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