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