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