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