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