Merge tag 'armsoc-fixes-nc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...
[cascardo/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
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi/
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi/
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.com>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.com>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.com>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 M:      Hannes Reinecke <hare@suse.com>
449 L:      linux-scsi@vger.kernel.org
450 S:      Maintained
451 F:      Documentation/scsi/advansys.txt
452 F:      drivers/scsi/advansys.c
453
454 AEDSP16 DRIVER
455 M:      Riccardo Facchetti <fizban@tin.it>
456 S:      Maintained
457 F:      sound/oss/aedsp16.c
458
459 AF9013 MEDIA DRIVER
460 M:      Antti Palosaari <crope@iki.fi>
461 L:      linux-media@vger.kernel.org
462 W:      http://linuxtv.org/
463 W:      http://palosaari.fi/linux/
464 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
465 T:      git git://linuxtv.org/anttip/media_tree.git
466 S:      Maintained
467 F:      drivers/media/dvb-frontends/af9013*
468
469 AF9033 MEDIA DRIVER
470 M:      Antti Palosaari <crope@iki.fi>
471 L:      linux-media@vger.kernel.org
472 W:      http://linuxtv.org/
473 W:      http://palosaari.fi/linux/
474 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
475 T:      git git://linuxtv.org/anttip/media_tree.git
476 S:      Maintained
477 F:      drivers/media/dvb-frontends/af9033*
478
479 AFFS FILE SYSTEM
480 L:      linux-fsdevel@vger.kernel.org
481 S:      Orphan
482 F:      Documentation/filesystems/affs.txt
483 F:      fs/affs/
484
485 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
486 M:      David Howells <dhowells@redhat.com>
487 L:      linux-afs@lists.infradead.org
488 S:      Supported
489 F:      fs/afs/
490 F:      include/net/af_rxrpc.h
491 F:      net/rxrpc/af_rxrpc.c
492
493 AGPGART DRIVER
494 M:      David Airlie <airlied@linux.ie>
495 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
496 S:      Maintained
497 F:      drivers/char/agp/
498 F:      include/linux/agp*
499 F:      include/uapi/linux/agp*
500
501 AHA152X SCSI DRIVER
502 M:      "Juergen E. Fischer" <fischer@norbit.de>
503 L:      linux-scsi@vger.kernel.org
504 S:      Maintained
505 F:      drivers/scsi/aha152x*
506 F:      drivers/scsi/pcmcia/aha152x*
507
508 AIC7XXX / AIC79XX SCSI DRIVER
509 M:      Hannes Reinecke <hare@suse.com>
510 L:      linux-scsi@vger.kernel.org
511 S:      Maintained
512 F:      drivers/scsi/aic7xxx/
513
514 AIMSLAB FM RADIO RECEIVER DRIVER
515 M:      Hans Verkuil <hverkuil@xs4all.nl>
516 L:      linux-media@vger.kernel.org
517 T:      git git://linuxtv.org/media_tree.git
518 W:      http://linuxtv.org
519 S:      Maintained
520 F:      drivers/media/radio/radio-aimslab*
521
522 AIO
523 M:      Benjamin LaHaise <bcrl@kvack.org>
524 L:      linux-aio@kvack.org
525 S:      Supported
526 F:      fs/aio.c
527 F:      include/linux/*aio*.h
528
529 AIRSPY MEDIA DRIVER
530 M:      Antti Palosaari <crope@iki.fi>
531 L:      linux-media@vger.kernel.org
532 W:      http://linuxtv.org/
533 W:      http://palosaari.fi/linux/
534 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
535 T:      git git://linuxtv.org/anttip/media_tree.git
536 S:      Maintained
537 F:      drivers/media/usb/airspy/
538
539 ALCATEL SPEEDTOUCH USB DRIVER
540 M:      Duncan Sands <duncan.sands@free.fr>
541 L:      linux-usb@vger.kernel.org
542 W:      http://www.linux-usb.org/SpeedTouch/
543 S:      Maintained
544 F:      drivers/usb/atm/speedtch.c
545 F:      drivers/usb/atm/usbatm.c
546
547 ALCHEMY AU1XX0 MMC DRIVER
548 M:      Manuel Lauss <manuel.lauss@gmail.com>
549 S:      Maintained
550 F:      drivers/mmc/host/au1xmmc.c
551
552 ALI1563 I2C DRIVER
553 M:      Rudolf Marek <r.marek@assembler.cz>
554 L:      linux-i2c@vger.kernel.org
555 S:      Maintained
556 F:      Documentation/i2c/busses/i2c-ali1563
557 F:      drivers/i2c/busses/i2c-ali1563.c
558
559 ALLWINNER SECURITY SYSTEM
560 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
561 L:      linux-crypto@vger.kernel.org
562 S:      Maintained
563 F:      drivers/crypto/sunxi-ss/
564
565 ALPHA PORT
566 M:      Richard Henderson <rth@twiddle.net>
567 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
568 M:      Matt Turner <mattst88@gmail.com>
569 S:      Odd Fixes
570 L:      linux-alpha@vger.kernel.org
571 F:      arch/alpha/
572
573 ALTERA MAILBOX DRIVER
574 M:      Ley Foon Tan <lftan@altera.com>
575 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
576 S:      Maintained
577 F:      drivers/mailbox/mailbox-altera.c
578
579 ALTERA PIO DRIVER
580 M:      Tien Hock Loh <thloh@altera.com>
581 L:      linux-gpio@vger.kernel.org
582 S:      Maintained
583 F:      drivers/gpio/gpio-altera.c
584
585 ALTERA TRIPLE SPEED ETHERNET DRIVER
586 M:      Vince Bridgers <vbridger@opensource.altera.com>
587 L:      netdev@vger.kernel.org
588 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
589 S:      Maintained
590 F:      drivers/net/ethernet/altera/
591
592 ALTERA UART/JTAG UART SERIAL DRIVERS
593 M:      Tobias Klauser <tklauser@distanz.ch>
594 L:      linux-serial@vger.kernel.org
595 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
596 S:      Maintained
597 F:      drivers/tty/serial/altera_uart.c
598 F:      drivers/tty/serial/altera_jtaguart.c
599 F:      include/linux/altera_uart.h
600 F:      include/linux/altera_jtaguart.h
601
602 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
603 M:      Tom Lendacky <thomas.lendacky@amd.com>
604 L:      linux-crypto@vger.kernel.org
605 S:      Supported
606 F:      drivers/crypto/ccp/
607 F:      include/linux/ccp.h
608
609 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
610 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
611 L:      lm-sensors@lm-sensors.org
612 S:      Maintained
613 F:      Documentation/hwmon/fam15h_power
614 F:      drivers/hwmon/fam15h_power.c
615
616 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
617 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
618 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
619 S:      Supported
620 F:      drivers/usb/gadget/udc/amd5536udc.*
621
622 AMD GEODE PROCESSOR/CHIPSET SUPPORT
623 P:      Andres Salomon <dilinger@queued.net>
624 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
625 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
626 S:      Supported
627 F:      drivers/char/hw_random/geode-rng.c
628 F:      drivers/crypto/geode*
629 F:      drivers/video/fbdev/geode/
630 F:      arch/x86/include/asm/geode.h
631
632 AMD IOMMU (AMD-VI)
633 M:      Joerg Roedel <joro@8bytes.org>
634 L:      iommu@lists.linux-foundation.org
635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
636 S:      Maintained
637 F:      drivers/iommu/amd_iommu*.[ch]
638 F:      include/linux/amd-iommu.h
639
640 AMD KFD
641 M:      Oded Gabbay <oded.gabbay@gmail.com>
642 L:      dri-devel@lists.freedesktop.org
643 T:      git git://people.freedesktop.org/~gabbayo/linux.git
644 S:      Supported
645 F:      drivers/gpu/drm/amd/amdkfd/
646 F:      drivers/gpu/drm/amd/include/cik_structs.h
647 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
648 F:      drivers/gpu/drm/radeon/radeon_kfd.c
649 F:      drivers/gpu/drm/radeon/radeon_kfd.h
650 F:      include/uapi/linux/kfd_ioctl.h
651
652 AMD MICROCODE UPDATE SUPPORT
653 M:      Borislav Petkov <bp@alien8.de>
654 S:      Maintained
655 F:      arch/x86/kernel/cpu/microcode/amd*
656
657 AMD XGBE DRIVER
658 M:      Tom Lendacky <thomas.lendacky@amd.com>
659 L:      netdev@vger.kernel.org
660 S:      Supported
661 F:      drivers/net/ethernet/amd/xgbe/
662
663 AMS (Apple Motion Sensor) DRIVER
664 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
665 S:      Supported
666 F:      drivers/macintosh/ams/
667
668 AMSO1100 RNIC DRIVER
669 M:      Tom Tucker <tom@opengridcomputing.com>
670 M:      Steve Wise <swise@opengridcomputing.com>
671 L:      linux-rdma@vger.kernel.org
672 S:      Maintained
673 F:      drivers/infiniband/hw/amso1100/
674
675 ANALOG DEVICES INC AD9389B DRIVER
676 M:      Hans Verkuil <hans.verkuil@cisco.com>
677 L:      linux-media@vger.kernel.org
678 S:      Maintained
679 F:      drivers/media/i2c/ad9389b*
680
681 ANALOG DEVICES INC ADV7180 DRIVER
682 M:      Lars-Peter Clausen <lars@metafoo.de>
683 L:      linux-media@vger.kernel.org
684 W:      http://ez.analog.com/community/linux-device-drivers
685 S:      Supported
686 F:      drivers/media/i2c/adv7180.c
687
688 ANALOG DEVICES INC ADV7511 DRIVER
689 M:      Hans Verkuil <hans.verkuil@cisco.com>
690 L:      linux-media@vger.kernel.org
691 S:      Maintained
692 F:      drivers/media/i2c/adv7511*
693
694 ANALOG DEVICES INC ADV7604 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7604*
699
700 ANALOG DEVICES INC ADV7842 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7842*
705
706 ANALOG DEVICES INC ASOC CODEC DRIVERS
707 M:      Lars-Peter Clausen <lars@metafoo.de>
708 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
709 W:      http://wiki.analog.com/
710 W:      http://ez.analog.com/community/linux-device-drivers
711 S:      Supported
712 F:      sound/soc/codecs/adau*
713 F:      sound/soc/codecs/adav*
714 F:      sound/soc/codecs/ad1*
715 F:      sound/soc/codecs/ad7*
716 F:      sound/soc/codecs/ssm*
717 F:      sound/soc/codecs/sigmadsp.*
718
719 ANALOG DEVICES INC ASOC DRIVERS
720 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
721 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
722 W:      http://blackfin.uclinux.org/
723 S:      Supported
724 F:      sound/soc/blackfin/*
725
726 ANALOG DEVICES INC IIO DRIVERS
727 M:      Lars-Peter Clausen <lars@metafoo.de>
728 M:      Michael Hennerich <Michael.Hennerich@analog.com>
729 W:      http://wiki.analog.com/
730 W:      http://ez.analog.com/community/linux-device-drivers
731 S:      Supported
732 F:      drivers/iio/*/ad*
733 X:      drivers/iio/*/adjd*
734 F:      drivers/staging/iio/*/ad*
735 F:      staging/iio/trigger/iio-trig-bfin-timer.c
736
737 ANDROID DRIVERS
738 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
739 M:      Arve HjønnevĂ¥g <arve@android.com>
740 M:      Riley Andrews <riandrews@android.com>
741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
742 L:      devel@driverdev.osuosl.org
743 S:      Supported
744 F:      drivers/android/
745 F:      drivers/staging/android/
746
747 AOA (Apple Onboard Audio) ALSA DRIVER
748 M:      Johannes Berg <johannes@sipsolutions.net>
749 L:      linuxppc-dev@lists.ozlabs.org
750 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
751 S:      Maintained
752 F:      sound/aoa/
753
754 APM DRIVER
755 M:      Jiri Kosina <jkosina@suse.com>
756 S:      Odd fixes
757 F:      arch/x86/kernel/apm_32.c
758 F:      include/linux/apm_bios.h
759 F:      include/uapi/linux/apm_bios.h
760 F:      drivers/char/apm-emulation.c
761
762 APPLE BCM5974 MULTITOUCH DRIVER
763 M:      Henrik Rydberg <rydberg@bitmath.org>
764 L:      linux-input@vger.kernel.org
765 S:      Odd fixes
766 F:      drivers/input/mouse/bcm5974.c
767
768 APPLE SMC DRIVER
769 M:      Henrik Rydberg <rydberg@bitmath.org>
770 L:      lm-sensors@lm-sensors.org
771 S:      Odd fixes
772 F:      drivers/hwmon/applesmc.c
773
774 APPLETALK NETWORK LAYER
775 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
776 S:      Maintained
777 F:      drivers/net/appletalk/
778 F:      net/appletalk/
779
780 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
781 M:      Iyappan Subramanian <isubramanian@apm.com>
782 M:      Keyur Chudgar <kchudgar@apm.com>
783 S:      Supported
784 F:      drivers/net/ethernet/apm/xgene/
785 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
786
787 APTINA CAMERA SENSOR PLL
788 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
789 L:      linux-media@vger.kernel.org
790 S:      Maintained
791 F:      drivers/media/i2c/aptina-pll.*
792
793 ARC FRAMEBUFFER DRIVER
794 M:      Jaya Kumar <jayalk@intworks.biz>
795 S:      Maintained
796 F:      drivers/video/fbdev/arcfb.c
797 F:      drivers/video/fbdev/core/fb_defio.c
798
799 ARM MFM AND FLOPPY DRIVERS
800 M:      Ian Molton <spyro@f2s.com>
801 S:      Maintained
802 F:      arch/arm/lib/floppydma.S
803 F:      arch/arm/include/asm/floppy.h
804
805 ARM PMU PROFILING AND DEBUGGING
806 M:      Will Deacon <will.deacon@arm.com>
807 S:      Maintained
808 F:      arch/arm/kernel/perf_event*
809 F:      arch/arm/oprofile/common.c
810 F:      arch/arm/include/asm/pmu.h
811 F:      arch/arm/kernel/hw_breakpoint.c
812 F:      arch/arm/include/asm/hw_breakpoint.h
813
814 ARM PORT
815 M:      Russell King <linux@arm.linux.org.uk>
816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
817 W:      http://www.arm.linux.org.uk/
818 S:      Maintained
819 F:      arch/arm/
820
821 ARM SUB-ARCHITECTURES
822 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
823 S:      Maintained
824 F:      arch/arm/mach-*/
825 F:      arch/arm/plat-*/
826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
827
828 ARM PRIMECELL AACI PL041 DRIVER
829 M:      Russell King <linux@arm.linux.org.uk>
830 S:      Maintained
831 F:      sound/arm/aaci.*
832
833 ARM PRIMECELL CLCD PL110 DRIVER
834 M:      Russell King <linux@arm.linux.org.uk>
835 S:      Maintained
836 F:      drivers/video/fbdev/amba-clcd.*
837
838 ARM PRIMECELL KMI PL050 DRIVER
839 M:      Russell King <linux@arm.linux.org.uk>
840 S:      Maintained
841 F:      drivers/input/serio/ambakmi.*
842 F:      include/linux/amba/kmi.h
843
844 ARM PRIMECELL MMCI PL180/1 DRIVER
845 M:      Russell King <linux@arm.linux.org.uk>
846 S:      Maintained
847 F:      drivers/mmc/host/mmci.*
848 F:      include/linux/amba/mmci.h
849
850 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
851 M:      Russell King <linux@arm.linux.org.uk>
852 S:      Maintained
853 F:      drivers/tty/serial/amba-pl01*.c
854 F:      include/linux/amba/serial.h
855
856 ARM PRIMECELL BUS SUPPORT
857 M:      Russell King <linux@arm.linux.org.uk>
858 S:      Maintained
859 F:      drivers/amba/
860 F:      include/linux/amba/bus.h
861
862 ARM/ADS SPHERE MACHINE SUPPORT
863 M:      Lennert Buytenhek <kernel@wantstofly.org>
864 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
865 S:      Maintained
866
867 ARM/AFEB9260 MACHINE SUPPORT
868 M:      Sergey Lapin <slapin@ossfans.org>
869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
870 S:      Maintained
871
872 ARM/AJECO 1ARM MACHINE SUPPORT
873 M:      Lennert Buytenhek <kernel@wantstofly.org>
874 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
875 S:      Maintained
876
877 ARM/Allwinner A1X SoC support
878 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
879 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
880 S:      Maintained
881 N:      sun[x4567]i
882
883 ARM/Allwinner SoC Clock Support
884 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
885 S:      Maintained
886 F:      drivers/clk/sunxi/
887
888 ARM/Amlogic MesonX SoC support
889 M:      Carlo Caione <carlo@caione.org>
890 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
891 S:      Maintained
892 F:      drivers/media/rc/meson-ir.c
893 N:      meson[x68]
894
895 ARM/Annapurna Labs ALPINE ARCHITECTURE
896 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
897 S:      Maintained
898 F:      arch/arm/mach-alpine/
899
900 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
901 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
902 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
903 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 W:      http://www.linux4sam.org
906 S:      Supported
907 F:      arch/arm/mach-at91/
908 F:      include/soc/at91/
909 F:      arch/arm/boot/dts/at91*.dts
910 F:      arch/arm/boot/dts/at91*.dtsi
911 F:      arch/arm/boot/dts/sama*.dts
912 F:      arch/arm/boot/dts/sama*.dtsi
913 F:      arch/arm/include/debug/at91.S
914
915 ARM/ATMEL AT91 Clock Support
916 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
917 S:      Maintained
918 F:      drivers/clk/at91
919
920 ARM/CALXEDA HIGHBANK ARCHITECTURE
921 M:      Rob Herring <robh@kernel.org>
922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
923 S:      Maintained
924 F:      arch/arm/mach-highbank/
925
926 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
927 M:      Krzysztof Halasa <khalasa@piap.pl>
928 S:      Maintained
929 F:      arch/arm/mach-cns3xxx/
930
931 ARM/CAVIUM THUNDER NETWORK DRIVER
932 M:      Sunil Goutham <sgoutham@cavium.com>
933 M:      Robert Richter <rric@kernel.org>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Supported
936 F:      drivers/net/ethernet/cavium/
937
938 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
939 M:      Alexander Shiyan <shc_work@mail.ru>
940 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
941 S:      Odd Fixes
942 N:      clps711x
943
944 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
945 M:      Hartley Sweeten <hsweeten@visionengravers.com>
946 M:      Ryan Mallon <rmallon@gmail.com>
947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
948 S:      Maintained
949 F:      arch/arm/mach-ep93xx/
950 F:      arch/arm/mach-ep93xx/include/mach/
951
952 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
953 M:      Lennert Buytenhek <kernel@wantstofly.org>
954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
955 S:      Maintained
956
957 ARM/CLKDEV SUPPORT
958 M:      Russell King <linux@arm.linux.org.uk>
959 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
960 S:      Maintained
961 F:      arch/arm/include/asm/clkdev.h
962 F:      drivers/clk/clkdev.c
963
964 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
965 M:      Mike Rapoport <mike@compulab.co.il>
966 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
967 S:      Maintained
968
969 ARM/CONTEC MICRO9 MACHINE SUPPORT
970 M:      Hubert Feurstein <hubert.feurstein@contec.at>
971 S:      Maintained
972 F:      arch/arm/mach-ep93xx/micro9.c
973
974 ARM/CORESIGHT FRAMEWORK AND DRIVERS
975 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
976 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 S:      Maintained
978 F:      drivers/hwtracing/coresight/*
979 F:      Documentation/trace/coresight.txt
980 F:      Documentation/devicetree/bindings/arm/coresight.txt
981 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
982
983 ARM/CORGI MACHINE SUPPORT
984 M:      Richard Purdie <rpurdie@rpsys.net>
985 S:      Maintained
986
987 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
988 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
990 T:      git git://github.com/ulli-kroll/linux.git
991 S:      Maintained
992 F:      arch/arm/mach-gemini/
993 F:      drivers/rtc/rtc-gemini.c
994
995 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
996 M:      Barry Song <baohua@kernel.org>
997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
999 S:      Maintained
1000 F:      arch/arm/mach-prima2/
1001 F:      drivers/clk/sirf/
1002 F:      drivers/clocksource/timer-prima2.c
1003 F:      drivers/clocksource/timer-atlas7.c
1004 N:      [^a-z]sirf
1005
1006 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1007 M:      Baruch Siach <baruch@tkos.co.il>
1008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1009 S:      Maintained
1010 F:      arch/arm/boot/dts/cx92755*
1011 N:      digicolor
1012
1013 ARM/EBSA110 MACHINE SUPPORT
1014 M:      Russell King <linux@arm.linux.org.uk>
1015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016 W:      http://www.arm.linux.org.uk/
1017 S:      Maintained
1018 F:      arch/arm/mach-ebsa110/
1019 F:      drivers/net/ethernet/amd/am79c961a.*
1020
1021 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1022 M:      Uwe Kleine-König <kernel@pengutronix.de>
1023 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1024 S:      Maintained
1025 N:      efm32
1026
1027 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1028 M:      Daniel Ribeiro <drwyrm@gmail.com>
1029 M:      Stefan Schmidt <stefan@openezx.org>
1030 M:      Harald Welte <laforge@openezx.org>
1031 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1032 W:      http://www.openezx.org/
1033 S:      Maintained
1034 T:      topgit git://git.openezx.org/openezx.git
1035 F:      arch/arm/mach-pxa/ezx.c
1036
1037 ARM/FARADAY FA526 PORT
1038 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1039 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1040 S:      Maintained
1041 T:      git git://git.berlios.de/gemini-board
1042 F:      arch/arm/mm/*-fa*
1043
1044 ARM/FOOTBRIDGE ARCHITECTURE
1045 M:      Russell King <linux@arm.linux.org.uk>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 W:      http://www.arm.linux.org.uk/
1048 S:      Maintained
1049 F:      arch/arm/include/asm/hardware/dec21285.h
1050 F:      arch/arm/mach-footbridge/
1051
1052 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1053 M:      Shawn Guo <shawnguo@kernel.org>
1054 M:      Sascha Hauer <kernel@pengutronix.de>
1055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 S:      Maintained
1057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1058 F:      arch/arm/mach-imx/
1059 F:      arch/arm/mach-mxs/
1060 F:      arch/arm/boot/dts/imx*
1061 F:      arch/arm/configs/imx*_defconfig
1062 F:      drivers/clk/imx/
1063 F:      include/soc/imx/
1064
1065 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1066 M:      Shawn Guo <shawnguo@kernel.org>
1067 M:      Sascha Hauer <kernel@pengutronix.de>
1068 R:      Stefan Agner <stefan@agner.ch>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1072 F:      arch/arm/mach-imx/*vf610*
1073 F:      arch/arm/boot/dts/vf*
1074
1075 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1076 M:      Lennert Buytenhek <kernel@wantstofly.org>
1077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 S:      Maintained
1079
1080 ARM/GUMSTIX MACHINE SUPPORT
1081 M:      Steve Sakoman <sakoman@gmail.com>
1082 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1083 S:      Maintained
1084
1085 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1086 M:      Philipp Zabel <philipp.zabel@gmail.com>
1087 M:      Paul Parsons <lost.distance@yahoo.com>
1088 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1089 S:      Maintained
1090 F:      arch/arm/mach-pxa/hx4700.c
1091 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1092 F:      sound/soc/pxa/hx4700.c
1093
1094 ARM/HISILICON SOC SUPPORT
1095 M:      Wei Xu <xuwei5@hisilicon.com>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 W:      http://www.hisilicon.com
1098 S:      Supported
1099 T:      git git://github.com/hisilicon/linux-hisi.git
1100 F:      arch/arm/mach-hisi/
1101
1102 ARM/HP JORNADA 7XX MACHINE SUPPORT
1103 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1104 W:      www.jlime.com
1105 S:      Maintained
1106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1107 F:      arch/arm/mach-sa1100/jornada720.c
1108 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1109
1110 ARM/IGEP MACHINE SUPPORT
1111 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1112 M:      Javier Martinez Canillas <javier@dowhile0.org>
1113 L:      linux-omap@vger.kernel.org
1114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S:      Maintained
1116 F:      arch/arm/boot/dts/omap3-igep*
1117
1118 ARM/INCOME PXA270 SUPPORT
1119 M:      Marek Vasut <marek.vasut@gmail.com>
1120 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1121 S:      Maintained
1122 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1123
1124 ARM/INTEL IOP32X ARM ARCHITECTURE
1125 M:      Lennert Buytenhek <kernel@wantstofly.org>
1126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1127 S:      Maintained
1128
1129 ARM/INTEL IOP33X ARM ARCHITECTURE
1130 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1131 S:      Orphan
1132
1133 ARM/INTEL IOP13XX 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 IQ81342EX MACHINE SUPPORT
1139 M:      Lennert Buytenhek <kernel@wantstofly.org>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142
1143 ARM/INTEL IXDP2850 MACHINE SUPPORT
1144 M:      Lennert Buytenhek <kernel@wantstofly.org>
1145 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1146 S:      Maintained
1147
1148 ARM/INTEL IXP4XX ARM ARCHITECTURE
1149 M:      Imre Kaloz <kaloz@openwrt.org>
1150 M:      Krzysztof Halasa <khalasa@piap.pl>
1151 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1152 S:      Maintained
1153 F:      arch/arm/mach-ixp4xx/
1154
1155 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1156 M:      Jonathan Cameron <jic23@cam.ac.uk>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 S:      Maintained
1159 F:      arch/arm/mach-pxa/stargate2.c
1160 F:      drivers/pcmcia/pxa2xx_stargate2.c
1161
1162 ARM/INTEL XSC3 (MANZANO) ARM CORE
1163 M:      Lennert Buytenhek <kernel@wantstofly.org>
1164 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1165 S:      Maintained
1166
1167 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1168 M:      Lennert Buytenhek <kernel@wantstofly.org>
1169 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1170 S:      Maintained
1171
1172 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1173 M:      Santosh Shilimkar <ssantosh@kernel.org>
1174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 S:      Maintained
1176 F:      arch/arm/mach-keystone/
1177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1178
1179 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1180 M:      Santosh Shilimkar <ssantosh@kernel.org>
1181 L:      linux-kernel@vger.kernel.org
1182 S:      Maintained
1183 F:      drivers/clk/keystone/
1184
1185 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1186 M:      Santosh Shilimkar <ssantosh@kernel.org>
1187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 L:      linux-kernel@vger.kernel.org
1189 S:      Maintained
1190 F:      drivers/clocksource/timer-keystone.c
1191
1192 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1193 M:      Santosh Shilimkar <ssantosh@kernel.org>
1194 L:      linux-kernel@vger.kernel.org
1195 S:      Maintained
1196 F:      drivers/power/reset/keystone-reset.c
1197
1198 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1199 M:      Santosh Shilimkar <ssantosh@kernel.org>
1200 L:      linux-kernel@vger.kernel.org
1201 S:      Maintained
1202 F:      drivers/memory/*emif*
1203
1204 ARM/LOGICPD PXA270 MACHINE SUPPORT
1205 M:      Lennert Buytenhek <kernel@wantstofly.org>
1206 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1207 S:      Maintained
1208
1209 ARM/LPC18XX ARCHITECTURE
1210 M:      Joachim Eastwood <manabian@gmail.com>
1211 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1212 S:      Maintained
1213 N:      lpc18xx
1214
1215 ARM/MAGICIAN MACHINE SUPPORT
1216 M:      Philipp Zabel <philipp.zabel@gmail.com>
1217 S:      Maintained
1218
1219 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1220 M:      Jason Cooper <jason@lakedaemon.net>
1221 M:      Andrew Lunn <andrew@lunn.ch>
1222 M:      Gregory Clement <gregory.clement@free-electrons.com>
1223 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1224 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1225 S:      Maintained
1226 F:      arch/arm/mach-mvebu/
1227 F:      drivers/rtc/rtc-armada38x.c
1228 F:      arch/arm/boot/dts/armada*
1229 F:      arch/arm/boot/dts/kirkwood*
1230
1231
1232 ARM/Marvell Berlin SoC support
1233 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1235 S:      Maintained
1236 F:      arch/arm/mach-berlin/
1237 F:      arch/arm/boot/dts/berlin*
1238
1239
1240 ARM/Marvell Dove/MV78xx0/Orion SOC support
1241 M:      Jason Cooper <jason@lakedaemon.net>
1242 M:      Andrew Lunn <andrew@lunn.ch>
1243 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1244 M:      Gregory Clement <gregory.clement@free-electrons.com>
1245 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1246 S:      Maintained
1247 F:      arch/arm/mach-dove/
1248 F:      arch/arm/mach-mv78xx0/
1249 F:      arch/arm/mach-orion5x/
1250 F:      arch/arm/plat-orion/
1251 F:      arch/arm/boot/dts/dove*
1252 F:      arch/arm/boot/dts/orion5x*
1253
1254
1255 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1256 M:      Alexander Clouter <alex@digriz.org.uk>
1257 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1258 W:      http://www.digriz.org.uk/ts78xx/kernel
1259 S:      Maintained
1260 F:      arch/arm/mach-orion5x/ts78xx-*
1261
1262 ARM/Mediatek RTC DRIVER
1263 M:      Eddie Huang <eddie.huang@mediatek.com>
1264 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1265 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1266 S:      Maintained
1267 F:      drivers/rtc/rtc-mt6397.c
1268
1269 ARM/Mediatek SoC support
1270 M:      Matthias Brugger <matthias.bgg@gmail.com>
1271 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1273 S:      Maintained
1274 F:      arch/arm/boot/dts/mt6*
1275 F:      arch/arm/boot/dts/mt8*
1276 F:      arch/arm/mach-mediatek/
1277 N:      mtk
1278 K:      mediatek
1279
1280 ARM/MICREL KS8695 ARCHITECTURE
1281 M:      Greg Ungerer <gerg@uclinux.org>
1282 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1283 F:      arch/arm/mach-ks8695/
1284 S:      Odd Fixes
1285
1286 ARM/MIOA701 MACHINE SUPPORT
1287 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1288 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289 F:      arch/arm/mach-pxa/mioa701.c
1290 S:      Maintained
1291
1292 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1293 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1294 S:      Maintained
1295
1296 ARM/NOMADIK ARCHITECTURE
1297 M:      Alessandro Rubini <rubini@unipv.it>
1298 M:      Linus Walleij <linus.walleij@linaro.org>
1299 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1300 S:      Maintained
1301 F:      arch/arm/mach-nomadik/
1302 F:      drivers/pinctrl/nomadik/
1303 F:      drivers/i2c/busses/i2c-nomadik.c
1304 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1305
1306 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1307 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1308 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1309 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1310 S:      Supported
1311
1312 ARM/TOSA MACHINE SUPPORT
1313 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1314 M:      Dirk Opfer <dirk@opfer-online.de>
1315 S:      Maintained
1316
1317 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1318 M:      Marek Vasut <marek.vasut@gmail.com>
1319 L:      linux-arm-kernel@lists.infradead.org
1320 W:      http://hackndev.com
1321 S:      Maintained
1322 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1323 F:      arch/arm/mach-pxa/palmtx.c
1324 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1325 F:      arch/arm/mach-pxa/palmt5.c
1326 F:      arch/arm/mach-pxa/include/mach/palmld.h
1327 F:      arch/arm/mach-pxa/palmld.c
1328 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1329 F:      arch/arm/mach-pxa/palmte2.c
1330 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1331 F:      arch/arm/mach-pxa/palmtc.c
1332
1333 ARM/PALM TREO SUPPORT
1334 M:      Tomas Cech <sleep_walker@suse.com>
1335 L:      linux-arm-kernel@lists.infradead.org
1336 W:      http://hackndev.com
1337 S:      Maintained
1338 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1339 F:      arch/arm/mach-pxa/palmtreo.c
1340
1341 ARM/PALMZ72 SUPPORT
1342 M:      Sergey Lapin <slapin@ossfans.org>
1343 L:      linux-arm-kernel@lists.infradead.org
1344 W:      http://hackndev.com
1345 S:      Maintained
1346 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1347 F:      arch/arm/mach-pxa/palmz72.c
1348
1349 ARM/PLEB SUPPORT
1350 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1351 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1352 S:      Maintained
1353
1354 ARM/PT DIGITAL BOARD PORT
1355 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1356 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1357 W:      http://www.arm.linux.org.uk/
1358 S:      Maintained
1359
1360 ARM/QUALCOMM SUPPORT
1361 M:      Kumar Gala <galak@codeaurora.org>
1362 M:      Andy Gross <agross@codeaurora.org>
1363 M:      David Brown <davidb@codeaurora.org>
1364 L:      linux-arm-msm@vger.kernel.org
1365 L:      linux-soc@vger.kernel.org
1366 S:      Maintained
1367 F:      arch/arm/mach-qcom/
1368 F:      drivers/soc/qcom/
1369 F:      drivers/tty/serial/msm_serial.h
1370 F:      drivers/tty/serial/msm_serial.c
1371 F:      drivers/*/pm8???-*
1372 F:      drivers/mfd/ssbi.c
1373 F:      drivers/firmware/qcom_scm.c
1374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1375
1376 ARM/RADISYS ENP2611 MACHINE SUPPORT
1377 M:      Lennert Buytenhek <kernel@wantstofly.org>
1378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1379 S:      Maintained
1380
1381 ARM/RISCPC ARCHITECTURE
1382 M:      Russell King <linux@arm.linux.org.uk>
1383 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1384 W:      http://www.arm.linux.org.uk/
1385 S:      Maintained
1386 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1387 F:      arch/arm/include/asm/hardware/ioc.h
1388 F:      arch/arm/include/asm/hardware/iomd.h
1389 F:      arch/arm/include/asm/hardware/memc.h
1390 F:      arch/arm/mach-rpc/
1391 F:      drivers/net/ethernet/8390/etherh.c
1392 F:      drivers/net/ethernet/i825xx/ether1*
1393 F:      drivers/net/ethernet/seeq/ether3*
1394 F:      drivers/scsi/arm/
1395
1396 ARM/Rockchip SoC support
1397 M:      Heiko Stuebner <heiko@sntech.de>
1398 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1399 L:      linux-rockchip@lists.infradead.org
1400 S:      Maintained
1401 F:      arch/arm/boot/dts/rk3*
1402 F:      arch/arm/mach-rockchip/
1403 F:      drivers/clk/rockchip/
1404 F:      drivers/i2c/busses/i2c-rk3x.c
1405 F:      drivers/*/*rockchip*
1406 F:      drivers/*/*/*rockchip*
1407 F:      sound/soc/rockchip/
1408 N:      rockchip
1409
1410 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1411 M:      Kukjin Kim <kgene@kernel.org>
1412 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1414 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1415 S:      Maintained
1416 F:      arch/arm/boot/dts/s3c*
1417 F:      arch/arm/boot/dts/exynos*
1418 F:      arch/arm64/boot/dts/exynos/
1419 F:      arch/arm/plat-samsung/
1420 F:      arch/arm/mach-s3c24*/
1421 F:      arch/arm/mach-s3c64xx/
1422 F:      arch/arm/mach-s5p*/
1423 F:      arch/arm/mach-exynos*/
1424 F:      drivers/*/*s3c2410*
1425 F:      drivers/*/*/*s3c2410*
1426 F:      drivers/spi/spi-s3c*
1427 F:      sound/soc/samsung/*
1428 N:      exynos
1429
1430 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1431 M:      Kyungmin Park <kyungmin.park@samsung.com>
1432 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1433 S:      Maintained
1434 F:      arch/arm/mach-s5pv210/
1435
1436 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1437 M:      Kyungmin Park <kyungmin.park@samsung.com>
1438 M:      Kamil Debski <k.debski@samsung.com>
1439 L:      linux-arm-kernel@lists.infradead.org
1440 L:      linux-media@vger.kernel.org
1441 S:      Maintained
1442 F:      drivers/media/platform/s5p-g2d/
1443
1444 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1445 M:      Kyungmin Park <kyungmin.park@samsung.com>
1446 M:      Kamil Debski <k.debski@samsung.com>
1447 M:      Jeongtae Park <jtp.park@samsung.com>
1448 L:      linux-arm-kernel@lists.infradead.org
1449 L:      linux-media@vger.kernel.org
1450 S:      Maintained
1451 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1452 F:      drivers/media/platform/s5p-mfc/
1453
1454 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1455 M:      Kyungmin Park <kyungmin.park@samsung.com>
1456 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1457 L:      linux-arm-kernel@lists.infradead.org
1458 L:      linux-media@vger.kernel.org
1459 S:      Maintained
1460 F:      drivers/media/platform/s5p-tv/
1461
1462 ARM/SHMOBILE ARM ARCHITECTURE
1463 M:      Simon Horman <horms@verge.net.au>
1464 M:      Magnus Damm <magnus.damm@gmail.com>
1465 L:      linux-sh@vger.kernel.org
1466 W:      http://oss.renesas.com
1467 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1469 S:      Supported
1470 F:      arch/arm/boot/dts/emev2*
1471 F:      arch/arm/boot/dts/r7s*
1472 F:      arch/arm/boot/dts/r8a*
1473 F:      arch/arm/boot/dts/sh*
1474 F:      arch/arm/configs/armadillo800eva_defconfig
1475 F:      arch/arm/configs/bockw_defconfig
1476 F:      arch/arm/configs/kzm9g_defconfig
1477 F:      arch/arm/configs/marzen_defconfig
1478 F:      arch/arm/configs/shmobile_defconfig
1479 F:      arch/arm/include/debug/renesas-scif.S
1480 F:      arch/arm/mach-shmobile/
1481 F:      drivers/sh/
1482
1483 ARM/SOCFPGA ARCHITECTURE
1484 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1485 S:      Maintained
1486 F:      arch/arm/mach-socfpga/
1487 F:      arch/arm/boot/dts/socfpga*
1488 F:      arch/arm/configs/socfpga_defconfig
1489 W:      http://www.rocketboards.org
1490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1491
1492 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1493 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1494 S:      Maintained
1495 F:      drivers/clk/socfpga/
1496
1497 ARM/SOCFPGA EDAC SUPPORT
1498 M:      Thor Thayer <tthayer@opensource.altera.com>
1499 S:      Maintained
1500 F:      drivers/edac/altera_edac.
1501
1502 ARM/STI ARCHITECTURE
1503 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1504 M:      Maxime Coquelin <maxime.coquelin@st.com>
1505 M:      Patrice Chotard <patrice.chotard@st.com>
1506 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1507 L:      kernel@stlinux.com
1508 W:      http://www.stlinux.com
1509 S:      Maintained
1510 F:      arch/arm/mach-sti/
1511 F:      arch/arm/boot/dts/sti*
1512 F:      drivers/clocksource/arm_global_timer.c
1513 F:      drivers/i2c/busses/i2c-st.c
1514 F:      drivers/media/rc/st_rc.c
1515 F:      drivers/mmc/host/sdhci-st.c
1516 F:      drivers/phy/phy-miphy28lp.c
1517 F:      drivers/phy/phy-miphy365x.c
1518 F:      drivers/phy/phy-stih407-usb.c
1519 F:      drivers/phy/phy-stih41x-usb.c
1520 F:      drivers/pinctrl/pinctrl-st.c
1521 F:      drivers/reset/sti/
1522 F:      drivers/rtc/rtc-st-lpc.c
1523 F:      drivers/tty/serial/st-asc.c
1524 F:      drivers/usb/dwc3/dwc3-st.c
1525 F:      drivers/usb/host/ehci-st.c
1526 F:      drivers/usb/host/ohci-st.c
1527 F:      drivers/watchdog/st_lpc_wdt.c
1528 F:      drivers/ata/ahci_st.c
1529
1530 ARM/STM32 ARCHITECTURE
1531 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1532 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1533 S:      Maintained
1534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1535 N:      stm32
1536 F:      drivers/clocksource/armv7m_systick.c
1537
1538 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1539 M:      Lennert Buytenhek <kernel@wantstofly.org>
1540 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1541 S:      Maintained
1542
1543 ARM/TETON BGA MACHINE SUPPORT
1544 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1545 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1546 S:      Maintained
1547
1548 ARM/THECUS N2100 MACHINE SUPPORT
1549 M:      Lennert Buytenhek <kernel@wantstofly.org>
1550 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1551 S:      Maintained
1552
1553 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1554 M:      Wan ZongShun <mcuos.com@gmail.com>
1555 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1556 W:      http://www.mcuos.com
1557 S:      Maintained
1558 F:      arch/arm/mach-w90x900/
1559 F:      drivers/input/keyboard/w90p910_keypad.c
1560 F:      drivers/input/touchscreen/w90p910_ts.c
1561 F:      drivers/watchdog/nuc900_wdt.c
1562 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1563 F:      drivers/mtd/nand/nuc900_nand.c
1564 F:      drivers/rtc/rtc-nuc900.c
1565 F:      drivers/spi/spi-nuc900.c
1566 F:      drivers/usb/host/ehci-w90x900.c
1567 F:      drivers/video/fbdev/nuc900fb.c
1568
1569 ARM/U300 MACHINE SUPPORT
1570 M:      Linus Walleij <linus.walleij@linaro.org>
1571 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1572 S:      Supported
1573 F:      arch/arm/mach-u300/
1574 F:      drivers/clocksource/timer-u300.c
1575 F:      drivers/i2c/busses/i2c-stu300.c
1576 F:      drivers/rtc/rtc-coh901331.c
1577 F:      drivers/watchdog/coh901327_wdt.c
1578 F:      drivers/dma/coh901318*
1579 F:      drivers/mfd/ab3100*
1580 F:      drivers/rtc/rtc-ab3100.c
1581 F:      drivers/rtc/rtc-coh901331.c
1582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1583
1584 ARM/UNIPHIER ARCHITECTURE
1585 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1586 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1587 S:      Maintained
1588 F:      arch/arm/mach-uniphier/
1589 N:      uniphier
1590
1591 ARM/Ux500 ARM ARCHITECTURE
1592 M:      Linus Walleij <linus.walleij@linaro.org>
1593 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594 S:      Maintained
1595 F:      arch/arm/mach-ux500/
1596 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1597 F:      drivers/dma/ste_dma40*
1598 F:      drivers/hwspinlock/u8500_hsem.c
1599 F:      drivers/mfd/abx500*
1600 F:      drivers/mfd/ab8500*
1601 F:      drivers/mfd/dbx500*
1602 F:      drivers/mfd/db8500*
1603 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1604 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1605 F:      drivers/rtc/rtc-ab8500.c
1606 F:      drivers/rtc/rtc-pl031.c
1607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1608
1609 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1610 M:      Ulf Hansson <ulf.hansson@linaro.org>
1611 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1612 T:      git git://git.linaro.org/people/ulfh/clk.git
1613 S:      Maintained
1614 F:      drivers/clk/ux500/
1615 F:      include/linux/platform_data/clk-ux500.h
1616
1617 ARM/VERSATILE EXPRESS PLATFORM
1618 M:      Liviu Dudau <liviu.dudau@arm.com>
1619 M:      Sudeep Holla <sudeep.holla@arm.com>
1620 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1621 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1622 S:      Maintained
1623 F:      arch/arm/boot/dts/vexpress*
1624 F:      arch/arm64/boot/dts/arm/vexpress*
1625 F:      arch/arm/mach-vexpress/
1626 F:      */*/vexpress*
1627 F:      */*/*/vexpress*
1628 F:      drivers/clk/versatile/clk-vexpress-osc.c
1629 F:      drivers/clocksource/versatile.c
1630
1631 ARM/VFP SUPPORT
1632 M:      Russell King <linux@arm.linux.org.uk>
1633 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1634 W:      http://www.arm.linux.org.uk/
1635 S:      Maintained
1636 F:      arch/arm/vfp/
1637
1638 ARM/VOIPAC PXA270 SUPPORT
1639 M:      Marek Vasut <marek.vasut@gmail.com>
1640 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1641 S:      Maintained
1642 F:      arch/arm/mach-pxa/vpac270.c
1643 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1644
1645 ARM/VT8500 ARM ARCHITECTURE
1646 M:      Tony Prisk <linux@prisktech.co.nz>
1647 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1648 S:      Maintained
1649 F:      arch/arm/mach-vt8500/
1650 F:      drivers/clocksource/vt8500_timer.c
1651 F:      drivers/i2c/busses/i2c-wmt.c
1652 F:      drivers/mmc/host/wmt-sdmmc.c
1653 F:      drivers/pwm/pwm-vt8500.c
1654 F:      drivers/rtc/rtc-vt8500.c
1655 F:      drivers/tty/serial/vt8500_serial.c
1656 F:      drivers/usb/host/ehci-platform.c
1657 F:      drivers/usb/host/uhci-platform.c
1658 F:      drivers/video/fbdev/vt8500lcdfb.*
1659 F:      drivers/video/fbdev/wm8505fb*
1660 F:      drivers/video/fbdev/wmt_ge_rops.*
1661
1662 ARM/ZIPIT Z2 SUPPORT
1663 M:      Marek Vasut <marek.vasut@gmail.com>
1664 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1665 S:      Maintained
1666 F:      arch/arm/mach-pxa/z2.c
1667 F:      arch/arm/mach-pxa/include/mach/z2.h
1668
1669 ARM/ZTE ARCHITECTURE
1670 M:      Jun Nie <jun.nie@linaro.org>
1671 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1672 S:      Maintained
1673 F:      arch/arm/mach-zx/
1674 F:      drivers/clk/zte/
1675 F:      Documentation/devicetree/bindings/arm/zte.txt
1676 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1677
1678 ARM/ZYNQ ARCHITECTURE
1679 M:      Michal Simek <michal.simek@xilinx.com>
1680 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1682 W:      http://wiki.xilinx.com
1683 T:      git git://git.xilinx.com/linux-xlnx.git
1684 S:      Supported
1685 F:      arch/arm/mach-zynq/
1686 F:      drivers/cpuidle/cpuidle-zynq.c
1687 F:      drivers/block/xsysace.c
1688 N:      zynq
1689 N:      xilinx
1690 F:      drivers/clocksource/cadence_ttc_timer.c
1691 F:      drivers/i2c/busses/i2c-cadence.c
1692 F:      drivers/mmc/host/sdhci-of-arasan.c
1693 F:      drivers/edac/synopsys_edac.c
1694
1695 ARM SMMU DRIVERS
1696 M:      Will Deacon <will.deacon@arm.com>
1697 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1698 S:      Maintained
1699 F:      drivers/iommu/arm-smmu.c
1700 F:      drivers/iommu/arm-smmu-v3.c
1701 F:      drivers/iommu/io-pgtable-arm.c
1702
1703 ARM64 PORT (AARCH64 ARCHITECTURE)
1704 M:      Catalin Marinas <catalin.marinas@arm.com>
1705 M:      Will Deacon <will.deacon@arm.com>
1706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1707 S:      Maintained
1708 F:      arch/arm64/
1709 F:      Documentation/arm64/
1710
1711 AS3645A LED FLASH CONTROLLER DRIVER
1712 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1713 L:      linux-media@vger.kernel.org
1714 T:      git git://linuxtv.org/media_tree.git
1715 S:      Maintained
1716 F:      drivers/media/i2c/as3645a.c
1717 F:      include/media/as3645a.h
1718
1719 ASC7621 HARDWARE MONITOR DRIVER
1720 M:      George Joseph <george.joseph@fairview5.com>
1721 L:      lm-sensors@lm-sensors.org
1722 S:      Maintained
1723 F:      Documentation/hwmon/asc7621
1724 F:      drivers/hwmon/asc7621.c
1725
1726 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1727 M:      Corentin Chary <corentin.chary@gmail.com>
1728 L:      acpi4asus-user@lists.sourceforge.net
1729 L:      platform-driver-x86@vger.kernel.org
1730 W:      http://acpi4asus.sf.net
1731 S:      Maintained
1732 F:      drivers/platform/x86/asus*.c
1733 F:      drivers/platform/x86/eeepc*.c
1734
1735 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1736 R:      Dan Williams <dan.j.williams@intel.com>
1737 W:      http://sourceforge.net/projects/xscaleiop
1738 S:      Odd fixes
1739 F:      Documentation/crypto/async-tx-api.txt
1740 F:      crypto/async_tx/
1741 F:      drivers/dma/
1742 F:      include/linux/dmaengine.h
1743 F:      include/linux/async_tx.h
1744
1745 AT24 EEPROM DRIVER
1746 M:      Wolfram Sang <wsa@the-dreams.de>
1747 L:      linux-i2c@vger.kernel.org
1748 S:      Maintained
1749 F:      drivers/misc/eeprom/at24.c
1750 F:      include/linux/platform_data/at24.h
1751
1752 ATA OVER ETHERNET (AOE) DRIVER
1753 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1754 W:      http://www.openaoe.org/
1755 S:      Supported
1756 F:      Documentation/aoe/
1757 F:      drivers/block/aoe/
1758
1759 ATHEROS ATH GENERIC UTILITIES
1760 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1761 L:      linux-wireless@vger.kernel.org
1762 S:      Supported
1763 F:      drivers/net/wireless/ath/*
1764
1765 ATHEROS ATH5K WIRELESS DRIVER
1766 M:      Jiri Slaby <jirislaby@gmail.com>
1767 M:      Nick Kossifidis <mickflemm@gmail.com>
1768 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1769 L:      linux-wireless@vger.kernel.org
1770 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1771 S:      Maintained
1772 F:      drivers/net/wireless/ath/ath5k/
1773
1774 ATHEROS ATH6KL WIRELESS DRIVER
1775 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1776 L:      linux-wireless@vger.kernel.org
1777 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1778 T:      git git://github.com/kvalo/ath.git
1779 S:      Supported
1780 F:      drivers/net/wireless/ath/ath6kl/
1781
1782 WILOCITY WIL6210 WIRELESS DRIVER
1783 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1784 L:      linux-wireless@vger.kernel.org
1785 L:      wil6210@qca.qualcomm.com
1786 S:      Supported
1787 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1788 F:      drivers/net/wireless/ath/wil6210/
1789 F:      include/uapi/linux/wil6210_uapi.h
1790
1791 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1792 M:      Christian Lamparter <chunkeey@googlemail.com>
1793 L:      linux-wireless@vger.kernel.org
1794 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1795 S:      Maintained
1796 F:      drivers/net/wireless/ath/carl9170/
1797
1798 ATK0110 HWMON DRIVER
1799 M:      Luca Tettamanti <kronos.it@gmail.com>
1800 L:      lm-sensors@lm-sensors.org
1801 S:      Maintained
1802 F:      drivers/hwmon/asus_atk0110.c
1803
1804 ATI_REMOTE2 DRIVER
1805 M:      Ville Syrjala <syrjala@sci.fi>
1806 S:      Maintained
1807 F:      drivers/input/misc/ati_remote2.c
1808
1809 ATLX ETHERNET DRIVERS
1810 M:      Jay Cliburn <jcliburn@gmail.com>
1811 M:      Chris Snook <chris.snook@gmail.com>
1812 L:      netdev@vger.kernel.org
1813 W:      http://sourceforge.net/projects/atl1
1814 W:      http://atl1.sourceforge.net
1815 S:      Maintained
1816 F:      drivers/net/ethernet/atheros/
1817
1818 ATM
1819 M:      Chas Williams <3chas3@gmail.com>
1820 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1821 L:      netdev@vger.kernel.org
1822 W:      http://linux-atm.sourceforge.net
1823 S:      Maintained
1824 F:      drivers/atm/
1825 F:      include/linux/atm*
1826 F:      include/uapi/linux/atm*
1827
1828 ATMEL AT91 / AT32 MCI DRIVER
1829 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1830 S:      Maintained
1831 F:      drivers/mmc/host/atmel-mci.c
1832 F:      drivers/mmc/host/atmel-mci-regs.h
1833
1834 ATMEL AT91 / AT32 SERIAL DRIVER
1835 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1836 S:      Supported
1837 F:      drivers/tty/serial/atmel_serial.c
1838
1839 ATMEL Audio ALSA driver
1840 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1841 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1842 S:      Supported
1843 F:      sound/soc/atmel
1844
1845 ATMEL DMA DRIVER
1846 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1847 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1848 S:      Supported
1849 F:      drivers/dma/at_hdmac.c
1850 F:      drivers/dma/at_hdmac_regs.h
1851 F:      include/linux/platform_data/dma-atmel.h
1852
1853 ATMEL XDMA DRIVER
1854 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1855 L:      linux-arm-kernel@lists.infradead.org
1856 L:      dmaengine@vger.kernel.org
1857 S:      Supported
1858 F:      drivers/dma/at_xdmac.c
1859
1860 ATMEL I2C DRIVER
1861 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1862 L:      linux-i2c@vger.kernel.org
1863 S:      Supported
1864 F:      drivers/i2c/busses/i2c-at91.c
1865
1866 ATMEL ISI DRIVER
1867 M:      Josh Wu <josh.wu@atmel.com>
1868 L:      linux-media@vger.kernel.org
1869 S:      Supported
1870 F:      drivers/media/platform/soc_camera/atmel-isi.c
1871 F:      include/media/atmel-isi.h
1872
1873 ATMEL LCDFB DRIVER
1874 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1875 L:      linux-fbdev@vger.kernel.org
1876 S:      Maintained
1877 F:      drivers/video/fbdev/atmel_lcdfb.c
1878 F:      include/video/atmel_lcdc.h
1879
1880 ATMEL MACB ETHERNET DRIVER
1881 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1882 S:      Supported
1883 F:      drivers/net/ethernet/cadence/
1884
1885 ATMEL NAND DRIVER
1886 M:      Josh Wu <josh.wu@atmel.com>
1887 L:      linux-mtd@lists.infradead.org
1888 S:      Supported
1889 F:      drivers/mtd/nand/atmel_nand*
1890
1891 ATMEL SPI DRIVER
1892 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1893 S:      Supported
1894 F:      drivers/spi/spi-atmel.*
1895
1896 ATMEL SSC DRIVER
1897 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1898 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1899 S:      Supported
1900 F:      drivers/misc/atmel-ssc.c
1901 F:      include/linux/atmel-ssc.h
1902
1903 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1904 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1905 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1906 S:      Supported
1907 F:      drivers/misc/atmel_tclib.c
1908 F:      drivers/clocksource/tcb_clksrc.c
1909
1910 ATMEL USBA UDC DRIVER
1911 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1912 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1913 S:      Supported
1914 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1915
1916 ATMEL WIRELESS DRIVER
1917 M:      Simon Kelley <simon@thekelleys.org.uk>
1918 L:      linux-wireless@vger.kernel.org
1919 W:      http://www.thekelleys.org.uk/atmel
1920 W:      http://atmelwlandriver.sourceforge.net/
1921 S:      Maintained
1922 F:      drivers/net/wireless/atmel*
1923
1924 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1925 M:      Bradley Grove <linuxdrivers@attotech.com>
1926 L:      linux-scsi@vger.kernel.org
1927 W:      http://www.attotech.com
1928 S:      Supported
1929 F:      drivers/scsi/esas2r
1930
1931 ATUSB IEEE 802.15.4 RADIO DRIVER
1932 M:      Stefan Schmidt <stefan@osg.samsung.com>
1933 L:      linux-wpan@vger.kernel.org
1934 S:      Maintained
1935 F:      drivers/net/ieee802154/atusb.c
1936 F:      drivers/net/ieee802154/atusb.h
1937 F:      drivers/net/ieee802154/at86rf230.h
1938
1939 AUDIT SUBSYSTEM
1940 M:      Paul Moore <paul@paul-moore.com>
1941 M:      Eric Paris <eparis@redhat.com>
1942 L:      linux-audit@redhat.com (moderated for non-subscribers)
1943 W:      http://people.redhat.com/sgrubb/audit/
1944 T:      git git://git.infradead.org/users/pcmoore/audit
1945 S:      Maintained
1946 F:      include/linux/audit.h
1947 F:      include/uapi/linux/audit.h
1948 F:      kernel/audit*
1949
1950 AUXILIARY DISPLAY DRIVERS
1951 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1952 W:      http://miguelojeda.es/auxdisplay.htm
1953 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1954 S:      Maintained
1955 F:      drivers/auxdisplay/
1956 F:      include/linux/cfag12864b.h
1957
1958 AVR32 ARCHITECTURE
1959 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1960 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1961 W:      http://www.atmel.com/products/AVR32/
1962 W:      http://mirror.egtvedt.no/avr32linux.org/
1963 W:      http://avrfreaks.net/
1964 S:      Maintained
1965 F:      arch/avr32/
1966
1967 AVR32/AT32AP MACHINE SUPPORT
1968 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1969 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1970 S:      Maintained
1971 F:      arch/avr32/mach-at32ap/
1972
1973 AX.25 NETWORK LAYER
1974 M:      Ralf Baechle <ralf@linux-mips.org>
1975 L:      linux-hams@vger.kernel.org
1976 W:      http://www.linux-ax25.org/
1977 S:      Maintained
1978 F:      include/uapi/linux/ax25.h
1979 F:      include/net/ax25.h
1980 F:      net/ax25/
1981
1982 AZ6007 DVB DRIVER
1983 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1984 L:      linux-media@vger.kernel.org
1985 W:      http://linuxtv.org
1986 T:      git git://linuxtv.org/media_tree.git
1987 S:      Maintained
1988 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1989
1990 AZTECH FM RADIO RECEIVER DRIVER
1991 M:      Hans Verkuil <hverkuil@xs4all.nl>
1992 L:      linux-media@vger.kernel.org
1993 T:      git git://linuxtv.org/media_tree.git
1994 W:      http://linuxtv.org
1995 S:      Maintained
1996 F:      drivers/media/radio/radio-aztech*
1997
1998 B43 WIRELESS DRIVER
1999 L:      linux-wireless@vger.kernel.org
2000 L:      b43-dev@lists.infradead.org
2001 W:      http://wireless.kernel.org/en/users/Drivers/b43
2002 S:      Odd Fixes
2003 F:      drivers/net/wireless/b43/
2004
2005 B43LEGACY WIRELESS DRIVER
2006 M:      Larry Finger <Larry.Finger@lwfinger.net>
2007 L:      linux-wireless@vger.kernel.org
2008 L:      b43-dev@lists.infradead.org
2009 W:      http://wireless.kernel.org/en/users/Drivers/b43
2010 S:      Maintained
2011 F:      drivers/net/wireless/b43legacy/
2012
2013 BACKLIGHT CLASS/SUBSYSTEM
2014 M:      Jingoo Han <jingoohan1@gmail.com>
2015 M:      Lee Jones <lee.jones@linaro.org>
2016 S:      Maintained
2017 F:      drivers/video/backlight/
2018 F:      include/linux/backlight.h
2019
2020 BATMAN ADVANCED
2021 M:      Marek Lindner <mareklindner@neomailbox.ch>
2022 M:      Simon Wunderlich <sw@simonwunderlich.de>
2023 M:      Antonio Quartulli <antonio@meshcoding.com>
2024 L:      b.a.t.m.a.n@lists.open-mesh.org
2025 W:      http://www.open-mesh.org/
2026 S:      Maintained
2027 F:      net/batman-adv/
2028
2029 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2030 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2031 L:      linux-hams@vger.kernel.org
2032 W:      http://www.baycom.org/~tom/ham/ham.html
2033 S:      Maintained
2034 F:      drivers/net/hamradio/baycom*
2035
2036 BCACHE (BLOCK LAYER CACHE)
2037 M:      Kent Overstreet <kent.overstreet@gmail.com>
2038 L:      linux-bcache@vger.kernel.org
2039 W:      http://bcache.evilpiepirate.org
2040 S:      Maintained
2041 F:      drivers/md/bcache/
2042
2043 BDISP ST MEDIA DRIVER
2044 M:      Fabien Dessenne <fabien.dessenne@st.com>
2045 L:      linux-media@vger.kernel.org
2046 T:      git git://linuxtv.org/media_tree.git
2047 W:      http://linuxtv.org
2048 S:      Supported
2049 F:      drivers/media/platform/sti/bdisp
2050
2051 BEFS FILE SYSTEM
2052 S:      Orphan
2053 F:      Documentation/filesystems/befs.txt
2054 F:      fs/befs/
2055
2056 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2057 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2058 L:      netdev@vger.kernel.org
2059 S:      Maintained
2060 F:      drivers/net/ethernet/ec_bhf.c
2061
2062 BFS FILE SYSTEM
2063 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2064 S:      Maintained
2065 F:      Documentation/filesystems/bfs.txt
2066 F:      fs/bfs/
2067 F:      include/uapi/linux/bfs_fs.h
2068
2069 BLACKFIN ARCHITECTURE
2070 M:      Steven Miao <realmz6@gmail.com>
2071 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2072 T:      git git://git.code.sf.net/p/adi-linux/code
2073 W:      http://blackfin.uclinux.org
2074 S:      Supported
2075 F:      arch/blackfin/
2076
2077 BLACKFIN EMAC DRIVER
2078 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2079 W:      http://blackfin.uclinux.org
2080 S:      Supported
2081 F:      drivers/net/ethernet/adi/
2082
2083 BLACKFIN RTC DRIVER
2084 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2085 W:      http://blackfin.uclinux.org
2086 S:      Supported
2087 F:      drivers/rtc/rtc-bfin.c
2088
2089 BLACKFIN SDH DRIVER
2090 M:      Sonic Zhang <sonic.zhang@analog.com>
2091 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2092 W:      http://blackfin.uclinux.org
2093 S:      Supported
2094 F:      drivers/mmc/host/bfin_sdh.c
2095
2096 BLACKFIN SERIAL DRIVER
2097 M:      Sonic Zhang <sonic.zhang@analog.com>
2098 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2099 W:      http://blackfin.uclinux.org
2100 S:      Supported
2101 F:      drivers/tty/serial/bfin_uart.c
2102
2103 BLACKFIN WATCHDOG DRIVER
2104 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2105 W:      http://blackfin.uclinux.org
2106 S:      Supported
2107 F:      drivers/watchdog/bfin_wdt.c
2108
2109 BLACKFIN I2C TWI DRIVER
2110 M:      Sonic Zhang <sonic.zhang@analog.com>
2111 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2112 W:      http://blackfin.uclinux.org/
2113 S:      Supported
2114 F:      drivers/i2c/busses/i2c-bfin-twi.c
2115
2116 BLACKFIN MEDIA DRIVER
2117 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2118 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2119 W:      http://blackfin.uclinux.org/
2120 S:      Supported
2121 F:      drivers/media/platform/blackfin/
2122 F:      drivers/media/i2c/adv7183*
2123 F:      drivers/media/i2c/vs6624*
2124
2125 BLINKM RGB LED DRIVER
2126 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2127 S:      Maintained
2128 F:      drivers/leds/leds-blinkm.c
2129
2130 BLOCK LAYER
2131 M:      Jens Axboe <axboe@kernel.dk>
2132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2133 S:      Maintained
2134 F:      block/
2135 F:      kernel/trace/blktrace.c
2136
2137 BLOCK2MTD DRIVER
2138 M:      Joern Engel <joern@lazybastard.org>
2139 L:      linux-mtd@lists.infradead.org
2140 S:      Maintained
2141 F:      drivers/mtd/devices/block2mtd.c
2142
2143 BLUETOOTH DRIVERS
2144 M:      Marcel Holtmann <marcel@holtmann.org>
2145 M:      Gustavo Padovan <gustavo@padovan.org>
2146 M:      Johan Hedberg <johan.hedberg@gmail.com>
2147 L:      linux-bluetooth@vger.kernel.org
2148 W:      http://www.bluez.org/
2149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2151 S:      Maintained
2152 F:      drivers/bluetooth/
2153
2154 BLUETOOTH SUBSYSTEM
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:      net/bluetooth/
2164 F:      include/net/bluetooth/
2165
2166 BONDING DRIVER
2167 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2168 M:      Veaceslav Falico <vfalico@gmail.com>
2169 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2170 L:      netdev@vger.kernel.org
2171 W:      http://sourceforge.net/projects/bonding/
2172 S:      Supported
2173 F:      drivers/net/bonding/
2174 F:      include/uapi/linux/if_bonding.h
2175
2176 BPF (Safe dynamic programs and tools)
2177 M:      Alexei Starovoitov <ast@kernel.org>
2178 L:      netdev@vger.kernel.org
2179 L:      linux-kernel@vger.kernel.org
2180 S:      Supported
2181 F:      kernel/bpf/
2182
2183 BROADCOM B44 10/100 ETHERNET DRIVER
2184 M:      Gary Zambrano <zambrano@broadcom.com>
2185 L:      netdev@vger.kernel.org
2186 S:      Supported
2187 F:      drivers/net/ethernet/broadcom/b44.*
2188
2189 BROADCOM GENET ETHERNET DRIVER
2190 M:      Florian Fainelli <f.fainelli@gmail.com>
2191 L:      netdev@vger.kernel.org
2192 S:      Supported
2193 F:      drivers/net/ethernet/broadcom/genet/
2194
2195 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2196 M:      Sony Chacko <sony.chacko@qlogic.com>
2197 M:      Dept-HSGLinuxNICDev@qlogic.com
2198 L:      netdev@vger.kernel.org
2199 S:      Supported
2200 F:      drivers/net/ethernet/broadcom/bnx2.*
2201 F:      drivers/net/ethernet/broadcom/bnx2_*
2202
2203 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2204 M:      Ariel Elior <ariel.elior@qlogic.com>
2205 L:      netdev@vger.kernel.org
2206 S:      Supported
2207 F:      drivers/net/ethernet/broadcom/bnx2x/
2208
2209 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2210 M:      Florian Fainelli <f.fainelli@gmail.com>
2211 M:      Ray Jui <rjui@broadcom.com>
2212 M:      Scott Branden <sbranden@broadcom.com>
2213 L:      bcm-kernel-feedback-list@broadcom.com
2214 T:      git git://github.com/broadcom/mach-bcm
2215 S:      Maintained
2216 F:      arch/arm/mach-bcm/
2217 F:      arch/arm/boot/dts/bcm113*
2218 F:      arch/arm/boot/dts/bcm216*
2219 F:      arch/arm/boot/dts/bcm281*
2220 F:      arch/arm/configs/bcm_defconfig
2221 F:      drivers/mmc/host/sdhci-bcm-kona.c
2222 F:      drivers/clocksource/bcm_kona_timer.c
2223
2224 BROADCOM BCM2835 ARM ARCHITECTURE
2225 M:      Stephen Warren <swarren@wwwdotorg.org>
2226 M:      Lee Jones <lee@kernel.org>
2227 M:      Eric Anholt <eric@anholt.net>
2228 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2229 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2231 S:      Maintained
2232 N:      bcm2835
2233
2234 BROADCOM BCM33XX MIPS ARCHITECTURE
2235 M:      Kevin Cernekee <cernekee@gmail.com>
2236 L:      linux-mips@linux-mips.org
2237 S:      Maintained
2238 F:      arch/mips/bcm3384/*
2239 F:      arch/mips/include/asm/mach-bcm3384/*
2240 F:      arch/mips/kernel/*bmips*
2241
2242 BROADCOM BCM47XX MIPS ARCHITECTURE
2243 M:      Hauke Mehrtens <hauke@hauke-m.de>
2244 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2245 L:      linux-mips@linux-mips.org
2246 S:      Maintained
2247 F:      arch/mips/bcm47xx/*
2248 F:      arch/mips/include/asm/mach-bcm47xx/*
2249
2250 BROADCOM BCM5301X ARM ARCHITECTURE
2251 M:      Hauke Mehrtens <hauke@hauke-m.de>
2252 L:      linux-arm-kernel@lists.infradead.org
2253 S:      Maintained
2254 F:      arch/arm/mach-bcm/bcm_5301x.c
2255 F:      arch/arm/boot/dts/bcm5301x.dtsi
2256 F:      arch/arm/boot/dts/bcm470*
2257
2258 BROADCOM BCM63XX ARM ARCHITECTURE
2259 M:      Florian Fainelli <f.fainelli@gmail.com>
2260 L:      linux-arm-kernel@lists.infradead.org
2261 T:      git git://github.com/broadcom/arm-bcm63xx.git
2262 S:      Maintained
2263 F:      arch/arm/mach-bcm/bcm63xx.c
2264 F:      arch/arm/include/debug/bcm63xx.S
2265
2266 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2267 M:      Kevin Cernekee <cernekee@gmail.com>
2268 L:      linux-usb@vger.kernel.org
2269 S:      Maintained
2270 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2271
2272 BROADCOM BCM7XXX ARM ARCHITECTURE
2273 M:      Brian Norris <computersforpeace@gmail.com>
2274 M:      Gregory Fong <gregory.0xf0@gmail.com>
2275 M:      Florian Fainelli <f.fainelli@gmail.com>
2276 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2277 T:      git git://github.com/broadcom/stblinux.git
2278 S:      Maintained
2279 F:      arch/arm/mach-bcm/*brcmstb*
2280 F:      arch/arm/boot/dts/bcm7*.dts*
2281 F:      drivers/bus/brcmstb_gisb.c
2282 N:      brcmstb
2283
2284 BROADCOM BMIPS MIPS ARCHITECTURE
2285 M:      Kevin Cernekee <cernekee@gmail.com>
2286 M:      Florian Fainelli <f.fainelli@gmail.com>
2287 L:      linux-mips@linux-mips.org
2288 T:      git git://github.com/broadcom/stblinux.git
2289 S:      Maintained
2290 F:      arch/mips/bmips/*
2291 F:      arch/mips/include/asm/mach-bmips/*
2292 F:      arch/mips/kernel/*bmips*
2293 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2294 F:      drivers/irqchip/irq-bcm7*
2295 F:      drivers/irqchip/irq-brcmstb*
2296
2297 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2298 M:      Prashant Sreedharan <prashant@broadcom.com>
2299 M:      Michael Chan <mchan@broadcom.com>
2300 L:      netdev@vger.kernel.org
2301 S:      Supported
2302 F:      drivers/net/ethernet/broadcom/tg3.*
2303
2304 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2305 M:      Brett Rudley <brudley@broadcom.com>
2306 M:      Arend van Spriel <arend@broadcom.com>
2307 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2308 M:      Hante Meuleman <meuleman@broadcom.com>
2309 L:      linux-wireless@vger.kernel.org
2310 L:      brcm80211-dev-list@broadcom.com
2311 S:      Supported
2312 F:      drivers/net/wireless/brcm80211/
2313
2314 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2315 M:      QLogic-Storage-Upstream@qlogic.com
2316 L:      linux-scsi@vger.kernel.org
2317 S:      Supported
2318 F:      drivers/scsi/bnx2fc/
2319
2320 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2321 M:      QLogic-Storage-Upstream@qlogic.com
2322 L:      linux-scsi@vger.kernel.org
2323 S:      Supported
2324 F:      drivers/scsi/bnx2i/
2325
2326 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2327 M:      Ray Jui <rjui@broadcom.com>
2328 M:      Scott Branden <sbranden@broadcom.com>
2329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2330 L:      bcm-kernel-feedback-list@broadcom.com
2331 T:      git git://github.com/broadcom/cygnus-linux.git
2332 S:      Maintained
2333 N:      iproc
2334 N:      cygnus
2335 N:      bcm9113*
2336 N:      bcm9583*
2337 N:      bcm583*
2338 N:      bcm113*
2339
2340 BROADCOM BRCMSTB GPIO DRIVER
2341 M:      Gregory Fong <gregory.0xf0@gmail.com>
2342 L:      bcm-kernel-feedback-list@broadcom.com>
2343 S:      Supported
2344 F:      drivers/gpio/gpio-brcmstb.c
2345 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2346
2347 BROADCOM KONA GPIO DRIVER
2348 M:      Ray Jui <rjui@broadcom.com>
2349 L:      bcm-kernel-feedback-list@broadcom.com
2350 S:      Supported
2351 F:      drivers/gpio/gpio-bcm-kona.c
2352 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2353
2354 BROADCOM NVRAM DRIVER
2355 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2356 L:      linux-mips@linux-mips.org
2357 S:      Maintained
2358 F:      drivers/firmware/broadcom/*
2359
2360 BROADCOM STB NAND FLASH DRIVER
2361 M:      Brian Norris <computersforpeace@gmail.com>
2362 L:      linux-mtd@lists.infradead.org
2363 S:      Maintained
2364 F:      drivers/mtd/nand/brcmnand/
2365
2366 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2367 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2368 L:      linux-wireless@vger.kernel.org
2369 S:      Maintained
2370 F:      drivers/bcma/
2371 F:      include/linux/bcma/
2372
2373 BROADCOM SYSTEMPORT ETHERNET DRIVER
2374 M:      Florian Fainelli <f.fainelli@gmail.com>
2375 L:      netdev@vger.kernel.org
2376 S:      Supported
2377 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2378
2379 BROCADE BFA FC SCSI DRIVER
2380 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2381 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2382 L:      linux-scsi@vger.kernel.org
2383 S:      Supported
2384 F:      drivers/scsi/bfa/
2385
2386 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2387 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2388 L:      netdev@vger.kernel.org
2389 S:      Supported
2390 F:      drivers/net/ethernet/brocade/bna/
2391
2392 BSG (block layer generic sg v4 driver)
2393 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2394 L:      linux-scsi@vger.kernel.org
2395 S:      Supported
2396 F:      block/bsg.c
2397 F:      include/linux/bsg.h
2398 F:      include/uapi/linux/bsg.h
2399
2400 BT87X AUDIO DRIVER
2401 M:      Clemens Ladisch <clemens@ladisch.de>
2402 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2403 T:      git git://git.alsa-project.org/alsa-kernel.git
2404 S:      Maintained
2405 F:      Documentation/sound/alsa/Bt87x.txt
2406 F:      sound/pci/bt87x.c
2407
2408 BT8XXGPIO DRIVER
2409 M:      Michael Buesch <m@bues.ch>
2410 W:      http://bu3sch.de/btgpio.php
2411 S:      Maintained
2412 F:      drivers/gpio/gpio-bt8xx.c
2413
2414 BTRFS FILE SYSTEM
2415 M:      Chris Mason <clm@fb.com>
2416 M:      Josef Bacik <jbacik@fb.com>
2417 M:      David Sterba <dsterba@suse.com>
2418 L:      linux-btrfs@vger.kernel.org
2419 W:      http://btrfs.wiki.kernel.org/
2420 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2422 S:      Maintained
2423 F:      Documentation/filesystems/btrfs.txt
2424 F:      fs/btrfs/
2425
2426 BTTV VIDEO4LINUX DRIVER
2427 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2428 L:      linux-media@vger.kernel.org
2429 W:      http://linuxtv.org
2430 T:      git git://linuxtv.org/media_tree.git
2431 S:      Odd fixes
2432 F:      Documentation/video4linux/bttv/
2433 F:      drivers/media/pci/bt8xx/bttv*
2434
2435 BUSLOGIC SCSI DRIVER
2436 M:      Khalid Aziz <khalid@gonehiking.org>
2437 L:      linux-scsi@vger.kernel.org
2438 S:      Maintained
2439 F:      drivers/scsi/BusLogic.*
2440 F:      drivers/scsi/FlashPoint.*
2441
2442 C-MEDIA CMI8788 DRIVER
2443 M:      Clemens Ladisch <clemens@ladisch.de>
2444 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2445 T:      git git://git.alsa-project.org/alsa-kernel.git
2446 S:      Maintained
2447 F:      sound/pci/oxygen/
2448
2449 C6X ARCHITECTURE
2450 M:      Mark Salter <msalter@redhat.com>
2451 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2452 L:      linux-c6x-dev@linux-c6x.org
2453 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2454 S:      Maintained
2455 F:      arch/c6x/
2456
2457 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2458 M:      David Howells <dhowells@redhat.com>
2459 L:      linux-cachefs@redhat.com
2460 S:      Supported
2461 F:      Documentation/filesystems/caching/cachefiles.txt
2462 F:      fs/cachefiles/
2463
2464 CADET FM/AM RADIO RECEIVER DRIVER
2465 M:      Hans Verkuil <hverkuil@xs4all.nl>
2466 L:      linux-media@vger.kernel.org
2467 T:      git git://linuxtv.org/media_tree.git
2468 W:      http://linuxtv.org
2469 S:      Maintained
2470 F:      drivers/media/radio/radio-cadet*
2471
2472 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2473 M:      Jonathan Corbet <corbet@lwn.net>
2474 L:      linux-media@vger.kernel.org
2475 T:      git git://linuxtv.org/media_tree.git
2476 S:      Maintained
2477 F:      Documentation/video4linux/cafe_ccic
2478 F:      drivers/media/platform/marvell-ccic/
2479
2480 CAIF NETWORK LAYER
2481 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2482 L:      netdev@vger.kernel.org
2483 S:      Supported
2484 F:      Documentation/networking/caif/
2485 F:      drivers/net/caif/
2486 F:      include/uapi/linux/caif/
2487 F:      include/net/caif/
2488 F:      net/caif/
2489
2490 CALGARY x86-64 IOMMU
2491 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2492 M:      "Jon D. Mason" <jdmason@kudzu.us>
2493 L:      discuss@x86-64.org
2494 S:      Maintained
2495 F:      arch/x86/kernel/pci-calgary_64.c
2496 F:      arch/x86/kernel/tce_64.c
2497 F:      arch/x86/include/asm/calgary.h
2498 F:      arch/x86/include/asm/tce.h
2499
2500 CAN NETWORK LAYER
2501 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2502 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2503 L:      linux-can@vger.kernel.org
2504 W:      https://github.com/linux-can
2505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2507 S:      Maintained
2508 F:      Documentation/networking/can.txt
2509 F:      net/can/
2510 F:      include/linux/can/core.h
2511 F:      include/uapi/linux/can.h
2512 F:      include/uapi/linux/can/bcm.h
2513 F:      include/uapi/linux/can/raw.h
2514 F:      include/uapi/linux/can/gw.h
2515
2516 CAN NETWORK DRIVERS
2517 M:      Wolfgang Grandegger <wg@grandegger.com>
2518 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2519 L:      linux-can@vger.kernel.org
2520 W:      https://github.com/linux-can
2521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2523 S:      Maintained
2524 F:      drivers/net/can/
2525 F:      include/linux/can/dev.h
2526 F:      include/linux/can/platform/
2527 F:      include/uapi/linux/can/error.h
2528 F:      include/uapi/linux/can/netlink.h
2529
2530 CAPABILITIES
2531 M:      Serge Hallyn <serge.hallyn@canonical.com>
2532 L:      linux-security-module@vger.kernel.org
2533 S:      Supported
2534 F:      include/linux/capability.h
2535 F:      include/uapi/linux/capability.h
2536 F:      security/commoncap.c
2537 F:      kernel/capability.c
2538
2539 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2540 M:      Kevin Tsai <ktsai@capellamicro.com>
2541 S:      Maintained
2542 F:      drivers/iio/light/cm*
2543 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2544
2545 CAVIUM LIQUIDIO NETWORK DRIVER
2546 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2547 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2548 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2549 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2550 L:     netdev@vger.kernel.org
2551 W:     http://www.cavium.com
2552 S:     Supported
2553 F:     drivers/net/ethernet/cavium/
2554 F:     drivers/net/ethernet/cavium/liquidio/
2555
2556 CC2520 IEEE-802.15.4 RADIO DRIVER
2557 M:      Varka Bhadram <varkabhadram@gmail.com>
2558 L:      linux-wpan@vger.kernel.org
2559 S:      Maintained
2560 F:      drivers/net/ieee802154/cc2520.c
2561 F:      include/linux/spi/cc2520.h
2562 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2563
2564 CELL BROADBAND ENGINE ARCHITECTURE
2565 M:      Arnd Bergmann <arnd@arndb.de>
2566 L:      linuxppc-dev@lists.ozlabs.org
2567 W:      http://www.ibm.com/developerworks/power/cell/
2568 S:      Supported
2569 F:      arch/powerpc/include/asm/cell*.h
2570 F:      arch/powerpc/include/asm/spu*.h
2571 F:      arch/powerpc/include/uapi/asm/spu*.h
2572 F:      arch/powerpc/oprofile/*cell*
2573 F:      arch/powerpc/platforms/cell/
2574
2575 CEPH COMMON CODE (LIBCEPH)
2576 M:      Ilya Dryomov <idryomov@gmail.com>
2577 M:      "Yan, Zheng" <zyan@redhat.com>
2578 M:      Sage Weil <sage@redhat.com>
2579 L:      ceph-devel@vger.kernel.org
2580 W:      http://ceph.com/
2581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2582 T:      git git://github.com/ceph/ceph-client.git
2583 S:      Supported
2584 F:      net/ceph/
2585 F:      include/linux/ceph/
2586 F:      include/linux/crush/
2587
2588 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2589 M:      "Yan, Zheng" <zyan@redhat.com>
2590 M:      Sage Weil <sage@redhat.com>
2591 M:      Ilya Dryomov <idryomov@gmail.com>
2592 L:      ceph-devel@vger.kernel.org
2593 W:      http://ceph.com/
2594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2595 T:      git git://github.com/ceph/ceph-client.git
2596 S:      Supported
2597 F:      Documentation/filesystems/ceph.txt
2598 F:      fs/ceph/
2599
2600 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2601 L:      linux-usb@vger.kernel.org
2602 S:      Orphan
2603 F:      Documentation/usb/WUSB-Design-overview.txt
2604 F:      Documentation/usb/wusb-cbaf
2605 F:      drivers/usb/host/hwa-hc.c
2606 F:      drivers/usb/host/whci/
2607 F:      drivers/usb/wusbcore/
2608 F:      include/linux/usb/wusb*
2609
2610 CFAG12864B LCD DRIVER
2611 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2612 W:      http://miguelojeda.es/auxdisplay.htm
2613 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2614 S:      Maintained
2615 F:      drivers/auxdisplay/cfag12864b.c
2616 F:      include/linux/cfag12864b.h
2617
2618 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2619 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2620 W:      http://miguelojeda.es/auxdisplay.htm
2621 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2622 S:      Maintained
2623 F:      drivers/auxdisplay/cfag12864bfb.c
2624 F:      include/linux/cfag12864b.h
2625
2626 CFG80211 and NL80211
2627 M:      Johannes Berg <johannes@sipsolutions.net>
2628 L:      linux-wireless@vger.kernel.org
2629 W:      http://wireless.kernel.org/
2630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2632 S:      Maintained
2633 F:      include/uapi/linux/nl80211.h
2634 F:      include/net/cfg80211.h
2635 F:      net/wireless/*
2636 X:      net/wireless/wext*
2637
2638 CHAR and MISC DRIVERS
2639 M:      Arnd Bergmann <arnd@arndb.de>
2640 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2642 S:      Supported
2643 F:      drivers/char/*
2644 F:      drivers/misc/*
2645 F:      include/linux/miscdevice.h
2646
2647 CHECKPATCH
2648 M:      Andy Whitcroft <apw@canonical.com>
2649 M:      Joe Perches <joe@perches.com>
2650 S:      Maintained
2651 F:      scripts/checkpatch.pl
2652
2653 CHINESE DOCUMENTATION
2654 M:      Harry Wei <harryxiyou@gmail.com>
2655 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2656 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2657 S:      Maintained
2658 F:      Documentation/zh_CN/
2659
2660 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2661 M:      Peter Chen <Peter.Chen@freescale.com>
2662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2663 L:      linux-usb@vger.kernel.org
2664 S:      Maintained
2665 F:      drivers/usb/chipidea/
2666
2667 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2668 M:      Hans de Goede <hdegoede@redhat.com>
2669 L:      linux-input@vger.kernel.org
2670 S:      Maintained
2671 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2672 F:      drivers/input/touchscreen/chipone_icn8318.c
2673
2674 CHROME HARDWARE PLATFORM SUPPORT
2675 M:      Olof Johansson <olof@lixom.net>
2676 S:      Maintained
2677 F:      drivers/platform/chrome/
2678
2679 CISCO VIC ETHERNET NIC DRIVER
2680 M:      Christian Benvenuti <benve@cisco.com>
2681 M:      Sujith Sankar <ssujith@cisco.com>
2682 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2683 M:      Neel Patel <neepatel@cisco.com>
2684 S:      Supported
2685 F:      drivers/net/ethernet/cisco/enic/
2686
2687 CISCO VIC LOW LATENCY NIC DRIVER
2688 M:      Upinder Malhi <umalhi@cisco.com>
2689 S:      Supported
2690 F:      drivers/infiniband/hw/usnic
2691
2692 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2693 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2694 L:      netdev@vger.kernel.org
2695 S:      Maintained
2696 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2697
2698 CIRRUS LOGIC AUDIO CODEC DRIVERS
2699 M:      Brian Austin <brian.austin@cirrus.com>
2700 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2701 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2702 S:      Maintained
2703 F:      sound/soc/codecs/cs*
2704
2705 CLEANCACHE API
2706 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2707 L:      linux-kernel@vger.kernel.org
2708 S:      Maintained
2709 F:      mm/cleancache.c
2710 F:      include/linux/cleancache.h
2711
2712 CLK API
2713 M:      Russell King <linux@arm.linux.org.uk>
2714 L:      linux-clk@vger.kernel.org
2715 S:      Maintained
2716 F:      include/linux/clk.h
2717
2718 CLOCKSOURCE, CLOCKEVENT DRIVERS
2719 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2720 M:      Thomas Gleixner <tglx@linutronix.de>
2721 L:      linux-kernel@vger.kernel.org
2722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2723 S:      Supported
2724 F:      drivers/clocksource
2725
2726 CISCO FCOE HBA DRIVER
2727 M:      Hiral Patel <hiralpat@cisco.com>
2728 M:      Suma Ramars <sramars@cisco.com>
2729 M:      Brian Uchino <buchino@cisco.com>
2730 L:      linux-scsi@vger.kernel.org
2731 S:      Supported
2732 F:      drivers/scsi/fnic/
2733
2734 CISCO SCSI HBA DRIVER
2735 M:      Narsimhulu Musini <nmusini@cisco.com>
2736 M:      Sesidhar Baddela <sebaddel@cisco.com>
2737 L:      linux-scsi@vger.kernel.org
2738 S:      Supported
2739 F:      drivers/scsi/snic/
2740
2741 CMPC ACPI DRIVER
2742 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2743 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2744 L:      platform-driver-x86@vger.kernel.org
2745 S:      Supported
2746 F:      drivers/platform/x86/classmate-laptop.c
2747
2748 COBALT MEDIA DRIVER
2749 M:      Hans Verkuil <hans.verkuil@cisco.com>
2750 L:      linux-media@vger.kernel.org
2751 T:      git git://linuxtv.org/media_tree.git
2752 W:      http://linuxtv.org
2753 S:      Supported
2754 F:      drivers/media/pci/cobalt/
2755
2756 COCCINELLE/Semantic Patches (SmPL)
2757 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2758 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2759 M:      Nicolas Palix <nicolas.palix@imag.fr>
2760 M:      Michal Marek <mmarek@suse.com>
2761 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2763 W:      http://coccinelle.lip6.fr/
2764 S:      Supported
2765 F:      Documentation/coccinelle.txt
2766 F:      scripts/coccinelle/
2767 F:      scripts/coccicheck
2768
2769 CODA FILE SYSTEM
2770 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2771 M:      coda@cs.cmu.edu
2772 L:      codalist@coda.cs.cmu.edu
2773 W:      http://www.coda.cs.cmu.edu/
2774 S:      Maintained
2775 F:      Documentation/filesystems/coda.txt
2776 F:      fs/coda/
2777 F:      include/linux/coda*.h
2778 F:      include/uapi/linux/coda*.h
2779
2780 CODA V4L2 MEM2MEM DRIVER
2781 M:      Philipp Zabel <p.zabel@pengutronix.de>
2782 L:      linux-media@vger.kernel.org
2783 S:      Maintained
2784 F:      Documentation/devicetree/bindings/media/coda.txt
2785 F:      drivers/media/platform/coda/
2786
2787 COMMON CLK FRAMEWORK
2788 M:      Michael Turquette <mturquette@baylibre.com>
2789 M:      Stephen Boyd <sboyd@codeaurora.org>
2790 L:      linux-clk@vger.kernel.org
2791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2792 S:      Maintained
2793 F:      drivers/clk/
2794 X:      drivers/clk/clkdev.c
2795 F:      include/linux/clk-pr*
2796 F:      include/linux/clk/
2797
2798 COMMON INTERNET FILE SYSTEM (CIFS)
2799 M:      Steve French <sfrench@samba.org>
2800 L:      linux-cifs@vger.kernel.org
2801 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2802 W:      http://linux-cifs.samba.org/
2803 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2804 S:      Supported
2805 F:      Documentation/filesystems/cifs/
2806 F:      fs/cifs/
2807
2808 COMPACTPCI HOTPLUG CORE
2809 M:      Scott Murray <scott@spiteful.org>
2810 L:      linux-pci@vger.kernel.org
2811 S:      Maintained
2812 F:      drivers/pci/hotplug/cpci_hotplug*
2813
2814 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2815 M:      Scott Murray <scott@spiteful.org>
2816 L:      linux-pci@vger.kernel.org
2817 S:      Maintained
2818 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2819
2820 COMPACTPCI HOTPLUG GENERIC DRIVER
2821 M:      Scott Murray <scott@spiteful.org>
2822 L:      linux-pci@vger.kernel.org
2823 S:      Maintained
2824 F:      drivers/pci/hotplug/cpcihp_generic.c
2825
2826 COMPAL LAPTOP SUPPORT
2827 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2828 L:      platform-driver-x86@vger.kernel.org
2829 S:      Maintained
2830 F:      drivers/platform/x86/compal-laptop.c
2831
2832 CONEXANT ACCESSRUNNER USB DRIVER
2833 M:      Simon Arlott <cxacru@fire.lp0.eu>
2834 L:      accessrunner-general@lists.sourceforge.net
2835 W:      http://accessrunner.sourceforge.net/
2836 S:      Maintained
2837 F:      drivers/usb/atm/cxacru.c
2838
2839 CONFIGFS
2840 M:      Joel Becker <jlbec@evilplan.org>
2841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2842 S:      Supported
2843 F:      fs/configfs/
2844 F:      include/linux/configfs.h
2845
2846 CONNECTOR
2847 M:      Evgeniy Polyakov <zbr@ioremap.net>
2848 L:      netdev@vger.kernel.org
2849 S:      Maintained
2850 F:      drivers/connector/
2851
2852 CONTROL GROUP (CGROUP)
2853 M:      Tejun Heo <tj@kernel.org>
2854 M:      Li Zefan <lizefan@huawei.com>
2855 M:      Johannes Weiner <hannes@cmpxchg.org>
2856 L:      cgroups@vger.kernel.org
2857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2858 S:      Maintained
2859 F:      Documentation/cgroups/
2860 F:      include/linux/cgroup*
2861 F:      kernel/cgroup*
2862
2863 CONTROL GROUP - CPUSET
2864 M:      Li Zefan <lizefan@huawei.com>
2865 L:      cgroups@vger.kernel.org
2866 W:      http://www.bullopensource.org/cpuset/
2867 W:      http://oss.sgi.com/projects/cpusets/
2868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2869 S:      Maintained
2870 F:      Documentation/cgroups/cpusets.txt
2871 F:      include/linux/cpuset.h
2872 F:      kernel/cpuset.c
2873
2874 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2875 M:      Johannes Weiner <hannes@cmpxchg.org>
2876 M:      Michal Hocko <mhocko@kernel.org>
2877 L:      cgroups@vger.kernel.org
2878 L:      linux-mm@kvack.org
2879 S:      Maintained
2880 F:      mm/memcontrol.c
2881 F:      mm/swap_cgroup.c
2882
2883 CORETEMP HARDWARE MONITORING DRIVER
2884 M:      Fenghua Yu <fenghua.yu@intel.com>
2885 L:      lm-sensors@lm-sensors.org
2886 S:      Maintained
2887 F:      Documentation/hwmon/coretemp
2888 F:      drivers/hwmon/coretemp.c
2889
2890 COSA/SRP SYNC SERIAL DRIVER
2891 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2892 W:      http://www.fi.muni.cz/~kas/cosa/
2893 S:      Maintained
2894 F:      drivers/net/wan/cosa*
2895
2896 CPMAC ETHERNET DRIVER
2897 M:      Florian Fainelli <florian@openwrt.org>
2898 L:      netdev@vger.kernel.org
2899 S:      Maintained
2900 F:      drivers/net/ethernet/ti/cpmac.c
2901
2902 CPU FREQUENCY DRIVERS
2903 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2904 M:      Viresh Kumar <viresh.kumar@linaro.org>
2905 L:      linux-pm@vger.kernel.org
2906 S:      Maintained
2907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2908 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2909 F:      drivers/cpufreq/
2910 F:      include/linux/cpufreq.h
2911
2912 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2913 M:      Viresh Kumar <viresh.kumar@linaro.org>
2914 M:      Sudeep Holla <sudeep.holla@arm.com>
2915 L:      linux-pm@vger.kernel.org
2916 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2917 S:      Maintained
2918 F:      drivers/cpufreq/arm_big_little.h
2919 F:      drivers/cpufreq/arm_big_little.c
2920 F:      drivers/cpufreq/arm_big_little_dt.c
2921
2922 CPUIDLE DRIVER - ARM BIG LITTLE
2923 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2924 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2925 L:      linux-pm@vger.kernel.org
2926 L:      linux-arm-kernel@lists.infradead.org
2927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2928 S:      Maintained
2929 F:      drivers/cpuidle/cpuidle-big_little.c
2930
2931 CPUIDLE DRIVER - ARM EXYNOS
2932 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2933 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2934 M:      Kukjin Kim <kgene@kernel.org>
2935 L:      linux-pm@vger.kernel.org
2936 L:      linux-samsung-soc@vger.kernel.org
2937 S:      Supported
2938 F:      drivers/cpuidle/cpuidle-exynos.c
2939 F:      arch/arm/mach-exynos/pm.c
2940
2941 CPUIDLE DRIVERS
2942 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2943 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2944 L:      linux-pm@vger.kernel.org
2945 S:      Maintained
2946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2947 F:      drivers/cpuidle/*
2948 F:      include/linux/cpuidle.h
2949
2950 CPUID/MSR DRIVER
2951 M:      "H. Peter Anvin" <hpa@zytor.com>
2952 S:      Maintained
2953 F:      arch/x86/kernel/cpuid.c
2954 F:      arch/x86/kernel/msr.c
2955
2956 CPU POWER MONITORING SUBSYSTEM
2957 M:      Thomas Renninger <trenn@suse.com>
2958 L:      linux-pm@vger.kernel.org
2959 S:      Maintained
2960 F:      tools/power/cpupower/
2961
2962 CRAMFS FILESYSTEM
2963 W:      http://sourceforge.net/projects/cramfs/
2964 S:      Orphan / Obsolete
2965 F:      Documentation/filesystems/cramfs.txt
2966 F:      fs/cramfs/
2967
2968 CRIS PORT
2969 M:      Mikael Starvik <starvik@axis.com>
2970 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2971 L:      linux-cris-kernel@axis.com
2972 W:      http://developer.axis.com
2973 S:      Maintained
2974 F:      arch/cris/
2975 F:      drivers/tty/serial/crisv10.*
2976
2977 CRYPTO API
2978 M:      Herbert Xu <herbert@gondor.apana.org.au>
2979 M:      "David S. Miller" <davem@davemloft.net>
2980 L:      linux-crypto@vger.kernel.org
2981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2982 S:      Maintained
2983 F:      Documentation/crypto/
2984 F:      Documentation/DocBook/crypto-API.tmpl
2985 F:      arch/*/crypto/
2986 F:      crypto/
2987 F:      drivers/crypto/
2988 F:      include/crypto/
2989
2990 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2991 M:      Neil Horman <nhorman@tuxdriver.com>
2992 L:      linux-crypto@vger.kernel.org
2993 S:      Maintained
2994 F:      crypto/ansi_cprng.c
2995 F:      crypto/rng.c
2996
2997 CS5535 Audio ALSA driver
2998 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2999 S:      Maintained
3000 F:      sound/pci/cs5535audio/
3001
3002 CW1200 WLAN driver
3003 M:      Solomon Peachy <pizza@shaftnet.org>
3004 S:      Maintained
3005 F:      drivers/net/wireless/cw1200/
3006
3007 CX18 VIDEO4LINUX DRIVER
3008 M:      Andy Walls <awalls@md.metrocast.net>
3009 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3010 L:      linux-media@vger.kernel.org
3011 T:      git git://linuxtv.org/media_tree.git
3012 W:      http://linuxtv.org
3013 W:      http://www.ivtvdriver.org/index.php/Cx18
3014 S:      Maintained
3015 F:      Documentation/video4linux/cx18.txt
3016 F:      drivers/media/pci/cx18/
3017 F:      include/uapi/linux/ivtv*
3018
3019 CX2341X MPEG ENCODER HELPER MODULE
3020 M:      Hans Verkuil <hverkuil@xs4all.nl>
3021 L:      linux-media@vger.kernel.org
3022 T:      git git://linuxtv.org/media_tree.git
3023 W:      http://linuxtv.org
3024 S:      Maintained
3025 F:      drivers/media/common/cx2341x*
3026 F:      include/media/cx2341x*
3027
3028 CX24120 MEDIA DRIVER
3029 M:      Jemma Denson <jdenson@gmail.com>
3030 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3031 L:      linux-media@vger.kernel.org
3032 W:      http://linuxtv.org/
3033 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3034 S:      Maintained
3035 F:      drivers/media/dvb-frontends/cx24120*
3036
3037 CX88 VIDEO4LINUX DRIVER
3038 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3039 L:      linux-media@vger.kernel.org
3040 W:      http://linuxtv.org
3041 T:      git git://linuxtv.org/media_tree.git
3042 S:      Odd fixes
3043 F:      Documentation/video4linux/cx88/
3044 F:      drivers/media/pci/cx88/
3045
3046 CXD2820R MEDIA DRIVER
3047 M:      Antti Palosaari <crope@iki.fi>
3048 L:      linux-media@vger.kernel.org
3049 W:      http://linuxtv.org/
3050 W:      http://palosaari.fi/linux/
3051 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3052 T:      git git://linuxtv.org/anttip/media_tree.git
3053 S:      Maintained
3054 F:      drivers/media/dvb-frontends/cxd2820r*
3055
3056 CXGB3 ETHERNET DRIVER (CXGB3)
3057 M:      Santosh Raspatur <santosh@chelsio.com>
3058 L:      netdev@vger.kernel.org
3059 W:      http://www.chelsio.com
3060 S:      Supported
3061 F:      drivers/net/ethernet/chelsio/cxgb3/
3062
3063 CXGB3 ISCSI DRIVER (CXGB3I)
3064 M:      Karen Xie <kxie@chelsio.com>
3065 L:      linux-scsi@vger.kernel.org
3066 W:      http://www.chelsio.com
3067 S:      Supported
3068 F:      drivers/scsi/cxgbi/cxgb3i
3069
3070 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3071 M:      Steve Wise <swise@chelsio.com>
3072 L:      linux-rdma@vger.kernel.org
3073 W:      http://www.openfabrics.org
3074 S:      Supported
3075 F:      drivers/infiniband/hw/cxgb3/
3076
3077 CXGB4 ETHERNET DRIVER (CXGB4)
3078 M:      Hariprasad S <hariprasad@chelsio.com>
3079 L:      netdev@vger.kernel.org
3080 W:      http://www.chelsio.com
3081 S:      Supported
3082 F:      drivers/net/ethernet/chelsio/cxgb4/
3083
3084 CXGB4 ISCSI DRIVER (CXGB4I)
3085 M:      Karen Xie <kxie@chelsio.com>
3086 L:      linux-scsi@vger.kernel.org
3087 W:      http://www.chelsio.com
3088 S:      Supported
3089 F:      drivers/scsi/cxgbi/cxgb4i
3090
3091 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3092 M:      Steve Wise <swise@chelsio.com>
3093 L:      linux-rdma@vger.kernel.org
3094 W:      http://www.openfabrics.org
3095 S:      Supported
3096 F:      drivers/infiniband/hw/cxgb4/
3097
3098 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3099 M:      Casey Leedom <leedom@chelsio.com>
3100 L:      netdev@vger.kernel.org
3101 W:      http://www.chelsio.com
3102 S:      Supported
3103 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3104
3105 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3106 M:      Ian Munsie <imunsie@au1.ibm.com>
3107 M:      Michael Neuling <mikey@neuling.org>
3108 L:      linuxppc-dev@lists.ozlabs.org
3109 S:      Supported
3110 F:      drivers/misc/cxl/
3111 F:      include/misc/cxl*
3112 F:      include/uapi/misc/cxl.h
3113 F:      Documentation/powerpc/cxl.txt
3114 F:      Documentation/powerpc/cxl.txt
3115 F:      Documentation/ABI/testing/sysfs-class-cxl
3116
3117 STMMAC ETHERNET DRIVER
3118 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3119 L:      netdev@vger.kernel.org
3120 W:      http://www.stlinux.com
3121 S:      Supported
3122 F:      drivers/net/ethernet/stmicro/stmmac/
3123
3124 CYBERPRO FB DRIVER
3125 M:      Russell King <linux@arm.linux.org.uk>
3126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3127 W:      http://www.arm.linux.org.uk/
3128 S:      Maintained
3129 F:      drivers/video/fbdev/cyber2000fb.*
3130
3131 CYCLADES ASYNC MUX DRIVER
3132 W:      http://www.cyclades.com/
3133 S:      Orphan
3134 F:      drivers/tty/cyclades.c
3135 F:      include/linux/cyclades.h
3136 F:      include/uapi/linux/cyclades.h
3137
3138 CYCLADES PC300 DRIVER
3139 W:      http://www.cyclades.com/
3140 S:      Orphan
3141 F:      drivers/net/wan/pc300*
3142
3143 CYPRESS_FIRMWARE MEDIA DRIVER
3144 M:      Antti Palosaari <crope@iki.fi>
3145 L:      linux-media@vger.kernel.org
3146 W:      http://linuxtv.org/
3147 W:      http://palosaari.fi/linux/
3148 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3149 T:      git git://linuxtv.org/anttip/media_tree.git
3150 S:      Maintained
3151 F:      drivers/media/common/cypress_firmware*
3152
3153 CYTTSP TOUCHSCREEN DRIVER
3154 M:      Ferruh Yigit <fery@cypress.com>
3155 L:      linux-input@vger.kernel.org
3156 S:      Supported
3157 F:      drivers/input/touchscreen/cyttsp*
3158 F:      include/linux/input/cyttsp.h
3159
3160 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3161 M:      Joshua Kinard <kumba@gentoo.org>
3162 S:      Maintained
3163 F:      drivers/rtc/rtc-ds1685.c
3164 F:      include/linux/rtc/ds1685.h
3165
3166 DAMA SLAVE for AX.25
3167 M:      Joerg Reuter <jreuter@yaina.de>
3168 W:      http://yaina.de/jreuter/
3169 W:      http://www.qsl.net/dl1bke/
3170 L:      linux-hams@vger.kernel.org
3171 S:      Maintained
3172 F:      net/ax25/af_ax25.c
3173 F:      net/ax25/ax25_dev.c
3174 F:      net/ax25/ax25_ds_*
3175 F:      net/ax25/ax25_in.c
3176 F:      net/ax25/ax25_out.c
3177 F:      net/ax25/ax25_timer.c
3178 F:      net/ax25/sysctl_net_ax25.c
3179
3180 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3181 L:      netdev@vger.kernel.org
3182 S:      Orphan
3183 F:      Documentation/networking/dmfe.txt
3184 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3185
3186 DC390/AM53C974 SCSI driver
3187 M:      Hannes Reinecke <hare@suse.com>
3188 L:      linux-scsi@vger.kernel.org
3189 S:      Maintained
3190 F:      drivers/scsi/am53c974.c
3191
3192 DC395x SCSI driver
3193 M:      Oliver Neukum <oliver@neukum.org>
3194 M:      Ali Akcaagac <aliakc@web.de>
3195 M:      Jamie Lenehan <lenehan@twibble.org>
3196 L:      dc395x@twibble.org
3197 W:      http://twibble.org/dist/dc395x/
3198 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3199 S:      Maintained
3200 F:      Documentation/scsi/dc395x.txt
3201 F:      drivers/scsi/dc395x.*
3202
3203 DCCP PROTOCOL
3204 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3205 L:      dccp@vger.kernel.org
3206 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3207 S:      Maintained
3208 F:      include/linux/dccp.h
3209 F:      include/uapi/linux/dccp.h
3210 F:      include/linux/tfrc.h
3211 F:      net/dccp/
3212
3213 DECnet NETWORK LAYER
3214 W:      http://linux-decnet.sourceforge.net
3215 L:      linux-decnet-user@lists.sourceforge.net
3216 S:      Orphan
3217 F:      Documentation/networking/decnet.txt
3218 F:      net/decnet/
3219
3220 DECSTATION PLATFORM SUPPORT
3221 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3222 L:      linux-mips@linux-mips.org
3223 W:      http://www.linux-mips.org/wiki/DECstation
3224 S:      Maintained
3225 F:      arch/mips/dec/
3226 F:      arch/mips/include/asm/dec/
3227 F:      arch/mips/include/asm/mach-dec/
3228
3229 DEFXX FDDI NETWORK DRIVER
3230 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3231 S:      Maintained
3232 F:      drivers/net/fddi/defxx.*
3233
3234 DELL LAPTOP DRIVER
3235 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3236 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3237 L:      platform-driver-x86@vger.kernel.org
3238 S:      Maintained
3239 F:      drivers/platform/x86/dell-laptop.c
3240
3241 DELL LAPTOP RBTN DRIVER
3242 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3243 S:      Maintained
3244 F:      drivers/platform/x86/dell-rbtn.*
3245
3246 DELL LAPTOP FREEFALL DRIVER
3247 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3248 S:      Maintained
3249 F:      drivers/platform/x86/dell-smo8800.c
3250
3251 DELL LAPTOP SMM DRIVER
3252 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3253 S:      Maintained
3254 F:      drivers/hwmon/dell-smm-hwmon.c
3255 F:      include/uapi/linux/i8k.h
3256
3257 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3258 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3259 S:      Maintained
3260 F:      Documentation/dcdbas.txt
3261 F:      drivers/firmware/dcdbas.*
3262
3263 DELL WMI EXTRAS DRIVER
3264 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3265 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3266 S:      Maintained
3267 F:      drivers/platform/x86/dell-wmi.c
3268
3269 DESIGNWARE USB2 DRD IP DRIVER
3270 M:      John Youn <johnyoun@synopsys.com>
3271 L:      linux-usb@vger.kernel.org
3272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3273 S:      Maintained
3274 F:      drivers/usb/dwc2/
3275
3276 DESIGNWARE USB3 DRD IP DRIVER
3277 M:      Felipe Balbi <balbi@ti.com>
3278 L:      linux-usb@vger.kernel.org
3279 L:      linux-omap@vger.kernel.org
3280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3281 S:      Maintained
3282 F:      drivers/usb/dwc3/
3283
3284 DEVICE COREDUMP (DEV_COREDUMP)
3285 M:      Johannes Berg <johannes@sipsolutions.net>
3286 L:      linux-kernel@vger.kernel.org
3287 S:      Maintained
3288 F:      drivers/base/devcoredump.c
3289 F:      include/linux/devcoredump.h
3290
3291 DEVICE FREQUENCY (DEVFREQ)
3292 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3293 M:      Kyungmin Park <kyungmin.park@samsung.com>
3294 L:      linux-pm@vger.kernel.org
3295 S:      Maintained
3296 F:      drivers/devfreq/
3297
3298 DEVICE NUMBER REGISTRY
3299 M:      Torben Mathiasen <device@lanana.org>
3300 W:      http://lanana.org/docs/device-list/index.html
3301 S:      Maintained
3302
3303 DEVICE-MAPPER  (LVM)
3304 M:      Alasdair Kergon <agk@redhat.com>
3305 M:      Mike Snitzer <snitzer@redhat.com>
3306 M:      dm-devel@redhat.com
3307 L:      dm-devel@redhat.com
3308 W:      http://sources.redhat.com/dm
3309 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3311 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3312 S:      Maintained
3313 F:      Documentation/device-mapper/
3314 F:      drivers/md/dm*
3315 F:      drivers/md/persistent-data/
3316 F:      include/linux/device-mapper.h
3317 F:      include/linux/dm-*.h
3318 F:      include/uapi/linux/dm-*.h
3319
3320 DIALOG SEMICONDUCTOR DRIVERS
3321 M:      Support Opensource <support.opensource@diasemi.com>
3322 W:      http://www.dialog-semiconductor.com/products
3323 S:      Supported
3324 F:      Documentation/hwmon/da90??
3325 F:      drivers/gpio/gpio-da90??.c
3326 F:      drivers/hwmon/da90??-hwmon.c
3327 F:      drivers/iio/adc/da91??-*.c
3328 F:      drivers/input/misc/da90??_onkey.c
3329 F:      drivers/input/touchscreen/da9052_tsi.c
3330 F:      drivers/leds/leds-da90??.c
3331 F:      drivers/mfd/da903x.c
3332 F:      drivers/mfd/da90??-*.c
3333 F:      drivers/mfd/da91??-*.c
3334 F:      drivers/power/da9052-battery.c
3335 F:      drivers/power/da91??-*.c
3336 F:      drivers/regulator/da903x.c
3337 F:      drivers/regulator/da9???-regulator.[ch]
3338 F:      drivers/rtc/rtc-da90??.c
3339 F:      drivers/video/backlight/da90??_bl.c
3340 F:      drivers/watchdog/da90??_wdt.c
3341 F:      include/linux/mfd/da903x.h
3342 F:      include/linux/mfd/da9052/
3343 F:      include/linux/mfd/da9055/
3344 F:      include/linux/mfd/da9063/
3345 F:      include/linux/mfd/da9150/
3346 F:      include/sound/da[79]*.h
3347 F:      sound/soc/codecs/da[79]*.[ch]
3348
3349 DIGI NEO AND CLASSIC PCI PRODUCTS
3350 M:      Lidza Louina <lidza.louina@gmail.com>
3351 M:      Mark Hounschell <markh@compro.net>
3352 L:      driverdev-devel@linuxdriverproject.org
3353 S:      Maintained
3354 F:      drivers/staging/dgnc/
3355
3356 DIGI EPCA PCI PRODUCTS
3357 M:      Lidza Louina <lidza.louina@gmail.com>
3358 M:      Mark Hounschell <markh@compro.net>
3359 M:      Daeseok Youn <daeseok.youn@gmail.com>
3360 L:      driverdev-devel@linuxdriverproject.org
3361 S:      Maintained
3362 F:      drivers/staging/dgap/
3363
3364 DIOLAN U2C-12 I2C DRIVER
3365 M:      Guenter Roeck <linux@roeck-us.net>
3366 L:      linux-i2c@vger.kernel.org
3367 S:      Maintained
3368 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3369
3370 DIRECT ACCESS (DAX)
3371 M:      Matthew Wilcox <willy@linux.intel.com>
3372 L:      linux-fsdevel@vger.kernel.org
3373 S:      Supported
3374 F:      fs/dax.c
3375
3376 DIRECTORY NOTIFICATION (DNOTIFY)
3377 M:      Eric Paris <eparis@parisplace.org>
3378 S:      Maintained
3379 F:      Documentation/filesystems/dnotify.txt
3380 F:      fs/notify/dnotify/
3381 F:      include/linux/dnotify.h
3382
3383 DISK GEOMETRY AND PARTITION HANDLING
3384 M:      Andries Brouwer <aeb@cwi.nl>
3385 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3386 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3387 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3388 S:      Maintained
3389
3390 DISKQUOTA
3391 M:      Jan Kara <jack@suse.com>
3392 S:      Maintained
3393 F:      Documentation/filesystems/quota.txt
3394 F:      fs/quota/
3395 F:      include/linux/quota*.h
3396 F:      include/uapi/linux/quota*.h
3397
3398 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3399 M:      Bernie Thompson <bernie@plugable.com>
3400 L:      linux-fbdev@vger.kernel.org
3401 S:      Maintained
3402 W:      http://plugable.com/category/projects/udlfb/
3403 F:      drivers/video/fbdev/udlfb.c
3404 F:      include/video/udlfb.h
3405 F:      Documentation/fb/udlfb.txt
3406
3407 DISTRIBUTED LOCK MANAGER (DLM)
3408 M:      Christine Caulfield <ccaulfie@redhat.com>
3409 M:      David Teigland <teigland@redhat.com>
3410 L:      cluster-devel@redhat.com
3411 W:      http://sources.redhat.com/cluster/
3412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3413 S:      Supported
3414 F:      fs/dlm/
3415
3416 DMA BUFFER SHARING FRAMEWORK
3417 M:      Sumit Semwal <sumit.semwal@linaro.org>
3418 S:      Maintained
3419 L:      linux-media@vger.kernel.org
3420 L:      dri-devel@lists.freedesktop.org
3421 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3422 F:      drivers/dma-buf/
3423 F:      include/linux/dma-buf*
3424 F:      include/linux/reservation.h
3425 F:      include/linux/*fence.h
3426 F:      Documentation/dma-buf-sharing.txt
3427 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3428
3429 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3430 M:      Vinod Koul <vinod.koul@intel.com>
3431 L:      dmaengine@vger.kernel.org
3432 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3433 S:      Maintained
3434 F:      drivers/dma/
3435 F:      include/linux/dmaengine.h
3436 F:      Documentation/dmaengine/
3437 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3438
3439 DME1737 HARDWARE MONITOR DRIVER
3440 M:      Juerg Haefliger <juergh@gmail.com>
3441 L:      lm-sensors@lm-sensors.org
3442 S:      Maintained
3443 F:      Documentation/hwmon/dme1737
3444 F:      drivers/hwmon/dme1737.c
3445
3446 DMI/SMBIOS SUPPORT
3447 M:      Jean Delvare <jdelvare@suse.com>
3448 S:      Maintained
3449 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3450 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3451 F:      drivers/firmware/dmi-id.c
3452 F:      drivers/firmware/dmi_scan.c
3453 F:      include/linux/dmi.h
3454
3455 DOCUMENTATION
3456 M:      Jonathan Corbet <corbet@lwn.net>
3457 L:      linux-doc@vger.kernel.org
3458 S:      Maintained
3459 F:      Documentation/
3460 X:      Documentation/ABI/
3461 X:      Documentation/devicetree/
3462 X:      Documentation/acpi
3463 X:      Documentation/power
3464 X:      Documentation/spi
3465 X:      Documentation/DocBook/media
3466 T:      git git://git.lwn.net/linux-2.6.git docs-next
3467
3468 DOUBLETALK DRIVER
3469 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3470 L:      blinux-list@redhat.com
3471 S:      Maintained
3472 F:      drivers/char/dtlk.c
3473 F:      include/linux/dtlk.h
3474
3475 DPT_I2O SCSI RAID DRIVER
3476 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3477 L:      linux-scsi@vger.kernel.org
3478 W:      http://www.adaptec.com/
3479 S:      Maintained
3480 F:      drivers/scsi/dpt*
3481 F:      drivers/scsi/dpt/
3482
3483 DRBD DRIVER
3484 P:      Philipp Reisner
3485 P:      Lars Ellenberg
3486 M:      drbd-dev@lists.linbit.com
3487 L:      drbd-user@lists.linbit.com
3488 W:      http://www.drbd.org
3489 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3490 T:      git git://git.drbd.org/drbd-8.3.git
3491 S:      Supported
3492 F:      drivers/block/drbd/
3493 F:      lib/lru_cache.c
3494 F:      Documentation/blockdev/drbd/
3495
3496 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3497 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3499 S:      Supported
3500 F:      Documentation/kobject.txt
3501 F:      drivers/base/
3502 F:      fs/debugfs/
3503 F:      fs/kernfs/
3504 F:      fs/sysfs/
3505 F:      include/linux/debugfs.h
3506 F:      include/linux/kobj*
3507 F:      lib/kobj*
3508
3509 DRM DRIVERS
3510 M:      David Airlie <airlied@linux.ie>
3511 L:      dri-devel@lists.freedesktop.org
3512 T:      git git://people.freedesktop.org/~airlied/linux
3513 S:      Maintained
3514 F:      drivers/gpu/drm/
3515 F:      drivers/gpu/vga/
3516 F:      include/drm/
3517 F:      include/uapi/drm/
3518
3519 RADEON DRM DRIVERS
3520 M:      Alex Deucher <alexander.deucher@amd.com>
3521 M:      Christian König <christian.koenig@amd.com>
3522 L:      dri-devel@lists.freedesktop.org
3523 T:      git git://people.freedesktop.org/~agd5f/linux
3524 S:      Supported
3525 F:      drivers/gpu/drm/radeon/
3526 F:      include/uapi/drm/radeon*
3527
3528 DRM PANEL DRIVERS
3529 M:      Thierry Reding <thierry.reding@gmail.com>
3530 L:      dri-devel@lists.freedesktop.org
3531 T:      git git://anongit.freedesktop.org/tegra/linux.git
3532 S:      Maintained
3533 F:      drivers/gpu/drm/drm_panel.c
3534 F:      drivers/gpu/drm/panel/
3535 F:      include/drm/drm_panel.h
3536 F:      Documentation/devicetree/bindings/panel/
3537
3538 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3539 M:      Daniel Vetter <daniel.vetter@intel.com>
3540 M:      Jani Nikula <jani.nikula@linux.intel.com>
3541 L:      intel-gfx@lists.freedesktop.org
3542 L:      dri-devel@lists.freedesktop.org
3543 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3544 T:      git git://anongit.freedesktop.org/drm-intel
3545 S:      Supported
3546 F:      drivers/gpu/drm/i915/
3547 F:      include/drm/i915*
3548 F:      include/uapi/drm/i915*
3549
3550 DRM DRIVERS FOR EXYNOS
3551 M:      Inki Dae <inki.dae@samsung.com>
3552 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3553 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3554 M:      Kyungmin Park <kyungmin.park@samsung.com>
3555 L:      dri-devel@lists.freedesktop.org
3556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3557 S:      Supported
3558 F:      drivers/gpu/drm/exynos/
3559 F:      include/drm/exynos*
3560 F:      include/uapi/drm/exynos*
3561
3562 DRM DRIVERS FOR FREESCALE IMX
3563 M:      Philipp Zabel <p.zabel@pengutronix.de>
3564 L:      dri-devel@lists.freedesktop.org
3565 S:      Maintained
3566 F:      drivers/gpu/drm/imx/
3567 F:      Documentation/devicetree/bindings/drm/imx/
3568
3569 DRM DRIVERS FOR NVIDIA TEGRA
3570 M:      Thierry Reding <thierry.reding@gmail.com>
3571 M:      Terje Bergström <tbergstrom@nvidia.com>
3572 L:      dri-devel@lists.freedesktop.org
3573 L:      linux-tegra@vger.kernel.org
3574 T:      git git://anongit.freedesktop.org/tegra/linux.git
3575 S:      Supported
3576 F:      drivers/gpu/drm/tegra/
3577 F:      drivers/gpu/host1x/
3578 F:      include/linux/host1x.h
3579 F:      include/uapi/drm/tegra_drm.h
3580 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3581
3582 DRM DRIVERS FOR RENESAS
3583 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3584 L:      dri-devel@lists.freedesktop.org
3585 L:      linux-sh@vger.kernel.org
3586 T:      git git://people.freedesktop.org/~airlied/linux
3587 S:      Supported
3588 F:      drivers/gpu/drm/rcar-du/
3589 F:      drivers/gpu/drm/shmobile/
3590 F:      include/linux/platform_data/shmob_drm.h
3591
3592 DRM DRIVERS FOR ROCKCHIP
3593 M:      Mark Yao <mark.yao@rock-chips.com>
3594 L:      dri-devel@lists.freedesktop.org
3595 S:      Maintained
3596 F:      drivers/gpu/drm/rockchip/
3597 F:      Documentation/devicetree/bindings/video/rockchip*
3598
3599 DRM DRIVERS FOR STI
3600 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3601 M:      Vincent Abriou <vincent.abriou@st.com>
3602 L:      dri-devel@lists.freedesktop.org
3603 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3604 S:      Maintained
3605 F:      drivers/gpu/drm/sti
3606 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3607
3608 DSBR100 USB FM RADIO DRIVER
3609 M:      Alexey Klimov <klimov.linux@gmail.com>
3610 L:      linux-media@vger.kernel.org
3611 T:      git git://linuxtv.org/media_tree.git
3612 S:      Maintained
3613 F:      drivers/media/radio/dsbr100.c
3614
3615 DSCC4 DRIVER
3616 M:      Francois Romieu <romieu@fr.zoreil.com>
3617 L:      netdev@vger.kernel.org
3618 S:      Maintained
3619 F:      drivers/net/wan/dscc4.c
3620
3621 DT3155 MEDIA DRIVER
3622 M:      Hans Verkuil <hverkuil@xs4all.nl>
3623 L:      linux-media@vger.kernel.org
3624 T:      git git://linuxtv.org/media_tree.git
3625 W:      http://linuxtv.org
3626 S:      Odd Fixes
3627 F:      drivers/media/pci/dt3155/
3628
3629 DVB_USB_AF9015 MEDIA DRIVER
3630 M:      Antti Palosaari <crope@iki.fi>
3631 L:      linux-media@vger.kernel.org
3632 W:      http://linuxtv.org/
3633 W:      http://palosaari.fi/linux/
3634 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3635 T:      git git://linuxtv.org/anttip/media_tree.git
3636 S:      Maintained
3637 F:      drivers/media/usb/dvb-usb-v2/af9015*
3638
3639 DVB_USB_AF9035 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/af9035*
3648
3649 DVB_USB_ANYSEE 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/anysee*
3658
3659 DVB_USB_AU6610 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/au6610*
3668
3669 DVB_USB_CE6230 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/ce6230*
3678
3679 DVB_USB_CXUSB MEDIA DRIVER
3680 M:      Michael Krufky <mkrufky@linuxtv.org>
3681 L:      linux-media@vger.kernel.org
3682 W:      http://linuxtv.org/
3683 W:      http://github.com/mkrufky
3684 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3685 T:      git git://linuxtv.org/media_tree.git
3686 S:      Maintained
3687 F:      drivers/media/usb/dvb-usb/cxusb*
3688
3689 DVB_USB_EC168 MEDIA DRIVER
3690 M:      Antti Palosaari <crope@iki.fi>
3691 L:      linux-media@vger.kernel.org
3692 W:      http://linuxtv.org/
3693 W:      http://palosaari.fi/linux/
3694 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3695 T:      git git://linuxtv.org/anttip/media_tree.git
3696 S:      Maintained
3697 F:      drivers/media/usb/dvb-usb-v2/ec168*
3698
3699 DVB_USB_GL861 MEDIA DRIVER
3700 M:      Antti Palosaari <crope@iki.fi>
3701 L:      linux-media@vger.kernel.org
3702 W:      http://linuxtv.org/
3703 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3704 T:      git git://linuxtv.org/anttip/media_tree.git
3705 S:      Maintained
3706 F:      drivers/media/usb/dvb-usb-v2/gl861*
3707
3708 DVB_USB_MXL111SF MEDIA DRIVER
3709 M:      Michael Krufky <mkrufky@linuxtv.org>
3710 L:      linux-media@vger.kernel.org
3711 W:      http://linuxtv.org/
3712 W:      http://github.com/mkrufky
3713 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3714 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3715 S:      Maintained
3716 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3717
3718 DVB_USB_RTL28XXU MEDIA DRIVER
3719 M:      Antti Palosaari <crope@iki.fi>
3720 L:      linux-media@vger.kernel.org
3721 W:      http://linuxtv.org/
3722 W:      http://palosaari.fi/linux/
3723 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3724 T:      git git://linuxtv.org/anttip/media_tree.git
3725 S:      Maintained
3726 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3727
3728 DVB_USB_V2 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/dvb_usb*
3737 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3738
3739 DYNAMIC DEBUG
3740 M:      Jason Baron <jbaron@akamai.com>
3741 S:      Maintained
3742 F:      lib/dynamic_debug.c
3743 F:      include/linux/dynamic_debug.h
3744
3745 DZ DECSTATION DZ11 SERIAL DRIVER
3746 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3747 S:      Maintained
3748 F:      drivers/tty/serial/dz.*
3749
3750 E3X0 POWER BUTTON DRIVER
3751 M:      Moritz Fischer <moritz.fischer@ettus.com>
3752 L:      usrp-users@lists.ettus.com
3753 W:      http://www.ettus.com
3754 S:      Supported
3755 F:      drivers/input/misc/e3x0-button.c
3756 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3757
3758 E4000 MEDIA DRIVER
3759 M:      Antti Palosaari <crope@iki.fi>
3760 L:      linux-media@vger.kernel.org
3761 W:      http://linuxtv.org/
3762 W:      http://palosaari.fi/linux/
3763 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3764 T:      git git://linuxtv.org/anttip/media_tree.git
3765 S:      Maintained
3766 F:      drivers/media/tuners/e4000*
3767
3768 EATA ISA/EISA/PCI SCSI DRIVER
3769 M:      Dario Ballabio <ballabio_dario@emc.com>
3770 L:      linux-scsi@vger.kernel.org
3771 S:      Maintained
3772 F:      drivers/scsi/eata.c
3773
3774 EC100 MEDIA DRIVER
3775 M:      Antti Palosaari <crope@iki.fi>
3776 L:      linux-media@vger.kernel.org
3777 W:      http://linuxtv.org/
3778 W:      http://palosaari.fi/linux/
3779 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3780 T:      git git://linuxtv.org/anttip/media_tree.git
3781 S:      Maintained
3782 F:      drivers/media/dvb-frontends/ec100*
3783
3784 ECRYPT FILE SYSTEM
3785 M:      Tyler Hicks <tyhicks@canonical.com>
3786 L:      ecryptfs@vger.kernel.org
3787 W:      http://ecryptfs.org
3788 W:      https://launchpad.net/ecryptfs
3789 S:      Supported
3790 F:      Documentation/filesystems/ecryptfs.txt
3791 F:      fs/ecryptfs/
3792
3793 EDAC-CORE
3794 M:      Doug Thompson <dougthompson@xmission.com>
3795 M:      Borislav Petkov <bp@alien8.de>
3796 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3797 L:      linux-edac@vger.kernel.org
3798 W:      bluesmoke.sourceforge.net
3799 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3800 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3801 S:      Supported
3802 F:      Documentation/edac.txt
3803 F:      drivers/edac/
3804 F:      include/linux/edac.h
3805
3806 EDAC-AMD64
3807 M:      Doug Thompson <dougthompson@xmission.com>
3808 M:      Borislav Petkov <bp@alien8.de>
3809 L:      linux-edac@vger.kernel.org
3810 W:      bluesmoke.sourceforge.net
3811 S:      Maintained
3812 F:      drivers/edac/amd64_edac*
3813
3814 EDAC-CALXEDA
3815 M:      Doug Thompson <dougthompson@xmission.com>
3816 M:      Robert Richter <rric@kernel.org>
3817 L:      linux-edac@vger.kernel.org
3818 W:      bluesmoke.sourceforge.net
3819 S:      Maintained
3820 F:      drivers/edac/highbank*
3821
3822 EDAC-CAVIUM
3823 M:      Ralf Baechle <ralf@linux-mips.org>
3824 M:      David Daney <david.daney@cavium.com>
3825 L:      linux-edac@vger.kernel.org
3826 L:      linux-mips@linux-mips.org
3827 W:      bluesmoke.sourceforge.net
3828 S:      Supported
3829 F:      drivers/edac/octeon_edac*
3830
3831 EDAC-E752X
3832 M:      Mark Gross <mark.gross@intel.com>
3833 M:      Doug Thompson <dougthompson@xmission.com>
3834 L:      linux-edac@vger.kernel.org
3835 W:      bluesmoke.sourceforge.net
3836 S:      Maintained
3837 F:      drivers/edac/e752x_edac.c
3838
3839 EDAC-E7XXX
3840 M:      Doug Thompson <dougthompson@xmission.com>
3841 L:      linux-edac@vger.kernel.org
3842 W:      bluesmoke.sourceforge.net
3843 S:      Maintained
3844 F:      drivers/edac/e7xxx_edac.c
3845
3846 EDAC-GHES
3847 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3848 L:      linux-edac@vger.kernel.org
3849 W:      bluesmoke.sourceforge.net
3850 S:      Maintained
3851 F:      drivers/edac/ghes_edac.c
3852
3853 EDAC-I82443BXGX
3854 M:      Tim Small <tim@buttersideup.com>
3855 L:      linux-edac@vger.kernel.org
3856 W:      bluesmoke.sourceforge.net
3857 S:      Maintained
3858 F:      drivers/edac/i82443bxgx_edac.c
3859
3860 EDAC-I3000
3861 M:      Jason Uhlenkott <juhlenko@akamai.com>
3862 L:      linux-edac@vger.kernel.org
3863 W:      bluesmoke.sourceforge.net
3864 S:      Maintained
3865 F:      drivers/edac/i3000_edac.c
3866
3867 EDAC-I5000
3868 M:      Doug Thompson <dougthompson@xmission.com>
3869 L:      linux-edac@vger.kernel.org
3870 W:      bluesmoke.sourceforge.net
3871 S:      Maintained
3872 F:      drivers/edac/i5000_edac.c
3873
3874 EDAC-I5400
3875 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3876 L:      linux-edac@vger.kernel.org
3877 W:      bluesmoke.sourceforge.net
3878 S:      Maintained
3879 F:      drivers/edac/i5400_edac.c
3880
3881 EDAC-I7300
3882 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3883 L:      linux-edac@vger.kernel.org
3884 W:      bluesmoke.sourceforge.net
3885 S:      Maintained
3886 F:      drivers/edac/i7300_edac.c
3887
3888 EDAC-I7CORE
3889 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3890 L:      linux-edac@vger.kernel.org
3891 W:      bluesmoke.sourceforge.net
3892 S:      Maintained
3893 F:      drivers/edac/i7core_edac.c
3894
3895 EDAC-I82975X
3896 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3897 M:      "Arvind R." <arvino55@gmail.com>
3898 L:      linux-edac@vger.kernel.org
3899 W:      bluesmoke.sourceforge.net
3900 S:      Maintained
3901 F:      drivers/edac/i82975x_edac.c
3902
3903 EDAC-IE31200
3904 M:      Jason Baron <jbaron@akamai.com>
3905 L:      linux-edac@vger.kernel.org
3906 W:      bluesmoke.sourceforge.net
3907 S:      Maintained
3908 F:      drivers/edac/ie31200_edac.c
3909
3910 EDAC-MPC85XX
3911 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3912 L:      linux-edac@vger.kernel.org
3913 W:      bluesmoke.sourceforge.net
3914 S:      Maintained
3915 F:      drivers/edac/mpc85xx_edac.[ch]
3916
3917 EDAC-PASEMI
3918 M:      Egor Martovetsky <egor@pasemi.com>
3919 L:      linux-edac@vger.kernel.org
3920 W:      bluesmoke.sourceforge.net
3921 S:      Maintained
3922 F:      drivers/edac/pasemi_edac.c
3923
3924 EDAC-R82600
3925 M:      Tim Small <tim@buttersideup.com>
3926 L:      linux-edac@vger.kernel.org
3927 W:      bluesmoke.sourceforge.net
3928 S:      Maintained
3929 F:      drivers/edac/r82600_edac.c
3930
3931 EDAC-SBRIDGE
3932 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3933 L:      linux-edac@vger.kernel.org
3934 W:      bluesmoke.sourceforge.net
3935 S:      Maintained
3936 F:      drivers/edac/sb_edac.c
3937
3938 EDAC-XGENE
3939 APPLIED MICRO (APM) X-GENE SOC EDAC
3940 M:     Loc Ho <lho@apm.com>
3941 S:     Supported
3942 F:     drivers/edac/xgene_edac.c
3943 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3944
3945 EDIROL UA-101/UA-1000 DRIVER
3946 M:      Clemens Ladisch <clemens@ladisch.de>
3947 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3948 T:      git git://git.alsa-project.org/alsa-kernel.git
3949 S:      Maintained
3950 F:      sound/usb/misc/ua101.c
3951
3952 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3953 M:      Matt Fleming <matt.fleming@intel.com>
3954 L:      linux-efi@vger.kernel.org
3955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3956 S:      Maintained
3957 F:      Documentation/efi-stub.txt
3958 F:      arch/ia64/kernel/efi.c
3959 F:      arch/x86/boot/compressed/eboot.[ch]
3960 F:      arch/x86/include/asm/efi.h
3961 F:      arch/x86/platform/efi/*
3962 F:      drivers/firmware/efi/*
3963 F:      include/linux/efi*.h
3964
3965 EFI VARIABLE FILESYSTEM
3966 M:      Matthew Garrett <matthew.garrett@nebula.com>
3967 M:      Jeremy Kerr <jk@ozlabs.org>
3968 M:      Matt Fleming <matt.fleming@intel.com>
3969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3970 L:      linux-efi@vger.kernel.org
3971 S:      Maintained
3972 F:      fs/efivarfs/
3973
3974 EFIFB FRAMEBUFFER DRIVER
3975 L:      linux-fbdev@vger.kernel.org
3976 M:      Peter Jones <pjones@redhat.com>
3977 S:      Maintained
3978 F:      drivers/video/fbdev/efifb.c
3979
3980 EFS FILESYSTEM
3981 W:      http://aeschi.ch.eu.org/efs/
3982 S:      Orphan
3983 F:      fs/efs/
3984
3985 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3986 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3987 M:      Christoph Raisch <raisch@de.ibm.com>
3988 L:      linux-rdma@vger.kernel.org
3989 S:      Supported
3990 F:      drivers/infiniband/hw/ehca/
3991
3992 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3993 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3994 L:      netdev@vger.kernel.org
3995 S:      Maintained
3996 F:      drivers/net/ethernet/ibm/ehea/
3997
3998 EM28XX VIDEO4LINUX DRIVER
3999 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4000 L:      linux-media@vger.kernel.org
4001 W:      http://linuxtv.org
4002 T:      git git://linuxtv.org/media_tree.git
4003 S:      Maintained
4004 F:      drivers/media/usb/em28xx/
4005
4006 EMBEDDED LINUX
4007 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4008 M:      Matt Mackall <mpm@selenic.com>
4009 M:      David Woodhouse <dwmw2@infradead.org>
4010 L:      linux-embedded@vger.kernel.org
4011 S:      Maintained
4012
4013 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4014 M:      James Smart <james.smart@avagotech.com>
4015 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4016 L:      linux-scsi@vger.kernel.org
4017 W:      http://www.avagotech.com
4018 S:      Supported
4019 F:      drivers/scsi/lpfc/
4020
4021 ENE CB710 FLASH CARD READER DRIVER
4022 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4023 S:      Maintained
4024 F:      drivers/misc/cb710/
4025 F:      drivers/mmc/host/cb710-mmc.*
4026 F:      include/linux/cb710.h
4027
4028 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4029 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4030 S:      Maintained
4031 F:      drivers/media/rc/ene_ir.*
4032
4033 ENHANCED ERROR HANDLING (EEH)
4034 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4035 L:      linuxppc-dev@lists.ozlabs.org
4036 S:      Supported
4037 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4038 F:      arch/powerpc/kernel/eeh*.c
4039
4040 EPSON S1D13XXX FRAMEBUFFER DRIVER
4041 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4042 S:      Maintained
4043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4044 F:      drivers/video/fbdev/s1d13xxxfb.c
4045 F:      include/video/s1d13xxxfb.h
4046
4047 ET131X NETWORK DRIVER
4048 M:      Mark Einon <mark.einon@gmail.com>
4049 S:      Odd Fixes
4050 F:      drivers/net/ethernet/agere/
4051
4052 ETHERNET BRIDGE
4053 M:      Stephen Hemminger <stephen@networkplumber.org>
4054 L:      bridge@lists.linux-foundation.org
4055 L:      netdev@vger.kernel.org
4056 W:      http://www.linuxfoundation.org/en/Net:Bridge
4057 S:      Maintained
4058 F:      include/linux/netfilter_bridge/
4059 F:      net/bridge/
4060
4061 ETHERNET PHY LIBRARY
4062 M:      Florian Fainelli <f.fainelli@gmail.com>
4063 L:      netdev@vger.kernel.org
4064 S:      Maintained
4065 F:      include/linux/phy.h
4066 F:      include/linux/phy_fixed.h
4067 F:      drivers/net/phy/
4068 F:      Documentation/networking/phy.txt
4069 F:      drivers/of/of_mdio.c
4070 F:      drivers/of/of_net.c
4071
4072 EXT2 FILE SYSTEM
4073 M:      Jan Kara <jack@suse.com>
4074 L:      linux-ext4@vger.kernel.org
4075 S:      Maintained
4076 F:      Documentation/filesystems/ext2.txt
4077 F:      fs/ext2/
4078 F:      include/linux/ext2*
4079
4080 EXT3 FILE SYSTEM
4081 M:      Jan Kara <jack@suse.com>
4082 M:      Andrew Morton <akpm@linux-foundation.org>
4083 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4084 L:      linux-ext4@vger.kernel.org
4085 S:      Maintained
4086 F:      Documentation/filesystems/ext3.txt
4087 F:      fs/ext3/
4088
4089 EXT4 FILE SYSTEM
4090 M:      "Theodore Ts'o" <tytso@mit.edu>
4091 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4092 L:      linux-ext4@vger.kernel.org
4093 W:      http://ext4.wiki.kernel.org
4094 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4095 S:      Maintained
4096 F:      Documentation/filesystems/ext4.txt
4097 F:      fs/ext4/
4098
4099 Extended Verification Module (EVM)
4100 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4101 L:      linux-ima-devel@lists.sourceforge.net
4102 L:      linux-security-module@vger.kernel.org
4103 S:      Supported
4104 F:      security/integrity/evm/
4105
4106 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4107 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4108 M:      Chanwoo Choi <cw00.choi@samsung.com>
4109 L:      linux-kernel@vger.kernel.org
4110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4111 S:      Maintained
4112 F:      drivers/extcon/
4113 F:      Documentation/extcon/
4114
4115 EXYNOS DP DRIVER
4116 M:      Jingoo Han <jingoohan1@gmail.com>
4117 L:      dri-devel@lists.freedesktop.org
4118 S:      Maintained
4119 F:      drivers/gpu/drm/exynos/exynos_dp*
4120
4121 EXYNOS MIPI DISPLAY DRIVERS
4122 M:      Inki Dae <inki.dae@samsung.com>
4123 M:      Donghwa Lee <dh09.lee@samsung.com>
4124 M:      Kyungmin Park <kyungmin.park@samsung.com>
4125 L:      linux-fbdev@vger.kernel.org
4126 S:      Maintained
4127 F:      drivers/video/fbdev/exynos/exynos_mipi*
4128 F:      include/video/exynos_mipi*
4129
4130 F71805F HARDWARE MONITORING DRIVER
4131 M:      Jean Delvare <jdelvare@suse.com>
4132 L:      lm-sensors@lm-sensors.org
4133 S:      Maintained
4134 F:      Documentation/hwmon/f71805f
4135 F:      drivers/hwmon/f71805f.c
4136
4137 FC0011 TUNER DRIVER
4138 M:      Michael Buesch <m@bues.ch>
4139 L:      linux-media@vger.kernel.org
4140 S:      Maintained
4141 F:      drivers/media/tuners/fc0011.h
4142 F:      drivers/media/tuners/fc0011.c
4143
4144 FC2580 MEDIA DRIVER
4145 M:      Antti Palosaari <crope@iki.fi>
4146 L:      linux-media@vger.kernel.org
4147 W:      http://linuxtv.org/
4148 W:      http://palosaari.fi/linux/
4149 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4150 T:      git git://linuxtv.org/anttip/media_tree.git
4151 S:      Maintained
4152 F:      drivers/media/tuners/fc2580*
4153
4154 FANOTIFY
4155 M:      Eric Paris <eparis@redhat.com>
4156 S:      Maintained
4157 F:      fs/notify/fanotify/
4158 F:      include/linux/fanotify.h
4159 F:      include/uapi/linux/fanotify.h
4160
4161 FARSYNC SYNCHRONOUS DRIVER
4162 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4163 W:      http://www.farsite.co.uk/
4164 S:      Supported
4165 F:      drivers/net/wan/farsync.*
4166
4167 FAULT INJECTION SUPPORT
4168 M:      Akinobu Mita <akinobu.mita@gmail.com>
4169 S:      Supported
4170 F:      Documentation/fault-injection/
4171 F:      lib/fault-inject.c
4172
4173 FBTFT Framebuffer drivers
4174 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4175 M:      Noralf Trønnes <noralf@tronnes.org>
4176 S:      Maintained
4177 F:      drivers/staging/fbtft/
4178
4179 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4180 M:      Vasu Dev <vasu.dev@intel.com>
4181 L:      fcoe-devel@open-fcoe.org
4182 W:      www.Open-FCoE.org
4183 S:      Supported
4184 F:      drivers/scsi/libfc/
4185 F:      drivers/scsi/fcoe/
4186 F:      include/scsi/fc/
4187 F:      include/scsi/libfc.h
4188 F:      include/scsi/libfcoe.h
4189 F:      include/uapi/scsi/fc/
4190
4191 FILE LOCKING (flock() and fcntl()/lockf())
4192 M:      Jeff Layton <jlayton@poochiereds.net>
4193 M:      "J. Bruce Fields" <bfields@fieldses.org>
4194 L:      linux-fsdevel@vger.kernel.org
4195 S:      Maintained
4196 F:      include/linux/fcntl.h
4197 F:      include/linux/fs.h
4198 F:      include/uapi/linux/fcntl.h
4199 F:      include/uapi/linux/fs.h
4200 F:      fs/fcntl.c
4201 F:      fs/locks.c
4202
4203 FILESYSTEMS (VFS and infrastructure)
4204 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4205 L:      linux-fsdevel@vger.kernel.org
4206 S:      Maintained
4207 F:      fs/*
4208
4209 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4210 M:      Riku Voipio <riku.voipio@iki.fi>
4211 L:      lm-sensors@lm-sensors.org
4212 S:      Maintained
4213 F:      drivers/hwmon/f75375s.c
4214 F:      include/linux/f75375s.h
4215
4216 FIREWIRE AUDIO DRIVERS
4217 M:      Clemens Ladisch <clemens@ladisch.de>
4218 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4219 T:      git git://git.alsa-project.org/alsa-kernel.git
4220 S:      Maintained
4221 F:      sound/firewire/
4222
4223 FIREWIRE MEDIA DRIVERS (firedtv)
4224 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4225 L:      linux-media@vger.kernel.org
4226 L:      linux1394-devel@lists.sourceforge.net
4227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4228 S:      Maintained
4229 F:      drivers/media/firewire/
4230
4231 FIREWIRE SBP-2 TARGET
4232 M:      Chris Boot <bootc@bootc.net>
4233 L:      linux-scsi@vger.kernel.org
4234 L:      target-devel@vger.kernel.org
4235 L:      linux1394-devel@lists.sourceforge.net
4236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4237 S:      Maintained
4238 F:      drivers/target/sbp/
4239
4240 FIREWIRE SUBSYSTEM
4241 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4242 L:      linux1394-devel@lists.sourceforge.net
4243 W:      http://ieee1394.wiki.kernel.org/
4244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4245 S:      Maintained
4246 F:      drivers/firewire/
4247 F:      include/linux/firewire.h
4248 F:      include/uapi/linux/firewire*.h
4249 F:      tools/firewire/
4250
4251 FIRMWARE LOADER (request_firmware)
4252 M:      Ming Lei <ming.lei@canonical.com>
4253 L:      linux-kernel@vger.kernel.org
4254 S:      Maintained
4255 F:      Documentation/firmware_class/
4256 F:      drivers/base/firmware*.c
4257 F:      include/linux/firmware.h
4258
4259 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4260 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4261 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4262 S:      Maintained
4263 F:      drivers/block/rsxx/
4264
4265 FLOPPY DRIVER
4266 M:      Jiri Kosina <jkosina@suse.com>
4267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4268 S:      Odd fixes
4269 F:      drivers/block/floppy.c
4270
4271 FMC SUBSYSTEM
4272 M:      Alessandro Rubini <rubini@gnudd.com>
4273 W:      http://www.ohwr.org/projects/fmc-bus
4274 S:      Supported
4275 F:      drivers/fmc/
4276 F:      include/linux/fmc*.h
4277 F:      include/linux/ipmi-fru.h
4278 K:      fmc_d.*register
4279
4280 FPU EMULATOR
4281 M:      Bill Metzenthen <billm@melbpc.org.au>
4282 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4283 S:      Maintained
4284 F:      arch/x86/math-emu/
4285
4286 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4287 L:      netdev@vger.kernel.org
4288 S:      Orphan
4289 F:      drivers/net/wan/dlci.c
4290 F:      drivers/net/wan/sdla.c
4291
4292 FRAMEBUFFER LAYER
4293 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4294 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4295 L:      linux-fbdev@vger.kernel.org
4296 W:      http://linux-fbdev.sourceforge.net/
4297 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4299 S:      Maintained
4300 F:      Documentation/fb/
4301 F:      Documentation/devicetree/bindings/fb/
4302 F:      drivers/video/
4303 F:      include/video/
4304 F:      include/linux/fb.h
4305 F:      include/uapi/video/
4306 F:      include/uapi/linux/fb.h
4307
4308 FREESCALE DIU FRAMEBUFFER DRIVER
4309 M:      Timur Tabi <timur@tabi.org>
4310 L:      linux-fbdev@vger.kernel.org
4311 S:      Maintained
4312 F:      drivers/video/fbdev/fsl-diu-fb.*
4313
4314 FREESCALE DMA DRIVER
4315 M:      Li Yang <leoli@freescale.com>
4316 M:      Zhang Wei <zw@zh-kernel.org>
4317 L:      linuxppc-dev@lists.ozlabs.org
4318 S:      Maintained
4319 F:      drivers/dma/fsldma.*
4320
4321 FREESCALE I2C CPM DRIVER
4322 M:      Jochen Friedrich <jochen@scram.de>
4323 L:      linuxppc-dev@lists.ozlabs.org
4324 L:      linux-i2c@vger.kernel.org
4325 S:      Maintained
4326 F:      drivers/i2c/busses/i2c-cpm.c
4327
4328 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4329 M:      Sascha Hauer <kernel@pengutronix.de>
4330 L:      linux-fbdev@vger.kernel.org
4331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4332 S:      Maintained
4333 F:      include/linux/platform_data/video-imxfb.h
4334 F:      drivers/video/fbdev/imxfb.c
4335
4336 FREESCALE QUAD SPI DRIVER
4337 M:      Han Xu <han.xu@freescale.com>
4338 L:      linux-mtd@lists.infradead.org
4339 S:      Maintained
4340 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4341
4342 FREESCALE SOC FS_ENET DRIVER
4343 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4344 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4345 L:      linuxppc-dev@lists.ozlabs.org
4346 L:      netdev@vger.kernel.org
4347 S:      Maintained
4348 F:      drivers/net/ethernet/freescale/fs_enet/
4349 F:      include/linux/fs_enet_pd.h
4350
4351 FREESCALE QUICC ENGINE LIBRARY
4352 L:      linuxppc-dev@lists.ozlabs.org
4353 S:      Orphan
4354 F:      arch/powerpc/sysdev/qe_lib/
4355 F:      arch/powerpc/include/asm/*qe.h
4356
4357 FREESCALE USB PERIPHERAL DRIVERS
4358 M:      Li Yang <leoli@freescale.com>
4359 L:      linux-usb@vger.kernel.org
4360 L:      linuxppc-dev@lists.ozlabs.org
4361 S:      Maintained
4362 F:      drivers/usb/gadget/udc/fsl*
4363
4364 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4365 M:      Li Yang <leoli@freescale.com>
4366 L:      netdev@vger.kernel.org
4367 L:      linuxppc-dev@lists.ozlabs.org
4368 S:      Maintained
4369 F:      drivers/net/ethernet/freescale/ucc_geth*
4370
4371 FREESCALE QUICC ENGINE UCC UART DRIVER
4372 M:      Timur Tabi <timur@tabi.org>
4373 L:      linuxppc-dev@lists.ozlabs.org
4374 S:      Maintained
4375 F:      drivers/tty/serial/ucc_uart.c
4376
4377 FREESCALE SOC SOUND DRIVERS
4378 M:      Timur Tabi <timur@tabi.org>
4379 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4380 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4381 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4382 L:      linuxppc-dev@lists.ozlabs.org
4383 S:      Maintained
4384 F:      sound/soc/fsl/fsl*
4385 F:      sound/soc/fsl/imx*
4386 F:      sound/soc/fsl/mpc8610_hpcd.c
4387
4388 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4389 M:      "J. German Rivera" <German.Rivera@freescale.com>
4390 L:      linux-kernel@vger.kernel.org
4391 S:      Maintained
4392 F:      drivers/staging/fsl-mc/
4393
4394 FREEVXFS FILESYSTEM
4395 M:      Christoph Hellwig <hch@infradead.org>
4396 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4397 S:      Maintained
4398 F:      fs/freevxfs/
4399
4400 FREEZER
4401 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4402 M:      Pavel Machek <pavel@ucw.cz>
4403 L:      linux-pm@vger.kernel.org
4404 S:      Supported
4405 F:      Documentation/power/freezing-of-tasks.txt
4406 F:      include/linux/freezer.h
4407 F:      kernel/freezer.c
4408
4409 FRONTSWAP API
4410 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4411 L:      linux-kernel@vger.kernel.org
4412 S:      Maintained
4413 F:      mm/frontswap.c
4414 F:      include/linux/frontswap.h
4415
4416 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4417 M:      David Howells <dhowells@redhat.com>
4418 L:      linux-cachefs@redhat.com
4419 S:      Supported
4420 F:      Documentation/filesystems/caching/
4421 F:      fs/fscache/
4422 F:      include/linux/fscache*.h
4423
4424 F2FS FILE SYSTEM
4425 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4426 M:      Changman Lee <cm224.lee@samsung.com>
4427 L:      linux-f2fs-devel@lists.sourceforge.net
4428 W:      http://en.wikipedia.org/wiki/F2FS
4429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4430 S:      Maintained
4431 F:      Documentation/filesystems/f2fs.txt
4432 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4433 F:      fs/f2fs/
4434 F:      include/linux/f2fs_fs.h
4435
4436 FUJITSU FR-V (FRV) PORT
4437 M:      David Howells <dhowells@redhat.com>
4438 S:      Maintained
4439 F:      arch/frv/
4440
4441 FUJITSU LAPTOP EXTRAS
4442 M:      Jonathan Woithe <jwoithe@just42.net>
4443 L:      platform-driver-x86@vger.kernel.org
4444 S:      Maintained
4445 F:      drivers/platform/x86/fujitsu-laptop.c
4446
4447 FUJITSU M-5MO LS CAMERA ISP DRIVER
4448 M:      Kyungmin Park <kyungmin.park@samsung.com>
4449 M:      Heungjun Kim <riverful.kim@samsung.com>
4450 L:      linux-media@vger.kernel.org
4451 S:      Maintained
4452 F:      drivers/media/i2c/m5mols/
4453 F:      include/media/m5mols.h
4454
4455 FUJITSU TABLET EXTRAS
4456 M:      Robert Gerlach <khnz@gmx.de>
4457 L:      platform-driver-x86@vger.kernel.org
4458 S:      Maintained
4459 F:      drivers/platform/x86/fujitsu-tablet.c
4460
4461 FUSE: FILESYSTEM IN USERSPACE
4462 M:      Miklos Szeredi <miklos@szeredi.hu>
4463 L:      fuse-devel@lists.sourceforge.net
4464 W:      http://fuse.sourceforge.net/
4465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4466 S:      Maintained
4467 F:      fs/fuse/
4468 F:      include/uapi/linux/fuse.h
4469 F:      Documentation/filesystems/fuse.txt
4470
4471 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4472 M:      Rik Faith <faith@cs.unc.edu>
4473 L:      linux-scsi@vger.kernel.org
4474 S:      Odd Fixes (e.g., new signatures)
4475 F:      drivers/scsi/fdomain.*
4476
4477 GCOV BASED KERNEL PROFILING
4478 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4479 S:      Maintained
4480 F:      kernel/gcov/
4481 F:      Documentation/gcov.txt
4482
4483 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4484 M:      Achim Leubner <achim_leubner@adaptec.com>
4485 L:      linux-scsi@vger.kernel.org
4486 W:      http://www.icp-vortex.com/
4487 S:      Supported
4488 F:      drivers/scsi/gdt*
4489
4490 GDB KERNEL DEBUGGING HELPER SCRIPTS
4491 M:      Jan Kiszka <jan.kiszka@siemens.com>
4492 S:      Supported
4493 F:      scripts/gdb/
4494
4495 GEMTEK FM RADIO RECEIVER DRIVER
4496 M:      Hans Verkuil <hverkuil@xs4all.nl>
4497 L:      linux-media@vger.kernel.org
4498 T:      git git://linuxtv.org/media_tree.git
4499 W:      http://linuxtv.org
4500 S:      Maintained
4501 F:      drivers/media/radio/radio-gemtek*
4502
4503 GENERIC GPIO I2C DRIVER
4504 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4505 S:      Supported
4506 F:      drivers/i2c/busses/i2c-gpio.c
4507 F:      include/linux/i2c-gpio.h
4508
4509 GENERIC GPIO I2C MULTIPLEXER DRIVER
4510 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4511 L:      linux-i2c@vger.kernel.org
4512 S:      Supported
4513 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4514 F:      include/linux/i2c-mux-gpio.h
4515 F:      Documentation/i2c/muxes/i2c-mux-gpio
4516
4517 GENERIC HDLC (WAN) DRIVERS
4518 M:      Krzysztof Halasa <khc@pm.waw.pl>
4519 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4520 S:      Maintained
4521 F:      drivers/net/wan/c101.c
4522 F:      drivers/net/wan/hd6457*
4523 F:      drivers/net/wan/hdlc*
4524 F:      drivers/net/wan/n2.c
4525 F:      drivers/net/wan/pc300too.c
4526 F:      drivers/net/wan/pci200syn.c
4527 F:      drivers/net/wan/wanxl*
4528
4529 GENERIC INCLUDE/ASM HEADER FILES
4530 M:      Arnd Bergmann <arnd@arndb.de>
4531 L:      linux-arch@vger.kernel.org
4532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4533 S:      Maintained
4534 F:      include/asm-generic/
4535 F:      include/uapi/asm-generic/
4536
4537 GENERIC PHY FRAMEWORK
4538 M:      Kishon Vijay Abraham I <kishon@ti.com>
4539 L:      linux-kernel@vger.kernel.org
4540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4541 S:      Supported
4542 F:      drivers/phy/
4543 F:      include/linux/phy/
4544
4545 GENERIC PM DOMAINS
4546 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4547 M:      Kevin Hilman <khilman@kernel.org>
4548 M:      Ulf Hansson <ulf.hansson@linaro.org>
4549 L:      linux-pm@vger.kernel.org
4550 S:      Supported
4551 F:      drivers/base/power/domain*.c
4552 F:      include/linux/pm_domain.h
4553
4554 GENERIC UIO DRIVER FOR PCI DEVICES
4555 M:      "Michael S. Tsirkin" <mst@redhat.com>
4556 L:      kvm@vger.kernel.org
4557 S:      Supported
4558 F:      drivers/uio/uio_pci_generic.c
4559
4560 GET_MAINTAINER SCRIPT
4561 M:      Joe Perches <joe@perches.com>
4562 S:      Maintained
4563 F:      scripts/get_maintainer.pl
4564
4565 GFS2 FILE SYSTEM
4566 M:      Steven Whitehouse <swhiteho@redhat.com>
4567 M:      Bob Peterson <rpeterso@redhat.com>
4568 L:      cluster-devel@redhat.com
4569 W:      http://sources.redhat.com/cluster/
4570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4571 S:      Supported
4572 F:      Documentation/filesystems/gfs2*.txt
4573 F:      fs/gfs2/
4574 F:      include/uapi/linux/gfs2_ondisk.h
4575
4576 GIGASET ISDN DRIVERS
4577 M:      Paul Bolle <pebolle@tiscali.nl>
4578 L:      gigaset307x-common@lists.sourceforge.net
4579 W:      http://gigaset307x.sourceforge.net/
4580 S:      Odd Fixes
4581 F:      Documentation/isdn/README.gigaset
4582 F:      drivers/isdn/gigaset/
4583 F:      include/uapi/linux/gigaset_dev.h
4584
4585 GO7007 MPEG CODEC
4586 M:      Hans Verkuil <hans.verkuil@cisco.com>
4587 L:      linux-media@vger.kernel.org
4588 S:      Maintained
4589 F:      drivers/media/usb/go7007/
4590
4591 GOODIX TOUCHSCREEN
4592 M:      Bastien Nocera <hadess@hadess.net>
4593 L:      linux-input@vger.kernel.org
4594 S:      Maintained
4595 F:      drivers/input/touchscreen/goodix.c
4596
4597 GPIO SUBSYSTEM
4598 M:      Linus Walleij <linus.walleij@linaro.org>
4599 M:      Alexandre Courbot <gnurou@gmail.com>
4600 L:      linux-gpio@vger.kernel.org
4601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4602 S:      Maintained
4603 F:      Documentation/gpio/
4604 F:      drivers/gpio/
4605 F:      include/linux/gpio/
4606 F:      include/linux/gpio.h
4607 F:      include/asm-generic/gpio.h
4608
4609 GRE DEMULTIPLEXER DRIVER
4610 M:      Dmitry Kozlov <xeb@mail.ru>
4611 L:      netdev@vger.kernel.org
4612 S:      Maintained
4613 F:      net/ipv4/gre_demux.c
4614 F:      net/ipv4/gre_offload.c
4615 F:      include/net/gre.h
4616
4617 GRETH 10/100/1G Ethernet MAC device driver
4618 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4619 L:      netdev@vger.kernel.org
4620 S:      Maintained
4621 F:      drivers/net/ethernet/aeroflex/
4622
4623 GSPCA FINEPIX SUBDRIVER
4624 M:      Frank Zago <frank@zago.net>
4625 L:      linux-media@vger.kernel.org
4626 T:      git git://linuxtv.org/media_tree.git
4627 S:      Maintained
4628 F:      drivers/media/usb/gspca/finepix.c
4629
4630 GSPCA GL860 SUBDRIVER
4631 M:      Olivier Lorin <o.lorin@laposte.net>
4632 L:      linux-media@vger.kernel.org
4633 T:      git git://linuxtv.org/media_tree.git
4634 S:      Maintained
4635 F:      drivers/media/usb/gspca/gl860/
4636
4637 GSPCA M5602 SUBDRIVER
4638 M:      Erik Andren <erik.andren@gmail.com>
4639 L:      linux-media@vger.kernel.org
4640 T:      git git://linuxtv.org/media_tree.git
4641 S:      Maintained
4642 F:      drivers/media/usb/gspca/m5602/
4643
4644 GSPCA PAC207 SONIXB SUBDRIVER
4645 M:      Hans de Goede <hdegoede@redhat.com>
4646 L:      linux-media@vger.kernel.org
4647 T:      git git://linuxtv.org/media_tree.git
4648 S:      Maintained
4649 F:      drivers/media/usb/gspca/pac207.c
4650
4651 GSPCA SN9C20X SUBDRIVER
4652 M:      Brian Johnson <brijohn@gmail.com>
4653 L:      linux-media@vger.kernel.org
4654 T:      git git://linuxtv.org/media_tree.git
4655 S:      Maintained
4656 F:      drivers/media/usb/gspca/sn9c20x.c
4657
4658 GSPCA T613 SUBDRIVER
4659 M:      Leandro Costantino <lcostantino@gmail.com>
4660 L:      linux-media@vger.kernel.org
4661 T:      git git://linuxtv.org/media_tree.git
4662 S:      Maintained
4663 F:      drivers/media/usb/gspca/t613.c
4664
4665 GSPCA USB WEBCAM DRIVER
4666 M:      Hans de Goede <hdegoede@redhat.com>
4667 L:      linux-media@vger.kernel.org
4668 T:      git git://linuxtv.org/media_tree.git
4669 S:      Maintained
4670 F:      drivers/media/usb/gspca/
4671
4672 GUID PARTITION TABLE (GPT)
4673 M:      Davidlohr Bueso <dave@stgolabs.net>
4674 L:      linux-efi@vger.kernel.org
4675 S:      Maintained
4676 F:      block/partitions/efi.*
4677
4678 STK1160 USB VIDEO CAPTURE DRIVER
4679 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4680 L:      linux-media@vger.kernel.org
4681 T:      git git://linuxtv.org/media_tree.git
4682 S:      Maintained
4683 F:      drivers/media/usb/stk1160/
4684
4685 H8/300 ARCHITECTURE
4686 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4687 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4688 W:      http://uclinux-h8.sourceforge.jp
4689 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4690 S:      Maintained
4691 F:      arch/h8300/
4692 F:      drivers/clocksource/h8300_*.c
4693 F:      drivers/clk/h8300/
4694 F:      drivers/irqchip/irq-renesas-h8*.c
4695
4696 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4697 M:      Frank Seidel <frank@f-seidel.de>
4698 L:      platform-driver-x86@vger.kernel.org
4699 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4700 S:      Maintained
4701 F:      drivers/platform/x86/hdaps.c
4702
4703 HDPVR USB VIDEO ENCODER DRIVER
4704 M:      Hans Verkuil <hverkuil@xs4all.nl>
4705 L:      linux-media@vger.kernel.org
4706 T:      git git://linuxtv.org/media_tree.git
4707 W:      http://linuxtv.org
4708 S:      Odd Fixes
4709 F:      drivers/media/usb/hdpvr/
4710
4711 HWPOISON MEMORY FAILURE HANDLING
4712 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4713 L:      linux-mm@kvack.org
4714 S:      Maintained
4715 F:      mm/memory-failure.c
4716 F:      mm/hwpoison-inject.c
4717
4718 HYPERVISOR VIRTUAL CONSOLE DRIVER
4719 L:      linuxppc-dev@lists.ozlabs.org
4720 S:      Odd Fixes
4721 F:      drivers/tty/hvc/
4722
4723 HACKRF MEDIA DRIVER
4724 M:      Antti Palosaari <crope@iki.fi>
4725 L:      linux-media@vger.kernel.org
4726 W:      http://linuxtv.org/
4727 W:      http://palosaari.fi/linux/
4728 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4729 T:      git git://linuxtv.org/anttip/media_tree.git
4730 S:      Maintained
4731 F:      drivers/media/usb/hackrf/
4732
4733 HARDWARE MONITORING
4734 M:      Jean Delvare <jdelvare@suse.com>
4735 M:      Guenter Roeck <linux@roeck-us.net>
4736 L:      lm-sensors@lm-sensors.org
4737 W:      http://www.lm-sensors.org/
4738 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4740 S:      Maintained
4741 F:      Documentation/hwmon/
4742 F:      drivers/hwmon/
4743 F:      include/linux/hwmon*.h
4744
4745 HARDWARE RANDOM NUMBER GENERATOR CORE
4746 M:      Matt Mackall <mpm@selenic.com>
4747 M:      Herbert Xu <herbert@gondor.apana.org.au>
4748 L:      linux-crypto@vger.kernel.org
4749 S:      Odd fixes
4750 F:      Documentation/hw_random.txt
4751 F:      drivers/char/hw_random/
4752 F:      include/linux/hw_random.h
4753
4754 HARDWARE SPINLOCK CORE
4755 M:      Ohad Ben-Cohen <ohad@wizery.com>
4756 S:      Maintained
4757 F:      Documentation/hwspinlock.txt
4758 F:      drivers/hwspinlock/hwspinlock_*
4759 F:      include/linux/hwspinlock.h
4760
4761 HARMONY SOUND DRIVER
4762 L:      linux-parisc@vger.kernel.org
4763 S:      Maintained
4764 F:      sound/parisc/harmony.*
4765
4766 HD29L2 MEDIA DRIVER
4767 M:      Antti Palosaari <crope@iki.fi>
4768 L:      linux-media@vger.kernel.org
4769 W:      http://linuxtv.org/
4770 W:      http://palosaari.fi/linux/
4771 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4772 T:      git git://linuxtv.org/anttip/media_tree.git
4773 S:      Maintained
4774 F:      drivers/media/dvb-frontends/hd29l2*
4775
4776 HEWLETT-PACKARD SMART2 RAID DRIVER
4777 L:      iss_storagedev@hp.com
4778 S:      Orphan
4779 F:      Documentation/blockdev/cpqarray.txt
4780 F:      drivers/block/cpqarray.*
4781
4782 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4783 M:      Don Brace <don.brace@pmcs.com>
4784 L:      iss_storagedev@hp.com
4785 L:      storagedev@pmcs.com
4786 L:      linux-scsi@vger.kernel.org
4787 S:      Supported
4788 F:      Documentation/scsi/hpsa.txt
4789 F:      drivers/scsi/hpsa*.[ch]
4790 F:      include/linux/cciss*.h
4791 F:      include/uapi/linux/cciss*.h
4792
4793 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4794 M:      Don Brace <don.brace@pmcs.com>
4795 L:      iss_storagedev@hp.com
4796 L:      storagedev@pmcs.com
4797 L:      linux-scsi@vger.kernel.org
4798 S:      Supported
4799 F:      Documentation/blockdev/cciss.txt
4800 F:      drivers/block/cciss*
4801 F:      include/linux/cciss_ioctl.h
4802 F:      include/uapi/linux/cciss_ioctl.h
4803
4804 HFS FILESYSTEM
4805 L:      linux-fsdevel@vger.kernel.org
4806 S:      Orphan
4807 F:      Documentation/filesystems/hfs.txt
4808 F:      fs/hfs/
4809
4810 HFSPLUS FILESYSTEM
4811 L:      linux-fsdevel@vger.kernel.org
4812 S:      Orphan
4813 F:      Documentation/filesystems/hfsplus.txt
4814 F:      fs/hfsplus/
4815
4816 HGA FRAMEBUFFER DRIVER
4817 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4818 L:      linux-nvidia@lists.surfsouth.com
4819 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4820 S:      Maintained
4821 F:      drivers/video/fbdev/hgafb.c
4822
4823 HIBERNATION (aka Software Suspend, aka swsusp)
4824 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4825 M:      Pavel Machek <pavel@ucw.cz>
4826 L:      linux-pm@vger.kernel.org
4827 S:      Supported
4828 F:      arch/x86/power/
4829 F:      drivers/base/power/
4830 F:      kernel/power/
4831 F:      include/linux/suspend.h
4832 F:      include/linux/freezer.h
4833 F:      include/linux/pm.h
4834 F:      arch/*/include/asm/suspend*.h
4835
4836 HID CORE LAYER
4837 M:      Jiri Kosina <jkosina@suse.com>
4838 L:      linux-input@vger.kernel.org
4839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4840 S:      Maintained
4841 F:      drivers/hid/
4842 F:      include/linux/hid*
4843 F:      include/uapi/linux/hid*
4844
4845 HID SENSOR HUB DRIVERS
4846 M:      Jiri Kosina <jkosina@suse.com>
4847 M:      Jonathan Cameron <jic23@kernel.org>
4848 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4849 L:      linux-input@vger.kernel.org
4850 L:      linux-iio@vger.kernel.org
4851 S:      Maintained
4852 F:      Documentation/hid/hid-sensor*
4853 F:      drivers/hid/hid-sensor-*
4854 F:      drivers/iio/*/hid-*
4855 F:      include/linux/hid-sensor-*
4856
4857 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4858 M:      Thomas Gleixner <tglx@linutronix.de>
4859 L:      linux-kernel@vger.kernel.org
4860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4861 S:      Maintained
4862 F:      Documentation/timers/
4863 F:      kernel/time/hrtimer.c
4864 F:      kernel/time/clockevents.c
4865 F:      kernel/time/tick*.*
4866 F:      kernel/time/timer_*.c
4867 F:      include/linux/clockchips.h
4868 F:      include/linux/hrtimer.h
4869
4870 HIGH-SPEED SCC DRIVER FOR AX.25
4871 L:      linux-hams@vger.kernel.org
4872 S:      Orphan
4873 F:      drivers/net/hamradio/dmascc.c
4874 F:      drivers/net/hamradio/scc.c
4875
4876 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4877 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4878 W:      http://www.highpoint-tech.com
4879 S:      Supported
4880 F:      Documentation/scsi/hptiop.txt
4881 F:      drivers/scsi/hptiop.c
4882
4883 HIPPI
4884 M:      Jes Sorensen <jes@trained-monkey.org>
4885 L:      linux-hippi@sunsite.dk
4886 S:      Maintained
4887 F:      include/linux/hippidevice.h
4888 F:      include/uapi/linux/if_hippi.h
4889 F:      net/802/hippi.c
4890 F:      drivers/net/hippi/
4891
4892 HOST AP DRIVER
4893 M:      Jouni Malinen <j@w1.fi>
4894 L:      hostap@shmoo.com (subscribers-only)
4895 L:      linux-wireless@vger.kernel.org
4896 W:      http://hostap.epitest.fi/
4897 S:      Maintained
4898 F:      drivers/net/wireless/hostap/
4899
4900 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4901 L:      platform-driver-x86@vger.kernel.org
4902 S:      Orphan
4903 F:      drivers/platform/x86/tc1100-wmi.c
4904
4905 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4906 M:      Jaroslav Kysela <perex@perex.cz>
4907 S:      Maintained
4908 F:      drivers/net/ethernet/hp/hp100.*
4909
4910 HPET:   High Precision Event Timers driver
4911 M:      Clemens Ladisch <clemens@ladisch.de>
4912 S:      Maintained
4913 F:      Documentation/timers/hpet.txt
4914 F:      drivers/char/hpet.c
4915 F:      include/linux/hpet.h
4916 F:      include/uapi/linux/hpet.h
4917
4918 HPET:   x86
4919 S:      Orphan
4920 F:      arch/x86/kernel/hpet.c
4921 F:      arch/x86/include/asm/hpet.h
4922
4923 HPFS FILESYSTEM
4924 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4925 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4926 S:      Maintained
4927 F:      fs/hpfs/
4928
4929 HSI SUBSYSTEM
4930 M:      Sebastian Reichel <sre@kernel.org>
4931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4932 S:      Maintained
4933 F:      Documentation/ABI/testing/sysfs-bus-hsi
4934 F:      Documentation/hsi.txt
4935 F:      drivers/hsi/
4936 F:      include/linux/hsi/
4937 F:      include/uapi/linux/hsi/
4938
4939 HSO 3G MODEM DRIVER
4940 M:      Jan Dumon <j.dumon@option.com>
4941 W:      http://www.pharscape.org
4942 S:      Maintained
4943 F:      drivers/net/usb/hso.c
4944
4945 HSR NETWORK PROTOCOL
4946 M:      Arvid Brodin <arvid.brodin@alten.se>
4947 L:      netdev@vger.kernel.org
4948 S:      Maintained
4949 F:      net/hsr/
4950
4951 HTCPEN TOUCHSCREEN DRIVER
4952 M:      Pau Oliva Fora <pof@eslack.org>
4953 L:      linux-input@vger.kernel.org
4954 S:      Maintained
4955 F:      drivers/input/touchscreen/htcpen.c
4956
4957 HUGETLB FILESYSTEM
4958 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4959 S:      Maintained
4960 F:      fs/hugetlbfs/
4961
4962 Hyper-V CORE AND DRIVERS
4963 M:      "K. Y. Srinivasan" <kys@microsoft.com>
4964 M:      Haiyang Zhang <haiyangz@microsoft.com>
4965 L:      devel@linuxdriverproject.org
4966 S:      Maintained
4967 F:      arch/x86/include/asm/mshyperv.h
4968 F:      arch/x86/include/uapi/asm/hyperv.h
4969 F:      arch/x86/kernel/cpu/mshyperv.c
4970 F:      drivers/hid/hid-hyperv.c
4971 F:      drivers/hv/
4972 F:      drivers/input/serio/hyperv-keyboard.c
4973 F:      drivers/net/hyperv/
4974 F:      drivers/scsi/storvsc_drv.c
4975 F:      drivers/video/fbdev/hyperv_fb.c
4976 F:      include/linux/hyperv.h
4977 F:      tools/hv/
4978 F:      Documentation/ABI/stable/sysfs-bus-vmbus
4979
4980 I2C OVER PARALLEL PORT
4981 M:      Jean Delvare <jdelvare@suse.com>
4982 L:      linux-i2c@vger.kernel.org
4983 S:      Maintained
4984 F:      Documentation/i2c/busses/i2c-parport
4985 F:      Documentation/i2c/busses/i2c-parport-light
4986 F:      drivers/i2c/busses/i2c-parport.c
4987 F:      drivers/i2c/busses/i2c-parport-light.c
4988
4989 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4990 M:      Jean Delvare <jdelvare@suse.com>
4991 L:      linux-i2c@vger.kernel.org
4992 S:      Maintained
4993 F:      Documentation/i2c/busses/i2c-ali1535
4994 F:      Documentation/i2c/busses/i2c-ali1563
4995 F:      Documentation/i2c/busses/i2c-ali15x3
4996 F:      Documentation/i2c/busses/i2c-amd756
4997 F:      Documentation/i2c/busses/i2c-amd8111
4998 F:      Documentation/i2c/busses/i2c-i801
4999 F:      Documentation/i2c/busses/i2c-nforce2
5000 F:      Documentation/i2c/busses/i2c-piix4
5001 F:      Documentation/i2c/busses/i2c-sis5595
5002 F:      Documentation/i2c/busses/i2c-sis630
5003 F:      Documentation/i2c/busses/i2c-sis96x
5004 F:      Documentation/i2c/busses/i2c-via
5005 F:      Documentation/i2c/busses/i2c-viapro
5006 F:      drivers/i2c/busses/i2c-ali1535.c
5007 F:      drivers/i2c/busses/i2c-ali1563.c
5008 F:      drivers/i2c/busses/i2c-ali15x3.c
5009 F:      drivers/i2c/busses/i2c-amd756.c
5010 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5011 F:      drivers/i2c/busses/i2c-amd8111.c
5012 F:      drivers/i2c/busses/i2c-i801.c
5013 F:      drivers/i2c/busses/i2c-isch.c
5014 F:      drivers/i2c/busses/i2c-nforce2.c
5015 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5016 F:      drivers/i2c/busses/i2c-piix4.c
5017 F:      drivers/i2c/busses/i2c-sis5595.c
5018 F:      drivers/i2c/busses/i2c-sis630.c
5019 F:      drivers/i2c/busses/i2c-sis96x.c
5020 F:      drivers/i2c/busses/i2c-via.c
5021 F:      drivers/i2c/busses/i2c-viapro.c
5022
5023 I2C/SMBUS ISMT DRIVER
5024 M:      Seth Heasley <seth.heasley@intel.com>
5025 M:      Neil Horman <nhorman@tuxdriver.com>
5026 L:      linux-i2c@vger.kernel.org
5027 F:      drivers/i2c/busses/i2c-ismt.c
5028 F:      Documentation/i2c/busses/i2c-ismt
5029
5030 I2C/SMBUS STUB DRIVER
5031 M:      Jean Delvare <jdelvare@suse.com>
5032 L:      linux-i2c@vger.kernel.org
5033 S:      Maintained
5034 F:      drivers/i2c/i2c-stub.c
5035
5036 I2C SUBSYSTEM
5037 M:      Wolfram Sang <wsa@the-dreams.de>
5038 L:      linux-i2c@vger.kernel.org
5039 W:      https://i2c.wiki.kernel.org/
5040 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5042 S:      Maintained
5043 F:      Documentation/devicetree/bindings/i2c/
5044 F:      Documentation/i2c/
5045 F:      drivers/i2c/
5046 F:      include/linux/i2c.h
5047 F:      include/linux/i2c-*.h
5048 F:      include/uapi/linux/i2c.h
5049 F:      include/uapi/linux/i2c-*.h
5050
5051 I2C ACPI SUPPORT
5052 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5053 L:      linux-i2c@vger.kernel.org
5054 L:      linux-acpi@vger.kernel.org
5055 S:      Maintained
5056
5057 I2C-TAOS-EVM DRIVER
5058 M:      Jean Delvare <jdelvare@suse.com>
5059 L:      linux-i2c@vger.kernel.org
5060 S:      Maintained
5061 F:      Documentation/i2c/busses/i2c-taos-evm
5062 F:      drivers/i2c/busses/i2c-taos-evm.c
5063
5064 I2C-TINY-USB DRIVER
5065 M:      Till Harbaum <till@harbaum.org>
5066 L:      linux-i2c@vger.kernel.org
5067 W:      http://www.harbaum.org/till/i2c_tiny_usb
5068 S:      Maintained
5069 F:      drivers/i2c/busses/i2c-tiny-usb.c
5070
5071 i386 BOOT CODE
5072 M:      "H. Peter Anvin" <hpa@zytor.com>
5073 S:      Maintained
5074 F:      arch/x86/boot/
5075
5076 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5077 M:      "H. Peter Anvin" <hpa@zytor.com>
5078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5079 S:      Maintained
5080
5081 IA64 (Itanium) PLATFORM
5082 M:      Tony Luck <tony.luck@intel.com>
5083 M:      Fenghua Yu <fenghua.yu@intel.com>
5084 L:      linux-ia64@vger.kernel.org
5085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5086 S:      Maintained
5087 F:      arch/ia64/
5088
5089 IBM Power VMX Cryptographic instructions
5090 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5091 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5092 L:      linux-crypto@vger.kernel.org
5093 S:      Supported
5094 F:      drivers/crypto/vmx/Makefile
5095 F:      drivers/crypto/vmx/Kconfig
5096 F:      drivers/crypto/vmx/vmx.c
5097 F:      drivers/crypto/vmx/aes*
5098 F:      drivers/crypto/vmx/ghash*
5099 F:      drivers/crypto/vmx/ppc-xlate.pl
5100
5101 IBM Power in-Nest Crypto Acceleration
5102 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5103 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5104 L:      linux-crypto@vger.kernel.org
5105 S:      Supported
5106 F:      drivers/crypto/nx/Makefile
5107 F:      drivers/crypto/nx/Kconfig
5108 F:      drivers/crypto/nx/nx-aes*
5109 F:      drivers/crypto/nx/nx-sha*
5110 F:      drivers/crypto/nx/nx.*
5111 F:      drivers/crypto/nx/nx_csbcpb.h
5112 F:      drivers/crypto/nx/nx_debugfs.h
5113
5114 IBM Power 842 compression accelerator
5115 M:      Dan Streetman <ddstreet@ieee.org>
5116 S:      Supported
5117 F:      drivers/crypto/nx/Makefile
5118 F:      drivers/crypto/nx/Kconfig
5119 F:      drivers/crypto/nx/nx-842*
5120 F:      include/linux/sw842.h
5121 F:      crypto/842.c
5122 F:      lib/842/
5123
5124 IBM Power Linux RAID adapter
5125 M:      Brian King <brking@us.ibm.com>
5126 S:      Supported
5127 F:      drivers/scsi/ipr.*
5128
5129 IBM Power Virtual Ethernet Device Driver
5130 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5131 L:      netdev@vger.kernel.org
5132 S:      Supported
5133 F:      drivers/net/ethernet/ibm/ibmveth.*
5134
5135 IBM Power Virtual SCSI Device Drivers
5136 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5137 L:      linux-scsi@vger.kernel.org
5138 S:      Supported
5139 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5140 F:      drivers/scsi/ibmvscsi/viosrp.h
5141
5142 IBM Power Virtual FC Device Drivers
5143 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5144 L:      linux-scsi@vger.kernel.org
5145 S:      Supported
5146 F:      drivers/scsi/ibmvscsi/ibmvfc*
5147
5148 IBM ServeRAID RAID DRIVER
5149 S:      Orphan
5150 F:      drivers/scsi/ips.*
5151
5152 ICH LPC AND GPIO DRIVER
5153 M:      Peter Tyser <ptyser@xes-inc.com>
5154 S:      Maintained
5155 F:      drivers/mfd/lpc_ich.c
5156 F:      drivers/gpio/gpio-ich.c
5157
5158 IDE SUBSYSTEM
5159 M:      "David S. Miller" <davem@davemloft.net>
5160 L:      linux-ide@vger.kernel.org
5161 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5163 S:      Maintained
5164 F:      Documentation/ide/
5165 F:      drivers/ide/
5166 F:      include/linux/ide.h
5167
5168 IDEAPAD LAPTOP EXTRAS DRIVER
5169 M:      Ike Panhc <ike.pan@canonical.com>
5170 L:      platform-driver-x86@vger.kernel.org
5171 W:      http://launchpad.net/ideapad-laptop
5172 S:      Maintained
5173 F:      drivers/platform/x86/ideapad-laptop.c
5174
5175 IDEAPAD LAPTOP SLIDEBAR DRIVER
5176 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5177 L:      linux-input@vger.kernel.org
5178 W:      https://github.com/o2genum/ideapad-slidebar
5179 S:      Maintained
5180 F:      drivers/input/misc/ideapad_slidebar.c
5181
5182 IDE/ATAPI DRIVERS
5183 M:      Borislav Petkov <bp@alien8.de>
5184 L:      linux-ide@vger.kernel.org
5185 S:      Maintained
5186 F:      Documentation/cdrom/ide-cd
5187 F:      drivers/ide/ide-cd*
5188
5189 IDLE-I7300
5190 M:      Andy Henroid <andrew.d.henroid@intel.com>
5191 L:      linux-pm@vger.kernel.org
5192 S:      Supported
5193 F:      drivers/idle/i7300_idle.c
5194
5195 IEEE 802.15.4 SUBSYSTEM
5196 M:      Alexander Aring <alex.aring@gmail.com>
5197 L:      linux-wpan@vger.kernel.org
5198 W:      https://github.com/linux-wpan
5199 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5200 S:      Maintained
5201 F:      net/ieee802154/
5202 F:      net/mac802154/
5203 F:      drivers/net/ieee802154/
5204 F:      include/linux/nl802154.h
5205 F:      include/linux/ieee802154.h
5206 F:      include/net/nl802154.h
5207 F:      include/net/mac802154.h
5208 F:      include/net/af_ieee802154.h
5209 F:      include/net/cfg802154.h
5210 F:      include/net/ieee802154_netdev.h
5211 F:      Documentation/networking/ieee802154.txt
5212
5213 IGORPLUG-USB IR RECEIVER
5214 M:      Sean Young <sean@mess.org>
5215 L:      linux-media@vger.kernel.org
5216 S:      Maintained
5217 F:      drivers/media/rc/igorplugusb.c
5218
5219 IGUANAWORKS USB IR TRANSCEIVER
5220 M:      Sean Young <sean@mess.org>
5221 L:      linux-media@vger.kernel.org
5222 S:      Maintained
5223 F:      drivers/media/rc/iguanair.c
5224
5225 IIO SUBSYSTEM AND DRIVERS
5226 M:      Jonathan Cameron <jic23@kernel.org>
5227 R:      Hartmut Knaack <knaack.h@gmx.de>
5228 R:      Lars-Peter Clausen <lars@metafoo.de>
5229 R:      Peter Meerwald <pmeerw@pmeerw.net>
5230 L:      linux-iio@vger.kernel.org
5231 S:      Maintained
5232 F:      drivers/iio/
5233 F:      drivers/staging/iio/
5234 F:      include/linux/iio/
5235 F:      tools/iio/
5236
5237 IKANOS/ADI EAGLE ADSL USB DRIVER
5238 M:      Matthieu Castet <castet.matthieu@free.fr>
5239 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5240 S:      Maintained
5241 F:      drivers/usb/atm/ueagle-atm.c
5242
5243 INA209 HARDWARE MONITOR DRIVER
5244 M:      Guenter Roeck <linux@roeck-us.net>
5245 L:      lm-sensors@lm-sensors.org
5246 S:      Maintained
5247 F:      Documentation/hwmon/ina209
5248 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5249 F:      drivers/hwmon/ina209.c
5250
5251 INA2XX HARDWARE MONITOR DRIVER
5252 M:      Guenter Roeck <linux@roeck-us.net>
5253 L:      lm-sensors@lm-sensors.org
5254 S:      Maintained
5255 F:      Documentation/hwmon/ina2xx
5256 F:      drivers/hwmon/ina2xx.c
5257 F:      include/linux/platform_data/ina2xx.h
5258
5259 INDUSTRY PACK SUBSYSTEM (IPACK)
5260 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5261 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5262 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5263 L:      industrypack-devel@lists.sourceforge.net
5264 W:      http://industrypack.sourceforge.net
5265 S:      Maintained
5266 F:      drivers/ipack/
5267
5268 INGENIC JZ4780 DMA Driver
5269 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5270 S:      Maintained
5271 F:      drivers/dma/dma-jz4780.c
5272
5273 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5274 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5275 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5276 L:      linux-ima-devel@lists.sourceforge.net
5277 L:      linux-ima-user@lists.sourceforge.net
5278 L:      linux-security-module@vger.kernel.org
5279 S:      Supported
5280 F:      security/integrity/ima/
5281
5282 IMGTEC IR DECODER DRIVER
5283 M:      James Hogan <james.hogan@imgtec.com>
5284 S:      Maintained
5285 F:      drivers/media/rc/img-ir/
5286
5287 IMS TWINTURBO FRAMEBUFFER DRIVER
5288 L:      linux-fbdev@vger.kernel.org
5289 S:      Orphan
5290 F:      drivers/video/fbdev/imsttfb.c
5291
5292 INFINIBAND SUBSYSTEM
5293 M:      Doug Ledford <dledford@redhat.com>
5294 M:      Sean Hefty <sean.hefty@intel.com>
5295 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5296 L:      linux-rdma@vger.kernel.org
5297 W:      http://www.openfabrics.org/
5298 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5300 S:      Supported
5301 F:      Documentation/infiniband/
5302 F:      drivers/infiniband/
5303 F:      include/uapi/linux/if_infiniband.h
5304 F:      include/uapi/rdma/
5305 F:      include/rdma/
5306
5307 INOTIFY
5308 M:      John McCutchan <john@johnmccutchan.com>
5309 M:      Robert Love <rlove@rlove.org>
5310 M:      Eric Paris <eparis@parisplace.org>
5311 S:      Maintained
5312 F:      Documentation/filesystems/inotify.txt
5313 F:      fs/notify/inotify/
5314 F:      include/linux/inotify.h
5315 F:      include/uapi/linux/inotify.h
5316
5317 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5318 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5319 L:      linux-input@vger.kernel.org
5320 Q:      http://patchwork.kernel.org/project/linux-input/list/
5321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5322 S:      Maintained
5323 F:      drivers/input/
5324 F:      include/linux/input.h
5325 F:      include/uapi/linux/input.h
5326 F:      include/linux/input/
5327
5328 INPUT MULTITOUCH (MT) PROTOCOL
5329 M:      Henrik Rydberg <rydberg@bitmath.org>
5330 L:      linux-input@vger.kernel.org
5331 S:      Odd fixes
5332 F:      Documentation/input/multi-touch-protocol.txt
5333 F:      drivers/input/input-mt.c
5334 K:      \b(ABS|SYN)_MT_
5335
5336 INTEL ASoC BDW/HSW DRIVERS
5337 M:      Jie Yang <yang.jie@linux.intel.com>
5338 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5339 S:      Supported
5340 F:      sound/soc/intel/common/sst-dsp*
5341 F:      sound/soc/intel/common/sst-firmware.c
5342 F:      sound/soc/intel/boards/broadwell.c
5343 F:      sound/soc/intel/haswell/
5344
5345 INTEL C600 SERIES SAS CONTROLLER DRIVER
5346 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5347 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5348 L:      linux-scsi@vger.kernel.org
5349 T:      git git://git.code.sf.net/p/intel-sas/isci
5350 S:      Supported
5351 F:      drivers/scsi/isci/
5352
5353 INTEL IDLE DRIVER
5354 M:      Len Brown <lenb@kernel.org>
5355 L:      linux-pm@vger.kernel.org
5356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5357 S:      Supported
5358 F:      drivers/idle/intel_idle.c
5359
5360 INTEL PSTATE DRIVER
5361 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5362 L:      linux-pm@vger.kernel.org
5363 S:      Supported
5364 F:      drivers/cpufreq/intel_pstate.c
5365
5366 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5367 M:      Maik Broemme <mbroemme@plusserver.de>
5368 L:      linux-fbdev@vger.kernel.org
5369 S:      Maintained
5370 F:      Documentation/fb/intelfb.txt
5371 F:      drivers/video/fbdev/intelfb/
5372
5373 INTEL 810/815 FRAMEBUFFER DRIVER
5374 M:      Antonino Daplas <adaplas@gmail.com>
5375 L:      linux-fbdev@vger.kernel.org
5376 S:      Maintained
5377 F:      drivers/video/fbdev/i810/
5378
5379 INTEL MENLOW THERMAL DRIVER
5380 M:      Sujith Thomas <sujith.thomas@intel.com>
5381 L:      platform-driver-x86@vger.kernel.org
5382 W:      https://01.org/linux-acpi
5383 S:      Supported
5384 F:      drivers/platform/x86/intel_menlow.c
5385
5386 INTEL IA32 MICROCODE UPDATE SUPPORT
5387 M:      Borislav Petkov <bp@alien8.de>
5388 S:      Maintained
5389 F:      arch/x86/kernel/cpu/microcode/core*
5390 F:      arch/x86/kernel/cpu/microcode/intel*
5391
5392 INTEL I/OAT DMA DRIVER
5393 M:      Dave Jiang <dave.jiang@intel.com>
5394 R:      Dan Williams <dan.j.williams@intel.com>
5395 L:      dmaengine@vger.kernel.org
5396 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5397 S:      Supported
5398 F:      drivers/dma/ioat*
5399
5400 INTEL IOMMU (VT-d)
5401 M:      David Woodhouse <dwmw2@infradead.org>
5402 L:      iommu@lists.linux-foundation.org
5403 T:      git git://git.infradead.org/iommu-2.6.git
5404 S:      Supported
5405 F:      drivers/iommu/intel-iommu.c
5406 F:      include/linux/intel-iommu.h
5407
5408 INTEL IOP-ADMA DMA DRIVER
5409 R:      Dan Williams <dan.j.williams@intel.com>
5410 S:      Odd fixes
5411 F:      drivers/dma/iop-adma.c
5412
5413 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5414 M:      Krzysztof Halasa <khalasa@piap.pl>
5415 S:      Maintained
5416 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5417 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5418 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5419 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5420 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5421 F:      drivers/net/wan/ixp4xx_hss.c
5422
5423 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5424 M:      Deepak Saxena <dsaxena@plexity.net>
5425 S:      Maintained
5426 F:      drivers/char/hw_random/ixp4xx-rng.c
5427
5428 INTEL ETHERNET DRIVERS
5429 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5430 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5431 R:      Shannon Nelson <shannon.nelson@intel.com>
5432 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5433 R:      Don Skidmore <donald.c.skidmore@intel.com>
5434 R:      Matthew Vick <matthew.vick@intel.com>
5435 R:      John Ronciak <john.ronciak@intel.com>
5436 R:      Mitch Williams <mitch.a.williams@intel.com>
5437 L:      intel-wired-lan@lists.osuosl.org
5438 W:      http://www.intel.com/support/feedback.htm
5439 W:      http://e1000.sourceforge.net/
5440 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5443 S:      Supported
5444 F:      Documentation/networking/e100.txt
5445 F:      Documentation/networking/e1000.txt
5446 F:      Documentation/networking/e1000e.txt
5447 F:      Documentation/networking/igb.txt
5448 F:      Documentation/networking/igbvf.txt
5449 F:      Documentation/networking/ixgb.txt
5450 F:      Documentation/networking/ixgbe.txt
5451 F:      Documentation/networking/ixgbevf.txt
5452 F:      Documentation/networking/i40e.txt
5453 F:      Documentation/networking/i40evf.txt
5454 F:      drivers/net/ethernet/intel/
5455 F:      drivers/net/ethernet/intel/*/
5456
5457 INTEL-MID GPIO DRIVER
5458 M:      David Cohen <david.a.cohen@linux.intel.com>
5459 L:      linux-gpio@vger.kernel.org
5460 S:      Maintained
5461 F:      drivers/gpio/gpio-intel-mid.c
5462
5463 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5464 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5465 L:      linux-wireless@vger.kernel.org
5466 S:      Maintained
5467 F:      Documentation/networking/README.ipw2100
5468 F:      Documentation/networking/README.ipw2200
5469 F:      drivers/net/wireless/ipw2x00/
5470
5471 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5472 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5473 M:      Gang Wei <gang.wei@intel.com>
5474 M:      Shane Wang <shane.wang@intel.com>
5475 L:      tboot-devel@lists.sourceforge.net
5476 W:      http://tboot.sourceforge.net
5477 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5478 S:      Supported
5479 F:      Documentation/intel_txt.txt
5480 F:      include/linux/tboot.h
5481 F:      arch/x86/kernel/tboot.c
5482
5483 INTEL WIRELESS WIMAX CONNECTION 2400
5484 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5485 M:      linux-wimax@intel.com
5486 L:      wimax@linuxwimax.org (subscribers-only)
5487 S:      Supported
5488 W:      http://linuxwimax.org
5489 F:      Documentation/wimax/README.i2400m
5490 F:      drivers/net/wimax/i2400m/
5491 F:      include/uapi/linux/wimax/i2400m.h
5492
5493 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5494 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5495 L:      linux-wireless@vger.kernel.org
5496 S:      Supported
5497 F:      drivers/net/wireless/iwlegacy/
5498
5499 INTEL WIRELESS WIFI LINK (iwlwifi)
5500 M:      Johannes Berg <johannes.berg@intel.com>
5501 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5502 M:      Intel Linux Wireless <ilw@linux.intel.com>
5503 L:      linux-wireless@vger.kernel.org
5504 W:      http://intellinuxwireless.org
5505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5506 S:      Supported
5507 F:      drivers/net/wireless/iwlwifi/
5508
5509 INTEL MANAGEMENT ENGINE (mei)
5510 M:      Tomas Winkler <tomas.winkler@intel.com>
5511 L:      linux-kernel@vger.kernel.org
5512 S:      Supported
5513 F:      include/uapi/linux/mei.h
5514 F:      include/linux/mei_cl_bus.h
5515 F:      drivers/misc/mei/*
5516 F:      Documentation/misc-devices/mei/*
5517
5518 INTEL PMC IPC DRIVER
5519 M:      Zha Qipeng<qipeng.zha@intel.com>
5520 L:      platform-driver-x86@vger.kernel.org
5521 S:      Maintained
5522 F:      drivers/platform/x86/intel_pmc_ipc.c
5523 F:      arch/x86/include/asm/intel_pmc_ipc.h
5524
5525 IOC3 ETHERNET DRIVER
5526 M:      Ralf Baechle <ralf@linux-mips.org>
5527 L:      linux-mips@linux-mips.org
5528 S:      Maintained
5529 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5530
5531 IOC3 SERIAL DRIVER
5532 M:      Pat Gefre <pfg@sgi.com>
5533 L:      linux-serial@vger.kernel.org
5534 S:      Maintained
5535 F:      drivers/tty/serial/ioc3_serial.c
5536
5537 IOMMU DRIVERS
5538 M:      Joerg Roedel <joro@8bytes.org>
5539 L:      iommu@lists.linux-foundation.org
5540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5541 S:      Maintained
5542 F:      drivers/iommu/
5543
5544 IP MASQUERADING
5545 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5546 S:      Maintained
5547 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5548
5549 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5550 M:      Francois Romieu <romieu@fr.zoreil.com>
5551 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5552 L:      netdev@vger.kernel.org
5553 S:      Maintained
5554 F:      drivers/net/ethernet/icplus/ipg.*
5555
5556 IPATH DRIVER
5557 M:      Mike Marciniszyn <infinipath@intel.com>
5558 L:      linux-rdma@vger.kernel.org
5559 S:      Maintained
5560 F:      drivers/infiniband/hw/ipath/
5561
5562 IPMI SUBSYSTEM
5563 M:      Corey Minyard <minyard@acm.org>
5564 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5565 W:      http://openipmi.sourceforge.net/
5566 S:      Supported
5567 F:      Documentation/IPMI.txt
5568 F:      drivers/char/ipmi/
5569 F:      include/linux/ipmi*
5570 F:      include/uapi/linux/ipmi*
5571
5572 QCOM AUDIO (ASoC) DRIVERS
5573 M:      Patrick Lai <plai@codeaurora.org>
5574 M:      Banajit Goswami <bgoswami@codeaurora.org>
5575 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5576 S:      Supported
5577 F:      sound/soc/qcom/
5578
5579 IPS SCSI RAID DRIVER
5580 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5581 L:      linux-scsi@vger.kernel.org
5582 W:      http://www.adaptec.com/
5583 S:      Maintained
5584 F:      drivers/scsi/ips*
5585
5586 IPVS
5587 M:      Wensong Zhang <wensong@linux-vs.org>
5588 M:      Simon Horman <horms@verge.net.au>
5589 M:      Julian Anastasov <ja@ssi.bg>
5590 L:      netdev@vger.kernel.org
5591 L:      lvs-devel@vger.kernel.org
5592 S:      Maintained
5593 F:      Documentation/networking/ipvs-sysctl.txt
5594 F:      include/net/ip_vs.h
5595 F:      include/uapi/linux/ip_vs.h
5596 F:      net/netfilter/ipvs/
5597
5598 IPWIRELESS DRIVER
5599 M:      Jiri Kosina <jkosina@suse.com>
5600 M:      David Sterba <dsterba@suse.com>
5601 S:      Odd Fixes
5602 F:      drivers/tty/ipwireless/
5603
5604 IPX NETWORK LAYER
5605 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5606 L:      netdev@vger.kernel.org
5607 S:      Maintained
5608 F:      include/net/ipx.h
5609 F:      include/uapi/linux/ipx.h
5610 F:      net/ipx/
5611
5612 IRDA SUBSYSTEM
5613 M:      Samuel Ortiz <samuel@sortiz.org>
5614 L:      irda-users@lists.sourceforge.net (subscribers-only)
5615 L:      netdev@vger.kernel.org
5616 W:      http://irda.sourceforge.net/
5617 S:      Maintained
5618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5619 F:      Documentation/networking/irda.txt
5620 F:      drivers/net/irda/
5621 F:      include/net/irda/
5622 F:      net/irda/
5623
5624 IRQ SUBSYSTEM
5625 M:      Thomas Gleixner <tglx@linutronix.de>
5626 L:      linux-kernel@vger.kernel.org
5627 S:      Maintained
5628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5629 F:      kernel/irq/
5630
5631 IRQCHIP DRIVERS
5632 M:      Thomas Gleixner <tglx@linutronix.de>
5633 M:      Jason Cooper <jason@lakedaemon.net>
5634 M:      Marc Zyngier <marc.zyngier@arm.com>
5635 L:      linux-kernel@vger.kernel.org
5636 S:      Maintained
5637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5638 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5639 F:      Documentation/devicetree/bindings/interrupt-controller/
5640 F:      drivers/irqchip/
5641
5642 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5643 M:      Jiang Liu <jiang.liu@linux.intel.com>
5644 M:      Marc Zyngier <marc.zyngier@arm.com>
5645 S:      Maintained
5646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5647 F:      Documentation/IRQ-domain.txt
5648 F:      include/linux/irqdomain.h
5649 F:      kernel/irq/irqdomain.c
5650 F:      kernel/irq/msi.c
5651
5652 ISAPNP
5653 M:      Jaroslav Kysela <perex@perex.cz>
5654 S:      Maintained
5655 F:      Documentation/isapnp.txt
5656 F:      drivers/pnp/isapnp/
5657 F:      include/linux/isapnp.h
5658
5659 ISA RADIO MODULE
5660 M:      Hans Verkuil <hverkuil@xs4all.nl>
5661 L:      linux-media@vger.kernel.org
5662 T:      git git://linuxtv.org/media_tree.git
5663 W:      http://linuxtv.org
5664 S:      Maintained
5665 F:      drivers/media/radio/radio-isa*
5666
5667 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5668 M:      Peter Jones <pjones@redhat.com>
5669 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5670 S:      Maintained
5671 F:      drivers/firmware/iscsi_ibft*
5672
5673 ISCSI
5674 M:      Mike Christie <michaelc@cs.wisc.edu>
5675 L:      open-iscsi@googlegroups.com
5676 W:      www.open-iscsi.org
5677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5678 S:      Maintained
5679 F:      drivers/scsi/*iscsi*
5680 F:      include/scsi/*iscsi*
5681
5682 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5683 M:      Or Gerlitz <ogerlitz@mellanox.com>
5684 M:      Sagi Grimberg <sagig@mellanox.com>
5685 M:      Roi Dayan <roid@mellanox.com>
5686 L:      linux-rdma@vger.kernel.org
5687 S:      Supported
5688 W:      http://www.openfabrics.org
5689 W:      www.open-iscsi.org
5690 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5691 F:      drivers/infiniband/ulp/iser/
5692
5693 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5694 M:      Sagi Grimberg <sagig@mellanox.com>
5695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5696 L:      linux-rdma@vger.kernel.org
5697 L:      target-devel@vger.kernel.org
5698 S:      Supported
5699 W:      http://www.linux-iscsi.org
5700 F:      drivers/infiniband/ulp/isert
5701
5702 ISDN SUBSYSTEM
5703 M:      Karsten Keil <isdn@linux-pingi.de>
5704 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5705 L:      netdev@vger.kernel.org
5706 W:      http://www.isdn4linux.de
5707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5708 S:      Maintained
5709 F:      Documentation/isdn/
5710 F:      drivers/isdn/
5711 F:      include/linux/isdn.h
5712 F:      include/linux/isdn/
5713 F:      include/uapi/linux/isdn.h
5714 F:      include/uapi/linux/isdn/
5715
5716 ISDN SUBSYSTEM (Eicon active card driver)
5717 M:      Armin Schindler <mac@melware.de>
5718 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5719 W:      http://www.melware.de
5720 S:      Maintained
5721 F:      drivers/isdn/hardware/eicon/
5722
5723 IT87 HARDWARE MONITORING DRIVER
5724 M:      Jean Delvare <jdelvare@suse.com>
5725 L:      lm-sensors@lm-sensors.org
5726 S:      Maintained
5727 F:      Documentation/hwmon/it87
5728 F:      drivers/hwmon/it87.c
5729
5730 IT913X MEDIA DRIVER
5731 M:      Antti Palosaari <crope@iki.fi>
5732 L:      linux-media@vger.kernel.org
5733 W:      http://linuxtv.org/
5734 W:      http://palosaari.fi/linux/
5735 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5736 T:      git git://linuxtv.org/anttip/media_tree.git
5737 S:      Maintained
5738 F:      drivers/media/tuners/it913x*
5739
5740 IVTV VIDEO4LINUX DRIVER
5741 M:      Andy Walls <awalls@md.metrocast.net>
5742 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5743 L:      linux-media@vger.kernel.org
5744 T:      git git://linuxtv.org/media_tree.git
5745 W:      http://www.ivtvdriver.org
5746 S:      Maintained
5747 F:      Documentation/video4linux/*.ivtv
5748 F:      drivers/media/pci/ivtv/
5749 F:      include/uapi/linux/ivtv*
5750
5751 IX2505V MEDIA DRIVER
5752 M:      Malcolm Priestley <tvboxspy@gmail.com>
5753 L:      linux-media@vger.kernel.org
5754 W:      http://linuxtv.org/
5755 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5756 S:      Maintained
5757 F:      drivers/media/dvb-frontends/ix2505v*
5758
5759 JC42.4 TEMPERATURE SENSOR DRIVER
5760 M:      Guenter Roeck <linux@roeck-us.net>
5761 L:      lm-sensors@lm-sensors.org
5762 S:      Maintained
5763 F:      drivers/hwmon/jc42.c
5764 F:      Documentation/hwmon/jc42
5765
5766 JFS FILESYSTEM
5767 M:      Dave Kleikamp <shaggy@kernel.org>
5768 L:      jfs-discussion@lists.sourceforge.net
5769 W:      http://jfs.sourceforge.net/
5770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5771 S:      Maintained
5772 F:      Documentation/filesystems/jfs.txt
5773 F:      fs/jfs/
5774
5775 JME NETWORK DRIVER
5776 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5777 L:      netdev@vger.kernel.org
5778 S:      Maintained
5779 F:      drivers/net/ethernet/jme.*
5780
5781 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5782 M:      David Woodhouse <dwmw2@infradead.org>
5783 L:      linux-mtd@lists.infradead.org
5784 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5785 S:      Maintained
5786 F:      fs/jffs2/
5787 F:      include/uapi/linux/jffs2.h
5788
5789 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5790 M:      Andrew Morton <akpm@linux-foundation.org>
5791 M:      Jan Kara <jack@suse.com>
5792 L:      linux-ext4@vger.kernel.org
5793 S:      Maintained
5794 F:      fs/jbd/
5795 F:      include/linux/jbd.h
5796
5797 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5798 M:      "Theodore Ts'o" <tytso@mit.edu>
5799 L:      linux-ext4@vger.kernel.org
5800 S:      Maintained
5801 F:      fs/jbd2/
5802 F:      include/linux/jbd2.h
5803
5804 JSM Neo PCI based serial card
5805 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5806 L:      linux-serial@vger.kernel.org
5807 S:      Maintained
5808 F:      drivers/tty/serial/jsm/
5809
5810 K10TEMP HARDWARE MONITORING DRIVER
5811 M:      Clemens Ladisch <clemens@ladisch.de>
5812 L:      lm-sensors@lm-sensors.org
5813 S:      Maintained
5814 F:      Documentation/hwmon/k10temp
5815 F:      drivers/hwmon/k10temp.c
5816
5817 K8TEMP HARDWARE MONITORING DRIVER
5818 M:      Rudolf Marek <r.marek@assembler.cz>
5819 L:      lm-sensors@lm-sensors.org
5820 S:      Maintained
5821 F:      Documentation/hwmon/k8temp
5822 F:      drivers/hwmon/k8temp.c
5823
5824 KCONFIG
5825 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5826 L:      linux-kbuild@vger.kernel.org
5827 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5828 S:      Maintained
5829 F:      Documentation/kbuild/kconfig-language.txt
5830 F:      scripts/kconfig/
5831
5832 KDUMP
5833 M:      Vivek Goyal <vgoyal@redhat.com>
5834 M:      Haren Myneni <hbabu@us.ibm.com>
5835 L:      kexec@lists.infradead.org
5836 W:      http://lse.sourceforge.net/kdump/
5837 S:      Maintained
5838 F:      Documentation/kdump/
5839
5840 KEENE FM RADIO TRANSMITTER DRIVER
5841 M:      Hans Verkuil <hverkuil@xs4all.nl>
5842 L:      linux-media@vger.kernel.org
5843 T:      git git://linuxtv.org/media_tree.git
5844 W:      http://linuxtv.org
5845 S:      Maintained
5846 F:      drivers/media/radio/radio-keene*
5847
5848 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5849 M:      Ian Kent <raven@themaw.net>
5850 L:      autofs@vger.kernel.org
5851 S:      Maintained
5852 F:      fs/autofs4/
5853
5854 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5855 M:      Michal Marek <mmarek@suse.com>
5856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5858 L:      linux-kbuild@vger.kernel.org
5859 S:      Maintained
5860 F:      Documentation/kbuild/
5861 F:      Makefile
5862 F:      scripts/Makefile.*
5863 F:      scripts/basic/
5864 F:      scripts/mk*
5865 F:      scripts/package/
5866
5867 KERNEL JANITORS
5868 L:      kernel-janitors@vger.kernel.org
5869 W:      http://kernelnewbies.org/KernelJanitors
5870 S:      Odd Fixes
5871
5872 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5873 M:      "J. Bruce Fields" <bfields@fieldses.org>
5874 M:      Jeff Layton <jlayton@poochiereds.net>
5875 L:      linux-nfs@vger.kernel.org
5876 W:      http://nfs.sourceforge.net/
5877 S:      Supported
5878 F:      fs/nfsd/
5879 F:      include/uapi/linux/nfsd/
5880 F:      fs/lockd/
5881 F:      fs/nfs_common/
5882 F:      net/sunrpc/
5883 F:      include/linux/lockd/
5884 F:      include/linux/sunrpc/
5885 F:      include/uapi/linux/sunrpc/
5886
5887 KERNEL SELFTEST FRAMEWORK
5888 M:      Shuah Khan <shuahkh@osg.samsung.com>
5889 L:      linux-api@vger.kernel.org
5890 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5891 S:      Maintained
5892 F:      tools/testing/selftests
5893
5894 KERNEL VIRTUAL MACHINE (KVM)
5895 M:      Gleb Natapov <gleb@kernel.org>
5896 M:      Paolo Bonzini <pbonzini@redhat.com>
5897 L:      kvm@vger.kernel.org
5898 W:      http://www.linux-kvm.org
5899 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5900 S:      Supported
5901 F:      Documentation/*/kvm*.txt
5902 F:      Documentation/virtual/kvm/
5903 F:      arch/*/kvm/
5904 F:      arch/x86/kernel/kvm.c
5905 F:      arch/x86/kernel/kvmclock.c
5906 F:      arch/*/include/asm/kvm*
5907 F:      include/linux/kvm*
5908 F:      include/uapi/linux/kvm*
5909 F:      virt/kvm/
5910
5911 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5912 M:      Joerg Roedel <joro@8bytes.org>
5913 L:      kvm@vger.kernel.org
5914 W:      http://kvm.qumranet.com
5915 S:      Maintained
5916 F:      arch/x86/include/asm/svm.h
5917 F:      arch/x86/kvm/svm.c
5918
5919 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5920 M:      Alexander Graf <agraf@suse.com>
5921 L:      kvm-ppc@vger.kernel.org
5922 W:      http://kvm.qumranet.com
5923 T:      git git://github.com/agraf/linux-2.6.git
5924 S:      Supported
5925 F:      arch/powerpc/include/asm/kvm*
5926 F:      arch/powerpc/kvm/
5927
5928 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5929 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5930 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5931 L:      linux-s390@vger.kernel.org
5932 W:      http://www.ibm.com/developerworks/linux/linux390/
5933 S:      Supported
5934 F:      Documentation/s390/kvm.txt
5935 F:      arch/s390/include/asm/kvm*
5936 F:      arch/s390/kvm/
5937
5938 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5939 M:      Christoffer Dall <christoffer.dall@linaro.org>
5940 M:      Marc Zyngier <marc.zyngier@arm.com>
5941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5942 L:      kvmarm@lists.cs.columbia.edu
5943 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5944 S:      Supported
5945 F:      arch/arm/include/uapi/asm/kvm*
5946 F:      arch/arm/include/asm/kvm*
5947 F:      arch/arm/kvm/
5948 F:      virt/kvm/arm/
5949 F:      include/kvm/arm_*
5950
5951 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5952 M:      Christoffer Dall <christoffer.dall@linaro.org>
5953 M:      Marc Zyngier <marc.zyngier@arm.com>
5954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5955 L:      kvmarm@lists.cs.columbia.edu
5956 S:      Maintained
5957 F:      arch/arm64/include/uapi/asm/kvm*
5958 F:      arch/arm64/include/asm/kvm*
5959 F:      arch/arm64/kvm/
5960
5961 KEXEC
5962 M:      Eric Biederman <ebiederm@xmission.com>
5963 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5964 L:      kexec@lists.infradead.org
5965 S:      Maintained
5966 F:      include/linux/kexec.h
5967 F:      include/uapi/linux/kexec.h
5968 F:      kernel/kexec.c
5969
5970 KEYS/KEYRINGS:
5971 M:      David Howells <dhowells@redhat.com>
5972 L:      keyrings@linux-nfs.org
5973 S:      Maintained
5974 F:      Documentation/security/keys.txt
5975 F:      include/linux/key.h
5976 F:      include/linux/key-type.h
5977 F:      include/keys/
5978 F:      security/keys/
5979
5980 KEYS-TRUSTED
5981 M:      David Safford <safford@us.ibm.com>
5982 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5983 L:      linux-security-module@vger.kernel.org
5984 L:      keyrings@linux-nfs.org
5985 S:      Supported
5986 F:      Documentation/security/keys-trusted-encrypted.txt
5987 F:      include/keys/trusted-type.h
5988 F:      security/keys/trusted.c
5989 F:      security/keys/trusted.h
5990
5991 KEYS-ENCRYPTED
5992 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5993 M:      David Safford <safford@us.ibm.com>
5994 L:      linux-security-module@vger.kernel.org
5995 L:      keyrings@linux-nfs.org
5996 S:      Supported
5997 F:      Documentation/security/keys-trusted-encrypted.txt
5998 F:      include/keys/encrypted-type.h
5999 F:      security/keys/encrypted-keys/
6000
6001 KGDB / KDB /debug_core
6002 M:      Jason Wessel <jason.wessel@windriver.com>
6003 W:      http://kgdb.wiki.kernel.org/
6004 L:      kgdb-bugreport@lists.sourceforge.net
6005 S:      Maintained
6006 F:      Documentation/DocBook/kgdb.tmpl
6007 F:      drivers/misc/kgdbts.c
6008 F:      drivers/tty/serial/kgdboc.c
6009 F:      include/linux/kdb.h
6010 F:      include/linux/kgdb.h
6011 F:      kernel/debug/
6012
6013 KMEMCHECK
6014 M:      Vegard Nossum <vegardno@ifi.uio.no>
6015 M:      Pekka Enberg <penberg@kernel.org>
6016 S:      Maintained
6017 F:      Documentation/kmemcheck.txt
6018 F:      arch/x86/include/asm/kmemcheck.h
6019 F:      arch/x86/mm/kmemcheck/
6020 F:      include/linux/kmemcheck.h
6021 F:      mm/kmemcheck.c
6022
6023 KMEMLEAK
6024 M:      Catalin Marinas <catalin.marinas@arm.com>
6025 S:      Maintained
6026 F:      Documentation/kmemleak.txt
6027 F:      include/linux/kmemleak.h
6028 F:      mm/kmemleak.c
6029 F:      mm/kmemleak-test.c
6030
6031 KPROBES
6032 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6033 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6034 M:      "David S. Miller" <davem@davemloft.net>
6035 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6036 S:      Maintained
6037 F:      Documentation/kprobes.txt
6038 F:      include/linux/kprobes.h
6039 F:      kernel/kprobes.c
6040
6041 KS0108 LCD CONTROLLER DRIVER
6042 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6043 W:      http://miguelojeda.es/auxdisplay.htm
6044 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6045 S:      Maintained
6046 F:      Documentation/auxdisplay/ks0108
6047 F:      drivers/auxdisplay/ks0108.c
6048 F:      include/linux/ks0108.h
6049
6050 LAPB module
6051 L:      linux-x25@vger.kernel.org
6052 S:      Orphan
6053 F:      Documentation/networking/lapb-module.txt
6054 F:      include/*/lapb.h
6055 F:      net/lapb/
6056
6057 LASI 53c700 driver for PARISC
6058 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6059 L:      linux-scsi@vger.kernel.org
6060 S:      Maintained
6061 F:      Documentation/scsi/53c700.txt
6062 F:      drivers/scsi/53c700*
6063
6064 LED SUBSYSTEM
6065 M:      Richard Purdie <rpurdie@rpsys.net>
6066 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6067 L:      linux-leds@vger.kernel.org
6068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6069 S:      Maintained
6070 F:      drivers/leds/
6071 F:      include/linux/leds.h
6072
6073 LEGACY EEPROM DRIVER
6074 M:      Jean Delvare <jdelvare@suse.com>
6075 S:      Maintained
6076 F:      Documentation/misc-devices/eeprom
6077 F:      drivers/misc/eeprom/eeprom.c
6078
6079 LEGO USB Tower driver
6080 M:      Juergen Stuber <starblue@users.sourceforge.net>
6081 L:      legousb-devel@lists.sourceforge.net
6082 W:      http://legousb.sourceforge.net/
6083 S:      Maintained
6084 F:      drivers/usb/misc/legousbtower.c
6085
6086 LG2160 MEDIA DRIVER
6087 M:      Michael Krufky <mkrufky@linuxtv.org>
6088 L:      linux-media@vger.kernel.org
6089 W:      http://linuxtv.org/
6090 W:      http://github.com/mkrufky
6091 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6092 T:      git git://linuxtv.org/mkrufky/tuners.git
6093 S:      Maintained
6094 F:      drivers/media/dvb-frontends/lg2160.*
6095
6096 LGDT3305 MEDIA DRIVER
6097 M:      Michael Krufky <mkrufky@linuxtv.org>
6098 L:      linux-media@vger.kernel.org
6099 W:      http://linuxtv.org/
6100 W:      http://github.com/mkrufky
6101 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6102 T:      git git://linuxtv.org/mkrufky/tuners.git
6103 S:      Maintained
6104 F:      drivers/media/dvb-frontends/lgdt3305.*
6105
6106 LGUEST
6107 M:      Rusty Russell <rusty@rustcorp.com.au>
6108 L:      lguest@lists.ozlabs.org
6109 W:      http://lguest.ozlabs.org/
6110 S:      Odd Fixes
6111 F:      arch/x86/include/asm/lguest*.h
6112 F:      arch/x86/lguest/
6113 F:      drivers/lguest/
6114 F:      include/linux/lguest*.h
6115 F:      tools/lguest/
6116
6117 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6118 M:      Tejun Heo <tj@kernel.org>
6119 L:      linux-ide@vger.kernel.org
6120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6121 S:      Maintained
6122 F:      drivers/ata/
6123 F:      include/linux/ata.h
6124 F:      include/linux/libata.h
6125
6126 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6127 M:      Viresh Kumar <vireshk@kernel.org>
6128 L:      linux-ide@vger.kernel.org
6129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6130 S:      Maintained
6131 F:      include/linux/pata_arasan_cf_data.h
6132 F:      drivers/ata/pata_arasan_cf.c
6133
6134 LIBATA PATA DRIVERS
6135 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6136 M:      Tejun Heo <tj@kernel.org>
6137 L:      linux-ide@vger.kernel.org
6138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6139 S:      Maintained
6140 F:      drivers/ata/pata_*.c
6141 F:      drivers/ata/ata_generic.c
6142
6143 LIBATA SATA AHCI PLATFORM devices support
6144 M:      Hans de Goede <hdegoede@redhat.com>
6145 M:      Tejun Heo <tj@kernel.org>
6146 L:      linux-ide@vger.kernel.org
6147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6148 S:      Maintained
6149 F:      drivers/ata/ahci_platform.c
6150 F:      drivers/ata/libahci_platform.c
6151 F:      include/linux/ahci_platform.h
6152
6153 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6154 M:      Mikael Pettersson <mikpelinux@gmail.com>
6155 L:      linux-ide@vger.kernel.org
6156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6157 S:      Maintained
6158 F:      drivers/ata/sata_promise.*
6159
6160 LIBLOCKDEP
6161 M:      Sasha Levin <sasha.levin@oracle.com>
6162 S:      Maintained
6163 F:      tools/lib/lockdep/
6164
6165 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6166 M:      Dan Williams <dan.j.williams@intel.com>
6167 L:      linux-nvdimm@lists.01.org
6168 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6169 S:      Supported
6170 F:      drivers/nvdimm/*
6171 F:      include/linux/nd.h
6172 F:      include/linux/libnvdimm.h
6173 F:      include/uapi/linux/ndctl.h
6174
6175 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6176 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6177 L:      linux-nvdimm@lists.01.org
6178 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6179 S:      Supported
6180 F:      drivers/nvdimm/blk.c
6181 F:      drivers/nvdimm/region_devs.c
6182 F:      drivers/acpi/nfit*
6183
6184 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6185 M:      Vishal Verma <vishal.l.verma@intel.com>
6186 L:      linux-nvdimm@lists.01.org
6187 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6188 S:      Supported
6189 F:      drivers/nvdimm/btt*
6190
6191 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6192 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6193 L:      linux-nvdimm@lists.01.org
6194 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6195 S:      Supported
6196 F:      drivers/nvdimm/pmem.c
6197 F:      include/linux/pmem.h
6198
6199 LINUX FOR IBM pSERIES (RS/6000)
6200 M:      Paul Mackerras <paulus@au.ibm.com>
6201 W:      http://www.ibm.com/linux/ltc/projects/ppc
6202 S:      Supported
6203 F:      arch/powerpc/boot/rs6000.h
6204
6205 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6206 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6207 M:      Paul Mackerras <paulus@samba.org>
6208 M:      Michael Ellerman <mpe@ellerman.id.au>
6209 W:      http://www.penguinppc.org/
6210 L:      linuxppc-dev@lists.ozlabs.org
6211 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6212 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6213 S:      Supported
6214 F:      Documentation/powerpc/
6215 F:      arch/powerpc/
6216
6217 LINUX FOR POWER MACINTOSH
6218 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6219 W:      http://www.penguinppc.org/
6220 L:      linuxppc-dev@lists.ozlabs.org
6221 S:      Maintained
6222 F:      arch/powerpc/platforms/powermac/
6223 F:      drivers/macintosh/
6224
6225 LINUX FOR POWERPC EMBEDDED MPC5XXX
6226 M:      Anatolij Gustschin <agust@denx.de>
6227 L:      linuxppc-dev@lists.ozlabs.org
6228 T:      git git://git.denx.de/linux-denx-agust.git
6229 S:      Maintained
6230 F:      arch/powerpc/platforms/512x/
6231 F:      arch/powerpc/platforms/52xx/
6232
6233 LINUX FOR POWERPC EMBEDDED PPC4XX
6234 M:      Alistair Popple <alistair@popple.id.au>
6235 M:      Matt Porter <mporter@kernel.crashing.org>
6236 W:      http://www.penguinppc.org/
6237 L:      linuxppc-dev@lists.ozlabs.org
6238 S:      Maintained
6239 F:      arch/powerpc/platforms/40x/
6240 F:      arch/powerpc/platforms/44x/
6241
6242 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6243 L:      linuxppc-dev@lists.ozlabs.org
6244 S:      Orphan
6245 F:      arch/powerpc/*/*virtex*
6246 F:      arch/powerpc/*/*/*virtex*
6247
6248 LINUX FOR POWERPC EMBEDDED PPC8XX
6249 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6250 W:      http://www.penguinppc.org/
6251 L:      linuxppc-dev@lists.ozlabs.org
6252 S:      Maintained
6253 F:      arch/powerpc/platforms/8xx/
6254
6255 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6256 M:      Scott Wood <scottwood@freescale.com>
6257 M:      Kumar Gala <galak@kernel.crashing.org>
6258 W:      http://www.penguinppc.org/
6259 L:      linuxppc-dev@lists.ozlabs.org
6260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6261 S:      Maintained
6262 F:      arch/powerpc/platforms/83xx/
6263 F:      arch/powerpc/platforms/85xx/
6264
6265 LINUX FOR POWERPC PA SEMI PWRFICIENT
6266 M:      Olof Johansson <olof@lixom.net>
6267 L:      linuxppc-dev@lists.ozlabs.org
6268 S:      Maintained
6269 F:      arch/powerpc/platforms/pasemi/
6270 F:      drivers/*/*pasemi*
6271 F:      drivers/*/*/*pasemi*
6272
6273 LINUX SECURITY MODULE (LSM) FRAMEWORK
6274 M:      Chris Wright <chrisw@sous-sol.org>
6275 L:      linux-security-module@vger.kernel.org
6276 S:      Supported
6277
6278 LIS3LV02D ACCELEROMETER DRIVER
6279 M:      Eric Piel <eric.piel@tremplin-utc.net>
6280 S:      Maintained
6281 F:      Documentation/misc-devices/lis3lv02d
6282 F:      drivers/misc/lis3lv02d/
6283 F:      drivers/platform/x86/hp_accel.c
6284
6285 LIVE PATCHING
6286 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6287 M:      Seth Jennings <sjenning@redhat.com>
6288 M:      Jiri Kosina <jkosina@suse.com>
6289 M:      Vojtech Pavlik <vojtech@suse.com>
6290 S:      Maintained
6291 F:      kernel/livepatch/
6292 F:      include/linux/livepatch.h
6293 F:      arch/x86/include/asm/livepatch.h
6294 F:      arch/x86/kernel/livepatch.c
6295 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6296 F:      samples/livepatch/
6297 L:      live-patching@vger.kernel.org
6298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6299
6300 LLC (802.2)
6301 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6302 S:      Maintained
6303 F:      include/linux/llc.h
6304 F:      include/uapi/linux/llc.h
6305 F:      include/net/llc*
6306 F:      net/llc/
6307
6308 LM73 HARDWARE MONITOR DRIVER
6309 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6310 L:      lm-sensors@lm-sensors.org
6311 S:      Maintained
6312 F:      drivers/hwmon/lm73.c
6313
6314 LM78 HARDWARE MONITOR DRIVER
6315 M:      Jean Delvare <jdelvare@suse.com>
6316 L:      lm-sensors@lm-sensors.org
6317 S:      Maintained
6318 F:      Documentation/hwmon/lm78
6319 F:      drivers/hwmon/lm78.c
6320
6321 LM83 HARDWARE MONITOR DRIVER
6322 M:      Jean Delvare <jdelvare@suse.com>
6323 L:      lm-sensors@lm-sensors.org
6324 S:      Maintained
6325 F:      Documentation/hwmon/lm83
6326 F:      drivers/hwmon/lm83.c
6327
6328 LM90 HARDWARE MONITOR DRIVER
6329 M:      Jean Delvare <jdelvare@suse.com>
6330 L:      lm-sensors@lm-sensors.org
6331 S:      Maintained
6332 F:      Documentation/hwmon/lm90
6333 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6334 F:      drivers/hwmon/lm90.c
6335
6336 LM95234 HARDWARE MONITOR DRIVER
6337 M:      Guenter Roeck <linux@roeck-us.net>
6338 L:      lm-sensors@lm-sensors.org
6339 S:      Maintained
6340 F:      Documentation/hwmon/lm95234
6341 F:      drivers/hwmon/lm95234.c
6342
6343 LME2510 MEDIA DRIVER
6344 M:      Malcolm Priestley <tvboxspy@gmail.com>
6345 L:      linux-media@vger.kernel.org
6346 W:      http://linuxtv.org/
6347 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6348 S:      Maintained
6349 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6350
6351 LOCKDEP AND LOCKSTAT
6352 M:      Peter Zijlstra <peterz@infradead.org>
6353 M:      Ingo Molnar <mingo@redhat.com>
6354 L:      linux-kernel@vger.kernel.org
6355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6356 S:      Maintained
6357 F:      Documentation/locking/lockdep*.txt
6358 F:      Documentation/locking/lockstat.txt
6359 F:      include/linux/lockdep.h
6360 F:      kernel/locking/
6361
6362 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6363 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6364 L:      linux-ntfs-dev@lists.sourceforge.net
6365 W:      http://www.linux-ntfs.org/content/view/19/37/
6366 S:      Maintained
6367 F:      Documentation/ldm.txt
6368 F:      block/partitions/ldm.*
6369
6370 LogFS
6371 M:      Joern Engel <joern@logfs.org>
6372 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6373 L:      logfs@logfs.org
6374 W:      logfs.org
6375 S:      Maintained
6376 F:      fs/logfs/
6377
6378 LPC32XX MACHINE SUPPORT
6379 M:      Roland Stigge <stigge@antcom.de>
6380 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6381 S:      Maintained
6382 F:      arch/arm/mach-lpc32xx/
6383
6384 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6385 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6386 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6387 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6388 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6389 L:      MPT-FusionLinux.pdl@avagotech.com
6390 L:      linux-scsi@vger.kernel.org
6391 W:      http://www.lsilogic.com/support
6392 S:      Supported
6393 F:      drivers/message/fusion/
6394 F:      drivers/scsi/mpt2sas/
6395 F:      drivers/scsi/mpt3sas/
6396
6397 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6398 M:      Matthew Wilcox <matthew@wil.cx>
6399 L:      linux-scsi@vger.kernel.org
6400 S:      Maintained
6401 F:      drivers/scsi/sym53c8xx_2/
6402
6403 LTC4261 HARDWARE MONITOR DRIVER
6404 M:      Guenter Roeck <linux@roeck-us.net>
6405 L:      lm-sensors@lm-sensors.org
6406 S:      Maintained
6407 F:      Documentation/hwmon/ltc4261
6408 F:      drivers/hwmon/ltc4261.c
6409
6410 LTP (Linux Test Project)
6411 M:      Mike Frysinger <vapier@gentoo.org>
6412 M:      Cyril Hrubis <chrubis@suse.cz>
6413 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6414 M:      Jan Stancek <jstancek@redhat.com>
6415 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6416 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6417 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6418 W:      http://linux-test-project.github.io/
6419 T:      git git://github.com/linux-test-project/ltp.git
6420 S:      Maintained
6421
6422 M32R ARCHITECTURE
6423 W:      http://www.linux-m32r.org/
6424 S:      Orphan
6425 F:      arch/m32r/
6426
6427 M68K ARCHITECTURE
6428 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6429 L:      linux-m68k@lists.linux-m68k.org
6430 W:      http://www.linux-m68k.org/
6431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6432 S:      Maintained
6433 F:      arch/m68k/
6434 F:      drivers/zorro/
6435
6436 M68K ON APPLE MACINTOSH
6437 M:      Joshua Thompson <funaho@jurai.org>
6438 W:      http://www.mac.linux-m68k.org/
6439 L:      linux-m68k@lists.linux-m68k.org
6440 S:      Maintained
6441 F:      arch/m68k/mac/
6442
6443 M68K ON HP9000/300
6444 M:      Philip Blundell <philb@gnu.org>
6445 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6446 S:      Maintained
6447 F:      arch/m68k/hp300/
6448
6449 M88DS3103 MEDIA DRIVER
6450 M:      Antti Palosaari <crope@iki.fi>
6451 L:      linux-media@vger.kernel.org
6452 W:      http://linuxtv.org/
6453 W:      http://palosaari.fi/linux/
6454 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6455 T:      git git://linuxtv.org/anttip/media_tree.git
6456 S:      Maintained
6457 F:      drivers/media/dvb-frontends/m88ds3103*
6458
6459 M88RS2000 MEDIA DRIVER
6460 M:      Malcolm Priestley <tvboxspy@gmail.com>
6461 L:      linux-media@vger.kernel.org
6462 W:      http://linuxtv.org/
6463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6464 S:      Maintained
6465 F:      drivers/media/dvb-frontends/m88rs2000*
6466
6467 MA901 MASTERKIT USB FM RADIO DRIVER
6468 M:      Alexey Klimov <klimov.linux@gmail.com>
6469 L:      linux-media@vger.kernel.org
6470 T:      git git://linuxtv.org/media_tree.git
6471 S:      Maintained
6472 F:      drivers/media/radio/radio-ma901.c
6473
6474 MAC80211
6475 M:      Johannes Berg <johannes@sipsolutions.net>
6476 L:      linux-wireless@vger.kernel.org
6477 W:      http://wireless.kernel.org/
6478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6480 S:      Maintained
6481 F:      Documentation/networking/mac80211-injection.txt
6482 F:      include/net/mac80211.h
6483 F:      net/mac80211/
6484
6485 MACVLAN DRIVER
6486 M:      Patrick McHardy <kaber@trash.net>
6487 L:      netdev@vger.kernel.org
6488 S:      Maintained
6489 F:      drivers/net/macvlan.c
6490 F:      include/linux/if_macvlan.h
6491
6492 MAILBOX API
6493 M:      Jassi Brar <jassisinghbrar@gmail.com>
6494 L:      linux-kernel@vger.kernel.org
6495 S:      Maintained
6496 F:      drivers/mailbox/
6497 F:      include/linux/mailbox_client.h
6498 F:      include/linux/mailbox_controller.h
6499
6500 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6501 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6502 W:      http://www.kernel.org/doc/man-pages
6503 L:      linux-man@vger.kernel.org
6504 S:      Maintained
6505
6506 MARVELL ARMADA DRM SUPPORT
6507 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6508 S:      Maintained
6509 F:      drivers/gpu/drm/armada/
6510
6511 MARVELL 88E6352 DSA support
6512 M:      Guenter Roeck <linux@roeck-us.net>
6513 S:      Maintained
6514 F:      drivers/net/dsa/mv88e6352.c
6515
6516 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6517 M:      Mirko Lindner <mlindner@marvell.com>
6518 M:      Stephen Hemminger <stephen@networkplumber.org>
6519 L:      netdev@vger.kernel.org
6520 S:      Maintained
6521 F:      drivers/net/ethernet/marvell/sk*
6522
6523 MARVELL LIBERTAS WIRELESS DRIVER
6524 L:      libertas-dev@lists.infradead.org
6525 S:      Orphan
6526 F:      drivers/net/wireless/libertas/
6527
6528 MARVELL MV643XX ETHERNET DRIVER
6529 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6530 L:      netdev@vger.kernel.org
6531 S:      Maintained
6532 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6533 F:      include/linux/mv643xx.h
6534
6535 MARVELL MVNETA ETHERNET DRIVER
6536 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6537 L:      netdev@vger.kernel.org
6538 S:      Maintained
6539 F:      drivers/net/ethernet/marvell/mvneta.*
6540
6541 MARVELL MWIFIEX WIRELESS DRIVER
6542 M:      Amitkumar Karwar <akarwar@marvell.com>
6543 M:      Avinash Patil <patila@marvell.com>
6544 L:      linux-wireless@vger.kernel.org
6545 S:      Maintained
6546 F:      drivers/net/wireless/mwifiex/
6547
6548 MARVELL MWL8K WIRELESS DRIVER
6549 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6550 L:      linux-wireless@vger.kernel.org
6551 S:      Odd Fixes
6552 F:      drivers/net/wireless/mwl8k.c
6553
6554 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6555 M:      Nicolas Pitre <nico@fluxnic.net>
6556 S:      Odd Fixes
6557 F:      drivers/mmc/host/mvsdio.*
6558
6559 MATROX FRAMEBUFFER DRIVER
6560 L:      linux-fbdev@vger.kernel.org
6561 S:      Orphan
6562 F:      drivers/video/fbdev/matrox/matroxfb_*
6563 F:      include/uapi/linux/matroxfb.h
6564
6565 MAX16065 HARDWARE MONITOR DRIVER
6566 M:      Guenter Roeck <linux@roeck-us.net>
6567 L:      lm-sensors@lm-sensors.org
6568 S:      Maintained
6569 F:      Documentation/hwmon/max16065
6570 F:      drivers/hwmon/max16065.c
6571
6572 MAX20751 HARDWARE MONITOR DRIVER
6573 M:      Guenter Roeck <linux@roeck-us.net>
6574 L:      lm-sensors@lm-sensors.org
6575 S:      Maintained
6576 F:      Documentation/hwmon/max20751
6577 F:      drivers/hwmon/max20751.c
6578
6579 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6580 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6581 L:      lm-sensors@lm-sensors.org
6582 S:      Maintained
6583 F:      Documentation/hwmon/max6650
6584 F:      drivers/hwmon/max6650.c
6585
6586 MAX6697 HARDWARE MONITOR DRIVER
6587 M:      Guenter Roeck <linux@roeck-us.net>
6588 L:      lm-sensors@lm-sensors.org
6589 S:      Maintained
6590 F:      Documentation/hwmon/max6697
6591 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6592 F:      drivers/hwmon/max6697.c
6593 F:      include/linux/platform_data/max6697.h
6594
6595 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6596 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6597 L:      linux-pm@vger.kernel.org
6598 S:      Supported
6599 F:      drivers/power/max14577_charger.c
6600 F:      drivers/power/max77693_charger.c
6601
6602 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6603 M:      Chanwoo Choi <cw00.choi@samsung.com>
6604 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6605 L:      linux-kernel@vger.kernel.org
6606 S:      Supported
6607 F:      drivers/*/max14577.c
6608 F:      drivers/*/max77686.c
6609 F:      drivers/*/max77693.c
6610 F:      drivers/extcon/extcon-max14577.c
6611 F:      drivers/extcon/extcon-max77693.c
6612 F:      drivers/rtc/rtc-max77686.c
6613 F:      drivers/clk/clk-max77686.c
6614 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6615 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6616 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6617 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6618 F:      include/linux/mfd/max14577*.h
6619 F:      include/linux/mfd/max77686*.h
6620 F:      include/linux/mfd/max77693*.h
6621
6622 MAXIRADIO FM RADIO RECEIVER DRIVER
6623 M:      Hans Verkuil <hverkuil@xs4all.nl>
6624 L:      linux-media@vger.kernel.org
6625 T:      git git://linuxtv.org/media_tree.git
6626 W:      http://linuxtv.org
6627 S:      Maintained
6628 F:      drivers/media/radio/radio-maxiradio*
6629
6630 MEDIA DRIVERS FOR RENESAS - VSP1
6631 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6632 L:      linux-media@vger.kernel.org
6633 L:      linux-sh@vger.kernel.org
6634 T:      git git://linuxtv.org/media_tree.git
6635 S:      Supported
6636 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6637 F:      drivers/media/platform/vsp1/
6638
6639 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6640 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6641 P:      LinuxTV.org Project
6642 L:      linux-media@vger.kernel.org
6643 W:      http://linuxtv.org
6644 Q:      http://patchwork.kernel.org/project/linux-media/list/
6645 T:      git git://linuxtv.org/media_tree.git
6646 S:      Maintained
6647 F:      Documentation/dvb/
6648 F:      Documentation/video4linux/
6649 F:      Documentation/DocBook/media/
6650 F:      drivers/media/
6651 F:      drivers/staging/media/
6652 F:      include/media/
6653 F:      include/uapi/linux/dvb/
6654 F:      include/uapi/linux/videodev2.h
6655 F:      include/uapi/linux/media.h
6656 F:      include/uapi/linux/v4l2-*
6657 F:      include/uapi/linux/meye.h
6658 F:      include/uapi/linux/ivtv*
6659 F:      include/uapi/linux/uvcvideo.h
6660
6661 MEDIATEK MT7601U WIRELESS LAN DRIVER
6662 M:      Jakub Kicinski <kubakici@wp.pl>
6663 L:      linux-wireless@vger.kernel.org
6664 S:      Maintained
6665 F:      drivers/net/wireless/mediatek/mt7601u/
6666
6667 MEGARAID SCSI/SAS DRIVERS
6668 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6669 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6670 M:      Uday Lingala <uday.lingala@avagotech.com>
6671 L:      megaraidlinux.pdl@avagotech.com
6672 L:      linux-scsi@vger.kernel.org
6673 W:      http://www.lsi.com
6674 S:      Maintained
6675 F:      Documentation/scsi/megaraid.txt
6676 F:      drivers/scsi/megaraid.*
6677 F:      drivers/scsi/megaraid/
6678
6679 MELLANOX ETHERNET DRIVER (mlx4_en)
6680 M:      Amir Vadai <amirv@mellanox.com>
6681 M:      Ido Shamay <idos@mellanox.com>
6682 L:      netdev@vger.kernel.org
6683 S:      Supported
6684 W:      http://www.mellanox.com
6685 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6686 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6687
6688 MEMORY MANAGEMENT
6689 L:      linux-mm@kvack.org
6690 W:      http://www.linux-mm.org
6691 S:      Maintained
6692 F:      include/linux/mm.h
6693 F:      include/linux/gfp.h
6694 F:      include/linux/mmzone.h
6695 F:      include/linux/memory_hotplug.h
6696 F:      include/linux/vmalloc.h
6697 F:      mm/
6698
6699 MEMORY TECHNOLOGY DEVICES (MTD)
6700 M:      David Woodhouse <dwmw2@infradead.org>
6701 M:      Brian Norris <computersforpeace@gmail.com>
6702 L:      linux-mtd@lists.infradead.org
6703 W:      http://www.linux-mtd.infradead.org/
6704 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6705 T:      git git://git.infradead.org/linux-mtd.git
6706 T:      git git://git.infradead.org/l2-mtd.git
6707 S:      Maintained
6708 F:      drivers/mtd/
6709 F:      include/linux/mtd/
6710 F:      include/uapi/mtd/
6711
6712 MEN A21 WATCHDOG DRIVER
6713 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6714 L:      linux-watchdog@vger.kernel.org
6715 S:      Maintained
6716 F:      drivers/watchdog/mena21_wdt.c
6717
6718 MEN CHAMELEON BUS (mcb)
6719 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6720 S:      Maintained
6721 F:      drivers/mcb/
6722 F:      include/linux/mcb.h
6723 F:      Documentation/men-chameleon-bus.txt
6724
6725 MEN F21BMC (Board Management Controller)
6726 M:      Andreas Werner <andreas.werner@men.de>
6727 S:      Supported
6728 F:      drivers/mfd/menf21bmc.c
6729 F:      drivers/watchdog/menf21bmc_wdt.c
6730 F:      drivers/leds/leds-menf21bmc.c
6731 F:      drivers/hwmon/menf21bmc_hwmon.c
6732 F:      Documentation/hwmon/menf21bmc
6733
6734 METAG ARCHITECTURE
6735 M:      James Hogan <james.hogan@imgtec.com>
6736 L:      linux-metag@vger.kernel.org
6737 S:      Supported
6738 F:      arch/metag/
6739 F:      Documentation/metag/
6740 F:      Documentation/devicetree/bindings/metag/
6741 F:      drivers/clocksource/metag_generic.c
6742 F:      drivers/irqchip/irq-metag.c
6743 F:      drivers/irqchip/irq-metag-ext.c
6744 F:      drivers/tty/metag_da.c
6745
6746 MICROBLAZE ARCHITECTURE
6747 M:      Michal Simek <monstr@monstr.eu>
6748 W:      http://www.monstr.eu/fdt/
6749 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6750 S:      Supported
6751 F:      arch/microblaze/
6752
6753 MICROTEK X6 SCANNER
6754 M:      Oliver Neukum <oliver@neukum.org>
6755 S:      Maintained
6756 F:      drivers/usb/image/microtek.*
6757
6758 MIPS
6759 M:      Ralf Baechle <ralf@linux-mips.org>
6760 L:      linux-mips@linux-mips.org
6761 W:      http://www.linux-mips.org/
6762 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6763 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6764 S:      Supported
6765 F:      Documentation/mips/
6766 F:      arch/mips/
6767
6768 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6769 M:      Hans Verkuil <hverkuil@xs4all.nl>
6770 L:      linux-media@vger.kernel.org
6771 T:      git git://linuxtv.org/media_tree.git
6772 W:      http://linuxtv.org
6773 S:      Odd Fixes
6774 F:      drivers/media/radio/radio-miropcm20*
6775
6776 Mellanox MLX5 core VPI driver
6777 M:      Eli Cohen <eli@mellanox.com>
6778 L:      netdev@vger.kernel.org
6779 L:      linux-rdma@vger.kernel.org
6780 W:      http://www.mellanox.com
6781 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6782 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6783 T:      git git://openfabrics.org/~eli/connect-ib.git
6784 S:      Supported
6785 F:      drivers/net/ethernet/mellanox/mlx5/core/
6786 F:      include/linux/mlx5/
6787
6788 Mellanox MLX5 IB driver
6789 M:      Eli Cohen <eli@mellanox.com>
6790 L:      linux-rdma@vger.kernel.org
6791 W:      http://www.mellanox.com
6792 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6793 T:      git git://openfabrics.org/~eli/connect-ib.git
6794 S:      Supported
6795 F:      include/linux/mlx5/
6796 F:      drivers/infiniband/hw/mlx5/
6797
6798 MN88472 MEDIA DRIVER
6799 M:      Antti Palosaari <crope@iki.fi>
6800 L:      linux-media@vger.kernel.org
6801 W:      http://linuxtv.org/
6802 W:      http://palosaari.fi/linux/
6803 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6804 T:      git git://linuxtv.org/anttip/media_tree.git
6805 S:      Maintained
6806 F:      drivers/staging/media/mn88472/
6807 F:      drivers/media/dvb-frontends/mn88472.h
6808
6809 MN88473 MEDIA DRIVER
6810 M:      Antti Palosaari <crope@iki.fi>
6811 L:      linux-media@vger.kernel.org
6812 W:      http://linuxtv.org/
6813 W:      http://palosaari.fi/linux/
6814 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6815 T:      git git://linuxtv.org/anttip/media_tree.git
6816 S:      Maintained
6817 F:      drivers/staging/media/mn88473/
6818 F:      drivers/media/dvb-frontends/mn88473.h
6819
6820 MODULE SUPPORT
6821 M:      Rusty Russell <rusty@rustcorp.com.au>
6822 S:      Maintained
6823 F:      include/linux/module.h
6824 F:      kernel/module.c
6825
6826 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6827 W:      http://popies.net/meye/
6828 S:      Orphan
6829 F:      Documentation/video4linux/meye.txt
6830 F:      drivers/media/pci/meye/
6831 F:      include/uapi/linux/meye.h
6832
6833 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6834 M:      Jiri Slaby <jirislaby@gmail.com>
6835 S:      Maintained
6836 F:      Documentation/serial/moxa-smartio
6837 F:      drivers/tty/mxser.*
6838
6839 MR800 AVERMEDIA USB FM RADIO DRIVER
6840 M:      Alexey Klimov <klimov.linux@gmail.com>
6841 L:      linux-media@vger.kernel.org
6842 T:      git git://linuxtv.org/media_tree.git
6843 S:      Maintained
6844 F:      drivers/media/radio/radio-mr800.c
6845
6846 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6847 M:      Alan Ott <alan@signal11.us>
6848 L:      linux-wpan@vger.kernel.org
6849 S:      Maintained
6850 F:      drivers/net/ieee802154/mrf24j40.c
6851
6852 MSI LAPTOP SUPPORT
6853 M:      "Lee, Chun-Yi" <jlee@suse.com>
6854 L:      platform-driver-x86@vger.kernel.org
6855 S:      Maintained
6856 F:      drivers/platform/x86/msi-laptop.c
6857
6858 MSI WMI SUPPORT
6859 L:      platform-driver-x86@vger.kernel.org
6860 S:      Orphan
6861 F:      drivers/platform/x86/msi-wmi.c
6862
6863 MSI001 MEDIA DRIVER
6864 M:      Antti Palosaari <crope@iki.fi>
6865 L:      linux-media@vger.kernel.org
6866 W:      http://linuxtv.org/
6867 W:      http://palosaari.fi/linux/
6868 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6869 T:      git git://linuxtv.org/anttip/media_tree.git
6870 S:      Maintained
6871 F:      drivers/media/tuners/msi001*
6872
6873 MSI2500 MEDIA DRIVER
6874 M:      Antti Palosaari <crope@iki.fi>
6875 L:      linux-media@vger.kernel.org
6876 W:      http://linuxtv.org/
6877 W:      http://palosaari.fi/linux/
6878 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6879 T:      git git://linuxtv.org/anttip/media_tree.git
6880 S:      Maintained
6881 F:      drivers/media/usb/msi2500/
6882
6883 MSYSTEMS DISKONCHIP G3 MTD DRIVER
6884 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6885 L:      linux-mtd@lists.infradead.org
6886 S:      Maintained
6887 F:      drivers/mtd/devices/docg3*
6888
6889 MT9M032 APTINA SENSOR DRIVER
6890 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6891 L:      linux-media@vger.kernel.org
6892 T:      git git://linuxtv.org/media_tree.git
6893 S:      Maintained
6894 F:      drivers/media/i2c/mt9m032.c
6895 F:      include/media/mt9m032.h
6896
6897 MT9P031 APTINA CAMERA SENSOR
6898 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6899 L:      linux-media@vger.kernel.org
6900 T:      git git://linuxtv.org/media_tree.git
6901 S:      Maintained
6902 F:      drivers/media/i2c/mt9p031.c
6903 F:      include/media/mt9p031.h
6904
6905 MT9T001 APTINA CAMERA SENSOR
6906 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6907 L:      linux-media@vger.kernel.org
6908 T:      git git://linuxtv.org/media_tree.git
6909 S:      Maintained
6910 F:      drivers/media/i2c/mt9t001.c
6911 F:      include/media/mt9t001.h
6912
6913 MT9V032 APTINA CAMERA SENSOR
6914 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6915 L:      linux-media@vger.kernel.org
6916 T:      git git://linuxtv.org/media_tree.git
6917 S:      Maintained
6918 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6919 F:      drivers/media/i2c/mt9v032.c
6920 F:      include/media/mt9v032.h
6921
6922 MULTIFUNCTION DEVICES (MFD)
6923 M:      Samuel Ortiz <sameo@linux.intel.com>
6924 M:      Lee Jones <lee.jones@linaro.org>
6925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6926 S:      Supported
6927 F:      drivers/mfd/
6928 F:      include/linux/mfd/
6929
6930 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6931 M:      Ulf Hansson <ulf.hansson@linaro.org>
6932 L:      linux-mmc@vger.kernel.org
6933 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6934 S:      Maintained
6935 F:      drivers/mmc/
6936 F:      include/linux/mmc/
6937 F:      include/uapi/linux/mmc/
6938
6939 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6940 S:      Orphan
6941 F:      drivers/mmc/host/mmc_spi.c
6942 F:      include/linux/spi/mmc_spi.h
6943
6944 MULTISOUND SOUND DRIVER
6945 M:      Andrew Veliath <andrewtv@usa.net>
6946 S:      Maintained
6947 F:      Documentation/sound/oss/MultiSound
6948 F:      sound/oss/msnd*
6949
6950 MULTITECH MULTIPORT CARD (ISICOM)
6951 S:      Orphan
6952 F:      drivers/tty/isicom.c
6953 F:      include/linux/isicom.h
6954
6955 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6956 M:      Felipe Balbi <balbi@ti.com>
6957 L:      linux-usb@vger.kernel.org
6958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6959 S:      Maintained
6960 F:      drivers/usb/musb/
6961
6962 MXL5007T MEDIA DRIVER
6963 M:      Michael Krufky <mkrufky@linuxtv.org>
6964 L:      linux-media@vger.kernel.org
6965 W:      http://linuxtv.org/
6966 W:      http://github.com/mkrufky
6967 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6968 T:      git git://linuxtv.org/mkrufky/tuners.git
6969 S:      Maintained
6970 F:      drivers/media/tuners/mxl5007t.*
6971
6972 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6973 M:      Hyong-Youb Kim <hykim@myri.com>
6974 L:      netdev@vger.kernel.org
6975 W:      https://www.myricom.com/support/downloads/myri10ge.html
6976 S:      Supported
6977 F:      drivers/net/ethernet/myricom/myri10ge/
6978
6979 NATSEMI ETHERNET DRIVER (DP8381x)
6980 S:      Orphan
6981 F:      drivers/net/ethernet/natsemi/natsemi.c
6982
6983 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6984 M:      Daniel Mack <zonque@gmail.com>
6985 S:      Maintained
6986 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6987 W:      http://www.native-instruments.com
6988 F:      sound/usb/caiaq/
6989
6990 NCP FILESYSTEM
6991 M:      Petr Vandrovec <petr@vandrovec.name>
6992 S:      Odd Fixes
6993 F:      fs/ncpfs/
6994
6995 NCR 5380 SCSI DRIVERS
6996 M:      Finn Thain <fthain@telegraphics.com.au>
6997 M:      Michael Schmitz <schmitzmic@gmail.com>
6998 L:      linux-scsi@vger.kernel.org
6999 S:      Maintained
7000 F:      Documentation/scsi/g_NCR5380.txt
7001 F:      drivers/scsi/NCR5380.*
7002 F:      drivers/scsi/arm/cumana_1.c
7003 F:      drivers/scsi/arm/oak.c
7004 F:      drivers/scsi/atari_NCR5380.c
7005 F:      drivers/scsi/atari_scsi.*
7006 F:      drivers/scsi/dmx3191d.c
7007 F:      drivers/scsi/dtc.*
7008 F:      drivers/scsi/g_NCR5380.*
7009 F:      drivers/scsi/g_NCR5380_mmio.c
7010 F:      drivers/scsi/mac_scsi.*
7011 F:      drivers/scsi/pas16.*
7012 F:      drivers/scsi/sun3_scsi.*
7013 F:      drivers/scsi/sun3_scsi_vme.c
7014 F:      drivers/scsi/t128.*
7015
7016 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7017 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7018 L:      linux-scsi@vger.kernel.org
7019 S:      Maintained
7020 F:      drivers/scsi/NCR_D700.*
7021
7022 NCT6775 HARDWARE MONITOR DRIVER
7023 M:      Guenter Roeck <linux@roeck-us.net>
7024 L:      lm-sensors@lm-sensors.org
7025 S:      Maintained
7026 F:      Documentation/hwmon/nct6775
7027 F:      drivers/hwmon/nct6775.c
7028
7029 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7030 M:      Faisal Latif <faisal.latif@intel.com>
7031 L:      linux-rdma@vger.kernel.org
7032 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7033 S:      Supported
7034 F:      drivers/infiniband/hw/nes/
7035
7036 NETEM NETWORK EMULATOR
7037 M:      Stephen Hemminger <stephen@networkplumber.org>
7038 L:      netem@lists.linux-foundation.org
7039 S:      Maintained
7040 F:      net/sched/sch_netem.c
7041
7042 NETERION 10GbE DRIVERS (s2io/vxge)
7043 M:      Jon Mason <jdmason@kudzu.us>
7044 L:      netdev@vger.kernel.org
7045 S:      Supported
7046 F:      Documentation/networking/s2io.txt
7047 F:      Documentation/networking/vxge.txt
7048 F:      drivers/net/ethernet/neterion/
7049
7050 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7051 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7052 M:      Patrick McHardy <kaber@trash.net>
7053 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7054 L:      netfilter-devel@vger.kernel.org
7055 L:      coreteam@netfilter.org
7056 W:      http://www.netfilter.org/
7057 W:      http://www.iptables.org/
7058 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7061 S:      Supported
7062 F:      include/linux/netfilter*
7063 F:      include/linux/netfilter/
7064 F:      include/net/netfilter/
7065 F:      include/uapi/linux/netfilter*
7066 F:      include/uapi/linux/netfilter/
7067 F:      net/*/netfilter.c
7068 F:      net/*/netfilter/
7069 F:      net/netfilter/
7070 F:      net/bridge/br_netfilter*.c
7071
7072 NETLABEL
7073 M:      Paul Moore <paul@paul-moore.com>
7074 W:      http://netlabel.sf.net
7075 L:      netdev@vger.kernel.org
7076 S:      Maintained
7077 F:      Documentation/netlabel/
7078 F:      include/net/netlabel.h
7079 F:      net/netlabel/
7080
7081 NETROM NETWORK LAYER
7082 M:      Ralf Baechle <ralf@linux-mips.org>
7083 L:      linux-hams@vger.kernel.org
7084 W:      http://www.linux-ax25.org/
7085 S:      Maintained
7086 F:      include/net/netrom.h
7087 F:      include/uapi/linux/netrom.h
7088 F:      net/netrom/
7089
7090 NETWORK BLOCK DEVICE (NBD)
7091 M:      Markus Pargmann <mpa@pengutronix.de>
7092 S:      Maintained
7093 L:      nbd-general@lists.sourceforge.net
7094 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7095 F:      Documentation/blockdev/nbd.txt
7096 F:      drivers/block/nbd.c
7097 F:      include/uapi/linux/nbd.h
7098
7099 NETWORK DROP MONITOR
7100 M:      Neil Horman <nhorman@tuxdriver.com>
7101 L:      netdev@vger.kernel.org
7102 S:      Maintained
7103 W:      https://fedorahosted.org/dropwatch/
7104 F:      net/core/drop_monitor.c
7105
7106 NETWORKING [GENERAL]
7107 M:      "David S. Miller" <davem@davemloft.net>
7108 L:      netdev@vger.kernel.org
7109 W:      http://www.linuxfoundation.org/en/Net
7110 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7113 S:      Maintained
7114 F:      net/
7115 F:      include/net/
7116 F:      include/linux/in.h
7117 F:      include/linux/net.h
7118 F:      include/linux/netdevice.h
7119 F:      include/uapi/linux/in.h
7120 F:      include/uapi/linux/net.h
7121 F:      include/uapi/linux/netdevice.h
7122 F:      include/uapi/linux/net_namespace.h
7123 F:      tools/net/
7124 F:      tools/testing/selftests/net/
7125 F:      lib/random32.c
7126 F:      lib/test_bpf.c
7127
7128 NETWORKING [IPv4/IPv6]
7129 M:      "David S. Miller" <davem@davemloft.net>
7130 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7131 M:      James Morris <jmorris@namei.org>
7132 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7133 M:      Patrick McHardy <kaber@trash.net>
7134 L:      netdev@vger.kernel.org
7135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7136 S:      Maintained
7137 F:      net/ipv4/
7138 F:      net/ipv6/
7139 F:      include/net/ip*
7140 F:      arch/x86/net/*
7141
7142 NETWORKING [IPSEC]
7143 M:      Steffen Klassert <steffen.klassert@secunet.com>
7144 M:      Herbert Xu <herbert@gondor.apana.org.au>
7145 M:      "David S. Miller" <davem@davemloft.net>
7146 L:      netdev@vger.kernel.org
7147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7149 S:      Maintained
7150 F:      net/core/flow.c
7151 F:      net/xfrm/
7152 F:      net/key/
7153 F:      net/ipv4/xfrm*
7154 F:      net/ipv4/esp4.c
7155 F:      net/ipv4/ah4.c
7156 F:      net/ipv4/ipcomp.c
7157 F:      net/ipv4/ip_vti.c
7158 F:      net/ipv6/xfrm*
7159 F:      net/ipv6/esp6.c
7160 F:      net/ipv6/ah6.c
7161 F:      net/ipv6/ipcomp6.c
7162 F:      net/ipv6/ip6_vti.c
7163 F:      include/uapi/linux/xfrm.h
7164 F:      include/net/xfrm.h
7165
7166 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7167 M:      Paul Moore <paul@paul-moore.com>
7168 L:      netdev@vger.kernel.org
7169 S:      Maintained
7170
7171 NETWORKING [WIRELESS]
7172 L:      linux-wireless@vger.kernel.org
7173 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7174
7175 NETWORKING DRIVERS
7176 L:      netdev@vger.kernel.org
7177 W:      http://www.linuxfoundation.org/en/Net
7178 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7181 S:      Odd Fixes
7182 F:      drivers/net/
7183 F:      include/linux/if_*
7184 F:      include/linux/netdevice.h
7185 F:      include/linux/arcdevice.h
7186 F:      include/linux/etherdevice.h
7187 F:      include/linux/fcdevice.h
7188 F:      include/linux/fddidevice.h
7189 F:      include/linux/hippidevice.h
7190 F:      include/linux/inetdevice.h
7191 F:      include/uapi/linux/if_*
7192 F:      include/uapi/linux/netdevice.h
7193
7194 NETWORKING DRIVERS (WIRELESS)
7195 M:      Kalle Valo <kvalo@codeaurora.org>
7196 L:      linux-wireless@vger.kernel.org
7197 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7199 S:      Maintained
7200 F:      drivers/net/wireless/
7201
7202 NETXEN (1/10) GbE SUPPORT
7203 M:      Manish Chopra <manish.chopra@qlogic.com>
7204 M:      Sony Chacko <sony.chacko@qlogic.com>
7205 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7206 L:      netdev@vger.kernel.org
7207 W:      http://www.qlogic.com
7208 S:      Supported
7209 F:      drivers/net/ethernet/qlogic/netxen/
7210
7211 NFC SUBSYSTEM
7212 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7213 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7214 M:      Samuel Ortiz <sameo@linux.intel.com>
7215 L:      linux-wireless@vger.kernel.org
7216 L:      linux-nfc@lists.01.org (subscribers-only)
7217 S:      Supported
7218 F:      net/nfc/
7219 F:      include/net/nfc/
7220 F:      include/uapi/linux/nfc.h
7221 F:      drivers/nfc/
7222 F:      include/linux/platform_data/pn544.h
7223 F:      Documentation/devicetree/bindings/net/nfc/
7224
7225 NFS, SUNRPC, AND LOCKD CLIENTS
7226 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7227 M:      Anna Schumaker <anna.schumaker@netapp.com>
7228 L:      linux-nfs@vger.kernel.org
7229 W:      http://client.linux-nfs.org
7230 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7231 S:      Maintained
7232 F:      fs/lockd/
7233 F:      fs/nfs/
7234 F:      fs/nfs_common/
7235 F:      net/sunrpc/
7236 F:      include/linux/lockd/
7237 F:      include/linux/nfs*
7238 F:      include/linux/sunrpc/
7239 F:      include/uapi/linux/nfs*
7240 F:      include/uapi/linux/sunrpc/
7241
7242 NILFS2 FILESYSTEM
7243 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7244 L:      linux-nilfs@vger.kernel.org
7245 W:      http://nilfs.sourceforge.net/
7246 T:      git git://github.com/konis/nilfs2.git
7247 S:      Supported
7248 F:      Documentation/filesystems/nilfs2.txt
7249 F:      fs/nilfs2/
7250 F:      include/linux/nilfs2_fs.h
7251
7252 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7253 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7254 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7255 S:      Maintained
7256 F:      Documentation/scsi/NinjaSCSI.txt
7257 F:      drivers/scsi/pcmcia/nsp_*
7258
7259 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7260 M:      GOTO Masanori <gotom@debian.or.jp>
7261 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7262 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7263 S:      Maintained
7264 F:      Documentation/scsi/NinjaSCSI.txt
7265 F:      drivers/scsi/nsp32*
7266
7267 NIOS2 ARCHITECTURE
7268 M:      Ley Foon Tan <lftan@altera.com>
7269 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7270 T:      git git://git.rocketboards.org/linux-socfpga-next.git
7271 S:      Maintained
7272 F:      arch/nios2/
7273
7274 NOKIA N900 POWER SUPPLY DRIVERS
7275 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7276 S:      Maintained
7277 F:      include/linux/power/bq2415x_charger.h
7278 F:      include/linux/power/bq27x00_battery.h
7279 F:      include/linux/power/isp1704_charger.h
7280 F:      drivers/power/bq2415x_charger.c
7281 F:      drivers/power/bq27x00_battery.c
7282 F:      drivers/power/isp1704_charger.c
7283 F:      drivers/power/rx51_battery.c
7284
7285 NTB DRIVER CORE
7286 M:      Jon Mason <jdmason@kudzu.us>
7287 M:      Dave Jiang <dave.jiang@intel.com>
7288 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7289 S:      Supported
7290 W:      https://github.com/jonmason/ntb/wiki
7291 T:      git git://github.com/jonmason/ntb.git
7292 F:      drivers/ntb/
7293 F:      drivers/net/ntb_netdev.c
7294 F:      include/linux/ntb.h
7295 F:      include/linux/ntb_transport.h
7296
7297 NTB INTEL DRIVER
7298 M:      Jon Mason <jdmason@kudzu.us>
7299 M:      Dave Jiang <dave.jiang@intel.com>
7300 S:      Supported
7301 W:      https://github.com/jonmason/ntb/wiki
7302 T:      git git://github.com/jonmason/ntb.git
7303 F:      drivers/ntb/hw/intel/
7304
7305 NTFS FILESYSTEM
7306 M:      Anton Altaparmakov <anton@tuxera.com>
7307 L:      linux-ntfs-dev@lists.sourceforge.net
7308 W:      http://www.tuxera.com/
7309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7310 S:      Supported
7311 F:      Documentation/filesystems/ntfs.txt
7312 F:      fs/ntfs/
7313
7314 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7315 M:      Antonino Daplas <adaplas@gmail.com>
7316 L:      linux-fbdev@vger.kernel.org
7317 S:      Maintained
7318 F:      drivers/video/fbdev/riva/
7319 F:      drivers/video/fbdev/nvidia/
7320
7321 NVM EXPRESS DRIVER
7322 M:      Matthew Wilcox <willy@linux.intel.com>
7323 L:      linux-nvme@lists.infradead.org
7324 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7325 S:      Supported
7326 F:      drivers/block/nvme*
7327 F:      include/linux/nvme.h
7328
7329 NVMEM FRAMEWORK
7330 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7331 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7332 S:      Maintained
7333 F:      drivers/nvmem/
7334 F:      Documentation/devicetree/bindings/nvmem/
7335 F:      include/linux/nvmem-consumer.h
7336 F:      include/linux/nvmem-provider.h
7337
7338 NXP-NCI NFC DRIVER
7339 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7340 R:      Charles Gorand <charles.gorand@effinnov.com>
7341 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7342 S:      Supported
7343 F:      drivers/nfc/nxp-nci
7344
7345 NXP TDA998X DRM DRIVER
7346 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7347 S:      Supported
7348 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7349 F:      include/drm/i2c/tda998x.h
7350
7351 NXP TFA9879 DRIVER
7352 M:      Peter Rosin <peda@axentia.se>
7353 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7354 S:      Maintained
7355 F:      sound/soc/codecs/tfa9879*
7356
7357 OMAP SUPPORT
7358 M:      Tony Lindgren <tony@atomide.com>
7359 L:      linux-omap@vger.kernel.org
7360 W:      http://www.muru.com/linux/omap/
7361 W:      http://linux.omap.com/
7362 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7364 S:      Maintained
7365 F:      arch/arm/*omap*/
7366 F:      arch/arm/configs/omap1_defconfig
7367 F:      arch/arm/configs/omap2plus_defconfig
7368 F:      drivers/i2c/busses/i2c-omap.c
7369 F:      drivers/irqchip/irq-omap-intc.c
7370 F:      drivers/mfd/*omap*.c
7371 F:      drivers/mfd/menelaus.c
7372 F:      drivers/mfd/palmas.c
7373 F:      drivers/mfd/tps65217.c
7374 F:      drivers/mfd/tps65218.c
7375 F:      drivers/mfd/tps65910.c
7376 F:      drivers/mfd/twl-core.[ch]
7377 F:      drivers/mfd/twl4030*.c
7378 F:      drivers/mfd/twl6030*.c
7379 F:      drivers/mfd/twl6040*.c
7380 F:      drivers/regulator/palmas-regulator*.c
7381 F:      drivers/regulator/pbias-regulator.c
7382 F:      drivers/regulator/tps65217-regulator.c
7383 F:      drivers/regulator/tps65218-regulator.c
7384 F:      drivers/regulator/tps65910-regulator.c
7385 F:      drivers/regulator/twl-regulator.c
7386 F:      include/linux/i2c-omap.h
7387
7388 OMAP DEVICE TREE SUPPORT
7389 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7390 M:      Tony Lindgren <tony@atomide.com>
7391 L:      linux-omap@vger.kernel.org
7392 L:      devicetree@vger.kernel.org
7393 S:      Maintained
7394 F:      arch/arm/boot/dts/*omap*
7395 F:      arch/arm/boot/dts/*am3*
7396 F:      arch/arm/boot/dts/*am4*
7397 F:      arch/arm/boot/dts/*am5*
7398 F:      arch/arm/boot/dts/*dra7*
7399
7400 OMAP CLOCK FRAMEWORK SUPPORT
7401 M:      Paul Walmsley <paul@pwsan.com>
7402 L:      linux-omap@vger.kernel.org
7403 S:      Maintained
7404 F:      arch/arm/*omap*/*clock*
7405
7406 OMAP POWER MANAGEMENT SUPPORT
7407 M:      Kevin Hilman <khilman@deeprootsystems.com>
7408 L:      linux-omap@vger.kernel.org
7409 S:      Maintained
7410 F:      arch/arm/*omap*/*pm*
7411 F:      drivers/cpufreq/omap-cpufreq.c
7412
7413 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7414 M:      Rajendra Nayak <rnayak@ti.com>
7415 M:      Paul Walmsley <paul@pwsan.com>
7416 L:      linux-omap@vger.kernel.org
7417 S:      Maintained
7418 F:      arch/arm/mach-omap2/prm*
7419
7420 OMAP AUDIO SUPPORT
7421 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7422 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7423 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7424 L:      linux-omap@vger.kernel.org
7425 S:      Maintained
7426 F:      sound/soc/omap/
7427
7428 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7429 M:      Roger Quadros <rogerq@ti.com>
7430 M:      Tony Lindgren <tony@atomide.com>
7431 L:      linux-omap@vger.kernel.org
7432 S:      Maintained
7433 F:      drivers/memory/omap-gpmc.c
7434 F:      arch/arm/mach-omap2/*gpmc*
7435
7436 OMAP FRAMEBUFFER SUPPORT
7437 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7438 L:      linux-fbdev@vger.kernel.org
7439 L:      linux-omap@vger.kernel.org
7440 S:      Maintained
7441 F:      drivers/video/fbdev/omap/
7442
7443 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7444 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7445 L:      linux-omap@vger.kernel.org
7446 L:      linux-fbdev@vger.kernel.org
7447 S:      Maintained
7448 F:      drivers/video/fbdev/omap2/
7449 F:      Documentation/arm/OMAP/DSS
7450
7451 OMAP HARDWARE SPINLOCK SUPPORT
7452 M:      Ohad Ben-Cohen <ohad@wizery.com>
7453 L:      linux-omap@vger.kernel.org
7454 S:      Maintained
7455 F:      drivers/hwspinlock/omap_hwspinlock.c
7456
7457 OMAP MMC SUPPORT
7458 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7459 L:      linux-omap@vger.kernel.org
7460 S:      Maintained
7461 F:      drivers/mmc/host/omap.c
7462
7463 OMAP HS MMC SUPPORT
7464 L:      linux-mmc@vger.kernel.org
7465 L:      linux-omap@vger.kernel.org
7466 S:      Orphan
7467 F:      drivers/mmc/host/omap_hsmmc.c
7468
7469 OMAP RANDOM NUMBER GENERATOR SUPPORT
7470 M:      Deepak Saxena <dsaxena@plexity.net>
7471 S:      Maintained
7472 F:      drivers/char/hw_random/omap-rng.c
7473
7474 OMAP HWMOD SUPPORT
7475 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7476 M:      Paul Walmsley <paul@pwsan.com>
7477 L:      linux-omap@vger.kernel.org
7478 S:      Maintained
7479 F:      arch/arm/mach-omap2/omap_hwmod.*
7480
7481 OMAP HWMOD DATA
7482 M:      Paul Walmsley <paul@pwsan.com>
7483 L:      linux-omap@vger.kernel.org
7484 S:      Maintained
7485 F:      arch/arm/mach-omap2/omap_hwmod*data*
7486
7487 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7488 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7489 L:      linux-omap@vger.kernel.org
7490 S:      Maintained
7491 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7492
7493 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7494 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7495 L:      linux-media@vger.kernel.org
7496 S:      Maintained
7497 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7498 F:      drivers/media/platform/omap3isp/
7499 F:      drivers/staging/media/omap4iss/
7500
7501 OMAP USB SUPPORT
7502 M:      Felipe Balbi <balbi@ti.com>
7503 L:      linux-usb@vger.kernel.org
7504 L:      linux-omap@vger.kernel.org
7505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7506 S:      Maintained
7507 F:      drivers/usb/*/*omap*
7508 F:      arch/arm/*omap*/usb*
7509
7510 OMAP GPIO DRIVER
7511 M:      Javier Martinez Canillas <javier@dowhile0.org>
7512 M:      Santosh Shilimkar <ssantosh@kernel.org>
7513 M:      Kevin Hilman <khilman@deeprootsystems.com>
7514 L:      linux-omap@vger.kernel.org
7515 S:      Maintained
7516 F:      drivers/gpio/gpio-omap.c
7517
7518 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7519 M:      Mark Jackson <mpfj@newflow.co.uk>
7520 L:      linux-omap@vger.kernel.org
7521 S:      Maintained
7522 F:      arch/arm/boot/dts/am335x-nano.dts
7523
7524 OMFS FILESYSTEM
7525 M:      Bob Copeland <me@bobcopeland.com>
7526 L:      linux-karma-devel@lists.sourceforge.net
7527 S:      Maintained
7528 F:      Documentation/filesystems/omfs.txt
7529 F:      fs/omfs/
7530
7531 OMNIKEY CARDMAN 4000 DRIVER
7532 M:      Harald Welte <laforge@gnumonks.org>
7533 S:      Maintained
7534 F:      drivers/char/pcmcia/cm4000_cs.c
7535 F:      include/linux/cm4000_cs.h
7536 F:      include/uapi/linux/cm4000_cs.h
7537
7538 OMNIKEY CARDMAN 4040 DRIVER
7539 M:      Harald Welte <laforge@gnumonks.org>
7540 S:      Maintained
7541 F:      drivers/char/pcmcia/cm4040_cs.*
7542
7543 OMNIVISION OV7670 SENSOR DRIVER
7544 M:      Jonathan Corbet <corbet@lwn.net>
7545 L:      linux-media@vger.kernel.org
7546 T:      git git://linuxtv.org/media_tree.git
7547 S:      Maintained
7548 F:      drivers/media/i2c/ov7670.c
7549
7550 ONENAND FLASH DRIVER
7551 M:      Kyungmin Park <kyungmin.park@samsung.com>
7552 L:      linux-mtd@lists.infradead.org
7553 S:      Maintained
7554 F:      drivers/mtd/onenand/
7555 F:      include/linux/mtd/onenand*.h
7556
7557 ONSTREAM SCSI TAPE DRIVER
7558 M:      Willem Riede <osst@riede.org>
7559 L:      osst-users@lists.sourceforge.net
7560 L:      linux-scsi@vger.kernel.org
7561 S:      Maintained
7562 F:      Documentation/scsi/osst.txt
7563 F:      drivers/scsi/osst.*
7564 F:      drivers/scsi/osst_*.h
7565 F:      drivers/scsi/st.h
7566
7567 OPENCORES I2C BUS DRIVER
7568 M:      Peter Korsgaard <jacmet@sunsite.dk>
7569 L:      linux-i2c@vger.kernel.org
7570 S:      Maintained
7571 F:      Documentation/i2c/busses/i2c-ocores
7572 F:      drivers/i2c/busses/i2c-ocores.c
7573
7574 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7575 M:      Grant Likely <grant.likely@linaro.org>
7576 M:      Rob Herring <robh+dt@kernel.org>
7577 L:      devicetree@vger.kernel.org
7578 W:      http://www.devicetree.org/
7579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7580 S:      Maintained
7581 F:      drivers/of/
7582 F:      include/linux/of*.h
7583 F:      scripts/dtc/
7584
7585 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7586 M:      Rob Herring <robh+dt@kernel.org>
7587 M:      Pawel Moll <pawel.moll@arm.com>
7588 M:      Mark Rutland <mark.rutland@arm.com>
7589 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7590 M:      Kumar Gala <galak@codeaurora.org>
7591 L:      devicetree@vger.kernel.org
7592 S:      Maintained
7593 F:      Documentation/devicetree/
7594 F:      arch/*/boot/dts/
7595 F:      include/dt-bindings/
7596
7597 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7598 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7599 L:      devicetree@vger.kernel.org
7600 S:      Maintained
7601 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7602 F:      Documentation/devicetree/overlay-notes.txt
7603 F:      drivers/of/overlay.c
7604 F:      drivers/of/resolver.c
7605
7606 OPENRISC ARCHITECTURE
7607 M:      Jonas Bonn <jonas@southpole.se>
7608 W:      http://openrisc.net
7609 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7610 S:      Maintained
7611 T:      git git://openrisc.net/~jonas/linux
7612 F:      arch/openrisc/
7613
7614 OPENVSWITCH
7615 M:      Pravin Shelar <pshelar@nicira.com>
7616 L:      netdev@vger.kernel.org
7617 L:      dev@openvswitch.org
7618 W:      http://openvswitch.org
7619 S:      Maintained
7620 F:      net/openvswitch/
7621 F:      include/uapi/linux/openvswitch.h
7622
7623 OPL4 DRIVER
7624 M:      Clemens Ladisch <clemens@ladisch.de>
7625 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7626 T:      git git://git.alsa-project.org/alsa-kernel.git
7627 S:      Maintained
7628 F:      sound/drivers/opl4/
7629
7630 OPROFILE
7631 M:      Robert Richter <rric@kernel.org>
7632 L:      oprofile-list@lists.sf.net
7633 S:      Maintained
7634 F:      arch/*/include/asm/oprofile*.h
7635 F:      arch/*/oprofile/
7636 F:      drivers/oprofile/
7637 F:      include/linux/oprofile.h
7638
7639 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7640 M:      Mark Fasheh <mfasheh@suse.com>
7641 M:      Joel Becker <jlbec@evilplan.org>
7642 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7643 W:      http://ocfs2.wiki.kernel.org
7644 S:      Supported
7645 F:      Documentation/filesystems/ocfs2.txt
7646 F:      Documentation/filesystems/dlmfs.txt
7647 F:      fs/ocfs2/
7648
7649 ORINOCO DRIVER
7650 L:      linux-wireless@vger.kernel.org
7651 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7652 W:      http://www.nongnu.org/orinoco/
7653 S:      Orphan
7654 F:      drivers/net/wireless/orinoco/
7655
7656 OSD LIBRARY and FILESYSTEM
7657 M:      Boaz Harrosh <ooo@electrozaur.com>
7658 M:      Benny Halevy <bhalevy@primarydata.com>
7659 L:      osd-dev@open-osd.org
7660 W:      http://open-osd.org
7661 T:      git git://git.open-osd.org/open-osd.git
7662 S:      Maintained
7663 F:      drivers/scsi/osd/
7664 F:      include/scsi/osd_*
7665 F:      fs/exofs/
7666
7667 OVERLAY FILESYSTEM
7668 M:      Miklos Szeredi <miklos@szeredi.hu>
7669 L:      linux-unionfs@vger.kernel.org
7670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7671 S:      Supported
7672 F:      fs/overlayfs/
7673 F:      Documentation/filesystems/overlayfs.txt
7674
7675 P54 WIRELESS DRIVER
7676 M:      Christian Lamparter <chunkeey@googlemail.com>
7677 L:      linux-wireless@vger.kernel.org
7678 W:      http://wireless.kernel.org/en/users/Drivers/p54
7679 S:      Maintained
7680 F:      drivers/net/wireless/p54/
7681
7682 PA SEMI ETHERNET DRIVER
7683 M:      Olof Johansson <olof@lixom.net>
7684 L:      netdev@vger.kernel.org
7685 S:      Maintained
7686 F:      drivers/net/ethernet/pasemi/*
7687
7688 PA SEMI SMBUS DRIVER
7689 M:      Olof Johansson <olof@lixom.net>
7690 L:      linux-i2c@vger.kernel.org
7691 S:      Maintained
7692 F:      drivers/i2c/busses/i2c-pasemi.c
7693
7694 PADATA PARALLEL EXECUTION MECHANISM
7695 M:      Steffen Klassert <steffen.klassert@secunet.com>
7696 L:      linux-crypto@vger.kernel.org
7697 S:      Maintained
7698 F:      kernel/padata.c
7699 F:      include/linux/padata.h
7700 F:      Documentation/padata.txt
7701
7702 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7703 M:      Harald Welte <laforge@gnumonks.org>
7704 L:      platform-driver-x86@vger.kernel.org
7705 S:      Maintained
7706 F:      drivers/platform/x86/panasonic-laptop.c
7707
7708 PANASONIC MN10300/AM33/AM34 PORT
7709 M:      David Howells <dhowells@redhat.com>
7710 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7711 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7712 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7713 S:      Maintained
7714 F:      Documentation/mn10300/
7715 F:      arch/mn10300/
7716
7717 PARALLEL PORT SUBSYSTEM
7718 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7719 M:      Sudip Mukherjee <sudip@vectorindia.org>
7720 L:      linux-parport@lists.infradead.org (subscribers-only)
7721 S:      Maintained
7722 F:      drivers/parport/
7723 F:      include/linux/parport*.h
7724 F:      drivers/char/ppdev.c
7725 F:      include/uapi/linux/ppdev.h
7726 F:      Documentation/parport*.txt
7727
7728 PARAVIRT_OPS INTERFACE
7729 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7730 M:      Chris Wright <chrisw@sous-sol.org>
7731 M:      Alok Kataria <akataria@vmware.com>
7732 M:      Rusty Russell <rusty@rustcorp.com.au>
7733 L:      virtualization@lists.linux-foundation.org
7734 S:      Supported
7735 F:      Documentation/virtual/paravirt_ops.txt
7736 F:      arch/*/kernel/paravirt*
7737 F:      arch/*/include/asm/paravirt.h
7738
7739 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7740 M:      Tim Waugh <tim@cyberelk.net>
7741 L:      linux-parport@lists.infradead.org (subscribers-only)
7742 S:      Maintained
7743 F:      Documentation/blockdev/paride.txt
7744 F:      drivers/block/paride/
7745
7746 PARISC ARCHITECTURE
7747 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7748 M:      Helge Deller <deller@gmx.de>
7749 L:      linux-parisc@vger.kernel.org
7750 W:      http://www.parisc-linux.org/
7751 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7754 S:      Maintained
7755 F:      arch/parisc/
7756 F:      Documentation/parisc/
7757 F:      drivers/parisc/
7758 F:      drivers/char/agp/parisc-agp.c
7759 F:      drivers/input/serio/gscps2.c
7760 F:      drivers/parport/parport_gsc.*
7761 F:      drivers/tty/serial/8250/8250_gsc.c
7762 F:      drivers/video/fbdev/sti*
7763 F:      drivers/video/console/sti*
7764 F:      drivers/video/logo/logo_parisc*
7765
7766 PC87360 HARDWARE MONITORING DRIVER
7767 M:      Jim Cromie <jim.cromie@gmail.com>
7768 L:      lm-sensors@lm-sensors.org
7769 S:      Maintained
7770 F:      Documentation/hwmon/pc87360
7771 F:      drivers/hwmon/pc87360.c
7772
7773 PC8736x GPIO DRIVER
7774 M:      Jim Cromie <jim.cromie@gmail.com>
7775 S:      Maintained
7776 F:      drivers/char/pc8736x_gpio.c
7777
7778 PC87427 HARDWARE MONITORING DRIVER
7779 M:      Jean Delvare <jdelvare@suse.com>
7780 L:      lm-sensors@lm-sensors.org
7781 S:      Maintained
7782 F:      Documentation/hwmon/pc87427
7783 F:      drivers/hwmon/pc87427.c
7784
7785 PCA9532 LED DRIVER
7786 M:      Riku Voipio <riku.voipio@iki.fi>
7787 S:      Maintained
7788 F:      drivers/leds/leds-pca9532.c
7789 F:      include/linux/leds-pca9532.h
7790
7791 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7792 M:      Guenter Roeck <linux@roeck-us.net>
7793 L:      linux-i2c@vger.kernel.org
7794 S:      Maintained
7795 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7796
7797 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7798 M:      Khalid Aziz <khalid@gonehiking.org>
7799 S:      Maintained
7800 F:      drivers/firmware/pcdp.*
7801
7802 PCI ERROR RECOVERY
7803 M:      Linas Vepstas <linasvepstas@gmail.com>
7804 L:      linux-pci@vger.kernel.org
7805 S:      Supported
7806 F:      Documentation/PCI/pci-error-recovery.txt
7807
7808 PCI SUBSYSTEM
7809 M:      Bjorn Helgaas <bhelgaas@google.com>
7810 L:      linux-pci@vger.kernel.org
7811 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7813 S:      Supported
7814 F:      Documentation/PCI/
7815 F:      drivers/pci/
7816 F:      include/linux/pci*
7817 F:      arch/x86/pci/
7818 F:      arch/x86/kernel/quirks.c
7819
7820 PCI DRIVER FOR ARM VERSATILE PLATFORM
7821 M:      Rob Herring <robh@kernel.org>
7822 L:      linux-pci@vger.kernel.org
7823 L:      linux-arm-kernel@lists.infradead.org
7824 S:      Maintained
7825 F:      Documentation/devicetree/bindings/pci/versatile.txt
7826 F:      drivers/pci/host/pci-versatile.c
7827
7828 PCI DRIVER FOR APPLIEDMICRO XGENE
7829 M:      Tanmay Inamdar <tinamdar@apm.com>
7830 L:      linux-pci@vger.kernel.org
7831 L:      linux-arm-kernel@lists.infradead.org
7832 S:      Maintained
7833 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7834 F:      drivers/pci/host/pci-xgene.c
7835
7836 PCI DRIVER FOR FREESCALE LAYERSCAPE
7837 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7838 M:      Mingkai Hu <mingkai.hu@freescale.com>
7839 M:      Roy Zang <tie-fei.zang@freescale.com>
7840 L:      linuxppc-dev@lists.ozlabs.org
7841 L:      linux-pci@vger.kernel.org
7842 L:      linux-arm-kernel@lists.infradead.org
7843 S:      Maintained
7844 F:      drivers/pci/host/*layerscape*
7845
7846 PCI DRIVER FOR IMX6
7847 M:      Richard Zhu <Richard.Zhu@freescale.com>
7848 M:      Lucas Stach <l.stach@pengutronix.de>
7849 L:      linux-pci@vger.kernel.org
7850 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7851 S:      Maintained
7852 F:      drivers/pci/host/*imx6*
7853
7854 PCI DRIVER FOR TI KEYSTONE
7855 M:      Murali Karicheri <m-karicheri2@ti.com>
7856 L:      linux-pci@vger.kernel.org
7857 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7858 S:      Maintained
7859 F:      drivers/pci/host/*keystone*
7860
7861 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7862 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7863 M:      Jason Cooper <jason@lakedaemon.net>
7864 L:      linux-pci@vger.kernel.org
7865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7866 S:      Maintained
7867 F:      drivers/pci/host/*mvebu*
7868
7869 PCI DRIVER FOR NVIDIA TEGRA
7870 M:      Thierry Reding <thierry.reding@gmail.com>
7871 L:      linux-tegra@vger.kernel.org
7872 L:      linux-pci@vger.kernel.org
7873 S:      Supported
7874 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7875 F:      drivers/pci/host/pci-tegra.c
7876
7877 PCI DRIVER FOR TI DRA7XX
7878 M:      Kishon Vijay Abraham I <kishon@ti.com>
7879 L:      linux-omap@vger.kernel.org
7880 L:      linux-pci@vger.kernel.org
7881 S:      Supported
7882 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7883 F:      drivers/pci/host/pci-dra7xx.c
7884
7885 PCI DRIVER FOR RENESAS R-CAR
7886 M:      Simon Horman <horms@verge.net.au>
7887 L:      linux-pci@vger.kernel.org
7888 L:      linux-sh@vger.kernel.org
7889 S:      Maintained
7890 F:      drivers/pci/host/*rcar*
7891
7892 PCI DRIVER FOR SAMSUNG EXYNOS
7893 M:      Jingoo Han <jingoohan1@gmail.com>
7894 L:      linux-pci@vger.kernel.org
7895 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7896 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7897 S:      Maintained
7898 F:      drivers/pci/host/pci-exynos.c
7899
7900 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7901 M:      Jingoo Han <jingoohan1@gmail.com>
7902 M:      Pratyush Anand <pratyush.anand@gmail.com>
7903 L:      linux-pci@vger.kernel.org
7904 S:      Maintained
7905 F:      drivers/pci/host/*designware*
7906
7907 PCI DRIVER FOR GENERIC OF HOSTS
7908 M:      Will Deacon <will.deacon@arm.com>
7909 L:      linux-pci@vger.kernel.org
7910 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7911 S:      Maintained
7912 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7913 F:      drivers/pci/host/pci-host-generic.c
7914
7915 PCIE DRIVER FOR ST SPEAR13XX
7916 M:      Pratyush Anand <pratyush.anand@gmail.com>
7917 L:      linux-pci@vger.kernel.org
7918 S:      Maintained
7919 F:      drivers/pci/host/*spear*
7920
7921 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
7922 M:      Duc Dang <dhdang@apm.com>
7923 L:      linux-pci@vger.kernel.org
7924 L:      linux-arm-kernel@lists.infradead.org
7925 S:      Maintained
7926 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
7927 F:      drivers/pci/host/pci-xgene-msi.c
7928
7929 PCMCIA SUBSYSTEM
7930 P:      Linux PCMCIA Team
7931 L:      linux-pcmcia@lists.infradead.org
7932 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7934 S:      Maintained
7935 F:      Documentation/pcmcia/
7936 F:      drivers/pcmcia/
7937 F:      include/pcmcia/
7938
7939 PCNET32 NETWORK DRIVER
7940 M:      Don Fry <pcnet32@frontier.com>
7941 L:      netdev@vger.kernel.org
7942 S:      Maintained
7943 F:      drivers/net/ethernet/amd/pcnet32.c
7944
7945 PCRYPT PARALLEL CRYPTO ENGINE
7946 M:      Steffen Klassert <steffen.klassert@secunet.com>
7947 L:      linux-crypto@vger.kernel.org
7948 S:      Maintained
7949 F:      crypto/pcrypt.c
7950 F:      include/crypto/pcrypt.h
7951
7952 PER-CPU MEMORY ALLOCATOR
7953 M:      Tejun Heo <tj@kernel.org>
7954 M:      Christoph Lameter <cl@linux-foundation.org>
7955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7956 S:      Maintained
7957 F:      include/linux/percpu*.h
7958 F:      mm/percpu*.c
7959 F:      arch/*/include/asm/percpu.h
7960
7961 PER-TASK DELAY ACCOUNTING
7962 M:      Balbir Singh <bsingharora@gmail.com>
7963 S:      Maintained
7964 F:      include/linux/delayacct.h
7965 F:      kernel/delayacct.c
7966
7967 PERFORMANCE EVENTS SUBSYSTEM
7968 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7969 M:      Ingo Molnar <mingo@redhat.com>
7970 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7971 L:      linux-kernel@vger.kernel.org
7972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7973 S:      Supported
7974 F:      kernel/events/*
7975 F:      include/linux/perf_event.h
7976 F:      include/uapi/linux/perf_event.h
7977 F:      arch/*/kernel/perf_event*.c
7978 F:      arch/*/kernel/*/perf_event*.c
7979 F:      arch/*/kernel/*/*/perf_event*.c
7980 F:      arch/*/include/asm/perf_event.h
7981 F:      arch/*/kernel/perf_callchain.c
7982 F:      tools/perf/
7983
7984 PERSONALITY HANDLING
7985 M:      Christoph Hellwig <hch@infradead.org>
7986 L:      linux-abi-devel@lists.sourceforge.net
7987 S:      Maintained
7988 F:      include/linux/personality.h
7989 F:      include/uapi/linux/personality.h
7990
7991 PHONET PROTOCOL
7992 M:      Remi Denis-Courmont <courmisch@gmail.com>
7993 S:      Supported
7994 F:      Documentation/networking/phonet.txt
7995 F:      include/linux/phonet.h
7996 F:      include/net/phonet/
7997 F:      include/uapi/linux/phonet.h
7998 F:      net/phonet/
7999
8000 PHRAM MTD DRIVER
8001 M:      Joern Engel <joern@lazybastard.org>
8002 L:      linux-mtd@lists.infradead.org
8003 S:      Maintained
8004 F:      drivers/mtd/devices/phram.c
8005
8006 PICOLCD HID DRIVER
8007 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8008 L:      linux-input@vger.kernel.org
8009 S:      Maintained
8010 F:      drivers/hid/hid-picolcd*
8011
8012 PICOXCELL SUPPORT
8013 M:      Jamie Iles <jamie@jamieiles.com>
8014 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8015 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8016 S:      Supported
8017 F:      arch/arm/boot/dts/picoxcell*
8018 F:      arch/arm/mach-picoxcell/
8019 F:      drivers/crypto/picoxcell*
8020
8021 PIN CONTROL SUBSYSTEM
8022 M:      Linus Walleij <linus.walleij@linaro.org>
8023 L:      linux-gpio@vger.kernel.org
8024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8025 S:      Maintained
8026 F:      drivers/pinctrl/
8027 F:      include/linux/pinctrl/
8028
8029 PIN CONTROLLER - ATMEL AT91
8030 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8032 S:      Maintained
8033 F:      drivers/pinctrl/pinctrl-at91.*
8034
8035 PIN CONTROLLER - INTEL
8036 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8037 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8038 S:      Maintained
8039 F:      drivers/pinctrl/intel/
8040
8041 PIN CONTROLLER - RENESAS
8042 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8043 L:      linux-sh@vger.kernel.org
8044 S:      Maintained
8045 F:      drivers/pinctrl/sh-pfc/
8046
8047 PIN CONTROLLER - SAMSUNG
8048 M:      Tomasz Figa <tomasz.figa@gmail.com>
8049 M:      Thomas Abraham <thomas.abraham@linaro.org>
8050 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8051 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8052 S:      Maintained
8053 F:      drivers/pinctrl/samsung/
8054
8055 PIN CONTROLLER - ST SPEAR
8056 M:      Viresh Kumar <vireshk@kernel.org>
8057 L:      spear-devel@list.st.com
8058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8059 W:      http://www.st.com/spear
8060 S:      Maintained
8061 F:      drivers/pinctrl/spear/
8062
8063 PKTCDVD DRIVER
8064 M:      Jiri Kosina <jkosina@suse.com>
8065 S:      Maintained
8066 F:      drivers/block/pktcdvd.c
8067 F:      include/linux/pktcdvd.h
8068 F:      include/uapi/linux/pktcdvd.h
8069
8070 PKUNITY SOC DRIVERS
8071 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8072 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8073 S:      Maintained
8074 T:      git git://github.com/gxt/linux.git
8075 F:      drivers/input/serio/i8042-unicore32io.h
8076 F:      drivers/i2c/busses/i2c-puv3.c
8077 F:      drivers/video/fbdev/fb-puv3.c
8078 F:      drivers/rtc/rtc-puv3.c
8079
8080 PMBUS HARDWARE MONITORING DRIVERS
8081 M:      Guenter Roeck <linux@roeck-us.net>
8082 L:      lm-sensors@lm-sensors.org
8083 W:      http://www.lm-sensors.org/
8084 W:      http://www.roeck-us.net/linux/drivers/
8085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8086 S:      Maintained
8087 F:      Documentation/hwmon/pmbus
8088 F:      drivers/hwmon/pmbus/
8089 F:      include/linux/i2c/pmbus.h
8090
8091 PMC SIERRA MaxRAID DRIVER
8092 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
8093 L:      linux-scsi@vger.kernel.org
8094 W:      http://www.pmc-sierra.com/
8095 S:      Supported
8096 F:      drivers/scsi/pmcraid.*
8097
8098 PMC SIERRA PM8001 DRIVER
8099 M:      xjtuwjp@gmail.com
8100 M:      lindar_liu@usish.com
8101 L:      pmchba@pmcs.com
8102 L:      linux-scsi@vger.kernel.org
8103 S:      Supported
8104 F:      drivers/scsi/pm8001/
8105
8106 POSIX CLOCKS and TIMERS
8107 M:      Thomas Gleixner <tglx@linutronix.de>
8108 L:      linux-kernel@vger.kernel.org
8109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8110 S:      Maintained
8111 F:      fs/timerfd.c
8112 F:      include/linux/timer*
8113 F:      kernel/time/*timer*
8114
8115 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8116 M:      Sebastian Reichel <sre@kernel.org>
8117 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8118 M:      David Woodhouse <dwmw2@infradead.org>
8119 L:      linux-pm@vger.kernel.org
8120 T:      git git://git.infradead.org/battery-2.6.git
8121 S:      Maintained
8122 F:      include/linux/power_supply.h
8123 F:      drivers/power/
8124 X:      drivers/power/avs/
8125
8126 PNP SUPPORT
8127 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8128 S:      Maintained
8129 F:      drivers/pnp/
8130
8131 PNXxxxx I2C DRIVER
8132 M:      Vitaly Wool <vitalywool@gmail.com>
8133 L:      linux-i2c@vger.kernel.org
8134 S:      Maintained
8135 F:      drivers/i2c/busses/i2c-pnx.c
8136
8137 PPP PROTOCOL DRIVERS AND COMPRESSORS
8138 M:      Paul Mackerras <paulus@samba.org>
8139 L:      linux-ppp@vger.kernel.org
8140 S:      Maintained
8141 F:      drivers/net/ppp/ppp_*
8142
8143 PPP OVER ATM (RFC 2364)
8144 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8145 S:      Maintained
8146 F:      net/atm/pppoatm.c
8147 F:      include/uapi/linux/atmppp.h
8148
8149 PPP OVER ETHERNET
8150 M:      Michal Ostrowski <mostrows@earthlink.net>
8151 S:      Maintained
8152 F:      drivers/net/ppp/pppoe.c
8153 F:      drivers/net/ppp/pppox.c
8154
8155 PPP OVER L2TP
8156 M:      James Chapman <jchapman@katalix.com>
8157 S:      Maintained
8158 F:      net/l2tp/l2tp_ppp.c
8159 F:      include/linux/if_pppol2tp.h
8160 F:      include/uapi/linux/if_pppol2tp.h
8161
8162 PPS SUPPORT
8163 M:      Rodolfo Giometti <giometti@enneenne.com>
8164 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8165 L:      linuxpps@ml.enneenne.com (subscribers-only)
8166 S:      Maintained
8167 F:      Documentation/pps/
8168 F:      drivers/pps/
8169 F:      include/linux/pps*.h
8170
8171 PPTP DRIVER
8172 M:      Dmitry Kozlov <xeb@mail.ru>
8173 L:      netdev@vger.kernel.org
8174 S:      Maintained
8175 F:      drivers/net/ppp/pptp.c
8176 W:      http://sourceforge.net/projects/accel-pptp
8177
8178 PREEMPTIBLE KERNEL
8179 M:      Robert Love <rml@tech9.net>
8180 L:      kpreempt-tech@lists.sourceforge.net
8181 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8182 S:      Supported
8183 F:      Documentation/preempt-locking.txt
8184 F:      include/linux/preempt.h
8185
8186 PRISM54 WIRELESS DRIVER
8187 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8188 L:      linux-wireless@vger.kernel.org
8189 W:      http://wireless.kernel.org/en/users/Drivers/p54
8190 S:      Obsolete
8191 F:      drivers/net/wireless/prism54/
8192
8193 PS3 NETWORK SUPPORT
8194 M:      Geoff Levand <geoff@infradead.org>
8195 L:      netdev@vger.kernel.org
8196 L:      linuxppc-dev@lists.ozlabs.org
8197 S:      Maintained
8198 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8199
8200 PS3 PLATFORM SUPPORT
8201 M:      Geoff Levand <geoff@infradead.org>
8202 L:      linuxppc-dev@lists.ozlabs.org
8203 S:      Maintained
8204 F:      arch/powerpc/boot/ps3*
8205 F:      arch/powerpc/include/asm/lv1call.h
8206 F:      arch/powerpc/include/asm/ps3*.h
8207 F:      arch/powerpc/platforms/ps3/
8208 F:      drivers/*/ps3*
8209 F:      drivers/ps3/
8210 F:      drivers/rtc/rtc-ps3.c
8211 F:      drivers/usb/host/*ps3.c
8212 F:      sound/ppc/snd_ps3*
8213
8214 PS3VRAM DRIVER
8215 M:      Jim Paris <jim@jtan.com>
8216 M:      Geoff Levand <geoff@infradead.org>
8217 L:      linuxppc-dev@lists.ozlabs.org
8218 S:      Maintained
8219 F:      drivers/block/ps3vram.c
8220
8221 PSTORE FILESYSTEM
8222 M:      Anton Vorontsov <anton@enomsg.org>
8223 M:      Colin Cross <ccross@android.com>
8224 M:      Kees Cook <keescook@chromium.org>
8225 M:      Tony Luck <tony.luck@intel.com>
8226 S:      Maintained
8227 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8228 F:      fs/pstore/
8229 F:      include/linux/pstore*
8230 F:      drivers/firmware/efi/efi-pstore.c
8231 F:      drivers/acpi/apei/erst.c
8232
8233 PTP HARDWARE CLOCK SUPPORT
8234 M:      Richard Cochran <richardcochran@gmail.com>
8235 L:      netdev@vger.kernel.org
8236 S:      Maintained
8237 W:      http://linuxptp.sourceforge.net/
8238 F:      Documentation/ABI/testing/sysfs-ptp
8239 F:      Documentation/ptp/*
8240 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8241 F:      drivers/net/phy/dp83640*
8242 F:      drivers/ptp/*
8243 F:      include/linux/ptp_cl*
8244
8245 PTRACE SUPPORT
8246 M:      Roland McGrath <roland@hack.frob.com>
8247 M:      Oleg Nesterov <oleg@redhat.com>
8248 S:      Maintained
8249 F:      include/asm-generic/syscall.h
8250 F:      include/linux/ptrace.h
8251 F:      include/linux/regset.h
8252 F:      include/linux/tracehook.h
8253 F:      include/uapi/linux/ptrace.h
8254 F:      kernel/ptrace.c
8255
8256 PVRUSB2 VIDEO4LINUX DRIVER
8257 M:      Mike Isely <isely@pobox.com>
8258 L:      pvrusb2@isely.net       (subscribers-only)
8259 L:      linux-media@vger.kernel.org
8260 W:      http://www.isely.net/pvrusb2/
8261 T:      git git://linuxtv.org/media_tree.git
8262 S:      Maintained
8263 F:      Documentation/video4linux/README.pvrusb2
8264 F:      drivers/media/usb/pvrusb2/
8265
8266 PWC WEBCAM DRIVER
8267 M:      Hans de Goede <hdegoede@redhat.com>
8268 L:      linux-media@vger.kernel.org
8269 T:      git git://linuxtv.org/media_tree.git
8270 S:      Maintained
8271 F:      drivers/media/usb/pwc/*
8272
8273 PWM FAN DRIVER
8274 M:      Kamil Debski <k.debski@samsung.com>
8275 L:      lm-sensors@lm-sensors.org
8276 S:      Supported
8277 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8278 F:      Documentation/hwmon/pwm-fan
8279 F:      drivers/hwmon/pwm-fan.c
8280
8281 PWM SUBSYSTEM
8282 M:      Thierry Reding <thierry.reding@gmail.com>
8283 L:      linux-pwm@vger.kernel.org
8284 S:      Maintained
8285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8286 F:      Documentation/pwm.txt
8287 F:      Documentation/devicetree/bindings/pwm/
8288 F:      include/linux/pwm.h
8289 F:      drivers/pwm/
8290 F:      drivers/video/backlight/pwm_bl.c
8291 F:      include/linux/pwm_backlight.h
8292
8293 PXA2xx/PXA3xx SUPPORT
8294 M:      Daniel Mack <daniel@zonque.org>
8295 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8296 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8297 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8298 T:      git git://github.com/hzhuang1/linux.git
8299 T:      git git://github.com/rjarzmik/linux.git
8300 S:      Maintained
8301 F:      arch/arm/mach-pxa/
8302 F:      drivers/dma/pxa*
8303 F:      drivers/pcmcia/pxa2xx*
8304 F:      drivers/spi/spi-pxa2xx*
8305 F:      drivers/usb/gadget/udc/pxa2*
8306 F:      include/sound/pxa2xx-lib.h
8307 F:      sound/arm/pxa*
8308 F:      sound/soc/pxa/
8309
8310 PXA3xx NAND FLASH DRIVER
8311 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8312 L:      linux-mtd@lists.infradead.org
8313 S:      Maintained
8314 F:      drivers/mtd/nand/pxa3xx_nand.c
8315
8316 MMP SUPPORT
8317 M:      Eric Miao <eric.y.miao@gmail.com>
8318 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
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://git.linaro.org/people/ycmiao/pxa-linux.git
8322 S:      Maintained
8323 F:      arch/arm/mach-mmp/
8324
8325 PXA MMCI DRIVER
8326 S:      Orphan
8327
8328 PXA RTC DRIVER
8329 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8330 L:      rtc-linux@googlegroups.com
8331 S:      Maintained
8332
8333 QAT DRIVER
8334 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8335 L:      qat-linux@intel.com
8336 S:      Supported
8337 F:      drivers/crypto/qat/
8338
8339 QIB DRIVER
8340 M:      Mike Marciniszyn <infinipath@intel.com>
8341 L:      linux-rdma@vger.kernel.org
8342 S:      Supported
8343 F:      drivers/infiniband/hw/qib/
8344
8345 QLOGIC QLA1280 SCSI DRIVER
8346 M:      Michael Reed <mdr@sgi.com>
8347 L:      linux-scsi@vger.kernel.org
8348 S:      Maintained
8349 F:      drivers/scsi/qla1280.[ch]
8350
8351 QLOGIC QLA2XXX FC-SCSI DRIVER
8352 M:      qla2xxx-upstream@qlogic.com
8353 L:      linux-scsi@vger.kernel.org
8354 S:      Supported
8355 F:      Documentation/scsi/LICENSE.qla2xxx
8356 F:      drivers/scsi/qla2xxx/
8357
8358 QLOGIC QLA4XXX iSCSI DRIVER
8359 M:      QLogic-Storage-Upstream@qlogic.com
8360 L:      linux-scsi@vger.kernel.org
8361 S:      Supported
8362 F:      Documentation/scsi/LICENSE.qla4xxx
8363 F:      drivers/scsi/qla4xxx/
8364
8365 QLOGIC QLA3XXX NETWORK DRIVER
8366 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8367 M:      Ron Mercer <ron.mercer@qlogic.com>
8368 M:      linux-driver@qlogic.com
8369 L:      netdev@vger.kernel.org
8370 S:      Supported
8371 F:      Documentation/networking/LICENSE.qla3xxx
8372 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8373
8374 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8375 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8376 M:      Dept-GELinuxNICDev@qlogic.com
8377 L:      netdev@vger.kernel.org
8378 S:      Supported
8379 F:      drivers/net/ethernet/qlogic/qlcnic/
8380
8381 QLOGIC QLGE 10Gb ETHERNET DRIVER
8382 M:      Harish Patil <harish.patil@qlogic.com>
8383 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8384 M:      Dept-GELinuxNICDev@qlogic.com
8385 M:      linux-driver@qlogic.com
8386 L:      netdev@vger.kernel.org
8387 S:      Supported
8388 F:      drivers/net/ethernet/qlogic/qlge/
8389
8390 QNX4 FILESYSTEM
8391 M:      Anders Larsen <al@alarsen.net>
8392 W:      http://www.alarsen.net/linux/qnx4fs/
8393 S:      Maintained
8394 F:      fs/qnx4/
8395 F:      include/uapi/linux/qnx4_fs.h
8396 F:      include/uapi/linux/qnxtypes.h
8397
8398 QT1010 MEDIA DRIVER
8399 M:      Antti Palosaari <crope@iki.fi>
8400 L:      linux-media@vger.kernel.org
8401 W:      http://linuxtv.org/
8402 W:      http://palosaari.fi/linux/
8403 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8404 T:      git git://linuxtv.org/anttip/media_tree.git
8405 S:      Maintained
8406 F:      drivers/media/tuners/qt1010*
8407
8408 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8409 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8410 L:      linux-wireless@vger.kernel.org
8411 L:      ath9k-devel@lists.ath9k.org
8412 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8413 S:      Supported
8414 F:      drivers/net/wireless/ath/ath9k/
8415
8416 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8417 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8418 L:      ath10k@lists.infradead.org
8419 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8420 T:      git git://github.com/kvalo/ath.git
8421 S:      Supported
8422 F:      drivers/net/wireless/ath/ath10k/
8423
8424 QUALCOMM HEXAGON ARCHITECTURE
8425 M:      Richard Kuo <rkuo@codeaurora.org>
8426 L:      linux-hexagon@vger.kernel.org
8427 S:      Supported
8428 F:      arch/hexagon/
8429
8430 QUALCOMM WCN36XX WIRELESS DRIVER
8431 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8432 L:      wcn36xx@lists.infradead.org
8433 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8434 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8435 S:      Supported
8436 F:      drivers/net/wireless/ath/wcn36xx/
8437
8438 RADOS BLOCK DEVICE (RBD)
8439 M:      Ilya Dryomov <idryomov@gmail.com>
8440 M:      Sage Weil <sage@redhat.com>
8441 M:      Alex Elder <elder@kernel.org>
8442 L:      ceph-devel@vger.kernel.org
8443 W:      http://ceph.com/
8444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8445 T:      git git://github.com/ceph/ceph-client.git
8446 S:      Supported
8447 F:      Documentation/ABI/testing/sysfs-bus-rbd
8448 F:      drivers/block/rbd.c
8449 F:      drivers/block/rbd_types.h
8450
8451 RADEON FRAMEBUFFER DISPLAY DRIVER
8452 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8453 L:      linux-fbdev@vger.kernel.org
8454 S:      Maintained
8455 F:      drivers/video/fbdev/aty/radeon*
8456 F:      include/uapi/linux/radeonfb.h
8457
8458 RADIOSHARK RADIO DRIVER
8459 M:      Hans de Goede <hdegoede@redhat.com>
8460 L:      linux-media@vger.kernel.org
8461 T:      git git://linuxtv.org/media_tree.git
8462 S:      Maintained
8463 F:      drivers/media/radio/radio-shark.c
8464
8465 RADIOSHARK2 RADIO DRIVER
8466 M:      Hans de Goede <hdegoede@redhat.com>
8467 L:      linux-media@vger.kernel.org
8468 T:      git git://linuxtv.org/media_tree.git
8469 S:      Maintained
8470 F:      drivers/media/radio/radio-shark2.c
8471 F:      drivers/media/radio/radio-tea5777.c
8472
8473 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8474 M:      Paul Mackerras <paulus@samba.org>
8475 L:      linux-fbdev@vger.kernel.org
8476 S:      Maintained
8477 F:      drivers/video/fbdev/aty/aty128fb.c
8478
8479 RALINK RT2X00 WIRELESS LAN DRIVER
8480 P:      rt2x00 project
8481 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8482 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8483 L:      linux-wireless@vger.kernel.org
8484 S:      Maintained
8485 F:      drivers/net/wireless/rt2x00/
8486
8487 RAMDISK RAM BLOCK DEVICE DRIVER
8488 M:      Jens Axboe <axboe@kernel.dk>
8489 S:      Maintained
8490 F:      Documentation/blockdev/ramdisk.txt
8491 F:      drivers/block/brd.c
8492
8493 RANDOM NUMBER DRIVER
8494 M:      "Theodore Ts'o" <tytso@mit.edu>
8495 S:      Maintained
8496 F:      drivers/char/random.c
8497
8498 RAPIDIO SUBSYSTEM
8499 M:      Matt Porter <mporter@kernel.crashing.org>
8500 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8501 S:      Maintained
8502 F:      drivers/rapidio/
8503
8504 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8505 L:      linux-wireless@vger.kernel.org
8506 S:      Orphan
8507 F:      drivers/net/wireless/ray*
8508
8509 RCUTORTURE MODULE
8510 M:      Josh Triplett <josh@joshtriplett.org>
8511 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8512 L:      linux-kernel@vger.kernel.org
8513 S:      Supported
8514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8515 F:      Documentation/RCU/torture.txt
8516 F:      kernel/rcu/rcutorture.c
8517
8518 RCUTORTURE TEST FRAMEWORK
8519 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8520 M:      Josh Triplett <josh@joshtriplett.org>
8521 R:      Steven Rostedt <rostedt@goodmis.org>
8522 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8523 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8524 L:      linux-kernel@vger.kernel.org
8525 S:      Supported
8526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8527 F:      tools/testing/selftests/rcutorture
8528
8529 RDC R-321X SoC
8530 M:      Florian Fainelli <florian@openwrt.org>
8531 S:      Maintained
8532
8533 RDC R6040 FAST ETHERNET DRIVER
8534 M:      Florian Fainelli <florian@openwrt.org>
8535 L:      netdev@vger.kernel.org
8536 S:      Maintained
8537 F:      drivers/net/ethernet/rdc/r6040.c
8538
8539 RDS - RELIABLE DATAGRAM SOCKETS
8540 M:      Chien Yen <chien.yen@oracle.com>
8541 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8542 S:      Supported
8543 F:      net/rds/
8544
8545 READ-COPY UPDATE (RCU)
8546 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8547 M:      Josh Triplett <josh@joshtriplett.org>
8548 R:      Steven Rostedt <rostedt@goodmis.org>
8549 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8550 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8551 L:      linux-kernel@vger.kernel.org
8552 W:      http://www.rdrop.com/users/paulmck/RCU/
8553 S:      Supported
8554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8555 F:      Documentation/RCU/
8556 X:      Documentation/RCU/torture.txt
8557 F:      include/linux/rcu*
8558 X:      include/linux/srcu.h
8559 F:      kernel/rcu/
8560 X:      kernel/torture.c
8561
8562 REAL TIME CLOCK (RTC) SUBSYSTEM
8563 M:      Alessandro Zummo <a.zummo@towertech.it>
8564 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8565 L:      rtc-linux@googlegroups.com
8566 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8568 S:      Maintained
8569 F:      Documentation/rtc.txt
8570 F:      drivers/rtc/
8571 F:      include/linux/rtc.h
8572 F:      include/uapi/linux/rtc.h
8573
8574 REALTEK AUDIO CODECS
8575 M:      Bard Liao <bardliao@realtek.com>
8576 M:      Oder Chiou <oder_chiou@realtek.com>
8577 S:      Maintained
8578 F:      sound/soc/codecs/rt*
8579 F:      include/sound/rt*.h
8580
8581 REISERFS FILE SYSTEM
8582 L:      reiserfs-devel@vger.kernel.org
8583 S:      Supported
8584 F:      fs/reiserfs/
8585
8586 REGISTER MAP ABSTRACTION
8587 M:      Mark Brown <broonie@kernel.org>
8588 L:      linux-kernel@vger.kernel.org
8589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8590 S:      Supported
8591 F:      drivers/base/regmap/
8592 F:      include/linux/regmap.h
8593
8594 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8595 M:      Ohad Ben-Cohen <ohad@wizery.com>
8596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8597 S:      Maintained
8598 F:      drivers/remoteproc/
8599 F:      Documentation/remoteproc.txt
8600 F:      include/linux/remoteproc.h
8601
8602 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8603 M:      Ohad Ben-Cohen <ohad@wizery.com>
8604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8605 S:      Maintained
8606 F:      drivers/rpmsg/
8607 F:      Documentation/rpmsg.txt
8608 F:      include/linux/rpmsg.h
8609
8610 RESET CONTROLLER FRAMEWORK
8611 M:      Philipp Zabel <p.zabel@pengutronix.de>
8612 S:      Maintained
8613 F:      drivers/reset/
8614 F:      Documentation/devicetree/bindings/reset/
8615 F:      include/linux/reset.h
8616 F:      include/linux/reset-controller.h
8617
8618 RFKILL
8619 M:      Johannes Berg <johannes@sipsolutions.net>
8620 L:      linux-wireless@vger.kernel.org
8621 W:      http://wireless.kernel.org/
8622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8624 S:      Maintained
8625 F:      Documentation/rfkill.txt
8626 F:      net/rfkill/
8627
8628 RHASHTABLE
8629 M:      Thomas Graf <tgraf@suug.ch>
8630 L:      netdev@vger.kernel.org
8631 S:      Maintained
8632 F:      lib/rhashtable.c
8633 F:      include/linux/rhashtable.h
8634
8635 RICOH SMARTMEDIA/XD DRIVER
8636 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8637 S:      Maintained
8638 F:      drivers/mtd/nand/r852.c
8639 F:      drivers/mtd/nand/r852.h
8640
8641 RICOH R5C592 MEMORYSTICK DRIVER
8642 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8643 S:      Maintained
8644 F:      drivers/memstick/host/r592.*
8645
8646 ROCCAT DRIVERS
8647 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8648 W:      http://sourceforge.net/projects/roccat/
8649 S:      Maintained
8650 F:      drivers/hid/hid-roccat*
8651 F:      include/linux/hid-roccat*
8652 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8653
8654 ROCKER DRIVER
8655 M:      Jiri Pirko <jiri@resnulli.us>
8656 M:      Scott Feldman <sfeldma@gmail.com>
8657 L:      netdev@vger.kernel.org
8658 S:      Supported
8659 F:      drivers/net/ethernet/rocker/
8660
8661 ROCKETPORT DRIVER
8662 P:      Comtrol Corp.
8663 W:      http://www.comtrol.com
8664 S:      Maintained
8665 F:      Documentation/serial/rocket.txt
8666 F:      drivers/tty/rocket*
8667
8668 ROCKETPORT EXPRESS/INFINITY DRIVER
8669 M:      Kevin Cernekee <cernekee@gmail.com>
8670 L:      linux-serial@vger.kernel.org
8671 S:      Odd Fixes
8672 F:      drivers/tty/serial/rp2.*
8673
8674 ROSE NETWORK LAYER
8675 M:      Ralf Baechle <ralf@linux-mips.org>
8676 L:      linux-hams@vger.kernel.org
8677 W:      http://www.linux-ax25.org/
8678 S:      Maintained
8679 F:      include/net/rose.h
8680 F:      include/uapi/linux/rose.h
8681 F:      net/rose/
8682
8683 RTL2830 MEDIA DRIVER
8684 M:      Antti Palosaari <crope@iki.fi>
8685 L:      linux-media@vger.kernel.org
8686 W:      http://linuxtv.org/
8687 W:      http://palosaari.fi/linux/
8688 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8689 T:      git git://linuxtv.org/anttip/media_tree.git
8690 S:      Maintained
8691 F:      drivers/media/dvb-frontends/rtl2830*
8692
8693 RTL2832 MEDIA DRIVER
8694 M:      Antti Palosaari <crope@iki.fi>
8695 L:      linux-media@vger.kernel.org
8696 W:      http://linuxtv.org/
8697 W:      http://palosaari.fi/linux/
8698 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8699 T:      git git://linuxtv.org/anttip/media_tree.git
8700 S:      Maintained
8701 F:      drivers/media/dvb-frontends/rtl2832*
8702
8703 RTL2832_SDR MEDIA DRIVER
8704 M:      Antti Palosaari <crope@iki.fi>
8705 L:      linux-media@vger.kernel.org
8706 W:      http://linuxtv.org/
8707 W:      http://palosaari.fi/linux/
8708 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8709 T:      git git://linuxtv.org/anttip/media_tree.git
8710 S:      Maintained
8711 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8712
8713 RTL8180 WIRELESS DRIVER
8714 L:      linux-wireless@vger.kernel.org
8715 W:      http://wireless.kernel.org/
8716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8717 S:      Orphan
8718 F:      drivers/net/wireless/rtl818x/rtl8180/
8719
8720 RTL8187 WIRELESS DRIVER
8721 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8722 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8723 M:      Larry Finger <Larry.Finger@lwfinger.net>
8724 L:      linux-wireless@vger.kernel.org
8725 W:      http://wireless.kernel.org/
8726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8727 S:      Maintained
8728 F:      drivers/net/wireless/rtl818x/rtl8187/
8729
8730 RTL8192CE WIRELESS DRIVER
8731 M:      Larry Finger <Larry.Finger@lwfinger.net>
8732 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8733 L:      linux-wireless@vger.kernel.org
8734 W:      http://wireless.kernel.org/
8735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8736 S:      Maintained
8737 F:      drivers/net/wireless/rtlwifi/
8738 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8739
8740 S3 SAVAGE FRAMEBUFFER DRIVER
8741 M:      Antonino Daplas <adaplas@gmail.com>
8742 L:      linux-fbdev@vger.kernel.org
8743 S:      Maintained
8744 F:      drivers/video/fbdev/savage/
8745
8746 S390
8747 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8748 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8749 L:      linux-s390@vger.kernel.org
8750 W:      http://www.ibm.com/developerworks/linux/linux390/
8751 S:      Supported
8752 F:      arch/s390/
8753 F:      drivers/s390/
8754 F:      Documentation/s390/
8755 F:      Documentation/DocBook/s390*
8756
8757 S390 COMMON I/O LAYER
8758 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8759 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8760 L:      linux-s390@vger.kernel.org
8761 W:      http://www.ibm.com/developerworks/linux/linux390/
8762 S:      Supported
8763 F:      drivers/s390/cio/
8764
8765 S390 DASD DRIVER
8766 M:      Stefan Weinhuber <wein@de.ibm.com>
8767 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8768 L:      linux-s390@vger.kernel.org
8769 W:      http://www.ibm.com/developerworks/linux/linux390/
8770 S:      Supported
8771 F:      drivers/s390/block/dasd*
8772 F:      block/partitions/ibm.c
8773
8774 S390 NETWORK DRIVERS
8775 M:      Ursula Braun <ursula.braun@de.ibm.com>
8776 L:      linux-s390@vger.kernel.org
8777 W:      http://www.ibm.com/developerworks/linux/linux390/
8778 S:      Supported
8779 F:      drivers/s390/net/
8780
8781 S390 PCI SUBSYSTEM
8782 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8783 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8784 L:      linux-s390@vger.kernel.org
8785 W:      http://www.ibm.com/developerworks/linux/linux390/
8786 S:      Supported
8787 F:      arch/s390/pci/
8788 F:      drivers/pci/hotplug/s390_pci_hpc.c
8789
8790 S390 ZCRYPT DRIVER
8791 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8792 L:      linux-s390@vger.kernel.org
8793 W:      http://www.ibm.com/developerworks/linux/linux390/
8794 S:      Supported
8795 F:      drivers/s390/crypto/
8796
8797 S390 ZFCP DRIVER
8798 M:      Steffen Maier <maier@linux.vnet.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/scsi/zfcp_*
8803
8804 S390 IUCV NETWORK LAYER
8805 M:      Ursula Braun <ursula.braun@de.ibm.com>
8806 L:      linux-s390@vger.kernel.org
8807 W:      http://www.ibm.com/developerworks/linux/linux390/
8808 S:      Supported
8809 F:      drivers/s390/net/*iucv*
8810 F:      include/net/iucv/
8811 F:      net/iucv/
8812
8813 S3C24XX SD/MMC Driver
8814 M:      Ben Dooks <ben-linux@fluff.org>
8815 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8816 S:      Supported
8817 F:      drivers/mmc/host/s3cmci.*
8818
8819 SAA6588 RDS RECEIVER DRIVER
8820 M:      Hans Verkuil <hverkuil@xs4all.nl>
8821 L:      linux-media@vger.kernel.org
8822 T:      git git://linuxtv.org/media_tree.git
8823 W:      http://linuxtv.org
8824 S:      Odd Fixes
8825 F:      drivers/media/i2c/saa6588*
8826
8827 SAA7134 VIDEO4LINUX DRIVER
8828 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8829 L:      linux-media@vger.kernel.org
8830 W:      http://linuxtv.org
8831 T:      git git://linuxtv.org/media_tree.git
8832 S:      Odd fixes
8833 F:      Documentation/video4linux/*.saa7134
8834 F:      drivers/media/pci/saa7134/
8835
8836 SAA7146 VIDEO4LINUX-2 DRIVER
8837 M:      Hans Verkuil <hverkuil@xs4all.nl>
8838 L:      linux-media@vger.kernel.org
8839 T:      git git://linuxtv.org/media_tree.git
8840 S:      Maintained
8841 F:      drivers/media/common/saa7146/
8842 F:      drivers/media/pci/saa7146/
8843 F:      include/media/saa7146*
8844
8845 SAMSUNG LAPTOP DRIVER
8846 M:      Corentin Chary <corentin.chary@gmail.com>
8847 L:      platform-driver-x86@vger.kernel.org
8848 S:      Maintained
8849 F:      drivers/platform/x86/samsung-laptop.c
8850
8851 SAMSUNG AUDIO (ASoC) DRIVERS
8852 M:      Sangbeom Kim <sbkim73@samsung.com>
8853 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8854 S:      Supported
8855 F:      sound/soc/samsung/
8856
8857 SAMSUNG FRAMEBUFFER DRIVER
8858 M:      Jingoo Han <jingoohan1@gmail.com>
8859 L:      linux-fbdev@vger.kernel.org
8860 S:      Maintained
8861 F:      drivers/video/fbdev/s3c-fb.c
8862
8863 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8864 M:      Sangbeom Kim <sbkim73@samsung.com>
8865 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8866 L:      linux-kernel@vger.kernel.org
8867 L:      linux-samsung-soc@vger.kernel.org
8868 S:      Supported
8869 F:      drivers/mfd/sec*.c
8870 F:      drivers/regulator/s2m*.c
8871 F:      drivers/regulator/s5m*.c
8872 F:      drivers/clk/clk-s2mps11.c
8873 F:      drivers/rtc/rtc-s5m.c
8874 F:      include/linux/mfd/samsung/
8875 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
8876 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
8877
8878 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8879 M:      Kyungmin Park <kyungmin.park@samsung.com>
8880 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8881 L:      linux-media@vger.kernel.org
8882 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8883 S:      Supported
8884 F:      drivers/media/platform/exynos4-is/
8885
8886 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8887 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8888 L:      linux-media@vger.kernel.org
8889 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8890 S:      Maintained
8891 F:      drivers/media/platform/s3c-camif/
8892 F:      include/media/s3c_camif.h
8893
8894 SAMSUNG S5C73M3 CAMERA DRIVER
8895 M:      Kyungmin Park <kyungmin.park@samsung.com>
8896 M:      Andrzej Hajda <a.hajda@samsung.com>
8897 L:      linux-media@vger.kernel.org
8898 S:      Supported
8899 F:      drivers/media/i2c/s5c73m3/*
8900
8901 SAMSUNG S5K5BAF CAMERA DRIVER
8902 M:      Kyungmin Park <kyungmin.park@samsung.com>
8903 M:      Andrzej Hajda <a.hajda@samsung.com>
8904 L:      linux-media@vger.kernel.org
8905 S:      Supported
8906 F:      drivers/media/i2c/s5k5baf.c
8907
8908 SAMSUNG SOC CLOCK DRIVERS
8909 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8910 M:      Tomasz Figa <tomasz.figa@gmail.com>
8911 S:      Supported
8912 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8913 F:      drivers/clk/samsung/
8914
8915 SAMSUNG SXGBE DRIVERS
8916 M:      Byungho An <bh74.an@samsung.com>
8917 M:      Girish K S <ks.giri@samsung.com>
8918 M:      Vipul Pandya <vipul.pandya@samsung.com>
8919 S:      Supported
8920 L:      netdev@vger.kernel.org
8921 F:      drivers/net/ethernet/samsung/sxgbe/
8922
8923 SAMSUNG THERMAL DRIVER
8924 M:      Lukasz Majewski <l.majewski@samsung.com>
8925 L:      linux-pm@vger.kernel.org
8926 L:      linux-samsung-soc@vger.kernel.org
8927 S:      Supported
8928 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8929 F:      drivers/thermal/samsung/
8930
8931 SAMSUNG USB2 PHY DRIVER
8932 M:      Kamil Debski <k.debski@samsung.com>
8933 L:      linux-kernel@vger.kernel.org
8934 S:      Supported
8935 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8936 F:      Documentation/phy/samsung-usb2.txt
8937 F:      drivers/phy/phy-exynos4210-usb2.c
8938 F:      drivers/phy/phy-exynos4x12-usb2.c
8939 F:      drivers/phy/phy-exynos5250-usb2.c
8940 F:      drivers/phy/phy-s5pv210-usb2.c
8941 F:      drivers/phy/phy-samsung-usb2.c
8942 F:      drivers/phy/phy-samsung-usb2.h
8943
8944 SERIAL DRIVERS
8945 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8946 L:      linux-serial@vger.kernel.org
8947 S:      Maintained
8948 F:      drivers/tty/serial/
8949
8950 SYNOPSYS DESIGNWARE DMAC DRIVER
8951 M:      Viresh Kumar <vireshk@kernel.org>
8952 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8953 S:      Maintained
8954 F:      include/linux/dma/dw.h
8955 F:      include/linux/platform_data/dma-dw.h
8956 F:      drivers/dma/dw/
8957
8958 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8959 M:      Seungwon Jeon <tgih.jun@samsung.com>
8960 M:      Jaehoon Chung <jh80.chung@samsung.com>
8961 L:      linux-mmc@vger.kernel.org
8962 S:      Maintained
8963 F:      include/linux/mmc/dw_mmc.h
8964 F:      drivers/mmc/host/dw_mmc*
8965
8966 THUNDERBOLT DRIVER
8967 M:      Andreas Noever <andreas.noever@gmail.com>
8968 S:      Maintained
8969 F:      drivers/thunderbolt/
8970
8971 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8972 M:      John Stultz <john.stultz@linaro.org>
8973 M:      Thomas Gleixner <tglx@linutronix.de>
8974 L:      linux-kernel@vger.kernel.org
8975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8976 S:      Supported
8977 F:      include/linux/clocksource.h
8978 F:      include/linux/time.h
8979 F:      include/linux/timex.h
8980 F:      include/uapi/linux/time.h
8981 F:      include/uapi/linux/timex.h
8982 F:      kernel/time/clocksource.c
8983 F:      kernel/time/time*.c
8984 F:      kernel/time/ntp.c
8985 F:      tools/testing/selftests/timers/
8986
8987 SC1200 WDT DRIVER
8988 M:      Zwane Mwaikambo <zwanem@gmail.com>
8989 S:      Maintained
8990 F:      drivers/watchdog/sc1200wdt.c
8991
8992 SCHEDULER
8993 M:      Ingo Molnar <mingo@redhat.com>
8994 M:      Peter Zijlstra <peterz@infradead.org>
8995 L:      linux-kernel@vger.kernel.org
8996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8997 S:      Maintained
8998 F:      kernel/sched/
8999 F:      include/linux/sched.h
9000 F:      include/uapi/linux/sched.h
9001 F:      include/linux/wait.h
9002
9003 SCORE ARCHITECTURE
9004 M:      Chen Liqin <liqin.linux@gmail.com>
9005 M:      Lennox Wu <lennox.wu@gmail.com>
9006 W:      http://www.sunplus.com
9007 S:      Supported
9008 F:      arch/score/
9009
9010 SCSI CDROM DRIVER
9011 M:      Jens Axboe <axboe@kernel.dk>
9012 L:      linux-scsi@vger.kernel.org
9013 W:      http://www.kernel.dk
9014 S:      Maintained
9015 F:      drivers/scsi/sr*
9016
9017 SCSI RDMA PROTOCOL (SRP) INITIATOR
9018 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9019 L:      linux-rdma@vger.kernel.org
9020 S:      Supported
9021 W:      http://www.openfabrics.org
9022 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9024 F:      drivers/infiniband/ulp/srp/
9025 F:      include/scsi/srp.h
9026
9027 SCSI SG DRIVER
9028 M:      Doug Gilbert <dgilbert@interlog.com>
9029 L:      linux-scsi@vger.kernel.org
9030 W:      http://sg.danny.cz/sg
9031 S:      Maintained
9032 F:      Documentation/scsi/scsi-generic.txt
9033 F:      drivers/scsi/sg.c
9034 F:      include/scsi/sg.h
9035
9036 SCSI SUBSYSTEM
9037 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9038 L:      linux-scsi@vger.kernel.org
9039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9040 S:      Maintained
9041 F:      drivers/scsi/
9042 F:      include/scsi/
9043
9044 SCSI TAPE DRIVER
9045 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9046 L:      linux-scsi@vger.kernel.org
9047 S:      Maintained
9048 F:      Documentation/scsi/st.txt
9049 F:      drivers/scsi/st.*
9050 F:      drivers/scsi/st_*.h
9051
9052 SCTP PROTOCOL
9053 M:      Vlad Yasevich <vyasevich@gmail.com>
9054 M:      Neil Horman <nhorman@tuxdriver.com>
9055 L:      linux-sctp@vger.kernel.org
9056 W:      http://lksctp.sourceforge.net
9057 S:      Maintained
9058 F:      Documentation/networking/sctp.txt
9059 F:      include/linux/sctp.h
9060 F:      include/uapi/linux/sctp.h
9061 F:      include/net/sctp/
9062 F:      net/sctp/
9063
9064 SCx200 CPU SUPPORT
9065 M:      Jim Cromie <jim.cromie@gmail.com>
9066 S:      Odd Fixes
9067 F:      Documentation/i2c/busses/scx200_acb
9068 F:      arch/x86/platform/scx200/
9069 F:      drivers/watchdog/scx200_wdt.c
9070 F:      drivers/i2c/busses/scx200*
9071 F:      drivers/mtd/maps/scx200_docflash.c
9072 F:      include/linux/scx200.h
9073
9074 SCx200 GPIO DRIVER
9075 M:      Jim Cromie <jim.cromie@gmail.com>
9076 S:      Maintained
9077 F:      drivers/char/scx200_gpio.c
9078 F:      include/linux/scx200_gpio.h
9079
9080 SCx200 HRT CLOCKSOURCE DRIVER
9081 M:      Jim Cromie <jim.cromie@gmail.com>
9082 S:      Maintained
9083 F:      drivers/clocksource/scx200_hrt.c
9084
9085 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9086 M:      Sascha Sommer <saschasommer@freenet.de>
9087 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9088 S:      Maintained
9089 F:      drivers/mmc/host/sdricoh_cs.c
9090
9091 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9092 L:      linux-mmc@vger.kernel.org
9093 S:      Orphan
9094 F:      drivers/mmc/host/sdhci.*
9095 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9096
9097 SECURE COMPUTING
9098 M:      Kees Cook <keescook@chromium.org>
9099 R:      Andy Lutomirski <luto@amacapital.net>
9100 R:      Will Drewry <wad@chromium.org>
9101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9102 S:      Supported
9103 F:      kernel/seccomp.c
9104 F:      include/uapi/linux/seccomp.h
9105 F:      include/linux/seccomp.h
9106 F:      tools/testing/selftests/seccomp/*
9107 K:      \bsecure_computing
9108 K:      \bTIF_SECCOMP\b
9109
9110 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9111 M:      Ben Dooks <ben-linux@fluff.org>
9112 M:      Jaehoon Chung <jh80.chung@samsung.com>
9113 L:      linux-mmc@vger.kernel.org
9114 S:      Maintained
9115 F:      drivers/mmc/host/sdhci-s3c*
9116
9117 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9118 M:      Viresh Kumar <vireshk@kernel.org>
9119 L:      spear-devel@list.st.com
9120 L:      linux-mmc@vger.kernel.org
9121 S:      Maintained
9122 F:      drivers/mmc/host/sdhci-spear.c
9123
9124 SECURITY SUBSYSTEM
9125 M:      James Morris <james.l.morris@oracle.com>
9126 M:      "Serge E. Hallyn" <serge@hallyn.com>
9127 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9128 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9129 W:      http://kernsec.org/
9130 S:      Supported
9131 F:      security/
9132
9133 SECURITY CONTACT
9134 M:      Security Officers <security@kernel.org>
9135 S:      Supported
9136
9137 SELINUX SECURITY MODULE
9138 M:      Paul Moore <paul@paul-moore.com>
9139 M:      Stephen Smalley <sds@tycho.nsa.gov>
9140 M:      Eric Paris <eparis@parisplace.org>
9141 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9142 W:      http://selinuxproject.org
9143 T:      git git://git.infradead.org/users/pcmoore/selinux
9144 S:      Supported
9145 F:      include/linux/selinux*
9146 F:      security/selinux/
9147 F:      scripts/selinux/
9148
9149 APPARMOR SECURITY MODULE
9150 M:      John Johansen <john.johansen@canonical.com>
9151 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9152 W:      apparmor.wiki.kernel.org
9153 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9154 S:      Supported
9155 F:      security/apparmor/
9156
9157 SENSABLE PHANTOM
9158 M:      Jiri Slaby <jirislaby@gmail.com>
9159 S:      Maintained
9160 F:      drivers/misc/phantom.c
9161 F:      include/uapi/linux/phantom.h
9162
9163 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9164 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9165 M:      Minh Tran <minh.tran@avagotech.com>
9166 M:      John Soni Jose <sony.john-n@avagotech.com>
9167 L:      linux-scsi@vger.kernel.org
9168 W:      http://www.avagotech.com
9169 S:      Supported
9170 F:      drivers/scsi/be2iscsi/
9171
9172 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9173 M:      Sathya Perla <sathya.perla@avagotech.com>
9174 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9175 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9176 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9177 L:      netdev@vger.kernel.org
9178 W:      http://www.emulex.com
9179 S:      Supported
9180 F:      drivers/net/ethernet/emulex/benet/
9181
9182 EMULEX ONECONNECT ROCE DRIVER
9183 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9184 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9185 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9186 L:      linux-rdma@vger.kernel.org
9187 W:      http://www.emulex.com
9188 S:      Supported
9189 F:      drivers/infiniband/hw/ocrdma/
9190
9191 SFC NETWORK DRIVER
9192 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9193 M:      Shradha Shah <sshah@solarflare.com>
9194 L:      netdev@vger.kernel.org
9195 S:      Supported
9196 F:      drivers/net/ethernet/sfc/
9197
9198 SGI GRU DRIVER
9199 M:      Dimitri Sivanich <sivanich@sgi.com>
9200 S:      Maintained
9201 F:      drivers/misc/sgi-gru/
9202
9203 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9204 M:      Pat Gefre <pfg@sgi.com>
9205 L:      linux-ia64@vger.kernel.org
9206 S:      Supported
9207 F:      Documentation/ia64/serial.txt
9208 F:      drivers/tty/serial/ioc?_serial.c
9209 F:      include/linux/ioc?.h
9210
9211 SGI XP/XPC/XPNET DRIVER
9212 M:      Cliff Whickman <cpw@sgi.com>
9213 M:      Robin Holt <robinmholt@gmail.com>
9214 S:      Maintained
9215 F:      drivers/misc/sgi-xp/
9216
9217 SI2157 MEDIA DRIVER
9218 M:      Antti Palosaari <crope@iki.fi>
9219 L:      linux-media@vger.kernel.org
9220 W:      http://linuxtv.org/
9221 W:      http://palosaari.fi/linux/
9222 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9223 T:      git git://linuxtv.org/anttip/media_tree.git
9224 S:      Maintained
9225 F:      drivers/media/tuners/si2157*
9226
9227 SI2168 MEDIA DRIVER
9228 M:      Antti Palosaari <crope@iki.fi>
9229 L:      linux-media@vger.kernel.org
9230 W:      http://linuxtv.org/
9231 W:      http://palosaari.fi/linux/
9232 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9233 T:      git git://linuxtv.org/anttip/media_tree.git
9234 S:      Maintained
9235 F:      drivers/media/dvb-frontends/si2168*
9236
9237 SI470X FM RADIO RECEIVER I2C DRIVER
9238 M:      Hans Verkuil <hverkuil@xs4all.nl>
9239 L:      linux-media@vger.kernel.org
9240 T:      git git://linuxtv.org/media_tree.git
9241 W:      http://linuxtv.org
9242 S:      Odd Fixes
9243 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9244
9245 SI470X FM RADIO RECEIVER USB DRIVER
9246 M:      Hans Verkuil <hverkuil@xs4all.nl>
9247 L:      linux-media@vger.kernel.org
9248 T:      git git://linuxtv.org/media_tree.git
9249 W:      http://linuxtv.org
9250 S:      Maintained
9251 F:      drivers/media/radio/si470x/radio-si470x-common.c
9252 F:      drivers/media/radio/si470x/radio-si470x.h
9253 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9254
9255 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9256 M:      Eduardo Valentin <edubezval@gmail.com>
9257 L:      linux-media@vger.kernel.org
9258 T:      git git://linuxtv.org/media_tree.git
9259 W:      http://linuxtv.org
9260 S:      Odd Fixes
9261 F:      drivers/media/radio/si4713/si4713.?
9262
9263 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9264 M:      Eduardo Valentin <edubezval@gmail.com>
9265 L:      linux-media@vger.kernel.org
9266 T:      git git://linuxtv.org/media_tree.git
9267 W:      http://linuxtv.org
9268 S:      Odd Fixes
9269 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9270
9271 SI4713 FM RADIO TRANSMITTER USB DRIVER
9272 M:      Hans Verkuil <hverkuil@xs4all.nl>
9273 L:      linux-media@vger.kernel.org
9274 T:      git git://linuxtv.org/media_tree.git
9275 W:      http://linuxtv.org
9276 S:      Maintained
9277 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9278
9279 SIANO DVB DRIVER
9280 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9281 L:      linux-media@vger.kernel.org
9282 W:      http://linuxtv.org
9283 T:      git git://linuxtv.org/media_tree.git
9284 S:      Odd fixes
9285 F:      drivers/media/common/siano/
9286 F:      drivers/media/usb/siano/
9287 F:      drivers/media/usb/siano/
9288 F:      drivers/media/mmc/siano/
9289
9290 SIMPLEFB FB DRIVER
9291 M:      Hans de Goede <hdegoede@redhat.com>
9292 L:      linux-fbdev@vger.kernel.org
9293 S:      Maintained
9294 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9295 F:      drivers/video/fbdev/simplefb.c
9296 F:      include/linux/platform_data/simplefb.h
9297
9298 SH_VEU V4L2 MEM2MEM DRIVER
9299 L:      linux-media@vger.kernel.org
9300 S:      Orphan
9301 F:      drivers/media/platform/sh_veu.c
9302
9303 SH_VOU V4L2 OUTPUT DRIVER
9304 L:      linux-media@vger.kernel.org
9305 S:      Orphan
9306 F:      drivers/media/platform/sh_vou.c
9307 F:      include/media/sh_vou.h
9308
9309 SIMPLE FIRMWARE INTERFACE (SFI)
9310 M:      Len Brown <lenb@kernel.org>
9311 L:      sfi-devel@simplefirmware.org
9312 W:      http://simplefirmware.org/
9313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9314 S:      Supported
9315 F:      arch/x86/platform/sfi/
9316 F:      drivers/sfi/
9317 F:      include/linux/sfi*.h
9318
9319 SIMTEC EB110ATX (Chalice CATS)
9320 P:      Ben Dooks
9321 P:      Vincent Sanders <vince@simtec.co.uk>
9322 M:      Simtec Linux Team <linux@simtec.co.uk>
9323 W:      http://www.simtec.co.uk/products/EB110ATX/
9324 S:      Supported
9325
9326 SIMTEC EB2410ITX (BAST)
9327 P:      Ben Dooks
9328 P:      Vincent Sanders <vince@simtec.co.uk>
9329 M:      Simtec Linux Team <linux@simtec.co.uk>
9330 W:      http://www.simtec.co.uk/products/EB2410ITX/
9331 S:      Supported
9332 F:      arch/arm/mach-s3c24xx/mach-bast.c
9333 F:      arch/arm/mach-s3c24xx/bast-ide.c
9334 F:      arch/arm/mach-s3c24xx/bast-irq.c
9335
9336 TI DAVINCI MACHINE SUPPORT
9337 M:      Sekhar Nori <nsekhar@ti.com>
9338 M:      Kevin Hilman <khilman@deeprootsystems.com>
9339 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9340 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9341 S:      Supported
9342 F:      arch/arm/mach-davinci/
9343 F:      drivers/i2c/busses/i2c-davinci.c
9344
9345 TI DAVINCI SERIES MEDIA DRIVER
9346 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9347 L:      linux-media@vger.kernel.org
9348 W:      http://linuxtv.org/
9349 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9350 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9351 S:      Maintained
9352 F:      drivers/media/platform/davinci/
9353 F:      include/media/davinci/
9354
9355 TI AM437X VPFE DRIVER
9356 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9357 L:      linux-media@vger.kernel.org
9358 W:      http://linuxtv.org/
9359 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9360 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9361 S:      Maintained
9362 F:      drivers/media/platform/am437x/
9363
9364 OV2659 OMNIVISION SENSOR DRIVER
9365 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9366 L:      linux-media@vger.kernel.org
9367 W:      http://linuxtv.org/
9368 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9369 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9370 S:      Maintained
9371 F:      drivers/media/i2c/ov2659.c
9372 F:      include/media/ov2659.h
9373
9374 SILICON MOTION SM712 FRAME BUFFER DRIVER
9375 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9376 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9377 M:      Sudip Mukherjee <sudip@vectorindia.org>
9378 L:      linux-fbdev@vger.kernel.org
9379 S:      Maintained
9380 F:      drivers/video/fbdev/sm712*
9381 F:      Documentation/fb/sm712fb.txt
9382
9383 SIS 190 ETHERNET DRIVER
9384 M:      Francois Romieu <romieu@fr.zoreil.com>
9385 L:      netdev@vger.kernel.org
9386 S:      Maintained
9387 F:      drivers/net/ethernet/sis/sis190.c
9388
9389 SIS 900/7016 FAST ETHERNET DRIVER
9390 M:      Daniele Venzano <venza@brownhat.org>
9391 W:      http://www.brownhat.org/sis900.html
9392 L:      netdev@vger.kernel.org
9393 S:      Maintained
9394 F:      drivers/net/ethernet/sis/sis900.*
9395
9396 SIS FRAMEBUFFER DRIVER
9397 M:      Thomas Winischhofer <thomas@winischhofer.net>
9398 W:      http://www.winischhofer.net/linuxsisvga.shtml
9399 S:      Maintained
9400 F:      Documentation/fb/sisfb.txt
9401 F:      drivers/video/fbdev/sis/
9402 F:      include/video/sisfb.h
9403
9404 SIS USB2VGA DRIVER
9405 M:      Thomas Winischhofer <thomas@winischhofer.net>
9406 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9407 S:      Maintained
9408 F:      drivers/usb/misc/sisusbvga/
9409
9410 SLAB ALLOCATOR
9411 M:      Christoph Lameter <cl@linux.com>
9412 M:      Pekka Enberg <penberg@kernel.org>
9413 M:      David Rientjes <rientjes@google.com>
9414 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9415 M:      Andrew Morton <akpm@linux-foundation.org>
9416 L:      linux-mm@kvack.org
9417 S:      Maintained
9418 F:      include/linux/sl?b*.h
9419 F:      mm/sl?b*
9420
9421 SLEEPABLE READ-COPY UPDATE (SRCU)
9422 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9423 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9424 M:      Josh Triplett <josh@joshtriplett.org>
9425 R:      Steven Rostedt <rostedt@goodmis.org>
9426 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9427 L:      linux-kernel@vger.kernel.org
9428 W:      http://www.rdrop.com/users/paulmck/RCU/
9429 S:      Supported
9430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9431 F:      include/linux/srcu.h
9432 F:      kernel/rcu/srcu.c
9433
9434 SMACK SECURITY MODULE
9435 M:      Casey Schaufler <casey@schaufler-ca.com>
9436 L:      linux-security-module@vger.kernel.org
9437 W:      http://schaufler-ca.com
9438 T:      git git://git.gitorious.org/smack-next/kernel.git
9439 S:      Maintained
9440 F:      Documentation/security/Smack.txt
9441 F:      security/smack/
9442
9443 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9444 M:      Kevin Hilman <khilman@kernel.org>
9445 M:      Nishanth Menon <nm@ti.com>
9446 S:      Maintained
9447 F:      drivers/power/avs/
9448 F:      include/linux/power/smartreflex.h
9449 L:      linux-pm@vger.kernel.org
9450
9451 SMC91x ETHERNET DRIVER
9452 M:      Nicolas Pitre <nico@fluxnic.net>
9453 S:      Odd Fixes
9454 F:      drivers/net/ethernet/smsc/smc91x.*
9455
9456 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9457 M:      Sakari Ailus <sakari.ailus@iki.fi>
9458 L:      linux-media@vger.kernel.org
9459 S:      Maintained
9460 F:      drivers/media/i2c/smiapp/
9461 F:      include/media/smiapp.h
9462 F:      drivers/media/i2c/smiapp-pll.c
9463 F:      drivers/media/i2c/smiapp-pll.h
9464 F:      include/uapi/linux/smiapp.h
9465 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9466
9467 SMM665 HARDWARE MONITOR DRIVER
9468 M:      Guenter Roeck <linux@roeck-us.net>
9469 L:      lm-sensors@lm-sensors.org
9470 S:      Maintained
9471 F:      Documentation/hwmon/smm665
9472 F:      drivers/hwmon/smm665.c
9473
9474 SMSC EMC2103 HARDWARE MONITOR DRIVER
9475 M:      Steve Glendinning <steve.glendinning@shawell.net>
9476 L:      lm-sensors@lm-sensors.org
9477 S:      Maintained
9478 F:      Documentation/hwmon/emc2103
9479 F:      drivers/hwmon/emc2103.c
9480
9481 SMSC SCH5627 HARDWARE MONITOR DRIVER
9482 M:      Hans de Goede <hdegoede@redhat.com>
9483 L:      lm-sensors@lm-sensors.org
9484 S:      Supported
9485 F:      Documentation/hwmon/sch5627
9486 F:      drivers/hwmon/sch5627.c
9487
9488 SMSC47B397 HARDWARE MONITOR DRIVER
9489 M:      Jean Delvare <jdelvare@suse.com>
9490 L:      lm-sensors@lm-sensors.org
9491 S:      Maintained
9492 F:      Documentation/hwmon/smsc47b397
9493 F:      drivers/hwmon/smsc47b397.c
9494
9495 SMSC911x ETHERNET DRIVER
9496 M:      Steve Glendinning <steve.glendinning@shawell.net>
9497 L:      netdev@vger.kernel.org
9498 S:      Maintained
9499 F:      include/linux/smsc911x.h
9500 F:      drivers/net/ethernet/smsc/smsc911x.*
9501
9502 SMSC9420 PCI ETHERNET DRIVER
9503 M:      Steve Glendinning <steve.glendinning@shawell.net>
9504 L:      netdev@vger.kernel.org
9505 S:      Maintained
9506 F:      drivers/net/ethernet/smsc/smsc9420.*
9507
9508 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9509 M:      Steve Glendinning <steve.glendinning@shawell.net>
9510 L:      linux-fbdev@vger.kernel.org
9511 S:      Maintained
9512 F:      drivers/video/fbdev/smscufx.c
9513
9514 SOC-CAMERA V4L2 SUBSYSTEM
9515 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9516 L:      linux-media@vger.kernel.org
9517 T:      git git://linuxtv.org/media_tree.git
9518 S:      Maintained
9519 F:      include/media/soc*
9520 F:      drivers/media/i2c/soc_camera/
9521 F:      drivers/media/platform/soc_camera/
9522
9523 SOEKRIS NET48XX LED SUPPORT
9524 M:      Chris Boot <bootc@bootc.net>
9525 S:      Maintained
9526 F:      drivers/leds/leds-net48xx.c
9527
9528 SOFTLOGIC 6x10 MPEG CODEC
9529 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9530 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9531 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9532 M:      Ismael Luceno <ismael@iodev.co.uk>
9533 L:      linux-media@vger.kernel.org
9534 S:      Supported
9535 F:      drivers/media/pci/solo6x10/
9536
9537 SOFTWARE RAID (Multiple Disks) SUPPORT
9538 M:      Neil Brown <neilb@suse.com>
9539 L:      linux-raid@vger.kernel.org
9540 S:      Supported
9541 F:      drivers/md/
9542 F:      include/linux/raid/
9543 F:      include/uapi/linux/raid/
9544
9545 SONIC NETWORK DRIVER
9546 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9547 L:      netdev@vger.kernel.org
9548 S:      Maintained
9549 F:      drivers/net/ethernet/natsemi/sonic.*
9550
9551 SONICS SILICON BACKPLANE DRIVER (SSB)
9552 M:      Michael Buesch <m@bues.ch>
9553 L:      netdev@vger.kernel.org
9554 S:      Maintained
9555 F:      drivers/ssb/
9556 F:      include/linux/ssb/
9557
9558 SONY VAIO CONTROL DEVICE DRIVER
9559 M:      Mattia Dongili <malattia@linux.it>
9560 L:      platform-driver-x86@vger.kernel.org
9561 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9562 S:      Maintained
9563 F:      Documentation/laptops/sony-laptop.txt
9564 F:      drivers/char/sonypi.c
9565 F:      drivers/platform/x86/sony-laptop.c
9566 F:      include/linux/sony-laptop.h
9567
9568 SONY MEMORYSTICK CARD SUPPORT
9569 M:      Alex Dubov <oakad@yahoo.com>
9570 W:      http://tifmxx.berlios.de/
9571 S:      Maintained
9572 F:      drivers/memstick/host/tifm_ms.c
9573
9574 SONY MEMORYSTICK STANDARD SUPPORT
9575 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9576 S:      Maintained
9577 F:      drivers/memstick/core/ms_block.*
9578
9579 SOUND
9580 M:      Jaroslav Kysela <perex@perex.cz>
9581 M:      Takashi Iwai <tiwai@suse.com>
9582 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9583 W:      http://www.alsa-project.org/
9584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9585 T:      git git://git.alsa-project.org/alsa-kernel.git
9586 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9587 S:      Maintained
9588 F:      Documentation/sound/
9589 F:      include/sound/
9590 F:      include/uapi/sound/
9591 F:      sound/
9592
9593 SOUND - COMPRESSED AUDIO
9594 M:      Vinod Koul <vinod.koul@intel.com>
9595 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9597 S:      Supported
9598 F:      Documentation/sound/alsa/compress_offload.txt
9599 F:      include/sound/compress_driver.h
9600 F:      include/uapi/sound/compress_*
9601 F:      sound/core/compress_offload.c
9602 F:      sound/soc/soc-compress.c
9603
9604 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9605 M:      Liam Girdwood <lgirdwood@gmail.com>
9606 M:      Mark Brown <broonie@kernel.org>
9607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9608 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9609 W:      http://alsa-project.org/main/index.php/ASoC
9610 S:      Supported
9611 F:      Documentation/sound/alsa/soc/
9612 F:      sound/soc/
9613 F:      include/sound/soc*
9614
9615 SOUND - DMAENGINE HELPERS
9616 M:      Lars-Peter Clausen <lars@metafoo.de>
9617 S:      Supported
9618 F:      include/sound/dmaengine_pcm.h
9619 F:      sound/core/pcm_dmaengine.c
9620 F:      sound/soc/soc-generic-dmaengine-pcm.c
9621
9622 SP2 MEDIA DRIVER
9623 M:      Olli Salonen <olli.salonen@iki.fi>
9624 L:      linux-media@vger.kernel.org
9625 W:      http://linuxtv.org/
9626 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9627 S:      Maintained
9628 F:      drivers/media/dvb-frontends/sp2*
9629
9630 SPARC + UltraSPARC (sparc/sparc64)
9631 M:      "David S. Miller" <davem@davemloft.net>
9632 L:      sparclinux@vger.kernel.org
9633 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9636 S:      Maintained
9637 F:      arch/sparc/
9638 F:      drivers/sbus/
9639
9640 SPARC SERIAL DRIVERS
9641 M:      "David S. Miller" <davem@davemloft.net>
9642 L:      sparclinux@vger.kernel.org
9643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9645 S:      Maintained
9646 F:      include/linux/sunserialcore.h
9647 F:      drivers/tty/serial/suncore.c
9648 F:      drivers/tty/serial/sunhv.c
9649 F:      drivers/tty/serial/sunsab.c
9650 F:      drivers/tty/serial/sunsab.h
9651 F:      drivers/tty/serial/sunsu.c
9652 F:      drivers/tty/serial/sunzilog.c
9653 F:      drivers/tty/serial/sunzilog.h
9654
9655 SPARSE CHECKER
9656 M:      "Christopher Li" <sparse@chrisli.org>
9657 L:      linux-sparse@vger.kernel.org
9658 W:      https://sparse.wiki.kernel.org/
9659 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9660 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9661 S:      Maintained
9662 F:      include/linux/compiler.h
9663
9664 SPEAR PLATFORM SUPPORT
9665 M:      Viresh Kumar <vireshk@kernel.org>
9666 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9667 L:      spear-devel@list.st.com
9668 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9669 W:      http://www.st.com/spear
9670 S:      Maintained
9671 F:      arch/arm/mach-spear/
9672
9673 SPEAR CLOCK FRAMEWORK SUPPORT
9674 M:      Viresh Kumar <vireshk@kernel.org>
9675 L:      spear-devel@list.st.com
9676 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9677 W:      http://www.st.com/spear
9678 S:      Maintained
9679 F:      drivers/clk/spear/
9680
9681 SPI SUBSYSTEM
9682 M:      Mark Brown <broonie@kernel.org>
9683 L:      linux-spi@vger.kernel.org
9684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9685 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9686 S:      Maintained
9687 F:      Documentation/spi/
9688 F:      drivers/spi/
9689 F:      include/linux/spi/
9690 F:      include/uapi/linux/spi/
9691
9692 SPIDERNET NETWORK DRIVER for CELL
9693 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9694 L:      netdev@vger.kernel.org
9695 S:      Supported
9696 F:      Documentation/networking/spider_net.txt
9697 F:      drivers/net/ethernet/toshiba/spider_net*
9698
9699 SPU FILE SYSTEM
9700 M:      Jeremy Kerr <jk@ozlabs.org>
9701 L:      linuxppc-dev@lists.ozlabs.org
9702 W:      http://www.ibm.com/developerworks/power/cell/
9703 S:      Supported
9704 F:      Documentation/filesystems/spufs.txt
9705 F:      arch/powerpc/platforms/cell/spufs/
9706
9707 SQUASHFS FILE SYSTEM
9708 M:      Phillip Lougher <phillip@squashfs.org.uk>
9709 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9710 W:      http://squashfs.org.uk
9711 S:      Maintained
9712 F:      Documentation/filesystems/squashfs.txt
9713 F:      fs/squashfs/
9714
9715 SRM (Alpha) environment access
9716 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9717 S:      Maintained
9718 F:      arch/alpha/kernel/srm_env.c
9719
9720 STABLE BRANCH
9721 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9722 L:      stable@vger.kernel.org
9723 S:      Supported
9724 F:      Documentation/stable_kernel_rules.txt
9725
9726 STAGING SUBSYSTEM
9727 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9729 L:      devel@driverdev.osuosl.org
9730 S:      Supported
9731 F:      drivers/staging/
9732
9733 STAGING - COMEDI
9734 M:      Ian Abbott <abbotti@mev.co.uk>
9735 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9736 S:      Odd Fixes
9737 F:      drivers/staging/comedi/
9738
9739 STAGING - FLARION FT1000 DRIVERS
9740 M:      Marek Belisko <marek.belisko@gmail.com>
9741 S:      Odd Fixes
9742 F:      drivers/staging/ft1000/
9743
9744 STAGING - INDUSTRIAL IO
9745 M:      Jonathan Cameron <jic23@kernel.org>
9746 L:      linux-iio@vger.kernel.org
9747 S:      Odd Fixes
9748 F:      drivers/staging/iio/
9749
9750 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9751 M:      Jarod Wilson <jarod@wilsonet.com>
9752 W:      http://www.lirc.org/
9753 S:      Odd Fixes
9754 F:      drivers/staging/media/lirc/
9755
9756 STAGING - LUSTRE PARALLEL FILESYSTEM
9757 M:      Oleg Drokin <oleg.drokin@intel.com>
9758 M:      Andreas Dilger <andreas.dilger@intel.com>
9759 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9760 W:      http://lustre.opensfs.org/
9761 S:      Maintained
9762 F:      drivers/staging/lustre
9763
9764 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9765 M:      Julian Andres Klode <jak@jak-linux.org>
9766 M:      Marc Dietrich <marvin24@gmx.de>
9767 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9768 L:      linux-tegra@vger.kernel.org
9769 S:      Maintained
9770 F:      drivers/staging/nvec/
9771
9772 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9773 M:      Jens Frederich <jfrederich@gmail.com>
9774 M:      Daniel Drake <dsd@laptop.org>
9775 M:      Jon Nettleton <jon.nettleton@gmail.com>
9776 W:      http://wiki.laptop.org/go/DCON
9777 S:      Maintained
9778 F:      drivers/staging/olpc_dcon/
9779
9780 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9781 M:      Willy Tarreau <willy@meta-x.org>
9782 S:      Odd Fixes
9783 F:      drivers/staging/panel/
9784
9785 STAGING - REALTEK RTL8712U DRIVERS
9786 M:      Larry Finger <Larry.Finger@lwfinger.net>
9787 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9788 S:      Odd Fixes
9789 F:      drivers/staging/rtl8712/
9790
9791 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9792 M:      Larry Finger <Larry.Finger@lwfinger.net>
9793 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9794 L:      linux-wireless@vger.kernel.org
9795 S:      Maintained
9796 F:      drivers/staging/rtl8723au/
9797
9798 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9799 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9800 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9801 M:      Sudip Mukherjee <sudip@vectorindia.org>
9802 L:      linux-fbdev@vger.kernel.org
9803 S:      Maintained
9804 F:      drivers/staging/sm750fb/
9805
9806 STAGING - SLICOSS
9807 M:      Lior Dotan <liodot@gmail.com>
9808 M:      Christopher Harrer <charrer@alacritech.com>
9809 S:      Odd Fixes
9810 F:      drivers/staging/slicoss/
9811
9812 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9813 M:      William Hubbs <w.d.hubbs@gmail.com>
9814 M:      Chris Brannon <chris@the-brannons.com>
9815 M:      Kirk Reiser <kirk@reisers.ca>
9816 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9817 L:      speakup@linux-speakup.org
9818 W:      http://www.linux-speakup.org/
9819 S:      Odd Fixes
9820 F:      drivers/staging/speakup/
9821
9822 STAGING - VIA VT665X DRIVERS
9823 M:      Forest Bond <forest@alittletooquiet.net>
9824 S:      Odd Fixes
9825 F:      drivers/staging/vt665?/
9826
9827 STAGING - WILC1000 WIFI DRIVER
9828 M:      Johnny Kim <johnny.kim@atmel.com>
9829 M:      Rachel Kim <rachel.kim@atmel.com>
9830 M:      Dean Lee <dean.lee@atmel.com>
9831 M:      Chris Park <chris.park@atmel.com>
9832 L:      linux-wireless@vger.kernel.org
9833 S:      Supported
9834 F:      drivers/staging/wilc1000/
9835
9836 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9837 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9838 S:      Odd Fixes
9839 F:      drivers/staging/xgifb/
9840
9841 STARFIRE/DURALAN NETWORK DRIVER
9842 M:      Ion Badulescu <ionut@badula.org>
9843 S:      Odd Fixes
9844 F:      drivers/net/ethernet/adaptec/starfire*
9845
9846 SUN3/3X
9847 M:      Sam Creasey <sammy@sammy.net>
9848 W:      http://sammy.net/sun3/
9849 S:      Maintained
9850 F:      arch/m68k/kernel/*sun3*
9851 F:      arch/m68k/sun3*/
9852 F:      arch/m68k/include/asm/sun3*
9853 F:      drivers/net/ethernet/i825xx/sun3*
9854
9855 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9856 M:      Hans de Goede <hdegoede@redhat.com>
9857 L:      linux-input@vger.kernel.org
9858 S:      Maintained
9859 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9860 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9861
9862 SUNDANCE NETWORK DRIVER
9863 M:      Denis Kirjanov <kda@linux-powerpc.org>
9864 L:      netdev@vger.kernel.org
9865 S:      Maintained
9866 F:      drivers/net/ethernet/dlink/sundance.c
9867
9868 SUPERH
9869 L:      linux-sh@vger.kernel.org
9870 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9871 S:      Orphan
9872 F:      Documentation/sh/
9873 F:      arch/sh/
9874 F:      drivers/sh/
9875
9876 SUSPEND TO RAM
9877 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9878 M:      Len Brown <len.brown@intel.com>
9879 M:      Pavel Machek <pavel@ucw.cz>
9880 L:      linux-pm@vger.kernel.org
9881 S:      Supported
9882 F:      Documentation/power/
9883 F:      arch/x86/kernel/acpi/
9884 F:      drivers/base/power/
9885 F:      kernel/power/
9886 F:      include/linux/suspend.h
9887 F:      include/linux/freezer.h
9888 F:      include/linux/pm.h
9889
9890 SVGA HANDLING
9891 M:      Martin Mares <mj@ucw.cz>
9892 L:      linux-video@atrey.karlin.mff.cuni.cz
9893 S:      Maintained
9894 F:      Documentation/svga.txt
9895 F:      arch/x86/boot/video*
9896
9897 SWIOTLB SUBSYSTEM
9898 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9899 L:      linux-kernel@vger.kernel.org
9900 S:      Supported
9901 F:      lib/swiotlb.c
9902 F:      arch/*/kernel/pci-swiotlb.c
9903 F:      include/linux/swiotlb.h
9904
9905 SWITCHDEV
9906 M:      Jiri Pirko <jiri@resnulli.us>
9907 L:      netdev@vger.kernel.org
9908 S:      Supported
9909 F:      net/switchdev/
9910 F:      include/net/switchdev.h
9911
9912 SYNOPSYS ARC ARCHITECTURE
9913 M:      Vineet Gupta <vgupta@synopsys.com>
9914 S:      Supported
9915 F:      arch/arc/
9916 F:      Documentation/devicetree/bindings/arc/*
9917 F:      drivers/tty/serial/arc_uart.c
9918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
9919
9920 SYNOPSYS ARC SDP platform support
9921 M:      Alexey Brodkin <abrodkin@synopsys.com>
9922 S:      Supported
9923 F:      arch/arc/plat-axs10x
9924 F:      arch/arc/boot/dts/ax*
9925 F:      Documentation/devicetree/bindings/arc/axs10*
9926
9927 SYSTEM CONFIGURATION (SYSCON)
9928 M:      Lee Jones <lee.jones@linaro.org>
9929 M:      Arnd Bergmann <arnd@arndb.de>
9930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9931 S:      Supported
9932 F:      drivers/mfd/syscon.c
9933
9934 SYSV FILESYSTEM
9935 M:      Christoph Hellwig <hch@infradead.org>
9936 S:      Maintained
9937 F:      Documentation/filesystems/sysv-fs.txt
9938 F:      fs/sysv/
9939 F:      include/linux/sysv_fs.h
9940
9941 TARGET SUBSYSTEM
9942 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
9943 L:      linux-scsi@vger.kernel.org
9944 L:      target-devel@vger.kernel.org
9945 W:      http://www.linux-iscsi.org
9946 W:      http://groups.google.com/group/linux-iscsi-target-dev
9947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9948 S:      Supported
9949 F:      drivers/target/
9950 F:      include/target/
9951 F:      Documentation/target/
9952
9953 TASKSTATS STATISTICS INTERFACE
9954 M:      Balbir Singh <bsingharora@gmail.com>
9955 S:      Maintained
9956 F:      Documentation/accounting/taskstats*
9957 F:      include/linux/taskstats*
9958 F:      kernel/taskstats.c
9959
9960 TC CLASSIFIER
9961 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9962 L:      netdev@vger.kernel.org
9963 S:      Maintained
9964 F:      include/net/pkt_cls.h
9965 F:      include/uapi/linux/pkt_cls.h
9966 F:      net/sched/
9967
9968 TCP LOW PRIORITY MODULE
9969 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9970 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9971 W:      http://tcp-lp-mod.sourceforge.net/
9972 S:      Maintained
9973 F:      net/ipv4/tcp_lp.c
9974
9975 TDA10071 MEDIA DRIVER
9976 M:      Antti Palosaari <crope@iki.fi>
9977 L:      linux-media@vger.kernel.org
9978 W:      http://linuxtv.org/
9979 W:      http://palosaari.fi/linux/
9980 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9981 T:      git git://linuxtv.org/anttip/media_tree.git
9982 S:      Maintained
9983 F:      drivers/media/dvb-frontends/tda10071*
9984
9985 TDA18212 MEDIA DRIVER
9986 M:      Antti Palosaari <crope@iki.fi>
9987 L:      linux-media@vger.kernel.org
9988 W:      http://linuxtv.org/
9989 W:      http://palosaari.fi/linux/
9990 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9991 T:      git git://linuxtv.org/anttip/media_tree.git
9992 S:      Maintained
9993 F:      drivers/media/tuners/tda18212*
9994
9995 TDA18218 MEDIA DRIVER
9996 M:      Antti Palosaari <crope@iki.fi>
9997 L:      linux-media@vger.kernel.org
9998 W:      http://linuxtv.org/
9999 W:      http://palosaari.fi/linux/
10000 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10001 T:      git git://linuxtv.org/anttip/media_tree.git
10002 S:      Maintained
10003 F:      drivers/media/tuners/tda18218*
10004
10005 TDA18271 MEDIA DRIVER
10006 M:      Michael Krufky <mkrufky@linuxtv.org>
10007 L:      linux-media@vger.kernel.org
10008 W:      http://linuxtv.org/
10009 W:      http://github.com/mkrufky
10010 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10011 T:      git git://linuxtv.org/mkrufky/tuners.git
10012 S:      Maintained
10013 F:      drivers/media/tuners/tda18271*
10014
10015 TDA827x MEDIA DRIVER
10016 M:      Michael Krufky <mkrufky@linuxtv.org>
10017 L:      linux-media@vger.kernel.org
10018 W:      http://linuxtv.org/
10019 W:      http://github.com/mkrufky
10020 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10021 T:      git git://linuxtv.org/mkrufky/tuners.git
10022 S:      Maintained
10023 F:      drivers/media/tuners/tda8290.*
10024
10025 TDA8290 MEDIA DRIVER
10026 M:      Michael Krufky <mkrufky@linuxtv.org>
10027 L:      linux-media@vger.kernel.org
10028 W:      http://linuxtv.org/
10029 W:      http://github.com/mkrufky
10030 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10031 T:      git git://linuxtv.org/mkrufky/tuners.git
10032 S:      Maintained
10033 F:      drivers/media/tuners/tda8290.*
10034
10035 TDA9840 MEDIA DRIVER
10036 M:      Hans Verkuil <hverkuil@xs4all.nl>
10037 L:      linux-media@vger.kernel.org
10038 T:      git git://linuxtv.org/media_tree.git
10039 W:      http://linuxtv.org
10040 S:      Maintained
10041 F:      drivers/media/i2c/tda9840*
10042
10043 TEA5761 TUNER DRIVER
10044 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10045 L:      linux-media@vger.kernel.org
10046 W:      http://linuxtv.org
10047 T:      git git://linuxtv.org/media_tree.git
10048 S:      Odd fixes
10049 F:      drivers/media/tuners/tea5761.*
10050
10051 TEA5767 TUNER DRIVER
10052 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10053 L:      linux-media@vger.kernel.org
10054 W:      http://linuxtv.org
10055 T:      git git://linuxtv.org/media_tree.git
10056 S:      Maintained
10057 F:      drivers/media/tuners/tea5767.*
10058
10059 TEA6415C MEDIA DRIVER
10060 M:      Hans Verkuil <hverkuil@xs4all.nl>
10061 L:      linux-media@vger.kernel.org
10062 T:      git git://linuxtv.org/media_tree.git
10063 W:      http://linuxtv.org
10064 S:      Maintained
10065 F:      drivers/media/i2c/tea6415c*
10066
10067 TEA6420 MEDIA DRIVER
10068 M:      Hans Verkuil <hverkuil@xs4all.nl>
10069 L:      linux-media@vger.kernel.org
10070 T:      git git://linuxtv.org/media_tree.git
10071 W:      http://linuxtv.org
10072 S:      Maintained
10073 F:      drivers/media/i2c/tea6420*
10074
10075 TEAM DRIVER
10076 M:      Jiri Pirko <jiri@resnulli.us>
10077 L:      netdev@vger.kernel.org
10078 S:      Supported
10079 F:      drivers/net/team/
10080 F:      include/linux/if_team.h
10081 F:      include/uapi/linux/if_team.h
10082
10083 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10084 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10085 S:      Maintained
10086 F:      arch/x86/platform/ts5500/
10087
10088 TECHNOTREND USB IR RECEIVER
10089 M:      Sean Young <sean@mess.org>
10090 L:      linux-media@vger.kernel.org
10091 S:      Maintained
10092 F:      drivers/media/rc/ttusbir.c
10093
10094 TEGRA ARCHITECTURE SUPPORT
10095 M:      Stephen Warren <swarren@wwwdotorg.org>
10096 M:      Thierry Reding <thierry.reding@gmail.com>
10097 M:      Alexandre Courbot <gnurou@gmail.com>
10098 L:      linux-tegra@vger.kernel.org
10099 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10101 S:      Supported
10102 N:      [^a-z]tegra
10103
10104 TEGRA CLOCK DRIVER
10105 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10106 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10107 S:      Supported
10108 F:      drivers/clk/tegra/
10109
10110 TEGRA DMA DRIVER
10111 M:      Laxman Dewangan <ldewangan@nvidia.com>
10112 S:      Supported
10113 F:      drivers/dma/tegra20-apb-dma.c
10114
10115 TEGRA I2C DRIVER
10116 M:      Laxman Dewangan <ldewangan@nvidia.com>
10117 S:      Supported
10118 F:      drivers/i2c/busses/i2c-tegra.c
10119
10120 TEGRA IOMMU DRIVERS
10121 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10122 S:      Supported
10123 F:      drivers/iommu/tegra*
10124
10125 TEGRA KBC DRIVER
10126 M:      Rakesh Iyer <riyer@nvidia.com>
10127 M:      Laxman Dewangan <ldewangan@nvidia.com>
10128 S:      Supported
10129 F:      drivers/input/keyboard/tegra-kbc.c
10130
10131 TEGRA PWM DRIVER
10132 M:      Thierry Reding <thierry.reding@gmail.com>
10133 S:      Supported
10134 F:      drivers/pwm/pwm-tegra.c
10135
10136 TEGRA SERIAL DRIVER
10137 M:      Laxman Dewangan <ldewangan@nvidia.com>
10138 S:      Supported
10139 F:      drivers/tty/serial/serial-tegra.c
10140
10141 TEGRA SPI DRIVER
10142 M:      Laxman Dewangan <ldewangan@nvidia.com>
10143 S:      Supported
10144 F:      drivers/spi/spi-tegra*
10145
10146 TEHUTI ETHERNET DRIVER
10147 M:      Andy Gospodarek <andy@greyhouse.net>
10148 L:      netdev@vger.kernel.org
10149 S:      Supported
10150 F:      drivers/net/ethernet/tehuti/*
10151
10152 Telecom Clock Driver for MCPL0010
10153 M:      Mark Gross <mark.gross@intel.com>
10154 S:      Supported
10155 F:      drivers/char/tlclk.c
10156
10157 TENSILICA XTENSA PORT (xtensa)
10158 M:      Chris Zankel <chris@zankel.net>
10159 M:      Max Filippov <jcmvbkbc@gmail.com>
10160 L:      linux-xtensa@linux-xtensa.org
10161 S:      Maintained
10162 F:      arch/xtensa/
10163 F:      drivers/irqchip/irq-xtensa-*
10164
10165 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10166 M:      Hans Verkuil <hverkuil@xs4all.nl>
10167 L:      linux-media@vger.kernel.org
10168 T:      git git://linuxtv.org/media_tree.git
10169 W:      http://linuxtv.org
10170 S:      Maintained
10171 F:      drivers/media/radio/radio-raremono.c
10172
10173 THERMAL
10174 M:      Zhang Rui <rui.zhang@intel.com>
10175 M:      Eduardo Valentin <edubezval@gmail.com>
10176 L:      linux-pm@vger.kernel.org
10177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10179 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10180 S:      Supported
10181 F:      drivers/thermal/
10182 F:      include/linux/thermal.h
10183 F:      include/uapi/linux/thermal.h
10184 F:      include/linux/cpu_cooling.h
10185 F:      Documentation/devicetree/bindings/thermal/
10186
10187 THINGM BLINK(1) USB RGB LED DRIVER
10188 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10189 S:      Maintained
10190 F:      drivers/hid/hid-thingm.c
10191
10192 THINKPAD ACPI EXTRAS DRIVER
10193 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10194 L:      ibm-acpi-devel@lists.sourceforge.net
10195 L:      platform-driver-x86@vger.kernel.org
10196 W:      http://ibm-acpi.sourceforge.net
10197 W:      http://thinkwiki.org/wiki/Ibm-acpi
10198 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10199 S:      Maintained
10200 F:      drivers/platform/x86/thinkpad_acpi.c
10201
10202 TI BANDGAP AND THERMAL DRIVER
10203 M:      Eduardo Valentin <edubezval@gmail.com>
10204 L:      linux-pm@vger.kernel.org
10205 L:      linux-omap@vger.kernel.org
10206 S:      Maintained
10207 F:      drivers/thermal/ti-soc-thermal/
10208
10209 TI CDCE706 CLOCK DRIVER
10210 M:      Max Filippov <jcmvbkbc@gmail.com>
10211 S:      Maintained
10212 F:      drivers/clk/clk-cdce706.c
10213
10214 TI CLOCK DRIVER
10215 M:      Tero Kristo <t-kristo@ti.com>
10216 L:      linux-omap@vger.kernel.org
10217 S:      Maintained
10218 F:      drivers/clk/ti/
10219 F:      include/linux/clk/ti.h
10220
10221 TI FLASH MEDIA INTERFACE DRIVER
10222 M:      Alex Dubov <oakad@yahoo.com>
10223 S:      Maintained
10224 F:      drivers/misc/tifm*
10225 F:      drivers/mmc/host/tifm_sd.c
10226 F:      include/linux/tifm.h
10227
10228 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10229 M:      Santosh Shilimkar <ssantosh@kernel.org>
10230 L:      linux-kernel@vger.kernel.org
10231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10232 S:      Maintained
10233 F:      drivers/soc/ti/*
10234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10235
10236
10237 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10238 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10239 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10240 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10241 S:      Maintained
10242 F:      sound/soc/codecs/lm49453*
10243 F:      sound/soc/codecs/isabelle*
10244
10245 TI LP855x BACKLIGHT DRIVER
10246 M:      Milo Kim <milo.kim@ti.com>
10247 S:      Maintained
10248 F:      Documentation/backlight/lp855x-driver.txt
10249 F:      drivers/video/backlight/lp855x_bl.c
10250 F:      include/linux/platform_data/lp855x.h
10251
10252 TI LP8727 CHARGER DRIVER
10253 M:      Milo Kim <milo.kim@ti.com>
10254 S:      Maintained
10255 F:      drivers/power/lp8727_charger.c
10256 F:      include/linux/platform_data/lp8727.h
10257
10258 TI LP8788 MFD DRIVER
10259 M:      Milo Kim <milo.kim@ti.com>
10260 S:      Maintained
10261 F:      drivers/iio/adc/lp8788_adc.c
10262 F:      drivers/leds/leds-lp8788.c
10263 F:      drivers/mfd/lp8788*.c
10264 F:      drivers/power/lp8788-charger.c
10265 F:      drivers/regulator/lp8788-*.c
10266 F:      include/linux/mfd/lp8788*.h
10267
10268 TI NETCP ETHERNET DRIVER
10269 M:      Wingman Kwok <w-kwok2@ti.com>
10270 M:      Murali Karicheri <m-karicheri2@ti.com>
10271 L:      netdev@vger.kernel.org
10272 S:      Maintained
10273 F:      drivers/net/ethernet/ti/netcp*
10274
10275 TI TAS571X FAMILY ASoC CODEC DRIVER
10276 M:      Kevin Cernekee <cernekee@chromium.org>
10277 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10278 S:      Odd Fixes
10279 F:      sound/soc/codecs/tas571x*
10280
10281 TI TWL4030 SERIES SOC CODEC DRIVER
10282 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10283 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10284 S:      Maintained
10285 F:      sound/soc/codecs/twl4030*
10286
10287 TI WILINK WIRELESS DRIVERS
10288 L:      linux-wireless@vger.kernel.org
10289 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10290 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10292 S:      Orphan
10293 F:      drivers/net/wireless/ti/
10294 F:      include/linux/wl12xx.h
10295
10296 TIPC NETWORK LAYER
10297 M:      Jon Maloy <jon.maloy@ericsson.com>
10298 M:      Ying Xue <ying.xue@windriver.com>
10299 L:      netdev@vger.kernel.org (core kernel code)
10300 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10301 W:      http://tipc.sourceforge.net/
10302 S:      Maintained
10303 F:      include/uapi/linux/tipc*.h
10304 F:      net/tipc/
10305
10306 TILE ARCHITECTURE
10307 M:      Chris Metcalf <cmetcalf@ezchip.com>
10308 W:      http://www.ezchip.com/scm/
10309 S:      Supported
10310 F:      arch/tile/
10311 F:      drivers/char/tile-srom.c
10312 F:      drivers/edac/tile_edac.c
10313 F:      drivers/net/ethernet/tile/
10314 F:      drivers/rtc/rtc-tile.c
10315 F:      drivers/tty/hvc/hvc_tile.c
10316 F:      drivers/tty/serial/tilegx.c
10317 F:      drivers/usb/host/*-tilegx.c
10318 F:      include/linux/usb/tilegx.h
10319
10320 TLAN NETWORK DRIVER
10321 M:      Samuel Chessman <chessman@tux.org>
10322 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10323 W:      http://sourceforge.net/projects/tlan/
10324 S:      Maintained
10325 F:      Documentation/networking/tlan.txt
10326 F:      drivers/net/ethernet/ti/tlan.*
10327
10328 TOMOYO SECURITY MODULE
10329 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10330 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10331 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10332 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10333 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10334 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10335 W:      http://tomoyo.sourceforge.jp/
10336 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10337 S:      Maintained
10338 F:      security/tomoyo/
10339
10340 TOPSTAR LAPTOP EXTRAS DRIVER
10341 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10342 L:      platform-driver-x86@vger.kernel.org
10343 S:      Maintained
10344 F:      drivers/platform/x86/topstar-laptop.c
10345
10346 TOSHIBA ACPI EXTRAS DRIVER
10347 M:      Azael Avalos <coproscefalo@gmail.com>
10348 L:      platform-driver-x86@vger.kernel.org
10349 S:      Maintained
10350 F:      drivers/platform/x86/toshiba_acpi.c
10351
10352 TOSHIBA BLUETOOTH DRIVER
10353 M:      Azael Avalos <coproscefalo@gmail.com>
10354 L:      platform-driver-x86@vger.kernel.org
10355 S:      Maintained
10356 F:      drivers/platform/x86/toshiba_bluetooth.c
10357
10358 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10359 M:      Azael Avalos <coproscefalo@gmail.com>
10360 L:      platform-driver-x86@vger.kernel.org
10361 S:      Maintained
10362 F:      drivers/platform/x86/toshiba_haps.c
10363
10364 TOSHIBA SMM DRIVER
10365 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10366 L:      tlinux-users@tce.toshiba-dme.co.jp
10367 W:      http://www.buzzard.org.uk/toshiba/
10368 S:      Maintained
10369 F:      drivers/char/toshiba.c
10370 F:      include/linux/toshiba.h
10371 F:      include/uapi/linux/toshiba.h
10372
10373 TMIO MMC DRIVER
10374 M:      Ian Molton <ian@mnementh.co.uk>
10375 L:      linux-mmc@vger.kernel.org
10376 S:      Maintained
10377 F:      drivers/mmc/host/tmio_mmc*
10378 F:      drivers/mmc/host/sh_mobile_sdhi.c
10379 F:      include/linux/mmc/tmio.h
10380 F:      include/linux/mmc/sh_mobile_sdhi.h
10381
10382 TMP401 HARDWARE MONITOR DRIVER
10383 M:      Guenter Roeck <linux@roeck-us.net>
10384 L:      lm-sensors@lm-sensors.org
10385 S:      Maintained
10386 F:      Documentation/hwmon/tmp401
10387 F:      drivers/hwmon/tmp401.c
10388
10389 TMPFS (SHMEM FILESYSTEM)
10390 M:      Hugh Dickins <hughd@google.com>
10391 L:      linux-mm@kvack.org
10392 S:      Maintained
10393 F:      include/linux/shmem_fs.h
10394 F:      mm/shmem.c
10395
10396 TM6000 VIDEO4LINUX DRIVER
10397 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10398 L:      linux-media@vger.kernel.org
10399 W:      http://linuxtv.org
10400 T:      git git://linuxtv.org/media_tree.git
10401 S:      Odd fixes
10402 F:      drivers/media/usb/tm6000/
10403
10404 TW68 VIDEO4LINUX DRIVER
10405 M:      Hans Verkuil <hverkuil@xs4all.nl>
10406 L:      linux-media@vger.kernel.org
10407 T:      git git://linuxtv.org/media_tree.git
10408 W:      http://linuxtv.org
10409 S:      Odd Fixes
10410 F:      drivers/media/pci/tw68/
10411
10412 TPM DEVICE DRIVER
10413 M:      Peter Huewe <peterhuewe@gmx.de>
10414 M:      Marcel Selhorst <tpmdd@selhorst.net>
10415 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10416 W:      http://tpmdd.sourceforge.net
10417 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10418 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10419 T:      https://github.com/PeterHuewe/linux-tpmdd
10420 S:      Maintained
10421 F:      drivers/char/tpm/
10422
10423 TPM IBM_VTPM DEVICE DRIVER
10424 M:      Ashley Lai <ashleydlai@gmail.com>
10425 W:      http://tpmdd.sourceforge.net
10426 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10427 S:      Maintained
10428 F:      drivers/char/tpm/tpm_ibmvtpm*
10429
10430 TRACING
10431 M:      Steven Rostedt <rostedt@goodmis.org>
10432 M:      Ingo Molnar <mingo@redhat.com>
10433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10434 S:      Maintained
10435 F:      Documentation/trace/ftrace.txt
10436 F:      arch/*/*/*/ftrace.h
10437 F:      arch/*/kernel/ftrace.c
10438 F:      include/*/ftrace.h
10439 F:      include/linux/trace*.h
10440 F:      include/trace/
10441 F:      kernel/trace/
10442 F:      tools/testing/selftests/ftrace/
10443
10444 TRIVIAL PATCHES
10445 M:      Jiri Kosina <trivial@kernel.org>
10446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10447 S:      Maintained
10448 K:      ^Subject:.*(?i)trivial
10449
10450 TTY LAYER
10451 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10452 M:      Jiri Slaby <jslaby@suse.com>
10453 S:      Supported
10454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10455 F:      Documentation/serial/
10456 F:      drivers/tty/
10457 F:      drivers/tty/serial/serial_core.c
10458 F:      include/linux/serial_core.h
10459 F:      include/linux/serial.h
10460 F:      include/linux/tty.h
10461 F:      include/uapi/linux/serial_core.h
10462 F:      include/uapi/linux/serial.h
10463 F:      include/uapi/linux/tty.h
10464
10465 TUA9001 MEDIA DRIVER
10466 M:      Antti Palosaari <crope@iki.fi>
10467 L:      linux-media@vger.kernel.org
10468 W:      http://linuxtv.org/
10469 W:      http://palosaari.fi/linux/
10470 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10471 T:      git git://linuxtv.org/anttip/media_tree.git
10472 S:      Maintained
10473 F:      drivers/media/tuners/tua9001*
10474
10475 TULIP NETWORK DRIVERS
10476 M:      Grant Grundler <grundler@parisc-linux.org>
10477 L:      netdev@vger.kernel.org
10478 S:      Maintained
10479 F:      drivers/net/ethernet/dec/tulip/
10480
10481 TUN/TAP driver
10482 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10483 W:      http://vtun.sourceforge.net/tun
10484 S:      Maintained
10485 F:      Documentation/networking/tuntap.txt
10486 F:      arch/um/os-Linux/drivers/
10487
10488 TURBOCHANNEL SUBSYSTEM
10489 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10490 M:      Ralf Baechle <ralf@linux-mips.org>
10491 L:      linux-mips@linux-mips.org
10492 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10493 S:      Maintained
10494 F:      drivers/tc/
10495 F:      include/linux/tc.h
10496
10497 U14-34F SCSI DRIVER
10498 M:      Dario Ballabio <ballabio_dario@emc.com>
10499 L:      linux-scsi@vger.kernel.org
10500 S:      Maintained
10501 F:      drivers/scsi/u14-34f.c
10502
10503 UBI FILE SYSTEM (UBIFS)
10504 M:      Artem Bityutskiy <dedekind1@gmail.com>
10505 M:      Adrian Hunter <adrian.hunter@intel.com>
10506 L:      linux-mtd@lists.infradead.org
10507 T:      git git://git.infradead.org/ubifs-2.6.git
10508 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10509 S:      Maintained
10510 F:      Documentation/filesystems/ubifs.txt
10511 F:      fs/ubifs/
10512
10513 UCLINUX (M68KNOMMU AND COLDFIRE)
10514 M:      Greg Ungerer <gerg@uclinux.org>
10515 W:      http://www.uclinux.org/
10516 L:      linux-m68k@lists.linux-m68k.org
10517 L:      uclinux-dev@uclinux.org  (subscribers-only)
10518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10519 S:      Maintained
10520 F:      arch/m68k/coldfire/
10521 F:      arch/m68k/68*/
10522 F:      arch/m68k/*/*_no.*
10523 F:      arch/m68k/include/asm/*_no.*
10524
10525 UDF FILESYSTEM
10526 M:      Jan Kara <jack@suse.com>
10527 S:      Maintained
10528 F:      Documentation/filesystems/udf.txt
10529 F:      fs/udf/
10530
10531 UFS FILESYSTEM
10532 M:      Evgeniy Dushistov <dushistov@mail.ru>
10533 S:      Maintained
10534 F:      Documentation/filesystems/ufs.txt
10535 F:      fs/ufs/
10536
10537 UHID USERSPACE HID IO DRIVER:
10538 M:      David Herrmann <dh.herrmann@googlemail.com>
10539 L:      linux-input@vger.kernel.org
10540 S:      Maintained
10541 F:      drivers/hid/uhid.c
10542 F:      include/uapi/linux/uhid.h
10543
10544 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10545 L:      linux-usb@vger.kernel.org
10546 S:      Orphan
10547 F:      drivers/uwb/
10548 F:      include/linux/uwb.h
10549 F:      include/linux/uwb/
10550
10551 UNICORE32 ARCHITECTURE:
10552 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10553 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10554 S:      Maintained
10555 T:      git git://github.com/gxt/linux.git
10556 F:      arch/unicore32/
10557
10558 UNIFDEF
10559 M:      Tony Finch <dot@dotat.at>
10560 W:      http://dotat.at/prog/unifdef
10561 S:      Maintained
10562 F:      scripts/unifdef.c
10563
10564 UNIFORM CDROM DRIVER
10565 M:      Jens Axboe <axboe@kernel.dk>
10566 W:      http://www.kernel.dk
10567 S:      Maintained
10568 F:      Documentation/cdrom/
10569 F:      drivers/cdrom/cdrom.c
10570 F:      include/linux/cdrom.h
10571 F:      include/uapi/linux/cdrom.h
10572
10573 UNISYS S-PAR DRIVERS
10574 M:      Benjamin Romer <benjamin.romer@unisys.com>
10575 M:      David Kershner <david.kershner@unisys.com>
10576 L:      sparmaintainer@unisys.com (Unisys internal)
10577 S:      Supported
10578 F:      drivers/staging/unisys/
10579
10580 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10581 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10582 L:      linux-scsi@vger.kernel.org
10583 S:      Supported
10584 F:      Documentation/scsi/ufs.txt
10585 F:      drivers/scsi/ufs/
10586
10587 UNSORTED BLOCK IMAGES (UBI)
10588 M:      Artem Bityutskiy <dedekind1@gmail.com>
10589 M:      Richard Weinberger <richard@nod.at>
10590 W:      http://www.linux-mtd.infradead.org/
10591 L:      linux-mtd@lists.infradead.org
10592 T:      git git://git.infradead.org/ubifs-2.6.git
10593 S:      Supported
10594 F:      drivers/mtd/ubi/
10595 F:      include/linux/mtd/ubi.h
10596 F:      include/uapi/mtd/ubi-user.h
10597
10598 USB ACM DRIVER
10599 M:      Oliver Neukum <oliver@neukum.org>
10600 L:      linux-usb@vger.kernel.org
10601 S:      Maintained
10602 F:      Documentation/usb/acm.txt
10603 F:      drivers/usb/class/cdc-acm.*
10604
10605 USB AR5523 WIRELESS DRIVER
10606 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10607 L:      linux-wireless@vger.kernel.org
10608 S:      Maintained
10609 F:      drivers/net/wireless/ath/ar5523/
10610
10611 USB ATTACHED SCSI
10612 M:      Hans de Goede <hdegoede@redhat.com>
10613 M:      Gerd Hoffmann <kraxel@redhat.com>
10614 L:      linux-usb@vger.kernel.org
10615 L:      linux-scsi@vger.kernel.org
10616 S:      Maintained
10617 F:      drivers/usb/storage/uas.c
10618
10619 USB CDC ETHERNET DRIVER
10620 M:      Oliver Neukum <oliver@neukum.org>
10621 L:      linux-usb@vger.kernel.org
10622 S:      Maintained
10623 F:      drivers/net/usb/cdc_*.c
10624 F:      include/uapi/linux/usb/cdc.h
10625
10626 USB CHAOSKEY DRIVER
10627 M:      Keith Packard <keithp@keithp.com>
10628 L:      linux-usb@vger.kernel.org
10629 S:      Maintained
10630 F:      drivers/usb/misc/chaoskey.c
10631
10632 USB CYPRESS C67X00 DRIVER
10633 M:      Peter Korsgaard <jacmet@sunsite.dk>
10634 L:      linux-usb@vger.kernel.org
10635 S:      Maintained
10636 F:      drivers/usb/c67x00/
10637
10638 USB DAVICOM DM9601 DRIVER
10639 M:      Peter Korsgaard <jacmet@sunsite.dk>
10640 L:      netdev@vger.kernel.org
10641 W:      http://www.linux-usb.org/usbnet
10642 S:      Maintained
10643 F:      drivers/net/usb/dm9601.c
10644
10645 USB DIAMOND RIO500 DRIVER
10646 M:      Cesar Miquel <miquel@df.uba.ar>
10647 L:      rio500-users@lists.sourceforge.net
10648 W:      http://rio500.sourceforge.net
10649 S:      Maintained
10650 F:      drivers/usb/misc/rio500*
10651
10652 USB EHCI DRIVER
10653 M:      Alan Stern <stern@rowland.harvard.edu>
10654 L:      linux-usb@vger.kernel.org
10655 S:      Maintained
10656 F:      Documentation/usb/ehci.txt
10657 F:      drivers/usb/host/ehci*
10658
10659 USB GADGET/PERIPHERAL SUBSYSTEM
10660 M:      Felipe Balbi <balbi@ti.com>
10661 L:      linux-usb@vger.kernel.org
10662 W:      http://www.linux-usb.org/gadget
10663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10664 S:      Maintained
10665 F:      drivers/usb/gadget/
10666 F:      include/linux/usb/gadget*
10667
10668 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10669 M:      Jiri Kosina <jkosina@suse.com>
10670 L:      linux-usb@vger.kernel.org
10671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10672 S:      Maintained
10673 F:      Documentation/hid/hiddev.txt
10674 F:      drivers/hid/usbhid/
10675
10676 USB ISP116X DRIVER
10677 M:      Olav Kongas <ok@artecdesign.ee>
10678 L:      linux-usb@vger.kernel.org
10679 S:      Maintained
10680 F:      drivers/usb/host/isp116x*
10681 F:      include/linux/usb/isp116x.h
10682
10683 USB MASS STORAGE DRIVER
10684 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10685 L:      linux-usb@vger.kernel.org
10686 L:      usb-storage@lists.one-eyed-alien.net
10687 S:      Maintained
10688 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10689 F:      drivers/usb/storage/
10690
10691 USB MIDI DRIVER
10692 M:      Clemens Ladisch <clemens@ladisch.de>
10693 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10694 T:      git git://git.alsa-project.org/alsa-kernel.git
10695 S:      Maintained
10696 F:      sound/usb/midi.*
10697
10698 USB NETWORKING DRIVERS
10699 L:      linux-usb@vger.kernel.org
10700 S:      Odd Fixes
10701 F:      drivers/net/usb/
10702
10703 USB OHCI DRIVER
10704 M:      Alan Stern <stern@rowland.harvard.edu>
10705 L:      linux-usb@vger.kernel.org
10706 S:      Maintained
10707 F:      Documentation/usb/ohci.txt
10708 F:      drivers/usb/host/ohci*
10709
10710 USB OTG FSM (Finite State Machine)
10711 M:      Peter Chen <Peter.Chen@freescale.com>
10712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10713 L:      linux-usb@vger.kernel.org
10714 S:      Maintained
10715 F:      drivers/usb/common/usb-otg-fsm.c
10716
10717 USB OVER IP DRIVER
10718 M:      Valentina Manea <valentina.manea.m@gmail.com>
10719 M:      Shuah Khan <shuah.kh@samsung.com>
10720 L:      linux-usb@vger.kernel.org
10721 S:      Maintained
10722 F:      drivers/usb/usbip/
10723 F:      tools/usb/usbip/
10724
10725 USB PEGASUS DRIVER
10726 M:      Petko Manolov <petkan@nucleusys.com>
10727 L:      linux-usb@vger.kernel.org
10728 L:      netdev@vger.kernel.org
10729 T:      git git://github.com/petkan/pegasus.git
10730 W:      https://github.com/petkan/pegasus
10731 S:      Maintained
10732 F:      drivers/net/usb/pegasus.*
10733
10734 USB PHY LAYER
10735 M:      Felipe Balbi <balbi@ti.com>
10736 L:      linux-usb@vger.kernel.org
10737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10738 S:      Maintained
10739 F:      drivers/usb/phy/
10740
10741 USB PRINTER DRIVER (usblp)
10742 M:      Pete Zaitcev <zaitcev@redhat.com>
10743 L:      linux-usb@vger.kernel.org
10744 S:      Supported
10745 F:      drivers/usb/class/usblp.c
10746
10747 USB RTL8150 DRIVER
10748 M:      Petko Manolov <petkan@nucleusys.com>
10749 L:      linux-usb@vger.kernel.org
10750 L:      netdev@vger.kernel.org
10751 T:      git git://github.com/petkan/rtl8150.git
10752 W:      https://github.com/petkan/rtl8150
10753 S:      Maintained
10754 F:      drivers/net/usb/rtl8150.c
10755
10756 USB SERIAL SUBSYSTEM
10757 M:      Johan Hovold <johan@kernel.org>
10758 L:      linux-usb@vger.kernel.org
10759 S:      Maintained
10760 F:      Documentation/usb/usb-serial.txt
10761 F:      drivers/usb/serial/
10762 F:      include/linux/usb/serial.h
10763
10764 USB SMSC75XX ETHERNET DRIVER
10765 M:      Steve Glendinning <steve.glendinning@shawell.net>
10766 L:      netdev@vger.kernel.org
10767 S:      Maintained
10768 F:      drivers/net/usb/smsc75xx.*
10769
10770 USB SMSC95XX ETHERNET DRIVER
10771 M:      Steve Glendinning <steve.glendinning@shawell.net>
10772 L:      netdev@vger.kernel.org
10773 S:      Maintained
10774 F:      drivers/net/usb/smsc95xx.*
10775
10776 USB SUBSYSTEM
10777 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10778 L:      linux-usb@vger.kernel.org
10779 W:      http://www.linux-usb.org
10780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10781 S:      Supported
10782 F:      Documentation/usb/
10783 F:      drivers/usb/
10784 F:      include/linux/usb.h
10785 F:      include/linux/usb/
10786
10787 USB UHCI DRIVER
10788 M:      Alan Stern <stern@rowland.harvard.edu>
10789 L:      linux-usb@vger.kernel.org
10790 S:      Maintained
10791 F:      drivers/usb/host/uhci*
10792
10793 USB "USBNET" DRIVER FRAMEWORK
10794 M:      Oliver Neukum <oneukum@suse.com>
10795 L:      netdev@vger.kernel.org
10796 W:      http://www.linux-usb.org/usbnet
10797 S:      Maintained
10798 F:      drivers/net/usb/usbnet.c
10799 F:      include/linux/usb/usbnet.h
10800
10801 USB VIDEO CLASS
10802 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10803 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10804 L:      linux-media@vger.kernel.org
10805 T:      git git://linuxtv.org/media_tree.git
10806 W:      http://www.ideasonboard.org/uvc/
10807 S:      Maintained
10808 F:      drivers/media/usb/uvc/
10809 F:      include/uapi/linux/uvcvideo.h
10810
10811 USB VISION DRIVER
10812 M:      Hans Verkuil <hverkuil@xs4all.nl>
10813 L:      linux-media@vger.kernel.org
10814 T:      git git://linuxtv.org/media_tree.git
10815 W:      http://linuxtv.org
10816 S:      Odd Fixes
10817 F:      drivers/media/usb/usbvision/
10818
10819 USB WEBCAM GADGET
10820 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10821 L:      linux-usb@vger.kernel.org
10822 S:      Maintained
10823 F:      drivers/usb/gadget/function/*uvc*
10824 F:      drivers/usb/gadget/legacy/webcam.c
10825
10826 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10827 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10828 L:      linux-wireless@vger.kernel.org
10829 S:      Maintained
10830 F:      drivers/net/wireless/rndis_wlan.c
10831
10832 USB XHCI DRIVER
10833 M:      Mathias Nyman <mathias.nyman@intel.com>
10834 L:      linux-usb@vger.kernel.org
10835 S:      Supported
10836 F:      drivers/usb/host/xhci*
10837 F:      drivers/usb/host/pci-quirks*
10838
10839 USB ZD1201 DRIVER
10840 L:      linux-wireless@vger.kernel.org
10841 W:      http://linux-lc100020.sourceforge.net
10842 S:      Orphan
10843 F:      drivers/net/wireless/zd1201.*
10844
10845 USB ZR364XX DRIVER
10846 M:      Antoine Jacquet <royale@zerezo.com>
10847 L:      linux-usb@vger.kernel.org
10848 L:      linux-media@vger.kernel.org
10849 T:      git git://linuxtv.org/media_tree.git
10850 W:      http://royale.zerezo.com/zr364xx/
10851 S:      Maintained
10852 F:      Documentation/video4linux/zr364xx.txt
10853 F:      drivers/media/usb/zr364xx/
10854
10855 ULPI BUS
10856 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10857 L:      linux-usb@vger.kernel.org
10858 S:      Maintained
10859 F:      drivers/usb/common/ulpi.c
10860 F:      include/linux/ulpi/
10861
10862 USER-MODE LINUX (UML)
10863 M:      Jeff Dike <jdike@addtoit.com>
10864 M:      Richard Weinberger <richard@nod.at>
10865 L:      user-mode-linux-devel@lists.sourceforge.net
10866 L:      user-mode-linux-user@lists.sourceforge.net
10867 W:      http://user-mode-linux.sourceforge.net
10868 S:      Maintained
10869 F:      Documentation/virtual/uml/
10870 F:      arch/um/
10871 F:      arch/x86/um/
10872 F:      fs/hostfs/
10873 F:      fs/hppfs/
10874
10875 USERSPACE I/O (UIO)
10876 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10877 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10878 S:      Maintained
10879 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10880 F:      Documentation/DocBook/uio-howto.tmpl
10881 F:      drivers/uio/
10882 F:      include/linux/uio*.h
10883
10884 UTIL-LINUX PACKAGE
10885 M:      Karel Zak <kzak@redhat.com>
10886 L:      util-linux@vger.kernel.org
10887 W:      http://en.wikipedia.org/wiki/Util-linux
10888 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10889 S:      Maintained
10890
10891 UVESAFB DRIVER
10892 M:      Michal Januszewski <spock@gentoo.org>
10893 L:      linux-fbdev@vger.kernel.org
10894 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10895 S:      Maintained
10896 F:      Documentation/fb/uvesafb.txt
10897 F:      drivers/video/fbdev/uvesafb.*
10898
10899 VFAT/FAT/MSDOS FILESYSTEM
10900 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10901 S:      Maintained
10902 F:      Documentation/filesystems/vfat.txt
10903 F:      fs/fat/
10904
10905 VFIO DRIVER
10906 M:      Alex Williamson <alex.williamson@redhat.com>
10907 L:      kvm@vger.kernel.org
10908 S:      Maintained
10909 F:      Documentation/vfio.txt
10910 F:      drivers/vfio/
10911 F:      include/linux/vfio.h
10912 F:      include/uapi/linux/vfio.h
10913
10914 VFIO PLATFORM DRIVER
10915 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
10916 L:      kvm@vger.kernel.org
10917 S:      Maintained
10918 F:      drivers/vfio/platform/
10919
10920 VIDEOBUF2 FRAMEWORK
10921 M:      Pawel Osciak <pawel@osciak.com>
10922 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10923 M:      Kyungmin Park <kyungmin.park@samsung.com>
10924 L:      linux-media@vger.kernel.org
10925 S:      Maintained
10926 F:      drivers/media/v4l2-core/videobuf2-*
10927 F:      include/media/videobuf2-*
10928
10929 VIRTIO CONSOLE DRIVER
10930 M:      Amit Shah <amit.shah@redhat.com>
10931 L:      virtualization@lists.linux-foundation.org
10932 S:      Maintained
10933 F:      drivers/char/virtio_console.c
10934 F:      include/linux/virtio_console.h
10935 F:      include/uapi/linux/virtio_console.h
10936
10937 VIRTIO CORE, NET AND BLOCK DRIVERS
10938 M:      "Michael S. Tsirkin" <mst@redhat.com>
10939 L:      virtualization@lists.linux-foundation.org
10940 S:      Maintained
10941 F:      drivers/virtio/
10942 F:      tools/virtio/
10943 F:      drivers/net/virtio_net.c
10944 F:      drivers/block/virtio_blk.c
10945 F:      include/linux/virtio_*.h
10946 F:      include/uapi/linux/virtio_*.h
10947
10948 VIRTIO DRIVERS FOR S390
10949 M:      Christian Borntraeger <borntraeger@de.ibm.com>
10950 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
10951 L:      linux-s390@vger.kernel.org
10952 L:      virtualization@lists.linux-foundation.org
10953 L:      kvm@vger.kernel.org
10954 S:      Supported
10955 F:      drivers/s390/virtio/
10956
10957 VIRTIO GPU DRIVER
10958 M:      David Airlie <airlied@linux.ie>
10959 M:      Gerd Hoffmann <kraxel@redhat.com>
10960 L:      dri-devel@lists.freedesktop.org
10961 L:      virtualization@lists.linux-foundation.org
10962 S:      Maintained
10963 F:      drivers/gpu/drm/virtio/
10964 F:      include/uapi/linux/virtio_gpu.h
10965
10966 VIRTIO HOST (VHOST)
10967 M:      "Michael S. Tsirkin" <mst@redhat.com>
10968 L:      kvm@vger.kernel.org
10969 L:      virtualization@lists.linux-foundation.org
10970 L:      netdev@vger.kernel.org
10971 S:      Maintained
10972 F:      drivers/vhost/
10973 F:      include/uapi/linux/vhost.h
10974
10975 VIRTIO INPUT DRIVER
10976 M:      Gerd Hoffmann <kraxel@redhat.com>
10977 S:      Maintained
10978 F:      drivers/virtio/virtio_input.c
10979 F:      include/uapi/linux/virtio_input.h
10980
10981 VIA RHINE NETWORK DRIVER
10982 S:      Orphan
10983 F:      drivers/net/ethernet/via/via-rhine.c
10984
10985 VIA SD/MMC CARD CONTROLLER DRIVER
10986 M:      Bruce Chang <brucechang@via.com.tw>
10987 M:      Harald Welte <HaraldWelte@viatech.com>
10988 S:      Maintained
10989 F:      drivers/mmc/host/via-sdmmc.c
10990
10991 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10992 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10993 L:      linux-fbdev@vger.kernel.org
10994 S:      Maintained
10995 F:      include/linux/via-core.h
10996 F:      include/linux/via-gpio.h
10997 F:      include/linux/via_i2c.h
10998 F:      drivers/video/fbdev/via/
10999
11000 VIA VELOCITY NETWORK DRIVER
11001 M:      Francois Romieu <romieu@fr.zoreil.com>
11002 L:      netdev@vger.kernel.org
11003 S:      Maintained
11004 F:      drivers/net/ethernet/via/via-velocity.*
11005
11006 VIVID VIRTUAL VIDEO DRIVER
11007 M:      Hans Verkuil <hverkuil@xs4all.nl>
11008 L:      linux-media@vger.kernel.org
11009 T:      git git://linuxtv.org/media_tree.git
11010 W:      http://linuxtv.org
11011 S:      Maintained
11012 F:      drivers/media/platform/vivid/*
11013
11014 VLAN (802.1Q)
11015 M:      Patrick McHardy <kaber@trash.net>
11016 L:      netdev@vger.kernel.org
11017 S:      Maintained
11018 F:      drivers/net/macvlan.c
11019 F:      include/linux/if_*vlan.h
11020 F:      net/8021q/
11021
11022 VLYNQ BUS
11023 M:      Florian Fainelli <florian@openwrt.org>
11024 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11025 S:      Maintained
11026 F:      drivers/vlynq/vlynq.c
11027 F:      include/linux/vlynq.h
11028
11029 VME SUBSYSTEM
11030 M:      Martyn Welch <martyn.welch@ge.com>
11031 M:      Manohar Vanga <manohar.vanga@gmail.com>
11032 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11033 L:      devel@driverdev.osuosl.org
11034 S:      Maintained
11035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11036 F:      Documentation/vme_api.txt
11037 F:      drivers/staging/vme/
11038 F:      drivers/vme/
11039 F:      include/linux/vme*
11040
11041 VMWARE HYPERVISOR INTERFACE
11042 M:      Alok Kataria <akataria@vmware.com>
11043 L:      virtualization@lists.linux-foundation.org
11044 S:      Supported
11045 F:      arch/x86/kernel/cpu/vmware.c
11046
11047 VMWARE BALLOON DRIVER
11048 M:      Xavier Deguillard <xdeguillard@vmware.com>
11049 M:      Philip Moltmann <moltmann@vmware.com>
11050 M:      "VMware, Inc." <pv-drivers@vmware.com>
11051 L:      linux-kernel@vger.kernel.org
11052 S:      Maintained
11053 F:      drivers/misc/vmw_balloon.c
11054
11055 VMWARE VMMOUSE SUBDRIVER
11056 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11057 M:      "VMware, Inc." <pv-drivers@vmware.com>
11058 L:      linux-input@vger.kernel.org
11059 S:      Maintained
11060 F:      drivers/input/mouse/vmmouse.c
11061 F:      drivers/input/mouse/vmmouse.h
11062
11063 VMWARE VMXNET3 ETHERNET DRIVER
11064 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
11065 M:      "VMware, Inc." <pv-drivers@vmware.com>
11066 L:      netdev@vger.kernel.org
11067 S:      Maintained
11068 F:      drivers/net/vmxnet3/
11069
11070 VMware PVSCSI driver
11071 M:      Arvind Kumar <arvindkumar@vmware.com>
11072 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11073 L:      linux-scsi@vger.kernel.org
11074 S:      Maintained
11075 F:      drivers/scsi/vmw_pvscsi.c
11076 F:      drivers/scsi/vmw_pvscsi.h
11077
11078 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11079 M:      Liam Girdwood <lgirdwood@gmail.com>
11080 M:      Mark Brown <broonie@kernel.org>
11081 L:      linux-kernel@vger.kernel.org
11082 W:      http://opensource.wolfsonmicro.com/node/15
11083 W:      http://www.slimlogic.co.uk/?p=48
11084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11085 S:      Supported
11086 F:      drivers/regulator/
11087 F:      include/linux/regulator/
11088
11089 VT1211 HARDWARE MONITOR DRIVER
11090 M:      Juerg Haefliger <juergh@gmail.com>
11091 L:      lm-sensors@lm-sensors.org
11092 S:      Maintained
11093 F:      Documentation/hwmon/vt1211
11094 F:      drivers/hwmon/vt1211.c
11095
11096 VT8231 HARDWARE MONITOR DRIVER
11097 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11098 L:      lm-sensors@lm-sensors.org
11099 S:      Maintained
11100 F:      drivers/hwmon/vt8231.c
11101
11102 VUB300 USB to SDIO/SD/MMC bridge chip
11103 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11104 L:      linux-mmc@vger.kernel.org
11105 L:      linux-usb@vger.kernel.org
11106 S:      Supported
11107 F:      drivers/mmc/host/vub300.c
11108
11109 W1 DALLAS'S 1-WIRE BUS
11110 M:      Evgeniy Polyakov <zbr@ioremap.net>
11111 S:      Maintained
11112 F:      Documentation/w1/
11113 F:      drivers/w1/
11114
11115 W83791D HARDWARE MONITORING DRIVER
11116 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11117 L:      lm-sensors@lm-sensors.org
11118 S:      Maintained
11119 F:      Documentation/hwmon/w83791d
11120 F:      drivers/hwmon/w83791d.c
11121
11122 W83793 HARDWARE MONITORING DRIVER
11123 M:      Rudolf Marek <r.marek@assembler.cz>
11124 L:      lm-sensors@lm-sensors.org
11125 S:      Maintained
11126 F:      Documentation/hwmon/w83793
11127 F:      drivers/hwmon/w83793.c
11128
11129 W83795 HARDWARE MONITORING DRIVER
11130 M:      Jean Delvare <jdelvare@suse.com>
11131 L:      lm-sensors@lm-sensors.org
11132 S:      Maintained
11133 F:      drivers/hwmon/w83795.c
11134
11135 W83L51xD SD/MMC CARD INTERFACE DRIVER
11136 M:      Pierre Ossman <pierre@ossman.eu>
11137 S:      Maintained
11138 F:      drivers/mmc/host/wbsd.*
11139
11140 WACOM PROTOCOL 4 SERIAL TABLETS
11141 M:      Julian Squires <julian@cipht.net>
11142 M:      Hans de Goede <hdegoede@redhat.com>
11143 L:      linux-input@vger.kernel.org
11144 S:      Maintained
11145 F:      drivers/input/tablet/wacom_serial4.c
11146
11147 WATCHDOG DEVICE DRIVERS
11148 M:      Wim Van Sebroeck <wim@iguana.be>
11149 L:      linux-watchdog@vger.kernel.org
11150 W:      http://www.linux-watchdog.org/
11151 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11152 S:      Maintained
11153 F:      Documentation/watchdog/
11154 F:      drivers/watchdog/
11155 F:      include/linux/watchdog.h
11156 F:      include/uapi/linux/watchdog.h
11157
11158 WD7000 SCSI DRIVER
11159 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11160 L:      linux-scsi@vger.kernel.org
11161 S:      Maintained
11162 F:      drivers/scsi/wd7000.c
11163
11164 WIIMOTE HID DRIVER
11165 M:      David Herrmann <dh.herrmann@googlemail.com>
11166 L:      linux-input@vger.kernel.org
11167 S:      Maintained
11168 F:      drivers/hid/hid-wiimote*
11169
11170 WINBOND CIR DRIVER
11171 M:      David Härdeman <david@hardeman.nu>
11172 S:      Maintained
11173 F:      drivers/media/rc/winbond-cir.c
11174
11175 WIMAX STACK
11176 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11177 M:      linux-wimax@intel.com
11178 L:      wimax@linuxwimax.org (subscribers-only)
11179 S:      Supported
11180 W:      http://linuxwimax.org
11181 F:      Documentation/wimax/README.wimax
11182 F:      include/linux/wimax/debug.h
11183 F:      include/net/wimax.h
11184 F:      include/uapi/linux/wimax.h
11185 F:      net/wimax/
11186
11187 WISTRON LAPTOP BUTTON DRIVER
11188 M:      Miloslav Trmac <mitr@volny.cz>
11189 S:      Maintained
11190 F:      drivers/input/misc/wistron_btns.c
11191
11192 WL3501 WIRELESS PCMCIA CARD DRIVER
11193 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11194 L:      linux-wireless@vger.kernel.org
11195 W:      http://oops.ghostprotocols.net:81/blog
11196 S:      Maintained
11197 F:      drivers/net/wireless/wl3501*
11198
11199 WM97XX TOUCHSCREEN DRIVERS
11200 M:      Mark Brown <broonie@kernel.org>
11201 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11202 L:      linux-input@vger.kernel.org
11203 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
11204 W:      http://opensource.wolfsonmicro.com/node/7
11205 S:      Supported
11206 F:      drivers/input/touchscreen/*wm97*
11207 F:      include/linux/wm97xx.h
11208
11209 WOLFSON MICROELECTRONICS DRIVERS
11210 L:      patches@opensource.wolfsonmicro.com
11211 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
11212 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
11213 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
11214 S:      Supported
11215 F:      Documentation/hwmon/wm83??
11216 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11217 F:      drivers/clk/clk-wm83*.c
11218 F:      drivers/extcon/extcon-arizona.c
11219 F:      drivers/leds/leds-wm83*.c
11220 F:      drivers/gpio/gpio-*wm*.c
11221 F:      drivers/gpio/gpio-arizona.c
11222 F:      drivers/hwmon/wm83??-hwmon.c
11223 F:      drivers/input/misc/wm831x-on.c
11224 F:      drivers/input/touchscreen/wm831x-ts.c
11225 F:      drivers/input/touchscreen/wm97*.c
11226 F:      drivers/mfd/arizona*
11227 F:      drivers/mfd/wm*.c
11228 F:      drivers/power/wm83*.c
11229 F:      drivers/rtc/rtc-wm83*.c
11230 F:      drivers/regulator/wm8*.c
11231 F:      drivers/video/backlight/wm83*_bl.c
11232 F:      drivers/watchdog/wm83*_wdt.c
11233 F:      include/linux/mfd/arizona/
11234 F:      include/linux/mfd/wm831x/
11235 F:      include/linux/mfd/wm8350/
11236 F:      include/linux/mfd/wm8400*
11237 F:      include/linux/wm97xx.h
11238 F:      include/sound/wm????.h
11239 F:      sound/soc/codecs/arizona.?
11240 F:      sound/soc/codecs/wm*
11241
11242 WORKQUEUE
11243 M:      Tejun Heo <tj@kernel.org>
11244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11245 S:      Maintained
11246 F:      include/linux/workqueue.h
11247 F:      kernel/workqueue.c
11248 F:      Documentation/workqueue.txt
11249
11250 X.25 NETWORK LAYER
11251 M:      Andrew Hendry <andrew.hendry@gmail.com>
11252 L:      linux-x25@vger.kernel.org
11253 S:      Odd Fixes
11254 F:      Documentation/networking/x25*
11255 F:      include/net/x25*
11256 F:      net/x25/
11257
11258 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11259 M:      Thomas Gleixner <tglx@linutronix.de>
11260 M:      Ingo Molnar <mingo@redhat.com>
11261 M:      "H. Peter Anvin" <hpa@zytor.com>
11262 M:      x86@kernel.org
11263 L:      linux-kernel@vger.kernel.org
11264 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11265 S:      Maintained
11266 F:      Documentation/x86/
11267 F:      arch/x86/
11268
11269 X86 PLATFORM DRIVERS
11270 M:      Darren Hart <dvhart@infradead.org>
11271 L:      platform-driver-x86@vger.kernel.org
11272 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11273 S:      Maintained
11274 F:      drivers/platform/x86/
11275
11276 X86 MCE INFRASTRUCTURE
11277 M:      Tony Luck <tony.luck@intel.com>
11278 M:      Borislav Petkov <bp@alien8.de>
11279 L:      linux-edac@vger.kernel.org
11280 S:      Maintained
11281 F:      arch/x86/kernel/cpu/mcheck/*
11282
11283 X86 VDSO
11284 M:      Andy Lutomirski <luto@amacapital.net>
11285 L:      linux-kernel@vger.kernel.org
11286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11287 S:      Maintained
11288 F:      arch/x86/entry/vdso/
11289
11290 XC2028/3028 TUNER DRIVER
11291 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11292 L:      linux-media@vger.kernel.org
11293 W:      http://linuxtv.org
11294 T:      git git://linuxtv.org/media_tree.git
11295 S:      Maintained
11296 F:      drivers/media/tuners/tuner-xc2028.*
11297
11298 XEN HYPERVISOR INTERFACE
11299 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11300 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11301 M:      David Vrabel <david.vrabel@citrix.com>
11302 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11304 S:      Supported
11305 F:      arch/x86/xen/
11306 F:      drivers/*/xen-*front.c
11307 F:      drivers/xen/
11308 F:      arch/x86/include/asm/xen/
11309 F:      include/xen/
11310 F:      include/uapi/xen/
11311
11312 XEN HYPERVISOR ARM
11313 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11314 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11315 S:      Supported
11316 F:      arch/arm/xen/
11317 F:      arch/arm/include/asm/xen/
11318
11319 XEN HYPERVISOR ARM64
11320 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11321 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11322 S:      Supported
11323 F:      arch/arm64/xen/
11324 F:      arch/arm64/include/asm/xen/
11325
11326 XEN NETWORK BACKEND DRIVER
11327 M:      Ian Campbell <ian.campbell@citrix.com>
11328 M:      Wei Liu <wei.liu2@citrix.com>
11329 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11330 L:      netdev@vger.kernel.org
11331 S:      Supported
11332 F:      drivers/net/xen-netback/*
11333
11334 XEN PCI SUBSYSTEM
11335 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11336 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11337 S:      Supported
11338 F:      arch/x86/pci/*xen*
11339 F:      drivers/pci/*xen*
11340
11341 XEN BLOCK SUBSYSTEM
11342 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11343 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11344 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11345 S:      Supported
11346 F:      drivers/block/xen-blkback/*
11347 F:      drivers/block/xen*
11348
11349 XEN PVSCSI DRIVERS
11350 M:      Juergen Gross <jgross@suse.com>
11351 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11352 L:      linux-scsi@vger.kernel.org
11353 S:      Supported
11354 F:      drivers/scsi/xen-scsifront.c
11355 F:      drivers/xen/xen-scsiback.c
11356 F:      include/xen/interface/io/vscsiif.h
11357
11358 XEN SWIOTLB SUBSYSTEM
11359 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11360 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11361 S:      Supported
11362 F:      arch/x86/xen/*swiotlb*
11363 F:      drivers/xen/*swiotlb*
11364
11365 XFS FILESYSTEM
11366 P:      Silicon Graphics Inc
11367 M:      Dave Chinner <david@fromorbit.com>
11368 M:      xfs@oss.sgi.com
11369 L:      xfs@oss.sgi.com
11370 W:      http://oss.sgi.com/projects/xfs
11371 T:      git git://oss.sgi.com/xfs/xfs.git
11372 S:      Supported
11373 F:      Documentation/filesystems/xfs.txt
11374 F:      fs/xfs/
11375
11376 XILINX AXI ETHERNET DRIVER
11377 M:      Anirudha Sarangi <anirudh@xilinx.com>
11378 M:      John Linn <John.Linn@xilinx.com>
11379 S:      Maintained
11380 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11381
11382 XILINX UARTLITE SERIAL DRIVER
11383 M:      Peter Korsgaard <jacmet@sunsite.dk>
11384 L:      linux-serial@vger.kernel.org
11385 S:      Maintained
11386 F:      drivers/tty/serial/uartlite.c
11387
11388 XILINX VIDEO IP CORES
11389 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11390 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11391 L:      linux-media@vger.kernel.org
11392 T:      git git://linuxtv.org/media_tree.git
11393 S:      Supported
11394 F:      Documentation/devicetree/bindings/media/xilinx/
11395 F:      drivers/media/platform/xilinx/
11396 F:      include/uapi/linux/xilinx-v4l2-controls.h
11397
11398 XILLYBUS DRIVER
11399 M:      Eli Billauer <eli.billauer@gmail.com>
11400 L:      linux-kernel@vger.kernel.org
11401 S:      Supported
11402 F:      drivers/char/xillybus/
11403
11404 XTENSA XTFPGA PLATFORM SUPPORT
11405 M:      Max Filippov <jcmvbkbc@gmail.com>
11406 L:      linux-xtensa@linux-xtensa.org
11407 S:      Maintained
11408 F:      drivers/spi/spi-xtensa-xtfpga.c
11409 F:      sound/soc/xtensa/xtfpga-i2s.c
11410
11411 YAM DRIVER FOR AX.25
11412 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11413 L:      linux-hams@vger.kernel.org
11414 S:      Maintained
11415 F:      drivers/net/hamradio/yam*
11416 F:      include/linux/yam.h
11417
11418 YEALINK PHONE DRIVER
11419 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11420 L:      usbb2k-api-dev@nongnu.org
11421 S:      Maintained
11422 F:      Documentation/input/yealink.txt
11423 F:      drivers/input/misc/yealink.*
11424
11425 Z8530 DRIVER FOR AX.25
11426 M:      Joerg Reuter <jreuter@yaina.de>
11427 W:      http://yaina.de/jreuter/
11428 W:      http://www.qsl.net/dl1bke/
11429 L:      linux-hams@vger.kernel.org
11430 S:      Maintained
11431 F:      Documentation/networking/z8530drv.txt
11432 F:      drivers/net/hamradio/*scc.c
11433 F:      drivers/net/hamradio/z8530.h
11434
11435 ZBUD COMPRESSED PAGE ALLOCATOR
11436 M:      Seth Jennings <sjennings@variantweb.net>
11437 L:      linux-mm@kvack.org
11438 S:      Maintained
11439 F:      mm/zbud.c
11440 F:      include/linux/zbud.h
11441
11442 ZD1211RW WIRELESS DRIVER
11443 M:      Daniel Drake <dsd@gentoo.org>
11444 M:      Ulrich Kunitz <kune@deine-taler.de>
11445 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11446 L:      linux-wireless@vger.kernel.org
11447 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11448 S:      Maintained
11449 F:      drivers/net/wireless/zd1211rw/
11450
11451 ZPOOL COMPRESSED PAGE STORAGE API
11452 M:      Dan Streetman <ddstreet@ieee.org>
11453 L:      linux-mm@kvack.org
11454 S:      Maintained
11455 F:      mm/zpool.c
11456 F:      include/linux/zpool.h
11457
11458 ZR36067 VIDEO FOR LINUX DRIVER
11459 L:      mjpeg-users@lists.sourceforge.net
11460 L:      linux-media@vger.kernel.org
11461 W:      http://mjpeg.sourceforge.net/driver-zoran/
11462 T:      hg http://linuxtv.org/hg/v4l-dvb
11463 S:      Odd Fixes
11464 F:      drivers/media/pci/zoran/
11465
11466 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11467 M:      Minchan Kim <minchan@kernel.org>
11468 M:      Nitin Gupta <ngupta@vflare.org>
11469 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11470 L:      linux-kernel@vger.kernel.org
11471 S:      Maintained
11472 F:      drivers/block/zram/
11473 F:      Documentation/blockdev/zram.txt
11474
11475 ZS DECSTATION Z85C30 SERIAL DRIVER
11476 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11477 S:      Maintained
11478 F:      drivers/tty/serial/zs.*
11479
11480 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11481 M:      Minchan Kim <minchan@kernel.org>
11482 M:      Nitin Gupta <ngupta@vflare.org>
11483 L:      linux-mm@kvack.org
11484 S:      Maintained
11485 F:      mm/zsmalloc.c
11486 F:      include/linux/zsmalloc.h
11487 F:      Documentation/vm/zsmalloc.txt
11488
11489 ZSWAP COMPRESSED SWAP CACHING
11490 M:      Seth Jennings <sjennings@variantweb.net>
11491 L:      linux-mm@kvack.org
11492 S:      Maintained
11493 F:      mm/zswap.c
11494
11495 THE REST
11496 M:      Linus Torvalds <torvalds@linux-foundation.org>
11497 L:      linux-kernel@vger.kernel.org
11498 Q:      http://patchwork.kernel.org/project/LKML/list/
11499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11500 S:      Buried alive in reporters
11501 F:      *
11502 F:      */