]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge tag 'sound-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...
[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 ANALOG DEVICES INC DMA DRIVERS
739 M:      Lars-Peter Clausen <lars@metafoo.de>
740 W:      http://ez.analog.com/community/linux-device-drivers
741 S:      Supported
742 F:      drivers/dma/dma-axi-dmac.c
743
744 ANDROID DRIVERS
745 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
746 M:      Arve HjønnevĂ¥g <arve@android.com>
747 M:      Riley Andrews <riandrews@android.com>
748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
749 L:      devel@driverdev.osuosl.org
750 S:      Supported
751 F:      drivers/android/
752 F:      drivers/staging/android/
753
754 AOA (Apple Onboard Audio) ALSA DRIVER
755 M:      Johannes Berg <johannes@sipsolutions.net>
756 L:      linuxppc-dev@lists.ozlabs.org
757 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
758 S:      Maintained
759 F:      sound/aoa/
760
761 APM DRIVER
762 M:      Jiri Kosina <jikos@kernel.org>
763 S:      Odd fixes
764 F:      arch/x86/kernel/apm_32.c
765 F:      include/linux/apm_bios.h
766 F:      include/uapi/linux/apm_bios.h
767 F:      drivers/char/apm-emulation.c
768
769 APPLE BCM5974 MULTITOUCH DRIVER
770 M:      Henrik Rydberg <rydberg@bitmath.org>
771 L:      linux-input@vger.kernel.org
772 S:      Odd fixes
773 F:      drivers/input/mouse/bcm5974.c
774
775 APPLE SMC DRIVER
776 M:      Henrik Rydberg <rydberg@bitmath.org>
777 L:      lm-sensors@lm-sensors.org
778 S:      Odd fixes
779 F:      drivers/hwmon/applesmc.c
780
781 APPLETALK NETWORK LAYER
782 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
783 S:      Maintained
784 F:      drivers/net/appletalk/
785 F:      net/appletalk/
786
787 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
788 M:      Iyappan Subramanian <isubramanian@apm.com>
789 M:      Keyur Chudgar <kchudgar@apm.com>
790 S:      Supported
791 F:      drivers/net/ethernet/apm/xgene/
792 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
793
794 APTINA CAMERA SENSOR PLL
795 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
796 L:      linux-media@vger.kernel.org
797 S:      Maintained
798 F:      drivers/media/i2c/aptina-pll.*
799
800 ARC FRAMEBUFFER DRIVER
801 M:      Jaya Kumar <jayalk@intworks.biz>
802 S:      Maintained
803 F:      drivers/video/fbdev/arcfb.c
804 F:      drivers/video/fbdev/core/fb_defio.c
805
806 ARM MFM AND FLOPPY DRIVERS
807 M:      Ian Molton <spyro@f2s.com>
808 S:      Maintained
809 F:      arch/arm/lib/floppydma.S
810 F:      arch/arm/include/asm/floppy.h
811
812 ARM PMU PROFILING AND DEBUGGING
813 M:      Will Deacon <will.deacon@arm.com>
814 S:      Maintained
815 F:      arch/arm/kernel/perf_*
816 F:      arch/arm/oprofile/common.c
817 F:      arch/arm/kernel/hw_breakpoint.c
818 F:      arch/arm/include/asm/hw_breakpoint.h
819 F:      arch/arm/include/asm/perf_event.h
820 F:      drivers/perf/arm_pmu.c
821 F:      include/linux/perf/arm_pmu.h
822
823 ARM PORT
824 M:      Russell King <linux@arm.linux.org.uk>
825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
826 W:      http://www.arm.linux.org.uk/
827 S:      Maintained
828 F:      arch/arm/
829
830 ARM SUB-ARCHITECTURES
831 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
832 S:      Maintained
833 F:      arch/arm/mach-*/
834 F:      arch/arm/plat-*/
835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
836
837 ARM PRIMECELL AACI PL041 DRIVER
838 M:      Russell King <linux@arm.linux.org.uk>
839 S:      Maintained
840 F:      sound/arm/aaci.*
841
842 ARM PRIMECELL CLCD PL110 DRIVER
843 M:      Russell King <linux@arm.linux.org.uk>
844 S:      Maintained
845 F:      drivers/video/fbdev/amba-clcd.*
846
847 ARM PRIMECELL KMI PL050 DRIVER
848 M:      Russell King <linux@arm.linux.org.uk>
849 S:      Maintained
850 F:      drivers/input/serio/ambakmi.*
851 F:      include/linux/amba/kmi.h
852
853 ARM PRIMECELL MMCI PL180/1 DRIVER
854 M:      Russell King <linux@arm.linux.org.uk>
855 S:      Maintained
856 F:      drivers/mmc/host/mmci.*
857 F:      include/linux/amba/mmci.h
858
859 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
860 M:      Russell King <linux@arm.linux.org.uk>
861 S:      Maintained
862 F:      drivers/tty/serial/amba-pl01*.c
863 F:      include/linux/amba/serial.h
864
865 ARM PRIMECELL BUS SUPPORT
866 M:      Russell King <linux@arm.linux.org.uk>
867 S:      Maintained
868 F:      drivers/amba/
869 F:      include/linux/amba/bus.h
870
871 ARM/ADS SPHERE MACHINE SUPPORT
872 M:      Lennert Buytenhek <kernel@wantstofly.org>
873 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874 S:      Maintained
875
876 ARM/AFEB9260 MACHINE SUPPORT
877 M:      Sergey Lapin <slapin@ossfans.org>
878 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
879 S:      Maintained
880
881 ARM/AJECO 1ARM MACHINE SUPPORT
882 M:      Lennert Buytenhek <kernel@wantstofly.org>
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
885
886 ARM/Allwinner A1X SoC support
887 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
889 S:      Maintained
890 N:      sun[x4567]i
891
892 ARM/Allwinner SoC Clock Support
893 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
894 S:      Maintained
895 F:      drivers/clk/sunxi/
896
897 ARM/Amlogic MesonX SoC support
898 M:      Carlo Caione <carlo@caione.org>
899 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
900 S:      Maintained
901 F:      drivers/media/rc/meson-ir.c
902 N:      meson[x68]
903
904 ARM/Annapurna Labs ALPINE ARCHITECTURE
905 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
906 S:      Maintained
907 F:      arch/arm/mach-alpine/
908
909 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
910 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
911 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
912 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 W:      http://www.linux4sam.org
915 S:      Supported
916 F:      arch/arm/mach-at91/
917 F:      include/soc/at91/
918 F:      arch/arm/boot/dts/at91*.dts
919 F:      arch/arm/boot/dts/at91*.dtsi
920 F:      arch/arm/boot/dts/sama*.dts
921 F:      arch/arm/boot/dts/sama*.dtsi
922 F:      arch/arm/include/debug/at91.S
923
924 ARM/ATMEL AT91 Clock Support
925 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
926 S:      Maintained
927 F:      drivers/clk/at91
928
929 ARM/CALXEDA HIGHBANK ARCHITECTURE
930 M:      Rob Herring <robh@kernel.org>
931 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
932 S:      Maintained
933 F:      arch/arm/mach-highbank/
934
935 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
936 M:      Krzysztof Halasa <khalasa@piap.pl>
937 S:      Maintained
938 F:      arch/arm/mach-cns3xxx/
939
940 ARM/CAVIUM THUNDER NETWORK DRIVER
941 M:      Sunil Goutham <sgoutham@cavium.com>
942 M:      Robert Richter <rric@kernel.org>
943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S:      Supported
945 F:      drivers/net/ethernet/cavium/thunder/
946
947 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
948 M:      Alexander Shiyan <shc_work@mail.ru>
949 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
950 S:      Odd Fixes
951 N:      clps711x
952
953 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
954 M:      Hartley Sweeten <hsweeten@visionengravers.com>
955 M:      Ryan Mallon <rmallon@gmail.com>
956 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
957 S:      Maintained
958 F:      arch/arm/mach-ep93xx/
959 F:      arch/arm/mach-ep93xx/include/mach/
960
961 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
962 M:      Lennert Buytenhek <kernel@wantstofly.org>
963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
964 S:      Maintained
965
966 ARM/CLKDEV SUPPORT
967 M:      Russell King <linux@arm.linux.org.uk>
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 S:      Maintained
970 F:      arch/arm/include/asm/clkdev.h
971 F:      drivers/clk/clkdev.c
972
973 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
974 M:      Mike Rapoport <mike@compulab.co.il>
975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
976 S:      Maintained
977
978 ARM/CONTEC MICRO9 MACHINE SUPPORT
979 M:      Hubert Feurstein <hubert.feurstein@contec.at>
980 S:      Maintained
981 F:      arch/arm/mach-ep93xx/micro9.c
982
983 ARM/CORESIGHT FRAMEWORK AND DRIVERS
984 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
985 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S:      Maintained
987 F:      drivers/hwtracing/coresight/*
988 F:      Documentation/trace/coresight.txt
989 F:      Documentation/devicetree/bindings/arm/coresight.txt
990 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
991
992 ARM/CORGI MACHINE SUPPORT
993 M:      Richard Purdie <rpurdie@rpsys.net>
994 S:      Maintained
995
996 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
997 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
998 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
999 T:      git git://github.com/ulli-kroll/linux.git
1000 S:      Maintained
1001 F:      arch/arm/mach-gemini/
1002 F:      drivers/rtc/rtc-gemini.c
1003
1004 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1005 M:      Barry Song <baohua@kernel.org>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1008 S:      Maintained
1009 F:      arch/arm/mach-prima2/
1010 F:      drivers/clk/sirf/
1011 F:      drivers/clocksource/timer-prima2.c
1012 F:      drivers/clocksource/timer-atlas7.c
1013 N:      [^a-z]sirf
1014
1015 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1016 M:      Baruch Siach <baruch@tkos.co.il>
1017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1018 S:      Maintained
1019 F:      arch/arm/boot/dts/cx92755*
1020 N:      digicolor
1021
1022 ARM/EBSA110 MACHINE SUPPORT
1023 M:      Russell King <linux@arm.linux.org.uk>
1024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 W:      http://www.arm.linux.org.uk/
1026 S:      Maintained
1027 F:      arch/arm/mach-ebsa110/
1028 F:      drivers/net/ethernet/amd/am79c961a.*
1029
1030 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1031 M:      Uwe Kleine-König <kernel@pengutronix.de>
1032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 S:      Maintained
1034 N:      efm32
1035
1036 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1037 M:      Daniel Ribeiro <drwyrm@gmail.com>
1038 M:      Stefan Schmidt <stefan@openezx.org>
1039 M:      Harald Welte <laforge@openezx.org>
1040 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1041 W:      http://www.openezx.org/
1042 S:      Maintained
1043 T:      topgit git://git.openezx.org/openezx.git
1044 F:      arch/arm/mach-pxa/ezx.c
1045
1046 ARM/FARADAY FA526 PORT
1047 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1048 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1049 S:      Maintained
1050 T:      git git://git.berlios.de/gemini-board
1051 F:      arch/arm/mm/*-fa*
1052
1053 ARM/FOOTBRIDGE ARCHITECTURE
1054 M:      Russell King <linux@arm.linux.org.uk>
1055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 W:      http://www.arm.linux.org.uk/
1057 S:      Maintained
1058 F:      arch/arm/include/asm/hardware/dec21285.h
1059 F:      arch/arm/mach-footbridge/
1060
1061 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1062 M:      Shawn Guo <shawnguo@kernel.org>
1063 M:      Sascha Hauer <kernel@pengutronix.de>
1064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1065 S:      Maintained
1066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1067 F:      arch/arm/mach-imx/
1068 F:      arch/arm/mach-mxs/
1069 F:      arch/arm/boot/dts/imx*
1070 F:      arch/arm/configs/imx*_defconfig
1071 F:      drivers/clk/imx/
1072 F:      include/soc/imx/
1073
1074 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1075 M:      Shawn Guo <shawnguo@kernel.org>
1076 M:      Sascha Hauer <kernel@pengutronix.de>
1077 R:      Stefan Agner <stefan@agner.ch>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 S:      Maintained
1080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1081 F:      arch/arm/mach-imx/*vf610*
1082 F:      arch/arm/boot/dts/vf*
1083
1084 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1085 M:      Lennert Buytenhek <kernel@wantstofly.org>
1086 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1087 S:      Maintained
1088
1089 ARM/GUMSTIX MACHINE SUPPORT
1090 M:      Steve Sakoman <sakoman@gmail.com>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093
1094 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1095 M:      Philipp Zabel <philipp.zabel@gmail.com>
1096 M:      Paul Parsons <lost.distance@yahoo.com>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 S:      Maintained
1099 F:      arch/arm/mach-pxa/hx4700.c
1100 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1101 F:      sound/soc/pxa/hx4700.c
1102
1103 ARM/HISILICON SOC SUPPORT
1104 M:      Wei Xu <xuwei5@hisilicon.com>
1105 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1106 W:      http://www.hisilicon.com
1107 S:      Supported
1108 T:      git git://github.com/hisilicon/linux-hisi.git
1109 F:      arch/arm/mach-hisi/
1110
1111 ARM/HP JORNADA 7XX MACHINE SUPPORT
1112 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1113 W:      www.jlime.com
1114 S:      Maintained
1115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1116 F:      arch/arm/mach-sa1100/jornada720.c
1117 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1118
1119 ARM/IGEP MACHINE SUPPORT
1120 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1121 M:      Javier Martinez Canillas <javier@dowhile0.org>
1122 L:      linux-omap@vger.kernel.org
1123 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1124 S:      Maintained
1125 F:      arch/arm/boot/dts/omap3-igep*
1126
1127 ARM/INCOME PXA270 SUPPORT
1128 M:      Marek Vasut <marek.vasut@gmail.com>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1132
1133 ARM/INTEL IOP32X ARM ARCHITECTURE
1134 M:      Lennert Buytenhek <kernel@wantstofly.org>
1135 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1136 S:      Maintained
1137
1138 ARM/INTEL IOP33X ARM ARCHITECTURE
1139 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1140 S:      Orphan
1141
1142 ARM/INTEL IOP13XX ARM ARCHITECTURE
1143 M:      Lennert Buytenhek <kernel@wantstofly.org>
1144 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1145 S:      Maintained
1146
1147 ARM/INTEL IQ81342EX MACHINE SUPPORT
1148 M:      Lennert Buytenhek <kernel@wantstofly.org>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S:      Maintained
1151
1152 ARM/INTEL IXDP2850 MACHINE SUPPORT
1153 M:      Lennert Buytenhek <kernel@wantstofly.org>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1156
1157 ARM/INTEL IXP4XX ARM ARCHITECTURE
1158 M:      Imre Kaloz <kaloz@openwrt.org>
1159 M:      Krzysztof Halasa <khalasa@piap.pl>
1160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 S:      Maintained
1162 F:      arch/arm/mach-ixp4xx/
1163
1164 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1165 M:      Jonathan Cameron <jic23@cam.ac.uk>
1166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1167 S:      Maintained
1168 F:      arch/arm/mach-pxa/stargate2.c
1169 F:      drivers/pcmcia/pxa2xx_stargate2.c
1170
1171 ARM/INTEL XSC3 (MANZANO) ARM CORE
1172 M:      Lennert Buytenhek <kernel@wantstofly.org>
1173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 S:      Maintained
1175
1176 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1177 M:      Lennert Buytenhek <kernel@wantstofly.org>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S:      Maintained
1180
1181 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1182 M:      Santosh Shilimkar <ssantosh@kernel.org>
1183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 S:      Maintained
1185 F:      arch/arm/mach-keystone/
1186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1187
1188 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1189 M:      Santosh Shilimkar <ssantosh@kernel.org>
1190 L:      linux-kernel@vger.kernel.org
1191 S:      Maintained
1192 F:      drivers/clk/keystone/
1193
1194 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1195 M:      Santosh Shilimkar <ssantosh@kernel.org>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 L:      linux-kernel@vger.kernel.org
1198 S:      Maintained
1199 F:      drivers/clocksource/timer-keystone.c
1200
1201 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1202 M:      Santosh Shilimkar <ssantosh@kernel.org>
1203 L:      linux-kernel@vger.kernel.org
1204 S:      Maintained
1205 F:      drivers/power/reset/keystone-reset.c
1206
1207 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1208 M:      Santosh Shilimkar <ssantosh@kernel.org>
1209 L:      linux-kernel@vger.kernel.org
1210 S:      Maintained
1211 F:      drivers/memory/*emif*
1212
1213 ARM/LOGICPD PXA270 MACHINE SUPPORT
1214 M:      Lennert Buytenhek <kernel@wantstofly.org>
1215 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1216 S:      Maintained
1217
1218 ARM/LPC18XX ARCHITECTURE
1219 M:      Joachim Eastwood <manabian@gmail.com>
1220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 S:      Maintained
1222 N:      lpc18xx
1223
1224 ARM/MAGICIAN MACHINE SUPPORT
1225 M:      Philipp Zabel <philipp.zabel@gmail.com>
1226 S:      Maintained
1227
1228 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1229 M:      Jason Cooper <jason@lakedaemon.net>
1230 M:      Andrew Lunn <andrew@lunn.ch>
1231 M:      Gregory Clement <gregory.clement@free-electrons.com>
1232 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1233 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234 S:      Maintained
1235 F:      arch/arm/mach-mvebu/
1236 F:      drivers/rtc/rtc-armada38x.c
1237 F:      arch/arm/boot/dts/armada*
1238 F:      arch/arm/boot/dts/kirkwood*
1239
1240
1241 ARM/Marvell Berlin SoC support
1242 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1243 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1244 S:      Maintained
1245 F:      arch/arm/mach-berlin/
1246 F:      arch/arm/boot/dts/berlin*
1247
1248
1249 ARM/Marvell Dove/MV78xx0/Orion SOC support
1250 M:      Jason Cooper <jason@lakedaemon.net>
1251 M:      Andrew Lunn <andrew@lunn.ch>
1252 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1253 M:      Gregory Clement <gregory.clement@free-electrons.com>
1254 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1255 S:      Maintained
1256 F:      arch/arm/mach-dove/
1257 F:      arch/arm/mach-mv78xx0/
1258 F:      arch/arm/mach-orion5x/
1259 F:      arch/arm/plat-orion/
1260 F:      arch/arm/boot/dts/dove*
1261 F:      arch/arm/boot/dts/orion5x*
1262
1263
1264 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1265 M:      Alexander Clouter <alex@digriz.org.uk>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 W:      http://www.digriz.org.uk/ts78xx/kernel
1268 S:      Maintained
1269 F:      arch/arm/mach-orion5x/ts78xx-*
1270
1271 ARM/Mediatek RTC DRIVER
1272 M:      Eddie Huang <eddie.huang@mediatek.com>
1273 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1274 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1275 S:      Maintained
1276 F:      drivers/rtc/rtc-mt6397.c
1277
1278 ARM/Mediatek SoC support
1279 M:      Matthias Brugger <matthias.bgg@gmail.com>
1280 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1281 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1282 S:      Maintained
1283 F:      arch/arm/boot/dts/mt6*
1284 F:      arch/arm/boot/dts/mt8*
1285 F:      arch/arm/mach-mediatek/
1286 N:      mtk
1287 K:      mediatek
1288
1289 ARM/MICREL KS8695 ARCHITECTURE
1290 M:      Greg Ungerer <gerg@uclinux.org>
1291 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1292 F:      arch/arm/mach-ks8695/
1293 S:      Odd Fixes
1294
1295 ARM/MIOA701 MACHINE SUPPORT
1296 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1297 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298 F:      arch/arm/mach-pxa/mioa701.c
1299 S:      Maintained
1300
1301 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1302 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1303 S:      Maintained
1304
1305 ARM/NOMADIK ARCHITECTURE
1306 M:      Alessandro Rubini <rubini@unipv.it>
1307 M:      Linus Walleij <linus.walleij@linaro.org>
1308 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1309 S:      Maintained
1310 F:      arch/arm/mach-nomadik/
1311 F:      drivers/pinctrl/nomadik/
1312 F:      drivers/i2c/busses/i2c-nomadik.c
1313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1314
1315 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1316 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1317 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1318 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1319 S:      Supported
1320
1321 ARM/TOSA MACHINE SUPPORT
1322 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1323 M:      Dirk Opfer <dirk@opfer-online.de>
1324 S:      Maintained
1325
1326 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1327 M:      Marek Vasut <marek.vasut@gmail.com>
1328 L:      linux-arm-kernel@lists.infradead.org
1329 W:      http://hackndev.com
1330 S:      Maintained
1331 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1332 F:      arch/arm/mach-pxa/palmtx.c
1333 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1334 F:      arch/arm/mach-pxa/palmt5.c
1335 F:      arch/arm/mach-pxa/include/mach/palmld.h
1336 F:      arch/arm/mach-pxa/palmld.c
1337 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1338 F:      arch/arm/mach-pxa/palmte2.c
1339 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1340 F:      arch/arm/mach-pxa/palmtc.c
1341
1342 ARM/PALM TREO SUPPORT
1343 M:      Tomas Cech <sleep_walker@suse.com>
1344 L:      linux-arm-kernel@lists.infradead.org
1345 W:      http://hackndev.com
1346 S:      Maintained
1347 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1348 F:      arch/arm/mach-pxa/palmtreo.c
1349
1350 ARM/PALMZ72 SUPPORT
1351 M:      Sergey Lapin <slapin@ossfans.org>
1352 L:      linux-arm-kernel@lists.infradead.org
1353 W:      http://hackndev.com
1354 S:      Maintained
1355 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1356 F:      arch/arm/mach-pxa/palmz72.c
1357
1358 ARM/PLEB SUPPORT
1359 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1360 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1361 S:      Maintained
1362
1363 ARM/PT DIGITAL BOARD PORT
1364 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1365 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1366 W:      http://www.arm.linux.org.uk/
1367 S:      Maintained
1368
1369 ARM/QUALCOMM SUPPORT
1370 M:      Kumar Gala <galak@codeaurora.org>
1371 M:      Andy Gross <agross@codeaurora.org>
1372 M:      David Brown <davidb@codeaurora.org>
1373 L:      linux-arm-msm@vger.kernel.org
1374 L:      linux-soc@vger.kernel.org
1375 S:      Maintained
1376 F:      arch/arm/mach-qcom/
1377 F:      drivers/soc/qcom/
1378 F:      drivers/tty/serial/msm_serial.h
1379 F:      drivers/tty/serial/msm_serial.c
1380 F:      drivers/*/pm8???-*
1381 F:      drivers/mfd/ssbi.c
1382 F:      drivers/firmware/qcom_scm.c
1383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1384
1385 ARM/RADISYS ENP2611 MACHINE SUPPORT
1386 M:      Lennert Buytenhek <kernel@wantstofly.org>
1387 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1388 S:      Maintained
1389
1390 ARM/RISCPC ARCHITECTURE
1391 M:      Russell King <linux@arm.linux.org.uk>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 W:      http://www.arm.linux.org.uk/
1394 S:      Maintained
1395 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1396 F:      arch/arm/include/asm/hardware/ioc.h
1397 F:      arch/arm/include/asm/hardware/iomd.h
1398 F:      arch/arm/include/asm/hardware/memc.h
1399 F:      arch/arm/mach-rpc/
1400 F:      drivers/net/ethernet/8390/etherh.c
1401 F:      drivers/net/ethernet/i825xx/ether1*
1402 F:      drivers/net/ethernet/seeq/ether3*
1403 F:      drivers/scsi/arm/
1404
1405 ARM/Rockchip SoC support
1406 M:      Heiko Stuebner <heiko@sntech.de>
1407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1408 L:      linux-rockchip@lists.infradead.org
1409 S:      Maintained
1410 F:      arch/arm/boot/dts/rk3*
1411 F:      arch/arm/mach-rockchip/
1412 F:      drivers/clk/rockchip/
1413 F:      drivers/i2c/busses/i2c-rk3x.c
1414 F:      drivers/*/*rockchip*
1415 F:      drivers/*/*/*rockchip*
1416 F:      sound/soc/rockchip/
1417 N:      rockchip
1418
1419 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1420 M:      Kukjin Kim <kgene@kernel.org>
1421 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1422 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1423 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1424 S:      Maintained
1425 F:      arch/arm/boot/dts/s3c*
1426 F:      arch/arm/boot/dts/exynos*
1427 F:      arch/arm64/boot/dts/exynos/
1428 F:      arch/arm/plat-samsung/
1429 F:      arch/arm/mach-s3c24*/
1430 F:      arch/arm/mach-s3c64xx/
1431 F:      arch/arm/mach-s5p*/
1432 F:      arch/arm/mach-exynos*/
1433 F:      drivers/*/*s3c2410*
1434 F:      drivers/*/*/*s3c2410*
1435 F:      drivers/spi/spi-s3c*
1436 F:      sound/soc/samsung/*
1437 N:      exynos
1438
1439 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1440 M:      Kyungmin Park <kyungmin.park@samsung.com>
1441 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1442 S:      Maintained
1443 F:      arch/arm/mach-s5pv210/
1444
1445 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1446 M:      Kyungmin Park <kyungmin.park@samsung.com>
1447 M:      Kamil Debski <k.debski@samsung.com>
1448 L:      linux-arm-kernel@lists.infradead.org
1449 L:      linux-media@vger.kernel.org
1450 S:      Maintained
1451 F:      drivers/media/platform/s5p-g2d/
1452
1453 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1454 M:      Kyungmin Park <kyungmin.park@samsung.com>
1455 M:      Kamil Debski <k.debski@samsung.com>
1456 M:      Jeongtae Park <jtp.park@samsung.com>
1457 L:      linux-arm-kernel@lists.infradead.org
1458 L:      linux-media@vger.kernel.org
1459 S:      Maintained
1460 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1461 F:      drivers/media/platform/s5p-mfc/
1462
1463 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1464 M:      Kyungmin Park <kyungmin.park@samsung.com>
1465 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1466 L:      linux-arm-kernel@lists.infradead.org
1467 L:      linux-media@vger.kernel.org
1468 S:      Maintained
1469 F:      drivers/media/platform/s5p-tv/
1470
1471 ARM/SHMOBILE ARM ARCHITECTURE
1472 M:      Simon Horman <horms@verge.net.au>
1473 M:      Magnus Damm <magnus.damm@gmail.com>
1474 L:      linux-sh@vger.kernel.org
1475 W:      http://oss.renesas.com
1476 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1478 S:      Supported
1479 F:      arch/arm/boot/dts/emev2*
1480 F:      arch/arm/boot/dts/r7s*
1481 F:      arch/arm/boot/dts/r8a*
1482 F:      arch/arm/boot/dts/sh*
1483 F:      arch/arm/configs/bockw_defconfig
1484 F:      arch/arm/configs/marzen_defconfig
1485 F:      arch/arm/configs/shmobile_defconfig
1486 F:      arch/arm/include/debug/renesas-scif.S
1487 F:      arch/arm/mach-shmobile/
1488 F:      drivers/sh/
1489
1490 ARM/SOCFPGA ARCHITECTURE
1491 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1492 S:      Maintained
1493 F:      arch/arm/mach-socfpga/
1494 F:      arch/arm/boot/dts/socfpga*
1495 F:      arch/arm/configs/socfpga_defconfig
1496 W:      http://www.rocketboards.org
1497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1498
1499 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1500 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1501 S:      Maintained
1502 F:      drivers/clk/socfpga/
1503
1504 ARM/SOCFPGA EDAC SUPPORT
1505 M:      Thor Thayer <tthayer@opensource.altera.com>
1506 S:      Maintained
1507 F:      drivers/edac/altera_edac.
1508
1509 ARM/STI ARCHITECTURE
1510 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1511 M:      Maxime Coquelin <maxime.coquelin@st.com>
1512 M:      Patrice Chotard <patrice.chotard@st.com>
1513 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1514 L:      kernel@stlinux.com
1515 W:      http://www.stlinux.com
1516 S:      Maintained
1517 F:      arch/arm/mach-sti/
1518 F:      arch/arm/boot/dts/sti*
1519 F:      drivers/clocksource/arm_global_timer.c
1520 F:      drivers/clocksource/clksrc_st_lpc.c
1521 F:      drivers/i2c/busses/i2c-st.c
1522 F:      drivers/media/rc/st_rc.c
1523 F:      drivers/mmc/host/sdhci-st.c
1524 F:      drivers/phy/phy-miphy28lp.c
1525 F:      drivers/phy/phy-miphy365x.c
1526 F:      drivers/phy/phy-stih407-usb.c
1527 F:      drivers/phy/phy-stih41x-usb.c
1528 F:      drivers/pinctrl/pinctrl-st.c
1529 F:      drivers/reset/sti/
1530 F:      drivers/rtc/rtc-st-lpc.c
1531 F:      drivers/tty/serial/st-asc.c
1532 F:      drivers/usb/dwc3/dwc3-st.c
1533 F:      drivers/usb/host/ehci-st.c
1534 F:      drivers/usb/host/ohci-st.c
1535 F:      drivers/watchdog/st_lpc_wdt.c
1536 F:      drivers/ata/ahci_st.c
1537
1538 ARM/STM32 ARCHITECTURE
1539 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1540 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1541 S:      Maintained
1542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1543 N:      stm32
1544 F:      drivers/clocksource/armv7m_systick.c
1545
1546 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1547 M:      Lennert Buytenhek <kernel@wantstofly.org>
1548 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1549 S:      Maintained
1550
1551 ARM/TETON BGA MACHINE SUPPORT
1552 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1553 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1554 S:      Maintained
1555
1556 ARM/THECUS N2100 MACHINE SUPPORT
1557 M:      Lennert Buytenhek <kernel@wantstofly.org>
1558 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1559 S:      Maintained
1560
1561 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1562 M:      Wan ZongShun <mcuos.com@gmail.com>
1563 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 W:      http://www.mcuos.com
1565 S:      Maintained
1566 F:      arch/arm/mach-w90x900/
1567 F:      drivers/input/keyboard/w90p910_keypad.c
1568 F:      drivers/input/touchscreen/w90p910_ts.c
1569 F:      drivers/watchdog/nuc900_wdt.c
1570 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1571 F:      drivers/mtd/nand/nuc900_nand.c
1572 F:      drivers/rtc/rtc-nuc900.c
1573 F:      drivers/spi/spi-nuc900.c
1574 F:      drivers/usb/host/ehci-w90x900.c
1575 F:      drivers/video/fbdev/nuc900fb.c
1576
1577 ARM/U300 MACHINE SUPPORT
1578 M:      Linus Walleij <linus.walleij@linaro.org>
1579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1580 S:      Supported
1581 F:      arch/arm/mach-u300/
1582 F:      drivers/clocksource/timer-u300.c
1583 F:      drivers/i2c/busses/i2c-stu300.c
1584 F:      drivers/rtc/rtc-coh901331.c
1585 F:      drivers/watchdog/coh901327_wdt.c
1586 F:      drivers/dma/coh901318*
1587 F:      drivers/mfd/ab3100*
1588 F:      drivers/rtc/rtc-ab3100.c
1589 F:      drivers/rtc/rtc-coh901331.c
1590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1591
1592 ARM/UNIPHIER ARCHITECTURE
1593 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1594 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1595 S:      Maintained
1596 F:      arch/arm/boot/dts/uniphier*
1597 F:      arch/arm/mach-uniphier/
1598 F:      drivers/pinctrl/uniphier/
1599 F:      drivers/tty/serial/8250/8250_uniphier.c
1600 N:      uniphier
1601
1602 ARM/Ux500 ARM ARCHITECTURE
1603 M:      Linus Walleij <linus.walleij@linaro.org>
1604 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1605 S:      Maintained
1606 F:      arch/arm/mach-ux500/
1607 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1608 F:      drivers/dma/ste_dma40*
1609 F:      drivers/hwspinlock/u8500_hsem.c
1610 F:      drivers/mfd/abx500*
1611 F:      drivers/mfd/ab8500*
1612 F:      drivers/mfd/dbx500*
1613 F:      drivers/mfd/db8500*
1614 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1615 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1616 F:      drivers/rtc/rtc-ab8500.c
1617 F:      drivers/rtc/rtc-pl031.c
1618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1619
1620 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1621 M:      Ulf Hansson <ulf.hansson@linaro.org>
1622 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1623 T:      git git://git.linaro.org/people/ulfh/clk.git
1624 S:      Maintained
1625 F:      drivers/clk/ux500/
1626 F:      include/linux/platform_data/clk-ux500.h
1627
1628 ARM/VERSATILE EXPRESS PLATFORM
1629 M:      Liviu Dudau <liviu.dudau@arm.com>
1630 M:      Sudeep Holla <sudeep.holla@arm.com>
1631 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1632 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1633 S:      Maintained
1634 F:      arch/arm/boot/dts/vexpress*
1635 F:      arch/arm64/boot/dts/arm/vexpress*
1636 F:      arch/arm/mach-vexpress/
1637 F:      */*/vexpress*
1638 F:      */*/*/vexpress*
1639 F:      drivers/clk/versatile/clk-vexpress-osc.c
1640 F:      drivers/clocksource/versatile.c
1641
1642 ARM/VFP SUPPORT
1643 M:      Russell King <linux@arm.linux.org.uk>
1644 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1645 W:      http://www.arm.linux.org.uk/
1646 S:      Maintained
1647 F:      arch/arm/vfp/
1648
1649 ARM/VOIPAC PXA270 SUPPORT
1650 M:      Marek Vasut <marek.vasut@gmail.com>
1651 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1652 S:      Maintained
1653 F:      arch/arm/mach-pxa/vpac270.c
1654 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1655
1656 ARM/VT8500 ARM ARCHITECTURE
1657 M:      Tony Prisk <linux@prisktech.co.nz>
1658 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1659 S:      Maintained
1660 F:      arch/arm/mach-vt8500/
1661 F:      drivers/clocksource/vt8500_timer.c
1662 F:      drivers/i2c/busses/i2c-wmt.c
1663 F:      drivers/mmc/host/wmt-sdmmc.c
1664 F:      drivers/pwm/pwm-vt8500.c
1665 F:      drivers/rtc/rtc-vt8500.c
1666 F:      drivers/tty/serial/vt8500_serial.c
1667 F:      drivers/usb/host/ehci-platform.c
1668 F:      drivers/usb/host/uhci-platform.c
1669 F:      drivers/video/fbdev/vt8500lcdfb.*
1670 F:      drivers/video/fbdev/wm8505fb*
1671 F:      drivers/video/fbdev/wmt_ge_rops.*
1672
1673 ARM/ZIPIT Z2 SUPPORT
1674 M:      Marek Vasut <marek.vasut@gmail.com>
1675 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1676 S:      Maintained
1677 F:      arch/arm/mach-pxa/z2.c
1678 F:      arch/arm/mach-pxa/include/mach/z2.h
1679
1680 ARM/ZTE ARCHITECTURE
1681 M:      Jun Nie <jun.nie@linaro.org>
1682 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1683 S:      Maintained
1684 F:      arch/arm/mach-zx/
1685 F:      drivers/clk/zte/
1686 F:      Documentation/devicetree/bindings/arm/zte.txt
1687 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1688
1689 ARM/ZYNQ ARCHITECTURE
1690 M:      Michal Simek <michal.simek@xilinx.com>
1691 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1692 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1693 W:      http://wiki.xilinx.com
1694 T:      git https://github.com/Xilinx/linux-xlnx.git
1695 S:      Supported
1696 F:      arch/arm/mach-zynq/
1697 F:      drivers/cpuidle/cpuidle-zynq.c
1698 F:      drivers/block/xsysace.c
1699 N:      zynq
1700 N:      xilinx
1701 F:      drivers/clocksource/cadence_ttc_timer.c
1702 F:      drivers/i2c/busses/i2c-cadence.c
1703 F:      drivers/mmc/host/sdhci-of-arasan.c
1704 F:      drivers/edac/synopsys_edac.c
1705
1706 ARM SMMU DRIVERS
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:      drivers/iommu/arm-smmu.c
1711 F:      drivers/iommu/arm-smmu-v3.c
1712 F:      drivers/iommu/io-pgtable-arm.c
1713
1714 ARM64 PORT (AARCH64 ARCHITECTURE)
1715 M:      Catalin Marinas <catalin.marinas@arm.com>
1716 M:      Will Deacon <will.deacon@arm.com>
1717 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1718 S:      Maintained
1719 F:      arch/arm64/
1720 F:      Documentation/arm64/
1721
1722 AS3645A LED FLASH CONTROLLER DRIVER
1723 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1724 L:      linux-media@vger.kernel.org
1725 T:      git git://linuxtv.org/media_tree.git
1726 S:      Maintained
1727 F:      drivers/media/i2c/as3645a.c
1728 F:      include/media/as3645a.h
1729
1730 ASC7621 HARDWARE MONITOR DRIVER
1731 M:      George Joseph <george.joseph@fairview5.com>
1732 L:      lm-sensors@lm-sensors.org
1733 S:      Maintained
1734 F:      Documentation/hwmon/asc7621
1735 F:      drivers/hwmon/asc7621.c
1736
1737 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1738 M:      Corentin Chary <corentin.chary@gmail.com>
1739 L:      acpi4asus-user@lists.sourceforge.net
1740 L:      platform-driver-x86@vger.kernel.org
1741 W:      http://acpi4asus.sf.net
1742 S:      Maintained
1743 F:      drivers/platform/x86/asus*.c
1744 F:      drivers/platform/x86/eeepc*.c
1745
1746 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1747 R:      Dan Williams <dan.j.williams@intel.com>
1748 W:      http://sourceforge.net/projects/xscaleiop
1749 S:      Odd fixes
1750 F:      Documentation/crypto/async-tx-api.txt
1751 F:      crypto/async_tx/
1752 F:      drivers/dma/
1753 F:      include/linux/dmaengine.h
1754 F:      include/linux/async_tx.h
1755
1756 AT24 EEPROM DRIVER
1757 M:      Wolfram Sang <wsa@the-dreams.de>
1758 L:      linux-i2c@vger.kernel.org
1759 S:      Maintained
1760 F:      drivers/misc/eeprom/at24.c
1761 F:      include/linux/platform_data/at24.h
1762
1763 ATA OVER ETHERNET (AOE) DRIVER
1764 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1765 W:      http://www.openaoe.org/
1766 S:      Supported
1767 F:      Documentation/aoe/
1768 F:      drivers/block/aoe/
1769
1770 ATHEROS ATH GENERIC UTILITIES
1771 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1772 L:      linux-wireless@vger.kernel.org
1773 S:      Supported
1774 F:      drivers/net/wireless/ath/*
1775
1776 ATHEROS ATH5K WIRELESS DRIVER
1777 M:      Jiri Slaby <jirislaby@gmail.com>
1778 M:      Nick Kossifidis <mickflemm@gmail.com>
1779 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1780 L:      linux-wireless@vger.kernel.org
1781 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1782 S:      Maintained
1783 F:      drivers/net/wireless/ath/ath5k/
1784
1785 ATHEROS ATH6KL WIRELESS DRIVER
1786 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1787 L:      linux-wireless@vger.kernel.org
1788 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1789 T:      git git://github.com/kvalo/ath.git
1790 S:      Supported
1791 F:      drivers/net/wireless/ath/ath6kl/
1792
1793 WILOCITY WIL6210 WIRELESS DRIVER
1794 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1795 L:      linux-wireless@vger.kernel.org
1796 L:      wil6210@qca.qualcomm.com
1797 S:      Supported
1798 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1799 F:      drivers/net/wireless/ath/wil6210/
1800 F:      include/uapi/linux/wil6210_uapi.h
1801
1802 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1803 M:      Christian Lamparter <chunkeey@googlemail.com>
1804 L:      linux-wireless@vger.kernel.org
1805 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1806 S:      Maintained
1807 F:      drivers/net/wireless/ath/carl9170/
1808
1809 ATK0110 HWMON DRIVER
1810 M:      Luca Tettamanti <kronos.it@gmail.com>
1811 L:      lm-sensors@lm-sensors.org
1812 S:      Maintained
1813 F:      drivers/hwmon/asus_atk0110.c
1814
1815 ATI_REMOTE2 DRIVER
1816 M:      Ville Syrjala <syrjala@sci.fi>
1817 S:      Maintained
1818 F:      drivers/input/misc/ati_remote2.c
1819
1820 ATLX ETHERNET DRIVERS
1821 M:      Jay Cliburn <jcliburn@gmail.com>
1822 M:      Chris Snook <chris.snook@gmail.com>
1823 L:      netdev@vger.kernel.org
1824 W:      http://sourceforge.net/projects/atl1
1825 W:      http://atl1.sourceforge.net
1826 S:      Maintained
1827 F:      drivers/net/ethernet/atheros/
1828
1829 ATM
1830 M:      Chas Williams <3chas3@gmail.com>
1831 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1832 L:      netdev@vger.kernel.org
1833 W:      http://linux-atm.sourceforge.net
1834 S:      Maintained
1835 F:      drivers/atm/
1836 F:      include/linux/atm*
1837 F:      include/uapi/linux/atm*
1838
1839 ATMEL AT91 / AT32 MCI DRIVER
1840 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1841 S:      Maintained
1842 F:      drivers/mmc/host/atmel-mci.c
1843 F:      drivers/mmc/host/atmel-mci-regs.h
1844
1845 ATMEL AT91 / AT32 SERIAL DRIVER
1846 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1847 S:      Supported
1848 F:      drivers/tty/serial/atmel_serial.c
1849
1850 ATMEL Audio ALSA driver
1851 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1852 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1853 S:      Supported
1854 F:      sound/soc/atmel
1855
1856 ATMEL DMA DRIVER
1857 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1858 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1859 S:      Supported
1860 F:      drivers/dma/at_hdmac.c
1861 F:      drivers/dma/at_hdmac_regs.h
1862 F:      include/linux/platform_data/dma-atmel.h
1863
1864 ATMEL XDMA DRIVER
1865 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1866 L:      linux-arm-kernel@lists.infradead.org
1867 L:      dmaengine@vger.kernel.org
1868 S:      Supported
1869 F:      drivers/dma/at_xdmac.c
1870
1871 ATMEL I2C DRIVER
1872 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1873 L:      linux-i2c@vger.kernel.org
1874 S:      Supported
1875 F:      drivers/i2c/busses/i2c-at91.c
1876
1877 ATMEL ISI DRIVER
1878 M:      Josh Wu <josh.wu@atmel.com>
1879 L:      linux-media@vger.kernel.org
1880 S:      Supported
1881 F:      drivers/media/platform/soc_camera/atmel-isi.c
1882 F:      include/media/atmel-isi.h
1883
1884 ATMEL LCDFB DRIVER
1885 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1886 L:      linux-fbdev@vger.kernel.org
1887 S:      Maintained
1888 F:      drivers/video/fbdev/atmel_lcdfb.c
1889 F:      include/video/atmel_lcdc.h
1890
1891 ATMEL MACB ETHERNET DRIVER
1892 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1893 S:      Supported
1894 F:      drivers/net/ethernet/cadence/
1895
1896 ATMEL NAND DRIVER
1897 M:      Josh Wu <josh.wu@atmel.com>
1898 L:      linux-mtd@lists.infradead.org
1899 S:      Supported
1900 F:      drivers/mtd/nand/atmel_nand*
1901
1902 ATMEL SPI DRIVER
1903 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1904 S:      Supported
1905 F:      drivers/spi/spi-atmel.*
1906
1907 ATMEL SSC DRIVER
1908 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1910 S:      Supported
1911 F:      drivers/misc/atmel-ssc.c
1912 F:      include/linux/atmel-ssc.h
1913
1914 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1915 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1917 S:      Supported
1918 F:      drivers/misc/atmel_tclib.c
1919 F:      drivers/clocksource/tcb_clksrc.c
1920
1921 ATMEL USBA UDC DRIVER
1922 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1924 S:      Supported
1925 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1926
1927 ATMEL WIRELESS DRIVER
1928 M:      Simon Kelley <simon@thekelleys.org.uk>
1929 L:      linux-wireless@vger.kernel.org
1930 W:      http://www.thekelleys.org.uk/atmel
1931 W:      http://atmelwlandriver.sourceforge.net/
1932 S:      Maintained
1933 F:      drivers/net/wireless/atmel*
1934
1935 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1936 M:      Bradley Grove <linuxdrivers@attotech.com>
1937 L:      linux-scsi@vger.kernel.org
1938 W:      http://www.attotech.com
1939 S:      Supported
1940 F:      drivers/scsi/esas2r
1941
1942 ATUSB IEEE 802.15.4 RADIO DRIVER
1943 M:      Stefan Schmidt <stefan@osg.samsung.com>
1944 L:      linux-wpan@vger.kernel.org
1945 S:      Maintained
1946 F:      drivers/net/ieee802154/atusb.c
1947 F:      drivers/net/ieee802154/atusb.h
1948 F:      drivers/net/ieee802154/at86rf230.h
1949
1950 AUDIT SUBSYSTEM
1951 M:      Paul Moore <paul@paul-moore.com>
1952 M:      Eric Paris <eparis@redhat.com>
1953 L:      linux-audit@redhat.com (moderated for non-subscribers)
1954 W:      http://people.redhat.com/sgrubb/audit/
1955 T:      git git://git.infradead.org/users/pcmoore/audit
1956 S:      Maintained
1957 F:      include/linux/audit.h
1958 F:      include/uapi/linux/audit.h
1959 F:      kernel/audit*
1960
1961 AUXILIARY DISPLAY DRIVERS
1962 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1963 W:      http://miguelojeda.es/auxdisplay.htm
1964 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1965 S:      Maintained
1966 F:      drivers/auxdisplay/
1967 F:      include/linux/cfag12864b.h
1968
1969 AVR32 ARCHITECTURE
1970 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1971 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1972 W:      http://www.atmel.com/products/AVR32/
1973 W:      http://mirror.egtvedt.no/avr32linux.org/
1974 W:      http://avrfreaks.net/
1975 S:      Maintained
1976 F:      arch/avr32/
1977
1978 AVR32/AT32AP MACHINE SUPPORT
1979 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1980 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1981 S:      Maintained
1982 F:      arch/avr32/mach-at32ap/
1983
1984 AX.25 NETWORK LAYER
1985 M:      Ralf Baechle <ralf@linux-mips.org>
1986 L:      linux-hams@vger.kernel.org
1987 W:      http://www.linux-ax25.org/
1988 S:      Maintained
1989 F:      include/uapi/linux/ax25.h
1990 F:      include/net/ax25.h
1991 F:      net/ax25/
1992
1993 AZ6007 DVB DRIVER
1994 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1995 L:      linux-media@vger.kernel.org
1996 W:      http://linuxtv.org
1997 T:      git git://linuxtv.org/media_tree.git
1998 S:      Maintained
1999 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2000
2001 AZTECH FM RADIO RECEIVER DRIVER
2002 M:      Hans Verkuil <hverkuil@xs4all.nl>
2003 L:      linux-media@vger.kernel.org
2004 T:      git git://linuxtv.org/media_tree.git
2005 W:      http://linuxtv.org
2006 S:      Maintained
2007 F:      drivers/media/radio/radio-aztech*
2008
2009 B43 WIRELESS DRIVER
2010 L:      linux-wireless@vger.kernel.org
2011 L:      b43-dev@lists.infradead.org
2012 W:      http://wireless.kernel.org/en/users/Drivers/b43
2013 S:      Odd Fixes
2014 F:      drivers/net/wireless/b43/
2015
2016 B43LEGACY WIRELESS DRIVER
2017 M:      Larry Finger <Larry.Finger@lwfinger.net>
2018 L:      linux-wireless@vger.kernel.org
2019 L:      b43-dev@lists.infradead.org
2020 W:      http://wireless.kernel.org/en/users/Drivers/b43
2021 S:      Maintained
2022 F:      drivers/net/wireless/b43legacy/
2023
2024 BACKLIGHT CLASS/SUBSYSTEM
2025 M:      Jingoo Han <jingoohan1@gmail.com>
2026 M:      Lee Jones <lee.jones@linaro.org>
2027 S:      Maintained
2028 F:      drivers/video/backlight/
2029 F:      include/linux/backlight.h
2030
2031 BATMAN ADVANCED
2032 M:      Marek Lindner <mareklindner@neomailbox.ch>
2033 M:      Simon Wunderlich <sw@simonwunderlich.de>
2034 M:      Antonio Quartulli <antonio@meshcoding.com>
2035 L:      b.a.t.m.a.n@lists.open-mesh.org
2036 W:      http://www.open-mesh.org/
2037 S:      Maintained
2038 F:      net/batman-adv/
2039
2040 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2041 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2042 L:      linux-hams@vger.kernel.org
2043 W:      http://www.baycom.org/~tom/ham/ham.html
2044 S:      Maintained
2045 F:      drivers/net/hamradio/baycom*
2046
2047 BCACHE (BLOCK LAYER CACHE)
2048 M:      Kent Overstreet <kent.overstreet@gmail.com>
2049 L:      linux-bcache@vger.kernel.org
2050 W:      http://bcache.evilpiepirate.org
2051 S:      Maintained
2052 F:      drivers/md/bcache/
2053
2054 BDISP ST MEDIA DRIVER
2055 M:      Fabien Dessenne <fabien.dessenne@st.com>
2056 L:      linux-media@vger.kernel.org
2057 T:      git git://linuxtv.org/media_tree.git
2058 W:      http://linuxtv.org
2059 S:      Supported
2060 F:      drivers/media/platform/sti/bdisp
2061
2062 BEFS FILE SYSTEM
2063 S:      Orphan
2064 F:      Documentation/filesystems/befs.txt
2065 F:      fs/befs/
2066
2067 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2068 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2069 L:      netdev@vger.kernel.org
2070 S:      Maintained
2071 F:      drivers/net/ethernet/ec_bhf.c
2072
2073 BFS FILE SYSTEM
2074 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2075 S:      Maintained
2076 F:      Documentation/filesystems/bfs.txt
2077 F:      fs/bfs/
2078 F:      include/uapi/linux/bfs_fs.h
2079
2080 BLACKFIN ARCHITECTURE
2081 M:      Steven Miao <realmz6@gmail.com>
2082 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2083 T:      git git://git.code.sf.net/p/adi-linux/code
2084 W:      http://blackfin.uclinux.org
2085 S:      Supported
2086 F:      arch/blackfin/
2087
2088 BLACKFIN EMAC DRIVER
2089 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2090 W:      http://blackfin.uclinux.org
2091 S:      Supported
2092 F:      drivers/net/ethernet/adi/
2093
2094 BLACKFIN RTC DRIVER
2095 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2096 W:      http://blackfin.uclinux.org
2097 S:      Supported
2098 F:      drivers/rtc/rtc-bfin.c
2099
2100 BLACKFIN SDH DRIVER
2101 M:      Sonic Zhang <sonic.zhang@analog.com>
2102 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2103 W:      http://blackfin.uclinux.org
2104 S:      Supported
2105 F:      drivers/mmc/host/bfin_sdh.c
2106
2107 BLACKFIN SERIAL DRIVER
2108 M:      Sonic Zhang <sonic.zhang@analog.com>
2109 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2110 W:      http://blackfin.uclinux.org
2111 S:      Supported
2112 F:      drivers/tty/serial/bfin_uart.c
2113
2114 BLACKFIN WATCHDOG DRIVER
2115 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2116 W:      http://blackfin.uclinux.org
2117 S:      Supported
2118 F:      drivers/watchdog/bfin_wdt.c
2119
2120 BLACKFIN I2C TWI DRIVER
2121 M:      Sonic Zhang <sonic.zhang@analog.com>
2122 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2123 W:      http://blackfin.uclinux.org/
2124 S:      Supported
2125 F:      drivers/i2c/busses/i2c-bfin-twi.c
2126
2127 BLACKFIN MEDIA DRIVER
2128 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2129 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2130 W:      http://blackfin.uclinux.org/
2131 S:      Supported
2132 F:      drivers/media/platform/blackfin/
2133 F:      drivers/media/i2c/adv7183*
2134 F:      drivers/media/i2c/vs6624*
2135
2136 BLINKM RGB LED DRIVER
2137 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2138 S:      Maintained
2139 F:      drivers/leds/leds-blinkm.c
2140
2141 BLOCK LAYER
2142 M:      Jens Axboe <axboe@kernel.dk>
2143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2144 S:      Maintained
2145 F:      block/
2146 F:      kernel/trace/blktrace.c
2147
2148 BLOCK2MTD DRIVER
2149 M:      Joern Engel <joern@lazybastard.org>
2150 L:      linux-mtd@lists.infradead.org
2151 S:      Maintained
2152 F:      drivers/mtd/devices/block2mtd.c
2153
2154 BLUETOOTH DRIVERS
2155 M:      Marcel Holtmann <marcel@holtmann.org>
2156 M:      Gustavo Padovan <gustavo@padovan.org>
2157 M:      Johan Hedberg <johan.hedberg@gmail.com>
2158 L:      linux-bluetooth@vger.kernel.org
2159 W:      http://www.bluez.org/
2160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2162 S:      Maintained
2163 F:      drivers/bluetooth/
2164
2165 BLUETOOTH SUBSYSTEM
2166 M:      Marcel Holtmann <marcel@holtmann.org>
2167 M:      Gustavo Padovan <gustavo@padovan.org>
2168 M:      Johan Hedberg <johan.hedberg@gmail.com>
2169 L:      linux-bluetooth@vger.kernel.org
2170 W:      http://www.bluez.org/
2171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2173 S:      Maintained
2174 F:      net/bluetooth/
2175 F:      include/net/bluetooth/
2176
2177 BONDING DRIVER
2178 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2179 M:      Veaceslav Falico <vfalico@gmail.com>
2180 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2181 L:      netdev@vger.kernel.org
2182 W:      http://sourceforge.net/projects/bonding/
2183 S:      Supported
2184 F:      drivers/net/bonding/
2185 F:      include/uapi/linux/if_bonding.h
2186
2187 BPF (Safe dynamic programs and tools)
2188 M:      Alexei Starovoitov <ast@kernel.org>
2189 L:      netdev@vger.kernel.org
2190 L:      linux-kernel@vger.kernel.org
2191 S:      Supported
2192 F:      kernel/bpf/
2193
2194 BROADCOM B44 10/100 ETHERNET DRIVER
2195 M:      Gary Zambrano <zambrano@broadcom.com>
2196 L:      netdev@vger.kernel.org
2197 S:      Supported
2198 F:      drivers/net/ethernet/broadcom/b44.*
2199
2200 BROADCOM GENET ETHERNET DRIVER
2201 M:      Florian Fainelli <f.fainelli@gmail.com>
2202 L:      netdev@vger.kernel.org
2203 S:      Supported
2204 F:      drivers/net/ethernet/broadcom/genet/
2205
2206 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2207 M:      Sony Chacko <sony.chacko@qlogic.com>
2208 M:      Dept-HSGLinuxNICDev@qlogic.com
2209 L:      netdev@vger.kernel.org
2210 S:      Supported
2211 F:      drivers/net/ethernet/broadcom/bnx2.*
2212 F:      drivers/net/ethernet/broadcom/bnx2_*
2213
2214 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2215 M:      Ariel Elior <ariel.elior@qlogic.com>
2216 L:      netdev@vger.kernel.org
2217 S:      Supported
2218 F:      drivers/net/ethernet/broadcom/bnx2x/
2219
2220 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2221 M:      Florian Fainelli <f.fainelli@gmail.com>
2222 M:      Ray Jui <rjui@broadcom.com>
2223 M:      Scott Branden <sbranden@broadcom.com>
2224 L:      bcm-kernel-feedback-list@broadcom.com
2225 T:      git git://github.com/broadcom/mach-bcm
2226 S:      Maintained
2227 F:      arch/arm/mach-bcm/
2228 F:      arch/arm/boot/dts/bcm113*
2229 F:      arch/arm/boot/dts/bcm216*
2230 F:      arch/arm/boot/dts/bcm281*
2231 F:      arch/arm/configs/bcm_defconfig
2232 F:      drivers/mmc/host/sdhci-bcm-kona.c
2233 F:      drivers/clocksource/bcm_kona_timer.c
2234
2235 BROADCOM BCM2835 ARM ARCHITECTURE
2236 M:      Stephen Warren <swarren@wwwdotorg.org>
2237 M:      Lee Jones <lee@kernel.org>
2238 M:      Eric Anholt <eric@anholt.net>
2239 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2240 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2242 S:      Maintained
2243 N:      bcm2835
2244
2245 BROADCOM BCM33XX MIPS ARCHITECTURE
2246 M:      Kevin Cernekee <cernekee@gmail.com>
2247 L:      linux-mips@linux-mips.org
2248 S:      Maintained
2249 F:      arch/mips/bcm3384/*
2250 F:      arch/mips/include/asm/mach-bcm3384/*
2251 F:      arch/mips/kernel/*bmips*
2252
2253 BROADCOM BCM47XX MIPS ARCHITECTURE
2254 M:      Hauke Mehrtens <hauke@hauke-m.de>
2255 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2256 L:      linux-mips@linux-mips.org
2257 S:      Maintained
2258 F:      arch/mips/bcm47xx/*
2259 F:      arch/mips/include/asm/mach-bcm47xx/*
2260
2261 BROADCOM BCM5301X ARM ARCHITECTURE
2262 M:      Hauke Mehrtens <hauke@hauke-m.de>
2263 L:      linux-arm-kernel@lists.infradead.org
2264 S:      Maintained
2265 F:      arch/arm/mach-bcm/bcm_5301x.c
2266 F:      arch/arm/boot/dts/bcm5301x.dtsi
2267 F:      arch/arm/boot/dts/bcm470*
2268
2269 BROADCOM BCM63XX ARM ARCHITECTURE
2270 M:      Florian Fainelli <f.fainelli@gmail.com>
2271 L:      linux-arm-kernel@lists.infradead.org
2272 T:      git git://github.com/broadcom/arm-bcm63xx.git
2273 S:      Maintained
2274 F:      arch/arm/mach-bcm/bcm63xx.c
2275 F:      arch/arm/include/debug/bcm63xx.S
2276
2277 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2278 M:      Kevin Cernekee <cernekee@gmail.com>
2279 L:      linux-usb@vger.kernel.org
2280 S:      Maintained
2281 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2282
2283 BROADCOM BCM7XXX ARM ARCHITECTURE
2284 M:      Brian Norris <computersforpeace@gmail.com>
2285 M:      Gregory Fong <gregory.0xf0@gmail.com>
2286 M:      Florian Fainelli <f.fainelli@gmail.com>
2287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2288 T:      git git://github.com/broadcom/stblinux.git
2289 S:      Maintained
2290 F:      arch/arm/mach-bcm/*brcmstb*
2291 F:      arch/arm/boot/dts/bcm7*.dts*
2292 F:      drivers/bus/brcmstb_gisb.c
2293 N:      brcmstb
2294
2295 BROADCOM BMIPS MIPS ARCHITECTURE
2296 M:      Kevin Cernekee <cernekee@gmail.com>
2297 M:      Florian Fainelli <f.fainelli@gmail.com>
2298 L:      linux-mips@linux-mips.org
2299 T:      git git://github.com/broadcom/stblinux.git
2300 S:      Maintained
2301 F:      arch/mips/bmips/*
2302 F:      arch/mips/include/asm/mach-bmips/*
2303 F:      arch/mips/kernel/*bmips*
2304 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2305 F:      drivers/irqchip/irq-bcm7*
2306 F:      drivers/irqchip/irq-brcmstb*
2307
2308 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2309 M:      Prashant Sreedharan <prashant@broadcom.com>
2310 M:      Michael Chan <mchan@broadcom.com>
2311 L:      netdev@vger.kernel.org
2312 S:      Supported
2313 F:      drivers/net/ethernet/broadcom/tg3.*
2314
2315 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2316 M:      Brett Rudley <brudley@broadcom.com>
2317 M:      Arend van Spriel <arend@broadcom.com>
2318 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2319 M:      Hante Meuleman <meuleman@broadcom.com>
2320 L:      linux-wireless@vger.kernel.org
2321 L:      brcm80211-dev-list@broadcom.com
2322 S:      Supported
2323 F:      drivers/net/wireless/brcm80211/
2324
2325 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2326 M:      QLogic-Storage-Upstream@qlogic.com
2327 L:      linux-scsi@vger.kernel.org
2328 S:      Supported
2329 F:      drivers/scsi/bnx2fc/
2330
2331 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2332 M:      QLogic-Storage-Upstream@qlogic.com
2333 L:      linux-scsi@vger.kernel.org
2334 S:      Supported
2335 F:      drivers/scsi/bnx2i/
2336
2337 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2338 M:      Ray Jui <rjui@broadcom.com>
2339 M:      Scott Branden <sbranden@broadcom.com>
2340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2341 L:      bcm-kernel-feedback-list@broadcom.com
2342 T:      git git://github.com/broadcom/cygnus-linux.git
2343 S:      Maintained
2344 N:      iproc
2345 N:      cygnus
2346 N:      bcm9113*
2347 N:      bcm9583*
2348 N:      bcm583*
2349 N:      bcm113*
2350
2351 BROADCOM BRCMSTB GPIO DRIVER
2352 M:      Gregory Fong <gregory.0xf0@gmail.com>
2353 L:      bcm-kernel-feedback-list@broadcom.com>
2354 S:      Supported
2355 F:      drivers/gpio/gpio-brcmstb.c
2356 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2357
2358 BROADCOM KONA GPIO DRIVER
2359 M:      Ray Jui <rjui@broadcom.com>
2360 L:      bcm-kernel-feedback-list@broadcom.com
2361 S:      Supported
2362 F:      drivers/gpio/gpio-bcm-kona.c
2363 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2364
2365 BROADCOM NVRAM DRIVER
2366 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2367 L:      linux-mips@linux-mips.org
2368 S:      Maintained
2369 F:      drivers/firmware/broadcom/*
2370
2371 BROADCOM STB NAND FLASH DRIVER
2372 M:      Brian Norris <computersforpeace@gmail.com>
2373 L:      linux-mtd@lists.infradead.org
2374 S:      Maintained
2375 F:      drivers/mtd/nand/brcmnand/
2376
2377 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2378 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2379 L:      linux-wireless@vger.kernel.org
2380 S:      Maintained
2381 F:      drivers/bcma/
2382 F:      include/linux/bcma/
2383
2384 BROADCOM SYSTEMPORT ETHERNET DRIVER
2385 M:      Florian Fainelli <f.fainelli@gmail.com>
2386 L:      netdev@vger.kernel.org
2387 S:      Supported
2388 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2389
2390 BROCADE BFA FC SCSI DRIVER
2391 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2392 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2393 L:      linux-scsi@vger.kernel.org
2394 S:      Supported
2395 F:      drivers/scsi/bfa/
2396
2397 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2398 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2399 L:      netdev@vger.kernel.org
2400 S:      Supported
2401 F:      drivers/net/ethernet/brocade/bna/
2402
2403 BSG (block layer generic sg v4 driver)
2404 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2405 L:      linux-scsi@vger.kernel.org
2406 S:      Supported
2407 F:      block/bsg.c
2408 F:      include/linux/bsg.h
2409 F:      include/uapi/linux/bsg.h
2410
2411 BT87X AUDIO DRIVER
2412 M:      Clemens Ladisch <clemens@ladisch.de>
2413 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2414 T:      git git://git.alsa-project.org/alsa-kernel.git
2415 S:      Maintained
2416 F:      Documentation/sound/alsa/Bt87x.txt
2417 F:      sound/pci/bt87x.c
2418
2419 BT8XXGPIO DRIVER
2420 M:      Michael Buesch <m@bues.ch>
2421 W:      http://bu3sch.de/btgpio.php
2422 S:      Maintained
2423 F:      drivers/gpio/gpio-bt8xx.c
2424
2425 BTRFS FILE SYSTEM
2426 M:      Chris Mason <clm@fb.com>
2427 M:      Josef Bacik <jbacik@fb.com>
2428 M:      David Sterba <dsterba@suse.com>
2429 L:      linux-btrfs@vger.kernel.org
2430 W:      http://btrfs.wiki.kernel.org/
2431 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2433 S:      Maintained
2434 F:      Documentation/filesystems/btrfs.txt
2435 F:      fs/btrfs/
2436
2437 BTTV VIDEO4LINUX DRIVER
2438 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2439 L:      linux-media@vger.kernel.org
2440 W:      http://linuxtv.org
2441 T:      git git://linuxtv.org/media_tree.git
2442 S:      Odd fixes
2443 F:      Documentation/video4linux/bttv/
2444 F:      drivers/media/pci/bt8xx/bttv*
2445
2446 BUSLOGIC SCSI DRIVER
2447 M:      Khalid Aziz <khalid@gonehiking.org>
2448 L:      linux-scsi@vger.kernel.org
2449 S:      Maintained
2450 F:      drivers/scsi/BusLogic.*
2451 F:      drivers/scsi/FlashPoint.*
2452
2453 C-MEDIA CMI8788 DRIVER
2454 M:      Clemens Ladisch <clemens@ladisch.de>
2455 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2456 T:      git git://git.alsa-project.org/alsa-kernel.git
2457 S:      Maintained
2458 F:      sound/pci/oxygen/
2459
2460 C6X ARCHITECTURE
2461 M:      Mark Salter <msalter@redhat.com>
2462 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2463 L:      linux-c6x-dev@linux-c6x.org
2464 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2465 S:      Maintained
2466 F:      arch/c6x/
2467
2468 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2469 M:      David Howells <dhowells@redhat.com>
2470 L:      linux-cachefs@redhat.com
2471 S:      Supported
2472 F:      Documentation/filesystems/caching/cachefiles.txt
2473 F:      fs/cachefiles/
2474
2475 CADET FM/AM RADIO RECEIVER DRIVER
2476 M:      Hans Verkuil <hverkuil@xs4all.nl>
2477 L:      linux-media@vger.kernel.org
2478 T:      git git://linuxtv.org/media_tree.git
2479 W:      http://linuxtv.org
2480 S:      Maintained
2481 F:      drivers/media/radio/radio-cadet*
2482
2483 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2484 M:      Jonathan Corbet <corbet@lwn.net>
2485 L:      linux-media@vger.kernel.org
2486 T:      git git://linuxtv.org/media_tree.git
2487 S:      Maintained
2488 F:      Documentation/video4linux/cafe_ccic
2489 F:      drivers/media/platform/marvell-ccic/
2490
2491 CAIF NETWORK LAYER
2492 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2493 L:      netdev@vger.kernel.org
2494 S:      Supported
2495 F:      Documentation/networking/caif/
2496 F:      drivers/net/caif/
2497 F:      include/uapi/linux/caif/
2498 F:      include/net/caif/
2499 F:      net/caif/
2500
2501 CALGARY x86-64 IOMMU
2502 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2503 M:      "Jon D. Mason" <jdmason@kudzu.us>
2504 L:      discuss@x86-64.org
2505 S:      Maintained
2506 F:      arch/x86/kernel/pci-calgary_64.c
2507 F:      arch/x86/kernel/tce_64.c
2508 F:      arch/x86/include/asm/calgary.h
2509 F:      arch/x86/include/asm/tce.h
2510
2511 CAN NETWORK LAYER
2512 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2513 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2514 L:      linux-can@vger.kernel.org
2515 W:      https://github.com/linux-can
2516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2518 S:      Maintained
2519 F:      Documentation/networking/can.txt
2520 F:      net/can/
2521 F:      include/linux/can/core.h
2522 F:      include/uapi/linux/can.h
2523 F:      include/uapi/linux/can/bcm.h
2524 F:      include/uapi/linux/can/raw.h
2525 F:      include/uapi/linux/can/gw.h
2526
2527 CAN NETWORK DRIVERS
2528 M:      Wolfgang Grandegger <wg@grandegger.com>
2529 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2530 L:      linux-can@vger.kernel.org
2531 W:      https://github.com/linux-can
2532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2534 S:      Maintained
2535 F:      drivers/net/can/
2536 F:      include/linux/can/dev.h
2537 F:      include/linux/can/platform/
2538 F:      include/uapi/linux/can/error.h
2539 F:      include/uapi/linux/can/netlink.h
2540
2541 CAPABILITIES
2542 M:      Serge Hallyn <serge.hallyn@canonical.com>
2543 L:      linux-security-module@vger.kernel.org
2544 S:      Supported
2545 F:      include/linux/capability.h
2546 F:      include/uapi/linux/capability.h
2547 F:      security/commoncap.c
2548 F:      kernel/capability.c
2549
2550 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2551 M:      Kevin Tsai <ktsai@capellamicro.com>
2552 S:      Maintained
2553 F:      drivers/iio/light/cm*
2554 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2555
2556 CAVIUM LIQUIDIO NETWORK DRIVER
2557 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2558 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2559 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2560 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2561 L:     netdev@vger.kernel.org
2562 W:     http://www.cavium.com
2563 S:     Supported
2564 F:     drivers/net/ethernet/cavium/liquidio/
2565
2566 CC2520 IEEE-802.15.4 RADIO DRIVER
2567 M:      Varka Bhadram <varkabhadram@gmail.com>
2568 L:      linux-wpan@vger.kernel.org
2569 S:      Maintained
2570 F:      drivers/net/ieee802154/cc2520.c
2571 F:      include/linux/spi/cc2520.h
2572 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2573
2574 CELL BROADBAND ENGINE ARCHITECTURE
2575 M:      Arnd Bergmann <arnd@arndb.de>
2576 L:      linuxppc-dev@lists.ozlabs.org
2577 W:      http://www.ibm.com/developerworks/power/cell/
2578 S:      Supported
2579 F:      arch/powerpc/include/asm/cell*.h
2580 F:      arch/powerpc/include/asm/spu*.h
2581 F:      arch/powerpc/include/uapi/asm/spu*.h
2582 F:      arch/powerpc/oprofile/*cell*
2583 F:      arch/powerpc/platforms/cell/
2584
2585 CEPH COMMON CODE (LIBCEPH)
2586 M:      Ilya Dryomov <idryomov@gmail.com>
2587 M:      "Yan, Zheng" <zyan@redhat.com>
2588 M:      Sage Weil <sage@redhat.com>
2589 L:      ceph-devel@vger.kernel.org
2590 W:      http://ceph.com/
2591 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2592 T:      git git://github.com/ceph/ceph-client.git
2593 S:      Supported
2594 F:      net/ceph/
2595 F:      include/linux/ceph/
2596 F:      include/linux/crush/
2597
2598 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2599 M:      "Yan, Zheng" <zyan@redhat.com>
2600 M:      Sage Weil <sage@redhat.com>
2601 M:      Ilya Dryomov <idryomov@gmail.com>
2602 L:      ceph-devel@vger.kernel.org
2603 W:      http://ceph.com/
2604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2605 T:      git git://github.com/ceph/ceph-client.git
2606 S:      Supported
2607 F:      Documentation/filesystems/ceph.txt
2608 F:      fs/ceph/
2609
2610 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2611 L:      linux-usb@vger.kernel.org
2612 S:      Orphan
2613 F:      Documentation/usb/WUSB-Design-overview.txt
2614 F:      Documentation/usb/wusb-cbaf
2615 F:      drivers/usb/host/hwa-hc.c
2616 F:      drivers/usb/host/whci/
2617 F:      drivers/usb/wusbcore/
2618 F:      include/linux/usb/wusb*
2619
2620 CFAG12864B LCD DRIVER
2621 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2622 W:      http://miguelojeda.es/auxdisplay.htm
2623 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2624 S:      Maintained
2625 F:      drivers/auxdisplay/cfag12864b.c
2626 F:      include/linux/cfag12864b.h
2627
2628 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2629 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2630 W:      http://miguelojeda.es/auxdisplay.htm
2631 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2632 S:      Maintained
2633 F:      drivers/auxdisplay/cfag12864bfb.c
2634 F:      include/linux/cfag12864b.h
2635
2636 CFG80211 and NL80211
2637 M:      Johannes Berg <johannes@sipsolutions.net>
2638 L:      linux-wireless@vger.kernel.org
2639 W:      http://wireless.kernel.org/
2640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2642 S:      Maintained
2643 F:      include/uapi/linux/nl80211.h
2644 F:      include/net/cfg80211.h
2645 F:      net/wireless/*
2646 X:      net/wireless/wext*
2647
2648 CHAR and MISC DRIVERS
2649 M:      Arnd Bergmann <arnd@arndb.de>
2650 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2652 S:      Supported
2653 F:      drivers/char/*
2654 F:      drivers/misc/*
2655 F:      include/linux/miscdevice.h
2656
2657 CHECKPATCH
2658 M:      Andy Whitcroft <apw@canonical.com>
2659 M:      Joe Perches <joe@perches.com>
2660 S:      Maintained
2661 F:      scripts/checkpatch.pl
2662
2663 CHINESE DOCUMENTATION
2664 M:      Harry Wei <harryxiyou@gmail.com>
2665 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2666 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2667 S:      Maintained
2668 F:      Documentation/zh_CN/
2669
2670 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2671 M:      Peter Chen <Peter.Chen@freescale.com>
2672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2673 L:      linux-usb@vger.kernel.org
2674 S:      Maintained
2675 F:      drivers/usb/chipidea/
2676
2677 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2678 M:      Hans de Goede <hdegoede@redhat.com>
2679 L:      linux-input@vger.kernel.org
2680 S:      Maintained
2681 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2682 F:      drivers/input/touchscreen/chipone_icn8318.c
2683
2684 CHROME HARDWARE PLATFORM SUPPORT
2685 M:      Olof Johansson <olof@lixom.net>
2686 S:      Maintained
2687 F:      drivers/platform/chrome/
2688
2689 CISCO VIC ETHERNET NIC DRIVER
2690 M:      Christian Benvenuti <benve@cisco.com>
2691 M:      Sujith Sankar <ssujith@cisco.com>
2692 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2693 M:      Neel Patel <neepatel@cisco.com>
2694 S:      Supported
2695 F:      drivers/net/ethernet/cisco/enic/
2696
2697 CISCO VIC LOW LATENCY NIC DRIVER
2698 M:      Upinder Malhi <umalhi@cisco.com>
2699 S:      Supported
2700 F:      drivers/infiniband/hw/usnic
2701
2702 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2703 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2704 L:      netdev@vger.kernel.org
2705 S:      Maintained
2706 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2707
2708 CIRRUS LOGIC AUDIO CODEC DRIVERS
2709 M:      Brian Austin <brian.austin@cirrus.com>
2710 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2711 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2712 S:      Maintained
2713 F:      sound/soc/codecs/cs*
2714
2715 CLEANCACHE API
2716 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2717 L:      linux-kernel@vger.kernel.org
2718 S:      Maintained
2719 F:      mm/cleancache.c
2720 F:      include/linux/cleancache.h
2721
2722 CLK API
2723 M:      Russell King <linux@arm.linux.org.uk>
2724 L:      linux-clk@vger.kernel.org
2725 S:      Maintained
2726 F:      include/linux/clk.h
2727
2728 CLOCKSOURCE, CLOCKEVENT DRIVERS
2729 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2730 M:      Thomas Gleixner <tglx@linutronix.de>
2731 L:      linux-kernel@vger.kernel.org
2732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2733 S:      Supported
2734 F:      drivers/clocksource
2735
2736 CISCO FCOE HBA DRIVER
2737 M:      Hiral Patel <hiralpat@cisco.com>
2738 M:      Suma Ramars <sramars@cisco.com>
2739 M:      Brian Uchino <buchino@cisco.com>
2740 L:      linux-scsi@vger.kernel.org
2741 S:      Supported
2742 F:      drivers/scsi/fnic/
2743
2744 CISCO SCSI HBA DRIVER
2745 M:      Narsimhulu Musini <nmusini@cisco.com>
2746 M:      Sesidhar Baddela <sebaddel@cisco.com>
2747 L:      linux-scsi@vger.kernel.org
2748 S:      Supported
2749 F:      drivers/scsi/snic/
2750
2751 CMPC ACPI DRIVER
2752 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2753 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2754 L:      platform-driver-x86@vger.kernel.org
2755 S:      Supported
2756 F:      drivers/platform/x86/classmate-laptop.c
2757
2758 COBALT MEDIA DRIVER
2759 M:      Hans Verkuil <hans.verkuil@cisco.com>
2760 L:      linux-media@vger.kernel.org
2761 T:      git git://linuxtv.org/media_tree.git
2762 W:      http://linuxtv.org
2763 S:      Supported
2764 F:      drivers/media/pci/cobalt/
2765
2766 COCCINELLE/Semantic Patches (SmPL)
2767 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2768 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2769 M:      Nicolas Palix <nicolas.palix@imag.fr>
2770 M:      Michal Marek <mmarek@suse.com>
2771 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2773 W:      http://coccinelle.lip6.fr/
2774 S:      Supported
2775 F:      Documentation/coccinelle.txt
2776 F:      scripts/coccinelle/
2777 F:      scripts/coccicheck
2778
2779 CODA FILE SYSTEM
2780 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2781 M:      coda@cs.cmu.edu
2782 L:      codalist@coda.cs.cmu.edu
2783 W:      http://www.coda.cs.cmu.edu/
2784 S:      Maintained
2785 F:      Documentation/filesystems/coda.txt
2786 F:      fs/coda/
2787 F:      include/linux/coda*.h
2788 F:      include/uapi/linux/coda*.h
2789
2790 CODA V4L2 MEM2MEM DRIVER
2791 M:      Philipp Zabel <p.zabel@pengutronix.de>
2792 L:      linux-media@vger.kernel.org
2793 S:      Maintained
2794 F:      Documentation/devicetree/bindings/media/coda.txt
2795 F:      drivers/media/platform/coda/
2796
2797 COMMON CLK FRAMEWORK
2798 M:      Michael Turquette <mturquette@baylibre.com>
2799 M:      Stephen Boyd <sboyd@codeaurora.org>
2800 L:      linux-clk@vger.kernel.org
2801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2802 S:      Maintained
2803 F:      drivers/clk/
2804 X:      drivers/clk/clkdev.c
2805 F:      include/linux/clk-pr*
2806 F:      include/linux/clk/
2807
2808 COMMON INTERNET FILE SYSTEM (CIFS)
2809 M:      Steve French <sfrench@samba.org>
2810 L:      linux-cifs@vger.kernel.org
2811 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2812 W:      http://linux-cifs.samba.org/
2813 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2814 S:      Supported
2815 F:      Documentation/filesystems/cifs/
2816 F:      fs/cifs/
2817
2818 COMPACTPCI HOTPLUG CORE
2819 M:      Scott Murray <scott@spiteful.org>
2820 L:      linux-pci@vger.kernel.org
2821 S:      Maintained
2822 F:      drivers/pci/hotplug/cpci_hotplug*
2823
2824 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2825 M:      Scott Murray <scott@spiteful.org>
2826 L:      linux-pci@vger.kernel.org
2827 S:      Maintained
2828 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2829
2830 COMPACTPCI HOTPLUG GENERIC DRIVER
2831 M:      Scott Murray <scott@spiteful.org>
2832 L:      linux-pci@vger.kernel.org
2833 S:      Maintained
2834 F:      drivers/pci/hotplug/cpcihp_generic.c
2835
2836 COMPAL LAPTOP SUPPORT
2837 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2838 L:      platform-driver-x86@vger.kernel.org
2839 S:      Maintained
2840 F:      drivers/platform/x86/compal-laptop.c
2841
2842 CONEXANT ACCESSRUNNER USB DRIVER
2843 M:      Simon Arlott <cxacru@fire.lp0.eu>
2844 L:      accessrunner-general@lists.sourceforge.net
2845 W:      http://accessrunner.sourceforge.net/
2846 S:      Maintained
2847 F:      drivers/usb/atm/cxacru.c
2848
2849 CONFIGFS
2850 M:      Joel Becker <jlbec@evilplan.org>
2851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2852 S:      Supported
2853 F:      fs/configfs/
2854 F:      include/linux/configfs.h
2855
2856 CONNECTOR
2857 M:      Evgeniy Polyakov <zbr@ioremap.net>
2858 L:      netdev@vger.kernel.org
2859 S:      Maintained
2860 F:      drivers/connector/
2861
2862 CONTROL GROUP (CGROUP)
2863 M:      Tejun Heo <tj@kernel.org>
2864 M:      Li Zefan <lizefan@huawei.com>
2865 M:      Johannes Weiner <hannes@cmpxchg.org>
2866 L:      cgroups@vger.kernel.org
2867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2868 S:      Maintained
2869 F:      Documentation/cgroups/
2870 F:      include/linux/cgroup*
2871 F:      kernel/cgroup*
2872
2873 CONTROL GROUP - CPUSET
2874 M:      Li Zefan <lizefan@huawei.com>
2875 L:      cgroups@vger.kernel.org
2876 W:      http://www.bullopensource.org/cpuset/
2877 W:      http://oss.sgi.com/projects/cpusets/
2878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2879 S:      Maintained
2880 F:      Documentation/cgroups/cpusets.txt
2881 F:      include/linux/cpuset.h
2882 F:      kernel/cpuset.c
2883
2884 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2885 M:      Johannes Weiner <hannes@cmpxchg.org>
2886 M:      Michal Hocko <mhocko@kernel.org>
2887 L:      cgroups@vger.kernel.org
2888 L:      linux-mm@kvack.org
2889 S:      Maintained
2890 F:      mm/memcontrol.c
2891 F:      mm/swap_cgroup.c
2892
2893 CORETEMP HARDWARE MONITORING DRIVER
2894 M:      Fenghua Yu <fenghua.yu@intel.com>
2895 L:      lm-sensors@lm-sensors.org
2896 S:      Maintained
2897 F:      Documentation/hwmon/coretemp
2898 F:      drivers/hwmon/coretemp.c
2899
2900 COSA/SRP SYNC SERIAL DRIVER
2901 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2902 W:      http://www.fi.muni.cz/~kas/cosa/
2903 S:      Maintained
2904 F:      drivers/net/wan/cosa*
2905
2906 CPMAC ETHERNET DRIVER
2907 M:      Florian Fainelli <florian@openwrt.org>
2908 L:      netdev@vger.kernel.org
2909 S:      Maintained
2910 F:      drivers/net/ethernet/ti/cpmac.c
2911
2912 CPU FREQUENCY DRIVERS
2913 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2914 M:      Viresh Kumar <viresh.kumar@linaro.org>
2915 L:      linux-pm@vger.kernel.org
2916 S:      Maintained
2917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2918 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2919 F:      drivers/cpufreq/
2920 F:      include/linux/cpufreq.h
2921
2922 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2923 M:      Viresh Kumar <viresh.kumar@linaro.org>
2924 M:      Sudeep Holla <sudeep.holla@arm.com>
2925 L:      linux-pm@vger.kernel.org
2926 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2927 S:      Maintained
2928 F:      drivers/cpufreq/arm_big_little.h
2929 F:      drivers/cpufreq/arm_big_little.c
2930 F:      drivers/cpufreq/arm_big_little_dt.c
2931
2932 CPUIDLE DRIVER - ARM BIG LITTLE
2933 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2934 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2935 L:      linux-pm@vger.kernel.org
2936 L:      linux-arm-kernel@lists.infradead.org
2937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2938 S:      Maintained
2939 F:      drivers/cpuidle/cpuidle-big_little.c
2940
2941 CPUIDLE DRIVER - ARM EXYNOS
2942 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2943 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2944 M:      Kukjin Kim <kgene@kernel.org>
2945 L:      linux-pm@vger.kernel.org
2946 L:      linux-samsung-soc@vger.kernel.org
2947 S:      Supported
2948 F:      drivers/cpuidle/cpuidle-exynos.c
2949 F:      arch/arm/mach-exynos/pm.c
2950
2951 CPUIDLE DRIVERS
2952 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2953 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2954 L:      linux-pm@vger.kernel.org
2955 S:      Maintained
2956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2957 F:      drivers/cpuidle/*
2958 F:      include/linux/cpuidle.h
2959
2960 CPUID/MSR DRIVER
2961 M:      "H. Peter Anvin" <hpa@zytor.com>
2962 S:      Maintained
2963 F:      arch/x86/kernel/cpuid.c
2964 F:      arch/x86/kernel/msr.c
2965
2966 CPU POWER MONITORING SUBSYSTEM
2967 M:      Thomas Renninger <trenn@suse.com>
2968 L:      linux-pm@vger.kernel.org
2969 S:      Maintained
2970 F:      tools/power/cpupower/
2971
2972 CRAMFS FILESYSTEM
2973 W:      http://sourceforge.net/projects/cramfs/
2974 S:      Orphan / Obsolete
2975 F:      Documentation/filesystems/cramfs.txt
2976 F:      fs/cramfs/
2977
2978 CRIS PORT
2979 M:      Mikael Starvik <starvik@axis.com>
2980 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2981 L:      linux-cris-kernel@axis.com
2982 W:      http://developer.axis.com
2983 S:      Maintained
2984 F:      arch/cris/
2985 F:      drivers/tty/serial/crisv10.*
2986
2987 CRYPTO API
2988 M:      Herbert Xu <herbert@gondor.apana.org.au>
2989 M:      "David S. Miller" <davem@davemloft.net>
2990 L:      linux-crypto@vger.kernel.org
2991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2992 S:      Maintained
2993 F:      Documentation/crypto/
2994 F:      Documentation/DocBook/crypto-API.tmpl
2995 F:      arch/*/crypto/
2996 F:      crypto/
2997 F:      drivers/crypto/
2998 F:      include/crypto/
2999
3000 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3001 M:      Neil Horman <nhorman@tuxdriver.com>
3002 L:      linux-crypto@vger.kernel.org
3003 S:      Maintained
3004 F:      crypto/ansi_cprng.c
3005 F:      crypto/rng.c
3006
3007 CS5535 Audio ALSA driver
3008 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3009 S:      Maintained
3010 F:      sound/pci/cs5535audio/
3011
3012 CW1200 WLAN driver
3013 M:      Solomon Peachy <pizza@shaftnet.org>
3014 S:      Maintained
3015 F:      drivers/net/wireless/cw1200/
3016
3017 CX18 VIDEO4LINUX DRIVER
3018 M:      Andy Walls <awalls@md.metrocast.net>
3019 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3020 L:      linux-media@vger.kernel.org
3021 T:      git git://linuxtv.org/media_tree.git
3022 W:      http://linuxtv.org
3023 W:      http://www.ivtvdriver.org/index.php/Cx18
3024 S:      Maintained
3025 F:      Documentation/video4linux/cx18.txt
3026 F:      drivers/media/pci/cx18/
3027 F:      include/uapi/linux/ivtv*
3028
3029 CX2341X MPEG ENCODER HELPER MODULE
3030 M:      Hans Verkuil <hverkuil@xs4all.nl>
3031 L:      linux-media@vger.kernel.org
3032 T:      git git://linuxtv.org/media_tree.git
3033 W:      http://linuxtv.org
3034 S:      Maintained
3035 F:      drivers/media/common/cx2341x*
3036 F:      include/media/cx2341x*
3037
3038 CX24120 MEDIA DRIVER
3039 M:      Jemma Denson <jdenson@gmail.com>
3040 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3041 L:      linux-media@vger.kernel.org
3042 W:      http://linuxtv.org/
3043 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3044 S:      Maintained
3045 F:      drivers/media/dvb-frontends/cx24120*
3046
3047 CX88 VIDEO4LINUX DRIVER
3048 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3049 L:      linux-media@vger.kernel.org
3050 W:      http://linuxtv.org
3051 T:      git git://linuxtv.org/media_tree.git
3052 S:      Odd fixes
3053 F:      Documentation/video4linux/cx88/
3054 F:      drivers/media/pci/cx88/
3055
3056 CXD2820R MEDIA DRIVER
3057 M:      Antti Palosaari <crope@iki.fi>
3058 L:      linux-media@vger.kernel.org
3059 W:      http://linuxtv.org/
3060 W:      http://palosaari.fi/linux/
3061 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3062 T:      git git://linuxtv.org/anttip/media_tree.git
3063 S:      Maintained
3064 F:      drivers/media/dvb-frontends/cxd2820r*
3065
3066 CXGB3 ETHERNET DRIVER (CXGB3)
3067 M:      Santosh Raspatur <santosh@chelsio.com>
3068 L:      netdev@vger.kernel.org
3069 W:      http://www.chelsio.com
3070 S:      Supported
3071 F:      drivers/net/ethernet/chelsio/cxgb3/
3072
3073 CXGB3 ISCSI DRIVER (CXGB3I)
3074 M:      Karen Xie <kxie@chelsio.com>
3075 L:      linux-scsi@vger.kernel.org
3076 W:      http://www.chelsio.com
3077 S:      Supported
3078 F:      drivers/scsi/cxgbi/cxgb3i
3079
3080 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3081 M:      Steve Wise <swise@chelsio.com>
3082 L:      linux-rdma@vger.kernel.org
3083 W:      http://www.openfabrics.org
3084 S:      Supported
3085 F:      drivers/infiniband/hw/cxgb3/
3086
3087 CXGB4 ETHERNET DRIVER (CXGB4)
3088 M:      Hariprasad S <hariprasad@chelsio.com>
3089 L:      netdev@vger.kernel.org
3090 W:      http://www.chelsio.com
3091 S:      Supported
3092 F:      drivers/net/ethernet/chelsio/cxgb4/
3093
3094 CXGB4 ISCSI DRIVER (CXGB4I)
3095 M:      Karen Xie <kxie@chelsio.com>
3096 L:      linux-scsi@vger.kernel.org
3097 W:      http://www.chelsio.com
3098 S:      Supported
3099 F:      drivers/scsi/cxgbi/cxgb4i
3100
3101 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3102 M:      Steve Wise <swise@chelsio.com>
3103 L:      linux-rdma@vger.kernel.org
3104 W:      http://www.openfabrics.org
3105 S:      Supported
3106 F:      drivers/infiniband/hw/cxgb4/
3107
3108 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3109 M:      Casey Leedom <leedom@chelsio.com>
3110 L:      netdev@vger.kernel.org
3111 W:      http://www.chelsio.com
3112 S:      Supported
3113 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3114
3115 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3116 M:      Ian Munsie <imunsie@au1.ibm.com>
3117 M:      Michael Neuling <mikey@neuling.org>
3118 L:      linuxppc-dev@lists.ozlabs.org
3119 S:      Supported
3120 F:      drivers/misc/cxl/
3121 F:      include/misc/cxl*
3122 F:      include/uapi/misc/cxl.h
3123 F:      Documentation/powerpc/cxl.txt
3124 F:      Documentation/powerpc/cxl.txt
3125 F:      Documentation/ABI/testing/sysfs-class-cxl
3126
3127 STMMAC ETHERNET DRIVER
3128 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3129 L:      netdev@vger.kernel.org
3130 W:      http://www.stlinux.com
3131 S:      Supported
3132 F:      drivers/net/ethernet/stmicro/stmmac/
3133
3134 CYBERPRO FB DRIVER
3135 M:      Russell King <linux@arm.linux.org.uk>
3136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3137 W:      http://www.arm.linux.org.uk/
3138 S:      Maintained
3139 F:      drivers/video/fbdev/cyber2000fb.*
3140
3141 CYCLADES ASYNC MUX DRIVER
3142 W:      http://www.cyclades.com/
3143 S:      Orphan
3144 F:      drivers/tty/cyclades.c
3145 F:      include/linux/cyclades.h
3146 F:      include/uapi/linux/cyclades.h
3147
3148 CYCLADES PC300 DRIVER
3149 W:      http://www.cyclades.com/
3150 S:      Orphan
3151 F:      drivers/net/wan/pc300*
3152
3153 CYPRESS_FIRMWARE MEDIA DRIVER
3154 M:      Antti Palosaari <crope@iki.fi>
3155 L:      linux-media@vger.kernel.org
3156 W:      http://linuxtv.org/
3157 W:      http://palosaari.fi/linux/
3158 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3159 T:      git git://linuxtv.org/anttip/media_tree.git
3160 S:      Maintained
3161 F:      drivers/media/common/cypress_firmware*
3162
3163 CYTTSP TOUCHSCREEN DRIVER
3164 M:      Ferruh Yigit <fery@cypress.com>
3165 L:      linux-input@vger.kernel.org
3166 S:      Supported
3167 F:      drivers/input/touchscreen/cyttsp*
3168 F:      include/linux/input/cyttsp.h
3169
3170 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3171 M:      Joshua Kinard <kumba@gentoo.org>
3172 S:      Maintained
3173 F:      drivers/rtc/rtc-ds1685.c
3174 F:      include/linux/rtc/ds1685.h
3175
3176 DAMA SLAVE for AX.25
3177 M:      Joerg Reuter <jreuter@yaina.de>
3178 W:      http://yaina.de/jreuter/
3179 W:      http://www.qsl.net/dl1bke/
3180 L:      linux-hams@vger.kernel.org
3181 S:      Maintained
3182 F:      net/ax25/af_ax25.c
3183 F:      net/ax25/ax25_dev.c
3184 F:      net/ax25/ax25_ds_*
3185 F:      net/ax25/ax25_in.c
3186 F:      net/ax25/ax25_out.c
3187 F:      net/ax25/ax25_timer.c
3188 F:      net/ax25/sysctl_net_ax25.c
3189
3190 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3191 L:      netdev@vger.kernel.org
3192 S:      Orphan
3193 F:      Documentation/networking/dmfe.txt
3194 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3195
3196 DC390/AM53C974 SCSI driver
3197 M:      Hannes Reinecke <hare@suse.com>
3198 L:      linux-scsi@vger.kernel.org
3199 S:      Maintained
3200 F:      drivers/scsi/am53c974.c
3201
3202 DC395x SCSI driver
3203 M:      Oliver Neukum <oliver@neukum.org>
3204 M:      Ali Akcaagac <aliakc@web.de>
3205 M:      Jamie Lenehan <lenehan@twibble.org>
3206 L:      dc395x@twibble.org
3207 W:      http://twibble.org/dist/dc395x/
3208 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3209 S:      Maintained
3210 F:      Documentation/scsi/dc395x.txt
3211 F:      drivers/scsi/dc395x.*
3212
3213 DCCP PROTOCOL
3214 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3215 L:      dccp@vger.kernel.org
3216 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3217 S:      Maintained
3218 F:      include/linux/dccp.h
3219 F:      include/uapi/linux/dccp.h
3220 F:      include/linux/tfrc.h
3221 F:      net/dccp/
3222
3223 DECnet NETWORK LAYER
3224 W:      http://linux-decnet.sourceforge.net
3225 L:      linux-decnet-user@lists.sourceforge.net
3226 S:      Orphan
3227 F:      Documentation/networking/decnet.txt
3228 F:      net/decnet/
3229
3230 DECSTATION PLATFORM SUPPORT
3231 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3232 L:      linux-mips@linux-mips.org
3233 W:      http://www.linux-mips.org/wiki/DECstation
3234 S:      Maintained
3235 F:      arch/mips/dec/
3236 F:      arch/mips/include/asm/dec/
3237 F:      arch/mips/include/asm/mach-dec/
3238
3239 DEFXX FDDI NETWORK DRIVER
3240 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3241 S:      Maintained
3242 F:      drivers/net/fddi/defxx.*
3243
3244 DELL LAPTOP DRIVER
3245 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3246 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3247 L:      platform-driver-x86@vger.kernel.org
3248 S:      Maintained
3249 F:      drivers/platform/x86/dell-laptop.c
3250
3251 DELL LAPTOP RBTN DRIVER
3252 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3253 S:      Maintained
3254 F:      drivers/platform/x86/dell-rbtn.*
3255
3256 DELL LAPTOP FREEFALL DRIVER
3257 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3258 S:      Maintained
3259 F:      drivers/platform/x86/dell-smo8800.c
3260
3261 DELL LAPTOP SMM DRIVER
3262 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3263 S:      Maintained
3264 F:      drivers/hwmon/dell-smm-hwmon.c
3265 F:      include/uapi/linux/i8k.h
3266
3267 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3268 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3269 S:      Maintained
3270 F:      Documentation/dcdbas.txt
3271 F:      drivers/firmware/dcdbas.*
3272
3273 DELL WMI EXTRAS DRIVER
3274 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3275 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3276 S:      Maintained
3277 F:      drivers/platform/x86/dell-wmi.c
3278
3279 DESIGNWARE USB2 DRD IP DRIVER
3280 M:      John Youn <johnyoun@synopsys.com>
3281 L:      linux-usb@vger.kernel.org
3282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3283 S:      Maintained
3284 F:      drivers/usb/dwc2/
3285
3286 DESIGNWARE USB3 DRD IP DRIVER
3287 M:      Felipe Balbi <balbi@ti.com>
3288 L:      linux-usb@vger.kernel.org
3289 L:      linux-omap@vger.kernel.org
3290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3291 S:      Maintained
3292 F:      drivers/usb/dwc3/
3293
3294 DEVICE COREDUMP (DEV_COREDUMP)
3295 M:      Johannes Berg <johannes@sipsolutions.net>
3296 L:      linux-kernel@vger.kernel.org
3297 S:      Maintained
3298 F:      drivers/base/devcoredump.c
3299 F:      include/linux/devcoredump.h
3300
3301 DEVICE FREQUENCY (DEVFREQ)
3302 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3303 M:      Kyungmin Park <kyungmin.park@samsung.com>
3304 L:      linux-pm@vger.kernel.org
3305 S:      Maintained
3306 F:      drivers/devfreq/
3307
3308 DEVICE NUMBER REGISTRY
3309 M:      Torben Mathiasen <device@lanana.org>
3310 W:      http://lanana.org/docs/device-list/index.html
3311 S:      Maintained
3312
3313 DEVICE-MAPPER  (LVM)
3314 M:      Alasdair Kergon <agk@redhat.com>
3315 M:      Mike Snitzer <snitzer@redhat.com>
3316 M:      dm-devel@redhat.com
3317 L:      dm-devel@redhat.com
3318 W:      http://sources.redhat.com/dm
3319 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3321 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3322 S:      Maintained
3323 F:      Documentation/device-mapper/
3324 F:      drivers/md/dm*
3325 F:      drivers/md/persistent-data/
3326 F:      include/linux/device-mapper.h
3327 F:      include/linux/dm-*.h
3328 F:      include/uapi/linux/dm-*.h
3329
3330 DIALOG SEMICONDUCTOR DRIVERS
3331 M:      Support Opensource <support.opensource@diasemi.com>
3332 W:      http://www.dialog-semiconductor.com/products
3333 S:      Supported
3334 F:      Documentation/hwmon/da90??
3335 F:      drivers/gpio/gpio-da90??.c
3336 F:      drivers/hwmon/da90??-hwmon.c
3337 F:      drivers/iio/adc/da91??-*.c
3338 F:      drivers/input/misc/da90??_onkey.c
3339 F:      drivers/input/touchscreen/da9052_tsi.c
3340 F:      drivers/leds/leds-da90??.c
3341 F:      drivers/mfd/da903x.c
3342 F:      drivers/mfd/da90??-*.c
3343 F:      drivers/mfd/da91??-*.c
3344 F:      drivers/power/da9052-battery.c
3345 F:      drivers/power/da91??-*.c
3346 F:      drivers/regulator/da903x.c
3347 F:      drivers/regulator/da9???-regulator.[ch]
3348 F:      drivers/rtc/rtc-da90??.c
3349 F:      drivers/video/backlight/da90??_bl.c
3350 F:      drivers/watchdog/da90??_wdt.c
3351 F:      include/linux/mfd/da903x.h
3352 F:      include/linux/mfd/da9052/
3353 F:      include/linux/mfd/da9055/
3354 F:      include/linux/mfd/da9063/
3355 F:      include/linux/mfd/da9150/
3356 F:      include/sound/da[79]*.h
3357 F:      sound/soc/codecs/da[79]*.[ch]
3358
3359 DIGI NEO AND CLASSIC PCI PRODUCTS
3360 M:      Lidza Louina <lidza.louina@gmail.com>
3361 M:      Mark Hounschell <markh@compro.net>
3362 L:      driverdev-devel@linuxdriverproject.org
3363 S:      Maintained
3364 F:      drivers/staging/dgnc/
3365
3366 DIGI EPCA PCI PRODUCTS
3367 M:      Lidza Louina <lidza.louina@gmail.com>
3368 M:      Mark Hounschell <markh@compro.net>
3369 M:      Daeseok Youn <daeseok.youn@gmail.com>
3370 L:      driverdev-devel@linuxdriverproject.org
3371 S:      Maintained
3372 F:      drivers/staging/dgap/
3373
3374 DIOLAN U2C-12 I2C DRIVER
3375 M:      Guenter Roeck <linux@roeck-us.net>
3376 L:      linux-i2c@vger.kernel.org
3377 S:      Maintained
3378 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3379
3380 DIRECT ACCESS (DAX)
3381 M:      Matthew Wilcox <willy@linux.intel.com>
3382 L:      linux-fsdevel@vger.kernel.org
3383 S:      Supported
3384 F:      fs/dax.c
3385
3386 DIRECTORY NOTIFICATION (DNOTIFY)
3387 M:      Eric Paris <eparis@parisplace.org>
3388 S:      Maintained
3389 F:      Documentation/filesystems/dnotify.txt
3390 F:      fs/notify/dnotify/
3391 F:      include/linux/dnotify.h
3392
3393 DISK GEOMETRY AND PARTITION HANDLING
3394 M:      Andries Brouwer <aeb@cwi.nl>
3395 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3396 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3397 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3398 S:      Maintained
3399
3400 DISKQUOTA
3401 M:      Jan Kara <jack@suse.com>
3402 S:      Maintained
3403 F:      Documentation/filesystems/quota.txt
3404 F:      fs/quota/
3405 F:      include/linux/quota*.h
3406 F:      include/uapi/linux/quota*.h
3407
3408 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3409 M:      Bernie Thompson <bernie@plugable.com>
3410 L:      linux-fbdev@vger.kernel.org
3411 S:      Maintained
3412 W:      http://plugable.com/category/projects/udlfb/
3413 F:      drivers/video/fbdev/udlfb.c
3414 F:      include/video/udlfb.h
3415 F:      Documentation/fb/udlfb.txt
3416
3417 DISTRIBUTED LOCK MANAGER (DLM)
3418 M:      Christine Caulfield <ccaulfie@redhat.com>
3419 M:      David Teigland <teigland@redhat.com>
3420 L:      cluster-devel@redhat.com
3421 W:      http://sources.redhat.com/cluster/
3422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3423 S:      Supported
3424 F:      fs/dlm/
3425
3426 DMA BUFFER SHARING FRAMEWORK
3427 M:      Sumit Semwal <sumit.semwal@linaro.org>
3428 S:      Maintained
3429 L:      linux-media@vger.kernel.org
3430 L:      dri-devel@lists.freedesktop.org
3431 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3432 F:      drivers/dma-buf/
3433 F:      include/linux/dma-buf*
3434 F:      include/linux/reservation.h
3435 F:      include/linux/*fence.h
3436 F:      Documentation/dma-buf-sharing.txt
3437 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3438
3439 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3440 M:      Vinod Koul <vinod.koul@intel.com>
3441 L:      dmaengine@vger.kernel.org
3442 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3443 S:      Maintained
3444 F:      drivers/dma/
3445 F:      include/linux/dmaengine.h
3446 F:      Documentation/dmaengine/
3447 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3448
3449 DME1737 HARDWARE MONITOR DRIVER
3450 M:      Juerg Haefliger <juergh@gmail.com>
3451 L:      lm-sensors@lm-sensors.org
3452 S:      Maintained
3453 F:      Documentation/hwmon/dme1737
3454 F:      drivers/hwmon/dme1737.c
3455
3456 DMI/SMBIOS SUPPORT
3457 M:      Jean Delvare <jdelvare@suse.com>
3458 S:      Maintained
3459 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3460 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3461 F:      drivers/firmware/dmi-id.c
3462 F:      drivers/firmware/dmi_scan.c
3463 F:      include/linux/dmi.h
3464
3465 DOCUMENTATION
3466 M:      Jonathan Corbet <corbet@lwn.net>
3467 L:      linux-doc@vger.kernel.org
3468 S:      Maintained
3469 F:      Documentation/
3470 X:      Documentation/ABI/
3471 X:      Documentation/devicetree/
3472 X:      Documentation/acpi
3473 X:      Documentation/power
3474 X:      Documentation/spi
3475 X:      Documentation/DocBook/media
3476 T:      git git://git.lwn.net/linux-2.6.git docs-next
3477
3478 DOUBLETALK DRIVER
3479 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3480 L:      blinux-list@redhat.com
3481 S:      Maintained
3482 F:      drivers/char/dtlk.c
3483 F:      include/linux/dtlk.h
3484
3485 DPT_I2O SCSI RAID DRIVER
3486 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3487 L:      linux-scsi@vger.kernel.org
3488 W:      http://www.adaptec.com/
3489 S:      Maintained
3490 F:      drivers/scsi/dpt*
3491 F:      drivers/scsi/dpt/
3492
3493 DRBD DRIVER
3494 P:      Philipp Reisner
3495 P:      Lars Ellenberg
3496 M:      drbd-dev@lists.linbit.com
3497 L:      drbd-user@lists.linbit.com
3498 W:      http://www.drbd.org
3499 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3500 T:      git git://git.drbd.org/drbd-8.3.git
3501 S:      Supported
3502 F:      drivers/block/drbd/
3503 F:      lib/lru_cache.c
3504 F:      Documentation/blockdev/drbd/
3505
3506 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3507 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3509 S:      Supported
3510 F:      Documentation/kobject.txt
3511 F:      drivers/base/
3512 F:      fs/debugfs/
3513 F:      fs/kernfs/
3514 F:      fs/sysfs/
3515 F:      include/linux/debugfs.h
3516 F:      include/linux/kobj*
3517 F:      lib/kobj*
3518
3519 DRM DRIVERS
3520 M:      David Airlie <airlied@linux.ie>
3521 L:      dri-devel@lists.freedesktop.org
3522 T:      git git://people.freedesktop.org/~airlied/linux
3523 S:      Maintained
3524 F:      drivers/gpu/drm/
3525 F:      drivers/gpu/vga/
3526 F:      include/drm/
3527 F:      include/uapi/drm/
3528
3529 RADEON DRM DRIVERS
3530 M:      Alex Deucher <alexander.deucher@amd.com>
3531 M:      Christian König <christian.koenig@amd.com>
3532 L:      dri-devel@lists.freedesktop.org
3533 T:      git git://people.freedesktop.org/~agd5f/linux
3534 S:      Supported
3535 F:      drivers/gpu/drm/radeon/
3536 F:      include/uapi/drm/radeon*
3537
3538 DRM PANEL DRIVERS
3539 M:      Thierry Reding <thierry.reding@gmail.com>
3540 L:      dri-devel@lists.freedesktop.org
3541 T:      git git://anongit.freedesktop.org/tegra/linux.git
3542 S:      Maintained
3543 F:      drivers/gpu/drm/drm_panel.c
3544 F:      drivers/gpu/drm/panel/
3545 F:      include/drm/drm_panel.h
3546 F:      Documentation/devicetree/bindings/panel/
3547
3548 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3549 M:      Daniel Vetter <daniel.vetter@intel.com>
3550 M:      Jani Nikula <jani.nikula@linux.intel.com>
3551 L:      intel-gfx@lists.freedesktop.org
3552 L:      dri-devel@lists.freedesktop.org
3553 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3554 T:      git git://anongit.freedesktop.org/drm-intel
3555 S:      Supported
3556 F:      drivers/gpu/drm/i915/
3557 F:      include/drm/i915*
3558 F:      include/uapi/drm/i915*
3559
3560 DRM DRIVERS FOR EXYNOS
3561 M:      Inki Dae <inki.dae@samsung.com>
3562 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3563 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3564 M:      Kyungmin Park <kyungmin.park@samsung.com>
3565 L:      dri-devel@lists.freedesktop.org
3566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3567 S:      Supported
3568 F:      drivers/gpu/drm/exynos/
3569 F:      include/drm/exynos*
3570 F:      include/uapi/drm/exynos*
3571
3572 DRM DRIVERS FOR FREESCALE IMX
3573 M:      Philipp Zabel <p.zabel@pengutronix.de>
3574 L:      dri-devel@lists.freedesktop.org
3575 S:      Maintained
3576 F:      drivers/gpu/drm/imx/
3577 F:      Documentation/devicetree/bindings/drm/imx/
3578
3579 DRM DRIVERS FOR NVIDIA TEGRA
3580 M:      Thierry Reding <thierry.reding@gmail.com>
3581 M:      Terje Bergström <tbergstrom@nvidia.com>
3582 L:      dri-devel@lists.freedesktop.org
3583 L:      linux-tegra@vger.kernel.org
3584 T:      git git://anongit.freedesktop.org/tegra/linux.git
3585 S:      Supported
3586 F:      drivers/gpu/drm/tegra/
3587 F:      drivers/gpu/host1x/
3588 F:      include/linux/host1x.h
3589 F:      include/uapi/drm/tegra_drm.h
3590 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3591
3592 DRM DRIVERS FOR RENESAS
3593 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3594 L:      dri-devel@lists.freedesktop.org
3595 L:      linux-sh@vger.kernel.org
3596 T:      git git://people.freedesktop.org/~airlied/linux
3597 S:      Supported
3598 F:      drivers/gpu/drm/rcar-du/
3599 F:      drivers/gpu/drm/shmobile/
3600 F:      include/linux/platform_data/shmob_drm.h
3601
3602 DRM DRIVERS FOR ROCKCHIP
3603 M:      Mark Yao <mark.yao@rock-chips.com>
3604 L:      dri-devel@lists.freedesktop.org
3605 S:      Maintained
3606 F:      drivers/gpu/drm/rockchip/
3607 F:      Documentation/devicetree/bindings/video/rockchip*
3608
3609 DRM DRIVERS FOR STI
3610 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3611 M:      Vincent Abriou <vincent.abriou@st.com>
3612 L:      dri-devel@lists.freedesktop.org
3613 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3614 S:      Maintained
3615 F:      drivers/gpu/drm/sti
3616 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3617
3618 DSBR100 USB FM RADIO DRIVER
3619 M:      Alexey Klimov <klimov.linux@gmail.com>
3620 L:      linux-media@vger.kernel.org
3621 T:      git git://linuxtv.org/media_tree.git
3622 S:      Maintained
3623 F:      drivers/media/radio/dsbr100.c
3624
3625 DSCC4 DRIVER
3626 M:      Francois Romieu <romieu@fr.zoreil.com>
3627 L:      netdev@vger.kernel.org
3628 S:      Maintained
3629 F:      drivers/net/wan/dscc4.c
3630
3631 DT3155 MEDIA DRIVER
3632 M:      Hans Verkuil <hverkuil@xs4all.nl>
3633 L:      linux-media@vger.kernel.org
3634 T:      git git://linuxtv.org/media_tree.git
3635 W:      http://linuxtv.org
3636 S:      Odd Fixes
3637 F:      drivers/media/pci/dt3155/
3638
3639 DVB_USB_AF9015 MEDIA DRIVER
3640 M:      Antti Palosaari <crope@iki.fi>
3641 L:      linux-media@vger.kernel.org
3642 W:      http://linuxtv.org/
3643 W:      http://palosaari.fi/linux/
3644 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3645 T:      git git://linuxtv.org/anttip/media_tree.git
3646 S:      Maintained
3647 F:      drivers/media/usb/dvb-usb-v2/af9015*
3648
3649 DVB_USB_AF9035 MEDIA DRIVER
3650 M:      Antti Palosaari <crope@iki.fi>
3651 L:      linux-media@vger.kernel.org
3652 W:      http://linuxtv.org/
3653 W:      http://palosaari.fi/linux/
3654 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3655 T:      git git://linuxtv.org/anttip/media_tree.git
3656 S:      Maintained
3657 F:      drivers/media/usb/dvb-usb-v2/af9035*
3658
3659 DVB_USB_ANYSEE MEDIA DRIVER
3660 M:      Antti Palosaari <crope@iki.fi>
3661 L:      linux-media@vger.kernel.org
3662 W:      http://linuxtv.org/
3663 W:      http://palosaari.fi/linux/
3664 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3665 T:      git git://linuxtv.org/anttip/media_tree.git
3666 S:      Maintained
3667 F:      drivers/media/usb/dvb-usb-v2/anysee*
3668
3669 DVB_USB_AU6610 MEDIA DRIVER
3670 M:      Antti Palosaari <crope@iki.fi>
3671 L:      linux-media@vger.kernel.org
3672 W:      http://linuxtv.org/
3673 W:      http://palosaari.fi/linux/
3674 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3675 T:      git git://linuxtv.org/anttip/media_tree.git
3676 S:      Maintained
3677 F:      drivers/media/usb/dvb-usb-v2/au6610*
3678
3679 DVB_USB_CE6230 MEDIA DRIVER
3680 M:      Antti Palosaari <crope@iki.fi>
3681 L:      linux-media@vger.kernel.org
3682 W:      http://linuxtv.org/
3683 W:      http://palosaari.fi/linux/
3684 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3685 T:      git git://linuxtv.org/anttip/media_tree.git
3686 S:      Maintained
3687 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3688
3689 DVB_USB_CXUSB MEDIA DRIVER
3690 M:      Michael Krufky <mkrufky@linuxtv.org>
3691 L:      linux-media@vger.kernel.org
3692 W:      http://linuxtv.org/
3693 W:      http://github.com/mkrufky
3694 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3695 T:      git git://linuxtv.org/media_tree.git
3696 S:      Maintained
3697 F:      drivers/media/usb/dvb-usb/cxusb*
3698
3699 DVB_USB_EC168 MEDIA DRIVER
3700 M:      Antti Palosaari <crope@iki.fi>
3701 L:      linux-media@vger.kernel.org
3702 W:      http://linuxtv.org/
3703 W:      http://palosaari.fi/linux/
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/ec168*
3708
3709 DVB_USB_GL861 MEDIA DRIVER
3710 M:      Antti Palosaari <crope@iki.fi>
3711 L:      linux-media@vger.kernel.org
3712 W:      http://linuxtv.org/
3713 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3714 T:      git git://linuxtv.org/anttip/media_tree.git
3715 S:      Maintained
3716 F:      drivers/media/usb/dvb-usb-v2/gl861*
3717
3718 DVB_USB_MXL111SF MEDIA DRIVER
3719 M:      Michael Krufky <mkrufky@linuxtv.org>
3720 L:      linux-media@vger.kernel.org
3721 W:      http://linuxtv.org/
3722 W:      http://github.com/mkrufky
3723 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3724 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3725 S:      Maintained
3726 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3727
3728 DVB_USB_RTL28XXU MEDIA DRIVER
3729 M:      Antti Palosaari <crope@iki.fi>
3730 L:      linux-media@vger.kernel.org
3731 W:      http://linuxtv.org/
3732 W:      http://palosaari.fi/linux/
3733 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3734 T:      git git://linuxtv.org/anttip/media_tree.git
3735 S:      Maintained
3736 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3737
3738 DVB_USB_V2 MEDIA DRIVER
3739 M:      Antti Palosaari <crope@iki.fi>
3740 L:      linux-media@vger.kernel.org
3741 W:      http://linuxtv.org/
3742 W:      http://palosaari.fi/linux/
3743 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3744 T:      git git://linuxtv.org/anttip/media_tree.git
3745 S:      Maintained
3746 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3747 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3748
3749 DYNAMIC DEBUG
3750 M:      Jason Baron <jbaron@akamai.com>
3751 S:      Maintained
3752 F:      lib/dynamic_debug.c
3753 F:      include/linux/dynamic_debug.h
3754
3755 DZ DECSTATION DZ11 SERIAL DRIVER
3756 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3757 S:      Maintained
3758 F:      drivers/tty/serial/dz.*
3759
3760 E3X0 POWER BUTTON DRIVER
3761 M:      Moritz Fischer <moritz.fischer@ettus.com>
3762 L:      usrp-users@lists.ettus.com
3763 W:      http://www.ettus.com
3764 S:      Supported
3765 F:      drivers/input/misc/e3x0-button.c
3766 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3767
3768 E4000 MEDIA DRIVER
3769 M:      Antti Palosaari <crope@iki.fi>
3770 L:      linux-media@vger.kernel.org
3771 W:      http://linuxtv.org/
3772 W:      http://palosaari.fi/linux/
3773 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3774 T:      git git://linuxtv.org/anttip/media_tree.git
3775 S:      Maintained
3776 F:      drivers/media/tuners/e4000*
3777
3778 EATA ISA/EISA/PCI SCSI DRIVER
3779 M:      Dario Ballabio <ballabio_dario@emc.com>
3780 L:      linux-scsi@vger.kernel.org
3781 S:      Maintained
3782 F:      drivers/scsi/eata.c
3783
3784 EC100 MEDIA DRIVER
3785 M:      Antti Palosaari <crope@iki.fi>
3786 L:      linux-media@vger.kernel.org
3787 W:      http://linuxtv.org/
3788 W:      http://palosaari.fi/linux/
3789 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3790 T:      git git://linuxtv.org/anttip/media_tree.git
3791 S:      Maintained
3792 F:      drivers/media/dvb-frontends/ec100*
3793
3794 ECRYPT FILE SYSTEM
3795 M:      Tyler Hicks <tyhicks@canonical.com>
3796 L:      ecryptfs@vger.kernel.org
3797 W:      http://ecryptfs.org
3798 W:      https://launchpad.net/ecryptfs
3799 S:      Supported
3800 F:      Documentation/filesystems/ecryptfs.txt
3801 F:      fs/ecryptfs/
3802
3803 EDAC-CORE
3804 M:      Doug Thompson <dougthompson@xmission.com>
3805 M:      Borislav Petkov <bp@alien8.de>
3806 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3807 L:      linux-edac@vger.kernel.org
3808 W:      bluesmoke.sourceforge.net
3809 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3810 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3811 S:      Supported
3812 F:      Documentation/edac.txt
3813 F:      drivers/edac/
3814 F:      include/linux/edac.h
3815
3816 EDAC-AMD64
3817 M:      Doug Thompson <dougthompson@xmission.com>
3818 M:      Borislav Petkov <bp@alien8.de>
3819 L:      linux-edac@vger.kernel.org
3820 W:      bluesmoke.sourceforge.net
3821 S:      Maintained
3822 F:      drivers/edac/amd64_edac*
3823
3824 EDAC-CALXEDA
3825 M:      Doug Thompson <dougthompson@xmission.com>
3826 M:      Robert Richter <rric@kernel.org>
3827 L:      linux-edac@vger.kernel.org
3828 W:      bluesmoke.sourceforge.net
3829 S:      Maintained
3830 F:      drivers/edac/highbank*
3831
3832 EDAC-CAVIUM
3833 M:      Ralf Baechle <ralf@linux-mips.org>
3834 M:      David Daney <david.daney@cavium.com>
3835 L:      linux-edac@vger.kernel.org
3836 L:      linux-mips@linux-mips.org
3837 W:      bluesmoke.sourceforge.net
3838 S:      Supported
3839 F:      drivers/edac/octeon_edac*
3840
3841 EDAC-E752X
3842 M:      Mark Gross <mark.gross@intel.com>
3843 M:      Doug Thompson <dougthompson@xmission.com>
3844 L:      linux-edac@vger.kernel.org
3845 W:      bluesmoke.sourceforge.net
3846 S:      Maintained
3847 F:      drivers/edac/e752x_edac.c
3848
3849 EDAC-E7XXX
3850 M:      Doug Thompson <dougthompson@xmission.com>
3851 L:      linux-edac@vger.kernel.org
3852 W:      bluesmoke.sourceforge.net
3853 S:      Maintained
3854 F:      drivers/edac/e7xxx_edac.c
3855
3856 EDAC-GHES
3857 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3858 L:      linux-edac@vger.kernel.org
3859 W:      bluesmoke.sourceforge.net
3860 S:      Maintained
3861 F:      drivers/edac/ghes_edac.c
3862
3863 EDAC-I82443BXGX
3864 M:      Tim Small <tim@buttersideup.com>
3865 L:      linux-edac@vger.kernel.org
3866 W:      bluesmoke.sourceforge.net
3867 S:      Maintained
3868 F:      drivers/edac/i82443bxgx_edac.c
3869
3870 EDAC-I3000
3871 M:      Jason Uhlenkott <juhlenko@akamai.com>
3872 L:      linux-edac@vger.kernel.org
3873 W:      bluesmoke.sourceforge.net
3874 S:      Maintained
3875 F:      drivers/edac/i3000_edac.c
3876
3877 EDAC-I5000
3878 M:      Doug Thompson <dougthompson@xmission.com>
3879 L:      linux-edac@vger.kernel.org
3880 W:      bluesmoke.sourceforge.net
3881 S:      Maintained
3882 F:      drivers/edac/i5000_edac.c
3883
3884 EDAC-I5400
3885 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3886 L:      linux-edac@vger.kernel.org
3887 W:      bluesmoke.sourceforge.net
3888 S:      Maintained
3889 F:      drivers/edac/i5400_edac.c
3890
3891 EDAC-I7300
3892 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3893 L:      linux-edac@vger.kernel.org
3894 W:      bluesmoke.sourceforge.net
3895 S:      Maintained
3896 F:      drivers/edac/i7300_edac.c
3897
3898 EDAC-I7CORE
3899 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3900 L:      linux-edac@vger.kernel.org
3901 W:      bluesmoke.sourceforge.net
3902 S:      Maintained
3903 F:      drivers/edac/i7core_edac.c
3904
3905 EDAC-I82975X
3906 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3907 M:      "Arvind R." <arvino55@gmail.com>
3908 L:      linux-edac@vger.kernel.org
3909 W:      bluesmoke.sourceforge.net
3910 S:      Maintained
3911 F:      drivers/edac/i82975x_edac.c
3912
3913 EDAC-IE31200
3914 M:      Jason Baron <jbaron@akamai.com>
3915 L:      linux-edac@vger.kernel.org
3916 W:      bluesmoke.sourceforge.net
3917 S:      Maintained
3918 F:      drivers/edac/ie31200_edac.c
3919
3920 EDAC-MPC85XX
3921 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3922 L:      linux-edac@vger.kernel.org
3923 W:      bluesmoke.sourceforge.net
3924 S:      Maintained
3925 F:      drivers/edac/mpc85xx_edac.[ch]
3926
3927 EDAC-PASEMI
3928 M:      Egor Martovetsky <egor@pasemi.com>
3929 L:      linux-edac@vger.kernel.org
3930 W:      bluesmoke.sourceforge.net
3931 S:      Maintained
3932 F:      drivers/edac/pasemi_edac.c
3933
3934 EDAC-R82600
3935 M:      Tim Small <tim@buttersideup.com>
3936 L:      linux-edac@vger.kernel.org
3937 W:      bluesmoke.sourceforge.net
3938 S:      Maintained
3939 F:      drivers/edac/r82600_edac.c
3940
3941 EDAC-SBRIDGE
3942 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3943 L:      linux-edac@vger.kernel.org
3944 W:      bluesmoke.sourceforge.net
3945 S:      Maintained
3946 F:      drivers/edac/sb_edac.c
3947
3948 EDAC-XGENE
3949 APPLIED MICRO (APM) X-GENE SOC EDAC
3950 M:     Loc Ho <lho@apm.com>
3951 S:     Supported
3952 F:     drivers/edac/xgene_edac.c
3953 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3954
3955 EDIROL UA-101/UA-1000 DRIVER
3956 M:      Clemens Ladisch <clemens@ladisch.de>
3957 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3958 T:      git git://git.alsa-project.org/alsa-kernel.git
3959 S:      Maintained
3960 F:      sound/usb/misc/ua101.c
3961
3962 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3963 M:      Matt Fleming <matt.fleming@intel.com>
3964 L:      linux-efi@vger.kernel.org
3965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3966 S:      Maintained
3967 F:      Documentation/efi-stub.txt
3968 F:      arch/ia64/kernel/efi.c
3969 F:      arch/x86/boot/compressed/eboot.[ch]
3970 F:      arch/x86/include/asm/efi.h
3971 F:      arch/x86/platform/efi/*
3972 F:      drivers/firmware/efi/*
3973 F:      include/linux/efi*.h
3974
3975 EFI VARIABLE FILESYSTEM
3976 M:      Matthew Garrett <matthew.garrett@nebula.com>
3977 M:      Jeremy Kerr <jk@ozlabs.org>
3978 M:      Matt Fleming <matt.fleming@intel.com>
3979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3980 L:      linux-efi@vger.kernel.org
3981 S:      Maintained
3982 F:      fs/efivarfs/
3983
3984 EFIFB FRAMEBUFFER DRIVER
3985 L:      linux-fbdev@vger.kernel.org
3986 M:      Peter Jones <pjones@redhat.com>
3987 S:      Maintained
3988 F:      drivers/video/fbdev/efifb.c
3989
3990 EFS FILESYSTEM
3991 W:      http://aeschi.ch.eu.org/efs/
3992 S:      Orphan
3993 F:      fs/efs/
3994
3995 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3996 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3997 M:      Christoph Raisch <raisch@de.ibm.com>
3998 L:      linux-rdma@vger.kernel.org
3999 S:      Supported
4000 F:      drivers/infiniband/hw/ehca/
4001
4002 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4003 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4004 L:      netdev@vger.kernel.org
4005 S:      Maintained
4006 F:      drivers/net/ethernet/ibm/ehea/
4007
4008 EM28XX VIDEO4LINUX DRIVER
4009 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4010 L:      linux-media@vger.kernel.org
4011 W:      http://linuxtv.org
4012 T:      git git://linuxtv.org/media_tree.git
4013 S:      Maintained
4014 F:      drivers/media/usb/em28xx/
4015
4016 EMBEDDED LINUX
4017 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4018 M:      Matt Mackall <mpm@selenic.com>
4019 M:      David Woodhouse <dwmw2@infradead.org>
4020 L:      linux-embedded@vger.kernel.org
4021 S:      Maintained
4022
4023 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4024 M:      James Smart <james.smart@avagotech.com>
4025 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4026 L:      linux-scsi@vger.kernel.org
4027 W:      http://www.avagotech.com
4028 S:      Supported
4029 F:      drivers/scsi/lpfc/
4030
4031 ENE CB710 FLASH CARD READER DRIVER
4032 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4033 S:      Maintained
4034 F:      drivers/misc/cb710/
4035 F:      drivers/mmc/host/cb710-mmc.*
4036 F:      include/linux/cb710.h
4037
4038 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4039 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4040 S:      Maintained
4041 F:      drivers/media/rc/ene_ir.*
4042
4043 ENHANCED ERROR HANDLING (EEH)
4044 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4045 L:      linuxppc-dev@lists.ozlabs.org
4046 S:      Supported
4047 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4048 F:      arch/powerpc/kernel/eeh*.c
4049
4050 EPSON S1D13XXX FRAMEBUFFER DRIVER
4051 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4052 S:      Maintained
4053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4054 F:      drivers/video/fbdev/s1d13xxxfb.c
4055 F:      include/video/s1d13xxxfb.h
4056
4057 ET131X NETWORK DRIVER
4058 M:      Mark Einon <mark.einon@gmail.com>
4059 S:      Odd Fixes
4060 F:      drivers/net/ethernet/agere/
4061
4062 ETHERNET BRIDGE
4063 M:      Stephen Hemminger <stephen@networkplumber.org>
4064 L:      bridge@lists.linux-foundation.org
4065 L:      netdev@vger.kernel.org
4066 W:      http://www.linuxfoundation.org/en/Net:Bridge
4067 S:      Maintained
4068 F:      include/linux/netfilter_bridge/
4069 F:      net/bridge/
4070
4071 ETHERNET PHY LIBRARY
4072 M:      Florian Fainelli <f.fainelli@gmail.com>
4073 L:      netdev@vger.kernel.org
4074 S:      Maintained
4075 F:      include/linux/phy.h
4076 F:      include/linux/phy_fixed.h
4077 F:      drivers/net/phy/
4078 F:      Documentation/networking/phy.txt
4079 F:      drivers/of/of_mdio.c
4080 F:      drivers/of/of_net.c
4081
4082 EXT2 FILE SYSTEM
4083 M:      Jan Kara <jack@suse.com>
4084 L:      linux-ext4@vger.kernel.org
4085 S:      Maintained
4086 F:      Documentation/filesystems/ext2.txt
4087 F:      fs/ext2/
4088 F:      include/linux/ext2*
4089
4090 EXT4 FILE SYSTEM
4091 M:      "Theodore Ts'o" <tytso@mit.edu>
4092 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4093 L:      linux-ext4@vger.kernel.org
4094 W:      http://ext4.wiki.kernel.org
4095 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4096 S:      Maintained
4097 F:      Documentation/filesystems/ext4.txt
4098 F:      fs/ext4/
4099
4100 Extended Verification Module (EVM)
4101 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4102 L:      linux-ima-devel@lists.sourceforge.net
4103 L:      linux-security-module@vger.kernel.org
4104 S:      Supported
4105 F:      security/integrity/evm/
4106
4107 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4108 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4109 M:      Chanwoo Choi <cw00.choi@samsung.com>
4110 L:      linux-kernel@vger.kernel.org
4111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4112 S:      Maintained
4113 F:      drivers/extcon/
4114 F:      Documentation/extcon/
4115
4116 EXYNOS DP DRIVER
4117 M:      Jingoo Han <jingoohan1@gmail.com>
4118 L:      dri-devel@lists.freedesktop.org
4119 S:      Maintained
4120 F:      drivers/gpu/drm/exynos/exynos_dp*
4121
4122 EXYNOS MIPI DISPLAY DRIVERS
4123 M:      Inki Dae <inki.dae@samsung.com>
4124 M:      Donghwa Lee <dh09.lee@samsung.com>
4125 M:      Kyungmin Park <kyungmin.park@samsung.com>
4126 L:      linux-fbdev@vger.kernel.org
4127 S:      Maintained
4128 F:      drivers/video/fbdev/exynos/exynos_mipi*
4129 F:      include/video/exynos_mipi*
4130
4131 F71805F HARDWARE MONITORING DRIVER
4132 M:      Jean Delvare <jdelvare@suse.com>
4133 L:      lm-sensors@lm-sensors.org
4134 S:      Maintained
4135 F:      Documentation/hwmon/f71805f
4136 F:      drivers/hwmon/f71805f.c
4137
4138 FC0011 TUNER DRIVER
4139 M:      Michael Buesch <m@bues.ch>
4140 L:      linux-media@vger.kernel.org
4141 S:      Maintained
4142 F:      drivers/media/tuners/fc0011.h
4143 F:      drivers/media/tuners/fc0011.c
4144
4145 FC2580 MEDIA DRIVER
4146 M:      Antti Palosaari <crope@iki.fi>
4147 L:      linux-media@vger.kernel.org
4148 W:      http://linuxtv.org/
4149 W:      http://palosaari.fi/linux/
4150 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4151 T:      git git://linuxtv.org/anttip/media_tree.git
4152 S:      Maintained
4153 F:      drivers/media/tuners/fc2580*
4154
4155 FANOTIFY
4156 M:      Eric Paris <eparis@redhat.com>
4157 S:      Maintained
4158 F:      fs/notify/fanotify/
4159 F:      include/linux/fanotify.h
4160 F:      include/uapi/linux/fanotify.h
4161
4162 FARSYNC SYNCHRONOUS DRIVER
4163 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4164 W:      http://www.farsite.co.uk/
4165 S:      Supported
4166 F:      drivers/net/wan/farsync.*
4167
4168 FAULT INJECTION SUPPORT
4169 M:      Akinobu Mita <akinobu.mita@gmail.com>
4170 S:      Supported
4171 F:      Documentation/fault-injection/
4172 F:      lib/fault-inject.c
4173
4174 FBTFT Framebuffer drivers
4175 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4176 M:      Noralf Trønnes <noralf@tronnes.org>
4177 S:      Maintained
4178 F:      drivers/staging/fbtft/
4179
4180 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4181 M:      Vasu Dev <vasu.dev@intel.com>
4182 L:      fcoe-devel@open-fcoe.org
4183 W:      www.Open-FCoE.org
4184 S:      Supported
4185 F:      drivers/scsi/libfc/
4186 F:      drivers/scsi/fcoe/
4187 F:      include/scsi/fc/
4188 F:      include/scsi/libfc.h
4189 F:      include/scsi/libfcoe.h
4190 F:      include/uapi/scsi/fc/
4191
4192 FILE LOCKING (flock() and fcntl()/lockf())
4193 M:      Jeff Layton <jlayton@poochiereds.net>
4194 M:      "J. Bruce Fields" <bfields@fieldses.org>
4195 L:      linux-fsdevel@vger.kernel.org
4196 S:      Maintained
4197 F:      include/linux/fcntl.h
4198 F:      include/linux/fs.h
4199 F:      include/uapi/linux/fcntl.h
4200 F:      include/uapi/linux/fs.h
4201 F:      fs/fcntl.c
4202 F:      fs/locks.c
4203
4204 FILESYSTEMS (VFS and infrastructure)
4205 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4206 L:      linux-fsdevel@vger.kernel.org
4207 S:      Maintained
4208 F:      fs/*
4209
4210 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4211 M:      Riku Voipio <riku.voipio@iki.fi>
4212 L:      lm-sensors@lm-sensors.org
4213 S:      Maintained
4214 F:      drivers/hwmon/f75375s.c
4215 F:      include/linux/f75375s.h
4216
4217 FIREWIRE AUDIO DRIVERS
4218 M:      Clemens Ladisch <clemens@ladisch.de>
4219 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4220 T:      git git://git.alsa-project.org/alsa-kernel.git
4221 S:      Maintained
4222 F:      sound/firewire/
4223
4224 FIREWIRE MEDIA DRIVERS (firedtv)
4225 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4226 L:      linux-media@vger.kernel.org
4227 L:      linux1394-devel@lists.sourceforge.net
4228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4229 S:      Maintained
4230 F:      drivers/media/firewire/
4231
4232 FIREWIRE SBP-2 TARGET
4233 M:      Chris Boot <bootc@bootc.net>
4234 L:      linux-scsi@vger.kernel.org
4235 L:      target-devel@vger.kernel.org
4236 L:      linux1394-devel@lists.sourceforge.net
4237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4238 S:      Maintained
4239 F:      drivers/target/sbp/
4240
4241 FIREWIRE SUBSYSTEM
4242 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4243 L:      linux1394-devel@lists.sourceforge.net
4244 W:      http://ieee1394.wiki.kernel.org/
4245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4246 S:      Maintained
4247 F:      drivers/firewire/
4248 F:      include/linux/firewire.h
4249 F:      include/uapi/linux/firewire*.h
4250 F:      tools/firewire/
4251
4252 FIRMWARE LOADER (request_firmware)
4253 M:      Ming Lei <ming.lei@canonical.com>
4254 L:      linux-kernel@vger.kernel.org
4255 S:      Maintained
4256 F:      Documentation/firmware_class/
4257 F:      drivers/base/firmware*.c
4258 F:      include/linux/firmware.h
4259
4260 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4261 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4262 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4263 S:      Maintained
4264 F:      drivers/block/rsxx/
4265
4266 FLOPPY DRIVER
4267 M:      Jiri Kosina <jikos@kernel.org>
4268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4269 S:      Odd fixes
4270 F:      drivers/block/floppy.c
4271
4272 FMC SUBSYSTEM
4273 M:      Alessandro Rubini <rubini@gnudd.com>
4274 W:      http://www.ohwr.org/projects/fmc-bus
4275 S:      Supported
4276 F:      drivers/fmc/
4277 F:      include/linux/fmc*.h
4278 F:      include/linux/ipmi-fru.h
4279 K:      fmc_d.*register
4280
4281 FPU EMULATOR
4282 M:      Bill Metzenthen <billm@melbpc.org.au>
4283 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4284 S:      Maintained
4285 F:      arch/x86/math-emu/
4286
4287 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4288 L:      netdev@vger.kernel.org
4289 S:      Orphan
4290 F:      drivers/net/wan/dlci.c
4291 F:      drivers/net/wan/sdla.c
4292
4293 FRAMEBUFFER LAYER
4294 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4295 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4296 L:      linux-fbdev@vger.kernel.org
4297 W:      http://linux-fbdev.sourceforge.net/
4298 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4300 S:      Maintained
4301 F:      Documentation/fb/
4302 F:      Documentation/devicetree/bindings/fb/
4303 F:      drivers/video/
4304 F:      include/video/
4305 F:      include/linux/fb.h
4306 F:      include/uapi/video/
4307 F:      include/uapi/linux/fb.h
4308
4309 FREESCALE DIU FRAMEBUFFER DRIVER
4310 M:      Timur Tabi <timur@tabi.org>
4311 L:      linux-fbdev@vger.kernel.org
4312 S:      Maintained
4313 F:      drivers/video/fbdev/fsl-diu-fb.*
4314
4315 FREESCALE DMA DRIVER
4316 M:      Li Yang <leoli@freescale.com>
4317 M:      Zhang Wei <zw@zh-kernel.org>
4318 L:      linuxppc-dev@lists.ozlabs.org
4319 S:      Maintained
4320 F:      drivers/dma/fsldma.*
4321
4322 FREESCALE I2C CPM DRIVER
4323 M:      Jochen Friedrich <jochen@scram.de>
4324 L:      linuxppc-dev@lists.ozlabs.org
4325 L:      linux-i2c@vger.kernel.org
4326 S:      Maintained
4327 F:      drivers/i2c/busses/i2c-cpm.c
4328
4329 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4330 M:      Sascha Hauer <kernel@pengutronix.de>
4331 L:      linux-fbdev@vger.kernel.org
4332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4333 S:      Maintained
4334 F:      include/linux/platform_data/video-imxfb.h
4335 F:      drivers/video/fbdev/imxfb.c
4336
4337 FREESCALE QUAD SPI DRIVER
4338 M:      Han Xu <han.xu@freescale.com>
4339 L:      linux-mtd@lists.infradead.org
4340 S:      Maintained
4341 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4342
4343 FREESCALE SOC FS_ENET DRIVER
4344 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4345 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4346 L:      linuxppc-dev@lists.ozlabs.org
4347 L:      netdev@vger.kernel.org
4348 S:      Maintained
4349 F:      drivers/net/ethernet/freescale/fs_enet/
4350 F:      include/linux/fs_enet_pd.h
4351
4352 FREESCALE QUICC ENGINE LIBRARY
4353 L:      linuxppc-dev@lists.ozlabs.org
4354 S:      Orphan
4355 F:      arch/powerpc/sysdev/qe_lib/
4356 F:      arch/powerpc/include/asm/*qe.h
4357
4358 FREESCALE USB PERIPHERAL DRIVERS
4359 M:      Li Yang <leoli@freescale.com>
4360 L:      linux-usb@vger.kernel.org
4361 L:      linuxppc-dev@lists.ozlabs.org
4362 S:      Maintained
4363 F:      drivers/usb/gadget/udc/fsl*
4364
4365 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4366 M:      Li Yang <leoli@freescale.com>
4367 L:      netdev@vger.kernel.org
4368 L:      linuxppc-dev@lists.ozlabs.org
4369 S:      Maintained
4370 F:      drivers/net/ethernet/freescale/ucc_geth*
4371
4372 FREESCALE QUICC ENGINE UCC UART DRIVER
4373 M:      Timur Tabi <timur@tabi.org>
4374 L:      linuxppc-dev@lists.ozlabs.org
4375 S:      Maintained
4376 F:      drivers/tty/serial/ucc_uart.c
4377
4378 FREESCALE SOC SOUND DRIVERS
4379 M:      Timur Tabi <timur@tabi.org>
4380 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4381 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4382 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4383 L:      linuxppc-dev@lists.ozlabs.org
4384 S:      Maintained
4385 F:      sound/soc/fsl/fsl*
4386 F:      sound/soc/fsl/imx*
4387 F:      sound/soc/fsl/mpc8610_hpcd.c
4388
4389 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4390 M:      "J. German Rivera" <German.Rivera@freescale.com>
4391 L:      linux-kernel@vger.kernel.org
4392 S:      Maintained
4393 F:      drivers/staging/fsl-mc/
4394
4395 FREEVXFS FILESYSTEM
4396 M:      Christoph Hellwig <hch@infradead.org>
4397 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4398 S:      Maintained
4399 F:      fs/freevxfs/
4400
4401 FREEZER
4402 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4403 M:      Pavel Machek <pavel@ucw.cz>
4404 L:      linux-pm@vger.kernel.org
4405 S:      Supported
4406 F:      Documentation/power/freezing-of-tasks.txt
4407 F:      include/linux/freezer.h
4408 F:      kernel/freezer.c
4409
4410 FRONTSWAP API
4411 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4412 L:      linux-kernel@vger.kernel.org
4413 S:      Maintained
4414 F:      mm/frontswap.c
4415 F:      include/linux/frontswap.h
4416
4417 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4418 M:      David Howells <dhowells@redhat.com>
4419 L:      linux-cachefs@redhat.com
4420 S:      Supported
4421 F:      Documentation/filesystems/caching/
4422 F:      fs/fscache/
4423 F:      include/linux/fscache*.h
4424
4425 F2FS FILE SYSTEM
4426 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4427 M:      Changman Lee <cm224.lee@samsung.com>
4428 R:      Chao Yu <chao2.yu@samsung.com>
4429 L:      linux-f2fs-devel@lists.sourceforge.net
4430 W:      http://en.wikipedia.org/wiki/F2FS
4431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4432 S:      Maintained
4433 F:      Documentation/filesystems/f2fs.txt
4434 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4435 F:      fs/f2fs/
4436 F:      include/linux/f2fs_fs.h
4437 F:      include/trace/events/f2fs.h
4438
4439 FUJITSU FR-V (FRV) PORT
4440 M:      David Howells <dhowells@redhat.com>
4441 S:      Maintained
4442 F:      arch/frv/
4443
4444 FUJITSU LAPTOP EXTRAS
4445 M:      Jonathan Woithe <jwoithe@just42.net>
4446 L:      platform-driver-x86@vger.kernel.org
4447 S:      Maintained
4448 F:      drivers/platform/x86/fujitsu-laptop.c
4449
4450 FUJITSU M-5MO LS CAMERA ISP DRIVER
4451 M:      Kyungmin Park <kyungmin.park@samsung.com>
4452 M:      Heungjun Kim <riverful.kim@samsung.com>
4453 L:      linux-media@vger.kernel.org
4454 S:      Maintained
4455 F:      drivers/media/i2c/m5mols/
4456 F:      include/media/m5mols.h
4457
4458 FUJITSU TABLET EXTRAS
4459 M:      Robert Gerlach <khnz@gmx.de>
4460 L:      platform-driver-x86@vger.kernel.org
4461 S:      Maintained
4462 F:      drivers/platform/x86/fujitsu-tablet.c
4463
4464 FUSE: FILESYSTEM IN USERSPACE
4465 M:      Miklos Szeredi <miklos@szeredi.hu>
4466 L:      fuse-devel@lists.sourceforge.net
4467 W:      http://fuse.sourceforge.net/
4468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4469 S:      Maintained
4470 F:      fs/fuse/
4471 F:      include/uapi/linux/fuse.h
4472 F:      Documentation/filesystems/fuse.txt
4473
4474 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4475 M:      Rik Faith <faith@cs.unc.edu>
4476 L:      linux-scsi@vger.kernel.org
4477 S:      Odd Fixes (e.g., new signatures)
4478 F:      drivers/scsi/fdomain.*
4479
4480 GCOV BASED KERNEL PROFILING
4481 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4482 S:      Maintained
4483 F:      kernel/gcov/
4484 F:      Documentation/gcov.txt
4485
4486 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4487 M:      Achim Leubner <achim_leubner@adaptec.com>
4488 L:      linux-scsi@vger.kernel.org
4489 W:      http://www.icp-vortex.com/
4490 S:      Supported
4491 F:      drivers/scsi/gdt*
4492
4493 GDB KERNEL DEBUGGING HELPER SCRIPTS
4494 M:      Jan Kiszka <jan.kiszka@siemens.com>
4495 S:      Supported
4496 F:      scripts/gdb/
4497
4498 GEMTEK FM RADIO RECEIVER DRIVER
4499 M:      Hans Verkuil <hverkuil@xs4all.nl>
4500 L:      linux-media@vger.kernel.org
4501 T:      git git://linuxtv.org/media_tree.git
4502 W:      http://linuxtv.org
4503 S:      Maintained
4504 F:      drivers/media/radio/radio-gemtek*
4505
4506 GENERIC GPIO I2C DRIVER
4507 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4508 S:      Supported
4509 F:      drivers/i2c/busses/i2c-gpio.c
4510 F:      include/linux/i2c-gpio.h
4511
4512 GENERIC GPIO I2C MULTIPLEXER DRIVER
4513 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4514 L:      linux-i2c@vger.kernel.org
4515 S:      Supported
4516 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4517 F:      include/linux/i2c-mux-gpio.h
4518 F:      Documentation/i2c/muxes/i2c-mux-gpio
4519
4520 GENERIC HDLC (WAN) DRIVERS
4521 M:      Krzysztof Halasa <khc@pm.waw.pl>
4522 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4523 S:      Maintained
4524 F:      drivers/net/wan/c101.c
4525 F:      drivers/net/wan/hd6457*
4526 F:      drivers/net/wan/hdlc*
4527 F:      drivers/net/wan/n2.c
4528 F:      drivers/net/wan/pc300too.c
4529 F:      drivers/net/wan/pci200syn.c
4530 F:      drivers/net/wan/wanxl*
4531
4532 GENERIC INCLUDE/ASM HEADER FILES
4533 M:      Arnd Bergmann <arnd@arndb.de>
4534 L:      linux-arch@vger.kernel.org
4535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4536 S:      Maintained
4537 F:      include/asm-generic/
4538 F:      include/uapi/asm-generic/
4539
4540 GENERIC PHY FRAMEWORK
4541 M:      Kishon Vijay Abraham I <kishon@ti.com>
4542 L:      linux-kernel@vger.kernel.org
4543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4544 S:      Supported
4545 F:      drivers/phy/
4546 F:      include/linux/phy/
4547
4548 GENERIC PM DOMAINS
4549 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4550 M:      Kevin Hilman <khilman@kernel.org>
4551 M:      Ulf Hansson <ulf.hansson@linaro.org>
4552 L:      linux-pm@vger.kernel.org
4553 S:      Supported
4554 F:      drivers/base/power/domain*.c
4555 F:      include/linux/pm_domain.h
4556
4557 GENERIC UIO DRIVER FOR PCI DEVICES
4558 M:      "Michael S. Tsirkin" <mst@redhat.com>
4559 L:      kvm@vger.kernel.org
4560 S:      Supported
4561 F:      drivers/uio/uio_pci_generic.c
4562
4563 GET_MAINTAINER SCRIPT
4564 M:      Joe Perches <joe@perches.com>
4565 S:      Maintained
4566 F:      scripts/get_maintainer.pl
4567
4568 GFS2 FILE SYSTEM
4569 M:      Steven Whitehouse <swhiteho@redhat.com>
4570 M:      Bob Peterson <rpeterso@redhat.com>
4571 L:      cluster-devel@redhat.com
4572 W:      http://sources.redhat.com/cluster/
4573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4574 S:      Supported
4575 F:      Documentation/filesystems/gfs2*.txt
4576 F:      fs/gfs2/
4577 F:      include/uapi/linux/gfs2_ondisk.h
4578
4579 GIGASET ISDN DRIVERS
4580 M:      Paul Bolle <pebolle@tiscali.nl>
4581 L:      gigaset307x-common@lists.sourceforge.net
4582 W:      http://gigaset307x.sourceforge.net/
4583 S:      Odd Fixes
4584 F:      Documentation/isdn/README.gigaset
4585 F:      drivers/isdn/gigaset/
4586 F:      include/uapi/linux/gigaset_dev.h
4587
4588 GO7007 MPEG CODEC
4589 M:      Hans Verkuil <hans.verkuil@cisco.com>
4590 L:      linux-media@vger.kernel.org
4591 S:      Maintained
4592 F:      drivers/media/usb/go7007/
4593
4594 GOODIX TOUCHSCREEN
4595 M:      Bastien Nocera <hadess@hadess.net>
4596 L:      linux-input@vger.kernel.org
4597 S:      Maintained
4598 F:      drivers/input/touchscreen/goodix.c
4599
4600 GPIO SUBSYSTEM
4601 M:      Linus Walleij <linus.walleij@linaro.org>
4602 M:      Alexandre Courbot <gnurou@gmail.com>
4603 L:      linux-gpio@vger.kernel.org
4604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4605 S:      Maintained
4606 F:      Documentation/gpio/
4607 F:      drivers/gpio/
4608 F:      include/linux/gpio/
4609 F:      include/linux/gpio.h
4610 F:      include/asm-generic/gpio.h
4611
4612 GRE DEMULTIPLEXER DRIVER
4613 M:      Dmitry Kozlov <xeb@mail.ru>
4614 L:      netdev@vger.kernel.org
4615 S:      Maintained
4616 F:      net/ipv4/gre_demux.c
4617 F:      net/ipv4/gre_offload.c
4618 F:      include/net/gre.h
4619
4620 GRETH 10/100/1G Ethernet MAC device driver
4621 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4622 L:      netdev@vger.kernel.org
4623 S:      Maintained
4624 F:      drivers/net/ethernet/aeroflex/
4625
4626 GSPCA FINEPIX SUBDRIVER
4627 M:      Frank Zago <frank@zago.net>
4628 L:      linux-media@vger.kernel.org
4629 T:      git git://linuxtv.org/media_tree.git
4630 S:      Maintained
4631 F:      drivers/media/usb/gspca/finepix.c
4632
4633 GSPCA GL860 SUBDRIVER
4634 M:      Olivier Lorin <o.lorin@laposte.net>
4635 L:      linux-media@vger.kernel.org
4636 T:      git git://linuxtv.org/media_tree.git
4637 S:      Maintained
4638 F:      drivers/media/usb/gspca/gl860/
4639
4640 GSPCA M5602 SUBDRIVER
4641 M:      Erik Andren <erik.andren@gmail.com>
4642 L:      linux-media@vger.kernel.org
4643 T:      git git://linuxtv.org/media_tree.git
4644 S:      Maintained
4645 F:      drivers/media/usb/gspca/m5602/
4646
4647 GSPCA PAC207 SONIXB SUBDRIVER
4648 M:      Hans de Goede <hdegoede@redhat.com>
4649 L:      linux-media@vger.kernel.org
4650 T:      git git://linuxtv.org/media_tree.git
4651 S:      Maintained
4652 F:      drivers/media/usb/gspca/pac207.c
4653
4654 GSPCA SN9C20X SUBDRIVER
4655 M:      Brian Johnson <brijohn@gmail.com>
4656 L:      linux-media@vger.kernel.org
4657 T:      git git://linuxtv.org/media_tree.git
4658 S:      Maintained
4659 F:      drivers/media/usb/gspca/sn9c20x.c
4660
4661 GSPCA T613 SUBDRIVER
4662 M:      Leandro Costantino <lcostantino@gmail.com>
4663 L:      linux-media@vger.kernel.org
4664 T:      git git://linuxtv.org/media_tree.git
4665 S:      Maintained
4666 F:      drivers/media/usb/gspca/t613.c
4667
4668 GSPCA USB WEBCAM DRIVER
4669 M:      Hans de Goede <hdegoede@redhat.com>
4670 L:      linux-media@vger.kernel.org
4671 T:      git git://linuxtv.org/media_tree.git
4672 S:      Maintained
4673 F:      drivers/media/usb/gspca/
4674
4675 GUID PARTITION TABLE (GPT)
4676 M:      Davidlohr Bueso <dave@stgolabs.net>
4677 L:      linux-efi@vger.kernel.org
4678 S:      Maintained
4679 F:      block/partitions/efi.*
4680
4681 STK1160 USB VIDEO CAPTURE DRIVER
4682 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4683 L:      linux-media@vger.kernel.org
4684 T:      git git://linuxtv.org/media_tree.git
4685 S:      Maintained
4686 F:      drivers/media/usb/stk1160/
4687
4688 H8/300 ARCHITECTURE
4689 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4690 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4691 W:      http://uclinux-h8.sourceforge.jp
4692 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4693 S:      Maintained
4694 F:      arch/h8300/
4695 F:      drivers/clocksource/h8300_*.c
4696 F:      drivers/clk/h8300/
4697 F:      drivers/irqchip/irq-renesas-h8*.c
4698
4699 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4700 M:      Frank Seidel <frank@f-seidel.de>
4701 L:      platform-driver-x86@vger.kernel.org
4702 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4703 S:      Maintained
4704 F:      drivers/platform/x86/hdaps.c
4705
4706 HDPVR USB VIDEO ENCODER DRIVER
4707 M:      Hans Verkuil <hverkuil@xs4all.nl>
4708 L:      linux-media@vger.kernel.org
4709 T:      git git://linuxtv.org/media_tree.git
4710 W:      http://linuxtv.org
4711 S:      Odd Fixes
4712 F:      drivers/media/usb/hdpvr/
4713
4714 HWPOISON MEMORY FAILURE HANDLING
4715 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4716 L:      linux-mm@kvack.org
4717 S:      Maintained
4718 F:      mm/memory-failure.c
4719 F:      mm/hwpoison-inject.c
4720
4721 HYPERVISOR VIRTUAL CONSOLE DRIVER
4722 L:      linuxppc-dev@lists.ozlabs.org
4723 S:      Odd Fixes
4724 F:      drivers/tty/hvc/
4725
4726 HACKRF MEDIA DRIVER
4727 M:      Antti Palosaari <crope@iki.fi>
4728 L:      linux-media@vger.kernel.org
4729 W:      http://linuxtv.org/
4730 W:      http://palosaari.fi/linux/
4731 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4732 T:      git git://linuxtv.org/anttip/media_tree.git
4733 S:      Maintained
4734 F:      drivers/media/usb/hackrf/
4735
4736 HARDWARE MONITORING
4737 M:      Jean Delvare <jdelvare@suse.com>
4738 M:      Guenter Roeck <linux@roeck-us.net>
4739 L:      lm-sensors@lm-sensors.org
4740 W:      http://www.lm-sensors.org/
4741 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4743 S:      Maintained
4744 F:      Documentation/hwmon/
4745 F:      drivers/hwmon/
4746 F:      include/linux/hwmon*.h
4747
4748 HARDWARE RANDOM NUMBER GENERATOR CORE
4749 M:      Matt Mackall <mpm@selenic.com>
4750 M:      Herbert Xu <herbert@gondor.apana.org.au>
4751 L:      linux-crypto@vger.kernel.org
4752 S:      Odd fixes
4753 F:      Documentation/hw_random.txt
4754 F:      drivers/char/hw_random/
4755 F:      include/linux/hw_random.h
4756
4757 HARDWARE SPINLOCK CORE
4758 M:      Ohad Ben-Cohen <ohad@wizery.com>
4759 S:      Maintained
4760 F:      Documentation/hwspinlock.txt
4761 F:      drivers/hwspinlock/hwspinlock_*
4762 F:      include/linux/hwspinlock.h
4763
4764 HARMONY SOUND DRIVER
4765 L:      linux-parisc@vger.kernel.org
4766 S:      Maintained
4767 F:      sound/parisc/harmony.*
4768
4769 HD29L2 MEDIA DRIVER
4770 M:      Antti Palosaari <crope@iki.fi>
4771 L:      linux-media@vger.kernel.org
4772 W:      http://linuxtv.org/
4773 W:      http://palosaari.fi/linux/
4774 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4775 T:      git git://linuxtv.org/anttip/media_tree.git
4776 S:      Maintained
4777 F:      drivers/media/dvb-frontends/hd29l2*
4778
4779 HEWLETT-PACKARD SMART2 RAID DRIVER
4780 L:      iss_storagedev@hp.com
4781 S:      Orphan
4782 F:      Documentation/blockdev/cpqarray.txt
4783 F:      drivers/block/cpqarray.*
4784
4785 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4786 M:      Don Brace <don.brace@pmcs.com>
4787 L:      iss_storagedev@hp.com
4788 L:      storagedev@pmcs.com
4789 L:      linux-scsi@vger.kernel.org
4790 S:      Supported
4791 F:      Documentation/scsi/hpsa.txt
4792 F:      drivers/scsi/hpsa*.[ch]
4793 F:      include/linux/cciss*.h
4794 F:      include/uapi/linux/cciss*.h
4795
4796 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4797 M:      Don Brace <don.brace@pmcs.com>
4798 L:      iss_storagedev@hp.com
4799 L:      storagedev@pmcs.com
4800 L:      linux-scsi@vger.kernel.org
4801 S:      Supported
4802 F:      Documentation/blockdev/cciss.txt
4803 F:      drivers/block/cciss*
4804 F:      include/linux/cciss_ioctl.h
4805 F:      include/uapi/linux/cciss_ioctl.h
4806
4807 HFS FILESYSTEM
4808 L:      linux-fsdevel@vger.kernel.org
4809 S:      Orphan
4810 F:      Documentation/filesystems/hfs.txt
4811 F:      fs/hfs/
4812
4813 HFSPLUS FILESYSTEM
4814 L:      linux-fsdevel@vger.kernel.org
4815 S:      Orphan
4816 F:      Documentation/filesystems/hfsplus.txt
4817 F:      fs/hfsplus/
4818
4819 HGA FRAMEBUFFER DRIVER
4820 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4821 L:      linux-nvidia@lists.surfsouth.com
4822 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4823 S:      Maintained
4824 F:      drivers/video/fbdev/hgafb.c
4825
4826 HIBERNATION (aka Software Suspend, aka swsusp)
4827 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4828 M:      Pavel Machek <pavel@ucw.cz>
4829 L:      linux-pm@vger.kernel.org
4830 S:      Supported
4831 F:      arch/x86/power/
4832 F:      drivers/base/power/
4833 F:      kernel/power/
4834 F:      include/linux/suspend.h
4835 F:      include/linux/freezer.h
4836 F:      include/linux/pm.h
4837 F:      arch/*/include/asm/suspend*.h
4838
4839 HID CORE LAYER
4840 M:      Jiri Kosina <jikos@kernel.org>
4841 L:      linux-input@vger.kernel.org
4842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4843 S:      Maintained
4844 F:      drivers/hid/
4845 F:      include/linux/hid*
4846 F:      include/uapi/linux/hid*
4847
4848 HID SENSOR HUB DRIVERS
4849 M:      Jiri Kosina <jikos@kernel.org>
4850 M:      Jonathan Cameron <jic23@kernel.org>
4851 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4852 L:      linux-input@vger.kernel.org
4853 L:      linux-iio@vger.kernel.org
4854 S:      Maintained
4855 F:      Documentation/hid/hid-sensor*
4856 F:      drivers/hid/hid-sensor-*
4857 F:      drivers/iio/*/hid-*
4858 F:      include/linux/hid-sensor-*
4859
4860 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4861 M:      Thomas Gleixner <tglx@linutronix.de>
4862 L:      linux-kernel@vger.kernel.org
4863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4864 S:      Maintained
4865 F:      Documentation/timers/
4866 F:      kernel/time/hrtimer.c
4867 F:      kernel/time/clockevents.c
4868 F:      kernel/time/tick*.*
4869 F:      kernel/time/timer_*.c
4870 F:      include/linux/clockchips.h
4871 F:      include/linux/hrtimer.h
4872
4873 HIGH-SPEED SCC DRIVER FOR AX.25
4874 L:      linux-hams@vger.kernel.org
4875 S:      Orphan
4876 F:      drivers/net/hamradio/dmascc.c
4877 F:      drivers/net/hamradio/scc.c
4878
4879 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4880 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4881 W:      http://www.highpoint-tech.com
4882 S:      Supported
4883 F:      Documentation/scsi/hptiop.txt
4884 F:      drivers/scsi/hptiop.c
4885
4886 HIPPI
4887 M:      Jes Sorensen <jes@trained-monkey.org>
4888 L:      linux-hippi@sunsite.dk
4889 S:      Maintained
4890 F:      include/linux/hippidevice.h
4891 F:      include/uapi/linux/if_hippi.h
4892 F:      net/802/hippi.c
4893 F:      drivers/net/hippi/
4894
4895 HOST AP DRIVER
4896 M:      Jouni Malinen <j@w1.fi>
4897 L:      hostap@shmoo.com (subscribers-only)
4898 L:      linux-wireless@vger.kernel.org
4899 W:      http://hostap.epitest.fi/
4900 S:      Maintained
4901 F:      drivers/net/wireless/hostap/
4902
4903 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4904 L:      platform-driver-x86@vger.kernel.org
4905 S:      Orphan
4906 F:      drivers/platform/x86/tc1100-wmi.c
4907
4908 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4909 M:      Jaroslav Kysela <perex@perex.cz>
4910 S:      Maintained
4911 F:      drivers/net/ethernet/hp/hp100.*
4912
4913 HPET:   High Precision Event Timers driver
4914 M:      Clemens Ladisch <clemens@ladisch.de>
4915 S:      Maintained
4916 F:      Documentation/timers/hpet.txt
4917 F:      drivers/char/hpet.c
4918 F:      include/linux/hpet.h
4919 F:      include/uapi/linux/hpet.h
4920
4921 HPET:   x86
4922 S:      Orphan
4923 F:      arch/x86/kernel/hpet.c
4924 F:      arch/x86/include/asm/hpet.h
4925
4926 HPFS FILESYSTEM
4927 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4928 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4929 S:      Maintained
4930 F:      fs/hpfs/
4931
4932 HSI SUBSYSTEM
4933 M:      Sebastian Reichel <sre@kernel.org>
4934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4935 S:      Maintained
4936 F:      Documentation/ABI/testing/sysfs-bus-hsi
4937 F:      Documentation/hsi.txt
4938 F:      drivers/hsi/
4939 F:      include/linux/hsi/
4940 F:      include/uapi/linux/hsi/
4941
4942 HSO 3G MODEM DRIVER
4943 M:      Jan Dumon <j.dumon@option.com>
4944 W:      http://www.pharscape.org
4945 S:      Maintained
4946 F:      drivers/net/usb/hso.c
4947
4948 HSR NETWORK PROTOCOL
4949 M:      Arvid Brodin <arvid.brodin@alten.se>
4950 L:      netdev@vger.kernel.org
4951 S:      Maintained
4952 F:      net/hsr/
4953
4954 HTCPEN TOUCHSCREEN DRIVER
4955 M:      Pau Oliva Fora <pof@eslack.org>
4956 L:      linux-input@vger.kernel.org
4957 S:      Maintained
4958 F:      drivers/input/touchscreen/htcpen.c
4959
4960 HUGETLB FILESYSTEM
4961 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4962 S:      Maintained
4963 F:      fs/hugetlbfs/
4964
4965 Hyper-V CORE AND DRIVERS
4966 M:      "K. Y. Srinivasan" <kys@microsoft.com>
4967 M:      Haiyang Zhang <haiyangz@microsoft.com>
4968 L:      devel@linuxdriverproject.org
4969 S:      Maintained
4970 F:      arch/x86/include/asm/mshyperv.h
4971 F:      arch/x86/include/uapi/asm/hyperv.h
4972 F:      arch/x86/kernel/cpu/mshyperv.c
4973 F:      drivers/hid/hid-hyperv.c
4974 F:      drivers/hv/
4975 F:      drivers/input/serio/hyperv-keyboard.c
4976 F:      drivers/net/hyperv/
4977 F:      drivers/scsi/storvsc_drv.c
4978 F:      drivers/video/fbdev/hyperv_fb.c
4979 F:      include/linux/hyperv.h
4980 F:      tools/hv/
4981 F:      Documentation/ABI/stable/sysfs-bus-vmbus
4982
4983 I2C OVER PARALLEL PORT
4984 M:      Jean Delvare <jdelvare@suse.com>
4985 L:      linux-i2c@vger.kernel.org
4986 S:      Maintained
4987 F:      Documentation/i2c/busses/i2c-parport
4988 F:      Documentation/i2c/busses/i2c-parport-light
4989 F:      drivers/i2c/busses/i2c-parport.c
4990 F:      drivers/i2c/busses/i2c-parport-light.c
4991
4992 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4993 M:      Jean Delvare <jdelvare@suse.com>
4994 L:      linux-i2c@vger.kernel.org
4995 S:      Maintained
4996 F:      Documentation/i2c/busses/i2c-ali1535
4997 F:      Documentation/i2c/busses/i2c-ali1563
4998 F:      Documentation/i2c/busses/i2c-ali15x3
4999 F:      Documentation/i2c/busses/i2c-amd756
5000 F:      Documentation/i2c/busses/i2c-amd8111
5001 F:      Documentation/i2c/busses/i2c-i801
5002 F:      Documentation/i2c/busses/i2c-nforce2
5003 F:      Documentation/i2c/busses/i2c-piix4
5004 F:      Documentation/i2c/busses/i2c-sis5595
5005 F:      Documentation/i2c/busses/i2c-sis630
5006 F:      Documentation/i2c/busses/i2c-sis96x
5007 F:      Documentation/i2c/busses/i2c-via
5008 F:      Documentation/i2c/busses/i2c-viapro
5009 F:      drivers/i2c/busses/i2c-ali1535.c
5010 F:      drivers/i2c/busses/i2c-ali1563.c
5011 F:      drivers/i2c/busses/i2c-ali15x3.c
5012 F:      drivers/i2c/busses/i2c-amd756.c
5013 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5014 F:      drivers/i2c/busses/i2c-amd8111.c
5015 F:      drivers/i2c/busses/i2c-i801.c
5016 F:      drivers/i2c/busses/i2c-isch.c
5017 F:      drivers/i2c/busses/i2c-nforce2.c
5018 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5019 F:      drivers/i2c/busses/i2c-piix4.c
5020 F:      drivers/i2c/busses/i2c-sis5595.c
5021 F:      drivers/i2c/busses/i2c-sis630.c
5022 F:      drivers/i2c/busses/i2c-sis96x.c
5023 F:      drivers/i2c/busses/i2c-via.c
5024 F:      drivers/i2c/busses/i2c-viapro.c
5025
5026 I2C/SMBUS ISMT DRIVER
5027 M:      Seth Heasley <seth.heasley@intel.com>
5028 M:      Neil Horman <nhorman@tuxdriver.com>
5029 L:      linux-i2c@vger.kernel.org
5030 F:      drivers/i2c/busses/i2c-ismt.c
5031 F:      Documentation/i2c/busses/i2c-ismt
5032
5033 I2C/SMBUS STUB DRIVER
5034 M:      Jean Delvare <jdelvare@suse.com>
5035 L:      linux-i2c@vger.kernel.org
5036 S:      Maintained
5037 F:      drivers/i2c/i2c-stub.c
5038
5039 I2C SUBSYSTEM
5040 M:      Wolfram Sang <wsa@the-dreams.de>
5041 L:      linux-i2c@vger.kernel.org
5042 W:      https://i2c.wiki.kernel.org/
5043 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5045 S:      Maintained
5046 F:      Documentation/devicetree/bindings/i2c/
5047 F:      Documentation/i2c/
5048 F:      drivers/i2c/
5049 F:      include/linux/i2c.h
5050 F:      include/linux/i2c-*.h
5051 F:      include/uapi/linux/i2c.h
5052 F:      include/uapi/linux/i2c-*.h
5053
5054 I2C ACPI SUPPORT
5055 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5056 L:      linux-i2c@vger.kernel.org
5057 L:      linux-acpi@vger.kernel.org
5058 S:      Maintained
5059
5060 I2C-TAOS-EVM DRIVER
5061 M:      Jean Delvare <jdelvare@suse.com>
5062 L:      linux-i2c@vger.kernel.org
5063 S:      Maintained
5064 F:      Documentation/i2c/busses/i2c-taos-evm
5065 F:      drivers/i2c/busses/i2c-taos-evm.c
5066
5067 I2C-TINY-USB DRIVER
5068 M:      Till Harbaum <till@harbaum.org>
5069 L:      linux-i2c@vger.kernel.org
5070 W:      http://www.harbaum.org/till/i2c_tiny_usb
5071 S:      Maintained
5072 F:      drivers/i2c/busses/i2c-tiny-usb.c
5073
5074 i386 BOOT CODE
5075 M:      "H. Peter Anvin" <hpa@zytor.com>
5076 S:      Maintained
5077 F:      arch/x86/boot/
5078
5079 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5080 M:      "H. Peter Anvin" <hpa@zytor.com>
5081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5082 S:      Maintained
5083
5084 IA64 (Itanium) PLATFORM
5085 M:      Tony Luck <tony.luck@intel.com>
5086 M:      Fenghua Yu <fenghua.yu@intel.com>
5087 L:      linux-ia64@vger.kernel.org
5088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5089 S:      Maintained
5090 F:      arch/ia64/
5091
5092 IBM Power VMX Cryptographic instructions
5093 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5094 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5095 L:      linux-crypto@vger.kernel.org
5096 S:      Supported
5097 F:      drivers/crypto/vmx/Makefile
5098 F:      drivers/crypto/vmx/Kconfig
5099 F:      drivers/crypto/vmx/vmx.c
5100 F:      drivers/crypto/vmx/aes*
5101 F:      drivers/crypto/vmx/ghash*
5102 F:      drivers/crypto/vmx/ppc-xlate.pl
5103
5104 IBM Power in-Nest Crypto Acceleration
5105 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5106 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5107 L:      linux-crypto@vger.kernel.org
5108 S:      Supported
5109 F:      drivers/crypto/nx/Makefile
5110 F:      drivers/crypto/nx/Kconfig
5111 F:      drivers/crypto/nx/nx-aes*
5112 F:      drivers/crypto/nx/nx-sha*
5113 F:      drivers/crypto/nx/nx.*
5114 F:      drivers/crypto/nx/nx_csbcpb.h
5115 F:      drivers/crypto/nx/nx_debugfs.h
5116
5117 IBM Power 842 compression accelerator
5118 M:      Dan Streetman <ddstreet@ieee.org>
5119 S:      Supported
5120 F:      drivers/crypto/nx/Makefile
5121 F:      drivers/crypto/nx/Kconfig
5122 F:      drivers/crypto/nx/nx-842*
5123 F:      include/linux/sw842.h
5124 F:      crypto/842.c
5125 F:      lib/842/
5126
5127 IBM Power Linux RAID adapter
5128 M:      Brian King <brking@us.ibm.com>
5129 S:      Supported
5130 F:      drivers/scsi/ipr.*
5131
5132 IBM Power Virtual Ethernet Device Driver
5133 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5134 L:      netdev@vger.kernel.org
5135 S:      Supported
5136 F:      drivers/net/ethernet/ibm/ibmveth.*
5137
5138 IBM Power Virtual SCSI Device Drivers
5139 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5140 L:      linux-scsi@vger.kernel.org
5141 S:      Supported
5142 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5143 F:      drivers/scsi/ibmvscsi/viosrp.h
5144
5145 IBM Power Virtual FC Device Drivers
5146 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5147 L:      linux-scsi@vger.kernel.org
5148 S:      Supported
5149 F:      drivers/scsi/ibmvscsi/ibmvfc*
5150
5151 IBM ServeRAID RAID DRIVER
5152 S:      Orphan
5153 F:      drivers/scsi/ips.*
5154
5155 ICH LPC AND GPIO DRIVER
5156 M:      Peter Tyser <ptyser@xes-inc.com>
5157 S:      Maintained
5158 F:      drivers/mfd/lpc_ich.c
5159 F:      drivers/gpio/gpio-ich.c
5160
5161 IDE SUBSYSTEM
5162 M:      "David S. Miller" <davem@davemloft.net>
5163 L:      linux-ide@vger.kernel.org
5164 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5166 S:      Maintained
5167 F:      Documentation/ide/
5168 F:      drivers/ide/
5169 F:      include/linux/ide.h
5170
5171 IDEAPAD LAPTOP EXTRAS DRIVER
5172 M:      Ike Panhc <ike.pan@canonical.com>
5173 L:      platform-driver-x86@vger.kernel.org
5174 W:      http://launchpad.net/ideapad-laptop
5175 S:      Maintained
5176 F:      drivers/platform/x86/ideapad-laptop.c
5177
5178 IDEAPAD LAPTOP SLIDEBAR DRIVER
5179 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5180 L:      linux-input@vger.kernel.org
5181 W:      https://github.com/o2genum/ideapad-slidebar
5182 S:      Maintained
5183 F:      drivers/input/misc/ideapad_slidebar.c
5184
5185 IDE/ATAPI DRIVERS
5186 M:      Borislav Petkov <bp@alien8.de>
5187 L:      linux-ide@vger.kernel.org
5188 S:      Maintained
5189 F:      Documentation/cdrom/ide-cd
5190 F:      drivers/ide/ide-cd*
5191
5192 IDLE-I7300
5193 M:      Andy Henroid <andrew.d.henroid@intel.com>
5194 L:      linux-pm@vger.kernel.org
5195 S:      Supported
5196 F:      drivers/idle/i7300_idle.c
5197
5198 IEEE 802.15.4 SUBSYSTEM
5199 M:      Alexander Aring <alex.aring@gmail.com>
5200 L:      linux-wpan@vger.kernel.org
5201 W:      https://github.com/linux-wpan
5202 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5203 S:      Maintained
5204 F:      net/ieee802154/
5205 F:      net/mac802154/
5206 F:      drivers/net/ieee802154/
5207 F:      include/linux/nl802154.h
5208 F:      include/linux/ieee802154.h
5209 F:      include/net/nl802154.h
5210 F:      include/net/mac802154.h
5211 F:      include/net/af_ieee802154.h
5212 F:      include/net/cfg802154.h
5213 F:      include/net/ieee802154_netdev.h
5214 F:      Documentation/networking/ieee802154.txt
5215
5216 IGORPLUG-USB IR RECEIVER
5217 M:      Sean Young <sean@mess.org>
5218 L:      linux-media@vger.kernel.org
5219 S:      Maintained
5220 F:      drivers/media/rc/igorplugusb.c
5221
5222 IGUANAWORKS USB IR TRANSCEIVER
5223 M:      Sean Young <sean@mess.org>
5224 L:      linux-media@vger.kernel.org
5225 S:      Maintained
5226 F:      drivers/media/rc/iguanair.c
5227
5228 IIO SUBSYSTEM AND DRIVERS
5229 M:      Jonathan Cameron <jic23@kernel.org>
5230 R:      Hartmut Knaack <knaack.h@gmx.de>
5231 R:      Lars-Peter Clausen <lars@metafoo.de>
5232 R:      Peter Meerwald <pmeerw@pmeerw.net>
5233 L:      linux-iio@vger.kernel.org
5234 S:      Maintained
5235 F:      drivers/iio/
5236 F:      drivers/staging/iio/
5237 F:      include/linux/iio/
5238 F:      tools/iio/
5239
5240 IKANOS/ADI EAGLE ADSL USB DRIVER
5241 M:      Matthieu Castet <castet.matthieu@free.fr>
5242 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5243 S:      Maintained
5244 F:      drivers/usb/atm/ueagle-atm.c
5245
5246 INA209 HARDWARE MONITOR DRIVER
5247 M:      Guenter Roeck <linux@roeck-us.net>
5248 L:      lm-sensors@lm-sensors.org
5249 S:      Maintained
5250 F:      Documentation/hwmon/ina209
5251 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5252 F:      drivers/hwmon/ina209.c
5253
5254 INA2XX HARDWARE MONITOR DRIVER
5255 M:      Guenter Roeck <linux@roeck-us.net>
5256 L:      lm-sensors@lm-sensors.org
5257 S:      Maintained
5258 F:      Documentation/hwmon/ina2xx
5259 F:      drivers/hwmon/ina2xx.c
5260 F:      include/linux/platform_data/ina2xx.h
5261
5262 INDUSTRY PACK SUBSYSTEM (IPACK)
5263 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5264 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5265 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5266 L:      industrypack-devel@lists.sourceforge.net
5267 W:      http://industrypack.sourceforge.net
5268 S:      Maintained
5269 F:      drivers/ipack/
5270
5271 INGENIC JZ4780 DMA Driver
5272 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5273 S:      Maintained
5274 F:      drivers/dma/dma-jz4780.c
5275
5276 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5277 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5278 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5279 L:      linux-ima-devel@lists.sourceforge.net
5280 L:      linux-ima-user@lists.sourceforge.net
5281 L:      linux-security-module@vger.kernel.org
5282 S:      Supported
5283 F:      security/integrity/ima/
5284
5285 IMGTEC IR DECODER DRIVER
5286 M:      James Hogan <james.hogan@imgtec.com>
5287 S:      Maintained
5288 F:      drivers/media/rc/img-ir/
5289
5290 IMS TWINTURBO FRAMEBUFFER DRIVER
5291 L:      linux-fbdev@vger.kernel.org
5292 S:      Orphan
5293 F:      drivers/video/fbdev/imsttfb.c
5294
5295 INFINIBAND SUBSYSTEM
5296 M:      Doug Ledford <dledford@redhat.com>
5297 M:      Sean Hefty <sean.hefty@intel.com>
5298 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5299 L:      linux-rdma@vger.kernel.org
5300 W:      http://www.openfabrics.org/
5301 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5303 S:      Supported
5304 F:      Documentation/infiniband/
5305 F:      drivers/infiniband/
5306 F:      include/uapi/linux/if_infiniband.h
5307 F:      include/uapi/rdma/
5308 F:      include/rdma/
5309
5310 INOTIFY
5311 M:      John McCutchan <john@johnmccutchan.com>
5312 M:      Robert Love <rlove@rlove.org>
5313 M:      Eric Paris <eparis@parisplace.org>
5314 S:      Maintained
5315 F:      Documentation/filesystems/inotify.txt
5316 F:      fs/notify/inotify/
5317 F:      include/linux/inotify.h
5318 F:      include/uapi/linux/inotify.h
5319
5320 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5321 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5322 L:      linux-input@vger.kernel.org
5323 Q:      http://patchwork.kernel.org/project/linux-input/list/
5324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5325 S:      Maintained
5326 F:      drivers/input/
5327 F:      include/linux/input.h
5328 F:      include/uapi/linux/input.h
5329 F:      include/linux/input/
5330
5331 INPUT MULTITOUCH (MT) PROTOCOL
5332 M:      Henrik Rydberg <rydberg@bitmath.org>
5333 L:      linux-input@vger.kernel.org
5334 S:      Odd fixes
5335 F:      Documentation/input/multi-touch-protocol.txt
5336 F:      drivers/input/input-mt.c
5337 K:      \b(ABS|SYN)_MT_
5338
5339 INTEL ASoC BDW/HSW DRIVERS
5340 M:      Jie Yang <yang.jie@linux.intel.com>
5341 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5342 S:      Supported
5343 F:      sound/soc/intel/common/sst-dsp*
5344 F:      sound/soc/intel/common/sst-firmware.c
5345 F:      sound/soc/intel/boards/broadwell.c
5346 F:      sound/soc/intel/haswell/
5347
5348 INTEL C600 SERIES SAS CONTROLLER DRIVER
5349 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5350 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5351 L:      linux-scsi@vger.kernel.org
5352 T:      git git://git.code.sf.net/p/intel-sas/isci
5353 S:      Supported
5354 F:      drivers/scsi/isci/
5355
5356 INTEL IDLE DRIVER
5357 M:      Len Brown <lenb@kernel.org>
5358 L:      linux-pm@vger.kernel.org
5359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5360 S:      Supported
5361 F:      drivers/idle/intel_idle.c
5362
5363 INTEL PSTATE DRIVER
5364 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5365 L:      linux-pm@vger.kernel.org
5366 S:      Supported
5367 F:      drivers/cpufreq/intel_pstate.c
5368
5369 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5370 M:      Maik Broemme <mbroemme@plusserver.de>
5371 L:      linux-fbdev@vger.kernel.org
5372 S:      Maintained
5373 F:      Documentation/fb/intelfb.txt
5374 F:      drivers/video/fbdev/intelfb/
5375
5376 INTEL 810/815 FRAMEBUFFER DRIVER
5377 M:      Antonino Daplas <adaplas@gmail.com>
5378 L:      linux-fbdev@vger.kernel.org
5379 S:      Maintained
5380 F:      drivers/video/fbdev/i810/
5381
5382 INTEL MENLOW THERMAL DRIVER
5383 M:      Sujith Thomas <sujith.thomas@intel.com>
5384 L:      platform-driver-x86@vger.kernel.org
5385 W:      https://01.org/linux-acpi
5386 S:      Supported
5387 F:      drivers/platform/x86/intel_menlow.c
5388
5389 INTEL IA32 MICROCODE UPDATE SUPPORT
5390 M:      Borislav Petkov <bp@alien8.de>
5391 S:      Maintained
5392 F:      arch/x86/kernel/cpu/microcode/core*
5393 F:      arch/x86/kernel/cpu/microcode/intel*
5394
5395 INTEL I/OAT DMA DRIVER
5396 M:      Dave Jiang <dave.jiang@intel.com>
5397 R:      Dan Williams <dan.j.williams@intel.com>
5398 L:      dmaengine@vger.kernel.org
5399 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5400 S:      Supported
5401 F:      drivers/dma/ioat*
5402
5403 INTEL IOMMU (VT-d)
5404 M:      David Woodhouse <dwmw2@infradead.org>
5405 L:      iommu@lists.linux-foundation.org
5406 T:      git git://git.infradead.org/iommu-2.6.git
5407 S:      Supported
5408 F:      drivers/iommu/intel-iommu.c
5409 F:      include/linux/intel-iommu.h
5410
5411 INTEL IOP-ADMA DMA DRIVER
5412 R:      Dan Williams <dan.j.williams@intel.com>
5413 S:      Odd fixes
5414 F:      drivers/dma/iop-adma.c
5415
5416 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5417 M:      Krzysztof Halasa <khalasa@piap.pl>
5418 S:      Maintained
5419 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5420 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5421 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5422 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5423 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5424 F:      drivers/net/wan/ixp4xx_hss.c
5425
5426 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5427 M:      Deepak Saxena <dsaxena@plexity.net>
5428 S:      Maintained
5429 F:      drivers/char/hw_random/ixp4xx-rng.c
5430
5431 INTEL ETHERNET DRIVERS
5432 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5433 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5434 R:      Shannon Nelson <shannon.nelson@intel.com>
5435 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5436 R:      Don Skidmore <donald.c.skidmore@intel.com>
5437 R:      Matthew Vick <matthew.vick@intel.com>
5438 R:      John Ronciak <john.ronciak@intel.com>
5439 R:      Mitch Williams <mitch.a.williams@intel.com>
5440 L:      intel-wired-lan@lists.osuosl.org
5441 W:      http://www.intel.com/support/feedback.htm
5442 W:      http://e1000.sourceforge.net/
5443 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5446 S:      Supported
5447 F:      Documentation/networking/e100.txt
5448 F:      Documentation/networking/e1000.txt
5449 F:      Documentation/networking/e1000e.txt
5450 F:      Documentation/networking/igb.txt
5451 F:      Documentation/networking/igbvf.txt
5452 F:      Documentation/networking/ixgb.txt
5453 F:      Documentation/networking/ixgbe.txt
5454 F:      Documentation/networking/ixgbevf.txt
5455 F:      Documentation/networking/i40e.txt
5456 F:      Documentation/networking/i40evf.txt
5457 F:      drivers/net/ethernet/intel/
5458 F:      drivers/net/ethernet/intel/*/
5459
5460 INTEL-MID GPIO DRIVER
5461 M:      David Cohen <david.a.cohen@linux.intel.com>
5462 L:      linux-gpio@vger.kernel.org
5463 S:      Maintained
5464 F:      drivers/gpio/gpio-intel-mid.c
5465
5466 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5467 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5468 L:      linux-wireless@vger.kernel.org
5469 S:      Maintained
5470 F:      Documentation/networking/README.ipw2100
5471 F:      Documentation/networking/README.ipw2200
5472 F:      drivers/net/wireless/ipw2x00/
5473
5474 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5475 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5476 M:      Gang Wei <gang.wei@intel.com>
5477 M:      Shane Wang <shane.wang@intel.com>
5478 L:      tboot-devel@lists.sourceforge.net
5479 W:      http://tboot.sourceforge.net
5480 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5481 S:      Supported
5482 F:      Documentation/intel_txt.txt
5483 F:      include/linux/tboot.h
5484 F:      arch/x86/kernel/tboot.c
5485
5486 INTEL WIRELESS WIMAX CONNECTION 2400
5487 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5488 M:      linux-wimax@intel.com
5489 L:      wimax@linuxwimax.org (subscribers-only)
5490 S:      Supported
5491 W:      http://linuxwimax.org
5492 F:      Documentation/wimax/README.i2400m
5493 F:      drivers/net/wimax/i2400m/
5494 F:      include/uapi/linux/wimax/i2400m.h
5495
5496 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5497 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5498 L:      linux-wireless@vger.kernel.org
5499 S:      Supported
5500 F:      drivers/net/wireless/iwlegacy/
5501
5502 INTEL WIRELESS WIFI LINK (iwlwifi)
5503 M:      Johannes Berg <johannes.berg@intel.com>
5504 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5505 M:      Intel Linux Wireless <ilw@linux.intel.com>
5506 L:      linux-wireless@vger.kernel.org
5507 W:      http://intellinuxwireless.org
5508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5509 S:      Supported
5510 F:      drivers/net/wireless/iwlwifi/
5511
5512 INTEL MANAGEMENT ENGINE (mei)
5513 M:      Tomas Winkler <tomas.winkler@intel.com>
5514 L:      linux-kernel@vger.kernel.org
5515 S:      Supported
5516 F:      include/uapi/linux/mei.h
5517 F:      include/linux/mei_cl_bus.h
5518 F:      drivers/misc/mei/*
5519 F:      Documentation/misc-devices/mei/*
5520
5521 INTEL PMC IPC DRIVER
5522 M:      Zha Qipeng<qipeng.zha@intel.com>
5523 L:      platform-driver-x86@vger.kernel.org
5524 S:      Maintained
5525 F:      drivers/platform/x86/intel_pmc_ipc.c
5526 F:      arch/x86/include/asm/intel_pmc_ipc.h
5527
5528 IOC3 ETHERNET DRIVER
5529 M:      Ralf Baechle <ralf@linux-mips.org>
5530 L:      linux-mips@linux-mips.org
5531 S:      Maintained
5532 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5533
5534 IOC3 SERIAL DRIVER
5535 M:      Pat Gefre <pfg@sgi.com>
5536 L:      linux-serial@vger.kernel.org
5537 S:      Maintained
5538 F:      drivers/tty/serial/ioc3_serial.c
5539
5540 IOMMU DRIVERS
5541 M:      Joerg Roedel <joro@8bytes.org>
5542 L:      iommu@lists.linux-foundation.org
5543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5544 S:      Maintained
5545 F:      drivers/iommu/
5546
5547 IP MASQUERADING
5548 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5549 S:      Maintained
5550 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5551
5552 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5553 M:      Francois Romieu <romieu@fr.zoreil.com>
5554 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5555 L:      netdev@vger.kernel.org
5556 S:      Maintained
5557 F:      drivers/net/ethernet/icplus/ipg.*
5558
5559 IPATH DRIVER
5560 M:      Mike Marciniszyn <infinipath@intel.com>
5561 L:      linux-rdma@vger.kernel.org
5562 S:      Maintained
5563 F:      drivers/infiniband/hw/ipath/
5564
5565 IPMI SUBSYSTEM
5566 M:      Corey Minyard <minyard@acm.org>
5567 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5568 W:      http://openipmi.sourceforge.net/
5569 S:      Supported
5570 F:      Documentation/IPMI.txt
5571 F:      drivers/char/ipmi/
5572 F:      include/linux/ipmi*
5573 F:      include/uapi/linux/ipmi*
5574
5575 QCOM AUDIO (ASoC) DRIVERS
5576 M:      Patrick Lai <plai@codeaurora.org>
5577 M:      Banajit Goswami <bgoswami@codeaurora.org>
5578 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5579 S:      Supported
5580 F:      sound/soc/qcom/
5581
5582 IPS SCSI RAID DRIVER
5583 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5584 L:      linux-scsi@vger.kernel.org
5585 W:      http://www.adaptec.com/
5586 S:      Maintained
5587 F:      drivers/scsi/ips*
5588
5589 IPVS
5590 M:      Wensong Zhang <wensong@linux-vs.org>
5591 M:      Simon Horman <horms@verge.net.au>
5592 M:      Julian Anastasov <ja@ssi.bg>
5593 L:      netdev@vger.kernel.org
5594 L:      lvs-devel@vger.kernel.org
5595 S:      Maintained
5596 F:      Documentation/networking/ipvs-sysctl.txt
5597 F:      include/net/ip_vs.h
5598 F:      include/uapi/linux/ip_vs.h
5599 F:      net/netfilter/ipvs/
5600
5601 IPWIRELESS DRIVER
5602 M:      Jiri Kosina <jikos@kernel.org>
5603 M:      David Sterba <dsterba@suse.com>
5604 S:      Odd Fixes
5605 F:      drivers/tty/ipwireless/
5606
5607 IPX NETWORK LAYER
5608 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5609 L:      netdev@vger.kernel.org
5610 S:      Maintained
5611 F:      include/net/ipx.h
5612 F:      include/uapi/linux/ipx.h
5613 F:      net/ipx/
5614
5615 IRDA SUBSYSTEM
5616 M:      Samuel Ortiz <samuel@sortiz.org>
5617 L:      irda-users@lists.sourceforge.net (subscribers-only)
5618 L:      netdev@vger.kernel.org
5619 W:      http://irda.sourceforge.net/
5620 S:      Maintained
5621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5622 F:      Documentation/networking/irda.txt
5623 F:      drivers/net/irda/
5624 F:      include/net/irda/
5625 F:      net/irda/
5626
5627 IRQ SUBSYSTEM
5628 M:      Thomas Gleixner <tglx@linutronix.de>
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 F:      kernel/irq/
5633
5634 IRQCHIP DRIVERS
5635 M:      Thomas Gleixner <tglx@linutronix.de>
5636 M:      Jason Cooper <jason@lakedaemon.net>
5637 M:      Marc Zyngier <marc.zyngier@arm.com>
5638 L:      linux-kernel@vger.kernel.org
5639 S:      Maintained
5640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5641 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5642 F:      Documentation/devicetree/bindings/interrupt-controller/
5643 F:      drivers/irqchip/
5644
5645 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5646 M:      Jiang Liu <jiang.liu@linux.intel.com>
5647 M:      Marc Zyngier <marc.zyngier@arm.com>
5648 S:      Maintained
5649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5650 F:      Documentation/IRQ-domain.txt
5651 F:      include/linux/irqdomain.h
5652 F:      kernel/irq/irqdomain.c
5653 F:      kernel/irq/msi.c
5654
5655 ISAPNP
5656 M:      Jaroslav Kysela <perex@perex.cz>
5657 S:      Maintained
5658 F:      Documentation/isapnp.txt
5659 F:      drivers/pnp/isapnp/
5660 F:      include/linux/isapnp.h
5661
5662 ISA RADIO MODULE
5663 M:      Hans Verkuil <hverkuil@xs4all.nl>
5664 L:      linux-media@vger.kernel.org
5665 T:      git git://linuxtv.org/media_tree.git
5666 W:      http://linuxtv.org
5667 S:      Maintained
5668 F:      drivers/media/radio/radio-isa*
5669
5670 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5671 M:      Peter Jones <pjones@redhat.com>
5672 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5673 S:      Maintained
5674 F:      drivers/firmware/iscsi_ibft*
5675
5676 ISCSI
5677 M:      Mike Christie <michaelc@cs.wisc.edu>
5678 L:      open-iscsi@googlegroups.com
5679 W:      www.open-iscsi.org
5680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5681 S:      Maintained
5682 F:      drivers/scsi/*iscsi*
5683 F:      include/scsi/*iscsi*
5684
5685 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5686 M:      Or Gerlitz <ogerlitz@mellanox.com>
5687 M:      Sagi Grimberg <sagig@mellanox.com>
5688 M:      Roi Dayan <roid@mellanox.com>
5689 L:      linux-rdma@vger.kernel.org
5690 S:      Supported
5691 W:      http://www.openfabrics.org
5692 W:      www.open-iscsi.org
5693 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5694 F:      drivers/infiniband/ulp/iser/
5695
5696 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5697 M:      Sagi Grimberg <sagig@mellanox.com>
5698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5699 L:      linux-rdma@vger.kernel.org
5700 L:      target-devel@vger.kernel.org
5701 S:      Supported
5702 W:      http://www.linux-iscsi.org
5703 F:      drivers/infiniband/ulp/isert
5704
5705 ISDN SUBSYSTEM
5706 M:      Karsten Keil <isdn@linux-pingi.de>
5707 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5708 L:      netdev@vger.kernel.org
5709 W:      http://www.isdn4linux.de
5710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5711 S:      Maintained
5712 F:      Documentation/isdn/
5713 F:      drivers/isdn/
5714 F:      include/linux/isdn.h
5715 F:      include/linux/isdn/
5716 F:      include/uapi/linux/isdn.h
5717 F:      include/uapi/linux/isdn/
5718
5719 ISDN SUBSYSTEM (Eicon active card driver)
5720 M:      Armin Schindler <mac@melware.de>
5721 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5722 W:      http://www.melware.de
5723 S:      Maintained
5724 F:      drivers/isdn/hardware/eicon/
5725
5726 IT87 HARDWARE MONITORING DRIVER
5727 M:      Jean Delvare <jdelvare@suse.com>
5728 L:      lm-sensors@lm-sensors.org
5729 S:      Maintained
5730 F:      Documentation/hwmon/it87
5731 F:      drivers/hwmon/it87.c
5732
5733 IT913X MEDIA DRIVER
5734 M:      Antti Palosaari <crope@iki.fi>
5735 L:      linux-media@vger.kernel.org
5736 W:      http://linuxtv.org/
5737 W:      http://palosaari.fi/linux/
5738 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5739 T:      git git://linuxtv.org/anttip/media_tree.git
5740 S:      Maintained
5741 F:      drivers/media/tuners/it913x*
5742
5743 IVTV VIDEO4LINUX DRIVER
5744 M:      Andy Walls <awalls@md.metrocast.net>
5745 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5746 L:      linux-media@vger.kernel.org
5747 T:      git git://linuxtv.org/media_tree.git
5748 W:      http://www.ivtvdriver.org
5749 S:      Maintained
5750 F:      Documentation/video4linux/*.ivtv
5751 F:      drivers/media/pci/ivtv/
5752 F:      include/uapi/linux/ivtv*
5753
5754 IX2505V MEDIA DRIVER
5755 M:      Malcolm Priestley <tvboxspy@gmail.com>
5756 L:      linux-media@vger.kernel.org
5757 W:      http://linuxtv.org/
5758 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5759 S:      Maintained
5760 F:      drivers/media/dvb-frontends/ix2505v*
5761
5762 JC42.4 TEMPERATURE SENSOR DRIVER
5763 M:      Guenter Roeck <linux@roeck-us.net>
5764 L:      lm-sensors@lm-sensors.org
5765 S:      Maintained
5766 F:      drivers/hwmon/jc42.c
5767 F:      Documentation/hwmon/jc42
5768
5769 JFS FILESYSTEM
5770 M:      Dave Kleikamp <shaggy@kernel.org>
5771 L:      jfs-discussion@lists.sourceforge.net
5772 W:      http://jfs.sourceforge.net/
5773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5774 S:      Maintained
5775 F:      Documentation/filesystems/jfs.txt
5776 F:      fs/jfs/
5777
5778 JME NETWORK DRIVER
5779 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5780 L:      netdev@vger.kernel.org
5781 S:      Maintained
5782 F:      drivers/net/ethernet/jme.*
5783
5784 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5785 M:      David Woodhouse <dwmw2@infradead.org>
5786 L:      linux-mtd@lists.infradead.org
5787 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5788 S:      Maintained
5789 F:      fs/jffs2/
5790 F:      include/uapi/linux/jffs2.h
5791
5792 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5793 M:      "Theodore Ts'o" <tytso@mit.edu>
5794 M:      Jan Kara <jack@suse.com>
5795 L:      linux-ext4@vger.kernel.org
5796 S:      Maintained
5797 F:      fs/jbd2/
5798 F:      include/linux/jbd2.h
5799
5800 JSM Neo PCI based serial card
5801 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5802 L:      linux-serial@vger.kernel.org
5803 S:      Maintained
5804 F:      drivers/tty/serial/jsm/
5805
5806 K10TEMP HARDWARE MONITORING DRIVER
5807 M:      Clemens Ladisch <clemens@ladisch.de>
5808 L:      lm-sensors@lm-sensors.org
5809 S:      Maintained
5810 F:      Documentation/hwmon/k10temp
5811 F:      drivers/hwmon/k10temp.c
5812
5813 K8TEMP HARDWARE MONITORING DRIVER
5814 M:      Rudolf Marek <r.marek@assembler.cz>
5815 L:      lm-sensors@lm-sensors.org
5816 S:      Maintained
5817 F:      Documentation/hwmon/k8temp
5818 F:      drivers/hwmon/k8temp.c
5819
5820 KCONFIG
5821 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5822 L:      linux-kbuild@vger.kernel.org
5823 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5824 S:      Maintained
5825 F:      Documentation/kbuild/kconfig-language.txt
5826 F:      scripts/kconfig/
5827
5828 KDUMP
5829 M:      Vivek Goyal <vgoyal@redhat.com>
5830 M:      Haren Myneni <hbabu@us.ibm.com>
5831 L:      kexec@lists.infradead.org
5832 W:      http://lse.sourceforge.net/kdump/
5833 S:      Maintained
5834 F:      Documentation/kdump/
5835
5836 KEENE FM RADIO TRANSMITTER DRIVER
5837 M:      Hans Verkuil <hverkuil@xs4all.nl>
5838 L:      linux-media@vger.kernel.org
5839 T:      git git://linuxtv.org/media_tree.git
5840 W:      http://linuxtv.org
5841 S:      Maintained
5842 F:      drivers/media/radio/radio-keene*
5843
5844 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5845 M:      Ian Kent <raven@themaw.net>
5846 L:      autofs@vger.kernel.org
5847 S:      Maintained
5848 F:      fs/autofs4/
5849
5850 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5851 M:      Michal Marek <mmarek@suse.com>
5852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5854 L:      linux-kbuild@vger.kernel.org
5855 S:      Maintained
5856 F:      Documentation/kbuild/
5857 F:      Makefile
5858 F:      scripts/Makefile.*
5859 F:      scripts/basic/
5860 F:      scripts/mk*
5861 F:      scripts/package/
5862
5863 KERNEL JANITORS
5864 L:      kernel-janitors@vger.kernel.org
5865 W:      http://kernelnewbies.org/KernelJanitors
5866 S:      Odd Fixes
5867
5868 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5869 M:      "J. Bruce Fields" <bfields@fieldses.org>
5870 M:      Jeff Layton <jlayton@poochiereds.net>
5871 L:      linux-nfs@vger.kernel.org
5872 W:      http://nfs.sourceforge.net/
5873 S:      Supported
5874 F:      fs/nfsd/
5875 F:      include/uapi/linux/nfsd/
5876 F:      fs/lockd/
5877 F:      fs/nfs_common/
5878 F:      net/sunrpc/
5879 F:      include/linux/lockd/
5880 F:      include/linux/sunrpc/
5881 F:      include/uapi/linux/sunrpc/
5882
5883 KERNEL SELFTEST FRAMEWORK
5884 M:      Shuah Khan <shuahkh@osg.samsung.com>
5885 L:      linux-api@vger.kernel.org
5886 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5887 S:      Maintained
5888 F:      tools/testing/selftests
5889
5890 KERNEL VIRTUAL MACHINE (KVM)
5891 M:      Gleb Natapov <gleb@kernel.org>
5892 M:      Paolo Bonzini <pbonzini@redhat.com>
5893 L:      kvm@vger.kernel.org
5894 W:      http://www.linux-kvm.org
5895 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5896 S:      Supported
5897 F:      Documentation/*/kvm*.txt
5898 F:      Documentation/virtual/kvm/
5899 F:      arch/*/kvm/
5900 F:      arch/x86/kernel/kvm.c
5901 F:      arch/x86/kernel/kvmclock.c
5902 F:      arch/*/include/asm/kvm*
5903 F:      include/linux/kvm*
5904 F:      include/uapi/linux/kvm*
5905 F:      virt/kvm/
5906
5907 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5908 M:      Joerg Roedel <joro@8bytes.org>
5909 L:      kvm@vger.kernel.org
5910 W:      http://kvm.qumranet.com
5911 S:      Maintained
5912 F:      arch/x86/include/asm/svm.h
5913 F:      arch/x86/kvm/svm.c
5914
5915 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5916 M:      Alexander Graf <agraf@suse.com>
5917 L:      kvm-ppc@vger.kernel.org
5918 W:      http://kvm.qumranet.com
5919 T:      git git://github.com/agraf/linux-2.6.git
5920 S:      Supported
5921 F:      arch/powerpc/include/asm/kvm*
5922 F:      arch/powerpc/kvm/
5923
5924 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5925 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5926 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5927 L:      linux-s390@vger.kernel.org
5928 W:      http://www.ibm.com/developerworks/linux/linux390/
5929 S:      Supported
5930 F:      Documentation/s390/kvm.txt
5931 F:      arch/s390/include/asm/kvm*
5932 F:      arch/s390/kvm/
5933
5934 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5935 M:      Christoffer Dall <christoffer.dall@linaro.org>
5936 M:      Marc Zyngier <marc.zyngier@arm.com>
5937 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5938 L:      kvmarm@lists.cs.columbia.edu
5939 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5940 S:      Supported
5941 F:      arch/arm/include/uapi/asm/kvm*
5942 F:      arch/arm/include/asm/kvm*
5943 F:      arch/arm/kvm/
5944 F:      virt/kvm/arm/
5945 F:      include/kvm/arm_*
5946
5947 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5948 M:      Christoffer Dall <christoffer.dall@linaro.org>
5949 M:      Marc Zyngier <marc.zyngier@arm.com>
5950 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5951 L:      kvmarm@lists.cs.columbia.edu
5952 S:      Maintained
5953 F:      arch/arm64/include/uapi/asm/kvm*
5954 F:      arch/arm64/include/asm/kvm*
5955 F:      arch/arm64/kvm/
5956
5957 KEXEC
5958 M:      Eric Biederman <ebiederm@xmission.com>
5959 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5960 L:      kexec@lists.infradead.org
5961 S:      Maintained
5962 F:      include/linux/kexec.h
5963 F:      include/uapi/linux/kexec.h
5964 F:      kernel/kexec.c
5965
5966 KEYS/KEYRINGS:
5967 M:      David Howells <dhowells@redhat.com>
5968 L:      keyrings@linux-nfs.org
5969 S:      Maintained
5970 F:      Documentation/security/keys.txt
5971 F:      include/linux/key.h
5972 F:      include/linux/key-type.h
5973 F:      include/keys/
5974 F:      security/keys/
5975
5976 KEYS-TRUSTED
5977 M:      David Safford <safford@us.ibm.com>
5978 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5979 L:      linux-security-module@vger.kernel.org
5980 L:      keyrings@linux-nfs.org
5981 S:      Supported
5982 F:      Documentation/security/keys-trusted-encrypted.txt
5983 F:      include/keys/trusted-type.h
5984 F:      security/keys/trusted.c
5985 F:      security/keys/trusted.h
5986
5987 KEYS-ENCRYPTED
5988 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5989 M:      David Safford <safford@us.ibm.com>
5990 L:      linux-security-module@vger.kernel.org
5991 L:      keyrings@linux-nfs.org
5992 S:      Supported
5993 F:      Documentation/security/keys-trusted-encrypted.txt
5994 F:      include/keys/encrypted-type.h
5995 F:      security/keys/encrypted-keys/
5996
5997 KGDB / KDB /debug_core
5998 M:      Jason Wessel <jason.wessel@windriver.com>
5999 W:      http://kgdb.wiki.kernel.org/
6000 L:      kgdb-bugreport@lists.sourceforge.net
6001 S:      Maintained
6002 F:      Documentation/DocBook/kgdb.tmpl
6003 F:      drivers/misc/kgdbts.c
6004 F:      drivers/tty/serial/kgdboc.c
6005 F:      include/linux/kdb.h
6006 F:      include/linux/kgdb.h
6007 F:      kernel/debug/
6008
6009 KMEMCHECK
6010 M:      Vegard Nossum <vegardno@ifi.uio.no>
6011 M:      Pekka Enberg <penberg@kernel.org>
6012 S:      Maintained
6013 F:      Documentation/kmemcheck.txt
6014 F:      arch/x86/include/asm/kmemcheck.h
6015 F:      arch/x86/mm/kmemcheck/
6016 F:      include/linux/kmemcheck.h
6017 F:      mm/kmemcheck.c
6018
6019 KMEMLEAK
6020 M:      Catalin Marinas <catalin.marinas@arm.com>
6021 S:      Maintained
6022 F:      Documentation/kmemleak.txt
6023 F:      include/linux/kmemleak.h
6024 F:      mm/kmemleak.c
6025 F:      mm/kmemleak-test.c
6026
6027 KPROBES
6028 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6029 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6030 M:      "David S. Miller" <davem@davemloft.net>
6031 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6032 S:      Maintained
6033 F:      Documentation/kprobes.txt
6034 F:      include/linux/kprobes.h
6035 F:      kernel/kprobes.c
6036
6037 KS0108 LCD CONTROLLER DRIVER
6038 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6039 W:      http://miguelojeda.es/auxdisplay.htm
6040 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6041 S:      Maintained
6042 F:      Documentation/auxdisplay/ks0108
6043 F:      drivers/auxdisplay/ks0108.c
6044 F:      include/linux/ks0108.h
6045
6046 LAPB module
6047 L:      linux-x25@vger.kernel.org
6048 S:      Orphan
6049 F:      Documentation/networking/lapb-module.txt
6050 F:      include/*/lapb.h
6051 F:      net/lapb/
6052
6053 LASI 53c700 driver for PARISC
6054 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6055 L:      linux-scsi@vger.kernel.org
6056 S:      Maintained
6057 F:      Documentation/scsi/53c700.txt
6058 F:      drivers/scsi/53c700*
6059
6060 LED SUBSYSTEM
6061 M:      Richard Purdie <rpurdie@rpsys.net>
6062 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6063 L:      linux-leds@vger.kernel.org
6064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6065 S:      Maintained
6066 F:      drivers/leds/
6067 F:      include/linux/leds.h
6068
6069 LEGACY EEPROM DRIVER
6070 M:      Jean Delvare <jdelvare@suse.com>
6071 S:      Maintained
6072 F:      Documentation/misc-devices/eeprom
6073 F:      drivers/misc/eeprom/eeprom.c
6074
6075 LEGO USB Tower driver
6076 M:      Juergen Stuber <starblue@users.sourceforge.net>
6077 L:      legousb-devel@lists.sourceforge.net
6078 W:      http://legousb.sourceforge.net/
6079 S:      Maintained
6080 F:      drivers/usb/misc/legousbtower.c
6081
6082 LG2160 MEDIA DRIVER
6083 M:      Michael Krufky <mkrufky@linuxtv.org>
6084 L:      linux-media@vger.kernel.org
6085 W:      http://linuxtv.org/
6086 W:      http://github.com/mkrufky
6087 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6088 T:      git git://linuxtv.org/mkrufky/tuners.git
6089 S:      Maintained
6090 F:      drivers/media/dvb-frontends/lg2160.*
6091
6092 LGDT3305 MEDIA DRIVER
6093 M:      Michael Krufky <mkrufky@linuxtv.org>
6094 L:      linux-media@vger.kernel.org
6095 W:      http://linuxtv.org/
6096 W:      http://github.com/mkrufky
6097 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6098 T:      git git://linuxtv.org/mkrufky/tuners.git
6099 S:      Maintained
6100 F:      drivers/media/dvb-frontends/lgdt3305.*
6101
6102 LGUEST
6103 M:      Rusty Russell <rusty@rustcorp.com.au>
6104 L:      lguest@lists.ozlabs.org
6105 W:      http://lguest.ozlabs.org/
6106 S:      Odd Fixes
6107 F:      arch/x86/include/asm/lguest*.h
6108 F:      arch/x86/lguest/
6109 F:      drivers/lguest/
6110 F:      include/linux/lguest*.h
6111 F:      tools/lguest/
6112
6113 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6114 M:      Tejun Heo <tj@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:      drivers/ata/
6119 F:      include/linux/ata.h
6120 F:      include/linux/libata.h
6121
6122 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6123 M:      Viresh Kumar <vireshk@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:      include/linux/pata_arasan_cf_data.h
6128 F:      drivers/ata/pata_arasan_cf.c
6129
6130 LIBATA PATA DRIVERS
6131 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.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/pata_*.c
6137 F:      drivers/ata/ata_generic.c
6138
6139 LIBATA SATA AHCI PLATFORM devices support
6140 M:      Hans de Goede <hdegoede@redhat.com>
6141 M:      Tejun Heo <tj@kernel.org>
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/ahci_platform.c
6146 F:      drivers/ata/libahci_platform.c
6147 F:      include/linux/ahci_platform.h
6148
6149 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6150 M:      Mikael Pettersson <mikpelinux@gmail.com>
6151 L:      linux-ide@vger.kernel.org
6152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6153 S:      Maintained
6154 F:      drivers/ata/sata_promise.*
6155
6156 LIBLOCKDEP
6157 M:      Sasha Levin <sasha.levin@oracle.com>
6158 S:      Maintained
6159 F:      tools/lib/lockdep/
6160
6161 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6162 M:      Dan Williams <dan.j.williams@intel.com>
6163 L:      linux-nvdimm@lists.01.org
6164 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6165 S:      Supported
6166 F:      drivers/nvdimm/*
6167 F:      include/linux/nd.h
6168 F:      include/linux/libnvdimm.h
6169 F:      include/uapi/linux/ndctl.h
6170
6171 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6172 M:      Ross Zwisler <ross.zwisler@linux.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/blk.c
6177 F:      drivers/nvdimm/region_devs.c
6178 F:      drivers/acpi/nfit*
6179
6180 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6181 M:      Vishal Verma <vishal.l.verma@intel.com>
6182 L:      linux-nvdimm@lists.01.org
6183 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6184 S:      Supported
6185 F:      drivers/nvdimm/btt*
6186
6187 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6188 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6189 L:      linux-nvdimm@lists.01.org
6190 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6191 S:      Supported
6192 F:      drivers/nvdimm/pmem.c
6193 F:      include/linux/pmem.h
6194
6195 LINUX FOR IBM pSERIES (RS/6000)
6196 M:      Paul Mackerras <paulus@au.ibm.com>
6197 W:      http://www.ibm.com/linux/ltc/projects/ppc
6198 S:      Supported
6199 F:      arch/powerpc/boot/rs6000.h
6200
6201 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6202 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6203 M:      Paul Mackerras <paulus@samba.org>
6204 M:      Michael Ellerman <mpe@ellerman.id.au>
6205 W:      http://www.penguinppc.org/
6206 L:      linuxppc-dev@lists.ozlabs.org
6207 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6209 S:      Supported
6210 F:      Documentation/powerpc/
6211 F:      arch/powerpc/
6212
6213 LINUX FOR POWER MACINTOSH
6214 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6215 W:      http://www.penguinppc.org/
6216 L:      linuxppc-dev@lists.ozlabs.org
6217 S:      Maintained
6218 F:      arch/powerpc/platforms/powermac/
6219 F:      drivers/macintosh/
6220
6221 LINUX FOR POWERPC EMBEDDED MPC5XXX
6222 M:      Anatolij Gustschin <agust@denx.de>
6223 L:      linuxppc-dev@lists.ozlabs.org
6224 T:      git git://git.denx.de/linux-denx-agust.git
6225 S:      Maintained
6226 F:      arch/powerpc/platforms/512x/
6227 F:      arch/powerpc/platforms/52xx/
6228
6229 LINUX FOR POWERPC EMBEDDED PPC4XX
6230 M:      Alistair Popple <alistair@popple.id.au>
6231 M:      Matt Porter <mporter@kernel.crashing.org>
6232 W:      http://www.penguinppc.org/
6233 L:      linuxppc-dev@lists.ozlabs.org
6234 S:      Maintained
6235 F:      arch/powerpc/platforms/40x/
6236 F:      arch/powerpc/platforms/44x/
6237
6238 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6239 L:      linuxppc-dev@lists.ozlabs.org
6240 S:      Orphan
6241 F:      arch/powerpc/*/*virtex*
6242 F:      arch/powerpc/*/*/*virtex*
6243
6244 LINUX FOR POWERPC EMBEDDED PPC8XX
6245 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6246 W:      http://www.penguinppc.org/
6247 L:      linuxppc-dev@lists.ozlabs.org
6248 S:      Maintained
6249 F:      arch/powerpc/platforms/8xx/
6250
6251 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6252 M:      Scott Wood <scottwood@freescale.com>
6253 M:      Kumar Gala <galak@kernel.crashing.org>
6254 W:      http://www.penguinppc.org/
6255 L:      linuxppc-dev@lists.ozlabs.org
6256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6257 S:      Maintained
6258 F:      arch/powerpc/platforms/83xx/
6259 F:      arch/powerpc/platforms/85xx/
6260
6261 LINUX FOR POWERPC PA SEMI PWRFICIENT
6262 M:      Olof Johansson <olof@lixom.net>
6263 L:      linuxppc-dev@lists.ozlabs.org
6264 S:      Maintained
6265 F:      arch/powerpc/platforms/pasemi/
6266 F:      drivers/*/*pasemi*
6267 F:      drivers/*/*/*pasemi*
6268
6269 LINUX SECURITY MODULE (LSM) FRAMEWORK
6270 M:      Chris Wright <chrisw@sous-sol.org>
6271 L:      linux-security-module@vger.kernel.org
6272 S:      Supported
6273
6274 LIS3LV02D ACCELEROMETER DRIVER
6275 M:      Eric Piel <eric.piel@tremplin-utc.net>
6276 S:      Maintained
6277 F:      Documentation/misc-devices/lis3lv02d
6278 F:      drivers/misc/lis3lv02d/
6279 F:      drivers/platform/x86/hp_accel.c
6280
6281 LIVE PATCHING
6282 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6283 M:      Seth Jennings <sjenning@redhat.com>
6284 M:      Jiri Kosina <jikos@kernel.org>
6285 M:      Vojtech Pavlik <vojtech@suse.com>
6286 S:      Maintained
6287 F:      kernel/livepatch/
6288 F:      include/linux/livepatch.h
6289 F:      arch/x86/include/asm/livepatch.h
6290 F:      arch/x86/kernel/livepatch.c
6291 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6292 F:      samples/livepatch/
6293 L:      live-patching@vger.kernel.org
6294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6295
6296 LLC (802.2)
6297 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6298 S:      Maintained
6299 F:      include/linux/llc.h
6300 F:      include/uapi/linux/llc.h
6301 F:      include/net/llc*
6302 F:      net/llc/
6303
6304 LM73 HARDWARE MONITOR DRIVER
6305 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6306 L:      lm-sensors@lm-sensors.org
6307 S:      Maintained
6308 F:      drivers/hwmon/lm73.c
6309
6310 LM78 HARDWARE MONITOR DRIVER
6311 M:      Jean Delvare <jdelvare@suse.com>
6312 L:      lm-sensors@lm-sensors.org
6313 S:      Maintained
6314 F:      Documentation/hwmon/lm78
6315 F:      drivers/hwmon/lm78.c
6316
6317 LM83 HARDWARE MONITOR DRIVER
6318 M:      Jean Delvare <jdelvare@suse.com>
6319 L:      lm-sensors@lm-sensors.org
6320 S:      Maintained
6321 F:      Documentation/hwmon/lm83
6322 F:      drivers/hwmon/lm83.c
6323
6324 LM90 HARDWARE MONITOR DRIVER
6325 M:      Jean Delvare <jdelvare@suse.com>
6326 L:      lm-sensors@lm-sensors.org
6327 S:      Maintained
6328 F:      Documentation/hwmon/lm90
6329 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6330 F:      drivers/hwmon/lm90.c
6331
6332 LM95234 HARDWARE MONITOR DRIVER
6333 M:      Guenter Roeck <linux@roeck-us.net>
6334 L:      lm-sensors@lm-sensors.org
6335 S:      Maintained
6336 F:      Documentation/hwmon/lm95234
6337 F:      drivers/hwmon/lm95234.c
6338
6339 LME2510 MEDIA DRIVER
6340 M:      Malcolm Priestley <tvboxspy@gmail.com>
6341 L:      linux-media@vger.kernel.org
6342 W:      http://linuxtv.org/
6343 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6344 S:      Maintained
6345 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6346
6347 LOCKDEP AND LOCKSTAT
6348 M:      Peter Zijlstra <peterz@infradead.org>
6349 M:      Ingo Molnar <mingo@redhat.com>
6350 L:      linux-kernel@vger.kernel.org
6351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6352 S:      Maintained
6353 F:      Documentation/locking/lockdep*.txt
6354 F:      Documentation/locking/lockstat.txt
6355 F:      include/linux/lockdep.h
6356 F:      kernel/locking/
6357
6358 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6359 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6360 L:      linux-ntfs-dev@lists.sourceforge.net
6361 W:      http://www.linux-ntfs.org/content/view/19/37/
6362 S:      Maintained
6363 F:      Documentation/ldm.txt
6364 F:      block/partitions/ldm.*
6365
6366 LogFS
6367 M:      Joern Engel <joern@logfs.org>
6368 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6369 L:      logfs@logfs.org
6370 W:      logfs.org
6371 S:      Maintained
6372 F:      fs/logfs/
6373
6374 LPC32XX MACHINE SUPPORT
6375 M:      Roland Stigge <stigge@antcom.de>
6376 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6377 S:      Maintained
6378 F:      arch/arm/mach-lpc32xx/
6379
6380 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6381 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6382 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6383 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6384 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6385 L:      MPT-FusionLinux.pdl@avagotech.com
6386 L:      linux-scsi@vger.kernel.org
6387 W:      http://www.lsilogic.com/support
6388 S:      Supported
6389 F:      drivers/message/fusion/
6390 F:      drivers/scsi/mpt2sas/
6391 F:      drivers/scsi/mpt3sas/
6392
6393 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6394 M:      Matthew Wilcox <matthew@wil.cx>
6395 L:      linux-scsi@vger.kernel.org
6396 S:      Maintained
6397 F:      drivers/scsi/sym53c8xx_2/
6398
6399 LTC4261 HARDWARE MONITOR DRIVER
6400 M:      Guenter Roeck <linux@roeck-us.net>
6401 L:      lm-sensors@lm-sensors.org
6402 S:      Maintained
6403 F:      Documentation/hwmon/ltc4261
6404 F:      drivers/hwmon/ltc4261.c
6405
6406 LTP (Linux Test Project)
6407 M:      Mike Frysinger <vapier@gentoo.org>
6408 M:      Cyril Hrubis <chrubis@suse.cz>
6409 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6410 M:      Jan Stancek <jstancek@redhat.com>
6411 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6412 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6413 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6414 W:      http://linux-test-project.github.io/
6415 T:      git git://github.com/linux-test-project/ltp.git
6416 S:      Maintained
6417
6418 M32R ARCHITECTURE
6419 W:      http://www.linux-m32r.org/
6420 S:      Orphan
6421 F:      arch/m32r/
6422
6423 M68K ARCHITECTURE
6424 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6425 L:      linux-m68k@lists.linux-m68k.org
6426 W:      http://www.linux-m68k.org/
6427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6428 S:      Maintained
6429 F:      arch/m68k/
6430 F:      drivers/zorro/
6431
6432 M68K ON APPLE MACINTOSH
6433 M:      Joshua Thompson <funaho@jurai.org>
6434 W:      http://www.mac.linux-m68k.org/
6435 L:      linux-m68k@lists.linux-m68k.org
6436 S:      Maintained
6437 F:      arch/m68k/mac/
6438
6439 M68K ON HP9000/300
6440 M:      Philip Blundell <philb@gnu.org>
6441 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6442 S:      Maintained
6443 F:      arch/m68k/hp300/
6444
6445 M88DS3103 MEDIA DRIVER
6446 M:      Antti Palosaari <crope@iki.fi>
6447 L:      linux-media@vger.kernel.org
6448 W:      http://linuxtv.org/
6449 W:      http://palosaari.fi/linux/
6450 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6451 T:      git git://linuxtv.org/anttip/media_tree.git
6452 S:      Maintained
6453 F:      drivers/media/dvb-frontends/m88ds3103*
6454
6455 M88RS2000 MEDIA DRIVER
6456 M:      Malcolm Priestley <tvboxspy@gmail.com>
6457 L:      linux-media@vger.kernel.org
6458 W:      http://linuxtv.org/
6459 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6460 S:      Maintained
6461 F:      drivers/media/dvb-frontends/m88rs2000*
6462
6463 MA901 MASTERKIT USB FM RADIO DRIVER
6464 M:      Alexey Klimov <klimov.linux@gmail.com>
6465 L:      linux-media@vger.kernel.org
6466 T:      git git://linuxtv.org/media_tree.git
6467 S:      Maintained
6468 F:      drivers/media/radio/radio-ma901.c
6469
6470 MAC80211
6471 M:      Johannes Berg <johannes@sipsolutions.net>
6472 L:      linux-wireless@vger.kernel.org
6473 W:      http://wireless.kernel.org/
6474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6476 S:      Maintained
6477 F:      Documentation/networking/mac80211-injection.txt
6478 F:      include/net/mac80211.h
6479 F:      net/mac80211/
6480
6481 MACVLAN DRIVER
6482 M:      Patrick McHardy <kaber@trash.net>
6483 L:      netdev@vger.kernel.org
6484 S:      Maintained
6485 F:      drivers/net/macvlan.c
6486 F:      include/linux/if_macvlan.h
6487
6488 MAILBOX API
6489 M:      Jassi Brar <jassisinghbrar@gmail.com>
6490 L:      linux-kernel@vger.kernel.org
6491 S:      Maintained
6492 F:      drivers/mailbox/
6493 F:      include/linux/mailbox_client.h
6494 F:      include/linux/mailbox_controller.h
6495
6496 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6497 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6498 W:      http://www.kernel.org/doc/man-pages
6499 L:      linux-man@vger.kernel.org
6500 S:      Maintained
6501
6502 MARVELL ARMADA DRM SUPPORT
6503 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6504 S:      Maintained
6505 F:      drivers/gpu/drm/armada/
6506
6507 MARVELL 88E6352 DSA support
6508 M:      Guenter Roeck <linux@roeck-us.net>
6509 S:      Maintained
6510 F:      drivers/net/dsa/mv88e6352.c
6511
6512 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6513 M:      Mirko Lindner <mlindner@marvell.com>
6514 M:      Stephen Hemminger <stephen@networkplumber.org>
6515 L:      netdev@vger.kernel.org
6516 S:      Maintained
6517 F:      drivers/net/ethernet/marvell/sk*
6518
6519 MARVELL LIBERTAS WIRELESS DRIVER
6520 L:      libertas-dev@lists.infradead.org
6521 S:      Orphan
6522 F:      drivers/net/wireless/libertas/
6523
6524 MARVELL MV643XX ETHERNET DRIVER
6525 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6526 L:      netdev@vger.kernel.org
6527 S:      Maintained
6528 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6529 F:      include/linux/mv643xx.h
6530
6531 MARVELL MVNETA ETHERNET DRIVER
6532 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6533 L:      netdev@vger.kernel.org
6534 S:      Maintained
6535 F:      drivers/net/ethernet/marvell/mvneta.*
6536
6537 MARVELL MWIFIEX WIRELESS DRIVER
6538 M:      Amitkumar Karwar <akarwar@marvell.com>
6539 M:      Nishant Sarmukadam <nishants@marvell.com>
6540 L:      linux-wireless@vger.kernel.org
6541 S:      Maintained
6542 F:      drivers/net/wireless/mwifiex/
6543
6544 MARVELL MWL8K WIRELESS DRIVER
6545 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6546 L:      linux-wireless@vger.kernel.org
6547 S:      Odd Fixes
6548 F:      drivers/net/wireless/mwl8k.c
6549
6550 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6551 M:      Nicolas Pitre <nico@fluxnic.net>
6552 S:      Odd Fixes
6553 F:      drivers/mmc/host/mvsdio.*
6554
6555 MATROX FRAMEBUFFER DRIVER
6556 L:      linux-fbdev@vger.kernel.org
6557 S:      Orphan
6558 F:      drivers/video/fbdev/matrox/matroxfb_*
6559 F:      include/uapi/linux/matroxfb.h
6560
6561 MAX16065 HARDWARE MONITOR DRIVER
6562 M:      Guenter Roeck <linux@roeck-us.net>
6563 L:      lm-sensors@lm-sensors.org
6564 S:      Maintained
6565 F:      Documentation/hwmon/max16065
6566 F:      drivers/hwmon/max16065.c
6567
6568 MAX20751 HARDWARE MONITOR DRIVER
6569 M:      Guenter Roeck <linux@roeck-us.net>
6570 L:      lm-sensors@lm-sensors.org
6571 S:      Maintained
6572 F:      Documentation/hwmon/max20751
6573 F:      drivers/hwmon/max20751.c
6574
6575 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6576 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6577 L:      lm-sensors@lm-sensors.org
6578 S:      Maintained
6579 F:      Documentation/hwmon/max6650
6580 F:      drivers/hwmon/max6650.c
6581
6582 MAX6697 HARDWARE MONITOR DRIVER
6583 M:      Guenter Roeck <linux@roeck-us.net>
6584 L:      lm-sensors@lm-sensors.org
6585 S:      Maintained
6586 F:      Documentation/hwmon/max6697
6587 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6588 F:      drivers/hwmon/max6697.c
6589 F:      include/linux/platform_data/max6697.h
6590
6591 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6592 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6593 L:      linux-pm@vger.kernel.org
6594 S:      Supported
6595 F:      drivers/power/max14577_charger.c
6596 F:      drivers/power/max77693_charger.c
6597
6598 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6599 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6600 L:      linux-kernel@vger.kernel.org
6601 S:      Supported
6602 F:      drivers/*/*max77802.c
6603 F:      Documentation/devicetree/bindings/*/*max77802.txt
6604 F:      include/dt-bindings/*/*max77802.h
6605
6606 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6607 M:      Chanwoo Choi <cw00.choi@samsung.com>
6608 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6609 L:      linux-kernel@vger.kernel.org
6610 S:      Supported
6611 F:      drivers/*/max14577.c
6612 F:      drivers/*/max77686.c
6613 F:      drivers/*/max77693.c
6614 F:      drivers/extcon/extcon-max14577.c
6615 F:      drivers/extcon/extcon-max77693.c
6616 F:      drivers/rtc/rtc-max77686.c
6617 F:      drivers/clk/clk-max77686.c
6618 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6619 F:      Documentation/devicetree/bindings/*/max77686.txt
6620 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6621 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6622 F:      include/linux/mfd/max14577*.h
6623 F:      include/linux/mfd/max77686*.h
6624 F:      include/linux/mfd/max77693*.h
6625
6626 MAXIRADIO FM RADIO RECEIVER DRIVER
6627 M:      Hans Verkuil <hverkuil@xs4all.nl>
6628 L:      linux-media@vger.kernel.org
6629 T:      git git://linuxtv.org/media_tree.git
6630 W:      http://linuxtv.org
6631 S:      Maintained
6632 F:      drivers/media/radio/radio-maxiradio*
6633
6634 MEDIA DRIVERS FOR RENESAS - VSP1
6635 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6636 L:      linux-media@vger.kernel.org
6637 L:      linux-sh@vger.kernel.org
6638 T:      git git://linuxtv.org/media_tree.git
6639 S:      Supported
6640 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6641 F:      drivers/media/platform/vsp1/
6642
6643 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6644 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6645 P:      LinuxTV.org Project
6646 L:      linux-media@vger.kernel.org
6647 W:      http://linuxtv.org
6648 Q:      http://patchwork.kernel.org/project/linux-media/list/
6649 T:      git git://linuxtv.org/media_tree.git
6650 S:      Maintained
6651 F:      Documentation/dvb/
6652 F:      Documentation/video4linux/
6653 F:      Documentation/DocBook/media/
6654 F:      drivers/media/
6655 F:      drivers/staging/media/
6656 F:      include/media/
6657 F:      include/uapi/linux/dvb/
6658 F:      include/uapi/linux/videodev2.h
6659 F:      include/uapi/linux/media.h
6660 F:      include/uapi/linux/v4l2-*
6661 F:      include/uapi/linux/meye.h
6662 F:      include/uapi/linux/ivtv*
6663 F:      include/uapi/linux/uvcvideo.h
6664
6665 MEDIATEK MT7601U WIRELESS LAN DRIVER
6666 M:      Jakub Kicinski <kubakici@wp.pl>
6667 L:      linux-wireless@vger.kernel.org
6668 S:      Maintained
6669 F:      drivers/net/wireless/mediatek/mt7601u/
6670
6671 MEGARAID SCSI/SAS DRIVERS
6672 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6673 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6674 M:      Uday Lingala <uday.lingala@avagotech.com>
6675 L:      megaraidlinux.pdl@avagotech.com
6676 L:      linux-scsi@vger.kernel.org
6677 W:      http://www.lsi.com
6678 S:      Maintained
6679 F:      Documentation/scsi/megaraid.txt
6680 F:      drivers/scsi/megaraid.*
6681 F:      drivers/scsi/megaraid/
6682
6683 MELLANOX ETHERNET DRIVER (mlx4_en)
6684 M:      Amir Vadai <amirv@mellanox.com>
6685 M:      Ido Shamay <idos@mellanox.com>
6686 L:      netdev@vger.kernel.org
6687 S:      Supported
6688 W:      http://www.mellanox.com
6689 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6690 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6691
6692 MELLANOX ETHERNET SWITCH DRIVERS
6693 M:      Jiri Pirko <jiri@mellanox.com>
6694 M:      Ido Schimmel <idosch@mellanox.com>
6695 L:      netdev@vger.kernel.org
6696 S:      Supported
6697 W:      http://www.mellanox.com
6698 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6699 F:      drivers/net/ethernet/mellanox/mlxsw/
6700
6701 MEMORY MANAGEMENT
6702 L:      linux-mm@kvack.org
6703 W:      http://www.linux-mm.org
6704 S:      Maintained
6705 F:      include/linux/mm.h
6706 F:      include/linux/gfp.h
6707 F:      include/linux/mmzone.h
6708 F:      include/linux/memory_hotplug.h
6709 F:      include/linux/vmalloc.h
6710 F:      mm/
6711
6712 MEMORY TECHNOLOGY DEVICES (MTD)
6713 M:      David Woodhouse <dwmw2@infradead.org>
6714 M:      Brian Norris <computersforpeace@gmail.com>
6715 L:      linux-mtd@lists.infradead.org
6716 W:      http://www.linux-mtd.infradead.org/
6717 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6718 T:      git git://git.infradead.org/linux-mtd.git
6719 T:      git git://git.infradead.org/l2-mtd.git
6720 S:      Maintained
6721 F:      drivers/mtd/
6722 F:      include/linux/mtd/
6723 F:      include/uapi/mtd/
6724
6725 MEN A21 WATCHDOG DRIVER
6726 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6727 L:      linux-watchdog@vger.kernel.org
6728 S:      Maintained
6729 F:      drivers/watchdog/mena21_wdt.c
6730
6731 MEN CHAMELEON BUS (mcb)
6732 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6733 S:      Maintained
6734 F:      drivers/mcb/
6735 F:      include/linux/mcb.h
6736 F:      Documentation/men-chameleon-bus.txt
6737
6738 MEN F21BMC (Board Management Controller)
6739 M:      Andreas Werner <andreas.werner@men.de>
6740 S:      Supported
6741 F:      drivers/mfd/menf21bmc.c
6742 F:      drivers/watchdog/menf21bmc_wdt.c
6743 F:      drivers/leds/leds-menf21bmc.c
6744 F:      drivers/hwmon/menf21bmc_hwmon.c
6745 F:      Documentation/hwmon/menf21bmc
6746
6747 METAG ARCHITECTURE
6748 M:      James Hogan <james.hogan@imgtec.com>
6749 L:      linux-metag@vger.kernel.org
6750 S:      Supported
6751 F:      arch/metag/
6752 F:      Documentation/metag/
6753 F:      Documentation/devicetree/bindings/metag/
6754 F:      drivers/clocksource/metag_generic.c
6755 F:      drivers/irqchip/irq-metag.c
6756 F:      drivers/irqchip/irq-metag-ext.c
6757 F:      drivers/tty/metag_da.c
6758
6759 MICROBLAZE ARCHITECTURE
6760 M:      Michal Simek <monstr@monstr.eu>
6761 W:      http://www.monstr.eu/fdt/
6762 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6763 S:      Supported
6764 F:      arch/microblaze/
6765
6766 MICROTEK X6 SCANNER
6767 M:      Oliver Neukum <oliver@neukum.org>
6768 S:      Maintained
6769 F:      drivers/usb/image/microtek.*
6770
6771 MIPS
6772 M:      Ralf Baechle <ralf@linux-mips.org>
6773 L:      linux-mips@linux-mips.org
6774 W:      http://www.linux-mips.org/
6775 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6776 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6777 S:      Supported
6778 F:      Documentation/mips/
6779 F:      arch/mips/
6780
6781 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6782 M:      Hans Verkuil <hverkuil@xs4all.nl>
6783 L:      linux-media@vger.kernel.org
6784 T:      git git://linuxtv.org/media_tree.git
6785 W:      http://linuxtv.org
6786 S:      Odd Fixes
6787 F:      drivers/media/radio/radio-miropcm20*
6788
6789 Mellanox MLX5 core VPI driver
6790 M:      Eli Cohen <eli@mellanox.com>
6791 L:      netdev@vger.kernel.org
6792 L:      linux-rdma@vger.kernel.org
6793 W:      http://www.mellanox.com
6794 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6795 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6796 T:      git git://openfabrics.org/~eli/connect-ib.git
6797 S:      Supported
6798 F:      drivers/net/ethernet/mellanox/mlx5/core/
6799 F:      include/linux/mlx5/
6800
6801 Mellanox MLX5 IB driver
6802 M:      Eli Cohen <eli@mellanox.com>
6803 L:      linux-rdma@vger.kernel.org
6804 W:      http://www.mellanox.com
6805 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6806 T:      git git://openfabrics.org/~eli/connect-ib.git
6807 S:      Supported
6808 F:      include/linux/mlx5/
6809 F:      drivers/infiniband/hw/mlx5/
6810
6811 MN88472 MEDIA DRIVER
6812 M:      Antti Palosaari <crope@iki.fi>
6813 L:      linux-media@vger.kernel.org
6814 W:      http://linuxtv.org/
6815 W:      http://palosaari.fi/linux/
6816 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6817 T:      git git://linuxtv.org/anttip/media_tree.git
6818 S:      Maintained
6819 F:      drivers/staging/media/mn88472/
6820 F:      drivers/media/dvb-frontends/mn88472.h
6821
6822 MN88473 MEDIA DRIVER
6823 M:      Antti Palosaari <crope@iki.fi>
6824 L:      linux-media@vger.kernel.org
6825 W:      http://linuxtv.org/
6826 W:      http://palosaari.fi/linux/
6827 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6828 T:      git git://linuxtv.org/anttip/media_tree.git
6829 S:      Maintained
6830 F:      drivers/staging/media/mn88473/
6831 F:      drivers/media/dvb-frontends/mn88473.h
6832
6833 MODULE SUPPORT
6834 M:      Rusty Russell <rusty@rustcorp.com.au>
6835 S:      Maintained
6836 F:      include/linux/module.h
6837 F:      kernel/module.c
6838
6839 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6840 W:      http://popies.net/meye/
6841 S:      Orphan
6842 F:      Documentation/video4linux/meye.txt
6843 F:      drivers/media/pci/meye/
6844 F:      include/uapi/linux/meye.h
6845
6846 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6847 M:      Jiri Slaby <jirislaby@gmail.com>
6848 S:      Maintained
6849 F:      Documentation/serial/moxa-smartio
6850 F:      drivers/tty/mxser.*
6851
6852 MR800 AVERMEDIA USB FM RADIO DRIVER
6853 M:      Alexey Klimov <klimov.linux@gmail.com>
6854 L:      linux-media@vger.kernel.org
6855 T:      git git://linuxtv.org/media_tree.git
6856 S:      Maintained
6857 F:      drivers/media/radio/radio-mr800.c
6858
6859 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6860 M:      Alan Ott <alan@signal11.us>
6861 L:      linux-wpan@vger.kernel.org
6862 S:      Maintained
6863 F:      drivers/net/ieee802154/mrf24j40.c
6864
6865 MSI LAPTOP SUPPORT
6866 M:      "Lee, Chun-Yi" <jlee@suse.com>
6867 L:      platform-driver-x86@vger.kernel.org
6868 S:      Maintained
6869 F:      drivers/platform/x86/msi-laptop.c
6870
6871 MSI WMI SUPPORT
6872 L:      platform-driver-x86@vger.kernel.org
6873 S:      Orphan
6874 F:      drivers/platform/x86/msi-wmi.c
6875
6876 MSI001 MEDIA DRIVER
6877 M:      Antti Palosaari <crope@iki.fi>
6878 L:      linux-media@vger.kernel.org
6879 W:      http://linuxtv.org/
6880 W:      http://palosaari.fi/linux/
6881 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6882 T:      git git://linuxtv.org/anttip/media_tree.git
6883 S:      Maintained
6884 F:      drivers/media/tuners/msi001*
6885
6886 MSI2500 MEDIA DRIVER
6887 M:      Antti Palosaari <crope@iki.fi>
6888 L:      linux-media@vger.kernel.org
6889 W:      http://linuxtv.org/
6890 W:      http://palosaari.fi/linux/
6891 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6892 T:      git git://linuxtv.org/anttip/media_tree.git
6893 S:      Maintained
6894 F:      drivers/media/usb/msi2500/
6895
6896 MSYSTEMS DISKONCHIP G3 MTD DRIVER
6897 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6898 L:      linux-mtd@lists.infradead.org
6899 S:      Maintained
6900 F:      drivers/mtd/devices/docg3*
6901
6902 MT9M032 APTINA SENSOR DRIVER
6903 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6904 L:      linux-media@vger.kernel.org
6905 T:      git git://linuxtv.org/media_tree.git
6906 S:      Maintained
6907 F:      drivers/media/i2c/mt9m032.c
6908 F:      include/media/mt9m032.h
6909
6910 MT9P031 APTINA CAMERA SENSOR
6911 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6912 L:      linux-media@vger.kernel.org
6913 T:      git git://linuxtv.org/media_tree.git
6914 S:      Maintained
6915 F:      drivers/media/i2c/mt9p031.c
6916 F:      include/media/mt9p031.h
6917
6918 MT9T001 APTINA CAMERA SENSOR
6919 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6920 L:      linux-media@vger.kernel.org
6921 T:      git git://linuxtv.org/media_tree.git
6922 S:      Maintained
6923 F:      drivers/media/i2c/mt9t001.c
6924 F:      include/media/mt9t001.h
6925
6926 MT9V032 APTINA CAMERA SENSOR
6927 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6928 L:      linux-media@vger.kernel.org
6929 T:      git git://linuxtv.org/media_tree.git
6930 S:      Maintained
6931 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6932 F:      drivers/media/i2c/mt9v032.c
6933 F:      include/media/mt9v032.h
6934
6935 MULTIFUNCTION DEVICES (MFD)
6936 M:      Samuel Ortiz <sameo@linux.intel.com>
6937 M:      Lee Jones <lee.jones@linaro.org>
6938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6939 S:      Supported
6940 F:      drivers/mfd/
6941 F:      include/linux/mfd/
6942
6943 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6944 M:      Ulf Hansson <ulf.hansson@linaro.org>
6945 L:      linux-mmc@vger.kernel.org
6946 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6947 S:      Maintained
6948 F:      drivers/mmc/
6949 F:      include/linux/mmc/
6950 F:      include/uapi/linux/mmc/
6951
6952 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6953 S:      Orphan
6954 F:      drivers/mmc/host/mmc_spi.c
6955 F:      include/linux/spi/mmc_spi.h
6956
6957 MULTISOUND SOUND DRIVER
6958 M:      Andrew Veliath <andrewtv@usa.net>
6959 S:      Maintained
6960 F:      Documentation/sound/oss/MultiSound
6961 F:      sound/oss/msnd*
6962
6963 MULTITECH MULTIPORT CARD (ISICOM)
6964 S:      Orphan
6965 F:      drivers/tty/isicom.c
6966 F:      include/linux/isicom.h
6967
6968 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6969 M:      Felipe Balbi <balbi@ti.com>
6970 L:      linux-usb@vger.kernel.org
6971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6972 S:      Maintained
6973 F:      drivers/usb/musb/
6974
6975 MXL5007T MEDIA DRIVER
6976 M:      Michael Krufky <mkrufky@linuxtv.org>
6977 L:      linux-media@vger.kernel.org
6978 W:      http://linuxtv.org/
6979 W:      http://github.com/mkrufky
6980 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6981 T:      git git://linuxtv.org/mkrufky/tuners.git
6982 S:      Maintained
6983 F:      drivers/media/tuners/mxl5007t.*
6984
6985 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6986 M:      Hyong-Youb Kim <hykim@myri.com>
6987 L:      netdev@vger.kernel.org
6988 W:      https://www.myricom.com/support/downloads/myri10ge.html
6989 S:      Supported
6990 F:      drivers/net/ethernet/myricom/myri10ge/
6991
6992 NATSEMI ETHERNET DRIVER (DP8381x)
6993 S:      Orphan
6994 F:      drivers/net/ethernet/natsemi/natsemi.c
6995
6996 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6997 M:      Daniel Mack <zonque@gmail.com>
6998 S:      Maintained
6999 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7000 W:      http://www.native-instruments.com
7001 F:      sound/usb/caiaq/
7002
7003 NCP FILESYSTEM
7004 M:      Petr Vandrovec <petr@vandrovec.name>
7005 S:      Odd Fixes
7006 F:      fs/ncpfs/
7007
7008 NCR 5380 SCSI DRIVERS
7009 M:      Finn Thain <fthain@telegraphics.com.au>
7010 M:      Michael Schmitz <schmitzmic@gmail.com>
7011 L:      linux-scsi@vger.kernel.org
7012 S:      Maintained
7013 F:      Documentation/scsi/g_NCR5380.txt
7014 F:      drivers/scsi/NCR5380.*
7015 F:      drivers/scsi/arm/cumana_1.c
7016 F:      drivers/scsi/arm/oak.c
7017 F:      drivers/scsi/atari_NCR5380.c
7018 F:      drivers/scsi/atari_scsi.*
7019 F:      drivers/scsi/dmx3191d.c
7020 F:      drivers/scsi/dtc.*
7021 F:      drivers/scsi/g_NCR5380.*
7022 F:      drivers/scsi/g_NCR5380_mmio.c
7023 F:      drivers/scsi/mac_scsi.*
7024 F:      drivers/scsi/pas16.*
7025 F:      drivers/scsi/sun3_scsi.*
7026 F:      drivers/scsi/sun3_scsi_vme.c
7027 F:      drivers/scsi/t128.*
7028
7029 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7030 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7031 L:      linux-scsi@vger.kernel.org
7032 S:      Maintained
7033 F:      drivers/scsi/NCR_D700.*
7034
7035 NCT6775 HARDWARE MONITOR DRIVER
7036 M:      Guenter Roeck <linux@roeck-us.net>
7037 L:      lm-sensors@lm-sensors.org
7038 S:      Maintained
7039 F:      Documentation/hwmon/nct6775
7040 F:      drivers/hwmon/nct6775.c
7041
7042 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7043 M:      Faisal Latif <faisal.latif@intel.com>
7044 L:      linux-rdma@vger.kernel.org
7045 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7046 S:      Supported
7047 F:      drivers/infiniband/hw/nes/
7048
7049 NETEM NETWORK EMULATOR
7050 M:      Stephen Hemminger <stephen@networkplumber.org>
7051 L:      netem@lists.linux-foundation.org
7052 S:      Maintained
7053 F:      net/sched/sch_netem.c
7054
7055 NETERION 10GbE DRIVERS (s2io/vxge)
7056 M:      Jon Mason <jdmason@kudzu.us>
7057 L:      netdev@vger.kernel.org
7058 S:      Supported
7059 F:      Documentation/networking/s2io.txt
7060 F:      Documentation/networking/vxge.txt
7061 F:      drivers/net/ethernet/neterion/
7062
7063 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7064 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7065 M:      Patrick McHardy <kaber@trash.net>
7066 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7067 L:      netfilter-devel@vger.kernel.org
7068 L:      coreteam@netfilter.org
7069 W:      http://www.netfilter.org/
7070 W:      http://www.iptables.org/
7071 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7074 S:      Supported
7075 F:      include/linux/netfilter*
7076 F:      include/linux/netfilter/
7077 F:      include/net/netfilter/
7078 F:      include/uapi/linux/netfilter*
7079 F:      include/uapi/linux/netfilter/
7080 F:      net/*/netfilter.c
7081 F:      net/*/netfilter/
7082 F:      net/netfilter/
7083 F:      net/bridge/br_netfilter*.c
7084
7085 NETLABEL
7086 M:      Paul Moore <paul@paul-moore.com>
7087 W:      http://netlabel.sf.net
7088 L:      netdev@vger.kernel.org
7089 S:      Maintained
7090 F:      Documentation/netlabel/
7091 F:      include/net/netlabel.h
7092 F:      net/netlabel/
7093
7094 NETROM NETWORK LAYER
7095 M:      Ralf Baechle <ralf@linux-mips.org>
7096 L:      linux-hams@vger.kernel.org
7097 W:      http://www.linux-ax25.org/
7098 S:      Maintained
7099 F:      include/net/netrom.h
7100 F:      include/uapi/linux/netrom.h
7101 F:      net/netrom/
7102
7103 NETWORK BLOCK DEVICE (NBD)
7104 M:      Markus Pargmann <mpa@pengutronix.de>
7105 S:      Maintained
7106 L:      nbd-general@lists.sourceforge.net
7107 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7108 F:      Documentation/blockdev/nbd.txt
7109 F:      drivers/block/nbd.c
7110 F:      include/uapi/linux/nbd.h
7111
7112 NETWORK DROP MONITOR
7113 M:      Neil Horman <nhorman@tuxdriver.com>
7114 L:      netdev@vger.kernel.org
7115 S:      Maintained
7116 W:      https://fedorahosted.org/dropwatch/
7117 F:      net/core/drop_monitor.c
7118
7119 NETWORKING [GENERAL]
7120 M:      "David S. Miller" <davem@davemloft.net>
7121 L:      netdev@vger.kernel.org
7122 W:      http://www.linuxfoundation.org/en/Net
7123 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7126 S:      Maintained
7127 F:      net/
7128 F:      include/net/
7129 F:      include/linux/in.h
7130 F:      include/linux/net.h
7131 F:      include/linux/netdevice.h
7132 F:      include/uapi/linux/in.h
7133 F:      include/uapi/linux/net.h
7134 F:      include/uapi/linux/netdevice.h
7135 F:      include/uapi/linux/net_namespace.h
7136 F:      tools/net/
7137 F:      tools/testing/selftests/net/
7138 F:      lib/random32.c
7139 F:      lib/test_bpf.c
7140
7141 NETWORKING [IPv4/IPv6]
7142 M:      "David S. Miller" <davem@davemloft.net>
7143 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7144 M:      James Morris <jmorris@namei.org>
7145 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7146 M:      Patrick McHardy <kaber@trash.net>
7147 L:      netdev@vger.kernel.org
7148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7149 S:      Maintained
7150 F:      net/ipv4/
7151 F:      net/ipv6/
7152 F:      include/net/ip*
7153 F:      arch/x86/net/*
7154
7155 NETWORKING [IPSEC]
7156 M:      Steffen Klassert <steffen.klassert@secunet.com>
7157 M:      Herbert Xu <herbert@gondor.apana.org.au>
7158 M:      "David S. Miller" <davem@davemloft.net>
7159 L:      netdev@vger.kernel.org
7160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7162 S:      Maintained
7163 F:      net/core/flow.c
7164 F:      net/xfrm/
7165 F:      net/key/
7166 F:      net/ipv4/xfrm*
7167 F:      net/ipv4/esp4.c
7168 F:      net/ipv4/ah4.c
7169 F:      net/ipv4/ipcomp.c
7170 F:      net/ipv4/ip_vti.c
7171 F:      net/ipv6/xfrm*
7172 F:      net/ipv6/esp6.c
7173 F:      net/ipv6/ah6.c
7174 F:      net/ipv6/ipcomp6.c
7175 F:      net/ipv6/ip6_vti.c
7176 F:      include/uapi/linux/xfrm.h
7177 F:      include/net/xfrm.h
7178
7179 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7180 M:      Paul Moore <paul@paul-moore.com>
7181 L:      netdev@vger.kernel.org
7182 S:      Maintained
7183
7184 NETWORKING [WIRELESS]
7185 L:      linux-wireless@vger.kernel.org
7186 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7187
7188 NETWORKING DRIVERS
7189 L:      netdev@vger.kernel.org
7190 W:      http://www.linuxfoundation.org/en/Net
7191 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7194 S:      Odd Fixes
7195 F:      drivers/net/
7196 F:      include/linux/if_*
7197 F:      include/linux/netdevice.h
7198 F:      include/linux/arcdevice.h
7199 F:      include/linux/etherdevice.h
7200 F:      include/linux/fcdevice.h
7201 F:      include/linux/fddidevice.h
7202 F:      include/linux/hippidevice.h
7203 F:      include/linux/inetdevice.h
7204 F:      include/uapi/linux/if_*
7205 F:      include/uapi/linux/netdevice.h
7206
7207 NETWORKING DRIVERS (WIRELESS)
7208 M:      Kalle Valo <kvalo@codeaurora.org>
7209 L:      linux-wireless@vger.kernel.org
7210 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7212 S:      Maintained
7213 F:      drivers/net/wireless/
7214
7215 NETXEN (1/10) GbE SUPPORT
7216 M:      Manish Chopra <manish.chopra@qlogic.com>
7217 M:      Sony Chacko <sony.chacko@qlogic.com>
7218 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7219 L:      netdev@vger.kernel.org
7220 W:      http://www.qlogic.com
7221 S:      Supported
7222 F:      drivers/net/ethernet/qlogic/netxen/
7223
7224 NFC SUBSYSTEM
7225 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7226 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7227 M:      Samuel Ortiz <sameo@linux.intel.com>
7228 L:      linux-wireless@vger.kernel.org
7229 L:      linux-nfc@lists.01.org (subscribers-only)
7230 S:      Supported
7231 F:      net/nfc/
7232 F:      include/net/nfc/
7233 F:      include/uapi/linux/nfc.h
7234 F:      drivers/nfc/
7235 F:      include/linux/platform_data/pn544.h
7236 F:      Documentation/devicetree/bindings/net/nfc/
7237
7238 NFS, SUNRPC, AND LOCKD CLIENTS
7239 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7240 M:      Anna Schumaker <anna.schumaker@netapp.com>
7241 L:      linux-nfs@vger.kernel.org
7242 W:      http://client.linux-nfs.org
7243 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7244 S:      Maintained
7245 F:      fs/lockd/
7246 F:      fs/nfs/
7247 F:      fs/nfs_common/
7248 F:      net/sunrpc/
7249 F:      include/linux/lockd/
7250 F:      include/linux/nfs*
7251 F:      include/linux/sunrpc/
7252 F:      include/uapi/linux/nfs*
7253 F:      include/uapi/linux/sunrpc/
7254
7255 NILFS2 FILESYSTEM
7256 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7257 L:      linux-nilfs@vger.kernel.org
7258 W:      http://nilfs.sourceforge.net/
7259 T:      git git://github.com/konis/nilfs2.git
7260 S:      Supported
7261 F:      Documentation/filesystems/nilfs2.txt
7262 F:      fs/nilfs2/
7263 F:      include/linux/nilfs2_fs.h
7264
7265 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7266 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7267 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7268 S:      Maintained
7269 F:      Documentation/scsi/NinjaSCSI.txt
7270 F:      drivers/scsi/pcmcia/nsp_*
7271
7272 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7273 M:      GOTO Masanori <gotom@debian.or.jp>
7274 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7275 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7276 S:      Maintained
7277 F:      Documentation/scsi/NinjaSCSI.txt
7278 F:      drivers/scsi/nsp32*
7279
7280 NIOS2 ARCHITECTURE
7281 M:      Ley Foon Tan <lftan@altera.com>
7282 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7283 T:      git git://git.rocketboards.org/linux-socfpga-next.git
7284 S:      Maintained
7285 F:      arch/nios2/
7286
7287 NOKIA N900 POWER SUPPLY DRIVERS
7288 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7289 S:      Maintained
7290 F:      include/linux/power/bq2415x_charger.h
7291 F:      include/linux/power/bq27x00_battery.h
7292 F:      include/linux/power/isp1704_charger.h
7293 F:      drivers/power/bq2415x_charger.c
7294 F:      drivers/power/bq27x00_battery.c
7295 F:      drivers/power/isp1704_charger.c
7296 F:      drivers/power/rx51_battery.c
7297
7298 NTB DRIVER CORE
7299 M:      Jon Mason <jdmason@kudzu.us>
7300 M:      Dave Jiang <dave.jiang@intel.com>
7301 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7302 S:      Supported
7303 W:      https://github.com/jonmason/ntb/wiki
7304 T:      git git://github.com/jonmason/ntb.git
7305 F:      drivers/ntb/
7306 F:      drivers/net/ntb_netdev.c
7307 F:      include/linux/ntb.h
7308 F:      include/linux/ntb_transport.h
7309
7310 NTB INTEL DRIVER
7311 M:      Jon Mason <jdmason@kudzu.us>
7312 M:      Dave Jiang <dave.jiang@intel.com>
7313 S:      Supported
7314 W:      https://github.com/jonmason/ntb/wiki
7315 T:      git git://github.com/jonmason/ntb.git
7316 F:      drivers/ntb/hw/intel/
7317
7318 NTFS FILESYSTEM
7319 M:      Anton Altaparmakov <anton@tuxera.com>
7320 L:      linux-ntfs-dev@lists.sourceforge.net
7321 W:      http://www.tuxera.com/
7322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7323 S:      Supported
7324 F:      Documentation/filesystems/ntfs.txt
7325 F:      fs/ntfs/
7326
7327 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7328 M:      Antonino Daplas <adaplas@gmail.com>
7329 L:      linux-fbdev@vger.kernel.org
7330 S:      Maintained
7331 F:      drivers/video/fbdev/riva/
7332 F:      drivers/video/fbdev/nvidia/
7333
7334 NVM EXPRESS DRIVER
7335 M:      Matthew Wilcox <willy@linux.intel.com>
7336 L:      linux-nvme@lists.infradead.org
7337 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7338 S:      Supported
7339 F:      drivers/block/nvme*
7340 F:      include/linux/nvme.h
7341
7342 NVMEM FRAMEWORK
7343 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7344 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7345 S:      Maintained
7346 F:      drivers/nvmem/
7347 F:      Documentation/devicetree/bindings/nvmem/
7348 F:      include/linux/nvmem-consumer.h
7349 F:      include/linux/nvmem-provider.h
7350
7351 NXP-NCI NFC DRIVER
7352 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7353 R:      Charles Gorand <charles.gorand@effinnov.com>
7354 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7355 S:      Supported
7356 F:      drivers/nfc/nxp-nci
7357
7358 NXP TDA998X DRM DRIVER
7359 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7360 S:      Supported
7361 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7362 F:      include/drm/i2c/tda998x.h
7363
7364 NXP TFA9879 DRIVER
7365 M:      Peter Rosin <peda@axentia.se>
7366 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7367 S:      Maintained
7368 F:      sound/soc/codecs/tfa9879*
7369
7370 OMAP SUPPORT
7371 M:      Tony Lindgren <tony@atomide.com>
7372 L:      linux-omap@vger.kernel.org
7373 W:      http://www.muru.com/linux/omap/
7374 W:      http://linux.omap.com/
7375 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7377 S:      Maintained
7378 F:      arch/arm/*omap*/
7379 F:      arch/arm/configs/omap1_defconfig
7380 F:      arch/arm/configs/omap2plus_defconfig
7381 F:      drivers/i2c/busses/i2c-omap.c
7382 F:      drivers/irqchip/irq-omap-intc.c
7383 F:      drivers/mfd/*omap*.c
7384 F:      drivers/mfd/menelaus.c
7385 F:      drivers/mfd/palmas.c
7386 F:      drivers/mfd/tps65217.c
7387 F:      drivers/mfd/tps65218.c
7388 F:      drivers/mfd/tps65910.c
7389 F:      drivers/mfd/twl-core.[ch]
7390 F:      drivers/mfd/twl4030*.c
7391 F:      drivers/mfd/twl6030*.c
7392 F:      drivers/mfd/twl6040*.c
7393 F:      drivers/regulator/palmas-regulator*.c
7394 F:      drivers/regulator/pbias-regulator.c
7395 F:      drivers/regulator/tps65217-regulator.c
7396 F:      drivers/regulator/tps65218-regulator.c
7397 F:      drivers/regulator/tps65910-regulator.c
7398 F:      drivers/regulator/twl-regulator.c
7399 F:      include/linux/i2c-omap.h
7400
7401 OMAP DEVICE TREE SUPPORT
7402 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7403 M:      Tony Lindgren <tony@atomide.com>
7404 L:      linux-omap@vger.kernel.org
7405 L:      devicetree@vger.kernel.org
7406 S:      Maintained
7407 F:      arch/arm/boot/dts/*omap*
7408 F:      arch/arm/boot/dts/*am3*
7409 F:      arch/arm/boot/dts/*am4*
7410 F:      arch/arm/boot/dts/*am5*
7411 F:      arch/arm/boot/dts/*dra7*
7412
7413 OMAP CLOCK FRAMEWORK SUPPORT
7414 M:      Paul Walmsley <paul@pwsan.com>
7415 L:      linux-omap@vger.kernel.org
7416 S:      Maintained
7417 F:      arch/arm/*omap*/*clock*
7418
7419 OMAP POWER MANAGEMENT SUPPORT
7420 M:      Kevin Hilman <khilman@deeprootsystems.com>
7421 L:      linux-omap@vger.kernel.org
7422 S:      Maintained
7423 F:      arch/arm/*omap*/*pm*
7424 F:      drivers/cpufreq/omap-cpufreq.c
7425
7426 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7427 M:      Rajendra Nayak <rnayak@ti.com>
7428 M:      Paul Walmsley <paul@pwsan.com>
7429 L:      linux-omap@vger.kernel.org
7430 S:      Maintained
7431 F:      arch/arm/mach-omap2/prm*
7432
7433 OMAP AUDIO SUPPORT
7434 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7435 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7436 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7437 L:      linux-omap@vger.kernel.org
7438 S:      Maintained
7439 F:      sound/soc/omap/
7440
7441 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7442 M:      Roger Quadros <rogerq@ti.com>
7443 M:      Tony Lindgren <tony@atomide.com>
7444 L:      linux-omap@vger.kernel.org
7445 S:      Maintained
7446 F:      drivers/memory/omap-gpmc.c
7447 F:      arch/arm/mach-omap2/*gpmc*
7448
7449 OMAP FRAMEBUFFER SUPPORT
7450 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7451 L:      linux-fbdev@vger.kernel.org
7452 L:      linux-omap@vger.kernel.org
7453 S:      Maintained
7454 F:      drivers/video/fbdev/omap/
7455
7456 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7457 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7458 L:      linux-omap@vger.kernel.org
7459 L:      linux-fbdev@vger.kernel.org
7460 S:      Maintained
7461 F:      drivers/video/fbdev/omap2/
7462 F:      Documentation/arm/OMAP/DSS
7463
7464 OMAP HARDWARE SPINLOCK SUPPORT
7465 M:      Ohad Ben-Cohen <ohad@wizery.com>
7466 L:      linux-omap@vger.kernel.org
7467 S:      Maintained
7468 F:      drivers/hwspinlock/omap_hwspinlock.c
7469
7470 OMAP MMC SUPPORT
7471 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7472 L:      linux-omap@vger.kernel.org
7473 S:      Maintained
7474 F:      drivers/mmc/host/omap.c
7475
7476 OMAP HS MMC SUPPORT
7477 L:      linux-mmc@vger.kernel.org
7478 L:      linux-omap@vger.kernel.org
7479 S:      Orphan
7480 F:      drivers/mmc/host/omap_hsmmc.c
7481
7482 OMAP RANDOM NUMBER GENERATOR SUPPORT
7483 M:      Deepak Saxena <dsaxena@plexity.net>
7484 S:      Maintained
7485 F:      drivers/char/hw_random/omap-rng.c
7486
7487 OMAP HWMOD SUPPORT
7488 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7489 M:      Paul Walmsley <paul@pwsan.com>
7490 L:      linux-omap@vger.kernel.org
7491 S:      Maintained
7492 F:      arch/arm/mach-omap2/omap_hwmod.*
7493
7494 OMAP HWMOD DATA
7495 M:      Paul Walmsley <paul@pwsan.com>
7496 L:      linux-omap@vger.kernel.org
7497 S:      Maintained
7498 F:      arch/arm/mach-omap2/omap_hwmod*data*
7499
7500 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7501 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7502 L:      linux-omap@vger.kernel.org
7503 S:      Maintained
7504 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7505
7506 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7507 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7508 L:      linux-media@vger.kernel.org
7509 S:      Maintained
7510 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7511 F:      drivers/media/platform/omap3isp/
7512 F:      drivers/staging/media/omap4iss/
7513
7514 OMAP USB SUPPORT
7515 M:      Felipe Balbi <balbi@ti.com>
7516 L:      linux-usb@vger.kernel.org
7517 L:      linux-omap@vger.kernel.org
7518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7519 S:      Maintained
7520 F:      drivers/usb/*/*omap*
7521 F:      arch/arm/*omap*/usb*
7522
7523 OMAP GPIO DRIVER
7524 M:      Javier Martinez Canillas <javier@dowhile0.org>
7525 M:      Santosh Shilimkar <ssantosh@kernel.org>
7526 M:      Kevin Hilman <khilman@deeprootsystems.com>
7527 L:      linux-omap@vger.kernel.org
7528 S:      Maintained
7529 F:      drivers/gpio/gpio-omap.c
7530
7531 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7532 M:      Mark Jackson <mpfj@newflow.co.uk>
7533 L:      linux-omap@vger.kernel.org
7534 S:      Maintained
7535 F:      arch/arm/boot/dts/am335x-nano.dts
7536
7537 OMFS FILESYSTEM
7538 M:      Bob Copeland <me@bobcopeland.com>
7539 L:      linux-karma-devel@lists.sourceforge.net
7540 S:      Maintained
7541 F:      Documentation/filesystems/omfs.txt
7542 F:      fs/omfs/
7543
7544 OMNIKEY CARDMAN 4000 DRIVER
7545 M:      Harald Welte <laforge@gnumonks.org>
7546 S:      Maintained
7547 F:      drivers/char/pcmcia/cm4000_cs.c
7548 F:      include/linux/cm4000_cs.h
7549 F:      include/uapi/linux/cm4000_cs.h
7550
7551 OMNIKEY CARDMAN 4040 DRIVER
7552 M:      Harald Welte <laforge@gnumonks.org>
7553 S:      Maintained
7554 F:      drivers/char/pcmcia/cm4040_cs.*
7555
7556 OMNIVISION OV7670 SENSOR DRIVER
7557 M:      Jonathan Corbet <corbet@lwn.net>
7558 L:      linux-media@vger.kernel.org
7559 T:      git git://linuxtv.org/media_tree.git
7560 S:      Maintained
7561 F:      drivers/media/i2c/ov7670.c
7562
7563 ONENAND FLASH DRIVER
7564 M:      Kyungmin Park <kyungmin.park@samsung.com>
7565 L:      linux-mtd@lists.infradead.org
7566 S:      Maintained
7567 F:      drivers/mtd/onenand/
7568 F:      include/linux/mtd/onenand*.h
7569
7570 ONSTREAM SCSI TAPE DRIVER
7571 M:      Willem Riede <osst@riede.org>
7572 L:      osst-users@lists.sourceforge.net
7573 L:      linux-scsi@vger.kernel.org
7574 S:      Maintained
7575 F:      Documentation/scsi/osst.txt
7576 F:      drivers/scsi/osst.*
7577 F:      drivers/scsi/osst_*.h
7578 F:      drivers/scsi/st.h
7579
7580 OPENCORES I2C BUS DRIVER
7581 M:      Peter Korsgaard <jacmet@sunsite.dk>
7582 L:      linux-i2c@vger.kernel.org
7583 S:      Maintained
7584 F:      Documentation/i2c/busses/i2c-ocores
7585 F:      drivers/i2c/busses/i2c-ocores.c
7586
7587 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7588 M:      Rob Herring <robh+dt@kernel.org>
7589 M:      Frank Rowand <frowand.list@gmail.com>
7590 M:      Grant Likely <grant.likely@linaro.org>
7591 L:      devicetree@vger.kernel.org
7592 W:      http://www.devicetree.org/
7593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7594 S:      Maintained
7595 F:      drivers/of/
7596 F:      include/linux/of*.h
7597 F:      scripts/dtc/
7598
7599 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7600 M:      Rob Herring <robh+dt@kernel.org>
7601 M:      Pawel Moll <pawel.moll@arm.com>
7602 M:      Mark Rutland <mark.rutland@arm.com>
7603 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7604 M:      Kumar Gala <galak@codeaurora.org>
7605 L:      devicetree@vger.kernel.org
7606 S:      Maintained
7607 F:      Documentation/devicetree/
7608 F:      arch/*/boot/dts/
7609 F:      include/dt-bindings/
7610
7611 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7612 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7613 L:      devicetree@vger.kernel.org
7614 S:      Maintained
7615 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7616 F:      Documentation/devicetree/overlay-notes.txt
7617 F:      drivers/of/overlay.c
7618 F:      drivers/of/resolver.c
7619
7620 OPENRISC ARCHITECTURE
7621 M:      Jonas Bonn <jonas@southpole.se>
7622 W:      http://openrisc.net
7623 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7624 S:      Maintained
7625 T:      git git://openrisc.net/~jonas/linux
7626 F:      arch/openrisc/
7627
7628 OPENVSWITCH
7629 M:      Pravin Shelar <pshelar@nicira.com>
7630 L:      netdev@vger.kernel.org
7631 L:      dev@openvswitch.org
7632 W:      http://openvswitch.org
7633 S:      Maintained
7634 F:      net/openvswitch/
7635 F:      include/uapi/linux/openvswitch.h
7636
7637 OPL4 DRIVER
7638 M:      Clemens Ladisch <clemens@ladisch.de>
7639 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7640 T:      git git://git.alsa-project.org/alsa-kernel.git
7641 S:      Maintained
7642 F:      sound/drivers/opl4/
7643
7644 OPROFILE
7645 M:      Robert Richter <rric@kernel.org>
7646 L:      oprofile-list@lists.sf.net
7647 S:      Maintained
7648 F:      arch/*/include/asm/oprofile*.h
7649 F:      arch/*/oprofile/
7650 F:      drivers/oprofile/
7651 F:      include/linux/oprofile.h
7652
7653 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7654 M:      Mark Fasheh <mfasheh@suse.com>
7655 M:      Joel Becker <jlbec@evilplan.org>
7656 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7657 W:      http://ocfs2.wiki.kernel.org
7658 S:      Supported
7659 F:      Documentation/filesystems/ocfs2.txt
7660 F:      Documentation/filesystems/dlmfs.txt
7661 F:      fs/ocfs2/
7662
7663 ORINOCO DRIVER
7664 L:      linux-wireless@vger.kernel.org
7665 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7666 W:      http://www.nongnu.org/orinoco/
7667 S:      Orphan
7668 F:      drivers/net/wireless/orinoco/
7669
7670 OSD LIBRARY and FILESYSTEM
7671 M:      Boaz Harrosh <ooo@electrozaur.com>
7672 M:      Benny Halevy <bhalevy@primarydata.com>
7673 L:      osd-dev@open-osd.org
7674 W:      http://open-osd.org
7675 T:      git git://git.open-osd.org/open-osd.git
7676 S:      Maintained
7677 F:      drivers/scsi/osd/
7678 F:      include/scsi/osd_*
7679 F:      fs/exofs/
7680
7681 OVERLAY FILESYSTEM
7682 M:      Miklos Szeredi <miklos@szeredi.hu>
7683 L:      linux-unionfs@vger.kernel.org
7684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7685 S:      Supported
7686 F:      fs/overlayfs/
7687 F:      Documentation/filesystems/overlayfs.txt
7688
7689 P54 WIRELESS DRIVER
7690 M:      Christian Lamparter <chunkeey@googlemail.com>
7691 L:      linux-wireless@vger.kernel.org
7692 W:      http://wireless.kernel.org/en/users/Drivers/p54
7693 S:      Maintained
7694 F:      drivers/net/wireless/p54/
7695
7696 PA SEMI ETHERNET DRIVER
7697 M:      Olof Johansson <olof@lixom.net>
7698 L:      netdev@vger.kernel.org
7699 S:      Maintained
7700 F:      drivers/net/ethernet/pasemi/*
7701
7702 PA SEMI SMBUS DRIVER
7703 M:      Olof Johansson <olof@lixom.net>
7704 L:      linux-i2c@vger.kernel.org
7705 S:      Maintained
7706 F:      drivers/i2c/busses/i2c-pasemi.c
7707
7708 PADATA PARALLEL EXECUTION MECHANISM
7709 M:      Steffen Klassert <steffen.klassert@secunet.com>
7710 L:      linux-crypto@vger.kernel.org
7711 S:      Maintained
7712 F:      kernel/padata.c
7713 F:      include/linux/padata.h
7714 F:      Documentation/padata.txt
7715
7716 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7717 M:      Harald Welte <laforge@gnumonks.org>
7718 L:      platform-driver-x86@vger.kernel.org
7719 S:      Maintained
7720 F:      drivers/platform/x86/panasonic-laptop.c
7721
7722 PANASONIC MN10300/AM33/AM34 PORT
7723 M:      David Howells <dhowells@redhat.com>
7724 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7725 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7726 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7727 S:      Maintained
7728 F:      Documentation/mn10300/
7729 F:      arch/mn10300/
7730
7731 PARALLEL PORT SUBSYSTEM
7732 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7733 M:      Sudip Mukherjee <sudip@vectorindia.org>
7734 L:      linux-parport@lists.infradead.org (subscribers-only)
7735 S:      Maintained
7736 F:      drivers/parport/
7737 F:      include/linux/parport*.h
7738 F:      drivers/char/ppdev.c
7739 F:      include/uapi/linux/ppdev.h
7740 F:      Documentation/parport*.txt
7741
7742 PARAVIRT_OPS INTERFACE
7743 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7744 M:      Chris Wright <chrisw@sous-sol.org>
7745 M:      Alok Kataria <akataria@vmware.com>
7746 M:      Rusty Russell <rusty@rustcorp.com.au>
7747 L:      virtualization@lists.linux-foundation.org
7748 S:      Supported
7749 F:      Documentation/virtual/paravirt_ops.txt
7750 F:      arch/*/kernel/paravirt*
7751 F:      arch/*/include/asm/paravirt.h
7752
7753 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7754 M:      Tim Waugh <tim@cyberelk.net>
7755 L:      linux-parport@lists.infradead.org (subscribers-only)
7756 S:      Maintained
7757 F:      Documentation/blockdev/paride.txt
7758 F:      drivers/block/paride/
7759
7760 PARISC ARCHITECTURE
7761 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7762 M:      Helge Deller <deller@gmx.de>
7763 L:      linux-parisc@vger.kernel.org
7764 W:      http://www.parisc-linux.org/
7765 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7768 S:      Maintained
7769 F:      arch/parisc/
7770 F:      Documentation/parisc/
7771 F:      drivers/parisc/
7772 F:      drivers/char/agp/parisc-agp.c
7773 F:      drivers/input/serio/gscps2.c
7774 F:      drivers/parport/parport_gsc.*
7775 F:      drivers/tty/serial/8250/8250_gsc.c
7776 F:      drivers/video/fbdev/sti*
7777 F:      drivers/video/console/sti*
7778 F:      drivers/video/logo/logo_parisc*
7779
7780 PC87360 HARDWARE MONITORING DRIVER
7781 M:      Jim Cromie <jim.cromie@gmail.com>
7782 L:      lm-sensors@lm-sensors.org
7783 S:      Maintained
7784 F:      Documentation/hwmon/pc87360
7785 F:      drivers/hwmon/pc87360.c
7786
7787 PC8736x GPIO DRIVER
7788 M:      Jim Cromie <jim.cromie@gmail.com>
7789 S:      Maintained
7790 F:      drivers/char/pc8736x_gpio.c
7791
7792 PC87427 HARDWARE MONITORING DRIVER
7793 M:      Jean Delvare <jdelvare@suse.com>
7794 L:      lm-sensors@lm-sensors.org
7795 S:      Maintained
7796 F:      Documentation/hwmon/pc87427
7797 F:      drivers/hwmon/pc87427.c
7798
7799 PCA9532 LED DRIVER
7800 M:      Riku Voipio <riku.voipio@iki.fi>
7801 S:      Maintained
7802 F:      drivers/leds/leds-pca9532.c
7803 F:      include/linux/leds-pca9532.h
7804
7805 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7806 M:      Guenter Roeck <linux@roeck-us.net>
7807 L:      linux-i2c@vger.kernel.org
7808 S:      Maintained
7809 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7810
7811 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7812 M:      Khalid Aziz <khalid@gonehiking.org>
7813 S:      Maintained
7814 F:      drivers/firmware/pcdp.*
7815
7816 PCI ERROR RECOVERY
7817 M:      Linas Vepstas <linasvepstas@gmail.com>
7818 L:      linux-pci@vger.kernel.org
7819 S:      Supported
7820 F:      Documentation/PCI/pci-error-recovery.txt
7821
7822 PCI SUBSYSTEM
7823 M:      Bjorn Helgaas <bhelgaas@google.com>
7824 L:      linux-pci@vger.kernel.org
7825 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7827 S:      Supported
7828 F:      Documentation/PCI/
7829 F:      drivers/pci/
7830 F:      include/linux/pci*
7831 F:      arch/x86/pci/
7832 F:      arch/x86/kernel/quirks.c
7833
7834 PCI DRIVER FOR ARM VERSATILE PLATFORM
7835 M:      Rob Herring <robh@kernel.org>
7836 L:      linux-pci@vger.kernel.org
7837 L:      linux-arm-kernel@lists.infradead.org
7838 S:      Maintained
7839 F:      Documentation/devicetree/bindings/pci/versatile.txt
7840 F:      drivers/pci/host/pci-versatile.c
7841
7842 PCI DRIVER FOR APPLIEDMICRO XGENE
7843 M:      Tanmay Inamdar <tinamdar@apm.com>
7844 L:      linux-pci@vger.kernel.org
7845 L:      linux-arm-kernel@lists.infradead.org
7846 S:      Maintained
7847 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7848 F:      drivers/pci/host/pci-xgene.c
7849
7850 PCI DRIVER FOR FREESCALE LAYERSCAPE
7851 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7852 M:      Mingkai Hu <mingkai.hu@freescale.com>
7853 M:      Roy Zang <tie-fei.zang@freescale.com>
7854 L:      linuxppc-dev@lists.ozlabs.org
7855 L:      linux-pci@vger.kernel.org
7856 L:      linux-arm-kernel@lists.infradead.org
7857 S:      Maintained
7858 F:      drivers/pci/host/*layerscape*
7859
7860 PCI DRIVER FOR IMX6
7861 M:      Richard Zhu <Richard.Zhu@freescale.com>
7862 M:      Lucas Stach <l.stach@pengutronix.de>
7863 L:      linux-pci@vger.kernel.org
7864 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7865 S:      Maintained
7866 F:      drivers/pci/host/*imx6*
7867
7868 PCI DRIVER FOR TI KEYSTONE
7869 M:      Murali Karicheri <m-karicheri2@ti.com>
7870 L:      linux-pci@vger.kernel.org
7871 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7872 S:      Maintained
7873 F:      drivers/pci/host/*keystone*
7874
7875 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7876 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7877 M:      Jason Cooper <jason@lakedaemon.net>
7878 L:      linux-pci@vger.kernel.org
7879 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7880 S:      Maintained
7881 F:      drivers/pci/host/*mvebu*
7882
7883 PCI DRIVER FOR NVIDIA TEGRA
7884 M:      Thierry Reding <thierry.reding@gmail.com>
7885 L:      linux-tegra@vger.kernel.org
7886 L:      linux-pci@vger.kernel.org
7887 S:      Supported
7888 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7889 F:      drivers/pci/host/pci-tegra.c
7890
7891 PCI DRIVER FOR TI DRA7XX
7892 M:      Kishon Vijay Abraham I <kishon@ti.com>
7893 L:      linux-omap@vger.kernel.org
7894 L:      linux-pci@vger.kernel.org
7895 S:      Supported
7896 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7897 F:      drivers/pci/host/pci-dra7xx.c
7898
7899 PCI DRIVER FOR RENESAS R-CAR
7900 M:      Simon Horman <horms@verge.net.au>
7901 L:      linux-pci@vger.kernel.org
7902 L:      linux-sh@vger.kernel.org
7903 S:      Maintained
7904 F:      drivers/pci/host/*rcar*
7905
7906 PCI DRIVER FOR SAMSUNG EXYNOS
7907 M:      Jingoo Han <jingoohan1@gmail.com>
7908 L:      linux-pci@vger.kernel.org
7909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7910 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7911 S:      Maintained
7912 F:      drivers/pci/host/pci-exynos.c
7913
7914 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7915 M:      Jingoo Han <jingoohan1@gmail.com>
7916 M:      Pratyush Anand <pratyush.anand@gmail.com>
7917 L:      linux-pci@vger.kernel.org
7918 S:      Maintained
7919 F:      drivers/pci/host/*designware*
7920
7921 PCI DRIVER FOR GENERIC OF HOSTS
7922 M:      Will Deacon <will.deacon@arm.com>
7923 L:      linux-pci@vger.kernel.org
7924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7925 S:      Maintained
7926 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7927 F:      drivers/pci/host/pci-host-generic.c
7928
7929 PCIE DRIVER FOR ST SPEAR13XX
7930 M:      Pratyush Anand <pratyush.anand@gmail.com>
7931 L:      linux-pci@vger.kernel.org
7932 S:      Maintained
7933 F:      drivers/pci/host/*spear*
7934
7935 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
7936 M:      Duc Dang <dhdang@apm.com>
7937 L:      linux-pci@vger.kernel.org
7938 L:      linux-arm-kernel@lists.infradead.org
7939 S:      Maintained
7940 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
7941 F:      drivers/pci/host/pci-xgene-msi.c
7942
7943 PCMCIA SUBSYSTEM
7944 P:      Linux PCMCIA Team
7945 L:      linux-pcmcia@lists.infradead.org
7946 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7948 S:      Maintained
7949 F:      Documentation/pcmcia/
7950 F:      drivers/pcmcia/
7951 F:      include/pcmcia/
7952
7953 PCNET32 NETWORK DRIVER
7954 M:      Don Fry <pcnet32@frontier.com>
7955 L:      netdev@vger.kernel.org
7956 S:      Maintained
7957 F:      drivers/net/ethernet/amd/pcnet32.c
7958
7959 PCRYPT PARALLEL CRYPTO ENGINE
7960 M:      Steffen Klassert <steffen.klassert@secunet.com>
7961 L:      linux-crypto@vger.kernel.org
7962 S:      Maintained
7963 F:      crypto/pcrypt.c
7964 F:      include/crypto/pcrypt.h
7965
7966 PER-CPU MEMORY ALLOCATOR
7967 M:      Tejun Heo <tj@kernel.org>
7968 M:      Christoph Lameter <cl@linux-foundation.org>
7969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7970 S:      Maintained
7971 F:      include/linux/percpu*.h
7972 F:      mm/percpu*.c
7973 F:      arch/*/include/asm/percpu.h
7974
7975 PER-TASK DELAY ACCOUNTING
7976 M:      Balbir Singh <bsingharora@gmail.com>
7977 S:      Maintained
7978 F:      include/linux/delayacct.h
7979 F:      kernel/delayacct.c
7980
7981 PERFORMANCE EVENTS SUBSYSTEM
7982 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7983 M:      Ingo Molnar <mingo@redhat.com>
7984 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7985 L:      linux-kernel@vger.kernel.org
7986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7987 S:      Supported
7988 F:      kernel/events/*
7989 F:      include/linux/perf_event.h
7990 F:      include/uapi/linux/perf_event.h
7991 F:      arch/*/kernel/perf_event*.c
7992 F:      arch/*/kernel/*/perf_event*.c
7993 F:      arch/*/kernel/*/*/perf_event*.c
7994 F:      arch/*/include/asm/perf_event.h
7995 F:      arch/*/kernel/perf_callchain.c
7996 F:      tools/perf/
7997
7998 PERSONALITY HANDLING
7999 M:      Christoph Hellwig <hch@infradead.org>
8000 L:      linux-abi-devel@lists.sourceforge.net
8001 S:      Maintained
8002 F:      include/linux/personality.h
8003 F:      include/uapi/linux/personality.h
8004
8005 PHONET PROTOCOL
8006 M:      Remi Denis-Courmont <courmisch@gmail.com>
8007 S:      Supported
8008 F:      Documentation/networking/phonet.txt
8009 F:      include/linux/phonet.h
8010 F:      include/net/phonet/
8011 F:      include/uapi/linux/phonet.h
8012 F:      net/phonet/
8013
8014 PHRAM MTD DRIVER
8015 M:      Joern Engel <joern@lazybastard.org>
8016 L:      linux-mtd@lists.infradead.org
8017 S:      Maintained
8018 F:      drivers/mtd/devices/phram.c
8019
8020 PICOLCD HID DRIVER
8021 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8022 L:      linux-input@vger.kernel.org
8023 S:      Maintained
8024 F:      drivers/hid/hid-picolcd*
8025
8026 PICOXCELL SUPPORT
8027 M:      Jamie Iles <jamie@jamieiles.com>
8028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8029 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8030 S:      Supported
8031 F:      arch/arm/boot/dts/picoxcell*
8032 F:      arch/arm/mach-picoxcell/
8033 F:      drivers/crypto/picoxcell*
8034
8035 PIN CONTROL SUBSYSTEM
8036 M:      Linus Walleij <linus.walleij@linaro.org>
8037 L:      linux-gpio@vger.kernel.org
8038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8039 S:      Maintained
8040 F:      drivers/pinctrl/
8041 F:      include/linux/pinctrl/
8042
8043 PIN CONTROLLER - ATMEL AT91
8044 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8045 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8046 S:      Maintained
8047 F:      drivers/pinctrl/pinctrl-at91.*
8048
8049 PIN CONTROLLER - INTEL
8050 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8051 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8052 S:      Maintained
8053 F:      drivers/pinctrl/intel/
8054
8055 PIN CONTROLLER - RENESAS
8056 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8057 L:      linux-sh@vger.kernel.org
8058 S:      Maintained
8059 F:      drivers/pinctrl/sh-pfc/
8060
8061 PIN CONTROLLER - SAMSUNG
8062 M:      Tomasz Figa <tomasz.figa@gmail.com>
8063 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8064 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8065 S:      Maintained
8066 F:      drivers/pinctrl/samsung/
8067
8068 PIN CONTROLLER - ST SPEAR
8069 M:      Viresh Kumar <vireshk@kernel.org>
8070 L:      spear-devel@list.st.com
8071 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8072 W:      http://www.st.com/spear
8073 S:      Maintained
8074 F:      drivers/pinctrl/spear/
8075
8076 PKTCDVD DRIVER
8077 M:      Jiri Kosina <jikos@kernel.org>
8078 S:      Maintained
8079 F:      drivers/block/pktcdvd.c
8080 F:      include/linux/pktcdvd.h
8081 F:      include/uapi/linux/pktcdvd.h
8082
8083 PKUNITY SOC DRIVERS
8084 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8085 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8086 S:      Maintained
8087 T:      git git://github.com/gxt/linux.git
8088 F:      drivers/input/serio/i8042-unicore32io.h
8089 F:      drivers/i2c/busses/i2c-puv3.c
8090 F:      drivers/video/fbdev/fb-puv3.c
8091 F:      drivers/rtc/rtc-puv3.c
8092
8093 PMBUS HARDWARE MONITORING DRIVERS
8094 M:      Guenter Roeck <linux@roeck-us.net>
8095 L:      lm-sensors@lm-sensors.org
8096 W:      http://www.lm-sensors.org/
8097 W:      http://www.roeck-us.net/linux/drivers/
8098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8099 S:      Maintained
8100 F:      Documentation/hwmon/pmbus
8101 F:      drivers/hwmon/pmbus/
8102 F:      include/linux/i2c/pmbus.h
8103
8104 PMC SIERRA MaxRAID DRIVER
8105 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
8106 L:      linux-scsi@vger.kernel.org
8107 W:      http://www.pmc-sierra.com/
8108 S:      Supported
8109 F:      drivers/scsi/pmcraid.*
8110
8111 PMC SIERRA PM8001 DRIVER
8112 M:      Jack Wang <jinpu.wang@profitbricks.com>
8113 M:      lindar_liu@usish.com
8114 L:      pmchba@pmcs.com
8115 L:      linux-scsi@vger.kernel.org
8116 S:      Supported
8117 F:      drivers/scsi/pm8001/
8118
8119 POSIX CLOCKS and TIMERS
8120 M:      Thomas Gleixner <tglx@linutronix.de>
8121 L:      linux-kernel@vger.kernel.org
8122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8123 S:      Maintained
8124 F:      fs/timerfd.c
8125 F:      include/linux/timer*
8126 F:      kernel/time/*timer*
8127
8128 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8129 M:      Sebastian Reichel <sre@kernel.org>
8130 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8131 M:      David Woodhouse <dwmw2@infradead.org>
8132 L:      linux-pm@vger.kernel.org
8133 T:      git git://git.infradead.org/battery-2.6.git
8134 S:      Maintained
8135 F:      include/linux/power_supply.h
8136 F:      drivers/power/
8137 X:      drivers/power/avs/
8138
8139 POWER STATE COORDINATION INTERFACE (PSCI)
8140 M:      Mark Rutland <mark.rutland@arm.com>
8141 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8142 L:      linux-arm-kernel@lists.infradead.org
8143 S:      Maintained
8144 F:      drivers/firmware/psci.c
8145 F:      include/linux/psci.h
8146 F:      include/uapi/linux/psci.h
8147
8148 PNP SUPPORT
8149 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8150 S:      Maintained
8151 F:      drivers/pnp/
8152
8153 PNXxxxx I2C DRIVER
8154 M:      Vitaly Wool <vitalywool@gmail.com>
8155 L:      linux-i2c@vger.kernel.org
8156 S:      Maintained
8157 F:      drivers/i2c/busses/i2c-pnx.c
8158
8159 PPP PROTOCOL DRIVERS AND COMPRESSORS
8160 M:      Paul Mackerras <paulus@samba.org>
8161 L:      linux-ppp@vger.kernel.org
8162 S:      Maintained
8163 F:      drivers/net/ppp/ppp_*
8164
8165 PPP OVER ATM (RFC 2364)
8166 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8167 S:      Maintained
8168 F:      net/atm/pppoatm.c
8169 F:      include/uapi/linux/atmppp.h
8170
8171 PPP OVER ETHERNET
8172 M:      Michal Ostrowski <mostrows@earthlink.net>
8173 S:      Maintained
8174 F:      drivers/net/ppp/pppoe.c
8175 F:      drivers/net/ppp/pppox.c
8176
8177 PPP OVER L2TP
8178 M:      James Chapman <jchapman@katalix.com>
8179 S:      Maintained
8180 F:      net/l2tp/l2tp_ppp.c
8181 F:      include/linux/if_pppol2tp.h
8182 F:      include/uapi/linux/if_pppol2tp.h
8183
8184 PPS SUPPORT
8185 M:      Rodolfo Giometti <giometti@enneenne.com>
8186 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8187 L:      linuxpps@ml.enneenne.com (subscribers-only)
8188 S:      Maintained
8189 F:      Documentation/pps/
8190 F:      drivers/pps/
8191 F:      include/linux/pps*.h
8192
8193 PPTP DRIVER
8194 M:      Dmitry Kozlov <xeb@mail.ru>
8195 L:      netdev@vger.kernel.org
8196 S:      Maintained
8197 F:      drivers/net/ppp/pptp.c
8198 W:      http://sourceforge.net/projects/accel-pptp
8199
8200 PREEMPTIBLE KERNEL
8201 M:      Robert Love <rml@tech9.net>
8202 L:      kpreempt-tech@lists.sourceforge.net
8203 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8204 S:      Supported
8205 F:      Documentation/preempt-locking.txt
8206 F:      include/linux/preempt.h
8207
8208 PRISM54 WIRELESS DRIVER
8209 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8210 L:      linux-wireless@vger.kernel.org
8211 W:      http://wireless.kernel.org/en/users/Drivers/p54
8212 S:      Obsolete
8213 F:      drivers/net/wireless/prism54/
8214
8215 PS3 NETWORK SUPPORT
8216 M:      Geoff Levand <geoff@infradead.org>
8217 L:      netdev@vger.kernel.org
8218 L:      linuxppc-dev@lists.ozlabs.org
8219 S:      Maintained
8220 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8221
8222 PS3 PLATFORM SUPPORT
8223 M:      Geoff Levand <geoff@infradead.org>
8224 L:      linuxppc-dev@lists.ozlabs.org
8225 S:      Maintained
8226 F:      arch/powerpc/boot/ps3*
8227 F:      arch/powerpc/include/asm/lv1call.h
8228 F:      arch/powerpc/include/asm/ps3*.h
8229 F:      arch/powerpc/platforms/ps3/
8230 F:      drivers/*/ps3*
8231 F:      drivers/ps3/
8232 F:      drivers/rtc/rtc-ps3.c
8233 F:      drivers/usb/host/*ps3.c
8234 F:      sound/ppc/snd_ps3*
8235
8236 PS3VRAM DRIVER
8237 M:      Jim Paris <jim@jtan.com>
8238 M:      Geoff Levand <geoff@infradead.org>
8239 L:      linuxppc-dev@lists.ozlabs.org
8240 S:      Maintained
8241 F:      drivers/block/ps3vram.c
8242
8243 PSTORE FILESYSTEM
8244 M:      Anton Vorontsov <anton@enomsg.org>
8245 M:      Colin Cross <ccross@android.com>
8246 M:      Kees Cook <keescook@chromium.org>
8247 M:      Tony Luck <tony.luck@intel.com>
8248 S:      Maintained
8249 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8250 F:      fs/pstore/
8251 F:      include/linux/pstore*
8252 F:      drivers/firmware/efi/efi-pstore.c
8253 F:      drivers/acpi/apei/erst.c
8254
8255 PTP HARDWARE CLOCK SUPPORT
8256 M:      Richard Cochran <richardcochran@gmail.com>
8257 L:      netdev@vger.kernel.org
8258 S:      Maintained
8259 W:      http://linuxptp.sourceforge.net/
8260 F:      Documentation/ABI/testing/sysfs-ptp
8261 F:      Documentation/ptp/*
8262 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8263 F:      drivers/net/phy/dp83640*
8264 F:      drivers/ptp/*
8265 F:      include/linux/ptp_cl*
8266
8267 PTRACE SUPPORT
8268 M:      Roland McGrath <roland@hack.frob.com>
8269 M:      Oleg Nesterov <oleg@redhat.com>
8270 S:      Maintained
8271 F:      include/asm-generic/syscall.h
8272 F:      include/linux/ptrace.h
8273 F:      include/linux/regset.h
8274 F:      include/linux/tracehook.h
8275 F:      include/uapi/linux/ptrace.h
8276 F:      kernel/ptrace.c
8277
8278 PVRUSB2 VIDEO4LINUX DRIVER
8279 M:      Mike Isely <isely@pobox.com>
8280 L:      pvrusb2@isely.net       (subscribers-only)
8281 L:      linux-media@vger.kernel.org
8282 W:      http://www.isely.net/pvrusb2/
8283 T:      git git://linuxtv.org/media_tree.git
8284 S:      Maintained
8285 F:      Documentation/video4linux/README.pvrusb2
8286 F:      drivers/media/usb/pvrusb2/
8287
8288 PWC WEBCAM DRIVER
8289 M:      Hans de Goede <hdegoede@redhat.com>
8290 L:      linux-media@vger.kernel.org
8291 T:      git git://linuxtv.org/media_tree.git
8292 S:      Maintained
8293 F:      drivers/media/usb/pwc/*
8294
8295 PWM FAN DRIVER
8296 M:      Kamil Debski <k.debski@samsung.com>
8297 L:      lm-sensors@lm-sensors.org
8298 S:      Supported
8299 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8300 F:      Documentation/hwmon/pwm-fan
8301 F:      drivers/hwmon/pwm-fan.c
8302
8303 PWM SUBSYSTEM
8304 M:      Thierry Reding <thierry.reding@gmail.com>
8305 L:      linux-pwm@vger.kernel.org
8306 S:      Maintained
8307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8308 F:      Documentation/pwm.txt
8309 F:      Documentation/devicetree/bindings/pwm/
8310 F:      include/linux/pwm.h
8311 F:      drivers/pwm/
8312 F:      drivers/video/backlight/pwm_bl.c
8313 F:      include/linux/pwm_backlight.h
8314
8315 PXA2xx/PXA3xx SUPPORT
8316 M:      Daniel Mack <daniel@zonque.org>
8317 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8318 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8319 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8320 T:      git git://github.com/hzhuang1/linux.git
8321 T:      git git://github.com/rjarzmik/linux.git
8322 S:      Maintained
8323 F:      arch/arm/mach-pxa/
8324 F:      drivers/dma/pxa*
8325 F:      drivers/pcmcia/pxa2xx*
8326 F:      drivers/spi/spi-pxa2xx*
8327 F:      drivers/usb/gadget/udc/pxa2*
8328 F:      include/sound/pxa2xx-lib.h
8329 F:      sound/arm/pxa*
8330 F:      sound/soc/pxa/
8331
8332 PXA3xx NAND FLASH DRIVER
8333 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8334 L:      linux-mtd@lists.infradead.org
8335 S:      Maintained
8336 F:      drivers/mtd/nand/pxa3xx_nand.c
8337
8338 MMP SUPPORT
8339 M:      Eric Miao <eric.y.miao@gmail.com>
8340 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8341 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8342 T:      git git://github.com/hzhuang1/linux.git
8343 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8344 S:      Maintained
8345 F:      arch/arm/mach-mmp/
8346
8347 PXA MMCI DRIVER
8348 S:      Orphan
8349
8350 PXA RTC DRIVER
8351 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8352 L:      rtc-linux@googlegroups.com
8353 S:      Maintained
8354
8355 QAT DRIVER
8356 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8357 L:      qat-linux@intel.com
8358 S:      Supported
8359 F:      drivers/crypto/qat/
8360
8361 QIB DRIVER
8362 M:      Mike Marciniszyn <infinipath@intel.com>
8363 L:      linux-rdma@vger.kernel.org
8364 S:      Supported
8365 F:      drivers/infiniband/hw/qib/
8366
8367 QLOGIC QLA1280 SCSI DRIVER
8368 M:      Michael Reed <mdr@sgi.com>
8369 L:      linux-scsi@vger.kernel.org
8370 S:      Maintained
8371 F:      drivers/scsi/qla1280.[ch]
8372
8373 QLOGIC QLA2XXX FC-SCSI DRIVER
8374 M:      qla2xxx-upstream@qlogic.com
8375 L:      linux-scsi@vger.kernel.org
8376 S:      Supported
8377 F:      Documentation/scsi/LICENSE.qla2xxx
8378 F:      drivers/scsi/qla2xxx/
8379
8380 QLOGIC QLA4XXX iSCSI DRIVER
8381 M:      QLogic-Storage-Upstream@qlogic.com
8382 L:      linux-scsi@vger.kernel.org
8383 S:      Supported
8384 F:      Documentation/scsi/LICENSE.qla4xxx
8385 F:      drivers/scsi/qla4xxx/
8386
8387 QLOGIC QLA3XXX NETWORK DRIVER
8388 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8389 M:      Ron Mercer <ron.mercer@qlogic.com>
8390 M:      linux-driver@qlogic.com
8391 L:      netdev@vger.kernel.org
8392 S:      Supported
8393 F:      Documentation/networking/LICENSE.qla3xxx
8394 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8395
8396 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8397 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8398 M:      Dept-GELinuxNICDev@qlogic.com
8399 L:      netdev@vger.kernel.org
8400 S:      Supported
8401 F:      drivers/net/ethernet/qlogic/qlcnic/
8402
8403 QLOGIC QLGE 10Gb ETHERNET DRIVER
8404 M:      Harish Patil <harish.patil@qlogic.com>
8405 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8406 M:      Dept-GELinuxNICDev@qlogic.com
8407 M:      linux-driver@qlogic.com
8408 L:      netdev@vger.kernel.org
8409 S:      Supported
8410 F:      drivers/net/ethernet/qlogic/qlge/
8411
8412 QNX4 FILESYSTEM
8413 M:      Anders Larsen <al@alarsen.net>
8414 W:      http://www.alarsen.net/linux/qnx4fs/
8415 S:      Maintained
8416 F:      fs/qnx4/
8417 F:      include/uapi/linux/qnx4_fs.h
8418 F:      include/uapi/linux/qnxtypes.h
8419
8420 QT1010 MEDIA DRIVER
8421 M:      Antti Palosaari <crope@iki.fi>
8422 L:      linux-media@vger.kernel.org
8423 W:      http://linuxtv.org/
8424 W:      http://palosaari.fi/linux/
8425 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8426 T:      git git://linuxtv.org/anttip/media_tree.git
8427 S:      Maintained
8428 F:      drivers/media/tuners/qt1010*
8429
8430 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8431 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8432 L:      linux-wireless@vger.kernel.org
8433 L:      ath9k-devel@lists.ath9k.org
8434 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8435 S:      Supported
8436 F:      drivers/net/wireless/ath/ath9k/
8437
8438 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8439 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8440 L:      ath10k@lists.infradead.org
8441 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8442 T:      git git://github.com/kvalo/ath.git
8443 S:      Supported
8444 F:      drivers/net/wireless/ath/ath10k/
8445
8446 QUALCOMM HEXAGON ARCHITECTURE
8447 M:      Richard Kuo <rkuo@codeaurora.org>
8448 L:      linux-hexagon@vger.kernel.org
8449 S:      Supported
8450 F:      arch/hexagon/
8451
8452 QUALCOMM WCN36XX WIRELESS DRIVER
8453 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8454 L:      wcn36xx@lists.infradead.org
8455 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8456 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8457 S:      Supported
8458 F:      drivers/net/wireless/ath/wcn36xx/
8459
8460 RADOS BLOCK DEVICE (RBD)
8461 M:      Ilya Dryomov <idryomov@gmail.com>
8462 M:      Sage Weil <sage@redhat.com>
8463 M:      Alex Elder <elder@kernel.org>
8464 L:      ceph-devel@vger.kernel.org
8465 W:      http://ceph.com/
8466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8467 T:      git git://github.com/ceph/ceph-client.git
8468 S:      Supported
8469 F:      Documentation/ABI/testing/sysfs-bus-rbd
8470 F:      drivers/block/rbd.c
8471 F:      drivers/block/rbd_types.h
8472
8473 RADEON FRAMEBUFFER DISPLAY DRIVER
8474 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8475 L:      linux-fbdev@vger.kernel.org
8476 S:      Maintained
8477 F:      drivers/video/fbdev/aty/radeon*
8478 F:      include/uapi/linux/radeonfb.h
8479
8480 RADIOSHARK RADIO DRIVER
8481 M:      Hans de Goede <hdegoede@redhat.com>
8482 L:      linux-media@vger.kernel.org
8483 T:      git git://linuxtv.org/media_tree.git
8484 S:      Maintained
8485 F:      drivers/media/radio/radio-shark.c
8486
8487 RADIOSHARK2 RADIO DRIVER
8488 M:      Hans de Goede <hdegoede@redhat.com>
8489 L:      linux-media@vger.kernel.org
8490 T:      git git://linuxtv.org/media_tree.git
8491 S:      Maintained
8492 F:      drivers/media/radio/radio-shark2.c
8493 F:      drivers/media/radio/radio-tea5777.c
8494
8495 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8496 M:      Paul Mackerras <paulus@samba.org>
8497 L:      linux-fbdev@vger.kernel.org
8498 S:      Maintained
8499 F:      drivers/video/fbdev/aty/aty128fb.c
8500
8501 RALINK RT2X00 WIRELESS LAN DRIVER
8502 P:      rt2x00 project
8503 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8504 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8505 L:      linux-wireless@vger.kernel.org
8506 S:      Maintained
8507 F:      drivers/net/wireless/rt2x00/
8508
8509 RAMDISK RAM BLOCK DEVICE DRIVER
8510 M:      Jens Axboe <axboe@kernel.dk>
8511 S:      Maintained
8512 F:      Documentation/blockdev/ramdisk.txt
8513 F:      drivers/block/brd.c
8514
8515 RANDOM NUMBER DRIVER
8516 M:      "Theodore Ts'o" <tytso@mit.edu>
8517 S:      Maintained
8518 F:      drivers/char/random.c
8519
8520 RAPIDIO SUBSYSTEM
8521 M:      Matt Porter <mporter@kernel.crashing.org>
8522 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8523 S:      Maintained
8524 F:      drivers/rapidio/
8525
8526 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8527 L:      linux-wireless@vger.kernel.org
8528 S:      Orphan
8529 F:      drivers/net/wireless/ray*
8530
8531 RCUTORTURE MODULE
8532 M:      Josh Triplett <josh@joshtriplett.org>
8533 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8534 L:      linux-kernel@vger.kernel.org
8535 S:      Supported
8536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8537 F:      Documentation/RCU/torture.txt
8538 F:      kernel/rcu/rcutorture.c
8539
8540 RCUTORTURE TEST FRAMEWORK
8541 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8542 M:      Josh Triplett <josh@joshtriplett.org>
8543 R:      Steven Rostedt <rostedt@goodmis.org>
8544 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8545 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8546 L:      linux-kernel@vger.kernel.org
8547 S:      Supported
8548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8549 F:      tools/testing/selftests/rcutorture
8550
8551 RDC R-321X SoC
8552 M:      Florian Fainelli <florian@openwrt.org>
8553 S:      Maintained
8554
8555 RDC R6040 FAST ETHERNET DRIVER
8556 M:      Florian Fainelli <florian@openwrt.org>
8557 L:      netdev@vger.kernel.org
8558 S:      Maintained
8559 F:      drivers/net/ethernet/rdc/r6040.c
8560
8561 RDS - RELIABLE DATAGRAM SOCKETS
8562 M:      Chien Yen <chien.yen@oracle.com>
8563 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8564 S:      Supported
8565 F:      net/rds/
8566
8567 READ-COPY UPDATE (RCU)
8568 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8569 M:      Josh Triplett <josh@joshtriplett.org>
8570 R:      Steven Rostedt <rostedt@goodmis.org>
8571 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8572 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8573 L:      linux-kernel@vger.kernel.org
8574 W:      http://www.rdrop.com/users/paulmck/RCU/
8575 S:      Supported
8576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8577 F:      Documentation/RCU/
8578 X:      Documentation/RCU/torture.txt
8579 F:      include/linux/rcu*
8580 X:      include/linux/srcu.h
8581 F:      kernel/rcu/
8582 X:      kernel/torture.c
8583
8584 REAL TIME CLOCK (RTC) SUBSYSTEM
8585 M:      Alessandro Zummo <a.zummo@towertech.it>
8586 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8587 L:      rtc-linux@googlegroups.com
8588 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8590 S:      Maintained
8591 F:      Documentation/rtc.txt
8592 F:      drivers/rtc/
8593 F:      include/linux/rtc.h
8594 F:      include/uapi/linux/rtc.h
8595
8596 REALTEK AUDIO CODECS
8597 M:      Bard Liao <bardliao@realtek.com>
8598 M:      Oder Chiou <oder_chiou@realtek.com>
8599 S:      Maintained
8600 F:      sound/soc/codecs/rt*
8601 F:      include/sound/rt*.h
8602
8603 REISERFS FILE SYSTEM
8604 L:      reiserfs-devel@vger.kernel.org
8605 S:      Supported
8606 F:      fs/reiserfs/
8607
8608 REGISTER MAP ABSTRACTION
8609 M:      Mark Brown <broonie@kernel.org>
8610 L:      linux-kernel@vger.kernel.org
8611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8612 S:      Supported
8613 F:      drivers/base/regmap/
8614 F:      include/linux/regmap.h
8615
8616 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8617 M:      Ohad Ben-Cohen <ohad@wizery.com>
8618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8619 S:      Maintained
8620 F:      drivers/remoteproc/
8621 F:      Documentation/remoteproc.txt
8622 F:      include/linux/remoteproc.h
8623
8624 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8625 M:      Ohad Ben-Cohen <ohad@wizery.com>
8626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8627 S:      Maintained
8628 F:      drivers/rpmsg/
8629 F:      Documentation/rpmsg.txt
8630 F:      include/linux/rpmsg.h
8631
8632 RESET CONTROLLER FRAMEWORK
8633 M:      Philipp Zabel <p.zabel@pengutronix.de>
8634 S:      Maintained
8635 F:      drivers/reset/
8636 F:      Documentation/devicetree/bindings/reset/
8637 F:      include/dt-bindings/reset/
8638 F:      include/linux/reset.h
8639 F:      include/linux/reset-controller.h
8640
8641 RFKILL
8642 M:      Johannes Berg <johannes@sipsolutions.net>
8643 L:      linux-wireless@vger.kernel.org
8644 W:      http://wireless.kernel.org/
8645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8647 S:      Maintained
8648 F:      Documentation/rfkill.txt
8649 F:      net/rfkill/
8650
8651 RHASHTABLE
8652 M:      Thomas Graf <tgraf@suug.ch>
8653 L:      netdev@vger.kernel.org
8654 S:      Maintained
8655 F:      lib/rhashtable.c
8656 F:      include/linux/rhashtable.h
8657
8658 RICOH SMARTMEDIA/XD DRIVER
8659 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8660 S:      Maintained
8661 F:      drivers/mtd/nand/r852.c
8662 F:      drivers/mtd/nand/r852.h
8663
8664 RICOH R5C592 MEMORYSTICK DRIVER
8665 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8666 S:      Maintained
8667 F:      drivers/memstick/host/r592.*
8668
8669 ROCCAT DRIVERS
8670 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8671 W:      http://sourceforge.net/projects/roccat/
8672 S:      Maintained
8673 F:      drivers/hid/hid-roccat*
8674 F:      include/linux/hid-roccat*
8675 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8676
8677 ROCKER DRIVER
8678 M:      Jiri Pirko <jiri@resnulli.us>
8679 M:      Scott Feldman <sfeldma@gmail.com>
8680 L:      netdev@vger.kernel.org
8681 S:      Supported
8682 F:      drivers/net/ethernet/rocker/
8683
8684 ROCKETPORT DRIVER
8685 P:      Comtrol Corp.
8686 W:      http://www.comtrol.com
8687 S:      Maintained
8688 F:      Documentation/serial/rocket.txt
8689 F:      drivers/tty/rocket*
8690
8691 ROCKETPORT EXPRESS/INFINITY DRIVER
8692 M:      Kevin Cernekee <cernekee@gmail.com>
8693 L:      linux-serial@vger.kernel.org
8694 S:      Odd Fixes
8695 F:      drivers/tty/serial/rp2.*
8696
8697 ROSE NETWORK LAYER
8698 M:      Ralf Baechle <ralf@linux-mips.org>
8699 L:      linux-hams@vger.kernel.org
8700 W:      http://www.linux-ax25.org/
8701 S:      Maintained
8702 F:      include/net/rose.h
8703 F:      include/uapi/linux/rose.h
8704 F:      net/rose/
8705
8706 RTL2830 MEDIA DRIVER
8707 M:      Antti Palosaari <crope@iki.fi>
8708 L:      linux-media@vger.kernel.org
8709 W:      http://linuxtv.org/
8710 W:      http://palosaari.fi/linux/
8711 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8712 T:      git git://linuxtv.org/anttip/media_tree.git
8713 S:      Maintained
8714 F:      drivers/media/dvb-frontends/rtl2830*
8715
8716 RTL2832 MEDIA DRIVER
8717 M:      Antti Palosaari <crope@iki.fi>
8718 L:      linux-media@vger.kernel.org
8719 W:      http://linuxtv.org/
8720 W:      http://palosaari.fi/linux/
8721 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8722 T:      git git://linuxtv.org/anttip/media_tree.git
8723 S:      Maintained
8724 F:      drivers/media/dvb-frontends/rtl2832*
8725
8726 RTL2832_SDR MEDIA DRIVER
8727 M:      Antti Palosaari <crope@iki.fi>
8728 L:      linux-media@vger.kernel.org
8729 W:      http://linuxtv.org/
8730 W:      http://palosaari.fi/linux/
8731 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8732 T:      git git://linuxtv.org/anttip/media_tree.git
8733 S:      Maintained
8734 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8735
8736 RTL8180 WIRELESS DRIVER
8737 L:      linux-wireless@vger.kernel.org
8738 W:      http://wireless.kernel.org/
8739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8740 S:      Orphan
8741 F:      drivers/net/wireless/rtl818x/rtl8180/
8742
8743 RTL8187 WIRELESS DRIVER
8744 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8745 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8746 M:      Larry Finger <Larry.Finger@lwfinger.net>
8747 L:      linux-wireless@vger.kernel.org
8748 W:      http://wireless.kernel.org/
8749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8750 S:      Maintained
8751 F:      drivers/net/wireless/rtl818x/rtl8187/
8752
8753 RTL8192CE WIRELESS DRIVER
8754 M:      Larry Finger <Larry.Finger@lwfinger.net>
8755 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8756 L:      linux-wireless@vger.kernel.org
8757 W:      http://wireless.kernel.org/
8758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8759 S:      Maintained
8760 F:      drivers/net/wireless/rtlwifi/
8761 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8762
8763 S3 SAVAGE FRAMEBUFFER DRIVER
8764 M:      Antonino Daplas <adaplas@gmail.com>
8765 L:      linux-fbdev@vger.kernel.org
8766 S:      Maintained
8767 F:      drivers/video/fbdev/savage/
8768
8769 S390
8770 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8771 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8772 L:      linux-s390@vger.kernel.org
8773 W:      http://www.ibm.com/developerworks/linux/linux390/
8774 S:      Supported
8775 F:      arch/s390/
8776 F:      drivers/s390/
8777 F:      Documentation/s390/
8778 F:      Documentation/DocBook/s390*
8779
8780 S390 COMMON I/O LAYER
8781 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8782 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8783 L:      linux-s390@vger.kernel.org
8784 W:      http://www.ibm.com/developerworks/linux/linux390/
8785 S:      Supported
8786 F:      drivers/s390/cio/
8787
8788 S390 DASD DRIVER
8789 M:      Stefan Weinhuber <wein@de.ibm.com>
8790 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8791 L:      linux-s390@vger.kernel.org
8792 W:      http://www.ibm.com/developerworks/linux/linux390/
8793 S:      Supported
8794 F:      drivers/s390/block/dasd*
8795 F:      block/partitions/ibm.c
8796
8797 S390 NETWORK DRIVERS
8798 M:      Ursula Braun <ursula.braun@de.ibm.com>
8799 L:      linux-s390@vger.kernel.org
8800 W:      http://www.ibm.com/developerworks/linux/linux390/
8801 S:      Supported
8802 F:      drivers/s390/net/
8803
8804 S390 PCI SUBSYSTEM
8805 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8806 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8807 L:      linux-s390@vger.kernel.org
8808 W:      http://www.ibm.com/developerworks/linux/linux390/
8809 S:      Supported
8810 F:      arch/s390/pci/
8811 F:      drivers/pci/hotplug/s390_pci_hpc.c
8812
8813 S390 ZCRYPT DRIVER
8814 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8815 L:      linux-s390@vger.kernel.org
8816 W:      http://www.ibm.com/developerworks/linux/linux390/
8817 S:      Supported
8818 F:      drivers/s390/crypto/
8819
8820 S390 ZFCP DRIVER
8821 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8822 L:      linux-s390@vger.kernel.org
8823 W:      http://www.ibm.com/developerworks/linux/linux390/
8824 S:      Supported
8825 F:      drivers/s390/scsi/zfcp_*
8826
8827 S390 IUCV NETWORK LAYER
8828 M:      Ursula Braun <ursula.braun@de.ibm.com>
8829 L:      linux-s390@vger.kernel.org
8830 W:      http://www.ibm.com/developerworks/linux/linux390/
8831 S:      Supported
8832 F:      drivers/s390/net/*iucv*
8833 F:      include/net/iucv/
8834 F:      net/iucv/
8835
8836 S3C24XX SD/MMC Driver
8837 M:      Ben Dooks <ben-linux@fluff.org>
8838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8839 S:      Supported
8840 F:      drivers/mmc/host/s3cmci.*
8841
8842 SAA6588 RDS RECEIVER DRIVER
8843 M:      Hans Verkuil <hverkuil@xs4all.nl>
8844 L:      linux-media@vger.kernel.org
8845 T:      git git://linuxtv.org/media_tree.git
8846 W:      http://linuxtv.org
8847 S:      Odd Fixes
8848 F:      drivers/media/i2c/saa6588*
8849
8850 SAA7134 VIDEO4LINUX DRIVER
8851 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8852 L:      linux-media@vger.kernel.org
8853 W:      http://linuxtv.org
8854 T:      git git://linuxtv.org/media_tree.git
8855 S:      Odd fixes
8856 F:      Documentation/video4linux/*.saa7134
8857 F:      drivers/media/pci/saa7134/
8858
8859 SAA7146 VIDEO4LINUX-2 DRIVER
8860 M:      Hans Verkuil <hverkuil@xs4all.nl>
8861 L:      linux-media@vger.kernel.org
8862 T:      git git://linuxtv.org/media_tree.git
8863 S:      Maintained
8864 F:      drivers/media/common/saa7146/
8865 F:      drivers/media/pci/saa7146/
8866 F:      include/media/saa7146*
8867
8868 SAMSUNG LAPTOP DRIVER
8869 M:      Corentin Chary <corentin.chary@gmail.com>
8870 L:      platform-driver-x86@vger.kernel.org
8871 S:      Maintained
8872 F:      drivers/platform/x86/samsung-laptop.c
8873
8874 SAMSUNG AUDIO (ASoC) DRIVERS
8875 M:      Sangbeom Kim <sbkim73@samsung.com>
8876 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8877 S:      Supported
8878 F:      sound/soc/samsung/
8879
8880 SAMSUNG FRAMEBUFFER DRIVER
8881 M:      Jingoo Han <jingoohan1@gmail.com>
8882 L:      linux-fbdev@vger.kernel.org
8883 S:      Maintained
8884 F:      drivers/video/fbdev/s3c-fb.c
8885
8886 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8887 M:      Sangbeom Kim <sbkim73@samsung.com>
8888 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8889 L:      linux-kernel@vger.kernel.org
8890 L:      linux-samsung-soc@vger.kernel.org
8891 S:      Supported
8892 F:      drivers/mfd/sec*.c
8893 F:      drivers/regulator/s2m*.c
8894 F:      drivers/regulator/s5m*.c
8895 F:      drivers/clk/clk-s2mps11.c
8896 F:      drivers/rtc/rtc-s5m.c
8897 F:      include/linux/mfd/samsung/
8898 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
8899 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
8900
8901 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8902 M:      Kyungmin Park <kyungmin.park@samsung.com>
8903 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8904 L:      linux-media@vger.kernel.org
8905 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8906 S:      Supported
8907 F:      drivers/media/platform/exynos4-is/
8908
8909 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8910 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8911 L:      linux-media@vger.kernel.org
8912 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8913 S:      Maintained
8914 F:      drivers/media/platform/s3c-camif/
8915 F:      include/media/s3c_camif.h
8916
8917 SAMSUNG S5C73M3 CAMERA DRIVER
8918 M:      Kyungmin Park <kyungmin.park@samsung.com>
8919 M:      Andrzej Hajda <a.hajda@samsung.com>
8920 L:      linux-media@vger.kernel.org
8921 S:      Supported
8922 F:      drivers/media/i2c/s5c73m3/*
8923
8924 SAMSUNG S5K5BAF CAMERA DRIVER
8925 M:      Kyungmin Park <kyungmin.park@samsung.com>
8926 M:      Andrzej Hajda <a.hajda@samsung.com>
8927 L:      linux-media@vger.kernel.org
8928 S:      Supported
8929 F:      drivers/media/i2c/s5k5baf.c
8930
8931 SAMSUNG S3FWRN5 NFC DRIVER
8932 M:      Robert Baldyga <r.baldyga@samsung.com>
8933 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8934 S:      Supported
8935 F:      drivers/nfc/s3fwrn5
8936
8937 SAMSUNG SOC CLOCK DRIVERS
8938 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8939 M:      Tomasz Figa <tomasz.figa@gmail.com>
8940 S:      Supported
8941 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8942 F:      drivers/clk/samsung/
8943
8944 SAMSUNG SXGBE DRIVERS
8945 M:      Byungho An <bh74.an@samsung.com>
8946 M:      Girish K S <ks.giri@samsung.com>
8947 M:      Vipul Pandya <vipul.pandya@samsung.com>
8948 S:      Supported
8949 L:      netdev@vger.kernel.org
8950 F:      drivers/net/ethernet/samsung/sxgbe/
8951
8952 SAMSUNG THERMAL DRIVER
8953 M:      Lukasz Majewski <l.majewski@samsung.com>
8954 L:      linux-pm@vger.kernel.org
8955 L:      linux-samsung-soc@vger.kernel.org
8956 S:      Supported
8957 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8958 F:      drivers/thermal/samsung/
8959
8960 SAMSUNG USB2 PHY DRIVER
8961 M:      Kamil Debski <k.debski@samsung.com>
8962 L:      linux-kernel@vger.kernel.org
8963 S:      Supported
8964 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8965 F:      Documentation/phy/samsung-usb2.txt
8966 F:      drivers/phy/phy-exynos4210-usb2.c
8967 F:      drivers/phy/phy-exynos4x12-usb2.c
8968 F:      drivers/phy/phy-exynos5250-usb2.c
8969 F:      drivers/phy/phy-s5pv210-usb2.c
8970 F:      drivers/phy/phy-samsung-usb2.c
8971 F:      drivers/phy/phy-samsung-usb2.h
8972
8973 SERIAL DRIVERS
8974 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8975 L:      linux-serial@vger.kernel.org
8976 S:      Maintained
8977 F:      drivers/tty/serial/
8978
8979 SYNOPSYS DESIGNWARE DMAC DRIVER
8980 M:      Viresh Kumar <vireshk@kernel.org>
8981 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8982 S:      Maintained
8983 F:      include/linux/dma/dw.h
8984 F:      include/linux/platform_data/dma-dw.h
8985 F:      drivers/dma/dw/
8986
8987 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
8988 M: Lars Persson <lars.persson@axis.com>
8989 L: netdev@vger.kernel.org
8990 S: Supported
8991 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
8992 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
8993
8994 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8995 M:      Seungwon Jeon <tgih.jun@samsung.com>
8996 M:      Jaehoon Chung <jh80.chung@samsung.com>
8997 L:      linux-mmc@vger.kernel.org
8998 S:      Maintained
8999 F:      include/linux/mmc/dw_mmc.h
9000 F:      drivers/mmc/host/dw_mmc*
9001
9002 THUNDERBOLT DRIVER
9003 M:      Andreas Noever <andreas.noever@gmail.com>
9004 S:      Maintained
9005 F:      drivers/thunderbolt/
9006
9007 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9008 M:      John Stultz <john.stultz@linaro.org>
9009 M:      Thomas Gleixner <tglx@linutronix.de>
9010 L:      linux-kernel@vger.kernel.org
9011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9012 S:      Supported
9013 F:      include/linux/clocksource.h
9014 F:      include/linux/time.h
9015 F:      include/linux/timex.h
9016 F:      include/uapi/linux/time.h
9017 F:      include/uapi/linux/timex.h
9018 F:      kernel/time/clocksource.c
9019 F:      kernel/time/time*.c
9020 F:      kernel/time/ntp.c
9021 F:      tools/testing/selftests/timers/
9022
9023 SC1200 WDT DRIVER
9024 M:      Zwane Mwaikambo <zwanem@gmail.com>
9025 S:      Maintained
9026 F:      drivers/watchdog/sc1200wdt.c
9027
9028 SCHEDULER
9029 M:      Ingo Molnar <mingo@redhat.com>
9030 M:      Peter Zijlstra <peterz@infradead.org>
9031 L:      linux-kernel@vger.kernel.org
9032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9033 S:      Maintained
9034 F:      kernel/sched/
9035 F:      include/linux/sched.h
9036 F:      include/uapi/linux/sched.h
9037 F:      include/linux/wait.h
9038
9039 SCORE ARCHITECTURE
9040 M:      Chen Liqin <liqin.linux@gmail.com>
9041 M:      Lennox Wu <lennox.wu@gmail.com>
9042 W:      http://www.sunplus.com
9043 S:      Supported
9044 F:      arch/score/
9045
9046 SCSI CDROM DRIVER
9047 M:      Jens Axboe <axboe@kernel.dk>
9048 L:      linux-scsi@vger.kernel.org
9049 W:      http://www.kernel.dk
9050 S:      Maintained
9051 F:      drivers/scsi/sr*
9052
9053 SCSI RDMA PROTOCOL (SRP) INITIATOR
9054 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9055 L:      linux-rdma@vger.kernel.org
9056 S:      Supported
9057 W:      http://www.openfabrics.org
9058 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9060 F:      drivers/infiniband/ulp/srp/
9061 F:      include/scsi/srp.h
9062
9063 SCSI SG DRIVER
9064 M:      Doug Gilbert <dgilbert@interlog.com>
9065 L:      linux-scsi@vger.kernel.org
9066 W:      http://sg.danny.cz/sg
9067 S:      Maintained
9068 F:      Documentation/scsi/scsi-generic.txt
9069 F:      drivers/scsi/sg.c
9070 F:      include/scsi/sg.h
9071
9072 SCSI SUBSYSTEM
9073 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9074 L:      linux-scsi@vger.kernel.org
9075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9076 S:      Maintained
9077 F:      drivers/scsi/
9078 F:      include/scsi/
9079
9080 SCSI TAPE DRIVER
9081 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9082 L:      linux-scsi@vger.kernel.org
9083 S:      Maintained
9084 F:      Documentation/scsi/st.txt
9085 F:      drivers/scsi/st.*
9086 F:      drivers/scsi/st_*.h
9087
9088 SCTP PROTOCOL
9089 M:      Vlad Yasevich <vyasevich@gmail.com>
9090 M:      Neil Horman <nhorman@tuxdriver.com>
9091 L:      linux-sctp@vger.kernel.org
9092 W:      http://lksctp.sourceforge.net
9093 S:      Maintained
9094 F:      Documentation/networking/sctp.txt
9095 F:      include/linux/sctp.h
9096 F:      include/uapi/linux/sctp.h
9097 F:      include/net/sctp/
9098 F:      net/sctp/
9099
9100 SCx200 CPU SUPPORT
9101 M:      Jim Cromie <jim.cromie@gmail.com>
9102 S:      Odd Fixes
9103 F:      Documentation/i2c/busses/scx200_acb
9104 F:      arch/x86/platform/scx200/
9105 F:      drivers/watchdog/scx200_wdt.c
9106 F:      drivers/i2c/busses/scx200*
9107 F:      drivers/mtd/maps/scx200_docflash.c
9108 F:      include/linux/scx200.h
9109
9110 SCx200 GPIO DRIVER
9111 M:      Jim Cromie <jim.cromie@gmail.com>
9112 S:      Maintained
9113 F:      drivers/char/scx200_gpio.c
9114 F:      include/linux/scx200_gpio.h
9115
9116 SCx200 HRT CLOCKSOURCE DRIVER
9117 M:      Jim Cromie <jim.cromie@gmail.com>
9118 S:      Maintained
9119 F:      drivers/clocksource/scx200_hrt.c
9120
9121 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9122 M:      Sascha Sommer <saschasommer@freenet.de>
9123 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9124 S:      Maintained
9125 F:      drivers/mmc/host/sdricoh_cs.c
9126
9127 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9128 L:      linux-mmc@vger.kernel.org
9129 S:      Orphan
9130 F:      drivers/mmc/host/sdhci.*
9131 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9132
9133 SECURE COMPUTING
9134 M:      Kees Cook <keescook@chromium.org>
9135 R:      Andy Lutomirski <luto@amacapital.net>
9136 R:      Will Drewry <wad@chromium.org>
9137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9138 S:      Supported
9139 F:      kernel/seccomp.c
9140 F:      include/uapi/linux/seccomp.h
9141 F:      include/linux/seccomp.h
9142 F:      tools/testing/selftests/seccomp/*
9143 K:      \bsecure_computing
9144 K:      \bTIF_SECCOMP\b
9145
9146 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9147 M:      Ben Dooks <ben-linux@fluff.org>
9148 M:      Jaehoon Chung <jh80.chung@samsung.com>
9149 L:      linux-mmc@vger.kernel.org
9150 S:      Maintained
9151 F:      drivers/mmc/host/sdhci-s3c*
9152
9153 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9154 M:      Viresh Kumar <vireshk@kernel.org>
9155 L:      spear-devel@list.st.com
9156 L:      linux-mmc@vger.kernel.org
9157 S:      Maintained
9158 F:      drivers/mmc/host/sdhci-spear.c
9159
9160 SECURITY SUBSYSTEM
9161 M:      James Morris <james.l.morris@oracle.com>
9162 M:      "Serge E. Hallyn" <serge@hallyn.com>
9163 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9165 W:      http://kernsec.org/
9166 S:      Supported
9167 F:      security/
9168
9169 SECURITY CONTACT
9170 M:      Security Officers <security@kernel.org>
9171 S:      Supported
9172
9173 SELINUX SECURITY MODULE
9174 M:      Paul Moore <paul@paul-moore.com>
9175 M:      Stephen Smalley <sds@tycho.nsa.gov>
9176 M:      Eric Paris <eparis@parisplace.org>
9177 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9178 W:      http://selinuxproject.org
9179 T:      git git://git.infradead.org/users/pcmoore/selinux
9180 S:      Supported
9181 F:      include/linux/selinux*
9182 F:      security/selinux/
9183 F:      scripts/selinux/
9184
9185 APPARMOR SECURITY MODULE
9186 M:      John Johansen <john.johansen@canonical.com>
9187 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9188 W:      apparmor.wiki.kernel.org
9189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9190 S:      Supported
9191 F:      security/apparmor/
9192
9193 SENSABLE PHANTOM
9194 M:      Jiri Slaby <jirislaby@gmail.com>
9195 S:      Maintained
9196 F:      drivers/misc/phantom.c
9197 F:      include/uapi/linux/phantom.h
9198
9199 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9200 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9201 M:      Minh Tran <minh.tran@avagotech.com>
9202 M:      John Soni Jose <sony.john-n@avagotech.com>
9203 L:      linux-scsi@vger.kernel.org
9204 W:      http://www.avagotech.com
9205 S:      Supported
9206 F:      drivers/scsi/be2iscsi/
9207
9208 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9209 M:      Sathya Perla <sathya.perla@avagotech.com>
9210 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9211 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9212 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9213 L:      netdev@vger.kernel.org
9214 W:      http://www.emulex.com
9215 S:      Supported
9216 F:      drivers/net/ethernet/emulex/benet/
9217
9218 EMULEX ONECONNECT ROCE DRIVER
9219 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9220 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9221 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9222 L:      linux-rdma@vger.kernel.org
9223 W:      http://www.emulex.com
9224 S:      Supported
9225 F:      drivers/infiniband/hw/ocrdma/
9226
9227 SFC NETWORK DRIVER
9228 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9229 M:      Shradha Shah <sshah@solarflare.com>
9230 L:      netdev@vger.kernel.org
9231 S:      Supported
9232 F:      drivers/net/ethernet/sfc/
9233
9234 SGI GRU DRIVER
9235 M:      Dimitri Sivanich <sivanich@sgi.com>
9236 S:      Maintained
9237 F:      drivers/misc/sgi-gru/
9238
9239 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9240 M:      Pat Gefre <pfg@sgi.com>
9241 L:      linux-ia64@vger.kernel.org
9242 S:      Supported
9243 F:      Documentation/ia64/serial.txt
9244 F:      drivers/tty/serial/ioc?_serial.c
9245 F:      include/linux/ioc?.h
9246
9247 SGI XP/XPC/XPNET DRIVER
9248 M:      Cliff Whickman <cpw@sgi.com>
9249 M:      Robin Holt <robinmholt@gmail.com>
9250 S:      Maintained
9251 F:      drivers/misc/sgi-xp/
9252
9253 SI2157 MEDIA DRIVER
9254 M:      Antti Palosaari <crope@iki.fi>
9255 L:      linux-media@vger.kernel.org
9256 W:      http://linuxtv.org/
9257 W:      http://palosaari.fi/linux/
9258 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9259 T:      git git://linuxtv.org/anttip/media_tree.git
9260 S:      Maintained
9261 F:      drivers/media/tuners/si2157*
9262
9263 SI2168 MEDIA DRIVER
9264 M:      Antti Palosaari <crope@iki.fi>
9265 L:      linux-media@vger.kernel.org
9266 W:      http://linuxtv.org/
9267 W:      http://palosaari.fi/linux/
9268 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9269 T:      git git://linuxtv.org/anttip/media_tree.git
9270 S:      Maintained
9271 F:      drivers/media/dvb-frontends/si2168*
9272
9273 SI470X FM RADIO RECEIVER I2C DRIVER
9274 M:      Hans Verkuil <hverkuil@xs4all.nl>
9275 L:      linux-media@vger.kernel.org
9276 T:      git git://linuxtv.org/media_tree.git
9277 W:      http://linuxtv.org
9278 S:      Odd Fixes
9279 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9280
9281 SI470X FM RADIO RECEIVER USB DRIVER
9282 M:      Hans Verkuil <hverkuil@xs4all.nl>
9283 L:      linux-media@vger.kernel.org
9284 T:      git git://linuxtv.org/media_tree.git
9285 W:      http://linuxtv.org
9286 S:      Maintained
9287 F:      drivers/media/radio/si470x/radio-si470x-common.c
9288 F:      drivers/media/radio/si470x/radio-si470x.h
9289 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9290
9291 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9292 M:      Eduardo Valentin <edubezval@gmail.com>
9293 L:      linux-media@vger.kernel.org
9294 T:      git git://linuxtv.org/media_tree.git
9295 W:      http://linuxtv.org
9296 S:      Odd Fixes
9297 F:      drivers/media/radio/si4713/si4713.?
9298
9299 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9300 M:      Eduardo Valentin <edubezval@gmail.com>
9301 L:      linux-media@vger.kernel.org
9302 T:      git git://linuxtv.org/media_tree.git
9303 W:      http://linuxtv.org
9304 S:      Odd Fixes
9305 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9306
9307 SI4713 FM RADIO TRANSMITTER USB DRIVER
9308 M:      Hans Verkuil <hverkuil@xs4all.nl>
9309 L:      linux-media@vger.kernel.org
9310 T:      git git://linuxtv.org/media_tree.git
9311 W:      http://linuxtv.org
9312 S:      Maintained
9313 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9314
9315 SIANO DVB DRIVER
9316 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9317 L:      linux-media@vger.kernel.org
9318 W:      http://linuxtv.org
9319 T:      git git://linuxtv.org/media_tree.git
9320 S:      Odd fixes
9321 F:      drivers/media/common/siano/
9322 F:      drivers/media/usb/siano/
9323 F:      drivers/media/usb/siano/
9324 F:      drivers/media/mmc/siano/
9325
9326 SIMPLEFB FB DRIVER
9327 M:      Hans de Goede <hdegoede@redhat.com>
9328 L:      linux-fbdev@vger.kernel.org
9329 S:      Maintained
9330 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9331 F:      drivers/video/fbdev/simplefb.c
9332 F:      include/linux/platform_data/simplefb.h
9333
9334 SH_VEU V4L2 MEM2MEM DRIVER
9335 L:      linux-media@vger.kernel.org
9336 S:      Orphan
9337 F:      drivers/media/platform/sh_veu.c
9338
9339 SH_VOU V4L2 OUTPUT DRIVER
9340 L:      linux-media@vger.kernel.org
9341 S:      Orphan
9342 F:      drivers/media/platform/sh_vou.c
9343 F:      include/media/sh_vou.h
9344
9345 SIMPLE FIRMWARE INTERFACE (SFI)
9346 M:      Len Brown <lenb@kernel.org>
9347 L:      sfi-devel@simplefirmware.org
9348 W:      http://simplefirmware.org/
9349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9350 S:      Supported
9351 F:      arch/x86/platform/sfi/
9352 F:      drivers/sfi/
9353 F:      include/linux/sfi*.h
9354
9355 SIMTEC EB110ATX (Chalice CATS)
9356 P:      Ben Dooks
9357 P:      Vincent Sanders <vince@simtec.co.uk>
9358 M:      Simtec Linux Team <linux@simtec.co.uk>
9359 W:      http://www.simtec.co.uk/products/EB110ATX/
9360 S:      Supported
9361
9362 SIMTEC EB2410ITX (BAST)
9363 P:      Ben Dooks
9364 P:      Vincent Sanders <vince@simtec.co.uk>
9365 M:      Simtec Linux Team <linux@simtec.co.uk>
9366 W:      http://www.simtec.co.uk/products/EB2410ITX/
9367 S:      Supported
9368 F:      arch/arm/mach-s3c24xx/mach-bast.c
9369 F:      arch/arm/mach-s3c24xx/bast-ide.c
9370 F:      arch/arm/mach-s3c24xx/bast-irq.c
9371
9372 TI DAVINCI MACHINE SUPPORT
9373 M:      Sekhar Nori <nsekhar@ti.com>
9374 M:      Kevin Hilman <khilman@deeprootsystems.com>
9375 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9376 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9377 S:      Supported
9378 F:      arch/arm/mach-davinci/
9379 F:      drivers/i2c/busses/i2c-davinci.c
9380
9381 TI DAVINCI SERIES MEDIA DRIVER
9382 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9383 L:      linux-media@vger.kernel.org
9384 W:      http://linuxtv.org/
9385 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9386 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9387 S:      Maintained
9388 F:      drivers/media/platform/davinci/
9389 F:      include/media/davinci/
9390
9391 TI AM437X VPFE DRIVER
9392 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9393 L:      linux-media@vger.kernel.org
9394 W:      http://linuxtv.org/
9395 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9396 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9397 S:      Maintained
9398 F:      drivers/media/platform/am437x/
9399
9400 OV2659 OMNIVISION SENSOR DRIVER
9401 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9402 L:      linux-media@vger.kernel.org
9403 W:      http://linuxtv.org/
9404 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9405 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9406 S:      Maintained
9407 F:      drivers/media/i2c/ov2659.c
9408 F:      include/media/ov2659.h
9409
9410 SILICON MOTION SM712 FRAME BUFFER DRIVER
9411 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9412 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9413 M:      Sudip Mukherjee <sudip@vectorindia.org>
9414 L:      linux-fbdev@vger.kernel.org
9415 S:      Maintained
9416 F:      drivers/video/fbdev/sm712*
9417 F:      Documentation/fb/sm712fb.txt
9418
9419 SIS 190 ETHERNET DRIVER
9420 M:      Francois Romieu <romieu@fr.zoreil.com>
9421 L:      netdev@vger.kernel.org
9422 S:      Maintained
9423 F:      drivers/net/ethernet/sis/sis190.c
9424
9425 SIS 900/7016 FAST ETHERNET DRIVER
9426 M:      Daniele Venzano <venza@brownhat.org>
9427 W:      http://www.brownhat.org/sis900.html
9428 L:      netdev@vger.kernel.org
9429 S:      Maintained
9430 F:      drivers/net/ethernet/sis/sis900.*
9431
9432 SIS FRAMEBUFFER DRIVER
9433 M:      Thomas Winischhofer <thomas@winischhofer.net>
9434 W:      http://www.winischhofer.net/linuxsisvga.shtml
9435 S:      Maintained
9436 F:      Documentation/fb/sisfb.txt
9437 F:      drivers/video/fbdev/sis/
9438 F:      include/video/sisfb.h
9439
9440 SIS USB2VGA DRIVER
9441 M:      Thomas Winischhofer <thomas@winischhofer.net>
9442 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9443 S:      Maintained
9444 F:      drivers/usb/misc/sisusbvga/
9445
9446 SLAB ALLOCATOR
9447 M:      Christoph Lameter <cl@linux.com>
9448 M:      Pekka Enberg <penberg@kernel.org>
9449 M:      David Rientjes <rientjes@google.com>
9450 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9451 M:      Andrew Morton <akpm@linux-foundation.org>
9452 L:      linux-mm@kvack.org
9453 S:      Maintained
9454 F:      include/linux/sl?b*.h
9455 F:      mm/sl?b*
9456
9457 SLEEPABLE READ-COPY UPDATE (SRCU)
9458 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9459 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9460 M:      Josh Triplett <josh@joshtriplett.org>
9461 R:      Steven Rostedt <rostedt@goodmis.org>
9462 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9463 L:      linux-kernel@vger.kernel.org
9464 W:      http://www.rdrop.com/users/paulmck/RCU/
9465 S:      Supported
9466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9467 F:      include/linux/srcu.h
9468 F:      kernel/rcu/srcu.c
9469
9470 SMACK SECURITY MODULE
9471 M:      Casey Schaufler <casey@schaufler-ca.com>
9472 L:      linux-security-module@vger.kernel.org
9473 W:      http://schaufler-ca.com
9474 T:      git git://git.gitorious.org/smack-next/kernel.git
9475 S:      Maintained
9476 F:      Documentation/security/Smack.txt
9477 F:      security/smack/
9478
9479 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9480 M:      Kevin Hilman <khilman@kernel.org>
9481 M:      Nishanth Menon <nm@ti.com>
9482 S:      Maintained
9483 F:      drivers/power/avs/
9484 F:      include/linux/power/smartreflex.h
9485 L:      linux-pm@vger.kernel.org
9486
9487 SMC91x ETHERNET DRIVER
9488 M:      Nicolas Pitre <nico@fluxnic.net>
9489 S:      Odd Fixes
9490 F:      drivers/net/ethernet/smsc/smc91x.*
9491
9492 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9493 M:      Sakari Ailus <sakari.ailus@iki.fi>
9494 L:      linux-media@vger.kernel.org
9495 S:      Maintained
9496 F:      drivers/media/i2c/smiapp/
9497 F:      include/media/smiapp.h
9498 F:      drivers/media/i2c/smiapp-pll.c
9499 F:      drivers/media/i2c/smiapp-pll.h
9500 F:      include/uapi/linux/smiapp.h
9501 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9502
9503 SMM665 HARDWARE MONITOR DRIVER
9504 M:      Guenter Roeck <linux@roeck-us.net>
9505 L:      lm-sensors@lm-sensors.org
9506 S:      Maintained
9507 F:      Documentation/hwmon/smm665
9508 F:      drivers/hwmon/smm665.c
9509
9510 SMSC EMC2103 HARDWARE MONITOR DRIVER
9511 M:      Steve Glendinning <steve.glendinning@shawell.net>
9512 L:      lm-sensors@lm-sensors.org
9513 S:      Maintained
9514 F:      Documentation/hwmon/emc2103
9515 F:      drivers/hwmon/emc2103.c
9516
9517 SMSC SCH5627 HARDWARE MONITOR DRIVER
9518 M:      Hans de Goede <hdegoede@redhat.com>
9519 L:      lm-sensors@lm-sensors.org
9520 S:      Supported
9521 F:      Documentation/hwmon/sch5627
9522 F:      drivers/hwmon/sch5627.c
9523
9524 SMSC47B397 HARDWARE MONITOR DRIVER
9525 M:      Jean Delvare <jdelvare@suse.com>
9526 L:      lm-sensors@lm-sensors.org
9527 S:      Maintained
9528 F:      Documentation/hwmon/smsc47b397
9529 F:      drivers/hwmon/smsc47b397.c
9530
9531 SMSC911x ETHERNET DRIVER
9532 M:      Steve Glendinning <steve.glendinning@shawell.net>
9533 L:      netdev@vger.kernel.org
9534 S:      Maintained
9535 F:      include/linux/smsc911x.h
9536 F:      drivers/net/ethernet/smsc/smsc911x.*
9537
9538 SMSC9420 PCI ETHERNET DRIVER
9539 M:      Steve Glendinning <steve.glendinning@shawell.net>
9540 L:      netdev@vger.kernel.org
9541 S:      Maintained
9542 F:      drivers/net/ethernet/smsc/smsc9420.*
9543
9544 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9545 M:      Steve Glendinning <steve.glendinning@shawell.net>
9546 L:      linux-fbdev@vger.kernel.org
9547 S:      Maintained
9548 F:      drivers/video/fbdev/smscufx.c
9549
9550 SOC-CAMERA V4L2 SUBSYSTEM
9551 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9552 L:      linux-media@vger.kernel.org
9553 T:      git git://linuxtv.org/media_tree.git
9554 S:      Maintained
9555 F:      include/media/soc*
9556 F:      drivers/media/i2c/soc_camera/
9557 F:      drivers/media/platform/soc_camera/
9558
9559 SOEKRIS NET48XX LED SUPPORT
9560 M:      Chris Boot <bootc@bootc.net>
9561 S:      Maintained
9562 F:      drivers/leds/leds-net48xx.c
9563
9564 SOFTLOGIC 6x10 MPEG CODEC
9565 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9566 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9567 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9568 M:      Ismael Luceno <ismael@iodev.co.uk>
9569 L:      linux-media@vger.kernel.org
9570 S:      Supported
9571 F:      drivers/media/pci/solo6x10/
9572
9573 SOFTWARE RAID (Multiple Disks) SUPPORT
9574 M:      Neil Brown <neilb@suse.com>
9575 L:      linux-raid@vger.kernel.org
9576 S:      Supported
9577 F:      drivers/md/
9578 F:      include/linux/raid/
9579 F:      include/uapi/linux/raid/
9580
9581 SONIC NETWORK DRIVER
9582 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9583 L:      netdev@vger.kernel.org
9584 S:      Maintained
9585 F:      drivers/net/ethernet/natsemi/sonic.*
9586
9587 SONICS SILICON BACKPLANE DRIVER (SSB)
9588 M:      Michael Buesch <m@bues.ch>
9589 L:      netdev@vger.kernel.org
9590 S:      Maintained
9591 F:      drivers/ssb/
9592 F:      include/linux/ssb/
9593
9594 SONY VAIO CONTROL DEVICE DRIVER
9595 M:      Mattia Dongili <malattia@linux.it>
9596 L:      platform-driver-x86@vger.kernel.org
9597 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9598 S:      Maintained
9599 F:      Documentation/laptops/sony-laptop.txt
9600 F:      drivers/char/sonypi.c
9601 F:      drivers/platform/x86/sony-laptop.c
9602 F:      include/linux/sony-laptop.h
9603
9604 SONY MEMORYSTICK CARD SUPPORT
9605 M:      Alex Dubov <oakad@yahoo.com>
9606 W:      http://tifmxx.berlios.de/
9607 S:      Maintained
9608 F:      drivers/memstick/host/tifm_ms.c
9609
9610 SONY MEMORYSTICK STANDARD SUPPORT
9611 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9612 S:      Maintained
9613 F:      drivers/memstick/core/ms_block.*
9614
9615 SOUND
9616 M:      Jaroslav Kysela <perex@perex.cz>
9617 M:      Takashi Iwai <tiwai@suse.com>
9618 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9619 W:      http://www.alsa-project.org/
9620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9621 T:      git git://git.alsa-project.org/alsa-kernel.git
9622 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9623 S:      Maintained
9624 F:      Documentation/sound/
9625 F:      include/sound/
9626 F:      include/uapi/sound/
9627 F:      sound/
9628
9629 SOUND - COMPRESSED AUDIO
9630 M:      Vinod Koul <vinod.koul@intel.com>
9631 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9633 S:      Supported
9634 F:      Documentation/sound/alsa/compress_offload.txt
9635 F:      include/sound/compress_driver.h
9636 F:      include/uapi/sound/compress_*
9637 F:      sound/core/compress_offload.c
9638 F:      sound/soc/soc-compress.c
9639
9640 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9641 M:      Liam Girdwood <lgirdwood@gmail.com>
9642 M:      Mark Brown <broonie@kernel.org>
9643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9644 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9645 W:      http://alsa-project.org/main/index.php/ASoC
9646 S:      Supported
9647 F:      Documentation/sound/alsa/soc/
9648 F:      sound/soc/
9649 F:      include/sound/soc*
9650
9651 SOUND - DMAENGINE HELPERS
9652 M:      Lars-Peter Clausen <lars@metafoo.de>
9653 S:      Supported
9654 F:      include/sound/dmaengine_pcm.h
9655 F:      sound/core/pcm_dmaengine.c
9656 F:      sound/soc/soc-generic-dmaengine-pcm.c
9657
9658 SP2 MEDIA DRIVER
9659 M:      Olli Salonen <olli.salonen@iki.fi>
9660 L:      linux-media@vger.kernel.org
9661 W:      http://linuxtv.org/
9662 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9663 S:      Maintained
9664 F:      drivers/media/dvb-frontends/sp2*
9665
9666 SPARC + UltraSPARC (sparc/sparc64)
9667 M:      "David S. Miller" <davem@davemloft.net>
9668 L:      sparclinux@vger.kernel.org
9669 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9672 S:      Maintained
9673 F:      arch/sparc/
9674 F:      drivers/sbus/
9675
9676 SPARC SERIAL DRIVERS
9677 M:      "David S. Miller" <davem@davemloft.net>
9678 L:      sparclinux@vger.kernel.org
9679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9681 S:      Maintained
9682 F:      include/linux/sunserialcore.h
9683 F:      drivers/tty/serial/suncore.c
9684 F:      drivers/tty/serial/sunhv.c
9685 F:      drivers/tty/serial/sunsab.c
9686 F:      drivers/tty/serial/sunsab.h
9687 F:      drivers/tty/serial/sunsu.c
9688 F:      drivers/tty/serial/sunzilog.c
9689 F:      drivers/tty/serial/sunzilog.h
9690
9691 SPARSE CHECKER
9692 M:      "Christopher Li" <sparse@chrisli.org>
9693 L:      linux-sparse@vger.kernel.org
9694 W:      https://sparse.wiki.kernel.org/
9695 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9696 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9697 S:      Maintained
9698 F:      include/linux/compiler.h
9699
9700 SPEAR PLATFORM SUPPORT
9701 M:      Viresh Kumar <vireshk@kernel.org>
9702 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9703 L:      spear-devel@list.st.com
9704 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9705 W:      http://www.st.com/spear
9706 S:      Maintained
9707 F:      arch/arm/mach-spear/
9708
9709 SPEAR CLOCK FRAMEWORK SUPPORT
9710 M:      Viresh Kumar <vireshk@kernel.org>
9711 L:      spear-devel@list.st.com
9712 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9713 W:      http://www.st.com/spear
9714 S:      Maintained
9715 F:      drivers/clk/spear/
9716
9717 SPI SUBSYSTEM
9718 M:      Mark Brown <broonie@kernel.org>
9719 L:      linux-spi@vger.kernel.org
9720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9721 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9722 S:      Maintained
9723 F:      Documentation/spi/
9724 F:      drivers/spi/
9725 F:      include/linux/spi/
9726 F:      include/uapi/linux/spi/
9727
9728 SPIDERNET NETWORK DRIVER for CELL
9729 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9730 L:      netdev@vger.kernel.org
9731 S:      Supported
9732 F:      Documentation/networking/spider_net.txt
9733 F:      drivers/net/ethernet/toshiba/spider_net*
9734
9735 SPU FILE SYSTEM
9736 M:      Jeremy Kerr <jk@ozlabs.org>
9737 L:      linuxppc-dev@lists.ozlabs.org
9738 W:      http://www.ibm.com/developerworks/power/cell/
9739 S:      Supported
9740 F:      Documentation/filesystems/spufs.txt
9741 F:      arch/powerpc/platforms/cell/spufs/
9742
9743 SQUASHFS FILE SYSTEM
9744 M:      Phillip Lougher <phillip@squashfs.org.uk>
9745 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9746 W:      http://squashfs.org.uk
9747 S:      Maintained
9748 F:      Documentation/filesystems/squashfs.txt
9749 F:      fs/squashfs/
9750
9751 SRM (Alpha) environment access
9752 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9753 S:      Maintained
9754 F:      arch/alpha/kernel/srm_env.c
9755
9756 STABLE BRANCH
9757 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9758 L:      stable@vger.kernel.org
9759 S:      Supported
9760 F:      Documentation/stable_kernel_rules.txt
9761
9762 STAGING SUBSYSTEM
9763 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9765 L:      devel@driverdev.osuosl.org
9766 S:      Supported
9767 F:      drivers/staging/
9768
9769 STAGING - COMEDI
9770 M:      Ian Abbott <abbotti@mev.co.uk>
9771 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9772 S:      Odd Fixes
9773 F:      drivers/staging/comedi/
9774
9775 STAGING - FLARION FT1000 DRIVERS
9776 M:      Marek Belisko <marek.belisko@gmail.com>
9777 S:      Odd Fixes
9778 F:      drivers/staging/ft1000/
9779
9780 STAGING - INDUSTRIAL IO
9781 M:      Jonathan Cameron <jic23@kernel.org>
9782 L:      linux-iio@vger.kernel.org
9783 S:      Odd Fixes
9784 F:      drivers/staging/iio/
9785
9786 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9787 M:      Jarod Wilson <jarod@wilsonet.com>
9788 W:      http://www.lirc.org/
9789 S:      Odd Fixes
9790 F:      drivers/staging/media/lirc/
9791
9792 STAGING - LUSTRE PARALLEL FILESYSTEM
9793 M:      Oleg Drokin <oleg.drokin@intel.com>
9794 M:      Andreas Dilger <andreas.dilger@intel.com>
9795 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9796 W:      http://lustre.opensfs.org/
9797 S:      Maintained
9798 F:      drivers/staging/lustre
9799
9800 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9801 M:      Julian Andres Klode <jak@jak-linux.org>
9802 M:      Marc Dietrich <marvin24@gmx.de>
9803 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9804 L:      linux-tegra@vger.kernel.org
9805 S:      Maintained
9806 F:      drivers/staging/nvec/
9807
9808 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9809 M:      Jens Frederich <jfrederich@gmail.com>
9810 M:      Daniel Drake <dsd@laptop.org>
9811 M:      Jon Nettleton <jon.nettleton@gmail.com>
9812 W:      http://wiki.laptop.org/go/DCON
9813 S:      Maintained
9814 F:      drivers/staging/olpc_dcon/
9815
9816 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9817 M:      Willy Tarreau <willy@meta-x.org>
9818 S:      Odd Fixes
9819 F:      drivers/staging/panel/
9820
9821 STAGING - REALTEK RTL8712U DRIVERS
9822 M:      Larry Finger <Larry.Finger@lwfinger.net>
9823 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9824 S:      Odd Fixes
9825 F:      drivers/staging/rtl8712/
9826
9827 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9828 M:      Larry Finger <Larry.Finger@lwfinger.net>
9829 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9830 L:      linux-wireless@vger.kernel.org
9831 S:      Maintained
9832 F:      drivers/staging/rtl8723au/
9833
9834 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9835 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9836 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9837 M:      Sudip Mukherjee <sudip@vectorindia.org>
9838 L:      linux-fbdev@vger.kernel.org
9839 S:      Maintained
9840 F:      drivers/staging/sm750fb/
9841
9842 STAGING - SLICOSS
9843 M:      Lior Dotan <liodot@gmail.com>
9844 M:      Christopher Harrer <charrer@alacritech.com>
9845 S:      Odd Fixes
9846 F:      drivers/staging/slicoss/
9847
9848 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9849 M:      William Hubbs <w.d.hubbs@gmail.com>
9850 M:      Chris Brannon <chris@the-brannons.com>
9851 M:      Kirk Reiser <kirk@reisers.ca>
9852 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9853 L:      speakup@linux-speakup.org
9854 W:      http://www.linux-speakup.org/
9855 S:      Odd Fixes
9856 F:      drivers/staging/speakup/
9857
9858 STAGING - VIA VT665X DRIVERS
9859 M:      Forest Bond <forest@alittletooquiet.net>
9860 S:      Odd Fixes
9861 F:      drivers/staging/vt665?/
9862
9863 STAGING - WILC1000 WIFI DRIVER
9864 M:      Johnny Kim <johnny.kim@atmel.com>
9865 M:      Rachel Kim <rachel.kim@atmel.com>
9866 M:      Dean Lee <dean.lee@atmel.com>
9867 M:      Chris Park <chris.park@atmel.com>
9868 L:      linux-wireless@vger.kernel.org
9869 S:      Supported
9870 F:      drivers/staging/wilc1000/
9871
9872 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9873 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9874 S:      Odd Fixes
9875 F:      drivers/staging/xgifb/
9876
9877 STARFIRE/DURALAN NETWORK DRIVER
9878 M:      Ion Badulescu <ionut@badula.org>
9879 S:      Odd Fixes
9880 F:      drivers/net/ethernet/adaptec/starfire*
9881
9882 SUN3/3X
9883 M:      Sam Creasey <sammy@sammy.net>
9884 W:      http://sammy.net/sun3/
9885 S:      Maintained
9886 F:      arch/m68k/kernel/*sun3*
9887 F:      arch/m68k/sun3*/
9888 F:      arch/m68k/include/asm/sun3*
9889 F:      drivers/net/ethernet/i825xx/sun3*
9890
9891 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9892 M:      Hans de Goede <hdegoede@redhat.com>
9893 L:      linux-input@vger.kernel.org
9894 S:      Maintained
9895 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9896 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9897
9898 SUNDANCE NETWORK DRIVER
9899 M:      Denis Kirjanov <kda@linux-powerpc.org>
9900 L:      netdev@vger.kernel.org
9901 S:      Maintained
9902 F:      drivers/net/ethernet/dlink/sundance.c
9903
9904 SUPERH
9905 L:      linux-sh@vger.kernel.org
9906 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9907 S:      Orphan
9908 F:      Documentation/sh/
9909 F:      arch/sh/
9910 F:      drivers/sh/
9911
9912 SUSPEND TO RAM
9913 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9914 M:      Len Brown <len.brown@intel.com>
9915 M:      Pavel Machek <pavel@ucw.cz>
9916 L:      linux-pm@vger.kernel.org
9917 S:      Supported
9918 F:      Documentation/power/
9919 F:      arch/x86/kernel/acpi/
9920 F:      drivers/base/power/
9921 F:      kernel/power/
9922 F:      include/linux/suspend.h
9923 F:      include/linux/freezer.h
9924 F:      include/linux/pm.h
9925
9926 SVGA HANDLING
9927 M:      Martin Mares <mj@ucw.cz>
9928 L:      linux-video@atrey.karlin.mff.cuni.cz
9929 S:      Maintained
9930 F:      Documentation/svga.txt
9931 F:      arch/x86/boot/video*
9932
9933 SWIOTLB SUBSYSTEM
9934 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9935 L:      linux-kernel@vger.kernel.org
9936 S:      Supported
9937 F:      lib/swiotlb.c
9938 F:      arch/*/kernel/pci-swiotlb.c
9939 F:      include/linux/swiotlb.h
9940
9941 SWITCHDEV
9942 M:      Jiri Pirko <jiri@resnulli.us>
9943 L:      netdev@vger.kernel.org
9944 S:      Supported
9945 F:      net/switchdev/
9946 F:      include/net/switchdev.h
9947
9948 SYNOPSYS ARC ARCHITECTURE
9949 M:      Vineet Gupta <vgupta@synopsys.com>
9950 S:      Supported
9951 F:      arch/arc/
9952 F:      Documentation/devicetree/bindings/arc/*
9953 F:      drivers/tty/serial/arc_uart.c
9954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
9955
9956 SYNOPSYS ARC SDP platform support
9957 M:      Alexey Brodkin <abrodkin@synopsys.com>
9958 S:      Supported
9959 F:      arch/arc/plat-axs10x
9960 F:      arch/arc/boot/dts/ax*
9961 F:      Documentation/devicetree/bindings/arc/axs10*
9962
9963 SYSTEM CONFIGURATION (SYSCON)
9964 M:      Lee Jones <lee.jones@linaro.org>
9965 M:      Arnd Bergmann <arnd@arndb.de>
9966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9967 S:      Supported
9968 F:      drivers/mfd/syscon.c
9969
9970 SYSV FILESYSTEM
9971 M:      Christoph Hellwig <hch@infradead.org>
9972 S:      Maintained
9973 F:      Documentation/filesystems/sysv-fs.txt
9974 F:      fs/sysv/
9975 F:      include/linux/sysv_fs.h
9976
9977 TARGET SUBSYSTEM
9978 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
9979 L:      linux-scsi@vger.kernel.org
9980 L:      target-devel@vger.kernel.org
9981 W:      http://www.linux-iscsi.org
9982 W:      http://groups.google.com/group/linux-iscsi-target-dev
9983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9984 S:      Supported
9985 F:      drivers/target/
9986 F:      include/target/
9987 F:      Documentation/target/
9988
9989 TASKSTATS STATISTICS INTERFACE
9990 M:      Balbir Singh <bsingharora@gmail.com>
9991 S:      Maintained
9992 F:      Documentation/accounting/taskstats*
9993 F:      include/linux/taskstats*
9994 F:      kernel/taskstats.c
9995
9996 TC CLASSIFIER
9997 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9998 L:      netdev@vger.kernel.org
9999 S:      Maintained
10000 F:      include/net/pkt_cls.h
10001 F:      include/uapi/linux/pkt_cls.h
10002 F:      net/sched/
10003
10004 TCP LOW PRIORITY MODULE
10005 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10006 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10007 W:      http://tcp-lp-mod.sourceforge.net/
10008 S:      Maintained
10009 F:      net/ipv4/tcp_lp.c
10010
10011 TDA10071 MEDIA DRIVER
10012 M:      Antti Palosaari <crope@iki.fi>
10013 L:      linux-media@vger.kernel.org
10014 W:      http://linuxtv.org/
10015 W:      http://palosaari.fi/linux/
10016 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10017 T:      git git://linuxtv.org/anttip/media_tree.git
10018 S:      Maintained
10019 F:      drivers/media/dvb-frontends/tda10071*
10020
10021 TDA18212 MEDIA DRIVER
10022 M:      Antti Palosaari <crope@iki.fi>
10023 L:      linux-media@vger.kernel.org
10024 W:      http://linuxtv.org/
10025 W:      http://palosaari.fi/linux/
10026 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10027 T:      git git://linuxtv.org/anttip/media_tree.git
10028 S:      Maintained
10029 F:      drivers/media/tuners/tda18212*
10030
10031 TDA18218 MEDIA DRIVER
10032 M:      Antti Palosaari <crope@iki.fi>
10033 L:      linux-media@vger.kernel.org
10034 W:      http://linuxtv.org/
10035 W:      http://palosaari.fi/linux/
10036 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10037 T:      git git://linuxtv.org/anttip/media_tree.git
10038 S:      Maintained
10039 F:      drivers/media/tuners/tda18218*
10040
10041 TDA18271 MEDIA DRIVER
10042 M:      Michael Krufky <mkrufky@linuxtv.org>
10043 L:      linux-media@vger.kernel.org
10044 W:      http://linuxtv.org/
10045 W:      http://github.com/mkrufky
10046 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10047 T:      git git://linuxtv.org/mkrufky/tuners.git
10048 S:      Maintained
10049 F:      drivers/media/tuners/tda18271*
10050
10051 TDA827x MEDIA DRIVER
10052 M:      Michael Krufky <mkrufky@linuxtv.org>
10053 L:      linux-media@vger.kernel.org
10054 W:      http://linuxtv.org/
10055 W:      http://github.com/mkrufky
10056 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10057 T:      git git://linuxtv.org/mkrufky/tuners.git
10058 S:      Maintained
10059 F:      drivers/media/tuners/tda8290.*
10060
10061 TDA8290 MEDIA DRIVER
10062 M:      Michael Krufky <mkrufky@linuxtv.org>
10063 L:      linux-media@vger.kernel.org
10064 W:      http://linuxtv.org/
10065 W:      http://github.com/mkrufky
10066 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10067 T:      git git://linuxtv.org/mkrufky/tuners.git
10068 S:      Maintained
10069 F:      drivers/media/tuners/tda8290.*
10070
10071 TDA9840 MEDIA DRIVER
10072 M:      Hans Verkuil <hverkuil@xs4all.nl>
10073 L:      linux-media@vger.kernel.org
10074 T:      git git://linuxtv.org/media_tree.git
10075 W:      http://linuxtv.org
10076 S:      Maintained
10077 F:      drivers/media/i2c/tda9840*
10078
10079 TEA5761 TUNER DRIVER
10080 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10081 L:      linux-media@vger.kernel.org
10082 W:      http://linuxtv.org
10083 T:      git git://linuxtv.org/media_tree.git
10084 S:      Odd fixes
10085 F:      drivers/media/tuners/tea5761.*
10086
10087 TEA5767 TUNER DRIVER
10088 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10089 L:      linux-media@vger.kernel.org
10090 W:      http://linuxtv.org
10091 T:      git git://linuxtv.org/media_tree.git
10092 S:      Maintained
10093 F:      drivers/media/tuners/tea5767.*
10094
10095 TEA6415C MEDIA DRIVER
10096 M:      Hans Verkuil <hverkuil@xs4all.nl>
10097 L:      linux-media@vger.kernel.org
10098 T:      git git://linuxtv.org/media_tree.git
10099 W:      http://linuxtv.org
10100 S:      Maintained
10101 F:      drivers/media/i2c/tea6415c*
10102
10103 TEA6420 MEDIA DRIVER
10104 M:      Hans Verkuil <hverkuil@xs4all.nl>
10105 L:      linux-media@vger.kernel.org
10106 T:      git git://linuxtv.org/media_tree.git
10107 W:      http://linuxtv.org
10108 S:      Maintained
10109 F:      drivers/media/i2c/tea6420*
10110
10111 TEAM DRIVER
10112 M:      Jiri Pirko <jiri@resnulli.us>
10113 L:      netdev@vger.kernel.org
10114 S:      Supported
10115 F:      drivers/net/team/
10116 F:      include/linux/if_team.h
10117 F:      include/uapi/linux/if_team.h
10118
10119 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10120 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10121 S:      Maintained
10122 F:      arch/x86/platform/ts5500/
10123
10124 TECHNOTREND USB IR RECEIVER
10125 M:      Sean Young <sean@mess.org>
10126 L:      linux-media@vger.kernel.org
10127 S:      Maintained
10128 F:      drivers/media/rc/ttusbir.c
10129
10130 TEGRA ARCHITECTURE SUPPORT
10131 M:      Stephen Warren <swarren@wwwdotorg.org>
10132 M:      Thierry Reding <thierry.reding@gmail.com>
10133 M:      Alexandre Courbot <gnurou@gmail.com>
10134 L:      linux-tegra@vger.kernel.org
10135 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10137 S:      Supported
10138 N:      [^a-z]tegra
10139
10140 TEGRA CLOCK DRIVER
10141 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10142 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10143 S:      Supported
10144 F:      drivers/clk/tegra/
10145
10146 TEGRA DMA DRIVER
10147 M:      Laxman Dewangan <ldewangan@nvidia.com>
10148 S:      Supported
10149 F:      drivers/dma/tegra20-apb-dma.c
10150
10151 TEGRA I2C DRIVER
10152 M:      Laxman Dewangan <ldewangan@nvidia.com>
10153 S:      Supported
10154 F:      drivers/i2c/busses/i2c-tegra.c
10155
10156 TEGRA IOMMU DRIVERS
10157 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10158 S:      Supported
10159 F:      drivers/iommu/tegra*
10160
10161 TEGRA KBC DRIVER
10162 M:      Rakesh Iyer <riyer@nvidia.com>
10163 M:      Laxman Dewangan <ldewangan@nvidia.com>
10164 S:      Supported
10165 F:      drivers/input/keyboard/tegra-kbc.c
10166
10167 TEGRA PWM DRIVER
10168 M:      Thierry Reding <thierry.reding@gmail.com>
10169 S:      Supported
10170 F:      drivers/pwm/pwm-tegra.c
10171
10172 TEGRA SERIAL DRIVER
10173 M:      Laxman Dewangan <ldewangan@nvidia.com>
10174 S:      Supported
10175 F:      drivers/tty/serial/serial-tegra.c
10176
10177 TEGRA SPI DRIVER
10178 M:      Laxman Dewangan <ldewangan@nvidia.com>
10179 S:      Supported
10180 F:      drivers/spi/spi-tegra*
10181
10182 TEHUTI ETHERNET DRIVER
10183 M:      Andy Gospodarek <andy@greyhouse.net>
10184 L:      netdev@vger.kernel.org
10185 S:      Supported
10186 F:      drivers/net/ethernet/tehuti/*
10187
10188 Telecom Clock Driver for MCPL0010
10189 M:      Mark Gross <mark.gross@intel.com>
10190 S:      Supported
10191 F:      drivers/char/tlclk.c
10192
10193 TENSILICA XTENSA PORT (xtensa)
10194 M:      Chris Zankel <chris@zankel.net>
10195 M:      Max Filippov <jcmvbkbc@gmail.com>
10196 L:      linux-xtensa@linux-xtensa.org
10197 S:      Maintained
10198 F:      arch/xtensa/
10199 F:      drivers/irqchip/irq-xtensa-*
10200
10201 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10202 M:      Hans Verkuil <hverkuil@xs4all.nl>
10203 L:      linux-media@vger.kernel.org
10204 T:      git git://linuxtv.org/media_tree.git
10205 W:      http://linuxtv.org
10206 S:      Maintained
10207 F:      drivers/media/radio/radio-raremono.c
10208
10209 THERMAL
10210 M:      Zhang Rui <rui.zhang@intel.com>
10211 M:      Eduardo Valentin <edubezval@gmail.com>
10212 L:      linux-pm@vger.kernel.org
10213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10215 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10216 S:      Supported
10217 F:      drivers/thermal/
10218 F:      include/linux/thermal.h
10219 F:      include/uapi/linux/thermal.h
10220 F:      include/linux/cpu_cooling.h
10221 F:      Documentation/devicetree/bindings/thermal/
10222
10223 THINGM BLINK(1) USB RGB LED DRIVER
10224 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10225 S:      Maintained
10226 F:      drivers/hid/hid-thingm.c
10227
10228 THINKPAD ACPI EXTRAS DRIVER
10229 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10230 L:      ibm-acpi-devel@lists.sourceforge.net
10231 L:      platform-driver-x86@vger.kernel.org
10232 W:      http://ibm-acpi.sourceforge.net
10233 W:      http://thinkwiki.org/wiki/Ibm-acpi
10234 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10235 S:      Maintained
10236 F:      drivers/platform/x86/thinkpad_acpi.c
10237
10238 TI BANDGAP AND THERMAL DRIVER
10239 M:      Eduardo Valentin <edubezval@gmail.com>
10240 L:      linux-pm@vger.kernel.org
10241 L:      linux-omap@vger.kernel.org
10242 S:      Maintained
10243 F:      drivers/thermal/ti-soc-thermal/
10244
10245 TI CDCE706 CLOCK DRIVER
10246 M:      Max Filippov <jcmvbkbc@gmail.com>
10247 S:      Maintained
10248 F:      drivers/clk/clk-cdce706.c
10249
10250 TI CLOCK DRIVER
10251 M:      Tero Kristo <t-kristo@ti.com>
10252 L:      linux-omap@vger.kernel.org
10253 S:      Maintained
10254 F:      drivers/clk/ti/
10255 F:      include/linux/clk/ti.h
10256
10257 TI FLASH MEDIA INTERFACE DRIVER
10258 M:      Alex Dubov <oakad@yahoo.com>
10259 S:      Maintained
10260 F:      drivers/misc/tifm*
10261 F:      drivers/mmc/host/tifm_sd.c
10262 F:      include/linux/tifm.h
10263
10264 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10265 M:      Santosh Shilimkar <ssantosh@kernel.org>
10266 L:      linux-kernel@vger.kernel.org
10267 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10268 S:      Maintained
10269 F:      drivers/soc/ti/*
10270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10271
10272
10273 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10274 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10275 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10276 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10277 S:      Maintained
10278 F:      sound/soc/codecs/lm49453*
10279 F:      sound/soc/codecs/isabelle*
10280
10281 TI LP855x BACKLIGHT DRIVER
10282 M:      Milo Kim <milo.kim@ti.com>
10283 S:      Maintained
10284 F:      Documentation/backlight/lp855x-driver.txt
10285 F:      drivers/video/backlight/lp855x_bl.c
10286 F:      include/linux/platform_data/lp855x.h
10287
10288 TI LP8727 CHARGER DRIVER
10289 M:      Milo Kim <milo.kim@ti.com>
10290 S:      Maintained
10291 F:      drivers/power/lp8727_charger.c
10292 F:      include/linux/platform_data/lp8727.h
10293
10294 TI LP8788 MFD DRIVER
10295 M:      Milo Kim <milo.kim@ti.com>
10296 S:      Maintained
10297 F:      drivers/iio/adc/lp8788_adc.c
10298 F:      drivers/leds/leds-lp8788.c
10299 F:      drivers/mfd/lp8788*.c
10300 F:      drivers/power/lp8788-charger.c
10301 F:      drivers/regulator/lp8788-*.c
10302 F:      include/linux/mfd/lp8788*.h
10303
10304 TI NETCP ETHERNET DRIVER
10305 M:      Wingman Kwok <w-kwok2@ti.com>
10306 M:      Murali Karicheri <m-karicheri2@ti.com>
10307 L:      netdev@vger.kernel.org
10308 S:      Maintained
10309 F:      drivers/net/ethernet/ti/netcp*
10310
10311 TI TAS571X FAMILY ASoC CODEC DRIVER
10312 M:      Kevin Cernekee <cernekee@chromium.org>
10313 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10314 S:      Odd Fixes
10315 F:      sound/soc/codecs/tas571x*
10316
10317 TI TWL4030 SERIES SOC CODEC DRIVER
10318 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10319 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10320 S:      Maintained
10321 F:      sound/soc/codecs/twl4030*
10322
10323 TI WILINK WIRELESS DRIVERS
10324 L:      linux-wireless@vger.kernel.org
10325 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10326 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10328 S:      Orphan
10329 F:      drivers/net/wireless/ti/
10330 F:      include/linux/wl12xx.h
10331
10332 TIPC NETWORK LAYER
10333 M:      Jon Maloy <jon.maloy@ericsson.com>
10334 M:      Ying Xue <ying.xue@windriver.com>
10335 L:      netdev@vger.kernel.org (core kernel code)
10336 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10337 W:      http://tipc.sourceforge.net/
10338 S:      Maintained
10339 F:      include/uapi/linux/tipc*.h
10340 F:      net/tipc/
10341
10342 TILE ARCHITECTURE
10343 M:      Chris Metcalf <cmetcalf@ezchip.com>
10344 W:      http://www.ezchip.com/scm/
10345 S:      Supported
10346 F:      arch/tile/
10347 F:      drivers/char/tile-srom.c
10348 F:      drivers/edac/tile_edac.c
10349 F:      drivers/net/ethernet/tile/
10350 F:      drivers/rtc/rtc-tile.c
10351 F:      drivers/tty/hvc/hvc_tile.c
10352 F:      drivers/tty/serial/tilegx.c
10353 F:      drivers/usb/host/*-tilegx.c
10354 F:      include/linux/usb/tilegx.h
10355
10356 TLAN NETWORK DRIVER
10357 M:      Samuel Chessman <chessman@tux.org>
10358 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10359 W:      http://sourceforge.net/projects/tlan/
10360 S:      Maintained
10361 F:      Documentation/networking/tlan.txt
10362 F:      drivers/net/ethernet/ti/tlan.*
10363
10364 TOMOYO SECURITY MODULE
10365 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10366 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10367 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10368 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10369 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10370 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10371 W:      http://tomoyo.sourceforge.jp/
10372 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10373 S:      Maintained
10374 F:      security/tomoyo/
10375
10376 TOPSTAR LAPTOP EXTRAS DRIVER
10377 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10378 L:      platform-driver-x86@vger.kernel.org
10379 S:      Maintained
10380 F:      drivers/platform/x86/topstar-laptop.c
10381
10382 TOSHIBA ACPI EXTRAS DRIVER
10383 M:      Azael Avalos <coproscefalo@gmail.com>
10384 L:      platform-driver-x86@vger.kernel.org
10385 S:      Maintained
10386 F:      drivers/platform/x86/toshiba_acpi.c
10387
10388 TOSHIBA BLUETOOTH DRIVER
10389 M:      Azael Avalos <coproscefalo@gmail.com>
10390 L:      platform-driver-x86@vger.kernel.org
10391 S:      Maintained
10392 F:      drivers/platform/x86/toshiba_bluetooth.c
10393
10394 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10395 M:      Azael Avalos <coproscefalo@gmail.com>
10396 L:      platform-driver-x86@vger.kernel.org
10397 S:      Maintained
10398 F:      drivers/platform/x86/toshiba_haps.c
10399
10400 TOSHIBA SMM DRIVER
10401 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10402 L:      tlinux-users@tce.toshiba-dme.co.jp
10403 W:      http://www.buzzard.org.uk/toshiba/
10404 S:      Maintained
10405 F:      drivers/char/toshiba.c
10406 F:      include/linux/toshiba.h
10407 F:      include/uapi/linux/toshiba.h
10408
10409 TMIO MMC DRIVER
10410 M:      Ian Molton <ian@mnementh.co.uk>
10411 L:      linux-mmc@vger.kernel.org
10412 S:      Maintained
10413 F:      drivers/mmc/host/tmio_mmc*
10414 F:      drivers/mmc/host/sh_mobile_sdhi.c
10415 F:      include/linux/mmc/tmio.h
10416 F:      include/linux/mmc/sh_mobile_sdhi.h
10417
10418 TMP401 HARDWARE MONITOR DRIVER
10419 M:      Guenter Roeck <linux@roeck-us.net>
10420 L:      lm-sensors@lm-sensors.org
10421 S:      Maintained
10422 F:      Documentation/hwmon/tmp401
10423 F:      drivers/hwmon/tmp401.c
10424
10425 TMPFS (SHMEM FILESYSTEM)
10426 M:      Hugh Dickins <hughd@google.com>
10427 L:      linux-mm@kvack.org
10428 S:      Maintained
10429 F:      include/linux/shmem_fs.h
10430 F:      mm/shmem.c
10431
10432 TM6000 VIDEO4LINUX DRIVER
10433 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10434 L:      linux-media@vger.kernel.org
10435 W:      http://linuxtv.org
10436 T:      git git://linuxtv.org/media_tree.git
10437 S:      Odd fixes
10438 F:      drivers/media/usb/tm6000/
10439
10440 TW68 VIDEO4LINUX DRIVER
10441 M:      Hans Verkuil <hverkuil@xs4all.nl>
10442 L:      linux-media@vger.kernel.org
10443 T:      git git://linuxtv.org/media_tree.git
10444 W:      http://linuxtv.org
10445 S:      Odd Fixes
10446 F:      drivers/media/pci/tw68/
10447
10448 TPM DEVICE DRIVER
10449 M:      Peter Huewe <peterhuewe@gmx.de>
10450 M:      Marcel Selhorst <tpmdd@selhorst.net>
10451 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10452 W:      http://tpmdd.sourceforge.net
10453 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10454 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10455 T:      https://github.com/PeterHuewe/linux-tpmdd
10456 S:      Maintained
10457 F:      drivers/char/tpm/
10458
10459 TPM IBM_VTPM DEVICE DRIVER
10460 M:      Ashley Lai <ashleydlai@gmail.com>
10461 W:      http://tpmdd.sourceforge.net
10462 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10463 S:      Maintained
10464 F:      drivers/char/tpm/tpm_ibmvtpm*
10465
10466 TRACING
10467 M:      Steven Rostedt <rostedt@goodmis.org>
10468 M:      Ingo Molnar <mingo@redhat.com>
10469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10470 S:      Maintained
10471 F:      Documentation/trace/ftrace.txt
10472 F:      arch/*/*/*/ftrace.h
10473 F:      arch/*/kernel/ftrace.c
10474 F:      include/*/ftrace.h
10475 F:      include/linux/trace*.h
10476 F:      include/trace/
10477 F:      kernel/trace/
10478 F:      tools/testing/selftests/ftrace/
10479
10480 TRIVIAL PATCHES
10481 M:      Jiri Kosina <trivial@kernel.org>
10482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10483 S:      Maintained
10484 K:      ^Subject:.*(?i)trivial
10485
10486 TTY LAYER
10487 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10488 M:      Jiri Slaby <jslaby@suse.com>
10489 S:      Supported
10490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10491 F:      Documentation/serial/
10492 F:      drivers/tty/
10493 F:      drivers/tty/serial/serial_core.c
10494 F:      include/linux/serial_core.h
10495 F:      include/linux/serial.h
10496 F:      include/linux/tty.h
10497 F:      include/uapi/linux/serial_core.h
10498 F:      include/uapi/linux/serial.h
10499 F:      include/uapi/linux/tty.h
10500
10501 TUA9001 MEDIA DRIVER
10502 M:      Antti Palosaari <crope@iki.fi>
10503 L:      linux-media@vger.kernel.org
10504 W:      http://linuxtv.org/
10505 W:      http://palosaari.fi/linux/
10506 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10507 T:      git git://linuxtv.org/anttip/media_tree.git
10508 S:      Maintained
10509 F:      drivers/media/tuners/tua9001*
10510
10511 TULIP NETWORK DRIVERS
10512 M:      Grant Grundler <grundler@parisc-linux.org>
10513 L:      netdev@vger.kernel.org
10514 S:      Maintained
10515 F:      drivers/net/ethernet/dec/tulip/
10516
10517 TUN/TAP driver
10518 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10519 W:      http://vtun.sourceforge.net/tun
10520 S:      Maintained
10521 F:      Documentation/networking/tuntap.txt
10522 F:      arch/um/os-Linux/drivers/
10523
10524 TURBOCHANNEL SUBSYSTEM
10525 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10526 M:      Ralf Baechle <ralf@linux-mips.org>
10527 L:      linux-mips@linux-mips.org
10528 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10529 S:      Maintained
10530 F:      drivers/tc/
10531 F:      include/linux/tc.h
10532
10533 U14-34F SCSI DRIVER
10534 M:      Dario Ballabio <ballabio_dario@emc.com>
10535 L:      linux-scsi@vger.kernel.org
10536 S:      Maintained
10537 F:      drivers/scsi/u14-34f.c
10538
10539 UBI FILE SYSTEM (UBIFS)
10540 M:      Artem Bityutskiy <dedekind1@gmail.com>
10541 M:      Adrian Hunter <adrian.hunter@intel.com>
10542 L:      linux-mtd@lists.infradead.org
10543 T:      git git://git.infradead.org/ubifs-2.6.git
10544 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10545 S:      Maintained
10546 F:      Documentation/filesystems/ubifs.txt
10547 F:      fs/ubifs/
10548
10549 UCLINUX (M68KNOMMU AND COLDFIRE)
10550 M:      Greg Ungerer <gerg@uclinux.org>
10551 W:      http://www.uclinux.org/
10552 L:      linux-m68k@lists.linux-m68k.org
10553 L:      uclinux-dev@uclinux.org  (subscribers-only)
10554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10555 S:      Maintained
10556 F:      arch/m68k/coldfire/
10557 F:      arch/m68k/68*/
10558 F:      arch/m68k/*/*_no.*
10559 F:      arch/m68k/include/asm/*_no.*
10560
10561 UDF FILESYSTEM
10562 M:      Jan Kara <jack@suse.com>
10563 S:      Maintained
10564 F:      Documentation/filesystems/udf.txt
10565 F:      fs/udf/
10566
10567 UFS FILESYSTEM
10568 M:      Evgeniy Dushistov <dushistov@mail.ru>
10569 S:      Maintained
10570 F:      Documentation/filesystems/ufs.txt
10571 F:      fs/ufs/
10572
10573 UHID USERSPACE HID IO DRIVER:
10574 M:      David Herrmann <dh.herrmann@googlemail.com>
10575 L:      linux-input@vger.kernel.org
10576 S:      Maintained
10577 F:      drivers/hid/uhid.c
10578 F:      include/uapi/linux/uhid.h
10579
10580 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10581 L:      linux-usb@vger.kernel.org
10582 S:      Orphan
10583 F:      drivers/uwb/
10584 F:      include/linux/uwb.h
10585 F:      include/linux/uwb/
10586
10587 UNICORE32 ARCHITECTURE:
10588 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10589 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10590 S:      Maintained
10591 T:      git git://github.com/gxt/linux.git
10592 F:      arch/unicore32/
10593
10594 UNIFDEF
10595 M:      Tony Finch <dot@dotat.at>
10596 W:      http://dotat.at/prog/unifdef
10597 S:      Maintained
10598 F:      scripts/unifdef.c
10599
10600 UNIFORM CDROM DRIVER
10601 M:      Jens Axboe <axboe@kernel.dk>
10602 W:      http://www.kernel.dk
10603 S:      Maintained
10604 F:      Documentation/cdrom/
10605 F:      drivers/cdrom/cdrom.c
10606 F:      include/linux/cdrom.h
10607 F:      include/uapi/linux/cdrom.h
10608
10609 UNISYS S-PAR DRIVERS
10610 M:      Benjamin Romer <benjamin.romer@unisys.com>
10611 M:      David Kershner <david.kershner@unisys.com>
10612 L:      sparmaintainer@unisys.com (Unisys internal)
10613 S:      Supported
10614 F:      drivers/staging/unisys/
10615
10616 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10617 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10618 L:      linux-scsi@vger.kernel.org
10619 S:      Supported
10620 F:      Documentation/scsi/ufs.txt
10621 F:      drivers/scsi/ufs/
10622
10623 UNSORTED BLOCK IMAGES (UBI)
10624 M:      Artem Bityutskiy <dedekind1@gmail.com>
10625 M:      Richard Weinberger <richard@nod.at>
10626 W:      http://www.linux-mtd.infradead.org/
10627 L:      linux-mtd@lists.infradead.org
10628 T:      git git://git.infradead.org/ubifs-2.6.git
10629 S:      Supported
10630 F:      drivers/mtd/ubi/
10631 F:      include/linux/mtd/ubi.h
10632 F:      include/uapi/mtd/ubi-user.h
10633
10634 USB ACM DRIVER
10635 M:      Oliver Neukum <oliver@neukum.org>
10636 L:      linux-usb@vger.kernel.org
10637 S:      Maintained
10638 F:      Documentation/usb/acm.txt
10639 F:      drivers/usb/class/cdc-acm.*
10640
10641 USB AR5523 WIRELESS DRIVER
10642 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10643 L:      linux-wireless@vger.kernel.org
10644 S:      Maintained
10645 F:      drivers/net/wireless/ath/ar5523/
10646
10647 USB ATTACHED SCSI
10648 M:      Hans de Goede <hdegoede@redhat.com>
10649 M:      Gerd Hoffmann <kraxel@redhat.com>
10650 L:      linux-usb@vger.kernel.org
10651 L:      linux-scsi@vger.kernel.org
10652 S:      Maintained
10653 F:      drivers/usb/storage/uas.c
10654
10655 USB CDC ETHERNET DRIVER
10656 M:      Oliver Neukum <oliver@neukum.org>
10657 L:      linux-usb@vger.kernel.org
10658 S:      Maintained
10659 F:      drivers/net/usb/cdc_*.c
10660 F:      include/uapi/linux/usb/cdc.h
10661
10662 USB CHAOSKEY DRIVER
10663 M:      Keith Packard <keithp@keithp.com>
10664 L:      linux-usb@vger.kernel.org
10665 S:      Maintained
10666 F:      drivers/usb/misc/chaoskey.c
10667
10668 USB CYPRESS C67X00 DRIVER
10669 M:      Peter Korsgaard <jacmet@sunsite.dk>
10670 L:      linux-usb@vger.kernel.org
10671 S:      Maintained
10672 F:      drivers/usb/c67x00/
10673
10674 USB DAVICOM DM9601 DRIVER
10675 M:      Peter Korsgaard <jacmet@sunsite.dk>
10676 L:      netdev@vger.kernel.org
10677 W:      http://www.linux-usb.org/usbnet
10678 S:      Maintained
10679 F:      drivers/net/usb/dm9601.c
10680
10681 USB DIAMOND RIO500 DRIVER
10682 M:      Cesar Miquel <miquel@df.uba.ar>
10683 L:      rio500-users@lists.sourceforge.net
10684 W:      http://rio500.sourceforge.net
10685 S:      Maintained
10686 F:      drivers/usb/misc/rio500*
10687
10688 USB EHCI DRIVER
10689 M:      Alan Stern <stern@rowland.harvard.edu>
10690 L:      linux-usb@vger.kernel.org
10691 S:      Maintained
10692 F:      Documentation/usb/ehci.txt
10693 F:      drivers/usb/host/ehci*
10694
10695 USB GADGET/PERIPHERAL SUBSYSTEM
10696 M:      Felipe Balbi <balbi@ti.com>
10697 L:      linux-usb@vger.kernel.org
10698 W:      http://www.linux-usb.org/gadget
10699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10700 S:      Maintained
10701 F:      drivers/usb/gadget/
10702 F:      include/linux/usb/gadget*
10703
10704 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10705 M:      Jiri Kosina <jikos@kernel.org>
10706 L:      linux-usb@vger.kernel.org
10707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10708 S:      Maintained
10709 F:      Documentation/hid/hiddev.txt
10710 F:      drivers/hid/usbhid/
10711
10712 USB ISP116X DRIVER
10713 M:      Olav Kongas <ok@artecdesign.ee>
10714 L:      linux-usb@vger.kernel.org
10715 S:      Maintained
10716 F:      drivers/usb/host/isp116x*
10717 F:      include/linux/usb/isp116x.h
10718
10719 USB MASS STORAGE DRIVER
10720 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10721 L:      linux-usb@vger.kernel.org
10722 L:      usb-storage@lists.one-eyed-alien.net
10723 S:      Maintained
10724 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10725 F:      drivers/usb/storage/
10726
10727 USB MIDI DRIVER
10728 M:      Clemens Ladisch <clemens@ladisch.de>
10729 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10730 T:      git git://git.alsa-project.org/alsa-kernel.git
10731 S:      Maintained
10732 F:      sound/usb/midi.*
10733
10734 USB NETWORKING DRIVERS
10735 L:      linux-usb@vger.kernel.org
10736 S:      Odd Fixes
10737 F:      drivers/net/usb/
10738
10739 USB OHCI DRIVER
10740 M:      Alan Stern <stern@rowland.harvard.edu>
10741 L:      linux-usb@vger.kernel.org
10742 S:      Maintained
10743 F:      Documentation/usb/ohci.txt
10744 F:      drivers/usb/host/ohci*
10745
10746 USB OTG FSM (Finite State Machine)
10747 M:      Peter Chen <Peter.Chen@freescale.com>
10748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10749 L:      linux-usb@vger.kernel.org
10750 S:      Maintained
10751 F:      drivers/usb/common/usb-otg-fsm.c
10752
10753 USB OVER IP DRIVER
10754 M:      Valentina Manea <valentina.manea.m@gmail.com>
10755 M:      Shuah Khan <shuah.kh@samsung.com>
10756 L:      linux-usb@vger.kernel.org
10757 S:      Maintained
10758 F:      drivers/usb/usbip/
10759 F:      tools/usb/usbip/
10760
10761 USB PEGASUS DRIVER
10762 M:      Petko Manolov <petkan@nucleusys.com>
10763 L:      linux-usb@vger.kernel.org
10764 L:      netdev@vger.kernel.org
10765 T:      git git://github.com/petkan/pegasus.git
10766 W:      https://github.com/petkan/pegasus
10767 S:      Maintained
10768 F:      drivers/net/usb/pegasus.*
10769
10770 USB PHY LAYER
10771 M:      Felipe Balbi <balbi@ti.com>
10772 L:      linux-usb@vger.kernel.org
10773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10774 S:      Maintained
10775 F:      drivers/usb/phy/
10776
10777 USB PRINTER DRIVER (usblp)
10778 M:      Pete Zaitcev <zaitcev@redhat.com>
10779 L:      linux-usb@vger.kernel.org
10780 S:      Supported
10781 F:      drivers/usb/class/usblp.c
10782
10783 USB RTL8150 DRIVER
10784 M:      Petko Manolov <petkan@nucleusys.com>
10785 L:      linux-usb@vger.kernel.org
10786 L:      netdev@vger.kernel.org
10787 T:      git git://github.com/petkan/rtl8150.git
10788 W:      https://github.com/petkan/rtl8150
10789 S:      Maintained
10790 F:      drivers/net/usb/rtl8150.c
10791
10792 USB SERIAL SUBSYSTEM
10793 M:      Johan Hovold <johan@kernel.org>
10794 L:      linux-usb@vger.kernel.org
10795 S:      Maintained
10796 F:      Documentation/usb/usb-serial.txt
10797 F:      drivers/usb/serial/
10798 F:      include/linux/usb/serial.h
10799
10800 USB SMSC75XX ETHERNET DRIVER
10801 M:      Steve Glendinning <steve.glendinning@shawell.net>
10802 L:      netdev@vger.kernel.org
10803 S:      Maintained
10804 F:      drivers/net/usb/smsc75xx.*
10805
10806 USB SMSC95XX ETHERNET DRIVER
10807 M:      Steve Glendinning <steve.glendinning@shawell.net>
10808 L:      netdev@vger.kernel.org
10809 S:      Maintained
10810 F:      drivers/net/usb/smsc95xx.*
10811
10812 USB SUBSYSTEM
10813 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10814 L:      linux-usb@vger.kernel.org
10815 W:      http://www.linux-usb.org
10816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10817 S:      Supported
10818 F:      Documentation/usb/
10819 F:      drivers/usb/
10820 F:      include/linux/usb.h
10821 F:      include/linux/usb/
10822
10823 USB UHCI DRIVER
10824 M:      Alan Stern <stern@rowland.harvard.edu>
10825 L:      linux-usb@vger.kernel.org
10826 S:      Maintained
10827 F:      drivers/usb/host/uhci*
10828
10829 USB "USBNET" DRIVER FRAMEWORK
10830 M:      Oliver Neukum <oneukum@suse.com>
10831 L:      netdev@vger.kernel.org
10832 W:      http://www.linux-usb.org/usbnet
10833 S:      Maintained
10834 F:      drivers/net/usb/usbnet.c
10835 F:      include/linux/usb/usbnet.h
10836
10837 USB VIDEO CLASS
10838 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10839 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10840 L:      linux-media@vger.kernel.org
10841 T:      git git://linuxtv.org/media_tree.git
10842 W:      http://www.ideasonboard.org/uvc/
10843 S:      Maintained
10844 F:      drivers/media/usb/uvc/
10845 F:      include/uapi/linux/uvcvideo.h
10846
10847 USB VISION DRIVER
10848 M:      Hans Verkuil <hverkuil@xs4all.nl>
10849 L:      linux-media@vger.kernel.org
10850 T:      git git://linuxtv.org/media_tree.git
10851 W:      http://linuxtv.org
10852 S:      Odd Fixes
10853 F:      drivers/media/usb/usbvision/
10854
10855 USB WEBCAM GADGET
10856 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10857 L:      linux-usb@vger.kernel.org
10858 S:      Maintained
10859 F:      drivers/usb/gadget/function/*uvc*
10860 F:      drivers/usb/gadget/legacy/webcam.c
10861
10862 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10863 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10864 L:      linux-wireless@vger.kernel.org
10865 S:      Maintained
10866 F:      drivers/net/wireless/rndis_wlan.c
10867
10868 USB XHCI DRIVER
10869 M:      Mathias Nyman <mathias.nyman@intel.com>
10870 L:      linux-usb@vger.kernel.org
10871 S:      Supported
10872 F:      drivers/usb/host/xhci*
10873 F:      drivers/usb/host/pci-quirks*
10874
10875 USB ZD1201 DRIVER
10876 L:      linux-wireless@vger.kernel.org
10877 W:      http://linux-lc100020.sourceforge.net
10878 S:      Orphan
10879 F:      drivers/net/wireless/zd1201.*
10880
10881 USB ZR364XX DRIVER
10882 M:      Antoine Jacquet <royale@zerezo.com>
10883 L:      linux-usb@vger.kernel.org
10884 L:      linux-media@vger.kernel.org
10885 T:      git git://linuxtv.org/media_tree.git
10886 W:      http://royale.zerezo.com/zr364xx/
10887 S:      Maintained
10888 F:      Documentation/video4linux/zr364xx.txt
10889 F:      drivers/media/usb/zr364xx/
10890
10891 ULPI BUS
10892 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10893 L:      linux-usb@vger.kernel.org
10894 S:      Maintained
10895 F:      drivers/usb/common/ulpi.c
10896 F:      include/linux/ulpi/
10897
10898 USER-MODE LINUX (UML)
10899 M:      Jeff Dike <jdike@addtoit.com>
10900 M:      Richard Weinberger <richard@nod.at>
10901 L:      user-mode-linux-devel@lists.sourceforge.net
10902 L:      user-mode-linux-user@lists.sourceforge.net
10903 W:      http://user-mode-linux.sourceforge.net
10904 S:      Maintained
10905 F:      Documentation/virtual/uml/
10906 F:      arch/um/
10907 F:      arch/x86/um/
10908 F:      fs/hostfs/
10909 F:      fs/hppfs/
10910
10911 USERSPACE I/O (UIO)
10912 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10913 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10914 S:      Maintained
10915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10916 F:      Documentation/DocBook/uio-howto.tmpl
10917 F:      drivers/uio/
10918 F:      include/linux/uio*.h
10919
10920 UTIL-LINUX PACKAGE
10921 M:      Karel Zak <kzak@redhat.com>
10922 L:      util-linux@vger.kernel.org
10923 W:      http://en.wikipedia.org/wiki/Util-linux
10924 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10925 S:      Maintained
10926
10927 UVESAFB DRIVER
10928 M:      Michal Januszewski <spock@gentoo.org>
10929 L:      linux-fbdev@vger.kernel.org
10930 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10931 S:      Maintained
10932 F:      Documentation/fb/uvesafb.txt
10933 F:      drivers/video/fbdev/uvesafb.*
10934
10935 VFAT/FAT/MSDOS FILESYSTEM
10936 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10937 S:      Maintained
10938 F:      Documentation/filesystems/vfat.txt
10939 F:      fs/fat/
10940
10941 VFIO DRIVER
10942 M:      Alex Williamson <alex.williamson@redhat.com>
10943 L:      kvm@vger.kernel.org
10944 S:      Maintained
10945 F:      Documentation/vfio.txt
10946 F:      drivers/vfio/
10947 F:      include/linux/vfio.h
10948 F:      include/uapi/linux/vfio.h
10949
10950 VFIO PLATFORM DRIVER
10951 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
10952 L:      kvm@vger.kernel.org
10953 S:      Maintained
10954 F:      drivers/vfio/platform/
10955
10956 VIDEOBUF2 FRAMEWORK
10957 M:      Pawel Osciak <pawel@osciak.com>
10958 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10959 M:      Kyungmin Park <kyungmin.park@samsung.com>
10960 L:      linux-media@vger.kernel.org
10961 S:      Maintained
10962 F:      drivers/media/v4l2-core/videobuf2-*
10963 F:      include/media/videobuf2-*
10964
10965 VIRTIO CONSOLE DRIVER
10966 M:      Amit Shah <amit.shah@redhat.com>
10967 L:      virtualization@lists.linux-foundation.org
10968 S:      Maintained
10969 F:      drivers/char/virtio_console.c
10970 F:      include/linux/virtio_console.h
10971 F:      include/uapi/linux/virtio_console.h
10972
10973 VIRTIO CORE, NET AND BLOCK DRIVERS
10974 M:      "Michael S. Tsirkin" <mst@redhat.com>
10975 L:      virtualization@lists.linux-foundation.org
10976 S:      Maintained
10977 F:      drivers/virtio/
10978 F:      tools/virtio/
10979 F:      drivers/net/virtio_net.c
10980 F:      drivers/block/virtio_blk.c
10981 F:      include/linux/virtio_*.h
10982 F:      include/uapi/linux/virtio_*.h
10983
10984 VIRTIO DRIVERS FOR S390
10985 M:      Christian Borntraeger <borntraeger@de.ibm.com>
10986 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
10987 L:      linux-s390@vger.kernel.org
10988 L:      virtualization@lists.linux-foundation.org
10989 L:      kvm@vger.kernel.org
10990 S:      Supported
10991 F:      drivers/s390/virtio/
10992
10993 VIRTIO GPU DRIVER
10994 M:      David Airlie <airlied@linux.ie>
10995 M:      Gerd Hoffmann <kraxel@redhat.com>
10996 L:      dri-devel@lists.freedesktop.org
10997 L:      virtualization@lists.linux-foundation.org
10998 S:      Maintained
10999 F:      drivers/gpu/drm/virtio/
11000 F:      include/uapi/linux/virtio_gpu.h
11001
11002 VIRTIO HOST (VHOST)
11003 M:      "Michael S. Tsirkin" <mst@redhat.com>
11004 L:      kvm@vger.kernel.org
11005 L:      virtualization@lists.linux-foundation.org
11006 L:      netdev@vger.kernel.org
11007 S:      Maintained
11008 F:      drivers/vhost/
11009 F:      include/uapi/linux/vhost.h
11010
11011 VIRTIO INPUT DRIVER
11012 M:      Gerd Hoffmann <kraxel@redhat.com>
11013 S:      Maintained
11014 F:      drivers/virtio/virtio_input.c
11015 F:      include/uapi/linux/virtio_input.h
11016
11017 VIA RHINE NETWORK DRIVER
11018 S:      Orphan
11019 F:      drivers/net/ethernet/via/via-rhine.c
11020
11021 VIA SD/MMC CARD CONTROLLER DRIVER
11022 M:      Bruce Chang <brucechang@via.com.tw>
11023 M:      Harald Welte <HaraldWelte@viatech.com>
11024 S:      Maintained
11025 F:      drivers/mmc/host/via-sdmmc.c
11026
11027 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11028 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11029 L:      linux-fbdev@vger.kernel.org
11030 S:      Maintained
11031 F:      include/linux/via-core.h
11032 F:      include/linux/via-gpio.h
11033 F:      include/linux/via_i2c.h
11034 F:      drivers/video/fbdev/via/
11035
11036 VIA VELOCITY NETWORK DRIVER
11037 M:      Francois Romieu <romieu@fr.zoreil.com>
11038 L:      netdev@vger.kernel.org
11039 S:      Maintained
11040 F:      drivers/net/ethernet/via/via-velocity.*
11041
11042 VIVID VIRTUAL VIDEO DRIVER
11043 M:      Hans Verkuil <hverkuil@xs4all.nl>
11044 L:      linux-media@vger.kernel.org
11045 T:      git git://linuxtv.org/media_tree.git
11046 W:      http://linuxtv.org
11047 S:      Maintained
11048 F:      drivers/media/platform/vivid/*
11049
11050 VLAN (802.1Q)
11051 M:      Patrick McHardy <kaber@trash.net>
11052 L:      netdev@vger.kernel.org
11053 S:      Maintained
11054 F:      drivers/net/macvlan.c
11055 F:      include/linux/if_*vlan.h
11056 F:      net/8021q/
11057
11058 VLYNQ BUS
11059 M:      Florian Fainelli <florian@openwrt.org>
11060 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11061 S:      Maintained
11062 F:      drivers/vlynq/vlynq.c
11063 F:      include/linux/vlynq.h
11064
11065 VME SUBSYSTEM
11066 M:      Martyn Welch <martyn.welch@ge.com>
11067 M:      Manohar Vanga <manohar.vanga@gmail.com>
11068 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11069 L:      devel@driverdev.osuosl.org
11070 S:      Maintained
11071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11072 F:      Documentation/vme_api.txt
11073 F:      drivers/staging/vme/
11074 F:      drivers/vme/
11075 F:      include/linux/vme*
11076
11077 VMWARE HYPERVISOR INTERFACE
11078 M:      Alok Kataria <akataria@vmware.com>
11079 L:      virtualization@lists.linux-foundation.org
11080 S:      Supported
11081 F:      arch/x86/kernel/cpu/vmware.c
11082
11083 VMWARE BALLOON DRIVER
11084 M:      Xavier Deguillard <xdeguillard@vmware.com>
11085 M:      Philip Moltmann <moltmann@vmware.com>
11086 M:      "VMware, Inc." <pv-drivers@vmware.com>
11087 L:      linux-kernel@vger.kernel.org
11088 S:      Maintained
11089 F:      drivers/misc/vmw_balloon.c
11090
11091 VMWARE VMMOUSE SUBDRIVER
11092 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11093 M:      "VMware, Inc." <pv-drivers@vmware.com>
11094 L:      linux-input@vger.kernel.org
11095 S:      Maintained
11096 F:      drivers/input/mouse/vmmouse.c
11097 F:      drivers/input/mouse/vmmouse.h
11098
11099 VMWARE VMXNET3 ETHERNET DRIVER
11100 M:      Shrikrishna Khare <skhare@vmware.com>
11101 M:      "VMware, Inc." <pv-drivers@vmware.com>
11102 L:      netdev@vger.kernel.org
11103 S:      Maintained
11104 F:      drivers/net/vmxnet3/
11105
11106 VMware PVSCSI driver
11107 M:      Arvind Kumar <arvindkumar@vmware.com>
11108 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11109 L:      linux-scsi@vger.kernel.org
11110 S:      Maintained
11111 F:      drivers/scsi/vmw_pvscsi.c
11112 F:      drivers/scsi/vmw_pvscsi.h
11113
11114 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11115 M:      Liam Girdwood <lgirdwood@gmail.com>
11116 M:      Mark Brown <broonie@kernel.org>
11117 L:      linux-kernel@vger.kernel.org
11118 W:      http://opensource.wolfsonmicro.com/node/15
11119 W:      http://www.slimlogic.co.uk/?p=48
11120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11121 S:      Supported
11122 F:      drivers/regulator/
11123 F:      include/linux/regulator/
11124
11125 VRF
11126 M:      David Ahern <dsa@cumulusnetworks.com>
11127 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11128 L:      netdev@vger.kernel.org
11129 S:      Maintained
11130 F:      drivers/net/vrf.c
11131 F:      include/net/vrf.h
11132
11133 VT1211 HARDWARE MONITOR DRIVER
11134 M:      Juerg Haefliger <juergh@gmail.com>
11135 L:      lm-sensors@lm-sensors.org
11136 S:      Maintained
11137 F:      Documentation/hwmon/vt1211
11138 F:      drivers/hwmon/vt1211.c
11139
11140 VT8231 HARDWARE MONITOR DRIVER
11141 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11142 L:      lm-sensors@lm-sensors.org
11143 S:      Maintained
11144 F:      drivers/hwmon/vt8231.c
11145
11146 VUB300 USB to SDIO/SD/MMC bridge chip
11147 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11148 L:      linux-mmc@vger.kernel.org
11149 L:      linux-usb@vger.kernel.org
11150 S:      Supported
11151 F:      drivers/mmc/host/vub300.c
11152
11153 W1 DALLAS'S 1-WIRE BUS
11154 M:      Evgeniy Polyakov <zbr@ioremap.net>
11155 S:      Maintained
11156 F:      Documentation/w1/
11157 F:      drivers/w1/
11158
11159 W83791D HARDWARE MONITORING DRIVER
11160 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11161 L:      lm-sensors@lm-sensors.org
11162 S:      Maintained
11163 F:      Documentation/hwmon/w83791d
11164 F:      drivers/hwmon/w83791d.c
11165
11166 W83793 HARDWARE MONITORING DRIVER
11167 M:      Rudolf Marek <r.marek@assembler.cz>
11168 L:      lm-sensors@lm-sensors.org
11169 S:      Maintained
11170 F:      Documentation/hwmon/w83793
11171 F:      drivers/hwmon/w83793.c
11172
11173 W83795 HARDWARE MONITORING DRIVER
11174 M:      Jean Delvare <jdelvare@suse.com>
11175 L:      lm-sensors@lm-sensors.org
11176 S:      Maintained
11177 F:      drivers/hwmon/w83795.c
11178
11179 W83L51xD SD/MMC CARD INTERFACE DRIVER
11180 M:      Pierre Ossman <pierre@ossman.eu>
11181 S:      Maintained
11182 F:      drivers/mmc/host/wbsd.*
11183
11184 WACOM PROTOCOL 4 SERIAL TABLETS
11185 M:      Julian Squires <julian@cipht.net>
11186 M:      Hans de Goede <hdegoede@redhat.com>
11187 L:      linux-input@vger.kernel.org
11188 S:      Maintained
11189 F:      drivers/input/tablet/wacom_serial4.c
11190
11191 WATCHDOG DEVICE DRIVERS
11192 M:      Wim Van Sebroeck <wim@iguana.be>
11193 L:      linux-watchdog@vger.kernel.org
11194 W:      http://www.linux-watchdog.org/
11195 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11196 S:      Maintained
11197 F:      Documentation/watchdog/
11198 F:      drivers/watchdog/
11199 F:      include/linux/watchdog.h
11200 F:      include/uapi/linux/watchdog.h
11201
11202 WD7000 SCSI DRIVER
11203 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11204 L:      linux-scsi@vger.kernel.org
11205 S:      Maintained
11206 F:      drivers/scsi/wd7000.c
11207
11208 WIIMOTE HID DRIVER
11209 M:      David Herrmann <dh.herrmann@googlemail.com>
11210 L:      linux-input@vger.kernel.org
11211 S:      Maintained
11212 F:      drivers/hid/hid-wiimote*
11213
11214 WINBOND CIR DRIVER
11215 M:      David Härdeman <david@hardeman.nu>
11216 S:      Maintained
11217 F:      drivers/media/rc/winbond-cir.c
11218
11219 WIMAX STACK
11220 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11221 M:      linux-wimax@intel.com
11222 L:      wimax@linuxwimax.org (subscribers-only)
11223 S:      Supported
11224 W:      http://linuxwimax.org
11225 F:      Documentation/wimax/README.wimax
11226 F:      include/linux/wimax/debug.h
11227 F:      include/net/wimax.h
11228 F:      include/uapi/linux/wimax.h
11229 F:      net/wimax/
11230
11231 WISTRON LAPTOP BUTTON DRIVER
11232 M:      Miloslav Trmac <mitr@volny.cz>
11233 S:      Maintained
11234 F:      drivers/input/misc/wistron_btns.c
11235
11236 WL3501 WIRELESS PCMCIA CARD DRIVER
11237 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11238 L:      linux-wireless@vger.kernel.org
11239 W:      http://oops.ghostprotocols.net:81/blog
11240 S:      Maintained
11241 F:      drivers/net/wireless/wl3501*
11242
11243 WM97XX TOUCHSCREEN DRIVERS
11244 M:      Mark Brown <broonie@kernel.org>
11245 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11246 L:      linux-input@vger.kernel.org
11247 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
11248 W:      http://opensource.wolfsonmicro.com/node/7
11249 S:      Supported
11250 F:      drivers/input/touchscreen/*wm97*
11251 F:      include/linux/wm97xx.h
11252
11253 WOLFSON MICROELECTRONICS DRIVERS
11254 L:      patches@opensource.wolfsonmicro.com
11255 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
11256 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
11257 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
11258 S:      Supported
11259 F:      Documentation/hwmon/wm83??
11260 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11261 F:      drivers/clk/clk-wm83*.c
11262 F:      drivers/extcon/extcon-arizona.c
11263 F:      drivers/leds/leds-wm83*.c
11264 F:      drivers/gpio/gpio-*wm*.c
11265 F:      drivers/gpio/gpio-arizona.c
11266 F:      drivers/hwmon/wm83??-hwmon.c
11267 F:      drivers/input/misc/wm831x-on.c
11268 F:      drivers/input/touchscreen/wm831x-ts.c
11269 F:      drivers/input/touchscreen/wm97*.c
11270 F:      drivers/mfd/arizona*
11271 F:      drivers/mfd/wm*.c
11272 F:      drivers/power/wm83*.c
11273 F:      drivers/rtc/rtc-wm83*.c
11274 F:      drivers/regulator/wm8*.c
11275 F:      drivers/video/backlight/wm83*_bl.c
11276 F:      drivers/watchdog/wm83*_wdt.c
11277 F:      include/linux/mfd/arizona/
11278 F:      include/linux/mfd/wm831x/
11279 F:      include/linux/mfd/wm8350/
11280 F:      include/linux/mfd/wm8400*
11281 F:      include/linux/wm97xx.h
11282 F:      include/sound/wm????.h
11283 F:      sound/soc/codecs/arizona.?
11284 F:      sound/soc/codecs/wm*
11285
11286 WORKQUEUE
11287 M:      Tejun Heo <tj@kernel.org>
11288 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11290 S:      Maintained
11291 F:      include/linux/workqueue.h
11292 F:      kernel/workqueue.c
11293 F:      Documentation/workqueue.txt
11294
11295 X.25 NETWORK LAYER
11296 M:      Andrew Hendry <andrew.hendry@gmail.com>
11297 L:      linux-x25@vger.kernel.org
11298 S:      Odd Fixes
11299 F:      Documentation/networking/x25*
11300 F:      include/net/x25*
11301 F:      net/x25/
11302
11303 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11304 M:      Thomas Gleixner <tglx@linutronix.de>
11305 M:      Ingo Molnar <mingo@redhat.com>
11306 M:      "H. Peter Anvin" <hpa@zytor.com>
11307 M:      x86@kernel.org
11308 L:      linux-kernel@vger.kernel.org
11309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11310 S:      Maintained
11311 F:      Documentation/x86/
11312 F:      arch/x86/
11313
11314 X86 PLATFORM DRIVERS
11315 M:      Darren Hart <dvhart@infradead.org>
11316 L:      platform-driver-x86@vger.kernel.org
11317 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11318 S:      Maintained
11319 F:      drivers/platform/x86/
11320
11321 X86 MCE INFRASTRUCTURE
11322 M:      Tony Luck <tony.luck@intel.com>
11323 M:      Borislav Petkov <bp@alien8.de>
11324 L:      linux-edac@vger.kernel.org
11325 S:      Maintained
11326 F:      arch/x86/kernel/cpu/mcheck/*
11327
11328 X86 VDSO
11329 M:      Andy Lutomirski <luto@amacapital.net>
11330 L:      linux-kernel@vger.kernel.org
11331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11332 S:      Maintained
11333 F:      arch/x86/entry/vdso/
11334
11335 XC2028/3028 TUNER DRIVER
11336 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11337 L:      linux-media@vger.kernel.org
11338 W:      http://linuxtv.org
11339 T:      git git://linuxtv.org/media_tree.git
11340 S:      Maintained
11341 F:      drivers/media/tuners/tuner-xc2028.*
11342
11343 XEN HYPERVISOR INTERFACE
11344 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11345 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11346 M:      David Vrabel <david.vrabel@citrix.com>
11347 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11349 S:      Supported
11350 F:      arch/x86/xen/
11351 F:      drivers/*/xen-*front.c
11352 F:      drivers/xen/
11353 F:      arch/x86/include/asm/xen/
11354 F:      include/xen/
11355 F:      include/uapi/xen/
11356
11357 XEN HYPERVISOR ARM
11358 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11359 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11360 S:      Supported
11361 F:      arch/arm/xen/
11362 F:      arch/arm/include/asm/xen/
11363
11364 XEN HYPERVISOR ARM64
11365 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11366 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11367 S:      Supported
11368 F:      arch/arm64/xen/
11369 F:      arch/arm64/include/asm/xen/
11370
11371 XEN NETWORK BACKEND DRIVER
11372 M:      Ian Campbell <ian.campbell@citrix.com>
11373 M:      Wei Liu <wei.liu2@citrix.com>
11374 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11375 L:      netdev@vger.kernel.org
11376 S:      Supported
11377 F:      drivers/net/xen-netback/*
11378
11379 XEN PCI SUBSYSTEM
11380 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11381 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11382 S:      Supported
11383 F:      arch/x86/pci/*xen*
11384 F:      drivers/pci/*xen*
11385
11386 XEN BLOCK SUBSYSTEM
11387 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11388 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11389 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11390 S:      Supported
11391 F:      drivers/block/xen-blkback/*
11392 F:      drivers/block/xen*
11393
11394 XEN PVSCSI DRIVERS
11395 M:      Juergen Gross <jgross@suse.com>
11396 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11397 L:      linux-scsi@vger.kernel.org
11398 S:      Supported
11399 F:      drivers/scsi/xen-scsifront.c
11400 F:      drivers/xen/xen-scsiback.c
11401 F:      include/xen/interface/io/vscsiif.h
11402
11403 XEN SWIOTLB SUBSYSTEM
11404 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11405 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11406 S:      Supported
11407 F:      arch/x86/xen/*swiotlb*
11408 F:      drivers/xen/*swiotlb*
11409
11410 XFS FILESYSTEM
11411 P:      Silicon Graphics Inc
11412 M:      Dave Chinner <david@fromorbit.com>
11413 M:      xfs@oss.sgi.com
11414 L:      xfs@oss.sgi.com
11415 W:      http://oss.sgi.com/projects/xfs
11416 T:      git git://oss.sgi.com/xfs/xfs.git
11417 S:      Supported
11418 F:      Documentation/filesystems/xfs.txt
11419 F:      fs/xfs/
11420
11421 XILINX AXI ETHERNET DRIVER
11422 M:      Anirudha Sarangi <anirudh@xilinx.com>
11423 M:      John Linn <John.Linn@xilinx.com>
11424 S:      Maintained
11425 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11426
11427 XILINX UARTLITE SERIAL DRIVER
11428 M:      Peter Korsgaard <jacmet@sunsite.dk>
11429 L:      linux-serial@vger.kernel.org
11430 S:      Maintained
11431 F:      drivers/tty/serial/uartlite.c
11432
11433 XILINX VIDEO IP CORES
11434 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11435 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11436 L:      linux-media@vger.kernel.org
11437 T:      git git://linuxtv.org/media_tree.git
11438 S:      Supported
11439 F:      Documentation/devicetree/bindings/media/xilinx/
11440 F:      drivers/media/platform/xilinx/
11441 F:      include/uapi/linux/xilinx-v4l2-controls.h
11442
11443 XILLYBUS DRIVER
11444 M:      Eli Billauer <eli.billauer@gmail.com>
11445 L:      linux-kernel@vger.kernel.org
11446 S:      Supported
11447 F:      drivers/char/xillybus/
11448
11449 XTENSA XTFPGA PLATFORM SUPPORT
11450 M:      Max Filippov <jcmvbkbc@gmail.com>
11451 L:      linux-xtensa@linux-xtensa.org
11452 S:      Maintained
11453 F:      drivers/spi/spi-xtensa-xtfpga.c
11454 F:      sound/soc/xtensa/xtfpga-i2s.c
11455
11456 YAM DRIVER FOR AX.25
11457 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11458 L:      linux-hams@vger.kernel.org
11459 S:      Maintained
11460 F:      drivers/net/hamradio/yam*
11461 F:      include/linux/yam.h
11462
11463 YEALINK PHONE DRIVER
11464 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11465 L:      usbb2k-api-dev@nongnu.org
11466 S:      Maintained
11467 F:      Documentation/input/yealink.txt
11468 F:      drivers/input/misc/yealink.*
11469
11470 Z8530 DRIVER FOR AX.25
11471 M:      Joerg Reuter <jreuter@yaina.de>
11472 W:      http://yaina.de/jreuter/
11473 W:      http://www.qsl.net/dl1bke/
11474 L:      linux-hams@vger.kernel.org
11475 S:      Maintained
11476 F:      Documentation/networking/z8530drv.txt
11477 F:      drivers/net/hamradio/*scc.c
11478 F:      drivers/net/hamradio/z8530.h
11479
11480 ZBUD COMPRESSED PAGE ALLOCATOR
11481 M:      Seth Jennings <sjennings@variantweb.net>
11482 L:      linux-mm@kvack.org
11483 S:      Maintained
11484 F:      mm/zbud.c
11485 F:      include/linux/zbud.h
11486
11487 ZD1211RW WIRELESS DRIVER
11488 M:      Daniel Drake <dsd@gentoo.org>
11489 M:      Ulrich Kunitz <kune@deine-taler.de>
11490 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11491 L:      linux-wireless@vger.kernel.org
11492 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11493 S:      Maintained
11494 F:      drivers/net/wireless/zd1211rw/
11495
11496 ZPOOL COMPRESSED PAGE STORAGE API
11497 M:      Dan Streetman <ddstreet@ieee.org>
11498 L:      linux-mm@kvack.org
11499 S:      Maintained
11500 F:      mm/zpool.c
11501 F:      include/linux/zpool.h
11502
11503 ZR36067 VIDEO FOR LINUX DRIVER
11504 L:      mjpeg-users@lists.sourceforge.net
11505 L:      linux-media@vger.kernel.org
11506 W:      http://mjpeg.sourceforge.net/driver-zoran/
11507 T:      hg http://linuxtv.org/hg/v4l-dvb
11508 S:      Odd Fixes
11509 F:      drivers/media/pci/zoran/
11510
11511 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11512 M:      Minchan Kim <minchan@kernel.org>
11513 M:      Nitin Gupta <ngupta@vflare.org>
11514 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11515 L:      linux-kernel@vger.kernel.org
11516 S:      Maintained
11517 F:      drivers/block/zram/
11518 F:      Documentation/blockdev/zram.txt
11519
11520 ZS DECSTATION Z85C30 SERIAL DRIVER
11521 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11522 S:      Maintained
11523 F:      drivers/tty/serial/zs.*
11524
11525 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11526 M:      Minchan Kim <minchan@kernel.org>
11527 M:      Nitin Gupta <ngupta@vflare.org>
11528 L:      linux-mm@kvack.org
11529 S:      Maintained
11530 F:      mm/zsmalloc.c
11531 F:      include/linux/zsmalloc.h
11532 F:      Documentation/vm/zsmalloc.txt
11533
11534 ZSWAP COMPRESSED SWAP CACHING
11535 M:      Seth Jennings <sjennings@variantweb.net>
11536 L:      linux-mm@kvack.org
11537 S:      Maintained
11538 F:      mm/zswap.c
11539
11540 THE REST
11541 M:      Linus Torvalds <torvalds@linux-foundation.org>
11542 L:      linux-kernel@vger.kernel.org
11543 Q:      http://patchwork.kernel.org/project/LKML/list/
11544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11545 S:      Buried alive in reporters
11546 F:      *
11547 F:      */