Merge tag 'arc-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA TRIPLE SPEED ETHERNET DRIVER
567 M:      Vince Bridgers <vbridger@opensource.altera.com>
568 L:      netdev@vger.kernel.org
569 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570 S:      Maintained
571 F:      drivers/net/ethernet/altera/
572
573 ALTERA UART/JTAG UART SERIAL DRIVERS
574 M:      Tobias Klauser <tklauser@distanz.ch>
575 L:      linux-serial@vger.kernel.org
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/tty/serial/altera_uart.c
579 F:      drivers/tty/serial/altera_jtaguart.c
580 F:      include/linux/altera_uart.h
581 F:      include/linux/altera_jtaguart.h
582
583 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
584 M:      Tom Lendacky <thomas.lendacky@amd.com>
585 L:      linux-crypto@vger.kernel.org
586 S:      Supported
587 F:      drivers/crypto/ccp/
588 F:      include/linux/ccp.h
589
590 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
591 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
592 L:      lm-sensors@lm-sensors.org
593 S:      Maintained
594 F:      Documentation/hwmon/fam15h_power
595 F:      drivers/hwmon/fam15h_power.c
596
597 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
598 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
599 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
600 S:      Supported
601 F:      drivers/usb/gadget/udc/amd5536udc.*
602
603 AMD GEODE PROCESSOR/CHIPSET SUPPORT
604 P:      Andres Salomon <dilinger@queued.net>
605 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
606 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
607 S:      Supported
608 F:      drivers/char/hw_random/geode-rng.c
609 F:      drivers/crypto/geode*
610 F:      drivers/video/fbdev/geode/
611 F:      arch/x86/include/asm/geode.h
612
613 AMD IOMMU (AMD-VI)
614 M:      Joerg Roedel <joro@8bytes.org>
615 L:      iommu@lists.linux-foundation.org
616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
617 S:      Maintained
618 F:      drivers/iommu/amd_iommu*.[ch]
619 F:      include/linux/amd-iommu.h
620
621 AMD KFD
622 M:      Oded Gabbay <oded.gabbay@amd.com>
623 L:      dri-devel@lists.freedesktop.org
624 T:      git git://people.freedesktop.org/~gabbayo/linux.git
625 S:      Supported
626 F:      drivers/gpu/drm/amd/amdkfd/
627 F:      drivers/gpu/drm/radeon/radeon_kfd.c
628 F:      drivers/gpu/drm/radeon/radeon_kfd.h
629 F:      include/uapi/linux/kfd_ioctl.h
630
631 AMD MICROCODE UPDATE SUPPORT
632 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
633 L:      amd64-microcode@amd64.org
634 S:      Maintained
635 F:      arch/x86/kernel/cpu/microcode/amd*
636
637 AMD XGBE DRIVER
638 M:      Tom Lendacky <thomas.lendacky@amd.com>
639 L:      netdev@vger.kernel.org
640 S:      Supported
641 F:      drivers/net/ethernet/amd/xgbe/
642 F:      drivers/net/phy/amd-xgbe-phy.c
643
644 AMS (Apple Motion Sensor) DRIVER
645 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
646 S:      Supported
647 F:      drivers/macintosh/ams/
648
649 AMSO1100 RNIC DRIVER
650 M:      Tom Tucker <tom@opengridcomputing.com>
651 M:      Steve Wise <swise@opengridcomputing.com>
652 L:      linux-rdma@vger.kernel.org
653 S:      Maintained
654 F:      drivers/infiniband/hw/amso1100/
655
656 ANALOG DEVICES INC AD9389B DRIVER
657 M:      Hans Verkuil <hans.verkuil@cisco.com>
658 L:      linux-media@vger.kernel.org
659 S:      Maintained
660 F:      drivers/media/i2c/ad9389b*
661
662 ANALOG DEVICES INC ADV7511 DRIVER
663 M:      Hans Verkuil <hans.verkuil@cisco.com>
664 L:      linux-media@vger.kernel.org
665 S:      Maintained
666 F:      drivers/media/i2c/adv7511*
667
668 ANALOG DEVICES INC ADV7604 DRIVER
669 M:      Hans Verkuil <hans.verkuil@cisco.com>
670 L:      linux-media@vger.kernel.org
671 S:      Maintained
672 F:      drivers/media/i2c/adv7604*
673
674 ANALOG DEVICES INC ADV7842 DRIVER
675 M:      Hans Verkuil <hans.verkuil@cisco.com>
676 L:      linux-media@vger.kernel.org
677 S:      Maintained
678 F:      drivers/media/i2c/adv7842*
679
680 ANALOG DEVICES INC ASOC CODEC DRIVERS
681 M:      Lars-Peter Clausen <lars@metafoo.de>
682 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
683 W:      http://wiki.analog.com/
684 W:      http://ez.analog.com/community/linux-device-drivers
685 S:      Supported
686 F:      sound/soc/codecs/adau*
687 F:      sound/soc/codecs/adav*
688 F:      sound/soc/codecs/ad1*
689 F:      sound/soc/codecs/ad7*
690 F:      sound/soc/codecs/ssm*
691 F:      sound/soc/codecs/sigmadsp.*
692
693 ANALOG DEVICES INC ASOC DRIVERS
694 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
695 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
696 W:      http://blackfin.uclinux.org/
697 S:      Supported
698 F:      sound/soc/blackfin/*
699  
700 ANALOG DEVICES INC IIO DRIVERS
701 M:      Lars-Peter Clausen <lars@metafoo.de>
702 M:      Michael Hennerich <Michael.Hennerich@analog.com>
703 W:      http://wiki.analog.com/
704 W:      http://ez.analog.com/community/linux-device-drivers
705 S:      Supported
706 F:      drivers/iio/*/ad*
707 X:      drivers/iio/*/adjd*
708 F:      drivers/staging/iio/*/ad*
709 F:      staging/iio/trigger/iio-trig-bfin-timer.c
710
711 AOA (Apple Onboard Audio) ALSA DRIVER
712 M:      Johannes Berg <johannes@sipsolutions.net>
713 L:      linuxppc-dev@lists.ozlabs.org
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 S:      Maintained
716 F:      sound/aoa/
717
718 APM DRIVER
719 M:      Jiri Kosina <jkosina@suse.cz>
720 S:      Odd fixes
721 F:      arch/x86/kernel/apm_32.c
722 F:      include/linux/apm_bios.h
723 F:      include/uapi/linux/apm_bios.h
724 F:      drivers/char/apm-emulation.c
725
726 APPLE BCM5974 MULTITOUCH DRIVER
727 M:      Henrik Rydberg <rydberg@euromail.se>
728 L:      linux-input@vger.kernel.org
729 S:      Maintained
730 F:      drivers/input/mouse/bcm5974.c
731
732 APPLE SMC DRIVER
733 M:      Henrik Rydberg <rydberg@euromail.se>
734 L:      lm-sensors@lm-sensors.org
735 S:      Maintained
736 F:      drivers/hwmon/applesmc.c
737
738 APPLETALK NETWORK LAYER
739 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
740 S:      Maintained
741 F:      drivers/net/appletalk/
742 F:      net/appletalk/
743
744 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
745 M:      Iyappan Subramanian <isubramanian@apm.com>
746 M:      Keyur Chudgar <kchudgar@apm.com>
747 S:      Supported
748 F:      drivers/net/ethernet/apm/xgene/
749 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
750
751 APTINA CAMERA SENSOR PLL
752 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
753 L:      linux-media@vger.kernel.org
754 S:      Maintained
755 F:      drivers/media/i2c/aptina-pll.*
756
757 ARASAN COMPACT FLASH PATA CONTROLLER
758 M:      Viresh Kumar <viresh.linux@gmail.com>
759 L:      linux-ide@vger.kernel.org
760 S:      Maintained
761 F:      include/linux/pata_arasan_cf_data.h
762 F:      drivers/ata/pata_arasan_cf.c
763
764 ARC FRAMEBUFFER DRIVER
765 M:      Jaya Kumar <jayalk@intworks.biz>
766 S:      Maintained
767 F:      drivers/video/fbdev/arcfb.c
768 F:      drivers/video/fbdev/core/fb_defio.c
769
770 ARM MFM AND FLOPPY DRIVERS
771 M:      Ian Molton <spyro@f2s.com>
772 S:      Maintained
773 F:      arch/arm/lib/floppydma.S
774 F:      arch/arm/include/asm/floppy.h
775
776 ARM PMU PROFILING AND DEBUGGING
777 M:      Will Deacon <will.deacon@arm.com>
778 S:      Maintained
779 F:      arch/arm/kernel/perf_event*
780 F:      arch/arm/oprofile/common.c
781 F:      arch/arm/include/asm/pmu.h
782 F:      arch/arm/kernel/hw_breakpoint.c
783 F:      arch/arm/include/asm/hw_breakpoint.h
784
785 ARM PORT
786 M:      Russell King <linux@arm.linux.org.uk>
787 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
788 W:      http://www.arm.linux.org.uk/
789 S:      Maintained
790 F:      arch/arm/
791
792 ARM SUB-ARCHITECTURES
793 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
794 S:      Maintained
795 F:      arch/arm/mach-*/
796 F:      arch/arm/plat-*/
797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
798
799 ARM PRIMECELL AACI PL041 DRIVER
800 M:      Russell King <linux@arm.linux.org.uk>
801 S:      Maintained
802 F:      sound/arm/aaci.*
803
804 ARM PRIMECELL CLCD PL110 DRIVER
805 M:      Russell King <linux@arm.linux.org.uk>
806 S:      Maintained
807 F:      drivers/video/fbdev/amba-clcd.*
808
809 ARM PRIMECELL KMI PL050 DRIVER
810 M:      Russell King <linux@arm.linux.org.uk>
811 S:      Maintained
812 F:      drivers/input/serio/ambakmi.*
813 F:      include/linux/amba/kmi.h
814
815 ARM PRIMECELL MMCI PL180/1 DRIVER
816 M:      Russell King <linux@arm.linux.org.uk>
817 S:      Maintained
818 F:      drivers/mmc/host/mmci.*
819 F:      include/linux/amba/mmci.h
820
821 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
822 M:      Russell King <linux@arm.linux.org.uk>
823 S:      Maintained
824 F:      drivers/tty/serial/amba-pl01*.c
825 F:      include/linux/amba/serial.h
826
827 ARM PRIMECELL BUS SUPPORT
828 M:      Russell King <linux@arm.linux.org.uk>
829 S:      Maintained
830 F:      drivers/amba/
831 F:      include/linux/amba/bus.h
832
833 ARM/ADS SPHERE MACHINE SUPPORT
834 M:      Lennert Buytenhek <kernel@wantstofly.org>
835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
836 S:      Maintained
837
838 ARM/AFEB9260 MACHINE SUPPORT
839 M:      Sergey Lapin <slapin@ossfans.org>
840 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
841 S:      Maintained
842
843 ARM/AJECO 1ARM MACHINE SUPPORT
844 M:      Lennert Buytenhek <kernel@wantstofly.org>
845 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
846 S:      Maintained
847
848 ARM/Allwinner A1X SoC support
849 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
850 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
851 S:      Maintained
852 N:      sun[x4567]i
853
854 ARM/Allwinner SoC Clock Support
855 M:      Emilio López <emilio@elopez.com.ar>
856 S:      Maintained
857 F:      drivers/clk/sunxi/
858
859 ARM/Amlogic MesonX SoC support
860 M:      Carlo Caione <carlo@caione.org>
861 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
862 S:      Maintained
863 F:      drivers/media/rc/meson-ir.c
864 N:      meson[x68]
865
866 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
867 M:      Andrew Victor <linux@maxim.org.za>
868 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
869 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
870 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
871 W:      http://maxim.org.za/at91_26.html
872 W:      http://www.linux4sam.org
873 S:      Supported
874 F:      arch/arm/mach-at91/
875 F:      include/soc/at91/
876 F:      arch/arm/boot/dts/at91*.dts
877 F:      arch/arm/boot/dts/at91*.dtsi
878 F:      arch/arm/boot/dts/sama*.dts
879 F:      arch/arm/boot/dts/sama*.dtsi
880
881 ARM/ATMEL AT91 Clock Support
882 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
883 S:      Maintained
884 F:      drivers/clk/at91
885
886 ARM/CALXEDA HIGHBANK ARCHITECTURE
887 M:      Rob Herring <robh@kernel.org>
888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
889 S:      Maintained
890 F:      arch/arm/mach-highbank/
891
892 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
893 M:      Krzysztof Halasa <khalasa@piap.pl>
894 S:      Maintained
895 F:      arch/arm/mach-cns3xxx/
896
897 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
898 M:      Alexander Shiyan <shc_work@mail.ru>
899 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
900 S:      Odd Fixes
901 N:      clps711x
902
903 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
904 M:      Hartley Sweeten <hsweeten@visionengravers.com>
905 M:      Ryan Mallon <rmallon@gmail.com>
906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
907 S:      Maintained
908 F:      arch/arm/mach-ep93xx/
909 F:      arch/arm/mach-ep93xx/include/mach/
910
911 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
912 M:      Lennert Buytenhek <kernel@wantstofly.org>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 S:      Maintained
915
916 ARM/CLKDEV SUPPORT
917 M:      Russell King <linux@arm.linux.org.uk>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 S:      Maintained
920 F:      arch/arm/include/asm/clkdev.h
921 F:      drivers/clk/clkdev.c
922
923 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
924 M:      Mike Rapoport <mike@compulab.co.il>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 S:      Maintained
927
928 ARM/CONTEC MICRO9 MACHINE SUPPORT
929 M:      Hubert Feurstein <hubert.feurstein@contec.at>
930 S:      Maintained
931 F:      arch/arm/mach-ep93xx/micro9.c
932
933 ARM/CORESIGHT FRAMEWORK AND DRIVERS
934 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Maintained
937 F:      drivers/coresight/*
938 F:      Documentation/trace/coresight.txt
939 F:      Documentation/devicetree/bindings/arm/coresight.txt
940 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
941
942 ARM/CORGI MACHINE SUPPORT
943 M:      Richard Purdie <rpurdie@rpsys.net>
944 S:      Maintained
945
946 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
947 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 T:      git git://git.berlios.de/gemini-board
950 S:      Maintained
951 F:      arch/arm/mach-gemini/
952
953 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
954 M:      Barry Song <baohua@kernel.org>
955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
957 S:      Maintained
958 F:      arch/arm/mach-prima2/
959 F:      drivers/clk/sirf/
960 F:      drivers/clocksource/timer-prima2.c
961 F:      drivers/clocksource/timer-marco.c
962 N:      [^a-z]sirf
963
964 ARM/EBSA110 MACHINE SUPPORT
965 M:      Russell King <linux@arm.linux.org.uk>
966 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
967 W:      http://www.arm.linux.org.uk/
968 S:      Maintained
969 F:      arch/arm/mach-ebsa110/
970 F:      drivers/net/ethernet/amd/am79c961a.*
971
972 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
973 M:      Uwe Kleine-König <kernel@pengutronix.de>
974 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
975 S:      Maintained
976 N:      efm32
977
978 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
979 M:      Daniel Ribeiro <drwyrm@gmail.com>
980 M:      Stefan Schmidt <stefan@openezx.org>
981 M:      Harald Welte <laforge@openezx.org>
982 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
983 W:      http://www.openezx.org/
984 S:      Maintained
985 T:      topgit git://git.openezx.org/openezx.git
986 F:      arch/arm/mach-pxa/ezx.c
987
988 ARM/FARADAY FA526 PORT
989 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S:      Maintained
992 T:      git git://git.berlios.de/gemini-board
993 F:      arch/arm/mm/*-fa*
994
995 ARM/FOOTBRIDGE ARCHITECTURE
996 M:      Russell King <linux@arm.linux.org.uk>
997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 W:      http://www.arm.linux.org.uk/
999 S:      Maintained
1000 F:      arch/arm/include/asm/hardware/dec21285.h
1001 F:      arch/arm/mach-footbridge/
1002
1003 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1004 M:      Shawn Guo <shawn.guo@linaro.org>
1005 M:      Sascha Hauer <kernel@pengutronix.de>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 S:      Maintained
1008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1009 F:      arch/arm/mach-imx/
1010 F:      arch/arm/mach-mxs/
1011 F:      arch/arm/boot/dts/imx*
1012 F:      arch/arm/configs/imx*_defconfig
1013
1014 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1015 M:      Lennert Buytenhek <kernel@wantstofly.org>
1016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1017 S:      Maintained
1018
1019 ARM/GUMSTIX MACHINE SUPPORT
1020 M:      Steve Sakoman <sakoman@gmail.com>
1021 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1022 S:      Maintained
1023
1024 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1025 M:      Philipp Zabel <philipp.zabel@gmail.com>
1026 M:      Paul Parsons <lost.distance@yahoo.com>
1027 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1028 S:      Maintained
1029 F:      arch/arm/mach-pxa/hx4700.c
1030 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1031 F:      sound/soc/pxa/hx4700.c
1032
1033 ARM/HISILICON SOC SUPPORT
1034 M:      Wei Xu <xuwei5@hisilicon.com>
1035 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1036 W:      http://www.hisilicon.com
1037 S:      Supported
1038 T:      git git://github.com/hisilicon/linux-hisi.git
1039 F:      arch/arm/mach-hisi/
1040
1041 ARM/HP JORNADA 7XX MACHINE SUPPORT
1042 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1043 W:      www.jlime.com
1044 S:      Maintained
1045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1046 F:      arch/arm/mach-sa1100/jornada720.c
1047 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1048
1049 ARM/IGEP MACHINE SUPPORT
1050 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1051 M:      Javier Martinez Canillas <javier@dowhile0.org>
1052 L:      linux-omap@vger.kernel.org
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 S:      Maintained
1055 F:      arch/arm/boot/dts/omap3-igep*
1056
1057 ARM/INCOME PXA270 SUPPORT
1058 M:      Marek Vasut <marek.vasut@gmail.com>
1059 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1060 S:      Maintained
1061 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1062
1063 ARM/INTEL IOP32X ARM ARCHITECTURE
1064 M:      Lennert Buytenhek <kernel@wantstofly.org>
1065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1066 S:      Maintained
1067
1068 ARM/INTEL IOP33X ARM ARCHITECTURE
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Orphan
1071
1072 ARM/INTEL IOP13XX ARM ARCHITECTURE
1073 M:      Lennert Buytenhek <kernel@wantstofly.org>
1074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1075 S:      Maintained
1076
1077 ARM/INTEL IQ81342EX MACHINE SUPPORT
1078 M:      Lennert Buytenhek <kernel@wantstofly.org>
1079 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1080 S:      Maintained
1081
1082 ARM/INTEL IXDP2850 MACHINE SUPPORT
1083 M:      Lennert Buytenhek <kernel@wantstofly.org>
1084 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1085 S:      Maintained
1086
1087 ARM/INTEL IXP4XX ARM ARCHITECTURE
1088 M:      Imre Kaloz <kaloz@openwrt.org>
1089 M:      Krzysztof Halasa <khalasa@piap.pl>
1090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 S:      Maintained
1092 F:      arch/arm/mach-ixp4xx/
1093
1094 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1095 M:      Jonathan Cameron <jic23@cam.ac.uk>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 S:      Maintained
1098 F:      arch/arm/mach-pxa/stargate2.c
1099 F:      drivers/pcmcia/pxa2xx_stargate2.c
1100
1101 ARM/INTEL XSC3 (MANZANO) ARM CORE
1102 M:      Lennert Buytenhek <kernel@wantstofly.org>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105
1106 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1107 M:      Lennert Buytenhek <kernel@wantstofly.org>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S:      Maintained
1110
1111 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1112 M:      Santosh Shilimkar <ssantosh@kernel.org>
1113 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1114 S:      Maintained
1115 F:      arch/arm/mach-keystone/
1116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1117
1118 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1119 M:      Santosh Shilimkar <ssantosh@kernel.org>
1120 L:      linux-kernel@vger.kernel.org
1121 S:      Maintained
1122 F:      drivers/clk/keystone/
1123
1124 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1125 M:      Santosh Shilimkar <ssantosh@kernel.org>
1126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1127 L:      linux-kernel@vger.kernel.org
1128 S:      Maintained
1129 F:      drivers/clocksource/timer-keystone.c
1130
1131 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1132 M:      Santosh Shilimkar <ssantosh@kernel.org>
1133 L:      linux-kernel@vger.kernel.org
1134 S:      Maintained
1135 F:      drivers/power/reset/keystone-reset.c
1136
1137 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1138 M:      Santosh Shilimkar <ssantosh@kernel.org>
1139 L:      linux-kernel@vger.kernel.org
1140 S:      Maintained
1141 F:      drivers/memory/*emif*
1142
1143 ARM/LOGICPD PXA270 MACHINE SUPPORT
1144 M:      Lennert Buytenhek <kernel@wantstofly.org>
1145 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1146 S:      Maintained
1147
1148 ARM/MAGICIAN MACHINE SUPPORT
1149 M:      Philipp Zabel <philipp.zabel@gmail.com>
1150 S:      Maintained
1151
1152 ARM/Marvell Armada 370 and Armada XP SOC support
1153 M:      Jason Cooper <jason@lakedaemon.net>
1154 M:      Andrew Lunn <andrew@lunn.ch>
1155 M:      Gregory Clement <gregory.clement@free-electrons.com>
1156 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 S:      Maintained
1159 F:      arch/arm/mach-mvebu/
1160
1161 ARM/Marvell Berlin SoC support
1162 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165 F:      arch/arm/mach-berlin/
1166
1167 ARM/Marvell Dove/MV78xx0/Orion SOC support
1168 M:      Jason Cooper <jason@lakedaemon.net>
1169 M:      Andrew Lunn <andrew@lunn.ch>
1170 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S:      Maintained
1173 F:      arch/arm/mach-dove/
1174 F:      arch/arm/mach-mv78xx0/
1175 F:      arch/arm/mach-orion5x/
1176 F:      arch/arm/plat-orion/
1177
1178 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1179 M:      Alexander Clouter <alex@digriz.org.uk>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 W:      http://www.digriz.org.uk/ts78xx/kernel
1182 S:      Maintained
1183 F:      arch/arm/mach-orion5x/ts78xx-*
1184
1185 ARM/Mediatek SoC support
1186 M:      Matthias Brugger <matthias.bgg@gmail.com>
1187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 S:      Maintained
1189 F:      arch/arm/boot/dts/mt6*
1190 F:      arch/arm/boot/dts/mt8*
1191 F:      arch/arm/mach-mediatek/
1192 N:      mtk
1193 K:      mediatek
1194
1195 ARM/MICREL KS8695 ARCHITECTURE
1196 M:      Greg Ungerer <gerg@uclinux.org>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 F:      arch/arm/mach-ks8695/
1199 S:      Odd Fixes
1200
1201 ARM/MIOA701 MACHINE SUPPORT
1202 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1203 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1204 F:      arch/arm/mach-pxa/mioa701.c
1205 S:      Maintained
1206
1207 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1208 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1209 S:      Maintained
1210
1211 ARM/NOMADIK ARCHITECTURE
1212 M:      Alessandro Rubini <rubini@unipv.it>
1213 M:      Linus Walleij <linus.walleij@linaro.org>
1214 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 S:      Maintained
1216 F:      arch/arm/mach-nomadik/
1217 F:      drivers/pinctrl/nomadik/
1218 F:      drivers/i2c/busses/i2c-nomadik.c
1219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1220
1221 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1222 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1223 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1224 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1225 S:      Supported
1226
1227 ARM/QUALCOMM MSM MACHINE SUPPORT
1228 M:      David Brown <davidb@codeaurora.org>
1229 M:      Daniel Walker <dwalker@fifo99.com>
1230 M:      Bryan Huntsman <bryanh@codeaurora.org>
1231 L:      linux-arm-msm@vger.kernel.org
1232 F:      arch/arm/mach-msm/
1233 F:      drivers/video/fbdev/msm/
1234 F:      drivers/mmc/host/msm_sdcc.c
1235 F:      drivers/mmc/host/msm_sdcc.h
1236 F:      drivers/tty/serial/msm_serial.h
1237 F:      drivers/tty/serial/msm_serial.c
1238 F:      drivers/*/pm8???-*
1239 F:      drivers/mfd/ssbi.c
1240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1241 S:      Maintained
1242
1243 ARM/TOSA MACHINE SUPPORT
1244 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1245 M:      Dirk Opfer <dirk@opfer-online.de>
1246 S:      Maintained
1247
1248 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1249 M:      Marek Vasut <marek.vasut@gmail.com>
1250 L:      linux-arm-kernel@lists.infradead.org
1251 W:      http://hackndev.com
1252 S:      Maintained
1253 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1254 F:      arch/arm/mach-pxa/palmtx.c
1255 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1256 F:      arch/arm/mach-pxa/palmt5.c
1257 F:      arch/arm/mach-pxa/include/mach/palmld.h
1258 F:      arch/arm/mach-pxa/palmld.c
1259 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1260 F:      arch/arm/mach-pxa/palmte2.c
1261 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1262 F:      arch/arm/mach-pxa/palmtc.c
1263
1264 ARM/PALM TREO SUPPORT
1265 M:      Tomas Cech <sleep_walker@suse.cz>
1266 L:      linux-arm-kernel@lists.infradead.org
1267 W:      http://hackndev.com
1268 S:      Maintained
1269 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1270 F:      arch/arm/mach-pxa/palmtreo.c
1271
1272 ARM/PALMZ72 SUPPORT
1273 M:      Sergey Lapin <slapin@ossfans.org>
1274 L:      linux-arm-kernel@lists.infradead.org
1275 W:      http://hackndev.com
1276 S:      Maintained
1277 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1278 F:      arch/arm/mach-pxa/palmz72.c
1279
1280 ARM/PLEB SUPPORT
1281 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1282 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1283 S:      Maintained
1284
1285 ARM/PT DIGITAL BOARD PORT
1286 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 W:      http://www.arm.linux.org.uk/
1289 S:      Maintained
1290
1291 ARM/QUALCOMM SUPPORT
1292 M:      Kumar Gala <galak@codeaurora.org>
1293 M:      David Brown <davidb@codeaurora.org>
1294 L:      linux-arm-msm@vger.kernel.org
1295 S:      Maintained
1296 F:      arch/arm/mach-qcom/
1297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1298
1299 ARM/RADISYS ENP2611 MACHINE SUPPORT
1300 M:      Lennert Buytenhek <kernel@wantstofly.org>
1301 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1302 S:      Maintained
1303
1304 ARM/RISCPC ARCHITECTURE
1305 M:      Russell King <linux@arm.linux.org.uk>
1306 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 W:      http://www.arm.linux.org.uk/
1308 S:      Maintained
1309 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1310 F:      arch/arm/include/asm/hardware/ioc.h
1311 F:      arch/arm/include/asm/hardware/iomd.h
1312 F:      arch/arm/include/asm/hardware/memc.h
1313 F:      arch/arm/mach-rpc/
1314 F:      drivers/net/ethernet/8390/etherh.c
1315 F:      drivers/net/ethernet/i825xx/ether1*
1316 F:      drivers/net/ethernet/seeq/ether3*
1317 F:      drivers/scsi/arm/
1318
1319 ARM/Rockchip SoC support
1320 M:      Heiko Stuebner <heiko@sntech.de>
1321 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1322 L:      linux-rockchip@lists.infradead.org
1323 S:      Maintained
1324 F:      arch/arm/boot/dts/rk3*
1325 F:      arch/arm/mach-rockchip/
1326 F:      drivers/clk/rockchip/
1327 F:      drivers/i2c/busses/i2c-rk3x.c
1328 F:      drivers/*/*rockchip*
1329 F:      drivers/*/*/*rockchip*
1330 F:      sound/soc/rockchip/
1331
1332 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1333 M:      Kukjin Kim <kgene@kernel.org>
1334 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1336 S:      Maintained
1337 F:      arch/arm/boot/dts/s3c*
1338 F:      arch/arm/boot/dts/exynos*
1339 F:      arch/arm/plat-samsung/
1340 F:      arch/arm/mach-s3c24*/
1341 F:      arch/arm/mach-s3c64xx/
1342 F:      arch/arm/mach-s5p*/
1343 F:      arch/arm/mach-exynos*/
1344 F:      drivers/*/*s3c2410*
1345 F:      drivers/*/*/*s3c2410*
1346 F:      drivers/spi/spi-s3c*
1347 F:      sound/soc/samsung/*
1348 N:      exynos
1349
1350 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1351 M:      Kyungmin Park <kyungmin.park@samsung.com>
1352 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1353 S:      Maintained
1354 F:      arch/arm/mach-s5pv210/
1355
1356 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1357 M:      Kyungmin Park <kyungmin.park@samsung.com>
1358 M:      Kamil Debski <k.debski@samsung.com>
1359 L:      linux-arm-kernel@lists.infradead.org
1360 L:      linux-media@vger.kernel.org
1361 S:      Maintained
1362 F:      drivers/media/platform/s5p-g2d/
1363
1364 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1365 M:      Kyungmin Park <kyungmin.park@samsung.com>
1366 M:      Kamil Debski <k.debski@samsung.com>
1367 M:      Jeongtae Park <jtp.park@samsung.com>
1368 L:      linux-arm-kernel@lists.infradead.org
1369 L:      linux-media@vger.kernel.org
1370 S:      Maintained
1371 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1372 F:      drivers/media/platform/s5p-mfc/
1373
1374 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1375 M:      Kyungmin Park <kyungmin.park@samsung.com>
1376 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1377 L:      linux-arm-kernel@lists.infradead.org
1378 L:      linux-media@vger.kernel.org
1379 S:      Maintained
1380 F:      drivers/media/platform/s5p-tv/
1381
1382 ARM/SHMOBILE ARM ARCHITECTURE
1383 M:      Simon Horman <horms@verge.net.au>
1384 M:      Magnus Damm <magnus.damm@gmail.com>
1385 L:      linux-sh@vger.kernel.org
1386 W:      http://oss.renesas.com
1387 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1389 S:      Supported
1390 F:      arch/arm/boot/dts/emev2*
1391 F:      arch/arm/boot/dts/r7s*
1392 F:      arch/arm/boot/dts/r8a*
1393 F:      arch/arm/boot/dts/sh*
1394 F:      arch/arm/configs/ape6evm_defconfig
1395 F:      arch/arm/configs/armadillo800eva_defconfig
1396 F:      arch/arm/configs/bockw_defconfig
1397 F:      arch/arm/configs/kzm9g_defconfig
1398 F:      arch/arm/configs/lager_defconfig
1399 F:      arch/arm/configs/mackerel_defconfig
1400 F:      arch/arm/configs/marzen_defconfig
1401 F:      arch/arm/configs/shmobile_defconfig
1402 F:      arch/arm/include/debug/renesas-scif.S
1403 F:      arch/arm/mach-shmobile/
1404 F:      drivers/sh/
1405
1406 ARM/SOCFPGA ARCHITECTURE
1407 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1408 S:      Maintained
1409 F:      arch/arm/mach-socfpga/
1410 W:      http://www.rocketboards.org
1411 T:      git://git.rocketboards.org/linux-socfpga.git
1412 T:      git://git.rocketboards.org/linux-socfpga-next.git
1413
1414 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1415 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1416 S:      Maintained
1417 F:      drivers/clk/socfpga/
1418
1419 ARM/SOCFPGA EDAC SUPPORT
1420 M:      Thor Thayer <tthayer@opensource.altera.com>
1421 S:      Maintained
1422 F:      drivers/edac/altera_edac.
1423
1424 ARM/STI ARCHITECTURE
1425 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1426 M:      Maxime Coquelin <maxime.coquelin@st.com>
1427 M:      Patrice Chotard <patrice.chotard@st.com>
1428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429 L:      kernel@stlinux.com
1430 W:      http://www.stlinux.com
1431 S:      Maintained
1432 F:      arch/arm/mach-sti/
1433 F:      arch/arm/boot/dts/sti*
1434 F:      drivers/clocksource/arm_global_timer.c
1435 F:      drivers/i2c/busses/i2c-st.c
1436 F:      drivers/media/rc/st_rc.c
1437 F:      drivers/mmc/host/sdhci-st.c
1438 F:      drivers/phy/phy-stih407-usb.c
1439 F:      drivers/phy/phy-stih41x-usb.c
1440 F:      drivers/pinctrl/pinctrl-st.c
1441 F:      drivers/reset/sti/
1442 F:      drivers/tty/serial/st-asc.c
1443 F:      drivers/usb/dwc3/dwc3-st.c
1444 F:      drivers/usb/host/ehci-st.c
1445 F:      drivers/usb/host/ohci-st.c
1446 F:      drivers/ata/ahci_st.c
1447
1448 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1449 M:      Lennert Buytenhek <kernel@wantstofly.org>
1450 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1451 S:      Maintained
1452
1453 ARM/TETON BGA MACHINE SUPPORT
1454 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1455 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1456 S:      Maintained
1457
1458 ARM/THECUS N2100 MACHINE SUPPORT
1459 M:      Lennert Buytenhek <kernel@wantstofly.org>
1460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1461 S:      Maintained
1462
1463 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1464 M:      Wan ZongShun <mcuos.com@gmail.com>
1465 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 W:      http://www.mcuos.com
1467 S:      Maintained
1468 F:      arch/arm/mach-w90x900/
1469 F:      drivers/input/keyboard/w90p910_keypad.c
1470 F:      drivers/input/touchscreen/w90p910_ts.c
1471 F:      drivers/watchdog/nuc900_wdt.c
1472 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1473 F:      drivers/mtd/nand/nuc900_nand.c
1474 F:      drivers/rtc/rtc-nuc900.c
1475 F:      drivers/spi/spi-nuc900.c
1476 F:      drivers/usb/host/ehci-w90x900.c
1477 F:      drivers/video/fbdev/nuc900fb.c
1478
1479 ARM/U300 MACHINE SUPPORT
1480 M:      Linus Walleij <linus.walleij@linaro.org>
1481 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482 S:      Supported
1483 F:      arch/arm/mach-u300/
1484 F:      drivers/clocksource/timer-u300.c
1485 F:      drivers/i2c/busses/i2c-stu300.c
1486 F:      drivers/rtc/rtc-coh901331.c
1487 F:      drivers/watchdog/coh901327_wdt.c
1488 F:      drivers/dma/coh901318*
1489 F:      drivers/mfd/ab3100*
1490 F:      drivers/rtc/rtc-ab3100.c
1491 F:      drivers/rtc/rtc-coh901331.c
1492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1493
1494 ARM/Ux500 ARM ARCHITECTURE
1495 M:      Linus Walleij <linus.walleij@linaro.org>
1496 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1497 S:      Maintained
1498 F:      arch/arm/mach-ux500/
1499 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1500 F:      drivers/dma/ste_dma40*
1501 F:      drivers/hwspinlock/u8500_hsem.c
1502 F:      drivers/mfd/abx500*
1503 F:      drivers/mfd/ab8500*
1504 F:      drivers/mfd/dbx500*
1505 F:      drivers/mfd/db8500*
1506 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1507 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1508 F:      drivers/rtc/rtc-ab8500.c
1509 F:      drivers/rtc/rtc-pl031.c
1510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1511
1512 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1513 M:      Ulf Hansson <ulf.hansson@linaro.org>
1514 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1515 T:      git git://git.linaro.org/people/ulfh/clk.git
1516 S:      Maintained
1517 F:      drivers/clk/ux500/
1518 F:      include/linux/platform_data/clk-ux500.h
1519
1520 ARM/VERSATILE EXPRESS PLATFORM
1521 M:      Liviu Dudau <liviu.dudau@arm.com>
1522 M:      Sudeep Holla <sudeep.holla@arm.com>
1523 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1524 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1525 S:      Maintained
1526 F:      arch/arm/boot/dts/vexpress*
1527 F:      arch/arm/mach-vexpress/
1528 F:      */*/vexpress*
1529 F:      */*/*/vexpress*
1530 F:      drivers/clk/versatile/clk-vexpress-osc.c
1531 F:      drivers/clocksource/versatile.c
1532
1533 ARM/VFP SUPPORT
1534 M:      Russell King <linux@arm.linux.org.uk>
1535 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1536 W:      http://www.arm.linux.org.uk/
1537 S:      Maintained
1538 F:      arch/arm/vfp/
1539
1540 ARM/VOIPAC PXA270 SUPPORT
1541 M:      Marek Vasut <marek.vasut@gmail.com>
1542 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543 S:      Maintained
1544 F:      arch/arm/mach-pxa/vpac270.c
1545 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1546
1547 ARM/VT8500 ARM ARCHITECTURE
1548 M:      Tony Prisk <linux@prisktech.co.nz>
1549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1550 S:      Maintained
1551 F:      arch/arm/mach-vt8500/
1552 F:      drivers/clocksource/vt8500_timer.c
1553 F:      drivers/i2c/busses/i2c-wmt.c
1554 F:      drivers/mmc/host/wmt-sdmmc.c
1555 F:      drivers/pwm/pwm-vt8500.c
1556 F:      drivers/rtc/rtc-vt8500.c
1557 F:      drivers/tty/serial/vt8500_serial.c
1558 F:      drivers/usb/host/ehci-platform.c
1559 F:      drivers/usb/host/uhci-platform.c
1560 F:      drivers/video/fbdev/vt8500lcdfb.*
1561 F:      drivers/video/fbdev/wm8505fb*
1562 F:      drivers/video/fbdev/wmt_ge_rops.*
1563
1564 ARM/ZIPIT Z2 SUPPORT
1565 M:      Marek Vasut <marek.vasut@gmail.com>
1566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1567 S:      Maintained
1568 F:      arch/arm/mach-pxa/z2.c
1569 F:      arch/arm/mach-pxa/include/mach/z2.h
1570
1571 ARM/ZYNQ ARCHITECTURE
1572 M:      Michal Simek <michal.simek@xilinx.com>
1573 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 W:      http://wiki.xilinx.com
1576 T:      git git://git.xilinx.com/linux-xlnx.git
1577 S:      Supported
1578 F:      arch/arm/mach-zynq/
1579 F:      drivers/cpuidle/cpuidle-zynq.c
1580 F:      drivers/block/xsysace.c
1581 N:      zynq
1582 N:      xilinx
1583 F:      drivers/clocksource/cadence_ttc_timer.c
1584 F:      drivers/i2c/busses/i2c-cadence.c
1585 F:      drivers/mmc/host/sdhci-of-arasan.c
1586
1587 ARM SMMU DRIVER
1588 M:      Will Deacon <will.deacon@arm.com>
1589 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1590 S:      Maintained
1591 F:      drivers/iommu/arm-smmu.c
1592
1593 ARM64 PORT (AARCH64 ARCHITECTURE)
1594 M:      Catalin Marinas <catalin.marinas@arm.com>
1595 M:      Will Deacon <will.deacon@arm.com>
1596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1597 S:      Maintained
1598 F:      arch/arm64/
1599 F:      Documentation/arm64/
1600
1601 AS3645A LED FLASH CONTROLLER DRIVER
1602 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1603 L:      linux-media@vger.kernel.org
1604 T:      git git://linuxtv.org/media_tree.git
1605 S:      Maintained
1606 F:      drivers/media/i2c/as3645a.c
1607 F:      include/media/as3645a.h
1608
1609 ASC7621 HARDWARE MONITOR DRIVER
1610 M:      George Joseph <george.joseph@fairview5.com>
1611 L:      lm-sensors@lm-sensors.org
1612 S:      Maintained
1613 F:      Documentation/hwmon/asc7621
1614 F:      drivers/hwmon/asc7621.c
1615
1616 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1617 M:      Corentin Chary <corentin.chary@gmail.com>
1618 L:      acpi4asus-user@lists.sourceforge.net
1619 L:      platform-driver-x86@vger.kernel.org
1620 W:      http://acpi4asus.sf.net
1621 S:      Maintained
1622 F:      drivers/platform/x86/asus*.c
1623 F:      drivers/platform/x86/eeepc*.c
1624
1625 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1626 R:      Dan Williams <dan.j.williams@intel.com>
1627 W:      http://sourceforge.net/projects/xscaleiop
1628 S:      Odd fixes
1629 F:      Documentation/crypto/async-tx-api.txt
1630 F:      crypto/async_tx/
1631 F:      drivers/dma/
1632 F:      include/linux/dmaengine.h
1633 F:      include/linux/async_tx.h
1634
1635 AT24 EEPROM DRIVER
1636 M:      Wolfram Sang <wsa@the-dreams.de>
1637 L:      linux-i2c@vger.kernel.org
1638 S:      Maintained
1639 F:      drivers/misc/eeprom/at24.c
1640 F:      include/linux/platform_data/at24.h
1641
1642 ATA OVER ETHERNET (AOE) DRIVER
1643 M:      "Ed L. Cashin" <ecashin@coraid.com>
1644 W:      http://support.coraid.com/support/linux
1645 S:      Supported
1646 F:      Documentation/aoe/
1647 F:      drivers/block/aoe/
1648
1649 ATHEROS ATH GENERIC UTILITIES
1650 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1651 L:      linux-wireless@vger.kernel.org
1652 S:      Supported
1653 F:      drivers/net/wireless/ath/*
1654
1655 ATHEROS ATH5K WIRELESS DRIVER
1656 M:      Jiri Slaby <jirislaby@gmail.com>
1657 M:      Nick Kossifidis <mickflemm@gmail.com>
1658 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1659 L:      linux-wireless@vger.kernel.org
1660 L:      ath5k-devel@lists.ath5k.org
1661 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1662 S:      Maintained
1663 F:      drivers/net/wireless/ath/ath5k/
1664
1665 ATHEROS ATH6KL WIRELESS DRIVER
1666 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1667 L:      linux-wireless@vger.kernel.org
1668 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1669 T:      git git://github.com/kvalo/ath.git
1670 S:      Supported
1671 F:      drivers/net/wireless/ath/ath6kl/
1672
1673 WILOCITY WIL6210 WIRELESS DRIVER
1674 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1675 L:      linux-wireless@vger.kernel.org
1676 L:      wil6210@qca.qualcomm.com
1677 S:      Supported
1678 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1679 F:      drivers/net/wireless/ath/wil6210/
1680 F:      include/uapi/linux/wil6210_uapi.h
1681
1682 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1683 M:      Christian Lamparter <chunkeey@googlemail.com>
1684 L:      linux-wireless@vger.kernel.org
1685 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1686 S:      Maintained
1687 F:      drivers/net/wireless/ath/carl9170/
1688
1689 ATK0110 HWMON DRIVER
1690 M:      Luca Tettamanti <kronos.it@gmail.com>
1691 L:      lm-sensors@lm-sensors.org
1692 S:      Maintained
1693 F:      drivers/hwmon/asus_atk0110.c
1694
1695 ATI_REMOTE2 DRIVER
1696 M:      Ville Syrjala <syrjala@sci.fi>
1697 S:      Maintained
1698 F:      drivers/input/misc/ati_remote2.c
1699
1700 ATLX ETHERNET DRIVERS
1701 M:      Jay Cliburn <jcliburn@gmail.com>
1702 M:      Chris Snook <chris.snook@gmail.com>
1703 L:      netdev@vger.kernel.org
1704 W:      http://sourceforge.net/projects/atl1
1705 W:      http://atl1.sourceforge.net
1706 S:      Maintained
1707 F:      drivers/net/ethernet/atheros/
1708
1709 ATM
1710 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1711 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1712 L:      netdev@vger.kernel.org
1713 W:      http://linux-atm.sourceforge.net
1714 S:      Maintained
1715 F:      drivers/atm/
1716 F:      include/linux/atm*
1717 F:      include/uapi/linux/atm*
1718
1719 ATMEL AT91 / AT32 MCI DRIVER
1720 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1721 S:      Maintained
1722 F:      drivers/mmc/host/atmel-mci.c
1723 F:      drivers/mmc/host/atmel-mci-regs.h
1724
1725 ATMEL AT91 / AT32 SERIAL DRIVER
1726 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1727 S:      Supported
1728 F:      drivers/tty/serial/atmel_serial.c
1729
1730 ATMEL Audio ALSA driver
1731 M:      Bo Shen <voice.shen@atmel.com>
1732 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1733 S:      Supported
1734 F:      sound/soc/atmel
1735
1736 ATMEL DMA DRIVER
1737 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1738 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1739 S:      Supported
1740 F:      drivers/dma/at_hdmac.c
1741 F:      drivers/dma/at_hdmac_regs.h
1742 F:      include/linux/platform_data/dma-atmel.h
1743
1744 ATMEL XDMA DRIVER
1745 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1746 L:      linux-arm-kernel@lists.infradead.org
1747 L:      dmaengine@vger.kernel.org
1748 S:      Supported
1749 F:      drivers/dma/at_xdmac.c
1750
1751 ATMEL I2C DRIVER
1752 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1753 L:      linux-i2c@vger.kernel.org
1754 S:      Supported
1755 F:      drivers/i2c/busses/i2c-at91.c
1756
1757 ATMEL ISI DRIVER
1758 M:      Josh Wu <josh.wu@atmel.com>
1759 L:      linux-media@vger.kernel.org
1760 S:      Supported
1761 F:      drivers/media/platform/soc_camera/atmel-isi.c
1762 F:      include/media/atmel-isi.h
1763
1764 ATMEL LCDFB DRIVER
1765 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1766 L:      linux-fbdev@vger.kernel.org
1767 S:      Maintained
1768 F:      drivers/video/fbdev/atmel_lcdfb.c
1769 F:      include/video/atmel_lcdc.h
1770
1771 ATMEL MACB ETHERNET DRIVER
1772 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1773 S:      Supported
1774 F:      drivers/net/ethernet/cadence/
1775
1776 ATMEL NAND DRIVER
1777 M:      Josh Wu <josh.wu@atmel.com>
1778 L:      linux-mtd@lists.infradead.org
1779 S:      Supported
1780 F:      drivers/mtd/nand/atmel_nand*
1781
1782 ATMEL SPI DRIVER
1783 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1784 S:      Supported
1785 F:      drivers/spi/spi-atmel.*
1786
1787 ATMEL SSC DRIVER
1788 M:      Bo Shen <voice.shen@atmel.com>
1789 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1790 S:      Supported
1791 F:      drivers/misc/atmel-ssc.c
1792 F:      include/linux/atmel-ssc.h
1793
1794 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1795 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1796 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1797 S:      Supported
1798 F:      drivers/misc/atmel_tclib.c
1799 F:      drivers/clocksource/tcb_clksrc.c
1800
1801 ATMEL USBA UDC DRIVER
1802 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1803 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1804 S:      Supported
1805 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1806
1807 ATMEL WIRELESS DRIVER
1808 M:      Simon Kelley <simon@thekelleys.org.uk>
1809 L:      linux-wireless@vger.kernel.org
1810 W:      http://www.thekelleys.org.uk/atmel
1811 W:      http://atmelwlandriver.sourceforge.net/
1812 S:      Maintained
1813 F:      drivers/net/wireless/atmel*
1814
1815 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1816 M:      Bradley Grove <linuxdrivers@attotech.com>
1817 L:      linux-scsi@vger.kernel.org
1818 W:      http://www.attotech.com
1819 S:      Supported
1820 F:      drivers/scsi/esas2r
1821
1822 AUDIT SUBSYSTEM
1823 M:      Paul Moore <paul@paul-moore.com>
1824 M:      Eric Paris <eparis@redhat.com>
1825 L:      linux-audit@redhat.com (moderated for non-subscribers)
1826 W:      http://people.redhat.com/sgrubb/audit/
1827 T:      git git://git.infradead.org/users/pcmoore/audit
1828 S:      Maintained
1829 F:      include/linux/audit.h
1830 F:      include/uapi/linux/audit.h
1831 F:      kernel/audit*
1832
1833 AUXILIARY DISPLAY DRIVERS
1834 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1835 W:      http://miguelojeda.es/auxdisplay.htm
1836 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1837 S:      Maintained
1838 F:      drivers/auxdisplay/
1839 F:      include/linux/cfag12864b.h
1840
1841 AVR32 ARCHITECTURE
1842 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1843 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1844 W:      http://www.atmel.com/products/AVR32/
1845 W:      http://mirror.egtvedt.no/avr32linux.org/
1846 W:      http://avrfreaks.net/
1847 S:      Maintained
1848 F:      arch/avr32/
1849
1850 AVR32/AT32AP MACHINE SUPPORT
1851 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1852 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1853 S:      Maintained
1854 F:      arch/avr32/mach-at32ap/
1855
1856 AX.25 NETWORK LAYER
1857 M:      Ralf Baechle <ralf@linux-mips.org>
1858 L:      linux-hams@vger.kernel.org
1859 W:      http://www.linux-ax25.org/
1860 S:      Maintained
1861 F:      include/uapi/linux/ax25.h
1862 F:      include/net/ax25.h
1863 F:      net/ax25/
1864
1865 AZ6007 DVB DRIVER
1866 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1867 L:      linux-media@vger.kernel.org
1868 W:      http://linuxtv.org
1869 T:      git git://linuxtv.org/media_tree.git
1870 S:      Maintained
1871 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1872
1873 AZTECH FM RADIO RECEIVER DRIVER
1874 M:      Hans Verkuil <hverkuil@xs4all.nl>
1875 L:      linux-media@vger.kernel.org
1876 T:      git git://linuxtv.org/media_tree.git
1877 W:      http://linuxtv.org
1878 S:      Maintained
1879 F:      drivers/media/radio/radio-aztech*
1880
1881 B43 WIRELESS DRIVER
1882 M:      Stefano Brivio <stefano.brivio@polimi.it>
1883 L:      linux-wireless@vger.kernel.org
1884 L:      b43-dev@lists.infradead.org
1885 W:      http://wireless.kernel.org/en/users/Drivers/b43
1886 S:      Maintained
1887 F:      drivers/net/wireless/b43/
1888
1889 B43LEGACY WIRELESS DRIVER
1890 M:      Larry Finger <Larry.Finger@lwfinger.net>
1891 M:      Stefano Brivio <stefano.brivio@polimi.it>
1892 L:      linux-wireless@vger.kernel.org
1893 L:      b43-dev@lists.infradead.org
1894 W:      http://wireless.kernel.org/en/users/Drivers/b43
1895 S:      Maintained
1896 F:      drivers/net/wireless/b43legacy/
1897
1898 BACKLIGHT CLASS/SUBSYSTEM
1899 M:      Jingoo Han <jg1.han@samsung.com>
1900 M:      Lee Jones <lee.jones@linaro.org>
1901 S:      Maintained
1902 F:      drivers/video/backlight/
1903 F:      include/linux/backlight.h
1904
1905 BATMAN ADVANCED
1906 M:      Marek Lindner <mareklindner@neomailbox.ch>
1907 M:      Simon Wunderlich <sw@simonwunderlich.de>
1908 M:      Antonio Quartulli <antonio@meshcoding.com>
1909 L:      b.a.t.m.a.n@lists.open-mesh.org
1910 W:      http://www.open-mesh.org/
1911 S:      Maintained
1912 F:      net/batman-adv/
1913
1914 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1915 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1916 L:      linux-hams@vger.kernel.org
1917 W:      http://www.baycom.org/~tom/ham/ham.html
1918 S:      Maintained
1919 F:      drivers/net/hamradio/baycom*
1920
1921 BCACHE (BLOCK LAYER CACHE)
1922 M:      Kent Overstreet <kmo@daterainc.com>
1923 L:      linux-bcache@vger.kernel.org
1924 W:      http://bcache.evilpiepirate.org
1925 S:      Maintained:
1926 F:      drivers/md/bcache/
1927
1928 BEFS FILE SYSTEM
1929 S:      Orphan
1930 F:      Documentation/filesystems/befs.txt
1931 F:      fs/befs/
1932
1933 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1934 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1935 L: netdev@vger.kernel.org
1936 S: Maintained
1937 F: drivers/net/ethernet/ec_bhf.c
1938
1939 BFS FILE SYSTEM
1940 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1941 S:      Maintained
1942 F:      Documentation/filesystems/bfs.txt
1943 F:      fs/bfs/
1944 F:      include/uapi/linux/bfs_fs.h
1945
1946 BLACKFIN ARCHITECTURE
1947 M:      Steven Miao <realmz6@gmail.com>
1948 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1949 T:      git git://git.code.sf.net/p/adi-linux/code
1950 W:      http://blackfin.uclinux.org
1951 S:      Supported
1952 F:      arch/blackfin/
1953
1954 BLACKFIN EMAC DRIVER
1955 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1956 W:      http://blackfin.uclinux.org
1957 S:      Supported
1958 F:      drivers/net/ethernet/adi/
1959
1960 BLACKFIN RTC DRIVER
1961 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1962 W:      http://blackfin.uclinux.org
1963 S:      Supported
1964 F:      drivers/rtc/rtc-bfin.c
1965
1966 BLACKFIN SDH DRIVER
1967 M:      Sonic Zhang <sonic.zhang@analog.com>
1968 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1969 W:      http://blackfin.uclinux.org
1970 S:      Supported
1971 F:      drivers/mmc/host/bfin_sdh.c
1972
1973 BLACKFIN SERIAL DRIVER
1974 M:      Sonic Zhang <sonic.zhang@analog.com>
1975 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1976 W:      http://blackfin.uclinux.org
1977 S:      Supported
1978 F:      drivers/tty/serial/bfin_uart.c
1979
1980 BLACKFIN WATCHDOG DRIVER
1981 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1982 W:      http://blackfin.uclinux.org
1983 S:      Supported
1984 F:      drivers/watchdog/bfin_wdt.c
1985
1986 BLACKFIN I2C TWI DRIVER
1987 M:      Sonic Zhang <sonic.zhang@analog.com>
1988 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1989 W:      http://blackfin.uclinux.org/
1990 S:      Supported
1991 F:      drivers/i2c/busses/i2c-bfin-twi.c
1992
1993 BLACKFIN MEDIA DRIVER
1994 M:      Scott Jiang <scott.jiang.linux@gmail.com>
1995 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1996 W:      http://blackfin.uclinux.org/
1997 S:      Supported
1998 F:      drivers/media/platform/blackfin/
1999 F:      drivers/media/i2c/adv7183*
2000 F:      drivers/media/i2c/vs6624*
2001
2002 BLINKM RGB LED DRIVER
2003 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2004 S:      Maintained
2005 F:      drivers/leds/leds-blinkm.c
2006
2007 BLOCK LAYER
2008 M:      Jens Axboe <axboe@kernel.dk>
2009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2010 S:      Maintained
2011 F:      block/
2012
2013 BLOCK2MTD DRIVER
2014 M:      Joern Engel <joern@lazybastard.org>
2015 L:      linux-mtd@lists.infradead.org
2016 S:      Maintained
2017 F:      drivers/mtd/devices/block2mtd.c
2018
2019 BLUETOOTH DRIVERS
2020 M:      Marcel Holtmann <marcel@holtmann.org>
2021 M:      Gustavo Padovan <gustavo@padovan.org>
2022 M:      Johan Hedberg <johan.hedberg@gmail.com>
2023 L:      linux-bluetooth@vger.kernel.org
2024 W:      http://www.bluez.org/
2025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2027 S:      Maintained
2028 F:      drivers/bluetooth/
2029
2030 BLUETOOTH SUBSYSTEM
2031 M:      Marcel Holtmann <marcel@holtmann.org>
2032 M:      Gustavo Padovan <gustavo@padovan.org>
2033 M:      Johan Hedberg <johan.hedberg@gmail.com>
2034 L:      linux-bluetooth@vger.kernel.org
2035 W:      http://www.bluez.org/
2036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2038 S:      Maintained
2039 F:      net/bluetooth/
2040 F:      include/net/bluetooth/
2041
2042 BONDING DRIVER
2043 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2044 M:      Veaceslav Falico <vfalico@gmail.com>
2045 M:      Andy Gospodarek <andy@greyhouse.net>
2046 L:      netdev@vger.kernel.org
2047 W:      http://sourceforge.net/projects/bonding/
2048 S:      Supported
2049 F:      drivers/net/bonding/
2050 F:      include/uapi/linux/if_bonding.h
2051
2052 BPF (Safe dynamic programs and tools)
2053 M:      Alexei Starovoitov <ast@kernel.org>
2054 L:      netdev@vger.kernel.org
2055 L:      linux-kernel@vger.kernel.org
2056 S:      Supported
2057 F:      kernel/bpf/
2058
2059 BROADCOM B44 10/100 ETHERNET DRIVER
2060 M:      Gary Zambrano <zambrano@broadcom.com>
2061 L:      netdev@vger.kernel.org
2062 S:      Supported
2063 F:      drivers/net/ethernet/broadcom/b44.*
2064
2065 BROADCOM GENET ETHERNET DRIVER
2066 M:      Florian Fainelli <f.fainelli@gmail.com>
2067 L:      netdev@vger.kernel.org
2068 S:      Supported
2069 F:      drivers/net/ethernet/broadcom/genet/
2070
2071 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2072 M:      Sony Chacko <sony.chacko@qlogic.com>
2073 M:      Dept-HSGLinuxNICDev@qlogic.com
2074 L:      netdev@vger.kernel.org
2075 S:      Supported
2076 F:      drivers/net/ethernet/broadcom/bnx2.*
2077 F:      drivers/net/ethernet/broadcom/bnx2_*
2078
2079 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2080 M:      Ariel Elior <ariel.elior@qlogic.com>
2081 L:      netdev@vger.kernel.org
2082 S:      Supported
2083 F:      drivers/net/ethernet/broadcom/bnx2x/
2084
2085 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2086 M:      Christian Daudt <bcm@fixthebug.org>
2087 M:      Matt Porter <mporter@linaro.org>
2088 M:      Florian Fainelli <f.fainelli@gmail.com>
2089 L:      bcm-kernel-feedback-list@broadcom.com
2090 T:      git git://github.com/broadcom/mach-bcm
2091 S:      Maintained
2092 F:      arch/arm/mach-bcm/
2093 F:      arch/arm/boot/dts/bcm113*
2094 F:      arch/arm/boot/dts/bcm216*
2095 F:      arch/arm/boot/dts/bcm281*
2096 F:      arch/arm/configs/bcm_defconfig
2097 F:      drivers/mmc/host/sdhci-bcm-kona.c
2098 F:      drivers/clocksource/bcm_kona_timer.c
2099
2100 BROADCOM BCM2835 ARM ARCHITECTURE
2101 M:      Stephen Warren <swarren@wwwdotorg.org>
2102 M:      Lee Jones <lee@kernel.org>
2103 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2105 S:      Maintained
2106 N:      bcm2835
2107
2108 BROADCOM BCM33XX MIPS ARCHITECTURE
2109 M:      Kevin Cernekee <cernekee@gmail.com>
2110 L:      linux-mips@linux-mips.org
2111 S:      Maintained
2112 F:      arch/mips/bcm3384/*
2113 F:      arch/mips/include/asm/mach-bcm3384/*
2114 F:      arch/mips/kernel/*bmips*
2115
2116 BROADCOM BCM5301X ARM ARCHITECTURE
2117 M:      Hauke Mehrtens <hauke@hauke-m.de>
2118 L:      linux-arm-kernel@lists.infradead.org
2119 S:      Maintained
2120 F:      arch/arm/mach-bcm/bcm_5301x.c
2121 F:      arch/arm/boot/dts/bcm5301x.dtsi
2122 F:      arch/arm/boot/dts/bcm470*
2123
2124 BROADCOM BCM63XX ARM ARCHITECTURE
2125 M:      Florian Fainelli <f.fainelli@gmail.com>
2126 L:      linux-arm-kernel@lists.infradead.org
2127 T:      git git://git.github.com/brcm/linux.git
2128 S:      Maintained
2129 F:      arch/arm/mach-bcm/bcm63xx.c
2130 F:      arch/arm/include/debug/bcm63xx.S
2131
2132 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2133 M:      Kevin Cernekee <cernekee@gmail.com>
2134 L:      linux-usb@vger.kernel.org
2135 S:      Maintained
2136 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2137
2138 BROADCOM BCM7XXX ARM ARCHITECTURE
2139 M:      Marc Carino <marc.ceeeee@gmail.com>
2140 M:      Brian Norris <computersforpeace@gmail.com>
2141 M:      Gregory Fong <gregory.0xf0@gmail.com>
2142 M:      Florian Fainelli <f.fainelli@gmail.com>
2143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2144 S:      Maintained
2145 F:      arch/arm/mach-bcm/*brcmstb*
2146 F:      arch/arm/boot/dts/bcm7*.dts*
2147 F:      drivers/bus/brcmstb_gisb.c
2148
2149 BROADCOM BMIPS MIPS ARCHITECTURE
2150 M:      Kevin Cernekee <cernekee@gmail.com>
2151 M:      Florian Fainelli <f.fainelli@gmail.com>
2152 L:      linux-mips@linux-mips.org
2153 S:      Maintained
2154 F:      arch/mips/bmips/*
2155 F:      arch/mips/include/asm/mach-bmips/*
2156 F:      arch/mips/kernel/*bmips*
2157 F:      arch/mips/boot/dts/bcm*.dts*
2158 F:      drivers/irqchip/irq-bcm7*
2159 F:      drivers/irqchip/irq-brcmstb*
2160
2161 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2162 M:      Prashant Sreedharan <prashant@broadcom.com>
2163 M:      Michael Chan <mchan@broadcom.com>
2164 L:      netdev@vger.kernel.org
2165 S:      Supported
2166 F:      drivers/net/ethernet/broadcom/tg3.*
2167
2168 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2169 M:      Brett Rudley <brudley@broadcom.com>
2170 M:      Arend van Spriel <arend@broadcom.com>
2171 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2172 M:      Hante Meuleman <meuleman@broadcom.com>
2173 L:      linux-wireless@vger.kernel.org
2174 L:      brcm80211-dev-list@broadcom.com
2175 S:      Supported
2176 F:      drivers/net/wireless/brcm80211/
2177
2178 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2179 M:      QLogic-Storage-Upstream@qlogic.com
2180 L:      linux-scsi@vger.kernel.org
2181 S:      Supported
2182 F:      drivers/scsi/bnx2fc/
2183
2184 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2185 M:      QLogic-Storage-Upstream@qlogic.com
2186 L:      linux-scsi@vger.kernel.org
2187 S:      Supported
2188 F:      drivers/scsi/bnx2i/
2189
2190 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2191 M:      Ray Jui <rjui@broadcom.com>
2192 M:      Scott Branden <sbranden@broadcom.com>
2193 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2194 L:      bcm-kernel-feedback-list@broadcom.com
2195 T:      git git://git.github.com/brcm/linux.git
2196 S:      Maintained
2197 N:      iproc
2198 N:      cygnus
2199 N:      bcm9113*
2200 N:      bcm9583*
2201 N:      bcm583*
2202 N:      bcm113*
2203
2204 BROADCOM KONA GPIO DRIVER
2205 M:      Ray Jui <rjui@broadcom.com>
2206 L:      bcm-kernel-feedback-list@broadcom.com
2207 S:      Supported
2208 F:      drivers/gpio/gpio-bcm-kona.c
2209 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2210
2211 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2212 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2213 L:      linux-wireless@vger.kernel.org
2214 S:      Maintained
2215 F:      drivers/bcma/
2216 F:      include/linux/bcma/
2217
2218 BROADCOM SYSTEMPORT ETHERNET DRIVER
2219 M:      Florian Fainelli <f.fainelli@gmail.com>
2220 L:      netdev@vger.kernel.org
2221 S:      Supported
2222 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2223
2224 BROCADE BFA FC SCSI DRIVER
2225 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2226 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2227 L:      linux-scsi@vger.kernel.org
2228 S:      Supported
2229 F:      drivers/scsi/bfa/
2230
2231 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2232 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2233 L:      netdev@vger.kernel.org
2234 S:      Supported
2235 F:      drivers/net/ethernet/brocade/bna/
2236
2237 BSG (block layer generic sg v4 driver)
2238 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2239 L:      linux-scsi@vger.kernel.org
2240 S:      Supported
2241 F:      block/bsg.c
2242 F:      include/linux/bsg.h
2243 F:      include/uapi/linux/bsg.h
2244
2245 BT87X AUDIO DRIVER
2246 M:      Clemens Ladisch <clemens@ladisch.de>
2247 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2248 T:      git git://git.alsa-project.org/alsa-kernel.git
2249 S:      Maintained
2250 F:      Documentation/sound/alsa/Bt87x.txt
2251 F:      sound/pci/bt87x.c
2252
2253 BT8XXGPIO DRIVER
2254 M:      Michael Buesch <m@bues.ch>
2255 W:      http://bu3sch.de/btgpio.php
2256 S:      Maintained
2257 F:      drivers/gpio/gpio-bt8xx.c
2258
2259 BTRFS FILE SYSTEM
2260 M:      Chris Mason <clm@fb.com>
2261 M:      Josef Bacik <jbacik@fb.com>
2262 L:      linux-btrfs@vger.kernel.org
2263 W:      http://btrfs.wiki.kernel.org/
2264 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2266 S:      Maintained
2267 F:      Documentation/filesystems/btrfs.txt
2268 F:      fs/btrfs/
2269
2270 BTTV VIDEO4LINUX DRIVER
2271 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2272 L:      linux-media@vger.kernel.org
2273 W:      http://linuxtv.org
2274 T:      git git://linuxtv.org/media_tree.git
2275 S:      Odd fixes
2276 F:      Documentation/video4linux/bttv/
2277 F:      drivers/media/pci/bt8xx/bttv*
2278
2279 BUSLOGIC SCSI DRIVER
2280 M:      Khalid Aziz <khalid@gonehiking.org>
2281 L:      linux-scsi@vger.kernel.org
2282 S:      Maintained
2283 F:      drivers/scsi/BusLogic.*
2284 F:      drivers/scsi/FlashPoint.*
2285
2286 C-MEDIA CMI8788 DRIVER
2287 M:      Clemens Ladisch <clemens@ladisch.de>
2288 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2289 T:      git git://git.alsa-project.org/alsa-kernel.git
2290 S:      Maintained
2291 F:      sound/pci/oxygen/
2292
2293 C6X ARCHITECTURE
2294 M:      Mark Salter <msalter@redhat.com>
2295 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2296 L:      linux-c6x-dev@linux-c6x.org
2297 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2298 S:      Maintained
2299 F:      arch/c6x/
2300
2301 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2302 M:      David Howells <dhowells@redhat.com>
2303 L:      linux-cachefs@redhat.com
2304 S:      Supported
2305 F:      Documentation/filesystems/caching/cachefiles.txt
2306 F:      fs/cachefiles/
2307
2308 CADET FM/AM RADIO RECEIVER DRIVER
2309 M:      Hans Verkuil <hverkuil@xs4all.nl>
2310 L:      linux-media@vger.kernel.org
2311 T:      git git://linuxtv.org/media_tree.git
2312 W:      http://linuxtv.org
2313 S:      Maintained
2314 F:      drivers/media/radio/radio-cadet*
2315
2316 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2317 M:      Jonathan Corbet <corbet@lwn.net>
2318 L:      linux-media@vger.kernel.org
2319 T:      git git://linuxtv.org/media_tree.git
2320 S:      Maintained
2321 F:      Documentation/video4linux/cafe_ccic
2322 F:      drivers/media/platform/marvell-ccic/
2323
2324 CAIF NETWORK LAYER
2325 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2326 L:      netdev@vger.kernel.org
2327 S:      Supported
2328 F:      Documentation/networking/caif/
2329 F:      drivers/net/caif/
2330 F:      include/uapi/linux/caif/
2331 F:      include/net/caif/
2332 F:      net/caif/
2333
2334 CALGARY x86-64 IOMMU
2335 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2336 M:      "Jon D. Mason" <jdmason@kudzu.us>
2337 L:      discuss@x86-64.org
2338 S:      Maintained
2339 F:      arch/x86/kernel/pci-calgary_64.c
2340 F:      arch/x86/kernel/tce_64.c
2341 F:      arch/x86/include/asm/calgary.h
2342 F:      arch/x86/include/asm/tce.h
2343
2344 CAN NETWORK LAYER
2345 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2346 L:      linux-can@vger.kernel.org
2347 W:      http://gitorious.org/linux-can
2348 T:      git git://gitorious.org/linux-can/linux-can-next.git
2349 S:      Maintained
2350 F:      Documentation/networking/can.txt
2351 F:      net/can/
2352 F:      include/linux/can/core.h
2353 F:      include/uapi/linux/can.h
2354 F:      include/uapi/linux/can/bcm.h
2355 F:      include/uapi/linux/can/raw.h
2356 F:      include/uapi/linux/can/gw.h
2357
2358 CAN NETWORK DRIVERS
2359 M:      Wolfgang Grandegger <wg@grandegger.com>
2360 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2361 L:      linux-can@vger.kernel.org
2362 W:      http://gitorious.org/linux-can
2363 T:      git git://gitorious.org/linux-can/linux-can-next.git
2364 S:      Maintained
2365 F:      drivers/net/can/
2366 F:      include/linux/can/dev.h
2367 F:      include/linux/can/platform/
2368 F:      include/uapi/linux/can/error.h
2369 F:      include/uapi/linux/can/netlink.h
2370
2371 CAPABILITIES
2372 M:      Serge Hallyn <serge.hallyn@canonical.com>
2373 L:      linux-security-module@vger.kernel.org
2374 S:      Supported
2375 F:      include/linux/capability.h
2376 F:      include/uapi/linux/capability.h
2377 F:      security/capability.c
2378 F:      security/commoncap.c
2379 F:      kernel/capability.c
2380
2381 CC2520 IEEE-802.15.4 RADIO DRIVER
2382 M:      Varka Bhadram <varkabhadram@gmail.com>
2383 L:      linux-wpan@vger.kernel.org
2384 S:      Maintained
2385 F:      drivers/net/ieee802154/cc2520.c
2386 F:      include/linux/spi/cc2520.h
2387 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2388
2389 CELL BROADBAND ENGINE ARCHITECTURE
2390 M:      Arnd Bergmann <arnd@arndb.de>
2391 L:      linuxppc-dev@lists.ozlabs.org
2392 L:      cbe-oss-dev@lists.ozlabs.org
2393 W:      http://www.ibm.com/developerworks/power/cell/
2394 S:      Supported
2395 F:      arch/powerpc/include/asm/cell*.h
2396 F:      arch/powerpc/include/asm/spu*.h
2397 F:      arch/powerpc/include/uapi/asm/spu*.h
2398 F:      arch/powerpc/oprofile/*cell*
2399 F:      arch/powerpc/platforms/cell/
2400
2401 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2402 M:      Sage Weil <sage@inktank.com>
2403 L:      ceph-devel@vger.kernel.org
2404 W:      http://ceph.com/
2405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2406 S:      Supported
2407 F:      Documentation/filesystems/ceph.txt
2408 F:      fs/ceph/
2409 F:      net/ceph/
2410 F:      include/linux/ceph/
2411 F:      include/linux/crush/
2412
2413 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2414 L:      linux-usb@vger.kernel.org
2415 S:      Orphan
2416 F:      Documentation/usb/WUSB-Design-overview.txt
2417 F:      Documentation/usb/wusb-cbaf
2418 F:      drivers/usb/host/hwa-hc.c
2419 F:      drivers/usb/host/whci/
2420 F:      drivers/usb/wusbcore/
2421 F:      include/linux/usb/wusb*
2422
2423 CFAG12864B LCD DRIVER
2424 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2425 W:      http://miguelojeda.es/auxdisplay.htm
2426 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2427 S:      Maintained
2428 F:      drivers/auxdisplay/cfag12864b.c
2429 F:      include/linux/cfag12864b.h
2430
2431 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2432 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2433 W:      http://miguelojeda.es/auxdisplay.htm
2434 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2435 S:      Maintained
2436 F:      drivers/auxdisplay/cfag12864bfb.c
2437 F:      include/linux/cfag12864b.h
2438
2439 CFG80211 and NL80211
2440 M:      Johannes Berg <johannes@sipsolutions.net>
2441 L:      linux-wireless@vger.kernel.org
2442 W:      http://wireless.kernel.org/
2443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2445 S:      Maintained
2446 F:      include/uapi/linux/nl80211.h
2447 F:      include/net/cfg80211.h
2448 F:      net/wireless/*
2449 X:      net/wireless/wext*
2450
2451 CHAR and MISC DRIVERS
2452 M:      Arnd Bergmann <arnd@arndb.de>
2453 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2455 S:      Supported
2456 F:      drivers/char/*
2457 F:      drivers/misc/*
2458 F:      include/linux/miscdevice.h
2459
2460 CHECKPATCH
2461 M:      Andy Whitcroft <apw@canonical.com>
2462 M:      Joe Perches <joe@perches.com>
2463 S:      Maintained
2464 F:      scripts/checkpatch.pl
2465
2466 CHINESE DOCUMENTATION
2467 M:      Harry Wei <harryxiyou@gmail.com>
2468 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2469 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2470 S:      Maintained
2471 F:      Documentation/zh_CN/
2472
2473 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2474 M:      Peter Chen <Peter.Chen@freescale.com>
2475 T:      git git://github.com/hzpeterchen/linux-usb.git
2476 L:      linux-usb@vger.kernel.org
2477 S:      Maintained
2478 F:      drivers/usb/chipidea/
2479
2480 CHROME HARDWARE PLATFORM SUPPORT
2481 M:      Olof Johansson <olof@lixom.net>
2482 S:      Maintained
2483 F:      drivers/platform/chrome/
2484
2485 CISCO VIC ETHERNET NIC DRIVER
2486 M:      Christian Benvenuti <benve@cisco.com>
2487 M:      Sujith Sankar <ssujith@cisco.com>
2488 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2489 M:      Neel Patel <neepatel@cisco.com>
2490 S:      Supported
2491 F:      drivers/net/ethernet/cisco/enic/
2492
2493 CISCO VIC LOW LATENCY NIC DRIVER
2494 M:      Upinder Malhi <umalhi@cisco.com>
2495 S:      Supported
2496 F:      drivers/infiniband/hw/usnic
2497
2498 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2499 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2500 L:      netdev@vger.kernel.org
2501 S:      Maintained
2502 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2503
2504 CIRRUS LOGIC AUDIO CODEC DRIVERS
2505 M:      Brian Austin <brian.austin@cirrus.com>
2506 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2507 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2508 S:      Maintained
2509 F:      sound/soc/codecs/cs*
2510
2511 CLEANCACHE API
2512 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2513 L:      linux-kernel@vger.kernel.org
2514 S:      Maintained
2515 F:      mm/cleancache.c
2516 F:      include/linux/cleancache.h
2517
2518 CLK API
2519 M:      Russell King <linux@arm.linux.org.uk>
2520 S:      Maintained
2521 F:      include/linux/clk.h
2522
2523 CLOCKSOURCE, CLOCKEVENT DRIVERS
2524 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2525 M:      Thomas Gleixner <tglx@linutronix.de>
2526 L:      linux-kernel@vger.kernel.org
2527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2528 S:      Supported
2529 F:      drivers/clocksource
2530
2531 CISCO FCOE HBA DRIVER
2532 M:      Hiral Patel <hiralpat@cisco.com>
2533 M:      Suma Ramars <sramars@cisco.com>
2534 M:      Brian Uchino <buchino@cisco.com>
2535 L:      linux-scsi@vger.kernel.org
2536 S:      Supported
2537 F:      drivers/scsi/fnic/
2538
2539 CMPC ACPI DRIVER
2540 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2541 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2542 L:      platform-driver-x86@vger.kernel.org
2543 S:      Supported
2544 F:      drivers/platform/x86/classmate-laptop.c
2545
2546 COCCINELLE/Semantic Patches (SmPL)
2547 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2548 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2549 M:      Nicolas Palix <nicolas.palix@imag.fr>
2550 M:      Michal Marek <mmarek@suse.cz>
2551 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2552 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2553 W:      http://coccinelle.lip6.fr/
2554 S:      Supported
2555 F:      Documentation/coccinelle.txt
2556 F:      scripts/coccinelle/
2557 F:      scripts/coccicheck
2558
2559 CODA FILE SYSTEM
2560 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2561 M:      coda@cs.cmu.edu
2562 L:      codalist@coda.cs.cmu.edu
2563 W:      http://www.coda.cs.cmu.edu/
2564 S:      Maintained
2565 F:      Documentation/filesystems/coda.txt
2566 F:      fs/coda/
2567 F:      include/linux/coda*.h
2568 F:      include/uapi/linux/coda*.h
2569
2570 CODA V4L2 MEM2MEM DRIVER
2571 M:      Philipp Zabel <p.zabel@pengutronix.de>
2572 L:      linux-media@vger.kernel.org
2573 S:      Maintained
2574 F:      Documentation/devicetree/bindings/media/coda.txt
2575 F:      drivers/media/platform/coda/
2576
2577 COMMON CLK FRAMEWORK
2578 M:      Mike Turquette <mturquette@linaro.org>
2579 L:      linux-kernel@vger.kernel.org
2580 T:      git git://git.linaro.org/people/mturquette/linux.git
2581 S:      Maintained
2582 F:      drivers/clk/
2583 X:      drivers/clk/clkdev.c
2584 F:      include/linux/clk-pr*
2585 F:      include/linux/clk/
2586
2587 COMMON INTERNET FILE SYSTEM (CIFS)
2588 M:      Steve French <sfrench@samba.org>
2589 L:      linux-cifs@vger.kernel.org
2590 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2591 W:      http://linux-cifs.samba.org/
2592 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2593 S:      Supported
2594 F:      Documentation/filesystems/cifs/
2595 F:      fs/cifs/
2596
2597 COMPACTPCI HOTPLUG CORE
2598 M:      Scott Murray <scott@spiteful.org>
2599 L:      linux-pci@vger.kernel.org
2600 S:      Maintained
2601 F:      drivers/pci/hotplug/cpci_hotplug*
2602
2603 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2604 M:      Scott Murray <scott@spiteful.org>
2605 L:      linux-pci@vger.kernel.org
2606 S:      Maintained
2607 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2608
2609 COMPACTPCI HOTPLUG GENERIC DRIVER
2610 M:      Scott Murray <scott@spiteful.org>
2611 L:      linux-pci@vger.kernel.org
2612 S:      Maintained
2613 F:      drivers/pci/hotplug/cpcihp_generic.c
2614
2615 COMPAL LAPTOP SUPPORT
2616 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2617 L:      platform-driver-x86@vger.kernel.org
2618 S:      Maintained
2619 F:      drivers/platform/x86/compal-laptop.c
2620
2621 CONEXANT ACCESSRUNNER USB DRIVER
2622 M:      Simon Arlott <cxacru@fire.lp0.eu>
2623 L:      accessrunner-general@lists.sourceforge.net
2624 W:      http://accessrunner.sourceforge.net/
2625 S:      Maintained
2626 F:      drivers/usb/atm/cxacru.c
2627
2628 CONFIGFS
2629 M:      Joel Becker <jlbec@evilplan.org>
2630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2631 S:      Supported
2632 F:      fs/configfs/
2633 F:      include/linux/configfs.h
2634
2635 CONNECTOR
2636 M:      Evgeniy Polyakov <zbr@ioremap.net>
2637 L:      netdev@vger.kernel.org
2638 S:      Maintained
2639 F:      drivers/connector/
2640
2641 CONTROL GROUP (CGROUP)
2642 M:      Tejun Heo <tj@kernel.org>
2643 M:      Li Zefan <lizefan@huawei.com>
2644 L:      cgroups@vger.kernel.org
2645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2646 S:      Maintained
2647 F:      Documentation/cgroups/
2648 F:      include/linux/cgroup*
2649 F:      kernel/cgroup*
2650
2651 CONTROL GROUP - CPUSET
2652 M:      Li Zefan <lizefan@huawei.com>
2653 L:      cgroups@vger.kernel.org
2654 W:      http://www.bullopensource.org/cpuset/
2655 W:      http://oss.sgi.com/projects/cpusets/
2656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2657 S:      Maintained
2658 F:      Documentation/cgroups/cpusets.txt
2659 F:      include/linux/cpuset.h
2660 F:      kernel/cpuset.c
2661
2662 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2663 M:      Johannes Weiner <hannes@cmpxchg.org>
2664 M:      Michal Hocko <mhocko@suse.cz>
2665 L:      cgroups@vger.kernel.org
2666 L:      linux-mm@kvack.org
2667 S:      Maintained
2668 F:      mm/memcontrol.c
2669 F:      mm/swap_cgroup.c
2670
2671 CORETEMP HARDWARE MONITORING DRIVER
2672 M:      Fenghua Yu <fenghua.yu@intel.com>
2673 L:      lm-sensors@lm-sensors.org
2674 S:      Maintained
2675 F:      Documentation/hwmon/coretemp
2676 F:      drivers/hwmon/coretemp.c
2677
2678 COSA/SRP SYNC SERIAL DRIVER
2679 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2680 W:      http://www.fi.muni.cz/~kas/cosa/
2681 S:      Maintained
2682 F:      drivers/net/wan/cosa*
2683
2684 CPMAC ETHERNET DRIVER
2685 M:      Florian Fainelli <florian@openwrt.org>
2686 L:      netdev@vger.kernel.org
2687 S:      Maintained
2688 F:      drivers/net/ethernet/ti/cpmac.c
2689
2690 CPU FREQUENCY DRIVERS
2691 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2692 M:      Viresh Kumar <viresh.kumar@linaro.org>
2693 L:      linux-pm@vger.kernel.org
2694 S:      Maintained
2695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2696 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2697 F:      drivers/cpufreq/
2698 F:      include/linux/cpufreq.h
2699
2700 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2701 M:      Viresh Kumar <viresh.kumar@linaro.org>
2702 M:      Sudeep Holla <sudeep.holla@arm.com>
2703 L:      linux-pm@vger.kernel.org
2704 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2705 S:      Maintained
2706 F:      drivers/cpufreq/arm_big_little.h
2707 F:      drivers/cpufreq/arm_big_little.c
2708 F:      drivers/cpufreq/arm_big_little_dt.c
2709
2710 CPUIDLE DRIVER - ARM BIG LITTLE
2711 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2712 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2713 L:      linux-pm@vger.kernel.org
2714 L:      linux-arm-kernel@lists.infradead.org
2715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2716 S:      Maintained
2717 F:      drivers/cpuidle/cpuidle-big_little.c
2718
2719 CPUIDLE DRIVER - ARM EXYNOS
2720 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2721 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2722 M:      Kukjin Kim <kgene@kernel.org>
2723 L:      linux-pm@vger.kernel.org
2724 L:      linux-samsung-soc@vger.kernel.org
2725 S:      Supported
2726 F:      drivers/cpuidle/cpuidle-exynos.c
2727 F:      arch/arm/mach-exynos/pm.c
2728
2729 CPUIDLE DRIVERS
2730 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2731 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2732 L:      linux-pm@vger.kernel.org
2733 S:      Maintained
2734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2735 F:      drivers/cpuidle/*
2736 F:      include/linux/cpuidle.h
2737
2738 CPUID/MSR DRIVER
2739 M:      "H. Peter Anvin" <hpa@zytor.com>
2740 S:      Maintained
2741 F:      arch/x86/kernel/cpuid.c
2742 F:      arch/x86/kernel/msr.c
2743
2744 CPU POWER MONITORING SUBSYSTEM
2745 M:      Thomas Renninger <trenn@suse.de>
2746 L:      linux-pm@vger.kernel.org
2747 S:      Maintained
2748 F:      tools/power/cpupower/
2749
2750 CRAMFS FILESYSTEM
2751 W:      http://sourceforge.net/projects/cramfs/
2752 S:      Orphan / Obsolete
2753 F:      Documentation/filesystems/cramfs.txt
2754 F:      fs/cramfs/
2755
2756 CRIS PORT
2757 M:      Mikael Starvik <starvik@axis.com>
2758 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2759 L:      linux-cris-kernel@axis.com
2760 W:      http://developer.axis.com
2761 S:      Maintained
2762 F:      arch/cris/
2763 F:      drivers/tty/serial/crisv10.*
2764
2765 CRYPTO API
2766 M:      Herbert Xu <herbert@gondor.apana.org.au>
2767 M:      "David S. Miller" <davem@davemloft.net>
2768 L:      linux-crypto@vger.kernel.org
2769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2770 S:      Maintained
2771 F:      Documentation/crypto/
2772 F:      arch/*/crypto/
2773 F:      crypto/
2774 F:      drivers/crypto/
2775 F:      include/crypto/
2776
2777 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2778 M:      Neil Horman <nhorman@tuxdriver.com>
2779 L:      linux-crypto@vger.kernel.org
2780 S:      Maintained
2781 F:      crypto/ansi_cprng.c
2782 F:      crypto/rng.c
2783
2784 CS5535 Audio ALSA driver
2785 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2786 S:      Maintained
2787 F:      sound/pci/cs5535audio/
2788
2789 CW1200 WLAN driver
2790 M:      Solomon Peachy <pizza@shaftnet.org>
2791 S:      Maintained
2792 F:      drivers/net/wireless/cw1200/
2793
2794 CX18 VIDEO4LINUX DRIVER
2795 M:      Andy Walls <awalls@md.metrocast.net>
2796 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2797 L:      linux-media@vger.kernel.org
2798 T:      git git://linuxtv.org/media_tree.git
2799 W:      http://linuxtv.org
2800 W:      http://www.ivtvdriver.org/index.php/Cx18
2801 S:      Maintained
2802 F:      Documentation/video4linux/cx18.txt
2803 F:      drivers/media/pci/cx18/
2804 F:      include/uapi/linux/ivtv*
2805
2806 CX2341X MPEG ENCODER HELPER MODULE
2807 M:      Hans Verkuil <hverkuil@xs4all.nl>
2808 L:      linux-media@vger.kernel.org
2809 T:      git git://linuxtv.org/media_tree.git
2810 W:      http://linuxtv.org
2811 S:      Maintained
2812 F:      drivers/media/common/cx2341x*
2813 F:      include/media/cx2341x*
2814
2815 CX88 VIDEO4LINUX DRIVER
2816 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2817 L:      linux-media@vger.kernel.org
2818 W:      http://linuxtv.org
2819 T:      git git://linuxtv.org/media_tree.git
2820 S:      Odd fixes
2821 F:      Documentation/video4linux/cx88/
2822 F:      drivers/media/pci/cx88/
2823
2824 CXD2820R MEDIA DRIVER
2825 M:      Antti Palosaari <crope@iki.fi>
2826 L:      linux-media@vger.kernel.org
2827 W:      http://linuxtv.org/
2828 W:      http://palosaari.fi/linux/
2829 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2830 T:      git git://linuxtv.org/anttip/media_tree.git
2831 S:      Maintained
2832 F:      drivers/media/dvb-frontends/cxd2820r*
2833
2834 CXGB3 ETHERNET DRIVER (CXGB3)
2835 M:      Santosh Raspatur <santosh@chelsio.com>
2836 L:      netdev@vger.kernel.org
2837 W:      http://www.chelsio.com
2838 S:      Supported
2839 F:      drivers/net/ethernet/chelsio/cxgb3/
2840
2841 CXGB3 ISCSI DRIVER (CXGB3I)
2842 M:      Karen Xie <kxie@chelsio.com>
2843 L:      linux-scsi@vger.kernel.org
2844 W:      http://www.chelsio.com
2845 S:      Supported
2846 F:      drivers/scsi/cxgbi/cxgb3i
2847
2848 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2849 M:      Steve Wise <swise@chelsio.com>
2850 L:      linux-rdma@vger.kernel.org
2851 W:      http://www.openfabrics.org
2852 S:      Supported
2853 F:      drivers/infiniband/hw/cxgb3/
2854
2855 CXGB4 ETHERNET DRIVER (CXGB4)
2856 M:      Hariprasad S <hariprasad@chelsio.com>
2857 L:      netdev@vger.kernel.org
2858 W:      http://www.chelsio.com
2859 S:      Supported
2860 F:      drivers/net/ethernet/chelsio/cxgb4/
2861
2862 CXGB4 ISCSI DRIVER (CXGB4I)
2863 M:      Karen Xie <kxie@chelsio.com>
2864 L:      linux-scsi@vger.kernel.org
2865 W:      http://www.chelsio.com
2866 S:      Supported
2867 F:      drivers/scsi/cxgbi/cxgb4i
2868
2869 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2870 M:      Steve Wise <swise@chelsio.com>
2871 L:      linux-rdma@vger.kernel.org
2872 W:      http://www.openfabrics.org
2873 S:      Supported
2874 F:      drivers/infiniband/hw/cxgb4/
2875
2876 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2877 M:      Casey Leedom <leedom@chelsio.com>
2878 L:      netdev@vger.kernel.org
2879 W:      http://www.chelsio.com
2880 S:      Supported
2881 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2882
2883 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2884 M:      Ian Munsie <imunsie@au1.ibm.com>
2885 M:      Michael Neuling <mikey@neuling.org>
2886 L:      linuxppc-dev@lists.ozlabs.org
2887 S:      Supported
2888 F:      drivers/misc/cxl/
2889 F:      include/misc/cxl.h
2890 F:      include/uapi/misc/cxl.h
2891 F:      Documentation/powerpc/cxl.txt
2892 F:      Documentation/powerpc/cxl.txt
2893 F:      Documentation/ABI/testing/sysfs-class-cxl
2894
2895 STMMAC ETHERNET DRIVER
2896 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2897 L:      netdev@vger.kernel.org
2898 W:      http://www.stlinux.com
2899 S:      Supported
2900 F:      drivers/net/ethernet/stmicro/stmmac/
2901
2902 CYBERPRO FB DRIVER
2903 M:      Russell King <linux@arm.linux.org.uk>
2904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2905 W:      http://www.arm.linux.org.uk/
2906 S:      Maintained
2907 F:      drivers/video/fbdev/cyber2000fb.*
2908
2909 CYCLADES ASYNC MUX DRIVER
2910 W:      http://www.cyclades.com/
2911 S:      Orphan
2912 F:      drivers/tty/cyclades.c
2913 F:      include/linux/cyclades.h
2914 F:      include/uapi/linux/cyclades.h
2915
2916 CYCLADES PC300 DRIVER
2917 W:      http://www.cyclades.com/
2918 S:      Orphan
2919 F:      drivers/net/wan/pc300*
2920
2921 CYPRESS_FIRMWARE MEDIA DRIVER
2922 M:      Antti Palosaari <crope@iki.fi>
2923 L:      linux-media@vger.kernel.org
2924 W:      http://linuxtv.org/
2925 W:      http://palosaari.fi/linux/
2926 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2927 T:      git git://linuxtv.org/anttip/media_tree.git
2928 S:      Maintained
2929 F:      drivers/media/common/cypress_firmware*
2930
2931 CYTTSP TOUCHSCREEN DRIVER
2932 M:      Ferruh Yigit <fery@cypress.com>
2933 L:      linux-input@vger.kernel.org
2934 S:      Supported
2935 F:      drivers/input/touchscreen/cyttsp*
2936 F:      include/linux/input/cyttsp.h
2937
2938 DAMA SLAVE for AX.25
2939 M:      Joerg Reuter <jreuter@yaina.de>
2940 W:      http://yaina.de/jreuter/
2941 W:      http://www.qsl.net/dl1bke/
2942 L:      linux-hams@vger.kernel.org
2943 S:      Maintained
2944 F:      net/ax25/af_ax25.c
2945 F:      net/ax25/ax25_dev.c
2946 F:      net/ax25/ax25_ds_*
2947 F:      net/ax25/ax25_in.c
2948 F:      net/ax25/ax25_out.c
2949 F:      net/ax25/ax25_timer.c
2950 F:      net/ax25/sysctl_net_ax25.c
2951
2952 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2953 L:      netdev@vger.kernel.org
2954 S:      Orphan
2955 F:      Documentation/networking/dmfe.txt
2956 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2957
2958 DC390/AM53C974 SCSI driver
2959 M:      Hannes Reinecke <hare@suse.de>
2960 L:      linux-scsi@vger.kernel.org
2961 S:      Maintained
2962 F:      drivers/scsi/am53c974.c
2963
2964 DC395x SCSI driver
2965 M:      Oliver Neukum <oliver@neukum.org>
2966 M:      Ali Akcaagac <aliakc@web.de>
2967 M:      Jamie Lenehan <lenehan@twibble.org>
2968 L:      dc395x@twibble.org
2969 W:      http://twibble.org/dist/dc395x/
2970 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2971 S:      Maintained
2972 F:      Documentation/scsi/dc395x.txt
2973 F:      drivers/scsi/dc395x.*
2974
2975 DCCP PROTOCOL
2976 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2977 L:      dccp@vger.kernel.org
2978 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2979 S:      Maintained
2980 F:      include/linux/dccp.h
2981 F:      include/uapi/linux/dccp.h
2982 F:      include/linux/tfrc.h
2983 F:      net/dccp/
2984
2985 DECnet NETWORK LAYER
2986 W:      http://linux-decnet.sourceforge.net
2987 L:      linux-decnet-user@lists.sourceforge.net
2988 S:      Orphan
2989 F:      Documentation/networking/decnet.txt
2990 F:      net/decnet/
2991
2992 DECSTATION PLATFORM SUPPORT
2993 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2994 L:      linux-mips@linux-mips.org
2995 W:      http://www.linux-mips.org/wiki/DECstation
2996 S:      Maintained
2997 F:      arch/mips/dec/
2998 F:      arch/mips/include/asm/dec/
2999 F:      arch/mips/include/asm/mach-dec/
3000
3001 DEFXX FDDI NETWORK DRIVER
3002 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3003 S:      Maintained
3004 F:      drivers/net/fddi/defxx.*
3005
3006 DELL LAPTOP DRIVER
3007 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3008 L:      platform-driver-x86@vger.kernel.org
3009 S:      Maintained
3010 F:      drivers/platform/x86/dell-laptop.c
3011
3012 DELL LAPTOP SMM DRIVER
3013 M:      Guenter Roeck <linux@roeck-us.net>
3014 F:      drivers/char/i8k.c
3015 F:      include/uapi/linux/i8k.h
3016
3017 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3018 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3019 S:      Maintained
3020 F:      Documentation/dcdbas.txt
3021 F:      drivers/firmware/dcdbas.*
3022
3023 DELL WMI EXTRAS DRIVER
3024 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3025 S:      Maintained
3026 F:      drivers/platform/x86/dell-wmi.c
3027
3028 DESIGNWARE USB2 DRD IP DRIVER
3029 M:      Paul Zimmerman <paulz@synopsys.com>
3030 L:      linux-usb@vger.kernel.org
3031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3032 S:      Maintained
3033 F:      drivers/usb/dwc2/
3034
3035 DESIGNWARE USB3 DRD IP DRIVER
3036 M:      Felipe Balbi <balbi@ti.com>
3037 L:      linux-usb@vger.kernel.org
3038 L:      linux-omap@vger.kernel.org
3039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3040 S:      Maintained
3041 F:      drivers/usb/dwc3/
3042
3043 DEVICE COREDUMP (DEV_COREDUMP)
3044 M:      Johannes Berg <johannes@sipsolutions.net>
3045 L:      linux-kernel@vger.kernel.org
3046 S:      Maintained
3047 F:      drivers/base/devcoredump.c
3048 F:      include/linux/devcoredump.h
3049
3050 DEVICE FREQUENCY (DEVFREQ)
3051 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3052 M:      Kyungmin Park <kyungmin.park@samsung.com>
3053 L:      linux-pm@vger.kernel.org
3054 S:      Maintained
3055 F:      drivers/devfreq/
3056
3057 DEVICE NUMBER REGISTRY
3058 M:      Torben Mathiasen <device@lanana.org>
3059 W:      http://lanana.org/docs/device-list/index.html
3060 S:      Maintained
3061
3062 DEVICE-MAPPER  (LVM)
3063 M:      Alasdair Kergon <agk@redhat.com>
3064 M:      Mike Snitzer <snitzer@redhat.com>
3065 M:      dm-devel@redhat.com
3066 L:      dm-devel@redhat.com
3067 W:      http://sources.redhat.com/dm
3068 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3069 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3070 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3071 S:      Maintained
3072 F:      Documentation/device-mapper/
3073 F:      drivers/md/dm*
3074 F:      drivers/md/persistent-data/
3075 F:      include/linux/device-mapper.h
3076 F:      include/linux/dm-*.h
3077 F:      include/uapi/linux/dm-*.h
3078
3079 DIALOG SEMICONDUCTOR DRIVERS
3080 M:      Support Opensource <support.opensource@diasemi.com>
3081 W:      http://www.dialog-semiconductor.com/products
3082 S:      Supported
3083 F:      Documentation/hwmon/da90??
3084 F:      drivers/gpio/gpio-da90??.c
3085 F:      drivers/hwmon/da90??-hwmon.c
3086 F:      drivers/input/misc/da90??_onkey.c
3087 F:      drivers/input/touchscreen/da9052_tsi.c
3088 F:      drivers/leds/leds-da90??.c
3089 F:      drivers/mfd/da903x.c
3090 F:      drivers/mfd/da90??-*.c
3091 F:      drivers/power/da9052-battery.c
3092 F:      drivers/regulator/da903x.c
3093 F:      drivers/regulator/da9???-regulator.[ch]
3094 F:      drivers/rtc/rtc-da90??.c
3095 F:      drivers/video/backlight/da90??_bl.c
3096 F:      drivers/watchdog/da90??_wdt.c
3097 F:      include/linux/mfd/da903x.h
3098 F:      include/linux/mfd/da9052/
3099 F:      include/linux/mfd/da9055/
3100 F:      include/linux/mfd/da9063/
3101 F:      include/sound/da[79]*.h
3102 F:      sound/soc/codecs/da[79]*.[ch]
3103
3104 DIGI NEO AND CLASSIC PCI PRODUCTS
3105 M:      Lidza Louina <lidza.louina@gmail.com>
3106 M:      Mark Hounschell <markh@compro.net>
3107 L:      driverdev-devel@linuxdriverproject.org
3108 S:      Maintained
3109 F:      drivers/staging/dgnc/
3110
3111 DIGI EPCA PCI PRODUCTS
3112 M:      Lidza Louina <lidza.louina@gmail.com>
3113 M:      Mark Hounschell <markh@compro.net>
3114 M:      Daeseok Youn <daeseok.youn@gmail.com>
3115 L:      driverdev-devel@linuxdriverproject.org
3116 S:      Maintained
3117 F:      drivers/staging/dgap/
3118
3119 DIOLAN U2C-12 I2C DRIVER
3120 M:      Guenter Roeck <linux@roeck-us.net>
3121 L:      linux-i2c@vger.kernel.org
3122 S:      Maintained
3123 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3124
3125 DIRECTORY NOTIFICATION (DNOTIFY)
3126 M:      Eric Paris <eparis@parisplace.org>
3127 S:      Maintained
3128 F:      Documentation/filesystems/dnotify.txt
3129 F:      fs/notify/dnotify/
3130 F:      include/linux/dnotify.h
3131
3132 DISK GEOMETRY AND PARTITION HANDLING
3133 M:      Andries Brouwer <aeb@cwi.nl>
3134 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3135 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3136 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3137 S:      Maintained
3138
3139 DISKQUOTA
3140 M:      Jan Kara <jack@suse.cz>
3141 S:      Maintained
3142 F:      Documentation/filesystems/quota.txt
3143 F:      fs/quota/
3144 F:      include/linux/quota*.h
3145 F:      include/uapi/linux/quota*.h
3146
3147 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3148 M:      Bernie Thompson <bernie@plugable.com>
3149 L:      linux-fbdev@vger.kernel.org
3150 S:      Maintained
3151 W:      http://plugable.com/category/projects/udlfb/
3152 F:      drivers/video/fbdev/udlfb.c
3153 F:      include/video/udlfb.h
3154 F:      Documentation/fb/udlfb.txt
3155
3156 DISTRIBUTED LOCK MANAGER (DLM)
3157 M:      Christine Caulfield <ccaulfie@redhat.com>
3158 M:      David Teigland <teigland@redhat.com>
3159 L:      cluster-devel@redhat.com
3160 W:      http://sources.redhat.com/cluster/
3161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3162 S:      Supported
3163 F:      fs/dlm/
3164
3165 DMA BUFFER SHARING FRAMEWORK
3166 M:      Sumit Semwal <sumit.semwal@linaro.org>
3167 S:      Maintained
3168 L:      linux-media@vger.kernel.org
3169 L:      dri-devel@lists.freedesktop.org
3170 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3171 F:      drivers/dma-buf/
3172 F:      include/linux/dma-buf*
3173 F:      include/linux/reservation.h
3174 F:      include/linux/*fence.h
3175 F:      Documentation/dma-buf-sharing.txt
3176 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3177
3178 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3179 M:      Vinod Koul <vinod.koul@intel.com>
3180 L:      dmaengine@vger.kernel.org
3181 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3182 S:      Maintained
3183 F:      drivers/dma/
3184 F:      include/linux/dma*
3185 F:      Documentation/dmaengine/
3186 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3187
3188 DME1737 HARDWARE MONITOR DRIVER
3189 M:      Juerg Haefliger <juergh@gmail.com>
3190 L:      lm-sensors@lm-sensors.org
3191 S:      Maintained
3192 F:      Documentation/hwmon/dme1737
3193 F:      drivers/hwmon/dme1737.c
3194
3195 DOCKING STATION DRIVER
3196 M:      Shaohua Li <shaohua.li@intel.com>
3197 L:      linux-acpi@vger.kernel.org
3198 S:      Supported
3199 F:      drivers/acpi/dock.c
3200
3201 DOCUMENTATION
3202 M:      Jonathan Corbet <corbet@lwn.net>
3203 L:      linux-doc@vger.kernel.org
3204 S:      Maintained
3205 F:      Documentation/
3206 X:      Documentation/ABI/
3207 X:      Documentation/devicetree/
3208 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3209
3210 DOUBLETALK DRIVER
3211 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3212 L:      blinux-list@redhat.com
3213 S:      Maintained
3214 F:      drivers/char/dtlk.c
3215 F:      include/linux/dtlk.h
3216
3217 DPT_I2O SCSI RAID DRIVER
3218 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3219 L:      linux-scsi@vger.kernel.org
3220 W:      http://www.adaptec.com/
3221 S:      Maintained
3222 F:      drivers/scsi/dpt*
3223 F:      drivers/scsi/dpt/
3224
3225 DRBD DRIVER
3226 P:      Philipp Reisner
3227 P:      Lars Ellenberg
3228 M:      drbd-dev@lists.linbit.com
3229 L:      drbd-user@lists.linbit.com
3230 W:      http://www.drbd.org
3231 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3232 T:      git git://git.drbd.org/drbd-8.3.git
3233 S:      Supported
3234 F:      drivers/block/drbd/
3235 F:      lib/lru_cache.c
3236 F:      Documentation/blockdev/drbd/
3237
3238 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3239 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3241 S:      Supported
3242 F:      Documentation/kobject.txt
3243 F:      drivers/base/
3244 F:      fs/sysfs/
3245 F:      fs/debugfs/
3246 F:      include/linux/kobj*
3247 F:      include/linux/debugfs.h
3248 F:      lib/kobj*
3249
3250 DRM DRIVERS
3251 M:      David Airlie <airlied@linux.ie>
3252 L:      dri-devel@lists.freedesktop.org
3253 T:      git git://people.freedesktop.org/~airlied/linux
3254 S:      Maintained
3255 F:      drivers/gpu/drm/
3256 F:      drivers/gpu/vga/
3257 F:      include/drm/
3258 F:      include/uapi/drm/
3259
3260 RADEON DRM DRIVERS
3261 M:      Alex Deucher <alexander.deucher@amd.com>
3262 M:      Christian König <christian.koenig@amd.com>
3263 L:      dri-devel@lists.freedesktop.org
3264 T:      git git://people.freedesktop.org/~agd5f/linux
3265 S:      Supported
3266 F:      drivers/gpu/drm/radeon/
3267 F:      include/uapi/drm/radeon*
3268
3269 DRM PANEL DRIVERS
3270 M:      Thierry Reding <thierry.reding@gmail.com>
3271 L:      dri-devel@lists.freedesktop.org
3272 T:      git git://anongit.freedesktop.org/tegra/linux.git
3273 S:      Maintained
3274 F:      drivers/gpu/drm/drm_panel.c
3275 F:      drivers/gpu/drm/panel/
3276 F:      include/drm/drm_panel.h
3277 F:      Documentation/devicetree/bindings/panel/
3278
3279 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3280 M:      Daniel Vetter <daniel.vetter@intel.com>
3281 M:      Jani Nikula <jani.nikula@linux.intel.com>
3282 L:      intel-gfx@lists.freedesktop.org
3283 L:      dri-devel@lists.freedesktop.org
3284 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3285 T:      git git://anongit.freedesktop.org/drm-intel
3286 S:      Supported
3287 F:      drivers/gpu/drm/i915/
3288 F:      include/drm/i915*
3289 F:      include/uapi/drm/i915*
3290
3291 DRM DRIVERS FOR EXYNOS
3292 M:      Inki Dae <inki.dae@samsung.com>
3293 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3294 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3295 M:      Kyungmin Park <kyungmin.park@samsung.com>
3296 L:      dri-devel@lists.freedesktop.org
3297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3298 S:      Supported
3299 F:      drivers/gpu/drm/exynos/
3300 F:      include/drm/exynos*
3301 F:      include/uapi/drm/exynos*
3302
3303 DRM DRIVERS FOR FREESCALE IMX
3304 M:      Philipp Zabel <p.zabel@pengutronix.de>
3305 L:      dri-devel@lists.freedesktop.org
3306 S:      Maintained
3307 F:      drivers/gpu/drm/imx/
3308 F:      Documentation/devicetree/bindings/drm/imx/
3309
3310 DRM DRIVERS FOR NVIDIA TEGRA
3311 M:      Thierry Reding <thierry.reding@gmail.com>
3312 M:      Terje Bergström <tbergstrom@nvidia.com>
3313 L:      dri-devel@lists.freedesktop.org
3314 L:      linux-tegra@vger.kernel.org
3315 T:      git git://anongit.freedesktop.org/tegra/linux.git
3316 S:      Supported
3317 F:      drivers/gpu/drm/tegra/
3318 F:      drivers/gpu/host1x/
3319 F:      include/linux/host1x.h
3320 F:      include/uapi/drm/tegra_drm.h
3321 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3322
3323 DRM DRIVERS FOR RENESAS
3324 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3325 L:      dri-devel@lists.freedesktop.org
3326 L:      linux-sh@vger.kernel.org
3327 T:      git git://people.freedesktop.org/~airlied/linux
3328 S:      Supported
3329 F:      drivers/gpu/drm/rcar-du/
3330 F:      drivers/gpu/drm/shmobile/
3331 F:      include/linux/platform_data/rcar-du.h
3332 F:      include/linux/platform_data/shmob_drm.h
3333
3334 DSBR100 USB FM RADIO DRIVER
3335 M:      Alexey Klimov <klimov.linux@gmail.com>
3336 L:      linux-media@vger.kernel.org
3337 T:      git git://linuxtv.org/media_tree.git
3338 S:      Maintained
3339 F:      drivers/media/radio/dsbr100.c
3340
3341 DSCC4 DRIVER
3342 M:      Francois Romieu <romieu@fr.zoreil.com>
3343 L:      netdev@vger.kernel.org
3344 S:      Maintained
3345 F:      drivers/net/wan/dscc4.c
3346
3347 DVB_USB_AF9015 MEDIA DRIVER
3348 M:      Antti Palosaari <crope@iki.fi>
3349 L:      linux-media@vger.kernel.org
3350 W:      http://linuxtv.org/
3351 W:      http://palosaari.fi/linux/
3352 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3353 T:      git git://linuxtv.org/anttip/media_tree.git
3354 S:      Maintained
3355 F:      drivers/media/usb/dvb-usb-v2/af9015*
3356
3357 DVB_USB_AF9035 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/usb/dvb-usb-v2/af9035*
3366
3367 DVB_USB_ANYSEE MEDIA DRIVER
3368 M:      Antti Palosaari <crope@iki.fi>
3369 L:      linux-media@vger.kernel.org
3370 W:      http://linuxtv.org/
3371 W:      http://palosaari.fi/linux/
3372 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3373 T:      git git://linuxtv.org/anttip/media_tree.git
3374 S:      Maintained
3375 F:      drivers/media/usb/dvb-usb-v2/anysee*
3376
3377 DVB_USB_AU6610 MEDIA DRIVER
3378 M:      Antti Palosaari <crope@iki.fi>
3379 L:      linux-media@vger.kernel.org
3380 W:      http://linuxtv.org/
3381 W:      http://palosaari.fi/linux/
3382 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3383 T:      git git://linuxtv.org/anttip/media_tree.git
3384 S:      Maintained
3385 F:      drivers/media/usb/dvb-usb-v2/au6610*
3386
3387 DVB_USB_CE6230 MEDIA DRIVER
3388 M:      Antti Palosaari <crope@iki.fi>
3389 L:      linux-media@vger.kernel.org
3390 W:      http://linuxtv.org/
3391 W:      http://palosaari.fi/linux/
3392 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3393 T:      git git://linuxtv.org/anttip/media_tree.git
3394 S:      Maintained
3395 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3396
3397 DVB_USB_CXUSB MEDIA DRIVER
3398 M:      Michael Krufky <mkrufky@linuxtv.org>
3399 L:      linux-media@vger.kernel.org
3400 W:      http://linuxtv.org/
3401 W:      http://github.com/mkrufky
3402 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3403 T:      git git://linuxtv.org/media_tree.git
3404 S:      Maintained
3405 F:      drivers/media/usb/dvb-usb/cxusb*
3406
3407 DVB_USB_EC168 MEDIA DRIVER
3408 M:      Antti Palosaari <crope@iki.fi>
3409 L:      linux-media@vger.kernel.org
3410 W:      http://linuxtv.org/
3411 W:      http://palosaari.fi/linux/
3412 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3413 T:      git git://linuxtv.org/anttip/media_tree.git
3414 S:      Maintained
3415 F:      drivers/media/usb/dvb-usb-v2/ec168*
3416
3417 DVB_USB_GL861 MEDIA DRIVER
3418 M:      Antti Palosaari <crope@iki.fi>
3419 L:      linux-media@vger.kernel.org
3420 W:      http://linuxtv.org/
3421 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3422 T:      git git://linuxtv.org/anttip/media_tree.git
3423 S:      Maintained
3424 F:      drivers/media/usb/dvb-usb-v2/gl861*
3425
3426 DVB_USB_MXL111SF MEDIA DRIVER
3427 M:      Michael Krufky <mkrufky@linuxtv.org>
3428 L:      linux-media@vger.kernel.org
3429 W:      http://linuxtv.org/
3430 W:      http://github.com/mkrufky
3431 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3432 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3433 S:      Maintained
3434 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3435
3436 DVB_USB_RTL28XXU MEDIA DRIVER
3437 M:      Antti Palosaari <crope@iki.fi>
3438 L:      linux-media@vger.kernel.org
3439 W:      http://linuxtv.org/
3440 W:      http://palosaari.fi/linux/
3441 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3442 T:      git git://linuxtv.org/anttip/media_tree.git
3443 S:      Maintained
3444 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3445
3446 DVB_USB_V2 MEDIA DRIVER
3447 M:      Antti Palosaari <crope@iki.fi>
3448 L:      linux-media@vger.kernel.org
3449 W:      http://linuxtv.org/
3450 W:      http://palosaari.fi/linux/
3451 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3452 T:      git git://linuxtv.org/anttip/media_tree.git
3453 S:      Maintained
3454 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3455 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3456
3457 DYNAMIC DEBUG
3458 M:      Jason Baron <jbaron@akamai.com>
3459 S:      Maintained
3460 F:      lib/dynamic_debug.c
3461 F:      include/linux/dynamic_debug.h
3462
3463 DZ DECSTATION DZ11 SERIAL DRIVER
3464 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3465 S:      Maintained
3466 F:      drivers/tty/serial/dz.*
3467
3468 E4000 MEDIA DRIVER
3469 M:      Antti Palosaari <crope@iki.fi>
3470 L:      linux-media@vger.kernel.org
3471 W:      http://linuxtv.org/
3472 W:      http://palosaari.fi/linux/
3473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3474 T:      git git://linuxtv.org/anttip/media_tree.git
3475 S:      Maintained
3476 F:      drivers/media/tuners/e4000*
3477
3478 EATA ISA/EISA/PCI SCSI DRIVER
3479 M:      Dario Ballabio <ballabio_dario@emc.com>
3480 L:      linux-scsi@vger.kernel.org
3481 S:      Maintained
3482 F:      drivers/scsi/eata.c
3483
3484 EC100 MEDIA DRIVER
3485 M:      Antti Palosaari <crope@iki.fi>
3486 L:      linux-media@vger.kernel.org
3487 W:      http://linuxtv.org/
3488 W:      http://palosaari.fi/linux/
3489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3490 T:      git git://linuxtv.org/anttip/media_tree.git
3491 S:      Maintained
3492 F:      drivers/media/dvb-frontends/ec100*
3493
3494 ECRYPT FILE SYSTEM
3495 M:      Tyler Hicks <tyhicks@canonical.com>
3496 L:      ecryptfs@vger.kernel.org
3497 W:      http://ecryptfs.org
3498 W:      https://launchpad.net/ecryptfs
3499 S:      Supported
3500 F:      Documentation/filesystems/ecryptfs.txt
3501 F:      fs/ecryptfs/
3502
3503 EDAC-CORE
3504 M:      Doug Thompson <dougthompson@xmission.com>
3505 M:      Borislav Petkov <bp@alien8.de>
3506 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3507 L:      linux-edac@vger.kernel.org
3508 W:      bluesmoke.sourceforge.net
3509 S:      Supported
3510 F:      Documentation/edac.txt
3511 F:      drivers/edac/
3512 F:      include/linux/edac.h
3513
3514 EDAC-AMD64
3515 M:      Doug Thompson <dougthompson@xmission.com>
3516 M:      Borislav Petkov <bp@alien8.de>
3517 L:      linux-edac@vger.kernel.org
3518 W:      bluesmoke.sourceforge.net
3519 S:      Maintained
3520 F:      drivers/edac/amd64_edac*
3521
3522 EDAC-CALXEDA
3523 M:      Doug Thompson <dougthompson@xmission.com>
3524 M:      Robert Richter <rric@kernel.org>
3525 L:      linux-edac@vger.kernel.org
3526 W:      bluesmoke.sourceforge.net
3527 S:      Maintained
3528 F:      drivers/edac/highbank*
3529
3530 EDAC-CAVIUM
3531 M:      Ralf Baechle <ralf@linux-mips.org>
3532 M:      David Daney <david.daney@cavium.com>
3533 L:      linux-edac@vger.kernel.org
3534 L:      linux-mips@linux-mips.org
3535 W:      bluesmoke.sourceforge.net
3536 S:      Supported
3537 F:      drivers/edac/octeon_edac*
3538
3539 EDAC-E752X
3540 M:      Mark Gross <mark.gross@intel.com>
3541 M:      Doug Thompson <dougthompson@xmission.com>
3542 L:      linux-edac@vger.kernel.org
3543 W:      bluesmoke.sourceforge.net
3544 S:      Maintained
3545 F:      drivers/edac/e752x_edac.c
3546
3547 EDAC-E7XXX
3548 M:      Doug Thompson <dougthompson@xmission.com>
3549 L:      linux-edac@vger.kernel.org
3550 W:      bluesmoke.sourceforge.net
3551 S:      Maintained
3552 F:      drivers/edac/e7xxx_edac.c
3553
3554 EDAC-GHES
3555 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3556 L:      linux-edac@vger.kernel.org
3557 W:      bluesmoke.sourceforge.net
3558 S:      Maintained
3559 F:      drivers/edac/ghes_edac.c
3560
3561 EDAC-I82443BXGX
3562 M:      Tim Small <tim@buttersideup.com>
3563 L:      linux-edac@vger.kernel.org
3564 W:      bluesmoke.sourceforge.net
3565 S:      Maintained
3566 F:      drivers/edac/i82443bxgx_edac.c
3567
3568 EDAC-I3000
3569 M:      Jason Uhlenkott <juhlenko@akamai.com>
3570 L:      linux-edac@vger.kernel.org
3571 W:      bluesmoke.sourceforge.net
3572 S:      Maintained
3573 F:      drivers/edac/i3000_edac.c
3574
3575 EDAC-I5000
3576 M:      Doug Thompson <dougthompson@xmission.com>
3577 L:      linux-edac@vger.kernel.org
3578 W:      bluesmoke.sourceforge.net
3579 S:      Maintained
3580 F:      drivers/edac/i5000_edac.c
3581
3582 EDAC-I5400
3583 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3584 L:      linux-edac@vger.kernel.org
3585 W:      bluesmoke.sourceforge.net
3586 S:      Maintained
3587 F:      drivers/edac/i5400_edac.c
3588
3589 EDAC-I7300
3590 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3591 L:      linux-edac@vger.kernel.org
3592 W:      bluesmoke.sourceforge.net
3593 S:      Maintained
3594 F:      drivers/edac/i7300_edac.c
3595
3596 EDAC-I7CORE
3597 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3598 L:      linux-edac@vger.kernel.org
3599 W:      bluesmoke.sourceforge.net
3600 S:      Maintained
3601 F:      drivers/edac/i7core_edac.c
3602
3603 EDAC-I82975X
3604 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3605 M:      "Arvind R." <arvino55@gmail.com>
3606 L:      linux-edac@vger.kernel.org
3607 W:      bluesmoke.sourceforge.net
3608 S:      Maintained
3609 F:      drivers/edac/i82975x_edac.c
3610
3611 EDAC-IE31200
3612 M:      Jason Baron <jbaron@akamai.com>
3613 L:      linux-edac@vger.kernel.org
3614 W:      bluesmoke.sourceforge.net
3615 S:      Maintained
3616 F:      drivers/edac/ie31200_edac.c
3617
3618 EDAC-MPC85XX
3619 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3620 L:      linux-edac@vger.kernel.org
3621 W:      bluesmoke.sourceforge.net
3622 S:      Maintained
3623 F:      drivers/edac/mpc85xx_edac.[ch]
3624
3625 EDAC-PASEMI
3626 M:      Egor Martovetsky <egor@pasemi.com>
3627 L:      linux-edac@vger.kernel.org
3628 W:      bluesmoke.sourceforge.net
3629 S:      Maintained
3630 F:      drivers/edac/pasemi_edac.c
3631
3632 EDAC-R82600
3633 M:      Tim Small <tim@buttersideup.com>
3634 L:      linux-edac@vger.kernel.org
3635 W:      bluesmoke.sourceforge.net
3636 S:      Maintained
3637 F:      drivers/edac/r82600_edac.c
3638
3639 EDAC-SBRIDGE
3640 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3641 L:      linux-edac@vger.kernel.org
3642 W:      bluesmoke.sourceforge.net
3643 S:      Maintained
3644 F:      drivers/edac/sb_edac.c
3645
3646 EDIROL UA-101/UA-1000 DRIVER
3647 M:      Clemens Ladisch <clemens@ladisch.de>
3648 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3649 T:      git git://git.alsa-project.org/alsa-kernel.git
3650 S:      Maintained
3651 F:      sound/usb/misc/ua101.c
3652
3653 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3654 M:      Matt Fleming <matt.fleming@intel.com>
3655 L:      linux-efi@vger.kernel.org
3656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3657 S:      Maintained
3658 F:      Documentation/efi-stub.txt
3659 F:      arch/ia64/kernel/efi.c
3660 F:      arch/x86/boot/compressed/eboot.[ch]
3661 F:      arch/x86/include/asm/efi.h
3662 F:      arch/x86/platform/efi/*
3663 F:      drivers/firmware/efi/*
3664 F:      include/linux/efi*.h
3665
3666 EFI VARIABLE FILESYSTEM
3667 M:      Matthew Garrett <matthew.garrett@nebula.com>
3668 M:      Jeremy Kerr <jk@ozlabs.org>
3669 M:      Matt Fleming <matt.fleming@intel.com>
3670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3671 L:      linux-efi@vger.kernel.org
3672 S:      Maintained
3673 F:      fs/efivarfs/
3674
3675 EFIFB FRAMEBUFFER DRIVER
3676 L:      linux-fbdev@vger.kernel.org
3677 M:      Peter Jones <pjones@redhat.com>
3678 S:      Maintained
3679 F:      drivers/video/fbdev/efifb.c
3680
3681 EFS FILESYSTEM
3682 W:      http://aeschi.ch.eu.org/efs/
3683 S:      Orphan
3684 F:      fs/efs/
3685
3686 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3687 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3688 M:      Christoph Raisch <raisch@de.ibm.com>
3689 L:      linux-rdma@vger.kernel.org
3690 S:      Supported
3691 F:      drivers/infiniband/hw/ehca/
3692
3693 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3694 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3695 L:      netdev@vger.kernel.org
3696 S:      Maintained
3697 F:      drivers/net/ethernet/ibm/ehea/
3698
3699 EM28XX VIDEO4LINUX DRIVER
3700 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3701 L:      linux-media@vger.kernel.org
3702 W:      http://linuxtv.org
3703 T:      git git://linuxtv.org/media_tree.git
3704 S:      Maintained
3705 F:      drivers/media/usb/em28xx/
3706
3707 EMBEDDED LINUX
3708 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3709 M:      Matt Mackall <mpm@selenic.com>
3710 M:      David Woodhouse <dwmw2@infradead.org>
3711 L:      linux-embedded@vger.kernel.org
3712 S:      Maintained
3713
3714 EMULEX LPFC FC SCSI DRIVER
3715 M:      James Smart <james.smart@emulex.com>
3716 L:      linux-scsi@vger.kernel.org
3717 W:      http://sourceforge.net/projects/lpfcxxxx
3718 S:      Supported
3719 F:      drivers/scsi/lpfc/
3720
3721 ENE CB710 FLASH CARD READER DRIVER
3722 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3723 S:      Maintained
3724 F:      drivers/misc/cb710/
3725 F:      drivers/mmc/host/cb710-mmc.*
3726 F:      include/linux/cb710.h
3727
3728 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3729 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3730 S:      Maintained
3731 F:      drivers/media/rc/ene_ir.*
3732
3733 ENHANCED ERROR HANDLING (EEH)
3734 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3735 L:      linuxppc-dev@lists.ozlabs.org
3736 S:      Supported
3737 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3738 F:      arch/powerpc/kernel/eeh*.c
3739
3740 EPSON S1D13XXX FRAMEBUFFER DRIVER
3741 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3742 S:      Maintained
3743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3744 F:      drivers/video/fbdev/s1d13xxxfb.c
3745 F:      include/video/s1d13xxxfb.h
3746
3747 ET131X NETWORK DRIVER
3748 M:      Mark Einon <mark.einon@gmail.com>
3749 S:      Odd Fixes
3750 F:      drivers/net/ethernet/agere/
3751
3752 ETHERNET BRIDGE
3753 M:      Stephen Hemminger <stephen@networkplumber.org>
3754 L:      bridge@lists.linux-foundation.org
3755 L:      netdev@vger.kernel.org
3756 W:      http://www.linuxfoundation.org/en/Net:Bridge
3757 S:      Maintained
3758 F:      include/linux/netfilter_bridge/
3759 F:      net/bridge/
3760
3761 ETHERNET PHY LIBRARY
3762 M:      Florian Fainelli <f.fainelli@gmail.com>
3763 L:      netdev@vger.kernel.org
3764 S:      Maintained
3765 F:      include/linux/phy.h
3766 F:      include/linux/phy_fixed.h
3767 F:      drivers/net/phy/
3768 F:      Documentation/networking/phy.txt
3769 F:      drivers/of/of_mdio.c
3770 F:      drivers/of/of_net.c
3771
3772 EXT2 FILE SYSTEM
3773 M:      Jan Kara <jack@suse.cz>
3774 L:      linux-ext4@vger.kernel.org
3775 S:      Maintained
3776 F:      Documentation/filesystems/ext2.txt
3777 F:      fs/ext2/
3778 F:      include/linux/ext2*
3779
3780 EXT3 FILE SYSTEM
3781 M:      Jan Kara <jack@suse.cz>
3782 M:      Andrew Morton <akpm@linux-foundation.org>
3783 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3784 L:      linux-ext4@vger.kernel.org
3785 S:      Maintained
3786 F:      Documentation/filesystems/ext3.txt
3787 F:      fs/ext3/
3788
3789 EXT4 FILE SYSTEM
3790 M:      "Theodore Ts'o" <tytso@mit.edu>
3791 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3792 L:      linux-ext4@vger.kernel.org
3793 W:      http://ext4.wiki.kernel.org
3794 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3795 S:      Maintained
3796 F:      Documentation/filesystems/ext4.txt
3797 F:      fs/ext4/
3798
3799 Extended Verification Module (EVM)
3800 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3801 L:      linux-ima-devel@lists.sourceforge.net
3802 L:      linux-security-module@vger.kernel.org
3803 S:      Supported
3804 F:      security/integrity/evm/
3805
3806 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3807 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3808 M:      Chanwoo Choi <cw00.choi@samsung.com>
3809 L:      linux-kernel@vger.kernel.org
3810 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3811 S:      Maintained
3812 F:      drivers/extcon/
3813 F:      Documentation/extcon/
3814
3815 EXYNOS DP DRIVER
3816 M:      Jingoo Han <jg1.han@samsung.com>
3817 L:      dri-devel@lists.freedesktop.org
3818 S:      Maintained
3819 F:      drivers/gpu/drm/exynos/exynos_dp*
3820
3821 EXYNOS MIPI DISPLAY DRIVERS
3822 M:      Inki Dae <inki.dae@samsung.com>
3823 M:      Donghwa Lee <dh09.lee@samsung.com>
3824 M:      Kyungmin Park <kyungmin.park@samsung.com>
3825 L:      linux-fbdev@vger.kernel.org
3826 S:      Maintained
3827 F:      drivers/video/fbdev/exynos/exynos_mipi*
3828 F:      include/video/exynos_mipi*
3829
3830 F71805F HARDWARE MONITORING DRIVER
3831 M:      Jean Delvare <jdelvare@suse.de>
3832 L:      lm-sensors@lm-sensors.org
3833 S:      Maintained
3834 F:      Documentation/hwmon/f71805f
3835 F:      drivers/hwmon/f71805f.c
3836
3837 FC0011 TUNER DRIVER
3838 M:      Michael Buesch <m@bues.ch>
3839 L:      linux-media@vger.kernel.org
3840 S:      Maintained
3841 F:      drivers/media/tuners/fc0011.h
3842 F:      drivers/media/tuners/fc0011.c
3843
3844 FC2580 MEDIA DRIVER
3845 M:      Antti Palosaari <crope@iki.fi>
3846 L:      linux-media@vger.kernel.org
3847 W:      http://linuxtv.org/
3848 W:      http://palosaari.fi/linux/
3849 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3850 T:      git git://linuxtv.org/anttip/media_tree.git
3851 S:      Maintained
3852 F:      drivers/media/tuners/fc2580*
3853
3854 FANOTIFY
3855 M:      Eric Paris <eparis@redhat.com>
3856 S:      Maintained
3857 F:      fs/notify/fanotify/
3858 F:      include/linux/fanotify.h
3859 F:      include/uapi/linux/fanotify.h
3860
3861 FARSYNC SYNCHRONOUS DRIVER
3862 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3863 W:      http://www.farsite.co.uk/
3864 S:      Supported
3865 F:      drivers/net/wan/farsync.*
3866
3867 FAULT INJECTION SUPPORT
3868 M:      Akinobu Mita <akinobu.mita@gmail.com>
3869 S:      Supported
3870 F:      Documentation/fault-injection/
3871 F:      lib/fault-inject.c
3872
3873 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3874 M:      Robert Love <robert.w.love@intel.com>
3875 L:      fcoe-devel@open-fcoe.org
3876 W:      www.Open-FCoE.org
3877 S:      Supported
3878 F:      drivers/scsi/libfc/
3879 F:      drivers/scsi/fcoe/
3880 F:      include/scsi/fc/
3881 F:      include/scsi/libfc.h
3882 F:      include/scsi/libfcoe.h
3883 F:      include/uapi/scsi/fc/
3884
3885 FILE LOCKING (flock() and fcntl()/lockf())
3886 M:      Jeff Layton <jlayton@poochiereds.net>
3887 M:      J. Bruce Fields <bfields@fieldses.org>
3888 L:      linux-fsdevel@vger.kernel.org
3889 S:      Maintained
3890 F:      include/linux/fcntl.h
3891 F:      include/linux/fs.h
3892 F:      include/uapi/linux/fcntl.h
3893 F:      include/uapi/linux/fs.h
3894 F:      fs/fcntl.c
3895 F:      fs/locks.c
3896
3897 FILESYSTEMS (VFS and infrastructure)
3898 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3899 L:      linux-fsdevel@vger.kernel.org
3900 S:      Maintained
3901 F:      fs/*
3902
3903 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3904 M:      Riku Voipio <riku.voipio@iki.fi>
3905 L:      lm-sensors@lm-sensors.org
3906 S:      Maintained
3907 F:      drivers/hwmon/f75375s.c
3908 F:      include/linux/f75375s.h
3909
3910 FIREWIRE AUDIO DRIVERS
3911 M:      Clemens Ladisch <clemens@ladisch.de>
3912 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3913 T:      git git://git.alsa-project.org/alsa-kernel.git
3914 S:      Maintained
3915 F:      sound/firewire/
3916
3917 FIREWIRE MEDIA DRIVERS (firedtv)
3918 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3919 L:      linux-media@vger.kernel.org
3920 L:      linux1394-devel@lists.sourceforge.net
3921 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3922 S:      Maintained
3923 F:      drivers/media/firewire/
3924
3925 FIREWIRE SBP-2 TARGET
3926 M:      Chris Boot <bootc@bootc.net>
3927 L:      linux-scsi@vger.kernel.org
3928 L:      target-devel@vger.kernel.org
3929 L:      linux1394-devel@lists.sourceforge.net
3930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3931 S:      Maintained
3932 F:      drivers/target/sbp/
3933
3934 FIREWIRE SUBSYSTEM
3935 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3936 L:      linux1394-devel@lists.sourceforge.net
3937 W:      http://ieee1394.wiki.kernel.org/
3938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3939 S:      Maintained
3940 F:      drivers/firewire/
3941 F:      include/linux/firewire.h
3942 F:      include/uapi/linux/firewire*.h
3943 F:      tools/firewire/
3944
3945 FIRMWARE LOADER (request_firmware)
3946 M:      Ming Lei <ming.lei@canonical.com>
3947 L:      linux-kernel@vger.kernel.org
3948 S:      Maintained
3949 F:      Documentation/firmware_class/
3950 F:      drivers/base/firmware*.c
3951 F:      include/linux/firmware.h
3952
3953 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3954 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3955 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3956 S:      Maintained
3957 F:      drivers/block/rsxx/
3958
3959 FLOPPY DRIVER
3960 M:      Jiri Kosina <jkosina@suse.cz>
3961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3962 S:      Odd fixes
3963 F:      drivers/block/floppy.c
3964
3965 FMC SUBSYSTEM
3966 M:      Alessandro Rubini <rubini@gnudd.com>
3967 W:      http://www.ohwr.org/projects/fmc-bus
3968 S:      Supported
3969 F:      drivers/fmc/
3970 F:      include/linux/fmc*.h
3971 F:      include/linux/ipmi-fru.h
3972 K:      fmc_d.*register
3973
3974 FPU EMULATOR
3975 M:      Bill Metzenthen <billm@melbpc.org.au>
3976 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3977 S:      Maintained
3978 F:      arch/x86/math-emu/
3979
3980 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3981 L:      netdev@vger.kernel.org
3982 S:      Orphan
3983 F:      drivers/net/wan/dlci.c
3984 F:      drivers/net/wan/sdla.c
3985
3986 FRAMEBUFFER LAYER
3987 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3988 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
3989 L:      linux-fbdev@vger.kernel.org
3990 W:      http://linux-fbdev.sourceforge.net/
3991 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
3992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
3993 S:      Maintained
3994 F:      Documentation/fb/
3995 F:      Documentation/devicetree/bindings/fb/
3996 F:      drivers/video/
3997 F:      include/video/
3998 F:      include/linux/fb.h
3999 F:      include/uapi/video/
4000 F:      include/uapi/linux/fb.h
4001
4002 FREESCALE DIU FRAMEBUFFER DRIVER
4003 M:      Timur Tabi <timur@tabi.org>
4004 L:      linux-fbdev@vger.kernel.org
4005 S:      Maintained
4006 F:      drivers/video/fbdev/fsl-diu-fb.*
4007
4008 FREESCALE DMA DRIVER
4009 M:      Li Yang <leoli@freescale.com>
4010 M:      Zhang Wei <zw@zh-kernel.org>
4011 L:      linuxppc-dev@lists.ozlabs.org
4012 S:      Maintained
4013 F:      drivers/dma/fsldma.*
4014
4015 FREESCALE I2C CPM DRIVER
4016 M:      Jochen Friedrich <jochen@scram.de>
4017 L:      linuxppc-dev@lists.ozlabs.org
4018 L:      linux-i2c@vger.kernel.org
4019 S:      Maintained
4020 F:      drivers/i2c/busses/i2c-cpm.c
4021
4022 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4023 M:      Sascha Hauer <kernel@pengutronix.de>
4024 L:      linux-fbdev@vger.kernel.org
4025 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4026 S:      Maintained
4027 F:      include/linux/platform_data/video-imxfb.h
4028 F:      drivers/video/fbdev/imxfb.c
4029
4030 FREESCALE SOC FS_ENET DRIVER
4031 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4032 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4033 L:      linuxppc-dev@lists.ozlabs.org
4034 L:      netdev@vger.kernel.org
4035 S:      Maintained
4036 F:      drivers/net/ethernet/freescale/fs_enet/
4037 F:      include/linux/fs_enet_pd.h
4038
4039 FREESCALE QUICC ENGINE LIBRARY
4040 L:      linuxppc-dev@lists.ozlabs.org
4041 S:      Orphan
4042 F:      arch/powerpc/sysdev/qe_lib/
4043 F:      arch/powerpc/include/asm/*qe.h
4044
4045 FREESCALE USB PERIPHERAL DRIVERS
4046 M:      Li Yang <leoli@freescale.com>
4047 L:      linux-usb@vger.kernel.org
4048 L:      linuxppc-dev@lists.ozlabs.org
4049 S:      Maintained
4050 F:      drivers/usb/gadget/udc/fsl*
4051
4052 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4053 M:      Li Yang <leoli@freescale.com>
4054 L:      netdev@vger.kernel.org
4055 L:      linuxppc-dev@lists.ozlabs.org
4056 S:      Maintained
4057 F:      drivers/net/ethernet/freescale/ucc_geth*
4058
4059 FREESCALE QUICC ENGINE UCC UART DRIVER
4060 M:      Timur Tabi <timur@tabi.org>
4061 L:      linuxppc-dev@lists.ozlabs.org
4062 S:      Maintained
4063 F:      drivers/tty/serial/ucc_uart.c
4064
4065 FREESCALE SOC SOUND DRIVERS
4066 M:      Timur Tabi <timur@tabi.org>
4067 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4068 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4069 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4070 L:      linuxppc-dev@lists.ozlabs.org
4071 S:      Maintained
4072 F:      sound/soc/fsl/fsl*
4073 F:      sound/soc/fsl/imx*
4074 F:      sound/soc/fsl/mpc8610_hpcd.c
4075
4076 FREEVXFS FILESYSTEM
4077 M:      Christoph Hellwig <hch@infradead.org>
4078 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4079 S:      Maintained
4080 F:      fs/freevxfs/
4081
4082 FREEZER
4083 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4084 M:      Pavel Machek <pavel@ucw.cz>
4085 L:      linux-pm@vger.kernel.org
4086 S:      Supported
4087 F:      Documentation/power/freezing-of-tasks.txt
4088 F:      include/linux/freezer.h
4089 F:      kernel/freezer.c
4090
4091 FRONTSWAP API
4092 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4093 L:      linux-kernel@vger.kernel.org
4094 S:      Maintained
4095 F:      mm/frontswap.c
4096 F:      include/linux/frontswap.h
4097
4098 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4099 M:      David Howells <dhowells@redhat.com>
4100 L:      linux-cachefs@redhat.com
4101 S:      Supported
4102 F:      Documentation/filesystems/caching/
4103 F:      fs/fscache/
4104 F:      include/linux/fscache*.h
4105
4106 F2FS FILE SYSTEM
4107 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4108 M:      Changman Lee <cm224.lee@samsung.com>
4109 L:      linux-f2fs-devel@lists.sourceforge.net
4110 W:      http://en.wikipedia.org/wiki/F2FS
4111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4112 S:      Maintained
4113 F:      Documentation/filesystems/f2fs.txt
4114 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4115 F:      fs/f2fs/
4116 F:      include/linux/f2fs_fs.h
4117
4118 FUJITSU FR-V (FRV) PORT
4119 M:      David Howells <dhowells@redhat.com>
4120 S:      Maintained
4121 F:      arch/frv/
4122
4123 FUJITSU LAPTOP EXTRAS
4124 M:      Jonathan Woithe <jwoithe@just42.net>
4125 L:      platform-driver-x86@vger.kernel.org
4126 S:      Maintained
4127 F:      drivers/platform/x86/fujitsu-laptop.c
4128
4129 FUJITSU M-5MO LS CAMERA ISP DRIVER
4130 M:      Kyungmin Park <kyungmin.park@samsung.com>
4131 M:      Heungjun Kim <riverful.kim@samsung.com>
4132 L:      linux-media@vger.kernel.org
4133 S:      Maintained
4134 F:      drivers/media/i2c/m5mols/
4135 F:      include/media/m5mols.h
4136
4137 FUJITSU TABLET EXTRAS
4138 M:      Robert Gerlach <khnz@gmx.de>
4139 L:      platform-driver-x86@vger.kernel.org
4140 S:      Maintained
4141 F:      drivers/platform/x86/fujitsu-tablet.c
4142
4143 FUSE: FILESYSTEM IN USERSPACE
4144 M:      Miklos Szeredi <miklos@szeredi.hu>
4145 L:      fuse-devel@lists.sourceforge.net
4146 W:      http://fuse.sourceforge.net/
4147 S:      Maintained
4148 F:      fs/fuse/
4149 F:      include/uapi/linux/fuse.h
4150
4151 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4152 M:      Rik Faith <faith@cs.unc.edu>
4153 L:      linux-scsi@vger.kernel.org
4154 S:      Odd Fixes (e.g., new signatures)
4155 F:      drivers/scsi/fdomain.*
4156
4157 GCOV BASED KERNEL PROFILING
4158 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4159 S:      Maintained
4160 F:      kernel/gcov/
4161 F:      Documentation/gcov.txt
4162
4163 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4164 M:      Achim Leubner <achim_leubner@adaptec.com>
4165 L:      linux-scsi@vger.kernel.org
4166 W:      http://www.icp-vortex.com/
4167 S:      Supported
4168 F:      drivers/scsi/gdt*
4169
4170 GEMTEK FM RADIO RECEIVER DRIVER
4171 M:      Hans Verkuil <hverkuil@xs4all.nl>
4172 L:      linux-media@vger.kernel.org
4173 T:      git git://linuxtv.org/media_tree.git
4174 W:      http://linuxtv.org
4175 S:      Maintained
4176 F:      drivers/media/radio/radio-gemtek*
4177
4178 GENERIC GPIO I2C DRIVER
4179 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4180 S:      Supported
4181 F:      drivers/i2c/busses/i2c-gpio.c
4182 F:      include/linux/i2c-gpio.h
4183
4184 GENERIC GPIO I2C MULTIPLEXER DRIVER
4185 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4186 L:      linux-i2c@vger.kernel.org
4187 S:      Supported
4188 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4189 F:      include/linux/i2c-mux-gpio.h
4190 F:      Documentation/i2c/muxes/i2c-mux-gpio
4191
4192 GENERIC HDLC (WAN) DRIVERS
4193 M:      Krzysztof Halasa <khc@pm.waw.pl>
4194 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4195 S:      Maintained
4196 F:      drivers/net/wan/c101.c
4197 F:      drivers/net/wan/hd6457*
4198 F:      drivers/net/wan/hdlc*
4199 F:      drivers/net/wan/n2.c
4200 F:      drivers/net/wan/pc300too.c
4201 F:      drivers/net/wan/pci200syn.c
4202 F:      drivers/net/wan/wanxl*
4203
4204 GENERIC INCLUDE/ASM HEADER FILES
4205 M:      Arnd Bergmann <arnd@arndb.de>
4206 L:      linux-arch@vger.kernel.org
4207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4208 S:      Maintained
4209 F:      include/asm-generic/
4210 F:      include/uapi/asm-generic/
4211
4212 GENERIC PHY FRAMEWORK
4213 M:      Kishon Vijay Abraham I <kishon@ti.com>
4214 L:      linux-kernel@vger.kernel.org
4215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4216 S:      Supported
4217 F:      drivers/phy/
4218 F:      include/linux/phy/
4219
4220 GENERIC UIO DRIVER FOR PCI DEVICES
4221 M:      "Michael S. Tsirkin" <mst@redhat.com>
4222 L:      kvm@vger.kernel.org
4223 S:      Supported
4224 F:      drivers/uio/uio_pci_generic.c
4225
4226 GET_MAINTAINER SCRIPT
4227 M:      Joe Perches <joe@perches.com>
4228 S:      Maintained
4229 F:      scripts/get_maintainer.pl
4230
4231 GFS2 FILE SYSTEM
4232 M:      Steven Whitehouse <swhiteho@redhat.com>
4233 L:      cluster-devel@redhat.com
4234 W:      http://sources.redhat.com/cluster/
4235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4237 S:      Supported
4238 F:      Documentation/filesystems/gfs2*.txt
4239 F:      fs/gfs2/
4240 F:      include/uapi/linux/gfs2_ondisk.h
4241
4242 GIGASET ISDN DRIVERS
4243 M:      Hansjoerg Lipp <hjlipp@web.de>
4244 M:      Tilman Schmidt <tilman@imap.cc>
4245 L:      gigaset307x-common@lists.sourceforge.net
4246 W:      http://gigaset307x.sourceforge.net/
4247 S:      Maintained
4248 F:      Documentation/isdn/README.gigaset
4249 F:      drivers/isdn/gigaset/
4250 F:      include/uapi/linux/gigaset_dev.h
4251
4252 GO7007 MPEG CODEC
4253 M:      Hans Verkuil <hans.verkuil@cisco.com>
4254 L:      linux-media@vger.kernel.org
4255 S:      Maintained
4256 F:      drivers/media/usb/go7007/
4257
4258 GOODIX TOUCHSCREEN
4259 M:      Bastien Nocera <hadess@hadess.net>
4260 L:      linux-input@vger.kernel.org
4261 S:      Maintained
4262 F:      drivers/input/touchscreen/goodix.c
4263
4264 GPIO SUBSYSTEM
4265 M:      Linus Walleij <linus.walleij@linaro.org>
4266 M:      Alexandre Courbot <gnurou@gmail.com>
4267 L:      linux-gpio@vger.kernel.org
4268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4269 S:      Maintained
4270 F:      Documentation/gpio/
4271 F:      drivers/gpio/
4272 F:      include/linux/gpio/
4273 F:      include/linux/gpio.h
4274 F:      include/asm-generic/gpio.h
4275
4276 GRE DEMULTIPLEXER DRIVER
4277 M:      Dmitry Kozlov <xeb@mail.ru>
4278 L:      netdev@vger.kernel.org
4279 S:      Maintained
4280 F:      net/ipv4/gre_demux.c
4281 F:      net/ipv4/gre_offload.c
4282 F:      include/net/gre.h
4283
4284 GRETH 10/100/1G Ethernet MAC device driver
4285 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4286 L:      netdev@vger.kernel.org
4287 S:      Maintained
4288 F:      drivers/net/ethernet/aeroflex/
4289
4290 GSPCA FINEPIX SUBDRIVER
4291 M:      Frank Zago <frank@zago.net>
4292 L:      linux-media@vger.kernel.org
4293 T:      git git://linuxtv.org/media_tree.git
4294 S:      Maintained
4295 F:      drivers/media/usb/gspca/finepix.c
4296
4297 GSPCA GL860 SUBDRIVER
4298 M:      Olivier Lorin <o.lorin@laposte.net>
4299 L:      linux-media@vger.kernel.org
4300 T:      git git://linuxtv.org/media_tree.git
4301 S:      Maintained
4302 F:      drivers/media/usb/gspca/gl860/
4303
4304 GSPCA M5602 SUBDRIVER
4305 M:      Erik Andren <erik.andren@gmail.com>
4306 L:      linux-media@vger.kernel.org
4307 T:      git git://linuxtv.org/media_tree.git
4308 S:      Maintained
4309 F:      drivers/media/usb/gspca/m5602/
4310
4311 GSPCA PAC207 SONIXB SUBDRIVER
4312 M:      Hans de Goede <hdegoede@redhat.com>
4313 L:      linux-media@vger.kernel.org
4314 T:      git git://linuxtv.org/media_tree.git
4315 S:      Maintained
4316 F:      drivers/media/usb/gspca/pac207.c
4317
4318 GSPCA SN9C20X SUBDRIVER
4319 M:      Brian Johnson <brijohn@gmail.com>
4320 L:      linux-media@vger.kernel.org
4321 T:      git git://linuxtv.org/media_tree.git
4322 S:      Maintained
4323 F:      drivers/media/usb/gspca/sn9c20x.c
4324
4325 GSPCA T613 SUBDRIVER
4326 M:      Leandro Costantino <lcostantino@gmail.com>
4327 L:      linux-media@vger.kernel.org
4328 T:      git git://linuxtv.org/media_tree.git
4329 S:      Maintained
4330 F:      drivers/media/usb/gspca/t613.c
4331
4332 GSPCA USB WEBCAM DRIVER
4333 M:      Hans de Goede <hdegoede@redhat.com>
4334 L:      linux-media@vger.kernel.org
4335 T:      git git://linuxtv.org/media_tree.git
4336 S:      Maintained
4337 F:      drivers/media/usb/gspca/
4338
4339 GUID PARTITION TABLE (GPT)
4340 M:      Davidlohr Bueso <davidlohr@hp.com>
4341 L:      linux-efi@vger.kernel.org
4342 S:      Maintained
4343 F:      block/partitions/efi.*
4344
4345 STK1160 USB VIDEO CAPTURE DRIVER
4346 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4347 L:      linux-media@vger.kernel.org
4348 T:      git git://linuxtv.org/media_tree.git
4349 S:      Maintained
4350 F:      drivers/media/usb/stk1160/
4351
4352 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4353 M:      Frank Seidel <frank@f-seidel.de>
4354 L:      platform-driver-x86@vger.kernel.org
4355 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4356 S:      Maintained
4357 F:      drivers/platform/x86/hdaps.c
4358
4359 HDPVR USB VIDEO ENCODER DRIVER
4360 M:      Hans Verkuil <hverkuil@xs4all.nl>
4361 L:      linux-media@vger.kernel.org
4362 T:      git git://linuxtv.org/media_tree.git
4363 W:      http://linuxtv.org
4364 S:      Odd Fixes
4365 F:      drivers/media/usb/hdpvr/
4366
4367 HWPOISON MEMORY FAILURE HANDLING
4368 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4369 L:      linux-mm@kvack.org
4370 S:      Maintained
4371 F:      mm/memory-failure.c
4372 F:      mm/hwpoison-inject.c
4373
4374 HYPERVISOR VIRTUAL CONSOLE DRIVER
4375 L:      linuxppc-dev@lists.ozlabs.org
4376 S:      Odd Fixes
4377 F:      drivers/tty/hvc/
4378
4379 HACKRF MEDIA DRIVER
4380 M:      Antti Palosaari <crope@iki.fi>
4381 L:      linux-media@vger.kernel.org
4382 W:      http://linuxtv.org/
4383 W:      http://palosaari.fi/linux/
4384 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4385 T:      git git://linuxtv.org/anttip/media_tree.git
4386 S:      Maintained
4387 F:      drivers/media/usb/hackrf/
4388
4389 HARDWARE MONITORING
4390 M:      Jean Delvare <jdelvare@suse.de>
4391 M:      Guenter Roeck <linux@roeck-us.net>
4392 L:      lm-sensors@lm-sensors.org
4393 W:      http://www.lm-sensors.org/
4394 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4396 S:      Maintained
4397 F:      Documentation/hwmon/
4398 F:      drivers/hwmon/
4399 F:      include/linux/hwmon*.h
4400
4401 HARDWARE RANDOM NUMBER GENERATOR CORE
4402 M:      Matt Mackall <mpm@selenic.com>
4403 M:      Herbert Xu <herbert@gondor.apana.org.au>
4404 S:      Odd fixes
4405 F:      Documentation/hw_random.txt
4406 F:      drivers/char/hw_random/
4407 F:      include/linux/hw_random.h
4408
4409 HARDWARE SPINLOCK CORE
4410 M:      Ohad Ben-Cohen <ohad@wizery.com>
4411 S:      Maintained
4412 F:      Documentation/hwspinlock.txt
4413 F:      drivers/hwspinlock/hwspinlock_*
4414 F:      include/linux/hwspinlock.h
4415
4416 HARMONY SOUND DRIVER
4417 L:      linux-parisc@vger.kernel.org
4418 S:      Maintained
4419 F:      sound/parisc/harmony.*
4420
4421 HD29L2 MEDIA DRIVER
4422 M:      Antti Palosaari <crope@iki.fi>
4423 L:      linux-media@vger.kernel.org
4424 W:      http://linuxtv.org/
4425 W:      http://palosaari.fi/linux/
4426 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4427 T:      git git://linuxtv.org/anttip/media_tree.git
4428 S:      Maintained
4429 F:      drivers/media/dvb-frontends/hd29l2*
4430
4431 HEWLETT-PACKARD SMART2 RAID DRIVER
4432 L:      iss_storagedev@hp.com
4433 S:      Orphan
4434 F:      Documentation/blockdev/cpqarray.txt
4435 F:      drivers/block/cpqarray.*
4436
4437 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4438 M:      Don Brace <don.brace@pmcs.com>
4439 L:      iss_storagedev@hp.com
4440 L:      storagedev@pmcs.com
4441 L:      linux-scsi@vger.kernel.org
4442 S:      Supported
4443 F:      Documentation/scsi/hpsa.txt
4444 F:      drivers/scsi/hpsa*.[ch]
4445 F:      include/linux/cciss*.h
4446 F:      include/uapi/linux/cciss*.h
4447
4448 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4449 M:      Don Brace <don.brace@pmcs.com>
4450 L:      iss_storagedev@hp.com
4451 L:      storagedev@pmcs.com
4452 L:      linux-scsi@vger.kernel.org
4453 S:      Supported
4454 F:      Documentation/blockdev/cciss.txt
4455 F:      drivers/block/cciss*
4456 F:      include/linux/cciss_ioctl.h
4457 F:      include/uapi/linux/cciss_ioctl.h
4458
4459 HFS FILESYSTEM
4460 L:      linux-fsdevel@vger.kernel.org
4461 S:      Orphan
4462 F:      Documentation/filesystems/hfs.txt
4463 F:      fs/hfs/
4464
4465 HFSPLUS FILESYSTEM
4466 L:      linux-fsdevel@vger.kernel.org
4467 S:      Orphan
4468 F:      Documentation/filesystems/hfsplus.txt
4469 F:      fs/hfsplus/
4470
4471 HGA FRAMEBUFFER DRIVER
4472 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4473 L:      linux-nvidia@lists.surfsouth.com
4474 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4475 S:      Maintained
4476 F:      drivers/video/fbdev/hgafb.c
4477
4478 HIBERNATION (aka Software Suspend, aka swsusp)
4479 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4480 M:      Pavel Machek <pavel@ucw.cz>
4481 L:      linux-pm@vger.kernel.org
4482 S:      Supported
4483 F:      arch/x86/power/
4484 F:      drivers/base/power/
4485 F:      kernel/power/
4486 F:      include/linux/suspend.h
4487 F:      include/linux/freezer.h
4488 F:      include/linux/pm.h
4489 F:      arch/*/include/asm/suspend*.h
4490
4491 HID CORE LAYER
4492 M:      Jiri Kosina <jkosina@suse.cz>
4493 L:      linux-input@vger.kernel.org
4494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4495 S:      Maintained
4496 F:      drivers/hid/
4497 F:      include/linux/hid*
4498 F:      include/uapi/linux/hid*
4499
4500 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4501 M:      Thomas Gleixner <tglx@linutronix.de>
4502 L:      linux-kernel@vger.kernel.org
4503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4504 S:      Maintained
4505 F:      Documentation/timers/
4506 F:      kernel/time/hrtimer.c
4507 F:      kernel/time/clockevents.c
4508 F:      kernel/time/tick*.*
4509 F:      kernel/time/timer_*.c
4510 F:      include/linux/clockchips.h
4511 F:      include/linux/hrtimer.h
4512
4513 HIGH-SPEED SCC DRIVER FOR AX.25
4514 L:      linux-hams@vger.kernel.org
4515 S:      Orphan
4516 F:      drivers/net/hamradio/dmascc.c
4517 F:      drivers/net/hamradio/scc.c
4518
4519 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4520 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4521 W:      http://www.highpoint-tech.com
4522 S:      Supported
4523 F:      Documentation/scsi/hptiop.txt
4524 F:      drivers/scsi/hptiop.c
4525
4526 HIPPI
4527 M:      Jes Sorensen <jes@trained-monkey.org>
4528 L:      linux-hippi@sunsite.dk
4529 S:      Maintained
4530 F:      include/linux/hippidevice.h
4531 F:      include/uapi/linux/if_hippi.h
4532 F:      net/802/hippi.c
4533 F:      drivers/net/hippi/
4534
4535 HOST AP DRIVER
4536 M:      Jouni Malinen <j@w1.fi>
4537 L:      hostap@shmoo.com (subscribers-only)
4538 L:      linux-wireless@vger.kernel.org
4539 W:      http://hostap.epitest.fi/
4540 S:      Maintained
4541 F:      drivers/net/wireless/hostap/
4542
4543 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4544 L:      platform-driver-x86@vger.kernel.org
4545 S:      Orphan
4546 F:      drivers/platform/x86/tc1100-wmi.c
4547
4548 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4549 M:      Jaroslav Kysela <perex@perex.cz>
4550 S:      Maintained
4551 F:      drivers/net/ethernet/hp/hp100.*
4552
4553 HPET:   High Precision Event Timers driver
4554 M:      Clemens Ladisch <clemens@ladisch.de>
4555 S:      Maintained
4556 F:      Documentation/timers/hpet.txt
4557 F:      drivers/char/hpet.c
4558 F:      include/linux/hpet.h
4559 F:      include/uapi/linux/hpet.h
4560
4561 HPET:   x86
4562 S:      Orphan
4563 F:      arch/x86/kernel/hpet.c
4564 F:      arch/x86/include/asm/hpet.h
4565
4566 HPFS FILESYSTEM
4567 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4568 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4569 S:      Maintained
4570 F:      fs/hpfs/
4571
4572 HSI SUBSYSTEM
4573 M:      Sebastian Reichel <sre@kernel.org>
4574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4575 S:      Maintained
4576 F:      Documentation/ABI/testing/sysfs-bus-hsi
4577 F:      Documentation/hsi.txt
4578 F:      drivers/hsi/
4579 F:      include/linux/hsi/
4580 F:      include/uapi/linux/hsi/
4581
4582 HSO 3G MODEM DRIVER
4583 M:      Jan Dumon <j.dumon@option.com>
4584 W:      http://www.pharscape.org
4585 S:      Maintained
4586 F:      drivers/net/usb/hso.c
4587
4588 HSR NETWORK PROTOCOL
4589 M:      Arvid Brodin <arvid.brodin@alten.se>
4590 L:      netdev@vger.kernel.org
4591 S:      Maintained
4592 F:      net/hsr/
4593
4594 HTCPEN TOUCHSCREEN DRIVER
4595 M:      Pau Oliva Fora <pof@eslack.org>
4596 L:      linux-input@vger.kernel.org
4597 S:      Maintained
4598 F:      drivers/input/touchscreen/htcpen.c
4599
4600 HUGETLB FILESYSTEM
4601 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4602 S:      Maintained
4603 F:      fs/hugetlbfs/
4604
4605 Hyper-V CORE AND DRIVERS
4606 M:      K. Y. Srinivasan <kys@microsoft.com>
4607 M:      Haiyang Zhang <haiyangz@microsoft.com>
4608 L:      devel@linuxdriverproject.org
4609 S:      Maintained
4610 F:      arch/x86/include/asm/mshyperv.h
4611 F:      arch/x86/include/uapi/asm/hyperv.h
4612 F:      arch/x86/kernel/cpu/mshyperv.c
4613 F:      drivers/hid/hid-hyperv.c
4614 F:      drivers/hv/
4615 F:      drivers/input/serio/hyperv-keyboard.c
4616 F:      drivers/net/hyperv/
4617 F:      drivers/scsi/storvsc_drv.c
4618 F:      drivers/video/fbdev/hyperv_fb.c
4619 F:      include/linux/hyperv.h
4620 F:      tools/hv/
4621
4622 I2C OVER PARALLEL PORT
4623 M:      Jean Delvare <jdelvare@suse.de>
4624 L:      linux-i2c@vger.kernel.org
4625 S:      Maintained
4626 F:      Documentation/i2c/busses/i2c-parport
4627 F:      Documentation/i2c/busses/i2c-parport-light
4628 F:      drivers/i2c/busses/i2c-parport.c
4629 F:      drivers/i2c/busses/i2c-parport-light.c
4630
4631 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4632 M:      Jean Delvare <jdelvare@suse.de>
4633 L:      linux-i2c@vger.kernel.org
4634 S:      Maintained
4635 F:      Documentation/i2c/busses/i2c-ali1535
4636 F:      Documentation/i2c/busses/i2c-ali1563
4637 F:      Documentation/i2c/busses/i2c-ali15x3
4638 F:      Documentation/i2c/busses/i2c-amd756
4639 F:      Documentation/i2c/busses/i2c-amd8111
4640 F:      Documentation/i2c/busses/i2c-i801
4641 F:      Documentation/i2c/busses/i2c-nforce2
4642 F:      Documentation/i2c/busses/i2c-piix4
4643 F:      Documentation/i2c/busses/i2c-sis5595
4644 F:      Documentation/i2c/busses/i2c-sis630
4645 F:      Documentation/i2c/busses/i2c-sis96x
4646 F:      Documentation/i2c/busses/i2c-via
4647 F:      Documentation/i2c/busses/i2c-viapro
4648 F:      drivers/i2c/busses/i2c-ali1535.c
4649 F:      drivers/i2c/busses/i2c-ali1563.c
4650 F:      drivers/i2c/busses/i2c-ali15x3.c
4651 F:      drivers/i2c/busses/i2c-amd756.c
4652 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4653 F:      drivers/i2c/busses/i2c-amd8111.c
4654 F:      drivers/i2c/busses/i2c-i801.c
4655 F:      drivers/i2c/busses/i2c-isch.c
4656 F:      drivers/i2c/busses/i2c-nforce2.c
4657 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4658 F:      drivers/i2c/busses/i2c-piix4.c
4659 F:      drivers/i2c/busses/i2c-sis5595.c
4660 F:      drivers/i2c/busses/i2c-sis630.c
4661 F:      drivers/i2c/busses/i2c-sis96x.c
4662 F:      drivers/i2c/busses/i2c-via.c
4663 F:      drivers/i2c/busses/i2c-viapro.c
4664
4665 I2C/SMBUS ISMT DRIVER
4666 M:      Seth Heasley <seth.heasley@intel.com>
4667 M:      Neil Horman <nhorman@tuxdriver.com>
4668 L:      linux-i2c@vger.kernel.org
4669 F:      drivers/i2c/busses/i2c-ismt.c
4670 F:      Documentation/i2c/busses/i2c-ismt
4671
4672 I2C/SMBUS STUB DRIVER
4673 M:      Jean Delvare <jdelvare@suse.de>
4674 L:      linux-i2c@vger.kernel.org
4675 S:      Maintained
4676 F:      drivers/i2c/i2c-stub.c
4677
4678 I2C SUBSYSTEM
4679 M:      Wolfram Sang <wsa@the-dreams.de>
4680 L:      linux-i2c@vger.kernel.org
4681 W:      https://i2c.wiki.kernel.org/
4682 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4684 S:      Maintained
4685 F:      Documentation/devicetree/bindings/i2c/
4686 F:      Documentation/i2c/
4687 F:      drivers/i2c/
4688 F:      include/linux/i2c.h
4689 F:      include/linux/i2c-*.h
4690 F:      include/uapi/linux/i2c.h
4691 F:      include/uapi/linux/i2c-*.h
4692
4693 I2C ACPI SUPPORT
4694 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4695 L:      linux-i2c@vger.kernel.org
4696 L:      linux-acpi@vger.kernel.org
4697 S:      Maintained
4698
4699 I2C-TAOS-EVM DRIVER
4700 M:      Jean Delvare <jdelvare@suse.de>
4701 L:      linux-i2c@vger.kernel.org
4702 S:      Maintained
4703 F:      Documentation/i2c/busses/i2c-taos-evm
4704 F:      drivers/i2c/busses/i2c-taos-evm.c
4705
4706 I2C-TINY-USB DRIVER
4707 M:      Till Harbaum <till@harbaum.org>
4708 L:      linux-i2c@vger.kernel.org
4709 W:      http://www.harbaum.org/till/i2c_tiny_usb
4710 S:      Maintained
4711 F:      drivers/i2c/busses/i2c-tiny-usb.c
4712
4713 i386 BOOT CODE
4714 M:      "H. Peter Anvin" <hpa@zytor.com>
4715 S:      Maintained
4716 F:      arch/x86/boot/
4717
4718 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4719 M:      "H. Peter Anvin" <hpa@zytor.com>
4720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4721 S:      Maintained
4722
4723 IA64 (Itanium) PLATFORM
4724 M:      Tony Luck <tony.luck@intel.com>
4725 M:      Fenghua Yu <fenghua.yu@intel.com>
4726 L:      linux-ia64@vger.kernel.org
4727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4728 S:      Maintained
4729 F:      arch/ia64/
4730
4731 IBM Power in-Nest Crypto Acceleration
4732 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4733 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4734 L:      linux-crypto@vger.kernel.org
4735 S:      Supported
4736 F:      drivers/crypto/nx/
4737
4738 IBM Power 842 compression accelerator
4739 M:      Dan Streetman <ddstreet@us.ibm.com>
4740 S:      Supported
4741 F:      drivers/crypto/nx/nx-842.c
4742 F:      include/linux/nx842.h
4743
4744 IBM Power Linux RAID adapter
4745 M:      Brian King <brking@us.ibm.com>
4746 S:      Supported
4747 F:      drivers/scsi/ipr.*
4748
4749 IBM Power Virtual Ethernet Device Driver
4750 M:      Santiago Leon <santil@linux.vnet.ibm.com>
4751 L:      netdev@vger.kernel.org
4752 S:      Supported
4753 F:      drivers/net/ethernet/ibm/ibmveth.*
4754
4755 IBM Power Virtual SCSI Device Drivers
4756 M:      Nathan Fontenot <nfont@linux.vnet.ibm.com>
4757 L:      linux-scsi@vger.kernel.org
4758 S:      Supported
4759 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4760 F:      drivers/scsi/ibmvscsi/viosrp.h
4761
4762 IBM Power Virtual FC Device Drivers
4763 M:      Brian King <brking@linux.vnet.ibm.com>
4764 L:      linux-scsi@vger.kernel.org
4765 S:      Supported
4766 F:      drivers/scsi/ibmvscsi/ibmvfc*
4767
4768 IBM ServeRAID RAID DRIVER
4769 S:      Orphan
4770 F:      drivers/scsi/ips.*
4771
4772 ICH LPC AND GPIO DRIVER
4773 M:      Peter Tyser <ptyser@xes-inc.com>
4774 S:      Maintained
4775 F:      drivers/mfd/lpc_ich.c
4776 F:      drivers/gpio/gpio-ich.c
4777
4778 IDE SUBSYSTEM
4779 M:      "David S. Miller" <davem@davemloft.net>
4780 L:      linux-ide@vger.kernel.org
4781 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4783 S:      Maintained
4784 F:      Documentation/ide/
4785 F:      drivers/ide/
4786 F:      include/linux/ide.h
4787
4788 IDEAPAD LAPTOP EXTRAS DRIVER
4789 M:      Ike Panhc <ike.pan@canonical.com>
4790 L:      platform-driver-x86@vger.kernel.org
4791 W:      http://launchpad.net/ideapad-laptop
4792 S:      Maintained
4793 F:      drivers/platform/x86/ideapad-laptop.c
4794
4795 IDEAPAD LAPTOP SLIDEBAR DRIVER
4796 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4797 L:      linux-input@vger.kernel.org
4798 W:      https://github.com/o2genum/ideapad-slidebar
4799 S:      Maintained
4800 F:      drivers/input/misc/ideapad_slidebar.c
4801
4802 IDE/ATAPI DRIVERS
4803 M:      Borislav Petkov <bp@alien8.de>
4804 L:      linux-ide@vger.kernel.org
4805 S:      Maintained
4806 F:      Documentation/cdrom/ide-cd
4807 F:      drivers/ide/ide-cd*
4808
4809 IDLE-I7300
4810 M:      Andy Henroid <andrew.d.henroid@intel.com>
4811 L:      linux-pm@vger.kernel.org
4812 S:      Supported
4813 F:      drivers/idle/i7300_idle.c
4814
4815 IEEE 802.15.4 SUBSYSTEM
4816 M:      Alexander Aring <alex.aring@gmail.com>
4817 L:      linux-wpan@vger.kernel.org
4818 W:      https://github.com/linux-wpan
4819 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4820 S:      Maintained
4821 F:      net/ieee802154/
4822 F:      net/mac802154/
4823 F:      drivers/net/ieee802154/
4824 F:      include/linux/nl802154.h
4825 F:      include/linux/ieee802154.h
4826 F:      include/net/nl802154.h
4827 F:      include/net/mac802154.h
4828 F:      include/net/af_ieee802154.h
4829 F:      include/net/cfg802154.h
4830 F:      include/net/ieee802154_netdev.h
4831 F:      Documentation/networking/ieee802154.txt
4832
4833 IGORPLUG-USB IR RECEIVER
4834 M:      Sean Young <sean@mess.org>
4835 L:      linux-media@vger.kernel.org
4836 S:      Maintained
4837 F:      drivers/media/rc/igorplugusb.c
4838
4839 IGUANAWORKS USB IR TRANSCEIVER
4840 M:      Sean Young <sean@mess.org>
4841 L:      linux-media@vger.kernel.org
4842 S:      Maintained
4843 F:      drivers/media/rc/iguanair.c
4844
4845 IIO SUBSYSTEM AND DRIVERS
4846 M:      Jonathan Cameron <jic23@kernel.org>
4847 R:      Hartmut Knaack <knaack.h@gmx.de>
4848 R:      Lars-Peter Clausen <lars@metafoo.de>
4849 R:      Peter Meerwald <pmeerw@pmeerw.net>
4850 L:      linux-iio@vger.kernel.org
4851 S:      Maintained
4852 F:      drivers/iio/
4853 F:      drivers/staging/iio/
4854 F:      include/linux/iio/
4855
4856 IKANOS/ADI EAGLE ADSL USB DRIVER
4857 M:      Matthieu Castet <castet.matthieu@free.fr>
4858 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4859 S:      Maintained
4860 F:      drivers/usb/atm/ueagle-atm.c
4861
4862 INA209 HARDWARE MONITOR DRIVER
4863 M:      Guenter Roeck <linux@roeck-us.net>
4864 L:      lm-sensors@lm-sensors.org
4865 S:      Maintained
4866 F:      Documentation/hwmon/ina209
4867 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4868 F:      drivers/hwmon/ina209.c
4869
4870 INA2XX HARDWARE MONITOR DRIVER
4871 M:      Guenter Roeck <linux@roeck-us.net>
4872 L:      lm-sensors@lm-sensors.org
4873 S:      Maintained
4874 F:      Documentation/hwmon/ina2xx
4875 F:      drivers/hwmon/ina2xx.c
4876 F:      include/linux/platform_data/ina2xx.h
4877
4878 INDUSTRY PACK SUBSYSTEM (IPACK)
4879 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4880 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4881 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4882 L:      industrypack-devel@lists.sourceforge.net
4883 W:      http://industrypack.sourceforge.net
4884 S:      Maintained
4885 F:      drivers/ipack/
4886
4887 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4888 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4889 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4890 L:      linux-ima-devel@lists.sourceforge.net
4891 L:      linux-ima-user@lists.sourceforge.net
4892 L:      linux-security-module@vger.kernel.org
4893 S:      Supported
4894 F:      security/integrity/ima/
4895
4896 IMGTEC IR DECODER DRIVER
4897 M:      James Hogan <james.hogan@imgtec.com>
4898 S:      Maintained
4899 F:      drivers/media/rc/img-ir/
4900
4901 IMS TWINTURBO FRAMEBUFFER DRIVER
4902 L:      linux-fbdev@vger.kernel.org
4903 S:      Orphan
4904 F:      drivers/video/fbdev/imsttfb.c
4905
4906 INFINIBAND SUBSYSTEM
4907 M:      Roland Dreier <roland@kernel.org>
4908 M:      Sean Hefty <sean.hefty@intel.com>
4909 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4910 L:      linux-rdma@vger.kernel.org
4911 W:      http://www.openfabrics.org/
4912 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4914 S:      Supported
4915 F:      Documentation/infiniband/
4916 F:      drivers/infiniband/
4917 F:      include/uapi/linux/if_infiniband.h
4918
4919 INOTIFY
4920 M:      John McCutchan <john@johnmccutchan.com>
4921 M:      Robert Love <rlove@rlove.org>
4922 M:      Eric Paris <eparis@parisplace.org>
4923 S:      Maintained
4924 F:      Documentation/filesystems/inotify.txt
4925 F:      fs/notify/inotify/
4926 F:      include/linux/inotify.h
4927 F:      include/uapi/linux/inotify.h
4928
4929 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4930 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4931 M:      Dmitry Torokhov <dtor@mail.ru>
4932 L:      linux-input@vger.kernel.org
4933 Q:      http://patchwork.kernel.org/project/linux-input/list/
4934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4935 S:      Maintained
4936 F:      drivers/input/
4937 F:      include/linux/input.h
4938 F:      include/uapi/linux/input.h
4939 F:      include/linux/input/
4940
4941 INPUT MULTITOUCH (MT) PROTOCOL
4942 M:      Henrik Rydberg <rydberg@euromail.se>
4943 L:      linux-input@vger.kernel.org
4944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4945 S:      Maintained
4946 F:      Documentation/input/multi-touch-protocol.txt
4947 F:      drivers/input/input-mt.c
4948 K:      \b(ABS|SYN)_MT_
4949
4950 INTEL C600 SERIES SAS CONTROLLER DRIVER
4951 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4952 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4953 M:      Dave Jiang <dave.jiang@intel.com>
4954 L:      linux-scsi@vger.kernel.org
4955 T:      git git://git.code.sf.net/p/intel-sas/isci
4956 S:      Supported
4957 F:      drivers/scsi/isci/
4958
4959 INTEL IDLE DRIVER
4960 M:      Len Brown <lenb@kernel.org>
4961 L:      linux-pm@vger.kernel.org
4962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4963 S:      Supported
4964 F:      drivers/idle/intel_idle.c
4965
4966 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4967 M:      Maik Broemme <mbroemme@plusserver.de>
4968 L:      linux-fbdev@vger.kernel.org
4969 S:      Maintained
4970 F:      Documentation/fb/intelfb.txt
4971 F:      drivers/video/fbdev/intelfb/
4972
4973 INTEL 810/815 FRAMEBUFFER DRIVER
4974 M:      Antonino Daplas <adaplas@gmail.com>
4975 L:      linux-fbdev@vger.kernel.org
4976 S:      Maintained
4977 F:      drivers/video/fbdev/i810/
4978
4979 INTEL MENLOW THERMAL DRIVER
4980 M:      Sujith Thomas <sujith.thomas@intel.com>
4981 L:      platform-driver-x86@vger.kernel.org
4982 W:      https://01.org/linux-acpi
4983 S:      Supported
4984 F:      drivers/platform/x86/intel_menlow.c
4985
4986 INTEL IA32 MICROCODE UPDATE SUPPORT
4987 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4988 S:      Maintained
4989 F:      arch/x86/kernel/cpu/microcode/core*
4990 F:      arch/x86/kernel/cpu/microcode/intel*
4991
4992 INTEL I/OAT DMA DRIVER
4993 M:      Dave Jiang <dave.jiang@intel.com>
4994 R:      Dan Williams <dan.j.williams@intel.com>
4995 L:      dmaengine@vger.kernel.org
4996 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4997 S:      Supported
4998 F:      drivers/dma/ioat*
4999
5000 INTEL IOMMU (VT-d)
5001 M:      David Woodhouse <dwmw2@infradead.org>
5002 L:      iommu@lists.linux-foundation.org
5003 T:      git git://git.infradead.org/iommu-2.6.git
5004 S:      Supported
5005 F:      drivers/iommu/intel-iommu.c
5006 F:      include/linux/intel-iommu.h
5007
5008 INTEL IOP-ADMA DMA DRIVER
5009 R:      Dan Williams <dan.j.williams@intel.com>
5010 S:      Odd fixes
5011 F:      drivers/dma/iop-adma.c
5012
5013 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5014 M:      Krzysztof Halasa <khalasa@piap.pl>
5015 S:      Maintained
5016 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5017 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5018 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5019 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5020 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5021 F:      drivers/net/wan/ixp4xx_hss.c
5022
5023 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5024 M:      Deepak Saxena <dsaxena@plexity.net>
5025 S:      Maintained
5026 F:      drivers/char/hw_random/ixp4xx-rng.c
5027
5028 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5029 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5030 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5031 M:      Bruce Allan <bruce.w.allan@intel.com>
5032 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5033 M:      Don Skidmore <donald.c.skidmore@intel.com>
5034 M:      Greg Rose <gregory.v.rose@intel.com>
5035 M:      Matthew Vick <matthew.vick@intel.com>
5036 M:      John Ronciak <john.ronciak@intel.com>
5037 M:      Mitch Williams <mitch.a.williams@intel.com>
5038 M:      Linux NICS <linux.nics@intel.com>
5039 L:      e1000-devel@lists.sourceforge.net
5040 W:      http://www.intel.com/support/feedback.htm
5041 W:      http://e1000.sourceforge.net/
5042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5044 S:      Supported
5045 F:      Documentation/networking/e100.txt
5046 F:      Documentation/networking/e1000.txt
5047 F:      Documentation/networking/e1000e.txt
5048 F:      Documentation/networking/igb.txt
5049 F:      Documentation/networking/igbvf.txt
5050 F:      Documentation/networking/ixgb.txt
5051 F:      Documentation/networking/ixgbe.txt
5052 F:      Documentation/networking/ixgbevf.txt
5053 F:      Documentation/networking/i40e.txt
5054 F:      Documentation/networking/i40evf.txt
5055 F:      drivers/net/ethernet/intel/
5056 F:      drivers/net/ethernet/intel/*/
5057
5058 INTEL-MID GPIO DRIVER
5059 M:      David Cohen <david.a.cohen@linux.intel.com>
5060 L:      linux-gpio@vger.kernel.org
5061 S:      Maintained
5062 F:      drivers/gpio/gpio-intel-mid.c
5063
5064 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5065 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5066 L:      linux-wireless@vger.kernel.org
5067 S:      Maintained
5068 F:      Documentation/networking/README.ipw2100
5069 F:      Documentation/networking/README.ipw2200
5070 F:      drivers/net/wireless/ipw2x00/
5071
5072 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5073 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5074 M:      Gang Wei <gang.wei@intel.com>
5075 M:      Shane Wang <shane.wang@intel.com>
5076 L:      tboot-devel@lists.sourceforge.net
5077 W:      http://tboot.sourceforge.net
5078 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5079 S:      Supported
5080 F:      Documentation/intel_txt.txt
5081 F:      include/linux/tboot.h
5082 F:      arch/x86/kernel/tboot.c
5083
5084 INTEL WIRELESS WIMAX CONNECTION 2400
5085 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5086 M:      linux-wimax@intel.com
5087 L:     wimax@linuxwimax.org (subscribers-only)
5088 S:      Supported
5089 W:      http://linuxwimax.org
5090 F:      Documentation/wimax/README.i2400m
5091 F:      drivers/net/wimax/i2400m/
5092 F:      include/uapi/linux/wimax/i2400m.h
5093
5094 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5095 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5096 L:      linux-wireless@vger.kernel.org
5097 S:      Supported
5098 F:      drivers/net/wireless/iwlegacy/
5099
5100 INTEL WIRELESS WIFI LINK (iwlwifi)
5101 M:      Johannes Berg <johannes.berg@intel.com>
5102 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5103 M:      Intel Linux Wireless <ilw@linux.intel.com>
5104 L:      linux-wireless@vger.kernel.org
5105 W:      http://intellinuxwireless.org
5106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5107 S:      Supported
5108 F:      drivers/net/wireless/iwlwifi/
5109
5110 INTEL MANAGEMENT ENGINE (mei)
5111 M:      Tomas Winkler <tomas.winkler@intel.com>
5112 L:      linux-kernel@vger.kernel.org
5113 S:      Supported
5114 F:      include/uapi/linux/mei.h
5115 F:      drivers/misc/mei/*
5116 F:      Documentation/misc-devices/mei/*
5117
5118 IOC3 ETHERNET DRIVER
5119 M:      Ralf Baechle <ralf@linux-mips.org>
5120 L:      linux-mips@linux-mips.org
5121 S:      Maintained
5122 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5123
5124 IOC3 SERIAL DRIVER
5125 M:      Pat Gefre <pfg@sgi.com>
5126 L:      linux-serial@vger.kernel.org
5127 S:      Maintained
5128 F:      drivers/tty/serial/ioc3_serial.c
5129
5130 IOMMU DRIVERS
5131 M:      Joerg Roedel <joro@8bytes.org>
5132 L:      iommu@lists.linux-foundation.org
5133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5134 S:      Maintained
5135 F:      drivers/iommu/
5136
5137 IP MASQUERADING
5138 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5139 S:      Maintained
5140 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5141
5142 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5143 M:      Francois Romieu <romieu@fr.zoreil.com>
5144 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5145 L:      netdev@vger.kernel.org
5146 S:      Maintained
5147 F:      drivers/net/ethernet/icplus/ipg.*
5148
5149 IPATH DRIVER
5150 M:      Mike Marciniszyn <infinipath@intel.com>
5151 L:      linux-rdma@vger.kernel.org
5152 S:      Maintained
5153 F:      drivers/infiniband/hw/ipath/
5154
5155 IPMI SUBSYSTEM
5156 M:      Corey Minyard <minyard@acm.org>
5157 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5158 W:      http://openipmi.sourceforge.net/
5159 S:      Supported
5160 F:      Documentation/IPMI.txt
5161 F:      drivers/char/ipmi/
5162 F:      include/linux/ipmi*
5163 F:      include/uapi/linux/ipmi*
5164
5165 IPS SCSI RAID DRIVER
5166 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5167 L:      linux-scsi@vger.kernel.org
5168 W:      http://www.adaptec.com/
5169 S:      Maintained
5170 F:      drivers/scsi/ips*
5171
5172 IPVS
5173 M:      Wensong Zhang <wensong@linux-vs.org>
5174 M:      Simon Horman <horms@verge.net.au>
5175 M:      Julian Anastasov <ja@ssi.bg>
5176 L:      netdev@vger.kernel.org
5177 L:      lvs-devel@vger.kernel.org
5178 S:      Maintained
5179 F:      Documentation/networking/ipvs-sysctl.txt
5180 F:      include/net/ip_vs.h
5181 F:      include/uapi/linux/ip_vs.h
5182 F:      net/netfilter/ipvs/
5183
5184 IPWIRELESS DRIVER
5185 M:      Jiri Kosina <jkosina@suse.cz>
5186 M:      David Sterba <dsterba@suse.cz>
5187 S:      Odd Fixes
5188 F:      drivers/tty/ipwireless/
5189
5190 IPX NETWORK LAYER
5191 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5192 L:      netdev@vger.kernel.org
5193 S:      Maintained
5194 F:      include/net/ipx.h
5195 F:      include/uapi/linux/ipx.h
5196 F:      net/ipx/
5197
5198 IRDA SUBSYSTEM
5199 M:      Samuel Ortiz <samuel@sortiz.org>
5200 L:      irda-users@lists.sourceforge.net (subscribers-only)
5201 L:      netdev@vger.kernel.org
5202 W:      http://irda.sourceforge.net/
5203 S:      Maintained
5204 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5205 F:      Documentation/networking/irda.txt
5206 F:      drivers/net/irda/
5207 F:      include/net/irda/
5208 F:      net/irda/
5209
5210 IRQ SUBSYSTEM
5211 M:      Thomas Gleixner <tglx@linutronix.de>
5212 L:      linux-kernel@vger.kernel.org
5213 S:      Maintained
5214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5215 F:      kernel/irq/
5216
5217 IRQCHIP DRIVERS
5218 M:      Thomas Gleixner <tglx@linutronix.de>
5219 M:      Jason Cooper <jason@lakedaemon.net>
5220 L:      linux-kernel@vger.kernel.org
5221 S:      Maintained
5222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5223 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5224 F:      Documentation/devicetree/bindings/interrupt-controller/
5225 F:      drivers/irqchip/
5226
5227 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5228 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5229 S:      Maintained
5230 F:      Documentation/IRQ-domain.txt
5231 F:      include/linux/irqdomain.h
5232 F:      kernel/irq/irqdomain.c
5233
5234 ISAPNP
5235 M:      Jaroslav Kysela <perex@perex.cz>
5236 S:      Maintained
5237 F:      Documentation/isapnp.txt
5238 F:      drivers/pnp/isapnp/
5239 F:      include/linux/isapnp.h
5240
5241 ISA RADIO MODULE
5242 M:      Hans Verkuil <hverkuil@xs4all.nl>
5243 L:      linux-media@vger.kernel.org
5244 T:      git git://linuxtv.org/media_tree.git
5245 W:      http://linuxtv.org
5246 S:      Maintained
5247 F:      drivers/media/radio/radio-isa*
5248
5249 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5250 M:      Peter Jones <pjones@redhat.com>
5251 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5252 S:      Maintained
5253 F:      drivers/firmware/iscsi_ibft*
5254
5255 ISCSI
5256 M:      Mike Christie <michaelc@cs.wisc.edu>
5257 L:      open-iscsi@googlegroups.com
5258 W:      www.open-iscsi.org
5259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5260 S:      Maintained
5261 F:      drivers/scsi/*iscsi*
5262 F:      include/scsi/*iscsi*
5263
5264 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5265 M:      Or Gerlitz <ogerlitz@mellanox.com>
5266 M:      Sagi Grimberg <sagig@mellanox.com>
5267 M:      Roi Dayan <roid@mellanox.com>
5268 L:      linux-rdma@vger.kernel.org
5269 S:      Supported
5270 W:      http://www.openfabrics.org
5271 W:      www.open-iscsi.org
5272 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5273 F:      drivers/infiniband/ulp/iser/
5274
5275 ISDN SUBSYSTEM
5276 M:      Karsten Keil <isdn@linux-pingi.de>
5277 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5278 L:      netdev@vger.kernel.org
5279 W:      http://www.isdn4linux.de
5280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5281 S:      Maintained
5282 F:      Documentation/isdn/
5283 F:      drivers/isdn/
5284 F:      include/linux/isdn.h
5285 F:      include/linux/isdn/
5286 F:      include/uapi/linux/isdn.h
5287 F:      include/uapi/linux/isdn/
5288
5289 ISDN SUBSYSTEM (Eicon active card driver)
5290 M:      Armin Schindler <mac@melware.de>
5291 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5292 W:      http://www.melware.de
5293 S:      Maintained
5294 F:      drivers/isdn/hardware/eicon/
5295
5296 IT87 HARDWARE MONITORING DRIVER
5297 M:      Jean Delvare <jdelvare@suse.de>
5298 L:      lm-sensors@lm-sensors.org
5299 S:      Maintained
5300 F:      Documentation/hwmon/it87
5301 F:      drivers/hwmon/it87.c
5302
5303 IT913X MEDIA DRIVER
5304 M:      Antti Palosaari <crope@iki.fi>
5305 L:      linux-media@vger.kernel.org
5306 W:      http://linuxtv.org/
5307 W:      http://palosaari.fi/linux/
5308 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5309 T:      git git://linuxtv.org/anttip/media_tree.git
5310 S:      Maintained
5311 F:      drivers/media/tuners/it913x*
5312
5313 IVTV VIDEO4LINUX DRIVER
5314 M:      Andy Walls <awalls@md.metrocast.net>
5315 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5316 L:      linux-media@vger.kernel.org
5317 T:      git git://linuxtv.org/media_tree.git
5318 W:      http://www.ivtvdriver.org
5319 S:      Maintained
5320 F:      Documentation/video4linux/*.ivtv
5321 F:      drivers/media/pci/ivtv/
5322 F:      include/uapi/linux/ivtv*
5323
5324 IX2505V MEDIA DRIVER
5325 M:      Malcolm Priestley <tvboxspy@gmail.com>
5326 L:      linux-media@vger.kernel.org
5327 W:      http://linuxtv.org/
5328 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5329 S:      Maintained
5330 F:      drivers/media/dvb-frontends/ix2505v*
5331
5332 JC42.4 TEMPERATURE SENSOR DRIVER
5333 M:      Guenter Roeck <linux@roeck-us.net>
5334 L:      lm-sensors@lm-sensors.org
5335 S:      Maintained
5336 F:      drivers/hwmon/jc42.c
5337 F:      Documentation/hwmon/jc42
5338
5339 JFS FILESYSTEM
5340 M:      Dave Kleikamp <shaggy@kernel.org>
5341 L:      jfs-discussion@lists.sourceforge.net
5342 W:      http://jfs.sourceforge.net/
5343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5344 S:      Maintained
5345 F:      Documentation/filesystems/jfs.txt
5346 F:      fs/jfs/
5347
5348 JME NETWORK DRIVER
5349 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5350 L:      netdev@vger.kernel.org
5351 S:      Maintained
5352 F:      drivers/net/ethernet/jme.*
5353
5354 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5355 M:      David Woodhouse <dwmw2@infradead.org>
5356 L:      linux-mtd@lists.infradead.org
5357 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5358 S:      Maintained
5359 F:      fs/jffs2/
5360 F:      include/uapi/linux/jffs2.h
5361
5362 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5363 M:      Andrew Morton <akpm@linux-foundation.org>
5364 M:      Jan Kara <jack@suse.cz>
5365 L:      linux-ext4@vger.kernel.org
5366 S:      Maintained
5367 F:      fs/jbd/
5368 F:      include/linux/jbd.h
5369
5370 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5371 M:      "Theodore Ts'o" <tytso@mit.edu>
5372 L:      linux-ext4@vger.kernel.org
5373 S:      Maintained
5374 F:      fs/jbd2/
5375 F:      include/linux/jbd2.h
5376
5377 JSM Neo PCI based serial card
5378 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5379 L:      linux-serial@vger.kernel.org
5380 S:      Maintained
5381 F:      drivers/tty/serial/jsm/
5382
5383 K10TEMP HARDWARE MONITORING DRIVER
5384 M:      Clemens Ladisch <clemens@ladisch.de>
5385 L:      lm-sensors@lm-sensors.org
5386 S:      Maintained
5387 F:      Documentation/hwmon/k10temp
5388 F:      drivers/hwmon/k10temp.c
5389
5390 K8TEMP HARDWARE MONITORING DRIVER
5391 M:      Rudolf Marek <r.marek@assembler.cz>
5392 L:      lm-sensors@lm-sensors.org
5393 S:      Maintained
5394 F:      Documentation/hwmon/k8temp
5395 F:      drivers/hwmon/k8temp.c
5396
5397 KCONFIG
5398 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5399 L:      linux-kbuild@vger.kernel.org
5400 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5401 S:      Maintained
5402 F:      Documentation/kbuild/kconfig-language.txt
5403 F:      scripts/kconfig/
5404
5405 KDUMP
5406 M:      Vivek Goyal <vgoyal@redhat.com>
5407 M:      Haren Myneni <hbabu@us.ibm.com>
5408 L:      kexec@lists.infradead.org
5409 W:      http://lse.sourceforge.net/kdump/
5410 S:      Maintained
5411 F:      Documentation/kdump/
5412
5413 KEENE FM RADIO TRANSMITTER DRIVER
5414 M:      Hans Verkuil <hverkuil@xs4all.nl>
5415 L:      linux-media@vger.kernel.org
5416 T:      git git://linuxtv.org/media_tree.git
5417 W:      http://linuxtv.org
5418 S:      Maintained
5419 F:      drivers/media/radio/radio-keene*
5420
5421 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5422 M:      Ian Kent <raven@themaw.net>
5423 L:      autofs@vger.kernel.org
5424 S:      Maintained
5425 F:      fs/autofs4/
5426
5427 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5428 M:      Michal Marek <mmarek@suse.cz>
5429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5431 L:      linux-kbuild@vger.kernel.org
5432 S:      Maintained
5433 F:      Documentation/kbuild/
5434 F:      Makefile
5435 F:      scripts/Makefile.*
5436 F:      scripts/basic/
5437 F:      scripts/mk*
5438 F:      scripts/package/
5439
5440 KERNEL JANITORS
5441 L:      kernel-janitors@vger.kernel.org
5442 W:      http://kernelnewbies.org/KernelJanitors
5443 S:      Odd Fixes
5444
5445 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5446 M:      "J. Bruce Fields" <bfields@fieldses.org>
5447 L:      linux-nfs@vger.kernel.org
5448 W:      http://nfs.sourceforge.net/
5449 S:      Supported
5450 F:      fs/nfsd/
5451 F:      include/uapi/linux/nfsd/
5452 F:      fs/lockd/
5453 F:      fs/nfs_common/
5454 F:      net/sunrpc/
5455 F:      include/linux/lockd/
5456 F:      include/linux/sunrpc/
5457 F:      include/uapi/linux/sunrpc/
5458
5459 KERNEL SELFTEST FRAMEWORK
5460 M:      Shuah Khan <shuahkh@osg.samsung.com>
5461 L:      linux-api@vger.kernel.org
5462 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5463 S:      Maintained
5464 F:      tools/testing/selftests
5465
5466 KERNEL VIRTUAL MACHINE (KVM)
5467 M:      Gleb Natapov <gleb@kernel.org>
5468 M:      Paolo Bonzini <pbonzini@redhat.com>
5469 L:      kvm@vger.kernel.org
5470 W:      http://www.linux-kvm.org
5471 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5472 S:      Supported
5473 F:      Documentation/*/kvm*.txt
5474 F:      Documentation/virtual/kvm/
5475 F:      arch/*/kvm/
5476 F:      arch/*/include/asm/kvm*
5477 F:      include/linux/kvm*
5478 F:      include/uapi/linux/kvm*
5479 F:      virt/kvm/
5480
5481 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5482 M:      Joerg Roedel <joro@8bytes.org>
5483 L:      kvm@vger.kernel.org
5484 W:      http://kvm.qumranet.com
5485 S:      Maintained
5486 F:      arch/x86/include/asm/svm.h
5487 F:      arch/x86/kvm/svm.c
5488
5489 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5490 M:      Alexander Graf <agraf@suse.de>
5491 L:      kvm-ppc@vger.kernel.org
5492 W:      http://kvm.qumranet.com
5493 T:      git git://github.com/agraf/linux-2.6.git
5494 S:      Supported
5495 F:      arch/powerpc/include/asm/kvm*
5496 F:      arch/powerpc/kvm/
5497
5498 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5499 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5500 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5501 M:      linux390@de.ibm.com
5502 L:      linux-s390@vger.kernel.org
5503 W:      http://www.ibm.com/developerworks/linux/linux390/
5504 S:      Supported
5505 F:      Documentation/s390/kvm.txt
5506 F:      arch/s390/include/asm/kvm*
5507 F:      arch/s390/kvm/
5508 F:      drivers/s390/kvm/
5509
5510 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5511 M:      Christoffer Dall <christoffer.dall@linaro.org>
5512 M:      Marc Zyngier <marc.zyngier@arm.com>
5513 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5514 L:      kvmarm@lists.cs.columbia.edu
5515 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5516 S:      Supported
5517 F:      arch/arm/include/uapi/asm/kvm*
5518 F:      arch/arm/include/asm/kvm*
5519 F:      arch/arm/kvm/
5520 F:      virt/kvm/arm/
5521 F:      include/kvm/arm_*
5522
5523 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5524 M:      Christoffer Dall <christoffer.dall@linaro.org>
5525 M:      Marc Zyngier <marc.zyngier@arm.com>
5526 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5527 L:      kvmarm@lists.cs.columbia.edu
5528 S:      Maintained
5529 F:      arch/arm64/include/uapi/asm/kvm*
5530 F:      arch/arm64/include/asm/kvm*
5531 F:      arch/arm64/kvm/
5532
5533 KEXEC
5534 M:      Eric Biederman <ebiederm@xmission.com>
5535 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5536 L:      kexec@lists.infradead.org
5537 S:      Maintained
5538 F:      include/linux/kexec.h
5539 F:      include/uapi/linux/kexec.h
5540 F:      kernel/kexec.c
5541
5542 KEYS/KEYRINGS:
5543 M:      David Howells <dhowells@redhat.com>
5544 L:      keyrings@linux-nfs.org
5545 S:      Maintained
5546 F:      Documentation/security/keys.txt
5547 F:      include/linux/key.h
5548 F:      include/linux/key-type.h
5549 F:      include/keys/
5550 F:      security/keys/
5551
5552 KEYS-TRUSTED
5553 M:      David Safford <safford@us.ibm.com>
5554 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5555 L:      linux-security-module@vger.kernel.org
5556 L:      keyrings@linux-nfs.org
5557 S:      Supported
5558 F:      Documentation/security/keys-trusted-encrypted.txt
5559 F:      include/keys/trusted-type.h
5560 F:      security/keys/trusted.c
5561 F:      security/keys/trusted.h
5562
5563 KEYS-ENCRYPTED
5564 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5565 M:      David Safford <safford@us.ibm.com>
5566 L:      linux-security-module@vger.kernel.org
5567 L:      keyrings@linux-nfs.org
5568 S:      Supported
5569 F:      Documentation/security/keys-trusted-encrypted.txt
5570 F:      include/keys/encrypted-type.h
5571 F:      security/keys/encrypted-keys/
5572
5573 KGDB / KDB /debug_core
5574 M:      Jason Wessel <jason.wessel@windriver.com>
5575 W:      http://kgdb.wiki.kernel.org/
5576 L:      kgdb-bugreport@lists.sourceforge.net
5577 S:      Maintained
5578 F:      Documentation/DocBook/kgdb.tmpl
5579 F:      drivers/misc/kgdbts.c
5580 F:      drivers/tty/serial/kgdboc.c
5581 F:      include/linux/kdb.h
5582 F:      include/linux/kgdb.h
5583 F:      kernel/debug/
5584
5585 KMEMCHECK
5586 M:      Vegard Nossum <vegardno@ifi.uio.no>
5587 M:      Pekka Enberg <penberg@kernel.org>
5588 S:      Maintained
5589 F:      Documentation/kmemcheck.txt
5590 F:      arch/x86/include/asm/kmemcheck.h
5591 F:      arch/x86/mm/kmemcheck/
5592 F:      include/linux/kmemcheck.h
5593 F:      mm/kmemcheck.c
5594
5595 KMEMLEAK
5596 M:      Catalin Marinas <catalin.marinas@arm.com>
5597 S:      Maintained
5598 F:      Documentation/kmemleak.txt
5599 F:      include/linux/kmemleak.h
5600 F:      mm/kmemleak.c
5601 F:      mm/kmemleak-test.c
5602
5603 KPROBES
5604 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5605 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5606 M:      "David S. Miller" <davem@davemloft.net>
5607 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5608 S:      Maintained
5609 F:      Documentation/kprobes.txt
5610 F:      include/linux/kprobes.h
5611 F:      kernel/kprobes.c
5612
5613 KS0108 LCD CONTROLLER DRIVER
5614 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5615 W:      http://miguelojeda.es/auxdisplay.htm
5616 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5617 S:      Maintained
5618 F:      Documentation/auxdisplay/ks0108
5619 F:      drivers/auxdisplay/ks0108.c
5620 F:      include/linux/ks0108.h
5621
5622 LAPB module
5623 L:      linux-x25@vger.kernel.org
5624 S:      Orphan
5625 F:      Documentation/networking/lapb-module.txt
5626 F:      include/*/lapb.h
5627 F:      net/lapb/
5628
5629 LASI 53c700 driver for PARISC
5630 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5631 L:      linux-scsi@vger.kernel.org
5632 S:      Maintained
5633 F:      Documentation/scsi/53c700.txt
5634 F:      drivers/scsi/53c700*
5635
5636 LED SUBSYSTEM
5637 M:      Bryan Wu <cooloney@gmail.com>
5638 M:      Richard Purdie <rpurdie@rpsys.net>
5639 L:      linux-leds@vger.kernel.org
5640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5641 S:      Maintained
5642 F:      drivers/leds/
5643 F:      include/linux/leds.h
5644
5645 LEGACY EEPROM DRIVER
5646 M:      Jean Delvare <jdelvare@suse.de>
5647 S:      Maintained
5648 F:      Documentation/misc-devices/eeprom
5649 F:      drivers/misc/eeprom/eeprom.c
5650
5651 LEGO USB Tower driver
5652 M:      Juergen Stuber <starblue@users.sourceforge.net>
5653 L:      legousb-devel@lists.sourceforge.net
5654 W:      http://legousb.sourceforge.net/
5655 S:      Maintained
5656 F:      drivers/usb/misc/legousbtower.c
5657
5658 LG2160 MEDIA DRIVER
5659 M:      Michael Krufky <mkrufky@linuxtv.org>
5660 L:      linux-media@vger.kernel.org
5661 W:      http://linuxtv.org/
5662 W:      http://github.com/mkrufky
5663 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5664 T:      git git://linuxtv.org/mkrufky/tuners.git
5665 S:      Maintained
5666 F:      drivers/media/dvb-frontends/lg2160.*
5667
5668 LGDT3305 MEDIA DRIVER
5669 M:      Michael Krufky <mkrufky@linuxtv.org>
5670 L:      linux-media@vger.kernel.org
5671 W:      http://linuxtv.org/
5672 W:      http://github.com/mkrufky
5673 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5674 T:      git git://linuxtv.org/mkrufky/tuners.git
5675 S:      Maintained
5676 F:      drivers/media/dvb-frontends/lgdt3305.*
5677
5678 LGUEST
5679 M:      Rusty Russell <rusty@rustcorp.com.au>
5680 L:      lguest@lists.ozlabs.org
5681 W:      http://lguest.ozlabs.org/
5682 S:      Odd Fixes
5683 F:      arch/x86/include/asm/lguest*.h
5684 F:      arch/x86/lguest/
5685 F:      drivers/lguest/
5686 F:      include/linux/lguest*.h
5687 F:      tools/lguest/
5688
5689 LIBLOCKDEP
5690 M:      Sasha Levin <sasha.levin@oracle.com>
5691 S:      Maintained
5692 F:      tools/lib/lockdep/
5693
5694 LINUX FOR IBM pSERIES (RS/6000)
5695 M:      Paul Mackerras <paulus@au.ibm.com>
5696 W:      http://www.ibm.com/linux/ltc/projects/ppc
5697 S:      Supported
5698 F:      arch/powerpc/boot/rs6000.h
5699
5700 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5701 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5702 M:      Paul Mackerras <paulus@samba.org>
5703 M:      Michael Ellerman <mpe@ellerman.id.au>
5704 W:      http://www.penguinppc.org/
5705 L:      linuxppc-dev@lists.ozlabs.org
5706 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5708 S:      Supported
5709 F:      Documentation/powerpc/
5710 F:      arch/powerpc/
5711
5712 LINUX FOR POWER MACINTOSH
5713 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5714 W:      http://www.penguinppc.org/
5715 L:      linuxppc-dev@lists.ozlabs.org
5716 S:      Maintained
5717 F:      arch/powerpc/platforms/powermac/
5718 F:      drivers/macintosh/
5719
5720 LINUX FOR POWERPC EMBEDDED MPC5XXX
5721 M:      Anatolij Gustschin <agust@denx.de>
5722 L:      linuxppc-dev@lists.ozlabs.org
5723 T:      git git://git.denx.de/linux-denx-agust.git
5724 S:      Maintained
5725 F:      arch/powerpc/platforms/512x/
5726 F:      arch/powerpc/platforms/52xx/
5727
5728 LINUX FOR POWERPC EMBEDDED PPC4XX
5729 M:  Alistair Popple <alistair@popple.id.au>
5730 M:      Matt Porter <mporter@kernel.crashing.org>
5731 W:      http://www.penguinppc.org/
5732 L:      linuxppc-dev@lists.ozlabs.org
5733 S:      Maintained
5734 F:      arch/powerpc/platforms/40x/
5735 F:      arch/powerpc/platforms/44x/
5736
5737 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5738 L:      linuxppc-dev@lists.ozlabs.org
5739 S:      Orphan
5740 F:      arch/powerpc/*/*virtex*
5741 F:      arch/powerpc/*/*/*virtex*
5742
5743 LINUX FOR POWERPC EMBEDDED PPC8XX
5744 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5745 W:      http://www.penguinppc.org/
5746 L:      linuxppc-dev@lists.ozlabs.org
5747 S:      Maintained
5748 F:      arch/powerpc/platforms/8xx/
5749
5750 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5751 M:      Scott Wood <scottwood@freescale.com>
5752 M:      Kumar Gala <galak@kernel.crashing.org>
5753 W:      http://www.penguinppc.org/
5754 L:      linuxppc-dev@lists.ozlabs.org
5755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5756 S:      Maintained
5757 F:      arch/powerpc/platforms/83xx/
5758 F:      arch/powerpc/platforms/85xx/
5759
5760 LINUX FOR POWERPC PA SEMI PWRFICIENT
5761 M:      Olof Johansson <olof@lixom.net>
5762 L:      linuxppc-dev@lists.ozlabs.org
5763 S:      Maintained
5764 F:      arch/powerpc/platforms/pasemi/
5765 F:      drivers/*/*pasemi*
5766 F:      drivers/*/*/*pasemi*
5767
5768 LINUX SECURITY MODULE (LSM) FRAMEWORK
5769 M:      Chris Wright <chrisw@sous-sol.org>
5770 L:      linux-security-module@vger.kernel.org
5771 S:      Supported
5772
5773 LIS3LV02D ACCELEROMETER DRIVER
5774 M:      Eric Piel <eric.piel@tremplin-utc.net>
5775 S:      Maintained
5776 F:      Documentation/misc-devices/lis3lv02d
5777 F:      drivers/misc/lis3lv02d/
5778 F:      drivers/platform/x86/hp_accel.c
5779
5780 LLC (802.2)
5781 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5782 S:      Maintained
5783 F:      include/linux/llc.h
5784 F:      include/uapi/linux/llc.h
5785 F:      include/net/llc*
5786 F:      net/llc/
5787
5788 LM73 HARDWARE MONITOR DRIVER
5789 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5790 L:      lm-sensors@lm-sensors.org
5791 S:      Maintained
5792 F:      drivers/hwmon/lm73.c
5793
5794 LM78 HARDWARE MONITOR DRIVER
5795 M:      Jean Delvare <jdelvare@suse.de>
5796 L:      lm-sensors@lm-sensors.org
5797 S:      Maintained
5798 F:      Documentation/hwmon/lm78
5799 F:      drivers/hwmon/lm78.c
5800
5801 LM83 HARDWARE MONITOR DRIVER
5802 M:      Jean Delvare <jdelvare@suse.de>
5803 L:      lm-sensors@lm-sensors.org
5804 S:      Maintained
5805 F:      Documentation/hwmon/lm83
5806 F:      drivers/hwmon/lm83.c
5807
5808 LM90 HARDWARE MONITOR DRIVER
5809 M:      Jean Delvare <jdelvare@suse.de>
5810 L:      lm-sensors@lm-sensors.org
5811 S:      Maintained
5812 F:      Documentation/hwmon/lm90
5813 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5814 F:      drivers/hwmon/lm90.c
5815
5816 LM95234 HARDWARE MONITOR DRIVER
5817 M:      Guenter Roeck <linux@roeck-us.net>
5818 L:      lm-sensors@lm-sensors.org
5819 S:      Maintained
5820 F:      Documentation/hwmon/lm95234
5821 F:      drivers/hwmon/lm95234.c
5822
5823 LME2510 MEDIA DRIVER
5824 M:      Malcolm Priestley <tvboxspy@gmail.com>
5825 L:      linux-media@vger.kernel.org
5826 W:      http://linuxtv.org/
5827 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5828 S:      Maintained
5829 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5830
5831 LOCKDEP AND LOCKSTAT
5832 M:      Peter Zijlstra <peterz@infradead.org>
5833 M:      Ingo Molnar <mingo@redhat.com>
5834 L:      linux-kernel@vger.kernel.org
5835 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5836 S:      Maintained
5837 F:      Documentation/locking/lockdep*.txt
5838 F:      Documentation/locking/lockstat.txt
5839 F:      include/linux/lockdep.h
5840 F:      kernel/locking/
5841
5842 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5843 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5844 L:      linux-ntfs-dev@lists.sourceforge.net
5845 W:      http://www.linux-ntfs.org/content/view/19/37/
5846 S:      Maintained
5847 F:      Documentation/ldm.txt
5848 F:      block/partitions/ldm.*
5849
5850 LogFS
5851 M:      Joern Engel <joern@logfs.org>
5852 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5853 L:      logfs@logfs.org
5854 W:      logfs.org
5855 S:      Maintained
5856 F:      fs/logfs/
5857
5858 LPC32XX MACHINE SUPPORT
5859 M:      Roland Stigge <stigge@antcom.de>
5860 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5861 S:      Maintained
5862 F:      arch/arm/mach-lpc32xx/
5863
5864 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5865 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5866 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5867 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5868 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5869 L:      MPT-FusionLinux.pdl@avagotech.com
5870 L:      linux-scsi@vger.kernel.org
5871 W:      http://www.lsilogic.com/support
5872 S:      Supported
5873 F:      drivers/message/fusion/
5874 F:      drivers/scsi/mpt2sas/
5875 F:      drivers/scsi/mpt3sas/
5876
5877 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5878 M:      Matthew Wilcox <matthew@wil.cx>
5879 L:      linux-scsi@vger.kernel.org
5880 S:      Maintained
5881 F:      drivers/scsi/sym53c8xx_2/
5882
5883 LTC4261 HARDWARE MONITOR DRIVER
5884 M:      Guenter Roeck <linux@roeck-us.net>
5885 L:      lm-sensors@lm-sensors.org
5886 S:      Maintained
5887 F:      Documentation/hwmon/ltc4261
5888 F:      drivers/hwmon/ltc4261.c
5889
5890 LTP (Linux Test Project)
5891 M:      Mike Frysinger <vapier@gentoo.org>
5892 M:      Cyril Hrubis <chrubis@suse.cz>
5893 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5894 M:      Jan Stancek <jstancek@redhat.com>
5895 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5896 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
5897 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5898 W:      http://linux-test-project.github.io/
5899 T:      git git://github.com/linux-test-project/ltp.git
5900 S:      Maintained
5901
5902 M32R ARCHITECTURE
5903 W:      http://www.linux-m32r.org/
5904 S:      Orphan
5905 F:      arch/m32r/
5906
5907 M68K ARCHITECTURE
5908 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5909 L:      linux-m68k@lists.linux-m68k.org
5910 W:      http://www.linux-m68k.org/
5911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5912 S:      Maintained
5913 F:      arch/m68k/
5914 F:      drivers/zorro/
5915
5916 M68K ON APPLE MACINTOSH
5917 M:      Joshua Thompson <funaho@jurai.org>
5918 W:      http://www.mac.linux-m68k.org/
5919 L:      linux-m68k@lists.linux-m68k.org
5920 S:      Maintained
5921 F:      arch/m68k/mac/
5922
5923 M68K ON HP9000/300
5924 M:      Philip Blundell <philb@gnu.org>
5925 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5926 S:      Maintained
5927 F:      arch/m68k/hp300/
5928
5929 M88DS3103 MEDIA DRIVER
5930 M:      Antti Palosaari <crope@iki.fi>
5931 L:      linux-media@vger.kernel.org
5932 W:      http://linuxtv.org/
5933 W:      http://palosaari.fi/linux/
5934 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5935 T:      git git://linuxtv.org/anttip/media_tree.git
5936 S:      Maintained
5937 F:      drivers/media/dvb-frontends/m88ds3103*
5938
5939 M88RS2000 MEDIA DRIVER
5940 M:      Malcolm Priestley <tvboxspy@gmail.com>
5941 L:      linux-media@vger.kernel.org
5942 W:      http://linuxtv.org/
5943 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5944 S:      Maintained
5945 F:      drivers/media/dvb-frontends/m88rs2000*
5946
5947 M88TS2022 MEDIA DRIVER
5948 M:      Antti Palosaari <crope@iki.fi>
5949 L:      linux-media@vger.kernel.org
5950 W:      http://linuxtv.org/
5951 W:      http://palosaari.fi/linux/
5952 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5953 T:      git git://linuxtv.org/anttip/media_tree.git
5954 S:      Maintained
5955 F:      drivers/media/tuners/m88ts2022*
5956
5957 MA901 MASTERKIT USB FM RADIO DRIVER
5958 M:      Alexey Klimov <klimov.linux@gmail.com>
5959 L:      linux-media@vger.kernel.org
5960 T:      git git://linuxtv.org/media_tree.git
5961 S:      Maintained
5962 F:      drivers/media/radio/radio-ma901.c
5963
5964 MAC80211
5965 M:      Johannes Berg <johannes@sipsolutions.net>
5966 L:      linux-wireless@vger.kernel.org
5967 W:      http://wireless.kernel.org/
5968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5970 S:      Maintained
5971 F:      Documentation/networking/mac80211-injection.txt
5972 F:      include/net/mac80211.h
5973 F:      net/mac80211/
5974
5975 MACVLAN DRIVER
5976 M:      Patrick McHardy <kaber@trash.net>
5977 L:      netdev@vger.kernel.org
5978 S:      Maintained
5979 F:      drivers/net/macvlan.c
5980 F:      include/linux/if_macvlan.h
5981
5982 MAILBOX API
5983 M:      Jassi Brar <jassisinghbrar@gmail.com>
5984 L:      linux-kernel@vger.kernel.org
5985 S:      Maintained
5986 F:      drivers/mailbox/
5987 F:      include/linux/mailbox_client.h
5988 F:      include/linux/mailbox_controller.h
5989
5990 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5991 M:      Michael Kerrisk <mtk.manpages@gmail.com>
5992 W:      http://www.kernel.org/doc/man-pages
5993 L:      linux-man@vger.kernel.org
5994 S:      Maintained
5995
5996 MARVELL ARMADA DRM SUPPORT
5997 M:      Russell King <rmk+kernel@arm.linux.org.uk>
5998 S:      Maintained
5999 F:      drivers/gpu/drm/armada/
6000
6001 MARVELL 88E6352 DSA support
6002 M:      Guenter Roeck <linux@roeck-us.net>
6003 S:      Maintained
6004 F:      drivers/net/dsa/mv88e6352.c
6005
6006 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6007 M:      Mirko Lindner <mlindner@marvell.com>
6008 M:      Stephen Hemminger <stephen@networkplumber.org>
6009 L:      netdev@vger.kernel.org
6010 S:      Maintained
6011 F:      drivers/net/ethernet/marvell/sk*
6012
6013 MARVELL LIBERTAS WIRELESS DRIVER
6014 L:      libertas-dev@lists.infradead.org
6015 S:      Orphan
6016 F:      drivers/net/wireless/libertas/
6017
6018 MARVELL MV643XX ETHERNET DRIVER
6019 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6020 L:      netdev@vger.kernel.org
6021 S:      Maintained
6022 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6023 F:      include/linux/mv643xx.h
6024
6025 MARVELL MVNETA ETHERNET DRIVER
6026 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6027 L:      netdev@vger.kernel.org
6028 S:      Maintained
6029 F:      drivers/net/ethernet/marvell/mvneta.*
6030
6031 MARVELL MWIFIEX WIRELESS DRIVER
6032 M:      Amitkumar Karwar <akarwar@marvell.com>
6033 M:      Avinash Patil <patila@marvell.com>
6034 L:      linux-wireless@vger.kernel.org
6035 S:      Maintained
6036 F:      drivers/net/wireless/mwifiex/
6037
6038 MARVELL MWL8K WIRELESS DRIVER
6039 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6040 L:      linux-wireless@vger.kernel.org
6041 S:      Odd Fixes
6042 F:      drivers/net/wireless/mwl8k.c
6043
6044 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6045 M:      Nicolas Pitre <nico@fluxnic.net>
6046 S:      Odd Fixes
6047 F:      drivers/mmc/host/mvsdio.*
6048
6049 MATROX FRAMEBUFFER DRIVER
6050 L:      linux-fbdev@vger.kernel.org
6051 S:      Orphan
6052 F:      drivers/video/fbdev/matrox/matroxfb_*
6053 F:      include/uapi/linux/matroxfb.h
6054
6055 MAX16065 HARDWARE MONITOR DRIVER
6056 M:      Guenter Roeck <linux@roeck-us.net>
6057 L:      lm-sensors@lm-sensors.org
6058 S:      Maintained
6059 F:      Documentation/hwmon/max16065
6060 F:      drivers/hwmon/max16065.c
6061
6062 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6063 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6064 L:      lm-sensors@lm-sensors.org
6065 S:      Maintained
6066 F:      Documentation/hwmon/max6650
6067 F:      drivers/hwmon/max6650.c
6068
6069 MAX6697 HARDWARE MONITOR DRIVER
6070 M:      Guenter Roeck <linux@roeck-us.net>
6071 L:      lm-sensors@lm-sensors.org
6072 S:      Maintained
6073 F:      Documentation/hwmon/max6697
6074 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6075 F:      drivers/hwmon/max6697.c
6076 F:      include/linux/platform_data/max6697.h
6077
6078 MAXIRADIO FM RADIO RECEIVER DRIVER
6079 M:      Hans Verkuil <hverkuil@xs4all.nl>
6080 L:      linux-media@vger.kernel.org
6081 T:      git git://linuxtv.org/media_tree.git
6082 W:      http://linuxtv.org
6083 S:      Maintained
6084 F:      drivers/media/radio/radio-maxiradio*
6085
6086 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6087 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6088 P:      LinuxTV.org Project
6089 L:      linux-media@vger.kernel.org
6090 W:      http://linuxtv.org
6091 Q:      http://patchwork.kernel.org/project/linux-media/list/
6092 T:      git git://linuxtv.org/media_tree.git
6093 S:      Maintained
6094 F:      Documentation/dvb/
6095 F:      Documentation/video4linux/
6096 F:      Documentation/DocBook/media/
6097 F:      drivers/media/
6098 F:      drivers/staging/media/
6099 F:      include/media/
6100 F:      include/uapi/linux/dvb/
6101 F:      include/uapi/linux/videodev2.h
6102 F:      include/uapi/linux/media.h
6103 F:      include/uapi/linux/v4l2-*
6104 F:      include/uapi/linux/meye.h
6105 F:      include/uapi/linux/ivtv*
6106 F:      include/uapi/linux/uvcvideo.h
6107
6108 MEDIAVISION PRO MOVIE STUDIO DRIVER
6109 M:      Hans Verkuil <hverkuil@xs4all.nl>
6110 L:      linux-media@vger.kernel.org
6111 T:      git git://linuxtv.org/media_tree.git
6112 W:      http://linuxtv.org
6113 S:      Odd Fixes
6114 F:      drivers/media/parport/pms*
6115
6116 MEGARAID SCSI/SAS DRIVERS
6117 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6118 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6119 M:      Uday Lingala <uday.lingala@avagotech.com>
6120 L:      megaraidlinux.pdl@avagotech.com
6121 L:      linux-scsi@vger.kernel.org
6122 W:      http://www.lsi.com
6123 S:      Maintained
6124 F:      Documentation/scsi/megaraid.txt
6125 F:      drivers/scsi/megaraid.*
6126 F:      drivers/scsi/megaraid/
6127
6128 MELLANOX ETHERNET DRIVER (mlx4_en)
6129 M:      Amir Vadai <amirv@mellanox.com>
6130 L:      netdev@vger.kernel.org
6131 S:      Supported
6132 W:      http://www.mellanox.com
6133 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6134 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6135
6136 MEMORY MANAGEMENT
6137 L:      linux-mm@kvack.org
6138 W:      http://www.linux-mm.org
6139 S:      Maintained
6140 F:      include/linux/mm.h
6141 F:      include/linux/gfp.h
6142 F:      include/linux/mmzone.h
6143 F:      include/linux/memory_hotplug.h
6144 F:      include/linux/vmalloc.h
6145 F:      mm/
6146
6147 MEMORY TECHNOLOGY DEVICES (MTD)
6148 M:      David Woodhouse <dwmw2@infradead.org>
6149 M:      Brian Norris <computersforpeace@gmail.com>
6150 L:      linux-mtd@lists.infradead.org
6151 W:      http://www.linux-mtd.infradead.org/
6152 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6153 T:      git git://git.infradead.org/linux-mtd.git
6154 T:      git git://git.infradead.org/l2-mtd.git
6155 S:      Maintained
6156 F:      drivers/mtd/
6157 F:      include/linux/mtd/
6158 F:      include/uapi/mtd/
6159
6160 MEN A21 WATCHDOG DRIVER
6161 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6162 L:      linux-watchdog@vger.kernel.org
6163 S:      Supported
6164 F:      drivers/watchdog/mena21_wdt.c
6165
6166 MEN CHAMELEON BUS (mcb)
6167 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6168 S:      Supported
6169 F:      drivers/mcb/
6170 F:      include/linux/mcb.h
6171
6172 MEN F21BMC (Board Management Controller)
6173 M:      Andreas Werner <andreas.werner@men.de>
6174 S:      Supported
6175 F:      drivers/mfd/menf21bmc.c
6176 F:      drivers/watchdog/menf21bmc_wdt.c
6177 F:      drivers/leds/leds-menf21bmc.c
6178 F:      drivers/hwmon/menf21bmc_hwmon.c
6179 F:      Documentation/hwmon/menf21bmc
6180
6181 METAG ARCHITECTURE
6182 M:      James Hogan <james.hogan@imgtec.com>
6183 L:      linux-metag@vger.kernel.org
6184 S:      Supported
6185 F:      arch/metag/
6186 F:      Documentation/metag/
6187 F:      Documentation/devicetree/bindings/metag/
6188 F:      drivers/clocksource/metag_generic.c
6189 F:      drivers/irqchip/irq-metag.c
6190 F:      drivers/irqchip/irq-metag-ext.c
6191 F:      drivers/tty/metag_da.c
6192
6193 MICROBLAZE ARCHITECTURE
6194 M:      Michal Simek <monstr@monstr.eu>
6195 W:      http://www.monstr.eu/fdt/
6196 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6197 S:      Supported
6198 F:      arch/microblaze/
6199
6200 MICROTEK X6 SCANNER
6201 M:      Oliver Neukum <oliver@neukum.org>
6202 S:      Maintained
6203 F:      drivers/usb/image/microtek.*
6204
6205 MIPS
6206 M:      Ralf Baechle <ralf@linux-mips.org>
6207 L:      linux-mips@linux-mips.org
6208 W:      http://www.linux-mips.org/
6209 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6210 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6211 S:      Supported
6212 F:      Documentation/mips/
6213 F:      arch/mips/
6214
6215 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6216 M:      Hans Verkuil <hverkuil@xs4all.nl>
6217 L:      linux-media@vger.kernel.org
6218 T:      git git://linuxtv.org/media_tree.git
6219 W:      http://linuxtv.org
6220 S:      Odd Fixes
6221 F:      drivers/media/radio/radio-miropcm20*
6222
6223 Mellanox MLX5 core VPI driver
6224 M:      Eli Cohen <eli@mellanox.com>
6225 L:      netdev@vger.kernel.org
6226 L:      linux-rdma@vger.kernel.org
6227 W:      http://www.mellanox.com
6228 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6229 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6230 T:      git git://openfabrics.org/~eli/connect-ib.git
6231 S:      Supported
6232 F:      drivers/net/ethernet/mellanox/mlx5/core/
6233 F:      include/linux/mlx5/
6234
6235 Mellanox MLX5 IB driver
6236 M:      Eli Cohen <eli@mellanox.com>
6237 L:      linux-rdma@vger.kernel.org
6238 W:      http://www.mellanox.com
6239 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6240 T:      git git://openfabrics.org/~eli/connect-ib.git
6241 S:      Supported
6242 F:      include/linux/mlx5/
6243 F:      drivers/infiniband/hw/mlx5/
6244
6245 MN88472 MEDIA DRIVER
6246 M:      Antti Palosaari <crope@iki.fi>
6247 L:      linux-media@vger.kernel.org
6248 W:      http://linuxtv.org/
6249 W:      http://palosaari.fi/linux/
6250 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6251 T:      git git://linuxtv.org/anttip/media_tree.git
6252 S:      Maintained
6253 F:      drivers/staging/media/mn88472/
6254 F:      drivers/media/dvb-frontends/mn88472.h
6255
6256 MN88473 MEDIA DRIVER
6257 M:      Antti Palosaari <crope@iki.fi>
6258 L:      linux-media@vger.kernel.org
6259 W:      http://linuxtv.org/
6260 W:      http://palosaari.fi/linux/
6261 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6262 T:      git git://linuxtv.org/anttip/media_tree.git
6263 S:      Maintained
6264 F:      drivers/staging/media/mn88473/
6265 F:      drivers/media/dvb-frontends/mn88473.h
6266
6267 MODULE SUPPORT
6268 M:      Rusty Russell <rusty@rustcorp.com.au>
6269 S:      Maintained
6270 F:      include/linux/module.h
6271 F:      kernel/module.c
6272
6273 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6274 W:      http://popies.net/meye/
6275 S:      Orphan
6276 F:      Documentation/video4linux/meye.txt
6277 F:      drivers/media/pci/meye/
6278 F:      include/uapi/linux/meye.h
6279
6280 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6281 M:      Jiri Slaby <jirislaby@gmail.com>
6282 S:      Maintained
6283 F:      Documentation/serial/moxa-smartio
6284 F:      drivers/tty/mxser.*
6285
6286 MR800 AVERMEDIA USB FM RADIO DRIVER
6287 M:      Alexey Klimov <klimov.linux@gmail.com>
6288 L:      linux-media@vger.kernel.org
6289 T:      git git://linuxtv.org/media_tree.git
6290 S:      Maintained
6291 F:      drivers/media/radio/radio-mr800.c
6292
6293 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6294 M:      Alan Ott <alan@signal11.us>
6295 L:      linux-wpan@vger.kernel.org
6296 S:      Maintained
6297 F:      drivers/net/ieee802154/mrf24j40.c
6298
6299 MSI LAPTOP SUPPORT
6300 M:      "Lee, Chun-Yi" <jlee@suse.com>
6301 L:      platform-driver-x86@vger.kernel.org
6302 S:      Maintained
6303 F:      drivers/platform/x86/msi-laptop.c
6304
6305 MSI WMI SUPPORT
6306 M:      Anisse Astier <anisse@astier.eu>
6307 L:      platform-driver-x86@vger.kernel.org
6308 S:      Supported
6309 F:      drivers/platform/x86/msi-wmi.c
6310
6311 MSI001 MEDIA DRIVER
6312 M:      Antti Palosaari <crope@iki.fi>
6313 L:      linux-media@vger.kernel.org
6314 W:      http://linuxtv.org/
6315 W:      http://palosaari.fi/linux/
6316 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6317 T:      git git://linuxtv.org/anttip/media_tree.git
6318 S:      Maintained
6319 F:      drivers/media/tuners/msi001*
6320
6321 MSI2500 MEDIA DRIVER
6322 M:      Antti Palosaari <crope@iki.fi>
6323 L:      linux-media@vger.kernel.org
6324 W:      http://linuxtv.org/
6325 W:      http://palosaari.fi/linux/
6326 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6327 T:      git git://linuxtv.org/anttip/media_tree.git
6328 S:      Maintained
6329 F:      drivers/media/usb/msi2500/
6330
6331 MT9M032 APTINA SENSOR DRIVER
6332 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6333 L:      linux-media@vger.kernel.org
6334 T:      git git://linuxtv.org/media_tree.git
6335 S:      Maintained
6336 F:      drivers/media/i2c/mt9m032.c
6337 F:      include/media/mt9m032.h
6338
6339 MT9P031 APTINA CAMERA SENSOR
6340 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6341 L:      linux-media@vger.kernel.org
6342 T:      git git://linuxtv.org/media_tree.git
6343 S:      Maintained
6344 F:      drivers/media/i2c/mt9p031.c
6345 F:      include/media/mt9p031.h
6346
6347 MT9T001 APTINA CAMERA SENSOR
6348 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6349 L:      linux-media@vger.kernel.org
6350 T:      git git://linuxtv.org/media_tree.git
6351 S:      Maintained
6352 F:      drivers/media/i2c/mt9t001.c
6353 F:      include/media/mt9t001.h
6354
6355 MT9V032 APTINA CAMERA SENSOR
6356 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6357 L:      linux-media@vger.kernel.org
6358 T:      git git://linuxtv.org/media_tree.git
6359 S:      Maintained
6360 F:      drivers/media/i2c/mt9v032.c
6361 F:      include/media/mt9v032.h
6362
6363 MULTIFUNCTION DEVICES (MFD)
6364 M:      Samuel Ortiz <sameo@linux.intel.com>
6365 M:      Lee Jones <lee.jones@linaro.org>
6366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6367 S:      Supported
6368 F:      drivers/mfd/
6369 F:      include/linux/mfd/
6370
6371 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6372 M:      Chris Ball <chris@printf.net>
6373 M:      Ulf Hansson <ulf.hansson@linaro.org>
6374 L:      linux-mmc@vger.kernel.org
6375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6376 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6377 S:      Maintained
6378 F:      drivers/mmc/
6379 F:      include/linux/mmc/
6380 F:      include/uapi/linux/mmc/
6381
6382 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6383 S:      Orphan
6384 F:      drivers/mmc/host/mmc_spi.c
6385 F:      include/linux/spi/mmc_spi.h
6386
6387 MULTISOUND SOUND DRIVER
6388 M:      Andrew Veliath <andrewtv@usa.net>
6389 S:      Maintained
6390 F:      Documentation/sound/oss/MultiSound
6391 F:      sound/oss/msnd*
6392
6393 MULTITECH MULTIPORT CARD (ISICOM)
6394 S:      Orphan
6395 F:      drivers/tty/isicom.c
6396 F:      include/linux/isicom.h
6397
6398 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6399 M:      Felipe Balbi <balbi@ti.com>
6400 L:      linux-usb@vger.kernel.org
6401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6402 S:      Maintained
6403 F:      drivers/usb/musb/
6404
6405 MXL5007T MEDIA DRIVER
6406 M:      Michael Krufky <mkrufky@linuxtv.org>
6407 L:      linux-media@vger.kernel.org
6408 W:      http://linuxtv.org/
6409 W:      http://github.com/mkrufky
6410 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6411 T:      git git://linuxtv.org/mkrufky/tuners.git
6412 S:      Maintained
6413 F:      drivers/media/tuners/mxl5007t.*
6414
6415 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6416 M:      Hyong-Youb Kim <hykim@myri.com>
6417 L:      netdev@vger.kernel.org
6418 W:      https://www.myricom.com/support/downloads/myri10ge.html
6419 S:      Supported
6420 F:      drivers/net/ethernet/myricom/myri10ge/
6421
6422 NATSEMI ETHERNET DRIVER (DP8381x)
6423 S:      Orphan
6424 F:      drivers/net/ethernet/natsemi/natsemi.c
6425
6426 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6427 M:      Daniel Mack <zonque@gmail.com>
6428 S:      Maintained
6429 L:      alsa-devel@alsa-project.org
6430 W:      http://www.native-instruments.com
6431 F:      sound/usb/caiaq/
6432
6433 NCP FILESYSTEM
6434 M:      Petr Vandrovec <petr@vandrovec.name>
6435 S:      Odd Fixes
6436 F:      fs/ncpfs/
6437
6438 NCR 5380 SCSI DRIVERS
6439 M:      Finn Thain <fthain@telegraphics.com.au>
6440 M:      Michael Schmitz <schmitzmic@gmail.com>
6441 L:      linux-scsi@vger.kernel.org
6442 S:      Maintained
6443 F:      Documentation/scsi/g_NCR5380.txt
6444 F:      drivers/scsi/NCR5380.*
6445 F:      drivers/scsi/arm/cumana_1.c
6446 F:      drivers/scsi/arm/oak.c
6447 F:      drivers/scsi/atari_NCR5380.c
6448 F:      drivers/scsi/atari_scsi.*
6449 F:      drivers/scsi/dmx3191d.c
6450 F:      drivers/scsi/dtc.*
6451 F:      drivers/scsi/g_NCR5380.*
6452 F:      drivers/scsi/g_NCR5380_mmio.c
6453 F:      drivers/scsi/mac_scsi.*
6454 F:      drivers/scsi/pas16.*
6455 F:      drivers/scsi/sun3_scsi.*
6456 F:      drivers/scsi/sun3_scsi_vme.c
6457 F:      drivers/scsi/t128.*
6458
6459 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6460 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6461 L:      linux-scsi@vger.kernel.org
6462 S:      Maintained
6463 F:      drivers/scsi/NCR_D700.*
6464
6465 NCT6775 HARDWARE MONITOR DRIVER
6466 M:      Guenter Roeck <linux@roeck-us.net>
6467 L:      lm-sensors@lm-sensors.org
6468 S:      Maintained
6469 F:      Documentation/hwmon/nct6775
6470 F:      drivers/hwmon/nct6775.c
6471
6472 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6473 M:      Faisal Latif <faisal.latif@intel.com>
6474 L:      linux-rdma@vger.kernel.org
6475 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6476 S:      Supported
6477 F:      drivers/infiniband/hw/nes/
6478
6479 NETEM NETWORK EMULATOR
6480 M:      Stephen Hemminger <stephen@networkplumber.org>
6481 L:      netem@lists.linux-foundation.org
6482 S:      Maintained
6483 F:      net/sched/sch_netem.c
6484
6485 NETERION 10GbE DRIVERS (s2io/vxge)
6486 M:      Jon Mason <jdmason@kudzu.us>
6487 L:      netdev@vger.kernel.org
6488 S:      Supported
6489 F:      Documentation/networking/s2io.txt
6490 F:      Documentation/networking/vxge.txt
6491 F:      drivers/net/ethernet/neterion/
6492
6493 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6494 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6495 M:      Patrick McHardy <kaber@trash.net>
6496 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6497 L:      netfilter-devel@vger.kernel.org
6498 L:      coreteam@netfilter.org
6499 W:      http://www.netfilter.org/
6500 W:      http://www.iptables.org/
6501 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6504 S:      Supported
6505 F:      include/linux/netfilter*
6506 F:      include/linux/netfilter/
6507 F:      include/net/netfilter/
6508 F:      include/uapi/linux/netfilter*
6509 F:      include/uapi/linux/netfilter/
6510 F:      net/*/netfilter.c
6511 F:      net/*/netfilter/
6512 F:      net/netfilter/
6513
6514 NETLABEL
6515 M:      Paul Moore <paul@paul-moore.com>
6516 W:      http://netlabel.sf.net
6517 L:      netdev@vger.kernel.org
6518 S:      Maintained
6519 F:      Documentation/netlabel/
6520 F:      include/net/netlabel.h
6521 F:      net/netlabel/
6522
6523 NETROM NETWORK LAYER
6524 M:      Ralf Baechle <ralf@linux-mips.org>
6525 L:      linux-hams@vger.kernel.org
6526 W:      http://www.linux-ax25.org/
6527 S:      Maintained
6528 F:      include/net/netrom.h
6529 F:      include/uapi/linux/netrom.h
6530 F:      net/netrom/
6531
6532 NETWORK BLOCK DEVICE (NBD)
6533 M:      Paul Clements <Paul.Clements@steeleye.com>
6534 S:      Maintained
6535 L:      nbd-general@lists.sourceforge.net
6536 F:      Documentation/blockdev/nbd.txt
6537 F:      drivers/block/nbd.c
6538 F:      include/linux/nbd.h
6539 F:      include/uapi/linux/nbd.h
6540
6541 NETWORK DROP MONITOR
6542 M:      Neil Horman <nhorman@tuxdriver.com>
6543 L:      netdev@vger.kernel.org
6544 S:      Maintained
6545 W:      https://fedorahosted.org/dropwatch/
6546 F:      net/core/drop_monitor.c
6547
6548 NETWORKING [GENERAL]
6549 M:      "David S. Miller" <davem@davemloft.net>
6550 L:      netdev@vger.kernel.org
6551 W:      http://www.linuxfoundation.org/en/Net
6552 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6555 S:      Maintained
6556 F:      net/
6557 F:      include/net/
6558 F:      include/linux/in.h
6559 F:      include/linux/net.h
6560 F:      include/linux/netdevice.h
6561 F:      include/uapi/linux/in.h
6562 F:      include/uapi/linux/net.h
6563 F:      include/uapi/linux/netdevice.h
6564 F:      tools/net/
6565 F:      tools/testing/selftests/net/
6566 F:      lib/random32.c
6567 F:      lib/test_bpf.c
6568
6569 NETWORKING [IPv4/IPv6]
6570 M:      "David S. Miller" <davem@davemloft.net>
6571 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6572 M:      James Morris <jmorris@namei.org>
6573 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6574 M:      Patrick McHardy <kaber@trash.net>
6575 L:      netdev@vger.kernel.org
6576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6577 S:      Maintained
6578 F:      net/ipv4/
6579 F:      net/ipv6/
6580 F:      include/net/ip*
6581 F:      arch/x86/net/*
6582
6583 NETWORKING [IPSEC]
6584 M:      Steffen Klassert <steffen.klassert@secunet.com>
6585 M:      Herbert Xu <herbert@gondor.apana.org.au>
6586 M:      "David S. Miller" <davem@davemloft.net>
6587 L:      netdev@vger.kernel.org
6588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6590 S:      Maintained
6591 F:      net/core/flow.c
6592 F:      net/xfrm/
6593 F:      net/key/
6594 F:      net/ipv4/xfrm*
6595 F:      net/ipv4/esp4.c
6596 F:      net/ipv4/ah4.c
6597 F:      net/ipv4/ipcomp.c
6598 F:      net/ipv4/ip_vti.c
6599 F:      net/ipv6/xfrm*
6600 F:      net/ipv6/esp6.c
6601 F:      net/ipv6/ah6.c
6602 F:      net/ipv6/ipcomp6.c
6603 F:      net/ipv6/ip6_vti.c
6604 F:      include/uapi/linux/xfrm.h
6605 F:      include/net/xfrm.h
6606
6607 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6608 M:      Paul Moore <paul@paul-moore.com>
6609 L:      netdev@vger.kernel.org
6610 S:      Maintained
6611
6612 NETWORKING [WIRELESS]
6613 M:      "John W. Linville" <linville@tuxdriver.com>
6614 L:      linux-wireless@vger.kernel.org
6615 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
6617 S:      Maintained
6618 F:      net/mac80211/
6619 F:      net/rfkill/
6620 F:      net/wireless/
6621 F:      include/net/ieee80211*
6622 F:      include/linux/wireless.h
6623 F:      include/uapi/linux/wireless.h
6624 F:      include/net/iw_handler.h
6625 F:      drivers/net/wireless/
6626
6627 NETWORKING DRIVERS
6628 L:      netdev@vger.kernel.org
6629 W:      http://www.linuxfoundation.org/en/Net
6630 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6633 S:      Odd Fixes
6634 F:      drivers/net/
6635 F:      include/linux/if_*
6636 F:      include/linux/netdevice.h
6637 F:      include/linux/arcdevice.h
6638 F:      include/linux/etherdevice.h
6639 F:      include/linux/fcdevice.h
6640 F:      include/linux/fddidevice.h
6641 F:      include/linux/hippidevice.h
6642 F:      include/linux/inetdevice.h
6643 F:      include/uapi/linux/if_*
6644 F:      include/uapi/linux/netdevice.h
6645
6646 NETXEN (1/10) GbE SUPPORT
6647 M:      Manish Chopra <manish.chopra@qlogic.com>
6648 M:      Sony Chacko <sony.chacko@qlogic.com>
6649 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6650 L:      netdev@vger.kernel.org
6651 W:      http://www.qlogic.com
6652 S:      Supported
6653 F:      drivers/net/ethernet/qlogic/netxen/
6654
6655 NFC SUBSYSTEM
6656 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6657 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6658 M:      Samuel Ortiz <sameo@linux.intel.com>
6659 L:      linux-wireless@vger.kernel.org
6660 L:      linux-nfc@lists.01.org (subscribers-only)
6661 S:      Supported
6662 F:      net/nfc/
6663 F:      include/net/nfc/
6664 F:      include/uapi/linux/nfc.h
6665 F:      drivers/nfc/
6666 F:      include/linux/platform_data/pn544.h
6667 F:      Documentation/devicetree/bindings/net/nfc/
6668
6669 NFS, SUNRPC, AND LOCKD CLIENTS
6670 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6671 L:      linux-nfs@vger.kernel.org
6672 W:      http://client.linux-nfs.org
6673 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6674 S:      Maintained
6675 F:      fs/lockd/
6676 F:      fs/nfs/
6677 F:      fs/nfs_common/
6678 F:      net/sunrpc/
6679 F:      include/linux/lockd/
6680 F:      include/linux/nfs*
6681 F:      include/linux/sunrpc/
6682 F:      include/uapi/linux/nfs*
6683 F:      include/uapi/linux/sunrpc/
6684
6685 NILFS2 FILESYSTEM
6686 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6687 L:      linux-nilfs@vger.kernel.org
6688 W:      http://nilfs.sourceforge.net/
6689 T:      git git://github.com/konis/nilfs2.git
6690 S:      Supported
6691 F:      Documentation/filesystems/nilfs2.txt
6692 F:      fs/nilfs2/
6693 F:      include/linux/nilfs2_fs.h
6694
6695 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6696 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6697 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6698 S:      Maintained
6699 F:      Documentation/scsi/NinjaSCSI.txt
6700 F:      drivers/scsi/pcmcia/nsp_*
6701
6702 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6703 M:      GOTO Masanori <gotom@debian.or.jp>
6704 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6705 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6706 S:      Maintained
6707 F:      Documentation/scsi/NinjaSCSI.txt
6708 F:      drivers/scsi/nsp32*
6709
6710 NIOS2 ARCHITECTURE
6711 M:      Ley Foon Tan <lftan@altera.com>
6712 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6713 T:      git git://git.rocketboards.org/linux-socfpga.git
6714 S:      Maintained
6715 F:      arch/nios2/
6716
6717 NTB DRIVER
6718 M:      Jon Mason <jdmason@kudzu.us>
6719 M:      Dave Jiang <dave.jiang@intel.com>
6720 S:      Supported
6721 W:      https://github.com/jonmason/ntb/wiki
6722 T:      git git://github.com/jonmason/ntb.git
6723 F:      drivers/ntb/
6724 F:      drivers/net/ntb_netdev.c
6725 F:      include/linux/ntb.h
6726
6727 NTFS FILESYSTEM
6728 M:      Anton Altaparmakov <anton@tuxera.com>
6729 L:      linux-ntfs-dev@lists.sourceforge.net
6730 W:      http://www.tuxera.com/
6731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6732 S:      Supported
6733 F:      Documentation/filesystems/ntfs.txt
6734 F:      fs/ntfs/
6735
6736 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6737 M:      Antonino Daplas <adaplas@gmail.com>
6738 L:      linux-fbdev@vger.kernel.org
6739 S:      Maintained
6740 F:      drivers/video/fbdev/riva/
6741 F:      drivers/video/fbdev/nvidia/
6742
6743 NVM EXPRESS DRIVER
6744 M:      Matthew Wilcox <willy@linux.intel.com>
6745 L:      linux-nvme@lists.infradead.org
6746 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6747 S:      Supported
6748 F:      drivers/block/nvme*
6749 F:      include/linux/nvme.h
6750
6751 NXP TDA998X DRM DRIVER
6752 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6753 S:      Supported
6754 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6755 F:      include/drm/i2c/tda998x.h
6756
6757 NXP TFA9879 DRIVER
6758 M:      Peter Rosin <peda@axentia.se>
6759 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6760 S:      Maintained
6761 F:      sound/soc/codecs/tfa9879*
6762
6763 OMAP SUPPORT
6764 M:      Tony Lindgren <tony@atomide.com>
6765 L:      linux-omap@vger.kernel.org
6766 W:      http://www.muru.com/linux/omap/
6767 W:      http://linux.omap.com/
6768 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6770 S:      Maintained
6771 F:      arch/arm/*omap*/
6772 F:      drivers/i2c/busses/i2c-omap.c
6773 F:      drivers/irqchip/irq-omap-intc.c
6774 F:      drivers/mfd/*omap*.c
6775 F:      drivers/mfd/menelaus.c
6776 F:      drivers/mfd/palmas.c
6777 F:      drivers/mfd/tps65217.c
6778 F:      drivers/mfd/tps65218.c
6779 F:      drivers/mfd/tps65910.c
6780 F:      drivers/mfd/twl-core.[ch]
6781 F:      drivers/mfd/twl4030*.c
6782 F:      drivers/mfd/twl6030*.c
6783 F:      drivers/mfd/twl6040*.c
6784 F:      drivers/regulator/palmas-regulator*.c
6785 F:      drivers/regulator/pbias-regulator.c
6786 F:      drivers/regulator/tps65217-regulator.c
6787 F:      drivers/regulator/tps65218-regulator.c
6788 F:      drivers/regulator/tps65910-regulator.c
6789 F:      drivers/regulator/twl-regulator.c
6790 F:      include/linux/i2c-omap.h
6791
6792 OMAP DEVICE TREE SUPPORT
6793 M:      Benoît Cousson <bcousson@baylibre.com>
6794 M:      Tony Lindgren <tony@atomide.com>
6795 L:      linux-omap@vger.kernel.org
6796 L:      devicetree@vger.kernel.org
6797 S:      Maintained
6798 F:      arch/arm/boot/dts/*omap*
6799 F:      arch/arm/boot/dts/*am3*
6800 F:      arch/arm/boot/dts/*am4*
6801 F:      arch/arm/boot/dts/*am5*
6802 F:      arch/arm/boot/dts/*dra7*
6803
6804 OMAP CLOCK FRAMEWORK SUPPORT
6805 M:      Paul Walmsley <paul@pwsan.com>
6806 L:      linux-omap@vger.kernel.org
6807 S:      Maintained
6808 F:      arch/arm/*omap*/*clock*
6809
6810 OMAP POWER MANAGEMENT SUPPORT
6811 M:      Kevin Hilman <khilman@deeprootsystems.com>
6812 L:      linux-omap@vger.kernel.org
6813 S:      Maintained
6814 F:      arch/arm/*omap*/*pm*
6815 F:      drivers/cpufreq/omap-cpufreq.c
6816
6817 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6818 M:      Rajendra Nayak <rnayak@ti.com>
6819 M:      Paul Walmsley <paul@pwsan.com>
6820 L:      linux-omap@vger.kernel.org
6821 S:      Maintained
6822 F:      arch/arm/mach-omap2/prm*
6823
6824 OMAP AUDIO SUPPORT
6825 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6826 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6827 L:      alsa-devel@alsa-project.org (subscribers-only)
6828 L:      linux-omap@vger.kernel.org
6829 S:      Maintained
6830 F:      sound/soc/omap/
6831
6832 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6833 M:      Roger Quadros <rogerq@ti.com>
6834 M:      Tony Lindgren <tony@atomide.com>
6835 L:      linux-omap@vger.kernel.org
6836 S:      Maintained
6837 F:      drivers/memory/omap-gpmc.c
6838 F:      arch/arm/mach-omap2/*gpmc*
6839
6840 OMAP FRAMEBUFFER SUPPORT
6841 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6842 L:      linux-fbdev@vger.kernel.org
6843 L:      linux-omap@vger.kernel.org
6844 S:      Maintained
6845 F:      drivers/video/fbdev/omap/
6846
6847 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6848 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6849 L:      linux-omap@vger.kernel.org
6850 L:      linux-fbdev@vger.kernel.org
6851 S:      Maintained
6852 F:      drivers/video/fbdev/omap2/
6853 F:      Documentation/arm/OMAP/DSS
6854
6855 OMAP HARDWARE SPINLOCK SUPPORT
6856 M:      Ohad Ben-Cohen <ohad@wizery.com>
6857 L:      linux-omap@vger.kernel.org
6858 S:      Maintained
6859 F:      drivers/hwspinlock/omap_hwspinlock.c
6860 F:      arch/arm/mach-omap2/hwspinlock.c
6861
6862 OMAP MMC SUPPORT
6863 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6864 L:      linux-omap@vger.kernel.org
6865 S:      Maintained
6866 F:      drivers/mmc/host/omap.c
6867
6868 OMAP HS MMC SUPPORT
6869 L:      linux-mmc@vger.kernel.org
6870 L:      linux-omap@vger.kernel.org
6871 S:      Orphan
6872 F:      drivers/mmc/host/omap_hsmmc.c
6873
6874 OMAP RANDOM NUMBER GENERATOR SUPPORT
6875 M:      Deepak Saxena <dsaxena@plexity.net>
6876 S:      Maintained
6877 F:      drivers/char/hw_random/omap-rng.c
6878
6879 OMAP HWMOD SUPPORT
6880 M:      Benoît Cousson <bcousson@baylibre.com>
6881 M:      Paul Walmsley <paul@pwsan.com>
6882 L:      linux-omap@vger.kernel.org
6883 S:      Maintained
6884 F:      arch/arm/mach-omap2/omap_hwmod.*
6885
6886 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6887 M:      Benoît Cousson <bcousson@baylibre.com>
6888 L:      linux-omap@vger.kernel.org
6889 S:      Maintained
6890 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6891
6892 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6893 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6894 L:      linux-media@vger.kernel.org
6895 S:      Maintained
6896 F:      drivers/media/platform/omap3isp/
6897 F:      drivers/staging/media/omap4iss/
6898
6899 OMAP USB SUPPORT
6900 M:      Felipe Balbi <balbi@ti.com>
6901 L:      linux-usb@vger.kernel.org
6902 L:      linux-omap@vger.kernel.org
6903 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6904 S:      Maintained
6905 F:      drivers/usb/*/*omap*
6906 F:      arch/arm/*omap*/usb*
6907
6908 OMAP GPIO DRIVER
6909 M:      Javier Martinez Canillas <javier@dowhile0.org>
6910 M:      Santosh Shilimkar <ssantosh@kernel.org>
6911 M:      Kevin Hilman <khilman@deeprootsystems.com>
6912 L:      linux-omap@vger.kernel.org
6913 S:      Maintained
6914 F:      drivers/gpio/gpio-omap.c
6915
6916 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6917 M:      Mark Jackson <mpfj@newflow.co.uk>
6918 L:      linux-omap@vger.kernel.org
6919 S:      Maintained
6920 F:      arch/arm/boot/dts/am335x-nano.dts
6921
6922 OMFS FILESYSTEM
6923 M:      Bob Copeland <me@bobcopeland.com>
6924 L:      linux-karma-devel@lists.sourceforge.net
6925 S:      Maintained
6926 F:      Documentation/filesystems/omfs.txt
6927 F:      fs/omfs/
6928
6929 OMNIKEY CARDMAN 4000 DRIVER
6930 M:      Harald Welte <laforge@gnumonks.org>
6931 S:      Maintained
6932 F:      drivers/char/pcmcia/cm4000_cs.c
6933 F:      include/linux/cm4000_cs.h
6934 F:      include/uapi/linux/cm4000_cs.h
6935
6936 OMNIKEY CARDMAN 4040 DRIVER
6937 M:      Harald Welte <laforge@gnumonks.org>
6938 S:      Maintained
6939 F:      drivers/char/pcmcia/cm4040_cs.*
6940
6941 OMNIVISION OV7670 SENSOR DRIVER
6942 M:      Jonathan Corbet <corbet@lwn.net>
6943 L:      linux-media@vger.kernel.org
6944 T:      git git://linuxtv.org/media_tree.git
6945 S:      Maintained
6946 F:      drivers/media/i2c/ov7670.c
6947
6948 ONENAND FLASH DRIVER
6949 M:      Kyungmin Park <kyungmin.park@samsung.com>
6950 L:      linux-mtd@lists.infradead.org
6951 S:      Maintained
6952 F:      drivers/mtd/onenand/
6953 F:      include/linux/mtd/onenand*.h
6954
6955 ONSTREAM SCSI TAPE DRIVER
6956 M:      Willem Riede <osst@riede.org>
6957 L:      osst-users@lists.sourceforge.net
6958 L:      linux-scsi@vger.kernel.org
6959 S:      Maintained
6960 F:      Documentation/scsi/osst.txt
6961 F:      drivers/scsi/osst.*
6962 F:      drivers/scsi/osst_*.h
6963 F:      drivers/scsi/st.h
6964
6965 OPENCORES I2C BUS DRIVER
6966 M:      Peter Korsgaard <jacmet@sunsite.dk>
6967 L:      linux-i2c@vger.kernel.org
6968 S:      Maintained
6969 F:      Documentation/i2c/busses/i2c-ocores
6970 F:      drivers/i2c/busses/i2c-ocores.c
6971
6972 OPEN FIRMWARE AND FLATTENED DEVICE TREE
6973 M:      Grant Likely <grant.likely@linaro.org>
6974 M:      Rob Herring <robh+dt@kernel.org>
6975 L:      devicetree@vger.kernel.org
6976 W:      http://fdt.secretlab.ca
6977 T:      git git://git.secretlab.ca/git/linux-2.6.git
6978 S:      Maintained
6979 F:      drivers/of/
6980 F:      include/linux/of*.h
6981 F:      scripts/dtc/
6982 K:      of_get_property
6983 K:      of_match_table
6984
6985 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
6986 M:      Rob Herring <robh+dt@kernel.org>
6987 M:      Pawel Moll <pawel.moll@arm.com>
6988 M:      Mark Rutland <mark.rutland@arm.com>
6989 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
6990 M:      Kumar Gala <galak@codeaurora.org>
6991 L:      devicetree@vger.kernel.org
6992 S:      Maintained
6993 F:      Documentation/devicetree/
6994 F:      arch/*/boot/dts/
6995 F:      include/dt-bindings/
6996
6997 OPENRISC ARCHITECTURE
6998 M:      Jonas Bonn <jonas@southpole.se>
6999 W:      http://openrisc.net
7000 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7001 S:      Maintained
7002 T:      git git://openrisc.net/~jonas/linux
7003 F:      arch/openrisc/
7004
7005 OPENVSWITCH
7006 M:      Pravin Shelar <pshelar@nicira.com>
7007 L:      dev@openvswitch.org
7008 W:      http://openvswitch.org
7009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
7010 S:      Maintained
7011 F:      net/openvswitch/
7012
7013 OPL4 DRIVER
7014 M:      Clemens Ladisch <clemens@ladisch.de>
7015 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7016 T:      git git://git.alsa-project.org/alsa-kernel.git
7017 S:      Maintained
7018 F:      sound/drivers/opl4/
7019
7020 OPROFILE
7021 M:      Robert Richter <rric@kernel.org>
7022 L:      oprofile-list@lists.sf.net
7023 S:      Maintained
7024 F:      arch/*/include/asm/oprofile*.h
7025 F:      arch/*/oprofile/
7026 F:      drivers/oprofile/
7027 F:      include/linux/oprofile.h
7028
7029 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7030 M:      Mark Fasheh <mfasheh@suse.com>
7031 M:      Joel Becker <jlbec@evilplan.org>
7032 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7033 W:      http://oss.oracle.com/projects/ocfs2/
7034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7035 S:      Supported
7036 F:      Documentation/filesystems/ocfs2.txt
7037 F:      Documentation/filesystems/dlmfs.txt
7038 F:      fs/ocfs2/
7039
7040 ORINOCO DRIVER
7041 L:      linux-wireless@vger.kernel.org
7042 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7043 W:      http://www.nongnu.org/orinoco/
7044 S:      Orphan
7045 F:      drivers/net/wireless/orinoco/
7046
7047 OSD LIBRARY and FILESYSTEM
7048 M:      Boaz Harrosh <ooo@electrozaur.com>
7049 M:      Benny Halevy <bhalevy@primarydata.com>
7050 L:      osd-dev@open-osd.org
7051 W:      http://open-osd.org
7052 T:      git git://git.open-osd.org/open-osd.git
7053 S:      Maintained
7054 F:      drivers/scsi/osd/
7055 F:      include/scsi/osd_*
7056 F:      fs/exofs/
7057
7058 OVERLAY FILESYSTEM
7059 M:      Miklos Szeredi <miklos@szeredi.hu>
7060 L:      linux-unionfs@vger.kernel.org
7061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7062 S:      Supported
7063 F:      fs/overlayfs/
7064 F:      Documentation/filesystems/overlayfs.txt
7065
7066 P54 WIRELESS DRIVER
7067 M:      Christian Lamparter <chunkeey@googlemail.com>
7068 L:      linux-wireless@vger.kernel.org
7069 W:      http://wireless.kernel.org/en/users/Drivers/p54
7070 S:      Maintained
7071 F:      drivers/net/wireless/p54/
7072
7073 PA SEMI ETHERNET DRIVER
7074 M:      Olof Johansson <olof@lixom.net>
7075 L:      netdev@vger.kernel.org
7076 S:      Maintained
7077 F:      drivers/net/ethernet/pasemi/*
7078
7079 PA SEMI SMBUS DRIVER
7080 M:      Olof Johansson <olof@lixom.net>
7081 L:      linux-i2c@vger.kernel.org
7082 S:      Maintained
7083 F:      drivers/i2c/busses/i2c-pasemi.c
7084
7085 PADATA PARALLEL EXECUTION MECHANISM
7086 M:      Steffen Klassert <steffen.klassert@secunet.com>
7087 L:      linux-crypto@vger.kernel.org
7088 S:      Maintained
7089 F:      kernel/padata.c
7090 F:      include/linux/padata.h
7091 F:      Documentation/padata.txt
7092
7093 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7094 M:      Harald Welte <laforge@gnumonks.org>
7095 L:      platform-driver-x86@vger.kernel.org
7096 S:      Maintained
7097 F:      drivers/platform/x86/panasonic-laptop.c
7098
7099 PANASONIC MN10300/AM33/AM34 PORT
7100 M:      David Howells <dhowells@redhat.com>
7101 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7102 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7103 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7104 S:      Maintained
7105 F:      Documentation/mn10300/
7106 F:      arch/mn10300/
7107
7108 PARALLEL PORT SUPPORT
7109 L:      linux-parport@lists.infradead.org (subscribers-only)
7110 S:      Orphan
7111 F:      drivers/parport/
7112 F:      include/linux/parport*.h
7113 F:      drivers/char/ppdev.c
7114 F:      include/uapi/linux/ppdev.h
7115
7116 PARAVIRT_OPS INTERFACE
7117 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7118 M:      Chris Wright <chrisw@sous-sol.org>
7119 M:      Alok Kataria <akataria@vmware.com>
7120 M:      Rusty Russell <rusty@rustcorp.com.au>
7121 L:      virtualization@lists.linux-foundation.org
7122 S:      Supported
7123 F:      Documentation/ia64/paravirt_ops.txt
7124 F:      arch/*/kernel/paravirt*
7125 F:      arch/*/include/asm/paravirt.h
7126
7127 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7128 M:      Tim Waugh <tim@cyberelk.net>
7129 L:      linux-parport@lists.infradead.org (subscribers-only)
7130 W:      http://www.torque.net/linux-pp.html
7131 S:      Maintained
7132 F:      Documentation/blockdev/paride.txt
7133 F:      drivers/block/paride/
7134
7135 PARISC ARCHITECTURE
7136 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7137 M:      Helge Deller <deller@gmx.de>
7138 L:      linux-parisc@vger.kernel.org
7139 W:      http://www.parisc-linux.org/
7140 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7143 S:      Maintained
7144 F:      arch/parisc/
7145 F:      Documentation/parisc/
7146 F:      drivers/parisc/
7147 F:      drivers/char/agp/parisc-agp.c
7148 F:      drivers/input/serio/gscps2.c
7149 F:      drivers/parport/parport_gsc.*
7150 F:      drivers/tty/serial/8250/8250_gsc.c
7151 F:      drivers/video/fbdev/sti*
7152 F:      drivers/video/console/sti*
7153 F:      drivers/video/logo/logo_parisc*
7154
7155 PC87360 HARDWARE MONITORING DRIVER
7156 M:      Jim Cromie <jim.cromie@gmail.com>
7157 L:      lm-sensors@lm-sensors.org
7158 S:      Maintained
7159 F:      Documentation/hwmon/pc87360
7160 F:      drivers/hwmon/pc87360.c
7161
7162 PC8736x GPIO DRIVER
7163 M:      Jim Cromie <jim.cromie@gmail.com>
7164 S:      Maintained
7165 F:      drivers/char/pc8736x_gpio.c
7166
7167 PC87427 HARDWARE MONITORING DRIVER
7168 M:      Jean Delvare <jdelvare@suse.de>
7169 L:      lm-sensors@lm-sensors.org
7170 S:      Maintained
7171 F:      Documentation/hwmon/pc87427
7172 F:      drivers/hwmon/pc87427.c
7173
7174 PCA9532 LED DRIVER
7175 M:      Riku Voipio <riku.voipio@iki.fi>
7176 S:      Maintained
7177 F:      drivers/leds/leds-pca9532.c
7178 F:      include/linux/leds-pca9532.h
7179
7180 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7181 M:      Guenter Roeck <linux@roeck-us.net>
7182 L:      linux-i2c@vger.kernel.org
7183 S:      Maintained
7184 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7185
7186 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7187 M:      Khalid Aziz <khalid@gonehiking.org>
7188 S:      Maintained
7189 F:      drivers/firmware/pcdp.*
7190
7191 PCI ERROR RECOVERY
7192 M:      Linas Vepstas <linasvepstas@gmail.com>
7193 L:      linux-pci@vger.kernel.org
7194 S:      Supported
7195 F:      Documentation/PCI/pci-error-recovery.txt
7196
7197 PCI SUBSYSTEM
7198 M:      Bjorn Helgaas <bhelgaas@google.com>
7199 L:      linux-pci@vger.kernel.org
7200 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7202 S:      Supported
7203 F:      Documentation/PCI/
7204 F:      drivers/pci/
7205 F:      include/linux/pci*
7206 F:      arch/x86/pci/
7207 F:      arch/x86/kernel/quirks.c
7208
7209 PCI DRIVER FOR APPLIEDMICRO XGENE
7210 M:      Tanmay Inamdar <tinamdar@apm.com>
7211 L:      linux-pci@vger.kernel.org
7212 L:      linux-arm-kernel@lists.infradead.org
7213 S:      Maintained
7214 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7215 F:      drivers/pci/host/pci-xgene.c
7216
7217 PCI DRIVER FOR FREESCALE LAYERSCAPE
7218 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7219 M:      Mingkai Hu <mingkai.hu@freescale.com>
7220 M:      Roy Zang <tie-fei.zang@freescale.com>
7221 L:      linuxppc-dev@lists.ozlabs.org
7222 L:      linux-pci@vger.kernel.org
7223 L:      linux-arm-kernel@lists.infradead.org
7224 S:      Maintained
7225 F:      drivers/pci/host/*layerscape*
7226
7227 PCI DRIVER FOR IMX6
7228 M:      Richard Zhu <r65037@freescale.com>
7229 M:      Lucas Stach <l.stach@pengutronix.de>
7230 L:      linux-pci@vger.kernel.org
7231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7232 S:      Maintained
7233 F:      drivers/pci/host/*imx6*
7234
7235 PCI DRIVER FOR TI KEYSTONE
7236 M:      Murali Karicheri <m-karicheri2@ti.com>
7237 L:      linux-pci@vger.kernel.org
7238 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7239 S:      Maintained
7240 F:      drivers/pci/host/*keystone*
7241
7242 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7243 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7244 M:      Jason Cooper <jason@lakedaemon.net>
7245 L:      linux-pci@vger.kernel.org
7246 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7247 S:      Maintained
7248 F:      drivers/pci/host/*mvebu*
7249
7250 PCI DRIVER FOR NVIDIA TEGRA
7251 M:      Thierry Reding <thierry.reding@gmail.com>
7252 L:      linux-tegra@vger.kernel.org
7253 L:      linux-pci@vger.kernel.org
7254 S:      Supported
7255 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7256 F:      drivers/pci/host/pci-tegra.c
7257
7258 PCI DRIVER FOR TI DRA7XX
7259 M:      Kishon Vijay Abraham I <kishon@ti.com>
7260 L:      linux-omap@vger.kernel.org
7261 L:      linux-pci@vger.kernel.org
7262 S:      Supported
7263 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7264 F:      drivers/pci/host/pci-dra7xx.c
7265
7266 PCI DRIVER FOR RENESAS R-CAR
7267 M:      Simon Horman <horms@verge.net.au>
7268 L:      linux-pci@vger.kernel.org
7269 L:      linux-sh@vger.kernel.org
7270 S:      Maintained
7271 F:      drivers/pci/host/*rcar*
7272
7273 PCI DRIVER FOR SAMSUNG EXYNOS
7274 M:      Jingoo Han <jg1.han@samsung.com>
7275 L:      linux-pci@vger.kernel.org
7276 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7277 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7278 S:      Maintained
7279 F:      drivers/pci/host/pci-exynos.c
7280
7281 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7282 M:      Mohit Kumar <mohit.kumar@st.com>
7283 M:      Jingoo Han <jg1.han@samsung.com>
7284 L:      linux-pci@vger.kernel.org
7285 S:      Maintained
7286 F:      drivers/pci/host/*designware*
7287
7288 PCI DRIVER FOR GENERIC OF HOSTS
7289 M:      Will Deacon <will.deacon@arm.com>
7290 L:      linux-pci@vger.kernel.org
7291 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7292 S:      Maintained
7293 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7294 F:      drivers/pci/host/pci-host-generic.c
7295
7296 PCIE DRIVER FOR ST SPEAR13XX
7297 M:      Mohit Kumar <mohit.kumar@st.com>
7298 L:      linux-pci@vger.kernel.org
7299 S:      Maintained
7300 F:      drivers/pci/host/*spear*
7301
7302 PCMCIA SUBSYSTEM
7303 P:      Linux PCMCIA Team
7304 L:      linux-pcmcia@lists.infradead.org
7305 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7306 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7307 S:      Maintained
7308 F:      Documentation/pcmcia/
7309 F:      drivers/pcmcia/
7310 F:      include/pcmcia/
7311
7312 PCNET32 NETWORK DRIVER
7313 M:      Don Fry <pcnet32@frontier.com>
7314 L:      netdev@vger.kernel.org
7315 S:      Maintained
7316 F:      drivers/net/ethernet/amd/pcnet32.c
7317
7318 PCRYPT PARALLEL CRYPTO ENGINE
7319 M:      Steffen Klassert <steffen.klassert@secunet.com>
7320 L:      linux-crypto@vger.kernel.org
7321 S:      Maintained
7322 F:      crypto/pcrypt.c
7323 F:      include/crypto/pcrypt.h
7324
7325 PER-CPU MEMORY ALLOCATOR
7326 M:      Tejun Heo <tj@kernel.org>
7327 M:      Christoph Lameter <cl@linux-foundation.org>
7328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7329 S:      Maintained
7330 F:      include/linux/percpu*.h
7331 F:      mm/percpu*.c
7332 F:      arch/*/include/asm/percpu.h
7333
7334 PER-TASK DELAY ACCOUNTING
7335 M:      Balbir Singh <bsingharora@gmail.com>
7336 S:      Maintained
7337 F:      include/linux/delayacct.h
7338 F:      kernel/delayacct.c
7339
7340 PERFORMANCE EVENTS SUBSYSTEM
7341 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7342 M:      Paul Mackerras <paulus@samba.org>
7343 M:      Ingo Molnar <mingo@redhat.com>
7344 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7345 L:      linux-kernel@vger.kernel.org
7346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7347 S:      Supported
7348 F:      kernel/events/*
7349 F:      include/linux/perf_event.h
7350 F:      include/uapi/linux/perf_event.h
7351 F:      arch/*/kernel/perf_event*.c
7352 F:      arch/*/kernel/*/perf_event*.c
7353 F:      arch/*/kernel/*/*/perf_event*.c
7354 F:      arch/*/include/asm/perf_event.h
7355 F:      arch/*/kernel/perf_callchain.c
7356 F:      tools/perf/
7357
7358 PERSONALITY HANDLING
7359 M:      Christoph Hellwig <hch@infradead.org>
7360 L:      linux-abi-devel@lists.sourceforge.net
7361 S:      Maintained
7362 F:      include/linux/personality.h
7363 F:      include/uapi/linux/personality.h
7364
7365 PHONET PROTOCOL
7366 M:      Remi Denis-Courmont <courmisch@gmail.com>
7367 S:      Supported
7368 F:      Documentation/networking/phonet.txt
7369 F:      include/linux/phonet.h
7370 F:      include/net/phonet/
7371 F:      include/uapi/linux/phonet.h
7372 F:      net/phonet/
7373
7374 PHRAM MTD DRIVER
7375 M:      Joern Engel <joern@lazybastard.org>
7376 L:      linux-mtd@lists.infradead.org
7377 S:      Maintained
7378 F:      drivers/mtd/devices/phram.c
7379
7380 PICOLCD HID DRIVER
7381 M:      Bruno Prémont <bonbons@linux-vserver.org>
7382 L:      linux-input@vger.kernel.org
7383 S:      Maintained
7384 F:      drivers/hid/hid-picolcd*
7385
7386 PICOXCELL SUPPORT
7387 M:      Jamie Iles <jamie@jamieiles.com>
7388 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7389 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7390 S:      Supported
7391 F:      arch/arm/boot/dts/picoxcell*
7392 F:      arch/arm/mach-picoxcell/
7393 F:      drivers/crypto/picoxcell*
7394
7395 PIN CONTROL SUBSYSTEM
7396 M:      Linus Walleij <linus.walleij@linaro.org>
7397 L:      linux-gpio@vger.kernel.org
7398 S:      Maintained
7399 F:      drivers/pinctrl/
7400 F:      include/linux/pinctrl/
7401
7402 PIN CONTROLLER - ATMEL AT91
7403 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7404 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7405 S:      Maintained
7406 F:      drivers/pinctrl/pinctrl-at91.*
7407
7408 PIN CONTROLLER - INTEL
7409 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7410 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7411 S:      Maintained
7412 F:      drivers/pinctrl/intel/
7413
7414 PIN CONTROLLER - RENESAS
7415 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7416 L:      linux-sh@vger.kernel.org
7417 S:      Maintained
7418 F:      drivers/pinctrl/sh-pfc/
7419
7420 PIN CONTROLLER - SAMSUNG
7421 M:      Tomasz Figa <tomasz.figa@gmail.com>
7422 M:      Thomas Abraham <thomas.abraham@linaro.org>
7423 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7424 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7425 S:      Maintained
7426 F:      drivers/pinctrl/samsung/
7427
7428 PIN CONTROLLER - ST SPEAR
7429 M:      Viresh Kumar <viresh.linux@gmail.com>
7430 L:      spear-devel@list.st.com
7431 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7432 W:      http://www.st.com/spear
7433 S:      Maintained
7434 F:      drivers/pinctrl/spear/
7435
7436 PKTCDVD DRIVER
7437 M:      Jiri Kosina <jkosina@suse.cz>
7438 S:      Maintained
7439 F:      drivers/block/pktcdvd.c
7440 F:      include/linux/pktcdvd.h
7441 F:      include/uapi/linux/pktcdvd.h
7442
7443 PKUNITY SOC DRIVERS
7444 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7445 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7446 S:      Maintained
7447 T:      git git://github.com/gxt/linux.git
7448 F:      drivers/input/serio/i8042-unicore32io.h
7449 F:      drivers/i2c/busses/i2c-puv3.c
7450 F:      drivers/video/fbdev/fb-puv3.c
7451 F:      drivers/rtc/rtc-puv3.c
7452
7453 PMBUS HARDWARE MONITORING DRIVERS
7454 M:      Guenter Roeck <linux@roeck-us.net>
7455 L:      lm-sensors@lm-sensors.org
7456 W:      http://www.lm-sensors.org/
7457 W:      http://www.roeck-us.net/linux/drivers/
7458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7459 S:      Maintained
7460 F:      Documentation/hwmon/pmbus
7461 F:      drivers/hwmon/pmbus/
7462 F:      include/linux/i2c/pmbus.h
7463
7464 PMC SIERRA MaxRAID DRIVER
7465 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7466 L:      linux-scsi@vger.kernel.org
7467 W:      http://www.pmc-sierra.com/
7468 S:      Supported
7469 F:      drivers/scsi/pmcraid.*
7470
7471 PMC SIERRA PM8001 DRIVER
7472 M:      xjtuwjp@gmail.com
7473 M:      lindar_liu@usish.com
7474 L:      pmchba@pmcs.com
7475 L:      linux-scsi@vger.kernel.org
7476 S:      Supported
7477 F:      drivers/scsi/pm8001/
7478
7479 POSIX CLOCKS and TIMERS
7480 M:      Thomas Gleixner <tglx@linutronix.de>
7481 L:      linux-kernel@vger.kernel.org
7482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7483 S:      Maintained
7484 F:      fs/timerfd.c
7485 F:      include/linux/timer*
7486 F:      kernel/time/*timer*
7487
7488 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7489 M:      Sebastian Reichel <sre@kernel.org>
7490 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7491 M:      David Woodhouse <dwmw2@infradead.org>
7492 L:      linux-pm@vger.kernel.org
7493 T:      git git://git.infradead.org/battery-2.6.git
7494 S:      Maintained
7495 F:      include/linux/power_supply.h
7496 F:      drivers/power/
7497
7498 PNP SUPPORT
7499 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7500 S:      Maintained
7501 F:      drivers/pnp/
7502
7503 PNXxxxx I2C DRIVER
7504 M:      Vitaly Wool <vitalywool@gmail.com>
7505 L:      linux-i2c@vger.kernel.org
7506 S:      Maintained
7507 F:      drivers/i2c/busses/i2c-pnx.c
7508
7509 PPP PROTOCOL DRIVERS AND COMPRESSORS
7510 M:      Paul Mackerras <paulus@samba.org>
7511 L:      linux-ppp@vger.kernel.org
7512 S:      Maintained
7513 F:      drivers/net/ppp/ppp_*
7514
7515 PPP OVER ATM (RFC 2364)
7516 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7517 S:      Maintained
7518 F:      net/atm/pppoatm.c
7519 F:      include/uapi/linux/atmppp.h
7520
7521 PPP OVER ETHERNET
7522 M:      Michal Ostrowski <mostrows@earthlink.net>
7523 S:      Maintained
7524 F:      drivers/net/ppp/pppoe.c
7525 F:      drivers/net/ppp/pppox.c
7526
7527 PPP OVER L2TP
7528 M:      James Chapman <jchapman@katalix.com>
7529 S:      Maintained
7530 F:      net/l2tp/l2tp_ppp.c
7531 F:      include/linux/if_pppol2tp.h
7532 F:      include/uapi/linux/if_pppol2tp.h
7533
7534 PPS SUPPORT
7535 M:      Rodolfo Giometti <giometti@enneenne.com>
7536 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7537 L:      linuxpps@ml.enneenne.com (subscribers-only)
7538 S:      Maintained
7539 F:      Documentation/pps/
7540 F:      drivers/pps/
7541 F:      include/linux/pps*.h
7542
7543 PPTP DRIVER
7544 M:      Dmitry Kozlov <xeb@mail.ru>
7545 L:      netdev@vger.kernel.org
7546 S:      Maintained
7547 F:      drivers/net/ppp/pptp.c
7548 W:      http://sourceforge.net/projects/accel-pptp
7549
7550 PREEMPTIBLE KERNEL
7551 M:      Robert Love <rml@tech9.net>
7552 L:      kpreempt-tech@lists.sourceforge.net
7553 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7554 S:      Supported
7555 F:      Documentation/preempt-locking.txt
7556 F:      include/linux/preempt.h
7557
7558 PRISM54 WIRELESS DRIVER
7559 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7560 L:      linux-wireless@vger.kernel.org
7561 W:      http://wireless.kernel.org/en/users/Drivers/p54
7562 S:      Obsolete
7563 F:      drivers/net/wireless/prism54/
7564
7565 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
7566 M:      Mikael Pettersson <mikpelinux@gmail.com>
7567 L:      linux-ide@vger.kernel.org
7568 S:      Maintained
7569 F:      drivers/ata/sata_promise.*
7570
7571 PS3 NETWORK SUPPORT
7572 M:      Geoff Levand <geoff@infradead.org>
7573 L:      netdev@vger.kernel.org
7574 L:      cbe-oss-dev@lists.ozlabs.org
7575 S:      Maintained
7576 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7577
7578 PS3 PLATFORM SUPPORT
7579 M:      Geoff Levand <geoff@infradead.org>
7580 L:      linuxppc-dev@lists.ozlabs.org
7581 L:      cbe-oss-dev@lists.ozlabs.org
7582 S:      Maintained
7583 F:      arch/powerpc/boot/ps3*
7584 F:      arch/powerpc/include/asm/lv1call.h
7585 F:      arch/powerpc/include/asm/ps3*.h
7586 F:      arch/powerpc/platforms/ps3/
7587 F:      drivers/*/ps3*
7588 F:      drivers/ps3/
7589 F:      drivers/rtc/rtc-ps3.c
7590 F:      drivers/usb/host/*ps3.c
7591 F:      sound/ppc/snd_ps3*
7592
7593 PS3VRAM DRIVER
7594 M:      Jim Paris <jim@jtan.com>
7595 L:      cbe-oss-dev@lists.ozlabs.org
7596 S:      Maintained
7597 F:      drivers/block/ps3vram.c
7598
7599 PSTORE FILESYSTEM
7600 M:      Anton Vorontsov <anton@enomsg.org>
7601 M:      Colin Cross <ccross@android.com>
7602 M:      Kees Cook <keescook@chromium.org>
7603 M:      Tony Luck <tony.luck@intel.com>
7604 S:      Maintained
7605 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7606 F:      fs/pstore/
7607 F:      include/linux/pstore*
7608 F:      drivers/firmware/efi/efi-pstore.c
7609 F:      drivers/acpi/apei/erst.c
7610
7611 PTP HARDWARE CLOCK SUPPORT
7612 M:      Richard Cochran <richardcochran@gmail.com>
7613 L:      netdev@vger.kernel.org
7614 S:      Maintained
7615 W:      http://linuxptp.sourceforge.net/
7616 F:      Documentation/ABI/testing/sysfs-ptp
7617 F:      Documentation/ptp/*
7618 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7619 F:      drivers/net/phy/dp83640*
7620 F:      drivers/ptp/*
7621 F:      include/linux/ptp_cl*
7622
7623 PTRACE SUPPORT
7624 M:      Roland McGrath <roland@hack.frob.com>
7625 M:      Oleg Nesterov <oleg@redhat.com>
7626 S:      Maintained
7627 F:      include/asm-generic/syscall.h
7628 F:      include/linux/ptrace.h
7629 F:      include/linux/regset.h
7630 F:      include/linux/tracehook.h
7631 F:      include/uapi/linux/ptrace.h
7632 F:      kernel/ptrace.c
7633
7634 PVRUSB2 VIDEO4LINUX DRIVER
7635 M:      Mike Isely <isely@pobox.com>
7636 L:      pvrusb2@isely.net       (subscribers-only)
7637 L:      linux-media@vger.kernel.org
7638 W:      http://www.isely.net/pvrusb2/
7639 T:      git git://linuxtv.org/media_tree.git
7640 S:      Maintained
7641 F:      Documentation/video4linux/README.pvrusb2
7642 F:      drivers/media/usb/pvrusb2/
7643
7644 PWC WEBCAM DRIVER
7645 M:      Hans de Goede <hdegoede@redhat.com>
7646 L:      linux-media@vger.kernel.org
7647 T:      git git://linuxtv.org/media_tree.git
7648 S:      Maintained
7649 F:      drivers/media/usb/pwc/*
7650
7651 PWM FAN DRIVER
7652 M:      Kamil Debski <k.debski@samsung.com>
7653 L:      lm-sensors@lm-sensors.org
7654 S:      Supported
7655 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7656 F:      Documentation/hwmon/pwm-fan
7657 F:      drivers/hwmon/pwm-fan.c
7658
7659 PWM SUBSYSTEM
7660 M:      Thierry Reding <thierry.reding@gmail.com>
7661 L:      linux-pwm@vger.kernel.org
7662 S:      Maintained
7663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7664 F:      Documentation/pwm.txt
7665 F:      Documentation/devicetree/bindings/pwm/
7666 F:      include/linux/pwm.h
7667 F:      drivers/pwm/
7668 F:      drivers/video/backlight/pwm_bl.c
7669 F:      include/linux/pwm_backlight.h
7670
7671 PXA2xx/PXA3xx SUPPORT
7672 M:      Daniel Mack <daniel@zonque.org>
7673 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7674 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7675 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7676 T:      git git://github.com/hzhuang1/linux.git
7677 T:      git git://github.com/rjarzmik/linux.git
7678 S:      Maintained
7679 F:      arch/arm/mach-pxa/
7680 F:      drivers/pcmcia/pxa2xx*
7681 F:      drivers/spi/spi-pxa2xx*
7682 F:      drivers/usb/gadget/udc/pxa2*
7683 F:      include/sound/pxa2xx-lib.h
7684 F:      sound/arm/pxa*
7685 F:      sound/soc/pxa/
7686
7687 PXA3xx NAND FLASH DRIVER
7688 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7689 L:      linux-mtd@lists.infradead.org
7690 S:      Maintained
7691 F:      drivers/mtd/nand/pxa3xx_nand.c
7692
7693 MMP SUPPORT
7694 M:      Eric Miao <eric.y.miao@gmail.com>
7695 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7696 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7697 T:      git git://github.com/hzhuang1/linux.git
7698 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7699 S:      Maintained
7700 F:      arch/arm/mach-mmp/
7701
7702 PXA MMCI DRIVER
7703 S:      Orphan
7704
7705 PXA RTC DRIVER
7706 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7707 L:      rtc-linux@googlegroups.com
7708 S:      Maintained
7709
7710 QAT DRIVER
7711 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7712 L:      qat-linux@intel.com
7713 S:      Supported
7714 F:      drivers/crypto/qat/
7715
7716 QIB DRIVER
7717 M:      Mike Marciniszyn <infinipath@intel.com>
7718 L:      linux-rdma@vger.kernel.org
7719 S:      Supported
7720 F:      drivers/infiniband/hw/qib/
7721
7722 QLOGIC QLA1280 SCSI DRIVER
7723 M:      Michael Reed <mdr@sgi.com>
7724 L:      linux-scsi@vger.kernel.org
7725 S:      Maintained
7726 F:      drivers/scsi/qla1280.[ch]
7727
7728 QLOGIC QLA2XXX FC-SCSI DRIVER
7729 M:      qla2xxx-upstream@qlogic.com
7730 L:      linux-scsi@vger.kernel.org
7731 S:      Supported
7732 F:      Documentation/scsi/LICENSE.qla2xxx
7733 F:      drivers/scsi/qla2xxx/
7734
7735 QLOGIC QLA4XXX iSCSI DRIVER
7736 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
7737 M:      iscsi-driver@qlogic.com
7738 L:      linux-scsi@vger.kernel.org
7739 S:      Supported
7740 F:      Documentation/scsi/LICENSE.qla4xxx
7741 F:      drivers/scsi/qla4xxx/
7742
7743 QLOGIC QLA3XXX NETWORK DRIVER
7744 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7745 M:      Ron Mercer <ron.mercer@qlogic.com>
7746 M:      linux-driver@qlogic.com
7747 L:      netdev@vger.kernel.org
7748 S:      Supported
7749 F:      Documentation/networking/LICENSE.qla3xxx
7750 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7751
7752 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7753 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7754 M:      Dept-GELinuxNICDev@qlogic.com
7755 L:      netdev@vger.kernel.org
7756 S:      Supported
7757 F:      drivers/net/ethernet/qlogic/qlcnic/
7758
7759 QLOGIC QLGE 10Gb ETHERNET DRIVER
7760 M:      Harish Patil <harish.patil@qlogic.com>
7761 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7762 M:      Dept-GELinuxNICDev@qlogic.com
7763 M:      linux-driver@qlogic.com
7764 L:      netdev@vger.kernel.org
7765 S:      Supported
7766 F:      drivers/net/ethernet/qlogic/qlge/
7767
7768 QNX4 FILESYSTEM
7769 M:      Anders Larsen <al@alarsen.net>
7770 W:      http://www.alarsen.net/linux/qnx4fs/
7771 S:      Maintained
7772 F:      fs/qnx4/
7773 F:      include/uapi/linux/qnx4_fs.h
7774 F:      include/uapi/linux/qnxtypes.h
7775
7776 QT1010 MEDIA DRIVER
7777 M:      Antti Palosaari <crope@iki.fi>
7778 L:      linux-media@vger.kernel.org
7779 W:      http://linuxtv.org/
7780 W:      http://palosaari.fi/linux/
7781 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7782 T:      git git://linuxtv.org/anttip/media_tree.git
7783 S:      Maintained
7784 F:      drivers/media/tuners/qt1010*
7785
7786 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7787 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7788 L:      linux-wireless@vger.kernel.org
7789 L:      ath9k-devel@lists.ath9k.org
7790 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7791 S:      Supported
7792 F:      drivers/net/wireless/ath/ath9k/
7793
7794 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7795 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7796 L:      ath10k@lists.infradead.org
7797 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7798 T:      git git://github.com/kvalo/ath.git
7799 S:      Supported
7800 F:      drivers/net/wireless/ath/ath10k/
7801
7802 QUALCOMM HEXAGON ARCHITECTURE
7803 M:      Richard Kuo <rkuo@codeaurora.org>
7804 L:      linux-hexagon@vger.kernel.org
7805 S:      Supported
7806 F:      arch/hexagon/
7807
7808 QUALCOMM WCN36XX WIRELESS DRIVER
7809 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7810 L:      wcn36xx@lists.infradead.org
7811 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7812 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7813 S:      Supported
7814 F:      drivers/net/wireless/ath/wcn36xx/
7815
7816 QUICKCAM PARALLEL PORT WEBCAMS
7817 M:      Hans Verkuil <hverkuil@xs4all.nl>
7818 L:      linux-media@vger.kernel.org
7819 T:      git git://linuxtv.org/media_tree.git
7820 W:      http://linuxtv.org
7821 S:      Odd Fixes
7822 F:      drivers/media/parport/*-qcam*
7823
7824 RADOS BLOCK DEVICE (RBD)
7825 M:      Yehuda Sadeh <yehuda@inktank.com>
7826 M:      Sage Weil <sage@inktank.com>
7827 M:      Alex Elder <elder@kernel.org>
7828 M:      ceph-devel@vger.kernel.org
7829 W:      http://ceph.com/
7830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7831 S:      Supported
7832 F:      drivers/block/rbd.c
7833 F:      drivers/block/rbd_types.h
7834
7835 RADEON FRAMEBUFFER DISPLAY DRIVER
7836 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7837 L:      linux-fbdev@vger.kernel.org
7838 S:      Maintained
7839 F:      drivers/video/fbdev/aty/radeon*
7840 F:      include/uapi/linux/radeonfb.h
7841
7842 RADIOSHARK RADIO DRIVER
7843 M:      Hans de Goede <hdegoede@redhat.com>
7844 L:      linux-media@vger.kernel.org
7845 T:      git git://linuxtv.org/media_tree.git
7846 S:      Maintained
7847 F:      drivers/media/radio/radio-shark.c
7848
7849 RADIOSHARK2 RADIO DRIVER
7850 M:      Hans de Goede <hdegoede@redhat.com>
7851 L:      linux-media@vger.kernel.org
7852 T:      git git://linuxtv.org/media_tree.git
7853 S:      Maintained
7854 F:      drivers/media/radio/radio-shark2.c
7855 F:      drivers/media/radio/radio-tea5777.c
7856
7857 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7858 M:      Paul Mackerras <paulus@samba.org>
7859 L:      linux-fbdev@vger.kernel.org
7860 S:      Maintained
7861 F:      drivers/video/fbdev/aty/aty128fb.c
7862
7863 RALINK RT2X00 WIRELESS LAN DRIVER
7864 P:      rt2x00 project
7865 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7866 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7867 L:      linux-wireless@vger.kernel.org
7868 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7869 W:      http://rt2x00.serialmonkey.com/
7870 S:      Maintained
7871 F:      drivers/net/wireless/rt2x00/
7872
7873 RAMDISK RAM BLOCK DEVICE DRIVER
7874 M:      Nick Piggin <npiggin@kernel.dk>
7875 S:      Maintained
7876 F:      Documentation/blockdev/ramdisk.txt
7877 F:      drivers/block/brd.c
7878
7879 RANDOM NUMBER DRIVER
7880 M:      "Theodore Ts'o" <tytso@mit.edu>
7881 S:      Maintained
7882 F:      drivers/char/random.c
7883
7884 RAPIDIO SUBSYSTEM
7885 M:      Matt Porter <mporter@kernel.crashing.org>
7886 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7887 S:      Maintained
7888 F:      drivers/rapidio/
7889
7890 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7891 L:      linux-wireless@vger.kernel.org
7892 S:      Orphan
7893 F:      drivers/net/wireless/ray*
7894
7895 RCUTORTURE MODULE
7896 M:      Josh Triplett <josh@joshtriplett.org>
7897 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7898 L:      linux-kernel@vger.kernel.org
7899 S:      Supported
7900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7901 F:      Documentation/RCU/torture.txt
7902 F:      kernel/rcu/rcutorture.c
7903
7904 RCUTORTURE TEST FRAMEWORK
7905 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7906 M:      Josh Triplett <josh@joshtriplett.org>
7907 R:      Steven Rostedt <rostedt@goodmis.org>
7908 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7909 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7910 L:      linux-kernel@vger.kernel.org
7911 S:      Supported
7912 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7913 F:      tools/testing/selftests/rcutorture
7914
7915 RDC R-321X SoC
7916 M:      Florian Fainelli <florian@openwrt.org>
7917 S:      Maintained
7918
7919 RDC R6040 FAST ETHERNET DRIVER
7920 M:      Florian Fainelli <florian@openwrt.org>
7921 L:      netdev@vger.kernel.org
7922 S:      Maintained
7923 F:      drivers/net/ethernet/rdc/r6040.c
7924
7925 RDS - RELIABLE DATAGRAM SOCKETS
7926 M:      Chien Yen <chien.yen@oracle.com>
7927 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7928 S:      Supported
7929 F:      net/rds/
7930
7931 READ-COPY UPDATE (RCU)
7932 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7933 M:      Josh Triplett <josh@joshtriplett.org>
7934 R:      Steven Rostedt <rostedt@goodmis.org>
7935 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7936 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7937 L:      linux-kernel@vger.kernel.org
7938 W:      http://www.rdrop.com/users/paulmck/RCU/
7939 S:      Supported
7940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7941 F:      Documentation/RCU/
7942 X:      Documentation/RCU/torture.txt
7943 F:      include/linux/rcu*
7944 X:      include/linux/srcu.h
7945 F:      kernel/rcu/
7946 X:      kernel/torture.c
7947
7948 REAL TIME CLOCK (RTC) SUBSYSTEM
7949 M:      Alessandro Zummo <a.zummo@towertech.it>
7950 L:      rtc-linux@googlegroups.com
7951 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7952 S:      Maintained
7953 F:      Documentation/rtc.txt
7954 F:      drivers/rtc/
7955 F:      include/linux/rtc.h
7956 F:      include/uapi/linux/rtc.h
7957
7958 REALTEK AUDIO CODECS
7959 M:      Bard Liao <bardliao@realtek.com>
7960 M:      Oder Chiou <oder_chiou@realtek.com>
7961 S:      Maintained
7962 F:      sound/soc/codecs/rt*
7963 F:      include/sound/rt*.h
7964
7965 REISERFS FILE SYSTEM
7966 L:      reiserfs-devel@vger.kernel.org
7967 S:      Supported
7968 F:      fs/reiserfs/
7969
7970 REGISTER MAP ABSTRACTION
7971 M:      Mark Brown <broonie@kernel.org>
7972 L:      linux-kernel@vger.kernel.org
7973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7974 S:      Supported
7975 F:      drivers/base/regmap/
7976 F:      include/linux/regmap.h
7977
7978 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
7979 M:      Ohad Ben-Cohen <ohad@wizery.com>
7980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
7981 S:      Maintained
7982 F:      drivers/remoteproc/
7983 F:      Documentation/remoteproc.txt
7984 F:      include/linux/remoteproc.h
7985
7986 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
7987 M:      Ohad Ben-Cohen <ohad@wizery.com>
7988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
7989 S:      Maintained
7990 F:      drivers/rpmsg/
7991 F:      Documentation/rpmsg.txt
7992 F:      include/linux/rpmsg.h
7993
7994 RESET CONTROLLER FRAMEWORK
7995 M:      Philipp Zabel <p.zabel@pengutronix.de>
7996 S:      Maintained
7997 F:      drivers/reset/
7998 F:      Documentation/devicetree/bindings/reset/
7999 F:      include/linux/reset.h
8000 F:      include/linux/reset-controller.h
8001
8002 RFKILL
8003 M:      Johannes Berg <johannes@sipsolutions.net>
8004 L:      linux-wireless@vger.kernel.org
8005 W:      http://wireless.kernel.org/
8006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8008 S:      Maintained
8009 F:      Documentation/rfkill.txt
8010 F:      net/rfkill/
8011
8012 RICOH SMARTMEDIA/XD DRIVER
8013 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8014 S:      Maintained
8015 F:      drivers/mtd/nand/r852.c
8016 F:      drivers/mtd/nand/r852.h
8017
8018 RICOH R5C592 MEMORYSTICK DRIVER
8019 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8020 S:      Maintained
8021 F:      drivers/memstick/host/r592.*
8022
8023 ROCCAT DRIVERS
8024 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8025 W:      http://sourceforge.net/projects/roccat/
8026 S:      Maintained
8027 F:      drivers/hid/hid-roccat*
8028 F:      include/linux/hid-roccat*
8029 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8030
8031 ROCKER DRIVER
8032 M:      Jiri Pirko <jiri@resnulli.us>
8033 M:      Scott Feldman <sfeldma@gmail.com>
8034 L:      netdev@vger.kernel.org
8035 S:      Supported
8036 F:      drivers/net/ethernet/rocker/
8037
8038 ROCKETPORT DRIVER
8039 P:      Comtrol Corp.
8040 W:      http://www.comtrol.com
8041 S:      Maintained
8042 F:      Documentation/serial/rocket.txt
8043 F:      drivers/tty/rocket*
8044
8045 ROCKETPORT EXPRESS/INFINITY DRIVER
8046 M:      Kevin Cernekee <cernekee@gmail.com>
8047 L:      linux-serial@vger.kernel.org
8048 S:      Odd Fixes
8049 F:      drivers/tty/serial/rp2.*
8050
8051 ROSE NETWORK LAYER
8052 M:      Ralf Baechle <ralf@linux-mips.org>
8053 L:      linux-hams@vger.kernel.org
8054 W:      http://www.linux-ax25.org/
8055 S:      Maintained
8056 F:      include/net/rose.h
8057 F:      include/uapi/linux/rose.h
8058 F:      net/rose/
8059
8060 RTL2830 MEDIA DRIVER
8061 M:      Antti Palosaari <crope@iki.fi>
8062 L:      linux-media@vger.kernel.org
8063 W:      http://linuxtv.org/
8064 W:      http://palosaari.fi/linux/
8065 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8066 T:      git git://linuxtv.org/anttip/media_tree.git
8067 S:      Maintained
8068 F:      drivers/media/dvb-frontends/rtl2830*
8069
8070 RTL2832 MEDIA DRIVER
8071 M:      Antti Palosaari <crope@iki.fi>
8072 L:      linux-media@vger.kernel.org
8073 W:      http://linuxtv.org/
8074 W:      http://palosaari.fi/linux/
8075 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8076 T:      git git://linuxtv.org/anttip/media_tree.git
8077 S:      Maintained
8078 F:      drivers/media/dvb-frontends/rtl2832*
8079
8080 RTL2832_SDR MEDIA DRIVER
8081 M:      Antti Palosaari <crope@iki.fi>
8082 L:      linux-media@vger.kernel.org
8083 W:      http://linuxtv.org/
8084 W:      http://palosaari.fi/linux/
8085 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8086 T:      git git://linuxtv.org/anttip/media_tree.git
8087 S:      Maintained
8088 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8089
8090 RTL8180 WIRELESS DRIVER
8091 L:      linux-wireless@vger.kernel.org
8092 W:      http://wireless.kernel.org/
8093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8094 S:      Orphan
8095 F:      drivers/net/wireless/rtl818x/rtl8180/
8096
8097 RTL8187 WIRELESS DRIVER
8098 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8099 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8100 M:      Larry Finger <Larry.Finger@lwfinger.net>
8101 L:      linux-wireless@vger.kernel.org
8102 W:      http://wireless.kernel.org/
8103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8104 S:      Maintained
8105 F:      drivers/net/wireless/rtl818x/rtl8187/
8106
8107 RTL8192CE WIRELESS DRIVER
8108 M:      Larry Finger <Larry.Finger@lwfinger.net>
8109 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8110 L:      linux-wireless@vger.kernel.org
8111 W:      http://wireless.kernel.org/
8112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8113 S:      Maintained
8114 F:      drivers/net/wireless/rtlwifi/
8115 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8116
8117 S3 SAVAGE FRAMEBUFFER DRIVER
8118 M:      Antonino Daplas <adaplas@gmail.com>
8119 L:      linux-fbdev@vger.kernel.org
8120 S:      Maintained
8121 F:      drivers/video/fbdev/savage/
8122
8123 S390
8124 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8125 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8126 M:      linux390@de.ibm.com
8127 L:      linux-s390@vger.kernel.org
8128 W:      http://www.ibm.com/developerworks/linux/linux390/
8129 S:      Supported
8130 F:      arch/s390/
8131 F:      drivers/s390/
8132 F:      Documentation/s390/
8133 F:      Documentation/DocBook/s390*
8134
8135 S390 COMMON I/O LAYER
8136 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8137 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8138 L:      linux-s390@vger.kernel.org
8139 W:      http://www.ibm.com/developerworks/linux/linux390/
8140 S:      Supported
8141 F:      drivers/s390/cio/
8142
8143 S390 DASD DRIVER
8144 M:      Stefan Weinhuber <wein@de.ibm.com>
8145 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8146 L:      linux-s390@vger.kernel.org
8147 W:      http://www.ibm.com/developerworks/linux/linux390/
8148 S:      Supported
8149 F:      drivers/s390/block/dasd*
8150 F:      block/partitions/ibm.c
8151
8152 S390 NETWORK DRIVERS
8153 M:      Ursula Braun <ursula.braun@de.ibm.com>
8154 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8155 M:      linux390@de.ibm.com
8156 L:      linux-s390@vger.kernel.org
8157 W:      http://www.ibm.com/developerworks/linux/linux390/
8158 S:      Supported
8159 F:      drivers/s390/net/
8160
8161 S390 PCI SUBSYSTEM
8162 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8163 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8164 L:      linux-s390@vger.kernel.org
8165 W:      http://www.ibm.com/developerworks/linux/linux390/
8166 S:      Supported
8167 F:      arch/s390/pci/
8168 F:      drivers/pci/hotplug/s390_pci_hpc.c
8169
8170 S390 ZCRYPT DRIVER
8171 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8172 M:      linux390@de.ibm.com
8173 L:      linux-s390@vger.kernel.org
8174 W:      http://www.ibm.com/developerworks/linux/linux390/
8175 S:      Supported
8176 F:      drivers/s390/crypto/
8177
8178 S390 ZFCP DRIVER
8179 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8180 M:      linux390@de.ibm.com
8181 L:      linux-s390@vger.kernel.org
8182 W:      http://www.ibm.com/developerworks/linux/linux390/
8183 S:      Supported
8184 F:      drivers/s390/scsi/zfcp_*
8185
8186 S390 IUCV NETWORK LAYER
8187 M:      Ursula Braun <ursula.braun@de.ibm.com>
8188 M:      linux390@de.ibm.com
8189 L:      linux-s390@vger.kernel.org
8190 W:      http://www.ibm.com/developerworks/linux/linux390/
8191 S:      Supported
8192 F:      drivers/s390/net/*iucv*
8193 F:      include/net/iucv/
8194 F:      net/iucv/
8195
8196 S3C24XX SD/MMC Driver
8197 M:      Ben Dooks <ben-linux@fluff.org>
8198 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8199 S:      Supported
8200 F:      drivers/mmc/host/s3cmci.*
8201
8202 SAA6588 RDS RECEIVER DRIVER
8203 M:      Hans Verkuil <hverkuil@xs4all.nl>
8204 L:      linux-media@vger.kernel.org
8205 T:      git git://linuxtv.org/media_tree.git
8206 W:      http://linuxtv.org
8207 S:      Odd Fixes
8208 F:      drivers/media/i2c/saa6588*
8209
8210 SAA7134 VIDEO4LINUX DRIVER
8211 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8212 L:      linux-media@vger.kernel.org
8213 W:      http://linuxtv.org
8214 T:      git git://linuxtv.org/media_tree.git
8215 S:      Odd fixes
8216 F:      Documentation/video4linux/*.saa7134
8217 F:      drivers/media/pci/saa7134/
8218
8219 SAA7146 VIDEO4LINUX-2 DRIVER
8220 M:      Hans Verkuil <hverkuil@xs4all.nl>
8221 L:      linux-media@vger.kernel.org
8222 T:      git git://linuxtv.org/media_tree.git
8223 S:      Maintained
8224 F:      drivers/media/common/saa7146/
8225 F:      drivers/media/pci/saa7146/
8226 F:      include/media/saa7146*
8227
8228 SAMSUNG LAPTOP DRIVER
8229 M:      Corentin Chary <corentin.chary@gmail.com>
8230 L:      platform-driver-x86@vger.kernel.org
8231 S:      Maintained
8232 F:      drivers/platform/x86/samsung-laptop.c
8233
8234 SAMSUNG AUDIO (ASoC) DRIVERS
8235 M:      Sangbeom Kim <sbkim73@samsung.com>
8236 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8237 S:      Supported
8238 F:      sound/soc/samsung/
8239
8240 SAMSUNG FRAMEBUFFER DRIVER
8241 M:      Jingoo Han <jg1.han@samsung.com>
8242 L:      linux-fbdev@vger.kernel.org
8243 S:      Maintained
8244 F:      drivers/video/fbdev/s3c-fb.c
8245
8246 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8247 M:      Sangbeom Kim <sbkim73@samsung.com>
8248 L:      linux-kernel@vger.kernel.org
8249 S:      Supported
8250 F:      drivers/mfd/sec*.c
8251 F:      drivers/regulator/s2m*.c
8252 F:      drivers/regulator/s5m*.c
8253 F:      include/linux/mfd/samsung/
8254
8255 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8256 M:      Kyungmin Park <kyungmin.park@samsung.com>
8257 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8258 L:      linux-media@vger.kernel.org
8259 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8260 S:      Supported
8261 F:      drivers/media/platform/exynos4-is/
8262
8263 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8264 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8265 L:      linux-media@vger.kernel.org
8266 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8267 S:      Maintained
8268 F:      drivers/media/platform/s3c-camif/
8269 F:      include/media/s3c_camif.h
8270
8271 SAMSUNG S5C73M3 CAMERA DRIVER
8272 M:      Kyungmin Park <kyungmin.park@samsung.com>
8273 M:      Andrzej Hajda <a.hajda@samsung.com>
8274 L:      linux-media@vger.kernel.org
8275 S:      Supported
8276 F:      drivers/media/i2c/s5c73m3/*
8277
8278 SAMSUNG S5K5BAF CAMERA DRIVER
8279 M:      Kyungmin Park <kyungmin.park@samsung.com>
8280 M:      Andrzej Hajda <a.hajda@samsung.com>
8281 L:      linux-media@vger.kernel.org
8282 S:      Supported
8283 F:      drivers/media/i2c/s5k5baf.c
8284
8285 SAMSUNG SOC CLOCK DRIVERS
8286 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8287 M:      Tomasz Figa <tomasz.figa@gmail.com>
8288 S:      Supported
8289 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8290 F:      drivers/clk/samsung/
8291
8292 SAMSUNG SXGBE DRIVERS
8293 M:      Byungho An <bh74.an@samsung.com>
8294 M:      Girish K S <ks.giri@samsung.com>
8295 M:      Vipul Pandya <vipul.pandya@samsung.com>
8296 S:      Supported
8297 L:      netdev@vger.kernel.org
8298 F:      drivers/net/ethernet/samsung/sxgbe/
8299
8300 SAMSUNG USB2 PHY DRIVER
8301 M:      Kamil Debski <k.debski@samsung.com>
8302 L:      linux-kernel@vger.kernel.org
8303 S:      Supported
8304 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8305 F:      Documentation/phy/samsung-usb2.txt
8306 F:      drivers/phy/phy-exynos4210-usb2.c
8307 F:      drivers/phy/phy-exynos4x12-usb2.c
8308 F:      drivers/phy/phy-exynos5250-usb2.c
8309 F:      drivers/phy/phy-s5pv210-usb2.c
8310 F:      drivers/phy/phy-samsung-usb2.c
8311 F:      drivers/phy/phy-samsung-usb2.h
8312
8313 SERIAL DRIVERS
8314 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8315 L:      linux-serial@vger.kernel.org
8316 S:      Maintained
8317 F:      drivers/tty/serial/
8318
8319 SYNOPSYS DESIGNWARE DMAC DRIVER
8320 M:      Viresh Kumar <viresh.linux@gmail.com>
8321 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8322 S:      Maintained
8323 F:      include/linux/platform_data/dma-dw.h
8324 F:      drivers/dma/dw/
8325
8326 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8327 M:      Seungwon Jeon <tgih.jun@samsung.com>
8328 M:      Jaehoon Chung <jh80.chung@samsung.com>
8329 L:      linux-mmc@vger.kernel.org
8330 S:      Maintained
8331 F:      include/linux/mmc/dw_mmc.h
8332 F:      drivers/mmc/host/dw_mmc*
8333
8334 THUNDERBOLT DRIVER
8335 M:      Andreas Noever <andreas.noever@gmail.com>
8336 S:      Maintained
8337 F:      drivers/thunderbolt/
8338
8339 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8340 M:      John Stultz <john.stultz@linaro.org>
8341 M:      Thomas Gleixner <tglx@linutronix.de>
8342 L:      linux-kernel@vger.kernel.org
8343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8344 S:      Supported
8345 F:      include/linux/clocksource.h
8346 F:      include/linux/time.h
8347 F:      include/linux/timex.h
8348 F:      include/uapi/linux/time.h
8349 F:      include/uapi/linux/timex.h
8350 F:      kernel/time/clocksource.c
8351 F:      kernel/time/time*.c
8352 F:      kernel/time/ntp.c
8353
8354 TLG2300 VIDEO4LINUX-2 DRIVER
8355 M:      Huang Shijie <shijie8@gmail.com>
8356 M:      Hans Verkuil <hverkuil@xs4all.nl>
8357 S:      Odd Fixes
8358 F:      drivers/media/usb/tlg2300/
8359
8360 SC1200 WDT DRIVER
8361 M:      Zwane Mwaikambo <zwanem@gmail.com>
8362 S:      Maintained
8363 F:      drivers/watchdog/sc1200wdt.c
8364
8365 SCHEDULER
8366 M:      Ingo Molnar <mingo@redhat.com>
8367 M:      Peter Zijlstra <peterz@infradead.org>
8368 L:      linux-kernel@vger.kernel.org
8369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8370 S:      Maintained
8371 F:      kernel/sched/
8372 F:      include/linux/sched.h
8373 F:      include/uapi/linux/sched.h
8374 F:      include/linux/wait.h
8375
8376 SCORE ARCHITECTURE
8377 M:      Chen Liqin <liqin.linux@gmail.com>
8378 M:      Lennox Wu <lennox.wu@gmail.com>
8379 W:      http://www.sunplus.com
8380 S:      Supported
8381 F:      arch/score/
8382
8383 SCSI CDROM DRIVER
8384 M:      Jens Axboe <axboe@kernel.dk>
8385 L:      linux-scsi@vger.kernel.org
8386 W:      http://www.kernel.dk
8387 S:      Maintained
8388 F:      drivers/scsi/sr*
8389
8390 SCSI RDMA PROTOCOL (SRP) INITIATOR
8391 M:      Bart Van Assche <bvanassche@acm.org>
8392 L:      linux-rdma@vger.kernel.org
8393 S:      Supported
8394 W:      http://www.openfabrics.org
8395 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8397 F:      drivers/infiniband/ulp/srp/
8398 F:      include/scsi/srp.h
8399
8400 SCSI SG DRIVER
8401 M:      Doug Gilbert <dgilbert@interlog.com>
8402 L:      linux-scsi@vger.kernel.org
8403 W:      http://sg.danny.cz/sg
8404 S:      Maintained
8405 F:      Documentation/scsi/scsi-generic.txt
8406 F:      drivers/scsi/sg.c
8407 F:      include/scsi/sg.h
8408
8409 SCSI SUBSYSTEM
8410 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8411 L:      linux-scsi@vger.kernel.org
8412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8414 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8415 S:      Maintained
8416 F:      drivers/scsi/
8417 F:      include/scsi/
8418
8419 SCSI TAPE DRIVER
8420 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8421 L:      linux-scsi@vger.kernel.org
8422 S:      Maintained
8423 F:      Documentation/scsi/st.txt
8424 F:      drivers/scsi/st.*
8425 F:      drivers/scsi/st_*.h
8426
8427 SCTP PROTOCOL
8428 M:      Vlad Yasevich <vyasevich@gmail.com>
8429 M:      Neil Horman <nhorman@tuxdriver.com>
8430 L:      linux-sctp@vger.kernel.org
8431 W:      http://lksctp.sourceforge.net
8432 S:      Maintained
8433 F:      Documentation/networking/sctp.txt
8434 F:      include/linux/sctp.h
8435 F:      include/uapi/linux/sctp.h
8436 F:      include/net/sctp/
8437 F:      net/sctp/
8438
8439 SCx200 CPU SUPPORT
8440 M:      Jim Cromie <jim.cromie@gmail.com>
8441 S:      Odd Fixes
8442 F:      Documentation/i2c/busses/scx200_acb
8443 F:      arch/x86/platform/scx200/
8444 F:      drivers/watchdog/scx200_wdt.c
8445 F:      drivers/i2c/busses/scx200*
8446 F:      drivers/mtd/maps/scx200_docflash.c
8447 F:      include/linux/scx200.h
8448
8449 SCx200 GPIO DRIVER
8450 M:      Jim Cromie <jim.cromie@gmail.com>
8451 S:      Maintained
8452 F:      drivers/char/scx200_gpio.c
8453 F:      include/linux/scx200_gpio.h
8454
8455 SCx200 HRT CLOCKSOURCE DRIVER
8456 M:      Jim Cromie <jim.cromie@gmail.com>
8457 S:      Maintained
8458 F:      drivers/clocksource/scx200_hrt.c
8459
8460 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8461 M:      Sascha Sommer <saschasommer@freenet.de>
8462 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8463 S:      Maintained
8464 F:      drivers/mmc/host/sdricoh_cs.c
8465
8466 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8467 M:      Chris Ball <chris@printf.net>
8468 L:      linux-mmc@vger.kernel.org
8469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8470 S:      Maintained
8471 F:      drivers/mmc/host/sdhci.*
8472 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8473
8474 SECURE COMPUTING
8475 M:      Kees Cook <keescook@chromium.org>
8476 R:      Andy Lutomirski <luto@amacapital.net>
8477 R:      Will Drewry <wad@chromium.org>
8478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8479 S:      Supported
8480 F:      kernel/seccomp.c
8481 F:      include/uapi/linux/seccomp.h
8482 F:      include/linux/seccomp.h
8483 K:      \bsecure_computing
8484 K:      \bTIF_SECCOMP\b
8485
8486 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8487 M:      Anton Vorontsov <anton@enomsg.org>
8488 L:      linuxppc-dev@lists.ozlabs.org
8489 L:      linux-mmc@vger.kernel.org
8490 S:      Maintained
8491 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8492
8493 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8494 M:      Ben Dooks <ben-linux@fluff.org>
8495 L:      linux-mmc@vger.kernel.org
8496 S:      Maintained
8497 F:      drivers/mmc/host/sdhci-s3c.c
8498
8499 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8500 M:      Viresh Kumar <viresh.linux@gmail.com>
8501 L:      spear-devel@list.st.com
8502 L:      linux-mmc@vger.kernel.org
8503 S:      Maintained
8504 F:      drivers/mmc/host/sdhci-spear.c
8505
8506 SECURITY SUBSYSTEM
8507 M:      James Morris <james.l.morris@oracle.com>
8508 M:      Serge E. Hallyn <serge@hallyn.com>
8509 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8511 W:      http://kernsec.org/
8512 S:      Supported
8513 F:      security/
8514
8515 SECURITY CONTACT
8516 M:      Security Officers <security@kernel.org>
8517 S:      Supported
8518
8519 SELINUX SECURITY MODULE
8520 M:      Paul Moore <paul@paul-moore.com>
8521 M:      Stephen Smalley <sds@tycho.nsa.gov>
8522 M:      Eric Paris <eparis@parisplace.org>
8523 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8524 W:      http://selinuxproject.org
8525 T:      git git://git.infradead.org/users/pcmoore/selinux
8526 S:      Supported
8527 F:      include/linux/selinux*
8528 F:      security/selinux/
8529 F:      scripts/selinux/
8530
8531 APPARMOR SECURITY MODULE
8532 M:      John Johansen <john.johansen@canonical.com>
8533 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8534 W:      apparmor.wiki.kernel.org
8535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8536 S:      Supported
8537 F:      security/apparmor/
8538
8539 SENSABLE PHANTOM
8540 M:      Jiri Slaby <jirislaby@gmail.com>
8541 S:      Maintained
8542 F:      drivers/misc/phantom.c
8543 F:      include/uapi/linux/phantom.h
8544
8545 SERIAL ATA (SATA) SUBSYSTEM
8546 M:      Tejun Heo <tj@kernel.org>
8547 L:      linux-ide@vger.kernel.org
8548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8549 S:      Supported
8550 F:      drivers/ata/
8551 F:      include/linux/ata.h
8552 F:      include/linux/libata.h
8553
8554 SERIAL ATA AHCI PLATFORM devices support
8555 M:      Hans de Goede <hdegoede@redhat.com>
8556 M:      Tejun Heo <tj@kernel.org>
8557 L:      linux-ide@vger.kernel.org
8558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8559 S:      Supported
8560 F:      drivers/ata/ahci_platform.c
8561 F:      drivers/ata/libahci_platform.c
8562 F:      include/linux/ahci_platform.h
8563
8564 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8565 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8566 L:      linux-scsi@vger.kernel.org
8567 W:      http://www.emulex.com
8568 S:      Supported
8569 F:      drivers/scsi/be2iscsi/
8570
8571 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8572 M:      Sathya Perla <sathya.perla@emulex.com>
8573 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8574 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8575 L:      netdev@vger.kernel.org
8576 W:      http://www.emulex.com
8577 S:      Supported
8578 F:      drivers/net/ethernet/emulex/benet/
8579
8580 SFC NETWORK DRIVER
8581 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8582 M:      Shradha Shah <sshah@solarflare.com>
8583 L:      netdev@vger.kernel.org
8584 S:      Supported
8585 F:      drivers/net/ethernet/sfc/
8586
8587 SGI GRU DRIVER
8588 M:      Dimitri Sivanich <sivanich@sgi.com>
8589 S:      Maintained
8590 F:      drivers/misc/sgi-gru/
8591
8592 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8593 M:      Pat Gefre <pfg@sgi.com>
8594 L:      linux-ia64@vger.kernel.org
8595 S:      Supported
8596 F:      Documentation/ia64/serial.txt
8597 F:      drivers/tty/serial/ioc?_serial.c
8598 F:      include/linux/ioc?.h
8599
8600 SGI XP/XPC/XPNET DRIVER
8601 M:      Cliff Whickman <cpw@sgi.com>
8602 M:      Robin Holt <robinmholt@gmail.com>
8603 S:      Maintained
8604 F:      drivers/misc/sgi-xp/
8605
8606 SI2157 MEDIA DRIVER
8607 M:      Antti Palosaari <crope@iki.fi>
8608 L:      linux-media@vger.kernel.org
8609 W:      http://linuxtv.org/
8610 W:      http://palosaari.fi/linux/
8611 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8612 T:      git git://linuxtv.org/anttip/media_tree.git
8613 S:      Maintained
8614 F:      drivers/media/tuners/si2157*
8615
8616 SI2168 MEDIA DRIVER
8617 M:      Antti Palosaari <crope@iki.fi>
8618 L:      linux-media@vger.kernel.org
8619 W:      http://linuxtv.org/
8620 W:      http://palosaari.fi/linux/
8621 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8622 T:      git git://linuxtv.org/anttip/media_tree.git
8623 S:      Maintained
8624 F:      drivers/media/dvb-frontends/si2168*
8625
8626 SI470X FM RADIO RECEIVER I2C DRIVER
8627 M:      Hans Verkuil <hverkuil@xs4all.nl>
8628 L:      linux-media@vger.kernel.org
8629 T:      git git://linuxtv.org/media_tree.git
8630 W:      http://linuxtv.org
8631 S:      Odd Fixes
8632 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8633
8634 SI470X FM RADIO RECEIVER USB DRIVER
8635 M:      Hans Verkuil <hverkuil@xs4all.nl>
8636 L:      linux-media@vger.kernel.org
8637 T:      git git://linuxtv.org/media_tree.git
8638 W:      http://linuxtv.org
8639 S:      Maintained
8640 F:      drivers/media/radio/si470x/radio-si470x-common.c
8641 F:      drivers/media/radio/si470x/radio-si470x.h
8642 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8643
8644 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8645 M:      Eduardo Valentin <edubezval@gmail.com>
8646 L:      linux-media@vger.kernel.org
8647 T:      git git://linuxtv.org/media_tree.git
8648 W:      http://linuxtv.org
8649 S:      Odd Fixes
8650 F:      drivers/media/radio/si4713/si4713.?
8651
8652 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8653 M:      Eduardo Valentin <edubezval@gmail.com>
8654 L:      linux-media@vger.kernel.org
8655 T:      git git://linuxtv.org/media_tree.git
8656 W:      http://linuxtv.org
8657 S:      Odd Fixes
8658 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8659
8660 SI4713 FM RADIO TRANSMITTER USB DRIVER
8661 M:      Hans Verkuil <hverkuil@xs4all.nl>
8662 L:      linux-media@vger.kernel.org
8663 T:      git git://linuxtv.org/media_tree.git
8664 W:      http://linuxtv.org
8665 S:      Maintained
8666 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8667
8668 SIANO DVB DRIVER
8669 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8670 L:      linux-media@vger.kernel.org
8671 W:      http://linuxtv.org
8672 T:      git git://linuxtv.org/media_tree.git
8673 S:      Odd fixes
8674 F:      drivers/media/common/siano/
8675 F:      drivers/media/usb/siano/
8676 F:      drivers/media/usb/siano/
8677 F:      drivers/media/mmc/siano/
8678
8679 SIMPLEFB FB DRIVER
8680 M:      Hans de Goede <hdegoede@redhat.com>
8681 L:      linux-fbdev@vger.kernel.org
8682 S:      Maintained
8683 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8684 F:      drivers/video/fbdev/simplefb.c
8685 F:      include/linux/platform_data/simplefb.h
8686
8687 SH_VEU V4L2 MEM2MEM DRIVER
8688 L:      linux-media@vger.kernel.org
8689 S:      Orphan
8690 F:      drivers/media/platform/sh_veu.c
8691
8692 SH_VOU V4L2 OUTPUT DRIVER
8693 L:      linux-media@vger.kernel.org
8694 S:      Orphan
8695 F:      drivers/media/platform/sh_vou.c
8696 F:      include/media/sh_vou.h
8697
8698 SIMPLE FIRMWARE INTERFACE (SFI)
8699 M:      Len Brown <lenb@kernel.org>
8700 L:      sfi-devel@simplefirmware.org
8701 W:      http://simplefirmware.org/
8702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8703 S:      Supported
8704 F:      arch/x86/platform/sfi/
8705 F:      drivers/sfi/
8706 F:      include/linux/sfi*.h
8707
8708 SIMTEC EB110ATX (Chalice CATS)
8709 P:      Ben Dooks
8710 P:      Vincent Sanders <vince@simtec.co.uk>
8711 M:      Simtec Linux Team <linux@simtec.co.uk>
8712 W:      http://www.simtec.co.uk/products/EB110ATX/
8713 S:      Supported
8714
8715 SIMTEC EB2410ITX (BAST)
8716 P:      Ben Dooks
8717 P:      Vincent Sanders <vince@simtec.co.uk>
8718 M:      Simtec Linux Team <linux@simtec.co.uk>
8719 W:      http://www.simtec.co.uk/products/EB2410ITX/
8720 S:      Supported
8721 F:      arch/arm/mach-s3c24xx/mach-bast.c
8722 F:      arch/arm/mach-s3c24xx/bast-ide.c
8723 F:      arch/arm/mach-s3c24xx/bast-irq.c
8724
8725 TI DAVINCI MACHINE SUPPORT
8726 M:      Sekhar Nori <nsekhar@ti.com>
8727 M:      Kevin Hilman <khilman@deeprootsystems.com>
8728 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8729 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8730 S:      Supported
8731 F:      arch/arm/mach-davinci/
8732 F:      drivers/i2c/busses/i2c-davinci.c
8733
8734 TI DAVINCI SERIES MEDIA DRIVER
8735 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8736 L:      linux-media@vger.kernel.org
8737 W:      http://linuxtv.org/
8738 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8739 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8740 S:      Maintained
8741 F:      drivers/media/platform/davinci/
8742 F:      include/media/davinci/
8743
8744 SIS 190 ETHERNET DRIVER
8745 M:      Francois Romieu <romieu@fr.zoreil.com>
8746 L:      netdev@vger.kernel.org
8747 S:      Maintained
8748 F:      drivers/net/ethernet/sis/sis190.c
8749
8750 SIS 900/7016 FAST ETHERNET DRIVER
8751 M:      Daniele Venzano <venza@brownhat.org>
8752 W:      http://www.brownhat.org/sis900.html
8753 L:      netdev@vger.kernel.org
8754 S:      Maintained
8755 F:      drivers/net/ethernet/sis/sis900.*
8756
8757 SIS FRAMEBUFFER DRIVER
8758 M:      Thomas Winischhofer <thomas@winischhofer.net>
8759 W:      http://www.winischhofer.net/linuxsisvga.shtml
8760 S:      Maintained
8761 F:      Documentation/fb/sisfb.txt
8762 F:      drivers/video/fbdev/sis/
8763 F:      include/video/sisfb.h
8764
8765 SIS USB2VGA DRIVER
8766 M:      Thomas Winischhofer <thomas@winischhofer.net>
8767 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8768 S:      Maintained
8769 F:      drivers/usb/misc/sisusbvga/
8770
8771 SLAB ALLOCATOR
8772 M:      Christoph Lameter <cl@linux.com>
8773 M:      Pekka Enberg <penberg@kernel.org>
8774 M:      David Rientjes <rientjes@google.com>
8775 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8776 M:      Andrew Morton <akpm@linux-foundation.org>
8777 L:      linux-mm@kvack.org
8778 S:      Maintained
8779 F:      include/linux/sl?b*.h
8780 F:      mm/sl?b*
8781
8782 SLEEPABLE READ-COPY UPDATE (SRCU)
8783 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8784 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8785 M:      Josh Triplett <josh@joshtriplett.org>
8786 R:      Steven Rostedt <rostedt@goodmis.org>
8787 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8788 L:      linux-kernel@vger.kernel.org
8789 W:      http://www.rdrop.com/users/paulmck/RCU/
8790 S:      Supported
8791 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8792 F:      include/linux/srcu.h
8793 F:      kernel/rcu/srcu.c
8794
8795 SMACK SECURITY MODULE
8796 M:      Casey Schaufler <casey@schaufler-ca.com>
8797 L:      linux-security-module@vger.kernel.org
8798 W:      http://schaufler-ca.com
8799 T:      git git://git.gitorious.org/smack-next/kernel.git
8800 S:      Maintained
8801 F:      Documentation/security/Smack.txt
8802 F:      security/smack/
8803
8804 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8805 M:      Kevin Hilman <khilman@kernel.org>
8806 M:      Nishanth Menon <nm@ti.com>
8807 S:      Maintained
8808 F:      drivers/power/avs/
8809 F:      include/linux/power/smartreflex.h
8810 L:      linux-pm@vger.kernel.org
8811
8812 SMC91x ETHERNET DRIVER
8813 M:      Nicolas Pitre <nico@fluxnic.net>
8814 S:      Odd Fixes
8815 F:      drivers/net/ethernet/smsc/smc91x.*
8816
8817 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8818 M:      Sakari Ailus <sakari.ailus@iki.fi>
8819 L:      linux-media@vger.kernel.org
8820 S:      Maintained
8821 F:      drivers/media/i2c/smiapp/
8822 F:      include/media/smiapp.h
8823 F:      drivers/media/i2c/smiapp-pll.c
8824 F:      drivers/media/i2c/smiapp-pll.h
8825
8826 SMM665 HARDWARE MONITOR DRIVER
8827 M:      Guenter Roeck <linux@roeck-us.net>
8828 L:      lm-sensors@lm-sensors.org
8829 S:      Maintained
8830 F:      Documentation/hwmon/smm665
8831 F:      drivers/hwmon/smm665.c
8832
8833 SMSC EMC2103 HARDWARE MONITOR DRIVER
8834 M:      Steve Glendinning <steve.glendinning@shawell.net>
8835 L:      lm-sensors@lm-sensors.org
8836 S:      Maintained
8837 F:      Documentation/hwmon/emc2103
8838 F:      drivers/hwmon/emc2103.c
8839
8840 SMSC SCH5627 HARDWARE MONITOR DRIVER
8841 M:      Hans de Goede <hdegoede@redhat.com>
8842 L:      lm-sensors@lm-sensors.org
8843 S:      Supported
8844 F:      Documentation/hwmon/sch5627
8845 F:      drivers/hwmon/sch5627.c
8846
8847 SMSC47B397 HARDWARE MONITOR DRIVER
8848 M:      Jean Delvare <jdelvare@suse.de>
8849 L:      lm-sensors@lm-sensors.org
8850 S:      Maintained
8851 F:      Documentation/hwmon/smsc47b397
8852 F:      drivers/hwmon/smsc47b397.c
8853
8854 SMSC911x ETHERNET DRIVER
8855 M:      Steve Glendinning <steve.glendinning@shawell.net>
8856 L:      netdev@vger.kernel.org
8857 S:      Maintained
8858 F:      include/linux/smsc911x.h
8859 F:      drivers/net/ethernet/smsc/smsc911x.*
8860
8861 SMSC9420 PCI ETHERNET DRIVER
8862 M:      Steve Glendinning <steve.glendinning@shawell.net>
8863 L:      netdev@vger.kernel.org
8864 S:      Maintained
8865 F:      drivers/net/ethernet/smsc/smsc9420.*
8866
8867 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8868 M:      Steve Glendinning <steve.glendinning@shawell.net>
8869 L:      linux-fbdev@vger.kernel.org
8870 S:      Maintained
8871 F:      drivers/video/fbdev/smscufx.c
8872
8873 SOC-CAMERA V4L2 SUBSYSTEM
8874 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8875 L:      linux-media@vger.kernel.org
8876 T:      git git://linuxtv.org/media_tree.git
8877 S:      Maintained
8878 F:      include/media/soc*
8879 F:      drivers/media/i2c/soc_camera/
8880 F:      drivers/media/platform/soc_camera/
8881
8882 SOEKRIS NET48XX LED SUPPORT
8883 M:      Chris Boot <bootc@bootc.net>
8884 S:      Maintained
8885 F:      drivers/leds/leds-net48xx.c
8886
8887 SOFTLOGIC 6x10 MPEG CODEC
8888 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8889 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8890 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
8891 L:      linux-media@vger.kernel.org
8892 S:      Supported
8893 F:      drivers/media/pci/solo6x10/
8894
8895 SOFTWARE RAID (Multiple Disks) SUPPORT
8896 M:      Neil Brown <neilb@suse.de>
8897 L:      linux-raid@vger.kernel.org
8898 S:      Supported
8899 F:      drivers/md/
8900 F:      include/linux/raid/
8901 F:      include/uapi/linux/raid/
8902
8903 SONIC NETWORK DRIVER
8904 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8905 L:      netdev@vger.kernel.org
8906 S:      Maintained
8907 F:      drivers/net/ethernet/natsemi/sonic.*
8908
8909 SONICS SILICON BACKPLANE DRIVER (SSB)
8910 M:      Michael Buesch <m@bues.ch>
8911 L:      netdev@vger.kernel.org
8912 S:      Maintained
8913 F:      drivers/ssb/
8914 F:      include/linux/ssb/
8915
8916 SONY VAIO CONTROL DEVICE DRIVER
8917 M:      Mattia Dongili <malattia@linux.it>
8918 L:      platform-driver-x86@vger.kernel.org
8919 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8920 S:      Maintained
8921 F:      Documentation/laptops/sony-laptop.txt
8922 F:      drivers/char/sonypi.c
8923 F:      drivers/platform/x86/sony-laptop.c
8924 F:      include/linux/sony-laptop.h
8925
8926 SONY MEMORYSTICK CARD SUPPORT
8927 M:      Alex Dubov <oakad@yahoo.com>
8928 W:      http://tifmxx.berlios.de/
8929 S:      Maintained
8930 F:      drivers/memstick/host/tifm_ms.c
8931
8932 SONY MEMORYSTICK STANDARD SUPPORT
8933 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8934 S:      Maintained
8935 F:      drivers/memstick/core/ms_block.*
8936
8937 SOUND
8938 M:      Jaroslav Kysela <perex@perex.cz>
8939 M:      Takashi Iwai <tiwai@suse.de>
8940 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8941 W:      http://www.alsa-project.org/
8942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8943 T:      git git://git.alsa-project.org/alsa-kernel.git
8944 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
8945 S:      Maintained
8946 F:      Documentation/sound/
8947 F:      include/sound/
8948 F:      include/uapi/sound/
8949 F:      sound/
8950
8951 SOUND - COMPRESSED AUDIO
8952 M:      Vinod Koul <vinod.koul@intel.com>
8953 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8955 S:      Supported
8956 F:      Documentation/sound/alsa/compress_offload.txt
8957 F:      include/sound/compress_driver.h
8958 F:      include/uapi/sound/compress_*
8959 F:      sound/core/compress_offload.c
8960 F:      sound/soc/soc-compress.c
8961
8962 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8963 M:      Liam Girdwood <lgirdwood@gmail.com>
8964 M:      Mark Brown <broonie@kernel.org>
8965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8966 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8967 W:      http://alsa-project.org/main/index.php/ASoC
8968 S:      Supported
8969 F:      Documentation/sound/alsa/soc/
8970 F:      sound/soc/
8971 F:      include/sound/soc*
8972
8973 SOUND - DMAENGINE HELPERS
8974 M:      Lars-Peter Clausen <lars@metafoo.de>
8975 S:      Supported
8976 F:      include/sound/dmaengine_pcm.h
8977 F:      sound/core/pcm_dmaengine.c
8978 F:      sound/soc/soc-generic-dmaengine-pcm.c
8979
8980 SP2 MEDIA DRIVER
8981 M:      Olli Salonen <olli.salonen@iki.fi>
8982 L:      linux-media@vger.kernel.org
8983 W:      http://linuxtv.org/
8984 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8985 S:      Maintained
8986 F:      drivers/media/dvb-frontends/sp2*
8987
8988 SPARC + UltraSPARC (sparc/sparc64)
8989 M:      "David S. Miller" <davem@davemloft.net>
8990 L:      sparclinux@vger.kernel.org
8991 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
8992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8994 S:      Maintained
8995 F:      arch/sparc/
8996 F:      drivers/sbus/
8997
8998 SPARC SERIAL DRIVERS
8999 M:      "David S. Miller" <davem@davemloft.net>
9000 L:      sparclinux@vger.kernel.org
9001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9003 S:      Maintained
9004 F:      include/linux/sunserialcore.h
9005 F:      drivers/tty/serial/suncore.c
9006 F:      drivers/tty/serial/sunhv.c
9007 F:      drivers/tty/serial/sunsab.c
9008 F:      drivers/tty/serial/sunsab.h
9009 F:      drivers/tty/serial/sunsu.c
9010 F:      drivers/tty/serial/sunzilog.c
9011 F:      drivers/tty/serial/sunzilog.h
9012
9013 SPARSE CHECKER
9014 M:      "Christopher Li" <sparse@chrisli.org>
9015 L:      linux-sparse@vger.kernel.org
9016 W:      https://sparse.wiki.kernel.org/
9017 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9018 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9019 S:      Maintained
9020 F:      include/linux/compiler.h
9021
9022 SPEAR PLATFORM SUPPORT
9023 M:      Viresh Kumar <viresh.linux@gmail.com>
9024 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9025 L:      spear-devel@list.st.com
9026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9027 W:      http://www.st.com/spear
9028 S:      Maintained
9029 F:      arch/arm/mach-spear/
9030
9031 SPEAR CLOCK FRAMEWORK SUPPORT
9032 M:      Viresh Kumar <viresh.linux@gmail.com>
9033 L:      spear-devel@list.st.com
9034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9035 W:      http://www.st.com/spear
9036 S:      Maintained
9037 F:      drivers/clk/spear/
9038
9039 SPI SUBSYSTEM
9040 M:      Mark Brown <broonie@kernel.org>
9041 L:      linux-spi@vger.kernel.org
9042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9043 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9044 S:      Maintained
9045 F:      Documentation/spi/
9046 F:      drivers/spi/
9047 F:      include/linux/spi/
9048 F:      include/uapi/linux/spi/
9049
9050 SPIDERNET NETWORK DRIVER for CELL
9051 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9052 M:      Jens Osterkamp <jens@de.ibm.com>
9053 L:      netdev@vger.kernel.org
9054 S:      Supported
9055 F:      Documentation/networking/spider_net.txt
9056 F:      drivers/net/ethernet/toshiba/spider_net*
9057
9058 SPU FILE SYSTEM
9059 M:      Jeremy Kerr <jk@ozlabs.org>
9060 L:      linuxppc-dev@lists.ozlabs.org
9061 L:      cbe-oss-dev@lists.ozlabs.org
9062 W:      http://www.ibm.com/developerworks/power/cell/
9063 S:      Supported
9064 F:      Documentation/filesystems/spufs.txt
9065 F:      arch/powerpc/platforms/cell/spufs/
9066
9067 SQUASHFS FILE SYSTEM
9068 M:      Phillip Lougher <phillip@squashfs.org.uk>
9069 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9070 W:      http://squashfs.org.uk
9071 S:      Maintained
9072 F:      Documentation/filesystems/squashfs.txt
9073 F:      fs/squashfs/
9074
9075 SRM (Alpha) environment access
9076 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9077 S:      Maintained
9078 F:      arch/alpha/kernel/srm_env.c
9079
9080 STABLE BRANCH
9081 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9082 L:      stable@vger.kernel.org
9083 S:      Supported
9084 F:      Documentation/stable_kernel_rules.txt
9085
9086 STAGING SUBSYSTEM
9087 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9089 L:      devel@driverdev.osuosl.org
9090 S:      Supported
9091 F:      drivers/staging/
9092
9093 STAGING - COMEDI
9094 M:      Ian Abbott <abbotti@mev.co.uk>
9095 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9096 S:      Odd Fixes
9097 F:      drivers/staging/comedi/
9098
9099 STAGING - FLARION FT1000 DRIVERS
9100 M:      Marek Belisko <marek.belisko@gmail.com>
9101 S:      Odd Fixes
9102 F:      drivers/staging/ft1000/
9103
9104 STAGING - INDUSTRIAL IO
9105 M:      Jonathan Cameron <jic23@kernel.org>
9106 L:      linux-iio@vger.kernel.org
9107 S:      Odd Fixes
9108 F:      drivers/staging/iio/
9109
9110 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9111 M:      Jarod Wilson <jarod@wilsonet.com>
9112 W:      http://www.lirc.org/
9113 S:      Odd Fixes
9114 F:      drivers/staging/media/lirc/
9115
9116 STAGING - LUSTRE PARALLEL FILESYSTEM
9117 M:      Oleg Drokin <oleg.drokin@intel.com>
9118 M:      Andreas Dilger <andreas.dilger@intel.com>
9119 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9120 W:      http://lustre.opensfs.org/
9121 S:      Maintained
9122 F:      drivers/staging/lustre
9123
9124 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9125 M:      Julian Andres Klode <jak@jak-linux.org>
9126 M:      Marc Dietrich <marvin24@gmx.de>
9127 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9128 L:      linux-tegra@vger.kernel.org
9129 S:      Maintained
9130 F:      drivers/staging/nvec/
9131
9132 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9133 M:      Jens Frederich <jfrederich@gmail.com>
9134 M:      Daniel Drake <dsd@laptop.org>
9135 M:      Jon Nettleton <jon.nettleton@gmail.com>
9136 W:      http://wiki.laptop.org/go/DCON
9137 S:      Maintained
9138 F:      drivers/staging/olpc_dcon/
9139
9140 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9141 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9142 S:      Maintained
9143 F:      drivers/staging/ozwpan/
9144
9145 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9146 M:      Willy Tarreau <willy@meta-x.org>
9147 S:      Odd Fixes
9148 F:      drivers/staging/panel/
9149
9150 STAGING - REALTEK RTL8712U DRIVERS
9151 M:      Larry Finger <Larry.Finger@lwfinger.net>
9152 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9153 S:      Odd Fixes
9154 F:      drivers/staging/rtl8712/
9155
9156 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9157 M:      Larry Finger <Larry.Finger@lwfinger.net>
9158 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9159 L:      linux-wireless@vger.kernel.org
9160 S:      Maintained
9161 F:      drivers/staging/rtl8723au/
9162
9163 STAGING - SLICOSS
9164 M:      Lior Dotan <liodot@gmail.com>
9165 M:      Christopher Harrer <charrer@alacritech.com>
9166 S:      Odd Fixes
9167 F:      drivers/staging/slicoss/
9168
9169 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9170 M:      William Hubbs <w.d.hubbs@gmail.com>
9171 M:      Chris Brannon <chris@the-brannons.com>
9172 M:      Kirk Reiser <kirk@reisers.ca>
9173 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9174 L:      speakup@linux-speakup.org
9175 W:      http://www.linux-speakup.org/
9176 S:      Odd Fixes
9177 F:      drivers/staging/speakup/
9178
9179 STAGING - VIA VT665X DRIVERS
9180 M:      Forest Bond <forest@alittletooquiet.net>
9181 S:      Odd Fixes
9182 F:      drivers/staging/vt665?/
9183
9184 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9185 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9186 S:      Odd Fixes
9187 F:      drivers/staging/xgifb/
9188
9189 STARFIRE/DURALAN NETWORK DRIVER
9190 M:      Ion Badulescu <ionut@badula.org>
9191 S:      Odd Fixes
9192 F:      drivers/net/ethernet/adaptec/starfire*
9193
9194 SUN3/3X
9195 M:      Sam Creasey <sammy@sammy.net>
9196 W:      http://sammy.net/sun3/
9197 S:      Maintained
9198 F:      arch/m68k/kernel/*sun3*
9199 F:      arch/m68k/sun3*/
9200 F:      arch/m68k/include/asm/sun3*
9201 F:      drivers/net/ethernet/i825xx/sun3*
9202
9203 SUNDANCE NETWORK DRIVER
9204 M:      Denis Kirjanov <kda@linux-powerpc.org>
9205 L:      netdev@vger.kernel.org
9206 S:      Maintained
9207 F:      drivers/net/ethernet/dlink/sundance.c
9208
9209 SUPERH
9210 L:      linux-sh@vger.kernel.org
9211 W:      http://www.linux-sh.org
9212 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9213 S:      Orphan
9214 F:      Documentation/sh/
9215 F:      arch/sh/
9216 F:      drivers/sh/
9217
9218 SUSPEND TO RAM
9219 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9220 M:      Len Brown <len.brown@intel.com>
9221 M:      Pavel Machek <pavel@ucw.cz>
9222 L:      linux-pm@vger.kernel.org
9223 S:      Supported
9224 F:      Documentation/power/
9225 F:      arch/x86/kernel/acpi/
9226 F:      drivers/base/power/
9227 F:      kernel/power/
9228 F:      include/linux/suspend.h
9229 F:      include/linux/freezer.h
9230 F:      include/linux/pm.h
9231
9232 SVGA HANDLING
9233 M:      Martin Mares <mj@ucw.cz>
9234 L:      linux-video@atrey.karlin.mff.cuni.cz
9235 S:      Maintained
9236 F:      Documentation/svga.txt
9237 F:      arch/x86/boot/video*
9238
9239 SWIOTLB SUBSYSTEM
9240 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9241 L:      linux-kernel@vger.kernel.org
9242 S:      Supported
9243 F:      lib/swiotlb.c
9244 F:      arch/*/kernel/pci-swiotlb.c
9245 F:      include/linux/swiotlb.h
9246
9247 SWITCHDEV
9248 M:      Jiri Pirko <jiri@resnulli.us>
9249 L:      netdev@vger.kernel.org
9250 S:      Supported
9251 F:      net/switchdev/
9252 F:      include/net/switchdev.h
9253
9254 SYNOPSYS ARC ARCHITECTURE
9255 M:      Vineet Gupta <vgupta@synopsys.com>
9256 S:      Supported
9257 F:      arch/arc/
9258 F:      Documentation/devicetree/bindings/arc/
9259 F:      drivers/tty/serial/arc_uart.c
9260
9261 SYSV FILESYSTEM
9262 M:      Christoph Hellwig <hch@infradead.org>
9263 S:      Maintained
9264 F:      Documentation/filesystems/sysv-fs.txt
9265 F:      fs/sysv/
9266 F:      include/linux/sysv_fs.h
9267
9268 TARGET SUBSYSTEM
9269 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9270 L:      linux-scsi@vger.kernel.org
9271 L:      target-devel@vger.kernel.org
9272 W:      http://www.linux-iscsi.org
9273 W:      http://groups.google.com/group/linux-iscsi-target-dev
9274 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9275 S:      Supported
9276 F:      drivers/target/
9277 F:      include/target/
9278 F:      Documentation/target/
9279
9280 TASKSTATS STATISTICS INTERFACE
9281 M:      Balbir Singh <bsingharora@gmail.com>
9282 S:      Maintained
9283 F:      Documentation/accounting/taskstats*
9284 F:      include/linux/taskstats*
9285 F:      kernel/taskstats.c
9286
9287 TC CLASSIFIER
9288 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9289 L:      netdev@vger.kernel.org
9290 S:      Maintained
9291 F:      include/net/pkt_cls.h
9292 F:      include/uapi/linux/pkt_cls.h
9293 F:      net/sched/
9294
9295 TCP LOW PRIORITY MODULE
9296 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9297 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9298 W:      http://tcp-lp-mod.sourceforge.net/
9299 S:      Maintained
9300 F:      net/ipv4/tcp_lp.c
9301
9302 TDA10071 MEDIA DRIVER
9303 M:      Antti Palosaari <crope@iki.fi>
9304 L:      linux-media@vger.kernel.org
9305 W:      http://linuxtv.org/
9306 W:      http://palosaari.fi/linux/
9307 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9308 T:      git git://linuxtv.org/anttip/media_tree.git
9309 S:      Maintained
9310 F:      drivers/media/dvb-frontends/tda10071*
9311
9312 TDA18212 MEDIA DRIVER
9313 M:      Antti Palosaari <crope@iki.fi>
9314 L:      linux-media@vger.kernel.org
9315 W:      http://linuxtv.org/
9316 W:      http://palosaari.fi/linux/
9317 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9318 T:      git git://linuxtv.org/anttip/media_tree.git
9319 S:      Maintained
9320 F:      drivers/media/tuners/tda18212*
9321
9322 TDA18218 MEDIA DRIVER
9323 M:      Antti Palosaari <crope@iki.fi>
9324 L:      linux-media@vger.kernel.org
9325 W:      http://linuxtv.org/
9326 W:      http://palosaari.fi/linux/
9327 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9328 T:      git git://linuxtv.org/anttip/media_tree.git
9329 S:      Maintained
9330 F:      drivers/media/tuners/tda18218*
9331
9332 TDA18271 MEDIA DRIVER
9333 M:      Michael Krufky <mkrufky@linuxtv.org>
9334 L:      linux-media@vger.kernel.org
9335 W:      http://linuxtv.org/
9336 W:      http://github.com/mkrufky
9337 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9338 T:      git git://linuxtv.org/mkrufky/tuners.git
9339 S:      Maintained
9340 F:      drivers/media/tuners/tda18271*
9341
9342 TDA827x MEDIA DRIVER
9343 M:      Michael Krufky <mkrufky@linuxtv.org>
9344 L:      linux-media@vger.kernel.org
9345 W:      http://linuxtv.org/
9346 W:      http://github.com/mkrufky
9347 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9348 T:      git git://linuxtv.org/mkrufky/tuners.git
9349 S:      Maintained
9350 F:      drivers/media/tuners/tda8290.*
9351
9352 TDA8290 MEDIA DRIVER
9353 M:      Michael Krufky <mkrufky@linuxtv.org>
9354 L:      linux-media@vger.kernel.org
9355 W:      http://linuxtv.org/
9356 W:      http://github.com/mkrufky
9357 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9358 T:      git git://linuxtv.org/mkrufky/tuners.git
9359 S:      Maintained
9360 F:      drivers/media/tuners/tda8290.*
9361
9362 TDA9840 MEDIA DRIVER
9363 M:      Hans Verkuil <hverkuil@xs4all.nl>
9364 L:      linux-media@vger.kernel.org
9365 T:      git git://linuxtv.org/media_tree.git
9366 W:      http://linuxtv.org
9367 S:      Maintained
9368 F:      drivers/media/i2c/tda9840*
9369
9370 TEA5761 TUNER DRIVER
9371 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9372 L:      linux-media@vger.kernel.org
9373 W:      http://linuxtv.org
9374 T:      git git://linuxtv.org/media_tree.git
9375 S:      Odd fixes
9376 F:      drivers/media/tuners/tea5761.*
9377
9378 TEA5767 TUNER DRIVER
9379 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9380 L:      linux-media@vger.kernel.org
9381 W:      http://linuxtv.org
9382 T:      git git://linuxtv.org/media_tree.git
9383 S:      Maintained
9384 F:      drivers/media/tuners/tea5767.*
9385
9386 TEA6415C MEDIA DRIVER
9387 M:      Hans Verkuil <hverkuil@xs4all.nl>
9388 L:      linux-media@vger.kernel.org
9389 T:      git git://linuxtv.org/media_tree.git
9390 W:      http://linuxtv.org
9391 S:      Maintained
9392 F:      drivers/media/i2c/tea6415c*
9393
9394 TEA6420 MEDIA DRIVER
9395 M:      Hans Verkuil <hverkuil@xs4all.nl>
9396 L:      linux-media@vger.kernel.org
9397 T:      git git://linuxtv.org/media_tree.git
9398 W:      http://linuxtv.org
9399 S:      Maintained
9400 F:      drivers/media/i2c/tea6420*
9401
9402 TEAM DRIVER
9403 M:      Jiri Pirko <jiri@resnulli.us>
9404 L:      netdev@vger.kernel.org
9405 S:      Supported
9406 F:      drivers/net/team/
9407 F:      include/linux/if_team.h
9408 F:      include/uapi/linux/if_team.h
9409
9410 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9411 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9412 S:      Maintained
9413 F:      arch/x86/platform/ts5500/
9414
9415 TECHNOTREND USB IR RECEIVER
9416 M:      Sean Young <sean@mess.org>
9417 L:      linux-media@vger.kernel.org
9418 S:      Maintained
9419 F:      drivers/media/rc/ttusbir.c
9420
9421 TEGRA ARCHITECTURE SUPPORT
9422 M:      Stephen Warren <swarren@wwwdotorg.org>
9423 M:      Thierry Reding <thierry.reding@gmail.com>
9424 M:      Alexandre Courbot <gnurou@gmail.com>
9425 L:      linux-tegra@vger.kernel.org
9426 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9428 S:      Supported
9429 N:      [^a-z]tegra
9430
9431 TEGRA CLOCK DRIVER
9432 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9433 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9434 S:      Supported
9435 F:      drivers/clk/tegra/
9436
9437 TEGRA DMA DRIVER
9438 M:      Laxman Dewangan <ldewangan@nvidia.com>
9439 S:      Supported
9440 F:      drivers/dma/tegra20-apb-dma.c
9441
9442 TEGRA I2C DRIVER
9443 M:      Laxman Dewangan <ldewangan@nvidia.com>
9444 S:      Supported
9445 F:      drivers/i2c/busses/i2c-tegra.c
9446
9447 TEGRA IOMMU DRIVERS
9448 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9449 S:      Supported
9450 F:      drivers/iommu/tegra*
9451
9452 TEGRA KBC DRIVER
9453 M:      Rakesh Iyer <riyer@nvidia.com>
9454 M:      Laxman Dewangan <ldewangan@nvidia.com>
9455 S:      Supported
9456 F:      drivers/input/keyboard/tegra-kbc.c
9457
9458 TEGRA PWM DRIVER
9459 M:      Thierry Reding <thierry.reding@gmail.com>
9460 S:      Supported
9461 F:      drivers/pwm/pwm-tegra.c
9462
9463 TEGRA SERIAL DRIVER
9464 M:      Laxman Dewangan <ldewangan@nvidia.com>
9465 S:      Supported
9466 F:      drivers/tty/serial/serial-tegra.c
9467
9468 TEGRA SPI DRIVER
9469 M:      Laxman Dewangan <ldewangan@nvidia.com>
9470 S:      Supported
9471 F:      drivers/spi/spi-tegra*
9472
9473 TEHUTI ETHERNET DRIVER
9474 M:      Andy Gospodarek <andy@greyhouse.net>
9475 L:      netdev@vger.kernel.org
9476 S:      Supported
9477 F:      drivers/net/ethernet/tehuti/*
9478
9479 Telecom Clock Driver for MCPL0010
9480 M:      Mark Gross <mark.gross@intel.com>
9481 S:      Supported
9482 F:      drivers/char/tlclk.c
9483
9484 TENSILICA XTENSA PORT (xtensa)
9485 M:      Chris Zankel <chris@zankel.net>
9486 M:      Max Filippov <jcmvbkbc@gmail.com>
9487 L:      linux-xtensa@linux-xtensa.org
9488 S:      Maintained
9489 F:      arch/xtensa/
9490 F:      drivers/irqchip/irq-xtensa-*
9491
9492 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9493 M:      Hans Verkuil <hverkuil@xs4all.nl>
9494 L:      linux-media@vger.kernel.org
9495 T:      git git://linuxtv.org/media_tree.git
9496 W:      http://linuxtv.org
9497 S:      Maintained
9498 F:      drivers/media/radio/radio-raremono.c
9499
9500 THERMAL
9501 M:      Zhang Rui <rui.zhang@intel.com>
9502 M:      Eduardo Valentin <edubezval@gmail.com>
9503 L:      linux-pm@vger.kernel.org
9504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9506 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9507 S:      Supported
9508 F:      drivers/thermal/
9509 F:      include/linux/thermal.h
9510 F:      include/uapi/linux/thermal.h
9511 F:      include/linux/cpu_cooling.h
9512 F:      Documentation/devicetree/bindings/thermal/
9513
9514 THINGM BLINK(1) USB RGB LED DRIVER
9515 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9516 S:      Maintained
9517 F:      drivers/hid/hid-thingm.c
9518
9519 THINKPAD ACPI EXTRAS DRIVER
9520 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9521 L:      ibm-acpi-devel@lists.sourceforge.net
9522 L:      platform-driver-x86@vger.kernel.org
9523 W:      http://ibm-acpi.sourceforge.net
9524 W:      http://thinkwiki.org/wiki/Ibm-acpi
9525 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9526 S:      Maintained
9527 F:      drivers/platform/x86/thinkpad_acpi.c
9528
9529 TI BANDGAP AND THERMAL DRIVER
9530 M:      Eduardo Valentin <edubezval@gmail.com>
9531 L:      linux-pm@vger.kernel.org
9532 S:      Supported
9533 F:      drivers/thermal/ti-soc-thermal/
9534
9535 TI CLOCK DRIVER
9536 M:      Tero Kristo <t-kristo@ti.com>
9537 L:      linux-omap@vger.kernel.org
9538 S:      Maintained
9539 F:      drivers/clk/ti/
9540 F:      include/linux/clk/ti.h
9541
9542 TI FLASH MEDIA INTERFACE DRIVER
9543 M:      Alex Dubov <oakad@yahoo.com>
9544 S:      Maintained
9545 F:      drivers/misc/tifm*
9546 F:      drivers/mmc/host/tifm_sd.c
9547 F:      include/linux/tifm.h
9548
9549 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9550 M:      Santosh Shilimkar <ssantosh@kernel.org>
9551 L:      linux-kernel@vger.kernel.org
9552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9553 S:      Maintained
9554 F:      drivers/soc/ti/*
9555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9556
9557
9558 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9559 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9560 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9561 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9562 S:      Maintained
9563 F:      sound/soc/codecs/lm49453*
9564 F:      sound/soc/codecs/isabelle*
9565
9566 TI LP855x BACKLIGHT DRIVER
9567 M:      Milo Kim <milo.kim@ti.com>
9568 S:      Maintained
9569 F:      Documentation/backlight/lp855x-driver.txt
9570 F:      drivers/video/backlight/lp855x_bl.c
9571 F:      include/linux/platform_data/lp855x.h
9572
9573 TI LP8727 CHARGER DRIVER
9574 M:      Milo Kim <milo.kim@ti.com>
9575 S:      Maintained
9576 F:      drivers/power/lp8727_charger.c
9577 F:      include/linux/platform_data/lp8727.h
9578
9579 TI LP8788 MFD DRIVER
9580 M:      Milo Kim <milo.kim@ti.com>
9581 S:      Maintained
9582 F:      drivers/iio/adc/lp8788_adc.c
9583 F:      drivers/leds/leds-lp8788.c
9584 F:      drivers/mfd/lp8788*.c
9585 F:      drivers/power/lp8788-charger.c
9586 F:      drivers/regulator/lp8788-*.c
9587 F:      include/linux/mfd/lp8788*.h
9588
9589 TI TWL4030 SERIES SOC CODEC DRIVER
9590 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9591 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9592 S:      Maintained
9593 F:      sound/soc/codecs/twl4030*
9594
9595 TI WILINK WIRELESS DRIVERS
9596 L:      linux-wireless@vger.kernel.org
9597 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9598 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9600 S:      Orphan
9601 F:      drivers/net/wireless/ti/
9602 F:      include/linux/wl12xx.h
9603
9604 TIPC NETWORK LAYER
9605 M:      Jon Maloy <jon.maloy@ericsson.com>
9606 M:      Allan Stephens <allan.stephens@windriver.com>
9607 L:      netdev@vger.kernel.org (core kernel code)
9608 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9609 W:      http://tipc.sourceforge.net/
9610 S:      Maintained
9611 F:      include/uapi/linux/tipc*.h
9612 F:      net/tipc/
9613
9614 TILE ARCHITECTURE
9615 M:      Chris Metcalf <cmetcalf@ezchip.com>
9616 W:      http://www.tilera.com/scm/
9617 S:      Supported
9618 F:      arch/tile/
9619 F:      drivers/char/tile-srom.c
9620 F:      drivers/edac/tile_edac.c
9621 F:      drivers/net/ethernet/tile/
9622 F:      drivers/rtc/rtc-tile.c
9623 F:      drivers/tty/hvc/hvc_tile.c
9624 F:      drivers/tty/serial/tilegx.c
9625 F:      drivers/usb/host/*-tilegx.c
9626 F:      include/linux/usb/tilegx.h
9627
9628 TLAN NETWORK DRIVER
9629 M:      Samuel Chessman <chessman@tux.org>
9630 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9631 W:      http://sourceforge.net/projects/tlan/
9632 S:      Maintained
9633 F:      Documentation/networking/tlan.txt
9634 F:      drivers/net/ethernet/ti/tlan.*
9635
9636 TOMOYO SECURITY MODULE
9637 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9638 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9639 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9640 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9641 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9642 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9643 W:      http://tomoyo.sourceforge.jp/
9644 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9645 S:      Maintained
9646 F:      security/tomoyo/
9647
9648 TOPSTAR LAPTOP EXTRAS DRIVER
9649 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9650 L:      platform-driver-x86@vger.kernel.org
9651 S:      Maintained
9652 F:      drivers/platform/x86/topstar-laptop.c
9653
9654 TOSHIBA ACPI EXTRAS DRIVER
9655 L:      platform-driver-x86@vger.kernel.org
9656 S:      Orphan
9657 F:      drivers/platform/x86/toshiba_acpi.c
9658
9659 TOSHIBA SMM DRIVER
9660 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9661 L:      tlinux-users@tce.toshiba-dme.co.jp
9662 W:      http://www.buzzard.org.uk/toshiba/
9663 S:      Maintained
9664 F:      drivers/char/toshiba.c
9665 F:      include/linux/toshiba.h
9666 F:      include/uapi/linux/toshiba.h
9667
9668 TMIO MMC DRIVER
9669 M:      Ian Molton <ian.molton@codethink.co.uk>
9670 L:      linux-mmc@vger.kernel.org
9671 S:      Maintained
9672 F:      drivers/mmc/host/tmio_mmc*
9673 F:      drivers/mmc/host/sh_mobile_sdhi.c
9674 F:      include/linux/mmc/tmio.h
9675 F:      include/linux/mmc/sh_mobile_sdhi.h
9676
9677 TMP401 HARDWARE MONITOR DRIVER
9678 M:      Guenter Roeck <linux@roeck-us.net>
9679 L:      lm-sensors@lm-sensors.org
9680 S:      Maintained
9681 F:      Documentation/hwmon/tmp401
9682 F:      drivers/hwmon/tmp401.c
9683
9684 TMPFS (SHMEM FILESYSTEM)
9685 M:      Hugh Dickins <hughd@google.com>
9686 L:      linux-mm@kvack.org
9687 S:      Maintained
9688 F:      include/linux/shmem_fs.h
9689 F:      mm/shmem.c
9690
9691 TM6000 VIDEO4LINUX DRIVER
9692 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9693 L:      linux-media@vger.kernel.org
9694 W:      http://linuxtv.org
9695 T:      git git://linuxtv.org/media_tree.git
9696 S:      Odd fixes
9697 F:      drivers/media/usb/tm6000/
9698
9699 TW68 VIDEO4LINUX DRIVER
9700 M:      Hans Verkuil <hverkuil@xs4all.nl>
9701 L:      linux-media@vger.kernel.org
9702 T:      git git://linuxtv.org/media_tree.git
9703 W:      http://linuxtv.org
9704 S:      Odd Fixes
9705 F:      drivers/media/pci/tw68/
9706
9707 TPM DEVICE DRIVER
9708 M:      Peter Huewe <peterhuewe@gmx.de>
9709 M:      Ashley Lai <ashley@ashleylai.com>
9710 M:      Marcel Selhorst <tpmdd@selhorst.net>
9711 W:      http://tpmdd.sourceforge.net
9712 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9713 S:      Maintained
9714 F:      drivers/char/tpm/
9715
9716 TRACING
9717 M:      Steven Rostedt <rostedt@goodmis.org>
9718 M:      Ingo Molnar <mingo@redhat.com>
9719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9720 S:      Maintained
9721 F:      Documentation/trace/ftrace.txt
9722 F:      arch/*/*/*/ftrace.h
9723 F:      arch/*/kernel/ftrace.c
9724 F:      include/*/ftrace.h
9725 F:      include/linux/trace*.h
9726 F:      include/trace/
9727 F:      kernel/trace/
9728 F:      tools/testing/selftests/ftrace/
9729
9730 TRIVIAL PATCHES
9731 M:      Jiri Kosina <trivial@kernel.org>
9732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9733 S:      Maintained
9734 K:      ^Subject:.*(?i)trivial
9735
9736 TTY LAYER
9737 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9738 M:      Jiri Slaby <jslaby@suse.cz>
9739 S:      Supported
9740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9741 F:      drivers/tty/
9742 F:      drivers/tty/serial/serial_core.c
9743 F:      include/linux/serial_core.h
9744 F:      include/linux/serial.h
9745 F:      include/linux/tty.h
9746 F:      include/uapi/linux/serial_core.h
9747 F:      include/uapi/linux/serial.h
9748 F:      include/uapi/linux/tty.h
9749
9750 TUA9001 MEDIA DRIVER
9751 M:      Antti Palosaari <crope@iki.fi>
9752 L:      linux-media@vger.kernel.org
9753 W:      http://linuxtv.org/
9754 W:      http://palosaari.fi/linux/
9755 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9756 T:      git git://linuxtv.org/anttip/media_tree.git
9757 S:      Maintained
9758 F:      drivers/media/tuners/tua9001*
9759
9760 TULIP NETWORK DRIVERS
9761 M:      Grant Grundler <grundler@parisc-linux.org>
9762 L:      netdev@vger.kernel.org
9763 S:      Maintained
9764 F:      drivers/net/ethernet/dec/tulip/
9765
9766 TUN/TAP driver
9767 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9768 W:      http://vtun.sourceforge.net/tun
9769 S:      Maintained
9770 F:      Documentation/networking/tuntap.txt
9771 F:      arch/um/os-Linux/drivers/
9772
9773 TURBOCHANNEL SUBSYSTEM
9774 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9775 M:      Ralf Baechle <ralf@linux-mips.org>
9776 L:      linux-mips@linux-mips.org
9777 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9778 S:      Maintained
9779 F:      drivers/tc/
9780 F:      include/linux/tc.h
9781
9782 U14-34F SCSI DRIVER
9783 M:      Dario Ballabio <ballabio_dario@emc.com>
9784 L:      linux-scsi@vger.kernel.org
9785 S:      Maintained
9786 F:      drivers/scsi/u14-34f.c
9787
9788 UBI FILE SYSTEM (UBIFS)
9789 M:      Artem Bityutskiy <dedekind1@gmail.com>
9790 M:      Adrian Hunter <adrian.hunter@intel.com>
9791 L:      linux-mtd@lists.infradead.org
9792 T:      git git://git.infradead.org/ubifs-2.6.git
9793 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9794 S:      Maintained
9795 F:      Documentation/filesystems/ubifs.txt
9796 F:      fs/ubifs/
9797
9798 UCLINUX (AND M68KNOMMU)
9799 M:      Greg Ungerer <gerg@uclinux.org>
9800 W:      http://www.uclinux.org/
9801 L:      uclinux-dev@uclinux.org  (subscribers-only)
9802 S:      Maintained
9803 F:      arch/m68k/*/*_no.*
9804 F:      arch/m68k/include/asm/*_no.*
9805
9806 UDF FILESYSTEM
9807 M:      Jan Kara <jack@suse.cz>
9808 S:      Maintained
9809 F:      Documentation/filesystems/udf.txt
9810 F:      fs/udf/
9811
9812 UFS FILESYSTEM
9813 M:      Evgeniy Dushistov <dushistov@mail.ru>
9814 S:      Maintained
9815 F:      Documentation/filesystems/ufs.txt
9816 F:      fs/ufs/
9817
9818 UHID USERSPACE HID IO DRIVER:
9819 M:      David Herrmann <dh.herrmann@googlemail.com>
9820 L:      linux-input@vger.kernel.org
9821 S:      Maintained
9822 F:      drivers/hid/uhid.c
9823 F:      include/uapi/linux/uhid.h
9824
9825 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9826 L:      linux-usb@vger.kernel.org
9827 S:      Orphan
9828 F:      drivers/uwb/
9829 F:      include/linux/uwb.h
9830 F:      include/linux/uwb/
9831
9832 UNICORE32 ARCHITECTURE:
9833 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9834 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9835 S:      Maintained
9836 T:      git git://github.com/gxt/linux.git
9837 F:      arch/unicore32/
9838
9839 UNIFDEF
9840 M:      Tony Finch <dot@dotat.at>
9841 W:      http://dotat.at/prog/unifdef
9842 S:      Maintained
9843 F:      scripts/unifdef.c
9844
9845 UNIFORM CDROM DRIVER
9846 M:      Jens Axboe <axboe@kernel.dk>
9847 W:      http://www.kernel.dk
9848 S:      Maintained
9849 F:      Documentation/cdrom/
9850 F:      drivers/cdrom/cdrom.c
9851 F:      include/linux/cdrom.h
9852 F:      include/uapi/linux/cdrom.h
9853
9854 UNISYS S-PAR DRIVERS
9855 M:     Benjamin Romer <benjamin.romer@unisys.com>
9856 M:     David Kershner <david.kershner@unisys.com>
9857 L:     sparmaintainer@unisys.com (Unisys internal)
9858 S:     Supported
9859 F:     drivers/staging/unisys/
9860
9861 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9862 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9863 L:      linux-scsi@vger.kernel.org
9864 S:      Supported
9865 F:      Documentation/scsi/ufs.txt
9866 F:      drivers/scsi/ufs/
9867
9868 UNSORTED BLOCK IMAGES (UBI)
9869 M:      Artem Bityutskiy <dedekind1@gmail.com>
9870 W:      http://www.linux-mtd.infradead.org/
9871 L:      linux-mtd@lists.infradead.org
9872 T:      git git://git.infradead.org/ubifs-2.6.git
9873 S:      Maintained
9874 F:      drivers/mtd/ubi/
9875 F:      include/linux/mtd/ubi.h
9876 F:      include/uapi/mtd/ubi-user.h
9877
9878 UNSORTED BLOCK IMAGES (UBI) Fastmap
9879 M:      Richard Weinberger <richard@nod.at>
9880 L:      linux-mtd@lists.infradead.org
9881 S:      Maintained
9882 F:      drivers/mtd/ubi/fastmap.c
9883
9884 USB ACM DRIVER
9885 M:      Oliver Neukum <oliver@neukum.org>
9886 L:      linux-usb@vger.kernel.org
9887 S:      Maintained
9888 F:      Documentation/usb/acm.txt
9889 F:      drivers/usb/class/cdc-acm.*
9890
9891 USB AR5523 WIRELESS DRIVER
9892 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9893 L:      linux-wireless@vger.kernel.org
9894 S:      Maintained
9895 F:      drivers/net/wireless/ath/ar5523/
9896
9897 USB ATTACHED SCSI
9898 M:      Hans de Goede <hdegoede@redhat.com>
9899 M:      Gerd Hoffmann <kraxel@redhat.com>
9900 L:      linux-usb@vger.kernel.org
9901 L:      linux-scsi@vger.kernel.org
9902 S:      Maintained
9903 F:      drivers/usb/storage/uas.c
9904
9905 USB CDC ETHERNET DRIVER
9906 M:      Oliver Neukum <oliver@neukum.org>
9907 L:      linux-usb@vger.kernel.org
9908 S:      Maintained
9909 F:      drivers/net/usb/cdc_*.c
9910 F:      include/uapi/linux/usb/cdc.h
9911
9912 USB CYPRESS C67X00 DRIVER
9913 M:      Peter Korsgaard <jacmet@sunsite.dk>
9914 L:      linux-usb@vger.kernel.org
9915 S:      Maintained
9916 F:      drivers/usb/c67x00/
9917
9918 USB DAVICOM DM9601 DRIVER
9919 M:      Peter Korsgaard <jacmet@sunsite.dk>
9920 L:      netdev@vger.kernel.org
9921 W:      http://www.linux-usb.org/usbnet
9922 S:      Maintained
9923 F:      drivers/net/usb/dm9601.c
9924
9925 USB DIAMOND RIO500 DRIVER
9926 M:      Cesar Miquel <miquel@df.uba.ar>
9927 L:      rio500-users@lists.sourceforge.net
9928 W:      http://rio500.sourceforge.net
9929 S:      Maintained
9930 F:      drivers/usb/misc/rio500*
9931
9932 USB EHCI DRIVER
9933 M:      Alan Stern <stern@rowland.harvard.edu>
9934 L:      linux-usb@vger.kernel.org
9935 S:      Maintained
9936 F:      Documentation/usb/ehci.txt
9937 F:      drivers/usb/host/ehci*
9938
9939 USB GADGET/PERIPHERAL SUBSYSTEM
9940 M:      Felipe Balbi <balbi@ti.com>
9941 L:      linux-usb@vger.kernel.org
9942 W:      http://www.linux-usb.org/gadget
9943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9944 S:      Maintained
9945 F:      drivers/usb/gadget/
9946 F:      include/linux/usb/gadget*
9947
9948 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9949 M:      Jiri Kosina <jkosina@suse.cz>
9950 L:      linux-usb@vger.kernel.org
9951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9952 S:      Maintained
9953 F:      Documentation/hid/hiddev.txt
9954 F:      drivers/hid/usbhid/
9955
9956 USB ISP116X DRIVER
9957 M:      Olav Kongas <ok@artecdesign.ee>
9958 L:      linux-usb@vger.kernel.org
9959 S:      Maintained
9960 F:      drivers/usb/host/isp116x*
9961 F:      include/linux/usb/isp116x.h
9962
9963 USB MASS STORAGE DRIVER
9964 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9965 L:      linux-usb@vger.kernel.org
9966 L:      usb-storage@lists.one-eyed-alien.net
9967 S:      Maintained
9968 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9969 F:      drivers/usb/storage/
9970
9971 USB MIDI DRIVER
9972 M:      Clemens Ladisch <clemens@ladisch.de>
9973 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9974 T:      git git://git.alsa-project.org/alsa-kernel.git
9975 S:      Maintained
9976 F:      sound/usb/midi.*
9977
9978 USB NETWORKING DRIVERS
9979 L:      linux-usb@vger.kernel.org
9980 S:      Odd Fixes
9981 F:      drivers/net/usb/
9982
9983 USB OHCI DRIVER
9984 M:      Alan Stern <stern@rowland.harvard.edu>
9985 L:      linux-usb@vger.kernel.org
9986 S:      Maintained
9987 F:      Documentation/usb/ohci.txt
9988 F:      drivers/usb/host/ohci*
9989
9990 USB OVER IP DRIVER
9991 M:      Valentina Manea <valentina.manea.m@gmail.com>
9992 M:      Shuah Khan <shuah.kh@samsung.com>
9993 L:      linux-usb@vger.kernel.org
9994 S:      Maintained
9995 F:      drivers/usb/usbip/
9996 F:      tools/usb/usbip/
9997
9998 USB PEGASUS DRIVER
9999 M:      Petko Manolov <petkan@nucleusys.com>
10000 L:      linux-usb@vger.kernel.org
10001 L:      netdev@vger.kernel.org
10002 T:      git git://github.com/petkan/pegasus.git
10003 W:      https://github.com/petkan/pegasus
10004 S:      Maintained
10005 F:      drivers/net/usb/pegasus.*
10006
10007 USB PHY LAYER
10008 M:      Felipe Balbi <balbi@ti.com>
10009 L:      linux-usb@vger.kernel.org
10010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10011 S:      Maintained
10012 F:      drivers/usb/phy/
10013
10014 USB PRINTER DRIVER (usblp)
10015 M:      Pete Zaitcev <zaitcev@redhat.com>
10016 L:      linux-usb@vger.kernel.org
10017 S:      Supported
10018 F:      drivers/usb/class/usblp.c
10019
10020 USB RTL8150 DRIVER
10021 M:      Petko Manolov <petkan@nucleusys.com>
10022 L:      linux-usb@vger.kernel.org
10023 L:      netdev@vger.kernel.org
10024 T:      git git://github.com/petkan/rtl8150.git
10025 W:      https://github.com/petkan/rtl8150
10026 S:      Maintained
10027 F:      drivers/net/usb/rtl8150.c
10028
10029 USB SERIAL SUBSYSTEM
10030 M:      Johan Hovold <johan@kernel.org>
10031 L:      linux-usb@vger.kernel.org
10032 S:      Maintained
10033 F:      Documentation/usb/usb-serial.txt
10034 F:      drivers/usb/serial/
10035 F:      include/linux/usb/serial.h
10036
10037 USB SMSC75XX ETHERNET DRIVER
10038 M:      Steve Glendinning <steve.glendinning@shawell.net>
10039 L:      netdev@vger.kernel.org
10040 S:      Maintained
10041 F:      drivers/net/usb/smsc75xx.*
10042
10043 USB SMSC95XX ETHERNET DRIVER
10044 M:      Steve Glendinning <steve.glendinning@shawell.net>
10045 L:      netdev@vger.kernel.org
10046 S:      Maintained
10047 F:      drivers/net/usb/smsc95xx.*
10048
10049 USB SUBSYSTEM
10050 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10051 L:      linux-usb@vger.kernel.org
10052 W:      http://www.linux-usb.org
10053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10054 S:      Supported
10055 F:      Documentation/usb/
10056 F:      drivers/usb/
10057 F:      include/linux/usb.h
10058 F:      include/linux/usb/
10059
10060 USB UHCI DRIVER
10061 M:      Alan Stern <stern@rowland.harvard.edu>
10062 L:      linux-usb@vger.kernel.org
10063 S:      Maintained
10064 F:      drivers/usb/host/uhci*
10065
10066 USB "USBNET" DRIVER FRAMEWORK
10067 M:      Oliver Neukum <oneukum@suse.de>
10068 L:      netdev@vger.kernel.org
10069 W:      http://www.linux-usb.org/usbnet
10070 S:      Maintained
10071 F:      drivers/net/usb/usbnet.c
10072 F:      include/linux/usb/usbnet.h
10073
10074 USB VIDEO CLASS
10075 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10076 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10077 L:      linux-media@vger.kernel.org
10078 T:      git git://linuxtv.org/media_tree.git
10079 W:      http://www.ideasonboard.org/uvc/
10080 S:      Maintained
10081 F:      drivers/media/usb/uvc/
10082 F:      include/uapi/linux/uvcvideo.h
10083
10084 USB VISION DRIVER
10085 M:      Hans Verkuil <hverkuil@xs4all.nl>
10086 L:      linux-media@vger.kernel.org
10087 T:      git git://linuxtv.org/media_tree.git
10088 W:      http://linuxtv.org
10089 S:      Odd Fixes
10090 F:      drivers/media/usb/usbvision/
10091
10092 USB WEBCAM GADGET
10093 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10094 L:      linux-usb@vger.kernel.org
10095 S:      Maintained
10096 F:      drivers/usb/gadget/function/*uvc*
10097 F:      drivers/usb/gadget/legacy/webcam.c
10098
10099 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10100 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10101 L:      linux-wireless@vger.kernel.org
10102 S:      Maintained
10103 F:      drivers/net/wireless/rndis_wlan.c
10104
10105 USB XHCI DRIVER
10106 M:      Mathias Nyman <mathias.nyman@intel.com>
10107 L:      linux-usb@vger.kernel.org
10108 S:      Supported
10109 F:      drivers/usb/host/xhci*
10110 F:      drivers/usb/host/pci-quirks*
10111
10112 USB ZD1201 DRIVER
10113 L:      linux-wireless@vger.kernel.org
10114 W:      http://linux-lc100020.sourceforge.net
10115 S:      Orphan
10116 F:      drivers/net/wireless/zd1201.*
10117
10118 USB ZR364XX DRIVER
10119 M:      Antoine Jacquet <royale@zerezo.com>
10120 L:      linux-usb@vger.kernel.org
10121 L:      linux-media@vger.kernel.org
10122 T:      git git://linuxtv.org/media_tree.git
10123 W:      http://royale.zerezo.com/zr364xx/
10124 S:      Maintained
10125 F:      Documentation/video4linux/zr364xx.txt
10126 F:      drivers/media/usb/zr364xx/
10127
10128 USER-MODE LINUX (UML)
10129 M:      Jeff Dike <jdike@addtoit.com>
10130 M:      Richard Weinberger <richard@nod.at>
10131 L:      user-mode-linux-devel@lists.sourceforge.net
10132 L:      user-mode-linux-user@lists.sourceforge.net
10133 W:      http://user-mode-linux.sourceforge.net
10134 S:      Maintained
10135 F:      Documentation/virtual/uml/
10136 F:      arch/um/
10137 F:      arch/x86/um/
10138 F:      fs/hostfs/
10139 F:      fs/hppfs/
10140
10141 USERSPACE I/O (UIO)
10142 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10143 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10144 S:      Maintained
10145 F:      Documentation/DocBook/uio-howto.tmpl
10146 F:      drivers/uio/
10147 F:      include/linux/uio*.h
10148
10149 UTIL-LINUX PACKAGE
10150 M:      Karel Zak <kzak@redhat.com>
10151 L:      util-linux@vger.kernel.org
10152 W:      http://en.wikipedia.org/wiki/Util-linux
10153 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10154 S:      Maintained
10155
10156 UVESAFB DRIVER
10157 M:      Michal Januszewski <spock@gentoo.org>
10158 L:      linux-fbdev@vger.kernel.org
10159 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10160 S:      Maintained
10161 F:      Documentation/fb/uvesafb.txt
10162 F:      drivers/video/fbdev/uvesafb.*
10163
10164 VFAT/FAT/MSDOS FILESYSTEM
10165 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10166 S:      Maintained
10167 F:      Documentation/filesystems/vfat.txt
10168 F:      fs/fat/
10169
10170 VFIO DRIVER
10171 M:      Alex Williamson <alex.williamson@redhat.com>
10172 L:      kvm@vger.kernel.org
10173 S:      Maintained
10174 F:      Documentation/vfio.txt
10175 F:      drivers/vfio/
10176 F:      include/linux/vfio.h
10177 F:      include/uapi/linux/vfio.h
10178
10179 VIDEOBUF2 FRAMEWORK
10180 M:      Pawel Osciak <pawel@osciak.com>
10181 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10182 M:      Kyungmin Park <kyungmin.park@samsung.com>
10183 L:      linux-media@vger.kernel.org
10184 S:      Maintained
10185 F:      drivers/media/v4l2-core/videobuf2-*
10186 F:      include/media/videobuf2-*
10187
10188 VIRTIO CONSOLE DRIVER
10189 M:      Amit Shah <amit.shah@redhat.com>
10190 L:      virtualization@lists.linux-foundation.org
10191 S:      Maintained
10192 F:      drivers/char/virtio_console.c
10193 F:      include/linux/virtio_console.h
10194 F:      include/uapi/linux/virtio_console.h
10195
10196 VIRTIO CORE, NET AND BLOCK DRIVERS
10197 M:      Rusty Russell <rusty@rustcorp.com.au>
10198 M:      "Michael S. Tsirkin" <mst@redhat.com>
10199 L:      virtualization@lists.linux-foundation.org
10200 S:      Maintained
10201 F:      drivers/virtio/
10202 F:      tools/virtio/
10203 F:      drivers/net/virtio_net.c
10204 F:      drivers/block/virtio_blk.c
10205 F:      include/linux/virtio_*.h
10206 F:      include/uapi/linux/virtio_*.h
10207
10208 VIRTIO HOST (VHOST)
10209 M:      "Michael S. Tsirkin" <mst@redhat.com>
10210 L:      kvm@vger.kernel.org
10211 L:      virtualization@lists.linux-foundation.org
10212 L:      netdev@vger.kernel.org
10213 S:      Maintained
10214 F:      drivers/vhost/
10215 F:      include/uapi/linux/vhost.h
10216
10217 VIA RHINE NETWORK DRIVER
10218 M:      Roger Luethi <rl@hellgate.ch>
10219 S:      Maintained
10220 F:      drivers/net/ethernet/via/via-rhine.c
10221
10222 VIA SD/MMC CARD CONTROLLER DRIVER
10223 M:      Bruce Chang <brucechang@via.com.tw>
10224 M:      Harald Welte <HaraldWelte@viatech.com>
10225 S:      Maintained
10226 F:      drivers/mmc/host/via-sdmmc.c
10227
10228 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10229 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10230 L:      linux-fbdev@vger.kernel.org
10231 S:      Maintained
10232 F:      include/linux/via-core.h
10233 F:      include/linux/via-gpio.h
10234 F:      include/linux/via_i2c.h
10235 F:      drivers/video/fbdev/via/
10236
10237 VIA VELOCITY NETWORK DRIVER
10238 M:      Francois Romieu <romieu@fr.zoreil.com>
10239 L:      netdev@vger.kernel.org
10240 S:      Maintained
10241 F:      drivers/net/ethernet/via/via-velocity.*
10242
10243 VIVI VIRTUAL VIDEO DRIVER
10244 M:      Hans Verkuil <hverkuil@xs4all.nl>
10245 L:      linux-media@vger.kernel.org
10246 T:      git git://linuxtv.org/media_tree.git
10247 W:      http://linuxtv.org
10248 S:      Maintained
10249 F:      drivers/media/platform/vivi*
10250
10251 VLAN (802.1Q)
10252 M:      Patrick McHardy <kaber@trash.net>
10253 L:      netdev@vger.kernel.org
10254 S:      Maintained
10255 F:      drivers/net/macvlan.c
10256 F:      include/linux/if_*vlan.h
10257 F:      net/8021q/
10258
10259 VLYNQ BUS
10260 M:      Florian Fainelli <florian@openwrt.org>
10261 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10262 S:      Maintained
10263 F:      drivers/vlynq/vlynq.c
10264 F:      include/linux/vlynq.h
10265
10266 VME SUBSYSTEM
10267 M:      Martyn Welch <martyn.welch@ge.com>
10268 M:      Manohar Vanga <manohar.vanga@gmail.com>
10269 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10270 L:      devel@driverdev.osuosl.org
10271 S:      Maintained
10272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10273 F:      Documentation/vme_api.txt
10274 F:      drivers/staging/vme/
10275 F:      drivers/vme/
10276 F:      include/linux/vme*
10277
10278 VMWARE HYPERVISOR INTERFACE
10279 M:      Alok Kataria <akataria@vmware.com>
10280 L:      virtualization@lists.linux-foundation.org
10281 S:      Supported
10282 F:      arch/x86/kernel/cpu/vmware.c
10283
10284 VMWARE BALLOON DRIVER
10285 M:      Xavier Deguillard <xdeguillard@vmware.com>
10286 M:      Philip Moltmann <moltmann@vmware.com>
10287 M:      "VMware, Inc." <pv-drivers@vmware.com>
10288 L:      linux-kernel@vger.kernel.org
10289 S:      Maintained
10290 F:      drivers/misc/vmw_balloon.c
10291
10292 VMWARE VMXNET3 ETHERNET DRIVER
10293 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10294 M:      "VMware, Inc." <pv-drivers@vmware.com>
10295 L:      netdev@vger.kernel.org
10296 S:      Maintained
10297 F:      drivers/net/vmxnet3/
10298
10299 VMware PVSCSI driver
10300 M:      Arvind Kumar <arvindkumar@vmware.com>
10301 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10302 L:      linux-scsi@vger.kernel.org
10303 S:      Maintained
10304 F:      drivers/scsi/vmw_pvscsi.c
10305 F:      drivers/scsi/vmw_pvscsi.h
10306
10307 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10308 M:      Liam Girdwood <lgirdwood@gmail.com>
10309 M:      Mark Brown <broonie@kernel.org>
10310 L:      linux-kernel@vger.kernel.org
10311 W:      http://opensource.wolfsonmicro.com/node/15
10312 W:      http://www.slimlogic.co.uk/?p=48
10313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10314 S:      Supported
10315 F:      drivers/regulator/
10316 F:      include/linux/regulator/
10317
10318 VT1211 HARDWARE MONITOR DRIVER
10319 M:      Juerg Haefliger <juergh@gmail.com>
10320 L:      lm-sensors@lm-sensors.org
10321 S:      Maintained
10322 F:      Documentation/hwmon/vt1211
10323 F:      drivers/hwmon/vt1211.c
10324
10325 VT8231 HARDWARE MONITOR DRIVER
10326 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10327 L:      lm-sensors@lm-sensors.org
10328 S:      Maintained
10329 F:      drivers/hwmon/vt8231.c
10330
10331 VUB300 USB to SDIO/SD/MMC bridge chip
10332 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10333 L:      linux-mmc@vger.kernel.org
10334 L:      linux-usb@vger.kernel.org
10335 S:      Supported
10336 F:      drivers/mmc/host/vub300.c
10337
10338 W1 DALLAS'S 1-WIRE BUS
10339 M:      Evgeniy Polyakov <zbr@ioremap.net>
10340 S:      Maintained
10341 F:      Documentation/w1/
10342 F:      drivers/w1/
10343
10344 W83791D HARDWARE MONITORING DRIVER
10345 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10346 L:      lm-sensors@lm-sensors.org
10347 S:      Maintained
10348 F:      Documentation/hwmon/w83791d
10349 F:      drivers/hwmon/w83791d.c
10350
10351 W83793 HARDWARE MONITORING DRIVER
10352 M:      Rudolf Marek <r.marek@assembler.cz>
10353 L:      lm-sensors@lm-sensors.org
10354 S:      Maintained
10355 F:      Documentation/hwmon/w83793
10356 F:      drivers/hwmon/w83793.c
10357
10358 W83795 HARDWARE MONITORING DRIVER
10359 M:      Jean Delvare <jdelvare@suse.de>
10360 L:      lm-sensors@lm-sensors.org
10361 S:      Maintained
10362 F:      drivers/hwmon/w83795.c
10363
10364 W83L51xD SD/MMC CARD INTERFACE DRIVER
10365 M:      Pierre Ossman <pierre@ossman.eu>
10366 S:      Maintained
10367 F:      drivers/mmc/host/wbsd.*
10368
10369 WACOM PROTOCOL 4 SERIAL TABLETS
10370 M:      Julian Squires <julian@cipht.net>
10371 M:      Hans de Goede <hdegoede@redhat.com>
10372 L:      linux-input@vger.kernel.org
10373 S:      Maintained
10374 F:      drivers/input/tablet/wacom_serial4.c
10375
10376 WATCHDOG DEVICE DRIVERS
10377 M:      Wim Van Sebroeck <wim@iguana.be>
10378 L:      linux-watchdog@vger.kernel.org
10379 W:      http://www.linux-watchdog.org/
10380 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10381 S:      Maintained
10382 F:      Documentation/watchdog/
10383 F:      drivers/watchdog/
10384 F:      include/linux/watchdog.h
10385 F:      include/uapi/linux/watchdog.h
10386
10387 WD7000 SCSI DRIVER
10388 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10389 L:      linux-scsi@vger.kernel.org
10390 S:      Maintained
10391 F:      drivers/scsi/wd7000.c
10392
10393 WIIMOTE HID DRIVER
10394 M:      David Herrmann <dh.herrmann@googlemail.com>
10395 L:      linux-input@vger.kernel.org
10396 S:      Maintained
10397 F:      drivers/hid/hid-wiimote*
10398
10399 WINBOND CIR DRIVER
10400 M:      David Härdeman <david@hardeman.nu>
10401 S:      Maintained
10402 F:      drivers/media/rc/winbond-cir.c
10403
10404 WIMAX STACK
10405 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10406 M:      linux-wimax@intel.com
10407 L:     wimax@linuxwimax.org (subscribers-only)
10408 S:      Supported
10409 W:      http://linuxwimax.org
10410 F:      Documentation/wimax/README.wimax
10411 F:      include/linux/wimax/debug.h
10412 F:      include/net/wimax.h
10413 F:      include/uapi/linux/wimax.h
10414 F:      net/wimax/
10415
10416 WISTRON LAPTOP BUTTON DRIVER
10417 M:      Miloslav Trmac <mitr@volny.cz>
10418 S:      Maintained
10419 F:      drivers/input/misc/wistron_btns.c
10420
10421 WL3501 WIRELESS PCMCIA CARD DRIVER
10422 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10423 L:      linux-wireless@vger.kernel.org
10424 W:      http://oops.ghostprotocols.net:81/blog
10425 S:      Maintained
10426 F:      drivers/net/wireless/wl3501*
10427
10428 WM97XX TOUCHSCREEN DRIVERS
10429 M:      Mark Brown <broonie@kernel.org>
10430 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10431 L:      linux-input@vger.kernel.org
10432 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10433 W:      http://opensource.wolfsonmicro.com/node/7
10434 S:      Supported
10435 F:      drivers/input/touchscreen/*wm97*
10436 F:      include/linux/wm97xx.h
10437
10438 WOLFSON MICROELECTRONICS DRIVERS
10439 L:      patches@opensource.wolfsonmicro.com
10440 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10441 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10442 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10443 S:      Supported
10444 F:      Documentation/hwmon/wm83??
10445 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10446 F:      drivers/clk/clk-wm83*.c
10447 F:      drivers/extcon/extcon-arizona.c
10448 F:      drivers/leds/leds-wm83*.c
10449 F:      drivers/gpio/gpio-*wm*.c
10450 F:      drivers/gpio/gpio-arizona.c
10451 F:      drivers/hwmon/wm83??-hwmon.c
10452 F:      drivers/input/misc/wm831x-on.c
10453 F:      drivers/input/touchscreen/wm831x-ts.c
10454 F:      drivers/input/touchscreen/wm97*.c
10455 F:      drivers/mfd/arizona*
10456 F:      drivers/mfd/wm*.c
10457 F:      drivers/power/wm83*.c
10458 F:      drivers/rtc/rtc-wm83*.c
10459 F:      drivers/regulator/wm8*.c
10460 F:      drivers/video/backlight/wm83*_bl.c
10461 F:      drivers/watchdog/wm83*_wdt.c
10462 F:      include/linux/mfd/arizona/
10463 F:      include/linux/mfd/wm831x/
10464 F:      include/linux/mfd/wm8350/
10465 F:      include/linux/mfd/wm8400*
10466 F:      include/linux/wm97xx.h
10467 F:      include/sound/wm????.h
10468 F:      sound/soc/codecs/arizona.?
10469 F:      sound/soc/codecs/wm*
10470
10471 WORKQUEUE
10472 M:      Tejun Heo <tj@kernel.org>
10473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10474 S:      Maintained
10475 F:      include/linux/workqueue.h
10476 F:      kernel/workqueue.c
10477 F:      Documentation/workqueue.txt
10478
10479 X.25 NETWORK LAYER
10480 M:      Andrew Hendry <andrew.hendry@gmail.com>
10481 L:      linux-x25@vger.kernel.org
10482 S:      Odd Fixes
10483 F:      Documentation/networking/x25*
10484 F:      include/net/x25*
10485 F:      net/x25/
10486
10487 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10488 M:      Thomas Gleixner <tglx@linutronix.de>
10489 M:      Ingo Molnar <mingo@redhat.com>
10490 M:      "H. Peter Anvin" <hpa@zytor.com>
10491 M:      x86@kernel.org
10492 L:      linux-kernel@vger.kernel.org
10493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10494 S:      Maintained
10495 F:      Documentation/x86/
10496 F:      arch/x86/
10497
10498 X86 PLATFORM DRIVERS
10499 M:      Darren Hart <dvhart@infradead.org>
10500 L:      platform-driver-x86@vger.kernel.org
10501 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10502 S:      Maintained
10503 F:      drivers/platform/x86/
10504
10505 X86 MCE INFRASTRUCTURE
10506 M:      Tony Luck <tony.luck@intel.com>
10507 M:      Borislav Petkov <bp@alien8.de>
10508 L:      linux-edac@vger.kernel.org
10509 S:      Maintained
10510 F:      arch/x86/kernel/cpu/mcheck/*
10511
10512 X86 VDSO
10513 M:      Andy Lutomirski <luto@amacapital.net>
10514 L:      linux-kernel@vger.kernel.org
10515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10516 S:      Maintained
10517 F:      arch/x86/vdso/
10518
10519 XC2028/3028 TUNER DRIVER
10520 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10521 L:      linux-media@vger.kernel.org
10522 W:      http://linuxtv.org
10523 T:      git git://linuxtv.org/media_tree.git
10524 S:      Maintained
10525 F:      drivers/media/tuners/tuner-xc2028.*
10526
10527 XEN HYPERVISOR INTERFACE
10528 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10529 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10530 M:      David Vrabel <david.vrabel@citrix.com>
10531 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10533 S:      Supported
10534 F:      arch/x86/xen/
10535 F:      drivers/*/xen-*front.c
10536 F:      drivers/xen/
10537 F:      arch/x86/include/asm/xen/
10538 F:      include/xen/
10539 F:      include/uapi/xen/
10540
10541 XEN HYPERVISOR ARM
10542 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10543 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10544 S:      Supported
10545 F:      arch/arm/xen/
10546 F:      arch/arm/include/asm/xen/
10547
10548 XEN HYPERVISOR ARM64
10549 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10550 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10551 S:      Supported
10552 F:      arch/arm64/xen/
10553 F:      arch/arm64/include/asm/xen/
10554
10555 XEN NETWORK BACKEND DRIVER
10556 M:      Ian Campbell <ian.campbell@citrix.com>
10557 M:      Wei Liu <wei.liu2@citrix.com>
10558 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10559 L:      netdev@vger.kernel.org
10560 S:      Supported
10561 F:      drivers/net/xen-netback/*
10562
10563 XEN PCI SUBSYSTEM
10564 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10565 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10566 S:      Supported
10567 F:      arch/x86/pci/*xen*
10568 F:      drivers/pci/*xen*
10569
10570 XEN BLOCK SUBSYSTEM
10571 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10572 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10573 S:      Supported
10574 F:      drivers/block/xen-blkback/*
10575 F:      drivers/block/xen*
10576
10577 XEN PVSCSI DRIVERS
10578 M:      Juergen Gross <jgross@suse.com>
10579 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10580 L:      linux-scsi@vger.kernel.org
10581 S:      Supported
10582 F:      drivers/scsi/xen-scsifront.c
10583 F:      drivers/xen/xen-scsiback.c
10584 F:      include/xen/interface/io/vscsiif.h
10585
10586 XEN SWIOTLB SUBSYSTEM
10587 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10588 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10589 S:      Supported
10590 F:      arch/x86/xen/*swiotlb*
10591 F:      drivers/xen/*swiotlb*
10592
10593 XFS FILESYSTEM
10594 P:      Silicon Graphics Inc
10595 M:      Dave Chinner <david@fromorbit.com>
10596 M:      xfs@oss.sgi.com
10597 L:      xfs@oss.sgi.com
10598 W:      http://oss.sgi.com/projects/xfs
10599 T:      git git://oss.sgi.com/xfs/xfs.git
10600 S:      Supported
10601 F:      Documentation/filesystems/xfs.txt
10602 F:      fs/xfs/
10603
10604 XILINX AXI ETHERNET DRIVER
10605 M:      Anirudha Sarangi <anirudh@xilinx.com>
10606 M:      John Linn <John.Linn@xilinx.com>
10607 S:      Maintained
10608 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10609
10610 XILINX UARTLITE SERIAL DRIVER
10611 M:      Peter Korsgaard <jacmet@sunsite.dk>
10612 L:      linux-serial@vger.kernel.org
10613 S:      Maintained
10614 F:      drivers/tty/serial/uartlite.c
10615
10616 XILLYBUS DRIVER
10617 M:      Eli Billauer <eli.billauer@gmail.com>
10618 L:      linux-kernel@vger.kernel.org
10619 S:      Supported
10620 F:      drivers/char/xillybus/
10621
10622 XTENSA XTFPGA PLATFORM SUPPORT
10623 M:      Max Filippov <jcmvbkbc@gmail.com>
10624 L:      linux-xtensa@linux-xtensa.org
10625 S:      Maintained
10626 F:      drivers/spi/spi-xtensa-xtfpga.c
10627
10628 YAM DRIVER FOR AX.25
10629 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10630 L:      linux-hams@vger.kernel.org
10631 S:      Maintained
10632 F:      drivers/net/hamradio/yam*
10633 F:      include/linux/yam.h
10634
10635 YEALINK PHONE DRIVER
10636 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10637 L:      usbb2k-api-dev@nongnu.org
10638 S:      Maintained
10639 F:      Documentation/input/yealink.txt
10640 F:      drivers/input/misc/yealink.*
10641
10642 Z8530 DRIVER FOR AX.25
10643 M:      Joerg Reuter <jreuter@yaina.de>
10644 W:      http://yaina.de/jreuter/
10645 W:      http://www.qsl.net/dl1bke/
10646 L:      linux-hams@vger.kernel.org
10647 S:      Maintained
10648 F:      Documentation/networking/z8530drv.txt
10649 F:      drivers/net/hamradio/*scc.c
10650 F:      drivers/net/hamradio/z8530.h
10651
10652 ZBUD COMPRESSED PAGE ALLOCATOR
10653 M:      Seth Jennings <sjennings@variantweb.net>
10654 L:      linux-mm@kvack.org
10655 S:      Maintained
10656 F:      mm/zbud.c
10657 F:      include/linux/zbud.h
10658
10659 ZD1211RW WIRELESS DRIVER
10660 M:      Daniel Drake <dsd@gentoo.org>
10661 M:      Ulrich Kunitz <kune@deine-taler.de>
10662 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10663 L:      linux-wireless@vger.kernel.org
10664 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10665 S:      Maintained
10666 F:      drivers/net/wireless/zd1211rw/
10667
10668 ZR36067 VIDEO FOR LINUX DRIVER
10669 L:      mjpeg-users@lists.sourceforge.net
10670 L:      linux-media@vger.kernel.org
10671 W:      http://mjpeg.sourceforge.net/driver-zoran/
10672 T:      hg http://linuxtv.org/hg/v4l-dvb
10673 S:      Odd Fixes
10674 F:      drivers/media/pci/zoran/
10675
10676 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10677 M:      Minchan Kim <minchan@kernel.org>
10678 M:      Nitin Gupta <ngupta@vflare.org>
10679 L:      linux-kernel@vger.kernel.org
10680 S:      Maintained
10681 F:      drivers/block/zram/
10682 F:      Documentation/blockdev/zram.txt
10683
10684 ZS DECSTATION Z85C30 SERIAL DRIVER
10685 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10686 S:      Maintained
10687 F:      drivers/tty/serial/zs.*
10688
10689 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10690 M:      Minchan Kim <minchan@kernel.org>
10691 M:      Nitin Gupta <ngupta@vflare.org>
10692 L:      linux-mm@kvack.org
10693 S:      Maintained
10694 F:      mm/zsmalloc.c
10695 F:      include/linux/zsmalloc.h
10696
10697 ZSWAP COMPRESSED SWAP CACHING
10698 M:      Seth Jennings <sjennings@variantweb.net>
10699 L:      linux-mm@kvack.org
10700 S:      Maintained
10701 F:      mm/zswap.c
10702
10703 THE REST
10704 M:      Linus Torvalds <torvalds@linux-foundation.org>
10705 L:      linux-kernel@vger.kernel.org
10706 Q:      http://patchwork.kernel.org/project/LKML/list/
10707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10708 S:      Buried alive in reporters
10709 F:      *
10710 F:      */