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