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