drm/tegra: dsi: Soft-reset controller on ->disable
[pandora-kernel.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA TRIPLE SPEED ETHERNET DRIVER
567 M:      Vince Bridgers <vbridger@opensource.altera.com>
568 L:      netdev@vger.kernel.org
569 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570 S:      Maintained
571 F:      drivers/net/ethernet/altera/
572
573 ALTERA UART/JTAG UART SERIAL DRIVERS
574 M:      Tobias Klauser <tklauser@distanz.ch>
575 L:      linux-serial@vger.kernel.org
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/tty/serial/altera_uart.c
579 F:      drivers/tty/serial/altera_jtaguart.c
580 F:      include/linux/altera_uart.h
581 F:      include/linux/altera_jtaguart.h
582
583 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
584 M:      Tom Lendacky <thomas.lendacky@amd.com>
585 L:      linux-crypto@vger.kernel.org
586 S:      Supported
587 F:      drivers/crypto/ccp/
588 F:      include/linux/ccp.h
589
590 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
591 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
592 L:      lm-sensors@lm-sensors.org
593 S:      Maintained
594 F:      Documentation/hwmon/fam15h_power
595 F:      drivers/hwmon/fam15h_power.c
596
597 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
598 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
599 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
600 S:      Supported
601 F:      drivers/usb/gadget/udc/amd5536udc.*
602
603 AMD GEODE PROCESSOR/CHIPSET SUPPORT
604 P:      Andres Salomon <dilinger@queued.net>
605 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
606 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
607 S:      Supported
608 F:      drivers/char/hw_random/geode-rng.c
609 F:      drivers/crypto/geode*
610 F:      drivers/video/fbdev/geode/
611 F:      arch/x86/include/asm/geode.h
612
613 AMD IOMMU (AMD-VI)
614 M:      Joerg Roedel <joro@8bytes.org>
615 L:      iommu@lists.linux-foundation.org
616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
617 S:      Maintained
618 F:      drivers/iommu/amd_iommu*.[ch]
619 F:      include/linux/amd-iommu.h
620
621 AMD KFD
622 M:      Oded Gabbay <oded.gabbay@amd.com>
623 L:      dri-devel@lists.freedesktop.org
624 T:      git git://people.freedesktop.org/~gabbayo/linux.git
625 S:      Supported
626 F:      drivers/gpu/drm/amd/amdkfd/
627 F:      drivers/gpu/drm/amd/include/cik_structs.h
628 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
629 F:      drivers/gpu/drm/radeon/radeon_kfd.c
630 F:      drivers/gpu/drm/radeon/radeon_kfd.h
631 F:      include/uapi/linux/kfd_ioctl.h
632
633 AMD MICROCODE UPDATE SUPPORT
634 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
635 L:      amd64-microcode@amd64.org
636 S:      Maintained
637 F:      arch/x86/kernel/cpu/microcode/amd*
638
639 AMD XGBE DRIVER
640 M:      Tom Lendacky <thomas.lendacky@amd.com>
641 L:      netdev@vger.kernel.org
642 S:      Supported
643 F:      drivers/net/ethernet/amd/xgbe/
644 F:      drivers/net/phy/amd-xgbe-phy.c
645
646 AMS (Apple Motion Sensor) DRIVER
647 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
648 S:      Supported
649 F:      drivers/macintosh/ams/
650
651 AMSO1100 RNIC DRIVER
652 M:      Tom Tucker <tom@opengridcomputing.com>
653 M:      Steve Wise <swise@opengridcomputing.com>
654 L:      linux-rdma@vger.kernel.org
655 S:      Maintained
656 F:      drivers/infiniband/hw/amso1100/
657
658 ANALOG DEVICES INC AD9389B DRIVER
659 M:      Hans Verkuil <hans.verkuil@cisco.com>
660 L:      linux-media@vger.kernel.org
661 S:      Maintained
662 F:      drivers/media/i2c/ad9389b*
663
664 ANALOG DEVICES INC ADV7511 DRIVER
665 M:      Hans Verkuil <hans.verkuil@cisco.com>
666 L:      linux-media@vger.kernel.org
667 S:      Maintained
668 F:      drivers/media/i2c/adv7511*
669
670 ANALOG DEVICES INC ADV7604 DRIVER
671 M:      Hans Verkuil <hans.verkuil@cisco.com>
672 L:      linux-media@vger.kernel.org
673 S:      Maintained
674 F:      drivers/media/i2c/adv7604*
675
676 ANALOG DEVICES INC ADV7842 DRIVER
677 M:      Hans Verkuil <hans.verkuil@cisco.com>
678 L:      linux-media@vger.kernel.org
679 S:      Maintained
680 F:      drivers/media/i2c/adv7842*
681
682 ANALOG DEVICES INC ASOC CODEC DRIVERS
683 M:      Lars-Peter Clausen <lars@metafoo.de>
684 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
685 W:      http://wiki.analog.com/
686 W:      http://ez.analog.com/community/linux-device-drivers
687 S:      Supported
688 F:      sound/soc/codecs/adau*
689 F:      sound/soc/codecs/adav*
690 F:      sound/soc/codecs/ad1*
691 F:      sound/soc/codecs/ad7*
692 F:      sound/soc/codecs/ssm*
693 F:      sound/soc/codecs/sigmadsp.*
694
695 ANALOG DEVICES INC ASOC DRIVERS
696 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
697 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
698 W:      http://blackfin.uclinux.org/
699 S:      Supported
700 F:      sound/soc/blackfin/*
701  
702 ANALOG DEVICES INC IIO DRIVERS
703 M:      Lars-Peter Clausen <lars@metafoo.de>
704 M:      Michael Hennerich <Michael.Hennerich@analog.com>
705 W:      http://wiki.analog.com/
706 W:      http://ez.analog.com/community/linux-device-drivers
707 S:      Supported
708 F:      drivers/iio/*/ad*
709 X:      drivers/iio/*/adjd*
710 F:      drivers/staging/iio/*/ad*
711 F:      staging/iio/trigger/iio-trig-bfin-timer.c
712
713 AOA (Apple Onboard Audio) ALSA DRIVER
714 M:      Johannes Berg <johannes@sipsolutions.net>
715 L:      linuxppc-dev@lists.ozlabs.org
716 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
717 S:      Maintained
718 F:      sound/aoa/
719
720 APM DRIVER
721 M:      Jiri Kosina <jkosina@suse.cz>
722 S:      Odd fixes
723 F:      arch/x86/kernel/apm_32.c
724 F:      include/linux/apm_bios.h
725 F:      include/uapi/linux/apm_bios.h
726 F:      drivers/char/apm-emulation.c
727
728 APPLE BCM5974 MULTITOUCH DRIVER
729 M:      Henrik Rydberg <rydberg@bitmath.org>
730 L:      linux-input@vger.kernel.org
731 S:      Odd fixes
732 F:      drivers/input/mouse/bcm5974.c
733
734 APPLE SMC DRIVER
735 M:      Henrik Rydberg <rydberg@bitmath.org>
736 L:      lm-sensors@lm-sensors.org
737 S:      Odd fixes
738 F:      drivers/hwmon/applesmc.c
739
740 APPLETALK NETWORK LAYER
741 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
742 S:      Maintained
743 F:      drivers/net/appletalk/
744 F:      net/appletalk/
745
746 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
747 M:      Iyappan Subramanian <isubramanian@apm.com>
748 M:      Keyur Chudgar <kchudgar@apm.com>
749 S:      Supported
750 F:      drivers/net/ethernet/apm/xgene/
751 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
752
753 APTINA CAMERA SENSOR PLL
754 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
755 L:      linux-media@vger.kernel.org
756 S:      Maintained
757 F:      drivers/media/i2c/aptina-pll.*
758
759 ARC FRAMEBUFFER DRIVER
760 M:      Jaya Kumar <jayalk@intworks.biz>
761 S:      Maintained
762 F:      drivers/video/fbdev/arcfb.c
763 F:      drivers/video/fbdev/core/fb_defio.c
764
765 ARM MFM AND FLOPPY DRIVERS
766 M:      Ian Molton <spyro@f2s.com>
767 S:      Maintained
768 F:      arch/arm/lib/floppydma.S
769 F:      arch/arm/include/asm/floppy.h
770
771 ARM PMU PROFILING AND DEBUGGING
772 M:      Will Deacon <will.deacon@arm.com>
773 S:      Maintained
774 F:      arch/arm/kernel/perf_event*
775 F:      arch/arm/oprofile/common.c
776 F:      arch/arm/include/asm/pmu.h
777 F:      arch/arm/kernel/hw_breakpoint.c
778 F:      arch/arm/include/asm/hw_breakpoint.h
779
780 ARM PORT
781 M:      Russell King <linux@arm.linux.org.uk>
782 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
783 W:      http://www.arm.linux.org.uk/
784 S:      Maintained
785 F:      arch/arm/
786
787 ARM SUB-ARCHITECTURES
788 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
789 S:      Maintained
790 F:      arch/arm/mach-*/
791 F:      arch/arm/plat-*/
792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
793
794 ARM PRIMECELL AACI PL041 DRIVER
795 M:      Russell King <linux@arm.linux.org.uk>
796 S:      Maintained
797 F:      sound/arm/aaci.*
798
799 ARM PRIMECELL CLCD PL110 DRIVER
800 M:      Russell King <linux@arm.linux.org.uk>
801 S:      Maintained
802 F:      drivers/video/fbdev/amba-clcd.*
803
804 ARM PRIMECELL KMI PL050 DRIVER
805 M:      Russell King <linux@arm.linux.org.uk>
806 S:      Maintained
807 F:      drivers/input/serio/ambakmi.*
808 F:      include/linux/amba/kmi.h
809
810 ARM PRIMECELL MMCI PL180/1 DRIVER
811 M:      Russell King <linux@arm.linux.org.uk>
812 S:      Maintained
813 F:      drivers/mmc/host/mmci.*
814 F:      include/linux/amba/mmci.h
815
816 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
817 M:      Russell King <linux@arm.linux.org.uk>
818 S:      Maintained
819 F:      drivers/tty/serial/amba-pl01*.c
820 F:      include/linux/amba/serial.h
821
822 ARM PRIMECELL BUS SUPPORT
823 M:      Russell King <linux@arm.linux.org.uk>
824 S:      Maintained
825 F:      drivers/amba/
826 F:      include/linux/amba/bus.h
827
828 ARM/ADS SPHERE MACHINE SUPPORT
829 M:      Lennert Buytenhek <kernel@wantstofly.org>
830 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
831 S:      Maintained
832
833 ARM/AFEB9260 MACHINE SUPPORT
834 M:      Sergey Lapin <slapin@ossfans.org>
835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
836 S:      Maintained
837
838 ARM/AJECO 1ARM MACHINE SUPPORT
839 M:      Lennert Buytenhek <kernel@wantstofly.org>
840 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
841 S:      Maintained
842
843 ARM/Allwinner A1X SoC support
844 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
845 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
846 S:      Maintained
847 N:      sun[x4567]i
848
849 ARM/Allwinner SoC Clock Support
850 M:      Emilio López <emilio@elopez.com.ar>
851 S:      Maintained
852 F:      drivers/clk/sunxi/
853
854 ARM/Amlogic MesonX SoC support
855 M:      Carlo Caione <carlo@caione.org>
856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
857 S:      Maintained
858 F:      drivers/media/rc/meson-ir.c
859 N:      meson[x68]
860
861 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
862 M:      Andrew Victor <linux@maxim.org.za>
863 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
864 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
865 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
866 W:      http://maxim.org.za/at91_26.html
867 W:      http://www.linux4sam.org
868 S:      Supported
869 F:      arch/arm/mach-at91/
870 F:      include/soc/at91/
871 F:      arch/arm/boot/dts/at91*.dts
872 F:      arch/arm/boot/dts/at91*.dtsi
873 F:      arch/arm/boot/dts/sama*.dts
874 F:      arch/arm/boot/dts/sama*.dtsi
875
876 ARM/ATMEL AT91 Clock Support
877 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
878 S:      Maintained
879 F:      drivers/clk/at91
880
881 ARM/CALXEDA HIGHBANK ARCHITECTURE
882 M:      Rob Herring <robh@kernel.org>
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
885 F:      arch/arm/mach-highbank/
886
887 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
888 M:      Krzysztof Halasa <khalasa@piap.pl>
889 S:      Maintained
890 F:      arch/arm/mach-cns3xxx/
891
892 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
893 M:      Alexander Shiyan <shc_work@mail.ru>
894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
895 S:      Odd Fixes
896 N:      clps711x
897
898 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
899 M:      Hartley Sweeten <hsweeten@visionengravers.com>
900 M:      Ryan Mallon <rmallon@gmail.com>
901 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
902 S:      Maintained
903 F:      arch/arm/mach-ep93xx/
904 F:      arch/arm/mach-ep93xx/include/mach/
905
906 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
907 M:      Lennert Buytenhek <kernel@wantstofly.org>
908 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
909 S:      Maintained
910
911 ARM/CLKDEV SUPPORT
912 M:      Russell King <linux@arm.linux.org.uk>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 S:      Maintained
915 F:      arch/arm/include/asm/clkdev.h
916 F:      drivers/clk/clkdev.c
917
918 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
919 M:      Mike Rapoport <mike@compulab.co.il>
920 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
921 S:      Maintained
922
923 ARM/CONTEC MICRO9 MACHINE SUPPORT
924 M:      Hubert Feurstein <hubert.feurstein@contec.at>
925 S:      Maintained
926 F:      arch/arm/mach-ep93xx/micro9.c
927
928 ARM/CORESIGHT FRAMEWORK AND DRIVERS
929 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
930 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
931 S:      Maintained
932 F:      drivers/coresight/*
933 F:      Documentation/trace/coresight.txt
934 F:      Documentation/devicetree/bindings/arm/coresight.txt
935 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
936
937 ARM/CORGI MACHINE SUPPORT
938 M:      Richard Purdie <rpurdie@rpsys.net>
939 S:      Maintained
940
941 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
942 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 T:      git git://git.berlios.de/gemini-board
945 S:      Maintained
946 F:      arch/arm/mach-gemini/
947
948 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
949 M:      Barry Song <baohua@kernel.org>
950 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
952 S:      Maintained
953 F:      arch/arm/mach-prima2/
954 F:      drivers/clk/sirf/
955 F:      drivers/clocksource/timer-prima2.c
956 F:      drivers/clocksource/timer-marco.c
957 N:      [^a-z]sirf
958
959 ARM/EBSA110 MACHINE SUPPORT
960 M:      Russell King <linux@arm.linux.org.uk>
961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
962 W:      http://www.arm.linux.org.uk/
963 S:      Maintained
964 F:      arch/arm/mach-ebsa110/
965 F:      drivers/net/ethernet/amd/am79c961a.*
966
967 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
968 M:      Uwe Kleine-König <kernel@pengutronix.de>
969 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
970 S:      Maintained
971 N:      efm32
972
973 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
974 M:      Daniel Ribeiro <drwyrm@gmail.com>
975 M:      Stefan Schmidt <stefan@openezx.org>
976 M:      Harald Welte <laforge@openezx.org>
977 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
978 W:      http://www.openezx.org/
979 S:      Maintained
980 T:      topgit git://git.openezx.org/openezx.git
981 F:      arch/arm/mach-pxa/ezx.c
982
983 ARM/FARADAY FA526 PORT
984 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
985 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
986 S:      Maintained
987 T:      git git://git.berlios.de/gemini-board
988 F:      arch/arm/mm/*-fa*
989
990 ARM/FOOTBRIDGE ARCHITECTURE
991 M:      Russell King <linux@arm.linux.org.uk>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 W:      http://www.arm.linux.org.uk/
994 S:      Maintained
995 F:      arch/arm/include/asm/hardware/dec21285.h
996 F:      arch/arm/mach-footbridge/
997
998 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
999 M:      Shawn Guo <shawn.guo@linaro.org>
1000 M:      Sascha Hauer <kernel@pengutronix.de>
1001 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1002 S:      Maintained
1003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1004 F:      arch/arm/mach-imx/
1005 F:      arch/arm/mach-mxs/
1006 F:      arch/arm/boot/dts/imx*
1007 F:      arch/arm/configs/imx*_defconfig
1008
1009 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1010 M:      Lennert Buytenhek <kernel@wantstofly.org>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 S:      Maintained
1013
1014 ARM/GUMSTIX MACHINE SUPPORT
1015 M:      Steve Sakoman <sakoman@gmail.com>
1016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1017 S:      Maintained
1018
1019 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1020 M:      Philipp Zabel <philipp.zabel@gmail.com>
1021 M:      Paul Parsons <lost.distance@yahoo.com>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 S:      Maintained
1024 F:      arch/arm/mach-pxa/hx4700.c
1025 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1026 F:      sound/soc/pxa/hx4700.c
1027
1028 ARM/HISILICON SOC SUPPORT
1029 M:      Wei Xu <xuwei5@hisilicon.com>
1030 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031 W:      http://www.hisilicon.com
1032 S:      Supported
1033 T:      git git://github.com/hisilicon/linux-hisi.git
1034 F:      arch/arm/mach-hisi/
1035
1036 ARM/HP JORNADA 7XX MACHINE SUPPORT
1037 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1038 W:      www.jlime.com
1039 S:      Maintained
1040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1041 F:      arch/arm/mach-sa1100/jornada720.c
1042 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1043
1044 ARM/IGEP MACHINE SUPPORT
1045 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1046 M:      Javier Martinez Canillas <javier@dowhile0.org>
1047 L:      linux-omap@vger.kernel.org
1048 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1049 S:      Maintained
1050 F:      arch/arm/boot/dts/omap3-igep*
1051
1052 ARM/INCOME PXA270 SUPPORT
1053 M:      Marek Vasut <marek.vasut@gmail.com>
1054 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1055 S:      Maintained
1056 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1057
1058 ARM/INTEL IOP32X ARM ARCHITECTURE
1059 M:      Lennert Buytenhek <kernel@wantstofly.org>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S:      Maintained
1062
1063 ARM/INTEL IOP33X ARM ARCHITECTURE
1064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1065 S:      Orphan
1066
1067 ARM/INTEL IOP13XX ARM ARCHITECTURE
1068 M:      Lennert Buytenhek <kernel@wantstofly.org>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071
1072 ARM/INTEL IQ81342EX MACHINE SUPPORT
1073 M:      Lennert Buytenhek <kernel@wantstofly.org>
1074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1075 S:      Maintained
1076
1077 ARM/INTEL IXDP2850 MACHINE SUPPORT
1078 M:      Lennert Buytenhek <kernel@wantstofly.org>
1079 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1080 S:      Maintained
1081
1082 ARM/INTEL IXP4XX ARM ARCHITECTURE
1083 M:      Imre Kaloz <kaloz@openwrt.org>
1084 M:      Krzysztof Halasa <khalasa@piap.pl>
1085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086 S:      Maintained
1087 F:      arch/arm/mach-ixp4xx/
1088
1089 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1090 M:      Jonathan Cameron <jic23@cam.ac.uk>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1093 F:      arch/arm/mach-pxa/stargate2.c
1094 F:      drivers/pcmcia/pxa2xx_stargate2.c
1095
1096 ARM/INTEL XSC3 (MANZANO) ARM CORE
1097 M:      Lennert Buytenhek <kernel@wantstofly.org>
1098 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1099 S:      Maintained
1100
1101 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1102 M:      Lennert Buytenhek <kernel@wantstofly.org>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105
1106 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1107 M:      Santosh Shilimkar <ssantosh@kernel.org>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S:      Maintained
1110 F:      arch/arm/mach-keystone/
1111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1112
1113 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1114 M:      Santosh Shilimkar <ssantosh@kernel.org>
1115 L:      linux-kernel@vger.kernel.org
1116 S:      Maintained
1117 F:      drivers/clk/keystone/
1118
1119 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1120 M:      Santosh Shilimkar <ssantosh@kernel.org>
1121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 L:      linux-kernel@vger.kernel.org
1123 S:      Maintained
1124 F:      drivers/clocksource/timer-keystone.c
1125
1126 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1127 M:      Santosh Shilimkar <ssantosh@kernel.org>
1128 L:      linux-kernel@vger.kernel.org
1129 S:      Maintained
1130 F:      drivers/power/reset/keystone-reset.c
1131
1132 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1133 M:      Santosh Shilimkar <ssantosh@kernel.org>
1134 L:      linux-kernel@vger.kernel.org
1135 S:      Maintained
1136 F:      drivers/memory/*emif*
1137
1138 ARM/LOGICPD PXA270 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/MAGICIAN MACHINE SUPPORT
1144 M:      Philipp Zabel <philipp.zabel@gmail.com>
1145 S:      Maintained
1146
1147 ARM/Marvell Armada 370 and Armada XP SOC support
1148 M:      Jason Cooper <jason@lakedaemon.net>
1149 M:      Andrew Lunn <andrew@lunn.ch>
1150 M:      Gregory Clement <gregory.clement@free-electrons.com>
1151 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1152 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 S:      Maintained
1154 F:      arch/arm/mach-mvebu/
1155
1156 ARM/Marvell Berlin SoC support
1157 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 S:      Maintained
1160 F:      arch/arm/mach-berlin/
1161
1162 ARM/Marvell Dove/MV78xx0/Orion SOC support
1163 M:      Jason Cooper <jason@lakedaemon.net>
1164 M:      Andrew Lunn <andrew@lunn.ch>
1165 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1167 S:      Maintained
1168 F:      arch/arm/mach-dove/
1169 F:      arch/arm/mach-mv78xx0/
1170 F:      arch/arm/mach-orion5x/
1171 F:      arch/arm/plat-orion/
1172
1173 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1174 M:      Alexander Clouter <alex@digriz.org.uk>
1175 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176 W:      http://www.digriz.org.uk/ts78xx/kernel
1177 S:      Maintained
1178 F:      arch/arm/mach-orion5x/ts78xx-*
1179
1180 ARM/Mediatek SoC support
1181 M:      Matthias Brugger <matthias.bgg@gmail.com>
1182 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1183 S:      Maintained
1184 F:      arch/arm/boot/dts/mt6*
1185 F:      arch/arm/boot/dts/mt8*
1186 F:      arch/arm/mach-mediatek/
1187 N:      mtk
1188 K:      mediatek
1189
1190 ARM/MICREL KS8695 ARCHITECTURE
1191 M:      Greg Ungerer <gerg@uclinux.org>
1192 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1193 F:      arch/arm/mach-ks8695/
1194 S:      Odd Fixes
1195
1196 ARM/MIOA701 MACHINE SUPPORT
1197 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1198 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1199 F:      arch/arm/mach-pxa/mioa701.c
1200 S:      Maintained
1201
1202 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1203 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1204 S:      Maintained
1205
1206 ARM/NOMADIK ARCHITECTURE
1207 M:      Alessandro Rubini <rubini@unipv.it>
1208 M:      Linus Walleij <linus.walleij@linaro.org>
1209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1210 S:      Maintained
1211 F:      arch/arm/mach-nomadik/
1212 F:      drivers/pinctrl/nomadik/
1213 F:      drivers/i2c/busses/i2c-nomadik.c
1214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1215
1216 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1217 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1218 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1219 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1220 S:      Supported
1221
1222 ARM/QUALCOMM MSM MACHINE SUPPORT
1223 M:      David Brown <davidb@codeaurora.org>
1224 M:      Daniel Walker <dwalker@fifo99.com>
1225 M:      Bryan Huntsman <bryanh@codeaurora.org>
1226 L:      linux-arm-msm@vger.kernel.org
1227 F:      arch/arm/mach-msm/
1228 F:      drivers/video/fbdev/msm/
1229 F:      drivers/mmc/host/msm_sdcc.c
1230 F:      drivers/mmc/host/msm_sdcc.h
1231 F:      drivers/tty/serial/msm_serial.h
1232 F:      drivers/tty/serial/msm_serial.c
1233 F:      drivers/*/pm8???-*
1234 F:      drivers/mfd/ssbi.c
1235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1236 S:      Maintained
1237
1238 ARM/TOSA MACHINE SUPPORT
1239 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1240 M:      Dirk Opfer <dirk@opfer-online.de>
1241 S:      Maintained
1242
1243 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1244 M:      Marek Vasut <marek.vasut@gmail.com>
1245 L:      linux-arm-kernel@lists.infradead.org
1246 W:      http://hackndev.com
1247 S:      Maintained
1248 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1249 F:      arch/arm/mach-pxa/palmtx.c
1250 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1251 F:      arch/arm/mach-pxa/palmt5.c
1252 F:      arch/arm/mach-pxa/include/mach/palmld.h
1253 F:      arch/arm/mach-pxa/palmld.c
1254 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1255 F:      arch/arm/mach-pxa/palmte2.c
1256 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1257 F:      arch/arm/mach-pxa/palmtc.c
1258
1259 ARM/PALM TREO SUPPORT
1260 M:      Tomas Cech <sleep_walker@suse.cz>
1261 L:      linux-arm-kernel@lists.infradead.org
1262 W:      http://hackndev.com
1263 S:      Maintained
1264 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1265 F:      arch/arm/mach-pxa/palmtreo.c
1266
1267 ARM/PALMZ72 SUPPORT
1268 M:      Sergey Lapin <slapin@ossfans.org>
1269 L:      linux-arm-kernel@lists.infradead.org
1270 W:      http://hackndev.com
1271 S:      Maintained
1272 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1273 F:      arch/arm/mach-pxa/palmz72.c
1274
1275 ARM/PLEB SUPPORT
1276 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1277 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1278 S:      Maintained
1279
1280 ARM/PT DIGITAL BOARD PORT
1281 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1282 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1283 W:      http://www.arm.linux.org.uk/
1284 S:      Maintained
1285
1286 ARM/QUALCOMM SUPPORT
1287 M:      Kumar Gala <galak@codeaurora.org>
1288 M:      David Brown <davidb@codeaurora.org>
1289 L:      linux-arm-msm@vger.kernel.org
1290 S:      Maintained
1291 F:      arch/arm/mach-qcom/
1292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1293
1294 ARM/RADISYS ENP2611 MACHINE SUPPORT
1295 M:      Lennert Buytenhek <kernel@wantstofly.org>
1296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297 S:      Maintained
1298
1299 ARM/RISCPC ARCHITECTURE
1300 M:      Russell King <linux@arm.linux.org.uk>
1301 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1302 W:      http://www.arm.linux.org.uk/
1303 S:      Maintained
1304 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1305 F:      arch/arm/include/asm/hardware/ioc.h
1306 F:      arch/arm/include/asm/hardware/iomd.h
1307 F:      arch/arm/include/asm/hardware/memc.h
1308 F:      arch/arm/mach-rpc/
1309 F:      drivers/net/ethernet/8390/etherh.c
1310 F:      drivers/net/ethernet/i825xx/ether1*
1311 F:      drivers/net/ethernet/seeq/ether3*
1312 F:      drivers/scsi/arm/
1313
1314 ARM/Rockchip SoC support
1315 M:      Heiko Stuebner <heiko@sntech.de>
1316 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1317 L:      linux-rockchip@lists.infradead.org
1318 S:      Maintained
1319 F:      arch/arm/boot/dts/rk3*
1320 F:      arch/arm/mach-rockchip/
1321 F:      drivers/clk/rockchip/
1322 F:      drivers/i2c/busses/i2c-rk3x.c
1323 F:      drivers/*/*rockchip*
1324 F:      drivers/*/*/*rockchip*
1325 F:      sound/soc/rockchip/
1326
1327 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1328 M:      Kukjin Kim <kgene@kernel.org>
1329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1330 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1331 S:      Maintained
1332 F:      arch/arm/boot/dts/s3c*
1333 F:      arch/arm/boot/dts/exynos*
1334 F:      arch/arm/plat-samsung/
1335 F:      arch/arm/mach-s3c24*/
1336 F:      arch/arm/mach-s3c64xx/
1337 F:      arch/arm/mach-s5p*/
1338 F:      arch/arm/mach-exynos*/
1339 F:      drivers/*/*s3c2410*
1340 F:      drivers/*/*/*s3c2410*
1341 F:      drivers/spi/spi-s3c*
1342 F:      sound/soc/samsung/*
1343 N:      exynos
1344
1345 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1346 M:      Kyungmin Park <kyungmin.park@samsung.com>
1347 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1348 S:      Maintained
1349 F:      arch/arm/mach-s5pv210/
1350
1351 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1352 M:      Kyungmin Park <kyungmin.park@samsung.com>
1353 M:      Kamil Debski <k.debski@samsung.com>
1354 L:      linux-arm-kernel@lists.infradead.org
1355 L:      linux-media@vger.kernel.org
1356 S:      Maintained
1357 F:      drivers/media/platform/s5p-g2d/
1358
1359 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1360 M:      Kyungmin Park <kyungmin.park@samsung.com>
1361 M:      Kamil Debski <k.debski@samsung.com>
1362 M:      Jeongtae Park <jtp.park@samsung.com>
1363 L:      linux-arm-kernel@lists.infradead.org
1364 L:      linux-media@vger.kernel.org
1365 S:      Maintained
1366 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1367 F:      drivers/media/platform/s5p-mfc/
1368
1369 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1370 M:      Kyungmin Park <kyungmin.park@samsung.com>
1371 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1372 L:      linux-arm-kernel@lists.infradead.org
1373 L:      linux-media@vger.kernel.org
1374 S:      Maintained
1375 F:      drivers/media/platform/s5p-tv/
1376
1377 ARM/SHMOBILE ARM ARCHITECTURE
1378 M:      Simon Horman <horms@verge.net.au>
1379 M:      Magnus Damm <magnus.damm@gmail.com>
1380 L:      linux-sh@vger.kernel.org
1381 W:      http://oss.renesas.com
1382 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1384 S:      Supported
1385 F:      arch/arm/boot/dts/emev2*
1386 F:      arch/arm/boot/dts/r7s*
1387 F:      arch/arm/boot/dts/r8a*
1388 F:      arch/arm/boot/dts/sh*
1389 F:      arch/arm/configs/ape6evm_defconfig
1390 F:      arch/arm/configs/armadillo800eva_defconfig
1391 F:      arch/arm/configs/bockw_defconfig
1392 F:      arch/arm/configs/kzm9g_defconfig
1393 F:      arch/arm/configs/lager_defconfig
1394 F:      arch/arm/configs/mackerel_defconfig
1395 F:      arch/arm/configs/marzen_defconfig
1396 F:      arch/arm/configs/shmobile_defconfig
1397 F:      arch/arm/include/debug/renesas-scif.S
1398 F:      arch/arm/mach-shmobile/
1399 F:      drivers/sh/
1400
1401 ARM/SOCFPGA ARCHITECTURE
1402 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1403 S:      Maintained
1404 F:      arch/arm/mach-socfpga/
1405 W:      http://www.rocketboards.org
1406 T:      git://git.rocketboards.org/linux-socfpga.git
1407 T:      git://git.rocketboards.org/linux-socfpga-next.git
1408
1409 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1410 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1411 S:      Maintained
1412 F:      drivers/clk/socfpga/
1413
1414 ARM/SOCFPGA EDAC SUPPORT
1415 M:      Thor Thayer <tthayer@opensource.altera.com>
1416 S:      Maintained
1417 F:      drivers/edac/altera_edac.
1418
1419 ARM/STI ARCHITECTURE
1420 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1421 M:      Maxime Coquelin <maxime.coquelin@st.com>
1422 M:      Patrice Chotard <patrice.chotard@st.com>
1423 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1424 L:      kernel@stlinux.com
1425 W:      http://www.stlinux.com
1426 S:      Maintained
1427 F:      arch/arm/mach-sti/
1428 F:      arch/arm/boot/dts/sti*
1429 F:      drivers/clocksource/arm_global_timer.c
1430 F:      drivers/i2c/busses/i2c-st.c
1431 F:      drivers/media/rc/st_rc.c
1432 F:      drivers/mmc/host/sdhci-st.c
1433 F:      drivers/phy/phy-stih407-usb.c
1434 F:      drivers/phy/phy-stih41x-usb.c
1435 F:      drivers/pinctrl/pinctrl-st.c
1436 F:      drivers/reset/sti/
1437 F:      drivers/tty/serial/st-asc.c
1438 F:      drivers/usb/dwc3/dwc3-st.c
1439 F:      drivers/usb/host/ehci-st.c
1440 F:      drivers/usb/host/ohci-st.c
1441 F:      drivers/ata/ahci_st.c
1442
1443 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1444 M:      Lennert Buytenhek <kernel@wantstofly.org>
1445 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1446 S:      Maintained
1447
1448 ARM/TETON BGA MACHINE SUPPORT
1449 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1450 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1451 S:      Maintained
1452
1453 ARM/THECUS N2100 MACHINE SUPPORT
1454 M:      Lennert Buytenhek <kernel@wantstofly.org>
1455 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1456 S:      Maintained
1457
1458 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1459 M:      Wan ZongShun <mcuos.com@gmail.com>
1460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1461 W:      http://www.mcuos.com
1462 S:      Maintained
1463 F:      arch/arm/mach-w90x900/
1464 F:      drivers/input/keyboard/w90p910_keypad.c
1465 F:      drivers/input/touchscreen/w90p910_ts.c
1466 F:      drivers/watchdog/nuc900_wdt.c
1467 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1468 F:      drivers/mtd/nand/nuc900_nand.c
1469 F:      drivers/rtc/rtc-nuc900.c
1470 F:      drivers/spi/spi-nuc900.c
1471 F:      drivers/usb/host/ehci-w90x900.c
1472 F:      drivers/video/fbdev/nuc900fb.c
1473
1474 ARM/U300 MACHINE SUPPORT
1475 M:      Linus Walleij <linus.walleij@linaro.org>
1476 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1477 S:      Supported
1478 F:      arch/arm/mach-u300/
1479 F:      drivers/clocksource/timer-u300.c
1480 F:      drivers/i2c/busses/i2c-stu300.c
1481 F:      drivers/rtc/rtc-coh901331.c
1482 F:      drivers/watchdog/coh901327_wdt.c
1483 F:      drivers/dma/coh901318*
1484 F:      drivers/mfd/ab3100*
1485 F:      drivers/rtc/rtc-ab3100.c
1486 F:      drivers/rtc/rtc-coh901331.c
1487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1488
1489 ARM/Ux500 ARM ARCHITECTURE
1490 M:      Linus Walleij <linus.walleij@linaro.org>
1491 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1492 S:      Maintained
1493 F:      arch/arm/mach-ux500/
1494 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1495 F:      drivers/dma/ste_dma40*
1496 F:      drivers/hwspinlock/u8500_hsem.c
1497 F:      drivers/mfd/abx500*
1498 F:      drivers/mfd/ab8500*
1499 F:      drivers/mfd/dbx500*
1500 F:      drivers/mfd/db8500*
1501 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1502 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1503 F:      drivers/rtc/rtc-ab8500.c
1504 F:      drivers/rtc/rtc-pl031.c
1505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1506
1507 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1508 M:      Ulf Hansson <ulf.hansson@linaro.org>
1509 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1510 T:      git git://git.linaro.org/people/ulfh/clk.git
1511 S:      Maintained
1512 F:      drivers/clk/ux500/
1513 F:      include/linux/platform_data/clk-ux500.h
1514
1515 ARM/VERSATILE EXPRESS PLATFORM
1516 M:      Liviu Dudau <liviu.dudau@arm.com>
1517 M:      Sudeep Holla <sudeep.holla@arm.com>
1518 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1519 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1520 S:      Maintained
1521 F:      arch/arm/boot/dts/vexpress*
1522 F:      arch/arm/mach-vexpress/
1523 F:      */*/vexpress*
1524 F:      */*/*/vexpress*
1525 F:      drivers/clk/versatile/clk-vexpress-osc.c
1526 F:      drivers/clocksource/versatile.c
1527
1528 ARM/VFP SUPPORT
1529 M:      Russell King <linux@arm.linux.org.uk>
1530 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1531 W:      http://www.arm.linux.org.uk/
1532 S:      Maintained
1533 F:      arch/arm/vfp/
1534
1535 ARM/VOIPAC PXA270 SUPPORT
1536 M:      Marek Vasut <marek.vasut@gmail.com>
1537 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1538 S:      Maintained
1539 F:      arch/arm/mach-pxa/vpac270.c
1540 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1541
1542 ARM/VT8500 ARM ARCHITECTURE
1543 M:      Tony Prisk <linux@prisktech.co.nz>
1544 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1545 S:      Maintained
1546 F:      arch/arm/mach-vt8500/
1547 F:      drivers/clocksource/vt8500_timer.c
1548 F:      drivers/i2c/busses/i2c-wmt.c
1549 F:      drivers/mmc/host/wmt-sdmmc.c
1550 F:      drivers/pwm/pwm-vt8500.c
1551 F:      drivers/rtc/rtc-vt8500.c
1552 F:      drivers/tty/serial/vt8500_serial.c
1553 F:      drivers/usb/host/ehci-platform.c
1554 F:      drivers/usb/host/uhci-platform.c
1555 F:      drivers/video/fbdev/vt8500lcdfb.*
1556 F:      drivers/video/fbdev/wm8505fb*
1557 F:      drivers/video/fbdev/wmt_ge_rops.*
1558
1559 ARM/ZIPIT Z2 SUPPORT
1560 M:      Marek Vasut <marek.vasut@gmail.com>
1561 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1562 S:      Maintained
1563 F:      arch/arm/mach-pxa/z2.c
1564 F:      arch/arm/mach-pxa/include/mach/z2.h
1565
1566 ARM/ZYNQ ARCHITECTURE
1567 M:      Michal Simek <michal.simek@xilinx.com>
1568 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1569 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1570 W:      http://wiki.xilinx.com
1571 T:      git git://git.xilinx.com/linux-xlnx.git
1572 S:      Supported
1573 F:      arch/arm/mach-zynq/
1574 F:      drivers/cpuidle/cpuidle-zynq.c
1575 F:      drivers/block/xsysace.c
1576 N:      zynq
1577 N:      xilinx
1578 F:      drivers/clocksource/cadence_ttc_timer.c
1579 F:      drivers/i2c/busses/i2c-cadence.c
1580 F:      drivers/mmc/host/sdhci-of-arasan.c
1581
1582 ARM SMMU DRIVER
1583 M:      Will Deacon <will.deacon@arm.com>
1584 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1585 S:      Maintained
1586 F:      drivers/iommu/arm-smmu.c
1587
1588 ARM64 PORT (AARCH64 ARCHITECTURE)
1589 M:      Catalin Marinas <catalin.marinas@arm.com>
1590 M:      Will Deacon <will.deacon@arm.com>
1591 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1592 S:      Maintained
1593 F:      arch/arm64/
1594 F:      Documentation/arm64/
1595
1596 AS3645A LED FLASH CONTROLLER DRIVER
1597 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1598 L:      linux-media@vger.kernel.org
1599 T:      git git://linuxtv.org/media_tree.git
1600 S:      Maintained
1601 F:      drivers/media/i2c/as3645a.c
1602 F:      include/media/as3645a.h
1603
1604 ASC7621 HARDWARE MONITOR DRIVER
1605 M:      George Joseph <george.joseph@fairview5.com>
1606 L:      lm-sensors@lm-sensors.org
1607 S:      Maintained
1608 F:      Documentation/hwmon/asc7621
1609 F:      drivers/hwmon/asc7621.c
1610
1611 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1612 M:      Corentin Chary <corentin.chary@gmail.com>
1613 L:      acpi4asus-user@lists.sourceforge.net
1614 L:      platform-driver-x86@vger.kernel.org
1615 W:      http://acpi4asus.sf.net
1616 S:      Maintained
1617 F:      drivers/platform/x86/asus*.c
1618 F:      drivers/platform/x86/eeepc*.c
1619
1620 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1621 R:      Dan Williams <dan.j.williams@intel.com>
1622 W:      http://sourceforge.net/projects/xscaleiop
1623 S:      Odd fixes
1624 F:      Documentation/crypto/async-tx-api.txt
1625 F:      crypto/async_tx/
1626 F:      drivers/dma/
1627 F:      include/linux/dmaengine.h
1628 F:      include/linux/async_tx.h
1629
1630 AT24 EEPROM DRIVER
1631 M:      Wolfram Sang <wsa@the-dreams.de>
1632 L:      linux-i2c@vger.kernel.org
1633 S:      Maintained
1634 F:      drivers/misc/eeprom/at24.c
1635 F:      include/linux/platform_data/at24.h
1636
1637 ATA OVER ETHERNET (AOE) DRIVER
1638 M:      "Ed L. Cashin" <ecashin@coraid.com>
1639 W:      http://support.coraid.com/support/linux
1640 S:      Supported
1641 F:      Documentation/aoe/
1642 F:      drivers/block/aoe/
1643
1644 ATHEROS ATH GENERIC UTILITIES
1645 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1646 L:      linux-wireless@vger.kernel.org
1647 S:      Supported
1648 F:      drivers/net/wireless/ath/*
1649
1650 ATHEROS ATH5K WIRELESS DRIVER
1651 M:      Jiri Slaby <jirislaby@gmail.com>
1652 M:      Nick Kossifidis <mickflemm@gmail.com>
1653 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1654 L:      linux-wireless@vger.kernel.org
1655 L:      ath5k-devel@lists.ath5k.org
1656 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1657 S:      Maintained
1658 F:      drivers/net/wireless/ath/ath5k/
1659
1660 ATHEROS ATH6KL WIRELESS DRIVER
1661 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1662 L:      linux-wireless@vger.kernel.org
1663 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1664 T:      git git://github.com/kvalo/ath.git
1665 S:      Supported
1666 F:      drivers/net/wireless/ath/ath6kl/
1667
1668 WILOCITY WIL6210 WIRELESS DRIVER
1669 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1670 L:      linux-wireless@vger.kernel.org
1671 L:      wil6210@qca.qualcomm.com
1672 S:      Supported
1673 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1674 F:      drivers/net/wireless/ath/wil6210/
1675 F:      include/uapi/linux/wil6210_uapi.h
1676
1677 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1678 M:      Christian Lamparter <chunkeey@googlemail.com>
1679 L:      linux-wireless@vger.kernel.org
1680 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1681 S:      Maintained
1682 F:      drivers/net/wireless/ath/carl9170/
1683
1684 ATK0110 HWMON DRIVER
1685 M:      Luca Tettamanti <kronos.it@gmail.com>
1686 L:      lm-sensors@lm-sensors.org
1687 S:      Maintained
1688 F:      drivers/hwmon/asus_atk0110.c
1689
1690 ATI_REMOTE2 DRIVER
1691 M:      Ville Syrjala <syrjala@sci.fi>
1692 S:      Maintained
1693 F:      drivers/input/misc/ati_remote2.c
1694
1695 ATLX ETHERNET DRIVERS
1696 M:      Jay Cliburn <jcliburn@gmail.com>
1697 M:      Chris Snook <chris.snook@gmail.com>
1698 L:      netdev@vger.kernel.org
1699 W:      http://sourceforge.net/projects/atl1
1700 W:      http://atl1.sourceforge.net
1701 S:      Maintained
1702 F:      drivers/net/ethernet/atheros/
1703
1704 ATM
1705 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1706 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1707 L:      netdev@vger.kernel.org
1708 W:      http://linux-atm.sourceforge.net
1709 S:      Maintained
1710 F:      drivers/atm/
1711 F:      include/linux/atm*
1712 F:      include/uapi/linux/atm*
1713
1714 ATMEL AT91 / AT32 MCI DRIVER
1715 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1716 S:      Maintained
1717 F:      drivers/mmc/host/atmel-mci.c
1718 F:      drivers/mmc/host/atmel-mci-regs.h
1719
1720 ATMEL AT91 / AT32 SERIAL DRIVER
1721 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1722 S:      Supported
1723 F:      drivers/tty/serial/atmel_serial.c
1724
1725 ATMEL Audio ALSA driver
1726 M:      Bo Shen <voice.shen@atmel.com>
1727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1728 S:      Supported
1729 F:      sound/soc/atmel
1730
1731 ATMEL DMA DRIVER
1732 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1734 S:      Supported
1735 F:      drivers/dma/at_hdmac.c
1736 F:      drivers/dma/at_hdmac_regs.h
1737 F:      include/linux/platform_data/dma-atmel.h
1738
1739 ATMEL XDMA DRIVER
1740 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1741 L:      linux-arm-kernel@lists.infradead.org
1742 L:      dmaengine@vger.kernel.org
1743 S:      Supported
1744 F:      drivers/dma/at_xdmac.c
1745
1746 ATMEL I2C DRIVER
1747 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1748 L:      linux-i2c@vger.kernel.org
1749 S:      Supported
1750 F:      drivers/i2c/busses/i2c-at91.c
1751
1752 ATMEL ISI DRIVER
1753 M:      Josh Wu <josh.wu@atmel.com>
1754 L:      linux-media@vger.kernel.org
1755 S:      Supported
1756 F:      drivers/media/platform/soc_camera/atmel-isi.c
1757 F:      include/media/atmel-isi.h
1758
1759 ATMEL LCDFB DRIVER
1760 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1761 L:      linux-fbdev@vger.kernel.org
1762 S:      Maintained
1763 F:      drivers/video/fbdev/atmel_lcdfb.c
1764 F:      include/video/atmel_lcdc.h
1765
1766 ATMEL MACB ETHERNET DRIVER
1767 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1768 S:      Supported
1769 F:      drivers/net/ethernet/cadence/
1770
1771 ATMEL NAND DRIVER
1772 M:      Josh Wu <josh.wu@atmel.com>
1773 L:      linux-mtd@lists.infradead.org
1774 S:      Supported
1775 F:      drivers/mtd/nand/atmel_nand*
1776
1777 ATMEL SPI DRIVER
1778 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1779 S:      Supported
1780 F:      drivers/spi/spi-atmel.*
1781
1782 ATMEL SSC DRIVER
1783 M:      Bo Shen <voice.shen@atmel.com>
1784 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1785 S:      Supported
1786 F:      drivers/misc/atmel-ssc.c
1787 F:      include/linux/atmel-ssc.h
1788
1789 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1790 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1791 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1792 S:      Supported
1793 F:      drivers/misc/atmel_tclib.c
1794 F:      drivers/clocksource/tcb_clksrc.c
1795
1796 ATMEL USBA UDC DRIVER
1797 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1798 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1799 S:      Supported
1800 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1801
1802 ATMEL WIRELESS DRIVER
1803 M:      Simon Kelley <simon@thekelleys.org.uk>
1804 L:      linux-wireless@vger.kernel.org
1805 W:      http://www.thekelleys.org.uk/atmel
1806 W:      http://atmelwlandriver.sourceforge.net/
1807 S:      Maintained
1808 F:      drivers/net/wireless/atmel*
1809
1810 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1811 M:      Bradley Grove <linuxdrivers@attotech.com>
1812 L:      linux-scsi@vger.kernel.org
1813 W:      http://www.attotech.com
1814 S:      Supported
1815 F:      drivers/scsi/esas2r
1816
1817 AUDIT SUBSYSTEM
1818 M:      Paul Moore <paul@paul-moore.com>
1819 M:      Eric Paris <eparis@redhat.com>
1820 L:      linux-audit@redhat.com (moderated for non-subscribers)
1821 W:      http://people.redhat.com/sgrubb/audit/
1822 T:      git git://git.infradead.org/users/pcmoore/audit
1823 S:      Maintained
1824 F:      include/linux/audit.h
1825 F:      include/uapi/linux/audit.h
1826 F:      kernel/audit*
1827
1828 AUXILIARY DISPLAY DRIVERS
1829 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1830 W:      http://miguelojeda.es/auxdisplay.htm
1831 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1832 S:      Maintained
1833 F:      drivers/auxdisplay/
1834 F:      include/linux/cfag12864b.h
1835
1836 AVR32 ARCHITECTURE
1837 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1838 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1839 W:      http://www.atmel.com/products/AVR32/
1840 W:      http://mirror.egtvedt.no/avr32linux.org/
1841 W:      http://avrfreaks.net/
1842 S:      Maintained
1843 F:      arch/avr32/
1844
1845 AVR32/AT32AP MACHINE SUPPORT
1846 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1847 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1848 S:      Maintained
1849 F:      arch/avr32/mach-at32ap/
1850
1851 AX.25 NETWORK LAYER
1852 M:      Ralf Baechle <ralf@linux-mips.org>
1853 L:      linux-hams@vger.kernel.org
1854 W:      http://www.linux-ax25.org/
1855 S:      Maintained
1856 F:      include/uapi/linux/ax25.h
1857 F:      include/net/ax25.h
1858 F:      net/ax25/
1859
1860 AZ6007 DVB DRIVER
1861 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1862 L:      linux-media@vger.kernel.org
1863 W:      http://linuxtv.org
1864 T:      git git://linuxtv.org/media_tree.git
1865 S:      Maintained
1866 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1867
1868 AZTECH FM RADIO RECEIVER DRIVER
1869 M:      Hans Verkuil <hverkuil@xs4all.nl>
1870 L:      linux-media@vger.kernel.org
1871 T:      git git://linuxtv.org/media_tree.git
1872 W:      http://linuxtv.org
1873 S:      Maintained
1874 F:      drivers/media/radio/radio-aztech*
1875
1876 B43 WIRELESS DRIVER
1877 M:      Stefano Brivio <stefano.brivio@polimi.it>
1878 L:      linux-wireless@vger.kernel.org
1879 L:      b43-dev@lists.infradead.org
1880 W:      http://wireless.kernel.org/en/users/Drivers/b43
1881 S:      Maintained
1882 F:      drivers/net/wireless/b43/
1883
1884 B43LEGACY WIRELESS DRIVER
1885 M:      Larry Finger <Larry.Finger@lwfinger.net>
1886 M:      Stefano Brivio <stefano.brivio@polimi.it>
1887 L:      linux-wireless@vger.kernel.org
1888 L:      b43-dev@lists.infradead.org
1889 W:      http://wireless.kernel.org/en/users/Drivers/b43
1890 S:      Maintained
1891 F:      drivers/net/wireless/b43legacy/
1892
1893 BACKLIGHT CLASS/SUBSYSTEM
1894 M:      Jingoo Han <jg1.han@samsung.com>
1895 M:      Lee Jones <lee.jones@linaro.org>
1896 S:      Maintained
1897 F:      drivers/video/backlight/
1898 F:      include/linux/backlight.h
1899
1900 BATMAN ADVANCED
1901 M:      Marek Lindner <mareklindner@neomailbox.ch>
1902 M:      Simon Wunderlich <sw@simonwunderlich.de>
1903 M:      Antonio Quartulli <antonio@meshcoding.com>
1904 L:      b.a.t.m.a.n@lists.open-mesh.org
1905 W:      http://www.open-mesh.org/
1906 S:      Maintained
1907 F:      net/batman-adv/
1908
1909 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1910 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1911 L:      linux-hams@vger.kernel.org
1912 W:      http://www.baycom.org/~tom/ham/ham.html
1913 S:      Maintained
1914 F:      drivers/net/hamradio/baycom*
1915
1916 BCACHE (BLOCK LAYER CACHE)
1917 M:      Kent Overstreet <kmo@daterainc.com>
1918 L:      linux-bcache@vger.kernel.org
1919 W:      http://bcache.evilpiepirate.org
1920 S:      Maintained:
1921 F:      drivers/md/bcache/
1922
1923 BEFS FILE SYSTEM
1924 S:      Orphan
1925 F:      Documentation/filesystems/befs.txt
1926 F:      fs/befs/
1927
1928 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1929 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1930 L: netdev@vger.kernel.org
1931 S: Maintained
1932 F: drivers/net/ethernet/ec_bhf.c
1933
1934 BFS FILE SYSTEM
1935 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1936 S:      Maintained
1937 F:      Documentation/filesystems/bfs.txt
1938 F:      fs/bfs/
1939 F:      include/uapi/linux/bfs_fs.h
1940
1941 BLACKFIN ARCHITECTURE
1942 M:      Steven Miao <realmz6@gmail.com>
1943 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1944 T:      git git://git.code.sf.net/p/adi-linux/code
1945 W:      http://blackfin.uclinux.org
1946 S:      Supported
1947 F:      arch/blackfin/
1948
1949 BLACKFIN EMAC DRIVER
1950 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1951 W:      http://blackfin.uclinux.org
1952 S:      Supported
1953 F:      drivers/net/ethernet/adi/
1954
1955 BLACKFIN RTC DRIVER
1956 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1957 W:      http://blackfin.uclinux.org
1958 S:      Supported
1959 F:      drivers/rtc/rtc-bfin.c
1960
1961 BLACKFIN SDH DRIVER
1962 M:      Sonic Zhang <sonic.zhang@analog.com>
1963 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1964 W:      http://blackfin.uclinux.org
1965 S:      Supported
1966 F:      drivers/mmc/host/bfin_sdh.c
1967
1968 BLACKFIN SERIAL DRIVER
1969 M:      Sonic Zhang <sonic.zhang@analog.com>
1970 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1971 W:      http://blackfin.uclinux.org
1972 S:      Supported
1973 F:      drivers/tty/serial/bfin_uart.c
1974
1975 BLACKFIN WATCHDOG DRIVER
1976 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1977 W:      http://blackfin.uclinux.org
1978 S:      Supported
1979 F:      drivers/watchdog/bfin_wdt.c
1980
1981 BLACKFIN I2C TWI DRIVER
1982 M:      Sonic Zhang <sonic.zhang@analog.com>
1983 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1984 W:      http://blackfin.uclinux.org/
1985 S:      Supported
1986 F:      drivers/i2c/busses/i2c-bfin-twi.c
1987
1988 BLACKFIN MEDIA DRIVER
1989 M:      Scott Jiang <scott.jiang.linux@gmail.com>
1990 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1991 W:      http://blackfin.uclinux.org/
1992 S:      Supported
1993 F:      drivers/media/platform/blackfin/
1994 F:      drivers/media/i2c/adv7183*
1995 F:      drivers/media/i2c/vs6624*
1996
1997 BLINKM RGB LED DRIVER
1998 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
1999 S:      Maintained
2000 F:      drivers/leds/leds-blinkm.c
2001
2002 BLOCK LAYER
2003 M:      Jens Axboe <axboe@kernel.dk>
2004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2005 S:      Maintained
2006 F:      block/
2007
2008 BLOCK2MTD DRIVER
2009 M:      Joern Engel <joern@lazybastard.org>
2010 L:      linux-mtd@lists.infradead.org
2011 S:      Maintained
2012 F:      drivers/mtd/devices/block2mtd.c
2013
2014 BLUETOOTH DRIVERS
2015 M:      Marcel Holtmann <marcel@holtmann.org>
2016 M:      Gustavo Padovan <gustavo@padovan.org>
2017 M:      Johan Hedberg <johan.hedberg@gmail.com>
2018 L:      linux-bluetooth@vger.kernel.org
2019 W:      http://www.bluez.org/
2020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2022 S:      Maintained
2023 F:      drivers/bluetooth/
2024
2025 BLUETOOTH SUBSYSTEM
2026 M:      Marcel Holtmann <marcel@holtmann.org>
2027 M:      Gustavo Padovan <gustavo@padovan.org>
2028 M:      Johan Hedberg <johan.hedberg@gmail.com>
2029 L:      linux-bluetooth@vger.kernel.org
2030 W:      http://www.bluez.org/
2031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2033 S:      Maintained
2034 F:      net/bluetooth/
2035 F:      include/net/bluetooth/
2036
2037 BONDING DRIVER
2038 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2039 M:      Veaceslav Falico <vfalico@gmail.com>
2040 M:      Andy Gospodarek <andy@greyhouse.net>
2041 L:      netdev@vger.kernel.org
2042 W:      http://sourceforge.net/projects/bonding/
2043 S:      Supported
2044 F:      drivers/net/bonding/
2045 F:      include/uapi/linux/if_bonding.h
2046
2047 BPF (Safe dynamic programs and tools)
2048 M:      Alexei Starovoitov <ast@kernel.org>
2049 L:      netdev@vger.kernel.org
2050 L:      linux-kernel@vger.kernel.org
2051 S:      Supported
2052 F:      kernel/bpf/
2053
2054 BROADCOM B44 10/100 ETHERNET DRIVER
2055 M:      Gary Zambrano <zambrano@broadcom.com>
2056 L:      netdev@vger.kernel.org
2057 S:      Supported
2058 F:      drivers/net/ethernet/broadcom/b44.*
2059
2060 BROADCOM GENET ETHERNET DRIVER
2061 M:      Florian Fainelli <f.fainelli@gmail.com>
2062 L:      netdev@vger.kernel.org
2063 S:      Supported
2064 F:      drivers/net/ethernet/broadcom/genet/
2065
2066 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2067 M:      Sony Chacko <sony.chacko@qlogic.com>
2068 M:      Dept-HSGLinuxNICDev@qlogic.com
2069 L:      netdev@vger.kernel.org
2070 S:      Supported
2071 F:      drivers/net/ethernet/broadcom/bnx2.*
2072 F:      drivers/net/ethernet/broadcom/bnx2_*
2073
2074 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2075 M:      Ariel Elior <ariel.elior@qlogic.com>
2076 L:      netdev@vger.kernel.org
2077 S:      Supported
2078 F:      drivers/net/ethernet/broadcom/bnx2x/
2079
2080 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2081 M:      Christian Daudt <bcm@fixthebug.org>
2082 M:      Matt Porter <mporter@linaro.org>
2083 M:      Florian Fainelli <f.fainelli@gmail.com>
2084 L:      bcm-kernel-feedback-list@broadcom.com
2085 T:      git git://github.com/broadcom/mach-bcm
2086 S:      Maintained
2087 F:      arch/arm/mach-bcm/
2088 F:      arch/arm/boot/dts/bcm113*
2089 F:      arch/arm/boot/dts/bcm216*
2090 F:      arch/arm/boot/dts/bcm281*
2091 F:      arch/arm/configs/bcm_defconfig
2092 F:      drivers/mmc/host/sdhci-bcm-kona.c
2093 F:      drivers/clocksource/bcm_kona_timer.c
2094
2095 BROADCOM BCM2835 ARM ARCHITECTURE
2096 M:      Stephen Warren <swarren@wwwdotorg.org>
2097 M:      Lee Jones <lee@kernel.org>
2098 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2100 S:      Maintained
2101 N:      bcm2835
2102
2103 BROADCOM BCM33XX MIPS ARCHITECTURE
2104 M:      Kevin Cernekee <cernekee@gmail.com>
2105 L:      linux-mips@linux-mips.org
2106 S:      Maintained
2107 F:      arch/mips/bcm3384/*
2108 F:      arch/mips/include/asm/mach-bcm3384/*
2109 F:      arch/mips/kernel/*bmips*
2110
2111 BROADCOM BCM5301X ARM ARCHITECTURE
2112 M:      Hauke Mehrtens <hauke@hauke-m.de>
2113 L:      linux-arm-kernel@lists.infradead.org
2114 S:      Maintained
2115 F:      arch/arm/mach-bcm/bcm_5301x.c
2116 F:      arch/arm/boot/dts/bcm5301x.dtsi
2117 F:      arch/arm/boot/dts/bcm470*
2118
2119 BROADCOM BCM63XX ARM ARCHITECTURE
2120 M:      Florian Fainelli <f.fainelli@gmail.com>
2121 L:      linux-arm-kernel@lists.infradead.org
2122 T:      git git://git.github.com/brcm/linux.git
2123 S:      Maintained
2124 F:      arch/arm/mach-bcm/bcm63xx.c
2125 F:      arch/arm/include/debug/bcm63xx.S
2126
2127 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2128 M:      Kevin Cernekee <cernekee@gmail.com>
2129 L:      linux-usb@vger.kernel.org
2130 S:      Maintained
2131 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2132
2133 BROADCOM BCM7XXX ARM ARCHITECTURE
2134 M:      Marc Carino <marc.ceeeee@gmail.com>
2135 M:      Brian Norris <computersforpeace@gmail.com>
2136 M:      Gregory Fong <gregory.0xf0@gmail.com>
2137 M:      Florian Fainelli <f.fainelli@gmail.com>
2138 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2139 S:      Maintained
2140 F:      arch/arm/mach-bcm/*brcmstb*
2141 F:      arch/arm/boot/dts/bcm7*.dts*
2142 F:      drivers/bus/brcmstb_gisb.c
2143
2144 BROADCOM BMIPS MIPS ARCHITECTURE
2145 M:      Kevin Cernekee <cernekee@gmail.com>
2146 M:      Florian Fainelli <f.fainelli@gmail.com>
2147 L:      linux-mips@linux-mips.org
2148 S:      Maintained
2149 F:      arch/mips/bmips/*
2150 F:      arch/mips/include/asm/mach-bmips/*
2151 F:      arch/mips/kernel/*bmips*
2152 F:      arch/mips/boot/dts/bcm*.dts*
2153 F:      drivers/irqchip/irq-bcm7*
2154 F:      drivers/irqchip/irq-brcmstb*
2155
2156 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2157 M:      Prashant Sreedharan <prashant@broadcom.com>
2158 M:      Michael Chan <mchan@broadcom.com>
2159 L:      netdev@vger.kernel.org
2160 S:      Supported
2161 F:      drivers/net/ethernet/broadcom/tg3.*
2162
2163 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2164 M:      Brett Rudley <brudley@broadcom.com>
2165 M:      Arend van Spriel <arend@broadcom.com>
2166 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2167 M:      Hante Meuleman <meuleman@broadcom.com>
2168 L:      linux-wireless@vger.kernel.org
2169 L:      brcm80211-dev-list@broadcom.com
2170 S:      Supported
2171 F:      drivers/net/wireless/brcm80211/
2172
2173 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2174 M:      QLogic-Storage-Upstream@qlogic.com
2175 L:      linux-scsi@vger.kernel.org
2176 S:      Supported
2177 F:      drivers/scsi/bnx2fc/
2178
2179 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2180 M:      QLogic-Storage-Upstream@qlogic.com
2181 L:      linux-scsi@vger.kernel.org
2182 S:      Supported
2183 F:      drivers/scsi/bnx2i/
2184
2185 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2186 M:      Ray Jui <rjui@broadcom.com>
2187 M:      Scott Branden <sbranden@broadcom.com>
2188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2189 L:      bcm-kernel-feedback-list@broadcom.com
2190 T:      git git://git.github.com/brcm/linux.git
2191 S:      Maintained
2192 N:      iproc
2193 N:      cygnus
2194 N:      bcm9113*
2195 N:      bcm9583*
2196 N:      bcm583*
2197 N:      bcm113*
2198
2199 BROADCOM KONA GPIO DRIVER
2200 M:      Ray Jui <rjui@broadcom.com>
2201 L:      bcm-kernel-feedback-list@broadcom.com
2202 S:      Supported
2203 F:      drivers/gpio/gpio-bcm-kona.c
2204 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2205
2206 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2207 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2208 L:      linux-wireless@vger.kernel.org
2209 S:      Maintained
2210 F:      drivers/bcma/
2211 F:      include/linux/bcma/
2212
2213 BROADCOM SYSTEMPORT ETHERNET DRIVER
2214 M:      Florian Fainelli <f.fainelli@gmail.com>
2215 L:      netdev@vger.kernel.org
2216 S:      Supported
2217 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2218
2219 BROCADE BFA FC SCSI DRIVER
2220 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2221 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2222 L:      linux-scsi@vger.kernel.org
2223 S:      Supported
2224 F:      drivers/scsi/bfa/
2225
2226 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2227 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2228 L:      netdev@vger.kernel.org
2229 S:      Supported
2230 F:      drivers/net/ethernet/brocade/bna/
2231
2232 BSG (block layer generic sg v4 driver)
2233 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2234 L:      linux-scsi@vger.kernel.org
2235 S:      Supported
2236 F:      block/bsg.c
2237 F:      include/linux/bsg.h
2238 F:      include/uapi/linux/bsg.h
2239
2240 BT87X AUDIO DRIVER
2241 M:      Clemens Ladisch <clemens@ladisch.de>
2242 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2243 T:      git git://git.alsa-project.org/alsa-kernel.git
2244 S:      Maintained
2245 F:      Documentation/sound/alsa/Bt87x.txt
2246 F:      sound/pci/bt87x.c
2247
2248 BT8XXGPIO DRIVER
2249 M:      Michael Buesch <m@bues.ch>
2250 W:      http://bu3sch.de/btgpio.php
2251 S:      Maintained
2252 F:      drivers/gpio/gpio-bt8xx.c
2253
2254 BTRFS FILE SYSTEM
2255 M:      Chris Mason <clm@fb.com>
2256 M:      Josef Bacik <jbacik@fb.com>
2257 M:      David Sterba <dsterba@suse.cz>
2258 L:      linux-btrfs@vger.kernel.org
2259 W:      http://btrfs.wiki.kernel.org/
2260 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2262 S:      Maintained
2263 F:      Documentation/filesystems/btrfs.txt
2264 F:      fs/btrfs/
2265
2266 BTTV VIDEO4LINUX DRIVER
2267 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2268 L:      linux-media@vger.kernel.org
2269 W:      http://linuxtv.org
2270 T:      git git://linuxtv.org/media_tree.git
2271 S:      Odd fixes
2272 F:      Documentation/video4linux/bttv/
2273 F:      drivers/media/pci/bt8xx/bttv*
2274
2275 BUSLOGIC SCSI DRIVER
2276 M:      Khalid Aziz <khalid@gonehiking.org>
2277 L:      linux-scsi@vger.kernel.org
2278 S:      Maintained
2279 F:      drivers/scsi/BusLogic.*
2280 F:      drivers/scsi/FlashPoint.*
2281
2282 C-MEDIA CMI8788 DRIVER
2283 M:      Clemens Ladisch <clemens@ladisch.de>
2284 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2285 T:      git git://git.alsa-project.org/alsa-kernel.git
2286 S:      Maintained
2287 F:      sound/pci/oxygen/
2288
2289 C6X ARCHITECTURE
2290 M:      Mark Salter <msalter@redhat.com>
2291 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2292 L:      linux-c6x-dev@linux-c6x.org
2293 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2294 S:      Maintained
2295 F:      arch/c6x/
2296
2297 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2298 M:      David Howells <dhowells@redhat.com>
2299 L:      linux-cachefs@redhat.com
2300 S:      Supported
2301 F:      Documentation/filesystems/caching/cachefiles.txt
2302 F:      fs/cachefiles/
2303
2304 CADET FM/AM RADIO RECEIVER DRIVER
2305 M:      Hans Verkuil <hverkuil@xs4all.nl>
2306 L:      linux-media@vger.kernel.org
2307 T:      git git://linuxtv.org/media_tree.git
2308 W:      http://linuxtv.org
2309 S:      Maintained
2310 F:      drivers/media/radio/radio-cadet*
2311
2312 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2313 M:      Jonathan Corbet <corbet@lwn.net>
2314 L:      linux-media@vger.kernel.org
2315 T:      git git://linuxtv.org/media_tree.git
2316 S:      Maintained
2317 F:      Documentation/video4linux/cafe_ccic
2318 F:      drivers/media/platform/marvell-ccic/
2319
2320 CAIF NETWORK LAYER
2321 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2322 L:      netdev@vger.kernel.org
2323 S:      Supported
2324 F:      Documentation/networking/caif/
2325 F:      drivers/net/caif/
2326 F:      include/uapi/linux/caif/
2327 F:      include/net/caif/
2328 F:      net/caif/
2329
2330 CALGARY x86-64 IOMMU
2331 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2332 M:      "Jon D. Mason" <jdmason@kudzu.us>
2333 L:      discuss@x86-64.org
2334 S:      Maintained
2335 F:      arch/x86/kernel/pci-calgary_64.c
2336 F:      arch/x86/kernel/tce_64.c
2337 F:      arch/x86/include/asm/calgary.h
2338 F:      arch/x86/include/asm/tce.h
2339
2340 CAN NETWORK LAYER
2341 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2342 L:      linux-can@vger.kernel.org
2343 W:      http://gitorious.org/linux-can
2344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2346 S:      Maintained
2347 F:      Documentation/networking/can.txt
2348 F:      net/can/
2349 F:      include/linux/can/core.h
2350 F:      include/uapi/linux/can.h
2351 F:      include/uapi/linux/can/bcm.h
2352 F:      include/uapi/linux/can/raw.h
2353 F:      include/uapi/linux/can/gw.h
2354
2355 CAN NETWORK DRIVERS
2356 M:      Wolfgang Grandegger <wg@grandegger.com>
2357 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2358 L:      linux-can@vger.kernel.org
2359 W:      http://gitorious.org/linux-can
2360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2362 S:      Maintained
2363 F:      drivers/net/can/
2364 F:      include/linux/can/dev.h
2365 F:      include/linux/can/platform/
2366 F:      include/uapi/linux/can/error.h
2367 F:      include/uapi/linux/can/netlink.h
2368
2369 CAPABILITIES
2370 M:      Serge Hallyn <serge.hallyn@canonical.com>
2371 L:      linux-security-module@vger.kernel.org
2372 S:      Supported
2373 F:      include/linux/capability.h
2374 F:      include/uapi/linux/capability.h
2375 F:      security/capability.c
2376 F:      security/commoncap.c
2377 F:      kernel/capability.c
2378
2379 CC2520 IEEE-802.15.4 RADIO DRIVER
2380 M:      Varka Bhadram <varkabhadram@gmail.com>
2381 L:      linux-wpan@vger.kernel.org
2382 S:      Maintained
2383 F:      drivers/net/ieee802154/cc2520.c
2384 F:      include/linux/spi/cc2520.h
2385 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2386
2387 CELL BROADBAND ENGINE ARCHITECTURE
2388 M:      Arnd Bergmann <arnd@arndb.de>
2389 L:      linuxppc-dev@lists.ozlabs.org
2390 L:      cbe-oss-dev@lists.ozlabs.org
2391 W:      http://www.ibm.com/developerworks/power/cell/
2392 S:      Supported
2393 F:      arch/powerpc/include/asm/cell*.h
2394 F:      arch/powerpc/include/asm/spu*.h
2395 F:      arch/powerpc/include/uapi/asm/spu*.h
2396 F:      arch/powerpc/oprofile/*cell*
2397 F:      arch/powerpc/platforms/cell/
2398
2399 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2400 M:      Sage Weil <sage@inktank.com>
2401 L:      ceph-devel@vger.kernel.org
2402 W:      http://ceph.com/
2403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2404 S:      Supported
2405 F:      Documentation/filesystems/ceph.txt
2406 F:      fs/ceph/
2407 F:      net/ceph/
2408 F:      include/linux/ceph/
2409 F:      include/linux/crush/
2410
2411 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2412 L:      linux-usb@vger.kernel.org
2413 S:      Orphan
2414 F:      Documentation/usb/WUSB-Design-overview.txt
2415 F:      Documentation/usb/wusb-cbaf
2416 F:      drivers/usb/host/hwa-hc.c
2417 F:      drivers/usb/host/whci/
2418 F:      drivers/usb/wusbcore/
2419 F:      include/linux/usb/wusb*
2420
2421 CFAG12864B LCD DRIVER
2422 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2423 W:      http://miguelojeda.es/auxdisplay.htm
2424 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2425 S:      Maintained
2426 F:      drivers/auxdisplay/cfag12864b.c
2427 F:      include/linux/cfag12864b.h
2428
2429 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2430 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2431 W:      http://miguelojeda.es/auxdisplay.htm
2432 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2433 S:      Maintained
2434 F:      drivers/auxdisplay/cfag12864bfb.c
2435 F:      include/linux/cfag12864b.h
2436
2437 CFG80211 and NL80211
2438 M:      Johannes Berg <johannes@sipsolutions.net>
2439 L:      linux-wireless@vger.kernel.org
2440 W:      http://wireless.kernel.org/
2441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2443 S:      Maintained
2444 F:      include/uapi/linux/nl80211.h
2445 F:      include/net/cfg80211.h
2446 F:      net/wireless/*
2447 X:      net/wireless/wext*
2448
2449 CHAR and MISC DRIVERS
2450 M:      Arnd Bergmann <arnd@arndb.de>
2451 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2453 S:      Supported
2454 F:      drivers/char/*
2455 F:      drivers/misc/*
2456 F:      include/linux/miscdevice.h
2457
2458 CHECKPATCH
2459 M:      Andy Whitcroft <apw@canonical.com>
2460 M:      Joe Perches <joe@perches.com>
2461 S:      Maintained
2462 F:      scripts/checkpatch.pl
2463
2464 CHINESE DOCUMENTATION
2465 M:      Harry Wei <harryxiyou@gmail.com>
2466 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2467 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2468 S:      Maintained
2469 F:      Documentation/zh_CN/
2470
2471 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2472 M:      Peter Chen <Peter.Chen@freescale.com>
2473 T:      git git://github.com/hzpeterchen/linux-usb.git
2474 L:      linux-usb@vger.kernel.org
2475 S:      Maintained
2476 F:      drivers/usb/chipidea/
2477
2478 CHROME HARDWARE PLATFORM SUPPORT
2479 M:      Olof Johansson <olof@lixom.net>
2480 S:      Maintained
2481 F:      drivers/platform/chrome/
2482
2483 CISCO VIC ETHERNET NIC DRIVER
2484 M:      Christian Benvenuti <benve@cisco.com>
2485 M:      Sujith Sankar <ssujith@cisco.com>
2486 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2487 M:      Neel Patel <neepatel@cisco.com>
2488 S:      Supported
2489 F:      drivers/net/ethernet/cisco/enic/
2490
2491 CISCO VIC LOW LATENCY NIC DRIVER
2492 M:      Upinder Malhi <umalhi@cisco.com>
2493 S:      Supported
2494 F:      drivers/infiniband/hw/usnic
2495
2496 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2497 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2498 L:      netdev@vger.kernel.org
2499 S:      Maintained
2500 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2501
2502 CIRRUS LOGIC AUDIO CODEC DRIVERS
2503 M:      Brian Austin <brian.austin@cirrus.com>
2504 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2505 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2506 S:      Maintained
2507 F:      sound/soc/codecs/cs*
2508
2509 CLEANCACHE API
2510 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2511 L:      linux-kernel@vger.kernel.org
2512 S:      Maintained
2513 F:      mm/cleancache.c
2514 F:      include/linux/cleancache.h
2515
2516 CLK API
2517 M:      Russell King <linux@arm.linux.org.uk>
2518 S:      Maintained
2519 F:      include/linux/clk.h
2520
2521 CLOCKSOURCE, CLOCKEVENT DRIVERS
2522 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2523 M:      Thomas Gleixner <tglx@linutronix.de>
2524 L:      linux-kernel@vger.kernel.org
2525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2526 S:      Supported
2527 F:      drivers/clocksource
2528
2529 CISCO FCOE HBA DRIVER
2530 M:      Hiral Patel <hiralpat@cisco.com>
2531 M:      Suma Ramars <sramars@cisco.com>
2532 M:      Brian Uchino <buchino@cisco.com>
2533 L:      linux-scsi@vger.kernel.org
2534 S:      Supported
2535 F:      drivers/scsi/fnic/
2536
2537 CMPC ACPI DRIVER
2538 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2539 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2540 L:      platform-driver-x86@vger.kernel.org
2541 S:      Supported
2542 F:      drivers/platform/x86/classmate-laptop.c
2543
2544 COCCINELLE/Semantic Patches (SmPL)
2545 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2546 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2547 M:      Nicolas Palix <nicolas.palix@imag.fr>
2548 M:      Michal Marek <mmarek@suse.cz>
2549 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2551 W:      http://coccinelle.lip6.fr/
2552 S:      Supported
2553 F:      Documentation/coccinelle.txt
2554 F:      scripts/coccinelle/
2555 F:      scripts/coccicheck
2556
2557 CODA FILE SYSTEM
2558 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2559 M:      coda@cs.cmu.edu
2560 L:      codalist@coda.cs.cmu.edu
2561 W:      http://www.coda.cs.cmu.edu/
2562 S:      Maintained
2563 F:      Documentation/filesystems/coda.txt
2564 F:      fs/coda/
2565 F:      include/linux/coda*.h
2566 F:      include/uapi/linux/coda*.h
2567
2568 CODA V4L2 MEM2MEM DRIVER
2569 M:      Philipp Zabel <p.zabel@pengutronix.de>
2570 L:      linux-media@vger.kernel.org
2571 S:      Maintained
2572 F:      Documentation/devicetree/bindings/media/coda.txt
2573 F:      drivers/media/platform/coda/
2574
2575 COMMON CLK FRAMEWORK
2576 M:      Mike Turquette <mturquette@linaro.org>
2577 M:      Stephen Boyd <sboyd@codeaurora.org>
2578 L:      linux-kernel@vger.kernel.org
2579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2580 S:      Maintained
2581 F:      drivers/clk/
2582 X:      drivers/clk/clkdev.c
2583 F:      include/linux/clk-pr*
2584 F:      include/linux/clk/
2585
2586 COMMON INTERNET FILE SYSTEM (CIFS)
2587 M:      Steve French <sfrench@samba.org>
2588 L:      linux-cifs@vger.kernel.org
2589 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2590 W:      http://linux-cifs.samba.org/
2591 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2592 S:      Supported
2593 F:      Documentation/filesystems/cifs/
2594 F:      fs/cifs/
2595
2596 COMPACTPCI HOTPLUG CORE
2597 M:      Scott Murray <scott@spiteful.org>
2598 L:      linux-pci@vger.kernel.org
2599 S:      Maintained
2600 F:      drivers/pci/hotplug/cpci_hotplug*
2601
2602 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2603 M:      Scott Murray <scott@spiteful.org>
2604 L:      linux-pci@vger.kernel.org
2605 S:      Maintained
2606 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2607
2608 COMPACTPCI HOTPLUG GENERIC DRIVER
2609 M:      Scott Murray <scott@spiteful.org>
2610 L:      linux-pci@vger.kernel.org
2611 S:      Maintained
2612 F:      drivers/pci/hotplug/cpcihp_generic.c
2613
2614 COMPAL LAPTOP SUPPORT
2615 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2616 L:      platform-driver-x86@vger.kernel.org
2617 S:      Maintained
2618 F:      drivers/platform/x86/compal-laptop.c
2619
2620 CONEXANT ACCESSRUNNER USB DRIVER
2621 M:      Simon Arlott <cxacru@fire.lp0.eu>
2622 L:      accessrunner-general@lists.sourceforge.net
2623 W:      http://accessrunner.sourceforge.net/
2624 S:      Maintained
2625 F:      drivers/usb/atm/cxacru.c
2626
2627 CONFIGFS
2628 M:      Joel Becker <jlbec@evilplan.org>
2629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2630 S:      Supported
2631 F:      fs/configfs/
2632 F:      include/linux/configfs.h
2633
2634 CONNECTOR
2635 M:      Evgeniy Polyakov <zbr@ioremap.net>
2636 L:      netdev@vger.kernel.org
2637 S:      Maintained
2638 F:      drivers/connector/
2639
2640 CONTROL GROUP (CGROUP)
2641 M:      Tejun Heo <tj@kernel.org>
2642 M:      Li Zefan <lizefan@huawei.com>
2643 L:      cgroups@vger.kernel.org
2644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2645 S:      Maintained
2646 F:      Documentation/cgroups/
2647 F:      include/linux/cgroup*
2648 F:      kernel/cgroup*
2649
2650 CONTROL GROUP - CPUSET
2651 M:      Li Zefan <lizefan@huawei.com>
2652 L:      cgroups@vger.kernel.org
2653 W:      http://www.bullopensource.org/cpuset/
2654 W:      http://oss.sgi.com/projects/cpusets/
2655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2656 S:      Maintained
2657 F:      Documentation/cgroups/cpusets.txt
2658 F:      include/linux/cpuset.h
2659 F:      kernel/cpuset.c
2660
2661 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2662 M:      Johannes Weiner <hannes@cmpxchg.org>
2663 M:      Michal Hocko <mhocko@suse.cz>
2664 L:      cgroups@vger.kernel.org
2665 L:      linux-mm@kvack.org
2666 S:      Maintained
2667 F:      mm/memcontrol.c
2668 F:      mm/swap_cgroup.c
2669
2670 CORETEMP HARDWARE MONITORING DRIVER
2671 M:      Fenghua Yu <fenghua.yu@intel.com>
2672 L:      lm-sensors@lm-sensors.org
2673 S:      Maintained
2674 F:      Documentation/hwmon/coretemp
2675 F:      drivers/hwmon/coretemp.c
2676
2677 COSA/SRP SYNC SERIAL DRIVER
2678 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2679 W:      http://www.fi.muni.cz/~kas/cosa/
2680 S:      Maintained
2681 F:      drivers/net/wan/cosa*
2682
2683 CPMAC ETHERNET DRIVER
2684 M:      Florian Fainelli <florian@openwrt.org>
2685 L:      netdev@vger.kernel.org
2686 S:      Maintained
2687 F:      drivers/net/ethernet/ti/cpmac.c
2688
2689 CPU FREQUENCY DRIVERS
2690 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2691 M:      Viresh Kumar <viresh.kumar@linaro.org>
2692 L:      linux-pm@vger.kernel.org
2693 S:      Maintained
2694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2695 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2696 F:      drivers/cpufreq/
2697 F:      include/linux/cpufreq.h
2698
2699 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2700 M:      Viresh Kumar <viresh.kumar@linaro.org>
2701 M:      Sudeep Holla <sudeep.holla@arm.com>
2702 L:      linux-pm@vger.kernel.org
2703 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2704 S:      Maintained
2705 F:      drivers/cpufreq/arm_big_little.h
2706 F:      drivers/cpufreq/arm_big_little.c
2707 F:      drivers/cpufreq/arm_big_little_dt.c
2708
2709 CPUIDLE DRIVER - ARM BIG LITTLE
2710 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2711 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2712 L:      linux-pm@vger.kernel.org
2713 L:      linux-arm-kernel@lists.infradead.org
2714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2715 S:      Maintained
2716 F:      drivers/cpuidle/cpuidle-big_little.c
2717
2718 CPUIDLE DRIVER - ARM EXYNOS
2719 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2720 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2721 M:      Kukjin Kim <kgene@kernel.org>
2722 L:      linux-pm@vger.kernel.org
2723 L:      linux-samsung-soc@vger.kernel.org
2724 S:      Supported
2725 F:      drivers/cpuidle/cpuidle-exynos.c
2726 F:      arch/arm/mach-exynos/pm.c
2727
2728 CPUIDLE DRIVERS
2729 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2730 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2731 L:      linux-pm@vger.kernel.org
2732 S:      Maintained
2733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2734 F:      drivers/cpuidle/*
2735 F:      include/linux/cpuidle.h
2736
2737 CPUID/MSR DRIVER
2738 M:      "H. Peter Anvin" <hpa@zytor.com>
2739 S:      Maintained
2740 F:      arch/x86/kernel/cpuid.c
2741 F:      arch/x86/kernel/msr.c
2742
2743 CPU POWER MONITORING SUBSYSTEM
2744 M:      Thomas Renninger <trenn@suse.de>
2745 L:      linux-pm@vger.kernel.org
2746 S:      Maintained
2747 F:      tools/power/cpupower/
2748
2749 CRAMFS FILESYSTEM
2750 W:      http://sourceforge.net/projects/cramfs/
2751 S:      Orphan / Obsolete
2752 F:      Documentation/filesystems/cramfs.txt
2753 F:      fs/cramfs/
2754
2755 CRIS PORT
2756 M:      Mikael Starvik <starvik@axis.com>
2757 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2758 L:      linux-cris-kernel@axis.com
2759 W:      http://developer.axis.com
2760 S:      Maintained
2761 F:      arch/cris/
2762 F:      drivers/tty/serial/crisv10.*
2763
2764 CRYPTO API
2765 M:      Herbert Xu <herbert@gondor.apana.org.au>
2766 M:      "David S. Miller" <davem@davemloft.net>
2767 L:      linux-crypto@vger.kernel.org
2768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2769 S:      Maintained
2770 F:      Documentation/crypto/
2771 F:      arch/*/crypto/
2772 F:      crypto/
2773 F:      drivers/crypto/
2774 F:      include/crypto/
2775
2776 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2777 M:      Neil Horman <nhorman@tuxdriver.com>
2778 L:      linux-crypto@vger.kernel.org
2779 S:      Maintained
2780 F:      crypto/ansi_cprng.c
2781 F:      crypto/rng.c
2782
2783 CS5535 Audio ALSA driver
2784 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2785 S:      Maintained
2786 F:      sound/pci/cs5535audio/
2787
2788 CW1200 WLAN driver
2789 M:      Solomon Peachy <pizza@shaftnet.org>
2790 S:      Maintained
2791 F:      drivers/net/wireless/cw1200/
2792
2793 CX18 VIDEO4LINUX DRIVER
2794 M:      Andy Walls <awalls@md.metrocast.net>
2795 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2796 L:      linux-media@vger.kernel.org
2797 T:      git git://linuxtv.org/media_tree.git
2798 W:      http://linuxtv.org
2799 W:      http://www.ivtvdriver.org/index.php/Cx18
2800 S:      Maintained
2801 F:      Documentation/video4linux/cx18.txt
2802 F:      drivers/media/pci/cx18/
2803 F:      include/uapi/linux/ivtv*
2804
2805 CX2341X MPEG ENCODER HELPER MODULE
2806 M:      Hans Verkuil <hverkuil@xs4all.nl>
2807 L:      linux-media@vger.kernel.org
2808 T:      git git://linuxtv.org/media_tree.git
2809 W:      http://linuxtv.org
2810 S:      Maintained
2811 F:      drivers/media/common/cx2341x*
2812 F:      include/media/cx2341x*
2813
2814 CX88 VIDEO4LINUX DRIVER
2815 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2816 L:      linux-media@vger.kernel.org
2817 W:      http://linuxtv.org
2818 T:      git git://linuxtv.org/media_tree.git
2819 S:      Odd fixes
2820 F:      Documentation/video4linux/cx88/
2821 F:      drivers/media/pci/cx88/
2822
2823 CXD2820R MEDIA DRIVER
2824 M:      Antti Palosaari <crope@iki.fi>
2825 L:      linux-media@vger.kernel.org
2826 W:      http://linuxtv.org/
2827 W:      http://palosaari.fi/linux/
2828 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2829 T:      git git://linuxtv.org/anttip/media_tree.git
2830 S:      Maintained
2831 F:      drivers/media/dvb-frontends/cxd2820r*
2832
2833 CXGB3 ETHERNET DRIVER (CXGB3)
2834 M:      Santosh Raspatur <santosh@chelsio.com>
2835 L:      netdev@vger.kernel.org
2836 W:      http://www.chelsio.com
2837 S:      Supported
2838 F:      drivers/net/ethernet/chelsio/cxgb3/
2839
2840 CXGB3 ISCSI DRIVER (CXGB3I)
2841 M:      Karen Xie <kxie@chelsio.com>
2842 L:      linux-scsi@vger.kernel.org
2843 W:      http://www.chelsio.com
2844 S:      Supported
2845 F:      drivers/scsi/cxgbi/cxgb3i
2846
2847 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2848 M:      Steve Wise <swise@chelsio.com>
2849 L:      linux-rdma@vger.kernel.org
2850 W:      http://www.openfabrics.org
2851 S:      Supported
2852 F:      drivers/infiniband/hw/cxgb3/
2853
2854 CXGB4 ETHERNET DRIVER (CXGB4)
2855 M:      Hariprasad S <hariprasad@chelsio.com>
2856 L:      netdev@vger.kernel.org
2857 W:      http://www.chelsio.com
2858 S:      Supported
2859 F:      drivers/net/ethernet/chelsio/cxgb4/
2860
2861 CXGB4 ISCSI DRIVER (CXGB4I)
2862 M:      Karen Xie <kxie@chelsio.com>
2863 L:      linux-scsi@vger.kernel.org
2864 W:      http://www.chelsio.com
2865 S:      Supported
2866 F:      drivers/scsi/cxgbi/cxgb4i
2867
2868 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2869 M:      Steve Wise <swise@chelsio.com>
2870 L:      linux-rdma@vger.kernel.org
2871 W:      http://www.openfabrics.org
2872 S:      Supported
2873 F:      drivers/infiniband/hw/cxgb4/
2874
2875 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2876 M:      Casey Leedom <leedom@chelsio.com>
2877 L:      netdev@vger.kernel.org
2878 W:      http://www.chelsio.com
2879 S:      Supported
2880 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2881
2882 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2883 M:      Ian Munsie <imunsie@au1.ibm.com>
2884 M:      Michael Neuling <mikey@neuling.org>
2885 L:      linuxppc-dev@lists.ozlabs.org
2886 S:      Supported
2887 F:      drivers/misc/cxl/
2888 F:      include/misc/cxl.h
2889 F:      include/uapi/misc/cxl.h
2890 F:      Documentation/powerpc/cxl.txt
2891 F:      Documentation/powerpc/cxl.txt
2892 F:      Documentation/ABI/testing/sysfs-class-cxl
2893
2894 STMMAC ETHERNET DRIVER
2895 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2896 L:      netdev@vger.kernel.org
2897 W:      http://www.stlinux.com
2898 S:      Supported
2899 F:      drivers/net/ethernet/stmicro/stmmac/
2900
2901 CYBERPRO FB DRIVER
2902 M:      Russell King <linux@arm.linux.org.uk>
2903 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2904 W:      http://www.arm.linux.org.uk/
2905 S:      Maintained
2906 F:      drivers/video/fbdev/cyber2000fb.*
2907
2908 CYCLADES ASYNC MUX DRIVER
2909 W:      http://www.cyclades.com/
2910 S:      Orphan
2911 F:      drivers/tty/cyclades.c
2912 F:      include/linux/cyclades.h
2913 F:      include/uapi/linux/cyclades.h
2914
2915 CYCLADES PC300 DRIVER
2916 W:      http://www.cyclades.com/
2917 S:      Orphan
2918 F:      drivers/net/wan/pc300*
2919
2920 CYPRESS_FIRMWARE MEDIA DRIVER
2921 M:      Antti Palosaari <crope@iki.fi>
2922 L:      linux-media@vger.kernel.org
2923 W:      http://linuxtv.org/
2924 W:      http://palosaari.fi/linux/
2925 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2926 T:      git git://linuxtv.org/anttip/media_tree.git
2927 S:      Maintained
2928 F:      drivers/media/common/cypress_firmware*
2929
2930 CYTTSP TOUCHSCREEN DRIVER
2931 M:      Ferruh Yigit <fery@cypress.com>
2932 L:      linux-input@vger.kernel.org
2933 S:      Supported
2934 F:      drivers/input/touchscreen/cyttsp*
2935 F:      include/linux/input/cyttsp.h
2936
2937 DAMA SLAVE for AX.25
2938 M:      Joerg Reuter <jreuter@yaina.de>
2939 W:      http://yaina.de/jreuter/
2940 W:      http://www.qsl.net/dl1bke/
2941 L:      linux-hams@vger.kernel.org
2942 S:      Maintained
2943 F:      net/ax25/af_ax25.c
2944 F:      net/ax25/ax25_dev.c
2945 F:      net/ax25/ax25_ds_*
2946 F:      net/ax25/ax25_in.c
2947 F:      net/ax25/ax25_out.c
2948 F:      net/ax25/ax25_timer.c
2949 F:      net/ax25/sysctl_net_ax25.c
2950
2951 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2952 L:      netdev@vger.kernel.org
2953 S:      Orphan
2954 F:      Documentation/networking/dmfe.txt
2955 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2956
2957 DC390/AM53C974 SCSI driver
2958 M:      Hannes Reinecke <hare@suse.de>
2959 L:      linux-scsi@vger.kernel.org
2960 S:      Maintained
2961 F:      drivers/scsi/am53c974.c
2962
2963 DC395x SCSI driver
2964 M:      Oliver Neukum <oliver@neukum.org>
2965 M:      Ali Akcaagac <aliakc@web.de>
2966 M:      Jamie Lenehan <lenehan@twibble.org>
2967 L:      dc395x@twibble.org
2968 W:      http://twibble.org/dist/dc395x/
2969 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2970 S:      Maintained
2971 F:      Documentation/scsi/dc395x.txt
2972 F:      drivers/scsi/dc395x.*
2973
2974 DCCP PROTOCOL
2975 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2976 L:      dccp@vger.kernel.org
2977 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2978 S:      Maintained
2979 F:      include/linux/dccp.h
2980 F:      include/uapi/linux/dccp.h
2981 F:      include/linux/tfrc.h
2982 F:      net/dccp/
2983
2984 DECnet NETWORK LAYER
2985 W:      http://linux-decnet.sourceforge.net
2986 L:      linux-decnet-user@lists.sourceforge.net
2987 S:      Orphan
2988 F:      Documentation/networking/decnet.txt
2989 F:      net/decnet/
2990
2991 DECSTATION PLATFORM SUPPORT
2992 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2993 L:      linux-mips@linux-mips.org
2994 W:      http://www.linux-mips.org/wiki/DECstation
2995 S:      Maintained
2996 F:      arch/mips/dec/
2997 F:      arch/mips/include/asm/dec/
2998 F:      arch/mips/include/asm/mach-dec/
2999
3000 DEFXX FDDI NETWORK DRIVER
3001 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3002 S:      Maintained
3003 F:      drivers/net/fddi/defxx.*
3004
3005 DELL LAPTOP DRIVER
3006 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3007 L:      platform-driver-x86@vger.kernel.org
3008 S:      Maintained
3009 F:      drivers/platform/x86/dell-laptop.c
3010
3011 DELL LAPTOP SMM DRIVER
3012 M:      Guenter Roeck <linux@roeck-us.net>
3013 F:      drivers/char/i8k.c
3014 F:      include/uapi/linux/i8k.h
3015
3016 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3017 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3018 S:      Maintained
3019 F:      Documentation/dcdbas.txt
3020 F:      drivers/firmware/dcdbas.*
3021
3022 DELL WMI EXTRAS DRIVER
3023 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3024 S:      Maintained
3025 F:      drivers/platform/x86/dell-wmi.c
3026
3027 DESIGNWARE USB2 DRD IP DRIVER
3028 M:      Paul Zimmerman <paulz@synopsys.com>
3029 L:      linux-usb@vger.kernel.org
3030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3031 S:      Maintained
3032 F:      drivers/usb/dwc2/
3033
3034 DESIGNWARE USB3 DRD IP DRIVER
3035 M:      Felipe Balbi <balbi@ti.com>
3036 L:      linux-usb@vger.kernel.org
3037 L:      linux-omap@vger.kernel.org
3038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3039 S:      Maintained
3040 F:      drivers/usb/dwc3/
3041
3042 DEVICE COREDUMP (DEV_COREDUMP)
3043 M:      Johannes Berg <johannes@sipsolutions.net>
3044 L:      linux-kernel@vger.kernel.org
3045 S:      Maintained
3046 F:      drivers/base/devcoredump.c
3047 F:      include/linux/devcoredump.h
3048
3049 DEVICE FREQUENCY (DEVFREQ)
3050 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3051 M:      Kyungmin Park <kyungmin.park@samsung.com>
3052 L:      linux-pm@vger.kernel.org
3053 S:      Maintained
3054 F:      drivers/devfreq/
3055
3056 DEVICE NUMBER REGISTRY
3057 M:      Torben Mathiasen <device@lanana.org>
3058 W:      http://lanana.org/docs/device-list/index.html
3059 S:      Maintained
3060
3061 DEVICE-MAPPER  (LVM)
3062 M:      Alasdair Kergon <agk@redhat.com>
3063 M:      Mike Snitzer <snitzer@redhat.com>
3064 M:      dm-devel@redhat.com
3065 L:      dm-devel@redhat.com
3066 W:      http://sources.redhat.com/dm
3067 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3069 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3070 S:      Maintained
3071 F:      Documentation/device-mapper/
3072 F:      drivers/md/dm*
3073 F:      drivers/md/persistent-data/
3074 F:      include/linux/device-mapper.h
3075 F:      include/linux/dm-*.h
3076 F:      include/uapi/linux/dm-*.h
3077
3078 DIALOG SEMICONDUCTOR DRIVERS
3079 M:      Support Opensource <support.opensource@diasemi.com>
3080 W:      http://www.dialog-semiconductor.com/products
3081 S:      Supported
3082 F:      Documentation/hwmon/da90??
3083 F:      drivers/gpio/gpio-da90??.c
3084 F:      drivers/hwmon/da90??-hwmon.c
3085 F:      drivers/input/misc/da90??_onkey.c
3086 F:      drivers/input/touchscreen/da9052_tsi.c
3087 F:      drivers/leds/leds-da90??.c
3088 F:      drivers/mfd/da903x.c
3089 F:      drivers/mfd/da90??-*.c
3090 F:      drivers/power/da9052-battery.c
3091 F:      drivers/regulator/da903x.c
3092 F:      drivers/regulator/da9???-regulator.[ch]
3093 F:      drivers/rtc/rtc-da90??.c
3094 F:      drivers/video/backlight/da90??_bl.c
3095 F:      drivers/watchdog/da90??_wdt.c
3096 F:      include/linux/mfd/da903x.h
3097 F:      include/linux/mfd/da9052/
3098 F:      include/linux/mfd/da9055/
3099 F:      include/linux/mfd/da9063/
3100 F:      include/sound/da[79]*.h
3101 F:      sound/soc/codecs/da[79]*.[ch]
3102
3103 DIGI NEO AND CLASSIC PCI PRODUCTS
3104 M:      Lidza Louina <lidza.louina@gmail.com>
3105 M:      Mark Hounschell <markh@compro.net>
3106 L:      driverdev-devel@linuxdriverproject.org
3107 S:      Maintained
3108 F:      drivers/staging/dgnc/
3109
3110 DIGI EPCA PCI PRODUCTS
3111 M:      Lidza Louina <lidza.louina@gmail.com>
3112 M:      Mark Hounschell <markh@compro.net>
3113 M:      Daeseok Youn <daeseok.youn@gmail.com>
3114 L:      driverdev-devel@linuxdriverproject.org
3115 S:      Maintained
3116 F:      drivers/staging/dgap/
3117
3118 DIOLAN U2C-12 I2C DRIVER
3119 M:      Guenter Roeck <linux@roeck-us.net>
3120 L:      linux-i2c@vger.kernel.org
3121 S:      Maintained
3122 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3123
3124 DIRECTORY NOTIFICATION (DNOTIFY)
3125 M:      Eric Paris <eparis@parisplace.org>
3126 S:      Maintained
3127 F:      Documentation/filesystems/dnotify.txt
3128 F:      fs/notify/dnotify/
3129 F:      include/linux/dnotify.h
3130
3131 DISK GEOMETRY AND PARTITION HANDLING
3132 M:      Andries Brouwer <aeb@cwi.nl>
3133 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3134 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3135 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3136 S:      Maintained
3137
3138 DISKQUOTA
3139 M:      Jan Kara <jack@suse.cz>
3140 S:      Maintained
3141 F:      Documentation/filesystems/quota.txt
3142 F:      fs/quota/
3143 F:      include/linux/quota*.h
3144 F:      include/uapi/linux/quota*.h
3145
3146 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3147 M:      Bernie Thompson <bernie@plugable.com>
3148 L:      linux-fbdev@vger.kernel.org
3149 S:      Maintained
3150 W:      http://plugable.com/category/projects/udlfb/
3151 F:      drivers/video/fbdev/udlfb.c
3152 F:      include/video/udlfb.h
3153 F:      Documentation/fb/udlfb.txt
3154
3155 DISTRIBUTED LOCK MANAGER (DLM)
3156 M:      Christine Caulfield <ccaulfie@redhat.com>
3157 M:      David Teigland <teigland@redhat.com>
3158 L:      cluster-devel@redhat.com
3159 W:      http://sources.redhat.com/cluster/
3160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3161 S:      Supported
3162 F:      fs/dlm/
3163
3164 DMA BUFFER SHARING FRAMEWORK
3165 M:      Sumit Semwal <sumit.semwal@linaro.org>
3166 S:      Maintained
3167 L:      linux-media@vger.kernel.org
3168 L:      dri-devel@lists.freedesktop.org
3169 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3170 F:      drivers/dma-buf/
3171 F:      include/linux/dma-buf*
3172 F:      include/linux/reservation.h
3173 F:      include/linux/*fence.h
3174 F:      Documentation/dma-buf-sharing.txt
3175 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3176
3177 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3178 M:      Vinod Koul <vinod.koul@intel.com>
3179 L:      dmaengine@vger.kernel.org
3180 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3181 S:      Maintained
3182 F:      drivers/dma/
3183 F:      include/linux/dmaengine.h
3184 F:      Documentation/dmaengine/
3185 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3186
3187 DME1737 HARDWARE MONITOR DRIVER
3188 M:      Juerg Haefliger <juergh@gmail.com>
3189 L:      lm-sensors@lm-sensors.org
3190 S:      Maintained
3191 F:      Documentation/hwmon/dme1737
3192 F:      drivers/hwmon/dme1737.c
3193
3194 DOCKING STATION DRIVER
3195 M:      Shaohua Li <shaohua.li@intel.com>
3196 L:      linux-acpi@vger.kernel.org
3197 S:      Supported
3198 F:      drivers/acpi/dock.c
3199
3200 DOCUMENTATION
3201 M:      Jonathan Corbet <corbet@lwn.net>
3202 L:      linux-doc@vger.kernel.org
3203 S:      Maintained
3204 F:      Documentation/
3205 X:      Documentation/ABI/
3206 X:      Documentation/devicetree/
3207 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3208
3209 DOUBLETALK DRIVER
3210 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3211 L:      blinux-list@redhat.com
3212 S:      Maintained
3213 F:      drivers/char/dtlk.c
3214 F:      include/linux/dtlk.h
3215
3216 DPT_I2O SCSI RAID DRIVER
3217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3218 L:      linux-scsi@vger.kernel.org
3219 W:      http://www.adaptec.com/
3220 S:      Maintained
3221 F:      drivers/scsi/dpt*
3222 F:      drivers/scsi/dpt/
3223
3224 DRBD DRIVER
3225 P:      Philipp Reisner
3226 P:      Lars Ellenberg
3227 M:      drbd-dev@lists.linbit.com
3228 L:      drbd-user@lists.linbit.com
3229 W:      http://www.drbd.org
3230 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3231 T:      git git://git.drbd.org/drbd-8.3.git
3232 S:      Supported
3233 F:      drivers/block/drbd/
3234 F:      lib/lru_cache.c
3235 F:      Documentation/blockdev/drbd/
3236
3237 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3238 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3240 S:      Supported
3241 F:      Documentation/kobject.txt
3242 F:      drivers/base/
3243 F:      fs/sysfs/
3244 F:      fs/debugfs/
3245 F:      include/linux/kobj*
3246 F:      include/linux/debugfs.h
3247 F:      lib/kobj*
3248
3249 DRM DRIVERS
3250 M:      David Airlie <airlied@linux.ie>
3251 L:      dri-devel@lists.freedesktop.org
3252 T:      git git://people.freedesktop.org/~airlied/linux
3253 S:      Maintained
3254 F:      drivers/gpu/drm/
3255 F:      drivers/gpu/vga/
3256 F:      include/drm/
3257 F:      include/uapi/drm/
3258
3259 RADEON DRM DRIVERS
3260 M:      Alex Deucher <alexander.deucher@amd.com>
3261 M:      Christian König <christian.koenig@amd.com>
3262 L:      dri-devel@lists.freedesktop.org
3263 T:      git git://people.freedesktop.org/~agd5f/linux
3264 S:      Supported
3265 F:      drivers/gpu/drm/radeon/
3266 F:      include/uapi/drm/radeon*
3267
3268 DRM PANEL DRIVERS
3269 M:      Thierry Reding <thierry.reding@gmail.com>
3270 L:      dri-devel@lists.freedesktop.org
3271 T:      git git://anongit.freedesktop.org/tegra/linux.git
3272 S:      Maintained
3273 F:      drivers/gpu/drm/drm_panel.c
3274 F:      drivers/gpu/drm/panel/
3275 F:      include/drm/drm_panel.h
3276 F:      Documentation/devicetree/bindings/panel/
3277
3278 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3279 M:      Daniel Vetter <daniel.vetter@intel.com>
3280 M:      Jani Nikula <jani.nikula@linux.intel.com>
3281 L:      intel-gfx@lists.freedesktop.org
3282 L:      dri-devel@lists.freedesktop.org
3283 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3284 T:      git git://anongit.freedesktop.org/drm-intel
3285 S:      Supported
3286 F:      drivers/gpu/drm/i915/
3287 F:      include/drm/i915*
3288 F:      include/uapi/drm/i915*
3289
3290 DRM DRIVERS FOR EXYNOS
3291 M:      Inki Dae <inki.dae@samsung.com>
3292 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3293 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3294 M:      Kyungmin Park <kyungmin.park@samsung.com>
3295 L:      dri-devel@lists.freedesktop.org
3296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3297 S:      Supported
3298 F:      drivers/gpu/drm/exynos/
3299 F:      include/drm/exynos*
3300 F:      include/uapi/drm/exynos*
3301
3302 DRM DRIVERS FOR FREESCALE IMX
3303 M:      Philipp Zabel <p.zabel@pengutronix.de>
3304 L:      dri-devel@lists.freedesktop.org
3305 S:      Maintained
3306 F:      drivers/gpu/drm/imx/
3307 F:      Documentation/devicetree/bindings/drm/imx/
3308
3309 DRM DRIVERS FOR NVIDIA TEGRA
3310 M:      Thierry Reding <thierry.reding@gmail.com>
3311 M:      Terje Bergström <tbergstrom@nvidia.com>
3312 L:      dri-devel@lists.freedesktop.org
3313 L:      linux-tegra@vger.kernel.org
3314 T:      git git://anongit.freedesktop.org/tegra/linux.git
3315 S:      Supported
3316 F:      drivers/gpu/drm/tegra/
3317 F:      drivers/gpu/host1x/
3318 F:      include/linux/host1x.h
3319 F:      include/uapi/drm/tegra_drm.h
3320 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3321
3322 DRM DRIVERS FOR RENESAS
3323 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3324 L:      dri-devel@lists.freedesktop.org
3325 L:      linux-sh@vger.kernel.org
3326 T:      git git://people.freedesktop.org/~airlied/linux
3327 S:      Supported
3328 F:      drivers/gpu/drm/rcar-du/
3329 F:      drivers/gpu/drm/shmobile/
3330 F:      include/linux/platform_data/rcar-du.h
3331 F:      include/linux/platform_data/shmob_drm.h
3332
3333 DSBR100 USB FM RADIO DRIVER
3334 M:      Alexey Klimov <klimov.linux@gmail.com>
3335 L:      linux-media@vger.kernel.org
3336 T:      git git://linuxtv.org/media_tree.git
3337 S:      Maintained
3338 F:      drivers/media/radio/dsbr100.c
3339
3340 DSCC4 DRIVER
3341 M:      Francois Romieu <romieu@fr.zoreil.com>
3342 L:      netdev@vger.kernel.org
3343 S:      Maintained
3344 F:      drivers/net/wan/dscc4.c
3345
3346 DVB_USB_AF9015 MEDIA DRIVER
3347 M:      Antti Palosaari <crope@iki.fi>
3348 L:      linux-media@vger.kernel.org
3349 W:      http://linuxtv.org/
3350 W:      http://palosaari.fi/linux/
3351 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3352 T:      git git://linuxtv.org/anttip/media_tree.git
3353 S:      Maintained
3354 F:      drivers/media/usb/dvb-usb-v2/af9015*
3355
3356 DVB_USB_AF9035 MEDIA DRIVER
3357 M:      Antti Palosaari <crope@iki.fi>
3358 L:      linux-media@vger.kernel.org
3359 W:      http://linuxtv.org/
3360 W:      http://palosaari.fi/linux/
3361 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3362 T:      git git://linuxtv.org/anttip/media_tree.git
3363 S:      Maintained
3364 F:      drivers/media/usb/dvb-usb-v2/af9035*
3365
3366 DVB_USB_ANYSEE MEDIA DRIVER
3367 M:      Antti Palosaari <crope@iki.fi>
3368 L:      linux-media@vger.kernel.org
3369 W:      http://linuxtv.org/
3370 W:      http://palosaari.fi/linux/
3371 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3372 T:      git git://linuxtv.org/anttip/media_tree.git
3373 S:      Maintained
3374 F:      drivers/media/usb/dvb-usb-v2/anysee*
3375
3376 DVB_USB_AU6610 MEDIA DRIVER
3377 M:      Antti Palosaari <crope@iki.fi>
3378 L:      linux-media@vger.kernel.org
3379 W:      http://linuxtv.org/
3380 W:      http://palosaari.fi/linux/
3381 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3382 T:      git git://linuxtv.org/anttip/media_tree.git
3383 S:      Maintained
3384 F:      drivers/media/usb/dvb-usb-v2/au6610*
3385
3386 DVB_USB_CE6230 MEDIA DRIVER
3387 M:      Antti Palosaari <crope@iki.fi>
3388 L:      linux-media@vger.kernel.org
3389 W:      http://linuxtv.org/
3390 W:      http://palosaari.fi/linux/
3391 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3392 T:      git git://linuxtv.org/anttip/media_tree.git
3393 S:      Maintained
3394 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3395
3396 DVB_USB_CXUSB MEDIA DRIVER
3397 M:      Michael Krufky <mkrufky@linuxtv.org>
3398 L:      linux-media@vger.kernel.org
3399 W:      http://linuxtv.org/
3400 W:      http://github.com/mkrufky
3401 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3402 T:      git git://linuxtv.org/media_tree.git
3403 S:      Maintained
3404 F:      drivers/media/usb/dvb-usb/cxusb*
3405
3406 DVB_USB_EC168 MEDIA DRIVER
3407 M:      Antti Palosaari <crope@iki.fi>
3408 L:      linux-media@vger.kernel.org
3409 W:      http://linuxtv.org/
3410 W:      http://palosaari.fi/linux/
3411 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3412 T:      git git://linuxtv.org/anttip/media_tree.git
3413 S:      Maintained
3414 F:      drivers/media/usb/dvb-usb-v2/ec168*
3415
3416 DVB_USB_GL861 MEDIA DRIVER
3417 M:      Antti Palosaari <crope@iki.fi>
3418 L:      linux-media@vger.kernel.org
3419 W:      http://linuxtv.org/
3420 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3421 T:      git git://linuxtv.org/anttip/media_tree.git
3422 S:      Maintained
3423 F:      drivers/media/usb/dvb-usb-v2/gl861*
3424
3425 DVB_USB_MXL111SF MEDIA DRIVER
3426 M:      Michael Krufky <mkrufky@linuxtv.org>
3427 L:      linux-media@vger.kernel.org
3428 W:      http://linuxtv.org/
3429 W:      http://github.com/mkrufky
3430 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3431 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3432 S:      Maintained
3433 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3434
3435 DVB_USB_RTL28XXU MEDIA DRIVER
3436 M:      Antti Palosaari <crope@iki.fi>
3437 L:      linux-media@vger.kernel.org
3438 W:      http://linuxtv.org/
3439 W:      http://palosaari.fi/linux/
3440 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3441 T:      git git://linuxtv.org/anttip/media_tree.git
3442 S:      Maintained
3443 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3444
3445 DVB_USB_V2 MEDIA DRIVER
3446 M:      Antti Palosaari <crope@iki.fi>
3447 L:      linux-media@vger.kernel.org
3448 W:      http://linuxtv.org/
3449 W:      http://palosaari.fi/linux/
3450 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3451 T:      git git://linuxtv.org/anttip/media_tree.git
3452 S:      Maintained
3453 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3454 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3455
3456 DYNAMIC DEBUG
3457 M:      Jason Baron <jbaron@akamai.com>
3458 S:      Maintained
3459 F:      lib/dynamic_debug.c
3460 F:      include/linux/dynamic_debug.h
3461
3462 DZ DECSTATION DZ11 SERIAL DRIVER
3463 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3464 S:      Maintained
3465 F:      drivers/tty/serial/dz.*
3466
3467 E4000 MEDIA DRIVER
3468 M:      Antti Palosaari <crope@iki.fi>
3469 L:      linux-media@vger.kernel.org
3470 W:      http://linuxtv.org/
3471 W:      http://palosaari.fi/linux/
3472 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3473 T:      git git://linuxtv.org/anttip/media_tree.git
3474 S:      Maintained
3475 F:      drivers/media/tuners/e4000*
3476
3477 EATA ISA/EISA/PCI SCSI DRIVER
3478 M:      Dario Ballabio <ballabio_dario@emc.com>
3479 L:      linux-scsi@vger.kernel.org
3480 S:      Maintained
3481 F:      drivers/scsi/eata.c
3482
3483 EC100 MEDIA DRIVER
3484 M:      Antti Palosaari <crope@iki.fi>
3485 L:      linux-media@vger.kernel.org
3486 W:      http://linuxtv.org/
3487 W:      http://palosaari.fi/linux/
3488 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3489 T:      git git://linuxtv.org/anttip/media_tree.git
3490 S:      Maintained
3491 F:      drivers/media/dvb-frontends/ec100*
3492
3493 ECRYPT FILE SYSTEM
3494 M:      Tyler Hicks <tyhicks@canonical.com>
3495 L:      ecryptfs@vger.kernel.org
3496 W:      http://ecryptfs.org
3497 W:      https://launchpad.net/ecryptfs
3498 S:      Supported
3499 F:      Documentation/filesystems/ecryptfs.txt
3500 F:      fs/ecryptfs/
3501
3502 EDAC-CORE
3503 M:      Doug Thompson <dougthompson@xmission.com>
3504 M:      Borislav Petkov <bp@alien8.de>
3505 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3506 L:      linux-edac@vger.kernel.org
3507 W:      bluesmoke.sourceforge.net
3508 S:      Supported
3509 F:      Documentation/edac.txt
3510 F:      drivers/edac/
3511 F:      include/linux/edac.h
3512
3513 EDAC-AMD64
3514 M:      Doug Thompson <dougthompson@xmission.com>
3515 M:      Borislav Petkov <bp@alien8.de>
3516 L:      linux-edac@vger.kernel.org
3517 W:      bluesmoke.sourceforge.net
3518 S:      Maintained
3519 F:      drivers/edac/amd64_edac*
3520
3521 EDAC-CALXEDA
3522 M:      Doug Thompson <dougthompson@xmission.com>
3523 M:      Robert Richter <rric@kernel.org>
3524 L:      linux-edac@vger.kernel.org
3525 W:      bluesmoke.sourceforge.net
3526 S:      Maintained
3527 F:      drivers/edac/highbank*
3528
3529 EDAC-CAVIUM
3530 M:      Ralf Baechle <ralf@linux-mips.org>
3531 M:      David Daney <david.daney@cavium.com>
3532 L:      linux-edac@vger.kernel.org
3533 L:      linux-mips@linux-mips.org
3534 W:      bluesmoke.sourceforge.net
3535 S:      Supported
3536 F:      drivers/edac/octeon_edac*
3537
3538 EDAC-E752X
3539 M:      Mark Gross <mark.gross@intel.com>
3540 M:      Doug Thompson <dougthompson@xmission.com>
3541 L:      linux-edac@vger.kernel.org
3542 W:      bluesmoke.sourceforge.net
3543 S:      Maintained
3544 F:      drivers/edac/e752x_edac.c
3545
3546 EDAC-E7XXX
3547 M:      Doug Thompson <dougthompson@xmission.com>
3548 L:      linux-edac@vger.kernel.org
3549 W:      bluesmoke.sourceforge.net
3550 S:      Maintained
3551 F:      drivers/edac/e7xxx_edac.c
3552
3553 EDAC-GHES
3554 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3555 L:      linux-edac@vger.kernel.org
3556 W:      bluesmoke.sourceforge.net
3557 S:      Maintained
3558 F:      drivers/edac/ghes_edac.c
3559
3560 EDAC-I82443BXGX
3561 M:      Tim Small <tim@buttersideup.com>
3562 L:      linux-edac@vger.kernel.org
3563 W:      bluesmoke.sourceforge.net
3564 S:      Maintained
3565 F:      drivers/edac/i82443bxgx_edac.c
3566
3567 EDAC-I3000
3568 M:      Jason Uhlenkott <juhlenko@akamai.com>
3569 L:      linux-edac@vger.kernel.org
3570 W:      bluesmoke.sourceforge.net
3571 S:      Maintained
3572 F:      drivers/edac/i3000_edac.c
3573
3574 EDAC-I5000
3575 M:      Doug Thompson <dougthompson@xmission.com>
3576 L:      linux-edac@vger.kernel.org
3577 W:      bluesmoke.sourceforge.net
3578 S:      Maintained
3579 F:      drivers/edac/i5000_edac.c
3580
3581 EDAC-I5400
3582 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3583 L:      linux-edac@vger.kernel.org
3584 W:      bluesmoke.sourceforge.net
3585 S:      Maintained
3586 F:      drivers/edac/i5400_edac.c
3587
3588 EDAC-I7300
3589 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3590 L:      linux-edac@vger.kernel.org
3591 W:      bluesmoke.sourceforge.net
3592 S:      Maintained
3593 F:      drivers/edac/i7300_edac.c
3594
3595 EDAC-I7CORE
3596 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3597 L:      linux-edac@vger.kernel.org
3598 W:      bluesmoke.sourceforge.net
3599 S:      Maintained
3600 F:      drivers/edac/i7core_edac.c
3601
3602 EDAC-I82975X
3603 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3604 M:      "Arvind R." <arvino55@gmail.com>
3605 L:      linux-edac@vger.kernel.org
3606 W:      bluesmoke.sourceforge.net
3607 S:      Maintained
3608 F:      drivers/edac/i82975x_edac.c
3609
3610 EDAC-IE31200
3611 M:      Jason Baron <jbaron@akamai.com>
3612 L:      linux-edac@vger.kernel.org
3613 W:      bluesmoke.sourceforge.net
3614 S:      Maintained
3615 F:      drivers/edac/ie31200_edac.c
3616
3617 EDAC-MPC85XX
3618 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3619 L:      linux-edac@vger.kernel.org
3620 W:      bluesmoke.sourceforge.net
3621 S:      Maintained
3622 F:      drivers/edac/mpc85xx_edac.[ch]
3623
3624 EDAC-PASEMI
3625 M:      Egor Martovetsky <egor@pasemi.com>
3626 L:      linux-edac@vger.kernel.org
3627 W:      bluesmoke.sourceforge.net
3628 S:      Maintained
3629 F:      drivers/edac/pasemi_edac.c
3630
3631 EDAC-R82600
3632 M:      Tim Small <tim@buttersideup.com>
3633 L:      linux-edac@vger.kernel.org
3634 W:      bluesmoke.sourceforge.net
3635 S:      Maintained
3636 F:      drivers/edac/r82600_edac.c
3637
3638 EDAC-SBRIDGE
3639 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3640 L:      linux-edac@vger.kernel.org
3641 W:      bluesmoke.sourceforge.net
3642 S:      Maintained
3643 F:      drivers/edac/sb_edac.c
3644
3645 EDIROL UA-101/UA-1000 DRIVER
3646 M:      Clemens Ladisch <clemens@ladisch.de>
3647 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3648 T:      git git://git.alsa-project.org/alsa-kernel.git
3649 S:      Maintained
3650 F:      sound/usb/misc/ua101.c
3651
3652 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3653 M:      Matt Fleming <matt.fleming@intel.com>
3654 L:      linux-efi@vger.kernel.org
3655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3656 S:      Maintained
3657 F:      Documentation/efi-stub.txt
3658 F:      arch/ia64/kernel/efi.c
3659 F:      arch/x86/boot/compressed/eboot.[ch]
3660 F:      arch/x86/include/asm/efi.h
3661 F:      arch/x86/platform/efi/*
3662 F:      drivers/firmware/efi/*
3663 F:      include/linux/efi*.h
3664
3665 EFI VARIABLE FILESYSTEM
3666 M:      Matthew Garrett <matthew.garrett@nebula.com>
3667 M:      Jeremy Kerr <jk@ozlabs.org>
3668 M:      Matt Fleming <matt.fleming@intel.com>
3669 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3670 L:      linux-efi@vger.kernel.org
3671 S:      Maintained
3672 F:      fs/efivarfs/
3673
3674 EFIFB FRAMEBUFFER DRIVER
3675 L:      linux-fbdev@vger.kernel.org
3676 M:      Peter Jones <pjones@redhat.com>
3677 S:      Maintained
3678 F:      drivers/video/fbdev/efifb.c
3679
3680 EFS FILESYSTEM
3681 W:      http://aeschi.ch.eu.org/efs/
3682 S:      Orphan
3683 F:      fs/efs/
3684
3685 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3686 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3687 M:      Christoph Raisch <raisch@de.ibm.com>
3688 L:      linux-rdma@vger.kernel.org
3689 S:      Supported
3690 F:      drivers/infiniband/hw/ehca/
3691
3692 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3693 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3694 L:      netdev@vger.kernel.org
3695 S:      Maintained
3696 F:      drivers/net/ethernet/ibm/ehea/
3697
3698 EM28XX VIDEO4LINUX DRIVER
3699 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3700 L:      linux-media@vger.kernel.org
3701 W:      http://linuxtv.org
3702 T:      git git://linuxtv.org/media_tree.git
3703 S:      Maintained
3704 F:      drivers/media/usb/em28xx/
3705
3706 EMBEDDED LINUX
3707 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3708 M:      Matt Mackall <mpm@selenic.com>
3709 M:      David Woodhouse <dwmw2@infradead.org>
3710 L:      linux-embedded@vger.kernel.org
3711 S:      Maintained
3712
3713 EMULEX LPFC FC SCSI DRIVER
3714 M:      James Smart <james.smart@emulex.com>
3715 L:      linux-scsi@vger.kernel.org
3716 W:      http://sourceforge.net/projects/lpfcxxxx
3717 S:      Supported
3718 F:      drivers/scsi/lpfc/
3719
3720 ENE CB710 FLASH CARD READER DRIVER
3721 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3722 S:      Maintained
3723 F:      drivers/misc/cb710/
3724 F:      drivers/mmc/host/cb710-mmc.*
3725 F:      include/linux/cb710.h
3726
3727 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3728 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3729 S:      Maintained
3730 F:      drivers/media/rc/ene_ir.*
3731
3732 ENHANCED ERROR HANDLING (EEH)
3733 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3734 L:      linuxppc-dev@lists.ozlabs.org
3735 S:      Supported
3736 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3737 F:      arch/powerpc/kernel/eeh*.c
3738
3739 EPSON S1D13XXX FRAMEBUFFER DRIVER
3740 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3741 S:      Maintained
3742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3743 F:      drivers/video/fbdev/s1d13xxxfb.c
3744 F:      include/video/s1d13xxxfb.h
3745
3746 ET131X NETWORK DRIVER
3747 M:      Mark Einon <mark.einon@gmail.com>
3748 S:      Odd Fixes
3749 F:      drivers/net/ethernet/agere/
3750
3751 ETHERNET BRIDGE
3752 M:      Stephen Hemminger <stephen@networkplumber.org>
3753 L:      bridge@lists.linux-foundation.org
3754 L:      netdev@vger.kernel.org
3755 W:      http://www.linuxfoundation.org/en/Net:Bridge
3756 S:      Maintained
3757 F:      include/linux/netfilter_bridge/
3758 F:      net/bridge/
3759
3760 ETHERNET PHY LIBRARY
3761 M:      Florian Fainelli <f.fainelli@gmail.com>
3762 L:      netdev@vger.kernel.org
3763 S:      Maintained
3764 F:      include/linux/phy.h
3765 F:      include/linux/phy_fixed.h
3766 F:      drivers/net/phy/
3767 F:      Documentation/networking/phy.txt
3768 F:      drivers/of/of_mdio.c
3769 F:      drivers/of/of_net.c
3770
3771 EXT2 FILE SYSTEM
3772 M:      Jan Kara <jack@suse.cz>
3773 L:      linux-ext4@vger.kernel.org
3774 S:      Maintained
3775 F:      Documentation/filesystems/ext2.txt
3776 F:      fs/ext2/
3777 F:      include/linux/ext2*
3778
3779 EXT3 FILE SYSTEM
3780 M:      Jan Kara <jack@suse.cz>
3781 M:      Andrew Morton <akpm@linux-foundation.org>
3782 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3783 L:      linux-ext4@vger.kernel.org
3784 S:      Maintained
3785 F:      Documentation/filesystems/ext3.txt
3786 F:      fs/ext3/
3787
3788 EXT4 FILE SYSTEM
3789 M:      "Theodore Ts'o" <tytso@mit.edu>
3790 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3791 L:      linux-ext4@vger.kernel.org
3792 W:      http://ext4.wiki.kernel.org
3793 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3794 S:      Maintained
3795 F:      Documentation/filesystems/ext4.txt
3796 F:      fs/ext4/
3797
3798 Extended Verification Module (EVM)
3799 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3800 L:      linux-ima-devel@lists.sourceforge.net
3801 L:      linux-security-module@vger.kernel.org
3802 S:      Supported
3803 F:      security/integrity/evm/
3804
3805 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3806 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3807 M:      Chanwoo Choi <cw00.choi@samsung.com>
3808 L:      linux-kernel@vger.kernel.org
3809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3810 S:      Maintained
3811 F:      drivers/extcon/
3812 F:      Documentation/extcon/
3813
3814 EXYNOS DP DRIVER
3815 M:      Jingoo Han <jg1.han@samsung.com>
3816 L:      dri-devel@lists.freedesktop.org
3817 S:      Maintained
3818 F:      drivers/gpu/drm/exynos/exynos_dp*
3819
3820 EXYNOS MIPI DISPLAY DRIVERS
3821 M:      Inki Dae <inki.dae@samsung.com>
3822 M:      Donghwa Lee <dh09.lee@samsung.com>
3823 M:      Kyungmin Park <kyungmin.park@samsung.com>
3824 L:      linux-fbdev@vger.kernel.org
3825 S:      Maintained
3826 F:      drivers/video/fbdev/exynos/exynos_mipi*
3827 F:      include/video/exynos_mipi*
3828
3829 F71805F HARDWARE MONITORING DRIVER
3830 M:      Jean Delvare <jdelvare@suse.de>
3831 L:      lm-sensors@lm-sensors.org
3832 S:      Maintained
3833 F:      Documentation/hwmon/f71805f
3834 F:      drivers/hwmon/f71805f.c
3835
3836 FC0011 TUNER DRIVER
3837 M:      Michael Buesch <m@bues.ch>
3838 L:      linux-media@vger.kernel.org
3839 S:      Maintained
3840 F:      drivers/media/tuners/fc0011.h
3841 F:      drivers/media/tuners/fc0011.c
3842
3843 FC2580 MEDIA DRIVER
3844 M:      Antti Palosaari <crope@iki.fi>
3845 L:      linux-media@vger.kernel.org
3846 W:      http://linuxtv.org/
3847 W:      http://palosaari.fi/linux/
3848 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3849 T:      git git://linuxtv.org/anttip/media_tree.git
3850 S:      Maintained
3851 F:      drivers/media/tuners/fc2580*
3852
3853 FANOTIFY
3854 M:      Eric Paris <eparis@redhat.com>
3855 S:      Maintained
3856 F:      fs/notify/fanotify/
3857 F:      include/linux/fanotify.h
3858 F:      include/uapi/linux/fanotify.h
3859
3860 FARSYNC SYNCHRONOUS DRIVER
3861 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3862 W:      http://www.farsite.co.uk/
3863 S:      Supported
3864 F:      drivers/net/wan/farsync.*
3865
3866 FAULT INJECTION SUPPORT
3867 M:      Akinobu Mita <akinobu.mita@gmail.com>
3868 S:      Supported
3869 F:      Documentation/fault-injection/
3870 F:      lib/fault-inject.c
3871
3872 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3873 M:      Robert Love <robert.w.love@intel.com>
3874 L:      fcoe-devel@open-fcoe.org
3875 W:      www.Open-FCoE.org
3876 S:      Supported
3877 F:      drivers/scsi/libfc/
3878 F:      drivers/scsi/fcoe/
3879 F:      include/scsi/fc/
3880 F:      include/scsi/libfc.h
3881 F:      include/scsi/libfcoe.h
3882 F:      include/uapi/scsi/fc/
3883
3884 FILE LOCKING (flock() and fcntl()/lockf())
3885 M:      Jeff Layton <jlayton@poochiereds.net>
3886 M:      J. Bruce Fields <bfields@fieldses.org>
3887 L:      linux-fsdevel@vger.kernel.org
3888 S:      Maintained
3889 F:      include/linux/fcntl.h
3890 F:      include/linux/fs.h
3891 F:      include/uapi/linux/fcntl.h
3892 F:      include/uapi/linux/fs.h
3893 F:      fs/fcntl.c
3894 F:      fs/locks.c
3895
3896 FILESYSTEMS (VFS and infrastructure)
3897 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3898 L:      linux-fsdevel@vger.kernel.org
3899 S:      Maintained
3900 F:      fs/*
3901
3902 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3903 M:      Riku Voipio <riku.voipio@iki.fi>
3904 L:      lm-sensors@lm-sensors.org
3905 S:      Maintained
3906 F:      drivers/hwmon/f75375s.c
3907 F:      include/linux/f75375s.h
3908
3909 FIREWIRE AUDIO DRIVERS
3910 M:      Clemens Ladisch <clemens@ladisch.de>
3911 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3912 T:      git git://git.alsa-project.org/alsa-kernel.git
3913 S:      Maintained
3914 F:      sound/firewire/
3915
3916 FIREWIRE MEDIA DRIVERS (firedtv)
3917 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3918 L:      linux-media@vger.kernel.org
3919 L:      linux1394-devel@lists.sourceforge.net
3920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3921 S:      Maintained
3922 F:      drivers/media/firewire/
3923
3924 FIREWIRE SBP-2 TARGET
3925 M:      Chris Boot <bootc@bootc.net>
3926 L:      linux-scsi@vger.kernel.org
3927 L:      target-devel@vger.kernel.org
3928 L:      linux1394-devel@lists.sourceforge.net
3929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3930 S:      Maintained
3931 F:      drivers/target/sbp/
3932
3933 FIREWIRE SUBSYSTEM
3934 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3935 L:      linux1394-devel@lists.sourceforge.net
3936 W:      http://ieee1394.wiki.kernel.org/
3937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3938 S:      Maintained
3939 F:      drivers/firewire/
3940 F:      include/linux/firewire.h
3941 F:      include/uapi/linux/firewire*.h
3942 F:      tools/firewire/
3943
3944 FIRMWARE LOADER (request_firmware)
3945 M:      Ming Lei <ming.lei@canonical.com>
3946 L:      linux-kernel@vger.kernel.org
3947 S:      Maintained
3948 F:      Documentation/firmware_class/
3949 F:      drivers/base/firmware*.c
3950 F:      include/linux/firmware.h
3951
3952 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3953 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3954 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3955 S:      Maintained
3956 F:      drivers/block/rsxx/
3957
3958 FLOPPY DRIVER
3959 M:      Jiri Kosina <jkosina@suse.cz>
3960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3961 S:      Odd fixes
3962 F:      drivers/block/floppy.c
3963
3964 FMC SUBSYSTEM
3965 M:      Alessandro Rubini <rubini@gnudd.com>
3966 W:      http://www.ohwr.org/projects/fmc-bus
3967 S:      Supported
3968 F:      drivers/fmc/
3969 F:      include/linux/fmc*.h
3970 F:      include/linux/ipmi-fru.h
3971 K:      fmc_d.*register
3972
3973 FPU EMULATOR
3974 M:      Bill Metzenthen <billm@melbpc.org.au>
3975 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3976 S:      Maintained
3977 F:      arch/x86/math-emu/
3978
3979 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3980 L:      netdev@vger.kernel.org
3981 S:      Orphan
3982 F:      drivers/net/wan/dlci.c
3983 F:      drivers/net/wan/sdla.c
3984
3985 FRAMEBUFFER LAYER
3986 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3987 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
3988 L:      linux-fbdev@vger.kernel.org
3989 W:      http://linux-fbdev.sourceforge.net/
3990 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
3991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
3992 S:      Maintained
3993 F:      Documentation/fb/
3994 F:      Documentation/devicetree/bindings/fb/
3995 F:      drivers/video/
3996 F:      include/video/
3997 F:      include/linux/fb.h
3998 F:      include/uapi/video/
3999 F:      include/uapi/linux/fb.h
4000
4001 FREESCALE DIU FRAMEBUFFER DRIVER
4002 M:      Timur Tabi <timur@tabi.org>
4003 L:      linux-fbdev@vger.kernel.org
4004 S:      Maintained
4005 F:      drivers/video/fbdev/fsl-diu-fb.*
4006
4007 FREESCALE DMA DRIVER
4008 M:      Li Yang <leoli@freescale.com>
4009 M:      Zhang Wei <zw@zh-kernel.org>
4010 L:      linuxppc-dev@lists.ozlabs.org
4011 S:      Maintained
4012 F:      drivers/dma/fsldma.*
4013
4014 FREESCALE I2C CPM DRIVER
4015 M:      Jochen Friedrich <jochen@scram.de>
4016 L:      linuxppc-dev@lists.ozlabs.org
4017 L:      linux-i2c@vger.kernel.org
4018 S:      Maintained
4019 F:      drivers/i2c/busses/i2c-cpm.c
4020
4021 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4022 M:      Sascha Hauer <kernel@pengutronix.de>
4023 L:      linux-fbdev@vger.kernel.org
4024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4025 S:      Maintained
4026 F:      include/linux/platform_data/video-imxfb.h
4027 F:      drivers/video/fbdev/imxfb.c
4028
4029 FREESCALE SOC FS_ENET DRIVER
4030 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4031 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4032 L:      linuxppc-dev@lists.ozlabs.org
4033 L:      netdev@vger.kernel.org
4034 S:      Maintained
4035 F:      drivers/net/ethernet/freescale/fs_enet/
4036 F:      include/linux/fs_enet_pd.h
4037
4038 FREESCALE QUICC ENGINE LIBRARY
4039 L:      linuxppc-dev@lists.ozlabs.org
4040 S:      Orphan
4041 F:      arch/powerpc/sysdev/qe_lib/
4042 F:      arch/powerpc/include/asm/*qe.h
4043
4044 FREESCALE USB PERIPHERAL DRIVERS
4045 M:      Li Yang <leoli@freescale.com>
4046 L:      linux-usb@vger.kernel.org
4047 L:      linuxppc-dev@lists.ozlabs.org
4048 S:      Maintained
4049 F:      drivers/usb/gadget/udc/fsl*
4050
4051 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4052 M:      Li Yang <leoli@freescale.com>
4053 L:      netdev@vger.kernel.org
4054 L:      linuxppc-dev@lists.ozlabs.org
4055 S:      Maintained
4056 F:      drivers/net/ethernet/freescale/ucc_geth*
4057
4058 FREESCALE QUICC ENGINE UCC UART DRIVER
4059 M:      Timur Tabi <timur@tabi.org>
4060 L:      linuxppc-dev@lists.ozlabs.org
4061 S:      Maintained
4062 F:      drivers/tty/serial/ucc_uart.c
4063
4064 FREESCALE SOC SOUND DRIVERS
4065 M:      Timur Tabi <timur@tabi.org>
4066 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4067 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4068 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4069 L:      linuxppc-dev@lists.ozlabs.org
4070 S:      Maintained
4071 F:      sound/soc/fsl/fsl*
4072 F:      sound/soc/fsl/imx*
4073 F:      sound/soc/fsl/mpc8610_hpcd.c
4074
4075 FREEVXFS FILESYSTEM
4076 M:      Christoph Hellwig <hch@infradead.org>
4077 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4078 S:      Maintained
4079 F:      fs/freevxfs/
4080
4081 FREEZER
4082 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4083 M:      Pavel Machek <pavel@ucw.cz>
4084 L:      linux-pm@vger.kernel.org
4085 S:      Supported
4086 F:      Documentation/power/freezing-of-tasks.txt
4087 F:      include/linux/freezer.h
4088 F:      kernel/freezer.c
4089
4090 FRONTSWAP API
4091 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4092 L:      linux-kernel@vger.kernel.org
4093 S:      Maintained
4094 F:      mm/frontswap.c
4095 F:      include/linux/frontswap.h
4096
4097 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4098 M:      David Howells <dhowells@redhat.com>
4099 L:      linux-cachefs@redhat.com
4100 S:      Supported
4101 F:      Documentation/filesystems/caching/
4102 F:      fs/fscache/
4103 F:      include/linux/fscache*.h
4104
4105 F2FS FILE SYSTEM
4106 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4107 M:      Changman Lee <cm224.lee@samsung.com>
4108 L:      linux-f2fs-devel@lists.sourceforge.net
4109 W:      http://en.wikipedia.org/wiki/F2FS
4110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4111 S:      Maintained
4112 F:      Documentation/filesystems/f2fs.txt
4113 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4114 F:      fs/f2fs/
4115 F:      include/linux/f2fs_fs.h
4116
4117 FUJITSU FR-V (FRV) PORT
4118 M:      David Howells <dhowells@redhat.com>
4119 S:      Maintained
4120 F:      arch/frv/
4121
4122 FUJITSU LAPTOP EXTRAS
4123 M:      Jonathan Woithe <jwoithe@just42.net>
4124 L:      platform-driver-x86@vger.kernel.org
4125 S:      Maintained
4126 F:      drivers/platform/x86/fujitsu-laptop.c
4127
4128 FUJITSU M-5MO LS CAMERA ISP DRIVER
4129 M:      Kyungmin Park <kyungmin.park@samsung.com>
4130 M:      Heungjun Kim <riverful.kim@samsung.com>
4131 L:      linux-media@vger.kernel.org
4132 S:      Maintained
4133 F:      drivers/media/i2c/m5mols/
4134 F:      include/media/m5mols.h
4135
4136 FUJITSU TABLET EXTRAS
4137 M:      Robert Gerlach <khnz@gmx.de>
4138 L:      platform-driver-x86@vger.kernel.org
4139 S:      Maintained
4140 F:      drivers/platform/x86/fujitsu-tablet.c
4141
4142 FUSE: FILESYSTEM IN USERSPACE
4143 M:      Miklos Szeredi <miklos@szeredi.hu>
4144 L:      fuse-devel@lists.sourceforge.net
4145 W:      http://fuse.sourceforge.net/
4146 S:      Maintained
4147 F:      fs/fuse/
4148 F:      include/uapi/linux/fuse.h
4149
4150 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4151 M:      Rik Faith <faith@cs.unc.edu>
4152 L:      linux-scsi@vger.kernel.org
4153 S:      Odd Fixes (e.g., new signatures)
4154 F:      drivers/scsi/fdomain.*
4155
4156 GCOV BASED KERNEL PROFILING
4157 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4158 S:      Maintained
4159 F:      kernel/gcov/
4160 F:      Documentation/gcov.txt
4161
4162 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4163 M:      Achim Leubner <achim_leubner@adaptec.com>
4164 L:      linux-scsi@vger.kernel.org
4165 W:      http://www.icp-vortex.com/
4166 S:      Supported
4167 F:      drivers/scsi/gdt*
4168
4169 GEMTEK FM RADIO RECEIVER DRIVER
4170 M:      Hans Verkuil <hverkuil@xs4all.nl>
4171 L:      linux-media@vger.kernel.org
4172 T:      git git://linuxtv.org/media_tree.git
4173 W:      http://linuxtv.org
4174 S:      Maintained
4175 F:      drivers/media/radio/radio-gemtek*
4176
4177 GENERIC GPIO I2C DRIVER
4178 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4179 S:      Supported
4180 F:      drivers/i2c/busses/i2c-gpio.c
4181 F:      include/linux/i2c-gpio.h
4182
4183 GENERIC GPIO I2C MULTIPLEXER DRIVER
4184 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4185 L:      linux-i2c@vger.kernel.org
4186 S:      Supported
4187 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4188 F:      include/linux/i2c-mux-gpio.h
4189 F:      Documentation/i2c/muxes/i2c-mux-gpio
4190
4191 GENERIC HDLC (WAN) DRIVERS
4192 M:      Krzysztof Halasa <khc@pm.waw.pl>
4193 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4194 S:      Maintained
4195 F:      drivers/net/wan/c101.c
4196 F:      drivers/net/wan/hd6457*
4197 F:      drivers/net/wan/hdlc*
4198 F:      drivers/net/wan/n2.c
4199 F:      drivers/net/wan/pc300too.c
4200 F:      drivers/net/wan/pci200syn.c
4201 F:      drivers/net/wan/wanxl*
4202
4203 GENERIC INCLUDE/ASM HEADER FILES
4204 M:      Arnd Bergmann <arnd@arndb.de>
4205 L:      linux-arch@vger.kernel.org
4206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4207 S:      Maintained
4208 F:      include/asm-generic/
4209 F:      include/uapi/asm-generic/
4210
4211 GENERIC PHY FRAMEWORK
4212 M:      Kishon Vijay Abraham I <kishon@ti.com>
4213 L:      linux-kernel@vger.kernel.org
4214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4215 S:      Supported
4216 F:      drivers/phy/
4217 F:      include/linux/phy/
4218
4219 GENERIC UIO DRIVER FOR PCI DEVICES
4220 M:      "Michael S. Tsirkin" <mst@redhat.com>
4221 L:      kvm@vger.kernel.org
4222 S:      Supported
4223 F:      drivers/uio/uio_pci_generic.c
4224
4225 GET_MAINTAINER SCRIPT
4226 M:      Joe Perches <joe@perches.com>
4227 S:      Maintained
4228 F:      scripts/get_maintainer.pl
4229
4230 GFS2 FILE SYSTEM
4231 M:      Steven Whitehouse <swhiteho@redhat.com>
4232 L:      cluster-devel@redhat.com
4233 W:      http://sources.redhat.com/cluster/
4234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4236 S:      Supported
4237 F:      Documentation/filesystems/gfs2*.txt
4238 F:      fs/gfs2/
4239 F:      include/uapi/linux/gfs2_ondisk.h
4240
4241 GIGASET ISDN DRIVERS
4242 M:      Hansjoerg Lipp <hjlipp@web.de>
4243 M:      Tilman Schmidt <tilman@imap.cc>
4244 L:      gigaset307x-common@lists.sourceforge.net
4245 W:      http://gigaset307x.sourceforge.net/
4246 S:      Maintained
4247 F:      Documentation/isdn/README.gigaset
4248 F:      drivers/isdn/gigaset/
4249 F:      include/uapi/linux/gigaset_dev.h
4250
4251 GO7007 MPEG CODEC
4252 M:      Hans Verkuil <hans.verkuil@cisco.com>
4253 L:      linux-media@vger.kernel.org
4254 S:      Maintained
4255 F:      drivers/media/usb/go7007/
4256
4257 GOODIX TOUCHSCREEN
4258 M:      Bastien Nocera <hadess@hadess.net>
4259 L:      linux-input@vger.kernel.org
4260 S:      Maintained
4261 F:      drivers/input/touchscreen/goodix.c
4262
4263 GPIO SUBSYSTEM
4264 M:      Linus Walleij <linus.walleij@linaro.org>
4265 M:      Alexandre Courbot <gnurou@gmail.com>
4266 L:      linux-gpio@vger.kernel.org
4267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4268 S:      Maintained
4269 F:      Documentation/gpio/
4270 F:      drivers/gpio/
4271 F:      include/linux/gpio/
4272 F:      include/linux/gpio.h
4273 F:      include/asm-generic/gpio.h
4274
4275 GRE DEMULTIPLEXER DRIVER
4276 M:      Dmitry Kozlov <xeb@mail.ru>
4277 L:      netdev@vger.kernel.org
4278 S:      Maintained
4279 F:      net/ipv4/gre_demux.c
4280 F:      net/ipv4/gre_offload.c
4281 F:      include/net/gre.h
4282
4283 GRETH 10/100/1G Ethernet MAC device driver
4284 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4285 L:      netdev@vger.kernel.org
4286 S:      Maintained
4287 F:      drivers/net/ethernet/aeroflex/
4288
4289 GSPCA FINEPIX SUBDRIVER
4290 M:      Frank Zago <frank@zago.net>
4291 L:      linux-media@vger.kernel.org
4292 T:      git git://linuxtv.org/media_tree.git
4293 S:      Maintained
4294 F:      drivers/media/usb/gspca/finepix.c
4295
4296 GSPCA GL860 SUBDRIVER
4297 M:      Olivier Lorin <o.lorin@laposte.net>
4298 L:      linux-media@vger.kernel.org
4299 T:      git git://linuxtv.org/media_tree.git
4300 S:      Maintained
4301 F:      drivers/media/usb/gspca/gl860/
4302
4303 GSPCA M5602 SUBDRIVER
4304 M:      Erik Andren <erik.andren@gmail.com>
4305 L:      linux-media@vger.kernel.org
4306 T:      git git://linuxtv.org/media_tree.git
4307 S:      Maintained
4308 F:      drivers/media/usb/gspca/m5602/
4309
4310 GSPCA PAC207 SONIXB SUBDRIVER
4311 M:      Hans de Goede <hdegoede@redhat.com>
4312 L:      linux-media@vger.kernel.org
4313 T:      git git://linuxtv.org/media_tree.git
4314 S:      Maintained
4315 F:      drivers/media/usb/gspca/pac207.c
4316
4317 GSPCA SN9C20X SUBDRIVER
4318 M:      Brian Johnson <brijohn@gmail.com>
4319 L:      linux-media@vger.kernel.org
4320 T:      git git://linuxtv.org/media_tree.git
4321 S:      Maintained
4322 F:      drivers/media/usb/gspca/sn9c20x.c
4323
4324 GSPCA T613 SUBDRIVER
4325 M:      Leandro Costantino <lcostantino@gmail.com>
4326 L:      linux-media@vger.kernel.org
4327 T:      git git://linuxtv.org/media_tree.git
4328 S:      Maintained
4329 F:      drivers/media/usb/gspca/t613.c
4330
4331 GSPCA USB WEBCAM DRIVER
4332 M:      Hans de Goede <hdegoede@redhat.com>
4333 L:      linux-media@vger.kernel.org
4334 T:      git git://linuxtv.org/media_tree.git
4335 S:      Maintained
4336 F:      drivers/media/usb/gspca/
4337
4338 GUID PARTITION TABLE (GPT)
4339 M:      Davidlohr Bueso <davidlohr@hp.com>
4340 L:      linux-efi@vger.kernel.org
4341 S:      Maintained
4342 F:      block/partitions/efi.*
4343
4344 STK1160 USB VIDEO CAPTURE DRIVER
4345 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4346 L:      linux-media@vger.kernel.org
4347 T:      git git://linuxtv.org/media_tree.git
4348 S:      Maintained
4349 F:      drivers/media/usb/stk1160/
4350
4351 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4352 M:      Frank Seidel <frank@f-seidel.de>
4353 L:      platform-driver-x86@vger.kernel.org
4354 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4355 S:      Maintained
4356 F:      drivers/platform/x86/hdaps.c
4357
4358 HDPVR USB VIDEO ENCODER DRIVER
4359 M:      Hans Verkuil <hverkuil@xs4all.nl>
4360 L:      linux-media@vger.kernel.org
4361 T:      git git://linuxtv.org/media_tree.git
4362 W:      http://linuxtv.org
4363 S:      Odd Fixes
4364 F:      drivers/media/usb/hdpvr/
4365
4366 HWPOISON MEMORY FAILURE HANDLING
4367 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4368 L:      linux-mm@kvack.org
4369 S:      Maintained
4370 F:      mm/memory-failure.c
4371 F:      mm/hwpoison-inject.c
4372
4373 HYPERVISOR VIRTUAL CONSOLE DRIVER
4374 L:      linuxppc-dev@lists.ozlabs.org
4375 S:      Odd Fixes
4376 F:      drivers/tty/hvc/
4377
4378 HACKRF MEDIA DRIVER
4379 M:      Antti Palosaari <crope@iki.fi>
4380 L:      linux-media@vger.kernel.org
4381 W:      http://linuxtv.org/
4382 W:      http://palosaari.fi/linux/
4383 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4384 T:      git git://linuxtv.org/anttip/media_tree.git
4385 S:      Maintained
4386 F:      drivers/media/usb/hackrf/
4387
4388 HARDWARE MONITORING
4389 M:      Jean Delvare <jdelvare@suse.de>
4390 M:      Guenter Roeck <linux@roeck-us.net>
4391 L:      lm-sensors@lm-sensors.org
4392 W:      http://www.lm-sensors.org/
4393 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4395 S:      Maintained
4396 F:      Documentation/hwmon/
4397 F:      drivers/hwmon/
4398 F:      include/linux/hwmon*.h
4399
4400 HARDWARE RANDOM NUMBER GENERATOR CORE
4401 M:      Matt Mackall <mpm@selenic.com>
4402 M:      Herbert Xu <herbert@gondor.apana.org.au>
4403 S:      Odd fixes
4404 F:      Documentation/hw_random.txt
4405 F:      drivers/char/hw_random/
4406 F:      include/linux/hw_random.h
4407
4408 HARDWARE SPINLOCK CORE
4409 M:      Ohad Ben-Cohen <ohad@wizery.com>
4410 S:      Maintained
4411 F:      Documentation/hwspinlock.txt
4412 F:      drivers/hwspinlock/hwspinlock_*
4413 F:      include/linux/hwspinlock.h
4414
4415 HARMONY SOUND DRIVER
4416 L:      linux-parisc@vger.kernel.org
4417 S:      Maintained
4418 F:      sound/parisc/harmony.*
4419
4420 HD29L2 MEDIA DRIVER
4421 M:      Antti Palosaari <crope@iki.fi>
4422 L:      linux-media@vger.kernel.org
4423 W:      http://linuxtv.org/
4424 W:      http://palosaari.fi/linux/
4425 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4426 T:      git git://linuxtv.org/anttip/media_tree.git
4427 S:      Maintained
4428 F:      drivers/media/dvb-frontends/hd29l2*
4429
4430 HEWLETT-PACKARD SMART2 RAID DRIVER
4431 L:      iss_storagedev@hp.com
4432 S:      Orphan
4433 F:      Documentation/blockdev/cpqarray.txt
4434 F:      drivers/block/cpqarray.*
4435
4436 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4437 M:      Don Brace <don.brace@pmcs.com>
4438 L:      iss_storagedev@hp.com
4439 L:      storagedev@pmcs.com
4440 L:      linux-scsi@vger.kernel.org
4441 S:      Supported
4442 F:      Documentation/scsi/hpsa.txt
4443 F:      drivers/scsi/hpsa*.[ch]
4444 F:      include/linux/cciss*.h
4445 F:      include/uapi/linux/cciss*.h
4446
4447 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4448 M:      Don Brace <don.brace@pmcs.com>
4449 L:      iss_storagedev@hp.com
4450 L:      storagedev@pmcs.com
4451 L:      linux-scsi@vger.kernel.org
4452 S:      Supported
4453 F:      Documentation/blockdev/cciss.txt
4454 F:      drivers/block/cciss*
4455 F:      include/linux/cciss_ioctl.h
4456 F:      include/uapi/linux/cciss_ioctl.h
4457
4458 HFS FILESYSTEM
4459 L:      linux-fsdevel@vger.kernel.org
4460 S:      Orphan
4461 F:      Documentation/filesystems/hfs.txt
4462 F:      fs/hfs/
4463
4464 HFSPLUS FILESYSTEM
4465 L:      linux-fsdevel@vger.kernel.org
4466 S:      Orphan
4467 F:      Documentation/filesystems/hfsplus.txt
4468 F:      fs/hfsplus/
4469
4470 HGA FRAMEBUFFER DRIVER
4471 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4472 L:      linux-nvidia@lists.surfsouth.com
4473 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4474 S:      Maintained
4475 F:      drivers/video/fbdev/hgafb.c
4476
4477 HIBERNATION (aka Software Suspend, aka swsusp)
4478 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4479 M:      Pavel Machek <pavel@ucw.cz>
4480 L:      linux-pm@vger.kernel.org
4481 S:      Supported
4482 F:      arch/x86/power/
4483 F:      drivers/base/power/
4484 F:      kernel/power/
4485 F:      include/linux/suspend.h
4486 F:      include/linux/freezer.h
4487 F:      include/linux/pm.h
4488 F:      arch/*/include/asm/suspend*.h
4489
4490 HID CORE LAYER
4491 M:      Jiri Kosina <jkosina@suse.cz>
4492 L:      linux-input@vger.kernel.org
4493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4494 S:      Maintained
4495 F:      drivers/hid/
4496 F:      include/linux/hid*
4497 F:      include/uapi/linux/hid*
4498
4499 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4500 M:      Thomas Gleixner <tglx@linutronix.de>
4501 L:      linux-kernel@vger.kernel.org
4502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4503 S:      Maintained
4504 F:      Documentation/timers/
4505 F:      kernel/time/hrtimer.c
4506 F:      kernel/time/clockevents.c
4507 F:      kernel/time/tick*.*
4508 F:      kernel/time/timer_*.c
4509 F:      include/linux/clockchips.h
4510 F:      include/linux/hrtimer.h
4511
4512 HIGH-SPEED SCC DRIVER FOR AX.25
4513 L:      linux-hams@vger.kernel.org
4514 S:      Orphan
4515 F:      drivers/net/hamradio/dmascc.c
4516 F:      drivers/net/hamradio/scc.c
4517
4518 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4519 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4520 W:      http://www.highpoint-tech.com
4521 S:      Supported
4522 F:      Documentation/scsi/hptiop.txt
4523 F:      drivers/scsi/hptiop.c
4524
4525 HIPPI
4526 M:      Jes Sorensen <jes@trained-monkey.org>
4527 L:      linux-hippi@sunsite.dk
4528 S:      Maintained
4529 F:      include/linux/hippidevice.h
4530 F:      include/uapi/linux/if_hippi.h
4531 F:      net/802/hippi.c
4532 F:      drivers/net/hippi/
4533
4534 HOST AP DRIVER
4535 M:      Jouni Malinen <j@w1.fi>
4536 L:      hostap@shmoo.com (subscribers-only)
4537 L:      linux-wireless@vger.kernel.org
4538 W:      http://hostap.epitest.fi/
4539 S:      Maintained
4540 F:      drivers/net/wireless/hostap/
4541
4542 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4543 L:      platform-driver-x86@vger.kernel.org
4544 S:      Orphan
4545 F:      drivers/platform/x86/tc1100-wmi.c
4546
4547 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4548 M:      Jaroslav Kysela <perex@perex.cz>
4549 S:      Maintained
4550 F:      drivers/net/ethernet/hp/hp100.*
4551
4552 HPET:   High Precision Event Timers driver
4553 M:      Clemens Ladisch <clemens@ladisch.de>
4554 S:      Maintained
4555 F:      Documentation/timers/hpet.txt
4556 F:      drivers/char/hpet.c
4557 F:      include/linux/hpet.h
4558 F:      include/uapi/linux/hpet.h
4559
4560 HPET:   x86
4561 S:      Orphan
4562 F:      arch/x86/kernel/hpet.c
4563 F:      arch/x86/include/asm/hpet.h
4564
4565 HPFS FILESYSTEM
4566 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4567 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4568 S:      Maintained
4569 F:      fs/hpfs/
4570
4571 HSI SUBSYSTEM
4572 M:      Sebastian Reichel <sre@kernel.org>
4573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4574 S:      Maintained
4575 F:      Documentation/ABI/testing/sysfs-bus-hsi
4576 F:      Documentation/hsi.txt
4577 F:      drivers/hsi/
4578 F:      include/linux/hsi/
4579 F:      include/uapi/linux/hsi/
4580
4581 HSO 3G MODEM DRIVER
4582 M:      Jan Dumon <j.dumon@option.com>
4583 W:      http://www.pharscape.org
4584 S:      Maintained
4585 F:      drivers/net/usb/hso.c
4586
4587 HSR NETWORK PROTOCOL
4588 M:      Arvid Brodin <arvid.brodin@alten.se>
4589 L:      netdev@vger.kernel.org
4590 S:      Maintained
4591 F:      net/hsr/
4592
4593 HTCPEN TOUCHSCREEN DRIVER
4594 M:      Pau Oliva Fora <pof@eslack.org>
4595 L:      linux-input@vger.kernel.org
4596 S:      Maintained
4597 F:      drivers/input/touchscreen/htcpen.c
4598
4599 HUGETLB FILESYSTEM
4600 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4601 S:      Maintained
4602 F:      fs/hugetlbfs/
4603
4604 Hyper-V CORE AND DRIVERS
4605 M:      K. Y. Srinivasan <kys@microsoft.com>
4606 M:      Haiyang Zhang <haiyangz@microsoft.com>
4607 L:      devel@linuxdriverproject.org
4608 S:      Maintained
4609 F:      arch/x86/include/asm/mshyperv.h
4610 F:      arch/x86/include/uapi/asm/hyperv.h
4611 F:      arch/x86/kernel/cpu/mshyperv.c
4612 F:      drivers/hid/hid-hyperv.c
4613 F:      drivers/hv/
4614 F:      drivers/input/serio/hyperv-keyboard.c
4615 F:      drivers/net/hyperv/
4616 F:      drivers/scsi/storvsc_drv.c
4617 F:      drivers/video/fbdev/hyperv_fb.c
4618 F:      include/linux/hyperv.h
4619 F:      tools/hv/
4620
4621 I2C OVER PARALLEL PORT
4622 M:      Jean Delvare <jdelvare@suse.de>
4623 L:      linux-i2c@vger.kernel.org
4624 S:      Maintained
4625 F:      Documentation/i2c/busses/i2c-parport
4626 F:      Documentation/i2c/busses/i2c-parport-light
4627 F:      drivers/i2c/busses/i2c-parport.c
4628 F:      drivers/i2c/busses/i2c-parport-light.c
4629
4630 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4631 M:      Jean Delvare <jdelvare@suse.de>
4632 L:      linux-i2c@vger.kernel.org
4633 S:      Maintained
4634 F:      Documentation/i2c/busses/i2c-ali1535
4635 F:      Documentation/i2c/busses/i2c-ali1563
4636 F:      Documentation/i2c/busses/i2c-ali15x3
4637 F:      Documentation/i2c/busses/i2c-amd756
4638 F:      Documentation/i2c/busses/i2c-amd8111
4639 F:      Documentation/i2c/busses/i2c-i801
4640 F:      Documentation/i2c/busses/i2c-nforce2
4641 F:      Documentation/i2c/busses/i2c-piix4
4642 F:      Documentation/i2c/busses/i2c-sis5595
4643 F:      Documentation/i2c/busses/i2c-sis630
4644 F:      Documentation/i2c/busses/i2c-sis96x
4645 F:      Documentation/i2c/busses/i2c-via
4646 F:      Documentation/i2c/busses/i2c-viapro
4647 F:      drivers/i2c/busses/i2c-ali1535.c
4648 F:      drivers/i2c/busses/i2c-ali1563.c
4649 F:      drivers/i2c/busses/i2c-ali15x3.c
4650 F:      drivers/i2c/busses/i2c-amd756.c
4651 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4652 F:      drivers/i2c/busses/i2c-amd8111.c
4653 F:      drivers/i2c/busses/i2c-i801.c
4654 F:      drivers/i2c/busses/i2c-isch.c
4655 F:      drivers/i2c/busses/i2c-nforce2.c
4656 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4657 F:      drivers/i2c/busses/i2c-piix4.c
4658 F:      drivers/i2c/busses/i2c-sis5595.c
4659 F:      drivers/i2c/busses/i2c-sis630.c
4660 F:      drivers/i2c/busses/i2c-sis96x.c
4661 F:      drivers/i2c/busses/i2c-via.c
4662 F:      drivers/i2c/busses/i2c-viapro.c
4663
4664 I2C/SMBUS ISMT DRIVER
4665 M:      Seth Heasley <seth.heasley@intel.com>
4666 M:      Neil Horman <nhorman@tuxdriver.com>
4667 L:      linux-i2c@vger.kernel.org
4668 F:      drivers/i2c/busses/i2c-ismt.c
4669 F:      Documentation/i2c/busses/i2c-ismt
4670
4671 I2C/SMBUS STUB DRIVER
4672 M:      Jean Delvare <jdelvare@suse.de>
4673 L:      linux-i2c@vger.kernel.org
4674 S:      Maintained
4675 F:      drivers/i2c/i2c-stub.c
4676
4677 I2C SUBSYSTEM
4678 M:      Wolfram Sang <wsa@the-dreams.de>
4679 L:      linux-i2c@vger.kernel.org
4680 W:      https://i2c.wiki.kernel.org/
4681 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4683 S:      Maintained
4684 F:      Documentation/devicetree/bindings/i2c/
4685 F:      Documentation/i2c/
4686 F:      drivers/i2c/
4687 F:      include/linux/i2c.h
4688 F:      include/linux/i2c-*.h
4689 F:      include/uapi/linux/i2c.h
4690 F:      include/uapi/linux/i2c-*.h
4691
4692 I2C ACPI SUPPORT
4693 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4694 L:      linux-i2c@vger.kernel.org
4695 L:      linux-acpi@vger.kernel.org
4696 S:      Maintained
4697
4698 I2C-TAOS-EVM DRIVER
4699 M:      Jean Delvare <jdelvare@suse.de>
4700 L:      linux-i2c@vger.kernel.org
4701 S:      Maintained
4702 F:      Documentation/i2c/busses/i2c-taos-evm
4703 F:      drivers/i2c/busses/i2c-taos-evm.c
4704
4705 I2C-TINY-USB DRIVER
4706 M:      Till Harbaum <till@harbaum.org>
4707 L:      linux-i2c@vger.kernel.org
4708 W:      http://www.harbaum.org/till/i2c_tiny_usb
4709 S:      Maintained
4710 F:      drivers/i2c/busses/i2c-tiny-usb.c
4711
4712 i386 BOOT CODE
4713 M:      "H. Peter Anvin" <hpa@zytor.com>
4714 S:      Maintained
4715 F:      arch/x86/boot/
4716
4717 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4718 M:      "H. Peter Anvin" <hpa@zytor.com>
4719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4720 S:      Maintained
4721
4722 IA64 (Itanium) PLATFORM
4723 M:      Tony Luck <tony.luck@intel.com>
4724 M:      Fenghua Yu <fenghua.yu@intel.com>
4725 L:      linux-ia64@vger.kernel.org
4726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4727 S:      Maintained
4728 F:      arch/ia64/
4729
4730 IBM Power in-Nest Crypto Acceleration
4731 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4732 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4733 L:      linux-crypto@vger.kernel.org
4734 S:      Supported
4735 F:      drivers/crypto/nx/
4736
4737 IBM Power 842 compression accelerator
4738 M:      Dan Streetman <ddstreet@us.ibm.com>
4739 S:      Supported
4740 F:      drivers/crypto/nx/nx-842.c
4741 F:      include/linux/nx842.h
4742
4743 IBM Power Linux RAID adapter
4744 M:      Brian King <brking@us.ibm.com>
4745 S:      Supported
4746 F:      drivers/scsi/ipr.*
4747
4748 IBM Power Virtual Ethernet Device Driver
4749 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4750 L:      netdev@vger.kernel.org
4751 S:      Supported
4752 F:      drivers/net/ethernet/ibm/ibmveth.*
4753
4754 IBM Power Virtual SCSI Device Drivers
4755 M:      Nathan Fontenot <nfont@linux.vnet.ibm.com>
4756 L:      linux-scsi@vger.kernel.org
4757 S:      Supported
4758 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4759 F:      drivers/scsi/ibmvscsi/viosrp.h
4760
4761 IBM Power Virtual FC Device Drivers
4762 M:      Brian King <brking@linux.vnet.ibm.com>
4763 L:      linux-scsi@vger.kernel.org
4764 S:      Supported
4765 F:      drivers/scsi/ibmvscsi/ibmvfc*
4766
4767 IBM ServeRAID RAID DRIVER
4768 S:      Orphan
4769 F:      drivers/scsi/ips.*
4770
4771 ICH LPC AND GPIO DRIVER
4772 M:      Peter Tyser <ptyser@xes-inc.com>
4773 S:      Maintained
4774 F:      drivers/mfd/lpc_ich.c
4775 F:      drivers/gpio/gpio-ich.c
4776
4777 IDE SUBSYSTEM
4778 M:      "David S. Miller" <davem@davemloft.net>
4779 L:      linux-ide@vger.kernel.org
4780 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4782 S:      Maintained
4783 F:      Documentation/ide/
4784 F:      drivers/ide/
4785 F:      include/linux/ide.h
4786
4787 IDEAPAD LAPTOP EXTRAS DRIVER
4788 M:      Ike Panhc <ike.pan@canonical.com>
4789 L:      platform-driver-x86@vger.kernel.org
4790 W:      http://launchpad.net/ideapad-laptop
4791 S:      Maintained
4792 F:      drivers/platform/x86/ideapad-laptop.c
4793
4794 IDEAPAD LAPTOP SLIDEBAR DRIVER
4795 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4796 L:      linux-input@vger.kernel.org
4797 W:      https://github.com/o2genum/ideapad-slidebar
4798 S:      Maintained
4799 F:      drivers/input/misc/ideapad_slidebar.c
4800
4801 IDE/ATAPI DRIVERS
4802 M:      Borislav Petkov <bp@alien8.de>
4803 L:      linux-ide@vger.kernel.org
4804 S:      Maintained
4805 F:      Documentation/cdrom/ide-cd
4806 F:      drivers/ide/ide-cd*
4807
4808 IDLE-I7300
4809 M:      Andy Henroid <andrew.d.henroid@intel.com>
4810 L:      linux-pm@vger.kernel.org
4811 S:      Supported
4812 F:      drivers/idle/i7300_idle.c
4813
4814 IEEE 802.15.4 SUBSYSTEM
4815 M:      Alexander Aring <alex.aring@gmail.com>
4816 L:      linux-wpan@vger.kernel.org
4817 W:      https://github.com/linux-wpan
4818 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4819 S:      Maintained
4820 F:      net/ieee802154/
4821 F:      net/mac802154/
4822 F:      drivers/net/ieee802154/
4823 F:      include/linux/nl802154.h
4824 F:      include/linux/ieee802154.h
4825 F:      include/net/nl802154.h
4826 F:      include/net/mac802154.h
4827 F:      include/net/af_ieee802154.h
4828 F:      include/net/cfg802154.h
4829 F:      include/net/ieee802154_netdev.h
4830 F:      Documentation/networking/ieee802154.txt
4831
4832 IGORPLUG-USB IR RECEIVER
4833 M:      Sean Young <sean@mess.org>
4834 L:      linux-media@vger.kernel.org
4835 S:      Maintained
4836 F:      drivers/media/rc/igorplugusb.c
4837
4838 IGUANAWORKS USB IR TRANSCEIVER
4839 M:      Sean Young <sean@mess.org>
4840 L:      linux-media@vger.kernel.org
4841 S:      Maintained
4842 F:      drivers/media/rc/iguanair.c
4843
4844 IIO SUBSYSTEM AND DRIVERS
4845 M:      Jonathan Cameron <jic23@kernel.org>
4846 R:      Hartmut Knaack <knaack.h@gmx.de>
4847 R:      Lars-Peter Clausen <lars@metafoo.de>
4848 R:      Peter Meerwald <pmeerw@pmeerw.net>
4849 L:      linux-iio@vger.kernel.org
4850 S:      Maintained
4851 F:      drivers/iio/
4852 F:      drivers/staging/iio/
4853 F:      include/linux/iio/
4854
4855 IKANOS/ADI EAGLE ADSL USB DRIVER
4856 M:      Matthieu Castet <castet.matthieu@free.fr>
4857 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4858 S:      Maintained
4859 F:      drivers/usb/atm/ueagle-atm.c
4860
4861 INA209 HARDWARE MONITOR DRIVER
4862 M:      Guenter Roeck <linux@roeck-us.net>
4863 L:      lm-sensors@lm-sensors.org
4864 S:      Maintained
4865 F:      Documentation/hwmon/ina209
4866 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4867 F:      drivers/hwmon/ina209.c
4868
4869 INA2XX HARDWARE MONITOR DRIVER
4870 M:      Guenter Roeck <linux@roeck-us.net>
4871 L:      lm-sensors@lm-sensors.org
4872 S:      Maintained
4873 F:      Documentation/hwmon/ina2xx
4874 F:      drivers/hwmon/ina2xx.c
4875 F:      include/linux/platform_data/ina2xx.h
4876
4877 INDUSTRY PACK SUBSYSTEM (IPACK)
4878 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4879 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4880 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4881 L:      industrypack-devel@lists.sourceforge.net
4882 W:      http://industrypack.sourceforge.net
4883 S:      Maintained
4884 F:      drivers/ipack/
4885
4886 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4887 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4888 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4889 L:      linux-ima-devel@lists.sourceforge.net
4890 L:      linux-ima-user@lists.sourceforge.net
4891 L:      linux-security-module@vger.kernel.org
4892 S:      Supported
4893 F:      security/integrity/ima/
4894
4895 IMGTEC IR DECODER DRIVER
4896 M:      James Hogan <james.hogan@imgtec.com>
4897 S:      Maintained
4898 F:      drivers/media/rc/img-ir/
4899
4900 IMS TWINTURBO FRAMEBUFFER DRIVER
4901 L:      linux-fbdev@vger.kernel.org
4902 S:      Orphan
4903 F:      drivers/video/fbdev/imsttfb.c
4904
4905 INFINIBAND SUBSYSTEM
4906 M:      Roland Dreier <roland@kernel.org>
4907 M:      Sean Hefty <sean.hefty@intel.com>
4908 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4909 L:      linux-rdma@vger.kernel.org
4910 W:      http://www.openfabrics.org/
4911 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4913 S:      Supported
4914 F:      Documentation/infiniband/
4915 F:      drivers/infiniband/
4916 F:      include/uapi/linux/if_infiniband.h
4917
4918 INOTIFY
4919 M:      John McCutchan <john@johnmccutchan.com>
4920 M:      Robert Love <rlove@rlove.org>
4921 M:      Eric Paris <eparis@parisplace.org>
4922 S:      Maintained
4923 F:      Documentation/filesystems/inotify.txt
4924 F:      fs/notify/inotify/
4925 F:      include/linux/inotify.h
4926 F:      include/uapi/linux/inotify.h
4927
4928 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4929 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4930 L:      linux-input@vger.kernel.org
4931 Q:      http://patchwork.kernel.org/project/linux-input/list/
4932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4933 S:      Maintained
4934 F:      drivers/input/
4935 F:      include/linux/input.h
4936 F:      include/uapi/linux/input.h
4937 F:      include/linux/input/
4938
4939 INPUT MULTITOUCH (MT) PROTOCOL
4940 M:      Henrik Rydberg <rydberg@bitmath.org>
4941 L:      linux-input@vger.kernel.org
4942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4943 S:      Odd fixes
4944 F:      Documentation/input/multi-touch-protocol.txt
4945 F:      drivers/input/input-mt.c
4946 K:      \b(ABS|SYN)_MT_
4947
4948 INTEL C600 SERIES SAS CONTROLLER DRIVER
4949 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4950 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4951 M:      Dave Jiang <dave.jiang@intel.com>
4952 L:      linux-scsi@vger.kernel.org
4953 T:      git git://git.code.sf.net/p/intel-sas/isci
4954 S:      Supported
4955 F:      drivers/scsi/isci/
4956
4957 INTEL IDLE DRIVER
4958 M:      Len Brown <lenb@kernel.org>
4959 L:      linux-pm@vger.kernel.org
4960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4961 S:      Supported
4962 F:      drivers/idle/intel_idle.c
4963
4964 INTEL PSTATE DRIVER
4965 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
4966 L:      linux-pm@vger.kernel.org
4967 S:      Supported
4968 F:      drivers/cpufreq/intel_pstate.c
4969
4970 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4971 M:      Maik Broemme <mbroemme@plusserver.de>
4972 L:      linux-fbdev@vger.kernel.org
4973 S:      Maintained
4974 F:      Documentation/fb/intelfb.txt
4975 F:      drivers/video/fbdev/intelfb/
4976
4977 INTEL 810/815 FRAMEBUFFER DRIVER
4978 M:      Antonino Daplas <adaplas@gmail.com>
4979 L:      linux-fbdev@vger.kernel.org
4980 S:      Maintained
4981 F:      drivers/video/fbdev/i810/
4982
4983 INTEL MENLOW THERMAL DRIVER
4984 M:      Sujith Thomas <sujith.thomas@intel.com>
4985 L:      platform-driver-x86@vger.kernel.org
4986 W:      https://01.org/linux-acpi
4987 S:      Supported
4988 F:      drivers/platform/x86/intel_menlow.c
4989
4990 INTEL IA32 MICROCODE UPDATE SUPPORT
4991 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4992 S:      Maintained
4993 F:      arch/x86/kernel/cpu/microcode/core*
4994 F:      arch/x86/kernel/cpu/microcode/intel*
4995
4996 INTEL I/OAT DMA DRIVER
4997 M:      Dave Jiang <dave.jiang@intel.com>
4998 R:      Dan Williams <dan.j.williams@intel.com>
4999 L:      dmaengine@vger.kernel.org
5000 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5001 S:      Supported
5002 F:      drivers/dma/ioat*
5003
5004 INTEL IOMMU (VT-d)
5005 M:      David Woodhouse <dwmw2@infradead.org>
5006 L:      iommu@lists.linux-foundation.org
5007 T:      git git://git.infradead.org/iommu-2.6.git
5008 S:      Supported
5009 F:      drivers/iommu/intel-iommu.c
5010 F:      include/linux/intel-iommu.h
5011
5012 INTEL IOP-ADMA DMA DRIVER
5013 R:      Dan Williams <dan.j.williams@intel.com>
5014 S:      Odd fixes
5015 F:      drivers/dma/iop-adma.c
5016
5017 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5018 M:      Krzysztof Halasa <khalasa@piap.pl>
5019 S:      Maintained
5020 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5021 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5022 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5023 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5024 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5025 F:      drivers/net/wan/ixp4xx_hss.c
5026
5027 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5028 M:      Deepak Saxena <dsaxena@plexity.net>
5029 S:      Maintained
5030 F:      drivers/char/hw_random/ixp4xx-rng.c
5031
5032 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5033 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5034 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5035 M:      Bruce Allan <bruce.w.allan@intel.com>
5036 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5037 M:      Don Skidmore <donald.c.skidmore@intel.com>
5038 M:      Greg Rose <gregory.v.rose@intel.com>
5039 M:      Matthew Vick <matthew.vick@intel.com>
5040 M:      John Ronciak <john.ronciak@intel.com>
5041 M:      Mitch Williams <mitch.a.williams@intel.com>
5042 M:      Linux NICS <linux.nics@intel.com>
5043 L:      e1000-devel@lists.sourceforge.net
5044 W:      http://www.intel.com/support/feedback.htm
5045 W:      http://e1000.sourceforge.net/
5046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5048 S:      Supported
5049 F:      Documentation/networking/e100.txt
5050 F:      Documentation/networking/e1000.txt
5051 F:      Documentation/networking/e1000e.txt
5052 F:      Documentation/networking/igb.txt
5053 F:      Documentation/networking/igbvf.txt
5054 F:      Documentation/networking/ixgb.txt
5055 F:      Documentation/networking/ixgbe.txt
5056 F:      Documentation/networking/ixgbevf.txt
5057 F:      Documentation/networking/i40e.txt
5058 F:      Documentation/networking/i40evf.txt
5059 F:      drivers/net/ethernet/intel/
5060 F:      drivers/net/ethernet/intel/*/
5061
5062 INTEL-MID GPIO DRIVER
5063 M:      David Cohen <david.a.cohen@linux.intel.com>
5064 L:      linux-gpio@vger.kernel.org
5065 S:      Maintained
5066 F:      drivers/gpio/gpio-intel-mid.c
5067
5068 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5069 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5070 L:      linux-wireless@vger.kernel.org
5071 S:      Maintained
5072 F:      Documentation/networking/README.ipw2100
5073 F:      Documentation/networking/README.ipw2200
5074 F:      drivers/net/wireless/ipw2x00/
5075
5076 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5077 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5078 M:      Gang Wei <gang.wei@intel.com>
5079 M:      Shane Wang <shane.wang@intel.com>
5080 L:      tboot-devel@lists.sourceforge.net
5081 W:      http://tboot.sourceforge.net
5082 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5083 S:      Supported
5084 F:      Documentation/intel_txt.txt
5085 F:      include/linux/tboot.h
5086 F:      arch/x86/kernel/tboot.c
5087
5088 INTEL WIRELESS WIMAX CONNECTION 2400
5089 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5090 M:      linux-wimax@intel.com
5091 L:     wimax@linuxwimax.org (subscribers-only)
5092 S:      Supported
5093 W:      http://linuxwimax.org
5094 F:      Documentation/wimax/README.i2400m
5095 F:      drivers/net/wimax/i2400m/
5096 F:      include/uapi/linux/wimax/i2400m.h
5097
5098 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5099 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5100 L:      linux-wireless@vger.kernel.org
5101 S:      Supported
5102 F:      drivers/net/wireless/iwlegacy/
5103
5104 INTEL WIRELESS WIFI LINK (iwlwifi)
5105 M:      Johannes Berg <johannes.berg@intel.com>
5106 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5107 M:      Intel Linux Wireless <ilw@linux.intel.com>
5108 L:      linux-wireless@vger.kernel.org
5109 W:      http://intellinuxwireless.org
5110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5111 S:      Supported
5112 F:      drivers/net/wireless/iwlwifi/
5113
5114 INTEL MANAGEMENT ENGINE (mei)
5115 M:      Tomas Winkler <tomas.winkler@intel.com>
5116 L:      linux-kernel@vger.kernel.org
5117 S:      Supported
5118 F:      include/uapi/linux/mei.h
5119 F:      drivers/misc/mei/*
5120 F:      Documentation/misc-devices/mei/*
5121
5122 IOC3 ETHERNET DRIVER
5123 M:      Ralf Baechle <ralf@linux-mips.org>
5124 L:      linux-mips@linux-mips.org
5125 S:      Maintained
5126 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5127
5128 IOC3 SERIAL DRIVER
5129 M:      Pat Gefre <pfg@sgi.com>
5130 L:      linux-serial@vger.kernel.org
5131 S:      Maintained
5132 F:      drivers/tty/serial/ioc3_serial.c
5133
5134 IOMMU DRIVERS
5135 M:      Joerg Roedel <joro@8bytes.org>
5136 L:      iommu@lists.linux-foundation.org
5137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5138 S:      Maintained
5139 F:      drivers/iommu/
5140
5141 IP MASQUERADING
5142 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5143 S:      Maintained
5144 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5145
5146 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5147 M:      Francois Romieu <romieu@fr.zoreil.com>
5148 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5149 L:      netdev@vger.kernel.org
5150 S:      Maintained
5151 F:      drivers/net/ethernet/icplus/ipg.*
5152
5153 IPATH DRIVER
5154 M:      Mike Marciniszyn <infinipath@intel.com>
5155 L:      linux-rdma@vger.kernel.org
5156 S:      Maintained
5157 F:      drivers/infiniband/hw/ipath/
5158
5159 IPMI SUBSYSTEM
5160 M:      Corey Minyard <minyard@acm.org>
5161 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5162 W:      http://openipmi.sourceforge.net/
5163 S:      Supported
5164 F:      Documentation/IPMI.txt
5165 F:      drivers/char/ipmi/
5166 F:      include/linux/ipmi*
5167 F:      include/uapi/linux/ipmi*
5168
5169 IPS SCSI RAID DRIVER
5170 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5171 L:      linux-scsi@vger.kernel.org
5172 W:      http://www.adaptec.com/
5173 S:      Maintained
5174 F:      drivers/scsi/ips*
5175
5176 IPVS
5177 M:      Wensong Zhang <wensong@linux-vs.org>
5178 M:      Simon Horman <horms@verge.net.au>
5179 M:      Julian Anastasov <ja@ssi.bg>
5180 L:      netdev@vger.kernel.org
5181 L:      lvs-devel@vger.kernel.org
5182 S:      Maintained
5183 F:      Documentation/networking/ipvs-sysctl.txt
5184 F:      include/net/ip_vs.h
5185 F:      include/uapi/linux/ip_vs.h
5186 F:      net/netfilter/ipvs/
5187
5188 IPWIRELESS DRIVER
5189 M:      Jiri Kosina <jkosina@suse.cz>
5190 M:      David Sterba <dsterba@suse.cz>
5191 S:      Odd Fixes
5192 F:      drivers/tty/ipwireless/
5193
5194 IPX NETWORK LAYER
5195 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5196 L:      netdev@vger.kernel.org
5197 S:      Maintained
5198 F:      include/net/ipx.h
5199 F:      include/uapi/linux/ipx.h
5200 F:      net/ipx/
5201
5202 IRDA SUBSYSTEM
5203 M:      Samuel Ortiz <samuel@sortiz.org>
5204 L:      irda-users@lists.sourceforge.net (subscribers-only)
5205 L:      netdev@vger.kernel.org
5206 W:      http://irda.sourceforge.net/
5207 S:      Maintained
5208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5209 F:      Documentation/networking/irda.txt
5210 F:      drivers/net/irda/
5211 F:      include/net/irda/
5212 F:      net/irda/
5213
5214 IRQ SUBSYSTEM
5215 M:      Thomas Gleixner <tglx@linutronix.de>
5216 L:      linux-kernel@vger.kernel.org
5217 S:      Maintained
5218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5219 F:      kernel/irq/
5220
5221 IRQCHIP DRIVERS
5222 M:      Thomas Gleixner <tglx@linutronix.de>
5223 M:      Jason Cooper <jason@lakedaemon.net>
5224 L:      linux-kernel@vger.kernel.org
5225 S:      Maintained
5226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5227 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5228 F:      Documentation/devicetree/bindings/interrupt-controller/
5229 F:      drivers/irqchip/
5230
5231 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5232 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5233 S:      Maintained
5234 F:      Documentation/IRQ-domain.txt
5235 F:      include/linux/irqdomain.h
5236 F:      kernel/irq/irqdomain.c
5237
5238 ISAPNP
5239 M:      Jaroslav Kysela <perex@perex.cz>
5240 S:      Maintained
5241 F:      Documentation/isapnp.txt
5242 F:      drivers/pnp/isapnp/
5243 F:      include/linux/isapnp.h
5244
5245 ISA RADIO MODULE
5246 M:      Hans Verkuil <hverkuil@xs4all.nl>
5247 L:      linux-media@vger.kernel.org
5248 T:      git git://linuxtv.org/media_tree.git
5249 W:      http://linuxtv.org
5250 S:      Maintained
5251 F:      drivers/media/radio/radio-isa*
5252
5253 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5254 M:      Peter Jones <pjones@redhat.com>
5255 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5256 S:      Maintained
5257 F:      drivers/firmware/iscsi_ibft*
5258
5259 ISCSI
5260 M:      Mike Christie <michaelc@cs.wisc.edu>
5261 L:      open-iscsi@googlegroups.com
5262 W:      www.open-iscsi.org
5263 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5264 S:      Maintained
5265 F:      drivers/scsi/*iscsi*
5266 F:      include/scsi/*iscsi*
5267
5268 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5269 M:      Or Gerlitz <ogerlitz@mellanox.com>
5270 M:      Sagi Grimberg <sagig@mellanox.com>
5271 M:      Roi Dayan <roid@mellanox.com>
5272 L:      linux-rdma@vger.kernel.org
5273 S:      Supported
5274 W:      http://www.openfabrics.org
5275 W:      www.open-iscsi.org
5276 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5277 F:      drivers/infiniband/ulp/iser/
5278
5279 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5280 M:      Sagi Grimberg <sagig@mellanox.com>
5281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5282 L:      linux-rdma@vger.kernel.org
5283 L:      target-devel@vger.kernel.org
5284 S:      Supported
5285 W:      http://www.linux-iscsi.org
5286 F:      drivers/infiniband/ulp/isert
5287
5288 ISDN SUBSYSTEM
5289 M:      Karsten Keil <isdn@linux-pingi.de>
5290 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5291 L:      netdev@vger.kernel.org
5292 W:      http://www.isdn4linux.de
5293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5294 S:      Maintained
5295 F:      Documentation/isdn/
5296 F:      drivers/isdn/
5297 F:      include/linux/isdn.h
5298 F:      include/linux/isdn/
5299 F:      include/uapi/linux/isdn.h
5300 F:      include/uapi/linux/isdn/
5301
5302 ISDN SUBSYSTEM (Eicon active card driver)
5303 M:      Armin Schindler <mac@melware.de>
5304 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5305 W:      http://www.melware.de
5306 S:      Maintained
5307 F:      drivers/isdn/hardware/eicon/
5308
5309 IT87 HARDWARE MONITORING DRIVER
5310 M:      Jean Delvare <jdelvare@suse.de>
5311 L:      lm-sensors@lm-sensors.org
5312 S:      Maintained
5313 F:      Documentation/hwmon/it87
5314 F:      drivers/hwmon/it87.c
5315
5316 IT913X MEDIA DRIVER
5317 M:      Antti Palosaari <crope@iki.fi>
5318 L:      linux-media@vger.kernel.org
5319 W:      http://linuxtv.org/
5320 W:      http://palosaari.fi/linux/
5321 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5322 T:      git git://linuxtv.org/anttip/media_tree.git
5323 S:      Maintained
5324 F:      drivers/media/tuners/it913x*
5325
5326 IVTV VIDEO4LINUX DRIVER
5327 M:      Andy Walls <awalls@md.metrocast.net>
5328 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5329 L:      linux-media@vger.kernel.org
5330 T:      git git://linuxtv.org/media_tree.git
5331 W:      http://www.ivtvdriver.org
5332 S:      Maintained
5333 F:      Documentation/video4linux/*.ivtv
5334 F:      drivers/media/pci/ivtv/
5335 F:      include/uapi/linux/ivtv*
5336
5337 IX2505V MEDIA DRIVER
5338 M:      Malcolm Priestley <tvboxspy@gmail.com>
5339 L:      linux-media@vger.kernel.org
5340 W:      http://linuxtv.org/
5341 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5342 S:      Maintained
5343 F:      drivers/media/dvb-frontends/ix2505v*
5344
5345 JC42.4 TEMPERATURE SENSOR DRIVER
5346 M:      Guenter Roeck <linux@roeck-us.net>
5347 L:      lm-sensors@lm-sensors.org
5348 S:      Maintained
5349 F:      drivers/hwmon/jc42.c
5350 F:      Documentation/hwmon/jc42
5351
5352 JFS FILESYSTEM
5353 M:      Dave Kleikamp <shaggy@kernel.org>
5354 L:      jfs-discussion@lists.sourceforge.net
5355 W:      http://jfs.sourceforge.net/
5356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5357 S:      Maintained
5358 F:      Documentation/filesystems/jfs.txt
5359 F:      fs/jfs/
5360
5361 JME NETWORK DRIVER
5362 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5363 L:      netdev@vger.kernel.org
5364 S:      Maintained
5365 F:      drivers/net/ethernet/jme.*
5366
5367 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5368 M:      David Woodhouse <dwmw2@infradead.org>
5369 L:      linux-mtd@lists.infradead.org
5370 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5371 S:      Maintained
5372 F:      fs/jffs2/
5373 F:      include/uapi/linux/jffs2.h
5374
5375 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5376 M:      Andrew Morton <akpm@linux-foundation.org>
5377 M:      Jan Kara <jack@suse.cz>
5378 L:      linux-ext4@vger.kernel.org
5379 S:      Maintained
5380 F:      fs/jbd/
5381 F:      include/linux/jbd.h
5382
5383 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5384 M:      "Theodore Ts'o" <tytso@mit.edu>
5385 L:      linux-ext4@vger.kernel.org
5386 S:      Maintained
5387 F:      fs/jbd2/
5388 F:      include/linux/jbd2.h
5389
5390 JSM Neo PCI based serial card
5391 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5392 L:      linux-serial@vger.kernel.org
5393 S:      Maintained
5394 F:      drivers/tty/serial/jsm/
5395
5396 K10TEMP HARDWARE MONITORING DRIVER
5397 M:      Clemens Ladisch <clemens@ladisch.de>
5398 L:      lm-sensors@lm-sensors.org
5399 S:      Maintained
5400 F:      Documentation/hwmon/k10temp
5401 F:      drivers/hwmon/k10temp.c
5402
5403 K8TEMP HARDWARE MONITORING DRIVER
5404 M:      Rudolf Marek <r.marek@assembler.cz>
5405 L:      lm-sensors@lm-sensors.org
5406 S:      Maintained
5407 F:      Documentation/hwmon/k8temp
5408 F:      drivers/hwmon/k8temp.c
5409
5410 KCONFIG
5411 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5412 L:      linux-kbuild@vger.kernel.org
5413 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5414 S:      Maintained
5415 F:      Documentation/kbuild/kconfig-language.txt
5416 F:      scripts/kconfig/
5417
5418 KDUMP
5419 M:      Vivek Goyal <vgoyal@redhat.com>
5420 M:      Haren Myneni <hbabu@us.ibm.com>
5421 L:      kexec@lists.infradead.org
5422 W:      http://lse.sourceforge.net/kdump/
5423 S:      Maintained
5424 F:      Documentation/kdump/
5425
5426 KEENE FM RADIO TRANSMITTER DRIVER
5427 M:      Hans Verkuil <hverkuil@xs4all.nl>
5428 L:      linux-media@vger.kernel.org
5429 T:      git git://linuxtv.org/media_tree.git
5430 W:      http://linuxtv.org
5431 S:      Maintained
5432 F:      drivers/media/radio/radio-keene*
5433
5434 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5435 M:      Ian Kent <raven@themaw.net>
5436 L:      autofs@vger.kernel.org
5437 S:      Maintained
5438 F:      fs/autofs4/
5439
5440 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5441 M:      Michal Marek <mmarek@suse.cz>
5442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5444 L:      linux-kbuild@vger.kernel.org
5445 S:      Maintained
5446 F:      Documentation/kbuild/
5447 F:      Makefile
5448 F:      scripts/Makefile.*
5449 F:      scripts/basic/
5450 F:      scripts/mk*
5451 F:      scripts/package/
5452
5453 KERNEL JANITORS
5454 L:      kernel-janitors@vger.kernel.org
5455 W:      http://kernelnewbies.org/KernelJanitors
5456 S:      Odd Fixes
5457
5458 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5459 M:      "J. Bruce Fields" <bfields@fieldses.org>
5460 L:      linux-nfs@vger.kernel.org
5461 W:      http://nfs.sourceforge.net/
5462 S:      Supported
5463 F:      fs/nfsd/
5464 F:      include/uapi/linux/nfsd/
5465 F:      fs/lockd/
5466 F:      fs/nfs_common/
5467 F:      net/sunrpc/
5468 F:      include/linux/lockd/
5469 F:      include/linux/sunrpc/
5470 F:      include/uapi/linux/sunrpc/
5471
5472 KERNEL SELFTEST FRAMEWORK
5473 M:      Shuah Khan <shuahkh@osg.samsung.com>
5474 L:      linux-api@vger.kernel.org
5475 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5476 S:      Maintained
5477 F:      tools/testing/selftests
5478
5479 KERNEL VIRTUAL MACHINE (KVM)
5480 M:      Gleb Natapov <gleb@kernel.org>
5481 M:      Paolo Bonzini <pbonzini@redhat.com>
5482 L:      kvm@vger.kernel.org
5483 W:      http://www.linux-kvm.org
5484 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5485 S:      Supported
5486 F:      Documentation/*/kvm*.txt
5487 F:      Documentation/virtual/kvm/
5488 F:      arch/*/kvm/
5489 F:      arch/*/include/asm/kvm*
5490 F:      include/linux/kvm*
5491 F:      include/uapi/linux/kvm*
5492 F:      virt/kvm/
5493
5494 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5495 M:      Joerg Roedel <joro@8bytes.org>
5496 L:      kvm@vger.kernel.org
5497 W:      http://kvm.qumranet.com
5498 S:      Maintained
5499 F:      arch/x86/include/asm/svm.h
5500 F:      arch/x86/kvm/svm.c
5501
5502 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5503 M:      Alexander Graf <agraf@suse.de>
5504 L:      kvm-ppc@vger.kernel.org
5505 W:      http://kvm.qumranet.com
5506 T:      git git://github.com/agraf/linux-2.6.git
5507 S:      Supported
5508 F:      arch/powerpc/include/asm/kvm*
5509 F:      arch/powerpc/kvm/
5510
5511 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5512 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5513 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5514 M:      linux390@de.ibm.com
5515 L:      linux-s390@vger.kernel.org
5516 W:      http://www.ibm.com/developerworks/linux/linux390/
5517 S:      Supported
5518 F:      Documentation/s390/kvm.txt
5519 F:      arch/s390/include/asm/kvm*
5520 F:      arch/s390/kvm/
5521 F:      drivers/s390/kvm/
5522
5523 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5524 M:      Christoffer Dall <christoffer.dall@linaro.org>
5525 M:      Marc Zyngier <marc.zyngier@arm.com>
5526 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5527 L:      kvmarm@lists.cs.columbia.edu
5528 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5529 S:      Supported
5530 F:      arch/arm/include/uapi/asm/kvm*
5531 F:      arch/arm/include/asm/kvm*
5532 F:      arch/arm/kvm/
5533 F:      virt/kvm/arm/
5534 F:      include/kvm/arm_*
5535
5536 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5537 M:      Christoffer Dall <christoffer.dall@linaro.org>
5538 M:      Marc Zyngier <marc.zyngier@arm.com>
5539 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5540 L:      kvmarm@lists.cs.columbia.edu
5541 S:      Maintained
5542 F:      arch/arm64/include/uapi/asm/kvm*
5543 F:      arch/arm64/include/asm/kvm*
5544 F:      arch/arm64/kvm/
5545
5546 KEXEC
5547 M:      Eric Biederman <ebiederm@xmission.com>
5548 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5549 L:      kexec@lists.infradead.org
5550 S:      Maintained
5551 F:      include/linux/kexec.h
5552 F:      include/uapi/linux/kexec.h
5553 F:      kernel/kexec.c
5554
5555 KEYS/KEYRINGS:
5556 M:      David Howells <dhowells@redhat.com>
5557 L:      keyrings@linux-nfs.org
5558 S:      Maintained
5559 F:      Documentation/security/keys.txt
5560 F:      include/linux/key.h
5561 F:      include/linux/key-type.h
5562 F:      include/keys/
5563 F:      security/keys/
5564
5565 KEYS-TRUSTED
5566 M:      David Safford <safford@us.ibm.com>
5567 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5568 L:      linux-security-module@vger.kernel.org
5569 L:      keyrings@linux-nfs.org
5570 S:      Supported
5571 F:      Documentation/security/keys-trusted-encrypted.txt
5572 F:      include/keys/trusted-type.h
5573 F:      security/keys/trusted.c
5574 F:      security/keys/trusted.h
5575
5576 KEYS-ENCRYPTED
5577 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5578 M:      David Safford <safford@us.ibm.com>
5579 L:      linux-security-module@vger.kernel.org
5580 L:      keyrings@linux-nfs.org
5581 S:      Supported
5582 F:      Documentation/security/keys-trusted-encrypted.txt
5583 F:      include/keys/encrypted-type.h
5584 F:      security/keys/encrypted-keys/
5585
5586 KGDB / KDB /debug_core
5587 M:      Jason Wessel <jason.wessel@windriver.com>
5588 W:      http://kgdb.wiki.kernel.org/
5589 L:      kgdb-bugreport@lists.sourceforge.net
5590 S:      Maintained
5591 F:      Documentation/DocBook/kgdb.tmpl
5592 F:      drivers/misc/kgdbts.c
5593 F:      drivers/tty/serial/kgdboc.c
5594 F:      include/linux/kdb.h
5595 F:      include/linux/kgdb.h
5596 F:      kernel/debug/
5597
5598 KMEMCHECK
5599 M:      Vegard Nossum <vegardno@ifi.uio.no>
5600 M:      Pekka Enberg <penberg@kernel.org>
5601 S:      Maintained
5602 F:      Documentation/kmemcheck.txt
5603 F:      arch/x86/include/asm/kmemcheck.h
5604 F:      arch/x86/mm/kmemcheck/
5605 F:      include/linux/kmemcheck.h
5606 F:      mm/kmemcheck.c
5607
5608 KMEMLEAK
5609 M:      Catalin Marinas <catalin.marinas@arm.com>
5610 S:      Maintained
5611 F:      Documentation/kmemleak.txt
5612 F:      include/linux/kmemleak.h
5613 F:      mm/kmemleak.c
5614 F:      mm/kmemleak-test.c
5615
5616 KPROBES
5617 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5618 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5619 M:      "David S. Miller" <davem@davemloft.net>
5620 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5621 S:      Maintained
5622 F:      Documentation/kprobes.txt
5623 F:      include/linux/kprobes.h
5624 F:      kernel/kprobes.c
5625
5626 KS0108 LCD CONTROLLER DRIVER
5627 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5628 W:      http://miguelojeda.es/auxdisplay.htm
5629 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5630 S:      Maintained
5631 F:      Documentation/auxdisplay/ks0108
5632 F:      drivers/auxdisplay/ks0108.c
5633 F:      include/linux/ks0108.h
5634
5635 LAPB module
5636 L:      linux-x25@vger.kernel.org
5637 S:      Orphan
5638 F:      Documentation/networking/lapb-module.txt
5639 F:      include/*/lapb.h
5640 F:      net/lapb/
5641
5642 LASI 53c700 driver for PARISC
5643 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5644 L:      linux-scsi@vger.kernel.org
5645 S:      Maintained
5646 F:      Documentation/scsi/53c700.txt
5647 F:      drivers/scsi/53c700*
5648
5649 LED SUBSYSTEM
5650 M:      Bryan Wu <cooloney@gmail.com>
5651 M:      Richard Purdie <rpurdie@rpsys.net>
5652 L:      linux-leds@vger.kernel.org
5653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5654 S:      Maintained
5655 F:      drivers/leds/
5656 F:      include/linux/leds.h
5657
5658 LEGACY EEPROM DRIVER
5659 M:      Jean Delvare <jdelvare@suse.de>
5660 S:      Maintained
5661 F:      Documentation/misc-devices/eeprom
5662 F:      drivers/misc/eeprom/eeprom.c
5663
5664 LEGO USB Tower driver
5665 M:      Juergen Stuber <starblue@users.sourceforge.net>
5666 L:      legousb-devel@lists.sourceforge.net
5667 W:      http://legousb.sourceforge.net/
5668 S:      Maintained
5669 F:      drivers/usb/misc/legousbtower.c
5670
5671 LG2160 MEDIA DRIVER
5672 M:      Michael Krufky <mkrufky@linuxtv.org>
5673 L:      linux-media@vger.kernel.org
5674 W:      http://linuxtv.org/
5675 W:      http://github.com/mkrufky
5676 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5677 T:      git git://linuxtv.org/mkrufky/tuners.git
5678 S:      Maintained
5679 F:      drivers/media/dvb-frontends/lg2160.*
5680
5681 LGDT3305 MEDIA DRIVER
5682 M:      Michael Krufky <mkrufky@linuxtv.org>
5683 L:      linux-media@vger.kernel.org
5684 W:      http://linuxtv.org/
5685 W:      http://github.com/mkrufky
5686 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5687 T:      git git://linuxtv.org/mkrufky/tuners.git
5688 S:      Maintained
5689 F:      drivers/media/dvb-frontends/lgdt3305.*
5690
5691 LGUEST
5692 M:      Rusty Russell <rusty@rustcorp.com.au>
5693 L:      lguest@lists.ozlabs.org
5694 W:      http://lguest.ozlabs.org/
5695 S:      Odd Fixes
5696 F:      arch/x86/include/asm/lguest*.h
5697 F:      arch/x86/lguest/
5698 F:      drivers/lguest/
5699 F:      include/linux/lguest*.h
5700 F:      tools/lguest/
5701
5702 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5703 M:      Tejun Heo <tj@kernel.org>
5704 L:      linux-ide@vger.kernel.org
5705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5706 S:      Maintained
5707 F:      drivers/ata/
5708 F:      include/linux/ata.h
5709 F:      include/linux/libata.h
5710
5711 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5712 M:      Viresh Kumar <viresh.linux@gmail.com>
5713 L:      linux-ide@vger.kernel.org
5714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5715 S:      Maintained
5716 F:      include/linux/pata_arasan_cf_data.h
5717 F:      drivers/ata/pata_arasan_cf.c
5718
5719 LIBATA PATA DRIVERS
5720 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5721 M:      Tejun Heo <tj@kernel.org>
5722 L:      linux-ide@vger.kernel.org
5723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5724 S:      Maintained
5725 F:      drivers/ata/pata_*.c
5726 F:      drivers/ata/ata_generic.c
5727
5728 LIBATA SATA AHCI PLATFORM devices support
5729 M:      Hans de Goede <hdegoede@redhat.com>
5730 M:      Tejun Heo <tj@kernel.org>
5731 L:      linux-ide@vger.kernel.org
5732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5733 S:      Maintained
5734 F:      drivers/ata/ahci_platform.c
5735 F:      drivers/ata/libahci_platform.c
5736 F:      include/linux/ahci_platform.h
5737
5738 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5739 M:      Mikael Pettersson <mikpelinux@gmail.com>
5740 L:      linux-ide@vger.kernel.org
5741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5742 S:      Maintained
5743 F:      drivers/ata/sata_promise.*
5744
5745 LIBLOCKDEP
5746 M:      Sasha Levin <sasha.levin@oracle.com>
5747 S:      Maintained
5748 F:      tools/lib/lockdep/
5749
5750 LINUX FOR IBM pSERIES (RS/6000)
5751 M:      Paul Mackerras <paulus@au.ibm.com>
5752 W:      http://www.ibm.com/linux/ltc/projects/ppc
5753 S:      Supported
5754 F:      arch/powerpc/boot/rs6000.h
5755
5756 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5757 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5758 M:      Paul Mackerras <paulus@samba.org>
5759 M:      Michael Ellerman <mpe@ellerman.id.au>
5760 W:      http://www.penguinppc.org/
5761 L:      linuxppc-dev@lists.ozlabs.org
5762 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5764 S:      Supported
5765 F:      Documentation/powerpc/
5766 F:      arch/powerpc/
5767
5768 LINUX FOR POWER MACINTOSH
5769 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5770 W:      http://www.penguinppc.org/
5771 L:      linuxppc-dev@lists.ozlabs.org
5772 S:      Maintained
5773 F:      arch/powerpc/platforms/powermac/
5774 F:      drivers/macintosh/
5775
5776 LINUX FOR POWERPC EMBEDDED MPC5XXX
5777 M:      Anatolij Gustschin <agust@denx.de>
5778 L:      linuxppc-dev@lists.ozlabs.org
5779 T:      git git://git.denx.de/linux-denx-agust.git
5780 S:      Maintained
5781 F:      arch/powerpc/platforms/512x/
5782 F:      arch/powerpc/platforms/52xx/
5783
5784 LINUX FOR POWERPC EMBEDDED PPC4XX
5785 M:  Alistair Popple <alistair@popple.id.au>
5786 M:      Matt Porter <mporter@kernel.crashing.org>
5787 W:      http://www.penguinppc.org/
5788 L:      linuxppc-dev@lists.ozlabs.org
5789 S:      Maintained
5790 F:      arch/powerpc/platforms/40x/
5791 F:      arch/powerpc/platforms/44x/
5792
5793 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5794 L:      linuxppc-dev@lists.ozlabs.org
5795 S:      Orphan
5796 F:      arch/powerpc/*/*virtex*
5797 F:      arch/powerpc/*/*/*virtex*
5798
5799 LINUX FOR POWERPC EMBEDDED PPC8XX
5800 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5801 W:      http://www.penguinppc.org/
5802 L:      linuxppc-dev@lists.ozlabs.org
5803 S:      Maintained
5804 F:      arch/powerpc/platforms/8xx/
5805
5806 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5807 M:      Scott Wood <scottwood@freescale.com>
5808 M:      Kumar Gala <galak@kernel.crashing.org>
5809 W:      http://www.penguinppc.org/
5810 L:      linuxppc-dev@lists.ozlabs.org
5811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5812 S:      Maintained
5813 F:      arch/powerpc/platforms/83xx/
5814 F:      arch/powerpc/platforms/85xx/
5815
5816 LINUX FOR POWERPC PA SEMI PWRFICIENT
5817 M:      Olof Johansson <olof@lixom.net>
5818 L:      linuxppc-dev@lists.ozlabs.org
5819 S:      Maintained
5820 F:      arch/powerpc/platforms/pasemi/
5821 F:      drivers/*/*pasemi*
5822 F:      drivers/*/*/*pasemi*
5823
5824 LINUX SECURITY MODULE (LSM) FRAMEWORK
5825 M:      Chris Wright <chrisw@sous-sol.org>
5826 L:      linux-security-module@vger.kernel.org
5827 S:      Supported
5828
5829 LIS3LV02D ACCELEROMETER DRIVER
5830 M:      Eric Piel <eric.piel@tremplin-utc.net>
5831 S:      Maintained
5832 F:      Documentation/misc-devices/lis3lv02d
5833 F:      drivers/misc/lis3lv02d/
5834 F:      drivers/platform/x86/hp_accel.c
5835
5836 LLC (802.2)
5837 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5838 S:      Maintained
5839 F:      include/linux/llc.h
5840 F:      include/uapi/linux/llc.h
5841 F:      include/net/llc*
5842 F:      net/llc/
5843
5844 LM73 HARDWARE MONITOR DRIVER
5845 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5846 L:      lm-sensors@lm-sensors.org
5847 S:      Maintained
5848 F:      drivers/hwmon/lm73.c
5849
5850 LM78 HARDWARE MONITOR DRIVER
5851 M:      Jean Delvare <jdelvare@suse.de>
5852 L:      lm-sensors@lm-sensors.org
5853 S:      Maintained
5854 F:      Documentation/hwmon/lm78
5855 F:      drivers/hwmon/lm78.c
5856
5857 LM83 HARDWARE MONITOR DRIVER
5858 M:      Jean Delvare <jdelvare@suse.de>
5859 L:      lm-sensors@lm-sensors.org
5860 S:      Maintained
5861 F:      Documentation/hwmon/lm83
5862 F:      drivers/hwmon/lm83.c
5863
5864 LM90 HARDWARE MONITOR DRIVER
5865 M:      Jean Delvare <jdelvare@suse.de>
5866 L:      lm-sensors@lm-sensors.org
5867 S:      Maintained
5868 F:      Documentation/hwmon/lm90
5869 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5870 F:      drivers/hwmon/lm90.c
5871
5872 LM95234 HARDWARE MONITOR DRIVER
5873 M:      Guenter Roeck <linux@roeck-us.net>
5874 L:      lm-sensors@lm-sensors.org
5875 S:      Maintained
5876 F:      Documentation/hwmon/lm95234
5877 F:      drivers/hwmon/lm95234.c
5878
5879 LME2510 MEDIA DRIVER
5880 M:      Malcolm Priestley <tvboxspy@gmail.com>
5881 L:      linux-media@vger.kernel.org
5882 W:      http://linuxtv.org/
5883 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5884 S:      Maintained
5885 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5886
5887 LOCKDEP AND LOCKSTAT
5888 M:      Peter Zijlstra <peterz@infradead.org>
5889 M:      Ingo Molnar <mingo@redhat.com>
5890 L:      linux-kernel@vger.kernel.org
5891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5892 S:      Maintained
5893 F:      Documentation/locking/lockdep*.txt
5894 F:      Documentation/locking/lockstat.txt
5895 F:      include/linux/lockdep.h
5896 F:      kernel/locking/
5897
5898 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5899 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5900 L:      linux-ntfs-dev@lists.sourceforge.net
5901 W:      http://www.linux-ntfs.org/content/view/19/37/
5902 S:      Maintained
5903 F:      Documentation/ldm.txt
5904 F:      block/partitions/ldm.*
5905
5906 LogFS
5907 M:      Joern Engel <joern@logfs.org>
5908 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5909 L:      logfs@logfs.org
5910 W:      logfs.org
5911 S:      Maintained
5912 F:      fs/logfs/
5913
5914 LPC32XX MACHINE SUPPORT
5915 M:      Roland Stigge <stigge@antcom.de>
5916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5917 S:      Maintained
5918 F:      arch/arm/mach-lpc32xx/
5919
5920 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5921 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5922 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5923 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5924 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5925 L:      MPT-FusionLinux.pdl@avagotech.com
5926 L:      linux-scsi@vger.kernel.org
5927 W:      http://www.lsilogic.com/support
5928 S:      Supported
5929 F:      drivers/message/fusion/
5930 F:      drivers/scsi/mpt2sas/
5931 F:      drivers/scsi/mpt3sas/
5932
5933 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5934 M:      Matthew Wilcox <matthew@wil.cx>
5935 L:      linux-scsi@vger.kernel.org
5936 S:      Maintained
5937 F:      drivers/scsi/sym53c8xx_2/
5938
5939 LTC4261 HARDWARE MONITOR DRIVER
5940 M:      Guenter Roeck <linux@roeck-us.net>
5941 L:      lm-sensors@lm-sensors.org
5942 S:      Maintained
5943 F:      Documentation/hwmon/ltc4261
5944 F:      drivers/hwmon/ltc4261.c
5945
5946 LTP (Linux Test Project)
5947 M:      Mike Frysinger <vapier@gentoo.org>
5948 M:      Cyril Hrubis <chrubis@suse.cz>
5949 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5950 M:      Jan Stancek <jstancek@redhat.com>
5951 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5952 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
5953 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5954 W:      http://linux-test-project.github.io/
5955 T:      git git://github.com/linux-test-project/ltp.git
5956 S:      Maintained
5957
5958 M32R ARCHITECTURE
5959 W:      http://www.linux-m32r.org/
5960 S:      Orphan
5961 F:      arch/m32r/
5962
5963 M68K ARCHITECTURE
5964 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5965 L:      linux-m68k@lists.linux-m68k.org
5966 W:      http://www.linux-m68k.org/
5967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5968 S:      Maintained
5969 F:      arch/m68k/
5970 F:      drivers/zorro/
5971
5972 M68K ON APPLE MACINTOSH
5973 M:      Joshua Thompson <funaho@jurai.org>
5974 W:      http://www.mac.linux-m68k.org/
5975 L:      linux-m68k@lists.linux-m68k.org
5976 S:      Maintained
5977 F:      arch/m68k/mac/
5978
5979 M68K ON HP9000/300
5980 M:      Philip Blundell <philb@gnu.org>
5981 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5982 S:      Maintained
5983 F:      arch/m68k/hp300/
5984
5985 M88DS3103 MEDIA DRIVER
5986 M:      Antti Palosaari <crope@iki.fi>
5987 L:      linux-media@vger.kernel.org
5988 W:      http://linuxtv.org/
5989 W:      http://palosaari.fi/linux/
5990 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5991 T:      git git://linuxtv.org/anttip/media_tree.git
5992 S:      Maintained
5993 F:      drivers/media/dvb-frontends/m88ds3103*
5994
5995 M88RS2000 MEDIA DRIVER
5996 M:      Malcolm Priestley <tvboxspy@gmail.com>
5997 L:      linux-media@vger.kernel.org
5998 W:      http://linuxtv.org/
5999 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6000 S:      Maintained
6001 F:      drivers/media/dvb-frontends/m88rs2000*
6002
6003 M88TS2022 MEDIA DRIVER
6004 M:      Antti Palosaari <crope@iki.fi>
6005 L:      linux-media@vger.kernel.org
6006 W:      http://linuxtv.org/
6007 W:      http://palosaari.fi/linux/
6008 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6009 T:      git git://linuxtv.org/anttip/media_tree.git
6010 S:      Maintained
6011 F:      drivers/media/tuners/m88ts2022*
6012
6013 MA901 MASTERKIT USB FM RADIO DRIVER
6014 M:      Alexey Klimov <klimov.linux@gmail.com>
6015 L:      linux-media@vger.kernel.org
6016 T:      git git://linuxtv.org/media_tree.git
6017 S:      Maintained
6018 F:      drivers/media/radio/radio-ma901.c
6019
6020 MAC80211
6021 M:      Johannes Berg <johannes@sipsolutions.net>
6022 L:      linux-wireless@vger.kernel.org
6023 W:      http://wireless.kernel.org/
6024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6026 S:      Maintained
6027 F:      Documentation/networking/mac80211-injection.txt
6028 F:      include/net/mac80211.h
6029 F:      net/mac80211/
6030
6031 MACVLAN DRIVER
6032 M:      Patrick McHardy <kaber@trash.net>
6033 L:      netdev@vger.kernel.org
6034 S:      Maintained
6035 F:      drivers/net/macvlan.c
6036 F:      include/linux/if_macvlan.h
6037
6038 MAILBOX API
6039 M:      Jassi Brar <jassisinghbrar@gmail.com>
6040 L:      linux-kernel@vger.kernel.org
6041 S:      Maintained
6042 F:      drivers/mailbox/
6043 F:      include/linux/mailbox_client.h
6044 F:      include/linux/mailbox_controller.h
6045
6046 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6047 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6048 W:      http://www.kernel.org/doc/man-pages
6049 L:      linux-man@vger.kernel.org
6050 S:      Maintained
6051
6052 MARVELL ARMADA DRM SUPPORT
6053 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6054 S:      Maintained
6055 F:      drivers/gpu/drm/armada/
6056
6057 MARVELL 88E6352 DSA support
6058 M:      Guenter Roeck <linux@roeck-us.net>
6059 S:      Maintained
6060 F:      drivers/net/dsa/mv88e6352.c
6061
6062 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6063 M:      Mirko Lindner <mlindner@marvell.com>
6064 M:      Stephen Hemminger <stephen@networkplumber.org>
6065 L:      netdev@vger.kernel.org
6066 S:      Maintained
6067 F:      drivers/net/ethernet/marvell/sk*
6068
6069 MARVELL LIBERTAS WIRELESS DRIVER
6070 L:      libertas-dev@lists.infradead.org
6071 S:      Orphan
6072 F:      drivers/net/wireless/libertas/
6073
6074 MARVELL MV643XX ETHERNET DRIVER
6075 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6076 L:      netdev@vger.kernel.org
6077 S:      Maintained
6078 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6079 F:      include/linux/mv643xx.h
6080
6081 MARVELL MVNETA ETHERNET DRIVER
6082 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6083 L:      netdev@vger.kernel.org
6084 S:      Maintained
6085 F:      drivers/net/ethernet/marvell/mvneta.*
6086
6087 MARVELL MWIFIEX WIRELESS DRIVER
6088 M:      Amitkumar Karwar <akarwar@marvell.com>
6089 M:      Avinash Patil <patila@marvell.com>
6090 L:      linux-wireless@vger.kernel.org
6091 S:      Maintained
6092 F:      drivers/net/wireless/mwifiex/
6093
6094 MARVELL MWL8K WIRELESS DRIVER
6095 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6096 L:      linux-wireless@vger.kernel.org
6097 S:      Odd Fixes
6098 F:      drivers/net/wireless/mwl8k.c
6099
6100 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6101 M:      Nicolas Pitre <nico@fluxnic.net>
6102 S:      Odd Fixes
6103 F:      drivers/mmc/host/mvsdio.*
6104
6105 MATROX FRAMEBUFFER DRIVER
6106 L:      linux-fbdev@vger.kernel.org
6107 S:      Orphan
6108 F:      drivers/video/fbdev/matrox/matroxfb_*
6109 F:      include/uapi/linux/matroxfb.h
6110
6111 MAX16065 HARDWARE MONITOR DRIVER
6112 M:      Guenter Roeck <linux@roeck-us.net>
6113 L:      lm-sensors@lm-sensors.org
6114 S:      Maintained
6115 F:      Documentation/hwmon/max16065
6116 F:      drivers/hwmon/max16065.c
6117
6118 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6119 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6120 L:      lm-sensors@lm-sensors.org
6121 S:      Maintained
6122 F:      Documentation/hwmon/max6650
6123 F:      drivers/hwmon/max6650.c
6124
6125 MAX6697 HARDWARE MONITOR DRIVER
6126 M:      Guenter Roeck <linux@roeck-us.net>
6127 L:      lm-sensors@lm-sensors.org
6128 S:      Maintained
6129 F:      Documentation/hwmon/max6697
6130 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6131 F:      drivers/hwmon/max6697.c
6132 F:      include/linux/platform_data/max6697.h
6133
6134 MAXIRADIO FM RADIO RECEIVER DRIVER
6135 M:      Hans Verkuil <hverkuil@xs4all.nl>
6136 L:      linux-media@vger.kernel.org
6137 T:      git git://linuxtv.org/media_tree.git
6138 W:      http://linuxtv.org
6139 S:      Maintained
6140 F:      drivers/media/radio/radio-maxiradio*
6141
6142 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6143 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6144 P:      LinuxTV.org Project
6145 L:      linux-media@vger.kernel.org
6146 W:      http://linuxtv.org
6147 Q:      http://patchwork.kernel.org/project/linux-media/list/
6148 T:      git git://linuxtv.org/media_tree.git
6149 S:      Maintained
6150 F:      Documentation/dvb/
6151 F:      Documentation/video4linux/
6152 F:      Documentation/DocBook/media/
6153 F:      drivers/media/
6154 F:      drivers/staging/media/
6155 F:      include/media/
6156 F:      include/uapi/linux/dvb/
6157 F:      include/uapi/linux/videodev2.h
6158 F:      include/uapi/linux/media.h
6159 F:      include/uapi/linux/v4l2-*
6160 F:      include/uapi/linux/meye.h
6161 F:      include/uapi/linux/ivtv*
6162 F:      include/uapi/linux/uvcvideo.h
6163
6164 MEDIAVISION PRO MOVIE STUDIO DRIVER
6165 M:      Hans Verkuil <hverkuil@xs4all.nl>
6166 L:      linux-media@vger.kernel.org
6167 T:      git git://linuxtv.org/media_tree.git
6168 W:      http://linuxtv.org
6169 S:      Odd Fixes
6170 F:      drivers/media/parport/pms*
6171
6172 MEGARAID SCSI/SAS DRIVERS
6173 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6174 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6175 M:      Uday Lingala <uday.lingala@avagotech.com>
6176 L:      megaraidlinux.pdl@avagotech.com
6177 L:      linux-scsi@vger.kernel.org
6178 W:      http://www.lsi.com
6179 S:      Maintained
6180 F:      Documentation/scsi/megaraid.txt
6181 F:      drivers/scsi/megaraid.*
6182 F:      drivers/scsi/megaraid/
6183
6184 MELLANOX ETHERNET DRIVER (mlx4_en)
6185 M:      Amir Vadai <amirv@mellanox.com>
6186 L:      netdev@vger.kernel.org
6187 S:      Supported
6188 W:      http://www.mellanox.com
6189 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6190 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6191
6192 MEMORY MANAGEMENT
6193 L:      linux-mm@kvack.org
6194 W:      http://www.linux-mm.org
6195 S:      Maintained
6196 F:      include/linux/mm.h
6197 F:      include/linux/gfp.h
6198 F:      include/linux/mmzone.h
6199 F:      include/linux/memory_hotplug.h
6200 F:      include/linux/vmalloc.h
6201 F:      mm/
6202
6203 MEMORY TECHNOLOGY DEVICES (MTD)
6204 M:      David Woodhouse <dwmw2@infradead.org>
6205 M:      Brian Norris <computersforpeace@gmail.com>
6206 L:      linux-mtd@lists.infradead.org
6207 W:      http://www.linux-mtd.infradead.org/
6208 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6209 T:      git git://git.infradead.org/linux-mtd.git
6210 T:      git git://git.infradead.org/l2-mtd.git
6211 S:      Maintained
6212 F:      drivers/mtd/
6213 F:      include/linux/mtd/
6214 F:      include/uapi/mtd/
6215
6216 MEN A21 WATCHDOG DRIVER
6217 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6218 L:      linux-watchdog@vger.kernel.org
6219 S:      Supported
6220 F:      drivers/watchdog/mena21_wdt.c
6221
6222 MEN CHAMELEON BUS (mcb)
6223 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6224 S:      Supported
6225 F:      drivers/mcb/
6226 F:      include/linux/mcb.h
6227
6228 MEN F21BMC (Board Management Controller)
6229 M:      Andreas Werner <andreas.werner@men.de>
6230 S:      Supported
6231 F:      drivers/mfd/menf21bmc.c
6232 F:      drivers/watchdog/menf21bmc_wdt.c
6233 F:      drivers/leds/leds-menf21bmc.c
6234 F:      drivers/hwmon/menf21bmc_hwmon.c
6235 F:      Documentation/hwmon/menf21bmc
6236
6237 METAG ARCHITECTURE
6238 M:      James Hogan <james.hogan@imgtec.com>
6239 L:      linux-metag@vger.kernel.org
6240 S:      Supported
6241 F:      arch/metag/
6242 F:      Documentation/metag/
6243 F:      Documentation/devicetree/bindings/metag/
6244 F:      drivers/clocksource/metag_generic.c
6245 F:      drivers/irqchip/irq-metag.c
6246 F:      drivers/irqchip/irq-metag-ext.c
6247 F:      drivers/tty/metag_da.c
6248
6249 MICROBLAZE ARCHITECTURE
6250 M:      Michal Simek <monstr@monstr.eu>
6251 W:      http://www.monstr.eu/fdt/
6252 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6253 S:      Supported
6254 F:      arch/microblaze/
6255
6256 MICROTEK X6 SCANNER
6257 M:      Oliver Neukum <oliver@neukum.org>
6258 S:      Maintained
6259 F:      drivers/usb/image/microtek.*
6260
6261 MIPS
6262 M:      Ralf Baechle <ralf@linux-mips.org>
6263 L:      linux-mips@linux-mips.org
6264 W:      http://www.linux-mips.org/
6265 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6266 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6267 S:      Supported
6268 F:      Documentation/mips/
6269 F:      arch/mips/
6270
6271 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6272 M:      Hans Verkuil <hverkuil@xs4all.nl>
6273 L:      linux-media@vger.kernel.org
6274 T:      git git://linuxtv.org/media_tree.git
6275 W:      http://linuxtv.org
6276 S:      Odd Fixes
6277 F:      drivers/media/radio/radio-miropcm20*
6278
6279 Mellanox MLX5 core VPI driver
6280 M:      Eli Cohen <eli@mellanox.com>
6281 L:      netdev@vger.kernel.org
6282 L:      linux-rdma@vger.kernel.org
6283 W:      http://www.mellanox.com
6284 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6285 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6286 T:      git git://openfabrics.org/~eli/connect-ib.git
6287 S:      Supported
6288 F:      drivers/net/ethernet/mellanox/mlx5/core/
6289 F:      include/linux/mlx5/
6290
6291 Mellanox MLX5 IB driver
6292 M:      Eli Cohen <eli@mellanox.com>
6293 L:      linux-rdma@vger.kernel.org
6294 W:      http://www.mellanox.com
6295 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6296 T:      git git://openfabrics.org/~eli/connect-ib.git
6297 S:      Supported
6298 F:      include/linux/mlx5/
6299 F:      drivers/infiniband/hw/mlx5/
6300
6301 MN88472 MEDIA DRIVER
6302 M:      Antti Palosaari <crope@iki.fi>
6303 L:      linux-media@vger.kernel.org
6304 W:      http://linuxtv.org/
6305 W:      http://palosaari.fi/linux/
6306 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6307 T:      git git://linuxtv.org/anttip/media_tree.git
6308 S:      Maintained
6309 F:      drivers/staging/media/mn88472/
6310 F:      drivers/media/dvb-frontends/mn88472.h
6311
6312 MN88473 MEDIA DRIVER
6313 M:      Antti Palosaari <crope@iki.fi>
6314 L:      linux-media@vger.kernel.org
6315 W:      http://linuxtv.org/
6316 W:      http://palosaari.fi/linux/
6317 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6318 T:      git git://linuxtv.org/anttip/media_tree.git
6319 S:      Maintained
6320 F:      drivers/staging/media/mn88473/
6321 F:      drivers/media/dvb-frontends/mn88473.h
6322
6323 MODULE SUPPORT
6324 M:      Rusty Russell <rusty@rustcorp.com.au>
6325 S:      Maintained
6326 F:      include/linux/module.h
6327 F:      kernel/module.c
6328
6329 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6330 W:      http://popies.net/meye/
6331 S:      Orphan
6332 F:      Documentation/video4linux/meye.txt
6333 F:      drivers/media/pci/meye/
6334 F:      include/uapi/linux/meye.h
6335
6336 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6337 M:      Jiri Slaby <jirislaby@gmail.com>
6338 S:      Maintained
6339 F:      Documentation/serial/moxa-smartio
6340 F:      drivers/tty/mxser.*
6341
6342 MR800 AVERMEDIA USB FM RADIO DRIVER
6343 M:      Alexey Klimov <klimov.linux@gmail.com>
6344 L:      linux-media@vger.kernel.org
6345 T:      git git://linuxtv.org/media_tree.git
6346 S:      Maintained
6347 F:      drivers/media/radio/radio-mr800.c
6348
6349 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6350 M:      Alan Ott <alan@signal11.us>
6351 L:      linux-wpan@vger.kernel.org
6352 S:      Maintained
6353 F:      drivers/net/ieee802154/mrf24j40.c
6354
6355 MSI LAPTOP SUPPORT
6356 M:      "Lee, Chun-Yi" <jlee@suse.com>
6357 L:      platform-driver-x86@vger.kernel.org
6358 S:      Maintained
6359 F:      drivers/platform/x86/msi-laptop.c
6360
6361 MSI WMI SUPPORT
6362 M:      Anisse Astier <anisse@astier.eu>
6363 L:      platform-driver-x86@vger.kernel.org
6364 S:      Supported
6365 F:      drivers/platform/x86/msi-wmi.c
6366
6367 MSI001 MEDIA DRIVER
6368 M:      Antti Palosaari <crope@iki.fi>
6369 L:      linux-media@vger.kernel.org
6370 W:      http://linuxtv.org/
6371 W:      http://palosaari.fi/linux/
6372 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6373 T:      git git://linuxtv.org/anttip/media_tree.git
6374 S:      Maintained
6375 F:      drivers/media/tuners/msi001*
6376
6377 MSI2500 MEDIA DRIVER
6378 M:      Antti Palosaari <crope@iki.fi>
6379 L:      linux-media@vger.kernel.org
6380 W:      http://linuxtv.org/
6381 W:      http://palosaari.fi/linux/
6382 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6383 T:      git git://linuxtv.org/anttip/media_tree.git
6384 S:      Maintained
6385 F:      drivers/media/usb/msi2500/
6386
6387 MT9M032 APTINA SENSOR DRIVER
6388 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6389 L:      linux-media@vger.kernel.org
6390 T:      git git://linuxtv.org/media_tree.git
6391 S:      Maintained
6392 F:      drivers/media/i2c/mt9m032.c
6393 F:      include/media/mt9m032.h
6394
6395 MT9P031 APTINA CAMERA SENSOR
6396 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6397 L:      linux-media@vger.kernel.org
6398 T:      git git://linuxtv.org/media_tree.git
6399 S:      Maintained
6400 F:      drivers/media/i2c/mt9p031.c
6401 F:      include/media/mt9p031.h
6402
6403 MT9T001 APTINA CAMERA SENSOR
6404 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6405 L:      linux-media@vger.kernel.org
6406 T:      git git://linuxtv.org/media_tree.git
6407 S:      Maintained
6408 F:      drivers/media/i2c/mt9t001.c
6409 F:      include/media/mt9t001.h
6410
6411 MT9V032 APTINA CAMERA SENSOR
6412 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6413 L:      linux-media@vger.kernel.org
6414 T:      git git://linuxtv.org/media_tree.git
6415 S:      Maintained
6416 F:      drivers/media/i2c/mt9v032.c
6417 F:      include/media/mt9v032.h
6418
6419 MULTIFUNCTION DEVICES (MFD)
6420 M:      Samuel Ortiz <sameo@linux.intel.com>
6421 M:      Lee Jones <lee.jones@linaro.org>
6422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6423 S:      Supported
6424 F:      drivers/mfd/
6425 F:      include/linux/mfd/
6426
6427 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6428 M:      Chris Ball <chris@printf.net>
6429 M:      Ulf Hansson <ulf.hansson@linaro.org>
6430 L:      linux-mmc@vger.kernel.org
6431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6432 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6433 S:      Maintained
6434 F:      drivers/mmc/
6435 F:      include/linux/mmc/
6436 F:      include/uapi/linux/mmc/
6437
6438 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6439 S:      Orphan
6440 F:      drivers/mmc/host/mmc_spi.c
6441 F:      include/linux/spi/mmc_spi.h
6442
6443 MULTISOUND SOUND DRIVER
6444 M:      Andrew Veliath <andrewtv@usa.net>
6445 S:      Maintained
6446 F:      Documentation/sound/oss/MultiSound
6447 F:      sound/oss/msnd*
6448
6449 MULTITECH MULTIPORT CARD (ISICOM)
6450 S:      Orphan
6451 F:      drivers/tty/isicom.c
6452 F:      include/linux/isicom.h
6453
6454 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6455 M:      Felipe Balbi <balbi@ti.com>
6456 L:      linux-usb@vger.kernel.org
6457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6458 S:      Maintained
6459 F:      drivers/usb/musb/
6460
6461 MXL5007T MEDIA DRIVER
6462 M:      Michael Krufky <mkrufky@linuxtv.org>
6463 L:      linux-media@vger.kernel.org
6464 W:      http://linuxtv.org/
6465 W:      http://github.com/mkrufky
6466 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6467 T:      git git://linuxtv.org/mkrufky/tuners.git
6468 S:      Maintained
6469 F:      drivers/media/tuners/mxl5007t.*
6470
6471 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6472 M:      Hyong-Youb Kim <hykim@myri.com>
6473 L:      netdev@vger.kernel.org
6474 W:      https://www.myricom.com/support/downloads/myri10ge.html
6475 S:      Supported
6476 F:      drivers/net/ethernet/myricom/myri10ge/
6477
6478 NATSEMI ETHERNET DRIVER (DP8381x)
6479 S:      Orphan
6480 F:      drivers/net/ethernet/natsemi/natsemi.c
6481
6482 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6483 M:      Daniel Mack <zonque@gmail.com>
6484 S:      Maintained
6485 L:      alsa-devel@alsa-project.org
6486 W:      http://www.native-instruments.com
6487 F:      sound/usb/caiaq/
6488
6489 NCP FILESYSTEM
6490 M:      Petr Vandrovec <petr@vandrovec.name>
6491 S:      Odd Fixes
6492 F:      fs/ncpfs/
6493
6494 NCR 5380 SCSI DRIVERS
6495 M:      Finn Thain <fthain@telegraphics.com.au>
6496 M:      Michael Schmitz <schmitzmic@gmail.com>
6497 L:      linux-scsi@vger.kernel.org
6498 S:      Maintained
6499 F:      Documentation/scsi/g_NCR5380.txt
6500 F:      drivers/scsi/NCR5380.*
6501 F:      drivers/scsi/arm/cumana_1.c
6502 F:      drivers/scsi/arm/oak.c
6503 F:      drivers/scsi/atari_NCR5380.c
6504 F:      drivers/scsi/atari_scsi.*
6505 F:      drivers/scsi/dmx3191d.c
6506 F:      drivers/scsi/dtc.*
6507 F:      drivers/scsi/g_NCR5380.*
6508 F:      drivers/scsi/g_NCR5380_mmio.c
6509 F:      drivers/scsi/mac_scsi.*
6510 F:      drivers/scsi/pas16.*
6511 F:      drivers/scsi/sun3_scsi.*
6512 F:      drivers/scsi/sun3_scsi_vme.c
6513 F:      drivers/scsi/t128.*
6514
6515 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6516 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6517 L:      linux-scsi@vger.kernel.org
6518 S:      Maintained
6519 F:      drivers/scsi/NCR_D700.*
6520
6521 NCT6775 HARDWARE MONITOR DRIVER
6522 M:      Guenter Roeck <linux@roeck-us.net>
6523 L:      lm-sensors@lm-sensors.org
6524 S:      Maintained
6525 F:      Documentation/hwmon/nct6775
6526 F:      drivers/hwmon/nct6775.c
6527
6528 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6529 M:      Faisal Latif <faisal.latif@intel.com>
6530 L:      linux-rdma@vger.kernel.org
6531 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6532 S:      Supported
6533 F:      drivers/infiniband/hw/nes/
6534
6535 NETEM NETWORK EMULATOR
6536 M:      Stephen Hemminger <stephen@networkplumber.org>
6537 L:      netem@lists.linux-foundation.org
6538 S:      Maintained
6539 F:      net/sched/sch_netem.c
6540
6541 NETERION 10GbE DRIVERS (s2io/vxge)
6542 M:      Jon Mason <jdmason@kudzu.us>
6543 L:      netdev@vger.kernel.org
6544 S:      Supported
6545 F:      Documentation/networking/s2io.txt
6546 F:      Documentation/networking/vxge.txt
6547 F:      drivers/net/ethernet/neterion/
6548
6549 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6550 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6551 M:      Patrick McHardy <kaber@trash.net>
6552 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6553 L:      netfilter-devel@vger.kernel.org
6554 L:      coreteam@netfilter.org
6555 W:      http://www.netfilter.org/
6556 W:      http://www.iptables.org/
6557 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6560 S:      Supported
6561 F:      include/linux/netfilter*
6562 F:      include/linux/netfilter/
6563 F:      include/net/netfilter/
6564 F:      include/uapi/linux/netfilter*
6565 F:      include/uapi/linux/netfilter/
6566 F:      net/*/netfilter.c
6567 F:      net/*/netfilter/
6568 F:      net/netfilter/
6569
6570 NETLABEL
6571 M:      Paul Moore <paul@paul-moore.com>
6572 W:      http://netlabel.sf.net
6573 L:      netdev@vger.kernel.org
6574 S:      Maintained
6575 F:      Documentation/netlabel/
6576 F:      include/net/netlabel.h
6577 F:      net/netlabel/
6578
6579 NETROM NETWORK LAYER
6580 M:      Ralf Baechle <ralf@linux-mips.org>
6581 L:      linux-hams@vger.kernel.org
6582 W:      http://www.linux-ax25.org/
6583 S:      Maintained
6584 F:      include/net/netrom.h
6585 F:      include/uapi/linux/netrom.h
6586 F:      net/netrom/
6587
6588 NETWORK BLOCK DEVICE (NBD)
6589 M:      Paul Clements <Paul.Clements@steeleye.com>
6590 S:      Maintained
6591 L:      nbd-general@lists.sourceforge.net
6592 F:      Documentation/blockdev/nbd.txt
6593 F:      drivers/block/nbd.c
6594 F:      include/linux/nbd.h
6595 F:      include/uapi/linux/nbd.h
6596
6597 NETWORK DROP MONITOR
6598 M:      Neil Horman <nhorman@tuxdriver.com>
6599 L:      netdev@vger.kernel.org
6600 S:      Maintained
6601 W:      https://fedorahosted.org/dropwatch/
6602 F:      net/core/drop_monitor.c
6603
6604 NETWORKING [GENERAL]
6605 M:      "David S. Miller" <davem@davemloft.net>
6606 L:      netdev@vger.kernel.org
6607 W:      http://www.linuxfoundation.org/en/Net
6608 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6611 S:      Maintained
6612 F:      net/
6613 F:      include/net/
6614 F:      include/linux/in.h
6615 F:      include/linux/net.h
6616 F:      include/linux/netdevice.h
6617 F:      include/uapi/linux/in.h
6618 F:      include/uapi/linux/net.h
6619 F:      include/uapi/linux/netdevice.h
6620 F:      tools/net/
6621 F:      tools/testing/selftests/net/
6622 F:      lib/random32.c
6623 F:      lib/test_bpf.c
6624
6625 NETWORKING [IPv4/IPv6]
6626 M:      "David S. Miller" <davem@davemloft.net>
6627 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6628 M:      James Morris <jmorris@namei.org>
6629 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6630 M:      Patrick McHardy <kaber@trash.net>
6631 L:      netdev@vger.kernel.org
6632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6633 S:      Maintained
6634 F:      net/ipv4/
6635 F:      net/ipv6/
6636 F:      include/net/ip*
6637 F:      arch/x86/net/*
6638
6639 NETWORKING [IPSEC]
6640 M:      Steffen Klassert <steffen.klassert@secunet.com>
6641 M:      Herbert Xu <herbert@gondor.apana.org.au>
6642 M:      "David S. Miller" <davem@davemloft.net>
6643 L:      netdev@vger.kernel.org
6644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6646 S:      Maintained
6647 F:      net/core/flow.c
6648 F:      net/xfrm/
6649 F:      net/key/
6650 F:      net/ipv4/xfrm*
6651 F:      net/ipv4/esp4.c
6652 F:      net/ipv4/ah4.c
6653 F:      net/ipv4/ipcomp.c
6654 F:      net/ipv4/ip_vti.c
6655 F:      net/ipv6/xfrm*
6656 F:      net/ipv6/esp6.c
6657 F:      net/ipv6/ah6.c
6658 F:      net/ipv6/ipcomp6.c
6659 F:      net/ipv6/ip6_vti.c
6660 F:      include/uapi/linux/xfrm.h
6661 F:      include/net/xfrm.h
6662
6663 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6664 M:      Paul Moore <paul@paul-moore.com>
6665 L:      netdev@vger.kernel.org
6666 S:      Maintained
6667
6668 NETWORKING [WIRELESS]
6669 L:      linux-wireless@vger.kernel.org
6670 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6671
6672 NETWORKING DRIVERS
6673 L:      netdev@vger.kernel.org
6674 W:      http://www.linuxfoundation.org/en/Net
6675 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6678 S:      Odd Fixes
6679 F:      drivers/net/
6680 F:      include/linux/if_*
6681 F:      include/linux/netdevice.h
6682 F:      include/linux/arcdevice.h
6683 F:      include/linux/etherdevice.h
6684 F:      include/linux/fcdevice.h
6685 F:      include/linux/fddidevice.h
6686 F:      include/linux/hippidevice.h
6687 F:      include/linux/inetdevice.h
6688 F:      include/uapi/linux/if_*
6689 F:      include/uapi/linux/netdevice.h
6690
6691 NETWORKING DRIVERS (WIRELESS)
6692 M:      Kalle Valo <kvalo@codeaurora.org>
6693 L:      linux-wireless@vger.kernel.org
6694 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6696 S:      Maintained
6697 F:      drivers/net/wireless/
6698
6699 NETXEN (1/10) GbE SUPPORT
6700 M:      Manish Chopra <manish.chopra@qlogic.com>
6701 M:      Sony Chacko <sony.chacko@qlogic.com>
6702 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6703 L:      netdev@vger.kernel.org
6704 W:      http://www.qlogic.com
6705 S:      Supported
6706 F:      drivers/net/ethernet/qlogic/netxen/
6707
6708 NFC SUBSYSTEM
6709 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6710 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6711 M:      Samuel Ortiz <sameo@linux.intel.com>
6712 L:      linux-wireless@vger.kernel.org
6713 L:      linux-nfc@lists.01.org (subscribers-only)
6714 S:      Supported
6715 F:      net/nfc/
6716 F:      include/net/nfc/
6717 F:      include/uapi/linux/nfc.h
6718 F:      drivers/nfc/
6719 F:      include/linux/platform_data/pn544.h
6720 F:      Documentation/devicetree/bindings/net/nfc/
6721
6722 NFS, SUNRPC, AND LOCKD CLIENTS
6723 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6724 L:      linux-nfs@vger.kernel.org
6725 W:      http://client.linux-nfs.org
6726 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6727 S:      Maintained
6728 F:      fs/lockd/
6729 F:      fs/nfs/
6730 F:      fs/nfs_common/
6731 F:      net/sunrpc/
6732 F:      include/linux/lockd/
6733 F:      include/linux/nfs*
6734 F:      include/linux/sunrpc/
6735 F:      include/uapi/linux/nfs*
6736 F:      include/uapi/linux/sunrpc/
6737
6738 NILFS2 FILESYSTEM
6739 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6740 L:      linux-nilfs@vger.kernel.org
6741 W:      http://nilfs.sourceforge.net/
6742 T:      git git://github.com/konis/nilfs2.git
6743 S:      Supported
6744 F:      Documentation/filesystems/nilfs2.txt
6745 F:      fs/nilfs2/
6746 F:      include/linux/nilfs2_fs.h
6747
6748 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6749 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6750 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6751 S:      Maintained
6752 F:      Documentation/scsi/NinjaSCSI.txt
6753 F:      drivers/scsi/pcmcia/nsp_*
6754
6755 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6756 M:      GOTO Masanori <gotom@debian.or.jp>
6757 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6758 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6759 S:      Maintained
6760 F:      Documentation/scsi/NinjaSCSI.txt
6761 F:      drivers/scsi/nsp32*
6762
6763 NIOS2 ARCHITECTURE
6764 M:      Ley Foon Tan <lftan@altera.com>
6765 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6766 T:      git git://git.rocketboards.org/linux-socfpga.git
6767 S:      Maintained
6768 F:      arch/nios2/
6769
6770 NTB DRIVER
6771 M:      Jon Mason <jdmason@kudzu.us>
6772 M:      Dave Jiang <dave.jiang@intel.com>
6773 S:      Supported
6774 W:      https://github.com/jonmason/ntb/wiki
6775 T:      git git://github.com/jonmason/ntb.git
6776 F:      drivers/ntb/
6777 F:      drivers/net/ntb_netdev.c
6778 F:      include/linux/ntb.h
6779
6780 NTFS FILESYSTEM
6781 M:      Anton Altaparmakov <anton@tuxera.com>
6782 L:      linux-ntfs-dev@lists.sourceforge.net
6783 W:      http://www.tuxera.com/
6784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6785 S:      Supported
6786 F:      Documentation/filesystems/ntfs.txt
6787 F:      fs/ntfs/
6788
6789 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6790 M:      Antonino Daplas <adaplas@gmail.com>
6791 L:      linux-fbdev@vger.kernel.org
6792 S:      Maintained
6793 F:      drivers/video/fbdev/riva/
6794 F:      drivers/video/fbdev/nvidia/
6795
6796 NVM EXPRESS DRIVER
6797 M:      Matthew Wilcox <willy@linux.intel.com>
6798 L:      linux-nvme@lists.infradead.org
6799 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6800 S:      Supported
6801 F:      drivers/block/nvme*
6802 F:      include/linux/nvme.h
6803
6804 NXP TDA998X DRM DRIVER
6805 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6806 S:      Supported
6807 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6808 F:      include/drm/i2c/tda998x.h
6809
6810 NXP TFA9879 DRIVER
6811 M:      Peter Rosin <peda@axentia.se>
6812 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6813 S:      Maintained
6814 F:      sound/soc/codecs/tfa9879*
6815
6816 OMAP SUPPORT
6817 M:      Tony Lindgren <tony@atomide.com>
6818 L:      linux-omap@vger.kernel.org
6819 W:      http://www.muru.com/linux/omap/
6820 W:      http://linux.omap.com/
6821 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6823 S:      Maintained
6824 F:      arch/arm/*omap*/
6825 F:      drivers/i2c/busses/i2c-omap.c
6826 F:      drivers/irqchip/irq-omap-intc.c
6827 F:      drivers/mfd/*omap*.c
6828 F:      drivers/mfd/menelaus.c
6829 F:      drivers/mfd/palmas.c
6830 F:      drivers/mfd/tps65217.c
6831 F:      drivers/mfd/tps65218.c
6832 F:      drivers/mfd/tps65910.c
6833 F:      drivers/mfd/twl-core.[ch]
6834 F:      drivers/mfd/twl4030*.c
6835 F:      drivers/mfd/twl6030*.c
6836 F:      drivers/mfd/twl6040*.c
6837 F:      drivers/regulator/palmas-regulator*.c
6838 F:      drivers/regulator/pbias-regulator.c
6839 F:      drivers/regulator/tps65217-regulator.c
6840 F:      drivers/regulator/tps65218-regulator.c
6841 F:      drivers/regulator/tps65910-regulator.c
6842 F:      drivers/regulator/twl-regulator.c
6843 F:      include/linux/i2c-omap.h
6844
6845 OMAP DEVICE TREE SUPPORT
6846 M:      Benoît Cousson <bcousson@baylibre.com>
6847 M:      Tony Lindgren <tony@atomide.com>
6848 L:      linux-omap@vger.kernel.org
6849 L:      devicetree@vger.kernel.org
6850 S:      Maintained
6851 F:      arch/arm/boot/dts/*omap*
6852 F:      arch/arm/boot/dts/*am3*
6853 F:      arch/arm/boot/dts/*am4*
6854 F:      arch/arm/boot/dts/*am5*
6855 F:      arch/arm/boot/dts/*dra7*
6856
6857 OMAP CLOCK FRAMEWORK SUPPORT
6858 M:      Paul Walmsley <paul@pwsan.com>
6859 L:      linux-omap@vger.kernel.org
6860 S:      Maintained
6861 F:      arch/arm/*omap*/*clock*
6862
6863 OMAP POWER MANAGEMENT SUPPORT
6864 M:      Kevin Hilman <khilman@deeprootsystems.com>
6865 L:      linux-omap@vger.kernel.org
6866 S:      Maintained
6867 F:      arch/arm/*omap*/*pm*
6868 F:      drivers/cpufreq/omap-cpufreq.c
6869
6870 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6871 M:      Rajendra Nayak <rnayak@ti.com>
6872 M:      Paul Walmsley <paul@pwsan.com>
6873 L:      linux-omap@vger.kernel.org
6874 S:      Maintained
6875 F:      arch/arm/mach-omap2/prm*
6876
6877 OMAP AUDIO SUPPORT
6878 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6879 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6880 L:      alsa-devel@alsa-project.org (subscribers-only)
6881 L:      linux-omap@vger.kernel.org
6882 S:      Maintained
6883 F:      sound/soc/omap/
6884
6885 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6886 M:      Roger Quadros <rogerq@ti.com>
6887 M:      Tony Lindgren <tony@atomide.com>
6888 L:      linux-omap@vger.kernel.org
6889 S:      Maintained
6890 F:      drivers/memory/omap-gpmc.c
6891 F:      arch/arm/mach-omap2/*gpmc*
6892
6893 OMAP FRAMEBUFFER SUPPORT
6894 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6895 L:      linux-fbdev@vger.kernel.org
6896 L:      linux-omap@vger.kernel.org
6897 S:      Maintained
6898 F:      drivers/video/fbdev/omap/
6899
6900 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6901 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6902 L:      linux-omap@vger.kernel.org
6903 L:      linux-fbdev@vger.kernel.org
6904 S:      Maintained
6905 F:      drivers/video/fbdev/omap2/
6906 F:      Documentation/arm/OMAP/DSS
6907
6908 OMAP HARDWARE SPINLOCK SUPPORT
6909 M:      Ohad Ben-Cohen <ohad@wizery.com>
6910 L:      linux-omap@vger.kernel.org
6911 S:      Maintained
6912 F:      drivers/hwspinlock/omap_hwspinlock.c
6913 F:      arch/arm/mach-omap2/hwspinlock.c
6914
6915 OMAP MMC SUPPORT
6916 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6917 L:      linux-omap@vger.kernel.org
6918 S:      Maintained
6919 F:      drivers/mmc/host/omap.c
6920
6921 OMAP HS MMC SUPPORT
6922 L:      linux-mmc@vger.kernel.org
6923 L:      linux-omap@vger.kernel.org
6924 S:      Orphan
6925 F:      drivers/mmc/host/omap_hsmmc.c
6926
6927 OMAP RANDOM NUMBER GENERATOR SUPPORT
6928 M:      Deepak Saxena <dsaxena@plexity.net>
6929 S:      Maintained
6930 F:      drivers/char/hw_random/omap-rng.c
6931
6932 OMAP HWMOD SUPPORT
6933 M:      Benoît Cousson <bcousson@baylibre.com>
6934 M:      Paul Walmsley <paul@pwsan.com>
6935 L:      linux-omap@vger.kernel.org
6936 S:      Maintained
6937 F:      arch/arm/mach-omap2/omap_hwmod.*
6938
6939 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6940 M:      Benoît Cousson <bcousson@baylibre.com>
6941 L:      linux-omap@vger.kernel.org
6942 S:      Maintained
6943 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6944
6945 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6946 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6947 L:      linux-media@vger.kernel.org
6948 S:      Maintained
6949 F:      drivers/media/platform/omap3isp/
6950 F:      drivers/staging/media/omap4iss/
6951
6952 OMAP USB SUPPORT
6953 M:      Felipe Balbi <balbi@ti.com>
6954 L:      linux-usb@vger.kernel.org
6955 L:      linux-omap@vger.kernel.org
6956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6957 S:      Maintained
6958 F:      drivers/usb/*/*omap*
6959 F:      arch/arm/*omap*/usb*
6960
6961 OMAP GPIO DRIVER
6962 M:      Javier Martinez Canillas <javier@dowhile0.org>
6963 M:      Santosh Shilimkar <ssantosh@kernel.org>
6964 M:      Kevin Hilman <khilman@deeprootsystems.com>
6965 L:      linux-omap@vger.kernel.org
6966 S:      Maintained
6967 F:      drivers/gpio/gpio-omap.c
6968
6969 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6970 M:      Mark Jackson <mpfj@newflow.co.uk>
6971 L:      linux-omap@vger.kernel.org
6972 S:      Maintained
6973 F:      arch/arm/boot/dts/am335x-nano.dts
6974
6975 OMFS FILESYSTEM
6976 M:      Bob Copeland <me@bobcopeland.com>
6977 L:      linux-karma-devel@lists.sourceforge.net
6978 S:      Maintained
6979 F:      Documentation/filesystems/omfs.txt
6980 F:      fs/omfs/
6981
6982 OMNIKEY CARDMAN 4000 DRIVER
6983 M:      Harald Welte <laforge@gnumonks.org>
6984 S:      Maintained
6985 F:      drivers/char/pcmcia/cm4000_cs.c
6986 F:      include/linux/cm4000_cs.h
6987 F:      include/uapi/linux/cm4000_cs.h
6988
6989 OMNIKEY CARDMAN 4040 DRIVER
6990 M:      Harald Welte <laforge@gnumonks.org>
6991 S:      Maintained
6992 F:      drivers/char/pcmcia/cm4040_cs.*
6993
6994 OMNIVISION OV7670 SENSOR DRIVER
6995 M:      Jonathan Corbet <corbet@lwn.net>
6996 L:      linux-media@vger.kernel.org
6997 T:      git git://linuxtv.org/media_tree.git
6998 S:      Maintained
6999 F:      drivers/media/i2c/ov7670.c
7000
7001 ONENAND FLASH DRIVER
7002 M:      Kyungmin Park <kyungmin.park@samsung.com>
7003 L:      linux-mtd@lists.infradead.org
7004 S:      Maintained
7005 F:      drivers/mtd/onenand/
7006 F:      include/linux/mtd/onenand*.h
7007
7008 ONSTREAM SCSI TAPE DRIVER
7009 M:      Willem Riede <osst@riede.org>
7010 L:      osst-users@lists.sourceforge.net
7011 L:      linux-scsi@vger.kernel.org
7012 S:      Maintained
7013 F:      Documentation/scsi/osst.txt
7014 F:      drivers/scsi/osst.*
7015 F:      drivers/scsi/osst_*.h
7016 F:      drivers/scsi/st.h
7017
7018 OPENCORES I2C BUS DRIVER
7019 M:      Peter Korsgaard <jacmet@sunsite.dk>
7020 L:      linux-i2c@vger.kernel.org
7021 S:      Maintained
7022 F:      Documentation/i2c/busses/i2c-ocores
7023 F:      drivers/i2c/busses/i2c-ocores.c
7024
7025 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7026 M:      Grant Likely <grant.likely@linaro.org>
7027 M:      Rob Herring <robh+dt@kernel.org>
7028 L:      devicetree@vger.kernel.org
7029 W:      http://fdt.secretlab.ca
7030 T:      git git://git.secretlab.ca/git/linux-2.6.git
7031 S:      Maintained
7032 F:      drivers/of/
7033 F:      include/linux/of*.h
7034 F:      scripts/dtc/
7035 K:      of_get_property
7036 K:      of_match_table
7037
7038 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7039 M:      Rob Herring <robh+dt@kernel.org>
7040 M:      Pawel Moll <pawel.moll@arm.com>
7041 M:      Mark Rutland <mark.rutland@arm.com>
7042 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7043 M:      Kumar Gala <galak@codeaurora.org>
7044 L:      devicetree@vger.kernel.org
7045 S:      Maintained
7046 F:      Documentation/devicetree/
7047 F:      arch/*/boot/dts/
7048 F:      include/dt-bindings/
7049
7050 OPENRISC ARCHITECTURE
7051 M:      Jonas Bonn <jonas@southpole.se>
7052 W:      http://openrisc.net
7053 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7054 S:      Maintained
7055 T:      git git://openrisc.net/~jonas/linux
7056 F:      arch/openrisc/
7057
7058 OPENVSWITCH
7059 M:      Pravin Shelar <pshelar@nicira.com>
7060 L:      dev@openvswitch.org
7061 W:      http://openvswitch.org
7062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
7063 S:      Maintained
7064 F:      net/openvswitch/
7065
7066 OPL4 DRIVER
7067 M:      Clemens Ladisch <clemens@ladisch.de>
7068 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7069 T:      git git://git.alsa-project.org/alsa-kernel.git
7070 S:      Maintained
7071 F:      sound/drivers/opl4/
7072
7073 OPROFILE
7074 M:      Robert Richter <rric@kernel.org>
7075 L:      oprofile-list@lists.sf.net
7076 S:      Maintained
7077 F:      arch/*/include/asm/oprofile*.h
7078 F:      arch/*/oprofile/
7079 F:      drivers/oprofile/
7080 F:      include/linux/oprofile.h
7081
7082 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7083 M:      Mark Fasheh <mfasheh@suse.com>
7084 M:      Joel Becker <jlbec@evilplan.org>
7085 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7086 W:      http://oss.oracle.com/projects/ocfs2/
7087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7088 S:      Supported
7089 F:      Documentation/filesystems/ocfs2.txt
7090 F:      Documentation/filesystems/dlmfs.txt
7091 F:      fs/ocfs2/
7092
7093 ORINOCO DRIVER
7094 L:      linux-wireless@vger.kernel.org
7095 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7096 W:      http://www.nongnu.org/orinoco/
7097 S:      Orphan
7098 F:      drivers/net/wireless/orinoco/
7099
7100 OSD LIBRARY and FILESYSTEM
7101 M:      Boaz Harrosh <ooo@electrozaur.com>
7102 M:      Benny Halevy <bhalevy@primarydata.com>
7103 L:      osd-dev@open-osd.org
7104 W:      http://open-osd.org
7105 T:      git git://git.open-osd.org/open-osd.git
7106 S:      Maintained
7107 F:      drivers/scsi/osd/
7108 F:      include/scsi/osd_*
7109 F:      fs/exofs/
7110
7111 OVERLAY FILESYSTEM
7112 M:      Miklos Szeredi <miklos@szeredi.hu>
7113 L:      linux-unionfs@vger.kernel.org
7114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7115 S:      Supported
7116 F:      fs/overlayfs/
7117 F:      Documentation/filesystems/overlayfs.txt
7118
7119 P54 WIRELESS DRIVER
7120 M:      Christian Lamparter <chunkeey@googlemail.com>
7121 L:      linux-wireless@vger.kernel.org
7122 W:      http://wireless.kernel.org/en/users/Drivers/p54
7123 S:      Maintained
7124 F:      drivers/net/wireless/p54/
7125
7126 PA SEMI ETHERNET DRIVER
7127 M:      Olof Johansson <olof@lixom.net>
7128 L:      netdev@vger.kernel.org
7129 S:      Maintained
7130 F:      drivers/net/ethernet/pasemi/*
7131
7132 PA SEMI SMBUS DRIVER
7133 M:      Olof Johansson <olof@lixom.net>
7134 L:      linux-i2c@vger.kernel.org
7135 S:      Maintained
7136 F:      drivers/i2c/busses/i2c-pasemi.c
7137
7138 PADATA PARALLEL EXECUTION MECHANISM
7139 M:      Steffen Klassert <steffen.klassert@secunet.com>
7140 L:      linux-crypto@vger.kernel.org
7141 S:      Maintained
7142 F:      kernel/padata.c
7143 F:      include/linux/padata.h
7144 F:      Documentation/padata.txt
7145
7146 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7147 M:      Harald Welte <laforge@gnumonks.org>
7148 L:      platform-driver-x86@vger.kernel.org
7149 S:      Maintained
7150 F:      drivers/platform/x86/panasonic-laptop.c
7151
7152 PANASONIC MN10300/AM33/AM34 PORT
7153 M:      David Howells <dhowells@redhat.com>
7154 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7155 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7156 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7157 S:      Maintained
7158 F:      Documentation/mn10300/
7159 F:      arch/mn10300/
7160
7161 PARALLEL PORT SUPPORT
7162 L:      linux-parport@lists.infradead.org (subscribers-only)
7163 S:      Orphan
7164 F:      drivers/parport/
7165 F:      include/linux/parport*.h
7166 F:      drivers/char/ppdev.c
7167 F:      include/uapi/linux/ppdev.h
7168
7169 PARAVIRT_OPS INTERFACE
7170 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7171 M:      Chris Wright <chrisw@sous-sol.org>
7172 M:      Alok Kataria <akataria@vmware.com>
7173 M:      Rusty Russell <rusty@rustcorp.com.au>
7174 L:      virtualization@lists.linux-foundation.org
7175 S:      Supported
7176 F:      Documentation/ia64/paravirt_ops.txt
7177 F:      arch/*/kernel/paravirt*
7178 F:      arch/*/include/asm/paravirt.h
7179
7180 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7181 M:      Tim Waugh <tim@cyberelk.net>
7182 L:      linux-parport@lists.infradead.org (subscribers-only)
7183 W:      http://www.torque.net/linux-pp.html
7184 S:      Maintained
7185 F:      Documentation/blockdev/paride.txt
7186 F:      drivers/block/paride/
7187
7188 PARISC ARCHITECTURE
7189 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7190 M:      Helge Deller <deller@gmx.de>
7191 L:      linux-parisc@vger.kernel.org
7192 W:      http://www.parisc-linux.org/
7193 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7196 S:      Maintained
7197 F:      arch/parisc/
7198 F:      Documentation/parisc/
7199 F:      drivers/parisc/
7200 F:      drivers/char/agp/parisc-agp.c
7201 F:      drivers/input/serio/gscps2.c
7202 F:      drivers/parport/parport_gsc.*
7203 F:      drivers/tty/serial/8250/8250_gsc.c
7204 F:      drivers/video/fbdev/sti*
7205 F:      drivers/video/console/sti*
7206 F:      drivers/video/logo/logo_parisc*
7207
7208 PC87360 HARDWARE MONITORING DRIVER
7209 M:      Jim Cromie <jim.cromie@gmail.com>
7210 L:      lm-sensors@lm-sensors.org
7211 S:      Maintained
7212 F:      Documentation/hwmon/pc87360
7213 F:      drivers/hwmon/pc87360.c
7214
7215 PC8736x GPIO DRIVER
7216 M:      Jim Cromie <jim.cromie@gmail.com>
7217 S:      Maintained
7218 F:      drivers/char/pc8736x_gpio.c
7219
7220 PC87427 HARDWARE MONITORING DRIVER
7221 M:      Jean Delvare <jdelvare@suse.de>
7222 L:      lm-sensors@lm-sensors.org
7223 S:      Maintained
7224 F:      Documentation/hwmon/pc87427
7225 F:      drivers/hwmon/pc87427.c
7226
7227 PCA9532 LED DRIVER
7228 M:      Riku Voipio <riku.voipio@iki.fi>
7229 S:      Maintained
7230 F:      drivers/leds/leds-pca9532.c
7231 F:      include/linux/leds-pca9532.h
7232
7233 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7234 M:      Guenter Roeck <linux@roeck-us.net>
7235 L:      linux-i2c@vger.kernel.org
7236 S:      Maintained
7237 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7238
7239 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7240 M:      Khalid Aziz <khalid@gonehiking.org>
7241 S:      Maintained
7242 F:      drivers/firmware/pcdp.*
7243
7244 PCI ERROR RECOVERY
7245 M:      Linas Vepstas <linasvepstas@gmail.com>
7246 L:      linux-pci@vger.kernel.org
7247 S:      Supported
7248 F:      Documentation/PCI/pci-error-recovery.txt
7249
7250 PCI SUBSYSTEM
7251 M:      Bjorn Helgaas <bhelgaas@google.com>
7252 L:      linux-pci@vger.kernel.org
7253 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7255 S:      Supported
7256 F:      Documentation/PCI/
7257 F:      drivers/pci/
7258 F:      include/linux/pci*
7259 F:      arch/x86/pci/
7260 F:      arch/x86/kernel/quirks.c
7261
7262 PCI DRIVER FOR APPLIEDMICRO XGENE
7263 M:      Tanmay Inamdar <tinamdar@apm.com>
7264 L:      linux-pci@vger.kernel.org
7265 L:      linux-arm-kernel@lists.infradead.org
7266 S:      Maintained
7267 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7268 F:      drivers/pci/host/pci-xgene.c
7269
7270 PCI DRIVER FOR FREESCALE LAYERSCAPE
7271 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7272 M:      Mingkai Hu <mingkai.hu@freescale.com>
7273 M:      Roy Zang <tie-fei.zang@freescale.com>
7274 L:      linuxppc-dev@lists.ozlabs.org
7275 L:      linux-pci@vger.kernel.org
7276 L:      linux-arm-kernel@lists.infradead.org
7277 S:      Maintained
7278 F:      drivers/pci/host/*layerscape*
7279
7280 PCI DRIVER FOR IMX6
7281 M:      Richard Zhu <r65037@freescale.com>
7282 M:      Lucas Stach <l.stach@pengutronix.de>
7283 L:      linux-pci@vger.kernel.org
7284 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7285 S:      Maintained
7286 F:      drivers/pci/host/*imx6*
7287
7288 PCI DRIVER FOR TI KEYSTONE
7289 M:      Murali Karicheri <m-karicheri2@ti.com>
7290 L:      linux-pci@vger.kernel.org
7291 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7292 S:      Maintained
7293 F:      drivers/pci/host/*keystone*
7294
7295 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7296 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7297 M:      Jason Cooper <jason@lakedaemon.net>
7298 L:      linux-pci@vger.kernel.org
7299 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7300 S:      Maintained
7301 F:      drivers/pci/host/*mvebu*
7302
7303 PCI DRIVER FOR NVIDIA TEGRA
7304 M:      Thierry Reding <thierry.reding@gmail.com>
7305 L:      linux-tegra@vger.kernel.org
7306 L:      linux-pci@vger.kernel.org
7307 S:      Supported
7308 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7309 F:      drivers/pci/host/pci-tegra.c
7310
7311 PCI DRIVER FOR TI DRA7XX
7312 M:      Kishon Vijay Abraham I <kishon@ti.com>
7313 L:      linux-omap@vger.kernel.org
7314 L:      linux-pci@vger.kernel.org
7315 S:      Supported
7316 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7317 F:      drivers/pci/host/pci-dra7xx.c
7318
7319 PCI DRIVER FOR RENESAS R-CAR
7320 M:      Simon Horman <horms@verge.net.au>
7321 L:      linux-pci@vger.kernel.org
7322 L:      linux-sh@vger.kernel.org
7323 S:      Maintained
7324 F:      drivers/pci/host/*rcar*
7325
7326 PCI DRIVER FOR SAMSUNG EXYNOS
7327 M:      Jingoo Han <jg1.han@samsung.com>
7328 L:      linux-pci@vger.kernel.org
7329 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7330 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7331 S:      Maintained
7332 F:      drivers/pci/host/pci-exynos.c
7333
7334 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7335 M:      Mohit Kumar <mohit.kumar@st.com>
7336 M:      Jingoo Han <jg1.han@samsung.com>
7337 L:      linux-pci@vger.kernel.org
7338 S:      Maintained
7339 F:      drivers/pci/host/*designware*
7340
7341 PCI DRIVER FOR GENERIC OF HOSTS
7342 M:      Will Deacon <will.deacon@arm.com>
7343 L:      linux-pci@vger.kernel.org
7344 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7345 S:      Maintained
7346 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7347 F:      drivers/pci/host/pci-host-generic.c
7348
7349 PCIE DRIVER FOR ST SPEAR13XX
7350 M:      Mohit Kumar <mohit.kumar@st.com>
7351 L:      linux-pci@vger.kernel.org
7352 S:      Maintained
7353 F:      drivers/pci/host/*spear*
7354
7355 PCMCIA SUBSYSTEM
7356 P:      Linux PCMCIA Team
7357 L:      linux-pcmcia@lists.infradead.org
7358 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7360 S:      Maintained
7361 F:      Documentation/pcmcia/
7362 F:      drivers/pcmcia/
7363 F:      include/pcmcia/
7364
7365 PCNET32 NETWORK DRIVER
7366 M:      Don Fry <pcnet32@frontier.com>
7367 L:      netdev@vger.kernel.org
7368 S:      Maintained
7369 F:      drivers/net/ethernet/amd/pcnet32.c
7370
7371 PCRYPT PARALLEL CRYPTO ENGINE
7372 M:      Steffen Klassert <steffen.klassert@secunet.com>
7373 L:      linux-crypto@vger.kernel.org
7374 S:      Maintained
7375 F:      crypto/pcrypt.c
7376 F:      include/crypto/pcrypt.h
7377
7378 PER-CPU MEMORY ALLOCATOR
7379 M:      Tejun Heo <tj@kernel.org>
7380 M:      Christoph Lameter <cl@linux-foundation.org>
7381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7382 S:      Maintained
7383 F:      include/linux/percpu*.h
7384 F:      mm/percpu*.c
7385 F:      arch/*/include/asm/percpu.h
7386
7387 PER-TASK DELAY ACCOUNTING
7388 M:      Balbir Singh <bsingharora@gmail.com>
7389 S:      Maintained
7390 F:      include/linux/delayacct.h
7391 F:      kernel/delayacct.c
7392
7393 PERFORMANCE EVENTS SUBSYSTEM
7394 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7395 M:      Paul Mackerras <paulus@samba.org>
7396 M:      Ingo Molnar <mingo@redhat.com>
7397 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7398 L:      linux-kernel@vger.kernel.org
7399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7400 S:      Supported
7401 F:      kernel/events/*
7402 F:      include/linux/perf_event.h
7403 F:      include/uapi/linux/perf_event.h
7404 F:      arch/*/kernel/perf_event*.c
7405 F:      arch/*/kernel/*/perf_event*.c
7406 F:      arch/*/kernel/*/*/perf_event*.c
7407 F:      arch/*/include/asm/perf_event.h
7408 F:      arch/*/kernel/perf_callchain.c
7409 F:      tools/perf/
7410
7411 PERSONALITY HANDLING
7412 M:      Christoph Hellwig <hch@infradead.org>
7413 L:      linux-abi-devel@lists.sourceforge.net
7414 S:      Maintained
7415 F:      include/linux/personality.h
7416 F:      include/uapi/linux/personality.h
7417
7418 PHONET PROTOCOL
7419 M:      Remi Denis-Courmont <courmisch@gmail.com>
7420 S:      Supported
7421 F:      Documentation/networking/phonet.txt
7422 F:      include/linux/phonet.h
7423 F:      include/net/phonet/
7424 F:      include/uapi/linux/phonet.h
7425 F:      net/phonet/
7426
7427 PHRAM MTD DRIVER
7428 M:      Joern Engel <joern@lazybastard.org>
7429 L:      linux-mtd@lists.infradead.org
7430 S:      Maintained
7431 F:      drivers/mtd/devices/phram.c
7432
7433 PICOLCD HID DRIVER
7434 M:      Bruno Prémont <bonbons@linux-vserver.org>
7435 L:      linux-input@vger.kernel.org
7436 S:      Maintained
7437 F:      drivers/hid/hid-picolcd*
7438
7439 PICOXCELL SUPPORT
7440 M:      Jamie Iles <jamie@jamieiles.com>
7441 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7442 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7443 S:      Supported
7444 F:      arch/arm/boot/dts/picoxcell*
7445 F:      arch/arm/mach-picoxcell/
7446 F:      drivers/crypto/picoxcell*
7447
7448 PIN CONTROL SUBSYSTEM
7449 M:      Linus Walleij <linus.walleij@linaro.org>
7450 L:      linux-gpio@vger.kernel.org
7451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7452 S:      Maintained
7453 F:      drivers/pinctrl/
7454 F:      include/linux/pinctrl/
7455
7456 PIN CONTROLLER - ATMEL AT91
7457 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7458 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7459 S:      Maintained
7460 F:      drivers/pinctrl/pinctrl-at91.*
7461
7462 PIN CONTROLLER - INTEL
7463 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7464 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7465 S:      Maintained
7466 F:      drivers/pinctrl/intel/
7467
7468 PIN CONTROLLER - RENESAS
7469 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7470 L:      linux-sh@vger.kernel.org
7471 S:      Maintained
7472 F:      drivers/pinctrl/sh-pfc/
7473
7474 PIN CONTROLLER - SAMSUNG
7475 M:      Tomasz Figa <tomasz.figa@gmail.com>
7476 M:      Thomas Abraham <thomas.abraham@linaro.org>
7477 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7478 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7479 S:      Maintained
7480 F:      drivers/pinctrl/samsung/
7481
7482 PIN CONTROLLER - ST SPEAR
7483 M:      Viresh Kumar <viresh.linux@gmail.com>
7484 L:      spear-devel@list.st.com
7485 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7486 W:      http://www.st.com/spear
7487 S:      Maintained
7488 F:      drivers/pinctrl/spear/
7489
7490 PKTCDVD DRIVER
7491 M:      Jiri Kosina <jkosina@suse.cz>
7492 S:      Maintained
7493 F:      drivers/block/pktcdvd.c
7494 F:      include/linux/pktcdvd.h
7495 F:      include/uapi/linux/pktcdvd.h
7496
7497 PKUNITY SOC DRIVERS
7498 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7499 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7500 S:      Maintained
7501 T:      git git://github.com/gxt/linux.git
7502 F:      drivers/input/serio/i8042-unicore32io.h
7503 F:      drivers/i2c/busses/i2c-puv3.c
7504 F:      drivers/video/fbdev/fb-puv3.c
7505 F:      drivers/rtc/rtc-puv3.c
7506
7507 PMBUS HARDWARE MONITORING DRIVERS
7508 M:      Guenter Roeck <linux@roeck-us.net>
7509 L:      lm-sensors@lm-sensors.org
7510 W:      http://www.lm-sensors.org/
7511 W:      http://www.roeck-us.net/linux/drivers/
7512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7513 S:      Maintained
7514 F:      Documentation/hwmon/pmbus
7515 F:      drivers/hwmon/pmbus/
7516 F:      include/linux/i2c/pmbus.h
7517
7518 PMC SIERRA MaxRAID DRIVER
7519 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7520 L:      linux-scsi@vger.kernel.org
7521 W:      http://www.pmc-sierra.com/
7522 S:      Supported
7523 F:      drivers/scsi/pmcraid.*
7524
7525 PMC SIERRA PM8001 DRIVER
7526 M:      xjtuwjp@gmail.com
7527 M:      lindar_liu@usish.com
7528 L:      pmchba@pmcs.com
7529 L:      linux-scsi@vger.kernel.org
7530 S:      Supported
7531 F:      drivers/scsi/pm8001/
7532
7533 POSIX CLOCKS and TIMERS
7534 M:      Thomas Gleixner <tglx@linutronix.de>
7535 L:      linux-kernel@vger.kernel.org
7536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7537 S:      Maintained
7538 F:      fs/timerfd.c
7539 F:      include/linux/timer*
7540 F:      kernel/time/*timer*
7541
7542 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7543 M:      Sebastian Reichel <sre@kernel.org>
7544 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7545 M:      David Woodhouse <dwmw2@infradead.org>
7546 L:      linux-pm@vger.kernel.org
7547 T:      git git://git.infradead.org/battery-2.6.git
7548 S:      Maintained
7549 F:      include/linux/power_supply.h
7550 F:      drivers/power/
7551
7552 PNP SUPPORT
7553 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7554 S:      Maintained
7555 F:      drivers/pnp/
7556
7557 PNXxxxx I2C DRIVER
7558 M:      Vitaly Wool <vitalywool@gmail.com>
7559 L:      linux-i2c@vger.kernel.org
7560 S:      Maintained
7561 F:      drivers/i2c/busses/i2c-pnx.c
7562
7563 PPP PROTOCOL DRIVERS AND COMPRESSORS
7564 M:      Paul Mackerras <paulus@samba.org>
7565 L:      linux-ppp@vger.kernel.org
7566 S:      Maintained
7567 F:      drivers/net/ppp/ppp_*
7568
7569 PPP OVER ATM (RFC 2364)
7570 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7571 S:      Maintained
7572 F:      net/atm/pppoatm.c
7573 F:      include/uapi/linux/atmppp.h
7574
7575 PPP OVER ETHERNET
7576 M:      Michal Ostrowski <mostrows@earthlink.net>
7577 S:      Maintained
7578 F:      drivers/net/ppp/pppoe.c
7579 F:      drivers/net/ppp/pppox.c
7580
7581 PPP OVER L2TP
7582 M:      James Chapman <jchapman@katalix.com>
7583 S:      Maintained
7584 F:      net/l2tp/l2tp_ppp.c
7585 F:      include/linux/if_pppol2tp.h
7586 F:      include/uapi/linux/if_pppol2tp.h
7587
7588 PPS SUPPORT
7589 M:      Rodolfo Giometti <giometti@enneenne.com>
7590 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7591 L:      linuxpps@ml.enneenne.com (subscribers-only)
7592 S:      Maintained
7593 F:      Documentation/pps/
7594 F:      drivers/pps/
7595 F:      include/linux/pps*.h
7596
7597 PPTP DRIVER
7598 M:      Dmitry Kozlov <xeb@mail.ru>
7599 L:      netdev@vger.kernel.org
7600 S:      Maintained
7601 F:      drivers/net/ppp/pptp.c
7602 W:      http://sourceforge.net/projects/accel-pptp
7603
7604 PREEMPTIBLE KERNEL
7605 M:      Robert Love <rml@tech9.net>
7606 L:      kpreempt-tech@lists.sourceforge.net
7607 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7608 S:      Supported
7609 F:      Documentation/preempt-locking.txt
7610 F:      include/linux/preempt.h
7611
7612 PRISM54 WIRELESS DRIVER
7613 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7614 L:      linux-wireless@vger.kernel.org
7615 W:      http://wireless.kernel.org/en/users/Drivers/p54
7616 S:      Obsolete
7617 F:      drivers/net/wireless/prism54/
7618
7619 PS3 NETWORK SUPPORT
7620 M:      Geoff Levand <geoff@infradead.org>
7621 L:      netdev@vger.kernel.org
7622 L:      cbe-oss-dev@lists.ozlabs.org
7623 S:      Maintained
7624 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7625
7626 PS3 PLATFORM SUPPORT
7627 M:      Geoff Levand <geoff@infradead.org>
7628 L:      linuxppc-dev@lists.ozlabs.org
7629 L:      cbe-oss-dev@lists.ozlabs.org
7630 S:      Maintained
7631 F:      arch/powerpc/boot/ps3*
7632 F:      arch/powerpc/include/asm/lv1call.h
7633 F:      arch/powerpc/include/asm/ps3*.h
7634 F:      arch/powerpc/platforms/ps3/
7635 F:      drivers/*/ps3*
7636 F:      drivers/ps3/
7637 F:      drivers/rtc/rtc-ps3.c
7638 F:      drivers/usb/host/*ps3.c
7639 F:      sound/ppc/snd_ps3*
7640
7641 PS3VRAM DRIVER
7642 M:      Jim Paris <jim@jtan.com>
7643 L:      cbe-oss-dev@lists.ozlabs.org
7644 S:      Maintained
7645 F:      drivers/block/ps3vram.c
7646
7647 PSTORE FILESYSTEM
7648 M:      Anton Vorontsov <anton@enomsg.org>
7649 M:      Colin Cross <ccross@android.com>
7650 M:      Kees Cook <keescook@chromium.org>
7651 M:      Tony Luck <tony.luck@intel.com>
7652 S:      Maintained
7653 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7654 F:      fs/pstore/
7655 F:      include/linux/pstore*
7656 F:      drivers/firmware/efi/efi-pstore.c
7657 F:      drivers/acpi/apei/erst.c
7658
7659 PTP HARDWARE CLOCK SUPPORT
7660 M:      Richard Cochran <richardcochran@gmail.com>
7661 L:      netdev@vger.kernel.org
7662 S:      Maintained
7663 W:      http://linuxptp.sourceforge.net/
7664 F:      Documentation/ABI/testing/sysfs-ptp
7665 F:      Documentation/ptp/*
7666 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7667 F:      drivers/net/phy/dp83640*
7668 F:      drivers/ptp/*
7669 F:      include/linux/ptp_cl*
7670
7671 PTRACE SUPPORT
7672 M:      Roland McGrath <roland@hack.frob.com>
7673 M:      Oleg Nesterov <oleg@redhat.com>
7674 S:      Maintained
7675 F:      include/asm-generic/syscall.h
7676 F:      include/linux/ptrace.h
7677 F:      include/linux/regset.h
7678 F:      include/linux/tracehook.h
7679 F:      include/uapi/linux/ptrace.h
7680 F:      kernel/ptrace.c
7681
7682 PVRUSB2 VIDEO4LINUX DRIVER
7683 M:      Mike Isely <isely@pobox.com>
7684 L:      pvrusb2@isely.net       (subscribers-only)
7685 L:      linux-media@vger.kernel.org
7686 W:      http://www.isely.net/pvrusb2/
7687 T:      git git://linuxtv.org/media_tree.git
7688 S:      Maintained
7689 F:      Documentation/video4linux/README.pvrusb2
7690 F:      drivers/media/usb/pvrusb2/
7691
7692 PWC WEBCAM DRIVER
7693 M:      Hans de Goede <hdegoede@redhat.com>
7694 L:      linux-media@vger.kernel.org
7695 T:      git git://linuxtv.org/media_tree.git
7696 S:      Maintained
7697 F:      drivers/media/usb/pwc/*
7698
7699 PWM FAN DRIVER
7700 M:      Kamil Debski <k.debski@samsung.com>
7701 L:      lm-sensors@lm-sensors.org
7702 S:      Supported
7703 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7704 F:      Documentation/hwmon/pwm-fan
7705 F:      drivers/hwmon/pwm-fan.c
7706
7707 PWM SUBSYSTEM
7708 M:      Thierry Reding <thierry.reding@gmail.com>
7709 L:      linux-pwm@vger.kernel.org
7710 S:      Maintained
7711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7712 F:      Documentation/pwm.txt
7713 F:      Documentation/devicetree/bindings/pwm/
7714 F:      include/linux/pwm.h
7715 F:      drivers/pwm/
7716 F:      drivers/video/backlight/pwm_bl.c
7717 F:      include/linux/pwm_backlight.h
7718
7719 PXA2xx/PXA3xx SUPPORT
7720 M:      Daniel Mack <daniel@zonque.org>
7721 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7722 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7724 T:      git git://github.com/hzhuang1/linux.git
7725 T:      git git://github.com/rjarzmik/linux.git
7726 S:      Maintained
7727 F:      arch/arm/mach-pxa/
7728 F:      drivers/pcmcia/pxa2xx*
7729 F:      drivers/spi/spi-pxa2xx*
7730 F:      drivers/usb/gadget/udc/pxa2*
7731 F:      include/sound/pxa2xx-lib.h
7732 F:      sound/arm/pxa*
7733 F:      sound/soc/pxa/
7734
7735 PXA3xx NAND FLASH DRIVER
7736 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7737 L:      linux-mtd@lists.infradead.org
7738 S:      Maintained
7739 F:      drivers/mtd/nand/pxa3xx_nand.c
7740
7741 MMP SUPPORT
7742 M:      Eric Miao <eric.y.miao@gmail.com>
7743 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7744 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7745 T:      git git://github.com/hzhuang1/linux.git
7746 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7747 S:      Maintained
7748 F:      arch/arm/mach-mmp/
7749
7750 PXA MMCI DRIVER
7751 S:      Orphan
7752
7753 PXA RTC DRIVER
7754 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7755 L:      rtc-linux@googlegroups.com
7756 S:      Maintained
7757
7758 QAT DRIVER
7759 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7760 L:      qat-linux@intel.com
7761 S:      Supported
7762 F:      drivers/crypto/qat/
7763
7764 QIB DRIVER
7765 M:      Mike Marciniszyn <infinipath@intel.com>
7766 L:      linux-rdma@vger.kernel.org
7767 S:      Supported
7768 F:      drivers/infiniband/hw/qib/
7769
7770 QLOGIC QLA1280 SCSI DRIVER
7771 M:      Michael Reed <mdr@sgi.com>
7772 L:      linux-scsi@vger.kernel.org
7773 S:      Maintained
7774 F:      drivers/scsi/qla1280.[ch]
7775
7776 QLOGIC QLA2XXX FC-SCSI DRIVER
7777 M:      qla2xxx-upstream@qlogic.com
7778 L:      linux-scsi@vger.kernel.org
7779 S:      Supported
7780 F:      Documentation/scsi/LICENSE.qla2xxx
7781 F:      drivers/scsi/qla2xxx/
7782
7783 QLOGIC QLA4XXX iSCSI DRIVER
7784 M:      QLogic-Storage-Upstream@qlogic.com
7785 L:      linux-scsi@vger.kernel.org
7786 S:      Supported
7787 F:      Documentation/scsi/LICENSE.qla4xxx
7788 F:      drivers/scsi/qla4xxx/
7789
7790 QLOGIC QLA3XXX NETWORK DRIVER
7791 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7792 M:      Ron Mercer <ron.mercer@qlogic.com>
7793 M:      linux-driver@qlogic.com
7794 L:      netdev@vger.kernel.org
7795 S:      Supported
7796 F:      Documentation/networking/LICENSE.qla3xxx
7797 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7798
7799 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7800 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7801 M:      Dept-GELinuxNICDev@qlogic.com
7802 L:      netdev@vger.kernel.org
7803 S:      Supported
7804 F:      drivers/net/ethernet/qlogic/qlcnic/
7805
7806 QLOGIC QLGE 10Gb ETHERNET DRIVER
7807 M:      Harish Patil <harish.patil@qlogic.com>
7808 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7809 M:      Dept-GELinuxNICDev@qlogic.com
7810 M:      linux-driver@qlogic.com
7811 L:      netdev@vger.kernel.org
7812 S:      Supported
7813 F:      drivers/net/ethernet/qlogic/qlge/
7814
7815 QNX4 FILESYSTEM
7816 M:      Anders Larsen <al@alarsen.net>
7817 W:      http://www.alarsen.net/linux/qnx4fs/
7818 S:      Maintained
7819 F:      fs/qnx4/
7820 F:      include/uapi/linux/qnx4_fs.h
7821 F:      include/uapi/linux/qnxtypes.h
7822
7823 QT1010 MEDIA DRIVER
7824 M:      Antti Palosaari <crope@iki.fi>
7825 L:      linux-media@vger.kernel.org
7826 W:      http://linuxtv.org/
7827 W:      http://palosaari.fi/linux/
7828 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7829 T:      git git://linuxtv.org/anttip/media_tree.git
7830 S:      Maintained
7831 F:      drivers/media/tuners/qt1010*
7832
7833 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7834 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7835 L:      linux-wireless@vger.kernel.org
7836 L:      ath9k-devel@lists.ath9k.org
7837 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7838 S:      Supported
7839 F:      drivers/net/wireless/ath/ath9k/
7840
7841 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7842 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7843 L:      ath10k@lists.infradead.org
7844 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7845 T:      git git://github.com/kvalo/ath.git
7846 S:      Supported
7847 F:      drivers/net/wireless/ath/ath10k/
7848
7849 QUALCOMM HEXAGON ARCHITECTURE
7850 M:      Richard Kuo <rkuo@codeaurora.org>
7851 L:      linux-hexagon@vger.kernel.org
7852 S:      Supported
7853 F:      arch/hexagon/
7854
7855 QUALCOMM WCN36XX WIRELESS DRIVER
7856 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7857 L:      wcn36xx@lists.infradead.org
7858 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7859 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7860 S:      Supported
7861 F:      drivers/net/wireless/ath/wcn36xx/
7862
7863 QUICKCAM PARALLEL PORT WEBCAMS
7864 M:      Hans Verkuil <hverkuil@xs4all.nl>
7865 L:      linux-media@vger.kernel.org
7866 T:      git git://linuxtv.org/media_tree.git
7867 W:      http://linuxtv.org
7868 S:      Odd Fixes
7869 F:      drivers/media/parport/*-qcam*
7870
7871 RADOS BLOCK DEVICE (RBD)
7872 M:      Yehuda Sadeh <yehuda@inktank.com>
7873 M:      Sage Weil <sage@inktank.com>
7874 M:      Alex Elder <elder@kernel.org>
7875 M:      ceph-devel@vger.kernel.org
7876 W:      http://ceph.com/
7877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7878 S:      Supported
7879 F:      drivers/block/rbd.c
7880 F:      drivers/block/rbd_types.h
7881
7882 RADEON FRAMEBUFFER DISPLAY DRIVER
7883 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7884 L:      linux-fbdev@vger.kernel.org
7885 S:      Maintained
7886 F:      drivers/video/fbdev/aty/radeon*
7887 F:      include/uapi/linux/radeonfb.h
7888
7889 RADIOSHARK RADIO DRIVER
7890 M:      Hans de Goede <hdegoede@redhat.com>
7891 L:      linux-media@vger.kernel.org
7892 T:      git git://linuxtv.org/media_tree.git
7893 S:      Maintained
7894 F:      drivers/media/radio/radio-shark.c
7895
7896 RADIOSHARK2 RADIO DRIVER
7897 M:      Hans de Goede <hdegoede@redhat.com>
7898 L:      linux-media@vger.kernel.org
7899 T:      git git://linuxtv.org/media_tree.git
7900 S:      Maintained
7901 F:      drivers/media/radio/radio-shark2.c
7902 F:      drivers/media/radio/radio-tea5777.c
7903
7904 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7905 M:      Paul Mackerras <paulus@samba.org>
7906 L:      linux-fbdev@vger.kernel.org
7907 S:      Maintained
7908 F:      drivers/video/fbdev/aty/aty128fb.c
7909
7910 RALINK RT2X00 WIRELESS LAN DRIVER
7911 P:      rt2x00 project
7912 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7913 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7914 L:      linux-wireless@vger.kernel.org
7915 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7916 W:      http://rt2x00.serialmonkey.com/
7917 S:      Maintained
7918 F:      drivers/net/wireless/rt2x00/
7919
7920 RAMDISK RAM BLOCK DEVICE DRIVER
7921 M:      Nick Piggin <npiggin@kernel.dk>
7922 S:      Maintained
7923 F:      Documentation/blockdev/ramdisk.txt
7924 F:      drivers/block/brd.c
7925
7926 RANDOM NUMBER DRIVER
7927 M:      "Theodore Ts'o" <tytso@mit.edu>
7928 S:      Maintained
7929 F:      drivers/char/random.c
7930
7931 RAPIDIO SUBSYSTEM
7932 M:      Matt Porter <mporter@kernel.crashing.org>
7933 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7934 S:      Maintained
7935 F:      drivers/rapidio/
7936
7937 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7938 L:      linux-wireless@vger.kernel.org
7939 S:      Orphan
7940 F:      drivers/net/wireless/ray*
7941
7942 RCUTORTURE MODULE
7943 M:      Josh Triplett <josh@joshtriplett.org>
7944 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7945 L:      linux-kernel@vger.kernel.org
7946 S:      Supported
7947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7948 F:      Documentation/RCU/torture.txt
7949 F:      kernel/rcu/rcutorture.c
7950
7951 RCUTORTURE TEST FRAMEWORK
7952 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7953 M:      Josh Triplett <josh@joshtriplett.org>
7954 R:      Steven Rostedt <rostedt@goodmis.org>
7955 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7956 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7957 L:      linux-kernel@vger.kernel.org
7958 S:      Supported
7959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7960 F:      tools/testing/selftests/rcutorture
7961
7962 RDC R-321X SoC
7963 M:      Florian Fainelli <florian@openwrt.org>
7964 S:      Maintained
7965
7966 RDC R6040 FAST ETHERNET DRIVER
7967 M:      Florian Fainelli <florian@openwrt.org>
7968 L:      netdev@vger.kernel.org
7969 S:      Maintained
7970 F:      drivers/net/ethernet/rdc/r6040.c
7971
7972 RDS - RELIABLE DATAGRAM SOCKETS
7973 M:      Chien Yen <chien.yen@oracle.com>
7974 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7975 S:      Supported
7976 F:      net/rds/
7977
7978 READ-COPY UPDATE (RCU)
7979 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7980 M:      Josh Triplett <josh@joshtriplett.org>
7981 R:      Steven Rostedt <rostedt@goodmis.org>
7982 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7983 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7984 L:      linux-kernel@vger.kernel.org
7985 W:      http://www.rdrop.com/users/paulmck/RCU/
7986 S:      Supported
7987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7988 F:      Documentation/RCU/
7989 X:      Documentation/RCU/torture.txt
7990 F:      include/linux/rcu*
7991 X:      include/linux/srcu.h
7992 F:      kernel/rcu/
7993 X:      kernel/torture.c
7994
7995 REAL TIME CLOCK (RTC) SUBSYSTEM
7996 M:      Alessandro Zummo <a.zummo@towertech.it>
7997 L:      rtc-linux@googlegroups.com
7998 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7999 S:      Maintained
8000 F:      Documentation/rtc.txt
8001 F:      drivers/rtc/
8002 F:      include/linux/rtc.h
8003 F:      include/uapi/linux/rtc.h
8004
8005 REALTEK AUDIO CODECS
8006 M:      Bard Liao <bardliao@realtek.com>
8007 M:      Oder Chiou <oder_chiou@realtek.com>
8008 S:      Maintained
8009 F:      sound/soc/codecs/rt*
8010 F:      include/sound/rt*.h
8011
8012 REISERFS FILE SYSTEM
8013 L:      reiserfs-devel@vger.kernel.org
8014 S:      Supported
8015 F:      fs/reiserfs/
8016
8017 REGISTER MAP ABSTRACTION
8018 M:      Mark Brown <broonie@kernel.org>
8019 L:      linux-kernel@vger.kernel.org
8020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8021 S:      Supported
8022 F:      drivers/base/regmap/
8023 F:      include/linux/regmap.h
8024
8025 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8026 M:      Ohad Ben-Cohen <ohad@wizery.com>
8027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8028 S:      Maintained
8029 F:      drivers/remoteproc/
8030 F:      Documentation/remoteproc.txt
8031 F:      include/linux/remoteproc.h
8032
8033 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8034 M:      Ohad Ben-Cohen <ohad@wizery.com>
8035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8036 S:      Maintained
8037 F:      drivers/rpmsg/
8038 F:      Documentation/rpmsg.txt
8039 F:      include/linux/rpmsg.h
8040
8041 RESET CONTROLLER FRAMEWORK
8042 M:      Philipp Zabel <p.zabel@pengutronix.de>
8043 S:      Maintained
8044 F:      drivers/reset/
8045 F:      Documentation/devicetree/bindings/reset/
8046 F:      include/linux/reset.h
8047 F:      include/linux/reset-controller.h
8048
8049 RFKILL
8050 M:      Johannes Berg <johannes@sipsolutions.net>
8051 L:      linux-wireless@vger.kernel.org
8052 W:      http://wireless.kernel.org/
8053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8055 S:      Maintained
8056 F:      Documentation/rfkill.txt
8057 F:      net/rfkill/
8058
8059 RICOH SMARTMEDIA/XD DRIVER
8060 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8061 S:      Maintained
8062 F:      drivers/mtd/nand/r852.c
8063 F:      drivers/mtd/nand/r852.h
8064
8065 RICOH R5C592 MEMORYSTICK DRIVER
8066 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8067 S:      Maintained
8068 F:      drivers/memstick/host/r592.*
8069
8070 ROCCAT DRIVERS
8071 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8072 W:      http://sourceforge.net/projects/roccat/
8073 S:      Maintained
8074 F:      drivers/hid/hid-roccat*
8075 F:      include/linux/hid-roccat*
8076 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8077
8078 ROCKER DRIVER
8079 M:      Jiri Pirko <jiri@resnulli.us>
8080 M:      Scott Feldman <sfeldma@gmail.com>
8081 L:      netdev@vger.kernel.org
8082 S:      Supported
8083 F:      drivers/net/ethernet/rocker/
8084
8085 ROCKETPORT DRIVER
8086 P:      Comtrol Corp.
8087 W:      http://www.comtrol.com
8088 S:      Maintained
8089 F:      Documentation/serial/rocket.txt
8090 F:      drivers/tty/rocket*
8091
8092 ROCKETPORT EXPRESS/INFINITY DRIVER
8093 M:      Kevin Cernekee <cernekee@gmail.com>
8094 L:      linux-serial@vger.kernel.org
8095 S:      Odd Fixes
8096 F:      drivers/tty/serial/rp2.*
8097
8098 ROSE NETWORK LAYER
8099 M:      Ralf Baechle <ralf@linux-mips.org>
8100 L:      linux-hams@vger.kernel.org
8101 W:      http://www.linux-ax25.org/
8102 S:      Maintained
8103 F:      include/net/rose.h
8104 F:      include/uapi/linux/rose.h
8105 F:      net/rose/
8106
8107 RTL2830 MEDIA DRIVER
8108 M:      Antti Palosaari <crope@iki.fi>
8109 L:      linux-media@vger.kernel.org
8110 W:      http://linuxtv.org/
8111 W:      http://palosaari.fi/linux/
8112 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8113 T:      git git://linuxtv.org/anttip/media_tree.git
8114 S:      Maintained
8115 F:      drivers/media/dvb-frontends/rtl2830*
8116
8117 RTL2832 MEDIA DRIVER
8118 M:      Antti Palosaari <crope@iki.fi>
8119 L:      linux-media@vger.kernel.org
8120 W:      http://linuxtv.org/
8121 W:      http://palosaari.fi/linux/
8122 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8123 T:      git git://linuxtv.org/anttip/media_tree.git
8124 S:      Maintained
8125 F:      drivers/media/dvb-frontends/rtl2832*
8126
8127 RTL2832_SDR MEDIA DRIVER
8128 M:      Antti Palosaari <crope@iki.fi>
8129 L:      linux-media@vger.kernel.org
8130 W:      http://linuxtv.org/
8131 W:      http://palosaari.fi/linux/
8132 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8133 T:      git git://linuxtv.org/anttip/media_tree.git
8134 S:      Maintained
8135 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8136
8137 RTL8180 WIRELESS DRIVER
8138 L:      linux-wireless@vger.kernel.org
8139 W:      http://wireless.kernel.org/
8140 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8141 S:      Orphan
8142 F:      drivers/net/wireless/rtl818x/rtl8180/
8143
8144 RTL8187 WIRELESS DRIVER
8145 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8146 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8147 M:      Larry Finger <Larry.Finger@lwfinger.net>
8148 L:      linux-wireless@vger.kernel.org
8149 W:      http://wireless.kernel.org/
8150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8151 S:      Maintained
8152 F:      drivers/net/wireless/rtl818x/rtl8187/
8153
8154 RTL8192CE WIRELESS DRIVER
8155 M:      Larry Finger <Larry.Finger@lwfinger.net>
8156 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8157 L:      linux-wireless@vger.kernel.org
8158 W:      http://wireless.kernel.org/
8159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8160 S:      Maintained
8161 F:      drivers/net/wireless/rtlwifi/
8162 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8163
8164 S3 SAVAGE FRAMEBUFFER DRIVER
8165 M:      Antonino Daplas <adaplas@gmail.com>
8166 L:      linux-fbdev@vger.kernel.org
8167 S:      Maintained
8168 F:      drivers/video/fbdev/savage/
8169
8170 S390
8171 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8172 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8173 M:      linux390@de.ibm.com
8174 L:      linux-s390@vger.kernel.org
8175 W:      http://www.ibm.com/developerworks/linux/linux390/
8176 S:      Supported
8177 F:      arch/s390/
8178 F:      drivers/s390/
8179 F:      Documentation/s390/
8180 F:      Documentation/DocBook/s390*
8181
8182 S390 COMMON I/O LAYER
8183 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8184 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8185 L:      linux-s390@vger.kernel.org
8186 W:      http://www.ibm.com/developerworks/linux/linux390/
8187 S:      Supported
8188 F:      drivers/s390/cio/
8189
8190 S390 DASD DRIVER
8191 M:      Stefan Weinhuber <wein@de.ibm.com>
8192 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8193 L:      linux-s390@vger.kernel.org
8194 W:      http://www.ibm.com/developerworks/linux/linux390/
8195 S:      Supported
8196 F:      drivers/s390/block/dasd*
8197 F:      block/partitions/ibm.c
8198
8199 S390 NETWORK DRIVERS
8200 M:      Ursula Braun <ursula.braun@de.ibm.com>
8201 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8202 M:      linux390@de.ibm.com
8203 L:      linux-s390@vger.kernel.org
8204 W:      http://www.ibm.com/developerworks/linux/linux390/
8205 S:      Supported
8206 F:      drivers/s390/net/
8207
8208 S390 PCI SUBSYSTEM
8209 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8210 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8211 L:      linux-s390@vger.kernel.org
8212 W:      http://www.ibm.com/developerworks/linux/linux390/
8213 S:      Supported
8214 F:      arch/s390/pci/
8215 F:      drivers/pci/hotplug/s390_pci_hpc.c
8216
8217 S390 ZCRYPT DRIVER
8218 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8219 M:      linux390@de.ibm.com
8220 L:      linux-s390@vger.kernel.org
8221 W:      http://www.ibm.com/developerworks/linux/linux390/
8222 S:      Supported
8223 F:      drivers/s390/crypto/
8224
8225 S390 ZFCP DRIVER
8226 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8227 M:      linux390@de.ibm.com
8228 L:      linux-s390@vger.kernel.org
8229 W:      http://www.ibm.com/developerworks/linux/linux390/
8230 S:      Supported
8231 F:      drivers/s390/scsi/zfcp_*
8232
8233 S390 IUCV NETWORK LAYER
8234 M:      Ursula Braun <ursula.braun@de.ibm.com>
8235 M:      linux390@de.ibm.com
8236 L:      linux-s390@vger.kernel.org
8237 W:      http://www.ibm.com/developerworks/linux/linux390/
8238 S:      Supported
8239 F:      drivers/s390/net/*iucv*
8240 F:      include/net/iucv/
8241 F:      net/iucv/
8242
8243 S3C24XX SD/MMC Driver
8244 M:      Ben Dooks <ben-linux@fluff.org>
8245 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8246 S:      Supported
8247 F:      drivers/mmc/host/s3cmci.*
8248
8249 SAA6588 RDS RECEIVER DRIVER
8250 M:      Hans Verkuil <hverkuil@xs4all.nl>
8251 L:      linux-media@vger.kernel.org
8252 T:      git git://linuxtv.org/media_tree.git
8253 W:      http://linuxtv.org
8254 S:      Odd Fixes
8255 F:      drivers/media/i2c/saa6588*
8256
8257 SAA7134 VIDEO4LINUX DRIVER
8258 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8259 L:      linux-media@vger.kernel.org
8260 W:      http://linuxtv.org
8261 T:      git git://linuxtv.org/media_tree.git
8262 S:      Odd fixes
8263 F:      Documentation/video4linux/*.saa7134
8264 F:      drivers/media/pci/saa7134/
8265
8266 SAA7146 VIDEO4LINUX-2 DRIVER
8267 M:      Hans Verkuil <hverkuil@xs4all.nl>
8268 L:      linux-media@vger.kernel.org
8269 T:      git git://linuxtv.org/media_tree.git
8270 S:      Maintained
8271 F:      drivers/media/common/saa7146/
8272 F:      drivers/media/pci/saa7146/
8273 F:      include/media/saa7146*
8274
8275 SAMSUNG LAPTOP DRIVER
8276 M:      Corentin Chary <corentin.chary@gmail.com>
8277 L:      platform-driver-x86@vger.kernel.org
8278 S:      Maintained
8279 F:      drivers/platform/x86/samsung-laptop.c
8280
8281 SAMSUNG AUDIO (ASoC) DRIVERS
8282 M:      Sangbeom Kim <sbkim73@samsung.com>
8283 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8284 S:      Supported
8285 F:      sound/soc/samsung/
8286
8287 SAMSUNG FRAMEBUFFER DRIVER
8288 M:      Jingoo Han <jg1.han@samsung.com>
8289 L:      linux-fbdev@vger.kernel.org
8290 S:      Maintained
8291 F:      drivers/video/fbdev/s3c-fb.c
8292
8293 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8294 M:      Sangbeom Kim <sbkim73@samsung.com>
8295 L:      linux-kernel@vger.kernel.org
8296 S:      Supported
8297 F:      drivers/mfd/sec*.c
8298 F:      drivers/regulator/s2m*.c
8299 F:      drivers/regulator/s5m*.c
8300 F:      include/linux/mfd/samsung/
8301
8302 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8303 M:      Kyungmin Park <kyungmin.park@samsung.com>
8304 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8305 L:      linux-media@vger.kernel.org
8306 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8307 S:      Supported
8308 F:      drivers/media/platform/exynos4-is/
8309
8310 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8311 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8312 L:      linux-media@vger.kernel.org
8313 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8314 S:      Maintained
8315 F:      drivers/media/platform/s3c-camif/
8316 F:      include/media/s3c_camif.h
8317
8318 SAMSUNG S5C73M3 CAMERA DRIVER
8319 M:      Kyungmin Park <kyungmin.park@samsung.com>
8320 M:      Andrzej Hajda <a.hajda@samsung.com>
8321 L:      linux-media@vger.kernel.org
8322 S:      Supported
8323 F:      drivers/media/i2c/s5c73m3/*
8324
8325 SAMSUNG S5K5BAF CAMERA DRIVER
8326 M:      Kyungmin Park <kyungmin.park@samsung.com>
8327 M:      Andrzej Hajda <a.hajda@samsung.com>
8328 L:      linux-media@vger.kernel.org
8329 S:      Supported
8330 F:      drivers/media/i2c/s5k5baf.c
8331
8332 SAMSUNG SOC CLOCK DRIVERS
8333 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8334 M:      Tomasz Figa <tomasz.figa@gmail.com>
8335 S:      Supported
8336 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8337 F:      drivers/clk/samsung/
8338
8339 SAMSUNG SXGBE DRIVERS
8340 M:      Byungho An <bh74.an@samsung.com>
8341 M:      Girish K S <ks.giri@samsung.com>
8342 M:      Vipul Pandya <vipul.pandya@samsung.com>
8343 S:      Supported
8344 L:      netdev@vger.kernel.org
8345 F:      drivers/net/ethernet/samsung/sxgbe/
8346
8347 SAMSUNG USB2 PHY DRIVER
8348 M:      Kamil Debski <k.debski@samsung.com>
8349 L:      linux-kernel@vger.kernel.org
8350 S:      Supported
8351 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8352 F:      Documentation/phy/samsung-usb2.txt
8353 F:      drivers/phy/phy-exynos4210-usb2.c
8354 F:      drivers/phy/phy-exynos4x12-usb2.c
8355 F:      drivers/phy/phy-exynos5250-usb2.c
8356 F:      drivers/phy/phy-s5pv210-usb2.c
8357 F:      drivers/phy/phy-samsung-usb2.c
8358 F:      drivers/phy/phy-samsung-usb2.h
8359
8360 SERIAL DRIVERS
8361 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8362 L:      linux-serial@vger.kernel.org
8363 S:      Maintained
8364 F:      drivers/tty/serial/
8365
8366 SYNOPSYS DESIGNWARE DMAC DRIVER
8367 M:      Viresh Kumar <viresh.linux@gmail.com>
8368 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8369 S:      Maintained
8370 F:      include/linux/platform_data/dma-dw.h
8371 F:      drivers/dma/dw/
8372
8373 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8374 M:      Seungwon Jeon <tgih.jun@samsung.com>
8375 M:      Jaehoon Chung <jh80.chung@samsung.com>
8376 L:      linux-mmc@vger.kernel.org
8377 S:      Maintained
8378 F:      include/linux/mmc/dw_mmc.h
8379 F:      drivers/mmc/host/dw_mmc*
8380
8381 THUNDERBOLT DRIVER
8382 M:      Andreas Noever <andreas.noever@gmail.com>
8383 S:      Maintained
8384 F:      drivers/thunderbolt/
8385
8386 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8387 M:      John Stultz <john.stultz@linaro.org>
8388 M:      Thomas Gleixner <tglx@linutronix.de>
8389 L:      linux-kernel@vger.kernel.org
8390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8391 S:      Supported
8392 F:      include/linux/clocksource.h
8393 F:      include/linux/time.h
8394 F:      include/linux/timex.h
8395 F:      include/uapi/linux/time.h
8396 F:      include/uapi/linux/timex.h
8397 F:      kernel/time/clocksource.c
8398 F:      kernel/time/time*.c
8399 F:      kernel/time/ntp.c
8400
8401 TLG2300 VIDEO4LINUX-2 DRIVER
8402 M:      Huang Shijie <shijie8@gmail.com>
8403 M:      Hans Verkuil <hverkuil@xs4all.nl>
8404 S:      Odd Fixes
8405 F:      drivers/media/usb/tlg2300/
8406
8407 SC1200 WDT DRIVER
8408 M:      Zwane Mwaikambo <zwanem@gmail.com>
8409 S:      Maintained
8410 F:      drivers/watchdog/sc1200wdt.c
8411
8412 SCHEDULER
8413 M:      Ingo Molnar <mingo@redhat.com>
8414 M:      Peter Zijlstra <peterz@infradead.org>
8415 L:      linux-kernel@vger.kernel.org
8416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8417 S:      Maintained
8418 F:      kernel/sched/
8419 F:      include/linux/sched.h
8420 F:      include/uapi/linux/sched.h
8421 F:      include/linux/wait.h
8422
8423 SCORE ARCHITECTURE
8424 M:      Chen Liqin <liqin.linux@gmail.com>
8425 M:      Lennox Wu <lennox.wu@gmail.com>
8426 W:      http://www.sunplus.com
8427 S:      Supported
8428 F:      arch/score/
8429
8430 SCSI CDROM DRIVER
8431 M:      Jens Axboe <axboe@kernel.dk>
8432 L:      linux-scsi@vger.kernel.org
8433 W:      http://www.kernel.dk
8434 S:      Maintained
8435 F:      drivers/scsi/sr*
8436
8437 SCSI RDMA PROTOCOL (SRP) INITIATOR
8438 M:      Bart Van Assche <bvanassche@acm.org>
8439 L:      linux-rdma@vger.kernel.org
8440 S:      Supported
8441 W:      http://www.openfabrics.org
8442 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8444 F:      drivers/infiniband/ulp/srp/
8445 F:      include/scsi/srp.h
8446
8447 SCSI SG DRIVER
8448 M:      Doug Gilbert <dgilbert@interlog.com>
8449 L:      linux-scsi@vger.kernel.org
8450 W:      http://sg.danny.cz/sg
8451 S:      Maintained
8452 F:      Documentation/scsi/scsi-generic.txt
8453 F:      drivers/scsi/sg.c
8454 F:      include/scsi/sg.h
8455
8456 SCSI SUBSYSTEM
8457 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8458 L:      linux-scsi@vger.kernel.org
8459 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8462 S:      Maintained
8463 F:      drivers/scsi/
8464 F:      include/scsi/
8465
8466 SCSI TAPE DRIVER
8467 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8468 L:      linux-scsi@vger.kernel.org
8469 S:      Maintained
8470 F:      Documentation/scsi/st.txt
8471 F:      drivers/scsi/st.*
8472 F:      drivers/scsi/st_*.h
8473
8474 SCTP PROTOCOL
8475 M:      Vlad Yasevich <vyasevich@gmail.com>
8476 M:      Neil Horman <nhorman@tuxdriver.com>
8477 L:      linux-sctp@vger.kernel.org
8478 W:      http://lksctp.sourceforge.net
8479 S:      Maintained
8480 F:      Documentation/networking/sctp.txt
8481 F:      include/linux/sctp.h
8482 F:      include/uapi/linux/sctp.h
8483 F:      include/net/sctp/
8484 F:      net/sctp/
8485
8486 SCx200 CPU SUPPORT
8487 M:      Jim Cromie <jim.cromie@gmail.com>
8488 S:      Odd Fixes
8489 F:      Documentation/i2c/busses/scx200_acb
8490 F:      arch/x86/platform/scx200/
8491 F:      drivers/watchdog/scx200_wdt.c
8492 F:      drivers/i2c/busses/scx200*
8493 F:      drivers/mtd/maps/scx200_docflash.c
8494 F:      include/linux/scx200.h
8495
8496 SCx200 GPIO DRIVER
8497 M:      Jim Cromie <jim.cromie@gmail.com>
8498 S:      Maintained
8499 F:      drivers/char/scx200_gpio.c
8500 F:      include/linux/scx200_gpio.h
8501
8502 SCx200 HRT CLOCKSOURCE DRIVER
8503 M:      Jim Cromie <jim.cromie@gmail.com>
8504 S:      Maintained
8505 F:      drivers/clocksource/scx200_hrt.c
8506
8507 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8508 M:      Sascha Sommer <saschasommer@freenet.de>
8509 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8510 S:      Maintained
8511 F:      drivers/mmc/host/sdricoh_cs.c
8512
8513 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8514 M:      Chris Ball <chris@printf.net>
8515 L:      linux-mmc@vger.kernel.org
8516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8517 S:      Maintained
8518 F:      drivers/mmc/host/sdhci.*
8519 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8520
8521 SECURE COMPUTING
8522 M:      Kees Cook <keescook@chromium.org>
8523 R:      Andy Lutomirski <luto@amacapital.net>
8524 R:      Will Drewry <wad@chromium.org>
8525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8526 S:      Supported
8527 F:      kernel/seccomp.c
8528 F:      include/uapi/linux/seccomp.h
8529 F:      include/linux/seccomp.h
8530 K:      \bsecure_computing
8531 K:      \bTIF_SECCOMP\b
8532
8533 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8534 M:      Anton Vorontsov <anton@enomsg.org>
8535 L:      linuxppc-dev@lists.ozlabs.org
8536 L:      linux-mmc@vger.kernel.org
8537 S:      Maintained
8538 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8539
8540 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8541 M:      Ben Dooks <ben-linux@fluff.org>
8542 L:      linux-mmc@vger.kernel.org
8543 S:      Maintained
8544 F:      drivers/mmc/host/sdhci-s3c.c
8545
8546 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8547 M:      Viresh Kumar <viresh.linux@gmail.com>
8548 L:      spear-devel@list.st.com
8549 L:      linux-mmc@vger.kernel.org
8550 S:      Maintained
8551 F:      drivers/mmc/host/sdhci-spear.c
8552
8553 SECURITY SUBSYSTEM
8554 M:      James Morris <james.l.morris@oracle.com>
8555 M:      Serge E. Hallyn <serge@hallyn.com>
8556 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8558 W:      http://kernsec.org/
8559 S:      Supported
8560 F:      security/
8561
8562 SECURITY CONTACT
8563 M:      Security Officers <security@kernel.org>
8564 S:      Supported
8565
8566 SELINUX SECURITY MODULE
8567 M:      Paul Moore <paul@paul-moore.com>
8568 M:      Stephen Smalley <sds@tycho.nsa.gov>
8569 M:      Eric Paris <eparis@parisplace.org>
8570 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8571 W:      http://selinuxproject.org
8572 T:      git git://git.infradead.org/users/pcmoore/selinux
8573 S:      Supported
8574 F:      include/linux/selinux*
8575 F:      security/selinux/
8576 F:      scripts/selinux/
8577
8578 APPARMOR SECURITY MODULE
8579 M:      John Johansen <john.johansen@canonical.com>
8580 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8581 W:      apparmor.wiki.kernel.org
8582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8583 S:      Supported
8584 F:      security/apparmor/
8585
8586 SENSABLE PHANTOM
8587 M:      Jiri Slaby <jirislaby@gmail.com>
8588 S:      Maintained
8589 F:      drivers/misc/phantom.c
8590 F:      include/uapi/linux/phantom.h
8591
8592 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8593 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8594 L:      linux-scsi@vger.kernel.org
8595 W:      http://www.emulex.com
8596 S:      Supported
8597 F:      drivers/scsi/be2iscsi/
8598
8599 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8600 M:      Sathya Perla <sathya.perla@emulex.com>
8601 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8602 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8603 L:      netdev@vger.kernel.org
8604 W:      http://www.emulex.com
8605 S:      Supported
8606 F:      drivers/net/ethernet/emulex/benet/
8607
8608 SFC NETWORK DRIVER
8609 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8610 M:      Shradha Shah <sshah@solarflare.com>
8611 L:      netdev@vger.kernel.org
8612 S:      Supported
8613 F:      drivers/net/ethernet/sfc/
8614
8615 SGI GRU DRIVER
8616 M:      Dimitri Sivanich <sivanich@sgi.com>
8617 S:      Maintained
8618 F:      drivers/misc/sgi-gru/
8619
8620 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8621 M:      Pat Gefre <pfg@sgi.com>
8622 L:      linux-ia64@vger.kernel.org
8623 S:      Supported
8624 F:      Documentation/ia64/serial.txt
8625 F:      drivers/tty/serial/ioc?_serial.c
8626 F:      include/linux/ioc?.h
8627
8628 SGI XP/XPC/XPNET DRIVER
8629 M:      Cliff Whickman <cpw@sgi.com>
8630 M:      Robin Holt <robinmholt@gmail.com>
8631 S:      Maintained
8632 F:      drivers/misc/sgi-xp/
8633
8634 SI2157 MEDIA DRIVER
8635 M:      Antti Palosaari <crope@iki.fi>
8636 L:      linux-media@vger.kernel.org
8637 W:      http://linuxtv.org/
8638 W:      http://palosaari.fi/linux/
8639 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8640 T:      git git://linuxtv.org/anttip/media_tree.git
8641 S:      Maintained
8642 F:      drivers/media/tuners/si2157*
8643
8644 SI2168 MEDIA DRIVER
8645 M:      Antti Palosaari <crope@iki.fi>
8646 L:      linux-media@vger.kernel.org
8647 W:      http://linuxtv.org/
8648 W:      http://palosaari.fi/linux/
8649 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8650 T:      git git://linuxtv.org/anttip/media_tree.git
8651 S:      Maintained
8652 F:      drivers/media/dvb-frontends/si2168*
8653
8654 SI470X FM RADIO RECEIVER I2C DRIVER
8655 M:      Hans Verkuil <hverkuil@xs4all.nl>
8656 L:      linux-media@vger.kernel.org
8657 T:      git git://linuxtv.org/media_tree.git
8658 W:      http://linuxtv.org
8659 S:      Odd Fixes
8660 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8661
8662 SI470X FM RADIO RECEIVER USB DRIVER
8663 M:      Hans Verkuil <hverkuil@xs4all.nl>
8664 L:      linux-media@vger.kernel.org
8665 T:      git git://linuxtv.org/media_tree.git
8666 W:      http://linuxtv.org
8667 S:      Maintained
8668 F:      drivers/media/radio/si470x/radio-si470x-common.c
8669 F:      drivers/media/radio/si470x/radio-si470x.h
8670 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8671
8672 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8673 M:      Eduardo Valentin <edubezval@gmail.com>
8674 L:      linux-media@vger.kernel.org
8675 T:      git git://linuxtv.org/media_tree.git
8676 W:      http://linuxtv.org
8677 S:      Odd Fixes
8678 F:      drivers/media/radio/si4713/si4713.?
8679
8680 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8681 M:      Eduardo Valentin <edubezval@gmail.com>
8682 L:      linux-media@vger.kernel.org
8683 T:      git git://linuxtv.org/media_tree.git
8684 W:      http://linuxtv.org
8685 S:      Odd Fixes
8686 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8687
8688 SI4713 FM RADIO TRANSMITTER USB DRIVER
8689 M:      Hans Verkuil <hverkuil@xs4all.nl>
8690 L:      linux-media@vger.kernel.org
8691 T:      git git://linuxtv.org/media_tree.git
8692 W:      http://linuxtv.org
8693 S:      Maintained
8694 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8695
8696 SIANO DVB DRIVER
8697 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8698 L:      linux-media@vger.kernel.org
8699 W:      http://linuxtv.org
8700 T:      git git://linuxtv.org/media_tree.git
8701 S:      Odd fixes
8702 F:      drivers/media/common/siano/
8703 F:      drivers/media/usb/siano/
8704 F:      drivers/media/usb/siano/
8705 F:      drivers/media/mmc/siano/
8706
8707 SIMPLEFB FB DRIVER
8708 M:      Hans de Goede <hdegoede@redhat.com>
8709 L:      linux-fbdev@vger.kernel.org
8710 S:      Maintained
8711 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8712 F:      drivers/video/fbdev/simplefb.c
8713 F:      include/linux/platform_data/simplefb.h
8714
8715 SH_VEU V4L2 MEM2MEM DRIVER
8716 L:      linux-media@vger.kernel.org
8717 S:      Orphan
8718 F:      drivers/media/platform/sh_veu.c
8719
8720 SH_VOU V4L2 OUTPUT DRIVER
8721 L:      linux-media@vger.kernel.org
8722 S:      Orphan
8723 F:      drivers/media/platform/sh_vou.c
8724 F:      include/media/sh_vou.h
8725
8726 SIMPLE FIRMWARE INTERFACE (SFI)
8727 M:      Len Brown <lenb@kernel.org>
8728 L:      sfi-devel@simplefirmware.org
8729 W:      http://simplefirmware.org/
8730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8731 S:      Supported
8732 F:      arch/x86/platform/sfi/
8733 F:      drivers/sfi/
8734 F:      include/linux/sfi*.h
8735
8736 SIMTEC EB110ATX (Chalice CATS)
8737 P:      Ben Dooks
8738 P:      Vincent Sanders <vince@simtec.co.uk>
8739 M:      Simtec Linux Team <linux@simtec.co.uk>
8740 W:      http://www.simtec.co.uk/products/EB110ATX/
8741 S:      Supported
8742
8743 SIMTEC EB2410ITX (BAST)
8744 P:      Ben Dooks
8745 P:      Vincent Sanders <vince@simtec.co.uk>
8746 M:      Simtec Linux Team <linux@simtec.co.uk>
8747 W:      http://www.simtec.co.uk/products/EB2410ITX/
8748 S:      Supported
8749 F:      arch/arm/mach-s3c24xx/mach-bast.c
8750 F:      arch/arm/mach-s3c24xx/bast-ide.c
8751 F:      arch/arm/mach-s3c24xx/bast-irq.c
8752
8753 TI DAVINCI MACHINE SUPPORT
8754 M:      Sekhar Nori <nsekhar@ti.com>
8755 M:      Kevin Hilman <khilman@deeprootsystems.com>
8756 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8757 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8758 S:      Supported
8759 F:      arch/arm/mach-davinci/
8760 F:      drivers/i2c/busses/i2c-davinci.c
8761
8762 TI DAVINCI SERIES MEDIA DRIVER
8763 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8764 L:      linux-media@vger.kernel.org
8765 W:      http://linuxtv.org/
8766 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8767 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8768 S:      Maintained
8769 F:      drivers/media/platform/davinci/
8770 F:      include/media/davinci/
8771
8772 SIS 190 ETHERNET DRIVER
8773 M:      Francois Romieu <romieu@fr.zoreil.com>
8774 L:      netdev@vger.kernel.org
8775 S:      Maintained
8776 F:      drivers/net/ethernet/sis/sis190.c
8777
8778 SIS 900/7016 FAST ETHERNET DRIVER
8779 M:      Daniele Venzano <venza@brownhat.org>
8780 W:      http://www.brownhat.org/sis900.html
8781 L:      netdev@vger.kernel.org
8782 S:      Maintained
8783 F:      drivers/net/ethernet/sis/sis900.*
8784
8785 SIS FRAMEBUFFER DRIVER
8786 M:      Thomas Winischhofer <thomas@winischhofer.net>
8787 W:      http://www.winischhofer.net/linuxsisvga.shtml
8788 S:      Maintained
8789 F:      Documentation/fb/sisfb.txt
8790 F:      drivers/video/fbdev/sis/
8791 F:      include/video/sisfb.h
8792
8793 SIS USB2VGA DRIVER
8794 M:      Thomas Winischhofer <thomas@winischhofer.net>
8795 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8796 S:      Maintained
8797 F:      drivers/usb/misc/sisusbvga/
8798
8799 SLAB ALLOCATOR
8800 M:      Christoph Lameter <cl@linux.com>
8801 M:      Pekka Enberg <penberg@kernel.org>
8802 M:      David Rientjes <rientjes@google.com>
8803 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8804 M:      Andrew Morton <akpm@linux-foundation.org>
8805 L:      linux-mm@kvack.org
8806 S:      Maintained
8807 F:      include/linux/sl?b*.h
8808 F:      mm/sl?b*
8809
8810 SLEEPABLE READ-COPY UPDATE (SRCU)
8811 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8812 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8813 M:      Josh Triplett <josh@joshtriplett.org>
8814 R:      Steven Rostedt <rostedt@goodmis.org>
8815 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8816 L:      linux-kernel@vger.kernel.org
8817 W:      http://www.rdrop.com/users/paulmck/RCU/
8818 S:      Supported
8819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8820 F:      include/linux/srcu.h
8821 F:      kernel/rcu/srcu.c
8822
8823 SMACK SECURITY MODULE
8824 M:      Casey Schaufler <casey@schaufler-ca.com>
8825 L:      linux-security-module@vger.kernel.org
8826 W:      http://schaufler-ca.com
8827 T:      git git://git.gitorious.org/smack-next/kernel.git
8828 S:      Maintained
8829 F:      Documentation/security/Smack.txt
8830 F:      security/smack/
8831
8832 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8833 M:      Kevin Hilman <khilman@kernel.org>
8834 M:      Nishanth Menon <nm@ti.com>
8835 S:      Maintained
8836 F:      drivers/power/avs/
8837 F:      include/linux/power/smartreflex.h
8838 L:      linux-pm@vger.kernel.org
8839
8840 SMC91x ETHERNET DRIVER
8841 M:      Nicolas Pitre <nico@fluxnic.net>
8842 S:      Odd Fixes
8843 F:      drivers/net/ethernet/smsc/smc91x.*
8844
8845 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8846 M:      Sakari Ailus <sakari.ailus@iki.fi>
8847 L:      linux-media@vger.kernel.org
8848 S:      Maintained
8849 F:      drivers/media/i2c/smiapp/
8850 F:      include/media/smiapp.h
8851 F:      drivers/media/i2c/smiapp-pll.c
8852 F:      drivers/media/i2c/smiapp-pll.h
8853
8854 SMM665 HARDWARE MONITOR DRIVER
8855 M:      Guenter Roeck <linux@roeck-us.net>
8856 L:      lm-sensors@lm-sensors.org
8857 S:      Maintained
8858 F:      Documentation/hwmon/smm665
8859 F:      drivers/hwmon/smm665.c
8860
8861 SMSC EMC2103 HARDWARE MONITOR DRIVER
8862 M:      Steve Glendinning <steve.glendinning@shawell.net>
8863 L:      lm-sensors@lm-sensors.org
8864 S:      Maintained
8865 F:      Documentation/hwmon/emc2103
8866 F:      drivers/hwmon/emc2103.c
8867
8868 SMSC SCH5627 HARDWARE MONITOR DRIVER
8869 M:      Hans de Goede <hdegoede@redhat.com>
8870 L:      lm-sensors@lm-sensors.org
8871 S:      Supported
8872 F:      Documentation/hwmon/sch5627
8873 F:      drivers/hwmon/sch5627.c
8874
8875 SMSC47B397 HARDWARE MONITOR DRIVER
8876 M:      Jean Delvare <jdelvare@suse.de>
8877 L:      lm-sensors@lm-sensors.org
8878 S:      Maintained
8879 F:      Documentation/hwmon/smsc47b397
8880 F:      drivers/hwmon/smsc47b397.c
8881
8882 SMSC911x ETHERNET DRIVER
8883 M:      Steve Glendinning <steve.glendinning@shawell.net>
8884 L:      netdev@vger.kernel.org
8885 S:      Maintained
8886 F:      include/linux/smsc911x.h
8887 F:      drivers/net/ethernet/smsc/smsc911x.*
8888
8889 SMSC9420 PCI ETHERNET DRIVER
8890 M:      Steve Glendinning <steve.glendinning@shawell.net>
8891 L:      netdev@vger.kernel.org
8892 S:      Maintained
8893 F:      drivers/net/ethernet/smsc/smsc9420.*
8894
8895 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8896 M:      Steve Glendinning <steve.glendinning@shawell.net>
8897 L:      linux-fbdev@vger.kernel.org
8898 S:      Maintained
8899 F:      drivers/video/fbdev/smscufx.c
8900
8901 SOC-CAMERA V4L2 SUBSYSTEM
8902 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8903 L:      linux-media@vger.kernel.org
8904 T:      git git://linuxtv.org/media_tree.git
8905 S:      Maintained
8906 F:      include/media/soc*
8907 F:      drivers/media/i2c/soc_camera/
8908 F:      drivers/media/platform/soc_camera/
8909
8910 SOEKRIS NET48XX LED SUPPORT
8911 M:      Chris Boot <bootc@bootc.net>
8912 S:      Maintained
8913 F:      drivers/leds/leds-net48xx.c
8914
8915 SOFTLOGIC 6x10 MPEG CODEC
8916 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8917 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8918 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
8919 L:      linux-media@vger.kernel.org
8920 S:      Supported
8921 F:      drivers/media/pci/solo6x10/
8922
8923 SOFTWARE RAID (Multiple Disks) SUPPORT
8924 M:      Neil Brown <neilb@suse.de>
8925 L:      linux-raid@vger.kernel.org
8926 S:      Supported
8927 F:      drivers/md/
8928 F:      include/linux/raid/
8929 F:      include/uapi/linux/raid/
8930
8931 SONIC NETWORK DRIVER
8932 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8933 L:      netdev@vger.kernel.org
8934 S:      Maintained
8935 F:      drivers/net/ethernet/natsemi/sonic.*
8936
8937 SONICS SILICON BACKPLANE DRIVER (SSB)
8938 M:      Michael Buesch <m@bues.ch>
8939 L:      netdev@vger.kernel.org
8940 S:      Maintained
8941 F:      drivers/ssb/
8942 F:      include/linux/ssb/
8943
8944 SONY VAIO CONTROL DEVICE DRIVER
8945 M:      Mattia Dongili <malattia@linux.it>
8946 L:      platform-driver-x86@vger.kernel.org
8947 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8948 S:      Maintained
8949 F:      Documentation/laptops/sony-laptop.txt
8950 F:      drivers/char/sonypi.c
8951 F:      drivers/platform/x86/sony-laptop.c
8952 F:      include/linux/sony-laptop.h
8953
8954 SONY MEMORYSTICK CARD SUPPORT
8955 M:      Alex Dubov <oakad@yahoo.com>
8956 W:      http://tifmxx.berlios.de/
8957 S:      Maintained
8958 F:      drivers/memstick/host/tifm_ms.c
8959
8960 SONY MEMORYSTICK STANDARD SUPPORT
8961 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8962 S:      Maintained
8963 F:      drivers/memstick/core/ms_block.*
8964
8965 SOUND
8966 M:      Jaroslav Kysela <perex@perex.cz>
8967 M:      Takashi Iwai <tiwai@suse.de>
8968 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8969 W:      http://www.alsa-project.org/
8970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8971 T:      git git://git.alsa-project.org/alsa-kernel.git
8972 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
8973 S:      Maintained
8974 F:      Documentation/sound/
8975 F:      include/sound/
8976 F:      include/uapi/sound/
8977 F:      sound/
8978
8979 SOUND - COMPRESSED AUDIO
8980 M:      Vinod Koul <vinod.koul@intel.com>
8981 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8983 S:      Supported
8984 F:      Documentation/sound/alsa/compress_offload.txt
8985 F:      include/sound/compress_driver.h
8986 F:      include/uapi/sound/compress_*
8987 F:      sound/core/compress_offload.c
8988 F:      sound/soc/soc-compress.c
8989
8990 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8991 M:      Liam Girdwood <lgirdwood@gmail.com>
8992 M:      Mark Brown <broonie@kernel.org>
8993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8994 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8995 W:      http://alsa-project.org/main/index.php/ASoC
8996 S:      Supported
8997 F:      Documentation/sound/alsa/soc/
8998 F:      sound/soc/
8999 F:      include/sound/soc*
9000
9001 SOUND - DMAENGINE HELPERS
9002 M:      Lars-Peter Clausen <lars@metafoo.de>
9003 S:      Supported
9004 F:      include/sound/dmaengine_pcm.h
9005 F:      sound/core/pcm_dmaengine.c
9006 F:      sound/soc/soc-generic-dmaengine-pcm.c
9007
9008 SP2 MEDIA DRIVER
9009 M:      Olli Salonen <olli.salonen@iki.fi>
9010 L:      linux-media@vger.kernel.org
9011 W:      http://linuxtv.org/
9012 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9013 S:      Maintained
9014 F:      drivers/media/dvb-frontends/sp2*
9015
9016 SPARC + UltraSPARC (sparc/sparc64)
9017 M:      "David S. Miller" <davem@davemloft.net>
9018 L:      sparclinux@vger.kernel.org
9019 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9022 S:      Maintained
9023 F:      arch/sparc/
9024 F:      drivers/sbus/
9025
9026 SPARC SERIAL DRIVERS
9027 M:      "David S. Miller" <davem@davemloft.net>
9028 L:      sparclinux@vger.kernel.org
9029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9031 S:      Maintained
9032 F:      include/linux/sunserialcore.h
9033 F:      drivers/tty/serial/suncore.c
9034 F:      drivers/tty/serial/sunhv.c
9035 F:      drivers/tty/serial/sunsab.c
9036 F:      drivers/tty/serial/sunsab.h
9037 F:      drivers/tty/serial/sunsu.c
9038 F:      drivers/tty/serial/sunzilog.c
9039 F:      drivers/tty/serial/sunzilog.h
9040
9041 SPARSE CHECKER
9042 M:      "Christopher Li" <sparse@chrisli.org>
9043 L:      linux-sparse@vger.kernel.org
9044 W:      https://sparse.wiki.kernel.org/
9045 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9046 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9047 S:      Maintained
9048 F:      include/linux/compiler.h
9049
9050 SPEAR PLATFORM SUPPORT
9051 M:      Viresh Kumar <viresh.linux@gmail.com>
9052 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9053 L:      spear-devel@list.st.com
9054 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9055 W:      http://www.st.com/spear
9056 S:      Maintained
9057 F:      arch/arm/mach-spear/
9058
9059 SPEAR CLOCK FRAMEWORK SUPPORT
9060 M:      Viresh Kumar <viresh.linux@gmail.com>
9061 L:      spear-devel@list.st.com
9062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9063 W:      http://www.st.com/spear
9064 S:      Maintained
9065 F:      drivers/clk/spear/
9066
9067 SPI SUBSYSTEM
9068 M:      Mark Brown <broonie@kernel.org>
9069 L:      linux-spi@vger.kernel.org
9070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9071 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9072 S:      Maintained
9073 F:      Documentation/spi/
9074 F:      drivers/spi/
9075 F:      include/linux/spi/
9076 F:      include/uapi/linux/spi/
9077
9078 SPIDERNET NETWORK DRIVER for CELL
9079 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9080 M:      Jens Osterkamp <jens@de.ibm.com>
9081 L:      netdev@vger.kernel.org
9082 S:      Supported
9083 F:      Documentation/networking/spider_net.txt
9084 F:      drivers/net/ethernet/toshiba/spider_net*
9085
9086 SPU FILE SYSTEM
9087 M:      Jeremy Kerr <jk@ozlabs.org>
9088 L:      linuxppc-dev@lists.ozlabs.org
9089 L:      cbe-oss-dev@lists.ozlabs.org
9090 W:      http://www.ibm.com/developerworks/power/cell/
9091 S:      Supported
9092 F:      Documentation/filesystems/spufs.txt
9093 F:      arch/powerpc/platforms/cell/spufs/
9094
9095 SQUASHFS FILE SYSTEM
9096 M:      Phillip Lougher <phillip@squashfs.org.uk>
9097 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9098 W:      http://squashfs.org.uk
9099 S:      Maintained
9100 F:      Documentation/filesystems/squashfs.txt
9101 F:      fs/squashfs/
9102
9103 SRM (Alpha) environment access
9104 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9105 S:      Maintained
9106 F:      arch/alpha/kernel/srm_env.c
9107
9108 STABLE BRANCH
9109 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9110 L:      stable@vger.kernel.org
9111 S:      Supported
9112 F:      Documentation/stable_kernel_rules.txt
9113
9114 STAGING SUBSYSTEM
9115 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9117 L:      devel@driverdev.osuosl.org
9118 S:      Supported
9119 F:      drivers/staging/
9120
9121 STAGING - COMEDI
9122 M:      Ian Abbott <abbotti@mev.co.uk>
9123 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9124 S:      Odd Fixes
9125 F:      drivers/staging/comedi/
9126
9127 STAGING - FLARION FT1000 DRIVERS
9128 M:      Marek Belisko <marek.belisko@gmail.com>
9129 S:      Odd Fixes
9130 F:      drivers/staging/ft1000/
9131
9132 STAGING - INDUSTRIAL IO
9133 M:      Jonathan Cameron <jic23@kernel.org>
9134 L:      linux-iio@vger.kernel.org
9135 S:      Odd Fixes
9136 F:      drivers/staging/iio/
9137
9138 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9139 M:      Jarod Wilson <jarod@wilsonet.com>
9140 W:      http://www.lirc.org/
9141 S:      Odd Fixes
9142 F:      drivers/staging/media/lirc/
9143
9144 STAGING - LUSTRE PARALLEL FILESYSTEM
9145 M:      Oleg Drokin <oleg.drokin@intel.com>
9146 M:      Andreas Dilger <andreas.dilger@intel.com>
9147 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9148 W:      http://lustre.opensfs.org/
9149 S:      Maintained
9150 F:      drivers/staging/lustre
9151
9152 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9153 M:      Julian Andres Klode <jak@jak-linux.org>
9154 M:      Marc Dietrich <marvin24@gmx.de>
9155 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9156 L:      linux-tegra@vger.kernel.org
9157 S:      Maintained
9158 F:      drivers/staging/nvec/
9159
9160 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9161 M:      Jens Frederich <jfrederich@gmail.com>
9162 M:      Daniel Drake <dsd@laptop.org>
9163 M:      Jon Nettleton <jon.nettleton@gmail.com>
9164 W:      http://wiki.laptop.org/go/DCON
9165 S:      Maintained
9166 F:      drivers/staging/olpc_dcon/
9167
9168 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9169 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9170 S:      Maintained
9171 F:      drivers/staging/ozwpan/
9172
9173 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9174 M:      Willy Tarreau <willy@meta-x.org>
9175 S:      Odd Fixes
9176 F:      drivers/staging/panel/
9177
9178 STAGING - REALTEK RTL8712U DRIVERS
9179 M:      Larry Finger <Larry.Finger@lwfinger.net>
9180 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9181 S:      Odd Fixes
9182 F:      drivers/staging/rtl8712/
9183
9184 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9185 M:      Larry Finger <Larry.Finger@lwfinger.net>
9186 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9187 L:      linux-wireless@vger.kernel.org
9188 S:      Maintained
9189 F:      drivers/staging/rtl8723au/
9190
9191 STAGING - SLICOSS
9192 M:      Lior Dotan <liodot@gmail.com>
9193 M:      Christopher Harrer <charrer@alacritech.com>
9194 S:      Odd Fixes
9195 F:      drivers/staging/slicoss/
9196
9197 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9198 M:      William Hubbs <w.d.hubbs@gmail.com>
9199 M:      Chris Brannon <chris@the-brannons.com>
9200 M:      Kirk Reiser <kirk@reisers.ca>
9201 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9202 L:      speakup@linux-speakup.org
9203 W:      http://www.linux-speakup.org/
9204 S:      Odd Fixes
9205 F:      drivers/staging/speakup/
9206
9207 STAGING - VIA VT665X DRIVERS
9208 M:      Forest Bond <forest@alittletooquiet.net>
9209 S:      Odd Fixes
9210 F:      drivers/staging/vt665?/
9211
9212 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9213 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9214 S:      Odd Fixes
9215 F:      drivers/staging/xgifb/
9216
9217 STARFIRE/DURALAN NETWORK DRIVER
9218 M:      Ion Badulescu <ionut@badula.org>
9219 S:      Odd Fixes
9220 F:      drivers/net/ethernet/adaptec/starfire*
9221
9222 SUN3/3X
9223 M:      Sam Creasey <sammy@sammy.net>
9224 W:      http://sammy.net/sun3/
9225 S:      Maintained
9226 F:      arch/m68k/kernel/*sun3*
9227 F:      arch/m68k/sun3*/
9228 F:      arch/m68k/include/asm/sun3*
9229 F:      drivers/net/ethernet/i825xx/sun3*
9230
9231 SUNDANCE NETWORK DRIVER
9232 M:      Denis Kirjanov <kda@linux-powerpc.org>
9233 L:      netdev@vger.kernel.org
9234 S:      Maintained
9235 F:      drivers/net/ethernet/dlink/sundance.c
9236
9237 SUPERH
9238 L:      linux-sh@vger.kernel.org
9239 W:      http://www.linux-sh.org
9240 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9241 S:      Orphan
9242 F:      Documentation/sh/
9243 F:      arch/sh/
9244 F:      drivers/sh/
9245
9246 SUSPEND TO RAM
9247 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9248 M:      Len Brown <len.brown@intel.com>
9249 M:      Pavel Machek <pavel@ucw.cz>
9250 L:      linux-pm@vger.kernel.org
9251 S:      Supported
9252 F:      Documentation/power/
9253 F:      arch/x86/kernel/acpi/
9254 F:      drivers/base/power/
9255 F:      kernel/power/
9256 F:      include/linux/suspend.h
9257 F:      include/linux/freezer.h
9258 F:      include/linux/pm.h
9259
9260 SVGA HANDLING
9261 M:      Martin Mares <mj@ucw.cz>
9262 L:      linux-video@atrey.karlin.mff.cuni.cz
9263 S:      Maintained
9264 F:      Documentation/svga.txt
9265 F:      arch/x86/boot/video*
9266
9267 SWIOTLB SUBSYSTEM
9268 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9269 L:      linux-kernel@vger.kernel.org
9270 S:      Supported
9271 F:      lib/swiotlb.c
9272 F:      arch/*/kernel/pci-swiotlb.c
9273 F:      include/linux/swiotlb.h
9274
9275 SWITCHDEV
9276 M:      Jiri Pirko <jiri@resnulli.us>
9277 L:      netdev@vger.kernel.org
9278 S:      Supported
9279 F:      net/switchdev/
9280 F:      include/net/switchdev.h
9281
9282 SYNOPSYS ARC ARCHITECTURE
9283 M:      Vineet Gupta <vgupta@synopsys.com>
9284 S:      Supported
9285 F:      arch/arc/
9286 F:      Documentation/devicetree/bindings/arc/
9287 F:      drivers/tty/serial/arc_uart.c
9288
9289 SYSV FILESYSTEM
9290 M:      Christoph Hellwig <hch@infradead.org>
9291 S:      Maintained
9292 F:      Documentation/filesystems/sysv-fs.txt
9293 F:      fs/sysv/
9294 F:      include/linux/sysv_fs.h
9295
9296 TARGET SUBSYSTEM
9297 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9298 L:      linux-scsi@vger.kernel.org
9299 L:      target-devel@vger.kernel.org
9300 W:      http://www.linux-iscsi.org
9301 W:      http://groups.google.com/group/linux-iscsi-target-dev
9302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9303 S:      Supported
9304 F:      drivers/target/
9305 F:      include/target/
9306 F:      Documentation/target/
9307
9308 TASKSTATS STATISTICS INTERFACE
9309 M:      Balbir Singh <bsingharora@gmail.com>
9310 S:      Maintained
9311 F:      Documentation/accounting/taskstats*
9312 F:      include/linux/taskstats*
9313 F:      kernel/taskstats.c
9314
9315 TC CLASSIFIER
9316 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9317 L:      netdev@vger.kernel.org
9318 S:      Maintained
9319 F:      include/net/pkt_cls.h
9320 F:      include/uapi/linux/pkt_cls.h
9321 F:      net/sched/
9322
9323 TCP LOW PRIORITY MODULE
9324 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9325 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9326 W:      http://tcp-lp-mod.sourceforge.net/
9327 S:      Maintained
9328 F:      net/ipv4/tcp_lp.c
9329
9330 TDA10071 MEDIA DRIVER
9331 M:      Antti Palosaari <crope@iki.fi>
9332 L:      linux-media@vger.kernel.org
9333 W:      http://linuxtv.org/
9334 W:      http://palosaari.fi/linux/
9335 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9336 T:      git git://linuxtv.org/anttip/media_tree.git
9337 S:      Maintained
9338 F:      drivers/media/dvb-frontends/tda10071*
9339
9340 TDA18212 MEDIA DRIVER
9341 M:      Antti Palosaari <crope@iki.fi>
9342 L:      linux-media@vger.kernel.org
9343 W:      http://linuxtv.org/
9344 W:      http://palosaari.fi/linux/
9345 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9346 T:      git git://linuxtv.org/anttip/media_tree.git
9347 S:      Maintained
9348 F:      drivers/media/tuners/tda18212*
9349
9350 TDA18218 MEDIA DRIVER
9351 M:      Antti Palosaari <crope@iki.fi>
9352 L:      linux-media@vger.kernel.org
9353 W:      http://linuxtv.org/
9354 W:      http://palosaari.fi/linux/
9355 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9356 T:      git git://linuxtv.org/anttip/media_tree.git
9357 S:      Maintained
9358 F:      drivers/media/tuners/tda18218*
9359
9360 TDA18271 MEDIA DRIVER
9361 M:      Michael Krufky <mkrufky@linuxtv.org>
9362 L:      linux-media@vger.kernel.org
9363 W:      http://linuxtv.org/
9364 W:      http://github.com/mkrufky
9365 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9366 T:      git git://linuxtv.org/mkrufky/tuners.git
9367 S:      Maintained
9368 F:      drivers/media/tuners/tda18271*
9369
9370 TDA827x MEDIA DRIVER
9371 M:      Michael Krufky <mkrufky@linuxtv.org>
9372 L:      linux-media@vger.kernel.org
9373 W:      http://linuxtv.org/
9374 W:      http://github.com/mkrufky
9375 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9376 T:      git git://linuxtv.org/mkrufky/tuners.git
9377 S:      Maintained
9378 F:      drivers/media/tuners/tda8290.*
9379
9380 TDA8290 MEDIA DRIVER
9381 M:      Michael Krufky <mkrufky@linuxtv.org>
9382 L:      linux-media@vger.kernel.org
9383 W:      http://linuxtv.org/
9384 W:      http://github.com/mkrufky
9385 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9386 T:      git git://linuxtv.org/mkrufky/tuners.git
9387 S:      Maintained
9388 F:      drivers/media/tuners/tda8290.*
9389
9390 TDA9840 MEDIA DRIVER
9391 M:      Hans Verkuil <hverkuil@xs4all.nl>
9392 L:      linux-media@vger.kernel.org
9393 T:      git git://linuxtv.org/media_tree.git
9394 W:      http://linuxtv.org
9395 S:      Maintained
9396 F:      drivers/media/i2c/tda9840*
9397
9398 TEA5761 TUNER DRIVER
9399 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9400 L:      linux-media@vger.kernel.org
9401 W:      http://linuxtv.org
9402 T:      git git://linuxtv.org/media_tree.git
9403 S:      Odd fixes
9404 F:      drivers/media/tuners/tea5761.*
9405
9406 TEA5767 TUNER DRIVER
9407 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9408 L:      linux-media@vger.kernel.org
9409 W:      http://linuxtv.org
9410 T:      git git://linuxtv.org/media_tree.git
9411 S:      Maintained
9412 F:      drivers/media/tuners/tea5767.*
9413
9414 TEA6415C MEDIA DRIVER
9415 M:      Hans Verkuil <hverkuil@xs4all.nl>
9416 L:      linux-media@vger.kernel.org
9417 T:      git git://linuxtv.org/media_tree.git
9418 W:      http://linuxtv.org
9419 S:      Maintained
9420 F:      drivers/media/i2c/tea6415c*
9421
9422 TEA6420 MEDIA DRIVER
9423 M:      Hans Verkuil <hverkuil@xs4all.nl>
9424 L:      linux-media@vger.kernel.org
9425 T:      git git://linuxtv.org/media_tree.git
9426 W:      http://linuxtv.org
9427 S:      Maintained
9428 F:      drivers/media/i2c/tea6420*
9429
9430 TEAM DRIVER
9431 M:      Jiri Pirko <jiri@resnulli.us>
9432 L:      netdev@vger.kernel.org
9433 S:      Supported
9434 F:      drivers/net/team/
9435 F:      include/linux/if_team.h
9436 F:      include/uapi/linux/if_team.h
9437
9438 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9439 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9440 S:      Maintained
9441 F:      arch/x86/platform/ts5500/
9442
9443 TECHNOTREND USB IR RECEIVER
9444 M:      Sean Young <sean@mess.org>
9445 L:      linux-media@vger.kernel.org
9446 S:      Maintained
9447 F:      drivers/media/rc/ttusbir.c
9448
9449 TEGRA ARCHITECTURE SUPPORT
9450 M:      Stephen Warren <swarren@wwwdotorg.org>
9451 M:      Thierry Reding <thierry.reding@gmail.com>
9452 M:      Alexandre Courbot <gnurou@gmail.com>
9453 L:      linux-tegra@vger.kernel.org
9454 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9456 S:      Supported
9457 N:      [^a-z]tegra
9458
9459 TEGRA CLOCK DRIVER
9460 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9461 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9462 S:      Supported
9463 F:      drivers/clk/tegra/
9464
9465 TEGRA DMA DRIVER
9466 M:      Laxman Dewangan <ldewangan@nvidia.com>
9467 S:      Supported
9468 F:      drivers/dma/tegra20-apb-dma.c
9469
9470 TEGRA I2C DRIVER
9471 M:      Laxman Dewangan <ldewangan@nvidia.com>
9472 S:      Supported
9473 F:      drivers/i2c/busses/i2c-tegra.c
9474
9475 TEGRA IOMMU DRIVERS
9476 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9477 S:      Supported
9478 F:      drivers/iommu/tegra*
9479
9480 TEGRA KBC DRIVER
9481 M:      Rakesh Iyer <riyer@nvidia.com>
9482 M:      Laxman Dewangan <ldewangan@nvidia.com>
9483 S:      Supported
9484 F:      drivers/input/keyboard/tegra-kbc.c
9485
9486 TEGRA PWM DRIVER
9487 M:      Thierry Reding <thierry.reding@gmail.com>
9488 S:      Supported
9489 F:      drivers/pwm/pwm-tegra.c
9490
9491 TEGRA SERIAL DRIVER
9492 M:      Laxman Dewangan <ldewangan@nvidia.com>
9493 S:      Supported
9494 F:      drivers/tty/serial/serial-tegra.c
9495
9496 TEGRA SPI DRIVER
9497 M:      Laxman Dewangan <ldewangan@nvidia.com>
9498 S:      Supported
9499 F:      drivers/spi/spi-tegra*
9500
9501 TEHUTI ETHERNET DRIVER
9502 M:      Andy Gospodarek <andy@greyhouse.net>
9503 L:      netdev@vger.kernel.org
9504 S:      Supported
9505 F:      drivers/net/ethernet/tehuti/*
9506
9507 Telecom Clock Driver for MCPL0010
9508 M:      Mark Gross <mark.gross@intel.com>
9509 S:      Supported
9510 F:      drivers/char/tlclk.c
9511
9512 TENSILICA XTENSA PORT (xtensa)
9513 M:      Chris Zankel <chris@zankel.net>
9514 M:      Max Filippov <jcmvbkbc@gmail.com>
9515 L:      linux-xtensa@linux-xtensa.org
9516 S:      Maintained
9517 F:      arch/xtensa/
9518 F:      drivers/irqchip/irq-xtensa-*
9519
9520 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9521 M:      Hans Verkuil <hverkuil@xs4all.nl>
9522 L:      linux-media@vger.kernel.org
9523 T:      git git://linuxtv.org/media_tree.git
9524 W:      http://linuxtv.org
9525 S:      Maintained
9526 F:      drivers/media/radio/radio-raremono.c
9527
9528 THERMAL
9529 M:      Zhang Rui <rui.zhang@intel.com>
9530 M:      Eduardo Valentin <edubezval@gmail.com>
9531 L:      linux-pm@vger.kernel.org
9532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9534 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9535 S:      Supported
9536 F:      drivers/thermal/
9537 F:      include/linux/thermal.h
9538 F:      include/uapi/linux/thermal.h
9539 F:      include/linux/cpu_cooling.h
9540 F:      Documentation/devicetree/bindings/thermal/
9541
9542 THINGM BLINK(1) USB RGB LED DRIVER
9543 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9544 S:      Maintained
9545 F:      drivers/hid/hid-thingm.c
9546
9547 THINKPAD ACPI EXTRAS DRIVER
9548 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9549 L:      ibm-acpi-devel@lists.sourceforge.net
9550 L:      platform-driver-x86@vger.kernel.org
9551 W:      http://ibm-acpi.sourceforge.net
9552 W:      http://thinkwiki.org/wiki/Ibm-acpi
9553 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9554 S:      Maintained
9555 F:      drivers/platform/x86/thinkpad_acpi.c
9556
9557 TI BANDGAP AND THERMAL DRIVER
9558 M:      Eduardo Valentin <edubezval@gmail.com>
9559 L:      linux-pm@vger.kernel.org
9560 L:      linux-omap@vger.kernel.org
9561 S:      Maintained
9562 F:      drivers/thermal/ti-soc-thermal/
9563
9564 TI CLOCK DRIVER
9565 M:      Tero Kristo <t-kristo@ti.com>
9566 L:      linux-omap@vger.kernel.org
9567 S:      Maintained
9568 F:      drivers/clk/ti/
9569 F:      include/linux/clk/ti.h
9570
9571 TI FLASH MEDIA INTERFACE DRIVER
9572 M:      Alex Dubov <oakad@yahoo.com>
9573 S:      Maintained
9574 F:      drivers/misc/tifm*
9575 F:      drivers/mmc/host/tifm_sd.c
9576 F:      include/linux/tifm.h
9577
9578 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9579 M:      Santosh Shilimkar <ssantosh@kernel.org>
9580 L:      linux-kernel@vger.kernel.org
9581 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9582 S:      Maintained
9583 F:      drivers/soc/ti/*
9584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9585
9586
9587 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9588 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9589 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9590 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9591 S:      Maintained
9592 F:      sound/soc/codecs/lm49453*
9593 F:      sound/soc/codecs/isabelle*
9594
9595 TI LP855x BACKLIGHT DRIVER
9596 M:      Milo Kim <milo.kim@ti.com>
9597 S:      Maintained
9598 F:      Documentation/backlight/lp855x-driver.txt
9599 F:      drivers/video/backlight/lp855x_bl.c
9600 F:      include/linux/platform_data/lp855x.h
9601
9602 TI LP8727 CHARGER DRIVER
9603 M:      Milo Kim <milo.kim@ti.com>
9604 S:      Maintained
9605 F:      drivers/power/lp8727_charger.c
9606 F:      include/linux/platform_data/lp8727.h
9607
9608 TI LP8788 MFD DRIVER
9609 M:      Milo Kim <milo.kim@ti.com>
9610 S:      Maintained
9611 F:      drivers/iio/adc/lp8788_adc.c
9612 F:      drivers/leds/leds-lp8788.c
9613 F:      drivers/mfd/lp8788*.c
9614 F:      drivers/power/lp8788-charger.c
9615 F:      drivers/regulator/lp8788-*.c
9616 F:      include/linux/mfd/lp8788*.h
9617
9618 TI TWL4030 SERIES SOC CODEC DRIVER
9619 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9620 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9621 S:      Maintained
9622 F:      sound/soc/codecs/twl4030*
9623
9624 TI WILINK WIRELESS DRIVERS
9625 L:      linux-wireless@vger.kernel.org
9626 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9627 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9629 S:      Orphan
9630 F:      drivers/net/wireless/ti/
9631 F:      include/linux/wl12xx.h
9632
9633 TIPC NETWORK LAYER
9634 M:      Jon Maloy <jon.maloy@ericsson.com>
9635 M:      Allan Stephens <allan.stephens@windriver.com>
9636 L:      netdev@vger.kernel.org (core kernel code)
9637 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9638 W:      http://tipc.sourceforge.net/
9639 S:      Maintained
9640 F:      include/uapi/linux/tipc*.h
9641 F:      net/tipc/
9642
9643 TILE ARCHITECTURE
9644 M:      Chris Metcalf <cmetcalf@ezchip.com>
9645 W:      http://www.tilera.com/scm/
9646 S:      Supported
9647 F:      arch/tile/
9648 F:      drivers/char/tile-srom.c
9649 F:      drivers/edac/tile_edac.c
9650 F:      drivers/net/ethernet/tile/
9651 F:      drivers/rtc/rtc-tile.c
9652 F:      drivers/tty/hvc/hvc_tile.c
9653 F:      drivers/tty/serial/tilegx.c
9654 F:      drivers/usb/host/*-tilegx.c
9655 F:      include/linux/usb/tilegx.h
9656
9657 TLAN NETWORK DRIVER
9658 M:      Samuel Chessman <chessman@tux.org>
9659 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9660 W:      http://sourceforge.net/projects/tlan/
9661 S:      Maintained
9662 F:      Documentation/networking/tlan.txt
9663 F:      drivers/net/ethernet/ti/tlan.*
9664
9665 TOMOYO SECURITY MODULE
9666 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9667 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9668 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9669 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9670 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9671 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9672 W:      http://tomoyo.sourceforge.jp/
9673 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9674 S:      Maintained
9675 F:      security/tomoyo/
9676
9677 TOPSTAR LAPTOP EXTRAS DRIVER
9678 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9679 L:      platform-driver-x86@vger.kernel.org
9680 S:      Maintained
9681 F:      drivers/platform/x86/topstar-laptop.c
9682
9683 TOSHIBA ACPI EXTRAS DRIVER
9684 L:      platform-driver-x86@vger.kernel.org
9685 S:      Orphan
9686 F:      drivers/platform/x86/toshiba_acpi.c
9687
9688 TOSHIBA SMM DRIVER
9689 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9690 L:      tlinux-users@tce.toshiba-dme.co.jp
9691 W:      http://www.buzzard.org.uk/toshiba/
9692 S:      Maintained
9693 F:      drivers/char/toshiba.c
9694 F:      include/linux/toshiba.h
9695 F:      include/uapi/linux/toshiba.h
9696
9697 TMIO MMC DRIVER
9698 M:      Ian Molton <ian.molton@codethink.co.uk>
9699 L:      linux-mmc@vger.kernel.org
9700 S:      Maintained
9701 F:      drivers/mmc/host/tmio_mmc*
9702 F:      drivers/mmc/host/sh_mobile_sdhi.c
9703 F:      include/linux/mmc/tmio.h
9704 F:      include/linux/mmc/sh_mobile_sdhi.h
9705
9706 TMP401 HARDWARE MONITOR DRIVER
9707 M:      Guenter Roeck <linux@roeck-us.net>
9708 L:      lm-sensors@lm-sensors.org
9709 S:      Maintained
9710 F:      Documentation/hwmon/tmp401
9711 F:      drivers/hwmon/tmp401.c
9712
9713 TMPFS (SHMEM FILESYSTEM)
9714 M:      Hugh Dickins <hughd@google.com>
9715 L:      linux-mm@kvack.org
9716 S:      Maintained
9717 F:      include/linux/shmem_fs.h
9718 F:      mm/shmem.c
9719
9720 TM6000 VIDEO4LINUX DRIVER
9721 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9722 L:      linux-media@vger.kernel.org
9723 W:      http://linuxtv.org
9724 T:      git git://linuxtv.org/media_tree.git
9725 S:      Odd fixes
9726 F:      drivers/media/usb/tm6000/
9727
9728 TW68 VIDEO4LINUX DRIVER
9729 M:      Hans Verkuil <hverkuil@xs4all.nl>
9730 L:      linux-media@vger.kernel.org
9731 T:      git git://linuxtv.org/media_tree.git
9732 W:      http://linuxtv.org
9733 S:      Odd Fixes
9734 F:      drivers/media/pci/tw68/
9735
9736 TPM DEVICE DRIVER
9737 M:      Peter Huewe <peterhuewe@gmx.de>
9738 M:      Ashley Lai <ashley@ashleylai.com>
9739 M:      Marcel Selhorst <tpmdd@selhorst.net>
9740 W:      http://tpmdd.sourceforge.net
9741 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9742 S:      Maintained
9743 F:      drivers/char/tpm/
9744
9745 TRACING
9746 M:      Steven Rostedt <rostedt@goodmis.org>
9747 M:      Ingo Molnar <mingo@redhat.com>
9748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9749 S:      Maintained
9750 F:      Documentation/trace/ftrace.txt
9751 F:      arch/*/*/*/ftrace.h
9752 F:      arch/*/kernel/ftrace.c
9753 F:      include/*/ftrace.h
9754 F:      include/linux/trace*.h
9755 F:      include/trace/
9756 F:      kernel/trace/
9757 F:      tools/testing/selftests/ftrace/
9758
9759 TRIVIAL PATCHES
9760 M:      Jiri Kosina <trivial@kernel.org>
9761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9762 S:      Maintained
9763 K:      ^Subject:.*(?i)trivial
9764
9765 TTY LAYER
9766 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9767 M:      Jiri Slaby <jslaby@suse.cz>
9768 S:      Supported
9769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9770 F:      drivers/tty/
9771 F:      drivers/tty/serial/serial_core.c
9772 F:      include/linux/serial_core.h
9773 F:      include/linux/serial.h
9774 F:      include/linux/tty.h
9775 F:      include/uapi/linux/serial_core.h
9776 F:      include/uapi/linux/serial.h
9777 F:      include/uapi/linux/tty.h
9778
9779 TUA9001 MEDIA DRIVER
9780 M:      Antti Palosaari <crope@iki.fi>
9781 L:      linux-media@vger.kernel.org
9782 W:      http://linuxtv.org/
9783 W:      http://palosaari.fi/linux/
9784 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9785 T:      git git://linuxtv.org/anttip/media_tree.git
9786 S:      Maintained
9787 F:      drivers/media/tuners/tua9001*
9788
9789 TULIP NETWORK DRIVERS
9790 M:      Grant Grundler <grundler@parisc-linux.org>
9791 L:      netdev@vger.kernel.org
9792 S:      Maintained
9793 F:      drivers/net/ethernet/dec/tulip/
9794
9795 TUN/TAP driver
9796 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9797 W:      http://vtun.sourceforge.net/tun
9798 S:      Maintained
9799 F:      Documentation/networking/tuntap.txt
9800 F:      arch/um/os-Linux/drivers/
9801
9802 TURBOCHANNEL SUBSYSTEM
9803 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9804 M:      Ralf Baechle <ralf@linux-mips.org>
9805 L:      linux-mips@linux-mips.org
9806 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9807 S:      Maintained
9808 F:      drivers/tc/
9809 F:      include/linux/tc.h
9810
9811 U14-34F SCSI DRIVER
9812 M:      Dario Ballabio <ballabio_dario@emc.com>
9813 L:      linux-scsi@vger.kernel.org
9814 S:      Maintained
9815 F:      drivers/scsi/u14-34f.c
9816
9817 UBI FILE SYSTEM (UBIFS)
9818 M:      Artem Bityutskiy <dedekind1@gmail.com>
9819 M:      Adrian Hunter <adrian.hunter@intel.com>
9820 L:      linux-mtd@lists.infradead.org
9821 T:      git git://git.infradead.org/ubifs-2.6.git
9822 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9823 S:      Maintained
9824 F:      Documentation/filesystems/ubifs.txt
9825 F:      fs/ubifs/
9826
9827 UCLINUX (AND M68KNOMMU)
9828 M:      Greg Ungerer <gerg@uclinux.org>
9829 W:      http://www.uclinux.org/
9830 L:      uclinux-dev@uclinux.org  (subscribers-only)
9831 S:      Maintained
9832 F:      arch/m68k/*/*_no.*
9833 F:      arch/m68k/include/asm/*_no.*
9834
9835 UDF FILESYSTEM
9836 M:      Jan Kara <jack@suse.cz>
9837 S:      Maintained
9838 F:      Documentation/filesystems/udf.txt
9839 F:      fs/udf/
9840
9841 UFS FILESYSTEM
9842 M:      Evgeniy Dushistov <dushistov@mail.ru>
9843 S:      Maintained
9844 F:      Documentation/filesystems/ufs.txt
9845 F:      fs/ufs/
9846
9847 UHID USERSPACE HID IO DRIVER:
9848 M:      David Herrmann <dh.herrmann@googlemail.com>
9849 L:      linux-input@vger.kernel.org
9850 S:      Maintained
9851 F:      drivers/hid/uhid.c
9852 F:      include/uapi/linux/uhid.h
9853
9854 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9855 L:      linux-usb@vger.kernel.org
9856 S:      Orphan
9857 F:      drivers/uwb/
9858 F:      include/linux/uwb.h
9859 F:      include/linux/uwb/
9860
9861 UNICORE32 ARCHITECTURE:
9862 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9863 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9864 S:      Maintained
9865 T:      git git://github.com/gxt/linux.git
9866 F:      arch/unicore32/
9867
9868 UNIFDEF
9869 M:      Tony Finch <dot@dotat.at>
9870 W:      http://dotat.at/prog/unifdef
9871 S:      Maintained
9872 F:      scripts/unifdef.c
9873
9874 UNIFORM CDROM DRIVER
9875 M:      Jens Axboe <axboe@kernel.dk>
9876 W:      http://www.kernel.dk
9877 S:      Maintained
9878 F:      Documentation/cdrom/
9879 F:      drivers/cdrom/cdrom.c
9880 F:      include/linux/cdrom.h
9881 F:      include/uapi/linux/cdrom.h
9882
9883 UNISYS S-PAR DRIVERS
9884 M:     Benjamin Romer <benjamin.romer@unisys.com>
9885 M:     David Kershner <david.kershner@unisys.com>
9886 L:     sparmaintainer@unisys.com (Unisys internal)
9887 S:     Supported
9888 F:     drivers/staging/unisys/
9889
9890 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9891 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9892 L:      linux-scsi@vger.kernel.org
9893 S:      Supported
9894 F:      Documentation/scsi/ufs.txt
9895 F:      drivers/scsi/ufs/
9896
9897 UNSORTED BLOCK IMAGES (UBI)
9898 M:      Artem Bityutskiy <dedekind1@gmail.com>
9899 W:      http://www.linux-mtd.infradead.org/
9900 L:      linux-mtd@lists.infradead.org
9901 T:      git git://git.infradead.org/ubifs-2.6.git
9902 S:      Maintained
9903 F:      drivers/mtd/ubi/
9904 F:      include/linux/mtd/ubi.h
9905 F:      include/uapi/mtd/ubi-user.h
9906
9907 UNSORTED BLOCK IMAGES (UBI) Fastmap
9908 M:      Richard Weinberger <richard@nod.at>
9909 L:      linux-mtd@lists.infradead.org
9910 S:      Maintained
9911 F:      drivers/mtd/ubi/fastmap.c
9912
9913 USB ACM DRIVER
9914 M:      Oliver Neukum <oliver@neukum.org>
9915 L:      linux-usb@vger.kernel.org
9916 S:      Maintained
9917 F:      Documentation/usb/acm.txt
9918 F:      drivers/usb/class/cdc-acm.*
9919
9920 USB AR5523 WIRELESS DRIVER
9921 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9922 L:      linux-wireless@vger.kernel.org
9923 S:      Maintained
9924 F:      drivers/net/wireless/ath/ar5523/
9925
9926 USB ATTACHED SCSI
9927 M:      Hans de Goede <hdegoede@redhat.com>
9928 M:      Gerd Hoffmann <kraxel@redhat.com>
9929 L:      linux-usb@vger.kernel.org
9930 L:      linux-scsi@vger.kernel.org
9931 S:      Maintained
9932 F:      drivers/usb/storage/uas.c
9933
9934 USB CDC ETHERNET DRIVER
9935 M:      Oliver Neukum <oliver@neukum.org>
9936 L:      linux-usb@vger.kernel.org
9937 S:      Maintained
9938 F:      drivers/net/usb/cdc_*.c
9939 F:      include/uapi/linux/usb/cdc.h
9940
9941 USB CYPRESS C67X00 DRIVER
9942 M:      Peter Korsgaard <jacmet@sunsite.dk>
9943 L:      linux-usb@vger.kernel.org
9944 S:      Maintained
9945 F:      drivers/usb/c67x00/
9946
9947 USB DAVICOM DM9601 DRIVER
9948 M:      Peter Korsgaard <jacmet@sunsite.dk>
9949 L:      netdev@vger.kernel.org
9950 W:      http://www.linux-usb.org/usbnet
9951 S:      Maintained
9952 F:      drivers/net/usb/dm9601.c
9953
9954 USB DIAMOND RIO500 DRIVER
9955 M:      Cesar Miquel <miquel@df.uba.ar>
9956 L:      rio500-users@lists.sourceforge.net
9957 W:      http://rio500.sourceforge.net
9958 S:      Maintained
9959 F:      drivers/usb/misc/rio500*
9960
9961 USB EHCI DRIVER
9962 M:      Alan Stern <stern@rowland.harvard.edu>
9963 L:      linux-usb@vger.kernel.org
9964 S:      Maintained
9965 F:      Documentation/usb/ehci.txt
9966 F:      drivers/usb/host/ehci*
9967
9968 USB GADGET/PERIPHERAL SUBSYSTEM
9969 M:      Felipe Balbi <balbi@ti.com>
9970 L:      linux-usb@vger.kernel.org
9971 W:      http://www.linux-usb.org/gadget
9972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9973 S:      Maintained
9974 F:      drivers/usb/gadget/
9975 F:      include/linux/usb/gadget*
9976
9977 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9978 M:      Jiri Kosina <jkosina@suse.cz>
9979 L:      linux-usb@vger.kernel.org
9980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9981 S:      Maintained
9982 F:      Documentation/hid/hiddev.txt
9983 F:      drivers/hid/usbhid/
9984
9985 USB ISP116X DRIVER
9986 M:      Olav Kongas <ok@artecdesign.ee>
9987 L:      linux-usb@vger.kernel.org
9988 S:      Maintained
9989 F:      drivers/usb/host/isp116x*
9990 F:      include/linux/usb/isp116x.h
9991
9992 USB MASS STORAGE DRIVER
9993 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9994 L:      linux-usb@vger.kernel.org
9995 L:      usb-storage@lists.one-eyed-alien.net
9996 S:      Maintained
9997 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9998 F:      drivers/usb/storage/
9999
10000 USB MIDI DRIVER
10001 M:      Clemens Ladisch <clemens@ladisch.de>
10002 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10003 T:      git git://git.alsa-project.org/alsa-kernel.git
10004 S:      Maintained
10005 F:      sound/usb/midi.*
10006
10007 USB NETWORKING DRIVERS
10008 L:      linux-usb@vger.kernel.org
10009 S:      Odd Fixes
10010 F:      drivers/net/usb/
10011
10012 USB OHCI DRIVER
10013 M:      Alan Stern <stern@rowland.harvard.edu>
10014 L:      linux-usb@vger.kernel.org
10015 S:      Maintained
10016 F:      Documentation/usb/ohci.txt
10017 F:      drivers/usb/host/ohci*
10018
10019 USB OVER IP DRIVER
10020 M:      Valentina Manea <valentina.manea.m@gmail.com>
10021 M:      Shuah Khan <shuah.kh@samsung.com>
10022 L:      linux-usb@vger.kernel.org
10023 S:      Maintained
10024 F:      drivers/usb/usbip/
10025 F:      tools/usb/usbip/
10026
10027 USB PEGASUS DRIVER
10028 M:      Petko Manolov <petkan@nucleusys.com>
10029 L:      linux-usb@vger.kernel.org
10030 L:      netdev@vger.kernel.org
10031 T:      git git://github.com/petkan/pegasus.git
10032 W:      https://github.com/petkan/pegasus
10033 S:      Maintained
10034 F:      drivers/net/usb/pegasus.*
10035
10036 USB PHY LAYER
10037 M:      Felipe Balbi <balbi@ti.com>
10038 L:      linux-usb@vger.kernel.org
10039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10040 S:      Maintained
10041 F:      drivers/usb/phy/
10042
10043 USB PRINTER DRIVER (usblp)
10044 M:      Pete Zaitcev <zaitcev@redhat.com>
10045 L:      linux-usb@vger.kernel.org
10046 S:      Supported
10047 F:      drivers/usb/class/usblp.c
10048
10049 USB RTL8150 DRIVER
10050 M:      Petko Manolov <petkan@nucleusys.com>
10051 L:      linux-usb@vger.kernel.org
10052 L:      netdev@vger.kernel.org
10053 T:      git git://github.com/petkan/rtl8150.git
10054 W:      https://github.com/petkan/rtl8150
10055 S:      Maintained
10056 F:      drivers/net/usb/rtl8150.c
10057
10058 USB SERIAL SUBSYSTEM
10059 M:      Johan Hovold <johan@kernel.org>
10060 L:      linux-usb@vger.kernel.org
10061 S:      Maintained
10062 F:      Documentation/usb/usb-serial.txt
10063 F:      drivers/usb/serial/
10064 F:      include/linux/usb/serial.h
10065
10066 USB SMSC75XX ETHERNET DRIVER
10067 M:      Steve Glendinning <steve.glendinning@shawell.net>
10068 L:      netdev@vger.kernel.org
10069 S:      Maintained
10070 F:      drivers/net/usb/smsc75xx.*
10071
10072 USB SMSC95XX ETHERNET DRIVER
10073 M:      Steve Glendinning <steve.glendinning@shawell.net>
10074 L:      netdev@vger.kernel.org
10075 S:      Maintained
10076 F:      drivers/net/usb/smsc95xx.*
10077
10078 USB SUBSYSTEM
10079 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10080 L:      linux-usb@vger.kernel.org
10081 W:      http://www.linux-usb.org
10082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10083 S:      Supported
10084 F:      Documentation/usb/
10085 F:      drivers/usb/
10086 F:      include/linux/usb.h
10087 F:      include/linux/usb/
10088
10089 USB UHCI DRIVER
10090 M:      Alan Stern <stern@rowland.harvard.edu>
10091 L:      linux-usb@vger.kernel.org
10092 S:      Maintained
10093 F:      drivers/usb/host/uhci*
10094
10095 USB "USBNET" DRIVER FRAMEWORK
10096 M:      Oliver Neukum <oneukum@suse.de>
10097 L:      netdev@vger.kernel.org
10098 W:      http://www.linux-usb.org/usbnet
10099 S:      Maintained
10100 F:      drivers/net/usb/usbnet.c
10101 F:      include/linux/usb/usbnet.h
10102
10103 USB VIDEO CLASS
10104 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10105 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10106 L:      linux-media@vger.kernel.org
10107 T:      git git://linuxtv.org/media_tree.git
10108 W:      http://www.ideasonboard.org/uvc/
10109 S:      Maintained
10110 F:      drivers/media/usb/uvc/
10111 F:      include/uapi/linux/uvcvideo.h
10112
10113 USB VISION DRIVER
10114 M:      Hans Verkuil <hverkuil@xs4all.nl>
10115 L:      linux-media@vger.kernel.org
10116 T:      git git://linuxtv.org/media_tree.git
10117 W:      http://linuxtv.org
10118 S:      Odd Fixes
10119 F:      drivers/media/usb/usbvision/
10120
10121 USB WEBCAM GADGET
10122 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10123 L:      linux-usb@vger.kernel.org
10124 S:      Maintained
10125 F:      drivers/usb/gadget/function/*uvc*
10126 F:      drivers/usb/gadget/legacy/webcam.c
10127
10128 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10129 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10130 L:      linux-wireless@vger.kernel.org
10131 S:      Maintained
10132 F:      drivers/net/wireless/rndis_wlan.c
10133
10134 USB XHCI DRIVER
10135 M:      Mathias Nyman <mathias.nyman@intel.com>
10136 L:      linux-usb@vger.kernel.org
10137 S:      Supported
10138 F:      drivers/usb/host/xhci*
10139 F:      drivers/usb/host/pci-quirks*
10140
10141 USB ZD1201 DRIVER
10142 L:      linux-wireless@vger.kernel.org
10143 W:      http://linux-lc100020.sourceforge.net
10144 S:      Orphan
10145 F:      drivers/net/wireless/zd1201.*
10146
10147 USB ZR364XX DRIVER
10148 M:      Antoine Jacquet <royale@zerezo.com>
10149 L:      linux-usb@vger.kernel.org
10150 L:      linux-media@vger.kernel.org
10151 T:      git git://linuxtv.org/media_tree.git
10152 W:      http://royale.zerezo.com/zr364xx/
10153 S:      Maintained
10154 F:      Documentation/video4linux/zr364xx.txt
10155 F:      drivers/media/usb/zr364xx/
10156
10157 USER-MODE LINUX (UML)
10158 M:      Jeff Dike <jdike@addtoit.com>
10159 M:      Richard Weinberger <richard@nod.at>
10160 L:      user-mode-linux-devel@lists.sourceforge.net
10161 L:      user-mode-linux-user@lists.sourceforge.net
10162 W:      http://user-mode-linux.sourceforge.net
10163 S:      Maintained
10164 F:      Documentation/virtual/uml/
10165 F:      arch/um/
10166 F:      arch/x86/um/
10167 F:      fs/hostfs/
10168 F:      fs/hppfs/
10169
10170 USERSPACE I/O (UIO)
10171 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10172 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10173 S:      Maintained
10174 F:      Documentation/DocBook/uio-howto.tmpl
10175 F:      drivers/uio/
10176 F:      include/linux/uio*.h
10177
10178 UTIL-LINUX PACKAGE
10179 M:      Karel Zak <kzak@redhat.com>
10180 L:      util-linux@vger.kernel.org
10181 W:      http://en.wikipedia.org/wiki/Util-linux
10182 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10183 S:      Maintained
10184
10185 UVESAFB DRIVER
10186 M:      Michal Januszewski <spock@gentoo.org>
10187 L:      linux-fbdev@vger.kernel.org
10188 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10189 S:      Maintained
10190 F:      Documentation/fb/uvesafb.txt
10191 F:      drivers/video/fbdev/uvesafb.*
10192
10193 VFAT/FAT/MSDOS FILESYSTEM
10194 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10195 S:      Maintained
10196 F:      Documentation/filesystems/vfat.txt
10197 F:      fs/fat/
10198
10199 VFIO DRIVER
10200 M:      Alex Williamson <alex.williamson@redhat.com>
10201 L:      kvm@vger.kernel.org
10202 S:      Maintained
10203 F:      Documentation/vfio.txt
10204 F:      drivers/vfio/
10205 F:      include/linux/vfio.h
10206 F:      include/uapi/linux/vfio.h
10207
10208 VIDEOBUF2 FRAMEWORK
10209 M:      Pawel Osciak <pawel@osciak.com>
10210 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10211 M:      Kyungmin Park <kyungmin.park@samsung.com>
10212 L:      linux-media@vger.kernel.org
10213 S:      Maintained
10214 F:      drivers/media/v4l2-core/videobuf2-*
10215 F:      include/media/videobuf2-*
10216
10217 VIRTIO CONSOLE DRIVER
10218 M:      Amit Shah <amit.shah@redhat.com>
10219 L:      virtualization@lists.linux-foundation.org
10220 S:      Maintained
10221 F:      drivers/char/virtio_console.c
10222 F:      include/linux/virtio_console.h
10223 F:      include/uapi/linux/virtio_console.h
10224
10225 VIRTIO CORE, NET AND BLOCK DRIVERS
10226 M:      Rusty Russell <rusty@rustcorp.com.au>
10227 M:      "Michael S. Tsirkin" <mst@redhat.com>
10228 L:      virtualization@lists.linux-foundation.org
10229 S:      Maintained
10230 F:      drivers/virtio/
10231 F:      tools/virtio/
10232 F:      drivers/net/virtio_net.c
10233 F:      drivers/block/virtio_blk.c
10234 F:      include/linux/virtio_*.h
10235 F:      include/uapi/linux/virtio_*.h
10236
10237 VIRTIO HOST (VHOST)
10238 M:      "Michael S. Tsirkin" <mst@redhat.com>
10239 L:      kvm@vger.kernel.org
10240 L:      virtualization@lists.linux-foundation.org
10241 L:      netdev@vger.kernel.org
10242 S:      Maintained
10243 F:      drivers/vhost/
10244 F:      include/uapi/linux/vhost.h
10245
10246 VIA RHINE NETWORK DRIVER
10247 M:      Roger Luethi <rl@hellgate.ch>
10248 S:      Maintained
10249 F:      drivers/net/ethernet/via/via-rhine.c
10250
10251 VIA SD/MMC CARD CONTROLLER DRIVER
10252 M:      Bruce Chang <brucechang@via.com.tw>
10253 M:      Harald Welte <HaraldWelte@viatech.com>
10254 S:      Maintained
10255 F:      drivers/mmc/host/via-sdmmc.c
10256
10257 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10258 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10259 L:      linux-fbdev@vger.kernel.org
10260 S:      Maintained
10261 F:      include/linux/via-core.h
10262 F:      include/linux/via-gpio.h
10263 F:      include/linux/via_i2c.h
10264 F:      drivers/video/fbdev/via/
10265
10266 VIA VELOCITY NETWORK DRIVER
10267 M:      Francois Romieu <romieu@fr.zoreil.com>
10268 L:      netdev@vger.kernel.org
10269 S:      Maintained
10270 F:      drivers/net/ethernet/via/via-velocity.*
10271
10272 VIVID VIRTUAL VIDEO DRIVER
10273 M:      Hans Verkuil <hverkuil@xs4all.nl>
10274 L:      linux-media@vger.kernel.org
10275 T:      git git://linuxtv.org/media_tree.git
10276 W:      http://linuxtv.org
10277 S:      Maintained
10278 F:      drivers/media/platform/vivid/*
10279
10280 VLAN (802.1Q)
10281 M:      Patrick McHardy <kaber@trash.net>
10282 L:      netdev@vger.kernel.org
10283 S:      Maintained
10284 F:      drivers/net/macvlan.c
10285 F:      include/linux/if_*vlan.h
10286 F:      net/8021q/
10287
10288 VLYNQ BUS
10289 M:      Florian Fainelli <florian@openwrt.org>
10290 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10291 S:      Maintained
10292 F:      drivers/vlynq/vlynq.c
10293 F:      include/linux/vlynq.h
10294
10295 VME SUBSYSTEM
10296 M:      Martyn Welch <martyn.welch@ge.com>
10297 M:      Manohar Vanga <manohar.vanga@gmail.com>
10298 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10299 L:      devel@driverdev.osuosl.org
10300 S:      Maintained
10301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10302 F:      Documentation/vme_api.txt
10303 F:      drivers/staging/vme/
10304 F:      drivers/vme/
10305 F:      include/linux/vme*
10306
10307 VMWARE HYPERVISOR INTERFACE
10308 M:      Alok Kataria <akataria@vmware.com>
10309 L:      virtualization@lists.linux-foundation.org
10310 S:      Supported
10311 F:      arch/x86/kernel/cpu/vmware.c
10312
10313 VMWARE BALLOON DRIVER
10314 M:      Xavier Deguillard <xdeguillard@vmware.com>
10315 M:      Philip Moltmann <moltmann@vmware.com>
10316 M:      "VMware, Inc." <pv-drivers@vmware.com>
10317 L:      linux-kernel@vger.kernel.org
10318 S:      Maintained
10319 F:      drivers/misc/vmw_balloon.c
10320
10321 VMWARE VMXNET3 ETHERNET DRIVER
10322 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10323 M:      "VMware, Inc." <pv-drivers@vmware.com>
10324 L:      netdev@vger.kernel.org
10325 S:      Maintained
10326 F:      drivers/net/vmxnet3/
10327
10328 VMware PVSCSI driver
10329 M:      Arvind Kumar <arvindkumar@vmware.com>
10330 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10331 L:      linux-scsi@vger.kernel.org
10332 S:      Maintained
10333 F:      drivers/scsi/vmw_pvscsi.c
10334 F:      drivers/scsi/vmw_pvscsi.h
10335
10336 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10337 M:      Liam Girdwood <lgirdwood@gmail.com>
10338 M:      Mark Brown <broonie@kernel.org>
10339 L:      linux-kernel@vger.kernel.org
10340 W:      http://opensource.wolfsonmicro.com/node/15
10341 W:      http://www.slimlogic.co.uk/?p=48
10342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10343 S:      Supported
10344 F:      drivers/regulator/
10345 F:      include/linux/regulator/
10346
10347 VT1211 HARDWARE MONITOR DRIVER
10348 M:      Juerg Haefliger <juergh@gmail.com>
10349 L:      lm-sensors@lm-sensors.org
10350 S:      Maintained
10351 F:      Documentation/hwmon/vt1211
10352 F:      drivers/hwmon/vt1211.c
10353
10354 VT8231 HARDWARE MONITOR DRIVER
10355 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10356 L:      lm-sensors@lm-sensors.org
10357 S:      Maintained
10358 F:      drivers/hwmon/vt8231.c
10359
10360 VUB300 USB to SDIO/SD/MMC bridge chip
10361 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10362 L:      linux-mmc@vger.kernel.org
10363 L:      linux-usb@vger.kernel.org
10364 S:      Supported
10365 F:      drivers/mmc/host/vub300.c
10366
10367 W1 DALLAS'S 1-WIRE BUS
10368 M:      Evgeniy Polyakov <zbr@ioremap.net>
10369 S:      Maintained
10370 F:      Documentation/w1/
10371 F:      drivers/w1/
10372
10373 W83791D HARDWARE MONITORING DRIVER
10374 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10375 L:      lm-sensors@lm-sensors.org
10376 S:      Maintained
10377 F:      Documentation/hwmon/w83791d
10378 F:      drivers/hwmon/w83791d.c
10379
10380 W83793 HARDWARE MONITORING DRIVER
10381 M:      Rudolf Marek <r.marek@assembler.cz>
10382 L:      lm-sensors@lm-sensors.org
10383 S:      Maintained
10384 F:      Documentation/hwmon/w83793
10385 F:      drivers/hwmon/w83793.c
10386
10387 W83795 HARDWARE MONITORING DRIVER
10388 M:      Jean Delvare <jdelvare@suse.de>
10389 L:      lm-sensors@lm-sensors.org
10390 S:      Maintained
10391 F:      drivers/hwmon/w83795.c
10392
10393 W83L51xD SD/MMC CARD INTERFACE DRIVER
10394 M:      Pierre Ossman <pierre@ossman.eu>
10395 S:      Maintained
10396 F:      drivers/mmc/host/wbsd.*
10397
10398 WACOM PROTOCOL 4 SERIAL TABLETS
10399 M:      Julian Squires <julian@cipht.net>
10400 M:      Hans de Goede <hdegoede@redhat.com>
10401 L:      linux-input@vger.kernel.org
10402 S:      Maintained
10403 F:      drivers/input/tablet/wacom_serial4.c
10404
10405 WATCHDOG DEVICE DRIVERS
10406 M:      Wim Van Sebroeck <wim@iguana.be>
10407 L:      linux-watchdog@vger.kernel.org
10408 W:      http://www.linux-watchdog.org/
10409 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10410 S:      Maintained
10411 F:      Documentation/watchdog/
10412 F:      drivers/watchdog/
10413 F:      include/linux/watchdog.h
10414 F:      include/uapi/linux/watchdog.h
10415
10416 WD7000 SCSI DRIVER
10417 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10418 L:      linux-scsi@vger.kernel.org
10419 S:      Maintained
10420 F:      drivers/scsi/wd7000.c
10421
10422 WIIMOTE HID DRIVER
10423 M:      David Herrmann <dh.herrmann@googlemail.com>
10424 L:      linux-input@vger.kernel.org
10425 S:      Maintained
10426 F:      drivers/hid/hid-wiimote*
10427
10428 WINBOND CIR DRIVER
10429 M:      David Härdeman <david@hardeman.nu>
10430 S:      Maintained
10431 F:      drivers/media/rc/winbond-cir.c
10432
10433 WIMAX STACK
10434 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10435 M:      linux-wimax@intel.com
10436 L:     wimax@linuxwimax.org (subscribers-only)
10437 S:      Supported
10438 W:      http://linuxwimax.org
10439 F:      Documentation/wimax/README.wimax
10440 F:      include/linux/wimax/debug.h
10441 F:      include/net/wimax.h
10442 F:      include/uapi/linux/wimax.h
10443 F:      net/wimax/
10444
10445 WISTRON LAPTOP BUTTON DRIVER
10446 M:      Miloslav Trmac <mitr@volny.cz>
10447 S:      Maintained
10448 F:      drivers/input/misc/wistron_btns.c
10449
10450 WL3501 WIRELESS PCMCIA CARD DRIVER
10451 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10452 L:      linux-wireless@vger.kernel.org
10453 W:      http://oops.ghostprotocols.net:81/blog
10454 S:      Maintained
10455 F:      drivers/net/wireless/wl3501*
10456
10457 WM97XX TOUCHSCREEN DRIVERS
10458 M:      Mark Brown <broonie@kernel.org>
10459 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10460 L:      linux-input@vger.kernel.org
10461 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10462 W:      http://opensource.wolfsonmicro.com/node/7
10463 S:      Supported
10464 F:      drivers/input/touchscreen/*wm97*
10465 F:      include/linux/wm97xx.h
10466
10467 WOLFSON MICROELECTRONICS DRIVERS
10468 L:      patches@opensource.wolfsonmicro.com
10469 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10470 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10471 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10472 S:      Supported
10473 F:      Documentation/hwmon/wm83??
10474 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10475 F:      drivers/clk/clk-wm83*.c
10476 F:      drivers/extcon/extcon-arizona.c
10477 F:      drivers/leds/leds-wm83*.c
10478 F:      drivers/gpio/gpio-*wm*.c
10479 F:      drivers/gpio/gpio-arizona.c
10480 F:      drivers/hwmon/wm83??-hwmon.c
10481 F:      drivers/input/misc/wm831x-on.c
10482 F:      drivers/input/touchscreen/wm831x-ts.c
10483 F:      drivers/input/touchscreen/wm97*.c
10484 F:      drivers/mfd/arizona*
10485 F:      drivers/mfd/wm*.c
10486 F:      drivers/power/wm83*.c
10487 F:      drivers/rtc/rtc-wm83*.c
10488 F:      drivers/regulator/wm8*.c
10489 F:      drivers/video/backlight/wm83*_bl.c
10490 F:      drivers/watchdog/wm83*_wdt.c
10491 F:      include/linux/mfd/arizona/
10492 F:      include/linux/mfd/wm831x/
10493 F:      include/linux/mfd/wm8350/
10494 F:      include/linux/mfd/wm8400*
10495 F:      include/linux/wm97xx.h
10496 F:      include/sound/wm????.h
10497 F:      sound/soc/codecs/arizona.?
10498 F:      sound/soc/codecs/wm*
10499
10500 WORKQUEUE
10501 M:      Tejun Heo <tj@kernel.org>
10502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10503 S:      Maintained
10504 F:      include/linux/workqueue.h
10505 F:      kernel/workqueue.c
10506 F:      Documentation/workqueue.txt
10507
10508 X.25 NETWORK LAYER
10509 M:      Andrew Hendry <andrew.hendry@gmail.com>
10510 L:      linux-x25@vger.kernel.org
10511 S:      Odd Fixes
10512 F:      Documentation/networking/x25*
10513 F:      include/net/x25*
10514 F:      net/x25/
10515
10516 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10517 M:      Thomas Gleixner <tglx@linutronix.de>
10518 M:      Ingo Molnar <mingo@redhat.com>
10519 M:      "H. Peter Anvin" <hpa@zytor.com>
10520 M:      x86@kernel.org
10521 L:      linux-kernel@vger.kernel.org
10522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10523 S:      Maintained
10524 F:      Documentation/x86/
10525 F:      arch/x86/
10526
10527 X86 PLATFORM DRIVERS
10528 M:      Darren Hart <dvhart@infradead.org>
10529 L:      platform-driver-x86@vger.kernel.org
10530 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10531 S:      Maintained
10532 F:      drivers/platform/x86/
10533
10534 X86 MCE INFRASTRUCTURE
10535 M:      Tony Luck <tony.luck@intel.com>
10536 M:      Borislav Petkov <bp@alien8.de>
10537 L:      linux-edac@vger.kernel.org
10538 S:      Maintained
10539 F:      arch/x86/kernel/cpu/mcheck/*
10540
10541 X86 VDSO
10542 M:      Andy Lutomirski <luto@amacapital.net>
10543 L:      linux-kernel@vger.kernel.org
10544 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10545 S:      Maintained
10546 F:      arch/x86/vdso/
10547
10548 XC2028/3028 TUNER DRIVER
10549 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10550 L:      linux-media@vger.kernel.org
10551 W:      http://linuxtv.org
10552 T:      git git://linuxtv.org/media_tree.git
10553 S:      Maintained
10554 F:      drivers/media/tuners/tuner-xc2028.*
10555
10556 XEN HYPERVISOR INTERFACE
10557 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10558 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10559 M:      David Vrabel <david.vrabel@citrix.com>
10560 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10562 S:      Supported
10563 F:      arch/x86/xen/
10564 F:      drivers/*/xen-*front.c
10565 F:      drivers/xen/
10566 F:      arch/x86/include/asm/xen/
10567 F:      include/xen/
10568 F:      include/uapi/xen/
10569
10570 XEN HYPERVISOR ARM
10571 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10572 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10573 S:      Supported
10574 F:      arch/arm/xen/
10575 F:      arch/arm/include/asm/xen/
10576
10577 XEN HYPERVISOR ARM64
10578 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10579 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10580 S:      Supported
10581 F:      arch/arm64/xen/
10582 F:      arch/arm64/include/asm/xen/
10583
10584 XEN NETWORK BACKEND DRIVER
10585 M:      Ian Campbell <ian.campbell@citrix.com>
10586 M:      Wei Liu <wei.liu2@citrix.com>
10587 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10588 L:      netdev@vger.kernel.org
10589 S:      Supported
10590 F:      drivers/net/xen-netback/*
10591
10592 XEN PCI SUBSYSTEM
10593 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10594 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10595 S:      Supported
10596 F:      arch/x86/pci/*xen*
10597 F:      drivers/pci/*xen*
10598
10599 XEN BLOCK SUBSYSTEM
10600 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10601 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10602 S:      Supported
10603 F:      drivers/block/xen-blkback/*
10604 F:      drivers/block/xen*
10605
10606 XEN PVSCSI DRIVERS
10607 M:      Juergen Gross <jgross@suse.com>
10608 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10609 L:      linux-scsi@vger.kernel.org
10610 S:      Supported
10611 F:      drivers/scsi/xen-scsifront.c
10612 F:      drivers/xen/xen-scsiback.c
10613 F:      include/xen/interface/io/vscsiif.h
10614
10615 XEN SWIOTLB SUBSYSTEM
10616 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10617 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10618 S:      Supported
10619 F:      arch/x86/xen/*swiotlb*
10620 F:      drivers/xen/*swiotlb*
10621
10622 XFS FILESYSTEM
10623 P:      Silicon Graphics Inc
10624 M:      Dave Chinner <david@fromorbit.com>
10625 M:      xfs@oss.sgi.com
10626 L:      xfs@oss.sgi.com
10627 W:      http://oss.sgi.com/projects/xfs
10628 T:      git git://oss.sgi.com/xfs/xfs.git
10629 S:      Supported
10630 F:      Documentation/filesystems/xfs.txt
10631 F:      fs/xfs/
10632
10633 XILINX AXI ETHERNET DRIVER
10634 M:      Anirudha Sarangi <anirudh@xilinx.com>
10635 M:      John Linn <John.Linn@xilinx.com>
10636 S:      Maintained
10637 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10638
10639 XILINX UARTLITE SERIAL DRIVER
10640 M:      Peter Korsgaard <jacmet@sunsite.dk>
10641 L:      linux-serial@vger.kernel.org
10642 S:      Maintained
10643 F:      drivers/tty/serial/uartlite.c
10644
10645 XILLYBUS DRIVER
10646 M:      Eli Billauer <eli.billauer@gmail.com>
10647 L:      linux-kernel@vger.kernel.org
10648 S:      Supported
10649 F:      drivers/char/xillybus/
10650
10651 XTENSA XTFPGA PLATFORM SUPPORT
10652 M:      Max Filippov <jcmvbkbc@gmail.com>
10653 L:      linux-xtensa@linux-xtensa.org
10654 S:      Maintained
10655 F:      drivers/spi/spi-xtensa-xtfpga.c
10656
10657 YAM DRIVER FOR AX.25
10658 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10659 L:      linux-hams@vger.kernel.org
10660 S:      Maintained
10661 F:      drivers/net/hamradio/yam*
10662 F:      include/linux/yam.h
10663
10664 YEALINK PHONE DRIVER
10665 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10666 L:      usbb2k-api-dev@nongnu.org
10667 S:      Maintained
10668 F:      Documentation/input/yealink.txt
10669 F:      drivers/input/misc/yealink.*
10670
10671 Z8530 DRIVER FOR AX.25
10672 M:      Joerg Reuter <jreuter@yaina.de>
10673 W:      http://yaina.de/jreuter/
10674 W:      http://www.qsl.net/dl1bke/
10675 L:      linux-hams@vger.kernel.org
10676 S:      Maintained
10677 F:      Documentation/networking/z8530drv.txt
10678 F:      drivers/net/hamradio/*scc.c
10679 F:      drivers/net/hamradio/z8530.h
10680
10681 ZBUD COMPRESSED PAGE ALLOCATOR
10682 M:      Seth Jennings <sjennings@variantweb.net>
10683 L:      linux-mm@kvack.org
10684 S:      Maintained
10685 F:      mm/zbud.c
10686 F:      include/linux/zbud.h
10687
10688 ZD1211RW WIRELESS DRIVER
10689 M:      Daniel Drake <dsd@gentoo.org>
10690 M:      Ulrich Kunitz <kune@deine-taler.de>
10691 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10692 L:      linux-wireless@vger.kernel.org
10693 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10694 S:      Maintained
10695 F:      drivers/net/wireless/zd1211rw/
10696
10697 ZR36067 VIDEO FOR LINUX DRIVER
10698 L:      mjpeg-users@lists.sourceforge.net
10699 L:      linux-media@vger.kernel.org
10700 W:      http://mjpeg.sourceforge.net/driver-zoran/
10701 T:      hg http://linuxtv.org/hg/v4l-dvb
10702 S:      Odd Fixes
10703 F:      drivers/media/pci/zoran/
10704
10705 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10706 M:      Minchan Kim <minchan@kernel.org>
10707 M:      Nitin Gupta <ngupta@vflare.org>
10708 L:      linux-kernel@vger.kernel.org
10709 S:      Maintained
10710 F:      drivers/block/zram/
10711 F:      Documentation/blockdev/zram.txt
10712
10713 ZS DECSTATION Z85C30 SERIAL DRIVER
10714 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10715 S:      Maintained
10716 F:      drivers/tty/serial/zs.*
10717
10718 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10719 M:      Minchan Kim <minchan@kernel.org>
10720 M:      Nitin Gupta <ngupta@vflare.org>
10721 L:      linux-mm@kvack.org
10722 S:      Maintained
10723 F:      mm/zsmalloc.c
10724 F:      include/linux/zsmalloc.h
10725
10726 ZSWAP COMPRESSED SWAP CACHING
10727 M:      Seth Jennings <sjennings@variantweb.net>
10728 L:      linux-mm@kvack.org
10729 S:      Maintained
10730 F:      mm/zswap.c
10731
10732 THE REST
10733 M:      Linus Torvalds <torvalds@linux-foundation.org>
10734 L:      linux-kernel@vger.kernel.org
10735 Q:      http://patchwork.kernel.org/project/LKML/list/
10736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10737 S:      Buried alive in reporters
10738 F:      *
10739 F:      */