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