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