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