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