[media] MAINTAINERS: add airspy driver
[firefly-linux-kernel-4.4.55.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         L: Mailing list that is relevant to this area
74         W: Web-page with status/info
75         Q: Patchwork web based patch tracking system site
76         T: SCM tree type and location.
77            Type is one of: git, hg, quilt, stgit, topgit
78         S: Status, one of the following:
79            Supported:   Someone is actually paid to look after this.
80            Maintained:  Someone actually looks after it.
81            Odd Fixes:   It has a maintainer but they don't have time to do
82                         much other than throw the odd patch in. See below..
83            Orphan:      No current maintainer [but maybe you could take the
84                         role as you write your new code].
85            Obsolete:    Old code. Something tagged obsolete generally means
86                         it has been replaced by a better system and you
87                         should be using that.
88         F: Files and directories with wildcard patterns.
89            A trailing slash includes all files and subdirectory files.
90            F:   drivers/net/    all files in and below drivers/net
91            F:   drivers/net/*   all files in drivers/net, but not below
92            F:   */net/*         all files in "any top level directory"/net
93            One pattern per line.  Multiple F: lines acceptable.
94         N: Files and directories with regex patterns.
95            N:   [^a-z]tegra     all files whose path contains the word tegra
96            One pattern per line.  Multiple N: lines acceptable.
97            scripts/get_maintainer.pl has different behavior for files that
98            match F: pattern and matches of N: patterns.  By default,
99            get_maintainer will not look at git log history when an F: pattern
100            match occurs.  When an N: match occurs, git log history is used
101            to also notify the people that have git commit signatures.
102         X: Files and directories that are NOT maintained, same rules as F:
103            Files exclusions are tested before file matches.
104            Can be useful for excluding a specific subdirectory, for instance:
105            F:   net/
106            X:   net/ipv6/
107            matches all files in and below net excluding net/ipv6/
108         K: Keyword perl extended regex pattern to match content in a
109            patch or file.  For instance:
110            K: of_get_profile
111               matches patches or files that contain "of_get_profile"
112            K: \b(printk|pr_(info|err))\b
113               matches patches or files that contain one or more of the words
114               printk, pr_info or pr_err
115            One regex pattern per line.  Multiple K: lines acceptable.
116
117 Note: For the hard of thinking, this list is meant to remain in alphabetical
118 order. If you could add yourselves to it in alphabetical order that would be
119 so much easier [Ed]
120
121 Maintainers List (try to look for most precise areas first)
122
123                 -----------------------------------
124
125 3C59X NETWORK DRIVER
126 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
127 L:      netdev@vger.kernel.org
128 S:      Maintained
129 F:      Documentation/networking/vortex.txt
130 F:      drivers/net/ethernet/3com/3c59x.c
131
132 3CR990 NETWORK DRIVER
133 M:      David Dillow <dave@thedillows.org>
134 L:      netdev@vger.kernel.org
135 S:      Maintained
136 F:      drivers/net/ethernet/3com/typhoon*
137
138 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
139 M:      Adam Radford <linuxraid@lsi.com>
140 L:      linux-scsi@vger.kernel.org
141 W:      http://www.lsi.com
142 S:      Supported
143 F:      drivers/scsi/3w-*
144
145 53C700 AND 53C700-66 SCSI DRIVER
146 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
147 L:      linux-scsi@vger.kernel.org
148 S:      Maintained
149 F:      drivers/scsi/53c700*
150
151 6PACK NETWORK DRIVER FOR AX.25
152 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
153 L:      linux-hams@vger.kernel.org
154 S:      Maintained
155 F:      drivers/net/hamradio/6pack.c
156
157 8169 10/100/1000 GIGABIT ETHERNET DRIVER
158 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
159 M:      Francois Romieu <romieu@fr.zoreil.com>
160 L:      netdev@vger.kernel.org
161 S:      Maintained
162 F:      drivers/net/ethernet/realtek/r8169.c
163
164 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
165 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
166 L:      linux-serial@vger.kernel.org
167 W:      http://serial.sourceforge.net
168 S:      Maintained
169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
170 F:      drivers/tty/serial/8250*
171 F:      include/linux/serial_8250.h
172
173 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
174 L:      netdev@vger.kernel.org
175 S:      Orphan / Obsolete
176 F:      drivers/net/ethernet/8390/
177
178 9P FILE SYSTEM
179 M:      Eric Van Hensbergen <ericvh@gmail.com>
180 M:      Ron Minnich <rminnich@sandia.gov>
181 M:      Latchesar Ionkov <lucho@ionkov.net>
182 L:      v9fs-developer@lists.sourceforge.net
183 W:      http://swik.net/v9fs
184 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
186 S:      Maintained
187 F:      Documentation/filesystems/9p.txt
188 F:      fs/9p/
189 F:      net/9p/
190 F:      include/net/9p/
191 F:      include/uapi/linux/virtio_9p.h
192 F:      include/trace/events/9p.h
193
194
195 A8293 MEDIA DRIVER
196 M:      Antti Palosaari <crope@iki.fi>
197 L:      linux-media@vger.kernel.org
198 W:      http://linuxtv.org/
199 W:      http://palosaari.fi/linux/
200 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
201 T:      git git://linuxtv.org/anttip/media_tree.git
202 S:      Maintained
203 F:      drivers/media/dvb-frontends/a8293*
204
205 AACRAID SCSI RAID DRIVER
206 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
207 L:      linux-scsi@vger.kernel.org
208 W:      http://www.adaptec.com/
209 S:      Supported
210 F:      Documentation/scsi/aacraid.txt
211 F:      drivers/scsi/aacraid/
212
213 ABI/API
214 L:      linux-api@vger.kernel.org
215 F:      Documentation/ABI/
216 F:      include/linux/syscalls.h
217 F:      include/uapi/
218 F:      kernel/sys_ni.c
219
220 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
221 M:      Hans de Goede <hdegoede@redhat.com>
222 L:      lm-sensors@lm-sensors.org
223 S:      Maintained
224 F:      drivers/hwmon/abituguru.c
225
226 ABIT UGURU 3 HARDWARE MONITOR DRIVER
227 M:      Alistair John Strachan <alistair@devzero.co.uk>
228 L:      lm-sensors@lm-sensors.org
229 S:      Maintained
230 F:      drivers/hwmon/abituguru3.c
231
232 ACENIC DRIVER
233 M:      Jes Sorensen <jes@trained-monkey.org>
234 L:      linux-acenic@sunsite.dk
235 S:      Maintained
236 F:      drivers/net/ethernet/alteon/acenic*
237
238 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
239 M:      Peter Feuerer <peter@piie.net>
240 L:      platform-driver-x86@vger.kernel.org
241 W:      http://piie.net/?section=acerhdf
242 S:      Maintained
243 F:      drivers/platform/x86/acerhdf.c
244
245 ACER WMI LAPTOP EXTRAS
246 M:      "Lee, Chun-Yi" <jlee@suse.com>
247 L:      platform-driver-x86@vger.kernel.org
248 S:      Maintained
249 F:      drivers/platform/x86/acer-wmi.c
250
251 ACPI
252 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
253 M:      Len Brown <lenb@kernel.org>
254 L:      linux-acpi@vger.kernel.org
255 W:      https://01.org/linux-acpi
256 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
258 S:      Supported
259 F:      drivers/acpi/
260 F:      drivers/pnp/pnpacpi/
261 F:      include/linux/acpi.h
262 F:      include/acpi/
263 F:      Documentation/acpi
264 F:      Documentation/ABI/testing/sysfs-bus-acpi
265 F:      drivers/pci/*acpi*
266 F:      drivers/pci/*/*acpi*
267 F:      drivers/pci/*/*/*acpi*
268 F:      tools/power/acpi
269
270 ACPI COMPONENT ARCHITECTURE (ACPICA)
271 M:      Robert Moore <robert.moore@intel.com>
272 M:      Lv Zheng <lv.zheng@intel.com>
273 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
274 L:      linux-acpi@vger.kernel.org
275 L:      devel@acpica.org
276 W:      https://acpica.org/
277 W:      https://github.com/acpica/acpica/
278 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
280 S:      Supported
281 F:      drivers/acpi/acpica/
282 F:      include/acpi/
283 F:      tools/power/acpi/
284
285 ACPI FAN DRIVER
286 M:      Zhang Rui <rui.zhang@intel.com>
287 L:      linux-acpi@vger.kernel.org
288 W:      https://01.org/linux-acpi
289 S:      Supported
290 F:      drivers/acpi/fan.c
291
292 ACPI THERMAL DRIVER
293 M:      Zhang Rui <rui.zhang@intel.com>
294 L:      linux-acpi@vger.kernel.org
295 W:      https://01.org/linux-acpi
296 S:      Supported
297 F:      drivers/acpi/*thermal*
298
299 ACPI VIDEO DRIVER
300 M:      Zhang Rui <rui.zhang@intel.com>
301 L:      linux-acpi@vger.kernel.org
302 W:      https://01.org/linux-acpi
303 S:      Supported
304 F:      drivers/acpi/video.c
305
306 ACPI WMI DRIVER
307 L:      platform-driver-x86@vger.kernel.org
308 S:      Orphan
309 F:      drivers/platform/x86/wmi.c
310
311 AD1889 ALSA SOUND DRIVER
312 M:      Thibaut Varene <T-Bone@parisc-linux.org>
313 W:      http://wiki.parisc-linux.org/AD1889
314 L:      linux-parisc@vger.kernel.org
315 S:      Maintained
316 F:      sound/pci/ad1889.*
317
318 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
319 M:      Michael Hennerich <michael.hennerich@analog.com>
320 W:      http://wiki.analog.com/AD5254
321 W:      http://ez.analog.com/community/linux-device-drivers
322 S:      Supported
323 F:      drivers/misc/ad525x_dpot.c
324
325 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
326 M:      Michael Hennerich <michael.hennerich@analog.com>
327 W:      http://wiki.analog.com/AD5398
328 W:      http://ez.analog.com/community/linux-device-drivers
329 S:      Supported
330 F:      drivers/regulator/ad5398.c
331
332 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
333 M:      Michael Hennerich <michael.hennerich@analog.com>
334 W:      http://wiki.analog.com/AD7142
335 W:      http://ez.analog.com/community/linux-device-drivers
336 S:      Supported
337 F:      drivers/input/misc/ad714x.c
338
339 AD7877 TOUCHSCREEN DRIVER
340 M:      Michael Hennerich <michael.hennerich@analog.com>
341 W:      http://wiki.analog.com/AD7877
342 W:      http://ez.analog.com/community/linux-device-drivers
343 S:      Supported
344 F:      drivers/input/touchscreen/ad7877.c
345
346 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
347 M:      Michael Hennerich <michael.hennerich@analog.com>
348 W:      http://wiki.analog.com/AD7879
349 W:      http://ez.analog.com/community/linux-device-drivers
350 S:      Supported
351 F:      drivers/input/touchscreen/ad7879.c
352
353 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
354 M:      Jiri Kosina <jkosina@suse.cz>
355 S:      Maintained
356
357 ADM1025 HARDWARE MONITOR DRIVER
358 M:      Jean Delvare <jdelvare@suse.de>
359 L:      lm-sensors@lm-sensors.org
360 S:      Maintained
361 F:      Documentation/hwmon/adm1025
362 F:      drivers/hwmon/adm1025.c
363
364 ADM1029 HARDWARE MONITOR DRIVER
365 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
366 L:      lm-sensors@lm-sensors.org
367 S:      Maintained
368 F:      drivers/hwmon/adm1029.c
369
370 ADM8211 WIRELESS DRIVER
371 L:      linux-wireless@vger.kernel.org
372 W:      http://wireless.kernel.org/
373 S:      Orphan
374 F:      drivers/net/wireless/adm8211.*
375
376 ADP1653 FLASH CONTROLLER DRIVER
377 M:      Sakari Ailus <sakari.ailus@iki.fi>
378 L:      linux-media@vger.kernel.org
379 S:      Maintained
380 F:      drivers/media/i2c/adp1653.c
381 F:      include/media/adp1653.h
382
383 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
384 M:      Michael Hennerich <michael.hennerich@analog.com>
385 W:      http://wiki.analog.com/ADP5520
386 W:      http://ez.analog.com/community/linux-device-drivers
387 S:      Supported
388 F:      drivers/mfd/adp5520.c
389 F:      drivers/video/backlight/adp5520_bl.c
390 F:      drivers/leds/leds-adp5520.c
391 F:      drivers/gpio/gpio-adp5520.c
392 F:      drivers/input/keyboard/adp5520-keys.c
393
394 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
395 M:      Michael Hennerich <michael.hennerich@analog.com>
396 W:      http://wiki.analog.com/ADP5588
397 W:      http://ez.analog.com/community/linux-device-drivers
398 S:      Supported
399 F:      drivers/input/keyboard/adp5588-keys.c
400 F:      drivers/gpio/gpio-adp5588.c
401
402 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
403 M:      Michael Hennerich <michael.hennerich@analog.com>
404 W:      http://wiki.analog.com/ADP8860
405 W:      http://ez.analog.com/community/linux-device-drivers
406 S:      Supported
407 F:      drivers/video/backlight/adp8860_bl.c
408
409 ADS1015 HARDWARE MONITOR DRIVER
410 M:      Dirk Eibach <eibach@gdsys.de>
411 L:      lm-sensors@lm-sensors.org
412 S:      Maintained
413 F:      Documentation/hwmon/ads1015
414 F:      drivers/hwmon/ads1015.c
415 F:      include/linux/i2c/ads1015.h
416
417 ADT746X FAN DRIVER
418 M:      Colin Leroy <colin@colino.net>
419 S:      Maintained
420 F:      drivers/macintosh/therm_adt746x.c
421
422 ADT7475 HARDWARE MONITOR DRIVER
423 M:      Jean Delvare <jdelvare@suse.de>
424 L:      lm-sensors@lm-sensors.org
425 S:      Maintained
426 F:      Documentation/hwmon/adt7475
427 F:      drivers/hwmon/adt7475.c
428
429 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
430 M:      Michael Hennerich <michael.hennerich@analog.com>
431 W:      http://wiki.analog.com/ADXL345
432 W:      http://ez.analog.com/community/linux-device-drivers
433 S:      Supported
434 F:      drivers/input/misc/adxl34x.c
435
436 ADVANSYS SCSI DRIVER
437 M:      Matthew Wilcox <matthew@wil.cx>
438 L:      linux-scsi@vger.kernel.org
439 S:      Maintained
440 F:      Documentation/scsi/advansys.txt
441 F:      drivers/scsi/advansys.c
442
443 AEDSP16 DRIVER
444 M:      Riccardo Facchetti <fizban@tin.it>
445 S:      Maintained
446 F:      sound/oss/aedsp16.c
447
448 AF9013 MEDIA DRIVER
449 M:      Antti Palosaari <crope@iki.fi>
450 L:      linux-media@vger.kernel.org
451 W:      http://linuxtv.org/
452 W:      http://palosaari.fi/linux/
453 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
454 T:      git git://linuxtv.org/anttip/media_tree.git
455 S:      Maintained
456 F:      drivers/media/dvb-frontends/af9013*
457
458 AF9033 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/af9033*
467
468 AFFS FILE SYSTEM
469 L:      linux-fsdevel@vger.kernel.org
470 S:      Orphan
471 F:      Documentation/filesystems/affs.txt
472 F:      fs/affs/
473
474 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
475 M:      David Howells <dhowells@redhat.com>
476 L:      linux-afs@lists.infradead.org
477 S:      Supported
478 F:      fs/afs/
479 F:      include/net/af_rxrpc.h
480 F:      net/rxrpc/af_rxrpc.c
481
482 AGPGART DRIVER
483 M:      David Airlie <airlied@linux.ie>
484 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
485 S:      Maintained
486 F:      drivers/char/agp/
487 F:      include/linux/agp*
488 F:      include/uapi/linux/agp*
489
490 AHA152X SCSI DRIVER
491 M:      "Juergen E. Fischer" <fischer@norbit.de>
492 L:      linux-scsi@vger.kernel.org
493 S:      Maintained
494 F:      drivers/scsi/aha152x*
495 F:      drivers/scsi/pcmcia/aha152x*
496
497 AIC7XXX / AIC79XX SCSI DRIVER
498 M:      Hannes Reinecke <hare@suse.de>
499 L:      linux-scsi@vger.kernel.org
500 S:      Maintained
501 F:      drivers/scsi/aic7xxx/
502
503 AIMSLAB FM RADIO RECEIVER DRIVER
504 M:      Hans Verkuil <hverkuil@xs4all.nl>
505 L:      linux-media@vger.kernel.org
506 T:      git git://linuxtv.org/media_tree.git
507 W:      http://linuxtv.org
508 S:      Maintained
509 F:      drivers/media/radio/radio-aimslab*
510
511 AIO
512 M:      Benjamin LaHaise <bcrl@kvack.org>
513 L:      linux-aio@kvack.org
514 S:      Supported
515 F:      fs/aio.c
516 F:      include/linux/*aio*.h
517
518 AIRSPY MEDIA DRIVER
519 M:      Antti Palosaari <crope@iki.fi>
520 L:      linux-media@vger.kernel.org
521 W:      http://linuxtv.org/
522 W:      http://palosaari.fi/linux/
523 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
524 T:      git git://linuxtv.org/anttip/media_tree.git
525 S:      Maintained
526 F:      drivers/media/usb/airspy/
527
528 ALCATEL SPEEDTOUCH USB DRIVER
529 M:      Duncan Sands <duncan.sands@free.fr>
530 L:      linux-usb@vger.kernel.org
531 W:      http://www.linux-usb.org/SpeedTouch/
532 S:      Maintained
533 F:      drivers/usb/atm/speedtch.c
534 F:      drivers/usb/atm/usbatm.c
535
536 ALCHEMY AU1XX0 MMC DRIVER
537 M:      Manuel Lauss <manuel.lauss@gmail.com>
538 S:      Maintained
539 F:      drivers/mmc/host/au1xmmc.c
540
541 ALI1563 I2C DRIVER
542 M:      Rudolf Marek <r.marek@assembler.cz>
543 L:      linux-i2c@vger.kernel.org
544 S:      Maintained
545 F:      Documentation/i2c/busses/i2c-ali1563
546 F:      drivers/i2c/busses/i2c-ali1563.c
547
548 ALPHA PORT
549 M:      Richard Henderson <rth@twiddle.net>
550 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
551 M:      Matt Turner <mattst88@gmail.com>
552 S:      Odd Fixes
553 L:      linux-alpha@vger.kernel.org
554 F:      arch/alpha/
555
556 ALTERA TRIPLE SPEED ETHERNET DRIVER
557 M:      Vince Bridgers <vbridgers2013@gmail.com>
558 L:      netdev@vger.kernel.org
559 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
560 S:      Maintained
561 F:      drivers/net/ethernet/altera/
562
563 ALTERA UART/JTAG UART SERIAL DRIVERS
564 M:      Tobias Klauser <tklauser@distanz.ch>
565 L:      linux-serial@vger.kernel.org
566 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
567 S:      Maintained
568 F:      drivers/tty/serial/altera_uart.c
569 F:      drivers/tty/serial/altera_jtaguart.c
570 F:      include/linux/altera_uart.h
571 F:      include/linux/altera_jtaguart.h
572
573 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
574 M:      Tom Lendacky <thomas.lendacky@amd.com>
575 L:      linux-crypto@vger.kernel.org
576 S:      Supported
577 F:      drivers/crypto/ccp/
578 F:      include/linux/ccp.h
579
580 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
581 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
582 L:      lm-sensors@lm-sensors.org
583 S:      Maintained
584 F:      Documentation/hwmon/fam15h_power
585 F:      drivers/hwmon/fam15h_power.c
586
587 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
588 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
589 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
590 S:      Supported
591 F:      drivers/usb/gadget/amd5536udc.*
592
593 AMD GEODE PROCESSOR/CHIPSET SUPPORT
594 P:      Andres Salomon <dilinger@queued.net>
595 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
596 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
597 S:      Supported
598 F:      drivers/char/hw_random/geode-rng.c
599 F:      drivers/crypto/geode*
600 F:      drivers/video/geode/
601 F:      arch/x86/include/asm/geode.h
602
603 AMD IOMMU (AMD-VI)
604 M:      Joerg Roedel <joro@8bytes.org>
605 L:      iommu@lists.linux-foundation.org
606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
607 S:      Maintained
608 F:      drivers/iommu/amd_iommu*.[ch]
609 F:      include/linux/amd-iommu.h
610
611 AMD MICROCODE UPDATE SUPPORT
612 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
613 L:      amd64-microcode@amd64.org
614 S:      Maintained
615 F:      arch/x86/kernel/microcode_amd.c
616
617 AMD XGBE DRIVER
618 M:      Tom Lendacky <thomas.lendacky@amd.com>
619 L:      netdev@vger.kernel.org
620 S:      Supported
621 F:      drivers/net/ethernet/amd/xgbe/
622 F:      drivers/net/phy/amd-xgbe-phy.c
623
624 AMS (Apple Motion Sensor) DRIVER
625 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
626 S:      Supported
627 F:      drivers/macintosh/ams/
628
629 AMSO1100 RNIC DRIVER
630 M:      Tom Tucker <tom@opengridcomputing.com>
631 M:      Steve Wise <swise@opengridcomputing.com>
632 L:      linux-rdma@vger.kernel.org
633 S:      Maintained
634 F:      drivers/infiniband/hw/amso1100/
635
636 ANALOG DEVICES INC AD9389B DRIVER
637 M:      Hans Verkuil <hans.verkuil@cisco.com>
638 L:      linux-media@vger.kernel.org
639 S:      Maintained
640 F:      drivers/media/i2c/ad9389b*
641
642 ANALOG DEVICES INC ADV7511 DRIVER
643 M:      Hans Verkuil <hans.verkuil@cisco.com>
644 L:      linux-media@vger.kernel.org
645 S:      Maintained
646 F:      drivers/media/i2c/adv7511*
647
648 ANALOG DEVICES INC ADV7604 DRIVER
649 M:      Hans Verkuil <hans.verkuil@cisco.com>
650 L:      linux-media@vger.kernel.org
651 S:      Maintained
652 F:      drivers/media/i2c/adv7604*
653
654 ANALOG DEVICES INC ADV7842 DRIVER
655 M:      Hans Verkuil <hans.verkuil@cisco.com>
656 L:      linux-media@vger.kernel.org
657 S:      Maintained
658 F:      drivers/media/i2c/adv7842*
659
660 ANALOG DEVICES INC ASOC CODEC DRIVERS
661 M:      Lars-Peter Clausen <lars@metafoo.de>
662 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
663 W:      http://wiki.analog.com/
664 W:      http://ez.analog.com/community/linux-device-drivers
665 S:      Supported
666 F:      sound/soc/codecs/adau*
667 F:      sound/soc/codecs/adav*
668 F:      sound/soc/codecs/ad1*
669 F:      sound/soc/codecs/ad7*
670 F:      sound/soc/codecs/ssm*
671 F:      sound/soc/codecs/sigmadsp.*
672
673 ANALOG DEVICES INC ASOC DRIVERS
674 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
675 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
676 W:      http://blackfin.uclinux.org/
677 S:      Supported
678 F:      sound/soc/blackfin/*
679
680 AOA (Apple Onboard Audio) ALSA DRIVER
681 M:      Johannes Berg <johannes@sipsolutions.net>
682 L:      linuxppc-dev@lists.ozlabs.org
683 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
684 S:      Maintained
685 F:      sound/aoa/
686
687 APM DRIVER
688 M:      Jiri Kosina <jkosina@suse.cz>
689 S:      Odd fixes
690 F:      arch/x86/kernel/apm_32.c
691 F:      include/linux/apm_bios.h
692 F:      include/uapi/linux/apm_bios.h
693 F:      drivers/char/apm-emulation.c
694
695 APPLE BCM5974 MULTITOUCH DRIVER
696 M:      Henrik Rydberg <rydberg@euromail.se>
697 L:      linux-input@vger.kernel.org
698 S:      Maintained
699 F:      drivers/input/mouse/bcm5974.c
700
701 APPLE SMC DRIVER
702 M:      Henrik Rydberg <rydberg@euromail.se>
703 L:      lm-sensors@lm-sensors.org
704 S:      Maintained
705 F:      drivers/hwmon/applesmc.c
706
707 APPLETALK NETWORK LAYER
708 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
709 S:      Maintained
710 F:      drivers/net/appletalk/
711 F:      net/appletalk/
712
713 APTINA CAMERA SENSOR PLL
714 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
715 L:      linux-media@vger.kernel.org
716 S:      Maintained
717 F:      drivers/media/i2c/aptina-pll.*
718
719 ARASAN COMPACT FLASH PATA CONTROLLER
720 M:      Viresh Kumar <viresh.linux@gmail.com>
721 L:      linux-ide@vger.kernel.org
722 S:      Maintained
723 F:      include/linux/pata_arasan_cf_data.h
724 F:      drivers/ata/pata_arasan_cf.c
725
726 ARC FRAMEBUFFER DRIVER
727 M:      Jaya Kumar <jayalk@intworks.biz>
728 S:      Maintained
729 F:      drivers/video/arcfb.c
730 F:      drivers/video/fb_defio.c
731
732 ARM MFM AND FLOPPY DRIVERS
733 M:      Ian Molton <spyro@f2s.com>
734 S:      Maintained
735 F:      arch/arm/lib/floppydma.S
736 F:      arch/arm/include/asm/floppy.h
737
738 ARM PMU PROFILING AND DEBUGGING
739 M:      Will Deacon <will.deacon@arm.com>
740 S:      Maintained
741 F:      arch/arm/kernel/perf_event*
742 F:      arch/arm/oprofile/common.c
743 F:      arch/arm/include/asm/pmu.h
744 F:      arch/arm/kernel/hw_breakpoint.c
745 F:      arch/arm/include/asm/hw_breakpoint.h
746
747 ARM PORT
748 M:      Russell King <linux@arm.linux.org.uk>
749 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
750 W:      http://www.arm.linux.org.uk/
751 S:      Maintained
752 F:      arch/arm/
753
754 ARM SUB-ARCHITECTURES
755 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
756 S:      Maintained
757 F:      arch/arm/mach-*/
758 F:      arch/arm/plat-*/
759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
760
761 ARM PRIMECELL AACI PL041 DRIVER
762 M:      Russell King <linux@arm.linux.org.uk>
763 S:      Maintained
764 F:      sound/arm/aaci.*
765
766 ARM PRIMECELL CLCD PL110 DRIVER
767 M:      Russell King <linux@arm.linux.org.uk>
768 S:      Maintained
769 F:      drivers/video/amba-clcd.*
770
771 ARM PRIMECELL KMI PL050 DRIVER
772 M:      Russell King <linux@arm.linux.org.uk>
773 S:      Maintained
774 F:      drivers/input/serio/ambakmi.*
775 F:      include/linux/amba/kmi.h
776
777 ARM PRIMECELL MMCI PL180/1 DRIVER
778 M:      Russell King <linux@arm.linux.org.uk>
779 S:      Maintained
780 F:      drivers/mmc/host/mmci.*
781 F:      include/linux/amba/mmci.h
782
783 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
784 M:      Russell King <linux@arm.linux.org.uk>
785 S:      Maintained
786 F:      drivers/tty/serial/amba-pl01*.c
787 F:      include/linux/amba/serial.h
788
789 ARM PRIMECELL BUS SUPPORT
790 M:      Russell King <linux@arm.linux.org.uk>
791 S:      Maintained
792 F:      drivers/amba/
793 F:      include/linux/amba/bus.h
794
795 ARM/ADS SPHERE MACHINE SUPPORT
796 M:      Lennert Buytenhek <kernel@wantstofly.org>
797 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
798 S:      Maintained
799
800 ARM/AFEB9260 MACHINE SUPPORT
801 M:      Sergey Lapin <slapin@ossfans.org>
802 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
803 S:      Maintained
804
805 ARM/AJECO 1ARM MACHINE SUPPORT
806 M:      Lennert Buytenhek <kernel@wantstofly.org>
807 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
808 S:      Maintained
809
810 ARM/Allwinner A1X SoC support
811 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
812 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
813 S:      Maintained
814 N:      sun[x4567]i
815
816 ARM/Allwinner SoC Clock Support
817 M:      Emilio López <emilio@elopez.com.ar>
818 S:      Maintained
819 F:      drivers/clk/sunxi/
820
821 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
822 M:      Andrew Victor <linux@maxim.org.za>
823 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
824 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
826 W:      http://maxim.org.za/at91_26.html
827 W:      http://www.linux4sam.org
828 S:      Supported
829 F:      arch/arm/mach-at91/
830 F:      arch/arm/boot/dts/at91*.dts
831 F:      arch/arm/boot/dts/at91*.dtsi
832 F:      arch/arm/boot/dts/sama*.dts
833 F:      arch/arm/boot/dts/sama*.dtsi
834
835 ARM/ATMEL AT91 Clock Support
836 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
837 S:      Maintained
838 F:      drivers/clk/at91
839
840 ARM/CALXEDA HIGHBANK ARCHITECTURE
841 M:      Rob Herring <robh@kernel.org>
842 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
843 S:      Maintained
844 F:      arch/arm/mach-highbank/
845
846 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
847 M:      Anton Vorontsov <anton@enomsg.org>
848 S:      Maintained
849 F:      arch/arm/mach-cns3xxx/
850 T:      git git://git.infradead.org/users/cbou/linux-cns3xxx.git
851
852 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
853 M:      Alexander Shiyan <shc_work@mail.ru>
854 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
855 S:      Odd Fixes
856 N:      clps711x
857
858 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
859 M:      Hartley Sweeten <hsweeten@visionengravers.com>
860 M:      Ryan Mallon <rmallon@gmail.com>
861 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
862 S:      Maintained
863 F:      arch/arm/mach-ep93xx/
864 F:      arch/arm/mach-ep93xx/include/mach/
865
866 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
867 M:      Lennert Buytenhek <kernel@wantstofly.org>
868 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
869 S:      Maintained
870
871 ARM/CLKDEV SUPPORT
872 M:      Russell King <linux@arm.linux.org.uk>
873 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874 S:      Maintained
875 F:      arch/arm/include/asm/clkdev.h
876 F:      drivers/clk/clkdev.c
877
878 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
879 M:      Mike Rapoport <mike@compulab.co.il>
880 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
881 S:      Maintained
882
883 ARM/CONTEC MICRO9 MACHINE SUPPORT
884 M:      Hubert Feurstein <hubert.feurstein@contec.at>
885 S:      Maintained
886 F:      arch/arm/mach-ep93xx/micro9.c
887
888 ARM/CORGI MACHINE SUPPORT
889 M:      Richard Purdie <rpurdie@rpsys.net>
890 S:      Maintained
891
892 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
893 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
894 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
895 T:      git git://git.berlios.de/gemini-board
896 S:      Maintained
897 F:      arch/arm/mach-gemini/
898
899 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
900 M:      Barry Song <baohua@kernel.org>
901 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
903 S:      Maintained
904 F:      arch/arm/mach-prima2/
905 F:      drivers/clk/clk-prima2.c
906 F:      drivers/clocksource/timer-prima2.c
907 F:      drivers/clocksource/timer-marco.c
908 N:      [^a-z]sirf
909
910 ARM/EBSA110 MACHINE SUPPORT
911 M:      Russell King <linux@arm.linux.org.uk>
912 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
913 W:      http://www.arm.linux.org.uk/
914 S:      Maintained
915 F:      arch/arm/mach-ebsa110/
916 F:      drivers/net/ethernet/amd/am79c961a.*
917
918 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
919 M:      Uwe Kleine-König <kernel@pengutronix.de>
920 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
921 S:      Maintained
922 N:      efm32
923
924 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
925 M:      Daniel Ribeiro <drwyrm@gmail.com>
926 M:      Stefan Schmidt <stefan@openezx.org>
927 M:      Harald Welte <laforge@openezx.org>
928 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
929 W:      http://www.openezx.org/
930 S:      Maintained
931 T:      topgit git://git.openezx.org/openezx.git
932 F:      arch/arm/mach-pxa/ezx.c
933
934 ARM/FARADAY FA526 PORT
935 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
937 S:      Maintained
938 T:      git git://git.berlios.de/gemini-board
939 F:      arch/arm/mm/*-fa*
940
941 ARM/FOOTBRIDGE ARCHITECTURE
942 M:      Russell King <linux@arm.linux.org.uk>
943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 W:      http://www.arm.linux.org.uk/
945 S:      Maintained
946 F:      arch/arm/include/asm/hardware/dec21285.h
947 F:      arch/arm/mach-footbridge/
948
949 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
950 M:      Shawn Guo <shawn.guo@freescale.com>
951 M:      Sascha Hauer <kernel@pengutronix.de>
952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
953 S:      Maintained
954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
955 F:      arch/arm/mach-imx/
956 F:      arch/arm/mach-mxs/
957 F:      arch/arm/boot/dts/imx*
958 F:      arch/arm/configs/imx*_defconfig
959
960 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
961 M:      Lennert Buytenhek <kernel@wantstofly.org>
962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963 S:      Maintained
964
965 ARM/GUMSTIX MACHINE SUPPORT
966 M:      Steve Sakoman <sakoman@gmail.com>
967 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
968 S:      Maintained
969
970 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
971 M:      Philipp Zabel <philipp.zabel@gmail.com>
972 M:      Paul Parsons <lost.distance@yahoo.com>
973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974 S:      Maintained
975 F:      arch/arm/mach-pxa/hx4700.c
976 F:      arch/arm/mach-pxa/include/mach/hx4700.h
977 F:      sound/soc/pxa/hx4700.c
978
979 ARM/HP JORNADA 7XX MACHINE SUPPORT
980 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
981 W:      www.jlime.com
982 S:      Maintained
983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
984 F:      arch/arm/mach-sa1100/jornada720.c
985 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
986
987 ARM/IGEP MACHINE SUPPORT
988 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
989 M:      Javier Martinez Canillas <javier@dowhile0.org>
990 L:      linux-omap@vger.kernel.org
991 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
992 S:      Maintained
993 F:      arch/arm/boot/dts/omap3-igep*
994
995 ARM/INCOME PXA270 SUPPORT
996 M:      Marek Vasut <marek.vasut@gmail.com>
997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 S:      Maintained
999 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1000
1001 ARM/INTEL IOP32X ARM ARCHITECTURE
1002 M:      Lennert Buytenhek <kernel@wantstofly.org>
1003 M:      Dan Williams <dan.j.williams@intel.com>
1004 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1005 S:      Maintained
1006
1007 ARM/INTEL IOP33X ARM ARCHITECTURE
1008 M:      Dan Williams <dan.j.williams@intel.com>
1009 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1010 S:      Maintained
1011
1012 ARM/INTEL IOP13XX ARM ARCHITECTURE
1013 M:      Lennert Buytenhek <kernel@wantstofly.org>
1014 M:      Dan Williams <dan.j.williams@intel.com>
1015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016 S:      Maintained
1017
1018 ARM/INTEL IQ81342EX MACHINE SUPPORT
1019 M:      Lennert Buytenhek <kernel@wantstofly.org>
1020 M:      Dan Williams <dan.j.williams@intel.com>
1021 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1022 S:      Maintained
1023
1024 ARM/INTEL IXDP2850 MACHINE SUPPORT
1025 M:      Lennert Buytenhek <kernel@wantstofly.org>
1026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 S:      Maintained
1028
1029 ARM/INTEL IXP4XX ARM ARCHITECTURE
1030 M:      Imre Kaloz <kaloz@openwrt.org>
1031 M:      Krzysztof Halasa <khc@pm.waw.pl>
1032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 S:      Maintained
1034 F:      arch/arm/mach-ixp4xx/
1035
1036 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1037 M:      Jonathan Cameron <jic23@cam.ac.uk>
1038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1039 S:      Maintained
1040 F:      arch/arm/mach-pxa/stargate2.c
1041 F:      drivers/pcmcia/pxa2xx_stargate2.c
1042
1043 ARM/INTEL XSC3 (MANZANO) ARM CORE
1044 M:      Lennert Buytenhek <kernel@wantstofly.org>
1045 M:      Dan Williams <dan.j.williams@intel.com>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048
1049 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1050 M:      Lennert Buytenhek <kernel@wantstofly.org>
1051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052 S:      Maintained
1053
1054 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1055 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
1056 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1057 S:      Maintained
1058 F:      arch/arm/mach-keystone/
1059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1060
1061 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1062 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
1063 L:      linux-kernel@vger.kernel.org
1064 S:      Maintained
1065 F:      drivers/clk/keystone/
1066
1067 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1068 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 L:      linux-kernel@vger.kernel.org
1071 S:      Maintained
1072 F:      drivers/clocksource/timer-keystone.c
1073
1074 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1075 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
1076 L:      linux-kernel@vger.kernel.org
1077 S:      Maintained
1078 F:      drivers/power/reset/keystone-reset.c
1079
1080 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1081 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
1082 L:      linux-kernel@vger.kernel.org
1083 S:      Maintained
1084 F:      drivers/memory/*emif*
1085
1086 ARM/LOGICPD PXA270 MACHINE SUPPORT
1087 M:      Lennert Buytenhek <kernel@wantstofly.org>
1088 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1089 S:      Maintained
1090
1091 ARM/MAGICIAN MACHINE SUPPORT
1092 M:      Philipp Zabel <philipp.zabel@gmail.com>
1093 S:      Maintained
1094
1095 ARM/Marvell Armada 370 and Armada XP SOC support
1096 M:      Jason Cooper <jason@lakedaemon.net>
1097 M:      Andrew Lunn <andrew@lunn.ch>
1098 M:      Gregory Clement <gregory.clement@free-electrons.com>
1099 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102 F:      arch/arm/mach-mvebu/
1103
1104 ARM/Marvell Berlin SoC support
1105 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1106 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1107 S:      Maintained
1108 F:      arch/arm/mach-berlin/
1109
1110 ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
1111 M:      Jason Cooper <jason@lakedaemon.net>
1112 M:      Andrew Lunn <andrew@lunn.ch>
1113 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S:      Maintained
1116 F:      arch/arm/mach-dove/
1117 F:      arch/arm/mach-kirkwood/
1118 F:      arch/arm/mach-mv78xx0/
1119 F:      arch/arm/mach-orion5x/
1120 F:      arch/arm/plat-orion/
1121
1122 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1123 M:      Alexander Clouter <alex@digriz.org.uk>
1124 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125 W:      http://www.digriz.org.uk/ts78xx/kernel
1126 S:      Maintained
1127 F:      arch/arm/mach-orion5x/ts78xx-*
1128
1129 ARM/MICREL KS8695 ARCHITECTURE
1130 M:      Greg Ungerer <gerg@uclinux.org>
1131 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1132 F:      arch/arm/mach-ks8695/
1133 S:      Odd Fixes
1134
1135 ARM/MIOA701 MACHINE SUPPORT
1136 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1137 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1138 F:      arch/arm/mach-pxa/mioa701.c
1139 S:      Maintained
1140
1141 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1142 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1143 S:      Maintained
1144
1145 ARM/NOMADIK ARCHITECTURE
1146 M:      Alessandro Rubini <rubini@unipv.it>
1147 M:      Linus Walleij <linus.walleij@linaro.org>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S:      Maintained
1150 F:      arch/arm/mach-nomadik/
1151 F:      drivers/i2c/busses/i2c-nomadik.c
1152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1153
1154 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1155 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1156 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1157 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1158 S:      Supported
1159
1160 ARM/QUALCOMM MSM MACHINE SUPPORT
1161 M:      David Brown <davidb@codeaurora.org>
1162 M:      Daniel Walker <dwalker@fifo99.com>
1163 M:      Bryan Huntsman <bryanh@codeaurora.org>
1164 L:      linux-arm-msm@vger.kernel.org
1165 F:      arch/arm/mach-msm/
1166 F:      drivers/video/msm/
1167 F:      drivers/mmc/host/msm_sdcc.c
1168 F:      drivers/mmc/host/msm_sdcc.h
1169 F:      drivers/tty/serial/msm_serial.h
1170 F:      drivers/tty/serial/msm_serial.c
1171 F:      drivers/*/pm8???-*
1172 F:      drivers/mfd/ssbi/
1173 F:      include/linux/mfd/pm8xxx/
1174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1175 S:      Maintained
1176
1177 ARM/TOSA MACHINE SUPPORT
1178 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1179 M:      Dirk Opfer <dirk@opfer-online.de>
1180 S:      Maintained
1181
1182 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1183 M:      Marek Vasut <marek.vasut@gmail.com>
1184 L:      linux-arm-kernel@lists.infradead.org
1185 W:      http://hackndev.com
1186 S:      Maintained
1187 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1188 F:      arch/arm/mach-pxa/palmtx.c
1189 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1190 F:      arch/arm/mach-pxa/palmt5.c
1191 F:      arch/arm/mach-pxa/include/mach/palmld.h
1192 F:      arch/arm/mach-pxa/palmld.c
1193 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1194 F:      arch/arm/mach-pxa/palmte2.c
1195 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1196 F:      arch/arm/mach-pxa/palmtc.c
1197
1198 ARM/PALM TREO SUPPORT
1199 M:      Tomas Cech <sleep_walker@suse.cz>
1200 L:      linux-arm-kernel@lists.infradead.org
1201 W:      http://hackndev.com
1202 S:      Maintained
1203 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1204 F:      arch/arm/mach-pxa/palmtreo.c
1205
1206 ARM/PALMZ72 SUPPORT
1207 M:      Sergey Lapin <slapin@ossfans.org>
1208 L:      linux-arm-kernel@lists.infradead.org
1209 W:      http://hackndev.com
1210 S:      Maintained
1211 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1212 F:      arch/arm/mach-pxa/palmz72.c
1213
1214 ARM/PLEB SUPPORT
1215 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1216 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1217 S:      Maintained
1218
1219 ARM/PT DIGITAL BOARD PORT
1220 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1221 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1222 W:      http://www.arm.linux.org.uk/
1223 S:      Maintained
1224
1225 ARM/QUALCOMM SUPPORT
1226 M:      Kumar Gala <galak@codeaurora.org>
1227 M:      David Brown <davidb@codeaurora.org>
1228 L:      linux-arm-msm@vger.kernel.org
1229 S:      Maintained
1230 F:      arch/arm/mach-qcom/
1231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1232
1233 ARM/RADISYS ENP2611 MACHINE SUPPORT
1234 M:      Lennert Buytenhek <kernel@wantstofly.org>
1235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1236 S:      Maintained
1237
1238 ARM/RISCPC ARCHITECTURE
1239 M:      Russell King <linux@arm.linux.org.uk>
1240 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1241 W:      http://www.arm.linux.org.uk/
1242 S:      Maintained
1243 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1244 F:      arch/arm/include/asm/hardware/ioc.h
1245 F:      arch/arm/include/asm/hardware/iomd.h
1246 F:      arch/arm/include/asm/hardware/memc.h
1247 F:      arch/arm/mach-rpc/
1248 F:      drivers/net/ethernet/8390/etherh.c
1249 F:      drivers/net/ethernet/i825xx/ether1*
1250 F:      drivers/net/ethernet/seeq/ether3*
1251 F:      drivers/scsi/arm/
1252
1253 ARM/Rockchip SoC support
1254 M:      Heiko Stuebner <heiko@sntech.de>
1255 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1256 S:      Maintained
1257 F:      arch/arm/mach-rockchip/
1258 F:      drivers/*/*rockchip*
1259
1260 ARM/SAMSUNG ARM ARCHITECTURES
1261 M:      Ben Dooks <ben-linux@fluff.org>
1262 M:      Kukjin Kim <kgene.kim@samsung.com>
1263 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1264 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1265 W:      http://www.fluff.org/ben/linux/
1266 S:      Maintained
1267 F:      arch/arm/boot/dts/s3c*
1268 F:      arch/arm/boot/dts/exynos*
1269 F:      arch/arm/plat-samsung/
1270 F:      arch/arm/mach-s3c24*/
1271 F:      arch/arm/mach-s3c64xx/
1272 F:      drivers/*/*s3c2410*
1273 F:      drivers/*/*/*s3c2410*
1274 F:      drivers/spi/spi-s3c*
1275 F:      sound/soc/samsung/*
1276
1277 ARM/S5P EXYNOS ARM ARCHITECTURES
1278 M:      Kukjin Kim <kgene.kim@samsung.com>
1279 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1280 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1281 S:      Maintained
1282 F:      arch/arm/mach-s5p*/
1283 F:      arch/arm/mach-exynos*/
1284 N:      exynos
1285
1286 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1287 M:      Kyungmin Park <kyungmin.park@samsung.com>
1288 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1289 S:      Maintained
1290 F:      arch/arm/mach-s5pv210/mach-aquila.c
1291 F:      arch/arm/mach-s5pv210/mach-goni.c
1292
1293 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1294 M:      Kyungmin Park <kyungmin.park@samsung.com>
1295 M:      Kamil Debski <k.debski@samsung.com>
1296 L:      linux-arm-kernel@lists.infradead.org
1297 L:      linux-media@vger.kernel.org
1298 S:      Maintained
1299 F:      drivers/media/platform/s5p-g2d/
1300
1301 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1302 M:      Kyungmin Park <kyungmin.park@samsung.com>
1303 M:      Kamil Debski <k.debski@samsung.com>
1304 M:      Jeongtae Park <jtp.park@samsung.com>
1305 L:      linux-arm-kernel@lists.infradead.org
1306 L:      linux-media@vger.kernel.org
1307 S:      Maintained
1308 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1309 F:      drivers/media/platform/s5p-mfc/
1310
1311 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1312 M:      Kyungmin Park <kyungmin.park@samsung.com>
1313 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1314 L:      linux-arm-kernel@lists.infradead.org
1315 L:      linux-media@vger.kernel.org
1316 S:      Maintained
1317 F:      drivers/media/platform/s5p-tv/
1318
1319 ARM/SHMOBILE ARM ARCHITECTURE
1320 M:      Simon Horman <horms@verge.net.au>
1321 M:      Magnus Damm <magnus.damm@gmail.com>
1322 L:      linux-sh@vger.kernel.org
1323 W:      http://oss.renesas.com
1324 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1326 S:      Supported
1327 F:      arch/arm/boot/dts/emev2*
1328 F:      arch/arm/boot/dts/r7s*
1329 F:      arch/arm/boot/dts/r8a*
1330 F:      arch/arm/boot/dts/sh*
1331 F:      arch/arm/configs/ape6evm_defconfig
1332 F:      arch/arm/configs/armadillo800eva_defconfig
1333 F:      arch/arm/configs/bockw_defconfig
1334 F:      arch/arm/configs/genmai_defconfig
1335 F:      arch/arm/configs/koelsch_defconfig
1336 F:      arch/arm/configs/kzm9g_defconfig
1337 F:      arch/arm/configs/lager_defconfig
1338 F:      arch/arm/configs/mackerel_defconfig
1339 F:      arch/arm/configs/marzen_defconfig
1340 F:      arch/arm/configs/shmobile_defconfig
1341 F:      arch/arm/mach-shmobile/
1342 F:      drivers/sh/
1343
1344 ARM/SOCFPGA ARCHITECTURE
1345 M:      Dinh Nguyen <dinguyen@altera.com>
1346 S:      Maintained
1347 F:      arch/arm/mach-socfpga/
1348
1349 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1350 M:      Dinh Nguyen <dinguyen@altera.com>
1351 S:      Maintained
1352 F:      drivers/clk/socfpga/
1353
1354 ARM/STI ARCHITECTURE
1355 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1356 M:      Maxime Coquelin <maxime.coquelin@st.com>
1357 M:      Patrice Chotard <patrice.chotard@st.com>
1358 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1359 L:      kernel@stlinux.com
1360 W:      http://www.stlinux.com
1361 S:      Maintained
1362 F:      arch/arm/mach-sti/
1363 F:      arch/arm/boot/dts/sti*
1364 F:      drivers/clocksource/arm_global_timer.c
1365 F:      drivers/reset/sti/
1366 F:      drivers/pinctrl/pinctrl-st.c
1367 F:      drivers/media/rc/st_rc.c
1368 F:      drivers/i2c/busses/i2c-st.c
1369 F:      drivers/tty/serial/st-asc.c
1370
1371 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1372 M:      Lennert Buytenhek <kernel@wantstofly.org>
1373 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1374 S:      Maintained
1375
1376 ARM/TETON BGA MACHINE SUPPORT
1377 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1379 S:      Maintained
1380
1381 ARM/THECUS N2100 MACHINE SUPPORT
1382 M:      Lennert Buytenhek <kernel@wantstofly.org>
1383 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1384 S:      Maintained
1385
1386 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1387 M:      Wan ZongShun <mcuos.com@gmail.com>
1388 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1389 W:      http://www.mcuos.com
1390 S:      Maintained
1391 F:      arch/arm/mach-w90x900/
1392 F:      drivers/input/keyboard/w90p910_keypad.c
1393 F:      drivers/input/touchscreen/w90p910_ts.c
1394 F:      drivers/watchdog/nuc900_wdt.c
1395 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1396 F:      drivers/mtd/nand/nuc900_nand.c
1397 F:      drivers/rtc/rtc-nuc900.c
1398 F:      drivers/spi/spi-nuc900.c
1399 F:      drivers/usb/host/ehci-w90x900.c
1400 F:      drivers/video/nuc900fb.c
1401
1402 ARM/U300 MACHINE SUPPORT
1403 M:      Linus Walleij <linus.walleij@linaro.org>
1404 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1405 S:      Supported
1406 F:      arch/arm/mach-u300/
1407 F:      drivers/clocksource/timer-u300.c
1408 F:      drivers/i2c/busses/i2c-stu300.c
1409 F:      drivers/rtc/rtc-coh901331.c
1410 F:      drivers/watchdog/coh901327_wdt.c
1411 F:      drivers/dma/coh901318*
1412 F:      drivers/mfd/ab3100*
1413 F:      drivers/rtc/rtc-ab3100.c
1414 F:      drivers/rtc/rtc-coh901331.c
1415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1416
1417 ARM/Ux500 ARM ARCHITECTURE
1418 M:      Linus Walleij <linus.walleij@linaro.org>
1419 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1420 S:      Maintained
1421 F:      arch/arm/mach-ux500/
1422 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1423 F:      drivers/dma/ste_dma40*
1424 F:      drivers/hwspinlock/u8500_hsem.c
1425 F:      drivers/mfd/abx500*
1426 F:      drivers/mfd/ab8500*
1427 F:      drivers/mfd/dbx500*
1428 F:      drivers/mfd/db8500*
1429 F:      drivers/pinctrl/pinctrl-nomadik*
1430 F:      drivers/rtc/rtc-ab8500.c
1431 F:      drivers/rtc/rtc-pl031.c
1432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1433
1434 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1435 M:      Ulf Hansson <ulf.hansson@linaro.org>
1436 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1437 T:      git git://git.linaro.org/people/ulfh/clk.git
1438 S:      Maintained
1439 F:      drivers/clk/ux500/
1440 F:      include/linux/platform_data/clk-ux500.h
1441
1442 ARM/VFP SUPPORT
1443 M:      Russell King <linux@arm.linux.org.uk>
1444 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1445 W:      http://www.arm.linux.org.uk/
1446 S:      Maintained
1447 F:      arch/arm/vfp/
1448
1449 ARM/VOIPAC PXA270 SUPPORT
1450 M:      Marek Vasut <marek.vasut@gmail.com>
1451 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1452 S:      Maintained
1453 F:      arch/arm/mach-pxa/vpac270.c
1454 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1455
1456 ARM/VT8500 ARM ARCHITECTURE
1457 M:      Tony Prisk <linux@prisktech.co.nz>
1458 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1459 S:      Maintained
1460 F:      arch/arm/mach-vt8500/
1461 F:      drivers/clocksource/vt8500_timer.c
1462 F:      drivers/i2c/busses/i2c-wmt.c
1463 F:      drivers/mmc/host/wmt-sdmmc.c
1464 F:      drivers/pwm/pwm-vt8500.c
1465 F:      drivers/rtc/rtc-vt8500.c
1466 F:      drivers/tty/serial/vt8500_serial.c
1467 F:      drivers/usb/host/ehci-platform.c
1468 F:      drivers/usb/host/uhci-platform.c
1469 F:      drivers/video/vt8500lcdfb.*
1470 F:      drivers/video/wm8505fb*
1471 F:      drivers/video/wmt_ge_rops.*
1472
1473 ARM/ZIPIT Z2 SUPPORT
1474 M:      Marek Vasut <marek.vasut@gmail.com>
1475 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1476 S:      Maintained
1477 F:      arch/arm/mach-pxa/z2.c
1478 F:      arch/arm/mach-pxa/include/mach/z2.h
1479
1480 ARM/ZYNQ ARCHITECTURE
1481 M:      Michal Simek <michal.simek@xilinx.com>
1482 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1483 W:      http://wiki.xilinx.com
1484 T:      git git://git.xilinx.com/linux-xlnx.git
1485 S:      Supported
1486 F:      arch/arm/mach-zynq/
1487 F:      drivers/cpuidle/cpuidle-zynq.c
1488 N:      zynq
1489 N:      xilinx
1490 F:      drivers/clocksource/cadence_ttc_timer.c
1491 F:      drivers/i2c/busses/i2c-cadence.c
1492 F:      drivers/mmc/host/sdhci-of-arasan.c
1493
1494 ARM SMMU DRIVER
1495 M:      Will Deacon <will.deacon@arm.com>
1496 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1497 S:      Maintained
1498 F:      drivers/iommu/arm-smmu.c
1499
1500 ARM64 PORT (AARCH64 ARCHITECTURE)
1501 M:      Catalin Marinas <catalin.marinas@arm.com>
1502 M:      Will Deacon <will.deacon@arm.com>
1503 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1504 S:      Maintained
1505 F:      arch/arm64/
1506 F:      Documentation/arm64/
1507
1508 AS3645A LED FLASH CONTROLLER DRIVER
1509 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1510 L:      linux-media@vger.kernel.org
1511 T:      git git://linuxtv.org/media_tree.git
1512 S:      Maintained
1513 F:      drivers/media/i2c/as3645a.c
1514 F:      include/media/as3645a.h
1515
1516 ASC7621 HARDWARE MONITOR DRIVER
1517 M:      George Joseph <george.joseph@fairview5.com>
1518 L:      lm-sensors@lm-sensors.org
1519 S:      Maintained
1520 F:      Documentation/hwmon/asc7621
1521 F:      drivers/hwmon/asc7621.c
1522
1523 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1524 M:      Corentin Chary <corentin.chary@gmail.com>
1525 L:      acpi4asus-user@lists.sourceforge.net
1526 L:      platform-driver-x86@vger.kernel.org
1527 W:      http://acpi4asus.sf.net
1528 S:      Maintained
1529 F:      drivers/platform/x86/asus*.c
1530 F:      drivers/platform/x86/eeepc*.c
1531
1532 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1533 M:      Dan Williams <dan.j.williams@intel.com>
1534 W:      http://sourceforge.net/projects/xscaleiop
1535 S:      Maintained
1536 F:      Documentation/crypto/async-tx-api.txt
1537 F:      crypto/async_tx/
1538 F:      drivers/dma/
1539 F:      include/linux/dmaengine.h
1540 F:      include/linux/async_tx.h
1541
1542 AT24 EEPROM DRIVER
1543 M:      Wolfram Sang <wsa@the-dreams.de>
1544 L:      linux-i2c@vger.kernel.org
1545 S:      Maintained
1546 F:      drivers/misc/eeprom/at24.c
1547 F:      include/linux/platform_data/at24.h
1548
1549 ATA OVER ETHERNET (AOE) DRIVER
1550 M:      "Ed L. Cashin" <ecashin@coraid.com>
1551 W:      http://support.coraid.com/support/linux
1552 S:      Supported
1553 F:      Documentation/aoe/
1554 F:      drivers/block/aoe/
1555
1556 ATHEROS ATH GENERIC UTILITIES
1557 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1558 L:      linux-wireless@vger.kernel.org
1559 S:      Supported
1560 F:      drivers/net/wireless/ath/*
1561
1562 ATHEROS ATH5K WIRELESS DRIVER
1563 M:      Jiri Slaby <jirislaby@gmail.com>
1564 M:      Nick Kossifidis <mickflemm@gmail.com>
1565 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1566 L:      linux-wireless@vger.kernel.org
1567 L:      ath5k-devel@lists.ath5k.org
1568 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1569 S:      Maintained
1570 F:      drivers/net/wireless/ath/ath5k/
1571
1572 ATHEROS ATH6KL WIRELESS DRIVER
1573 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1574 L:      linux-wireless@vger.kernel.org
1575 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1576 T:      git git://github.com/kvalo/ath.git
1577 S:      Supported
1578 F:      drivers/net/wireless/ath/ath6kl/
1579
1580 WILOCITY WIL6210 WIRELESS DRIVER
1581 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1582 L:      linux-wireless@vger.kernel.org
1583 L:      wil6210@qca.qualcomm.com
1584 S:      Supported
1585 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1586 F:      drivers/net/wireless/ath/wil6210/
1587
1588 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1589 M:      Christian Lamparter <chunkeey@googlemail.com>
1590 L:      linux-wireless@vger.kernel.org
1591 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1592 S:      Maintained
1593 F:      drivers/net/wireless/ath/carl9170/
1594
1595 ATK0110 HWMON DRIVER
1596 M:      Luca Tettamanti <kronos.it@gmail.com>
1597 L:      lm-sensors@lm-sensors.org
1598 S:      Maintained
1599 F:      drivers/hwmon/asus_atk0110.c
1600
1601 ATI_REMOTE2 DRIVER
1602 M:      Ville Syrjala <syrjala@sci.fi>
1603 S:      Maintained
1604 F:      drivers/input/misc/ati_remote2.c
1605
1606 ATLX ETHERNET DRIVERS
1607 M:      Jay Cliburn <jcliburn@gmail.com>
1608 M:      Chris Snook <chris.snook@gmail.com>
1609 L:      netdev@vger.kernel.org
1610 W:      http://sourceforge.net/projects/atl1
1611 W:      http://atl1.sourceforge.net
1612 S:      Maintained
1613 F:      drivers/net/ethernet/atheros/
1614
1615 ATM
1616 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1617 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1618 L:      netdev@vger.kernel.org
1619 W:      http://linux-atm.sourceforge.net
1620 S:      Maintained
1621 F:      drivers/atm/
1622 F:      include/linux/atm*
1623 F:      include/uapi/linux/atm*
1624
1625 ATMEL AT91 / AT32 MCI DRIVER
1626 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1627 S:      Maintained
1628 F:      drivers/mmc/host/atmel-mci.c
1629 F:      drivers/mmc/host/atmel-mci-regs.h
1630
1631 ATMEL AT91 / AT32 SERIAL DRIVER
1632 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1633 S:      Supported
1634 F:      drivers/tty/serial/atmel_serial.c
1635
1636 ATMEL DMA DRIVER
1637 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1638 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1639 S:      Supported
1640 F:      drivers/dma/at_hdmac.c
1641 F:      drivers/dma/at_hdmac_regs.h
1642 F:      include/linux/platform_data/dma-atmel.h
1643
1644 ATMEL I2C DRIVER
1645 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1646 L:      linux-i2c@vger.kernel.org
1647 S:      Supported
1648 F:      drivers/i2c/busses/i2c-at91.c
1649
1650 ATMEL ISI DRIVER
1651 M:      Josh Wu <josh.wu@atmel.com>
1652 L:      linux-media@vger.kernel.org
1653 S:      Supported
1654 F:      drivers/media/platform/soc_camera/atmel-isi.c
1655 F:      include/media/atmel-isi.h
1656
1657 ATMEL LCDFB DRIVER
1658 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1659 L:      linux-fbdev@vger.kernel.org
1660 S:      Maintained
1661 F:      drivers/video/atmel_lcdfb.c
1662 F:      include/video/atmel_lcdc.h
1663
1664 ATMEL MACB ETHERNET DRIVER
1665 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1666 S:      Supported
1667 F:      drivers/net/ethernet/cadence/
1668
1669 ATMEL SPI DRIVER
1670 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1671 S:      Supported
1672 F:      drivers/spi/spi-atmel.*
1673
1674 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1675 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1676 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1677 S:      Supported
1678 F:      drivers/misc/atmel_tclib.c
1679 F:      drivers/clocksource/tcb_clksrc.c
1680
1681 ATMEL USBA UDC DRIVER
1682 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1683 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1684 S:      Supported
1685 F:      drivers/usb/gadget/atmel_usba_udc.*
1686
1687 ATMEL WIRELESS DRIVER
1688 M:      Simon Kelley <simon@thekelleys.org.uk>
1689 L:      linux-wireless@vger.kernel.org
1690 W:      http://www.thekelleys.org.uk/atmel
1691 W:      http://atmelwlandriver.sourceforge.net/
1692 S:      Maintained
1693 F:      drivers/net/wireless/atmel*
1694
1695 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1696 M:      Bradley Grove <linuxdrivers@attotech.com>
1697 L:      linux-scsi@vger.kernel.org
1698 W:      http://www.attotech.com
1699 S:      Supported
1700 F:      drivers/scsi/esas2r
1701
1702 AUDIT SUBSYSTEM
1703 M:      Eric Paris <eparis@redhat.com>
1704 L:      linux-audit@redhat.com (subscribers-only)
1705 W:      http://people.redhat.com/sgrubb/audit/
1706 T:      git git://git.infradead.org/users/eparis/audit.git
1707 S:      Maintained
1708 F:      include/linux/audit.h
1709 F:      include/uapi/linux/audit.h
1710 F:      kernel/audit*
1711
1712 AUXILIARY DISPLAY DRIVERS
1713 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1714 W:      http://miguelojeda.es/auxdisplay.htm
1715 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1716 S:      Maintained
1717 F:      drivers/auxdisplay/
1718 F:      include/linux/cfag12864b.h
1719
1720 AVR32 ARCHITECTURE
1721 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1722 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1723 W:      http://www.atmel.com/products/AVR32/
1724 W:      http://mirror.egtvedt.no/avr32linux.org/
1725 W:      http://avrfreaks.net/
1726 S:      Maintained
1727 F:      arch/avr32/
1728
1729 AVR32/AT32AP MACHINE SUPPORT
1730 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1731 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1732 S:      Maintained
1733 F:      arch/avr32/mach-at32ap/
1734
1735 AX.25 NETWORK LAYER
1736 M:      Ralf Baechle <ralf@linux-mips.org>
1737 L:      linux-hams@vger.kernel.org
1738 W:      http://www.linux-ax25.org/
1739 S:      Maintained
1740 F:      include/uapi/linux/ax25.h
1741 F:      include/net/ax25.h
1742 F:      net/ax25/
1743
1744 AZ6007 DVB DRIVER
1745 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
1746 L:      linux-media@vger.kernel.org
1747 W:      http://linuxtv.org
1748 T:      git git://linuxtv.org/media_tree.git
1749 S:      Maintained
1750 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1751
1752 AZTECH FM RADIO RECEIVER DRIVER
1753 M:      Hans Verkuil <hverkuil@xs4all.nl>
1754 L:      linux-media@vger.kernel.org
1755 T:      git git://linuxtv.org/media_tree.git
1756 W:      http://linuxtv.org
1757 S:      Maintained
1758 F:      drivers/media/radio/radio-aztech*
1759
1760 B43 WIRELESS DRIVER
1761 M:      Stefano Brivio <stefano.brivio@polimi.it>
1762 L:      linux-wireless@vger.kernel.org
1763 L:      b43-dev@lists.infradead.org
1764 W:      http://wireless.kernel.org/en/users/Drivers/b43
1765 S:      Maintained
1766 F:      drivers/net/wireless/b43/
1767
1768 B43LEGACY WIRELESS DRIVER
1769 M:      Larry Finger <Larry.Finger@lwfinger.net>
1770 M:      Stefano Brivio <stefano.brivio@polimi.it>
1771 L:      linux-wireless@vger.kernel.org
1772 L:      b43-dev@lists.infradead.org
1773 W:      http://wireless.kernel.org/en/users/Drivers/b43
1774 S:      Maintained
1775 F:      drivers/net/wireless/b43legacy/
1776
1777 BACKLIGHT CLASS/SUBSYSTEM
1778 M:      Jingoo Han <jg1.han@samsung.com>
1779 M:      Bryan Wu <cooloney@gmail.com>
1780 M:      Lee Jones <lee.jones@linaro.org>
1781 S:      Maintained
1782 F:      drivers/video/backlight/
1783 F:      include/linux/backlight.h
1784
1785 BATMAN ADVANCED
1786 M:      Marek Lindner <mareklindner@neomailbox.ch>
1787 M:      Simon Wunderlich <sw@simonwunderlich.de>
1788 M:      Antonio Quartulli <antonio@meshcoding.com>
1789 L:      b.a.t.m.a.n@lists.open-mesh.org
1790 W:      http://www.open-mesh.org/
1791 S:      Maintained
1792 F:      net/batman-adv/
1793
1794 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1795 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1796 L:      linux-hams@vger.kernel.org
1797 W:      http://www.baycom.org/~tom/ham/ham.html
1798 S:      Maintained
1799 F:      drivers/net/hamradio/baycom*
1800
1801 BCACHE (BLOCK LAYER CACHE)
1802 M:      Kent Overstreet <kmo@daterainc.com>
1803 L:      linux-bcache@vger.kernel.org
1804 W:      http://bcache.evilpiepirate.org
1805 S:      Maintained:
1806 F:      drivers/md/bcache/
1807
1808 BEFS FILE SYSTEM
1809 S:      Orphan
1810 F:      Documentation/filesystems/befs.txt
1811 F:      fs/befs/
1812
1813 BFS FILE SYSTEM
1814 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1815 S:      Maintained
1816 F:      Documentation/filesystems/bfs.txt
1817 F:      fs/bfs/
1818 F:      include/uapi/linux/bfs_fs.h
1819
1820 BLACKFIN ARCHITECTURE
1821 M:      Steven Miao <realmz6@gmail.com>
1822 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1823 T:      git git://git.code.sf.net/p/adi-linux/code
1824 W:      http://blackfin.uclinux.org
1825 S:      Supported
1826 F:      arch/blackfin/
1827
1828 BLACKFIN EMAC DRIVER
1829 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1830 W:      http://blackfin.uclinux.org
1831 S:      Supported
1832 F:      drivers/net/ethernet/adi/
1833
1834 BLACKFIN RTC DRIVER
1835 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1836 W:      http://blackfin.uclinux.org
1837 S:      Supported
1838 F:      drivers/rtc/rtc-bfin.c
1839
1840 BLACKFIN SDH DRIVER
1841 M:      Sonic Zhang <sonic.zhang@analog.com>
1842 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1843 W:      http://blackfin.uclinux.org
1844 S:      Supported
1845 F:      drivers/mmc/host/bfin_sdh.c
1846
1847 BLACKFIN SERIAL DRIVER
1848 M:      Sonic Zhang <sonic.zhang@analog.com>
1849 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1850 W:      http://blackfin.uclinux.org
1851 S:      Supported
1852 F:      drivers/tty/serial/bfin_uart.c
1853
1854 BLACKFIN WATCHDOG DRIVER
1855 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1856 W:      http://blackfin.uclinux.org
1857 S:      Supported
1858 F:      drivers/watchdog/bfin_wdt.c
1859
1860 BLACKFIN I2C TWI DRIVER
1861 M:      Sonic Zhang <sonic.zhang@analog.com>
1862 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1863 W:      http://blackfin.uclinux.org/
1864 S:      Supported
1865 F:      drivers/i2c/busses/i2c-bfin-twi.c
1866
1867 BLACKFIN MEDIA DRIVER
1868 M:      Scott Jiang <scott.jiang.linux@gmail.com>
1869 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1870 W:      http://blackfin.uclinux.org/
1871 S:      Supported
1872 F:      drivers/media/platform/blackfin/
1873 F:      drivers/media/i2c/adv7183*
1874 F:      drivers/media/i2c/vs6624*
1875
1876 BLINKM RGB LED DRIVER
1877 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
1878 S:      Maintained
1879 F:      drivers/leds/leds-blinkm.c
1880
1881 BLOCK LAYER
1882 M:      Jens Axboe <axboe@kernel.dk>
1883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1884 S:      Maintained
1885 F:      block/
1886
1887 BLOCK2MTD DRIVER
1888 M:      Joern Engel <joern@lazybastard.org>
1889 L:      linux-mtd@lists.infradead.org
1890 S:      Maintained
1891 F:      drivers/mtd/devices/block2mtd.c
1892
1893 BLUETOOTH DRIVERS
1894 M:      Marcel Holtmann <marcel@holtmann.org>
1895 M:      Gustavo Padovan <gustavo@padovan.org>
1896 M:      Johan Hedberg <johan.hedberg@gmail.com>
1897 L:      linux-bluetooth@vger.kernel.org
1898 W:      http://www.bluez.org/
1899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1901 S:      Maintained
1902 F:      drivers/bluetooth/
1903
1904 BLUETOOTH SUBSYSTEM
1905 M:      Marcel Holtmann <marcel@holtmann.org>
1906 M:      Gustavo Padovan <gustavo@padovan.org>
1907 M:      Johan Hedberg <johan.hedberg@gmail.com>
1908 L:      linux-bluetooth@vger.kernel.org
1909 W:      http://www.bluez.org/
1910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1912 S:      Maintained
1913 F:      net/bluetooth/
1914 F:      include/net/bluetooth/
1915
1916 BONDING DRIVER
1917 M:      Jay Vosburgh <j.vosburgh@gmail.com>
1918 M:      Veaceslav Falico <vfalico@gmail.com>
1919 M:      Andy Gospodarek <andy@greyhouse.net>
1920 L:      netdev@vger.kernel.org
1921 W:      http://sourceforge.net/projects/bonding/
1922 S:      Supported
1923 F:      drivers/net/bonding/
1924 F:      include/uapi/linux/if_bonding.h
1925
1926 BROADCOM B44 10/100 ETHERNET DRIVER
1927 M:      Gary Zambrano <zambrano@broadcom.com>
1928 L:      netdev@vger.kernel.org
1929 S:      Supported
1930 F:      drivers/net/ethernet/broadcom/b44.*
1931
1932 BROADCOM GENET ETHERNET DRIVER
1933 M:      Florian Fainelli <f.fainelli@gmail.com>
1934 L:      netdev@vger.kernel.org
1935 S:      Supported
1936 F:      drivers/net/ethernet/broadcom/genet/
1937
1938 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1939 M:      Michael Chan <mchan@broadcom.com>
1940 L:      netdev@vger.kernel.org
1941 S:      Supported
1942 F:      drivers/net/ethernet/broadcom/bnx2.*
1943 F:      drivers/net/ethernet/broadcom/bnx2_*
1944
1945 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1946 M:      Ariel Elior <ariel.elior@qlogic.com>
1947 L:      netdev@vger.kernel.org
1948 S:      Supported
1949 F:      drivers/net/ethernet/broadcom/bnx2x/
1950
1951 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
1952 M:      Christian Daudt <bcm@fixthebug.org>
1953 M:      Matt Porter <mporter@linaro.org>
1954 L:      bcm-kernel-feedback-list@broadcom.com
1955 T:      git git://github.com/broadcom/mach-bcm
1956 S:      Maintained
1957 F:      arch/arm/mach-bcm/
1958 F:      arch/arm/boot/dts/bcm113*
1959 F:      arch/arm/boot/dts/bcm216*
1960 F:      arch/arm/boot/dts/bcm281*
1961 F:      arch/arm/configs/bcm_defconfig
1962 F:      drivers/mmc/host/sdhci_bcm_kona.c
1963 F:      drivers/clocksource/bcm_kona_timer.c
1964
1965 BROADCOM BCM2835 ARM ARCHICTURE
1966 M:      Stephen Warren <swarren@wwwdotorg.org>
1967 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
1968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git
1969 S:      Maintained
1970 F:      arch/arm/mach-bcm/board_bcm2835.c
1971 F:      arch/arm/boot/dts/bcm2835*
1972 F:      arch/arm/configs/bcm2835_defconfig
1973 F:      drivers/*/*bcm2835*
1974
1975 BROADCOM BCM5301X ARM ARCHICTURE
1976 M:      Hauke Mehrtens <hauke@hauke-m.de>
1977 L:      linux-arm-kernel@lists.infradead.org
1978 S:      Maintained
1979 F:      arch/arm/mach-bcm/bcm_5301x.c
1980 F:      arch/arm/boot/dts/bcm5301x.dtsi
1981 F:      arch/arm/boot/dts/bcm470*
1982
1983 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1984 M:      Nithin Nayak Sujir <nsujir@broadcom.com>
1985 M:      Michael Chan <mchan@broadcom.com>
1986 L:      netdev@vger.kernel.org
1987 S:      Supported
1988 F:      drivers/net/ethernet/broadcom/tg3.*
1989
1990 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1991 M:      Brett Rudley <brudley@broadcom.com>
1992 M:      Arend van Spriel <arend@broadcom.com>
1993 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
1994 M:      Hante Meuleman <meuleman@broadcom.com>
1995 L:      linux-wireless@vger.kernel.org
1996 L:      brcm80211-dev-list@broadcom.com
1997 S:      Supported
1998 F:      drivers/net/wireless/brcm80211/
1999
2000 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2001 M:      Eddie Wai <eddie.wai@broadcom.com>
2002 L:      linux-scsi@vger.kernel.org
2003 S:      Supported
2004 F:      drivers/scsi/bnx2fc/
2005
2006 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2007 M:      Eddie Wai <eddie.wai@broadcom.com>
2008 L:      linux-scsi@vger.kernel.org
2009 S:      Supported
2010 F:      drivers/scsi/bnx2i/
2011
2012 BROADCOM KONA GPIO DRIVER
2013 M:      Markus Mayer <markus.mayer@linaro.org>
2014 L:      bcm-kernel-feedback-list@broadcom.com
2015 S:      Supported
2016 F:      drivers/gpio/gpio-bcm-kona.c
2017 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2018
2019 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2020 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2021 L:      linux-wireless@vger.kernel.org
2022 S:      Maintained
2023 F:      drivers/bcma/
2024 F:      include/linux/bcma/
2025
2026 BROADCOM SYSTEMPORT ETHERNET DRIVER
2027 M:      Florian Fainelli <f.fainelli@gmail.com>
2028 L:      netdev@vger.kernel.org
2029 S:      Supported
2030 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2031
2032 BROCADE BFA FC SCSI DRIVER
2033 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2034 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2035 L:      linux-scsi@vger.kernel.org
2036 S:      Supported
2037 F:      drivers/scsi/bfa/
2038
2039 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2040 M:      Rasesh Mody <rmody@brocade.com>
2041 L:      netdev@vger.kernel.org
2042 S:      Supported
2043 F:      drivers/net/ethernet/brocade/bna/
2044
2045 BSG (block layer generic sg v4 driver)
2046 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2047 L:      linux-scsi@vger.kernel.org
2048 S:      Supported
2049 F:      block/bsg.c
2050 F:      include/linux/bsg.h
2051 F:      include/uapi/linux/bsg.h
2052
2053 BT87X AUDIO DRIVER
2054 M:      Clemens Ladisch <clemens@ladisch.de>
2055 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2056 T:      git git://git.alsa-project.org/alsa-kernel.git
2057 S:      Maintained
2058 F:      Documentation/sound/alsa/Bt87x.txt
2059 F:      sound/pci/bt87x.c
2060
2061 BT8XXGPIO DRIVER
2062 M:      Michael Buesch <m@bues.ch>
2063 W:      http://bu3sch.de/btgpio.php
2064 S:      Maintained
2065 F:      drivers/gpio/gpio-bt8xx.c
2066
2067 BTRFS FILE SYSTEM
2068 M:      Chris Mason <clm@fb.com>
2069 M:      Josef Bacik <jbacik@fb.com>
2070 L:      linux-btrfs@vger.kernel.org
2071 W:      http://btrfs.wiki.kernel.org/
2072 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2074 S:      Maintained
2075 F:      Documentation/filesystems/btrfs.txt
2076 F:      fs/btrfs/
2077
2078 BTTV VIDEO4LINUX DRIVER
2079 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
2080 L:      linux-media@vger.kernel.org
2081 W:      http://linuxtv.org
2082 T:      git git://linuxtv.org/media_tree.git
2083 S:      Odd fixes
2084 F:      Documentation/video4linux/bttv/
2085 F:      drivers/media/pci/bt8xx/bttv*
2086
2087 BUSLOGIC SCSI DRIVER
2088 M:      Khalid Aziz <khalid@gonehiking.org>
2089 L:      linux-scsi@vger.kernel.org
2090 S:      Maintained
2091 F:      drivers/scsi/BusLogic.*
2092 F:      drivers/scsi/FlashPoint.*
2093
2094 C-MEDIA CMI8788 DRIVER
2095 M:      Clemens Ladisch <clemens@ladisch.de>
2096 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2097 T:      git git://git.alsa-project.org/alsa-kernel.git
2098 S:      Maintained
2099 F:      sound/pci/oxygen/
2100
2101 C6X ARCHITECTURE
2102 M:      Mark Salter <msalter@redhat.com>
2103 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2104 L:      linux-c6x-dev@linux-c6x.org
2105 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2106 S:      Maintained
2107 F:      arch/c6x/
2108
2109 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2110 M:      David Howells <dhowells@redhat.com>
2111 L:      linux-cachefs@redhat.com
2112 S:      Supported
2113 F:      Documentation/filesystems/caching/cachefiles.txt
2114 F:      fs/cachefiles/
2115
2116 CADET FM/AM RADIO RECEIVER DRIVER
2117 M:      Hans Verkuil <hverkuil@xs4all.nl>
2118 L:      linux-media@vger.kernel.org
2119 T:      git git://linuxtv.org/media_tree.git
2120 W:      http://linuxtv.org
2121 S:      Maintained
2122 F:      drivers/media/radio/radio-cadet*
2123
2124 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2125 M:      Jonathan Corbet <corbet@lwn.net>
2126 L:      linux-media@vger.kernel.org
2127 T:      git git://linuxtv.org/media_tree.git
2128 S:      Maintained
2129 F:      Documentation/video4linux/cafe_ccic
2130 F:      drivers/media/platform/marvell-ccic/
2131
2132 CAIF NETWORK LAYER
2133 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2134 L:      netdev@vger.kernel.org
2135 S:      Supported
2136 F:      Documentation/networking/caif/
2137 F:      drivers/net/caif/
2138 F:      include/uapi/linux/caif/
2139 F:      include/net/caif/
2140 F:      net/caif/
2141
2142 CALGARY x86-64 IOMMU
2143 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2144 M:      "Jon D. Mason" <jdmason@kudzu.us>
2145 L:      discuss@x86-64.org
2146 S:      Maintained
2147 F:      arch/x86/kernel/pci-calgary_64.c
2148 F:      arch/x86/kernel/tce_64.c
2149 F:      arch/x86/include/asm/calgary.h
2150 F:      arch/x86/include/asm/tce.h
2151
2152 CAN NETWORK LAYER
2153 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2154 L:      linux-can@vger.kernel.org
2155 W:      http://gitorious.org/linux-can
2156 T:      git git://gitorious.org/linux-can/linux-can-next.git
2157 S:      Maintained
2158 F:      Documentation/networking/can.txt
2159 F:      net/can/
2160 F:      include/linux/can/core.h
2161 F:      include/uapi/linux/can.h
2162 F:      include/uapi/linux/can/bcm.h
2163 F:      include/uapi/linux/can/raw.h
2164 F:      include/uapi/linux/can/gw.h
2165
2166 CAN NETWORK DRIVERS
2167 M:      Wolfgang Grandegger <wg@grandegger.com>
2168 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2169 L:      linux-can@vger.kernel.org
2170 W:      http://gitorious.org/linux-can
2171 T:      git git://gitorious.org/linux-can/linux-can-next.git
2172 S:      Maintained
2173 F:      drivers/net/can/
2174 F:      include/linux/can/dev.h
2175 F:      include/linux/can/platform/
2176 F:      include/uapi/linux/can/error.h
2177 F:      include/uapi/linux/can/netlink.h
2178
2179 CAPABILITIES
2180 M:      Serge Hallyn <serge.hallyn@canonical.com>
2181 L:      linux-security-module@vger.kernel.org
2182 S:      Supported
2183 F:      include/linux/capability.h
2184 F:      include/uapi/linux/capability.h
2185 F:      security/capability.c
2186 F:      security/commoncap.c
2187 F:      kernel/capability.c
2188
2189 CELL BROADBAND ENGINE ARCHITECTURE
2190 M:      Arnd Bergmann <arnd@arndb.de>
2191 L:      linuxppc-dev@lists.ozlabs.org
2192 L:      cbe-oss-dev@lists.ozlabs.org
2193 W:      http://www.ibm.com/developerworks/power/cell/
2194 S:      Supported
2195 F:      arch/powerpc/include/asm/cell*.h
2196 F:      arch/powerpc/include/asm/spu*.h
2197 F:      arch/powerpc/include/uapi/asm/spu*.h
2198 F:      arch/powerpc/oprofile/*cell*
2199 F:      arch/powerpc/platforms/cell/
2200
2201 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2202 M:      Sage Weil <sage@inktank.com>
2203 L:      ceph-devel@vger.kernel.org
2204 W:      http://ceph.com/
2205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2206 S:      Supported
2207 F:      Documentation/filesystems/ceph.txt
2208 F:      fs/ceph/
2209 F:      net/ceph/
2210 F:      include/linux/ceph/
2211 F:      include/linux/crush/
2212
2213 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2214 L:      linux-usb@vger.kernel.org
2215 S:      Orphan
2216 F:      Documentation/usb/WUSB-Design-overview.txt
2217 F:      Documentation/usb/wusb-cbaf
2218 F:      drivers/usb/host/hwa-hc.c
2219 F:      drivers/usb/host/whci/
2220 F:      drivers/usb/wusbcore/
2221 F:      include/linux/usb/wusb*
2222
2223 CFAG12864B LCD DRIVER
2224 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2225 W:      http://miguelojeda.es/auxdisplay.htm
2226 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2227 S:      Maintained
2228 F:      drivers/auxdisplay/cfag12864b.c
2229 F:      include/linux/cfag12864b.h
2230
2231 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2232 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2233 W:      http://miguelojeda.es/auxdisplay.htm
2234 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2235 S:      Maintained
2236 F:      drivers/auxdisplay/cfag12864bfb.c
2237 F:      include/linux/cfag12864b.h
2238
2239 CFG80211 and NL80211
2240 M:      Johannes Berg <johannes@sipsolutions.net>
2241 L:      linux-wireless@vger.kernel.org
2242 W:      http://wireless.kernel.org/
2243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2245 S:      Maintained
2246 F:      include/uapi/linux/nl80211.h
2247 F:      include/net/cfg80211.h
2248 F:      net/wireless/*
2249 X:      net/wireless/wext*
2250
2251 CHAR and MISC DRIVERS
2252 M:      Arnd Bergmann <arnd@arndb.de>
2253 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2255 S:      Supported
2256 F:      drivers/char/*
2257 F:      drivers/misc/*
2258 F:      include/linux/miscdevice.h
2259
2260 CHECKPATCH
2261 M:      Andy Whitcroft <apw@canonical.com>
2262 M:      Joe Perches <joe@perches.com>
2263 S:      Maintained
2264 F:      scripts/checkpatch.pl
2265
2266 CHINESE DOCUMENTATION
2267 M:      Harry Wei <harryxiyou@gmail.com>
2268 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2269 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2270 S:      Maintained
2271 F:      Documentation/zh_CN/
2272
2273 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2274 M:      Peter Chen <Peter.Chen@freescale.com>
2275 T:      git git://github.com/hzpeterchen/linux-usb.git
2276 L:      linux-usb@vger.kernel.org
2277 S:      Maintained
2278 F:      drivers/usb/chipidea/
2279
2280 CHROME HARDWARE PLATFORM SUPPORT
2281 M:      Olof Johansson <olof@lixom.net>
2282 S:      Maintained
2283 F:      drivers/platform/chrome/
2284
2285 CISCO VIC ETHERNET NIC DRIVER
2286 M:      Christian Benvenuti <benve@cisco.com>
2287 M:      Sujith Sankar <ssujith@cisco.com>
2288 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2289 M:      Neel Patel <neepatel@cisco.com>
2290 S:      Supported
2291 F:      drivers/net/ethernet/cisco/enic/
2292
2293 CISCO VIC LOW LATENCY NIC DRIVER
2294 M:      Upinder Malhi <umalhi@cisco.com>
2295 S:      Supported
2296 F:      drivers/infiniband/hw/usnic
2297
2298 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2299 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2300 L:      netdev@vger.kernel.org
2301 S:      Maintained
2302 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2303
2304 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
2305 M:      Lennert Buytenhek <kernel@wantstofly.org>
2306 L:      linux-usb@vger.kernel.org
2307 S:      Maintained
2308 F:      drivers/usb/host/ohci-ep93xx.c
2309
2310 CIRRUS LOGIC AUDIO CODEC DRIVERS
2311 M:      Brian Austin <brian.austin@cirrus.com>
2312 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2313 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2314 S:      Maintained
2315 F:      sound/soc/codecs/cs*
2316
2317 CLEANCACHE API
2318 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2319 L:      linux-kernel@vger.kernel.org
2320 S:      Maintained
2321 F:      mm/cleancache.c
2322 F:      include/linux/cleancache.h
2323
2324 CLK API
2325 M:      Russell King <linux@arm.linux.org.uk>
2326 S:      Maintained
2327 F:      include/linux/clk.h
2328
2329 CLOCKSOURCE, CLOCKEVENT DRIVERS
2330 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2331 M:      Thomas Gleixner <tglx@linutronix.de>
2332 L:      linux-kernel@vger.kernel.org
2333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2334 S:      Supported
2335 F:      drivers/clocksource
2336
2337 CISCO FCOE HBA DRIVER
2338 M:      Hiral Patel <hiralpat@cisco.com>
2339 M:      Suma Ramars <sramars@cisco.com>
2340 M:      Brian Uchino <buchino@cisco.com>
2341 L:      linux-scsi@vger.kernel.org
2342 S:      Supported
2343 F:      drivers/scsi/fnic/
2344
2345 CMPC ACPI DRIVER
2346 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2347 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2348 L:      platform-driver-x86@vger.kernel.org
2349 S:      Supported
2350 F:      drivers/platform/x86/classmate-laptop.c
2351
2352 COCCINELLE/Semantic Patches (SmPL)
2353 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2354 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2355 M:      Nicolas Palix <nicolas.palix@imag.fr>
2356 M:      Michal Marek <mmarek@suse.cz>
2357 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2359 W:      http://coccinelle.lip6.fr/
2360 S:      Supported
2361 F:      Documentation/coccinelle.txt
2362 F:      scripts/coccinelle/
2363 F:      scripts/coccicheck
2364
2365 CODA FILE SYSTEM
2366 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2367 M:      coda@cs.cmu.edu
2368 L:      codalist@coda.cs.cmu.edu
2369 W:      http://www.coda.cs.cmu.edu/
2370 S:      Maintained
2371 F:      Documentation/filesystems/coda.txt
2372 F:      fs/coda/
2373 F:      include/linux/coda*.h
2374 F:      include/uapi/linux/coda*.h
2375
2376 COMMON CLK FRAMEWORK
2377 M:      Mike Turquette <mturquette@linaro.org>
2378 L:      linux-kernel@vger.kernel.org
2379 T:      git git://git.linaro.org/people/mturquette/linux.git
2380 S:      Maintained
2381 F:      drivers/clk/
2382 X:      drivers/clk/clkdev.c
2383 F:      include/linux/clk-pr*
2384 F:      include/linux/clk/
2385
2386 COMMON INTERNET FILE SYSTEM (CIFS)
2387 M:      Steve French <sfrench@samba.org>
2388 L:      linux-cifs@vger.kernel.org
2389 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2390 W:      http://linux-cifs.samba.org/
2391 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
2392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
2393 S:      Supported
2394 F:      Documentation/filesystems/cifs.txt
2395 F:      fs/cifs/
2396
2397 COMPACTPCI HOTPLUG CORE
2398 M:      Scott Murray <scott@spiteful.org>
2399 L:      linux-pci@vger.kernel.org
2400 S:      Maintained
2401 F:      drivers/pci/hotplug/cpci_hotplug*
2402
2403 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2404 M:      Scott Murray <scott@spiteful.org>
2405 L:      linux-pci@vger.kernel.org
2406 S:      Maintained
2407 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2408
2409 COMPACTPCI HOTPLUG GENERIC DRIVER
2410 M:      Scott Murray <scott@spiteful.org>
2411 L:      linux-pci@vger.kernel.org
2412 S:      Maintained
2413 F:      drivers/pci/hotplug/cpcihp_generic.c
2414
2415 COMPAL LAPTOP SUPPORT
2416 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2417 L:      platform-driver-x86@vger.kernel.org
2418 S:      Maintained
2419 F:      drivers/platform/x86/compal-laptop.c
2420
2421 CONEXANT ACCESSRUNNER USB DRIVER
2422 M:      Simon Arlott <cxacru@fire.lp0.eu>
2423 L:      accessrunner-general@lists.sourceforge.net
2424 W:      http://accessrunner.sourceforge.net/
2425 S:      Maintained
2426 F:      drivers/usb/atm/cxacru.c
2427
2428 CONFIGFS
2429 M:      Joel Becker <jlbec@evilplan.org>
2430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2431 S:      Supported
2432 F:      fs/configfs/
2433 F:      include/linux/configfs.h
2434
2435 CONNECTOR
2436 M:      Evgeniy Polyakov <zbr@ioremap.net>
2437 L:      netdev@vger.kernel.org
2438 S:      Maintained
2439 F:      drivers/connector/
2440
2441 CONTROL GROUP (CGROUP)
2442 M:      Tejun Heo <tj@kernel.org>
2443 M:      Li Zefan <lizefan@huawei.com>
2444 L:      cgroups@vger.kernel.org
2445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2446 S:      Maintained
2447 F:      Documentation/cgroups/
2448 F:      include/linux/cgroup*
2449 F:      kernel/cgroup*
2450
2451 CONTROL GROUP - CPUSET
2452 M:      Li Zefan <lizefan@huawei.com>
2453 L:      cgroups@vger.kernel.org
2454 W:      http://www.bullopensource.org/cpuset/
2455 W:      http://oss.sgi.com/projects/cpusets/
2456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2457 S:      Maintained
2458 F:      Documentation/cgroups/cpusets.txt
2459 F:      include/linux/cpuset.h
2460 F:      kernel/cpuset.c
2461
2462 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2463 M:      Johannes Weiner <hannes@cmpxchg.org>
2464 M:      Michal Hocko <mhocko@suse.cz>
2465 L:      cgroups@vger.kernel.org
2466 L:      linux-mm@kvack.org
2467 S:      Maintained
2468 F:      mm/memcontrol.c
2469 F:      mm/page_cgroup.c
2470
2471 CORETEMP HARDWARE MONITORING DRIVER
2472 M:      Fenghua Yu <fenghua.yu@intel.com>
2473 L:      lm-sensors@lm-sensors.org
2474 S:      Maintained
2475 F:      Documentation/hwmon/coretemp
2476 F:      drivers/hwmon/coretemp.c
2477
2478 COSA/SRP SYNC SERIAL DRIVER
2479 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2480 W:      http://www.fi.muni.cz/~kas/cosa/
2481 S:      Maintained
2482 F:      drivers/net/wan/cosa*
2483
2484 CPMAC ETHERNET DRIVER
2485 M:      Florian Fainelli <florian@openwrt.org>
2486 L:      netdev@vger.kernel.org
2487 S:      Maintained
2488 F:      drivers/net/ethernet/ti/cpmac.c
2489
2490 CPU FREQUENCY DRIVERS
2491 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2492 M:      Viresh Kumar <viresh.kumar@linaro.org>
2493 L:      linux-pm@vger.kernel.org
2494 S:      Maintained
2495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2496 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2497 F:      drivers/cpufreq/
2498 F:      include/linux/cpufreq.h
2499
2500 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2501 M:      Viresh Kumar <viresh.kumar@linaro.org>
2502 M:      Sudeep Holla <sudeep.holla@arm.com>
2503 L:      linux-pm@vger.kernel.org
2504 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2505 S:      Maintained
2506 F:      drivers/cpufreq/arm_big_little.h
2507 F:      drivers/cpufreq/arm_big_little.c
2508 F:      drivers/cpufreq/arm_big_little_dt.c
2509
2510 CPUIDLE DRIVER - ARM BIG LITTLE
2511 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2512 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2513 L:      linux-pm@vger.kernel.org
2514 L:      linux-arm-kernel@lists.infradead.org
2515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2516 S:      Maintained
2517 F:      drivers/cpuidle/cpuidle-big_little.c
2518
2519 CPUIDLE DRIVERS
2520 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2521 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2522 L:      linux-pm@vger.kernel.org
2523 S:      Maintained
2524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2525 F:      drivers/cpuidle/*
2526 F:      include/linux/cpuidle.h
2527
2528 CPUID/MSR DRIVER
2529 M:      "H. Peter Anvin" <hpa@zytor.com>
2530 S:      Maintained
2531 F:      arch/x86/kernel/cpuid.c
2532 F:      arch/x86/kernel/msr.c
2533
2534 CPU POWER MONITORING SUBSYSTEM
2535 M:      Dominik Brodowski <linux@dominikbrodowski.net>
2536 M:      Thomas Renninger <trenn@suse.de>
2537 S:      Maintained
2538 F:      tools/power/cpupower/
2539
2540 CRAMFS FILESYSTEM
2541 W:      http://sourceforge.net/projects/cramfs/
2542 S:      Orphan / Obsolete
2543 F:      Documentation/filesystems/cramfs.txt
2544 F:      fs/cramfs/
2545
2546 CRIS PORT
2547 M:      Mikael Starvik <starvik@axis.com>
2548 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2549 L:      linux-cris-kernel@axis.com
2550 W:      http://developer.axis.com
2551 S:      Maintained
2552 F:      arch/cris/
2553 F:      drivers/tty/serial/crisv10.*
2554
2555 CRYPTO API
2556 M:      Herbert Xu <herbert@gondor.apana.org.au>
2557 M:      "David S. Miller" <davem@davemloft.net>
2558 L:      linux-crypto@vger.kernel.org
2559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2560 S:      Maintained
2561 F:      Documentation/crypto/
2562 F:      arch/*/crypto/
2563 F:      crypto/
2564 F:      drivers/crypto/
2565 F:      include/crypto/
2566
2567 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2568 M:      Neil Horman <nhorman@tuxdriver.com>
2569 L:      linux-crypto@vger.kernel.org
2570 S:      Maintained
2571 F:      crypto/ansi_cprng.c
2572 F:      crypto/rng.c
2573
2574 CS5535 Audio ALSA driver
2575 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2576 S:      Maintained
2577 F:      sound/pci/cs5535audio/
2578
2579 CW1200 WLAN driver
2580 M:      Solomon Peachy <pizza@shaftnet.org>
2581 S:      Maintained
2582 F:      drivers/net/wireless/cw1200/
2583
2584 CX18 VIDEO4LINUX DRIVER
2585 M:      Andy Walls <awalls@md.metrocast.net>
2586 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
2587 L:      linux-media@vger.kernel.org
2588 T:      git git://linuxtv.org/media_tree.git
2589 W:      http://linuxtv.org
2590 W:      http://www.ivtvdriver.org/index.php/Cx18
2591 S:      Maintained
2592 F:      Documentation/video4linux/cx18.txt
2593 F:      drivers/media/pci/cx18/
2594 F:      include/uapi/linux/ivtv*
2595
2596 CX2341X MPEG ENCODER HELPER MODULE
2597 M:      Hans Verkuil <hverkuil@xs4all.nl>
2598 L:      linux-media@vger.kernel.org
2599 T:      git git://linuxtv.org/media_tree.git
2600 W:      http://linuxtv.org
2601 S:      Maintained
2602 F:      drivers/media/common/cx2341x*
2603 F:      include/media/cx2341x*
2604
2605 CX88 VIDEO4LINUX DRIVER
2606 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
2607 L:      linux-media@vger.kernel.org
2608 W:      http://linuxtv.org
2609 T:      git git://linuxtv.org/media_tree.git
2610 S:      Odd fixes
2611 F:      Documentation/video4linux/cx88/
2612 F:      drivers/media/pci/cx88/
2613
2614 CXD2820R MEDIA DRIVER
2615 M:      Antti Palosaari <crope@iki.fi>
2616 L:      linux-media@vger.kernel.org
2617 W:      http://linuxtv.org/
2618 W:      http://palosaari.fi/linux/
2619 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2620 T:      git git://linuxtv.org/anttip/media_tree.git
2621 S:      Maintained
2622 F:      drivers/media/dvb-frontends/cxd2820r*
2623
2624 CXGB3 ETHERNET DRIVER (CXGB3)
2625 M:      Santosh Raspatur <santosh@chelsio.com>
2626 L:      netdev@vger.kernel.org
2627 W:      http://www.chelsio.com
2628 S:      Supported
2629 F:      drivers/net/ethernet/chelsio/cxgb3/
2630
2631 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2632 M:      Steve Wise <swise@chelsio.com>
2633 L:      linux-rdma@vger.kernel.org
2634 W:      http://www.openfabrics.org
2635 S:      Supported
2636 F:      drivers/infiniband/hw/cxgb3/
2637
2638 CXGB4 ETHERNET DRIVER (CXGB4)
2639 M:      Hariprasad S <hariprasad@chelsio.com>
2640 L:      netdev@vger.kernel.org
2641 W:      http://www.chelsio.com
2642 S:      Supported
2643 F:      drivers/net/ethernet/chelsio/cxgb4/
2644
2645 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2646 M:      Steve Wise <swise@chelsio.com>
2647 L:      linux-rdma@vger.kernel.org
2648 W:      http://www.openfabrics.org
2649 S:      Supported
2650 F:      drivers/infiniband/hw/cxgb4/
2651
2652 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2653 M:      Casey Leedom <leedom@chelsio.com>
2654 L:      netdev@vger.kernel.org
2655 W:      http://www.chelsio.com
2656 S:      Supported
2657 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2658
2659 STMMAC ETHERNET DRIVER
2660 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2661 L:      netdev@vger.kernel.org
2662 W:      http://www.stlinux.com
2663 S:      Supported
2664 F:      drivers/net/ethernet/stmicro/stmmac/
2665
2666 CYBERPRO FB DRIVER
2667 M:      Russell King <linux@arm.linux.org.uk>
2668 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2669 W:      http://www.arm.linux.org.uk/
2670 S:      Maintained
2671 F:      drivers/video/cyber2000fb.*
2672
2673 CYCLADES ASYNC MUX DRIVER
2674 W:      http://www.cyclades.com/
2675 S:      Orphan
2676 F:      drivers/tty/cyclades.c
2677 F:      include/linux/cyclades.h
2678 F:      include/uapi/linux/cyclades.h
2679
2680 CYCLADES PC300 DRIVER
2681 W:      http://www.cyclades.com/
2682 S:      Orphan
2683 F:      drivers/net/wan/pc300*
2684
2685 CYPRESS_FIRMWARE MEDIA DRIVER
2686 M:      Antti Palosaari <crope@iki.fi>
2687 L:      linux-media@vger.kernel.org
2688 W:      http://linuxtv.org/
2689 W:      http://palosaari.fi/linux/
2690 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2691 T:      git git://linuxtv.org/anttip/media_tree.git
2692 S:      Maintained
2693 F:      drivers/media/common/cypress_firmware*
2694
2695 CYTTSP TOUCHSCREEN DRIVER
2696 M:      Ferruh Yigit <fery@cypress.com>
2697 L:      linux-input@vger.kernel.org
2698 S:      Supported
2699 F:      drivers/input/touchscreen/cyttsp*
2700 F:      include/linux/input/cyttsp.h
2701
2702 DAMA SLAVE for AX.25
2703 M:      Joerg Reuter <jreuter@yaina.de>
2704 W:      http://yaina.de/jreuter/
2705 W:      http://www.qsl.net/dl1bke/
2706 L:      linux-hams@vger.kernel.org
2707 S:      Maintained
2708 F:      net/ax25/af_ax25.c
2709 F:      net/ax25/ax25_dev.c
2710 F:      net/ax25/ax25_ds_*
2711 F:      net/ax25/ax25_in.c
2712 F:      net/ax25/ax25_out.c
2713 F:      net/ax25/ax25_timer.c
2714 F:      net/ax25/sysctl_net_ax25.c
2715
2716 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2717 L:      netdev@vger.kernel.org
2718 S:      Orphan
2719 F:      Documentation/networking/dmfe.txt
2720 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2721
2722 DC390/AM53C974 SCSI driver
2723 M:      Kurt Garloff <garloff@suse.de>
2724 W:      http://www.garloff.de/kurt/linux/dc390/
2725 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2726 S:      Maintained
2727 F:      drivers/scsi/tmscsim.*
2728
2729 DC395x SCSI driver
2730 M:      Oliver Neukum <oliver@neukum.org>
2731 M:      Ali Akcaagac <aliakc@web.de>
2732 M:      Jamie Lenehan <lenehan@twibble.org>
2733 L:      dc395x@twibble.org
2734 W:      http://twibble.org/dist/dc395x/
2735 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2736 S:      Maintained
2737 F:      Documentation/scsi/dc395x.txt
2738 F:      drivers/scsi/dc395x.*
2739
2740 DCCP PROTOCOL
2741 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2742 L:      dccp@vger.kernel.org
2743 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2744 S:      Maintained
2745 F:      include/linux/dccp.h
2746 F:      include/uapi/linux/dccp.h
2747 F:      include/linux/tfrc.h
2748 F:      net/dccp/
2749
2750 DECnet NETWORK LAYER
2751 W:      http://linux-decnet.sourceforge.net
2752 L:      linux-decnet-user@lists.sourceforge.net
2753 S:      Orphan
2754 F:      Documentation/networking/decnet.txt
2755 F:      net/decnet/
2756
2757 DECSTATION PLATFORM SUPPORT
2758 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2759 L:      linux-mips@linux-mips.org
2760 W:      http://www.linux-mips.org/wiki/DECstation
2761 S:      Maintained
2762 F:      arch/mips/dec/
2763 F:      arch/mips/include/asm/dec/
2764 F:      arch/mips/include/asm/mach-dec/
2765
2766 DEFXX FDDI NETWORK DRIVER
2767 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2768 S:      Maintained
2769 F:      drivers/net/fddi/defxx.*
2770
2771 DELL LAPTOP DRIVER
2772 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2773 L:      platform-driver-x86@vger.kernel.org
2774 S:      Maintained
2775 F:      drivers/platform/x86/dell-laptop.c
2776
2777 DELL LAPTOP SMM DRIVER
2778 M:      Guenter Roeck <linux@roeck-us.net>
2779 F:      drivers/char/i8k.c
2780 F:      include/uapi/linux/i8k.h
2781
2782 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2783 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
2784 S:      Maintained
2785 F:      Documentation/dcdbas.txt
2786 F:      drivers/firmware/dcdbas.*
2787
2788 DELL WMI EXTRAS DRIVER
2789 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2790 S:      Maintained
2791 F:      drivers/platform/x86/dell-wmi.c
2792
2793 DESIGNWARE USB2 DRD IP DRIVER
2794 M:      Paul Zimmerman <paulz@synopsys.com>
2795 L:      linux-usb@vger.kernel.org
2796 S:      Maintained
2797 F:      drivers/usb/dwc2/
2798
2799 DESIGNWARE USB3 DRD IP DRIVER
2800 M:      Felipe Balbi <balbi@ti.com>
2801 L:      linux-usb@vger.kernel.org
2802 L:      linux-omap@vger.kernel.org
2803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2804 S:      Maintained
2805 F:      drivers/usb/dwc3/
2806
2807 DEVICE FREQUENCY (DEVFREQ)
2808 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
2809 M:      Kyungmin Park <kyungmin.park@samsung.com>
2810 L:      linux-pm@vger.kernel.org
2811 S:      Maintained
2812 F:      drivers/devfreq/
2813
2814 DEVICE NUMBER REGISTRY
2815 M:      Torben Mathiasen <device@lanana.org>
2816 W:      http://lanana.org/docs/device-list/index.html
2817 S:      Maintained
2818
2819 DEVICE-MAPPER  (LVM)
2820 M:      Alasdair Kergon <agk@redhat.com>
2821 M:      Mike Snitzer <snitzer@redhat.com>
2822 M:      dm-devel@redhat.com
2823 L:      dm-devel@redhat.com
2824 W:      http://sources.redhat.com/dm
2825 Q:      http://patchwork.kernel.org/project/dm-devel/list/
2826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
2827 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
2828 S:      Maintained
2829 F:      Documentation/device-mapper/
2830 F:      drivers/md/dm*
2831 F:      drivers/md/persistent-data/
2832 F:      include/linux/device-mapper.h
2833 F:      include/linux/dm-*.h
2834 F:      include/uapi/linux/dm-*.h
2835
2836 DIALOG SEMICONDUCTOR DRIVERS
2837 M:      Support Opensource <support.opensource@diasemi.com>
2838 W:      http://www.dialog-semiconductor.com/products
2839 S:      Supported
2840 F:      Documentation/hwmon/da90??
2841 F:      drivers/gpio/gpio-da90??.c
2842 F:      drivers/hwmon/da90??-hwmon.c
2843 F:      drivers/input/misc/da90??_onkey.c
2844 F:      drivers/input/touchscreen/da9052_tsi.c
2845 F:      drivers/leds/leds-da90??.c
2846 F:      drivers/mfd/da903x.c
2847 F:      drivers/mfd/da90??-*.c
2848 F:      drivers/power/da9052-battery.c
2849 F:      drivers/regulator/da903x.c
2850 F:      drivers/regulator/da9???-regulator.[ch]
2851 F:      drivers/rtc/rtc-da90??.c
2852 F:      drivers/video/backlight/da90??_bl.c
2853 F:      drivers/watchdog/da90??_wdt.c
2854 F:      include/linux/mfd/da903x.h
2855 F:      include/linux/mfd/da9052/
2856 F:      include/linux/mfd/da9055/
2857 F:      include/linux/mfd/da9063/
2858 F:      include/sound/da[79]*.h
2859 F:      sound/soc/codecs/da[79]*.[ch]
2860
2861 DIGI NEO AND CLASSIC PCI PRODUCTS
2862 M:      Lidza Louina <lidza.louina@gmail.com>
2863 M:      Mark Hounschell <markh@compro.net>
2864 L:      driverdev-devel@linuxdriverproject.org
2865 S:      Maintained
2866 F:      drivers/staging/dgnc/
2867
2868 DIGI EPCA PCI PRODUCTS
2869 M:      Lidza Louina <lidza.louina@gmail.com>
2870 M:      Mark Hounschell <markh@compro.net>
2871 L:      driverdev-devel@linuxdriverproject.org
2872 S:      Maintained
2873 F:      drivers/staging/dgap/
2874
2875 DIOLAN U2C-12 I2C DRIVER
2876 M:      Guenter Roeck <linux@roeck-us.net>
2877 L:      linux-i2c@vger.kernel.org
2878 S:      Maintained
2879 F:      drivers/i2c/busses/i2c-diolan-u2c.c
2880
2881 DIRECTORY NOTIFICATION (DNOTIFY)
2882 M:      Eric Paris <eparis@parisplace.org>
2883 S:      Maintained
2884 F:      Documentation/filesystems/dnotify.txt
2885 F:      fs/notify/dnotify/
2886 F:      include/linux/dnotify.h
2887
2888 DISK GEOMETRY AND PARTITION HANDLING
2889 M:      Andries Brouwer <aeb@cwi.nl>
2890 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2891 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2892 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2893 S:      Maintained
2894
2895 DISKQUOTA
2896 M:      Jan Kara <jack@suse.cz>
2897 S:      Maintained
2898 F:      Documentation/filesystems/quota.txt
2899 F:      fs/quota/
2900 F:      include/linux/quota*.h
2901 F:      include/uapi/linux/quota*.h
2902
2903 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2904 M:      Bernie Thompson <bernie@plugable.com>
2905 L:      linux-fbdev@vger.kernel.org
2906 S:      Maintained
2907 W:      http://plugable.com/category/projects/udlfb/
2908 F:      drivers/video/udlfb.c
2909 F:      include/video/udlfb.h
2910 F:      Documentation/fb/udlfb.txt
2911
2912 DISTRIBUTED LOCK MANAGER (DLM)
2913 M:      Christine Caulfield <ccaulfie@redhat.com>
2914 M:      David Teigland <teigland@redhat.com>
2915 L:      cluster-devel@redhat.com
2916 W:      http://sources.redhat.com/cluster/
2917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2918 S:      Supported
2919 F:      fs/dlm/
2920
2921 DMA BUFFER SHARING FRAMEWORK
2922 M:      Sumit Semwal <sumit.semwal@linaro.org>
2923 S:      Maintained
2924 L:      linux-media@vger.kernel.org
2925 L:      dri-devel@lists.freedesktop.org
2926 L:      linaro-mm-sig@lists.linaro.org
2927 F:      drivers/base/dma-buf*
2928 F:      include/linux/dma-buf*
2929 F:      Documentation/dma-buf-sharing.txt
2930 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2931
2932 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2933 M:      Vinod Koul <vinod.koul@intel.com>
2934 M:      Dan Williams <dan.j.williams@intel.com>
2935 L:      dmaengine@vger.kernel.org
2936 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
2937 S:      Supported
2938 F:      drivers/dma/
2939 F:      include/linux/dma*
2940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2941 T:      git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2942
2943 DME1737 HARDWARE MONITOR DRIVER
2944 M:      Juerg Haefliger <juergh@gmail.com>
2945 L:      lm-sensors@lm-sensors.org
2946 S:      Maintained
2947 F:      Documentation/hwmon/dme1737
2948 F:      drivers/hwmon/dme1737.c
2949
2950 DOCKING STATION DRIVER
2951 M:      Shaohua Li <shaohua.li@intel.com>
2952 L:      linux-acpi@vger.kernel.org
2953 S:      Supported
2954 F:      drivers/acpi/dock.c
2955
2956 DOCUMENTATION
2957 M:      Randy Dunlap <rdunlap@infradead.org>
2958 L:      linux-doc@vger.kernel.org
2959 T:      quilt http://www.infradead.org/~rdunlap/Doc/patches/
2960 S:      Maintained
2961 F:      Documentation/
2962 X:      Documentation/ABI/
2963 X:      Documentation/devicetree/
2964 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
2965
2966 DOUBLETALK DRIVER
2967 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
2968 L:      blinux-list@redhat.com
2969 S:      Maintained
2970 F:      drivers/char/dtlk.c
2971 F:      include/linux/dtlk.h
2972
2973 DPT_I2O SCSI RAID DRIVER
2974 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2975 L:      linux-scsi@vger.kernel.org
2976 W:      http://www.adaptec.com/
2977 S:      Maintained
2978 F:      drivers/scsi/dpt*
2979 F:      drivers/scsi/dpt/
2980
2981 DRBD DRIVER
2982 P:      Philipp Reisner
2983 P:      Lars Ellenberg
2984 M:      drbd-dev@lists.linbit.com
2985 L:      drbd-user@lists.linbit.com
2986 W:      http://www.drbd.org
2987 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
2988 T:      git git://git.drbd.org/drbd-8.3.git
2989 S:      Supported
2990 F:      drivers/block/drbd/
2991 F:      lib/lru_cache.c
2992 F:      Documentation/blockdev/drbd/
2993
2994 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2995 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
2997 S:      Supported
2998 F:      Documentation/kobject.txt
2999 F:      drivers/base/
3000 F:      fs/sysfs/
3001 F:      fs/debugfs/
3002 F:      include/linux/kobj*
3003 F:      include/linux/debugfs.h
3004 F:      lib/kobj*
3005
3006 DRM DRIVERS
3007 M:      David Airlie <airlied@linux.ie>
3008 L:      dri-devel@lists.freedesktop.org
3009 T:      git git://people.freedesktop.org/~airlied/linux
3010 S:      Maintained
3011 F:      drivers/gpu/drm/
3012 F:      drivers/gpu/vga/
3013 F:      include/drm/
3014 F:      include/uapi/drm/
3015
3016 RADEON DRM DRIVERS
3017 M:      Alex Deucher <alexander.deucher@amd.com>
3018 M:      Christian König <christian.koenig@amd.com>
3019 L:      dri-devel@lists.freedesktop.org
3020 T:      git git://people.freedesktop.org/~agd5f/linux
3021 S:      Supported
3022 F:      drivers/gpu/drm/radeon/
3023 F:      include/drm/radeon*
3024 F:      include/uapi/drm/radeon*
3025
3026 DRM PANEL DRIVERS
3027 M:      Thierry Reding <thierry.reding@gmail.com>
3028 L:      dri-devel@lists.freedesktop.org
3029 T:      git git://anongit.freedesktop.org/tegra/linux.git
3030 S:      Maintained
3031 F:      drivers/gpu/drm/drm_panel.c
3032 F:      drivers/gpu/drm/panel/
3033 F:      include/drm/drm_panel.h
3034 F:      Documentation/devicetree/bindings/panel/
3035
3036 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3037 M:      Daniel Vetter <daniel.vetter@ffwll.ch>
3038 M:      Jani Nikula <jani.nikula@linux.intel.com>
3039 L:      intel-gfx@lists.freedesktop.org
3040 L:      dri-devel@lists.freedesktop.org
3041 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3042 T:      git git://anongit.freedesktop.org/drm-intel
3043 S:      Supported
3044 F:      drivers/gpu/drm/i915/
3045 F:      include/drm/i915*
3046 F:      include/uapi/drm/i915*
3047
3048 DRM DRIVERS FOR EXYNOS
3049 M:      Inki Dae <inki.dae@samsung.com>
3050 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3051 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3052 M:      Kyungmin Park <kyungmin.park@samsung.com>
3053 L:      dri-devel@lists.freedesktop.org
3054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3055 S:      Supported
3056 F:      drivers/gpu/drm/exynos/
3057 F:      include/drm/exynos*
3058 F:      include/uapi/drm/exynos*
3059
3060 DRM DRIVERS FOR NVIDIA TEGRA
3061 M:      Thierry Reding <thierry.reding@gmail.com>
3062 M:      Terje Bergström <tbergstrom@nvidia.com>
3063 L:      dri-devel@lists.freedesktop.org
3064 L:      linux-tegra@vger.kernel.org
3065 T:      git git://anongit.freedesktop.org/tegra/linux.git
3066 S:      Supported
3067 F:      drivers/gpu/drm/tegra/
3068 F:      drivers/gpu/host1x/
3069 F:      include/linux/host1x.h
3070 F:      include/uapi/drm/tegra_drm.h
3071 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3072
3073 DSBR100 USB FM RADIO DRIVER
3074 M:      Alexey Klimov <klimov.linux@gmail.com>
3075 L:      linux-media@vger.kernel.org
3076 T:      git git://linuxtv.org/media_tree.git
3077 S:      Maintained
3078 F:      drivers/media/radio/dsbr100.c
3079
3080 DSCC4 DRIVER
3081 M:      Francois Romieu <romieu@fr.zoreil.com>
3082 L:      netdev@vger.kernel.org
3083 S:      Maintained
3084 F:      drivers/net/wan/dscc4.c
3085
3086 DVB_USB_AF9015 MEDIA DRIVER
3087 M:      Antti Palosaari <crope@iki.fi>
3088 L:      linux-media@vger.kernel.org
3089 W:      http://linuxtv.org/
3090 W:      http://palosaari.fi/linux/
3091 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3092 T:      git git://linuxtv.org/anttip/media_tree.git
3093 S:      Maintained
3094 F:      drivers/media/usb/dvb-usb-v2/af9015*
3095
3096 DVB_USB_AF9035 MEDIA DRIVER
3097 M:      Antti Palosaari <crope@iki.fi>
3098 L:      linux-media@vger.kernel.org
3099 W:      http://linuxtv.org/
3100 W:      http://palosaari.fi/linux/
3101 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3102 T:      git git://linuxtv.org/anttip/media_tree.git
3103 S:      Maintained
3104 F:      drivers/media/usb/dvb-usb-v2/af9035*
3105
3106 DVB_USB_ANYSEE MEDIA DRIVER
3107 M:      Antti Palosaari <crope@iki.fi>
3108 L:      linux-media@vger.kernel.org
3109 W:      http://linuxtv.org/
3110 W:      http://palosaari.fi/linux/
3111 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3112 T:      git git://linuxtv.org/anttip/media_tree.git
3113 S:      Maintained
3114 F:      drivers/media/usb/dvb-usb-v2/anysee*
3115
3116 DVB_USB_AU6610 MEDIA DRIVER
3117 M:      Antti Palosaari <crope@iki.fi>
3118 L:      linux-media@vger.kernel.org
3119 W:      http://linuxtv.org/
3120 W:      http://palosaari.fi/linux/
3121 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3122 T:      git git://linuxtv.org/anttip/media_tree.git
3123 S:      Maintained
3124 F:      drivers/media/usb/dvb-usb-v2/au6610*
3125
3126 DVB_USB_CE6230 MEDIA DRIVER
3127 M:      Antti Palosaari <crope@iki.fi>
3128 L:      linux-media@vger.kernel.org
3129 W:      http://linuxtv.org/
3130 W:      http://palosaari.fi/linux/
3131 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3132 T:      git git://linuxtv.org/anttip/media_tree.git
3133 S:      Maintained
3134 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3135
3136 DVB_USB_CXUSB MEDIA DRIVER
3137 M:      Michael Krufky <mkrufky@linuxtv.org>
3138 L:      linux-media@vger.kernel.org
3139 W:      http://linuxtv.org/
3140 W:      http://github.com/mkrufky
3141 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3142 T:      git git://linuxtv.org/media_tree.git
3143 S:      Maintained
3144 F:      drivers/media/usb/dvb-usb/cxusb*
3145
3146 DVB_USB_EC168 MEDIA DRIVER
3147 M:      Antti Palosaari <crope@iki.fi>
3148 L:      linux-media@vger.kernel.org
3149 W:      http://linuxtv.org/
3150 W:      http://palosaari.fi/linux/
3151 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3152 T:      git git://linuxtv.org/anttip/media_tree.git
3153 S:      Maintained
3154 F:      drivers/media/usb/dvb-usb-v2/ec168*
3155
3156 DVB_USB_GL861 MEDIA DRIVER
3157 M:      Antti Palosaari <crope@iki.fi>
3158 L:      linux-media@vger.kernel.org
3159 W:      http://linuxtv.org/
3160 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3161 T:      git git://linuxtv.org/anttip/media_tree.git
3162 S:      Maintained
3163 F:      drivers/media/usb/dvb-usb-v2/gl861*
3164
3165 DVB_USB_MXL111SF MEDIA DRIVER
3166 M:      Michael Krufky <mkrufky@linuxtv.org>
3167 L:      linux-media@vger.kernel.org
3168 W:      http://linuxtv.org/
3169 W:      http://github.com/mkrufky
3170 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3171 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3172 S:      Maintained
3173 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3174
3175 DVB_USB_RTL28XXU MEDIA DRIVER
3176 M:      Antti Palosaari <crope@iki.fi>
3177 L:      linux-media@vger.kernel.org
3178 W:      http://linuxtv.org/
3179 W:      http://palosaari.fi/linux/
3180 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3181 T:      git git://linuxtv.org/anttip/media_tree.git
3182 S:      Maintained
3183 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3184
3185 DVB_USB_V2 MEDIA DRIVER
3186 M:      Antti Palosaari <crope@iki.fi>
3187 L:      linux-media@vger.kernel.org
3188 W:      http://linuxtv.org/
3189 W:      http://palosaari.fi/linux/
3190 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3191 T:      git git://linuxtv.org/anttip/media_tree.git
3192 S:      Maintained
3193 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3194 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3195
3196 DYNAMIC DEBUG
3197 M:      Jason Baron <jbaron@akamai.com>
3198 S:      Maintained
3199 F:      lib/dynamic_debug.c
3200 F:      include/linux/dynamic_debug.h
3201
3202 DZ DECSTATION DZ11 SERIAL DRIVER
3203 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3204 S:      Maintained
3205 F:      drivers/tty/serial/dz.*
3206
3207 E4000 MEDIA DRIVER
3208 M:      Antti Palosaari <crope@iki.fi>
3209 L:      linux-media@vger.kernel.org
3210 W:      http://linuxtv.org/
3211 W:      http://palosaari.fi/linux/
3212 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3213 T:      git git://linuxtv.org/anttip/media_tree.git
3214 S:      Maintained
3215 F:      drivers/media/tuners/e4000*
3216
3217 EATA-DMA SCSI DRIVER
3218 M:      Michael Neuffer <mike@i-Connect.Net>
3219 L:      linux-eata@i-connect.net
3220 L:      linux-scsi@vger.kernel.org
3221 S:      Maintained
3222 F:      drivers/scsi/eata*
3223
3224 EATA ISA/EISA/PCI SCSI DRIVER
3225 M:      Dario Ballabio <ballabio_dario@emc.com>
3226 L:      linux-scsi@vger.kernel.org
3227 S:      Maintained
3228 F:      drivers/scsi/eata.c
3229
3230 EATA-PIO SCSI DRIVER
3231 M:      Michael Neuffer <mike@i-Connect.Net>
3232 L:      linux-eata@i-connect.net
3233 L:      linux-scsi@vger.kernel.org
3234 S:      Maintained
3235 F:      drivers/scsi/eata_pio.*
3236
3237 EC100 MEDIA DRIVER
3238 M:      Antti Palosaari <crope@iki.fi>
3239 L:      linux-media@vger.kernel.org
3240 W:      http://linuxtv.org/
3241 W:      http://palosaari.fi/linux/
3242 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3243 T:      git git://linuxtv.org/anttip/media_tree.git
3244 S:      Maintained
3245 F:      drivers/media/dvb-frontends/ec100*
3246
3247 ECRYPT FILE SYSTEM
3248 M:      Tyler Hicks <tyhicks@canonical.com>
3249 L:      ecryptfs@vger.kernel.org
3250 W:      http://ecryptfs.org
3251 W:      https://launchpad.net/ecryptfs
3252 S:      Supported
3253 F:      Documentation/filesystems/ecryptfs.txt
3254 F:      fs/ecryptfs/
3255
3256 EDAC-CORE
3257 M:      Doug Thompson <dougthompson@xmission.com>
3258 M:      Borislav Petkov <bp@alien8.de>
3259 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3260 L:      linux-edac@vger.kernel.org
3261 W:      bluesmoke.sourceforge.net
3262 S:      Supported
3263 F:      Documentation/edac.txt
3264 F:      drivers/edac/
3265 F:      include/linux/edac.h
3266
3267 EDAC-AMD64
3268 M:      Doug Thompson <dougthompson@xmission.com>
3269 M:      Borislav Petkov <bp@alien8.de>
3270 L:      linux-edac@vger.kernel.org
3271 W:      bluesmoke.sourceforge.net
3272 S:      Maintained
3273 F:      drivers/edac/amd64_edac*
3274
3275 EDAC-CALXEDA
3276 M:      Doug Thompson <dougthompson@xmission.com>
3277 M:      Robert Richter <rric@kernel.org>
3278 L:      linux-edac@vger.kernel.org
3279 W:      bluesmoke.sourceforge.net
3280 S:      Maintained
3281 F:      drivers/edac/highbank*
3282
3283 EDAC-CAVIUM
3284 M:      Ralf Baechle <ralf@linux-mips.org>
3285 M:      David Daney <david.daney@cavium.com>
3286 L:      linux-edac@vger.kernel.org
3287 L:      linux-mips@linux-mips.org
3288 W:      bluesmoke.sourceforge.net
3289 S:      Supported
3290 F:      drivers/edac/octeon_edac*
3291
3292 EDAC-E752X
3293 M:      Mark Gross <mark.gross@intel.com>
3294 M:      Doug Thompson <dougthompson@xmission.com>
3295 L:      linux-edac@vger.kernel.org
3296 W:      bluesmoke.sourceforge.net
3297 S:      Maintained
3298 F:      drivers/edac/e752x_edac.c
3299
3300 EDAC-E7XXX
3301 M:      Doug Thompson <dougthompson@xmission.com>
3302 L:      linux-edac@vger.kernel.org
3303 W:      bluesmoke.sourceforge.net
3304 S:      Maintained
3305 F:      drivers/edac/e7xxx_edac.c
3306
3307 EDAC-GHES
3308 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3309 L:      linux-edac@vger.kernel.org
3310 W:      bluesmoke.sourceforge.net
3311 S:      Maintained
3312 F:      drivers/edac/ghes_edac.c
3313
3314 EDAC-I82443BXGX
3315 M:      Tim Small <tim@buttersideup.com>
3316 L:      linux-edac@vger.kernel.org
3317 W:      bluesmoke.sourceforge.net
3318 S:      Maintained
3319 F:      drivers/edac/i82443bxgx_edac.c
3320
3321 EDAC-I3000
3322 M:      Jason Uhlenkott <juhlenko@akamai.com>
3323 L:      linux-edac@vger.kernel.org
3324 W:      bluesmoke.sourceforge.net
3325 S:      Maintained
3326 F:      drivers/edac/i3000_edac.c
3327
3328 EDAC-I5000
3329 M:      Doug Thompson <dougthompson@xmission.com>
3330 L:      linux-edac@vger.kernel.org
3331 W:      bluesmoke.sourceforge.net
3332 S:      Maintained
3333 F:      drivers/edac/i5000_edac.c
3334
3335 EDAC-I5400
3336 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3337 L:      linux-edac@vger.kernel.org
3338 W:      bluesmoke.sourceforge.net
3339 S:      Maintained
3340 F:      drivers/edac/i5400_edac.c
3341
3342 EDAC-I7300
3343 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3344 L:      linux-edac@vger.kernel.org
3345 W:      bluesmoke.sourceforge.net
3346 S:      Maintained
3347 F:      drivers/edac/i7300_edac.c
3348
3349 EDAC-I7CORE
3350 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3351 L:      linux-edac@vger.kernel.org
3352 W:      bluesmoke.sourceforge.net
3353 S:      Maintained
3354 F:      drivers/edac/i7core_edac.c
3355
3356 EDAC-I82975X
3357 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3358 M:      "Arvind R." <arvino55@gmail.com>
3359 L:      linux-edac@vger.kernel.org
3360 W:      bluesmoke.sourceforge.net
3361 S:      Maintained
3362 F:      drivers/edac/i82975x_edac.c
3363
3364 EDAC-MPC85XX
3365 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3366 L:      linux-edac@vger.kernel.org
3367 W:      bluesmoke.sourceforge.net
3368 S:      Maintained
3369 F:      drivers/edac/mpc85xx_edac.[ch]
3370
3371 EDAC-PASEMI
3372 M:      Egor Martovetsky <egor@pasemi.com>
3373 L:      linux-edac@vger.kernel.org
3374 W:      bluesmoke.sourceforge.net
3375 S:      Maintained
3376 F:      drivers/edac/pasemi_edac.c
3377
3378 EDAC-R82600
3379 M:      Tim Small <tim@buttersideup.com>
3380 L:      linux-edac@vger.kernel.org
3381 W:      bluesmoke.sourceforge.net
3382 S:      Maintained
3383 F:      drivers/edac/r82600_edac.c
3384
3385 EDAC-SBRIDGE
3386 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3387 L:      linux-edac@vger.kernel.org
3388 W:      bluesmoke.sourceforge.net
3389 S:      Maintained
3390 F:      drivers/edac/sb_edac.c
3391
3392 EDIROL UA-101/UA-1000 DRIVER
3393 M:      Clemens Ladisch <clemens@ladisch.de>
3394 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3395 T:      git git://git.alsa-project.org/alsa-kernel.git
3396 S:      Maintained
3397 F:      sound/usb/misc/ua101.c
3398
3399 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3400 M:      Matt Fleming <matt.fleming@intel.com>
3401 L:      linux-efi@vger.kernel.org
3402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3403 S:      Maintained
3404 F:      Documentation/x86/efi-stub.txt
3405 F:      arch/ia64/kernel/efi.c
3406 F:      arch/x86/boot/compressed/eboot.[ch]
3407 F:      arch/x86/include/asm/efi.h
3408 F:      arch/x86/platform/efi/*
3409 F:      drivers/firmware/efi/*
3410 F:      include/linux/efi*.h
3411
3412 EFI VARIABLE FILESYSTEM
3413 M:      Matthew Garrett <matthew.garrett@nebula.com>
3414 M:      Jeremy Kerr <jk@ozlabs.org>
3415 M:      Matt Fleming <matt.fleming@intel.com>
3416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3417 L:      linux-efi@vger.kernel.org
3418 S:      Maintained
3419 F:      fs/efivarfs/
3420
3421 EFIFB FRAMEBUFFER DRIVER
3422 L:      linux-fbdev@vger.kernel.org
3423 M:      Peter Jones <pjones@redhat.com>
3424 S:      Maintained
3425 F:      drivers/video/efifb.c
3426
3427 EFS FILESYSTEM
3428 W:      http://aeschi.ch.eu.org/efs/
3429 S:      Orphan
3430 F:      fs/efs/
3431
3432 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3433 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3434 M:      Christoph Raisch <raisch@de.ibm.com>
3435 L:      linux-rdma@vger.kernel.org
3436 S:      Supported
3437 F:      drivers/infiniband/hw/ehca/
3438
3439 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3440 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3441 L:      netdev@vger.kernel.org
3442 S:      Maintained
3443 F:      drivers/net/ethernet/ibm/ehea/
3444
3445 EM28XX VIDEO4LINUX DRIVER
3446 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3447 L:      linux-media@vger.kernel.org
3448 W:      http://linuxtv.org
3449 T:      git git://linuxtv.org/media_tree.git
3450 S:      Maintained
3451 F:      drivers/media/usb/em28xx/
3452
3453 EMBEDDED LINUX
3454 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3455 M:      Matt Mackall <mpm@selenic.com>
3456 M:      David Woodhouse <dwmw2@infradead.org>
3457 L:      linux-embedded@vger.kernel.org
3458 S:      Maintained
3459
3460 EMULEX LPFC FC SCSI DRIVER
3461 M:      James Smart <james.smart@emulex.com>
3462 L:      linux-scsi@vger.kernel.org
3463 W:      http://sourceforge.net/projects/lpfcxxxx
3464 S:      Supported
3465 F:      drivers/scsi/lpfc/
3466
3467 ENE CB710 FLASH CARD READER DRIVER
3468 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3469 S:      Maintained
3470 F:      drivers/misc/cb710/
3471 F:      drivers/mmc/host/cb710-mmc.*
3472 F:      include/linux/cb710.h
3473
3474 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3475 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3476 S:      Maintained
3477 F:      drivers/media/rc/ene_ir.*
3478
3479 ENHANCED ERROR HANDLING (EEH)
3480 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3481 L:      linuxppc-dev@lists.ozlabs.org
3482 S:      Supported
3483 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3484 F:      arch/powerpc/kernel/eeh*.c
3485
3486 EPSON S1D13XXX FRAMEBUFFER DRIVER
3487 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3488 S:      Maintained
3489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3490 F:      drivers/video/s1d13xxxfb.c
3491 F:      include/video/s1d13xxxfb.h
3492
3493 ETHERNET BRIDGE
3494 M:      Stephen Hemminger <stephen@networkplumber.org>
3495 L:      bridge@lists.linux-foundation.org
3496 L:      netdev@vger.kernel.org
3497 W:      http://www.linuxfoundation.org/en/Net:Bridge
3498 S:      Maintained
3499 F:      include/linux/netfilter_bridge/
3500 F:      net/bridge/
3501
3502 ETHERNET PHY LIBRARY
3503 M:      Florian Fainelli <f.fainelli@gmail.com>
3504 L:      netdev@vger.kernel.org
3505 S:      Maintained
3506 F:      include/linux/phy.h
3507 F:      include/linux/phy_fixed.h
3508 F:      drivers/net/phy/
3509 F:      Documentation/networking/phy.txt
3510 F:      drivers/of/of_mdio.c
3511 F:      drivers/of/of_net.c
3512
3513 EXT2 FILE SYSTEM
3514 M:      Jan Kara <jack@suse.cz>
3515 L:      linux-ext4@vger.kernel.org
3516 S:      Maintained
3517 F:      Documentation/filesystems/ext2.txt
3518 F:      fs/ext2/
3519 F:      include/linux/ext2*
3520
3521 EXT3 FILE SYSTEM
3522 M:      Jan Kara <jack@suse.cz>
3523 M:      Andrew Morton <akpm@linux-foundation.org>
3524 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3525 L:      linux-ext4@vger.kernel.org
3526 S:      Maintained
3527 F:      Documentation/filesystems/ext3.txt
3528 F:      fs/ext3/
3529
3530 EXT4 FILE SYSTEM
3531 M:      "Theodore Ts'o" <tytso@mit.edu>
3532 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3533 L:      linux-ext4@vger.kernel.org
3534 W:      http://ext4.wiki.kernel.org
3535 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3536 S:      Maintained
3537 F:      Documentation/filesystems/ext4.txt
3538 F:      fs/ext4/
3539
3540 Extended Verification Module (EVM)
3541 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3542 L:      linux-ima-devel@lists.sourceforge.net
3543 L:      linux-security-module@vger.kernel.org
3544 S:      Supported
3545 F:      security/integrity/evm/
3546
3547 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3548 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3549 M:      Chanwoo Choi <cw00.choi@samsung.com>
3550 L:      linux-kernel@vger.kernel.org
3551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3552 S:      Maintained
3553 F:      drivers/extcon/
3554 F:      Documentation/extcon/
3555
3556 EXYNOS DP DRIVER
3557 M:      Jingoo Han <jg1.han@samsung.com>
3558 L:      dri-devel@lists.freedesktop.org
3559 S:      Maintained
3560 F:      drivers/gpu/drm/exynos/exynos_dp*
3561
3562 EXYNOS MIPI DISPLAY DRIVERS
3563 M:      Inki Dae <inki.dae@samsung.com>
3564 M:      Donghwa Lee <dh09.lee@samsung.com>
3565 M:      Kyungmin Park <kyungmin.park@samsung.com>
3566 L:      linux-fbdev@vger.kernel.org
3567 S:      Maintained
3568 F:      drivers/video/exynos/exynos_mipi*
3569 F:      include/video/exynos_mipi*
3570
3571 F71805F HARDWARE MONITORING DRIVER
3572 M:      Jean Delvare <jdelvare@suse.de>
3573 L:      lm-sensors@lm-sensors.org
3574 S:      Maintained
3575 F:      Documentation/hwmon/f71805f
3576 F:      drivers/hwmon/f71805f.c
3577
3578 FC0011 TUNER DRIVER
3579 M:      Michael Buesch <m@bues.ch>
3580 L:      linux-media@vger.kernel.org
3581 S:      Maintained
3582 F:      drivers/media/tuners/fc0011.h
3583 F:      drivers/media/tuners/fc0011.c
3584
3585 FC2580 MEDIA DRIVER
3586 M:      Antti Palosaari <crope@iki.fi>
3587 L:      linux-media@vger.kernel.org
3588 W:      http://linuxtv.org/
3589 W:      http://palosaari.fi/linux/
3590 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3591 T:      git git://linuxtv.org/anttip/media_tree.git
3592 S:      Maintained
3593 F:      drivers/media/tuners/fc2580*
3594
3595 FANOTIFY
3596 M:      Eric Paris <eparis@redhat.com>
3597 S:      Maintained
3598 F:      fs/notify/fanotify/
3599 F:      include/linux/fanotify.h
3600 F:      include/uapi/linux/fanotify.h
3601
3602 FARSYNC SYNCHRONOUS DRIVER
3603 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3604 W:      http://www.farsite.co.uk/
3605 S:      Supported
3606 F:      drivers/net/wan/farsync.*
3607
3608 FAULT INJECTION SUPPORT
3609 M:      Akinobu Mita <akinobu.mita@gmail.com>
3610 S:      Supported
3611 F:      Documentation/fault-injection/
3612 F:      lib/fault-inject.c
3613
3614 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3615 M:      Robert Love <robert.w.love@intel.com>
3616 L:      fcoe-devel@open-fcoe.org
3617 W:      www.Open-FCoE.org
3618 S:      Supported
3619 F:      drivers/scsi/libfc/
3620 F:      drivers/scsi/fcoe/
3621 F:      include/scsi/fc/
3622 F:      include/scsi/libfc.h
3623 F:      include/scsi/libfcoe.h
3624 F:      include/uapi/scsi/fc/
3625
3626 FILE LOCKING (flock() and fcntl()/lockf())
3627 M:      Jeff Layton <jlayton@poochiereds.net>
3628 M:      J. Bruce Fields <bfields@fieldses.org>
3629 L:      linux-fsdevel@vger.kernel.org
3630 S:      Maintained
3631 F:      include/linux/fcntl.h
3632 F:      include/linux/fs.h
3633 F:      include/uapi/linux/fcntl.h
3634 F:      include/uapi/linux/fs.h
3635 F:      fs/fcntl.c
3636 F:      fs/locks.c
3637
3638 FILESYSTEMS (VFS and infrastructure)
3639 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3640 L:      linux-fsdevel@vger.kernel.org
3641 S:      Maintained
3642 F:      fs/*
3643
3644 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3645 M:      Riku Voipio <riku.voipio@iki.fi>
3646 L:      lm-sensors@lm-sensors.org
3647 S:      Maintained
3648 F:      drivers/hwmon/f75375s.c
3649 F:      include/linux/f75375s.h
3650
3651 FIREWIRE AUDIO DRIVERS
3652 M:      Clemens Ladisch <clemens@ladisch.de>
3653 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3654 T:      git git://git.alsa-project.org/alsa-kernel.git
3655 S:      Maintained
3656 F:      sound/firewire/
3657
3658 FIREWIRE MEDIA DRIVERS (firedtv)
3659 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3660 L:      linux-media@vger.kernel.org
3661 L:      linux1394-devel@lists.sourceforge.net
3662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3663 S:      Maintained
3664 F:      drivers/media/firewire/
3665
3666 FIREWIRE SBP-2 TARGET
3667 M:      Chris Boot <bootc@bootc.net>
3668 L:      linux-scsi@vger.kernel.org
3669 L:      target-devel@vger.kernel.org
3670 L:      linux1394-devel@lists.sourceforge.net
3671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3672 S:      Maintained
3673 F:      drivers/target/sbp/
3674
3675 FIREWIRE SUBSYSTEM
3676 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3677 L:      linux1394-devel@lists.sourceforge.net
3678 W:      http://ieee1394.wiki.kernel.org/
3679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3680 S:      Maintained
3681 F:      drivers/firewire/
3682 F:      include/linux/firewire.h
3683 F:      include/uapi/linux/firewire*.h
3684 F:      tools/firewire/
3685
3686 FIRMWARE LOADER (request_firmware)
3687 M:      Ming Lei <ming.lei@canonical.com>
3688 L:      linux-kernel@vger.kernel.org
3689 S:      Maintained
3690 F:      Documentation/firmware_class/
3691 F:      drivers/base/firmware*.c
3692 F:      include/linux/firmware.h
3693
3694 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3695 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3696 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3697 S:      Maintained
3698 F:      drivers/block/rsxx/
3699
3700 FLOPPY DRIVER
3701 M:      Jiri Kosina <jkosina@suse.cz>
3702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3703 S:      Odd fixes
3704 F:      drivers/block/floppy.c
3705
3706 FMC SUBSYSTEM
3707 M:      Alessandro Rubini <rubini@gnudd.com>
3708 W:      http://www.ohwr.org/projects/fmc-bus
3709 S:      Supported
3710 F:      drivers/fmc/
3711 F:      include/linux/fmc*.h
3712 F:      include/linux/ipmi-fru.h
3713 K:      fmc_d.*register
3714
3715 FPU EMULATOR
3716 M:      Bill Metzenthen <billm@melbpc.org.au>
3717 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3718 S:      Maintained
3719 F:      arch/x86/math-emu/
3720
3721 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3722 L:      netdev@vger.kernel.org
3723 S:      Orphan
3724 F:      drivers/net/wan/dlci.c
3725 F:      drivers/net/wan/sdla.c
3726
3727 FRAMEBUFFER LAYER
3728 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3729 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
3730 L:      linux-fbdev@vger.kernel.org
3731 W:      http://linux-fbdev.sourceforge.net/
3732 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
3733 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
3734 S:      Maintained
3735 F:      Documentation/fb/
3736 F:      Documentation/devicetree/bindings/fb/
3737 F:      drivers/video/
3738 F:      include/video/
3739 F:      include/linux/fb.h
3740 F:      include/uapi/video/
3741 F:      include/uapi/linux/fb.h
3742
3743 FREESCALE DIU FRAMEBUFFER DRIVER
3744 M:      Timur Tabi <timur@tabi.org>
3745 L:      linux-fbdev@vger.kernel.org
3746 S:      Maintained
3747 F:      drivers/video/fsl-diu-fb.*
3748
3749 FREESCALE DMA DRIVER
3750 M:      Li Yang <leoli@freescale.com>
3751 M:      Zhang Wei <zw@zh-kernel.org>
3752 L:      linuxppc-dev@lists.ozlabs.org
3753 S:      Maintained
3754 F:      drivers/dma/fsldma.*
3755
3756 FREESCALE I2C CPM DRIVER
3757 M:      Jochen Friedrich <jochen@scram.de>
3758 L:      linuxppc-dev@lists.ozlabs.org
3759 L:      linux-i2c@vger.kernel.org
3760 S:      Maintained
3761 F:      drivers/i2c/busses/i2c-cpm.c
3762
3763 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
3764 M:      Sascha Hauer <kernel@pengutronix.de>
3765 L:      linux-fbdev@vger.kernel.org
3766 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3767 S:      Maintained
3768 F:      include/linux/platform_data/video-imxfb.h
3769 F:      drivers/video/imxfb.c
3770
3771 FREESCALE SOC FS_ENET DRIVER
3772 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
3773 M:      Vitaly Bordug <vbordug@ru.mvista.com>
3774 L:      linuxppc-dev@lists.ozlabs.org
3775 L:      netdev@vger.kernel.org
3776 S:      Maintained
3777 F:      drivers/net/ethernet/freescale/fs_enet/
3778 F:      include/linux/fs_enet_pd.h
3779
3780 FREESCALE QUICC ENGINE LIBRARY
3781 L:      linuxppc-dev@lists.ozlabs.org
3782 S:      Orphan
3783 F:      arch/powerpc/sysdev/qe_lib/
3784 F:      arch/powerpc/include/asm/*qe.h
3785
3786 FREESCALE USB PERIPHERAL DRIVERS
3787 M:      Li Yang <leoli@freescale.com>
3788 L:      linux-usb@vger.kernel.org
3789 L:      linuxppc-dev@lists.ozlabs.org
3790 S:      Maintained
3791 F:      drivers/usb/gadget/fsl*
3792
3793 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
3794 M:      Li Yang <leoli@freescale.com>
3795 L:      netdev@vger.kernel.org
3796 L:      linuxppc-dev@lists.ozlabs.org
3797 S:      Maintained
3798 F:      drivers/net/ethernet/freescale/ucc_geth*
3799
3800 FREESCALE QUICC ENGINE UCC UART DRIVER
3801 M:      Timur Tabi <timur@tabi.org>
3802 L:      linuxppc-dev@lists.ozlabs.org
3803 S:      Maintained
3804 F:      drivers/tty/serial/ucc_uart.c
3805
3806 FREESCALE SOC SOUND DRIVERS
3807 M:      Timur Tabi <timur@tabi.org>
3808 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3809 L:      linuxppc-dev@lists.ozlabs.org
3810 S:      Maintained
3811 F:      sound/soc/fsl/fsl*
3812 F:      sound/soc/fsl/mpc8610_hpcd.c
3813
3814 FREEVXFS FILESYSTEM
3815 M:      Christoph Hellwig <hch@infradead.org>
3816 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
3817 S:      Maintained
3818 F:      fs/freevxfs/
3819
3820 FREEZER
3821 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3822 M:      Pavel Machek <pavel@ucw.cz>
3823 L:      linux-pm@vger.kernel.org
3824 S:      Supported
3825 F:      Documentation/power/freezing-of-tasks.txt
3826 F:      include/linux/freezer.h
3827 F:      kernel/freezer.c
3828
3829 FRONTSWAP API
3830 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3831 L:      linux-kernel@vger.kernel.org
3832 S:      Maintained
3833 F:      mm/frontswap.c
3834 F:      include/linux/frontswap.h
3835
3836 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
3837 M:      David Howells <dhowells@redhat.com>
3838 L:      linux-cachefs@redhat.com
3839 S:      Supported
3840 F:      Documentation/filesystems/caching/
3841 F:      fs/fscache/
3842 F:      include/linux/fscache*.h
3843
3844 F2FS FILE SYSTEM
3845 M:      Jaegeuk Kim <jaegeuk@kernel.org>
3846 M:      Changman Lee <cm224.lee@samsung.com>
3847 L:      linux-f2fs-devel@lists.sourceforge.net
3848 W:      http://en.wikipedia.org/wiki/F2FS
3849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
3850 S:      Maintained
3851 F:      Documentation/filesystems/f2fs.txt
3852 F:      Documentation/ABI/testing/sysfs-fs-f2fs
3853 F:      fs/f2fs/
3854 F:      include/linux/f2fs_fs.h
3855
3856 FUJITSU FR-V (FRV) PORT
3857 M:      David Howells <dhowells@redhat.com>
3858 S:      Maintained
3859 F:      arch/frv/
3860
3861 FUJITSU LAPTOP EXTRAS
3862 M:      Jonathan Woithe <jwoithe@just42.net>
3863 L:      platform-driver-x86@vger.kernel.org
3864 S:      Maintained
3865 F:      drivers/platform/x86/fujitsu-laptop.c
3866
3867 FUJITSU M-5MO LS CAMERA ISP DRIVER
3868 M:      Kyungmin Park <kyungmin.park@samsung.com>
3869 M:      Heungjun Kim <riverful.kim@samsung.com>
3870 L:      linux-media@vger.kernel.org
3871 S:      Maintained
3872 F:      drivers/media/i2c/m5mols/
3873 F:      include/media/m5mols.h
3874
3875 FUJITSU TABLET EXTRAS
3876 M:      Robert Gerlach <khnz@gmx.de>
3877 L:      platform-driver-x86@vger.kernel.org
3878 S:      Maintained
3879 F:      drivers/platform/x86/fujitsu-tablet.c
3880
3881 FUSE: FILESYSTEM IN USERSPACE
3882 M:      Miklos Szeredi <miklos@szeredi.hu>
3883 L:      fuse-devel@lists.sourceforge.net
3884 W:      http://fuse.sourceforge.net/
3885 S:      Maintained
3886 F:      fs/fuse/
3887 F:      include/uapi/linux/fuse.h
3888
3889 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
3890 M:      Rik Faith <faith@cs.unc.edu>
3891 L:      linux-scsi@vger.kernel.org
3892 S:      Odd Fixes (e.g., new signatures)
3893 F:      drivers/scsi/fdomain.*
3894
3895 GCOV BASED KERNEL PROFILING
3896 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
3897 S:      Maintained
3898 F:      kernel/gcov/
3899 F:      Documentation/gcov.txt
3900
3901 GDT SCSI DISK ARRAY CONTROLLER DRIVER
3902 M:      Achim Leubner <achim_leubner@adaptec.com>
3903 L:      linux-scsi@vger.kernel.org
3904 W:      http://www.icp-vortex.com/
3905 S:      Supported
3906 F:      drivers/scsi/gdt*
3907
3908 GEMTEK FM RADIO RECEIVER DRIVER
3909 M:      Hans Verkuil <hverkuil@xs4all.nl>
3910 L:      linux-media@vger.kernel.org
3911 T:      git git://linuxtv.org/media_tree.git
3912 W:      http://linuxtv.org
3913 S:      Maintained
3914 F:      drivers/media/radio/radio-gemtek*
3915
3916 GENERIC GPIO I2C DRIVER
3917 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
3918 S:      Supported
3919 F:      drivers/i2c/busses/i2c-gpio.c
3920 F:      include/linux/i2c-gpio.h
3921
3922 GENERIC GPIO I2C MULTIPLEXER DRIVER
3923 M:      Peter Korsgaard <peter.korsgaard@barco.com>
3924 L:      linux-i2c@vger.kernel.org
3925 S:      Supported
3926 F:      drivers/i2c/muxes/i2c-mux-gpio.c
3927 F:      include/linux/i2c-mux-gpio.h
3928 F:      Documentation/i2c/muxes/i2c-mux-gpio
3929
3930 GENERIC HDLC (WAN) DRIVERS
3931 M:      Krzysztof Halasa <khc@pm.waw.pl>
3932 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
3933 S:      Maintained
3934 F:      drivers/net/wan/c101.c
3935 F:      drivers/net/wan/hd6457*
3936 F:      drivers/net/wan/hdlc*
3937 F:      drivers/net/wan/n2.c
3938 F:      drivers/net/wan/pc300too.c
3939 F:      drivers/net/wan/pci200syn.c
3940 F:      drivers/net/wan/wanxl*
3941
3942 GENERIC INCLUDE/ASM HEADER FILES
3943 M:      Arnd Bergmann <arnd@arndb.de>
3944 L:      linux-arch@vger.kernel.org
3945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3946 S:      Maintained
3947 F:      include/asm-generic/
3948 F:      include/uapi/asm-generic/
3949
3950 GENERIC PHY FRAMEWORK
3951 M:      Kishon Vijay Abraham I <kishon@ti.com>
3952 L:      linux-kernel@vger.kernel.org
3953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
3954 S:      Supported
3955 F:      drivers/phy/
3956 F:      include/linux/phy/
3957
3958 GENERIC UIO DRIVER FOR PCI DEVICES
3959 M:      "Michael S. Tsirkin" <mst@redhat.com>
3960 L:      kvm@vger.kernel.org
3961 S:      Supported
3962 F:      drivers/uio/uio_pci_generic.c
3963
3964 GET_MAINTAINER SCRIPT
3965 M:      Joe Perches <joe@perches.com>
3966 S:      Maintained
3967 F:      scripts/get_maintainer.pl
3968
3969 GFS2 FILE SYSTEM
3970 M:      Steven Whitehouse <swhiteho@redhat.com>
3971 L:      cluster-devel@redhat.com
3972 W:      http://sources.redhat.com/cluster/
3973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
3975 S:      Supported
3976 F:      Documentation/filesystems/gfs2*.txt
3977 F:      fs/gfs2/
3978 F:      include/uapi/linux/gfs2_ondisk.h
3979
3980 GIGASET ISDN DRIVERS
3981 M:      Hansjoerg Lipp <hjlipp@web.de>
3982 M:      Tilman Schmidt <tilman@imap.cc>
3983 L:      gigaset307x-common@lists.sourceforge.net
3984 W:      http://gigaset307x.sourceforge.net/
3985 S:      Maintained
3986 F:      Documentation/isdn/README.gigaset
3987 F:      drivers/isdn/gigaset/
3988 F:      include/uapi/linux/gigaset_dev.h
3989
3990 GPIO SUBSYSTEM
3991 M:      Linus Walleij <linus.walleij@linaro.org>
3992 M:      Alexandre Courbot <gnurou@gmail.com>
3993 L:      linux-gpio@vger.kernel.org
3994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
3995 S:      Maintained
3996 F:      Documentation/gpio/
3997 F:      drivers/gpio/
3998 F:      include/linux/gpio*
3999 F:      include/asm-generic/gpio.h
4000
4001 GRE DEMULTIPLEXER DRIVER
4002 M:      Dmitry Kozlov <xeb@mail.ru>
4003 L:      netdev@vger.kernel.org
4004 S:      Maintained
4005 F:      net/ipv4/gre_demux.c
4006 F:      net/ipv4/gre_offload.c
4007 F:      include/net/gre.h
4008
4009 GRETH 10/100/1G Ethernet MAC device driver
4010 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4011 L:      netdev@vger.kernel.org
4012 S:      Maintained
4013 F:      drivers/net/ethernet/aeroflex/
4014
4015 GSPCA FINEPIX SUBDRIVER
4016 M:      Frank Zago <frank@zago.net>
4017 L:      linux-media@vger.kernel.org
4018 T:      git git://linuxtv.org/media_tree.git
4019 S:      Maintained
4020 F:      drivers/media/usb/gspca/finepix.c
4021
4022 GSPCA GL860 SUBDRIVER
4023 M:      Olivier Lorin <o.lorin@laposte.net>
4024 L:      linux-media@vger.kernel.org
4025 T:      git git://linuxtv.org/media_tree.git
4026 S:      Maintained
4027 F:      drivers/media/usb/gspca/gl860/
4028
4029 GSPCA M5602 SUBDRIVER
4030 M:      Erik Andren <erik.andren@gmail.com>
4031 L:      linux-media@vger.kernel.org
4032 T:      git git://linuxtv.org/media_tree.git
4033 S:      Maintained
4034 F:      drivers/media/usb/gspca/m5602/
4035
4036 GSPCA PAC207 SONIXB SUBDRIVER
4037 M:      Hans de Goede <hdegoede@redhat.com>
4038 L:      linux-media@vger.kernel.org
4039 T:      git git://linuxtv.org/media_tree.git
4040 S:      Maintained
4041 F:      drivers/media/usb/gspca/pac207.c
4042
4043 GSPCA SN9C20X SUBDRIVER
4044 M:      Brian Johnson <brijohn@gmail.com>
4045 L:      linux-media@vger.kernel.org
4046 T:      git git://linuxtv.org/media_tree.git
4047 S:      Maintained
4048 F:      drivers/media/usb/gspca/sn9c20x.c
4049
4050 GSPCA T613 SUBDRIVER
4051 M:      Leandro Costantino <lcostantino@gmail.com>
4052 L:      linux-media@vger.kernel.org
4053 T:      git git://linuxtv.org/media_tree.git
4054 S:      Maintained
4055 F:      drivers/media/usb/gspca/t613.c
4056
4057 GSPCA USB WEBCAM DRIVER
4058 M:      Hans de Goede <hdegoede@redhat.com>
4059 L:      linux-media@vger.kernel.org
4060 T:      git git://linuxtv.org/media_tree.git
4061 S:      Maintained
4062 F:      drivers/media/usb/gspca/
4063
4064 GUID PARTITION TABLE (GPT)
4065 M:      Davidlohr Bueso <davidlohr@hp.com>
4066 L:      linux-efi@vger.kernel.org
4067 S:      Maintained
4068 F:      block/partitions/efi.*
4069
4070 STK1160 USB VIDEO CAPTURE DRIVER
4071 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4072 L:      linux-media@vger.kernel.org
4073 T:      git git://linuxtv.org/media_tree.git
4074 S:      Maintained
4075 F:      drivers/media/usb/stk1160/
4076
4077 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4078 M:      Frank Seidel <frank@f-seidel.de>
4079 L:      platform-driver-x86@vger.kernel.org
4080 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4081 S:      Maintained
4082 F:      drivers/platform/x86/hdaps.c
4083
4084 HDPVR USB VIDEO ENCODER DRIVER
4085 M:      Hans Verkuil <hverkuil@xs4all.nl>
4086 L:      linux-media@vger.kernel.org
4087 T:      git git://linuxtv.org/media_tree.git
4088 W:      http://linuxtv.org
4089 S:      Odd Fixes
4090 F:      drivers/media/usb/hdpvr/
4091
4092 HWPOISON MEMORY FAILURE HANDLING
4093 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4094 L:      linux-mm@kvack.org
4095 S:      Maintained
4096 F:      mm/memory-failure.c
4097 F:      mm/hwpoison-inject.c
4098
4099 HYPERVISOR VIRTUAL CONSOLE DRIVER
4100 L:      linuxppc-dev@lists.ozlabs.org
4101 S:      Odd Fixes
4102 F:      drivers/tty/hvc/
4103
4104 HARDWARE MONITORING
4105 M:      Jean Delvare <jdelvare@suse.de>
4106 M:      Guenter Roeck <linux@roeck-us.net>
4107 L:      lm-sensors@lm-sensors.org
4108 W:      http://www.lm-sensors.org/
4109 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4111 S:      Maintained
4112 F:      Documentation/hwmon/
4113 F:      drivers/hwmon/
4114 F:      include/linux/hwmon*.h
4115
4116 HARDWARE RANDOM NUMBER GENERATOR CORE
4117 M:      Matt Mackall <mpm@selenic.com>
4118 M:      Herbert Xu <herbert@gondor.apana.org.au>
4119 S:      Odd fixes
4120 F:      Documentation/hw_random.txt
4121 F:      drivers/char/hw_random/
4122 F:      include/linux/hw_random.h
4123
4124 HARDWARE SPINLOCK CORE
4125 M:      Ohad Ben-Cohen <ohad@wizery.com>
4126 S:      Maintained
4127 F:      Documentation/hwspinlock.txt
4128 F:      drivers/hwspinlock/hwspinlock_*
4129 F:      include/linux/hwspinlock.h
4130
4131 HARMONY SOUND DRIVER
4132 L:      linux-parisc@vger.kernel.org
4133 S:      Maintained
4134 F:      sound/parisc/harmony.*
4135
4136 HD29L2 MEDIA DRIVER
4137 M:      Antti Palosaari <crope@iki.fi>
4138 L:      linux-media@vger.kernel.org
4139 W:      http://linuxtv.org/
4140 W:      http://palosaari.fi/linux/
4141 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4142 T:      git git://linuxtv.org/anttip/media_tree.git
4143 S:      Maintained
4144 F:      drivers/media/dvb-frontends/hd29l2*
4145
4146 HEWLETT-PACKARD SMART2 RAID DRIVER
4147 M:      Chirag Kantharia <chirag.kantharia@hp.com>
4148 L:      iss_storagedev@hp.com
4149 S:      Maintained
4150 F:      Documentation/blockdev/cpqarray.txt
4151 F:      drivers/block/cpqarray.*
4152
4153 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4154 M:      "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
4155 L:      iss_storagedev@hp.com
4156 S:      Supported
4157 F:      Documentation/scsi/hpsa.txt
4158 F:      drivers/scsi/hpsa*.[ch]
4159 F:      include/linux/cciss*.h
4160 F:      include/uapi/linux/cciss*.h
4161
4162 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4163 M:      Mike Miller <mike.miller@hp.com>
4164 L:      iss_storagedev@hp.com
4165 S:      Supported
4166 F:      Documentation/blockdev/cciss.txt
4167 F:      drivers/block/cciss*
4168 F:      include/linux/cciss_ioctl.h
4169 F:      include/uapi/linux/cciss_ioctl.h
4170
4171 HFS FILESYSTEM
4172 L:      linux-fsdevel@vger.kernel.org
4173 S:      Orphan
4174 F:      Documentation/filesystems/hfs.txt
4175 F:      fs/hfs/
4176
4177 HFSPLUS FILESYSTEM
4178 L:      linux-fsdevel@vger.kernel.org
4179 S:      Orphan
4180 F:      Documentation/filesystems/hfsplus.txt
4181 F:      fs/hfsplus/
4182
4183 HGA FRAMEBUFFER DRIVER
4184 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4185 L:      linux-nvidia@lists.surfsouth.com
4186 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4187 S:      Maintained
4188 F:      drivers/video/hgafb.c
4189
4190 HIBERNATION (aka Software Suspend, aka swsusp)
4191 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4192 M:      Pavel Machek <pavel@ucw.cz>
4193 L:      linux-pm@vger.kernel.org
4194 S:      Supported
4195 F:      arch/x86/power/
4196 F:      drivers/base/power/
4197 F:      kernel/power/
4198 F:      include/linux/suspend.h
4199 F:      include/linux/freezer.h
4200 F:      include/linux/pm.h
4201 F:      arch/*/include/asm/suspend*.h
4202
4203 HID CORE LAYER
4204 M:      Jiri Kosina <jkosina@suse.cz>
4205 L:      linux-input@vger.kernel.org
4206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4207 S:      Maintained
4208 F:      drivers/hid/
4209 F:      include/linux/hid*
4210 F:      include/uapi/linux/hid*
4211
4212 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4213 M:      Thomas Gleixner <tglx@linutronix.de>
4214 L:      linux-kernel@vger.kernel.org
4215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4216 S:      Maintained
4217 F:      Documentation/timers/
4218 F:      kernel/hrtimer.c
4219 F:      kernel/time/clockevents.c
4220 F:      kernel/time/tick*.*
4221 F:      kernel/time/timer_*.c
4222 F:      include/linux/clockchips.h
4223 F:      include/linux/hrtimer.h
4224
4225 HIGH-SPEED SCC DRIVER FOR AX.25
4226 L:      linux-hams@vger.kernel.org
4227 S:      Orphan
4228 F:      drivers/net/hamradio/dmascc.c
4229 F:      drivers/net/hamradio/scc.c
4230
4231 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4232 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4233 W:      http://www.highpoint-tech.com
4234 S:      Supported
4235 F:      Documentation/scsi/hptiop.txt
4236 F:      drivers/scsi/hptiop.c
4237
4238 HIPPI
4239 M:      Jes Sorensen <jes@trained-monkey.org>
4240 L:      linux-hippi@sunsite.dk
4241 S:      Maintained
4242 F:      include/linux/hippidevice.h
4243 F:      include/uapi/linux/if_hippi.h
4244 F:      net/802/hippi.c
4245 F:      drivers/net/hippi/
4246
4247 HOST AP DRIVER
4248 M:      Jouni Malinen <j@w1.fi>
4249 L:      hostap@shmoo.com (subscribers-only)
4250 L:      linux-wireless@vger.kernel.org
4251 W:      http://hostap.epitest.fi/
4252 S:      Maintained
4253 F:      drivers/net/wireless/hostap/
4254
4255 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4256 L:      platform-driver-x86@vger.kernel.org
4257 S:      Orphan
4258 F:      drivers/platform/x86/tc1100-wmi.c
4259
4260 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4261 M:      Jaroslav Kysela <perex@perex.cz>
4262 S:      Maintained
4263 F:      drivers/net/ethernet/hp/hp100.*
4264
4265 HPET:   High Precision Event Timers driver
4266 M:      Clemens Ladisch <clemens@ladisch.de>
4267 S:      Maintained
4268 F:      Documentation/timers/hpet.txt
4269 F:      drivers/char/hpet.c
4270 F:      include/linux/hpet.h
4271 F:      include/uapi/linux/hpet.h
4272
4273 HPET:   x86
4274 S:      Orphan
4275 F:      arch/x86/kernel/hpet.c
4276 F:      arch/x86/include/asm/hpet.h
4277
4278 HPFS FILESYSTEM
4279 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4280 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4281 S:      Maintained
4282 F:      fs/hpfs/
4283
4284 HSI SUBSYSTEM
4285 M:      Sebastian Reichel <sre@kernel.org>
4286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4287 S:      Maintained
4288 F:      Documentation/ABI/testing/sysfs-bus-hsi
4289 F:      Documentation/hsi.txt
4290 F:      drivers/hsi/
4291 F:      include/linux/hsi/
4292 F:      include/uapi/linux/hsi/
4293
4294 HSO 3G MODEM DRIVER
4295 M:      Jan Dumon <j.dumon@option.com>
4296 W:      http://www.pharscape.org
4297 S:      Maintained
4298 F:      drivers/net/usb/hso.c
4299
4300 HSR NETWORK PROTOCOL
4301 M:      Arvid Brodin <arvid.brodin@alten.se>
4302 L:      netdev@vger.kernel.org
4303 S:      Maintained
4304 F:      net/hsr/
4305
4306 HTCPEN TOUCHSCREEN DRIVER
4307 M:      Pau Oliva Fora <pof@eslack.org>
4308 L:      linux-input@vger.kernel.org
4309 S:      Maintained
4310 F:      drivers/input/touchscreen/htcpen.c
4311
4312 HUGETLB FILESYSTEM
4313 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4314 S:      Maintained
4315 F:      fs/hugetlbfs/
4316
4317 Hyper-V CORE AND DRIVERS
4318 M:      K. Y. Srinivasan <kys@microsoft.com>
4319 M:      Haiyang Zhang <haiyangz@microsoft.com>
4320 L:      devel@linuxdriverproject.org
4321 S:      Maintained
4322 F:      arch/x86/include/asm/mshyperv.h
4323 F:      arch/x86/include/uapi/asm/hyperv.h
4324 F:      arch/x86/kernel/cpu/mshyperv.c
4325 F:      drivers/hid/hid-hyperv.c
4326 F:      drivers/hv/
4327 F:      drivers/input/serio/hyperv-keyboard.c
4328 F:      drivers/net/hyperv/
4329 F:      drivers/scsi/storvsc_drv.c
4330 F:      drivers/video/hyperv_fb.c
4331 F:      include/linux/hyperv.h
4332 F:      tools/hv/
4333
4334 I2C OVER PARALLEL PORT
4335 M:      Jean Delvare <jdelvare@suse.de>
4336 L:      linux-i2c@vger.kernel.org
4337 S:      Maintained
4338 F:      Documentation/i2c/busses/i2c-parport
4339 F:      Documentation/i2c/busses/i2c-parport-light
4340 F:      drivers/i2c/busses/i2c-parport.c
4341 F:      drivers/i2c/busses/i2c-parport-light.c
4342
4343 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4344 M:      Jean Delvare <jdelvare@suse.de>
4345 L:      linux-i2c@vger.kernel.org
4346 S:      Maintained
4347 F:      Documentation/i2c/busses/i2c-ali1535
4348 F:      Documentation/i2c/busses/i2c-ali1563
4349 F:      Documentation/i2c/busses/i2c-ali15x3
4350 F:      Documentation/i2c/busses/i2c-amd756
4351 F:      Documentation/i2c/busses/i2c-amd8111
4352 F:      Documentation/i2c/busses/i2c-i801
4353 F:      Documentation/i2c/busses/i2c-nforce2
4354 F:      Documentation/i2c/busses/i2c-piix4
4355 F:      Documentation/i2c/busses/i2c-sis5595
4356 F:      Documentation/i2c/busses/i2c-sis630
4357 F:      Documentation/i2c/busses/i2c-sis96x
4358 F:      Documentation/i2c/busses/i2c-via
4359 F:      Documentation/i2c/busses/i2c-viapro
4360 F:      drivers/i2c/busses/i2c-ali1535.c
4361 F:      drivers/i2c/busses/i2c-ali1563.c
4362 F:      drivers/i2c/busses/i2c-ali15x3.c
4363 F:      drivers/i2c/busses/i2c-amd756.c
4364 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4365 F:      drivers/i2c/busses/i2c-amd8111.c
4366 F:      drivers/i2c/busses/i2c-i801.c
4367 F:      drivers/i2c/busses/i2c-isch.c
4368 F:      drivers/i2c/busses/i2c-nforce2.c
4369 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4370 F:      drivers/i2c/busses/i2c-piix4.c
4371 F:      drivers/i2c/busses/i2c-sis5595.c
4372 F:      drivers/i2c/busses/i2c-sis630.c
4373 F:      drivers/i2c/busses/i2c-sis96x.c
4374 F:      drivers/i2c/busses/i2c-via.c
4375 F:      drivers/i2c/busses/i2c-viapro.c
4376
4377 I2C/SMBUS ISMT DRIVER
4378 M:      Seth Heasley <seth.heasley@intel.com>
4379 M:      Neil Horman <nhorman@tuxdriver.com>
4380 L:      linux-i2c@vger.kernel.org
4381 F:      drivers/i2c/busses/i2c-ismt.c
4382 F:      Documentation/i2c/busses/i2c-ismt
4383
4384 I2C/SMBUS STUB DRIVER
4385 M:      Jean Delvare <jdelvare@suse.de>
4386 L:      linux-i2c@vger.kernel.org
4387 S:      Maintained
4388 F:      drivers/i2c/i2c-stub.c
4389
4390 I2C SUBSYSTEM
4391 M:      Wolfram Sang <wsa@the-dreams.de>
4392 L:      linux-i2c@vger.kernel.org
4393 W:      https://i2c.wiki.kernel.org/
4394 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4396 S:      Maintained
4397 F:      Documentation/i2c/
4398 F:      drivers/i2c/
4399 F:      include/linux/i2c.h
4400 F:      include/linux/i2c-*.h
4401 F:      include/uapi/linux/i2c.h
4402 F:      include/uapi/linux/i2c-*.h
4403
4404 I2C-TAOS-EVM DRIVER
4405 M:      Jean Delvare <jdelvare@suse.de>
4406 L:      linux-i2c@vger.kernel.org
4407 S:      Maintained
4408 F:      Documentation/i2c/busses/i2c-taos-evm
4409 F:      drivers/i2c/busses/i2c-taos-evm.c
4410
4411 I2C-TINY-USB DRIVER
4412 M:      Till Harbaum <till@harbaum.org>
4413 L:      linux-i2c@vger.kernel.org
4414 W:      http://www.harbaum.org/till/i2c_tiny_usb
4415 S:      Maintained
4416 F:      drivers/i2c/busses/i2c-tiny-usb.c
4417
4418 i386 BOOT CODE
4419 M:      "H. Peter Anvin" <hpa@zytor.com>
4420 S:      Maintained
4421 F:      arch/x86/boot/
4422
4423 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4424 M:      "H. Peter Anvin" <hpa@zytor.com>
4425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4426 S:      Maintained
4427
4428 IA64 (Itanium) PLATFORM
4429 M:      Tony Luck <tony.luck@intel.com>
4430 M:      Fenghua Yu <fenghua.yu@intel.com>
4431 L:      linux-ia64@vger.kernel.org
4432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4433 S:      Maintained
4434 F:      arch/ia64/
4435
4436 IBM Power in-Nest Crypto Acceleration
4437 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4438 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4439 L:      linux-crypto@vger.kernel.org
4440 S:      Supported
4441 F:      drivers/crypto/nx/
4442
4443 IBM Power 842 compression accelerator
4444 M:      Nathan Fontenot <nfont@linux.vnet.ibm.com>
4445 S:      Supported
4446 F:      drivers/crypto/nx/nx-842.c
4447 F:      include/linux/nx842.h
4448
4449 IBM Power Linux RAID adapter
4450 M:      Brian King <brking@us.ibm.com>
4451 S:      Supported
4452 F:      drivers/scsi/ipr.*
4453
4454 IBM Power Virtual Ethernet Device Driver
4455 M:      Santiago Leon <santil@linux.vnet.ibm.com>
4456 L:      netdev@vger.kernel.org
4457 S:      Supported
4458 F:      drivers/net/ethernet/ibm/ibmveth.*
4459
4460 IBM Power Virtual SCSI Device Drivers
4461 M:      Nathan Fontenot <nfont@linux.vnet.ibm.com>
4462 L:      linux-scsi@vger.kernel.org
4463 S:      Supported
4464 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4465 F:      drivers/scsi/ibmvscsi/viosrp.h
4466
4467 IBM Power Virtual FC Device Drivers
4468 M:      Brian King <brking@linux.vnet.ibm.com>
4469 L:      linux-scsi@vger.kernel.org
4470 S:      Supported
4471 F:      drivers/scsi/ibmvscsi/ibmvfc*
4472
4473 IBM ServeRAID RAID DRIVER
4474 P:      Jack Hammer
4475 M:      Dave Jeffery <ipslinux@adaptec.com>
4476 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
4477 S:      Supported
4478 F:      drivers/scsi/ips.*
4479
4480 ICH LPC AND GPIO DRIVER
4481 M:      Peter Tyser <ptyser@xes-inc.com>
4482 S:      Maintained
4483 F:      drivers/mfd/lpc_ich.c
4484 F:      drivers/gpio/gpio-ich.c
4485
4486 IDE SUBSYSTEM
4487 M:      "David S. Miller" <davem@davemloft.net>
4488 L:      linux-ide@vger.kernel.org
4489 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4491 S:      Maintained
4492 F:      Documentation/ide/
4493 F:      drivers/ide/
4494 F:      include/linux/ide.h
4495
4496 IDEAPAD LAPTOP EXTRAS DRIVER
4497 M:      Ike Panhc <ike.pan@canonical.com>
4498 L:      platform-driver-x86@vger.kernel.org
4499 W:      http://launchpad.net/ideapad-laptop
4500 S:      Maintained
4501 F:      drivers/platform/x86/ideapad-laptop.c
4502
4503 IDEAPAD LAPTOP SLIDEBAR DRIVER
4504 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4505 L:      linux-input@vger.kernel.org
4506 W:      https://github.com/o2genum/ideapad-slidebar
4507 S:      Maintained
4508 F:      drivers/input/misc/ideapad_slidebar.c
4509
4510 IDE/ATAPI DRIVERS
4511 M:      Borislav Petkov <bp@alien8.de>
4512 L:      linux-ide@vger.kernel.org
4513 S:      Maintained
4514 F:      Documentation/cdrom/ide-cd
4515 F:      drivers/ide/ide-cd*
4516
4517 IDLE-I7300
4518 M:      Andy Henroid <andrew.d.henroid@intel.com>
4519 L:      linux-pm@vger.kernel.org
4520 S:      Supported
4521 F:      drivers/idle/i7300_idle.c
4522
4523 IEEE 802.15.4 SUBSYSTEM
4524 M:      Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
4525 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
4526 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
4527 W:      http://apps.sourceforge.net/trac/linux-zigbee
4528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
4529 S:      Maintained
4530 F:      net/ieee802154/
4531 F:      net/mac802154/
4532 F:      drivers/net/ieee802154/
4533
4534 IGUANAWORKS USB IR TRANSCEIVER
4535 M:      Sean Young <sean@mess.org>
4536 L:      linux-media@vger.kernel.org
4537 S:      Maintained
4538 F:      drivers/media/rc/iguanair.c
4539
4540 IIO SUBSYSTEM AND DRIVERS
4541 M:      Jonathan Cameron <jic23@kernel.org>
4542 L:      linux-iio@vger.kernel.org
4543 S:      Maintained
4544 F:      drivers/iio/
4545 F:      drivers/staging/iio/
4546
4547 IKANOS/ADI EAGLE ADSL USB DRIVER
4548 M:      Matthieu Castet <castet.matthieu@free.fr>
4549 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4550 S:      Maintained
4551 F:      drivers/usb/atm/ueagle-atm.c
4552
4553 INA209 HARDWARE MONITOR DRIVER
4554 M:      Guenter Roeck <linux@roeck-us.net>
4555 L:      lm-sensors@lm-sensors.org
4556 S:      Maintained
4557 F:      Documentation/hwmon/ina209
4558 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4559 F:      drivers/hwmon/ina209.c
4560
4561 INA2XX HARDWARE MONITOR DRIVER
4562 M:      Guenter Roeck <linux@roeck-us.net>
4563 L:      lm-sensors@lm-sensors.org
4564 S:      Maintained
4565 F:      Documentation/hwmon/ina2xx
4566 F:      drivers/hwmon/ina2xx.c
4567 F:      include/linux/platform_data/ina2xx.h
4568
4569 INDUSTRY PACK SUBSYSTEM (IPACK)
4570 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4571 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4572 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4573 L:      industrypack-devel@lists.sourceforge.net
4574 W:      http://industrypack.sourceforge.net
4575 S:      Maintained
4576 F:      drivers/ipack/
4577
4578 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4579 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4580 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4581 L:      linux-ima-devel@lists.sourceforge.net
4582 L:      linux-ima-user@lists.sourceforge.net
4583 L:      linux-security-module@vger.kernel.org
4584 S:      Supported
4585 F:      security/integrity/ima/
4586
4587 IMS TWINTURBO FRAMEBUFFER DRIVER
4588 L:      linux-fbdev@vger.kernel.org
4589 S:      Orphan
4590 F:      drivers/video/imsttfb.c
4591
4592 INFINIBAND SUBSYSTEM
4593 M:      Roland Dreier <roland@kernel.org>
4594 M:      Sean Hefty <sean.hefty@intel.com>
4595 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4596 L:      linux-rdma@vger.kernel.org
4597 W:      http://www.openfabrics.org/
4598 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4600 S:      Supported
4601 F:      Documentation/infiniband/
4602 F:      drivers/infiniband/
4603 F:      include/uapi/linux/if_infiniband.h
4604
4605 INOTIFY
4606 M:      John McCutchan <john@johnmccutchan.com>
4607 M:      Robert Love <rlove@rlove.org>
4608 M:      Eric Paris <eparis@parisplace.org>
4609 S:      Maintained
4610 F:      Documentation/filesystems/inotify.txt
4611 F:      fs/notify/inotify/
4612 F:      include/linux/inotify.h
4613 F:      include/uapi/linux/inotify.h
4614
4615 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4616 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4617 M:      Dmitry Torokhov <dtor@mail.ru>
4618 L:      linux-input@vger.kernel.org
4619 Q:      http://patchwork.kernel.org/project/linux-input/list/
4620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4621 S:      Maintained
4622 F:      drivers/input/
4623 F:      include/linux/input.h
4624 F:      include/uapi/linux/input.h
4625 F:      include/linux/input/
4626
4627 INPUT MULTITOUCH (MT) PROTOCOL
4628 M:      Henrik Rydberg <rydberg@euromail.se>
4629 L:      linux-input@vger.kernel.org
4630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4631 S:      Maintained
4632 F:      Documentation/input/multi-touch-protocol.txt
4633 F:      drivers/input/input-mt.c
4634 K:      \b(ABS|SYN)_MT_
4635
4636 INTEL C600 SERIES SAS CONTROLLER DRIVER
4637 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4638 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4639 M:      Dave Jiang <dave.jiang@intel.com>
4640 L:      linux-scsi@vger.kernel.org
4641 T:      git git://git.code.sf.net/p/intel-sas/isci
4642 S:      Supported
4643 F:      drivers/scsi/isci/
4644
4645 INTEL IDLE DRIVER
4646 M:      Len Brown <lenb@kernel.org>
4647 L:      linux-pm@vger.kernel.org
4648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4649 S:      Supported
4650 F:      drivers/idle/intel_idle.c
4651
4652 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4653 M:      Maik Broemme <mbroemme@plusserver.de>
4654 L:      linux-fbdev@vger.kernel.org
4655 S:      Maintained
4656 F:      Documentation/fb/intelfb.txt
4657 F:      drivers/video/intelfb/
4658
4659 INTEL 810/815 FRAMEBUFFER DRIVER
4660 M:      Antonino Daplas <adaplas@gmail.com>
4661 L:      linux-fbdev@vger.kernel.org
4662 S:      Maintained
4663 F:      drivers/video/i810/
4664
4665 INTEL MENLOW THERMAL DRIVER
4666 M:      Sujith Thomas <sujith.thomas@intel.com>
4667 L:      platform-driver-x86@vger.kernel.org
4668 W:      https://01.org/linux-acpi
4669 S:      Supported
4670 F:      drivers/platform/x86/intel_menlow.c
4671
4672 INTEL IA32 MICROCODE UPDATE SUPPORT
4673 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4674 S:      Maintained
4675 F:      arch/x86/kernel/microcode_core.c
4676 F:      arch/x86/kernel/microcode_intel.c
4677
4678 INTEL I/OAT DMA DRIVER
4679 M:      Dan Williams <dan.j.williams@intel.com>
4680 M:      Dave Jiang <dave.jiang@intel.com>
4681 L:      dmaengine@vger.kernel.org
4682 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4683 S:      Supported
4684 F:      drivers/dma/ioat*
4685
4686 INTEL IOMMU (VT-d)
4687 M:      David Woodhouse <dwmw2@infradead.org>
4688 L:      iommu@lists.linux-foundation.org
4689 T:      git git://git.infradead.org/iommu-2.6.git
4690 S:      Supported
4691 F:      drivers/iommu/intel-iommu.c
4692 F:      include/linux/intel-iommu.h
4693
4694 INTEL IOP-ADMA DMA DRIVER
4695 M:      Dan Williams <dan.j.williams@intel.com>
4696 S:      Odd fixes
4697 F:      drivers/dma/iop-adma.c
4698
4699 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
4700 M:      Krzysztof Halasa <khc@pm.waw.pl>
4701 S:      Maintained
4702 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
4703 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
4704 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
4705 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
4706 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
4707 F:      drivers/net/wan/ixp4xx_hss.c
4708
4709 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
4710 M:      Deepak Saxena <dsaxena@plexity.net>
4711 S:      Maintained
4712 F:      drivers/char/hw_random/ixp4xx-rng.c
4713
4714 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
4715 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
4716 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
4717 M:      Bruce Allan <bruce.w.allan@intel.com>
4718 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
4719 M:      Don Skidmore <donald.c.skidmore@intel.com>
4720 M:      Greg Rose <gregory.v.rose@intel.com>
4721 M:      Alex Duyck <alexander.h.duyck@intel.com>
4722 M:      John Ronciak <john.ronciak@intel.com>
4723 M:      Mitch Williams <mitch.a.williams@intel.com>
4724 M:      Linux NICS <linux.nics@intel.com>
4725 L:      e1000-devel@lists.sourceforge.net
4726 W:      http://www.intel.com/support/feedback.htm
4727 W:      http://e1000.sourceforge.net/
4728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
4729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
4730 S:      Supported
4731 F:      Documentation/networking/e100.txt
4732 F:      Documentation/networking/e1000.txt
4733 F:      Documentation/networking/e1000e.txt
4734 F:      Documentation/networking/igb.txt
4735 F:      Documentation/networking/igbvf.txt
4736 F:      Documentation/networking/ixgb.txt
4737 F:      Documentation/networking/ixgbe.txt
4738 F:      Documentation/networking/ixgbevf.txt
4739 F:      Documentation/networking/i40e.txt
4740 F:      Documentation/networking/i40evf.txt
4741 F:      drivers/net/ethernet/intel/
4742 F:      drivers/net/ethernet/intel/*/
4743
4744 INTEL-MID GPIO DRIVER
4745 M:      David Cohen <david.a.cohen@linux.intel.com>
4746 L:      linux-gpio@vger.kernel.org
4747 S:      Maintained
4748 F:      drivers/gpio/gpio-intel-mid.c
4749
4750 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
4751 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
4752 L:      linux-wireless@vger.kernel.org
4753 S:      Maintained
4754 F:      Documentation/networking/README.ipw2100
4755 F:      Documentation/networking/README.ipw2200
4756 F:      drivers/net/wireless/ipw2x00/
4757
4758 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
4759 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
4760 M:      Gang Wei <gang.wei@intel.com>
4761 M:      Shane Wang <shane.wang@intel.com>
4762 L:      tboot-devel@lists.sourceforge.net
4763 W:      http://tboot.sourceforge.net
4764 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4765 S:      Supported
4766 F:      Documentation/intel_txt.txt
4767 F:      include/linux/tboot.h
4768 F:      arch/x86/kernel/tboot.c
4769
4770 INTEL WIRELESS WIMAX CONNECTION 2400
4771 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
4772 M:      linux-wimax@intel.com
4773 L:     wimax@linuxwimax.org (subscribers-only)
4774 S:      Supported
4775 W:      http://linuxwimax.org
4776 F:      Documentation/wimax/README.i2400m
4777 F:      drivers/net/wimax/i2400m/
4778 F:      include/uapi/linux/wimax/i2400m.h
4779
4780 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
4781 M:      Stanislaw Gruszka <sgruszka@redhat.com>
4782 L:      linux-wireless@vger.kernel.org
4783 S:      Supported
4784 F:      drivers/net/wireless/iwlegacy/
4785
4786 INTEL WIRELESS WIFI LINK (iwlwifi)
4787 M:      Johannes Berg <johannes.berg@intel.com>
4788 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
4789 M:      Intel Linux Wireless <ilw@linux.intel.com>
4790 L:      linux-wireless@vger.kernel.org
4791 W:      http://intellinuxwireless.org
4792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
4793 S:      Supported
4794 F:      drivers/net/wireless/iwlwifi/
4795
4796 INTEL MANAGEMENT ENGINE (mei)
4797 M:      Tomas Winkler <tomas.winkler@intel.com>
4798 L:      linux-kernel@vger.kernel.org
4799 S:      Supported
4800 F:      include/uapi/linux/mei.h
4801 F:      drivers/misc/mei/*
4802 F:      Documentation/misc-devices/mei/*
4803
4804 IOC3 ETHERNET DRIVER
4805 M:      Ralf Baechle <ralf@linux-mips.org>
4806 L:      linux-mips@linux-mips.org
4807 S:      Maintained
4808 F:      drivers/net/ethernet/sgi/ioc3-eth.c
4809
4810 IOC3 SERIAL DRIVER
4811 M:      Pat Gefre <pfg@sgi.com>
4812 L:      linux-serial@vger.kernel.org
4813 S:      Maintained
4814 F:      drivers/tty/serial/ioc3_serial.c
4815
4816 IOMMU DRIVERS
4817 M:      Joerg Roedel <joro@8bytes.org>
4818 L:      iommu@lists.linux-foundation.org
4819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
4820 S:      Maintained
4821 F:      drivers/iommu/
4822
4823 IP MASQUERADING
4824 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
4825 S:      Maintained
4826 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
4827
4828 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
4829 M:      Francois Romieu <romieu@fr.zoreil.com>
4830 M:      Sorbica Shieh <sorbica@icplus.com.tw>
4831 L:      netdev@vger.kernel.org
4832 S:      Maintained
4833 F:      drivers/net/ethernet/icplus/ipg.*
4834
4835 IPATH DRIVER
4836 M:      Mike Marciniszyn <infinipath@intel.com>
4837 L:      linux-rdma@vger.kernel.org
4838 S:      Maintained
4839 F:      drivers/infiniband/hw/ipath/
4840
4841 IPMI SUBSYSTEM
4842 M:      Corey Minyard <minyard@acm.org>
4843 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
4844 W:      http://openipmi.sourceforge.net/
4845 S:      Supported
4846 F:      Documentation/IPMI.txt
4847 F:      drivers/char/ipmi/
4848 F:      include/linux/ipmi*
4849 F:      include/uapi/linux/ipmi*
4850
4851 IPS SCSI RAID DRIVER
4852 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4853 L:      linux-scsi@vger.kernel.org
4854 W:      http://www.adaptec.com/
4855 S:      Maintained
4856 F:      drivers/scsi/ips*
4857
4858 IPVS
4859 M:      Wensong Zhang <wensong@linux-vs.org>
4860 M:      Simon Horman <horms@verge.net.au>
4861 M:      Julian Anastasov <ja@ssi.bg>
4862 L:      netdev@vger.kernel.org
4863 L:      lvs-devel@vger.kernel.org
4864 S:      Maintained
4865 F:      Documentation/networking/ipvs-sysctl.txt
4866 F:      include/net/ip_vs.h
4867 F:      include/uapi/linux/ip_vs.h
4868 F:      net/netfilter/ipvs/
4869
4870 IPWIRELESS DRIVER
4871 M:      Jiri Kosina <jkosina@suse.cz>
4872 M:      David Sterba <dsterba@suse.cz>
4873 S:      Odd Fixes
4874 F:      drivers/tty/ipwireless/
4875
4876 IPX NETWORK LAYER
4877 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4878 L:      netdev@vger.kernel.org
4879 S:      Maintained
4880 F:      include/net/ipx.h
4881 F:      include/uapi/linux/ipx.h
4882 F:      net/ipx/
4883
4884 IRDA SUBSYSTEM
4885 M:      Samuel Ortiz <samuel@sortiz.org>
4886 L:      irda-users@lists.sourceforge.net (subscribers-only)
4887 L:      netdev@vger.kernel.org
4888 W:      http://irda.sourceforge.net/
4889 S:      Maintained
4890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4891 F:      Documentation/networking/irda.txt
4892 F:      drivers/net/irda/
4893 F:      include/net/irda/
4894 F:      net/irda/
4895
4896 IRQ SUBSYSTEM
4897 M:      Thomas Gleixner <tglx@linutronix.de>
4898 L:      linux-kernel@vger.kernel.org
4899 S:      Maintained
4900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4901 F:      kernel/irq/
4902
4903 IRQCHIP DRIVERS
4904 M:      Thomas Gleixner <tglx@linutronix.de>
4905 M:      Jason Cooper <jason@lakedaemon.net>
4906 L:      linux-kernel@vger.kernel.org
4907 S:      Maintained
4908 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4909 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
4910 F:      drivers/irqchip/
4911
4912 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4913 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4914 S:      Maintained
4915 F:      Documentation/IRQ-domain.txt
4916 F:      include/linux/irqdomain.h
4917 F:      kernel/irq/irqdomain.c
4918
4919 ISAPNP
4920 M:      Jaroslav Kysela <perex@perex.cz>
4921 S:      Maintained
4922 F:      Documentation/isapnp.txt
4923 F:      drivers/pnp/isapnp/
4924 F:      include/linux/isapnp.h
4925
4926 ISA RADIO MODULE
4927 M:      Hans Verkuil <hverkuil@xs4all.nl>
4928 L:      linux-media@vger.kernel.org
4929 T:      git git://linuxtv.org/media_tree.git
4930 W:      http://linuxtv.org
4931 S:      Maintained
4932 F:      drivers/media/radio/radio-isa*
4933
4934 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4935 M:      Peter Jones <pjones@redhat.com>
4936 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
4937 S:      Maintained
4938 F:      drivers/firmware/iscsi_ibft*
4939
4940 ISCSI
4941 M:      Mike Christie <michaelc@cs.wisc.edu>
4942 L:      open-iscsi@googlegroups.com
4943 W:      www.open-iscsi.org
4944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4945 S:      Maintained
4946 F:      drivers/scsi/*iscsi*
4947 F:      include/scsi/*iscsi*
4948
4949 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
4950 M:      Or Gerlitz <ogerlitz@mellanox.com>
4951 M:      Roi Dayan <roid@mellanox.com>
4952 L:      linux-rdma@vger.kernel.org
4953 S:      Supported
4954 W:      http://www.openfabrics.org
4955 W:      www.open-iscsi.org
4956 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4957 F:      drivers/infiniband/ulp/iser/
4958
4959 ISDN SUBSYSTEM
4960 M:      Karsten Keil <isdn@linux-pingi.de>
4961 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4962 L:      netdev@vger.kernel.org
4963 W:      http://www.isdn4linux.de
4964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4965 S:      Maintained
4966 F:      Documentation/isdn/
4967 F:      drivers/isdn/
4968 F:      include/linux/isdn.h
4969 F:      include/linux/isdn/
4970 F:      include/uapi/linux/isdn.h
4971 F:      include/uapi/linux/isdn/
4972
4973 ISDN SUBSYSTEM (Eicon active card driver)
4974 M:      Armin Schindler <mac@melware.de>
4975 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4976 W:      http://www.melware.de
4977 S:      Maintained
4978 F:      drivers/isdn/hardware/eicon/
4979
4980 IT87 HARDWARE MONITORING DRIVER
4981 M:      Jean Delvare <jdelvare@suse.de>
4982 L:      lm-sensors@lm-sensors.org
4983 S:      Maintained
4984 F:      Documentation/hwmon/it87
4985 F:      drivers/hwmon/it87.c
4986
4987 IT913X MEDIA DRIVER
4988 M:      Antti Palosaari <crope@iki.fi>
4989 L:      linux-media@vger.kernel.org
4990 W:      http://linuxtv.org/
4991 W:      http://palosaari.fi/linux/
4992 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4993 T:      git git://linuxtv.org/anttip/media_tree.git
4994 S:      Maintained
4995 F:      drivers/media/tuners/tuner_it913x*
4996
4997 IVTV VIDEO4LINUX DRIVER
4998 M:      Andy Walls <awalls@md.metrocast.net>
4999 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
5000 L:      linux-media@vger.kernel.org
5001 T:      git git://linuxtv.org/media_tree.git
5002 W:      http://www.ivtvdriver.org
5003 S:      Maintained
5004 F:      Documentation/video4linux/*.ivtv
5005 F:      drivers/media/pci/ivtv/
5006 F:      include/uapi/linux/ivtv*
5007
5008 IX2505V MEDIA DRIVER
5009 M:      Malcolm Priestley <tvboxspy@gmail.com>
5010 L:      linux-media@vger.kernel.org
5011 W:      http://linuxtv.org/
5012 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5013 S:      Maintained
5014 F:      drivers/media/dvb-frontends/ix2505v*
5015
5016 JC42.4 TEMPERATURE SENSOR DRIVER
5017 M:      Guenter Roeck <linux@roeck-us.net>
5018 L:      lm-sensors@lm-sensors.org
5019 S:      Maintained
5020 F:      drivers/hwmon/jc42.c
5021 F:      Documentation/hwmon/jc42
5022
5023 JFS FILESYSTEM
5024 M:      Dave Kleikamp <shaggy@kernel.org>
5025 L:      jfs-discussion@lists.sourceforge.net
5026 W:      http://jfs.sourceforge.net/
5027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5028 S:      Maintained
5029 F:      Documentation/filesystems/jfs.txt
5030 F:      fs/jfs/
5031
5032 JME NETWORK DRIVER
5033 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5034 L:      netdev@vger.kernel.org
5035 S:      Maintained
5036 F:      drivers/net/ethernet/jme.*
5037
5038 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5039 M:      David Woodhouse <dwmw2@infradead.org>
5040 L:      linux-mtd@lists.infradead.org
5041 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5042 S:      Maintained
5043 F:      fs/jffs2/
5044 F:      include/uapi/linux/jffs2.h
5045
5046 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5047 M:      Andrew Morton <akpm@linux-foundation.org>
5048 M:      Jan Kara <jack@suse.cz>
5049 L:      linux-ext4@vger.kernel.org
5050 S:      Maintained
5051 F:      fs/jbd/
5052 F:      include/linux/jbd.h
5053
5054 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5055 M:      "Theodore Ts'o" <tytso@mit.edu>
5056 L:      linux-ext4@vger.kernel.org
5057 S:      Maintained
5058 F:      fs/jbd2/
5059 F:      include/linux/jbd2.h
5060
5061 JSM Neo PCI based serial card
5062 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5063 L:      linux-serial@vger.kernel.org
5064 S:      Maintained
5065 F:      drivers/tty/serial/jsm/
5066
5067 K10TEMP HARDWARE MONITORING DRIVER
5068 M:      Clemens Ladisch <clemens@ladisch.de>
5069 L:      lm-sensors@lm-sensors.org
5070 S:      Maintained
5071 F:      Documentation/hwmon/k10temp
5072 F:      drivers/hwmon/k10temp.c
5073
5074 K8TEMP HARDWARE MONITORING DRIVER
5075 M:      Rudolf Marek <r.marek@assembler.cz>
5076 L:      lm-sensors@lm-sensors.org
5077 S:      Maintained
5078 F:      Documentation/hwmon/k8temp
5079 F:      drivers/hwmon/k8temp.c
5080
5081 KTAP
5082 M:      Jovi Zhangwei <jovi.zhangwei@gmail.com>
5083 W:      http://www.ktap.org
5084 L:      ktap@freelists.org
5085 S:      Maintained
5086 F:      drivers/staging/ktap/
5087
5088 KCONFIG
5089 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5090 L:      linux-kbuild@vger.kernel.org
5091 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5092 S:      Maintained
5093 F:      Documentation/kbuild/kconfig-language.txt
5094 F:      scripts/kconfig/
5095
5096 KDUMP
5097 M:      Vivek Goyal <vgoyal@redhat.com>
5098 M:      Haren Myneni <hbabu@us.ibm.com>
5099 L:      kexec@lists.infradead.org
5100 W:      http://lse.sourceforge.net/kdump/
5101 S:      Maintained
5102 F:      Documentation/kdump/
5103
5104 KEENE FM RADIO TRANSMITTER DRIVER
5105 M:      Hans Verkuil <hverkuil@xs4all.nl>
5106 L:      linux-media@vger.kernel.org
5107 T:      git git://linuxtv.org/media_tree.git
5108 W:      http://linuxtv.org
5109 S:      Maintained
5110 F:      drivers/media/radio/radio-keene*
5111
5112 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5113 M:      Ian Kent <raven@themaw.net>
5114 L:      autofs@vger.kernel.org
5115 S:      Maintained
5116 F:      fs/autofs4/
5117
5118 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5119 M:      Michal Marek <mmarek@suse.cz>
5120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5122 L:      linux-kbuild@vger.kernel.org
5123 S:      Maintained
5124 F:      Documentation/kbuild/
5125 F:      Makefile
5126 F:      scripts/Makefile.*
5127 F:      scripts/basic/
5128 F:      scripts/mk*
5129 F:      scripts/package/
5130
5131 KERNEL JANITORS
5132 L:      kernel-janitors@vger.kernel.org
5133 W:      http://kernelnewbies.org/KernelJanitors
5134 S:      Odd Fixes
5135
5136 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5137 M:      "J. Bruce Fields" <bfields@fieldses.org>
5138 L:      linux-nfs@vger.kernel.org
5139 W:      http://nfs.sourceforge.net/
5140 S:      Supported
5141 F:      fs/nfsd/
5142 F:      include/linux/nfsd/
5143 F:      include/uapi/linux/nfsd/
5144 F:      fs/lockd/
5145 F:      fs/nfs_common/
5146 F:      net/sunrpc/
5147 F:      include/linux/lockd/
5148 F:      include/linux/sunrpc/
5149 F:      include/uapi/linux/sunrpc/
5150
5151 KERNEL VIRTUAL MACHINE (KVM)
5152 M:      Gleb Natapov <gleb@kernel.org>
5153 M:      Paolo Bonzini <pbonzini@redhat.com>
5154 L:      kvm@vger.kernel.org
5155 W:      http://www.linux-kvm.org
5156 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5157 S:      Supported
5158 F:      Documentation/*/kvm*.txt
5159 F:      Documentation/virtual/kvm/
5160 F:      arch/*/kvm/
5161 F:      arch/*/include/asm/kvm*
5162 F:      include/linux/kvm*
5163 F:      include/uapi/linux/kvm*
5164 F:      virt/kvm/
5165
5166 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5167 M:      Joerg Roedel <joro@8bytes.org>
5168 L:      kvm@vger.kernel.org
5169 W:      http://kvm.qumranet.com
5170 S:      Maintained
5171 F:      arch/x86/include/asm/svm.h
5172 F:      arch/x86/kvm/svm.c
5173
5174 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5175 M:      Alexander Graf <agraf@suse.de>
5176 L:      kvm-ppc@vger.kernel.org
5177 W:      http://kvm.qumranet.com
5178 T:      git git://github.com/agraf/linux-2.6.git
5179 S:      Supported
5180 F:      arch/powerpc/include/asm/kvm*
5181 F:      arch/powerpc/kvm/
5182
5183 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
5184 M:      Xiantao Zhang <xiantao.zhang@intel.com>
5185 L:      kvm-ia64@vger.kernel.org
5186 W:      http://kvm.qumranet.com
5187 S:      Supported
5188 F:      Documentation/ia64/kvm.txt
5189 F:      arch/ia64/include/asm/kvm*
5190 F:      arch/ia64/kvm/
5191
5192 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5193 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5194 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5195 M:      linux390@de.ibm.com
5196 L:      linux-s390@vger.kernel.org
5197 W:      http://www.ibm.com/developerworks/linux/linux390/
5198 S:      Supported
5199 F:      Documentation/s390/kvm.txt
5200 F:      arch/s390/include/asm/kvm*
5201 F:      arch/s390/kvm/
5202 F:      drivers/s390/kvm/
5203
5204 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5205 M:      Christoffer Dall <christoffer.dall@linaro.org>
5206 M:      Marc Zyngier <marc.zyngier@arm.com>
5207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5208 L:      kvmarm@lists.cs.columbia.edu
5209 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5210 S:      Supported
5211 F:      arch/arm/include/uapi/asm/kvm*
5212 F:      arch/arm/include/asm/kvm*
5213 F:      arch/arm/kvm/
5214 F:      virt/kvm/arm/
5215 F:      include/kvm/arm_*
5216
5217 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5218 M:      Christoffer Dall <christoffer.dall@linaro.org>
5219 M:      Marc Zyngier <marc.zyngier@arm.com>
5220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5221 L:      kvmarm@lists.cs.columbia.edu
5222 S:      Maintained
5223 F:      arch/arm64/include/uapi/asm/kvm*
5224 F:      arch/arm64/include/asm/kvm*
5225 F:      arch/arm64/kvm/
5226
5227 KEXEC
5228 M:      Eric Biederman <ebiederm@xmission.com>
5229 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5230 L:      kexec@lists.infradead.org
5231 S:      Maintained
5232 F:      include/linux/kexec.h
5233 F:      include/uapi/linux/kexec.h
5234 F:      kernel/kexec.c
5235
5236 KEYS/KEYRINGS:
5237 M:      David Howells <dhowells@redhat.com>
5238 L:      keyrings@linux-nfs.org
5239 S:      Maintained
5240 F:      Documentation/security/keys.txt
5241 F:      include/linux/key.h
5242 F:      include/linux/key-type.h
5243 F:      include/keys/
5244 F:      security/keys/
5245
5246 KEYS-TRUSTED
5247 M:      David Safford <safford@us.ibm.com>
5248 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5249 L:      linux-security-module@vger.kernel.org
5250 L:      keyrings@linux-nfs.org
5251 S:      Supported
5252 F:      Documentation/security/keys-trusted-encrypted.txt
5253 F:      include/keys/trusted-type.h
5254 F:      security/keys/trusted.c
5255 F:      security/keys/trusted.h
5256
5257 KEYS-ENCRYPTED
5258 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5259 M:      David Safford <safford@us.ibm.com>
5260 L:      linux-security-module@vger.kernel.org
5261 L:      keyrings@linux-nfs.org
5262 S:      Supported
5263 F:      Documentation/security/keys-trusted-encrypted.txt
5264 F:      include/keys/encrypted-type.h
5265 F:      security/keys/encrypted-keys/
5266
5267 KGDB / KDB /debug_core
5268 M:      Jason Wessel <jason.wessel@windriver.com>
5269 W:      http://kgdb.wiki.kernel.org/
5270 L:      kgdb-bugreport@lists.sourceforge.net
5271 S:      Maintained
5272 F:      Documentation/DocBook/kgdb.tmpl
5273 F:      drivers/misc/kgdbts.c
5274 F:      drivers/tty/serial/kgdboc.c
5275 F:      include/linux/kdb.h
5276 F:      include/linux/kgdb.h
5277 F:      kernel/debug/
5278
5279 KMEMCHECK
5280 M:      Vegard Nossum <vegardno@ifi.uio.no>
5281 M:      Pekka Enberg <penberg@kernel.org>
5282 S:      Maintained
5283 F:      Documentation/kmemcheck.txt
5284 F:      arch/x86/include/asm/kmemcheck.h
5285 F:      arch/x86/mm/kmemcheck/
5286 F:      include/linux/kmemcheck.h
5287 F:      mm/kmemcheck.c
5288
5289 KMEMLEAK
5290 M:      Catalin Marinas <catalin.marinas@arm.com>
5291 S:      Maintained
5292 F:      Documentation/kmemleak.txt
5293 F:      include/linux/kmemleak.h
5294 F:      mm/kmemleak.c
5295 F:      mm/kmemleak-test.c
5296
5297 KPROBES
5298 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5299 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5300 M:      "David S. Miller" <davem@davemloft.net>
5301 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5302 S:      Maintained
5303 F:      Documentation/kprobes.txt
5304 F:      include/linux/kprobes.h
5305 F:      kernel/kprobes.c
5306
5307 KS0108 LCD CONTROLLER DRIVER
5308 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5309 W:      http://miguelojeda.es/auxdisplay.htm
5310 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5311 S:      Maintained
5312 F:      Documentation/auxdisplay/ks0108
5313 F:      drivers/auxdisplay/ks0108.c
5314 F:      include/linux/ks0108.h
5315
5316 LAPB module
5317 L:      linux-x25@vger.kernel.org
5318 S:      Orphan
5319 F:      Documentation/networking/lapb-module.txt
5320 F:      include/*/lapb.h
5321 F:      net/lapb/
5322
5323 LASI 53c700 driver for PARISC
5324 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5325 L:      linux-scsi@vger.kernel.org
5326 S:      Maintained
5327 F:      Documentation/scsi/53c700.txt
5328 F:      drivers/scsi/53c700*
5329
5330 LED SUBSYSTEM
5331 M:      Bryan Wu <cooloney@gmail.com>
5332 M:      Richard Purdie <rpurdie@rpsys.net>
5333 L:      linux-leds@vger.kernel.org
5334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5335 S:      Maintained
5336 F:      drivers/leds/
5337 F:      include/linux/leds.h
5338
5339 LEGACY EEPROM DRIVER
5340 M:      Jean Delvare <jdelvare@suse.de>
5341 S:      Maintained
5342 F:      Documentation/misc-devices/eeprom
5343 F:      drivers/misc/eeprom/eeprom.c
5344
5345 LEGO USB Tower driver
5346 M:      Juergen Stuber <starblue@users.sourceforge.net>
5347 L:      legousb-devel@lists.sourceforge.net
5348 W:      http://legousb.sourceforge.net/
5349 S:      Maintained
5350 F:      drivers/usb/misc/legousbtower.c
5351
5352 LG2160 MEDIA DRIVER
5353 M:      Michael Krufky <mkrufky@linuxtv.org>
5354 L:      linux-media@vger.kernel.org
5355 W:      http://linuxtv.org/
5356 W:      http://github.com/mkrufky
5357 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5358 T:      git git://linuxtv.org/mkrufky/tuners.git
5359 S:      Maintained
5360 F:      drivers/media/dvb-frontends/lg2160.*
5361
5362 LGDT3305 MEDIA DRIVER
5363 M:      Michael Krufky <mkrufky@linuxtv.org>
5364 L:      linux-media@vger.kernel.org
5365 W:      http://linuxtv.org/
5366 W:      http://github.com/mkrufky
5367 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5368 T:      git git://linuxtv.org/mkrufky/tuners.git
5369 S:      Maintained
5370 F:      drivers/media/dvb-frontends/lgdt3305.*
5371
5372 LGUEST
5373 M:      Rusty Russell <rusty@rustcorp.com.au>
5374 L:      lguest@lists.ozlabs.org
5375 W:      http://lguest.ozlabs.org/
5376 S:      Odd Fixes
5377 F:      arch/x86/include/asm/lguest*.h
5378 F:      arch/x86/lguest/
5379 F:      drivers/lguest/
5380 F:      include/linux/lguest*.h
5381 F:      tools/lguest/
5382
5383 LIBLOCKDEP
5384 M:      Sasha Levin <sasha.levin@oracle.com>
5385 S:      Maintained
5386 F:      tools/lib/lockdep/
5387
5388 LINUX FOR IBM pSERIES (RS/6000)
5389 M:      Paul Mackerras <paulus@au.ibm.com>
5390 W:      http://www.ibm.com/linux/ltc/projects/ppc
5391 S:      Supported
5392 F:      arch/powerpc/boot/rs6000.h
5393
5394 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5395 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5396 M:      Paul Mackerras <paulus@samba.org>
5397 W:      http://www.penguinppc.org/
5398 L:      linuxppc-dev@lists.ozlabs.org
5399 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5401 S:      Supported
5402 F:      Documentation/powerpc/
5403 F:      arch/powerpc/
5404
5405 LINUX FOR POWER MACINTOSH
5406 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5407 W:      http://www.penguinppc.org/
5408 L:      linuxppc-dev@lists.ozlabs.org
5409 S:      Maintained
5410 F:      arch/powerpc/platforms/powermac/
5411 F:      drivers/macintosh/
5412
5413 LINUX FOR POWERPC EMBEDDED MPC5XXX
5414 M:      Anatolij Gustschin <agust@denx.de>
5415 L:      linuxppc-dev@lists.ozlabs.org
5416 T:      git git://git.denx.de/linux-2.6-agust.git
5417 S:      Maintained
5418 F:      arch/powerpc/platforms/512x/
5419 F:      arch/powerpc/platforms/52xx/
5420
5421 LINUX FOR POWERPC EMBEDDED PPC4XX
5422 M:  Alistair Popple <alistair@popple.id.au>
5423 M:      Matt Porter <mporter@kernel.crashing.org>
5424 W:      http://www.penguinppc.org/
5425 L:      linuxppc-dev@lists.ozlabs.org
5426 S:      Maintained
5427 F:      arch/powerpc/platforms/40x/
5428 F:      arch/powerpc/platforms/44x/
5429
5430 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5431 L:      linuxppc-dev@lists.ozlabs.org
5432 S:      Orphan
5433 F:      arch/powerpc/*/*virtex*
5434 F:      arch/powerpc/*/*/*virtex*
5435
5436 LINUX FOR POWERPC EMBEDDED PPC8XX
5437 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5438 M:      Marcelo Tosatti <marcelo@kvack.org>
5439 W:      http://www.penguinppc.org/
5440 L:      linuxppc-dev@lists.ozlabs.org
5441 S:      Maintained
5442 F:      arch/powerpc/platforms/8xx/
5443
5444 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5445 M:      Kumar Gala <galak@kernel.crashing.org>
5446 W:      http://www.penguinppc.org/
5447 L:      linuxppc-dev@lists.ozlabs.org
5448 S:      Maintained
5449 F:      arch/powerpc/platforms/83xx/
5450 F:      arch/powerpc/platforms/85xx/
5451
5452 LINUX FOR POWERPC PA SEMI PWRFICIENT
5453 M:      Olof Johansson <olof@lixom.net>
5454 L:      linuxppc-dev@lists.ozlabs.org
5455 S:      Maintained
5456 F:      arch/powerpc/platforms/pasemi/
5457 F:      drivers/*/*pasemi*
5458 F:      drivers/*/*/*pasemi*
5459
5460 LINUX SECURITY MODULE (LSM) FRAMEWORK
5461 M:      Chris Wright <chrisw@sous-sol.org>
5462 L:      linux-security-module@vger.kernel.org
5463 S:      Supported
5464
5465 LIS3LV02D ACCELEROMETER DRIVER
5466 M:      Eric Piel <eric.piel@tremplin-utc.net>
5467 S:      Maintained
5468 F:      Documentation/misc-devices/lis3lv02d
5469 F:      drivers/misc/lis3lv02d/
5470 F:      drivers/platform/x86/hp_accel.c
5471
5472 LLC (802.2)
5473 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5474 S:      Maintained
5475 F:      include/linux/llc.h
5476 F:      include/uapi/linux/llc.h
5477 F:      include/net/llc*
5478 F:      net/llc/
5479
5480 LM73 HARDWARE MONITOR DRIVER
5481 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5482 L:      lm-sensors@lm-sensors.org
5483 S:      Maintained
5484 F:      drivers/hwmon/lm73.c
5485
5486 LM78 HARDWARE MONITOR DRIVER
5487 M:      Jean Delvare <jdelvare@suse.de>
5488 L:      lm-sensors@lm-sensors.org
5489 S:      Maintained
5490 F:      Documentation/hwmon/lm78
5491 F:      drivers/hwmon/lm78.c
5492
5493 LM83 HARDWARE MONITOR DRIVER
5494 M:      Jean Delvare <jdelvare@suse.de>
5495 L:      lm-sensors@lm-sensors.org
5496 S:      Maintained
5497 F:      Documentation/hwmon/lm83
5498 F:      drivers/hwmon/lm83.c
5499
5500 LM90 HARDWARE MONITOR DRIVER
5501 M:      Jean Delvare <jdelvare@suse.de>
5502 L:      lm-sensors@lm-sensors.org
5503 S:      Maintained
5504 F:      Documentation/hwmon/lm90
5505 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5506 F:      drivers/hwmon/lm90.c
5507
5508 LM95234 HARDWARE MONITOR DRIVER
5509 M:      Guenter Roeck <linux@roeck-us.net>
5510 L:      lm-sensors@lm-sensors.org
5511 S:      Maintained
5512 F:      Documentation/hwmon/lm95234
5513 F:      drivers/hwmon/lm95234.c
5514
5515 LME2510 MEDIA DRIVER
5516 M:      Malcolm Priestley <tvboxspy@gmail.com>
5517 L:      linux-media@vger.kernel.org
5518 W:      http://linuxtv.org/
5519 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5520 S:      Maintained
5521 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5522
5523 LOCKDEP AND LOCKSTAT
5524 M:      Peter Zijlstra <peterz@infradead.org>
5525 M:      Ingo Molnar <mingo@redhat.com>
5526 L:      linux-kernel@vger.kernel.org
5527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5528 S:      Maintained
5529 F:      Documentation/lockdep*.txt
5530 F:      Documentation/lockstat.txt
5531 F:      include/linux/lockdep.h
5532 F:      kernel/locking/
5533
5534 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5535 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5536 L:      linux-ntfs-dev@lists.sourceforge.net
5537 W:      http://www.linux-ntfs.org/content/view/19/37/
5538 S:      Maintained
5539 F:      Documentation/ldm.txt
5540 F:      block/partitions/ldm.*
5541
5542 LogFS
5543 M:      Joern Engel <joern@logfs.org>
5544 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5545 L:      logfs@logfs.org
5546 W:      logfs.org
5547 S:      Maintained
5548 F:      fs/logfs/
5549
5550 LPC32XX MACHINE SUPPORT
5551 M:      Roland Stigge <stigge@antcom.de>
5552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5553 S:      Maintained
5554 F:      arch/arm/mach-lpc32xx/
5555
5556 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5557 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5558 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5559 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5560 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5561 L:      MPT-FusionLinux.pdl@avagotech.com
5562 L:      linux-scsi@vger.kernel.org
5563 W:      http://www.lsilogic.com/support
5564 S:      Supported
5565 F:      drivers/message/fusion/
5566 F:      drivers/scsi/mpt2sas/
5567 F:      drivers/scsi/mpt3sas/
5568
5569 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5570 M:      Matthew Wilcox <matthew@wil.cx>
5571 L:      linux-scsi@vger.kernel.org
5572 S:      Maintained
5573 F:      drivers/scsi/sym53c8xx_2/
5574
5575 LTC4261 HARDWARE MONITOR DRIVER
5576 M:      Guenter Roeck <linux@roeck-us.net>
5577 L:      lm-sensors@lm-sensors.org
5578 S:      Maintained
5579 F:      Documentation/hwmon/ltc4261
5580 F:      drivers/hwmon/ltc4261.c
5581
5582 LTP (Linux Test Project)
5583 M:      Mike Frysinger <vapier@gentoo.org>
5584 M:      Cyril Hrubis <chrubis@suse.cz>
5585 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5586 M:      Jan Stancek <jstancek@redhat.com>
5587 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5588 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
5589 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5590 W:      http://linux-test-project.github.io/
5591 T:      git git://github.com/linux-test-project/ltp.git
5592 S:      Maintained
5593
5594 M32R ARCHITECTURE
5595 M:      Hirokazu Takata <takata@linux-m32r.org>
5596 L:      linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
5597 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
5598 W:      http://www.linux-m32r.org/
5599 S:      Maintained
5600 F:      arch/m32r/
5601
5602 M68K ARCHITECTURE
5603 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5604 L:      linux-m68k@lists.linux-m68k.org
5605 W:      http://www.linux-m68k.org/
5606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5607 S:      Maintained
5608 F:      arch/m68k/
5609 F:      drivers/zorro/
5610
5611 M68K ON APPLE MACINTOSH
5612 M:      Joshua Thompson <funaho@jurai.org>
5613 W:      http://www.mac.linux-m68k.org/
5614 L:      linux-m68k@lists.linux-m68k.org
5615 S:      Maintained
5616 F:      arch/m68k/mac/
5617
5618 M68K ON HP9000/300
5619 M:      Philip Blundell <philb@gnu.org>
5620 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5621 S:      Maintained
5622 F:      arch/m68k/hp300/
5623
5624 M88DS3103 MEDIA DRIVER
5625 M:      Antti Palosaari <crope@iki.fi>
5626 L:      linux-media@vger.kernel.org
5627 W:      http://linuxtv.org/
5628 W:      http://palosaari.fi/linux/
5629 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5630 T:      git git://linuxtv.org/anttip/media_tree.git
5631 S:      Maintained
5632 F:      drivers/media/dvb-frontends/m88ds3103*
5633
5634 M88RS2000 MEDIA DRIVER
5635 M:      Malcolm Priestley <tvboxspy@gmail.com>
5636 L:      linux-media@vger.kernel.org
5637 W:      http://linuxtv.org/
5638 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5639 S:      Maintained
5640 F:      drivers/media/dvb-frontends/m88rs2000*
5641
5642 M88TS2022 MEDIA DRIVER
5643 M:      Antti Palosaari <crope@iki.fi>
5644 L:      linux-media@vger.kernel.org
5645 W:      http://linuxtv.org/
5646 W:      http://palosaari.fi/linux/
5647 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5648 T:      git git://linuxtv.org/anttip/media_tree.git
5649 S:      Maintained
5650 F:      drivers/media/tuners/m88ts2022*
5651
5652 MA901 MASTERKIT USB FM RADIO DRIVER
5653 M:      Alexey Klimov <klimov.linux@gmail.com>
5654 L:      linux-media@vger.kernel.org
5655 T:      git git://linuxtv.org/media_tree.git
5656 S:      Maintained
5657 F:      drivers/media/radio/radio-ma901.c
5658
5659 MAC80211
5660 M:      Johannes Berg <johannes@sipsolutions.net>
5661 L:      linux-wireless@vger.kernel.org
5662 W:      http://wireless.kernel.org/
5663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5665 S:      Maintained
5666 F:      Documentation/networking/mac80211-injection.txt
5667 F:      include/net/mac80211.h
5668 F:      net/mac80211/
5669
5670 MAC80211 PID RATE CONTROL
5671 M:      Stefano Brivio <stefano.brivio@polimi.it>
5672 M:      Mattias Nissler <mattias.nissler@gmx.de>
5673 L:      linux-wireless@vger.kernel.org
5674 W:      http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
5675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5677 S:      Maintained
5678 F:      net/mac80211/rc80211_pid*
5679
5680 MACVLAN DRIVER
5681 M:      Patrick McHardy <kaber@trash.net>
5682 L:      netdev@vger.kernel.org
5683 S:      Maintained
5684 F:      drivers/net/macvlan.c
5685 F:      include/linux/if_macvlan.h
5686
5687 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5688 M:      Michael Kerrisk <mtk.manpages@gmail.com>
5689 W:      http://www.kernel.org/doc/man-pages
5690 L:      linux-man@vger.kernel.org
5691 S:      Maintained
5692
5693 MARVELL ARMADA DRM SUPPORT
5694 M:      Russell King <rmk+kernel@arm.linux.org.uk>
5695 S:      Maintained
5696 F:      drivers/gpu/drm/armada/
5697
5698 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
5699 M:      Mirko Lindner <mlindner@marvell.com>
5700 M:      Stephen Hemminger <stephen@networkplumber.org>
5701 L:      netdev@vger.kernel.org
5702 S:      Maintained
5703 F:      drivers/net/ethernet/marvell/sk*
5704
5705 MARVELL LIBERTAS WIRELESS DRIVER
5706 L:      libertas-dev@lists.infradead.org
5707 S:      Orphan
5708 F:      drivers/net/wireless/libertas/
5709
5710 MARVELL MV643XX ETHERNET DRIVER
5711 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
5712 L:      netdev@vger.kernel.org
5713 S:      Maintained
5714 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
5715 F:      include/linux/mv643xx.h
5716
5717 MARVELL MVNETA ETHERNET DRIVER
5718 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5719 L:      netdev@vger.kernel.org
5720 S:      Maintained
5721 F:      drivers/net/ethernet/marvell/mvneta.*
5722
5723 MARVELL MWIFIEX WIRELESS DRIVER
5724 M:      Bing Zhao <bzhao@marvell.com>
5725 L:      linux-wireless@vger.kernel.org
5726 S:      Maintained
5727 F:      drivers/net/wireless/mwifiex/
5728
5729 MARVELL MWL8K WIRELESS DRIVER
5730 M:      Lennert Buytenhek <buytenh@wantstofly.org>
5731 L:      linux-wireless@vger.kernel.org
5732 S:      Odd Fixes
5733 F:      drivers/net/wireless/mwl8k.c
5734
5735 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
5736 M:      Nicolas Pitre <nico@fluxnic.net>
5737 S:      Odd Fixes
5738 F:      drivers/mmc/host/mvsdio.*
5739
5740 MATROX FRAMEBUFFER DRIVER
5741 L:      linux-fbdev@vger.kernel.org
5742 S:      Orphan
5743 F:      drivers/video/matrox/matroxfb_*
5744 F:      include/uapi/linux/matroxfb.h
5745
5746 MAX16065 HARDWARE MONITOR DRIVER
5747 M:      Guenter Roeck <linux@roeck-us.net>
5748 L:      lm-sensors@lm-sensors.org
5749 S:      Maintained
5750 F:      Documentation/hwmon/max16065
5751 F:      drivers/hwmon/max16065.c
5752
5753 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5754 M:      "Hans J. Koch" <hjk@hansjkoch.de>
5755 L:      lm-sensors@lm-sensors.org
5756 S:      Maintained
5757 F:      Documentation/hwmon/max6650
5758 F:      drivers/hwmon/max6650.c
5759
5760 MAX6697 HARDWARE MONITOR DRIVER
5761 M:      Guenter Roeck <linux@roeck-us.net>
5762 L:      lm-sensors@lm-sensors.org
5763 S:      Maintained
5764 F:      Documentation/hwmon/max6697
5765 F:      Documentation/devicetree/bindings/i2c/max6697.txt
5766 F:      drivers/hwmon/max6697.c
5767 F:      include/linux/platform_data/max6697.h
5768
5769 MAXIRADIO FM RADIO RECEIVER DRIVER
5770 M:      Hans Verkuil <hverkuil@xs4all.nl>
5771 L:      linux-media@vger.kernel.org
5772 T:      git git://linuxtv.org/media_tree.git
5773 W:      http://linuxtv.org
5774 S:      Maintained
5775 F:      drivers/media/radio/radio-maxiradio*
5776
5777 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
5778 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
5779 P:      LinuxTV.org Project
5780 L:      linux-media@vger.kernel.org
5781 W:      http://linuxtv.org
5782 Q:      http://patchwork.kernel.org/project/linux-media/list/
5783 T:      git git://linuxtv.org/media_tree.git
5784 S:      Maintained
5785 F:      Documentation/dvb/
5786 F:      Documentation/video4linux/
5787 F:      Documentation/DocBook/media/
5788 F:      drivers/media/
5789 F:      drivers/staging/media/
5790 F:      include/media/
5791 F:      include/uapi/linux/dvb/
5792 F:      include/uapi/linux/videodev2.h
5793 F:      include/uapi/linux/media.h
5794 F:      include/uapi/linux/v4l2-*
5795 F:      include/uapi/linux/meye.h
5796 F:      include/uapi/linux/ivtv*
5797 F:      include/uapi/linux/uvcvideo.h
5798
5799 MEDIAVISION PRO MOVIE STUDIO DRIVER
5800 M:      Hans Verkuil <hverkuil@xs4all.nl>
5801 L:      linux-media@vger.kernel.org
5802 T:      git git://linuxtv.org/media_tree.git
5803 W:      http://linuxtv.org
5804 S:      Odd Fixes
5805 F:      drivers/media/parport/pms*
5806
5807 MEGARAID SCSI DRIVERS
5808 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
5809 L:      linux-scsi@vger.kernel.org
5810 W:      http://megaraid.lsilogic.com
5811 S:      Maintained
5812 F:      Documentation/scsi/megaraid.txt
5813 F:      drivers/scsi/megaraid.*
5814 F:      drivers/scsi/megaraid/
5815
5816 MELLANOX ETHERNET DRIVER (mlx4_en)
5817 M:      Amir Vadai <amirv@mellanox.com>
5818 L:      netdev@vger.kernel.org
5819 S:      Supported
5820 W:      http://www.mellanox.com
5821 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5822 F:      drivers/net/ethernet/mellanox/mlx4/en_*
5823
5824 MEMORY MANAGEMENT
5825 L:      linux-mm@kvack.org
5826 W:      http://www.linux-mm.org
5827 S:      Maintained
5828 F:      include/linux/mm.h
5829 F:      include/linux/gfp.h
5830 F:      include/linux/mmzone.h
5831 F:      include/linux/memory_hotplug.h
5832 F:      include/linux/vmalloc.h
5833 F:      mm/
5834
5835 MEMORY TECHNOLOGY DEVICES (MTD)
5836 M:      David Woodhouse <dwmw2@infradead.org>
5837 M:      Brian Norris <computersforpeace@gmail.com>
5838 L:      linux-mtd@lists.infradead.org
5839 W:      http://www.linux-mtd.infradead.org/
5840 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
5841 T:      git git://git.infradead.org/linux-mtd.git
5842 S:      Maintained
5843 F:      drivers/mtd/
5844 F:      include/linux/mtd/
5845 F:      include/uapi/mtd/
5846
5847 MEN A21 WATCHDOG DRIVER
5848 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
5849 L:      linux-watchdog@vger.kernel.org
5850 S:      Supported
5851 F:      drivers/watchdog/mena21_wdt.c
5852
5853 MEN CHAMELEON BUS (mcb)
5854 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
5855 S:      Supported
5856 F:      drivers/mcb/
5857 F:      include/linux/mcb.h
5858
5859 METAG ARCHITECTURE
5860 M:      James Hogan <james.hogan@imgtec.com>
5861 L:      linux-metag@vger.kernel.org
5862 S:      Supported
5863 F:      arch/metag/
5864 F:      Documentation/metag/
5865 F:      Documentation/devicetree/bindings/metag/
5866 F:      drivers/clocksource/metag_generic.c
5867 F:      drivers/irqchip/irq-metag.c
5868 F:      drivers/irqchip/irq-metag-ext.c
5869 F:      drivers/tty/metag_da.c
5870 F:      fs/imgdafs/
5871
5872 MICROBLAZE ARCHITECTURE
5873 M:      Michal Simek <monstr@monstr.eu>
5874 W:      http://www.monstr.eu/fdt/
5875 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
5876 S:      Supported
5877 F:      arch/microblaze/
5878
5879 MICROTEK X6 SCANNER
5880 M:      Oliver Neukum <oliver@neukum.org>
5881 S:      Maintained
5882 F:      drivers/usb/image/microtek.*
5883
5884 MIPS
5885 M:      Ralf Baechle <ralf@linux-mips.org>
5886 L:      linux-mips@linux-mips.org
5887 W:      http://www.linux-mips.org/
5888 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
5889 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
5890 S:      Supported
5891 F:      Documentation/mips/
5892 F:      arch/mips/
5893
5894 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
5895 M:      Hans Verkuil <hverkuil@xs4all.nl>
5896 L:      linux-media@vger.kernel.org
5897 T:      git git://linuxtv.org/media_tree.git
5898 W:      http://linuxtv.org
5899 S:      Odd Fixes
5900 F:      drivers/media/radio/radio-miropcm20*
5901
5902 Mellanox MLX5 core VPI driver
5903 M:      Eli Cohen <eli@mellanox.com>
5904 L:      netdev@vger.kernel.org
5905 L:      linux-rdma@vger.kernel.org
5906 W:      http://www.mellanox.com
5907 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5908 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5909 T:      git git://openfabrics.org/~eli/connect-ib.git
5910 S:      Supported
5911 F:      drivers/net/ethernet/mellanox/mlx5/core/
5912 F:      include/linux/mlx5/
5913
5914 Mellanox MLX5 IB driver
5915 M:      Eli Cohen <eli@mellanox.com>
5916 L:      linux-rdma@vger.kernel.org
5917 W:      http://www.mellanox.com
5918 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5919 T:      git git://openfabrics.org/~eli/connect-ib.git
5920 S:      Supported
5921 F:      include/linux/mlx5/
5922 F:      drivers/infiniband/hw/mlx5/
5923
5924 MODULE SUPPORT
5925 M:      Rusty Russell <rusty@rustcorp.com.au>
5926 S:      Maintained
5927 F:      include/linux/module.h
5928 F:      kernel/module.c
5929
5930 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5931 W:      http://popies.net/meye/
5932 S:      Orphan
5933 F:      Documentation/video4linux/meye.txt
5934 F:      drivers/media/pci/meye/
5935 F:      include/uapi/linux/meye.h
5936
5937 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
5938 M:      Jiri Slaby <jirislaby@gmail.com>
5939 S:      Maintained
5940 F:      Documentation/serial/moxa-smartio
5941 F:      drivers/tty/mxser.*
5942
5943 MR800 AVERMEDIA USB FM RADIO DRIVER
5944 M:      Alexey Klimov <klimov.linux@gmail.com>
5945 L:      linux-media@vger.kernel.org
5946 T:      git git://linuxtv.org/media_tree.git
5947 S:      Maintained
5948 F:      drivers/media/radio/radio-mr800.c
5949
5950 MSI LAPTOP SUPPORT
5951 M:      "Lee, Chun-Yi" <jlee@suse.com>
5952 L:      platform-driver-x86@vger.kernel.org
5953 S:      Maintained
5954 F:      drivers/platform/x86/msi-laptop.c
5955
5956 MSI WMI SUPPORT
5957 M:      Anisse Astier <anisse@astier.eu>
5958 L:      platform-driver-x86@vger.kernel.org
5959 S:      Supported
5960 F:      drivers/platform/x86/msi-wmi.c
5961
5962 MSI001 MEDIA DRIVER
5963 M:      Antti Palosaari <crope@iki.fi>
5964 L:      linux-media@vger.kernel.org
5965 W:      http://linuxtv.org/
5966 W:      http://palosaari.fi/linux/
5967 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5968 T:      git git://linuxtv.org/anttip/media_tree.git
5969 S:      Maintained
5970 F:      drivers/media/tuners/msi001*
5971
5972 MSI3101 MEDIA DRIVER
5973 M:      Antti Palosaari <crope@iki.fi>
5974 L:      linux-media@vger.kernel.org
5975 W:      http://linuxtv.org/
5976 W:      http://palosaari.fi/linux/
5977 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5978 T:      git git://linuxtv.org/anttip/media_tree.git
5979 S:      Maintained
5980 F:      drivers/staging/media/msi3101/sdr-msi3101*
5981
5982 MT9M032 APTINA SENSOR DRIVER
5983 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5984 L:      linux-media@vger.kernel.org
5985 T:      git git://linuxtv.org/media_tree.git
5986 S:      Maintained
5987 F:      drivers/media/i2c/mt9m032.c
5988 F:      include/media/mt9m032.h
5989
5990 MT9P031 APTINA CAMERA SENSOR
5991 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5992 L:      linux-media@vger.kernel.org
5993 T:      git git://linuxtv.org/media_tree.git
5994 S:      Maintained
5995 F:      drivers/media/i2c/mt9p031.c
5996 F:      include/media/mt9p031.h
5997
5998 MT9T001 APTINA CAMERA SENSOR
5999 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6000 L:      linux-media@vger.kernel.org
6001 T:      git git://linuxtv.org/media_tree.git
6002 S:      Maintained
6003 F:      drivers/media/i2c/mt9t001.c
6004 F:      include/media/mt9t001.h
6005
6006 MT9V032 APTINA CAMERA SENSOR
6007 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6008 L:      linux-media@vger.kernel.org
6009 T:      git git://linuxtv.org/media_tree.git
6010 S:      Maintained
6011 F:      drivers/media/i2c/mt9v032.c
6012 F:      include/media/mt9v032.h
6013
6014 MULTIFUNCTION DEVICES (MFD)
6015 M:      Samuel Ortiz <sameo@linux.intel.com>
6016 M:      Lee Jones <lee.jones@linaro.org>
6017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next.git
6018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes.git
6019 S:      Supported
6020 F:      drivers/mfd/
6021 F:      include/linux/mfd/
6022
6023 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6024 M:      Chris Ball <chris@printf.net>
6025 M:      Ulf Hansson <ulf.hansson@linaro.org>
6026 L:      linux-mmc@vger.kernel.org
6027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6028 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6029 S:      Maintained
6030 F:      drivers/mmc/
6031 F:      include/linux/mmc/
6032 F:      include/uapi/linux/mmc/
6033
6034 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6035 S:      Orphan
6036 F:      drivers/mmc/host/mmc_spi.c
6037 F:      include/linux/spi/mmc_spi.h
6038
6039 MULTISOUND SOUND DRIVER
6040 M:      Andrew Veliath <andrewtv@usa.net>
6041 S:      Maintained
6042 F:      Documentation/sound/oss/MultiSound
6043 F:      sound/oss/msnd*
6044
6045 MULTITECH MULTIPORT CARD (ISICOM)
6046 S:      Orphan
6047 F:      drivers/tty/isicom.c
6048 F:      include/linux/isicom.h
6049
6050 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6051 M:      Felipe Balbi <balbi@ti.com>
6052 L:      linux-usb@vger.kernel.org
6053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6054 S:      Maintained
6055 F:      drivers/usb/musb/
6056
6057 MXL5007T MEDIA DRIVER
6058 M:      Michael Krufky <mkrufky@linuxtv.org>
6059 L:      linux-media@vger.kernel.org
6060 W:      http://linuxtv.org/
6061 W:      http://github.com/mkrufky
6062 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6063 T:      git git://linuxtv.org/mkrufky/tuners.git
6064 S:      Maintained
6065 F:      drivers/media/tuners/mxl5007t.*
6066
6067 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6068 M:      Hyong-Youb Kim <hykim@myri.com>
6069 L:      netdev@vger.kernel.org
6070 W:      https://www.myricom.com/support/downloads/myri10ge.html
6071 S:      Supported
6072 F:      drivers/net/ethernet/myricom/myri10ge/
6073
6074 NATSEMI ETHERNET DRIVER (DP8381x)
6075 S:      Orphan
6076 F:      drivers/net/ethernet/natsemi/natsemi.c
6077
6078 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6079 M:      Daniel Mack <zonque@gmail.com>
6080 S:      Maintained
6081 L:      alsa-devel@alsa-project.org
6082 W:      http://www.native-instruments.com
6083 F:      sound/usb/caiaq/
6084
6085 NCP FILESYSTEM
6086 M:      Petr Vandrovec <petr@vandrovec.name>
6087 S:      Odd Fixes
6088 F:      fs/ncpfs/
6089
6090 NCR 5380 SCSI DRIVERS
6091 M:      Finn Thain <fthain@telegraphics.com.au>
6092 M:      Michael Schmitz <schmitzmic@gmail.com>
6093 L:      linux-scsi@vger.kernel.org
6094 S:      Maintained
6095 F:      Documentation/scsi/g_NCR5380.txt
6096 F:      drivers/scsi/NCR5380.*
6097 F:      drivers/scsi/arm/cumana_1.c
6098 F:      drivers/scsi/arm/oak.c
6099 F:      drivers/scsi/atari_NCR5380.c
6100 F:      drivers/scsi/atari_scsi.*
6101 F:      drivers/scsi/dmx3191d.c
6102 F:      drivers/scsi/dtc.*
6103 F:      drivers/scsi/g_NCR5380.*
6104 F:      drivers/scsi/g_NCR5380_mmio.c
6105 F:      drivers/scsi/mac_scsi.*
6106 F:      drivers/scsi/pas16.*
6107 F:      drivers/scsi/sun3_NCR5380.c
6108 F:      drivers/scsi/sun3_scsi.*
6109 F:      drivers/scsi/sun3_scsi_vme.c
6110 F:      drivers/scsi/t128.*
6111
6112 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6113 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6114 L:      linux-scsi@vger.kernel.org
6115 S:      Maintained
6116 F:      drivers/scsi/NCR_D700.*
6117
6118 NCT6775 HARDWARE MONITOR DRIVER
6119 M:      Guenter Roeck <linux@roeck-us.net>
6120 L:      lm-sensors@lm-sensors.org
6121 S:      Maintained
6122 F:      Documentation/hwmon/nct6775
6123 F:      drivers/hwmon/nct6775.c
6124
6125 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6126 M:      Faisal Latif <faisal.latif@intel.com>
6127 L:      linux-rdma@vger.kernel.org
6128 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6129 S:      Supported
6130 F:      drivers/infiniband/hw/nes/
6131
6132 NETEM NETWORK EMULATOR
6133 M:      Stephen Hemminger <stephen@networkplumber.org>
6134 L:      netem@lists.linux-foundation.org
6135 S:      Maintained
6136 F:      net/sched/sch_netem.c
6137
6138 NETERION 10GbE DRIVERS (s2io/vxge)
6139 M:      Jon Mason <jdmason@kudzu.us>
6140 L:      netdev@vger.kernel.org
6141 S:      Supported
6142 F:      Documentation/networking/s2io.txt
6143 F:      Documentation/networking/vxge.txt
6144 F:      drivers/net/ethernet/neterion/
6145
6146 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6147 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6148 M:      Patrick McHardy <kaber@trash.net>
6149 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6150 L:      netfilter-devel@vger.kernel.org
6151 L:      coreteam@netfilter.org
6152 W:      http://www.netfilter.org/
6153 W:      http://www.iptables.org/
6154 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6155 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6157 S:      Supported
6158 F:      include/linux/netfilter*
6159 F:      include/linux/netfilter/
6160 F:      include/net/netfilter/
6161 F:      include/uapi/linux/netfilter*
6162 F:      include/uapi/linux/netfilter/
6163 F:      net/*/netfilter.c
6164 F:      net/*/netfilter/
6165 F:      net/netfilter/
6166
6167 NETLABEL
6168 M:      Paul Moore <paul@paul-moore.com>
6169 W:      http://netlabel.sf.net
6170 L:      netdev@vger.kernel.org
6171 S:      Maintained
6172 F:      Documentation/netlabel/
6173 F:      include/net/netlabel.h
6174 F:      net/netlabel/
6175
6176 NETROM NETWORK LAYER
6177 M:      Ralf Baechle <ralf@linux-mips.org>
6178 L:      linux-hams@vger.kernel.org
6179 W:      http://www.linux-ax25.org/
6180 S:      Maintained
6181 F:      include/net/netrom.h
6182 F:      include/uapi/linux/netrom.h
6183 F:      net/netrom/
6184
6185 NETWORK BLOCK DEVICE (NBD)
6186 M:      Paul Clements <Paul.Clements@steeleye.com>
6187 S:      Maintained
6188 L:      nbd-general@lists.sourceforge.net
6189 F:      Documentation/blockdev/nbd.txt
6190 F:      drivers/block/nbd.c
6191 F:      include/linux/nbd.h
6192 F:      include/uapi/linux/nbd.h
6193
6194 NETWORK DROP MONITOR
6195 M:      Neil Horman <nhorman@tuxdriver.com>
6196 L:      netdev@vger.kernel.org
6197 S:      Maintained
6198 W:      https://fedorahosted.org/dropwatch/
6199 F:      net/core/drop_monitor.c
6200
6201 NETWORKING [GENERAL]
6202 M:      "David S. Miller" <davem@davemloft.net>
6203 L:      netdev@vger.kernel.org
6204 W:      http://www.linuxfoundation.org/en/Net
6205 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6208 S:      Maintained
6209 F:      net/
6210 F:      include/net/
6211 F:      include/linux/in.h
6212 F:      include/linux/net.h
6213 F:      include/linux/netdevice.h
6214 F:      include/uapi/linux/in.h
6215 F:      include/uapi/linux/net.h
6216 F:      include/uapi/linux/netdevice.h
6217 F:      tools/net/
6218 F:      tools/testing/selftests/net/
6219 F:      lib/random32.c
6220 F:      lib/test_bpf.c
6221
6222 NETWORKING [IPv4/IPv6]
6223 M:      "David S. Miller" <davem@davemloft.net>
6224 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6225 M:      James Morris <jmorris@namei.org>
6226 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6227 M:      Patrick McHardy <kaber@trash.net>
6228 L:      netdev@vger.kernel.org
6229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6230 S:      Maintained
6231 F:      net/ipv4/
6232 F:      net/ipv6/
6233 F:      include/net/ip*
6234 F:      arch/x86/net/*
6235
6236 NETWORKING [IPSEC]
6237 M:      Steffen Klassert <steffen.klassert@secunet.com>
6238 M:      Herbert Xu <herbert@gondor.apana.org.au>
6239 M:      "David S. Miller" <davem@davemloft.net>
6240 L:      netdev@vger.kernel.org
6241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6243 S:      Maintained
6244 F:      net/core/flow.c
6245 F:      net/xfrm/
6246 F:      net/key/
6247 F:      net/ipv4/xfrm*
6248 F:      net/ipv4/esp4.c
6249 F:      net/ipv4/ah4.c
6250 F:      net/ipv4/ipcomp.c
6251 F:      net/ipv4/ip_vti.c
6252 F:      net/ipv6/xfrm*
6253 F:      net/ipv6/esp6.c
6254 F:      net/ipv6/ah6.c
6255 F:      net/ipv6/ipcomp6.c
6256 F:      net/ipv6/ip6_vti.c
6257 F:      include/uapi/linux/xfrm.h
6258 F:      include/net/xfrm.h
6259
6260 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6261 M:      Paul Moore <paul@paul-moore.com>
6262 L:      netdev@vger.kernel.org
6263 S:      Maintained
6264
6265 NETWORKING [WIRELESS]
6266 M:      "John W. Linville" <linville@tuxdriver.com>
6267 L:      linux-wireless@vger.kernel.org
6268 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
6270 S:      Maintained
6271 F:      net/mac80211/
6272 F:      net/rfkill/
6273 F:      net/wireless/
6274 F:      include/net/ieee80211*
6275 F:      include/linux/wireless.h
6276 F:      include/uapi/linux/wireless.h
6277 F:      include/net/iw_handler.h
6278 F:      drivers/net/wireless/
6279
6280 NETWORKING DRIVERS
6281 L:      netdev@vger.kernel.org
6282 W:      http://www.linuxfoundation.org/en/Net
6283 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6286 S:      Odd Fixes
6287 F:      drivers/net/
6288 F:      include/linux/if_*
6289 F:      include/linux/netdevice.h
6290 F:      include/linux/arcdevice.h
6291 F:      include/linux/etherdevice.h
6292 F:      include/linux/fcdevice.h
6293 F:      include/linux/fddidevice.h
6294 F:      include/linux/hippidevice.h
6295 F:      include/linux/inetdevice.h
6296 F:      include/uapi/linux/if_*
6297 F:      include/uapi/linux/netdevice.h
6298
6299 NETXEN (1/10) GbE SUPPORT
6300 M:      Manish Chopra <manish.chopra@qlogic.com>
6301 M:      Sony Chacko <sony.chacko@qlogic.com>
6302 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6303 L:      netdev@vger.kernel.org
6304 W:      http://www.qlogic.com
6305 S:      Supported
6306 F:      drivers/net/ethernet/qlogic/netxen/
6307
6308 NFC SUBSYSTEM
6309 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6310 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6311 M:      Samuel Ortiz <sameo@linux.intel.com>
6312 L:      linux-wireless@vger.kernel.org
6313 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
6314 S:      Supported
6315 F:      net/nfc/
6316 F:      include/net/nfc/
6317 F:      include/uapi/linux/nfc.h
6318 F:      drivers/nfc/
6319 F:      include/linux/platform_data/pn544.h
6320 F:      Documentation/devicetree/bindings/net/nfc/
6321
6322 NFS, SUNRPC, AND LOCKD CLIENTS
6323 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6324 L:      linux-nfs@vger.kernel.org
6325 W:      http://client.linux-nfs.org
6326 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6327 S:      Maintained
6328 F:      fs/lockd/
6329 F:      fs/nfs/
6330 F:      fs/nfs_common/
6331 F:      net/sunrpc/
6332 F:      include/linux/lockd/
6333 F:      include/linux/nfs*
6334 F:      include/linux/sunrpc/
6335 F:      include/uapi/linux/nfs*
6336 F:      include/uapi/linux/sunrpc/
6337
6338 NILFS2 FILESYSTEM
6339 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6340 L:      linux-nilfs@vger.kernel.org
6341 W:      http://nilfs.sourceforge.net/
6342 T:      git git://github.com/konis/nilfs2.git
6343 S:      Supported
6344 F:      Documentation/filesystems/nilfs2.txt
6345 F:      fs/nilfs2/
6346 F:      include/linux/nilfs2_fs.h
6347
6348 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6349 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6350 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6351 S:      Maintained
6352 F:      Documentation/scsi/NinjaSCSI.txt
6353 F:      drivers/scsi/pcmcia/nsp_*
6354
6355 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6356 M:      GOTO Masanori <gotom@debian.or.jp>
6357 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6358 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6359 S:      Maintained
6360 F:      Documentation/scsi/NinjaSCSI.txt
6361 F:      drivers/scsi/nsp32*
6362
6363 NTB DRIVER
6364 M:      Jon Mason <jon.mason@intel.com>
6365 S:      Supported
6366 W:      https://github.com/jonmason/ntb/wiki
6367 T:      git git://github.com/jonmason/ntb.git
6368 F:      drivers/ntb/
6369 F:      drivers/net/ntb_netdev.c
6370 F:      include/linux/ntb.h
6371
6372 NTFS FILESYSTEM
6373 M:      Anton Altaparmakov <anton@tuxera.com>
6374 L:      linux-ntfs-dev@lists.sourceforge.net
6375 W:      http://www.tuxera.com/
6376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6377 S:      Supported
6378 F:      Documentation/filesystems/ntfs.txt
6379 F:      fs/ntfs/
6380
6381 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6382 M:      Antonino Daplas <adaplas@gmail.com>
6383 L:      linux-fbdev@vger.kernel.org
6384 S:      Maintained
6385 F:      drivers/video/riva/
6386 F:      drivers/video/nvidia/
6387
6388 NVM EXPRESS DRIVER
6389 M:      Matthew Wilcox <willy@linux.intel.com>
6390 L:      linux-nvme@lists.infradead.org
6391 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6392 S:      Supported
6393 F:      drivers/block/nvme*
6394 F:      include/linux/nvme.h
6395
6396 NXP TDA998X DRM DRIVER
6397 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6398 S:      Supported
6399 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6400 F:      include/drm/i2c/tda998x.h
6401
6402 OMAP SUPPORT
6403 M:      Tony Lindgren <tony@atomide.com>
6404 L:      linux-omap@vger.kernel.org
6405 W:      http://www.muru.com/linux/omap/
6406 W:      http://linux.omap.com/
6407 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6409 S:      Maintained
6410 F:      arch/arm/*omap*/
6411 F:      drivers/i2c/busses/i2c-omap.c
6412 F:      include/linux/i2c-omap.h
6413
6414 OMAP DEVICE TREE SUPPORT
6415 M:      Benoît Cousson <bcousson@baylibre.com>
6416 M:      Tony Lindgren <tony@atomide.com>
6417 L:      linux-omap@vger.kernel.org
6418 L:      devicetree@vger.kernel.org
6419 S:      Maintained
6420 F:      arch/arm/boot/dts/*omap*
6421 F:      arch/arm/boot/dts/*am3*
6422
6423 OMAP CLOCK FRAMEWORK SUPPORT
6424 M:      Paul Walmsley <paul@pwsan.com>
6425 L:      linux-omap@vger.kernel.org
6426 S:      Maintained
6427 F:      arch/arm/*omap*/*clock*
6428
6429 OMAP POWER MANAGEMENT SUPPORT
6430 M:      Kevin Hilman <khilman@deeprootsystems.com>
6431 L:      linux-omap@vger.kernel.org
6432 S:      Maintained
6433 F:      arch/arm/*omap*/*pm*
6434 F:      drivers/cpufreq/omap-cpufreq.c
6435
6436 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6437 M:      Rajendra Nayak <rnayak@ti.com>
6438 M:      Paul Walmsley <paul@pwsan.com>
6439 L:      linux-omap@vger.kernel.org
6440 S:      Maintained
6441 F:      arch/arm/mach-omap2/prm*
6442
6443 OMAP AUDIO SUPPORT
6444 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6445 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6446 L:      alsa-devel@alsa-project.org (subscribers-only)
6447 L:      linux-omap@vger.kernel.org
6448 S:      Maintained
6449 F:      sound/soc/omap/
6450
6451 OMAP FRAMEBUFFER SUPPORT
6452 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6453 L:      linux-fbdev@vger.kernel.org
6454 L:      linux-omap@vger.kernel.org
6455 S:      Maintained
6456 F:      drivers/video/omap/
6457
6458 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6459 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6460 L:      linux-omap@vger.kernel.org
6461 L:      linux-fbdev@vger.kernel.org
6462 S:      Maintained
6463 F:      drivers/video/omap2/
6464 F:      Documentation/arm/OMAP/DSS
6465
6466 OMAP HARDWARE SPINLOCK SUPPORT
6467 M:      Ohad Ben-Cohen <ohad@wizery.com>
6468 L:      linux-omap@vger.kernel.org
6469 S:      Maintained
6470 F:      drivers/hwspinlock/omap_hwspinlock.c
6471 F:      arch/arm/mach-omap2/hwspinlock.c
6472
6473 OMAP MMC SUPPORT
6474 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6475 L:      linux-omap@vger.kernel.org
6476 S:      Maintained
6477 F:      drivers/mmc/host/omap.c
6478
6479 OMAP HS MMC SUPPORT
6480 M:      Balaji T K <balajitk@ti.com>
6481 L:      linux-mmc@vger.kernel.org
6482 L:      linux-omap@vger.kernel.org
6483 S:      Maintained
6484 F:      drivers/mmc/host/omap_hsmmc.c
6485
6486 OMAP RANDOM NUMBER GENERATOR SUPPORT
6487 M:      Deepak Saxena <dsaxena@plexity.net>
6488 S:      Maintained
6489 F:      drivers/char/hw_random/omap-rng.c
6490
6491 OMAP HWMOD SUPPORT
6492 M:      Benoît Cousson <bcousson@baylibre.com>
6493 M:      Paul Walmsley <paul@pwsan.com>
6494 L:      linux-omap@vger.kernel.org
6495 S:      Maintained
6496 F:      arch/arm/mach-omap2/omap_hwmod.*
6497
6498 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6499 M:      Benoît Cousson <bcousson@baylibre.com>
6500 L:      linux-omap@vger.kernel.org
6501 S:      Maintained
6502 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6503
6504 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6505 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6506 L:      linux-media@vger.kernel.org
6507 S:      Maintained
6508 F:      drivers/media/platform/omap3isp/
6509 F:      drivers/staging/media/omap4iss/
6510
6511 OMAP USB SUPPORT
6512 M:      Felipe Balbi <balbi@ti.com>
6513 L:      linux-usb@vger.kernel.org
6514 L:      linux-omap@vger.kernel.org
6515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6516 S:      Maintained
6517 F:      drivers/usb/*/*omap*
6518 F:      arch/arm/*omap*/usb*
6519
6520 OMAP GPIO DRIVER
6521 M:      Javier Martinez Canillas <javier@dowhile0.org>
6522 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
6523 M:      Kevin Hilman <khilman@deeprootsystems.com>
6524 L:      linux-omap@vger.kernel.org
6525 S:      Maintained
6526 F:      drivers/gpio/gpio-omap.c
6527
6528 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6529 M:      Mark Jackson <mpfj@newflow.co.uk>
6530 L:      linux-omap@vger.kernel.org
6531 S:      Maintained
6532 F:      arch/arm/boot/dts/am335x-nano.dts
6533
6534 OMFS FILESYSTEM
6535 M:      Bob Copeland <me@bobcopeland.com>
6536 L:      linux-karma-devel@lists.sourceforge.net
6537 S:      Maintained
6538 F:      Documentation/filesystems/omfs.txt
6539 F:      fs/omfs/
6540
6541 OMNIKEY CARDMAN 4000 DRIVER
6542 M:      Harald Welte <laforge@gnumonks.org>
6543 S:      Maintained
6544 F:      drivers/char/pcmcia/cm4000_cs.c
6545 F:      include/linux/cm4000_cs.h
6546 F:      include/uapi/linux/cm4000_cs.h
6547
6548 OMNIKEY CARDMAN 4040 DRIVER
6549 M:      Harald Welte <laforge@gnumonks.org>
6550 S:      Maintained
6551 F:      drivers/char/pcmcia/cm4040_cs.*
6552
6553 OMNIVISION OV7670 SENSOR DRIVER
6554 M:      Jonathan Corbet <corbet@lwn.net>
6555 L:      linux-media@vger.kernel.org
6556 T:      git git://linuxtv.org/media_tree.git
6557 S:      Maintained
6558 F:      drivers/media/i2c/ov7670.c
6559
6560 ONENAND FLASH DRIVER
6561 M:      Kyungmin Park <kyungmin.park@samsung.com>
6562 L:      linux-mtd@lists.infradead.org
6563 S:      Maintained
6564 F:      drivers/mtd/onenand/
6565 F:      include/linux/mtd/onenand*.h
6566
6567 ONSTREAM SCSI TAPE DRIVER
6568 M:      Willem Riede <osst@riede.org>
6569 L:      osst-users@lists.sourceforge.net
6570 L:      linux-scsi@vger.kernel.org
6571 S:      Maintained
6572 F:      Documentation/scsi/osst.txt
6573 F:      drivers/scsi/osst.*
6574 F:      drivers/scsi/osst_*.h
6575 F:      drivers/scsi/st.h
6576
6577 OPENCORES I2C BUS DRIVER
6578 M:      Peter Korsgaard <jacmet@sunsite.dk>
6579 L:      linux-i2c@vger.kernel.org
6580 S:      Maintained
6581 F:      Documentation/i2c/busses/i2c-ocores
6582 F:      drivers/i2c/busses/i2c-ocores.c
6583
6584 OPEN FIRMWARE AND FLATTENED DEVICE TREE
6585 M:      Grant Likely <grant.likely@linaro.org>
6586 M:      Rob Herring <robh+dt@kernel.org>
6587 L:      devicetree@vger.kernel.org
6588 W:      http://fdt.secretlab.ca
6589 T:      git git://git.secretlab.ca/git/linux-2.6.git
6590 S:      Maintained
6591 F:      drivers/of/
6592 F:      include/linux/of*.h
6593 F:      scripts/dtc/
6594 K:      of_get_property
6595 K:      of_match_table
6596
6597 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
6598 M:      Rob Herring <robh+dt@kernel.org>
6599 M:      Pawel Moll <pawel.moll@arm.com>
6600 M:      Mark Rutland <mark.rutland@arm.com>
6601 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
6602 M:      Kumar Gala <galak@codeaurora.org>
6603 L:      devicetree@vger.kernel.org
6604 S:      Maintained
6605 F:      Documentation/devicetree/
6606 F:      arch/*/boot/dts/
6607 F:      include/dt-bindings/
6608
6609 OPENRISC ARCHITECTURE
6610 M:      Jonas Bonn <jonas@southpole.se>
6611 W:      http://openrisc.net
6612 L:      linux@lists.openrisc.net (moderated for non-subscribers)
6613 S:      Maintained
6614 T:      git git://openrisc.net/~jonas/linux
6615 F:      arch/openrisc/
6616
6617 OPENVSWITCH
6618 M:      Pravin Shelar <pshelar@nicira.com>
6619 L:      dev@openvswitch.org
6620 W:      http://openvswitch.org
6621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
6622 S:      Maintained
6623 F:      net/openvswitch/
6624
6625 OPL4 DRIVER
6626 M:      Clemens Ladisch <clemens@ladisch.de>
6627 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6628 T:      git git://git.alsa-project.org/alsa-kernel.git
6629 S:      Maintained
6630 F:      sound/drivers/opl4/
6631
6632 OPROFILE
6633 M:      Robert Richter <rric@kernel.org>
6634 L:      oprofile-list@lists.sf.net
6635 S:      Maintained
6636 F:      arch/*/include/asm/oprofile*.h
6637 F:      arch/*/oprofile/
6638 F:      drivers/oprofile/
6639 F:      include/linux/oprofile.h
6640
6641 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
6642 M:      Mark Fasheh <mfasheh@suse.com>
6643 M:      Joel Becker <jlbec@evilplan.org>
6644 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
6645 W:      http://oss.oracle.com/projects/ocfs2/
6646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
6647 S:      Supported
6648 F:      Documentation/filesystems/ocfs2.txt
6649 F:      Documentation/filesystems/dlmfs.txt
6650 F:      fs/ocfs2/
6651
6652 ORINOCO DRIVER
6653 L:      linux-wireless@vger.kernel.org
6654 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
6655 W:      http://www.nongnu.org/orinoco/
6656 S:      Orphan
6657 F:      drivers/net/wireless/orinoco/
6658
6659 OSD LIBRARY and FILESYSTEM
6660 M:      Boaz Harrosh <bharrosh@panasas.com>
6661 M:      Benny Halevy <bhalevy@primarydata.com>
6662 L:      osd-dev@open-osd.org
6663 W:      http://open-osd.org
6664 T:      git git://git.open-osd.org/open-osd.git
6665 S:      Maintained
6666 F:      drivers/scsi/osd/
6667 F:      include/scsi/osd_*
6668 F:      fs/exofs/
6669
6670 P54 WIRELESS DRIVER
6671 M:      Christian Lamparter <chunkeey@googlemail.com>
6672 L:      linux-wireless@vger.kernel.org
6673 W:      http://wireless.kernel.org/en/users/Drivers/p54
6674 S:      Maintained
6675 F:      drivers/net/wireless/p54/
6676
6677 PA SEMI ETHERNET DRIVER
6678 M:      Olof Johansson <olof@lixom.net>
6679 L:      netdev@vger.kernel.org
6680 S:      Maintained
6681 F:      drivers/net/ethernet/pasemi/*
6682
6683 PA SEMI SMBUS DRIVER
6684 M:      Olof Johansson <olof@lixom.net>
6685 L:      linux-i2c@vger.kernel.org
6686 S:      Maintained
6687 F:      drivers/i2c/busses/i2c-pasemi.c
6688
6689 PADATA PARALLEL EXECUTION MECHANISM
6690 M:      Steffen Klassert <steffen.klassert@secunet.com>
6691 L:      linux-crypto@vger.kernel.org
6692 S:      Maintained
6693 F:      kernel/padata.c
6694 F:      include/linux/padata.h
6695 F:      Documentation/padata.txt
6696
6697 PANASONIC LAPTOP ACPI EXTRAS DRIVER
6698 M:      Harald Welte <laforge@gnumonks.org>
6699 L:      platform-driver-x86@vger.kernel.org
6700 S:      Maintained
6701 F:      drivers/platform/x86/panasonic-laptop.c
6702
6703 PANASONIC MN10300/AM33/AM34 PORT
6704 M:      David Howells <dhowells@redhat.com>
6705 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
6706 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
6707 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
6708 S:      Maintained
6709 F:      Documentation/mn10300/
6710 F:      arch/mn10300/
6711
6712 PARALLEL PORT SUPPORT
6713 L:      linux-parport@lists.infradead.org (subscribers-only)
6714 S:      Orphan
6715 F:      drivers/parport/
6716 F:      include/linux/parport*.h
6717 F:      drivers/char/ppdev.c
6718 F:      include/uapi/linux/ppdev.h
6719
6720 PARAVIRT_OPS INTERFACE
6721 M:      Jeremy Fitzhardinge <jeremy@goop.org>
6722 M:      Chris Wright <chrisw@sous-sol.org>
6723 M:      Alok Kataria <akataria@vmware.com>
6724 M:      Rusty Russell <rusty@rustcorp.com.au>
6725 L:      virtualization@lists.linux-foundation.org
6726 S:      Supported
6727 F:      Documentation/ia64/paravirt_ops.txt
6728 F:      arch/*/kernel/paravirt*
6729 F:      arch/*/include/asm/paravirt.h
6730
6731 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
6732 M:      Tim Waugh <tim@cyberelk.net>
6733 L:      linux-parport@lists.infradead.org (subscribers-only)
6734 W:      http://www.torque.net/linux-pp.html
6735 S:      Maintained
6736 F:      Documentation/blockdev/paride.txt
6737 F:      drivers/block/paride/
6738
6739 PARISC ARCHITECTURE
6740 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
6741 M:      Helge Deller <deller@gmx.de>
6742 L:      linux-parisc@vger.kernel.org
6743 W:      http://www.parisc-linux.org/
6744 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
6745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
6746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
6747 S:      Maintained
6748 F:      arch/parisc/
6749 F:      Documentation/parisc/
6750 F:      drivers/parisc/
6751 F:      drivers/char/agp/parisc-agp.c
6752 F:      drivers/input/serio/gscps2.c
6753 F:      drivers/parport/parport_gsc.*
6754 F:      drivers/tty/serial/8250/8250_gsc.c
6755 F:      drivers/video/sti*
6756 F:      drivers/video/console/sti*
6757 F:      drivers/video/logo/logo_parisc*
6758
6759 PC87360 HARDWARE MONITORING DRIVER
6760 M:      Jim Cromie <jim.cromie@gmail.com>
6761 L:      lm-sensors@lm-sensors.org
6762 S:      Maintained
6763 F:      Documentation/hwmon/pc87360
6764 F:      drivers/hwmon/pc87360.c
6765
6766 PC8736x GPIO DRIVER
6767 M:      Jim Cromie <jim.cromie@gmail.com>
6768 S:      Maintained
6769 F:      drivers/char/pc8736x_gpio.c
6770
6771 PC87427 HARDWARE MONITORING DRIVER
6772 M:      Jean Delvare <jdelvare@suse.de>
6773 L:      lm-sensors@lm-sensors.org
6774 S:      Maintained
6775 F:      Documentation/hwmon/pc87427
6776 F:      drivers/hwmon/pc87427.c
6777
6778 PCA9532 LED DRIVER
6779 M:      Riku Voipio <riku.voipio@iki.fi>
6780 S:      Maintained
6781 F:      drivers/leds/leds-pca9532.c
6782 F:      include/linux/leds-pca9532.h
6783
6784 PCA9541 I2C BUS MASTER SELECTOR DRIVER
6785 M:      Guenter Roeck <linux@roeck-us.net>
6786 L:      linux-i2c@vger.kernel.org
6787 S:      Maintained
6788 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
6789
6790 PCDP - PRIMARY CONSOLE AND DEBUG PORT
6791 M:      Khalid Aziz <khalid@gonehiking.org>
6792 S:      Maintained
6793 F:      drivers/firmware/pcdp.*
6794
6795 PCI ERROR RECOVERY
6796 M:      Linas Vepstas <linasvepstas@gmail.com>
6797 L:      linux-pci@vger.kernel.org
6798 S:      Supported
6799 F:      Documentation/PCI/pci-error-recovery.txt
6800
6801 PCI SUBSYSTEM
6802 M:      Bjorn Helgaas <bhelgaas@google.com>
6803 L:      linux-pci@vger.kernel.org
6804 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
6805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
6806 S:      Supported
6807 F:      Documentation/PCI/
6808 F:      drivers/pci/
6809 F:      include/linux/pci*
6810 F:      arch/x86/pci/
6811 F:      arch/x86/kernel/quirks.c
6812
6813 PCI DRIVER FOR IMX6
6814 M:      Richard Zhu <r65037@freescale.com>
6815 M:      Shawn Guo <shawn.guo@freescale.com>
6816 L:      linux-pci@vger.kernel.org
6817 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6818 S:      Maintained
6819 F:      drivers/pci/host/*imx6*
6820
6821 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
6822 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6823 M:      Jason Cooper <jason@lakedaemon.net>
6824 L:      linux-pci@vger.kernel.org
6825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6826 S:      Maintained
6827 F:      drivers/pci/host/*mvebu*
6828
6829 PCI DRIVER FOR NVIDIA TEGRA
6830 M:      Thierry Reding <thierry.reding@gmail.com>
6831 L:      linux-tegra@vger.kernel.org
6832 L:      linux-pci@vger.kernel.org
6833 S:      Supported
6834 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
6835 F:      drivers/pci/host/pci-tegra.c
6836
6837 PCI DRIVER FOR RENESAS R-CAR
6838 M:      Simon Horman <horms@verge.net.au>
6839 L:      linux-pci@vger.kernel.org
6840 L:      linux-sh@vger.kernel.org
6841 S:      Maintained
6842 F:      drivers/pci/host/*rcar*
6843
6844 PCI DRIVER FOR SAMSUNG EXYNOS
6845 M:      Jingoo Han <jg1.han@samsung.com>
6846 L:      linux-pci@vger.kernel.org
6847 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6848 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6849 S:      Maintained
6850 F:      drivers/pci/host/pci-exynos.c
6851
6852 PCI DRIVER FOR SYNOPSIS DESIGNWARE
6853 M:      Mohit Kumar <mohit.kumar@st.com>
6854 M:      Jingoo Han <jg1.han@samsung.com>
6855 L:      linux-pci@vger.kernel.org
6856 S:      Maintained
6857 F:      drivers/pci/host/*designware*
6858
6859 PCI DRIVER FOR GENERIC OF HOSTS
6860 M:      Will Deacon <will.deacon@arm.com>
6861 L:      linux-pci@vger.kernel.org
6862 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6863 S:      Maintained
6864 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
6865 F:      drivers/pci/host/pci-host-generic.c
6866
6867 PCMCIA SUBSYSTEM
6868 P:      Linux PCMCIA Team
6869 L:      linux-pcmcia@lists.infradead.org
6870 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
6872 S:      Maintained
6873 F:      Documentation/pcmcia/
6874 F:      drivers/pcmcia/
6875 F:      include/pcmcia/
6876
6877 PCNET32 NETWORK DRIVER
6878 M:      Don Fry <pcnet32@frontier.com>
6879 L:      netdev@vger.kernel.org
6880 S:      Maintained
6881 F:      drivers/net/ethernet/amd/pcnet32.c
6882
6883 PCRYPT PARALLEL CRYPTO ENGINE
6884 M:      Steffen Klassert <steffen.klassert@secunet.com>
6885 L:      linux-crypto@vger.kernel.org
6886 S:      Maintained
6887 F:      crypto/pcrypt.c
6888 F:      include/crypto/pcrypt.h
6889
6890 PER-CPU MEMORY ALLOCATOR
6891 M:      Tejun Heo <tj@kernel.org>
6892 M:      Christoph Lameter <cl@linux-foundation.org>
6893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6894 S:      Maintained
6895 F:      include/linux/percpu*.h
6896 F:      mm/percpu*.c
6897 F:      arch/*/include/asm/percpu.h
6898
6899 PER-TASK DELAY ACCOUNTING
6900 M:      Balbir Singh <bsingharora@gmail.com>
6901 S:      Maintained
6902 F:      include/linux/delayacct.h
6903 F:      kernel/delayacct.c
6904
6905 PERFORMANCE EVENTS SUBSYSTEM
6906 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
6907 M:      Paul Mackerras <paulus@samba.org>
6908 M:      Ingo Molnar <mingo@redhat.com>
6909 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
6910 L:      linux-kernel@vger.kernel.org
6911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6912 S:      Supported
6913 F:      kernel/events/*
6914 F:      include/linux/perf_event.h
6915 F:      include/uapi/linux/perf_event.h
6916 F:      arch/*/kernel/perf_event*.c
6917 F:      arch/*/kernel/*/perf_event*.c
6918 F:      arch/*/kernel/*/*/perf_event*.c
6919 F:      arch/*/include/asm/perf_event.h
6920 F:      arch/*/kernel/perf_callchain.c
6921 F:      tools/perf/
6922
6923 PERSONALITY HANDLING
6924 M:      Christoph Hellwig <hch@infradead.org>
6925 L:      linux-abi-devel@lists.sourceforge.net
6926 S:      Maintained
6927 F:      include/linux/personality.h
6928 F:      include/uapi/linux/personality.h
6929
6930 PHONET PROTOCOL
6931 M:      Remi Denis-Courmont <courmisch@gmail.com>
6932 S:      Supported
6933 F:      Documentation/networking/phonet.txt
6934 F:      include/linux/phonet.h
6935 F:      include/net/phonet/
6936 F:      include/uapi/linux/phonet.h
6937 F:      net/phonet/
6938
6939 PHRAM MTD DRIVER
6940 M:      Joern Engel <joern@lazybastard.org>
6941 L:      linux-mtd@lists.infradead.org
6942 S:      Maintained
6943 F:      drivers/mtd/devices/phram.c
6944
6945 PICOLCD HID DRIVER
6946 M:      Bruno Prémont <bonbons@linux-vserver.org>
6947 L:      linux-input@vger.kernel.org
6948 S:      Maintained
6949 F:      drivers/hid/hid-picolcd*
6950
6951 PICOXCELL SUPPORT
6952 M:      Jamie Iles <jamie@jamieiles.com>
6953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6954 T:      git git://github.com/jamieiles/linux-2.6-ji.git
6955 S:      Supported
6956 F:      arch/arm/mach-picoxcell/
6957 F:      drivers/*/picoxcell*
6958 F:      drivers/*/*/picoxcell*
6959
6960 PIN CONTROL SUBSYSTEM
6961 M:      Linus Walleij <linus.walleij@linaro.org>
6962 S:      Maintained
6963 F:      drivers/pinctrl/
6964 F:      include/linux/pinctrl/
6965
6966 PIN CONTROLLER - ATMEL AT91
6967 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
6968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6969 S:      Maintained
6970 F:      drivers/pinctrl/pinctrl-at91.c
6971
6972 PIN CONTROLLER - SAMSUNG
6973 M:      Tomasz Figa <t.figa@samsung.com>
6974 M:      Thomas Abraham <thomas.abraham@linaro.org>
6975 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6976 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6977 S:      Maintained
6978 F:      drivers/pinctrl/pinctrl-exynos.*
6979 F:      drivers/pinctrl/pinctrl-s3c*
6980 F:      drivers/pinctrl/pinctrl-samsung.*
6981
6982 PIN CONTROLLER - ST SPEAR
6983 M:      Viresh Kumar <viresh.linux@gmail.com>
6984 L:      spear-devel@list.st.com
6985 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6986 W:      http://www.st.com/spear
6987 S:      Maintained
6988 F:      drivers/pinctrl/spear/
6989
6990 PKTCDVD DRIVER
6991 M:      Jiri Kosina <jkosina@suse.cz>
6992 S:      Maintained
6993 F:      drivers/block/pktcdvd.c
6994 F:      include/linux/pktcdvd.h
6995 F:      include/uapi/linux/pktcdvd.h
6996
6997 PKUNITY SOC DRIVERS
6998 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6999 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7000 S:      Maintained
7001 T:      git git://github.com/gxt/linux.git
7002 F:      drivers/input/serio/i8042-unicore32io.h
7003 F:      drivers/i2c/busses/i2c-puv3.c
7004 F:      drivers/video/fb-puv3.c
7005 F:      drivers/rtc/rtc-puv3.c
7006
7007 PMBUS HARDWARE MONITORING DRIVERS
7008 M:      Guenter Roeck <linux@roeck-us.net>
7009 L:      lm-sensors@lm-sensors.org
7010 W:      http://www.lm-sensors.org/
7011 W:      http://www.roeck-us.net/linux/drivers/
7012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7013 S:      Maintained
7014 F:      Documentation/hwmon/pmbus
7015 F:      drivers/hwmon/pmbus/
7016 F:      include/linux/i2c/pmbus.h
7017
7018 PMC SIERRA MaxRAID DRIVER
7019 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7020 L:      linux-scsi@vger.kernel.org
7021 W:      http://www.pmc-sierra.com/
7022 S:      Supported
7023 F:      drivers/scsi/pmcraid.*
7024
7025 PMC SIERRA PM8001 DRIVER
7026 M:      xjtuwjp@gmail.com
7027 M:      lindar_liu@usish.com
7028 L:      linux-scsi@vger.kernel.org
7029 S:      Supported
7030 F:      drivers/scsi/pm8001/
7031
7032 POSIX CLOCKS and TIMERS
7033 M:      Thomas Gleixner <tglx@linutronix.de>
7034 L:      linux-kernel@vger.kernel.org
7035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7036 S:      Supported
7037 F:      fs/timerfd.c
7038 F:      include/linux/timer*
7039 F:      kernel/*timer*
7040
7041 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7042 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7043 M:      David Woodhouse <dwmw2@infradead.org>
7044 T:      git git://git.infradead.org/battery-2.6.git
7045 S:      Maintained
7046 F:      include/linux/power_supply.h
7047 F:      drivers/power/
7048
7049 PNP SUPPORT
7050 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7051 S:      Maintained
7052 F:      drivers/pnp/
7053
7054 PNXxxxx I2C DRIVER
7055 M:      Vitaly Wool <vitalywool@gmail.com>
7056 L:      linux-i2c@vger.kernel.org
7057 S:      Maintained
7058 F:      drivers/i2c/busses/i2c-pnx.c
7059
7060 PPP PROTOCOL DRIVERS AND COMPRESSORS
7061 M:      Paul Mackerras <paulus@samba.org>
7062 L:      linux-ppp@vger.kernel.org
7063 S:      Maintained
7064 F:      drivers/net/ppp/ppp_*
7065
7066 PPP OVER ATM (RFC 2364)
7067 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7068 S:      Maintained
7069 F:      net/atm/pppoatm.c
7070 F:      include/uapi/linux/atmppp.h
7071
7072 PPP OVER ETHERNET
7073 M:      Michal Ostrowski <mostrows@earthlink.net>
7074 S:      Maintained
7075 F:      drivers/net/ppp/pppoe.c
7076 F:      drivers/net/ppp/pppox.c
7077
7078 PPP OVER L2TP
7079 M:      James Chapman <jchapman@katalix.com>
7080 S:      Maintained
7081 F:      net/l2tp/l2tp_ppp.c
7082 F:      include/linux/if_pppol2tp.h
7083 F:      include/uapi/linux/if_pppol2tp.h
7084
7085 PPS SUPPORT
7086 M:      Rodolfo Giometti <giometti@enneenne.com>
7087 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7088 L:      linuxpps@ml.enneenne.com (subscribers-only)
7089 S:      Maintained
7090 F:      Documentation/pps/
7091 F:      drivers/pps/
7092 F:      include/linux/pps*.h
7093
7094 PPTP DRIVER
7095 M:      Dmitry Kozlov <xeb@mail.ru>
7096 L:      netdev@vger.kernel.org
7097 S:      Maintained
7098 F:      drivers/net/ppp/pptp.c
7099 W:      http://sourceforge.net/projects/accel-pptp
7100
7101 PREEMPTIBLE KERNEL
7102 M:      Robert Love <rml@tech9.net>
7103 L:      kpreempt-tech@lists.sourceforge.net
7104 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7105 S:      Supported
7106 F:      Documentation/preempt-locking.txt
7107 F:      include/linux/preempt.h
7108
7109 PRISM54 WIRELESS DRIVER
7110 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7111 L:      linux-wireless@vger.kernel.org
7112 W:      http://wireless.kernel.org/en/users/Drivers/p54
7113 S:      Obsolete
7114 F:      drivers/net/wireless/prism54/
7115
7116 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
7117 M:      Mikael Pettersson <mikpelinux@gmail.com>
7118 L:      linux-ide@vger.kernel.org
7119 S:      Maintained
7120 F:      drivers/ata/sata_promise.*
7121
7122 PS3 NETWORK SUPPORT
7123 M:      Geoff Levand <geoff@infradead.org>
7124 L:      netdev@vger.kernel.org
7125 L:      cbe-oss-dev@lists.ozlabs.org
7126 S:      Maintained
7127 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7128
7129 PS3 PLATFORM SUPPORT
7130 M:      Geoff Levand <geoff@infradead.org>
7131 L:      linuxppc-dev@lists.ozlabs.org
7132 L:      cbe-oss-dev@lists.ozlabs.org
7133 S:      Maintained
7134 F:      arch/powerpc/boot/ps3*
7135 F:      arch/powerpc/include/asm/lv1call.h
7136 F:      arch/powerpc/include/asm/ps3*.h
7137 F:      arch/powerpc/platforms/ps3/
7138 F:      drivers/*/ps3*
7139 F:      drivers/ps3/
7140 F:      drivers/rtc/rtc-ps3.c
7141 F:      drivers/usb/host/*ps3.c
7142 F:      sound/ppc/snd_ps3*
7143
7144 PS3VRAM DRIVER
7145 M:      Jim Paris <jim@jtan.com>
7146 L:      cbe-oss-dev@lists.ozlabs.org
7147 S:      Maintained
7148 F:      drivers/block/ps3vram.c
7149
7150 PSTORE FILESYSTEM
7151 M:      Anton Vorontsov <anton@enomsg.org>
7152 M:      Colin Cross <ccross@android.com>
7153 M:      Kees Cook <keescook@chromium.org>
7154 M:      Tony Luck <tony.luck@intel.com>
7155 S:      Maintained
7156 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7157 F:      fs/pstore/
7158 F:      include/linux/pstore*
7159 F:      drivers/firmware/efi/efi-pstore.c
7160 F:      drivers/acpi/apei/erst.c
7161
7162 PTP HARDWARE CLOCK SUPPORT
7163 M:      Richard Cochran <richardcochran@gmail.com>
7164 L:      netdev@vger.kernel.org
7165 S:      Maintained
7166 W:      http://linuxptp.sourceforge.net/
7167 F:      Documentation/ABI/testing/sysfs-ptp
7168 F:      Documentation/ptp/*
7169 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7170 F:      drivers/net/phy/dp83640*
7171 F:      drivers/ptp/*
7172 F:      include/linux/ptp_cl*
7173
7174 PTRACE SUPPORT
7175 M:      Roland McGrath <roland@redhat.com>
7176 M:      Oleg Nesterov <oleg@redhat.com>
7177 S:      Maintained
7178 F:      include/asm-generic/syscall.h
7179 F:      include/linux/ptrace.h
7180 F:      include/linux/regset.h
7181 F:      include/linux/tracehook.h
7182 F:      include/uapi/linux/ptrace.h
7183 F:      kernel/ptrace.c
7184
7185 PVRUSB2 VIDEO4LINUX DRIVER
7186 M:      Mike Isely <isely@pobox.com>
7187 L:      pvrusb2@isely.net       (subscribers-only)
7188 L:      linux-media@vger.kernel.org
7189 W:      http://www.isely.net/pvrusb2/
7190 T:      git git://linuxtv.org/media_tree.git
7191 S:      Maintained
7192 F:      Documentation/video4linux/README.pvrusb2
7193 F:      drivers/media/usb/pvrusb2/
7194
7195 PWC WEBCAM DRIVER
7196 M:      Hans de Goede <hdegoede@redhat.com>
7197 L:      linux-media@vger.kernel.org
7198 T:      git git://linuxtv.org/media_tree.git
7199 S:      Maintained
7200 F:      drivers/media/usb/pwc/*
7201
7202 PWM SUBSYSTEM
7203 M:      Thierry Reding <thierry.reding@gmail.com>
7204 L:      linux-pwm@vger.kernel.org
7205 S:      Maintained
7206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7207 F:      Documentation/pwm.txt
7208 F:      Documentation/devicetree/bindings/pwm/
7209 F:      include/linux/pwm.h
7210 F:      drivers/pwm/
7211 F:      drivers/video/backlight/pwm_bl.c
7212 F:      include/linux/pwm_backlight.h
7213
7214 PXA2xx/PXA3xx SUPPORT
7215 M:      Eric Miao <eric.y.miao@gmail.com>
7216 M:      Russell King <linux@arm.linux.org.uk>
7217 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7218 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7219 T:      git git://github.com/hzhuang1/linux.git
7220 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7221 S:      Maintained
7222 F:      arch/arm/mach-pxa/
7223 F:      drivers/pcmcia/pxa2xx*
7224 F:      drivers/spi/spi-pxa2xx*
7225 F:      drivers/usb/gadget/pxa2*
7226 F:      include/sound/pxa2xx-lib.h
7227 F:      sound/arm/pxa*
7228 F:      sound/soc/pxa/
7229
7230 PXA3xx NAND FLASH DRIVER
7231 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7232 L:      linux-mtd@lists.infradead.org
7233 S:      Maintained
7234 F:      drivers/mtd/nand/pxa3xx-nand.c
7235
7236 MMP SUPPORT
7237 M:      Eric Miao <eric.y.miao@gmail.com>
7238 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7239 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7240 T:      git git://github.com/hzhuang1/linux.git
7241 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7242 S:      Maintained
7243 F:      arch/arm/mach-mmp/
7244
7245 PXA MMCI DRIVER
7246 S:      Orphan
7247
7248 PXA RTC DRIVER
7249 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7250 L:      rtc-linux@googlegroups.com
7251 S:      Maintained
7252
7253 QIB DRIVER
7254 M:      Mike Marciniszyn <infinipath@intel.com>
7255 L:      linux-rdma@vger.kernel.org
7256 S:      Supported
7257 F:      drivers/infiniband/hw/qib/
7258
7259 QLOGIC QLA1280 SCSI DRIVER
7260 M:      Michael Reed <mdr@sgi.com>
7261 L:      linux-scsi@vger.kernel.org
7262 S:      Maintained
7263 F:      drivers/scsi/qla1280.[ch]
7264
7265 QLOGIC QLA2XXX FC-SCSI DRIVER
7266 M:      qla2xxx-upstream@qlogic.com
7267 L:      linux-scsi@vger.kernel.org
7268 S:      Supported
7269 F:      Documentation/scsi/LICENSE.qla2xxx
7270 F:      drivers/scsi/qla2xxx/
7271
7272 QLOGIC QLA4XXX iSCSI DRIVER
7273 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
7274 M:      iscsi-driver@qlogic.com
7275 L:      linux-scsi@vger.kernel.org
7276 S:      Supported
7277 F:      Documentation/scsi/LICENSE.qla4xxx
7278 F:      drivers/scsi/qla4xxx/
7279
7280 QLOGIC QLA3XXX NETWORK DRIVER
7281 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7282 M:      Ron Mercer <ron.mercer@qlogic.com>
7283 M:      linux-driver@qlogic.com
7284 L:      netdev@vger.kernel.org
7285 S:      Supported
7286 F:      Documentation/networking/LICENSE.qla3xxx
7287 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7288
7289 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7290 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7291 M:      Dept-HSGLinuxNICDev@qlogic.com
7292 L:      netdev@vger.kernel.org
7293 S:      Supported
7294 F:      drivers/net/ethernet/qlogic/qlcnic/
7295
7296 QLOGIC QLGE 10Gb ETHERNET DRIVER
7297 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7298 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7299 M:      Ron Mercer <ron.mercer@qlogic.com>
7300 M:      linux-driver@qlogic.com
7301 L:      netdev@vger.kernel.org
7302 S:      Supported
7303 F:      drivers/net/ethernet/qlogic/qlge/
7304
7305 QNX4 FILESYSTEM
7306 M:      Anders Larsen <al@alarsen.net>
7307 W:      http://www.alarsen.net/linux/qnx4fs/
7308 S:      Maintained
7309 F:      fs/qnx4/
7310 F:      include/uapi/linux/qnx4_fs.h
7311 F:      include/uapi/linux/qnxtypes.h
7312
7313 QT1010 MEDIA DRIVER
7314 M:      Antti Palosaari <crope@iki.fi>
7315 L:      linux-media@vger.kernel.org
7316 W:      http://linuxtv.org/
7317 W:      http://palosaari.fi/linux/
7318 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7319 T:      git git://linuxtv.org/anttip/media_tree.git
7320 S:      Maintained
7321 F:      drivers/media/tuners/qt1010*
7322
7323 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7324 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7325 L:      linux-wireless@vger.kernel.org
7326 L:      ath9k-devel@lists.ath9k.org
7327 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7328 S:      Supported
7329 F:      drivers/net/wireless/ath/ath9k/
7330
7331 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7332 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7333 L:      ath10k@lists.infradead.org
7334 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7335 T:      git git://github.com/kvalo/ath.git
7336 S:      Supported
7337 F:      drivers/net/wireless/ath/ath10k/
7338
7339 QUALCOMM HEXAGON ARCHITECTURE
7340 M:      Richard Kuo <rkuo@codeaurora.org>
7341 L:      linux-hexagon@vger.kernel.org
7342 S:      Supported
7343 F:      arch/hexagon/
7344
7345 QUALCOMM WCN36XX WIRELESS DRIVER
7346 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7347 L:      wcn36xx@lists.infradead.org
7348 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7349 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7350 S:      Supported
7351 F:      drivers/net/wireless/ath/wcn36xx/
7352
7353 QUICKCAM PARALLEL PORT WEBCAMS
7354 M:      Hans Verkuil <hverkuil@xs4all.nl>
7355 L:      linux-media@vger.kernel.org
7356 T:      git git://linuxtv.org/media_tree.git
7357 W:      http://linuxtv.org
7358 S:      Odd Fixes
7359 F:      drivers/media/parport/*-qcam*
7360
7361 RADOS BLOCK DEVICE (RBD)
7362 M:      Yehuda Sadeh <yehuda@inktank.com>
7363 M:      Sage Weil <sage@inktank.com>
7364 M:      Alex Elder <elder@kernel.org>
7365 M:      ceph-devel@vger.kernel.org
7366 W:      http://ceph.com/
7367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7368 S:      Supported
7369 F:      drivers/block/rbd.c
7370 F:      drivers/block/rbd_types.h
7371
7372 RADEON FRAMEBUFFER DISPLAY DRIVER
7373 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7374 L:      linux-fbdev@vger.kernel.org
7375 S:      Maintained
7376 F:      drivers/video/aty/radeon*
7377 F:      include/uapi/linux/radeonfb.h
7378
7379 RADIOSHARK RADIO DRIVER
7380 M:      Hans de Goede <hdegoede@redhat.com>
7381 L:      linux-media@vger.kernel.org
7382 T:      git git://linuxtv.org/media_tree.git
7383 S:      Maintained
7384 F:      drivers/media/radio/radio-shark.c
7385
7386 RADIOSHARK2 RADIO DRIVER
7387 M:      Hans de Goede <hdegoede@redhat.com>
7388 L:      linux-media@vger.kernel.org
7389 T:      git git://linuxtv.org/media_tree.git
7390 S:      Maintained
7391 F:      drivers/media/radio/radio-shark2.c
7392 F:      drivers/media/radio/radio-tea5777.c
7393
7394 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7395 M:      Paul Mackerras <paulus@samba.org>
7396 L:      linux-fbdev@vger.kernel.org
7397 S:      Maintained
7398 F:      drivers/video/aty/aty128fb.c
7399
7400 RALINK RT2X00 WIRELESS LAN DRIVER
7401 P:      rt2x00 project
7402 M:      Ivo van Doorn <IvDoorn@gmail.com>
7403 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7404 L:      linux-wireless@vger.kernel.org
7405 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7406 W:      http://rt2x00.serialmonkey.com/
7407 S:      Maintained
7408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
7409 F:      drivers/net/wireless/rt2x00/
7410
7411 RAMDISK RAM BLOCK DEVICE DRIVER
7412 M:      Nick Piggin <npiggin@kernel.dk>
7413 S:      Maintained
7414 F:      Documentation/blockdev/ramdisk.txt
7415 F:      drivers/block/brd.c
7416
7417 RANDOM NUMBER DRIVER
7418 M:      "Theodore Ts'o" <tytso@mit.edu>
7419 S:      Maintained
7420 F:      drivers/char/random.c
7421
7422 RAPIDIO SUBSYSTEM
7423 M:      Matt Porter <mporter@kernel.crashing.org>
7424 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7425 S:      Maintained
7426 F:      drivers/rapidio/
7427
7428 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7429 L:      linux-wireless@vger.kernel.org
7430 S:      Orphan
7431 F:      drivers/net/wireless/ray*
7432
7433 RCUTORTURE MODULE
7434 M:      Josh Triplett <josh@freedesktop.org>
7435 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7436 L:      linux-kernel@vger.kernel.org
7437 S:      Supported
7438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7439 F:      Documentation/RCU/torture.txt
7440 F:      kernel/rcu/torture.c
7441
7442 RCUTORTURE TEST FRAMEWORK
7443 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7444 L:      linux-kernel@vger.kernel.org
7445 S:      Supported
7446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7447 F:      tools/testing/selftests/rcutorture
7448
7449 RDC R-321X SoC
7450 M:      Florian Fainelli <florian@openwrt.org>
7451 S:      Maintained
7452
7453 RDC R6040 FAST ETHERNET DRIVER
7454 M:      Florian Fainelli <florian@openwrt.org>
7455 L:      netdev@vger.kernel.org
7456 S:      Maintained
7457 F:      drivers/net/ethernet/rdc/r6040.c
7458
7459 RDS - RELIABLE DATAGRAM SOCKETS
7460 M:      Chien Yen <chien.yen@oracle.com>
7461 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7462 S:      Supported
7463 F:      net/rds/
7464
7465 READ-COPY UPDATE (RCU)
7466 M:      Dipankar Sarma <dipankar@in.ibm.com>
7467 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7468 L:      linux-kernel@vger.kernel.org
7469 W:      http://www.rdrop.com/users/paulmck/RCU/
7470 S:      Supported
7471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7472 F:      Documentation/RCU/
7473 X:      Documentation/RCU/torture.txt
7474 F:      include/linux/rcu*
7475 X:      include/linux/srcu.h
7476 F:      kernel/rcu/
7477 X:      kernel/rcu/torture.c
7478
7479 REAL TIME CLOCK (RTC) SUBSYSTEM
7480 M:      Alessandro Zummo <a.zummo@towertech.it>
7481 L:      rtc-linux@googlegroups.com
7482 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7483 S:      Maintained
7484 F:      Documentation/rtc.txt
7485 F:      drivers/rtc/
7486 F:      include/linux/rtc.h
7487 F:      include/uapi/linux/rtc.h
7488
7489 REISERFS FILE SYSTEM
7490 L:      reiserfs-devel@vger.kernel.org
7491 S:      Supported
7492 F:      fs/reiserfs/
7493
7494 REGISTER MAP ABSTRACTION
7495 M:      Mark Brown <broonie@kernel.org>
7496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7497 S:      Supported
7498 F:      drivers/base/regmap/
7499 F:      include/linux/regmap.h
7500
7501 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
7502 M:      Ohad Ben-Cohen <ohad@wizery.com>
7503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
7504 S:      Maintained
7505 F:      drivers/remoteproc/
7506 F:      Documentation/remoteproc.txt
7507 F:      include/linux/remoteproc.h
7508
7509 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
7510 M:      Ohad Ben-Cohen <ohad@wizery.com>
7511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
7512 S:      Maintained
7513 F:      drivers/rpmsg/
7514 F:      Documentation/rpmsg.txt
7515 F:      include/linux/rpmsg.h
7516
7517 RESET CONTROLLER FRAMEWORK
7518 M:      Philipp Zabel <p.zabel@pengutronix.de>
7519 S:      Maintained
7520 F:      drivers/reset/
7521 F:      Documentation/devicetree/bindings/reset/
7522 F:      include/linux/reset.h
7523 F:      include/linux/reset-controller.h
7524
7525 RFKILL
7526 M:      Johannes Berg <johannes@sipsolutions.net>
7527 L:      linux-wireless@vger.kernel.org
7528 W:      http://wireless.kernel.org/
7529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7531 S:      Maintained
7532 F:      Documentation/rfkill.txt
7533 F:      net/rfkill/
7534
7535 RICOH SMARTMEDIA/XD DRIVER
7536 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7537 S:      Maintained
7538 F:      drivers/mtd/nand/r852.c
7539 F:      drivers/mtd/nand/r852.h
7540
7541 RICOH R5C592 MEMORYSTICK DRIVER
7542 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7543 S:      Maintained
7544 F:      drivers/memstick/host/r592.*
7545
7546 ROCCAT DRIVERS
7547 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
7548 W:      http://sourceforge.net/projects/roccat/
7549 S:      Maintained
7550 F:      drivers/hid/hid-roccat*
7551 F:      include/linux/hid-roccat*
7552 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
7553
7554 ROCKETPORT DRIVER
7555 P:      Comtrol Corp.
7556 W:      http://www.comtrol.com
7557 S:      Maintained
7558 F:      Documentation/serial/rocket.txt
7559 F:      drivers/tty/rocket*
7560
7561 ROSE NETWORK LAYER
7562 M:      Ralf Baechle <ralf@linux-mips.org>
7563 L:      linux-hams@vger.kernel.org
7564 W:      http://www.linux-ax25.org/
7565 S:      Maintained
7566 F:      include/net/rose.h
7567 F:      include/uapi/linux/rose.h
7568 F:      net/rose/
7569
7570 RTL2830 MEDIA DRIVER
7571 M:      Antti Palosaari <crope@iki.fi>
7572 L:      linux-media@vger.kernel.org
7573 W:      http://linuxtv.org/
7574 W:      http://palosaari.fi/linux/
7575 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7576 T:      git git://linuxtv.org/anttip/media_tree.git
7577 S:      Maintained
7578 F:      drivers/media/dvb-frontends/rtl2830*
7579
7580 RTL2832 MEDIA DRIVER
7581 M:      Antti Palosaari <crope@iki.fi>
7582 L:      linux-media@vger.kernel.org
7583 W:      http://linuxtv.org/
7584 W:      http://palosaari.fi/linux/
7585 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7586 T:      git git://linuxtv.org/anttip/media_tree.git
7587 S:      Maintained
7588 F:      drivers/media/dvb-frontends/rtl2832*
7589
7590 RTL2832_SDR MEDIA DRIVER
7591 M:      Antti Palosaari <crope@iki.fi>
7592 L:      linux-media@vger.kernel.org
7593 W:      http://linuxtv.org/
7594 W:      http://palosaari.fi/linux/
7595 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7596 T:      git git://linuxtv.org/anttip/media_tree.git
7597 S:      Maintained
7598 F:      drivers/media/dvb-frontends/rtl2832_sdr*
7599
7600 RTL8180 WIRELESS DRIVER
7601 M:      "John W. Linville" <linville@tuxdriver.com>
7602 L:      linux-wireless@vger.kernel.org
7603 W:      http://wireless.kernel.org/
7604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7605 S:      Maintained
7606 F:      drivers/net/wireless/rtl818x/rtl8180/
7607
7608 RTL8187 WIRELESS DRIVER
7609 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
7610 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
7611 M:      Larry Finger <Larry.Finger@lwfinger.net>
7612 L:      linux-wireless@vger.kernel.org
7613 W:      http://wireless.kernel.org/
7614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7615 S:      Maintained
7616 F:      drivers/net/wireless/rtl818x/rtl8187/
7617
7618 RTL8192CE WIRELESS DRIVER
7619 M:      Larry Finger <Larry.Finger@lwfinger.net>
7620 M:      Chaoming Li <chaoming_li@realsil.com.cn>
7621 L:      linux-wireless@vger.kernel.org
7622 W:      http://wireless.kernel.org/
7623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7624 S:      Maintained
7625 F:      drivers/net/wireless/rtlwifi/
7626 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
7627
7628 S3 SAVAGE FRAMEBUFFER DRIVER
7629 M:      Antonino Daplas <adaplas@gmail.com>
7630 L:      linux-fbdev@vger.kernel.org
7631 S:      Maintained
7632 F:      drivers/video/savage/
7633
7634 S390
7635 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
7636 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
7637 M:      linux390@de.ibm.com
7638 L:      linux-s390@vger.kernel.org
7639 W:      http://www.ibm.com/developerworks/linux/linux390/
7640 S:      Supported
7641 F:      arch/s390/
7642 F:      drivers/s390/
7643 F:      Documentation/s390/
7644 F:      Documentation/DocBook/s390*
7645
7646 S390 COMMON I/O LAYER
7647 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
7648 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
7649 L:      linux-s390@vger.kernel.org
7650 W:      http://www.ibm.com/developerworks/linux/linux390/
7651 S:      Supported
7652 F:      drivers/s390/cio/
7653
7654 S390 DASD DRIVER
7655 M:      Stefan Weinhuber <wein@de.ibm.com>
7656 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
7657 L:      linux-s390@vger.kernel.org
7658 W:      http://www.ibm.com/developerworks/linux/linux390/
7659 S:      Supported
7660 F:      drivers/s390/block/dasd*
7661 F:      block/partitions/ibm.c
7662
7663 S390 NETWORK DRIVERS
7664 M:      Ursula Braun <ursula.braun@de.ibm.com>
7665 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
7666 M:      linux390@de.ibm.com
7667 L:      linux-s390@vger.kernel.org
7668 W:      http://www.ibm.com/developerworks/linux/linux390/
7669 S:      Supported
7670 F:      drivers/s390/net/
7671
7672 S390 PCI SUBSYSTEM
7673 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
7674 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
7675 L:      linux-s390@vger.kernel.org
7676 W:      http://www.ibm.com/developerworks/linux/linux390/
7677 S:      Supported
7678 F:      arch/s390/pci/
7679 F:      drivers/pci/hotplug/s390_pci_hpc.c
7680
7681 S390 ZCRYPT DRIVER
7682 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
7683 M:      linux390@de.ibm.com
7684 L:      linux-s390@vger.kernel.org
7685 W:      http://www.ibm.com/developerworks/linux/linux390/
7686 S:      Supported
7687 F:      drivers/s390/crypto/
7688
7689 S390 ZFCP DRIVER
7690 M:      Steffen Maier <maier@linux.vnet.ibm.com>
7691 M:      linux390@de.ibm.com
7692 L:      linux-s390@vger.kernel.org
7693 W:      http://www.ibm.com/developerworks/linux/linux390/
7694 S:      Supported
7695 F:      drivers/s390/scsi/zfcp_*
7696
7697 S390 IUCV NETWORK LAYER
7698 M:      Ursula Braun <ursula.braun@de.ibm.com>
7699 M:      linux390@de.ibm.com
7700 L:      linux-s390@vger.kernel.org
7701 W:      http://www.ibm.com/developerworks/linux/linux390/
7702 S:      Supported
7703 F:      drivers/s390/net/*iucv*
7704 F:      include/net/iucv/
7705 F:      net/iucv/
7706
7707 S3C24XX SD/MMC Driver
7708 M:      Ben Dooks <ben-linux@fluff.org>
7709 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7710 S:      Supported
7711 F:      drivers/mmc/host/s3cmci.*
7712
7713 SAA6588 RDS RECEIVER DRIVER
7714 M:      Hans Verkuil <hverkuil@xs4all.nl>
7715 L:      linux-media@vger.kernel.org
7716 T:      git git://linuxtv.org/media_tree.git
7717 W:      http://linuxtv.org
7718 S:      Odd Fixes
7719 F:      drivers/media/i2c/saa6588*
7720
7721 SAA7134 VIDEO4LINUX DRIVER
7722 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7723 L:      linux-media@vger.kernel.org
7724 W:      http://linuxtv.org
7725 T:      git git://linuxtv.org/media_tree.git
7726 S:      Odd fixes
7727 F:      Documentation/video4linux/*.saa7134
7728 F:      drivers/media/pci/saa7134/
7729
7730 SAA7146 VIDEO4LINUX-2 DRIVER
7731 M:      Hans Verkuil <hverkuil@xs4all.nl>
7732 L:      linux-media@vger.kernel.org
7733 T:      git git://linuxtv.org/media_tree.git
7734 S:      Maintained
7735 F:      drivers/media/common/saa7146/
7736 F:      drivers/media/pci/saa7146/
7737 F:      include/media/saa7146*
7738
7739 SAMSUNG LAPTOP DRIVER
7740 M:      Corentin Chary <corentin.chary@gmail.com>
7741 L:      platform-driver-x86@vger.kernel.org
7742 S:      Maintained
7743 F:      drivers/platform/x86/samsung-laptop.c
7744
7745 SAMSUNG AUDIO (ASoC) DRIVERS
7746 M:      Sangbeom Kim <sbkim73@samsung.com>
7747 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7748 S:      Supported
7749 F:      sound/soc/samsung/
7750
7751 SAMSUNG FRAMEBUFFER DRIVER
7752 M:      Jingoo Han <jg1.han@samsung.com>
7753 L:      linux-fbdev@vger.kernel.org
7754 S:      Maintained
7755 F:      drivers/video/s3c-fb.c
7756
7757 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
7758 M:      Sangbeom Kim <sbkim73@samsung.com>
7759 L:      linux-kernel@vger.kernel.org
7760 S:      Supported
7761 F:      drivers/mfd/sec*.c
7762 F:      drivers/regulator/s2m*.c
7763 F:      drivers/regulator/s5m*.c
7764 F:      drivers/rtc/rtc-sec.c
7765 F:      include/linux/mfd/samsung/
7766
7767 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
7768 M:      Kyungmin Park <kyungmin.park@samsung.com>
7769 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
7770 L:      linux-media@vger.kernel.org
7771 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
7772 S:      Supported
7773 F:      drivers/media/platform/exynos4-is/
7774
7775 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
7776 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
7777 L:      linux-media@vger.kernel.org
7778 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7779 S:      Maintained
7780 F:      drivers/media/platform/s3c-camif/
7781 F:      include/media/s3c_camif.h
7782
7783 SAMSUNG S5C73M3 CAMERA DRIVER
7784 M:      Kyungmin Park <kyungmin.park@samsung.com>
7785 M:      Andrzej Hajda <a.hajda@samsung.com>
7786 L:      linux-media@vger.kernel.org
7787 S:      Supported
7788 F:      drivers/media/i2c/s5c73m3/*
7789
7790 SAMSUNG S5K5BAF CAMERA DRIVER
7791 M:      Kyungmin Park <kyungmin.park@samsung.com>
7792 M:      Andrzej Hajda <a.hajda@samsung.com>
7793 L:      linux-media@vger.kernel.org
7794 S:      Supported
7795 F:      drivers/media/i2c/s5k5baf.c
7796
7797 SAMSUNG SOC CLOCK DRIVERS
7798 M:      Tomasz Figa <t.figa@samsung.com>
7799 S:      Supported
7800 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7801 F:      drivers/clk/samsung/
7802
7803 SAMSUNG SXGBE DRIVERS
7804 M:      Byungho An <bh74.an@samsung.com>
7805 M:      Girish K S <ks.giri@samsung.com>
7806 M:      Vipul Pandya <vipul.pandya@samsung.com>
7807 S:      Supported
7808 L:      netdev@vger.kernel.org
7809 F:      drivers/net/ethernet/samsung/sxgbe/
7810
7811 SERIAL DRIVERS
7812 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7813 L:      linux-serial@vger.kernel.org
7814 S:      Maintained
7815 F:      drivers/tty/serial/
7816
7817 SYNOPSYS DESIGNWARE DMAC DRIVER
7818 M:      Viresh Kumar <viresh.linux@gmail.com>
7819 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7820 S:      Maintained
7821 F:      include/linux/dw_dmac.h
7822 F:      drivers/dma/dw/
7823
7824 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
7825 M:      Seungwon Jeon <tgih.jun@samsung.com>
7826 M:      Jaehoon Chung <jh80.chung@samsung.com>
7827 L:      linux-mmc@vger.kernel.org
7828 S:      Maintained
7829 F:      include/linux/mmc/dw_mmc.h
7830 F:      drivers/mmc/host/dw_mmc*
7831
7832 TIMEKEEPING, CLOCKSOURCE CORE, NTP
7833 M:      John Stultz <john.stultz@linaro.org>
7834 M:      Thomas Gleixner <tglx@linutronix.de>
7835 L:      linux-kernel@vger.kernel.org
7836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7837 S:      Supported
7838 F:      include/linux/clocksource.h
7839 F:      include/linux/time.h
7840 F:      include/linux/timex.h
7841 F:      include/uapi/linux/time.h
7842 F:      include/uapi/linux/timex.h
7843 F:      kernel/time/clocksource.c
7844 F:      kernel/time/time*.c
7845 F:      kernel/time/ntp.c
7846
7847 TLG2300 VIDEO4LINUX-2 DRIVER
7848 M:      Huang Shijie <shijie8@gmail.com>
7849 M:      Hans Verkuil <hverkuil@xs4all.nl>
7850 S:      Odd Fixes
7851 F:      drivers/media/usb/tlg2300/
7852
7853 SC1200 WDT DRIVER
7854 M:      Zwane Mwaikambo <zwanem@gmail.com>
7855 S:      Maintained
7856 F:      drivers/watchdog/sc1200wdt.c
7857
7858 SCHEDULER
7859 M:      Ingo Molnar <mingo@redhat.com>
7860 M:      Peter Zijlstra <peterz@infradead.org>
7861 L:      linux-kernel@vger.kernel.org
7862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
7863 S:      Maintained
7864 F:      kernel/sched/
7865 F:      include/linux/sched.h
7866 F:      include/uapi/linux/sched.h
7867 F:      include/linux/wait.h
7868
7869 SCORE ARCHITECTURE
7870 M:      Chen Liqin <liqin.linux@gmail.com>
7871 M:      Lennox Wu <lennox.wu@gmail.com>
7872 W:      http://www.sunplus.com
7873 S:      Supported
7874 F:      arch/score/
7875
7876 SCSI CDROM DRIVER
7877 M:      Jens Axboe <axboe@kernel.dk>
7878 L:      linux-scsi@vger.kernel.org
7879 W:      http://www.kernel.dk
7880 S:      Maintained
7881 F:      drivers/scsi/sr*
7882
7883 SCSI RDMA PROTOCOL (SRP) INITIATOR
7884 M:      Bart Van Assche <bvanassche@acm.org>
7885 L:      linux-rdma@vger.kernel.org
7886 S:      Supported
7887 W:      http://www.openfabrics.org
7888 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
7890 F:      drivers/infiniband/ulp/srp/
7891 F:      include/scsi/srp.h
7892
7893 SCSI SG DRIVER
7894 M:      Doug Gilbert <dgilbert@interlog.com>
7895 L:      linux-scsi@vger.kernel.org
7896 W:      http://sg.danny.cz/sg
7897 S:      Maintained
7898 F:      Documentation/scsi/scsi-generic.txt
7899 F:      drivers/scsi/sg.c
7900 F:      include/scsi/sg.h
7901
7902 SCSI SUBSYSTEM
7903 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
7904 L:      linux-scsi@vger.kernel.org
7905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
7906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
7907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
7908 S:      Maintained
7909 F:      drivers/scsi/
7910 F:      include/scsi/
7911
7912 SCSI TAPE DRIVER
7913 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
7914 L:      linux-scsi@vger.kernel.org
7915 S:      Maintained
7916 F:      Documentation/scsi/st.txt
7917 F:      drivers/scsi/st.*
7918 F:      drivers/scsi/st_*.h
7919
7920 SCTP PROTOCOL
7921 M:      Vlad Yasevich <vyasevich@gmail.com>
7922 M:      Neil Horman <nhorman@tuxdriver.com>
7923 L:      linux-sctp@vger.kernel.org
7924 W:      http://lksctp.sourceforge.net
7925 S:      Maintained
7926 F:      Documentation/networking/sctp.txt
7927 F:      include/linux/sctp.h
7928 F:      include/uapi/linux/sctp.h
7929 F:      include/net/sctp/
7930 F:      net/sctp/
7931
7932 SCx200 CPU SUPPORT
7933 M:      Jim Cromie <jim.cromie@gmail.com>
7934 S:      Odd Fixes
7935 F:      Documentation/i2c/busses/scx200_acb
7936 F:      arch/x86/platform/scx200/
7937 F:      drivers/watchdog/scx200_wdt.c
7938 F:      drivers/i2c/busses/scx200*
7939 F:      drivers/mtd/maps/scx200_docflash.c
7940 F:      include/linux/scx200.h
7941
7942 SCx200 GPIO DRIVER
7943 M:      Jim Cromie <jim.cromie@gmail.com>
7944 S:      Maintained
7945 F:      drivers/char/scx200_gpio.c
7946 F:      include/linux/scx200_gpio.h
7947
7948 SCx200 HRT CLOCKSOURCE DRIVER
7949 M:      Jim Cromie <jim.cromie@gmail.com>
7950 S:      Maintained
7951 F:      drivers/clocksource/scx200_hrt.c
7952
7953 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
7954 M:      Sascha Sommer <saschasommer@freenet.de>
7955 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
7956 S:      Maintained
7957 F:      drivers/mmc/host/sdricoh_cs.c
7958
7959 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
7960 M:      Chris Ball <chris@printf.net>
7961 L:      linux-mmc@vger.kernel.org
7962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
7963 S:      Maintained
7964 F:      drivers/mmc/host/sdhci.*
7965 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7966
7967 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
7968 M:      Anton Vorontsov <anton@enomsg.org>
7969 L:      linuxppc-dev@lists.ozlabs.org
7970 L:      linux-mmc@vger.kernel.org
7971 S:      Maintained
7972 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7973
7974 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
7975 M:      Ben Dooks <ben-linux@fluff.org>
7976 L:      linux-mmc@vger.kernel.org
7977 S:      Maintained
7978 F:      drivers/mmc/host/sdhci-s3c.c
7979
7980 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
7981 M:      Viresh Kumar <viresh.linux@gmail.com>
7982 L:      spear-devel@list.st.com
7983 L:      linux-mmc@vger.kernel.org
7984 S:      Maintained
7985 F:      drivers/mmc/host/sdhci-spear.c
7986
7987 SECURITY SUBSYSTEM
7988 M:      James Morris <james.l.morris@oracle.com>
7989 M:      Serge E. Hallyn <serge@hallyn.com>
7990 L:      linux-security-module@vger.kernel.org (suggested Cc:)
7991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
7992 W:      http://kernsec.org/
7993 S:      Supported
7994 F:      security/
7995
7996 SECURITY CONTACT
7997 M:      Security Officers <security@kernel.org>
7998 S:      Supported
7999
8000 SELINUX SECURITY MODULE
8001 M:      Paul Moore <paul@paul-moore.com>
8002 M:      Stephen Smalley <sds@tycho.nsa.gov>
8003 M:      Eric Paris <eparis@parisplace.org>
8004 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8005 W:      http://selinuxproject.org
8006 T:      git git://git.infradead.org/users/pcmoore/selinux
8007 S:      Supported
8008 F:      include/linux/selinux*
8009 F:      security/selinux/
8010 F:      scripts/selinux/
8011
8012 APPARMOR SECURITY MODULE
8013 M:      John Johansen <john.johansen@canonical.com>
8014 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8015 W:      apparmor.wiki.kernel.org
8016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8017 S:      Supported
8018 F:      security/apparmor/
8019
8020 SENSABLE PHANTOM
8021 M:      Jiri Slaby <jirislaby@gmail.com>
8022 S:      Maintained
8023 F:      drivers/misc/phantom.c
8024 F:      include/uapi/linux/phantom.h
8025
8026 SERIAL ATA (SATA) SUBSYSTEM
8027 M:      Tejun Heo <tj@kernel.org>
8028 L:      linux-ide@vger.kernel.org
8029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8030 S:      Supported
8031 F:      drivers/ata/
8032 F:      include/linux/ata.h
8033 F:      include/linux/libata.h
8034
8035 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8036 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8037 L:      linux-scsi@vger.kernel.org
8038 W:      http://www.emulex.com
8039 S:      Supported
8040 F:      drivers/scsi/be2iscsi/
8041
8042 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8043 M:      Sathya Perla <sathya.perla@emulex.com>
8044 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8045 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8046 L:      netdev@vger.kernel.org
8047 W:      http://www.emulex.com
8048 S:      Supported
8049 F:      drivers/net/ethernet/emulex/benet/
8050
8051 SFC NETWORK DRIVER
8052 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8053 M:      Shradha Shah <sshah@solarflare.com>
8054 L:      netdev@vger.kernel.org
8055 S:      Supported
8056 F:      drivers/net/ethernet/sfc/
8057
8058 SGI GRU DRIVER
8059 M:      Dimitri Sivanich <sivanich@sgi.com>
8060 S:      Maintained
8061 F:      drivers/misc/sgi-gru/
8062
8063 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8064 M:      Pat Gefre <pfg@sgi.com>
8065 L:      linux-ia64@vger.kernel.org
8066 S:      Supported
8067 F:      Documentation/ia64/serial.txt
8068 F:      drivers/tty/serial/ioc?_serial.c
8069 F:      include/linux/ioc?.h
8070
8071 SGI XP/XPC/XPNET DRIVER
8072 M:      Cliff Whickman <cpw@sgi.com>
8073 M:      Robin Holt <robinmholt@gmail.com>
8074 S:      Maintained
8075 F:      drivers/misc/sgi-xp/
8076
8077 SI2157 MEDIA DRIVER
8078 M:      Antti Palosaari <crope@iki.fi>
8079 L:      linux-media@vger.kernel.org
8080 W:      http://linuxtv.org/
8081 W:      http://palosaari.fi/linux/
8082 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8083 T:      git git://linuxtv.org/anttip/media_tree.git
8084 S:      Maintained
8085 F:      drivers/media/tuners/si2157*
8086
8087 SI2168 MEDIA DRIVER
8088 M:      Antti Palosaari <crope@iki.fi>
8089 L:      linux-media@vger.kernel.org
8090 W:      http://linuxtv.org/
8091 W:      http://palosaari.fi/linux/
8092 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8093 T:      git git://linuxtv.org/anttip/media_tree.git
8094 S:      Maintained
8095 F:      drivers/media/dvb-frontends/si2168*
8096
8097 SI470X FM RADIO RECEIVER I2C DRIVER
8098 M:      Hans Verkuil <hverkuil@xs4all.nl>
8099 L:      linux-media@vger.kernel.org
8100 T:      git git://linuxtv.org/media_tree.git
8101 W:      http://linuxtv.org
8102 S:      Odd Fixes
8103 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8104
8105 SI470X FM RADIO RECEIVER USB DRIVER
8106 M:      Hans Verkuil <hverkuil@xs4all.nl>
8107 L:      linux-media@vger.kernel.org
8108 T:      git git://linuxtv.org/media_tree.git
8109 W:      http://linuxtv.org
8110 S:      Maintained
8111 F:      drivers/media/radio/si470x/radio-si470x-common.c
8112 F:      drivers/media/radio/si470x/radio-si470x.h
8113 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8114
8115 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8116 M:      Eduardo Valentin <edubezval@gmail.com>
8117 L:      linux-media@vger.kernel.org
8118 T:      git git://linuxtv.org/media_tree.git
8119 W:      http://linuxtv.org
8120 S:      Odd Fixes
8121 F:      drivers/media/radio/si4713/si4713.?
8122
8123 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8124 M:      Eduardo Valentin <edubezval@gmail.com>
8125 L:      linux-media@vger.kernel.org
8126 T:      git git://linuxtv.org/media_tree.git
8127 W:      http://linuxtv.org
8128 S:      Odd Fixes
8129 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8130
8131 SI4713 FM RADIO TRANSMITTER USB DRIVER
8132 M:      Hans Verkuil <hverkuil@xs4all.nl>
8133 L:      linux-media@vger.kernel.org
8134 T:      git git://linuxtv.org/media_tree.git
8135 W:      http://linuxtv.org
8136 S:      Maintained
8137 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8138
8139 SIANO DVB DRIVER
8140 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8141 L:      linux-media@vger.kernel.org
8142 W:      http://linuxtv.org
8143 T:      git git://linuxtv.org/media_tree.git
8144 S:      Odd fixes
8145 F:      drivers/media/common/siano/
8146 F:      drivers/media/usb/siano/
8147 F:      drivers/media/usb/siano/
8148 F:      drivers/media/mmc/siano/
8149
8150 SH_VEU V4L2 MEM2MEM DRIVER
8151 L:      linux-media@vger.kernel.org
8152 S:      Orphan
8153 F:      drivers/media/platform/sh_veu.c
8154
8155 SH_VOU V4L2 OUTPUT DRIVER
8156 L:      linux-media@vger.kernel.org
8157 S:      Orphan
8158 F:      drivers/media/platform/sh_vou.c
8159 F:      include/media/sh_vou.h
8160
8161 SIMPLE FIRMWARE INTERFACE (SFI)
8162 M:      Len Brown <lenb@kernel.org>
8163 L:      sfi-devel@simplefirmware.org
8164 W:      http://simplefirmware.org/
8165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8166 S:      Supported
8167 F:      arch/x86/platform/sfi/
8168 F:      drivers/sfi/
8169 F:      include/linux/sfi*.h
8170
8171 SIMTEC EB110ATX (Chalice CATS)
8172 P:      Ben Dooks
8173 P:      Vincent Sanders <vince@simtec.co.uk>
8174 M:      Simtec Linux Team <linux@simtec.co.uk>
8175 W:      http://www.simtec.co.uk/products/EB110ATX/
8176 S:      Supported
8177
8178 SIMTEC EB2410ITX (BAST)
8179 P:      Ben Dooks
8180 P:      Vincent Sanders <vince@simtec.co.uk>
8181 M:      Simtec Linux Team <linux@simtec.co.uk>
8182 W:      http://www.simtec.co.uk/products/EB2410ITX/
8183 S:      Supported
8184 F:      arch/arm/mach-s3c24xx/mach-bast.c
8185 F:      arch/arm/mach-s3c24xx/bast-ide.c
8186 F:      arch/arm/mach-s3c24xx/bast-irq.c
8187
8188 TI DAVINCI MACHINE SUPPORT
8189 M:      Sekhar Nori <nsekhar@ti.com>
8190 M:      Kevin Hilman <khilman@deeprootsystems.com>
8191 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
8192 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8193 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8194 S:      Supported
8195 F:      arch/arm/mach-davinci/
8196 F:      drivers/i2c/busses/i2c-davinci.c
8197
8198 TI DAVINCI SERIES MEDIA DRIVER
8199 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8200 L:      linux-media@vger.kernel.org
8201 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
8202 W:      http://linuxtv.org/
8203 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8204 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8205 S:      Maintained
8206 F:      drivers/media/platform/davinci/
8207 F:      include/media/davinci/
8208
8209 SIS 190 ETHERNET DRIVER
8210 M:      Francois Romieu <romieu@fr.zoreil.com>
8211 L:      netdev@vger.kernel.org
8212 S:      Maintained
8213 F:      drivers/net/ethernet/sis/sis190.c
8214
8215 SIS 900/7016 FAST ETHERNET DRIVER
8216 M:      Daniele Venzano <venza@brownhat.org>
8217 W:      http://www.brownhat.org/sis900.html
8218 L:      netdev@vger.kernel.org
8219 S:      Maintained
8220 F:      drivers/net/ethernet/sis/sis900.*
8221
8222 SIS FRAMEBUFFER DRIVER
8223 M:      Thomas Winischhofer <thomas@winischhofer.net>
8224 W:      http://www.winischhofer.net/linuxsisvga.shtml
8225 S:      Maintained
8226 F:      Documentation/fb/sisfb.txt
8227 F:      drivers/video/sis/
8228 F:      include/video/sisfb.h
8229
8230 SIS USB2VGA DRIVER
8231 M:      Thomas Winischhofer <thomas@winischhofer.net>
8232 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8233 S:      Maintained
8234 F:      drivers/usb/misc/sisusbvga/
8235
8236 SLAB ALLOCATOR
8237 M:      Christoph Lameter <cl@linux.com>
8238 M:      Pekka Enberg <penberg@kernel.org>
8239 M:      David Rientjes <rientjes@google.com>
8240 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8241 M:      Andrew Morton <akpm@linux-foundation.org>
8242 L:      linux-mm@kvack.org
8243 S:      Maintained
8244 F:      include/linux/sl?b*.h
8245 F:      mm/sl?b*
8246
8247 SLEEPABLE READ-COPY UPDATE (SRCU)
8248 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8249 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8250 L:      linux-kernel@vger.kernel.org
8251 W:      http://www.rdrop.com/users/paulmck/RCU/
8252 S:      Supported
8253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8254 F:      include/linux/srcu.h
8255 F:      kernel/rcu/srcu.c
8256
8257 SMACK SECURITY MODULE
8258 M:      Casey Schaufler <casey@schaufler-ca.com>
8259 L:      linux-security-module@vger.kernel.org
8260 W:      http://schaufler-ca.com
8261 T:      git git://git.gitorious.org/smack-next/kernel.git
8262 S:      Maintained
8263 F:      Documentation/security/Smack.txt
8264 F:      security/smack/
8265
8266 SMARTREFLEX DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8267 M:      Kevin Hilman <khilman@kernel.org>
8268 M:      Nishanth Menon <nm@ti.com>
8269 S:      Maintained
8270 F:      drivers/power/avs/smartreflex.c
8271 F:      include/linux/power/smartreflex.h
8272 L:      linux-pm@vger.kernel.org
8273
8274 SMC91x ETHERNET DRIVER
8275 M:      Nicolas Pitre <nico@fluxnic.net>
8276 S:      Odd Fixes
8277 F:      drivers/net/ethernet/smsc/smc91x.*
8278
8279 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8280 M:      Sakari Ailus <sakari.ailus@iki.fi>
8281 L:      linux-media@vger.kernel.org
8282 S:      Maintained
8283 F:      drivers/media/i2c/smiapp/
8284 F:      include/media/smiapp.h
8285 F:      drivers/media/i2c/smiapp-pll.c
8286 F:      drivers/media/i2c/smiapp-pll.h
8287
8288 SMM665 HARDWARE MONITOR DRIVER
8289 M:      Guenter Roeck <linux@roeck-us.net>
8290 L:      lm-sensors@lm-sensors.org
8291 S:      Maintained
8292 F:      Documentation/hwmon/smm665
8293 F:      drivers/hwmon/smm665.c
8294
8295 SMSC EMC2103 HARDWARE MONITOR DRIVER
8296 M:      Steve Glendinning <steve.glendinning@shawell.net>
8297 L:      lm-sensors@lm-sensors.org
8298 S:      Maintained
8299 F:      Documentation/hwmon/emc2103
8300 F:      drivers/hwmon/emc2103.c
8301
8302 SMSC SCH5627 HARDWARE MONITOR DRIVER
8303 M:      Hans de Goede <hdegoede@redhat.com>
8304 L:      lm-sensors@lm-sensors.org
8305 S:      Supported
8306 F:      Documentation/hwmon/sch5627
8307 F:      drivers/hwmon/sch5627.c
8308
8309 SMSC47B397 HARDWARE MONITOR DRIVER
8310 M:      Jean Delvare <jdelvare@suse.de>
8311 L:      lm-sensors@lm-sensors.org
8312 S:      Maintained
8313 F:      Documentation/hwmon/smsc47b397
8314 F:      drivers/hwmon/smsc47b397.c
8315
8316 SMSC911x ETHERNET DRIVER
8317 M:      Steve Glendinning <steve.glendinning@shawell.net>
8318 L:      netdev@vger.kernel.org
8319 S:      Maintained
8320 F:      include/linux/smsc911x.h
8321 F:      drivers/net/ethernet/smsc/smsc911x.*
8322
8323 SMSC9420 PCI ETHERNET DRIVER
8324 M:      Steve Glendinning <steve.glendinning@shawell.net>
8325 L:      netdev@vger.kernel.org
8326 S:      Maintained
8327 F:      drivers/net/ethernet/smsc/smsc9420.*
8328
8329 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8330 M:      Steve Glendinning <steve.glendinning@shawell.net>
8331 L:      linux-fbdev@vger.kernel.org
8332 S:      Maintained
8333 F:      drivers/video/smscufx.c
8334
8335 SOC-CAMERA V4L2 SUBSYSTEM
8336 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8337 L:      linux-media@vger.kernel.org
8338 T:      git git://linuxtv.org/media_tree.git
8339 S:      Maintained
8340 F:      include/media/soc*
8341 F:      drivers/media/i2c/soc_camera/
8342 F:      drivers/media/platform/soc_camera/
8343
8344 SOEKRIS NET48XX LED SUPPORT
8345 M:      Chris Boot <bootc@bootc.net>
8346 S:      Maintained
8347 F:      drivers/leds/leds-net48xx.c
8348
8349 SOFTWARE RAID (Multiple Disks) SUPPORT
8350 M:      Neil Brown <neilb@suse.de>
8351 L:      linux-raid@vger.kernel.org
8352 S:      Supported
8353 F:      drivers/md/
8354 F:      include/linux/raid/
8355 F:      include/uapi/linux/raid/
8356
8357 SONIC NETWORK DRIVER
8358 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8359 L:      netdev@vger.kernel.org
8360 S:      Maintained
8361 F:      drivers/net/ethernet/natsemi/sonic.*
8362
8363 SONICS SILICON BACKPLANE DRIVER (SSB)
8364 M:      Michael Buesch <m@bues.ch>
8365 L:      netdev@vger.kernel.org
8366 S:      Maintained
8367 F:      drivers/ssb/
8368 F:      include/linux/ssb/
8369
8370 SONY VAIO CONTROL DEVICE DRIVER
8371 M:      Mattia Dongili <malattia@linux.it>
8372 L:      platform-driver-x86@vger.kernel.org
8373 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8374 S:      Maintained
8375 F:      Documentation/laptops/sony-laptop.txt
8376 F:      drivers/char/sonypi.c
8377 F:      drivers/platform/x86/sony-laptop.c
8378 F:      include/linux/sony-laptop.h
8379
8380 SONY MEMORYSTICK CARD SUPPORT
8381 M:      Alex Dubov <oakad@yahoo.com>
8382 W:      http://tifmxx.berlios.de/
8383 S:      Maintained
8384 F:      drivers/memstick/host/tifm_ms.c
8385
8386 SONY MEMORYSTICK STANDARD SUPPORT
8387 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8388 S:      Maintained
8389 F:      drivers/memstick/core/ms_block.*
8390
8391 SOUND
8392 M:      Jaroslav Kysela <perex@perex.cz>
8393 M:      Takashi Iwai <tiwai@suse.de>
8394 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8395 W:      http://www.alsa-project.org/
8396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8397 T:      git git://git.alsa-project.org/alsa-kernel.git
8398 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
8399 S:      Maintained
8400 F:      Documentation/sound/
8401 F:      include/sound/
8402 F:      include/uapi/sound/
8403 F:      sound/
8404
8405 SOUND - COMPRESSED AUDIO
8406 M:      Vinod Koul <vinod.koul@intel.com>
8407 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8409 S:      Supported
8410 F:      Documentation/sound/alsa/compress_offload.txt
8411 F:      include/sound/compress_driver.h
8412 F:      include/uapi/sound/compress_*
8413 F:      sound/core/compress_offload.c
8414 F:      sound/soc/soc-compress.c
8415
8416 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8417 M:      Liam Girdwood <lgirdwood@gmail.com>
8418 M:      Mark Brown <broonie@kernel.org>
8419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8420 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8421 W:      http://alsa-project.org/main/index.php/ASoC
8422 S:      Supported
8423 F:      Documentation/sound/alsa/soc/
8424 F:      sound/soc/
8425 F:      include/sound/soc*
8426
8427 SOUND - DMAENGINE HELPERS
8428 M:      Lars-Peter Clausen <lars@metafoo.de>
8429 S:      Supported
8430 F:      include/sound/dmaengine_pcm.h
8431 F:      sound/core/pcm_dmaengine.c
8432 F:      sound/soc/soc-generic-dmaengine-pcm.c
8433
8434 SPARC + UltraSPARC (sparc/sparc64)
8435 M:      "David S. Miller" <davem@davemloft.net>
8436 L:      sparclinux@vger.kernel.org
8437 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
8438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8440 S:      Maintained
8441 F:      arch/sparc/
8442 F:      drivers/sbus/
8443
8444 SPARC SERIAL DRIVERS
8445 M:      "David S. Miller" <davem@davemloft.net>
8446 L:      sparclinux@vger.kernel.org
8447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8449 S:      Maintained
8450 F:      include/linux/sunserialcore.h
8451 F:      drivers/tty/serial/suncore.c
8452 F:      drivers/tty/serial/sunhv.c
8453 F:      drivers/tty/serial/sunsab.c
8454 F:      drivers/tty/serial/sunsab.h
8455 F:      drivers/tty/serial/sunsu.c
8456 F:      drivers/tty/serial/sunzilog.c
8457 F:      drivers/tty/serial/sunzilog.h
8458
8459 SPARSE CHECKER
8460 M:      "Christopher Li" <sparse@chrisli.org>
8461 L:      linux-sparse@vger.kernel.org
8462 W:      https://sparse.wiki.kernel.org/
8463 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
8464 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
8465 S:      Maintained
8466 F:      include/linux/compiler.h
8467
8468 SPEAR PLATFORM SUPPORT
8469 M:      Viresh Kumar <viresh.linux@gmail.com>
8470 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
8471 L:      spear-devel@list.st.com
8472 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8473 W:      http://www.st.com/spear
8474 S:      Maintained
8475 F:      arch/arm/mach-spear/
8476
8477 SPEAR CLOCK FRAMEWORK SUPPORT
8478 M:      Viresh Kumar <viresh.linux@gmail.com>
8479 L:      spear-devel@list.st.com
8480 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8481 W:      http://www.st.com/spear
8482 S:      Maintained
8483 F:      drivers/clk/spear/
8484
8485 SPI SUBSYSTEM
8486 M:      Mark Brown <broonie@kernel.org>
8487 L:      linux-spi@vger.kernel.org
8488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
8489 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
8490 S:      Maintained
8491 F:      Documentation/spi/
8492 F:      drivers/spi/
8493 F:      include/linux/spi/
8494 F:      include/uapi/linux/spi/
8495
8496 SPIDERNET NETWORK DRIVER for CELL
8497 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
8498 M:      Jens Osterkamp <jens@de.ibm.com>
8499 L:      netdev@vger.kernel.org
8500 S:      Supported
8501 F:      Documentation/networking/spider_net.txt
8502 F:      drivers/net/ethernet/toshiba/spider_net*
8503
8504 SPU FILE SYSTEM
8505 M:      Jeremy Kerr <jk@ozlabs.org>
8506 L:      linuxppc-dev@lists.ozlabs.org
8507 L:      cbe-oss-dev@lists.ozlabs.org
8508 W:      http://www.ibm.com/developerworks/power/cell/
8509 S:      Supported
8510 F:      Documentation/filesystems/spufs.txt
8511 F:      arch/powerpc/platforms/cell/spufs/
8512
8513 SQUASHFS FILE SYSTEM
8514 M:      Phillip Lougher <phillip@squashfs.org.uk>
8515 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
8516 W:      http://squashfs.org.uk
8517 S:      Maintained
8518 F:      Documentation/filesystems/squashfs.txt
8519 F:      fs/squashfs/
8520
8521 SRM (Alpha) environment access
8522 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
8523 S:      Maintained
8524 F:      arch/alpha/kernel/srm_env.c
8525
8526 STABLE BRANCH
8527 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8528 L:      stable@vger.kernel.org
8529 S:      Supported
8530 F:      Documentation/stable_kernel_rules.txt
8531
8532 STAGING SUBSYSTEM
8533 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
8535 L:      devel@driverdev.osuosl.org
8536 S:      Supported
8537 F:      drivers/staging/
8538
8539 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
8540 M:      Henk de Groot <pe1dnn@amsat.org>
8541 S:      Odd Fixes
8542 F:      drivers/staging/wlags49_h2/
8543 F:      drivers/staging/wlags49_h25/
8544
8545 STAGING - ASUS OLED
8546 M:      Jakub Schmidtke <sjakub@gmail.com>
8547 S:      Odd Fixes
8548 F:      drivers/staging/asus_oled/
8549
8550 STAGING - COMEDI
8551 M:      Ian Abbott <abbotti@mev.co.uk>
8552 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
8553 S:      Odd Fixes
8554 F:      drivers/staging/comedi/
8555
8556 STAGING - CRYSTAL HD VIDEO DECODER
8557 M:      Naren Sankar <nsankar@broadcom.com>
8558 M:      Jarod Wilson <jarod@wilsonet.com>
8559 M:      Scott Davilla <davilla@4pi.com>
8560 M:      Manu Abraham <abraham.manu@gmail.com>
8561 S:      Odd Fixes
8562 F:      drivers/staging/crystalhd/
8563
8564 STAGING - ECHO CANCELLER
8565 M:      Steve Underwood <steveu@coppice.org>
8566 M:      David Rowe <david@rowetel.com>
8567 S:      Odd Fixes
8568 F:      drivers/staging/echo/
8569
8570 STAGING - ET131X NETWORK DRIVER
8571 M:      Mark Einon <mark.einon@gmail.com>
8572 S:      Odd Fixes
8573 F:      drivers/staging/et131x/
8574
8575 STAGING - FLARION FT1000 DRIVERS
8576 M:      Marek Belisko <marek.belisko@gmail.com>
8577 S:      Odd Fixes
8578 F:      drivers/staging/ft1000/
8579
8580 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
8581 M:      David Täht <d@teklibre.com>
8582 S:      Odd Fixes
8583 F:      drivers/staging/frontier/
8584
8585 STAGING - GO7007 MPEG CODEC
8586 M:      Hans Verkuil <hans.verkuil@cisco.com>
8587 S:      Maintained
8588 F:      drivers/staging/media/go7007/
8589
8590 STAGING - INDUSTRIAL IO
8591 M:      Jonathan Cameron <jic23@kernel.org>
8592 L:      linux-iio@vger.kernel.org
8593 S:      Odd Fixes
8594 F:      drivers/staging/iio/
8595
8596 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
8597 M:      Jarod Wilson <jarod@wilsonet.com>
8598 W:      http://www.lirc.org/
8599 S:      Odd Fixes
8600 F:      drivers/staging/media/lirc/
8601
8602 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
8603 M:      Julian Andres Klode <jak@jak-linux.org>
8604 M:      Marc Dietrich <marvin24@gmx.de>
8605 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
8606 L:      linux-tegra@vger.kernel.org
8607 S:      Maintained
8608 F:      drivers/staging/nvec/
8609
8610 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
8611 M:      Jens Frederich <jfrederich@gmail.com>
8612 M:      Daniel Drake <dsd@laptop.org>
8613 M:      Jon Nettleton <jon.nettleton@gmail.com>
8614 W:      http://wiki.laptop.org/go/DCON
8615 S:      Maintained
8616 F:      drivers/staging/olpc_dcon/
8617
8618 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
8619 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
8620 S:      Maintained
8621 F:      drivers/staging/ozwpan/
8622
8623 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
8624 M:      Willy Tarreau <willy@meta-x.org>
8625 S:      Odd Fixes
8626 F:      drivers/staging/panel/
8627
8628 STAGING - REALTEK RTL8712U DRIVERS
8629 M:      Larry Finger <Larry.Finger@lwfinger.net>
8630 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
8631 S:      Odd Fixes
8632 F:      drivers/staging/rtl8712/
8633
8634 STAGING - REALTEK RTL8723U WIRELESS DRIVER
8635 M:      Larry Finger <Larry.Finger@lwfinger.net>
8636 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
8637 L:      linux-wireless@vger.kernel.org
8638 S:      Maintained
8639 F:      drivers/staging/rtl8723au/
8640
8641 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
8642 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
8643 S:      Odd Fixes
8644 F:      drivers/staging/sm7xxfb/
8645
8646 STAGING - SLICOSS
8647 M:      Lior Dotan <liodot@gmail.com>
8648 M:      Christopher Harrer <charrer@alacritech.com>
8649 S:      Odd Fixes
8650 F:      drivers/staging/slicoss/
8651
8652 STAGING - SOFTLOGIC 6x10 MPEG CODEC
8653 M:      Ismael Luceno <ismael.luceno@corp.bluecherry.net>
8654 S:      Supported
8655 F:      drivers/staging/media/solo6x10/
8656
8657 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
8658 M:      William Hubbs <w.d.hubbs@gmail.com>
8659 M:      Chris Brannon <chris@the-brannons.com>
8660 M:      Kirk Reiser <kirk@reisers.ca>
8661 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
8662 L:      speakup@braille.uwo.ca
8663 W:      http://www.linux-speakup.org/
8664 S:      Odd Fixes
8665 F:      drivers/staging/speakup/
8666
8667 STAGING - TI DSP BRIDGE DRIVERS
8668 M:      Omar Ramirez Luna <omar.ramirez@copitl.com>
8669 S:      Odd Fixes
8670 F:      drivers/staging/tidspbridge/
8671
8672 STAGING - USB ENE SM/MS CARD READER DRIVER
8673 M:      Al Cho <acho@novell.com>
8674 S:      Odd Fixes
8675 F:      drivers/staging/keucr/
8676
8677 STAGING - VIA VT665X DRIVERS
8678 M:      Forest Bond <forest@alittletooquiet.net>
8679 S:      Odd Fixes
8680 F:      drivers/staging/vt665?/
8681
8682 STAGING - WINBOND IS89C35 WLAN USB DRIVER
8683 M:      Pavel Machek <pavel@ucw.cz>
8684 S:      Odd Fixes
8685 F:      drivers/staging/winbond/
8686
8687 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
8688 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
8689 S:      Odd Fixes
8690 F:      drivers/staging/xgifb/
8691
8692 STARFIRE/DURALAN NETWORK DRIVER
8693 M:      Ion Badulescu <ionut@badula.org>
8694 S:      Odd Fixes
8695 F:      drivers/net/ethernet/adaptec/starfire*
8696
8697 SUN3/3X
8698 M:      Sam Creasey <sammy@sammy.net>
8699 W:      http://sammy.net/sun3/
8700 S:      Maintained
8701 F:      arch/m68k/kernel/*sun3*
8702 F:      arch/m68k/sun3*/
8703 F:      arch/m68k/include/asm/sun3*
8704 F:      drivers/net/ethernet/i825xx/sun3*
8705
8706 SUNDANCE NETWORK DRIVER
8707 M:      Denis Kirjanov <kda@linux-powerpc.org>
8708 L:      netdev@vger.kernel.org
8709 S:      Maintained
8710 F:      drivers/net/ethernet/dlink/sundance.c
8711
8712 SUPERH
8713 L:      linux-sh@vger.kernel.org
8714 W:      http://www.linux-sh.org
8715 Q:      http://patchwork.kernel.org/project/linux-sh/list/
8716 S:      Orphan
8717 F:      Documentation/sh/
8718 F:      arch/sh/
8719 F:      drivers/sh/
8720
8721 SUSPEND TO RAM
8722 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8723 M:      Len Brown <len.brown@intel.com>
8724 M:      Pavel Machek <pavel@ucw.cz>
8725 L:      linux-pm@vger.kernel.org
8726 S:      Supported
8727 F:      Documentation/power/
8728 F:      arch/x86/kernel/acpi/
8729 F:      drivers/base/power/
8730 F:      kernel/power/
8731 F:      include/linux/suspend.h
8732 F:      include/linux/freezer.h
8733 F:      include/linux/pm.h
8734
8735 SVGA HANDLING
8736 M:      Martin Mares <mj@ucw.cz>
8737 L:      linux-video@atrey.karlin.mff.cuni.cz
8738 S:      Maintained
8739 F:      Documentation/svga.txt
8740 F:      arch/x86/boot/video*
8741
8742 SWIOTLB SUBSYSTEM
8743 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8744 L:      linux-kernel@vger.kernel.org
8745 S:      Supported
8746 F:      lib/swiotlb.c
8747 F:      arch/*/kernel/pci-swiotlb.c
8748 F:      include/linux/swiotlb.h
8749
8750 SYNOPSYS ARC ARCHITECTURE
8751 M:      Vineet Gupta <vgupta@synopsys.com>
8752 S:      Supported
8753 F:      arch/arc/
8754 F:      Documentation/devicetree/bindings/arc/
8755 F:      drivers/tty/serial/arc_uart.c
8756
8757 SYSV FILESYSTEM
8758 M:      Christoph Hellwig <hch@infradead.org>
8759 S:      Maintained
8760 F:      Documentation/filesystems/sysv-fs.txt
8761 F:      fs/sysv/
8762 F:      include/linux/sysv_fs.h
8763
8764 TARGET SUBSYSTEM
8765 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
8766 L:      linux-scsi@vger.kernel.org
8767 L:      target-devel@vger.kernel.org
8768 W:      http://www.linux-iscsi.org
8769 W:      http://groups.google.com/group/linux-iscsi-target-dev
8770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
8771 S:      Supported
8772 F:      drivers/target/
8773 F:      include/target/
8774 F:      Documentation/target/
8775
8776 TASKSTATS STATISTICS INTERFACE
8777 M:      Balbir Singh <bsingharora@gmail.com>
8778 S:      Maintained
8779 F:      Documentation/accounting/taskstats*
8780 F:      include/linux/taskstats*
8781 F:      kernel/taskstats.c
8782
8783 TC CLASSIFIER
8784 M:      Jamal Hadi Salim <jhs@mojatatu.com>
8785 L:      netdev@vger.kernel.org
8786 S:      Maintained
8787 F:      include/net/pkt_cls.h
8788 F:      include/uapi/linux/pkt_cls.h
8789 F:      net/sched/
8790
8791 TCP LOW PRIORITY MODULE
8792 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
8793 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
8794 W:      http://tcp-lp-mod.sourceforge.net/
8795 S:      Maintained
8796 F:      net/ipv4/tcp_lp.c
8797
8798 TDA10071 MEDIA DRIVER
8799 M:      Antti Palosaari <crope@iki.fi>
8800 L:      linux-media@vger.kernel.org
8801 W:      http://linuxtv.org/
8802 W:      http://palosaari.fi/linux/
8803 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8804 T:      git git://linuxtv.org/anttip/media_tree.git
8805 S:      Maintained
8806 F:      drivers/media/dvb-frontends/tda10071*
8807
8808 TDA18212 MEDIA DRIVER
8809 M:      Antti Palosaari <crope@iki.fi>
8810 L:      linux-media@vger.kernel.org
8811 W:      http://linuxtv.org/
8812 W:      http://palosaari.fi/linux/
8813 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8814 T:      git git://linuxtv.org/anttip/media_tree.git
8815 S:      Maintained
8816 F:      drivers/media/tuners/tda18212*
8817
8818 TDA18218 MEDIA DRIVER
8819 M:      Antti Palosaari <crope@iki.fi>
8820 L:      linux-media@vger.kernel.org
8821 W:      http://linuxtv.org/
8822 W:      http://palosaari.fi/linux/
8823 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8824 T:      git git://linuxtv.org/anttip/media_tree.git
8825 S:      Maintained
8826 F:      drivers/media/tuners/tda18218*
8827
8828 TDA18271 MEDIA DRIVER
8829 M:      Michael Krufky <mkrufky@linuxtv.org>
8830 L:      linux-media@vger.kernel.org
8831 W:      http://linuxtv.org/
8832 W:      http://github.com/mkrufky
8833 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8834 T:      git git://linuxtv.org/mkrufky/tuners.git
8835 S:      Maintained
8836 F:      drivers/media/tuners/tda18271*
8837
8838 TDA827x MEDIA DRIVER
8839 M:      Michael Krufky <mkrufky@linuxtv.org>
8840 L:      linux-media@vger.kernel.org
8841 W:      http://linuxtv.org/
8842 W:      http://github.com/mkrufky
8843 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8844 T:      git git://linuxtv.org/mkrufky/tuners.git
8845 S:      Maintained
8846 F:      drivers/media/tuners/tda8290.*
8847
8848 TDA8290 MEDIA DRIVER
8849 M:      Michael Krufky <mkrufky@linuxtv.org>
8850 L:      linux-media@vger.kernel.org
8851 W:      http://linuxtv.org/
8852 W:      http://github.com/mkrufky
8853 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8854 T:      git git://linuxtv.org/mkrufky/tuners.git
8855 S:      Maintained
8856 F:      drivers/media/tuners/tda8290.*
8857
8858 TDA9840 MEDIA DRIVER
8859 M:      Hans Verkuil <hverkuil@xs4all.nl>
8860 L:      linux-media@vger.kernel.org
8861 T:      git git://linuxtv.org/media_tree.git
8862 W:      http://linuxtv.org
8863 S:      Maintained
8864 F:      drivers/media/i2c/tda9840*
8865
8866 TEA5761 TUNER DRIVER
8867 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8868 L:      linux-media@vger.kernel.org
8869 W:      http://linuxtv.org
8870 T:      git git://linuxtv.org/media_tree.git
8871 S:      Odd fixes
8872 F:      drivers/media/tuners/tea5761.*
8873
8874 TEA5767 TUNER DRIVER
8875 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8876 L:      linux-media@vger.kernel.org
8877 W:      http://linuxtv.org
8878 T:      git git://linuxtv.org/media_tree.git
8879 S:      Maintained
8880 F:      drivers/media/tuners/tea5767.*
8881
8882 TEA6415C MEDIA DRIVER
8883 M:      Hans Verkuil <hverkuil@xs4all.nl>
8884 L:      linux-media@vger.kernel.org
8885 T:      git git://linuxtv.org/media_tree.git
8886 W:      http://linuxtv.org
8887 S:      Maintained
8888 F:      drivers/media/i2c/tea6415c*
8889
8890 TEA6420 MEDIA DRIVER
8891 M:      Hans Verkuil <hverkuil@xs4all.nl>
8892 L:      linux-media@vger.kernel.org
8893 T:      git git://linuxtv.org/media_tree.git
8894 W:      http://linuxtv.org
8895 S:      Maintained
8896 F:      drivers/media/i2c/tea6420*
8897
8898 TEAM DRIVER
8899 M:      Jiri Pirko <jiri@resnulli.us>
8900 L:      netdev@vger.kernel.org
8901 S:      Supported
8902 F:      drivers/net/team/
8903 F:      include/linux/if_team.h
8904 F:      include/uapi/linux/if_team.h
8905
8906 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
8907 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
8908 S:      Maintained
8909 F:      arch/x86/platform/ts5500/
8910
8911 TECHNOTREND USB IR RECEIVER
8912 M:      Sean Young <sean@mess.org>
8913 L:      linux-media@vger.kernel.org
8914 S:      Maintained
8915 F:      drivers/media/rc/ttusbir.c
8916
8917 TEGRA ARCHITECTURE SUPPORT
8918 M:      Stephen Warren <swarren@wwwdotorg.org>
8919 M:      Thierry Reding <thierry.reding@gmail.com>
8920 L:      linux-tegra@vger.kernel.org
8921 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
8922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
8923 S:      Supported
8924 N:      [^a-z]tegra
8925
8926 TEGRA ASOC DRIVER
8927 M:      Stephen Warren <swarren@wwwdotorg.org>
8928 S:      Supported
8929 F:      sound/soc/tegra/
8930
8931 TEGRA CLOCK DRIVER
8932 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
8933 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
8934 S:      Supported
8935 F:      drivers/clk/tegra/
8936
8937 TEGRA DMA DRIVER
8938 M:      Laxman Dewangan <ldewangan@nvidia.com>
8939 S:      Supported
8940 F:      drivers/dma/tegra20-apb-dma.c
8941
8942 TEGRA GPIO DRIVER
8943 M:      Stephen Warren <swarren@wwwdotorg.org>
8944 S:      Supported
8945 F:      drivers/gpio/gpio-tegra.c
8946
8947 TEGRA I2C DRIVER
8948 M:      Laxman Dewangan <ldewangan@nvidia.com>
8949 S:      Supported
8950 F:      drivers/i2c/busses/i2c-tegra.c
8951
8952 TEGRA IOMMU DRIVERS
8953 M:      Hiroshi Doyu <hdoyu@nvidia.com>
8954 S:      Supported
8955 F:      drivers/iommu/tegra*
8956
8957 TEGRA KBC DRIVER
8958 M:      Rakesh Iyer <riyer@nvidia.com>
8959 M:      Laxman Dewangan <ldewangan@nvidia.com>
8960 S:      Supported
8961 F:      drivers/input/keyboard/tegra-kbc.c
8962
8963 TEGRA PINCTRL DRIVER
8964 M:      Stephen Warren <swarren@wwwdotorg.org>
8965 S:      Supported
8966 F:      drivers/pinctrl/pinctrl-tegra*
8967
8968 TEGRA PWM DRIVER
8969 M:      Thierry Reding <thierry.reding@gmail.com>
8970 S:      Supported
8971 F:      drivers/pwm/pwm-tegra.c
8972
8973 TEGRA SERIAL DRIVER
8974 M:      Laxman Dewangan <ldewangan@nvidia.com>
8975 S:      Supported
8976 F:      drivers/tty/serial/serial-tegra.c
8977
8978 TEGRA SPI DRIVER
8979 M:      Laxman Dewangan <ldewangan@nvidia.com>
8980 S:      Supported
8981 F:      drivers/spi/spi-tegra*
8982
8983 TEHUTI ETHERNET DRIVER
8984 M:      Andy Gospodarek <andy@greyhouse.net>
8985 L:      netdev@vger.kernel.org
8986 S:      Supported
8987 F:      drivers/net/ethernet/tehuti/*
8988
8989 Telecom Clock Driver for MCPL0010
8990 M:      Mark Gross <mark.gross@intel.com>
8991 S:      Supported
8992 F:      drivers/char/tlclk.c
8993
8994 TENSILICA XTENSA PORT (xtensa)
8995 M:      Chris Zankel <chris@zankel.net>
8996 M:      Max Filippov <jcmvbkbc@gmail.com>
8997 L:      linux-xtensa@linux-xtensa.org
8998 S:      Maintained
8999 F:      arch/xtensa/
9000 F:      drivers/irqchip/irq-xtensa-*
9001
9002 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9003 M:      Hans Verkuil <hverkuil@xs4all.nl>
9004 L:      linux-media@vger.kernel.org
9005 T:      git git://linuxtv.org/media_tree.git
9006 W:      http://linuxtv.org
9007 S:      Maintained
9008 F:      drivers/media/radio/radio-raremono.c
9009
9010 THERMAL
9011 M:      Zhang Rui <rui.zhang@intel.com>
9012 M:      Eduardo Valentin <edubezval@gmail.com>
9013 L:      linux-pm@vger.kernel.org
9014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9016 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9017 S:      Supported
9018 F:      drivers/thermal/
9019 F:      include/linux/thermal.h
9020 F:      include/linux/cpu_cooling.h
9021 F:      Documentation/devicetree/bindings/thermal/
9022
9023 THINGM BLINK(1) USB RGB LED DRIVER
9024 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9025 S:      Maintained
9026 F:      drivers/hid/hid-thingm.c
9027
9028 THINKPAD ACPI EXTRAS DRIVER
9029 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9030 L:      ibm-acpi-devel@lists.sourceforge.net
9031 L:      platform-driver-x86@vger.kernel.org
9032 W:      http://ibm-acpi.sourceforge.net
9033 W:      http://thinkwiki.org/wiki/Ibm-acpi
9034 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9035 S:      Maintained
9036 F:      drivers/platform/x86/thinkpad_acpi.c
9037
9038 TI BANDGAP AND THERMAL DRIVER
9039 M:      Eduardo Valentin <edubezval@gmail.com>
9040 L:      linux-pm@vger.kernel.org
9041 S:      Supported
9042 F:      drivers/thermal/ti-soc-thermal/
9043
9044 TI FLASH MEDIA INTERFACE DRIVER
9045 M:      Alex Dubov <oakad@yahoo.com>
9046 S:      Maintained
9047 F:      drivers/misc/tifm*
9048 F:      drivers/mmc/host/tifm_sd.c
9049 F:      include/linux/tifm.h
9050
9051 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9052 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9053 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9054 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9055 S:      Maintained
9056 F:      sound/soc/codecs/lm49453*
9057 F:      sound/soc/codecs/isabelle*
9058
9059 TI LP855x BACKLIGHT DRIVER
9060 M:      Milo Kim <milo.kim@ti.com>
9061 S:      Maintained
9062 F:      Documentation/backlight/lp855x-driver.txt
9063 F:      drivers/video/backlight/lp855x_bl.c
9064 F:      include/linux/platform_data/lp855x.h
9065
9066 TI LP8727 CHARGER DRIVER
9067 M:      Milo Kim <milo.kim@ti.com>
9068 S:      Maintained
9069 F:      drivers/power/lp8727_charger.c
9070 F:      include/linux/platform_data/lp8727.h
9071
9072 TI LP8788 MFD DRIVER
9073 M:      Milo Kim <milo.kim@ti.com>
9074 S:      Maintained
9075 F:      drivers/iio/adc/lp8788_adc.c
9076 F:      drivers/leds/leds-lp8788.c
9077 F:      drivers/mfd/lp8788*.c
9078 F:      drivers/power/lp8788-charger.c
9079 F:      drivers/regulator/lp8788-*.c
9080 F:      include/linux/mfd/lp8788*.h
9081
9082 TI TWL4030 SERIES SOC CODEC DRIVER
9083 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9084 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9085 S:      Maintained
9086 F:      sound/soc/codecs/twl4030*
9087
9088 TI WILINK WIRELESS DRIVERS
9089 L:      linux-wireless@vger.kernel.org
9090 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9091 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9093 S:      Orphan
9094 F:      drivers/net/wireless/ti/
9095 F:      include/linux/wl12xx.h
9096
9097 TIPC NETWORK LAYER
9098 M:      Jon Maloy <jon.maloy@ericsson.com>
9099 M:      Allan Stephens <allan.stephens@windriver.com>
9100 L:      netdev@vger.kernel.org (core kernel code)
9101 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9102 W:      http://tipc.sourceforge.net/
9103 S:      Maintained
9104 F:      include/uapi/linux/tipc*.h
9105 F:      net/tipc/
9106
9107 TILE ARCHITECTURE
9108 M:      Chris Metcalf <cmetcalf@tilera.com>
9109 W:      http://www.tilera.com/scm/
9110 S:      Supported
9111 F:      arch/tile/
9112 F:      drivers/char/tile-srom.c
9113 F:      drivers/edac/tile_edac.c
9114 F:      drivers/net/ethernet/tile/
9115 F:      drivers/rtc/rtc-tile.c
9116 F:      drivers/tty/hvc/hvc_tile.c
9117 F:      drivers/tty/serial/tilegx.c
9118 F:      drivers/usb/host/*-tilegx.c
9119 F:      include/linux/usb/tilegx.h
9120
9121 TLAN NETWORK DRIVER
9122 M:      Samuel Chessman <chessman@tux.org>
9123 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9124 W:      http://sourceforge.net/projects/tlan/
9125 S:      Maintained
9126 F:      Documentation/networking/tlan.txt
9127 F:      drivers/net/ethernet/ti/tlan.*
9128
9129 TOMOYO SECURITY MODULE
9130 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9131 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9132 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9133 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9134 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9135 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9136 W:      http://tomoyo.sourceforge.jp/
9137 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9138 S:      Maintained
9139 F:      security/tomoyo/
9140
9141 TOPSTAR LAPTOP EXTRAS DRIVER
9142 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9143 L:      platform-driver-x86@vger.kernel.org
9144 S:      Maintained
9145 F:      drivers/platform/x86/topstar-laptop.c
9146
9147 TOSHIBA ACPI EXTRAS DRIVER
9148 L:      platform-driver-x86@vger.kernel.org
9149 S:      Orphan
9150 F:      drivers/platform/x86/toshiba_acpi.c
9151
9152 TOSHIBA SMM DRIVER
9153 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9154 L:      tlinux-users@tce.toshiba-dme.co.jp
9155 W:      http://www.buzzard.org.uk/toshiba/
9156 S:      Maintained
9157 F:      drivers/char/toshiba.c
9158 F:      include/linux/toshiba.h
9159 F:      include/uapi/linux/toshiba.h
9160
9161 TMIO MMC DRIVER
9162 M:      Ian Molton <ian.molton@codethink.co.uk>
9163 L:      linux-mmc@vger.kernel.org
9164 S:      Maintained
9165 F:      drivers/mmc/host/tmio_mmc*
9166 F:      drivers/mmc/host/sh_mobile_sdhi.c
9167 F:      include/linux/mmc/tmio.h
9168 F:      include/linux/mmc/sh_mobile_sdhi.h
9169
9170 TMP401 HARDWARE MONITOR DRIVER
9171 M:      Guenter Roeck <linux@roeck-us.net>
9172 L:      lm-sensors@lm-sensors.org
9173 S:      Maintained
9174 F:      Documentation/hwmon/tmp401
9175 F:      drivers/hwmon/tmp401.c
9176
9177 TMPFS (SHMEM FILESYSTEM)
9178 M:      Hugh Dickins <hughd@google.com>
9179 L:      linux-mm@kvack.org
9180 S:      Maintained
9181 F:      include/linux/shmem_fs.h
9182 F:      mm/shmem.c
9183
9184 TM6000 VIDEO4LINUX DRIVER
9185 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
9186 L:      linux-media@vger.kernel.org
9187 W:      http://linuxtv.org
9188 T:      git git://linuxtv.org/media_tree.git
9189 S:      Odd fixes
9190 F:      drivers/media/usb/tm6000/
9191
9192 TPM DEVICE DRIVER
9193 M:      Peter Huewe <peterhuewe@gmx.de>
9194 M:      Ashley Lai <ashley@ashleylai.com>
9195 M:      Marcel Selhorst <tpmdd@selhorst.net>
9196 W:      http://tpmdd.sourceforge.net
9197 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9198 S:      Maintained
9199 F:      drivers/char/tpm/
9200
9201 TRACING
9202 M:      Steven Rostedt <rostedt@goodmis.org>
9203 M:      Ingo Molnar <mingo@redhat.com>
9204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9205 S:      Maintained
9206 F:      Documentation/trace/ftrace.txt
9207 F:      arch/*/*/*/ftrace.h
9208 F:      arch/*/kernel/ftrace.c
9209 F:      include/*/ftrace.h
9210 F:      include/linux/trace*.h
9211 F:      include/trace/
9212 F:      kernel/trace/
9213
9214 TRIVIAL PATCHES
9215 M:      Jiri Kosina <trivial@kernel.org>
9216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9217 S:      Maintained
9218 K:      ^Subject:.*(?i)trivial
9219
9220 TTY LAYER
9221 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9222 M:      Jiri Slaby <jslaby@suse.cz>
9223 S:      Supported
9224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9225 F:      drivers/tty/
9226 F:      drivers/tty/serial/serial_core.c
9227 F:      include/linux/serial_core.h
9228 F:      include/linux/serial.h
9229 F:      include/linux/tty.h
9230 F:      include/uapi/linux/serial_core.h
9231 F:      include/uapi/linux/serial.h
9232 F:      include/uapi/linux/tty.h
9233
9234 TUA9001 MEDIA DRIVER
9235 M:      Antti Palosaari <crope@iki.fi>
9236 L:      linux-media@vger.kernel.org
9237 W:      http://linuxtv.org/
9238 W:      http://palosaari.fi/linux/
9239 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9240 T:      git git://linuxtv.org/anttip/media_tree.git
9241 S:      Maintained
9242 F:      drivers/media/tuners/tua9001*
9243
9244 TULIP NETWORK DRIVERS
9245 M:      Grant Grundler <grundler@parisc-linux.org>
9246 L:      netdev@vger.kernel.org
9247 S:      Maintained
9248 F:      drivers/net/ethernet/dec/tulip/
9249
9250 TUN/TAP driver
9251 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9252 W:      http://vtun.sourceforge.net/tun
9253 S:      Maintained
9254 F:      Documentation/networking/tuntap.txt
9255 F:      arch/um/os-Linux/drivers/
9256
9257 TURBOCHANNEL SUBSYSTEM
9258 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9259 M:      Ralf Baechle <ralf@linux-mips.org>
9260 L:      linux-mips@linux-mips.org
9261 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9262 S:      Maintained
9263 F:      drivers/tc/
9264 F:      include/linux/tc.h
9265
9266 U14-34F SCSI DRIVER
9267 M:      Dario Ballabio <ballabio_dario@emc.com>
9268 L:      linux-scsi@vger.kernel.org
9269 S:      Maintained
9270 F:      drivers/scsi/u14-34f.c
9271
9272 UBI FILE SYSTEM (UBIFS)
9273 M:      Artem Bityutskiy <dedekind1@gmail.com>
9274 M:      Adrian Hunter <adrian.hunter@intel.com>
9275 L:      linux-mtd@lists.infradead.org
9276 T:      git git://git.infradead.org/ubifs-2.6.git
9277 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9278 S:      Maintained
9279 F:      Documentation/filesystems/ubifs.txt
9280 F:      fs/ubifs/
9281
9282 UCLINUX (AND M68KNOMMU)
9283 M:      Greg Ungerer <gerg@uclinux.org>
9284 W:      http://www.uclinux.org/
9285 L:      uclinux-dev@uclinux.org  (subscribers-only)
9286 S:      Maintained
9287 F:      arch/m68k/*/*_no.*
9288 F:      arch/m68k/include/asm/*_no.*
9289
9290 UDF FILESYSTEM
9291 M:      Jan Kara <jack@suse.cz>
9292 S:      Maintained
9293 F:      Documentation/filesystems/udf.txt
9294 F:      fs/udf/
9295
9296 UFS FILESYSTEM
9297 M:      Evgeniy Dushistov <dushistov@mail.ru>
9298 S:      Maintained
9299 F:      Documentation/filesystems/ufs.txt
9300 F:      fs/ufs/
9301
9302 UHID USERSPACE HID IO DRIVER:
9303 M:      David Herrmann <dh.herrmann@googlemail.com>
9304 L:      linux-input@vger.kernel.org
9305 S:      Maintained
9306 F:      drivers/hid/uhid.c
9307 F:      include/uapi/linux/uhid.h
9308
9309 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9310 L:      linux-usb@vger.kernel.org
9311 S:      Orphan
9312 F:      drivers/uwb/
9313 F:      include/linux/uwb.h
9314 F:      include/linux/uwb/
9315
9316 UNICORE32 ARCHITECTURE:
9317 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9318 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9319 S:      Maintained
9320 T:      git git://github.com/gxt/linux.git
9321 F:      arch/unicore32/
9322
9323 UNIFDEF
9324 M:      Tony Finch <dot@dotat.at>
9325 W:      http://dotat.at/prog/unifdef
9326 S:      Maintained
9327 F:      scripts/unifdef.c
9328
9329 UNIFORM CDROM DRIVER
9330 M:      Jens Axboe <axboe@kernel.dk>
9331 W:      http://www.kernel.dk
9332 S:      Maintained
9333 F:      Documentation/cdrom/
9334 F:      drivers/cdrom/cdrom.c
9335 F:      include/linux/cdrom.h
9336 F:      include/uapi/linux/cdrom.h
9337
9338 UNISYS S-PAR DRIVERS
9339 M:     Benjamin Romer <benjamin.romer@unisys.com>
9340 M:     David Kershner <david.kershner@unisys.com>
9341 L:     sparmaintainer@unisys.com (Unisys internal)
9342 S:     Supported
9343 F:     drivers/staging/unisys/
9344
9345 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9346 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9347 M:      Santosh Y <santoshsy@gmail.com>
9348 L:      linux-scsi@vger.kernel.org
9349 S:      Supported
9350 F:      Documentation/scsi/ufs.txt
9351 F:      drivers/scsi/ufs/
9352
9353 UNSORTED BLOCK IMAGES (UBI)
9354 M:      Artem Bityutskiy <dedekind1@gmail.com>
9355 W:      http://www.linux-mtd.infradead.org/
9356 L:      linux-mtd@lists.infradead.org
9357 T:      git git://git.infradead.org/ubifs-2.6.git
9358 S:      Maintained
9359 F:      drivers/mtd/ubi/
9360 F:      include/linux/mtd/ubi.h
9361 F:      include/uapi/mtd/ubi-user.h
9362
9363 UNSORTED BLOCK IMAGES (UBI) Fastmap
9364 M:      Richard Weinberger <richard@nod.at>
9365 L:      linux-mtd@lists.infradead.org
9366 S:      Maintained
9367 F:      drivers/mtd/ubi/fastmap.c
9368
9369 USB ACM DRIVER
9370 M:      Oliver Neukum <oliver@neukum.org>
9371 L:      linux-usb@vger.kernel.org
9372 S:      Maintained
9373 F:      Documentation/usb/acm.txt
9374 F:      drivers/usb/class/cdc-acm.*
9375
9376 USB AR5523 WIRELESS DRIVER
9377 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9378 L:      linux-wireless@vger.kernel.org
9379 S:      Maintained
9380 F:      drivers/net/wireless/ath/ar5523/
9381
9382 USB ATTACHED SCSI
9383 M:      Hans de Goede <hdegoede@redhat.com>
9384 M:      Gerd Hoffmann <kraxel@redhat.com>
9385 L:      linux-usb@vger.kernel.org
9386 L:      linux-scsi@vger.kernel.org
9387 S:      Maintained
9388 F:      drivers/usb/storage/uas.c
9389
9390 USB CDC ETHERNET DRIVER
9391 M:      Oliver Neukum <oliver@neukum.org>
9392 L:      linux-usb@vger.kernel.org
9393 S:      Maintained
9394 F:      drivers/net/usb/cdc_*.c
9395 F:      include/uapi/linux/usb/cdc.h
9396
9397 USB CYPRESS C67X00 DRIVER
9398 M:      Peter Korsgaard <jacmet@sunsite.dk>
9399 L:      linux-usb@vger.kernel.org
9400 S:      Maintained
9401 F:      drivers/usb/c67x00/
9402
9403 USB DAVICOM DM9601 DRIVER
9404 M:      Peter Korsgaard <jacmet@sunsite.dk>
9405 L:      netdev@vger.kernel.org
9406 W:      http://www.linux-usb.org/usbnet
9407 S:      Maintained
9408 F:      drivers/net/usb/dm9601.c
9409
9410 USB DIAMOND RIO500 DRIVER
9411 M:      Cesar Miquel <miquel@df.uba.ar>
9412 L:      rio500-users@lists.sourceforge.net
9413 W:      http://rio500.sourceforge.net
9414 S:      Maintained
9415 F:      drivers/usb/misc/rio500*
9416
9417 USB EHCI DRIVER
9418 M:      Alan Stern <stern@rowland.harvard.edu>
9419 L:      linux-usb@vger.kernel.org
9420 S:      Maintained
9421 F:      Documentation/usb/ehci.txt
9422 F:      drivers/usb/host/ehci*
9423
9424 USB GADGET/PERIPHERAL SUBSYSTEM
9425 M:      Felipe Balbi <balbi@ti.com>
9426 L:      linux-usb@vger.kernel.org
9427 W:      http://www.linux-usb.org/gadget
9428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9429 S:      Maintained
9430 F:      drivers/usb/gadget/
9431 F:      include/linux/usb/gadget*
9432
9433 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9434 M:      Jiri Kosina <jkosina@suse.cz>
9435 L:      linux-usb@vger.kernel.org
9436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9437 S:      Maintained
9438 F:      Documentation/hid/hiddev.txt
9439 F:      drivers/hid/usbhid/
9440
9441 USB/IP DRIVERS
9442 L:      linux-usb@vger.kernel.org
9443 S:      Orphan
9444 F:      drivers/staging/usbip/
9445
9446 USB ISP116X DRIVER
9447 M:      Olav Kongas <ok@artecdesign.ee>
9448 L:      linux-usb@vger.kernel.org
9449 S:      Maintained
9450 F:      drivers/usb/host/isp116x*
9451 F:      include/linux/usb/isp116x.h
9452
9453 USB MASS STORAGE DRIVER
9454 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9455 L:      linux-usb@vger.kernel.org
9456 L:      usb-storage@lists.one-eyed-alien.net
9457 S:      Maintained
9458 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9459 F:      drivers/usb/storage/
9460
9461 USB MIDI DRIVER
9462 M:      Clemens Ladisch <clemens@ladisch.de>
9463 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9464 T:      git git://git.alsa-project.org/alsa-kernel.git
9465 S:      Maintained
9466 F:      sound/usb/midi.*
9467
9468 USB NETWORKING DRIVERS
9469 L:      linux-usb@vger.kernel.org
9470 S:      Odd Fixes
9471 F:      drivers/net/usb/
9472
9473 USB OHCI DRIVER
9474 M:      Alan Stern <stern@rowland.harvard.edu>
9475 L:      linux-usb@vger.kernel.org
9476 S:      Maintained
9477 F:      Documentation/usb/ohci.txt
9478 F:      drivers/usb/host/ohci*
9479
9480 USB PEGASUS DRIVER
9481 M:      Petko Manolov <petkan@nucleusys.com>
9482 L:      linux-usb@vger.kernel.org
9483 L:      netdev@vger.kernel.org
9484 T:      git git://github.com/petkan/pegasus.git
9485 W:      https://github.com/petkan/pegasus
9486 S:      Maintained
9487 F:      drivers/net/usb/pegasus.*
9488
9489 USB PHY LAYER
9490 M:      Felipe Balbi <balbi@ti.com>
9491 L:      linux-usb@vger.kernel.org
9492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9493 S:      Maintained
9494 F:      drivers/usb/phy/
9495
9496 USB PRINTER DRIVER (usblp)
9497 M:      Pete Zaitcev <zaitcev@redhat.com>
9498 L:      linux-usb@vger.kernel.org
9499 S:      Supported
9500 F:      drivers/usb/class/usblp.c
9501
9502 USB RTL8150 DRIVER
9503 M:      Petko Manolov <petkan@nucleusys.com>
9504 L:      linux-usb@vger.kernel.org
9505 L:      netdev@vger.kernel.org
9506 T:      git git://github.com/petkan/rtl8150.git
9507 W:      https://github.com/petkan/rtl8150
9508 S:      Maintained
9509 F:      drivers/net/usb/rtl8150.c
9510
9511 USB SERIAL SUBSYSTEM
9512 M:      Johan Hovold <johan@kernel.org>
9513 L:      linux-usb@vger.kernel.org
9514 S:      Maintained
9515 F:      Documentation/usb/usb-serial.txt
9516 F:      drivers/usb/serial/
9517 F:      include/linux/usb/serial.h
9518
9519 USB SMSC75XX ETHERNET DRIVER
9520 M:      Steve Glendinning <steve.glendinning@shawell.net>
9521 L:      netdev@vger.kernel.org
9522 S:      Maintained
9523 F:      drivers/net/usb/smsc75xx.*
9524
9525 USB SMSC95XX ETHERNET DRIVER
9526 M:      Steve Glendinning <steve.glendinning@shawell.net>
9527 L:      netdev@vger.kernel.org
9528 S:      Maintained
9529 F:      drivers/net/usb/smsc95xx.*
9530
9531 USB SUBSYSTEM
9532 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9533 L:      linux-usb@vger.kernel.org
9534 W:      http://www.linux-usb.org
9535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
9536 S:      Supported
9537 F:      Documentation/usb/
9538 F:      drivers/usb/
9539 F:      include/linux/usb.h
9540 F:      include/linux/usb/
9541
9542 USB UHCI DRIVER
9543 M:      Alan Stern <stern@rowland.harvard.edu>
9544 L:      linux-usb@vger.kernel.org
9545 S:      Maintained
9546 F:      drivers/usb/host/uhci*
9547
9548 USB "USBNET" DRIVER FRAMEWORK
9549 M:      Oliver Neukum <oneukum@suse.de>
9550 L:      netdev@vger.kernel.org
9551 W:      http://www.linux-usb.org/usbnet
9552 S:      Maintained
9553 F:      drivers/net/usb/usbnet.c
9554 F:      include/linux/usb/usbnet.h
9555
9556 USB VIDEO CLASS
9557 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9558 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
9559 L:      linux-media@vger.kernel.org
9560 T:      git git://linuxtv.org/media_tree.git
9561 W:      http://www.ideasonboard.org/uvc/
9562 S:      Maintained
9563 F:      drivers/media/usb/uvc/
9564 F:      include/uapi/linux/uvcvideo.h
9565
9566 USB VISION DRIVER
9567 M:      Hans Verkuil <hverkuil@xs4all.nl>
9568 L:      linux-media@vger.kernel.org
9569 T:      git git://linuxtv.org/media_tree.git
9570 W:      http://linuxtv.org
9571 S:      Odd Fixes
9572 F:      drivers/media/usb/usbvision/
9573
9574 USB WEBCAM GADGET
9575 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9576 L:      linux-usb@vger.kernel.org
9577 S:      Maintained
9578 F:      drivers/usb/gadget/*uvc*.c
9579 F:      drivers/usb/gadget/webcam.c
9580
9581 USB WIRELESS RNDIS DRIVER (rndis_wlan)
9582 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
9583 L:      linux-wireless@vger.kernel.org
9584 S:      Maintained
9585 F:      drivers/net/wireless/rndis_wlan.c
9586
9587 USB XHCI DRIVER
9588 M:      Mathias Nyman <mathias.nyman@intel.com>
9589 L:      linux-usb@vger.kernel.org
9590 S:      Supported
9591 F:      drivers/usb/host/xhci*
9592 F:      drivers/usb/host/pci-quirks*
9593
9594 USB ZD1201 DRIVER
9595 L:      linux-wireless@vger.kernel.org
9596 W:      http://linux-lc100020.sourceforge.net
9597 S:      Orphan
9598 F:      drivers/net/wireless/zd1201.*
9599
9600 USB ZR364XX DRIVER
9601 M:      Antoine Jacquet <royale@zerezo.com>
9602 L:      linux-usb@vger.kernel.org
9603 L:      linux-media@vger.kernel.org
9604 T:      git git://linuxtv.org/media_tree.git
9605 W:      http://royale.zerezo.com/zr364xx/
9606 S:      Maintained
9607 F:      Documentation/video4linux/zr364xx.txt
9608 F:      drivers/media/usb/zr364xx/
9609
9610 USER-MODE LINUX (UML)
9611 M:      Jeff Dike <jdike@addtoit.com>
9612 M:      Richard Weinberger <richard@nod.at>
9613 L:      user-mode-linux-devel@lists.sourceforge.net
9614 L:      user-mode-linux-user@lists.sourceforge.net
9615 W:      http://user-mode-linux.sourceforge.net
9616 S:      Maintained
9617 F:      Documentation/virtual/uml/
9618 F:      arch/um/
9619 F:      arch/x86/um/
9620 F:      fs/hostfs/
9621 F:      fs/hppfs/
9622
9623 USERSPACE I/O (UIO)
9624 M:      "Hans J. Koch" <hjk@hansjkoch.de>
9625 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9626 S:      Maintained
9627 F:      Documentation/DocBook/uio-howto.tmpl
9628 F:      drivers/uio/
9629 F:      include/linux/uio*.h
9630
9631 UTIL-LINUX PACKAGE
9632 M:      Karel Zak <kzak@redhat.com>
9633 L:      util-linux@vger.kernel.org
9634 W:      http://en.wikipedia.org/wiki/Util-linux
9635 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
9636 S:      Maintained
9637
9638 UVESAFB DRIVER
9639 M:      Michal Januszewski <spock@gentoo.org>
9640 L:      linux-fbdev@vger.kernel.org
9641 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
9642 S:      Maintained
9643 F:      Documentation/fb/uvesafb.txt
9644 F:      drivers/video/uvesafb.*
9645
9646 VFAT/FAT/MSDOS FILESYSTEM
9647 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
9648 S:      Maintained
9649 F:      Documentation/filesystems/vfat.txt
9650 F:      fs/fat/
9651
9652 VFIO DRIVER
9653 M:      Alex Williamson <alex.williamson@redhat.com>
9654 L:      kvm@vger.kernel.org
9655 S:      Maintained
9656 F:      Documentation/vfio.txt
9657 F:      drivers/vfio/
9658 F:      include/linux/vfio.h
9659 F:      include/uapi/linux/vfio.h
9660
9661 VIDEOBUF2 FRAMEWORK
9662 M:      Pawel Osciak <pawel@osciak.com>
9663 M:      Marek Szyprowski <m.szyprowski@samsung.com>
9664 M:      Kyungmin Park <kyungmin.park@samsung.com>
9665 L:      linux-media@vger.kernel.org
9666 S:      Maintained
9667 F:      drivers/media/v4l2-core/videobuf2-*
9668 F:      include/media/videobuf2-*
9669
9670 VIRTIO CONSOLE DRIVER
9671 M:      Amit Shah <amit.shah@redhat.com>
9672 L:      virtualization@lists.linux-foundation.org
9673 S:      Maintained
9674 F:      drivers/char/virtio_console.c
9675 F:      include/linux/virtio_console.h
9676 F:      include/uapi/linux/virtio_console.h
9677
9678 VIRTIO CORE, NET AND BLOCK DRIVERS
9679 M:      Rusty Russell <rusty@rustcorp.com.au>
9680 M:      "Michael S. Tsirkin" <mst@redhat.com>
9681 L:      virtualization@lists.linux-foundation.org
9682 S:      Maintained
9683 F:      drivers/virtio/
9684 F:      tools/virtio/
9685 F:      drivers/net/virtio_net.c
9686 F:      drivers/block/virtio_blk.c
9687 F:      include/linux/virtio_*.h
9688 F:      include/uapi/linux/virtio_*.h
9689
9690 VIRTIO HOST (VHOST)
9691 M:      "Michael S. Tsirkin" <mst@redhat.com>
9692 L:      kvm@vger.kernel.org
9693 L:      virtualization@lists.linux-foundation.org
9694 L:      netdev@vger.kernel.org
9695 S:      Maintained
9696 F:      drivers/vhost/
9697 F:      include/uapi/linux/vhost.h
9698
9699 VIA RHINE NETWORK DRIVER
9700 M:      Roger Luethi <rl@hellgate.ch>
9701 S:      Maintained
9702 F:      drivers/net/ethernet/via/via-rhine.c
9703
9704 VIA SD/MMC CARD CONTROLLER DRIVER
9705 M:      Bruce Chang <brucechang@via.com.tw>
9706 M:      Harald Welte <HaraldWelte@viatech.com>
9707 S:      Maintained
9708 F:      drivers/mmc/host/via-sdmmc.c
9709
9710 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
9711 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
9712 L:      linux-fbdev@vger.kernel.org
9713 S:      Maintained
9714 F:      include/linux/via-core.h
9715 F:      include/linux/via-gpio.h
9716 F:      include/linux/via_i2c.h
9717 F:      drivers/video/via/
9718
9719 VIA VELOCITY NETWORK DRIVER
9720 M:      Francois Romieu <romieu@fr.zoreil.com>
9721 L:      netdev@vger.kernel.org
9722 S:      Maintained
9723 F:      drivers/net/ethernet/via/via-velocity.*
9724
9725 VIVI VIRTUAL VIDEO DRIVER
9726 M:      Hans Verkuil <hverkuil@xs4all.nl>
9727 L:      linux-media@vger.kernel.org
9728 T:      git git://linuxtv.org/media_tree.git
9729 W:      http://linuxtv.org
9730 S:      Maintained
9731 F:      drivers/media/platform/vivi*
9732
9733 VLAN (802.1Q)
9734 M:      Patrick McHardy <kaber@trash.net>
9735 L:      netdev@vger.kernel.org
9736 S:      Maintained
9737 F:      drivers/net/macvlan.c
9738 F:      include/linux/if_*vlan.h
9739 F:      net/8021q/
9740
9741 VLYNQ BUS
9742 M:      Florian Fainelli <florian@openwrt.org>
9743 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
9744 S:      Maintained
9745 F:      drivers/vlynq/vlynq.c
9746 F:      include/linux/vlynq.h
9747
9748 VME SUBSYSTEM
9749 M:      Martyn Welch <martyn.welch@ge.com>
9750 M:      Manohar Vanga <manohar.vanga@gmail.com>
9751 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9752 L:      devel@driverdev.osuosl.org
9753 S:      Maintained
9754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
9755 F:      Documentation/vme_api.txt
9756 F:      drivers/staging/vme/
9757 F:      drivers/vme/
9758 F:      include/linux/vme*
9759
9760 VMWARE HYPERVISOR INTERFACE
9761 M:      Alok Kataria <akataria@vmware.com>
9762 L:      virtualization@lists.linux-foundation.org
9763 S:      Supported
9764 F:      arch/x86/kernel/cpu/vmware.c
9765
9766 VMWARE BALLOON DRIVER
9767 M:      Xavier Deguillard <xdeguillard@vmware.com>
9768 M:      Philip Moltmann <moltmann@vmware.com>
9769 M:      "VMware, Inc." <pv-drivers@vmware.com>
9770 L:      linux-kernel@vger.kernel.org
9771 S:      Maintained
9772 F:      drivers/misc/vmw_balloon.c
9773
9774 VMWARE VMXNET3 ETHERNET DRIVER
9775 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
9776 M:      "VMware, Inc." <pv-drivers@vmware.com>
9777 L:      netdev@vger.kernel.org
9778 S:      Maintained
9779 F:      drivers/net/vmxnet3/
9780
9781 VMware PVSCSI driver
9782 M:      Arvind Kumar <arvindkumar@vmware.com>
9783 M:      VMware PV-Drivers <pv-drivers@vmware.com>
9784 L:      linux-scsi@vger.kernel.org
9785 S:      Maintained
9786 F:      drivers/scsi/vmw_pvscsi.c
9787 F:      drivers/scsi/vmw_pvscsi.h
9788
9789 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
9790 M:      Liam Girdwood <lgirdwood@gmail.com>
9791 M:      Mark Brown <broonie@kernel.org>
9792 W:      http://opensource.wolfsonmicro.com/node/15
9793 W:      http://www.slimlogic.co.uk/?p=48
9794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
9795 S:      Supported
9796 F:      drivers/regulator/
9797 F:      include/linux/regulator/
9798
9799 VT1211 HARDWARE MONITOR DRIVER
9800 M:      Juerg Haefliger <juergh@gmail.com>
9801 L:      lm-sensors@lm-sensors.org
9802 S:      Maintained
9803 F:      Documentation/hwmon/vt1211
9804 F:      drivers/hwmon/vt1211.c
9805
9806 VT8231 HARDWARE MONITOR DRIVER
9807 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
9808 L:      lm-sensors@lm-sensors.org
9809 S:      Maintained
9810 F:      drivers/hwmon/vt8231.c
9811
9812 VUB300 USB to SDIO/SD/MMC bridge chip
9813 M:      Tony Olech <tony.olech@elandigitalsystems.com>
9814 L:      linux-mmc@vger.kernel.org
9815 L:      linux-usb@vger.kernel.org
9816 S:      Supported
9817 F:      drivers/mmc/host/vub300.c
9818
9819 W1 DALLAS'S 1-WIRE BUS
9820 M:      Evgeniy Polyakov <zbr@ioremap.net>
9821 S:      Maintained
9822 F:      Documentation/w1/
9823 F:      drivers/w1/
9824
9825 W83791D HARDWARE MONITORING DRIVER
9826 M:      Marc Hulsman <m.hulsman@tudelft.nl>
9827 L:      lm-sensors@lm-sensors.org
9828 S:      Maintained
9829 F:      Documentation/hwmon/w83791d
9830 F:      drivers/hwmon/w83791d.c
9831
9832 W83793 HARDWARE MONITORING DRIVER
9833 M:      Rudolf Marek <r.marek@assembler.cz>
9834 L:      lm-sensors@lm-sensors.org
9835 S:      Maintained
9836 F:      Documentation/hwmon/w83793
9837 F:      drivers/hwmon/w83793.c
9838
9839 W83795 HARDWARE MONITORING DRIVER
9840 M:      Jean Delvare <jdelvare@suse.de>
9841 L:      lm-sensors@lm-sensors.org
9842 S:      Maintained
9843 F:      drivers/hwmon/w83795.c
9844
9845 W83L51xD SD/MMC CARD INTERFACE DRIVER
9846 M:      Pierre Ossman <pierre@ossman.eu>
9847 S:      Maintained
9848 F:      drivers/mmc/host/wbsd.*
9849
9850 WATCHDOG DEVICE DRIVERS
9851 M:      Wim Van Sebroeck <wim@iguana.be>
9852 L:      linux-watchdog@vger.kernel.org
9853 W:      http://www.linux-watchdog.org/
9854 T:      git git://www.linux-watchdog.org/linux-watchdog.git
9855 S:      Maintained
9856 F:      Documentation/watchdog/
9857 F:      drivers/watchdog/
9858 F:      include/linux/watchdog.h
9859 F:      include/uapi/linux/watchdog.h
9860
9861 WD7000 SCSI DRIVER
9862 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
9863 L:      linux-scsi@vger.kernel.org
9864 S:      Maintained
9865 F:      drivers/scsi/wd7000.c
9866
9867 WIIMOTE HID DRIVER
9868 M:      David Herrmann <dh.herrmann@googlemail.com>
9869 L:      linux-input@vger.kernel.org
9870 S:      Maintained
9871 F:      drivers/hid/hid-wiimote*
9872
9873 WINBOND CIR DRIVER
9874 M:      David Härdeman <david@hardeman.nu>
9875 S:      Maintained
9876 F:      drivers/media/rc/winbond-cir.c
9877
9878 WIMAX STACK
9879 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
9880 M:      linux-wimax@intel.com
9881 L:     wimax@linuxwimax.org (subscribers-only)
9882 S:      Supported
9883 W:      http://linuxwimax.org
9884 F:      Documentation/wimax/README.wimax
9885 F:      include/linux/wimax/debug.h
9886 F:      include/net/wimax.h
9887 F:      include/uapi/linux/wimax.h
9888 F:      net/wimax/
9889
9890 WISTRON LAPTOP BUTTON DRIVER
9891 M:      Miloslav Trmac <mitr@volny.cz>
9892 S:      Maintained
9893 F:      drivers/input/misc/wistron_btns.c
9894
9895 WL3501 WIRELESS PCMCIA CARD DRIVER
9896 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
9897 L:      linux-wireless@vger.kernel.org
9898 W:      http://oops.ghostprotocols.net:81/blog
9899 S:      Maintained
9900 F:      drivers/net/wireless/wl3501*
9901
9902 WM97XX TOUCHSCREEN DRIVERS
9903 M:      Mark Brown <broonie@kernel.org>
9904 M:      Liam Girdwood <lrg@slimlogic.co.uk>
9905 L:      linux-input@vger.kernel.org
9906 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
9907 W:      http://opensource.wolfsonmicro.com/node/7
9908 S:      Supported
9909 F:      drivers/input/touchscreen/*wm97*
9910 F:      include/linux/wm97xx.h
9911
9912 WOLFSON MICROELECTRONICS DRIVERS
9913 L:      patches@opensource.wolfsonmicro.com
9914 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
9915 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
9916 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
9917 S:      Supported
9918 F:      Documentation/hwmon/wm83??
9919 F:      arch/arm/mach-s3c64xx/mach-crag6410*
9920 F:      drivers/clk/clk-wm83*.c
9921 F:      drivers/extcon/extcon-arizona.c
9922 F:      drivers/leds/leds-wm83*.c
9923 F:      drivers/gpio/gpio-*wm*.c
9924 F:      drivers/gpio/gpio-arizona.c
9925 F:      drivers/hwmon/wm83??-hwmon.c
9926 F:      drivers/input/misc/wm831x-on.c
9927 F:      drivers/input/touchscreen/wm831x-ts.c
9928 F:      drivers/input/touchscreen/wm97*.c
9929 F:      drivers/mfd/arizona*
9930 F:      drivers/mfd/wm*.c
9931 F:      drivers/power/wm83*.c
9932 F:      drivers/rtc/rtc-wm83*.c
9933 F:      drivers/regulator/wm8*.c
9934 F:      drivers/video/backlight/wm83*_bl.c
9935 F:      drivers/watchdog/wm83*_wdt.c
9936 F:      include/linux/mfd/arizona/
9937 F:      include/linux/mfd/wm831x/
9938 F:      include/linux/mfd/wm8350/
9939 F:      include/linux/mfd/wm8400*
9940 F:      include/linux/wm97xx.h
9941 F:      include/sound/wm????.h
9942 F:      sound/soc/codecs/arizona.?
9943 F:      sound/soc/codecs/wm*
9944
9945 WORKQUEUE
9946 M:      Tejun Heo <tj@kernel.org>
9947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
9948 S:      Maintained
9949 F:      include/linux/workqueue.h
9950 F:      kernel/workqueue.c
9951 F:      Documentation/workqueue.txt
9952
9953 X.25 NETWORK LAYER
9954 M:      Andrew Hendry <andrew.hendry@gmail.com>
9955 L:      linux-x25@vger.kernel.org
9956 S:      Odd Fixes
9957 F:      Documentation/networking/x25*
9958 F:      include/net/x25*
9959 F:      net/x25/
9960
9961 X86 ARCHITECTURE (32-BIT AND 64-BIT)
9962 M:      Thomas Gleixner <tglx@linutronix.de>
9963 M:      Ingo Molnar <mingo@redhat.com>
9964 M:      "H. Peter Anvin" <hpa@zytor.com>
9965 M:      x86@kernel.org
9966 L:      linux-kernel@vger.kernel.org
9967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
9968 S:      Maintained
9969 F:      Documentation/x86/
9970 F:      arch/x86/
9971
9972 X86 PLATFORM DRIVERS
9973 M:      Matthew Garrett <matthew.garrett@nebula.com>
9974 L:      platform-driver-x86@vger.kernel.org
9975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
9976 S:      Maintained
9977 F:      drivers/platform/x86/
9978
9979 X86 MCE INFRASTRUCTURE
9980 M:      Tony Luck <tony.luck@intel.com>
9981 M:      Borislav Petkov <bp@alien8.de>
9982 L:      linux-edac@vger.kernel.org
9983 S:      Maintained
9984 F:      arch/x86/kernel/cpu/mcheck/*
9985
9986 XC2028/3028 TUNER DRIVER
9987 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
9988 L:      linux-media@vger.kernel.org
9989 W:      http://linuxtv.org
9990 T:      git git://linuxtv.org/media_tree.git
9991 S:      Maintained
9992 F:      drivers/media/tuners/tuner-xc2028.*
9993
9994 XEN HYPERVISOR INTERFACE
9995 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9996 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
9997 M:      David Vrabel <david.vrabel@citrix.com>
9998 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10000 S:      Supported
10001 F:      arch/x86/xen/
10002 F:      drivers/*/xen-*front.c
10003 F:      drivers/xen/
10004 F:      arch/x86/include/asm/xen/
10005 F:      include/xen/
10006 F:      include/uapi/xen/
10007
10008 XEN HYPERVISOR ARM
10009 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10010 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10011 S:      Supported
10012 F:      arch/arm/xen/
10013 F:      arch/arm/include/asm/xen/
10014
10015 XEN HYPERVISOR ARM64
10016 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10017 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10018 S:      Supported
10019 F:      arch/arm64/xen/
10020 F:      arch/arm64/include/asm/xen/
10021
10022 XEN NETWORK BACKEND DRIVER
10023 M:      Ian Campbell <ian.campbell@citrix.com>
10024 M:      Wei Liu <wei.liu2@citrix.com>
10025 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10026 L:      netdev@vger.kernel.org
10027 S:      Supported
10028 F:      drivers/net/xen-netback/*
10029
10030 XEN PCI SUBSYSTEM
10031 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10032 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10033 S:      Supported
10034 F:      arch/x86/pci/*xen*
10035 F:      drivers/pci/*xen*
10036
10037 XEN SWIOTLB SUBSYSTEM
10038 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10039 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10040 S:      Supported
10041 F:      arch/x86/xen/*swiotlb*
10042 F:      drivers/xen/*swiotlb*
10043
10044 XFS FILESYSTEM
10045 P:      Silicon Graphics Inc
10046 M:      Dave Chinner <david@fromorbit.com>
10047 M:      xfs@oss.sgi.com
10048 L:      xfs@oss.sgi.com
10049 W:      http://oss.sgi.com/projects/xfs
10050 T:      git git://oss.sgi.com/xfs/xfs.git
10051 S:      Supported
10052 F:      Documentation/filesystems/xfs.txt
10053 F:      fs/xfs/
10054
10055 XILINX AXI ETHERNET DRIVER
10056 M:      Anirudha Sarangi <anirudh@xilinx.com>
10057 M:      John Linn <John.Linn@xilinx.com>
10058 S:      Maintained
10059 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10060
10061 XILINX SYSTEMACE DRIVER
10062 S:      Orphan
10063 F:      drivers/block/xsysace.c
10064
10065 XILINX UARTLITE SERIAL DRIVER
10066 M:      Peter Korsgaard <jacmet@sunsite.dk>
10067 L:      linux-serial@vger.kernel.org
10068 S:      Maintained
10069 F:      drivers/tty/serial/uartlite.c
10070
10071 XTENSA XTFPGA PLATFORM SUPPORT
10072 M:      Max Filippov <jcmvbkbc@gmail.com>
10073 L:      linux-xtensa@linux-xtensa.org
10074 S:      Maintained
10075 F:      drivers/spi/spi-xtensa-xtfpga.c
10076
10077 YAM DRIVER FOR AX.25
10078 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10079 L:      linux-hams@vger.kernel.org
10080 S:      Maintained
10081 F:      drivers/net/hamradio/yam*
10082 F:      include/linux/yam.h
10083
10084 YEALINK PHONE DRIVER
10085 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10086 L:      usbb2k-api-dev@nongnu.org
10087 S:      Maintained
10088 F:      Documentation/input/yealink.txt
10089 F:      drivers/input/misc/yealink.*
10090
10091 Z8530 DRIVER FOR AX.25
10092 M:      Joerg Reuter <jreuter@yaina.de>
10093 W:      http://yaina.de/jreuter/
10094 W:      http://www.qsl.net/dl1bke/
10095 L:      linux-hams@vger.kernel.org
10096 S:      Maintained
10097 F:      Documentation/networking/z8530drv.txt
10098 F:      drivers/net/hamradio/*scc.c
10099 F:      drivers/net/hamradio/z8530.h
10100
10101 ZBUD COMPRESSED PAGE ALLOCATOR
10102 M:      Seth Jennings <sjennings@variantweb.net>
10103 L:      linux-mm@kvack.org
10104 S:      Maintained
10105 F:      mm/zbud.c
10106 F:      include/linux/zbud.h
10107
10108 ZD1211RW WIRELESS DRIVER
10109 M:      Daniel Drake <dsd@gentoo.org>
10110 M:      Ulrich Kunitz <kune@deine-taler.de>
10111 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10112 L:      linux-wireless@vger.kernel.org
10113 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10114 S:      Maintained
10115 F:      drivers/net/wireless/zd1211rw/
10116
10117 ZR36067 VIDEO FOR LINUX DRIVER
10118 L:      mjpeg-users@lists.sourceforge.net
10119 L:      linux-media@vger.kernel.org
10120 W:      http://mjpeg.sourceforge.net/driver-zoran/
10121 T:      hg http://linuxtv.org/hg/v4l-dvb
10122 S:      Odd Fixes
10123 F:      drivers/media/pci/zoran/
10124
10125 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10126 M:      Minchan Kim <minchan@kernel.org>
10127 M:      Nitin Gupta <ngupta@vflare.org>
10128 L:      linux-kernel@vger.kernel.org
10129 S:      Maintained
10130 F:      drivers/block/zram/
10131 F:      Documentation/blockdev/zram.txt
10132
10133 ZS DECSTATION Z85C30 SERIAL DRIVER
10134 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10135 S:      Maintained
10136 F:      drivers/tty/serial/zs.*
10137
10138 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10139 M:      Minchan Kim <minchan@kernel.org>
10140 M:      Nitin Gupta <ngupta@vflare.org>
10141 L:      linux-mm@kvack.org
10142 S:      Maintained
10143 F:      mm/zsmalloc.c
10144 F:      include/linux/zsmalloc.h
10145
10146 ZSWAP COMPRESSED SWAP CACHING
10147 M:      Seth Jennings <sjennings@variantweb.net>
10148 L:      linux-mm@kvack.org
10149 S:      Maintained
10150 F:      mm/zswap.c
10151
10152 THE REST
10153 M:      Linus Torvalds <torvalds@linux-foundation.org>
10154 L:      linux-kernel@vger.kernel.org
10155 Q:      http://patchwork.kernel.org/project/LKML/list/
10156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10157 S:      Buried alive in reporters
10158 F:      *
10159 F:      */