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