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