staging: Remove the Android logger driver
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         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 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA TRIPLE SPEED ETHERNET DRIVER
567 M:      Vince Bridgers <vbridger@opensource.altera.com>
568 L:      netdev@vger.kernel.org
569 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570 S:      Maintained
571 F:      drivers/net/ethernet/altera/
572
573 ALTERA UART/JTAG UART SERIAL DRIVERS
574 M:      Tobias Klauser <tklauser@distanz.ch>
575 L:      linux-serial@vger.kernel.org
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/tty/serial/altera_uart.c
579 F:      drivers/tty/serial/altera_jtaguart.c
580 F:      include/linux/altera_uart.h
581 F:      include/linux/altera_jtaguart.h
582
583 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
584 M:      Tom Lendacky <thomas.lendacky@amd.com>
585 L:      linux-crypto@vger.kernel.org
586 S:      Supported
587 F:      drivers/crypto/ccp/
588 F:      include/linux/ccp.h
589
590 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
591 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
592 L:      lm-sensors@lm-sensors.org
593 S:      Maintained
594 F:      Documentation/hwmon/fam15h_power
595 F:      drivers/hwmon/fam15h_power.c
596
597 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
598 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
599 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
600 S:      Supported
601 F:      drivers/usb/gadget/udc/amd5536udc.*
602
603 AMD GEODE PROCESSOR/CHIPSET SUPPORT
604 P:      Andres Salomon <dilinger@queued.net>
605 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
606 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
607 S:      Supported
608 F:      drivers/char/hw_random/geode-rng.c
609 F:      drivers/crypto/geode*
610 F:      drivers/video/fbdev/geode/
611 F:      arch/x86/include/asm/geode.h
612
613 AMD IOMMU (AMD-VI)
614 M:      Joerg Roedel <joro@8bytes.org>
615 L:      iommu@lists.linux-foundation.org
616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
617 S:      Maintained
618 F:      drivers/iommu/amd_iommu*.[ch]
619 F:      include/linux/amd-iommu.h
620
621 AMD KFD
622 M:      Oded Gabbay <oded.gabbay@amd.com>
623 L:      dri-devel@lists.freedesktop.org
624 T:      git git://people.freedesktop.org/~gabbayo/linux.git
625 S:      Supported
626 F:      drivers/gpu/drm/amd/amdkfd/
627 F:      drivers/gpu/drm/radeon/radeon_kfd.c
628 F:      drivers/gpu/drm/radeon/radeon_kfd.h
629 F:      include/uapi/linux/kfd_ioctl.h
630
631 AMD MICROCODE UPDATE SUPPORT
632 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
633 L:      amd64-microcode@amd64.org
634 S:      Maintained
635 F:      arch/x86/kernel/cpu/microcode/amd*
636
637 AMD XGBE DRIVER
638 M:      Tom Lendacky <thomas.lendacky@amd.com>
639 L:      netdev@vger.kernel.org
640 S:      Supported
641 F:      drivers/net/ethernet/amd/xgbe/
642 F:      drivers/net/phy/amd-xgbe-phy.c
643
644 AMS (Apple Motion Sensor) DRIVER
645 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
646 S:      Supported
647 F:      drivers/macintosh/ams/
648
649 AMSO1100 RNIC DRIVER
650 M:      Tom Tucker <tom@opengridcomputing.com>
651 M:      Steve Wise <swise@opengridcomputing.com>
652 L:      linux-rdma@vger.kernel.org
653 S:      Maintained
654 F:      drivers/infiniband/hw/amso1100/
655
656 ANALOG DEVICES INC AD9389B DRIVER
657 M:      Hans Verkuil <hans.verkuil@cisco.com>
658 L:      linux-media@vger.kernel.org
659 S:      Maintained
660 F:      drivers/media/i2c/ad9389b*
661
662 ANALOG DEVICES INC ADV7511 DRIVER
663 M:      Hans Verkuil <hans.verkuil@cisco.com>
664 L:      linux-media@vger.kernel.org
665 S:      Maintained
666 F:      drivers/media/i2c/adv7511*
667
668 ANALOG DEVICES INC ADV7604 DRIVER
669 M:      Hans Verkuil <hans.verkuil@cisco.com>
670 L:      linux-media@vger.kernel.org
671 S:      Maintained
672 F:      drivers/media/i2c/adv7604*
673
674 ANALOG DEVICES INC ADV7842 DRIVER
675 M:      Hans Verkuil <hans.verkuil@cisco.com>
676 L:      linux-media@vger.kernel.org
677 S:      Maintained
678 F:      drivers/media/i2c/adv7842*
679
680 ANALOG DEVICES INC ASOC CODEC DRIVERS
681 M:      Lars-Peter Clausen <lars@metafoo.de>
682 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
683 W:      http://wiki.analog.com/
684 W:      http://ez.analog.com/community/linux-device-drivers
685 S:      Supported
686 F:      sound/soc/codecs/adau*
687 F:      sound/soc/codecs/adav*
688 F:      sound/soc/codecs/ad1*
689 F:      sound/soc/codecs/ad7*
690 F:      sound/soc/codecs/ssm*
691 F:      sound/soc/codecs/sigmadsp.*
692
693 ANALOG DEVICES INC ASOC DRIVERS
694 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
695 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
696 W:      http://blackfin.uclinux.org/
697 S:      Supported
698 F:      sound/soc/blackfin/*
699  
700 ANALOG DEVICES INC IIO DRIVERS
701 M:      Lars-Peter Clausen <lars@metafoo.de>
702 M:      Michael Hennerich <Michael.Hennerich@analog.com>
703 W:      http://wiki.analog.com/
704 W:      http://ez.analog.com/community/linux-device-drivers
705 S:      Supported
706 F:      drivers/iio/*/ad*
707 X:      drivers/iio/*/adjd*
708 F:      drivers/staging/iio/*/ad*
709 F:      staging/iio/trigger/iio-trig-bfin-timer.c
710
711 AOA (Apple Onboard Audio) ALSA DRIVER
712 M:      Johannes Berg <johannes@sipsolutions.net>
713 L:      linuxppc-dev@lists.ozlabs.org
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 S:      Maintained
716 F:      sound/aoa/
717
718 APM DRIVER
719 M:      Jiri Kosina <jkosina@suse.cz>
720 S:      Odd fixes
721 F:      arch/x86/kernel/apm_32.c
722 F:      include/linux/apm_bios.h
723 F:      include/uapi/linux/apm_bios.h
724 F:      drivers/char/apm-emulation.c
725
726 APPLE BCM5974 MULTITOUCH DRIVER
727 M:      Henrik Rydberg <rydberg@bitmath.org>
728 L:      linux-input@vger.kernel.org
729 S:      Odd fixes
730 F:      drivers/input/mouse/bcm5974.c
731
732 APPLE SMC DRIVER
733 M:      Henrik Rydberg <rydberg@bitmath.org>
734 L:      lm-sensors@lm-sensors.org
735 S:      Odd fixes
736 F:      drivers/hwmon/applesmc.c
737
738 APPLETALK NETWORK LAYER
739 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
740 S:      Maintained
741 F:      drivers/net/appletalk/
742 F:      net/appletalk/
743
744 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
745 M:      Iyappan Subramanian <isubramanian@apm.com>
746 M:      Keyur Chudgar <kchudgar@apm.com>
747 S:      Supported
748 F:      drivers/net/ethernet/apm/xgene/
749 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
750
751 APTINA CAMERA SENSOR PLL
752 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
753 L:      linux-media@vger.kernel.org
754 S:      Maintained
755 F:      drivers/media/i2c/aptina-pll.*
756
757 ARASAN COMPACT FLASH PATA CONTROLLER
758 M:      Viresh Kumar <viresh.linux@gmail.com>
759 L:      linux-ide@vger.kernel.org
760 S:      Maintained
761 F:      include/linux/pata_arasan_cf_data.h
762 F:      drivers/ata/pata_arasan_cf.c
763
764 ARC FRAMEBUFFER DRIVER
765 M:      Jaya Kumar <jayalk@intworks.biz>
766 S:      Maintained
767 F:      drivers/video/fbdev/arcfb.c
768 F:      drivers/video/fbdev/core/fb_defio.c
769
770 ARM MFM AND FLOPPY DRIVERS
771 M:      Ian Molton <spyro@f2s.com>
772 S:      Maintained
773 F:      arch/arm/lib/floppydma.S
774 F:      arch/arm/include/asm/floppy.h
775
776 ARM PMU PROFILING AND DEBUGGING
777 M:      Will Deacon <will.deacon@arm.com>
778 S:      Maintained
779 F:      arch/arm/kernel/perf_event*
780 F:      arch/arm/oprofile/common.c
781 F:      arch/arm/include/asm/pmu.h
782 F:      arch/arm/kernel/hw_breakpoint.c
783 F:      arch/arm/include/asm/hw_breakpoint.h
784
785 ARM PORT
786 M:      Russell King <linux@arm.linux.org.uk>
787 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
788 W:      http://www.arm.linux.org.uk/
789 S:      Maintained
790 F:      arch/arm/
791
792 ARM SUB-ARCHITECTURES
793 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
794 S:      Maintained
795 F:      arch/arm/mach-*/
796 F:      arch/arm/plat-*/
797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
798
799 ARM PRIMECELL AACI PL041 DRIVER
800 M:      Russell King <linux@arm.linux.org.uk>
801 S:      Maintained
802 F:      sound/arm/aaci.*
803
804 ARM PRIMECELL CLCD PL110 DRIVER
805 M:      Russell King <linux@arm.linux.org.uk>
806 S:      Maintained
807 F:      drivers/video/fbdev/amba-clcd.*
808
809 ARM PRIMECELL KMI PL050 DRIVER
810 M:      Russell King <linux@arm.linux.org.uk>
811 S:      Maintained
812 F:      drivers/input/serio/ambakmi.*
813 F:      include/linux/amba/kmi.h
814
815 ARM PRIMECELL MMCI PL180/1 DRIVER
816 M:      Russell King <linux@arm.linux.org.uk>
817 S:      Maintained
818 F:      drivers/mmc/host/mmci.*
819 F:      include/linux/amba/mmci.h
820
821 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
822 M:      Russell King <linux@arm.linux.org.uk>
823 S:      Maintained
824 F:      drivers/tty/serial/amba-pl01*.c
825 F:      include/linux/amba/serial.h
826
827 ARM PRIMECELL BUS SUPPORT
828 M:      Russell King <linux@arm.linux.org.uk>
829 S:      Maintained
830 F:      drivers/amba/
831 F:      include/linux/amba/bus.h
832
833 ARM/ADS SPHERE MACHINE SUPPORT
834 M:      Lennert Buytenhek <kernel@wantstofly.org>
835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
836 S:      Maintained
837
838 ARM/AFEB9260 MACHINE SUPPORT
839 M:      Sergey Lapin <slapin@ossfans.org>
840 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
841 S:      Maintained
842
843 ARM/AJECO 1ARM MACHINE SUPPORT
844 M:      Lennert Buytenhek <kernel@wantstofly.org>
845 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
846 S:      Maintained
847
848 ARM/Allwinner A1X SoC support
849 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
850 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
851 S:      Maintained
852 N:      sun[x4567]i
853
854 ARM/Allwinner SoC Clock Support
855 M:      Emilio López <emilio@elopez.com.ar>
856 S:      Maintained
857 F:      drivers/clk/sunxi/
858
859 ARM/Amlogic MesonX SoC support
860 M:      Carlo Caione <carlo@caione.org>
861 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
862 S:      Maintained
863 F:      drivers/media/rc/meson-ir.c
864 N:      meson[x68]
865
866 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
867 M:      Andrew Victor <linux@maxim.org.za>
868 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
869 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
870 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
871 W:      http://maxim.org.za/at91_26.html
872 W:      http://www.linux4sam.org
873 S:      Supported
874 F:      arch/arm/mach-at91/
875 F:      include/soc/at91/
876 F:      arch/arm/boot/dts/at91*.dts
877 F:      arch/arm/boot/dts/at91*.dtsi
878 F:      arch/arm/boot/dts/sama*.dts
879 F:      arch/arm/boot/dts/sama*.dtsi
880
881 ARM/ATMEL AT91 Clock Support
882 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
883 S:      Maintained
884 F:      drivers/clk/at91
885
886 ARM/CALXEDA HIGHBANK ARCHITECTURE
887 M:      Rob Herring <robh@kernel.org>
888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
889 S:      Maintained
890 F:      arch/arm/mach-highbank/
891
892 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
893 M:      Krzysztof Halasa <khalasa@piap.pl>
894 S:      Maintained
895 F:      arch/arm/mach-cns3xxx/
896
897 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
898 M:      Alexander Shiyan <shc_work@mail.ru>
899 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
900 S:      Odd Fixes
901 N:      clps711x
902
903 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
904 M:      Hartley Sweeten <hsweeten@visionengravers.com>
905 M:      Ryan Mallon <rmallon@gmail.com>
906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
907 S:      Maintained
908 F:      arch/arm/mach-ep93xx/
909 F:      arch/arm/mach-ep93xx/include/mach/
910
911 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
912 M:      Lennert Buytenhek <kernel@wantstofly.org>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 S:      Maintained
915
916 ARM/CLKDEV SUPPORT
917 M:      Russell King <linux@arm.linux.org.uk>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 S:      Maintained
920 F:      arch/arm/include/asm/clkdev.h
921 F:      drivers/clk/clkdev.c
922
923 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
924 M:      Mike Rapoport <mike@compulab.co.il>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 S:      Maintained
927
928 ARM/CONTEC MICRO9 MACHINE SUPPORT
929 M:      Hubert Feurstein <hubert.feurstein@contec.at>
930 S:      Maintained
931 F:      arch/arm/mach-ep93xx/micro9.c
932
933 ARM/CORESIGHT FRAMEWORK AND DRIVERS
934 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Maintained
937 F:      drivers/coresight/*
938 F:      Documentation/trace/coresight.txt
939 F:      Documentation/devicetree/bindings/arm/coresight.txt
940 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
941
942 ARM/CORGI MACHINE SUPPORT
943 M:      Richard Purdie <rpurdie@rpsys.net>
944 S:      Maintained
945
946 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
947 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 T:      git git://git.berlios.de/gemini-board
950 S:      Maintained
951 F:      arch/arm/mach-gemini/
952
953 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
954 M:      Barry Song <baohua@kernel.org>
955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
957 S:      Maintained
958 F:      arch/arm/mach-prima2/
959 F:      drivers/clk/sirf/
960 F:      drivers/clocksource/timer-prima2.c
961 F:      drivers/clocksource/timer-marco.c
962 N:      [^a-z]sirf
963
964 ARM/EBSA110 MACHINE SUPPORT
965 M:      Russell King <linux@arm.linux.org.uk>
966 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
967 W:      http://www.arm.linux.org.uk/
968 S:      Maintained
969 F:      arch/arm/mach-ebsa110/
970 F:      drivers/net/ethernet/amd/am79c961a.*
971
972 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
973 M:      Uwe Kleine-König <kernel@pengutronix.de>
974 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
975 S:      Maintained
976 N:      efm32
977
978 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
979 M:      Daniel Ribeiro <drwyrm@gmail.com>
980 M:      Stefan Schmidt <stefan@openezx.org>
981 M:      Harald Welte <laforge@openezx.org>
982 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
983 W:      http://www.openezx.org/
984 S:      Maintained
985 T:      topgit git://git.openezx.org/openezx.git
986 F:      arch/arm/mach-pxa/ezx.c
987
988 ARM/FARADAY FA526 PORT
989 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S:      Maintained
992 T:      git git://git.berlios.de/gemini-board
993 F:      arch/arm/mm/*-fa*
994
995 ARM/FOOTBRIDGE ARCHITECTURE
996 M:      Russell King <linux@arm.linux.org.uk>
997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 W:      http://www.arm.linux.org.uk/
999 S:      Maintained
1000 F:      arch/arm/include/asm/hardware/dec21285.h
1001 F:      arch/arm/mach-footbridge/
1002
1003 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1004 M:      Shawn Guo <shawn.guo@linaro.org>
1005 M:      Sascha Hauer <kernel@pengutronix.de>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 S:      Maintained
1008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1009 F:      arch/arm/mach-imx/
1010 F:      arch/arm/mach-mxs/
1011 F:      arch/arm/boot/dts/imx*
1012 F:      arch/arm/configs/imx*_defconfig
1013
1014 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1015 M:      Lennert Buytenhek <kernel@wantstofly.org>
1016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1017 S:      Maintained
1018
1019 ARM/GUMSTIX MACHINE SUPPORT
1020 M:      Steve Sakoman <sakoman@gmail.com>
1021 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1022 S:      Maintained
1023
1024 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1025 M:      Philipp Zabel <philipp.zabel@gmail.com>
1026 M:      Paul Parsons <lost.distance@yahoo.com>
1027 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1028 S:      Maintained
1029 F:      arch/arm/mach-pxa/hx4700.c
1030 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1031 F:      sound/soc/pxa/hx4700.c
1032
1033 ARM/HISILICON SOC SUPPORT
1034 M:      Wei Xu <xuwei5@hisilicon.com>
1035 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1036 W:      http://www.hisilicon.com
1037 S:      Supported
1038 T:      git git://github.com/hisilicon/linux-hisi.git
1039 F:      arch/arm/mach-hisi/
1040
1041 ARM/HP JORNADA 7XX MACHINE SUPPORT
1042 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1043 W:      www.jlime.com
1044 S:      Maintained
1045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1046 F:      arch/arm/mach-sa1100/jornada720.c
1047 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1048
1049 ARM/IGEP MACHINE SUPPORT
1050 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1051 M:      Javier Martinez Canillas <javier@dowhile0.org>
1052 L:      linux-omap@vger.kernel.org
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 S:      Maintained
1055 F:      arch/arm/boot/dts/omap3-igep*
1056
1057 ARM/INCOME PXA270 SUPPORT
1058 M:      Marek Vasut <marek.vasut@gmail.com>
1059 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1060 S:      Maintained
1061 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1062
1063 ARM/INTEL IOP32X ARM ARCHITECTURE
1064 M:      Lennert Buytenhek <kernel@wantstofly.org>
1065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1066 S:      Maintained
1067
1068 ARM/INTEL IOP33X ARM ARCHITECTURE
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Orphan
1071
1072 ARM/INTEL IOP13XX ARM ARCHITECTURE
1073 M:      Lennert Buytenhek <kernel@wantstofly.org>
1074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1075 S:      Maintained
1076
1077 ARM/INTEL IQ81342EX 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/INTEL IXDP2850 MACHINE SUPPORT
1083 M:      Lennert Buytenhek <kernel@wantstofly.org>
1084 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1085 S:      Maintained
1086
1087 ARM/INTEL IXP4XX ARM ARCHITECTURE
1088 M:      Imre Kaloz <kaloz@openwrt.org>
1089 M:      Krzysztof Halasa <khalasa@piap.pl>
1090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 S:      Maintained
1092 F:      arch/arm/mach-ixp4xx/
1093
1094 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1095 M:      Jonathan Cameron <jic23@cam.ac.uk>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 S:      Maintained
1098 F:      arch/arm/mach-pxa/stargate2.c
1099 F:      drivers/pcmcia/pxa2xx_stargate2.c
1100
1101 ARM/INTEL XSC3 (MANZANO) ARM CORE
1102 M:      Lennert Buytenhek <kernel@wantstofly.org>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105
1106 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1107 M:      Lennert Buytenhek <kernel@wantstofly.org>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S:      Maintained
1110
1111 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1112 M:      Santosh Shilimkar <ssantosh@kernel.org>
1113 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1114 S:      Maintained
1115 F:      arch/arm/mach-keystone/
1116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1117
1118 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1119 M:      Santosh Shilimkar <ssantosh@kernel.org>
1120 L:      linux-kernel@vger.kernel.org
1121 S:      Maintained
1122 F:      drivers/clk/keystone/
1123
1124 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1125 M:      Santosh Shilimkar <ssantosh@kernel.org>
1126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1127 L:      linux-kernel@vger.kernel.org
1128 S:      Maintained
1129 F:      drivers/clocksource/timer-keystone.c
1130
1131 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1132 M:      Santosh Shilimkar <ssantosh@kernel.org>
1133 L:      linux-kernel@vger.kernel.org
1134 S:      Maintained
1135 F:      drivers/power/reset/keystone-reset.c
1136
1137 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1138 M:      Santosh Shilimkar <ssantosh@kernel.org>
1139 L:      linux-kernel@vger.kernel.org
1140 S:      Maintained
1141 F:      drivers/memory/*emif*
1142
1143 ARM/LOGICPD PXA270 MACHINE SUPPORT
1144 M:      Lennert Buytenhek <kernel@wantstofly.org>
1145 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1146 S:      Maintained
1147
1148 ARM/MAGICIAN MACHINE SUPPORT
1149 M:      Philipp Zabel <philipp.zabel@gmail.com>
1150 S:      Maintained
1151
1152 ARM/Marvell Armada 370 and Armada XP SOC support
1153 M:      Jason Cooper <jason@lakedaemon.net>
1154 M:      Andrew Lunn <andrew@lunn.ch>
1155 M:      Gregory Clement <gregory.clement@free-electrons.com>
1156 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 S:      Maintained
1159 F:      arch/arm/mach-mvebu/
1160
1161 ARM/Marvell Berlin SoC support
1162 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165 F:      arch/arm/mach-berlin/
1166
1167 ARM/Marvell Dove/MV78xx0/Orion SOC support
1168 M:      Jason Cooper <jason@lakedaemon.net>
1169 M:      Andrew Lunn <andrew@lunn.ch>
1170 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S:      Maintained
1173 F:      arch/arm/mach-dove/
1174 F:      arch/arm/mach-mv78xx0/
1175 F:      arch/arm/mach-orion5x/
1176 F:      arch/arm/plat-orion/
1177
1178 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1179 M:      Alexander Clouter <alex@digriz.org.uk>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 W:      http://www.digriz.org.uk/ts78xx/kernel
1182 S:      Maintained
1183 F:      arch/arm/mach-orion5x/ts78xx-*
1184
1185 ARM/Mediatek SoC support
1186 M:      Matthias Brugger <matthias.bgg@gmail.com>
1187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 S:      Maintained
1189 F:      arch/arm/boot/dts/mt6*
1190 F:      arch/arm/boot/dts/mt8*
1191 F:      arch/arm/mach-mediatek/
1192 N:      mtk
1193 K:      mediatek
1194
1195 ARM/MICREL KS8695 ARCHITECTURE
1196 M:      Greg Ungerer <gerg@uclinux.org>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 F:      arch/arm/mach-ks8695/
1199 S:      Odd Fixes
1200
1201 ARM/MIOA701 MACHINE SUPPORT
1202 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1203 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1204 F:      arch/arm/mach-pxa/mioa701.c
1205 S:      Maintained
1206
1207 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1208 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1209 S:      Maintained
1210
1211 ARM/NOMADIK ARCHITECTURE
1212 M:      Alessandro Rubini <rubini@unipv.it>
1213 M:      Linus Walleij <linus.walleij@linaro.org>
1214 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 S:      Maintained
1216 F:      arch/arm/mach-nomadik/
1217 F:      drivers/pinctrl/nomadik/
1218 F:      drivers/i2c/busses/i2c-nomadik.c
1219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1220
1221 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1222 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1223 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1224 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1225 S:      Supported
1226
1227 ARM/QUALCOMM MSM MACHINE SUPPORT
1228 M:      David Brown <davidb@codeaurora.org>
1229 M:      Daniel Walker <dwalker@fifo99.com>
1230 M:      Bryan Huntsman <bryanh@codeaurora.org>
1231 L:      linux-arm-msm@vger.kernel.org
1232 F:      arch/arm/mach-msm/
1233 F:      drivers/video/fbdev/msm/
1234 F:      drivers/mmc/host/msm_sdcc.c
1235 F:      drivers/mmc/host/msm_sdcc.h
1236 F:      drivers/tty/serial/msm_serial.h
1237 F:      drivers/tty/serial/msm_serial.c
1238 F:      drivers/*/pm8???-*
1239 F:      drivers/mfd/ssbi.c
1240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1241 S:      Maintained
1242
1243 ARM/TOSA MACHINE SUPPORT
1244 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1245 M:      Dirk Opfer <dirk@opfer-online.de>
1246 S:      Maintained
1247
1248 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1249 M:      Marek Vasut <marek.vasut@gmail.com>
1250 L:      linux-arm-kernel@lists.infradead.org
1251 W:      http://hackndev.com
1252 S:      Maintained
1253 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1254 F:      arch/arm/mach-pxa/palmtx.c
1255 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1256 F:      arch/arm/mach-pxa/palmt5.c
1257 F:      arch/arm/mach-pxa/include/mach/palmld.h
1258 F:      arch/arm/mach-pxa/palmld.c
1259 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1260 F:      arch/arm/mach-pxa/palmte2.c
1261 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1262 F:      arch/arm/mach-pxa/palmtc.c
1263
1264 ARM/PALM TREO SUPPORT
1265 M:      Tomas Cech <sleep_walker@suse.cz>
1266 L:      linux-arm-kernel@lists.infradead.org
1267 W:      http://hackndev.com
1268 S:      Maintained
1269 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1270 F:      arch/arm/mach-pxa/palmtreo.c
1271
1272 ARM/PALMZ72 SUPPORT
1273 M:      Sergey Lapin <slapin@ossfans.org>
1274 L:      linux-arm-kernel@lists.infradead.org
1275 W:      http://hackndev.com
1276 S:      Maintained
1277 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1278 F:      arch/arm/mach-pxa/palmz72.c
1279
1280 ARM/PLEB SUPPORT
1281 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1282 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1283 S:      Maintained
1284
1285 ARM/PT DIGITAL BOARD PORT
1286 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 W:      http://www.arm.linux.org.uk/
1289 S:      Maintained
1290
1291 ARM/QUALCOMM SUPPORT
1292 M:      Kumar Gala <galak@codeaurora.org>
1293 M:      David Brown <davidb@codeaurora.org>
1294 L:      linux-arm-msm@vger.kernel.org
1295 S:      Maintained
1296 F:      arch/arm/mach-qcom/
1297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1298
1299 ARM/RADISYS ENP2611 MACHINE SUPPORT
1300 M:      Lennert Buytenhek <kernel@wantstofly.org>
1301 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1302 S:      Maintained
1303
1304 ARM/RISCPC ARCHITECTURE
1305 M:      Russell King <linux@arm.linux.org.uk>
1306 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 W:      http://www.arm.linux.org.uk/
1308 S:      Maintained
1309 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1310 F:      arch/arm/include/asm/hardware/ioc.h
1311 F:      arch/arm/include/asm/hardware/iomd.h
1312 F:      arch/arm/include/asm/hardware/memc.h
1313 F:      arch/arm/mach-rpc/
1314 F:      drivers/net/ethernet/8390/etherh.c
1315 F:      drivers/net/ethernet/i825xx/ether1*
1316 F:      drivers/net/ethernet/seeq/ether3*
1317 F:      drivers/scsi/arm/
1318
1319 ARM/Rockchip SoC support
1320 M:      Heiko Stuebner <heiko@sntech.de>
1321 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1322 L:      linux-rockchip@lists.infradead.org
1323 S:      Maintained
1324 F:      arch/arm/boot/dts/rk3*
1325 F:      arch/arm/mach-rockchip/
1326 F:      drivers/clk/rockchip/
1327 F:      drivers/i2c/busses/i2c-rk3x.c
1328 F:      drivers/*/*rockchip*
1329 F:      drivers/*/*/*rockchip*
1330 F:      sound/soc/rockchip/
1331
1332 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1333 M:      Kukjin Kim <kgene@kernel.org>
1334 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1336 S:      Maintained
1337 F:      arch/arm/boot/dts/s3c*
1338 F:      arch/arm/boot/dts/exynos*
1339 F:      arch/arm/plat-samsung/
1340 F:      arch/arm/mach-s3c24*/
1341 F:      arch/arm/mach-s3c64xx/
1342 F:      arch/arm/mach-s5p*/
1343 F:      arch/arm/mach-exynos*/
1344 F:      drivers/*/*s3c2410*
1345 F:      drivers/*/*/*s3c2410*
1346 F:      drivers/spi/spi-s3c*
1347 F:      sound/soc/samsung/*
1348 N:      exynos
1349
1350 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1351 M:      Kyungmin Park <kyungmin.park@samsung.com>
1352 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1353 S:      Maintained
1354 F:      arch/arm/mach-s5pv210/
1355
1356 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1357 M:      Kyungmin Park <kyungmin.park@samsung.com>
1358 M:      Kamil Debski <k.debski@samsung.com>
1359 L:      linux-arm-kernel@lists.infradead.org
1360 L:      linux-media@vger.kernel.org
1361 S:      Maintained
1362 F:      drivers/media/platform/s5p-g2d/
1363
1364 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1365 M:      Kyungmin Park <kyungmin.park@samsung.com>
1366 M:      Kamil Debski <k.debski@samsung.com>
1367 M:      Jeongtae Park <jtp.park@samsung.com>
1368 L:      linux-arm-kernel@lists.infradead.org
1369 L:      linux-media@vger.kernel.org
1370 S:      Maintained
1371 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1372 F:      drivers/media/platform/s5p-mfc/
1373
1374 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1375 M:      Kyungmin Park <kyungmin.park@samsung.com>
1376 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1377 L:      linux-arm-kernel@lists.infradead.org
1378 L:      linux-media@vger.kernel.org
1379 S:      Maintained
1380 F:      drivers/media/platform/s5p-tv/
1381
1382 ARM/SHMOBILE ARM ARCHITECTURE
1383 M:      Simon Horman <horms@verge.net.au>
1384 M:      Magnus Damm <magnus.damm@gmail.com>
1385 L:      linux-sh@vger.kernel.org
1386 W:      http://oss.renesas.com
1387 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1389 S:      Supported
1390 F:      arch/arm/boot/dts/emev2*
1391 F:      arch/arm/boot/dts/r7s*
1392 F:      arch/arm/boot/dts/r8a*
1393 F:      arch/arm/boot/dts/sh*
1394 F:      arch/arm/configs/ape6evm_defconfig
1395 F:      arch/arm/configs/armadillo800eva_defconfig
1396 F:      arch/arm/configs/bockw_defconfig
1397 F:      arch/arm/configs/kzm9g_defconfig
1398 F:      arch/arm/configs/lager_defconfig
1399 F:      arch/arm/configs/mackerel_defconfig
1400 F:      arch/arm/configs/marzen_defconfig
1401 F:      arch/arm/configs/shmobile_defconfig
1402 F:      arch/arm/include/debug/renesas-scif.S
1403 F:      arch/arm/mach-shmobile/
1404 F:      drivers/sh/
1405
1406 ARM/SOCFPGA ARCHITECTURE
1407 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1408 S:      Maintained
1409 F:      arch/arm/mach-socfpga/
1410 W:      http://www.rocketboards.org
1411 T:      git://git.rocketboards.org/linux-socfpga.git
1412 T:      git://git.rocketboards.org/linux-socfpga-next.git
1413
1414 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1415 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1416 S:      Maintained
1417 F:      drivers/clk/socfpga/
1418
1419 ARM/SOCFPGA EDAC SUPPORT
1420 M:      Thor Thayer <tthayer@opensource.altera.com>
1421 S:      Maintained
1422 F:      drivers/edac/altera_edac.
1423
1424 ARM/STI ARCHITECTURE
1425 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1426 M:      Maxime Coquelin <maxime.coquelin@st.com>
1427 M:      Patrice Chotard <patrice.chotard@st.com>
1428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429 L:      kernel@stlinux.com
1430 W:      http://www.stlinux.com
1431 S:      Maintained
1432 F:      arch/arm/mach-sti/
1433 F:      arch/arm/boot/dts/sti*
1434 F:      drivers/clocksource/arm_global_timer.c
1435 F:      drivers/i2c/busses/i2c-st.c
1436 F:      drivers/media/rc/st_rc.c
1437 F:      drivers/mmc/host/sdhci-st.c
1438 F:      drivers/phy/phy-stih407-usb.c
1439 F:      drivers/phy/phy-stih41x-usb.c
1440 F:      drivers/pinctrl/pinctrl-st.c
1441 F:      drivers/reset/sti/
1442 F:      drivers/tty/serial/st-asc.c
1443 F:      drivers/usb/dwc3/dwc3-st.c
1444 F:      drivers/usb/host/ehci-st.c
1445 F:      drivers/usb/host/ohci-st.c
1446 F:      drivers/ata/ahci_st.c
1447
1448 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1449 M:      Lennert Buytenhek <kernel@wantstofly.org>
1450 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1451 S:      Maintained
1452
1453 ARM/TETON BGA MACHINE SUPPORT
1454 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1455 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1456 S:      Maintained
1457
1458 ARM/THECUS N2100 MACHINE SUPPORT
1459 M:      Lennert Buytenhek <kernel@wantstofly.org>
1460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1461 S:      Maintained
1462
1463 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1464 M:      Wan ZongShun <mcuos.com@gmail.com>
1465 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 W:      http://www.mcuos.com
1467 S:      Maintained
1468 F:      arch/arm/mach-w90x900/
1469 F:      drivers/input/keyboard/w90p910_keypad.c
1470 F:      drivers/input/touchscreen/w90p910_ts.c
1471 F:      drivers/watchdog/nuc900_wdt.c
1472 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1473 F:      drivers/mtd/nand/nuc900_nand.c
1474 F:      drivers/rtc/rtc-nuc900.c
1475 F:      drivers/spi/spi-nuc900.c
1476 F:      drivers/usb/host/ehci-w90x900.c
1477 F:      drivers/video/fbdev/nuc900fb.c
1478
1479 ARM/U300 MACHINE SUPPORT
1480 M:      Linus Walleij <linus.walleij@linaro.org>
1481 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482 S:      Supported
1483 F:      arch/arm/mach-u300/
1484 F:      drivers/clocksource/timer-u300.c
1485 F:      drivers/i2c/busses/i2c-stu300.c
1486 F:      drivers/rtc/rtc-coh901331.c
1487 F:      drivers/watchdog/coh901327_wdt.c
1488 F:      drivers/dma/coh901318*
1489 F:      drivers/mfd/ab3100*
1490 F:      drivers/rtc/rtc-ab3100.c
1491 F:      drivers/rtc/rtc-coh901331.c
1492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1493
1494 ARM/Ux500 ARM ARCHITECTURE
1495 M:      Linus Walleij <linus.walleij@linaro.org>
1496 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1497 S:      Maintained
1498 F:      arch/arm/mach-ux500/
1499 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1500 F:      drivers/dma/ste_dma40*
1501 F:      drivers/hwspinlock/u8500_hsem.c
1502 F:      drivers/mfd/abx500*
1503 F:      drivers/mfd/ab8500*
1504 F:      drivers/mfd/dbx500*
1505 F:      drivers/mfd/db8500*
1506 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1507 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1508 F:      drivers/rtc/rtc-ab8500.c
1509 F:      drivers/rtc/rtc-pl031.c
1510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1511
1512 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1513 M:      Ulf Hansson <ulf.hansson@linaro.org>
1514 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1515 T:      git git://git.linaro.org/people/ulfh/clk.git
1516 S:      Maintained
1517 F:      drivers/clk/ux500/
1518 F:      include/linux/platform_data/clk-ux500.h
1519
1520 ARM/VERSATILE EXPRESS PLATFORM
1521 M:      Liviu Dudau <liviu.dudau@arm.com>
1522 M:      Sudeep Holla <sudeep.holla@arm.com>
1523 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1524 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1525 S:      Maintained
1526 F:      arch/arm/boot/dts/vexpress*
1527 F:      arch/arm/mach-vexpress/
1528 F:      */*/vexpress*
1529 F:      */*/*/vexpress*
1530 F:      drivers/clk/versatile/clk-vexpress-osc.c
1531 F:      drivers/clocksource/versatile.c
1532
1533 ARM/VFP SUPPORT
1534 M:      Russell King <linux@arm.linux.org.uk>
1535 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1536 W:      http://www.arm.linux.org.uk/
1537 S:      Maintained
1538 F:      arch/arm/vfp/
1539
1540 ARM/VOIPAC PXA270 SUPPORT
1541 M:      Marek Vasut <marek.vasut@gmail.com>
1542 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543 S:      Maintained
1544 F:      arch/arm/mach-pxa/vpac270.c
1545 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1546
1547 ARM/VT8500 ARM ARCHITECTURE
1548 M:      Tony Prisk <linux@prisktech.co.nz>
1549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1550 S:      Maintained
1551 F:      arch/arm/mach-vt8500/
1552 F:      drivers/clocksource/vt8500_timer.c
1553 F:      drivers/i2c/busses/i2c-wmt.c
1554 F:      drivers/mmc/host/wmt-sdmmc.c
1555 F:      drivers/pwm/pwm-vt8500.c
1556 F:      drivers/rtc/rtc-vt8500.c
1557 F:      drivers/tty/serial/vt8500_serial.c
1558 F:      drivers/usb/host/ehci-platform.c
1559 F:      drivers/usb/host/uhci-platform.c
1560 F:      drivers/video/fbdev/vt8500lcdfb.*
1561 F:      drivers/video/fbdev/wm8505fb*
1562 F:      drivers/video/fbdev/wmt_ge_rops.*
1563
1564 ARM/ZIPIT Z2 SUPPORT
1565 M:      Marek Vasut <marek.vasut@gmail.com>
1566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1567 S:      Maintained
1568 F:      arch/arm/mach-pxa/z2.c
1569 F:      arch/arm/mach-pxa/include/mach/z2.h
1570
1571 ARM/ZYNQ ARCHITECTURE
1572 M:      Michal Simek <michal.simek@xilinx.com>
1573 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 W:      http://wiki.xilinx.com
1576 T:      git git://git.xilinx.com/linux-xlnx.git
1577 S:      Supported
1578 F:      arch/arm/mach-zynq/
1579 F:      drivers/cpuidle/cpuidle-zynq.c
1580 F:      drivers/block/xsysace.c
1581 N:      zynq
1582 N:      xilinx
1583 F:      drivers/clocksource/cadence_ttc_timer.c
1584 F:      drivers/i2c/busses/i2c-cadence.c
1585 F:      drivers/mmc/host/sdhci-of-arasan.c
1586
1587 ARM SMMU DRIVER
1588 M:      Will Deacon <will.deacon@arm.com>
1589 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1590 S:      Maintained
1591 F:      drivers/iommu/arm-smmu.c
1592
1593 ARM64 PORT (AARCH64 ARCHITECTURE)
1594 M:      Catalin Marinas <catalin.marinas@arm.com>
1595 M:      Will Deacon <will.deacon@arm.com>
1596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1597 S:      Maintained
1598 F:      arch/arm64/
1599 F:      Documentation/arm64/
1600
1601 AS3645A LED FLASH CONTROLLER DRIVER
1602 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1603 L:      linux-media@vger.kernel.org
1604 T:      git git://linuxtv.org/media_tree.git
1605 S:      Maintained
1606 F:      drivers/media/i2c/as3645a.c
1607 F:      include/media/as3645a.h
1608
1609 ASC7621 HARDWARE MONITOR DRIVER
1610 M:      George Joseph <george.joseph@fairview5.com>
1611 L:      lm-sensors@lm-sensors.org
1612 S:      Maintained
1613 F:      Documentation/hwmon/asc7621
1614 F:      drivers/hwmon/asc7621.c
1615
1616 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1617 M:      Corentin Chary <corentin.chary@gmail.com>
1618 L:      acpi4asus-user@lists.sourceforge.net
1619 L:      platform-driver-x86@vger.kernel.org
1620 W:      http://acpi4asus.sf.net
1621 S:      Maintained
1622 F:      drivers/platform/x86/asus*.c
1623 F:      drivers/platform/x86/eeepc*.c
1624
1625 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1626 R:      Dan Williams <dan.j.williams@intel.com>
1627 W:      http://sourceforge.net/projects/xscaleiop
1628 S:      Odd fixes
1629 F:      Documentation/crypto/async-tx-api.txt
1630 F:      crypto/async_tx/
1631 F:      drivers/dma/
1632 F:      include/linux/dmaengine.h
1633 F:      include/linux/async_tx.h
1634
1635 AT24 EEPROM DRIVER
1636 M:      Wolfram Sang <wsa@the-dreams.de>
1637 L:      linux-i2c@vger.kernel.org
1638 S:      Maintained
1639 F:      drivers/misc/eeprom/at24.c
1640 F:      include/linux/platform_data/at24.h
1641
1642 ATA OVER ETHERNET (AOE) DRIVER
1643 M:      "Ed L. Cashin" <ecashin@coraid.com>
1644 W:      http://support.coraid.com/support/linux
1645 S:      Supported
1646 F:      Documentation/aoe/
1647 F:      drivers/block/aoe/
1648
1649 ATHEROS ATH GENERIC UTILITIES
1650 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1651 L:      linux-wireless@vger.kernel.org
1652 S:      Supported
1653 F:      drivers/net/wireless/ath/*
1654
1655 ATHEROS ATH5K WIRELESS DRIVER
1656 M:      Jiri Slaby <jirislaby@gmail.com>
1657 M:      Nick Kossifidis <mickflemm@gmail.com>
1658 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1659 L:      linux-wireless@vger.kernel.org
1660 L:      ath5k-devel@lists.ath5k.org
1661 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1662 S:      Maintained
1663 F:      drivers/net/wireless/ath/ath5k/
1664
1665 ATHEROS ATH6KL WIRELESS DRIVER
1666 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1667 L:      linux-wireless@vger.kernel.org
1668 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1669 T:      git git://github.com/kvalo/ath.git
1670 S:      Supported
1671 F:      drivers/net/wireless/ath/ath6kl/
1672
1673 WILOCITY WIL6210 WIRELESS DRIVER
1674 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1675 L:      linux-wireless@vger.kernel.org
1676 L:      wil6210@qca.qualcomm.com
1677 S:      Supported
1678 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1679 F:      drivers/net/wireless/ath/wil6210/
1680 F:      include/uapi/linux/wil6210_uapi.h
1681
1682 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1683 M:      Christian Lamparter <chunkeey@googlemail.com>
1684 L:      linux-wireless@vger.kernel.org
1685 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1686 S:      Maintained
1687 F:      drivers/net/wireless/ath/carl9170/
1688
1689 ATK0110 HWMON DRIVER
1690 M:      Luca Tettamanti <kronos.it@gmail.com>
1691 L:      lm-sensors@lm-sensors.org
1692 S:      Maintained
1693 F:      drivers/hwmon/asus_atk0110.c
1694
1695 ATI_REMOTE2 DRIVER
1696 M:      Ville Syrjala <syrjala@sci.fi>
1697 S:      Maintained
1698 F:      drivers/input/misc/ati_remote2.c
1699
1700 ATLX ETHERNET DRIVERS
1701 M:      Jay Cliburn <jcliburn@gmail.com>
1702 M:      Chris Snook <chris.snook@gmail.com>
1703 L:      netdev@vger.kernel.org
1704 W:      http://sourceforge.net/projects/atl1
1705 W:      http://atl1.sourceforge.net
1706 S:      Maintained
1707 F:      drivers/net/ethernet/atheros/
1708
1709 ATM
1710 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1711 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1712 L:      netdev@vger.kernel.org
1713 W:      http://linux-atm.sourceforge.net
1714 S:      Maintained
1715 F:      drivers/atm/
1716 F:      include/linux/atm*
1717 F:      include/uapi/linux/atm*
1718
1719 ATMEL AT91 / AT32 MCI DRIVER
1720 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1721 S:      Maintained
1722 F:      drivers/mmc/host/atmel-mci.c
1723 F:      drivers/mmc/host/atmel-mci-regs.h
1724
1725 ATMEL AT91 / AT32 SERIAL DRIVER
1726 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1727 S:      Supported
1728 F:      drivers/tty/serial/atmel_serial.c
1729
1730 ATMEL Audio ALSA driver
1731 M:      Bo Shen <voice.shen@atmel.com>
1732 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1733 S:      Supported
1734 F:      sound/soc/atmel
1735
1736 ATMEL DMA DRIVER
1737 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1738 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1739 S:      Supported
1740 F:      drivers/dma/at_hdmac.c
1741 F:      drivers/dma/at_hdmac_regs.h
1742 F:      include/linux/platform_data/dma-atmel.h
1743
1744 ATMEL XDMA DRIVER
1745 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1746 L:      linux-arm-kernel@lists.infradead.org
1747 L:      dmaengine@vger.kernel.org
1748 S:      Supported
1749 F:      drivers/dma/at_xdmac.c
1750
1751 ATMEL I2C DRIVER
1752 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1753 L:      linux-i2c@vger.kernel.org
1754 S:      Supported
1755 F:      drivers/i2c/busses/i2c-at91.c
1756
1757 ATMEL ISI DRIVER
1758 M:      Josh Wu <josh.wu@atmel.com>
1759 L:      linux-media@vger.kernel.org
1760 S:      Supported
1761 F:      drivers/media/platform/soc_camera/atmel-isi.c
1762 F:      include/media/atmel-isi.h
1763
1764 ATMEL LCDFB DRIVER
1765 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1766 L:      linux-fbdev@vger.kernel.org
1767 S:      Maintained
1768 F:      drivers/video/fbdev/atmel_lcdfb.c
1769 F:      include/video/atmel_lcdc.h
1770
1771 ATMEL MACB ETHERNET DRIVER
1772 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1773 S:      Supported
1774 F:      drivers/net/ethernet/cadence/
1775
1776 ATMEL NAND DRIVER
1777 M:      Josh Wu <josh.wu@atmel.com>
1778 L:      linux-mtd@lists.infradead.org
1779 S:      Supported
1780 F:      drivers/mtd/nand/atmel_nand*
1781
1782 ATMEL SPI DRIVER
1783 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1784 S:      Supported
1785 F:      drivers/spi/spi-atmel.*
1786
1787 ATMEL SSC DRIVER
1788 M:      Bo Shen <voice.shen@atmel.com>
1789 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1790 S:      Supported
1791 F:      drivers/misc/atmel-ssc.c
1792 F:      include/linux/atmel-ssc.h
1793
1794 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1795 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1796 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1797 S:      Supported
1798 F:      drivers/misc/atmel_tclib.c
1799 F:      drivers/clocksource/tcb_clksrc.c
1800
1801 ATMEL USBA UDC DRIVER
1802 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1803 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1804 S:      Supported
1805 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1806
1807 ATMEL WIRELESS DRIVER
1808 M:      Simon Kelley <simon@thekelleys.org.uk>
1809 L:      linux-wireless@vger.kernel.org
1810 W:      http://www.thekelleys.org.uk/atmel
1811 W:      http://atmelwlandriver.sourceforge.net/
1812 S:      Maintained
1813 F:      drivers/net/wireless/atmel*
1814
1815 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1816 M:      Bradley Grove <linuxdrivers@attotech.com>
1817 L:      linux-scsi@vger.kernel.org
1818 W:      http://www.attotech.com
1819 S:      Supported
1820 F:      drivers/scsi/esas2r
1821
1822 AUDIT SUBSYSTEM
1823 M:      Paul Moore <paul@paul-moore.com>
1824 M:      Eric Paris <eparis@redhat.com>
1825 L:      linux-audit@redhat.com (moderated for non-subscribers)
1826 W:      http://people.redhat.com/sgrubb/audit/
1827 T:      git git://git.infradead.org/users/pcmoore/audit
1828 S:      Maintained
1829 F:      include/linux/audit.h
1830 F:      include/uapi/linux/audit.h
1831 F:      kernel/audit*
1832
1833 AUXILIARY DISPLAY DRIVERS
1834 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1835 W:      http://miguelojeda.es/auxdisplay.htm
1836 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1837 S:      Maintained
1838 F:      drivers/auxdisplay/
1839 F:      include/linux/cfag12864b.h
1840
1841 AVR32 ARCHITECTURE
1842 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1843 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1844 W:      http://www.atmel.com/products/AVR32/
1845 W:      http://mirror.egtvedt.no/avr32linux.org/
1846 W:      http://avrfreaks.net/
1847 S:      Maintained
1848 F:      arch/avr32/
1849
1850 AVR32/AT32AP MACHINE SUPPORT
1851 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1852 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1853 S:      Maintained
1854 F:      arch/avr32/mach-at32ap/
1855
1856 AX.25 NETWORK LAYER
1857 M:      Ralf Baechle <ralf@linux-mips.org>
1858 L:      linux-hams@vger.kernel.org
1859 W:      http://www.linux-ax25.org/
1860 S:      Maintained
1861 F:      include/uapi/linux/ax25.h
1862 F:      include/net/ax25.h
1863 F:      net/ax25/
1864
1865 AZ6007 DVB DRIVER
1866 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1867 L:      linux-media@vger.kernel.org
1868 W:      http://linuxtv.org
1869 T:      git git://linuxtv.org/media_tree.git
1870 S:      Maintained
1871 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1872
1873 AZTECH FM RADIO RECEIVER DRIVER
1874 M:      Hans Verkuil <hverkuil@xs4all.nl>
1875 L:      linux-media@vger.kernel.org
1876 T:      git git://linuxtv.org/media_tree.git
1877 W:      http://linuxtv.org
1878 S:      Maintained
1879 F:      drivers/media/radio/radio-aztech*
1880
1881 B43 WIRELESS DRIVER
1882 M:      Stefano Brivio <stefano.brivio@polimi.it>
1883 L:      linux-wireless@vger.kernel.org
1884 L:      b43-dev@lists.infradead.org
1885 W:      http://wireless.kernel.org/en/users/Drivers/b43
1886 S:      Maintained
1887 F:      drivers/net/wireless/b43/
1888
1889 B43LEGACY WIRELESS DRIVER
1890 M:      Larry Finger <Larry.Finger@lwfinger.net>
1891 M:      Stefano Brivio <stefano.brivio@polimi.it>
1892 L:      linux-wireless@vger.kernel.org
1893 L:      b43-dev@lists.infradead.org
1894 W:      http://wireless.kernel.org/en/users/Drivers/b43
1895 S:      Maintained
1896 F:      drivers/net/wireless/b43legacy/
1897
1898 BACKLIGHT CLASS/SUBSYSTEM
1899 M:      Jingoo Han <jg1.han@samsung.com>
1900 M:      Lee Jones <lee.jones@linaro.org>
1901 S:      Maintained
1902 F:      drivers/video/backlight/
1903 F:      include/linux/backlight.h
1904
1905 BATMAN ADVANCED
1906 M:      Marek Lindner <mareklindner@neomailbox.ch>
1907 M:      Simon Wunderlich <sw@simonwunderlich.de>
1908 M:      Antonio Quartulli <antonio@meshcoding.com>
1909 L:      b.a.t.m.a.n@lists.open-mesh.org
1910 W:      http://www.open-mesh.org/
1911 S:      Maintained
1912 F:      net/batman-adv/
1913
1914 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1915 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1916 L:      linux-hams@vger.kernel.org
1917 W:      http://www.baycom.org/~tom/ham/ham.html
1918 S:      Maintained
1919 F:      drivers/net/hamradio/baycom*
1920
1921 BCACHE (BLOCK LAYER CACHE)
1922 M:      Kent Overstreet <kmo@daterainc.com>
1923 L:      linux-bcache@vger.kernel.org
1924 W:      http://bcache.evilpiepirate.org
1925 S:      Maintained:
1926 F:      drivers/md/bcache/
1927
1928 BEFS FILE SYSTEM
1929 S:      Orphan
1930 F:      Documentation/filesystems/befs.txt
1931 F:      fs/befs/
1932
1933 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1934 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1935 L: netdev@vger.kernel.org
1936 S: Maintained
1937 F: drivers/net/ethernet/ec_bhf.c
1938
1939 BFS FILE SYSTEM
1940 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1941 S:      Maintained
1942 F:      Documentation/filesystems/bfs.txt
1943 F:      fs/bfs/
1944 F:      include/uapi/linux/bfs_fs.h
1945
1946 BLACKFIN ARCHITECTURE
1947 M:      Steven Miao <realmz6@gmail.com>
1948 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1949 T:      git git://git.code.sf.net/p/adi-linux/code
1950 W:      http://blackfin.uclinux.org
1951 S:      Supported
1952 F:      arch/blackfin/
1953
1954 BLACKFIN EMAC DRIVER
1955 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1956 W:      http://blackfin.uclinux.org
1957 S:      Supported
1958 F:      drivers/net/ethernet/adi/
1959
1960 BLACKFIN RTC DRIVER
1961 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1962 W:      http://blackfin.uclinux.org
1963 S:      Supported
1964 F:      drivers/rtc/rtc-bfin.c
1965
1966 BLACKFIN SDH DRIVER
1967 M:      Sonic Zhang <sonic.zhang@analog.com>
1968 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1969 W:      http://blackfin.uclinux.org
1970 S:      Supported
1971 F:      drivers/mmc/host/bfin_sdh.c
1972
1973 BLACKFIN SERIAL DRIVER
1974 M:      Sonic Zhang <sonic.zhang@analog.com>
1975 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1976 W:      http://blackfin.uclinux.org
1977 S:      Supported
1978 F:      drivers/tty/serial/bfin_uart.c
1979
1980 BLACKFIN WATCHDOG DRIVER
1981 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1982 W:      http://blackfin.uclinux.org
1983 S:      Supported
1984 F:      drivers/watchdog/bfin_wdt.c
1985
1986 BLACKFIN I2C TWI DRIVER
1987 M:      Sonic Zhang <sonic.zhang@analog.com>
1988 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1989 W:      http://blackfin.uclinux.org/
1990 S:      Supported
1991 F:      drivers/i2c/busses/i2c-bfin-twi.c
1992
1993 BLACKFIN MEDIA DRIVER
1994 M:      Scott Jiang <scott.jiang.linux@gmail.com>
1995 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1996 W:      http://blackfin.uclinux.org/
1997 S:      Supported
1998 F:      drivers/media/platform/blackfin/
1999 F:      drivers/media/i2c/adv7183*
2000 F:      drivers/media/i2c/vs6624*
2001
2002 BLINKM RGB LED DRIVER
2003 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2004 S:      Maintained
2005 F:      drivers/leds/leds-blinkm.c
2006
2007 BLOCK LAYER
2008 M:      Jens Axboe <axboe@kernel.dk>
2009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2010 S:      Maintained
2011 F:      block/
2012
2013 BLOCK2MTD DRIVER
2014 M:      Joern Engel <joern@lazybastard.org>
2015 L:      linux-mtd@lists.infradead.org
2016 S:      Maintained
2017 F:      drivers/mtd/devices/block2mtd.c
2018
2019 BLUETOOTH DRIVERS
2020 M:      Marcel Holtmann <marcel@holtmann.org>
2021 M:      Gustavo Padovan <gustavo@padovan.org>
2022 M:      Johan Hedberg <johan.hedberg@gmail.com>
2023 L:      linux-bluetooth@vger.kernel.org
2024 W:      http://www.bluez.org/
2025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2027 S:      Maintained
2028 F:      drivers/bluetooth/
2029
2030 BLUETOOTH SUBSYSTEM
2031 M:      Marcel Holtmann <marcel@holtmann.org>
2032 M:      Gustavo Padovan <gustavo@padovan.org>
2033 M:      Johan Hedberg <johan.hedberg@gmail.com>
2034 L:      linux-bluetooth@vger.kernel.org
2035 W:      http://www.bluez.org/
2036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2038 S:      Maintained
2039 F:      net/bluetooth/
2040 F:      include/net/bluetooth/
2041
2042 BONDING DRIVER
2043 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2044 M:      Veaceslav Falico <vfalico@gmail.com>
2045 M:      Andy Gospodarek <andy@greyhouse.net>
2046 L:      netdev@vger.kernel.org
2047 W:      http://sourceforge.net/projects/bonding/
2048 S:      Supported
2049 F:      drivers/net/bonding/
2050 F:      include/uapi/linux/if_bonding.h
2051
2052 BPF (Safe dynamic programs and tools)
2053 M:      Alexei Starovoitov <ast@kernel.org>
2054 L:      netdev@vger.kernel.org
2055 L:      linux-kernel@vger.kernel.org
2056 S:      Supported
2057 F:      kernel/bpf/
2058
2059 BROADCOM B44 10/100 ETHERNET DRIVER
2060 M:      Gary Zambrano <zambrano@broadcom.com>
2061 L:      netdev@vger.kernel.org
2062 S:      Supported
2063 F:      drivers/net/ethernet/broadcom/b44.*
2064
2065 BROADCOM GENET ETHERNET DRIVER
2066 M:      Florian Fainelli <f.fainelli@gmail.com>
2067 L:      netdev@vger.kernel.org
2068 S:      Supported
2069 F:      drivers/net/ethernet/broadcom/genet/
2070
2071 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2072 M:      Sony Chacko <sony.chacko@qlogic.com>
2073 M:      Dept-HSGLinuxNICDev@qlogic.com
2074 L:      netdev@vger.kernel.org
2075 S:      Supported
2076 F:      drivers/net/ethernet/broadcom/bnx2.*
2077 F:      drivers/net/ethernet/broadcom/bnx2_*
2078
2079 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2080 M:      Ariel Elior <ariel.elior@qlogic.com>
2081 L:      netdev@vger.kernel.org
2082 S:      Supported
2083 F:      drivers/net/ethernet/broadcom/bnx2x/
2084
2085 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2086 M:      Christian Daudt <bcm@fixthebug.org>
2087 M:      Matt Porter <mporter@linaro.org>
2088 M:      Florian Fainelli <f.fainelli@gmail.com>
2089 L:      bcm-kernel-feedback-list@broadcom.com
2090 T:      git git://github.com/broadcom/mach-bcm
2091 S:      Maintained
2092 F:      arch/arm/mach-bcm/
2093 F:      arch/arm/boot/dts/bcm113*
2094 F:      arch/arm/boot/dts/bcm216*
2095 F:      arch/arm/boot/dts/bcm281*
2096 F:      arch/arm/configs/bcm_defconfig
2097 F:      drivers/mmc/host/sdhci-bcm-kona.c
2098 F:      drivers/clocksource/bcm_kona_timer.c
2099
2100 BROADCOM BCM2835 ARM ARCHITECTURE
2101 M:      Stephen Warren <swarren@wwwdotorg.org>
2102 M:      Lee Jones <lee@kernel.org>
2103 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2105 S:      Maintained
2106 N:      bcm2835
2107
2108 BROADCOM BCM33XX MIPS ARCHITECTURE
2109 M:      Kevin Cernekee <cernekee@gmail.com>
2110 L:      linux-mips@linux-mips.org
2111 S:      Maintained
2112 F:      arch/mips/bcm3384/*
2113 F:      arch/mips/include/asm/mach-bcm3384/*
2114 F:      arch/mips/kernel/*bmips*
2115
2116 BROADCOM BCM5301X ARM ARCHITECTURE
2117 M:      Hauke Mehrtens <hauke@hauke-m.de>
2118 L:      linux-arm-kernel@lists.infradead.org
2119 S:      Maintained
2120 F:      arch/arm/mach-bcm/bcm_5301x.c
2121 F:      arch/arm/boot/dts/bcm5301x.dtsi
2122 F:      arch/arm/boot/dts/bcm470*
2123
2124 BROADCOM BCM63XX ARM ARCHITECTURE
2125 M:      Florian Fainelli <f.fainelli@gmail.com>
2126 L:      linux-arm-kernel@lists.infradead.org
2127 T:      git git://git.github.com/brcm/linux.git
2128 S:      Maintained
2129 F:      arch/arm/mach-bcm/bcm63xx.c
2130 F:      arch/arm/include/debug/bcm63xx.S
2131
2132 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2133 M:      Kevin Cernekee <cernekee@gmail.com>
2134 L:      linux-usb@vger.kernel.org
2135 S:      Maintained
2136 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2137
2138 BROADCOM BCM7XXX ARM ARCHITECTURE
2139 M:      Marc Carino <marc.ceeeee@gmail.com>
2140 M:      Brian Norris <computersforpeace@gmail.com>
2141 M:      Gregory Fong <gregory.0xf0@gmail.com>
2142 M:      Florian Fainelli <f.fainelli@gmail.com>
2143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2144 S:      Maintained
2145 F:      arch/arm/mach-bcm/*brcmstb*
2146 F:      arch/arm/boot/dts/bcm7*.dts*
2147 F:      drivers/bus/brcmstb_gisb.c
2148
2149 BROADCOM BMIPS MIPS ARCHITECTURE
2150 M:      Kevin Cernekee <cernekee@gmail.com>
2151 M:      Florian Fainelli <f.fainelli@gmail.com>
2152 L:      linux-mips@linux-mips.org
2153 S:      Maintained
2154 F:      arch/mips/bmips/*
2155 F:      arch/mips/include/asm/mach-bmips/*
2156 F:      arch/mips/kernel/*bmips*
2157 F:      arch/mips/boot/dts/bcm*.dts*
2158 F:      drivers/irqchip/irq-bcm7*
2159 F:      drivers/irqchip/irq-brcmstb*
2160
2161 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2162 M:      Prashant Sreedharan <prashant@broadcom.com>
2163 M:      Michael Chan <mchan@broadcom.com>
2164 L:      netdev@vger.kernel.org
2165 S:      Supported
2166 F:      drivers/net/ethernet/broadcom/tg3.*
2167
2168 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2169 M:      Brett Rudley <brudley@broadcom.com>
2170 M:      Arend van Spriel <arend@broadcom.com>
2171 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2172 M:      Hante Meuleman <meuleman@broadcom.com>
2173 L:      linux-wireless@vger.kernel.org
2174 L:      brcm80211-dev-list@broadcom.com
2175 S:      Supported
2176 F:      drivers/net/wireless/brcm80211/
2177
2178 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2179 M:      QLogic-Storage-Upstream@qlogic.com
2180 L:      linux-scsi@vger.kernel.org
2181 S:      Supported
2182 F:      drivers/scsi/bnx2fc/
2183
2184 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2185 M:      QLogic-Storage-Upstream@qlogic.com
2186 L:      linux-scsi@vger.kernel.org
2187 S:      Supported
2188 F:      drivers/scsi/bnx2i/
2189
2190 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2191 M:      Ray Jui <rjui@broadcom.com>
2192 M:      Scott Branden <sbranden@broadcom.com>
2193 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2194 L:      bcm-kernel-feedback-list@broadcom.com
2195 T:      git git://git.github.com/brcm/linux.git
2196 S:      Maintained
2197 N:      iproc
2198 N:      cygnus
2199 N:      bcm9113*
2200 N:      bcm9583*
2201 N:      bcm583*
2202 N:      bcm113*
2203
2204 BROADCOM KONA GPIO DRIVER
2205 M:      Ray Jui <rjui@broadcom.com>
2206 L:      bcm-kernel-feedback-list@broadcom.com
2207 S:      Supported
2208 F:      drivers/gpio/gpio-bcm-kona.c
2209 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2210
2211 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2212 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2213 L:      linux-wireless@vger.kernel.org
2214 S:      Maintained
2215 F:      drivers/bcma/
2216 F:      include/linux/bcma/
2217
2218 BROADCOM SYSTEMPORT ETHERNET DRIVER
2219 M:      Florian Fainelli <f.fainelli@gmail.com>
2220 L:      netdev@vger.kernel.org
2221 S:      Supported
2222 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2223
2224 BROCADE BFA FC SCSI DRIVER
2225 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2226 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2227 L:      linux-scsi@vger.kernel.org
2228 S:      Supported
2229 F:      drivers/scsi/bfa/
2230
2231 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2232 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2233 L:      netdev@vger.kernel.org
2234 S:      Supported
2235 F:      drivers/net/ethernet/brocade/bna/
2236
2237 BSG (block layer generic sg v4 driver)
2238 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2239 L:      linux-scsi@vger.kernel.org
2240 S:      Supported
2241 F:      block/bsg.c
2242 F:      include/linux/bsg.h
2243 F:      include/uapi/linux/bsg.h
2244
2245 BT87X AUDIO DRIVER
2246 M:      Clemens Ladisch <clemens@ladisch.de>
2247 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2248 T:      git git://git.alsa-project.org/alsa-kernel.git
2249 S:      Maintained
2250 F:      Documentation/sound/alsa/Bt87x.txt
2251 F:      sound/pci/bt87x.c
2252
2253 BT8XXGPIO DRIVER
2254 M:      Michael Buesch <m@bues.ch>
2255 W:      http://bu3sch.de/btgpio.php
2256 S:      Maintained
2257 F:      drivers/gpio/gpio-bt8xx.c
2258
2259 BTRFS FILE SYSTEM
2260 M:      Chris Mason <clm@fb.com>
2261 M:      Josef Bacik <jbacik@fb.com>
2262 M:      David Sterba <dsterba@suse.cz>
2263 L:      linux-btrfs@vger.kernel.org
2264 W:      http://btrfs.wiki.kernel.org/
2265 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2267 S:      Maintained
2268 F:      Documentation/filesystems/btrfs.txt
2269 F:      fs/btrfs/
2270
2271 BTTV VIDEO4LINUX DRIVER
2272 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2273 L:      linux-media@vger.kernel.org
2274 W:      http://linuxtv.org
2275 T:      git git://linuxtv.org/media_tree.git
2276 S:      Odd fixes
2277 F:      Documentation/video4linux/bttv/
2278 F:      drivers/media/pci/bt8xx/bttv*
2279
2280 BUSLOGIC SCSI DRIVER
2281 M:      Khalid Aziz <khalid@gonehiking.org>
2282 L:      linux-scsi@vger.kernel.org
2283 S:      Maintained
2284 F:      drivers/scsi/BusLogic.*
2285 F:      drivers/scsi/FlashPoint.*
2286
2287 C-MEDIA CMI8788 DRIVER
2288 M:      Clemens Ladisch <clemens@ladisch.de>
2289 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2290 T:      git git://git.alsa-project.org/alsa-kernel.git
2291 S:      Maintained
2292 F:      sound/pci/oxygen/
2293
2294 C6X ARCHITECTURE
2295 M:      Mark Salter <msalter@redhat.com>
2296 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2297 L:      linux-c6x-dev@linux-c6x.org
2298 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2299 S:      Maintained
2300 F:      arch/c6x/
2301
2302 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2303 M:      David Howells <dhowells@redhat.com>
2304 L:      linux-cachefs@redhat.com
2305 S:      Supported
2306 F:      Documentation/filesystems/caching/cachefiles.txt
2307 F:      fs/cachefiles/
2308
2309 CADET FM/AM RADIO RECEIVER DRIVER
2310 M:      Hans Verkuil <hverkuil@xs4all.nl>
2311 L:      linux-media@vger.kernel.org
2312 T:      git git://linuxtv.org/media_tree.git
2313 W:      http://linuxtv.org
2314 S:      Maintained
2315 F:      drivers/media/radio/radio-cadet*
2316
2317 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2318 M:      Jonathan Corbet <corbet@lwn.net>
2319 L:      linux-media@vger.kernel.org
2320 T:      git git://linuxtv.org/media_tree.git
2321 S:      Maintained
2322 F:      Documentation/video4linux/cafe_ccic
2323 F:      drivers/media/platform/marvell-ccic/
2324
2325 CAIF NETWORK LAYER
2326 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2327 L:      netdev@vger.kernel.org
2328 S:      Supported
2329 F:      Documentation/networking/caif/
2330 F:      drivers/net/caif/
2331 F:      include/uapi/linux/caif/
2332 F:      include/net/caif/
2333 F:      net/caif/
2334
2335 CALGARY x86-64 IOMMU
2336 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2337 M:      "Jon D. Mason" <jdmason@kudzu.us>
2338 L:      discuss@x86-64.org
2339 S:      Maintained
2340 F:      arch/x86/kernel/pci-calgary_64.c
2341 F:      arch/x86/kernel/tce_64.c
2342 F:      arch/x86/include/asm/calgary.h
2343 F:      arch/x86/include/asm/tce.h
2344
2345 CAN NETWORK LAYER
2346 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2347 L:      linux-can@vger.kernel.org
2348 W:      http://gitorious.org/linux-can
2349 T:      git git://gitorious.org/linux-can/linux-can-next.git
2350 S:      Maintained
2351 F:      Documentation/networking/can.txt
2352 F:      net/can/
2353 F:      include/linux/can/core.h
2354 F:      include/uapi/linux/can.h
2355 F:      include/uapi/linux/can/bcm.h
2356 F:      include/uapi/linux/can/raw.h
2357 F:      include/uapi/linux/can/gw.h
2358
2359 CAN NETWORK DRIVERS
2360 M:      Wolfgang Grandegger <wg@grandegger.com>
2361 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2362 L:      linux-can@vger.kernel.org
2363 W:      http://gitorious.org/linux-can
2364 T:      git git://gitorious.org/linux-can/linux-can-next.git
2365 S:      Maintained
2366 F:      drivers/net/can/
2367 F:      include/linux/can/dev.h
2368 F:      include/linux/can/platform/
2369 F:      include/uapi/linux/can/error.h
2370 F:      include/uapi/linux/can/netlink.h
2371
2372 CAPABILITIES
2373 M:      Serge Hallyn <serge.hallyn@canonical.com>
2374 L:      linux-security-module@vger.kernel.org
2375 S:      Supported
2376 F:      include/linux/capability.h
2377 F:      include/uapi/linux/capability.h
2378 F:      security/capability.c
2379 F:      security/commoncap.c
2380 F:      kernel/capability.c
2381
2382 CC2520 IEEE-802.15.4 RADIO DRIVER
2383 M:      Varka Bhadram <varkabhadram@gmail.com>
2384 L:      linux-wpan@vger.kernel.org
2385 S:      Maintained
2386 F:      drivers/net/ieee802154/cc2520.c
2387 F:      include/linux/spi/cc2520.h
2388 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2389
2390 CELL BROADBAND ENGINE ARCHITECTURE
2391 M:      Arnd Bergmann <arnd@arndb.de>
2392 L:      linuxppc-dev@lists.ozlabs.org
2393 L:      cbe-oss-dev@lists.ozlabs.org
2394 W:      http://www.ibm.com/developerworks/power/cell/
2395 S:      Supported
2396 F:      arch/powerpc/include/asm/cell*.h
2397 F:      arch/powerpc/include/asm/spu*.h
2398 F:      arch/powerpc/include/uapi/asm/spu*.h
2399 F:      arch/powerpc/oprofile/*cell*
2400 F:      arch/powerpc/platforms/cell/
2401
2402 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2403 M:      Sage Weil <sage@inktank.com>
2404 L:      ceph-devel@vger.kernel.org
2405 W:      http://ceph.com/
2406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2407 S:      Supported
2408 F:      Documentation/filesystems/ceph.txt
2409 F:      fs/ceph/
2410 F:      net/ceph/
2411 F:      include/linux/ceph/
2412 F:      include/linux/crush/
2413
2414 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2415 L:      linux-usb@vger.kernel.org
2416 S:      Orphan
2417 F:      Documentation/usb/WUSB-Design-overview.txt
2418 F:      Documentation/usb/wusb-cbaf
2419 F:      drivers/usb/host/hwa-hc.c
2420 F:      drivers/usb/host/whci/
2421 F:      drivers/usb/wusbcore/
2422 F:      include/linux/usb/wusb*
2423
2424 CFAG12864B LCD DRIVER
2425 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2426 W:      http://miguelojeda.es/auxdisplay.htm
2427 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2428 S:      Maintained
2429 F:      drivers/auxdisplay/cfag12864b.c
2430 F:      include/linux/cfag12864b.h
2431
2432 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2433 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2434 W:      http://miguelojeda.es/auxdisplay.htm
2435 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2436 S:      Maintained
2437 F:      drivers/auxdisplay/cfag12864bfb.c
2438 F:      include/linux/cfag12864b.h
2439
2440 CFG80211 and NL80211
2441 M:      Johannes Berg <johannes@sipsolutions.net>
2442 L:      linux-wireless@vger.kernel.org
2443 W:      http://wireless.kernel.org/
2444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2446 S:      Maintained
2447 F:      include/uapi/linux/nl80211.h
2448 F:      include/net/cfg80211.h
2449 F:      net/wireless/*
2450 X:      net/wireless/wext*
2451
2452 CHAR and MISC DRIVERS
2453 M:      Arnd Bergmann <arnd@arndb.de>
2454 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2456 S:      Supported
2457 F:      drivers/char/*
2458 F:      drivers/misc/*
2459 F:      include/linux/miscdevice.h
2460
2461 CHECKPATCH
2462 M:      Andy Whitcroft <apw@canonical.com>
2463 M:      Joe Perches <joe@perches.com>
2464 S:      Maintained
2465 F:      scripts/checkpatch.pl
2466
2467 CHINESE DOCUMENTATION
2468 M:      Harry Wei <harryxiyou@gmail.com>
2469 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2470 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2471 S:      Maintained
2472 F:      Documentation/zh_CN/
2473
2474 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2475 M:      Peter Chen <Peter.Chen@freescale.com>
2476 T:      git git://github.com/hzpeterchen/linux-usb.git
2477 L:      linux-usb@vger.kernel.org
2478 S:      Maintained
2479 F:      drivers/usb/chipidea/
2480
2481 CHROME HARDWARE PLATFORM SUPPORT
2482 M:      Olof Johansson <olof@lixom.net>
2483 S:      Maintained
2484 F:      drivers/platform/chrome/
2485
2486 CISCO VIC ETHERNET NIC DRIVER
2487 M:      Christian Benvenuti <benve@cisco.com>
2488 M:      Sujith Sankar <ssujith@cisco.com>
2489 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2490 M:      Neel Patel <neepatel@cisco.com>
2491 S:      Supported
2492 F:      drivers/net/ethernet/cisco/enic/
2493
2494 CISCO VIC LOW LATENCY NIC DRIVER
2495 M:      Upinder Malhi <umalhi@cisco.com>
2496 S:      Supported
2497 F:      drivers/infiniband/hw/usnic
2498
2499 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2500 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2501 L:      netdev@vger.kernel.org
2502 S:      Maintained
2503 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2504
2505 CIRRUS LOGIC AUDIO CODEC DRIVERS
2506 M:      Brian Austin <brian.austin@cirrus.com>
2507 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2508 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2509 S:      Maintained
2510 F:      sound/soc/codecs/cs*
2511
2512 CLEANCACHE API
2513 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2514 L:      linux-kernel@vger.kernel.org
2515 S:      Maintained
2516 F:      mm/cleancache.c
2517 F:      include/linux/cleancache.h
2518
2519 CLK API
2520 M:      Russell King <linux@arm.linux.org.uk>
2521 S:      Maintained
2522 F:      include/linux/clk.h
2523
2524 CLOCKSOURCE, CLOCKEVENT DRIVERS
2525 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2526 M:      Thomas Gleixner <tglx@linutronix.de>
2527 L:      linux-kernel@vger.kernel.org
2528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2529 S:      Supported
2530 F:      drivers/clocksource
2531
2532 CISCO FCOE HBA DRIVER
2533 M:      Hiral Patel <hiralpat@cisco.com>
2534 M:      Suma Ramars <sramars@cisco.com>
2535 M:      Brian Uchino <buchino@cisco.com>
2536 L:      linux-scsi@vger.kernel.org
2537 S:      Supported
2538 F:      drivers/scsi/fnic/
2539
2540 CMPC ACPI DRIVER
2541 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2542 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2543 L:      platform-driver-x86@vger.kernel.org
2544 S:      Supported
2545 F:      drivers/platform/x86/classmate-laptop.c
2546
2547 COCCINELLE/Semantic Patches (SmPL)
2548 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2549 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2550 M:      Nicolas Palix <nicolas.palix@imag.fr>
2551 M:      Michal Marek <mmarek@suse.cz>
2552 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2554 W:      http://coccinelle.lip6.fr/
2555 S:      Supported
2556 F:      Documentation/coccinelle.txt
2557 F:      scripts/coccinelle/
2558 F:      scripts/coccicheck
2559
2560 CODA FILE SYSTEM
2561 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2562 M:      coda@cs.cmu.edu
2563 L:      codalist@coda.cs.cmu.edu
2564 W:      http://www.coda.cs.cmu.edu/
2565 S:      Maintained
2566 F:      Documentation/filesystems/coda.txt
2567 F:      fs/coda/
2568 F:      include/linux/coda*.h
2569 F:      include/uapi/linux/coda*.h
2570
2571 CODA V4L2 MEM2MEM DRIVER
2572 M:      Philipp Zabel <p.zabel@pengutronix.de>
2573 L:      linux-media@vger.kernel.org
2574 S:      Maintained
2575 F:      Documentation/devicetree/bindings/media/coda.txt
2576 F:      drivers/media/platform/coda/
2577
2578 COMMON CLK FRAMEWORK
2579 M:      Mike Turquette <mturquette@linaro.org>
2580 M:      Stephen Boyd <sboyd@codeaurora.org>
2581 L:      linux-kernel@vger.kernel.org
2582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2583 S:      Maintained
2584 F:      drivers/clk/
2585 X:      drivers/clk/clkdev.c
2586 F:      include/linux/clk-pr*
2587 F:      include/linux/clk/
2588
2589 COMMON INTERNET FILE SYSTEM (CIFS)
2590 M:      Steve French <sfrench@samba.org>
2591 L:      linux-cifs@vger.kernel.org
2592 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2593 W:      http://linux-cifs.samba.org/
2594 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2595 S:      Supported
2596 F:      Documentation/filesystems/cifs/
2597 F:      fs/cifs/
2598
2599 COMPACTPCI HOTPLUG CORE
2600 M:      Scott Murray <scott@spiteful.org>
2601 L:      linux-pci@vger.kernel.org
2602 S:      Maintained
2603 F:      drivers/pci/hotplug/cpci_hotplug*
2604
2605 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2606 M:      Scott Murray <scott@spiteful.org>
2607 L:      linux-pci@vger.kernel.org
2608 S:      Maintained
2609 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2610
2611 COMPACTPCI HOTPLUG GENERIC DRIVER
2612 M:      Scott Murray <scott@spiteful.org>
2613 L:      linux-pci@vger.kernel.org
2614 S:      Maintained
2615 F:      drivers/pci/hotplug/cpcihp_generic.c
2616
2617 COMPAL LAPTOP SUPPORT
2618 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2619 L:      platform-driver-x86@vger.kernel.org
2620 S:      Maintained
2621 F:      drivers/platform/x86/compal-laptop.c
2622
2623 CONEXANT ACCESSRUNNER USB DRIVER
2624 M:      Simon Arlott <cxacru@fire.lp0.eu>
2625 L:      accessrunner-general@lists.sourceforge.net
2626 W:      http://accessrunner.sourceforge.net/
2627 S:      Maintained
2628 F:      drivers/usb/atm/cxacru.c
2629
2630 CONFIGFS
2631 M:      Joel Becker <jlbec@evilplan.org>
2632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2633 S:      Supported
2634 F:      fs/configfs/
2635 F:      include/linux/configfs.h
2636
2637 CONNECTOR
2638 M:      Evgeniy Polyakov <zbr@ioremap.net>
2639 L:      netdev@vger.kernel.org
2640 S:      Maintained
2641 F:      drivers/connector/
2642
2643 CONTROL GROUP (CGROUP)
2644 M:      Tejun Heo <tj@kernel.org>
2645 M:      Li Zefan <lizefan@huawei.com>
2646 L:      cgroups@vger.kernel.org
2647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2648 S:      Maintained
2649 F:      Documentation/cgroups/
2650 F:      include/linux/cgroup*
2651 F:      kernel/cgroup*
2652
2653 CONTROL GROUP - CPUSET
2654 M:      Li Zefan <lizefan@huawei.com>
2655 L:      cgroups@vger.kernel.org
2656 W:      http://www.bullopensource.org/cpuset/
2657 W:      http://oss.sgi.com/projects/cpusets/
2658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2659 S:      Maintained
2660 F:      Documentation/cgroups/cpusets.txt
2661 F:      include/linux/cpuset.h
2662 F:      kernel/cpuset.c
2663
2664 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2665 M:      Johannes Weiner <hannes@cmpxchg.org>
2666 M:      Michal Hocko <mhocko@suse.cz>
2667 L:      cgroups@vger.kernel.org
2668 L:      linux-mm@kvack.org
2669 S:      Maintained
2670 F:      mm/memcontrol.c
2671 F:      mm/swap_cgroup.c
2672
2673 CORETEMP HARDWARE MONITORING DRIVER
2674 M:      Fenghua Yu <fenghua.yu@intel.com>
2675 L:      lm-sensors@lm-sensors.org
2676 S:      Maintained
2677 F:      Documentation/hwmon/coretemp
2678 F:      drivers/hwmon/coretemp.c
2679
2680 COSA/SRP SYNC SERIAL DRIVER
2681 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2682 W:      http://www.fi.muni.cz/~kas/cosa/
2683 S:      Maintained
2684 F:      drivers/net/wan/cosa*
2685
2686 CPMAC ETHERNET DRIVER
2687 M:      Florian Fainelli <florian@openwrt.org>
2688 L:      netdev@vger.kernel.org
2689 S:      Maintained
2690 F:      drivers/net/ethernet/ti/cpmac.c
2691
2692 CPU FREQUENCY DRIVERS
2693 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2694 M:      Viresh Kumar <viresh.kumar@linaro.org>
2695 L:      linux-pm@vger.kernel.org
2696 S:      Maintained
2697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2698 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2699 F:      drivers/cpufreq/
2700 F:      include/linux/cpufreq.h
2701
2702 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2703 M:      Viresh Kumar <viresh.kumar@linaro.org>
2704 M:      Sudeep Holla <sudeep.holla@arm.com>
2705 L:      linux-pm@vger.kernel.org
2706 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2707 S:      Maintained
2708 F:      drivers/cpufreq/arm_big_little.h
2709 F:      drivers/cpufreq/arm_big_little.c
2710 F:      drivers/cpufreq/arm_big_little_dt.c
2711
2712 CPUIDLE DRIVER - ARM BIG LITTLE
2713 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2714 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2715 L:      linux-pm@vger.kernel.org
2716 L:      linux-arm-kernel@lists.infradead.org
2717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2718 S:      Maintained
2719 F:      drivers/cpuidle/cpuidle-big_little.c
2720
2721 CPUIDLE DRIVER - ARM EXYNOS
2722 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2723 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2724 M:      Kukjin Kim <kgene@kernel.org>
2725 L:      linux-pm@vger.kernel.org
2726 L:      linux-samsung-soc@vger.kernel.org
2727 S:      Supported
2728 F:      drivers/cpuidle/cpuidle-exynos.c
2729 F:      arch/arm/mach-exynos/pm.c
2730
2731 CPUIDLE DRIVERS
2732 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2733 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2734 L:      linux-pm@vger.kernel.org
2735 S:      Maintained
2736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2737 F:      drivers/cpuidle/*
2738 F:      include/linux/cpuidle.h
2739
2740 CPUID/MSR DRIVER
2741 M:      "H. Peter Anvin" <hpa@zytor.com>
2742 S:      Maintained
2743 F:      arch/x86/kernel/cpuid.c
2744 F:      arch/x86/kernel/msr.c
2745
2746 CPU POWER MONITORING SUBSYSTEM
2747 M:      Thomas Renninger <trenn@suse.de>
2748 L:      linux-pm@vger.kernel.org
2749 S:      Maintained
2750 F:      tools/power/cpupower/
2751
2752 CRAMFS FILESYSTEM
2753 W:      http://sourceforge.net/projects/cramfs/
2754 S:      Orphan / Obsolete
2755 F:      Documentation/filesystems/cramfs.txt
2756 F:      fs/cramfs/
2757
2758 CRIS PORT
2759 M:      Mikael Starvik <starvik@axis.com>
2760 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2761 L:      linux-cris-kernel@axis.com
2762 W:      http://developer.axis.com
2763 S:      Maintained
2764 F:      arch/cris/
2765 F:      drivers/tty/serial/crisv10.*
2766
2767 CRYPTO API
2768 M:      Herbert Xu <herbert@gondor.apana.org.au>
2769 M:      "David S. Miller" <davem@davemloft.net>
2770 L:      linux-crypto@vger.kernel.org
2771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2772 S:      Maintained
2773 F:      Documentation/crypto/
2774 F:      arch/*/crypto/
2775 F:      crypto/
2776 F:      drivers/crypto/
2777 F:      include/crypto/
2778
2779 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2780 M:      Neil Horman <nhorman@tuxdriver.com>
2781 L:      linux-crypto@vger.kernel.org
2782 S:      Maintained
2783 F:      crypto/ansi_cprng.c
2784 F:      crypto/rng.c
2785
2786 CS5535 Audio ALSA driver
2787 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2788 S:      Maintained
2789 F:      sound/pci/cs5535audio/
2790
2791 CW1200 WLAN driver
2792 M:      Solomon Peachy <pizza@shaftnet.org>
2793 S:      Maintained
2794 F:      drivers/net/wireless/cw1200/
2795
2796 CX18 VIDEO4LINUX DRIVER
2797 M:      Andy Walls <awalls@md.metrocast.net>
2798 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2799 L:      linux-media@vger.kernel.org
2800 T:      git git://linuxtv.org/media_tree.git
2801 W:      http://linuxtv.org
2802 W:      http://www.ivtvdriver.org/index.php/Cx18
2803 S:      Maintained
2804 F:      Documentation/video4linux/cx18.txt
2805 F:      drivers/media/pci/cx18/
2806 F:      include/uapi/linux/ivtv*
2807
2808 CX2341X MPEG ENCODER HELPER MODULE
2809 M:      Hans Verkuil <hverkuil@xs4all.nl>
2810 L:      linux-media@vger.kernel.org
2811 T:      git git://linuxtv.org/media_tree.git
2812 W:      http://linuxtv.org
2813 S:      Maintained
2814 F:      drivers/media/common/cx2341x*
2815 F:      include/media/cx2341x*
2816
2817 CX88 VIDEO4LINUX DRIVER
2818 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2819 L:      linux-media@vger.kernel.org
2820 W:      http://linuxtv.org
2821 T:      git git://linuxtv.org/media_tree.git
2822 S:      Odd fixes
2823 F:      Documentation/video4linux/cx88/
2824 F:      drivers/media/pci/cx88/
2825
2826 CXD2820R MEDIA DRIVER
2827 M:      Antti Palosaari <crope@iki.fi>
2828 L:      linux-media@vger.kernel.org
2829 W:      http://linuxtv.org/
2830 W:      http://palosaari.fi/linux/
2831 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2832 T:      git git://linuxtv.org/anttip/media_tree.git
2833 S:      Maintained
2834 F:      drivers/media/dvb-frontends/cxd2820r*
2835
2836 CXGB3 ETHERNET DRIVER (CXGB3)
2837 M:      Santosh Raspatur <santosh@chelsio.com>
2838 L:      netdev@vger.kernel.org
2839 W:      http://www.chelsio.com
2840 S:      Supported
2841 F:      drivers/net/ethernet/chelsio/cxgb3/
2842
2843 CXGB3 ISCSI DRIVER (CXGB3I)
2844 M:      Karen Xie <kxie@chelsio.com>
2845 L:      linux-scsi@vger.kernel.org
2846 W:      http://www.chelsio.com
2847 S:      Supported
2848 F:      drivers/scsi/cxgbi/cxgb3i
2849
2850 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2851 M:      Steve Wise <swise@chelsio.com>
2852 L:      linux-rdma@vger.kernel.org
2853 W:      http://www.openfabrics.org
2854 S:      Supported
2855 F:      drivers/infiniband/hw/cxgb3/
2856
2857 CXGB4 ETHERNET DRIVER (CXGB4)
2858 M:      Hariprasad S <hariprasad@chelsio.com>
2859 L:      netdev@vger.kernel.org
2860 W:      http://www.chelsio.com
2861 S:      Supported
2862 F:      drivers/net/ethernet/chelsio/cxgb4/
2863
2864 CXGB4 ISCSI DRIVER (CXGB4I)
2865 M:      Karen Xie <kxie@chelsio.com>
2866 L:      linux-scsi@vger.kernel.org
2867 W:      http://www.chelsio.com
2868 S:      Supported
2869 F:      drivers/scsi/cxgbi/cxgb4i
2870
2871 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2872 M:      Steve Wise <swise@chelsio.com>
2873 L:      linux-rdma@vger.kernel.org
2874 W:      http://www.openfabrics.org
2875 S:      Supported
2876 F:      drivers/infiniband/hw/cxgb4/
2877
2878 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2879 M:      Casey Leedom <leedom@chelsio.com>
2880 L:      netdev@vger.kernel.org
2881 W:      http://www.chelsio.com
2882 S:      Supported
2883 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2884
2885 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2886 M:      Ian Munsie <imunsie@au1.ibm.com>
2887 M:      Michael Neuling <mikey@neuling.org>
2888 L:      linuxppc-dev@lists.ozlabs.org
2889 S:      Supported
2890 F:      drivers/misc/cxl/
2891 F:      include/misc/cxl.h
2892 F:      include/uapi/misc/cxl.h
2893 F:      Documentation/powerpc/cxl.txt
2894 F:      Documentation/powerpc/cxl.txt
2895 F:      Documentation/ABI/testing/sysfs-class-cxl
2896
2897 STMMAC ETHERNET DRIVER
2898 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2899 L:      netdev@vger.kernel.org
2900 W:      http://www.stlinux.com
2901 S:      Supported
2902 F:      drivers/net/ethernet/stmicro/stmmac/
2903
2904 CYBERPRO FB DRIVER
2905 M:      Russell King <linux@arm.linux.org.uk>
2906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2907 W:      http://www.arm.linux.org.uk/
2908 S:      Maintained
2909 F:      drivers/video/fbdev/cyber2000fb.*
2910
2911 CYCLADES ASYNC MUX DRIVER
2912 W:      http://www.cyclades.com/
2913 S:      Orphan
2914 F:      drivers/tty/cyclades.c
2915 F:      include/linux/cyclades.h
2916 F:      include/uapi/linux/cyclades.h
2917
2918 CYCLADES PC300 DRIVER
2919 W:      http://www.cyclades.com/
2920 S:      Orphan
2921 F:      drivers/net/wan/pc300*
2922
2923 CYPRESS_FIRMWARE MEDIA DRIVER
2924 M:      Antti Palosaari <crope@iki.fi>
2925 L:      linux-media@vger.kernel.org
2926 W:      http://linuxtv.org/
2927 W:      http://palosaari.fi/linux/
2928 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2929 T:      git git://linuxtv.org/anttip/media_tree.git
2930 S:      Maintained
2931 F:      drivers/media/common/cypress_firmware*
2932
2933 CYTTSP TOUCHSCREEN DRIVER
2934 M:      Ferruh Yigit <fery@cypress.com>
2935 L:      linux-input@vger.kernel.org
2936 S:      Supported
2937 F:      drivers/input/touchscreen/cyttsp*
2938 F:      include/linux/input/cyttsp.h
2939
2940 DAMA SLAVE for AX.25
2941 M:      Joerg Reuter <jreuter@yaina.de>
2942 W:      http://yaina.de/jreuter/
2943 W:      http://www.qsl.net/dl1bke/
2944 L:      linux-hams@vger.kernel.org
2945 S:      Maintained
2946 F:      net/ax25/af_ax25.c
2947 F:      net/ax25/ax25_dev.c
2948 F:      net/ax25/ax25_ds_*
2949 F:      net/ax25/ax25_in.c
2950 F:      net/ax25/ax25_out.c
2951 F:      net/ax25/ax25_timer.c
2952 F:      net/ax25/sysctl_net_ax25.c
2953
2954 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2955 L:      netdev@vger.kernel.org
2956 S:      Orphan
2957 F:      Documentation/networking/dmfe.txt
2958 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2959
2960 DC390/AM53C974 SCSI driver
2961 M:      Hannes Reinecke <hare@suse.de>
2962 L:      linux-scsi@vger.kernel.org
2963 S:      Maintained
2964 F:      drivers/scsi/am53c974.c
2965
2966 DC395x SCSI driver
2967 M:      Oliver Neukum <oliver@neukum.org>
2968 M:      Ali Akcaagac <aliakc@web.de>
2969 M:      Jamie Lenehan <lenehan@twibble.org>
2970 L:      dc395x@twibble.org
2971 W:      http://twibble.org/dist/dc395x/
2972 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2973 S:      Maintained
2974 F:      Documentation/scsi/dc395x.txt
2975 F:      drivers/scsi/dc395x.*
2976
2977 DCCP PROTOCOL
2978 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2979 L:      dccp@vger.kernel.org
2980 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2981 S:      Maintained
2982 F:      include/linux/dccp.h
2983 F:      include/uapi/linux/dccp.h
2984 F:      include/linux/tfrc.h
2985 F:      net/dccp/
2986
2987 DECnet NETWORK LAYER
2988 W:      http://linux-decnet.sourceforge.net
2989 L:      linux-decnet-user@lists.sourceforge.net
2990 S:      Orphan
2991 F:      Documentation/networking/decnet.txt
2992 F:      net/decnet/
2993
2994 DECSTATION PLATFORM SUPPORT
2995 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2996 L:      linux-mips@linux-mips.org
2997 W:      http://www.linux-mips.org/wiki/DECstation
2998 S:      Maintained
2999 F:      arch/mips/dec/
3000 F:      arch/mips/include/asm/dec/
3001 F:      arch/mips/include/asm/mach-dec/
3002
3003 DEFXX FDDI NETWORK DRIVER
3004 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3005 S:      Maintained
3006 F:      drivers/net/fddi/defxx.*
3007
3008 DELL LAPTOP DRIVER
3009 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3010 L:      platform-driver-x86@vger.kernel.org
3011 S:      Maintained
3012 F:      drivers/platform/x86/dell-laptop.c
3013
3014 DELL LAPTOP SMM DRIVER
3015 M:      Guenter Roeck <linux@roeck-us.net>
3016 F:      drivers/char/i8k.c
3017 F:      include/uapi/linux/i8k.h
3018
3019 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3020 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3021 S:      Maintained
3022 F:      Documentation/dcdbas.txt
3023 F:      drivers/firmware/dcdbas.*
3024
3025 DELL WMI EXTRAS DRIVER
3026 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3027 S:      Maintained
3028 F:      drivers/platform/x86/dell-wmi.c
3029
3030 DESIGNWARE USB2 DRD IP DRIVER
3031 M:      Paul Zimmerman <paulz@synopsys.com>
3032 L:      linux-usb@vger.kernel.org
3033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3034 S:      Maintained
3035 F:      drivers/usb/dwc2/
3036
3037 DESIGNWARE USB3 DRD IP DRIVER
3038 M:      Felipe Balbi <balbi@ti.com>
3039 L:      linux-usb@vger.kernel.org
3040 L:      linux-omap@vger.kernel.org
3041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3042 S:      Maintained
3043 F:      drivers/usb/dwc3/
3044
3045 DEVICE COREDUMP (DEV_COREDUMP)
3046 M:      Johannes Berg <johannes@sipsolutions.net>
3047 L:      linux-kernel@vger.kernel.org
3048 S:      Maintained
3049 F:      drivers/base/devcoredump.c
3050 F:      include/linux/devcoredump.h
3051
3052 DEVICE FREQUENCY (DEVFREQ)
3053 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3054 M:      Kyungmin Park <kyungmin.park@samsung.com>
3055 L:      linux-pm@vger.kernel.org
3056 S:      Maintained
3057 F:      drivers/devfreq/
3058
3059 DEVICE NUMBER REGISTRY
3060 M:      Torben Mathiasen <device@lanana.org>
3061 W:      http://lanana.org/docs/device-list/index.html
3062 S:      Maintained
3063
3064 DEVICE-MAPPER  (LVM)
3065 M:      Alasdair Kergon <agk@redhat.com>
3066 M:      Mike Snitzer <snitzer@redhat.com>
3067 M:      dm-devel@redhat.com
3068 L:      dm-devel@redhat.com
3069 W:      http://sources.redhat.com/dm
3070 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3072 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3073 S:      Maintained
3074 F:      Documentation/device-mapper/
3075 F:      drivers/md/dm*
3076 F:      drivers/md/persistent-data/
3077 F:      include/linux/device-mapper.h
3078 F:      include/linux/dm-*.h
3079 F:      include/uapi/linux/dm-*.h
3080
3081 DIALOG SEMICONDUCTOR DRIVERS
3082 M:      Support Opensource <support.opensource@diasemi.com>
3083 W:      http://www.dialog-semiconductor.com/products
3084 S:      Supported
3085 F:      Documentation/hwmon/da90??
3086 F:      drivers/gpio/gpio-da90??.c
3087 F:      drivers/hwmon/da90??-hwmon.c
3088 F:      drivers/input/misc/da90??_onkey.c
3089 F:      drivers/input/touchscreen/da9052_tsi.c
3090 F:      drivers/leds/leds-da90??.c
3091 F:      drivers/mfd/da903x.c
3092 F:      drivers/mfd/da90??-*.c
3093 F:      drivers/power/da9052-battery.c
3094 F:      drivers/regulator/da903x.c
3095 F:      drivers/regulator/da9???-regulator.[ch]
3096 F:      drivers/rtc/rtc-da90??.c
3097 F:      drivers/video/backlight/da90??_bl.c
3098 F:      drivers/watchdog/da90??_wdt.c
3099 F:      include/linux/mfd/da903x.h
3100 F:      include/linux/mfd/da9052/
3101 F:      include/linux/mfd/da9055/
3102 F:      include/linux/mfd/da9063/
3103 F:      include/sound/da[79]*.h
3104 F:      sound/soc/codecs/da[79]*.[ch]
3105
3106 DIGI NEO AND CLASSIC PCI PRODUCTS
3107 M:      Lidza Louina <lidza.louina@gmail.com>
3108 M:      Mark Hounschell <markh@compro.net>
3109 L:      driverdev-devel@linuxdriverproject.org
3110 S:      Maintained
3111 F:      drivers/staging/dgnc/
3112
3113 DIGI EPCA PCI PRODUCTS
3114 M:      Lidza Louina <lidza.louina@gmail.com>
3115 M:      Mark Hounschell <markh@compro.net>
3116 M:      Daeseok Youn <daeseok.youn@gmail.com>
3117 L:      driverdev-devel@linuxdriverproject.org
3118 S:      Maintained
3119 F:      drivers/staging/dgap/
3120
3121 DIOLAN U2C-12 I2C DRIVER
3122 M:      Guenter Roeck <linux@roeck-us.net>
3123 L:      linux-i2c@vger.kernel.org
3124 S:      Maintained
3125 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3126
3127 DIRECTORY NOTIFICATION (DNOTIFY)
3128 M:      Eric Paris <eparis@parisplace.org>
3129 S:      Maintained
3130 F:      Documentation/filesystems/dnotify.txt
3131 F:      fs/notify/dnotify/
3132 F:      include/linux/dnotify.h
3133
3134 DISK GEOMETRY AND PARTITION HANDLING
3135 M:      Andries Brouwer <aeb@cwi.nl>
3136 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3137 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3138 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3139 S:      Maintained
3140
3141 DISKQUOTA
3142 M:      Jan Kara <jack@suse.cz>
3143 S:      Maintained
3144 F:      Documentation/filesystems/quota.txt
3145 F:      fs/quota/
3146 F:      include/linux/quota*.h
3147 F:      include/uapi/linux/quota*.h
3148
3149 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3150 M:      Bernie Thompson <bernie@plugable.com>
3151 L:      linux-fbdev@vger.kernel.org
3152 S:      Maintained
3153 W:      http://plugable.com/category/projects/udlfb/
3154 F:      drivers/video/fbdev/udlfb.c
3155 F:      include/video/udlfb.h
3156 F:      Documentation/fb/udlfb.txt
3157
3158 DISTRIBUTED LOCK MANAGER (DLM)
3159 M:      Christine Caulfield <ccaulfie@redhat.com>
3160 M:      David Teigland <teigland@redhat.com>
3161 L:      cluster-devel@redhat.com
3162 W:      http://sources.redhat.com/cluster/
3163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3164 S:      Supported
3165 F:      fs/dlm/
3166
3167 DMA BUFFER SHARING FRAMEWORK
3168 M:      Sumit Semwal <sumit.semwal@linaro.org>
3169 S:      Maintained
3170 L:      linux-media@vger.kernel.org
3171 L:      dri-devel@lists.freedesktop.org
3172 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3173 F:      drivers/dma-buf/
3174 F:      include/linux/dma-buf*
3175 F:      include/linux/reservation.h
3176 F:      include/linux/*fence.h
3177 F:      Documentation/dma-buf-sharing.txt
3178 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3179
3180 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3181 M:      Vinod Koul <vinod.koul@intel.com>
3182 L:      dmaengine@vger.kernel.org
3183 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3184 S:      Maintained
3185 F:      drivers/dma/
3186 F:      include/linux/dmaengine.h
3187 F:      Documentation/dmaengine/
3188 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3189
3190 DME1737 HARDWARE MONITOR DRIVER
3191 M:      Juerg Haefliger <juergh@gmail.com>
3192 L:      lm-sensors@lm-sensors.org
3193 S:      Maintained
3194 F:      Documentation/hwmon/dme1737
3195 F:      drivers/hwmon/dme1737.c
3196
3197 DOCKING STATION DRIVER
3198 M:      Shaohua Li <shaohua.li@intel.com>
3199 L:      linux-acpi@vger.kernel.org
3200 S:      Supported
3201 F:      drivers/acpi/dock.c
3202
3203 DOCUMENTATION
3204 M:      Jonathan Corbet <corbet@lwn.net>
3205 L:      linux-doc@vger.kernel.org
3206 S:      Maintained
3207 F:      Documentation/
3208 X:      Documentation/ABI/
3209 X:      Documentation/devicetree/
3210 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3211
3212 DOUBLETALK DRIVER
3213 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3214 L:      blinux-list@redhat.com
3215 S:      Maintained
3216 F:      drivers/char/dtlk.c
3217 F:      include/linux/dtlk.h
3218
3219 DPT_I2O SCSI RAID DRIVER
3220 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3221 L:      linux-scsi@vger.kernel.org
3222 W:      http://www.adaptec.com/
3223 S:      Maintained
3224 F:      drivers/scsi/dpt*
3225 F:      drivers/scsi/dpt/
3226
3227 DRBD DRIVER
3228 P:      Philipp Reisner
3229 P:      Lars Ellenberg
3230 M:      drbd-dev@lists.linbit.com
3231 L:      drbd-user@lists.linbit.com
3232 W:      http://www.drbd.org
3233 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3234 T:      git git://git.drbd.org/drbd-8.3.git
3235 S:      Supported
3236 F:      drivers/block/drbd/
3237 F:      lib/lru_cache.c
3238 F:      Documentation/blockdev/drbd/
3239
3240 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3241 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3243 S:      Supported
3244 F:      Documentation/kobject.txt
3245 F:      drivers/base/
3246 F:      fs/sysfs/
3247 F:      fs/debugfs/
3248 F:      include/linux/kobj*
3249 F:      include/linux/debugfs.h
3250 F:      lib/kobj*
3251
3252 DRM DRIVERS
3253 M:      David Airlie <airlied@linux.ie>
3254 L:      dri-devel@lists.freedesktop.org
3255 T:      git git://people.freedesktop.org/~airlied/linux
3256 S:      Maintained
3257 F:      drivers/gpu/drm/
3258 F:      drivers/gpu/vga/
3259 F:      include/drm/
3260 F:      include/uapi/drm/
3261
3262 RADEON DRM DRIVERS
3263 M:      Alex Deucher <alexander.deucher@amd.com>
3264 M:      Christian König <christian.koenig@amd.com>
3265 L:      dri-devel@lists.freedesktop.org
3266 T:      git git://people.freedesktop.org/~agd5f/linux
3267 S:      Supported
3268 F:      drivers/gpu/drm/radeon/
3269 F:      include/uapi/drm/radeon*
3270
3271 DRM PANEL DRIVERS
3272 M:      Thierry Reding <thierry.reding@gmail.com>
3273 L:      dri-devel@lists.freedesktop.org
3274 T:      git git://anongit.freedesktop.org/tegra/linux.git
3275 S:      Maintained
3276 F:      drivers/gpu/drm/drm_panel.c
3277 F:      drivers/gpu/drm/panel/
3278 F:      include/drm/drm_panel.h
3279 F:      Documentation/devicetree/bindings/panel/
3280
3281 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3282 M:      Daniel Vetter <daniel.vetter@intel.com>
3283 M:      Jani Nikula <jani.nikula@linux.intel.com>
3284 L:      intel-gfx@lists.freedesktop.org
3285 L:      dri-devel@lists.freedesktop.org
3286 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3287 T:      git git://anongit.freedesktop.org/drm-intel
3288 S:      Supported
3289 F:      drivers/gpu/drm/i915/
3290 F:      include/drm/i915*
3291 F:      include/uapi/drm/i915*
3292
3293 DRM DRIVERS FOR EXYNOS
3294 M:      Inki Dae <inki.dae@samsung.com>
3295 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3296 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3297 M:      Kyungmin Park <kyungmin.park@samsung.com>
3298 L:      dri-devel@lists.freedesktop.org
3299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3300 S:      Supported
3301 F:      drivers/gpu/drm/exynos/
3302 F:      include/drm/exynos*
3303 F:      include/uapi/drm/exynos*
3304
3305 DRM DRIVERS FOR FREESCALE IMX
3306 M:      Philipp Zabel <p.zabel@pengutronix.de>
3307 L:      dri-devel@lists.freedesktop.org
3308 S:      Maintained
3309 F:      drivers/gpu/drm/imx/
3310 F:      Documentation/devicetree/bindings/drm/imx/
3311
3312 DRM DRIVERS FOR NVIDIA TEGRA
3313 M:      Thierry Reding <thierry.reding@gmail.com>
3314 M:      Terje Bergström <tbergstrom@nvidia.com>
3315 L:      dri-devel@lists.freedesktop.org
3316 L:      linux-tegra@vger.kernel.org
3317 T:      git git://anongit.freedesktop.org/tegra/linux.git
3318 S:      Supported
3319 F:      drivers/gpu/drm/tegra/
3320 F:      drivers/gpu/host1x/
3321 F:      include/linux/host1x.h
3322 F:      include/uapi/drm/tegra_drm.h
3323 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3324
3325 DRM DRIVERS FOR RENESAS
3326 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3327 L:      dri-devel@lists.freedesktop.org
3328 L:      linux-sh@vger.kernel.org
3329 T:      git git://people.freedesktop.org/~airlied/linux
3330 S:      Supported
3331 F:      drivers/gpu/drm/rcar-du/
3332 F:      drivers/gpu/drm/shmobile/
3333 F:      include/linux/platform_data/rcar-du.h
3334 F:      include/linux/platform_data/shmob_drm.h
3335
3336 DSBR100 USB FM RADIO DRIVER
3337 M:      Alexey Klimov <klimov.linux@gmail.com>
3338 L:      linux-media@vger.kernel.org
3339 T:      git git://linuxtv.org/media_tree.git
3340 S:      Maintained
3341 F:      drivers/media/radio/dsbr100.c
3342
3343 DSCC4 DRIVER
3344 M:      Francois Romieu <romieu@fr.zoreil.com>
3345 L:      netdev@vger.kernel.org
3346 S:      Maintained
3347 F:      drivers/net/wan/dscc4.c
3348
3349 DVB_USB_AF9015 MEDIA DRIVER
3350 M:      Antti Palosaari <crope@iki.fi>
3351 L:      linux-media@vger.kernel.org
3352 W:      http://linuxtv.org/
3353 W:      http://palosaari.fi/linux/
3354 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3355 T:      git git://linuxtv.org/anttip/media_tree.git
3356 S:      Maintained
3357 F:      drivers/media/usb/dvb-usb-v2/af9015*
3358
3359 DVB_USB_AF9035 MEDIA DRIVER
3360 M:      Antti Palosaari <crope@iki.fi>
3361 L:      linux-media@vger.kernel.org
3362 W:      http://linuxtv.org/
3363 W:      http://palosaari.fi/linux/
3364 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3365 T:      git git://linuxtv.org/anttip/media_tree.git
3366 S:      Maintained
3367 F:      drivers/media/usb/dvb-usb-v2/af9035*
3368
3369 DVB_USB_ANYSEE MEDIA DRIVER
3370 M:      Antti Palosaari <crope@iki.fi>
3371 L:      linux-media@vger.kernel.org
3372 W:      http://linuxtv.org/
3373 W:      http://palosaari.fi/linux/
3374 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3375 T:      git git://linuxtv.org/anttip/media_tree.git
3376 S:      Maintained
3377 F:      drivers/media/usb/dvb-usb-v2/anysee*
3378
3379 DVB_USB_AU6610 MEDIA DRIVER
3380 M:      Antti Palosaari <crope@iki.fi>
3381 L:      linux-media@vger.kernel.org
3382 W:      http://linuxtv.org/
3383 W:      http://palosaari.fi/linux/
3384 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3385 T:      git git://linuxtv.org/anttip/media_tree.git
3386 S:      Maintained
3387 F:      drivers/media/usb/dvb-usb-v2/au6610*
3388
3389 DVB_USB_CE6230 MEDIA DRIVER
3390 M:      Antti Palosaari <crope@iki.fi>
3391 L:      linux-media@vger.kernel.org
3392 W:      http://linuxtv.org/
3393 W:      http://palosaari.fi/linux/
3394 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3395 T:      git git://linuxtv.org/anttip/media_tree.git
3396 S:      Maintained
3397 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3398
3399 DVB_USB_CXUSB MEDIA DRIVER
3400 M:      Michael Krufky <mkrufky@linuxtv.org>
3401 L:      linux-media@vger.kernel.org
3402 W:      http://linuxtv.org/
3403 W:      http://github.com/mkrufky
3404 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3405 T:      git git://linuxtv.org/media_tree.git
3406 S:      Maintained
3407 F:      drivers/media/usb/dvb-usb/cxusb*
3408
3409 DVB_USB_EC168 MEDIA DRIVER
3410 M:      Antti Palosaari <crope@iki.fi>
3411 L:      linux-media@vger.kernel.org
3412 W:      http://linuxtv.org/
3413 W:      http://palosaari.fi/linux/
3414 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3415 T:      git git://linuxtv.org/anttip/media_tree.git
3416 S:      Maintained
3417 F:      drivers/media/usb/dvb-usb-v2/ec168*
3418
3419 DVB_USB_GL861 MEDIA DRIVER
3420 M:      Antti Palosaari <crope@iki.fi>
3421 L:      linux-media@vger.kernel.org
3422 W:      http://linuxtv.org/
3423 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3424 T:      git git://linuxtv.org/anttip/media_tree.git
3425 S:      Maintained
3426 F:      drivers/media/usb/dvb-usb-v2/gl861*
3427
3428 DVB_USB_MXL111SF MEDIA DRIVER
3429 M:      Michael Krufky <mkrufky@linuxtv.org>
3430 L:      linux-media@vger.kernel.org
3431 W:      http://linuxtv.org/
3432 W:      http://github.com/mkrufky
3433 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3434 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3435 S:      Maintained
3436 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3437
3438 DVB_USB_RTL28XXU MEDIA DRIVER
3439 M:      Antti Palosaari <crope@iki.fi>
3440 L:      linux-media@vger.kernel.org
3441 W:      http://linuxtv.org/
3442 W:      http://palosaari.fi/linux/
3443 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3444 T:      git git://linuxtv.org/anttip/media_tree.git
3445 S:      Maintained
3446 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3447
3448 DVB_USB_V2 MEDIA DRIVER
3449 M:      Antti Palosaari <crope@iki.fi>
3450 L:      linux-media@vger.kernel.org
3451 W:      http://linuxtv.org/
3452 W:      http://palosaari.fi/linux/
3453 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3454 T:      git git://linuxtv.org/anttip/media_tree.git
3455 S:      Maintained
3456 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3457 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3458
3459 DYNAMIC DEBUG
3460 M:      Jason Baron <jbaron@akamai.com>
3461 S:      Maintained
3462 F:      lib/dynamic_debug.c
3463 F:      include/linux/dynamic_debug.h
3464
3465 DZ DECSTATION DZ11 SERIAL DRIVER
3466 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3467 S:      Maintained
3468 F:      drivers/tty/serial/dz.*
3469
3470 E4000 MEDIA DRIVER
3471 M:      Antti Palosaari <crope@iki.fi>
3472 L:      linux-media@vger.kernel.org
3473 W:      http://linuxtv.org/
3474 W:      http://palosaari.fi/linux/
3475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3476 T:      git git://linuxtv.org/anttip/media_tree.git
3477 S:      Maintained
3478 F:      drivers/media/tuners/e4000*
3479
3480 EATA ISA/EISA/PCI SCSI DRIVER
3481 M:      Dario Ballabio <ballabio_dario@emc.com>
3482 L:      linux-scsi@vger.kernel.org
3483 S:      Maintained
3484 F:      drivers/scsi/eata.c
3485
3486 EC100 MEDIA DRIVER
3487 M:      Antti Palosaari <crope@iki.fi>
3488 L:      linux-media@vger.kernel.org
3489 W:      http://linuxtv.org/
3490 W:      http://palosaari.fi/linux/
3491 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3492 T:      git git://linuxtv.org/anttip/media_tree.git
3493 S:      Maintained
3494 F:      drivers/media/dvb-frontends/ec100*
3495
3496 ECRYPT FILE SYSTEM
3497 M:      Tyler Hicks <tyhicks@canonical.com>
3498 L:      ecryptfs@vger.kernel.org
3499 W:      http://ecryptfs.org
3500 W:      https://launchpad.net/ecryptfs
3501 S:      Supported
3502 F:      Documentation/filesystems/ecryptfs.txt
3503 F:      fs/ecryptfs/
3504
3505 EDAC-CORE
3506 M:      Doug Thompson <dougthompson@xmission.com>
3507 M:      Borislav Petkov <bp@alien8.de>
3508 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3509 L:      linux-edac@vger.kernel.org
3510 W:      bluesmoke.sourceforge.net
3511 S:      Supported
3512 F:      Documentation/edac.txt
3513 F:      drivers/edac/
3514 F:      include/linux/edac.h
3515
3516 EDAC-AMD64
3517 M:      Doug Thompson <dougthompson@xmission.com>
3518 M:      Borislav Petkov <bp@alien8.de>
3519 L:      linux-edac@vger.kernel.org
3520 W:      bluesmoke.sourceforge.net
3521 S:      Maintained
3522 F:      drivers/edac/amd64_edac*
3523
3524 EDAC-CALXEDA
3525 M:      Doug Thompson <dougthompson@xmission.com>
3526 M:      Robert Richter <rric@kernel.org>
3527 L:      linux-edac@vger.kernel.org
3528 W:      bluesmoke.sourceforge.net
3529 S:      Maintained
3530 F:      drivers/edac/highbank*
3531
3532 EDAC-CAVIUM
3533 M:      Ralf Baechle <ralf@linux-mips.org>
3534 M:      David Daney <david.daney@cavium.com>
3535 L:      linux-edac@vger.kernel.org
3536 L:      linux-mips@linux-mips.org
3537 W:      bluesmoke.sourceforge.net
3538 S:      Supported
3539 F:      drivers/edac/octeon_edac*
3540
3541 EDAC-E752X
3542 M:      Mark Gross <mark.gross@intel.com>
3543 M:      Doug Thompson <dougthompson@xmission.com>
3544 L:      linux-edac@vger.kernel.org
3545 W:      bluesmoke.sourceforge.net
3546 S:      Maintained
3547 F:      drivers/edac/e752x_edac.c
3548
3549 EDAC-E7XXX
3550 M:      Doug Thompson <dougthompson@xmission.com>
3551 L:      linux-edac@vger.kernel.org
3552 W:      bluesmoke.sourceforge.net
3553 S:      Maintained
3554 F:      drivers/edac/e7xxx_edac.c
3555
3556 EDAC-GHES
3557 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3558 L:      linux-edac@vger.kernel.org
3559 W:      bluesmoke.sourceforge.net
3560 S:      Maintained
3561 F:      drivers/edac/ghes_edac.c
3562
3563 EDAC-I82443BXGX
3564 M:      Tim Small <tim@buttersideup.com>
3565 L:      linux-edac@vger.kernel.org
3566 W:      bluesmoke.sourceforge.net
3567 S:      Maintained
3568 F:      drivers/edac/i82443bxgx_edac.c
3569
3570 EDAC-I3000
3571 M:      Jason Uhlenkott <juhlenko@akamai.com>
3572 L:      linux-edac@vger.kernel.org
3573 W:      bluesmoke.sourceforge.net
3574 S:      Maintained
3575 F:      drivers/edac/i3000_edac.c
3576
3577 EDAC-I5000
3578 M:      Doug Thompson <dougthompson@xmission.com>
3579 L:      linux-edac@vger.kernel.org
3580 W:      bluesmoke.sourceforge.net
3581 S:      Maintained
3582 F:      drivers/edac/i5000_edac.c
3583
3584 EDAC-I5400
3585 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3586 L:      linux-edac@vger.kernel.org
3587 W:      bluesmoke.sourceforge.net
3588 S:      Maintained
3589 F:      drivers/edac/i5400_edac.c
3590
3591 EDAC-I7300
3592 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3593 L:      linux-edac@vger.kernel.org
3594 W:      bluesmoke.sourceforge.net
3595 S:      Maintained
3596 F:      drivers/edac/i7300_edac.c
3597
3598 EDAC-I7CORE
3599 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3600 L:      linux-edac@vger.kernel.org
3601 W:      bluesmoke.sourceforge.net
3602 S:      Maintained
3603 F:      drivers/edac/i7core_edac.c
3604
3605 EDAC-I82975X
3606 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3607 M:      "Arvind R." <arvino55@gmail.com>
3608 L:      linux-edac@vger.kernel.org
3609 W:      bluesmoke.sourceforge.net
3610 S:      Maintained
3611 F:      drivers/edac/i82975x_edac.c
3612
3613 EDAC-IE31200
3614 M:      Jason Baron <jbaron@akamai.com>
3615 L:      linux-edac@vger.kernel.org
3616 W:      bluesmoke.sourceforge.net
3617 S:      Maintained
3618 F:      drivers/edac/ie31200_edac.c
3619
3620 EDAC-MPC85XX
3621 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3622 L:      linux-edac@vger.kernel.org
3623 W:      bluesmoke.sourceforge.net
3624 S:      Maintained
3625 F:      drivers/edac/mpc85xx_edac.[ch]
3626
3627 EDAC-PASEMI
3628 M:      Egor Martovetsky <egor@pasemi.com>
3629 L:      linux-edac@vger.kernel.org
3630 W:      bluesmoke.sourceforge.net
3631 S:      Maintained
3632 F:      drivers/edac/pasemi_edac.c
3633
3634 EDAC-R82600
3635 M:      Tim Small <tim@buttersideup.com>
3636 L:      linux-edac@vger.kernel.org
3637 W:      bluesmoke.sourceforge.net
3638 S:      Maintained
3639 F:      drivers/edac/r82600_edac.c
3640
3641 EDAC-SBRIDGE
3642 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3643 L:      linux-edac@vger.kernel.org
3644 W:      bluesmoke.sourceforge.net
3645 S:      Maintained
3646 F:      drivers/edac/sb_edac.c
3647
3648 EDIROL UA-101/UA-1000 DRIVER
3649 M:      Clemens Ladisch <clemens@ladisch.de>
3650 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3651 T:      git git://git.alsa-project.org/alsa-kernel.git
3652 S:      Maintained
3653 F:      sound/usb/misc/ua101.c
3654
3655 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3656 M:      Matt Fleming <matt.fleming@intel.com>
3657 L:      linux-efi@vger.kernel.org
3658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3659 S:      Maintained
3660 F:      Documentation/efi-stub.txt
3661 F:      arch/ia64/kernel/efi.c
3662 F:      arch/x86/boot/compressed/eboot.[ch]
3663 F:      arch/x86/include/asm/efi.h
3664 F:      arch/x86/platform/efi/*
3665 F:      drivers/firmware/efi/*
3666 F:      include/linux/efi*.h
3667
3668 EFI VARIABLE FILESYSTEM
3669 M:      Matthew Garrett <matthew.garrett@nebula.com>
3670 M:      Jeremy Kerr <jk@ozlabs.org>
3671 M:      Matt Fleming <matt.fleming@intel.com>
3672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3673 L:      linux-efi@vger.kernel.org
3674 S:      Maintained
3675 F:      fs/efivarfs/
3676
3677 EFIFB FRAMEBUFFER DRIVER
3678 L:      linux-fbdev@vger.kernel.org
3679 M:      Peter Jones <pjones@redhat.com>
3680 S:      Maintained
3681 F:      drivers/video/fbdev/efifb.c
3682
3683 EFS FILESYSTEM
3684 W:      http://aeschi.ch.eu.org/efs/
3685 S:      Orphan
3686 F:      fs/efs/
3687
3688 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3689 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3690 M:      Christoph Raisch <raisch@de.ibm.com>
3691 L:      linux-rdma@vger.kernel.org
3692 S:      Supported
3693 F:      drivers/infiniband/hw/ehca/
3694
3695 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3696 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3697 L:      netdev@vger.kernel.org
3698 S:      Maintained
3699 F:      drivers/net/ethernet/ibm/ehea/
3700
3701 EM28XX VIDEO4LINUX DRIVER
3702 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3703 L:      linux-media@vger.kernel.org
3704 W:      http://linuxtv.org
3705 T:      git git://linuxtv.org/media_tree.git
3706 S:      Maintained
3707 F:      drivers/media/usb/em28xx/
3708
3709 EMBEDDED LINUX
3710 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3711 M:      Matt Mackall <mpm@selenic.com>
3712 M:      David Woodhouse <dwmw2@infradead.org>
3713 L:      linux-embedded@vger.kernel.org
3714 S:      Maintained
3715
3716 EMULEX LPFC FC SCSI DRIVER
3717 M:      James Smart <james.smart@emulex.com>
3718 L:      linux-scsi@vger.kernel.org
3719 W:      http://sourceforge.net/projects/lpfcxxxx
3720 S:      Supported
3721 F:      drivers/scsi/lpfc/
3722
3723 ENE CB710 FLASH CARD READER DRIVER
3724 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3725 S:      Maintained
3726 F:      drivers/misc/cb710/
3727 F:      drivers/mmc/host/cb710-mmc.*
3728 F:      include/linux/cb710.h
3729
3730 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3731 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3732 S:      Maintained
3733 F:      drivers/media/rc/ene_ir.*
3734
3735 ENHANCED ERROR HANDLING (EEH)
3736 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3737 L:      linuxppc-dev@lists.ozlabs.org
3738 S:      Supported
3739 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3740 F:      arch/powerpc/kernel/eeh*.c
3741
3742 EPSON S1D13XXX FRAMEBUFFER DRIVER
3743 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3744 S:      Maintained
3745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3746 F:      drivers/video/fbdev/s1d13xxxfb.c
3747 F:      include/video/s1d13xxxfb.h
3748
3749 ET131X NETWORK DRIVER
3750 M:      Mark Einon <mark.einon@gmail.com>
3751 S:      Odd Fixes
3752 F:      drivers/net/ethernet/agere/
3753
3754 ETHERNET BRIDGE
3755 M:      Stephen Hemminger <stephen@networkplumber.org>
3756 L:      bridge@lists.linux-foundation.org
3757 L:      netdev@vger.kernel.org
3758 W:      http://www.linuxfoundation.org/en/Net:Bridge
3759 S:      Maintained
3760 F:      include/linux/netfilter_bridge/
3761 F:      net/bridge/
3762
3763 ETHERNET PHY LIBRARY
3764 M:      Florian Fainelli <f.fainelli@gmail.com>
3765 L:      netdev@vger.kernel.org
3766 S:      Maintained
3767 F:      include/linux/phy.h
3768 F:      include/linux/phy_fixed.h
3769 F:      drivers/net/phy/
3770 F:      Documentation/networking/phy.txt
3771 F:      drivers/of/of_mdio.c
3772 F:      drivers/of/of_net.c
3773
3774 EXT2 FILE SYSTEM
3775 M:      Jan Kara <jack@suse.cz>
3776 L:      linux-ext4@vger.kernel.org
3777 S:      Maintained
3778 F:      Documentation/filesystems/ext2.txt
3779 F:      fs/ext2/
3780 F:      include/linux/ext2*
3781
3782 EXT3 FILE SYSTEM
3783 M:      Jan Kara <jack@suse.cz>
3784 M:      Andrew Morton <akpm@linux-foundation.org>
3785 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3786 L:      linux-ext4@vger.kernel.org
3787 S:      Maintained
3788 F:      Documentation/filesystems/ext3.txt
3789 F:      fs/ext3/
3790
3791 EXT4 FILE SYSTEM
3792 M:      "Theodore Ts'o" <tytso@mit.edu>
3793 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3794 L:      linux-ext4@vger.kernel.org
3795 W:      http://ext4.wiki.kernel.org
3796 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3797 S:      Maintained
3798 F:      Documentation/filesystems/ext4.txt
3799 F:      fs/ext4/
3800
3801 Extended Verification Module (EVM)
3802 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3803 L:      linux-ima-devel@lists.sourceforge.net
3804 L:      linux-security-module@vger.kernel.org
3805 S:      Supported
3806 F:      security/integrity/evm/
3807
3808 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3809 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3810 M:      Chanwoo Choi <cw00.choi@samsung.com>
3811 L:      linux-kernel@vger.kernel.org
3812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3813 S:      Maintained
3814 F:      drivers/extcon/
3815 F:      Documentation/extcon/
3816
3817 EXYNOS DP DRIVER
3818 M:      Jingoo Han <jg1.han@samsung.com>
3819 L:      dri-devel@lists.freedesktop.org
3820 S:      Maintained
3821 F:      drivers/gpu/drm/exynos/exynos_dp*
3822
3823 EXYNOS MIPI DISPLAY DRIVERS
3824 M:      Inki Dae <inki.dae@samsung.com>
3825 M:      Donghwa Lee <dh09.lee@samsung.com>
3826 M:      Kyungmin Park <kyungmin.park@samsung.com>
3827 L:      linux-fbdev@vger.kernel.org
3828 S:      Maintained
3829 F:      drivers/video/fbdev/exynos/exynos_mipi*
3830 F:      include/video/exynos_mipi*
3831
3832 F71805F HARDWARE MONITORING DRIVER
3833 M:      Jean Delvare <jdelvare@suse.de>
3834 L:      lm-sensors@lm-sensors.org
3835 S:      Maintained
3836 F:      Documentation/hwmon/f71805f
3837 F:      drivers/hwmon/f71805f.c
3838
3839 FC0011 TUNER DRIVER
3840 M:      Michael Buesch <m@bues.ch>
3841 L:      linux-media@vger.kernel.org
3842 S:      Maintained
3843 F:      drivers/media/tuners/fc0011.h
3844 F:      drivers/media/tuners/fc0011.c
3845
3846 FC2580 MEDIA DRIVER
3847 M:      Antti Palosaari <crope@iki.fi>
3848 L:      linux-media@vger.kernel.org
3849 W:      http://linuxtv.org/
3850 W:      http://palosaari.fi/linux/
3851 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3852 T:      git git://linuxtv.org/anttip/media_tree.git
3853 S:      Maintained
3854 F:      drivers/media/tuners/fc2580*
3855
3856 FANOTIFY
3857 M:      Eric Paris <eparis@redhat.com>
3858 S:      Maintained
3859 F:      fs/notify/fanotify/
3860 F:      include/linux/fanotify.h
3861 F:      include/uapi/linux/fanotify.h
3862
3863 FARSYNC SYNCHRONOUS DRIVER
3864 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3865 W:      http://www.farsite.co.uk/
3866 S:      Supported
3867 F:      drivers/net/wan/farsync.*
3868
3869 FAULT INJECTION SUPPORT
3870 M:      Akinobu Mita <akinobu.mita@gmail.com>
3871 S:      Supported
3872 F:      Documentation/fault-injection/
3873 F:      lib/fault-inject.c
3874
3875 FBTFT Framebuffer drivers
3876 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3877 M:      Noralf Trønnes <noralf@tronnes.org>
3878 S:      Maintained
3879 F:      drivers/staging/fbtft/
3880
3881 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3882 M:      Robert Love <robert.w.love@intel.com>
3883 L:      fcoe-devel@open-fcoe.org
3884 W:      www.Open-FCoE.org
3885 S:      Supported
3886 F:      drivers/scsi/libfc/
3887 F:      drivers/scsi/fcoe/
3888 F:      include/scsi/fc/
3889 F:      include/scsi/libfc.h
3890 F:      include/scsi/libfcoe.h
3891 F:      include/uapi/scsi/fc/
3892
3893 FILE LOCKING (flock() and fcntl()/lockf())
3894 M:      Jeff Layton <jlayton@poochiereds.net>
3895 M:      J. Bruce Fields <bfields@fieldses.org>
3896 L:      linux-fsdevel@vger.kernel.org
3897 S:      Maintained
3898 F:      include/linux/fcntl.h
3899 F:      include/linux/fs.h
3900 F:      include/uapi/linux/fcntl.h
3901 F:      include/uapi/linux/fs.h
3902 F:      fs/fcntl.c
3903 F:      fs/locks.c
3904
3905 FILESYSTEMS (VFS and infrastructure)
3906 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3907 L:      linux-fsdevel@vger.kernel.org
3908 S:      Maintained
3909 F:      fs/*
3910
3911 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3912 M:      Riku Voipio <riku.voipio@iki.fi>
3913 L:      lm-sensors@lm-sensors.org
3914 S:      Maintained
3915 F:      drivers/hwmon/f75375s.c
3916 F:      include/linux/f75375s.h
3917
3918 FIREWIRE AUDIO DRIVERS
3919 M:      Clemens Ladisch <clemens@ladisch.de>
3920 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3921 T:      git git://git.alsa-project.org/alsa-kernel.git
3922 S:      Maintained
3923 F:      sound/firewire/
3924
3925 FIREWIRE MEDIA DRIVERS (firedtv)
3926 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3927 L:      linux-media@vger.kernel.org
3928 L:      linux1394-devel@lists.sourceforge.net
3929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3930 S:      Maintained
3931 F:      drivers/media/firewire/
3932
3933 FIREWIRE SBP-2 TARGET
3934 M:      Chris Boot <bootc@bootc.net>
3935 L:      linux-scsi@vger.kernel.org
3936 L:      target-devel@vger.kernel.org
3937 L:      linux1394-devel@lists.sourceforge.net
3938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3939 S:      Maintained
3940 F:      drivers/target/sbp/
3941
3942 FIREWIRE SUBSYSTEM
3943 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3944 L:      linux1394-devel@lists.sourceforge.net
3945 W:      http://ieee1394.wiki.kernel.org/
3946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3947 S:      Maintained
3948 F:      drivers/firewire/
3949 F:      include/linux/firewire.h
3950 F:      include/uapi/linux/firewire*.h
3951 F:      tools/firewire/
3952
3953 FIRMWARE LOADER (request_firmware)
3954 M:      Ming Lei <ming.lei@canonical.com>
3955 L:      linux-kernel@vger.kernel.org
3956 S:      Maintained
3957 F:      Documentation/firmware_class/
3958 F:      drivers/base/firmware*.c
3959 F:      include/linux/firmware.h
3960
3961 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3962 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3963 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3964 S:      Maintained
3965 F:      drivers/block/rsxx/
3966
3967 FLOPPY DRIVER
3968 M:      Jiri Kosina <jkosina@suse.cz>
3969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3970 S:      Odd fixes
3971 F:      drivers/block/floppy.c
3972
3973 FMC SUBSYSTEM
3974 M:      Alessandro Rubini <rubini@gnudd.com>
3975 W:      http://www.ohwr.org/projects/fmc-bus
3976 S:      Supported
3977 F:      drivers/fmc/
3978 F:      include/linux/fmc*.h
3979 F:      include/linux/ipmi-fru.h
3980 K:      fmc_d.*register
3981
3982 FPU EMULATOR
3983 M:      Bill Metzenthen <billm@melbpc.org.au>
3984 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3985 S:      Maintained
3986 F:      arch/x86/math-emu/
3987
3988 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3989 L:      netdev@vger.kernel.org
3990 S:      Orphan
3991 F:      drivers/net/wan/dlci.c
3992 F:      drivers/net/wan/sdla.c
3993
3994 FRAMEBUFFER LAYER
3995 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3996 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
3997 L:      linux-fbdev@vger.kernel.org
3998 W:      http://linux-fbdev.sourceforge.net/
3999 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4001 S:      Maintained
4002 F:      Documentation/fb/
4003 F:      Documentation/devicetree/bindings/fb/
4004 F:      drivers/video/
4005 F:      include/video/
4006 F:      include/linux/fb.h
4007 F:      include/uapi/video/
4008 F:      include/uapi/linux/fb.h
4009
4010 FREESCALE DIU FRAMEBUFFER DRIVER
4011 M:      Timur Tabi <timur@tabi.org>
4012 L:      linux-fbdev@vger.kernel.org
4013 S:      Maintained
4014 F:      drivers/video/fbdev/fsl-diu-fb.*
4015
4016 FREESCALE DMA DRIVER
4017 M:      Li Yang <leoli@freescale.com>
4018 M:      Zhang Wei <zw@zh-kernel.org>
4019 L:      linuxppc-dev@lists.ozlabs.org
4020 S:      Maintained
4021 F:      drivers/dma/fsldma.*
4022
4023 FREESCALE I2C CPM DRIVER
4024 M:      Jochen Friedrich <jochen@scram.de>
4025 L:      linuxppc-dev@lists.ozlabs.org
4026 L:      linux-i2c@vger.kernel.org
4027 S:      Maintained
4028 F:      drivers/i2c/busses/i2c-cpm.c
4029
4030 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4031 M:      Sascha Hauer <kernel@pengutronix.de>
4032 L:      linux-fbdev@vger.kernel.org
4033 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4034 S:      Maintained
4035 F:      include/linux/platform_data/video-imxfb.h
4036 F:      drivers/video/fbdev/imxfb.c
4037
4038 FREESCALE SOC FS_ENET DRIVER
4039 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4040 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4041 L:      linuxppc-dev@lists.ozlabs.org
4042 L:      netdev@vger.kernel.org
4043 S:      Maintained
4044 F:      drivers/net/ethernet/freescale/fs_enet/
4045 F:      include/linux/fs_enet_pd.h
4046
4047 FREESCALE QUICC ENGINE LIBRARY
4048 L:      linuxppc-dev@lists.ozlabs.org
4049 S:      Orphan
4050 F:      arch/powerpc/sysdev/qe_lib/
4051 F:      arch/powerpc/include/asm/*qe.h
4052
4053 FREESCALE USB PERIPHERAL DRIVERS
4054 M:      Li Yang <leoli@freescale.com>
4055 L:      linux-usb@vger.kernel.org
4056 L:      linuxppc-dev@lists.ozlabs.org
4057 S:      Maintained
4058 F:      drivers/usb/gadget/udc/fsl*
4059
4060 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4061 M:      Li Yang <leoli@freescale.com>
4062 L:      netdev@vger.kernel.org
4063 L:      linuxppc-dev@lists.ozlabs.org
4064 S:      Maintained
4065 F:      drivers/net/ethernet/freescale/ucc_geth*
4066
4067 FREESCALE QUICC ENGINE UCC UART DRIVER
4068 M:      Timur Tabi <timur@tabi.org>
4069 L:      linuxppc-dev@lists.ozlabs.org
4070 S:      Maintained
4071 F:      drivers/tty/serial/ucc_uart.c
4072
4073 FREESCALE SOC SOUND DRIVERS
4074 M:      Timur Tabi <timur@tabi.org>
4075 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4076 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4077 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4078 L:      linuxppc-dev@lists.ozlabs.org
4079 S:      Maintained
4080 F:      sound/soc/fsl/fsl*
4081 F:      sound/soc/fsl/imx*
4082 F:      sound/soc/fsl/mpc8610_hpcd.c
4083
4084 FREEVXFS FILESYSTEM
4085 M:      Christoph Hellwig <hch@infradead.org>
4086 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4087 S:      Maintained
4088 F:      fs/freevxfs/
4089
4090 FREEZER
4091 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4092 M:      Pavel Machek <pavel@ucw.cz>
4093 L:      linux-pm@vger.kernel.org
4094 S:      Supported
4095 F:      Documentation/power/freezing-of-tasks.txt
4096 F:      include/linux/freezer.h
4097 F:      kernel/freezer.c
4098
4099 FRONTSWAP API
4100 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4101 L:      linux-kernel@vger.kernel.org
4102 S:      Maintained
4103 F:      mm/frontswap.c
4104 F:      include/linux/frontswap.h
4105
4106 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4107 M:      David Howells <dhowells@redhat.com>
4108 L:      linux-cachefs@redhat.com
4109 S:      Supported
4110 F:      Documentation/filesystems/caching/
4111 F:      fs/fscache/
4112 F:      include/linux/fscache*.h
4113
4114 F2FS FILE SYSTEM
4115 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4116 M:      Changman Lee <cm224.lee@samsung.com>
4117 L:      linux-f2fs-devel@lists.sourceforge.net
4118 W:      http://en.wikipedia.org/wiki/F2FS
4119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4120 S:      Maintained
4121 F:      Documentation/filesystems/f2fs.txt
4122 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4123 F:      fs/f2fs/
4124 F:      include/linux/f2fs_fs.h
4125
4126 FUJITSU FR-V (FRV) PORT
4127 M:      David Howells <dhowells@redhat.com>
4128 S:      Maintained
4129 F:      arch/frv/
4130
4131 FUJITSU LAPTOP EXTRAS
4132 M:      Jonathan Woithe <jwoithe@just42.net>
4133 L:      platform-driver-x86@vger.kernel.org
4134 S:      Maintained
4135 F:      drivers/platform/x86/fujitsu-laptop.c
4136
4137 FUJITSU M-5MO LS CAMERA ISP DRIVER
4138 M:      Kyungmin Park <kyungmin.park@samsung.com>
4139 M:      Heungjun Kim <riverful.kim@samsung.com>
4140 L:      linux-media@vger.kernel.org
4141 S:      Maintained
4142 F:      drivers/media/i2c/m5mols/
4143 F:      include/media/m5mols.h
4144
4145 FUJITSU TABLET EXTRAS
4146 M:      Robert Gerlach <khnz@gmx.de>
4147 L:      platform-driver-x86@vger.kernel.org
4148 S:      Maintained
4149 F:      drivers/platform/x86/fujitsu-tablet.c
4150
4151 FUSE: FILESYSTEM IN USERSPACE
4152 M:      Miklos Szeredi <miklos@szeredi.hu>
4153 L:      fuse-devel@lists.sourceforge.net
4154 W:      http://fuse.sourceforge.net/
4155 S:      Maintained
4156 F:      fs/fuse/
4157 F:      include/uapi/linux/fuse.h
4158
4159 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4160 M:      Rik Faith <faith@cs.unc.edu>
4161 L:      linux-scsi@vger.kernel.org
4162 S:      Odd Fixes (e.g., new signatures)
4163 F:      drivers/scsi/fdomain.*
4164
4165 GCOV BASED KERNEL PROFILING
4166 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4167 S:      Maintained
4168 F:      kernel/gcov/
4169 F:      Documentation/gcov.txt
4170
4171 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4172 M:      Achim Leubner <achim_leubner@adaptec.com>
4173 L:      linux-scsi@vger.kernel.org
4174 W:      http://www.icp-vortex.com/
4175 S:      Supported
4176 F:      drivers/scsi/gdt*
4177
4178 GEMTEK FM RADIO RECEIVER DRIVER
4179 M:      Hans Verkuil <hverkuil@xs4all.nl>
4180 L:      linux-media@vger.kernel.org
4181 T:      git git://linuxtv.org/media_tree.git
4182 W:      http://linuxtv.org
4183 S:      Maintained
4184 F:      drivers/media/radio/radio-gemtek*
4185
4186 GENERIC GPIO I2C DRIVER
4187 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4188 S:      Supported
4189 F:      drivers/i2c/busses/i2c-gpio.c
4190 F:      include/linux/i2c-gpio.h
4191
4192 GENERIC GPIO I2C MULTIPLEXER DRIVER
4193 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4194 L:      linux-i2c@vger.kernel.org
4195 S:      Supported
4196 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4197 F:      include/linux/i2c-mux-gpio.h
4198 F:      Documentation/i2c/muxes/i2c-mux-gpio
4199
4200 GENERIC HDLC (WAN) DRIVERS
4201 M:      Krzysztof Halasa <khc@pm.waw.pl>
4202 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4203 S:      Maintained
4204 F:      drivers/net/wan/c101.c
4205 F:      drivers/net/wan/hd6457*
4206 F:      drivers/net/wan/hdlc*
4207 F:      drivers/net/wan/n2.c
4208 F:      drivers/net/wan/pc300too.c
4209 F:      drivers/net/wan/pci200syn.c
4210 F:      drivers/net/wan/wanxl*
4211
4212 GENERIC INCLUDE/ASM HEADER FILES
4213 M:      Arnd Bergmann <arnd@arndb.de>
4214 L:      linux-arch@vger.kernel.org
4215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4216 S:      Maintained
4217 F:      include/asm-generic/
4218 F:      include/uapi/asm-generic/
4219
4220 GENERIC PHY FRAMEWORK
4221 M:      Kishon Vijay Abraham I <kishon@ti.com>
4222 L:      linux-kernel@vger.kernel.org
4223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4224 S:      Supported
4225 F:      drivers/phy/
4226 F:      include/linux/phy/
4227
4228 GENERIC UIO DRIVER FOR PCI DEVICES
4229 M:      "Michael S. Tsirkin" <mst@redhat.com>
4230 L:      kvm@vger.kernel.org
4231 S:      Supported
4232 F:      drivers/uio/uio_pci_generic.c
4233
4234 GET_MAINTAINER SCRIPT
4235 M:      Joe Perches <joe@perches.com>
4236 S:      Maintained
4237 F:      scripts/get_maintainer.pl
4238
4239 GFS2 FILE SYSTEM
4240 M:      Steven Whitehouse <swhiteho@redhat.com>
4241 L:      cluster-devel@redhat.com
4242 W:      http://sources.redhat.com/cluster/
4243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4245 S:      Supported
4246 F:      Documentation/filesystems/gfs2*.txt
4247 F:      fs/gfs2/
4248 F:      include/uapi/linux/gfs2_ondisk.h
4249
4250 GIGASET ISDN DRIVERS
4251 M:      Hansjoerg Lipp <hjlipp@web.de>
4252 M:      Tilman Schmidt <tilman@imap.cc>
4253 L:      gigaset307x-common@lists.sourceforge.net
4254 W:      http://gigaset307x.sourceforge.net/
4255 S:      Maintained
4256 F:      Documentation/isdn/README.gigaset
4257 F:      drivers/isdn/gigaset/
4258 F:      include/uapi/linux/gigaset_dev.h
4259
4260 GO7007 MPEG CODEC
4261 M:      Hans Verkuil <hans.verkuil@cisco.com>
4262 L:      linux-media@vger.kernel.org
4263 S:      Maintained
4264 F:      drivers/media/usb/go7007/
4265
4266 GOODIX TOUCHSCREEN
4267 M:      Bastien Nocera <hadess@hadess.net>
4268 L:      linux-input@vger.kernel.org
4269 S:      Maintained
4270 F:      drivers/input/touchscreen/goodix.c
4271
4272 GPIO SUBSYSTEM
4273 M:      Linus Walleij <linus.walleij@linaro.org>
4274 M:      Alexandre Courbot <gnurou@gmail.com>
4275 L:      linux-gpio@vger.kernel.org
4276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4277 S:      Maintained
4278 F:      Documentation/gpio/
4279 F:      drivers/gpio/
4280 F:      include/linux/gpio/
4281 F:      include/linux/gpio.h
4282 F:      include/asm-generic/gpio.h
4283
4284 GRE DEMULTIPLEXER DRIVER
4285 M:      Dmitry Kozlov <xeb@mail.ru>
4286 L:      netdev@vger.kernel.org
4287 S:      Maintained
4288 F:      net/ipv4/gre_demux.c
4289 F:      net/ipv4/gre_offload.c
4290 F:      include/net/gre.h
4291
4292 GRETH 10/100/1G Ethernet MAC device driver
4293 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4294 L:      netdev@vger.kernel.org
4295 S:      Maintained
4296 F:      drivers/net/ethernet/aeroflex/
4297
4298 GSPCA FINEPIX SUBDRIVER
4299 M:      Frank Zago <frank@zago.net>
4300 L:      linux-media@vger.kernel.org
4301 T:      git git://linuxtv.org/media_tree.git
4302 S:      Maintained
4303 F:      drivers/media/usb/gspca/finepix.c
4304
4305 GSPCA GL860 SUBDRIVER
4306 M:      Olivier Lorin <o.lorin@laposte.net>
4307 L:      linux-media@vger.kernel.org
4308 T:      git git://linuxtv.org/media_tree.git
4309 S:      Maintained
4310 F:      drivers/media/usb/gspca/gl860/
4311
4312 GSPCA M5602 SUBDRIVER
4313 M:      Erik Andren <erik.andren@gmail.com>
4314 L:      linux-media@vger.kernel.org
4315 T:      git git://linuxtv.org/media_tree.git
4316 S:      Maintained
4317 F:      drivers/media/usb/gspca/m5602/
4318
4319 GSPCA PAC207 SONIXB SUBDRIVER
4320 M:      Hans de Goede <hdegoede@redhat.com>
4321 L:      linux-media@vger.kernel.org
4322 T:      git git://linuxtv.org/media_tree.git
4323 S:      Maintained
4324 F:      drivers/media/usb/gspca/pac207.c
4325
4326 GSPCA SN9C20X SUBDRIVER
4327 M:      Brian Johnson <brijohn@gmail.com>
4328 L:      linux-media@vger.kernel.org
4329 T:      git git://linuxtv.org/media_tree.git
4330 S:      Maintained
4331 F:      drivers/media/usb/gspca/sn9c20x.c
4332
4333 GSPCA T613 SUBDRIVER
4334 M:      Leandro Costantino <lcostantino@gmail.com>
4335 L:      linux-media@vger.kernel.org
4336 T:      git git://linuxtv.org/media_tree.git
4337 S:      Maintained
4338 F:      drivers/media/usb/gspca/t613.c
4339
4340 GSPCA USB WEBCAM DRIVER
4341 M:      Hans de Goede <hdegoede@redhat.com>
4342 L:      linux-media@vger.kernel.org
4343 T:      git git://linuxtv.org/media_tree.git
4344 S:      Maintained
4345 F:      drivers/media/usb/gspca/
4346
4347 GUID PARTITION TABLE (GPT)
4348 M:      Davidlohr Bueso <davidlohr@hp.com>
4349 L:      linux-efi@vger.kernel.org
4350 S:      Maintained
4351 F:      block/partitions/efi.*
4352
4353 STK1160 USB VIDEO CAPTURE DRIVER
4354 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4355 L:      linux-media@vger.kernel.org
4356 T:      git git://linuxtv.org/media_tree.git
4357 S:      Maintained
4358 F:      drivers/media/usb/stk1160/
4359
4360 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4361 M:      Frank Seidel <frank@f-seidel.de>
4362 L:      platform-driver-x86@vger.kernel.org
4363 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4364 S:      Maintained
4365 F:      drivers/platform/x86/hdaps.c
4366
4367 HDPVR USB VIDEO ENCODER DRIVER
4368 M:      Hans Verkuil <hverkuil@xs4all.nl>
4369 L:      linux-media@vger.kernel.org
4370 T:      git git://linuxtv.org/media_tree.git
4371 W:      http://linuxtv.org
4372 S:      Odd Fixes
4373 F:      drivers/media/usb/hdpvr/
4374
4375 HWPOISON MEMORY FAILURE HANDLING
4376 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4377 L:      linux-mm@kvack.org
4378 S:      Maintained
4379 F:      mm/memory-failure.c
4380 F:      mm/hwpoison-inject.c
4381
4382 HYPERVISOR VIRTUAL CONSOLE DRIVER
4383 L:      linuxppc-dev@lists.ozlabs.org
4384 S:      Odd Fixes
4385 F:      drivers/tty/hvc/
4386
4387 HACKRF MEDIA DRIVER
4388 M:      Antti Palosaari <crope@iki.fi>
4389 L:      linux-media@vger.kernel.org
4390 W:      http://linuxtv.org/
4391 W:      http://palosaari.fi/linux/
4392 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4393 T:      git git://linuxtv.org/anttip/media_tree.git
4394 S:      Maintained
4395 F:      drivers/media/usb/hackrf/
4396
4397 HARDWARE MONITORING
4398 M:      Jean Delvare <jdelvare@suse.de>
4399 M:      Guenter Roeck <linux@roeck-us.net>
4400 L:      lm-sensors@lm-sensors.org
4401 W:      http://www.lm-sensors.org/
4402 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4404 S:      Maintained
4405 F:      Documentation/hwmon/
4406 F:      drivers/hwmon/
4407 F:      include/linux/hwmon*.h
4408
4409 HARDWARE RANDOM NUMBER GENERATOR CORE
4410 M:      Matt Mackall <mpm@selenic.com>
4411 M:      Herbert Xu <herbert@gondor.apana.org.au>
4412 S:      Odd fixes
4413 F:      Documentation/hw_random.txt
4414 F:      drivers/char/hw_random/
4415 F:      include/linux/hw_random.h
4416
4417 HARDWARE SPINLOCK CORE
4418 M:      Ohad Ben-Cohen <ohad@wizery.com>
4419 S:      Maintained
4420 F:      Documentation/hwspinlock.txt
4421 F:      drivers/hwspinlock/hwspinlock_*
4422 F:      include/linux/hwspinlock.h
4423
4424 HARMONY SOUND DRIVER
4425 L:      linux-parisc@vger.kernel.org
4426 S:      Maintained
4427 F:      sound/parisc/harmony.*
4428
4429 HD29L2 MEDIA DRIVER
4430 M:      Antti Palosaari <crope@iki.fi>
4431 L:      linux-media@vger.kernel.org
4432 W:      http://linuxtv.org/
4433 W:      http://palosaari.fi/linux/
4434 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4435 T:      git git://linuxtv.org/anttip/media_tree.git
4436 S:      Maintained
4437 F:      drivers/media/dvb-frontends/hd29l2*
4438
4439 HEWLETT-PACKARD SMART2 RAID DRIVER
4440 L:      iss_storagedev@hp.com
4441 S:      Orphan
4442 F:      Documentation/blockdev/cpqarray.txt
4443 F:      drivers/block/cpqarray.*
4444
4445 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4446 M:      Don Brace <don.brace@pmcs.com>
4447 L:      iss_storagedev@hp.com
4448 L:      storagedev@pmcs.com
4449 L:      linux-scsi@vger.kernel.org
4450 S:      Supported
4451 F:      Documentation/scsi/hpsa.txt
4452 F:      drivers/scsi/hpsa*.[ch]
4453 F:      include/linux/cciss*.h
4454 F:      include/uapi/linux/cciss*.h
4455
4456 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4457 M:      Don Brace <don.brace@pmcs.com>
4458 L:      iss_storagedev@hp.com
4459 L:      storagedev@pmcs.com
4460 L:      linux-scsi@vger.kernel.org
4461 S:      Supported
4462 F:      Documentation/blockdev/cciss.txt
4463 F:      drivers/block/cciss*
4464 F:      include/linux/cciss_ioctl.h
4465 F:      include/uapi/linux/cciss_ioctl.h
4466
4467 HFS FILESYSTEM
4468 L:      linux-fsdevel@vger.kernel.org
4469 S:      Orphan
4470 F:      Documentation/filesystems/hfs.txt
4471 F:      fs/hfs/
4472
4473 HFSPLUS FILESYSTEM
4474 L:      linux-fsdevel@vger.kernel.org
4475 S:      Orphan
4476 F:      Documentation/filesystems/hfsplus.txt
4477 F:      fs/hfsplus/
4478
4479 HGA FRAMEBUFFER DRIVER
4480 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4481 L:      linux-nvidia@lists.surfsouth.com
4482 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4483 S:      Maintained
4484 F:      drivers/video/fbdev/hgafb.c
4485
4486 HIBERNATION (aka Software Suspend, aka swsusp)
4487 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4488 M:      Pavel Machek <pavel@ucw.cz>
4489 L:      linux-pm@vger.kernel.org
4490 S:      Supported
4491 F:      arch/x86/power/
4492 F:      drivers/base/power/
4493 F:      kernel/power/
4494 F:      include/linux/suspend.h
4495 F:      include/linux/freezer.h
4496 F:      include/linux/pm.h
4497 F:      arch/*/include/asm/suspend*.h
4498
4499 HID CORE LAYER
4500 M:      Jiri Kosina <jkosina@suse.cz>
4501 L:      linux-input@vger.kernel.org
4502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4503 S:      Maintained
4504 F:      drivers/hid/
4505 F:      include/linux/hid*
4506 F:      include/uapi/linux/hid*
4507
4508 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4509 M:      Thomas Gleixner <tglx@linutronix.de>
4510 L:      linux-kernel@vger.kernel.org
4511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4512 S:      Maintained
4513 F:      Documentation/timers/
4514 F:      kernel/time/hrtimer.c
4515 F:      kernel/time/clockevents.c
4516 F:      kernel/time/tick*.*
4517 F:      kernel/time/timer_*.c
4518 F:      include/linux/clockchips.h
4519 F:      include/linux/hrtimer.h
4520
4521 HIGH-SPEED SCC DRIVER FOR AX.25
4522 L:      linux-hams@vger.kernel.org
4523 S:      Orphan
4524 F:      drivers/net/hamradio/dmascc.c
4525 F:      drivers/net/hamradio/scc.c
4526
4527 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4528 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4529 W:      http://www.highpoint-tech.com
4530 S:      Supported
4531 F:      Documentation/scsi/hptiop.txt
4532 F:      drivers/scsi/hptiop.c
4533
4534 HIPPI
4535 M:      Jes Sorensen <jes@trained-monkey.org>
4536 L:      linux-hippi@sunsite.dk
4537 S:      Maintained
4538 F:      include/linux/hippidevice.h
4539 F:      include/uapi/linux/if_hippi.h
4540 F:      net/802/hippi.c
4541 F:      drivers/net/hippi/
4542
4543 HOST AP DRIVER
4544 M:      Jouni Malinen <j@w1.fi>
4545 L:      hostap@shmoo.com (subscribers-only)
4546 L:      linux-wireless@vger.kernel.org
4547 W:      http://hostap.epitest.fi/
4548 S:      Maintained
4549 F:      drivers/net/wireless/hostap/
4550
4551 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4552 L:      platform-driver-x86@vger.kernel.org
4553 S:      Orphan
4554 F:      drivers/platform/x86/tc1100-wmi.c
4555
4556 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4557 M:      Jaroslav Kysela <perex@perex.cz>
4558 S:      Maintained
4559 F:      drivers/net/ethernet/hp/hp100.*
4560
4561 HPET:   High Precision Event Timers driver
4562 M:      Clemens Ladisch <clemens@ladisch.de>
4563 S:      Maintained
4564 F:      Documentation/timers/hpet.txt
4565 F:      drivers/char/hpet.c
4566 F:      include/linux/hpet.h
4567 F:      include/uapi/linux/hpet.h
4568
4569 HPET:   x86
4570 S:      Orphan
4571 F:      arch/x86/kernel/hpet.c
4572 F:      arch/x86/include/asm/hpet.h
4573
4574 HPFS FILESYSTEM
4575 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4576 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4577 S:      Maintained
4578 F:      fs/hpfs/
4579
4580 HSI SUBSYSTEM
4581 M:      Sebastian Reichel <sre@kernel.org>
4582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4583 S:      Maintained
4584 F:      Documentation/ABI/testing/sysfs-bus-hsi
4585 F:      Documentation/hsi.txt
4586 F:      drivers/hsi/
4587 F:      include/linux/hsi/
4588 F:      include/uapi/linux/hsi/
4589
4590 HSO 3G MODEM DRIVER
4591 M:      Jan Dumon <j.dumon@option.com>
4592 W:      http://www.pharscape.org
4593 S:      Maintained
4594 F:      drivers/net/usb/hso.c
4595
4596 HSR NETWORK PROTOCOL
4597 M:      Arvid Brodin <arvid.brodin@alten.se>
4598 L:      netdev@vger.kernel.org
4599 S:      Maintained
4600 F:      net/hsr/
4601
4602 HTCPEN TOUCHSCREEN DRIVER
4603 M:      Pau Oliva Fora <pof@eslack.org>
4604 L:      linux-input@vger.kernel.org
4605 S:      Maintained
4606 F:      drivers/input/touchscreen/htcpen.c
4607
4608 HUGETLB FILESYSTEM
4609 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4610 S:      Maintained
4611 F:      fs/hugetlbfs/
4612
4613 Hyper-V CORE AND DRIVERS
4614 M:      K. Y. Srinivasan <kys@microsoft.com>
4615 M:      Haiyang Zhang <haiyangz@microsoft.com>
4616 L:      devel@linuxdriverproject.org
4617 S:      Maintained
4618 F:      arch/x86/include/asm/mshyperv.h
4619 F:      arch/x86/include/uapi/asm/hyperv.h
4620 F:      arch/x86/kernel/cpu/mshyperv.c
4621 F:      drivers/hid/hid-hyperv.c
4622 F:      drivers/hv/
4623 F:      drivers/input/serio/hyperv-keyboard.c
4624 F:      drivers/net/hyperv/
4625 F:      drivers/scsi/storvsc_drv.c
4626 F:      drivers/video/fbdev/hyperv_fb.c
4627 F:      include/linux/hyperv.h
4628 F:      tools/hv/
4629
4630 I2C OVER PARALLEL PORT
4631 M:      Jean Delvare <jdelvare@suse.de>
4632 L:      linux-i2c@vger.kernel.org
4633 S:      Maintained
4634 F:      Documentation/i2c/busses/i2c-parport
4635 F:      Documentation/i2c/busses/i2c-parport-light
4636 F:      drivers/i2c/busses/i2c-parport.c
4637 F:      drivers/i2c/busses/i2c-parport-light.c
4638
4639 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4640 M:      Jean Delvare <jdelvare@suse.de>
4641 L:      linux-i2c@vger.kernel.org
4642 S:      Maintained
4643 F:      Documentation/i2c/busses/i2c-ali1535
4644 F:      Documentation/i2c/busses/i2c-ali1563
4645 F:      Documentation/i2c/busses/i2c-ali15x3
4646 F:      Documentation/i2c/busses/i2c-amd756
4647 F:      Documentation/i2c/busses/i2c-amd8111
4648 F:      Documentation/i2c/busses/i2c-i801
4649 F:      Documentation/i2c/busses/i2c-nforce2
4650 F:      Documentation/i2c/busses/i2c-piix4
4651 F:      Documentation/i2c/busses/i2c-sis5595
4652 F:      Documentation/i2c/busses/i2c-sis630
4653 F:      Documentation/i2c/busses/i2c-sis96x
4654 F:      Documentation/i2c/busses/i2c-via
4655 F:      Documentation/i2c/busses/i2c-viapro
4656 F:      drivers/i2c/busses/i2c-ali1535.c
4657 F:      drivers/i2c/busses/i2c-ali1563.c
4658 F:      drivers/i2c/busses/i2c-ali15x3.c
4659 F:      drivers/i2c/busses/i2c-amd756.c
4660 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4661 F:      drivers/i2c/busses/i2c-amd8111.c
4662 F:      drivers/i2c/busses/i2c-i801.c
4663 F:      drivers/i2c/busses/i2c-isch.c
4664 F:      drivers/i2c/busses/i2c-nforce2.c
4665 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4666 F:      drivers/i2c/busses/i2c-piix4.c
4667 F:      drivers/i2c/busses/i2c-sis5595.c
4668 F:      drivers/i2c/busses/i2c-sis630.c
4669 F:      drivers/i2c/busses/i2c-sis96x.c
4670 F:      drivers/i2c/busses/i2c-via.c
4671 F:      drivers/i2c/busses/i2c-viapro.c
4672
4673 I2C/SMBUS ISMT DRIVER
4674 M:      Seth Heasley <seth.heasley@intel.com>
4675 M:      Neil Horman <nhorman@tuxdriver.com>
4676 L:      linux-i2c@vger.kernel.org
4677 F:      drivers/i2c/busses/i2c-ismt.c
4678 F:      Documentation/i2c/busses/i2c-ismt
4679
4680 I2C/SMBUS STUB DRIVER
4681 M:      Jean Delvare <jdelvare@suse.de>
4682 L:      linux-i2c@vger.kernel.org
4683 S:      Maintained
4684 F:      drivers/i2c/i2c-stub.c
4685
4686 I2C SUBSYSTEM
4687 M:      Wolfram Sang <wsa@the-dreams.de>
4688 L:      linux-i2c@vger.kernel.org
4689 W:      https://i2c.wiki.kernel.org/
4690 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4692 S:      Maintained
4693 F:      Documentation/devicetree/bindings/i2c/
4694 F:      Documentation/i2c/
4695 F:      drivers/i2c/
4696 F:      include/linux/i2c.h
4697 F:      include/linux/i2c-*.h
4698 F:      include/uapi/linux/i2c.h
4699 F:      include/uapi/linux/i2c-*.h
4700
4701 I2C ACPI SUPPORT
4702 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4703 L:      linux-i2c@vger.kernel.org
4704 L:      linux-acpi@vger.kernel.org
4705 S:      Maintained
4706
4707 I2C-TAOS-EVM DRIVER
4708 M:      Jean Delvare <jdelvare@suse.de>
4709 L:      linux-i2c@vger.kernel.org
4710 S:      Maintained
4711 F:      Documentation/i2c/busses/i2c-taos-evm
4712 F:      drivers/i2c/busses/i2c-taos-evm.c
4713
4714 I2C-TINY-USB DRIVER
4715 M:      Till Harbaum <till@harbaum.org>
4716 L:      linux-i2c@vger.kernel.org
4717 W:      http://www.harbaum.org/till/i2c_tiny_usb
4718 S:      Maintained
4719 F:      drivers/i2c/busses/i2c-tiny-usb.c
4720
4721 i386 BOOT CODE
4722 M:      "H. Peter Anvin" <hpa@zytor.com>
4723 S:      Maintained
4724 F:      arch/x86/boot/
4725
4726 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4727 M:      "H. Peter Anvin" <hpa@zytor.com>
4728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4729 S:      Maintained
4730
4731 IA64 (Itanium) PLATFORM
4732 M:      Tony Luck <tony.luck@intel.com>
4733 M:      Fenghua Yu <fenghua.yu@intel.com>
4734 L:      linux-ia64@vger.kernel.org
4735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4736 S:      Maintained
4737 F:      arch/ia64/
4738
4739 IBM Power in-Nest Crypto Acceleration
4740 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4741 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4742 L:      linux-crypto@vger.kernel.org
4743 S:      Supported
4744 F:      drivers/crypto/nx/
4745
4746 IBM Power 842 compression accelerator
4747 M:      Dan Streetman <ddstreet@us.ibm.com>
4748 S:      Supported
4749 F:      drivers/crypto/nx/nx-842.c
4750 F:      include/linux/nx842.h
4751
4752 IBM Power Linux RAID adapter
4753 M:      Brian King <brking@us.ibm.com>
4754 S:      Supported
4755 F:      drivers/scsi/ipr.*
4756
4757 IBM Power Virtual Ethernet Device Driver
4758 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4759 L:      netdev@vger.kernel.org
4760 S:      Supported
4761 F:      drivers/net/ethernet/ibm/ibmveth.*
4762
4763 IBM Power Virtual SCSI Device Drivers
4764 M:      Nathan Fontenot <nfont@linux.vnet.ibm.com>
4765 L:      linux-scsi@vger.kernel.org
4766 S:      Supported
4767 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4768 F:      drivers/scsi/ibmvscsi/viosrp.h
4769
4770 IBM Power Virtual FC Device Drivers
4771 M:      Brian King <brking@linux.vnet.ibm.com>
4772 L:      linux-scsi@vger.kernel.org
4773 S:      Supported
4774 F:      drivers/scsi/ibmvscsi/ibmvfc*
4775
4776 IBM ServeRAID RAID DRIVER
4777 S:      Orphan
4778 F:      drivers/scsi/ips.*
4779
4780 ICH LPC AND GPIO DRIVER
4781 M:      Peter Tyser <ptyser@xes-inc.com>
4782 S:      Maintained
4783 F:      drivers/mfd/lpc_ich.c
4784 F:      drivers/gpio/gpio-ich.c
4785
4786 IDE SUBSYSTEM
4787 M:      "David S. Miller" <davem@davemloft.net>
4788 L:      linux-ide@vger.kernel.org
4789 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4791 S:      Maintained
4792 F:      Documentation/ide/
4793 F:      drivers/ide/
4794 F:      include/linux/ide.h
4795
4796 IDEAPAD LAPTOP EXTRAS DRIVER
4797 M:      Ike Panhc <ike.pan@canonical.com>
4798 L:      platform-driver-x86@vger.kernel.org
4799 W:      http://launchpad.net/ideapad-laptop
4800 S:      Maintained
4801 F:      drivers/platform/x86/ideapad-laptop.c
4802
4803 IDEAPAD LAPTOP SLIDEBAR DRIVER
4804 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4805 L:      linux-input@vger.kernel.org
4806 W:      https://github.com/o2genum/ideapad-slidebar
4807 S:      Maintained
4808 F:      drivers/input/misc/ideapad_slidebar.c
4809
4810 IDE/ATAPI DRIVERS
4811 M:      Borislav Petkov <bp@alien8.de>
4812 L:      linux-ide@vger.kernel.org
4813 S:      Maintained
4814 F:      Documentation/cdrom/ide-cd
4815 F:      drivers/ide/ide-cd*
4816
4817 IDLE-I7300
4818 M:      Andy Henroid <andrew.d.henroid@intel.com>
4819 L:      linux-pm@vger.kernel.org
4820 S:      Supported
4821 F:      drivers/idle/i7300_idle.c
4822
4823 IEEE 802.15.4 SUBSYSTEM
4824 M:      Alexander Aring <alex.aring@gmail.com>
4825 L:      linux-wpan@vger.kernel.org
4826 W:      https://github.com/linux-wpan
4827 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4828 S:      Maintained
4829 F:      net/ieee802154/
4830 F:      net/mac802154/
4831 F:      drivers/net/ieee802154/
4832 F:      include/linux/nl802154.h
4833 F:      include/linux/ieee802154.h
4834 F:      include/net/nl802154.h
4835 F:      include/net/mac802154.h
4836 F:      include/net/af_ieee802154.h
4837 F:      include/net/cfg802154.h
4838 F:      include/net/ieee802154_netdev.h
4839 F:      Documentation/networking/ieee802154.txt
4840
4841 IGORPLUG-USB IR RECEIVER
4842 M:      Sean Young <sean@mess.org>
4843 L:      linux-media@vger.kernel.org
4844 S:      Maintained
4845 F:      drivers/media/rc/igorplugusb.c
4846
4847 IGUANAWORKS USB IR TRANSCEIVER
4848 M:      Sean Young <sean@mess.org>
4849 L:      linux-media@vger.kernel.org
4850 S:      Maintained
4851 F:      drivers/media/rc/iguanair.c
4852
4853 IIO SUBSYSTEM AND DRIVERS
4854 M:      Jonathan Cameron <jic23@kernel.org>
4855 R:      Hartmut Knaack <knaack.h@gmx.de>
4856 R:      Lars-Peter Clausen <lars@metafoo.de>
4857 R:      Peter Meerwald <pmeerw@pmeerw.net>
4858 L:      linux-iio@vger.kernel.org
4859 S:      Maintained
4860 F:      drivers/iio/
4861 F:      drivers/staging/iio/
4862 F:      include/linux/iio/
4863
4864 IKANOS/ADI EAGLE ADSL USB DRIVER
4865 M:      Matthieu Castet <castet.matthieu@free.fr>
4866 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4867 S:      Maintained
4868 F:      drivers/usb/atm/ueagle-atm.c
4869
4870 INA209 HARDWARE MONITOR DRIVER
4871 M:      Guenter Roeck <linux@roeck-us.net>
4872 L:      lm-sensors@lm-sensors.org
4873 S:      Maintained
4874 F:      Documentation/hwmon/ina209
4875 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4876 F:      drivers/hwmon/ina209.c
4877
4878 INA2XX HARDWARE MONITOR DRIVER
4879 M:      Guenter Roeck <linux@roeck-us.net>
4880 L:      lm-sensors@lm-sensors.org
4881 S:      Maintained
4882 F:      Documentation/hwmon/ina2xx
4883 F:      drivers/hwmon/ina2xx.c
4884 F:      include/linux/platform_data/ina2xx.h
4885
4886 INDUSTRY PACK SUBSYSTEM (IPACK)
4887 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4888 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4889 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4890 L:      industrypack-devel@lists.sourceforge.net
4891 W:      http://industrypack.sourceforge.net
4892 S:      Maintained
4893 F:      drivers/ipack/
4894
4895 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4896 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4897 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4898 L:      linux-ima-devel@lists.sourceforge.net
4899 L:      linux-ima-user@lists.sourceforge.net
4900 L:      linux-security-module@vger.kernel.org
4901 S:      Supported
4902 F:      security/integrity/ima/
4903
4904 IMGTEC IR DECODER DRIVER
4905 M:      James Hogan <james.hogan@imgtec.com>
4906 S:      Maintained
4907 F:      drivers/media/rc/img-ir/
4908
4909 IMS TWINTURBO FRAMEBUFFER DRIVER
4910 L:      linux-fbdev@vger.kernel.org
4911 S:      Orphan
4912 F:      drivers/video/fbdev/imsttfb.c
4913
4914 INFINIBAND SUBSYSTEM
4915 M:      Roland Dreier <roland@kernel.org>
4916 M:      Sean Hefty <sean.hefty@intel.com>
4917 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4918 L:      linux-rdma@vger.kernel.org
4919 W:      http://www.openfabrics.org/
4920 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4922 S:      Supported
4923 F:      Documentation/infiniband/
4924 F:      drivers/infiniband/
4925 F:      include/uapi/linux/if_infiniband.h
4926
4927 INOTIFY
4928 M:      John McCutchan <john@johnmccutchan.com>
4929 M:      Robert Love <rlove@rlove.org>
4930 M:      Eric Paris <eparis@parisplace.org>
4931 S:      Maintained
4932 F:      Documentation/filesystems/inotify.txt
4933 F:      fs/notify/inotify/
4934 F:      include/linux/inotify.h
4935 F:      include/uapi/linux/inotify.h
4936
4937 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4938 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4939 M:      Dmitry Torokhov <dtor@mail.ru>
4940 L:      linux-input@vger.kernel.org
4941 Q:      http://patchwork.kernel.org/project/linux-input/list/
4942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4943 S:      Maintained
4944 F:      drivers/input/
4945 F:      include/linux/input.h
4946 F:      include/uapi/linux/input.h
4947 F:      include/linux/input/
4948
4949 INPUT MULTITOUCH (MT) PROTOCOL
4950 M:      Henrik Rydberg <rydberg@bitmath.org>
4951 L:      linux-input@vger.kernel.org
4952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4953 S:      Odd fixes
4954 F:      Documentation/input/multi-touch-protocol.txt
4955 F:      drivers/input/input-mt.c
4956 K:      \b(ABS|SYN)_MT_
4957
4958 INTEL C600 SERIES SAS CONTROLLER DRIVER
4959 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4960 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4961 M:      Dave Jiang <dave.jiang@intel.com>
4962 L:      linux-scsi@vger.kernel.org
4963 T:      git git://git.code.sf.net/p/intel-sas/isci
4964 S:      Supported
4965 F:      drivers/scsi/isci/
4966
4967 INTEL IDLE DRIVER
4968 M:      Len Brown <lenb@kernel.org>
4969 L:      linux-pm@vger.kernel.org
4970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4971 S:      Supported
4972 F:      drivers/idle/intel_idle.c
4973
4974 INTEL PSTATE DRIVER
4975 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
4976 L:      linux-pm@vger.kernel.org
4977 S:      Supported
4978 F:      drivers/cpufreq/intel_pstate.c
4979
4980 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4981 M:      Maik Broemme <mbroemme@plusserver.de>
4982 L:      linux-fbdev@vger.kernel.org
4983 S:      Maintained
4984 F:      Documentation/fb/intelfb.txt
4985 F:      drivers/video/fbdev/intelfb/
4986
4987 INTEL 810/815 FRAMEBUFFER DRIVER
4988 M:      Antonino Daplas <adaplas@gmail.com>
4989 L:      linux-fbdev@vger.kernel.org
4990 S:      Maintained
4991 F:      drivers/video/fbdev/i810/
4992
4993 INTEL MENLOW THERMAL DRIVER
4994 M:      Sujith Thomas <sujith.thomas@intel.com>
4995 L:      platform-driver-x86@vger.kernel.org
4996 W:      https://01.org/linux-acpi
4997 S:      Supported
4998 F:      drivers/platform/x86/intel_menlow.c
4999
5000 INTEL IA32 MICROCODE UPDATE SUPPORT
5001 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
5002 S:      Maintained
5003 F:      arch/x86/kernel/cpu/microcode/core*
5004 F:      arch/x86/kernel/cpu/microcode/intel*
5005
5006 INTEL I/OAT DMA DRIVER
5007 M:      Dave Jiang <dave.jiang@intel.com>
5008 R:      Dan Williams <dan.j.williams@intel.com>
5009 L:      dmaengine@vger.kernel.org
5010 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5011 S:      Supported
5012 F:      drivers/dma/ioat*
5013
5014 INTEL IOMMU (VT-d)
5015 M:      David Woodhouse <dwmw2@infradead.org>
5016 L:      iommu@lists.linux-foundation.org
5017 T:      git git://git.infradead.org/iommu-2.6.git
5018 S:      Supported
5019 F:      drivers/iommu/intel-iommu.c
5020 F:      include/linux/intel-iommu.h
5021
5022 INTEL IOP-ADMA DMA DRIVER
5023 R:      Dan Williams <dan.j.williams@intel.com>
5024 S:      Odd fixes
5025 F:      drivers/dma/iop-adma.c
5026
5027 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5028 M:      Krzysztof Halasa <khalasa@piap.pl>
5029 S:      Maintained
5030 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5031 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5032 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5033 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5034 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5035 F:      drivers/net/wan/ixp4xx_hss.c
5036
5037 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5038 M:      Deepak Saxena <dsaxena@plexity.net>
5039 S:      Maintained
5040 F:      drivers/char/hw_random/ixp4xx-rng.c
5041
5042 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5043 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5044 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5045 M:      Bruce Allan <bruce.w.allan@intel.com>
5046 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5047 M:      Don Skidmore <donald.c.skidmore@intel.com>
5048 M:      Greg Rose <gregory.v.rose@intel.com>
5049 M:      Matthew Vick <matthew.vick@intel.com>
5050 M:      John Ronciak <john.ronciak@intel.com>
5051 M:      Mitch Williams <mitch.a.williams@intel.com>
5052 M:      Linux NICS <linux.nics@intel.com>
5053 L:      e1000-devel@lists.sourceforge.net
5054 W:      http://www.intel.com/support/feedback.htm
5055 W:      http://e1000.sourceforge.net/
5056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5058 S:      Supported
5059 F:      Documentation/networking/e100.txt
5060 F:      Documentation/networking/e1000.txt
5061 F:      Documentation/networking/e1000e.txt
5062 F:      Documentation/networking/igb.txt
5063 F:      Documentation/networking/igbvf.txt
5064 F:      Documentation/networking/ixgb.txt
5065 F:      Documentation/networking/ixgbe.txt
5066 F:      Documentation/networking/ixgbevf.txt
5067 F:      Documentation/networking/i40e.txt
5068 F:      Documentation/networking/i40evf.txt
5069 F:      drivers/net/ethernet/intel/
5070 F:      drivers/net/ethernet/intel/*/
5071
5072 INTEL-MID GPIO DRIVER
5073 M:      David Cohen <david.a.cohen@linux.intel.com>
5074 L:      linux-gpio@vger.kernel.org
5075 S:      Maintained
5076 F:      drivers/gpio/gpio-intel-mid.c
5077
5078 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5079 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5080 L:      linux-wireless@vger.kernel.org
5081 S:      Maintained
5082 F:      Documentation/networking/README.ipw2100
5083 F:      Documentation/networking/README.ipw2200
5084 F:      drivers/net/wireless/ipw2x00/
5085
5086 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5087 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5088 M:      Gang Wei <gang.wei@intel.com>
5089 M:      Shane Wang <shane.wang@intel.com>
5090 L:      tboot-devel@lists.sourceforge.net
5091 W:      http://tboot.sourceforge.net
5092 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5093 S:      Supported
5094 F:      Documentation/intel_txt.txt
5095 F:      include/linux/tboot.h
5096 F:      arch/x86/kernel/tboot.c
5097
5098 INTEL WIRELESS WIMAX CONNECTION 2400
5099 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5100 M:      linux-wimax@intel.com
5101 L:     wimax@linuxwimax.org (subscribers-only)
5102 S:      Supported
5103 W:      http://linuxwimax.org
5104 F:      Documentation/wimax/README.i2400m
5105 F:      drivers/net/wimax/i2400m/
5106 F:      include/uapi/linux/wimax/i2400m.h
5107
5108 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5109 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5110 L:      linux-wireless@vger.kernel.org
5111 S:      Supported
5112 F:      drivers/net/wireless/iwlegacy/
5113
5114 INTEL WIRELESS WIFI LINK (iwlwifi)
5115 M:      Johannes Berg <johannes.berg@intel.com>
5116 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5117 M:      Intel Linux Wireless <ilw@linux.intel.com>
5118 L:      linux-wireless@vger.kernel.org
5119 W:      http://intellinuxwireless.org
5120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5121 S:      Supported
5122 F:      drivers/net/wireless/iwlwifi/
5123
5124 INTEL MANAGEMENT ENGINE (mei)
5125 M:      Tomas Winkler <tomas.winkler@intel.com>
5126 L:      linux-kernel@vger.kernel.org
5127 S:      Supported
5128 F:      include/uapi/linux/mei.h
5129 F:      drivers/misc/mei/*
5130 F:      Documentation/misc-devices/mei/*
5131
5132 IOC3 ETHERNET DRIVER
5133 M:      Ralf Baechle <ralf@linux-mips.org>
5134 L:      linux-mips@linux-mips.org
5135 S:      Maintained
5136 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5137
5138 IOC3 SERIAL DRIVER
5139 M:      Pat Gefre <pfg@sgi.com>
5140 L:      linux-serial@vger.kernel.org
5141 S:      Maintained
5142 F:      drivers/tty/serial/ioc3_serial.c
5143
5144 IOMMU DRIVERS
5145 M:      Joerg Roedel <joro@8bytes.org>
5146 L:      iommu@lists.linux-foundation.org
5147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5148 S:      Maintained
5149 F:      drivers/iommu/
5150
5151 IP MASQUERADING
5152 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5153 S:      Maintained
5154 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5155
5156 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5157 M:      Francois Romieu <romieu@fr.zoreil.com>
5158 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5159 L:      netdev@vger.kernel.org
5160 S:      Maintained
5161 F:      drivers/net/ethernet/icplus/ipg.*
5162
5163 IPATH DRIVER
5164 M:      Mike Marciniszyn <infinipath@intel.com>
5165 L:      linux-rdma@vger.kernel.org
5166 S:      Maintained
5167 F:      drivers/infiniband/hw/ipath/
5168
5169 IPMI SUBSYSTEM
5170 M:      Corey Minyard <minyard@acm.org>
5171 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5172 W:      http://openipmi.sourceforge.net/
5173 S:      Supported
5174 F:      Documentation/IPMI.txt
5175 F:      drivers/char/ipmi/
5176 F:      include/linux/ipmi*
5177 F:      include/uapi/linux/ipmi*
5178
5179 IPS SCSI RAID DRIVER
5180 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5181 L:      linux-scsi@vger.kernel.org
5182 W:      http://www.adaptec.com/
5183 S:      Maintained
5184 F:      drivers/scsi/ips*
5185
5186 IPVS
5187 M:      Wensong Zhang <wensong@linux-vs.org>
5188 M:      Simon Horman <horms@verge.net.au>
5189 M:      Julian Anastasov <ja@ssi.bg>
5190 L:      netdev@vger.kernel.org
5191 L:      lvs-devel@vger.kernel.org
5192 S:      Maintained
5193 F:      Documentation/networking/ipvs-sysctl.txt
5194 F:      include/net/ip_vs.h
5195 F:      include/uapi/linux/ip_vs.h
5196 F:      net/netfilter/ipvs/
5197
5198 IPWIRELESS DRIVER
5199 M:      Jiri Kosina <jkosina@suse.cz>
5200 M:      David Sterba <dsterba@suse.cz>
5201 S:      Odd Fixes
5202 F:      drivers/tty/ipwireless/
5203
5204 IPX NETWORK LAYER
5205 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5206 L:      netdev@vger.kernel.org
5207 S:      Maintained
5208 F:      include/net/ipx.h
5209 F:      include/uapi/linux/ipx.h
5210 F:      net/ipx/
5211
5212 IRDA SUBSYSTEM
5213 M:      Samuel Ortiz <samuel@sortiz.org>
5214 L:      irda-users@lists.sourceforge.net (subscribers-only)
5215 L:      netdev@vger.kernel.org
5216 W:      http://irda.sourceforge.net/
5217 S:      Maintained
5218 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5219 F:      Documentation/networking/irda.txt
5220 F:      drivers/net/irda/
5221 F:      include/net/irda/
5222 F:      net/irda/
5223
5224 IRQ SUBSYSTEM
5225 M:      Thomas Gleixner <tglx@linutronix.de>
5226 L:      linux-kernel@vger.kernel.org
5227 S:      Maintained
5228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5229 F:      kernel/irq/
5230
5231 IRQCHIP DRIVERS
5232 M:      Thomas Gleixner <tglx@linutronix.de>
5233 M:      Jason Cooper <jason@lakedaemon.net>
5234 L:      linux-kernel@vger.kernel.org
5235 S:      Maintained
5236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5237 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5238 F:      Documentation/devicetree/bindings/interrupt-controller/
5239 F:      drivers/irqchip/
5240
5241 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5242 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5243 S:      Maintained
5244 F:      Documentation/IRQ-domain.txt
5245 F:      include/linux/irqdomain.h
5246 F:      kernel/irq/irqdomain.c
5247
5248 ISAPNP
5249 M:      Jaroslav Kysela <perex@perex.cz>
5250 S:      Maintained
5251 F:      Documentation/isapnp.txt
5252 F:      drivers/pnp/isapnp/
5253 F:      include/linux/isapnp.h
5254
5255 ISA RADIO MODULE
5256 M:      Hans Verkuil <hverkuil@xs4all.nl>
5257 L:      linux-media@vger.kernel.org
5258 T:      git git://linuxtv.org/media_tree.git
5259 W:      http://linuxtv.org
5260 S:      Maintained
5261 F:      drivers/media/radio/radio-isa*
5262
5263 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5264 M:      Peter Jones <pjones@redhat.com>
5265 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5266 S:      Maintained
5267 F:      drivers/firmware/iscsi_ibft*
5268
5269 ISCSI
5270 M:      Mike Christie <michaelc@cs.wisc.edu>
5271 L:      open-iscsi@googlegroups.com
5272 W:      www.open-iscsi.org
5273 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5274 S:      Maintained
5275 F:      drivers/scsi/*iscsi*
5276 F:      include/scsi/*iscsi*
5277
5278 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5279 M:      Or Gerlitz <ogerlitz@mellanox.com>
5280 M:      Sagi Grimberg <sagig@mellanox.com>
5281 M:      Roi Dayan <roid@mellanox.com>
5282 L:      linux-rdma@vger.kernel.org
5283 S:      Supported
5284 W:      http://www.openfabrics.org
5285 W:      www.open-iscsi.org
5286 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5287 F:      drivers/infiniband/ulp/iser/
5288
5289 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5290 M:      Sagi Grimberg <sagig@mellanox.com>
5291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5292 L:      linux-rdma@vger.kernel.org
5293 L:      target-devel@vger.kernel.org
5294 S:      Supported
5295 W:      http://www.linux-iscsi.org
5296 F:      drivers/infiniband/ulp/isert
5297
5298 ISDN SUBSYSTEM
5299 M:      Karsten Keil <isdn@linux-pingi.de>
5300 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5301 L:      netdev@vger.kernel.org
5302 W:      http://www.isdn4linux.de
5303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5304 S:      Maintained
5305 F:      Documentation/isdn/
5306 F:      drivers/isdn/
5307 F:      include/linux/isdn.h
5308 F:      include/linux/isdn/
5309 F:      include/uapi/linux/isdn.h
5310 F:      include/uapi/linux/isdn/
5311
5312 ISDN SUBSYSTEM (Eicon active card driver)
5313 M:      Armin Schindler <mac@melware.de>
5314 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5315 W:      http://www.melware.de
5316 S:      Maintained
5317 F:      drivers/isdn/hardware/eicon/
5318
5319 IT87 HARDWARE MONITORING DRIVER
5320 M:      Jean Delvare <jdelvare@suse.de>
5321 L:      lm-sensors@lm-sensors.org
5322 S:      Maintained
5323 F:      Documentation/hwmon/it87
5324 F:      drivers/hwmon/it87.c
5325
5326 IT913X MEDIA DRIVER
5327 M:      Antti Palosaari <crope@iki.fi>
5328 L:      linux-media@vger.kernel.org
5329 W:      http://linuxtv.org/
5330 W:      http://palosaari.fi/linux/
5331 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5332 T:      git git://linuxtv.org/anttip/media_tree.git
5333 S:      Maintained
5334 F:      drivers/media/tuners/it913x*
5335
5336 IVTV VIDEO4LINUX DRIVER
5337 M:      Andy Walls <awalls@md.metrocast.net>
5338 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5339 L:      linux-media@vger.kernel.org
5340 T:      git git://linuxtv.org/media_tree.git
5341 W:      http://www.ivtvdriver.org
5342 S:      Maintained
5343 F:      Documentation/video4linux/*.ivtv
5344 F:      drivers/media/pci/ivtv/
5345 F:      include/uapi/linux/ivtv*
5346
5347 IX2505V MEDIA DRIVER
5348 M:      Malcolm Priestley <tvboxspy@gmail.com>
5349 L:      linux-media@vger.kernel.org
5350 W:      http://linuxtv.org/
5351 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5352 S:      Maintained
5353 F:      drivers/media/dvb-frontends/ix2505v*
5354
5355 JC42.4 TEMPERATURE SENSOR DRIVER
5356 M:      Guenter Roeck <linux@roeck-us.net>
5357 L:      lm-sensors@lm-sensors.org
5358 S:      Maintained
5359 F:      drivers/hwmon/jc42.c
5360 F:      Documentation/hwmon/jc42
5361
5362 JFS FILESYSTEM
5363 M:      Dave Kleikamp <shaggy@kernel.org>
5364 L:      jfs-discussion@lists.sourceforge.net
5365 W:      http://jfs.sourceforge.net/
5366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5367 S:      Maintained
5368 F:      Documentation/filesystems/jfs.txt
5369 F:      fs/jfs/
5370
5371 JME NETWORK DRIVER
5372 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5373 L:      netdev@vger.kernel.org
5374 S:      Maintained
5375 F:      drivers/net/ethernet/jme.*
5376
5377 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5378 M:      David Woodhouse <dwmw2@infradead.org>
5379 L:      linux-mtd@lists.infradead.org
5380 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5381 S:      Maintained
5382 F:      fs/jffs2/
5383 F:      include/uapi/linux/jffs2.h
5384
5385 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5386 M:      Andrew Morton <akpm@linux-foundation.org>
5387 M:      Jan Kara <jack@suse.cz>
5388 L:      linux-ext4@vger.kernel.org
5389 S:      Maintained
5390 F:      fs/jbd/
5391 F:      include/linux/jbd.h
5392
5393 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5394 M:      "Theodore Ts'o" <tytso@mit.edu>
5395 L:      linux-ext4@vger.kernel.org
5396 S:      Maintained
5397 F:      fs/jbd2/
5398 F:      include/linux/jbd2.h
5399
5400 JSM Neo PCI based serial card
5401 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5402 L:      linux-serial@vger.kernel.org
5403 S:      Maintained
5404 F:      drivers/tty/serial/jsm/
5405
5406 K10TEMP HARDWARE MONITORING DRIVER
5407 M:      Clemens Ladisch <clemens@ladisch.de>
5408 L:      lm-sensors@lm-sensors.org
5409 S:      Maintained
5410 F:      Documentation/hwmon/k10temp
5411 F:      drivers/hwmon/k10temp.c
5412
5413 K8TEMP HARDWARE MONITORING DRIVER
5414 M:      Rudolf Marek <r.marek@assembler.cz>
5415 L:      lm-sensors@lm-sensors.org
5416 S:      Maintained
5417 F:      Documentation/hwmon/k8temp
5418 F:      drivers/hwmon/k8temp.c
5419
5420 KCONFIG
5421 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5422 L:      linux-kbuild@vger.kernel.org
5423 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5424 S:      Maintained
5425 F:      Documentation/kbuild/kconfig-language.txt
5426 F:      scripts/kconfig/
5427
5428 KDUMP
5429 M:      Vivek Goyal <vgoyal@redhat.com>
5430 M:      Haren Myneni <hbabu@us.ibm.com>
5431 L:      kexec@lists.infradead.org
5432 W:      http://lse.sourceforge.net/kdump/
5433 S:      Maintained
5434 F:      Documentation/kdump/
5435
5436 KEENE FM RADIO TRANSMITTER DRIVER
5437 M:      Hans Verkuil <hverkuil@xs4all.nl>
5438 L:      linux-media@vger.kernel.org
5439 T:      git git://linuxtv.org/media_tree.git
5440 W:      http://linuxtv.org
5441 S:      Maintained
5442 F:      drivers/media/radio/radio-keene*
5443
5444 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5445 M:      Ian Kent <raven@themaw.net>
5446 L:      autofs@vger.kernel.org
5447 S:      Maintained
5448 F:      fs/autofs4/
5449
5450 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5451 M:      Michal Marek <mmarek@suse.cz>
5452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5454 L:      linux-kbuild@vger.kernel.org
5455 S:      Maintained
5456 F:      Documentation/kbuild/
5457 F:      Makefile
5458 F:      scripts/Makefile.*
5459 F:      scripts/basic/
5460 F:      scripts/mk*
5461 F:      scripts/package/
5462
5463 KERNEL JANITORS
5464 L:      kernel-janitors@vger.kernel.org
5465 W:      http://kernelnewbies.org/KernelJanitors
5466 S:      Odd Fixes
5467
5468 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5469 M:      "J. Bruce Fields" <bfields@fieldses.org>
5470 L:      linux-nfs@vger.kernel.org
5471 W:      http://nfs.sourceforge.net/
5472 S:      Supported
5473 F:      fs/nfsd/
5474 F:      include/uapi/linux/nfsd/
5475 F:      fs/lockd/
5476 F:      fs/nfs_common/
5477 F:      net/sunrpc/
5478 F:      include/linux/lockd/
5479 F:      include/linux/sunrpc/
5480 F:      include/uapi/linux/sunrpc/
5481
5482 KERNEL SELFTEST FRAMEWORK
5483 M:      Shuah Khan <shuahkh@osg.samsung.com>
5484 L:      linux-api@vger.kernel.org
5485 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5486 S:      Maintained
5487 F:      tools/testing/selftests
5488
5489 KERNEL VIRTUAL MACHINE (KVM)
5490 M:      Gleb Natapov <gleb@kernel.org>
5491 M:      Paolo Bonzini <pbonzini@redhat.com>
5492 L:      kvm@vger.kernel.org
5493 W:      http://www.linux-kvm.org
5494 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5495 S:      Supported
5496 F:      Documentation/*/kvm*.txt
5497 F:      Documentation/virtual/kvm/
5498 F:      arch/*/kvm/
5499 F:      arch/*/include/asm/kvm*
5500 F:      include/linux/kvm*
5501 F:      include/uapi/linux/kvm*
5502 F:      virt/kvm/
5503
5504 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5505 M:      Joerg Roedel <joro@8bytes.org>
5506 L:      kvm@vger.kernel.org
5507 W:      http://kvm.qumranet.com
5508 S:      Maintained
5509 F:      arch/x86/include/asm/svm.h
5510 F:      arch/x86/kvm/svm.c
5511
5512 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5513 M:      Alexander Graf <agraf@suse.de>
5514 L:      kvm-ppc@vger.kernel.org
5515 W:      http://kvm.qumranet.com
5516 T:      git git://github.com/agraf/linux-2.6.git
5517 S:      Supported
5518 F:      arch/powerpc/include/asm/kvm*
5519 F:      arch/powerpc/kvm/
5520
5521 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5522 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5523 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5524 M:      linux390@de.ibm.com
5525 L:      linux-s390@vger.kernel.org
5526 W:      http://www.ibm.com/developerworks/linux/linux390/
5527 S:      Supported
5528 F:      Documentation/s390/kvm.txt
5529 F:      arch/s390/include/asm/kvm*
5530 F:      arch/s390/kvm/
5531 F:      drivers/s390/kvm/
5532
5533 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5534 M:      Christoffer Dall <christoffer.dall@linaro.org>
5535 M:      Marc Zyngier <marc.zyngier@arm.com>
5536 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5537 L:      kvmarm@lists.cs.columbia.edu
5538 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5539 S:      Supported
5540 F:      arch/arm/include/uapi/asm/kvm*
5541 F:      arch/arm/include/asm/kvm*
5542 F:      arch/arm/kvm/
5543 F:      virt/kvm/arm/
5544 F:      include/kvm/arm_*
5545
5546 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5547 M:      Christoffer Dall <christoffer.dall@linaro.org>
5548 M:      Marc Zyngier <marc.zyngier@arm.com>
5549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5550 L:      kvmarm@lists.cs.columbia.edu
5551 S:      Maintained
5552 F:      arch/arm64/include/uapi/asm/kvm*
5553 F:      arch/arm64/include/asm/kvm*
5554 F:      arch/arm64/kvm/
5555
5556 KEXEC
5557 M:      Eric Biederman <ebiederm@xmission.com>
5558 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5559 L:      kexec@lists.infradead.org
5560 S:      Maintained
5561 F:      include/linux/kexec.h
5562 F:      include/uapi/linux/kexec.h
5563 F:      kernel/kexec.c
5564
5565 KEYS/KEYRINGS:
5566 M:      David Howells <dhowells@redhat.com>
5567 L:      keyrings@linux-nfs.org
5568 S:      Maintained
5569 F:      Documentation/security/keys.txt
5570 F:      include/linux/key.h
5571 F:      include/linux/key-type.h
5572 F:      include/keys/
5573 F:      security/keys/
5574
5575 KEYS-TRUSTED
5576 M:      David Safford <safford@us.ibm.com>
5577 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5578 L:      linux-security-module@vger.kernel.org
5579 L:      keyrings@linux-nfs.org
5580 S:      Supported
5581 F:      Documentation/security/keys-trusted-encrypted.txt
5582 F:      include/keys/trusted-type.h
5583 F:      security/keys/trusted.c
5584 F:      security/keys/trusted.h
5585
5586 KEYS-ENCRYPTED
5587 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5588 M:      David Safford <safford@us.ibm.com>
5589 L:      linux-security-module@vger.kernel.org
5590 L:      keyrings@linux-nfs.org
5591 S:      Supported
5592 F:      Documentation/security/keys-trusted-encrypted.txt
5593 F:      include/keys/encrypted-type.h
5594 F:      security/keys/encrypted-keys/
5595
5596 KGDB / KDB /debug_core
5597 M:      Jason Wessel <jason.wessel@windriver.com>
5598 W:      http://kgdb.wiki.kernel.org/
5599 L:      kgdb-bugreport@lists.sourceforge.net
5600 S:      Maintained
5601 F:      Documentation/DocBook/kgdb.tmpl
5602 F:      drivers/misc/kgdbts.c
5603 F:      drivers/tty/serial/kgdboc.c
5604 F:      include/linux/kdb.h
5605 F:      include/linux/kgdb.h
5606 F:      kernel/debug/
5607
5608 KMEMCHECK
5609 M:      Vegard Nossum <vegardno@ifi.uio.no>
5610 M:      Pekka Enberg <penberg@kernel.org>
5611 S:      Maintained
5612 F:      Documentation/kmemcheck.txt
5613 F:      arch/x86/include/asm/kmemcheck.h
5614 F:      arch/x86/mm/kmemcheck/
5615 F:      include/linux/kmemcheck.h
5616 F:      mm/kmemcheck.c
5617
5618 KMEMLEAK
5619 M:      Catalin Marinas <catalin.marinas@arm.com>
5620 S:      Maintained
5621 F:      Documentation/kmemleak.txt
5622 F:      include/linux/kmemleak.h
5623 F:      mm/kmemleak.c
5624 F:      mm/kmemleak-test.c
5625
5626 KPROBES
5627 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5628 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5629 M:      "David S. Miller" <davem@davemloft.net>
5630 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5631 S:      Maintained
5632 F:      Documentation/kprobes.txt
5633 F:      include/linux/kprobes.h
5634 F:      kernel/kprobes.c
5635
5636 KS0108 LCD CONTROLLER DRIVER
5637 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5638 W:      http://miguelojeda.es/auxdisplay.htm
5639 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5640 S:      Maintained
5641 F:      Documentation/auxdisplay/ks0108
5642 F:      drivers/auxdisplay/ks0108.c
5643 F:      include/linux/ks0108.h
5644
5645 LAPB module
5646 L:      linux-x25@vger.kernel.org
5647 S:      Orphan
5648 F:      Documentation/networking/lapb-module.txt
5649 F:      include/*/lapb.h
5650 F:      net/lapb/
5651
5652 LASI 53c700 driver for PARISC
5653 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5654 L:      linux-scsi@vger.kernel.org
5655 S:      Maintained
5656 F:      Documentation/scsi/53c700.txt
5657 F:      drivers/scsi/53c700*
5658
5659 LED SUBSYSTEM
5660 M:      Bryan Wu <cooloney@gmail.com>
5661 M:      Richard Purdie <rpurdie@rpsys.net>
5662 L:      linux-leds@vger.kernel.org
5663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5664 S:      Maintained
5665 F:      drivers/leds/
5666 F:      include/linux/leds.h
5667
5668 LEGACY EEPROM DRIVER
5669 M:      Jean Delvare <jdelvare@suse.de>
5670 S:      Maintained
5671 F:      Documentation/misc-devices/eeprom
5672 F:      drivers/misc/eeprom/eeprom.c
5673
5674 LEGO USB Tower driver
5675 M:      Juergen Stuber <starblue@users.sourceforge.net>
5676 L:      legousb-devel@lists.sourceforge.net
5677 W:      http://legousb.sourceforge.net/
5678 S:      Maintained
5679 F:      drivers/usb/misc/legousbtower.c
5680
5681 LG2160 MEDIA DRIVER
5682 M:      Michael Krufky <mkrufky@linuxtv.org>
5683 L:      linux-media@vger.kernel.org
5684 W:      http://linuxtv.org/
5685 W:      http://github.com/mkrufky
5686 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5687 T:      git git://linuxtv.org/mkrufky/tuners.git
5688 S:      Maintained
5689 F:      drivers/media/dvb-frontends/lg2160.*
5690
5691 LGDT3305 MEDIA DRIVER
5692 M:      Michael Krufky <mkrufky@linuxtv.org>
5693 L:      linux-media@vger.kernel.org
5694 W:      http://linuxtv.org/
5695 W:      http://github.com/mkrufky
5696 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5697 T:      git git://linuxtv.org/mkrufky/tuners.git
5698 S:      Maintained
5699 F:      drivers/media/dvb-frontends/lgdt3305.*
5700
5701 LGUEST
5702 M:      Rusty Russell <rusty@rustcorp.com.au>
5703 L:      lguest@lists.ozlabs.org
5704 W:      http://lguest.ozlabs.org/
5705 S:      Odd Fixes
5706 F:      arch/x86/include/asm/lguest*.h
5707 F:      arch/x86/lguest/
5708 F:      drivers/lguest/
5709 F:      include/linux/lguest*.h
5710 F:      tools/lguest/
5711
5712 LIBLOCKDEP
5713 M:      Sasha Levin <sasha.levin@oracle.com>
5714 S:      Maintained
5715 F:      tools/lib/lockdep/
5716
5717 LINUX FOR IBM pSERIES (RS/6000)
5718 M:      Paul Mackerras <paulus@au.ibm.com>
5719 W:      http://www.ibm.com/linux/ltc/projects/ppc
5720 S:      Supported
5721 F:      arch/powerpc/boot/rs6000.h
5722
5723 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5724 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5725 M:      Paul Mackerras <paulus@samba.org>
5726 M:      Michael Ellerman <mpe@ellerman.id.au>
5727 W:      http://www.penguinppc.org/
5728 L:      linuxppc-dev@lists.ozlabs.org
5729 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5731 S:      Supported
5732 F:      Documentation/powerpc/
5733 F:      arch/powerpc/
5734
5735 LINUX FOR POWER MACINTOSH
5736 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5737 W:      http://www.penguinppc.org/
5738 L:      linuxppc-dev@lists.ozlabs.org
5739 S:      Maintained
5740 F:      arch/powerpc/platforms/powermac/
5741 F:      drivers/macintosh/
5742
5743 LINUX FOR POWERPC EMBEDDED MPC5XXX
5744 M:      Anatolij Gustschin <agust@denx.de>
5745 L:      linuxppc-dev@lists.ozlabs.org
5746 T:      git git://git.denx.de/linux-denx-agust.git
5747 S:      Maintained
5748 F:      arch/powerpc/platforms/512x/
5749 F:      arch/powerpc/platforms/52xx/
5750
5751 LINUX FOR POWERPC EMBEDDED PPC4XX
5752 M:  Alistair Popple <alistair@popple.id.au>
5753 M:      Matt Porter <mporter@kernel.crashing.org>
5754 W:      http://www.penguinppc.org/
5755 L:      linuxppc-dev@lists.ozlabs.org
5756 S:      Maintained
5757 F:      arch/powerpc/platforms/40x/
5758 F:      arch/powerpc/platforms/44x/
5759
5760 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5761 L:      linuxppc-dev@lists.ozlabs.org
5762 S:      Orphan
5763 F:      arch/powerpc/*/*virtex*
5764 F:      arch/powerpc/*/*/*virtex*
5765
5766 LINUX FOR POWERPC EMBEDDED PPC8XX
5767 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5768 W:      http://www.penguinppc.org/
5769 L:      linuxppc-dev@lists.ozlabs.org
5770 S:      Maintained
5771 F:      arch/powerpc/platforms/8xx/
5772
5773 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5774 M:      Scott Wood <scottwood@freescale.com>
5775 M:      Kumar Gala <galak@kernel.crashing.org>
5776 W:      http://www.penguinppc.org/
5777 L:      linuxppc-dev@lists.ozlabs.org
5778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5779 S:      Maintained
5780 F:      arch/powerpc/platforms/83xx/
5781 F:      arch/powerpc/platforms/85xx/
5782
5783 LINUX FOR POWERPC PA SEMI PWRFICIENT
5784 M:      Olof Johansson <olof@lixom.net>
5785 L:      linuxppc-dev@lists.ozlabs.org
5786 S:      Maintained
5787 F:      arch/powerpc/platforms/pasemi/
5788 F:      drivers/*/*pasemi*
5789 F:      drivers/*/*/*pasemi*
5790
5791 LINUX SECURITY MODULE (LSM) FRAMEWORK
5792 M:      Chris Wright <chrisw@sous-sol.org>
5793 L:      linux-security-module@vger.kernel.org
5794 S:      Supported
5795
5796 LIS3LV02D ACCELEROMETER DRIVER
5797 M:      Eric Piel <eric.piel@tremplin-utc.net>
5798 S:      Maintained
5799 F:      Documentation/misc-devices/lis3lv02d
5800 F:      drivers/misc/lis3lv02d/
5801 F:      drivers/platform/x86/hp_accel.c
5802
5803 LLC (802.2)
5804 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5805 S:      Maintained
5806 F:      include/linux/llc.h
5807 F:      include/uapi/linux/llc.h
5808 F:      include/net/llc*
5809 F:      net/llc/
5810
5811 LM73 HARDWARE MONITOR DRIVER
5812 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5813 L:      lm-sensors@lm-sensors.org
5814 S:      Maintained
5815 F:      drivers/hwmon/lm73.c
5816
5817 LM78 HARDWARE MONITOR DRIVER
5818 M:      Jean Delvare <jdelvare@suse.de>
5819 L:      lm-sensors@lm-sensors.org
5820 S:      Maintained
5821 F:      Documentation/hwmon/lm78
5822 F:      drivers/hwmon/lm78.c
5823
5824 LM83 HARDWARE MONITOR DRIVER
5825 M:      Jean Delvare <jdelvare@suse.de>
5826 L:      lm-sensors@lm-sensors.org
5827 S:      Maintained
5828 F:      Documentation/hwmon/lm83
5829 F:      drivers/hwmon/lm83.c
5830
5831 LM90 HARDWARE MONITOR DRIVER
5832 M:      Jean Delvare <jdelvare@suse.de>
5833 L:      lm-sensors@lm-sensors.org
5834 S:      Maintained
5835 F:      Documentation/hwmon/lm90
5836 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5837 F:      drivers/hwmon/lm90.c
5838
5839 LM95234 HARDWARE MONITOR DRIVER
5840 M:      Guenter Roeck <linux@roeck-us.net>
5841 L:      lm-sensors@lm-sensors.org
5842 S:      Maintained
5843 F:      Documentation/hwmon/lm95234
5844 F:      drivers/hwmon/lm95234.c
5845
5846 LME2510 MEDIA DRIVER
5847 M:      Malcolm Priestley <tvboxspy@gmail.com>
5848 L:      linux-media@vger.kernel.org
5849 W:      http://linuxtv.org/
5850 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5851 S:      Maintained
5852 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5853
5854 LOCKDEP AND LOCKSTAT
5855 M:      Peter Zijlstra <peterz@infradead.org>
5856 M:      Ingo Molnar <mingo@redhat.com>
5857 L:      linux-kernel@vger.kernel.org
5858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5859 S:      Maintained
5860 F:      Documentation/locking/lockdep*.txt
5861 F:      Documentation/locking/lockstat.txt
5862 F:      include/linux/lockdep.h
5863 F:      kernel/locking/
5864
5865 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5866 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5867 L:      linux-ntfs-dev@lists.sourceforge.net
5868 W:      http://www.linux-ntfs.org/content/view/19/37/
5869 S:      Maintained
5870 F:      Documentation/ldm.txt
5871 F:      block/partitions/ldm.*
5872
5873 LogFS
5874 M:      Joern Engel <joern@logfs.org>
5875 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5876 L:      logfs@logfs.org
5877 W:      logfs.org
5878 S:      Maintained
5879 F:      fs/logfs/
5880
5881 LPC32XX MACHINE SUPPORT
5882 M:      Roland Stigge <stigge@antcom.de>
5883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5884 S:      Maintained
5885 F:      arch/arm/mach-lpc32xx/
5886
5887 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5888 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5889 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5890 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5891 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5892 L:      MPT-FusionLinux.pdl@avagotech.com
5893 L:      linux-scsi@vger.kernel.org
5894 W:      http://www.lsilogic.com/support
5895 S:      Supported
5896 F:      drivers/message/fusion/
5897 F:      drivers/scsi/mpt2sas/
5898 F:      drivers/scsi/mpt3sas/
5899
5900 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5901 M:      Matthew Wilcox <matthew@wil.cx>
5902 L:      linux-scsi@vger.kernel.org
5903 S:      Maintained
5904 F:      drivers/scsi/sym53c8xx_2/
5905
5906 LTC4261 HARDWARE MONITOR DRIVER
5907 M:      Guenter Roeck <linux@roeck-us.net>
5908 L:      lm-sensors@lm-sensors.org
5909 S:      Maintained
5910 F:      Documentation/hwmon/ltc4261
5911 F:      drivers/hwmon/ltc4261.c
5912
5913 LTP (Linux Test Project)
5914 M:      Mike Frysinger <vapier@gentoo.org>
5915 M:      Cyril Hrubis <chrubis@suse.cz>
5916 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5917 M:      Jan Stancek <jstancek@redhat.com>
5918 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5919 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
5920 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5921 W:      http://linux-test-project.github.io/
5922 T:      git git://github.com/linux-test-project/ltp.git
5923 S:      Maintained
5924
5925 M32R ARCHITECTURE
5926 W:      http://www.linux-m32r.org/
5927 S:      Orphan
5928 F:      arch/m32r/
5929
5930 M68K ARCHITECTURE
5931 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5932 L:      linux-m68k@lists.linux-m68k.org
5933 W:      http://www.linux-m68k.org/
5934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5935 S:      Maintained
5936 F:      arch/m68k/
5937 F:      drivers/zorro/
5938
5939 M68K ON APPLE MACINTOSH
5940 M:      Joshua Thompson <funaho@jurai.org>
5941 W:      http://www.mac.linux-m68k.org/
5942 L:      linux-m68k@lists.linux-m68k.org
5943 S:      Maintained
5944 F:      arch/m68k/mac/
5945
5946 M68K ON HP9000/300
5947 M:      Philip Blundell <philb@gnu.org>
5948 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5949 S:      Maintained
5950 F:      arch/m68k/hp300/
5951
5952 M88DS3103 MEDIA DRIVER
5953 M:      Antti Palosaari <crope@iki.fi>
5954 L:      linux-media@vger.kernel.org
5955 W:      http://linuxtv.org/
5956 W:      http://palosaari.fi/linux/
5957 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5958 T:      git git://linuxtv.org/anttip/media_tree.git
5959 S:      Maintained
5960 F:      drivers/media/dvb-frontends/m88ds3103*
5961
5962 M88RS2000 MEDIA DRIVER
5963 M:      Malcolm Priestley <tvboxspy@gmail.com>
5964 L:      linux-media@vger.kernel.org
5965 W:      http://linuxtv.org/
5966 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5967 S:      Maintained
5968 F:      drivers/media/dvb-frontends/m88rs2000*
5969
5970 M88TS2022 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/media/tuners/m88ts2022*
5979
5980 MA901 MASTERKIT USB FM RADIO DRIVER
5981 M:      Alexey Klimov <klimov.linux@gmail.com>
5982 L:      linux-media@vger.kernel.org
5983 T:      git git://linuxtv.org/media_tree.git
5984 S:      Maintained
5985 F:      drivers/media/radio/radio-ma901.c
5986
5987 MAC80211
5988 M:      Johannes Berg <johannes@sipsolutions.net>
5989 L:      linux-wireless@vger.kernel.org
5990 W:      http://wireless.kernel.org/
5991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5993 S:      Maintained
5994 F:      Documentation/networking/mac80211-injection.txt
5995 F:      include/net/mac80211.h
5996 F:      net/mac80211/
5997
5998 MACVLAN DRIVER
5999 M:      Patrick McHardy <kaber@trash.net>
6000 L:      netdev@vger.kernel.org
6001 S:      Maintained
6002 F:      drivers/net/macvlan.c
6003 F:      include/linux/if_macvlan.h
6004
6005 MAILBOX API
6006 M:      Jassi Brar <jassisinghbrar@gmail.com>
6007 L:      linux-kernel@vger.kernel.org
6008 S:      Maintained
6009 F:      drivers/mailbox/
6010 F:      include/linux/mailbox_client.h
6011 F:      include/linux/mailbox_controller.h
6012
6013 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6014 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6015 W:      http://www.kernel.org/doc/man-pages
6016 L:      linux-man@vger.kernel.org
6017 S:      Maintained
6018
6019 MARVELL ARMADA DRM SUPPORT
6020 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6021 S:      Maintained
6022 F:      drivers/gpu/drm/armada/
6023
6024 MARVELL 88E6352 DSA support
6025 M:      Guenter Roeck <linux@roeck-us.net>
6026 S:      Maintained
6027 F:      drivers/net/dsa/mv88e6352.c
6028
6029 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6030 M:      Mirko Lindner <mlindner@marvell.com>
6031 M:      Stephen Hemminger <stephen@networkplumber.org>
6032 L:      netdev@vger.kernel.org
6033 S:      Maintained
6034 F:      drivers/net/ethernet/marvell/sk*
6035
6036 MARVELL LIBERTAS WIRELESS DRIVER
6037 L:      libertas-dev@lists.infradead.org
6038 S:      Orphan
6039 F:      drivers/net/wireless/libertas/
6040
6041 MARVELL MV643XX ETHERNET DRIVER
6042 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6043 L:      netdev@vger.kernel.org
6044 S:      Maintained
6045 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6046 F:      include/linux/mv643xx.h
6047
6048 MARVELL MVNETA ETHERNET DRIVER
6049 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6050 L:      netdev@vger.kernel.org
6051 S:      Maintained
6052 F:      drivers/net/ethernet/marvell/mvneta.*
6053
6054 MARVELL MWIFIEX WIRELESS DRIVER
6055 M:      Amitkumar Karwar <akarwar@marvell.com>
6056 M:      Avinash Patil <patila@marvell.com>
6057 L:      linux-wireless@vger.kernel.org
6058 S:      Maintained
6059 F:      drivers/net/wireless/mwifiex/
6060
6061 MARVELL MWL8K WIRELESS DRIVER
6062 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6063 L:      linux-wireless@vger.kernel.org
6064 S:      Odd Fixes
6065 F:      drivers/net/wireless/mwl8k.c
6066
6067 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6068 M:      Nicolas Pitre <nico@fluxnic.net>
6069 S:      Odd Fixes
6070 F:      drivers/mmc/host/mvsdio.*
6071
6072 MATROX FRAMEBUFFER DRIVER
6073 L:      linux-fbdev@vger.kernel.org
6074 S:      Orphan
6075 F:      drivers/video/fbdev/matrox/matroxfb_*
6076 F:      include/uapi/linux/matroxfb.h
6077
6078 MAX16065 HARDWARE MONITOR DRIVER
6079 M:      Guenter Roeck <linux@roeck-us.net>
6080 L:      lm-sensors@lm-sensors.org
6081 S:      Maintained
6082 F:      Documentation/hwmon/max16065
6083 F:      drivers/hwmon/max16065.c
6084
6085 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6086 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6087 L:      lm-sensors@lm-sensors.org
6088 S:      Maintained
6089 F:      Documentation/hwmon/max6650
6090 F:      drivers/hwmon/max6650.c
6091
6092 MAX6697 HARDWARE MONITOR DRIVER
6093 M:      Guenter Roeck <linux@roeck-us.net>
6094 L:      lm-sensors@lm-sensors.org
6095 S:      Maintained
6096 F:      Documentation/hwmon/max6697
6097 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6098 F:      drivers/hwmon/max6697.c
6099 F:      include/linux/platform_data/max6697.h
6100
6101 MAXIRADIO FM RADIO RECEIVER DRIVER
6102 M:      Hans Verkuil <hverkuil@xs4all.nl>
6103 L:      linux-media@vger.kernel.org
6104 T:      git git://linuxtv.org/media_tree.git
6105 W:      http://linuxtv.org
6106 S:      Maintained
6107 F:      drivers/media/radio/radio-maxiradio*
6108
6109 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6110 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6111 P:      LinuxTV.org Project
6112 L:      linux-media@vger.kernel.org
6113 W:      http://linuxtv.org
6114 Q:      http://patchwork.kernel.org/project/linux-media/list/
6115 T:      git git://linuxtv.org/media_tree.git
6116 S:      Maintained
6117 F:      Documentation/dvb/
6118 F:      Documentation/video4linux/
6119 F:      Documentation/DocBook/media/
6120 F:      drivers/media/
6121 F:      drivers/staging/media/
6122 F:      include/media/
6123 F:      include/uapi/linux/dvb/
6124 F:      include/uapi/linux/videodev2.h
6125 F:      include/uapi/linux/media.h
6126 F:      include/uapi/linux/v4l2-*
6127 F:      include/uapi/linux/meye.h
6128 F:      include/uapi/linux/ivtv*
6129 F:      include/uapi/linux/uvcvideo.h
6130
6131 MEDIAVISION PRO MOVIE STUDIO DRIVER
6132 M:      Hans Verkuil <hverkuil@xs4all.nl>
6133 L:      linux-media@vger.kernel.org
6134 T:      git git://linuxtv.org/media_tree.git
6135 W:      http://linuxtv.org
6136 S:      Odd Fixes
6137 F:      drivers/media/parport/pms*
6138
6139 MEGARAID SCSI/SAS DRIVERS
6140 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6141 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6142 M:      Uday Lingala <uday.lingala@avagotech.com>
6143 L:      megaraidlinux.pdl@avagotech.com
6144 L:      linux-scsi@vger.kernel.org
6145 W:      http://www.lsi.com
6146 S:      Maintained
6147 F:      Documentation/scsi/megaraid.txt
6148 F:      drivers/scsi/megaraid.*
6149 F:      drivers/scsi/megaraid/
6150
6151 MELLANOX ETHERNET DRIVER (mlx4_en)
6152 M:      Amir Vadai <amirv@mellanox.com>
6153 L:      netdev@vger.kernel.org
6154 S:      Supported
6155 W:      http://www.mellanox.com
6156 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6157 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6158
6159 MEMORY MANAGEMENT
6160 L:      linux-mm@kvack.org
6161 W:      http://www.linux-mm.org
6162 S:      Maintained
6163 F:      include/linux/mm.h
6164 F:      include/linux/gfp.h
6165 F:      include/linux/mmzone.h
6166 F:      include/linux/memory_hotplug.h
6167 F:      include/linux/vmalloc.h
6168 F:      mm/
6169
6170 MEMORY TECHNOLOGY DEVICES (MTD)
6171 M:      David Woodhouse <dwmw2@infradead.org>
6172 M:      Brian Norris <computersforpeace@gmail.com>
6173 L:      linux-mtd@lists.infradead.org
6174 W:      http://www.linux-mtd.infradead.org/
6175 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6176 T:      git git://git.infradead.org/linux-mtd.git
6177 T:      git git://git.infradead.org/l2-mtd.git
6178 S:      Maintained
6179 F:      drivers/mtd/
6180 F:      include/linux/mtd/
6181 F:      include/uapi/mtd/
6182
6183 MEN A21 WATCHDOG DRIVER
6184 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6185 L:      linux-watchdog@vger.kernel.org
6186 S:      Supported
6187 F:      drivers/watchdog/mena21_wdt.c
6188
6189 MEN CHAMELEON BUS (mcb)
6190 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6191 S:      Supported
6192 F:      drivers/mcb/
6193 F:      include/linux/mcb.h
6194
6195 MEN F21BMC (Board Management Controller)
6196 M:      Andreas Werner <andreas.werner@men.de>
6197 S:      Supported
6198 F:      drivers/mfd/menf21bmc.c
6199 F:      drivers/watchdog/menf21bmc_wdt.c
6200 F:      drivers/leds/leds-menf21bmc.c
6201 F:      drivers/hwmon/menf21bmc_hwmon.c
6202 F:      Documentation/hwmon/menf21bmc
6203
6204 METAG ARCHITECTURE
6205 M:      James Hogan <james.hogan@imgtec.com>
6206 L:      linux-metag@vger.kernel.org
6207 S:      Supported
6208 F:      arch/metag/
6209 F:      Documentation/metag/
6210 F:      Documentation/devicetree/bindings/metag/
6211 F:      drivers/clocksource/metag_generic.c
6212 F:      drivers/irqchip/irq-metag.c
6213 F:      drivers/irqchip/irq-metag-ext.c
6214 F:      drivers/tty/metag_da.c
6215
6216 MICROBLAZE ARCHITECTURE
6217 M:      Michal Simek <monstr@monstr.eu>
6218 W:      http://www.monstr.eu/fdt/
6219 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6220 S:      Supported
6221 F:      arch/microblaze/
6222
6223 MICROTEK X6 SCANNER
6224 M:      Oliver Neukum <oliver@neukum.org>
6225 S:      Maintained
6226 F:      drivers/usb/image/microtek.*
6227
6228 MIPS
6229 M:      Ralf Baechle <ralf@linux-mips.org>
6230 L:      linux-mips@linux-mips.org
6231 W:      http://www.linux-mips.org/
6232 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6233 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6234 S:      Supported
6235 F:      Documentation/mips/
6236 F:      arch/mips/
6237
6238 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6239 M:      Hans Verkuil <hverkuil@xs4all.nl>
6240 L:      linux-media@vger.kernel.org
6241 T:      git git://linuxtv.org/media_tree.git
6242 W:      http://linuxtv.org
6243 S:      Odd Fixes
6244 F:      drivers/media/radio/radio-miropcm20*
6245
6246 Mellanox MLX5 core VPI driver
6247 M:      Eli Cohen <eli@mellanox.com>
6248 L:      netdev@vger.kernel.org
6249 L:      linux-rdma@vger.kernel.org
6250 W:      http://www.mellanox.com
6251 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6252 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6253 T:      git git://openfabrics.org/~eli/connect-ib.git
6254 S:      Supported
6255 F:      drivers/net/ethernet/mellanox/mlx5/core/
6256 F:      include/linux/mlx5/
6257
6258 Mellanox MLX5 IB driver
6259 M:      Eli Cohen <eli@mellanox.com>
6260 L:      linux-rdma@vger.kernel.org
6261 W:      http://www.mellanox.com
6262 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6263 T:      git git://openfabrics.org/~eli/connect-ib.git
6264 S:      Supported
6265 F:      include/linux/mlx5/
6266 F:      drivers/infiniband/hw/mlx5/
6267
6268 MN88472 MEDIA DRIVER
6269 M:      Antti Palosaari <crope@iki.fi>
6270 L:      linux-media@vger.kernel.org
6271 W:      http://linuxtv.org/
6272 W:      http://palosaari.fi/linux/
6273 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6274 T:      git git://linuxtv.org/anttip/media_tree.git
6275 S:      Maintained
6276 F:      drivers/staging/media/mn88472/
6277 F:      drivers/media/dvb-frontends/mn88472.h
6278
6279 MN88473 MEDIA DRIVER
6280 M:      Antti Palosaari <crope@iki.fi>
6281 L:      linux-media@vger.kernel.org
6282 W:      http://linuxtv.org/
6283 W:      http://palosaari.fi/linux/
6284 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6285 T:      git git://linuxtv.org/anttip/media_tree.git
6286 S:      Maintained
6287 F:      drivers/staging/media/mn88473/
6288 F:      drivers/media/dvb-frontends/mn88473.h
6289
6290 MODULE SUPPORT
6291 M:      Rusty Russell <rusty@rustcorp.com.au>
6292 S:      Maintained
6293 F:      include/linux/module.h
6294 F:      kernel/module.c
6295
6296 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6297 W:      http://popies.net/meye/
6298 S:      Orphan
6299 F:      Documentation/video4linux/meye.txt
6300 F:      drivers/media/pci/meye/
6301 F:      include/uapi/linux/meye.h
6302
6303 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6304 M:      Jiri Slaby <jirislaby@gmail.com>
6305 S:      Maintained
6306 F:      Documentation/serial/moxa-smartio
6307 F:      drivers/tty/mxser.*
6308
6309 MR800 AVERMEDIA USB FM RADIO DRIVER
6310 M:      Alexey Klimov <klimov.linux@gmail.com>
6311 L:      linux-media@vger.kernel.org
6312 T:      git git://linuxtv.org/media_tree.git
6313 S:      Maintained
6314 F:      drivers/media/radio/radio-mr800.c
6315
6316 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6317 M:      Alan Ott <alan@signal11.us>
6318 L:      linux-wpan@vger.kernel.org
6319 S:      Maintained
6320 F:      drivers/net/ieee802154/mrf24j40.c
6321
6322 MSI LAPTOP SUPPORT
6323 M:      "Lee, Chun-Yi" <jlee@suse.com>
6324 L:      platform-driver-x86@vger.kernel.org
6325 S:      Maintained
6326 F:      drivers/platform/x86/msi-laptop.c
6327
6328 MSI WMI SUPPORT
6329 M:      Anisse Astier <anisse@astier.eu>
6330 L:      platform-driver-x86@vger.kernel.org
6331 S:      Supported
6332 F:      drivers/platform/x86/msi-wmi.c
6333
6334 MSI001 MEDIA DRIVER
6335 M:      Antti Palosaari <crope@iki.fi>
6336 L:      linux-media@vger.kernel.org
6337 W:      http://linuxtv.org/
6338 W:      http://palosaari.fi/linux/
6339 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6340 T:      git git://linuxtv.org/anttip/media_tree.git
6341 S:      Maintained
6342 F:      drivers/media/tuners/msi001*
6343
6344 MSI2500 MEDIA DRIVER
6345 M:      Antti Palosaari <crope@iki.fi>
6346 L:      linux-media@vger.kernel.org
6347 W:      http://linuxtv.org/
6348 W:      http://palosaari.fi/linux/
6349 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6350 T:      git git://linuxtv.org/anttip/media_tree.git
6351 S:      Maintained
6352 F:      drivers/media/usb/msi2500/
6353
6354 MT9M032 APTINA SENSOR DRIVER
6355 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6356 L:      linux-media@vger.kernel.org
6357 T:      git git://linuxtv.org/media_tree.git
6358 S:      Maintained
6359 F:      drivers/media/i2c/mt9m032.c
6360 F:      include/media/mt9m032.h
6361
6362 MT9P031 APTINA CAMERA SENSOR
6363 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6364 L:      linux-media@vger.kernel.org
6365 T:      git git://linuxtv.org/media_tree.git
6366 S:      Maintained
6367 F:      drivers/media/i2c/mt9p031.c
6368 F:      include/media/mt9p031.h
6369
6370 MT9T001 APTINA CAMERA SENSOR
6371 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6372 L:      linux-media@vger.kernel.org
6373 T:      git git://linuxtv.org/media_tree.git
6374 S:      Maintained
6375 F:      drivers/media/i2c/mt9t001.c
6376 F:      include/media/mt9t001.h
6377
6378 MT9V032 APTINA CAMERA SENSOR
6379 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6380 L:      linux-media@vger.kernel.org
6381 T:      git git://linuxtv.org/media_tree.git
6382 S:      Maintained
6383 F:      drivers/media/i2c/mt9v032.c
6384 F:      include/media/mt9v032.h
6385
6386 MULTIFUNCTION DEVICES (MFD)
6387 M:      Samuel Ortiz <sameo@linux.intel.com>
6388 M:      Lee Jones <lee.jones@linaro.org>
6389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6390 S:      Supported
6391 F:      drivers/mfd/
6392 F:      include/linux/mfd/
6393
6394 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6395 M:      Chris Ball <chris@printf.net>
6396 M:      Ulf Hansson <ulf.hansson@linaro.org>
6397 L:      linux-mmc@vger.kernel.org
6398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6399 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6400 S:      Maintained
6401 F:      drivers/mmc/
6402 F:      include/linux/mmc/
6403 F:      include/uapi/linux/mmc/
6404
6405 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6406 S:      Orphan
6407 F:      drivers/mmc/host/mmc_spi.c
6408 F:      include/linux/spi/mmc_spi.h
6409
6410 MULTISOUND SOUND DRIVER
6411 M:      Andrew Veliath <andrewtv@usa.net>
6412 S:      Maintained
6413 F:      Documentation/sound/oss/MultiSound
6414 F:      sound/oss/msnd*
6415
6416 MULTITECH MULTIPORT CARD (ISICOM)
6417 S:      Orphan
6418 F:      drivers/tty/isicom.c
6419 F:      include/linux/isicom.h
6420
6421 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6422 M:      Felipe Balbi <balbi@ti.com>
6423 L:      linux-usb@vger.kernel.org
6424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6425 S:      Maintained
6426 F:      drivers/usb/musb/
6427
6428 MXL5007T MEDIA DRIVER
6429 M:      Michael Krufky <mkrufky@linuxtv.org>
6430 L:      linux-media@vger.kernel.org
6431 W:      http://linuxtv.org/
6432 W:      http://github.com/mkrufky
6433 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6434 T:      git git://linuxtv.org/mkrufky/tuners.git
6435 S:      Maintained
6436 F:      drivers/media/tuners/mxl5007t.*
6437
6438 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6439 M:      Hyong-Youb Kim <hykim@myri.com>
6440 L:      netdev@vger.kernel.org
6441 W:      https://www.myricom.com/support/downloads/myri10ge.html
6442 S:      Supported
6443 F:      drivers/net/ethernet/myricom/myri10ge/
6444
6445 NATSEMI ETHERNET DRIVER (DP8381x)
6446 S:      Orphan
6447 F:      drivers/net/ethernet/natsemi/natsemi.c
6448
6449 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6450 M:      Daniel Mack <zonque@gmail.com>
6451 S:      Maintained
6452 L:      alsa-devel@alsa-project.org
6453 W:      http://www.native-instruments.com
6454 F:      sound/usb/caiaq/
6455
6456 NCP FILESYSTEM
6457 M:      Petr Vandrovec <petr@vandrovec.name>
6458 S:      Odd Fixes
6459 F:      fs/ncpfs/
6460
6461 NCR 5380 SCSI DRIVERS
6462 M:      Finn Thain <fthain@telegraphics.com.au>
6463 M:      Michael Schmitz <schmitzmic@gmail.com>
6464 L:      linux-scsi@vger.kernel.org
6465 S:      Maintained
6466 F:      Documentation/scsi/g_NCR5380.txt
6467 F:      drivers/scsi/NCR5380.*
6468 F:      drivers/scsi/arm/cumana_1.c
6469 F:      drivers/scsi/arm/oak.c
6470 F:      drivers/scsi/atari_NCR5380.c
6471 F:      drivers/scsi/atari_scsi.*
6472 F:      drivers/scsi/dmx3191d.c
6473 F:      drivers/scsi/dtc.*
6474 F:      drivers/scsi/g_NCR5380.*
6475 F:      drivers/scsi/g_NCR5380_mmio.c
6476 F:      drivers/scsi/mac_scsi.*
6477 F:      drivers/scsi/pas16.*
6478 F:      drivers/scsi/sun3_scsi.*
6479 F:      drivers/scsi/sun3_scsi_vme.c
6480 F:      drivers/scsi/t128.*
6481
6482 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6483 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6484 L:      linux-scsi@vger.kernel.org
6485 S:      Maintained
6486 F:      drivers/scsi/NCR_D700.*
6487
6488 NCT6775 HARDWARE MONITOR DRIVER
6489 M:      Guenter Roeck <linux@roeck-us.net>
6490 L:      lm-sensors@lm-sensors.org
6491 S:      Maintained
6492 F:      Documentation/hwmon/nct6775
6493 F:      drivers/hwmon/nct6775.c
6494
6495 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6496 M:      Faisal Latif <faisal.latif@intel.com>
6497 L:      linux-rdma@vger.kernel.org
6498 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6499 S:      Supported
6500 F:      drivers/infiniband/hw/nes/
6501
6502 NETEM NETWORK EMULATOR
6503 M:      Stephen Hemminger <stephen@networkplumber.org>
6504 L:      netem@lists.linux-foundation.org
6505 S:      Maintained
6506 F:      net/sched/sch_netem.c
6507
6508 NETERION 10GbE DRIVERS (s2io/vxge)
6509 M:      Jon Mason <jdmason@kudzu.us>
6510 L:      netdev@vger.kernel.org
6511 S:      Supported
6512 F:      Documentation/networking/s2io.txt
6513 F:      Documentation/networking/vxge.txt
6514 F:      drivers/net/ethernet/neterion/
6515
6516 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6517 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6518 M:      Patrick McHardy <kaber@trash.net>
6519 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6520 L:      netfilter-devel@vger.kernel.org
6521 L:      coreteam@netfilter.org
6522 W:      http://www.netfilter.org/
6523 W:      http://www.iptables.org/
6524 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6527 S:      Supported
6528 F:      include/linux/netfilter*
6529 F:      include/linux/netfilter/
6530 F:      include/net/netfilter/
6531 F:      include/uapi/linux/netfilter*
6532 F:      include/uapi/linux/netfilter/
6533 F:      net/*/netfilter.c
6534 F:      net/*/netfilter/
6535 F:      net/netfilter/
6536
6537 NETLABEL
6538 M:      Paul Moore <paul@paul-moore.com>
6539 W:      http://netlabel.sf.net
6540 L:      netdev@vger.kernel.org
6541 S:      Maintained
6542 F:      Documentation/netlabel/
6543 F:      include/net/netlabel.h
6544 F:      net/netlabel/
6545
6546 NETROM NETWORK LAYER
6547 M:      Ralf Baechle <ralf@linux-mips.org>
6548 L:      linux-hams@vger.kernel.org
6549 W:      http://www.linux-ax25.org/
6550 S:      Maintained
6551 F:      include/net/netrom.h
6552 F:      include/uapi/linux/netrom.h
6553 F:      net/netrom/
6554
6555 NETWORK BLOCK DEVICE (NBD)
6556 M:      Paul Clements <Paul.Clements@steeleye.com>
6557 S:      Maintained
6558 L:      nbd-general@lists.sourceforge.net
6559 F:      Documentation/blockdev/nbd.txt
6560 F:      drivers/block/nbd.c
6561 F:      include/linux/nbd.h
6562 F:      include/uapi/linux/nbd.h
6563
6564 NETWORK DROP MONITOR
6565 M:      Neil Horman <nhorman@tuxdriver.com>
6566 L:      netdev@vger.kernel.org
6567 S:      Maintained
6568 W:      https://fedorahosted.org/dropwatch/
6569 F:      net/core/drop_monitor.c
6570
6571 NETWORKING [GENERAL]
6572 M:      "David S. Miller" <davem@davemloft.net>
6573 L:      netdev@vger.kernel.org
6574 W:      http://www.linuxfoundation.org/en/Net
6575 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6578 S:      Maintained
6579 F:      net/
6580 F:      include/net/
6581 F:      include/linux/in.h
6582 F:      include/linux/net.h
6583 F:      include/linux/netdevice.h
6584 F:      include/uapi/linux/in.h
6585 F:      include/uapi/linux/net.h
6586 F:      include/uapi/linux/netdevice.h
6587 F:      tools/net/
6588 F:      tools/testing/selftests/net/
6589 F:      lib/random32.c
6590 F:      lib/test_bpf.c
6591
6592 NETWORKING [IPv4/IPv6]
6593 M:      "David S. Miller" <davem@davemloft.net>
6594 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6595 M:      James Morris <jmorris@namei.org>
6596 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6597 M:      Patrick McHardy <kaber@trash.net>
6598 L:      netdev@vger.kernel.org
6599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6600 S:      Maintained
6601 F:      net/ipv4/
6602 F:      net/ipv6/
6603 F:      include/net/ip*
6604 F:      arch/x86/net/*
6605
6606 NETWORKING [IPSEC]
6607 M:      Steffen Klassert <steffen.klassert@secunet.com>
6608 M:      Herbert Xu <herbert@gondor.apana.org.au>
6609 M:      "David S. Miller" <davem@davemloft.net>
6610 L:      netdev@vger.kernel.org
6611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6613 S:      Maintained
6614 F:      net/core/flow.c
6615 F:      net/xfrm/
6616 F:      net/key/
6617 F:      net/ipv4/xfrm*
6618 F:      net/ipv4/esp4.c
6619 F:      net/ipv4/ah4.c
6620 F:      net/ipv4/ipcomp.c
6621 F:      net/ipv4/ip_vti.c
6622 F:      net/ipv6/xfrm*
6623 F:      net/ipv6/esp6.c
6624 F:      net/ipv6/ah6.c
6625 F:      net/ipv6/ipcomp6.c
6626 F:      net/ipv6/ip6_vti.c
6627 F:      include/uapi/linux/xfrm.h
6628 F:      include/net/xfrm.h
6629
6630 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6631 M:      Paul Moore <paul@paul-moore.com>
6632 L:      netdev@vger.kernel.org
6633 S:      Maintained
6634
6635 NETWORKING [WIRELESS]
6636 L:      linux-wireless@vger.kernel.org
6637 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6638
6639 NETWORKING DRIVERS
6640 L:      netdev@vger.kernel.org
6641 W:      http://www.linuxfoundation.org/en/Net
6642 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6645 S:      Odd Fixes
6646 F:      drivers/net/
6647 F:      include/linux/if_*
6648 F:      include/linux/netdevice.h
6649 F:      include/linux/arcdevice.h
6650 F:      include/linux/etherdevice.h
6651 F:      include/linux/fcdevice.h
6652 F:      include/linux/fddidevice.h
6653 F:      include/linux/hippidevice.h
6654 F:      include/linux/inetdevice.h
6655 F:      include/uapi/linux/if_*
6656 F:      include/uapi/linux/netdevice.h
6657
6658 NETWORKING DRIVERS (WIRELESS)
6659 M:      Kalle Valo <kvalo@codeaurora.org>
6660 L:      linux-wireless@vger.kernel.org
6661 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6663 S:      Maintained
6664 F:      drivers/net/wireless/
6665
6666 NETXEN (1/10) GbE SUPPORT
6667 M:      Manish Chopra <manish.chopra@qlogic.com>
6668 M:      Sony Chacko <sony.chacko@qlogic.com>
6669 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6670 L:      netdev@vger.kernel.org
6671 W:      http://www.qlogic.com
6672 S:      Supported
6673 F:      drivers/net/ethernet/qlogic/netxen/
6674
6675 NFC SUBSYSTEM
6676 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6677 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6678 M:      Samuel Ortiz <sameo@linux.intel.com>
6679 L:      linux-wireless@vger.kernel.org
6680 L:      linux-nfc@lists.01.org (subscribers-only)
6681 S:      Supported
6682 F:      net/nfc/
6683 F:      include/net/nfc/
6684 F:      include/uapi/linux/nfc.h
6685 F:      drivers/nfc/
6686 F:      include/linux/platform_data/pn544.h
6687 F:      Documentation/devicetree/bindings/net/nfc/
6688
6689 NFS, SUNRPC, AND LOCKD CLIENTS
6690 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6691 L:      linux-nfs@vger.kernel.org
6692 W:      http://client.linux-nfs.org
6693 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6694 S:      Maintained
6695 F:      fs/lockd/
6696 F:      fs/nfs/
6697 F:      fs/nfs_common/
6698 F:      net/sunrpc/
6699 F:      include/linux/lockd/
6700 F:      include/linux/nfs*
6701 F:      include/linux/sunrpc/
6702 F:      include/uapi/linux/nfs*
6703 F:      include/uapi/linux/sunrpc/
6704
6705 NILFS2 FILESYSTEM
6706 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6707 L:      linux-nilfs@vger.kernel.org
6708 W:      http://nilfs.sourceforge.net/
6709 T:      git git://github.com/konis/nilfs2.git
6710 S:      Supported
6711 F:      Documentation/filesystems/nilfs2.txt
6712 F:      fs/nilfs2/
6713 F:      include/linux/nilfs2_fs.h
6714
6715 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6716 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6717 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6718 S:      Maintained
6719 F:      Documentation/scsi/NinjaSCSI.txt
6720 F:      drivers/scsi/pcmcia/nsp_*
6721
6722 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6723 M:      GOTO Masanori <gotom@debian.or.jp>
6724 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6725 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6726 S:      Maintained
6727 F:      Documentation/scsi/NinjaSCSI.txt
6728 F:      drivers/scsi/nsp32*
6729
6730 NIOS2 ARCHITECTURE
6731 M:      Ley Foon Tan <lftan@altera.com>
6732 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6733 T:      git git://git.rocketboards.org/linux-socfpga.git
6734 S:      Maintained
6735 F:      arch/nios2/
6736
6737 NTB DRIVER
6738 M:      Jon Mason <jdmason@kudzu.us>
6739 M:      Dave Jiang <dave.jiang@intel.com>
6740 S:      Supported
6741 W:      https://github.com/jonmason/ntb/wiki
6742 T:      git git://github.com/jonmason/ntb.git
6743 F:      drivers/ntb/
6744 F:      drivers/net/ntb_netdev.c
6745 F:      include/linux/ntb.h
6746
6747 NTFS FILESYSTEM
6748 M:      Anton Altaparmakov <anton@tuxera.com>
6749 L:      linux-ntfs-dev@lists.sourceforge.net
6750 W:      http://www.tuxera.com/
6751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6752 S:      Supported
6753 F:      Documentation/filesystems/ntfs.txt
6754 F:      fs/ntfs/
6755
6756 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6757 M:      Antonino Daplas <adaplas@gmail.com>
6758 L:      linux-fbdev@vger.kernel.org
6759 S:      Maintained
6760 F:      drivers/video/fbdev/riva/
6761 F:      drivers/video/fbdev/nvidia/
6762
6763 NVM EXPRESS DRIVER
6764 M:      Matthew Wilcox <willy@linux.intel.com>
6765 L:      linux-nvme@lists.infradead.org
6766 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6767 S:      Supported
6768 F:      drivers/block/nvme*
6769 F:      include/linux/nvme.h
6770
6771 NXP TDA998X DRM DRIVER
6772 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6773 S:      Supported
6774 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6775 F:      include/drm/i2c/tda998x.h
6776
6777 NXP TFA9879 DRIVER
6778 M:      Peter Rosin <peda@axentia.se>
6779 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6780 S:      Maintained
6781 F:      sound/soc/codecs/tfa9879*
6782
6783 OMAP SUPPORT
6784 M:      Tony Lindgren <tony@atomide.com>
6785 L:      linux-omap@vger.kernel.org
6786 W:      http://www.muru.com/linux/omap/
6787 W:      http://linux.omap.com/
6788 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6790 S:      Maintained
6791 F:      arch/arm/*omap*/
6792 F:      drivers/i2c/busses/i2c-omap.c
6793 F:      drivers/irqchip/irq-omap-intc.c
6794 F:      drivers/mfd/*omap*.c
6795 F:      drivers/mfd/menelaus.c
6796 F:      drivers/mfd/palmas.c
6797 F:      drivers/mfd/tps65217.c
6798 F:      drivers/mfd/tps65218.c
6799 F:      drivers/mfd/tps65910.c
6800 F:      drivers/mfd/twl-core.[ch]
6801 F:      drivers/mfd/twl4030*.c
6802 F:      drivers/mfd/twl6030*.c
6803 F:      drivers/mfd/twl6040*.c
6804 F:      drivers/regulator/palmas-regulator*.c
6805 F:      drivers/regulator/pbias-regulator.c
6806 F:      drivers/regulator/tps65217-regulator.c
6807 F:      drivers/regulator/tps65218-regulator.c
6808 F:      drivers/regulator/tps65910-regulator.c
6809 F:      drivers/regulator/twl-regulator.c
6810 F:      include/linux/i2c-omap.h
6811
6812 OMAP DEVICE TREE SUPPORT
6813 M:      Benoît Cousson <bcousson@baylibre.com>
6814 M:      Tony Lindgren <tony@atomide.com>
6815 L:      linux-omap@vger.kernel.org
6816 L:      devicetree@vger.kernel.org
6817 S:      Maintained
6818 F:      arch/arm/boot/dts/*omap*
6819 F:      arch/arm/boot/dts/*am3*
6820 F:      arch/arm/boot/dts/*am4*
6821 F:      arch/arm/boot/dts/*am5*
6822 F:      arch/arm/boot/dts/*dra7*
6823
6824 OMAP CLOCK FRAMEWORK SUPPORT
6825 M:      Paul Walmsley <paul@pwsan.com>
6826 L:      linux-omap@vger.kernel.org
6827 S:      Maintained
6828 F:      arch/arm/*omap*/*clock*
6829
6830 OMAP POWER MANAGEMENT SUPPORT
6831 M:      Kevin Hilman <khilman@deeprootsystems.com>
6832 L:      linux-omap@vger.kernel.org
6833 S:      Maintained
6834 F:      arch/arm/*omap*/*pm*
6835 F:      drivers/cpufreq/omap-cpufreq.c
6836
6837 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6838 M:      Rajendra Nayak <rnayak@ti.com>
6839 M:      Paul Walmsley <paul@pwsan.com>
6840 L:      linux-omap@vger.kernel.org
6841 S:      Maintained
6842 F:      arch/arm/mach-omap2/prm*
6843
6844 OMAP AUDIO SUPPORT
6845 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6846 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6847 L:      alsa-devel@alsa-project.org (subscribers-only)
6848 L:      linux-omap@vger.kernel.org
6849 S:      Maintained
6850 F:      sound/soc/omap/
6851
6852 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6853 M:      Roger Quadros <rogerq@ti.com>
6854 M:      Tony Lindgren <tony@atomide.com>
6855 L:      linux-omap@vger.kernel.org
6856 S:      Maintained
6857 F:      drivers/memory/omap-gpmc.c
6858 F:      arch/arm/mach-omap2/*gpmc*
6859
6860 OMAP FRAMEBUFFER SUPPORT
6861 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6862 L:      linux-fbdev@vger.kernel.org
6863 L:      linux-omap@vger.kernel.org
6864 S:      Maintained
6865 F:      drivers/video/fbdev/omap/
6866
6867 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6868 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6869 L:      linux-omap@vger.kernel.org
6870 L:      linux-fbdev@vger.kernel.org
6871 S:      Maintained
6872 F:      drivers/video/fbdev/omap2/
6873 F:      Documentation/arm/OMAP/DSS
6874
6875 OMAP HARDWARE SPINLOCK SUPPORT
6876 M:      Ohad Ben-Cohen <ohad@wizery.com>
6877 L:      linux-omap@vger.kernel.org
6878 S:      Maintained
6879 F:      drivers/hwspinlock/omap_hwspinlock.c
6880 F:      arch/arm/mach-omap2/hwspinlock.c
6881
6882 OMAP MMC SUPPORT
6883 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6884 L:      linux-omap@vger.kernel.org
6885 S:      Maintained
6886 F:      drivers/mmc/host/omap.c
6887
6888 OMAP HS MMC SUPPORT
6889 L:      linux-mmc@vger.kernel.org
6890 L:      linux-omap@vger.kernel.org
6891 S:      Orphan
6892 F:      drivers/mmc/host/omap_hsmmc.c
6893
6894 OMAP RANDOM NUMBER GENERATOR SUPPORT
6895 M:      Deepak Saxena <dsaxena@plexity.net>
6896 S:      Maintained
6897 F:      drivers/char/hw_random/omap-rng.c
6898
6899 OMAP HWMOD SUPPORT
6900 M:      Benoît Cousson <bcousson@baylibre.com>
6901 M:      Paul Walmsley <paul@pwsan.com>
6902 L:      linux-omap@vger.kernel.org
6903 S:      Maintained
6904 F:      arch/arm/mach-omap2/omap_hwmod.*
6905
6906 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6907 M:      Benoît Cousson <bcousson@baylibre.com>
6908 L:      linux-omap@vger.kernel.org
6909 S:      Maintained
6910 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6911
6912 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6913 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6914 L:      linux-media@vger.kernel.org
6915 S:      Maintained
6916 F:      drivers/media/platform/omap3isp/
6917 F:      drivers/staging/media/omap4iss/
6918
6919 OMAP USB SUPPORT
6920 M:      Felipe Balbi <balbi@ti.com>
6921 L:      linux-usb@vger.kernel.org
6922 L:      linux-omap@vger.kernel.org
6923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6924 S:      Maintained
6925 F:      drivers/usb/*/*omap*
6926 F:      arch/arm/*omap*/usb*
6927
6928 OMAP GPIO DRIVER
6929 M:      Javier Martinez Canillas <javier@dowhile0.org>
6930 M:      Santosh Shilimkar <ssantosh@kernel.org>
6931 M:      Kevin Hilman <khilman@deeprootsystems.com>
6932 L:      linux-omap@vger.kernel.org
6933 S:      Maintained
6934 F:      drivers/gpio/gpio-omap.c
6935
6936 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6937 M:      Mark Jackson <mpfj@newflow.co.uk>
6938 L:      linux-omap@vger.kernel.org
6939 S:      Maintained
6940 F:      arch/arm/boot/dts/am335x-nano.dts
6941
6942 OMFS FILESYSTEM
6943 M:      Bob Copeland <me@bobcopeland.com>
6944 L:      linux-karma-devel@lists.sourceforge.net
6945 S:      Maintained
6946 F:      Documentation/filesystems/omfs.txt
6947 F:      fs/omfs/
6948
6949 OMNIKEY CARDMAN 4000 DRIVER
6950 M:      Harald Welte <laforge@gnumonks.org>
6951 S:      Maintained
6952 F:      drivers/char/pcmcia/cm4000_cs.c
6953 F:      include/linux/cm4000_cs.h
6954 F:      include/uapi/linux/cm4000_cs.h
6955
6956 OMNIKEY CARDMAN 4040 DRIVER
6957 M:      Harald Welte <laforge@gnumonks.org>
6958 S:      Maintained
6959 F:      drivers/char/pcmcia/cm4040_cs.*
6960
6961 OMNIVISION OV7670 SENSOR DRIVER
6962 M:      Jonathan Corbet <corbet@lwn.net>
6963 L:      linux-media@vger.kernel.org
6964 T:      git git://linuxtv.org/media_tree.git
6965 S:      Maintained
6966 F:      drivers/media/i2c/ov7670.c
6967
6968 ONENAND FLASH DRIVER
6969 M:      Kyungmin Park <kyungmin.park@samsung.com>
6970 L:      linux-mtd@lists.infradead.org
6971 S:      Maintained
6972 F:      drivers/mtd/onenand/
6973 F:      include/linux/mtd/onenand*.h
6974
6975 ONSTREAM SCSI TAPE DRIVER
6976 M:      Willem Riede <osst@riede.org>
6977 L:      osst-users@lists.sourceforge.net
6978 L:      linux-scsi@vger.kernel.org
6979 S:      Maintained
6980 F:      Documentation/scsi/osst.txt
6981 F:      drivers/scsi/osst.*
6982 F:      drivers/scsi/osst_*.h
6983 F:      drivers/scsi/st.h
6984
6985 OPENCORES I2C BUS DRIVER
6986 M:      Peter Korsgaard <jacmet@sunsite.dk>
6987 L:      linux-i2c@vger.kernel.org
6988 S:      Maintained
6989 F:      Documentation/i2c/busses/i2c-ocores
6990 F:      drivers/i2c/busses/i2c-ocores.c
6991
6992 OPEN FIRMWARE AND FLATTENED DEVICE TREE
6993 M:      Grant Likely <grant.likely@linaro.org>
6994 M:      Rob Herring <robh+dt@kernel.org>
6995 L:      devicetree@vger.kernel.org
6996 W:      http://fdt.secretlab.ca
6997 T:      git git://git.secretlab.ca/git/linux-2.6.git
6998 S:      Maintained
6999 F:      drivers/of/
7000 F:      include/linux/of*.h
7001 F:      scripts/dtc/
7002 K:      of_get_property
7003 K:      of_match_table
7004
7005 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7006 M:      Rob Herring <robh+dt@kernel.org>
7007 M:      Pawel Moll <pawel.moll@arm.com>
7008 M:      Mark Rutland <mark.rutland@arm.com>
7009 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7010 M:      Kumar Gala <galak@codeaurora.org>
7011 L:      devicetree@vger.kernel.org
7012 S:      Maintained
7013 F:      Documentation/devicetree/
7014 F:      arch/*/boot/dts/
7015 F:      include/dt-bindings/
7016
7017 OPENRISC ARCHITECTURE
7018 M:      Jonas Bonn <jonas@southpole.se>
7019 W:      http://openrisc.net
7020 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7021 S:      Maintained
7022 T:      git git://openrisc.net/~jonas/linux
7023 F:      arch/openrisc/
7024
7025 OPENVSWITCH
7026 M:      Pravin Shelar <pshelar@nicira.com>
7027 L:      dev@openvswitch.org
7028 W:      http://openvswitch.org
7029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
7030 S:      Maintained
7031 F:      net/openvswitch/
7032
7033 OPL4 DRIVER
7034 M:      Clemens Ladisch <clemens@ladisch.de>
7035 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7036 T:      git git://git.alsa-project.org/alsa-kernel.git
7037 S:      Maintained
7038 F:      sound/drivers/opl4/
7039
7040 OPROFILE
7041 M:      Robert Richter <rric@kernel.org>
7042 L:      oprofile-list@lists.sf.net
7043 S:      Maintained
7044 F:      arch/*/include/asm/oprofile*.h
7045 F:      arch/*/oprofile/
7046 F:      drivers/oprofile/
7047 F:      include/linux/oprofile.h
7048
7049 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7050 M:      Mark Fasheh <mfasheh@suse.com>
7051 M:      Joel Becker <jlbec@evilplan.org>
7052 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7053 W:      http://oss.oracle.com/projects/ocfs2/
7054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7055 S:      Supported
7056 F:      Documentation/filesystems/ocfs2.txt
7057 F:      Documentation/filesystems/dlmfs.txt
7058 F:      fs/ocfs2/
7059
7060 ORINOCO DRIVER
7061 L:      linux-wireless@vger.kernel.org
7062 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7063 W:      http://www.nongnu.org/orinoco/
7064 S:      Orphan
7065 F:      drivers/net/wireless/orinoco/
7066
7067 OSD LIBRARY and FILESYSTEM
7068 M:      Boaz Harrosh <ooo@electrozaur.com>
7069 M:      Benny Halevy <bhalevy@primarydata.com>
7070 L:      osd-dev@open-osd.org
7071 W:      http://open-osd.org
7072 T:      git git://git.open-osd.org/open-osd.git
7073 S:      Maintained
7074 F:      drivers/scsi/osd/
7075 F:      include/scsi/osd_*
7076 F:      fs/exofs/
7077
7078 OVERLAY FILESYSTEM
7079 M:      Miklos Szeredi <miklos@szeredi.hu>
7080 L:      linux-unionfs@vger.kernel.org
7081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7082 S:      Supported
7083 F:      fs/overlayfs/
7084 F:      Documentation/filesystems/overlayfs.txt
7085
7086 P54 WIRELESS DRIVER
7087 M:      Christian Lamparter <chunkeey@googlemail.com>
7088 L:      linux-wireless@vger.kernel.org
7089 W:      http://wireless.kernel.org/en/users/Drivers/p54
7090 S:      Maintained
7091 F:      drivers/net/wireless/p54/
7092
7093 PA SEMI ETHERNET DRIVER
7094 M:      Olof Johansson <olof@lixom.net>
7095 L:      netdev@vger.kernel.org
7096 S:      Maintained
7097 F:      drivers/net/ethernet/pasemi/*
7098
7099 PA SEMI SMBUS DRIVER
7100 M:      Olof Johansson <olof@lixom.net>
7101 L:      linux-i2c@vger.kernel.org
7102 S:      Maintained
7103 F:      drivers/i2c/busses/i2c-pasemi.c
7104
7105 PADATA PARALLEL EXECUTION MECHANISM
7106 M:      Steffen Klassert <steffen.klassert@secunet.com>
7107 L:      linux-crypto@vger.kernel.org
7108 S:      Maintained
7109 F:      kernel/padata.c
7110 F:      include/linux/padata.h
7111 F:      Documentation/padata.txt
7112
7113 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7114 M:      Harald Welte <laforge@gnumonks.org>
7115 L:      platform-driver-x86@vger.kernel.org
7116 S:      Maintained
7117 F:      drivers/platform/x86/panasonic-laptop.c
7118
7119 PANASONIC MN10300/AM33/AM34 PORT
7120 M:      David Howells <dhowells@redhat.com>
7121 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7122 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7123 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7124 S:      Maintained
7125 F:      Documentation/mn10300/
7126 F:      arch/mn10300/
7127
7128 PARALLEL PORT SUPPORT
7129 L:      linux-parport@lists.infradead.org (subscribers-only)
7130 S:      Orphan
7131 F:      drivers/parport/
7132 F:      include/linux/parport*.h
7133 F:      drivers/char/ppdev.c
7134 F:      include/uapi/linux/ppdev.h
7135
7136 PARAVIRT_OPS INTERFACE
7137 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7138 M:      Chris Wright <chrisw@sous-sol.org>
7139 M:      Alok Kataria <akataria@vmware.com>
7140 M:      Rusty Russell <rusty@rustcorp.com.au>
7141 L:      virtualization@lists.linux-foundation.org
7142 S:      Supported
7143 F:      Documentation/ia64/paravirt_ops.txt
7144 F:      arch/*/kernel/paravirt*
7145 F:      arch/*/include/asm/paravirt.h
7146
7147 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7148 M:      Tim Waugh <tim@cyberelk.net>
7149 L:      linux-parport@lists.infradead.org (subscribers-only)
7150 W:      http://www.torque.net/linux-pp.html
7151 S:      Maintained
7152 F:      Documentation/blockdev/paride.txt
7153 F:      drivers/block/paride/
7154
7155 PARISC ARCHITECTURE
7156 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7157 M:      Helge Deller <deller@gmx.de>
7158 L:      linux-parisc@vger.kernel.org
7159 W:      http://www.parisc-linux.org/
7160 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7163 S:      Maintained
7164 F:      arch/parisc/
7165 F:      Documentation/parisc/
7166 F:      drivers/parisc/
7167 F:      drivers/char/agp/parisc-agp.c
7168 F:      drivers/input/serio/gscps2.c
7169 F:      drivers/parport/parport_gsc.*
7170 F:      drivers/tty/serial/8250/8250_gsc.c
7171 F:      drivers/video/fbdev/sti*
7172 F:      drivers/video/console/sti*
7173 F:      drivers/video/logo/logo_parisc*
7174
7175 PC87360 HARDWARE MONITORING DRIVER
7176 M:      Jim Cromie <jim.cromie@gmail.com>
7177 L:      lm-sensors@lm-sensors.org
7178 S:      Maintained
7179 F:      Documentation/hwmon/pc87360
7180 F:      drivers/hwmon/pc87360.c
7181
7182 PC8736x GPIO DRIVER
7183 M:      Jim Cromie <jim.cromie@gmail.com>
7184 S:      Maintained
7185 F:      drivers/char/pc8736x_gpio.c
7186
7187 PC87427 HARDWARE MONITORING DRIVER
7188 M:      Jean Delvare <jdelvare@suse.de>
7189 L:      lm-sensors@lm-sensors.org
7190 S:      Maintained
7191 F:      Documentation/hwmon/pc87427
7192 F:      drivers/hwmon/pc87427.c
7193
7194 PCA9532 LED DRIVER
7195 M:      Riku Voipio <riku.voipio@iki.fi>
7196 S:      Maintained
7197 F:      drivers/leds/leds-pca9532.c
7198 F:      include/linux/leds-pca9532.h
7199
7200 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7201 M:      Guenter Roeck <linux@roeck-us.net>
7202 L:      linux-i2c@vger.kernel.org
7203 S:      Maintained
7204 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7205
7206 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7207 M:      Khalid Aziz <khalid@gonehiking.org>
7208 S:      Maintained
7209 F:      drivers/firmware/pcdp.*
7210
7211 PCI ERROR RECOVERY
7212 M:      Linas Vepstas <linasvepstas@gmail.com>
7213 L:      linux-pci@vger.kernel.org
7214 S:      Supported
7215 F:      Documentation/PCI/pci-error-recovery.txt
7216
7217 PCI SUBSYSTEM
7218 M:      Bjorn Helgaas <bhelgaas@google.com>
7219 L:      linux-pci@vger.kernel.org
7220 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7222 S:      Supported
7223 F:      Documentation/PCI/
7224 F:      drivers/pci/
7225 F:      include/linux/pci*
7226 F:      arch/x86/pci/
7227 F:      arch/x86/kernel/quirks.c
7228
7229 PCI DRIVER FOR APPLIEDMICRO XGENE
7230 M:      Tanmay Inamdar <tinamdar@apm.com>
7231 L:      linux-pci@vger.kernel.org
7232 L:      linux-arm-kernel@lists.infradead.org
7233 S:      Maintained
7234 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7235 F:      drivers/pci/host/pci-xgene.c
7236
7237 PCI DRIVER FOR FREESCALE LAYERSCAPE
7238 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7239 M:      Mingkai Hu <mingkai.hu@freescale.com>
7240 M:      Roy Zang <tie-fei.zang@freescale.com>
7241 L:      linuxppc-dev@lists.ozlabs.org
7242 L:      linux-pci@vger.kernel.org
7243 L:      linux-arm-kernel@lists.infradead.org
7244 S:      Maintained
7245 F:      drivers/pci/host/*layerscape*
7246
7247 PCI DRIVER FOR IMX6
7248 M:      Richard Zhu <r65037@freescale.com>
7249 M:      Lucas Stach <l.stach@pengutronix.de>
7250 L:      linux-pci@vger.kernel.org
7251 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7252 S:      Maintained
7253 F:      drivers/pci/host/*imx6*
7254
7255 PCI DRIVER FOR TI KEYSTONE
7256 M:      Murali Karicheri <m-karicheri2@ti.com>
7257 L:      linux-pci@vger.kernel.org
7258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7259 S:      Maintained
7260 F:      drivers/pci/host/*keystone*
7261
7262 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7263 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7264 M:      Jason Cooper <jason@lakedaemon.net>
7265 L:      linux-pci@vger.kernel.org
7266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7267 S:      Maintained
7268 F:      drivers/pci/host/*mvebu*
7269
7270 PCI DRIVER FOR NVIDIA TEGRA
7271 M:      Thierry Reding <thierry.reding@gmail.com>
7272 L:      linux-tegra@vger.kernel.org
7273 L:      linux-pci@vger.kernel.org
7274 S:      Supported
7275 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7276 F:      drivers/pci/host/pci-tegra.c
7277
7278 PCI DRIVER FOR TI DRA7XX
7279 M:      Kishon Vijay Abraham I <kishon@ti.com>
7280 L:      linux-omap@vger.kernel.org
7281 L:      linux-pci@vger.kernel.org
7282 S:      Supported
7283 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7284 F:      drivers/pci/host/pci-dra7xx.c
7285
7286 PCI DRIVER FOR RENESAS R-CAR
7287 M:      Simon Horman <horms@verge.net.au>
7288 L:      linux-pci@vger.kernel.org
7289 L:      linux-sh@vger.kernel.org
7290 S:      Maintained
7291 F:      drivers/pci/host/*rcar*
7292
7293 PCI DRIVER FOR SAMSUNG EXYNOS
7294 M:      Jingoo Han <jg1.han@samsung.com>
7295 L:      linux-pci@vger.kernel.org
7296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7297 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7298 S:      Maintained
7299 F:      drivers/pci/host/pci-exynos.c
7300
7301 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7302 M:      Mohit Kumar <mohit.kumar@st.com>
7303 M:      Jingoo Han <jg1.han@samsung.com>
7304 L:      linux-pci@vger.kernel.org
7305 S:      Maintained
7306 F:      drivers/pci/host/*designware*
7307
7308 PCI DRIVER FOR GENERIC OF HOSTS
7309 M:      Will Deacon <will.deacon@arm.com>
7310 L:      linux-pci@vger.kernel.org
7311 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7312 S:      Maintained
7313 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7314 F:      drivers/pci/host/pci-host-generic.c
7315
7316 PCIE DRIVER FOR ST SPEAR13XX
7317 M:      Mohit Kumar <mohit.kumar@st.com>
7318 L:      linux-pci@vger.kernel.org
7319 S:      Maintained
7320 F:      drivers/pci/host/*spear*
7321
7322 PCMCIA SUBSYSTEM
7323 P:      Linux PCMCIA Team
7324 L:      linux-pcmcia@lists.infradead.org
7325 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7327 S:      Maintained
7328 F:      Documentation/pcmcia/
7329 F:      drivers/pcmcia/
7330 F:      include/pcmcia/
7331
7332 PCNET32 NETWORK DRIVER
7333 M:      Don Fry <pcnet32@frontier.com>
7334 L:      netdev@vger.kernel.org
7335 S:      Maintained
7336 F:      drivers/net/ethernet/amd/pcnet32.c
7337
7338 PCRYPT PARALLEL CRYPTO ENGINE
7339 M:      Steffen Klassert <steffen.klassert@secunet.com>
7340 L:      linux-crypto@vger.kernel.org
7341 S:      Maintained
7342 F:      crypto/pcrypt.c
7343 F:      include/crypto/pcrypt.h
7344
7345 PER-CPU MEMORY ALLOCATOR
7346 M:      Tejun Heo <tj@kernel.org>
7347 M:      Christoph Lameter <cl@linux-foundation.org>
7348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7349 S:      Maintained
7350 F:      include/linux/percpu*.h
7351 F:      mm/percpu*.c
7352 F:      arch/*/include/asm/percpu.h
7353
7354 PER-TASK DELAY ACCOUNTING
7355 M:      Balbir Singh <bsingharora@gmail.com>
7356 S:      Maintained
7357 F:      include/linux/delayacct.h
7358 F:      kernel/delayacct.c
7359
7360 PERFORMANCE EVENTS SUBSYSTEM
7361 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7362 M:      Paul Mackerras <paulus@samba.org>
7363 M:      Ingo Molnar <mingo@redhat.com>
7364 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7365 L:      linux-kernel@vger.kernel.org
7366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7367 S:      Supported
7368 F:      kernel/events/*
7369 F:      include/linux/perf_event.h
7370 F:      include/uapi/linux/perf_event.h
7371 F:      arch/*/kernel/perf_event*.c
7372 F:      arch/*/kernel/*/perf_event*.c
7373 F:      arch/*/kernel/*/*/perf_event*.c
7374 F:      arch/*/include/asm/perf_event.h
7375 F:      arch/*/kernel/perf_callchain.c
7376 F:      tools/perf/
7377
7378 PERSONALITY HANDLING
7379 M:      Christoph Hellwig <hch@infradead.org>
7380 L:      linux-abi-devel@lists.sourceforge.net
7381 S:      Maintained
7382 F:      include/linux/personality.h
7383 F:      include/uapi/linux/personality.h
7384
7385 PHONET PROTOCOL
7386 M:      Remi Denis-Courmont <courmisch@gmail.com>
7387 S:      Supported
7388 F:      Documentation/networking/phonet.txt
7389 F:      include/linux/phonet.h
7390 F:      include/net/phonet/
7391 F:      include/uapi/linux/phonet.h
7392 F:      net/phonet/
7393
7394 PHRAM MTD DRIVER
7395 M:      Joern Engel <joern@lazybastard.org>
7396 L:      linux-mtd@lists.infradead.org
7397 S:      Maintained
7398 F:      drivers/mtd/devices/phram.c
7399
7400 PICOLCD HID DRIVER
7401 M:      Bruno Prémont <bonbons@linux-vserver.org>
7402 L:      linux-input@vger.kernel.org
7403 S:      Maintained
7404 F:      drivers/hid/hid-picolcd*
7405
7406 PICOXCELL SUPPORT
7407 M:      Jamie Iles <jamie@jamieiles.com>
7408 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7409 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7410 S:      Supported
7411 F:      arch/arm/boot/dts/picoxcell*
7412 F:      arch/arm/mach-picoxcell/
7413 F:      drivers/crypto/picoxcell*
7414
7415 PIN CONTROL SUBSYSTEM
7416 M:      Linus Walleij <linus.walleij@linaro.org>
7417 L:      linux-gpio@vger.kernel.org
7418 S:      Maintained
7419 F:      drivers/pinctrl/
7420 F:      include/linux/pinctrl/
7421
7422 PIN CONTROLLER - ATMEL AT91
7423 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7424 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7425 S:      Maintained
7426 F:      drivers/pinctrl/pinctrl-at91.*
7427
7428 PIN CONTROLLER - INTEL
7429 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7430 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7431 S:      Maintained
7432 F:      drivers/pinctrl/intel/
7433
7434 PIN CONTROLLER - RENESAS
7435 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7436 L:      linux-sh@vger.kernel.org
7437 S:      Maintained
7438 F:      drivers/pinctrl/sh-pfc/
7439
7440 PIN CONTROLLER - SAMSUNG
7441 M:      Tomasz Figa <tomasz.figa@gmail.com>
7442 M:      Thomas Abraham <thomas.abraham@linaro.org>
7443 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7444 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7445 S:      Maintained
7446 F:      drivers/pinctrl/samsung/
7447
7448 PIN CONTROLLER - ST SPEAR
7449 M:      Viresh Kumar <viresh.linux@gmail.com>
7450 L:      spear-devel@list.st.com
7451 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7452 W:      http://www.st.com/spear
7453 S:      Maintained
7454 F:      drivers/pinctrl/spear/
7455
7456 PKTCDVD DRIVER
7457 M:      Jiri Kosina <jkosina@suse.cz>
7458 S:      Maintained
7459 F:      drivers/block/pktcdvd.c
7460 F:      include/linux/pktcdvd.h
7461 F:      include/uapi/linux/pktcdvd.h
7462
7463 PKUNITY SOC DRIVERS
7464 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7465 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7466 S:      Maintained
7467 T:      git git://github.com/gxt/linux.git
7468 F:      drivers/input/serio/i8042-unicore32io.h
7469 F:      drivers/i2c/busses/i2c-puv3.c
7470 F:      drivers/video/fbdev/fb-puv3.c
7471 F:      drivers/rtc/rtc-puv3.c
7472
7473 PMBUS HARDWARE MONITORING DRIVERS
7474 M:      Guenter Roeck <linux@roeck-us.net>
7475 L:      lm-sensors@lm-sensors.org
7476 W:      http://www.lm-sensors.org/
7477 W:      http://www.roeck-us.net/linux/drivers/
7478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7479 S:      Maintained
7480 F:      Documentation/hwmon/pmbus
7481 F:      drivers/hwmon/pmbus/
7482 F:      include/linux/i2c/pmbus.h
7483
7484 PMC SIERRA MaxRAID DRIVER
7485 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7486 L:      linux-scsi@vger.kernel.org
7487 W:      http://www.pmc-sierra.com/
7488 S:      Supported
7489 F:      drivers/scsi/pmcraid.*
7490
7491 PMC SIERRA PM8001 DRIVER
7492 M:      xjtuwjp@gmail.com
7493 M:      lindar_liu@usish.com
7494 L:      pmchba@pmcs.com
7495 L:      linux-scsi@vger.kernel.org
7496 S:      Supported
7497 F:      drivers/scsi/pm8001/
7498
7499 POSIX CLOCKS and TIMERS
7500 M:      Thomas Gleixner <tglx@linutronix.de>
7501 L:      linux-kernel@vger.kernel.org
7502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7503 S:      Maintained
7504 F:      fs/timerfd.c
7505 F:      include/linux/timer*
7506 F:      kernel/time/*timer*
7507
7508 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7509 M:      Sebastian Reichel <sre@kernel.org>
7510 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7511 M:      David Woodhouse <dwmw2@infradead.org>
7512 L:      linux-pm@vger.kernel.org
7513 T:      git git://git.infradead.org/battery-2.6.git
7514 S:      Maintained
7515 F:      include/linux/power_supply.h
7516 F:      drivers/power/
7517
7518 PNP SUPPORT
7519 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7520 S:      Maintained
7521 F:      drivers/pnp/
7522
7523 PNXxxxx I2C DRIVER
7524 M:      Vitaly Wool <vitalywool@gmail.com>
7525 L:      linux-i2c@vger.kernel.org
7526 S:      Maintained
7527 F:      drivers/i2c/busses/i2c-pnx.c
7528
7529 PPP PROTOCOL DRIVERS AND COMPRESSORS
7530 M:      Paul Mackerras <paulus@samba.org>
7531 L:      linux-ppp@vger.kernel.org
7532 S:      Maintained
7533 F:      drivers/net/ppp/ppp_*
7534
7535 PPP OVER ATM (RFC 2364)
7536 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7537 S:      Maintained
7538 F:      net/atm/pppoatm.c
7539 F:      include/uapi/linux/atmppp.h
7540
7541 PPP OVER ETHERNET
7542 M:      Michal Ostrowski <mostrows@earthlink.net>
7543 S:      Maintained
7544 F:      drivers/net/ppp/pppoe.c
7545 F:      drivers/net/ppp/pppox.c
7546
7547 PPP OVER L2TP
7548 M:      James Chapman <jchapman@katalix.com>
7549 S:      Maintained
7550 F:      net/l2tp/l2tp_ppp.c
7551 F:      include/linux/if_pppol2tp.h
7552 F:      include/uapi/linux/if_pppol2tp.h
7553
7554 PPS SUPPORT
7555 M:      Rodolfo Giometti <giometti@enneenne.com>
7556 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7557 L:      linuxpps@ml.enneenne.com (subscribers-only)
7558 S:      Maintained
7559 F:      Documentation/pps/
7560 F:      drivers/pps/
7561 F:      include/linux/pps*.h
7562
7563 PPTP DRIVER
7564 M:      Dmitry Kozlov <xeb@mail.ru>
7565 L:      netdev@vger.kernel.org
7566 S:      Maintained
7567 F:      drivers/net/ppp/pptp.c
7568 W:      http://sourceforge.net/projects/accel-pptp
7569
7570 PREEMPTIBLE KERNEL
7571 M:      Robert Love <rml@tech9.net>
7572 L:      kpreempt-tech@lists.sourceforge.net
7573 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7574 S:      Supported
7575 F:      Documentation/preempt-locking.txt
7576 F:      include/linux/preempt.h
7577
7578 PRISM54 WIRELESS DRIVER
7579 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7580 L:      linux-wireless@vger.kernel.org
7581 W:      http://wireless.kernel.org/en/users/Drivers/p54
7582 S:      Obsolete
7583 F:      drivers/net/wireless/prism54/
7584
7585 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
7586 M:      Mikael Pettersson <mikpelinux@gmail.com>
7587 L:      linux-ide@vger.kernel.org
7588 S:      Maintained
7589 F:      drivers/ata/sata_promise.*
7590
7591 PS3 NETWORK SUPPORT
7592 M:      Geoff Levand <geoff@infradead.org>
7593 L:      netdev@vger.kernel.org
7594 L:      cbe-oss-dev@lists.ozlabs.org
7595 S:      Maintained
7596 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7597
7598 PS3 PLATFORM SUPPORT
7599 M:      Geoff Levand <geoff@infradead.org>
7600 L:      linuxppc-dev@lists.ozlabs.org
7601 L:      cbe-oss-dev@lists.ozlabs.org
7602 S:      Maintained
7603 F:      arch/powerpc/boot/ps3*
7604 F:      arch/powerpc/include/asm/lv1call.h
7605 F:      arch/powerpc/include/asm/ps3*.h
7606 F:      arch/powerpc/platforms/ps3/
7607 F:      drivers/*/ps3*
7608 F:      drivers/ps3/
7609 F:      drivers/rtc/rtc-ps3.c
7610 F:      drivers/usb/host/*ps3.c
7611 F:      sound/ppc/snd_ps3*
7612
7613 PS3VRAM DRIVER
7614 M:      Jim Paris <jim@jtan.com>
7615 L:      cbe-oss-dev@lists.ozlabs.org
7616 S:      Maintained
7617 F:      drivers/block/ps3vram.c
7618
7619 PSTORE FILESYSTEM
7620 M:      Anton Vorontsov <anton@enomsg.org>
7621 M:      Colin Cross <ccross@android.com>
7622 M:      Kees Cook <keescook@chromium.org>
7623 M:      Tony Luck <tony.luck@intel.com>
7624 S:      Maintained
7625 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7626 F:      fs/pstore/
7627 F:      include/linux/pstore*
7628 F:      drivers/firmware/efi/efi-pstore.c
7629 F:      drivers/acpi/apei/erst.c
7630
7631 PTP HARDWARE CLOCK SUPPORT
7632 M:      Richard Cochran <richardcochran@gmail.com>
7633 L:      netdev@vger.kernel.org
7634 S:      Maintained
7635 W:      http://linuxptp.sourceforge.net/
7636 F:      Documentation/ABI/testing/sysfs-ptp
7637 F:      Documentation/ptp/*
7638 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7639 F:      drivers/net/phy/dp83640*
7640 F:      drivers/ptp/*
7641 F:      include/linux/ptp_cl*
7642
7643 PTRACE SUPPORT
7644 M:      Roland McGrath <roland@hack.frob.com>
7645 M:      Oleg Nesterov <oleg@redhat.com>
7646 S:      Maintained
7647 F:      include/asm-generic/syscall.h
7648 F:      include/linux/ptrace.h
7649 F:      include/linux/regset.h
7650 F:      include/linux/tracehook.h
7651 F:      include/uapi/linux/ptrace.h
7652 F:      kernel/ptrace.c
7653
7654 PVRUSB2 VIDEO4LINUX DRIVER
7655 M:      Mike Isely <isely@pobox.com>
7656 L:      pvrusb2@isely.net       (subscribers-only)
7657 L:      linux-media@vger.kernel.org
7658 W:      http://www.isely.net/pvrusb2/
7659 T:      git git://linuxtv.org/media_tree.git
7660 S:      Maintained
7661 F:      Documentation/video4linux/README.pvrusb2
7662 F:      drivers/media/usb/pvrusb2/
7663
7664 PWC WEBCAM DRIVER
7665 M:      Hans de Goede <hdegoede@redhat.com>
7666 L:      linux-media@vger.kernel.org
7667 T:      git git://linuxtv.org/media_tree.git
7668 S:      Maintained
7669 F:      drivers/media/usb/pwc/*
7670
7671 PWM FAN DRIVER
7672 M:      Kamil Debski <k.debski@samsung.com>
7673 L:      lm-sensors@lm-sensors.org
7674 S:      Supported
7675 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7676 F:      Documentation/hwmon/pwm-fan
7677 F:      drivers/hwmon/pwm-fan.c
7678
7679 PWM SUBSYSTEM
7680 M:      Thierry Reding <thierry.reding@gmail.com>
7681 L:      linux-pwm@vger.kernel.org
7682 S:      Maintained
7683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7684 F:      Documentation/pwm.txt
7685 F:      Documentation/devicetree/bindings/pwm/
7686 F:      include/linux/pwm.h
7687 F:      drivers/pwm/
7688 F:      drivers/video/backlight/pwm_bl.c
7689 F:      include/linux/pwm_backlight.h
7690
7691 PXA2xx/PXA3xx SUPPORT
7692 M:      Daniel Mack <daniel@zonque.org>
7693 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7694 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7695 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7696 T:      git git://github.com/hzhuang1/linux.git
7697 T:      git git://github.com/rjarzmik/linux.git
7698 S:      Maintained
7699 F:      arch/arm/mach-pxa/
7700 F:      drivers/pcmcia/pxa2xx*
7701 F:      drivers/spi/spi-pxa2xx*
7702 F:      drivers/usb/gadget/udc/pxa2*
7703 F:      include/sound/pxa2xx-lib.h
7704 F:      sound/arm/pxa*
7705 F:      sound/soc/pxa/
7706
7707 PXA3xx NAND FLASH DRIVER
7708 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7709 L:      linux-mtd@lists.infradead.org
7710 S:      Maintained
7711 F:      drivers/mtd/nand/pxa3xx_nand.c
7712
7713 MMP SUPPORT
7714 M:      Eric Miao <eric.y.miao@gmail.com>
7715 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7716 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7717 T:      git git://github.com/hzhuang1/linux.git
7718 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7719 S:      Maintained
7720 F:      arch/arm/mach-mmp/
7721
7722 PXA MMCI DRIVER
7723 S:      Orphan
7724
7725 PXA RTC DRIVER
7726 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7727 L:      rtc-linux@googlegroups.com
7728 S:      Maintained
7729
7730 QAT DRIVER
7731 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7732 L:      qat-linux@intel.com
7733 S:      Supported
7734 F:      drivers/crypto/qat/
7735
7736 QIB DRIVER
7737 M:      Mike Marciniszyn <infinipath@intel.com>
7738 L:      linux-rdma@vger.kernel.org
7739 S:      Supported
7740 F:      drivers/infiniband/hw/qib/
7741
7742 QLOGIC QLA1280 SCSI DRIVER
7743 M:      Michael Reed <mdr@sgi.com>
7744 L:      linux-scsi@vger.kernel.org
7745 S:      Maintained
7746 F:      drivers/scsi/qla1280.[ch]
7747
7748 QLOGIC QLA2XXX FC-SCSI DRIVER
7749 M:      qla2xxx-upstream@qlogic.com
7750 L:      linux-scsi@vger.kernel.org
7751 S:      Supported
7752 F:      Documentation/scsi/LICENSE.qla2xxx
7753 F:      drivers/scsi/qla2xxx/
7754
7755 QLOGIC QLA4XXX iSCSI DRIVER
7756 M:      QLogic-Storage-Upstream@qlogic.com
7757 L:      linux-scsi@vger.kernel.org
7758 S:      Supported
7759 F:      Documentation/scsi/LICENSE.qla4xxx
7760 F:      drivers/scsi/qla4xxx/
7761
7762 QLOGIC QLA3XXX NETWORK DRIVER
7763 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7764 M:      Ron Mercer <ron.mercer@qlogic.com>
7765 M:      linux-driver@qlogic.com
7766 L:      netdev@vger.kernel.org
7767 S:      Supported
7768 F:      Documentation/networking/LICENSE.qla3xxx
7769 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7770
7771 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7772 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7773 M:      Dept-GELinuxNICDev@qlogic.com
7774 L:      netdev@vger.kernel.org
7775 S:      Supported
7776 F:      drivers/net/ethernet/qlogic/qlcnic/
7777
7778 QLOGIC QLGE 10Gb ETHERNET DRIVER
7779 M:      Harish Patil <harish.patil@qlogic.com>
7780 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7781 M:      Dept-GELinuxNICDev@qlogic.com
7782 M:      linux-driver@qlogic.com
7783 L:      netdev@vger.kernel.org
7784 S:      Supported
7785 F:      drivers/net/ethernet/qlogic/qlge/
7786
7787 QNX4 FILESYSTEM
7788 M:      Anders Larsen <al@alarsen.net>
7789 W:      http://www.alarsen.net/linux/qnx4fs/
7790 S:      Maintained
7791 F:      fs/qnx4/
7792 F:      include/uapi/linux/qnx4_fs.h
7793 F:      include/uapi/linux/qnxtypes.h
7794
7795 QT1010 MEDIA DRIVER
7796 M:      Antti Palosaari <crope@iki.fi>
7797 L:      linux-media@vger.kernel.org
7798 W:      http://linuxtv.org/
7799 W:      http://palosaari.fi/linux/
7800 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7801 T:      git git://linuxtv.org/anttip/media_tree.git
7802 S:      Maintained
7803 F:      drivers/media/tuners/qt1010*
7804
7805 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7806 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7807 L:      linux-wireless@vger.kernel.org
7808 L:      ath9k-devel@lists.ath9k.org
7809 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7810 S:      Supported
7811 F:      drivers/net/wireless/ath/ath9k/
7812
7813 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7814 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7815 L:      ath10k@lists.infradead.org
7816 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7817 T:      git git://github.com/kvalo/ath.git
7818 S:      Supported
7819 F:      drivers/net/wireless/ath/ath10k/
7820
7821 QUALCOMM HEXAGON ARCHITECTURE
7822 M:      Richard Kuo <rkuo@codeaurora.org>
7823 L:      linux-hexagon@vger.kernel.org
7824 S:      Supported
7825 F:      arch/hexagon/
7826
7827 QUALCOMM WCN36XX WIRELESS DRIVER
7828 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7829 L:      wcn36xx@lists.infradead.org
7830 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7831 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7832 S:      Supported
7833 F:      drivers/net/wireless/ath/wcn36xx/
7834
7835 QUICKCAM PARALLEL PORT WEBCAMS
7836 M:      Hans Verkuil <hverkuil@xs4all.nl>
7837 L:      linux-media@vger.kernel.org
7838 T:      git git://linuxtv.org/media_tree.git
7839 W:      http://linuxtv.org
7840 S:      Odd Fixes
7841 F:      drivers/media/parport/*-qcam*
7842
7843 RADOS BLOCK DEVICE (RBD)
7844 M:      Yehuda Sadeh <yehuda@inktank.com>
7845 M:      Sage Weil <sage@inktank.com>
7846 M:      Alex Elder <elder@kernel.org>
7847 M:      ceph-devel@vger.kernel.org
7848 W:      http://ceph.com/
7849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7850 S:      Supported
7851 F:      drivers/block/rbd.c
7852 F:      drivers/block/rbd_types.h
7853
7854 RADEON FRAMEBUFFER DISPLAY DRIVER
7855 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7856 L:      linux-fbdev@vger.kernel.org
7857 S:      Maintained
7858 F:      drivers/video/fbdev/aty/radeon*
7859 F:      include/uapi/linux/radeonfb.h
7860
7861 RADIOSHARK RADIO DRIVER
7862 M:      Hans de Goede <hdegoede@redhat.com>
7863 L:      linux-media@vger.kernel.org
7864 T:      git git://linuxtv.org/media_tree.git
7865 S:      Maintained
7866 F:      drivers/media/radio/radio-shark.c
7867
7868 RADIOSHARK2 RADIO DRIVER
7869 M:      Hans de Goede <hdegoede@redhat.com>
7870 L:      linux-media@vger.kernel.org
7871 T:      git git://linuxtv.org/media_tree.git
7872 S:      Maintained
7873 F:      drivers/media/radio/radio-shark2.c
7874 F:      drivers/media/radio/radio-tea5777.c
7875
7876 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7877 M:      Paul Mackerras <paulus@samba.org>
7878 L:      linux-fbdev@vger.kernel.org
7879 S:      Maintained
7880 F:      drivers/video/fbdev/aty/aty128fb.c
7881
7882 RALINK RT2X00 WIRELESS LAN DRIVER
7883 P:      rt2x00 project
7884 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7885 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7886 L:      linux-wireless@vger.kernel.org
7887 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7888 W:      http://rt2x00.serialmonkey.com/
7889 S:      Maintained
7890 F:      drivers/net/wireless/rt2x00/
7891
7892 RAMDISK RAM BLOCK DEVICE DRIVER
7893 M:      Nick Piggin <npiggin@kernel.dk>
7894 S:      Maintained
7895 F:      Documentation/blockdev/ramdisk.txt
7896 F:      drivers/block/brd.c
7897
7898 RANDOM NUMBER DRIVER
7899 M:      "Theodore Ts'o" <tytso@mit.edu>
7900 S:      Maintained
7901 F:      drivers/char/random.c
7902
7903 RAPIDIO SUBSYSTEM
7904 M:      Matt Porter <mporter@kernel.crashing.org>
7905 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7906 S:      Maintained
7907 F:      drivers/rapidio/
7908
7909 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7910 L:      linux-wireless@vger.kernel.org
7911 S:      Orphan
7912 F:      drivers/net/wireless/ray*
7913
7914 RCUTORTURE MODULE
7915 M:      Josh Triplett <josh@joshtriplett.org>
7916 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7917 L:      linux-kernel@vger.kernel.org
7918 S:      Supported
7919 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7920 F:      Documentation/RCU/torture.txt
7921 F:      kernel/rcu/rcutorture.c
7922
7923 RCUTORTURE TEST FRAMEWORK
7924 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7925 M:      Josh Triplett <josh@joshtriplett.org>
7926 R:      Steven Rostedt <rostedt@goodmis.org>
7927 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7928 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7929 L:      linux-kernel@vger.kernel.org
7930 S:      Supported
7931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7932 F:      tools/testing/selftests/rcutorture
7933
7934 RDC R-321X SoC
7935 M:      Florian Fainelli <florian@openwrt.org>
7936 S:      Maintained
7937
7938 RDC R6040 FAST ETHERNET DRIVER
7939 M:      Florian Fainelli <florian@openwrt.org>
7940 L:      netdev@vger.kernel.org
7941 S:      Maintained
7942 F:      drivers/net/ethernet/rdc/r6040.c
7943
7944 RDS - RELIABLE DATAGRAM SOCKETS
7945 M:      Chien Yen <chien.yen@oracle.com>
7946 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7947 S:      Supported
7948 F:      net/rds/
7949
7950 READ-COPY UPDATE (RCU)
7951 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7952 M:      Josh Triplett <josh@joshtriplett.org>
7953 R:      Steven Rostedt <rostedt@goodmis.org>
7954 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7955 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7956 L:      linux-kernel@vger.kernel.org
7957 W:      http://www.rdrop.com/users/paulmck/RCU/
7958 S:      Supported
7959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7960 F:      Documentation/RCU/
7961 X:      Documentation/RCU/torture.txt
7962 F:      include/linux/rcu*
7963 X:      include/linux/srcu.h
7964 F:      kernel/rcu/
7965 X:      kernel/torture.c
7966
7967 REAL TIME CLOCK (RTC) SUBSYSTEM
7968 M:      Alessandro Zummo <a.zummo@towertech.it>
7969 L:      rtc-linux@googlegroups.com
7970 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7971 S:      Maintained
7972 F:      Documentation/rtc.txt
7973 F:      drivers/rtc/
7974 F:      include/linux/rtc.h
7975 F:      include/uapi/linux/rtc.h
7976
7977 REALTEK AUDIO CODECS
7978 M:      Bard Liao <bardliao@realtek.com>
7979 M:      Oder Chiou <oder_chiou@realtek.com>
7980 S:      Maintained
7981 F:      sound/soc/codecs/rt*
7982 F:      include/sound/rt*.h
7983
7984 REISERFS FILE SYSTEM
7985 L:      reiserfs-devel@vger.kernel.org
7986 S:      Supported
7987 F:      fs/reiserfs/
7988
7989 REGISTER MAP ABSTRACTION
7990 M:      Mark Brown <broonie@kernel.org>
7991 L:      linux-kernel@vger.kernel.org
7992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7993 S:      Supported
7994 F:      drivers/base/regmap/
7995 F:      include/linux/regmap.h
7996
7997 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
7998 M:      Ohad Ben-Cohen <ohad@wizery.com>
7999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8000 S:      Maintained
8001 F:      drivers/remoteproc/
8002 F:      Documentation/remoteproc.txt
8003 F:      include/linux/remoteproc.h
8004
8005 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8006 M:      Ohad Ben-Cohen <ohad@wizery.com>
8007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8008 S:      Maintained
8009 F:      drivers/rpmsg/
8010 F:      Documentation/rpmsg.txt
8011 F:      include/linux/rpmsg.h
8012
8013 RESET CONTROLLER FRAMEWORK
8014 M:      Philipp Zabel <p.zabel@pengutronix.de>
8015 S:      Maintained
8016 F:      drivers/reset/
8017 F:      Documentation/devicetree/bindings/reset/
8018 F:      include/linux/reset.h
8019 F:      include/linux/reset-controller.h
8020
8021 RFKILL
8022 M:      Johannes Berg <johannes@sipsolutions.net>
8023 L:      linux-wireless@vger.kernel.org
8024 W:      http://wireless.kernel.org/
8025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8027 S:      Maintained
8028 F:      Documentation/rfkill.txt
8029 F:      net/rfkill/
8030
8031 RICOH SMARTMEDIA/XD DRIVER
8032 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8033 S:      Maintained
8034 F:      drivers/mtd/nand/r852.c
8035 F:      drivers/mtd/nand/r852.h
8036
8037 RICOH R5C592 MEMORYSTICK DRIVER
8038 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8039 S:      Maintained
8040 F:      drivers/memstick/host/r592.*
8041
8042 ROCCAT DRIVERS
8043 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8044 W:      http://sourceforge.net/projects/roccat/
8045 S:      Maintained
8046 F:      drivers/hid/hid-roccat*
8047 F:      include/linux/hid-roccat*
8048 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8049
8050 ROCKER DRIVER
8051 M:      Jiri Pirko <jiri@resnulli.us>
8052 M:      Scott Feldman <sfeldma@gmail.com>
8053 L:      netdev@vger.kernel.org
8054 S:      Supported
8055 F:      drivers/net/ethernet/rocker/
8056
8057 ROCKETPORT DRIVER
8058 P:      Comtrol Corp.
8059 W:      http://www.comtrol.com
8060 S:      Maintained
8061 F:      Documentation/serial/rocket.txt
8062 F:      drivers/tty/rocket*
8063
8064 ROCKETPORT EXPRESS/INFINITY DRIVER
8065 M:      Kevin Cernekee <cernekee@gmail.com>
8066 L:      linux-serial@vger.kernel.org
8067 S:      Odd Fixes
8068 F:      drivers/tty/serial/rp2.*
8069
8070 ROSE NETWORK LAYER
8071 M:      Ralf Baechle <ralf@linux-mips.org>
8072 L:      linux-hams@vger.kernel.org
8073 W:      http://www.linux-ax25.org/
8074 S:      Maintained
8075 F:      include/net/rose.h
8076 F:      include/uapi/linux/rose.h
8077 F:      net/rose/
8078
8079 RTL2830 MEDIA DRIVER
8080 M:      Antti Palosaari <crope@iki.fi>
8081 L:      linux-media@vger.kernel.org
8082 W:      http://linuxtv.org/
8083 W:      http://palosaari.fi/linux/
8084 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8085 T:      git git://linuxtv.org/anttip/media_tree.git
8086 S:      Maintained
8087 F:      drivers/media/dvb-frontends/rtl2830*
8088
8089 RTL2832 MEDIA DRIVER
8090 M:      Antti Palosaari <crope@iki.fi>
8091 L:      linux-media@vger.kernel.org
8092 W:      http://linuxtv.org/
8093 W:      http://palosaari.fi/linux/
8094 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8095 T:      git git://linuxtv.org/anttip/media_tree.git
8096 S:      Maintained
8097 F:      drivers/media/dvb-frontends/rtl2832*
8098
8099 RTL2832_SDR MEDIA DRIVER
8100 M:      Antti Palosaari <crope@iki.fi>
8101 L:      linux-media@vger.kernel.org
8102 W:      http://linuxtv.org/
8103 W:      http://palosaari.fi/linux/
8104 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8105 T:      git git://linuxtv.org/anttip/media_tree.git
8106 S:      Maintained
8107 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8108
8109 RTL8180 WIRELESS DRIVER
8110 L:      linux-wireless@vger.kernel.org
8111 W:      http://wireless.kernel.org/
8112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8113 S:      Orphan
8114 F:      drivers/net/wireless/rtl818x/rtl8180/
8115
8116 RTL8187 WIRELESS DRIVER
8117 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8118 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8119 M:      Larry Finger <Larry.Finger@lwfinger.net>
8120 L:      linux-wireless@vger.kernel.org
8121 W:      http://wireless.kernel.org/
8122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8123 S:      Maintained
8124 F:      drivers/net/wireless/rtl818x/rtl8187/
8125
8126 RTL8192CE WIRELESS DRIVER
8127 M:      Larry Finger <Larry.Finger@lwfinger.net>
8128 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8129 L:      linux-wireless@vger.kernel.org
8130 W:      http://wireless.kernel.org/
8131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8132 S:      Maintained
8133 F:      drivers/net/wireless/rtlwifi/
8134 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8135
8136 S3 SAVAGE FRAMEBUFFER DRIVER
8137 M:      Antonino Daplas <adaplas@gmail.com>
8138 L:      linux-fbdev@vger.kernel.org
8139 S:      Maintained
8140 F:      drivers/video/fbdev/savage/
8141
8142 S390
8143 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8144 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8145 M:      linux390@de.ibm.com
8146 L:      linux-s390@vger.kernel.org
8147 W:      http://www.ibm.com/developerworks/linux/linux390/
8148 S:      Supported
8149 F:      arch/s390/
8150 F:      drivers/s390/
8151 F:      Documentation/s390/
8152 F:      Documentation/DocBook/s390*
8153
8154 S390 COMMON I/O LAYER
8155 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8156 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8157 L:      linux-s390@vger.kernel.org
8158 W:      http://www.ibm.com/developerworks/linux/linux390/
8159 S:      Supported
8160 F:      drivers/s390/cio/
8161
8162 S390 DASD DRIVER
8163 M:      Stefan Weinhuber <wein@de.ibm.com>
8164 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8165 L:      linux-s390@vger.kernel.org
8166 W:      http://www.ibm.com/developerworks/linux/linux390/
8167 S:      Supported
8168 F:      drivers/s390/block/dasd*
8169 F:      block/partitions/ibm.c
8170
8171 S390 NETWORK DRIVERS
8172 M:      Ursula Braun <ursula.braun@de.ibm.com>
8173 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8174 M:      linux390@de.ibm.com
8175 L:      linux-s390@vger.kernel.org
8176 W:      http://www.ibm.com/developerworks/linux/linux390/
8177 S:      Supported
8178 F:      drivers/s390/net/
8179
8180 S390 PCI SUBSYSTEM
8181 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8182 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8183 L:      linux-s390@vger.kernel.org
8184 W:      http://www.ibm.com/developerworks/linux/linux390/
8185 S:      Supported
8186 F:      arch/s390/pci/
8187 F:      drivers/pci/hotplug/s390_pci_hpc.c
8188
8189 S390 ZCRYPT DRIVER
8190 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8191 M:      linux390@de.ibm.com
8192 L:      linux-s390@vger.kernel.org
8193 W:      http://www.ibm.com/developerworks/linux/linux390/
8194 S:      Supported
8195 F:      drivers/s390/crypto/
8196
8197 S390 ZFCP DRIVER
8198 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8199 M:      linux390@de.ibm.com
8200 L:      linux-s390@vger.kernel.org
8201 W:      http://www.ibm.com/developerworks/linux/linux390/
8202 S:      Supported
8203 F:      drivers/s390/scsi/zfcp_*
8204
8205 S390 IUCV NETWORK LAYER
8206 M:      Ursula Braun <ursula.braun@de.ibm.com>
8207 M:      linux390@de.ibm.com
8208 L:      linux-s390@vger.kernel.org
8209 W:      http://www.ibm.com/developerworks/linux/linux390/
8210 S:      Supported
8211 F:      drivers/s390/net/*iucv*
8212 F:      include/net/iucv/
8213 F:      net/iucv/
8214
8215 S3C24XX SD/MMC Driver
8216 M:      Ben Dooks <ben-linux@fluff.org>
8217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8218 S:      Supported
8219 F:      drivers/mmc/host/s3cmci.*
8220
8221 SAA6588 RDS RECEIVER DRIVER
8222 M:      Hans Verkuil <hverkuil@xs4all.nl>
8223 L:      linux-media@vger.kernel.org
8224 T:      git git://linuxtv.org/media_tree.git
8225 W:      http://linuxtv.org
8226 S:      Odd Fixes
8227 F:      drivers/media/i2c/saa6588*
8228
8229 SAA7134 VIDEO4LINUX DRIVER
8230 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8231 L:      linux-media@vger.kernel.org
8232 W:      http://linuxtv.org
8233 T:      git git://linuxtv.org/media_tree.git
8234 S:      Odd fixes
8235 F:      Documentation/video4linux/*.saa7134
8236 F:      drivers/media/pci/saa7134/
8237
8238 SAA7146 VIDEO4LINUX-2 DRIVER
8239 M:      Hans Verkuil <hverkuil@xs4all.nl>
8240 L:      linux-media@vger.kernel.org
8241 T:      git git://linuxtv.org/media_tree.git
8242 S:      Maintained
8243 F:      drivers/media/common/saa7146/
8244 F:      drivers/media/pci/saa7146/
8245 F:      include/media/saa7146*
8246
8247 SAMSUNG LAPTOP DRIVER
8248 M:      Corentin Chary <corentin.chary@gmail.com>
8249 L:      platform-driver-x86@vger.kernel.org
8250 S:      Maintained
8251 F:      drivers/platform/x86/samsung-laptop.c
8252
8253 SAMSUNG AUDIO (ASoC) DRIVERS
8254 M:      Sangbeom Kim <sbkim73@samsung.com>
8255 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8256 S:      Supported
8257 F:      sound/soc/samsung/
8258
8259 SAMSUNG FRAMEBUFFER DRIVER
8260 M:      Jingoo Han <jg1.han@samsung.com>
8261 L:      linux-fbdev@vger.kernel.org
8262 S:      Maintained
8263 F:      drivers/video/fbdev/s3c-fb.c
8264
8265 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8266 M:      Sangbeom Kim <sbkim73@samsung.com>
8267 L:      linux-kernel@vger.kernel.org
8268 S:      Supported
8269 F:      drivers/mfd/sec*.c
8270 F:      drivers/regulator/s2m*.c
8271 F:      drivers/regulator/s5m*.c
8272 F:      include/linux/mfd/samsung/
8273
8274 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8275 M:      Kyungmin Park <kyungmin.park@samsung.com>
8276 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8277 L:      linux-media@vger.kernel.org
8278 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8279 S:      Supported
8280 F:      drivers/media/platform/exynos4-is/
8281
8282 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8283 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8284 L:      linux-media@vger.kernel.org
8285 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8286 S:      Maintained
8287 F:      drivers/media/platform/s3c-camif/
8288 F:      include/media/s3c_camif.h
8289
8290 SAMSUNG S5C73M3 CAMERA DRIVER
8291 M:      Kyungmin Park <kyungmin.park@samsung.com>
8292 M:      Andrzej Hajda <a.hajda@samsung.com>
8293 L:      linux-media@vger.kernel.org
8294 S:      Supported
8295 F:      drivers/media/i2c/s5c73m3/*
8296
8297 SAMSUNG S5K5BAF CAMERA DRIVER
8298 M:      Kyungmin Park <kyungmin.park@samsung.com>
8299 M:      Andrzej Hajda <a.hajda@samsung.com>
8300 L:      linux-media@vger.kernel.org
8301 S:      Supported
8302 F:      drivers/media/i2c/s5k5baf.c
8303
8304 SAMSUNG SOC CLOCK DRIVERS
8305 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8306 M:      Tomasz Figa <tomasz.figa@gmail.com>
8307 S:      Supported
8308 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8309 F:      drivers/clk/samsung/
8310
8311 SAMSUNG SXGBE DRIVERS
8312 M:      Byungho An <bh74.an@samsung.com>
8313 M:      Girish K S <ks.giri@samsung.com>
8314 M:      Vipul Pandya <vipul.pandya@samsung.com>
8315 S:      Supported
8316 L:      netdev@vger.kernel.org
8317 F:      drivers/net/ethernet/samsung/sxgbe/
8318
8319 SAMSUNG USB2 PHY DRIVER
8320 M:      Kamil Debski <k.debski@samsung.com>
8321 L:      linux-kernel@vger.kernel.org
8322 S:      Supported
8323 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8324 F:      Documentation/phy/samsung-usb2.txt
8325 F:      drivers/phy/phy-exynos4210-usb2.c
8326 F:      drivers/phy/phy-exynos4x12-usb2.c
8327 F:      drivers/phy/phy-exynos5250-usb2.c
8328 F:      drivers/phy/phy-s5pv210-usb2.c
8329 F:      drivers/phy/phy-samsung-usb2.c
8330 F:      drivers/phy/phy-samsung-usb2.h
8331
8332 SERIAL DRIVERS
8333 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8334 L:      linux-serial@vger.kernel.org
8335 S:      Maintained
8336 F:      drivers/tty/serial/
8337
8338 SYNOPSYS DESIGNWARE DMAC DRIVER
8339 M:      Viresh Kumar <viresh.linux@gmail.com>
8340 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8341 S:      Maintained
8342 F:      include/linux/platform_data/dma-dw.h
8343 F:      drivers/dma/dw/
8344
8345 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8346 M:      Seungwon Jeon <tgih.jun@samsung.com>
8347 M:      Jaehoon Chung <jh80.chung@samsung.com>
8348 L:      linux-mmc@vger.kernel.org
8349 S:      Maintained
8350 F:      include/linux/mmc/dw_mmc.h
8351 F:      drivers/mmc/host/dw_mmc*
8352
8353 THUNDERBOLT DRIVER
8354 M:      Andreas Noever <andreas.noever@gmail.com>
8355 S:      Maintained
8356 F:      drivers/thunderbolt/
8357
8358 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8359 M:      John Stultz <john.stultz@linaro.org>
8360 M:      Thomas Gleixner <tglx@linutronix.de>
8361 L:      linux-kernel@vger.kernel.org
8362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8363 S:      Supported
8364 F:      include/linux/clocksource.h
8365 F:      include/linux/time.h
8366 F:      include/linux/timex.h
8367 F:      include/uapi/linux/time.h
8368 F:      include/uapi/linux/timex.h
8369 F:      kernel/time/clocksource.c
8370 F:      kernel/time/time*.c
8371 F:      kernel/time/ntp.c
8372
8373 TLG2300 VIDEO4LINUX-2 DRIVER
8374 M:      Huang Shijie <shijie8@gmail.com>
8375 M:      Hans Verkuil <hverkuil@xs4all.nl>
8376 S:      Odd Fixes
8377 F:      drivers/media/usb/tlg2300/
8378
8379 SC1200 WDT DRIVER
8380 M:      Zwane Mwaikambo <zwanem@gmail.com>
8381 S:      Maintained
8382 F:      drivers/watchdog/sc1200wdt.c
8383
8384 SCHEDULER
8385 M:      Ingo Molnar <mingo@redhat.com>
8386 M:      Peter Zijlstra <peterz@infradead.org>
8387 L:      linux-kernel@vger.kernel.org
8388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8389 S:      Maintained
8390 F:      kernel/sched/
8391 F:      include/linux/sched.h
8392 F:      include/uapi/linux/sched.h
8393 F:      include/linux/wait.h
8394
8395 SCORE ARCHITECTURE
8396 M:      Chen Liqin <liqin.linux@gmail.com>
8397 M:      Lennox Wu <lennox.wu@gmail.com>
8398 W:      http://www.sunplus.com
8399 S:      Supported
8400 F:      arch/score/
8401
8402 SCSI CDROM DRIVER
8403 M:      Jens Axboe <axboe@kernel.dk>
8404 L:      linux-scsi@vger.kernel.org
8405 W:      http://www.kernel.dk
8406 S:      Maintained
8407 F:      drivers/scsi/sr*
8408
8409 SCSI RDMA PROTOCOL (SRP) INITIATOR
8410 M:      Bart Van Assche <bvanassche@acm.org>
8411 L:      linux-rdma@vger.kernel.org
8412 S:      Supported
8413 W:      http://www.openfabrics.org
8414 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8416 F:      drivers/infiniband/ulp/srp/
8417 F:      include/scsi/srp.h
8418
8419 SCSI SG DRIVER
8420 M:      Doug Gilbert <dgilbert@interlog.com>
8421 L:      linux-scsi@vger.kernel.org
8422 W:      http://sg.danny.cz/sg
8423 S:      Maintained
8424 F:      Documentation/scsi/scsi-generic.txt
8425 F:      drivers/scsi/sg.c
8426 F:      include/scsi/sg.h
8427
8428 SCSI SUBSYSTEM
8429 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8430 L:      linux-scsi@vger.kernel.org
8431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8433 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8434 S:      Maintained
8435 F:      drivers/scsi/
8436 F:      include/scsi/
8437
8438 SCSI TAPE DRIVER
8439 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8440 L:      linux-scsi@vger.kernel.org
8441 S:      Maintained
8442 F:      Documentation/scsi/st.txt
8443 F:      drivers/scsi/st.*
8444 F:      drivers/scsi/st_*.h
8445
8446 SCTP PROTOCOL
8447 M:      Vlad Yasevich <vyasevich@gmail.com>
8448 M:      Neil Horman <nhorman@tuxdriver.com>
8449 L:      linux-sctp@vger.kernel.org
8450 W:      http://lksctp.sourceforge.net
8451 S:      Maintained
8452 F:      Documentation/networking/sctp.txt
8453 F:      include/linux/sctp.h
8454 F:      include/uapi/linux/sctp.h
8455 F:      include/net/sctp/
8456 F:      net/sctp/
8457
8458 SCx200 CPU SUPPORT
8459 M:      Jim Cromie <jim.cromie@gmail.com>
8460 S:      Odd Fixes
8461 F:      Documentation/i2c/busses/scx200_acb
8462 F:      arch/x86/platform/scx200/
8463 F:      drivers/watchdog/scx200_wdt.c
8464 F:      drivers/i2c/busses/scx200*
8465 F:      drivers/mtd/maps/scx200_docflash.c
8466 F:      include/linux/scx200.h
8467
8468 SCx200 GPIO DRIVER
8469 M:      Jim Cromie <jim.cromie@gmail.com>
8470 S:      Maintained
8471 F:      drivers/char/scx200_gpio.c
8472 F:      include/linux/scx200_gpio.h
8473
8474 SCx200 HRT CLOCKSOURCE DRIVER
8475 M:      Jim Cromie <jim.cromie@gmail.com>
8476 S:      Maintained
8477 F:      drivers/clocksource/scx200_hrt.c
8478
8479 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8480 M:      Sascha Sommer <saschasommer@freenet.de>
8481 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8482 S:      Maintained
8483 F:      drivers/mmc/host/sdricoh_cs.c
8484
8485 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8486 M:      Chris Ball <chris@printf.net>
8487 L:      linux-mmc@vger.kernel.org
8488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8489 S:      Maintained
8490 F:      drivers/mmc/host/sdhci.*
8491 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8492
8493 SECURE COMPUTING
8494 M:      Kees Cook <keescook@chromium.org>
8495 R:      Andy Lutomirski <luto@amacapital.net>
8496 R:      Will Drewry <wad@chromium.org>
8497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8498 S:      Supported
8499 F:      kernel/seccomp.c
8500 F:      include/uapi/linux/seccomp.h
8501 F:      include/linux/seccomp.h
8502 K:      \bsecure_computing
8503 K:      \bTIF_SECCOMP\b
8504
8505 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8506 M:      Anton Vorontsov <anton@enomsg.org>
8507 L:      linuxppc-dev@lists.ozlabs.org
8508 L:      linux-mmc@vger.kernel.org
8509 S:      Maintained
8510 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8511
8512 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8513 M:      Ben Dooks <ben-linux@fluff.org>
8514 L:      linux-mmc@vger.kernel.org
8515 S:      Maintained
8516 F:      drivers/mmc/host/sdhci-s3c.c
8517
8518 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8519 M:      Viresh Kumar <viresh.linux@gmail.com>
8520 L:      spear-devel@list.st.com
8521 L:      linux-mmc@vger.kernel.org
8522 S:      Maintained
8523 F:      drivers/mmc/host/sdhci-spear.c
8524
8525 SECURITY SUBSYSTEM
8526 M:      James Morris <james.l.morris@oracle.com>
8527 M:      Serge E. Hallyn <serge@hallyn.com>
8528 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8530 W:      http://kernsec.org/
8531 S:      Supported
8532 F:      security/
8533
8534 SECURITY CONTACT
8535 M:      Security Officers <security@kernel.org>
8536 S:      Supported
8537
8538 SELINUX SECURITY MODULE
8539 M:      Paul Moore <paul@paul-moore.com>
8540 M:      Stephen Smalley <sds@tycho.nsa.gov>
8541 M:      Eric Paris <eparis@parisplace.org>
8542 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8543 W:      http://selinuxproject.org
8544 T:      git git://git.infradead.org/users/pcmoore/selinux
8545 S:      Supported
8546 F:      include/linux/selinux*
8547 F:      security/selinux/
8548 F:      scripts/selinux/
8549
8550 APPARMOR SECURITY MODULE
8551 M:      John Johansen <john.johansen@canonical.com>
8552 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8553 W:      apparmor.wiki.kernel.org
8554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8555 S:      Supported
8556 F:      security/apparmor/
8557
8558 SENSABLE PHANTOM
8559 M:      Jiri Slaby <jirislaby@gmail.com>
8560 S:      Maintained
8561 F:      drivers/misc/phantom.c
8562 F:      include/uapi/linux/phantom.h
8563
8564 SERIAL ATA (SATA) SUBSYSTEM
8565 M:      Tejun Heo <tj@kernel.org>
8566 L:      linux-ide@vger.kernel.org
8567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8568 S:      Supported
8569 F:      drivers/ata/
8570 F:      include/linux/ata.h
8571 F:      include/linux/libata.h
8572
8573 SERIAL ATA AHCI PLATFORM devices support
8574 M:      Hans de Goede <hdegoede@redhat.com>
8575 M:      Tejun Heo <tj@kernel.org>
8576 L:      linux-ide@vger.kernel.org
8577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8578 S:      Supported
8579 F:      drivers/ata/ahci_platform.c
8580 F:      drivers/ata/libahci_platform.c
8581 F:      include/linux/ahci_platform.h
8582
8583 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8584 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8585 L:      linux-scsi@vger.kernel.org
8586 W:      http://www.emulex.com
8587 S:      Supported
8588 F:      drivers/scsi/be2iscsi/
8589
8590 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8591 M:      Sathya Perla <sathya.perla@emulex.com>
8592 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8593 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8594 L:      netdev@vger.kernel.org
8595 W:      http://www.emulex.com
8596 S:      Supported
8597 F:      drivers/net/ethernet/emulex/benet/
8598
8599 SFC NETWORK DRIVER
8600 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8601 M:      Shradha Shah <sshah@solarflare.com>
8602 L:      netdev@vger.kernel.org
8603 S:      Supported
8604 F:      drivers/net/ethernet/sfc/
8605
8606 SGI GRU DRIVER
8607 M:      Dimitri Sivanich <sivanich@sgi.com>
8608 S:      Maintained
8609 F:      drivers/misc/sgi-gru/
8610
8611 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8612 M:      Pat Gefre <pfg@sgi.com>
8613 L:      linux-ia64@vger.kernel.org
8614 S:      Supported
8615 F:      Documentation/ia64/serial.txt
8616 F:      drivers/tty/serial/ioc?_serial.c
8617 F:      include/linux/ioc?.h
8618
8619 SGI XP/XPC/XPNET DRIVER
8620 M:      Cliff Whickman <cpw@sgi.com>
8621 M:      Robin Holt <robinmholt@gmail.com>
8622 S:      Maintained
8623 F:      drivers/misc/sgi-xp/
8624
8625 SI2157 MEDIA DRIVER
8626 M:      Antti Palosaari <crope@iki.fi>
8627 L:      linux-media@vger.kernel.org
8628 W:      http://linuxtv.org/
8629 W:      http://palosaari.fi/linux/
8630 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8631 T:      git git://linuxtv.org/anttip/media_tree.git
8632 S:      Maintained
8633 F:      drivers/media/tuners/si2157*
8634
8635 SI2168 MEDIA DRIVER
8636 M:      Antti Palosaari <crope@iki.fi>
8637 L:      linux-media@vger.kernel.org
8638 W:      http://linuxtv.org/
8639 W:      http://palosaari.fi/linux/
8640 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8641 T:      git git://linuxtv.org/anttip/media_tree.git
8642 S:      Maintained
8643 F:      drivers/media/dvb-frontends/si2168*
8644
8645 SI470X FM RADIO RECEIVER I2C DRIVER
8646 M:      Hans Verkuil <hverkuil@xs4all.nl>
8647 L:      linux-media@vger.kernel.org
8648 T:      git git://linuxtv.org/media_tree.git
8649 W:      http://linuxtv.org
8650 S:      Odd Fixes
8651 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8652
8653 SI470X FM RADIO RECEIVER USB DRIVER
8654 M:      Hans Verkuil <hverkuil@xs4all.nl>
8655 L:      linux-media@vger.kernel.org
8656 T:      git git://linuxtv.org/media_tree.git
8657 W:      http://linuxtv.org
8658 S:      Maintained
8659 F:      drivers/media/radio/si470x/radio-si470x-common.c
8660 F:      drivers/media/radio/si470x/radio-si470x.h
8661 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8662
8663 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8664 M:      Eduardo Valentin <edubezval@gmail.com>
8665 L:      linux-media@vger.kernel.org
8666 T:      git git://linuxtv.org/media_tree.git
8667 W:      http://linuxtv.org
8668 S:      Odd Fixes
8669 F:      drivers/media/radio/si4713/si4713.?
8670
8671 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8672 M:      Eduardo Valentin <edubezval@gmail.com>
8673 L:      linux-media@vger.kernel.org
8674 T:      git git://linuxtv.org/media_tree.git
8675 W:      http://linuxtv.org
8676 S:      Odd Fixes
8677 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8678
8679 SI4713 FM RADIO TRANSMITTER USB DRIVER
8680 M:      Hans Verkuil <hverkuil@xs4all.nl>
8681 L:      linux-media@vger.kernel.org
8682 T:      git git://linuxtv.org/media_tree.git
8683 W:      http://linuxtv.org
8684 S:      Maintained
8685 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8686
8687 SIANO DVB DRIVER
8688 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8689 L:      linux-media@vger.kernel.org
8690 W:      http://linuxtv.org
8691 T:      git git://linuxtv.org/media_tree.git
8692 S:      Odd fixes
8693 F:      drivers/media/common/siano/
8694 F:      drivers/media/usb/siano/
8695 F:      drivers/media/usb/siano/
8696 F:      drivers/media/mmc/siano/
8697
8698 SIMPLEFB FB DRIVER
8699 M:      Hans de Goede <hdegoede@redhat.com>
8700 L:      linux-fbdev@vger.kernel.org
8701 S:      Maintained
8702 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8703 F:      drivers/video/fbdev/simplefb.c
8704 F:      include/linux/platform_data/simplefb.h
8705
8706 SH_VEU V4L2 MEM2MEM DRIVER
8707 L:      linux-media@vger.kernel.org
8708 S:      Orphan
8709 F:      drivers/media/platform/sh_veu.c
8710
8711 SH_VOU V4L2 OUTPUT DRIVER
8712 L:      linux-media@vger.kernel.org
8713 S:      Orphan
8714 F:      drivers/media/platform/sh_vou.c
8715 F:      include/media/sh_vou.h
8716
8717 SIMPLE FIRMWARE INTERFACE (SFI)
8718 M:      Len Brown <lenb@kernel.org>
8719 L:      sfi-devel@simplefirmware.org
8720 W:      http://simplefirmware.org/
8721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8722 S:      Supported
8723 F:      arch/x86/platform/sfi/
8724 F:      drivers/sfi/
8725 F:      include/linux/sfi*.h
8726
8727 SIMTEC EB110ATX (Chalice CATS)
8728 P:      Ben Dooks
8729 P:      Vincent Sanders <vince@simtec.co.uk>
8730 M:      Simtec Linux Team <linux@simtec.co.uk>
8731 W:      http://www.simtec.co.uk/products/EB110ATX/
8732 S:      Supported
8733
8734 SIMTEC EB2410ITX (BAST)
8735 P:      Ben Dooks
8736 P:      Vincent Sanders <vince@simtec.co.uk>
8737 M:      Simtec Linux Team <linux@simtec.co.uk>
8738 W:      http://www.simtec.co.uk/products/EB2410ITX/
8739 S:      Supported
8740 F:      arch/arm/mach-s3c24xx/mach-bast.c
8741 F:      arch/arm/mach-s3c24xx/bast-ide.c
8742 F:      arch/arm/mach-s3c24xx/bast-irq.c
8743
8744 TI DAVINCI MACHINE SUPPORT
8745 M:      Sekhar Nori <nsekhar@ti.com>
8746 M:      Kevin Hilman <khilman@deeprootsystems.com>
8747 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8748 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8749 S:      Supported
8750 F:      arch/arm/mach-davinci/
8751 F:      drivers/i2c/busses/i2c-davinci.c
8752
8753 TI DAVINCI SERIES MEDIA DRIVER
8754 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8755 L:      linux-media@vger.kernel.org
8756 W:      http://linuxtv.org/
8757 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8758 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8759 S:      Maintained
8760 F:      drivers/media/platform/davinci/
8761 F:      include/media/davinci/
8762
8763 SIS 190 ETHERNET DRIVER
8764 M:      Francois Romieu <romieu@fr.zoreil.com>
8765 L:      netdev@vger.kernel.org
8766 S:      Maintained
8767 F:      drivers/net/ethernet/sis/sis190.c
8768
8769 SIS 900/7016 FAST ETHERNET DRIVER
8770 M:      Daniele Venzano <venza@brownhat.org>
8771 W:      http://www.brownhat.org/sis900.html
8772 L:      netdev@vger.kernel.org
8773 S:      Maintained
8774 F:      drivers/net/ethernet/sis/sis900.*
8775
8776 SIS FRAMEBUFFER DRIVER
8777 M:      Thomas Winischhofer <thomas@winischhofer.net>
8778 W:      http://www.winischhofer.net/linuxsisvga.shtml
8779 S:      Maintained
8780 F:      Documentation/fb/sisfb.txt
8781 F:      drivers/video/fbdev/sis/
8782 F:      include/video/sisfb.h
8783
8784 SIS USB2VGA DRIVER
8785 M:      Thomas Winischhofer <thomas@winischhofer.net>
8786 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8787 S:      Maintained
8788 F:      drivers/usb/misc/sisusbvga/
8789
8790 SLAB ALLOCATOR
8791 M:      Christoph Lameter <cl@linux.com>
8792 M:      Pekka Enberg <penberg@kernel.org>
8793 M:      David Rientjes <rientjes@google.com>
8794 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8795 M:      Andrew Morton <akpm@linux-foundation.org>
8796 L:      linux-mm@kvack.org
8797 S:      Maintained
8798 F:      include/linux/sl?b*.h
8799 F:      mm/sl?b*
8800
8801 SLEEPABLE READ-COPY UPDATE (SRCU)
8802 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8803 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8804 M:      Josh Triplett <josh@joshtriplett.org>
8805 R:      Steven Rostedt <rostedt@goodmis.org>
8806 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8807 L:      linux-kernel@vger.kernel.org
8808 W:      http://www.rdrop.com/users/paulmck/RCU/
8809 S:      Supported
8810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8811 F:      include/linux/srcu.h
8812 F:      kernel/rcu/srcu.c
8813
8814 SMACK SECURITY MODULE
8815 M:      Casey Schaufler <casey@schaufler-ca.com>
8816 L:      linux-security-module@vger.kernel.org
8817 W:      http://schaufler-ca.com
8818 T:      git git://git.gitorious.org/smack-next/kernel.git
8819 S:      Maintained
8820 F:      Documentation/security/Smack.txt
8821 F:      security/smack/
8822
8823 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8824 M:      Kevin Hilman <khilman@kernel.org>
8825 M:      Nishanth Menon <nm@ti.com>
8826 S:      Maintained
8827 F:      drivers/power/avs/
8828 F:      include/linux/power/smartreflex.h
8829 L:      linux-pm@vger.kernel.org
8830
8831 SMC91x ETHERNET DRIVER
8832 M:      Nicolas Pitre <nico@fluxnic.net>
8833 S:      Odd Fixes
8834 F:      drivers/net/ethernet/smsc/smc91x.*
8835
8836 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8837 M:      Sakari Ailus <sakari.ailus@iki.fi>
8838 L:      linux-media@vger.kernel.org
8839 S:      Maintained
8840 F:      drivers/media/i2c/smiapp/
8841 F:      include/media/smiapp.h
8842 F:      drivers/media/i2c/smiapp-pll.c
8843 F:      drivers/media/i2c/smiapp-pll.h
8844
8845 SMM665 HARDWARE MONITOR DRIVER
8846 M:      Guenter Roeck <linux@roeck-us.net>
8847 L:      lm-sensors@lm-sensors.org
8848 S:      Maintained
8849 F:      Documentation/hwmon/smm665
8850 F:      drivers/hwmon/smm665.c
8851
8852 SMSC EMC2103 HARDWARE MONITOR DRIVER
8853 M:      Steve Glendinning <steve.glendinning@shawell.net>
8854 L:      lm-sensors@lm-sensors.org
8855 S:      Maintained
8856 F:      Documentation/hwmon/emc2103
8857 F:      drivers/hwmon/emc2103.c
8858
8859 SMSC SCH5627 HARDWARE MONITOR DRIVER
8860 M:      Hans de Goede <hdegoede@redhat.com>
8861 L:      lm-sensors@lm-sensors.org
8862 S:      Supported
8863 F:      Documentation/hwmon/sch5627
8864 F:      drivers/hwmon/sch5627.c
8865
8866 SMSC47B397 HARDWARE MONITOR DRIVER
8867 M:      Jean Delvare <jdelvare@suse.de>
8868 L:      lm-sensors@lm-sensors.org
8869 S:      Maintained
8870 F:      Documentation/hwmon/smsc47b397
8871 F:      drivers/hwmon/smsc47b397.c
8872
8873 SMSC911x ETHERNET DRIVER
8874 M:      Steve Glendinning <steve.glendinning@shawell.net>
8875 L:      netdev@vger.kernel.org
8876 S:      Maintained
8877 F:      include/linux/smsc911x.h
8878 F:      drivers/net/ethernet/smsc/smsc911x.*
8879
8880 SMSC9420 PCI ETHERNET DRIVER
8881 M:      Steve Glendinning <steve.glendinning@shawell.net>
8882 L:      netdev@vger.kernel.org
8883 S:      Maintained
8884 F:      drivers/net/ethernet/smsc/smsc9420.*
8885
8886 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8887 M:      Steve Glendinning <steve.glendinning@shawell.net>
8888 L:      linux-fbdev@vger.kernel.org
8889 S:      Maintained
8890 F:      drivers/video/fbdev/smscufx.c
8891
8892 SOC-CAMERA V4L2 SUBSYSTEM
8893 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8894 L:      linux-media@vger.kernel.org
8895 T:      git git://linuxtv.org/media_tree.git
8896 S:      Maintained
8897 F:      include/media/soc*
8898 F:      drivers/media/i2c/soc_camera/
8899 F:      drivers/media/platform/soc_camera/
8900
8901 SOEKRIS NET48XX LED SUPPORT
8902 M:      Chris Boot <bootc@bootc.net>
8903 S:      Maintained
8904 F:      drivers/leds/leds-net48xx.c
8905
8906 SOFTLOGIC 6x10 MPEG CODEC
8907 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8908 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8909 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
8910 L:      linux-media@vger.kernel.org
8911 S:      Supported
8912 F:      drivers/media/pci/solo6x10/
8913
8914 SOFTWARE RAID (Multiple Disks) SUPPORT
8915 M:      Neil Brown <neilb@suse.de>
8916 L:      linux-raid@vger.kernel.org
8917 S:      Supported
8918 F:      drivers/md/
8919 F:      include/linux/raid/
8920 F:      include/uapi/linux/raid/
8921
8922 SONIC NETWORK DRIVER
8923 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8924 L:      netdev@vger.kernel.org
8925 S:      Maintained
8926 F:      drivers/net/ethernet/natsemi/sonic.*
8927
8928 SONICS SILICON BACKPLANE DRIVER (SSB)
8929 M:      Michael Buesch <m@bues.ch>
8930 L:      netdev@vger.kernel.org
8931 S:      Maintained
8932 F:      drivers/ssb/
8933 F:      include/linux/ssb/
8934
8935 SONY VAIO CONTROL DEVICE DRIVER
8936 M:      Mattia Dongili <malattia@linux.it>
8937 L:      platform-driver-x86@vger.kernel.org
8938 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8939 S:      Maintained
8940 F:      Documentation/laptops/sony-laptop.txt
8941 F:      drivers/char/sonypi.c
8942 F:      drivers/platform/x86/sony-laptop.c
8943 F:      include/linux/sony-laptop.h
8944
8945 SONY MEMORYSTICK CARD SUPPORT
8946 M:      Alex Dubov <oakad@yahoo.com>
8947 W:      http://tifmxx.berlios.de/
8948 S:      Maintained
8949 F:      drivers/memstick/host/tifm_ms.c
8950
8951 SONY MEMORYSTICK STANDARD SUPPORT
8952 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8953 S:      Maintained
8954 F:      drivers/memstick/core/ms_block.*
8955
8956 SOUND
8957 M:      Jaroslav Kysela <perex@perex.cz>
8958 M:      Takashi Iwai <tiwai@suse.de>
8959 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8960 W:      http://www.alsa-project.org/
8961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8962 T:      git git://git.alsa-project.org/alsa-kernel.git
8963 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
8964 S:      Maintained
8965 F:      Documentation/sound/
8966 F:      include/sound/
8967 F:      include/uapi/sound/
8968 F:      sound/
8969
8970 SOUND - COMPRESSED AUDIO
8971 M:      Vinod Koul <vinod.koul@intel.com>
8972 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8974 S:      Supported
8975 F:      Documentation/sound/alsa/compress_offload.txt
8976 F:      include/sound/compress_driver.h
8977 F:      include/uapi/sound/compress_*
8978 F:      sound/core/compress_offload.c
8979 F:      sound/soc/soc-compress.c
8980
8981 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8982 M:      Liam Girdwood <lgirdwood@gmail.com>
8983 M:      Mark Brown <broonie@kernel.org>
8984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8985 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8986 W:      http://alsa-project.org/main/index.php/ASoC
8987 S:      Supported
8988 F:      Documentation/sound/alsa/soc/
8989 F:      sound/soc/
8990 F:      include/sound/soc*
8991
8992 SOUND - DMAENGINE HELPERS
8993 M:      Lars-Peter Clausen <lars@metafoo.de>
8994 S:      Supported
8995 F:      include/sound/dmaengine_pcm.h
8996 F:      sound/core/pcm_dmaengine.c
8997 F:      sound/soc/soc-generic-dmaengine-pcm.c
8998
8999 SP2 MEDIA DRIVER
9000 M:      Olli Salonen <olli.salonen@iki.fi>
9001 L:      linux-media@vger.kernel.org
9002 W:      http://linuxtv.org/
9003 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9004 S:      Maintained
9005 F:      drivers/media/dvb-frontends/sp2*
9006
9007 SPARC + UltraSPARC (sparc/sparc64)
9008 M:      "David S. Miller" <davem@davemloft.net>
9009 L:      sparclinux@vger.kernel.org
9010 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9013 S:      Maintained
9014 F:      arch/sparc/
9015 F:      drivers/sbus/
9016
9017 SPARC SERIAL DRIVERS
9018 M:      "David S. Miller" <davem@davemloft.net>
9019 L:      sparclinux@vger.kernel.org
9020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9022 S:      Maintained
9023 F:      include/linux/sunserialcore.h
9024 F:      drivers/tty/serial/suncore.c
9025 F:      drivers/tty/serial/sunhv.c
9026 F:      drivers/tty/serial/sunsab.c
9027 F:      drivers/tty/serial/sunsab.h
9028 F:      drivers/tty/serial/sunsu.c
9029 F:      drivers/tty/serial/sunzilog.c
9030 F:      drivers/tty/serial/sunzilog.h
9031
9032 SPARSE CHECKER
9033 M:      "Christopher Li" <sparse@chrisli.org>
9034 L:      linux-sparse@vger.kernel.org
9035 W:      https://sparse.wiki.kernel.org/
9036 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9037 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9038 S:      Maintained
9039 F:      include/linux/compiler.h
9040
9041 SPEAR PLATFORM SUPPORT
9042 M:      Viresh Kumar <viresh.linux@gmail.com>
9043 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9044 L:      spear-devel@list.st.com
9045 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9046 W:      http://www.st.com/spear
9047 S:      Maintained
9048 F:      arch/arm/mach-spear/
9049
9050 SPEAR CLOCK FRAMEWORK SUPPORT
9051 M:      Viresh Kumar <viresh.linux@gmail.com>
9052 L:      spear-devel@list.st.com
9053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9054 W:      http://www.st.com/spear
9055 S:      Maintained
9056 F:      drivers/clk/spear/
9057
9058 SPI SUBSYSTEM
9059 M:      Mark Brown <broonie@kernel.org>
9060 L:      linux-spi@vger.kernel.org
9061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9062 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9063 S:      Maintained
9064 F:      Documentation/spi/
9065 F:      drivers/spi/
9066 F:      include/linux/spi/
9067 F:      include/uapi/linux/spi/
9068
9069 SPIDERNET NETWORK DRIVER for CELL
9070 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9071 M:      Jens Osterkamp <jens@de.ibm.com>
9072 L:      netdev@vger.kernel.org
9073 S:      Supported
9074 F:      Documentation/networking/spider_net.txt
9075 F:      drivers/net/ethernet/toshiba/spider_net*
9076
9077 SPU FILE SYSTEM
9078 M:      Jeremy Kerr <jk@ozlabs.org>
9079 L:      linuxppc-dev@lists.ozlabs.org
9080 L:      cbe-oss-dev@lists.ozlabs.org
9081 W:      http://www.ibm.com/developerworks/power/cell/
9082 S:      Supported
9083 F:      Documentation/filesystems/spufs.txt
9084 F:      arch/powerpc/platforms/cell/spufs/
9085
9086 SQUASHFS FILE SYSTEM
9087 M:      Phillip Lougher <phillip@squashfs.org.uk>
9088 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9089 W:      http://squashfs.org.uk
9090 S:      Maintained
9091 F:      Documentation/filesystems/squashfs.txt
9092 F:      fs/squashfs/
9093
9094 SRM (Alpha) environment access
9095 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9096 S:      Maintained
9097 F:      arch/alpha/kernel/srm_env.c
9098
9099 STABLE BRANCH
9100 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9101 L:      stable@vger.kernel.org
9102 S:      Supported
9103 F:      Documentation/stable_kernel_rules.txt
9104
9105 STAGING SUBSYSTEM
9106 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9108 L:      devel@driverdev.osuosl.org
9109 S:      Supported
9110 F:      drivers/staging/
9111
9112 STAGING - COMEDI
9113 M:      Ian Abbott <abbotti@mev.co.uk>
9114 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9115 S:      Odd Fixes
9116 F:      drivers/staging/comedi/
9117
9118 STAGING - FLARION FT1000 DRIVERS
9119 M:      Marek Belisko <marek.belisko@gmail.com>
9120 S:      Odd Fixes
9121 F:      drivers/staging/ft1000/
9122
9123 STAGING - INDUSTRIAL IO
9124 M:      Jonathan Cameron <jic23@kernel.org>
9125 L:      linux-iio@vger.kernel.org
9126 S:      Odd Fixes
9127 F:      drivers/staging/iio/
9128
9129 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9130 M:      Jarod Wilson <jarod@wilsonet.com>
9131 W:      http://www.lirc.org/
9132 S:      Odd Fixes
9133 F:      drivers/staging/media/lirc/
9134
9135 STAGING - LUSTRE PARALLEL FILESYSTEM
9136 M:      Oleg Drokin <oleg.drokin@intel.com>
9137 M:      Andreas Dilger <andreas.dilger@intel.com>
9138 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9139 W:      http://lustre.opensfs.org/
9140 S:      Maintained
9141 F:      drivers/staging/lustre
9142
9143 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9144 M:      Julian Andres Klode <jak@jak-linux.org>
9145 M:      Marc Dietrich <marvin24@gmx.de>
9146 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9147 L:      linux-tegra@vger.kernel.org
9148 S:      Maintained
9149 F:      drivers/staging/nvec/
9150
9151 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9152 M:      Jens Frederich <jfrederich@gmail.com>
9153 M:      Daniel Drake <dsd@laptop.org>
9154 M:      Jon Nettleton <jon.nettleton@gmail.com>
9155 W:      http://wiki.laptop.org/go/DCON
9156 S:      Maintained
9157 F:      drivers/staging/olpc_dcon/
9158
9159 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9160 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9161 S:      Maintained
9162 F:      drivers/staging/ozwpan/
9163
9164 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9165 M:      Willy Tarreau <willy@meta-x.org>
9166 S:      Odd Fixes
9167 F:      drivers/staging/panel/
9168
9169 STAGING - REALTEK RTL8712U DRIVERS
9170 M:      Larry Finger <Larry.Finger@lwfinger.net>
9171 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9172 S:      Odd Fixes
9173 F:      drivers/staging/rtl8712/
9174
9175 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9176 M:      Larry Finger <Larry.Finger@lwfinger.net>
9177 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9178 L:      linux-wireless@vger.kernel.org
9179 S:      Maintained
9180 F:      drivers/staging/rtl8723au/
9181
9182 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9183 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9184 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9185 M:      Sudip Mukherjee <sudip@vectorindia.org>
9186 L:      linux-fbdev@vger.kernel.org
9187 S:      Maintained
9188 F:      drivers/staging/sm7xxfb/
9189
9190 STAGING - SLICOSS
9191 M:      Lior Dotan <liodot@gmail.com>
9192 M:      Christopher Harrer <charrer@alacritech.com>
9193 S:      Odd Fixes
9194 F:      drivers/staging/slicoss/
9195
9196 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9197 M:      William Hubbs <w.d.hubbs@gmail.com>
9198 M:      Chris Brannon <chris@the-brannons.com>
9199 M:      Kirk Reiser <kirk@reisers.ca>
9200 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9201 L:      speakup@linux-speakup.org
9202 W:      http://www.linux-speakup.org/
9203 S:      Odd Fixes
9204 F:      drivers/staging/speakup/
9205
9206 STAGING - VIA VT665X DRIVERS
9207 M:      Forest Bond <forest@alittletooquiet.net>
9208 S:      Odd Fixes
9209 F:      drivers/staging/vt665?/
9210
9211 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9212 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9213 S:      Odd Fixes
9214 F:      drivers/staging/xgifb/
9215
9216 STARFIRE/DURALAN NETWORK DRIVER
9217 M:      Ion Badulescu <ionut@badula.org>
9218 S:      Odd Fixes
9219 F:      drivers/net/ethernet/adaptec/starfire*
9220
9221 SUN3/3X
9222 M:      Sam Creasey <sammy@sammy.net>
9223 W:      http://sammy.net/sun3/
9224 S:      Maintained
9225 F:      arch/m68k/kernel/*sun3*
9226 F:      arch/m68k/sun3*/
9227 F:      arch/m68k/include/asm/sun3*
9228 F:      drivers/net/ethernet/i825xx/sun3*
9229
9230 SUNDANCE NETWORK DRIVER
9231 M:      Denis Kirjanov <kda@linux-powerpc.org>
9232 L:      netdev@vger.kernel.org
9233 S:      Maintained
9234 F:      drivers/net/ethernet/dlink/sundance.c
9235
9236 SUPERH
9237 L:      linux-sh@vger.kernel.org
9238 W:      http://www.linux-sh.org
9239 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9240 S:      Orphan
9241 F:      Documentation/sh/
9242 F:      arch/sh/
9243 F:      drivers/sh/
9244
9245 SUSPEND TO RAM
9246 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9247 M:      Len Brown <len.brown@intel.com>
9248 M:      Pavel Machek <pavel@ucw.cz>
9249 L:      linux-pm@vger.kernel.org
9250 S:      Supported
9251 F:      Documentation/power/
9252 F:      arch/x86/kernel/acpi/
9253 F:      drivers/base/power/
9254 F:      kernel/power/
9255 F:      include/linux/suspend.h
9256 F:      include/linux/freezer.h
9257 F:      include/linux/pm.h
9258
9259 SVGA HANDLING
9260 M:      Martin Mares <mj@ucw.cz>
9261 L:      linux-video@atrey.karlin.mff.cuni.cz
9262 S:      Maintained
9263 F:      Documentation/svga.txt
9264 F:      arch/x86/boot/video*
9265
9266 SWIOTLB SUBSYSTEM
9267 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9268 L:      linux-kernel@vger.kernel.org
9269 S:      Supported
9270 F:      lib/swiotlb.c
9271 F:      arch/*/kernel/pci-swiotlb.c
9272 F:      include/linux/swiotlb.h
9273
9274 SWITCHDEV
9275 M:      Jiri Pirko <jiri@resnulli.us>
9276 L:      netdev@vger.kernel.org
9277 S:      Supported
9278 F:      net/switchdev/
9279 F:      include/net/switchdev.h
9280
9281 SYNOPSYS ARC ARCHITECTURE
9282 M:      Vineet Gupta <vgupta@synopsys.com>
9283 S:      Supported
9284 F:      arch/arc/
9285 F:      Documentation/devicetree/bindings/arc/
9286 F:      drivers/tty/serial/arc_uart.c
9287
9288 SYSV FILESYSTEM
9289 M:      Christoph Hellwig <hch@infradead.org>
9290 S:      Maintained
9291 F:      Documentation/filesystems/sysv-fs.txt
9292 F:      fs/sysv/
9293 F:      include/linux/sysv_fs.h
9294
9295 TARGET SUBSYSTEM
9296 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9297 L:      linux-scsi@vger.kernel.org
9298 L:      target-devel@vger.kernel.org
9299 W:      http://www.linux-iscsi.org
9300 W:      http://groups.google.com/group/linux-iscsi-target-dev
9301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9302 S:      Supported
9303 F:      drivers/target/
9304 F:      include/target/
9305 F:      Documentation/target/
9306
9307 TASKSTATS STATISTICS INTERFACE
9308 M:      Balbir Singh <bsingharora@gmail.com>
9309 S:      Maintained
9310 F:      Documentation/accounting/taskstats*
9311 F:      include/linux/taskstats*
9312 F:      kernel/taskstats.c
9313
9314 TC CLASSIFIER
9315 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9316 L:      netdev@vger.kernel.org
9317 S:      Maintained
9318 F:      include/net/pkt_cls.h
9319 F:      include/uapi/linux/pkt_cls.h
9320 F:      net/sched/
9321
9322 TCP LOW PRIORITY MODULE
9323 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9324 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9325 W:      http://tcp-lp-mod.sourceforge.net/
9326 S:      Maintained
9327 F:      net/ipv4/tcp_lp.c
9328
9329 TDA10071 MEDIA DRIVER
9330 M:      Antti Palosaari <crope@iki.fi>
9331 L:      linux-media@vger.kernel.org
9332 W:      http://linuxtv.org/
9333 W:      http://palosaari.fi/linux/
9334 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9335 T:      git git://linuxtv.org/anttip/media_tree.git
9336 S:      Maintained
9337 F:      drivers/media/dvb-frontends/tda10071*
9338
9339 TDA18212 MEDIA DRIVER
9340 M:      Antti Palosaari <crope@iki.fi>
9341 L:      linux-media@vger.kernel.org
9342 W:      http://linuxtv.org/
9343 W:      http://palosaari.fi/linux/
9344 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9345 T:      git git://linuxtv.org/anttip/media_tree.git
9346 S:      Maintained
9347 F:      drivers/media/tuners/tda18212*
9348
9349 TDA18218 MEDIA DRIVER
9350 M:      Antti Palosaari <crope@iki.fi>
9351 L:      linux-media@vger.kernel.org
9352 W:      http://linuxtv.org/
9353 W:      http://palosaari.fi/linux/
9354 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9355 T:      git git://linuxtv.org/anttip/media_tree.git
9356 S:      Maintained
9357 F:      drivers/media/tuners/tda18218*
9358
9359 TDA18271 MEDIA DRIVER
9360 M:      Michael Krufky <mkrufky@linuxtv.org>
9361 L:      linux-media@vger.kernel.org
9362 W:      http://linuxtv.org/
9363 W:      http://github.com/mkrufky
9364 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9365 T:      git git://linuxtv.org/mkrufky/tuners.git
9366 S:      Maintained
9367 F:      drivers/media/tuners/tda18271*
9368
9369 TDA827x MEDIA DRIVER
9370 M:      Michael Krufky <mkrufky@linuxtv.org>
9371 L:      linux-media@vger.kernel.org
9372 W:      http://linuxtv.org/
9373 W:      http://github.com/mkrufky
9374 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9375 T:      git git://linuxtv.org/mkrufky/tuners.git
9376 S:      Maintained
9377 F:      drivers/media/tuners/tda8290.*
9378
9379 TDA8290 MEDIA DRIVER
9380 M:      Michael Krufky <mkrufky@linuxtv.org>
9381 L:      linux-media@vger.kernel.org
9382 W:      http://linuxtv.org/
9383 W:      http://github.com/mkrufky
9384 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9385 T:      git git://linuxtv.org/mkrufky/tuners.git
9386 S:      Maintained
9387 F:      drivers/media/tuners/tda8290.*
9388
9389 TDA9840 MEDIA DRIVER
9390 M:      Hans Verkuil <hverkuil@xs4all.nl>
9391 L:      linux-media@vger.kernel.org
9392 T:      git git://linuxtv.org/media_tree.git
9393 W:      http://linuxtv.org
9394 S:      Maintained
9395 F:      drivers/media/i2c/tda9840*
9396
9397 TEA5761 TUNER DRIVER
9398 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9399 L:      linux-media@vger.kernel.org
9400 W:      http://linuxtv.org
9401 T:      git git://linuxtv.org/media_tree.git
9402 S:      Odd fixes
9403 F:      drivers/media/tuners/tea5761.*
9404
9405 TEA5767 TUNER DRIVER
9406 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9407 L:      linux-media@vger.kernel.org
9408 W:      http://linuxtv.org
9409 T:      git git://linuxtv.org/media_tree.git
9410 S:      Maintained
9411 F:      drivers/media/tuners/tea5767.*
9412
9413 TEA6415C MEDIA DRIVER
9414 M:      Hans Verkuil <hverkuil@xs4all.nl>
9415 L:      linux-media@vger.kernel.org
9416 T:      git git://linuxtv.org/media_tree.git
9417 W:      http://linuxtv.org
9418 S:      Maintained
9419 F:      drivers/media/i2c/tea6415c*
9420
9421 TEA6420 MEDIA DRIVER
9422 M:      Hans Verkuil <hverkuil@xs4all.nl>
9423 L:      linux-media@vger.kernel.org
9424 T:      git git://linuxtv.org/media_tree.git
9425 W:      http://linuxtv.org
9426 S:      Maintained
9427 F:      drivers/media/i2c/tea6420*
9428
9429 TEAM DRIVER
9430 M:      Jiri Pirko <jiri@resnulli.us>
9431 L:      netdev@vger.kernel.org
9432 S:      Supported
9433 F:      drivers/net/team/
9434 F:      include/linux/if_team.h
9435 F:      include/uapi/linux/if_team.h
9436
9437 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9438 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9439 S:      Maintained
9440 F:      arch/x86/platform/ts5500/
9441
9442 TECHNOTREND USB IR RECEIVER
9443 M:      Sean Young <sean@mess.org>
9444 L:      linux-media@vger.kernel.org
9445 S:      Maintained
9446 F:      drivers/media/rc/ttusbir.c
9447
9448 TEGRA ARCHITECTURE SUPPORT
9449 M:      Stephen Warren <swarren@wwwdotorg.org>
9450 M:      Thierry Reding <thierry.reding@gmail.com>
9451 M:      Alexandre Courbot <gnurou@gmail.com>
9452 L:      linux-tegra@vger.kernel.org
9453 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9455 S:      Supported
9456 N:      [^a-z]tegra
9457
9458 TEGRA CLOCK DRIVER
9459 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9460 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9461 S:      Supported
9462 F:      drivers/clk/tegra/
9463
9464 TEGRA DMA DRIVER
9465 M:      Laxman Dewangan <ldewangan@nvidia.com>
9466 S:      Supported
9467 F:      drivers/dma/tegra20-apb-dma.c
9468
9469 TEGRA I2C DRIVER
9470 M:      Laxman Dewangan <ldewangan@nvidia.com>
9471 S:      Supported
9472 F:      drivers/i2c/busses/i2c-tegra.c
9473
9474 TEGRA IOMMU DRIVERS
9475 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9476 S:      Supported
9477 F:      drivers/iommu/tegra*
9478
9479 TEGRA KBC DRIVER
9480 M:      Rakesh Iyer <riyer@nvidia.com>
9481 M:      Laxman Dewangan <ldewangan@nvidia.com>
9482 S:      Supported
9483 F:      drivers/input/keyboard/tegra-kbc.c
9484
9485 TEGRA PWM DRIVER
9486 M:      Thierry Reding <thierry.reding@gmail.com>
9487 S:      Supported
9488 F:      drivers/pwm/pwm-tegra.c
9489
9490 TEGRA SERIAL DRIVER
9491 M:      Laxman Dewangan <ldewangan@nvidia.com>
9492 S:      Supported
9493 F:      drivers/tty/serial/serial-tegra.c
9494
9495 TEGRA SPI DRIVER
9496 M:      Laxman Dewangan <ldewangan@nvidia.com>
9497 S:      Supported
9498 F:      drivers/spi/spi-tegra*
9499
9500 TEHUTI ETHERNET DRIVER
9501 M:      Andy Gospodarek <andy@greyhouse.net>
9502 L:      netdev@vger.kernel.org
9503 S:      Supported
9504 F:      drivers/net/ethernet/tehuti/*
9505
9506 Telecom Clock Driver for MCPL0010
9507 M:      Mark Gross <mark.gross@intel.com>
9508 S:      Supported
9509 F:      drivers/char/tlclk.c
9510
9511 TENSILICA XTENSA PORT (xtensa)
9512 M:      Chris Zankel <chris@zankel.net>
9513 M:      Max Filippov <jcmvbkbc@gmail.com>
9514 L:      linux-xtensa@linux-xtensa.org
9515 S:      Maintained
9516 F:      arch/xtensa/
9517 F:      drivers/irqchip/irq-xtensa-*
9518
9519 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9520 M:      Hans Verkuil <hverkuil@xs4all.nl>
9521 L:      linux-media@vger.kernel.org
9522 T:      git git://linuxtv.org/media_tree.git
9523 W:      http://linuxtv.org
9524 S:      Maintained
9525 F:      drivers/media/radio/radio-raremono.c
9526
9527 THERMAL
9528 M:      Zhang Rui <rui.zhang@intel.com>
9529 M:      Eduardo Valentin <edubezval@gmail.com>
9530 L:      linux-pm@vger.kernel.org
9531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9533 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9534 S:      Supported
9535 F:      drivers/thermal/
9536 F:      include/linux/thermal.h
9537 F:      include/uapi/linux/thermal.h
9538 F:      include/linux/cpu_cooling.h
9539 F:      Documentation/devicetree/bindings/thermal/
9540
9541 THINGM BLINK(1) USB RGB LED DRIVER
9542 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9543 S:      Maintained
9544 F:      drivers/hid/hid-thingm.c
9545
9546 THINKPAD ACPI EXTRAS DRIVER
9547 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9548 L:      ibm-acpi-devel@lists.sourceforge.net
9549 L:      platform-driver-x86@vger.kernel.org
9550 W:      http://ibm-acpi.sourceforge.net
9551 W:      http://thinkwiki.org/wiki/Ibm-acpi
9552 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9553 S:      Maintained
9554 F:      drivers/platform/x86/thinkpad_acpi.c
9555
9556 TI BANDGAP AND THERMAL DRIVER
9557 M:      Eduardo Valentin <edubezval@gmail.com>
9558 L:      linux-pm@vger.kernel.org
9559 L:      linux-omap@vger.kernel.org
9560 S:      Maintained
9561 F:      drivers/thermal/ti-soc-thermal/
9562
9563 TI CLOCK DRIVER
9564 M:      Tero Kristo <t-kristo@ti.com>
9565 L:      linux-omap@vger.kernel.org
9566 S:      Maintained
9567 F:      drivers/clk/ti/
9568 F:      include/linux/clk/ti.h
9569
9570 TI FLASH MEDIA INTERFACE DRIVER
9571 M:      Alex Dubov <oakad@yahoo.com>
9572 S:      Maintained
9573 F:      drivers/misc/tifm*
9574 F:      drivers/mmc/host/tifm_sd.c
9575 F:      include/linux/tifm.h
9576
9577 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9578 M:      Santosh Shilimkar <ssantosh@kernel.org>
9579 L:      linux-kernel@vger.kernel.org
9580 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9581 S:      Maintained
9582 F:      drivers/soc/ti/*
9583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9584
9585
9586 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9587 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9588 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9589 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9590 S:      Maintained
9591 F:      sound/soc/codecs/lm49453*
9592 F:      sound/soc/codecs/isabelle*
9593
9594 TI LP855x BACKLIGHT DRIVER
9595 M:      Milo Kim <milo.kim@ti.com>
9596 S:      Maintained
9597 F:      Documentation/backlight/lp855x-driver.txt
9598 F:      drivers/video/backlight/lp855x_bl.c
9599 F:      include/linux/platform_data/lp855x.h
9600
9601 TI LP8727 CHARGER DRIVER
9602 M:      Milo Kim <milo.kim@ti.com>
9603 S:      Maintained
9604 F:      drivers/power/lp8727_charger.c
9605 F:      include/linux/platform_data/lp8727.h
9606
9607 TI LP8788 MFD DRIVER
9608 M:      Milo Kim <milo.kim@ti.com>
9609 S:      Maintained
9610 F:      drivers/iio/adc/lp8788_adc.c
9611 F:      drivers/leds/leds-lp8788.c
9612 F:      drivers/mfd/lp8788*.c
9613 F:      drivers/power/lp8788-charger.c
9614 F:      drivers/regulator/lp8788-*.c
9615 F:      include/linux/mfd/lp8788*.h
9616
9617 TI TWL4030 SERIES SOC CODEC DRIVER
9618 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9619 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9620 S:      Maintained
9621 F:      sound/soc/codecs/twl4030*
9622
9623 TI WILINK WIRELESS DRIVERS
9624 L:      linux-wireless@vger.kernel.org
9625 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9626 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9628 S:      Orphan
9629 F:      drivers/net/wireless/ti/
9630 F:      include/linux/wl12xx.h
9631
9632 TIPC NETWORK LAYER
9633 M:      Jon Maloy <jon.maloy@ericsson.com>
9634 M:      Allan Stephens <allan.stephens@windriver.com>
9635 L:      netdev@vger.kernel.org (core kernel code)
9636 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9637 W:      http://tipc.sourceforge.net/
9638 S:      Maintained
9639 F:      include/uapi/linux/tipc*.h
9640 F:      net/tipc/
9641
9642 TILE ARCHITECTURE
9643 M:      Chris Metcalf <cmetcalf@ezchip.com>
9644 W:      http://www.tilera.com/scm/
9645 S:      Supported
9646 F:      arch/tile/
9647 F:      drivers/char/tile-srom.c
9648 F:      drivers/edac/tile_edac.c
9649 F:      drivers/net/ethernet/tile/
9650 F:      drivers/rtc/rtc-tile.c
9651 F:      drivers/tty/hvc/hvc_tile.c
9652 F:      drivers/tty/serial/tilegx.c
9653 F:      drivers/usb/host/*-tilegx.c
9654 F:      include/linux/usb/tilegx.h
9655
9656 TLAN NETWORK DRIVER
9657 M:      Samuel Chessman <chessman@tux.org>
9658 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9659 W:      http://sourceforge.net/projects/tlan/
9660 S:      Maintained
9661 F:      Documentation/networking/tlan.txt
9662 F:      drivers/net/ethernet/ti/tlan.*
9663
9664 TOMOYO SECURITY MODULE
9665 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9666 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9667 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9668 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9669 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9670 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9671 W:      http://tomoyo.sourceforge.jp/
9672 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9673 S:      Maintained
9674 F:      security/tomoyo/
9675
9676 TOPSTAR LAPTOP EXTRAS DRIVER
9677 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9678 L:      platform-driver-x86@vger.kernel.org
9679 S:      Maintained
9680 F:      drivers/platform/x86/topstar-laptop.c
9681
9682 TOSHIBA ACPI EXTRAS DRIVER
9683 L:      platform-driver-x86@vger.kernel.org
9684 S:      Orphan
9685 F:      drivers/platform/x86/toshiba_acpi.c
9686
9687 TOSHIBA SMM DRIVER
9688 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9689 L:      tlinux-users@tce.toshiba-dme.co.jp
9690 W:      http://www.buzzard.org.uk/toshiba/
9691 S:      Maintained
9692 F:      drivers/char/toshiba.c
9693 F:      include/linux/toshiba.h
9694 F:      include/uapi/linux/toshiba.h
9695
9696 TMIO MMC DRIVER
9697 M:      Ian Molton <ian.molton@codethink.co.uk>
9698 L:      linux-mmc@vger.kernel.org
9699 S:      Maintained
9700 F:      drivers/mmc/host/tmio_mmc*
9701 F:      drivers/mmc/host/sh_mobile_sdhi.c
9702 F:      include/linux/mmc/tmio.h
9703 F:      include/linux/mmc/sh_mobile_sdhi.h
9704
9705 TMP401 HARDWARE MONITOR DRIVER
9706 M:      Guenter Roeck <linux@roeck-us.net>
9707 L:      lm-sensors@lm-sensors.org
9708 S:      Maintained
9709 F:      Documentation/hwmon/tmp401
9710 F:      drivers/hwmon/tmp401.c
9711
9712 TMPFS (SHMEM FILESYSTEM)
9713 M:      Hugh Dickins <hughd@google.com>
9714 L:      linux-mm@kvack.org
9715 S:      Maintained
9716 F:      include/linux/shmem_fs.h
9717 F:      mm/shmem.c
9718
9719 TM6000 VIDEO4LINUX DRIVER
9720 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9721 L:      linux-media@vger.kernel.org
9722 W:      http://linuxtv.org
9723 T:      git git://linuxtv.org/media_tree.git
9724 S:      Odd fixes
9725 F:      drivers/media/usb/tm6000/
9726
9727 TW68 VIDEO4LINUX DRIVER
9728 M:      Hans Verkuil <hverkuil@xs4all.nl>
9729 L:      linux-media@vger.kernel.org
9730 T:      git git://linuxtv.org/media_tree.git
9731 W:      http://linuxtv.org
9732 S:      Odd Fixes
9733 F:      drivers/media/pci/tw68/
9734
9735 TPM DEVICE DRIVER
9736 M:      Peter Huewe <peterhuewe@gmx.de>
9737 M:      Ashley Lai <ashley@ashleylai.com>
9738 M:      Marcel Selhorst <tpmdd@selhorst.net>
9739 W:      http://tpmdd.sourceforge.net
9740 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9741 S:      Maintained
9742 F:      drivers/char/tpm/
9743
9744 TRACING
9745 M:      Steven Rostedt <rostedt@goodmis.org>
9746 M:      Ingo Molnar <mingo@redhat.com>
9747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9748 S:      Maintained
9749 F:      Documentation/trace/ftrace.txt
9750 F:      arch/*/*/*/ftrace.h
9751 F:      arch/*/kernel/ftrace.c
9752 F:      include/*/ftrace.h
9753 F:      include/linux/trace*.h
9754 F:      include/trace/
9755 F:      kernel/trace/
9756 F:      tools/testing/selftests/ftrace/
9757
9758 TRIVIAL PATCHES
9759 M:      Jiri Kosina <trivial@kernel.org>
9760 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9761 S:      Maintained
9762 K:      ^Subject:.*(?i)trivial
9763
9764 TTY LAYER
9765 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9766 M:      Jiri Slaby <jslaby@suse.cz>
9767 S:      Supported
9768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9769 F:      drivers/tty/
9770 F:      drivers/tty/serial/serial_core.c
9771 F:      include/linux/serial_core.h
9772 F:      include/linux/serial.h
9773 F:      include/linux/tty.h
9774 F:      include/uapi/linux/serial_core.h
9775 F:      include/uapi/linux/serial.h
9776 F:      include/uapi/linux/tty.h
9777
9778 TUA9001 MEDIA DRIVER
9779 M:      Antti Palosaari <crope@iki.fi>
9780 L:      linux-media@vger.kernel.org
9781 W:      http://linuxtv.org/
9782 W:      http://palosaari.fi/linux/
9783 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9784 T:      git git://linuxtv.org/anttip/media_tree.git
9785 S:      Maintained
9786 F:      drivers/media/tuners/tua9001*
9787
9788 TULIP NETWORK DRIVERS
9789 M:      Grant Grundler <grundler@parisc-linux.org>
9790 L:      netdev@vger.kernel.org
9791 S:      Maintained
9792 F:      drivers/net/ethernet/dec/tulip/
9793
9794 TUN/TAP driver
9795 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9796 W:      http://vtun.sourceforge.net/tun
9797 S:      Maintained
9798 F:      Documentation/networking/tuntap.txt
9799 F:      arch/um/os-Linux/drivers/
9800
9801 TURBOCHANNEL SUBSYSTEM
9802 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9803 M:      Ralf Baechle <ralf@linux-mips.org>
9804 L:      linux-mips@linux-mips.org
9805 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9806 S:      Maintained
9807 F:      drivers/tc/
9808 F:      include/linux/tc.h
9809
9810 U14-34F SCSI DRIVER
9811 M:      Dario Ballabio <ballabio_dario@emc.com>
9812 L:      linux-scsi@vger.kernel.org
9813 S:      Maintained
9814 F:      drivers/scsi/u14-34f.c
9815
9816 UBI FILE SYSTEM (UBIFS)
9817 M:      Artem Bityutskiy <dedekind1@gmail.com>
9818 M:      Adrian Hunter <adrian.hunter@intel.com>
9819 L:      linux-mtd@lists.infradead.org
9820 T:      git git://git.infradead.org/ubifs-2.6.git
9821 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9822 S:      Maintained
9823 F:      Documentation/filesystems/ubifs.txt
9824 F:      fs/ubifs/
9825
9826 UCLINUX (AND M68KNOMMU)
9827 M:      Greg Ungerer <gerg@uclinux.org>
9828 W:      http://www.uclinux.org/
9829 L:      uclinux-dev@uclinux.org  (subscribers-only)
9830 S:      Maintained
9831 F:      arch/m68k/*/*_no.*
9832 F:      arch/m68k/include/asm/*_no.*
9833
9834 UDF FILESYSTEM
9835 M:      Jan Kara <jack@suse.cz>
9836 S:      Maintained
9837 F:      Documentation/filesystems/udf.txt
9838 F:      fs/udf/
9839
9840 UFS FILESYSTEM
9841 M:      Evgeniy Dushistov <dushistov@mail.ru>
9842 S:      Maintained
9843 F:      Documentation/filesystems/ufs.txt
9844 F:      fs/ufs/
9845
9846 UHID USERSPACE HID IO DRIVER:
9847 M:      David Herrmann <dh.herrmann@googlemail.com>
9848 L:      linux-input@vger.kernel.org
9849 S:      Maintained
9850 F:      drivers/hid/uhid.c
9851 F:      include/uapi/linux/uhid.h
9852
9853 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9854 L:      linux-usb@vger.kernel.org
9855 S:      Orphan
9856 F:      drivers/uwb/
9857 F:      include/linux/uwb.h
9858 F:      include/linux/uwb/
9859
9860 UNICORE32 ARCHITECTURE:
9861 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9862 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9863 S:      Maintained
9864 T:      git git://github.com/gxt/linux.git
9865 F:      arch/unicore32/
9866
9867 UNIFDEF
9868 M:      Tony Finch <dot@dotat.at>
9869 W:      http://dotat.at/prog/unifdef
9870 S:      Maintained
9871 F:      scripts/unifdef.c
9872
9873 UNIFORM CDROM DRIVER
9874 M:      Jens Axboe <axboe@kernel.dk>
9875 W:      http://www.kernel.dk
9876 S:      Maintained
9877 F:      Documentation/cdrom/
9878 F:      drivers/cdrom/cdrom.c
9879 F:      include/linux/cdrom.h
9880 F:      include/uapi/linux/cdrom.h
9881
9882 UNISYS S-PAR DRIVERS
9883 M:     Benjamin Romer <benjamin.romer@unisys.com>
9884 M:     David Kershner <david.kershner@unisys.com>
9885 L:     sparmaintainer@unisys.com (Unisys internal)
9886 S:     Supported
9887 F:     drivers/staging/unisys/
9888
9889 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9890 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9891 L:      linux-scsi@vger.kernel.org
9892 S:      Supported
9893 F:      Documentation/scsi/ufs.txt
9894 F:      drivers/scsi/ufs/
9895
9896 UNSORTED BLOCK IMAGES (UBI)
9897 M:      Artem Bityutskiy <dedekind1@gmail.com>
9898 W:      http://www.linux-mtd.infradead.org/
9899 L:      linux-mtd@lists.infradead.org
9900 T:      git git://git.infradead.org/ubifs-2.6.git
9901 S:      Maintained
9902 F:      drivers/mtd/ubi/
9903 F:      include/linux/mtd/ubi.h
9904 F:      include/uapi/mtd/ubi-user.h
9905
9906 UNSORTED BLOCK IMAGES (UBI) Fastmap
9907 M:      Richard Weinberger <richard@nod.at>
9908 L:      linux-mtd@lists.infradead.org
9909 S:      Maintained
9910 F:      drivers/mtd/ubi/fastmap.c
9911
9912 USB ACM DRIVER
9913 M:      Oliver Neukum <oliver@neukum.org>
9914 L:      linux-usb@vger.kernel.org
9915 S:      Maintained
9916 F:      Documentation/usb/acm.txt
9917 F:      drivers/usb/class/cdc-acm.*
9918
9919 USB AR5523 WIRELESS DRIVER
9920 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9921 L:      linux-wireless@vger.kernel.org
9922 S:      Maintained
9923 F:      drivers/net/wireless/ath/ar5523/
9924
9925 USB ATTACHED SCSI
9926 M:      Hans de Goede <hdegoede@redhat.com>
9927 M:      Gerd Hoffmann <kraxel@redhat.com>
9928 L:      linux-usb@vger.kernel.org
9929 L:      linux-scsi@vger.kernel.org
9930 S:      Maintained
9931 F:      drivers/usb/storage/uas.c
9932
9933 USB CDC ETHERNET DRIVER
9934 M:      Oliver Neukum <oliver@neukum.org>
9935 L:      linux-usb@vger.kernel.org
9936 S:      Maintained
9937 F:      drivers/net/usb/cdc_*.c
9938 F:      include/uapi/linux/usb/cdc.h
9939
9940 USB CYPRESS C67X00 DRIVER
9941 M:      Peter Korsgaard <jacmet@sunsite.dk>
9942 L:      linux-usb@vger.kernel.org
9943 S:      Maintained
9944 F:      drivers/usb/c67x00/
9945
9946 USB DAVICOM DM9601 DRIVER
9947 M:      Peter Korsgaard <jacmet@sunsite.dk>
9948 L:      netdev@vger.kernel.org
9949 W:      http://www.linux-usb.org/usbnet
9950 S:      Maintained
9951 F:      drivers/net/usb/dm9601.c
9952
9953 USB DIAMOND RIO500 DRIVER
9954 M:      Cesar Miquel <miquel@df.uba.ar>
9955 L:      rio500-users@lists.sourceforge.net
9956 W:      http://rio500.sourceforge.net
9957 S:      Maintained
9958 F:      drivers/usb/misc/rio500*
9959
9960 USB EHCI DRIVER
9961 M:      Alan Stern <stern@rowland.harvard.edu>
9962 L:      linux-usb@vger.kernel.org
9963 S:      Maintained
9964 F:      Documentation/usb/ehci.txt
9965 F:      drivers/usb/host/ehci*
9966
9967 USB GADGET/PERIPHERAL SUBSYSTEM
9968 M:      Felipe Balbi <balbi@ti.com>
9969 L:      linux-usb@vger.kernel.org
9970 W:      http://www.linux-usb.org/gadget
9971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9972 S:      Maintained
9973 F:      drivers/usb/gadget/
9974 F:      include/linux/usb/gadget*
9975
9976 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9977 M:      Jiri Kosina <jkosina@suse.cz>
9978 L:      linux-usb@vger.kernel.org
9979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9980 S:      Maintained
9981 F:      Documentation/hid/hiddev.txt
9982 F:      drivers/hid/usbhid/
9983
9984 USB ISP116X DRIVER
9985 M:      Olav Kongas <ok@artecdesign.ee>
9986 L:      linux-usb@vger.kernel.org
9987 S:      Maintained
9988 F:      drivers/usb/host/isp116x*
9989 F:      include/linux/usb/isp116x.h
9990
9991 USB MASS STORAGE DRIVER
9992 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9993 L:      linux-usb@vger.kernel.org
9994 L:      usb-storage@lists.one-eyed-alien.net
9995 S:      Maintained
9996 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9997 F:      drivers/usb/storage/
9998
9999 USB MIDI DRIVER
10000 M:      Clemens Ladisch <clemens@ladisch.de>
10001 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10002 T:      git git://git.alsa-project.org/alsa-kernel.git
10003 S:      Maintained
10004 F:      sound/usb/midi.*
10005
10006 USB NETWORKING DRIVERS
10007 L:      linux-usb@vger.kernel.org
10008 S:      Odd Fixes
10009 F:      drivers/net/usb/
10010
10011 USB OHCI DRIVER
10012 M:      Alan Stern <stern@rowland.harvard.edu>
10013 L:      linux-usb@vger.kernel.org
10014 S:      Maintained
10015 F:      Documentation/usb/ohci.txt
10016 F:      drivers/usb/host/ohci*
10017
10018 USB OVER IP DRIVER
10019 M:      Valentina Manea <valentina.manea.m@gmail.com>
10020 M:      Shuah Khan <shuah.kh@samsung.com>
10021 L:      linux-usb@vger.kernel.org
10022 S:      Maintained
10023 F:      drivers/usb/usbip/
10024 F:      tools/usb/usbip/
10025
10026 USB PEGASUS DRIVER
10027 M:      Petko Manolov <petkan@nucleusys.com>
10028 L:      linux-usb@vger.kernel.org
10029 L:      netdev@vger.kernel.org
10030 T:      git git://github.com/petkan/pegasus.git
10031 W:      https://github.com/petkan/pegasus
10032 S:      Maintained
10033 F:      drivers/net/usb/pegasus.*
10034
10035 USB PHY LAYER
10036 M:      Felipe Balbi <balbi@ti.com>
10037 L:      linux-usb@vger.kernel.org
10038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10039 S:      Maintained
10040 F:      drivers/usb/phy/
10041
10042 USB PRINTER DRIVER (usblp)
10043 M:      Pete Zaitcev <zaitcev@redhat.com>
10044 L:      linux-usb@vger.kernel.org
10045 S:      Supported
10046 F:      drivers/usb/class/usblp.c
10047
10048 USB RTL8150 DRIVER
10049 M:      Petko Manolov <petkan@nucleusys.com>
10050 L:      linux-usb@vger.kernel.org
10051 L:      netdev@vger.kernel.org
10052 T:      git git://github.com/petkan/rtl8150.git
10053 W:      https://github.com/petkan/rtl8150
10054 S:      Maintained
10055 F:      drivers/net/usb/rtl8150.c
10056
10057 USB SERIAL SUBSYSTEM
10058 M:      Johan Hovold <johan@kernel.org>
10059 L:      linux-usb@vger.kernel.org
10060 S:      Maintained
10061 F:      Documentation/usb/usb-serial.txt
10062 F:      drivers/usb/serial/
10063 F:      include/linux/usb/serial.h
10064
10065 USB SMSC75XX ETHERNET DRIVER
10066 M:      Steve Glendinning <steve.glendinning@shawell.net>
10067 L:      netdev@vger.kernel.org
10068 S:      Maintained
10069 F:      drivers/net/usb/smsc75xx.*
10070
10071 USB SMSC95XX ETHERNET DRIVER
10072 M:      Steve Glendinning <steve.glendinning@shawell.net>
10073 L:      netdev@vger.kernel.org
10074 S:      Maintained
10075 F:      drivers/net/usb/smsc95xx.*
10076
10077 USB SUBSYSTEM
10078 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10079 L:      linux-usb@vger.kernel.org
10080 W:      http://www.linux-usb.org
10081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10082 S:      Supported
10083 F:      Documentation/usb/
10084 F:      drivers/usb/
10085 F:      include/linux/usb.h
10086 F:      include/linux/usb/
10087
10088 USB UHCI DRIVER
10089 M:      Alan Stern <stern@rowland.harvard.edu>
10090 L:      linux-usb@vger.kernel.org
10091 S:      Maintained
10092 F:      drivers/usb/host/uhci*
10093
10094 USB "USBNET" DRIVER FRAMEWORK
10095 M:      Oliver Neukum <oneukum@suse.de>
10096 L:      netdev@vger.kernel.org
10097 W:      http://www.linux-usb.org/usbnet
10098 S:      Maintained
10099 F:      drivers/net/usb/usbnet.c
10100 F:      include/linux/usb/usbnet.h
10101
10102 USB VIDEO CLASS
10103 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10104 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10105 L:      linux-media@vger.kernel.org
10106 T:      git git://linuxtv.org/media_tree.git
10107 W:      http://www.ideasonboard.org/uvc/
10108 S:      Maintained
10109 F:      drivers/media/usb/uvc/
10110 F:      include/uapi/linux/uvcvideo.h
10111
10112 USB VISION DRIVER
10113 M:      Hans Verkuil <hverkuil@xs4all.nl>
10114 L:      linux-media@vger.kernel.org
10115 T:      git git://linuxtv.org/media_tree.git
10116 W:      http://linuxtv.org
10117 S:      Odd Fixes
10118 F:      drivers/media/usb/usbvision/
10119
10120 USB WEBCAM GADGET
10121 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10122 L:      linux-usb@vger.kernel.org
10123 S:      Maintained
10124 F:      drivers/usb/gadget/function/*uvc*
10125 F:      drivers/usb/gadget/legacy/webcam.c
10126
10127 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10128 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10129 L:      linux-wireless@vger.kernel.org
10130 S:      Maintained
10131 F:      drivers/net/wireless/rndis_wlan.c
10132
10133 USB XHCI DRIVER
10134 M:      Mathias Nyman <mathias.nyman@intel.com>
10135 L:      linux-usb@vger.kernel.org
10136 S:      Supported
10137 F:      drivers/usb/host/xhci*
10138 F:      drivers/usb/host/pci-quirks*
10139
10140 USB ZD1201 DRIVER
10141 L:      linux-wireless@vger.kernel.org
10142 W:      http://linux-lc100020.sourceforge.net
10143 S:      Orphan
10144 F:      drivers/net/wireless/zd1201.*
10145
10146 USB ZR364XX DRIVER
10147 M:      Antoine Jacquet <royale@zerezo.com>
10148 L:      linux-usb@vger.kernel.org
10149 L:      linux-media@vger.kernel.org
10150 T:      git git://linuxtv.org/media_tree.git
10151 W:      http://royale.zerezo.com/zr364xx/
10152 S:      Maintained
10153 F:      Documentation/video4linux/zr364xx.txt
10154 F:      drivers/media/usb/zr364xx/
10155
10156 USER-MODE LINUX (UML)
10157 M:      Jeff Dike <jdike@addtoit.com>
10158 M:      Richard Weinberger <richard@nod.at>
10159 L:      user-mode-linux-devel@lists.sourceforge.net
10160 L:      user-mode-linux-user@lists.sourceforge.net
10161 W:      http://user-mode-linux.sourceforge.net
10162 S:      Maintained
10163 F:      Documentation/virtual/uml/
10164 F:      arch/um/
10165 F:      arch/x86/um/
10166 F:      fs/hostfs/
10167 F:      fs/hppfs/
10168
10169 USERSPACE I/O (UIO)
10170 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10171 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10172 S:      Maintained
10173 F:      Documentation/DocBook/uio-howto.tmpl
10174 F:      drivers/uio/
10175 F:      include/linux/uio*.h
10176
10177 UTIL-LINUX PACKAGE
10178 M:      Karel Zak <kzak@redhat.com>
10179 L:      util-linux@vger.kernel.org
10180 W:      http://en.wikipedia.org/wiki/Util-linux
10181 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10182 S:      Maintained
10183
10184 UVESAFB DRIVER
10185 M:      Michal Januszewski <spock@gentoo.org>
10186 L:      linux-fbdev@vger.kernel.org
10187 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10188 S:      Maintained
10189 F:      Documentation/fb/uvesafb.txt
10190 F:      drivers/video/fbdev/uvesafb.*
10191
10192 VFAT/FAT/MSDOS FILESYSTEM
10193 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10194 S:      Maintained
10195 F:      Documentation/filesystems/vfat.txt
10196 F:      fs/fat/
10197
10198 VFIO DRIVER
10199 M:      Alex Williamson <alex.williamson@redhat.com>
10200 L:      kvm@vger.kernel.org
10201 S:      Maintained
10202 F:      Documentation/vfio.txt
10203 F:      drivers/vfio/
10204 F:      include/linux/vfio.h
10205 F:      include/uapi/linux/vfio.h
10206
10207 VIDEOBUF2 FRAMEWORK
10208 M:      Pawel Osciak <pawel@osciak.com>
10209 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10210 M:      Kyungmin Park <kyungmin.park@samsung.com>
10211 L:      linux-media@vger.kernel.org
10212 S:      Maintained
10213 F:      drivers/media/v4l2-core/videobuf2-*
10214 F:      include/media/videobuf2-*
10215
10216 VIRTIO CONSOLE DRIVER
10217 M:      Amit Shah <amit.shah@redhat.com>
10218 L:      virtualization@lists.linux-foundation.org
10219 S:      Maintained
10220 F:      drivers/char/virtio_console.c
10221 F:      include/linux/virtio_console.h
10222 F:      include/uapi/linux/virtio_console.h
10223
10224 VIRTIO CORE, NET AND BLOCK DRIVERS
10225 M:      Rusty Russell <rusty@rustcorp.com.au>
10226 M:      "Michael S. Tsirkin" <mst@redhat.com>
10227 L:      virtualization@lists.linux-foundation.org
10228 S:      Maintained
10229 F:      drivers/virtio/
10230 F:      tools/virtio/
10231 F:      drivers/net/virtio_net.c
10232 F:      drivers/block/virtio_blk.c
10233 F:      include/linux/virtio_*.h
10234 F:      include/uapi/linux/virtio_*.h
10235
10236 VIRTIO HOST (VHOST)
10237 M:      "Michael S. Tsirkin" <mst@redhat.com>
10238 L:      kvm@vger.kernel.org
10239 L:      virtualization@lists.linux-foundation.org
10240 L:      netdev@vger.kernel.org
10241 S:      Maintained
10242 F:      drivers/vhost/
10243 F:      include/uapi/linux/vhost.h
10244
10245 VIA RHINE NETWORK DRIVER
10246 M:      Roger Luethi <rl@hellgate.ch>
10247 S:      Maintained
10248 F:      drivers/net/ethernet/via/via-rhine.c
10249
10250 VIA SD/MMC CARD CONTROLLER DRIVER
10251 M:      Bruce Chang <brucechang@via.com.tw>
10252 M:      Harald Welte <HaraldWelte@viatech.com>
10253 S:      Maintained
10254 F:      drivers/mmc/host/via-sdmmc.c
10255
10256 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10257 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10258 L:      linux-fbdev@vger.kernel.org
10259 S:      Maintained
10260 F:      include/linux/via-core.h
10261 F:      include/linux/via-gpio.h
10262 F:      include/linux/via_i2c.h
10263 F:      drivers/video/fbdev/via/
10264
10265 VIA VELOCITY NETWORK DRIVER
10266 M:      Francois Romieu <romieu@fr.zoreil.com>
10267 L:      netdev@vger.kernel.org
10268 S:      Maintained
10269 F:      drivers/net/ethernet/via/via-velocity.*
10270
10271 VIVID VIRTUAL VIDEO DRIVER
10272 M:      Hans Verkuil <hverkuil@xs4all.nl>
10273 L:      linux-media@vger.kernel.org
10274 T:      git git://linuxtv.org/media_tree.git
10275 W:      http://linuxtv.org
10276 S:      Maintained
10277 F:      drivers/media/platform/vivid/*
10278
10279 VLAN (802.1Q)
10280 M:      Patrick McHardy <kaber@trash.net>
10281 L:      netdev@vger.kernel.org
10282 S:      Maintained
10283 F:      drivers/net/macvlan.c
10284 F:      include/linux/if_*vlan.h
10285 F:      net/8021q/
10286
10287 VLYNQ BUS
10288 M:      Florian Fainelli <florian@openwrt.org>
10289 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10290 S:      Maintained
10291 F:      drivers/vlynq/vlynq.c
10292 F:      include/linux/vlynq.h
10293
10294 VME SUBSYSTEM
10295 M:      Martyn Welch <martyn.welch@ge.com>
10296 M:      Manohar Vanga <manohar.vanga@gmail.com>
10297 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10298 L:      devel@driverdev.osuosl.org
10299 S:      Maintained
10300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10301 F:      Documentation/vme_api.txt
10302 F:      drivers/staging/vme/
10303 F:      drivers/vme/
10304 F:      include/linux/vme*
10305
10306 VMWARE HYPERVISOR INTERFACE
10307 M:      Alok Kataria <akataria@vmware.com>
10308 L:      virtualization@lists.linux-foundation.org
10309 S:      Supported
10310 F:      arch/x86/kernel/cpu/vmware.c
10311
10312 VMWARE BALLOON DRIVER
10313 M:      Xavier Deguillard <xdeguillard@vmware.com>
10314 M:      Philip Moltmann <moltmann@vmware.com>
10315 M:      "VMware, Inc." <pv-drivers@vmware.com>
10316 L:      linux-kernel@vger.kernel.org
10317 S:      Maintained
10318 F:      drivers/misc/vmw_balloon.c
10319
10320 VMWARE VMXNET3 ETHERNET DRIVER
10321 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10322 M:      "VMware, Inc." <pv-drivers@vmware.com>
10323 L:      netdev@vger.kernel.org
10324 S:      Maintained
10325 F:      drivers/net/vmxnet3/
10326
10327 VMware PVSCSI driver
10328 M:      Arvind Kumar <arvindkumar@vmware.com>
10329 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10330 L:      linux-scsi@vger.kernel.org
10331 S:      Maintained
10332 F:      drivers/scsi/vmw_pvscsi.c
10333 F:      drivers/scsi/vmw_pvscsi.h
10334
10335 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10336 M:      Liam Girdwood <lgirdwood@gmail.com>
10337 M:      Mark Brown <broonie@kernel.org>
10338 L:      linux-kernel@vger.kernel.org
10339 W:      http://opensource.wolfsonmicro.com/node/15
10340 W:      http://www.slimlogic.co.uk/?p=48
10341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10342 S:      Supported
10343 F:      drivers/regulator/
10344 F:      include/linux/regulator/
10345
10346 VT1211 HARDWARE MONITOR DRIVER
10347 M:      Juerg Haefliger <juergh@gmail.com>
10348 L:      lm-sensors@lm-sensors.org
10349 S:      Maintained
10350 F:      Documentation/hwmon/vt1211
10351 F:      drivers/hwmon/vt1211.c
10352
10353 VT8231 HARDWARE MONITOR DRIVER
10354 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10355 L:      lm-sensors@lm-sensors.org
10356 S:      Maintained
10357 F:      drivers/hwmon/vt8231.c
10358
10359 VUB300 USB to SDIO/SD/MMC bridge chip
10360 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10361 L:      linux-mmc@vger.kernel.org
10362 L:      linux-usb@vger.kernel.org
10363 S:      Supported
10364 F:      drivers/mmc/host/vub300.c
10365
10366 W1 DALLAS'S 1-WIRE BUS
10367 M:      Evgeniy Polyakov <zbr@ioremap.net>
10368 S:      Maintained
10369 F:      Documentation/w1/
10370 F:      drivers/w1/
10371
10372 W83791D HARDWARE MONITORING DRIVER
10373 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10374 L:      lm-sensors@lm-sensors.org
10375 S:      Maintained
10376 F:      Documentation/hwmon/w83791d
10377 F:      drivers/hwmon/w83791d.c
10378
10379 W83793 HARDWARE MONITORING DRIVER
10380 M:      Rudolf Marek <r.marek@assembler.cz>
10381 L:      lm-sensors@lm-sensors.org
10382 S:      Maintained
10383 F:      Documentation/hwmon/w83793
10384 F:      drivers/hwmon/w83793.c
10385
10386 W83795 HARDWARE MONITORING DRIVER
10387 M:      Jean Delvare <jdelvare@suse.de>
10388 L:      lm-sensors@lm-sensors.org
10389 S:      Maintained
10390 F:      drivers/hwmon/w83795.c
10391
10392 W83L51xD SD/MMC CARD INTERFACE DRIVER
10393 M:      Pierre Ossman <pierre@ossman.eu>
10394 S:      Maintained
10395 F:      drivers/mmc/host/wbsd.*
10396
10397 WACOM PROTOCOL 4 SERIAL TABLETS
10398 M:      Julian Squires <julian@cipht.net>
10399 M:      Hans de Goede <hdegoede@redhat.com>
10400 L:      linux-input@vger.kernel.org
10401 S:      Maintained
10402 F:      drivers/input/tablet/wacom_serial4.c
10403
10404 WATCHDOG DEVICE DRIVERS
10405 M:      Wim Van Sebroeck <wim@iguana.be>
10406 L:      linux-watchdog@vger.kernel.org
10407 W:      http://www.linux-watchdog.org/
10408 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10409 S:      Maintained
10410 F:      Documentation/watchdog/
10411 F:      drivers/watchdog/
10412 F:      include/linux/watchdog.h
10413 F:      include/uapi/linux/watchdog.h
10414
10415 WD7000 SCSI DRIVER
10416 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10417 L:      linux-scsi@vger.kernel.org
10418 S:      Maintained
10419 F:      drivers/scsi/wd7000.c
10420
10421 WIIMOTE HID DRIVER
10422 M:      David Herrmann <dh.herrmann@googlemail.com>
10423 L:      linux-input@vger.kernel.org
10424 S:      Maintained
10425 F:      drivers/hid/hid-wiimote*
10426
10427 WINBOND CIR DRIVER
10428 M:      David Härdeman <david@hardeman.nu>
10429 S:      Maintained
10430 F:      drivers/media/rc/winbond-cir.c
10431
10432 WIMAX STACK
10433 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10434 M:      linux-wimax@intel.com
10435 L:     wimax@linuxwimax.org (subscribers-only)
10436 S:      Supported
10437 W:      http://linuxwimax.org
10438 F:      Documentation/wimax/README.wimax
10439 F:      include/linux/wimax/debug.h
10440 F:      include/net/wimax.h
10441 F:      include/uapi/linux/wimax.h
10442 F:      net/wimax/
10443
10444 WISTRON LAPTOP BUTTON DRIVER
10445 M:      Miloslav Trmac <mitr@volny.cz>
10446 S:      Maintained
10447 F:      drivers/input/misc/wistron_btns.c
10448
10449 WL3501 WIRELESS PCMCIA CARD DRIVER
10450 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10451 L:      linux-wireless@vger.kernel.org
10452 W:      http://oops.ghostprotocols.net:81/blog
10453 S:      Maintained
10454 F:      drivers/net/wireless/wl3501*
10455
10456 WM97XX TOUCHSCREEN DRIVERS
10457 M:      Mark Brown <broonie@kernel.org>
10458 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10459 L:      linux-input@vger.kernel.org
10460 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10461 W:      http://opensource.wolfsonmicro.com/node/7
10462 S:      Supported
10463 F:      drivers/input/touchscreen/*wm97*
10464 F:      include/linux/wm97xx.h
10465
10466 WOLFSON MICROELECTRONICS DRIVERS
10467 L:      patches@opensource.wolfsonmicro.com
10468 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10469 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10470 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10471 S:      Supported
10472 F:      Documentation/hwmon/wm83??
10473 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10474 F:      drivers/clk/clk-wm83*.c
10475 F:      drivers/extcon/extcon-arizona.c
10476 F:      drivers/leds/leds-wm83*.c
10477 F:      drivers/gpio/gpio-*wm*.c
10478 F:      drivers/gpio/gpio-arizona.c
10479 F:      drivers/hwmon/wm83??-hwmon.c
10480 F:      drivers/input/misc/wm831x-on.c
10481 F:      drivers/input/touchscreen/wm831x-ts.c
10482 F:      drivers/input/touchscreen/wm97*.c
10483 F:      drivers/mfd/arizona*
10484 F:      drivers/mfd/wm*.c
10485 F:      drivers/power/wm83*.c
10486 F:      drivers/rtc/rtc-wm83*.c
10487 F:      drivers/regulator/wm8*.c
10488 F:      drivers/video/backlight/wm83*_bl.c
10489 F:      drivers/watchdog/wm83*_wdt.c
10490 F:      include/linux/mfd/arizona/
10491 F:      include/linux/mfd/wm831x/
10492 F:      include/linux/mfd/wm8350/
10493 F:      include/linux/mfd/wm8400*
10494 F:      include/linux/wm97xx.h
10495 F:      include/sound/wm????.h
10496 F:      sound/soc/codecs/arizona.?
10497 F:      sound/soc/codecs/wm*
10498
10499 WORKQUEUE
10500 M:      Tejun Heo <tj@kernel.org>
10501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10502 S:      Maintained
10503 F:      include/linux/workqueue.h
10504 F:      kernel/workqueue.c
10505 F:      Documentation/workqueue.txt
10506
10507 X.25 NETWORK LAYER
10508 M:      Andrew Hendry <andrew.hendry@gmail.com>
10509 L:      linux-x25@vger.kernel.org
10510 S:      Odd Fixes
10511 F:      Documentation/networking/x25*
10512 F:      include/net/x25*
10513 F:      net/x25/
10514
10515 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10516 M:      Thomas Gleixner <tglx@linutronix.de>
10517 M:      Ingo Molnar <mingo@redhat.com>
10518 M:      "H. Peter Anvin" <hpa@zytor.com>
10519 M:      x86@kernel.org
10520 L:      linux-kernel@vger.kernel.org
10521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10522 S:      Maintained
10523 F:      Documentation/x86/
10524 F:      arch/x86/
10525
10526 X86 PLATFORM DRIVERS
10527 M:      Darren Hart <dvhart@infradead.org>
10528 L:      platform-driver-x86@vger.kernel.org
10529 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10530 S:      Maintained
10531 F:      drivers/platform/x86/
10532
10533 X86 MCE INFRASTRUCTURE
10534 M:      Tony Luck <tony.luck@intel.com>
10535 M:      Borislav Petkov <bp@alien8.de>
10536 L:      linux-edac@vger.kernel.org
10537 S:      Maintained
10538 F:      arch/x86/kernel/cpu/mcheck/*
10539
10540 X86 VDSO
10541 M:      Andy Lutomirski <luto@amacapital.net>
10542 L:      linux-kernel@vger.kernel.org
10543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10544 S:      Maintained
10545 F:      arch/x86/vdso/
10546
10547 XC2028/3028 TUNER DRIVER
10548 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10549 L:      linux-media@vger.kernel.org
10550 W:      http://linuxtv.org
10551 T:      git git://linuxtv.org/media_tree.git
10552 S:      Maintained
10553 F:      drivers/media/tuners/tuner-xc2028.*
10554
10555 XEN HYPERVISOR INTERFACE
10556 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10557 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10558 M:      David Vrabel <david.vrabel@citrix.com>
10559 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10561 S:      Supported
10562 F:      arch/x86/xen/
10563 F:      drivers/*/xen-*front.c
10564 F:      drivers/xen/
10565 F:      arch/x86/include/asm/xen/
10566 F:      include/xen/
10567 F:      include/uapi/xen/
10568
10569 XEN HYPERVISOR ARM
10570 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10571 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10572 S:      Supported
10573 F:      arch/arm/xen/
10574 F:      arch/arm/include/asm/xen/
10575
10576 XEN HYPERVISOR ARM64
10577 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10578 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10579 S:      Supported
10580 F:      arch/arm64/xen/
10581 F:      arch/arm64/include/asm/xen/
10582
10583 XEN NETWORK BACKEND DRIVER
10584 M:      Ian Campbell <ian.campbell@citrix.com>
10585 M:      Wei Liu <wei.liu2@citrix.com>
10586 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10587 L:      netdev@vger.kernel.org
10588 S:      Supported
10589 F:      drivers/net/xen-netback/*
10590
10591 XEN PCI SUBSYSTEM
10592 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10593 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10594 S:      Supported
10595 F:      arch/x86/pci/*xen*
10596 F:      drivers/pci/*xen*
10597
10598 XEN BLOCK SUBSYSTEM
10599 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10600 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10601 S:      Supported
10602 F:      drivers/block/xen-blkback/*
10603 F:      drivers/block/xen*
10604
10605 XEN PVSCSI DRIVERS
10606 M:      Juergen Gross <jgross@suse.com>
10607 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10608 L:      linux-scsi@vger.kernel.org
10609 S:      Supported
10610 F:      drivers/scsi/xen-scsifront.c
10611 F:      drivers/xen/xen-scsiback.c
10612 F:      include/xen/interface/io/vscsiif.h
10613
10614 XEN SWIOTLB SUBSYSTEM
10615 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10616 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10617 S:      Supported
10618 F:      arch/x86/xen/*swiotlb*
10619 F:      drivers/xen/*swiotlb*
10620
10621 XFS FILESYSTEM
10622 P:      Silicon Graphics Inc
10623 M:      Dave Chinner <david@fromorbit.com>
10624 M:      xfs@oss.sgi.com
10625 L:      xfs@oss.sgi.com
10626 W:      http://oss.sgi.com/projects/xfs
10627 T:      git git://oss.sgi.com/xfs/xfs.git
10628 S:      Supported
10629 F:      Documentation/filesystems/xfs.txt
10630 F:      fs/xfs/
10631
10632 XILINX AXI ETHERNET DRIVER
10633 M:      Anirudha Sarangi <anirudh@xilinx.com>
10634 M:      John Linn <John.Linn@xilinx.com>
10635 S:      Maintained
10636 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10637
10638 XILINX UARTLITE SERIAL DRIVER
10639 M:      Peter Korsgaard <jacmet@sunsite.dk>
10640 L:      linux-serial@vger.kernel.org
10641 S:      Maintained
10642 F:      drivers/tty/serial/uartlite.c
10643
10644 XILLYBUS DRIVER
10645 M:      Eli Billauer <eli.billauer@gmail.com>
10646 L:      linux-kernel@vger.kernel.org
10647 S:      Supported
10648 F:      drivers/char/xillybus/
10649
10650 XTENSA XTFPGA PLATFORM SUPPORT
10651 M:      Max Filippov <jcmvbkbc@gmail.com>
10652 L:      linux-xtensa@linux-xtensa.org
10653 S:      Maintained
10654 F:      drivers/spi/spi-xtensa-xtfpga.c
10655
10656 YAM DRIVER FOR AX.25
10657 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10658 L:      linux-hams@vger.kernel.org
10659 S:      Maintained
10660 F:      drivers/net/hamradio/yam*
10661 F:      include/linux/yam.h
10662
10663 YEALINK PHONE DRIVER
10664 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10665 L:      usbb2k-api-dev@nongnu.org
10666 S:      Maintained
10667 F:      Documentation/input/yealink.txt
10668 F:      drivers/input/misc/yealink.*
10669
10670 Z8530 DRIVER FOR AX.25
10671 M:      Joerg Reuter <jreuter@yaina.de>
10672 W:      http://yaina.de/jreuter/
10673 W:      http://www.qsl.net/dl1bke/
10674 L:      linux-hams@vger.kernel.org
10675 S:      Maintained
10676 F:      Documentation/networking/z8530drv.txt
10677 F:      drivers/net/hamradio/*scc.c
10678 F:      drivers/net/hamradio/z8530.h
10679
10680 ZBUD COMPRESSED PAGE ALLOCATOR
10681 M:      Seth Jennings <sjennings@variantweb.net>
10682 L:      linux-mm@kvack.org
10683 S:      Maintained
10684 F:      mm/zbud.c
10685 F:      include/linux/zbud.h
10686
10687 ZD1211RW WIRELESS DRIVER
10688 M:      Daniel Drake <dsd@gentoo.org>
10689 M:      Ulrich Kunitz <kune@deine-taler.de>
10690 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10691 L:      linux-wireless@vger.kernel.org
10692 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10693 S:      Maintained
10694 F:      drivers/net/wireless/zd1211rw/
10695
10696 ZR36067 VIDEO FOR LINUX DRIVER
10697 L:      mjpeg-users@lists.sourceforge.net
10698 L:      linux-media@vger.kernel.org
10699 W:      http://mjpeg.sourceforge.net/driver-zoran/
10700 T:      hg http://linuxtv.org/hg/v4l-dvb
10701 S:      Odd Fixes
10702 F:      drivers/media/pci/zoran/
10703
10704 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10705 M:      Minchan Kim <minchan@kernel.org>
10706 M:      Nitin Gupta <ngupta@vflare.org>
10707 L:      linux-kernel@vger.kernel.org
10708 S:      Maintained
10709 F:      drivers/block/zram/
10710 F:      Documentation/blockdev/zram.txt
10711
10712 ZS DECSTATION Z85C30 SERIAL DRIVER
10713 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10714 S:      Maintained
10715 F:      drivers/tty/serial/zs.*
10716
10717 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10718 M:      Minchan Kim <minchan@kernel.org>
10719 M:      Nitin Gupta <ngupta@vflare.org>
10720 L:      linux-mm@kvack.org
10721 S:      Maintained
10722 F:      mm/zsmalloc.c
10723 F:      include/linux/zsmalloc.h
10724
10725 ZSWAP COMPRESSED SWAP CACHING
10726 M:      Seth Jennings <sjennings@variantweb.net>
10727 L:      linux-mm@kvack.org
10728 S:      Maintained
10729 F:      mm/zswap.c
10730
10731 THE REST
10732 M:      Linus Torvalds <torvalds@linux-foundation.org>
10733 L:      linux-kernel@vger.kernel.org
10734 Q:      http://patchwork.kernel.org/project/LKML/list/
10735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10736 S:      Buried alive in reporters
10737 F:      *
10738 F:      */