]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
ALSA: hda - Fold hda_priv.h into hda_controller.h
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi/
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi/
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA TRIPLE SPEED ETHERNET DRIVER
567 M:      Vince Bridgers <vbridger@opensource.altera.com>
568 L:      netdev@vger.kernel.org
569 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570 S:      Maintained
571 F:      drivers/net/ethernet/altera/
572
573 ALTERA UART/JTAG UART SERIAL DRIVERS
574 M:      Tobias Klauser <tklauser@distanz.ch>
575 L:      linux-serial@vger.kernel.org
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/tty/serial/altera_uart.c
579 F:      drivers/tty/serial/altera_jtaguart.c
580 F:      include/linux/altera_uart.h
581 F:      include/linux/altera_jtaguart.h
582
583 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
584 M:      Tom Lendacky <thomas.lendacky@amd.com>
585 L:      linux-crypto@vger.kernel.org
586 S:      Supported
587 F:      drivers/crypto/ccp/
588 F:      include/linux/ccp.h
589
590 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
591 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
592 L:      lm-sensors@lm-sensors.org
593 S:      Maintained
594 F:      Documentation/hwmon/fam15h_power
595 F:      drivers/hwmon/fam15h_power.c
596
597 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
598 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
599 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
600 S:      Supported
601 F:      drivers/usb/gadget/udc/amd5536udc.*
602
603 AMD GEODE PROCESSOR/CHIPSET SUPPORT
604 P:      Andres Salomon <dilinger@queued.net>
605 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
606 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
607 S:      Supported
608 F:      drivers/char/hw_random/geode-rng.c
609 F:      drivers/crypto/geode*
610 F:      drivers/video/fbdev/geode/
611 F:      arch/x86/include/asm/geode.h
612
613 AMD IOMMU (AMD-VI)
614 M:      Joerg Roedel <joro@8bytes.org>
615 L:      iommu@lists.linux-foundation.org
616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
617 S:      Maintained
618 F:      drivers/iommu/amd_iommu*.[ch]
619 F:      include/linux/amd-iommu.h
620
621 AMD KFD
622 M:      Oded Gabbay <oded.gabbay@amd.com>
623 L:      dri-devel@lists.freedesktop.org
624 T:      git git://people.freedesktop.org/~gabbayo/linux.git
625 S:      Supported
626 F:      drivers/gpu/drm/amd/amdkfd/
627 F:      drivers/gpu/drm/radeon/radeon_kfd.c
628 F:      drivers/gpu/drm/radeon/radeon_kfd.h
629 F:      include/uapi/linux/kfd_ioctl.h
630
631 AMD MICROCODE UPDATE SUPPORT
632 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
633 L:      amd64-microcode@amd64.org
634 S:      Maintained
635 F:      arch/x86/kernel/cpu/microcode/amd*
636
637 AMD XGBE DRIVER
638 M:      Tom Lendacky <thomas.lendacky@amd.com>
639 L:      netdev@vger.kernel.org
640 S:      Supported
641 F:      drivers/net/ethernet/amd/xgbe/
642 F:      drivers/net/phy/amd-xgbe-phy.c
643
644 AMS (Apple Motion Sensor) DRIVER
645 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
646 S:      Supported
647 F:      drivers/macintosh/ams/
648
649 AMSO1100 RNIC DRIVER
650 M:      Tom Tucker <tom@opengridcomputing.com>
651 M:      Steve Wise <swise@opengridcomputing.com>
652 L:      linux-rdma@vger.kernel.org
653 S:      Maintained
654 F:      drivers/infiniband/hw/amso1100/
655
656 ANALOG DEVICES INC AD9389B DRIVER
657 M:      Hans Verkuil <hans.verkuil@cisco.com>
658 L:      linux-media@vger.kernel.org
659 S:      Maintained
660 F:      drivers/media/i2c/ad9389b*
661
662 ANALOG DEVICES INC ADV7180 DRIVER
663 M:      Lars-Peter Clausen <lars@metafoo.de>
664 L:      linux-media@vger.kernel.org
665 W:      http://ez.analog.com/community/linux-device-drivers
666 S:      Supported
667 F:      drivers/media/i2c/adv7180.c
668
669 ANALOG DEVICES INC ADV7511 DRIVER
670 M:      Hans Verkuil <hans.verkuil@cisco.com>
671 L:      linux-media@vger.kernel.org
672 S:      Maintained
673 F:      drivers/media/i2c/adv7511*
674
675 ANALOG DEVICES INC ADV7604 DRIVER
676 M:      Hans Verkuil <hans.verkuil@cisco.com>
677 L:      linux-media@vger.kernel.org
678 S:      Maintained
679 F:      drivers/media/i2c/adv7604*
680
681 ANALOG DEVICES INC ADV7842 DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/adv7842*
686
687 ANALOG DEVICES INC ASOC CODEC DRIVERS
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
690 W:      http://wiki.analog.com/
691 W:      http://ez.analog.com/community/linux-device-drivers
692 S:      Supported
693 F:      sound/soc/codecs/adau*
694 F:      sound/soc/codecs/adav*
695 F:      sound/soc/codecs/ad1*
696 F:      sound/soc/codecs/ad7*
697 F:      sound/soc/codecs/ssm*
698 F:      sound/soc/codecs/sigmadsp.*
699
700 ANALOG DEVICES INC ASOC DRIVERS
701 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
702 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
703 W:      http://blackfin.uclinux.org/
704 S:      Supported
705 F:      sound/soc/blackfin/*
706
707 ANALOG DEVICES INC IIO DRIVERS
708 M:      Lars-Peter Clausen <lars@metafoo.de>
709 M:      Michael Hennerich <Michael.Hennerich@analog.com>
710 W:      http://wiki.analog.com/
711 W:      http://ez.analog.com/community/linux-device-drivers
712 S:      Supported
713 F:      drivers/iio/*/ad*
714 X:      drivers/iio/*/adjd*
715 F:      drivers/staging/iio/*/ad*
716 F:      staging/iio/trigger/iio-trig-bfin-timer.c
717
718 ANDROID DRIVERS
719 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
720 M:      Arve HjønnevÃ¥g <arve@android.com>
721 M:      Riley Andrews <riandrews@android.com>
722 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
723 L:      devel@driverdev.osuosl.org
724 S:      Supported
725 F:      drivers/android/
726 F:      drivers/staging/android/
727
728 AOA (Apple Onboard Audio) ALSA DRIVER
729 M:      Johannes Berg <johannes@sipsolutions.net>
730 L:      linuxppc-dev@lists.ozlabs.org
731 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
732 S:      Maintained
733 F:      sound/aoa/
734
735 APM DRIVER
736 M:      Jiri Kosina <jkosina@suse.cz>
737 S:      Odd fixes
738 F:      arch/x86/kernel/apm_32.c
739 F:      include/linux/apm_bios.h
740 F:      include/uapi/linux/apm_bios.h
741 F:      drivers/char/apm-emulation.c
742
743 APPLE BCM5974 MULTITOUCH DRIVER
744 M:      Henrik Rydberg <rydberg@bitmath.org>
745 L:      linux-input@vger.kernel.org
746 S:      Odd fixes
747 F:      drivers/input/mouse/bcm5974.c
748
749 APPLE SMC DRIVER
750 M:      Henrik Rydberg <rydberg@bitmath.org>
751 L:      lm-sensors@lm-sensors.org
752 S:      Odd fixes
753 F:      drivers/hwmon/applesmc.c
754
755 APPLETALK NETWORK LAYER
756 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
757 S:      Maintained
758 F:      drivers/net/appletalk/
759 F:      net/appletalk/
760
761 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
762 M:      Iyappan Subramanian <isubramanian@apm.com>
763 M:      Keyur Chudgar <kchudgar@apm.com>
764 S:      Supported
765 F:      drivers/net/ethernet/apm/xgene/
766 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
767
768 APTINA CAMERA SENSOR PLL
769 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
770 L:      linux-media@vger.kernel.org
771 S:      Maintained
772 F:      drivers/media/i2c/aptina-pll.*
773
774 ARC FRAMEBUFFER DRIVER
775 M:      Jaya Kumar <jayalk@intworks.biz>
776 S:      Maintained
777 F:      drivers/video/fbdev/arcfb.c
778 F:      drivers/video/fbdev/core/fb_defio.c
779
780 ARM MFM AND FLOPPY DRIVERS
781 M:      Ian Molton <spyro@f2s.com>
782 S:      Maintained
783 F:      arch/arm/lib/floppydma.S
784 F:      arch/arm/include/asm/floppy.h
785
786 ARM PMU PROFILING AND DEBUGGING
787 M:      Will Deacon <will.deacon@arm.com>
788 S:      Maintained
789 F:      arch/arm/kernel/perf_event*
790 F:      arch/arm/oprofile/common.c
791 F:      arch/arm/include/asm/pmu.h
792 F:      arch/arm/kernel/hw_breakpoint.c
793 F:      arch/arm/include/asm/hw_breakpoint.h
794
795 ARM PORT
796 M:      Russell King <linux@arm.linux.org.uk>
797 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
798 W:      http://www.arm.linux.org.uk/
799 S:      Maintained
800 F:      arch/arm/
801
802 ARM SUB-ARCHITECTURES
803 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
804 S:      Maintained
805 F:      arch/arm/mach-*/
806 F:      arch/arm/plat-*/
807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
808
809 ARM PRIMECELL AACI PL041 DRIVER
810 M:      Russell King <linux@arm.linux.org.uk>
811 S:      Maintained
812 F:      sound/arm/aaci.*
813
814 ARM PRIMECELL CLCD PL110 DRIVER
815 M:      Russell King <linux@arm.linux.org.uk>
816 S:      Maintained
817 F:      drivers/video/fbdev/amba-clcd.*
818
819 ARM PRIMECELL KMI PL050 DRIVER
820 M:      Russell King <linux@arm.linux.org.uk>
821 S:      Maintained
822 F:      drivers/input/serio/ambakmi.*
823 F:      include/linux/amba/kmi.h
824
825 ARM PRIMECELL MMCI PL180/1 DRIVER
826 M:      Russell King <linux@arm.linux.org.uk>
827 S:      Maintained
828 F:      drivers/mmc/host/mmci.*
829 F:      include/linux/amba/mmci.h
830
831 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
832 M:      Russell King <linux@arm.linux.org.uk>
833 S:      Maintained
834 F:      drivers/tty/serial/amba-pl01*.c
835 F:      include/linux/amba/serial.h
836
837 ARM PRIMECELL BUS SUPPORT
838 M:      Russell King <linux@arm.linux.org.uk>
839 S:      Maintained
840 F:      drivers/amba/
841 F:      include/linux/amba/bus.h
842
843 ARM/ADS SPHERE MACHINE SUPPORT
844 M:      Lennert Buytenhek <kernel@wantstofly.org>
845 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
846 S:      Maintained
847
848 ARM/AFEB9260 MACHINE SUPPORT
849 M:      Sergey Lapin <slapin@ossfans.org>
850 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
851 S:      Maintained
852
853 ARM/AJECO 1ARM MACHINE SUPPORT
854 M:      Lennert Buytenhek <kernel@wantstofly.org>
855 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
856 S:      Maintained
857
858 ARM/Allwinner A1X SoC support
859 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
860 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
861 S:      Maintained
862 N:      sun[x4567]i
863
864 ARM/Allwinner SoC Clock Support
865 M:      Emilio López <emilio@elopez.com.ar>
866 S:      Maintained
867 F:      drivers/clk/sunxi/
868
869 ARM/Amlogic MesonX SoC support
870 M:      Carlo Caione <carlo@caione.org>
871 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
872 S:      Maintained
873 F:      drivers/media/rc/meson-ir.c
874 N:      meson[x68]
875
876 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
877 M:      Andrew Victor <linux@maxim.org.za>
878 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
879 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
880 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
881 W:      http://maxim.org.za/at91_26.html
882 W:      http://www.linux4sam.org
883 S:      Supported
884 F:      arch/arm/mach-at91/
885 F:      include/soc/at91/
886 F:      arch/arm/boot/dts/at91*.dts
887 F:      arch/arm/boot/dts/at91*.dtsi
888 F:      arch/arm/boot/dts/sama*.dts
889 F:      arch/arm/boot/dts/sama*.dtsi
890
891 ARM/ATMEL AT91 Clock Support
892 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
893 S:      Maintained
894 F:      drivers/clk/at91
895
896 ARM/CALXEDA HIGHBANK ARCHITECTURE
897 M:      Rob Herring <robh@kernel.org>
898 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
899 S:      Maintained
900 F:      arch/arm/mach-highbank/
901
902 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
903 M:      Krzysztof Halasa <khalasa@piap.pl>
904 S:      Maintained
905 F:      arch/arm/mach-cns3xxx/
906
907 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
908 M:      Alexander Shiyan <shc_work@mail.ru>
909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
910 S:      Odd Fixes
911 N:      clps711x
912
913 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
914 M:      Hartley Sweeten <hsweeten@visionengravers.com>
915 M:      Ryan Mallon <rmallon@gmail.com>
916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
917 S:      Maintained
918 F:      arch/arm/mach-ep93xx/
919 F:      arch/arm/mach-ep93xx/include/mach/
920
921 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
922 M:      Lennert Buytenhek <kernel@wantstofly.org>
923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
924 S:      Maintained
925
926 ARM/CLKDEV SUPPORT
927 M:      Russell King <linux@arm.linux.org.uk>
928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S:      Maintained
930 F:      arch/arm/include/asm/clkdev.h
931 F:      drivers/clk/clkdev.c
932
933 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
934 M:      Mike Rapoport <mike@compulab.co.il>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Maintained
937
938 ARM/CONTEC MICRO9 MACHINE SUPPORT
939 M:      Hubert Feurstein <hubert.feurstein@contec.at>
940 S:      Maintained
941 F:      arch/arm/mach-ep93xx/micro9.c
942
943 ARM/CORESIGHT FRAMEWORK AND DRIVERS
944 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 S:      Maintained
947 F:      drivers/coresight/*
948 F:      Documentation/trace/coresight.txt
949 F:      Documentation/devicetree/bindings/arm/coresight.txt
950 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
951
952 ARM/CORGI MACHINE SUPPORT
953 M:      Richard Purdie <rpurdie@rpsys.net>
954 S:      Maintained
955
956 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
957 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
958 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
959 T:      git git://git.berlios.de/gemini-board
960 S:      Maintained
961 F:      arch/arm/mach-gemini/
962
963 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
964 M:      Barry Song <baohua@kernel.org>
965 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
967 S:      Maintained
968 F:      arch/arm/mach-prima2/
969 F:      drivers/clk/sirf/
970 F:      drivers/clocksource/timer-prima2.c
971 F:      drivers/clocksource/timer-marco.c
972 N:      [^a-z]sirf
973
974 ARM/EBSA110 MACHINE SUPPORT
975 M:      Russell King <linux@arm.linux.org.uk>
976 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 W:      http://www.arm.linux.org.uk/
978 S:      Maintained
979 F:      arch/arm/mach-ebsa110/
980 F:      drivers/net/ethernet/amd/am79c961a.*
981
982 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
983 M:      Uwe Kleine-König <kernel@pengutronix.de>
984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
985 S:      Maintained
986 N:      efm32
987
988 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
989 M:      Daniel Ribeiro <drwyrm@gmail.com>
990 M:      Stefan Schmidt <stefan@openezx.org>
991 M:      Harald Welte <laforge@openezx.org>
992 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
993 W:      http://www.openezx.org/
994 S:      Maintained
995 T:      topgit git://git.openezx.org/openezx.git
996 F:      arch/arm/mach-pxa/ezx.c
997
998 ARM/FARADAY FA526 PORT
999 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 S:      Maintained
1002 T:      git git://git.berlios.de/gemini-board
1003 F:      arch/arm/mm/*-fa*
1004
1005 ARM/FOOTBRIDGE ARCHITECTURE
1006 M:      Russell King <linux@arm.linux.org.uk>
1007 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1008 W:      http://www.arm.linux.org.uk/
1009 S:      Maintained
1010 F:      arch/arm/include/asm/hardware/dec21285.h
1011 F:      arch/arm/mach-footbridge/
1012
1013 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1014 M:      Shawn Guo <shawn.guo@linaro.org>
1015 M:      Sascha Hauer <kernel@pengutronix.de>
1016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1017 S:      Maintained
1018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1019 F:      arch/arm/mach-imx/
1020 F:      arch/arm/mach-mxs/
1021 F:      arch/arm/boot/dts/imx*
1022 F:      arch/arm/configs/imx*_defconfig
1023
1024 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1025 M:      Lennert Buytenhek <kernel@wantstofly.org>
1026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 S:      Maintained
1028
1029 ARM/GUMSTIX MACHINE SUPPORT
1030 M:      Steve Sakoman <sakoman@gmail.com>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 S:      Maintained
1033
1034 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1035 M:      Philipp Zabel <philipp.zabel@gmail.com>
1036 M:      Paul Parsons <lost.distance@yahoo.com>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 S:      Maintained
1039 F:      arch/arm/mach-pxa/hx4700.c
1040 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1041 F:      sound/soc/pxa/hx4700.c
1042
1043 ARM/HISILICON SOC SUPPORT
1044 M:      Wei Xu <xuwei5@hisilicon.com>
1045 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046 W:      http://www.hisilicon.com
1047 S:      Supported
1048 T:      git git://github.com/hisilicon/linux-hisi.git
1049 F:      arch/arm/mach-hisi/
1050
1051 ARM/HP JORNADA 7XX MACHINE SUPPORT
1052 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1053 W:      www.jlime.com
1054 S:      Maintained
1055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1056 F:      arch/arm/mach-sa1100/jornada720.c
1057 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1058
1059 ARM/IGEP MACHINE SUPPORT
1060 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1061 M:      Javier Martinez Canillas <javier@dowhile0.org>
1062 L:      linux-omap@vger.kernel.org
1063 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1064 S:      Maintained
1065 F:      arch/arm/boot/dts/omap3-igep*
1066
1067 ARM/INCOME PXA270 SUPPORT
1068 M:      Marek Vasut <marek.vasut@gmail.com>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1072
1073 ARM/INTEL IOP32X ARM ARCHITECTURE
1074 M:      Lennert Buytenhek <kernel@wantstofly.org>
1075 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S:      Maintained
1077
1078 ARM/INTEL IOP33X ARM ARCHITECTURE
1079 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1080 S:      Orphan
1081
1082 ARM/INTEL IOP13XX 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 IQ81342EX MACHINE SUPPORT
1088 M:      Lennert Buytenhek <kernel@wantstofly.org>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 S:      Maintained
1091
1092 ARM/INTEL IXDP2850 MACHINE SUPPORT
1093 M:      Lennert Buytenhek <kernel@wantstofly.org>
1094 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1095 S:      Maintained
1096
1097 ARM/INTEL IXP4XX ARM ARCHITECTURE
1098 M:      Imre Kaloz <kaloz@openwrt.org>
1099 M:      Krzysztof Halasa <khalasa@piap.pl>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102 F:      arch/arm/mach-ixp4xx/
1103
1104 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1105 M:      Jonathan Cameron <jic23@cam.ac.uk>
1106 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1107 S:      Maintained
1108 F:      arch/arm/mach-pxa/stargate2.c
1109 F:      drivers/pcmcia/pxa2xx_stargate2.c
1110
1111 ARM/INTEL XSC3 (MANZANO) ARM CORE
1112 M:      Lennert Buytenhek <kernel@wantstofly.org>
1113 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1114 S:      Maintained
1115
1116 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1117 M:      Lennert Buytenhek <kernel@wantstofly.org>
1118 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1119 S:      Maintained
1120
1121 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1122 M:      Santosh Shilimkar <ssantosh@kernel.org>
1123 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1124 S:      Maintained
1125 F:      arch/arm/mach-keystone/
1126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1127
1128 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1129 M:      Santosh Shilimkar <ssantosh@kernel.org>
1130 L:      linux-kernel@vger.kernel.org
1131 S:      Maintained
1132 F:      drivers/clk/keystone/
1133
1134 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1135 M:      Santosh Shilimkar <ssantosh@kernel.org>
1136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 L:      linux-kernel@vger.kernel.org
1138 S:      Maintained
1139 F:      drivers/clocksource/timer-keystone.c
1140
1141 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1142 M:      Santosh Shilimkar <ssantosh@kernel.org>
1143 L:      linux-kernel@vger.kernel.org
1144 S:      Maintained
1145 F:      drivers/power/reset/keystone-reset.c
1146
1147 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1148 M:      Santosh Shilimkar <ssantosh@kernel.org>
1149 L:      linux-kernel@vger.kernel.org
1150 S:      Maintained
1151 F:      drivers/memory/*emif*
1152
1153 ARM/LOGICPD PXA270 MACHINE SUPPORT
1154 M:      Lennert Buytenhek <kernel@wantstofly.org>
1155 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1156 S:      Maintained
1157
1158 ARM/MAGICIAN MACHINE SUPPORT
1159 M:      Philipp Zabel <philipp.zabel@gmail.com>
1160 S:      Maintained
1161
1162 ARM/Marvell Armada 370 and Armada XP SOC support
1163 M:      Jason Cooper <jason@lakedaemon.net>
1164 M:      Andrew Lunn <andrew@lunn.ch>
1165 M:      Gregory Clement <gregory.clement@free-electrons.com>
1166 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168 S:      Maintained
1169 F:      arch/arm/mach-mvebu/
1170
1171 ARM/Marvell Berlin SoC support
1172 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 S:      Maintained
1175 F:      arch/arm/mach-berlin/
1176
1177 ARM/Marvell Dove/MV78xx0/Orion SOC support
1178 M:      Jason Cooper <jason@lakedaemon.net>
1179 M:      Andrew Lunn <andrew@lunn.ch>
1180 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1181 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1182 S:      Maintained
1183 F:      arch/arm/mach-dove/
1184 F:      arch/arm/mach-mv78xx0/
1185 F:      arch/arm/mach-orion5x/
1186 F:      arch/arm/plat-orion/
1187
1188 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1189 M:      Alexander Clouter <alex@digriz.org.uk>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 W:      http://www.digriz.org.uk/ts78xx/kernel
1192 S:      Maintained
1193 F:      arch/arm/mach-orion5x/ts78xx-*
1194
1195 ARM/Mediatek SoC support
1196 M:      Matthias Brugger <matthias.bgg@gmail.com>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 S:      Maintained
1199 F:      arch/arm/boot/dts/mt6*
1200 F:      arch/arm/boot/dts/mt8*
1201 F:      arch/arm/mach-mediatek/
1202 N:      mtk
1203 K:      mediatek
1204
1205 ARM/MICREL KS8695 ARCHITECTURE
1206 M:      Greg Ungerer <gerg@uclinux.org>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 F:      arch/arm/mach-ks8695/
1209 S:      Odd Fixes
1210
1211 ARM/MIOA701 MACHINE SUPPORT
1212 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1214 F:      arch/arm/mach-pxa/mioa701.c
1215 S:      Maintained
1216
1217 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1218 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1219 S:      Maintained
1220
1221 ARM/NOMADIK ARCHITECTURE
1222 M:      Alessandro Rubini <rubini@unipv.it>
1223 M:      Linus Walleij <linus.walleij@linaro.org>
1224 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1225 S:      Maintained
1226 F:      arch/arm/mach-nomadik/
1227 F:      drivers/pinctrl/nomadik/
1228 F:      drivers/i2c/busses/i2c-nomadik.c
1229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1230
1231 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1232 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1233 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1234 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1235 S:      Supported
1236
1237 ARM/QUALCOMM MSM MACHINE SUPPORT
1238 M:      David Brown <davidb@codeaurora.org>
1239 M:      Daniel Walker <dwalker@fifo99.com>
1240 M:      Bryan Huntsman <bryanh@codeaurora.org>
1241 L:      linux-arm-msm@vger.kernel.org
1242 F:      arch/arm/mach-msm/
1243 F:      drivers/video/fbdev/msm/
1244 F:      drivers/mmc/host/msm_sdcc.c
1245 F:      drivers/mmc/host/msm_sdcc.h
1246 F:      drivers/tty/serial/msm_serial.h
1247 F:      drivers/tty/serial/msm_serial.c
1248 F:      drivers/*/pm8???-*
1249 F:      drivers/mfd/ssbi.c
1250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1251 S:      Maintained
1252
1253 ARM/TOSA MACHINE SUPPORT
1254 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1255 M:      Dirk Opfer <dirk@opfer-online.de>
1256 S:      Maintained
1257
1258 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1259 M:      Marek Vasut <marek.vasut@gmail.com>
1260 L:      linux-arm-kernel@lists.infradead.org
1261 W:      http://hackndev.com
1262 S:      Maintained
1263 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1264 F:      arch/arm/mach-pxa/palmtx.c
1265 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1266 F:      arch/arm/mach-pxa/palmt5.c
1267 F:      arch/arm/mach-pxa/include/mach/palmld.h
1268 F:      arch/arm/mach-pxa/palmld.c
1269 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1270 F:      arch/arm/mach-pxa/palmte2.c
1271 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1272 F:      arch/arm/mach-pxa/palmtc.c
1273
1274 ARM/PALM TREO SUPPORT
1275 M:      Tomas Cech <sleep_walker@suse.cz>
1276 L:      linux-arm-kernel@lists.infradead.org
1277 W:      http://hackndev.com
1278 S:      Maintained
1279 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1280 F:      arch/arm/mach-pxa/palmtreo.c
1281
1282 ARM/PALMZ72 SUPPORT
1283 M:      Sergey Lapin <slapin@ossfans.org>
1284 L:      linux-arm-kernel@lists.infradead.org
1285 W:      http://hackndev.com
1286 S:      Maintained
1287 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1288 F:      arch/arm/mach-pxa/palmz72.c
1289
1290 ARM/PLEB SUPPORT
1291 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1292 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1293 S:      Maintained
1294
1295 ARM/PT DIGITAL BOARD PORT
1296 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1297 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298 W:      http://www.arm.linux.org.uk/
1299 S:      Maintained
1300
1301 ARM/QUALCOMM SUPPORT
1302 M:      Kumar Gala <galak@codeaurora.org>
1303 M:      David Brown <davidb@codeaurora.org>
1304 L:      linux-arm-msm@vger.kernel.org
1305 S:      Maintained
1306 F:      arch/arm/mach-qcom/
1307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1308
1309 ARM/RADISYS ENP2611 MACHINE SUPPORT
1310 M:      Lennert Buytenhek <kernel@wantstofly.org>
1311 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1312 S:      Maintained
1313
1314 ARM/RISCPC ARCHITECTURE
1315 M:      Russell King <linux@arm.linux.org.uk>
1316 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1317 W:      http://www.arm.linux.org.uk/
1318 S:      Maintained
1319 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1320 F:      arch/arm/include/asm/hardware/ioc.h
1321 F:      arch/arm/include/asm/hardware/iomd.h
1322 F:      arch/arm/include/asm/hardware/memc.h
1323 F:      arch/arm/mach-rpc/
1324 F:      drivers/net/ethernet/8390/etherh.c
1325 F:      drivers/net/ethernet/i825xx/ether1*
1326 F:      drivers/net/ethernet/seeq/ether3*
1327 F:      drivers/scsi/arm/
1328
1329 ARM/Rockchip SoC support
1330 M:      Heiko Stuebner <heiko@sntech.de>
1331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 L:      linux-rockchip@lists.infradead.org
1333 S:      Maintained
1334 F:      arch/arm/boot/dts/rk3*
1335 F:      arch/arm/mach-rockchip/
1336 F:      drivers/clk/rockchip/
1337 F:      drivers/i2c/busses/i2c-rk3x.c
1338 F:      drivers/*/*rockchip*
1339 F:      drivers/*/*/*rockchip*
1340 F:      sound/soc/rockchip/
1341
1342 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1343 M:      Kukjin Kim <kgene@kernel.org>
1344 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1345 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1346 S:      Maintained
1347 F:      arch/arm/boot/dts/s3c*
1348 F:      arch/arm/boot/dts/exynos*
1349 F:      arch/arm/plat-samsung/
1350 F:      arch/arm/mach-s3c24*/
1351 F:      arch/arm/mach-s3c64xx/
1352 F:      arch/arm/mach-s5p*/
1353 F:      arch/arm/mach-exynos*/
1354 F:      drivers/*/*s3c2410*
1355 F:      drivers/*/*/*s3c2410*
1356 F:      drivers/spi/spi-s3c*
1357 F:      sound/soc/samsung/*
1358 N:      exynos
1359
1360 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1361 M:      Kyungmin Park <kyungmin.park@samsung.com>
1362 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 S:      Maintained
1364 F:      arch/arm/mach-s5pv210/
1365
1366 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1367 M:      Kyungmin Park <kyungmin.park@samsung.com>
1368 M:      Kamil Debski <k.debski@samsung.com>
1369 L:      linux-arm-kernel@lists.infradead.org
1370 L:      linux-media@vger.kernel.org
1371 S:      Maintained
1372 F:      drivers/media/platform/s5p-g2d/
1373
1374 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1375 M:      Kyungmin Park <kyungmin.park@samsung.com>
1376 M:      Kamil Debski <k.debski@samsung.com>
1377 M:      Jeongtae Park <jtp.park@samsung.com>
1378 L:      linux-arm-kernel@lists.infradead.org
1379 L:      linux-media@vger.kernel.org
1380 S:      Maintained
1381 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1382 F:      drivers/media/platform/s5p-mfc/
1383
1384 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1385 M:      Kyungmin Park <kyungmin.park@samsung.com>
1386 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1387 L:      linux-arm-kernel@lists.infradead.org
1388 L:      linux-media@vger.kernel.org
1389 S:      Maintained
1390 F:      drivers/media/platform/s5p-tv/
1391
1392 ARM/SHMOBILE ARM ARCHITECTURE
1393 M:      Simon Horman <horms@verge.net.au>
1394 M:      Magnus Damm <magnus.damm@gmail.com>
1395 L:      linux-sh@vger.kernel.org
1396 W:      http://oss.renesas.com
1397 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1399 S:      Supported
1400 F:      arch/arm/boot/dts/emev2*
1401 F:      arch/arm/boot/dts/r7s*
1402 F:      arch/arm/boot/dts/r8a*
1403 F:      arch/arm/boot/dts/sh*
1404 F:      arch/arm/configs/ape6evm_defconfig
1405 F:      arch/arm/configs/armadillo800eva_defconfig
1406 F:      arch/arm/configs/bockw_defconfig
1407 F:      arch/arm/configs/kzm9g_defconfig
1408 F:      arch/arm/configs/lager_defconfig
1409 F:      arch/arm/configs/mackerel_defconfig
1410 F:      arch/arm/configs/marzen_defconfig
1411 F:      arch/arm/configs/shmobile_defconfig
1412 F:      arch/arm/include/debug/renesas-scif.S
1413 F:      arch/arm/mach-shmobile/
1414 F:      drivers/sh/
1415
1416 ARM/SOCFPGA ARCHITECTURE
1417 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1418 S:      Maintained
1419 F:      arch/arm/mach-socfpga/
1420 W:      http://www.rocketboards.org
1421 T:      git://git.rocketboards.org/linux-socfpga.git
1422 T:      git://git.rocketboards.org/linux-socfpga-next.git
1423
1424 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1425 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1426 S:      Maintained
1427 F:      drivers/clk/socfpga/
1428
1429 ARM/SOCFPGA EDAC SUPPORT
1430 M:      Thor Thayer <tthayer@opensource.altera.com>
1431 S:      Maintained
1432 F:      drivers/edac/altera_edac.
1433
1434 ARM/STI ARCHITECTURE
1435 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1436 M:      Maxime Coquelin <maxime.coquelin@st.com>
1437 M:      Patrice Chotard <patrice.chotard@st.com>
1438 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 L:      kernel@stlinux.com
1440 W:      http://www.stlinux.com
1441 S:      Maintained
1442 F:      arch/arm/mach-sti/
1443 F:      arch/arm/boot/dts/sti*
1444 F:      drivers/clocksource/arm_global_timer.c
1445 F:      drivers/i2c/busses/i2c-st.c
1446 F:      drivers/media/rc/st_rc.c
1447 F:      drivers/mmc/host/sdhci-st.c
1448 F:      drivers/phy/phy-stih407-usb.c
1449 F:      drivers/phy/phy-stih41x-usb.c
1450 F:      drivers/pinctrl/pinctrl-st.c
1451 F:      drivers/reset/sti/
1452 F:      drivers/tty/serial/st-asc.c
1453 F:      drivers/usb/dwc3/dwc3-st.c
1454 F:      drivers/usb/host/ehci-st.c
1455 F:      drivers/usb/host/ohci-st.c
1456 F:      drivers/ata/ahci_st.c
1457
1458 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1459 M:      Lennert Buytenhek <kernel@wantstofly.org>
1460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1461 S:      Maintained
1462
1463 ARM/TETON BGA MACHINE SUPPORT
1464 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1465 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 S:      Maintained
1467
1468 ARM/THECUS N2100 MACHINE SUPPORT
1469 M:      Lennert Buytenhek <kernel@wantstofly.org>
1470 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1471 S:      Maintained
1472
1473 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1474 M:      Wan ZongShun <mcuos.com@gmail.com>
1475 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1476 W:      http://www.mcuos.com
1477 S:      Maintained
1478 F:      arch/arm/mach-w90x900/
1479 F:      drivers/input/keyboard/w90p910_keypad.c
1480 F:      drivers/input/touchscreen/w90p910_ts.c
1481 F:      drivers/watchdog/nuc900_wdt.c
1482 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1483 F:      drivers/mtd/nand/nuc900_nand.c
1484 F:      drivers/rtc/rtc-nuc900.c
1485 F:      drivers/spi/spi-nuc900.c
1486 F:      drivers/usb/host/ehci-w90x900.c
1487 F:      drivers/video/fbdev/nuc900fb.c
1488
1489 ARM/U300 MACHINE SUPPORT
1490 M:      Linus Walleij <linus.walleij@linaro.org>
1491 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1492 S:      Supported
1493 F:      arch/arm/mach-u300/
1494 F:      drivers/clocksource/timer-u300.c
1495 F:      drivers/i2c/busses/i2c-stu300.c
1496 F:      drivers/rtc/rtc-coh901331.c
1497 F:      drivers/watchdog/coh901327_wdt.c
1498 F:      drivers/dma/coh901318*
1499 F:      drivers/mfd/ab3100*
1500 F:      drivers/rtc/rtc-ab3100.c
1501 F:      drivers/rtc/rtc-coh901331.c
1502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1503
1504 ARM/Ux500 ARM ARCHITECTURE
1505 M:      Linus Walleij <linus.walleij@linaro.org>
1506 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1507 S:      Maintained
1508 F:      arch/arm/mach-ux500/
1509 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1510 F:      drivers/dma/ste_dma40*
1511 F:      drivers/hwspinlock/u8500_hsem.c
1512 F:      drivers/mfd/abx500*
1513 F:      drivers/mfd/ab8500*
1514 F:      drivers/mfd/dbx500*
1515 F:      drivers/mfd/db8500*
1516 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1517 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1518 F:      drivers/rtc/rtc-ab8500.c
1519 F:      drivers/rtc/rtc-pl031.c
1520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1521
1522 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1523 M:      Ulf Hansson <ulf.hansson@linaro.org>
1524 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1525 T:      git git://git.linaro.org/people/ulfh/clk.git
1526 S:      Maintained
1527 F:      drivers/clk/ux500/
1528 F:      include/linux/platform_data/clk-ux500.h
1529
1530 ARM/VERSATILE EXPRESS PLATFORM
1531 M:      Liviu Dudau <liviu.dudau@arm.com>
1532 M:      Sudeep Holla <sudeep.holla@arm.com>
1533 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1534 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1535 S:      Maintained
1536 F:      arch/arm/boot/dts/vexpress*
1537 F:      arch/arm/mach-vexpress/
1538 F:      */*/vexpress*
1539 F:      */*/*/vexpress*
1540 F:      drivers/clk/versatile/clk-vexpress-osc.c
1541 F:      drivers/clocksource/versatile.c
1542
1543 ARM/VFP SUPPORT
1544 M:      Russell King <linux@arm.linux.org.uk>
1545 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1546 W:      http://www.arm.linux.org.uk/
1547 S:      Maintained
1548 F:      arch/arm/vfp/
1549
1550 ARM/VOIPAC PXA270 SUPPORT
1551 M:      Marek Vasut <marek.vasut@gmail.com>
1552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1553 S:      Maintained
1554 F:      arch/arm/mach-pxa/vpac270.c
1555 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1556
1557 ARM/VT8500 ARM ARCHITECTURE
1558 M:      Tony Prisk <linux@prisktech.co.nz>
1559 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1560 S:      Maintained
1561 F:      arch/arm/mach-vt8500/
1562 F:      drivers/clocksource/vt8500_timer.c
1563 F:      drivers/i2c/busses/i2c-wmt.c
1564 F:      drivers/mmc/host/wmt-sdmmc.c
1565 F:      drivers/pwm/pwm-vt8500.c
1566 F:      drivers/rtc/rtc-vt8500.c
1567 F:      drivers/tty/serial/vt8500_serial.c
1568 F:      drivers/usb/host/ehci-platform.c
1569 F:      drivers/usb/host/uhci-platform.c
1570 F:      drivers/video/fbdev/vt8500lcdfb.*
1571 F:      drivers/video/fbdev/wm8505fb*
1572 F:      drivers/video/fbdev/wmt_ge_rops.*
1573
1574 ARM/ZIPIT Z2 SUPPORT
1575 M:      Marek Vasut <marek.vasut@gmail.com>
1576 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1577 S:      Maintained
1578 F:      arch/arm/mach-pxa/z2.c
1579 F:      arch/arm/mach-pxa/include/mach/z2.h
1580
1581 ARM/ZYNQ ARCHITECTURE
1582 M:      Michal Simek <michal.simek@xilinx.com>
1583 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1584 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1585 W:      http://wiki.xilinx.com
1586 T:      git git://git.xilinx.com/linux-xlnx.git
1587 S:      Supported
1588 F:      arch/arm/mach-zynq/
1589 F:      drivers/cpuidle/cpuidle-zynq.c
1590 F:      drivers/block/xsysace.c
1591 N:      zynq
1592 N:      xilinx
1593 F:      drivers/clocksource/cadence_ttc_timer.c
1594 F:      drivers/i2c/busses/i2c-cadence.c
1595 F:      drivers/mmc/host/sdhci-of-arasan.c
1596 F:      drivers/edac/synopsys_edac.c
1597
1598 ARM SMMU DRIVER
1599 M:      Will Deacon <will.deacon@arm.com>
1600 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1601 S:      Maintained
1602 F:      drivers/iommu/arm-smmu.c
1603
1604 ARM64 PORT (AARCH64 ARCHITECTURE)
1605 M:      Catalin Marinas <catalin.marinas@arm.com>
1606 M:      Will Deacon <will.deacon@arm.com>
1607 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1608 S:      Maintained
1609 F:      arch/arm64/
1610 F:      Documentation/arm64/
1611
1612 AS3645A LED FLASH CONTROLLER DRIVER
1613 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1614 L:      linux-media@vger.kernel.org
1615 T:      git git://linuxtv.org/media_tree.git
1616 S:      Maintained
1617 F:      drivers/media/i2c/as3645a.c
1618 F:      include/media/as3645a.h
1619
1620 ASC7621 HARDWARE MONITOR DRIVER
1621 M:      George Joseph <george.joseph@fairview5.com>
1622 L:      lm-sensors@lm-sensors.org
1623 S:      Maintained
1624 F:      Documentation/hwmon/asc7621
1625 F:      drivers/hwmon/asc7621.c
1626
1627 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1628 M:      Corentin Chary <corentin.chary@gmail.com>
1629 L:      acpi4asus-user@lists.sourceforge.net
1630 L:      platform-driver-x86@vger.kernel.org
1631 W:      http://acpi4asus.sf.net
1632 S:      Maintained
1633 F:      drivers/platform/x86/asus*.c
1634 F:      drivers/platform/x86/eeepc*.c
1635
1636 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1637 R:      Dan Williams <dan.j.williams@intel.com>
1638 W:      http://sourceforge.net/projects/xscaleiop
1639 S:      Odd fixes
1640 F:      Documentation/crypto/async-tx-api.txt
1641 F:      crypto/async_tx/
1642 F:      drivers/dma/
1643 F:      include/linux/dmaengine.h
1644 F:      include/linux/async_tx.h
1645
1646 AT24 EEPROM DRIVER
1647 M:      Wolfram Sang <wsa@the-dreams.de>
1648 L:      linux-i2c@vger.kernel.org
1649 S:      Maintained
1650 F:      drivers/misc/eeprom/at24.c
1651 F:      include/linux/platform_data/at24.h
1652
1653 ATA OVER ETHERNET (AOE) DRIVER
1654 M:      "Ed L. Cashin" <ecashin@coraid.com>
1655 W:      http://support.coraid.com/support/linux
1656 S:      Supported
1657 F:      Documentation/aoe/
1658 F:      drivers/block/aoe/
1659
1660 ATHEROS ATH GENERIC UTILITIES
1661 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1662 L:      linux-wireless@vger.kernel.org
1663 S:      Supported
1664 F:      drivers/net/wireless/ath/*
1665
1666 ATHEROS ATH5K WIRELESS DRIVER
1667 M:      Jiri Slaby <jirislaby@gmail.com>
1668 M:      Nick Kossifidis <mickflemm@gmail.com>
1669 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1670 L:      linux-wireless@vger.kernel.org
1671 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1672 S:      Maintained
1673 F:      drivers/net/wireless/ath/ath5k/
1674
1675 ATHEROS ATH6KL WIRELESS DRIVER
1676 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1677 L:      linux-wireless@vger.kernel.org
1678 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1679 T:      git git://github.com/kvalo/ath.git
1680 S:      Supported
1681 F:      drivers/net/wireless/ath/ath6kl/
1682
1683 WILOCITY WIL6210 WIRELESS DRIVER
1684 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1685 L:      linux-wireless@vger.kernel.org
1686 L:      wil6210@qca.qualcomm.com
1687 S:      Supported
1688 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1689 F:      drivers/net/wireless/ath/wil6210/
1690 F:      include/uapi/linux/wil6210_uapi.h
1691
1692 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1693 M:      Christian Lamparter <chunkeey@googlemail.com>
1694 L:      linux-wireless@vger.kernel.org
1695 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1696 S:      Maintained
1697 F:      drivers/net/wireless/ath/carl9170/
1698
1699 ATK0110 HWMON DRIVER
1700 M:      Luca Tettamanti <kronos.it@gmail.com>
1701 L:      lm-sensors@lm-sensors.org
1702 S:      Maintained
1703 F:      drivers/hwmon/asus_atk0110.c
1704
1705 ATI_REMOTE2 DRIVER
1706 M:      Ville Syrjala <syrjala@sci.fi>
1707 S:      Maintained
1708 F:      drivers/input/misc/ati_remote2.c
1709
1710 ATLX ETHERNET DRIVERS
1711 M:      Jay Cliburn <jcliburn@gmail.com>
1712 M:      Chris Snook <chris.snook@gmail.com>
1713 L:      netdev@vger.kernel.org
1714 W:      http://sourceforge.net/projects/atl1
1715 W:      http://atl1.sourceforge.net
1716 S:      Maintained
1717 F:      drivers/net/ethernet/atheros/
1718
1719 ATM
1720 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1721 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1722 L:      netdev@vger.kernel.org
1723 W:      http://linux-atm.sourceforge.net
1724 S:      Maintained
1725 F:      drivers/atm/
1726 F:      include/linux/atm*
1727 F:      include/uapi/linux/atm*
1728
1729 ATMEL AT91 / AT32 MCI DRIVER
1730 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1731 S:      Maintained
1732 F:      drivers/mmc/host/atmel-mci.c
1733 F:      drivers/mmc/host/atmel-mci-regs.h
1734
1735 ATMEL AT91 / AT32 SERIAL DRIVER
1736 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1737 S:      Supported
1738 F:      drivers/tty/serial/atmel_serial.c
1739
1740 ATMEL Audio ALSA driver
1741 M:      Bo Shen <voice.shen@atmel.com>
1742 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1743 S:      Supported
1744 F:      sound/soc/atmel
1745
1746 ATMEL DMA DRIVER
1747 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1748 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1749 S:      Supported
1750 F:      drivers/dma/at_hdmac.c
1751 F:      drivers/dma/at_hdmac_regs.h
1752 F:      include/linux/platform_data/dma-atmel.h
1753
1754 ATMEL XDMA DRIVER
1755 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1756 L:      linux-arm-kernel@lists.infradead.org
1757 L:      dmaengine@vger.kernel.org
1758 S:      Supported
1759 F:      drivers/dma/at_xdmac.c
1760
1761 ATMEL I2C DRIVER
1762 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1763 L:      linux-i2c@vger.kernel.org
1764 S:      Supported
1765 F:      drivers/i2c/busses/i2c-at91.c
1766
1767 ATMEL ISI DRIVER
1768 M:      Josh Wu <josh.wu@atmel.com>
1769 L:      linux-media@vger.kernel.org
1770 S:      Supported
1771 F:      drivers/media/platform/soc_camera/atmel-isi.c
1772 F:      include/media/atmel-isi.h
1773
1774 ATMEL LCDFB DRIVER
1775 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1776 L:      linux-fbdev@vger.kernel.org
1777 S:      Maintained
1778 F:      drivers/video/fbdev/atmel_lcdfb.c
1779 F:      include/video/atmel_lcdc.h
1780
1781 ATMEL MACB ETHERNET DRIVER
1782 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1783 S:      Supported
1784 F:      drivers/net/ethernet/cadence/
1785
1786 ATMEL NAND DRIVER
1787 M:      Josh Wu <josh.wu@atmel.com>
1788 L:      linux-mtd@lists.infradead.org
1789 S:      Supported
1790 F:      drivers/mtd/nand/atmel_nand*
1791
1792 ATMEL SPI DRIVER
1793 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1794 S:      Supported
1795 F:      drivers/spi/spi-atmel.*
1796
1797 ATMEL SSC DRIVER
1798 M:      Bo Shen <voice.shen@atmel.com>
1799 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1800 S:      Supported
1801 F:      drivers/misc/atmel-ssc.c
1802 F:      include/linux/atmel-ssc.h
1803
1804 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1805 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1806 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1807 S:      Supported
1808 F:      drivers/misc/atmel_tclib.c
1809 F:      drivers/clocksource/tcb_clksrc.c
1810
1811 ATMEL USBA UDC DRIVER
1812 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1813 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1814 S:      Supported
1815 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1816
1817 ATMEL WIRELESS DRIVER
1818 M:      Simon Kelley <simon@thekelleys.org.uk>
1819 L:      linux-wireless@vger.kernel.org
1820 W:      http://www.thekelleys.org.uk/atmel
1821 W:      http://atmelwlandriver.sourceforge.net/
1822 S:      Maintained
1823 F:      drivers/net/wireless/atmel*
1824
1825 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1826 M:      Bradley Grove <linuxdrivers@attotech.com>
1827 L:      linux-scsi@vger.kernel.org
1828 W:      http://www.attotech.com
1829 S:      Supported
1830 F:      drivers/scsi/esas2r
1831
1832 AUDIT SUBSYSTEM
1833 M:      Paul Moore <paul@paul-moore.com>
1834 M:      Eric Paris <eparis@redhat.com>
1835 L:      linux-audit@redhat.com (moderated for non-subscribers)
1836 W:      http://people.redhat.com/sgrubb/audit/
1837 T:      git git://git.infradead.org/users/pcmoore/audit
1838 S:      Maintained
1839 F:      include/linux/audit.h
1840 F:      include/uapi/linux/audit.h
1841 F:      kernel/audit*
1842
1843 AUXILIARY DISPLAY DRIVERS
1844 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1845 W:      http://miguelojeda.es/auxdisplay.htm
1846 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1847 S:      Maintained
1848 F:      drivers/auxdisplay/
1849 F:      include/linux/cfag12864b.h
1850
1851 AVR32 ARCHITECTURE
1852 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1853 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1854 W:      http://www.atmel.com/products/AVR32/
1855 W:      http://mirror.egtvedt.no/avr32linux.org/
1856 W:      http://avrfreaks.net/
1857 S:      Maintained
1858 F:      arch/avr32/
1859
1860 AVR32/AT32AP MACHINE SUPPORT
1861 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1862 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1863 S:      Maintained
1864 F:      arch/avr32/mach-at32ap/
1865
1866 AX.25 NETWORK LAYER
1867 M:      Ralf Baechle <ralf@linux-mips.org>
1868 L:      linux-hams@vger.kernel.org
1869 W:      http://www.linux-ax25.org/
1870 S:      Maintained
1871 F:      include/uapi/linux/ax25.h
1872 F:      include/net/ax25.h
1873 F:      net/ax25/
1874
1875 AZ6007 DVB DRIVER
1876 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1877 L:      linux-media@vger.kernel.org
1878 W:      http://linuxtv.org
1879 T:      git git://linuxtv.org/media_tree.git
1880 S:      Maintained
1881 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1882
1883 AZTECH FM RADIO RECEIVER DRIVER
1884 M:      Hans Verkuil <hverkuil@xs4all.nl>
1885 L:      linux-media@vger.kernel.org
1886 T:      git git://linuxtv.org/media_tree.git
1887 W:      http://linuxtv.org
1888 S:      Maintained
1889 F:      drivers/media/radio/radio-aztech*
1890
1891 B43 WIRELESS DRIVER
1892 M:      Stefano Brivio <stefano.brivio@polimi.it>
1893 L:      linux-wireless@vger.kernel.org
1894 L:      b43-dev@lists.infradead.org
1895 W:      http://wireless.kernel.org/en/users/Drivers/b43
1896 S:      Maintained
1897 F:      drivers/net/wireless/b43/
1898
1899 B43LEGACY WIRELESS DRIVER
1900 M:      Larry Finger <Larry.Finger@lwfinger.net>
1901 M:      Stefano Brivio <stefano.brivio@polimi.it>
1902 L:      linux-wireless@vger.kernel.org
1903 L:      b43-dev@lists.infradead.org
1904 W:      http://wireless.kernel.org/en/users/Drivers/b43
1905 S:      Maintained
1906 F:      drivers/net/wireless/b43legacy/
1907
1908 BACKLIGHT CLASS/SUBSYSTEM
1909 M:      Jingoo Han <jg1.han@samsung.com>
1910 M:      Lee Jones <lee.jones@linaro.org>
1911 S:      Maintained
1912 F:      drivers/video/backlight/
1913 F:      include/linux/backlight.h
1914
1915 BATMAN ADVANCED
1916 M:      Marek Lindner <mareklindner@neomailbox.ch>
1917 M:      Simon Wunderlich <sw@simonwunderlich.de>
1918 M:      Antonio Quartulli <antonio@meshcoding.com>
1919 L:      b.a.t.m.a.n@lists.open-mesh.org
1920 W:      http://www.open-mesh.org/
1921 S:      Maintained
1922 F:      net/batman-adv/
1923
1924 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1925 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1926 L:      linux-hams@vger.kernel.org
1927 W:      http://www.baycom.org/~tom/ham/ham.html
1928 S:      Maintained
1929 F:      drivers/net/hamradio/baycom*
1930
1931 BCACHE (BLOCK LAYER CACHE)
1932 M:      Kent Overstreet <kmo@daterainc.com>
1933 L:      linux-bcache@vger.kernel.org
1934 W:      http://bcache.evilpiepirate.org
1935 S:      Maintained:
1936 F:      drivers/md/bcache/
1937
1938 BEFS FILE SYSTEM
1939 S:      Orphan
1940 F:      Documentation/filesystems/befs.txt
1941 F:      fs/befs/
1942
1943 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1944 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1945 L: netdev@vger.kernel.org
1946 S: Maintained
1947 F: drivers/net/ethernet/ec_bhf.c
1948
1949 BFS FILE SYSTEM
1950 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1951 S:      Maintained
1952 F:      Documentation/filesystems/bfs.txt
1953 F:      fs/bfs/
1954 F:      include/uapi/linux/bfs_fs.h
1955
1956 BLACKFIN ARCHITECTURE
1957 M:      Steven Miao <realmz6@gmail.com>
1958 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1959 T:      git git://git.code.sf.net/p/adi-linux/code
1960 W:      http://blackfin.uclinux.org
1961 S:      Supported
1962 F:      arch/blackfin/
1963
1964 BLACKFIN EMAC DRIVER
1965 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1966 W:      http://blackfin.uclinux.org
1967 S:      Supported
1968 F:      drivers/net/ethernet/adi/
1969
1970 BLACKFIN RTC DRIVER
1971 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1972 W:      http://blackfin.uclinux.org
1973 S:      Supported
1974 F:      drivers/rtc/rtc-bfin.c
1975
1976 BLACKFIN SDH DRIVER
1977 M:      Sonic Zhang <sonic.zhang@analog.com>
1978 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1979 W:      http://blackfin.uclinux.org
1980 S:      Supported
1981 F:      drivers/mmc/host/bfin_sdh.c
1982
1983 BLACKFIN SERIAL DRIVER
1984 M:      Sonic Zhang <sonic.zhang@analog.com>
1985 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1986 W:      http://blackfin.uclinux.org
1987 S:      Supported
1988 F:      drivers/tty/serial/bfin_uart.c
1989
1990 BLACKFIN WATCHDOG DRIVER
1991 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1992 W:      http://blackfin.uclinux.org
1993 S:      Supported
1994 F:      drivers/watchdog/bfin_wdt.c
1995
1996 BLACKFIN I2C TWI 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/i2c/busses/i2c-bfin-twi.c
2002
2003 BLACKFIN MEDIA DRIVER
2004 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2005 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2006 W:      http://blackfin.uclinux.org/
2007 S:      Supported
2008 F:      drivers/media/platform/blackfin/
2009 F:      drivers/media/i2c/adv7183*
2010 F:      drivers/media/i2c/vs6624*
2011
2012 BLINKM RGB LED DRIVER
2013 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2014 S:      Maintained
2015 F:      drivers/leds/leds-blinkm.c
2016
2017 BLOCK LAYER
2018 M:      Jens Axboe <axboe@kernel.dk>
2019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2020 S:      Maintained
2021 F:      block/
2022
2023 BLOCK2MTD DRIVER
2024 M:      Joern Engel <joern@lazybastard.org>
2025 L:      linux-mtd@lists.infradead.org
2026 S:      Maintained
2027 F:      drivers/mtd/devices/block2mtd.c
2028
2029 BLUETOOTH DRIVERS
2030 M:      Marcel Holtmann <marcel@holtmann.org>
2031 M:      Gustavo Padovan <gustavo@padovan.org>
2032 M:      Johan Hedberg <johan.hedberg@gmail.com>
2033 L:      linux-bluetooth@vger.kernel.org
2034 W:      http://www.bluez.org/
2035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2037 S:      Maintained
2038 F:      drivers/bluetooth/
2039
2040 BLUETOOTH SUBSYSTEM
2041 M:      Marcel Holtmann <marcel@holtmann.org>
2042 M:      Gustavo Padovan <gustavo@padovan.org>
2043 M:      Johan Hedberg <johan.hedberg@gmail.com>
2044 L:      linux-bluetooth@vger.kernel.org
2045 W:      http://www.bluez.org/
2046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2048 S:      Maintained
2049 F:      net/bluetooth/
2050 F:      include/net/bluetooth/
2051
2052 BONDING DRIVER
2053 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2054 M:      Veaceslav Falico <vfalico@gmail.com>
2055 M:      Andy Gospodarek <andy@greyhouse.net>
2056 L:      netdev@vger.kernel.org
2057 W:      http://sourceforge.net/projects/bonding/
2058 S:      Supported
2059 F:      drivers/net/bonding/
2060 F:      include/uapi/linux/if_bonding.h
2061
2062 BPF (Safe dynamic programs and tools)
2063 M:      Alexei Starovoitov <ast@kernel.org>
2064 L:      netdev@vger.kernel.org
2065 L:      linux-kernel@vger.kernel.org
2066 S:      Supported
2067 F:      kernel/bpf/
2068
2069 BROADCOM B44 10/100 ETHERNET DRIVER
2070 M:      Gary Zambrano <zambrano@broadcom.com>
2071 L:      netdev@vger.kernel.org
2072 S:      Supported
2073 F:      drivers/net/ethernet/broadcom/b44.*
2074
2075 BROADCOM GENET ETHERNET DRIVER
2076 M:      Florian Fainelli <f.fainelli@gmail.com>
2077 L:      netdev@vger.kernel.org
2078 S:      Supported
2079 F:      drivers/net/ethernet/broadcom/genet/
2080
2081 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2082 M:      Sony Chacko <sony.chacko@qlogic.com>
2083 M:      Dept-HSGLinuxNICDev@qlogic.com
2084 L:      netdev@vger.kernel.org
2085 S:      Supported
2086 F:      drivers/net/ethernet/broadcom/bnx2.*
2087 F:      drivers/net/ethernet/broadcom/bnx2_*
2088
2089 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2090 M:      Ariel Elior <ariel.elior@qlogic.com>
2091 L:      netdev@vger.kernel.org
2092 S:      Supported
2093 F:      drivers/net/ethernet/broadcom/bnx2x/
2094
2095 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2096 M:      Christian Daudt <bcm@fixthebug.org>
2097 M:      Matt Porter <mporter@linaro.org>
2098 M:      Florian Fainelli <f.fainelli@gmail.com>
2099 L:      bcm-kernel-feedback-list@broadcom.com
2100 T:      git git://github.com/broadcom/mach-bcm
2101 S:      Maintained
2102 F:      arch/arm/mach-bcm/
2103 F:      arch/arm/boot/dts/bcm113*
2104 F:      arch/arm/boot/dts/bcm216*
2105 F:      arch/arm/boot/dts/bcm281*
2106 F:      arch/arm/configs/bcm_defconfig
2107 F:      drivers/mmc/host/sdhci-bcm-kona.c
2108 F:      drivers/clocksource/bcm_kona_timer.c
2109
2110 BROADCOM BCM2835 ARM ARCHITECTURE
2111 M:      Stephen Warren <swarren@wwwdotorg.org>
2112 M:      Lee Jones <lee@kernel.org>
2113 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2115 S:      Maintained
2116 N:      bcm2835
2117
2118 BROADCOM BCM33XX MIPS ARCHITECTURE
2119 M:      Kevin Cernekee <cernekee@gmail.com>
2120 L:      linux-mips@linux-mips.org
2121 S:      Maintained
2122 F:      arch/mips/bcm3384/*
2123 F:      arch/mips/include/asm/mach-bcm3384/*
2124 F:      arch/mips/kernel/*bmips*
2125
2126 BROADCOM BCM5301X ARM ARCHITECTURE
2127 M:      Hauke Mehrtens <hauke@hauke-m.de>
2128 L:      linux-arm-kernel@lists.infradead.org
2129 S:      Maintained
2130 F:      arch/arm/mach-bcm/bcm_5301x.c
2131 F:      arch/arm/boot/dts/bcm5301x.dtsi
2132 F:      arch/arm/boot/dts/bcm470*
2133
2134 BROADCOM BCM63XX ARM ARCHITECTURE
2135 M:      Florian Fainelli <f.fainelli@gmail.com>
2136 L:      linux-arm-kernel@lists.infradead.org
2137 T:      git git://git.github.com/brcm/linux.git
2138 S:      Maintained
2139 F:      arch/arm/mach-bcm/bcm63xx.c
2140 F:      arch/arm/include/debug/bcm63xx.S
2141
2142 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2143 M:      Kevin Cernekee <cernekee@gmail.com>
2144 L:      linux-usb@vger.kernel.org
2145 S:      Maintained
2146 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2147
2148 BROADCOM BCM7XXX ARM ARCHITECTURE
2149 M:      Marc Carino <marc.ceeeee@gmail.com>
2150 M:      Brian Norris <computersforpeace@gmail.com>
2151 M:      Gregory Fong <gregory.0xf0@gmail.com>
2152 M:      Florian Fainelli <f.fainelli@gmail.com>
2153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2154 S:      Maintained
2155 F:      arch/arm/mach-bcm/*brcmstb*
2156 F:      arch/arm/boot/dts/bcm7*.dts*
2157 F:      drivers/bus/brcmstb_gisb.c
2158
2159 BROADCOM BMIPS MIPS ARCHITECTURE
2160 M:      Kevin Cernekee <cernekee@gmail.com>
2161 M:      Florian Fainelli <f.fainelli@gmail.com>
2162 L:      linux-mips@linux-mips.org
2163 S:      Maintained
2164 F:      arch/mips/bmips/*
2165 F:      arch/mips/include/asm/mach-bmips/*
2166 F:      arch/mips/kernel/*bmips*
2167 F:      arch/mips/boot/dts/bcm*.dts*
2168 F:      drivers/irqchip/irq-bcm7*
2169 F:      drivers/irqchip/irq-brcmstb*
2170
2171 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2172 M:      Prashant Sreedharan <prashant@broadcom.com>
2173 M:      Michael Chan <mchan@broadcom.com>
2174 L:      netdev@vger.kernel.org
2175 S:      Supported
2176 F:      drivers/net/ethernet/broadcom/tg3.*
2177
2178 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2179 M:      Brett Rudley <brudley@broadcom.com>
2180 M:      Arend van Spriel <arend@broadcom.com>
2181 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2182 M:      Hante Meuleman <meuleman@broadcom.com>
2183 L:      linux-wireless@vger.kernel.org
2184 L:      brcm80211-dev-list@broadcom.com
2185 S:      Supported
2186 F:      drivers/net/wireless/brcm80211/
2187
2188 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2189 M:      QLogic-Storage-Upstream@qlogic.com
2190 L:      linux-scsi@vger.kernel.org
2191 S:      Supported
2192 F:      drivers/scsi/bnx2fc/
2193
2194 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2195 M:      QLogic-Storage-Upstream@qlogic.com
2196 L:      linux-scsi@vger.kernel.org
2197 S:      Supported
2198 F:      drivers/scsi/bnx2i/
2199
2200 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2201 M:      Ray Jui <rjui@broadcom.com>
2202 M:      Scott Branden <sbranden@broadcom.com>
2203 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2204 L:      bcm-kernel-feedback-list@broadcom.com
2205 T:      git git://git.github.com/brcm/linux.git
2206 S:      Maintained
2207 N:      iproc
2208 N:      cygnus
2209 N:      bcm9113*
2210 N:      bcm9583*
2211 N:      bcm583*
2212 N:      bcm113*
2213
2214 BROADCOM KONA GPIO DRIVER
2215 M:      Ray Jui <rjui@broadcom.com>
2216 L:      bcm-kernel-feedback-list@broadcom.com
2217 S:      Supported
2218 F:      drivers/gpio/gpio-bcm-kona.c
2219 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2220
2221 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2222 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2223 L:      linux-wireless@vger.kernel.org
2224 S:      Maintained
2225 F:      drivers/bcma/
2226 F:      include/linux/bcma/
2227
2228 BROADCOM SYSTEMPORT ETHERNET DRIVER
2229 M:      Florian Fainelli <f.fainelli@gmail.com>
2230 L:      netdev@vger.kernel.org
2231 S:      Supported
2232 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2233
2234 BROCADE BFA FC SCSI DRIVER
2235 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2236 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2237 L:      linux-scsi@vger.kernel.org
2238 S:      Supported
2239 F:      drivers/scsi/bfa/
2240
2241 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2242 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2243 L:      netdev@vger.kernel.org
2244 S:      Supported
2245 F:      drivers/net/ethernet/brocade/bna/
2246
2247 BSG (block layer generic sg v4 driver)
2248 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2249 L:      linux-scsi@vger.kernel.org
2250 S:      Supported
2251 F:      block/bsg.c
2252 F:      include/linux/bsg.h
2253 F:      include/uapi/linux/bsg.h
2254
2255 BT87X AUDIO DRIVER
2256 M:      Clemens Ladisch <clemens@ladisch.de>
2257 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2258 T:      git git://git.alsa-project.org/alsa-kernel.git
2259 S:      Maintained
2260 F:      Documentation/sound/alsa/Bt87x.txt
2261 F:      sound/pci/bt87x.c
2262
2263 BT8XXGPIO DRIVER
2264 M:      Michael Buesch <m@bues.ch>
2265 W:      http://bu3sch.de/btgpio.php
2266 S:      Maintained
2267 F:      drivers/gpio/gpio-bt8xx.c
2268
2269 BTRFS FILE SYSTEM
2270 M:      Chris Mason <clm@fb.com>
2271 M:      Josef Bacik <jbacik@fb.com>
2272 M:      David Sterba <dsterba@suse.cz>
2273 L:      linux-btrfs@vger.kernel.org
2274 W:      http://btrfs.wiki.kernel.org/
2275 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2277 S:      Maintained
2278 F:      Documentation/filesystems/btrfs.txt
2279 F:      fs/btrfs/
2280
2281 BTTV VIDEO4LINUX DRIVER
2282 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2283 L:      linux-media@vger.kernel.org
2284 W:      http://linuxtv.org
2285 T:      git git://linuxtv.org/media_tree.git
2286 S:      Odd fixes
2287 F:      Documentation/video4linux/bttv/
2288 F:      drivers/media/pci/bt8xx/bttv*
2289
2290 BUSLOGIC SCSI DRIVER
2291 M:      Khalid Aziz <khalid@gonehiking.org>
2292 L:      linux-scsi@vger.kernel.org
2293 S:      Maintained
2294 F:      drivers/scsi/BusLogic.*
2295 F:      drivers/scsi/FlashPoint.*
2296
2297 C-MEDIA CMI8788 DRIVER
2298 M:      Clemens Ladisch <clemens@ladisch.de>
2299 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2300 T:      git git://git.alsa-project.org/alsa-kernel.git
2301 S:      Maintained
2302 F:      sound/pci/oxygen/
2303
2304 C6X ARCHITECTURE
2305 M:      Mark Salter <msalter@redhat.com>
2306 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2307 L:      linux-c6x-dev@linux-c6x.org
2308 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2309 S:      Maintained
2310 F:      arch/c6x/
2311
2312 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2313 M:      David Howells <dhowells@redhat.com>
2314 L:      linux-cachefs@redhat.com
2315 S:      Supported
2316 F:      Documentation/filesystems/caching/cachefiles.txt
2317 F:      fs/cachefiles/
2318
2319 CADET FM/AM RADIO RECEIVER DRIVER
2320 M:      Hans Verkuil <hverkuil@xs4all.nl>
2321 L:      linux-media@vger.kernel.org
2322 T:      git git://linuxtv.org/media_tree.git
2323 W:      http://linuxtv.org
2324 S:      Maintained
2325 F:      drivers/media/radio/radio-cadet*
2326
2327 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2328 M:      Jonathan Corbet <corbet@lwn.net>
2329 L:      linux-media@vger.kernel.org
2330 T:      git git://linuxtv.org/media_tree.git
2331 S:      Maintained
2332 F:      Documentation/video4linux/cafe_ccic
2333 F:      drivers/media/platform/marvell-ccic/
2334
2335 CAIF NETWORK LAYER
2336 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2337 L:      netdev@vger.kernel.org
2338 S:      Supported
2339 F:      Documentation/networking/caif/
2340 F:      drivers/net/caif/
2341 F:      include/uapi/linux/caif/
2342 F:      include/net/caif/
2343 F:      net/caif/
2344
2345 CALGARY x86-64 IOMMU
2346 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2347 M:      "Jon D. Mason" <jdmason@kudzu.us>
2348 L:      discuss@x86-64.org
2349 S:      Maintained
2350 F:      arch/x86/kernel/pci-calgary_64.c
2351 F:      arch/x86/kernel/tce_64.c
2352 F:      arch/x86/include/asm/calgary.h
2353 F:      arch/x86/include/asm/tce.h
2354
2355 CAN NETWORK LAYER
2356 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2357 L:      linux-can@vger.kernel.org
2358 W:      http://gitorious.org/linux-can
2359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2361 S:      Maintained
2362 F:      Documentation/networking/can.txt
2363 F:      net/can/
2364 F:      include/linux/can/core.h
2365 F:      include/uapi/linux/can.h
2366 F:      include/uapi/linux/can/bcm.h
2367 F:      include/uapi/linux/can/raw.h
2368 F:      include/uapi/linux/can/gw.h
2369
2370 CAN NETWORK DRIVERS
2371 M:      Wolfgang Grandegger <wg@grandegger.com>
2372 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2373 L:      linux-can@vger.kernel.org
2374 W:      http://gitorious.org/linux-can
2375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2377 S:      Maintained
2378 F:      drivers/net/can/
2379 F:      include/linux/can/dev.h
2380 F:      include/linux/can/platform/
2381 F:      include/uapi/linux/can/error.h
2382 F:      include/uapi/linux/can/netlink.h
2383
2384 CAPABILITIES
2385 M:      Serge Hallyn <serge.hallyn@canonical.com>
2386 L:      linux-security-module@vger.kernel.org
2387 S:      Supported
2388 F:      include/linux/capability.h
2389 F:      include/uapi/linux/capability.h
2390 F:      security/capability.c
2391 F:      security/commoncap.c
2392 F:      kernel/capability.c
2393
2394 CC2520 IEEE-802.15.4 RADIO DRIVER
2395 M:      Varka Bhadram <varkabhadram@gmail.com>
2396 L:      linux-wpan@vger.kernel.org
2397 S:      Maintained
2398 F:      drivers/net/ieee802154/cc2520.c
2399 F:      include/linux/spi/cc2520.h
2400 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2401
2402 CELL BROADBAND ENGINE ARCHITECTURE
2403 M:      Arnd Bergmann <arnd@arndb.de>
2404 L:      linuxppc-dev@lists.ozlabs.org
2405 L:      cbe-oss-dev@lists.ozlabs.org
2406 W:      http://www.ibm.com/developerworks/power/cell/
2407 S:      Supported
2408 F:      arch/powerpc/include/asm/cell*.h
2409 F:      arch/powerpc/include/asm/spu*.h
2410 F:      arch/powerpc/include/uapi/asm/spu*.h
2411 F:      arch/powerpc/oprofile/*cell*
2412 F:      arch/powerpc/platforms/cell/
2413
2414 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2415 M:      Sage Weil <sage@inktank.com>
2416 L:      ceph-devel@vger.kernel.org
2417 W:      http://ceph.com/
2418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2419 S:      Supported
2420 F:      Documentation/filesystems/ceph.txt
2421 F:      fs/ceph/
2422 F:      net/ceph/
2423 F:      include/linux/ceph/
2424 F:      include/linux/crush/
2425
2426 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2427 L:      linux-usb@vger.kernel.org
2428 S:      Orphan
2429 F:      Documentation/usb/WUSB-Design-overview.txt
2430 F:      Documentation/usb/wusb-cbaf
2431 F:      drivers/usb/host/hwa-hc.c
2432 F:      drivers/usb/host/whci/
2433 F:      drivers/usb/wusbcore/
2434 F:      include/linux/usb/wusb*
2435
2436 CFAG12864B LCD DRIVER
2437 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2438 W:      http://miguelojeda.es/auxdisplay.htm
2439 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2440 S:      Maintained
2441 F:      drivers/auxdisplay/cfag12864b.c
2442 F:      include/linux/cfag12864b.h
2443
2444 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2445 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2446 W:      http://miguelojeda.es/auxdisplay.htm
2447 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2448 S:      Maintained
2449 F:      drivers/auxdisplay/cfag12864bfb.c
2450 F:      include/linux/cfag12864b.h
2451
2452 CFG80211 and NL80211
2453 M:      Johannes Berg <johannes@sipsolutions.net>
2454 L:      linux-wireless@vger.kernel.org
2455 W:      http://wireless.kernel.org/
2456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2458 S:      Maintained
2459 F:      include/uapi/linux/nl80211.h
2460 F:      include/net/cfg80211.h
2461 F:      net/wireless/*
2462 X:      net/wireless/wext*
2463
2464 CHAR and MISC DRIVERS
2465 M:      Arnd Bergmann <arnd@arndb.de>
2466 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2468 S:      Supported
2469 F:      drivers/char/*
2470 F:      drivers/misc/*
2471 F:      include/linux/miscdevice.h
2472
2473 CHECKPATCH
2474 M:      Andy Whitcroft <apw@canonical.com>
2475 M:      Joe Perches <joe@perches.com>
2476 S:      Maintained
2477 F:      scripts/checkpatch.pl
2478
2479 CHINESE DOCUMENTATION
2480 M:      Harry Wei <harryxiyou@gmail.com>
2481 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2482 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2483 S:      Maintained
2484 F:      Documentation/zh_CN/
2485
2486 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2487 M:      Peter Chen <Peter.Chen@freescale.com>
2488 T:      git git://github.com/hzpeterchen/linux-usb.git
2489 L:      linux-usb@vger.kernel.org
2490 S:      Maintained
2491 F:      drivers/usb/chipidea/
2492
2493 CHROME HARDWARE PLATFORM SUPPORT
2494 M:      Olof Johansson <olof@lixom.net>
2495 S:      Maintained
2496 F:      drivers/platform/chrome/
2497
2498 CISCO VIC ETHERNET NIC DRIVER
2499 M:      Christian Benvenuti <benve@cisco.com>
2500 M:      Sujith Sankar <ssujith@cisco.com>
2501 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2502 M:      Neel Patel <neepatel@cisco.com>
2503 S:      Supported
2504 F:      drivers/net/ethernet/cisco/enic/
2505
2506 CISCO VIC LOW LATENCY NIC DRIVER
2507 M:      Upinder Malhi <umalhi@cisco.com>
2508 S:      Supported
2509 F:      drivers/infiniband/hw/usnic
2510
2511 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2512 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2513 L:      netdev@vger.kernel.org
2514 S:      Maintained
2515 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2516
2517 CIRRUS LOGIC AUDIO CODEC DRIVERS
2518 M:      Brian Austin <brian.austin@cirrus.com>
2519 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2520 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2521 S:      Maintained
2522 F:      sound/soc/codecs/cs*
2523
2524 CLEANCACHE API
2525 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2526 L:      linux-kernel@vger.kernel.org
2527 S:      Maintained
2528 F:      mm/cleancache.c
2529 F:      include/linux/cleancache.h
2530
2531 CLK API
2532 M:      Russell King <linux@arm.linux.org.uk>
2533 S:      Maintained
2534 F:      include/linux/clk.h
2535
2536 CLOCKSOURCE, CLOCKEVENT DRIVERS
2537 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2538 M:      Thomas Gleixner <tglx@linutronix.de>
2539 L:      linux-kernel@vger.kernel.org
2540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2541 S:      Supported
2542 F:      drivers/clocksource
2543
2544 CISCO FCOE HBA DRIVER
2545 M:      Hiral Patel <hiralpat@cisco.com>
2546 M:      Suma Ramars <sramars@cisco.com>
2547 M:      Brian Uchino <buchino@cisco.com>
2548 L:      linux-scsi@vger.kernel.org
2549 S:      Supported
2550 F:      drivers/scsi/fnic/
2551
2552 CMPC ACPI DRIVER
2553 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2554 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2555 L:      platform-driver-x86@vger.kernel.org
2556 S:      Supported
2557 F:      drivers/platform/x86/classmate-laptop.c
2558
2559 COCCINELLE/Semantic Patches (SmPL)
2560 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2561 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2562 M:      Nicolas Palix <nicolas.palix@imag.fr>
2563 M:      Michal Marek <mmarek@suse.cz>
2564 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2566 W:      http://coccinelle.lip6.fr/
2567 S:      Supported
2568 F:      Documentation/coccinelle.txt
2569 F:      scripts/coccinelle/
2570 F:      scripts/coccicheck
2571
2572 CODA FILE SYSTEM
2573 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2574 M:      coda@cs.cmu.edu
2575 L:      codalist@coda.cs.cmu.edu
2576 W:      http://www.coda.cs.cmu.edu/
2577 S:      Maintained
2578 F:      Documentation/filesystems/coda.txt
2579 F:      fs/coda/
2580 F:      include/linux/coda*.h
2581 F:      include/uapi/linux/coda*.h
2582
2583 CODA V4L2 MEM2MEM DRIVER
2584 M:      Philipp Zabel <p.zabel@pengutronix.de>
2585 L:      linux-media@vger.kernel.org
2586 S:      Maintained
2587 F:      Documentation/devicetree/bindings/media/coda.txt
2588 F:      drivers/media/platform/coda/
2589
2590 COMMON CLK FRAMEWORK
2591 M:      Mike Turquette <mturquette@linaro.org>
2592 M:      Stephen Boyd <sboyd@codeaurora.org>
2593 L:      linux-kernel@vger.kernel.org
2594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2595 S:      Maintained
2596 F:      drivers/clk/
2597 X:      drivers/clk/clkdev.c
2598 F:      include/linux/clk-pr*
2599 F:      include/linux/clk/
2600
2601 COMMON INTERNET FILE SYSTEM (CIFS)
2602 M:      Steve French <sfrench@samba.org>
2603 L:      linux-cifs@vger.kernel.org
2604 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2605 W:      http://linux-cifs.samba.org/
2606 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2607 S:      Supported
2608 F:      Documentation/filesystems/cifs/
2609 F:      fs/cifs/
2610
2611 COMPACTPCI HOTPLUG CORE
2612 M:      Scott Murray <scott@spiteful.org>
2613 L:      linux-pci@vger.kernel.org
2614 S:      Maintained
2615 F:      drivers/pci/hotplug/cpci_hotplug*
2616
2617 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2618 M:      Scott Murray <scott@spiteful.org>
2619 L:      linux-pci@vger.kernel.org
2620 S:      Maintained
2621 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2622
2623 COMPACTPCI HOTPLUG GENERIC DRIVER
2624 M:      Scott Murray <scott@spiteful.org>
2625 L:      linux-pci@vger.kernel.org
2626 S:      Maintained
2627 F:      drivers/pci/hotplug/cpcihp_generic.c
2628
2629 COMPAL LAPTOP SUPPORT
2630 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2631 L:      platform-driver-x86@vger.kernel.org
2632 S:      Maintained
2633 F:      drivers/platform/x86/compal-laptop.c
2634
2635 CONEXANT ACCESSRUNNER USB DRIVER
2636 M:      Simon Arlott <cxacru@fire.lp0.eu>
2637 L:      accessrunner-general@lists.sourceforge.net
2638 W:      http://accessrunner.sourceforge.net/
2639 S:      Maintained
2640 F:      drivers/usb/atm/cxacru.c
2641
2642 CONFIGFS
2643 M:      Joel Becker <jlbec@evilplan.org>
2644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2645 S:      Supported
2646 F:      fs/configfs/
2647 F:      include/linux/configfs.h
2648
2649 CONNECTOR
2650 M:      Evgeniy Polyakov <zbr@ioremap.net>
2651 L:      netdev@vger.kernel.org
2652 S:      Maintained
2653 F:      drivers/connector/
2654
2655 CONTROL GROUP (CGROUP)
2656 M:      Tejun Heo <tj@kernel.org>
2657 M:      Li Zefan <lizefan@huawei.com>
2658 L:      cgroups@vger.kernel.org
2659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2660 S:      Maintained
2661 F:      Documentation/cgroups/
2662 F:      include/linux/cgroup*
2663 F:      kernel/cgroup*
2664
2665 CONTROL GROUP - CPUSET
2666 M:      Li Zefan <lizefan@huawei.com>
2667 L:      cgroups@vger.kernel.org
2668 W:      http://www.bullopensource.org/cpuset/
2669 W:      http://oss.sgi.com/projects/cpusets/
2670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2671 S:      Maintained
2672 F:      Documentation/cgroups/cpusets.txt
2673 F:      include/linux/cpuset.h
2674 F:      kernel/cpuset.c
2675
2676 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2677 M:      Johannes Weiner <hannes@cmpxchg.org>
2678 M:      Michal Hocko <mhocko@suse.cz>
2679 L:      cgroups@vger.kernel.org
2680 L:      linux-mm@kvack.org
2681 S:      Maintained
2682 F:      mm/memcontrol.c
2683 F:      mm/swap_cgroup.c
2684
2685 CORETEMP HARDWARE MONITORING DRIVER
2686 M:      Fenghua Yu <fenghua.yu@intel.com>
2687 L:      lm-sensors@lm-sensors.org
2688 S:      Maintained
2689 F:      Documentation/hwmon/coretemp
2690 F:      drivers/hwmon/coretemp.c
2691
2692 COSA/SRP SYNC SERIAL DRIVER
2693 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2694 W:      http://www.fi.muni.cz/~kas/cosa/
2695 S:      Maintained
2696 F:      drivers/net/wan/cosa*
2697
2698 CPMAC ETHERNET DRIVER
2699 M:      Florian Fainelli <florian@openwrt.org>
2700 L:      netdev@vger.kernel.org
2701 S:      Maintained
2702 F:      drivers/net/ethernet/ti/cpmac.c
2703
2704 CPU FREQUENCY DRIVERS
2705 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2706 M:      Viresh Kumar <viresh.kumar@linaro.org>
2707 L:      linux-pm@vger.kernel.org
2708 S:      Maintained
2709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2710 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2711 F:      drivers/cpufreq/
2712 F:      include/linux/cpufreq.h
2713
2714 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2715 M:      Viresh Kumar <viresh.kumar@linaro.org>
2716 M:      Sudeep Holla <sudeep.holla@arm.com>
2717 L:      linux-pm@vger.kernel.org
2718 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2719 S:      Maintained
2720 F:      drivers/cpufreq/arm_big_little.h
2721 F:      drivers/cpufreq/arm_big_little.c
2722 F:      drivers/cpufreq/arm_big_little_dt.c
2723
2724 CPUIDLE DRIVER - ARM BIG LITTLE
2725 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2726 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2727 L:      linux-pm@vger.kernel.org
2728 L:      linux-arm-kernel@lists.infradead.org
2729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2730 S:      Maintained
2731 F:      drivers/cpuidle/cpuidle-big_little.c
2732
2733 CPUIDLE DRIVER - ARM EXYNOS
2734 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2735 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2736 M:      Kukjin Kim <kgene@kernel.org>
2737 L:      linux-pm@vger.kernel.org
2738 L:      linux-samsung-soc@vger.kernel.org
2739 S:      Supported
2740 F:      drivers/cpuidle/cpuidle-exynos.c
2741 F:      arch/arm/mach-exynos/pm.c
2742
2743 CPUIDLE DRIVERS
2744 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2745 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2746 L:      linux-pm@vger.kernel.org
2747 S:      Maintained
2748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2749 F:      drivers/cpuidle/*
2750 F:      include/linux/cpuidle.h
2751
2752 CPUID/MSR DRIVER
2753 M:      "H. Peter Anvin" <hpa@zytor.com>
2754 S:      Maintained
2755 F:      arch/x86/kernel/cpuid.c
2756 F:      arch/x86/kernel/msr.c
2757
2758 CPU POWER MONITORING SUBSYSTEM
2759 M:      Thomas Renninger <trenn@suse.de>
2760 L:      linux-pm@vger.kernel.org
2761 S:      Maintained
2762 F:      tools/power/cpupower/
2763
2764 CRAMFS FILESYSTEM
2765 W:      http://sourceforge.net/projects/cramfs/
2766 S:      Orphan / Obsolete
2767 F:      Documentation/filesystems/cramfs.txt
2768 F:      fs/cramfs/
2769
2770 CRIS PORT
2771 M:      Mikael Starvik <starvik@axis.com>
2772 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2773 L:      linux-cris-kernel@axis.com
2774 W:      http://developer.axis.com
2775 S:      Maintained
2776 F:      arch/cris/
2777 F:      drivers/tty/serial/crisv10.*
2778
2779 CRYPTO API
2780 M:      Herbert Xu <herbert@gondor.apana.org.au>
2781 M:      "David S. Miller" <davem@davemloft.net>
2782 L:      linux-crypto@vger.kernel.org
2783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2784 S:      Maintained
2785 F:      Documentation/crypto/
2786 F:      arch/*/crypto/
2787 F:      crypto/
2788 F:      drivers/crypto/
2789 F:      include/crypto/
2790
2791 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2792 M:      Neil Horman <nhorman@tuxdriver.com>
2793 L:      linux-crypto@vger.kernel.org
2794 S:      Maintained
2795 F:      crypto/ansi_cprng.c
2796 F:      crypto/rng.c
2797
2798 CS5535 Audio ALSA driver
2799 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2800 S:      Maintained
2801 F:      sound/pci/cs5535audio/
2802
2803 CW1200 WLAN driver
2804 M:      Solomon Peachy <pizza@shaftnet.org>
2805 S:      Maintained
2806 F:      drivers/net/wireless/cw1200/
2807
2808 CX18 VIDEO4LINUX DRIVER
2809 M:      Andy Walls <awalls@md.metrocast.net>
2810 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2811 L:      linux-media@vger.kernel.org
2812 T:      git git://linuxtv.org/media_tree.git
2813 W:      http://linuxtv.org
2814 W:      http://www.ivtvdriver.org/index.php/Cx18
2815 S:      Maintained
2816 F:      Documentation/video4linux/cx18.txt
2817 F:      drivers/media/pci/cx18/
2818 F:      include/uapi/linux/ivtv*
2819
2820 CX2341X MPEG ENCODER HELPER MODULE
2821 M:      Hans Verkuil <hverkuil@xs4all.nl>
2822 L:      linux-media@vger.kernel.org
2823 T:      git git://linuxtv.org/media_tree.git
2824 W:      http://linuxtv.org
2825 S:      Maintained
2826 F:      drivers/media/common/cx2341x*
2827 F:      include/media/cx2341x*
2828
2829 CX88 VIDEO4LINUX DRIVER
2830 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2831 L:      linux-media@vger.kernel.org
2832 W:      http://linuxtv.org
2833 T:      git git://linuxtv.org/media_tree.git
2834 S:      Odd fixes
2835 F:      Documentation/video4linux/cx88/
2836 F:      drivers/media/pci/cx88/
2837
2838 CXD2820R MEDIA DRIVER
2839 M:      Antti Palosaari <crope@iki.fi>
2840 L:      linux-media@vger.kernel.org
2841 W:      http://linuxtv.org/
2842 W:      http://palosaari.fi/linux/
2843 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2844 T:      git git://linuxtv.org/anttip/media_tree.git
2845 S:      Maintained
2846 F:      drivers/media/dvb-frontends/cxd2820r*
2847
2848 CXGB3 ETHERNET DRIVER (CXGB3)
2849 M:      Santosh Raspatur <santosh@chelsio.com>
2850 L:      netdev@vger.kernel.org
2851 W:      http://www.chelsio.com
2852 S:      Supported
2853 F:      drivers/net/ethernet/chelsio/cxgb3/
2854
2855 CXGB3 ISCSI DRIVER (CXGB3I)
2856 M:      Karen Xie <kxie@chelsio.com>
2857 L:      linux-scsi@vger.kernel.org
2858 W:      http://www.chelsio.com
2859 S:      Supported
2860 F:      drivers/scsi/cxgbi/cxgb3i
2861
2862 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2863 M:      Steve Wise <swise@chelsio.com>
2864 L:      linux-rdma@vger.kernel.org
2865 W:      http://www.openfabrics.org
2866 S:      Supported
2867 F:      drivers/infiniband/hw/cxgb3/
2868
2869 CXGB4 ETHERNET DRIVER (CXGB4)
2870 M:      Hariprasad S <hariprasad@chelsio.com>
2871 L:      netdev@vger.kernel.org
2872 W:      http://www.chelsio.com
2873 S:      Supported
2874 F:      drivers/net/ethernet/chelsio/cxgb4/
2875
2876 CXGB4 ISCSI DRIVER (CXGB4I)
2877 M:      Karen Xie <kxie@chelsio.com>
2878 L:      linux-scsi@vger.kernel.org
2879 W:      http://www.chelsio.com
2880 S:      Supported
2881 F:      drivers/scsi/cxgbi/cxgb4i
2882
2883 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2884 M:      Steve Wise <swise@chelsio.com>
2885 L:      linux-rdma@vger.kernel.org
2886 W:      http://www.openfabrics.org
2887 S:      Supported
2888 F:      drivers/infiniband/hw/cxgb4/
2889
2890 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2891 M:      Casey Leedom <leedom@chelsio.com>
2892 L:      netdev@vger.kernel.org
2893 W:      http://www.chelsio.com
2894 S:      Supported
2895 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2896
2897 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2898 M:      Ian Munsie <imunsie@au1.ibm.com>
2899 M:      Michael Neuling <mikey@neuling.org>
2900 L:      linuxppc-dev@lists.ozlabs.org
2901 S:      Supported
2902 F:      drivers/misc/cxl/
2903 F:      include/misc/cxl.h
2904 F:      include/uapi/misc/cxl.h
2905 F:      Documentation/powerpc/cxl.txt
2906 F:      Documentation/powerpc/cxl.txt
2907 F:      Documentation/ABI/testing/sysfs-class-cxl
2908
2909 STMMAC ETHERNET DRIVER
2910 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2911 L:      netdev@vger.kernel.org
2912 W:      http://www.stlinux.com
2913 S:      Supported
2914 F:      drivers/net/ethernet/stmicro/stmmac/
2915
2916 CYBERPRO FB DRIVER
2917 M:      Russell King <linux@arm.linux.org.uk>
2918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2919 W:      http://www.arm.linux.org.uk/
2920 S:      Maintained
2921 F:      drivers/video/fbdev/cyber2000fb.*
2922
2923 CYCLADES ASYNC MUX DRIVER
2924 W:      http://www.cyclades.com/
2925 S:      Orphan
2926 F:      drivers/tty/cyclades.c
2927 F:      include/linux/cyclades.h
2928 F:      include/uapi/linux/cyclades.h
2929
2930 CYCLADES PC300 DRIVER
2931 W:      http://www.cyclades.com/
2932 S:      Orphan
2933 F:      drivers/net/wan/pc300*
2934
2935 CYPRESS_FIRMWARE MEDIA DRIVER
2936 M:      Antti Palosaari <crope@iki.fi>
2937 L:      linux-media@vger.kernel.org
2938 W:      http://linuxtv.org/
2939 W:      http://palosaari.fi/linux/
2940 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2941 T:      git git://linuxtv.org/anttip/media_tree.git
2942 S:      Maintained
2943 F:      drivers/media/common/cypress_firmware*
2944
2945 CYTTSP TOUCHSCREEN DRIVER
2946 M:      Ferruh Yigit <fery@cypress.com>
2947 L:      linux-input@vger.kernel.org
2948 S:      Supported
2949 F:      drivers/input/touchscreen/cyttsp*
2950 F:      include/linux/input/cyttsp.h
2951
2952 DAMA SLAVE for AX.25
2953 M:      Joerg Reuter <jreuter@yaina.de>
2954 W:      http://yaina.de/jreuter/
2955 W:      http://www.qsl.net/dl1bke/
2956 L:      linux-hams@vger.kernel.org
2957 S:      Maintained
2958 F:      net/ax25/af_ax25.c
2959 F:      net/ax25/ax25_dev.c
2960 F:      net/ax25/ax25_ds_*
2961 F:      net/ax25/ax25_in.c
2962 F:      net/ax25/ax25_out.c
2963 F:      net/ax25/ax25_timer.c
2964 F:      net/ax25/sysctl_net_ax25.c
2965
2966 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2967 L:      netdev@vger.kernel.org
2968 S:      Orphan
2969 F:      Documentation/networking/dmfe.txt
2970 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2971
2972 DC390/AM53C974 SCSI driver
2973 M:      Hannes Reinecke <hare@suse.de>
2974 L:      linux-scsi@vger.kernel.org
2975 S:      Maintained
2976 F:      drivers/scsi/am53c974.c
2977
2978 DC395x SCSI driver
2979 M:      Oliver Neukum <oliver@neukum.org>
2980 M:      Ali Akcaagac <aliakc@web.de>
2981 M:      Jamie Lenehan <lenehan@twibble.org>
2982 L:      dc395x@twibble.org
2983 W:      http://twibble.org/dist/dc395x/
2984 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2985 S:      Maintained
2986 F:      Documentation/scsi/dc395x.txt
2987 F:      drivers/scsi/dc395x.*
2988
2989 DCCP PROTOCOL
2990 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2991 L:      dccp@vger.kernel.org
2992 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2993 S:      Maintained
2994 F:      include/linux/dccp.h
2995 F:      include/uapi/linux/dccp.h
2996 F:      include/linux/tfrc.h
2997 F:      net/dccp/
2998
2999 DECnet NETWORK LAYER
3000 W:      http://linux-decnet.sourceforge.net
3001 L:      linux-decnet-user@lists.sourceforge.net
3002 S:      Orphan
3003 F:      Documentation/networking/decnet.txt
3004 F:      net/decnet/
3005
3006 DECSTATION PLATFORM SUPPORT
3007 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3008 L:      linux-mips@linux-mips.org
3009 W:      http://www.linux-mips.org/wiki/DECstation
3010 S:      Maintained
3011 F:      arch/mips/dec/
3012 F:      arch/mips/include/asm/dec/
3013 F:      arch/mips/include/asm/mach-dec/
3014
3015 DEFXX FDDI NETWORK DRIVER
3016 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3017 S:      Maintained
3018 F:      drivers/net/fddi/defxx.*
3019
3020 DELL LAPTOP DRIVER
3021 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3022 L:      platform-driver-x86@vger.kernel.org
3023 S:      Maintained
3024 F:      drivers/platform/x86/dell-laptop.c
3025
3026 DELL LAPTOP SMM DRIVER
3027 M:      Guenter Roeck <linux@roeck-us.net>
3028 F:      drivers/char/i8k.c
3029 F:      include/uapi/linux/i8k.h
3030
3031 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3032 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3033 S:      Maintained
3034 F:      Documentation/dcdbas.txt
3035 F:      drivers/firmware/dcdbas.*
3036
3037 DELL WMI EXTRAS DRIVER
3038 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3039 S:      Maintained
3040 F:      drivers/platform/x86/dell-wmi.c
3041
3042 DESIGNWARE USB2 DRD IP DRIVER
3043 M:      Paul Zimmerman <paulz@synopsys.com>
3044 L:      linux-usb@vger.kernel.org
3045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3046 S:      Maintained
3047 F:      drivers/usb/dwc2/
3048
3049 DESIGNWARE USB3 DRD IP DRIVER
3050 M:      Felipe Balbi <balbi@ti.com>
3051 L:      linux-usb@vger.kernel.org
3052 L:      linux-omap@vger.kernel.org
3053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3054 S:      Maintained
3055 F:      drivers/usb/dwc3/
3056
3057 DEVICE COREDUMP (DEV_COREDUMP)
3058 M:      Johannes Berg <johannes@sipsolutions.net>
3059 L:      linux-kernel@vger.kernel.org
3060 S:      Maintained
3061 F:      drivers/base/devcoredump.c
3062 F:      include/linux/devcoredump.h
3063
3064 DEVICE FREQUENCY (DEVFREQ)
3065 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3066 M:      Kyungmin Park <kyungmin.park@samsung.com>
3067 L:      linux-pm@vger.kernel.org
3068 S:      Maintained
3069 F:      drivers/devfreq/
3070
3071 DEVICE NUMBER REGISTRY
3072 M:      Torben Mathiasen <device@lanana.org>
3073 W:      http://lanana.org/docs/device-list/index.html
3074 S:      Maintained
3075
3076 DEVICE-MAPPER  (LVM)
3077 M:      Alasdair Kergon <agk@redhat.com>
3078 M:      Mike Snitzer <snitzer@redhat.com>
3079 M:      dm-devel@redhat.com
3080 L:      dm-devel@redhat.com
3081 W:      http://sources.redhat.com/dm
3082 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3084 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3085 S:      Maintained
3086 F:      Documentation/device-mapper/
3087 F:      drivers/md/dm*
3088 F:      drivers/md/persistent-data/
3089 F:      include/linux/device-mapper.h
3090 F:      include/linux/dm-*.h
3091 F:      include/uapi/linux/dm-*.h
3092
3093 DIALOG SEMICONDUCTOR DRIVERS
3094 M:      Support Opensource <support.opensource@diasemi.com>
3095 W:      http://www.dialog-semiconductor.com/products
3096 S:      Supported
3097 F:      Documentation/hwmon/da90??
3098 F:      drivers/gpio/gpio-da90??.c
3099 F:      drivers/hwmon/da90??-hwmon.c
3100 F:      drivers/input/misc/da90??_onkey.c
3101 F:      drivers/input/touchscreen/da9052_tsi.c
3102 F:      drivers/leds/leds-da90??.c
3103 F:      drivers/mfd/da903x.c
3104 F:      drivers/mfd/da90??-*.c
3105 F:      drivers/power/da9052-battery.c
3106 F:      drivers/regulator/da903x.c
3107 F:      drivers/regulator/da9???-regulator.[ch]
3108 F:      drivers/rtc/rtc-da90??.c
3109 F:      drivers/video/backlight/da90??_bl.c
3110 F:      drivers/watchdog/da90??_wdt.c
3111 F:      include/linux/mfd/da903x.h
3112 F:      include/linux/mfd/da9052/
3113 F:      include/linux/mfd/da9055/
3114 F:      include/linux/mfd/da9063/
3115 F:      include/sound/da[79]*.h
3116 F:      sound/soc/codecs/da[79]*.[ch]
3117
3118 DIGI NEO AND CLASSIC PCI PRODUCTS
3119 M:      Lidza Louina <lidza.louina@gmail.com>
3120 M:      Mark Hounschell <markh@compro.net>
3121 L:      driverdev-devel@linuxdriverproject.org
3122 S:      Maintained
3123 F:      drivers/staging/dgnc/
3124
3125 DIGI EPCA PCI PRODUCTS
3126 M:      Lidza Louina <lidza.louina@gmail.com>
3127 M:      Mark Hounschell <markh@compro.net>
3128 M:      Daeseok Youn <daeseok.youn@gmail.com>
3129 L:      driverdev-devel@linuxdriverproject.org
3130 S:      Maintained
3131 F:      drivers/staging/dgap/
3132
3133 DIOLAN U2C-12 I2C DRIVER
3134 M:      Guenter Roeck <linux@roeck-us.net>
3135 L:      linux-i2c@vger.kernel.org
3136 S:      Maintained
3137 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3138
3139 DIRECTORY NOTIFICATION (DNOTIFY)
3140 M:      Eric Paris <eparis@parisplace.org>
3141 S:      Maintained
3142 F:      Documentation/filesystems/dnotify.txt
3143 F:      fs/notify/dnotify/
3144 F:      include/linux/dnotify.h
3145
3146 DISK GEOMETRY AND PARTITION HANDLING
3147 M:      Andries Brouwer <aeb@cwi.nl>
3148 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3149 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3150 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3151 S:      Maintained
3152
3153 DISKQUOTA
3154 M:      Jan Kara <jack@suse.cz>
3155 S:      Maintained
3156 F:      Documentation/filesystems/quota.txt
3157 F:      fs/quota/
3158 F:      include/linux/quota*.h
3159 F:      include/uapi/linux/quota*.h
3160
3161 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3162 M:      Bernie Thompson <bernie@plugable.com>
3163 L:      linux-fbdev@vger.kernel.org
3164 S:      Maintained
3165 W:      http://plugable.com/category/projects/udlfb/
3166 F:      drivers/video/fbdev/udlfb.c
3167 F:      include/video/udlfb.h
3168 F:      Documentation/fb/udlfb.txt
3169
3170 DISTRIBUTED LOCK MANAGER (DLM)
3171 M:      Christine Caulfield <ccaulfie@redhat.com>
3172 M:      David Teigland <teigland@redhat.com>
3173 L:      cluster-devel@redhat.com
3174 W:      http://sources.redhat.com/cluster/
3175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3176 S:      Supported
3177 F:      fs/dlm/
3178
3179 DMA BUFFER SHARING FRAMEWORK
3180 M:      Sumit Semwal <sumit.semwal@linaro.org>
3181 S:      Maintained
3182 L:      linux-media@vger.kernel.org
3183 L:      dri-devel@lists.freedesktop.org
3184 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3185 F:      drivers/dma-buf/
3186 F:      include/linux/dma-buf*
3187 F:      include/linux/reservation.h
3188 F:      include/linux/*fence.h
3189 F:      Documentation/dma-buf-sharing.txt
3190 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3191
3192 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3193 M:      Vinod Koul <vinod.koul@intel.com>
3194 L:      dmaengine@vger.kernel.org
3195 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3196 S:      Maintained
3197 F:      drivers/dma/
3198 F:      include/linux/dmaengine.h
3199 F:      Documentation/dmaengine/
3200 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3201
3202 DME1737 HARDWARE MONITOR DRIVER
3203 M:      Juerg Haefliger <juergh@gmail.com>
3204 L:      lm-sensors@lm-sensors.org
3205 S:      Maintained
3206 F:      Documentation/hwmon/dme1737
3207 F:      drivers/hwmon/dme1737.c
3208
3209 DOCKING STATION DRIVER
3210 M:      Shaohua Li <shaohua.li@intel.com>
3211 L:      linux-acpi@vger.kernel.org
3212 S:      Supported
3213 F:      drivers/acpi/dock.c
3214
3215 DOCUMENTATION
3216 M:      Jonathan Corbet <corbet@lwn.net>
3217 L:      linux-doc@vger.kernel.org
3218 S:      Maintained
3219 F:      Documentation/
3220 X:      Documentation/ABI/
3221 X:      Documentation/devicetree/
3222 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3223
3224 DOUBLETALK DRIVER
3225 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3226 L:      blinux-list@redhat.com
3227 S:      Maintained
3228 F:      drivers/char/dtlk.c
3229 F:      include/linux/dtlk.h
3230
3231 DPT_I2O SCSI RAID DRIVER
3232 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3233 L:      linux-scsi@vger.kernel.org
3234 W:      http://www.adaptec.com/
3235 S:      Maintained
3236 F:      drivers/scsi/dpt*
3237 F:      drivers/scsi/dpt/
3238
3239 DRBD DRIVER
3240 P:      Philipp Reisner
3241 P:      Lars Ellenberg
3242 M:      drbd-dev@lists.linbit.com
3243 L:      drbd-user@lists.linbit.com
3244 W:      http://www.drbd.org
3245 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3246 T:      git git://git.drbd.org/drbd-8.3.git
3247 S:      Supported
3248 F:      drivers/block/drbd/
3249 F:      lib/lru_cache.c
3250 F:      Documentation/blockdev/drbd/
3251
3252 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3253 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3255 S:      Supported
3256 F:      Documentation/kobject.txt
3257 F:      drivers/base/
3258 F:      fs/sysfs/
3259 F:      fs/debugfs/
3260 F:      include/linux/kobj*
3261 F:      include/linux/debugfs.h
3262 F:      lib/kobj*
3263
3264 DRM DRIVERS
3265 M:      David Airlie <airlied@linux.ie>
3266 L:      dri-devel@lists.freedesktop.org
3267 T:      git git://people.freedesktop.org/~airlied/linux
3268 S:      Maintained
3269 F:      drivers/gpu/drm/
3270 F:      drivers/gpu/vga/
3271 F:      include/drm/
3272 F:      include/uapi/drm/
3273
3274 RADEON DRM DRIVERS
3275 M:      Alex Deucher <alexander.deucher@amd.com>
3276 M:      Christian König <christian.koenig@amd.com>
3277 L:      dri-devel@lists.freedesktop.org
3278 T:      git git://people.freedesktop.org/~agd5f/linux
3279 S:      Supported
3280 F:      drivers/gpu/drm/radeon/
3281 F:      include/uapi/drm/radeon*
3282
3283 DRM PANEL DRIVERS
3284 M:      Thierry Reding <thierry.reding@gmail.com>
3285 L:      dri-devel@lists.freedesktop.org
3286 T:      git git://anongit.freedesktop.org/tegra/linux.git
3287 S:      Maintained
3288 F:      drivers/gpu/drm/drm_panel.c
3289 F:      drivers/gpu/drm/panel/
3290 F:      include/drm/drm_panel.h
3291 F:      Documentation/devicetree/bindings/panel/
3292
3293 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3294 M:      Daniel Vetter <daniel.vetter@intel.com>
3295 M:      Jani Nikula <jani.nikula@linux.intel.com>
3296 L:      intel-gfx@lists.freedesktop.org
3297 L:      dri-devel@lists.freedesktop.org
3298 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3299 T:      git git://anongit.freedesktop.org/drm-intel
3300 S:      Supported
3301 F:      drivers/gpu/drm/i915/
3302 F:      include/drm/i915*
3303 F:      include/uapi/drm/i915*
3304
3305 DRM DRIVERS FOR EXYNOS
3306 M:      Inki Dae <inki.dae@samsung.com>
3307 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3308 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3309 M:      Kyungmin Park <kyungmin.park@samsung.com>
3310 L:      dri-devel@lists.freedesktop.org
3311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3312 S:      Supported
3313 F:      drivers/gpu/drm/exynos/
3314 F:      include/drm/exynos*
3315 F:      include/uapi/drm/exynos*
3316
3317 DRM DRIVERS FOR FREESCALE IMX
3318 M:      Philipp Zabel <p.zabel@pengutronix.de>
3319 L:      dri-devel@lists.freedesktop.org
3320 S:      Maintained
3321 F:      drivers/gpu/drm/imx/
3322 F:      Documentation/devicetree/bindings/drm/imx/
3323
3324 DRM DRIVERS FOR NVIDIA TEGRA
3325 M:      Thierry Reding <thierry.reding@gmail.com>
3326 M:      Terje Bergström <tbergstrom@nvidia.com>
3327 L:      dri-devel@lists.freedesktop.org
3328 L:      linux-tegra@vger.kernel.org
3329 T:      git git://anongit.freedesktop.org/tegra/linux.git
3330 S:      Supported
3331 F:      drivers/gpu/drm/tegra/
3332 F:      drivers/gpu/host1x/
3333 F:      include/linux/host1x.h
3334 F:      include/uapi/drm/tegra_drm.h
3335 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3336
3337 DRM DRIVERS FOR RENESAS
3338 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3339 L:      dri-devel@lists.freedesktop.org
3340 L:      linux-sh@vger.kernel.org
3341 T:      git git://people.freedesktop.org/~airlied/linux
3342 S:      Supported
3343 F:      drivers/gpu/drm/rcar-du/
3344 F:      drivers/gpu/drm/shmobile/
3345 F:      include/linux/platform_data/rcar-du.h
3346 F:      include/linux/platform_data/shmob_drm.h
3347
3348 DSBR100 USB FM RADIO DRIVER
3349 M:      Alexey Klimov <klimov.linux@gmail.com>
3350 L:      linux-media@vger.kernel.org
3351 T:      git git://linuxtv.org/media_tree.git
3352 S:      Maintained
3353 F:      drivers/media/radio/dsbr100.c
3354
3355 DSCC4 DRIVER
3356 M:      Francois Romieu <romieu@fr.zoreil.com>
3357 L:      netdev@vger.kernel.org
3358 S:      Maintained
3359 F:      drivers/net/wan/dscc4.c
3360
3361 DVB_USB_AF9015 MEDIA DRIVER
3362 M:      Antti Palosaari <crope@iki.fi>
3363 L:      linux-media@vger.kernel.org
3364 W:      http://linuxtv.org/
3365 W:      http://palosaari.fi/linux/
3366 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3367 T:      git git://linuxtv.org/anttip/media_tree.git
3368 S:      Maintained
3369 F:      drivers/media/usb/dvb-usb-v2/af9015*
3370
3371 DVB_USB_AF9035 MEDIA DRIVER
3372 M:      Antti Palosaari <crope@iki.fi>
3373 L:      linux-media@vger.kernel.org
3374 W:      http://linuxtv.org/
3375 W:      http://palosaari.fi/linux/
3376 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3377 T:      git git://linuxtv.org/anttip/media_tree.git
3378 S:      Maintained
3379 F:      drivers/media/usb/dvb-usb-v2/af9035*
3380
3381 DVB_USB_ANYSEE MEDIA DRIVER
3382 M:      Antti Palosaari <crope@iki.fi>
3383 L:      linux-media@vger.kernel.org
3384 W:      http://linuxtv.org/
3385 W:      http://palosaari.fi/linux/
3386 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3387 T:      git git://linuxtv.org/anttip/media_tree.git
3388 S:      Maintained
3389 F:      drivers/media/usb/dvb-usb-v2/anysee*
3390
3391 DVB_USB_AU6610 MEDIA DRIVER
3392 M:      Antti Palosaari <crope@iki.fi>
3393 L:      linux-media@vger.kernel.org
3394 W:      http://linuxtv.org/
3395 W:      http://palosaari.fi/linux/
3396 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3397 T:      git git://linuxtv.org/anttip/media_tree.git
3398 S:      Maintained
3399 F:      drivers/media/usb/dvb-usb-v2/au6610*
3400
3401 DVB_USB_CE6230 MEDIA DRIVER
3402 M:      Antti Palosaari <crope@iki.fi>
3403 L:      linux-media@vger.kernel.org
3404 W:      http://linuxtv.org/
3405 W:      http://palosaari.fi/linux/
3406 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3407 T:      git git://linuxtv.org/anttip/media_tree.git
3408 S:      Maintained
3409 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3410
3411 DVB_USB_CXUSB MEDIA DRIVER
3412 M:      Michael Krufky <mkrufky@linuxtv.org>
3413 L:      linux-media@vger.kernel.org
3414 W:      http://linuxtv.org/
3415 W:      http://github.com/mkrufky
3416 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3417 T:      git git://linuxtv.org/media_tree.git
3418 S:      Maintained
3419 F:      drivers/media/usb/dvb-usb/cxusb*
3420
3421 DVB_USB_EC168 MEDIA DRIVER
3422 M:      Antti Palosaari <crope@iki.fi>
3423 L:      linux-media@vger.kernel.org
3424 W:      http://linuxtv.org/
3425 W:      http://palosaari.fi/linux/
3426 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3427 T:      git git://linuxtv.org/anttip/media_tree.git
3428 S:      Maintained
3429 F:      drivers/media/usb/dvb-usb-v2/ec168*
3430
3431 DVB_USB_GL861 MEDIA DRIVER
3432 M:      Antti Palosaari <crope@iki.fi>
3433 L:      linux-media@vger.kernel.org
3434 W:      http://linuxtv.org/
3435 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3436 T:      git git://linuxtv.org/anttip/media_tree.git
3437 S:      Maintained
3438 F:      drivers/media/usb/dvb-usb-v2/gl861*
3439
3440 DVB_USB_MXL111SF MEDIA DRIVER
3441 M:      Michael Krufky <mkrufky@linuxtv.org>
3442 L:      linux-media@vger.kernel.org
3443 W:      http://linuxtv.org/
3444 W:      http://github.com/mkrufky
3445 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3446 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3447 S:      Maintained
3448 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3449
3450 DVB_USB_RTL28XXU MEDIA DRIVER
3451 M:      Antti Palosaari <crope@iki.fi>
3452 L:      linux-media@vger.kernel.org
3453 W:      http://linuxtv.org/
3454 W:      http://palosaari.fi/linux/
3455 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3456 T:      git git://linuxtv.org/anttip/media_tree.git
3457 S:      Maintained
3458 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3459
3460 DVB_USB_V2 MEDIA DRIVER
3461 M:      Antti Palosaari <crope@iki.fi>
3462 L:      linux-media@vger.kernel.org
3463 W:      http://linuxtv.org/
3464 W:      http://palosaari.fi/linux/
3465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3466 T:      git git://linuxtv.org/anttip/media_tree.git
3467 S:      Maintained
3468 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3469 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3470
3471 DYNAMIC DEBUG
3472 M:      Jason Baron <jbaron@akamai.com>
3473 S:      Maintained
3474 F:      lib/dynamic_debug.c
3475 F:      include/linux/dynamic_debug.h
3476
3477 DZ DECSTATION DZ11 SERIAL DRIVER
3478 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3479 S:      Maintained
3480 F:      drivers/tty/serial/dz.*
3481
3482 E4000 MEDIA DRIVER
3483 M:      Antti Palosaari <crope@iki.fi>
3484 L:      linux-media@vger.kernel.org
3485 W:      http://linuxtv.org/
3486 W:      http://palosaari.fi/linux/
3487 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3488 T:      git git://linuxtv.org/anttip/media_tree.git
3489 S:      Maintained
3490 F:      drivers/media/tuners/e4000*
3491
3492 EATA ISA/EISA/PCI SCSI DRIVER
3493 M:      Dario Ballabio <ballabio_dario@emc.com>
3494 L:      linux-scsi@vger.kernel.org
3495 S:      Maintained
3496 F:      drivers/scsi/eata.c
3497
3498 EC100 MEDIA DRIVER
3499 M:      Antti Palosaari <crope@iki.fi>
3500 L:      linux-media@vger.kernel.org
3501 W:      http://linuxtv.org/
3502 W:      http://palosaari.fi/linux/
3503 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3504 T:      git git://linuxtv.org/anttip/media_tree.git
3505 S:      Maintained
3506 F:      drivers/media/dvb-frontends/ec100*
3507
3508 ECRYPT FILE SYSTEM
3509 M:      Tyler Hicks <tyhicks@canonical.com>
3510 L:      ecryptfs@vger.kernel.org
3511 W:      http://ecryptfs.org
3512 W:      https://launchpad.net/ecryptfs
3513 S:      Supported
3514 F:      Documentation/filesystems/ecryptfs.txt
3515 F:      fs/ecryptfs/
3516
3517 EDAC-CORE
3518 M:      Doug Thompson <dougthompson@xmission.com>
3519 M:      Borislav Petkov <bp@alien8.de>
3520 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3521 L:      linux-edac@vger.kernel.org
3522 W:      bluesmoke.sourceforge.net
3523 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3524 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3525 S:      Supported
3526 F:      Documentation/edac.txt
3527 F:      drivers/edac/
3528 F:      include/linux/edac.h
3529
3530 EDAC-AMD64
3531 M:      Doug Thompson <dougthompson@xmission.com>
3532 M:      Borislav Petkov <bp@alien8.de>
3533 L:      linux-edac@vger.kernel.org
3534 W:      bluesmoke.sourceforge.net
3535 S:      Maintained
3536 F:      drivers/edac/amd64_edac*
3537
3538 EDAC-CALXEDA
3539 M:      Doug Thompson <dougthompson@xmission.com>
3540 M:      Robert Richter <rric@kernel.org>
3541 L:      linux-edac@vger.kernel.org
3542 W:      bluesmoke.sourceforge.net
3543 S:      Maintained
3544 F:      drivers/edac/highbank*
3545
3546 EDAC-CAVIUM
3547 M:      Ralf Baechle <ralf@linux-mips.org>
3548 M:      David Daney <david.daney@cavium.com>
3549 L:      linux-edac@vger.kernel.org
3550 L:      linux-mips@linux-mips.org
3551 W:      bluesmoke.sourceforge.net
3552 S:      Supported
3553 F:      drivers/edac/octeon_edac*
3554
3555 EDAC-E752X
3556 M:      Mark Gross <mark.gross@intel.com>
3557 M:      Doug Thompson <dougthompson@xmission.com>
3558 L:      linux-edac@vger.kernel.org
3559 W:      bluesmoke.sourceforge.net
3560 S:      Maintained
3561 F:      drivers/edac/e752x_edac.c
3562
3563 EDAC-E7XXX
3564 M:      Doug Thompson <dougthompson@xmission.com>
3565 L:      linux-edac@vger.kernel.org
3566 W:      bluesmoke.sourceforge.net
3567 S:      Maintained
3568 F:      drivers/edac/e7xxx_edac.c
3569
3570 EDAC-GHES
3571 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3572 L:      linux-edac@vger.kernel.org
3573 W:      bluesmoke.sourceforge.net
3574 S:      Maintained
3575 F:      drivers/edac/ghes_edac.c
3576
3577 EDAC-I82443BXGX
3578 M:      Tim Small <tim@buttersideup.com>
3579 L:      linux-edac@vger.kernel.org
3580 W:      bluesmoke.sourceforge.net
3581 S:      Maintained
3582 F:      drivers/edac/i82443bxgx_edac.c
3583
3584 EDAC-I3000
3585 M:      Jason Uhlenkott <juhlenko@akamai.com>
3586 L:      linux-edac@vger.kernel.org
3587 W:      bluesmoke.sourceforge.net
3588 S:      Maintained
3589 F:      drivers/edac/i3000_edac.c
3590
3591 EDAC-I5000
3592 M:      Doug Thompson <dougthompson@xmission.com>
3593 L:      linux-edac@vger.kernel.org
3594 W:      bluesmoke.sourceforge.net
3595 S:      Maintained
3596 F:      drivers/edac/i5000_edac.c
3597
3598 EDAC-I5400
3599 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3600 L:      linux-edac@vger.kernel.org
3601 W:      bluesmoke.sourceforge.net
3602 S:      Maintained
3603 F:      drivers/edac/i5400_edac.c
3604
3605 EDAC-I7300
3606 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3607 L:      linux-edac@vger.kernel.org
3608 W:      bluesmoke.sourceforge.net
3609 S:      Maintained
3610 F:      drivers/edac/i7300_edac.c
3611
3612 EDAC-I7CORE
3613 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3614 L:      linux-edac@vger.kernel.org
3615 W:      bluesmoke.sourceforge.net
3616 S:      Maintained
3617 F:      drivers/edac/i7core_edac.c
3618
3619 EDAC-I82975X
3620 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3621 M:      "Arvind R." <arvino55@gmail.com>
3622 L:      linux-edac@vger.kernel.org
3623 W:      bluesmoke.sourceforge.net
3624 S:      Maintained
3625 F:      drivers/edac/i82975x_edac.c
3626
3627 EDAC-IE31200
3628 M:      Jason Baron <jbaron@akamai.com>
3629 L:      linux-edac@vger.kernel.org
3630 W:      bluesmoke.sourceforge.net
3631 S:      Maintained
3632 F:      drivers/edac/ie31200_edac.c
3633
3634 EDAC-MPC85XX
3635 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3636 L:      linux-edac@vger.kernel.org
3637 W:      bluesmoke.sourceforge.net
3638 S:      Maintained
3639 F:      drivers/edac/mpc85xx_edac.[ch]
3640
3641 EDAC-PASEMI
3642 M:      Egor Martovetsky <egor@pasemi.com>
3643 L:      linux-edac@vger.kernel.org
3644 W:      bluesmoke.sourceforge.net
3645 S:      Maintained
3646 F:      drivers/edac/pasemi_edac.c
3647
3648 EDAC-R82600
3649 M:      Tim Small <tim@buttersideup.com>
3650 L:      linux-edac@vger.kernel.org
3651 W:      bluesmoke.sourceforge.net
3652 S:      Maintained
3653 F:      drivers/edac/r82600_edac.c
3654
3655 EDAC-SBRIDGE
3656 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3657 L:      linux-edac@vger.kernel.org
3658 W:      bluesmoke.sourceforge.net
3659 S:      Maintained
3660 F:      drivers/edac/sb_edac.c
3661
3662 EDIROL UA-101/UA-1000 DRIVER
3663 M:      Clemens Ladisch <clemens@ladisch.de>
3664 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3665 T:      git git://git.alsa-project.org/alsa-kernel.git
3666 S:      Maintained
3667 F:      sound/usb/misc/ua101.c
3668
3669 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3670 M:      Matt Fleming <matt.fleming@intel.com>
3671 L:      linux-efi@vger.kernel.org
3672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3673 S:      Maintained
3674 F:      Documentation/efi-stub.txt
3675 F:      arch/ia64/kernel/efi.c
3676 F:      arch/x86/boot/compressed/eboot.[ch]
3677 F:      arch/x86/include/asm/efi.h
3678 F:      arch/x86/platform/efi/*
3679 F:      drivers/firmware/efi/*
3680 F:      include/linux/efi*.h
3681
3682 EFI VARIABLE FILESYSTEM
3683 M:      Matthew Garrett <matthew.garrett@nebula.com>
3684 M:      Jeremy Kerr <jk@ozlabs.org>
3685 M:      Matt Fleming <matt.fleming@intel.com>
3686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3687 L:      linux-efi@vger.kernel.org
3688 S:      Maintained
3689 F:      fs/efivarfs/
3690
3691 EFIFB FRAMEBUFFER DRIVER
3692 L:      linux-fbdev@vger.kernel.org
3693 M:      Peter Jones <pjones@redhat.com>
3694 S:      Maintained
3695 F:      drivers/video/fbdev/efifb.c
3696
3697 EFS FILESYSTEM
3698 W:      http://aeschi.ch.eu.org/efs/
3699 S:      Orphan
3700 F:      fs/efs/
3701
3702 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3703 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3704 M:      Christoph Raisch <raisch@de.ibm.com>
3705 L:      linux-rdma@vger.kernel.org
3706 S:      Supported
3707 F:      drivers/infiniband/hw/ehca/
3708
3709 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3710 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3711 L:      netdev@vger.kernel.org
3712 S:      Maintained
3713 F:      drivers/net/ethernet/ibm/ehea/
3714
3715 EM28XX VIDEO4LINUX DRIVER
3716 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3717 L:      linux-media@vger.kernel.org
3718 W:      http://linuxtv.org
3719 T:      git git://linuxtv.org/media_tree.git
3720 S:      Maintained
3721 F:      drivers/media/usb/em28xx/
3722
3723 EMBEDDED LINUX
3724 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3725 M:      Matt Mackall <mpm@selenic.com>
3726 M:      David Woodhouse <dwmw2@infradead.org>
3727 L:      linux-embedded@vger.kernel.org
3728 S:      Maintained
3729
3730 EMULEX LPFC FC SCSI DRIVER
3731 M:      James Smart <james.smart@emulex.com>
3732 L:      linux-scsi@vger.kernel.org
3733 W:      http://sourceforge.net/projects/lpfcxxxx
3734 S:      Supported
3735 F:      drivers/scsi/lpfc/
3736
3737 ENE CB710 FLASH CARD READER DRIVER
3738 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3739 S:      Maintained
3740 F:      drivers/misc/cb710/
3741 F:      drivers/mmc/host/cb710-mmc.*
3742 F:      include/linux/cb710.h
3743
3744 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3745 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3746 S:      Maintained
3747 F:      drivers/media/rc/ene_ir.*
3748
3749 ENHANCED ERROR HANDLING (EEH)
3750 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3751 L:      linuxppc-dev@lists.ozlabs.org
3752 S:      Supported
3753 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3754 F:      arch/powerpc/kernel/eeh*.c
3755
3756 EPSON S1D13XXX FRAMEBUFFER DRIVER
3757 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3758 S:      Maintained
3759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3760 F:      drivers/video/fbdev/s1d13xxxfb.c
3761 F:      include/video/s1d13xxxfb.h
3762
3763 ET131X NETWORK DRIVER
3764 M:      Mark Einon <mark.einon@gmail.com>
3765 S:      Odd Fixes
3766 F:      drivers/net/ethernet/agere/
3767
3768 ETHERNET BRIDGE
3769 M:      Stephen Hemminger <stephen@networkplumber.org>
3770 L:      bridge@lists.linux-foundation.org
3771 L:      netdev@vger.kernel.org
3772 W:      http://www.linuxfoundation.org/en/Net:Bridge
3773 S:      Maintained
3774 F:      include/linux/netfilter_bridge/
3775 F:      net/bridge/
3776
3777 ETHERNET PHY LIBRARY
3778 M:      Florian Fainelli <f.fainelli@gmail.com>
3779 L:      netdev@vger.kernel.org
3780 S:      Maintained
3781 F:      include/linux/phy.h
3782 F:      include/linux/phy_fixed.h
3783 F:      drivers/net/phy/
3784 F:      Documentation/networking/phy.txt
3785 F:      drivers/of/of_mdio.c
3786 F:      drivers/of/of_net.c
3787
3788 EXT2 FILE SYSTEM
3789 M:      Jan Kara <jack@suse.cz>
3790 L:      linux-ext4@vger.kernel.org
3791 S:      Maintained
3792 F:      Documentation/filesystems/ext2.txt
3793 F:      fs/ext2/
3794 F:      include/linux/ext2*
3795
3796 EXT3 FILE SYSTEM
3797 M:      Jan Kara <jack@suse.cz>
3798 M:      Andrew Morton <akpm@linux-foundation.org>
3799 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3800 L:      linux-ext4@vger.kernel.org
3801 S:      Maintained
3802 F:      Documentation/filesystems/ext3.txt
3803 F:      fs/ext3/
3804
3805 EXT4 FILE SYSTEM
3806 M:      "Theodore Ts'o" <tytso@mit.edu>
3807 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3808 L:      linux-ext4@vger.kernel.org
3809 W:      http://ext4.wiki.kernel.org
3810 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3811 S:      Maintained
3812 F:      Documentation/filesystems/ext4.txt
3813 F:      fs/ext4/
3814
3815 Extended Verification Module (EVM)
3816 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3817 L:      linux-ima-devel@lists.sourceforge.net
3818 L:      linux-security-module@vger.kernel.org
3819 S:      Supported
3820 F:      security/integrity/evm/
3821
3822 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3823 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3824 M:      Chanwoo Choi <cw00.choi@samsung.com>
3825 L:      linux-kernel@vger.kernel.org
3826 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3827 S:      Maintained
3828 F:      drivers/extcon/
3829 F:      Documentation/extcon/
3830
3831 EXYNOS DP DRIVER
3832 M:      Jingoo Han <jg1.han@samsung.com>
3833 L:      dri-devel@lists.freedesktop.org
3834 S:      Maintained
3835 F:      drivers/gpu/drm/exynos/exynos_dp*
3836
3837 EXYNOS MIPI DISPLAY DRIVERS
3838 M:      Inki Dae <inki.dae@samsung.com>
3839 M:      Donghwa Lee <dh09.lee@samsung.com>
3840 M:      Kyungmin Park <kyungmin.park@samsung.com>
3841 L:      linux-fbdev@vger.kernel.org
3842 S:      Maintained
3843 F:      drivers/video/fbdev/exynos/exynos_mipi*
3844 F:      include/video/exynos_mipi*
3845
3846 F71805F HARDWARE MONITORING DRIVER
3847 M:      Jean Delvare <jdelvare@suse.de>
3848 L:      lm-sensors@lm-sensors.org
3849 S:      Maintained
3850 F:      Documentation/hwmon/f71805f
3851 F:      drivers/hwmon/f71805f.c
3852
3853 FC0011 TUNER DRIVER
3854 M:      Michael Buesch <m@bues.ch>
3855 L:      linux-media@vger.kernel.org
3856 S:      Maintained
3857 F:      drivers/media/tuners/fc0011.h
3858 F:      drivers/media/tuners/fc0011.c
3859
3860 FC2580 MEDIA DRIVER
3861 M:      Antti Palosaari <crope@iki.fi>
3862 L:      linux-media@vger.kernel.org
3863 W:      http://linuxtv.org/
3864 W:      http://palosaari.fi/linux/
3865 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3866 T:      git git://linuxtv.org/anttip/media_tree.git
3867 S:      Maintained
3868 F:      drivers/media/tuners/fc2580*
3869
3870 FANOTIFY
3871 M:      Eric Paris <eparis@redhat.com>
3872 S:      Maintained
3873 F:      fs/notify/fanotify/
3874 F:      include/linux/fanotify.h
3875 F:      include/uapi/linux/fanotify.h
3876
3877 FARSYNC SYNCHRONOUS DRIVER
3878 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3879 W:      http://www.farsite.co.uk/
3880 S:      Supported
3881 F:      drivers/net/wan/farsync.*
3882
3883 FAULT INJECTION SUPPORT
3884 M:      Akinobu Mita <akinobu.mita@gmail.com>
3885 S:      Supported
3886 F:      Documentation/fault-injection/
3887 F:      lib/fault-inject.c
3888
3889 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3890 M:      Robert Love <robert.w.love@intel.com>
3891 L:      fcoe-devel@open-fcoe.org
3892 W:      www.Open-FCoE.org
3893 S:      Supported
3894 F:      drivers/scsi/libfc/
3895 F:      drivers/scsi/fcoe/
3896 F:      include/scsi/fc/
3897 F:      include/scsi/libfc.h
3898 F:      include/scsi/libfcoe.h
3899 F:      include/uapi/scsi/fc/
3900
3901 FILE LOCKING (flock() and fcntl()/lockf())
3902 M:      Jeff Layton <jlayton@poochiereds.net>
3903 M:      J. Bruce Fields <bfields@fieldses.org>
3904 L:      linux-fsdevel@vger.kernel.org
3905 S:      Maintained
3906 F:      include/linux/fcntl.h
3907 F:      include/linux/fs.h
3908 F:      include/uapi/linux/fcntl.h
3909 F:      include/uapi/linux/fs.h
3910 F:      fs/fcntl.c
3911 F:      fs/locks.c
3912
3913 FILESYSTEMS (VFS and infrastructure)
3914 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3915 L:      linux-fsdevel@vger.kernel.org
3916 S:      Maintained
3917 F:      fs/*
3918
3919 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3920 M:      Riku Voipio <riku.voipio@iki.fi>
3921 L:      lm-sensors@lm-sensors.org
3922 S:      Maintained
3923 F:      drivers/hwmon/f75375s.c
3924 F:      include/linux/f75375s.h
3925
3926 FIREWIRE AUDIO DRIVERS
3927 M:      Clemens Ladisch <clemens@ladisch.de>
3928 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3929 T:      git git://git.alsa-project.org/alsa-kernel.git
3930 S:      Maintained
3931 F:      sound/firewire/
3932
3933 FIREWIRE MEDIA DRIVERS (firedtv)
3934 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3935 L:      linux-media@vger.kernel.org
3936 L:      linux1394-devel@lists.sourceforge.net
3937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3938 S:      Maintained
3939 F:      drivers/media/firewire/
3940
3941 FIREWIRE SBP-2 TARGET
3942 M:      Chris Boot <bootc@bootc.net>
3943 L:      linux-scsi@vger.kernel.org
3944 L:      target-devel@vger.kernel.org
3945 L:      linux1394-devel@lists.sourceforge.net
3946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3947 S:      Maintained
3948 F:      drivers/target/sbp/
3949
3950 FIREWIRE SUBSYSTEM
3951 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3952 L:      linux1394-devel@lists.sourceforge.net
3953 W:      http://ieee1394.wiki.kernel.org/
3954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3955 S:      Maintained
3956 F:      drivers/firewire/
3957 F:      include/linux/firewire.h
3958 F:      include/uapi/linux/firewire*.h
3959 F:      tools/firewire/
3960
3961 FIRMWARE LOADER (request_firmware)
3962 M:      Ming Lei <ming.lei@canonical.com>
3963 L:      linux-kernel@vger.kernel.org
3964 S:      Maintained
3965 F:      Documentation/firmware_class/
3966 F:      drivers/base/firmware*.c
3967 F:      include/linux/firmware.h
3968
3969 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3970 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3971 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3972 S:      Maintained
3973 F:      drivers/block/rsxx/
3974
3975 FLOPPY DRIVER
3976 M:      Jiri Kosina <jkosina@suse.cz>
3977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3978 S:      Odd fixes
3979 F:      drivers/block/floppy.c
3980
3981 FMC SUBSYSTEM
3982 M:      Alessandro Rubini <rubini@gnudd.com>
3983 W:      http://www.ohwr.org/projects/fmc-bus
3984 S:      Supported
3985 F:      drivers/fmc/
3986 F:      include/linux/fmc*.h
3987 F:      include/linux/ipmi-fru.h
3988 K:      fmc_d.*register
3989
3990 FPU EMULATOR
3991 M:      Bill Metzenthen <billm@melbpc.org.au>
3992 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3993 S:      Maintained
3994 F:      arch/x86/math-emu/
3995
3996 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3997 L:      netdev@vger.kernel.org
3998 S:      Orphan
3999 F:      drivers/net/wan/dlci.c
4000 F:      drivers/net/wan/sdla.c
4001
4002 FRAMEBUFFER LAYER
4003 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4004 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4005 L:      linux-fbdev@vger.kernel.org
4006 W:      http://linux-fbdev.sourceforge.net/
4007 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4009 S:      Maintained
4010 F:      Documentation/fb/
4011 F:      Documentation/devicetree/bindings/fb/
4012 F:      drivers/video/
4013 F:      include/video/
4014 F:      include/linux/fb.h
4015 F:      include/uapi/video/
4016 F:      include/uapi/linux/fb.h
4017
4018 FREESCALE DIU FRAMEBUFFER DRIVER
4019 M:      Timur Tabi <timur@tabi.org>
4020 L:      linux-fbdev@vger.kernel.org
4021 S:      Maintained
4022 F:      drivers/video/fbdev/fsl-diu-fb.*
4023
4024 FREESCALE DMA DRIVER
4025 M:      Li Yang <leoli@freescale.com>
4026 M:      Zhang Wei <zw@zh-kernel.org>
4027 L:      linuxppc-dev@lists.ozlabs.org
4028 S:      Maintained
4029 F:      drivers/dma/fsldma.*
4030
4031 FREESCALE I2C CPM DRIVER
4032 M:      Jochen Friedrich <jochen@scram.de>
4033 L:      linuxppc-dev@lists.ozlabs.org
4034 L:      linux-i2c@vger.kernel.org
4035 S:      Maintained
4036 F:      drivers/i2c/busses/i2c-cpm.c
4037
4038 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4039 M:      Sascha Hauer <kernel@pengutronix.de>
4040 L:      linux-fbdev@vger.kernel.org
4041 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4042 S:      Maintained
4043 F:      include/linux/platform_data/video-imxfb.h
4044 F:      drivers/video/fbdev/imxfb.c
4045
4046 FREESCALE SOC FS_ENET DRIVER
4047 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4048 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4049 L:      linuxppc-dev@lists.ozlabs.org
4050 L:      netdev@vger.kernel.org
4051 S:      Maintained
4052 F:      drivers/net/ethernet/freescale/fs_enet/
4053 F:      include/linux/fs_enet_pd.h
4054
4055 FREESCALE QUICC ENGINE LIBRARY
4056 L:      linuxppc-dev@lists.ozlabs.org
4057 S:      Orphan
4058 F:      arch/powerpc/sysdev/qe_lib/
4059 F:      arch/powerpc/include/asm/*qe.h
4060
4061 FREESCALE USB PERIPHERAL DRIVERS
4062 M:      Li Yang <leoli@freescale.com>
4063 L:      linux-usb@vger.kernel.org
4064 L:      linuxppc-dev@lists.ozlabs.org
4065 S:      Maintained
4066 F:      drivers/usb/gadget/udc/fsl*
4067
4068 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4069 M:      Li Yang <leoli@freescale.com>
4070 L:      netdev@vger.kernel.org
4071 L:      linuxppc-dev@lists.ozlabs.org
4072 S:      Maintained
4073 F:      drivers/net/ethernet/freescale/ucc_geth*
4074
4075 FREESCALE QUICC ENGINE UCC UART DRIVER
4076 M:      Timur Tabi <timur@tabi.org>
4077 L:      linuxppc-dev@lists.ozlabs.org
4078 S:      Maintained
4079 F:      drivers/tty/serial/ucc_uart.c
4080
4081 FREESCALE SOC SOUND DRIVERS
4082 M:      Timur Tabi <timur@tabi.org>
4083 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4084 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4085 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4086 L:      linuxppc-dev@lists.ozlabs.org
4087 S:      Maintained
4088 F:      sound/soc/fsl/fsl*
4089 F:      sound/soc/fsl/imx*
4090 F:      sound/soc/fsl/mpc8610_hpcd.c
4091
4092 FREEVXFS FILESYSTEM
4093 M:      Christoph Hellwig <hch@infradead.org>
4094 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4095 S:      Maintained
4096 F:      fs/freevxfs/
4097
4098 FREEZER
4099 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4100 M:      Pavel Machek <pavel@ucw.cz>
4101 L:      linux-pm@vger.kernel.org
4102 S:      Supported
4103 F:      Documentation/power/freezing-of-tasks.txt
4104 F:      include/linux/freezer.h
4105 F:      kernel/freezer.c
4106
4107 FRONTSWAP API
4108 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4109 L:      linux-kernel@vger.kernel.org
4110 S:      Maintained
4111 F:      mm/frontswap.c
4112 F:      include/linux/frontswap.h
4113
4114 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4115 M:      David Howells <dhowells@redhat.com>
4116 L:      linux-cachefs@redhat.com
4117 S:      Supported
4118 F:      Documentation/filesystems/caching/
4119 F:      fs/fscache/
4120 F:      include/linux/fscache*.h
4121
4122 F2FS FILE SYSTEM
4123 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4124 M:      Changman Lee <cm224.lee@samsung.com>
4125 L:      linux-f2fs-devel@lists.sourceforge.net
4126 W:      http://en.wikipedia.org/wiki/F2FS
4127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4128 S:      Maintained
4129 F:      Documentation/filesystems/f2fs.txt
4130 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4131 F:      fs/f2fs/
4132 F:      include/linux/f2fs_fs.h
4133
4134 FUJITSU FR-V (FRV) PORT
4135 M:      David Howells <dhowells@redhat.com>
4136 S:      Maintained
4137 F:      arch/frv/
4138
4139 FUJITSU LAPTOP EXTRAS
4140 M:      Jonathan Woithe <jwoithe@just42.net>
4141 L:      platform-driver-x86@vger.kernel.org
4142 S:      Maintained
4143 F:      drivers/platform/x86/fujitsu-laptop.c
4144
4145 FUJITSU M-5MO LS CAMERA ISP DRIVER
4146 M:      Kyungmin Park <kyungmin.park@samsung.com>
4147 M:      Heungjun Kim <riverful.kim@samsung.com>
4148 L:      linux-media@vger.kernel.org
4149 S:      Maintained
4150 F:      drivers/media/i2c/m5mols/
4151 F:      include/media/m5mols.h
4152
4153 FUJITSU TABLET EXTRAS
4154 M:      Robert Gerlach <khnz@gmx.de>
4155 L:      platform-driver-x86@vger.kernel.org
4156 S:      Maintained
4157 F:      drivers/platform/x86/fujitsu-tablet.c
4158
4159 FUSE: FILESYSTEM IN USERSPACE
4160 M:      Miklos Szeredi <miklos@szeredi.hu>
4161 L:      fuse-devel@lists.sourceforge.net
4162 W:      http://fuse.sourceforge.net/
4163 S:      Maintained
4164 F:      fs/fuse/
4165 F:      include/uapi/linux/fuse.h
4166
4167 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4168 M:      Rik Faith <faith@cs.unc.edu>
4169 L:      linux-scsi@vger.kernel.org
4170 S:      Odd Fixes (e.g., new signatures)
4171 F:      drivers/scsi/fdomain.*
4172
4173 GCOV BASED KERNEL PROFILING
4174 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4175 S:      Maintained
4176 F:      kernel/gcov/
4177 F:      Documentation/gcov.txt
4178
4179 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4180 M:      Achim Leubner <achim_leubner@adaptec.com>
4181 L:      linux-scsi@vger.kernel.org
4182 W:      http://www.icp-vortex.com/
4183 S:      Supported
4184 F:      drivers/scsi/gdt*
4185
4186 GEMTEK FM RADIO RECEIVER DRIVER
4187 M:      Hans Verkuil <hverkuil@xs4all.nl>
4188 L:      linux-media@vger.kernel.org
4189 T:      git git://linuxtv.org/media_tree.git
4190 W:      http://linuxtv.org
4191 S:      Maintained
4192 F:      drivers/media/radio/radio-gemtek*
4193
4194 GENERIC GPIO I2C DRIVER
4195 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4196 S:      Supported
4197 F:      drivers/i2c/busses/i2c-gpio.c
4198 F:      include/linux/i2c-gpio.h
4199
4200 GENERIC GPIO I2C MULTIPLEXER DRIVER
4201 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4202 L:      linux-i2c@vger.kernel.org
4203 S:      Supported
4204 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4205 F:      include/linux/i2c-mux-gpio.h
4206 F:      Documentation/i2c/muxes/i2c-mux-gpio
4207
4208 GENERIC HDLC (WAN) DRIVERS
4209 M:      Krzysztof Halasa <khc@pm.waw.pl>
4210 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4211 S:      Maintained
4212 F:      drivers/net/wan/c101.c
4213 F:      drivers/net/wan/hd6457*
4214 F:      drivers/net/wan/hdlc*
4215 F:      drivers/net/wan/n2.c
4216 F:      drivers/net/wan/pc300too.c
4217 F:      drivers/net/wan/pci200syn.c
4218 F:      drivers/net/wan/wanxl*
4219
4220 GENERIC INCLUDE/ASM HEADER FILES
4221 M:      Arnd Bergmann <arnd@arndb.de>
4222 L:      linux-arch@vger.kernel.org
4223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4224 S:      Maintained
4225 F:      include/asm-generic/
4226 F:      include/uapi/asm-generic/
4227
4228 GENERIC PHY FRAMEWORK
4229 M:      Kishon Vijay Abraham I <kishon@ti.com>
4230 L:      linux-kernel@vger.kernel.org
4231 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4232 S:      Supported
4233 F:      drivers/phy/
4234 F:      include/linux/phy/
4235
4236 GENERIC UIO DRIVER FOR PCI DEVICES
4237 M:      "Michael S. Tsirkin" <mst@redhat.com>
4238 L:      kvm@vger.kernel.org
4239 S:      Supported
4240 F:      drivers/uio/uio_pci_generic.c
4241
4242 GET_MAINTAINER SCRIPT
4243 M:      Joe Perches <joe@perches.com>
4244 S:      Maintained
4245 F:      scripts/get_maintainer.pl
4246
4247 GFS2 FILE SYSTEM
4248 M:      Steven Whitehouse <swhiteho@redhat.com>
4249 L:      cluster-devel@redhat.com
4250 W:      http://sources.redhat.com/cluster/
4251 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4253 S:      Supported
4254 F:      Documentation/filesystems/gfs2*.txt
4255 F:      fs/gfs2/
4256 F:      include/uapi/linux/gfs2_ondisk.h
4257
4258 GIGASET ISDN DRIVERS
4259 M:      Hansjoerg Lipp <hjlipp@web.de>
4260 M:      Tilman Schmidt <tilman@imap.cc>
4261 L:      gigaset307x-common@lists.sourceforge.net
4262 W:      http://gigaset307x.sourceforge.net/
4263 S:      Maintained
4264 F:      Documentation/isdn/README.gigaset
4265 F:      drivers/isdn/gigaset/
4266 F:      include/uapi/linux/gigaset_dev.h
4267
4268 GO7007 MPEG CODEC
4269 M:      Hans Verkuil <hans.verkuil@cisco.com>
4270 L:      linux-media@vger.kernel.org
4271 S:      Maintained
4272 F:      drivers/media/usb/go7007/
4273
4274 GOODIX TOUCHSCREEN
4275 M:      Bastien Nocera <hadess@hadess.net>
4276 L:      linux-input@vger.kernel.org
4277 S:      Maintained
4278 F:      drivers/input/touchscreen/goodix.c
4279
4280 GPIO SUBSYSTEM
4281 M:      Linus Walleij <linus.walleij@linaro.org>
4282 M:      Alexandre Courbot <gnurou@gmail.com>
4283 L:      linux-gpio@vger.kernel.org
4284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4285 S:      Maintained
4286 F:      Documentation/gpio/
4287 F:      drivers/gpio/
4288 F:      include/linux/gpio/
4289 F:      include/linux/gpio.h
4290 F:      include/asm-generic/gpio.h
4291
4292 GRE DEMULTIPLEXER DRIVER
4293 M:      Dmitry Kozlov <xeb@mail.ru>
4294 L:      netdev@vger.kernel.org
4295 S:      Maintained
4296 F:      net/ipv4/gre_demux.c
4297 F:      net/ipv4/gre_offload.c
4298 F:      include/net/gre.h
4299
4300 GRETH 10/100/1G Ethernet MAC device driver
4301 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4302 L:      netdev@vger.kernel.org
4303 S:      Maintained
4304 F:      drivers/net/ethernet/aeroflex/
4305
4306 GSPCA FINEPIX SUBDRIVER
4307 M:      Frank Zago <frank@zago.net>
4308 L:      linux-media@vger.kernel.org
4309 T:      git git://linuxtv.org/media_tree.git
4310 S:      Maintained
4311 F:      drivers/media/usb/gspca/finepix.c
4312
4313 GSPCA GL860 SUBDRIVER
4314 M:      Olivier Lorin <o.lorin@laposte.net>
4315 L:      linux-media@vger.kernel.org
4316 T:      git git://linuxtv.org/media_tree.git
4317 S:      Maintained
4318 F:      drivers/media/usb/gspca/gl860/
4319
4320 GSPCA M5602 SUBDRIVER
4321 M:      Erik Andren <erik.andren@gmail.com>
4322 L:      linux-media@vger.kernel.org
4323 T:      git git://linuxtv.org/media_tree.git
4324 S:      Maintained
4325 F:      drivers/media/usb/gspca/m5602/
4326
4327 GSPCA PAC207 SONIXB SUBDRIVER
4328 M:      Hans de Goede <hdegoede@redhat.com>
4329 L:      linux-media@vger.kernel.org
4330 T:      git git://linuxtv.org/media_tree.git
4331 S:      Maintained
4332 F:      drivers/media/usb/gspca/pac207.c
4333
4334 GSPCA SN9C20X SUBDRIVER
4335 M:      Brian Johnson <brijohn@gmail.com>
4336 L:      linux-media@vger.kernel.org
4337 T:      git git://linuxtv.org/media_tree.git
4338 S:      Maintained
4339 F:      drivers/media/usb/gspca/sn9c20x.c
4340
4341 GSPCA T613 SUBDRIVER
4342 M:      Leandro Costantino <lcostantino@gmail.com>
4343 L:      linux-media@vger.kernel.org
4344 T:      git git://linuxtv.org/media_tree.git
4345 S:      Maintained
4346 F:      drivers/media/usb/gspca/t613.c
4347
4348 GSPCA USB WEBCAM DRIVER
4349 M:      Hans de Goede <hdegoede@redhat.com>
4350 L:      linux-media@vger.kernel.org
4351 T:      git git://linuxtv.org/media_tree.git
4352 S:      Maintained
4353 F:      drivers/media/usb/gspca/
4354
4355 GUID PARTITION TABLE (GPT)
4356 M:      Davidlohr Bueso <davidlohr@hp.com>
4357 L:      linux-efi@vger.kernel.org
4358 S:      Maintained
4359 F:      block/partitions/efi.*
4360
4361 STK1160 USB VIDEO CAPTURE DRIVER
4362 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4363 L:      linux-media@vger.kernel.org
4364 T:      git git://linuxtv.org/media_tree.git
4365 S:      Maintained
4366 F:      drivers/media/usb/stk1160/
4367
4368 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4369 M:      Frank Seidel <frank@f-seidel.de>
4370 L:      platform-driver-x86@vger.kernel.org
4371 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4372 S:      Maintained
4373 F:      drivers/platform/x86/hdaps.c
4374
4375 HDPVR USB VIDEO ENCODER DRIVER
4376 M:      Hans Verkuil <hverkuil@xs4all.nl>
4377 L:      linux-media@vger.kernel.org
4378 T:      git git://linuxtv.org/media_tree.git
4379 W:      http://linuxtv.org
4380 S:      Odd Fixes
4381 F:      drivers/media/usb/hdpvr/
4382
4383 HWPOISON MEMORY FAILURE HANDLING
4384 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4385 L:      linux-mm@kvack.org
4386 S:      Maintained
4387 F:      mm/memory-failure.c
4388 F:      mm/hwpoison-inject.c
4389
4390 HYPERVISOR VIRTUAL CONSOLE DRIVER
4391 L:      linuxppc-dev@lists.ozlabs.org
4392 S:      Odd Fixes
4393 F:      drivers/tty/hvc/
4394
4395 HACKRF MEDIA DRIVER
4396 M:      Antti Palosaari <crope@iki.fi>
4397 L:      linux-media@vger.kernel.org
4398 W:      http://linuxtv.org/
4399 W:      http://palosaari.fi/linux/
4400 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4401 T:      git git://linuxtv.org/anttip/media_tree.git
4402 S:      Maintained
4403 F:      drivers/media/usb/hackrf/
4404
4405 HARDWARE MONITORING
4406 M:      Jean Delvare <jdelvare@suse.de>
4407 M:      Guenter Roeck <linux@roeck-us.net>
4408 L:      lm-sensors@lm-sensors.org
4409 W:      http://www.lm-sensors.org/
4410 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4412 S:      Maintained
4413 F:      Documentation/hwmon/
4414 F:      drivers/hwmon/
4415 F:      include/linux/hwmon*.h
4416
4417 HARDWARE RANDOM NUMBER GENERATOR CORE
4418 M:      Matt Mackall <mpm@selenic.com>
4419 M:      Herbert Xu <herbert@gondor.apana.org.au>
4420 S:      Odd fixes
4421 F:      Documentation/hw_random.txt
4422 F:      drivers/char/hw_random/
4423 F:      include/linux/hw_random.h
4424
4425 HARDWARE SPINLOCK CORE
4426 M:      Ohad Ben-Cohen <ohad@wizery.com>
4427 S:      Maintained
4428 F:      Documentation/hwspinlock.txt
4429 F:      drivers/hwspinlock/hwspinlock_*
4430 F:      include/linux/hwspinlock.h
4431
4432 HARMONY SOUND DRIVER
4433 L:      linux-parisc@vger.kernel.org
4434 S:      Maintained
4435 F:      sound/parisc/harmony.*
4436
4437 HD29L2 MEDIA DRIVER
4438 M:      Antti Palosaari <crope@iki.fi>
4439 L:      linux-media@vger.kernel.org
4440 W:      http://linuxtv.org/
4441 W:      http://palosaari.fi/linux/
4442 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4443 T:      git git://linuxtv.org/anttip/media_tree.git
4444 S:      Maintained
4445 F:      drivers/media/dvb-frontends/hd29l2*
4446
4447 HEWLETT-PACKARD SMART2 RAID DRIVER
4448 L:      iss_storagedev@hp.com
4449 S:      Orphan
4450 F:      Documentation/blockdev/cpqarray.txt
4451 F:      drivers/block/cpqarray.*
4452
4453 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4454 M:      Don Brace <don.brace@pmcs.com>
4455 L:      iss_storagedev@hp.com
4456 L:      storagedev@pmcs.com
4457 L:      linux-scsi@vger.kernel.org
4458 S:      Supported
4459 F:      Documentation/scsi/hpsa.txt
4460 F:      drivers/scsi/hpsa*.[ch]
4461 F:      include/linux/cciss*.h
4462 F:      include/uapi/linux/cciss*.h
4463
4464 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4465 M:      Don Brace <don.brace@pmcs.com>
4466 L:      iss_storagedev@hp.com
4467 L:      storagedev@pmcs.com
4468 L:      linux-scsi@vger.kernel.org
4469 S:      Supported
4470 F:      Documentation/blockdev/cciss.txt
4471 F:      drivers/block/cciss*
4472 F:      include/linux/cciss_ioctl.h
4473 F:      include/uapi/linux/cciss_ioctl.h
4474
4475 HFS FILESYSTEM
4476 L:      linux-fsdevel@vger.kernel.org
4477 S:      Orphan
4478 F:      Documentation/filesystems/hfs.txt
4479 F:      fs/hfs/
4480
4481 HFSPLUS FILESYSTEM
4482 L:      linux-fsdevel@vger.kernel.org
4483 S:      Orphan
4484 F:      Documentation/filesystems/hfsplus.txt
4485 F:      fs/hfsplus/
4486
4487 HGA FRAMEBUFFER DRIVER
4488 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4489 L:      linux-nvidia@lists.surfsouth.com
4490 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4491 S:      Maintained
4492 F:      drivers/video/fbdev/hgafb.c
4493
4494 HIBERNATION (aka Software Suspend, aka swsusp)
4495 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4496 M:      Pavel Machek <pavel@ucw.cz>
4497 L:      linux-pm@vger.kernel.org
4498 S:      Supported
4499 F:      arch/x86/power/
4500 F:      drivers/base/power/
4501 F:      kernel/power/
4502 F:      include/linux/suspend.h
4503 F:      include/linux/freezer.h
4504 F:      include/linux/pm.h
4505 F:      arch/*/include/asm/suspend*.h
4506
4507 HID CORE LAYER
4508 M:      Jiri Kosina <jkosina@suse.cz>
4509 L:      linux-input@vger.kernel.org
4510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4511 S:      Maintained
4512 F:      drivers/hid/
4513 F:      include/linux/hid*
4514 F:      include/uapi/linux/hid*
4515
4516 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4517 M:      Thomas Gleixner <tglx@linutronix.de>
4518 L:      linux-kernel@vger.kernel.org
4519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4520 S:      Maintained
4521 F:      Documentation/timers/
4522 F:      kernel/time/hrtimer.c
4523 F:      kernel/time/clockevents.c
4524 F:      kernel/time/tick*.*
4525 F:      kernel/time/timer_*.c
4526 F:      include/linux/clockchips.h
4527 F:      include/linux/hrtimer.h
4528
4529 HIGH-SPEED SCC DRIVER FOR AX.25
4530 L:      linux-hams@vger.kernel.org
4531 S:      Orphan
4532 F:      drivers/net/hamradio/dmascc.c
4533 F:      drivers/net/hamradio/scc.c
4534
4535 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4536 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4537 W:      http://www.highpoint-tech.com
4538 S:      Supported
4539 F:      Documentation/scsi/hptiop.txt
4540 F:      drivers/scsi/hptiop.c
4541
4542 HIPPI
4543 M:      Jes Sorensen <jes@trained-monkey.org>
4544 L:      linux-hippi@sunsite.dk
4545 S:      Maintained
4546 F:      include/linux/hippidevice.h
4547 F:      include/uapi/linux/if_hippi.h
4548 F:      net/802/hippi.c
4549 F:      drivers/net/hippi/
4550
4551 HOST AP DRIVER
4552 M:      Jouni Malinen <j@w1.fi>
4553 L:      hostap@shmoo.com (subscribers-only)
4554 L:      linux-wireless@vger.kernel.org
4555 W:      http://hostap.epitest.fi/
4556 S:      Maintained
4557 F:      drivers/net/wireless/hostap/
4558
4559 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4560 L:      platform-driver-x86@vger.kernel.org
4561 S:      Orphan
4562 F:      drivers/platform/x86/tc1100-wmi.c
4563
4564 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4565 M:      Jaroslav Kysela <perex@perex.cz>
4566 S:      Maintained
4567 F:      drivers/net/ethernet/hp/hp100.*
4568
4569 HPET:   High Precision Event Timers driver
4570 M:      Clemens Ladisch <clemens@ladisch.de>
4571 S:      Maintained
4572 F:      Documentation/timers/hpet.txt
4573 F:      drivers/char/hpet.c
4574 F:      include/linux/hpet.h
4575 F:      include/uapi/linux/hpet.h
4576
4577 HPET:   x86
4578 S:      Orphan
4579 F:      arch/x86/kernel/hpet.c
4580 F:      arch/x86/include/asm/hpet.h
4581
4582 HPFS FILESYSTEM
4583 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4584 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4585 S:      Maintained
4586 F:      fs/hpfs/
4587
4588 HSI SUBSYSTEM
4589 M:      Sebastian Reichel <sre@kernel.org>
4590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4591 S:      Maintained
4592 F:      Documentation/ABI/testing/sysfs-bus-hsi
4593 F:      Documentation/hsi.txt
4594 F:      drivers/hsi/
4595 F:      include/linux/hsi/
4596 F:      include/uapi/linux/hsi/
4597
4598 HSO 3G MODEM DRIVER
4599 M:      Jan Dumon <j.dumon@option.com>
4600 W:      http://www.pharscape.org
4601 S:      Maintained
4602 F:      drivers/net/usb/hso.c
4603
4604 HSR NETWORK PROTOCOL
4605 M:      Arvid Brodin <arvid.brodin@alten.se>
4606 L:      netdev@vger.kernel.org
4607 S:      Maintained
4608 F:      net/hsr/
4609
4610 HTCPEN TOUCHSCREEN DRIVER
4611 M:      Pau Oliva Fora <pof@eslack.org>
4612 L:      linux-input@vger.kernel.org
4613 S:      Maintained
4614 F:      drivers/input/touchscreen/htcpen.c
4615
4616 HUGETLB FILESYSTEM
4617 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4618 S:      Maintained
4619 F:      fs/hugetlbfs/
4620
4621 Hyper-V CORE AND DRIVERS
4622 M:      K. Y. Srinivasan <kys@microsoft.com>
4623 M:      Haiyang Zhang <haiyangz@microsoft.com>
4624 L:      devel@linuxdriverproject.org
4625 S:      Maintained
4626 F:      arch/x86/include/asm/mshyperv.h
4627 F:      arch/x86/include/uapi/asm/hyperv.h
4628 F:      arch/x86/kernel/cpu/mshyperv.c
4629 F:      drivers/hid/hid-hyperv.c
4630 F:      drivers/hv/
4631 F:      drivers/input/serio/hyperv-keyboard.c
4632 F:      drivers/net/hyperv/
4633 F:      drivers/scsi/storvsc_drv.c
4634 F:      drivers/video/fbdev/hyperv_fb.c
4635 F:      include/linux/hyperv.h
4636 F:      tools/hv/
4637
4638 I2C OVER PARALLEL PORT
4639 M:      Jean Delvare <jdelvare@suse.de>
4640 L:      linux-i2c@vger.kernel.org
4641 S:      Maintained
4642 F:      Documentation/i2c/busses/i2c-parport
4643 F:      Documentation/i2c/busses/i2c-parport-light
4644 F:      drivers/i2c/busses/i2c-parport.c
4645 F:      drivers/i2c/busses/i2c-parport-light.c
4646
4647 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4648 M:      Jean Delvare <jdelvare@suse.de>
4649 L:      linux-i2c@vger.kernel.org
4650 S:      Maintained
4651 F:      Documentation/i2c/busses/i2c-ali1535
4652 F:      Documentation/i2c/busses/i2c-ali1563
4653 F:      Documentation/i2c/busses/i2c-ali15x3
4654 F:      Documentation/i2c/busses/i2c-amd756
4655 F:      Documentation/i2c/busses/i2c-amd8111
4656 F:      Documentation/i2c/busses/i2c-i801
4657 F:      Documentation/i2c/busses/i2c-nforce2
4658 F:      Documentation/i2c/busses/i2c-piix4
4659 F:      Documentation/i2c/busses/i2c-sis5595
4660 F:      Documentation/i2c/busses/i2c-sis630
4661 F:      Documentation/i2c/busses/i2c-sis96x
4662 F:      Documentation/i2c/busses/i2c-via
4663 F:      Documentation/i2c/busses/i2c-viapro
4664 F:      drivers/i2c/busses/i2c-ali1535.c
4665 F:      drivers/i2c/busses/i2c-ali1563.c
4666 F:      drivers/i2c/busses/i2c-ali15x3.c
4667 F:      drivers/i2c/busses/i2c-amd756.c
4668 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4669 F:      drivers/i2c/busses/i2c-amd8111.c
4670 F:      drivers/i2c/busses/i2c-i801.c
4671 F:      drivers/i2c/busses/i2c-isch.c
4672 F:      drivers/i2c/busses/i2c-nforce2.c
4673 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4674 F:      drivers/i2c/busses/i2c-piix4.c
4675 F:      drivers/i2c/busses/i2c-sis5595.c
4676 F:      drivers/i2c/busses/i2c-sis630.c
4677 F:      drivers/i2c/busses/i2c-sis96x.c
4678 F:      drivers/i2c/busses/i2c-via.c
4679 F:      drivers/i2c/busses/i2c-viapro.c
4680
4681 I2C/SMBUS ISMT DRIVER
4682 M:      Seth Heasley <seth.heasley@intel.com>
4683 M:      Neil Horman <nhorman@tuxdriver.com>
4684 L:      linux-i2c@vger.kernel.org
4685 F:      drivers/i2c/busses/i2c-ismt.c
4686 F:      Documentation/i2c/busses/i2c-ismt
4687
4688 I2C/SMBUS STUB DRIVER
4689 M:      Jean Delvare <jdelvare@suse.de>
4690 L:      linux-i2c@vger.kernel.org
4691 S:      Maintained
4692 F:      drivers/i2c/i2c-stub.c
4693
4694 I2C SUBSYSTEM
4695 M:      Wolfram Sang <wsa@the-dreams.de>
4696 L:      linux-i2c@vger.kernel.org
4697 W:      https://i2c.wiki.kernel.org/
4698 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4700 S:      Maintained
4701 F:      Documentation/devicetree/bindings/i2c/
4702 F:      Documentation/i2c/
4703 F:      drivers/i2c/
4704 F:      include/linux/i2c.h
4705 F:      include/linux/i2c-*.h
4706 F:      include/uapi/linux/i2c.h
4707 F:      include/uapi/linux/i2c-*.h
4708
4709 I2C ACPI SUPPORT
4710 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4711 L:      linux-i2c@vger.kernel.org
4712 L:      linux-acpi@vger.kernel.org
4713 S:      Maintained
4714
4715 I2C-TAOS-EVM DRIVER
4716 M:      Jean Delvare <jdelvare@suse.de>
4717 L:      linux-i2c@vger.kernel.org
4718 S:      Maintained
4719 F:      Documentation/i2c/busses/i2c-taos-evm
4720 F:      drivers/i2c/busses/i2c-taos-evm.c
4721
4722 I2C-TINY-USB DRIVER
4723 M:      Till Harbaum <till@harbaum.org>
4724 L:      linux-i2c@vger.kernel.org
4725 W:      http://www.harbaum.org/till/i2c_tiny_usb
4726 S:      Maintained
4727 F:      drivers/i2c/busses/i2c-tiny-usb.c
4728
4729 i386 BOOT CODE
4730 M:      "H. Peter Anvin" <hpa@zytor.com>
4731 S:      Maintained
4732 F:      arch/x86/boot/
4733
4734 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4735 M:      "H. Peter Anvin" <hpa@zytor.com>
4736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4737 S:      Maintained
4738
4739 IA64 (Itanium) PLATFORM
4740 M:      Tony Luck <tony.luck@intel.com>
4741 M:      Fenghua Yu <fenghua.yu@intel.com>
4742 L:      linux-ia64@vger.kernel.org
4743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4744 S:      Maintained
4745 F:      arch/ia64/
4746
4747 IBM Power in-Nest Crypto Acceleration
4748 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4749 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4750 L:      linux-crypto@vger.kernel.org
4751 S:      Supported
4752 F:      drivers/crypto/nx/
4753
4754 IBM Power 842 compression accelerator
4755 M:      Dan Streetman <ddstreet@us.ibm.com>
4756 S:      Supported
4757 F:      drivers/crypto/nx/nx-842.c
4758 F:      include/linux/nx842.h
4759
4760 IBM Power Linux RAID adapter
4761 M:      Brian King <brking@us.ibm.com>
4762 S:      Supported
4763 F:      drivers/scsi/ipr.*
4764
4765 IBM Power Virtual Ethernet Device Driver
4766 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4767 L:      netdev@vger.kernel.org
4768 S:      Supported
4769 F:      drivers/net/ethernet/ibm/ibmveth.*
4770
4771 IBM Power Virtual SCSI Device Drivers
4772 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4773 L:      linux-scsi@vger.kernel.org
4774 S:      Supported
4775 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4776 F:      drivers/scsi/ibmvscsi/viosrp.h
4777
4778 IBM Power Virtual FC Device Drivers
4779 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4780 L:      linux-scsi@vger.kernel.org
4781 S:      Supported
4782 F:      drivers/scsi/ibmvscsi/ibmvfc*
4783
4784 IBM ServeRAID RAID DRIVER
4785 S:      Orphan
4786 F:      drivers/scsi/ips.*
4787
4788 ICH LPC AND GPIO DRIVER
4789 M:      Peter Tyser <ptyser@xes-inc.com>
4790 S:      Maintained
4791 F:      drivers/mfd/lpc_ich.c
4792 F:      drivers/gpio/gpio-ich.c
4793
4794 IDE SUBSYSTEM
4795 M:      "David S. Miller" <davem@davemloft.net>
4796 L:      linux-ide@vger.kernel.org
4797 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4799 S:      Maintained
4800 F:      Documentation/ide/
4801 F:      drivers/ide/
4802 F:      include/linux/ide.h
4803
4804 IDEAPAD LAPTOP EXTRAS DRIVER
4805 M:      Ike Panhc <ike.pan@canonical.com>
4806 L:      platform-driver-x86@vger.kernel.org
4807 W:      http://launchpad.net/ideapad-laptop
4808 S:      Maintained
4809 F:      drivers/platform/x86/ideapad-laptop.c
4810
4811 IDEAPAD LAPTOP SLIDEBAR DRIVER
4812 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4813 L:      linux-input@vger.kernel.org
4814 W:      https://github.com/o2genum/ideapad-slidebar
4815 S:      Maintained
4816 F:      drivers/input/misc/ideapad_slidebar.c
4817
4818 IDE/ATAPI DRIVERS
4819 M:      Borislav Petkov <bp@alien8.de>
4820 L:      linux-ide@vger.kernel.org
4821 S:      Maintained
4822 F:      Documentation/cdrom/ide-cd
4823 F:      drivers/ide/ide-cd*
4824
4825 IDLE-I7300
4826 M:      Andy Henroid <andrew.d.henroid@intel.com>
4827 L:      linux-pm@vger.kernel.org
4828 S:      Supported
4829 F:      drivers/idle/i7300_idle.c
4830
4831 IEEE 802.15.4 SUBSYSTEM
4832 M:      Alexander Aring <alex.aring@gmail.com>
4833 L:      linux-wpan@vger.kernel.org
4834 W:      https://github.com/linux-wpan
4835 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4836 S:      Maintained
4837 F:      net/ieee802154/
4838 F:      net/mac802154/
4839 F:      drivers/net/ieee802154/
4840 F:      include/linux/nl802154.h
4841 F:      include/linux/ieee802154.h
4842 F:      include/net/nl802154.h
4843 F:      include/net/mac802154.h
4844 F:      include/net/af_ieee802154.h
4845 F:      include/net/cfg802154.h
4846 F:      include/net/ieee802154_netdev.h
4847 F:      Documentation/networking/ieee802154.txt
4848
4849 IGORPLUG-USB IR RECEIVER
4850 M:      Sean Young <sean@mess.org>
4851 L:      linux-media@vger.kernel.org
4852 S:      Maintained
4853 F:      drivers/media/rc/igorplugusb.c
4854
4855 IGUANAWORKS USB IR TRANSCEIVER
4856 M:      Sean Young <sean@mess.org>
4857 L:      linux-media@vger.kernel.org
4858 S:      Maintained
4859 F:      drivers/media/rc/iguanair.c
4860
4861 IIO SUBSYSTEM AND DRIVERS
4862 M:      Jonathan Cameron <jic23@kernel.org>
4863 R:      Hartmut Knaack <knaack.h@gmx.de>
4864 R:      Lars-Peter Clausen <lars@metafoo.de>
4865 R:      Peter Meerwald <pmeerw@pmeerw.net>
4866 L:      linux-iio@vger.kernel.org
4867 S:      Maintained
4868 F:      drivers/iio/
4869 F:      drivers/staging/iio/
4870 F:      include/linux/iio/
4871
4872 IKANOS/ADI EAGLE ADSL USB DRIVER
4873 M:      Matthieu Castet <castet.matthieu@free.fr>
4874 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4875 S:      Maintained
4876 F:      drivers/usb/atm/ueagle-atm.c
4877
4878 INA209 HARDWARE MONITOR DRIVER
4879 M:      Guenter Roeck <linux@roeck-us.net>
4880 L:      lm-sensors@lm-sensors.org
4881 S:      Maintained
4882 F:      Documentation/hwmon/ina209
4883 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4884 F:      drivers/hwmon/ina209.c
4885
4886 INA2XX HARDWARE MONITOR DRIVER
4887 M:      Guenter Roeck <linux@roeck-us.net>
4888 L:      lm-sensors@lm-sensors.org
4889 S:      Maintained
4890 F:      Documentation/hwmon/ina2xx
4891 F:      drivers/hwmon/ina2xx.c
4892 F:      include/linux/platform_data/ina2xx.h
4893
4894 INDUSTRY PACK SUBSYSTEM (IPACK)
4895 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4896 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4897 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4898 L:      industrypack-devel@lists.sourceforge.net
4899 W:      http://industrypack.sourceforge.net
4900 S:      Maintained
4901 F:      drivers/ipack/
4902
4903 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4904 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4905 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4906 L:      linux-ima-devel@lists.sourceforge.net
4907 L:      linux-ima-user@lists.sourceforge.net
4908 L:      linux-security-module@vger.kernel.org
4909 S:      Supported
4910 F:      security/integrity/ima/
4911
4912 IMGTEC IR DECODER DRIVER
4913 M:      James Hogan <james.hogan@imgtec.com>
4914 S:      Maintained
4915 F:      drivers/media/rc/img-ir/
4916
4917 IMS TWINTURBO FRAMEBUFFER DRIVER
4918 L:      linux-fbdev@vger.kernel.org
4919 S:      Orphan
4920 F:      drivers/video/fbdev/imsttfb.c
4921
4922 INFINIBAND SUBSYSTEM
4923 M:      Roland Dreier <roland@kernel.org>
4924 M:      Sean Hefty <sean.hefty@intel.com>
4925 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4926 L:      linux-rdma@vger.kernel.org
4927 W:      http://www.openfabrics.org/
4928 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4930 S:      Supported
4931 F:      Documentation/infiniband/
4932 F:      drivers/infiniband/
4933 F:      include/uapi/linux/if_infiniband.h
4934
4935 INOTIFY
4936 M:      John McCutchan <john@johnmccutchan.com>
4937 M:      Robert Love <rlove@rlove.org>
4938 M:      Eric Paris <eparis@parisplace.org>
4939 S:      Maintained
4940 F:      Documentation/filesystems/inotify.txt
4941 F:      fs/notify/inotify/
4942 F:      include/linux/inotify.h
4943 F:      include/uapi/linux/inotify.h
4944
4945 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4946 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4947 L:      linux-input@vger.kernel.org
4948 Q:      http://patchwork.kernel.org/project/linux-input/list/
4949 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4950 S:      Maintained
4951 F:      drivers/input/
4952 F:      include/linux/input.h
4953 F:      include/uapi/linux/input.h
4954 F:      include/linux/input/
4955
4956 INPUT MULTITOUCH (MT) PROTOCOL
4957 M:      Henrik Rydberg <rydberg@bitmath.org>
4958 L:      linux-input@vger.kernel.org
4959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4960 S:      Odd fixes
4961 F:      Documentation/input/multi-touch-protocol.txt
4962 F:      drivers/input/input-mt.c
4963 K:      \b(ABS|SYN)_MT_
4964
4965 INTEL ASoC BDW/HSW DRIVERS
4966 M:      Jie Yang <yang.jie@linux.intel.com>
4967 L:      alsa-devel@alsa-project.org
4968 S:      Supported
4969 F:      sound/soc/intel/sst-haswell*
4970 F:      sound/soc/intel/sst-dsp*
4971 F:      sound/soc/intel/sst-firmware.c
4972 F:      sound/soc/intel/broadwell.c
4973 F:      sound/soc/intel/haswell.c
4974
4975 INTEL C600 SERIES SAS CONTROLLER DRIVER
4976 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4977 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4978 L:      linux-scsi@vger.kernel.org
4979 T:      git git://git.code.sf.net/p/intel-sas/isci
4980 S:      Supported
4981 F:      drivers/scsi/isci/
4982
4983 INTEL IDLE DRIVER
4984 M:      Len Brown <lenb@kernel.org>
4985 L:      linux-pm@vger.kernel.org
4986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4987 S:      Supported
4988 F:      drivers/idle/intel_idle.c
4989
4990 INTEL PSTATE DRIVER
4991 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
4992 L:      linux-pm@vger.kernel.org
4993 S:      Supported
4994 F:      drivers/cpufreq/intel_pstate.c
4995
4996 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4997 M:      Maik Broemme <mbroemme@plusserver.de>
4998 L:      linux-fbdev@vger.kernel.org
4999 S:      Maintained
5000 F:      Documentation/fb/intelfb.txt
5001 F:      drivers/video/fbdev/intelfb/
5002
5003 INTEL 810/815 FRAMEBUFFER DRIVER
5004 M:      Antonino Daplas <adaplas@gmail.com>
5005 L:      linux-fbdev@vger.kernel.org
5006 S:      Maintained
5007 F:      drivers/video/fbdev/i810/
5008
5009 INTEL MENLOW THERMAL DRIVER
5010 M:      Sujith Thomas <sujith.thomas@intel.com>
5011 L:      platform-driver-x86@vger.kernel.org
5012 W:      https://01.org/linux-acpi
5013 S:      Supported
5014 F:      drivers/platform/x86/intel_menlow.c
5015
5016 INTEL IA32 MICROCODE UPDATE SUPPORT
5017 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
5018 S:      Maintained
5019 F:      arch/x86/kernel/cpu/microcode/core*
5020 F:      arch/x86/kernel/cpu/microcode/intel*
5021
5022 INTEL I/OAT DMA DRIVER
5023 M:      Dave Jiang <dave.jiang@intel.com>
5024 R:      Dan Williams <dan.j.williams@intel.com>
5025 L:      dmaengine@vger.kernel.org
5026 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5027 S:      Supported
5028 F:      drivers/dma/ioat*
5029
5030 INTEL IOMMU (VT-d)
5031 M:      David Woodhouse <dwmw2@infradead.org>
5032 L:      iommu@lists.linux-foundation.org
5033 T:      git git://git.infradead.org/iommu-2.6.git
5034 S:      Supported
5035 F:      drivers/iommu/intel-iommu.c
5036 F:      include/linux/intel-iommu.h
5037
5038 INTEL IOP-ADMA DMA DRIVER
5039 R:      Dan Williams <dan.j.williams@intel.com>
5040 S:      Odd fixes
5041 F:      drivers/dma/iop-adma.c
5042
5043 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5044 M:      Krzysztof Halasa <khalasa@piap.pl>
5045 S:      Maintained
5046 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5047 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5048 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5049 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5050 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5051 F:      drivers/net/wan/ixp4xx_hss.c
5052
5053 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5054 M:      Deepak Saxena <dsaxena@plexity.net>
5055 S:      Maintained
5056 F:      drivers/char/hw_random/ixp4xx-rng.c
5057
5058 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5059 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5060 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5061 M:      Bruce Allan <bruce.w.allan@intel.com>
5062 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5063 M:      Don Skidmore <donald.c.skidmore@intel.com>
5064 M:      Greg Rose <gregory.v.rose@intel.com>
5065 M:      Matthew Vick <matthew.vick@intel.com>
5066 M:      John Ronciak <john.ronciak@intel.com>
5067 M:      Mitch Williams <mitch.a.williams@intel.com>
5068 M:      Linux NICS <linux.nics@intel.com>
5069 L:      e1000-devel@lists.sourceforge.net
5070 W:      http://www.intel.com/support/feedback.htm
5071 W:      http://e1000.sourceforge.net/
5072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5074 S:      Supported
5075 F:      Documentation/networking/e100.txt
5076 F:      Documentation/networking/e1000.txt
5077 F:      Documentation/networking/e1000e.txt
5078 F:      Documentation/networking/igb.txt
5079 F:      Documentation/networking/igbvf.txt
5080 F:      Documentation/networking/ixgb.txt
5081 F:      Documentation/networking/ixgbe.txt
5082 F:      Documentation/networking/ixgbevf.txt
5083 F:      Documentation/networking/i40e.txt
5084 F:      Documentation/networking/i40evf.txt
5085 F:      drivers/net/ethernet/intel/
5086 F:      drivers/net/ethernet/intel/*/
5087
5088 INTEL-MID GPIO DRIVER
5089 M:      David Cohen <david.a.cohen@linux.intel.com>
5090 L:      linux-gpio@vger.kernel.org
5091 S:      Maintained
5092 F:      drivers/gpio/gpio-intel-mid.c
5093
5094 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5095 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5096 L:      linux-wireless@vger.kernel.org
5097 S:      Maintained
5098 F:      Documentation/networking/README.ipw2100
5099 F:      Documentation/networking/README.ipw2200
5100 F:      drivers/net/wireless/ipw2x00/
5101
5102 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5103 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5104 M:      Gang Wei <gang.wei@intel.com>
5105 M:      Shane Wang <shane.wang@intel.com>
5106 L:      tboot-devel@lists.sourceforge.net
5107 W:      http://tboot.sourceforge.net
5108 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5109 S:      Supported
5110 F:      Documentation/intel_txt.txt
5111 F:      include/linux/tboot.h
5112 F:      arch/x86/kernel/tboot.c
5113
5114 INTEL WIRELESS WIMAX CONNECTION 2400
5115 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5116 M:      linux-wimax@intel.com
5117 L:     wimax@linuxwimax.org (subscribers-only)
5118 S:      Supported
5119 W:      http://linuxwimax.org
5120 F:      Documentation/wimax/README.i2400m
5121 F:      drivers/net/wimax/i2400m/
5122 F:      include/uapi/linux/wimax/i2400m.h
5123
5124 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5125 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5126 L:      linux-wireless@vger.kernel.org
5127 S:      Supported
5128 F:      drivers/net/wireless/iwlegacy/
5129
5130 INTEL WIRELESS WIFI LINK (iwlwifi)
5131 M:      Johannes Berg <johannes.berg@intel.com>
5132 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5133 M:      Intel Linux Wireless <ilw@linux.intel.com>
5134 L:      linux-wireless@vger.kernel.org
5135 W:      http://intellinuxwireless.org
5136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5137 S:      Supported
5138 F:      drivers/net/wireless/iwlwifi/
5139
5140 INTEL MANAGEMENT ENGINE (mei)
5141 M:      Tomas Winkler <tomas.winkler@intel.com>
5142 L:      linux-kernel@vger.kernel.org
5143 S:      Supported
5144 F:      include/uapi/linux/mei.h
5145 F:      drivers/misc/mei/*
5146 F:      Documentation/misc-devices/mei/*
5147
5148 IOC3 ETHERNET DRIVER
5149 M:      Ralf Baechle <ralf@linux-mips.org>
5150 L:      linux-mips@linux-mips.org
5151 S:      Maintained
5152 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5153
5154 IOC3 SERIAL DRIVER
5155 M:      Pat Gefre <pfg@sgi.com>
5156 L:      linux-serial@vger.kernel.org
5157 S:      Maintained
5158 F:      drivers/tty/serial/ioc3_serial.c
5159
5160 IOMMU DRIVERS
5161 M:      Joerg Roedel <joro@8bytes.org>
5162 L:      iommu@lists.linux-foundation.org
5163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5164 S:      Maintained
5165 F:      drivers/iommu/
5166
5167 IP MASQUERADING
5168 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5169 S:      Maintained
5170 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5171
5172 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5173 M:      Francois Romieu <romieu@fr.zoreil.com>
5174 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5175 L:      netdev@vger.kernel.org
5176 S:      Maintained
5177 F:      drivers/net/ethernet/icplus/ipg.*
5178
5179 IPATH DRIVER
5180 M:      Mike Marciniszyn <infinipath@intel.com>
5181 L:      linux-rdma@vger.kernel.org
5182 S:      Maintained
5183 F:      drivers/infiniband/hw/ipath/
5184
5185 IPMI SUBSYSTEM
5186 M:      Corey Minyard <minyard@acm.org>
5187 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5188 W:      http://openipmi.sourceforge.net/
5189 S:      Supported
5190 F:      Documentation/IPMI.txt
5191 F:      drivers/char/ipmi/
5192 F:      include/linux/ipmi*
5193 F:      include/uapi/linux/ipmi*
5194
5195 IPS SCSI RAID DRIVER
5196 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5197 L:      linux-scsi@vger.kernel.org
5198 W:      http://www.adaptec.com/
5199 S:      Maintained
5200 F:      drivers/scsi/ips*
5201
5202 IPVS
5203 M:      Wensong Zhang <wensong@linux-vs.org>
5204 M:      Simon Horman <horms@verge.net.au>
5205 M:      Julian Anastasov <ja@ssi.bg>
5206 L:      netdev@vger.kernel.org
5207 L:      lvs-devel@vger.kernel.org
5208 S:      Maintained
5209 F:      Documentation/networking/ipvs-sysctl.txt
5210 F:      include/net/ip_vs.h
5211 F:      include/uapi/linux/ip_vs.h
5212 F:      net/netfilter/ipvs/
5213
5214 IPWIRELESS DRIVER
5215 M:      Jiri Kosina <jkosina@suse.cz>
5216 M:      David Sterba <dsterba@suse.cz>
5217 S:      Odd Fixes
5218 F:      drivers/tty/ipwireless/
5219
5220 IPX NETWORK LAYER
5221 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5222 L:      netdev@vger.kernel.org
5223 S:      Maintained
5224 F:      include/net/ipx.h
5225 F:      include/uapi/linux/ipx.h
5226 F:      net/ipx/
5227
5228 IRDA SUBSYSTEM
5229 M:      Samuel Ortiz <samuel@sortiz.org>
5230 L:      irda-users@lists.sourceforge.net (subscribers-only)
5231 L:      netdev@vger.kernel.org
5232 W:      http://irda.sourceforge.net/
5233 S:      Maintained
5234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5235 F:      Documentation/networking/irda.txt
5236 F:      drivers/net/irda/
5237 F:      include/net/irda/
5238 F:      net/irda/
5239
5240 IRQ SUBSYSTEM
5241 M:      Thomas Gleixner <tglx@linutronix.de>
5242 L:      linux-kernel@vger.kernel.org
5243 S:      Maintained
5244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5245 F:      kernel/irq/
5246
5247 IRQCHIP DRIVERS
5248 M:      Thomas Gleixner <tglx@linutronix.de>
5249 M:      Jason Cooper <jason@lakedaemon.net>
5250 L:      linux-kernel@vger.kernel.org
5251 S:      Maintained
5252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5253 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5254 F:      Documentation/devicetree/bindings/interrupt-controller/
5255 F:      drivers/irqchip/
5256
5257 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5258 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5259 S:      Maintained
5260 F:      Documentation/IRQ-domain.txt
5261 F:      include/linux/irqdomain.h
5262 F:      kernel/irq/irqdomain.c
5263
5264 ISAPNP
5265 M:      Jaroslav Kysela <perex@perex.cz>
5266 S:      Maintained
5267 F:      Documentation/isapnp.txt
5268 F:      drivers/pnp/isapnp/
5269 F:      include/linux/isapnp.h
5270
5271 ISA RADIO MODULE
5272 M:      Hans Verkuil <hverkuil@xs4all.nl>
5273 L:      linux-media@vger.kernel.org
5274 T:      git git://linuxtv.org/media_tree.git
5275 W:      http://linuxtv.org
5276 S:      Maintained
5277 F:      drivers/media/radio/radio-isa*
5278
5279 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5280 M:      Peter Jones <pjones@redhat.com>
5281 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5282 S:      Maintained
5283 F:      drivers/firmware/iscsi_ibft*
5284
5285 ISCSI
5286 M:      Mike Christie <michaelc@cs.wisc.edu>
5287 L:      open-iscsi@googlegroups.com
5288 W:      www.open-iscsi.org
5289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5290 S:      Maintained
5291 F:      drivers/scsi/*iscsi*
5292 F:      include/scsi/*iscsi*
5293
5294 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5295 M:      Or Gerlitz <ogerlitz@mellanox.com>
5296 M:      Sagi Grimberg <sagig@mellanox.com>
5297 M:      Roi Dayan <roid@mellanox.com>
5298 L:      linux-rdma@vger.kernel.org
5299 S:      Supported
5300 W:      http://www.openfabrics.org
5301 W:      www.open-iscsi.org
5302 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5303 F:      drivers/infiniband/ulp/iser/
5304
5305 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5306 M:      Sagi Grimberg <sagig@mellanox.com>
5307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5308 L:      linux-rdma@vger.kernel.org
5309 L:      target-devel@vger.kernel.org
5310 S:      Supported
5311 W:      http://www.linux-iscsi.org
5312 F:      drivers/infiniband/ulp/isert
5313
5314 ISDN SUBSYSTEM
5315 M:      Karsten Keil <isdn@linux-pingi.de>
5316 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5317 L:      netdev@vger.kernel.org
5318 W:      http://www.isdn4linux.de
5319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5320 S:      Maintained
5321 F:      Documentation/isdn/
5322 F:      drivers/isdn/
5323 F:      include/linux/isdn.h
5324 F:      include/linux/isdn/
5325 F:      include/uapi/linux/isdn.h
5326 F:      include/uapi/linux/isdn/
5327
5328 ISDN SUBSYSTEM (Eicon active card driver)
5329 M:      Armin Schindler <mac@melware.de>
5330 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5331 W:      http://www.melware.de
5332 S:      Maintained
5333 F:      drivers/isdn/hardware/eicon/
5334
5335 IT87 HARDWARE MONITORING DRIVER
5336 M:      Jean Delvare <jdelvare@suse.de>
5337 L:      lm-sensors@lm-sensors.org
5338 S:      Maintained
5339 F:      Documentation/hwmon/it87
5340 F:      drivers/hwmon/it87.c
5341
5342 IT913X MEDIA DRIVER
5343 M:      Antti Palosaari <crope@iki.fi>
5344 L:      linux-media@vger.kernel.org
5345 W:      http://linuxtv.org/
5346 W:      http://palosaari.fi/linux/
5347 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5348 T:      git git://linuxtv.org/anttip/media_tree.git
5349 S:      Maintained
5350 F:      drivers/media/tuners/it913x*
5351
5352 IVTV VIDEO4LINUX DRIVER
5353 M:      Andy Walls <awalls@md.metrocast.net>
5354 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5355 L:      linux-media@vger.kernel.org
5356 T:      git git://linuxtv.org/media_tree.git
5357 W:      http://www.ivtvdriver.org
5358 S:      Maintained
5359 F:      Documentation/video4linux/*.ivtv
5360 F:      drivers/media/pci/ivtv/
5361 F:      include/uapi/linux/ivtv*
5362
5363 IX2505V MEDIA DRIVER
5364 M:      Malcolm Priestley <tvboxspy@gmail.com>
5365 L:      linux-media@vger.kernel.org
5366 W:      http://linuxtv.org/
5367 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5368 S:      Maintained
5369 F:      drivers/media/dvb-frontends/ix2505v*
5370
5371 JC42.4 TEMPERATURE SENSOR DRIVER
5372 M:      Guenter Roeck <linux@roeck-us.net>
5373 L:      lm-sensors@lm-sensors.org
5374 S:      Maintained
5375 F:      drivers/hwmon/jc42.c
5376 F:      Documentation/hwmon/jc42
5377
5378 JFS FILESYSTEM
5379 M:      Dave Kleikamp <shaggy@kernel.org>
5380 L:      jfs-discussion@lists.sourceforge.net
5381 W:      http://jfs.sourceforge.net/
5382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5383 S:      Maintained
5384 F:      Documentation/filesystems/jfs.txt
5385 F:      fs/jfs/
5386
5387 JME NETWORK DRIVER
5388 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5389 L:      netdev@vger.kernel.org
5390 S:      Maintained
5391 F:      drivers/net/ethernet/jme.*
5392
5393 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5394 M:      David Woodhouse <dwmw2@infradead.org>
5395 L:      linux-mtd@lists.infradead.org
5396 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5397 S:      Maintained
5398 F:      fs/jffs2/
5399 F:      include/uapi/linux/jffs2.h
5400
5401 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5402 M:      Andrew Morton <akpm@linux-foundation.org>
5403 M:      Jan Kara <jack@suse.cz>
5404 L:      linux-ext4@vger.kernel.org
5405 S:      Maintained
5406 F:      fs/jbd/
5407 F:      include/linux/jbd.h
5408
5409 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5410 M:      "Theodore Ts'o" <tytso@mit.edu>
5411 L:      linux-ext4@vger.kernel.org
5412 S:      Maintained
5413 F:      fs/jbd2/
5414 F:      include/linux/jbd2.h
5415
5416 JSM Neo PCI based serial card
5417 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5418 L:      linux-serial@vger.kernel.org
5419 S:      Maintained
5420 F:      drivers/tty/serial/jsm/
5421
5422 K10TEMP HARDWARE MONITORING DRIVER
5423 M:      Clemens Ladisch <clemens@ladisch.de>
5424 L:      lm-sensors@lm-sensors.org
5425 S:      Maintained
5426 F:      Documentation/hwmon/k10temp
5427 F:      drivers/hwmon/k10temp.c
5428
5429 K8TEMP HARDWARE MONITORING DRIVER
5430 M:      Rudolf Marek <r.marek@assembler.cz>
5431 L:      lm-sensors@lm-sensors.org
5432 S:      Maintained
5433 F:      Documentation/hwmon/k8temp
5434 F:      drivers/hwmon/k8temp.c
5435
5436 KCONFIG
5437 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5438 L:      linux-kbuild@vger.kernel.org
5439 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5440 S:      Maintained
5441 F:      Documentation/kbuild/kconfig-language.txt
5442 F:      scripts/kconfig/
5443
5444 KDUMP
5445 M:      Vivek Goyal <vgoyal@redhat.com>
5446 M:      Haren Myneni <hbabu@us.ibm.com>
5447 L:      kexec@lists.infradead.org
5448 W:      http://lse.sourceforge.net/kdump/
5449 S:      Maintained
5450 F:      Documentation/kdump/
5451
5452 KEENE FM RADIO TRANSMITTER DRIVER
5453 M:      Hans Verkuil <hverkuil@xs4all.nl>
5454 L:      linux-media@vger.kernel.org
5455 T:      git git://linuxtv.org/media_tree.git
5456 W:      http://linuxtv.org
5457 S:      Maintained
5458 F:      drivers/media/radio/radio-keene*
5459
5460 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5461 M:      Ian Kent <raven@themaw.net>
5462 L:      autofs@vger.kernel.org
5463 S:      Maintained
5464 F:      fs/autofs4/
5465
5466 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5467 M:      Michal Marek <mmarek@suse.cz>
5468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5470 L:      linux-kbuild@vger.kernel.org
5471 S:      Maintained
5472 F:      Documentation/kbuild/
5473 F:      Makefile
5474 F:      scripts/Makefile.*
5475 F:      scripts/basic/
5476 F:      scripts/mk*
5477 F:      scripts/package/
5478
5479 KERNEL JANITORS
5480 L:      kernel-janitors@vger.kernel.org
5481 W:      http://kernelnewbies.org/KernelJanitors
5482 S:      Odd Fixes
5483
5484 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5485 M:      "J. Bruce Fields" <bfields@fieldses.org>
5486 L:      linux-nfs@vger.kernel.org
5487 W:      http://nfs.sourceforge.net/
5488 S:      Supported
5489 F:      fs/nfsd/
5490 F:      include/uapi/linux/nfsd/
5491 F:      fs/lockd/
5492 F:      fs/nfs_common/
5493 F:      net/sunrpc/
5494 F:      include/linux/lockd/
5495 F:      include/linux/sunrpc/
5496 F:      include/uapi/linux/sunrpc/
5497
5498 KERNEL SELFTEST FRAMEWORK
5499 M:      Shuah Khan <shuahkh@osg.samsung.com>
5500 L:      linux-api@vger.kernel.org
5501 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5502 S:      Maintained
5503 F:      tools/testing/selftests
5504
5505 KERNEL VIRTUAL MACHINE (KVM)
5506 M:      Gleb Natapov <gleb@kernel.org>
5507 M:      Paolo Bonzini <pbonzini@redhat.com>
5508 L:      kvm@vger.kernel.org
5509 W:      http://www.linux-kvm.org
5510 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5511 S:      Supported
5512 F:      Documentation/*/kvm*.txt
5513 F:      Documentation/virtual/kvm/
5514 F:      arch/*/kvm/
5515 F:      arch/*/include/asm/kvm*
5516 F:      include/linux/kvm*
5517 F:      include/uapi/linux/kvm*
5518 F:      virt/kvm/
5519
5520 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5521 M:      Joerg Roedel <joro@8bytes.org>
5522 L:      kvm@vger.kernel.org
5523 W:      http://kvm.qumranet.com
5524 S:      Maintained
5525 F:      arch/x86/include/asm/svm.h
5526 F:      arch/x86/kvm/svm.c
5527
5528 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5529 M:      Alexander Graf <agraf@suse.de>
5530 L:      kvm-ppc@vger.kernel.org
5531 W:      http://kvm.qumranet.com
5532 T:      git git://github.com/agraf/linux-2.6.git
5533 S:      Supported
5534 F:      arch/powerpc/include/asm/kvm*
5535 F:      arch/powerpc/kvm/
5536
5537 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5538 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5539 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5540 M:      linux390@de.ibm.com
5541 L:      linux-s390@vger.kernel.org
5542 W:      http://www.ibm.com/developerworks/linux/linux390/
5543 S:      Supported
5544 F:      Documentation/s390/kvm.txt
5545 F:      arch/s390/include/asm/kvm*
5546 F:      arch/s390/kvm/
5547 F:      drivers/s390/kvm/
5548
5549 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5550 M:      Christoffer Dall <christoffer.dall@linaro.org>
5551 M:      Marc Zyngier <marc.zyngier@arm.com>
5552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5553 L:      kvmarm@lists.cs.columbia.edu
5554 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5555 S:      Supported
5556 F:      arch/arm/include/uapi/asm/kvm*
5557 F:      arch/arm/include/asm/kvm*
5558 F:      arch/arm/kvm/
5559 F:      virt/kvm/arm/
5560 F:      include/kvm/arm_*
5561
5562 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5563 M:      Christoffer Dall <christoffer.dall@linaro.org>
5564 M:      Marc Zyngier <marc.zyngier@arm.com>
5565 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5566 L:      kvmarm@lists.cs.columbia.edu
5567 S:      Maintained
5568 F:      arch/arm64/include/uapi/asm/kvm*
5569 F:      arch/arm64/include/asm/kvm*
5570 F:      arch/arm64/kvm/
5571
5572 KEXEC
5573 M:      Eric Biederman <ebiederm@xmission.com>
5574 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5575 L:      kexec@lists.infradead.org
5576 S:      Maintained
5577 F:      include/linux/kexec.h
5578 F:      include/uapi/linux/kexec.h
5579 F:      kernel/kexec.c
5580
5581 KEYS/KEYRINGS:
5582 M:      David Howells <dhowells@redhat.com>
5583 L:      keyrings@linux-nfs.org
5584 S:      Maintained
5585 F:      Documentation/security/keys.txt
5586 F:      include/linux/key.h
5587 F:      include/linux/key-type.h
5588 F:      include/keys/
5589 F:      security/keys/
5590
5591 KEYS-TRUSTED
5592 M:      David Safford <safford@us.ibm.com>
5593 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5594 L:      linux-security-module@vger.kernel.org
5595 L:      keyrings@linux-nfs.org
5596 S:      Supported
5597 F:      Documentation/security/keys-trusted-encrypted.txt
5598 F:      include/keys/trusted-type.h
5599 F:      security/keys/trusted.c
5600 F:      security/keys/trusted.h
5601
5602 KEYS-ENCRYPTED
5603 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5604 M:      David Safford <safford@us.ibm.com>
5605 L:      linux-security-module@vger.kernel.org
5606 L:      keyrings@linux-nfs.org
5607 S:      Supported
5608 F:      Documentation/security/keys-trusted-encrypted.txt
5609 F:      include/keys/encrypted-type.h
5610 F:      security/keys/encrypted-keys/
5611
5612 KGDB / KDB /debug_core
5613 M:      Jason Wessel <jason.wessel@windriver.com>
5614 W:      http://kgdb.wiki.kernel.org/
5615 L:      kgdb-bugreport@lists.sourceforge.net
5616 S:      Maintained
5617 F:      Documentation/DocBook/kgdb.tmpl
5618 F:      drivers/misc/kgdbts.c
5619 F:      drivers/tty/serial/kgdboc.c
5620 F:      include/linux/kdb.h
5621 F:      include/linux/kgdb.h
5622 F:      kernel/debug/
5623
5624 KMEMCHECK
5625 M:      Vegard Nossum <vegardno@ifi.uio.no>
5626 M:      Pekka Enberg <penberg@kernel.org>
5627 S:      Maintained
5628 F:      Documentation/kmemcheck.txt
5629 F:      arch/x86/include/asm/kmemcheck.h
5630 F:      arch/x86/mm/kmemcheck/
5631 F:      include/linux/kmemcheck.h
5632 F:      mm/kmemcheck.c
5633
5634 KMEMLEAK
5635 M:      Catalin Marinas <catalin.marinas@arm.com>
5636 S:      Maintained
5637 F:      Documentation/kmemleak.txt
5638 F:      include/linux/kmemleak.h
5639 F:      mm/kmemleak.c
5640 F:      mm/kmemleak-test.c
5641
5642 KPROBES
5643 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5644 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5645 M:      "David S. Miller" <davem@davemloft.net>
5646 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5647 S:      Maintained
5648 F:      Documentation/kprobes.txt
5649 F:      include/linux/kprobes.h
5650 F:      kernel/kprobes.c
5651
5652 KS0108 LCD CONTROLLER DRIVER
5653 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5654 W:      http://miguelojeda.es/auxdisplay.htm
5655 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5656 S:      Maintained
5657 F:      Documentation/auxdisplay/ks0108
5658 F:      drivers/auxdisplay/ks0108.c
5659 F:      include/linux/ks0108.h
5660
5661 LAPB module
5662 L:      linux-x25@vger.kernel.org
5663 S:      Orphan
5664 F:      Documentation/networking/lapb-module.txt
5665 F:      include/*/lapb.h
5666 F:      net/lapb/
5667
5668 LASI 53c700 driver for PARISC
5669 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5670 L:      linux-scsi@vger.kernel.org
5671 S:      Maintained
5672 F:      Documentation/scsi/53c700.txt
5673 F:      drivers/scsi/53c700*
5674
5675 LED SUBSYSTEM
5676 M:      Bryan Wu <cooloney@gmail.com>
5677 M:      Richard Purdie <rpurdie@rpsys.net>
5678 L:      linux-leds@vger.kernel.org
5679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5680 S:      Maintained
5681 F:      drivers/leds/
5682 F:      include/linux/leds.h
5683
5684 LEGACY EEPROM DRIVER
5685 M:      Jean Delvare <jdelvare@suse.de>
5686 S:      Maintained
5687 F:      Documentation/misc-devices/eeprom
5688 F:      drivers/misc/eeprom/eeprom.c
5689
5690 LEGO USB Tower driver
5691 M:      Juergen Stuber <starblue@users.sourceforge.net>
5692 L:      legousb-devel@lists.sourceforge.net
5693 W:      http://legousb.sourceforge.net/
5694 S:      Maintained
5695 F:      drivers/usb/misc/legousbtower.c
5696
5697 LG2160 MEDIA DRIVER
5698 M:      Michael Krufky <mkrufky@linuxtv.org>
5699 L:      linux-media@vger.kernel.org
5700 W:      http://linuxtv.org/
5701 W:      http://github.com/mkrufky
5702 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5703 T:      git git://linuxtv.org/mkrufky/tuners.git
5704 S:      Maintained
5705 F:      drivers/media/dvb-frontends/lg2160.*
5706
5707 LGDT3305 MEDIA DRIVER
5708 M:      Michael Krufky <mkrufky@linuxtv.org>
5709 L:      linux-media@vger.kernel.org
5710 W:      http://linuxtv.org/
5711 W:      http://github.com/mkrufky
5712 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5713 T:      git git://linuxtv.org/mkrufky/tuners.git
5714 S:      Maintained
5715 F:      drivers/media/dvb-frontends/lgdt3305.*
5716
5717 LGUEST
5718 M:      Rusty Russell <rusty@rustcorp.com.au>
5719 L:      lguest@lists.ozlabs.org
5720 W:      http://lguest.ozlabs.org/
5721 S:      Odd Fixes
5722 F:      arch/x86/include/asm/lguest*.h
5723 F:      arch/x86/lguest/
5724 F:      drivers/lguest/
5725 F:      include/linux/lguest*.h
5726 F:      tools/lguest/
5727
5728 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5729 M:      Tejun Heo <tj@kernel.org>
5730 L:      linux-ide@vger.kernel.org
5731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5732 S:      Maintained
5733 F:      drivers/ata/
5734 F:      include/linux/ata.h
5735 F:      include/linux/libata.h
5736
5737 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5738 M:      Viresh Kumar <viresh.linux@gmail.com>
5739 L:      linux-ide@vger.kernel.org
5740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5741 S:      Maintained
5742 F:      include/linux/pata_arasan_cf_data.h
5743 F:      drivers/ata/pata_arasan_cf.c
5744
5745 LIBATA PATA DRIVERS
5746 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5747 M:      Tejun Heo <tj@kernel.org>
5748 L:      linux-ide@vger.kernel.org
5749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5750 S:      Maintained
5751 F:      drivers/ata/pata_*.c
5752 F:      drivers/ata/ata_generic.c
5753
5754 LIBATA SATA AHCI PLATFORM devices support
5755 M:      Hans de Goede <hdegoede@redhat.com>
5756 M:      Tejun Heo <tj@kernel.org>
5757 L:      linux-ide@vger.kernel.org
5758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5759 S:      Maintained
5760 F:      drivers/ata/ahci_platform.c
5761 F:      drivers/ata/libahci_platform.c
5762 F:      include/linux/ahci_platform.h
5763
5764 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5765 M:      Mikael Pettersson <mikpelinux@gmail.com>
5766 L:      linux-ide@vger.kernel.org
5767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5768 S:      Maintained
5769 F:      drivers/ata/sata_promise.*
5770
5771 LIBLOCKDEP
5772 M:      Sasha Levin <sasha.levin@oracle.com>
5773 S:      Maintained
5774 F:      tools/lib/lockdep/
5775
5776 LINUX FOR IBM pSERIES (RS/6000)
5777 M:      Paul Mackerras <paulus@au.ibm.com>
5778 W:      http://www.ibm.com/linux/ltc/projects/ppc
5779 S:      Supported
5780 F:      arch/powerpc/boot/rs6000.h
5781
5782 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5783 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5784 M:      Paul Mackerras <paulus@samba.org>
5785 M:      Michael Ellerman <mpe@ellerman.id.au>
5786 W:      http://www.penguinppc.org/
5787 L:      linuxppc-dev@lists.ozlabs.org
5788 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5790 S:      Supported
5791 F:      Documentation/powerpc/
5792 F:      arch/powerpc/
5793
5794 LINUX FOR POWER MACINTOSH
5795 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5796 W:      http://www.penguinppc.org/
5797 L:      linuxppc-dev@lists.ozlabs.org
5798 S:      Maintained
5799 F:      arch/powerpc/platforms/powermac/
5800 F:      drivers/macintosh/
5801
5802 LINUX FOR POWERPC EMBEDDED MPC5XXX
5803 M:      Anatolij Gustschin <agust@denx.de>
5804 L:      linuxppc-dev@lists.ozlabs.org
5805 T:      git git://git.denx.de/linux-denx-agust.git
5806 S:      Maintained
5807 F:      arch/powerpc/platforms/512x/
5808 F:      arch/powerpc/platforms/52xx/
5809
5810 LINUX FOR POWERPC EMBEDDED PPC4XX
5811 M:  Alistair Popple <alistair@popple.id.au>
5812 M:      Matt Porter <mporter@kernel.crashing.org>
5813 W:      http://www.penguinppc.org/
5814 L:      linuxppc-dev@lists.ozlabs.org
5815 S:      Maintained
5816 F:      arch/powerpc/platforms/40x/
5817 F:      arch/powerpc/platforms/44x/
5818
5819 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5820 L:      linuxppc-dev@lists.ozlabs.org
5821 S:      Orphan
5822 F:      arch/powerpc/*/*virtex*
5823 F:      arch/powerpc/*/*/*virtex*
5824
5825 LINUX FOR POWERPC EMBEDDED PPC8XX
5826 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5827 W:      http://www.penguinppc.org/
5828 L:      linuxppc-dev@lists.ozlabs.org
5829 S:      Maintained
5830 F:      arch/powerpc/platforms/8xx/
5831
5832 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5833 M:      Scott Wood <scottwood@freescale.com>
5834 M:      Kumar Gala <galak@kernel.crashing.org>
5835 W:      http://www.penguinppc.org/
5836 L:      linuxppc-dev@lists.ozlabs.org
5837 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5838 S:      Maintained
5839 F:      arch/powerpc/platforms/83xx/
5840 F:      arch/powerpc/platforms/85xx/
5841
5842 LINUX FOR POWERPC PA SEMI PWRFICIENT
5843 M:      Olof Johansson <olof@lixom.net>
5844 L:      linuxppc-dev@lists.ozlabs.org
5845 S:      Maintained
5846 F:      arch/powerpc/platforms/pasemi/
5847 F:      drivers/*/*pasemi*
5848 F:      drivers/*/*/*pasemi*
5849
5850 LINUX SECURITY MODULE (LSM) FRAMEWORK
5851 M:      Chris Wright <chrisw@sous-sol.org>
5852 L:      linux-security-module@vger.kernel.org
5853 S:      Supported
5854
5855 LIS3LV02D ACCELEROMETER DRIVER
5856 M:      Eric Piel <eric.piel@tremplin-utc.net>
5857 S:      Maintained
5858 F:      Documentation/misc-devices/lis3lv02d
5859 F:      drivers/misc/lis3lv02d/
5860 F:      drivers/platform/x86/hp_accel.c
5861
5862 LIVE PATCHING
5863 M:      Josh Poimboeuf <jpoimboe@redhat.com>
5864 M:      Seth Jennings <sjenning@redhat.com>
5865 M:      Jiri Kosina <jkosina@suse.cz>
5866 M:      Vojtech Pavlik <vojtech@suse.cz>
5867 S:      Maintained
5868 F:      kernel/livepatch/
5869 F:      include/linux/livepatch.h
5870 F:      arch/x86/include/asm/livepatch.h
5871 F:      arch/x86/kernel/livepatch.c
5872 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
5873 F:      samples/livepatch/
5874 L:      live-patching@vger.kernel.org
5875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
5876
5877 LLC (802.2)
5878 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5879 S:      Maintained
5880 F:      include/linux/llc.h
5881 F:      include/uapi/linux/llc.h
5882 F:      include/net/llc*
5883 F:      net/llc/
5884
5885 LM73 HARDWARE MONITOR DRIVER
5886 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5887 L:      lm-sensors@lm-sensors.org
5888 S:      Maintained
5889 F:      drivers/hwmon/lm73.c
5890
5891 LM78 HARDWARE MONITOR DRIVER
5892 M:      Jean Delvare <jdelvare@suse.de>
5893 L:      lm-sensors@lm-sensors.org
5894 S:      Maintained
5895 F:      Documentation/hwmon/lm78
5896 F:      drivers/hwmon/lm78.c
5897
5898 LM83 HARDWARE MONITOR DRIVER
5899 M:      Jean Delvare <jdelvare@suse.de>
5900 L:      lm-sensors@lm-sensors.org
5901 S:      Maintained
5902 F:      Documentation/hwmon/lm83
5903 F:      drivers/hwmon/lm83.c
5904
5905 LM90 HARDWARE MONITOR DRIVER
5906 M:      Jean Delvare <jdelvare@suse.de>
5907 L:      lm-sensors@lm-sensors.org
5908 S:      Maintained
5909 F:      Documentation/hwmon/lm90
5910 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5911 F:      drivers/hwmon/lm90.c
5912
5913 LM95234 HARDWARE MONITOR DRIVER
5914 M:      Guenter Roeck <linux@roeck-us.net>
5915 L:      lm-sensors@lm-sensors.org
5916 S:      Maintained
5917 F:      Documentation/hwmon/lm95234
5918 F:      drivers/hwmon/lm95234.c
5919
5920 LME2510 MEDIA DRIVER
5921 M:      Malcolm Priestley <tvboxspy@gmail.com>
5922 L:      linux-media@vger.kernel.org
5923 W:      http://linuxtv.org/
5924 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5925 S:      Maintained
5926 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5927
5928 LOCKDEP AND LOCKSTAT
5929 M:      Peter Zijlstra <peterz@infradead.org>
5930 M:      Ingo Molnar <mingo@redhat.com>
5931 L:      linux-kernel@vger.kernel.org
5932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5933 S:      Maintained
5934 F:      Documentation/locking/lockdep*.txt
5935 F:      Documentation/locking/lockstat.txt
5936 F:      include/linux/lockdep.h
5937 F:      kernel/locking/
5938
5939 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5940 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5941 L:      linux-ntfs-dev@lists.sourceforge.net
5942 W:      http://www.linux-ntfs.org/content/view/19/37/
5943 S:      Maintained
5944 F:      Documentation/ldm.txt
5945 F:      block/partitions/ldm.*
5946
5947 LogFS
5948 M:      Joern Engel <joern@logfs.org>
5949 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5950 L:      logfs@logfs.org
5951 W:      logfs.org
5952 S:      Maintained
5953 F:      fs/logfs/
5954
5955 LPC32XX MACHINE SUPPORT
5956 M:      Roland Stigge <stigge@antcom.de>
5957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5958 S:      Maintained
5959 F:      arch/arm/mach-lpc32xx/
5960
5961 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5962 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5963 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5964 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5965 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5966 L:      MPT-FusionLinux.pdl@avagotech.com
5967 L:      linux-scsi@vger.kernel.org
5968 W:      http://www.lsilogic.com/support
5969 S:      Supported
5970 F:      drivers/message/fusion/
5971 F:      drivers/scsi/mpt2sas/
5972 F:      drivers/scsi/mpt3sas/
5973
5974 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5975 M:      Matthew Wilcox <matthew@wil.cx>
5976 L:      linux-scsi@vger.kernel.org
5977 S:      Maintained
5978 F:      drivers/scsi/sym53c8xx_2/
5979
5980 LTC4261 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/ltc4261
5985 F:      drivers/hwmon/ltc4261.c
5986
5987 LTP (Linux Test Project)
5988 M:      Mike Frysinger <vapier@gentoo.org>
5989 M:      Cyril Hrubis <chrubis@suse.cz>
5990 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5991 M:      Jan Stancek <jstancek@redhat.com>
5992 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5993 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
5994 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5995 W:      http://linux-test-project.github.io/
5996 T:      git git://github.com/linux-test-project/ltp.git
5997 S:      Maintained
5998
5999 M32R ARCHITECTURE
6000 W:      http://www.linux-m32r.org/
6001 S:      Orphan
6002 F:      arch/m32r/
6003
6004 M68K ARCHITECTURE
6005 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6006 L:      linux-m68k@lists.linux-m68k.org
6007 W:      http://www.linux-m68k.org/
6008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6009 S:      Maintained
6010 F:      arch/m68k/
6011 F:      drivers/zorro/
6012
6013 M68K ON APPLE MACINTOSH
6014 M:      Joshua Thompson <funaho@jurai.org>
6015 W:      http://www.mac.linux-m68k.org/
6016 L:      linux-m68k@lists.linux-m68k.org
6017 S:      Maintained
6018 F:      arch/m68k/mac/
6019
6020 M68K ON HP9000/300
6021 M:      Philip Blundell <philb@gnu.org>
6022 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6023 S:      Maintained
6024 F:      arch/m68k/hp300/
6025
6026 M88DS3103 MEDIA DRIVER
6027 M:      Antti Palosaari <crope@iki.fi>
6028 L:      linux-media@vger.kernel.org
6029 W:      http://linuxtv.org/
6030 W:      http://palosaari.fi/linux/
6031 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6032 T:      git git://linuxtv.org/anttip/media_tree.git
6033 S:      Maintained
6034 F:      drivers/media/dvb-frontends/m88ds3103*
6035
6036 M88RS2000 MEDIA DRIVER
6037 M:      Malcolm Priestley <tvboxspy@gmail.com>
6038 L:      linux-media@vger.kernel.org
6039 W:      http://linuxtv.org/
6040 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6041 S:      Maintained
6042 F:      drivers/media/dvb-frontends/m88rs2000*
6043
6044 M88TS2022 MEDIA DRIVER
6045 M:      Antti Palosaari <crope@iki.fi>
6046 L:      linux-media@vger.kernel.org
6047 W:      http://linuxtv.org/
6048 W:      http://palosaari.fi/linux/
6049 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6050 T:      git git://linuxtv.org/anttip/media_tree.git
6051 S:      Maintained
6052 F:      drivers/media/tuners/m88ts2022*
6053
6054 MA901 MASTERKIT USB FM RADIO DRIVER
6055 M:      Alexey Klimov <klimov.linux@gmail.com>
6056 L:      linux-media@vger.kernel.org
6057 T:      git git://linuxtv.org/media_tree.git
6058 S:      Maintained
6059 F:      drivers/media/radio/radio-ma901.c
6060
6061 MAC80211
6062 M:      Johannes Berg <johannes@sipsolutions.net>
6063 L:      linux-wireless@vger.kernel.org
6064 W:      http://wireless.kernel.org/
6065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6067 S:      Maintained
6068 F:      Documentation/networking/mac80211-injection.txt
6069 F:      include/net/mac80211.h
6070 F:      net/mac80211/
6071
6072 MACVLAN DRIVER
6073 M:      Patrick McHardy <kaber@trash.net>
6074 L:      netdev@vger.kernel.org
6075 S:      Maintained
6076 F:      drivers/net/macvlan.c
6077 F:      include/linux/if_macvlan.h
6078
6079 MAILBOX API
6080 M:      Jassi Brar <jassisinghbrar@gmail.com>
6081 L:      linux-kernel@vger.kernel.org
6082 S:      Maintained
6083 F:      drivers/mailbox/
6084 F:      include/linux/mailbox_client.h
6085 F:      include/linux/mailbox_controller.h
6086
6087 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6088 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6089 W:      http://www.kernel.org/doc/man-pages
6090 L:      linux-man@vger.kernel.org
6091 S:      Maintained
6092
6093 MARVELL ARMADA DRM SUPPORT
6094 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6095 S:      Maintained
6096 F:      drivers/gpu/drm/armada/
6097
6098 MARVELL 88E6352 DSA support
6099 M:      Guenter Roeck <linux@roeck-us.net>
6100 S:      Maintained
6101 F:      drivers/net/dsa/mv88e6352.c
6102
6103 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6104 M:      Mirko Lindner <mlindner@marvell.com>
6105 M:      Stephen Hemminger <stephen@networkplumber.org>
6106 L:      netdev@vger.kernel.org
6107 S:      Maintained
6108 F:      drivers/net/ethernet/marvell/sk*
6109
6110 MARVELL LIBERTAS WIRELESS DRIVER
6111 L:      libertas-dev@lists.infradead.org
6112 S:      Orphan
6113 F:      drivers/net/wireless/libertas/
6114
6115 MARVELL MV643XX ETHERNET DRIVER
6116 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6117 L:      netdev@vger.kernel.org
6118 S:      Maintained
6119 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6120 F:      include/linux/mv643xx.h
6121
6122 MARVELL MVNETA ETHERNET DRIVER
6123 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6124 L:      netdev@vger.kernel.org
6125 S:      Maintained
6126 F:      drivers/net/ethernet/marvell/mvneta.*
6127
6128 MARVELL MWIFIEX WIRELESS DRIVER
6129 M:      Amitkumar Karwar <akarwar@marvell.com>
6130 M:      Avinash Patil <patila@marvell.com>
6131 L:      linux-wireless@vger.kernel.org
6132 S:      Maintained
6133 F:      drivers/net/wireless/mwifiex/
6134
6135 MARVELL MWL8K WIRELESS DRIVER
6136 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6137 L:      linux-wireless@vger.kernel.org
6138 S:      Odd Fixes
6139 F:      drivers/net/wireless/mwl8k.c
6140
6141 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6142 M:      Nicolas Pitre <nico@fluxnic.net>
6143 S:      Odd Fixes
6144 F:      drivers/mmc/host/mvsdio.*
6145
6146 MATROX FRAMEBUFFER DRIVER
6147 L:      linux-fbdev@vger.kernel.org
6148 S:      Orphan
6149 F:      drivers/video/fbdev/matrox/matroxfb_*
6150 F:      include/uapi/linux/matroxfb.h
6151
6152 MAX16065 HARDWARE MONITOR DRIVER
6153 M:      Guenter Roeck <linux@roeck-us.net>
6154 L:      lm-sensors@lm-sensors.org
6155 S:      Maintained
6156 F:      Documentation/hwmon/max16065
6157 F:      drivers/hwmon/max16065.c
6158
6159 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6160 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6161 L:      lm-sensors@lm-sensors.org
6162 S:      Maintained
6163 F:      Documentation/hwmon/max6650
6164 F:      drivers/hwmon/max6650.c
6165
6166 MAX6697 HARDWARE MONITOR DRIVER
6167 M:      Guenter Roeck <linux@roeck-us.net>
6168 L:      lm-sensors@lm-sensors.org
6169 S:      Maintained
6170 F:      Documentation/hwmon/max6697
6171 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6172 F:      drivers/hwmon/max6697.c
6173 F:      include/linux/platform_data/max6697.h
6174
6175 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6176 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6177 L:      linux-pm@vger.kernel.org
6178 S:      Supported
6179 F:      drivers/power/max14577_charger.c
6180 F:      drivers/power/max77693_charger.c
6181
6182 MAXIRADIO FM RADIO RECEIVER DRIVER
6183 M:      Hans Verkuil <hverkuil@xs4all.nl>
6184 L:      linux-media@vger.kernel.org
6185 T:      git git://linuxtv.org/media_tree.git
6186 W:      http://linuxtv.org
6187 S:      Maintained
6188 F:      drivers/media/radio/radio-maxiradio*
6189
6190 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6191 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6192 P:      LinuxTV.org Project
6193 L:      linux-media@vger.kernel.org
6194 W:      http://linuxtv.org
6195 Q:      http://patchwork.kernel.org/project/linux-media/list/
6196 T:      git git://linuxtv.org/media_tree.git
6197 S:      Maintained
6198 F:      Documentation/dvb/
6199 F:      Documentation/video4linux/
6200 F:      Documentation/DocBook/media/
6201 F:      drivers/media/
6202 F:      drivers/staging/media/
6203 F:      include/media/
6204 F:      include/uapi/linux/dvb/
6205 F:      include/uapi/linux/videodev2.h
6206 F:      include/uapi/linux/media.h
6207 F:      include/uapi/linux/v4l2-*
6208 F:      include/uapi/linux/meye.h
6209 F:      include/uapi/linux/ivtv*
6210 F:      include/uapi/linux/uvcvideo.h
6211
6212 MEGARAID SCSI/SAS DRIVERS
6213 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6214 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6215 M:      Uday Lingala <uday.lingala@avagotech.com>
6216 L:      megaraidlinux.pdl@avagotech.com
6217 L:      linux-scsi@vger.kernel.org
6218 W:      http://www.lsi.com
6219 S:      Maintained
6220 F:      Documentation/scsi/megaraid.txt
6221 F:      drivers/scsi/megaraid.*
6222 F:      drivers/scsi/megaraid/
6223
6224 MELLANOX ETHERNET DRIVER (mlx4_en)
6225 M:      Amir Vadai <amirv@mellanox.com>
6226 L:      netdev@vger.kernel.org
6227 S:      Supported
6228 W:      http://www.mellanox.com
6229 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6230 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6231
6232 MEMORY MANAGEMENT
6233 L:      linux-mm@kvack.org
6234 W:      http://www.linux-mm.org
6235 S:      Maintained
6236 F:      include/linux/mm.h
6237 F:      include/linux/gfp.h
6238 F:      include/linux/mmzone.h
6239 F:      include/linux/memory_hotplug.h
6240 F:      include/linux/vmalloc.h
6241 F:      mm/
6242
6243 MEMORY TECHNOLOGY DEVICES (MTD)
6244 M:      David Woodhouse <dwmw2@infradead.org>
6245 M:      Brian Norris <computersforpeace@gmail.com>
6246 L:      linux-mtd@lists.infradead.org
6247 W:      http://www.linux-mtd.infradead.org/
6248 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6249 T:      git git://git.infradead.org/linux-mtd.git
6250 T:      git git://git.infradead.org/l2-mtd.git
6251 S:      Maintained
6252 F:      drivers/mtd/
6253 F:      include/linux/mtd/
6254 F:      include/uapi/mtd/
6255
6256 MEN A21 WATCHDOG DRIVER
6257 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6258 L:      linux-watchdog@vger.kernel.org
6259 S:      Supported
6260 F:      drivers/watchdog/mena21_wdt.c
6261
6262 MEN CHAMELEON BUS (mcb)
6263 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6264 S:      Supported
6265 F:      drivers/mcb/
6266 F:      include/linux/mcb.h
6267
6268 MEN F21BMC (Board Management Controller)
6269 M:      Andreas Werner <andreas.werner@men.de>
6270 S:      Supported
6271 F:      drivers/mfd/menf21bmc.c
6272 F:      drivers/watchdog/menf21bmc_wdt.c
6273 F:      drivers/leds/leds-menf21bmc.c
6274 F:      drivers/hwmon/menf21bmc_hwmon.c
6275 F:      Documentation/hwmon/menf21bmc
6276
6277 METAG ARCHITECTURE
6278 M:      James Hogan <james.hogan@imgtec.com>
6279 L:      linux-metag@vger.kernel.org
6280 S:      Supported
6281 F:      arch/metag/
6282 F:      Documentation/metag/
6283 F:      Documentation/devicetree/bindings/metag/
6284 F:      drivers/clocksource/metag_generic.c
6285 F:      drivers/irqchip/irq-metag.c
6286 F:      drivers/irqchip/irq-metag-ext.c
6287 F:      drivers/tty/metag_da.c
6288
6289 MICROBLAZE ARCHITECTURE
6290 M:      Michal Simek <monstr@monstr.eu>
6291 W:      http://www.monstr.eu/fdt/
6292 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6293 S:      Supported
6294 F:      arch/microblaze/
6295
6296 MICROTEK X6 SCANNER
6297 M:      Oliver Neukum <oliver@neukum.org>
6298 S:      Maintained
6299 F:      drivers/usb/image/microtek.*
6300
6301 MIPS
6302 M:      Ralf Baechle <ralf@linux-mips.org>
6303 L:      linux-mips@linux-mips.org
6304 W:      http://www.linux-mips.org/
6305 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6306 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6307 S:      Supported
6308 F:      Documentation/mips/
6309 F:      arch/mips/
6310
6311 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6312 M:      Hans Verkuil <hverkuil@xs4all.nl>
6313 L:      linux-media@vger.kernel.org
6314 T:      git git://linuxtv.org/media_tree.git
6315 W:      http://linuxtv.org
6316 S:      Odd Fixes
6317 F:      drivers/media/radio/radio-miropcm20*
6318
6319 Mellanox MLX5 core VPI driver
6320 M:      Eli Cohen <eli@mellanox.com>
6321 L:      netdev@vger.kernel.org
6322 L:      linux-rdma@vger.kernel.org
6323 W:      http://www.mellanox.com
6324 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6325 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6326 T:      git git://openfabrics.org/~eli/connect-ib.git
6327 S:      Supported
6328 F:      drivers/net/ethernet/mellanox/mlx5/core/
6329 F:      include/linux/mlx5/
6330
6331 Mellanox MLX5 IB driver
6332 M:      Eli Cohen <eli@mellanox.com>
6333 L:      linux-rdma@vger.kernel.org
6334 W:      http://www.mellanox.com
6335 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6336 T:      git git://openfabrics.org/~eli/connect-ib.git
6337 S:      Supported
6338 F:      include/linux/mlx5/
6339 F:      drivers/infiniband/hw/mlx5/
6340
6341 MN88472 MEDIA DRIVER
6342 M:      Antti Palosaari <crope@iki.fi>
6343 L:      linux-media@vger.kernel.org
6344 W:      http://linuxtv.org/
6345 W:      http://palosaari.fi/linux/
6346 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6347 T:      git git://linuxtv.org/anttip/media_tree.git
6348 S:      Maintained
6349 F:      drivers/staging/media/mn88472/
6350 F:      drivers/media/dvb-frontends/mn88472.h
6351
6352 MN88473 MEDIA DRIVER
6353 M:      Antti Palosaari <crope@iki.fi>
6354 L:      linux-media@vger.kernel.org
6355 W:      http://linuxtv.org/
6356 W:      http://palosaari.fi/linux/
6357 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6358 T:      git git://linuxtv.org/anttip/media_tree.git
6359 S:      Maintained
6360 F:      drivers/staging/media/mn88473/
6361 F:      drivers/media/dvb-frontends/mn88473.h
6362
6363 MODULE SUPPORT
6364 M:      Rusty Russell <rusty@rustcorp.com.au>
6365 S:      Maintained
6366 F:      include/linux/module.h
6367 F:      kernel/module.c
6368
6369 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6370 W:      http://popies.net/meye/
6371 S:      Orphan
6372 F:      Documentation/video4linux/meye.txt
6373 F:      drivers/media/pci/meye/
6374 F:      include/uapi/linux/meye.h
6375
6376 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6377 M:      Jiri Slaby <jirislaby@gmail.com>
6378 S:      Maintained
6379 F:      Documentation/serial/moxa-smartio
6380 F:      drivers/tty/mxser.*
6381
6382 MR800 AVERMEDIA USB FM RADIO DRIVER
6383 M:      Alexey Klimov <klimov.linux@gmail.com>
6384 L:      linux-media@vger.kernel.org
6385 T:      git git://linuxtv.org/media_tree.git
6386 S:      Maintained
6387 F:      drivers/media/radio/radio-mr800.c
6388
6389 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6390 M:      Alan Ott <alan@signal11.us>
6391 L:      linux-wpan@vger.kernel.org
6392 S:      Maintained
6393 F:      drivers/net/ieee802154/mrf24j40.c
6394
6395 MSI LAPTOP SUPPORT
6396 M:      "Lee, Chun-Yi" <jlee@suse.com>
6397 L:      platform-driver-x86@vger.kernel.org
6398 S:      Maintained
6399 F:      drivers/platform/x86/msi-laptop.c
6400
6401 MSI WMI SUPPORT
6402 M:      Anisse Astier <anisse@astier.eu>
6403 L:      platform-driver-x86@vger.kernel.org
6404 S:      Supported
6405 F:      drivers/platform/x86/msi-wmi.c
6406
6407 MSI001 MEDIA DRIVER
6408 M:      Antti Palosaari <crope@iki.fi>
6409 L:      linux-media@vger.kernel.org
6410 W:      http://linuxtv.org/
6411 W:      http://palosaari.fi/linux/
6412 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6413 T:      git git://linuxtv.org/anttip/media_tree.git
6414 S:      Maintained
6415 F:      drivers/media/tuners/msi001*
6416
6417 MSI2500 MEDIA DRIVER
6418 M:      Antti Palosaari <crope@iki.fi>
6419 L:      linux-media@vger.kernel.org
6420 W:      http://linuxtv.org/
6421 W:      http://palosaari.fi/linux/
6422 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6423 T:      git git://linuxtv.org/anttip/media_tree.git
6424 S:      Maintained
6425 F:      drivers/media/usb/msi2500/
6426
6427 MT9M032 APTINA SENSOR DRIVER
6428 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6429 L:      linux-media@vger.kernel.org
6430 T:      git git://linuxtv.org/media_tree.git
6431 S:      Maintained
6432 F:      drivers/media/i2c/mt9m032.c
6433 F:      include/media/mt9m032.h
6434
6435 MT9P031 APTINA CAMERA SENSOR
6436 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6437 L:      linux-media@vger.kernel.org
6438 T:      git git://linuxtv.org/media_tree.git
6439 S:      Maintained
6440 F:      drivers/media/i2c/mt9p031.c
6441 F:      include/media/mt9p031.h
6442
6443 MT9T001 APTINA CAMERA SENSOR
6444 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6445 L:      linux-media@vger.kernel.org
6446 T:      git git://linuxtv.org/media_tree.git
6447 S:      Maintained
6448 F:      drivers/media/i2c/mt9t001.c
6449 F:      include/media/mt9t001.h
6450
6451 MT9V032 APTINA CAMERA SENSOR
6452 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6453 L:      linux-media@vger.kernel.org
6454 T:      git git://linuxtv.org/media_tree.git
6455 S:      Maintained
6456 F:      drivers/media/i2c/mt9v032.c
6457 F:      include/media/mt9v032.h
6458
6459 MULTIFUNCTION DEVICES (MFD)
6460 M:      Samuel Ortiz <sameo@linux.intel.com>
6461 M:      Lee Jones <lee.jones@linaro.org>
6462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6463 S:      Supported
6464 F:      drivers/mfd/
6465 F:      include/linux/mfd/
6466
6467 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6468 M:      Chris Ball <chris@printf.net>
6469 M:      Ulf Hansson <ulf.hansson@linaro.org>
6470 L:      linux-mmc@vger.kernel.org
6471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6472 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6473 S:      Maintained
6474 F:      drivers/mmc/
6475 F:      include/linux/mmc/
6476 F:      include/uapi/linux/mmc/
6477
6478 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6479 S:      Orphan
6480 F:      drivers/mmc/host/mmc_spi.c
6481 F:      include/linux/spi/mmc_spi.h
6482
6483 MULTISOUND SOUND DRIVER
6484 M:      Andrew Veliath <andrewtv@usa.net>
6485 S:      Maintained
6486 F:      Documentation/sound/oss/MultiSound
6487 F:      sound/oss/msnd*
6488
6489 MULTITECH MULTIPORT CARD (ISICOM)
6490 S:      Orphan
6491 F:      drivers/tty/isicom.c
6492 F:      include/linux/isicom.h
6493
6494 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6495 M:      Felipe Balbi <balbi@ti.com>
6496 L:      linux-usb@vger.kernel.org
6497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6498 S:      Maintained
6499 F:      drivers/usb/musb/
6500
6501 MXL5007T MEDIA DRIVER
6502 M:      Michael Krufky <mkrufky@linuxtv.org>
6503 L:      linux-media@vger.kernel.org
6504 W:      http://linuxtv.org/
6505 W:      http://github.com/mkrufky
6506 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6507 T:      git git://linuxtv.org/mkrufky/tuners.git
6508 S:      Maintained
6509 F:      drivers/media/tuners/mxl5007t.*
6510
6511 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6512 M:      Hyong-Youb Kim <hykim@myri.com>
6513 L:      netdev@vger.kernel.org
6514 W:      https://www.myricom.com/support/downloads/myri10ge.html
6515 S:      Supported
6516 F:      drivers/net/ethernet/myricom/myri10ge/
6517
6518 NATSEMI ETHERNET DRIVER (DP8381x)
6519 S:      Orphan
6520 F:      drivers/net/ethernet/natsemi/natsemi.c
6521
6522 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6523 M:      Daniel Mack <zonque@gmail.com>
6524 S:      Maintained
6525 L:      alsa-devel@alsa-project.org
6526 W:      http://www.native-instruments.com
6527 F:      sound/usb/caiaq/
6528
6529 NCP FILESYSTEM
6530 M:      Petr Vandrovec <petr@vandrovec.name>
6531 S:      Odd Fixes
6532 F:      fs/ncpfs/
6533
6534 NCR 5380 SCSI DRIVERS
6535 M:      Finn Thain <fthain@telegraphics.com.au>
6536 M:      Michael Schmitz <schmitzmic@gmail.com>
6537 L:      linux-scsi@vger.kernel.org
6538 S:      Maintained
6539 F:      Documentation/scsi/g_NCR5380.txt
6540 F:      drivers/scsi/NCR5380.*
6541 F:      drivers/scsi/arm/cumana_1.c
6542 F:      drivers/scsi/arm/oak.c
6543 F:      drivers/scsi/atari_NCR5380.c
6544 F:      drivers/scsi/atari_scsi.*
6545 F:      drivers/scsi/dmx3191d.c
6546 F:      drivers/scsi/dtc.*
6547 F:      drivers/scsi/g_NCR5380.*
6548 F:      drivers/scsi/g_NCR5380_mmio.c
6549 F:      drivers/scsi/mac_scsi.*
6550 F:      drivers/scsi/pas16.*
6551 F:      drivers/scsi/sun3_scsi.*
6552 F:      drivers/scsi/sun3_scsi_vme.c
6553 F:      drivers/scsi/t128.*
6554
6555 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6556 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6557 L:      linux-scsi@vger.kernel.org
6558 S:      Maintained
6559 F:      drivers/scsi/NCR_D700.*
6560
6561 NCT6775 HARDWARE MONITOR DRIVER
6562 M:      Guenter Roeck <linux@roeck-us.net>
6563 L:      lm-sensors@lm-sensors.org
6564 S:      Maintained
6565 F:      Documentation/hwmon/nct6775
6566 F:      drivers/hwmon/nct6775.c
6567
6568 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6569 M:      Faisal Latif <faisal.latif@intel.com>
6570 L:      linux-rdma@vger.kernel.org
6571 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6572 S:      Supported
6573 F:      drivers/infiniband/hw/nes/
6574
6575 NETEM NETWORK EMULATOR
6576 M:      Stephen Hemminger <stephen@networkplumber.org>
6577 L:      netem@lists.linux-foundation.org
6578 S:      Maintained
6579 F:      net/sched/sch_netem.c
6580
6581 NETERION 10GbE DRIVERS (s2io/vxge)
6582 M:      Jon Mason <jdmason@kudzu.us>
6583 L:      netdev@vger.kernel.org
6584 S:      Supported
6585 F:      Documentation/networking/s2io.txt
6586 F:      Documentation/networking/vxge.txt
6587 F:      drivers/net/ethernet/neterion/
6588
6589 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6590 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6591 M:      Patrick McHardy <kaber@trash.net>
6592 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6593 L:      netfilter-devel@vger.kernel.org
6594 L:      coreteam@netfilter.org
6595 W:      http://www.netfilter.org/
6596 W:      http://www.iptables.org/
6597 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6600 S:      Supported
6601 F:      include/linux/netfilter*
6602 F:      include/linux/netfilter/
6603 F:      include/net/netfilter/
6604 F:      include/uapi/linux/netfilter*
6605 F:      include/uapi/linux/netfilter/
6606 F:      net/*/netfilter.c
6607 F:      net/*/netfilter/
6608 F:      net/netfilter/
6609
6610 NETLABEL
6611 M:      Paul Moore <paul@paul-moore.com>
6612 W:      http://netlabel.sf.net
6613 L:      netdev@vger.kernel.org
6614 S:      Maintained
6615 F:      Documentation/netlabel/
6616 F:      include/net/netlabel.h
6617 F:      net/netlabel/
6618
6619 NETROM NETWORK LAYER
6620 M:      Ralf Baechle <ralf@linux-mips.org>
6621 L:      linux-hams@vger.kernel.org
6622 W:      http://www.linux-ax25.org/
6623 S:      Maintained
6624 F:      include/net/netrom.h
6625 F:      include/uapi/linux/netrom.h
6626 F:      net/netrom/
6627
6628 NETWORK BLOCK DEVICE (NBD)
6629 M:      Paul Clements <Paul.Clements@steeleye.com>
6630 S:      Maintained
6631 L:      nbd-general@lists.sourceforge.net
6632 F:      Documentation/blockdev/nbd.txt
6633 F:      drivers/block/nbd.c
6634 F:      include/linux/nbd.h
6635 F:      include/uapi/linux/nbd.h
6636
6637 NETWORK DROP MONITOR
6638 M:      Neil Horman <nhorman@tuxdriver.com>
6639 L:      netdev@vger.kernel.org
6640 S:      Maintained
6641 W:      https://fedorahosted.org/dropwatch/
6642 F:      net/core/drop_monitor.c
6643
6644 NETWORKING [GENERAL]
6645 M:      "David S. Miller" <davem@davemloft.net>
6646 L:      netdev@vger.kernel.org
6647 W:      http://www.linuxfoundation.org/en/Net
6648 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6651 S:      Maintained
6652 F:      net/
6653 F:      include/net/
6654 F:      include/linux/in.h
6655 F:      include/linux/net.h
6656 F:      include/linux/netdevice.h
6657 F:      include/uapi/linux/in.h
6658 F:      include/uapi/linux/net.h
6659 F:      include/uapi/linux/netdevice.h
6660 F:      include/uapi/linux/net_namespace.h
6661 F:      tools/net/
6662 F:      tools/testing/selftests/net/
6663 F:      lib/random32.c
6664 F:      lib/test_bpf.c
6665
6666 NETWORKING [IPv4/IPv6]
6667 M:      "David S. Miller" <davem@davemloft.net>
6668 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6669 M:      James Morris <jmorris@namei.org>
6670 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6671 M:      Patrick McHardy <kaber@trash.net>
6672 L:      netdev@vger.kernel.org
6673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6674 S:      Maintained
6675 F:      net/ipv4/
6676 F:      net/ipv6/
6677 F:      include/net/ip*
6678 F:      arch/x86/net/*
6679
6680 NETWORKING [IPSEC]
6681 M:      Steffen Klassert <steffen.klassert@secunet.com>
6682 M:      Herbert Xu <herbert@gondor.apana.org.au>
6683 M:      "David S. Miller" <davem@davemloft.net>
6684 L:      netdev@vger.kernel.org
6685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6687 S:      Maintained
6688 F:      net/core/flow.c
6689 F:      net/xfrm/
6690 F:      net/key/
6691 F:      net/ipv4/xfrm*
6692 F:      net/ipv4/esp4.c
6693 F:      net/ipv4/ah4.c
6694 F:      net/ipv4/ipcomp.c
6695 F:      net/ipv4/ip_vti.c
6696 F:      net/ipv6/xfrm*
6697 F:      net/ipv6/esp6.c
6698 F:      net/ipv6/ah6.c
6699 F:      net/ipv6/ipcomp6.c
6700 F:      net/ipv6/ip6_vti.c
6701 F:      include/uapi/linux/xfrm.h
6702 F:      include/net/xfrm.h
6703
6704 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6705 M:      Paul Moore <paul@paul-moore.com>
6706 L:      netdev@vger.kernel.org
6707 S:      Maintained
6708
6709 NETWORKING [WIRELESS]
6710 L:      linux-wireless@vger.kernel.org
6711 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6712
6713 NETWORKING DRIVERS
6714 L:      netdev@vger.kernel.org
6715 W:      http://www.linuxfoundation.org/en/Net
6716 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6719 S:      Odd Fixes
6720 F:      drivers/net/
6721 F:      include/linux/if_*
6722 F:      include/linux/netdevice.h
6723 F:      include/linux/arcdevice.h
6724 F:      include/linux/etherdevice.h
6725 F:      include/linux/fcdevice.h
6726 F:      include/linux/fddidevice.h
6727 F:      include/linux/hippidevice.h
6728 F:      include/linux/inetdevice.h
6729 F:      include/uapi/linux/if_*
6730 F:      include/uapi/linux/netdevice.h
6731
6732 NETWORKING DRIVERS (WIRELESS)
6733 M:      Kalle Valo <kvalo@codeaurora.org>
6734 L:      linux-wireless@vger.kernel.org
6735 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6737 S:      Maintained
6738 F:      drivers/net/wireless/
6739
6740 NETXEN (1/10) GbE SUPPORT
6741 M:      Manish Chopra <manish.chopra@qlogic.com>
6742 M:      Sony Chacko <sony.chacko@qlogic.com>
6743 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6744 L:      netdev@vger.kernel.org
6745 W:      http://www.qlogic.com
6746 S:      Supported
6747 F:      drivers/net/ethernet/qlogic/netxen/
6748
6749 NFC SUBSYSTEM
6750 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6751 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6752 M:      Samuel Ortiz <sameo@linux.intel.com>
6753 L:      linux-wireless@vger.kernel.org
6754 L:      linux-nfc@lists.01.org (subscribers-only)
6755 S:      Supported
6756 F:      net/nfc/
6757 F:      include/net/nfc/
6758 F:      include/uapi/linux/nfc.h
6759 F:      drivers/nfc/
6760 F:      include/linux/platform_data/pn544.h
6761 F:      Documentation/devicetree/bindings/net/nfc/
6762
6763 NFS, SUNRPC, AND LOCKD CLIENTS
6764 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6765 L:      linux-nfs@vger.kernel.org
6766 W:      http://client.linux-nfs.org
6767 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6768 S:      Maintained
6769 F:      fs/lockd/
6770 F:      fs/nfs/
6771 F:      fs/nfs_common/
6772 F:      net/sunrpc/
6773 F:      include/linux/lockd/
6774 F:      include/linux/nfs*
6775 F:      include/linux/sunrpc/
6776 F:      include/uapi/linux/nfs*
6777 F:      include/uapi/linux/sunrpc/
6778
6779 NILFS2 FILESYSTEM
6780 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6781 L:      linux-nilfs@vger.kernel.org
6782 W:      http://nilfs.sourceforge.net/
6783 T:      git git://github.com/konis/nilfs2.git
6784 S:      Supported
6785 F:      Documentation/filesystems/nilfs2.txt
6786 F:      fs/nilfs2/
6787 F:      include/linux/nilfs2_fs.h
6788
6789 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6790 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6791 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6792 S:      Maintained
6793 F:      Documentation/scsi/NinjaSCSI.txt
6794 F:      drivers/scsi/pcmcia/nsp_*
6795
6796 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6797 M:      GOTO Masanori <gotom@debian.or.jp>
6798 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6799 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6800 S:      Maintained
6801 F:      Documentation/scsi/NinjaSCSI.txt
6802 F:      drivers/scsi/nsp32*
6803
6804 NIOS2 ARCHITECTURE
6805 M:      Ley Foon Tan <lftan@altera.com>
6806 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6807 T:      git git://git.rocketboards.org/linux-socfpga.git
6808 S:      Maintained
6809 F:      arch/nios2/
6810
6811 NTB DRIVER
6812 M:      Jon Mason <jdmason@kudzu.us>
6813 M:      Dave Jiang <dave.jiang@intel.com>
6814 S:      Supported
6815 W:      https://github.com/jonmason/ntb/wiki
6816 T:      git git://github.com/jonmason/ntb.git
6817 F:      drivers/ntb/
6818 F:      drivers/net/ntb_netdev.c
6819 F:      include/linux/ntb.h
6820
6821 NTFS FILESYSTEM
6822 M:      Anton Altaparmakov <anton@tuxera.com>
6823 L:      linux-ntfs-dev@lists.sourceforge.net
6824 W:      http://www.tuxera.com/
6825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6826 S:      Supported
6827 F:      Documentation/filesystems/ntfs.txt
6828 F:      fs/ntfs/
6829
6830 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6831 M:      Antonino Daplas <adaplas@gmail.com>
6832 L:      linux-fbdev@vger.kernel.org
6833 S:      Maintained
6834 F:      drivers/video/fbdev/riva/
6835 F:      drivers/video/fbdev/nvidia/
6836
6837 NVM EXPRESS DRIVER
6838 M:      Matthew Wilcox <willy@linux.intel.com>
6839 L:      linux-nvme@lists.infradead.org
6840 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6841 S:      Supported
6842 F:      drivers/block/nvme*
6843 F:      include/linux/nvme.h
6844
6845 NXP TDA998X DRM DRIVER
6846 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6847 S:      Supported
6848 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6849 F:      include/drm/i2c/tda998x.h
6850
6851 NXP TFA9879 DRIVER
6852 M:      Peter Rosin <peda@axentia.se>
6853 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6854 S:      Maintained
6855 F:      sound/soc/codecs/tfa9879*
6856
6857 OMAP SUPPORT
6858 M:      Tony Lindgren <tony@atomide.com>
6859 L:      linux-omap@vger.kernel.org
6860 W:      http://www.muru.com/linux/omap/
6861 W:      http://linux.omap.com/
6862 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6864 S:      Maintained
6865 F:      arch/arm/*omap*/
6866 F:      drivers/i2c/busses/i2c-omap.c
6867 F:      drivers/irqchip/irq-omap-intc.c
6868 F:      drivers/mfd/*omap*.c
6869 F:      drivers/mfd/menelaus.c
6870 F:      drivers/mfd/palmas.c
6871 F:      drivers/mfd/tps65217.c
6872 F:      drivers/mfd/tps65218.c
6873 F:      drivers/mfd/tps65910.c
6874 F:      drivers/mfd/twl-core.[ch]
6875 F:      drivers/mfd/twl4030*.c
6876 F:      drivers/mfd/twl6030*.c
6877 F:      drivers/mfd/twl6040*.c
6878 F:      drivers/regulator/palmas-regulator*.c
6879 F:      drivers/regulator/pbias-regulator.c
6880 F:      drivers/regulator/tps65217-regulator.c
6881 F:      drivers/regulator/tps65218-regulator.c
6882 F:      drivers/regulator/tps65910-regulator.c
6883 F:      drivers/regulator/twl-regulator.c
6884 F:      include/linux/i2c-omap.h
6885
6886 OMAP DEVICE TREE SUPPORT
6887 M:      Benoît Cousson <bcousson@baylibre.com>
6888 M:      Tony Lindgren <tony@atomide.com>
6889 L:      linux-omap@vger.kernel.org
6890 L:      devicetree@vger.kernel.org
6891 S:      Maintained
6892 F:      arch/arm/boot/dts/*omap*
6893 F:      arch/arm/boot/dts/*am3*
6894 F:      arch/arm/boot/dts/*am4*
6895 F:      arch/arm/boot/dts/*am5*
6896 F:      arch/arm/boot/dts/*dra7*
6897
6898 OMAP CLOCK FRAMEWORK SUPPORT
6899 M:      Paul Walmsley <paul@pwsan.com>
6900 L:      linux-omap@vger.kernel.org
6901 S:      Maintained
6902 F:      arch/arm/*omap*/*clock*
6903
6904 OMAP POWER MANAGEMENT SUPPORT
6905 M:      Kevin Hilman <khilman@deeprootsystems.com>
6906 L:      linux-omap@vger.kernel.org
6907 S:      Maintained
6908 F:      arch/arm/*omap*/*pm*
6909 F:      drivers/cpufreq/omap-cpufreq.c
6910
6911 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6912 M:      Rajendra Nayak <rnayak@ti.com>
6913 M:      Paul Walmsley <paul@pwsan.com>
6914 L:      linux-omap@vger.kernel.org
6915 S:      Maintained
6916 F:      arch/arm/mach-omap2/prm*
6917
6918 OMAP AUDIO SUPPORT
6919 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6920 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6921 L:      alsa-devel@alsa-project.org (subscribers-only)
6922 L:      linux-omap@vger.kernel.org
6923 S:      Maintained
6924 F:      sound/soc/omap/
6925
6926 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6927 M:      Roger Quadros <rogerq@ti.com>
6928 M:      Tony Lindgren <tony@atomide.com>
6929 L:      linux-omap@vger.kernel.org
6930 S:      Maintained
6931 F:      drivers/memory/omap-gpmc.c
6932 F:      arch/arm/mach-omap2/*gpmc*
6933
6934 OMAP FRAMEBUFFER SUPPORT
6935 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6936 L:      linux-fbdev@vger.kernel.org
6937 L:      linux-omap@vger.kernel.org
6938 S:      Maintained
6939 F:      drivers/video/fbdev/omap/
6940
6941 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6942 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6943 L:      linux-omap@vger.kernel.org
6944 L:      linux-fbdev@vger.kernel.org
6945 S:      Maintained
6946 F:      drivers/video/fbdev/omap2/
6947 F:      Documentation/arm/OMAP/DSS
6948
6949 OMAP HARDWARE SPINLOCK SUPPORT
6950 M:      Ohad Ben-Cohen <ohad@wizery.com>
6951 L:      linux-omap@vger.kernel.org
6952 S:      Maintained
6953 F:      drivers/hwspinlock/omap_hwspinlock.c
6954 F:      arch/arm/mach-omap2/hwspinlock.c
6955
6956 OMAP MMC SUPPORT
6957 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6958 L:      linux-omap@vger.kernel.org
6959 S:      Maintained
6960 F:      drivers/mmc/host/omap.c
6961
6962 OMAP HS MMC SUPPORT
6963 L:      linux-mmc@vger.kernel.org
6964 L:      linux-omap@vger.kernel.org
6965 S:      Orphan
6966 F:      drivers/mmc/host/omap_hsmmc.c
6967
6968 OMAP RANDOM NUMBER GENERATOR SUPPORT
6969 M:      Deepak Saxena <dsaxena@plexity.net>
6970 S:      Maintained
6971 F:      drivers/char/hw_random/omap-rng.c
6972
6973 OMAP HWMOD SUPPORT
6974 M:      Benoît Cousson <bcousson@baylibre.com>
6975 M:      Paul Walmsley <paul@pwsan.com>
6976 L:      linux-omap@vger.kernel.org
6977 S:      Maintained
6978 F:      arch/arm/mach-omap2/omap_hwmod.*
6979
6980 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6981 M:      Benoît Cousson <bcousson@baylibre.com>
6982 L:      linux-omap@vger.kernel.org
6983 S:      Maintained
6984 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6985
6986 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6987 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6988 L:      linux-media@vger.kernel.org
6989 S:      Maintained
6990 F:      drivers/media/platform/omap3isp/
6991 F:      drivers/staging/media/omap4iss/
6992
6993 OMAP USB SUPPORT
6994 M:      Felipe Balbi <balbi@ti.com>
6995 L:      linux-usb@vger.kernel.org
6996 L:      linux-omap@vger.kernel.org
6997 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6998 S:      Maintained
6999 F:      drivers/usb/*/*omap*
7000 F:      arch/arm/*omap*/usb*
7001
7002 OMAP GPIO DRIVER
7003 M:      Javier Martinez Canillas <javier@dowhile0.org>
7004 M:      Santosh Shilimkar <ssantosh@kernel.org>
7005 M:      Kevin Hilman <khilman@deeprootsystems.com>
7006 L:      linux-omap@vger.kernel.org
7007 S:      Maintained
7008 F:      drivers/gpio/gpio-omap.c
7009
7010 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7011 M:      Mark Jackson <mpfj@newflow.co.uk>
7012 L:      linux-omap@vger.kernel.org
7013 S:      Maintained
7014 F:      arch/arm/boot/dts/am335x-nano.dts
7015
7016 OMFS FILESYSTEM
7017 M:      Bob Copeland <me@bobcopeland.com>
7018 L:      linux-karma-devel@lists.sourceforge.net
7019 S:      Maintained
7020 F:      Documentation/filesystems/omfs.txt
7021 F:      fs/omfs/
7022
7023 OMNIKEY CARDMAN 4000 DRIVER
7024 M:      Harald Welte <laforge@gnumonks.org>
7025 S:      Maintained
7026 F:      drivers/char/pcmcia/cm4000_cs.c
7027 F:      include/linux/cm4000_cs.h
7028 F:      include/uapi/linux/cm4000_cs.h
7029
7030 OMNIKEY CARDMAN 4040 DRIVER
7031 M:      Harald Welte <laforge@gnumonks.org>
7032 S:      Maintained
7033 F:      drivers/char/pcmcia/cm4040_cs.*
7034
7035 OMNIVISION OV7670 SENSOR DRIVER
7036 M:      Jonathan Corbet <corbet@lwn.net>
7037 L:      linux-media@vger.kernel.org
7038 T:      git git://linuxtv.org/media_tree.git
7039 S:      Maintained
7040 F:      drivers/media/i2c/ov7670.c
7041
7042 ONENAND FLASH DRIVER
7043 M:      Kyungmin Park <kyungmin.park@samsung.com>
7044 L:      linux-mtd@lists.infradead.org
7045 S:      Maintained
7046 F:      drivers/mtd/onenand/
7047 F:      include/linux/mtd/onenand*.h
7048
7049 ONSTREAM SCSI TAPE DRIVER
7050 M:      Willem Riede <osst@riede.org>
7051 L:      osst-users@lists.sourceforge.net
7052 L:      linux-scsi@vger.kernel.org
7053 S:      Maintained
7054 F:      Documentation/scsi/osst.txt
7055 F:      drivers/scsi/osst.*
7056 F:      drivers/scsi/osst_*.h
7057 F:      drivers/scsi/st.h
7058
7059 OPENCORES I2C BUS DRIVER
7060 M:      Peter Korsgaard <jacmet@sunsite.dk>
7061 L:      linux-i2c@vger.kernel.org
7062 S:      Maintained
7063 F:      Documentation/i2c/busses/i2c-ocores
7064 F:      drivers/i2c/busses/i2c-ocores.c
7065
7066 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7067 M:      Grant Likely <grant.likely@linaro.org>
7068 M:      Rob Herring <robh+dt@kernel.org>
7069 L:      devicetree@vger.kernel.org
7070 W:      http://www.devicetree.org/
7071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7072 S:      Maintained
7073 F:      drivers/of/
7074 F:      include/linux/of*.h
7075 F:      scripts/dtc/
7076
7077 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7078 M:      Rob Herring <robh+dt@kernel.org>
7079 M:      Pawel Moll <pawel.moll@arm.com>
7080 M:      Mark Rutland <mark.rutland@arm.com>
7081 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7082 M:      Kumar Gala <galak@codeaurora.org>
7083 L:      devicetree@vger.kernel.org
7084 S:      Maintained
7085 F:      Documentation/devicetree/
7086 F:      arch/*/boot/dts/
7087 F:      include/dt-bindings/
7088
7089 OPENRISC ARCHITECTURE
7090 M:      Jonas Bonn <jonas@southpole.se>
7091 W:      http://openrisc.net
7092 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7093 S:      Maintained
7094 T:      git git://openrisc.net/~jonas/linux
7095 F:      arch/openrisc/
7096
7097 OPENVSWITCH
7098 M:      Pravin Shelar <pshelar@nicira.com>
7099 L:      netdev@vger.kernel.org
7100 L:      dev@openvswitch.org
7101 W:      http://openvswitch.org
7102 S:      Maintained
7103 F:      net/openvswitch/
7104 F:      include/uapi/linux/openvswitch.h
7105
7106 OPL4 DRIVER
7107 M:      Clemens Ladisch <clemens@ladisch.de>
7108 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7109 T:      git git://git.alsa-project.org/alsa-kernel.git
7110 S:      Maintained
7111 F:      sound/drivers/opl4/
7112
7113 OPROFILE
7114 M:      Robert Richter <rric@kernel.org>
7115 L:      oprofile-list@lists.sf.net
7116 S:      Maintained
7117 F:      arch/*/include/asm/oprofile*.h
7118 F:      arch/*/oprofile/
7119 F:      drivers/oprofile/
7120 F:      include/linux/oprofile.h
7121
7122 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7123 M:      Mark Fasheh <mfasheh@suse.com>
7124 M:      Joel Becker <jlbec@evilplan.org>
7125 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7126 W:      http://oss.oracle.com/projects/ocfs2/
7127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7128 S:      Supported
7129 F:      Documentation/filesystems/ocfs2.txt
7130 F:      Documentation/filesystems/dlmfs.txt
7131 F:      fs/ocfs2/
7132
7133 ORINOCO DRIVER
7134 L:      linux-wireless@vger.kernel.org
7135 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7136 W:      http://www.nongnu.org/orinoco/
7137 S:      Orphan
7138 F:      drivers/net/wireless/orinoco/
7139
7140 OSD LIBRARY and FILESYSTEM
7141 M:      Boaz Harrosh <ooo@electrozaur.com>
7142 M:      Benny Halevy <bhalevy@primarydata.com>
7143 L:      osd-dev@open-osd.org
7144 W:      http://open-osd.org
7145 T:      git git://git.open-osd.org/open-osd.git
7146 S:      Maintained
7147 F:      drivers/scsi/osd/
7148 F:      include/scsi/osd_*
7149 F:      fs/exofs/
7150
7151 OVERLAY FILESYSTEM
7152 M:      Miklos Szeredi <miklos@szeredi.hu>
7153 L:      linux-unionfs@vger.kernel.org
7154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7155 S:      Supported
7156 F:      fs/overlayfs/
7157 F:      Documentation/filesystems/overlayfs.txt
7158
7159 P54 WIRELESS DRIVER
7160 M:      Christian Lamparter <chunkeey@googlemail.com>
7161 L:      linux-wireless@vger.kernel.org
7162 W:      http://wireless.kernel.org/en/users/Drivers/p54
7163 S:      Maintained
7164 F:      drivers/net/wireless/p54/
7165
7166 PA SEMI ETHERNET DRIVER
7167 M:      Olof Johansson <olof@lixom.net>
7168 L:      netdev@vger.kernel.org
7169 S:      Maintained
7170 F:      drivers/net/ethernet/pasemi/*
7171
7172 PA SEMI SMBUS DRIVER
7173 M:      Olof Johansson <olof@lixom.net>
7174 L:      linux-i2c@vger.kernel.org
7175 S:      Maintained
7176 F:      drivers/i2c/busses/i2c-pasemi.c
7177
7178 PADATA PARALLEL EXECUTION MECHANISM
7179 M:      Steffen Klassert <steffen.klassert@secunet.com>
7180 L:      linux-crypto@vger.kernel.org
7181 S:      Maintained
7182 F:      kernel/padata.c
7183 F:      include/linux/padata.h
7184 F:      Documentation/padata.txt
7185
7186 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7187 M:      Harald Welte <laforge@gnumonks.org>
7188 L:      platform-driver-x86@vger.kernel.org
7189 S:      Maintained
7190 F:      drivers/platform/x86/panasonic-laptop.c
7191
7192 PANASONIC MN10300/AM33/AM34 PORT
7193 M:      David Howells <dhowells@redhat.com>
7194 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7195 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7196 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7197 S:      Maintained
7198 F:      Documentation/mn10300/
7199 F:      arch/mn10300/
7200
7201 PARALLEL PORT SUPPORT
7202 L:      linux-parport@lists.infradead.org (subscribers-only)
7203 S:      Orphan
7204 F:      drivers/parport/
7205 F:      include/linux/parport*.h
7206 F:      drivers/char/ppdev.c
7207 F:      include/uapi/linux/ppdev.h
7208
7209 PARAVIRT_OPS INTERFACE
7210 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7211 M:      Chris Wright <chrisw@sous-sol.org>
7212 M:      Alok Kataria <akataria@vmware.com>
7213 M:      Rusty Russell <rusty@rustcorp.com.au>
7214 L:      virtualization@lists.linux-foundation.org
7215 S:      Supported
7216 F:      Documentation/ia64/paravirt_ops.txt
7217 F:      arch/*/kernel/paravirt*
7218 F:      arch/*/include/asm/paravirt.h
7219
7220 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7221 M:      Tim Waugh <tim@cyberelk.net>
7222 L:      linux-parport@lists.infradead.org (subscribers-only)
7223 W:      http://www.torque.net/linux-pp.html
7224 S:      Maintained
7225 F:      Documentation/blockdev/paride.txt
7226 F:      drivers/block/paride/
7227
7228 PARISC ARCHITECTURE
7229 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7230 M:      Helge Deller <deller@gmx.de>
7231 L:      linux-parisc@vger.kernel.org
7232 W:      http://www.parisc-linux.org/
7233 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7236 S:      Maintained
7237 F:      arch/parisc/
7238 F:      Documentation/parisc/
7239 F:      drivers/parisc/
7240 F:      drivers/char/agp/parisc-agp.c
7241 F:      drivers/input/serio/gscps2.c
7242 F:      drivers/parport/parport_gsc.*
7243 F:      drivers/tty/serial/8250/8250_gsc.c
7244 F:      drivers/video/fbdev/sti*
7245 F:      drivers/video/console/sti*
7246 F:      drivers/video/logo/logo_parisc*
7247
7248 PC87360 HARDWARE MONITORING DRIVER
7249 M:      Jim Cromie <jim.cromie@gmail.com>
7250 L:      lm-sensors@lm-sensors.org
7251 S:      Maintained
7252 F:      Documentation/hwmon/pc87360
7253 F:      drivers/hwmon/pc87360.c
7254
7255 PC8736x GPIO DRIVER
7256 M:      Jim Cromie <jim.cromie@gmail.com>
7257 S:      Maintained
7258 F:      drivers/char/pc8736x_gpio.c
7259
7260 PC87427 HARDWARE MONITORING DRIVER
7261 M:      Jean Delvare <jdelvare@suse.de>
7262 L:      lm-sensors@lm-sensors.org
7263 S:      Maintained
7264 F:      Documentation/hwmon/pc87427
7265 F:      drivers/hwmon/pc87427.c
7266
7267 PCA9532 LED DRIVER
7268 M:      Riku Voipio <riku.voipio@iki.fi>
7269 S:      Maintained
7270 F:      drivers/leds/leds-pca9532.c
7271 F:      include/linux/leds-pca9532.h
7272
7273 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7274 M:      Guenter Roeck <linux@roeck-us.net>
7275 L:      linux-i2c@vger.kernel.org
7276 S:      Maintained
7277 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7278
7279 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7280 M:      Khalid Aziz <khalid@gonehiking.org>
7281 S:      Maintained
7282 F:      drivers/firmware/pcdp.*
7283
7284 PCI ERROR RECOVERY
7285 M:      Linas Vepstas <linasvepstas@gmail.com>
7286 L:      linux-pci@vger.kernel.org
7287 S:      Supported
7288 F:      Documentation/PCI/pci-error-recovery.txt
7289
7290 PCI SUBSYSTEM
7291 M:      Bjorn Helgaas <bhelgaas@google.com>
7292 L:      linux-pci@vger.kernel.org
7293 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7295 S:      Supported
7296 F:      Documentation/PCI/
7297 F:      drivers/pci/
7298 F:      include/linux/pci*
7299 F:      arch/x86/pci/
7300 F:      arch/x86/kernel/quirks.c
7301
7302 PCI DRIVER FOR ARM VERSATILE PLATFORM
7303 M:      Rob Herring <robh@kernel.org>
7304 L:      linux-pci@vger.kernel.org
7305 L:      linux-arm-kernel@lists.infradead.org
7306 S:      Maintained
7307 F:      Documentation/devicetree/bindings/pci/versatile.txt
7308 F:      drivers/pci/host/pci-versatile.c
7309
7310 PCI DRIVER FOR APPLIEDMICRO XGENE
7311 M:      Tanmay Inamdar <tinamdar@apm.com>
7312 L:      linux-pci@vger.kernel.org
7313 L:      linux-arm-kernel@lists.infradead.org
7314 S:      Maintained
7315 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7316 F:      drivers/pci/host/pci-xgene.c
7317
7318 PCI DRIVER FOR FREESCALE LAYERSCAPE
7319 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7320 M:      Mingkai Hu <mingkai.hu@freescale.com>
7321 M:      Roy Zang <tie-fei.zang@freescale.com>
7322 L:      linuxppc-dev@lists.ozlabs.org
7323 L:      linux-pci@vger.kernel.org
7324 L:      linux-arm-kernel@lists.infradead.org
7325 S:      Maintained
7326 F:      drivers/pci/host/*layerscape*
7327
7328 PCI DRIVER FOR IMX6
7329 M:      Richard Zhu <Richard.Zhu@freescale.com>
7330 M:      Lucas Stach <l.stach@pengutronix.de>
7331 L:      linux-pci@vger.kernel.org
7332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7333 S:      Maintained
7334 F:      drivers/pci/host/*imx6*
7335
7336 PCI DRIVER FOR TI KEYSTONE
7337 M:      Murali Karicheri <m-karicheri2@ti.com>
7338 L:      linux-pci@vger.kernel.org
7339 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7340 S:      Maintained
7341 F:      drivers/pci/host/*keystone*
7342
7343 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7344 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7345 M:      Jason Cooper <jason@lakedaemon.net>
7346 L:      linux-pci@vger.kernel.org
7347 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7348 S:      Maintained
7349 F:      drivers/pci/host/*mvebu*
7350
7351 PCI DRIVER FOR NVIDIA TEGRA
7352 M:      Thierry Reding <thierry.reding@gmail.com>
7353 L:      linux-tegra@vger.kernel.org
7354 L:      linux-pci@vger.kernel.org
7355 S:      Supported
7356 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7357 F:      drivers/pci/host/pci-tegra.c
7358
7359 PCI DRIVER FOR TI DRA7XX
7360 M:      Kishon Vijay Abraham I <kishon@ti.com>
7361 L:      linux-omap@vger.kernel.org
7362 L:      linux-pci@vger.kernel.org
7363 S:      Supported
7364 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7365 F:      drivers/pci/host/pci-dra7xx.c
7366
7367 PCI DRIVER FOR RENESAS R-CAR
7368 M:      Simon Horman <horms@verge.net.au>
7369 L:      linux-pci@vger.kernel.org
7370 L:      linux-sh@vger.kernel.org
7371 S:      Maintained
7372 F:      drivers/pci/host/*rcar*
7373
7374 PCI DRIVER FOR SAMSUNG EXYNOS
7375 M:      Jingoo Han <jg1.han@samsung.com>
7376 L:      linux-pci@vger.kernel.org
7377 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7378 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7379 S:      Maintained
7380 F:      drivers/pci/host/pci-exynos.c
7381
7382 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7383 M:      Mohit Kumar <mohit.kumar@st.com>
7384 M:      Jingoo Han <jg1.han@samsung.com>
7385 L:      linux-pci@vger.kernel.org
7386 S:      Maintained
7387 F:      drivers/pci/host/*designware*
7388
7389 PCI DRIVER FOR GENERIC OF HOSTS
7390 M:      Will Deacon <will.deacon@arm.com>
7391 L:      linux-pci@vger.kernel.org
7392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7393 S:      Maintained
7394 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7395 F:      drivers/pci/host/pci-host-generic.c
7396
7397 PCIE DRIVER FOR ST SPEAR13XX
7398 M:      Mohit Kumar <mohit.kumar@st.com>
7399 L:      linux-pci@vger.kernel.org
7400 S:      Maintained
7401 F:      drivers/pci/host/*spear*
7402
7403 PCMCIA SUBSYSTEM
7404 P:      Linux PCMCIA Team
7405 L:      linux-pcmcia@lists.infradead.org
7406 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7408 S:      Maintained
7409 F:      Documentation/pcmcia/
7410 F:      drivers/pcmcia/
7411 F:      include/pcmcia/
7412
7413 PCNET32 NETWORK DRIVER
7414 M:      Don Fry <pcnet32@frontier.com>
7415 L:      netdev@vger.kernel.org
7416 S:      Maintained
7417 F:      drivers/net/ethernet/amd/pcnet32.c
7418
7419 PCRYPT PARALLEL CRYPTO ENGINE
7420 M:      Steffen Klassert <steffen.klassert@secunet.com>
7421 L:      linux-crypto@vger.kernel.org
7422 S:      Maintained
7423 F:      crypto/pcrypt.c
7424 F:      include/crypto/pcrypt.h
7425
7426 PER-CPU MEMORY ALLOCATOR
7427 M:      Tejun Heo <tj@kernel.org>
7428 M:      Christoph Lameter <cl@linux-foundation.org>
7429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7430 S:      Maintained
7431 F:      include/linux/percpu*.h
7432 F:      mm/percpu*.c
7433 F:      arch/*/include/asm/percpu.h
7434
7435 PER-TASK DELAY ACCOUNTING
7436 M:      Balbir Singh <bsingharora@gmail.com>
7437 S:      Maintained
7438 F:      include/linux/delayacct.h
7439 F:      kernel/delayacct.c
7440
7441 PERFORMANCE EVENTS SUBSYSTEM
7442 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7443 M:      Paul Mackerras <paulus@samba.org>
7444 M:      Ingo Molnar <mingo@redhat.com>
7445 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7446 L:      linux-kernel@vger.kernel.org
7447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7448 S:      Supported
7449 F:      kernel/events/*
7450 F:      include/linux/perf_event.h
7451 F:      include/uapi/linux/perf_event.h
7452 F:      arch/*/kernel/perf_event*.c
7453 F:      arch/*/kernel/*/perf_event*.c
7454 F:      arch/*/kernel/*/*/perf_event*.c
7455 F:      arch/*/include/asm/perf_event.h
7456 F:      arch/*/kernel/perf_callchain.c
7457 F:      tools/perf/
7458
7459 PERSONALITY HANDLING
7460 M:      Christoph Hellwig <hch@infradead.org>
7461 L:      linux-abi-devel@lists.sourceforge.net
7462 S:      Maintained
7463 F:      include/linux/personality.h
7464 F:      include/uapi/linux/personality.h
7465
7466 PHONET PROTOCOL
7467 M:      Remi Denis-Courmont <courmisch@gmail.com>
7468 S:      Supported
7469 F:      Documentation/networking/phonet.txt
7470 F:      include/linux/phonet.h
7471 F:      include/net/phonet/
7472 F:      include/uapi/linux/phonet.h
7473 F:      net/phonet/
7474
7475 PHRAM MTD DRIVER
7476 M:      Joern Engel <joern@lazybastard.org>
7477 L:      linux-mtd@lists.infradead.org
7478 S:      Maintained
7479 F:      drivers/mtd/devices/phram.c
7480
7481 PICOLCD HID DRIVER
7482 M:      Bruno Prémont <bonbons@linux-vserver.org>
7483 L:      linux-input@vger.kernel.org
7484 S:      Maintained
7485 F:      drivers/hid/hid-picolcd*
7486
7487 PICOXCELL SUPPORT
7488 M:      Jamie Iles <jamie@jamieiles.com>
7489 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7490 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7491 S:      Supported
7492 F:      arch/arm/boot/dts/picoxcell*
7493 F:      arch/arm/mach-picoxcell/
7494 F:      drivers/crypto/picoxcell*
7495
7496 PIN CONTROL SUBSYSTEM
7497 M:      Linus Walleij <linus.walleij@linaro.org>
7498 L:      linux-gpio@vger.kernel.org
7499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7500 S:      Maintained
7501 F:      drivers/pinctrl/
7502 F:      include/linux/pinctrl/
7503
7504 PIN CONTROLLER - ATMEL AT91
7505 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7506 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7507 S:      Maintained
7508 F:      drivers/pinctrl/pinctrl-at91.*
7509
7510 PIN CONTROLLER - INTEL
7511 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7512 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7513 S:      Maintained
7514 F:      drivers/pinctrl/intel/
7515
7516 PIN CONTROLLER - RENESAS
7517 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7518 L:      linux-sh@vger.kernel.org
7519 S:      Maintained
7520 F:      drivers/pinctrl/sh-pfc/
7521
7522 PIN CONTROLLER - SAMSUNG
7523 M:      Tomasz Figa <tomasz.figa@gmail.com>
7524 M:      Thomas Abraham <thomas.abraham@linaro.org>
7525 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7526 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7527 S:      Maintained
7528 F:      drivers/pinctrl/samsung/
7529
7530 PIN CONTROLLER - ST SPEAR
7531 M:      Viresh Kumar <viresh.linux@gmail.com>
7532 L:      spear-devel@list.st.com
7533 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7534 W:      http://www.st.com/spear
7535 S:      Maintained
7536 F:      drivers/pinctrl/spear/
7537
7538 PKTCDVD DRIVER
7539 M:      Jiri Kosina <jkosina@suse.cz>
7540 S:      Maintained
7541 F:      drivers/block/pktcdvd.c
7542 F:      include/linux/pktcdvd.h
7543 F:      include/uapi/linux/pktcdvd.h
7544
7545 PKUNITY SOC DRIVERS
7546 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7547 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7548 S:      Maintained
7549 T:      git git://github.com/gxt/linux.git
7550 F:      drivers/input/serio/i8042-unicore32io.h
7551 F:      drivers/i2c/busses/i2c-puv3.c
7552 F:      drivers/video/fbdev/fb-puv3.c
7553 F:      drivers/rtc/rtc-puv3.c
7554
7555 PMBUS HARDWARE MONITORING DRIVERS
7556 M:      Guenter Roeck <linux@roeck-us.net>
7557 L:      lm-sensors@lm-sensors.org
7558 W:      http://www.lm-sensors.org/
7559 W:      http://www.roeck-us.net/linux/drivers/
7560 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7561 S:      Maintained
7562 F:      Documentation/hwmon/pmbus
7563 F:      drivers/hwmon/pmbus/
7564 F:      include/linux/i2c/pmbus.h
7565
7566 PMC SIERRA MaxRAID DRIVER
7567 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7568 L:      linux-scsi@vger.kernel.org
7569 W:      http://www.pmc-sierra.com/
7570 S:      Supported
7571 F:      drivers/scsi/pmcraid.*
7572
7573 PMC SIERRA PM8001 DRIVER
7574 M:      xjtuwjp@gmail.com
7575 M:      lindar_liu@usish.com
7576 L:      pmchba@pmcs.com
7577 L:      linux-scsi@vger.kernel.org
7578 S:      Supported
7579 F:      drivers/scsi/pm8001/
7580
7581 POSIX CLOCKS and TIMERS
7582 M:      Thomas Gleixner <tglx@linutronix.de>
7583 L:      linux-kernel@vger.kernel.org
7584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7585 S:      Maintained
7586 F:      fs/timerfd.c
7587 F:      include/linux/timer*
7588 F:      kernel/time/*timer*
7589
7590 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7591 M:      Sebastian Reichel <sre@kernel.org>
7592 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7593 M:      David Woodhouse <dwmw2@infradead.org>
7594 L:      linux-pm@vger.kernel.org
7595 T:      git git://git.infradead.org/battery-2.6.git
7596 S:      Maintained
7597 F:      include/linux/power_supply.h
7598 F:      drivers/power/
7599
7600 PNP SUPPORT
7601 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7602 S:      Maintained
7603 F:      drivers/pnp/
7604
7605 PNXxxxx I2C DRIVER
7606 M:      Vitaly Wool <vitalywool@gmail.com>
7607 L:      linux-i2c@vger.kernel.org
7608 S:      Maintained
7609 F:      drivers/i2c/busses/i2c-pnx.c
7610
7611 PPP PROTOCOL DRIVERS AND COMPRESSORS
7612 M:      Paul Mackerras <paulus@samba.org>
7613 L:      linux-ppp@vger.kernel.org
7614 S:      Maintained
7615 F:      drivers/net/ppp/ppp_*
7616
7617 PPP OVER ATM (RFC 2364)
7618 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7619 S:      Maintained
7620 F:      net/atm/pppoatm.c
7621 F:      include/uapi/linux/atmppp.h
7622
7623 PPP OVER ETHERNET
7624 M:      Michal Ostrowski <mostrows@earthlink.net>
7625 S:      Maintained
7626 F:      drivers/net/ppp/pppoe.c
7627 F:      drivers/net/ppp/pppox.c
7628
7629 PPP OVER L2TP
7630 M:      James Chapman <jchapman@katalix.com>
7631 S:      Maintained
7632 F:      net/l2tp/l2tp_ppp.c
7633 F:      include/linux/if_pppol2tp.h
7634 F:      include/uapi/linux/if_pppol2tp.h
7635
7636 PPS SUPPORT
7637 M:      Rodolfo Giometti <giometti@enneenne.com>
7638 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7639 L:      linuxpps@ml.enneenne.com (subscribers-only)
7640 S:      Maintained
7641 F:      Documentation/pps/
7642 F:      drivers/pps/
7643 F:      include/linux/pps*.h
7644
7645 PPTP DRIVER
7646 M:      Dmitry Kozlov <xeb@mail.ru>
7647 L:      netdev@vger.kernel.org
7648 S:      Maintained
7649 F:      drivers/net/ppp/pptp.c
7650 W:      http://sourceforge.net/projects/accel-pptp
7651
7652 PREEMPTIBLE KERNEL
7653 M:      Robert Love <rml@tech9.net>
7654 L:      kpreempt-tech@lists.sourceforge.net
7655 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7656 S:      Supported
7657 F:      Documentation/preempt-locking.txt
7658 F:      include/linux/preempt.h
7659
7660 PRISM54 WIRELESS DRIVER
7661 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7662 L:      linux-wireless@vger.kernel.org
7663 W:      http://wireless.kernel.org/en/users/Drivers/p54
7664 S:      Obsolete
7665 F:      drivers/net/wireless/prism54/
7666
7667 PS3 NETWORK SUPPORT
7668 M:      Geoff Levand <geoff@infradead.org>
7669 L:      netdev@vger.kernel.org
7670 L:      cbe-oss-dev@lists.ozlabs.org
7671 S:      Maintained
7672 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7673
7674 PS3 PLATFORM SUPPORT
7675 M:      Geoff Levand <geoff@infradead.org>
7676 L:      linuxppc-dev@lists.ozlabs.org
7677 L:      cbe-oss-dev@lists.ozlabs.org
7678 S:      Maintained
7679 F:      arch/powerpc/boot/ps3*
7680 F:      arch/powerpc/include/asm/lv1call.h
7681 F:      arch/powerpc/include/asm/ps3*.h
7682 F:      arch/powerpc/platforms/ps3/
7683 F:      drivers/*/ps3*
7684 F:      drivers/ps3/
7685 F:      drivers/rtc/rtc-ps3.c
7686 F:      drivers/usb/host/*ps3.c
7687 F:      sound/ppc/snd_ps3*
7688
7689 PS3VRAM DRIVER
7690 M:      Jim Paris <jim@jtan.com>
7691 L:      cbe-oss-dev@lists.ozlabs.org
7692 S:      Maintained
7693 F:      drivers/block/ps3vram.c
7694
7695 PSTORE FILESYSTEM
7696 M:      Anton Vorontsov <anton@enomsg.org>
7697 M:      Colin Cross <ccross@android.com>
7698 M:      Kees Cook <keescook@chromium.org>
7699 M:      Tony Luck <tony.luck@intel.com>
7700 S:      Maintained
7701 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7702 F:      fs/pstore/
7703 F:      include/linux/pstore*
7704 F:      drivers/firmware/efi/efi-pstore.c
7705 F:      drivers/acpi/apei/erst.c
7706
7707 PTP HARDWARE CLOCK SUPPORT
7708 M:      Richard Cochran <richardcochran@gmail.com>
7709 L:      netdev@vger.kernel.org
7710 S:      Maintained
7711 W:      http://linuxptp.sourceforge.net/
7712 F:      Documentation/ABI/testing/sysfs-ptp
7713 F:      Documentation/ptp/*
7714 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7715 F:      drivers/net/phy/dp83640*
7716 F:      drivers/ptp/*
7717 F:      include/linux/ptp_cl*
7718
7719 PTRACE SUPPORT
7720 M:      Roland McGrath <roland@hack.frob.com>
7721 M:      Oleg Nesterov <oleg@redhat.com>
7722 S:      Maintained
7723 F:      include/asm-generic/syscall.h
7724 F:      include/linux/ptrace.h
7725 F:      include/linux/regset.h
7726 F:      include/linux/tracehook.h
7727 F:      include/uapi/linux/ptrace.h
7728 F:      kernel/ptrace.c
7729
7730 PVRUSB2 VIDEO4LINUX DRIVER
7731 M:      Mike Isely <isely@pobox.com>
7732 L:      pvrusb2@isely.net       (subscribers-only)
7733 L:      linux-media@vger.kernel.org
7734 W:      http://www.isely.net/pvrusb2/
7735 T:      git git://linuxtv.org/media_tree.git
7736 S:      Maintained
7737 F:      Documentation/video4linux/README.pvrusb2
7738 F:      drivers/media/usb/pvrusb2/
7739
7740 PWC WEBCAM DRIVER
7741 M:      Hans de Goede <hdegoede@redhat.com>
7742 L:      linux-media@vger.kernel.org
7743 T:      git git://linuxtv.org/media_tree.git
7744 S:      Maintained
7745 F:      drivers/media/usb/pwc/*
7746
7747 PWM FAN DRIVER
7748 M:      Kamil Debski <k.debski@samsung.com>
7749 L:      lm-sensors@lm-sensors.org
7750 S:      Supported
7751 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7752 F:      Documentation/hwmon/pwm-fan
7753 F:      drivers/hwmon/pwm-fan.c
7754
7755 PWM SUBSYSTEM
7756 M:      Thierry Reding <thierry.reding@gmail.com>
7757 L:      linux-pwm@vger.kernel.org
7758 S:      Maintained
7759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7760 F:      Documentation/pwm.txt
7761 F:      Documentation/devicetree/bindings/pwm/
7762 F:      include/linux/pwm.h
7763 F:      drivers/pwm/
7764 F:      drivers/video/backlight/pwm_bl.c
7765 F:      include/linux/pwm_backlight.h
7766
7767 PXA2xx/PXA3xx SUPPORT
7768 M:      Daniel Mack <daniel@zonque.org>
7769 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7770 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7771 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7772 T:      git git://github.com/hzhuang1/linux.git
7773 T:      git git://github.com/rjarzmik/linux.git
7774 S:      Maintained
7775 F:      arch/arm/mach-pxa/
7776 F:      drivers/pcmcia/pxa2xx*
7777 F:      drivers/spi/spi-pxa2xx*
7778 F:      drivers/usb/gadget/udc/pxa2*
7779 F:      include/sound/pxa2xx-lib.h
7780 F:      sound/arm/pxa*
7781 F:      sound/soc/pxa/
7782
7783 PXA3xx NAND FLASH DRIVER
7784 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7785 L:      linux-mtd@lists.infradead.org
7786 S:      Maintained
7787 F:      drivers/mtd/nand/pxa3xx_nand.c
7788
7789 MMP SUPPORT
7790 M:      Eric Miao <eric.y.miao@gmail.com>
7791 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7792 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7793 T:      git git://github.com/hzhuang1/linux.git
7794 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7795 S:      Maintained
7796 F:      arch/arm/mach-mmp/
7797
7798 PXA MMCI DRIVER
7799 S:      Orphan
7800
7801 PXA RTC DRIVER
7802 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7803 L:      rtc-linux@googlegroups.com
7804 S:      Maintained
7805
7806 QAT DRIVER
7807 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7808 L:      qat-linux@intel.com
7809 S:      Supported
7810 F:      drivers/crypto/qat/
7811
7812 QIB DRIVER
7813 M:      Mike Marciniszyn <infinipath@intel.com>
7814 L:      linux-rdma@vger.kernel.org
7815 S:      Supported
7816 F:      drivers/infiniband/hw/qib/
7817
7818 QLOGIC QLA1280 SCSI DRIVER
7819 M:      Michael Reed <mdr@sgi.com>
7820 L:      linux-scsi@vger.kernel.org
7821 S:      Maintained
7822 F:      drivers/scsi/qla1280.[ch]
7823
7824 QLOGIC QLA2XXX FC-SCSI DRIVER
7825 M:      qla2xxx-upstream@qlogic.com
7826 L:      linux-scsi@vger.kernel.org
7827 S:      Supported
7828 F:      Documentation/scsi/LICENSE.qla2xxx
7829 F:      drivers/scsi/qla2xxx/
7830
7831 QLOGIC QLA4XXX iSCSI DRIVER
7832 M:      QLogic-Storage-Upstream@qlogic.com
7833 L:      linux-scsi@vger.kernel.org
7834 S:      Supported
7835 F:      Documentation/scsi/LICENSE.qla4xxx
7836 F:      drivers/scsi/qla4xxx/
7837
7838 QLOGIC QLA3XXX NETWORK DRIVER
7839 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7840 M:      Ron Mercer <ron.mercer@qlogic.com>
7841 M:      linux-driver@qlogic.com
7842 L:      netdev@vger.kernel.org
7843 S:      Supported
7844 F:      Documentation/networking/LICENSE.qla3xxx
7845 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7846
7847 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7848 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7849 M:      Dept-GELinuxNICDev@qlogic.com
7850 L:      netdev@vger.kernel.org
7851 S:      Supported
7852 F:      drivers/net/ethernet/qlogic/qlcnic/
7853
7854 QLOGIC QLGE 10Gb ETHERNET DRIVER
7855 M:      Harish Patil <harish.patil@qlogic.com>
7856 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7857 M:      Dept-GELinuxNICDev@qlogic.com
7858 M:      linux-driver@qlogic.com
7859 L:      netdev@vger.kernel.org
7860 S:      Supported
7861 F:      drivers/net/ethernet/qlogic/qlge/
7862
7863 QNX4 FILESYSTEM
7864 M:      Anders Larsen <al@alarsen.net>
7865 W:      http://www.alarsen.net/linux/qnx4fs/
7866 S:      Maintained
7867 F:      fs/qnx4/
7868 F:      include/uapi/linux/qnx4_fs.h
7869 F:      include/uapi/linux/qnxtypes.h
7870
7871 QT1010 MEDIA DRIVER
7872 M:      Antti Palosaari <crope@iki.fi>
7873 L:      linux-media@vger.kernel.org
7874 W:      http://linuxtv.org/
7875 W:      http://palosaari.fi/linux/
7876 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7877 T:      git git://linuxtv.org/anttip/media_tree.git
7878 S:      Maintained
7879 F:      drivers/media/tuners/qt1010*
7880
7881 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7882 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7883 L:      linux-wireless@vger.kernel.org
7884 L:      ath9k-devel@lists.ath9k.org
7885 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7886 S:      Supported
7887 F:      drivers/net/wireless/ath/ath9k/
7888
7889 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7890 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7891 L:      ath10k@lists.infradead.org
7892 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7893 T:      git git://github.com/kvalo/ath.git
7894 S:      Supported
7895 F:      drivers/net/wireless/ath/ath10k/
7896
7897 QUALCOMM HEXAGON ARCHITECTURE
7898 M:      Richard Kuo <rkuo@codeaurora.org>
7899 L:      linux-hexagon@vger.kernel.org
7900 S:      Supported
7901 F:      arch/hexagon/
7902
7903 QUALCOMM WCN36XX WIRELESS DRIVER
7904 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7905 L:      wcn36xx@lists.infradead.org
7906 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7907 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7908 S:      Supported
7909 F:      drivers/net/wireless/ath/wcn36xx/
7910
7911 RADOS BLOCK DEVICE (RBD)
7912 M:      Yehuda Sadeh <yehuda@inktank.com>
7913 M:      Sage Weil <sage@inktank.com>
7914 M:      Alex Elder <elder@kernel.org>
7915 M:      ceph-devel@vger.kernel.org
7916 W:      http://ceph.com/
7917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7918 S:      Supported
7919 F:      drivers/block/rbd.c
7920 F:      drivers/block/rbd_types.h
7921
7922 RADEON FRAMEBUFFER DISPLAY DRIVER
7923 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7924 L:      linux-fbdev@vger.kernel.org
7925 S:      Maintained
7926 F:      drivers/video/fbdev/aty/radeon*
7927 F:      include/uapi/linux/radeonfb.h
7928
7929 RADIOSHARK RADIO DRIVER
7930 M:      Hans de Goede <hdegoede@redhat.com>
7931 L:      linux-media@vger.kernel.org
7932 T:      git git://linuxtv.org/media_tree.git
7933 S:      Maintained
7934 F:      drivers/media/radio/radio-shark.c
7935
7936 RADIOSHARK2 RADIO DRIVER
7937 M:      Hans de Goede <hdegoede@redhat.com>
7938 L:      linux-media@vger.kernel.org
7939 T:      git git://linuxtv.org/media_tree.git
7940 S:      Maintained
7941 F:      drivers/media/radio/radio-shark2.c
7942 F:      drivers/media/radio/radio-tea5777.c
7943
7944 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7945 M:      Paul Mackerras <paulus@samba.org>
7946 L:      linux-fbdev@vger.kernel.org
7947 S:      Maintained
7948 F:      drivers/video/fbdev/aty/aty128fb.c
7949
7950 RALINK RT2X00 WIRELESS LAN DRIVER
7951 P:      rt2x00 project
7952 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7953 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7954 L:      linux-wireless@vger.kernel.org
7955 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7956 W:      http://rt2x00.serialmonkey.com/
7957 S:      Maintained
7958 F:      drivers/net/wireless/rt2x00/
7959
7960 RAMDISK RAM BLOCK DEVICE DRIVER
7961 M:      Nick Piggin <npiggin@kernel.dk>
7962 S:      Maintained
7963 F:      Documentation/blockdev/ramdisk.txt
7964 F:      drivers/block/brd.c
7965
7966 RANDOM NUMBER DRIVER
7967 M:      "Theodore Ts'o" <tytso@mit.edu>
7968 S:      Maintained
7969 F:      drivers/char/random.c
7970
7971 RAPIDIO SUBSYSTEM
7972 M:      Matt Porter <mporter@kernel.crashing.org>
7973 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7974 S:      Maintained
7975 F:      drivers/rapidio/
7976
7977 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7978 L:      linux-wireless@vger.kernel.org
7979 S:      Orphan
7980 F:      drivers/net/wireless/ray*
7981
7982 RCUTORTURE MODULE
7983 M:      Josh Triplett <josh@joshtriplett.org>
7984 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7985 L:      linux-kernel@vger.kernel.org
7986 S:      Supported
7987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7988 F:      Documentation/RCU/torture.txt
7989 F:      kernel/rcu/rcutorture.c
7990
7991 RCUTORTURE TEST FRAMEWORK
7992 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7993 M:      Josh Triplett <josh@joshtriplett.org>
7994 R:      Steven Rostedt <rostedt@goodmis.org>
7995 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7996 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7997 L:      linux-kernel@vger.kernel.org
7998 S:      Supported
7999 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8000 F:      tools/testing/selftests/rcutorture
8001
8002 RDC R-321X SoC
8003 M:      Florian Fainelli <florian@openwrt.org>
8004 S:      Maintained
8005
8006 RDC R6040 FAST ETHERNET DRIVER
8007 M:      Florian Fainelli <florian@openwrt.org>
8008 L:      netdev@vger.kernel.org
8009 S:      Maintained
8010 F:      drivers/net/ethernet/rdc/r6040.c
8011
8012 RDS - RELIABLE DATAGRAM SOCKETS
8013 M:      Chien Yen <chien.yen@oracle.com>
8014 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8015 S:      Supported
8016 F:      net/rds/
8017
8018 READ-COPY UPDATE (RCU)
8019 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8020 M:      Josh Triplett <josh@joshtriplett.org>
8021 R:      Steven Rostedt <rostedt@goodmis.org>
8022 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8023 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8024 L:      linux-kernel@vger.kernel.org
8025 W:      http://www.rdrop.com/users/paulmck/RCU/
8026 S:      Supported
8027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8028 F:      Documentation/RCU/
8029 X:      Documentation/RCU/torture.txt
8030 F:      include/linux/rcu*
8031 X:      include/linux/srcu.h
8032 F:      kernel/rcu/
8033 X:      kernel/torture.c
8034
8035 REAL TIME CLOCK (RTC) SUBSYSTEM
8036 M:      Alessandro Zummo <a.zummo@towertech.it>
8037 L:      rtc-linux@googlegroups.com
8038 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8039 S:      Maintained
8040 F:      Documentation/rtc.txt
8041 F:      drivers/rtc/
8042 F:      include/linux/rtc.h
8043 F:      include/uapi/linux/rtc.h
8044
8045 REALTEK AUDIO CODECS
8046 M:      Bard Liao <bardliao@realtek.com>
8047 M:      Oder Chiou <oder_chiou@realtek.com>
8048 S:      Maintained
8049 F:      sound/soc/codecs/rt*
8050 F:      include/sound/rt*.h
8051
8052 REISERFS FILE SYSTEM
8053 L:      reiserfs-devel@vger.kernel.org
8054 S:      Supported
8055 F:      fs/reiserfs/
8056
8057 REGISTER MAP ABSTRACTION
8058 M:      Mark Brown <broonie@kernel.org>
8059 L:      linux-kernel@vger.kernel.org
8060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8061 S:      Supported
8062 F:      drivers/base/regmap/
8063 F:      include/linux/regmap.h
8064
8065 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8066 M:      Ohad Ben-Cohen <ohad@wizery.com>
8067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8068 S:      Maintained
8069 F:      drivers/remoteproc/
8070 F:      Documentation/remoteproc.txt
8071 F:      include/linux/remoteproc.h
8072
8073 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8074 M:      Ohad Ben-Cohen <ohad@wizery.com>
8075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8076 S:      Maintained
8077 F:      drivers/rpmsg/
8078 F:      Documentation/rpmsg.txt
8079 F:      include/linux/rpmsg.h
8080
8081 RESET CONTROLLER FRAMEWORK
8082 M:      Philipp Zabel <p.zabel@pengutronix.de>
8083 S:      Maintained
8084 F:      drivers/reset/
8085 F:      Documentation/devicetree/bindings/reset/
8086 F:      include/linux/reset.h
8087 F:      include/linux/reset-controller.h
8088
8089 RFKILL
8090 M:      Johannes Berg <johannes@sipsolutions.net>
8091 L:      linux-wireless@vger.kernel.org
8092 W:      http://wireless.kernel.org/
8093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8095 S:      Maintained
8096 F:      Documentation/rfkill.txt
8097 F:      net/rfkill/
8098
8099 RHASHTABLE
8100 M:      Thomas Graf <tgraf@suug.ch>
8101 L:      netdev@vger.kernel.org
8102 S:      Maintained
8103 F:      lib/rhashtable.c
8104 F:      include/linux/rhashtable.h
8105
8106 RICOH SMARTMEDIA/XD DRIVER
8107 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8108 S:      Maintained
8109 F:      drivers/mtd/nand/r852.c
8110 F:      drivers/mtd/nand/r852.h
8111
8112 RICOH R5C592 MEMORYSTICK DRIVER
8113 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8114 S:      Maintained
8115 F:      drivers/memstick/host/r592.*
8116
8117 ROCCAT DRIVERS
8118 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8119 W:      http://sourceforge.net/projects/roccat/
8120 S:      Maintained
8121 F:      drivers/hid/hid-roccat*
8122 F:      include/linux/hid-roccat*
8123 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8124
8125 ROCKER DRIVER
8126 M:      Jiri Pirko <jiri@resnulli.us>
8127 M:      Scott Feldman <sfeldma@gmail.com>
8128 L:      netdev@vger.kernel.org
8129 S:      Supported
8130 F:      drivers/net/ethernet/rocker/
8131
8132 ROCKETPORT DRIVER
8133 P:      Comtrol Corp.
8134 W:      http://www.comtrol.com
8135 S:      Maintained
8136 F:      Documentation/serial/rocket.txt
8137 F:      drivers/tty/rocket*
8138
8139 ROCKETPORT EXPRESS/INFINITY DRIVER
8140 M:      Kevin Cernekee <cernekee@gmail.com>
8141 L:      linux-serial@vger.kernel.org
8142 S:      Odd Fixes
8143 F:      drivers/tty/serial/rp2.*
8144
8145 ROSE NETWORK LAYER
8146 M:      Ralf Baechle <ralf@linux-mips.org>
8147 L:      linux-hams@vger.kernel.org
8148 W:      http://www.linux-ax25.org/
8149 S:      Maintained
8150 F:      include/net/rose.h
8151 F:      include/uapi/linux/rose.h
8152 F:      net/rose/
8153
8154 RTL2830 MEDIA DRIVER
8155 M:      Antti Palosaari <crope@iki.fi>
8156 L:      linux-media@vger.kernel.org
8157 W:      http://linuxtv.org/
8158 W:      http://palosaari.fi/linux/
8159 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8160 T:      git git://linuxtv.org/anttip/media_tree.git
8161 S:      Maintained
8162 F:      drivers/media/dvb-frontends/rtl2830*
8163
8164 RTL2832 MEDIA DRIVER
8165 M:      Antti Palosaari <crope@iki.fi>
8166 L:      linux-media@vger.kernel.org
8167 W:      http://linuxtv.org/
8168 W:      http://palosaari.fi/linux/
8169 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8170 T:      git git://linuxtv.org/anttip/media_tree.git
8171 S:      Maintained
8172 F:      drivers/media/dvb-frontends/rtl2832*
8173
8174 RTL2832_SDR MEDIA DRIVER
8175 M:      Antti Palosaari <crope@iki.fi>
8176 L:      linux-media@vger.kernel.org
8177 W:      http://linuxtv.org/
8178 W:      http://palosaari.fi/linux/
8179 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8180 T:      git git://linuxtv.org/anttip/media_tree.git
8181 S:      Maintained
8182 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8183
8184 RTL8180 WIRELESS DRIVER
8185 L:      linux-wireless@vger.kernel.org
8186 W:      http://wireless.kernel.org/
8187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8188 S:      Orphan
8189 F:      drivers/net/wireless/rtl818x/rtl8180/
8190
8191 RTL8187 WIRELESS DRIVER
8192 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8193 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8194 M:      Larry Finger <Larry.Finger@lwfinger.net>
8195 L:      linux-wireless@vger.kernel.org
8196 W:      http://wireless.kernel.org/
8197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8198 S:      Maintained
8199 F:      drivers/net/wireless/rtl818x/rtl8187/
8200
8201 RTL8192CE WIRELESS DRIVER
8202 M:      Larry Finger <Larry.Finger@lwfinger.net>
8203 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8204 L:      linux-wireless@vger.kernel.org
8205 W:      http://wireless.kernel.org/
8206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8207 S:      Maintained
8208 F:      drivers/net/wireless/rtlwifi/
8209 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8210
8211 S3 SAVAGE FRAMEBUFFER DRIVER
8212 M:      Antonino Daplas <adaplas@gmail.com>
8213 L:      linux-fbdev@vger.kernel.org
8214 S:      Maintained
8215 F:      drivers/video/fbdev/savage/
8216
8217 S390
8218 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8219 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8220 M:      linux390@de.ibm.com
8221 L:      linux-s390@vger.kernel.org
8222 W:      http://www.ibm.com/developerworks/linux/linux390/
8223 S:      Supported
8224 F:      arch/s390/
8225 F:      drivers/s390/
8226 F:      Documentation/s390/
8227 F:      Documentation/DocBook/s390*
8228
8229 S390 COMMON I/O LAYER
8230 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8231 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8232 L:      linux-s390@vger.kernel.org
8233 W:      http://www.ibm.com/developerworks/linux/linux390/
8234 S:      Supported
8235 F:      drivers/s390/cio/
8236
8237 S390 DASD DRIVER
8238 M:      Stefan Weinhuber <wein@de.ibm.com>
8239 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8240 L:      linux-s390@vger.kernel.org
8241 W:      http://www.ibm.com/developerworks/linux/linux390/
8242 S:      Supported
8243 F:      drivers/s390/block/dasd*
8244 F:      block/partitions/ibm.c
8245
8246 S390 NETWORK DRIVERS
8247 M:      Ursula Braun <ursula.braun@de.ibm.com>
8248 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8249 M:      linux390@de.ibm.com
8250 L:      linux-s390@vger.kernel.org
8251 W:      http://www.ibm.com/developerworks/linux/linux390/
8252 S:      Supported
8253 F:      drivers/s390/net/
8254
8255 S390 PCI SUBSYSTEM
8256 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8257 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8258 L:      linux-s390@vger.kernel.org
8259 W:      http://www.ibm.com/developerworks/linux/linux390/
8260 S:      Supported
8261 F:      arch/s390/pci/
8262 F:      drivers/pci/hotplug/s390_pci_hpc.c
8263
8264 S390 ZCRYPT DRIVER
8265 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8266 M:      linux390@de.ibm.com
8267 L:      linux-s390@vger.kernel.org
8268 W:      http://www.ibm.com/developerworks/linux/linux390/
8269 S:      Supported
8270 F:      drivers/s390/crypto/
8271
8272 S390 ZFCP DRIVER
8273 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8274 M:      linux390@de.ibm.com
8275 L:      linux-s390@vger.kernel.org
8276 W:      http://www.ibm.com/developerworks/linux/linux390/
8277 S:      Supported
8278 F:      drivers/s390/scsi/zfcp_*
8279
8280 S390 IUCV NETWORK LAYER
8281 M:      Ursula Braun <ursula.braun@de.ibm.com>
8282 M:      linux390@de.ibm.com
8283 L:      linux-s390@vger.kernel.org
8284 W:      http://www.ibm.com/developerworks/linux/linux390/
8285 S:      Supported
8286 F:      drivers/s390/net/*iucv*
8287 F:      include/net/iucv/
8288 F:      net/iucv/
8289
8290 S3C24XX SD/MMC Driver
8291 M:      Ben Dooks <ben-linux@fluff.org>
8292 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8293 S:      Supported
8294 F:      drivers/mmc/host/s3cmci.*
8295
8296 SAA6588 RDS RECEIVER DRIVER
8297 M:      Hans Verkuil <hverkuil@xs4all.nl>
8298 L:      linux-media@vger.kernel.org
8299 T:      git git://linuxtv.org/media_tree.git
8300 W:      http://linuxtv.org
8301 S:      Odd Fixes
8302 F:      drivers/media/i2c/saa6588*
8303
8304 SAA7134 VIDEO4LINUX DRIVER
8305 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8306 L:      linux-media@vger.kernel.org
8307 W:      http://linuxtv.org
8308 T:      git git://linuxtv.org/media_tree.git
8309 S:      Odd fixes
8310 F:      Documentation/video4linux/*.saa7134
8311 F:      drivers/media/pci/saa7134/
8312
8313 SAA7146 VIDEO4LINUX-2 DRIVER
8314 M:      Hans Verkuil <hverkuil@xs4all.nl>
8315 L:      linux-media@vger.kernel.org
8316 T:      git git://linuxtv.org/media_tree.git
8317 S:      Maintained
8318 F:      drivers/media/common/saa7146/
8319 F:      drivers/media/pci/saa7146/
8320 F:      include/media/saa7146*
8321
8322 SAMSUNG LAPTOP DRIVER
8323 M:      Corentin Chary <corentin.chary@gmail.com>
8324 L:      platform-driver-x86@vger.kernel.org
8325 S:      Maintained
8326 F:      drivers/platform/x86/samsung-laptop.c
8327
8328 SAMSUNG AUDIO (ASoC) DRIVERS
8329 M:      Sangbeom Kim <sbkim73@samsung.com>
8330 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8331 S:      Supported
8332 F:      sound/soc/samsung/
8333
8334 SAMSUNG FRAMEBUFFER DRIVER
8335 M:      Jingoo Han <jg1.han@samsung.com>
8336 L:      linux-fbdev@vger.kernel.org
8337 S:      Maintained
8338 F:      drivers/video/fbdev/s3c-fb.c
8339
8340 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8341 M:      Sangbeom Kim <sbkim73@samsung.com>
8342 L:      linux-kernel@vger.kernel.org
8343 S:      Supported
8344 F:      drivers/mfd/sec*.c
8345 F:      drivers/regulator/s2m*.c
8346 F:      drivers/regulator/s5m*.c
8347 F:      include/linux/mfd/samsung/
8348
8349 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8350 M:      Kyungmin Park <kyungmin.park@samsung.com>
8351 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8352 L:      linux-media@vger.kernel.org
8353 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8354 S:      Supported
8355 F:      drivers/media/platform/exynos4-is/
8356
8357 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8358 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8359 L:      linux-media@vger.kernel.org
8360 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8361 S:      Maintained
8362 F:      drivers/media/platform/s3c-camif/
8363 F:      include/media/s3c_camif.h
8364
8365 SAMSUNG S5C73M3 CAMERA DRIVER
8366 M:      Kyungmin Park <kyungmin.park@samsung.com>
8367 M:      Andrzej Hajda <a.hajda@samsung.com>
8368 L:      linux-media@vger.kernel.org
8369 S:      Supported
8370 F:      drivers/media/i2c/s5c73m3/*
8371
8372 SAMSUNG S5K5BAF CAMERA DRIVER
8373 M:      Kyungmin Park <kyungmin.park@samsung.com>
8374 M:      Andrzej Hajda <a.hajda@samsung.com>
8375 L:      linux-media@vger.kernel.org
8376 S:      Supported
8377 F:      drivers/media/i2c/s5k5baf.c
8378
8379 SAMSUNG SOC CLOCK DRIVERS
8380 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8381 M:      Tomasz Figa <tomasz.figa@gmail.com>
8382 S:      Supported
8383 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8384 F:      drivers/clk/samsung/
8385
8386 SAMSUNG SXGBE DRIVERS
8387 M:      Byungho An <bh74.an@samsung.com>
8388 M:      Girish K S <ks.giri@samsung.com>
8389 M:      Vipul Pandya <vipul.pandya@samsung.com>
8390 S:      Supported
8391 L:      netdev@vger.kernel.org
8392 F:      drivers/net/ethernet/samsung/sxgbe/
8393
8394 SAMSUNG USB2 PHY DRIVER
8395 M:      Kamil Debski <k.debski@samsung.com>
8396 L:      linux-kernel@vger.kernel.org
8397 S:      Supported
8398 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8399 F:      Documentation/phy/samsung-usb2.txt
8400 F:      drivers/phy/phy-exynos4210-usb2.c
8401 F:      drivers/phy/phy-exynos4x12-usb2.c
8402 F:      drivers/phy/phy-exynos5250-usb2.c
8403 F:      drivers/phy/phy-s5pv210-usb2.c
8404 F:      drivers/phy/phy-samsung-usb2.c
8405 F:      drivers/phy/phy-samsung-usb2.h
8406
8407 SERIAL DRIVERS
8408 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8409 L:      linux-serial@vger.kernel.org
8410 S:      Maintained
8411 F:      drivers/tty/serial/
8412
8413 SYNOPSYS DESIGNWARE DMAC DRIVER
8414 M:      Viresh Kumar <viresh.linux@gmail.com>
8415 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8416 S:      Maintained
8417 F:      include/linux/platform_data/dma-dw.h
8418 F:      drivers/dma/dw/
8419
8420 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8421 M:      Seungwon Jeon <tgih.jun@samsung.com>
8422 M:      Jaehoon Chung <jh80.chung@samsung.com>
8423 L:      linux-mmc@vger.kernel.org
8424 S:      Maintained
8425 F:      include/linux/mmc/dw_mmc.h
8426 F:      drivers/mmc/host/dw_mmc*
8427
8428 THUNDERBOLT DRIVER
8429 M:      Andreas Noever <andreas.noever@gmail.com>
8430 S:      Maintained
8431 F:      drivers/thunderbolt/
8432
8433 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8434 M:      John Stultz <john.stultz@linaro.org>
8435 M:      Thomas Gleixner <tglx@linutronix.de>
8436 L:      linux-kernel@vger.kernel.org
8437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8438 S:      Supported
8439 F:      include/linux/clocksource.h
8440 F:      include/linux/time.h
8441 F:      include/linux/timex.h
8442 F:      include/uapi/linux/time.h
8443 F:      include/uapi/linux/timex.h
8444 F:      kernel/time/clocksource.c
8445 F:      kernel/time/time*.c
8446 F:      kernel/time/ntp.c
8447
8448 SC1200 WDT DRIVER
8449 M:      Zwane Mwaikambo <zwanem@gmail.com>
8450 S:      Maintained
8451 F:      drivers/watchdog/sc1200wdt.c
8452
8453 SCHEDULER
8454 M:      Ingo Molnar <mingo@redhat.com>
8455 M:      Peter Zijlstra <peterz@infradead.org>
8456 L:      linux-kernel@vger.kernel.org
8457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8458 S:      Maintained
8459 F:      kernel/sched/
8460 F:      include/linux/sched.h
8461 F:      include/uapi/linux/sched.h
8462 F:      include/linux/wait.h
8463
8464 SCORE ARCHITECTURE
8465 M:      Chen Liqin <liqin.linux@gmail.com>
8466 M:      Lennox Wu <lennox.wu@gmail.com>
8467 W:      http://www.sunplus.com
8468 S:      Supported
8469 F:      arch/score/
8470
8471 SCSI CDROM DRIVER
8472 M:      Jens Axboe <axboe@kernel.dk>
8473 L:      linux-scsi@vger.kernel.org
8474 W:      http://www.kernel.dk
8475 S:      Maintained
8476 F:      drivers/scsi/sr*
8477
8478 SCSI RDMA PROTOCOL (SRP) INITIATOR
8479 M:      Bart Van Assche <bvanassche@acm.org>
8480 L:      linux-rdma@vger.kernel.org
8481 S:      Supported
8482 W:      http://www.openfabrics.org
8483 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8485 F:      drivers/infiniband/ulp/srp/
8486 F:      include/scsi/srp.h
8487
8488 SCSI SG DRIVER
8489 M:      Doug Gilbert <dgilbert@interlog.com>
8490 L:      linux-scsi@vger.kernel.org
8491 W:      http://sg.danny.cz/sg
8492 S:      Maintained
8493 F:      Documentation/scsi/scsi-generic.txt
8494 F:      drivers/scsi/sg.c
8495 F:      include/scsi/sg.h
8496
8497 SCSI SUBSYSTEM
8498 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8499 L:      linux-scsi@vger.kernel.org
8500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8503 S:      Maintained
8504 F:      drivers/scsi/
8505 F:      include/scsi/
8506
8507 SCSI TAPE DRIVER
8508 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8509 L:      linux-scsi@vger.kernel.org
8510 S:      Maintained
8511 F:      Documentation/scsi/st.txt
8512 F:      drivers/scsi/st.*
8513 F:      drivers/scsi/st_*.h
8514
8515 SCTP PROTOCOL
8516 M:      Vlad Yasevich <vyasevich@gmail.com>
8517 M:      Neil Horman <nhorman@tuxdriver.com>
8518 L:      linux-sctp@vger.kernel.org
8519 W:      http://lksctp.sourceforge.net
8520 S:      Maintained
8521 F:      Documentation/networking/sctp.txt
8522 F:      include/linux/sctp.h
8523 F:      include/uapi/linux/sctp.h
8524 F:      include/net/sctp/
8525 F:      net/sctp/
8526
8527 SCx200 CPU SUPPORT
8528 M:      Jim Cromie <jim.cromie@gmail.com>
8529 S:      Odd Fixes
8530 F:      Documentation/i2c/busses/scx200_acb
8531 F:      arch/x86/platform/scx200/
8532 F:      drivers/watchdog/scx200_wdt.c
8533 F:      drivers/i2c/busses/scx200*
8534 F:      drivers/mtd/maps/scx200_docflash.c
8535 F:      include/linux/scx200.h
8536
8537 SCx200 GPIO DRIVER
8538 M:      Jim Cromie <jim.cromie@gmail.com>
8539 S:      Maintained
8540 F:      drivers/char/scx200_gpio.c
8541 F:      include/linux/scx200_gpio.h
8542
8543 SCx200 HRT CLOCKSOURCE DRIVER
8544 M:      Jim Cromie <jim.cromie@gmail.com>
8545 S:      Maintained
8546 F:      drivers/clocksource/scx200_hrt.c
8547
8548 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8549 M:      Sascha Sommer <saschasommer@freenet.de>
8550 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8551 S:      Maintained
8552 F:      drivers/mmc/host/sdricoh_cs.c
8553
8554 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8555 M:      Chris Ball <chris@printf.net>
8556 L:      linux-mmc@vger.kernel.org
8557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8558 S:      Maintained
8559 F:      drivers/mmc/host/sdhci.*
8560 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8561
8562 SECURE COMPUTING
8563 M:      Kees Cook <keescook@chromium.org>
8564 R:      Andy Lutomirski <luto@amacapital.net>
8565 R:      Will Drewry <wad@chromium.org>
8566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8567 S:      Supported
8568 F:      kernel/seccomp.c
8569 F:      include/uapi/linux/seccomp.h
8570 F:      include/linux/seccomp.h
8571 K:      \bsecure_computing
8572 K:      \bTIF_SECCOMP\b
8573
8574 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8575 M:      Anton Vorontsov <anton@enomsg.org>
8576 L:      linuxppc-dev@lists.ozlabs.org
8577 L:      linux-mmc@vger.kernel.org
8578 S:      Maintained
8579 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8580
8581 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8582 M:      Ben Dooks <ben-linux@fluff.org>
8583 L:      linux-mmc@vger.kernel.org
8584 S:      Maintained
8585 F:      drivers/mmc/host/sdhci-s3c.c
8586
8587 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8588 M:      Viresh Kumar <viresh.linux@gmail.com>
8589 L:      spear-devel@list.st.com
8590 L:      linux-mmc@vger.kernel.org
8591 S:      Maintained
8592 F:      drivers/mmc/host/sdhci-spear.c
8593
8594 SECURITY SUBSYSTEM
8595 M:      James Morris <james.l.morris@oracle.com>
8596 M:      Serge E. Hallyn <serge@hallyn.com>
8597 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8599 W:      http://kernsec.org/
8600 S:      Supported
8601 F:      security/
8602
8603 SECURITY CONTACT
8604 M:      Security Officers <security@kernel.org>
8605 S:      Supported
8606
8607 SELINUX SECURITY MODULE
8608 M:      Paul Moore <paul@paul-moore.com>
8609 M:      Stephen Smalley <sds@tycho.nsa.gov>
8610 M:      Eric Paris <eparis@parisplace.org>
8611 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8612 W:      http://selinuxproject.org
8613 T:      git git://git.infradead.org/users/pcmoore/selinux
8614 S:      Supported
8615 F:      include/linux/selinux*
8616 F:      security/selinux/
8617 F:      scripts/selinux/
8618
8619 APPARMOR SECURITY MODULE
8620 M:      John Johansen <john.johansen@canonical.com>
8621 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8622 W:      apparmor.wiki.kernel.org
8623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8624 S:      Supported
8625 F:      security/apparmor/
8626
8627 SENSABLE PHANTOM
8628 M:      Jiri Slaby <jirislaby@gmail.com>
8629 S:      Maintained
8630 F:      drivers/misc/phantom.c
8631 F:      include/uapi/linux/phantom.h
8632
8633 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8634 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8635 L:      linux-scsi@vger.kernel.org
8636 W:      http://www.emulex.com
8637 S:      Supported
8638 F:      drivers/scsi/be2iscsi/
8639
8640 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8641 M:      Sathya Perla <sathya.perla@emulex.com>
8642 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8643 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8644 L:      netdev@vger.kernel.org
8645 W:      http://www.emulex.com
8646 S:      Supported
8647 F:      drivers/net/ethernet/emulex/benet/
8648
8649 SFC NETWORK DRIVER
8650 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8651 M:      Shradha Shah <sshah@solarflare.com>
8652 L:      netdev@vger.kernel.org
8653 S:      Supported
8654 F:      drivers/net/ethernet/sfc/
8655
8656 SGI GRU DRIVER
8657 M:      Dimitri Sivanich <sivanich@sgi.com>
8658 S:      Maintained
8659 F:      drivers/misc/sgi-gru/
8660
8661 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8662 M:      Pat Gefre <pfg@sgi.com>
8663 L:      linux-ia64@vger.kernel.org
8664 S:      Supported
8665 F:      Documentation/ia64/serial.txt
8666 F:      drivers/tty/serial/ioc?_serial.c
8667 F:      include/linux/ioc?.h
8668
8669 SGI XP/XPC/XPNET DRIVER
8670 M:      Cliff Whickman <cpw@sgi.com>
8671 M:      Robin Holt <robinmholt@gmail.com>
8672 S:      Maintained
8673 F:      drivers/misc/sgi-xp/
8674
8675 SI2157 MEDIA DRIVER
8676 M:      Antti Palosaari <crope@iki.fi>
8677 L:      linux-media@vger.kernel.org
8678 W:      http://linuxtv.org/
8679 W:      http://palosaari.fi/linux/
8680 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8681 T:      git git://linuxtv.org/anttip/media_tree.git
8682 S:      Maintained
8683 F:      drivers/media/tuners/si2157*
8684
8685 SI2168 MEDIA DRIVER
8686 M:      Antti Palosaari <crope@iki.fi>
8687 L:      linux-media@vger.kernel.org
8688 W:      http://linuxtv.org/
8689 W:      http://palosaari.fi/linux/
8690 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8691 T:      git git://linuxtv.org/anttip/media_tree.git
8692 S:      Maintained
8693 F:      drivers/media/dvb-frontends/si2168*
8694
8695 SI470X FM RADIO RECEIVER I2C DRIVER
8696 M:      Hans Verkuil <hverkuil@xs4all.nl>
8697 L:      linux-media@vger.kernel.org
8698 T:      git git://linuxtv.org/media_tree.git
8699 W:      http://linuxtv.org
8700 S:      Odd Fixes
8701 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8702
8703 SI470X FM RADIO RECEIVER USB DRIVER
8704 M:      Hans Verkuil <hverkuil@xs4all.nl>
8705 L:      linux-media@vger.kernel.org
8706 T:      git git://linuxtv.org/media_tree.git
8707 W:      http://linuxtv.org
8708 S:      Maintained
8709 F:      drivers/media/radio/si470x/radio-si470x-common.c
8710 F:      drivers/media/radio/si470x/radio-si470x.h
8711 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8712
8713 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8714 M:      Eduardo Valentin <edubezval@gmail.com>
8715 L:      linux-media@vger.kernel.org
8716 T:      git git://linuxtv.org/media_tree.git
8717 W:      http://linuxtv.org
8718 S:      Odd Fixes
8719 F:      drivers/media/radio/si4713/si4713.?
8720
8721 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8722 M:      Eduardo Valentin <edubezval@gmail.com>
8723 L:      linux-media@vger.kernel.org
8724 T:      git git://linuxtv.org/media_tree.git
8725 W:      http://linuxtv.org
8726 S:      Odd Fixes
8727 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8728
8729 SI4713 FM RADIO TRANSMITTER USB DRIVER
8730 M:      Hans Verkuil <hverkuil@xs4all.nl>
8731 L:      linux-media@vger.kernel.org
8732 T:      git git://linuxtv.org/media_tree.git
8733 W:      http://linuxtv.org
8734 S:      Maintained
8735 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8736
8737 SIANO DVB DRIVER
8738 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8739 L:      linux-media@vger.kernel.org
8740 W:      http://linuxtv.org
8741 T:      git git://linuxtv.org/media_tree.git
8742 S:      Odd fixes
8743 F:      drivers/media/common/siano/
8744 F:      drivers/media/usb/siano/
8745 F:      drivers/media/usb/siano/
8746 F:      drivers/media/mmc/siano/
8747
8748 SIMPLEFB FB DRIVER
8749 M:      Hans de Goede <hdegoede@redhat.com>
8750 L:      linux-fbdev@vger.kernel.org
8751 S:      Maintained
8752 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8753 F:      drivers/video/fbdev/simplefb.c
8754 F:      include/linux/platform_data/simplefb.h
8755
8756 SH_VEU V4L2 MEM2MEM DRIVER
8757 L:      linux-media@vger.kernel.org
8758 S:      Orphan
8759 F:      drivers/media/platform/sh_veu.c
8760
8761 SH_VOU V4L2 OUTPUT DRIVER
8762 L:      linux-media@vger.kernel.org
8763 S:      Orphan
8764 F:      drivers/media/platform/sh_vou.c
8765 F:      include/media/sh_vou.h
8766
8767 SIMPLE FIRMWARE INTERFACE (SFI)
8768 M:      Len Brown <lenb@kernel.org>
8769 L:      sfi-devel@simplefirmware.org
8770 W:      http://simplefirmware.org/
8771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8772 S:      Supported
8773 F:      arch/x86/platform/sfi/
8774 F:      drivers/sfi/
8775 F:      include/linux/sfi*.h
8776
8777 SIMTEC EB110ATX (Chalice CATS)
8778 P:      Ben Dooks
8779 P:      Vincent Sanders <vince@simtec.co.uk>
8780 M:      Simtec Linux Team <linux@simtec.co.uk>
8781 W:      http://www.simtec.co.uk/products/EB110ATX/
8782 S:      Supported
8783
8784 SIMTEC EB2410ITX (BAST)
8785 P:      Ben Dooks
8786 P:      Vincent Sanders <vince@simtec.co.uk>
8787 M:      Simtec Linux Team <linux@simtec.co.uk>
8788 W:      http://www.simtec.co.uk/products/EB2410ITX/
8789 S:      Supported
8790 F:      arch/arm/mach-s3c24xx/mach-bast.c
8791 F:      arch/arm/mach-s3c24xx/bast-ide.c
8792 F:      arch/arm/mach-s3c24xx/bast-irq.c
8793
8794 TI DAVINCI MACHINE SUPPORT
8795 M:      Sekhar Nori <nsekhar@ti.com>
8796 M:      Kevin Hilman <khilman@deeprootsystems.com>
8797 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8798 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8799 S:      Supported
8800 F:      arch/arm/mach-davinci/
8801 F:      drivers/i2c/busses/i2c-davinci.c
8802
8803 TI DAVINCI SERIES MEDIA DRIVER
8804 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8805 L:      linux-media@vger.kernel.org
8806 W:      http://linuxtv.org/
8807 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8808 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8809 S:      Maintained
8810 F:      drivers/media/platform/davinci/
8811 F:      include/media/davinci/
8812
8813 TI AM437X VPFE DRIVER
8814 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8815 L:      linux-media@vger.kernel.org
8816 W:      http://linuxtv.org/
8817 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8818 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8819 S:      Maintained
8820 F:      drivers/media/platform/am437x/
8821
8822 SIS 190 ETHERNET DRIVER
8823 M:      Francois Romieu <romieu@fr.zoreil.com>
8824 L:      netdev@vger.kernel.org
8825 S:      Maintained
8826 F:      drivers/net/ethernet/sis/sis190.c
8827
8828 SIS 900/7016 FAST ETHERNET DRIVER
8829 M:      Daniele Venzano <venza@brownhat.org>
8830 W:      http://www.brownhat.org/sis900.html
8831 L:      netdev@vger.kernel.org
8832 S:      Maintained
8833 F:      drivers/net/ethernet/sis/sis900.*
8834
8835 SIS FRAMEBUFFER DRIVER
8836 M:      Thomas Winischhofer <thomas@winischhofer.net>
8837 W:      http://www.winischhofer.net/linuxsisvga.shtml
8838 S:      Maintained
8839 F:      Documentation/fb/sisfb.txt
8840 F:      drivers/video/fbdev/sis/
8841 F:      include/video/sisfb.h
8842
8843 SIS USB2VGA DRIVER
8844 M:      Thomas Winischhofer <thomas@winischhofer.net>
8845 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8846 S:      Maintained
8847 F:      drivers/usb/misc/sisusbvga/
8848
8849 SLAB ALLOCATOR
8850 M:      Christoph Lameter <cl@linux.com>
8851 M:      Pekka Enberg <penberg@kernel.org>
8852 M:      David Rientjes <rientjes@google.com>
8853 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8854 M:      Andrew Morton <akpm@linux-foundation.org>
8855 L:      linux-mm@kvack.org
8856 S:      Maintained
8857 F:      include/linux/sl?b*.h
8858 F:      mm/sl?b*
8859
8860 SLEEPABLE READ-COPY UPDATE (SRCU)
8861 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8862 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8863 M:      Josh Triplett <josh@joshtriplett.org>
8864 R:      Steven Rostedt <rostedt@goodmis.org>
8865 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8866 L:      linux-kernel@vger.kernel.org
8867 W:      http://www.rdrop.com/users/paulmck/RCU/
8868 S:      Supported
8869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8870 F:      include/linux/srcu.h
8871 F:      kernel/rcu/srcu.c
8872
8873 SMACK SECURITY MODULE
8874 M:      Casey Schaufler <casey@schaufler-ca.com>
8875 L:      linux-security-module@vger.kernel.org
8876 W:      http://schaufler-ca.com
8877 T:      git git://git.gitorious.org/smack-next/kernel.git
8878 S:      Maintained
8879 F:      Documentation/security/Smack.txt
8880 F:      security/smack/
8881
8882 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8883 M:      Kevin Hilman <khilman@kernel.org>
8884 M:      Nishanth Menon <nm@ti.com>
8885 S:      Maintained
8886 F:      drivers/power/avs/
8887 F:      include/linux/power/smartreflex.h
8888 L:      linux-pm@vger.kernel.org
8889
8890 SMC91x ETHERNET DRIVER
8891 M:      Nicolas Pitre <nico@fluxnic.net>
8892 S:      Odd Fixes
8893 F:      drivers/net/ethernet/smsc/smc91x.*
8894
8895 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8896 M:      Sakari Ailus <sakari.ailus@iki.fi>
8897 L:      linux-media@vger.kernel.org
8898 S:      Maintained
8899 F:      drivers/media/i2c/smiapp/
8900 F:      include/media/smiapp.h
8901 F:      drivers/media/i2c/smiapp-pll.c
8902 F:      drivers/media/i2c/smiapp-pll.h
8903 F:      include/uapi/linux/smiapp.h
8904 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
8905
8906 SMM665 HARDWARE MONITOR DRIVER
8907 M:      Guenter Roeck <linux@roeck-us.net>
8908 L:      lm-sensors@lm-sensors.org
8909 S:      Maintained
8910 F:      Documentation/hwmon/smm665
8911 F:      drivers/hwmon/smm665.c
8912
8913 SMSC EMC2103 HARDWARE MONITOR DRIVER
8914 M:      Steve Glendinning <steve.glendinning@shawell.net>
8915 L:      lm-sensors@lm-sensors.org
8916 S:      Maintained
8917 F:      Documentation/hwmon/emc2103
8918 F:      drivers/hwmon/emc2103.c
8919
8920 SMSC SCH5627 HARDWARE MONITOR DRIVER
8921 M:      Hans de Goede <hdegoede@redhat.com>
8922 L:      lm-sensors@lm-sensors.org
8923 S:      Supported
8924 F:      Documentation/hwmon/sch5627
8925 F:      drivers/hwmon/sch5627.c
8926
8927 SMSC47B397 HARDWARE MONITOR DRIVER
8928 M:      Jean Delvare <jdelvare@suse.de>
8929 L:      lm-sensors@lm-sensors.org
8930 S:      Maintained
8931 F:      Documentation/hwmon/smsc47b397
8932 F:      drivers/hwmon/smsc47b397.c
8933
8934 SMSC911x ETHERNET DRIVER
8935 M:      Steve Glendinning <steve.glendinning@shawell.net>
8936 L:      netdev@vger.kernel.org
8937 S:      Maintained
8938 F:      include/linux/smsc911x.h
8939 F:      drivers/net/ethernet/smsc/smsc911x.*
8940
8941 SMSC9420 PCI ETHERNET DRIVER
8942 M:      Steve Glendinning <steve.glendinning@shawell.net>
8943 L:      netdev@vger.kernel.org
8944 S:      Maintained
8945 F:      drivers/net/ethernet/smsc/smsc9420.*
8946
8947 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8948 M:      Steve Glendinning <steve.glendinning@shawell.net>
8949 L:      linux-fbdev@vger.kernel.org
8950 S:      Maintained
8951 F:      drivers/video/fbdev/smscufx.c
8952
8953 SOC-CAMERA V4L2 SUBSYSTEM
8954 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8955 L:      linux-media@vger.kernel.org
8956 T:      git git://linuxtv.org/media_tree.git
8957 S:      Maintained
8958 F:      include/media/soc*
8959 F:      drivers/media/i2c/soc_camera/
8960 F:      drivers/media/platform/soc_camera/
8961
8962 SOEKRIS NET48XX LED SUPPORT
8963 M:      Chris Boot <bootc@bootc.net>
8964 S:      Maintained
8965 F:      drivers/leds/leds-net48xx.c
8966
8967 SOFTLOGIC 6x10 MPEG CODEC
8968 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8969 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8970 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
8971 M:      Ismael Luceno <ismael@iodev.co.uk>
8972 L:      linux-media@vger.kernel.org
8973 S:      Supported
8974 F:      drivers/media/pci/solo6x10/
8975
8976 SOFTWARE RAID (Multiple Disks) SUPPORT
8977 M:      Neil Brown <neilb@suse.de>
8978 L:      linux-raid@vger.kernel.org
8979 S:      Supported
8980 F:      drivers/md/
8981 F:      include/linux/raid/
8982 F:      include/uapi/linux/raid/
8983
8984 SONIC NETWORK DRIVER
8985 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8986 L:      netdev@vger.kernel.org
8987 S:      Maintained
8988 F:      drivers/net/ethernet/natsemi/sonic.*
8989
8990 SONICS SILICON BACKPLANE DRIVER (SSB)
8991 M:      Michael Buesch <m@bues.ch>
8992 L:      netdev@vger.kernel.org
8993 S:      Maintained
8994 F:      drivers/ssb/
8995 F:      include/linux/ssb/
8996
8997 SONY VAIO CONTROL DEVICE DRIVER
8998 M:      Mattia Dongili <malattia@linux.it>
8999 L:      platform-driver-x86@vger.kernel.org
9000 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9001 S:      Maintained
9002 F:      Documentation/laptops/sony-laptop.txt
9003 F:      drivers/char/sonypi.c
9004 F:      drivers/platform/x86/sony-laptop.c
9005 F:      include/linux/sony-laptop.h
9006
9007 SONY MEMORYSTICK CARD SUPPORT
9008 M:      Alex Dubov <oakad@yahoo.com>
9009 W:      http://tifmxx.berlios.de/
9010 S:      Maintained
9011 F:      drivers/memstick/host/tifm_ms.c
9012
9013 SONY MEMORYSTICK STANDARD SUPPORT
9014 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9015 S:      Maintained
9016 F:      drivers/memstick/core/ms_block.*
9017
9018 SOUND
9019 M:      Jaroslav Kysela <perex@perex.cz>
9020 M:      Takashi Iwai <tiwai@suse.de>
9021 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9022 W:      http://www.alsa-project.org/
9023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9024 T:      git git://git.alsa-project.org/alsa-kernel.git
9025 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9026 S:      Maintained
9027 F:      Documentation/sound/
9028 F:      include/sound/
9029 F:      include/uapi/sound/
9030 F:      sound/
9031
9032 SOUND - COMPRESSED AUDIO
9033 M:      Vinod Koul <vinod.koul@intel.com>
9034 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9036 S:      Supported
9037 F:      Documentation/sound/alsa/compress_offload.txt
9038 F:      include/sound/compress_driver.h
9039 F:      include/uapi/sound/compress_*
9040 F:      sound/core/compress_offload.c
9041 F:      sound/soc/soc-compress.c
9042
9043 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9044 M:      Liam Girdwood <lgirdwood@gmail.com>
9045 M:      Mark Brown <broonie@kernel.org>
9046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9047 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9048 W:      http://alsa-project.org/main/index.php/ASoC
9049 S:      Supported
9050 F:      Documentation/sound/alsa/soc/
9051 F:      sound/soc/
9052 F:      include/sound/soc*
9053
9054 SOUND - DMAENGINE HELPERS
9055 M:      Lars-Peter Clausen <lars@metafoo.de>
9056 S:      Supported
9057 F:      include/sound/dmaengine_pcm.h
9058 F:      sound/core/pcm_dmaengine.c
9059 F:      sound/soc/soc-generic-dmaengine-pcm.c
9060
9061 SP2 MEDIA DRIVER
9062 M:      Olli Salonen <olli.salonen@iki.fi>
9063 L:      linux-media@vger.kernel.org
9064 W:      http://linuxtv.org/
9065 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9066 S:      Maintained
9067 F:      drivers/media/dvb-frontends/sp2*
9068
9069 SPARC + UltraSPARC (sparc/sparc64)
9070 M:      "David S. Miller" <davem@davemloft.net>
9071 L:      sparclinux@vger.kernel.org
9072 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9075 S:      Maintained
9076 F:      arch/sparc/
9077 F:      drivers/sbus/
9078
9079 SPARC SERIAL DRIVERS
9080 M:      "David S. Miller" <davem@davemloft.net>
9081 L:      sparclinux@vger.kernel.org
9082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9084 S:      Maintained
9085 F:      include/linux/sunserialcore.h
9086 F:      drivers/tty/serial/suncore.c
9087 F:      drivers/tty/serial/sunhv.c
9088 F:      drivers/tty/serial/sunsab.c
9089 F:      drivers/tty/serial/sunsab.h
9090 F:      drivers/tty/serial/sunsu.c
9091 F:      drivers/tty/serial/sunzilog.c
9092 F:      drivers/tty/serial/sunzilog.h
9093
9094 SPARSE CHECKER
9095 M:      "Christopher Li" <sparse@chrisli.org>
9096 L:      linux-sparse@vger.kernel.org
9097 W:      https://sparse.wiki.kernel.org/
9098 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9099 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9100 S:      Maintained
9101 F:      include/linux/compiler.h
9102
9103 SPEAR PLATFORM SUPPORT
9104 M:      Viresh Kumar <viresh.linux@gmail.com>
9105 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9106 L:      spear-devel@list.st.com
9107 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9108 W:      http://www.st.com/spear
9109 S:      Maintained
9110 F:      arch/arm/mach-spear/
9111
9112 SPEAR CLOCK FRAMEWORK SUPPORT
9113 M:      Viresh Kumar <viresh.linux@gmail.com>
9114 L:      spear-devel@list.st.com
9115 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9116 W:      http://www.st.com/spear
9117 S:      Maintained
9118 F:      drivers/clk/spear/
9119
9120 SPI SUBSYSTEM
9121 M:      Mark Brown <broonie@kernel.org>
9122 L:      linux-spi@vger.kernel.org
9123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9124 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9125 S:      Maintained
9126 F:      Documentation/spi/
9127 F:      drivers/spi/
9128 F:      include/linux/spi/
9129 F:      include/uapi/linux/spi/
9130
9131 SPIDERNET NETWORK DRIVER for CELL
9132 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9133 M:      Jens Osterkamp <jens@de.ibm.com>
9134 L:      netdev@vger.kernel.org
9135 S:      Supported
9136 F:      Documentation/networking/spider_net.txt
9137 F:      drivers/net/ethernet/toshiba/spider_net*
9138
9139 SPU FILE SYSTEM
9140 M:      Jeremy Kerr <jk@ozlabs.org>
9141 L:      linuxppc-dev@lists.ozlabs.org
9142 L:      cbe-oss-dev@lists.ozlabs.org
9143 W:      http://www.ibm.com/developerworks/power/cell/
9144 S:      Supported
9145 F:      Documentation/filesystems/spufs.txt
9146 F:      arch/powerpc/platforms/cell/spufs/
9147
9148 SQUASHFS FILE SYSTEM
9149 M:      Phillip Lougher <phillip@squashfs.org.uk>
9150 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9151 W:      http://squashfs.org.uk
9152 S:      Maintained
9153 F:      Documentation/filesystems/squashfs.txt
9154 F:      fs/squashfs/
9155
9156 SRM (Alpha) environment access
9157 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9158 S:      Maintained
9159 F:      arch/alpha/kernel/srm_env.c
9160
9161 STABLE BRANCH
9162 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9163 L:      stable@vger.kernel.org
9164 S:      Supported
9165 F:      Documentation/stable_kernel_rules.txt
9166
9167 STAGING SUBSYSTEM
9168 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9170 L:      devel@driverdev.osuosl.org
9171 S:      Supported
9172 F:      drivers/staging/
9173
9174 STAGING - COMEDI
9175 M:      Ian Abbott <abbotti@mev.co.uk>
9176 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9177 S:      Odd Fixes
9178 F:      drivers/staging/comedi/
9179
9180 STAGING - FLARION FT1000 DRIVERS
9181 M:      Marek Belisko <marek.belisko@gmail.com>
9182 S:      Odd Fixes
9183 F:      drivers/staging/ft1000/
9184
9185 STAGING - INDUSTRIAL IO
9186 M:      Jonathan Cameron <jic23@kernel.org>
9187 L:      linux-iio@vger.kernel.org
9188 S:      Odd Fixes
9189 F:      drivers/staging/iio/
9190
9191 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9192 M:      Jarod Wilson <jarod@wilsonet.com>
9193 W:      http://www.lirc.org/
9194 S:      Odd Fixes
9195 F:      drivers/staging/media/lirc/
9196
9197 STAGING - LUSTRE PARALLEL FILESYSTEM
9198 M:      Oleg Drokin <oleg.drokin@intel.com>
9199 M:      Andreas Dilger <andreas.dilger@intel.com>
9200 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9201 W:      http://lustre.opensfs.org/
9202 S:      Maintained
9203 F:      drivers/staging/lustre
9204
9205 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9206 M:      Julian Andres Klode <jak@jak-linux.org>
9207 M:      Marc Dietrich <marvin24@gmx.de>
9208 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9209 L:      linux-tegra@vger.kernel.org
9210 S:      Maintained
9211 F:      drivers/staging/nvec/
9212
9213 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9214 M:      Jens Frederich <jfrederich@gmail.com>
9215 M:      Daniel Drake <dsd@laptop.org>
9216 M:      Jon Nettleton <jon.nettleton@gmail.com>
9217 W:      http://wiki.laptop.org/go/DCON
9218 S:      Maintained
9219 F:      drivers/staging/olpc_dcon/
9220
9221 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9222 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9223 S:      Maintained
9224 F:      drivers/staging/ozwpan/
9225
9226 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9227 M:      Willy Tarreau <willy@meta-x.org>
9228 S:      Odd Fixes
9229 F:      drivers/staging/panel/
9230
9231 STAGING - REALTEK RTL8712U DRIVERS
9232 M:      Larry Finger <Larry.Finger@lwfinger.net>
9233 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9234 S:      Odd Fixes
9235 F:      drivers/staging/rtl8712/
9236
9237 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9238 M:      Larry Finger <Larry.Finger@lwfinger.net>
9239 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9240 L:      linux-wireless@vger.kernel.org
9241 S:      Maintained
9242 F:      drivers/staging/rtl8723au/
9243
9244 STAGING - SLICOSS
9245 M:      Lior Dotan <liodot@gmail.com>
9246 M:      Christopher Harrer <charrer@alacritech.com>
9247 S:      Odd Fixes
9248 F:      drivers/staging/slicoss/
9249
9250 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9251 M:      William Hubbs <w.d.hubbs@gmail.com>
9252 M:      Chris Brannon <chris@the-brannons.com>
9253 M:      Kirk Reiser <kirk@reisers.ca>
9254 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9255 L:      speakup@linux-speakup.org
9256 W:      http://www.linux-speakup.org/
9257 S:      Odd Fixes
9258 F:      drivers/staging/speakup/
9259
9260 STAGING - VIA VT665X DRIVERS
9261 M:      Forest Bond <forest@alittletooquiet.net>
9262 S:      Odd Fixes
9263 F:      drivers/staging/vt665?/
9264
9265 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9266 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9267 S:      Odd Fixes
9268 F:      drivers/staging/xgifb/
9269
9270 STARFIRE/DURALAN NETWORK DRIVER
9271 M:      Ion Badulescu <ionut@badula.org>
9272 S:      Odd Fixes
9273 F:      drivers/net/ethernet/adaptec/starfire*
9274
9275 SUN3/3X
9276 M:      Sam Creasey <sammy@sammy.net>
9277 W:      http://sammy.net/sun3/
9278 S:      Maintained
9279 F:      arch/m68k/kernel/*sun3*
9280 F:      arch/m68k/sun3*/
9281 F:      arch/m68k/include/asm/sun3*
9282 F:      drivers/net/ethernet/i825xx/sun3*
9283
9284 SUNDANCE NETWORK DRIVER
9285 M:      Denis Kirjanov <kda@linux-powerpc.org>
9286 L:      netdev@vger.kernel.org
9287 S:      Maintained
9288 F:      drivers/net/ethernet/dlink/sundance.c
9289
9290 SUPERH
9291 L:      linux-sh@vger.kernel.org
9292 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9293 S:      Orphan
9294 F:      Documentation/sh/
9295 F:      arch/sh/
9296 F:      drivers/sh/
9297
9298 SUSPEND TO RAM
9299 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9300 M:      Len Brown <len.brown@intel.com>
9301 M:      Pavel Machek <pavel@ucw.cz>
9302 L:      linux-pm@vger.kernel.org
9303 S:      Supported
9304 F:      Documentation/power/
9305 F:      arch/x86/kernel/acpi/
9306 F:      drivers/base/power/
9307 F:      kernel/power/
9308 F:      include/linux/suspend.h
9309 F:      include/linux/freezer.h
9310 F:      include/linux/pm.h
9311
9312 SVGA HANDLING
9313 M:      Martin Mares <mj@ucw.cz>
9314 L:      linux-video@atrey.karlin.mff.cuni.cz
9315 S:      Maintained
9316 F:      Documentation/svga.txt
9317 F:      arch/x86/boot/video*
9318
9319 SWIOTLB SUBSYSTEM
9320 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9321 L:      linux-kernel@vger.kernel.org
9322 S:      Supported
9323 F:      lib/swiotlb.c
9324 F:      arch/*/kernel/pci-swiotlb.c
9325 F:      include/linux/swiotlb.h
9326
9327 SWITCHDEV
9328 M:      Jiri Pirko <jiri@resnulli.us>
9329 L:      netdev@vger.kernel.org
9330 S:      Supported
9331 F:      net/switchdev/
9332 F:      include/net/switchdev.h
9333
9334 SYNOPSYS ARC ARCHITECTURE
9335 M:      Vineet Gupta <vgupta@synopsys.com>
9336 S:      Supported
9337 F:      arch/arc/
9338 F:      Documentation/devicetree/bindings/arc/
9339 F:      drivers/tty/serial/arc_uart.c
9340
9341 SYSV FILESYSTEM
9342 M:      Christoph Hellwig <hch@infradead.org>
9343 S:      Maintained
9344 F:      Documentation/filesystems/sysv-fs.txt
9345 F:      fs/sysv/
9346 F:      include/linux/sysv_fs.h
9347
9348 TARGET SUBSYSTEM
9349 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9350 L:      linux-scsi@vger.kernel.org
9351 L:      target-devel@vger.kernel.org
9352 W:      http://www.linux-iscsi.org
9353 W:      http://groups.google.com/group/linux-iscsi-target-dev
9354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9355 S:      Supported
9356 F:      drivers/target/
9357 F:      include/target/
9358 F:      Documentation/target/
9359
9360 TASKSTATS STATISTICS INTERFACE
9361 M:      Balbir Singh <bsingharora@gmail.com>
9362 S:      Maintained
9363 F:      Documentation/accounting/taskstats*
9364 F:      include/linux/taskstats*
9365 F:      kernel/taskstats.c
9366
9367 TC CLASSIFIER
9368 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9369 L:      netdev@vger.kernel.org
9370 S:      Maintained
9371 F:      include/net/pkt_cls.h
9372 F:      include/uapi/linux/pkt_cls.h
9373 F:      net/sched/
9374
9375 TCP LOW PRIORITY MODULE
9376 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9377 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9378 W:      http://tcp-lp-mod.sourceforge.net/
9379 S:      Maintained
9380 F:      net/ipv4/tcp_lp.c
9381
9382 TDA10071 MEDIA DRIVER
9383 M:      Antti Palosaari <crope@iki.fi>
9384 L:      linux-media@vger.kernel.org
9385 W:      http://linuxtv.org/
9386 W:      http://palosaari.fi/linux/
9387 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9388 T:      git git://linuxtv.org/anttip/media_tree.git
9389 S:      Maintained
9390 F:      drivers/media/dvb-frontends/tda10071*
9391
9392 TDA18212 MEDIA DRIVER
9393 M:      Antti Palosaari <crope@iki.fi>
9394 L:      linux-media@vger.kernel.org
9395 W:      http://linuxtv.org/
9396 W:      http://palosaari.fi/linux/
9397 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9398 T:      git git://linuxtv.org/anttip/media_tree.git
9399 S:      Maintained
9400 F:      drivers/media/tuners/tda18212*
9401
9402 TDA18218 MEDIA DRIVER
9403 M:      Antti Palosaari <crope@iki.fi>
9404 L:      linux-media@vger.kernel.org
9405 W:      http://linuxtv.org/
9406 W:      http://palosaari.fi/linux/
9407 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9408 T:      git git://linuxtv.org/anttip/media_tree.git
9409 S:      Maintained
9410 F:      drivers/media/tuners/tda18218*
9411
9412 TDA18271 MEDIA DRIVER
9413 M:      Michael Krufky <mkrufky@linuxtv.org>
9414 L:      linux-media@vger.kernel.org
9415 W:      http://linuxtv.org/
9416 W:      http://github.com/mkrufky
9417 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9418 T:      git git://linuxtv.org/mkrufky/tuners.git
9419 S:      Maintained
9420 F:      drivers/media/tuners/tda18271*
9421
9422 TDA827x MEDIA DRIVER
9423 M:      Michael Krufky <mkrufky@linuxtv.org>
9424 L:      linux-media@vger.kernel.org
9425 W:      http://linuxtv.org/
9426 W:      http://github.com/mkrufky
9427 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9428 T:      git git://linuxtv.org/mkrufky/tuners.git
9429 S:      Maintained
9430 F:      drivers/media/tuners/tda8290.*
9431
9432 TDA8290 MEDIA DRIVER
9433 M:      Michael Krufky <mkrufky@linuxtv.org>
9434 L:      linux-media@vger.kernel.org
9435 W:      http://linuxtv.org/
9436 W:      http://github.com/mkrufky
9437 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9438 T:      git git://linuxtv.org/mkrufky/tuners.git
9439 S:      Maintained
9440 F:      drivers/media/tuners/tda8290.*
9441
9442 TDA9840 MEDIA DRIVER
9443 M:      Hans Verkuil <hverkuil@xs4all.nl>
9444 L:      linux-media@vger.kernel.org
9445 T:      git git://linuxtv.org/media_tree.git
9446 W:      http://linuxtv.org
9447 S:      Maintained
9448 F:      drivers/media/i2c/tda9840*
9449
9450 TEA5761 TUNER DRIVER
9451 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9452 L:      linux-media@vger.kernel.org
9453 W:      http://linuxtv.org
9454 T:      git git://linuxtv.org/media_tree.git
9455 S:      Odd fixes
9456 F:      drivers/media/tuners/tea5761.*
9457
9458 TEA5767 TUNER DRIVER
9459 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9460 L:      linux-media@vger.kernel.org
9461 W:      http://linuxtv.org
9462 T:      git git://linuxtv.org/media_tree.git
9463 S:      Maintained
9464 F:      drivers/media/tuners/tea5767.*
9465
9466 TEA6415C MEDIA DRIVER
9467 M:      Hans Verkuil <hverkuil@xs4all.nl>
9468 L:      linux-media@vger.kernel.org
9469 T:      git git://linuxtv.org/media_tree.git
9470 W:      http://linuxtv.org
9471 S:      Maintained
9472 F:      drivers/media/i2c/tea6415c*
9473
9474 TEA6420 MEDIA DRIVER
9475 M:      Hans Verkuil <hverkuil@xs4all.nl>
9476 L:      linux-media@vger.kernel.org
9477 T:      git git://linuxtv.org/media_tree.git
9478 W:      http://linuxtv.org
9479 S:      Maintained
9480 F:      drivers/media/i2c/tea6420*
9481
9482 TEAM DRIVER
9483 M:      Jiri Pirko <jiri@resnulli.us>
9484 L:      netdev@vger.kernel.org
9485 S:      Supported
9486 F:      drivers/net/team/
9487 F:      include/linux/if_team.h
9488 F:      include/uapi/linux/if_team.h
9489
9490 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9491 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9492 S:      Maintained
9493 F:      arch/x86/platform/ts5500/
9494
9495 TECHNOTREND USB IR RECEIVER
9496 M:      Sean Young <sean@mess.org>
9497 L:      linux-media@vger.kernel.org
9498 S:      Maintained
9499 F:      drivers/media/rc/ttusbir.c
9500
9501 TEGRA ARCHITECTURE SUPPORT
9502 M:      Stephen Warren <swarren@wwwdotorg.org>
9503 M:      Thierry Reding <thierry.reding@gmail.com>
9504 M:      Alexandre Courbot <gnurou@gmail.com>
9505 L:      linux-tegra@vger.kernel.org
9506 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9508 S:      Supported
9509 N:      [^a-z]tegra
9510
9511 TEGRA CLOCK DRIVER
9512 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9513 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9514 S:      Supported
9515 F:      drivers/clk/tegra/
9516
9517 TEGRA DMA DRIVER
9518 M:      Laxman Dewangan <ldewangan@nvidia.com>
9519 S:      Supported
9520 F:      drivers/dma/tegra20-apb-dma.c
9521
9522 TEGRA I2C DRIVER
9523 M:      Laxman Dewangan <ldewangan@nvidia.com>
9524 S:      Supported
9525 F:      drivers/i2c/busses/i2c-tegra.c
9526
9527 TEGRA IOMMU DRIVERS
9528 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9529 S:      Supported
9530 F:      drivers/iommu/tegra*
9531
9532 TEGRA KBC DRIVER
9533 M:      Rakesh Iyer <riyer@nvidia.com>
9534 M:      Laxman Dewangan <ldewangan@nvidia.com>
9535 S:      Supported
9536 F:      drivers/input/keyboard/tegra-kbc.c
9537
9538 TEGRA PWM DRIVER
9539 M:      Thierry Reding <thierry.reding@gmail.com>
9540 S:      Supported
9541 F:      drivers/pwm/pwm-tegra.c
9542
9543 TEGRA SERIAL DRIVER
9544 M:      Laxman Dewangan <ldewangan@nvidia.com>
9545 S:      Supported
9546 F:      drivers/tty/serial/serial-tegra.c
9547
9548 TEGRA SPI DRIVER
9549 M:      Laxman Dewangan <ldewangan@nvidia.com>
9550 S:      Supported
9551 F:      drivers/spi/spi-tegra*
9552
9553 TEHUTI ETHERNET DRIVER
9554 M:      Andy Gospodarek <andy@greyhouse.net>
9555 L:      netdev@vger.kernel.org
9556 S:      Supported
9557 F:      drivers/net/ethernet/tehuti/*
9558
9559 Telecom Clock Driver for MCPL0010
9560 M:      Mark Gross <mark.gross@intel.com>
9561 S:      Supported
9562 F:      drivers/char/tlclk.c
9563
9564 TENSILICA XTENSA PORT (xtensa)
9565 M:      Chris Zankel <chris@zankel.net>
9566 M:      Max Filippov <jcmvbkbc@gmail.com>
9567 L:      linux-xtensa@linux-xtensa.org
9568 S:      Maintained
9569 F:      arch/xtensa/
9570 F:      drivers/irqchip/irq-xtensa-*
9571
9572 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9573 M:      Hans Verkuil <hverkuil@xs4all.nl>
9574 L:      linux-media@vger.kernel.org
9575 T:      git git://linuxtv.org/media_tree.git
9576 W:      http://linuxtv.org
9577 S:      Maintained
9578 F:      drivers/media/radio/radio-raremono.c
9579
9580 THERMAL
9581 M:      Zhang Rui <rui.zhang@intel.com>
9582 M:      Eduardo Valentin <edubezval@gmail.com>
9583 L:      linux-pm@vger.kernel.org
9584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9586 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9587 S:      Supported
9588 F:      drivers/thermal/
9589 F:      include/linux/thermal.h
9590 F:      include/uapi/linux/thermal.h
9591 F:      include/linux/cpu_cooling.h
9592 F:      Documentation/devicetree/bindings/thermal/
9593
9594 THINGM BLINK(1) USB RGB LED DRIVER
9595 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9596 S:      Maintained
9597 F:      drivers/hid/hid-thingm.c
9598
9599 THINKPAD ACPI EXTRAS DRIVER
9600 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9601 L:      ibm-acpi-devel@lists.sourceforge.net
9602 L:      platform-driver-x86@vger.kernel.org
9603 W:      http://ibm-acpi.sourceforge.net
9604 W:      http://thinkwiki.org/wiki/Ibm-acpi
9605 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9606 S:      Maintained
9607 F:      drivers/platform/x86/thinkpad_acpi.c
9608
9609 TI BANDGAP AND THERMAL DRIVER
9610 M:      Eduardo Valentin <edubezval@gmail.com>
9611 L:      linux-pm@vger.kernel.org
9612 L:      linux-omap@vger.kernel.org
9613 S:      Maintained
9614 F:      drivers/thermal/ti-soc-thermal/
9615
9616 TI CLOCK DRIVER
9617 M:      Tero Kristo <t-kristo@ti.com>
9618 L:      linux-omap@vger.kernel.org
9619 S:      Maintained
9620 F:      drivers/clk/ti/
9621 F:      include/linux/clk/ti.h
9622
9623 TI FLASH MEDIA INTERFACE DRIVER
9624 M:      Alex Dubov <oakad@yahoo.com>
9625 S:      Maintained
9626 F:      drivers/misc/tifm*
9627 F:      drivers/mmc/host/tifm_sd.c
9628 F:      include/linux/tifm.h
9629
9630 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9631 M:      Santosh Shilimkar <ssantosh@kernel.org>
9632 L:      linux-kernel@vger.kernel.org
9633 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9634 S:      Maintained
9635 F:      drivers/soc/ti/*
9636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9637
9638
9639 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9640 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9641 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9642 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9643 S:      Maintained
9644 F:      sound/soc/codecs/lm49453*
9645 F:      sound/soc/codecs/isabelle*
9646
9647 TI LP855x BACKLIGHT DRIVER
9648 M:      Milo Kim <milo.kim@ti.com>
9649 S:      Maintained
9650 F:      Documentation/backlight/lp855x-driver.txt
9651 F:      drivers/video/backlight/lp855x_bl.c
9652 F:      include/linux/platform_data/lp855x.h
9653
9654 TI LP8727 CHARGER DRIVER
9655 M:      Milo Kim <milo.kim@ti.com>
9656 S:      Maintained
9657 F:      drivers/power/lp8727_charger.c
9658 F:      include/linux/platform_data/lp8727.h
9659
9660 TI LP8788 MFD DRIVER
9661 M:      Milo Kim <milo.kim@ti.com>
9662 S:      Maintained
9663 F:      drivers/iio/adc/lp8788_adc.c
9664 F:      drivers/leds/leds-lp8788.c
9665 F:      drivers/mfd/lp8788*.c
9666 F:      drivers/power/lp8788-charger.c
9667 F:      drivers/regulator/lp8788-*.c
9668 F:      include/linux/mfd/lp8788*.h
9669
9670 TI NETCP ETHERNET DRIVER
9671 M:      Wingman Kwok <w-kwok2@ti.com>
9672 M:      Murali Karicheri <m-karicheri2@ti.com>
9673 L:      netdev@vger.kernel.org
9674 S:      Maintained
9675 F:      drivers/net/ethernet/ti/netcp*
9676
9677 TI TWL4030 SERIES SOC CODEC DRIVER
9678 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9679 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9680 S:      Maintained
9681 F:      sound/soc/codecs/twl4030*
9682
9683 TI WILINK WIRELESS DRIVERS
9684 L:      linux-wireless@vger.kernel.org
9685 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9686 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9688 S:      Orphan
9689 F:      drivers/net/wireless/ti/
9690 F:      include/linux/wl12xx.h
9691
9692 TIPC NETWORK LAYER
9693 M:      Jon Maloy <jon.maloy@ericsson.com>
9694 M:      Allan Stephens <allan.stephens@windriver.com>
9695 L:      netdev@vger.kernel.org (core kernel code)
9696 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9697 W:      http://tipc.sourceforge.net/
9698 S:      Maintained
9699 F:      include/uapi/linux/tipc*.h
9700 F:      net/tipc/
9701
9702 TILE ARCHITECTURE
9703 M:      Chris Metcalf <cmetcalf@ezchip.com>
9704 W:      http://www.tilera.com/scm/
9705 S:      Supported
9706 F:      arch/tile/
9707 F:      drivers/char/tile-srom.c
9708 F:      drivers/edac/tile_edac.c
9709 F:      drivers/net/ethernet/tile/
9710 F:      drivers/rtc/rtc-tile.c
9711 F:      drivers/tty/hvc/hvc_tile.c
9712 F:      drivers/tty/serial/tilegx.c
9713 F:      drivers/usb/host/*-tilegx.c
9714 F:      include/linux/usb/tilegx.h
9715
9716 TLAN NETWORK DRIVER
9717 M:      Samuel Chessman <chessman@tux.org>
9718 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9719 W:      http://sourceforge.net/projects/tlan/
9720 S:      Maintained
9721 F:      Documentation/networking/tlan.txt
9722 F:      drivers/net/ethernet/ti/tlan.*
9723
9724 TOMOYO SECURITY MODULE
9725 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9726 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9727 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9728 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9729 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9730 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9731 W:      http://tomoyo.sourceforge.jp/
9732 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9733 S:      Maintained
9734 F:      security/tomoyo/
9735
9736 TOPSTAR LAPTOP EXTRAS DRIVER
9737 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9738 L:      platform-driver-x86@vger.kernel.org
9739 S:      Maintained
9740 F:      drivers/platform/x86/topstar-laptop.c
9741
9742 TOSHIBA ACPI EXTRAS DRIVER
9743 L:      platform-driver-x86@vger.kernel.org
9744 S:      Orphan
9745 F:      drivers/platform/x86/toshiba_acpi.c
9746
9747 TOSHIBA SMM DRIVER
9748 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9749 L:      tlinux-users@tce.toshiba-dme.co.jp
9750 W:      http://www.buzzard.org.uk/toshiba/
9751 S:      Maintained
9752 F:      drivers/char/toshiba.c
9753 F:      include/linux/toshiba.h
9754 F:      include/uapi/linux/toshiba.h
9755
9756 TMIO MMC DRIVER
9757 M:      Ian Molton <ian.molton@codethink.co.uk>
9758 L:      linux-mmc@vger.kernel.org
9759 S:      Maintained
9760 F:      drivers/mmc/host/tmio_mmc*
9761 F:      drivers/mmc/host/sh_mobile_sdhi.c
9762 F:      include/linux/mmc/tmio.h
9763 F:      include/linux/mmc/sh_mobile_sdhi.h
9764
9765 TMP401 HARDWARE MONITOR DRIVER
9766 M:      Guenter Roeck <linux@roeck-us.net>
9767 L:      lm-sensors@lm-sensors.org
9768 S:      Maintained
9769 F:      Documentation/hwmon/tmp401
9770 F:      drivers/hwmon/tmp401.c
9771
9772 TMPFS (SHMEM FILESYSTEM)
9773 M:      Hugh Dickins <hughd@google.com>
9774 L:      linux-mm@kvack.org
9775 S:      Maintained
9776 F:      include/linux/shmem_fs.h
9777 F:      mm/shmem.c
9778
9779 TM6000 VIDEO4LINUX DRIVER
9780 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9781 L:      linux-media@vger.kernel.org
9782 W:      http://linuxtv.org
9783 T:      git git://linuxtv.org/media_tree.git
9784 S:      Odd fixes
9785 F:      drivers/media/usb/tm6000/
9786
9787 TW68 VIDEO4LINUX DRIVER
9788 M:      Hans Verkuil <hverkuil@xs4all.nl>
9789 L:      linux-media@vger.kernel.org
9790 T:      git git://linuxtv.org/media_tree.git
9791 W:      http://linuxtv.org
9792 S:      Odd Fixes
9793 F:      drivers/media/pci/tw68/
9794
9795 TPM DEVICE DRIVER
9796 M:      Peter Huewe <peterhuewe@gmx.de>
9797 M:      Ashley Lai <ashley@ashleylai.com>
9798 M:      Marcel Selhorst <tpmdd@selhorst.net>
9799 W:      http://tpmdd.sourceforge.net
9800 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9801 S:      Maintained
9802 F:      drivers/char/tpm/
9803
9804 TRACING
9805 M:      Steven Rostedt <rostedt@goodmis.org>
9806 M:      Ingo Molnar <mingo@redhat.com>
9807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9808 S:      Maintained
9809 F:      Documentation/trace/ftrace.txt
9810 F:      arch/*/*/*/ftrace.h
9811 F:      arch/*/kernel/ftrace.c
9812 F:      include/*/ftrace.h
9813 F:      include/linux/trace*.h
9814 F:      include/trace/
9815 F:      kernel/trace/
9816 F:      tools/testing/selftests/ftrace/
9817
9818 TRIVIAL PATCHES
9819 M:      Jiri Kosina <trivial@kernel.org>
9820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9821 S:      Maintained
9822 K:      ^Subject:.*(?i)trivial
9823
9824 TTY LAYER
9825 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9826 M:      Jiri Slaby <jslaby@suse.cz>
9827 S:      Supported
9828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9829 F:      drivers/tty/
9830 F:      drivers/tty/serial/serial_core.c
9831 F:      include/linux/serial_core.h
9832 F:      include/linux/serial.h
9833 F:      include/linux/tty.h
9834 F:      include/uapi/linux/serial_core.h
9835 F:      include/uapi/linux/serial.h
9836 F:      include/uapi/linux/tty.h
9837
9838 TUA9001 MEDIA DRIVER
9839 M:      Antti Palosaari <crope@iki.fi>
9840 L:      linux-media@vger.kernel.org
9841 W:      http://linuxtv.org/
9842 W:      http://palosaari.fi/linux/
9843 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9844 T:      git git://linuxtv.org/anttip/media_tree.git
9845 S:      Maintained
9846 F:      drivers/media/tuners/tua9001*
9847
9848 TULIP NETWORK DRIVERS
9849 M:      Grant Grundler <grundler@parisc-linux.org>
9850 L:      netdev@vger.kernel.org
9851 S:      Maintained
9852 F:      drivers/net/ethernet/dec/tulip/
9853
9854 TUN/TAP driver
9855 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9856 W:      http://vtun.sourceforge.net/tun
9857 S:      Maintained
9858 F:      Documentation/networking/tuntap.txt
9859 F:      arch/um/os-Linux/drivers/
9860
9861 TURBOCHANNEL SUBSYSTEM
9862 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9863 M:      Ralf Baechle <ralf@linux-mips.org>
9864 L:      linux-mips@linux-mips.org
9865 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9866 S:      Maintained
9867 F:      drivers/tc/
9868 F:      include/linux/tc.h
9869
9870 U14-34F SCSI DRIVER
9871 M:      Dario Ballabio <ballabio_dario@emc.com>
9872 L:      linux-scsi@vger.kernel.org
9873 S:      Maintained
9874 F:      drivers/scsi/u14-34f.c
9875
9876 UBI FILE SYSTEM (UBIFS)
9877 M:      Artem Bityutskiy <dedekind1@gmail.com>
9878 M:      Adrian Hunter <adrian.hunter@intel.com>
9879 L:      linux-mtd@lists.infradead.org
9880 T:      git git://git.infradead.org/ubifs-2.6.git
9881 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9882 S:      Maintained
9883 F:      Documentation/filesystems/ubifs.txt
9884 F:      fs/ubifs/
9885
9886 UCLINUX (AND M68KNOMMU)
9887 M:      Greg Ungerer <gerg@uclinux.org>
9888 W:      http://www.uclinux.org/
9889 L:      uclinux-dev@uclinux.org  (subscribers-only)
9890 S:      Maintained
9891 F:      arch/m68k/*/*_no.*
9892 F:      arch/m68k/include/asm/*_no.*
9893
9894 UDF FILESYSTEM
9895 M:      Jan Kara <jack@suse.cz>
9896 S:      Maintained
9897 F:      Documentation/filesystems/udf.txt
9898 F:      fs/udf/
9899
9900 UFS FILESYSTEM
9901 M:      Evgeniy Dushistov <dushistov@mail.ru>
9902 S:      Maintained
9903 F:      Documentation/filesystems/ufs.txt
9904 F:      fs/ufs/
9905
9906 UHID USERSPACE HID IO DRIVER:
9907 M:      David Herrmann <dh.herrmann@googlemail.com>
9908 L:      linux-input@vger.kernel.org
9909 S:      Maintained
9910 F:      drivers/hid/uhid.c
9911 F:      include/uapi/linux/uhid.h
9912
9913 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9914 L:      linux-usb@vger.kernel.org
9915 S:      Orphan
9916 F:      drivers/uwb/
9917 F:      include/linux/uwb.h
9918 F:      include/linux/uwb/
9919
9920 UNICORE32 ARCHITECTURE:
9921 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9922 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9923 S:      Maintained
9924 T:      git git://github.com/gxt/linux.git
9925 F:      arch/unicore32/
9926
9927 UNIFDEF
9928 M:      Tony Finch <dot@dotat.at>
9929 W:      http://dotat.at/prog/unifdef
9930 S:      Maintained
9931 F:      scripts/unifdef.c
9932
9933 UNIFORM CDROM DRIVER
9934 M:      Jens Axboe <axboe@kernel.dk>
9935 W:      http://www.kernel.dk
9936 S:      Maintained
9937 F:      Documentation/cdrom/
9938 F:      drivers/cdrom/cdrom.c
9939 F:      include/linux/cdrom.h
9940 F:      include/uapi/linux/cdrom.h
9941
9942 UNISYS S-PAR DRIVERS
9943 M:     Benjamin Romer <benjamin.romer@unisys.com>
9944 M:     David Kershner <david.kershner@unisys.com>
9945 L:     sparmaintainer@unisys.com (Unisys internal)
9946 S:     Supported
9947 F:     drivers/staging/unisys/
9948
9949 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9950 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9951 L:      linux-scsi@vger.kernel.org
9952 S:      Supported
9953 F:      Documentation/scsi/ufs.txt
9954 F:      drivers/scsi/ufs/
9955
9956 UNSORTED BLOCK IMAGES (UBI)
9957 M:      Artem Bityutskiy <dedekind1@gmail.com>
9958 W:      http://www.linux-mtd.infradead.org/
9959 L:      linux-mtd@lists.infradead.org
9960 T:      git git://git.infradead.org/ubifs-2.6.git
9961 S:      Maintained
9962 F:      drivers/mtd/ubi/
9963 F:      include/linux/mtd/ubi.h
9964 F:      include/uapi/mtd/ubi-user.h
9965
9966 UNSORTED BLOCK IMAGES (UBI) Fastmap
9967 M:      Richard Weinberger <richard@nod.at>
9968 L:      linux-mtd@lists.infradead.org
9969 S:      Maintained
9970 F:      drivers/mtd/ubi/fastmap.c
9971
9972 USB ACM DRIVER
9973 M:      Oliver Neukum <oliver@neukum.org>
9974 L:      linux-usb@vger.kernel.org
9975 S:      Maintained
9976 F:      Documentation/usb/acm.txt
9977 F:      drivers/usb/class/cdc-acm.*
9978
9979 USB AR5523 WIRELESS DRIVER
9980 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9981 L:      linux-wireless@vger.kernel.org
9982 S:      Maintained
9983 F:      drivers/net/wireless/ath/ar5523/
9984
9985 USB ATTACHED SCSI
9986 M:      Hans de Goede <hdegoede@redhat.com>
9987 M:      Gerd Hoffmann <kraxel@redhat.com>
9988 L:      linux-usb@vger.kernel.org
9989 L:      linux-scsi@vger.kernel.org
9990 S:      Maintained
9991 F:      drivers/usb/storage/uas.c
9992
9993 USB CDC ETHERNET DRIVER
9994 M:      Oliver Neukum <oliver@neukum.org>
9995 L:      linux-usb@vger.kernel.org
9996 S:      Maintained
9997 F:      drivers/net/usb/cdc_*.c
9998 F:      include/uapi/linux/usb/cdc.h
9999
10000 USB CYPRESS C67X00 DRIVER
10001 M:      Peter Korsgaard <jacmet@sunsite.dk>
10002 L:      linux-usb@vger.kernel.org
10003 S:      Maintained
10004 F:      drivers/usb/c67x00/
10005
10006 USB DAVICOM DM9601 DRIVER
10007 M:      Peter Korsgaard <jacmet@sunsite.dk>
10008 L:      netdev@vger.kernel.org
10009 W:      http://www.linux-usb.org/usbnet
10010 S:      Maintained
10011 F:      drivers/net/usb/dm9601.c
10012
10013 USB DIAMOND RIO500 DRIVER
10014 M:      Cesar Miquel <miquel@df.uba.ar>
10015 L:      rio500-users@lists.sourceforge.net
10016 W:      http://rio500.sourceforge.net
10017 S:      Maintained
10018 F:      drivers/usb/misc/rio500*
10019
10020 USB EHCI DRIVER
10021 M:      Alan Stern <stern@rowland.harvard.edu>
10022 L:      linux-usb@vger.kernel.org
10023 S:      Maintained
10024 F:      Documentation/usb/ehci.txt
10025 F:      drivers/usb/host/ehci*
10026
10027 USB GADGET/PERIPHERAL SUBSYSTEM
10028 M:      Felipe Balbi <balbi@ti.com>
10029 L:      linux-usb@vger.kernel.org
10030 W:      http://www.linux-usb.org/gadget
10031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10032 S:      Maintained
10033 F:      drivers/usb/gadget/
10034 F:      include/linux/usb/gadget*
10035
10036 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10037 M:      Jiri Kosina <jkosina@suse.cz>
10038 L:      linux-usb@vger.kernel.org
10039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10040 S:      Maintained
10041 F:      Documentation/hid/hiddev.txt
10042 F:      drivers/hid/usbhid/
10043
10044 USB ISP116X DRIVER
10045 M:      Olav Kongas <ok@artecdesign.ee>
10046 L:      linux-usb@vger.kernel.org
10047 S:      Maintained
10048 F:      drivers/usb/host/isp116x*
10049 F:      include/linux/usb/isp116x.h
10050
10051 USB MASS STORAGE DRIVER
10052 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10053 L:      linux-usb@vger.kernel.org
10054 L:      usb-storage@lists.one-eyed-alien.net
10055 S:      Maintained
10056 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10057 F:      drivers/usb/storage/
10058
10059 USB MIDI DRIVER
10060 M:      Clemens Ladisch <clemens@ladisch.de>
10061 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10062 T:      git git://git.alsa-project.org/alsa-kernel.git
10063 S:      Maintained
10064 F:      sound/usb/midi.*
10065
10066 USB NETWORKING DRIVERS
10067 L:      linux-usb@vger.kernel.org
10068 S:      Odd Fixes
10069 F:      drivers/net/usb/
10070
10071 USB OHCI DRIVER
10072 M:      Alan Stern <stern@rowland.harvard.edu>
10073 L:      linux-usb@vger.kernel.org
10074 S:      Maintained
10075 F:      Documentation/usb/ohci.txt
10076 F:      drivers/usb/host/ohci*
10077
10078 USB OVER IP DRIVER
10079 M:      Valentina Manea <valentina.manea.m@gmail.com>
10080 M:      Shuah Khan <shuah.kh@samsung.com>
10081 L:      linux-usb@vger.kernel.org
10082 S:      Maintained
10083 F:      drivers/usb/usbip/
10084 F:      tools/usb/usbip/
10085
10086 USB PEGASUS DRIVER
10087 M:      Petko Manolov <petkan@nucleusys.com>
10088 L:      linux-usb@vger.kernel.org
10089 L:      netdev@vger.kernel.org
10090 T:      git git://github.com/petkan/pegasus.git
10091 W:      https://github.com/petkan/pegasus
10092 S:      Maintained
10093 F:      drivers/net/usb/pegasus.*
10094
10095 USB PHY LAYER
10096 M:      Felipe Balbi <balbi@ti.com>
10097 L:      linux-usb@vger.kernel.org
10098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10099 S:      Maintained
10100 F:      drivers/usb/phy/
10101
10102 USB PRINTER DRIVER (usblp)
10103 M:      Pete Zaitcev <zaitcev@redhat.com>
10104 L:      linux-usb@vger.kernel.org
10105 S:      Supported
10106 F:      drivers/usb/class/usblp.c
10107
10108 USB RTL8150 DRIVER
10109 M:      Petko Manolov <petkan@nucleusys.com>
10110 L:      linux-usb@vger.kernel.org
10111 L:      netdev@vger.kernel.org
10112 T:      git git://github.com/petkan/rtl8150.git
10113 W:      https://github.com/petkan/rtl8150
10114 S:      Maintained
10115 F:      drivers/net/usb/rtl8150.c
10116
10117 USB SERIAL SUBSYSTEM
10118 M:      Johan Hovold <johan@kernel.org>
10119 L:      linux-usb@vger.kernel.org
10120 S:      Maintained
10121 F:      Documentation/usb/usb-serial.txt
10122 F:      drivers/usb/serial/
10123 F:      include/linux/usb/serial.h
10124
10125 USB SMSC75XX ETHERNET DRIVER
10126 M:      Steve Glendinning <steve.glendinning@shawell.net>
10127 L:      netdev@vger.kernel.org
10128 S:      Maintained
10129 F:      drivers/net/usb/smsc75xx.*
10130
10131 USB SMSC95XX ETHERNET DRIVER
10132 M:      Steve Glendinning <steve.glendinning@shawell.net>
10133 L:      netdev@vger.kernel.org
10134 S:      Maintained
10135 F:      drivers/net/usb/smsc95xx.*
10136
10137 USB SUBSYSTEM
10138 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10139 L:      linux-usb@vger.kernel.org
10140 W:      http://www.linux-usb.org
10141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10142 S:      Supported
10143 F:      Documentation/usb/
10144 F:      drivers/usb/
10145 F:      include/linux/usb.h
10146 F:      include/linux/usb/
10147
10148 USB UHCI DRIVER
10149 M:      Alan Stern <stern@rowland.harvard.edu>
10150 L:      linux-usb@vger.kernel.org
10151 S:      Maintained
10152 F:      drivers/usb/host/uhci*
10153
10154 USB "USBNET" DRIVER FRAMEWORK
10155 M:      Oliver Neukum <oneukum@suse.de>
10156 L:      netdev@vger.kernel.org
10157 W:      http://www.linux-usb.org/usbnet
10158 S:      Maintained
10159 F:      drivers/net/usb/usbnet.c
10160 F:      include/linux/usb/usbnet.h
10161
10162 USB VIDEO CLASS
10163 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10164 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10165 L:      linux-media@vger.kernel.org
10166 T:      git git://linuxtv.org/media_tree.git
10167 W:      http://www.ideasonboard.org/uvc/
10168 S:      Maintained
10169 F:      drivers/media/usb/uvc/
10170 F:      include/uapi/linux/uvcvideo.h
10171
10172 USB VISION DRIVER
10173 M:      Hans Verkuil <hverkuil@xs4all.nl>
10174 L:      linux-media@vger.kernel.org
10175 T:      git git://linuxtv.org/media_tree.git
10176 W:      http://linuxtv.org
10177 S:      Odd Fixes
10178 F:      drivers/media/usb/usbvision/
10179
10180 USB WEBCAM GADGET
10181 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10182 L:      linux-usb@vger.kernel.org
10183 S:      Maintained
10184 F:      drivers/usb/gadget/function/*uvc*
10185 F:      drivers/usb/gadget/legacy/webcam.c
10186
10187 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10188 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10189 L:      linux-wireless@vger.kernel.org
10190 S:      Maintained
10191 F:      drivers/net/wireless/rndis_wlan.c
10192
10193 USB XHCI DRIVER
10194 M:      Mathias Nyman <mathias.nyman@intel.com>
10195 L:      linux-usb@vger.kernel.org
10196 S:      Supported
10197 F:      drivers/usb/host/xhci*
10198 F:      drivers/usb/host/pci-quirks*
10199
10200 USB ZD1201 DRIVER
10201 L:      linux-wireless@vger.kernel.org
10202 W:      http://linux-lc100020.sourceforge.net
10203 S:      Orphan
10204 F:      drivers/net/wireless/zd1201.*
10205
10206 USB ZR364XX DRIVER
10207 M:      Antoine Jacquet <royale@zerezo.com>
10208 L:      linux-usb@vger.kernel.org
10209 L:      linux-media@vger.kernel.org
10210 T:      git git://linuxtv.org/media_tree.git
10211 W:      http://royale.zerezo.com/zr364xx/
10212 S:      Maintained
10213 F:      Documentation/video4linux/zr364xx.txt
10214 F:      drivers/media/usb/zr364xx/
10215
10216 USER-MODE LINUX (UML)
10217 M:      Jeff Dike <jdike@addtoit.com>
10218 M:      Richard Weinberger <richard@nod.at>
10219 L:      user-mode-linux-devel@lists.sourceforge.net
10220 L:      user-mode-linux-user@lists.sourceforge.net
10221 W:      http://user-mode-linux.sourceforge.net
10222 S:      Maintained
10223 F:      Documentation/virtual/uml/
10224 F:      arch/um/
10225 F:      arch/x86/um/
10226 F:      fs/hostfs/
10227 F:      fs/hppfs/
10228
10229 USERSPACE I/O (UIO)
10230 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10231 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10232 S:      Maintained
10233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10234 F:      Documentation/DocBook/uio-howto.tmpl
10235 F:      drivers/uio/
10236 F:      include/linux/uio*.h
10237
10238 UTIL-LINUX PACKAGE
10239 M:      Karel Zak <kzak@redhat.com>
10240 L:      util-linux@vger.kernel.org
10241 W:      http://en.wikipedia.org/wiki/Util-linux
10242 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10243 S:      Maintained
10244
10245 UVESAFB DRIVER
10246 M:      Michal Januszewski <spock@gentoo.org>
10247 L:      linux-fbdev@vger.kernel.org
10248 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10249 S:      Maintained
10250 F:      Documentation/fb/uvesafb.txt
10251 F:      drivers/video/fbdev/uvesafb.*
10252
10253 VFAT/FAT/MSDOS FILESYSTEM
10254 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10255 S:      Maintained
10256 F:      Documentation/filesystems/vfat.txt
10257 F:      fs/fat/
10258
10259 VFIO DRIVER
10260 M:      Alex Williamson <alex.williamson@redhat.com>
10261 L:      kvm@vger.kernel.org
10262 S:      Maintained
10263 F:      Documentation/vfio.txt
10264 F:      drivers/vfio/
10265 F:      include/linux/vfio.h
10266 F:      include/uapi/linux/vfio.h
10267
10268 VIDEOBUF2 FRAMEWORK
10269 M:      Pawel Osciak <pawel@osciak.com>
10270 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10271 M:      Kyungmin Park <kyungmin.park@samsung.com>
10272 L:      linux-media@vger.kernel.org
10273 S:      Maintained
10274 F:      drivers/media/v4l2-core/videobuf2-*
10275 F:      include/media/videobuf2-*
10276
10277 VIRTIO CONSOLE DRIVER
10278 M:      Amit Shah <amit.shah@redhat.com>
10279 L:      virtualization@lists.linux-foundation.org
10280 S:      Maintained
10281 F:      drivers/char/virtio_console.c
10282 F:      include/linux/virtio_console.h
10283 F:      include/uapi/linux/virtio_console.h
10284
10285 VIRTIO CORE, NET AND BLOCK DRIVERS
10286 M:      Rusty Russell <rusty@rustcorp.com.au>
10287 M:      "Michael S. Tsirkin" <mst@redhat.com>
10288 L:      virtualization@lists.linux-foundation.org
10289 S:      Maintained
10290 F:      drivers/virtio/
10291 F:      tools/virtio/
10292 F:      drivers/net/virtio_net.c
10293 F:      drivers/block/virtio_blk.c
10294 F:      include/linux/virtio_*.h
10295 F:      include/uapi/linux/virtio_*.h
10296
10297 VIRTIO HOST (VHOST)
10298 M:      "Michael S. Tsirkin" <mst@redhat.com>
10299 L:      kvm@vger.kernel.org
10300 L:      virtualization@lists.linux-foundation.org
10301 L:      netdev@vger.kernel.org
10302 S:      Maintained
10303 F:      drivers/vhost/
10304 F:      include/uapi/linux/vhost.h
10305
10306 VIA RHINE NETWORK DRIVER
10307 M:      Roger Luethi <rl@hellgate.ch>
10308 S:      Maintained
10309 F:      drivers/net/ethernet/via/via-rhine.c
10310
10311 VIA SD/MMC CARD CONTROLLER DRIVER
10312 M:      Bruce Chang <brucechang@via.com.tw>
10313 M:      Harald Welte <HaraldWelte@viatech.com>
10314 S:      Maintained
10315 F:      drivers/mmc/host/via-sdmmc.c
10316
10317 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10318 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10319 L:      linux-fbdev@vger.kernel.org
10320 S:      Maintained
10321 F:      include/linux/via-core.h
10322 F:      include/linux/via-gpio.h
10323 F:      include/linux/via_i2c.h
10324 F:      drivers/video/fbdev/via/
10325
10326 VIA VELOCITY NETWORK DRIVER
10327 M:      Francois Romieu <romieu@fr.zoreil.com>
10328 L:      netdev@vger.kernel.org
10329 S:      Maintained
10330 F:      drivers/net/ethernet/via/via-velocity.*
10331
10332 VIVID VIRTUAL VIDEO DRIVER
10333 M:      Hans Verkuil <hverkuil@xs4all.nl>
10334 L:      linux-media@vger.kernel.org
10335 T:      git git://linuxtv.org/media_tree.git
10336 W:      http://linuxtv.org
10337 S:      Maintained
10338 F:      drivers/media/platform/vivid/*
10339
10340 VLAN (802.1Q)
10341 M:      Patrick McHardy <kaber@trash.net>
10342 L:      netdev@vger.kernel.org
10343 S:      Maintained
10344 F:      drivers/net/macvlan.c
10345 F:      include/linux/if_*vlan.h
10346 F:      net/8021q/
10347
10348 VLYNQ BUS
10349 M:      Florian Fainelli <florian@openwrt.org>
10350 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10351 S:      Maintained
10352 F:      drivers/vlynq/vlynq.c
10353 F:      include/linux/vlynq.h
10354
10355 VME SUBSYSTEM
10356 M:      Martyn Welch <martyn.welch@ge.com>
10357 M:      Manohar Vanga <manohar.vanga@gmail.com>
10358 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10359 L:      devel@driverdev.osuosl.org
10360 S:      Maintained
10361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10362 F:      Documentation/vme_api.txt
10363 F:      drivers/staging/vme/
10364 F:      drivers/vme/
10365 F:      include/linux/vme*
10366
10367 VMWARE HYPERVISOR INTERFACE
10368 M:      Alok Kataria <akataria@vmware.com>
10369 L:      virtualization@lists.linux-foundation.org
10370 S:      Supported
10371 F:      arch/x86/kernel/cpu/vmware.c
10372
10373 VMWARE BALLOON DRIVER
10374 M:      Xavier Deguillard <xdeguillard@vmware.com>
10375 M:      Philip Moltmann <moltmann@vmware.com>
10376 M:      "VMware, Inc." <pv-drivers@vmware.com>
10377 L:      linux-kernel@vger.kernel.org
10378 S:      Maintained
10379 F:      drivers/misc/vmw_balloon.c
10380
10381 VMWARE VMXNET3 ETHERNET DRIVER
10382 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10383 M:      "VMware, Inc." <pv-drivers@vmware.com>
10384 L:      netdev@vger.kernel.org
10385 S:      Maintained
10386 F:      drivers/net/vmxnet3/
10387
10388 VMware PVSCSI driver
10389 M:      Arvind Kumar <arvindkumar@vmware.com>
10390 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10391 L:      linux-scsi@vger.kernel.org
10392 S:      Maintained
10393 F:      drivers/scsi/vmw_pvscsi.c
10394 F:      drivers/scsi/vmw_pvscsi.h
10395
10396 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10397 M:      Liam Girdwood <lgirdwood@gmail.com>
10398 M:      Mark Brown <broonie@kernel.org>
10399 L:      linux-kernel@vger.kernel.org
10400 W:      http://opensource.wolfsonmicro.com/node/15
10401 W:      http://www.slimlogic.co.uk/?p=48
10402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10403 S:      Supported
10404 F:      drivers/regulator/
10405 F:      include/linux/regulator/
10406
10407 VT1211 HARDWARE MONITOR DRIVER
10408 M:      Juerg Haefliger <juergh@gmail.com>
10409 L:      lm-sensors@lm-sensors.org
10410 S:      Maintained
10411 F:      Documentation/hwmon/vt1211
10412 F:      drivers/hwmon/vt1211.c
10413
10414 VT8231 HARDWARE MONITOR DRIVER
10415 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10416 L:      lm-sensors@lm-sensors.org
10417 S:      Maintained
10418 F:      drivers/hwmon/vt8231.c
10419
10420 VUB300 USB to SDIO/SD/MMC bridge chip
10421 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10422 L:      linux-mmc@vger.kernel.org
10423 L:      linux-usb@vger.kernel.org
10424 S:      Supported
10425 F:      drivers/mmc/host/vub300.c
10426
10427 W1 DALLAS'S 1-WIRE BUS
10428 M:      Evgeniy Polyakov <zbr@ioremap.net>
10429 S:      Maintained
10430 F:      Documentation/w1/
10431 F:      drivers/w1/
10432
10433 W83791D HARDWARE MONITORING DRIVER
10434 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10435 L:      lm-sensors@lm-sensors.org
10436 S:      Maintained
10437 F:      Documentation/hwmon/w83791d
10438 F:      drivers/hwmon/w83791d.c
10439
10440 W83793 HARDWARE MONITORING DRIVER
10441 M:      Rudolf Marek <r.marek@assembler.cz>
10442 L:      lm-sensors@lm-sensors.org
10443 S:      Maintained
10444 F:      Documentation/hwmon/w83793
10445 F:      drivers/hwmon/w83793.c
10446
10447 W83795 HARDWARE MONITORING DRIVER
10448 M:      Jean Delvare <jdelvare@suse.de>
10449 L:      lm-sensors@lm-sensors.org
10450 S:      Maintained
10451 F:      drivers/hwmon/w83795.c
10452
10453 W83L51xD SD/MMC CARD INTERFACE DRIVER
10454 M:      Pierre Ossman <pierre@ossman.eu>
10455 S:      Maintained
10456 F:      drivers/mmc/host/wbsd.*
10457
10458 WACOM PROTOCOL 4 SERIAL TABLETS
10459 M:      Julian Squires <julian@cipht.net>
10460 M:      Hans de Goede <hdegoede@redhat.com>
10461 L:      linux-input@vger.kernel.org
10462 S:      Maintained
10463 F:      drivers/input/tablet/wacom_serial4.c
10464
10465 WATCHDOG DEVICE DRIVERS
10466 M:      Wim Van Sebroeck <wim@iguana.be>
10467 L:      linux-watchdog@vger.kernel.org
10468 W:      http://www.linux-watchdog.org/
10469 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10470 S:      Maintained
10471 F:      Documentation/watchdog/
10472 F:      drivers/watchdog/
10473 F:      include/linux/watchdog.h
10474 F:      include/uapi/linux/watchdog.h
10475
10476 WD7000 SCSI DRIVER
10477 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10478 L:      linux-scsi@vger.kernel.org
10479 S:      Maintained
10480 F:      drivers/scsi/wd7000.c
10481
10482 WIIMOTE HID DRIVER
10483 M:      David Herrmann <dh.herrmann@googlemail.com>
10484 L:      linux-input@vger.kernel.org
10485 S:      Maintained
10486 F:      drivers/hid/hid-wiimote*
10487
10488 WINBOND CIR DRIVER
10489 M:      David Härdeman <david@hardeman.nu>
10490 S:      Maintained
10491 F:      drivers/media/rc/winbond-cir.c
10492
10493 WIMAX STACK
10494 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10495 M:      linux-wimax@intel.com
10496 L:     wimax@linuxwimax.org (subscribers-only)
10497 S:      Supported
10498 W:      http://linuxwimax.org
10499 F:      Documentation/wimax/README.wimax
10500 F:      include/linux/wimax/debug.h
10501 F:      include/net/wimax.h
10502 F:      include/uapi/linux/wimax.h
10503 F:      net/wimax/
10504
10505 WISTRON LAPTOP BUTTON DRIVER
10506 M:      Miloslav Trmac <mitr@volny.cz>
10507 S:      Maintained
10508 F:      drivers/input/misc/wistron_btns.c
10509
10510 WL3501 WIRELESS PCMCIA CARD DRIVER
10511 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10512 L:      linux-wireless@vger.kernel.org
10513 W:      http://oops.ghostprotocols.net:81/blog
10514 S:      Maintained
10515 F:      drivers/net/wireless/wl3501*
10516
10517 WM97XX TOUCHSCREEN DRIVERS
10518 M:      Mark Brown <broonie@kernel.org>
10519 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10520 L:      linux-input@vger.kernel.org
10521 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10522 W:      http://opensource.wolfsonmicro.com/node/7
10523 S:      Supported
10524 F:      drivers/input/touchscreen/*wm97*
10525 F:      include/linux/wm97xx.h
10526
10527 WOLFSON MICROELECTRONICS DRIVERS
10528 L:      patches@opensource.wolfsonmicro.com
10529 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10530 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10531 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10532 S:      Supported
10533 F:      Documentation/hwmon/wm83??
10534 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10535 F:      drivers/clk/clk-wm83*.c
10536 F:      drivers/extcon/extcon-arizona.c
10537 F:      drivers/leds/leds-wm83*.c
10538 F:      drivers/gpio/gpio-*wm*.c
10539 F:      drivers/gpio/gpio-arizona.c
10540 F:      drivers/hwmon/wm83??-hwmon.c
10541 F:      drivers/input/misc/wm831x-on.c
10542 F:      drivers/input/touchscreen/wm831x-ts.c
10543 F:      drivers/input/touchscreen/wm97*.c
10544 F:      drivers/mfd/arizona*
10545 F:      drivers/mfd/wm*.c
10546 F:      drivers/power/wm83*.c
10547 F:      drivers/rtc/rtc-wm83*.c
10548 F:      drivers/regulator/wm8*.c
10549 F:      drivers/video/backlight/wm83*_bl.c
10550 F:      drivers/watchdog/wm83*_wdt.c
10551 F:      include/linux/mfd/arizona/
10552 F:      include/linux/mfd/wm831x/
10553 F:      include/linux/mfd/wm8350/
10554 F:      include/linux/mfd/wm8400*
10555 F:      include/linux/wm97xx.h
10556 F:      include/sound/wm????.h
10557 F:      sound/soc/codecs/arizona.?
10558 F:      sound/soc/codecs/wm*
10559
10560 WORKQUEUE
10561 M:      Tejun Heo <tj@kernel.org>
10562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10563 S:      Maintained
10564 F:      include/linux/workqueue.h
10565 F:      kernel/workqueue.c
10566 F:      Documentation/workqueue.txt
10567
10568 X.25 NETWORK LAYER
10569 M:      Andrew Hendry <andrew.hendry@gmail.com>
10570 L:      linux-x25@vger.kernel.org
10571 S:      Odd Fixes
10572 F:      Documentation/networking/x25*
10573 F:      include/net/x25*
10574 F:      net/x25/
10575
10576 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10577 M:      Thomas Gleixner <tglx@linutronix.de>
10578 M:      Ingo Molnar <mingo@redhat.com>
10579 M:      "H. Peter Anvin" <hpa@zytor.com>
10580 M:      x86@kernel.org
10581 L:      linux-kernel@vger.kernel.org
10582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10583 S:      Maintained
10584 F:      Documentation/x86/
10585 F:      arch/x86/
10586
10587 X86 PLATFORM DRIVERS
10588 M:      Darren Hart <dvhart@infradead.org>
10589 L:      platform-driver-x86@vger.kernel.org
10590 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10591 S:      Maintained
10592 F:      drivers/platform/x86/
10593
10594 X86 MCE INFRASTRUCTURE
10595 M:      Tony Luck <tony.luck@intel.com>
10596 M:      Borislav Petkov <bp@alien8.de>
10597 L:      linux-edac@vger.kernel.org
10598 S:      Maintained
10599 F:      arch/x86/kernel/cpu/mcheck/*
10600
10601 X86 VDSO
10602 M:      Andy Lutomirski <luto@amacapital.net>
10603 L:      linux-kernel@vger.kernel.org
10604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10605 S:      Maintained
10606 F:      arch/x86/vdso/
10607
10608 XC2028/3028 TUNER DRIVER
10609 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10610 L:      linux-media@vger.kernel.org
10611 W:      http://linuxtv.org
10612 T:      git git://linuxtv.org/media_tree.git
10613 S:      Maintained
10614 F:      drivers/media/tuners/tuner-xc2028.*
10615
10616 XEN HYPERVISOR INTERFACE
10617 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10618 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10619 M:      David Vrabel <david.vrabel@citrix.com>
10620 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10622 S:      Supported
10623 F:      arch/x86/xen/
10624 F:      drivers/*/xen-*front.c
10625 F:      drivers/xen/
10626 F:      arch/x86/include/asm/xen/
10627 F:      include/xen/
10628 F:      include/uapi/xen/
10629
10630 XEN HYPERVISOR ARM
10631 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10632 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10633 S:      Supported
10634 F:      arch/arm/xen/
10635 F:      arch/arm/include/asm/xen/
10636
10637 XEN HYPERVISOR ARM64
10638 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10639 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10640 S:      Supported
10641 F:      arch/arm64/xen/
10642 F:      arch/arm64/include/asm/xen/
10643
10644 XEN NETWORK BACKEND DRIVER
10645 M:      Ian Campbell <ian.campbell@citrix.com>
10646 M:      Wei Liu <wei.liu2@citrix.com>
10647 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10648 L:      netdev@vger.kernel.org
10649 S:      Supported
10650 F:      drivers/net/xen-netback/*
10651
10652 XEN PCI SUBSYSTEM
10653 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10654 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10655 S:      Supported
10656 F:      arch/x86/pci/*xen*
10657 F:      drivers/pci/*xen*
10658
10659 XEN BLOCK SUBSYSTEM
10660 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10661 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10662 S:      Supported
10663 F:      drivers/block/xen-blkback/*
10664 F:      drivers/block/xen*
10665
10666 XEN PVSCSI DRIVERS
10667 M:      Juergen Gross <jgross@suse.com>
10668 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10669 L:      linux-scsi@vger.kernel.org
10670 S:      Supported
10671 F:      drivers/scsi/xen-scsifront.c
10672 F:      drivers/xen/xen-scsiback.c
10673 F:      include/xen/interface/io/vscsiif.h
10674
10675 XEN SWIOTLB SUBSYSTEM
10676 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10677 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10678 S:      Supported
10679 F:      arch/x86/xen/*swiotlb*
10680 F:      drivers/xen/*swiotlb*
10681
10682 XFS FILESYSTEM
10683 P:      Silicon Graphics Inc
10684 M:      Dave Chinner <david@fromorbit.com>
10685 M:      xfs@oss.sgi.com
10686 L:      xfs@oss.sgi.com
10687 W:      http://oss.sgi.com/projects/xfs
10688 T:      git git://oss.sgi.com/xfs/xfs.git
10689 S:      Supported
10690 F:      Documentation/filesystems/xfs.txt
10691 F:      fs/xfs/
10692
10693 XILINX AXI ETHERNET DRIVER
10694 M:      Anirudha Sarangi <anirudh@xilinx.com>
10695 M:      John Linn <John.Linn@xilinx.com>
10696 S:      Maintained
10697 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10698
10699 XILINX UARTLITE SERIAL DRIVER
10700 M:      Peter Korsgaard <jacmet@sunsite.dk>
10701 L:      linux-serial@vger.kernel.org
10702 S:      Maintained
10703 F:      drivers/tty/serial/uartlite.c
10704
10705 XILLYBUS DRIVER
10706 M:      Eli Billauer <eli.billauer@gmail.com>
10707 L:      linux-kernel@vger.kernel.org
10708 S:      Supported
10709 F:      drivers/char/xillybus/
10710
10711 XTENSA XTFPGA PLATFORM SUPPORT
10712 M:      Max Filippov <jcmvbkbc@gmail.com>
10713 L:      linux-xtensa@linux-xtensa.org
10714 S:      Maintained
10715 F:      drivers/spi/spi-xtensa-xtfpga.c
10716 F:      sound/soc/xtensa/xtfpga-i2s.c
10717
10718 YAM DRIVER FOR AX.25
10719 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10720 L:      linux-hams@vger.kernel.org
10721 S:      Maintained
10722 F:      drivers/net/hamradio/yam*
10723 F:      include/linux/yam.h
10724
10725 YEALINK PHONE DRIVER
10726 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10727 L:      usbb2k-api-dev@nongnu.org
10728 S:      Maintained
10729 F:      Documentation/input/yealink.txt
10730 F:      drivers/input/misc/yealink.*
10731
10732 Z8530 DRIVER FOR AX.25
10733 M:      Joerg Reuter <jreuter@yaina.de>
10734 W:      http://yaina.de/jreuter/
10735 W:      http://www.qsl.net/dl1bke/
10736 L:      linux-hams@vger.kernel.org
10737 S:      Maintained
10738 F:      Documentation/networking/z8530drv.txt
10739 F:      drivers/net/hamradio/*scc.c
10740 F:      drivers/net/hamradio/z8530.h
10741
10742 ZBUD COMPRESSED PAGE ALLOCATOR
10743 M:      Seth Jennings <sjennings@variantweb.net>
10744 L:      linux-mm@kvack.org
10745 S:      Maintained
10746 F:      mm/zbud.c
10747 F:      include/linux/zbud.h
10748
10749 ZD1211RW WIRELESS DRIVER
10750 M:      Daniel Drake <dsd@gentoo.org>
10751 M:      Ulrich Kunitz <kune@deine-taler.de>
10752 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10753 L:      linux-wireless@vger.kernel.org
10754 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10755 S:      Maintained
10756 F:      drivers/net/wireless/zd1211rw/
10757
10758 ZR36067 VIDEO FOR LINUX DRIVER
10759 L:      mjpeg-users@lists.sourceforge.net
10760 L:      linux-media@vger.kernel.org
10761 W:      http://mjpeg.sourceforge.net/driver-zoran/
10762 T:      hg http://linuxtv.org/hg/v4l-dvb
10763 S:      Odd Fixes
10764 F:      drivers/media/pci/zoran/
10765
10766 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10767 M:      Minchan Kim <minchan@kernel.org>
10768 M:      Nitin Gupta <ngupta@vflare.org>
10769 L:      linux-kernel@vger.kernel.org
10770 S:      Maintained
10771 F:      drivers/block/zram/
10772 F:      Documentation/blockdev/zram.txt
10773
10774 ZS DECSTATION Z85C30 SERIAL DRIVER
10775 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10776 S:      Maintained
10777 F:      drivers/tty/serial/zs.*
10778
10779 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10780 M:      Minchan Kim <minchan@kernel.org>
10781 M:      Nitin Gupta <ngupta@vflare.org>
10782 L:      linux-mm@kvack.org
10783 S:      Maintained
10784 F:      mm/zsmalloc.c
10785 F:      include/linux/zsmalloc.h
10786
10787 ZSWAP COMPRESSED SWAP CACHING
10788 M:      Seth Jennings <sjennings@variantweb.net>
10789 L:      linux-mm@kvack.org
10790 S:      Maintained
10791 F:      mm/zswap.c
10792
10793 THE REST
10794 M:      Linus Torvalds <torvalds@linux-foundation.org>
10795 L:      linux-kernel@vger.kernel.org
10796 Q:      http://patchwork.kernel.org/project/LKML/list/
10797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10798 S:      Buried alive in reporters
10799 F:      *
10800 F:      */