Merge branch 'mailbox-devel' of git://git.linaro.org/landing-teams/working/fujitsu...
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi/
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi/
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA MAILBOX DRIVER
567 M:      Ley Foon Tan <lftan@altera.com>
568 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
569 S:      Maintained
570 F:      drivers/mailbox/mailbox-altera.c
571
572 ALTERA TRIPLE SPEED ETHERNET DRIVER
573 M:      Vince Bridgers <vbridger@opensource.altera.com>
574 L:      netdev@vger.kernel.org
575 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
576 S:      Maintained
577 F:      drivers/net/ethernet/altera/
578
579 ALTERA UART/JTAG UART SERIAL DRIVERS
580 M:      Tobias Klauser <tklauser@distanz.ch>
581 L:      linux-serial@vger.kernel.org
582 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583 S:      Maintained
584 F:      drivers/tty/serial/altera_uart.c
585 F:      drivers/tty/serial/altera_jtaguart.c
586 F:      include/linux/altera_uart.h
587 F:      include/linux/altera_jtaguart.h
588
589 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
590 M:      Tom Lendacky <thomas.lendacky@amd.com>
591 L:      linux-crypto@vger.kernel.org
592 S:      Supported
593 F:      drivers/crypto/ccp/
594 F:      include/linux/ccp.h
595
596 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
597 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
598 L:      lm-sensors@lm-sensors.org
599 S:      Maintained
600 F:      Documentation/hwmon/fam15h_power
601 F:      drivers/hwmon/fam15h_power.c
602
603 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
604 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
605 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
606 S:      Supported
607 F:      drivers/usb/gadget/udc/amd5536udc.*
608
609 AMD GEODE PROCESSOR/CHIPSET SUPPORT
610 P:      Andres Salomon <dilinger@queued.net>
611 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
612 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
613 S:      Supported
614 F:      drivers/char/hw_random/geode-rng.c
615 F:      drivers/crypto/geode*
616 F:      drivers/video/fbdev/geode/
617 F:      arch/x86/include/asm/geode.h
618
619 AMD IOMMU (AMD-VI)
620 M:      Joerg Roedel <joro@8bytes.org>
621 L:      iommu@lists.linux-foundation.org
622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
623 S:      Maintained
624 F:      drivers/iommu/amd_iommu*.[ch]
625 F:      include/linux/amd-iommu.h
626
627 AMD KFD
628 M:      Oded Gabbay <oded.gabbay@amd.com>
629 L:      dri-devel@lists.freedesktop.org
630 T:      git git://people.freedesktop.org/~gabbayo/linux.git
631 S:      Supported
632 F:      drivers/gpu/drm/amd/amdkfd/
633 F:      drivers/gpu/drm/radeon/radeon_kfd.c
634 F:      drivers/gpu/drm/radeon/radeon_kfd.h
635 F:      include/uapi/linux/kfd_ioctl.h
636
637 AMD MICROCODE UPDATE SUPPORT
638 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
639 L:      amd64-microcode@amd64.org
640 S:      Maintained
641 F:      arch/x86/kernel/cpu/microcode/amd*
642
643 AMD XGBE DRIVER
644 M:      Tom Lendacky <thomas.lendacky@amd.com>
645 L:      netdev@vger.kernel.org
646 S:      Supported
647 F:      drivers/net/ethernet/amd/xgbe/
648 F:      drivers/net/phy/amd-xgbe-phy.c
649
650 AMS (Apple Motion Sensor) DRIVER
651 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
652 S:      Supported
653 F:      drivers/macintosh/ams/
654
655 AMSO1100 RNIC DRIVER
656 M:      Tom Tucker <tom@opengridcomputing.com>
657 M:      Steve Wise <swise@opengridcomputing.com>
658 L:      linux-rdma@vger.kernel.org
659 S:      Maintained
660 F:      drivers/infiniband/hw/amso1100/
661
662 ANALOG DEVICES INC AD9389B DRIVER
663 M:      Hans Verkuil <hans.verkuil@cisco.com>
664 L:      linux-media@vger.kernel.org
665 S:      Maintained
666 F:      drivers/media/i2c/ad9389b*
667
668 ANALOG DEVICES INC ADV7180 DRIVER
669 M:      Lars-Peter Clausen <lars@metafoo.de>
670 L:      linux-media@vger.kernel.org
671 W:      http://ez.analog.com/community/linux-device-drivers
672 S:      Supported
673 F:      drivers/media/i2c/adv7180.c
674
675 ANALOG DEVICES INC ADV7511 DRIVER
676 M:      Hans Verkuil <hans.verkuil@cisco.com>
677 L:      linux-media@vger.kernel.org
678 S:      Maintained
679 F:      drivers/media/i2c/adv7511*
680
681 ANALOG DEVICES INC ADV7604 DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/adv7604*
686
687 ANALOG DEVICES INC ADV7842 DRIVER
688 M:      Hans Verkuil <hans.verkuil@cisco.com>
689 L:      linux-media@vger.kernel.org
690 S:      Maintained
691 F:      drivers/media/i2c/adv7842*
692
693 ANALOG DEVICES INC ASOC CODEC DRIVERS
694 M:      Lars-Peter Clausen <lars@metafoo.de>
695 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
696 W:      http://wiki.analog.com/
697 W:      http://ez.analog.com/community/linux-device-drivers
698 S:      Supported
699 F:      sound/soc/codecs/adau*
700 F:      sound/soc/codecs/adav*
701 F:      sound/soc/codecs/ad1*
702 F:      sound/soc/codecs/ad7*
703 F:      sound/soc/codecs/ssm*
704 F:      sound/soc/codecs/sigmadsp.*
705
706 ANALOG DEVICES INC ASOC DRIVERS
707 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
708 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
709 W:      http://blackfin.uclinux.org/
710 S:      Supported
711 F:      sound/soc/blackfin/*
712
713 ANALOG DEVICES INC IIO DRIVERS
714 M:      Lars-Peter Clausen <lars@metafoo.de>
715 M:      Michael Hennerich <Michael.Hennerich@analog.com>
716 W:      http://wiki.analog.com/
717 W:      http://ez.analog.com/community/linux-device-drivers
718 S:      Supported
719 F:      drivers/iio/*/ad*
720 X:      drivers/iio/*/adjd*
721 F:      drivers/staging/iio/*/ad*
722 F:      staging/iio/trigger/iio-trig-bfin-timer.c
723
724 ANDROID DRIVERS
725 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
726 M:      Arve HjønnevÃ¥g <arve@android.com>
727 M:      Riley Andrews <riandrews@android.com>
728 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
729 L:      devel@driverdev.osuosl.org
730 S:      Supported
731 F:      drivers/android/
732 F:      drivers/staging/android/
733
734 AOA (Apple Onboard Audio) ALSA DRIVER
735 M:      Johannes Berg <johannes@sipsolutions.net>
736 L:      linuxppc-dev@lists.ozlabs.org
737 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
738 S:      Maintained
739 F:      sound/aoa/
740
741 APM DRIVER
742 M:      Jiri Kosina <jkosina@suse.cz>
743 S:      Odd fixes
744 F:      arch/x86/kernel/apm_32.c
745 F:      include/linux/apm_bios.h
746 F:      include/uapi/linux/apm_bios.h
747 F:      drivers/char/apm-emulation.c
748
749 APPLE BCM5974 MULTITOUCH DRIVER
750 M:      Henrik Rydberg <rydberg@bitmath.org>
751 L:      linux-input@vger.kernel.org
752 S:      Odd fixes
753 F:      drivers/input/mouse/bcm5974.c
754
755 APPLE SMC DRIVER
756 M:      Henrik Rydberg <rydberg@bitmath.org>
757 L:      lm-sensors@lm-sensors.org
758 S:      Odd fixes
759 F:      drivers/hwmon/applesmc.c
760
761 APPLETALK NETWORK LAYER
762 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
763 S:      Maintained
764 F:      drivers/net/appletalk/
765 F:      net/appletalk/
766
767 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
768 M:      Iyappan Subramanian <isubramanian@apm.com>
769 M:      Keyur Chudgar <kchudgar@apm.com>
770 S:      Supported
771 F:      drivers/net/ethernet/apm/xgene/
772 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
773
774 APTINA CAMERA SENSOR PLL
775 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
776 L:      linux-media@vger.kernel.org
777 S:      Maintained
778 F:      drivers/media/i2c/aptina-pll.*
779
780 ARC FRAMEBUFFER DRIVER
781 M:      Jaya Kumar <jayalk@intworks.biz>
782 S:      Maintained
783 F:      drivers/video/fbdev/arcfb.c
784 F:      drivers/video/fbdev/core/fb_defio.c
785
786 ARM MFM AND FLOPPY DRIVERS
787 M:      Ian Molton <spyro@f2s.com>
788 S:      Maintained
789 F:      arch/arm/lib/floppydma.S
790 F:      arch/arm/include/asm/floppy.h
791
792 ARM PMU PROFILING AND DEBUGGING
793 M:      Will Deacon <will.deacon@arm.com>
794 S:      Maintained
795 F:      arch/arm/kernel/perf_event*
796 F:      arch/arm/oprofile/common.c
797 F:      arch/arm/include/asm/pmu.h
798 F:      arch/arm/kernel/hw_breakpoint.c
799 F:      arch/arm/include/asm/hw_breakpoint.h
800
801 ARM PORT
802 M:      Russell King <linux@arm.linux.org.uk>
803 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
804 W:      http://www.arm.linux.org.uk/
805 S:      Maintained
806 F:      arch/arm/
807
808 ARM SUB-ARCHITECTURES
809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
810 S:      Maintained
811 F:      arch/arm/mach-*/
812 F:      arch/arm/plat-*/
813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
814
815 ARM PRIMECELL AACI PL041 DRIVER
816 M:      Russell King <linux@arm.linux.org.uk>
817 S:      Maintained
818 F:      sound/arm/aaci.*
819
820 ARM PRIMECELL CLCD PL110 DRIVER
821 M:      Russell King <linux@arm.linux.org.uk>
822 S:      Maintained
823 F:      drivers/video/fbdev/amba-clcd.*
824
825 ARM PRIMECELL KMI PL050 DRIVER
826 M:      Russell King <linux@arm.linux.org.uk>
827 S:      Maintained
828 F:      drivers/input/serio/ambakmi.*
829 F:      include/linux/amba/kmi.h
830
831 ARM PRIMECELL MMCI PL180/1 DRIVER
832 M:      Russell King <linux@arm.linux.org.uk>
833 S:      Maintained
834 F:      drivers/mmc/host/mmci.*
835 F:      include/linux/amba/mmci.h
836
837 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
838 M:      Russell King <linux@arm.linux.org.uk>
839 S:      Maintained
840 F:      drivers/tty/serial/amba-pl01*.c
841 F:      include/linux/amba/serial.h
842
843 ARM PRIMECELL BUS SUPPORT
844 M:      Russell King <linux@arm.linux.org.uk>
845 S:      Maintained
846 F:      drivers/amba/
847 F:      include/linux/amba/bus.h
848
849 ARM/ADS SPHERE MACHINE SUPPORT
850 M:      Lennert Buytenhek <kernel@wantstofly.org>
851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
852 S:      Maintained
853
854 ARM/AFEB9260 MACHINE SUPPORT
855 M:      Sergey Lapin <slapin@ossfans.org>
856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
857 S:      Maintained
858
859 ARM/AJECO 1ARM MACHINE SUPPORT
860 M:      Lennert Buytenhek <kernel@wantstofly.org>
861 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
862 S:      Maintained
863
864 ARM/Allwinner A1X SoC support
865 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
866 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
867 S:      Maintained
868 N:      sun[x4567]i
869
870 ARM/Allwinner SoC Clock Support
871 M:      Emilio López <emilio@elopez.com.ar>
872 S:      Maintained
873 F:      drivers/clk/sunxi/
874
875 ARM/Amlogic MesonX SoC support
876 M:      Carlo Caione <carlo@caione.org>
877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878 S:      Maintained
879 F:      drivers/media/rc/meson-ir.c
880 N:      meson[x68]
881
882 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
883 M:      Andrew Victor <linux@maxim.org.za>
884 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
885 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
887 W:      http://maxim.org.za/at91_26.html
888 W:      http://www.linux4sam.org
889 S:      Supported
890 F:      arch/arm/mach-at91/
891 F:      include/soc/at91/
892 F:      arch/arm/boot/dts/at91*.dts
893 F:      arch/arm/boot/dts/at91*.dtsi
894 F:      arch/arm/boot/dts/sama*.dts
895 F:      arch/arm/boot/dts/sama*.dtsi
896
897 ARM/ATMEL AT91 Clock Support
898 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
899 S:      Maintained
900 F:      drivers/clk/at91
901
902 ARM/CALXEDA HIGHBANK ARCHITECTURE
903 M:      Rob Herring <robh@kernel.org>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906 F:      arch/arm/mach-highbank/
907
908 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
909 M:      Krzysztof Halasa <khalasa@piap.pl>
910 S:      Maintained
911 F:      arch/arm/mach-cns3xxx/
912
913 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
914 M:      Alexander Shiyan <shc_work@mail.ru>
915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916 S:      Odd Fixes
917 N:      clps711x
918
919 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
920 M:      Hartley Sweeten <hsweeten@visionengravers.com>
921 M:      Ryan Mallon <rmallon@gmail.com>
922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
923 S:      Maintained
924 F:      arch/arm/mach-ep93xx/
925 F:      arch/arm/mach-ep93xx/include/mach/
926
927 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
928 M:      Lennert Buytenhek <kernel@wantstofly.org>
929 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
930 S:      Maintained
931
932 ARM/CLKDEV SUPPORT
933 M:      Russell King <linux@arm.linux.org.uk>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Maintained
936 F:      arch/arm/include/asm/clkdev.h
937 F:      drivers/clk/clkdev.c
938
939 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
940 M:      Mike Rapoport <mike@compulab.co.il>
941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 S:      Maintained
943
944 ARM/CONTEC MICRO9 MACHINE SUPPORT
945 M:      Hubert Feurstein <hubert.feurstein@contec.at>
946 S:      Maintained
947 F:      arch/arm/mach-ep93xx/micro9.c
948
949 ARM/CORESIGHT FRAMEWORK AND DRIVERS
950 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
952 S:      Maintained
953 F:      drivers/coresight/*
954 F:      Documentation/trace/coresight.txt
955 F:      Documentation/devicetree/bindings/arm/coresight.txt
956 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
957
958 ARM/CORGI MACHINE SUPPORT
959 M:      Richard Purdie <rpurdie@rpsys.net>
960 S:      Maintained
961
962 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
963 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
964 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
965 T:      git git://git.berlios.de/gemini-board
966 S:      Maintained
967 F:      arch/arm/mach-gemini/
968
969 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
970 M:      Barry Song <baohua@kernel.org>
971 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
973 S:      Maintained
974 F:      arch/arm/mach-prima2/
975 F:      drivers/clk/sirf/
976 F:      drivers/clocksource/timer-prima2.c
977 F:      drivers/clocksource/timer-marco.c
978 N:      [^a-z]sirf
979
980 ARM/EBSA110 MACHINE SUPPORT
981 M:      Russell King <linux@arm.linux.org.uk>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 W:      http://www.arm.linux.org.uk/
984 S:      Maintained
985 F:      arch/arm/mach-ebsa110/
986 F:      drivers/net/ethernet/amd/am79c961a.*
987
988 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
989 M:      Uwe Kleine-König <kernel@pengutronix.de>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S:      Maintained
992 N:      efm32
993
994 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
995 M:      Daniel Ribeiro <drwyrm@gmail.com>
996 M:      Stefan Schmidt <stefan@openezx.org>
997 M:      Harald Welte <laforge@openezx.org>
998 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
999 W:      http://www.openezx.org/
1000 S:      Maintained
1001 T:      topgit git://git.openezx.org/openezx.git
1002 F:      arch/arm/mach-pxa/ezx.c
1003
1004 ARM/FARADAY FA526 PORT
1005 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 S:      Maintained
1008 T:      git git://git.berlios.de/gemini-board
1009 F:      arch/arm/mm/*-fa*
1010
1011 ARM/FOOTBRIDGE ARCHITECTURE
1012 M:      Russell King <linux@arm.linux.org.uk>
1013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1014 W:      http://www.arm.linux.org.uk/
1015 S:      Maintained
1016 F:      arch/arm/include/asm/hardware/dec21285.h
1017 F:      arch/arm/mach-footbridge/
1018
1019 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1020 M:      Shawn Guo <shawn.guo@linaro.org>
1021 M:      Sascha Hauer <kernel@pengutronix.de>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 S:      Maintained
1024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1025 F:      arch/arm/mach-imx/
1026 F:      arch/arm/mach-mxs/
1027 F:      arch/arm/boot/dts/imx*
1028 F:      arch/arm/configs/imx*_defconfig
1029
1030 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1031 M:      Lennert Buytenhek <kernel@wantstofly.org>
1032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 S:      Maintained
1034
1035 ARM/GUMSTIX MACHINE SUPPORT
1036 M:      Steve Sakoman <sakoman@gmail.com>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 S:      Maintained
1039
1040 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1041 M:      Philipp Zabel <philipp.zabel@gmail.com>
1042 M:      Paul Parsons <lost.distance@yahoo.com>
1043 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1044 S:      Maintained
1045 F:      arch/arm/mach-pxa/hx4700.c
1046 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1047 F:      sound/soc/pxa/hx4700.c
1048
1049 ARM/HISILICON SOC SUPPORT
1050 M:      Wei Xu <xuwei5@hisilicon.com>
1051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052 W:      http://www.hisilicon.com
1053 S:      Supported
1054 T:      git git://github.com/hisilicon/linux-hisi.git
1055 F:      arch/arm/mach-hisi/
1056
1057 ARM/HP JORNADA 7XX MACHINE SUPPORT
1058 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1059 W:      www.jlime.com
1060 S:      Maintained
1061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1062 F:      arch/arm/mach-sa1100/jornada720.c
1063 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1064
1065 ARM/IGEP MACHINE SUPPORT
1066 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1067 M:      Javier Martinez Canillas <javier@dowhile0.org>
1068 L:      linux-omap@vger.kernel.org
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071 F:      arch/arm/boot/dts/omap3-igep*
1072
1073 ARM/INCOME PXA270 SUPPORT
1074 M:      Marek Vasut <marek.vasut@gmail.com>
1075 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S:      Maintained
1077 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1078
1079 ARM/INTEL IOP32X ARM ARCHITECTURE
1080 M:      Lennert Buytenhek <kernel@wantstofly.org>
1081 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082 S:      Maintained
1083
1084 ARM/INTEL IOP33X ARM ARCHITECTURE
1085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086 S:      Orphan
1087
1088 ARM/INTEL IOP13XX ARM ARCHITECTURE
1089 M:      Lennert Buytenhek <kernel@wantstofly.org>
1090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 S:      Maintained
1092
1093 ARM/INTEL IQ81342EX MACHINE SUPPORT
1094 M:      Lennert Buytenhek <kernel@wantstofly.org>
1095 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096 S:      Maintained
1097
1098 ARM/INTEL IXDP2850 MACHINE SUPPORT
1099 M:      Lennert Buytenhek <kernel@wantstofly.org>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102
1103 ARM/INTEL IXP4XX ARM ARCHITECTURE
1104 M:      Imre Kaloz <kaloz@openwrt.org>
1105 M:      Krzysztof Halasa <khalasa@piap.pl>
1106 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1107 S:      Maintained
1108 F:      arch/arm/mach-ixp4xx/
1109
1110 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1111 M:      Jonathan Cameron <jic23@cam.ac.uk>
1112 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1113 S:      Maintained
1114 F:      arch/arm/mach-pxa/stargate2.c
1115 F:      drivers/pcmcia/pxa2xx_stargate2.c
1116
1117 ARM/INTEL XSC3 (MANZANO) ARM CORE
1118 M:      Lennert Buytenhek <kernel@wantstofly.org>
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 S:      Maintained
1121
1122 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1123 M:      Lennert Buytenhek <kernel@wantstofly.org>
1124 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125 S:      Maintained
1126
1127 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1128 M:      Santosh Shilimkar <ssantosh@kernel.org>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131 F:      arch/arm/mach-keystone/
1132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1133
1134 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1135 M:      Santosh Shilimkar <ssantosh@kernel.org>
1136 L:      linux-kernel@vger.kernel.org
1137 S:      Maintained
1138 F:      drivers/clk/keystone/
1139
1140 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1141 M:      Santosh Shilimkar <ssantosh@kernel.org>
1142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 L:      linux-kernel@vger.kernel.org
1144 S:      Maintained
1145 F:      drivers/clocksource/timer-keystone.c
1146
1147 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1148 M:      Santosh Shilimkar <ssantosh@kernel.org>
1149 L:      linux-kernel@vger.kernel.org
1150 S:      Maintained
1151 F:      drivers/power/reset/keystone-reset.c
1152
1153 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1154 M:      Santosh Shilimkar <ssantosh@kernel.org>
1155 L:      linux-kernel@vger.kernel.org
1156 S:      Maintained
1157 F:      drivers/memory/*emif*
1158
1159 ARM/LOGICPD PXA270 MACHINE SUPPORT
1160 M:      Lennert Buytenhek <kernel@wantstofly.org>
1161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1162 S:      Maintained
1163
1164 ARM/MAGICIAN MACHINE SUPPORT
1165 M:      Philipp Zabel <philipp.zabel@gmail.com>
1166 S:      Maintained
1167
1168 ARM/Marvell Armada 370 and Armada XP SOC support
1169 M:      Jason Cooper <jason@lakedaemon.net>
1170 M:      Andrew Lunn <andrew@lunn.ch>
1171 M:      Gregory Clement <gregory.clement@free-electrons.com>
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-mvebu/
1176
1177 ARM/Marvell Berlin SoC support
1178 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S:      Maintained
1181 F:      arch/arm/mach-berlin/
1182
1183 ARM/Marvell Dove/MV78xx0/Orion SOC support
1184 M:      Jason Cooper <jason@lakedaemon.net>
1185 M:      Andrew Lunn <andrew@lunn.ch>
1186 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 S:      Maintained
1189 F:      arch/arm/mach-dove/
1190 F:      arch/arm/mach-mv78xx0/
1191 F:      arch/arm/mach-orion5x/
1192 F:      arch/arm/plat-orion/
1193
1194 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1195 M:      Alexander Clouter <alex@digriz.org.uk>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 W:      http://www.digriz.org.uk/ts78xx/kernel
1198 S:      Maintained
1199 F:      arch/arm/mach-orion5x/ts78xx-*
1200
1201 ARM/Mediatek SoC support
1202 M:      Matthias Brugger <matthias.bgg@gmail.com>
1203 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1204 S:      Maintained
1205 F:      arch/arm/boot/dts/mt6*
1206 F:      arch/arm/boot/dts/mt8*
1207 F:      arch/arm/mach-mediatek/
1208 N:      mtk
1209 K:      mediatek
1210
1211 ARM/MICREL KS8695 ARCHITECTURE
1212 M:      Greg Ungerer <gerg@uclinux.org>
1213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1214 F:      arch/arm/mach-ks8695/
1215 S:      Odd Fixes
1216
1217 ARM/MIOA701 MACHINE SUPPORT
1218 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1219 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1220 F:      arch/arm/mach-pxa/mioa701.c
1221 S:      Maintained
1222
1223 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1224 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1225 S:      Maintained
1226
1227 ARM/NOMADIK ARCHITECTURE
1228 M:      Alessandro Rubini <rubini@unipv.it>
1229 M:      Linus Walleij <linus.walleij@linaro.org>
1230 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1231 S:      Maintained
1232 F:      arch/arm/mach-nomadik/
1233 F:      drivers/pinctrl/nomadik/
1234 F:      drivers/i2c/busses/i2c-nomadik.c
1235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1236
1237 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1238 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1239 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1240 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1241 S:      Supported
1242
1243 ARM/QUALCOMM MSM MACHINE SUPPORT
1244 M:      David Brown <davidb@codeaurora.org>
1245 M:      Daniel Walker <dwalker@fifo99.com>
1246 M:      Bryan Huntsman <bryanh@codeaurora.org>
1247 L:      linux-arm-msm@vger.kernel.org
1248 F:      arch/arm/mach-msm/
1249 F:      drivers/video/fbdev/msm/
1250 F:      drivers/mmc/host/msm_sdcc.c
1251 F:      drivers/mmc/host/msm_sdcc.h
1252 F:      drivers/tty/serial/msm_serial.h
1253 F:      drivers/tty/serial/msm_serial.c
1254 F:      drivers/*/pm8???-*
1255 F:      drivers/mfd/ssbi.c
1256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1257 S:      Maintained
1258
1259 ARM/TOSA MACHINE SUPPORT
1260 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1261 M:      Dirk Opfer <dirk@opfer-online.de>
1262 S:      Maintained
1263
1264 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1265 M:      Marek Vasut <marek.vasut@gmail.com>
1266 L:      linux-arm-kernel@lists.infradead.org
1267 W:      http://hackndev.com
1268 S:      Maintained
1269 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1270 F:      arch/arm/mach-pxa/palmtx.c
1271 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1272 F:      arch/arm/mach-pxa/palmt5.c
1273 F:      arch/arm/mach-pxa/include/mach/palmld.h
1274 F:      arch/arm/mach-pxa/palmld.c
1275 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1276 F:      arch/arm/mach-pxa/palmte2.c
1277 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1278 F:      arch/arm/mach-pxa/palmtc.c
1279
1280 ARM/PALM TREO SUPPORT
1281 M:      Tomas Cech <sleep_walker@suse.cz>
1282 L:      linux-arm-kernel@lists.infradead.org
1283 W:      http://hackndev.com
1284 S:      Maintained
1285 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1286 F:      arch/arm/mach-pxa/palmtreo.c
1287
1288 ARM/PALMZ72 SUPPORT
1289 M:      Sergey Lapin <slapin@ossfans.org>
1290 L:      linux-arm-kernel@lists.infradead.org
1291 W:      http://hackndev.com
1292 S:      Maintained
1293 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1294 F:      arch/arm/mach-pxa/palmz72.c
1295
1296 ARM/PLEB SUPPORT
1297 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1298 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1299 S:      Maintained
1300
1301 ARM/PT DIGITAL BOARD PORT
1302 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1303 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1304 W:      http://www.arm.linux.org.uk/
1305 S:      Maintained
1306
1307 ARM/QUALCOMM SUPPORT
1308 M:      Kumar Gala <galak@codeaurora.org>
1309 M:      David Brown <davidb@codeaurora.org>
1310 L:      linux-arm-msm@vger.kernel.org
1311 S:      Maintained
1312 F:      arch/arm/mach-qcom/
1313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1314
1315 ARM/RADISYS ENP2611 MACHINE SUPPORT
1316 M:      Lennert Buytenhek <kernel@wantstofly.org>
1317 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1318 S:      Maintained
1319
1320 ARM/RISCPC ARCHITECTURE
1321 M:      Russell King <linux@arm.linux.org.uk>
1322 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1323 W:      http://www.arm.linux.org.uk/
1324 S:      Maintained
1325 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1326 F:      arch/arm/include/asm/hardware/ioc.h
1327 F:      arch/arm/include/asm/hardware/iomd.h
1328 F:      arch/arm/include/asm/hardware/memc.h
1329 F:      arch/arm/mach-rpc/
1330 F:      drivers/net/ethernet/8390/etherh.c
1331 F:      drivers/net/ethernet/i825xx/ether1*
1332 F:      drivers/net/ethernet/seeq/ether3*
1333 F:      drivers/scsi/arm/
1334
1335 ARM/Rockchip SoC support
1336 M:      Heiko Stuebner <heiko@sntech.de>
1337 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1338 L:      linux-rockchip@lists.infradead.org
1339 S:      Maintained
1340 F:      arch/arm/boot/dts/rk3*
1341 F:      arch/arm/mach-rockchip/
1342 F:      drivers/clk/rockchip/
1343 F:      drivers/i2c/busses/i2c-rk3x.c
1344 F:      drivers/*/*rockchip*
1345 F:      drivers/*/*/*rockchip*
1346 F:      sound/soc/rockchip/
1347
1348 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1349 M:      Kukjin Kim <kgene@kernel.org>
1350 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1351 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1352 S:      Maintained
1353 F:      arch/arm/boot/dts/s3c*
1354 F:      arch/arm/boot/dts/exynos*
1355 F:      arch/arm/plat-samsung/
1356 F:      arch/arm/mach-s3c24*/
1357 F:      arch/arm/mach-s3c64xx/
1358 F:      arch/arm/mach-s5p*/
1359 F:      arch/arm/mach-exynos*/
1360 F:      drivers/*/*s3c2410*
1361 F:      drivers/*/*/*s3c2410*
1362 F:      drivers/spi/spi-s3c*
1363 F:      sound/soc/samsung/*
1364 N:      exynos
1365
1366 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1367 M:      Kyungmin Park <kyungmin.park@samsung.com>
1368 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1369 S:      Maintained
1370 F:      arch/arm/mach-s5pv210/
1371
1372 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1373 M:      Kyungmin Park <kyungmin.park@samsung.com>
1374 M:      Kamil Debski <k.debski@samsung.com>
1375 L:      linux-arm-kernel@lists.infradead.org
1376 L:      linux-media@vger.kernel.org
1377 S:      Maintained
1378 F:      drivers/media/platform/s5p-g2d/
1379
1380 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1381 M:      Kyungmin Park <kyungmin.park@samsung.com>
1382 M:      Kamil Debski <k.debski@samsung.com>
1383 M:      Jeongtae Park <jtp.park@samsung.com>
1384 L:      linux-arm-kernel@lists.infradead.org
1385 L:      linux-media@vger.kernel.org
1386 S:      Maintained
1387 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1388 F:      drivers/media/platform/s5p-mfc/
1389
1390 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1391 M:      Kyungmin Park <kyungmin.park@samsung.com>
1392 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1393 L:      linux-arm-kernel@lists.infradead.org
1394 L:      linux-media@vger.kernel.org
1395 S:      Maintained
1396 F:      drivers/media/platform/s5p-tv/
1397
1398 ARM/SHMOBILE ARM ARCHITECTURE
1399 M:      Simon Horman <horms@verge.net.au>
1400 M:      Magnus Damm <magnus.damm@gmail.com>
1401 L:      linux-sh@vger.kernel.org
1402 W:      http://oss.renesas.com
1403 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1405 S:      Supported
1406 F:      arch/arm/boot/dts/emev2*
1407 F:      arch/arm/boot/dts/r7s*
1408 F:      arch/arm/boot/dts/r8a*
1409 F:      arch/arm/boot/dts/sh*
1410 F:      arch/arm/configs/ape6evm_defconfig
1411 F:      arch/arm/configs/armadillo800eva_defconfig
1412 F:      arch/arm/configs/bockw_defconfig
1413 F:      arch/arm/configs/kzm9g_defconfig
1414 F:      arch/arm/configs/lager_defconfig
1415 F:      arch/arm/configs/mackerel_defconfig
1416 F:      arch/arm/configs/marzen_defconfig
1417 F:      arch/arm/configs/shmobile_defconfig
1418 F:      arch/arm/include/debug/renesas-scif.S
1419 F:      arch/arm/mach-shmobile/
1420 F:      drivers/sh/
1421
1422 ARM/SOCFPGA ARCHITECTURE
1423 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1424 S:      Maintained
1425 F:      arch/arm/mach-socfpga/
1426 W:      http://www.rocketboards.org
1427 T:      git://git.rocketboards.org/linux-socfpga.git
1428 T:      git://git.rocketboards.org/linux-socfpga-next.git
1429
1430 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1431 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1432 S:      Maintained
1433 F:      drivers/clk/socfpga/
1434
1435 ARM/SOCFPGA EDAC SUPPORT
1436 M:      Thor Thayer <tthayer@opensource.altera.com>
1437 S:      Maintained
1438 F:      drivers/edac/altera_edac.
1439
1440 ARM/STI ARCHITECTURE
1441 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1442 M:      Maxime Coquelin <maxime.coquelin@st.com>
1443 M:      Patrice Chotard <patrice.chotard@st.com>
1444 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1445 L:      kernel@stlinux.com
1446 W:      http://www.stlinux.com
1447 S:      Maintained
1448 F:      arch/arm/mach-sti/
1449 F:      arch/arm/boot/dts/sti*
1450 F:      drivers/clocksource/arm_global_timer.c
1451 F:      drivers/i2c/busses/i2c-st.c
1452 F:      drivers/media/rc/st_rc.c
1453 F:      drivers/mmc/host/sdhci-st.c
1454 F:      drivers/phy/phy-stih407-usb.c
1455 F:      drivers/phy/phy-stih41x-usb.c
1456 F:      drivers/pinctrl/pinctrl-st.c
1457 F:      drivers/reset/sti/
1458 F:      drivers/tty/serial/st-asc.c
1459 F:      drivers/usb/dwc3/dwc3-st.c
1460 F:      drivers/usb/host/ehci-st.c
1461 F:      drivers/usb/host/ohci-st.c
1462 F:      drivers/ata/ahci_st.c
1463
1464 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1465 M:      Lennert Buytenhek <kernel@wantstofly.org>
1466 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1467 S:      Maintained
1468
1469 ARM/TETON BGA MACHINE SUPPORT
1470 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1471 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1472 S:      Maintained
1473
1474 ARM/THECUS N2100 MACHINE SUPPORT
1475 M:      Lennert Buytenhek <kernel@wantstofly.org>
1476 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1477 S:      Maintained
1478
1479 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1480 M:      Wan ZongShun <mcuos.com@gmail.com>
1481 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482 W:      http://www.mcuos.com
1483 S:      Maintained
1484 F:      arch/arm/mach-w90x900/
1485 F:      drivers/input/keyboard/w90p910_keypad.c
1486 F:      drivers/input/touchscreen/w90p910_ts.c
1487 F:      drivers/watchdog/nuc900_wdt.c
1488 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1489 F:      drivers/mtd/nand/nuc900_nand.c
1490 F:      drivers/rtc/rtc-nuc900.c
1491 F:      drivers/spi/spi-nuc900.c
1492 F:      drivers/usb/host/ehci-w90x900.c
1493 F:      drivers/video/fbdev/nuc900fb.c
1494
1495 ARM/U300 MACHINE SUPPORT
1496 M:      Linus Walleij <linus.walleij@linaro.org>
1497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 S:      Supported
1499 F:      arch/arm/mach-u300/
1500 F:      drivers/clocksource/timer-u300.c
1501 F:      drivers/i2c/busses/i2c-stu300.c
1502 F:      drivers/rtc/rtc-coh901331.c
1503 F:      drivers/watchdog/coh901327_wdt.c
1504 F:      drivers/dma/coh901318*
1505 F:      drivers/mfd/ab3100*
1506 F:      drivers/rtc/rtc-ab3100.c
1507 F:      drivers/rtc/rtc-coh901331.c
1508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1509
1510 ARM/Ux500 ARM ARCHITECTURE
1511 M:      Linus Walleij <linus.walleij@linaro.org>
1512 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1513 S:      Maintained
1514 F:      arch/arm/mach-ux500/
1515 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1516 F:      drivers/dma/ste_dma40*
1517 F:      drivers/hwspinlock/u8500_hsem.c
1518 F:      drivers/mfd/abx500*
1519 F:      drivers/mfd/ab8500*
1520 F:      drivers/mfd/dbx500*
1521 F:      drivers/mfd/db8500*
1522 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1523 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1524 F:      drivers/rtc/rtc-ab8500.c
1525 F:      drivers/rtc/rtc-pl031.c
1526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1527
1528 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1529 M:      Ulf Hansson <ulf.hansson@linaro.org>
1530 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1531 T:      git git://git.linaro.org/people/ulfh/clk.git
1532 S:      Maintained
1533 F:      drivers/clk/ux500/
1534 F:      include/linux/platform_data/clk-ux500.h
1535
1536 ARM/VERSATILE EXPRESS PLATFORM
1537 M:      Liviu Dudau <liviu.dudau@arm.com>
1538 M:      Sudeep Holla <sudeep.holla@arm.com>
1539 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1540 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1541 S:      Maintained
1542 F:      arch/arm/boot/dts/vexpress*
1543 F:      arch/arm/mach-vexpress/
1544 F:      */*/vexpress*
1545 F:      */*/*/vexpress*
1546 F:      drivers/clk/versatile/clk-vexpress-osc.c
1547 F:      drivers/clocksource/versatile.c
1548
1549 ARM/VFP SUPPORT
1550 M:      Russell King <linux@arm.linux.org.uk>
1551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1552 W:      http://www.arm.linux.org.uk/
1553 S:      Maintained
1554 F:      arch/arm/vfp/
1555
1556 ARM/VOIPAC PXA270 SUPPORT
1557 M:      Marek Vasut <marek.vasut@gmail.com>
1558 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1559 S:      Maintained
1560 F:      arch/arm/mach-pxa/vpac270.c
1561 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1562
1563 ARM/VT8500 ARM ARCHITECTURE
1564 M:      Tony Prisk <linux@prisktech.co.nz>
1565 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1566 S:      Maintained
1567 F:      arch/arm/mach-vt8500/
1568 F:      drivers/clocksource/vt8500_timer.c
1569 F:      drivers/i2c/busses/i2c-wmt.c
1570 F:      drivers/mmc/host/wmt-sdmmc.c
1571 F:      drivers/pwm/pwm-vt8500.c
1572 F:      drivers/rtc/rtc-vt8500.c
1573 F:      drivers/tty/serial/vt8500_serial.c
1574 F:      drivers/usb/host/ehci-platform.c
1575 F:      drivers/usb/host/uhci-platform.c
1576 F:      drivers/video/fbdev/vt8500lcdfb.*
1577 F:      drivers/video/fbdev/wm8505fb*
1578 F:      drivers/video/fbdev/wmt_ge_rops.*
1579
1580 ARM/ZIPIT Z2 SUPPORT
1581 M:      Marek Vasut <marek.vasut@gmail.com>
1582 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1583 S:      Maintained
1584 F:      arch/arm/mach-pxa/z2.c
1585 F:      arch/arm/mach-pxa/include/mach/z2.h
1586
1587 ARM/ZYNQ ARCHITECTURE
1588 M:      Michal Simek <michal.simek@xilinx.com>
1589 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1590 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1591 W:      http://wiki.xilinx.com
1592 T:      git git://git.xilinx.com/linux-xlnx.git
1593 S:      Supported
1594 F:      arch/arm/mach-zynq/
1595 F:      drivers/cpuidle/cpuidle-zynq.c
1596 F:      drivers/block/xsysace.c
1597 N:      zynq
1598 N:      xilinx
1599 F:      drivers/clocksource/cadence_ttc_timer.c
1600 F:      drivers/i2c/busses/i2c-cadence.c
1601 F:      drivers/mmc/host/sdhci-of-arasan.c
1602 F:      drivers/edac/synopsys_edac.c
1603
1604 ARM SMMU DRIVER
1605 M:      Will Deacon <will.deacon@arm.com>
1606 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1607 S:      Maintained
1608 F:      drivers/iommu/arm-smmu.c
1609
1610 ARM64 PORT (AARCH64 ARCHITECTURE)
1611 M:      Catalin Marinas <catalin.marinas@arm.com>
1612 M:      Will Deacon <will.deacon@arm.com>
1613 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1614 S:      Maintained
1615 F:      arch/arm64/
1616 F:      Documentation/arm64/
1617
1618 AS3645A LED FLASH CONTROLLER DRIVER
1619 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1620 L:      linux-media@vger.kernel.org
1621 T:      git git://linuxtv.org/media_tree.git
1622 S:      Maintained
1623 F:      drivers/media/i2c/as3645a.c
1624 F:      include/media/as3645a.h
1625
1626 ASC7621 HARDWARE MONITOR DRIVER
1627 M:      George Joseph <george.joseph@fairview5.com>
1628 L:      lm-sensors@lm-sensors.org
1629 S:      Maintained
1630 F:      Documentation/hwmon/asc7621
1631 F:      drivers/hwmon/asc7621.c
1632
1633 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1634 M:      Corentin Chary <corentin.chary@gmail.com>
1635 L:      acpi4asus-user@lists.sourceforge.net
1636 L:      platform-driver-x86@vger.kernel.org
1637 W:      http://acpi4asus.sf.net
1638 S:      Maintained
1639 F:      drivers/platform/x86/asus*.c
1640 F:      drivers/platform/x86/eeepc*.c
1641
1642 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1643 R:      Dan Williams <dan.j.williams@intel.com>
1644 W:      http://sourceforge.net/projects/xscaleiop
1645 S:      Odd fixes
1646 F:      Documentation/crypto/async-tx-api.txt
1647 F:      crypto/async_tx/
1648 F:      drivers/dma/
1649 F:      include/linux/dmaengine.h
1650 F:      include/linux/async_tx.h
1651
1652 AT24 EEPROM DRIVER
1653 M:      Wolfram Sang <wsa@the-dreams.de>
1654 L:      linux-i2c@vger.kernel.org
1655 S:      Maintained
1656 F:      drivers/misc/eeprom/at24.c
1657 F:      include/linux/platform_data/at24.h
1658
1659 ATA OVER ETHERNET (AOE) DRIVER
1660 M:      "Ed L. Cashin" <ecashin@coraid.com>
1661 W:      http://support.coraid.com/support/linux
1662 S:      Supported
1663 F:      Documentation/aoe/
1664 F:      drivers/block/aoe/
1665
1666 ATHEROS ATH GENERIC UTILITIES
1667 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1668 L:      linux-wireless@vger.kernel.org
1669 S:      Supported
1670 F:      drivers/net/wireless/ath/*
1671
1672 ATHEROS ATH5K WIRELESS DRIVER
1673 M:      Jiri Slaby <jirislaby@gmail.com>
1674 M:      Nick Kossifidis <mickflemm@gmail.com>
1675 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1676 L:      linux-wireless@vger.kernel.org
1677 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1678 S:      Maintained
1679 F:      drivers/net/wireless/ath/ath5k/
1680
1681 ATHEROS ATH6KL WIRELESS DRIVER
1682 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1683 L:      linux-wireless@vger.kernel.org
1684 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1685 T:      git git://github.com/kvalo/ath.git
1686 S:      Supported
1687 F:      drivers/net/wireless/ath/ath6kl/
1688
1689 WILOCITY WIL6210 WIRELESS DRIVER
1690 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1691 L:      linux-wireless@vger.kernel.org
1692 L:      wil6210@qca.qualcomm.com
1693 S:      Supported
1694 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1695 F:      drivers/net/wireless/ath/wil6210/
1696 F:      include/uapi/linux/wil6210_uapi.h
1697
1698 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1699 M:      Christian Lamparter <chunkeey@googlemail.com>
1700 L:      linux-wireless@vger.kernel.org
1701 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1702 S:      Maintained
1703 F:      drivers/net/wireless/ath/carl9170/
1704
1705 ATK0110 HWMON DRIVER
1706 M:      Luca Tettamanti <kronos.it@gmail.com>
1707 L:      lm-sensors@lm-sensors.org
1708 S:      Maintained
1709 F:      drivers/hwmon/asus_atk0110.c
1710
1711 ATI_REMOTE2 DRIVER
1712 M:      Ville Syrjala <syrjala@sci.fi>
1713 S:      Maintained
1714 F:      drivers/input/misc/ati_remote2.c
1715
1716 ATLX ETHERNET DRIVERS
1717 M:      Jay Cliburn <jcliburn@gmail.com>
1718 M:      Chris Snook <chris.snook@gmail.com>
1719 L:      netdev@vger.kernel.org
1720 W:      http://sourceforge.net/projects/atl1
1721 W:      http://atl1.sourceforge.net
1722 S:      Maintained
1723 F:      drivers/net/ethernet/atheros/
1724
1725 ATM
1726 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1727 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1728 L:      netdev@vger.kernel.org
1729 W:      http://linux-atm.sourceforge.net
1730 S:      Maintained
1731 F:      drivers/atm/
1732 F:      include/linux/atm*
1733 F:      include/uapi/linux/atm*
1734
1735 ATMEL AT91 / AT32 MCI DRIVER
1736 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1737 S:      Maintained
1738 F:      drivers/mmc/host/atmel-mci.c
1739 F:      drivers/mmc/host/atmel-mci-regs.h
1740
1741 ATMEL AT91 / AT32 SERIAL DRIVER
1742 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1743 S:      Supported
1744 F:      drivers/tty/serial/atmel_serial.c
1745
1746 ATMEL Audio ALSA driver
1747 M:      Bo Shen <voice.shen@atmel.com>
1748 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1749 S:      Supported
1750 F:      sound/soc/atmel
1751
1752 ATMEL DMA DRIVER
1753 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1754 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1755 S:      Supported
1756 F:      drivers/dma/at_hdmac.c
1757 F:      drivers/dma/at_hdmac_regs.h
1758 F:      include/linux/platform_data/dma-atmel.h
1759
1760 ATMEL XDMA DRIVER
1761 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1762 L:      linux-arm-kernel@lists.infradead.org
1763 L:      dmaengine@vger.kernel.org
1764 S:      Supported
1765 F:      drivers/dma/at_xdmac.c
1766
1767 ATMEL I2C DRIVER
1768 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1769 L:      linux-i2c@vger.kernel.org
1770 S:      Supported
1771 F:      drivers/i2c/busses/i2c-at91.c
1772
1773 ATMEL ISI DRIVER
1774 M:      Josh Wu <josh.wu@atmel.com>
1775 L:      linux-media@vger.kernel.org
1776 S:      Supported
1777 F:      drivers/media/platform/soc_camera/atmel-isi.c
1778 F:      include/media/atmel-isi.h
1779
1780 ATMEL LCDFB DRIVER
1781 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1782 L:      linux-fbdev@vger.kernel.org
1783 S:      Maintained
1784 F:      drivers/video/fbdev/atmel_lcdfb.c
1785 F:      include/video/atmel_lcdc.h
1786
1787 ATMEL MACB ETHERNET DRIVER
1788 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1789 S:      Supported
1790 F:      drivers/net/ethernet/cadence/
1791
1792 ATMEL NAND DRIVER
1793 M:      Josh Wu <josh.wu@atmel.com>
1794 L:      linux-mtd@lists.infradead.org
1795 S:      Supported
1796 F:      drivers/mtd/nand/atmel_nand*
1797
1798 ATMEL SPI DRIVER
1799 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1800 S:      Supported
1801 F:      drivers/spi/spi-atmel.*
1802
1803 ATMEL SSC DRIVER
1804 M:      Bo Shen <voice.shen@atmel.com>
1805 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1806 S:      Supported
1807 F:      drivers/misc/atmel-ssc.c
1808 F:      include/linux/atmel-ssc.h
1809
1810 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1811 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1812 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1813 S:      Supported
1814 F:      drivers/misc/atmel_tclib.c
1815 F:      drivers/clocksource/tcb_clksrc.c
1816
1817 ATMEL USBA UDC DRIVER
1818 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1819 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1820 S:      Supported
1821 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1822
1823 ATMEL WIRELESS DRIVER
1824 M:      Simon Kelley <simon@thekelleys.org.uk>
1825 L:      linux-wireless@vger.kernel.org
1826 W:      http://www.thekelleys.org.uk/atmel
1827 W:      http://atmelwlandriver.sourceforge.net/
1828 S:      Maintained
1829 F:      drivers/net/wireless/atmel*
1830
1831 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1832 M:      Bradley Grove <linuxdrivers@attotech.com>
1833 L:      linux-scsi@vger.kernel.org
1834 W:      http://www.attotech.com
1835 S:      Supported
1836 F:      drivers/scsi/esas2r
1837
1838 AUDIT SUBSYSTEM
1839 M:      Paul Moore <paul@paul-moore.com>
1840 M:      Eric Paris <eparis@redhat.com>
1841 L:      linux-audit@redhat.com (moderated for non-subscribers)
1842 W:      http://people.redhat.com/sgrubb/audit/
1843 T:      git git://git.infradead.org/users/pcmoore/audit
1844 S:      Maintained
1845 F:      include/linux/audit.h
1846 F:      include/uapi/linux/audit.h
1847 F:      kernel/audit*
1848
1849 AUXILIARY DISPLAY DRIVERS
1850 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1851 W:      http://miguelojeda.es/auxdisplay.htm
1852 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1853 S:      Maintained
1854 F:      drivers/auxdisplay/
1855 F:      include/linux/cfag12864b.h
1856
1857 AVR32 ARCHITECTURE
1858 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1859 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1860 W:      http://www.atmel.com/products/AVR32/
1861 W:      http://mirror.egtvedt.no/avr32linux.org/
1862 W:      http://avrfreaks.net/
1863 S:      Maintained
1864 F:      arch/avr32/
1865
1866 AVR32/AT32AP MACHINE SUPPORT
1867 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1868 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1869 S:      Maintained
1870 F:      arch/avr32/mach-at32ap/
1871
1872 AX.25 NETWORK LAYER
1873 M:      Ralf Baechle <ralf@linux-mips.org>
1874 L:      linux-hams@vger.kernel.org
1875 W:      http://www.linux-ax25.org/
1876 S:      Maintained
1877 F:      include/uapi/linux/ax25.h
1878 F:      include/net/ax25.h
1879 F:      net/ax25/
1880
1881 AZ6007 DVB DRIVER
1882 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1883 L:      linux-media@vger.kernel.org
1884 W:      http://linuxtv.org
1885 T:      git git://linuxtv.org/media_tree.git
1886 S:      Maintained
1887 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1888
1889 AZTECH FM RADIO RECEIVER DRIVER
1890 M:      Hans Verkuil <hverkuil@xs4all.nl>
1891 L:      linux-media@vger.kernel.org
1892 T:      git git://linuxtv.org/media_tree.git
1893 W:      http://linuxtv.org
1894 S:      Maintained
1895 F:      drivers/media/radio/radio-aztech*
1896
1897 B43 WIRELESS DRIVER
1898 M:      Stefano Brivio <stefano.brivio@polimi.it>
1899 L:      linux-wireless@vger.kernel.org
1900 L:      b43-dev@lists.infradead.org
1901 W:      http://wireless.kernel.org/en/users/Drivers/b43
1902 S:      Maintained
1903 F:      drivers/net/wireless/b43/
1904
1905 B43LEGACY WIRELESS DRIVER
1906 M:      Larry Finger <Larry.Finger@lwfinger.net>
1907 M:      Stefano Brivio <stefano.brivio@polimi.it>
1908 L:      linux-wireless@vger.kernel.org
1909 L:      b43-dev@lists.infradead.org
1910 W:      http://wireless.kernel.org/en/users/Drivers/b43
1911 S:      Maintained
1912 F:      drivers/net/wireless/b43legacy/
1913
1914 BACKLIGHT CLASS/SUBSYSTEM
1915 M:      Jingoo Han <jg1.han@samsung.com>
1916 M:      Lee Jones <lee.jones@linaro.org>
1917 S:      Maintained
1918 F:      drivers/video/backlight/
1919 F:      include/linux/backlight.h
1920
1921 BATMAN ADVANCED
1922 M:      Marek Lindner <mareklindner@neomailbox.ch>
1923 M:      Simon Wunderlich <sw@simonwunderlich.de>
1924 M:      Antonio Quartulli <antonio@meshcoding.com>
1925 L:      b.a.t.m.a.n@lists.open-mesh.org
1926 W:      http://www.open-mesh.org/
1927 S:      Maintained
1928 F:      net/batman-adv/
1929
1930 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1931 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1932 L:      linux-hams@vger.kernel.org
1933 W:      http://www.baycom.org/~tom/ham/ham.html
1934 S:      Maintained
1935 F:      drivers/net/hamradio/baycom*
1936
1937 BCACHE (BLOCK LAYER CACHE)
1938 M:      Kent Overstreet <kmo@daterainc.com>
1939 L:      linux-bcache@vger.kernel.org
1940 W:      http://bcache.evilpiepirate.org
1941 S:      Maintained:
1942 F:      drivers/md/bcache/
1943
1944 BEFS FILE SYSTEM
1945 S:      Orphan
1946 F:      Documentation/filesystems/befs.txt
1947 F:      fs/befs/
1948
1949 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1950 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1951 L: netdev@vger.kernel.org
1952 S: Maintained
1953 F: drivers/net/ethernet/ec_bhf.c
1954
1955 BFS FILE SYSTEM
1956 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1957 S:      Maintained
1958 F:      Documentation/filesystems/bfs.txt
1959 F:      fs/bfs/
1960 F:      include/uapi/linux/bfs_fs.h
1961
1962 BLACKFIN ARCHITECTURE
1963 M:      Steven Miao <realmz6@gmail.com>
1964 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1965 T:      git git://git.code.sf.net/p/adi-linux/code
1966 W:      http://blackfin.uclinux.org
1967 S:      Supported
1968 F:      arch/blackfin/
1969
1970 BLACKFIN EMAC 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/net/ethernet/adi/
1975
1976 BLACKFIN RTC DRIVER
1977 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1978 W:      http://blackfin.uclinux.org
1979 S:      Supported
1980 F:      drivers/rtc/rtc-bfin.c
1981
1982 BLACKFIN SDH DRIVER
1983 M:      Sonic Zhang <sonic.zhang@analog.com>
1984 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1985 W:      http://blackfin.uclinux.org
1986 S:      Supported
1987 F:      drivers/mmc/host/bfin_sdh.c
1988
1989 BLACKFIN SERIAL DRIVER
1990 M:      Sonic Zhang <sonic.zhang@analog.com>
1991 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1992 W:      http://blackfin.uclinux.org
1993 S:      Supported
1994 F:      drivers/tty/serial/bfin_uart.c
1995
1996 BLACKFIN WATCHDOG DRIVER
1997 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1998 W:      http://blackfin.uclinux.org
1999 S:      Supported
2000 F:      drivers/watchdog/bfin_wdt.c
2001
2002 BLACKFIN I2C TWI DRIVER
2003 M:      Sonic Zhang <sonic.zhang@analog.com>
2004 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2005 W:      http://blackfin.uclinux.org/
2006 S:      Supported
2007 F:      drivers/i2c/busses/i2c-bfin-twi.c
2008
2009 BLACKFIN MEDIA DRIVER
2010 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2011 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2012 W:      http://blackfin.uclinux.org/
2013 S:      Supported
2014 F:      drivers/media/platform/blackfin/
2015 F:      drivers/media/i2c/adv7183*
2016 F:      drivers/media/i2c/vs6624*
2017
2018 BLINKM RGB LED DRIVER
2019 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2020 S:      Maintained
2021 F:      drivers/leds/leds-blinkm.c
2022
2023 BLOCK LAYER
2024 M:      Jens Axboe <axboe@kernel.dk>
2025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2026 S:      Maintained
2027 F:      block/
2028
2029 BLOCK2MTD DRIVER
2030 M:      Joern Engel <joern@lazybastard.org>
2031 L:      linux-mtd@lists.infradead.org
2032 S:      Maintained
2033 F:      drivers/mtd/devices/block2mtd.c
2034
2035 BLUETOOTH DRIVERS
2036 M:      Marcel Holtmann <marcel@holtmann.org>
2037 M:      Gustavo Padovan <gustavo@padovan.org>
2038 M:      Johan Hedberg <johan.hedberg@gmail.com>
2039 L:      linux-bluetooth@vger.kernel.org
2040 W:      http://www.bluez.org/
2041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2043 S:      Maintained
2044 F:      drivers/bluetooth/
2045
2046 BLUETOOTH SUBSYSTEM
2047 M:      Marcel Holtmann <marcel@holtmann.org>
2048 M:      Gustavo Padovan <gustavo@padovan.org>
2049 M:      Johan Hedberg <johan.hedberg@gmail.com>
2050 L:      linux-bluetooth@vger.kernel.org
2051 W:      http://www.bluez.org/
2052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2054 S:      Maintained
2055 F:      net/bluetooth/
2056 F:      include/net/bluetooth/
2057
2058 BONDING DRIVER
2059 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2060 M:      Veaceslav Falico <vfalico@gmail.com>
2061 M:      Andy Gospodarek <andy@greyhouse.net>
2062 L:      netdev@vger.kernel.org
2063 W:      http://sourceforge.net/projects/bonding/
2064 S:      Supported
2065 F:      drivers/net/bonding/
2066 F:      include/uapi/linux/if_bonding.h
2067
2068 BPF (Safe dynamic programs and tools)
2069 M:      Alexei Starovoitov <ast@kernel.org>
2070 L:      netdev@vger.kernel.org
2071 L:      linux-kernel@vger.kernel.org
2072 S:      Supported
2073 F:      kernel/bpf/
2074
2075 BROADCOM B44 10/100 ETHERNET DRIVER
2076 M:      Gary Zambrano <zambrano@broadcom.com>
2077 L:      netdev@vger.kernel.org
2078 S:      Supported
2079 F:      drivers/net/ethernet/broadcom/b44.*
2080
2081 BROADCOM GENET ETHERNET DRIVER
2082 M:      Florian Fainelli <f.fainelli@gmail.com>
2083 L:      netdev@vger.kernel.org
2084 S:      Supported
2085 F:      drivers/net/ethernet/broadcom/genet/
2086
2087 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2088 M:      Sony Chacko <sony.chacko@qlogic.com>
2089 M:      Dept-HSGLinuxNICDev@qlogic.com
2090 L:      netdev@vger.kernel.org
2091 S:      Supported
2092 F:      drivers/net/ethernet/broadcom/bnx2.*
2093 F:      drivers/net/ethernet/broadcom/bnx2_*
2094
2095 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2096 M:      Ariel Elior <ariel.elior@qlogic.com>
2097 L:      netdev@vger.kernel.org
2098 S:      Supported
2099 F:      drivers/net/ethernet/broadcom/bnx2x/
2100
2101 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2102 M:      Christian Daudt <bcm@fixthebug.org>
2103 M:      Matt Porter <mporter@linaro.org>
2104 M:      Florian Fainelli <f.fainelli@gmail.com>
2105 L:      bcm-kernel-feedback-list@broadcom.com
2106 T:      git git://github.com/broadcom/mach-bcm
2107 S:      Maintained
2108 F:      arch/arm/mach-bcm/
2109 F:      arch/arm/boot/dts/bcm113*
2110 F:      arch/arm/boot/dts/bcm216*
2111 F:      arch/arm/boot/dts/bcm281*
2112 F:      arch/arm/configs/bcm_defconfig
2113 F:      drivers/mmc/host/sdhci-bcm-kona.c
2114 F:      drivers/clocksource/bcm_kona_timer.c
2115
2116 BROADCOM BCM2835 ARM ARCHITECTURE
2117 M:      Stephen Warren <swarren@wwwdotorg.org>
2118 M:      Lee Jones <lee@kernel.org>
2119 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2121 S:      Maintained
2122 N:      bcm2835
2123
2124 BROADCOM BCM33XX MIPS ARCHITECTURE
2125 M:      Kevin Cernekee <cernekee@gmail.com>
2126 L:      linux-mips@linux-mips.org
2127 S:      Maintained
2128 F:      arch/mips/bcm3384/*
2129 F:      arch/mips/include/asm/mach-bcm3384/*
2130 F:      arch/mips/kernel/*bmips*
2131
2132 BROADCOM BCM5301X ARM ARCHITECTURE
2133 M:      Hauke Mehrtens <hauke@hauke-m.de>
2134 L:      linux-arm-kernel@lists.infradead.org
2135 S:      Maintained
2136 F:      arch/arm/mach-bcm/bcm_5301x.c
2137 F:      arch/arm/boot/dts/bcm5301x.dtsi
2138 F:      arch/arm/boot/dts/bcm470*
2139
2140 BROADCOM BCM63XX ARM ARCHITECTURE
2141 M:      Florian Fainelli <f.fainelli@gmail.com>
2142 L:      linux-arm-kernel@lists.infradead.org
2143 T:      git git://git.github.com/brcm/linux.git
2144 S:      Maintained
2145 F:      arch/arm/mach-bcm/bcm63xx.c
2146 F:      arch/arm/include/debug/bcm63xx.S
2147
2148 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2149 M:      Kevin Cernekee <cernekee@gmail.com>
2150 L:      linux-usb@vger.kernel.org
2151 S:      Maintained
2152 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2153
2154 BROADCOM BCM7XXX ARM ARCHITECTURE
2155 M:      Marc Carino <marc.ceeeee@gmail.com>
2156 M:      Brian Norris <computersforpeace@gmail.com>
2157 M:      Gregory Fong <gregory.0xf0@gmail.com>
2158 M:      Florian Fainelli <f.fainelli@gmail.com>
2159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2160 S:      Maintained
2161 F:      arch/arm/mach-bcm/*brcmstb*
2162 F:      arch/arm/boot/dts/bcm7*.dts*
2163 F:      drivers/bus/brcmstb_gisb.c
2164
2165 BROADCOM BMIPS MIPS ARCHITECTURE
2166 M:      Kevin Cernekee <cernekee@gmail.com>
2167 M:      Florian Fainelli <f.fainelli@gmail.com>
2168 L:      linux-mips@linux-mips.org
2169 S:      Maintained
2170 F:      arch/mips/bmips/*
2171 F:      arch/mips/include/asm/mach-bmips/*
2172 F:      arch/mips/kernel/*bmips*
2173 F:      arch/mips/boot/dts/bcm*.dts*
2174 F:      drivers/irqchip/irq-bcm7*
2175 F:      drivers/irqchip/irq-brcmstb*
2176
2177 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2178 M:      Prashant Sreedharan <prashant@broadcom.com>
2179 M:      Michael Chan <mchan@broadcom.com>
2180 L:      netdev@vger.kernel.org
2181 S:      Supported
2182 F:      drivers/net/ethernet/broadcom/tg3.*
2183
2184 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2185 M:      Brett Rudley <brudley@broadcom.com>
2186 M:      Arend van Spriel <arend@broadcom.com>
2187 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2188 M:      Hante Meuleman <meuleman@broadcom.com>
2189 L:      linux-wireless@vger.kernel.org
2190 L:      brcm80211-dev-list@broadcom.com
2191 S:      Supported
2192 F:      drivers/net/wireless/brcm80211/
2193
2194 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2195 M:      QLogic-Storage-Upstream@qlogic.com
2196 L:      linux-scsi@vger.kernel.org
2197 S:      Supported
2198 F:      drivers/scsi/bnx2fc/
2199
2200 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2201 M:      QLogic-Storage-Upstream@qlogic.com
2202 L:      linux-scsi@vger.kernel.org
2203 S:      Supported
2204 F:      drivers/scsi/bnx2i/
2205
2206 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2207 M:      Ray Jui <rjui@broadcom.com>
2208 M:      Scott Branden <sbranden@broadcom.com>
2209 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2210 L:      bcm-kernel-feedback-list@broadcom.com
2211 T:      git git://git.github.com/brcm/linux.git
2212 S:      Maintained
2213 N:      iproc
2214 N:      cygnus
2215 N:      bcm9113*
2216 N:      bcm9583*
2217 N:      bcm583*
2218 N:      bcm113*
2219
2220 BROADCOM KONA GPIO DRIVER
2221 M:      Ray Jui <rjui@broadcom.com>
2222 L:      bcm-kernel-feedback-list@broadcom.com
2223 S:      Supported
2224 F:      drivers/gpio/gpio-bcm-kona.c
2225 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2226
2227 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2228 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2229 L:      linux-wireless@vger.kernel.org
2230 S:      Maintained
2231 F:      drivers/bcma/
2232 F:      include/linux/bcma/
2233
2234 BROADCOM SYSTEMPORT ETHERNET DRIVER
2235 M:      Florian Fainelli <f.fainelli@gmail.com>
2236 L:      netdev@vger.kernel.org
2237 S:      Supported
2238 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2239
2240 BROCADE BFA FC SCSI DRIVER
2241 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2242 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2243 L:      linux-scsi@vger.kernel.org
2244 S:      Supported
2245 F:      drivers/scsi/bfa/
2246
2247 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2248 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2249 L:      netdev@vger.kernel.org
2250 S:      Supported
2251 F:      drivers/net/ethernet/brocade/bna/
2252
2253 BSG (block layer generic sg v4 driver)
2254 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2255 L:      linux-scsi@vger.kernel.org
2256 S:      Supported
2257 F:      block/bsg.c
2258 F:      include/linux/bsg.h
2259 F:      include/uapi/linux/bsg.h
2260
2261 BT87X AUDIO DRIVER
2262 M:      Clemens Ladisch <clemens@ladisch.de>
2263 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2264 T:      git git://git.alsa-project.org/alsa-kernel.git
2265 S:      Maintained
2266 F:      Documentation/sound/alsa/Bt87x.txt
2267 F:      sound/pci/bt87x.c
2268
2269 BT8XXGPIO DRIVER
2270 M:      Michael Buesch <m@bues.ch>
2271 W:      http://bu3sch.de/btgpio.php
2272 S:      Maintained
2273 F:      drivers/gpio/gpio-bt8xx.c
2274
2275 BTRFS FILE SYSTEM
2276 M:      Chris Mason <clm@fb.com>
2277 M:      Josef Bacik <jbacik@fb.com>
2278 M:      David Sterba <dsterba@suse.cz>
2279 L:      linux-btrfs@vger.kernel.org
2280 W:      http://btrfs.wiki.kernel.org/
2281 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2283 S:      Maintained
2284 F:      Documentation/filesystems/btrfs.txt
2285 F:      fs/btrfs/
2286
2287 BTTV VIDEO4LINUX DRIVER
2288 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2289 L:      linux-media@vger.kernel.org
2290 W:      http://linuxtv.org
2291 T:      git git://linuxtv.org/media_tree.git
2292 S:      Odd fixes
2293 F:      Documentation/video4linux/bttv/
2294 F:      drivers/media/pci/bt8xx/bttv*
2295
2296 BUSLOGIC SCSI DRIVER
2297 M:      Khalid Aziz <khalid@gonehiking.org>
2298 L:      linux-scsi@vger.kernel.org
2299 S:      Maintained
2300 F:      drivers/scsi/BusLogic.*
2301 F:      drivers/scsi/FlashPoint.*
2302
2303 C-MEDIA CMI8788 DRIVER
2304 M:      Clemens Ladisch <clemens@ladisch.de>
2305 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2306 T:      git git://git.alsa-project.org/alsa-kernel.git
2307 S:      Maintained
2308 F:      sound/pci/oxygen/
2309
2310 C6X ARCHITECTURE
2311 M:      Mark Salter <msalter@redhat.com>
2312 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2313 L:      linux-c6x-dev@linux-c6x.org
2314 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2315 S:      Maintained
2316 F:      arch/c6x/
2317
2318 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2319 M:      David Howells <dhowells@redhat.com>
2320 L:      linux-cachefs@redhat.com
2321 S:      Supported
2322 F:      Documentation/filesystems/caching/cachefiles.txt
2323 F:      fs/cachefiles/
2324
2325 CADET FM/AM RADIO RECEIVER DRIVER
2326 M:      Hans Verkuil <hverkuil@xs4all.nl>
2327 L:      linux-media@vger.kernel.org
2328 T:      git git://linuxtv.org/media_tree.git
2329 W:      http://linuxtv.org
2330 S:      Maintained
2331 F:      drivers/media/radio/radio-cadet*
2332
2333 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2334 M:      Jonathan Corbet <corbet@lwn.net>
2335 L:      linux-media@vger.kernel.org
2336 T:      git git://linuxtv.org/media_tree.git
2337 S:      Maintained
2338 F:      Documentation/video4linux/cafe_ccic
2339 F:      drivers/media/platform/marvell-ccic/
2340
2341 CAIF NETWORK LAYER
2342 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2343 L:      netdev@vger.kernel.org
2344 S:      Supported
2345 F:      Documentation/networking/caif/
2346 F:      drivers/net/caif/
2347 F:      include/uapi/linux/caif/
2348 F:      include/net/caif/
2349 F:      net/caif/
2350
2351 CALGARY x86-64 IOMMU
2352 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2353 M:      "Jon D. Mason" <jdmason@kudzu.us>
2354 L:      discuss@x86-64.org
2355 S:      Maintained
2356 F:      arch/x86/kernel/pci-calgary_64.c
2357 F:      arch/x86/kernel/tce_64.c
2358 F:      arch/x86/include/asm/calgary.h
2359 F:      arch/x86/include/asm/tce.h
2360
2361 CAN NETWORK LAYER
2362 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2363 L:      linux-can@vger.kernel.org
2364 W:      http://gitorious.org/linux-can
2365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2367 S:      Maintained
2368 F:      Documentation/networking/can.txt
2369 F:      net/can/
2370 F:      include/linux/can/core.h
2371 F:      include/uapi/linux/can.h
2372 F:      include/uapi/linux/can/bcm.h
2373 F:      include/uapi/linux/can/raw.h
2374 F:      include/uapi/linux/can/gw.h
2375
2376 CAN NETWORK DRIVERS
2377 M:      Wolfgang Grandegger <wg@grandegger.com>
2378 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2379 L:      linux-can@vger.kernel.org
2380 W:      http://gitorious.org/linux-can
2381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2383 S:      Maintained
2384 F:      drivers/net/can/
2385 F:      include/linux/can/dev.h
2386 F:      include/linux/can/platform/
2387 F:      include/uapi/linux/can/error.h
2388 F:      include/uapi/linux/can/netlink.h
2389
2390 CAPABILITIES
2391 M:      Serge Hallyn <serge.hallyn@canonical.com>
2392 L:      linux-security-module@vger.kernel.org
2393 S:      Supported
2394 F:      include/linux/capability.h
2395 F:      include/uapi/linux/capability.h
2396 F:      security/capability.c
2397 F:      security/commoncap.c
2398 F:      kernel/capability.c
2399
2400 CC2520 IEEE-802.15.4 RADIO DRIVER
2401 M:      Varka Bhadram <varkabhadram@gmail.com>
2402 L:      linux-wpan@vger.kernel.org
2403 S:      Maintained
2404 F:      drivers/net/ieee802154/cc2520.c
2405 F:      include/linux/spi/cc2520.h
2406 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2407
2408 CELL BROADBAND ENGINE ARCHITECTURE
2409 M:      Arnd Bergmann <arnd@arndb.de>
2410 L:      linuxppc-dev@lists.ozlabs.org
2411 L:      cbe-oss-dev@lists.ozlabs.org
2412 W:      http://www.ibm.com/developerworks/power/cell/
2413 S:      Supported
2414 F:      arch/powerpc/include/asm/cell*.h
2415 F:      arch/powerpc/include/asm/spu*.h
2416 F:      arch/powerpc/include/uapi/asm/spu*.h
2417 F:      arch/powerpc/oprofile/*cell*
2418 F:      arch/powerpc/platforms/cell/
2419
2420 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2421 M:      Sage Weil <sage@inktank.com>
2422 L:      ceph-devel@vger.kernel.org
2423 W:      http://ceph.com/
2424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2425 S:      Supported
2426 F:      Documentation/filesystems/ceph.txt
2427 F:      fs/ceph/
2428 F:      net/ceph/
2429 F:      include/linux/ceph/
2430 F:      include/linux/crush/
2431
2432 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2433 L:      linux-usb@vger.kernel.org
2434 S:      Orphan
2435 F:      Documentation/usb/WUSB-Design-overview.txt
2436 F:      Documentation/usb/wusb-cbaf
2437 F:      drivers/usb/host/hwa-hc.c
2438 F:      drivers/usb/host/whci/
2439 F:      drivers/usb/wusbcore/
2440 F:      include/linux/usb/wusb*
2441
2442 CFAG12864B LCD DRIVER
2443 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2444 W:      http://miguelojeda.es/auxdisplay.htm
2445 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2446 S:      Maintained
2447 F:      drivers/auxdisplay/cfag12864b.c
2448 F:      include/linux/cfag12864b.h
2449
2450 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2451 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2452 W:      http://miguelojeda.es/auxdisplay.htm
2453 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2454 S:      Maintained
2455 F:      drivers/auxdisplay/cfag12864bfb.c
2456 F:      include/linux/cfag12864b.h
2457
2458 CFG80211 and NL80211
2459 M:      Johannes Berg <johannes@sipsolutions.net>
2460 L:      linux-wireless@vger.kernel.org
2461 W:      http://wireless.kernel.org/
2462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2464 S:      Maintained
2465 F:      include/uapi/linux/nl80211.h
2466 F:      include/net/cfg80211.h
2467 F:      net/wireless/*
2468 X:      net/wireless/wext*
2469
2470 CHAR and MISC DRIVERS
2471 M:      Arnd Bergmann <arnd@arndb.de>
2472 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2474 S:      Supported
2475 F:      drivers/char/*
2476 F:      drivers/misc/*
2477 F:      include/linux/miscdevice.h
2478
2479 CHECKPATCH
2480 M:      Andy Whitcroft <apw@canonical.com>
2481 M:      Joe Perches <joe@perches.com>
2482 S:      Maintained
2483 F:      scripts/checkpatch.pl
2484
2485 CHINESE DOCUMENTATION
2486 M:      Harry Wei <harryxiyou@gmail.com>
2487 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2488 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2489 S:      Maintained
2490 F:      Documentation/zh_CN/
2491
2492 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2493 M:      Peter Chen <Peter.Chen@freescale.com>
2494 T:      git git://github.com/hzpeterchen/linux-usb.git
2495 L:      linux-usb@vger.kernel.org
2496 S:      Maintained
2497 F:      drivers/usb/chipidea/
2498
2499 CHROME HARDWARE PLATFORM SUPPORT
2500 M:      Olof Johansson <olof@lixom.net>
2501 S:      Maintained
2502 F:      drivers/platform/chrome/
2503
2504 CISCO VIC ETHERNET NIC DRIVER
2505 M:      Christian Benvenuti <benve@cisco.com>
2506 M:      Sujith Sankar <ssujith@cisco.com>
2507 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2508 M:      Neel Patel <neepatel@cisco.com>
2509 S:      Supported
2510 F:      drivers/net/ethernet/cisco/enic/
2511
2512 CISCO VIC LOW LATENCY NIC DRIVER
2513 M:      Upinder Malhi <umalhi@cisco.com>
2514 S:      Supported
2515 F:      drivers/infiniband/hw/usnic
2516
2517 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2518 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2519 L:      netdev@vger.kernel.org
2520 S:      Maintained
2521 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2522
2523 CIRRUS LOGIC AUDIO CODEC DRIVERS
2524 M:      Brian Austin <brian.austin@cirrus.com>
2525 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2526 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2527 S:      Maintained
2528 F:      sound/soc/codecs/cs*
2529
2530 CLEANCACHE API
2531 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2532 L:      linux-kernel@vger.kernel.org
2533 S:      Maintained
2534 F:      mm/cleancache.c
2535 F:      include/linux/cleancache.h
2536
2537 CLK API
2538 M:      Russell King <linux@arm.linux.org.uk>
2539 S:      Maintained
2540 F:      include/linux/clk.h
2541
2542 CLOCKSOURCE, CLOCKEVENT DRIVERS
2543 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2544 M:      Thomas Gleixner <tglx@linutronix.de>
2545 L:      linux-kernel@vger.kernel.org
2546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2547 S:      Supported
2548 F:      drivers/clocksource
2549
2550 CISCO FCOE HBA DRIVER
2551 M:      Hiral Patel <hiralpat@cisco.com>
2552 M:      Suma Ramars <sramars@cisco.com>
2553 M:      Brian Uchino <buchino@cisco.com>
2554 L:      linux-scsi@vger.kernel.org
2555 S:      Supported
2556 F:      drivers/scsi/fnic/
2557
2558 CMPC ACPI DRIVER
2559 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2560 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2561 L:      platform-driver-x86@vger.kernel.org
2562 S:      Supported
2563 F:      drivers/platform/x86/classmate-laptop.c
2564
2565 COCCINELLE/Semantic Patches (SmPL)
2566 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2567 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2568 M:      Nicolas Palix <nicolas.palix@imag.fr>
2569 M:      Michal Marek <mmarek@suse.cz>
2570 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2572 W:      http://coccinelle.lip6.fr/
2573 S:      Supported
2574 F:      Documentation/coccinelle.txt
2575 F:      scripts/coccinelle/
2576 F:      scripts/coccicheck
2577
2578 CODA FILE SYSTEM
2579 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2580 M:      coda@cs.cmu.edu
2581 L:      codalist@coda.cs.cmu.edu
2582 W:      http://www.coda.cs.cmu.edu/
2583 S:      Maintained
2584 F:      Documentation/filesystems/coda.txt
2585 F:      fs/coda/
2586 F:      include/linux/coda*.h
2587 F:      include/uapi/linux/coda*.h
2588
2589 CODA V4L2 MEM2MEM DRIVER
2590 M:      Philipp Zabel <p.zabel@pengutronix.de>
2591 L:      linux-media@vger.kernel.org
2592 S:      Maintained
2593 F:      Documentation/devicetree/bindings/media/coda.txt
2594 F:      drivers/media/platform/coda/
2595
2596 COMMON CLK FRAMEWORK
2597 M:      Mike Turquette <mturquette@linaro.org>
2598 M:      Stephen Boyd <sboyd@codeaurora.org>
2599 L:      linux-kernel@vger.kernel.org
2600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2601 S:      Maintained
2602 F:      drivers/clk/
2603 X:      drivers/clk/clkdev.c
2604 F:      include/linux/clk-pr*
2605 F:      include/linux/clk/
2606
2607 COMMON INTERNET FILE SYSTEM (CIFS)
2608 M:      Steve French <sfrench@samba.org>
2609 L:      linux-cifs@vger.kernel.org
2610 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2611 W:      http://linux-cifs.samba.org/
2612 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2613 S:      Supported
2614 F:      Documentation/filesystems/cifs/
2615 F:      fs/cifs/
2616
2617 COMPACTPCI HOTPLUG CORE
2618 M:      Scott Murray <scott@spiteful.org>
2619 L:      linux-pci@vger.kernel.org
2620 S:      Maintained
2621 F:      drivers/pci/hotplug/cpci_hotplug*
2622
2623 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2624 M:      Scott Murray <scott@spiteful.org>
2625 L:      linux-pci@vger.kernel.org
2626 S:      Maintained
2627 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2628
2629 COMPACTPCI HOTPLUG GENERIC DRIVER
2630 M:      Scott Murray <scott@spiteful.org>
2631 L:      linux-pci@vger.kernel.org
2632 S:      Maintained
2633 F:      drivers/pci/hotplug/cpcihp_generic.c
2634
2635 COMPAL LAPTOP SUPPORT
2636 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2637 L:      platform-driver-x86@vger.kernel.org
2638 S:      Maintained
2639 F:      drivers/platform/x86/compal-laptop.c
2640
2641 CONEXANT ACCESSRUNNER USB DRIVER
2642 M:      Simon Arlott <cxacru@fire.lp0.eu>
2643 L:      accessrunner-general@lists.sourceforge.net
2644 W:      http://accessrunner.sourceforge.net/
2645 S:      Maintained
2646 F:      drivers/usb/atm/cxacru.c
2647
2648 CONFIGFS
2649 M:      Joel Becker <jlbec@evilplan.org>
2650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2651 S:      Supported
2652 F:      fs/configfs/
2653 F:      include/linux/configfs.h
2654
2655 CONNECTOR
2656 M:      Evgeniy Polyakov <zbr@ioremap.net>
2657 L:      netdev@vger.kernel.org
2658 S:      Maintained
2659 F:      drivers/connector/
2660
2661 CONTROL GROUP (CGROUP)
2662 M:      Tejun Heo <tj@kernel.org>
2663 M:      Li Zefan <lizefan@huawei.com>
2664 L:      cgroups@vger.kernel.org
2665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2666 S:      Maintained
2667 F:      Documentation/cgroups/
2668 F:      include/linux/cgroup*
2669 F:      kernel/cgroup*
2670
2671 CONTROL GROUP - CPUSET
2672 M:      Li Zefan <lizefan@huawei.com>
2673 L:      cgroups@vger.kernel.org
2674 W:      http://www.bullopensource.org/cpuset/
2675 W:      http://oss.sgi.com/projects/cpusets/
2676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2677 S:      Maintained
2678 F:      Documentation/cgroups/cpusets.txt
2679 F:      include/linux/cpuset.h
2680 F:      kernel/cpuset.c
2681
2682 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2683 M:      Johannes Weiner <hannes@cmpxchg.org>
2684 M:      Michal Hocko <mhocko@suse.cz>
2685 L:      cgroups@vger.kernel.org
2686 L:      linux-mm@kvack.org
2687 S:      Maintained
2688 F:      mm/memcontrol.c
2689 F:      mm/swap_cgroup.c
2690
2691 CORETEMP HARDWARE MONITORING DRIVER
2692 M:      Fenghua Yu <fenghua.yu@intel.com>
2693 L:      lm-sensors@lm-sensors.org
2694 S:      Maintained
2695 F:      Documentation/hwmon/coretemp
2696 F:      drivers/hwmon/coretemp.c
2697
2698 COSA/SRP SYNC SERIAL DRIVER
2699 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2700 W:      http://www.fi.muni.cz/~kas/cosa/
2701 S:      Maintained
2702 F:      drivers/net/wan/cosa*
2703
2704 CPMAC ETHERNET DRIVER
2705 M:      Florian Fainelli <florian@openwrt.org>
2706 L:      netdev@vger.kernel.org
2707 S:      Maintained
2708 F:      drivers/net/ethernet/ti/cpmac.c
2709
2710 CPU FREQUENCY DRIVERS
2711 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2712 M:      Viresh Kumar <viresh.kumar@linaro.org>
2713 L:      linux-pm@vger.kernel.org
2714 S:      Maintained
2715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2716 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2717 F:      drivers/cpufreq/
2718 F:      include/linux/cpufreq.h
2719
2720 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2721 M:      Viresh Kumar <viresh.kumar@linaro.org>
2722 M:      Sudeep Holla <sudeep.holla@arm.com>
2723 L:      linux-pm@vger.kernel.org
2724 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2725 S:      Maintained
2726 F:      drivers/cpufreq/arm_big_little.h
2727 F:      drivers/cpufreq/arm_big_little.c
2728 F:      drivers/cpufreq/arm_big_little_dt.c
2729
2730 CPUIDLE DRIVER - ARM BIG LITTLE
2731 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2732 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2733 L:      linux-pm@vger.kernel.org
2734 L:      linux-arm-kernel@lists.infradead.org
2735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2736 S:      Maintained
2737 F:      drivers/cpuidle/cpuidle-big_little.c
2738
2739 CPUIDLE DRIVER - ARM EXYNOS
2740 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2741 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2742 M:      Kukjin Kim <kgene@kernel.org>
2743 L:      linux-pm@vger.kernel.org
2744 L:      linux-samsung-soc@vger.kernel.org
2745 S:      Supported
2746 F:      drivers/cpuidle/cpuidle-exynos.c
2747 F:      arch/arm/mach-exynos/pm.c
2748
2749 CPUIDLE DRIVERS
2750 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2751 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2752 L:      linux-pm@vger.kernel.org
2753 S:      Maintained
2754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2755 F:      drivers/cpuidle/*
2756 F:      include/linux/cpuidle.h
2757
2758 CPUID/MSR DRIVER
2759 M:      "H. Peter Anvin" <hpa@zytor.com>
2760 S:      Maintained
2761 F:      arch/x86/kernel/cpuid.c
2762 F:      arch/x86/kernel/msr.c
2763
2764 CPU POWER MONITORING SUBSYSTEM
2765 M:      Thomas Renninger <trenn@suse.de>
2766 L:      linux-pm@vger.kernel.org
2767 S:      Maintained
2768 F:      tools/power/cpupower/
2769
2770 CRAMFS FILESYSTEM
2771 W:      http://sourceforge.net/projects/cramfs/
2772 S:      Orphan / Obsolete
2773 F:      Documentation/filesystems/cramfs.txt
2774 F:      fs/cramfs/
2775
2776 CRIS PORT
2777 M:      Mikael Starvik <starvik@axis.com>
2778 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2779 L:      linux-cris-kernel@axis.com
2780 W:      http://developer.axis.com
2781 S:      Maintained
2782 F:      arch/cris/
2783 F:      drivers/tty/serial/crisv10.*
2784
2785 CRYPTO API
2786 M:      Herbert Xu <herbert@gondor.apana.org.au>
2787 M:      "David S. Miller" <davem@davemloft.net>
2788 L:      linux-crypto@vger.kernel.org
2789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2790 S:      Maintained
2791 F:      Documentation/crypto/
2792 F:      arch/*/crypto/
2793 F:      crypto/
2794 F:      drivers/crypto/
2795 F:      include/crypto/
2796
2797 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2798 M:      Neil Horman <nhorman@tuxdriver.com>
2799 L:      linux-crypto@vger.kernel.org
2800 S:      Maintained
2801 F:      crypto/ansi_cprng.c
2802 F:      crypto/rng.c
2803
2804 CS5535 Audio ALSA driver
2805 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2806 S:      Maintained
2807 F:      sound/pci/cs5535audio/
2808
2809 CW1200 WLAN driver
2810 M:      Solomon Peachy <pizza@shaftnet.org>
2811 S:      Maintained
2812 F:      drivers/net/wireless/cw1200/
2813
2814 CX18 VIDEO4LINUX DRIVER
2815 M:      Andy Walls <awalls@md.metrocast.net>
2816 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2817 L:      linux-media@vger.kernel.org
2818 T:      git git://linuxtv.org/media_tree.git
2819 W:      http://linuxtv.org
2820 W:      http://www.ivtvdriver.org/index.php/Cx18
2821 S:      Maintained
2822 F:      Documentation/video4linux/cx18.txt
2823 F:      drivers/media/pci/cx18/
2824 F:      include/uapi/linux/ivtv*
2825
2826 CX2341X MPEG ENCODER HELPER MODULE
2827 M:      Hans Verkuil <hverkuil@xs4all.nl>
2828 L:      linux-media@vger.kernel.org
2829 T:      git git://linuxtv.org/media_tree.git
2830 W:      http://linuxtv.org
2831 S:      Maintained
2832 F:      drivers/media/common/cx2341x*
2833 F:      include/media/cx2341x*
2834
2835 CX88 VIDEO4LINUX DRIVER
2836 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2837 L:      linux-media@vger.kernel.org
2838 W:      http://linuxtv.org
2839 T:      git git://linuxtv.org/media_tree.git
2840 S:      Odd fixes
2841 F:      Documentation/video4linux/cx88/
2842 F:      drivers/media/pci/cx88/
2843
2844 CXD2820R MEDIA DRIVER
2845 M:      Antti Palosaari <crope@iki.fi>
2846 L:      linux-media@vger.kernel.org
2847 W:      http://linuxtv.org/
2848 W:      http://palosaari.fi/linux/
2849 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2850 T:      git git://linuxtv.org/anttip/media_tree.git
2851 S:      Maintained
2852 F:      drivers/media/dvb-frontends/cxd2820r*
2853
2854 CXGB3 ETHERNET DRIVER (CXGB3)
2855 M:      Santosh Raspatur <santosh@chelsio.com>
2856 L:      netdev@vger.kernel.org
2857 W:      http://www.chelsio.com
2858 S:      Supported
2859 F:      drivers/net/ethernet/chelsio/cxgb3/
2860
2861 CXGB3 ISCSI DRIVER (CXGB3I)
2862 M:      Karen Xie <kxie@chelsio.com>
2863 L:      linux-scsi@vger.kernel.org
2864 W:      http://www.chelsio.com
2865 S:      Supported
2866 F:      drivers/scsi/cxgbi/cxgb3i
2867
2868 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2869 M:      Steve Wise <swise@chelsio.com>
2870 L:      linux-rdma@vger.kernel.org
2871 W:      http://www.openfabrics.org
2872 S:      Supported
2873 F:      drivers/infiniband/hw/cxgb3/
2874
2875 CXGB4 ETHERNET DRIVER (CXGB4)
2876 M:      Hariprasad S <hariprasad@chelsio.com>
2877 L:      netdev@vger.kernel.org
2878 W:      http://www.chelsio.com
2879 S:      Supported
2880 F:      drivers/net/ethernet/chelsio/cxgb4/
2881
2882 CXGB4 ISCSI DRIVER (CXGB4I)
2883 M:      Karen Xie <kxie@chelsio.com>
2884 L:      linux-scsi@vger.kernel.org
2885 W:      http://www.chelsio.com
2886 S:      Supported
2887 F:      drivers/scsi/cxgbi/cxgb4i
2888
2889 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2890 M:      Steve Wise <swise@chelsio.com>
2891 L:      linux-rdma@vger.kernel.org
2892 W:      http://www.openfabrics.org
2893 S:      Supported
2894 F:      drivers/infiniband/hw/cxgb4/
2895
2896 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2897 M:      Casey Leedom <leedom@chelsio.com>
2898 L:      netdev@vger.kernel.org
2899 W:      http://www.chelsio.com
2900 S:      Supported
2901 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2902
2903 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2904 M:      Ian Munsie <imunsie@au1.ibm.com>
2905 M:      Michael Neuling <mikey@neuling.org>
2906 L:      linuxppc-dev@lists.ozlabs.org
2907 S:      Supported
2908 F:      drivers/misc/cxl/
2909 F:      include/misc/cxl.h
2910 F:      include/uapi/misc/cxl.h
2911 F:      Documentation/powerpc/cxl.txt
2912 F:      Documentation/powerpc/cxl.txt
2913 F:      Documentation/ABI/testing/sysfs-class-cxl
2914
2915 STMMAC ETHERNET DRIVER
2916 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2917 L:      netdev@vger.kernel.org
2918 W:      http://www.stlinux.com
2919 S:      Supported
2920 F:      drivers/net/ethernet/stmicro/stmmac/
2921
2922 CYBERPRO FB DRIVER
2923 M:      Russell King <linux@arm.linux.org.uk>
2924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2925 W:      http://www.arm.linux.org.uk/
2926 S:      Maintained
2927 F:      drivers/video/fbdev/cyber2000fb.*
2928
2929 CYCLADES ASYNC MUX DRIVER
2930 W:      http://www.cyclades.com/
2931 S:      Orphan
2932 F:      drivers/tty/cyclades.c
2933 F:      include/linux/cyclades.h
2934 F:      include/uapi/linux/cyclades.h
2935
2936 CYCLADES PC300 DRIVER
2937 W:      http://www.cyclades.com/
2938 S:      Orphan
2939 F:      drivers/net/wan/pc300*
2940
2941 CYPRESS_FIRMWARE MEDIA DRIVER
2942 M:      Antti Palosaari <crope@iki.fi>
2943 L:      linux-media@vger.kernel.org
2944 W:      http://linuxtv.org/
2945 W:      http://palosaari.fi/linux/
2946 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2947 T:      git git://linuxtv.org/anttip/media_tree.git
2948 S:      Maintained
2949 F:      drivers/media/common/cypress_firmware*
2950
2951 CYTTSP TOUCHSCREEN DRIVER
2952 M:      Ferruh Yigit <fery@cypress.com>
2953 L:      linux-input@vger.kernel.org
2954 S:      Supported
2955 F:      drivers/input/touchscreen/cyttsp*
2956 F:      include/linux/input/cyttsp.h
2957
2958 DAMA SLAVE for AX.25
2959 M:      Joerg Reuter <jreuter@yaina.de>
2960 W:      http://yaina.de/jreuter/
2961 W:      http://www.qsl.net/dl1bke/
2962 L:      linux-hams@vger.kernel.org
2963 S:      Maintained
2964 F:      net/ax25/af_ax25.c
2965 F:      net/ax25/ax25_dev.c
2966 F:      net/ax25/ax25_ds_*
2967 F:      net/ax25/ax25_in.c
2968 F:      net/ax25/ax25_out.c
2969 F:      net/ax25/ax25_timer.c
2970 F:      net/ax25/sysctl_net_ax25.c
2971
2972 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2973 L:      netdev@vger.kernel.org
2974 S:      Orphan
2975 F:      Documentation/networking/dmfe.txt
2976 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2977
2978 DC390/AM53C974 SCSI driver
2979 M:      Hannes Reinecke <hare@suse.de>
2980 L:      linux-scsi@vger.kernel.org
2981 S:      Maintained
2982 F:      drivers/scsi/am53c974.c
2983
2984 DC395x SCSI driver
2985 M:      Oliver Neukum <oliver@neukum.org>
2986 M:      Ali Akcaagac <aliakc@web.de>
2987 M:      Jamie Lenehan <lenehan@twibble.org>
2988 L:      dc395x@twibble.org
2989 W:      http://twibble.org/dist/dc395x/
2990 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2991 S:      Maintained
2992 F:      Documentation/scsi/dc395x.txt
2993 F:      drivers/scsi/dc395x.*
2994
2995 DCCP PROTOCOL
2996 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2997 L:      dccp@vger.kernel.org
2998 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2999 S:      Maintained
3000 F:      include/linux/dccp.h
3001 F:      include/uapi/linux/dccp.h
3002 F:      include/linux/tfrc.h
3003 F:      net/dccp/
3004
3005 DECnet NETWORK LAYER
3006 W:      http://linux-decnet.sourceforge.net
3007 L:      linux-decnet-user@lists.sourceforge.net
3008 S:      Orphan
3009 F:      Documentation/networking/decnet.txt
3010 F:      net/decnet/
3011
3012 DECSTATION PLATFORM SUPPORT
3013 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3014 L:      linux-mips@linux-mips.org
3015 W:      http://www.linux-mips.org/wiki/DECstation
3016 S:      Maintained
3017 F:      arch/mips/dec/
3018 F:      arch/mips/include/asm/dec/
3019 F:      arch/mips/include/asm/mach-dec/
3020
3021 DEFXX FDDI NETWORK DRIVER
3022 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3023 S:      Maintained
3024 F:      drivers/net/fddi/defxx.*
3025
3026 DELL LAPTOP DRIVER
3027 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3028 L:      platform-driver-x86@vger.kernel.org
3029 S:      Maintained
3030 F:      drivers/platform/x86/dell-laptop.c
3031
3032 DELL LAPTOP SMM DRIVER
3033 M:      Guenter Roeck <linux@roeck-us.net>
3034 F:      drivers/char/i8k.c
3035 F:      include/uapi/linux/i8k.h
3036
3037 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3038 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3039 S:      Maintained
3040 F:      Documentation/dcdbas.txt
3041 F:      drivers/firmware/dcdbas.*
3042
3043 DELL WMI EXTRAS DRIVER
3044 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3045 S:      Maintained
3046 F:      drivers/platform/x86/dell-wmi.c
3047
3048 DESIGNWARE USB2 DRD IP DRIVER
3049 M:      Paul Zimmerman <paulz@synopsys.com>
3050 L:      linux-usb@vger.kernel.org
3051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3052 S:      Maintained
3053 F:      drivers/usb/dwc2/
3054
3055 DESIGNWARE USB3 DRD IP DRIVER
3056 M:      Felipe Balbi <balbi@ti.com>
3057 L:      linux-usb@vger.kernel.org
3058 L:      linux-omap@vger.kernel.org
3059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3060 S:      Maintained
3061 F:      drivers/usb/dwc3/
3062
3063 DEVICE COREDUMP (DEV_COREDUMP)
3064 M:      Johannes Berg <johannes@sipsolutions.net>
3065 L:      linux-kernel@vger.kernel.org
3066 S:      Maintained
3067 F:      drivers/base/devcoredump.c
3068 F:      include/linux/devcoredump.h
3069
3070 DEVICE FREQUENCY (DEVFREQ)
3071 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3072 M:      Kyungmin Park <kyungmin.park@samsung.com>
3073 L:      linux-pm@vger.kernel.org
3074 S:      Maintained
3075 F:      drivers/devfreq/
3076
3077 DEVICE NUMBER REGISTRY
3078 M:      Torben Mathiasen <device@lanana.org>
3079 W:      http://lanana.org/docs/device-list/index.html
3080 S:      Maintained
3081
3082 DEVICE-MAPPER  (LVM)
3083 M:      Alasdair Kergon <agk@redhat.com>
3084 M:      Mike Snitzer <snitzer@redhat.com>
3085 M:      dm-devel@redhat.com
3086 L:      dm-devel@redhat.com
3087 W:      http://sources.redhat.com/dm
3088 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3090 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3091 S:      Maintained
3092 F:      Documentation/device-mapper/
3093 F:      drivers/md/dm*
3094 F:      drivers/md/persistent-data/
3095 F:      include/linux/device-mapper.h
3096 F:      include/linux/dm-*.h
3097 F:      include/uapi/linux/dm-*.h
3098
3099 DIALOG SEMICONDUCTOR DRIVERS
3100 M:      Support Opensource <support.opensource@diasemi.com>
3101 W:      http://www.dialog-semiconductor.com/products
3102 S:      Supported
3103 F:      Documentation/hwmon/da90??
3104 F:      drivers/gpio/gpio-da90??.c
3105 F:      drivers/hwmon/da90??-hwmon.c
3106 F:      drivers/input/misc/da90??_onkey.c
3107 F:      drivers/input/touchscreen/da9052_tsi.c
3108 F:      drivers/leds/leds-da90??.c
3109 F:      drivers/mfd/da903x.c
3110 F:      drivers/mfd/da90??-*.c
3111 F:      drivers/power/da9052-battery.c
3112 F:      drivers/regulator/da903x.c
3113 F:      drivers/regulator/da9???-regulator.[ch]
3114 F:      drivers/rtc/rtc-da90??.c
3115 F:      drivers/video/backlight/da90??_bl.c
3116 F:      drivers/watchdog/da90??_wdt.c
3117 F:      include/linux/mfd/da903x.h
3118 F:      include/linux/mfd/da9052/
3119 F:      include/linux/mfd/da9055/
3120 F:      include/linux/mfd/da9063/
3121 F:      include/sound/da[79]*.h
3122 F:      sound/soc/codecs/da[79]*.[ch]
3123
3124 DIGI NEO AND CLASSIC PCI PRODUCTS
3125 M:      Lidza Louina <lidza.louina@gmail.com>
3126 M:      Mark Hounschell <markh@compro.net>
3127 L:      driverdev-devel@linuxdriverproject.org
3128 S:      Maintained
3129 F:      drivers/staging/dgnc/
3130
3131 DIGI EPCA PCI PRODUCTS
3132 M:      Lidza Louina <lidza.louina@gmail.com>
3133 M:      Mark Hounschell <markh@compro.net>
3134 M:      Daeseok Youn <daeseok.youn@gmail.com>
3135 L:      driverdev-devel@linuxdriverproject.org
3136 S:      Maintained
3137 F:      drivers/staging/dgap/
3138
3139 DIOLAN U2C-12 I2C DRIVER
3140 M:      Guenter Roeck <linux@roeck-us.net>
3141 L:      linux-i2c@vger.kernel.org
3142 S:      Maintained
3143 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3144
3145 DIRECTORY NOTIFICATION (DNOTIFY)
3146 M:      Eric Paris <eparis@parisplace.org>
3147 S:      Maintained
3148 F:      Documentation/filesystems/dnotify.txt
3149 F:      fs/notify/dnotify/
3150 F:      include/linux/dnotify.h
3151
3152 DISK GEOMETRY AND PARTITION HANDLING
3153 M:      Andries Brouwer <aeb@cwi.nl>
3154 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3155 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3156 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3157 S:      Maintained
3158
3159 DISKQUOTA
3160 M:      Jan Kara <jack@suse.cz>
3161 S:      Maintained
3162 F:      Documentation/filesystems/quota.txt
3163 F:      fs/quota/
3164 F:      include/linux/quota*.h
3165 F:      include/uapi/linux/quota*.h
3166
3167 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3168 M:      Bernie Thompson <bernie@plugable.com>
3169 L:      linux-fbdev@vger.kernel.org
3170 S:      Maintained
3171 W:      http://plugable.com/category/projects/udlfb/
3172 F:      drivers/video/fbdev/udlfb.c
3173 F:      include/video/udlfb.h
3174 F:      Documentation/fb/udlfb.txt
3175
3176 DISTRIBUTED LOCK MANAGER (DLM)
3177 M:      Christine Caulfield <ccaulfie@redhat.com>
3178 M:      David Teigland <teigland@redhat.com>
3179 L:      cluster-devel@redhat.com
3180 W:      http://sources.redhat.com/cluster/
3181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3182 S:      Supported
3183 F:      fs/dlm/
3184
3185 DMA BUFFER SHARING FRAMEWORK
3186 M:      Sumit Semwal <sumit.semwal@linaro.org>
3187 S:      Maintained
3188 L:      linux-media@vger.kernel.org
3189 L:      dri-devel@lists.freedesktop.org
3190 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3191 F:      drivers/dma-buf/
3192 F:      include/linux/dma-buf*
3193 F:      include/linux/reservation.h
3194 F:      include/linux/*fence.h
3195 F:      Documentation/dma-buf-sharing.txt
3196 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3197
3198 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3199 M:      Vinod Koul <vinod.koul@intel.com>
3200 L:      dmaengine@vger.kernel.org
3201 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3202 S:      Maintained
3203 F:      drivers/dma/
3204 F:      include/linux/dmaengine.h
3205 F:      Documentation/dmaengine/
3206 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3207
3208 DME1737 HARDWARE MONITOR DRIVER
3209 M:      Juerg Haefliger <juergh@gmail.com>
3210 L:      lm-sensors@lm-sensors.org
3211 S:      Maintained
3212 F:      Documentation/hwmon/dme1737
3213 F:      drivers/hwmon/dme1737.c
3214
3215 DOCKING STATION DRIVER
3216 M:      Shaohua Li <shaohua.li@intel.com>
3217 L:      linux-acpi@vger.kernel.org
3218 S:      Supported
3219 F:      drivers/acpi/dock.c
3220
3221 DOCUMENTATION
3222 M:      Jonathan Corbet <corbet@lwn.net>
3223 L:      linux-doc@vger.kernel.org
3224 S:      Maintained
3225 F:      Documentation/
3226 X:      Documentation/ABI/
3227 X:      Documentation/devicetree/
3228 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3229
3230 DOUBLETALK DRIVER
3231 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3232 L:      blinux-list@redhat.com
3233 S:      Maintained
3234 F:      drivers/char/dtlk.c
3235 F:      include/linux/dtlk.h
3236
3237 DPT_I2O SCSI RAID DRIVER
3238 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3239 L:      linux-scsi@vger.kernel.org
3240 W:      http://www.adaptec.com/
3241 S:      Maintained
3242 F:      drivers/scsi/dpt*
3243 F:      drivers/scsi/dpt/
3244
3245 DRBD DRIVER
3246 P:      Philipp Reisner
3247 P:      Lars Ellenberg
3248 M:      drbd-dev@lists.linbit.com
3249 L:      drbd-user@lists.linbit.com
3250 W:      http://www.drbd.org
3251 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3252 T:      git git://git.drbd.org/drbd-8.3.git
3253 S:      Supported
3254 F:      drivers/block/drbd/
3255 F:      lib/lru_cache.c
3256 F:      Documentation/blockdev/drbd/
3257
3258 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3259 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3261 S:      Supported
3262 F:      Documentation/kobject.txt
3263 F:      drivers/base/
3264 F:      fs/sysfs/
3265 F:      fs/debugfs/
3266 F:      include/linux/kobj*
3267 F:      include/linux/debugfs.h
3268 F:      lib/kobj*
3269
3270 DRM DRIVERS
3271 M:      David Airlie <airlied@linux.ie>
3272 L:      dri-devel@lists.freedesktop.org
3273 T:      git git://people.freedesktop.org/~airlied/linux
3274 S:      Maintained
3275 F:      drivers/gpu/drm/
3276 F:      drivers/gpu/vga/
3277 F:      include/drm/
3278 F:      include/uapi/drm/
3279
3280 RADEON DRM DRIVERS
3281 M:      Alex Deucher <alexander.deucher@amd.com>
3282 M:      Christian König <christian.koenig@amd.com>
3283 L:      dri-devel@lists.freedesktop.org
3284 T:      git git://people.freedesktop.org/~agd5f/linux
3285 S:      Supported
3286 F:      drivers/gpu/drm/radeon/
3287 F:      include/uapi/drm/radeon*
3288
3289 DRM PANEL DRIVERS
3290 M:      Thierry Reding <thierry.reding@gmail.com>
3291 L:      dri-devel@lists.freedesktop.org
3292 T:      git git://anongit.freedesktop.org/tegra/linux.git
3293 S:      Maintained
3294 F:      drivers/gpu/drm/drm_panel.c
3295 F:      drivers/gpu/drm/panel/
3296 F:      include/drm/drm_panel.h
3297 F:      Documentation/devicetree/bindings/panel/
3298
3299 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3300 M:      Daniel Vetter <daniel.vetter@intel.com>
3301 M:      Jani Nikula <jani.nikula@linux.intel.com>
3302 L:      intel-gfx@lists.freedesktop.org
3303 L:      dri-devel@lists.freedesktop.org
3304 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3305 T:      git git://anongit.freedesktop.org/drm-intel
3306 S:      Supported
3307 F:      drivers/gpu/drm/i915/
3308 F:      include/drm/i915*
3309 F:      include/uapi/drm/i915*
3310
3311 DRM DRIVERS FOR EXYNOS
3312 M:      Inki Dae <inki.dae@samsung.com>
3313 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3314 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3315 M:      Kyungmin Park <kyungmin.park@samsung.com>
3316 L:      dri-devel@lists.freedesktop.org
3317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3318 S:      Supported
3319 F:      drivers/gpu/drm/exynos/
3320 F:      include/drm/exynos*
3321 F:      include/uapi/drm/exynos*
3322
3323 DRM DRIVERS FOR FREESCALE IMX
3324 M:      Philipp Zabel <p.zabel@pengutronix.de>
3325 L:      dri-devel@lists.freedesktop.org
3326 S:      Maintained
3327 F:      drivers/gpu/drm/imx/
3328 F:      Documentation/devicetree/bindings/drm/imx/
3329
3330 DRM DRIVERS FOR NVIDIA TEGRA
3331 M:      Thierry Reding <thierry.reding@gmail.com>
3332 M:      Terje Bergström <tbergstrom@nvidia.com>
3333 L:      dri-devel@lists.freedesktop.org
3334 L:      linux-tegra@vger.kernel.org
3335 T:      git git://anongit.freedesktop.org/tegra/linux.git
3336 S:      Supported
3337 F:      drivers/gpu/drm/tegra/
3338 F:      drivers/gpu/host1x/
3339 F:      include/linux/host1x.h
3340 F:      include/uapi/drm/tegra_drm.h
3341 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3342
3343 DRM DRIVERS FOR RENESAS
3344 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3345 L:      dri-devel@lists.freedesktop.org
3346 L:      linux-sh@vger.kernel.org
3347 T:      git git://people.freedesktop.org/~airlied/linux
3348 S:      Supported
3349 F:      drivers/gpu/drm/rcar-du/
3350 F:      drivers/gpu/drm/shmobile/
3351 F:      include/linux/platform_data/rcar-du.h
3352 F:      include/linux/platform_data/shmob_drm.h
3353
3354 DSBR100 USB FM RADIO DRIVER
3355 M:      Alexey Klimov <klimov.linux@gmail.com>
3356 L:      linux-media@vger.kernel.org
3357 T:      git git://linuxtv.org/media_tree.git
3358 S:      Maintained
3359 F:      drivers/media/radio/dsbr100.c
3360
3361 DSCC4 DRIVER
3362 M:      Francois Romieu <romieu@fr.zoreil.com>
3363 L:      netdev@vger.kernel.org
3364 S:      Maintained
3365 F:      drivers/net/wan/dscc4.c
3366
3367 DVB_USB_AF9015 MEDIA DRIVER
3368 M:      Antti Palosaari <crope@iki.fi>
3369 L:      linux-media@vger.kernel.org
3370 W:      http://linuxtv.org/
3371 W:      http://palosaari.fi/linux/
3372 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3373 T:      git git://linuxtv.org/anttip/media_tree.git
3374 S:      Maintained
3375 F:      drivers/media/usb/dvb-usb-v2/af9015*
3376
3377 DVB_USB_AF9035 MEDIA DRIVER
3378 M:      Antti Palosaari <crope@iki.fi>
3379 L:      linux-media@vger.kernel.org
3380 W:      http://linuxtv.org/
3381 W:      http://palosaari.fi/linux/
3382 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3383 T:      git git://linuxtv.org/anttip/media_tree.git
3384 S:      Maintained
3385 F:      drivers/media/usb/dvb-usb-v2/af9035*
3386
3387 DVB_USB_ANYSEE MEDIA DRIVER
3388 M:      Antti Palosaari <crope@iki.fi>
3389 L:      linux-media@vger.kernel.org
3390 W:      http://linuxtv.org/
3391 W:      http://palosaari.fi/linux/
3392 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3393 T:      git git://linuxtv.org/anttip/media_tree.git
3394 S:      Maintained
3395 F:      drivers/media/usb/dvb-usb-v2/anysee*
3396
3397 DVB_USB_AU6610 MEDIA DRIVER
3398 M:      Antti Palosaari <crope@iki.fi>
3399 L:      linux-media@vger.kernel.org
3400 W:      http://linuxtv.org/
3401 W:      http://palosaari.fi/linux/
3402 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3403 T:      git git://linuxtv.org/anttip/media_tree.git
3404 S:      Maintained
3405 F:      drivers/media/usb/dvb-usb-v2/au6610*
3406
3407 DVB_USB_CE6230 MEDIA DRIVER
3408 M:      Antti Palosaari <crope@iki.fi>
3409 L:      linux-media@vger.kernel.org
3410 W:      http://linuxtv.org/
3411 W:      http://palosaari.fi/linux/
3412 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3413 T:      git git://linuxtv.org/anttip/media_tree.git
3414 S:      Maintained
3415 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3416
3417 DVB_USB_CXUSB MEDIA DRIVER
3418 M:      Michael Krufky <mkrufky@linuxtv.org>
3419 L:      linux-media@vger.kernel.org
3420 W:      http://linuxtv.org/
3421 W:      http://github.com/mkrufky
3422 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3423 T:      git git://linuxtv.org/media_tree.git
3424 S:      Maintained
3425 F:      drivers/media/usb/dvb-usb/cxusb*
3426
3427 DVB_USB_EC168 MEDIA DRIVER
3428 M:      Antti Palosaari <crope@iki.fi>
3429 L:      linux-media@vger.kernel.org
3430 W:      http://linuxtv.org/
3431 W:      http://palosaari.fi/linux/
3432 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3433 T:      git git://linuxtv.org/anttip/media_tree.git
3434 S:      Maintained
3435 F:      drivers/media/usb/dvb-usb-v2/ec168*
3436
3437 DVB_USB_GL861 MEDIA DRIVER
3438 M:      Antti Palosaari <crope@iki.fi>
3439 L:      linux-media@vger.kernel.org
3440 W:      http://linuxtv.org/
3441 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3442 T:      git git://linuxtv.org/anttip/media_tree.git
3443 S:      Maintained
3444 F:      drivers/media/usb/dvb-usb-v2/gl861*
3445
3446 DVB_USB_MXL111SF MEDIA DRIVER
3447 M:      Michael Krufky <mkrufky@linuxtv.org>
3448 L:      linux-media@vger.kernel.org
3449 W:      http://linuxtv.org/
3450 W:      http://github.com/mkrufky
3451 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3452 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3453 S:      Maintained
3454 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3455
3456 DVB_USB_RTL28XXU MEDIA DRIVER
3457 M:      Antti Palosaari <crope@iki.fi>
3458 L:      linux-media@vger.kernel.org
3459 W:      http://linuxtv.org/
3460 W:      http://palosaari.fi/linux/
3461 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3462 T:      git git://linuxtv.org/anttip/media_tree.git
3463 S:      Maintained
3464 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3465
3466 DVB_USB_V2 MEDIA DRIVER
3467 M:      Antti Palosaari <crope@iki.fi>
3468 L:      linux-media@vger.kernel.org
3469 W:      http://linuxtv.org/
3470 W:      http://palosaari.fi/linux/
3471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3472 T:      git git://linuxtv.org/anttip/media_tree.git
3473 S:      Maintained
3474 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3475 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3476
3477 DYNAMIC DEBUG
3478 M:      Jason Baron <jbaron@akamai.com>
3479 S:      Maintained
3480 F:      lib/dynamic_debug.c
3481 F:      include/linux/dynamic_debug.h
3482
3483 DZ DECSTATION DZ11 SERIAL DRIVER
3484 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3485 S:      Maintained
3486 F:      drivers/tty/serial/dz.*
3487
3488 E3X0 POWER BUTTON DRIVER
3489 M:      Moritz Fischer <moritz.fischer@ettus.com>
3490 L:      usrp-users@lists.ettus.com
3491 W:      http://www.ettus.com
3492 S:      Supported
3493 F:      drivers/input/misc/e3x0-button.c
3494 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3495
3496 E4000 MEDIA DRIVER
3497 M:      Antti Palosaari <crope@iki.fi>
3498 L:      linux-media@vger.kernel.org
3499 W:      http://linuxtv.org/
3500 W:      http://palosaari.fi/linux/
3501 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3502 T:      git git://linuxtv.org/anttip/media_tree.git
3503 S:      Maintained
3504 F:      drivers/media/tuners/e4000*
3505
3506 EATA ISA/EISA/PCI SCSI DRIVER
3507 M:      Dario Ballabio <ballabio_dario@emc.com>
3508 L:      linux-scsi@vger.kernel.org
3509 S:      Maintained
3510 F:      drivers/scsi/eata.c
3511
3512 EC100 MEDIA DRIVER
3513 M:      Antti Palosaari <crope@iki.fi>
3514 L:      linux-media@vger.kernel.org
3515 W:      http://linuxtv.org/
3516 W:      http://palosaari.fi/linux/
3517 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3518 T:      git git://linuxtv.org/anttip/media_tree.git
3519 S:      Maintained
3520 F:      drivers/media/dvb-frontends/ec100*
3521
3522 ECRYPT FILE SYSTEM
3523 M:      Tyler Hicks <tyhicks@canonical.com>
3524 L:      ecryptfs@vger.kernel.org
3525 W:      http://ecryptfs.org
3526 W:      https://launchpad.net/ecryptfs
3527 S:      Supported
3528 F:      Documentation/filesystems/ecryptfs.txt
3529 F:      fs/ecryptfs/
3530
3531 EDAC-CORE
3532 M:      Doug Thompson <dougthompson@xmission.com>
3533 M:      Borislav Petkov <bp@alien8.de>
3534 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3535 L:      linux-edac@vger.kernel.org
3536 W:      bluesmoke.sourceforge.net
3537 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3538 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3539 S:      Supported
3540 F:      Documentation/edac.txt
3541 F:      drivers/edac/
3542 F:      include/linux/edac.h
3543
3544 EDAC-AMD64
3545 M:      Doug Thompson <dougthompson@xmission.com>
3546 M:      Borislav Petkov <bp@alien8.de>
3547 L:      linux-edac@vger.kernel.org
3548 W:      bluesmoke.sourceforge.net
3549 S:      Maintained
3550 F:      drivers/edac/amd64_edac*
3551
3552 EDAC-CALXEDA
3553 M:      Doug Thompson <dougthompson@xmission.com>
3554 M:      Robert Richter <rric@kernel.org>
3555 L:      linux-edac@vger.kernel.org
3556 W:      bluesmoke.sourceforge.net
3557 S:      Maintained
3558 F:      drivers/edac/highbank*
3559
3560 EDAC-CAVIUM
3561 M:      Ralf Baechle <ralf@linux-mips.org>
3562 M:      David Daney <david.daney@cavium.com>
3563 L:      linux-edac@vger.kernel.org
3564 L:      linux-mips@linux-mips.org
3565 W:      bluesmoke.sourceforge.net
3566 S:      Supported
3567 F:      drivers/edac/octeon_edac*
3568
3569 EDAC-E752X
3570 M:      Mark Gross <mark.gross@intel.com>
3571 M:      Doug Thompson <dougthompson@xmission.com>
3572 L:      linux-edac@vger.kernel.org
3573 W:      bluesmoke.sourceforge.net
3574 S:      Maintained
3575 F:      drivers/edac/e752x_edac.c
3576
3577 EDAC-E7XXX
3578 M:      Doug Thompson <dougthompson@xmission.com>
3579 L:      linux-edac@vger.kernel.org
3580 W:      bluesmoke.sourceforge.net
3581 S:      Maintained
3582 F:      drivers/edac/e7xxx_edac.c
3583
3584 EDAC-GHES
3585 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3586 L:      linux-edac@vger.kernel.org
3587 W:      bluesmoke.sourceforge.net
3588 S:      Maintained
3589 F:      drivers/edac/ghes_edac.c
3590
3591 EDAC-I82443BXGX
3592 M:      Tim Small <tim@buttersideup.com>
3593 L:      linux-edac@vger.kernel.org
3594 W:      bluesmoke.sourceforge.net
3595 S:      Maintained
3596 F:      drivers/edac/i82443bxgx_edac.c
3597
3598 EDAC-I3000
3599 M:      Jason Uhlenkott <juhlenko@akamai.com>
3600 L:      linux-edac@vger.kernel.org
3601 W:      bluesmoke.sourceforge.net
3602 S:      Maintained
3603 F:      drivers/edac/i3000_edac.c
3604
3605 EDAC-I5000
3606 M:      Doug Thompson <dougthompson@xmission.com>
3607 L:      linux-edac@vger.kernel.org
3608 W:      bluesmoke.sourceforge.net
3609 S:      Maintained
3610 F:      drivers/edac/i5000_edac.c
3611
3612 EDAC-I5400
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/i5400_edac.c
3618
3619 EDAC-I7300
3620 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3621 L:      linux-edac@vger.kernel.org
3622 W:      bluesmoke.sourceforge.net
3623 S:      Maintained
3624 F:      drivers/edac/i7300_edac.c
3625
3626 EDAC-I7CORE
3627 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3628 L:      linux-edac@vger.kernel.org
3629 W:      bluesmoke.sourceforge.net
3630 S:      Maintained
3631 F:      drivers/edac/i7core_edac.c
3632
3633 EDAC-I82975X
3634 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3635 M:      "Arvind R." <arvino55@gmail.com>
3636 L:      linux-edac@vger.kernel.org
3637 W:      bluesmoke.sourceforge.net
3638 S:      Maintained
3639 F:      drivers/edac/i82975x_edac.c
3640
3641 EDAC-IE31200
3642 M:      Jason Baron <jbaron@akamai.com>
3643 L:      linux-edac@vger.kernel.org
3644 W:      bluesmoke.sourceforge.net
3645 S:      Maintained
3646 F:      drivers/edac/ie31200_edac.c
3647
3648 EDAC-MPC85XX
3649 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3650 L:      linux-edac@vger.kernel.org
3651 W:      bluesmoke.sourceforge.net
3652 S:      Maintained
3653 F:      drivers/edac/mpc85xx_edac.[ch]
3654
3655 EDAC-PASEMI
3656 M:      Egor Martovetsky <egor@pasemi.com>
3657 L:      linux-edac@vger.kernel.org
3658 W:      bluesmoke.sourceforge.net
3659 S:      Maintained
3660 F:      drivers/edac/pasemi_edac.c
3661
3662 EDAC-R82600
3663 M:      Tim Small <tim@buttersideup.com>
3664 L:      linux-edac@vger.kernel.org
3665 W:      bluesmoke.sourceforge.net
3666 S:      Maintained
3667 F:      drivers/edac/r82600_edac.c
3668
3669 EDAC-SBRIDGE
3670 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3671 L:      linux-edac@vger.kernel.org
3672 W:      bluesmoke.sourceforge.net
3673 S:      Maintained
3674 F:      drivers/edac/sb_edac.c
3675
3676 EDIROL UA-101/UA-1000 DRIVER
3677 M:      Clemens Ladisch <clemens@ladisch.de>
3678 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3679 T:      git git://git.alsa-project.org/alsa-kernel.git
3680 S:      Maintained
3681 F:      sound/usb/misc/ua101.c
3682
3683 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3684 M:      Matt Fleming <matt.fleming@intel.com>
3685 L:      linux-efi@vger.kernel.org
3686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3687 S:      Maintained
3688 F:      Documentation/efi-stub.txt
3689 F:      arch/ia64/kernel/efi.c
3690 F:      arch/x86/boot/compressed/eboot.[ch]
3691 F:      arch/x86/include/asm/efi.h
3692 F:      arch/x86/platform/efi/*
3693 F:      drivers/firmware/efi/*
3694 F:      include/linux/efi*.h
3695
3696 EFI VARIABLE FILESYSTEM
3697 M:      Matthew Garrett <matthew.garrett@nebula.com>
3698 M:      Jeremy Kerr <jk@ozlabs.org>
3699 M:      Matt Fleming <matt.fleming@intel.com>
3700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3701 L:      linux-efi@vger.kernel.org
3702 S:      Maintained
3703 F:      fs/efivarfs/
3704
3705 EFIFB FRAMEBUFFER DRIVER
3706 L:      linux-fbdev@vger.kernel.org
3707 M:      Peter Jones <pjones@redhat.com>
3708 S:      Maintained
3709 F:      drivers/video/fbdev/efifb.c
3710
3711 EFS FILESYSTEM
3712 W:      http://aeschi.ch.eu.org/efs/
3713 S:      Orphan
3714 F:      fs/efs/
3715
3716 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3717 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3718 M:      Christoph Raisch <raisch@de.ibm.com>
3719 L:      linux-rdma@vger.kernel.org
3720 S:      Supported
3721 F:      drivers/infiniband/hw/ehca/
3722
3723 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3724 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3725 L:      netdev@vger.kernel.org
3726 S:      Maintained
3727 F:      drivers/net/ethernet/ibm/ehea/
3728
3729 EM28XX VIDEO4LINUX DRIVER
3730 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3731 L:      linux-media@vger.kernel.org
3732 W:      http://linuxtv.org
3733 T:      git git://linuxtv.org/media_tree.git
3734 S:      Maintained
3735 F:      drivers/media/usb/em28xx/
3736
3737 EMBEDDED LINUX
3738 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3739 M:      Matt Mackall <mpm@selenic.com>
3740 M:      David Woodhouse <dwmw2@infradead.org>
3741 L:      linux-embedded@vger.kernel.org
3742 S:      Maintained
3743
3744 EMULEX LPFC FC SCSI DRIVER
3745 M:      James Smart <james.smart@emulex.com>
3746 L:      linux-scsi@vger.kernel.org
3747 W:      http://sourceforge.net/projects/lpfcxxxx
3748 S:      Supported
3749 F:      drivers/scsi/lpfc/
3750
3751 ENE CB710 FLASH CARD READER DRIVER
3752 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3753 S:      Maintained
3754 F:      drivers/misc/cb710/
3755 F:      drivers/mmc/host/cb710-mmc.*
3756 F:      include/linux/cb710.h
3757
3758 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3759 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3760 S:      Maintained
3761 F:      drivers/media/rc/ene_ir.*
3762
3763 ENHANCED ERROR HANDLING (EEH)
3764 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3765 L:      linuxppc-dev@lists.ozlabs.org
3766 S:      Supported
3767 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3768 F:      arch/powerpc/kernel/eeh*.c
3769
3770 EPSON S1D13XXX FRAMEBUFFER DRIVER
3771 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3772 S:      Maintained
3773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3774 F:      drivers/video/fbdev/s1d13xxxfb.c
3775 F:      include/video/s1d13xxxfb.h
3776
3777 ET131X NETWORK DRIVER
3778 M:      Mark Einon <mark.einon@gmail.com>
3779 S:      Odd Fixes
3780 F:      drivers/net/ethernet/agere/
3781
3782 ETHERNET BRIDGE
3783 M:      Stephen Hemminger <stephen@networkplumber.org>
3784 L:      bridge@lists.linux-foundation.org
3785 L:      netdev@vger.kernel.org
3786 W:      http://www.linuxfoundation.org/en/Net:Bridge
3787 S:      Maintained
3788 F:      include/linux/netfilter_bridge/
3789 F:      net/bridge/
3790
3791 ETHERNET PHY LIBRARY
3792 M:      Florian Fainelli <f.fainelli@gmail.com>
3793 L:      netdev@vger.kernel.org
3794 S:      Maintained
3795 F:      include/linux/phy.h
3796 F:      include/linux/phy_fixed.h
3797 F:      drivers/net/phy/
3798 F:      Documentation/networking/phy.txt
3799 F:      drivers/of/of_mdio.c
3800 F:      drivers/of/of_net.c
3801
3802 EXT2 FILE SYSTEM
3803 M:      Jan Kara <jack@suse.cz>
3804 L:      linux-ext4@vger.kernel.org
3805 S:      Maintained
3806 F:      Documentation/filesystems/ext2.txt
3807 F:      fs/ext2/
3808 F:      include/linux/ext2*
3809
3810 EXT3 FILE SYSTEM
3811 M:      Jan Kara <jack@suse.cz>
3812 M:      Andrew Morton <akpm@linux-foundation.org>
3813 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3814 L:      linux-ext4@vger.kernel.org
3815 S:      Maintained
3816 F:      Documentation/filesystems/ext3.txt
3817 F:      fs/ext3/
3818
3819 EXT4 FILE SYSTEM
3820 M:      "Theodore Ts'o" <tytso@mit.edu>
3821 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3822 L:      linux-ext4@vger.kernel.org
3823 W:      http://ext4.wiki.kernel.org
3824 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3825 S:      Maintained
3826 F:      Documentation/filesystems/ext4.txt
3827 F:      fs/ext4/
3828
3829 Extended Verification Module (EVM)
3830 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3831 L:      linux-ima-devel@lists.sourceforge.net
3832 L:      linux-security-module@vger.kernel.org
3833 S:      Supported
3834 F:      security/integrity/evm/
3835
3836 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3837 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3838 M:      Chanwoo Choi <cw00.choi@samsung.com>
3839 L:      linux-kernel@vger.kernel.org
3840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3841 S:      Maintained
3842 F:      drivers/extcon/
3843 F:      Documentation/extcon/
3844
3845 EXYNOS DP DRIVER
3846 M:      Jingoo Han <jg1.han@samsung.com>
3847 L:      dri-devel@lists.freedesktop.org
3848 S:      Maintained
3849 F:      drivers/gpu/drm/exynos/exynos_dp*
3850
3851 EXYNOS MIPI DISPLAY DRIVERS
3852 M:      Inki Dae <inki.dae@samsung.com>
3853 M:      Donghwa Lee <dh09.lee@samsung.com>
3854 M:      Kyungmin Park <kyungmin.park@samsung.com>
3855 L:      linux-fbdev@vger.kernel.org
3856 S:      Maintained
3857 F:      drivers/video/fbdev/exynos/exynos_mipi*
3858 F:      include/video/exynos_mipi*
3859
3860 F71805F HARDWARE MONITORING DRIVER
3861 M:      Jean Delvare <jdelvare@suse.de>
3862 L:      lm-sensors@lm-sensors.org
3863 S:      Maintained
3864 F:      Documentation/hwmon/f71805f
3865 F:      drivers/hwmon/f71805f.c
3866
3867 FC0011 TUNER DRIVER
3868 M:      Michael Buesch <m@bues.ch>
3869 L:      linux-media@vger.kernel.org
3870 S:      Maintained
3871 F:      drivers/media/tuners/fc0011.h
3872 F:      drivers/media/tuners/fc0011.c
3873
3874 FC2580 MEDIA DRIVER
3875 M:      Antti Palosaari <crope@iki.fi>
3876 L:      linux-media@vger.kernel.org
3877 W:      http://linuxtv.org/
3878 W:      http://palosaari.fi/linux/
3879 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3880 T:      git git://linuxtv.org/anttip/media_tree.git
3881 S:      Maintained
3882 F:      drivers/media/tuners/fc2580*
3883
3884 FANOTIFY
3885 M:      Eric Paris <eparis@redhat.com>
3886 S:      Maintained
3887 F:      fs/notify/fanotify/
3888 F:      include/linux/fanotify.h
3889 F:      include/uapi/linux/fanotify.h
3890
3891 FARSYNC SYNCHRONOUS DRIVER
3892 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3893 W:      http://www.farsite.co.uk/
3894 S:      Supported
3895 F:      drivers/net/wan/farsync.*
3896
3897 FAULT INJECTION SUPPORT
3898 M:      Akinobu Mita <akinobu.mita@gmail.com>
3899 S:      Supported
3900 F:      Documentation/fault-injection/
3901 F:      lib/fault-inject.c
3902
3903 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3904 M:      Robert Love <robert.w.love@intel.com>
3905 L:      fcoe-devel@open-fcoe.org
3906 W:      www.Open-FCoE.org
3907 S:      Supported
3908 F:      drivers/scsi/libfc/
3909 F:      drivers/scsi/fcoe/
3910 F:      include/scsi/fc/
3911 F:      include/scsi/libfc.h
3912 F:      include/scsi/libfcoe.h
3913 F:      include/uapi/scsi/fc/
3914
3915 FILE LOCKING (flock() and fcntl()/lockf())
3916 M:      Jeff Layton <jlayton@poochiereds.net>
3917 M:      J. Bruce Fields <bfields@fieldses.org>
3918 L:      linux-fsdevel@vger.kernel.org
3919 S:      Maintained
3920 F:      include/linux/fcntl.h
3921 F:      include/linux/fs.h
3922 F:      include/uapi/linux/fcntl.h
3923 F:      include/uapi/linux/fs.h
3924 F:      fs/fcntl.c
3925 F:      fs/locks.c
3926
3927 FILESYSTEMS (VFS and infrastructure)
3928 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3929 L:      linux-fsdevel@vger.kernel.org
3930 S:      Maintained
3931 F:      fs/*
3932
3933 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3934 M:      Riku Voipio <riku.voipio@iki.fi>
3935 L:      lm-sensors@lm-sensors.org
3936 S:      Maintained
3937 F:      drivers/hwmon/f75375s.c
3938 F:      include/linux/f75375s.h
3939
3940 FIREWIRE AUDIO DRIVERS
3941 M:      Clemens Ladisch <clemens@ladisch.de>
3942 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3943 T:      git git://git.alsa-project.org/alsa-kernel.git
3944 S:      Maintained
3945 F:      sound/firewire/
3946
3947 FIREWIRE MEDIA DRIVERS (firedtv)
3948 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3949 L:      linux-media@vger.kernel.org
3950 L:      linux1394-devel@lists.sourceforge.net
3951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3952 S:      Maintained
3953 F:      drivers/media/firewire/
3954
3955 FIREWIRE SBP-2 TARGET
3956 M:      Chris Boot <bootc@bootc.net>
3957 L:      linux-scsi@vger.kernel.org
3958 L:      target-devel@vger.kernel.org
3959 L:      linux1394-devel@lists.sourceforge.net
3960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3961 S:      Maintained
3962 F:      drivers/target/sbp/
3963
3964 FIREWIRE SUBSYSTEM
3965 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3966 L:      linux1394-devel@lists.sourceforge.net
3967 W:      http://ieee1394.wiki.kernel.org/
3968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3969 S:      Maintained
3970 F:      drivers/firewire/
3971 F:      include/linux/firewire.h
3972 F:      include/uapi/linux/firewire*.h
3973 F:      tools/firewire/
3974
3975 FIRMWARE LOADER (request_firmware)
3976 M:      Ming Lei <ming.lei@canonical.com>
3977 L:      linux-kernel@vger.kernel.org
3978 S:      Maintained
3979 F:      Documentation/firmware_class/
3980 F:      drivers/base/firmware*.c
3981 F:      include/linux/firmware.h
3982
3983 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3984 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3985 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3986 S:      Maintained
3987 F:      drivers/block/rsxx/
3988
3989 FLOPPY DRIVER
3990 M:      Jiri Kosina <jkosina@suse.cz>
3991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3992 S:      Odd fixes
3993 F:      drivers/block/floppy.c
3994
3995 FMC SUBSYSTEM
3996 M:      Alessandro Rubini <rubini@gnudd.com>
3997 W:      http://www.ohwr.org/projects/fmc-bus
3998 S:      Supported
3999 F:      drivers/fmc/
4000 F:      include/linux/fmc*.h
4001 F:      include/linux/ipmi-fru.h
4002 K:      fmc_d.*register
4003
4004 FPU EMULATOR
4005 M:      Bill Metzenthen <billm@melbpc.org.au>
4006 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4007 S:      Maintained
4008 F:      arch/x86/math-emu/
4009
4010 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4011 L:      netdev@vger.kernel.org
4012 S:      Orphan
4013 F:      drivers/net/wan/dlci.c
4014 F:      drivers/net/wan/sdla.c
4015
4016 FRAMEBUFFER LAYER
4017 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4018 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4019 L:      linux-fbdev@vger.kernel.org
4020 W:      http://linux-fbdev.sourceforge.net/
4021 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4023 S:      Maintained
4024 F:      Documentation/fb/
4025 F:      Documentation/devicetree/bindings/fb/
4026 F:      drivers/video/
4027 F:      include/video/
4028 F:      include/linux/fb.h
4029 F:      include/uapi/video/
4030 F:      include/uapi/linux/fb.h
4031
4032 FREESCALE DIU FRAMEBUFFER DRIVER
4033 M:      Timur Tabi <timur@tabi.org>
4034 L:      linux-fbdev@vger.kernel.org
4035 S:      Maintained
4036 F:      drivers/video/fbdev/fsl-diu-fb.*
4037
4038 FREESCALE DMA DRIVER
4039 M:      Li Yang <leoli@freescale.com>
4040 M:      Zhang Wei <zw@zh-kernel.org>
4041 L:      linuxppc-dev@lists.ozlabs.org
4042 S:      Maintained
4043 F:      drivers/dma/fsldma.*
4044
4045 FREESCALE I2C CPM DRIVER
4046 M:      Jochen Friedrich <jochen@scram.de>
4047 L:      linuxppc-dev@lists.ozlabs.org
4048 L:      linux-i2c@vger.kernel.org
4049 S:      Maintained
4050 F:      drivers/i2c/busses/i2c-cpm.c
4051
4052 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4053 M:      Sascha Hauer <kernel@pengutronix.de>
4054 L:      linux-fbdev@vger.kernel.org
4055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4056 S:      Maintained
4057 F:      include/linux/platform_data/video-imxfb.h
4058 F:      drivers/video/fbdev/imxfb.c
4059
4060 FREESCALE SOC FS_ENET DRIVER
4061 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4062 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4063 L:      linuxppc-dev@lists.ozlabs.org
4064 L:      netdev@vger.kernel.org
4065 S:      Maintained
4066 F:      drivers/net/ethernet/freescale/fs_enet/
4067 F:      include/linux/fs_enet_pd.h
4068
4069 FREESCALE QUICC ENGINE LIBRARY
4070 L:      linuxppc-dev@lists.ozlabs.org
4071 S:      Orphan
4072 F:      arch/powerpc/sysdev/qe_lib/
4073 F:      arch/powerpc/include/asm/*qe.h
4074
4075 FREESCALE USB PERIPHERAL DRIVERS
4076 M:      Li Yang <leoli@freescale.com>
4077 L:      linux-usb@vger.kernel.org
4078 L:      linuxppc-dev@lists.ozlabs.org
4079 S:      Maintained
4080 F:      drivers/usb/gadget/udc/fsl*
4081
4082 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4083 M:      Li Yang <leoli@freescale.com>
4084 L:      netdev@vger.kernel.org
4085 L:      linuxppc-dev@lists.ozlabs.org
4086 S:      Maintained
4087 F:      drivers/net/ethernet/freescale/ucc_geth*
4088
4089 FREESCALE QUICC ENGINE UCC UART DRIVER
4090 M:      Timur Tabi <timur@tabi.org>
4091 L:      linuxppc-dev@lists.ozlabs.org
4092 S:      Maintained
4093 F:      drivers/tty/serial/ucc_uart.c
4094
4095 FREESCALE SOC SOUND DRIVERS
4096 M:      Timur Tabi <timur@tabi.org>
4097 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4098 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4099 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4100 L:      linuxppc-dev@lists.ozlabs.org
4101 S:      Maintained
4102 F:      sound/soc/fsl/fsl*
4103 F:      sound/soc/fsl/imx*
4104 F:      sound/soc/fsl/mpc8610_hpcd.c
4105
4106 FREEVXFS FILESYSTEM
4107 M:      Christoph Hellwig <hch@infradead.org>
4108 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4109 S:      Maintained
4110 F:      fs/freevxfs/
4111
4112 FREEZER
4113 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4114 M:      Pavel Machek <pavel@ucw.cz>
4115 L:      linux-pm@vger.kernel.org
4116 S:      Supported
4117 F:      Documentation/power/freezing-of-tasks.txt
4118 F:      include/linux/freezer.h
4119 F:      kernel/freezer.c
4120
4121 FRONTSWAP API
4122 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4123 L:      linux-kernel@vger.kernel.org
4124 S:      Maintained
4125 F:      mm/frontswap.c
4126 F:      include/linux/frontswap.h
4127
4128 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4129 M:      David Howells <dhowells@redhat.com>
4130 L:      linux-cachefs@redhat.com
4131 S:      Supported
4132 F:      Documentation/filesystems/caching/
4133 F:      fs/fscache/
4134 F:      include/linux/fscache*.h
4135
4136 F2FS FILE SYSTEM
4137 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4138 M:      Changman Lee <cm224.lee@samsung.com>
4139 L:      linux-f2fs-devel@lists.sourceforge.net
4140 W:      http://en.wikipedia.org/wiki/F2FS
4141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4142 S:      Maintained
4143 F:      Documentation/filesystems/f2fs.txt
4144 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4145 F:      fs/f2fs/
4146 F:      include/linux/f2fs_fs.h
4147
4148 FUJITSU FR-V (FRV) PORT
4149 M:      David Howells <dhowells@redhat.com>
4150 S:      Maintained
4151 F:      arch/frv/
4152
4153 FUJITSU LAPTOP EXTRAS
4154 M:      Jonathan Woithe <jwoithe@just42.net>
4155 L:      platform-driver-x86@vger.kernel.org
4156 S:      Maintained
4157 F:      drivers/platform/x86/fujitsu-laptop.c
4158
4159 FUJITSU M-5MO LS CAMERA ISP DRIVER
4160 M:      Kyungmin Park <kyungmin.park@samsung.com>
4161 M:      Heungjun Kim <riverful.kim@samsung.com>
4162 L:      linux-media@vger.kernel.org
4163 S:      Maintained
4164 F:      drivers/media/i2c/m5mols/
4165 F:      include/media/m5mols.h
4166
4167 FUJITSU TABLET EXTRAS
4168 M:      Robert Gerlach <khnz@gmx.de>
4169 L:      platform-driver-x86@vger.kernel.org
4170 S:      Maintained
4171 F:      drivers/platform/x86/fujitsu-tablet.c
4172
4173 FUSE: FILESYSTEM IN USERSPACE
4174 M:      Miklos Szeredi <miklos@szeredi.hu>
4175 L:      fuse-devel@lists.sourceforge.net
4176 W:      http://fuse.sourceforge.net/
4177 S:      Maintained
4178 F:      fs/fuse/
4179 F:      include/uapi/linux/fuse.h
4180
4181 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4182 M:      Rik Faith <faith@cs.unc.edu>
4183 L:      linux-scsi@vger.kernel.org
4184 S:      Odd Fixes (e.g., new signatures)
4185 F:      drivers/scsi/fdomain.*
4186
4187 GCOV BASED KERNEL PROFILING
4188 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4189 S:      Maintained
4190 F:      kernel/gcov/
4191 F:      Documentation/gcov.txt
4192
4193 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4194 M:      Achim Leubner <achim_leubner@adaptec.com>
4195 L:      linux-scsi@vger.kernel.org
4196 W:      http://www.icp-vortex.com/
4197 S:      Supported
4198 F:      drivers/scsi/gdt*
4199
4200 GEMTEK FM RADIO RECEIVER DRIVER
4201 M:      Hans Verkuil <hverkuil@xs4all.nl>
4202 L:      linux-media@vger.kernel.org
4203 T:      git git://linuxtv.org/media_tree.git
4204 W:      http://linuxtv.org
4205 S:      Maintained
4206 F:      drivers/media/radio/radio-gemtek*
4207
4208 GENERIC GPIO I2C DRIVER
4209 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4210 S:      Supported
4211 F:      drivers/i2c/busses/i2c-gpio.c
4212 F:      include/linux/i2c-gpio.h
4213
4214 GENERIC GPIO I2C MULTIPLEXER DRIVER
4215 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4216 L:      linux-i2c@vger.kernel.org
4217 S:      Supported
4218 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4219 F:      include/linux/i2c-mux-gpio.h
4220 F:      Documentation/i2c/muxes/i2c-mux-gpio
4221
4222 GENERIC HDLC (WAN) DRIVERS
4223 M:      Krzysztof Halasa <khc@pm.waw.pl>
4224 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4225 S:      Maintained
4226 F:      drivers/net/wan/c101.c
4227 F:      drivers/net/wan/hd6457*
4228 F:      drivers/net/wan/hdlc*
4229 F:      drivers/net/wan/n2.c
4230 F:      drivers/net/wan/pc300too.c
4231 F:      drivers/net/wan/pci200syn.c
4232 F:      drivers/net/wan/wanxl*
4233
4234 GENERIC INCLUDE/ASM HEADER FILES
4235 M:      Arnd Bergmann <arnd@arndb.de>
4236 L:      linux-arch@vger.kernel.org
4237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4238 S:      Maintained
4239 F:      include/asm-generic/
4240 F:      include/uapi/asm-generic/
4241
4242 GENERIC PHY FRAMEWORK
4243 M:      Kishon Vijay Abraham I <kishon@ti.com>
4244 L:      linux-kernel@vger.kernel.org
4245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4246 S:      Supported
4247 F:      drivers/phy/
4248 F:      include/linux/phy/
4249
4250 GENERIC UIO DRIVER FOR PCI DEVICES
4251 M:      "Michael S. Tsirkin" <mst@redhat.com>
4252 L:      kvm@vger.kernel.org
4253 S:      Supported
4254 F:      drivers/uio/uio_pci_generic.c
4255
4256 GET_MAINTAINER SCRIPT
4257 M:      Joe Perches <joe@perches.com>
4258 S:      Maintained
4259 F:      scripts/get_maintainer.pl
4260
4261 GFS2 FILE SYSTEM
4262 M:      Steven Whitehouse <swhiteho@redhat.com>
4263 L:      cluster-devel@redhat.com
4264 W:      http://sources.redhat.com/cluster/
4265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4267 S:      Supported
4268 F:      Documentation/filesystems/gfs2*.txt
4269 F:      fs/gfs2/
4270 F:      include/uapi/linux/gfs2_ondisk.h
4271
4272 GIGASET ISDN DRIVERS
4273 M:      Hansjoerg Lipp <hjlipp@web.de>
4274 M:      Tilman Schmidt <tilman@imap.cc>
4275 L:      gigaset307x-common@lists.sourceforge.net
4276 W:      http://gigaset307x.sourceforge.net/
4277 S:      Maintained
4278 F:      Documentation/isdn/README.gigaset
4279 F:      drivers/isdn/gigaset/
4280 F:      include/uapi/linux/gigaset_dev.h
4281
4282 GO7007 MPEG CODEC
4283 M:      Hans Verkuil <hans.verkuil@cisco.com>
4284 L:      linux-media@vger.kernel.org
4285 S:      Maintained
4286 F:      drivers/media/usb/go7007/
4287
4288 GOODIX TOUCHSCREEN
4289 M:      Bastien Nocera <hadess@hadess.net>
4290 L:      linux-input@vger.kernel.org
4291 S:      Maintained
4292 F:      drivers/input/touchscreen/goodix.c
4293
4294 GPIO SUBSYSTEM
4295 M:      Linus Walleij <linus.walleij@linaro.org>
4296 M:      Alexandre Courbot <gnurou@gmail.com>
4297 L:      linux-gpio@vger.kernel.org
4298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4299 S:      Maintained
4300 F:      Documentation/gpio/
4301 F:      drivers/gpio/
4302 F:      include/linux/gpio/
4303 F:      include/linux/gpio.h
4304 F:      include/asm-generic/gpio.h
4305
4306 GRE DEMULTIPLEXER DRIVER
4307 M:      Dmitry Kozlov <xeb@mail.ru>
4308 L:      netdev@vger.kernel.org
4309 S:      Maintained
4310 F:      net/ipv4/gre_demux.c
4311 F:      net/ipv4/gre_offload.c
4312 F:      include/net/gre.h
4313
4314 GRETH 10/100/1G Ethernet MAC device driver
4315 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4316 L:      netdev@vger.kernel.org
4317 S:      Maintained
4318 F:      drivers/net/ethernet/aeroflex/
4319
4320 GSPCA FINEPIX SUBDRIVER
4321 M:      Frank Zago <frank@zago.net>
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/finepix.c
4326
4327 GSPCA GL860 SUBDRIVER
4328 M:      Olivier Lorin <o.lorin@laposte.net>
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/gl860/
4333
4334 GSPCA M5602 SUBDRIVER
4335 M:      Erik Andren <erik.andren@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/m5602/
4340
4341 GSPCA PAC207 SONIXB SUBDRIVER
4342 M:      Hans de Goede <hdegoede@redhat.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/pac207.c
4347
4348 GSPCA SN9C20X SUBDRIVER
4349 M:      Brian Johnson <brijohn@gmail.com>
4350 L:      linux-media@vger.kernel.org
4351 T:      git git://linuxtv.org/media_tree.git
4352 S:      Maintained
4353 F:      drivers/media/usb/gspca/sn9c20x.c
4354
4355 GSPCA T613 SUBDRIVER
4356 M:      Leandro Costantino <lcostantino@gmail.com>
4357 L:      linux-media@vger.kernel.org
4358 T:      git git://linuxtv.org/media_tree.git
4359 S:      Maintained
4360 F:      drivers/media/usb/gspca/t613.c
4361
4362 GSPCA USB WEBCAM DRIVER
4363 M:      Hans de Goede <hdegoede@redhat.com>
4364 L:      linux-media@vger.kernel.org
4365 T:      git git://linuxtv.org/media_tree.git
4366 S:      Maintained
4367 F:      drivers/media/usb/gspca/
4368
4369 GUID PARTITION TABLE (GPT)
4370 M:      Davidlohr Bueso <davidlohr@hp.com>
4371 L:      linux-efi@vger.kernel.org
4372 S:      Maintained
4373 F:      block/partitions/efi.*
4374
4375 STK1160 USB VIDEO CAPTURE DRIVER
4376 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4377 L:      linux-media@vger.kernel.org
4378 T:      git git://linuxtv.org/media_tree.git
4379 S:      Maintained
4380 F:      drivers/media/usb/stk1160/
4381
4382 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4383 M:      Frank Seidel <frank@f-seidel.de>
4384 L:      platform-driver-x86@vger.kernel.org
4385 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4386 S:      Maintained
4387 F:      drivers/platform/x86/hdaps.c
4388
4389 HDPVR USB VIDEO ENCODER DRIVER
4390 M:      Hans Verkuil <hverkuil@xs4all.nl>
4391 L:      linux-media@vger.kernel.org
4392 T:      git git://linuxtv.org/media_tree.git
4393 W:      http://linuxtv.org
4394 S:      Odd Fixes
4395 F:      drivers/media/usb/hdpvr/
4396
4397 HWPOISON MEMORY FAILURE HANDLING
4398 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4399 L:      linux-mm@kvack.org
4400 S:      Maintained
4401 F:      mm/memory-failure.c
4402 F:      mm/hwpoison-inject.c
4403
4404 HYPERVISOR VIRTUAL CONSOLE DRIVER
4405 L:      linuxppc-dev@lists.ozlabs.org
4406 S:      Odd Fixes
4407 F:      drivers/tty/hvc/
4408
4409 HACKRF MEDIA DRIVER
4410 M:      Antti Palosaari <crope@iki.fi>
4411 L:      linux-media@vger.kernel.org
4412 W:      http://linuxtv.org/
4413 W:      http://palosaari.fi/linux/
4414 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4415 T:      git git://linuxtv.org/anttip/media_tree.git
4416 S:      Maintained
4417 F:      drivers/media/usb/hackrf/
4418
4419 HARDWARE MONITORING
4420 M:      Jean Delvare <jdelvare@suse.de>
4421 M:      Guenter Roeck <linux@roeck-us.net>
4422 L:      lm-sensors@lm-sensors.org
4423 W:      http://www.lm-sensors.org/
4424 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4426 S:      Maintained
4427 F:      Documentation/hwmon/
4428 F:      drivers/hwmon/
4429 F:      include/linux/hwmon*.h
4430
4431 HARDWARE RANDOM NUMBER GENERATOR CORE
4432 M:      Matt Mackall <mpm@selenic.com>
4433 M:      Herbert Xu <herbert@gondor.apana.org.au>
4434 S:      Odd fixes
4435 F:      Documentation/hw_random.txt
4436 F:      drivers/char/hw_random/
4437 F:      include/linux/hw_random.h
4438
4439 HARDWARE SPINLOCK CORE
4440 M:      Ohad Ben-Cohen <ohad@wizery.com>
4441 S:      Maintained
4442 F:      Documentation/hwspinlock.txt
4443 F:      drivers/hwspinlock/hwspinlock_*
4444 F:      include/linux/hwspinlock.h
4445
4446 HARMONY SOUND DRIVER
4447 L:      linux-parisc@vger.kernel.org
4448 S:      Maintained
4449 F:      sound/parisc/harmony.*
4450
4451 HD29L2 MEDIA DRIVER
4452 M:      Antti Palosaari <crope@iki.fi>
4453 L:      linux-media@vger.kernel.org
4454 W:      http://linuxtv.org/
4455 W:      http://palosaari.fi/linux/
4456 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4457 T:      git git://linuxtv.org/anttip/media_tree.git
4458 S:      Maintained
4459 F:      drivers/media/dvb-frontends/hd29l2*
4460
4461 HEWLETT-PACKARD SMART2 RAID DRIVER
4462 L:      iss_storagedev@hp.com
4463 S:      Orphan
4464 F:      Documentation/blockdev/cpqarray.txt
4465 F:      drivers/block/cpqarray.*
4466
4467 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4468 M:      Don Brace <don.brace@pmcs.com>
4469 L:      iss_storagedev@hp.com
4470 L:      storagedev@pmcs.com
4471 L:      linux-scsi@vger.kernel.org
4472 S:      Supported
4473 F:      Documentation/scsi/hpsa.txt
4474 F:      drivers/scsi/hpsa*.[ch]
4475 F:      include/linux/cciss*.h
4476 F:      include/uapi/linux/cciss*.h
4477
4478 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4479 M:      Don Brace <don.brace@pmcs.com>
4480 L:      iss_storagedev@hp.com
4481 L:      storagedev@pmcs.com
4482 L:      linux-scsi@vger.kernel.org
4483 S:      Supported
4484 F:      Documentation/blockdev/cciss.txt
4485 F:      drivers/block/cciss*
4486 F:      include/linux/cciss_ioctl.h
4487 F:      include/uapi/linux/cciss_ioctl.h
4488
4489 HFS FILESYSTEM
4490 L:      linux-fsdevel@vger.kernel.org
4491 S:      Orphan
4492 F:      Documentation/filesystems/hfs.txt
4493 F:      fs/hfs/
4494
4495 HFSPLUS FILESYSTEM
4496 L:      linux-fsdevel@vger.kernel.org
4497 S:      Orphan
4498 F:      Documentation/filesystems/hfsplus.txt
4499 F:      fs/hfsplus/
4500
4501 HGA FRAMEBUFFER DRIVER
4502 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4503 L:      linux-nvidia@lists.surfsouth.com
4504 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4505 S:      Maintained
4506 F:      drivers/video/fbdev/hgafb.c
4507
4508 HIBERNATION (aka Software Suspend, aka swsusp)
4509 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4510 M:      Pavel Machek <pavel@ucw.cz>
4511 L:      linux-pm@vger.kernel.org
4512 S:      Supported
4513 F:      arch/x86/power/
4514 F:      drivers/base/power/
4515 F:      kernel/power/
4516 F:      include/linux/suspend.h
4517 F:      include/linux/freezer.h
4518 F:      include/linux/pm.h
4519 F:      arch/*/include/asm/suspend*.h
4520
4521 HID CORE LAYER
4522 M:      Jiri Kosina <jkosina@suse.cz>
4523 L:      linux-input@vger.kernel.org
4524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4525 S:      Maintained
4526 F:      drivers/hid/
4527 F:      include/linux/hid*
4528 F:      include/uapi/linux/hid*
4529
4530 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4531 M:      Thomas Gleixner <tglx@linutronix.de>
4532 L:      linux-kernel@vger.kernel.org
4533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4534 S:      Maintained
4535 F:      Documentation/timers/
4536 F:      kernel/time/hrtimer.c
4537 F:      kernel/time/clockevents.c
4538 F:      kernel/time/tick*.*
4539 F:      kernel/time/timer_*.c
4540 F:      include/linux/clockchips.h
4541 F:      include/linux/hrtimer.h
4542
4543 HIGH-SPEED SCC DRIVER FOR AX.25
4544 L:      linux-hams@vger.kernel.org
4545 S:      Orphan
4546 F:      drivers/net/hamradio/dmascc.c
4547 F:      drivers/net/hamradio/scc.c
4548
4549 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4550 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4551 W:      http://www.highpoint-tech.com
4552 S:      Supported
4553 F:      Documentation/scsi/hptiop.txt
4554 F:      drivers/scsi/hptiop.c
4555
4556 HIPPI
4557 M:      Jes Sorensen <jes@trained-monkey.org>
4558 L:      linux-hippi@sunsite.dk
4559 S:      Maintained
4560 F:      include/linux/hippidevice.h
4561 F:      include/uapi/linux/if_hippi.h
4562 F:      net/802/hippi.c
4563 F:      drivers/net/hippi/
4564
4565 HOST AP DRIVER
4566 M:      Jouni Malinen <j@w1.fi>
4567 L:      hostap@shmoo.com (subscribers-only)
4568 L:      linux-wireless@vger.kernel.org
4569 W:      http://hostap.epitest.fi/
4570 S:      Maintained
4571 F:      drivers/net/wireless/hostap/
4572
4573 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4574 L:      platform-driver-x86@vger.kernel.org
4575 S:      Orphan
4576 F:      drivers/platform/x86/tc1100-wmi.c
4577
4578 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4579 M:      Jaroslav Kysela <perex@perex.cz>
4580 S:      Maintained
4581 F:      drivers/net/ethernet/hp/hp100.*
4582
4583 HPET:   High Precision Event Timers driver
4584 M:      Clemens Ladisch <clemens@ladisch.de>
4585 S:      Maintained
4586 F:      Documentation/timers/hpet.txt
4587 F:      drivers/char/hpet.c
4588 F:      include/linux/hpet.h
4589 F:      include/uapi/linux/hpet.h
4590
4591 HPET:   x86
4592 S:      Orphan
4593 F:      arch/x86/kernel/hpet.c
4594 F:      arch/x86/include/asm/hpet.h
4595
4596 HPFS FILESYSTEM
4597 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4598 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4599 S:      Maintained
4600 F:      fs/hpfs/
4601
4602 HSI SUBSYSTEM
4603 M:      Sebastian Reichel <sre@kernel.org>
4604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4605 S:      Maintained
4606 F:      Documentation/ABI/testing/sysfs-bus-hsi
4607 F:      Documentation/hsi.txt
4608 F:      drivers/hsi/
4609 F:      include/linux/hsi/
4610 F:      include/uapi/linux/hsi/
4611
4612 HSO 3G MODEM DRIVER
4613 M:      Jan Dumon <j.dumon@option.com>
4614 W:      http://www.pharscape.org
4615 S:      Maintained
4616 F:      drivers/net/usb/hso.c
4617
4618 HSR NETWORK PROTOCOL
4619 M:      Arvid Brodin <arvid.brodin@alten.se>
4620 L:      netdev@vger.kernel.org
4621 S:      Maintained
4622 F:      net/hsr/
4623
4624 HTCPEN TOUCHSCREEN DRIVER
4625 M:      Pau Oliva Fora <pof@eslack.org>
4626 L:      linux-input@vger.kernel.org
4627 S:      Maintained
4628 F:      drivers/input/touchscreen/htcpen.c
4629
4630 HUGETLB FILESYSTEM
4631 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4632 S:      Maintained
4633 F:      fs/hugetlbfs/
4634
4635 Hyper-V CORE AND DRIVERS
4636 M:      K. Y. Srinivasan <kys@microsoft.com>
4637 M:      Haiyang Zhang <haiyangz@microsoft.com>
4638 L:      devel@linuxdriverproject.org
4639 S:      Maintained
4640 F:      arch/x86/include/asm/mshyperv.h
4641 F:      arch/x86/include/uapi/asm/hyperv.h
4642 F:      arch/x86/kernel/cpu/mshyperv.c
4643 F:      drivers/hid/hid-hyperv.c
4644 F:      drivers/hv/
4645 F:      drivers/input/serio/hyperv-keyboard.c
4646 F:      drivers/net/hyperv/
4647 F:      drivers/scsi/storvsc_drv.c
4648 F:      drivers/video/fbdev/hyperv_fb.c
4649 F:      include/linux/hyperv.h
4650 F:      tools/hv/
4651
4652 I2C OVER PARALLEL PORT
4653 M:      Jean Delvare <jdelvare@suse.de>
4654 L:      linux-i2c@vger.kernel.org
4655 S:      Maintained
4656 F:      Documentation/i2c/busses/i2c-parport
4657 F:      Documentation/i2c/busses/i2c-parport-light
4658 F:      drivers/i2c/busses/i2c-parport.c
4659 F:      drivers/i2c/busses/i2c-parport-light.c
4660
4661 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4662 M:      Jean Delvare <jdelvare@suse.de>
4663 L:      linux-i2c@vger.kernel.org
4664 S:      Maintained
4665 F:      Documentation/i2c/busses/i2c-ali1535
4666 F:      Documentation/i2c/busses/i2c-ali1563
4667 F:      Documentation/i2c/busses/i2c-ali15x3
4668 F:      Documentation/i2c/busses/i2c-amd756
4669 F:      Documentation/i2c/busses/i2c-amd8111
4670 F:      Documentation/i2c/busses/i2c-i801
4671 F:      Documentation/i2c/busses/i2c-nforce2
4672 F:      Documentation/i2c/busses/i2c-piix4
4673 F:      Documentation/i2c/busses/i2c-sis5595
4674 F:      Documentation/i2c/busses/i2c-sis630
4675 F:      Documentation/i2c/busses/i2c-sis96x
4676 F:      Documentation/i2c/busses/i2c-via
4677 F:      Documentation/i2c/busses/i2c-viapro
4678 F:      drivers/i2c/busses/i2c-ali1535.c
4679 F:      drivers/i2c/busses/i2c-ali1563.c
4680 F:      drivers/i2c/busses/i2c-ali15x3.c
4681 F:      drivers/i2c/busses/i2c-amd756.c
4682 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4683 F:      drivers/i2c/busses/i2c-amd8111.c
4684 F:      drivers/i2c/busses/i2c-i801.c
4685 F:      drivers/i2c/busses/i2c-isch.c
4686 F:      drivers/i2c/busses/i2c-nforce2.c
4687 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4688 F:      drivers/i2c/busses/i2c-piix4.c
4689 F:      drivers/i2c/busses/i2c-sis5595.c
4690 F:      drivers/i2c/busses/i2c-sis630.c
4691 F:      drivers/i2c/busses/i2c-sis96x.c
4692 F:      drivers/i2c/busses/i2c-via.c
4693 F:      drivers/i2c/busses/i2c-viapro.c
4694
4695 I2C/SMBUS ISMT DRIVER
4696 M:      Seth Heasley <seth.heasley@intel.com>
4697 M:      Neil Horman <nhorman@tuxdriver.com>
4698 L:      linux-i2c@vger.kernel.org
4699 F:      drivers/i2c/busses/i2c-ismt.c
4700 F:      Documentation/i2c/busses/i2c-ismt
4701
4702 I2C/SMBUS STUB DRIVER
4703 M:      Jean Delvare <jdelvare@suse.de>
4704 L:      linux-i2c@vger.kernel.org
4705 S:      Maintained
4706 F:      drivers/i2c/i2c-stub.c
4707
4708 I2C SUBSYSTEM
4709 M:      Wolfram Sang <wsa@the-dreams.de>
4710 L:      linux-i2c@vger.kernel.org
4711 W:      https://i2c.wiki.kernel.org/
4712 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4714 S:      Maintained
4715 F:      Documentation/devicetree/bindings/i2c/
4716 F:      Documentation/i2c/
4717 F:      drivers/i2c/
4718 F:      include/linux/i2c.h
4719 F:      include/linux/i2c-*.h
4720 F:      include/uapi/linux/i2c.h
4721 F:      include/uapi/linux/i2c-*.h
4722
4723 I2C ACPI SUPPORT
4724 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4725 L:      linux-i2c@vger.kernel.org
4726 L:      linux-acpi@vger.kernel.org
4727 S:      Maintained
4728
4729 I2C-TAOS-EVM DRIVER
4730 M:      Jean Delvare <jdelvare@suse.de>
4731 L:      linux-i2c@vger.kernel.org
4732 S:      Maintained
4733 F:      Documentation/i2c/busses/i2c-taos-evm
4734 F:      drivers/i2c/busses/i2c-taos-evm.c
4735
4736 I2C-TINY-USB DRIVER
4737 M:      Till Harbaum <till@harbaum.org>
4738 L:      linux-i2c@vger.kernel.org
4739 W:      http://www.harbaum.org/till/i2c_tiny_usb
4740 S:      Maintained
4741 F:      drivers/i2c/busses/i2c-tiny-usb.c
4742
4743 i386 BOOT CODE
4744 M:      "H. Peter Anvin" <hpa@zytor.com>
4745 S:      Maintained
4746 F:      arch/x86/boot/
4747
4748 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4749 M:      "H. Peter Anvin" <hpa@zytor.com>
4750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4751 S:      Maintained
4752
4753 IA64 (Itanium) PLATFORM
4754 M:      Tony Luck <tony.luck@intel.com>
4755 M:      Fenghua Yu <fenghua.yu@intel.com>
4756 L:      linux-ia64@vger.kernel.org
4757 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4758 S:      Maintained
4759 F:      arch/ia64/
4760
4761 IBM Power in-Nest Crypto Acceleration
4762 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4763 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4764 L:      linux-crypto@vger.kernel.org
4765 S:      Supported
4766 F:      drivers/crypto/nx/
4767
4768 IBM Power 842 compression accelerator
4769 M:      Dan Streetman <ddstreet@us.ibm.com>
4770 S:      Supported
4771 F:      drivers/crypto/nx/nx-842.c
4772 F:      include/linux/nx842.h
4773
4774 IBM Power Linux RAID adapter
4775 M:      Brian King <brking@us.ibm.com>
4776 S:      Supported
4777 F:      drivers/scsi/ipr.*
4778
4779 IBM Power Virtual Ethernet Device Driver
4780 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4781 L:      netdev@vger.kernel.org
4782 S:      Supported
4783 F:      drivers/net/ethernet/ibm/ibmveth.*
4784
4785 IBM Power Virtual SCSI Device Drivers
4786 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4787 L:      linux-scsi@vger.kernel.org
4788 S:      Supported
4789 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4790 F:      drivers/scsi/ibmvscsi/viosrp.h
4791
4792 IBM Power Virtual FC Device Drivers
4793 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4794 L:      linux-scsi@vger.kernel.org
4795 S:      Supported
4796 F:      drivers/scsi/ibmvscsi/ibmvfc*
4797
4798 IBM ServeRAID RAID DRIVER
4799 S:      Orphan
4800 F:      drivers/scsi/ips.*
4801
4802 ICH LPC AND GPIO DRIVER
4803 M:      Peter Tyser <ptyser@xes-inc.com>
4804 S:      Maintained
4805 F:      drivers/mfd/lpc_ich.c
4806 F:      drivers/gpio/gpio-ich.c
4807
4808 IDE SUBSYSTEM
4809 M:      "David S. Miller" <davem@davemloft.net>
4810 L:      linux-ide@vger.kernel.org
4811 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4813 S:      Maintained
4814 F:      Documentation/ide/
4815 F:      drivers/ide/
4816 F:      include/linux/ide.h
4817
4818 IDEAPAD LAPTOP EXTRAS DRIVER
4819 M:      Ike Panhc <ike.pan@canonical.com>
4820 L:      platform-driver-x86@vger.kernel.org
4821 W:      http://launchpad.net/ideapad-laptop
4822 S:      Maintained
4823 F:      drivers/platform/x86/ideapad-laptop.c
4824
4825 IDEAPAD LAPTOP SLIDEBAR DRIVER
4826 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4827 L:      linux-input@vger.kernel.org
4828 W:      https://github.com/o2genum/ideapad-slidebar
4829 S:      Maintained
4830 F:      drivers/input/misc/ideapad_slidebar.c
4831
4832 IDE/ATAPI DRIVERS
4833 M:      Borislav Petkov <bp@alien8.de>
4834 L:      linux-ide@vger.kernel.org
4835 S:      Maintained
4836 F:      Documentation/cdrom/ide-cd
4837 F:      drivers/ide/ide-cd*
4838
4839 IDLE-I7300
4840 M:      Andy Henroid <andrew.d.henroid@intel.com>
4841 L:      linux-pm@vger.kernel.org
4842 S:      Supported
4843 F:      drivers/idle/i7300_idle.c
4844
4845 IEEE 802.15.4 SUBSYSTEM
4846 M:      Alexander Aring <alex.aring@gmail.com>
4847 L:      linux-wpan@vger.kernel.org
4848 W:      https://github.com/linux-wpan
4849 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4850 S:      Maintained
4851 F:      net/ieee802154/
4852 F:      net/mac802154/
4853 F:      drivers/net/ieee802154/
4854 F:      include/linux/nl802154.h
4855 F:      include/linux/ieee802154.h
4856 F:      include/net/nl802154.h
4857 F:      include/net/mac802154.h
4858 F:      include/net/af_ieee802154.h
4859 F:      include/net/cfg802154.h
4860 F:      include/net/ieee802154_netdev.h
4861 F:      Documentation/networking/ieee802154.txt
4862
4863 IGORPLUG-USB IR RECEIVER
4864 M:      Sean Young <sean@mess.org>
4865 L:      linux-media@vger.kernel.org
4866 S:      Maintained
4867 F:      drivers/media/rc/igorplugusb.c
4868
4869 IGUANAWORKS USB IR TRANSCEIVER
4870 M:      Sean Young <sean@mess.org>
4871 L:      linux-media@vger.kernel.org
4872 S:      Maintained
4873 F:      drivers/media/rc/iguanair.c
4874
4875 IIO SUBSYSTEM AND DRIVERS
4876 M:      Jonathan Cameron <jic23@kernel.org>
4877 R:      Hartmut Knaack <knaack.h@gmx.de>
4878 R:      Lars-Peter Clausen <lars@metafoo.de>
4879 R:      Peter Meerwald <pmeerw@pmeerw.net>
4880 L:      linux-iio@vger.kernel.org
4881 S:      Maintained
4882 F:      drivers/iio/
4883 F:      drivers/staging/iio/
4884 F:      include/linux/iio/
4885
4886 IKANOS/ADI EAGLE ADSL USB DRIVER
4887 M:      Matthieu Castet <castet.matthieu@free.fr>
4888 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4889 S:      Maintained
4890 F:      drivers/usb/atm/ueagle-atm.c
4891
4892 INA209 HARDWARE MONITOR DRIVER
4893 M:      Guenter Roeck <linux@roeck-us.net>
4894 L:      lm-sensors@lm-sensors.org
4895 S:      Maintained
4896 F:      Documentation/hwmon/ina209
4897 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4898 F:      drivers/hwmon/ina209.c
4899
4900 INA2XX HARDWARE MONITOR DRIVER
4901 M:      Guenter Roeck <linux@roeck-us.net>
4902 L:      lm-sensors@lm-sensors.org
4903 S:      Maintained
4904 F:      Documentation/hwmon/ina2xx
4905 F:      drivers/hwmon/ina2xx.c
4906 F:      include/linux/platform_data/ina2xx.h
4907
4908 INDUSTRY PACK SUBSYSTEM (IPACK)
4909 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4910 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4911 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4912 L:      industrypack-devel@lists.sourceforge.net
4913 W:      http://industrypack.sourceforge.net
4914 S:      Maintained
4915 F:      drivers/ipack/
4916
4917 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4918 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4919 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4920 L:      linux-ima-devel@lists.sourceforge.net
4921 L:      linux-ima-user@lists.sourceforge.net
4922 L:      linux-security-module@vger.kernel.org
4923 S:      Supported
4924 F:      security/integrity/ima/
4925
4926 IMGTEC IR DECODER DRIVER
4927 M:      James Hogan <james.hogan@imgtec.com>
4928 S:      Maintained
4929 F:      drivers/media/rc/img-ir/
4930
4931 IMS TWINTURBO FRAMEBUFFER DRIVER
4932 L:      linux-fbdev@vger.kernel.org
4933 S:      Orphan
4934 F:      drivers/video/fbdev/imsttfb.c
4935
4936 INFINIBAND SUBSYSTEM
4937 M:      Roland Dreier <roland@kernel.org>
4938 M:      Sean Hefty <sean.hefty@intel.com>
4939 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4940 L:      linux-rdma@vger.kernel.org
4941 W:      http://www.openfabrics.org/
4942 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4944 S:      Supported
4945 F:      Documentation/infiniband/
4946 F:      drivers/infiniband/
4947 F:      include/uapi/linux/if_infiniband.h
4948
4949 INOTIFY
4950 M:      John McCutchan <john@johnmccutchan.com>
4951 M:      Robert Love <rlove@rlove.org>
4952 M:      Eric Paris <eparis@parisplace.org>
4953 S:      Maintained
4954 F:      Documentation/filesystems/inotify.txt
4955 F:      fs/notify/inotify/
4956 F:      include/linux/inotify.h
4957 F:      include/uapi/linux/inotify.h
4958
4959 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4960 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4961 L:      linux-input@vger.kernel.org
4962 Q:      http://patchwork.kernel.org/project/linux-input/list/
4963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4964 S:      Maintained
4965 F:      drivers/input/
4966 F:      include/linux/input.h
4967 F:      include/uapi/linux/input.h
4968 F:      include/linux/input/
4969
4970 INPUT MULTITOUCH (MT) PROTOCOL
4971 M:      Henrik Rydberg <rydberg@bitmath.org>
4972 L:      linux-input@vger.kernel.org
4973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4974 S:      Odd fixes
4975 F:      Documentation/input/multi-touch-protocol.txt
4976 F:      drivers/input/input-mt.c
4977 K:      \b(ABS|SYN)_MT_
4978
4979 INTEL ASoC BDW/HSW DRIVERS
4980 M:      Jie Yang <yang.jie@linux.intel.com>
4981 L:      alsa-devel@alsa-project.org
4982 S:      Supported
4983 F:      sound/soc/intel/sst-haswell*
4984 F:      sound/soc/intel/sst-dsp*
4985 F:      sound/soc/intel/sst-firmware.c
4986 F:      sound/soc/intel/broadwell.c
4987 F:      sound/soc/intel/haswell.c
4988
4989 INTEL C600 SERIES SAS CONTROLLER DRIVER
4990 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4991 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4992 L:      linux-scsi@vger.kernel.org
4993 T:      git git://git.code.sf.net/p/intel-sas/isci
4994 S:      Supported
4995 F:      drivers/scsi/isci/
4996
4997 INTEL IDLE DRIVER
4998 M:      Len Brown <lenb@kernel.org>
4999 L:      linux-pm@vger.kernel.org
5000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5001 S:      Supported
5002 F:      drivers/idle/intel_idle.c
5003
5004 INTEL PSTATE DRIVER
5005 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5006 L:      linux-pm@vger.kernel.org
5007 S:      Supported
5008 F:      drivers/cpufreq/intel_pstate.c
5009
5010 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5011 M:      Maik Broemme <mbroemme@plusserver.de>
5012 L:      linux-fbdev@vger.kernel.org
5013 S:      Maintained
5014 F:      Documentation/fb/intelfb.txt
5015 F:      drivers/video/fbdev/intelfb/
5016
5017 INTEL 810/815 FRAMEBUFFER DRIVER
5018 M:      Antonino Daplas <adaplas@gmail.com>
5019 L:      linux-fbdev@vger.kernel.org
5020 S:      Maintained
5021 F:      drivers/video/fbdev/i810/
5022
5023 INTEL MENLOW THERMAL DRIVER
5024 M:      Sujith Thomas <sujith.thomas@intel.com>
5025 L:      platform-driver-x86@vger.kernel.org
5026 W:      https://01.org/linux-acpi
5027 S:      Supported
5028 F:      drivers/platform/x86/intel_menlow.c
5029
5030 INTEL IA32 MICROCODE UPDATE SUPPORT
5031 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
5032 S:      Maintained
5033 F:      arch/x86/kernel/cpu/microcode/core*
5034 F:      arch/x86/kernel/cpu/microcode/intel*
5035
5036 INTEL I/OAT DMA DRIVER
5037 M:      Dave Jiang <dave.jiang@intel.com>
5038 R:      Dan Williams <dan.j.williams@intel.com>
5039 L:      dmaengine@vger.kernel.org
5040 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5041 S:      Supported
5042 F:      drivers/dma/ioat*
5043
5044 INTEL IOMMU (VT-d)
5045 M:      David Woodhouse <dwmw2@infradead.org>
5046 L:      iommu@lists.linux-foundation.org
5047 T:      git git://git.infradead.org/iommu-2.6.git
5048 S:      Supported
5049 F:      drivers/iommu/intel-iommu.c
5050 F:      include/linux/intel-iommu.h
5051
5052 INTEL IOP-ADMA DMA DRIVER
5053 R:      Dan Williams <dan.j.williams@intel.com>
5054 S:      Odd fixes
5055 F:      drivers/dma/iop-adma.c
5056
5057 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5058 M:      Krzysztof Halasa <khalasa@piap.pl>
5059 S:      Maintained
5060 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5061 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5062 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5063 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5064 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5065 F:      drivers/net/wan/ixp4xx_hss.c
5066
5067 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5068 M:      Deepak Saxena <dsaxena@plexity.net>
5069 S:      Maintained
5070 F:      drivers/char/hw_random/ixp4xx-rng.c
5071
5072 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5073 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5074 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5075 M:      Bruce Allan <bruce.w.allan@intel.com>
5076 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5077 M:      Don Skidmore <donald.c.skidmore@intel.com>
5078 M:      Greg Rose <gregory.v.rose@intel.com>
5079 M:      Matthew Vick <matthew.vick@intel.com>
5080 M:      John Ronciak <john.ronciak@intel.com>
5081 M:      Mitch Williams <mitch.a.williams@intel.com>
5082 M:      Linux NICS <linux.nics@intel.com>
5083 L:      e1000-devel@lists.sourceforge.net
5084 W:      http://www.intel.com/support/feedback.htm
5085 W:      http://e1000.sourceforge.net/
5086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5088 S:      Supported
5089 F:      Documentation/networking/e100.txt
5090 F:      Documentation/networking/e1000.txt
5091 F:      Documentation/networking/e1000e.txt
5092 F:      Documentation/networking/igb.txt
5093 F:      Documentation/networking/igbvf.txt
5094 F:      Documentation/networking/ixgb.txt
5095 F:      Documentation/networking/ixgbe.txt
5096 F:      Documentation/networking/ixgbevf.txt
5097 F:      Documentation/networking/i40e.txt
5098 F:      Documentation/networking/i40evf.txt
5099 F:      drivers/net/ethernet/intel/
5100 F:      drivers/net/ethernet/intel/*/
5101
5102 INTEL-MID GPIO DRIVER
5103 M:      David Cohen <david.a.cohen@linux.intel.com>
5104 L:      linux-gpio@vger.kernel.org
5105 S:      Maintained
5106 F:      drivers/gpio/gpio-intel-mid.c
5107
5108 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5109 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5110 L:      linux-wireless@vger.kernel.org
5111 S:      Maintained
5112 F:      Documentation/networking/README.ipw2100
5113 F:      Documentation/networking/README.ipw2200
5114 F:      drivers/net/wireless/ipw2x00/
5115
5116 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5117 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5118 M:      Gang Wei <gang.wei@intel.com>
5119 M:      Shane Wang <shane.wang@intel.com>
5120 L:      tboot-devel@lists.sourceforge.net
5121 W:      http://tboot.sourceforge.net
5122 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5123 S:      Supported
5124 F:      Documentation/intel_txt.txt
5125 F:      include/linux/tboot.h
5126 F:      arch/x86/kernel/tboot.c
5127
5128 INTEL WIRELESS WIMAX CONNECTION 2400
5129 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5130 M:      linux-wimax@intel.com
5131 L:     wimax@linuxwimax.org (subscribers-only)
5132 S:      Supported
5133 W:      http://linuxwimax.org
5134 F:      Documentation/wimax/README.i2400m
5135 F:      drivers/net/wimax/i2400m/
5136 F:      include/uapi/linux/wimax/i2400m.h
5137
5138 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5139 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5140 L:      linux-wireless@vger.kernel.org
5141 S:      Supported
5142 F:      drivers/net/wireless/iwlegacy/
5143
5144 INTEL WIRELESS WIFI LINK (iwlwifi)
5145 M:      Johannes Berg <johannes.berg@intel.com>
5146 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5147 M:      Intel Linux Wireless <ilw@linux.intel.com>
5148 L:      linux-wireless@vger.kernel.org
5149 W:      http://intellinuxwireless.org
5150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5151 S:      Supported
5152 F:      drivers/net/wireless/iwlwifi/
5153
5154 INTEL MANAGEMENT ENGINE (mei)
5155 M:      Tomas Winkler <tomas.winkler@intel.com>
5156 L:      linux-kernel@vger.kernel.org
5157 S:      Supported
5158 F:      include/uapi/linux/mei.h
5159 F:      drivers/misc/mei/*
5160 F:      Documentation/misc-devices/mei/*
5161
5162 IOC3 ETHERNET DRIVER
5163 M:      Ralf Baechle <ralf@linux-mips.org>
5164 L:      linux-mips@linux-mips.org
5165 S:      Maintained
5166 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5167
5168 IOC3 SERIAL DRIVER
5169 M:      Pat Gefre <pfg@sgi.com>
5170 L:      linux-serial@vger.kernel.org
5171 S:      Maintained
5172 F:      drivers/tty/serial/ioc3_serial.c
5173
5174 IOMMU DRIVERS
5175 M:      Joerg Roedel <joro@8bytes.org>
5176 L:      iommu@lists.linux-foundation.org
5177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5178 S:      Maintained
5179 F:      drivers/iommu/
5180
5181 IP MASQUERADING
5182 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5183 S:      Maintained
5184 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5185
5186 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5187 M:      Francois Romieu <romieu@fr.zoreil.com>
5188 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5189 L:      netdev@vger.kernel.org
5190 S:      Maintained
5191 F:      drivers/net/ethernet/icplus/ipg.*
5192
5193 IPATH DRIVER
5194 M:      Mike Marciniszyn <infinipath@intel.com>
5195 L:      linux-rdma@vger.kernel.org
5196 S:      Maintained
5197 F:      drivers/infiniband/hw/ipath/
5198
5199 IPMI SUBSYSTEM
5200 M:      Corey Minyard <minyard@acm.org>
5201 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5202 W:      http://openipmi.sourceforge.net/
5203 S:      Supported
5204 F:      Documentation/IPMI.txt
5205 F:      drivers/char/ipmi/
5206 F:      include/linux/ipmi*
5207 F:      include/uapi/linux/ipmi*
5208
5209 IPS SCSI RAID DRIVER
5210 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5211 L:      linux-scsi@vger.kernel.org
5212 W:      http://www.adaptec.com/
5213 S:      Maintained
5214 F:      drivers/scsi/ips*
5215
5216 IPVS
5217 M:      Wensong Zhang <wensong@linux-vs.org>
5218 M:      Simon Horman <horms@verge.net.au>
5219 M:      Julian Anastasov <ja@ssi.bg>
5220 L:      netdev@vger.kernel.org
5221 L:      lvs-devel@vger.kernel.org
5222 S:      Maintained
5223 F:      Documentation/networking/ipvs-sysctl.txt
5224 F:      include/net/ip_vs.h
5225 F:      include/uapi/linux/ip_vs.h
5226 F:      net/netfilter/ipvs/
5227
5228 IPWIRELESS DRIVER
5229 M:      Jiri Kosina <jkosina@suse.cz>
5230 M:      David Sterba <dsterba@suse.cz>
5231 S:      Odd Fixes
5232 F:      drivers/tty/ipwireless/
5233
5234 IPX NETWORK LAYER
5235 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5236 L:      netdev@vger.kernel.org
5237 S:      Maintained
5238 F:      include/net/ipx.h
5239 F:      include/uapi/linux/ipx.h
5240 F:      net/ipx/
5241
5242 IRDA SUBSYSTEM
5243 M:      Samuel Ortiz <samuel@sortiz.org>
5244 L:      irda-users@lists.sourceforge.net (subscribers-only)
5245 L:      netdev@vger.kernel.org
5246 W:      http://irda.sourceforge.net/
5247 S:      Maintained
5248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5249 F:      Documentation/networking/irda.txt
5250 F:      drivers/net/irda/
5251 F:      include/net/irda/
5252 F:      net/irda/
5253
5254 IRQ SUBSYSTEM
5255 M:      Thomas Gleixner <tglx@linutronix.de>
5256 L:      linux-kernel@vger.kernel.org
5257 S:      Maintained
5258 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5259 F:      kernel/irq/
5260
5261 IRQCHIP DRIVERS
5262 M:      Thomas Gleixner <tglx@linutronix.de>
5263 M:      Jason Cooper <jason@lakedaemon.net>
5264 L:      linux-kernel@vger.kernel.org
5265 S:      Maintained
5266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5267 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5268 F:      Documentation/devicetree/bindings/interrupt-controller/
5269 F:      drivers/irqchip/
5270
5271 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5272 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5273 S:      Maintained
5274 F:      Documentation/IRQ-domain.txt
5275 F:      include/linux/irqdomain.h
5276 F:      kernel/irq/irqdomain.c
5277
5278 ISAPNP
5279 M:      Jaroslav Kysela <perex@perex.cz>
5280 S:      Maintained
5281 F:      Documentation/isapnp.txt
5282 F:      drivers/pnp/isapnp/
5283 F:      include/linux/isapnp.h
5284
5285 ISA RADIO MODULE
5286 M:      Hans Verkuil <hverkuil@xs4all.nl>
5287 L:      linux-media@vger.kernel.org
5288 T:      git git://linuxtv.org/media_tree.git
5289 W:      http://linuxtv.org
5290 S:      Maintained
5291 F:      drivers/media/radio/radio-isa*
5292
5293 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5294 M:      Peter Jones <pjones@redhat.com>
5295 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5296 S:      Maintained
5297 F:      drivers/firmware/iscsi_ibft*
5298
5299 ISCSI
5300 M:      Mike Christie <michaelc@cs.wisc.edu>
5301 L:      open-iscsi@googlegroups.com
5302 W:      www.open-iscsi.org
5303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5304 S:      Maintained
5305 F:      drivers/scsi/*iscsi*
5306 F:      include/scsi/*iscsi*
5307
5308 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5309 M:      Or Gerlitz <ogerlitz@mellanox.com>
5310 M:      Sagi Grimberg <sagig@mellanox.com>
5311 M:      Roi Dayan <roid@mellanox.com>
5312 L:      linux-rdma@vger.kernel.org
5313 S:      Supported
5314 W:      http://www.openfabrics.org
5315 W:      www.open-iscsi.org
5316 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5317 F:      drivers/infiniband/ulp/iser/
5318
5319 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5320 M:      Sagi Grimberg <sagig@mellanox.com>
5321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5322 L:      linux-rdma@vger.kernel.org
5323 L:      target-devel@vger.kernel.org
5324 S:      Supported
5325 W:      http://www.linux-iscsi.org
5326 F:      drivers/infiniband/ulp/isert
5327
5328 ISDN SUBSYSTEM
5329 M:      Karsten Keil <isdn@linux-pingi.de>
5330 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5331 L:      netdev@vger.kernel.org
5332 W:      http://www.isdn4linux.de
5333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5334 S:      Maintained
5335 F:      Documentation/isdn/
5336 F:      drivers/isdn/
5337 F:      include/linux/isdn.h
5338 F:      include/linux/isdn/
5339 F:      include/uapi/linux/isdn.h
5340 F:      include/uapi/linux/isdn/
5341
5342 ISDN SUBSYSTEM (Eicon active card driver)
5343 M:      Armin Schindler <mac@melware.de>
5344 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5345 W:      http://www.melware.de
5346 S:      Maintained
5347 F:      drivers/isdn/hardware/eicon/
5348
5349 IT87 HARDWARE MONITORING DRIVER
5350 M:      Jean Delvare <jdelvare@suse.de>
5351 L:      lm-sensors@lm-sensors.org
5352 S:      Maintained
5353 F:      Documentation/hwmon/it87
5354 F:      drivers/hwmon/it87.c
5355
5356 IT913X MEDIA DRIVER
5357 M:      Antti Palosaari <crope@iki.fi>
5358 L:      linux-media@vger.kernel.org
5359 W:      http://linuxtv.org/
5360 W:      http://palosaari.fi/linux/
5361 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5362 T:      git git://linuxtv.org/anttip/media_tree.git
5363 S:      Maintained
5364 F:      drivers/media/tuners/it913x*
5365
5366 IVTV VIDEO4LINUX DRIVER
5367 M:      Andy Walls <awalls@md.metrocast.net>
5368 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5369 L:      linux-media@vger.kernel.org
5370 T:      git git://linuxtv.org/media_tree.git
5371 W:      http://www.ivtvdriver.org
5372 S:      Maintained
5373 F:      Documentation/video4linux/*.ivtv
5374 F:      drivers/media/pci/ivtv/
5375 F:      include/uapi/linux/ivtv*
5376
5377 IX2505V MEDIA DRIVER
5378 M:      Malcolm Priestley <tvboxspy@gmail.com>
5379 L:      linux-media@vger.kernel.org
5380 W:      http://linuxtv.org/
5381 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5382 S:      Maintained
5383 F:      drivers/media/dvb-frontends/ix2505v*
5384
5385 JC42.4 TEMPERATURE SENSOR DRIVER
5386 M:      Guenter Roeck <linux@roeck-us.net>
5387 L:      lm-sensors@lm-sensors.org
5388 S:      Maintained
5389 F:      drivers/hwmon/jc42.c
5390 F:      Documentation/hwmon/jc42
5391
5392 JFS FILESYSTEM
5393 M:      Dave Kleikamp <shaggy@kernel.org>
5394 L:      jfs-discussion@lists.sourceforge.net
5395 W:      http://jfs.sourceforge.net/
5396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5397 S:      Maintained
5398 F:      Documentation/filesystems/jfs.txt
5399 F:      fs/jfs/
5400
5401 JME NETWORK DRIVER
5402 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5403 L:      netdev@vger.kernel.org
5404 S:      Maintained
5405 F:      drivers/net/ethernet/jme.*
5406
5407 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5408 M:      David Woodhouse <dwmw2@infradead.org>
5409 L:      linux-mtd@lists.infradead.org
5410 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5411 S:      Maintained
5412 F:      fs/jffs2/
5413 F:      include/uapi/linux/jffs2.h
5414
5415 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5416 M:      Andrew Morton <akpm@linux-foundation.org>
5417 M:      Jan Kara <jack@suse.cz>
5418 L:      linux-ext4@vger.kernel.org
5419 S:      Maintained
5420 F:      fs/jbd/
5421 F:      include/linux/jbd.h
5422
5423 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5424 M:      "Theodore Ts'o" <tytso@mit.edu>
5425 L:      linux-ext4@vger.kernel.org
5426 S:      Maintained
5427 F:      fs/jbd2/
5428 F:      include/linux/jbd2.h
5429
5430 JSM Neo PCI based serial card
5431 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5432 L:      linux-serial@vger.kernel.org
5433 S:      Maintained
5434 F:      drivers/tty/serial/jsm/
5435
5436 K10TEMP HARDWARE MONITORING DRIVER
5437 M:      Clemens Ladisch <clemens@ladisch.de>
5438 L:      lm-sensors@lm-sensors.org
5439 S:      Maintained
5440 F:      Documentation/hwmon/k10temp
5441 F:      drivers/hwmon/k10temp.c
5442
5443 K8TEMP HARDWARE MONITORING DRIVER
5444 M:      Rudolf Marek <r.marek@assembler.cz>
5445 L:      lm-sensors@lm-sensors.org
5446 S:      Maintained
5447 F:      Documentation/hwmon/k8temp
5448 F:      drivers/hwmon/k8temp.c
5449
5450 KCONFIG
5451 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5452 L:      linux-kbuild@vger.kernel.org
5453 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5454 S:      Maintained
5455 F:      Documentation/kbuild/kconfig-language.txt
5456 F:      scripts/kconfig/
5457
5458 KDUMP
5459 M:      Vivek Goyal <vgoyal@redhat.com>
5460 M:      Haren Myneni <hbabu@us.ibm.com>
5461 L:      kexec@lists.infradead.org
5462 W:      http://lse.sourceforge.net/kdump/
5463 S:      Maintained
5464 F:      Documentation/kdump/
5465
5466 KEENE FM RADIO TRANSMITTER DRIVER
5467 M:      Hans Verkuil <hverkuil@xs4all.nl>
5468 L:      linux-media@vger.kernel.org
5469 T:      git git://linuxtv.org/media_tree.git
5470 W:      http://linuxtv.org
5471 S:      Maintained
5472 F:      drivers/media/radio/radio-keene*
5473
5474 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5475 M:      Ian Kent <raven@themaw.net>
5476 L:      autofs@vger.kernel.org
5477 S:      Maintained
5478 F:      fs/autofs4/
5479
5480 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5481 M:      Michal Marek <mmarek@suse.cz>
5482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5484 L:      linux-kbuild@vger.kernel.org
5485 S:      Maintained
5486 F:      Documentation/kbuild/
5487 F:      Makefile
5488 F:      scripts/Makefile.*
5489 F:      scripts/basic/
5490 F:      scripts/mk*
5491 F:      scripts/package/
5492
5493 KERNEL JANITORS
5494 L:      kernel-janitors@vger.kernel.org
5495 W:      http://kernelnewbies.org/KernelJanitors
5496 S:      Odd Fixes
5497
5498 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5499 M:      "J. Bruce Fields" <bfields@fieldses.org>
5500 L:      linux-nfs@vger.kernel.org
5501 W:      http://nfs.sourceforge.net/
5502 S:      Supported
5503 F:      fs/nfsd/
5504 F:      include/uapi/linux/nfsd/
5505 F:      fs/lockd/
5506 F:      fs/nfs_common/
5507 F:      net/sunrpc/
5508 F:      include/linux/lockd/
5509 F:      include/linux/sunrpc/
5510 F:      include/uapi/linux/sunrpc/
5511
5512 KERNEL SELFTEST FRAMEWORK
5513 M:      Shuah Khan <shuahkh@osg.samsung.com>
5514 L:      linux-api@vger.kernel.org
5515 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5516 S:      Maintained
5517 F:      tools/testing/selftests
5518
5519 KERNEL VIRTUAL MACHINE (KVM)
5520 M:      Gleb Natapov <gleb@kernel.org>
5521 M:      Paolo Bonzini <pbonzini@redhat.com>
5522 L:      kvm@vger.kernel.org
5523 W:      http://www.linux-kvm.org
5524 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5525 S:      Supported
5526 F:      Documentation/*/kvm*.txt
5527 F:      Documentation/virtual/kvm/
5528 F:      arch/*/kvm/
5529 F:      arch/*/include/asm/kvm*
5530 F:      include/linux/kvm*
5531 F:      include/uapi/linux/kvm*
5532 F:      virt/kvm/
5533
5534 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5535 M:      Joerg Roedel <joro@8bytes.org>
5536 L:      kvm@vger.kernel.org
5537 W:      http://kvm.qumranet.com
5538 S:      Maintained
5539 F:      arch/x86/include/asm/svm.h
5540 F:      arch/x86/kvm/svm.c
5541
5542 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5543 M:      Alexander Graf <agraf@suse.de>
5544 L:      kvm-ppc@vger.kernel.org
5545 W:      http://kvm.qumranet.com
5546 T:      git git://github.com/agraf/linux-2.6.git
5547 S:      Supported
5548 F:      arch/powerpc/include/asm/kvm*
5549 F:      arch/powerpc/kvm/
5550
5551 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5552 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5553 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5554 M:      linux390@de.ibm.com
5555 L:      linux-s390@vger.kernel.org
5556 W:      http://www.ibm.com/developerworks/linux/linux390/
5557 S:      Supported
5558 F:      Documentation/s390/kvm.txt
5559 F:      arch/s390/include/asm/kvm*
5560 F:      arch/s390/kvm/
5561 F:      drivers/s390/kvm/
5562
5563 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5564 M:      Christoffer Dall <christoffer.dall@linaro.org>
5565 M:      Marc Zyngier <marc.zyngier@arm.com>
5566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5567 L:      kvmarm@lists.cs.columbia.edu
5568 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5569 S:      Supported
5570 F:      arch/arm/include/uapi/asm/kvm*
5571 F:      arch/arm/include/asm/kvm*
5572 F:      arch/arm/kvm/
5573 F:      virt/kvm/arm/
5574 F:      include/kvm/arm_*
5575
5576 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5577 M:      Christoffer Dall <christoffer.dall@linaro.org>
5578 M:      Marc Zyngier <marc.zyngier@arm.com>
5579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5580 L:      kvmarm@lists.cs.columbia.edu
5581 S:      Maintained
5582 F:      arch/arm64/include/uapi/asm/kvm*
5583 F:      arch/arm64/include/asm/kvm*
5584 F:      arch/arm64/kvm/
5585
5586 KEXEC
5587 M:      Eric Biederman <ebiederm@xmission.com>
5588 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5589 L:      kexec@lists.infradead.org
5590 S:      Maintained
5591 F:      include/linux/kexec.h
5592 F:      include/uapi/linux/kexec.h
5593 F:      kernel/kexec.c
5594
5595 KEYS/KEYRINGS:
5596 M:      David Howells <dhowells@redhat.com>
5597 L:      keyrings@linux-nfs.org
5598 S:      Maintained
5599 F:      Documentation/security/keys.txt
5600 F:      include/linux/key.h
5601 F:      include/linux/key-type.h
5602 F:      include/keys/
5603 F:      security/keys/
5604
5605 KEYS-TRUSTED
5606 M:      David Safford <safford@us.ibm.com>
5607 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5608 L:      linux-security-module@vger.kernel.org
5609 L:      keyrings@linux-nfs.org
5610 S:      Supported
5611 F:      Documentation/security/keys-trusted-encrypted.txt
5612 F:      include/keys/trusted-type.h
5613 F:      security/keys/trusted.c
5614 F:      security/keys/trusted.h
5615
5616 KEYS-ENCRYPTED
5617 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5618 M:      David Safford <safford@us.ibm.com>
5619 L:      linux-security-module@vger.kernel.org
5620 L:      keyrings@linux-nfs.org
5621 S:      Supported
5622 F:      Documentation/security/keys-trusted-encrypted.txt
5623 F:      include/keys/encrypted-type.h
5624 F:      security/keys/encrypted-keys/
5625
5626 KGDB / KDB /debug_core
5627 M:      Jason Wessel <jason.wessel@windriver.com>
5628 W:      http://kgdb.wiki.kernel.org/
5629 L:      kgdb-bugreport@lists.sourceforge.net
5630 S:      Maintained
5631 F:      Documentation/DocBook/kgdb.tmpl
5632 F:      drivers/misc/kgdbts.c
5633 F:      drivers/tty/serial/kgdboc.c
5634 F:      include/linux/kdb.h
5635 F:      include/linux/kgdb.h
5636 F:      kernel/debug/
5637
5638 KMEMCHECK
5639 M:      Vegard Nossum <vegardno@ifi.uio.no>
5640 M:      Pekka Enberg <penberg@kernel.org>
5641 S:      Maintained
5642 F:      Documentation/kmemcheck.txt
5643 F:      arch/x86/include/asm/kmemcheck.h
5644 F:      arch/x86/mm/kmemcheck/
5645 F:      include/linux/kmemcheck.h
5646 F:      mm/kmemcheck.c
5647
5648 KMEMLEAK
5649 M:      Catalin Marinas <catalin.marinas@arm.com>
5650 S:      Maintained
5651 F:      Documentation/kmemleak.txt
5652 F:      include/linux/kmemleak.h
5653 F:      mm/kmemleak.c
5654 F:      mm/kmemleak-test.c
5655
5656 KPROBES
5657 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5658 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5659 M:      "David S. Miller" <davem@davemloft.net>
5660 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5661 S:      Maintained
5662 F:      Documentation/kprobes.txt
5663 F:      include/linux/kprobes.h
5664 F:      kernel/kprobes.c
5665
5666 KS0108 LCD CONTROLLER DRIVER
5667 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5668 W:      http://miguelojeda.es/auxdisplay.htm
5669 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5670 S:      Maintained
5671 F:      Documentation/auxdisplay/ks0108
5672 F:      drivers/auxdisplay/ks0108.c
5673 F:      include/linux/ks0108.h
5674
5675 LAPB module
5676 L:      linux-x25@vger.kernel.org
5677 S:      Orphan
5678 F:      Documentation/networking/lapb-module.txt
5679 F:      include/*/lapb.h
5680 F:      net/lapb/
5681
5682 LASI 53c700 driver for PARISC
5683 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5684 L:      linux-scsi@vger.kernel.org
5685 S:      Maintained
5686 F:      Documentation/scsi/53c700.txt
5687 F:      drivers/scsi/53c700*
5688
5689 LED SUBSYSTEM
5690 M:      Bryan Wu <cooloney@gmail.com>
5691 M:      Richard Purdie <rpurdie@rpsys.net>
5692 L:      linux-leds@vger.kernel.org
5693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5694 S:      Maintained
5695 F:      drivers/leds/
5696 F:      include/linux/leds.h
5697
5698 LEGACY EEPROM DRIVER
5699 M:      Jean Delvare <jdelvare@suse.de>
5700 S:      Maintained
5701 F:      Documentation/misc-devices/eeprom
5702 F:      drivers/misc/eeprom/eeprom.c
5703
5704 LEGO USB Tower driver
5705 M:      Juergen Stuber <starblue@users.sourceforge.net>
5706 L:      legousb-devel@lists.sourceforge.net
5707 W:      http://legousb.sourceforge.net/
5708 S:      Maintained
5709 F:      drivers/usb/misc/legousbtower.c
5710
5711 LG2160 MEDIA DRIVER
5712 M:      Michael Krufky <mkrufky@linuxtv.org>
5713 L:      linux-media@vger.kernel.org
5714 W:      http://linuxtv.org/
5715 W:      http://github.com/mkrufky
5716 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5717 T:      git git://linuxtv.org/mkrufky/tuners.git
5718 S:      Maintained
5719 F:      drivers/media/dvb-frontends/lg2160.*
5720
5721 LGDT3305 MEDIA DRIVER
5722 M:      Michael Krufky <mkrufky@linuxtv.org>
5723 L:      linux-media@vger.kernel.org
5724 W:      http://linuxtv.org/
5725 W:      http://github.com/mkrufky
5726 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5727 T:      git git://linuxtv.org/mkrufky/tuners.git
5728 S:      Maintained
5729 F:      drivers/media/dvb-frontends/lgdt3305.*
5730
5731 LGUEST
5732 M:      Rusty Russell <rusty@rustcorp.com.au>
5733 L:      lguest@lists.ozlabs.org
5734 W:      http://lguest.ozlabs.org/
5735 S:      Odd Fixes
5736 F:      arch/x86/include/asm/lguest*.h
5737 F:      arch/x86/lguest/
5738 F:      drivers/lguest/
5739 F:      include/linux/lguest*.h
5740 F:      tools/lguest/
5741
5742 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5743 M:      Tejun Heo <tj@kernel.org>
5744 L:      linux-ide@vger.kernel.org
5745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5746 S:      Maintained
5747 F:      drivers/ata/
5748 F:      include/linux/ata.h
5749 F:      include/linux/libata.h
5750
5751 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5752 M:      Viresh Kumar <viresh.linux@gmail.com>
5753 L:      linux-ide@vger.kernel.org
5754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5755 S:      Maintained
5756 F:      include/linux/pata_arasan_cf_data.h
5757 F:      drivers/ata/pata_arasan_cf.c
5758
5759 LIBATA PATA DRIVERS
5760 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5761 M:      Tejun Heo <tj@kernel.org>
5762 L:      linux-ide@vger.kernel.org
5763 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5764 S:      Maintained
5765 F:      drivers/ata/pata_*.c
5766 F:      drivers/ata/ata_generic.c
5767
5768 LIBATA SATA AHCI PLATFORM devices support
5769 M:      Hans de Goede <hdegoede@redhat.com>
5770 M:      Tejun Heo <tj@kernel.org>
5771 L:      linux-ide@vger.kernel.org
5772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5773 S:      Maintained
5774 F:      drivers/ata/ahci_platform.c
5775 F:      drivers/ata/libahci_platform.c
5776 F:      include/linux/ahci_platform.h
5777
5778 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5779 M:      Mikael Pettersson <mikpelinux@gmail.com>
5780 L:      linux-ide@vger.kernel.org
5781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5782 S:      Maintained
5783 F:      drivers/ata/sata_promise.*
5784
5785 LIBLOCKDEP
5786 M:      Sasha Levin <sasha.levin@oracle.com>
5787 S:      Maintained
5788 F:      tools/lib/lockdep/
5789
5790 LINUX FOR IBM pSERIES (RS/6000)
5791 M:      Paul Mackerras <paulus@au.ibm.com>
5792 W:      http://www.ibm.com/linux/ltc/projects/ppc
5793 S:      Supported
5794 F:      arch/powerpc/boot/rs6000.h
5795
5796 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5797 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5798 M:      Paul Mackerras <paulus@samba.org>
5799 M:      Michael Ellerman <mpe@ellerman.id.au>
5800 W:      http://www.penguinppc.org/
5801 L:      linuxppc-dev@lists.ozlabs.org
5802 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5803 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5804 S:      Supported
5805 F:      Documentation/powerpc/
5806 F:      arch/powerpc/
5807
5808 LINUX FOR POWER MACINTOSH
5809 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5810 W:      http://www.penguinppc.org/
5811 L:      linuxppc-dev@lists.ozlabs.org
5812 S:      Maintained
5813 F:      arch/powerpc/platforms/powermac/
5814 F:      drivers/macintosh/
5815
5816 LINUX FOR POWERPC EMBEDDED MPC5XXX
5817 M:      Anatolij Gustschin <agust@denx.de>
5818 L:      linuxppc-dev@lists.ozlabs.org
5819 T:      git git://git.denx.de/linux-denx-agust.git
5820 S:      Maintained
5821 F:      arch/powerpc/platforms/512x/
5822 F:      arch/powerpc/platforms/52xx/
5823
5824 LINUX FOR POWERPC EMBEDDED PPC4XX
5825 M:  Alistair Popple <alistair@popple.id.au>
5826 M:      Matt Porter <mporter@kernel.crashing.org>
5827 W:      http://www.penguinppc.org/
5828 L:      linuxppc-dev@lists.ozlabs.org
5829 S:      Maintained
5830 F:      arch/powerpc/platforms/40x/
5831 F:      arch/powerpc/platforms/44x/
5832
5833 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5834 L:      linuxppc-dev@lists.ozlabs.org
5835 S:      Orphan
5836 F:      arch/powerpc/*/*virtex*
5837 F:      arch/powerpc/*/*/*virtex*
5838
5839 LINUX FOR POWERPC EMBEDDED PPC8XX
5840 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5841 W:      http://www.penguinppc.org/
5842 L:      linuxppc-dev@lists.ozlabs.org
5843 S:      Maintained
5844 F:      arch/powerpc/platforms/8xx/
5845
5846 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5847 M:      Scott Wood <scottwood@freescale.com>
5848 M:      Kumar Gala <galak@kernel.crashing.org>
5849 W:      http://www.penguinppc.org/
5850 L:      linuxppc-dev@lists.ozlabs.org
5851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5852 S:      Maintained
5853 F:      arch/powerpc/platforms/83xx/
5854 F:      arch/powerpc/platforms/85xx/
5855
5856 LINUX FOR POWERPC PA SEMI PWRFICIENT
5857 M:      Olof Johansson <olof@lixom.net>
5858 L:      linuxppc-dev@lists.ozlabs.org
5859 S:      Maintained
5860 F:      arch/powerpc/platforms/pasemi/
5861 F:      drivers/*/*pasemi*
5862 F:      drivers/*/*/*pasemi*
5863
5864 LINUX SECURITY MODULE (LSM) FRAMEWORK
5865 M:      Chris Wright <chrisw@sous-sol.org>
5866 L:      linux-security-module@vger.kernel.org
5867 S:      Supported
5868
5869 LIS3LV02D ACCELEROMETER DRIVER
5870 M:      Eric Piel <eric.piel@tremplin-utc.net>
5871 S:      Maintained
5872 F:      Documentation/misc-devices/lis3lv02d
5873 F:      drivers/misc/lis3lv02d/
5874 F:      drivers/platform/x86/hp_accel.c
5875
5876 LIVE PATCHING
5877 M:      Josh Poimboeuf <jpoimboe@redhat.com>
5878 M:      Seth Jennings <sjenning@redhat.com>
5879 M:      Jiri Kosina <jkosina@suse.cz>
5880 M:      Vojtech Pavlik <vojtech@suse.cz>
5881 S:      Maintained
5882 F:      kernel/livepatch/
5883 F:      include/linux/livepatch.h
5884 F:      arch/x86/include/asm/livepatch.h
5885 F:      arch/x86/kernel/livepatch.c
5886 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
5887 F:      samples/livepatch/
5888 L:      live-patching@vger.kernel.org
5889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
5890
5891 LLC (802.2)
5892 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5893 S:      Maintained
5894 F:      include/linux/llc.h
5895 F:      include/uapi/linux/llc.h
5896 F:      include/net/llc*
5897 F:      net/llc/
5898
5899 LM73 HARDWARE MONITOR DRIVER
5900 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5901 L:      lm-sensors@lm-sensors.org
5902 S:      Maintained
5903 F:      drivers/hwmon/lm73.c
5904
5905 LM78 HARDWARE MONITOR DRIVER
5906 M:      Jean Delvare <jdelvare@suse.de>
5907 L:      lm-sensors@lm-sensors.org
5908 S:      Maintained
5909 F:      Documentation/hwmon/lm78
5910 F:      drivers/hwmon/lm78.c
5911
5912 LM83 HARDWARE MONITOR DRIVER
5913 M:      Jean Delvare <jdelvare@suse.de>
5914 L:      lm-sensors@lm-sensors.org
5915 S:      Maintained
5916 F:      Documentation/hwmon/lm83
5917 F:      drivers/hwmon/lm83.c
5918
5919 LM90 HARDWARE MONITOR DRIVER
5920 M:      Jean Delvare <jdelvare@suse.de>
5921 L:      lm-sensors@lm-sensors.org
5922 S:      Maintained
5923 F:      Documentation/hwmon/lm90
5924 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5925 F:      drivers/hwmon/lm90.c
5926
5927 LM95234 HARDWARE MONITOR DRIVER
5928 M:      Guenter Roeck <linux@roeck-us.net>
5929 L:      lm-sensors@lm-sensors.org
5930 S:      Maintained
5931 F:      Documentation/hwmon/lm95234
5932 F:      drivers/hwmon/lm95234.c
5933
5934 LME2510 MEDIA DRIVER
5935 M:      Malcolm Priestley <tvboxspy@gmail.com>
5936 L:      linux-media@vger.kernel.org
5937 W:      http://linuxtv.org/
5938 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5939 S:      Maintained
5940 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5941
5942 LOCKDEP AND LOCKSTAT
5943 M:      Peter Zijlstra <peterz@infradead.org>
5944 M:      Ingo Molnar <mingo@redhat.com>
5945 L:      linux-kernel@vger.kernel.org
5946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5947 S:      Maintained
5948 F:      Documentation/locking/lockdep*.txt
5949 F:      Documentation/locking/lockstat.txt
5950 F:      include/linux/lockdep.h
5951 F:      kernel/locking/
5952
5953 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5954 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5955 L:      linux-ntfs-dev@lists.sourceforge.net
5956 W:      http://www.linux-ntfs.org/content/view/19/37/
5957 S:      Maintained
5958 F:      Documentation/ldm.txt
5959 F:      block/partitions/ldm.*
5960
5961 LogFS
5962 M:      Joern Engel <joern@logfs.org>
5963 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5964 L:      logfs@logfs.org
5965 W:      logfs.org
5966 S:      Maintained
5967 F:      fs/logfs/
5968
5969 LPC32XX MACHINE SUPPORT
5970 M:      Roland Stigge <stigge@antcom.de>
5971 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5972 S:      Maintained
5973 F:      arch/arm/mach-lpc32xx/
5974
5975 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5976 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5977 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5978 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5979 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5980 L:      MPT-FusionLinux.pdl@avagotech.com
5981 L:      linux-scsi@vger.kernel.org
5982 W:      http://www.lsilogic.com/support
5983 S:      Supported
5984 F:      drivers/message/fusion/
5985 F:      drivers/scsi/mpt2sas/
5986 F:      drivers/scsi/mpt3sas/
5987
5988 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5989 M:      Matthew Wilcox <matthew@wil.cx>
5990 L:      linux-scsi@vger.kernel.org
5991 S:      Maintained
5992 F:      drivers/scsi/sym53c8xx_2/
5993
5994 LTC4261 HARDWARE MONITOR DRIVER
5995 M:      Guenter Roeck <linux@roeck-us.net>
5996 L:      lm-sensors@lm-sensors.org
5997 S:      Maintained
5998 F:      Documentation/hwmon/ltc4261
5999 F:      drivers/hwmon/ltc4261.c
6000
6001 LTP (Linux Test Project)
6002 M:      Mike Frysinger <vapier@gentoo.org>
6003 M:      Cyril Hrubis <chrubis@suse.cz>
6004 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6005 M:      Jan Stancek <jstancek@redhat.com>
6006 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6007 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6008 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6009 W:      http://linux-test-project.github.io/
6010 T:      git git://github.com/linux-test-project/ltp.git
6011 S:      Maintained
6012
6013 M32R ARCHITECTURE
6014 W:      http://www.linux-m32r.org/
6015 S:      Orphan
6016 F:      arch/m32r/
6017
6018 M68K ARCHITECTURE
6019 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6020 L:      linux-m68k@lists.linux-m68k.org
6021 W:      http://www.linux-m68k.org/
6022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6023 S:      Maintained
6024 F:      arch/m68k/
6025 F:      drivers/zorro/
6026
6027 M68K ON APPLE MACINTOSH
6028 M:      Joshua Thompson <funaho@jurai.org>
6029 W:      http://www.mac.linux-m68k.org/
6030 L:      linux-m68k@lists.linux-m68k.org
6031 S:      Maintained
6032 F:      arch/m68k/mac/
6033
6034 M68K ON HP9000/300
6035 M:      Philip Blundell <philb@gnu.org>
6036 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6037 S:      Maintained
6038 F:      arch/m68k/hp300/
6039
6040 M88DS3103 MEDIA DRIVER
6041 M:      Antti Palosaari <crope@iki.fi>
6042 L:      linux-media@vger.kernel.org
6043 W:      http://linuxtv.org/
6044 W:      http://palosaari.fi/linux/
6045 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6046 T:      git git://linuxtv.org/anttip/media_tree.git
6047 S:      Maintained
6048 F:      drivers/media/dvb-frontends/m88ds3103*
6049
6050 M88RS2000 MEDIA DRIVER
6051 M:      Malcolm Priestley <tvboxspy@gmail.com>
6052 L:      linux-media@vger.kernel.org
6053 W:      http://linuxtv.org/
6054 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6055 S:      Maintained
6056 F:      drivers/media/dvb-frontends/m88rs2000*
6057
6058 M88TS2022 MEDIA DRIVER
6059 M:      Antti Palosaari <crope@iki.fi>
6060 L:      linux-media@vger.kernel.org
6061 W:      http://linuxtv.org/
6062 W:      http://palosaari.fi/linux/
6063 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6064 T:      git git://linuxtv.org/anttip/media_tree.git
6065 S:      Maintained
6066 F:      drivers/media/tuners/m88ts2022*
6067
6068 MA901 MASTERKIT USB FM RADIO DRIVER
6069 M:      Alexey Klimov <klimov.linux@gmail.com>
6070 L:      linux-media@vger.kernel.org
6071 T:      git git://linuxtv.org/media_tree.git
6072 S:      Maintained
6073 F:      drivers/media/radio/radio-ma901.c
6074
6075 MAC80211
6076 M:      Johannes Berg <johannes@sipsolutions.net>
6077 L:      linux-wireless@vger.kernel.org
6078 W:      http://wireless.kernel.org/
6079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6081 S:      Maintained
6082 F:      Documentation/networking/mac80211-injection.txt
6083 F:      include/net/mac80211.h
6084 F:      net/mac80211/
6085
6086 MACVLAN DRIVER
6087 M:      Patrick McHardy <kaber@trash.net>
6088 L:      netdev@vger.kernel.org
6089 S:      Maintained
6090 F:      drivers/net/macvlan.c
6091 F:      include/linux/if_macvlan.h
6092
6093 MAILBOX API
6094 M:      Jassi Brar <jassisinghbrar@gmail.com>
6095 L:      linux-kernel@vger.kernel.org
6096 S:      Maintained
6097 F:      drivers/mailbox/
6098 F:      include/linux/mailbox_client.h
6099 F:      include/linux/mailbox_controller.h
6100
6101 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6102 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6103 W:      http://www.kernel.org/doc/man-pages
6104 L:      linux-man@vger.kernel.org
6105 S:      Maintained
6106
6107 MARVELL ARMADA DRM SUPPORT
6108 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6109 S:      Maintained
6110 F:      drivers/gpu/drm/armada/
6111
6112 MARVELL 88E6352 DSA support
6113 M:      Guenter Roeck <linux@roeck-us.net>
6114 S:      Maintained
6115 F:      drivers/net/dsa/mv88e6352.c
6116
6117 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6118 M:      Mirko Lindner <mlindner@marvell.com>
6119 M:      Stephen Hemminger <stephen@networkplumber.org>
6120 L:      netdev@vger.kernel.org
6121 S:      Maintained
6122 F:      drivers/net/ethernet/marvell/sk*
6123
6124 MARVELL LIBERTAS WIRELESS DRIVER
6125 L:      libertas-dev@lists.infradead.org
6126 S:      Orphan
6127 F:      drivers/net/wireless/libertas/
6128
6129 MARVELL MV643XX ETHERNET DRIVER
6130 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6131 L:      netdev@vger.kernel.org
6132 S:      Maintained
6133 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6134 F:      include/linux/mv643xx.h
6135
6136 MARVELL MVNETA ETHERNET DRIVER
6137 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6138 L:      netdev@vger.kernel.org
6139 S:      Maintained
6140 F:      drivers/net/ethernet/marvell/mvneta.*
6141
6142 MARVELL MWIFIEX WIRELESS DRIVER
6143 M:      Amitkumar Karwar <akarwar@marvell.com>
6144 M:      Avinash Patil <patila@marvell.com>
6145 L:      linux-wireless@vger.kernel.org
6146 S:      Maintained
6147 F:      drivers/net/wireless/mwifiex/
6148
6149 MARVELL MWL8K WIRELESS DRIVER
6150 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6151 L:      linux-wireless@vger.kernel.org
6152 S:      Odd Fixes
6153 F:      drivers/net/wireless/mwl8k.c
6154
6155 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6156 M:      Nicolas Pitre <nico@fluxnic.net>
6157 S:      Odd Fixes
6158 F:      drivers/mmc/host/mvsdio.*
6159
6160 MATROX FRAMEBUFFER DRIVER
6161 L:      linux-fbdev@vger.kernel.org
6162 S:      Orphan
6163 F:      drivers/video/fbdev/matrox/matroxfb_*
6164 F:      include/uapi/linux/matroxfb.h
6165
6166 MAX16065 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/max16065
6171 F:      drivers/hwmon/max16065.c
6172
6173 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6174 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6175 L:      lm-sensors@lm-sensors.org
6176 S:      Maintained
6177 F:      Documentation/hwmon/max6650
6178 F:      drivers/hwmon/max6650.c
6179
6180 MAX6697 HARDWARE MONITOR DRIVER
6181 M:      Guenter Roeck <linux@roeck-us.net>
6182 L:      lm-sensors@lm-sensors.org
6183 S:      Maintained
6184 F:      Documentation/hwmon/max6697
6185 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6186 F:      drivers/hwmon/max6697.c
6187 F:      include/linux/platform_data/max6697.h
6188
6189 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6190 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6191 L:      linux-pm@vger.kernel.org
6192 S:      Supported
6193 F:      drivers/power/max14577_charger.c
6194 F:      drivers/power/max77693_charger.c
6195
6196 MAXIRADIO FM RADIO RECEIVER DRIVER
6197 M:      Hans Verkuil <hverkuil@xs4all.nl>
6198 L:      linux-media@vger.kernel.org
6199 T:      git git://linuxtv.org/media_tree.git
6200 W:      http://linuxtv.org
6201 S:      Maintained
6202 F:      drivers/media/radio/radio-maxiradio*
6203
6204 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6205 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6206 P:      LinuxTV.org Project
6207 L:      linux-media@vger.kernel.org
6208 W:      http://linuxtv.org
6209 Q:      http://patchwork.kernel.org/project/linux-media/list/
6210 T:      git git://linuxtv.org/media_tree.git
6211 S:      Maintained
6212 F:      Documentation/dvb/
6213 F:      Documentation/video4linux/
6214 F:      Documentation/DocBook/media/
6215 F:      drivers/media/
6216 F:      drivers/staging/media/
6217 F:      include/media/
6218 F:      include/uapi/linux/dvb/
6219 F:      include/uapi/linux/videodev2.h
6220 F:      include/uapi/linux/media.h
6221 F:      include/uapi/linux/v4l2-*
6222 F:      include/uapi/linux/meye.h
6223 F:      include/uapi/linux/ivtv*
6224 F:      include/uapi/linux/uvcvideo.h
6225
6226 MEGARAID SCSI/SAS DRIVERS
6227 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6228 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6229 M:      Uday Lingala <uday.lingala@avagotech.com>
6230 L:      megaraidlinux.pdl@avagotech.com
6231 L:      linux-scsi@vger.kernel.org
6232 W:      http://www.lsi.com
6233 S:      Maintained
6234 F:      Documentation/scsi/megaraid.txt
6235 F:      drivers/scsi/megaraid.*
6236 F:      drivers/scsi/megaraid/
6237
6238 MELLANOX ETHERNET DRIVER (mlx4_en)
6239 M:      Amir Vadai <amirv@mellanox.com>
6240 L:      netdev@vger.kernel.org
6241 S:      Supported
6242 W:      http://www.mellanox.com
6243 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6244 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6245
6246 MEMORY MANAGEMENT
6247 L:      linux-mm@kvack.org
6248 W:      http://www.linux-mm.org
6249 S:      Maintained
6250 F:      include/linux/mm.h
6251 F:      include/linux/gfp.h
6252 F:      include/linux/mmzone.h
6253 F:      include/linux/memory_hotplug.h
6254 F:      include/linux/vmalloc.h
6255 F:      mm/
6256
6257 MEMORY TECHNOLOGY DEVICES (MTD)
6258 M:      David Woodhouse <dwmw2@infradead.org>
6259 M:      Brian Norris <computersforpeace@gmail.com>
6260 L:      linux-mtd@lists.infradead.org
6261 W:      http://www.linux-mtd.infradead.org/
6262 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6263 T:      git git://git.infradead.org/linux-mtd.git
6264 T:      git git://git.infradead.org/l2-mtd.git
6265 S:      Maintained
6266 F:      drivers/mtd/
6267 F:      include/linux/mtd/
6268 F:      include/uapi/mtd/
6269
6270 MEN A21 WATCHDOG DRIVER
6271 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6272 L:      linux-watchdog@vger.kernel.org
6273 S:      Supported
6274 F:      drivers/watchdog/mena21_wdt.c
6275
6276 MEN CHAMELEON BUS (mcb)
6277 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6278 S:      Supported
6279 F:      drivers/mcb/
6280 F:      include/linux/mcb.h
6281
6282 MEN F21BMC (Board Management Controller)
6283 M:      Andreas Werner <andreas.werner@men.de>
6284 S:      Supported
6285 F:      drivers/mfd/menf21bmc.c
6286 F:      drivers/watchdog/menf21bmc_wdt.c
6287 F:      drivers/leds/leds-menf21bmc.c
6288 F:      drivers/hwmon/menf21bmc_hwmon.c
6289 F:      Documentation/hwmon/menf21bmc
6290
6291 METAG ARCHITECTURE
6292 M:      James Hogan <james.hogan@imgtec.com>
6293 L:      linux-metag@vger.kernel.org
6294 S:      Supported
6295 F:      arch/metag/
6296 F:      Documentation/metag/
6297 F:      Documentation/devicetree/bindings/metag/
6298 F:      drivers/clocksource/metag_generic.c
6299 F:      drivers/irqchip/irq-metag.c
6300 F:      drivers/irqchip/irq-metag-ext.c
6301 F:      drivers/tty/metag_da.c
6302
6303 MICROBLAZE ARCHITECTURE
6304 M:      Michal Simek <monstr@monstr.eu>
6305 W:      http://www.monstr.eu/fdt/
6306 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6307 S:      Supported
6308 F:      arch/microblaze/
6309
6310 MICROTEK X6 SCANNER
6311 M:      Oliver Neukum <oliver@neukum.org>
6312 S:      Maintained
6313 F:      drivers/usb/image/microtek.*
6314
6315 MIPS
6316 M:      Ralf Baechle <ralf@linux-mips.org>
6317 L:      linux-mips@linux-mips.org
6318 W:      http://www.linux-mips.org/
6319 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6320 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6321 S:      Supported
6322 F:      Documentation/mips/
6323 F:      arch/mips/
6324
6325 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6326 M:      Hans Verkuil <hverkuil@xs4all.nl>
6327 L:      linux-media@vger.kernel.org
6328 T:      git git://linuxtv.org/media_tree.git
6329 W:      http://linuxtv.org
6330 S:      Odd Fixes
6331 F:      drivers/media/radio/radio-miropcm20*
6332
6333 Mellanox MLX5 core VPI driver
6334 M:      Eli Cohen <eli@mellanox.com>
6335 L:      netdev@vger.kernel.org
6336 L:      linux-rdma@vger.kernel.org
6337 W:      http://www.mellanox.com
6338 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6339 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6340 T:      git git://openfabrics.org/~eli/connect-ib.git
6341 S:      Supported
6342 F:      drivers/net/ethernet/mellanox/mlx5/core/
6343 F:      include/linux/mlx5/
6344
6345 Mellanox MLX5 IB driver
6346 M:      Eli Cohen <eli@mellanox.com>
6347 L:      linux-rdma@vger.kernel.org
6348 W:      http://www.mellanox.com
6349 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6350 T:      git git://openfabrics.org/~eli/connect-ib.git
6351 S:      Supported
6352 F:      include/linux/mlx5/
6353 F:      drivers/infiniband/hw/mlx5/
6354
6355 MN88472 MEDIA DRIVER
6356 M:      Antti Palosaari <crope@iki.fi>
6357 L:      linux-media@vger.kernel.org
6358 W:      http://linuxtv.org/
6359 W:      http://palosaari.fi/linux/
6360 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6361 T:      git git://linuxtv.org/anttip/media_tree.git
6362 S:      Maintained
6363 F:      drivers/staging/media/mn88472/
6364 F:      drivers/media/dvb-frontends/mn88472.h
6365
6366 MN88473 MEDIA DRIVER
6367 M:      Antti Palosaari <crope@iki.fi>
6368 L:      linux-media@vger.kernel.org
6369 W:      http://linuxtv.org/
6370 W:      http://palosaari.fi/linux/
6371 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6372 T:      git git://linuxtv.org/anttip/media_tree.git
6373 S:      Maintained
6374 F:      drivers/staging/media/mn88473/
6375 F:      drivers/media/dvb-frontends/mn88473.h
6376
6377 MODULE SUPPORT
6378 M:      Rusty Russell <rusty@rustcorp.com.au>
6379 S:      Maintained
6380 F:      include/linux/module.h
6381 F:      kernel/module.c
6382
6383 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6384 W:      http://popies.net/meye/
6385 S:      Orphan
6386 F:      Documentation/video4linux/meye.txt
6387 F:      drivers/media/pci/meye/
6388 F:      include/uapi/linux/meye.h
6389
6390 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6391 M:      Jiri Slaby <jirislaby@gmail.com>
6392 S:      Maintained
6393 F:      Documentation/serial/moxa-smartio
6394 F:      drivers/tty/mxser.*
6395
6396 MR800 AVERMEDIA USB FM RADIO DRIVER
6397 M:      Alexey Klimov <klimov.linux@gmail.com>
6398 L:      linux-media@vger.kernel.org
6399 T:      git git://linuxtv.org/media_tree.git
6400 S:      Maintained
6401 F:      drivers/media/radio/radio-mr800.c
6402
6403 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6404 M:      Alan Ott <alan@signal11.us>
6405 L:      linux-wpan@vger.kernel.org
6406 S:      Maintained
6407 F:      drivers/net/ieee802154/mrf24j40.c
6408
6409 MSI LAPTOP SUPPORT
6410 M:      "Lee, Chun-Yi" <jlee@suse.com>
6411 L:      platform-driver-x86@vger.kernel.org
6412 S:      Maintained
6413 F:      drivers/platform/x86/msi-laptop.c
6414
6415 MSI WMI SUPPORT
6416 M:      Anisse Astier <anisse@astier.eu>
6417 L:      platform-driver-x86@vger.kernel.org
6418 S:      Supported
6419 F:      drivers/platform/x86/msi-wmi.c
6420
6421 MSI001 MEDIA DRIVER
6422 M:      Antti Palosaari <crope@iki.fi>
6423 L:      linux-media@vger.kernel.org
6424 W:      http://linuxtv.org/
6425 W:      http://palosaari.fi/linux/
6426 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6427 T:      git git://linuxtv.org/anttip/media_tree.git
6428 S:      Maintained
6429 F:      drivers/media/tuners/msi001*
6430
6431 MSI2500 MEDIA DRIVER
6432 M:      Antti Palosaari <crope@iki.fi>
6433 L:      linux-media@vger.kernel.org
6434 W:      http://linuxtv.org/
6435 W:      http://palosaari.fi/linux/
6436 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6437 T:      git git://linuxtv.org/anttip/media_tree.git
6438 S:      Maintained
6439 F:      drivers/media/usb/msi2500/
6440
6441 MT9M032 APTINA SENSOR DRIVER
6442 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6443 L:      linux-media@vger.kernel.org
6444 T:      git git://linuxtv.org/media_tree.git
6445 S:      Maintained
6446 F:      drivers/media/i2c/mt9m032.c
6447 F:      include/media/mt9m032.h
6448
6449 MT9P031 APTINA CAMERA SENSOR
6450 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6451 L:      linux-media@vger.kernel.org
6452 T:      git git://linuxtv.org/media_tree.git
6453 S:      Maintained
6454 F:      drivers/media/i2c/mt9p031.c
6455 F:      include/media/mt9p031.h
6456
6457 MT9T001 APTINA CAMERA SENSOR
6458 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6459 L:      linux-media@vger.kernel.org
6460 T:      git git://linuxtv.org/media_tree.git
6461 S:      Maintained
6462 F:      drivers/media/i2c/mt9t001.c
6463 F:      include/media/mt9t001.h
6464
6465 MT9V032 APTINA CAMERA SENSOR
6466 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6467 L:      linux-media@vger.kernel.org
6468 T:      git git://linuxtv.org/media_tree.git
6469 S:      Maintained
6470 F:      drivers/media/i2c/mt9v032.c
6471 F:      include/media/mt9v032.h
6472
6473 MULTIFUNCTION DEVICES (MFD)
6474 M:      Samuel Ortiz <sameo@linux.intel.com>
6475 M:      Lee Jones <lee.jones@linaro.org>
6476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6477 S:      Supported
6478 F:      drivers/mfd/
6479 F:      include/linux/mfd/
6480
6481 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6482 M:      Chris Ball <chris@printf.net>
6483 M:      Ulf Hansson <ulf.hansson@linaro.org>
6484 L:      linux-mmc@vger.kernel.org
6485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6486 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6487 S:      Maintained
6488 F:      drivers/mmc/
6489 F:      include/linux/mmc/
6490 F:      include/uapi/linux/mmc/
6491
6492 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6493 S:      Orphan
6494 F:      drivers/mmc/host/mmc_spi.c
6495 F:      include/linux/spi/mmc_spi.h
6496
6497 MULTISOUND SOUND DRIVER
6498 M:      Andrew Veliath <andrewtv@usa.net>
6499 S:      Maintained
6500 F:      Documentation/sound/oss/MultiSound
6501 F:      sound/oss/msnd*
6502
6503 MULTITECH MULTIPORT CARD (ISICOM)
6504 S:      Orphan
6505 F:      drivers/tty/isicom.c
6506 F:      include/linux/isicom.h
6507
6508 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6509 M:      Felipe Balbi <balbi@ti.com>
6510 L:      linux-usb@vger.kernel.org
6511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6512 S:      Maintained
6513 F:      drivers/usb/musb/
6514
6515 MXL5007T MEDIA DRIVER
6516 M:      Michael Krufky <mkrufky@linuxtv.org>
6517 L:      linux-media@vger.kernel.org
6518 W:      http://linuxtv.org/
6519 W:      http://github.com/mkrufky
6520 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6521 T:      git git://linuxtv.org/mkrufky/tuners.git
6522 S:      Maintained
6523 F:      drivers/media/tuners/mxl5007t.*
6524
6525 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6526 M:      Hyong-Youb Kim <hykim@myri.com>
6527 L:      netdev@vger.kernel.org
6528 W:      https://www.myricom.com/support/downloads/myri10ge.html
6529 S:      Supported
6530 F:      drivers/net/ethernet/myricom/myri10ge/
6531
6532 NATSEMI ETHERNET DRIVER (DP8381x)
6533 S:      Orphan
6534 F:      drivers/net/ethernet/natsemi/natsemi.c
6535
6536 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6537 M:      Daniel Mack <zonque@gmail.com>
6538 S:      Maintained
6539 L:      alsa-devel@alsa-project.org
6540 W:      http://www.native-instruments.com
6541 F:      sound/usb/caiaq/
6542
6543 NCP FILESYSTEM
6544 M:      Petr Vandrovec <petr@vandrovec.name>
6545 S:      Odd Fixes
6546 F:      fs/ncpfs/
6547
6548 NCR 5380 SCSI DRIVERS
6549 M:      Finn Thain <fthain@telegraphics.com.au>
6550 M:      Michael Schmitz <schmitzmic@gmail.com>
6551 L:      linux-scsi@vger.kernel.org
6552 S:      Maintained
6553 F:      Documentation/scsi/g_NCR5380.txt
6554 F:      drivers/scsi/NCR5380.*
6555 F:      drivers/scsi/arm/cumana_1.c
6556 F:      drivers/scsi/arm/oak.c
6557 F:      drivers/scsi/atari_NCR5380.c
6558 F:      drivers/scsi/atari_scsi.*
6559 F:      drivers/scsi/dmx3191d.c
6560 F:      drivers/scsi/dtc.*
6561 F:      drivers/scsi/g_NCR5380.*
6562 F:      drivers/scsi/g_NCR5380_mmio.c
6563 F:      drivers/scsi/mac_scsi.*
6564 F:      drivers/scsi/pas16.*
6565 F:      drivers/scsi/sun3_scsi.*
6566 F:      drivers/scsi/sun3_scsi_vme.c
6567 F:      drivers/scsi/t128.*
6568
6569 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6570 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6571 L:      linux-scsi@vger.kernel.org
6572 S:      Maintained
6573 F:      drivers/scsi/NCR_D700.*
6574
6575 NCT6775 HARDWARE MONITOR DRIVER
6576 M:      Guenter Roeck <linux@roeck-us.net>
6577 L:      lm-sensors@lm-sensors.org
6578 S:      Maintained
6579 F:      Documentation/hwmon/nct6775
6580 F:      drivers/hwmon/nct6775.c
6581
6582 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6583 M:      Faisal Latif <faisal.latif@intel.com>
6584 L:      linux-rdma@vger.kernel.org
6585 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6586 S:      Supported
6587 F:      drivers/infiniband/hw/nes/
6588
6589 NETEM NETWORK EMULATOR
6590 M:      Stephen Hemminger <stephen@networkplumber.org>
6591 L:      netem@lists.linux-foundation.org
6592 S:      Maintained
6593 F:      net/sched/sch_netem.c
6594
6595 NETERION 10GbE DRIVERS (s2io/vxge)
6596 M:      Jon Mason <jdmason@kudzu.us>
6597 L:      netdev@vger.kernel.org
6598 S:      Supported
6599 F:      Documentation/networking/s2io.txt
6600 F:      Documentation/networking/vxge.txt
6601 F:      drivers/net/ethernet/neterion/
6602
6603 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6604 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6605 M:      Patrick McHardy <kaber@trash.net>
6606 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6607 L:      netfilter-devel@vger.kernel.org
6608 L:      coreteam@netfilter.org
6609 W:      http://www.netfilter.org/
6610 W:      http://www.iptables.org/
6611 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6614 S:      Supported
6615 F:      include/linux/netfilter*
6616 F:      include/linux/netfilter/
6617 F:      include/net/netfilter/
6618 F:      include/uapi/linux/netfilter*
6619 F:      include/uapi/linux/netfilter/
6620 F:      net/*/netfilter.c
6621 F:      net/*/netfilter/
6622 F:      net/netfilter/
6623
6624 NETLABEL
6625 M:      Paul Moore <paul@paul-moore.com>
6626 W:      http://netlabel.sf.net
6627 L:      netdev@vger.kernel.org
6628 S:      Maintained
6629 F:      Documentation/netlabel/
6630 F:      include/net/netlabel.h
6631 F:      net/netlabel/
6632
6633 NETROM NETWORK LAYER
6634 M:      Ralf Baechle <ralf@linux-mips.org>
6635 L:      linux-hams@vger.kernel.org
6636 W:      http://www.linux-ax25.org/
6637 S:      Maintained
6638 F:      include/net/netrom.h
6639 F:      include/uapi/linux/netrom.h
6640 F:      net/netrom/
6641
6642 NETWORK BLOCK DEVICE (NBD)
6643 M:      Paul Clements <Paul.Clements@steeleye.com>
6644 S:      Maintained
6645 L:      nbd-general@lists.sourceforge.net
6646 F:      Documentation/blockdev/nbd.txt
6647 F:      drivers/block/nbd.c
6648 F:      include/linux/nbd.h
6649 F:      include/uapi/linux/nbd.h
6650
6651 NETWORK DROP MONITOR
6652 M:      Neil Horman <nhorman@tuxdriver.com>
6653 L:      netdev@vger.kernel.org
6654 S:      Maintained
6655 W:      https://fedorahosted.org/dropwatch/
6656 F:      net/core/drop_monitor.c
6657
6658 NETWORKING [GENERAL]
6659 M:      "David S. Miller" <davem@davemloft.net>
6660 L:      netdev@vger.kernel.org
6661 W:      http://www.linuxfoundation.org/en/Net
6662 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6663 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6665 S:      Maintained
6666 F:      net/
6667 F:      include/net/
6668 F:      include/linux/in.h
6669 F:      include/linux/net.h
6670 F:      include/linux/netdevice.h
6671 F:      include/uapi/linux/in.h
6672 F:      include/uapi/linux/net.h
6673 F:      include/uapi/linux/netdevice.h
6674 F:      include/uapi/linux/net_namespace.h
6675 F:      tools/net/
6676 F:      tools/testing/selftests/net/
6677 F:      lib/random32.c
6678 F:      lib/test_bpf.c
6679
6680 NETWORKING [IPv4/IPv6]
6681 M:      "David S. Miller" <davem@davemloft.net>
6682 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6683 M:      James Morris <jmorris@namei.org>
6684 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6685 M:      Patrick McHardy <kaber@trash.net>
6686 L:      netdev@vger.kernel.org
6687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6688 S:      Maintained
6689 F:      net/ipv4/
6690 F:      net/ipv6/
6691 F:      include/net/ip*
6692 F:      arch/x86/net/*
6693
6694 NETWORKING [IPSEC]
6695 M:      Steffen Klassert <steffen.klassert@secunet.com>
6696 M:      Herbert Xu <herbert@gondor.apana.org.au>
6697 M:      "David S. Miller" <davem@davemloft.net>
6698 L:      netdev@vger.kernel.org
6699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6701 S:      Maintained
6702 F:      net/core/flow.c
6703 F:      net/xfrm/
6704 F:      net/key/
6705 F:      net/ipv4/xfrm*
6706 F:      net/ipv4/esp4.c
6707 F:      net/ipv4/ah4.c
6708 F:      net/ipv4/ipcomp.c
6709 F:      net/ipv4/ip_vti.c
6710 F:      net/ipv6/xfrm*
6711 F:      net/ipv6/esp6.c
6712 F:      net/ipv6/ah6.c
6713 F:      net/ipv6/ipcomp6.c
6714 F:      net/ipv6/ip6_vti.c
6715 F:      include/uapi/linux/xfrm.h
6716 F:      include/net/xfrm.h
6717
6718 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6719 M:      Paul Moore <paul@paul-moore.com>
6720 L:      netdev@vger.kernel.org
6721 S:      Maintained
6722
6723 NETWORKING [WIRELESS]
6724 L:      linux-wireless@vger.kernel.org
6725 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6726
6727 NETWORKING DRIVERS
6728 L:      netdev@vger.kernel.org
6729 W:      http://www.linuxfoundation.org/en/Net
6730 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6733 S:      Odd Fixes
6734 F:      drivers/net/
6735 F:      include/linux/if_*
6736 F:      include/linux/netdevice.h
6737 F:      include/linux/arcdevice.h
6738 F:      include/linux/etherdevice.h
6739 F:      include/linux/fcdevice.h
6740 F:      include/linux/fddidevice.h
6741 F:      include/linux/hippidevice.h
6742 F:      include/linux/inetdevice.h
6743 F:      include/uapi/linux/if_*
6744 F:      include/uapi/linux/netdevice.h
6745
6746 NETWORKING DRIVERS (WIRELESS)
6747 M:      Kalle Valo <kvalo@codeaurora.org>
6748 L:      linux-wireless@vger.kernel.org
6749 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6751 S:      Maintained
6752 F:      drivers/net/wireless/
6753
6754 NETXEN (1/10) GbE SUPPORT
6755 M:      Manish Chopra <manish.chopra@qlogic.com>
6756 M:      Sony Chacko <sony.chacko@qlogic.com>
6757 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6758 L:      netdev@vger.kernel.org
6759 W:      http://www.qlogic.com
6760 S:      Supported
6761 F:      drivers/net/ethernet/qlogic/netxen/
6762
6763 NFC SUBSYSTEM
6764 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6765 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6766 M:      Samuel Ortiz <sameo@linux.intel.com>
6767 L:      linux-wireless@vger.kernel.org
6768 L:      linux-nfc@lists.01.org (subscribers-only)
6769 S:      Supported
6770 F:      net/nfc/
6771 F:      include/net/nfc/
6772 F:      include/uapi/linux/nfc.h
6773 F:      drivers/nfc/
6774 F:      include/linux/platform_data/pn544.h
6775 F:      Documentation/devicetree/bindings/net/nfc/
6776
6777 NFS, SUNRPC, AND LOCKD CLIENTS
6778 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6779 L:      linux-nfs@vger.kernel.org
6780 W:      http://client.linux-nfs.org
6781 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6782 S:      Maintained
6783 F:      fs/lockd/
6784 F:      fs/nfs/
6785 F:      fs/nfs_common/
6786 F:      net/sunrpc/
6787 F:      include/linux/lockd/
6788 F:      include/linux/nfs*
6789 F:      include/linux/sunrpc/
6790 F:      include/uapi/linux/nfs*
6791 F:      include/uapi/linux/sunrpc/
6792
6793 NILFS2 FILESYSTEM
6794 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6795 L:      linux-nilfs@vger.kernel.org
6796 W:      http://nilfs.sourceforge.net/
6797 T:      git git://github.com/konis/nilfs2.git
6798 S:      Supported
6799 F:      Documentation/filesystems/nilfs2.txt
6800 F:      fs/nilfs2/
6801 F:      include/linux/nilfs2_fs.h
6802
6803 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6804 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6805 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6806 S:      Maintained
6807 F:      Documentation/scsi/NinjaSCSI.txt
6808 F:      drivers/scsi/pcmcia/nsp_*
6809
6810 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6811 M:      GOTO Masanori <gotom@debian.or.jp>
6812 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6813 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6814 S:      Maintained
6815 F:      Documentation/scsi/NinjaSCSI.txt
6816 F:      drivers/scsi/nsp32*
6817
6818 NIOS2 ARCHITECTURE
6819 M:      Ley Foon Tan <lftan@altera.com>
6820 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6821 T:      git git://git.rocketboards.org/linux-socfpga.git
6822 S:      Maintained
6823 F:      arch/nios2/
6824
6825 NTB DRIVER
6826 M:      Jon Mason <jdmason@kudzu.us>
6827 M:      Dave Jiang <dave.jiang@intel.com>
6828 S:      Supported
6829 W:      https://github.com/jonmason/ntb/wiki
6830 T:      git git://github.com/jonmason/ntb.git
6831 F:      drivers/ntb/
6832 F:      drivers/net/ntb_netdev.c
6833 F:      include/linux/ntb.h
6834
6835 NTFS FILESYSTEM
6836 M:      Anton Altaparmakov <anton@tuxera.com>
6837 L:      linux-ntfs-dev@lists.sourceforge.net
6838 W:      http://www.tuxera.com/
6839 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6840 S:      Supported
6841 F:      Documentation/filesystems/ntfs.txt
6842 F:      fs/ntfs/
6843
6844 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6845 M:      Antonino Daplas <adaplas@gmail.com>
6846 L:      linux-fbdev@vger.kernel.org
6847 S:      Maintained
6848 F:      drivers/video/fbdev/riva/
6849 F:      drivers/video/fbdev/nvidia/
6850
6851 NVM EXPRESS DRIVER
6852 M:      Matthew Wilcox <willy@linux.intel.com>
6853 L:      linux-nvme@lists.infradead.org
6854 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6855 S:      Supported
6856 F:      drivers/block/nvme*
6857 F:      include/linux/nvme.h
6858
6859 NXP TDA998X DRM DRIVER
6860 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6861 S:      Supported
6862 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6863 F:      include/drm/i2c/tda998x.h
6864
6865 NXP TFA9879 DRIVER
6866 M:      Peter Rosin <peda@axentia.se>
6867 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6868 S:      Maintained
6869 F:      sound/soc/codecs/tfa9879*
6870
6871 OMAP SUPPORT
6872 M:      Tony Lindgren <tony@atomide.com>
6873 L:      linux-omap@vger.kernel.org
6874 W:      http://www.muru.com/linux/omap/
6875 W:      http://linux.omap.com/
6876 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6878 S:      Maintained
6879 F:      arch/arm/*omap*/
6880 F:      drivers/i2c/busses/i2c-omap.c
6881 F:      drivers/irqchip/irq-omap-intc.c
6882 F:      drivers/mfd/*omap*.c
6883 F:      drivers/mfd/menelaus.c
6884 F:      drivers/mfd/palmas.c
6885 F:      drivers/mfd/tps65217.c
6886 F:      drivers/mfd/tps65218.c
6887 F:      drivers/mfd/tps65910.c
6888 F:      drivers/mfd/twl-core.[ch]
6889 F:      drivers/mfd/twl4030*.c
6890 F:      drivers/mfd/twl6030*.c
6891 F:      drivers/mfd/twl6040*.c
6892 F:      drivers/regulator/palmas-regulator*.c
6893 F:      drivers/regulator/pbias-regulator.c
6894 F:      drivers/regulator/tps65217-regulator.c
6895 F:      drivers/regulator/tps65218-regulator.c
6896 F:      drivers/regulator/tps65910-regulator.c
6897 F:      drivers/regulator/twl-regulator.c
6898 F:      include/linux/i2c-omap.h
6899
6900 OMAP DEVICE TREE SUPPORT
6901 M:      Benoît Cousson <bcousson@baylibre.com>
6902 M:      Tony Lindgren <tony@atomide.com>
6903 L:      linux-omap@vger.kernel.org
6904 L:      devicetree@vger.kernel.org
6905 S:      Maintained
6906 F:      arch/arm/boot/dts/*omap*
6907 F:      arch/arm/boot/dts/*am3*
6908 F:      arch/arm/boot/dts/*am4*
6909 F:      arch/arm/boot/dts/*am5*
6910 F:      arch/arm/boot/dts/*dra7*
6911
6912 OMAP CLOCK FRAMEWORK SUPPORT
6913 M:      Paul Walmsley <paul@pwsan.com>
6914 L:      linux-omap@vger.kernel.org
6915 S:      Maintained
6916 F:      arch/arm/*omap*/*clock*
6917
6918 OMAP POWER MANAGEMENT SUPPORT
6919 M:      Kevin Hilman <khilman@deeprootsystems.com>
6920 L:      linux-omap@vger.kernel.org
6921 S:      Maintained
6922 F:      arch/arm/*omap*/*pm*
6923 F:      drivers/cpufreq/omap-cpufreq.c
6924
6925 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6926 M:      Rajendra Nayak <rnayak@ti.com>
6927 M:      Paul Walmsley <paul@pwsan.com>
6928 L:      linux-omap@vger.kernel.org
6929 S:      Maintained
6930 F:      arch/arm/mach-omap2/prm*
6931
6932 OMAP AUDIO SUPPORT
6933 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6934 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6935 L:      alsa-devel@alsa-project.org (subscribers-only)
6936 L:      linux-omap@vger.kernel.org
6937 S:      Maintained
6938 F:      sound/soc/omap/
6939
6940 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6941 M:      Roger Quadros <rogerq@ti.com>
6942 M:      Tony Lindgren <tony@atomide.com>
6943 L:      linux-omap@vger.kernel.org
6944 S:      Maintained
6945 F:      drivers/memory/omap-gpmc.c
6946 F:      arch/arm/mach-omap2/*gpmc*
6947
6948 OMAP FRAMEBUFFER SUPPORT
6949 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6950 L:      linux-fbdev@vger.kernel.org
6951 L:      linux-omap@vger.kernel.org
6952 S:      Maintained
6953 F:      drivers/video/fbdev/omap/
6954
6955 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6956 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6957 L:      linux-omap@vger.kernel.org
6958 L:      linux-fbdev@vger.kernel.org
6959 S:      Maintained
6960 F:      drivers/video/fbdev/omap2/
6961 F:      Documentation/arm/OMAP/DSS
6962
6963 OMAP HARDWARE SPINLOCK SUPPORT
6964 M:      Ohad Ben-Cohen <ohad@wizery.com>
6965 L:      linux-omap@vger.kernel.org
6966 S:      Maintained
6967 F:      drivers/hwspinlock/omap_hwspinlock.c
6968 F:      arch/arm/mach-omap2/hwspinlock.c
6969
6970 OMAP MMC SUPPORT
6971 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6972 L:      linux-omap@vger.kernel.org
6973 S:      Maintained
6974 F:      drivers/mmc/host/omap.c
6975
6976 OMAP HS MMC SUPPORT
6977 L:      linux-mmc@vger.kernel.org
6978 L:      linux-omap@vger.kernel.org
6979 S:      Orphan
6980 F:      drivers/mmc/host/omap_hsmmc.c
6981
6982 OMAP RANDOM NUMBER GENERATOR SUPPORT
6983 M:      Deepak Saxena <dsaxena@plexity.net>
6984 S:      Maintained
6985 F:      drivers/char/hw_random/omap-rng.c
6986
6987 OMAP HWMOD SUPPORT
6988 M:      Benoît Cousson <bcousson@baylibre.com>
6989 M:      Paul Walmsley <paul@pwsan.com>
6990 L:      linux-omap@vger.kernel.org
6991 S:      Maintained
6992 F:      arch/arm/mach-omap2/omap_hwmod.*
6993
6994 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6995 M:      Benoît Cousson <bcousson@baylibre.com>
6996 L:      linux-omap@vger.kernel.org
6997 S:      Maintained
6998 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6999
7000 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7001 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7002 L:      linux-media@vger.kernel.org
7003 S:      Maintained
7004 F:      drivers/media/platform/omap3isp/
7005 F:      drivers/staging/media/omap4iss/
7006
7007 OMAP USB SUPPORT
7008 M:      Felipe Balbi <balbi@ti.com>
7009 L:      linux-usb@vger.kernel.org
7010 L:      linux-omap@vger.kernel.org
7011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7012 S:      Maintained
7013 F:      drivers/usb/*/*omap*
7014 F:      arch/arm/*omap*/usb*
7015
7016 OMAP GPIO DRIVER
7017 M:      Javier Martinez Canillas <javier@dowhile0.org>
7018 M:      Santosh Shilimkar <ssantosh@kernel.org>
7019 M:      Kevin Hilman <khilman@deeprootsystems.com>
7020 L:      linux-omap@vger.kernel.org
7021 S:      Maintained
7022 F:      drivers/gpio/gpio-omap.c
7023
7024 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7025 M:      Mark Jackson <mpfj@newflow.co.uk>
7026 L:      linux-omap@vger.kernel.org
7027 S:      Maintained
7028 F:      arch/arm/boot/dts/am335x-nano.dts
7029
7030 OMFS FILESYSTEM
7031 M:      Bob Copeland <me@bobcopeland.com>
7032 L:      linux-karma-devel@lists.sourceforge.net
7033 S:      Maintained
7034 F:      Documentation/filesystems/omfs.txt
7035 F:      fs/omfs/
7036
7037 OMNIKEY CARDMAN 4000 DRIVER
7038 M:      Harald Welte <laforge@gnumonks.org>
7039 S:      Maintained
7040 F:      drivers/char/pcmcia/cm4000_cs.c
7041 F:      include/linux/cm4000_cs.h
7042 F:      include/uapi/linux/cm4000_cs.h
7043
7044 OMNIKEY CARDMAN 4040 DRIVER
7045 M:      Harald Welte <laforge@gnumonks.org>
7046 S:      Maintained
7047 F:      drivers/char/pcmcia/cm4040_cs.*
7048
7049 OMNIVISION OV7670 SENSOR DRIVER
7050 M:      Jonathan Corbet <corbet@lwn.net>
7051 L:      linux-media@vger.kernel.org
7052 T:      git git://linuxtv.org/media_tree.git
7053 S:      Maintained
7054 F:      drivers/media/i2c/ov7670.c
7055
7056 ONENAND FLASH DRIVER
7057 M:      Kyungmin Park <kyungmin.park@samsung.com>
7058 L:      linux-mtd@lists.infradead.org
7059 S:      Maintained
7060 F:      drivers/mtd/onenand/
7061 F:      include/linux/mtd/onenand*.h
7062
7063 ONSTREAM SCSI TAPE DRIVER
7064 M:      Willem Riede <osst@riede.org>
7065 L:      osst-users@lists.sourceforge.net
7066 L:      linux-scsi@vger.kernel.org
7067 S:      Maintained
7068 F:      Documentation/scsi/osst.txt
7069 F:      drivers/scsi/osst.*
7070 F:      drivers/scsi/osst_*.h
7071 F:      drivers/scsi/st.h
7072
7073 OPENCORES I2C BUS DRIVER
7074 M:      Peter Korsgaard <jacmet@sunsite.dk>
7075 L:      linux-i2c@vger.kernel.org
7076 S:      Maintained
7077 F:      Documentation/i2c/busses/i2c-ocores
7078 F:      drivers/i2c/busses/i2c-ocores.c
7079
7080 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7081 M:      Grant Likely <grant.likely@linaro.org>
7082 M:      Rob Herring <robh+dt@kernel.org>
7083 L:      devicetree@vger.kernel.org
7084 W:      http://www.devicetree.org/
7085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7086 S:      Maintained
7087 F:      drivers/of/
7088 F:      include/linux/of*.h
7089 F:      scripts/dtc/
7090
7091 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7092 M:      Rob Herring <robh+dt@kernel.org>
7093 M:      Pawel Moll <pawel.moll@arm.com>
7094 M:      Mark Rutland <mark.rutland@arm.com>
7095 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7096 M:      Kumar Gala <galak@codeaurora.org>
7097 L:      devicetree@vger.kernel.org
7098 S:      Maintained
7099 F:      Documentation/devicetree/
7100 F:      arch/*/boot/dts/
7101 F:      include/dt-bindings/
7102
7103 OPENRISC ARCHITECTURE
7104 M:      Jonas Bonn <jonas@southpole.se>
7105 W:      http://openrisc.net
7106 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7107 S:      Maintained
7108 T:      git git://openrisc.net/~jonas/linux
7109 F:      arch/openrisc/
7110
7111 OPENVSWITCH
7112 M:      Pravin Shelar <pshelar@nicira.com>
7113 L:      netdev@vger.kernel.org
7114 L:      dev@openvswitch.org
7115 W:      http://openvswitch.org
7116 S:      Maintained
7117 F:      net/openvswitch/
7118 F:      include/uapi/linux/openvswitch.h
7119
7120 OPL4 DRIVER
7121 M:      Clemens Ladisch <clemens@ladisch.de>
7122 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7123 T:      git git://git.alsa-project.org/alsa-kernel.git
7124 S:      Maintained
7125 F:      sound/drivers/opl4/
7126
7127 OPROFILE
7128 M:      Robert Richter <rric@kernel.org>
7129 L:      oprofile-list@lists.sf.net
7130 S:      Maintained
7131 F:      arch/*/include/asm/oprofile*.h
7132 F:      arch/*/oprofile/
7133 F:      drivers/oprofile/
7134 F:      include/linux/oprofile.h
7135
7136 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7137 M:      Mark Fasheh <mfasheh@suse.com>
7138 M:      Joel Becker <jlbec@evilplan.org>
7139 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7140 W:      http://oss.oracle.com/projects/ocfs2/
7141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7142 S:      Supported
7143 F:      Documentation/filesystems/ocfs2.txt
7144 F:      Documentation/filesystems/dlmfs.txt
7145 F:      fs/ocfs2/
7146
7147 ORINOCO DRIVER
7148 L:      linux-wireless@vger.kernel.org
7149 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7150 W:      http://www.nongnu.org/orinoco/
7151 S:      Orphan
7152 F:      drivers/net/wireless/orinoco/
7153
7154 OSD LIBRARY and FILESYSTEM
7155 M:      Boaz Harrosh <ooo@electrozaur.com>
7156 M:      Benny Halevy <bhalevy@primarydata.com>
7157 L:      osd-dev@open-osd.org
7158 W:      http://open-osd.org
7159 T:      git git://git.open-osd.org/open-osd.git
7160 S:      Maintained
7161 F:      drivers/scsi/osd/
7162 F:      include/scsi/osd_*
7163 F:      fs/exofs/
7164
7165 OVERLAY FILESYSTEM
7166 M:      Miklos Szeredi <miklos@szeredi.hu>
7167 L:      linux-unionfs@vger.kernel.org
7168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7169 S:      Supported
7170 F:      fs/overlayfs/
7171 F:      Documentation/filesystems/overlayfs.txt
7172
7173 P54 WIRELESS DRIVER
7174 M:      Christian Lamparter <chunkeey@googlemail.com>
7175 L:      linux-wireless@vger.kernel.org
7176 W:      http://wireless.kernel.org/en/users/Drivers/p54
7177 S:      Maintained
7178 F:      drivers/net/wireless/p54/
7179
7180 PA SEMI ETHERNET DRIVER
7181 M:      Olof Johansson <olof@lixom.net>
7182 L:      netdev@vger.kernel.org
7183 S:      Maintained
7184 F:      drivers/net/ethernet/pasemi/*
7185
7186 PA SEMI SMBUS DRIVER
7187 M:      Olof Johansson <olof@lixom.net>
7188 L:      linux-i2c@vger.kernel.org
7189 S:      Maintained
7190 F:      drivers/i2c/busses/i2c-pasemi.c
7191
7192 PADATA PARALLEL EXECUTION MECHANISM
7193 M:      Steffen Klassert <steffen.klassert@secunet.com>
7194 L:      linux-crypto@vger.kernel.org
7195 S:      Maintained
7196 F:      kernel/padata.c
7197 F:      include/linux/padata.h
7198 F:      Documentation/padata.txt
7199
7200 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7201 M:      Harald Welte <laforge@gnumonks.org>
7202 L:      platform-driver-x86@vger.kernel.org
7203 S:      Maintained
7204 F:      drivers/platform/x86/panasonic-laptop.c
7205
7206 PANASONIC MN10300/AM33/AM34 PORT
7207 M:      David Howells <dhowells@redhat.com>
7208 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7209 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7210 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7211 S:      Maintained
7212 F:      Documentation/mn10300/
7213 F:      arch/mn10300/
7214
7215 PARALLEL PORT SUPPORT
7216 L:      linux-parport@lists.infradead.org (subscribers-only)
7217 S:      Orphan
7218 F:      drivers/parport/
7219 F:      include/linux/parport*.h
7220 F:      drivers/char/ppdev.c
7221 F:      include/uapi/linux/ppdev.h
7222
7223 PARAVIRT_OPS INTERFACE
7224 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7225 M:      Chris Wright <chrisw@sous-sol.org>
7226 M:      Alok Kataria <akataria@vmware.com>
7227 M:      Rusty Russell <rusty@rustcorp.com.au>
7228 L:      virtualization@lists.linux-foundation.org
7229 S:      Supported
7230 F:      Documentation/ia64/paravirt_ops.txt
7231 F:      arch/*/kernel/paravirt*
7232 F:      arch/*/include/asm/paravirt.h
7233
7234 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7235 M:      Tim Waugh <tim@cyberelk.net>
7236 L:      linux-parport@lists.infradead.org (subscribers-only)
7237 W:      http://www.torque.net/linux-pp.html
7238 S:      Maintained
7239 F:      Documentation/blockdev/paride.txt
7240 F:      drivers/block/paride/
7241
7242 PARISC ARCHITECTURE
7243 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7244 M:      Helge Deller <deller@gmx.de>
7245 L:      linux-parisc@vger.kernel.org
7246 W:      http://www.parisc-linux.org/
7247 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7249 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7250 S:      Maintained
7251 F:      arch/parisc/
7252 F:      Documentation/parisc/
7253 F:      drivers/parisc/
7254 F:      drivers/char/agp/parisc-agp.c
7255 F:      drivers/input/serio/gscps2.c
7256 F:      drivers/parport/parport_gsc.*
7257 F:      drivers/tty/serial/8250/8250_gsc.c
7258 F:      drivers/video/fbdev/sti*
7259 F:      drivers/video/console/sti*
7260 F:      drivers/video/logo/logo_parisc*
7261
7262 PC87360 HARDWARE MONITORING DRIVER
7263 M:      Jim Cromie <jim.cromie@gmail.com>
7264 L:      lm-sensors@lm-sensors.org
7265 S:      Maintained
7266 F:      Documentation/hwmon/pc87360
7267 F:      drivers/hwmon/pc87360.c
7268
7269 PC8736x GPIO DRIVER
7270 M:      Jim Cromie <jim.cromie@gmail.com>
7271 S:      Maintained
7272 F:      drivers/char/pc8736x_gpio.c
7273
7274 PC87427 HARDWARE MONITORING DRIVER
7275 M:      Jean Delvare <jdelvare@suse.de>
7276 L:      lm-sensors@lm-sensors.org
7277 S:      Maintained
7278 F:      Documentation/hwmon/pc87427
7279 F:      drivers/hwmon/pc87427.c
7280
7281 PCA9532 LED DRIVER
7282 M:      Riku Voipio <riku.voipio@iki.fi>
7283 S:      Maintained
7284 F:      drivers/leds/leds-pca9532.c
7285 F:      include/linux/leds-pca9532.h
7286
7287 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7288 M:      Guenter Roeck <linux@roeck-us.net>
7289 L:      linux-i2c@vger.kernel.org
7290 S:      Maintained
7291 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7292
7293 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7294 M:      Khalid Aziz <khalid@gonehiking.org>
7295 S:      Maintained
7296 F:      drivers/firmware/pcdp.*
7297
7298 PCI ERROR RECOVERY
7299 M:      Linas Vepstas <linasvepstas@gmail.com>
7300 L:      linux-pci@vger.kernel.org
7301 S:      Supported
7302 F:      Documentation/PCI/pci-error-recovery.txt
7303
7304 PCI SUBSYSTEM
7305 M:      Bjorn Helgaas <bhelgaas@google.com>
7306 L:      linux-pci@vger.kernel.org
7307 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7309 S:      Supported
7310 F:      Documentation/PCI/
7311 F:      drivers/pci/
7312 F:      include/linux/pci*
7313 F:      arch/x86/pci/
7314 F:      arch/x86/kernel/quirks.c
7315
7316 PCI DRIVER FOR ARM VERSATILE PLATFORM
7317 M:      Rob Herring <robh@kernel.org>
7318 L:      linux-pci@vger.kernel.org
7319 L:      linux-arm-kernel@lists.infradead.org
7320 S:      Maintained
7321 F:      Documentation/devicetree/bindings/pci/versatile.txt
7322 F:      drivers/pci/host/pci-versatile.c
7323
7324 PCI DRIVER FOR APPLIEDMICRO XGENE
7325 M:      Tanmay Inamdar <tinamdar@apm.com>
7326 L:      linux-pci@vger.kernel.org
7327 L:      linux-arm-kernel@lists.infradead.org
7328 S:      Maintained
7329 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7330 F:      drivers/pci/host/pci-xgene.c
7331
7332 PCI DRIVER FOR FREESCALE LAYERSCAPE
7333 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7334 M:      Mingkai Hu <mingkai.hu@freescale.com>
7335 M:      Roy Zang <tie-fei.zang@freescale.com>
7336 L:      linuxppc-dev@lists.ozlabs.org
7337 L:      linux-pci@vger.kernel.org
7338 L:      linux-arm-kernel@lists.infradead.org
7339 S:      Maintained
7340 F:      drivers/pci/host/*layerscape*
7341
7342 PCI DRIVER FOR IMX6
7343 M:      Richard Zhu <Richard.Zhu@freescale.com>
7344 M:      Lucas Stach <l.stach@pengutronix.de>
7345 L:      linux-pci@vger.kernel.org
7346 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7347 S:      Maintained
7348 F:      drivers/pci/host/*imx6*
7349
7350 PCI DRIVER FOR TI KEYSTONE
7351 M:      Murali Karicheri <m-karicheri2@ti.com>
7352 L:      linux-pci@vger.kernel.org
7353 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7354 S:      Maintained
7355 F:      drivers/pci/host/*keystone*
7356
7357 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7358 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7359 M:      Jason Cooper <jason@lakedaemon.net>
7360 L:      linux-pci@vger.kernel.org
7361 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7362 S:      Maintained
7363 F:      drivers/pci/host/*mvebu*
7364
7365 PCI DRIVER FOR NVIDIA TEGRA
7366 M:      Thierry Reding <thierry.reding@gmail.com>
7367 L:      linux-tegra@vger.kernel.org
7368 L:      linux-pci@vger.kernel.org
7369 S:      Supported
7370 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7371 F:      drivers/pci/host/pci-tegra.c
7372
7373 PCI DRIVER FOR TI DRA7XX
7374 M:      Kishon Vijay Abraham I <kishon@ti.com>
7375 L:      linux-omap@vger.kernel.org
7376 L:      linux-pci@vger.kernel.org
7377 S:      Supported
7378 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7379 F:      drivers/pci/host/pci-dra7xx.c
7380
7381 PCI DRIVER FOR RENESAS R-CAR
7382 M:      Simon Horman <horms@verge.net.au>
7383 L:      linux-pci@vger.kernel.org
7384 L:      linux-sh@vger.kernel.org
7385 S:      Maintained
7386 F:      drivers/pci/host/*rcar*
7387
7388 PCI DRIVER FOR SAMSUNG EXYNOS
7389 M:      Jingoo Han <jg1.han@samsung.com>
7390 L:      linux-pci@vger.kernel.org
7391 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7392 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7393 S:      Maintained
7394 F:      drivers/pci/host/pci-exynos.c
7395
7396 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7397 M:      Mohit Kumar <mohit.kumar@st.com>
7398 M:      Jingoo Han <jg1.han@samsung.com>
7399 L:      linux-pci@vger.kernel.org
7400 S:      Maintained
7401 F:      drivers/pci/host/*designware*
7402
7403 PCI DRIVER FOR GENERIC OF HOSTS
7404 M:      Will Deacon <will.deacon@arm.com>
7405 L:      linux-pci@vger.kernel.org
7406 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7407 S:      Maintained
7408 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7409 F:      drivers/pci/host/pci-host-generic.c
7410
7411 PCIE DRIVER FOR ST SPEAR13XX
7412 M:      Mohit Kumar <mohit.kumar@st.com>
7413 L:      linux-pci@vger.kernel.org
7414 S:      Maintained
7415 F:      drivers/pci/host/*spear*
7416
7417 PCMCIA SUBSYSTEM
7418 P:      Linux PCMCIA Team
7419 L:      linux-pcmcia@lists.infradead.org
7420 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7422 S:      Maintained
7423 F:      Documentation/pcmcia/
7424 F:      drivers/pcmcia/
7425 F:      include/pcmcia/
7426
7427 PCNET32 NETWORK DRIVER
7428 M:      Don Fry <pcnet32@frontier.com>
7429 L:      netdev@vger.kernel.org
7430 S:      Maintained
7431 F:      drivers/net/ethernet/amd/pcnet32.c
7432
7433 PCRYPT PARALLEL CRYPTO ENGINE
7434 M:      Steffen Klassert <steffen.klassert@secunet.com>
7435 L:      linux-crypto@vger.kernel.org
7436 S:      Maintained
7437 F:      crypto/pcrypt.c
7438 F:      include/crypto/pcrypt.h
7439
7440 PER-CPU MEMORY ALLOCATOR
7441 M:      Tejun Heo <tj@kernel.org>
7442 M:      Christoph Lameter <cl@linux-foundation.org>
7443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7444 S:      Maintained
7445 F:      include/linux/percpu*.h
7446 F:      mm/percpu*.c
7447 F:      arch/*/include/asm/percpu.h
7448
7449 PER-TASK DELAY ACCOUNTING
7450 M:      Balbir Singh <bsingharora@gmail.com>
7451 S:      Maintained
7452 F:      include/linux/delayacct.h
7453 F:      kernel/delayacct.c
7454
7455 PERFORMANCE EVENTS SUBSYSTEM
7456 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7457 M:      Paul Mackerras <paulus@samba.org>
7458 M:      Ingo Molnar <mingo@redhat.com>
7459 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7460 L:      linux-kernel@vger.kernel.org
7461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7462 S:      Supported
7463 F:      kernel/events/*
7464 F:      include/linux/perf_event.h
7465 F:      include/uapi/linux/perf_event.h
7466 F:      arch/*/kernel/perf_event*.c
7467 F:      arch/*/kernel/*/perf_event*.c
7468 F:      arch/*/kernel/*/*/perf_event*.c
7469 F:      arch/*/include/asm/perf_event.h
7470 F:      arch/*/kernel/perf_callchain.c
7471 F:      tools/perf/
7472
7473 PERSONALITY HANDLING
7474 M:      Christoph Hellwig <hch@infradead.org>
7475 L:      linux-abi-devel@lists.sourceforge.net
7476 S:      Maintained
7477 F:      include/linux/personality.h
7478 F:      include/uapi/linux/personality.h
7479
7480 PHONET PROTOCOL
7481 M:      Remi Denis-Courmont <courmisch@gmail.com>
7482 S:      Supported
7483 F:      Documentation/networking/phonet.txt
7484 F:      include/linux/phonet.h
7485 F:      include/net/phonet/
7486 F:      include/uapi/linux/phonet.h
7487 F:      net/phonet/
7488
7489 PHRAM MTD DRIVER
7490 M:      Joern Engel <joern@lazybastard.org>
7491 L:      linux-mtd@lists.infradead.org
7492 S:      Maintained
7493 F:      drivers/mtd/devices/phram.c
7494
7495 PICOLCD HID DRIVER
7496 M:      Bruno Prémont <bonbons@linux-vserver.org>
7497 L:      linux-input@vger.kernel.org
7498 S:      Maintained
7499 F:      drivers/hid/hid-picolcd*
7500
7501 PICOXCELL SUPPORT
7502 M:      Jamie Iles <jamie@jamieiles.com>
7503 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7504 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7505 S:      Supported
7506 F:      arch/arm/boot/dts/picoxcell*
7507 F:      arch/arm/mach-picoxcell/
7508 F:      drivers/crypto/picoxcell*
7509
7510 PIN CONTROL SUBSYSTEM
7511 M:      Linus Walleij <linus.walleij@linaro.org>
7512 L:      linux-gpio@vger.kernel.org
7513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7514 S:      Maintained
7515 F:      drivers/pinctrl/
7516 F:      include/linux/pinctrl/
7517
7518 PIN CONTROLLER - ATMEL AT91
7519 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7520 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7521 S:      Maintained
7522 F:      drivers/pinctrl/pinctrl-at91.*
7523
7524 PIN CONTROLLER - INTEL
7525 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7526 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7527 S:      Maintained
7528 F:      drivers/pinctrl/intel/
7529
7530 PIN CONTROLLER - RENESAS
7531 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7532 L:      linux-sh@vger.kernel.org
7533 S:      Maintained
7534 F:      drivers/pinctrl/sh-pfc/
7535
7536 PIN CONTROLLER - SAMSUNG
7537 M:      Tomasz Figa <tomasz.figa@gmail.com>
7538 M:      Thomas Abraham <thomas.abraham@linaro.org>
7539 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7540 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7541 S:      Maintained
7542 F:      drivers/pinctrl/samsung/
7543
7544 PIN CONTROLLER - ST SPEAR
7545 M:      Viresh Kumar <viresh.linux@gmail.com>
7546 L:      spear-devel@list.st.com
7547 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7548 W:      http://www.st.com/spear
7549 S:      Maintained
7550 F:      drivers/pinctrl/spear/
7551
7552 PKTCDVD DRIVER
7553 M:      Jiri Kosina <jkosina@suse.cz>
7554 S:      Maintained
7555 F:      drivers/block/pktcdvd.c
7556 F:      include/linux/pktcdvd.h
7557 F:      include/uapi/linux/pktcdvd.h
7558
7559 PKUNITY SOC DRIVERS
7560 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7561 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7562 S:      Maintained
7563 T:      git git://github.com/gxt/linux.git
7564 F:      drivers/input/serio/i8042-unicore32io.h
7565 F:      drivers/i2c/busses/i2c-puv3.c
7566 F:      drivers/video/fbdev/fb-puv3.c
7567 F:      drivers/rtc/rtc-puv3.c
7568
7569 PMBUS HARDWARE MONITORING DRIVERS
7570 M:      Guenter Roeck <linux@roeck-us.net>
7571 L:      lm-sensors@lm-sensors.org
7572 W:      http://www.lm-sensors.org/
7573 W:      http://www.roeck-us.net/linux/drivers/
7574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7575 S:      Maintained
7576 F:      Documentation/hwmon/pmbus
7577 F:      drivers/hwmon/pmbus/
7578 F:      include/linux/i2c/pmbus.h
7579
7580 PMC SIERRA MaxRAID DRIVER
7581 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7582 L:      linux-scsi@vger.kernel.org
7583 W:      http://www.pmc-sierra.com/
7584 S:      Supported
7585 F:      drivers/scsi/pmcraid.*
7586
7587 PMC SIERRA PM8001 DRIVER
7588 M:      xjtuwjp@gmail.com
7589 M:      lindar_liu@usish.com
7590 L:      pmchba@pmcs.com
7591 L:      linux-scsi@vger.kernel.org
7592 S:      Supported
7593 F:      drivers/scsi/pm8001/
7594
7595 POSIX CLOCKS and TIMERS
7596 M:      Thomas Gleixner <tglx@linutronix.de>
7597 L:      linux-kernel@vger.kernel.org
7598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7599 S:      Maintained
7600 F:      fs/timerfd.c
7601 F:      include/linux/timer*
7602 F:      kernel/time/*timer*
7603
7604 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7605 M:      Sebastian Reichel <sre@kernel.org>
7606 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7607 M:      David Woodhouse <dwmw2@infradead.org>
7608 L:      linux-pm@vger.kernel.org
7609 T:      git git://git.infradead.org/battery-2.6.git
7610 S:      Maintained
7611 F:      include/linux/power_supply.h
7612 F:      drivers/power/
7613
7614 PNP SUPPORT
7615 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7616 S:      Maintained
7617 F:      drivers/pnp/
7618
7619 PNXxxxx I2C DRIVER
7620 M:      Vitaly Wool <vitalywool@gmail.com>
7621 L:      linux-i2c@vger.kernel.org
7622 S:      Maintained
7623 F:      drivers/i2c/busses/i2c-pnx.c
7624
7625 PPP PROTOCOL DRIVERS AND COMPRESSORS
7626 M:      Paul Mackerras <paulus@samba.org>
7627 L:      linux-ppp@vger.kernel.org
7628 S:      Maintained
7629 F:      drivers/net/ppp/ppp_*
7630
7631 PPP OVER ATM (RFC 2364)
7632 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7633 S:      Maintained
7634 F:      net/atm/pppoatm.c
7635 F:      include/uapi/linux/atmppp.h
7636
7637 PPP OVER ETHERNET
7638 M:      Michal Ostrowski <mostrows@earthlink.net>
7639 S:      Maintained
7640 F:      drivers/net/ppp/pppoe.c
7641 F:      drivers/net/ppp/pppox.c
7642
7643 PPP OVER L2TP
7644 M:      James Chapman <jchapman@katalix.com>
7645 S:      Maintained
7646 F:      net/l2tp/l2tp_ppp.c
7647 F:      include/linux/if_pppol2tp.h
7648 F:      include/uapi/linux/if_pppol2tp.h
7649
7650 PPS SUPPORT
7651 M:      Rodolfo Giometti <giometti@enneenne.com>
7652 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7653 L:      linuxpps@ml.enneenne.com (subscribers-only)
7654 S:      Maintained
7655 F:      Documentation/pps/
7656 F:      drivers/pps/
7657 F:      include/linux/pps*.h
7658
7659 PPTP DRIVER
7660 M:      Dmitry Kozlov <xeb@mail.ru>
7661 L:      netdev@vger.kernel.org
7662 S:      Maintained
7663 F:      drivers/net/ppp/pptp.c
7664 W:      http://sourceforge.net/projects/accel-pptp
7665
7666 PREEMPTIBLE KERNEL
7667 M:      Robert Love <rml@tech9.net>
7668 L:      kpreempt-tech@lists.sourceforge.net
7669 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7670 S:      Supported
7671 F:      Documentation/preempt-locking.txt
7672 F:      include/linux/preempt.h
7673
7674 PRISM54 WIRELESS DRIVER
7675 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7676 L:      linux-wireless@vger.kernel.org
7677 W:      http://wireless.kernel.org/en/users/Drivers/p54
7678 S:      Obsolete
7679 F:      drivers/net/wireless/prism54/
7680
7681 PS3 NETWORK SUPPORT
7682 M:      Geoff Levand <geoff@infradead.org>
7683 L:      netdev@vger.kernel.org
7684 L:      cbe-oss-dev@lists.ozlabs.org
7685 S:      Maintained
7686 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7687
7688 PS3 PLATFORM SUPPORT
7689 M:      Geoff Levand <geoff@infradead.org>
7690 L:      linuxppc-dev@lists.ozlabs.org
7691 L:      cbe-oss-dev@lists.ozlabs.org
7692 S:      Maintained
7693 F:      arch/powerpc/boot/ps3*
7694 F:      arch/powerpc/include/asm/lv1call.h
7695 F:      arch/powerpc/include/asm/ps3*.h
7696 F:      arch/powerpc/platforms/ps3/
7697 F:      drivers/*/ps3*
7698 F:      drivers/ps3/
7699 F:      drivers/rtc/rtc-ps3.c
7700 F:      drivers/usb/host/*ps3.c
7701 F:      sound/ppc/snd_ps3*
7702
7703 PS3VRAM DRIVER
7704 M:      Jim Paris <jim@jtan.com>
7705 L:      cbe-oss-dev@lists.ozlabs.org
7706 S:      Maintained
7707 F:      drivers/block/ps3vram.c
7708
7709 PSTORE FILESYSTEM
7710 M:      Anton Vorontsov <anton@enomsg.org>
7711 M:      Colin Cross <ccross@android.com>
7712 M:      Kees Cook <keescook@chromium.org>
7713 M:      Tony Luck <tony.luck@intel.com>
7714 S:      Maintained
7715 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7716 F:      fs/pstore/
7717 F:      include/linux/pstore*
7718 F:      drivers/firmware/efi/efi-pstore.c
7719 F:      drivers/acpi/apei/erst.c
7720
7721 PTP HARDWARE CLOCK SUPPORT
7722 M:      Richard Cochran <richardcochran@gmail.com>
7723 L:      netdev@vger.kernel.org
7724 S:      Maintained
7725 W:      http://linuxptp.sourceforge.net/
7726 F:      Documentation/ABI/testing/sysfs-ptp
7727 F:      Documentation/ptp/*
7728 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7729 F:      drivers/net/phy/dp83640*
7730 F:      drivers/ptp/*
7731 F:      include/linux/ptp_cl*
7732
7733 PTRACE SUPPORT
7734 M:      Roland McGrath <roland@hack.frob.com>
7735 M:      Oleg Nesterov <oleg@redhat.com>
7736 S:      Maintained
7737 F:      include/asm-generic/syscall.h
7738 F:      include/linux/ptrace.h
7739 F:      include/linux/regset.h
7740 F:      include/linux/tracehook.h
7741 F:      include/uapi/linux/ptrace.h
7742 F:      kernel/ptrace.c
7743
7744 PVRUSB2 VIDEO4LINUX DRIVER
7745 M:      Mike Isely <isely@pobox.com>
7746 L:      pvrusb2@isely.net       (subscribers-only)
7747 L:      linux-media@vger.kernel.org
7748 W:      http://www.isely.net/pvrusb2/
7749 T:      git git://linuxtv.org/media_tree.git
7750 S:      Maintained
7751 F:      Documentation/video4linux/README.pvrusb2
7752 F:      drivers/media/usb/pvrusb2/
7753
7754 PWC WEBCAM DRIVER
7755 M:      Hans de Goede <hdegoede@redhat.com>
7756 L:      linux-media@vger.kernel.org
7757 T:      git git://linuxtv.org/media_tree.git
7758 S:      Maintained
7759 F:      drivers/media/usb/pwc/*
7760
7761 PWM FAN DRIVER
7762 M:      Kamil Debski <k.debski@samsung.com>
7763 L:      lm-sensors@lm-sensors.org
7764 S:      Supported
7765 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7766 F:      Documentation/hwmon/pwm-fan
7767 F:      drivers/hwmon/pwm-fan.c
7768
7769 PWM SUBSYSTEM
7770 M:      Thierry Reding <thierry.reding@gmail.com>
7771 L:      linux-pwm@vger.kernel.org
7772 S:      Maintained
7773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7774 F:      Documentation/pwm.txt
7775 F:      Documentation/devicetree/bindings/pwm/
7776 F:      include/linux/pwm.h
7777 F:      drivers/pwm/
7778 F:      drivers/video/backlight/pwm_bl.c
7779 F:      include/linux/pwm_backlight.h
7780
7781 PXA2xx/PXA3xx SUPPORT
7782 M:      Daniel Mack <daniel@zonque.org>
7783 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7784 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7785 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7786 T:      git git://github.com/hzhuang1/linux.git
7787 T:      git git://github.com/rjarzmik/linux.git
7788 S:      Maintained
7789 F:      arch/arm/mach-pxa/
7790 F:      drivers/pcmcia/pxa2xx*
7791 F:      drivers/spi/spi-pxa2xx*
7792 F:      drivers/usb/gadget/udc/pxa2*
7793 F:      include/sound/pxa2xx-lib.h
7794 F:      sound/arm/pxa*
7795 F:      sound/soc/pxa/
7796
7797 PXA3xx NAND FLASH DRIVER
7798 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7799 L:      linux-mtd@lists.infradead.org
7800 S:      Maintained
7801 F:      drivers/mtd/nand/pxa3xx_nand.c
7802
7803 MMP SUPPORT
7804 M:      Eric Miao <eric.y.miao@gmail.com>
7805 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7806 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7807 T:      git git://github.com/hzhuang1/linux.git
7808 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7809 S:      Maintained
7810 F:      arch/arm/mach-mmp/
7811
7812 PXA MMCI DRIVER
7813 S:      Orphan
7814
7815 PXA RTC DRIVER
7816 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7817 L:      rtc-linux@googlegroups.com
7818 S:      Maintained
7819
7820 QAT DRIVER
7821 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7822 L:      qat-linux@intel.com
7823 S:      Supported
7824 F:      drivers/crypto/qat/
7825
7826 QIB DRIVER
7827 M:      Mike Marciniszyn <infinipath@intel.com>
7828 L:      linux-rdma@vger.kernel.org
7829 S:      Supported
7830 F:      drivers/infiniband/hw/qib/
7831
7832 QLOGIC QLA1280 SCSI DRIVER
7833 M:      Michael Reed <mdr@sgi.com>
7834 L:      linux-scsi@vger.kernel.org
7835 S:      Maintained
7836 F:      drivers/scsi/qla1280.[ch]
7837
7838 QLOGIC QLA2XXX FC-SCSI DRIVER
7839 M:      qla2xxx-upstream@qlogic.com
7840 L:      linux-scsi@vger.kernel.org
7841 S:      Supported
7842 F:      Documentation/scsi/LICENSE.qla2xxx
7843 F:      drivers/scsi/qla2xxx/
7844
7845 QLOGIC QLA4XXX iSCSI DRIVER
7846 M:      QLogic-Storage-Upstream@qlogic.com
7847 L:      linux-scsi@vger.kernel.org
7848 S:      Supported
7849 F:      Documentation/scsi/LICENSE.qla4xxx
7850 F:      drivers/scsi/qla4xxx/
7851
7852 QLOGIC QLA3XXX NETWORK DRIVER
7853 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7854 M:      Ron Mercer <ron.mercer@qlogic.com>
7855 M:      linux-driver@qlogic.com
7856 L:      netdev@vger.kernel.org
7857 S:      Supported
7858 F:      Documentation/networking/LICENSE.qla3xxx
7859 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7860
7861 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7862 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7863 M:      Dept-GELinuxNICDev@qlogic.com
7864 L:      netdev@vger.kernel.org
7865 S:      Supported
7866 F:      drivers/net/ethernet/qlogic/qlcnic/
7867
7868 QLOGIC QLGE 10Gb ETHERNET DRIVER
7869 M:      Harish Patil <harish.patil@qlogic.com>
7870 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7871 M:      Dept-GELinuxNICDev@qlogic.com
7872 M:      linux-driver@qlogic.com
7873 L:      netdev@vger.kernel.org
7874 S:      Supported
7875 F:      drivers/net/ethernet/qlogic/qlge/
7876
7877 QNX4 FILESYSTEM
7878 M:      Anders Larsen <al@alarsen.net>
7879 W:      http://www.alarsen.net/linux/qnx4fs/
7880 S:      Maintained
7881 F:      fs/qnx4/
7882 F:      include/uapi/linux/qnx4_fs.h
7883 F:      include/uapi/linux/qnxtypes.h
7884
7885 QT1010 MEDIA DRIVER
7886 M:      Antti Palosaari <crope@iki.fi>
7887 L:      linux-media@vger.kernel.org
7888 W:      http://linuxtv.org/
7889 W:      http://palosaari.fi/linux/
7890 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7891 T:      git git://linuxtv.org/anttip/media_tree.git
7892 S:      Maintained
7893 F:      drivers/media/tuners/qt1010*
7894
7895 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7896 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7897 L:      linux-wireless@vger.kernel.org
7898 L:      ath9k-devel@lists.ath9k.org
7899 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7900 S:      Supported
7901 F:      drivers/net/wireless/ath/ath9k/
7902
7903 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7904 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7905 L:      ath10k@lists.infradead.org
7906 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7907 T:      git git://github.com/kvalo/ath.git
7908 S:      Supported
7909 F:      drivers/net/wireless/ath/ath10k/
7910
7911 QUALCOMM HEXAGON ARCHITECTURE
7912 M:      Richard Kuo <rkuo@codeaurora.org>
7913 L:      linux-hexagon@vger.kernel.org
7914 S:      Supported
7915 F:      arch/hexagon/
7916
7917 QUALCOMM WCN36XX WIRELESS DRIVER
7918 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7919 L:      wcn36xx@lists.infradead.org
7920 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7921 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7922 S:      Supported
7923 F:      drivers/net/wireless/ath/wcn36xx/
7924
7925 RADOS BLOCK DEVICE (RBD)
7926 M:      Yehuda Sadeh <yehuda@inktank.com>
7927 M:      Sage Weil <sage@inktank.com>
7928 M:      Alex Elder <elder@kernel.org>
7929 M:      ceph-devel@vger.kernel.org
7930 W:      http://ceph.com/
7931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7932 S:      Supported
7933 F:      drivers/block/rbd.c
7934 F:      drivers/block/rbd_types.h
7935
7936 RADEON FRAMEBUFFER DISPLAY DRIVER
7937 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7938 L:      linux-fbdev@vger.kernel.org
7939 S:      Maintained
7940 F:      drivers/video/fbdev/aty/radeon*
7941 F:      include/uapi/linux/radeonfb.h
7942
7943 RADIOSHARK RADIO DRIVER
7944 M:      Hans de Goede <hdegoede@redhat.com>
7945 L:      linux-media@vger.kernel.org
7946 T:      git git://linuxtv.org/media_tree.git
7947 S:      Maintained
7948 F:      drivers/media/radio/radio-shark.c
7949
7950 RADIOSHARK2 RADIO DRIVER
7951 M:      Hans de Goede <hdegoede@redhat.com>
7952 L:      linux-media@vger.kernel.org
7953 T:      git git://linuxtv.org/media_tree.git
7954 S:      Maintained
7955 F:      drivers/media/radio/radio-shark2.c
7956 F:      drivers/media/radio/radio-tea5777.c
7957
7958 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7959 M:      Paul Mackerras <paulus@samba.org>
7960 L:      linux-fbdev@vger.kernel.org
7961 S:      Maintained
7962 F:      drivers/video/fbdev/aty/aty128fb.c
7963
7964 RALINK RT2X00 WIRELESS LAN DRIVER
7965 P:      rt2x00 project
7966 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7967 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7968 L:      linux-wireless@vger.kernel.org
7969 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7970 W:      http://rt2x00.serialmonkey.com/
7971 S:      Maintained
7972 F:      drivers/net/wireless/rt2x00/
7973
7974 RAMDISK RAM BLOCK DEVICE DRIVER
7975 M:      Nick Piggin <npiggin@kernel.dk>
7976 S:      Maintained
7977 F:      Documentation/blockdev/ramdisk.txt
7978 F:      drivers/block/brd.c
7979
7980 RANDOM NUMBER DRIVER
7981 M:      "Theodore Ts'o" <tytso@mit.edu>
7982 S:      Maintained
7983 F:      drivers/char/random.c
7984
7985 RAPIDIO SUBSYSTEM
7986 M:      Matt Porter <mporter@kernel.crashing.org>
7987 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7988 S:      Maintained
7989 F:      drivers/rapidio/
7990
7991 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7992 L:      linux-wireless@vger.kernel.org
7993 S:      Orphan
7994 F:      drivers/net/wireless/ray*
7995
7996 RCUTORTURE MODULE
7997 M:      Josh Triplett <josh@joshtriplett.org>
7998 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7999 L:      linux-kernel@vger.kernel.org
8000 S:      Supported
8001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8002 F:      Documentation/RCU/torture.txt
8003 F:      kernel/rcu/rcutorture.c
8004
8005 RCUTORTURE TEST FRAMEWORK
8006 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8007 M:      Josh Triplett <josh@joshtriplett.org>
8008 R:      Steven Rostedt <rostedt@goodmis.org>
8009 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8010 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8011 L:      linux-kernel@vger.kernel.org
8012 S:      Supported
8013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8014 F:      tools/testing/selftests/rcutorture
8015
8016 RDC R-321X SoC
8017 M:      Florian Fainelli <florian@openwrt.org>
8018 S:      Maintained
8019
8020 RDC R6040 FAST ETHERNET DRIVER
8021 M:      Florian Fainelli <florian@openwrt.org>
8022 L:      netdev@vger.kernel.org
8023 S:      Maintained
8024 F:      drivers/net/ethernet/rdc/r6040.c
8025
8026 RDS - RELIABLE DATAGRAM SOCKETS
8027 M:      Chien Yen <chien.yen@oracle.com>
8028 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8029 S:      Supported
8030 F:      net/rds/
8031
8032 READ-COPY UPDATE (RCU)
8033 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8034 M:      Josh Triplett <josh@joshtriplett.org>
8035 R:      Steven Rostedt <rostedt@goodmis.org>
8036 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8037 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8038 L:      linux-kernel@vger.kernel.org
8039 W:      http://www.rdrop.com/users/paulmck/RCU/
8040 S:      Supported
8041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8042 F:      Documentation/RCU/
8043 X:      Documentation/RCU/torture.txt
8044 F:      include/linux/rcu*
8045 X:      include/linux/srcu.h
8046 F:      kernel/rcu/
8047 X:      kernel/torture.c
8048
8049 REAL TIME CLOCK (RTC) SUBSYSTEM
8050 M:      Alessandro Zummo <a.zummo@towertech.it>
8051 L:      rtc-linux@googlegroups.com
8052 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8053 S:      Maintained
8054 F:      Documentation/rtc.txt
8055 F:      drivers/rtc/
8056 F:      include/linux/rtc.h
8057 F:      include/uapi/linux/rtc.h
8058
8059 REALTEK AUDIO CODECS
8060 M:      Bard Liao <bardliao@realtek.com>
8061 M:      Oder Chiou <oder_chiou@realtek.com>
8062 S:      Maintained
8063 F:      sound/soc/codecs/rt*
8064 F:      include/sound/rt*.h
8065
8066 REISERFS FILE SYSTEM
8067 L:      reiserfs-devel@vger.kernel.org
8068 S:      Supported
8069 F:      fs/reiserfs/
8070
8071 REGISTER MAP ABSTRACTION
8072 M:      Mark Brown <broonie@kernel.org>
8073 L:      linux-kernel@vger.kernel.org
8074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8075 S:      Supported
8076 F:      drivers/base/regmap/
8077 F:      include/linux/regmap.h
8078
8079 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8080 M:      Ohad Ben-Cohen <ohad@wizery.com>
8081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8082 S:      Maintained
8083 F:      drivers/remoteproc/
8084 F:      Documentation/remoteproc.txt
8085 F:      include/linux/remoteproc.h
8086
8087 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8088 M:      Ohad Ben-Cohen <ohad@wizery.com>
8089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8090 S:      Maintained
8091 F:      drivers/rpmsg/
8092 F:      Documentation/rpmsg.txt
8093 F:      include/linux/rpmsg.h
8094
8095 RESET CONTROLLER FRAMEWORK
8096 M:      Philipp Zabel <p.zabel@pengutronix.de>
8097 S:      Maintained
8098 F:      drivers/reset/
8099 F:      Documentation/devicetree/bindings/reset/
8100 F:      include/linux/reset.h
8101 F:      include/linux/reset-controller.h
8102
8103 RFKILL
8104 M:      Johannes Berg <johannes@sipsolutions.net>
8105 L:      linux-wireless@vger.kernel.org
8106 W:      http://wireless.kernel.org/
8107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8109 S:      Maintained
8110 F:      Documentation/rfkill.txt
8111 F:      net/rfkill/
8112
8113 RHASHTABLE
8114 M:      Thomas Graf <tgraf@suug.ch>
8115 L:      netdev@vger.kernel.org
8116 S:      Maintained
8117 F:      lib/rhashtable.c
8118 F:      include/linux/rhashtable.h
8119
8120 RICOH SMARTMEDIA/XD DRIVER
8121 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8122 S:      Maintained
8123 F:      drivers/mtd/nand/r852.c
8124 F:      drivers/mtd/nand/r852.h
8125
8126 RICOH R5C592 MEMORYSTICK DRIVER
8127 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8128 S:      Maintained
8129 F:      drivers/memstick/host/r592.*
8130
8131 ROCCAT DRIVERS
8132 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8133 W:      http://sourceforge.net/projects/roccat/
8134 S:      Maintained
8135 F:      drivers/hid/hid-roccat*
8136 F:      include/linux/hid-roccat*
8137 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8138
8139 ROCKER DRIVER
8140 M:      Jiri Pirko <jiri@resnulli.us>
8141 M:      Scott Feldman <sfeldma@gmail.com>
8142 L:      netdev@vger.kernel.org
8143 S:      Supported
8144 F:      drivers/net/ethernet/rocker/
8145
8146 ROCKETPORT DRIVER
8147 P:      Comtrol Corp.
8148 W:      http://www.comtrol.com
8149 S:      Maintained
8150 F:      Documentation/serial/rocket.txt
8151 F:      drivers/tty/rocket*
8152
8153 ROCKETPORT EXPRESS/INFINITY DRIVER
8154 M:      Kevin Cernekee <cernekee@gmail.com>
8155 L:      linux-serial@vger.kernel.org
8156 S:      Odd Fixes
8157 F:      drivers/tty/serial/rp2.*
8158
8159 ROSE NETWORK LAYER
8160 M:      Ralf Baechle <ralf@linux-mips.org>
8161 L:      linux-hams@vger.kernel.org
8162 W:      http://www.linux-ax25.org/
8163 S:      Maintained
8164 F:      include/net/rose.h
8165 F:      include/uapi/linux/rose.h
8166 F:      net/rose/
8167
8168 RTL2830 MEDIA DRIVER
8169 M:      Antti Palosaari <crope@iki.fi>
8170 L:      linux-media@vger.kernel.org
8171 W:      http://linuxtv.org/
8172 W:      http://palosaari.fi/linux/
8173 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8174 T:      git git://linuxtv.org/anttip/media_tree.git
8175 S:      Maintained
8176 F:      drivers/media/dvb-frontends/rtl2830*
8177
8178 RTL2832 MEDIA DRIVER
8179 M:      Antti Palosaari <crope@iki.fi>
8180 L:      linux-media@vger.kernel.org
8181 W:      http://linuxtv.org/
8182 W:      http://palosaari.fi/linux/
8183 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8184 T:      git git://linuxtv.org/anttip/media_tree.git
8185 S:      Maintained
8186 F:      drivers/media/dvb-frontends/rtl2832*
8187
8188 RTL2832_SDR MEDIA DRIVER
8189 M:      Antti Palosaari <crope@iki.fi>
8190 L:      linux-media@vger.kernel.org
8191 W:      http://linuxtv.org/
8192 W:      http://palosaari.fi/linux/
8193 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8194 T:      git git://linuxtv.org/anttip/media_tree.git
8195 S:      Maintained
8196 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8197
8198 RTL8180 WIRELESS DRIVER
8199 L:      linux-wireless@vger.kernel.org
8200 W:      http://wireless.kernel.org/
8201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8202 S:      Orphan
8203 F:      drivers/net/wireless/rtl818x/rtl8180/
8204
8205 RTL8187 WIRELESS DRIVER
8206 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8207 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8208 M:      Larry Finger <Larry.Finger@lwfinger.net>
8209 L:      linux-wireless@vger.kernel.org
8210 W:      http://wireless.kernel.org/
8211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8212 S:      Maintained
8213 F:      drivers/net/wireless/rtl818x/rtl8187/
8214
8215 RTL8192CE WIRELESS DRIVER
8216 M:      Larry Finger <Larry.Finger@lwfinger.net>
8217 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8218 L:      linux-wireless@vger.kernel.org
8219 W:      http://wireless.kernel.org/
8220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8221 S:      Maintained
8222 F:      drivers/net/wireless/rtlwifi/
8223 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8224
8225 S3 SAVAGE FRAMEBUFFER DRIVER
8226 M:      Antonino Daplas <adaplas@gmail.com>
8227 L:      linux-fbdev@vger.kernel.org
8228 S:      Maintained
8229 F:      drivers/video/fbdev/savage/
8230
8231 S390
8232 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8233 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8234 M:      linux390@de.ibm.com
8235 L:      linux-s390@vger.kernel.org
8236 W:      http://www.ibm.com/developerworks/linux/linux390/
8237 S:      Supported
8238 F:      arch/s390/
8239 F:      drivers/s390/
8240 F:      Documentation/s390/
8241 F:      Documentation/DocBook/s390*
8242
8243 S390 COMMON I/O LAYER
8244 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8245 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8246 L:      linux-s390@vger.kernel.org
8247 W:      http://www.ibm.com/developerworks/linux/linux390/
8248 S:      Supported
8249 F:      drivers/s390/cio/
8250
8251 S390 DASD DRIVER
8252 M:      Stefan Weinhuber <wein@de.ibm.com>
8253 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8254 L:      linux-s390@vger.kernel.org
8255 W:      http://www.ibm.com/developerworks/linux/linux390/
8256 S:      Supported
8257 F:      drivers/s390/block/dasd*
8258 F:      block/partitions/ibm.c
8259
8260 S390 NETWORK DRIVERS
8261 M:      Ursula Braun <ursula.braun@de.ibm.com>
8262 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8263 M:      linux390@de.ibm.com
8264 L:      linux-s390@vger.kernel.org
8265 W:      http://www.ibm.com/developerworks/linux/linux390/
8266 S:      Supported
8267 F:      drivers/s390/net/
8268
8269 S390 PCI SUBSYSTEM
8270 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8271 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8272 L:      linux-s390@vger.kernel.org
8273 W:      http://www.ibm.com/developerworks/linux/linux390/
8274 S:      Supported
8275 F:      arch/s390/pci/
8276 F:      drivers/pci/hotplug/s390_pci_hpc.c
8277
8278 S390 ZCRYPT DRIVER
8279 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8280 M:      linux390@de.ibm.com
8281 L:      linux-s390@vger.kernel.org
8282 W:      http://www.ibm.com/developerworks/linux/linux390/
8283 S:      Supported
8284 F:      drivers/s390/crypto/
8285
8286 S390 ZFCP DRIVER
8287 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8288 M:      linux390@de.ibm.com
8289 L:      linux-s390@vger.kernel.org
8290 W:      http://www.ibm.com/developerworks/linux/linux390/
8291 S:      Supported
8292 F:      drivers/s390/scsi/zfcp_*
8293
8294 S390 IUCV NETWORK LAYER
8295 M:      Ursula Braun <ursula.braun@de.ibm.com>
8296 M:      linux390@de.ibm.com
8297 L:      linux-s390@vger.kernel.org
8298 W:      http://www.ibm.com/developerworks/linux/linux390/
8299 S:      Supported
8300 F:      drivers/s390/net/*iucv*
8301 F:      include/net/iucv/
8302 F:      net/iucv/
8303
8304 S3C24XX SD/MMC Driver
8305 M:      Ben Dooks <ben-linux@fluff.org>
8306 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8307 S:      Supported
8308 F:      drivers/mmc/host/s3cmci.*
8309
8310 SAA6588 RDS RECEIVER DRIVER
8311 M:      Hans Verkuil <hverkuil@xs4all.nl>
8312 L:      linux-media@vger.kernel.org
8313 T:      git git://linuxtv.org/media_tree.git
8314 W:      http://linuxtv.org
8315 S:      Odd Fixes
8316 F:      drivers/media/i2c/saa6588*
8317
8318 SAA7134 VIDEO4LINUX DRIVER
8319 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8320 L:      linux-media@vger.kernel.org
8321 W:      http://linuxtv.org
8322 T:      git git://linuxtv.org/media_tree.git
8323 S:      Odd fixes
8324 F:      Documentation/video4linux/*.saa7134
8325 F:      drivers/media/pci/saa7134/
8326
8327 SAA7146 VIDEO4LINUX-2 DRIVER
8328 M:      Hans Verkuil <hverkuil@xs4all.nl>
8329 L:      linux-media@vger.kernel.org
8330 T:      git git://linuxtv.org/media_tree.git
8331 S:      Maintained
8332 F:      drivers/media/common/saa7146/
8333 F:      drivers/media/pci/saa7146/
8334 F:      include/media/saa7146*
8335
8336 SAMSUNG LAPTOP DRIVER
8337 M:      Corentin Chary <corentin.chary@gmail.com>
8338 L:      platform-driver-x86@vger.kernel.org
8339 S:      Maintained
8340 F:      drivers/platform/x86/samsung-laptop.c
8341
8342 SAMSUNG AUDIO (ASoC) DRIVERS
8343 M:      Sangbeom Kim <sbkim73@samsung.com>
8344 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8345 S:      Supported
8346 F:      sound/soc/samsung/
8347
8348 SAMSUNG FRAMEBUFFER DRIVER
8349 M:      Jingoo Han <jg1.han@samsung.com>
8350 L:      linux-fbdev@vger.kernel.org
8351 S:      Maintained
8352 F:      drivers/video/fbdev/s3c-fb.c
8353
8354 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8355 M:      Sangbeom Kim <sbkim73@samsung.com>
8356 L:      linux-kernel@vger.kernel.org
8357 S:      Supported
8358 F:      drivers/mfd/sec*.c
8359 F:      drivers/regulator/s2m*.c
8360 F:      drivers/regulator/s5m*.c
8361 F:      include/linux/mfd/samsung/
8362
8363 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8364 M:      Kyungmin Park <kyungmin.park@samsung.com>
8365 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8366 L:      linux-media@vger.kernel.org
8367 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8368 S:      Supported
8369 F:      drivers/media/platform/exynos4-is/
8370
8371 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8372 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8373 L:      linux-media@vger.kernel.org
8374 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8375 S:      Maintained
8376 F:      drivers/media/platform/s3c-camif/
8377 F:      include/media/s3c_camif.h
8378
8379 SAMSUNG S5C73M3 CAMERA DRIVER
8380 M:      Kyungmin Park <kyungmin.park@samsung.com>
8381 M:      Andrzej Hajda <a.hajda@samsung.com>
8382 L:      linux-media@vger.kernel.org
8383 S:      Supported
8384 F:      drivers/media/i2c/s5c73m3/*
8385
8386 SAMSUNG S5K5BAF CAMERA DRIVER
8387 M:      Kyungmin Park <kyungmin.park@samsung.com>
8388 M:      Andrzej Hajda <a.hajda@samsung.com>
8389 L:      linux-media@vger.kernel.org
8390 S:      Supported
8391 F:      drivers/media/i2c/s5k5baf.c
8392
8393 SAMSUNG SOC CLOCK DRIVERS
8394 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8395 M:      Tomasz Figa <tomasz.figa@gmail.com>
8396 S:      Supported
8397 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8398 F:      drivers/clk/samsung/
8399
8400 SAMSUNG SXGBE DRIVERS
8401 M:      Byungho An <bh74.an@samsung.com>
8402 M:      Girish K S <ks.giri@samsung.com>
8403 M:      Vipul Pandya <vipul.pandya@samsung.com>
8404 S:      Supported
8405 L:      netdev@vger.kernel.org
8406 F:      drivers/net/ethernet/samsung/sxgbe/
8407
8408 SAMSUNG USB2 PHY DRIVER
8409 M:      Kamil Debski <k.debski@samsung.com>
8410 L:      linux-kernel@vger.kernel.org
8411 S:      Supported
8412 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8413 F:      Documentation/phy/samsung-usb2.txt
8414 F:      drivers/phy/phy-exynos4210-usb2.c
8415 F:      drivers/phy/phy-exynos4x12-usb2.c
8416 F:      drivers/phy/phy-exynos5250-usb2.c
8417 F:      drivers/phy/phy-s5pv210-usb2.c
8418 F:      drivers/phy/phy-samsung-usb2.c
8419 F:      drivers/phy/phy-samsung-usb2.h
8420
8421 SERIAL DRIVERS
8422 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8423 L:      linux-serial@vger.kernel.org
8424 S:      Maintained
8425 F:      drivers/tty/serial/
8426
8427 SYNOPSYS DESIGNWARE DMAC DRIVER
8428 M:      Viresh Kumar <viresh.linux@gmail.com>
8429 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8430 S:      Maintained
8431 F:      include/linux/platform_data/dma-dw.h
8432 F:      drivers/dma/dw/
8433
8434 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8435 M:      Seungwon Jeon <tgih.jun@samsung.com>
8436 M:      Jaehoon Chung <jh80.chung@samsung.com>
8437 L:      linux-mmc@vger.kernel.org
8438 S:      Maintained
8439 F:      include/linux/mmc/dw_mmc.h
8440 F:      drivers/mmc/host/dw_mmc*
8441
8442 THUNDERBOLT DRIVER
8443 M:      Andreas Noever <andreas.noever@gmail.com>
8444 S:      Maintained
8445 F:      drivers/thunderbolt/
8446
8447 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8448 M:      John Stultz <john.stultz@linaro.org>
8449 M:      Thomas Gleixner <tglx@linutronix.de>
8450 L:      linux-kernel@vger.kernel.org
8451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8452 S:      Supported
8453 F:      include/linux/clocksource.h
8454 F:      include/linux/time.h
8455 F:      include/linux/timex.h
8456 F:      include/uapi/linux/time.h
8457 F:      include/uapi/linux/timex.h
8458 F:      kernel/time/clocksource.c
8459 F:      kernel/time/time*.c
8460 F:      kernel/time/ntp.c
8461
8462 SC1200 WDT DRIVER
8463 M:      Zwane Mwaikambo <zwanem@gmail.com>
8464 S:      Maintained
8465 F:      drivers/watchdog/sc1200wdt.c
8466
8467 SCHEDULER
8468 M:      Ingo Molnar <mingo@redhat.com>
8469 M:      Peter Zijlstra <peterz@infradead.org>
8470 L:      linux-kernel@vger.kernel.org
8471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8472 S:      Maintained
8473 F:      kernel/sched/
8474 F:      include/linux/sched.h
8475 F:      include/uapi/linux/sched.h
8476 F:      include/linux/wait.h
8477
8478 SCORE ARCHITECTURE
8479 M:      Chen Liqin <liqin.linux@gmail.com>
8480 M:      Lennox Wu <lennox.wu@gmail.com>
8481 W:      http://www.sunplus.com
8482 S:      Supported
8483 F:      arch/score/
8484
8485 SCSI CDROM DRIVER
8486 M:      Jens Axboe <axboe@kernel.dk>
8487 L:      linux-scsi@vger.kernel.org
8488 W:      http://www.kernel.dk
8489 S:      Maintained
8490 F:      drivers/scsi/sr*
8491
8492 SCSI RDMA PROTOCOL (SRP) INITIATOR
8493 M:      Bart Van Assche <bvanassche@acm.org>
8494 L:      linux-rdma@vger.kernel.org
8495 S:      Supported
8496 W:      http://www.openfabrics.org
8497 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8499 F:      drivers/infiniband/ulp/srp/
8500 F:      include/scsi/srp.h
8501
8502 SCSI SG DRIVER
8503 M:      Doug Gilbert <dgilbert@interlog.com>
8504 L:      linux-scsi@vger.kernel.org
8505 W:      http://sg.danny.cz/sg
8506 S:      Maintained
8507 F:      Documentation/scsi/scsi-generic.txt
8508 F:      drivers/scsi/sg.c
8509 F:      include/scsi/sg.h
8510
8511 SCSI SUBSYSTEM
8512 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8513 L:      linux-scsi@vger.kernel.org
8514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8517 S:      Maintained
8518 F:      drivers/scsi/
8519 F:      include/scsi/
8520
8521 SCSI TAPE DRIVER
8522 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8523 L:      linux-scsi@vger.kernel.org
8524 S:      Maintained
8525 F:      Documentation/scsi/st.txt
8526 F:      drivers/scsi/st.*
8527 F:      drivers/scsi/st_*.h
8528
8529 SCTP PROTOCOL
8530 M:      Vlad Yasevich <vyasevich@gmail.com>
8531 M:      Neil Horman <nhorman@tuxdriver.com>
8532 L:      linux-sctp@vger.kernel.org
8533 W:      http://lksctp.sourceforge.net
8534 S:      Maintained
8535 F:      Documentation/networking/sctp.txt
8536 F:      include/linux/sctp.h
8537 F:      include/uapi/linux/sctp.h
8538 F:      include/net/sctp/
8539 F:      net/sctp/
8540
8541 SCx200 CPU SUPPORT
8542 M:      Jim Cromie <jim.cromie@gmail.com>
8543 S:      Odd Fixes
8544 F:      Documentation/i2c/busses/scx200_acb
8545 F:      arch/x86/platform/scx200/
8546 F:      drivers/watchdog/scx200_wdt.c
8547 F:      drivers/i2c/busses/scx200*
8548 F:      drivers/mtd/maps/scx200_docflash.c
8549 F:      include/linux/scx200.h
8550
8551 SCx200 GPIO DRIVER
8552 M:      Jim Cromie <jim.cromie@gmail.com>
8553 S:      Maintained
8554 F:      drivers/char/scx200_gpio.c
8555 F:      include/linux/scx200_gpio.h
8556
8557 SCx200 HRT CLOCKSOURCE DRIVER
8558 M:      Jim Cromie <jim.cromie@gmail.com>
8559 S:      Maintained
8560 F:      drivers/clocksource/scx200_hrt.c
8561
8562 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8563 M:      Sascha Sommer <saschasommer@freenet.de>
8564 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8565 S:      Maintained
8566 F:      drivers/mmc/host/sdricoh_cs.c
8567
8568 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8569 M:      Chris Ball <chris@printf.net>
8570 L:      linux-mmc@vger.kernel.org
8571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8572 S:      Maintained
8573 F:      drivers/mmc/host/sdhci.*
8574 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8575
8576 SECURE COMPUTING
8577 M:      Kees Cook <keescook@chromium.org>
8578 R:      Andy Lutomirski <luto@amacapital.net>
8579 R:      Will Drewry <wad@chromium.org>
8580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8581 S:      Supported
8582 F:      kernel/seccomp.c
8583 F:      include/uapi/linux/seccomp.h
8584 F:      include/linux/seccomp.h
8585 K:      \bsecure_computing
8586 K:      \bTIF_SECCOMP\b
8587
8588 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8589 M:      Anton Vorontsov <anton@enomsg.org>
8590 L:      linuxppc-dev@lists.ozlabs.org
8591 L:      linux-mmc@vger.kernel.org
8592 S:      Maintained
8593 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8594
8595 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8596 M:      Ben Dooks <ben-linux@fluff.org>
8597 L:      linux-mmc@vger.kernel.org
8598 S:      Maintained
8599 F:      drivers/mmc/host/sdhci-s3c.c
8600
8601 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8602 M:      Viresh Kumar <viresh.linux@gmail.com>
8603 L:      spear-devel@list.st.com
8604 L:      linux-mmc@vger.kernel.org
8605 S:      Maintained
8606 F:      drivers/mmc/host/sdhci-spear.c
8607
8608 SECURITY SUBSYSTEM
8609 M:      James Morris <james.l.morris@oracle.com>
8610 M:      Serge E. Hallyn <serge@hallyn.com>
8611 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8613 W:      http://kernsec.org/
8614 S:      Supported
8615 F:      security/
8616
8617 SECURITY CONTACT
8618 M:      Security Officers <security@kernel.org>
8619 S:      Supported
8620
8621 SELINUX SECURITY MODULE
8622 M:      Paul Moore <paul@paul-moore.com>
8623 M:      Stephen Smalley <sds@tycho.nsa.gov>
8624 M:      Eric Paris <eparis@parisplace.org>
8625 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8626 W:      http://selinuxproject.org
8627 T:      git git://git.infradead.org/users/pcmoore/selinux
8628 S:      Supported
8629 F:      include/linux/selinux*
8630 F:      security/selinux/
8631 F:      scripts/selinux/
8632
8633 APPARMOR SECURITY MODULE
8634 M:      John Johansen <john.johansen@canonical.com>
8635 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8636 W:      apparmor.wiki.kernel.org
8637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8638 S:      Supported
8639 F:      security/apparmor/
8640
8641 SENSABLE PHANTOM
8642 M:      Jiri Slaby <jirislaby@gmail.com>
8643 S:      Maintained
8644 F:      drivers/misc/phantom.c
8645 F:      include/uapi/linux/phantom.h
8646
8647 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8648 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8649 L:      linux-scsi@vger.kernel.org
8650 W:      http://www.emulex.com
8651 S:      Supported
8652 F:      drivers/scsi/be2iscsi/
8653
8654 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8655 M:      Sathya Perla <sathya.perla@emulex.com>
8656 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8657 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8658 L:      netdev@vger.kernel.org
8659 W:      http://www.emulex.com
8660 S:      Supported
8661 F:      drivers/net/ethernet/emulex/benet/
8662
8663 SFC NETWORK DRIVER
8664 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8665 M:      Shradha Shah <sshah@solarflare.com>
8666 L:      netdev@vger.kernel.org
8667 S:      Supported
8668 F:      drivers/net/ethernet/sfc/
8669
8670 SGI GRU DRIVER
8671 M:      Dimitri Sivanich <sivanich@sgi.com>
8672 S:      Maintained
8673 F:      drivers/misc/sgi-gru/
8674
8675 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8676 M:      Pat Gefre <pfg@sgi.com>
8677 L:      linux-ia64@vger.kernel.org
8678 S:      Supported
8679 F:      Documentation/ia64/serial.txt
8680 F:      drivers/tty/serial/ioc?_serial.c
8681 F:      include/linux/ioc?.h
8682
8683 SGI XP/XPC/XPNET DRIVER
8684 M:      Cliff Whickman <cpw@sgi.com>
8685 M:      Robin Holt <robinmholt@gmail.com>
8686 S:      Maintained
8687 F:      drivers/misc/sgi-xp/
8688
8689 SI2157 MEDIA DRIVER
8690 M:      Antti Palosaari <crope@iki.fi>
8691 L:      linux-media@vger.kernel.org
8692 W:      http://linuxtv.org/
8693 W:      http://palosaari.fi/linux/
8694 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8695 T:      git git://linuxtv.org/anttip/media_tree.git
8696 S:      Maintained
8697 F:      drivers/media/tuners/si2157*
8698
8699 SI2168 MEDIA DRIVER
8700 M:      Antti Palosaari <crope@iki.fi>
8701 L:      linux-media@vger.kernel.org
8702 W:      http://linuxtv.org/
8703 W:      http://palosaari.fi/linux/
8704 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8705 T:      git git://linuxtv.org/anttip/media_tree.git
8706 S:      Maintained
8707 F:      drivers/media/dvb-frontends/si2168*
8708
8709 SI470X FM RADIO RECEIVER I2C DRIVER
8710 M:      Hans Verkuil <hverkuil@xs4all.nl>
8711 L:      linux-media@vger.kernel.org
8712 T:      git git://linuxtv.org/media_tree.git
8713 W:      http://linuxtv.org
8714 S:      Odd Fixes
8715 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8716
8717 SI470X FM RADIO RECEIVER USB DRIVER
8718 M:      Hans Verkuil <hverkuil@xs4all.nl>
8719 L:      linux-media@vger.kernel.org
8720 T:      git git://linuxtv.org/media_tree.git
8721 W:      http://linuxtv.org
8722 S:      Maintained
8723 F:      drivers/media/radio/si470x/radio-si470x-common.c
8724 F:      drivers/media/radio/si470x/radio-si470x.h
8725 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8726
8727 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8728 M:      Eduardo Valentin <edubezval@gmail.com>
8729 L:      linux-media@vger.kernel.org
8730 T:      git git://linuxtv.org/media_tree.git
8731 W:      http://linuxtv.org
8732 S:      Odd Fixes
8733 F:      drivers/media/radio/si4713/si4713.?
8734
8735 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8736 M:      Eduardo Valentin <edubezval@gmail.com>
8737 L:      linux-media@vger.kernel.org
8738 T:      git git://linuxtv.org/media_tree.git
8739 W:      http://linuxtv.org
8740 S:      Odd Fixes
8741 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8742
8743 SI4713 FM RADIO TRANSMITTER USB DRIVER
8744 M:      Hans Verkuil <hverkuil@xs4all.nl>
8745 L:      linux-media@vger.kernel.org
8746 T:      git git://linuxtv.org/media_tree.git
8747 W:      http://linuxtv.org
8748 S:      Maintained
8749 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8750
8751 SIANO DVB DRIVER
8752 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8753 L:      linux-media@vger.kernel.org
8754 W:      http://linuxtv.org
8755 T:      git git://linuxtv.org/media_tree.git
8756 S:      Odd fixes
8757 F:      drivers/media/common/siano/
8758 F:      drivers/media/usb/siano/
8759 F:      drivers/media/usb/siano/
8760 F:      drivers/media/mmc/siano/
8761
8762 SIMPLEFB FB DRIVER
8763 M:      Hans de Goede <hdegoede@redhat.com>
8764 L:      linux-fbdev@vger.kernel.org
8765 S:      Maintained
8766 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8767 F:      drivers/video/fbdev/simplefb.c
8768 F:      include/linux/platform_data/simplefb.h
8769
8770 SH_VEU V4L2 MEM2MEM DRIVER
8771 L:      linux-media@vger.kernel.org
8772 S:      Orphan
8773 F:      drivers/media/platform/sh_veu.c
8774
8775 SH_VOU V4L2 OUTPUT DRIVER
8776 L:      linux-media@vger.kernel.org
8777 S:      Orphan
8778 F:      drivers/media/platform/sh_vou.c
8779 F:      include/media/sh_vou.h
8780
8781 SIMPLE FIRMWARE INTERFACE (SFI)
8782 M:      Len Brown <lenb@kernel.org>
8783 L:      sfi-devel@simplefirmware.org
8784 W:      http://simplefirmware.org/
8785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8786 S:      Supported
8787 F:      arch/x86/platform/sfi/
8788 F:      drivers/sfi/
8789 F:      include/linux/sfi*.h
8790
8791 SIMTEC EB110ATX (Chalice CATS)
8792 P:      Ben Dooks
8793 P:      Vincent Sanders <vince@simtec.co.uk>
8794 M:      Simtec Linux Team <linux@simtec.co.uk>
8795 W:      http://www.simtec.co.uk/products/EB110ATX/
8796 S:      Supported
8797
8798 SIMTEC EB2410ITX (BAST)
8799 P:      Ben Dooks
8800 P:      Vincent Sanders <vince@simtec.co.uk>
8801 M:      Simtec Linux Team <linux@simtec.co.uk>
8802 W:      http://www.simtec.co.uk/products/EB2410ITX/
8803 S:      Supported
8804 F:      arch/arm/mach-s3c24xx/mach-bast.c
8805 F:      arch/arm/mach-s3c24xx/bast-ide.c
8806 F:      arch/arm/mach-s3c24xx/bast-irq.c
8807
8808 TI DAVINCI MACHINE SUPPORT
8809 M:      Sekhar Nori <nsekhar@ti.com>
8810 M:      Kevin Hilman <khilman@deeprootsystems.com>
8811 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8812 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8813 S:      Supported
8814 F:      arch/arm/mach-davinci/
8815 F:      drivers/i2c/busses/i2c-davinci.c
8816
8817 TI DAVINCI SERIES MEDIA DRIVER
8818 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8819 L:      linux-media@vger.kernel.org
8820 W:      http://linuxtv.org/
8821 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8822 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8823 S:      Maintained
8824 F:      drivers/media/platform/davinci/
8825 F:      include/media/davinci/
8826
8827 TI AM437X VPFE DRIVER
8828 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8829 L:      linux-media@vger.kernel.org
8830 W:      http://linuxtv.org/
8831 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8832 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8833 S:      Maintained
8834 F:      drivers/media/platform/am437x/
8835
8836 SIS 190 ETHERNET DRIVER
8837 M:      Francois Romieu <romieu@fr.zoreil.com>
8838 L:      netdev@vger.kernel.org
8839 S:      Maintained
8840 F:      drivers/net/ethernet/sis/sis190.c
8841
8842 SIS 900/7016 FAST ETHERNET DRIVER
8843 M:      Daniele Venzano <venza@brownhat.org>
8844 W:      http://www.brownhat.org/sis900.html
8845 L:      netdev@vger.kernel.org
8846 S:      Maintained
8847 F:      drivers/net/ethernet/sis/sis900.*
8848
8849 SIS FRAMEBUFFER DRIVER
8850 M:      Thomas Winischhofer <thomas@winischhofer.net>
8851 W:      http://www.winischhofer.net/linuxsisvga.shtml
8852 S:      Maintained
8853 F:      Documentation/fb/sisfb.txt
8854 F:      drivers/video/fbdev/sis/
8855 F:      include/video/sisfb.h
8856
8857 SIS USB2VGA DRIVER
8858 M:      Thomas Winischhofer <thomas@winischhofer.net>
8859 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8860 S:      Maintained
8861 F:      drivers/usb/misc/sisusbvga/
8862
8863 SLAB ALLOCATOR
8864 M:      Christoph Lameter <cl@linux.com>
8865 M:      Pekka Enberg <penberg@kernel.org>
8866 M:      David Rientjes <rientjes@google.com>
8867 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8868 M:      Andrew Morton <akpm@linux-foundation.org>
8869 L:      linux-mm@kvack.org
8870 S:      Maintained
8871 F:      include/linux/sl?b*.h
8872 F:      mm/sl?b*
8873
8874 SLEEPABLE READ-COPY UPDATE (SRCU)
8875 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8876 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8877 M:      Josh Triplett <josh@joshtriplett.org>
8878 R:      Steven Rostedt <rostedt@goodmis.org>
8879 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8880 L:      linux-kernel@vger.kernel.org
8881 W:      http://www.rdrop.com/users/paulmck/RCU/
8882 S:      Supported
8883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8884 F:      include/linux/srcu.h
8885 F:      kernel/rcu/srcu.c
8886
8887 SMACK SECURITY MODULE
8888 M:      Casey Schaufler <casey@schaufler-ca.com>
8889 L:      linux-security-module@vger.kernel.org
8890 W:      http://schaufler-ca.com
8891 T:      git git://git.gitorious.org/smack-next/kernel.git
8892 S:      Maintained
8893 F:      Documentation/security/Smack.txt
8894 F:      security/smack/
8895
8896 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8897 M:      Kevin Hilman <khilman@kernel.org>
8898 M:      Nishanth Menon <nm@ti.com>
8899 S:      Maintained
8900 F:      drivers/power/avs/
8901 F:      include/linux/power/smartreflex.h
8902 L:      linux-pm@vger.kernel.org
8903
8904 SMC91x ETHERNET DRIVER
8905 M:      Nicolas Pitre <nico@fluxnic.net>
8906 S:      Odd Fixes
8907 F:      drivers/net/ethernet/smsc/smc91x.*
8908
8909 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8910 M:      Sakari Ailus <sakari.ailus@iki.fi>
8911 L:      linux-media@vger.kernel.org
8912 S:      Maintained
8913 F:      drivers/media/i2c/smiapp/
8914 F:      include/media/smiapp.h
8915 F:      drivers/media/i2c/smiapp-pll.c
8916 F:      drivers/media/i2c/smiapp-pll.h
8917 F:      include/uapi/linux/smiapp.h
8918 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
8919
8920 SMM665 HARDWARE MONITOR DRIVER
8921 M:      Guenter Roeck <linux@roeck-us.net>
8922 L:      lm-sensors@lm-sensors.org
8923 S:      Maintained
8924 F:      Documentation/hwmon/smm665
8925 F:      drivers/hwmon/smm665.c
8926
8927 SMSC EMC2103 HARDWARE MONITOR DRIVER
8928 M:      Steve Glendinning <steve.glendinning@shawell.net>
8929 L:      lm-sensors@lm-sensors.org
8930 S:      Maintained
8931 F:      Documentation/hwmon/emc2103
8932 F:      drivers/hwmon/emc2103.c
8933
8934 SMSC SCH5627 HARDWARE MONITOR DRIVER
8935 M:      Hans de Goede <hdegoede@redhat.com>
8936 L:      lm-sensors@lm-sensors.org
8937 S:      Supported
8938 F:      Documentation/hwmon/sch5627
8939 F:      drivers/hwmon/sch5627.c
8940
8941 SMSC47B397 HARDWARE MONITOR DRIVER
8942 M:      Jean Delvare <jdelvare@suse.de>
8943 L:      lm-sensors@lm-sensors.org
8944 S:      Maintained
8945 F:      Documentation/hwmon/smsc47b397
8946 F:      drivers/hwmon/smsc47b397.c
8947
8948 SMSC911x ETHERNET DRIVER
8949 M:      Steve Glendinning <steve.glendinning@shawell.net>
8950 L:      netdev@vger.kernel.org
8951 S:      Maintained
8952 F:      include/linux/smsc911x.h
8953 F:      drivers/net/ethernet/smsc/smsc911x.*
8954
8955 SMSC9420 PCI ETHERNET DRIVER
8956 M:      Steve Glendinning <steve.glendinning@shawell.net>
8957 L:      netdev@vger.kernel.org
8958 S:      Maintained
8959 F:      drivers/net/ethernet/smsc/smsc9420.*
8960
8961 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8962 M:      Steve Glendinning <steve.glendinning@shawell.net>
8963 L:      linux-fbdev@vger.kernel.org
8964 S:      Maintained
8965 F:      drivers/video/fbdev/smscufx.c
8966
8967 SOC-CAMERA V4L2 SUBSYSTEM
8968 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8969 L:      linux-media@vger.kernel.org
8970 T:      git git://linuxtv.org/media_tree.git
8971 S:      Maintained
8972 F:      include/media/soc*
8973 F:      drivers/media/i2c/soc_camera/
8974 F:      drivers/media/platform/soc_camera/
8975
8976 SOEKRIS NET48XX LED SUPPORT
8977 M:      Chris Boot <bootc@bootc.net>
8978 S:      Maintained
8979 F:      drivers/leds/leds-net48xx.c
8980
8981 SOFTLOGIC 6x10 MPEG CODEC
8982 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8983 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8984 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
8985 M:      Ismael Luceno <ismael@iodev.co.uk>
8986 L:      linux-media@vger.kernel.org
8987 S:      Supported
8988 F:      drivers/media/pci/solo6x10/
8989
8990 SOFTWARE RAID (Multiple Disks) SUPPORT
8991 M:      Neil Brown <neilb@suse.de>
8992 L:      linux-raid@vger.kernel.org
8993 S:      Supported
8994 F:      drivers/md/
8995 F:      include/linux/raid/
8996 F:      include/uapi/linux/raid/
8997
8998 SONIC NETWORK DRIVER
8999 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9000 L:      netdev@vger.kernel.org
9001 S:      Maintained
9002 F:      drivers/net/ethernet/natsemi/sonic.*
9003
9004 SONICS SILICON BACKPLANE DRIVER (SSB)
9005 M:      Michael Buesch <m@bues.ch>
9006 L:      netdev@vger.kernel.org
9007 S:      Maintained
9008 F:      drivers/ssb/
9009 F:      include/linux/ssb/
9010
9011 SONY VAIO CONTROL DEVICE DRIVER
9012 M:      Mattia Dongili <malattia@linux.it>
9013 L:      platform-driver-x86@vger.kernel.org
9014 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9015 S:      Maintained
9016 F:      Documentation/laptops/sony-laptop.txt
9017 F:      drivers/char/sonypi.c
9018 F:      drivers/platform/x86/sony-laptop.c
9019 F:      include/linux/sony-laptop.h
9020
9021 SONY MEMORYSTICK CARD SUPPORT
9022 M:      Alex Dubov <oakad@yahoo.com>
9023 W:      http://tifmxx.berlios.de/
9024 S:      Maintained
9025 F:      drivers/memstick/host/tifm_ms.c
9026
9027 SONY MEMORYSTICK STANDARD SUPPORT
9028 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9029 S:      Maintained
9030 F:      drivers/memstick/core/ms_block.*
9031
9032 SOUND
9033 M:      Jaroslav Kysela <perex@perex.cz>
9034 M:      Takashi Iwai <tiwai@suse.de>
9035 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9036 W:      http://www.alsa-project.org/
9037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9038 T:      git git://git.alsa-project.org/alsa-kernel.git
9039 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9040 S:      Maintained
9041 F:      Documentation/sound/
9042 F:      include/sound/
9043 F:      include/uapi/sound/
9044 F:      sound/
9045
9046 SOUND - COMPRESSED AUDIO
9047 M:      Vinod Koul <vinod.koul@intel.com>
9048 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9050 S:      Supported
9051 F:      Documentation/sound/alsa/compress_offload.txt
9052 F:      include/sound/compress_driver.h
9053 F:      include/uapi/sound/compress_*
9054 F:      sound/core/compress_offload.c
9055 F:      sound/soc/soc-compress.c
9056
9057 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9058 M:      Liam Girdwood <lgirdwood@gmail.com>
9059 M:      Mark Brown <broonie@kernel.org>
9060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9061 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9062 W:      http://alsa-project.org/main/index.php/ASoC
9063 S:      Supported
9064 F:      Documentation/sound/alsa/soc/
9065 F:      sound/soc/
9066 F:      include/sound/soc*
9067
9068 SOUND - DMAENGINE HELPERS
9069 M:      Lars-Peter Clausen <lars@metafoo.de>
9070 S:      Supported
9071 F:      include/sound/dmaengine_pcm.h
9072 F:      sound/core/pcm_dmaengine.c
9073 F:      sound/soc/soc-generic-dmaengine-pcm.c
9074
9075 SP2 MEDIA DRIVER
9076 M:      Olli Salonen <olli.salonen@iki.fi>
9077 L:      linux-media@vger.kernel.org
9078 W:      http://linuxtv.org/
9079 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9080 S:      Maintained
9081 F:      drivers/media/dvb-frontends/sp2*
9082
9083 SPARC + UltraSPARC (sparc/sparc64)
9084 M:      "David S. Miller" <davem@davemloft.net>
9085 L:      sparclinux@vger.kernel.org
9086 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9087 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9089 S:      Maintained
9090 F:      arch/sparc/
9091 F:      drivers/sbus/
9092
9093 SPARC SERIAL DRIVERS
9094 M:      "David S. Miller" <davem@davemloft.net>
9095 L:      sparclinux@vger.kernel.org
9096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9098 S:      Maintained
9099 F:      include/linux/sunserialcore.h
9100 F:      drivers/tty/serial/suncore.c
9101 F:      drivers/tty/serial/sunhv.c
9102 F:      drivers/tty/serial/sunsab.c
9103 F:      drivers/tty/serial/sunsab.h
9104 F:      drivers/tty/serial/sunsu.c
9105 F:      drivers/tty/serial/sunzilog.c
9106 F:      drivers/tty/serial/sunzilog.h
9107
9108 SPARSE CHECKER
9109 M:      "Christopher Li" <sparse@chrisli.org>
9110 L:      linux-sparse@vger.kernel.org
9111 W:      https://sparse.wiki.kernel.org/
9112 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9113 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9114 S:      Maintained
9115 F:      include/linux/compiler.h
9116
9117 SPEAR PLATFORM SUPPORT
9118 M:      Viresh Kumar <viresh.linux@gmail.com>
9119 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9120 L:      spear-devel@list.st.com
9121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9122 W:      http://www.st.com/spear
9123 S:      Maintained
9124 F:      arch/arm/mach-spear/
9125
9126 SPEAR CLOCK FRAMEWORK SUPPORT
9127 M:      Viresh Kumar <viresh.linux@gmail.com>
9128 L:      spear-devel@list.st.com
9129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9130 W:      http://www.st.com/spear
9131 S:      Maintained
9132 F:      drivers/clk/spear/
9133
9134 SPI SUBSYSTEM
9135 M:      Mark Brown <broonie@kernel.org>
9136 L:      linux-spi@vger.kernel.org
9137 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9138 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9139 S:      Maintained
9140 F:      Documentation/spi/
9141 F:      drivers/spi/
9142 F:      include/linux/spi/
9143 F:      include/uapi/linux/spi/
9144
9145 SPIDERNET NETWORK DRIVER for CELL
9146 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9147 M:      Jens Osterkamp <jens@de.ibm.com>
9148 L:      netdev@vger.kernel.org
9149 S:      Supported
9150 F:      Documentation/networking/spider_net.txt
9151 F:      drivers/net/ethernet/toshiba/spider_net*
9152
9153 SPU FILE SYSTEM
9154 M:      Jeremy Kerr <jk@ozlabs.org>
9155 L:      linuxppc-dev@lists.ozlabs.org
9156 L:      cbe-oss-dev@lists.ozlabs.org
9157 W:      http://www.ibm.com/developerworks/power/cell/
9158 S:      Supported
9159 F:      Documentation/filesystems/spufs.txt
9160 F:      arch/powerpc/platforms/cell/spufs/
9161
9162 SQUASHFS FILE SYSTEM
9163 M:      Phillip Lougher <phillip@squashfs.org.uk>
9164 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9165 W:      http://squashfs.org.uk
9166 S:      Maintained
9167 F:      Documentation/filesystems/squashfs.txt
9168 F:      fs/squashfs/
9169
9170 SRM (Alpha) environment access
9171 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9172 S:      Maintained
9173 F:      arch/alpha/kernel/srm_env.c
9174
9175 STABLE BRANCH
9176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9177 L:      stable@vger.kernel.org
9178 S:      Supported
9179 F:      Documentation/stable_kernel_rules.txt
9180
9181 STAGING SUBSYSTEM
9182 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9184 L:      devel@driverdev.osuosl.org
9185 S:      Supported
9186 F:      drivers/staging/
9187
9188 STAGING - COMEDI
9189 M:      Ian Abbott <abbotti@mev.co.uk>
9190 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9191 S:      Odd Fixes
9192 F:      drivers/staging/comedi/
9193
9194 STAGING - FLARION FT1000 DRIVERS
9195 M:      Marek Belisko <marek.belisko@gmail.com>
9196 S:      Odd Fixes
9197 F:      drivers/staging/ft1000/
9198
9199 STAGING - INDUSTRIAL IO
9200 M:      Jonathan Cameron <jic23@kernel.org>
9201 L:      linux-iio@vger.kernel.org
9202 S:      Odd Fixes
9203 F:      drivers/staging/iio/
9204
9205 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9206 M:      Jarod Wilson <jarod@wilsonet.com>
9207 W:      http://www.lirc.org/
9208 S:      Odd Fixes
9209 F:      drivers/staging/media/lirc/
9210
9211 STAGING - LUSTRE PARALLEL FILESYSTEM
9212 M:      Oleg Drokin <oleg.drokin@intel.com>
9213 M:      Andreas Dilger <andreas.dilger@intel.com>
9214 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9215 W:      http://lustre.opensfs.org/
9216 S:      Maintained
9217 F:      drivers/staging/lustre
9218
9219 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9220 M:      Julian Andres Klode <jak@jak-linux.org>
9221 M:      Marc Dietrich <marvin24@gmx.de>
9222 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9223 L:      linux-tegra@vger.kernel.org
9224 S:      Maintained
9225 F:      drivers/staging/nvec/
9226
9227 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9228 M:      Jens Frederich <jfrederich@gmail.com>
9229 M:      Daniel Drake <dsd@laptop.org>
9230 M:      Jon Nettleton <jon.nettleton@gmail.com>
9231 W:      http://wiki.laptop.org/go/DCON
9232 S:      Maintained
9233 F:      drivers/staging/olpc_dcon/
9234
9235 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9236 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9237 S:      Maintained
9238 F:      drivers/staging/ozwpan/
9239
9240 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9241 M:      Willy Tarreau <willy@meta-x.org>
9242 S:      Odd Fixes
9243 F:      drivers/staging/panel/
9244
9245 STAGING - REALTEK RTL8712U DRIVERS
9246 M:      Larry Finger <Larry.Finger@lwfinger.net>
9247 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9248 S:      Odd Fixes
9249 F:      drivers/staging/rtl8712/
9250
9251 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9252 M:      Larry Finger <Larry.Finger@lwfinger.net>
9253 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9254 L:      linux-wireless@vger.kernel.org
9255 S:      Maintained
9256 F:      drivers/staging/rtl8723au/
9257
9258 STAGING - SLICOSS
9259 M:      Lior Dotan <liodot@gmail.com>
9260 M:      Christopher Harrer <charrer@alacritech.com>
9261 S:      Odd Fixes
9262 F:      drivers/staging/slicoss/
9263
9264 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9265 M:      William Hubbs <w.d.hubbs@gmail.com>
9266 M:      Chris Brannon <chris@the-brannons.com>
9267 M:      Kirk Reiser <kirk@reisers.ca>
9268 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9269 L:      speakup@linux-speakup.org
9270 W:      http://www.linux-speakup.org/
9271 S:      Odd Fixes
9272 F:      drivers/staging/speakup/
9273
9274 STAGING - VIA VT665X DRIVERS
9275 M:      Forest Bond <forest@alittletooquiet.net>
9276 S:      Odd Fixes
9277 F:      drivers/staging/vt665?/
9278
9279 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9280 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9281 S:      Odd Fixes
9282 F:      drivers/staging/xgifb/
9283
9284 STARFIRE/DURALAN NETWORK DRIVER
9285 M:      Ion Badulescu <ionut@badula.org>
9286 S:      Odd Fixes
9287 F:      drivers/net/ethernet/adaptec/starfire*
9288
9289 SUN3/3X
9290 M:      Sam Creasey <sammy@sammy.net>
9291 W:      http://sammy.net/sun3/
9292 S:      Maintained
9293 F:      arch/m68k/kernel/*sun3*
9294 F:      arch/m68k/sun3*/
9295 F:      arch/m68k/include/asm/sun3*
9296 F:      drivers/net/ethernet/i825xx/sun3*
9297
9298 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9299 M:      Hans de Goede <hdegoede@redhat.com>
9300 L:      linux-input@vger.kernel.org
9301 S:      Maintained
9302 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9303 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9304
9305 SUNDANCE NETWORK DRIVER
9306 M:      Denis Kirjanov <kda@linux-powerpc.org>
9307 L:      netdev@vger.kernel.org
9308 S:      Maintained
9309 F:      drivers/net/ethernet/dlink/sundance.c
9310
9311 SUPERH
9312 L:      linux-sh@vger.kernel.org
9313 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9314 S:      Orphan
9315 F:      Documentation/sh/
9316 F:      arch/sh/
9317 F:      drivers/sh/
9318
9319 SUSPEND TO RAM
9320 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9321 M:      Len Brown <len.brown@intel.com>
9322 M:      Pavel Machek <pavel@ucw.cz>
9323 L:      linux-pm@vger.kernel.org
9324 S:      Supported
9325 F:      Documentation/power/
9326 F:      arch/x86/kernel/acpi/
9327 F:      drivers/base/power/
9328 F:      kernel/power/
9329 F:      include/linux/suspend.h
9330 F:      include/linux/freezer.h
9331 F:      include/linux/pm.h
9332
9333 SVGA HANDLING
9334 M:      Martin Mares <mj@ucw.cz>
9335 L:      linux-video@atrey.karlin.mff.cuni.cz
9336 S:      Maintained
9337 F:      Documentation/svga.txt
9338 F:      arch/x86/boot/video*
9339
9340 SWIOTLB SUBSYSTEM
9341 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9342 L:      linux-kernel@vger.kernel.org
9343 S:      Supported
9344 F:      lib/swiotlb.c
9345 F:      arch/*/kernel/pci-swiotlb.c
9346 F:      include/linux/swiotlb.h
9347
9348 SWITCHDEV
9349 M:      Jiri Pirko <jiri@resnulli.us>
9350 L:      netdev@vger.kernel.org
9351 S:      Supported
9352 F:      net/switchdev/
9353 F:      include/net/switchdev.h
9354
9355 SYNOPSYS ARC ARCHITECTURE
9356 M:      Vineet Gupta <vgupta@synopsys.com>
9357 S:      Supported
9358 F:      arch/arc/
9359 F:      Documentation/devicetree/bindings/arc/
9360 F:      drivers/tty/serial/arc_uart.c
9361
9362 SYSV FILESYSTEM
9363 M:      Christoph Hellwig <hch@infradead.org>
9364 S:      Maintained
9365 F:      Documentation/filesystems/sysv-fs.txt
9366 F:      fs/sysv/
9367 F:      include/linux/sysv_fs.h
9368
9369 TARGET SUBSYSTEM
9370 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9371 L:      linux-scsi@vger.kernel.org
9372 L:      target-devel@vger.kernel.org
9373 W:      http://www.linux-iscsi.org
9374 W:      http://groups.google.com/group/linux-iscsi-target-dev
9375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9376 S:      Supported
9377 F:      drivers/target/
9378 F:      include/target/
9379 F:      Documentation/target/
9380
9381 TASKSTATS STATISTICS INTERFACE
9382 M:      Balbir Singh <bsingharora@gmail.com>
9383 S:      Maintained
9384 F:      Documentation/accounting/taskstats*
9385 F:      include/linux/taskstats*
9386 F:      kernel/taskstats.c
9387
9388 TC CLASSIFIER
9389 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9390 L:      netdev@vger.kernel.org
9391 S:      Maintained
9392 F:      include/net/pkt_cls.h
9393 F:      include/uapi/linux/pkt_cls.h
9394 F:      net/sched/
9395
9396 TCP LOW PRIORITY MODULE
9397 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9398 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9399 W:      http://tcp-lp-mod.sourceforge.net/
9400 S:      Maintained
9401 F:      net/ipv4/tcp_lp.c
9402
9403 TDA10071 MEDIA DRIVER
9404 M:      Antti Palosaari <crope@iki.fi>
9405 L:      linux-media@vger.kernel.org
9406 W:      http://linuxtv.org/
9407 W:      http://palosaari.fi/linux/
9408 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9409 T:      git git://linuxtv.org/anttip/media_tree.git
9410 S:      Maintained
9411 F:      drivers/media/dvb-frontends/tda10071*
9412
9413 TDA18212 MEDIA DRIVER
9414 M:      Antti Palosaari <crope@iki.fi>
9415 L:      linux-media@vger.kernel.org
9416 W:      http://linuxtv.org/
9417 W:      http://palosaari.fi/linux/
9418 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9419 T:      git git://linuxtv.org/anttip/media_tree.git
9420 S:      Maintained
9421 F:      drivers/media/tuners/tda18212*
9422
9423 TDA18218 MEDIA DRIVER
9424 M:      Antti Palosaari <crope@iki.fi>
9425 L:      linux-media@vger.kernel.org
9426 W:      http://linuxtv.org/
9427 W:      http://palosaari.fi/linux/
9428 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9429 T:      git git://linuxtv.org/anttip/media_tree.git
9430 S:      Maintained
9431 F:      drivers/media/tuners/tda18218*
9432
9433 TDA18271 MEDIA DRIVER
9434 M:      Michael Krufky <mkrufky@linuxtv.org>
9435 L:      linux-media@vger.kernel.org
9436 W:      http://linuxtv.org/
9437 W:      http://github.com/mkrufky
9438 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9439 T:      git git://linuxtv.org/mkrufky/tuners.git
9440 S:      Maintained
9441 F:      drivers/media/tuners/tda18271*
9442
9443 TDA827x MEDIA DRIVER
9444 M:      Michael Krufky <mkrufky@linuxtv.org>
9445 L:      linux-media@vger.kernel.org
9446 W:      http://linuxtv.org/
9447 W:      http://github.com/mkrufky
9448 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9449 T:      git git://linuxtv.org/mkrufky/tuners.git
9450 S:      Maintained
9451 F:      drivers/media/tuners/tda8290.*
9452
9453 TDA8290 MEDIA DRIVER
9454 M:      Michael Krufky <mkrufky@linuxtv.org>
9455 L:      linux-media@vger.kernel.org
9456 W:      http://linuxtv.org/
9457 W:      http://github.com/mkrufky
9458 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9459 T:      git git://linuxtv.org/mkrufky/tuners.git
9460 S:      Maintained
9461 F:      drivers/media/tuners/tda8290.*
9462
9463 TDA9840 MEDIA DRIVER
9464 M:      Hans Verkuil <hverkuil@xs4all.nl>
9465 L:      linux-media@vger.kernel.org
9466 T:      git git://linuxtv.org/media_tree.git
9467 W:      http://linuxtv.org
9468 S:      Maintained
9469 F:      drivers/media/i2c/tda9840*
9470
9471 TEA5761 TUNER DRIVER
9472 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9473 L:      linux-media@vger.kernel.org
9474 W:      http://linuxtv.org
9475 T:      git git://linuxtv.org/media_tree.git
9476 S:      Odd fixes
9477 F:      drivers/media/tuners/tea5761.*
9478
9479 TEA5767 TUNER DRIVER
9480 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9481 L:      linux-media@vger.kernel.org
9482 W:      http://linuxtv.org
9483 T:      git git://linuxtv.org/media_tree.git
9484 S:      Maintained
9485 F:      drivers/media/tuners/tea5767.*
9486
9487 TEA6415C MEDIA DRIVER
9488 M:      Hans Verkuil <hverkuil@xs4all.nl>
9489 L:      linux-media@vger.kernel.org
9490 T:      git git://linuxtv.org/media_tree.git
9491 W:      http://linuxtv.org
9492 S:      Maintained
9493 F:      drivers/media/i2c/tea6415c*
9494
9495 TEA6420 MEDIA DRIVER
9496 M:      Hans Verkuil <hverkuil@xs4all.nl>
9497 L:      linux-media@vger.kernel.org
9498 T:      git git://linuxtv.org/media_tree.git
9499 W:      http://linuxtv.org
9500 S:      Maintained
9501 F:      drivers/media/i2c/tea6420*
9502
9503 TEAM DRIVER
9504 M:      Jiri Pirko <jiri@resnulli.us>
9505 L:      netdev@vger.kernel.org
9506 S:      Supported
9507 F:      drivers/net/team/
9508 F:      include/linux/if_team.h
9509 F:      include/uapi/linux/if_team.h
9510
9511 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9512 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9513 S:      Maintained
9514 F:      arch/x86/platform/ts5500/
9515
9516 TECHNOTREND USB IR RECEIVER
9517 M:      Sean Young <sean@mess.org>
9518 L:      linux-media@vger.kernel.org
9519 S:      Maintained
9520 F:      drivers/media/rc/ttusbir.c
9521
9522 TEGRA ARCHITECTURE SUPPORT
9523 M:      Stephen Warren <swarren@wwwdotorg.org>
9524 M:      Thierry Reding <thierry.reding@gmail.com>
9525 M:      Alexandre Courbot <gnurou@gmail.com>
9526 L:      linux-tegra@vger.kernel.org
9527 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9529 S:      Supported
9530 N:      [^a-z]tegra
9531
9532 TEGRA CLOCK DRIVER
9533 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9534 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9535 S:      Supported
9536 F:      drivers/clk/tegra/
9537
9538 TEGRA DMA DRIVER
9539 M:      Laxman Dewangan <ldewangan@nvidia.com>
9540 S:      Supported
9541 F:      drivers/dma/tegra20-apb-dma.c
9542
9543 TEGRA I2C DRIVER
9544 M:      Laxman Dewangan <ldewangan@nvidia.com>
9545 S:      Supported
9546 F:      drivers/i2c/busses/i2c-tegra.c
9547
9548 TEGRA IOMMU DRIVERS
9549 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9550 S:      Supported
9551 F:      drivers/iommu/tegra*
9552
9553 TEGRA KBC DRIVER
9554 M:      Rakesh Iyer <riyer@nvidia.com>
9555 M:      Laxman Dewangan <ldewangan@nvidia.com>
9556 S:      Supported
9557 F:      drivers/input/keyboard/tegra-kbc.c
9558
9559 TEGRA PWM DRIVER
9560 M:      Thierry Reding <thierry.reding@gmail.com>
9561 S:      Supported
9562 F:      drivers/pwm/pwm-tegra.c
9563
9564 TEGRA SERIAL DRIVER
9565 M:      Laxman Dewangan <ldewangan@nvidia.com>
9566 S:      Supported
9567 F:      drivers/tty/serial/serial-tegra.c
9568
9569 TEGRA SPI DRIVER
9570 M:      Laxman Dewangan <ldewangan@nvidia.com>
9571 S:      Supported
9572 F:      drivers/spi/spi-tegra*
9573
9574 TEHUTI ETHERNET DRIVER
9575 M:      Andy Gospodarek <andy@greyhouse.net>
9576 L:      netdev@vger.kernel.org
9577 S:      Supported
9578 F:      drivers/net/ethernet/tehuti/*
9579
9580 Telecom Clock Driver for MCPL0010
9581 M:      Mark Gross <mark.gross@intel.com>
9582 S:      Supported
9583 F:      drivers/char/tlclk.c
9584
9585 TENSILICA XTENSA PORT (xtensa)
9586 M:      Chris Zankel <chris@zankel.net>
9587 M:      Max Filippov <jcmvbkbc@gmail.com>
9588 L:      linux-xtensa@linux-xtensa.org
9589 S:      Maintained
9590 F:      arch/xtensa/
9591 F:      drivers/irqchip/irq-xtensa-*
9592
9593 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9594 M:      Hans Verkuil <hverkuil@xs4all.nl>
9595 L:      linux-media@vger.kernel.org
9596 T:      git git://linuxtv.org/media_tree.git
9597 W:      http://linuxtv.org
9598 S:      Maintained
9599 F:      drivers/media/radio/radio-raremono.c
9600
9601 THERMAL
9602 M:      Zhang Rui <rui.zhang@intel.com>
9603 M:      Eduardo Valentin <edubezval@gmail.com>
9604 L:      linux-pm@vger.kernel.org
9605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9607 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9608 S:      Supported
9609 F:      drivers/thermal/
9610 F:      include/linux/thermal.h
9611 F:      include/uapi/linux/thermal.h
9612 F:      include/linux/cpu_cooling.h
9613 F:      Documentation/devicetree/bindings/thermal/
9614
9615 THINGM BLINK(1) USB RGB LED DRIVER
9616 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9617 S:      Maintained
9618 F:      drivers/hid/hid-thingm.c
9619
9620 THINKPAD ACPI EXTRAS DRIVER
9621 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9622 L:      ibm-acpi-devel@lists.sourceforge.net
9623 L:      platform-driver-x86@vger.kernel.org
9624 W:      http://ibm-acpi.sourceforge.net
9625 W:      http://thinkwiki.org/wiki/Ibm-acpi
9626 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9627 S:      Maintained
9628 F:      drivers/platform/x86/thinkpad_acpi.c
9629
9630 TI BANDGAP AND THERMAL DRIVER
9631 M:      Eduardo Valentin <edubezval@gmail.com>
9632 L:      linux-pm@vger.kernel.org
9633 L:      linux-omap@vger.kernel.org
9634 S:      Maintained
9635 F:      drivers/thermal/ti-soc-thermal/
9636
9637 TI CLOCK DRIVER
9638 M:      Tero Kristo <t-kristo@ti.com>
9639 L:      linux-omap@vger.kernel.org
9640 S:      Maintained
9641 F:      drivers/clk/ti/
9642 F:      include/linux/clk/ti.h
9643
9644 TI FLASH MEDIA INTERFACE DRIVER
9645 M:      Alex Dubov <oakad@yahoo.com>
9646 S:      Maintained
9647 F:      drivers/misc/tifm*
9648 F:      drivers/mmc/host/tifm_sd.c
9649 F:      include/linux/tifm.h
9650
9651 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9652 M:      Santosh Shilimkar <ssantosh@kernel.org>
9653 L:      linux-kernel@vger.kernel.org
9654 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9655 S:      Maintained
9656 F:      drivers/soc/ti/*
9657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9658
9659
9660 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9661 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9662 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9663 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9664 S:      Maintained
9665 F:      sound/soc/codecs/lm49453*
9666 F:      sound/soc/codecs/isabelle*
9667
9668 TI LP855x BACKLIGHT DRIVER
9669 M:      Milo Kim <milo.kim@ti.com>
9670 S:      Maintained
9671 F:      Documentation/backlight/lp855x-driver.txt
9672 F:      drivers/video/backlight/lp855x_bl.c
9673 F:      include/linux/platform_data/lp855x.h
9674
9675 TI LP8727 CHARGER DRIVER
9676 M:      Milo Kim <milo.kim@ti.com>
9677 S:      Maintained
9678 F:      drivers/power/lp8727_charger.c
9679 F:      include/linux/platform_data/lp8727.h
9680
9681 TI LP8788 MFD DRIVER
9682 M:      Milo Kim <milo.kim@ti.com>
9683 S:      Maintained
9684 F:      drivers/iio/adc/lp8788_adc.c
9685 F:      drivers/leds/leds-lp8788.c
9686 F:      drivers/mfd/lp8788*.c
9687 F:      drivers/power/lp8788-charger.c
9688 F:      drivers/regulator/lp8788-*.c
9689 F:      include/linux/mfd/lp8788*.h
9690
9691 TI NETCP ETHERNET DRIVER
9692 M:      Wingman Kwok <w-kwok2@ti.com>
9693 M:      Murali Karicheri <m-karicheri2@ti.com>
9694 L:      netdev@vger.kernel.org
9695 S:      Maintained
9696 F:      drivers/net/ethernet/ti/netcp*
9697
9698 TI TWL4030 SERIES SOC CODEC DRIVER
9699 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9700 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9701 S:      Maintained
9702 F:      sound/soc/codecs/twl4030*
9703
9704 TI WILINK WIRELESS DRIVERS
9705 L:      linux-wireless@vger.kernel.org
9706 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9707 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9708 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9709 S:      Orphan
9710 F:      drivers/net/wireless/ti/
9711 F:      include/linux/wl12xx.h
9712
9713 TIPC NETWORK LAYER
9714 M:      Jon Maloy <jon.maloy@ericsson.com>
9715 M:      Allan Stephens <allan.stephens@windriver.com>
9716 L:      netdev@vger.kernel.org (core kernel code)
9717 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9718 W:      http://tipc.sourceforge.net/
9719 S:      Maintained
9720 F:      include/uapi/linux/tipc*.h
9721 F:      net/tipc/
9722
9723 TILE ARCHITECTURE
9724 M:      Chris Metcalf <cmetcalf@ezchip.com>
9725 W:      http://www.tilera.com/scm/
9726 S:      Supported
9727 F:      arch/tile/
9728 F:      drivers/char/tile-srom.c
9729 F:      drivers/edac/tile_edac.c
9730 F:      drivers/net/ethernet/tile/
9731 F:      drivers/rtc/rtc-tile.c
9732 F:      drivers/tty/hvc/hvc_tile.c
9733 F:      drivers/tty/serial/tilegx.c
9734 F:      drivers/usb/host/*-tilegx.c
9735 F:      include/linux/usb/tilegx.h
9736
9737 TLAN NETWORK DRIVER
9738 M:      Samuel Chessman <chessman@tux.org>
9739 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9740 W:      http://sourceforge.net/projects/tlan/
9741 S:      Maintained
9742 F:      Documentation/networking/tlan.txt
9743 F:      drivers/net/ethernet/ti/tlan.*
9744
9745 TOMOYO SECURITY MODULE
9746 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9747 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9748 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9749 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9750 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9751 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9752 W:      http://tomoyo.sourceforge.jp/
9753 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9754 S:      Maintained
9755 F:      security/tomoyo/
9756
9757 TOPSTAR LAPTOP EXTRAS DRIVER
9758 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9759 L:      platform-driver-x86@vger.kernel.org
9760 S:      Maintained
9761 F:      drivers/platform/x86/topstar-laptop.c
9762
9763 TOSHIBA ACPI EXTRAS DRIVER
9764 L:      platform-driver-x86@vger.kernel.org
9765 S:      Orphan
9766 F:      drivers/platform/x86/toshiba_acpi.c
9767
9768 TOSHIBA SMM DRIVER
9769 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9770 L:      tlinux-users@tce.toshiba-dme.co.jp
9771 W:      http://www.buzzard.org.uk/toshiba/
9772 S:      Maintained
9773 F:      drivers/char/toshiba.c
9774 F:      include/linux/toshiba.h
9775 F:      include/uapi/linux/toshiba.h
9776
9777 TMIO MMC DRIVER
9778 M:      Ian Molton <ian.molton@codethink.co.uk>
9779 L:      linux-mmc@vger.kernel.org
9780 S:      Maintained
9781 F:      drivers/mmc/host/tmio_mmc*
9782 F:      drivers/mmc/host/sh_mobile_sdhi.c
9783 F:      include/linux/mmc/tmio.h
9784 F:      include/linux/mmc/sh_mobile_sdhi.h
9785
9786 TMP401 HARDWARE MONITOR DRIVER
9787 M:      Guenter Roeck <linux@roeck-us.net>
9788 L:      lm-sensors@lm-sensors.org
9789 S:      Maintained
9790 F:      Documentation/hwmon/tmp401
9791 F:      drivers/hwmon/tmp401.c
9792
9793 TMPFS (SHMEM FILESYSTEM)
9794 M:      Hugh Dickins <hughd@google.com>
9795 L:      linux-mm@kvack.org
9796 S:      Maintained
9797 F:      include/linux/shmem_fs.h
9798 F:      mm/shmem.c
9799
9800 TM6000 VIDEO4LINUX DRIVER
9801 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9802 L:      linux-media@vger.kernel.org
9803 W:      http://linuxtv.org
9804 T:      git git://linuxtv.org/media_tree.git
9805 S:      Odd fixes
9806 F:      drivers/media/usb/tm6000/
9807
9808 TW68 VIDEO4LINUX DRIVER
9809 M:      Hans Verkuil <hverkuil@xs4all.nl>
9810 L:      linux-media@vger.kernel.org
9811 T:      git git://linuxtv.org/media_tree.git
9812 W:      http://linuxtv.org
9813 S:      Odd Fixes
9814 F:      drivers/media/pci/tw68/
9815
9816 TPM DEVICE DRIVER
9817 M:      Peter Huewe <peterhuewe@gmx.de>
9818 M:      Ashley Lai <ashley@ashleylai.com>
9819 M:      Marcel Selhorst <tpmdd@selhorst.net>
9820 W:      http://tpmdd.sourceforge.net
9821 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9822 S:      Maintained
9823 F:      drivers/char/tpm/
9824
9825 TRACING
9826 M:      Steven Rostedt <rostedt@goodmis.org>
9827 M:      Ingo Molnar <mingo@redhat.com>
9828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9829 S:      Maintained
9830 F:      Documentation/trace/ftrace.txt
9831 F:      arch/*/*/*/ftrace.h
9832 F:      arch/*/kernel/ftrace.c
9833 F:      include/*/ftrace.h
9834 F:      include/linux/trace*.h
9835 F:      include/trace/
9836 F:      kernel/trace/
9837 F:      tools/testing/selftests/ftrace/
9838
9839 TRIVIAL PATCHES
9840 M:      Jiri Kosina <trivial@kernel.org>
9841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9842 S:      Maintained
9843 K:      ^Subject:.*(?i)trivial
9844
9845 TTY LAYER
9846 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9847 M:      Jiri Slaby <jslaby@suse.cz>
9848 S:      Supported
9849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9850 F:      drivers/tty/
9851 F:      drivers/tty/serial/serial_core.c
9852 F:      include/linux/serial_core.h
9853 F:      include/linux/serial.h
9854 F:      include/linux/tty.h
9855 F:      include/uapi/linux/serial_core.h
9856 F:      include/uapi/linux/serial.h
9857 F:      include/uapi/linux/tty.h
9858
9859 TUA9001 MEDIA DRIVER
9860 M:      Antti Palosaari <crope@iki.fi>
9861 L:      linux-media@vger.kernel.org
9862 W:      http://linuxtv.org/
9863 W:      http://palosaari.fi/linux/
9864 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9865 T:      git git://linuxtv.org/anttip/media_tree.git
9866 S:      Maintained
9867 F:      drivers/media/tuners/tua9001*
9868
9869 TULIP NETWORK DRIVERS
9870 M:      Grant Grundler <grundler@parisc-linux.org>
9871 L:      netdev@vger.kernel.org
9872 S:      Maintained
9873 F:      drivers/net/ethernet/dec/tulip/
9874
9875 TUN/TAP driver
9876 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9877 W:      http://vtun.sourceforge.net/tun
9878 S:      Maintained
9879 F:      Documentation/networking/tuntap.txt
9880 F:      arch/um/os-Linux/drivers/
9881
9882 TURBOCHANNEL SUBSYSTEM
9883 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9884 M:      Ralf Baechle <ralf@linux-mips.org>
9885 L:      linux-mips@linux-mips.org
9886 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9887 S:      Maintained
9888 F:      drivers/tc/
9889 F:      include/linux/tc.h
9890
9891 U14-34F SCSI DRIVER
9892 M:      Dario Ballabio <ballabio_dario@emc.com>
9893 L:      linux-scsi@vger.kernel.org
9894 S:      Maintained
9895 F:      drivers/scsi/u14-34f.c
9896
9897 UBI FILE SYSTEM (UBIFS)
9898 M:      Artem Bityutskiy <dedekind1@gmail.com>
9899 M:      Adrian Hunter <adrian.hunter@intel.com>
9900 L:      linux-mtd@lists.infradead.org
9901 T:      git git://git.infradead.org/ubifs-2.6.git
9902 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9903 S:      Maintained
9904 F:      Documentation/filesystems/ubifs.txt
9905 F:      fs/ubifs/
9906
9907 UCLINUX (AND M68KNOMMU)
9908 M:      Greg Ungerer <gerg@uclinux.org>
9909 W:      http://www.uclinux.org/
9910 L:      uclinux-dev@uclinux.org  (subscribers-only)
9911 S:      Maintained
9912 F:      arch/m68k/*/*_no.*
9913 F:      arch/m68k/include/asm/*_no.*
9914
9915 UDF FILESYSTEM
9916 M:      Jan Kara <jack@suse.cz>
9917 S:      Maintained
9918 F:      Documentation/filesystems/udf.txt
9919 F:      fs/udf/
9920
9921 UFS FILESYSTEM
9922 M:      Evgeniy Dushistov <dushistov@mail.ru>
9923 S:      Maintained
9924 F:      Documentation/filesystems/ufs.txt
9925 F:      fs/ufs/
9926
9927 UHID USERSPACE HID IO DRIVER:
9928 M:      David Herrmann <dh.herrmann@googlemail.com>
9929 L:      linux-input@vger.kernel.org
9930 S:      Maintained
9931 F:      drivers/hid/uhid.c
9932 F:      include/uapi/linux/uhid.h
9933
9934 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9935 L:      linux-usb@vger.kernel.org
9936 S:      Orphan
9937 F:      drivers/uwb/
9938 F:      include/linux/uwb.h
9939 F:      include/linux/uwb/
9940
9941 UNICORE32 ARCHITECTURE:
9942 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9943 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9944 S:      Maintained
9945 T:      git git://github.com/gxt/linux.git
9946 F:      arch/unicore32/
9947
9948 UNIFDEF
9949 M:      Tony Finch <dot@dotat.at>
9950 W:      http://dotat.at/prog/unifdef
9951 S:      Maintained
9952 F:      scripts/unifdef.c
9953
9954 UNIFORM CDROM DRIVER
9955 M:      Jens Axboe <axboe@kernel.dk>
9956 W:      http://www.kernel.dk
9957 S:      Maintained
9958 F:      Documentation/cdrom/
9959 F:      drivers/cdrom/cdrom.c
9960 F:      include/linux/cdrom.h
9961 F:      include/uapi/linux/cdrom.h
9962
9963 UNISYS S-PAR DRIVERS
9964 M:     Benjamin Romer <benjamin.romer@unisys.com>
9965 M:     David Kershner <david.kershner@unisys.com>
9966 L:     sparmaintainer@unisys.com (Unisys internal)
9967 S:     Supported
9968 F:     drivers/staging/unisys/
9969
9970 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9971 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9972 L:      linux-scsi@vger.kernel.org
9973 S:      Supported
9974 F:      Documentation/scsi/ufs.txt
9975 F:      drivers/scsi/ufs/
9976
9977 UNSORTED BLOCK IMAGES (UBI)
9978 M:      Artem Bityutskiy <dedekind1@gmail.com>
9979 W:      http://www.linux-mtd.infradead.org/
9980 L:      linux-mtd@lists.infradead.org
9981 T:      git git://git.infradead.org/ubifs-2.6.git
9982 S:      Maintained
9983 F:      drivers/mtd/ubi/
9984 F:      include/linux/mtd/ubi.h
9985 F:      include/uapi/mtd/ubi-user.h
9986
9987 UNSORTED BLOCK IMAGES (UBI) Fastmap
9988 M:      Richard Weinberger <richard@nod.at>
9989 L:      linux-mtd@lists.infradead.org
9990 S:      Maintained
9991 F:      drivers/mtd/ubi/fastmap.c
9992
9993 USB ACM DRIVER
9994 M:      Oliver Neukum <oliver@neukum.org>
9995 L:      linux-usb@vger.kernel.org
9996 S:      Maintained
9997 F:      Documentation/usb/acm.txt
9998 F:      drivers/usb/class/cdc-acm.*
9999
10000 USB AR5523 WIRELESS DRIVER
10001 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10002 L:      linux-wireless@vger.kernel.org
10003 S:      Maintained
10004 F:      drivers/net/wireless/ath/ar5523/
10005
10006 USB ATTACHED SCSI
10007 M:      Hans de Goede <hdegoede@redhat.com>
10008 M:      Gerd Hoffmann <kraxel@redhat.com>
10009 L:      linux-usb@vger.kernel.org
10010 L:      linux-scsi@vger.kernel.org
10011 S:      Maintained
10012 F:      drivers/usb/storage/uas.c
10013
10014 USB CDC ETHERNET DRIVER
10015 M:      Oliver Neukum <oliver@neukum.org>
10016 L:      linux-usb@vger.kernel.org
10017 S:      Maintained
10018 F:      drivers/net/usb/cdc_*.c
10019 F:      include/uapi/linux/usb/cdc.h
10020
10021 USB CYPRESS C67X00 DRIVER
10022 M:      Peter Korsgaard <jacmet@sunsite.dk>
10023 L:      linux-usb@vger.kernel.org
10024 S:      Maintained
10025 F:      drivers/usb/c67x00/
10026
10027 USB DAVICOM DM9601 DRIVER
10028 M:      Peter Korsgaard <jacmet@sunsite.dk>
10029 L:      netdev@vger.kernel.org
10030 W:      http://www.linux-usb.org/usbnet
10031 S:      Maintained
10032 F:      drivers/net/usb/dm9601.c
10033
10034 USB DIAMOND RIO500 DRIVER
10035 M:      Cesar Miquel <miquel@df.uba.ar>
10036 L:      rio500-users@lists.sourceforge.net
10037 W:      http://rio500.sourceforge.net
10038 S:      Maintained
10039 F:      drivers/usb/misc/rio500*
10040
10041 USB EHCI DRIVER
10042 M:      Alan Stern <stern@rowland.harvard.edu>
10043 L:      linux-usb@vger.kernel.org
10044 S:      Maintained
10045 F:      Documentation/usb/ehci.txt
10046 F:      drivers/usb/host/ehci*
10047
10048 USB GADGET/PERIPHERAL SUBSYSTEM
10049 M:      Felipe Balbi <balbi@ti.com>
10050 L:      linux-usb@vger.kernel.org
10051 W:      http://www.linux-usb.org/gadget
10052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10053 S:      Maintained
10054 F:      drivers/usb/gadget/
10055 F:      include/linux/usb/gadget*
10056
10057 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10058 M:      Jiri Kosina <jkosina@suse.cz>
10059 L:      linux-usb@vger.kernel.org
10060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10061 S:      Maintained
10062 F:      Documentation/hid/hiddev.txt
10063 F:      drivers/hid/usbhid/
10064
10065 USB ISP116X DRIVER
10066 M:      Olav Kongas <ok@artecdesign.ee>
10067 L:      linux-usb@vger.kernel.org
10068 S:      Maintained
10069 F:      drivers/usb/host/isp116x*
10070 F:      include/linux/usb/isp116x.h
10071
10072 USB MASS STORAGE DRIVER
10073 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10074 L:      linux-usb@vger.kernel.org
10075 L:      usb-storage@lists.one-eyed-alien.net
10076 S:      Maintained
10077 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10078 F:      drivers/usb/storage/
10079
10080 USB MIDI DRIVER
10081 M:      Clemens Ladisch <clemens@ladisch.de>
10082 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10083 T:      git git://git.alsa-project.org/alsa-kernel.git
10084 S:      Maintained
10085 F:      sound/usb/midi.*
10086
10087 USB NETWORKING DRIVERS
10088 L:      linux-usb@vger.kernel.org
10089 S:      Odd Fixes
10090 F:      drivers/net/usb/
10091
10092 USB OHCI DRIVER
10093 M:      Alan Stern <stern@rowland.harvard.edu>
10094 L:      linux-usb@vger.kernel.org
10095 S:      Maintained
10096 F:      Documentation/usb/ohci.txt
10097 F:      drivers/usb/host/ohci*
10098
10099 USB OVER IP DRIVER
10100 M:      Valentina Manea <valentina.manea.m@gmail.com>
10101 M:      Shuah Khan <shuah.kh@samsung.com>
10102 L:      linux-usb@vger.kernel.org
10103 S:      Maintained
10104 F:      drivers/usb/usbip/
10105 F:      tools/usb/usbip/
10106
10107 USB PEGASUS DRIVER
10108 M:      Petko Manolov <petkan@nucleusys.com>
10109 L:      linux-usb@vger.kernel.org
10110 L:      netdev@vger.kernel.org
10111 T:      git git://github.com/petkan/pegasus.git
10112 W:      https://github.com/petkan/pegasus
10113 S:      Maintained
10114 F:      drivers/net/usb/pegasus.*
10115
10116 USB PHY LAYER
10117 M:      Felipe Balbi <balbi@ti.com>
10118 L:      linux-usb@vger.kernel.org
10119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10120 S:      Maintained
10121 F:      drivers/usb/phy/
10122
10123 USB PRINTER DRIVER (usblp)
10124 M:      Pete Zaitcev <zaitcev@redhat.com>
10125 L:      linux-usb@vger.kernel.org
10126 S:      Supported
10127 F:      drivers/usb/class/usblp.c
10128
10129 USB RTL8150 DRIVER
10130 M:      Petko Manolov <petkan@nucleusys.com>
10131 L:      linux-usb@vger.kernel.org
10132 L:      netdev@vger.kernel.org
10133 T:      git git://github.com/petkan/rtl8150.git
10134 W:      https://github.com/petkan/rtl8150
10135 S:      Maintained
10136 F:      drivers/net/usb/rtl8150.c
10137
10138 USB SERIAL SUBSYSTEM
10139 M:      Johan Hovold <johan@kernel.org>
10140 L:      linux-usb@vger.kernel.org
10141 S:      Maintained
10142 F:      Documentation/usb/usb-serial.txt
10143 F:      drivers/usb/serial/
10144 F:      include/linux/usb/serial.h
10145
10146 USB SMSC75XX ETHERNET DRIVER
10147 M:      Steve Glendinning <steve.glendinning@shawell.net>
10148 L:      netdev@vger.kernel.org
10149 S:      Maintained
10150 F:      drivers/net/usb/smsc75xx.*
10151
10152 USB SMSC95XX ETHERNET DRIVER
10153 M:      Steve Glendinning <steve.glendinning@shawell.net>
10154 L:      netdev@vger.kernel.org
10155 S:      Maintained
10156 F:      drivers/net/usb/smsc95xx.*
10157
10158 USB SUBSYSTEM
10159 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10160 L:      linux-usb@vger.kernel.org
10161 W:      http://www.linux-usb.org
10162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10163 S:      Supported
10164 F:      Documentation/usb/
10165 F:      drivers/usb/
10166 F:      include/linux/usb.h
10167 F:      include/linux/usb/
10168
10169 USB UHCI DRIVER
10170 M:      Alan Stern <stern@rowland.harvard.edu>
10171 L:      linux-usb@vger.kernel.org
10172 S:      Maintained
10173 F:      drivers/usb/host/uhci*
10174
10175 USB "USBNET" DRIVER FRAMEWORK
10176 M:      Oliver Neukum <oneukum@suse.de>
10177 L:      netdev@vger.kernel.org
10178 W:      http://www.linux-usb.org/usbnet
10179 S:      Maintained
10180 F:      drivers/net/usb/usbnet.c
10181 F:      include/linux/usb/usbnet.h
10182
10183 USB VIDEO CLASS
10184 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10185 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10186 L:      linux-media@vger.kernel.org
10187 T:      git git://linuxtv.org/media_tree.git
10188 W:      http://www.ideasonboard.org/uvc/
10189 S:      Maintained
10190 F:      drivers/media/usb/uvc/
10191 F:      include/uapi/linux/uvcvideo.h
10192
10193 USB VISION DRIVER
10194 M:      Hans Verkuil <hverkuil@xs4all.nl>
10195 L:      linux-media@vger.kernel.org
10196 T:      git git://linuxtv.org/media_tree.git
10197 W:      http://linuxtv.org
10198 S:      Odd Fixes
10199 F:      drivers/media/usb/usbvision/
10200
10201 USB WEBCAM GADGET
10202 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10203 L:      linux-usb@vger.kernel.org
10204 S:      Maintained
10205 F:      drivers/usb/gadget/function/*uvc*
10206 F:      drivers/usb/gadget/legacy/webcam.c
10207
10208 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10209 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10210 L:      linux-wireless@vger.kernel.org
10211 S:      Maintained
10212 F:      drivers/net/wireless/rndis_wlan.c
10213
10214 USB XHCI DRIVER
10215 M:      Mathias Nyman <mathias.nyman@intel.com>
10216 L:      linux-usb@vger.kernel.org
10217 S:      Supported
10218 F:      drivers/usb/host/xhci*
10219 F:      drivers/usb/host/pci-quirks*
10220
10221 USB ZD1201 DRIVER
10222 L:      linux-wireless@vger.kernel.org
10223 W:      http://linux-lc100020.sourceforge.net
10224 S:      Orphan
10225 F:      drivers/net/wireless/zd1201.*
10226
10227 USB ZR364XX DRIVER
10228 M:      Antoine Jacquet <royale@zerezo.com>
10229 L:      linux-usb@vger.kernel.org
10230 L:      linux-media@vger.kernel.org
10231 T:      git git://linuxtv.org/media_tree.git
10232 W:      http://royale.zerezo.com/zr364xx/
10233 S:      Maintained
10234 F:      Documentation/video4linux/zr364xx.txt
10235 F:      drivers/media/usb/zr364xx/
10236
10237 USER-MODE LINUX (UML)
10238 M:      Jeff Dike <jdike@addtoit.com>
10239 M:      Richard Weinberger <richard@nod.at>
10240 L:      user-mode-linux-devel@lists.sourceforge.net
10241 L:      user-mode-linux-user@lists.sourceforge.net
10242 W:      http://user-mode-linux.sourceforge.net
10243 S:      Maintained
10244 F:      Documentation/virtual/uml/
10245 F:      arch/um/
10246 F:      arch/x86/um/
10247 F:      fs/hostfs/
10248 F:      fs/hppfs/
10249
10250 USERSPACE I/O (UIO)
10251 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10252 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10253 S:      Maintained
10254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10255 F:      Documentation/DocBook/uio-howto.tmpl
10256 F:      drivers/uio/
10257 F:      include/linux/uio*.h
10258
10259 UTIL-LINUX PACKAGE
10260 M:      Karel Zak <kzak@redhat.com>
10261 L:      util-linux@vger.kernel.org
10262 W:      http://en.wikipedia.org/wiki/Util-linux
10263 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10264 S:      Maintained
10265
10266 UVESAFB DRIVER
10267 M:      Michal Januszewski <spock@gentoo.org>
10268 L:      linux-fbdev@vger.kernel.org
10269 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10270 S:      Maintained
10271 F:      Documentation/fb/uvesafb.txt
10272 F:      drivers/video/fbdev/uvesafb.*
10273
10274 VFAT/FAT/MSDOS FILESYSTEM
10275 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10276 S:      Maintained
10277 F:      Documentation/filesystems/vfat.txt
10278 F:      fs/fat/
10279
10280 VFIO DRIVER
10281 M:      Alex Williamson <alex.williamson@redhat.com>
10282 L:      kvm@vger.kernel.org
10283 S:      Maintained
10284 F:      Documentation/vfio.txt
10285 F:      drivers/vfio/
10286 F:      include/linux/vfio.h
10287 F:      include/uapi/linux/vfio.h
10288
10289 VIDEOBUF2 FRAMEWORK
10290 M:      Pawel Osciak <pawel@osciak.com>
10291 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10292 M:      Kyungmin Park <kyungmin.park@samsung.com>
10293 L:      linux-media@vger.kernel.org
10294 S:      Maintained
10295 F:      drivers/media/v4l2-core/videobuf2-*
10296 F:      include/media/videobuf2-*
10297
10298 VIRTIO CONSOLE DRIVER
10299 M:      Amit Shah <amit.shah@redhat.com>
10300 L:      virtualization@lists.linux-foundation.org
10301 S:      Maintained
10302 F:      drivers/char/virtio_console.c
10303 F:      include/linux/virtio_console.h
10304 F:      include/uapi/linux/virtio_console.h
10305
10306 VIRTIO CORE, NET AND BLOCK DRIVERS
10307 M:      Rusty Russell <rusty@rustcorp.com.au>
10308 M:      "Michael S. Tsirkin" <mst@redhat.com>
10309 L:      virtualization@lists.linux-foundation.org
10310 S:      Maintained
10311 F:      drivers/virtio/
10312 F:      tools/virtio/
10313 F:      drivers/net/virtio_net.c
10314 F:      drivers/block/virtio_blk.c
10315 F:      include/linux/virtio_*.h
10316 F:      include/uapi/linux/virtio_*.h
10317
10318 VIRTIO HOST (VHOST)
10319 M:      "Michael S. Tsirkin" <mst@redhat.com>
10320 L:      kvm@vger.kernel.org
10321 L:      virtualization@lists.linux-foundation.org
10322 L:      netdev@vger.kernel.org
10323 S:      Maintained
10324 F:      drivers/vhost/
10325 F:      include/uapi/linux/vhost.h
10326
10327 VIA RHINE NETWORK DRIVER
10328 M:      Roger Luethi <rl@hellgate.ch>
10329 S:      Maintained
10330 F:      drivers/net/ethernet/via/via-rhine.c
10331
10332 VIA SD/MMC CARD CONTROLLER DRIVER
10333 M:      Bruce Chang <brucechang@via.com.tw>
10334 M:      Harald Welte <HaraldWelte@viatech.com>
10335 S:      Maintained
10336 F:      drivers/mmc/host/via-sdmmc.c
10337
10338 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10339 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10340 L:      linux-fbdev@vger.kernel.org
10341 S:      Maintained
10342 F:      include/linux/via-core.h
10343 F:      include/linux/via-gpio.h
10344 F:      include/linux/via_i2c.h
10345 F:      drivers/video/fbdev/via/
10346
10347 VIA VELOCITY NETWORK DRIVER
10348 M:      Francois Romieu <romieu@fr.zoreil.com>
10349 L:      netdev@vger.kernel.org
10350 S:      Maintained
10351 F:      drivers/net/ethernet/via/via-velocity.*
10352
10353 VIVID VIRTUAL VIDEO DRIVER
10354 M:      Hans Verkuil <hverkuil@xs4all.nl>
10355 L:      linux-media@vger.kernel.org
10356 T:      git git://linuxtv.org/media_tree.git
10357 W:      http://linuxtv.org
10358 S:      Maintained
10359 F:      drivers/media/platform/vivid/*
10360
10361 VLAN (802.1Q)
10362 M:      Patrick McHardy <kaber@trash.net>
10363 L:      netdev@vger.kernel.org
10364 S:      Maintained
10365 F:      drivers/net/macvlan.c
10366 F:      include/linux/if_*vlan.h
10367 F:      net/8021q/
10368
10369 VLYNQ BUS
10370 M:      Florian Fainelli <florian@openwrt.org>
10371 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10372 S:      Maintained
10373 F:      drivers/vlynq/vlynq.c
10374 F:      include/linux/vlynq.h
10375
10376 VME SUBSYSTEM
10377 M:      Martyn Welch <martyn.welch@ge.com>
10378 M:      Manohar Vanga <manohar.vanga@gmail.com>
10379 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10380 L:      devel@driverdev.osuosl.org
10381 S:      Maintained
10382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10383 F:      Documentation/vme_api.txt
10384 F:      drivers/staging/vme/
10385 F:      drivers/vme/
10386 F:      include/linux/vme*
10387
10388 VMWARE HYPERVISOR INTERFACE
10389 M:      Alok Kataria <akataria@vmware.com>
10390 L:      virtualization@lists.linux-foundation.org
10391 S:      Supported
10392 F:      arch/x86/kernel/cpu/vmware.c
10393
10394 VMWARE BALLOON DRIVER
10395 M:      Xavier Deguillard <xdeguillard@vmware.com>
10396 M:      Philip Moltmann <moltmann@vmware.com>
10397 M:      "VMware, Inc." <pv-drivers@vmware.com>
10398 L:      linux-kernel@vger.kernel.org
10399 S:      Maintained
10400 F:      drivers/misc/vmw_balloon.c
10401
10402 VMWARE VMXNET3 ETHERNET DRIVER
10403 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10404 M:      "VMware, Inc." <pv-drivers@vmware.com>
10405 L:      netdev@vger.kernel.org
10406 S:      Maintained
10407 F:      drivers/net/vmxnet3/
10408
10409 VMware PVSCSI driver
10410 M:      Arvind Kumar <arvindkumar@vmware.com>
10411 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10412 L:      linux-scsi@vger.kernel.org
10413 S:      Maintained
10414 F:      drivers/scsi/vmw_pvscsi.c
10415 F:      drivers/scsi/vmw_pvscsi.h
10416
10417 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10418 M:      Liam Girdwood <lgirdwood@gmail.com>
10419 M:      Mark Brown <broonie@kernel.org>
10420 L:      linux-kernel@vger.kernel.org
10421 W:      http://opensource.wolfsonmicro.com/node/15
10422 W:      http://www.slimlogic.co.uk/?p=48
10423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10424 S:      Supported
10425 F:      drivers/regulator/
10426 F:      include/linux/regulator/
10427
10428 VT1211 HARDWARE MONITOR DRIVER
10429 M:      Juerg Haefliger <juergh@gmail.com>
10430 L:      lm-sensors@lm-sensors.org
10431 S:      Maintained
10432 F:      Documentation/hwmon/vt1211
10433 F:      drivers/hwmon/vt1211.c
10434
10435 VT8231 HARDWARE MONITOR DRIVER
10436 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10437 L:      lm-sensors@lm-sensors.org
10438 S:      Maintained
10439 F:      drivers/hwmon/vt8231.c
10440
10441 VUB300 USB to SDIO/SD/MMC bridge chip
10442 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10443 L:      linux-mmc@vger.kernel.org
10444 L:      linux-usb@vger.kernel.org
10445 S:      Supported
10446 F:      drivers/mmc/host/vub300.c
10447
10448 W1 DALLAS'S 1-WIRE BUS
10449 M:      Evgeniy Polyakov <zbr@ioremap.net>
10450 S:      Maintained
10451 F:      Documentation/w1/
10452 F:      drivers/w1/
10453
10454 W83791D HARDWARE MONITORING DRIVER
10455 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10456 L:      lm-sensors@lm-sensors.org
10457 S:      Maintained
10458 F:      Documentation/hwmon/w83791d
10459 F:      drivers/hwmon/w83791d.c
10460
10461 W83793 HARDWARE MONITORING DRIVER
10462 M:      Rudolf Marek <r.marek@assembler.cz>
10463 L:      lm-sensors@lm-sensors.org
10464 S:      Maintained
10465 F:      Documentation/hwmon/w83793
10466 F:      drivers/hwmon/w83793.c
10467
10468 W83795 HARDWARE MONITORING DRIVER
10469 M:      Jean Delvare <jdelvare@suse.de>
10470 L:      lm-sensors@lm-sensors.org
10471 S:      Maintained
10472 F:      drivers/hwmon/w83795.c
10473
10474 W83L51xD SD/MMC CARD INTERFACE DRIVER
10475 M:      Pierre Ossman <pierre@ossman.eu>
10476 S:      Maintained
10477 F:      drivers/mmc/host/wbsd.*
10478
10479 WACOM PROTOCOL 4 SERIAL TABLETS
10480 M:      Julian Squires <julian@cipht.net>
10481 M:      Hans de Goede <hdegoede@redhat.com>
10482 L:      linux-input@vger.kernel.org
10483 S:      Maintained
10484 F:      drivers/input/tablet/wacom_serial4.c
10485
10486 WATCHDOG DEVICE DRIVERS
10487 M:      Wim Van Sebroeck <wim@iguana.be>
10488 L:      linux-watchdog@vger.kernel.org
10489 W:      http://www.linux-watchdog.org/
10490 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10491 S:      Maintained
10492 F:      Documentation/watchdog/
10493 F:      drivers/watchdog/
10494 F:      include/linux/watchdog.h
10495 F:      include/uapi/linux/watchdog.h
10496
10497 WD7000 SCSI DRIVER
10498 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10499 L:      linux-scsi@vger.kernel.org
10500 S:      Maintained
10501 F:      drivers/scsi/wd7000.c
10502
10503 WIIMOTE HID DRIVER
10504 M:      David Herrmann <dh.herrmann@googlemail.com>
10505 L:      linux-input@vger.kernel.org
10506 S:      Maintained
10507 F:      drivers/hid/hid-wiimote*
10508
10509 WINBOND CIR DRIVER
10510 M:      David Härdeman <david@hardeman.nu>
10511 S:      Maintained
10512 F:      drivers/media/rc/winbond-cir.c
10513
10514 WIMAX STACK
10515 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10516 M:      linux-wimax@intel.com
10517 L:     wimax@linuxwimax.org (subscribers-only)
10518 S:      Supported
10519 W:      http://linuxwimax.org
10520 F:      Documentation/wimax/README.wimax
10521 F:      include/linux/wimax/debug.h
10522 F:      include/net/wimax.h
10523 F:      include/uapi/linux/wimax.h
10524 F:      net/wimax/
10525
10526 WISTRON LAPTOP BUTTON DRIVER
10527 M:      Miloslav Trmac <mitr@volny.cz>
10528 S:      Maintained
10529 F:      drivers/input/misc/wistron_btns.c
10530
10531 WL3501 WIRELESS PCMCIA CARD DRIVER
10532 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10533 L:      linux-wireless@vger.kernel.org
10534 W:      http://oops.ghostprotocols.net:81/blog
10535 S:      Maintained
10536 F:      drivers/net/wireless/wl3501*
10537
10538 WM97XX TOUCHSCREEN DRIVERS
10539 M:      Mark Brown <broonie@kernel.org>
10540 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10541 L:      linux-input@vger.kernel.org
10542 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10543 W:      http://opensource.wolfsonmicro.com/node/7
10544 S:      Supported
10545 F:      drivers/input/touchscreen/*wm97*
10546 F:      include/linux/wm97xx.h
10547
10548 WOLFSON MICROELECTRONICS DRIVERS
10549 L:      patches@opensource.wolfsonmicro.com
10550 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10551 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10552 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10553 S:      Supported
10554 F:      Documentation/hwmon/wm83??
10555 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10556 F:      drivers/clk/clk-wm83*.c
10557 F:      drivers/extcon/extcon-arizona.c
10558 F:      drivers/leds/leds-wm83*.c
10559 F:      drivers/gpio/gpio-*wm*.c
10560 F:      drivers/gpio/gpio-arizona.c
10561 F:      drivers/hwmon/wm83??-hwmon.c
10562 F:      drivers/input/misc/wm831x-on.c
10563 F:      drivers/input/touchscreen/wm831x-ts.c
10564 F:      drivers/input/touchscreen/wm97*.c
10565 F:      drivers/mfd/arizona*
10566 F:      drivers/mfd/wm*.c
10567 F:      drivers/power/wm83*.c
10568 F:      drivers/rtc/rtc-wm83*.c
10569 F:      drivers/regulator/wm8*.c
10570 F:      drivers/video/backlight/wm83*_bl.c
10571 F:      drivers/watchdog/wm83*_wdt.c
10572 F:      include/linux/mfd/arizona/
10573 F:      include/linux/mfd/wm831x/
10574 F:      include/linux/mfd/wm8350/
10575 F:      include/linux/mfd/wm8400*
10576 F:      include/linux/wm97xx.h
10577 F:      include/sound/wm????.h
10578 F:      sound/soc/codecs/arizona.?
10579 F:      sound/soc/codecs/wm*
10580
10581 WORKQUEUE
10582 M:      Tejun Heo <tj@kernel.org>
10583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10584 S:      Maintained
10585 F:      include/linux/workqueue.h
10586 F:      kernel/workqueue.c
10587 F:      Documentation/workqueue.txt
10588
10589 X.25 NETWORK LAYER
10590 M:      Andrew Hendry <andrew.hendry@gmail.com>
10591 L:      linux-x25@vger.kernel.org
10592 S:      Odd Fixes
10593 F:      Documentation/networking/x25*
10594 F:      include/net/x25*
10595 F:      net/x25/
10596
10597 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10598 M:      Thomas Gleixner <tglx@linutronix.de>
10599 M:      Ingo Molnar <mingo@redhat.com>
10600 M:      "H. Peter Anvin" <hpa@zytor.com>
10601 M:      x86@kernel.org
10602 L:      linux-kernel@vger.kernel.org
10603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10604 S:      Maintained
10605 F:      Documentation/x86/
10606 F:      arch/x86/
10607
10608 X86 PLATFORM DRIVERS
10609 M:      Darren Hart <dvhart@infradead.org>
10610 L:      platform-driver-x86@vger.kernel.org
10611 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10612 S:      Maintained
10613 F:      drivers/platform/x86/
10614
10615 X86 MCE INFRASTRUCTURE
10616 M:      Tony Luck <tony.luck@intel.com>
10617 M:      Borislav Petkov <bp@alien8.de>
10618 L:      linux-edac@vger.kernel.org
10619 S:      Maintained
10620 F:      arch/x86/kernel/cpu/mcheck/*
10621
10622 X86 VDSO
10623 M:      Andy Lutomirski <luto@amacapital.net>
10624 L:      linux-kernel@vger.kernel.org
10625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10626 S:      Maintained
10627 F:      arch/x86/vdso/
10628
10629 XC2028/3028 TUNER DRIVER
10630 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10631 L:      linux-media@vger.kernel.org
10632 W:      http://linuxtv.org
10633 T:      git git://linuxtv.org/media_tree.git
10634 S:      Maintained
10635 F:      drivers/media/tuners/tuner-xc2028.*
10636
10637 XEN HYPERVISOR INTERFACE
10638 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10639 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10640 M:      David Vrabel <david.vrabel@citrix.com>
10641 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10643 S:      Supported
10644 F:      arch/x86/xen/
10645 F:      drivers/*/xen-*front.c
10646 F:      drivers/xen/
10647 F:      arch/x86/include/asm/xen/
10648 F:      include/xen/
10649 F:      include/uapi/xen/
10650
10651 XEN HYPERVISOR ARM
10652 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10653 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10654 S:      Supported
10655 F:      arch/arm/xen/
10656 F:      arch/arm/include/asm/xen/
10657
10658 XEN HYPERVISOR ARM64
10659 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10660 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10661 S:      Supported
10662 F:      arch/arm64/xen/
10663 F:      arch/arm64/include/asm/xen/
10664
10665 XEN NETWORK BACKEND DRIVER
10666 M:      Ian Campbell <ian.campbell@citrix.com>
10667 M:      Wei Liu <wei.liu2@citrix.com>
10668 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10669 L:      netdev@vger.kernel.org
10670 S:      Supported
10671 F:      drivers/net/xen-netback/*
10672
10673 XEN PCI SUBSYSTEM
10674 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10675 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10676 S:      Supported
10677 F:      arch/x86/pci/*xen*
10678 F:      drivers/pci/*xen*
10679
10680 XEN BLOCK SUBSYSTEM
10681 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10682 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10683 S:      Supported
10684 F:      drivers/block/xen-blkback/*
10685 F:      drivers/block/xen*
10686
10687 XEN PVSCSI DRIVERS
10688 M:      Juergen Gross <jgross@suse.com>
10689 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10690 L:      linux-scsi@vger.kernel.org
10691 S:      Supported
10692 F:      drivers/scsi/xen-scsifront.c
10693 F:      drivers/xen/xen-scsiback.c
10694 F:      include/xen/interface/io/vscsiif.h
10695
10696 XEN SWIOTLB SUBSYSTEM
10697 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10698 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10699 S:      Supported
10700 F:      arch/x86/xen/*swiotlb*
10701 F:      drivers/xen/*swiotlb*
10702
10703 XFS FILESYSTEM
10704 P:      Silicon Graphics Inc
10705 M:      Dave Chinner <david@fromorbit.com>
10706 M:      xfs@oss.sgi.com
10707 L:      xfs@oss.sgi.com
10708 W:      http://oss.sgi.com/projects/xfs
10709 T:      git git://oss.sgi.com/xfs/xfs.git
10710 S:      Supported
10711 F:      Documentation/filesystems/xfs.txt
10712 F:      fs/xfs/
10713
10714 XILINX AXI ETHERNET DRIVER
10715 M:      Anirudha Sarangi <anirudh@xilinx.com>
10716 M:      John Linn <John.Linn@xilinx.com>
10717 S:      Maintained
10718 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10719
10720 XILINX UARTLITE SERIAL DRIVER
10721 M:      Peter Korsgaard <jacmet@sunsite.dk>
10722 L:      linux-serial@vger.kernel.org
10723 S:      Maintained
10724 F:      drivers/tty/serial/uartlite.c
10725
10726 XILLYBUS DRIVER
10727 M:      Eli Billauer <eli.billauer@gmail.com>
10728 L:      linux-kernel@vger.kernel.org
10729 S:      Supported
10730 F:      drivers/char/xillybus/
10731
10732 XTENSA XTFPGA PLATFORM SUPPORT
10733 M:      Max Filippov <jcmvbkbc@gmail.com>
10734 L:      linux-xtensa@linux-xtensa.org
10735 S:      Maintained
10736 F:      drivers/spi/spi-xtensa-xtfpga.c
10737 F:      sound/soc/xtensa/xtfpga-i2s.c
10738
10739 YAM DRIVER FOR AX.25
10740 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10741 L:      linux-hams@vger.kernel.org
10742 S:      Maintained
10743 F:      drivers/net/hamradio/yam*
10744 F:      include/linux/yam.h
10745
10746 YEALINK PHONE DRIVER
10747 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10748 L:      usbb2k-api-dev@nongnu.org
10749 S:      Maintained
10750 F:      Documentation/input/yealink.txt
10751 F:      drivers/input/misc/yealink.*
10752
10753 Z8530 DRIVER FOR AX.25
10754 M:      Joerg Reuter <jreuter@yaina.de>
10755 W:      http://yaina.de/jreuter/
10756 W:      http://www.qsl.net/dl1bke/
10757 L:      linux-hams@vger.kernel.org
10758 S:      Maintained
10759 F:      Documentation/networking/z8530drv.txt
10760 F:      drivers/net/hamradio/*scc.c
10761 F:      drivers/net/hamradio/z8530.h
10762
10763 ZBUD COMPRESSED PAGE ALLOCATOR
10764 M:      Seth Jennings <sjennings@variantweb.net>
10765 L:      linux-mm@kvack.org
10766 S:      Maintained
10767 F:      mm/zbud.c
10768 F:      include/linux/zbud.h
10769
10770 ZD1211RW WIRELESS DRIVER
10771 M:      Daniel Drake <dsd@gentoo.org>
10772 M:      Ulrich Kunitz <kune@deine-taler.de>
10773 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10774 L:      linux-wireless@vger.kernel.org
10775 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10776 S:      Maintained
10777 F:      drivers/net/wireless/zd1211rw/
10778
10779 ZR36067 VIDEO FOR LINUX DRIVER
10780 L:      mjpeg-users@lists.sourceforge.net
10781 L:      linux-media@vger.kernel.org
10782 W:      http://mjpeg.sourceforge.net/driver-zoran/
10783 T:      hg http://linuxtv.org/hg/v4l-dvb
10784 S:      Odd Fixes
10785 F:      drivers/media/pci/zoran/
10786
10787 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10788 M:      Minchan Kim <minchan@kernel.org>
10789 M:      Nitin Gupta <ngupta@vflare.org>
10790 L:      linux-kernel@vger.kernel.org
10791 S:      Maintained
10792 F:      drivers/block/zram/
10793 F:      Documentation/blockdev/zram.txt
10794
10795 ZS DECSTATION Z85C30 SERIAL DRIVER
10796 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10797 S:      Maintained
10798 F:      drivers/tty/serial/zs.*
10799
10800 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10801 M:      Minchan Kim <minchan@kernel.org>
10802 M:      Nitin Gupta <ngupta@vflare.org>
10803 L:      linux-mm@kvack.org
10804 S:      Maintained
10805 F:      mm/zsmalloc.c
10806 F:      include/linux/zsmalloc.h
10807
10808 ZSWAP COMPRESSED SWAP CACHING
10809 M:      Seth Jennings <sjennings@variantweb.net>
10810 L:      linux-mm@kvack.org
10811 S:      Maintained
10812 F:      mm/zswap.c
10813
10814 THE REST
10815 M:      Linus Torvalds <torvalds@linux-foundation.org>
10816 L:      linux-kernel@vger.kernel.org
10817 Q:      http://patchwork.kernel.org/project/LKML/list/
10818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10819 S:      Buried alive in reporters
10820 F:      *
10821 F:      */