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