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