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