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