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