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