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