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