Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide
[firefly-linux-kernel-4.4.55.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA TRIPLE SPEED ETHERNET DRIVER
567 M:      Vince Bridgers <vbridger@opensource.altera.com>
568 L:      netdev@vger.kernel.org
569 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570 S:      Maintained
571 F:      drivers/net/ethernet/altera/
572
573 ALTERA UART/JTAG UART SERIAL DRIVERS
574 M:      Tobias Klauser <tklauser@distanz.ch>
575 L:      linux-serial@vger.kernel.org
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/tty/serial/altera_uart.c
579 F:      drivers/tty/serial/altera_jtaguart.c
580 F:      include/linux/altera_uart.h
581 F:      include/linux/altera_jtaguart.h
582
583 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
584 M:      Tom Lendacky <thomas.lendacky@amd.com>
585 L:      linux-crypto@vger.kernel.org
586 S:      Supported
587 F:      drivers/crypto/ccp/
588 F:      include/linux/ccp.h
589
590 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
591 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
592 L:      lm-sensors@lm-sensors.org
593 S:      Maintained
594 F:      Documentation/hwmon/fam15h_power
595 F:      drivers/hwmon/fam15h_power.c
596
597 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
598 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
599 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
600 S:      Supported
601 F:      drivers/usb/gadget/udc/amd5536udc.*
602
603 AMD GEODE PROCESSOR/CHIPSET SUPPORT
604 P:      Andres Salomon <dilinger@queued.net>
605 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
606 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
607 S:      Supported
608 F:      drivers/char/hw_random/geode-rng.c
609 F:      drivers/crypto/geode*
610 F:      drivers/video/fbdev/geode/
611 F:      arch/x86/include/asm/geode.h
612
613 AMD IOMMU (AMD-VI)
614 M:      Joerg Roedel <joro@8bytes.org>
615 L:      iommu@lists.linux-foundation.org
616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
617 S:      Maintained
618 F:      drivers/iommu/amd_iommu*.[ch]
619 F:      include/linux/amd-iommu.h
620
621 AMD MICROCODE UPDATE SUPPORT
622 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
623 L:      amd64-microcode@amd64.org
624 S:      Maintained
625 F:      arch/x86/kernel/cpu/microcode/amd*
626
627 AMD XGBE DRIVER
628 M:      Tom Lendacky <thomas.lendacky@amd.com>
629 L:      netdev@vger.kernel.org
630 S:      Supported
631 F:      drivers/net/ethernet/amd/xgbe/
632 F:      drivers/net/phy/amd-xgbe-phy.c
633
634 AMS (Apple Motion Sensor) DRIVER
635 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
636 S:      Supported
637 F:      drivers/macintosh/ams/
638
639 AMSO1100 RNIC DRIVER
640 M:      Tom Tucker <tom@opengridcomputing.com>
641 M:      Steve Wise <swise@opengridcomputing.com>
642 L:      linux-rdma@vger.kernel.org
643 S:      Maintained
644 F:      drivers/infiniband/hw/amso1100/
645
646 ANALOG DEVICES INC AD9389B DRIVER
647 M:      Hans Verkuil <hans.verkuil@cisco.com>
648 L:      linux-media@vger.kernel.org
649 S:      Maintained
650 F:      drivers/media/i2c/ad9389b*
651
652 ANALOG DEVICES INC ADV7511 DRIVER
653 M:      Hans Verkuil <hans.verkuil@cisco.com>
654 L:      linux-media@vger.kernel.org
655 S:      Maintained
656 F:      drivers/media/i2c/adv7511*
657
658 ANALOG DEVICES INC ADV7604 DRIVER
659 M:      Hans Verkuil <hans.verkuil@cisco.com>
660 L:      linux-media@vger.kernel.org
661 S:      Maintained
662 F:      drivers/media/i2c/adv7604*
663
664 ANALOG DEVICES INC ADV7842 DRIVER
665 M:      Hans Verkuil <hans.verkuil@cisco.com>
666 L:      linux-media@vger.kernel.org
667 S:      Maintained
668 F:      drivers/media/i2c/adv7842*
669
670 ANALOG DEVICES INC ASOC CODEC DRIVERS
671 M:      Lars-Peter Clausen <lars@metafoo.de>
672 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
673 W:      http://wiki.analog.com/
674 W:      http://ez.analog.com/community/linux-device-drivers
675 S:      Supported
676 F:      sound/soc/codecs/adau*
677 F:      sound/soc/codecs/adav*
678 F:      sound/soc/codecs/ad1*
679 F:      sound/soc/codecs/ad7*
680 F:      sound/soc/codecs/ssm*
681 F:      sound/soc/codecs/sigmadsp.*
682
683 ANALOG DEVICES INC ASOC DRIVERS
684 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
685 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
686 W:      http://blackfin.uclinux.org/
687 S:      Supported
688 F:      sound/soc/blackfin/*
689  
690 ANALOG DEVICES INC IIO DRIVERS
691 M:      Lars-Peter Clausen <lars@metafoo.de>
692 M:      Michael Hennerich <Michael.Hennerich@analog.com>
693 W:      http://wiki.analog.com/
694 W:      http://ez.analog.com/community/linux-device-drivers
695 S:      Supported
696 F:      drivers/iio/*/ad*
697 X:      drivers/iio/*/adjd*
698 F:      drivers/staging/iio/*/ad*
699 F:      staging/iio/trigger/iio-trig-bfin-timer.c
700
701 AOA (Apple Onboard Audio) ALSA DRIVER
702 M:      Johannes Berg <johannes@sipsolutions.net>
703 L:      linuxppc-dev@lists.ozlabs.org
704 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
705 S:      Maintained
706 F:      sound/aoa/
707
708 APM DRIVER
709 M:      Jiri Kosina <jkosina@suse.cz>
710 S:      Odd fixes
711 F:      arch/x86/kernel/apm_32.c
712 F:      include/linux/apm_bios.h
713 F:      include/uapi/linux/apm_bios.h
714 F:      drivers/char/apm-emulation.c
715
716 APPLE BCM5974 MULTITOUCH DRIVER
717 M:      Henrik Rydberg <rydberg@euromail.se>
718 L:      linux-input@vger.kernel.org
719 S:      Maintained
720 F:      drivers/input/mouse/bcm5974.c
721
722 APPLE SMC DRIVER
723 M:      Henrik Rydberg <rydberg@euromail.se>
724 L:      lm-sensors@lm-sensors.org
725 S:      Maintained
726 F:      drivers/hwmon/applesmc.c
727
728 APPLETALK NETWORK LAYER
729 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
730 S:      Maintained
731 F:      drivers/net/appletalk/
732 F:      net/appletalk/
733
734 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
735 M:      Iyappan Subramanian <isubramanian@apm.com>
736 M:      Keyur Chudgar <kchudgar@apm.com>
737 S:      Supported
738 F:      drivers/net/ethernet/apm/xgene/
739 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
740
741 APTINA CAMERA SENSOR PLL
742 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
743 L:      linux-media@vger.kernel.org
744 S:      Maintained
745 F:      drivers/media/i2c/aptina-pll.*
746
747 ARASAN COMPACT FLASH PATA CONTROLLER
748 M:      Viresh Kumar <viresh.linux@gmail.com>
749 L:      linux-ide@vger.kernel.org
750 S:      Maintained
751 F:      include/linux/pata_arasan_cf_data.h
752 F:      drivers/ata/pata_arasan_cf.c
753
754 ARC FRAMEBUFFER DRIVER
755 M:      Jaya Kumar <jayalk@intworks.biz>
756 S:      Maintained
757 F:      drivers/video/fbdev/arcfb.c
758 F:      drivers/video/fbdev/core/fb_defio.c
759
760 ARM MFM AND FLOPPY DRIVERS
761 M:      Ian Molton <spyro@f2s.com>
762 S:      Maintained
763 F:      arch/arm/lib/floppydma.S
764 F:      arch/arm/include/asm/floppy.h
765
766 ARM PMU PROFILING AND DEBUGGING
767 M:      Will Deacon <will.deacon@arm.com>
768 S:      Maintained
769 F:      arch/arm/kernel/perf_event*
770 F:      arch/arm/oprofile/common.c
771 F:      arch/arm/include/asm/pmu.h
772 F:      arch/arm/kernel/hw_breakpoint.c
773 F:      arch/arm/include/asm/hw_breakpoint.h
774
775 ARM PORT
776 M:      Russell King <linux@arm.linux.org.uk>
777 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
778 W:      http://www.arm.linux.org.uk/
779 S:      Maintained
780 F:      arch/arm/
781
782 ARM SUB-ARCHITECTURES
783 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
784 S:      Maintained
785 F:      arch/arm/mach-*/
786 F:      arch/arm/plat-*/
787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
788
789 ARM PRIMECELL AACI PL041 DRIVER
790 M:      Russell King <linux@arm.linux.org.uk>
791 S:      Maintained
792 F:      sound/arm/aaci.*
793
794 ARM PRIMECELL CLCD PL110 DRIVER
795 M:      Russell King <linux@arm.linux.org.uk>
796 S:      Maintained
797 F:      drivers/video/fbdev/amba-clcd.*
798
799 ARM PRIMECELL KMI PL050 DRIVER
800 M:      Russell King <linux@arm.linux.org.uk>
801 S:      Maintained
802 F:      drivers/input/serio/ambakmi.*
803 F:      include/linux/amba/kmi.h
804
805 ARM PRIMECELL MMCI PL180/1 DRIVER
806 M:      Russell King <linux@arm.linux.org.uk>
807 S:      Maintained
808 F:      drivers/mmc/host/mmci.*
809 F:      include/linux/amba/mmci.h
810
811 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
812 M:      Russell King <linux@arm.linux.org.uk>
813 S:      Maintained
814 F:      drivers/tty/serial/amba-pl01*.c
815 F:      include/linux/amba/serial.h
816
817 ARM PRIMECELL BUS SUPPORT
818 M:      Russell King <linux@arm.linux.org.uk>
819 S:      Maintained
820 F:      drivers/amba/
821 F:      include/linux/amba/bus.h
822
823 ARM/ADS SPHERE MACHINE SUPPORT
824 M:      Lennert Buytenhek <kernel@wantstofly.org>
825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
826 S:      Maintained
827
828 ARM/AFEB9260 MACHINE SUPPORT
829 M:      Sergey Lapin <slapin@ossfans.org>
830 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
831 S:      Maintained
832
833 ARM/AJECO 1ARM MACHINE SUPPORT
834 M:      Lennert Buytenhek <kernel@wantstofly.org>
835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
836 S:      Maintained
837
838 ARM/Allwinner A1X SoC support
839 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
840 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
841 S:      Maintained
842 N:      sun[x4567]i
843
844 ARM/Allwinner SoC Clock Support
845 M:      Emilio López <emilio@elopez.com.ar>
846 S:      Maintained
847 F:      drivers/clk/sunxi/
848
849 ARM/Amlogic MesonX SoC support
850 M:      Carlo Caione <carlo@caione.org>
851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
852 S:      Maintained
853 F:      drivers/media/rc/meson-ir.c
854 N:      meson[x68]
855
856 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
857 M:      Andrew Victor <linux@maxim.org.za>
858 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
859 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
860 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
861 W:      http://maxim.org.za/at91_26.html
862 W:      http://www.linux4sam.org
863 S:      Supported
864 F:      arch/arm/mach-at91/
865 F:      include/soc/at91/
866 F:      arch/arm/boot/dts/at91*.dts
867 F:      arch/arm/boot/dts/at91*.dtsi
868 F:      arch/arm/boot/dts/sama*.dts
869 F:      arch/arm/boot/dts/sama*.dtsi
870
871 ARM/ATMEL AT91 Clock Support
872 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
873 S:      Maintained
874 F:      drivers/clk/at91
875
876 ARM/CALXEDA HIGHBANK ARCHITECTURE
877 M:      Rob Herring <robh@kernel.org>
878 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
879 S:      Maintained
880 F:      arch/arm/mach-highbank/
881
882 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
883 M:      Krzysztof Halasa <khalasa@piap.pl>
884 S:      Maintained
885 F:      arch/arm/mach-cns3xxx/
886
887 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
888 M:      Alexander Shiyan <shc_work@mail.ru>
889 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
890 S:      Odd Fixes
891 N:      clps711x
892
893 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
894 M:      Hartley Sweeten <hsweeten@visionengravers.com>
895 M:      Ryan Mallon <rmallon@gmail.com>
896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
897 S:      Maintained
898 F:      arch/arm/mach-ep93xx/
899 F:      arch/arm/mach-ep93xx/include/mach/
900
901 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
902 M:      Lennert Buytenhek <kernel@wantstofly.org>
903 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
904 S:      Maintained
905
906 ARM/CLKDEV SUPPORT
907 M:      Russell King <linux@arm.linux.org.uk>
908 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
909 S:      Maintained
910 F:      arch/arm/include/asm/clkdev.h
911 F:      drivers/clk/clkdev.c
912
913 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
914 M:      Mike Rapoport <mike@compulab.co.il>
915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916 S:      Maintained
917
918 ARM/CONTEC MICRO9 MACHINE SUPPORT
919 M:      Hubert Feurstein <hubert.feurstein@contec.at>
920 S:      Maintained
921 F:      arch/arm/mach-ep93xx/micro9.c
922
923 ARM/CORGI MACHINE SUPPORT
924 M:      Richard Purdie <rpurdie@rpsys.net>
925 S:      Maintained
926
927 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
928 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
929 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
930 T:      git git://git.berlios.de/gemini-board
931 S:      Maintained
932 F:      arch/arm/mach-gemini/
933
934 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
935 M:      Barry Song <baohua@kernel.org>
936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
938 S:      Maintained
939 F:      arch/arm/mach-prima2/
940 F:      drivers/clk/sirf/
941 F:      drivers/clocksource/timer-prima2.c
942 F:      drivers/clocksource/timer-marco.c
943 N:      [^a-z]sirf
944
945 ARM/EBSA110 MACHINE SUPPORT
946 M:      Russell King <linux@arm.linux.org.uk>
947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
948 W:      http://www.arm.linux.org.uk/
949 S:      Maintained
950 F:      arch/arm/mach-ebsa110/
951 F:      drivers/net/ethernet/amd/am79c961a.*
952
953 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
954 M:      Uwe Kleine-König <kernel@pengutronix.de>
955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 S:      Maintained
957 N:      efm32
958
959 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
960 M:      Daniel Ribeiro <drwyrm@gmail.com>
961 M:      Stefan Schmidt <stefan@openezx.org>
962 M:      Harald Welte <laforge@openezx.org>
963 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
964 W:      http://www.openezx.org/
965 S:      Maintained
966 T:      topgit git://git.openezx.org/openezx.git
967 F:      arch/arm/mach-pxa/ezx.c
968
969 ARM/FARADAY FA526 PORT
970 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
971 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
972 S:      Maintained
973 T:      git git://git.berlios.de/gemini-board
974 F:      arch/arm/mm/*-fa*
975
976 ARM/FOOTBRIDGE ARCHITECTURE
977 M:      Russell King <linux@arm.linux.org.uk>
978 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
979 W:      http://www.arm.linux.org.uk/
980 S:      Maintained
981 F:      arch/arm/include/asm/hardware/dec21285.h
982 F:      arch/arm/mach-footbridge/
983
984 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
985 M:      Shawn Guo <shawn.guo@linaro.org>
986 M:      Sascha Hauer <kernel@pengutronix.de>
987 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
988 S:      Maintained
989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
990 F:      arch/arm/mach-imx/
991 F:      arch/arm/mach-mxs/
992 F:      arch/arm/boot/dts/imx*
993 F:      arch/arm/configs/imx*_defconfig
994
995 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
996 M:      Lennert Buytenhek <kernel@wantstofly.org>
997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 S:      Maintained
999
1000 ARM/GUMSTIX MACHINE SUPPORT
1001 M:      Steve Sakoman <sakoman@gmail.com>
1002 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1003 S:      Maintained
1004
1005 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1006 M:      Philipp Zabel <philipp.zabel@gmail.com>
1007 M:      Paul Parsons <lost.distance@yahoo.com>
1008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1009 S:      Maintained
1010 F:      arch/arm/mach-pxa/hx4700.c
1011 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1012 F:      sound/soc/pxa/hx4700.c
1013
1014 ARM/HISILICON SOC SUPPORT
1015 M:      Wei Xu <xuwei5@hisilicon.com>
1016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1017 W:      http://www.hisilicon.com
1018 S:      Supported
1019 T:      git git://github.com/hisilicon/linux-hisi.git
1020 F:      arch/arm/mach-hisi/
1021
1022 ARM/HP JORNADA 7XX MACHINE SUPPORT
1023 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1024 W:      www.jlime.com
1025 S:      Maintained
1026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1027 F:      arch/arm/mach-sa1100/jornada720.c
1028 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1029
1030 ARM/IGEP MACHINE SUPPORT
1031 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1032 M:      Javier Martinez Canillas <javier@dowhile0.org>
1033 L:      linux-omap@vger.kernel.org
1034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 S:      Maintained
1036 F:      arch/arm/boot/dts/omap3-igep*
1037
1038 ARM/INCOME PXA270 SUPPORT
1039 M:      Marek Vasut <marek.vasut@gmail.com>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 S:      Maintained
1042 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1043
1044 ARM/INTEL IOP32X ARM ARCHITECTURE
1045 M:      Lennert Buytenhek <kernel@wantstofly.org>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048
1049 ARM/INTEL IOP33X ARM ARCHITECTURE
1050 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1051 S:      Orphan
1052
1053 ARM/INTEL IOP13XX ARM ARCHITECTURE
1054 M:      Lennert Buytenhek <kernel@wantstofly.org>
1055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 S:      Maintained
1057
1058 ARM/INTEL IQ81342EX MACHINE SUPPORT
1059 M:      Lennert Buytenhek <kernel@wantstofly.org>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S:      Maintained
1062
1063 ARM/INTEL IXDP2850 MACHINE SUPPORT
1064 M:      Lennert Buytenhek <kernel@wantstofly.org>
1065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1066 S:      Maintained
1067
1068 ARM/INTEL IXP4XX ARM ARCHITECTURE
1069 M:      Imre Kaloz <kaloz@openwrt.org>
1070 M:      Krzysztof Halasa <khalasa@piap.pl>
1071 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1072 S:      Maintained
1073 F:      arch/arm/mach-ixp4xx/
1074
1075 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1076 M:      Jonathan Cameron <jic23@cam.ac.uk>
1077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 S:      Maintained
1079 F:      arch/arm/mach-pxa/stargate2.c
1080 F:      drivers/pcmcia/pxa2xx_stargate2.c
1081
1082 ARM/INTEL XSC3 (MANZANO) ARM CORE
1083 M:      Lennert Buytenhek <kernel@wantstofly.org>
1084 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1085 S:      Maintained
1086
1087 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1088 M:      Lennert Buytenhek <kernel@wantstofly.org>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 S:      Maintained
1091
1092 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1093 M:      Santosh Shilimkar <ssantosh@kernel.org>
1094 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1095 S:      Maintained
1096 F:      arch/arm/mach-keystone/
1097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1098
1099 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1100 M:      Santosh Shilimkar <ssantosh@kernel.org>
1101 L:      linux-kernel@vger.kernel.org
1102 S:      Maintained
1103 F:      drivers/clk/keystone/
1104
1105 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1106 M:      Santosh Shilimkar <ssantosh@kernel.org>
1107 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1108 L:      linux-kernel@vger.kernel.org
1109 S:      Maintained
1110 F:      drivers/clocksource/timer-keystone.c
1111
1112 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1113 M:      Santosh Shilimkar <ssantosh@kernel.org>
1114 L:      linux-kernel@vger.kernel.org
1115 S:      Maintained
1116 F:      drivers/power/reset/keystone-reset.c
1117
1118 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1119 M:      Santosh Shilimkar <ssantosh@kernel.org>
1120 L:      linux-kernel@vger.kernel.org
1121 S:      Maintained
1122 F:      drivers/memory/*emif*
1123
1124 ARM/LOGICPD PXA270 MACHINE SUPPORT
1125 M:      Lennert Buytenhek <kernel@wantstofly.org>
1126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1127 S:      Maintained
1128
1129 ARM/MAGICIAN MACHINE SUPPORT
1130 M:      Philipp Zabel <philipp.zabel@gmail.com>
1131 S:      Maintained
1132
1133 ARM/Marvell Armada 370 and Armada XP SOC support
1134 M:      Jason Cooper <jason@lakedaemon.net>
1135 M:      Andrew Lunn <andrew@lunn.ch>
1136 M:      Gregory Clement <gregory.clement@free-electrons.com>
1137 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1138 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1139 S:      Maintained
1140 F:      arch/arm/mach-mvebu/
1141
1142 ARM/Marvell Berlin SoC support
1143 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1144 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1145 S:      Maintained
1146 F:      arch/arm/mach-berlin/
1147
1148 ARM/Marvell Dove/MV78xx0/Orion SOC support
1149 M:      Jason Cooper <jason@lakedaemon.net>
1150 M:      Andrew Lunn <andrew@lunn.ch>
1151 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1152 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 S:      Maintained
1154 F:      arch/arm/mach-dove/
1155 F:      arch/arm/mach-mv78xx0/
1156 F:      arch/arm/mach-orion5x/
1157 F:      arch/arm/plat-orion/
1158
1159 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1160 M:      Alexander Clouter <alex@digriz.org.uk>
1161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1162 W:      http://www.digriz.org.uk/ts78xx/kernel
1163 S:      Maintained
1164 F:      arch/arm/mach-orion5x/ts78xx-*
1165
1166 ARM/Mediatek SoC support
1167 M:      Matthias Brugger <matthias.bgg@gmail.com>
1168 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169 S:      Maintained
1170 F:      arch/arm/boot/dts/mt6*
1171 F:      arch/arm/boot/dts/mt8*
1172 F:      arch/arm/mach-mediatek/
1173 N:      mtk
1174 K:      mediatek
1175
1176 ARM/MICREL KS8695 ARCHITECTURE
1177 M:      Greg Ungerer <gerg@uclinux.org>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 F:      arch/arm/mach-ks8695/
1180 S:      Odd Fixes
1181
1182 ARM/MIOA701 MACHINE SUPPORT
1183 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 F:      arch/arm/mach-pxa/mioa701.c
1186 S:      Maintained
1187
1188 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1189 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1190 S:      Maintained
1191
1192 ARM/NOMADIK ARCHITECTURE
1193 M:      Alessandro Rubini <rubini@unipv.it>
1194 M:      Linus Walleij <linus.walleij@linaro.org>
1195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S:      Maintained
1197 F:      arch/arm/mach-nomadik/
1198 F:      drivers/pinctrl/nomadik/
1199 F:      drivers/i2c/busses/i2c-nomadik.c
1200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1201
1202 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1203 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1204 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1205 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1206 S:      Supported
1207
1208 ARM/QUALCOMM MSM MACHINE SUPPORT
1209 M:      David Brown <davidb@codeaurora.org>
1210 M:      Daniel Walker <dwalker@fifo99.com>
1211 M:      Bryan Huntsman <bryanh@codeaurora.org>
1212 L:      linux-arm-msm@vger.kernel.org
1213 F:      arch/arm/mach-msm/
1214 F:      drivers/video/fbdev/msm/
1215 F:      drivers/mmc/host/msm_sdcc.c
1216 F:      drivers/mmc/host/msm_sdcc.h
1217 F:      drivers/tty/serial/msm_serial.h
1218 F:      drivers/tty/serial/msm_serial.c
1219 F:      drivers/*/pm8???-*
1220 F:      drivers/mfd/ssbi.c
1221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1222 S:      Maintained
1223
1224 ARM/TOSA MACHINE SUPPORT
1225 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1226 M:      Dirk Opfer <dirk@opfer-online.de>
1227 S:      Maintained
1228
1229 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1230 M:      Marek Vasut <marek.vasut@gmail.com>
1231 L:      linux-arm-kernel@lists.infradead.org
1232 W:      http://hackndev.com
1233 S:      Maintained
1234 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1235 F:      arch/arm/mach-pxa/palmtx.c
1236 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1237 F:      arch/arm/mach-pxa/palmt5.c
1238 F:      arch/arm/mach-pxa/include/mach/palmld.h
1239 F:      arch/arm/mach-pxa/palmld.c
1240 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1241 F:      arch/arm/mach-pxa/palmte2.c
1242 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1243 F:      arch/arm/mach-pxa/palmtc.c
1244
1245 ARM/PALM TREO SUPPORT
1246 M:      Tomas Cech <sleep_walker@suse.cz>
1247 L:      linux-arm-kernel@lists.infradead.org
1248 W:      http://hackndev.com
1249 S:      Maintained
1250 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1251 F:      arch/arm/mach-pxa/palmtreo.c
1252
1253 ARM/PALMZ72 SUPPORT
1254 M:      Sergey Lapin <slapin@ossfans.org>
1255 L:      linux-arm-kernel@lists.infradead.org
1256 W:      http://hackndev.com
1257 S:      Maintained
1258 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1259 F:      arch/arm/mach-pxa/palmz72.c
1260
1261 ARM/PLEB SUPPORT
1262 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1263 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1264 S:      Maintained
1265
1266 ARM/PT DIGITAL BOARD PORT
1267 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1268 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 W:      http://www.arm.linux.org.uk/
1270 S:      Maintained
1271
1272 ARM/QUALCOMM SUPPORT
1273 M:      Kumar Gala <galak@codeaurora.org>
1274 M:      David Brown <davidb@codeaurora.org>
1275 L:      linux-arm-msm@vger.kernel.org
1276 S:      Maintained
1277 F:      arch/arm/mach-qcom/
1278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1279
1280 ARM/RADISYS ENP2611 MACHINE SUPPORT
1281 M:      Lennert Buytenhek <kernel@wantstofly.org>
1282 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1283 S:      Maintained
1284
1285 ARM/RISCPC ARCHITECTURE
1286 M:      Russell King <linux@arm.linux.org.uk>
1287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 W:      http://www.arm.linux.org.uk/
1289 S:      Maintained
1290 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1291 F:      arch/arm/include/asm/hardware/ioc.h
1292 F:      arch/arm/include/asm/hardware/iomd.h
1293 F:      arch/arm/include/asm/hardware/memc.h
1294 F:      arch/arm/mach-rpc/
1295 F:      drivers/net/ethernet/8390/etherh.c
1296 F:      drivers/net/ethernet/i825xx/ether1*
1297 F:      drivers/net/ethernet/seeq/ether3*
1298 F:      drivers/scsi/arm/
1299
1300 ARM/Rockchip SoC support
1301 M:      Heiko Stuebner <heiko@sntech.de>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 L:      linux-rockchip@lists.infradead.org
1304 S:      Maintained
1305 F:      arch/arm/boot/dts/rk3*
1306 F:      arch/arm/mach-rockchip/
1307 F:      drivers/clk/rockchip/
1308 F:      drivers/i2c/busses/i2c-rk3x.c
1309 F:      drivers/*/*rockchip*
1310 F:      drivers/*/*/*rockchip*
1311 F:      sound/soc/rockchip/
1312
1313 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1314 M:      Kukjin Kim <kgene@kernel.org>
1315 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1316 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1317 S:      Maintained
1318 F:      arch/arm/boot/dts/s3c*
1319 F:      arch/arm/boot/dts/exynos*
1320 F:      arch/arm/plat-samsung/
1321 F:      arch/arm/mach-s3c24*/
1322 F:      arch/arm/mach-s3c64xx/
1323 F:      arch/arm/mach-s5p*/
1324 F:      arch/arm/mach-exynos*/
1325 F:      drivers/*/*s3c2410*
1326 F:      drivers/*/*/*s3c2410*
1327 F:      drivers/spi/spi-s3c*
1328 F:      sound/soc/samsung/*
1329 N:      exynos
1330
1331 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1332 M:      Kyungmin Park <kyungmin.park@samsung.com>
1333 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1334 S:      Maintained
1335 F:      arch/arm/mach-s5pv210/
1336
1337 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1338 M:      Kyungmin Park <kyungmin.park@samsung.com>
1339 M:      Kamil Debski <k.debski@samsung.com>
1340 L:      linux-arm-kernel@lists.infradead.org
1341 L:      linux-media@vger.kernel.org
1342 S:      Maintained
1343 F:      drivers/media/platform/s5p-g2d/
1344
1345 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1346 M:      Kyungmin Park <kyungmin.park@samsung.com>
1347 M:      Kamil Debski <k.debski@samsung.com>
1348 M:      Jeongtae Park <jtp.park@samsung.com>
1349 L:      linux-arm-kernel@lists.infradead.org
1350 L:      linux-media@vger.kernel.org
1351 S:      Maintained
1352 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1353 F:      drivers/media/platform/s5p-mfc/
1354
1355 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1356 M:      Kyungmin Park <kyungmin.park@samsung.com>
1357 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1358 L:      linux-arm-kernel@lists.infradead.org
1359 L:      linux-media@vger.kernel.org
1360 S:      Maintained
1361 F:      drivers/media/platform/s5p-tv/
1362
1363 ARM/SHMOBILE ARM ARCHITECTURE
1364 M:      Simon Horman <horms@verge.net.au>
1365 M:      Magnus Damm <magnus.damm@gmail.com>
1366 L:      linux-sh@vger.kernel.org
1367 W:      http://oss.renesas.com
1368 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1370 S:      Supported
1371 F:      arch/arm/boot/dts/emev2*
1372 F:      arch/arm/boot/dts/r7s*
1373 F:      arch/arm/boot/dts/r8a*
1374 F:      arch/arm/boot/dts/sh*
1375 F:      arch/arm/configs/ape6evm_defconfig
1376 F:      arch/arm/configs/armadillo800eva_defconfig
1377 F:      arch/arm/configs/bockw_defconfig
1378 F:      arch/arm/configs/kzm9g_defconfig
1379 F:      arch/arm/configs/lager_defconfig
1380 F:      arch/arm/configs/mackerel_defconfig
1381 F:      arch/arm/configs/marzen_defconfig
1382 F:      arch/arm/configs/shmobile_defconfig
1383 F:      arch/arm/include/debug/renesas-scif.S
1384 F:      arch/arm/mach-shmobile/
1385 F:      drivers/sh/
1386
1387 ARM/SOCFPGA ARCHITECTURE
1388 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1389 S:      Maintained
1390 F:      arch/arm/mach-socfpga/
1391 W:      http://www.rocketboards.org
1392 T:      git://git.rocketboards.org/linux-socfpga.git
1393 T:      git://git.rocketboards.org/linux-socfpga-next.git
1394
1395 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1396 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1397 S:      Maintained
1398 F:      drivers/clk/socfpga/
1399
1400 ARM/SOCFPGA EDAC SUPPORT
1401 M:      Thor Thayer <tthayer@opensource.altera.com>
1402 S:      Maintained
1403 F:      drivers/edac/altera_edac.
1404
1405 ARM/STI ARCHITECTURE
1406 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1407 M:      Maxime Coquelin <maxime.coquelin@st.com>
1408 M:      Patrice Chotard <patrice.chotard@st.com>
1409 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1410 L:      kernel@stlinux.com
1411 W:      http://www.stlinux.com
1412 S:      Maintained
1413 F:      arch/arm/mach-sti/
1414 F:      arch/arm/boot/dts/sti*
1415 F:      drivers/clocksource/arm_global_timer.c
1416 F:      drivers/i2c/busses/i2c-st.c
1417 F:      drivers/media/rc/st_rc.c
1418 F:      drivers/mmc/host/sdhci-st.c
1419 F:      drivers/phy/phy-stih407-usb.c
1420 F:      drivers/phy/phy-stih41x-usb.c
1421 F:      drivers/pinctrl/pinctrl-st.c
1422 F:      drivers/reset/sti/
1423 F:      drivers/tty/serial/st-asc.c
1424 F:      drivers/usb/dwc3/dwc3-st.c
1425 F:      drivers/usb/host/ehci-st.c
1426 F:      drivers/usb/host/ohci-st.c
1427 F:      drivers/ata/ahci_st.c
1428
1429 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1430 M:      Lennert Buytenhek <kernel@wantstofly.org>
1431 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1432 S:      Maintained
1433
1434 ARM/TETON BGA MACHINE SUPPORT
1435 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1436 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1437 S:      Maintained
1438
1439 ARM/THECUS N2100 MACHINE SUPPORT
1440 M:      Lennert Buytenhek <kernel@wantstofly.org>
1441 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1442 S:      Maintained
1443
1444 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1445 M:      Wan ZongShun <mcuos.com@gmail.com>
1446 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 W:      http://www.mcuos.com
1448 S:      Maintained
1449 F:      arch/arm/mach-w90x900/
1450 F:      drivers/input/keyboard/w90p910_keypad.c
1451 F:      drivers/input/touchscreen/w90p910_ts.c
1452 F:      drivers/watchdog/nuc900_wdt.c
1453 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1454 F:      drivers/mtd/nand/nuc900_nand.c
1455 F:      drivers/rtc/rtc-nuc900.c
1456 F:      drivers/spi/spi-nuc900.c
1457 F:      drivers/usb/host/ehci-w90x900.c
1458 F:      drivers/video/fbdev/nuc900fb.c
1459
1460 ARM/U300 MACHINE SUPPORT
1461 M:      Linus Walleij <linus.walleij@linaro.org>
1462 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1463 S:      Supported
1464 F:      arch/arm/mach-u300/
1465 F:      drivers/clocksource/timer-u300.c
1466 F:      drivers/i2c/busses/i2c-stu300.c
1467 F:      drivers/rtc/rtc-coh901331.c
1468 F:      drivers/watchdog/coh901327_wdt.c
1469 F:      drivers/dma/coh901318*
1470 F:      drivers/mfd/ab3100*
1471 F:      drivers/rtc/rtc-ab3100.c
1472 F:      drivers/rtc/rtc-coh901331.c
1473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1474
1475 ARM/Ux500 ARM ARCHITECTURE
1476 M:      Linus Walleij <linus.walleij@linaro.org>
1477 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1478 S:      Maintained
1479 F:      arch/arm/mach-ux500/
1480 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1481 F:      drivers/dma/ste_dma40*
1482 F:      drivers/hwspinlock/u8500_hsem.c
1483 F:      drivers/mfd/abx500*
1484 F:      drivers/mfd/ab8500*
1485 F:      drivers/mfd/dbx500*
1486 F:      drivers/mfd/db8500*
1487 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1488 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1489 F:      drivers/rtc/rtc-ab8500.c
1490 F:      drivers/rtc/rtc-pl031.c
1491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1492
1493 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1494 M:      Ulf Hansson <ulf.hansson@linaro.org>
1495 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1496 T:      git git://git.linaro.org/people/ulfh/clk.git
1497 S:      Maintained
1498 F:      drivers/clk/ux500/
1499 F:      include/linux/platform_data/clk-ux500.h
1500
1501 ARM/VERSATILE EXPRESS PLATFORM
1502 M:      Liviu Dudau <liviu.dudau@arm.com>
1503 M:      Sudeep Holla <sudeep.holla@arm.com>
1504 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1505 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1506 S:      Maintained
1507 F:      arch/arm/boot/dts/vexpress*
1508 F:      arch/arm/mach-vexpress/
1509 F:      */*/vexpress*
1510 F:      */*/*/vexpress*
1511 F:      drivers/clk/versatile/clk-vexpress-osc.c
1512 F:      drivers/clocksource/versatile.c
1513
1514 ARM/VFP SUPPORT
1515 M:      Russell King <linux@arm.linux.org.uk>
1516 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1517 W:      http://www.arm.linux.org.uk/
1518 S:      Maintained
1519 F:      arch/arm/vfp/
1520
1521 ARM/VOIPAC PXA270 SUPPORT
1522 M:      Marek Vasut <marek.vasut@gmail.com>
1523 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1524 S:      Maintained
1525 F:      arch/arm/mach-pxa/vpac270.c
1526 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1527
1528 ARM/VT8500 ARM ARCHITECTURE
1529 M:      Tony Prisk <linux@prisktech.co.nz>
1530 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1531 S:      Maintained
1532 F:      arch/arm/mach-vt8500/
1533 F:      drivers/clocksource/vt8500_timer.c
1534 F:      drivers/i2c/busses/i2c-wmt.c
1535 F:      drivers/mmc/host/wmt-sdmmc.c
1536 F:      drivers/pwm/pwm-vt8500.c
1537 F:      drivers/rtc/rtc-vt8500.c
1538 F:      drivers/tty/serial/vt8500_serial.c
1539 F:      drivers/usb/host/ehci-platform.c
1540 F:      drivers/usb/host/uhci-platform.c
1541 F:      drivers/video/fbdev/vt8500lcdfb.*
1542 F:      drivers/video/fbdev/wm8505fb*
1543 F:      drivers/video/fbdev/wmt_ge_rops.*
1544
1545 ARM/ZIPIT Z2 SUPPORT
1546 M:      Marek Vasut <marek.vasut@gmail.com>
1547 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1548 S:      Maintained
1549 F:      arch/arm/mach-pxa/z2.c
1550 F:      arch/arm/mach-pxa/include/mach/z2.h
1551
1552 ARM/ZYNQ ARCHITECTURE
1553 M:      Michal Simek <michal.simek@xilinx.com>
1554 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1555 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1556 W:      http://wiki.xilinx.com
1557 T:      git git://git.xilinx.com/linux-xlnx.git
1558 S:      Supported
1559 F:      arch/arm/mach-zynq/
1560 F:      drivers/cpuidle/cpuidle-zynq.c
1561 F:      drivers/block/xsysace.c
1562 N:      zynq
1563 N:      xilinx
1564 F:      drivers/clocksource/cadence_ttc_timer.c
1565 F:      drivers/i2c/busses/i2c-cadence.c
1566 F:      drivers/mmc/host/sdhci-of-arasan.c
1567
1568 ARM SMMU DRIVER
1569 M:      Will Deacon <will.deacon@arm.com>
1570 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1571 S:      Maintained
1572 F:      drivers/iommu/arm-smmu.c
1573
1574 ARM64 PORT (AARCH64 ARCHITECTURE)
1575 M:      Catalin Marinas <catalin.marinas@arm.com>
1576 M:      Will Deacon <will.deacon@arm.com>
1577 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1578 S:      Maintained
1579 F:      arch/arm64/
1580 F:      Documentation/arm64/
1581
1582 AS3645A LED FLASH CONTROLLER DRIVER
1583 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1584 L:      linux-media@vger.kernel.org
1585 T:      git git://linuxtv.org/media_tree.git
1586 S:      Maintained
1587 F:      drivers/media/i2c/as3645a.c
1588 F:      include/media/as3645a.h
1589
1590 ASC7621 HARDWARE MONITOR DRIVER
1591 M:      George Joseph <george.joseph@fairview5.com>
1592 L:      lm-sensors@lm-sensors.org
1593 S:      Maintained
1594 F:      Documentation/hwmon/asc7621
1595 F:      drivers/hwmon/asc7621.c
1596
1597 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1598 M:      Corentin Chary <corentin.chary@gmail.com>
1599 L:      acpi4asus-user@lists.sourceforge.net
1600 L:      platform-driver-x86@vger.kernel.org
1601 W:      http://acpi4asus.sf.net
1602 S:      Maintained
1603 F:      drivers/platform/x86/asus*.c
1604 F:      drivers/platform/x86/eeepc*.c
1605
1606 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1607 R:      Dan Williams <dan.j.williams@intel.com>
1608 W:      http://sourceforge.net/projects/xscaleiop
1609 S:      Odd fixes
1610 F:      Documentation/crypto/async-tx-api.txt
1611 F:      crypto/async_tx/
1612 F:      drivers/dma/
1613 F:      include/linux/dmaengine.h
1614 F:      include/linux/async_tx.h
1615
1616 AT24 EEPROM DRIVER
1617 M:      Wolfram Sang <wsa@the-dreams.de>
1618 L:      linux-i2c@vger.kernel.org
1619 S:      Maintained
1620 F:      drivers/misc/eeprom/at24.c
1621 F:      include/linux/platform_data/at24.h
1622
1623 ATA OVER ETHERNET (AOE) DRIVER
1624 M:      "Ed L. Cashin" <ecashin@coraid.com>
1625 W:      http://support.coraid.com/support/linux
1626 S:      Supported
1627 F:      Documentation/aoe/
1628 F:      drivers/block/aoe/
1629
1630 ATHEROS ATH GENERIC UTILITIES
1631 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1632 L:      linux-wireless@vger.kernel.org
1633 S:      Supported
1634 F:      drivers/net/wireless/ath/*
1635
1636 ATHEROS ATH5K WIRELESS DRIVER
1637 M:      Jiri Slaby <jirislaby@gmail.com>
1638 M:      Nick Kossifidis <mickflemm@gmail.com>
1639 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1640 L:      linux-wireless@vger.kernel.org
1641 L:      ath5k-devel@lists.ath5k.org
1642 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1643 S:      Maintained
1644 F:      drivers/net/wireless/ath/ath5k/
1645
1646 ATHEROS ATH6KL WIRELESS DRIVER
1647 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1648 L:      linux-wireless@vger.kernel.org
1649 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1650 T:      git git://github.com/kvalo/ath.git
1651 S:      Supported
1652 F:      drivers/net/wireless/ath/ath6kl/
1653
1654 WILOCITY WIL6210 WIRELESS DRIVER
1655 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1656 L:      linux-wireless@vger.kernel.org
1657 L:      wil6210@qca.qualcomm.com
1658 S:      Supported
1659 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1660 F:      drivers/net/wireless/ath/wil6210/
1661 F:      include/uapi/linux/wil6210_uapi.h
1662
1663 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1664 M:      Christian Lamparter <chunkeey@googlemail.com>
1665 L:      linux-wireless@vger.kernel.org
1666 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1667 S:      Maintained
1668 F:      drivers/net/wireless/ath/carl9170/
1669
1670 ATK0110 HWMON DRIVER
1671 M:      Luca Tettamanti <kronos.it@gmail.com>
1672 L:      lm-sensors@lm-sensors.org
1673 S:      Maintained
1674 F:      drivers/hwmon/asus_atk0110.c
1675
1676 ATI_REMOTE2 DRIVER
1677 M:      Ville Syrjala <syrjala@sci.fi>
1678 S:      Maintained
1679 F:      drivers/input/misc/ati_remote2.c
1680
1681 ATLX ETHERNET DRIVERS
1682 M:      Jay Cliburn <jcliburn@gmail.com>
1683 M:      Chris Snook <chris.snook@gmail.com>
1684 L:      netdev@vger.kernel.org
1685 W:      http://sourceforge.net/projects/atl1
1686 W:      http://atl1.sourceforge.net
1687 S:      Maintained
1688 F:      drivers/net/ethernet/atheros/
1689
1690 ATM
1691 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1692 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1693 L:      netdev@vger.kernel.org
1694 W:      http://linux-atm.sourceforge.net
1695 S:      Maintained
1696 F:      drivers/atm/
1697 F:      include/linux/atm*
1698 F:      include/uapi/linux/atm*
1699
1700 ATMEL AT91 / AT32 MCI DRIVER
1701 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1702 S:      Maintained
1703 F:      drivers/mmc/host/atmel-mci.c
1704 F:      drivers/mmc/host/atmel-mci-regs.h
1705
1706 ATMEL AT91 / AT32 SERIAL DRIVER
1707 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1708 S:      Supported
1709 F:      drivers/tty/serial/atmel_serial.c
1710
1711 ATMEL Audio ALSA driver
1712 M:      Bo Shen <voice.shen@atmel.com>
1713 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1714 S:      Supported
1715 F:      sound/soc/atmel
1716
1717 ATMEL DMA DRIVER
1718 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1719 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1720 S:      Supported
1721 F:      drivers/dma/at_hdmac.c
1722 F:      drivers/dma/at_hdmac_regs.h
1723 F:      include/linux/platform_data/dma-atmel.h
1724
1725 ATMEL XDMA DRIVER
1726 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1727 L:      linux-arm-kernel@lists.infradead.org
1728 L:      dmaengine@vger.kernel.org
1729 S:      Supported
1730 F:      drivers/dma/at_xdmac.c
1731
1732 ATMEL I2C DRIVER
1733 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1734 L:      linux-i2c@vger.kernel.org
1735 S:      Supported
1736 F:      drivers/i2c/busses/i2c-at91.c
1737
1738 ATMEL ISI DRIVER
1739 M:      Josh Wu <josh.wu@atmel.com>
1740 L:      linux-media@vger.kernel.org
1741 S:      Supported
1742 F:      drivers/media/platform/soc_camera/atmel-isi.c
1743 F:      include/media/atmel-isi.h
1744
1745 ATMEL LCDFB DRIVER
1746 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1747 L:      linux-fbdev@vger.kernel.org
1748 S:      Maintained
1749 F:      drivers/video/fbdev/atmel_lcdfb.c
1750 F:      include/video/atmel_lcdc.h
1751
1752 ATMEL MACB ETHERNET DRIVER
1753 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1754 S:      Supported
1755 F:      drivers/net/ethernet/cadence/
1756
1757 ATMEL NAND DRIVER
1758 M:      Josh Wu <josh.wu@atmel.com>
1759 L:      linux-mtd@lists.infradead.org
1760 S:      Supported
1761 F:      drivers/mtd/nand/atmel_nand*
1762
1763 ATMEL SPI DRIVER
1764 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1765 S:      Supported
1766 F:      drivers/spi/spi-atmel.*
1767
1768 ATMEL SSC DRIVER
1769 M:      Bo Shen <voice.shen@atmel.com>
1770 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1771 S:      Supported
1772 F:      drivers/misc/atmel-ssc.c
1773 F:      include/linux/atmel-ssc.h
1774
1775 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1776 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1777 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1778 S:      Supported
1779 F:      drivers/misc/atmel_tclib.c
1780 F:      drivers/clocksource/tcb_clksrc.c
1781
1782 ATMEL USBA UDC DRIVER
1783 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1784 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1785 S:      Supported
1786 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1787
1788 ATMEL WIRELESS DRIVER
1789 M:      Simon Kelley <simon@thekelleys.org.uk>
1790 L:      linux-wireless@vger.kernel.org
1791 W:      http://www.thekelleys.org.uk/atmel
1792 W:      http://atmelwlandriver.sourceforge.net/
1793 S:      Maintained
1794 F:      drivers/net/wireless/atmel*
1795
1796 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1797 M:      Bradley Grove <linuxdrivers@attotech.com>
1798 L:      linux-scsi@vger.kernel.org
1799 W:      http://www.attotech.com
1800 S:      Supported
1801 F:      drivers/scsi/esas2r
1802
1803 AUDIT SUBSYSTEM
1804 M:      Eric Paris <eparis@redhat.com>
1805 L:      linux-audit@redhat.com (subscribers-only)
1806 W:      http://people.redhat.com/sgrubb/audit/
1807 T:      git git://git.infradead.org/users/eparis/audit.git
1808 S:      Maintained
1809 F:      include/linux/audit.h
1810 F:      include/uapi/linux/audit.h
1811 F:      kernel/audit*
1812
1813 AUXILIARY DISPLAY DRIVERS
1814 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1815 W:      http://miguelojeda.es/auxdisplay.htm
1816 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1817 S:      Maintained
1818 F:      drivers/auxdisplay/
1819 F:      include/linux/cfag12864b.h
1820
1821 AVR32 ARCHITECTURE
1822 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1823 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1824 W:      http://www.atmel.com/products/AVR32/
1825 W:      http://mirror.egtvedt.no/avr32linux.org/
1826 W:      http://avrfreaks.net/
1827 S:      Maintained
1828 F:      arch/avr32/
1829
1830 AVR32/AT32AP MACHINE SUPPORT
1831 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1832 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1833 S:      Maintained
1834 F:      arch/avr32/mach-at32ap/
1835
1836 AX.25 NETWORK LAYER
1837 M:      Ralf Baechle <ralf@linux-mips.org>
1838 L:      linux-hams@vger.kernel.org
1839 W:      http://www.linux-ax25.org/
1840 S:      Maintained
1841 F:      include/uapi/linux/ax25.h
1842 F:      include/net/ax25.h
1843 F:      net/ax25/
1844
1845 AZ6007 DVB DRIVER
1846 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1847 L:      linux-media@vger.kernel.org
1848 W:      http://linuxtv.org
1849 T:      git git://linuxtv.org/media_tree.git
1850 S:      Maintained
1851 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1852
1853 AZTECH FM RADIO RECEIVER DRIVER
1854 M:      Hans Verkuil <hverkuil@xs4all.nl>
1855 L:      linux-media@vger.kernel.org
1856 T:      git git://linuxtv.org/media_tree.git
1857 W:      http://linuxtv.org
1858 S:      Maintained
1859 F:      drivers/media/radio/radio-aztech*
1860
1861 B43 WIRELESS DRIVER
1862 M:      Stefano Brivio <stefano.brivio@polimi.it>
1863 L:      linux-wireless@vger.kernel.org
1864 L:      b43-dev@lists.infradead.org
1865 W:      http://wireless.kernel.org/en/users/Drivers/b43
1866 S:      Maintained
1867 F:      drivers/net/wireless/b43/
1868
1869 B43LEGACY WIRELESS DRIVER
1870 M:      Larry Finger <Larry.Finger@lwfinger.net>
1871 M:      Stefano Brivio <stefano.brivio@polimi.it>
1872 L:      linux-wireless@vger.kernel.org
1873 L:      b43-dev@lists.infradead.org
1874 W:      http://wireless.kernel.org/en/users/Drivers/b43
1875 S:      Maintained
1876 F:      drivers/net/wireless/b43legacy/
1877
1878 BACKLIGHT CLASS/SUBSYSTEM
1879 M:      Jingoo Han <jg1.han@samsung.com>
1880 M:      Lee Jones <lee.jones@linaro.org>
1881 S:      Maintained
1882 F:      drivers/video/backlight/
1883 F:      include/linux/backlight.h
1884
1885 BATMAN ADVANCED
1886 M:      Marek Lindner <mareklindner@neomailbox.ch>
1887 M:      Simon Wunderlich <sw@simonwunderlich.de>
1888 M:      Antonio Quartulli <antonio@meshcoding.com>
1889 L:      b.a.t.m.a.n@lists.open-mesh.org
1890 W:      http://www.open-mesh.org/
1891 S:      Maintained
1892 F:      net/batman-adv/
1893
1894 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1895 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1896 L:      linux-hams@vger.kernel.org
1897 W:      http://www.baycom.org/~tom/ham/ham.html
1898 S:      Maintained
1899 F:      drivers/net/hamradio/baycom*
1900
1901 BCACHE (BLOCK LAYER CACHE)
1902 M:      Kent Overstreet <kmo@daterainc.com>
1903 L:      linux-bcache@vger.kernel.org
1904 W:      http://bcache.evilpiepirate.org
1905 S:      Maintained:
1906 F:      drivers/md/bcache/
1907
1908 BECEEM BCS200/BCS220-3/BCSM250 WIMAX SUPPORT
1909 M: Kevin McKinney <klmckinney1@gmail.com>
1910 M: Matthias Beyer <mail@beyermatthias.de>
1911 L: devel@driverdev.osuosl.org
1912 S: Maintained
1913 F: drivers/staging/bcm*
1914
1915 BEFS FILE SYSTEM
1916 S:      Orphan
1917 F:      Documentation/filesystems/befs.txt
1918 F:      fs/befs/
1919
1920 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1921 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1922 L: netdev@vger.kernel.org
1923 S: Maintained
1924 F: drivers/net/ethernet/ec_bhf.c
1925
1926 BFS FILE SYSTEM
1927 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1928 S:      Maintained
1929 F:      Documentation/filesystems/bfs.txt
1930 F:      fs/bfs/
1931 F:      include/uapi/linux/bfs_fs.h
1932
1933 BLACKFIN ARCHITECTURE
1934 M:      Steven Miao <realmz6@gmail.com>
1935 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1936 T:      git git://git.code.sf.net/p/adi-linux/code
1937 W:      http://blackfin.uclinux.org
1938 S:      Supported
1939 F:      arch/blackfin/
1940
1941 BLACKFIN EMAC DRIVER
1942 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1943 W:      http://blackfin.uclinux.org
1944 S:      Supported
1945 F:      drivers/net/ethernet/adi/
1946
1947 BLACKFIN RTC DRIVER
1948 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1949 W:      http://blackfin.uclinux.org
1950 S:      Supported
1951 F:      drivers/rtc/rtc-bfin.c
1952
1953 BLACKFIN SDH DRIVER
1954 M:      Sonic Zhang <sonic.zhang@analog.com>
1955 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1956 W:      http://blackfin.uclinux.org
1957 S:      Supported
1958 F:      drivers/mmc/host/bfin_sdh.c
1959
1960 BLACKFIN SERIAL DRIVER
1961 M:      Sonic Zhang <sonic.zhang@analog.com>
1962 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1963 W:      http://blackfin.uclinux.org
1964 S:      Supported
1965 F:      drivers/tty/serial/bfin_uart.c
1966
1967 BLACKFIN WATCHDOG DRIVER
1968 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1969 W:      http://blackfin.uclinux.org
1970 S:      Supported
1971 F:      drivers/watchdog/bfin_wdt.c
1972
1973 BLACKFIN I2C TWI DRIVER
1974 M:      Sonic Zhang <sonic.zhang@analog.com>
1975 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1976 W:      http://blackfin.uclinux.org/
1977 S:      Supported
1978 F:      drivers/i2c/busses/i2c-bfin-twi.c
1979
1980 BLACKFIN MEDIA DRIVER
1981 M:      Scott Jiang <scott.jiang.linux@gmail.com>
1982 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1983 W:      http://blackfin.uclinux.org/
1984 S:      Supported
1985 F:      drivers/media/platform/blackfin/
1986 F:      drivers/media/i2c/adv7183*
1987 F:      drivers/media/i2c/vs6624*
1988
1989 BLINKM RGB LED DRIVER
1990 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
1991 S:      Maintained
1992 F:      drivers/leds/leds-blinkm.c
1993
1994 BLOCK LAYER
1995 M:      Jens Axboe <axboe@kernel.dk>
1996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1997 S:      Maintained
1998 F:      block/
1999
2000 BLOCK2MTD DRIVER
2001 M:      Joern Engel <joern@lazybastard.org>
2002 L:      linux-mtd@lists.infradead.org
2003 S:      Maintained
2004 F:      drivers/mtd/devices/block2mtd.c
2005
2006 BLUETOOTH DRIVERS
2007 M:      Marcel Holtmann <marcel@holtmann.org>
2008 M:      Gustavo Padovan <gustavo@padovan.org>
2009 M:      Johan Hedberg <johan.hedberg@gmail.com>
2010 L:      linux-bluetooth@vger.kernel.org
2011 W:      http://www.bluez.org/
2012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2014 S:      Maintained
2015 F:      drivers/bluetooth/
2016
2017 BLUETOOTH SUBSYSTEM
2018 M:      Marcel Holtmann <marcel@holtmann.org>
2019 M:      Gustavo Padovan <gustavo@padovan.org>
2020 M:      Johan Hedberg <johan.hedberg@gmail.com>
2021 L:      linux-bluetooth@vger.kernel.org
2022 W:      http://www.bluez.org/
2023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2025 S:      Maintained
2026 F:      net/bluetooth/
2027 F:      include/net/bluetooth/
2028
2029 BONDING DRIVER
2030 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2031 M:      Veaceslav Falico <vfalico@gmail.com>
2032 M:      Andy Gospodarek <andy@greyhouse.net>
2033 L:      netdev@vger.kernel.org
2034 W:      http://sourceforge.net/projects/bonding/
2035 S:      Supported
2036 F:      drivers/net/bonding/
2037 F:      include/uapi/linux/if_bonding.h
2038
2039 BPF (Safe dynamic programs and tools)
2040 M:      Alexei Starovoitov <ast@kernel.org>
2041 L:      netdev@vger.kernel.org
2042 L:      linux-kernel@vger.kernel.org
2043 S:      Supported
2044 F:      kernel/bpf/
2045
2046 BROADCOM B44 10/100 ETHERNET DRIVER
2047 M:      Gary Zambrano <zambrano@broadcom.com>
2048 L:      netdev@vger.kernel.org
2049 S:      Supported
2050 F:      drivers/net/ethernet/broadcom/b44.*
2051
2052 BROADCOM GENET ETHERNET DRIVER
2053 M:      Florian Fainelli <f.fainelli@gmail.com>
2054 L:      netdev@vger.kernel.org
2055 S:      Supported
2056 F:      drivers/net/ethernet/broadcom/genet/
2057
2058 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2059 M:      Sony Chacko <sony.chacko@qlogic.com>
2060 M:      Dept-HSGLinuxNICDev@qlogic.com
2061 L:      netdev@vger.kernel.org
2062 S:      Supported
2063 F:      drivers/net/ethernet/broadcom/bnx2.*
2064 F:      drivers/net/ethernet/broadcom/bnx2_*
2065
2066 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2067 M:      Ariel Elior <ariel.elior@qlogic.com>
2068 L:      netdev@vger.kernel.org
2069 S:      Supported
2070 F:      drivers/net/ethernet/broadcom/bnx2x/
2071
2072 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2073 M:      Christian Daudt <bcm@fixthebug.org>
2074 M:      Matt Porter <mporter@linaro.org>
2075 M:      Florian Fainelli <f.fainelli@gmail.com>
2076 L:      bcm-kernel-feedback-list@broadcom.com
2077 T:      git git://github.com/broadcom/mach-bcm
2078 S:      Maintained
2079 F:      arch/arm/mach-bcm/
2080 F:      arch/arm/boot/dts/bcm113*
2081 F:      arch/arm/boot/dts/bcm216*
2082 F:      arch/arm/boot/dts/bcm281*
2083 F:      arch/arm/configs/bcm_defconfig
2084 F:      drivers/mmc/host/sdhci-bcm-kona.c
2085 F:      drivers/clocksource/bcm_kona_timer.c
2086
2087 BROADCOM BCM2835 ARM ARCHITECTURE
2088 M:      Stephen Warren <swarren@wwwdotorg.org>
2089 M:      Lee Jones <lee@kernel.org>
2090 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2092 S:      Maintained
2093 N:      bcm2835
2094
2095 BROADCOM BCM33XX MIPS ARCHITECTURE
2096 M:      Kevin Cernekee <cernekee@gmail.com>
2097 L:      linux-mips@linux-mips.org
2098 S:      Maintained
2099 F:      arch/mips/bcm3384/*
2100 F:      arch/mips/include/asm/mach-bcm3384/*
2101 F:      arch/mips/kernel/*bmips*
2102
2103 BROADCOM BCM5301X ARM ARCHITECTURE
2104 M:      Hauke Mehrtens <hauke@hauke-m.de>
2105 L:      linux-arm-kernel@lists.infradead.org
2106 S:      Maintained
2107 F:      arch/arm/mach-bcm/bcm_5301x.c
2108 F:      arch/arm/boot/dts/bcm5301x.dtsi
2109 F:      arch/arm/boot/dts/bcm470*
2110
2111 BROADCOM BCM63XX ARM ARCHITECTURE
2112 M:      Florian Fainelli <f.fainelli@gmail.com>
2113 L:      linux-arm-kernel@lists.infradead.org
2114 T:      git git://git.github.com/brcm/linux.git
2115 S:      Maintained
2116 F:      arch/arm/mach-bcm/bcm63xx.c
2117 F:      arch/arm/include/debug/bcm63xx.S
2118
2119 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2120 M:      Kevin Cernekee <cernekee@gmail.com>
2121 L:      linux-usb@vger.kernel.org
2122 S:      Maintained
2123 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2124
2125 BROADCOM BCM7XXX ARM ARCHITECTURE
2126 M:      Marc Carino <marc.ceeeee@gmail.com>
2127 M:      Brian Norris <computersforpeace@gmail.com>
2128 M:      Gregory Fong <gregory.0xf0@gmail.com>
2129 M:      Florian Fainelli <f.fainelli@gmail.com>
2130 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2131 S:      Maintained
2132 F:      arch/arm/mach-bcm/*brcmstb*
2133 F:      arch/arm/boot/dts/bcm7*.dts*
2134 F:      drivers/bus/brcmstb_gisb.c
2135
2136 BROADCOM BMIPS MIPS ARCHITECTURE
2137 M:      Kevin Cernekee <cernekee@gmail.com>
2138 M:      Florian Fainelli <f.fainelli@gmail.com>
2139 L:      linux-mips@linux-mips.org
2140 S:      Maintained
2141 F:      arch/mips/bmips/*
2142 F:      arch/mips/include/asm/mach-bmips/*
2143 F:      arch/mips/kernel/*bmips*
2144 F:      arch/mips/boot/dts/bcm*.dts*
2145 F:      drivers/irqchip/irq-bcm7*
2146 F:      drivers/irqchip/irq-brcmstb*
2147
2148 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2149 M:      Prashant Sreedharan <prashant@broadcom.com>
2150 M:      Michael Chan <mchan@broadcom.com>
2151 L:      netdev@vger.kernel.org
2152 S:      Supported
2153 F:      drivers/net/ethernet/broadcom/tg3.*
2154
2155 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2156 M:      Brett Rudley <brudley@broadcom.com>
2157 M:      Arend van Spriel <arend@broadcom.com>
2158 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2159 M:      Hante Meuleman <meuleman@broadcom.com>
2160 L:      linux-wireless@vger.kernel.org
2161 L:      brcm80211-dev-list@broadcom.com
2162 S:      Supported
2163 F:      drivers/net/wireless/brcm80211/
2164
2165 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2166 M:      QLogic-Storage-Upstream@qlogic.com
2167 L:      linux-scsi@vger.kernel.org
2168 S:      Supported
2169 F:      drivers/scsi/bnx2fc/
2170
2171 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2172 M:      QLogic-Storage-Upstream@qlogic.com
2173 L:      linux-scsi@vger.kernel.org
2174 S:      Supported
2175 F:      drivers/scsi/bnx2i/
2176
2177 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2178 M:      Ray Jui <rjui@broadcom.com>
2179 M:      Scott Branden <sbranden@broadcom.com>
2180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2181 L:      bcm-kernel-feedback-list@broadcom.com
2182 T:      git git://git.github.com/brcm/linux.git
2183 S:      Maintained
2184 N:      iproc
2185 N:      cygnus
2186 N:      bcm9113*
2187 N:      bcm9583*
2188 N:      bcm583*
2189 N:      bcm113*
2190
2191 BROADCOM KONA GPIO DRIVER
2192 M:      Ray Jui <rjui@broadcom.com>
2193 L:      bcm-kernel-feedback-list@broadcom.com
2194 S:      Supported
2195 F:      drivers/gpio/gpio-bcm-kona.c
2196 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2197
2198 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2199 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2200 L:      linux-wireless@vger.kernel.org
2201 S:      Maintained
2202 F:      drivers/bcma/
2203 F:      include/linux/bcma/
2204
2205 BROADCOM SYSTEMPORT ETHERNET DRIVER
2206 M:      Florian Fainelli <f.fainelli@gmail.com>
2207 L:      netdev@vger.kernel.org
2208 S:      Supported
2209 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2210
2211 BROCADE BFA FC SCSI DRIVER
2212 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2213 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2214 L:      linux-scsi@vger.kernel.org
2215 S:      Supported
2216 F:      drivers/scsi/bfa/
2217
2218 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2219 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2220 L:      netdev@vger.kernel.org
2221 S:      Supported
2222 F:      drivers/net/ethernet/brocade/bna/
2223
2224 BSG (block layer generic sg v4 driver)
2225 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2226 L:      linux-scsi@vger.kernel.org
2227 S:      Supported
2228 F:      block/bsg.c
2229 F:      include/linux/bsg.h
2230 F:      include/uapi/linux/bsg.h
2231
2232 BT87X AUDIO DRIVER
2233 M:      Clemens Ladisch <clemens@ladisch.de>
2234 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2235 T:      git git://git.alsa-project.org/alsa-kernel.git
2236 S:      Maintained
2237 F:      Documentation/sound/alsa/Bt87x.txt
2238 F:      sound/pci/bt87x.c
2239
2240 BT8XXGPIO DRIVER
2241 M:      Michael Buesch <m@bues.ch>
2242 W:      http://bu3sch.de/btgpio.php
2243 S:      Maintained
2244 F:      drivers/gpio/gpio-bt8xx.c
2245
2246 BTRFS FILE SYSTEM
2247 M:      Chris Mason <clm@fb.com>
2248 M:      Josef Bacik <jbacik@fb.com>
2249 L:      linux-btrfs@vger.kernel.org
2250 W:      http://btrfs.wiki.kernel.org/
2251 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2253 S:      Maintained
2254 F:      Documentation/filesystems/btrfs.txt
2255 F:      fs/btrfs/
2256
2257 BTTV VIDEO4LINUX DRIVER
2258 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2259 L:      linux-media@vger.kernel.org
2260 W:      http://linuxtv.org
2261 T:      git git://linuxtv.org/media_tree.git
2262 S:      Odd fixes
2263 F:      Documentation/video4linux/bttv/
2264 F:      drivers/media/pci/bt8xx/bttv*
2265
2266 BUSLOGIC SCSI DRIVER
2267 M:      Khalid Aziz <khalid@gonehiking.org>
2268 L:      linux-scsi@vger.kernel.org
2269 S:      Maintained
2270 F:      drivers/scsi/BusLogic.*
2271 F:      drivers/scsi/FlashPoint.*
2272
2273 C-MEDIA CMI8788 DRIVER
2274 M:      Clemens Ladisch <clemens@ladisch.de>
2275 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2276 T:      git git://git.alsa-project.org/alsa-kernel.git
2277 S:      Maintained
2278 F:      sound/pci/oxygen/
2279
2280 C6X ARCHITECTURE
2281 M:      Mark Salter <msalter@redhat.com>
2282 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2283 L:      linux-c6x-dev@linux-c6x.org
2284 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2285 S:      Maintained
2286 F:      arch/c6x/
2287
2288 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2289 M:      David Howells <dhowells@redhat.com>
2290 L:      linux-cachefs@redhat.com
2291 S:      Supported
2292 F:      Documentation/filesystems/caching/cachefiles.txt
2293 F:      fs/cachefiles/
2294
2295 CADET FM/AM RADIO RECEIVER DRIVER
2296 M:      Hans Verkuil <hverkuil@xs4all.nl>
2297 L:      linux-media@vger.kernel.org
2298 T:      git git://linuxtv.org/media_tree.git
2299 W:      http://linuxtv.org
2300 S:      Maintained
2301 F:      drivers/media/radio/radio-cadet*
2302
2303 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2304 M:      Jonathan Corbet <corbet@lwn.net>
2305 L:      linux-media@vger.kernel.org
2306 T:      git git://linuxtv.org/media_tree.git
2307 S:      Maintained
2308 F:      Documentation/video4linux/cafe_ccic
2309 F:      drivers/media/platform/marvell-ccic/
2310
2311 CAIF NETWORK LAYER
2312 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2313 L:      netdev@vger.kernel.org
2314 S:      Supported
2315 F:      Documentation/networking/caif/
2316 F:      drivers/net/caif/
2317 F:      include/uapi/linux/caif/
2318 F:      include/net/caif/
2319 F:      net/caif/
2320
2321 CALGARY x86-64 IOMMU
2322 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2323 M:      "Jon D. Mason" <jdmason@kudzu.us>
2324 L:      discuss@x86-64.org
2325 S:      Maintained
2326 F:      arch/x86/kernel/pci-calgary_64.c
2327 F:      arch/x86/kernel/tce_64.c
2328 F:      arch/x86/include/asm/calgary.h
2329 F:      arch/x86/include/asm/tce.h
2330
2331 CAN NETWORK LAYER
2332 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2333 L:      linux-can@vger.kernel.org
2334 W:      http://gitorious.org/linux-can
2335 T:      git git://gitorious.org/linux-can/linux-can-next.git
2336 S:      Maintained
2337 F:      Documentation/networking/can.txt
2338 F:      net/can/
2339 F:      include/linux/can/core.h
2340 F:      include/uapi/linux/can.h
2341 F:      include/uapi/linux/can/bcm.h
2342 F:      include/uapi/linux/can/raw.h
2343 F:      include/uapi/linux/can/gw.h
2344
2345 CAN NETWORK DRIVERS
2346 M:      Wolfgang Grandegger <wg@grandegger.com>
2347 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2348 L:      linux-can@vger.kernel.org
2349 W:      http://gitorious.org/linux-can
2350 T:      git git://gitorious.org/linux-can/linux-can-next.git
2351 S:      Maintained
2352 F:      drivers/net/can/
2353 F:      include/linux/can/dev.h
2354 F:      include/linux/can/platform/
2355 F:      include/uapi/linux/can/error.h
2356 F:      include/uapi/linux/can/netlink.h
2357
2358 CAPABILITIES
2359 M:      Serge Hallyn <serge.hallyn@canonical.com>
2360 L:      linux-security-module@vger.kernel.org
2361 S:      Supported
2362 F:      include/linux/capability.h
2363 F:      include/uapi/linux/capability.h
2364 F:      security/capability.c
2365 F:      security/commoncap.c
2366 F:      kernel/capability.c
2367
2368 CC2520 IEEE-802.15.4 RADIO DRIVER
2369 M:      Varka Bhadram <varkabhadram@gmail.com>
2370 L:      linux-wpan@vger.kernel.org
2371 S:      Maintained
2372 F:      drivers/net/ieee802154/cc2520.c
2373 F:      include/linux/spi/cc2520.h
2374 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2375
2376 CELL BROADBAND ENGINE ARCHITECTURE
2377 M:      Arnd Bergmann <arnd@arndb.de>
2378 L:      linuxppc-dev@lists.ozlabs.org
2379 L:      cbe-oss-dev@lists.ozlabs.org
2380 W:      http://www.ibm.com/developerworks/power/cell/
2381 S:      Supported
2382 F:      arch/powerpc/include/asm/cell*.h
2383 F:      arch/powerpc/include/asm/spu*.h
2384 F:      arch/powerpc/include/uapi/asm/spu*.h
2385 F:      arch/powerpc/oprofile/*cell*
2386 F:      arch/powerpc/platforms/cell/
2387
2388 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2389 M:      Sage Weil <sage@inktank.com>
2390 L:      ceph-devel@vger.kernel.org
2391 W:      http://ceph.com/
2392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2393 S:      Supported
2394 F:      Documentation/filesystems/ceph.txt
2395 F:      fs/ceph/
2396 F:      net/ceph/
2397 F:      include/linux/ceph/
2398 F:      include/linux/crush/
2399
2400 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2401 L:      linux-usb@vger.kernel.org
2402 S:      Orphan
2403 F:      Documentation/usb/WUSB-Design-overview.txt
2404 F:      Documentation/usb/wusb-cbaf
2405 F:      drivers/usb/host/hwa-hc.c
2406 F:      drivers/usb/host/whci/
2407 F:      drivers/usb/wusbcore/
2408 F:      include/linux/usb/wusb*
2409
2410 CFAG12864B LCD DRIVER
2411 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2412 W:      http://miguelojeda.es/auxdisplay.htm
2413 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2414 S:      Maintained
2415 F:      drivers/auxdisplay/cfag12864b.c
2416 F:      include/linux/cfag12864b.h
2417
2418 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2419 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2420 W:      http://miguelojeda.es/auxdisplay.htm
2421 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2422 S:      Maintained
2423 F:      drivers/auxdisplay/cfag12864bfb.c
2424 F:      include/linux/cfag12864b.h
2425
2426 CFG80211 and NL80211
2427 M:      Johannes Berg <johannes@sipsolutions.net>
2428 L:      linux-wireless@vger.kernel.org
2429 W:      http://wireless.kernel.org/
2430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2432 S:      Maintained
2433 F:      include/uapi/linux/nl80211.h
2434 F:      include/net/cfg80211.h
2435 F:      net/wireless/*
2436 X:      net/wireless/wext*
2437
2438 CHAR and MISC DRIVERS
2439 M:      Arnd Bergmann <arnd@arndb.de>
2440 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2442 S:      Supported
2443 F:      drivers/char/*
2444 F:      drivers/misc/*
2445 F:      include/linux/miscdevice.h
2446
2447 CHECKPATCH
2448 M:      Andy Whitcroft <apw@canonical.com>
2449 M:      Joe Perches <joe@perches.com>
2450 S:      Maintained
2451 F:      scripts/checkpatch.pl
2452
2453 CHINESE DOCUMENTATION
2454 M:      Harry Wei <harryxiyou@gmail.com>
2455 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2456 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2457 S:      Maintained
2458 F:      Documentation/zh_CN/
2459
2460 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2461 M:      Peter Chen <Peter.Chen@freescale.com>
2462 T:      git git://github.com/hzpeterchen/linux-usb.git
2463 L:      linux-usb@vger.kernel.org
2464 S:      Maintained
2465 F:      drivers/usb/chipidea/
2466
2467 CHROME HARDWARE PLATFORM SUPPORT
2468 M:      Olof Johansson <olof@lixom.net>
2469 S:      Maintained
2470 F:      drivers/platform/chrome/
2471
2472 CISCO VIC ETHERNET NIC DRIVER
2473 M:      Christian Benvenuti <benve@cisco.com>
2474 M:      Sujith Sankar <ssujith@cisco.com>
2475 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2476 M:      Neel Patel <neepatel@cisco.com>
2477 S:      Supported
2478 F:      drivers/net/ethernet/cisco/enic/
2479
2480 CISCO VIC LOW LATENCY NIC DRIVER
2481 M:      Upinder Malhi <umalhi@cisco.com>
2482 S:      Supported
2483 F:      drivers/infiniband/hw/usnic
2484
2485 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2486 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2487 L:      netdev@vger.kernel.org
2488 S:      Maintained
2489 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2490
2491 CIRRUS LOGIC AUDIO CODEC DRIVERS
2492 M:      Brian Austin <brian.austin@cirrus.com>
2493 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2494 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2495 S:      Maintained
2496 F:      sound/soc/codecs/cs*
2497
2498 CLEANCACHE API
2499 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2500 L:      linux-kernel@vger.kernel.org
2501 S:      Maintained
2502 F:      mm/cleancache.c
2503 F:      include/linux/cleancache.h
2504
2505 CLK API
2506 M:      Russell King <linux@arm.linux.org.uk>
2507 S:      Maintained
2508 F:      include/linux/clk.h
2509
2510 CLOCKSOURCE, CLOCKEVENT DRIVERS
2511 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2512 M:      Thomas Gleixner <tglx@linutronix.de>
2513 L:      linux-kernel@vger.kernel.org
2514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2515 S:      Supported
2516 F:      drivers/clocksource
2517
2518 CISCO FCOE HBA DRIVER
2519 M:      Hiral Patel <hiralpat@cisco.com>
2520 M:      Suma Ramars <sramars@cisco.com>
2521 M:      Brian Uchino <buchino@cisco.com>
2522 L:      linux-scsi@vger.kernel.org
2523 S:      Supported
2524 F:      drivers/scsi/fnic/
2525
2526 CMPC ACPI DRIVER
2527 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2528 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2529 L:      platform-driver-x86@vger.kernel.org
2530 S:      Supported
2531 F:      drivers/platform/x86/classmate-laptop.c
2532
2533 COCCINELLE/Semantic Patches (SmPL)
2534 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2535 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2536 M:      Nicolas Palix <nicolas.palix@imag.fr>
2537 M:      Michal Marek <mmarek@suse.cz>
2538 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2540 W:      http://coccinelle.lip6.fr/
2541 S:      Supported
2542 F:      Documentation/coccinelle.txt
2543 F:      scripts/coccinelle/
2544 F:      scripts/coccicheck
2545
2546 CODA FILE SYSTEM
2547 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2548 M:      coda@cs.cmu.edu
2549 L:      codalist@coda.cs.cmu.edu
2550 W:      http://www.coda.cs.cmu.edu/
2551 S:      Maintained
2552 F:      Documentation/filesystems/coda.txt
2553 F:      fs/coda/
2554 F:      include/linux/coda*.h
2555 F:      include/uapi/linux/coda*.h
2556
2557 CODA V4L2 MEM2MEM DRIVER
2558 M:      Philipp Zabel <p.zabel@pengutronix.de>
2559 L:      linux-media@vger.kernel.org
2560 S:      Maintained
2561 F:      Documentation/devicetree/bindings/media/coda.txt
2562 F:      drivers/media/platform/coda/
2563
2564 COMMON CLK FRAMEWORK
2565 M:      Mike Turquette <mturquette@linaro.org>
2566 L:      linux-kernel@vger.kernel.org
2567 T:      git git://git.linaro.org/people/mturquette/linux.git
2568 S:      Maintained
2569 F:      drivers/clk/
2570 X:      drivers/clk/clkdev.c
2571 F:      include/linux/clk-pr*
2572 F:      include/linux/clk/
2573
2574 COMMON INTERNET FILE SYSTEM (CIFS)
2575 M:      Steve French <sfrench@samba.org>
2576 L:      linux-cifs@vger.kernel.org
2577 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2578 W:      http://linux-cifs.samba.org/
2579 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2580 S:      Supported
2581 F:      Documentation/filesystems/cifs/
2582 F:      fs/cifs/
2583
2584 COMPACTPCI HOTPLUG CORE
2585 M:      Scott Murray <scott@spiteful.org>
2586 L:      linux-pci@vger.kernel.org
2587 S:      Maintained
2588 F:      drivers/pci/hotplug/cpci_hotplug*
2589
2590 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2591 M:      Scott Murray <scott@spiteful.org>
2592 L:      linux-pci@vger.kernel.org
2593 S:      Maintained
2594 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2595
2596 COMPACTPCI HOTPLUG GENERIC DRIVER
2597 M:      Scott Murray <scott@spiteful.org>
2598 L:      linux-pci@vger.kernel.org
2599 S:      Maintained
2600 F:      drivers/pci/hotplug/cpcihp_generic.c
2601
2602 COMPAL LAPTOP SUPPORT
2603 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2604 L:      platform-driver-x86@vger.kernel.org
2605 S:      Maintained
2606 F:      drivers/platform/x86/compal-laptop.c
2607
2608 CONEXANT ACCESSRUNNER USB DRIVER
2609 M:      Simon Arlott <cxacru@fire.lp0.eu>
2610 L:      accessrunner-general@lists.sourceforge.net
2611 W:      http://accessrunner.sourceforge.net/
2612 S:      Maintained
2613 F:      drivers/usb/atm/cxacru.c
2614
2615 CONFIGFS
2616 M:      Joel Becker <jlbec@evilplan.org>
2617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2618 S:      Supported
2619 F:      fs/configfs/
2620 F:      include/linux/configfs.h
2621
2622 CONNECTOR
2623 M:      Evgeniy Polyakov <zbr@ioremap.net>
2624 L:      netdev@vger.kernel.org
2625 S:      Maintained
2626 F:      drivers/connector/
2627
2628 CONTROL GROUP (CGROUP)
2629 M:      Tejun Heo <tj@kernel.org>
2630 M:      Li Zefan <lizefan@huawei.com>
2631 L:      cgroups@vger.kernel.org
2632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2633 S:      Maintained
2634 F:      Documentation/cgroups/
2635 F:      include/linux/cgroup*
2636 F:      kernel/cgroup*
2637
2638 CONTROL GROUP - CPUSET
2639 M:      Li Zefan <lizefan@huawei.com>
2640 L:      cgroups@vger.kernel.org
2641 W:      http://www.bullopensource.org/cpuset/
2642 W:      http://oss.sgi.com/projects/cpusets/
2643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2644 S:      Maintained
2645 F:      Documentation/cgroups/cpusets.txt
2646 F:      include/linux/cpuset.h
2647 F:      kernel/cpuset.c
2648
2649 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2650 M:      Johannes Weiner <hannes@cmpxchg.org>
2651 M:      Michal Hocko <mhocko@suse.cz>
2652 L:      cgroups@vger.kernel.org
2653 L:      linux-mm@kvack.org
2654 S:      Maintained
2655 F:      mm/memcontrol.c
2656 F:      mm/swap_cgroup.c
2657
2658 CORETEMP HARDWARE MONITORING DRIVER
2659 M:      Fenghua Yu <fenghua.yu@intel.com>
2660 L:      lm-sensors@lm-sensors.org
2661 S:      Maintained
2662 F:      Documentation/hwmon/coretemp
2663 F:      drivers/hwmon/coretemp.c
2664
2665 COSA/SRP SYNC SERIAL DRIVER
2666 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2667 W:      http://www.fi.muni.cz/~kas/cosa/
2668 S:      Maintained
2669 F:      drivers/net/wan/cosa*
2670
2671 CPMAC ETHERNET DRIVER
2672 M:      Florian Fainelli <florian@openwrt.org>
2673 L:      netdev@vger.kernel.org
2674 S:      Maintained
2675 F:      drivers/net/ethernet/ti/cpmac.c
2676
2677 CPU FREQUENCY DRIVERS
2678 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2679 M:      Viresh Kumar <viresh.kumar@linaro.org>
2680 L:      linux-pm@vger.kernel.org
2681 S:      Maintained
2682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2683 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2684 F:      drivers/cpufreq/
2685 F:      include/linux/cpufreq.h
2686
2687 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2688 M:      Viresh Kumar <viresh.kumar@linaro.org>
2689 M:      Sudeep Holla <sudeep.holla@arm.com>
2690 L:      linux-pm@vger.kernel.org
2691 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2692 S:      Maintained
2693 F:      drivers/cpufreq/arm_big_little.h
2694 F:      drivers/cpufreq/arm_big_little.c
2695 F:      drivers/cpufreq/arm_big_little_dt.c
2696
2697 CPUIDLE DRIVER - ARM BIG LITTLE
2698 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2699 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2700 L:      linux-pm@vger.kernel.org
2701 L:      linux-arm-kernel@lists.infradead.org
2702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2703 S:      Maintained
2704 F:      drivers/cpuidle/cpuidle-big_little.c
2705
2706 CPUIDLE DRIVER - ARM EXYNOS
2707 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2708 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2709 M:      Kukjin Kim <kgene@kernel.org>
2710 L:      linux-pm@vger.kernel.org
2711 L:      linux-samsung-soc@vger.kernel.org
2712 S:      Supported
2713 F:      drivers/cpuidle/cpuidle-exynos.c
2714 F:      arch/arm/mach-exynos/pm.c
2715
2716 CPUIDLE DRIVERS
2717 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2718 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2719 L:      linux-pm@vger.kernel.org
2720 S:      Maintained
2721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2722 F:      drivers/cpuidle/*
2723 F:      include/linux/cpuidle.h
2724
2725 CPUID/MSR DRIVER
2726 M:      "H. Peter Anvin" <hpa@zytor.com>
2727 S:      Maintained
2728 F:      arch/x86/kernel/cpuid.c
2729 F:      arch/x86/kernel/msr.c
2730
2731 CPU POWER MONITORING SUBSYSTEM
2732 M:      Thomas Renninger <trenn@suse.de>
2733 L:      linux-pm@vger.kernel.org
2734 S:      Maintained
2735 F:      tools/power/cpupower/
2736
2737 CRAMFS FILESYSTEM
2738 W:      http://sourceforge.net/projects/cramfs/
2739 S:      Orphan / Obsolete
2740 F:      Documentation/filesystems/cramfs.txt
2741 F:      fs/cramfs/
2742
2743 CRIS PORT
2744 M:      Mikael Starvik <starvik@axis.com>
2745 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2746 L:      linux-cris-kernel@axis.com
2747 W:      http://developer.axis.com
2748 S:      Maintained
2749 F:      arch/cris/
2750 F:      drivers/tty/serial/crisv10.*
2751
2752 CRYPTO API
2753 M:      Herbert Xu <herbert@gondor.apana.org.au>
2754 M:      "David S. Miller" <davem@davemloft.net>
2755 L:      linux-crypto@vger.kernel.org
2756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2757 S:      Maintained
2758 F:      Documentation/crypto/
2759 F:      arch/*/crypto/
2760 F:      crypto/
2761 F:      drivers/crypto/
2762 F:      include/crypto/
2763
2764 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2765 M:      Neil Horman <nhorman@tuxdriver.com>
2766 L:      linux-crypto@vger.kernel.org
2767 S:      Maintained
2768 F:      crypto/ansi_cprng.c
2769 F:      crypto/rng.c
2770
2771 CS5535 Audio ALSA driver
2772 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2773 S:      Maintained
2774 F:      sound/pci/cs5535audio/
2775
2776 CW1200 WLAN driver
2777 M:      Solomon Peachy <pizza@shaftnet.org>
2778 S:      Maintained
2779 F:      drivers/net/wireless/cw1200/
2780
2781 CX18 VIDEO4LINUX DRIVER
2782 M:      Andy Walls <awalls@md.metrocast.net>
2783 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2784 L:      linux-media@vger.kernel.org
2785 T:      git git://linuxtv.org/media_tree.git
2786 W:      http://linuxtv.org
2787 W:      http://www.ivtvdriver.org/index.php/Cx18
2788 S:      Maintained
2789 F:      Documentation/video4linux/cx18.txt
2790 F:      drivers/media/pci/cx18/
2791 F:      include/uapi/linux/ivtv*
2792
2793 CX2341X MPEG ENCODER HELPER MODULE
2794 M:      Hans Verkuil <hverkuil@xs4all.nl>
2795 L:      linux-media@vger.kernel.org
2796 T:      git git://linuxtv.org/media_tree.git
2797 W:      http://linuxtv.org
2798 S:      Maintained
2799 F:      drivers/media/common/cx2341x*
2800 F:      include/media/cx2341x*
2801
2802 CX88 VIDEO4LINUX DRIVER
2803 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2804 L:      linux-media@vger.kernel.org
2805 W:      http://linuxtv.org
2806 T:      git git://linuxtv.org/media_tree.git
2807 S:      Odd fixes
2808 F:      Documentation/video4linux/cx88/
2809 F:      drivers/media/pci/cx88/
2810
2811 CXD2820R MEDIA DRIVER
2812 M:      Antti Palosaari <crope@iki.fi>
2813 L:      linux-media@vger.kernel.org
2814 W:      http://linuxtv.org/
2815 W:      http://palosaari.fi/linux/
2816 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2817 T:      git git://linuxtv.org/anttip/media_tree.git
2818 S:      Maintained
2819 F:      drivers/media/dvb-frontends/cxd2820r*
2820
2821 CXGB3 ETHERNET DRIVER (CXGB3)
2822 M:      Santosh Raspatur <santosh@chelsio.com>
2823 L:      netdev@vger.kernel.org
2824 W:      http://www.chelsio.com
2825 S:      Supported
2826 F:      drivers/net/ethernet/chelsio/cxgb3/
2827
2828 CXGB3 ISCSI DRIVER (CXGB3I)
2829 M:      Karen Xie <kxie@chelsio.com>
2830 L:      linux-scsi@vger.kernel.org
2831 W:      http://www.chelsio.com
2832 S:      Supported
2833 F:      drivers/scsi/cxgbi/cxgb3i
2834
2835 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2836 M:      Steve Wise <swise@chelsio.com>
2837 L:      linux-rdma@vger.kernel.org
2838 W:      http://www.openfabrics.org
2839 S:      Supported
2840 F:      drivers/infiniband/hw/cxgb3/
2841
2842 CXGB4 ETHERNET DRIVER (CXGB4)
2843 M:      Hariprasad S <hariprasad@chelsio.com>
2844 L:      netdev@vger.kernel.org
2845 W:      http://www.chelsio.com
2846 S:      Supported
2847 F:      drivers/net/ethernet/chelsio/cxgb4/
2848
2849 CXGB4 ISCSI DRIVER (CXGB4I)
2850 M:      Karen Xie <kxie@chelsio.com>
2851 L:      linux-scsi@vger.kernel.org
2852 W:      http://www.chelsio.com
2853 S:      Supported
2854 F:      drivers/scsi/cxgbi/cxgb4i
2855
2856 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2857 M:      Steve Wise <swise@chelsio.com>
2858 L:      linux-rdma@vger.kernel.org
2859 W:      http://www.openfabrics.org
2860 S:      Supported
2861 F:      drivers/infiniband/hw/cxgb4/
2862
2863 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2864 M:      Casey Leedom <leedom@chelsio.com>
2865 L:      netdev@vger.kernel.org
2866 W:      http://www.chelsio.com
2867 S:      Supported
2868 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2869
2870 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2871 M:      Ian Munsie <imunsie@au1.ibm.com>
2872 M:      Michael Neuling <mikey@neuling.org>
2873 L:      linuxppc-dev@lists.ozlabs.org
2874 S:      Supported
2875 F:      drivers/misc/cxl/
2876 F:      include/misc/cxl.h
2877 F:      include/uapi/misc/cxl.h
2878 F:      Documentation/powerpc/cxl.txt
2879 F:      Documentation/powerpc/cxl.txt
2880 F:      Documentation/ABI/testing/sysfs-class-cxl
2881
2882 STMMAC ETHERNET DRIVER
2883 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2884 L:      netdev@vger.kernel.org
2885 W:      http://www.stlinux.com
2886 S:      Supported
2887 F:      drivers/net/ethernet/stmicro/stmmac/
2888
2889 CYBERPRO FB DRIVER
2890 M:      Russell King <linux@arm.linux.org.uk>
2891 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2892 W:      http://www.arm.linux.org.uk/
2893 S:      Maintained
2894 F:      drivers/video/fbdev/cyber2000fb.*
2895
2896 CYCLADES ASYNC MUX DRIVER
2897 W:      http://www.cyclades.com/
2898 S:      Orphan
2899 F:      drivers/tty/cyclades.c
2900 F:      include/linux/cyclades.h
2901 F:      include/uapi/linux/cyclades.h
2902
2903 CYCLADES PC300 DRIVER
2904 W:      http://www.cyclades.com/
2905 S:      Orphan
2906 F:      drivers/net/wan/pc300*
2907
2908 CYPRESS_FIRMWARE MEDIA DRIVER
2909 M:      Antti Palosaari <crope@iki.fi>
2910 L:      linux-media@vger.kernel.org
2911 W:      http://linuxtv.org/
2912 W:      http://palosaari.fi/linux/
2913 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2914 T:      git git://linuxtv.org/anttip/media_tree.git
2915 S:      Maintained
2916 F:      drivers/media/common/cypress_firmware*
2917
2918 CYTTSP TOUCHSCREEN DRIVER
2919 M:      Ferruh Yigit <fery@cypress.com>
2920 L:      linux-input@vger.kernel.org
2921 S:      Supported
2922 F:      drivers/input/touchscreen/cyttsp*
2923 F:      include/linux/input/cyttsp.h
2924
2925 DAMA SLAVE for AX.25
2926 M:      Joerg Reuter <jreuter@yaina.de>
2927 W:      http://yaina.de/jreuter/
2928 W:      http://www.qsl.net/dl1bke/
2929 L:      linux-hams@vger.kernel.org
2930 S:      Maintained
2931 F:      net/ax25/af_ax25.c
2932 F:      net/ax25/ax25_dev.c
2933 F:      net/ax25/ax25_ds_*
2934 F:      net/ax25/ax25_in.c
2935 F:      net/ax25/ax25_out.c
2936 F:      net/ax25/ax25_timer.c
2937 F:      net/ax25/sysctl_net_ax25.c
2938
2939 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2940 L:      netdev@vger.kernel.org
2941 S:      Orphan
2942 F:      Documentation/networking/dmfe.txt
2943 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2944
2945 DC390/AM53C974 SCSI driver
2946 M:      Hannes Reinecke <hare@suse.de>
2947 L:      linux-scsi@vger.kernel.org
2948 S:      Maintained
2949 F:      drivers/scsi/am53c974.c
2950
2951 DC395x SCSI driver
2952 M:      Oliver Neukum <oliver@neukum.org>
2953 M:      Ali Akcaagac <aliakc@web.de>
2954 M:      Jamie Lenehan <lenehan@twibble.org>
2955 L:      dc395x@twibble.org
2956 W:      http://twibble.org/dist/dc395x/
2957 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2958 S:      Maintained
2959 F:      Documentation/scsi/dc395x.txt
2960 F:      drivers/scsi/dc395x.*
2961
2962 DCCP PROTOCOL
2963 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2964 L:      dccp@vger.kernel.org
2965 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2966 S:      Maintained
2967 F:      include/linux/dccp.h
2968 F:      include/uapi/linux/dccp.h
2969 F:      include/linux/tfrc.h
2970 F:      net/dccp/
2971
2972 DECnet NETWORK LAYER
2973 W:      http://linux-decnet.sourceforge.net
2974 L:      linux-decnet-user@lists.sourceforge.net
2975 S:      Orphan
2976 F:      Documentation/networking/decnet.txt
2977 F:      net/decnet/
2978
2979 DECSTATION PLATFORM SUPPORT
2980 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2981 L:      linux-mips@linux-mips.org
2982 W:      http://www.linux-mips.org/wiki/DECstation
2983 S:      Maintained
2984 F:      arch/mips/dec/
2985 F:      arch/mips/include/asm/dec/
2986 F:      arch/mips/include/asm/mach-dec/
2987
2988 DEFXX FDDI NETWORK DRIVER
2989 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2990 S:      Maintained
2991 F:      drivers/net/fddi/defxx.*
2992
2993 DELL LAPTOP DRIVER
2994 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2995 L:      platform-driver-x86@vger.kernel.org
2996 S:      Maintained
2997 F:      drivers/platform/x86/dell-laptop.c
2998
2999 DELL LAPTOP SMM DRIVER
3000 M:      Guenter Roeck <linux@roeck-us.net>
3001 F:      drivers/char/i8k.c
3002 F:      include/uapi/linux/i8k.h
3003
3004 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3005 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3006 S:      Maintained
3007 F:      Documentation/dcdbas.txt
3008 F:      drivers/firmware/dcdbas.*
3009
3010 DELL WMI EXTRAS DRIVER
3011 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3012 S:      Maintained
3013 F:      drivers/platform/x86/dell-wmi.c
3014
3015 DESIGNWARE USB2 DRD IP DRIVER
3016 M:      Paul Zimmerman <paulz@synopsys.com>
3017 L:      linux-usb@vger.kernel.org
3018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3019 S:      Maintained
3020 F:      drivers/usb/dwc2/
3021
3022 DESIGNWARE USB3 DRD IP DRIVER
3023 M:      Felipe Balbi <balbi@ti.com>
3024 L:      linux-usb@vger.kernel.org
3025 L:      linux-omap@vger.kernel.org
3026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3027 S:      Maintained
3028 F:      drivers/usb/dwc3/
3029
3030 DEVICE COREDUMP (DEV_COREDUMP)
3031 M:      Johannes Berg <johannes@sipsolutions.net>
3032 L:      linux-kernel@vger.kernel.org
3033 S:      Maintained
3034 F:      drivers/base/devcoredump.c
3035 F:      include/linux/devcoredump.h
3036
3037 DEVICE FREQUENCY (DEVFREQ)
3038 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3039 M:      Kyungmin Park <kyungmin.park@samsung.com>
3040 L:      linux-pm@vger.kernel.org
3041 S:      Maintained
3042 F:      drivers/devfreq/
3043
3044 DEVICE NUMBER REGISTRY
3045 M:      Torben Mathiasen <device@lanana.org>
3046 W:      http://lanana.org/docs/device-list/index.html
3047 S:      Maintained
3048
3049 DEVICE-MAPPER  (LVM)
3050 M:      Alasdair Kergon <agk@redhat.com>
3051 M:      Mike Snitzer <snitzer@redhat.com>
3052 M:      dm-devel@redhat.com
3053 L:      dm-devel@redhat.com
3054 W:      http://sources.redhat.com/dm
3055 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3057 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3058 S:      Maintained
3059 F:      Documentation/device-mapper/
3060 F:      drivers/md/dm*
3061 F:      drivers/md/persistent-data/
3062 F:      include/linux/device-mapper.h
3063 F:      include/linux/dm-*.h
3064 F:      include/uapi/linux/dm-*.h
3065
3066 DIALOG SEMICONDUCTOR DRIVERS
3067 M:      Support Opensource <support.opensource@diasemi.com>
3068 W:      http://www.dialog-semiconductor.com/products
3069 S:      Supported
3070 F:      Documentation/hwmon/da90??
3071 F:      drivers/gpio/gpio-da90??.c
3072 F:      drivers/hwmon/da90??-hwmon.c
3073 F:      drivers/input/misc/da90??_onkey.c
3074 F:      drivers/input/touchscreen/da9052_tsi.c
3075 F:      drivers/leds/leds-da90??.c
3076 F:      drivers/mfd/da903x.c
3077 F:      drivers/mfd/da90??-*.c
3078 F:      drivers/power/da9052-battery.c
3079 F:      drivers/regulator/da903x.c
3080 F:      drivers/regulator/da9???-regulator.[ch]
3081 F:      drivers/rtc/rtc-da90??.c
3082 F:      drivers/video/backlight/da90??_bl.c
3083 F:      drivers/watchdog/da90??_wdt.c
3084 F:      include/linux/mfd/da903x.h
3085 F:      include/linux/mfd/da9052/
3086 F:      include/linux/mfd/da9055/
3087 F:      include/linux/mfd/da9063/
3088 F:      include/sound/da[79]*.h
3089 F:      sound/soc/codecs/da[79]*.[ch]
3090
3091 DIGI NEO AND CLASSIC PCI PRODUCTS
3092 M:      Lidza Louina <lidza.louina@gmail.com>
3093 M:      Mark Hounschell <markh@compro.net>
3094 L:      driverdev-devel@linuxdriverproject.org
3095 S:      Maintained
3096 F:      drivers/staging/dgnc/
3097
3098 DIGI EPCA PCI PRODUCTS
3099 M:      Lidza Louina <lidza.louina@gmail.com>
3100 M:      Mark Hounschell <markh@compro.net>
3101 M:      Daeseok Youn <daeseok.youn@gmail.com>
3102 L:      driverdev-devel@linuxdriverproject.org
3103 S:      Maintained
3104 F:      drivers/staging/dgap/
3105
3106 DIOLAN U2C-12 I2C DRIVER
3107 M:      Guenter Roeck <linux@roeck-us.net>
3108 L:      linux-i2c@vger.kernel.org
3109 S:      Maintained
3110 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3111
3112 DIRECTORY NOTIFICATION (DNOTIFY)
3113 M:      Eric Paris <eparis@parisplace.org>
3114 S:      Maintained
3115 F:      Documentation/filesystems/dnotify.txt
3116 F:      fs/notify/dnotify/
3117 F:      include/linux/dnotify.h
3118
3119 DISK GEOMETRY AND PARTITION HANDLING
3120 M:      Andries Brouwer <aeb@cwi.nl>
3121 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3122 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3123 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3124 S:      Maintained
3125
3126 DISKQUOTA
3127 M:      Jan Kara <jack@suse.cz>
3128 S:      Maintained
3129 F:      Documentation/filesystems/quota.txt
3130 F:      fs/quota/
3131 F:      include/linux/quota*.h
3132 F:      include/uapi/linux/quota*.h
3133
3134 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3135 M:      Bernie Thompson <bernie@plugable.com>
3136 L:      linux-fbdev@vger.kernel.org
3137 S:      Maintained
3138 W:      http://plugable.com/category/projects/udlfb/
3139 F:      drivers/video/fbdev/udlfb.c
3140 F:      include/video/udlfb.h
3141 F:      Documentation/fb/udlfb.txt
3142
3143 DISTRIBUTED LOCK MANAGER (DLM)
3144 M:      Christine Caulfield <ccaulfie@redhat.com>
3145 M:      David Teigland <teigland@redhat.com>
3146 L:      cluster-devel@redhat.com
3147 W:      http://sources.redhat.com/cluster/
3148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3149 S:      Supported
3150 F:      fs/dlm/
3151
3152 DMA BUFFER SHARING FRAMEWORK
3153 M:      Sumit Semwal <sumit.semwal@linaro.org>
3154 S:      Maintained
3155 L:      linux-media@vger.kernel.org
3156 L:      dri-devel@lists.freedesktop.org
3157 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3158 F:      drivers/dma-buf/
3159 F:      include/linux/dma-buf*
3160 F:      include/linux/reservation.h
3161 F:      include/linux/*fence.h
3162 F:      Documentation/dma-buf-sharing.txt
3163 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3164
3165 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3166 M:      Vinod Koul <vinod.koul@intel.com>
3167 L:      dmaengine@vger.kernel.org
3168 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3169 S:      Maintained
3170 F:      drivers/dma/
3171 F:      include/linux/dma*
3172 F:      Documentation/dmaengine/
3173 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3174
3175 DME1737 HARDWARE MONITOR DRIVER
3176 M:      Juerg Haefliger <juergh@gmail.com>
3177 L:      lm-sensors@lm-sensors.org
3178 S:      Maintained
3179 F:      Documentation/hwmon/dme1737
3180 F:      drivers/hwmon/dme1737.c
3181
3182 DOCKING STATION DRIVER
3183 M:      Shaohua Li <shaohua.li@intel.com>
3184 L:      linux-acpi@vger.kernel.org
3185 S:      Supported
3186 F:      drivers/acpi/dock.c
3187
3188 DOCUMENTATION
3189 M:      Jonathan Corbet <corbet@lwn.net>
3190 L:      linux-doc@vger.kernel.org
3191 S:      Maintained
3192 F:      Documentation/
3193 X:      Documentation/ABI/
3194 X:      Documentation/devicetree/
3195 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3196
3197 DOUBLETALK DRIVER
3198 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3199 L:      blinux-list@redhat.com
3200 S:      Maintained
3201 F:      drivers/char/dtlk.c
3202 F:      include/linux/dtlk.h
3203
3204 DPT_I2O SCSI RAID DRIVER
3205 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3206 L:      linux-scsi@vger.kernel.org
3207 W:      http://www.adaptec.com/
3208 S:      Maintained
3209 F:      drivers/scsi/dpt*
3210 F:      drivers/scsi/dpt/
3211
3212 DRBD DRIVER
3213 P:      Philipp Reisner
3214 P:      Lars Ellenberg
3215 M:      drbd-dev@lists.linbit.com
3216 L:      drbd-user@lists.linbit.com
3217 W:      http://www.drbd.org
3218 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3219 T:      git git://git.drbd.org/drbd-8.3.git
3220 S:      Supported
3221 F:      drivers/block/drbd/
3222 F:      lib/lru_cache.c
3223 F:      Documentation/blockdev/drbd/
3224
3225 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3226 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3228 S:      Supported
3229 F:      Documentation/kobject.txt
3230 F:      drivers/base/
3231 F:      fs/sysfs/
3232 F:      fs/debugfs/
3233 F:      include/linux/kobj*
3234 F:      include/linux/debugfs.h
3235 F:      lib/kobj*
3236
3237 DRM DRIVERS
3238 M:      David Airlie <airlied@linux.ie>
3239 L:      dri-devel@lists.freedesktop.org
3240 T:      git git://people.freedesktop.org/~airlied/linux
3241 S:      Maintained
3242 F:      drivers/gpu/drm/
3243 F:      drivers/gpu/vga/
3244 F:      include/drm/
3245 F:      include/uapi/drm/
3246
3247 RADEON DRM DRIVERS
3248 M:      Alex Deucher <alexander.deucher@amd.com>
3249 M:      Christian König <christian.koenig@amd.com>
3250 L:      dri-devel@lists.freedesktop.org
3251 T:      git git://people.freedesktop.org/~agd5f/linux
3252 S:      Supported
3253 F:      drivers/gpu/drm/radeon/
3254 F:      include/uapi/drm/radeon*
3255
3256 DRM PANEL DRIVERS
3257 M:      Thierry Reding <thierry.reding@gmail.com>
3258 L:      dri-devel@lists.freedesktop.org
3259 T:      git git://anongit.freedesktop.org/tegra/linux.git
3260 S:      Maintained
3261 F:      drivers/gpu/drm/drm_panel.c
3262 F:      drivers/gpu/drm/panel/
3263 F:      include/drm/drm_panel.h
3264 F:      Documentation/devicetree/bindings/panel/
3265
3266 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3267 M:      Daniel Vetter <daniel.vetter@intel.com>
3268 M:      Jani Nikula <jani.nikula@linux.intel.com>
3269 L:      intel-gfx@lists.freedesktop.org
3270 L:      dri-devel@lists.freedesktop.org
3271 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3272 T:      git git://anongit.freedesktop.org/drm-intel
3273 S:      Supported
3274 F:      drivers/gpu/drm/i915/
3275 F:      include/drm/i915*
3276 F:      include/uapi/drm/i915*
3277
3278 DRM DRIVERS FOR EXYNOS
3279 M:      Inki Dae <inki.dae@samsung.com>
3280 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3281 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3282 M:      Kyungmin Park <kyungmin.park@samsung.com>
3283 L:      dri-devel@lists.freedesktop.org
3284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3285 S:      Supported
3286 F:      drivers/gpu/drm/exynos/
3287 F:      include/drm/exynos*
3288 F:      include/uapi/drm/exynos*
3289
3290 DRM DRIVERS FOR NVIDIA TEGRA
3291 M:      Thierry Reding <thierry.reding@gmail.com>
3292 M:      Terje Bergström <tbergstrom@nvidia.com>
3293 L:      dri-devel@lists.freedesktop.org
3294 L:      linux-tegra@vger.kernel.org
3295 T:      git git://anongit.freedesktop.org/tegra/linux.git
3296 S:      Supported
3297 F:      drivers/gpu/drm/tegra/
3298 F:      drivers/gpu/host1x/
3299 F:      include/linux/host1x.h
3300 F:      include/uapi/drm/tegra_drm.h
3301 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3302
3303 DRM DRIVERS FOR RENESAS
3304 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3305 L:      dri-devel@lists.freedesktop.org
3306 L:      linux-sh@vger.kernel.org
3307 T:      git git://people.freedesktop.org/~airlied/linux
3308 S:      Supported
3309 F:      drivers/gpu/drm/rcar-du/
3310 F:      drivers/gpu/drm/shmobile/
3311 F:      include/linux/platform_data/rcar-du.h
3312 F:      include/linux/platform_data/shmob_drm.h
3313
3314 DSBR100 USB FM RADIO DRIVER
3315 M:      Alexey Klimov <klimov.linux@gmail.com>
3316 L:      linux-media@vger.kernel.org
3317 T:      git git://linuxtv.org/media_tree.git
3318 S:      Maintained
3319 F:      drivers/media/radio/dsbr100.c
3320
3321 DSCC4 DRIVER
3322 M:      Francois Romieu <romieu@fr.zoreil.com>
3323 L:      netdev@vger.kernel.org
3324 S:      Maintained
3325 F:      drivers/net/wan/dscc4.c
3326
3327 DVB_USB_AF9015 MEDIA DRIVER
3328 M:      Antti Palosaari <crope@iki.fi>
3329 L:      linux-media@vger.kernel.org
3330 W:      http://linuxtv.org/
3331 W:      http://palosaari.fi/linux/
3332 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3333 T:      git git://linuxtv.org/anttip/media_tree.git
3334 S:      Maintained
3335 F:      drivers/media/usb/dvb-usb-v2/af9015*
3336
3337 DVB_USB_AF9035 MEDIA DRIVER
3338 M:      Antti Palosaari <crope@iki.fi>
3339 L:      linux-media@vger.kernel.org
3340 W:      http://linuxtv.org/
3341 W:      http://palosaari.fi/linux/
3342 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3343 T:      git git://linuxtv.org/anttip/media_tree.git
3344 S:      Maintained
3345 F:      drivers/media/usb/dvb-usb-v2/af9035*
3346
3347 DVB_USB_ANYSEE MEDIA DRIVER
3348 M:      Antti Palosaari <crope@iki.fi>
3349 L:      linux-media@vger.kernel.org
3350 W:      http://linuxtv.org/
3351 W:      http://palosaari.fi/linux/
3352 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3353 T:      git git://linuxtv.org/anttip/media_tree.git
3354 S:      Maintained
3355 F:      drivers/media/usb/dvb-usb-v2/anysee*
3356
3357 DVB_USB_AU6610 MEDIA DRIVER
3358 M:      Antti Palosaari <crope@iki.fi>
3359 L:      linux-media@vger.kernel.org
3360 W:      http://linuxtv.org/
3361 W:      http://palosaari.fi/linux/
3362 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3363 T:      git git://linuxtv.org/anttip/media_tree.git
3364 S:      Maintained
3365 F:      drivers/media/usb/dvb-usb-v2/au6610*
3366
3367 DVB_USB_CE6230 MEDIA DRIVER
3368 M:      Antti Palosaari <crope@iki.fi>
3369 L:      linux-media@vger.kernel.org
3370 W:      http://linuxtv.org/
3371 W:      http://palosaari.fi/linux/
3372 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3373 T:      git git://linuxtv.org/anttip/media_tree.git
3374 S:      Maintained
3375 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3376
3377 DVB_USB_CXUSB MEDIA DRIVER
3378 M:      Michael Krufky <mkrufky@linuxtv.org>
3379 L:      linux-media@vger.kernel.org
3380 W:      http://linuxtv.org/
3381 W:      http://github.com/mkrufky
3382 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3383 T:      git git://linuxtv.org/media_tree.git
3384 S:      Maintained
3385 F:      drivers/media/usb/dvb-usb/cxusb*
3386
3387 DVB_USB_EC168 MEDIA DRIVER
3388 M:      Antti Palosaari <crope@iki.fi>
3389 L:      linux-media@vger.kernel.org
3390 W:      http://linuxtv.org/
3391 W:      http://palosaari.fi/linux/
3392 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3393 T:      git git://linuxtv.org/anttip/media_tree.git
3394 S:      Maintained
3395 F:      drivers/media/usb/dvb-usb-v2/ec168*
3396
3397 DVB_USB_GL861 MEDIA DRIVER
3398 M:      Antti Palosaari <crope@iki.fi>
3399 L:      linux-media@vger.kernel.org
3400 W:      http://linuxtv.org/
3401 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3402 T:      git git://linuxtv.org/anttip/media_tree.git
3403 S:      Maintained
3404 F:      drivers/media/usb/dvb-usb-v2/gl861*
3405
3406 DVB_USB_MXL111SF MEDIA DRIVER
3407 M:      Michael Krufky <mkrufky@linuxtv.org>
3408 L:      linux-media@vger.kernel.org
3409 W:      http://linuxtv.org/
3410 W:      http://github.com/mkrufky
3411 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3412 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3413 S:      Maintained
3414 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3415
3416 DVB_USB_RTL28XXU MEDIA DRIVER
3417 M:      Antti Palosaari <crope@iki.fi>
3418 L:      linux-media@vger.kernel.org
3419 W:      http://linuxtv.org/
3420 W:      http://palosaari.fi/linux/
3421 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3422 T:      git git://linuxtv.org/anttip/media_tree.git
3423 S:      Maintained
3424 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3425
3426 DVB_USB_V2 MEDIA DRIVER
3427 M:      Antti Palosaari <crope@iki.fi>
3428 L:      linux-media@vger.kernel.org
3429 W:      http://linuxtv.org/
3430 W:      http://palosaari.fi/linux/
3431 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3432 T:      git git://linuxtv.org/anttip/media_tree.git
3433 S:      Maintained
3434 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3435 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3436
3437 DYNAMIC DEBUG
3438 M:      Jason Baron <jbaron@akamai.com>
3439 S:      Maintained
3440 F:      lib/dynamic_debug.c
3441 F:      include/linux/dynamic_debug.h
3442
3443 DZ DECSTATION DZ11 SERIAL DRIVER
3444 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3445 S:      Maintained
3446 F:      drivers/tty/serial/dz.*
3447
3448 E4000 MEDIA DRIVER
3449 M:      Antti Palosaari <crope@iki.fi>
3450 L:      linux-media@vger.kernel.org
3451 W:      http://linuxtv.org/
3452 W:      http://palosaari.fi/linux/
3453 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3454 T:      git git://linuxtv.org/anttip/media_tree.git
3455 S:      Maintained
3456 F:      drivers/media/tuners/e4000*
3457
3458 EATA ISA/EISA/PCI SCSI DRIVER
3459 M:      Dario Ballabio <ballabio_dario@emc.com>
3460 L:      linux-scsi@vger.kernel.org
3461 S:      Maintained
3462 F:      drivers/scsi/eata.c
3463
3464 EC100 MEDIA DRIVER
3465 M:      Antti Palosaari <crope@iki.fi>
3466 L:      linux-media@vger.kernel.org
3467 W:      http://linuxtv.org/
3468 W:      http://palosaari.fi/linux/
3469 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3470 T:      git git://linuxtv.org/anttip/media_tree.git
3471 S:      Maintained
3472 F:      drivers/media/dvb-frontends/ec100*
3473
3474 ECRYPT FILE SYSTEM
3475 M:      Tyler Hicks <tyhicks@canonical.com>
3476 L:      ecryptfs@vger.kernel.org
3477 W:      http://ecryptfs.org
3478 W:      https://launchpad.net/ecryptfs
3479 S:      Supported
3480 F:      Documentation/filesystems/ecryptfs.txt
3481 F:      fs/ecryptfs/
3482
3483 EDAC-CORE
3484 M:      Doug Thompson <dougthompson@xmission.com>
3485 M:      Borislav Petkov <bp@alien8.de>
3486 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3487 L:      linux-edac@vger.kernel.org
3488 W:      bluesmoke.sourceforge.net
3489 S:      Supported
3490 F:      Documentation/edac.txt
3491 F:      drivers/edac/
3492 F:      include/linux/edac.h
3493
3494 EDAC-AMD64
3495 M:      Doug Thompson <dougthompson@xmission.com>
3496 M:      Borislav Petkov <bp@alien8.de>
3497 L:      linux-edac@vger.kernel.org
3498 W:      bluesmoke.sourceforge.net
3499 S:      Maintained
3500 F:      drivers/edac/amd64_edac*
3501
3502 EDAC-CALXEDA
3503 M:      Doug Thompson <dougthompson@xmission.com>
3504 M:      Robert Richter <rric@kernel.org>
3505 L:      linux-edac@vger.kernel.org
3506 W:      bluesmoke.sourceforge.net
3507 S:      Maintained
3508 F:      drivers/edac/highbank*
3509
3510 EDAC-CAVIUM
3511 M:      Ralf Baechle <ralf@linux-mips.org>
3512 M:      David Daney <david.daney@cavium.com>
3513 L:      linux-edac@vger.kernel.org
3514 L:      linux-mips@linux-mips.org
3515 W:      bluesmoke.sourceforge.net
3516 S:      Supported
3517 F:      drivers/edac/octeon_edac*
3518
3519 EDAC-E752X
3520 M:      Mark Gross <mark.gross@intel.com>
3521 M:      Doug Thompson <dougthompson@xmission.com>
3522 L:      linux-edac@vger.kernel.org
3523 W:      bluesmoke.sourceforge.net
3524 S:      Maintained
3525 F:      drivers/edac/e752x_edac.c
3526
3527 EDAC-E7XXX
3528 M:      Doug Thompson <dougthompson@xmission.com>
3529 L:      linux-edac@vger.kernel.org
3530 W:      bluesmoke.sourceforge.net
3531 S:      Maintained
3532 F:      drivers/edac/e7xxx_edac.c
3533
3534 EDAC-GHES
3535 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3536 L:      linux-edac@vger.kernel.org
3537 W:      bluesmoke.sourceforge.net
3538 S:      Maintained
3539 F:      drivers/edac/ghes_edac.c
3540
3541 EDAC-I82443BXGX
3542 M:      Tim Small <tim@buttersideup.com>
3543 L:      linux-edac@vger.kernel.org
3544 W:      bluesmoke.sourceforge.net
3545 S:      Maintained
3546 F:      drivers/edac/i82443bxgx_edac.c
3547
3548 EDAC-I3000
3549 M:      Jason Uhlenkott <juhlenko@akamai.com>
3550 L:      linux-edac@vger.kernel.org
3551 W:      bluesmoke.sourceforge.net
3552 S:      Maintained
3553 F:      drivers/edac/i3000_edac.c
3554
3555 EDAC-I5000
3556 M:      Doug Thompson <dougthompson@xmission.com>
3557 L:      linux-edac@vger.kernel.org
3558 W:      bluesmoke.sourceforge.net
3559 S:      Maintained
3560 F:      drivers/edac/i5000_edac.c
3561
3562 EDAC-I5400
3563 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3564 L:      linux-edac@vger.kernel.org
3565 W:      bluesmoke.sourceforge.net
3566 S:      Maintained
3567 F:      drivers/edac/i5400_edac.c
3568
3569 EDAC-I7300
3570 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3571 L:      linux-edac@vger.kernel.org
3572 W:      bluesmoke.sourceforge.net
3573 S:      Maintained
3574 F:      drivers/edac/i7300_edac.c
3575
3576 EDAC-I7CORE
3577 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3578 L:      linux-edac@vger.kernel.org
3579 W:      bluesmoke.sourceforge.net
3580 S:      Maintained
3581 F:      drivers/edac/i7core_edac.c
3582
3583 EDAC-I82975X
3584 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3585 M:      "Arvind R." <arvino55@gmail.com>
3586 L:      linux-edac@vger.kernel.org
3587 W:      bluesmoke.sourceforge.net
3588 S:      Maintained
3589 F:      drivers/edac/i82975x_edac.c
3590
3591 EDAC-IE31200
3592 M:      Jason Baron <jbaron@akamai.com>
3593 L:      linux-edac@vger.kernel.org
3594 W:      bluesmoke.sourceforge.net
3595 S:      Maintained
3596 F:      drivers/edac/ie31200_edac.c
3597
3598 EDAC-MPC85XX
3599 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3600 L:      linux-edac@vger.kernel.org
3601 W:      bluesmoke.sourceforge.net
3602 S:      Maintained
3603 F:      drivers/edac/mpc85xx_edac.[ch]
3604
3605 EDAC-PASEMI
3606 M:      Egor Martovetsky <egor@pasemi.com>
3607 L:      linux-edac@vger.kernel.org
3608 W:      bluesmoke.sourceforge.net
3609 S:      Maintained
3610 F:      drivers/edac/pasemi_edac.c
3611
3612 EDAC-R82600
3613 M:      Tim Small <tim@buttersideup.com>
3614 L:      linux-edac@vger.kernel.org
3615 W:      bluesmoke.sourceforge.net
3616 S:      Maintained
3617 F:      drivers/edac/r82600_edac.c
3618
3619 EDAC-SBRIDGE
3620 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3621 L:      linux-edac@vger.kernel.org
3622 W:      bluesmoke.sourceforge.net
3623 S:      Maintained
3624 F:      drivers/edac/sb_edac.c
3625
3626 EDIROL UA-101/UA-1000 DRIVER
3627 M:      Clemens Ladisch <clemens@ladisch.de>
3628 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3629 T:      git git://git.alsa-project.org/alsa-kernel.git
3630 S:      Maintained
3631 F:      sound/usb/misc/ua101.c
3632
3633 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3634 M:      Matt Fleming <matt.fleming@intel.com>
3635 L:      linux-efi@vger.kernel.org
3636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3637 S:      Maintained
3638 F:      Documentation/efi-stub.txt
3639 F:      arch/ia64/kernel/efi.c
3640 F:      arch/x86/boot/compressed/eboot.[ch]
3641 F:      arch/x86/include/asm/efi.h
3642 F:      arch/x86/platform/efi/*
3643 F:      drivers/firmware/efi/*
3644 F:      include/linux/efi*.h
3645
3646 EFI VARIABLE FILESYSTEM
3647 M:      Matthew Garrett <matthew.garrett@nebula.com>
3648 M:      Jeremy Kerr <jk@ozlabs.org>
3649 M:      Matt Fleming <matt.fleming@intel.com>
3650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3651 L:      linux-efi@vger.kernel.org
3652 S:      Maintained
3653 F:      fs/efivarfs/
3654
3655 EFIFB FRAMEBUFFER DRIVER
3656 L:      linux-fbdev@vger.kernel.org
3657 M:      Peter Jones <pjones@redhat.com>
3658 S:      Maintained
3659 F:      drivers/video/fbdev/efifb.c
3660
3661 EFS FILESYSTEM
3662 W:      http://aeschi.ch.eu.org/efs/
3663 S:      Orphan
3664 F:      fs/efs/
3665
3666 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3667 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3668 M:      Christoph Raisch <raisch@de.ibm.com>
3669 L:      linux-rdma@vger.kernel.org
3670 S:      Supported
3671 F:      drivers/infiniband/hw/ehca/
3672
3673 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3674 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3675 L:      netdev@vger.kernel.org
3676 S:      Maintained
3677 F:      drivers/net/ethernet/ibm/ehea/
3678
3679 EM28XX VIDEO4LINUX DRIVER
3680 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3681 L:      linux-media@vger.kernel.org
3682 W:      http://linuxtv.org
3683 T:      git git://linuxtv.org/media_tree.git
3684 S:      Maintained
3685 F:      drivers/media/usb/em28xx/
3686
3687 EMBEDDED LINUX
3688 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3689 M:      Matt Mackall <mpm@selenic.com>
3690 M:      David Woodhouse <dwmw2@infradead.org>
3691 L:      linux-embedded@vger.kernel.org
3692 S:      Maintained
3693
3694 EMULEX LPFC FC SCSI DRIVER
3695 M:      James Smart <james.smart@emulex.com>
3696 L:      linux-scsi@vger.kernel.org
3697 W:      http://sourceforge.net/projects/lpfcxxxx
3698 S:      Supported
3699 F:      drivers/scsi/lpfc/
3700
3701 ENE CB710 FLASH CARD READER DRIVER
3702 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3703 S:      Maintained
3704 F:      drivers/misc/cb710/
3705 F:      drivers/mmc/host/cb710-mmc.*
3706 F:      include/linux/cb710.h
3707
3708 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3709 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3710 S:      Maintained
3711 F:      drivers/media/rc/ene_ir.*
3712
3713 ENHANCED ERROR HANDLING (EEH)
3714 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3715 L:      linuxppc-dev@lists.ozlabs.org
3716 S:      Supported
3717 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3718 F:      arch/powerpc/kernel/eeh*.c
3719
3720 EPSON S1D13XXX FRAMEBUFFER DRIVER
3721 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3722 S:      Maintained
3723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3724 F:      drivers/video/fbdev/s1d13xxxfb.c
3725 F:      include/video/s1d13xxxfb.h
3726
3727 ET131X NETWORK DRIVER
3728 M:      Mark Einon <mark.einon@gmail.com>
3729 S:      Odd Fixes
3730 F:      drivers/net/ethernet/agere/
3731
3732 ETHERNET BRIDGE
3733 M:      Stephen Hemminger <stephen@networkplumber.org>
3734 L:      bridge@lists.linux-foundation.org
3735 L:      netdev@vger.kernel.org
3736 W:      http://www.linuxfoundation.org/en/Net:Bridge
3737 S:      Maintained
3738 F:      include/linux/netfilter_bridge/
3739 F:      net/bridge/
3740
3741 ETHERNET PHY LIBRARY
3742 M:      Florian Fainelli <f.fainelli@gmail.com>
3743 L:      netdev@vger.kernel.org
3744 S:      Maintained
3745 F:      include/linux/phy.h
3746 F:      include/linux/phy_fixed.h
3747 F:      drivers/net/phy/
3748 F:      Documentation/networking/phy.txt
3749 F:      drivers/of/of_mdio.c
3750 F:      drivers/of/of_net.c
3751
3752 EXT2 FILE SYSTEM
3753 M:      Jan Kara <jack@suse.cz>
3754 L:      linux-ext4@vger.kernel.org
3755 S:      Maintained
3756 F:      Documentation/filesystems/ext2.txt
3757 F:      fs/ext2/
3758 F:      include/linux/ext2*
3759
3760 EXT3 FILE SYSTEM
3761 M:      Jan Kara <jack@suse.cz>
3762 M:      Andrew Morton <akpm@linux-foundation.org>
3763 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3764 L:      linux-ext4@vger.kernel.org
3765 S:      Maintained
3766 F:      Documentation/filesystems/ext3.txt
3767 F:      fs/ext3/
3768
3769 EXT4 FILE SYSTEM
3770 M:      "Theodore Ts'o" <tytso@mit.edu>
3771 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3772 L:      linux-ext4@vger.kernel.org
3773 W:      http://ext4.wiki.kernel.org
3774 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3775 S:      Maintained
3776 F:      Documentation/filesystems/ext4.txt
3777 F:      fs/ext4/
3778
3779 Extended Verification Module (EVM)
3780 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3781 L:      linux-ima-devel@lists.sourceforge.net
3782 L:      linux-security-module@vger.kernel.org
3783 S:      Supported
3784 F:      security/integrity/evm/
3785
3786 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3787 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3788 M:      Chanwoo Choi <cw00.choi@samsung.com>
3789 L:      linux-kernel@vger.kernel.org
3790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3791 S:      Maintained
3792 F:      drivers/extcon/
3793 F:      Documentation/extcon/
3794
3795 EXYNOS DP DRIVER
3796 M:      Jingoo Han <jg1.han@samsung.com>
3797 L:      dri-devel@lists.freedesktop.org
3798 S:      Maintained
3799 F:      drivers/gpu/drm/exynos/exynos_dp*
3800
3801 EXYNOS MIPI DISPLAY DRIVERS
3802 M:      Inki Dae <inki.dae@samsung.com>
3803 M:      Donghwa Lee <dh09.lee@samsung.com>
3804 M:      Kyungmin Park <kyungmin.park@samsung.com>
3805 L:      linux-fbdev@vger.kernel.org
3806 S:      Maintained
3807 F:      drivers/video/fbdev/exynos/exynos_mipi*
3808 F:      include/video/exynos_mipi*
3809
3810 F71805F HARDWARE MONITORING DRIVER
3811 M:      Jean Delvare <jdelvare@suse.de>
3812 L:      lm-sensors@lm-sensors.org
3813 S:      Maintained
3814 F:      Documentation/hwmon/f71805f
3815 F:      drivers/hwmon/f71805f.c
3816
3817 FC0011 TUNER DRIVER
3818 M:      Michael Buesch <m@bues.ch>
3819 L:      linux-media@vger.kernel.org
3820 S:      Maintained
3821 F:      drivers/media/tuners/fc0011.h
3822 F:      drivers/media/tuners/fc0011.c
3823
3824 FC2580 MEDIA DRIVER
3825 M:      Antti Palosaari <crope@iki.fi>
3826 L:      linux-media@vger.kernel.org
3827 W:      http://linuxtv.org/
3828 W:      http://palosaari.fi/linux/
3829 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3830 T:      git git://linuxtv.org/anttip/media_tree.git
3831 S:      Maintained
3832 F:      drivers/media/tuners/fc2580*
3833
3834 FANOTIFY
3835 M:      Eric Paris <eparis@redhat.com>
3836 S:      Maintained
3837 F:      fs/notify/fanotify/
3838 F:      include/linux/fanotify.h
3839 F:      include/uapi/linux/fanotify.h
3840
3841 FARSYNC SYNCHRONOUS DRIVER
3842 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3843 W:      http://www.farsite.co.uk/
3844 S:      Supported
3845 F:      drivers/net/wan/farsync.*
3846
3847 FAULT INJECTION SUPPORT
3848 M:      Akinobu Mita <akinobu.mita@gmail.com>
3849 S:      Supported
3850 F:      Documentation/fault-injection/
3851 F:      lib/fault-inject.c
3852
3853 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3854 M:      Robert Love <robert.w.love@intel.com>
3855 L:      fcoe-devel@open-fcoe.org
3856 W:      www.Open-FCoE.org
3857 S:      Supported
3858 F:      drivers/scsi/libfc/
3859 F:      drivers/scsi/fcoe/
3860 F:      include/scsi/fc/
3861 F:      include/scsi/libfc.h
3862 F:      include/scsi/libfcoe.h
3863 F:      include/uapi/scsi/fc/
3864
3865 FILE LOCKING (flock() and fcntl()/lockf())
3866 M:      Jeff Layton <jlayton@poochiereds.net>
3867 M:      J. Bruce Fields <bfields@fieldses.org>
3868 L:      linux-fsdevel@vger.kernel.org
3869 S:      Maintained
3870 F:      include/linux/fcntl.h
3871 F:      include/linux/fs.h
3872 F:      include/uapi/linux/fcntl.h
3873 F:      include/uapi/linux/fs.h
3874 F:      fs/fcntl.c
3875 F:      fs/locks.c
3876
3877 FILESYSTEMS (VFS and infrastructure)
3878 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3879 L:      linux-fsdevel@vger.kernel.org
3880 S:      Maintained
3881 F:      fs/*
3882
3883 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3884 M:      Riku Voipio <riku.voipio@iki.fi>
3885 L:      lm-sensors@lm-sensors.org
3886 S:      Maintained
3887 F:      drivers/hwmon/f75375s.c
3888 F:      include/linux/f75375s.h
3889
3890 FIREWIRE AUDIO DRIVERS
3891 M:      Clemens Ladisch <clemens@ladisch.de>
3892 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3893 T:      git git://git.alsa-project.org/alsa-kernel.git
3894 S:      Maintained
3895 F:      sound/firewire/
3896
3897 FIREWIRE MEDIA DRIVERS (firedtv)
3898 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3899 L:      linux-media@vger.kernel.org
3900 L:      linux1394-devel@lists.sourceforge.net
3901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3902 S:      Maintained
3903 F:      drivers/media/firewire/
3904
3905 FIREWIRE SBP-2 TARGET
3906 M:      Chris Boot <bootc@bootc.net>
3907 L:      linux-scsi@vger.kernel.org
3908 L:      target-devel@vger.kernel.org
3909 L:      linux1394-devel@lists.sourceforge.net
3910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3911 S:      Maintained
3912 F:      drivers/target/sbp/
3913
3914 FIREWIRE SUBSYSTEM
3915 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3916 L:      linux1394-devel@lists.sourceforge.net
3917 W:      http://ieee1394.wiki.kernel.org/
3918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3919 S:      Maintained
3920 F:      drivers/firewire/
3921 F:      include/linux/firewire.h
3922 F:      include/uapi/linux/firewire*.h
3923 F:      tools/firewire/
3924
3925 FIRMWARE LOADER (request_firmware)
3926 M:      Ming Lei <ming.lei@canonical.com>
3927 L:      linux-kernel@vger.kernel.org
3928 S:      Maintained
3929 F:      Documentation/firmware_class/
3930 F:      drivers/base/firmware*.c
3931 F:      include/linux/firmware.h
3932
3933 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3934 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3935 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3936 S:      Maintained
3937 F:      drivers/block/rsxx/
3938
3939 FLOPPY DRIVER
3940 M:      Jiri Kosina <jkosina@suse.cz>
3941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3942 S:      Odd fixes
3943 F:      drivers/block/floppy.c
3944
3945 FMC SUBSYSTEM
3946 M:      Alessandro Rubini <rubini@gnudd.com>
3947 W:      http://www.ohwr.org/projects/fmc-bus
3948 S:      Supported
3949 F:      drivers/fmc/
3950 F:      include/linux/fmc*.h
3951 F:      include/linux/ipmi-fru.h
3952 K:      fmc_d.*register
3953
3954 FPU EMULATOR
3955 M:      Bill Metzenthen <billm@melbpc.org.au>
3956 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3957 S:      Maintained
3958 F:      arch/x86/math-emu/
3959
3960 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3961 L:      netdev@vger.kernel.org
3962 S:      Orphan
3963 F:      drivers/net/wan/dlci.c
3964 F:      drivers/net/wan/sdla.c
3965
3966 FRAMEBUFFER LAYER
3967 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3968 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
3969 L:      linux-fbdev@vger.kernel.org
3970 W:      http://linux-fbdev.sourceforge.net/
3971 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
3972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
3973 S:      Maintained
3974 F:      Documentation/fb/
3975 F:      Documentation/devicetree/bindings/fb/
3976 F:      drivers/video/
3977 F:      include/video/
3978 F:      include/linux/fb.h
3979 F:      include/uapi/video/
3980 F:      include/uapi/linux/fb.h
3981
3982 FREESCALE DIU FRAMEBUFFER DRIVER
3983 M:      Timur Tabi <timur@tabi.org>
3984 L:      linux-fbdev@vger.kernel.org
3985 S:      Maintained
3986 F:      drivers/video/fbdev/fsl-diu-fb.*
3987
3988 FREESCALE DMA DRIVER
3989 M:      Li Yang <leoli@freescale.com>
3990 M:      Zhang Wei <zw@zh-kernel.org>
3991 L:      linuxppc-dev@lists.ozlabs.org
3992 S:      Maintained
3993 F:      drivers/dma/fsldma.*
3994
3995 FREESCALE I2C CPM DRIVER
3996 M:      Jochen Friedrich <jochen@scram.de>
3997 L:      linuxppc-dev@lists.ozlabs.org
3998 L:      linux-i2c@vger.kernel.org
3999 S:      Maintained
4000 F:      drivers/i2c/busses/i2c-cpm.c
4001
4002 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4003 M:      Sascha Hauer <kernel@pengutronix.de>
4004 L:      linux-fbdev@vger.kernel.org
4005 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4006 S:      Maintained
4007 F:      include/linux/platform_data/video-imxfb.h
4008 F:      drivers/video/fbdev/imxfb.c
4009
4010 FREESCALE SOC FS_ENET DRIVER
4011 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4012 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4013 L:      linuxppc-dev@lists.ozlabs.org
4014 L:      netdev@vger.kernel.org
4015 S:      Maintained
4016 F:      drivers/net/ethernet/freescale/fs_enet/
4017 F:      include/linux/fs_enet_pd.h
4018
4019 FREESCALE QUICC ENGINE LIBRARY
4020 L:      linuxppc-dev@lists.ozlabs.org
4021 S:      Orphan
4022 F:      arch/powerpc/sysdev/qe_lib/
4023 F:      arch/powerpc/include/asm/*qe.h
4024
4025 FREESCALE USB PERIPHERAL DRIVERS
4026 M:      Li Yang <leoli@freescale.com>
4027 L:      linux-usb@vger.kernel.org
4028 L:      linuxppc-dev@lists.ozlabs.org
4029 S:      Maintained
4030 F:      drivers/usb/gadget/udc/fsl*
4031
4032 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4033 M:      Li Yang <leoli@freescale.com>
4034 L:      netdev@vger.kernel.org
4035 L:      linuxppc-dev@lists.ozlabs.org
4036 S:      Maintained
4037 F:      drivers/net/ethernet/freescale/ucc_geth*
4038
4039 FREESCALE QUICC ENGINE UCC UART DRIVER
4040 M:      Timur Tabi <timur@tabi.org>
4041 L:      linuxppc-dev@lists.ozlabs.org
4042 S:      Maintained
4043 F:      drivers/tty/serial/ucc_uart.c
4044
4045 FREESCALE SOC SOUND DRIVERS
4046 M:      Timur Tabi <timur@tabi.org>
4047 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4048 M:      Xiubo Li <Li.Xiubo@freescale.com>
4049 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4050 L:      linuxppc-dev@lists.ozlabs.org
4051 S:      Maintained
4052 F:      sound/soc/fsl/fsl*
4053 F:      sound/soc/fsl/imx*
4054 F:      sound/soc/fsl/mpc8610_hpcd.c
4055
4056 FREEVXFS FILESYSTEM
4057 M:      Christoph Hellwig <hch@infradead.org>
4058 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4059 S:      Maintained
4060 F:      fs/freevxfs/
4061
4062 FREEZER
4063 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4064 M:      Pavel Machek <pavel@ucw.cz>
4065 L:      linux-pm@vger.kernel.org
4066 S:      Supported
4067 F:      Documentation/power/freezing-of-tasks.txt
4068 F:      include/linux/freezer.h
4069 F:      kernel/freezer.c
4070
4071 FRONTSWAP API
4072 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4073 L:      linux-kernel@vger.kernel.org
4074 S:      Maintained
4075 F:      mm/frontswap.c
4076 F:      include/linux/frontswap.h
4077
4078 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4079 M:      David Howells <dhowells@redhat.com>
4080 L:      linux-cachefs@redhat.com
4081 S:      Supported
4082 F:      Documentation/filesystems/caching/
4083 F:      fs/fscache/
4084 F:      include/linux/fscache*.h
4085
4086 F2FS FILE SYSTEM
4087 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4088 M:      Changman Lee <cm224.lee@samsung.com>
4089 L:      linux-f2fs-devel@lists.sourceforge.net
4090 W:      http://en.wikipedia.org/wiki/F2FS
4091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4092 S:      Maintained
4093 F:      Documentation/filesystems/f2fs.txt
4094 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4095 F:      fs/f2fs/
4096 F:      include/linux/f2fs_fs.h
4097
4098 FUJITSU FR-V (FRV) PORT
4099 M:      David Howells <dhowells@redhat.com>
4100 S:      Maintained
4101 F:      arch/frv/
4102
4103 FUJITSU LAPTOP EXTRAS
4104 M:      Jonathan Woithe <jwoithe@just42.net>
4105 L:      platform-driver-x86@vger.kernel.org
4106 S:      Maintained
4107 F:      drivers/platform/x86/fujitsu-laptop.c
4108
4109 FUJITSU M-5MO LS CAMERA ISP DRIVER
4110 M:      Kyungmin Park <kyungmin.park@samsung.com>
4111 M:      Heungjun Kim <riverful.kim@samsung.com>
4112 L:      linux-media@vger.kernel.org
4113 S:      Maintained
4114 F:      drivers/media/i2c/m5mols/
4115 F:      include/media/m5mols.h
4116
4117 FUJITSU TABLET EXTRAS
4118 M:      Robert Gerlach <khnz@gmx.de>
4119 L:      platform-driver-x86@vger.kernel.org
4120 S:      Maintained
4121 F:      drivers/platform/x86/fujitsu-tablet.c
4122
4123 FUSE: FILESYSTEM IN USERSPACE
4124 M:      Miklos Szeredi <miklos@szeredi.hu>
4125 L:      fuse-devel@lists.sourceforge.net
4126 W:      http://fuse.sourceforge.net/
4127 S:      Maintained
4128 F:      fs/fuse/
4129 F:      include/uapi/linux/fuse.h
4130
4131 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4132 M:      Rik Faith <faith@cs.unc.edu>
4133 L:      linux-scsi@vger.kernel.org
4134 S:      Odd Fixes (e.g., new signatures)
4135 F:      drivers/scsi/fdomain.*
4136
4137 GCOV BASED KERNEL PROFILING
4138 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4139 S:      Maintained
4140 F:      kernel/gcov/
4141 F:      Documentation/gcov.txt
4142
4143 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4144 M:      Achim Leubner <achim_leubner@adaptec.com>
4145 L:      linux-scsi@vger.kernel.org
4146 W:      http://www.icp-vortex.com/
4147 S:      Supported
4148 F:      drivers/scsi/gdt*
4149
4150 GEMTEK FM RADIO RECEIVER DRIVER
4151 M:      Hans Verkuil <hverkuil@xs4all.nl>
4152 L:      linux-media@vger.kernel.org
4153 T:      git git://linuxtv.org/media_tree.git
4154 W:      http://linuxtv.org
4155 S:      Maintained
4156 F:      drivers/media/radio/radio-gemtek*
4157
4158 GENERIC GPIO I2C DRIVER
4159 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4160 S:      Supported
4161 F:      drivers/i2c/busses/i2c-gpio.c
4162 F:      include/linux/i2c-gpio.h
4163
4164 GENERIC GPIO I2C MULTIPLEXER DRIVER
4165 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4166 L:      linux-i2c@vger.kernel.org
4167 S:      Supported
4168 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4169 F:      include/linux/i2c-mux-gpio.h
4170 F:      Documentation/i2c/muxes/i2c-mux-gpio
4171
4172 GENERIC HDLC (WAN) DRIVERS
4173 M:      Krzysztof Halasa <khc@pm.waw.pl>
4174 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4175 S:      Maintained
4176 F:      drivers/net/wan/c101.c
4177 F:      drivers/net/wan/hd6457*
4178 F:      drivers/net/wan/hdlc*
4179 F:      drivers/net/wan/n2.c
4180 F:      drivers/net/wan/pc300too.c
4181 F:      drivers/net/wan/pci200syn.c
4182 F:      drivers/net/wan/wanxl*
4183
4184 GENERIC INCLUDE/ASM HEADER FILES
4185 M:      Arnd Bergmann <arnd@arndb.de>
4186 L:      linux-arch@vger.kernel.org
4187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4188 S:      Maintained
4189 F:      include/asm-generic/
4190 F:      include/uapi/asm-generic/
4191
4192 GENERIC PHY FRAMEWORK
4193 M:      Kishon Vijay Abraham I <kishon@ti.com>
4194 L:      linux-kernel@vger.kernel.org
4195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4196 S:      Supported
4197 F:      drivers/phy/
4198 F:      include/linux/phy/
4199
4200 GENERIC UIO DRIVER FOR PCI DEVICES
4201 M:      "Michael S. Tsirkin" <mst@redhat.com>
4202 L:      kvm@vger.kernel.org
4203 S:      Supported
4204 F:      drivers/uio/uio_pci_generic.c
4205
4206 GET_MAINTAINER SCRIPT
4207 M:      Joe Perches <joe@perches.com>
4208 S:      Maintained
4209 F:      scripts/get_maintainer.pl
4210
4211 GFS2 FILE SYSTEM
4212 M:      Steven Whitehouse <swhiteho@redhat.com>
4213 L:      cluster-devel@redhat.com
4214 W:      http://sources.redhat.com/cluster/
4215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4216 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4217 S:      Supported
4218 F:      Documentation/filesystems/gfs2*.txt
4219 F:      fs/gfs2/
4220 F:      include/uapi/linux/gfs2_ondisk.h
4221
4222 GIGASET ISDN DRIVERS
4223 M:      Hansjoerg Lipp <hjlipp@web.de>
4224 M:      Tilman Schmidt <tilman@imap.cc>
4225 L:      gigaset307x-common@lists.sourceforge.net
4226 W:      http://gigaset307x.sourceforge.net/
4227 S:      Maintained
4228 F:      Documentation/isdn/README.gigaset
4229 F:      drivers/isdn/gigaset/
4230 F:      include/uapi/linux/gigaset_dev.h
4231
4232 GO7007 MPEG CODEC
4233 M:      Hans Verkuil <hans.verkuil@cisco.com>
4234 L:      linux-media@vger.kernel.org
4235 S:      Maintained
4236 F:      drivers/media/usb/go7007/
4237
4238 GPIO SUBSYSTEM
4239 M:      Linus Walleij <linus.walleij@linaro.org>
4240 M:      Alexandre Courbot <gnurou@gmail.com>
4241 L:      linux-gpio@vger.kernel.org
4242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4243 S:      Maintained
4244 F:      Documentation/gpio/
4245 F:      drivers/gpio/
4246 F:      include/linux/gpio/
4247 F:      include/linux/gpio.h
4248 F:      include/asm-generic/gpio.h
4249
4250 GRE DEMULTIPLEXER DRIVER
4251 M:      Dmitry Kozlov <xeb@mail.ru>
4252 L:      netdev@vger.kernel.org
4253 S:      Maintained
4254 F:      net/ipv4/gre_demux.c
4255 F:      net/ipv4/gre_offload.c
4256 F:      include/net/gre.h
4257
4258 GRETH 10/100/1G Ethernet MAC device driver
4259 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4260 L:      netdev@vger.kernel.org
4261 S:      Maintained
4262 F:      drivers/net/ethernet/aeroflex/
4263
4264 GSPCA FINEPIX SUBDRIVER
4265 M:      Frank Zago <frank@zago.net>
4266 L:      linux-media@vger.kernel.org
4267 T:      git git://linuxtv.org/media_tree.git
4268 S:      Maintained
4269 F:      drivers/media/usb/gspca/finepix.c
4270
4271 GSPCA GL860 SUBDRIVER
4272 M:      Olivier Lorin <o.lorin@laposte.net>
4273 L:      linux-media@vger.kernel.org
4274 T:      git git://linuxtv.org/media_tree.git
4275 S:      Maintained
4276 F:      drivers/media/usb/gspca/gl860/
4277
4278 GSPCA M5602 SUBDRIVER
4279 M:      Erik Andren <erik.andren@gmail.com>
4280 L:      linux-media@vger.kernel.org
4281 T:      git git://linuxtv.org/media_tree.git
4282 S:      Maintained
4283 F:      drivers/media/usb/gspca/m5602/
4284
4285 GSPCA PAC207 SONIXB SUBDRIVER
4286 M:      Hans de Goede <hdegoede@redhat.com>
4287 L:      linux-media@vger.kernel.org
4288 T:      git git://linuxtv.org/media_tree.git
4289 S:      Maintained
4290 F:      drivers/media/usb/gspca/pac207.c
4291
4292 GSPCA SN9C20X SUBDRIVER
4293 M:      Brian Johnson <brijohn@gmail.com>
4294 L:      linux-media@vger.kernel.org
4295 T:      git git://linuxtv.org/media_tree.git
4296 S:      Maintained
4297 F:      drivers/media/usb/gspca/sn9c20x.c
4298
4299 GSPCA T613 SUBDRIVER
4300 M:      Leandro Costantino <lcostantino@gmail.com>
4301 L:      linux-media@vger.kernel.org
4302 T:      git git://linuxtv.org/media_tree.git
4303 S:      Maintained
4304 F:      drivers/media/usb/gspca/t613.c
4305
4306 GSPCA USB WEBCAM DRIVER
4307 M:      Hans de Goede <hdegoede@redhat.com>
4308 L:      linux-media@vger.kernel.org
4309 T:      git git://linuxtv.org/media_tree.git
4310 S:      Maintained
4311 F:      drivers/media/usb/gspca/
4312
4313 GUID PARTITION TABLE (GPT)
4314 M:      Davidlohr Bueso <davidlohr@hp.com>
4315 L:      linux-efi@vger.kernel.org
4316 S:      Maintained
4317 F:      block/partitions/efi.*
4318
4319 STK1160 USB VIDEO CAPTURE DRIVER
4320 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4321 L:      linux-media@vger.kernel.org
4322 T:      git git://linuxtv.org/media_tree.git
4323 S:      Maintained
4324 F:      drivers/media/usb/stk1160/
4325
4326 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4327 M:      Frank Seidel <frank@f-seidel.de>
4328 L:      platform-driver-x86@vger.kernel.org
4329 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4330 S:      Maintained
4331 F:      drivers/platform/x86/hdaps.c
4332
4333 HDPVR USB VIDEO ENCODER DRIVER
4334 M:      Hans Verkuil <hverkuil@xs4all.nl>
4335 L:      linux-media@vger.kernel.org
4336 T:      git git://linuxtv.org/media_tree.git
4337 W:      http://linuxtv.org
4338 S:      Odd Fixes
4339 F:      drivers/media/usb/hdpvr/
4340
4341 HWPOISON MEMORY FAILURE HANDLING
4342 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4343 L:      linux-mm@kvack.org
4344 S:      Maintained
4345 F:      mm/memory-failure.c
4346 F:      mm/hwpoison-inject.c
4347
4348 HYPERVISOR VIRTUAL CONSOLE DRIVER
4349 L:      linuxppc-dev@lists.ozlabs.org
4350 S:      Odd Fixes
4351 F:      drivers/tty/hvc/
4352
4353 HACKRF MEDIA DRIVER
4354 M:      Antti Palosaari <crope@iki.fi>
4355 L:      linux-media@vger.kernel.org
4356 W:      http://linuxtv.org/
4357 W:      http://palosaari.fi/linux/
4358 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4359 T:      git git://linuxtv.org/anttip/media_tree.git
4360 S:      Maintained
4361 F:      drivers/media/usb/hackrf/
4362
4363 HARDWARE MONITORING
4364 M:      Jean Delvare <jdelvare@suse.de>
4365 M:      Guenter Roeck <linux@roeck-us.net>
4366 L:      lm-sensors@lm-sensors.org
4367 W:      http://www.lm-sensors.org/
4368 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4370 S:      Maintained
4371 F:      Documentation/hwmon/
4372 F:      drivers/hwmon/
4373 F:      include/linux/hwmon*.h
4374
4375 HARDWARE RANDOM NUMBER GENERATOR CORE
4376 M:      Matt Mackall <mpm@selenic.com>
4377 M:      Herbert Xu <herbert@gondor.apana.org.au>
4378 S:      Odd fixes
4379 F:      Documentation/hw_random.txt
4380 F:      drivers/char/hw_random/
4381 F:      include/linux/hw_random.h
4382
4383 HARDWARE SPINLOCK CORE
4384 M:      Ohad Ben-Cohen <ohad@wizery.com>
4385 S:      Maintained
4386 F:      Documentation/hwspinlock.txt
4387 F:      drivers/hwspinlock/hwspinlock_*
4388 F:      include/linux/hwspinlock.h
4389
4390 HARMONY SOUND DRIVER
4391 L:      linux-parisc@vger.kernel.org
4392 S:      Maintained
4393 F:      sound/parisc/harmony.*
4394
4395 HD29L2 MEDIA DRIVER
4396 M:      Antti Palosaari <crope@iki.fi>
4397 L:      linux-media@vger.kernel.org
4398 W:      http://linuxtv.org/
4399 W:      http://palosaari.fi/linux/
4400 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4401 T:      git git://linuxtv.org/anttip/media_tree.git
4402 S:      Maintained
4403 F:      drivers/media/dvb-frontends/hd29l2*
4404
4405 HEWLETT-PACKARD SMART2 RAID DRIVER
4406 L:      iss_storagedev@hp.com
4407 S:      Orphan
4408 F:      Documentation/blockdev/cpqarray.txt
4409 F:      drivers/block/cpqarray.*
4410
4411 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4412 M:      Don Brace <don.brace@pmcs.com>
4413 L:      iss_storagedev@hp.com
4414 L:      storagedev@pmcs.com
4415 L:      linux-scsi@vger.kernel.org
4416 S:      Supported
4417 F:      Documentation/scsi/hpsa.txt
4418 F:      drivers/scsi/hpsa*.[ch]
4419 F:      include/linux/cciss*.h
4420 F:      include/uapi/linux/cciss*.h
4421
4422 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4423 M:      Don Brace <don.brace@pmcs.com>
4424 L:      iss_storagedev@hp.com
4425 L:      storagedev@pmcs.com
4426 L:      linux-scsi@vger.kernel.org
4427 S:      Supported
4428 F:      Documentation/blockdev/cciss.txt
4429 F:      drivers/block/cciss*
4430 F:      include/linux/cciss_ioctl.h
4431 F:      include/uapi/linux/cciss_ioctl.h
4432
4433 HFS FILESYSTEM
4434 L:      linux-fsdevel@vger.kernel.org
4435 S:      Orphan
4436 F:      Documentation/filesystems/hfs.txt
4437 F:      fs/hfs/
4438
4439 HFSPLUS FILESYSTEM
4440 L:      linux-fsdevel@vger.kernel.org
4441 S:      Orphan
4442 F:      Documentation/filesystems/hfsplus.txt
4443 F:      fs/hfsplus/
4444
4445 HGA FRAMEBUFFER DRIVER
4446 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4447 L:      linux-nvidia@lists.surfsouth.com
4448 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4449 S:      Maintained
4450 F:      drivers/video/fbdev/hgafb.c
4451
4452 HIBERNATION (aka Software Suspend, aka swsusp)
4453 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4454 M:      Pavel Machek <pavel@ucw.cz>
4455 L:      linux-pm@vger.kernel.org
4456 S:      Supported
4457 F:      arch/x86/power/
4458 F:      drivers/base/power/
4459 F:      kernel/power/
4460 F:      include/linux/suspend.h
4461 F:      include/linux/freezer.h
4462 F:      include/linux/pm.h
4463 F:      arch/*/include/asm/suspend*.h
4464
4465 HID CORE LAYER
4466 M:      Jiri Kosina <jkosina@suse.cz>
4467 L:      linux-input@vger.kernel.org
4468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4469 S:      Maintained
4470 F:      drivers/hid/
4471 F:      include/linux/hid*
4472 F:      include/uapi/linux/hid*
4473
4474 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4475 M:      Thomas Gleixner <tglx@linutronix.de>
4476 L:      linux-kernel@vger.kernel.org
4477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4478 S:      Maintained
4479 F:      Documentation/timers/
4480 F:      kernel/time/hrtimer.c
4481 F:      kernel/time/clockevents.c
4482 F:      kernel/time/tick*.*
4483 F:      kernel/time/timer_*.c
4484 F:      include/linux/clockchips.h
4485 F:      include/linux/hrtimer.h
4486
4487 HIGH-SPEED SCC DRIVER FOR AX.25
4488 L:      linux-hams@vger.kernel.org
4489 S:      Orphan
4490 F:      drivers/net/hamradio/dmascc.c
4491 F:      drivers/net/hamradio/scc.c
4492
4493 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4494 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4495 W:      http://www.highpoint-tech.com
4496 S:      Supported
4497 F:      Documentation/scsi/hptiop.txt
4498 F:      drivers/scsi/hptiop.c
4499
4500 HIPPI
4501 M:      Jes Sorensen <jes@trained-monkey.org>
4502 L:      linux-hippi@sunsite.dk
4503 S:      Maintained
4504 F:      include/linux/hippidevice.h
4505 F:      include/uapi/linux/if_hippi.h
4506 F:      net/802/hippi.c
4507 F:      drivers/net/hippi/
4508
4509 HOST AP DRIVER
4510 M:      Jouni Malinen <j@w1.fi>
4511 L:      hostap@shmoo.com (subscribers-only)
4512 L:      linux-wireless@vger.kernel.org
4513 W:      http://hostap.epitest.fi/
4514 S:      Maintained
4515 F:      drivers/net/wireless/hostap/
4516
4517 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4518 L:      platform-driver-x86@vger.kernel.org
4519 S:      Orphan
4520 F:      drivers/platform/x86/tc1100-wmi.c
4521
4522 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4523 M:      Jaroslav Kysela <perex@perex.cz>
4524 S:      Maintained
4525 F:      drivers/net/ethernet/hp/hp100.*
4526
4527 HPET:   High Precision Event Timers driver
4528 M:      Clemens Ladisch <clemens@ladisch.de>
4529 S:      Maintained
4530 F:      Documentation/timers/hpet.txt
4531 F:      drivers/char/hpet.c
4532 F:      include/linux/hpet.h
4533 F:      include/uapi/linux/hpet.h
4534
4535 HPET:   x86
4536 S:      Orphan
4537 F:      arch/x86/kernel/hpet.c
4538 F:      arch/x86/include/asm/hpet.h
4539
4540 HPFS FILESYSTEM
4541 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4542 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4543 S:      Maintained
4544 F:      fs/hpfs/
4545
4546 HSI SUBSYSTEM
4547 M:      Sebastian Reichel <sre@kernel.org>
4548 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4549 S:      Maintained
4550 F:      Documentation/ABI/testing/sysfs-bus-hsi
4551 F:      Documentation/hsi.txt
4552 F:      drivers/hsi/
4553 F:      include/linux/hsi/
4554 F:      include/uapi/linux/hsi/
4555
4556 HSO 3G MODEM DRIVER
4557 M:      Jan Dumon <j.dumon@option.com>
4558 W:      http://www.pharscape.org
4559 S:      Maintained
4560 F:      drivers/net/usb/hso.c
4561
4562 HSR NETWORK PROTOCOL
4563 M:      Arvid Brodin <arvid.brodin@alten.se>
4564 L:      netdev@vger.kernel.org
4565 S:      Maintained
4566 F:      net/hsr/
4567
4568 HTCPEN TOUCHSCREEN DRIVER
4569 M:      Pau Oliva Fora <pof@eslack.org>
4570 L:      linux-input@vger.kernel.org
4571 S:      Maintained
4572 F:      drivers/input/touchscreen/htcpen.c
4573
4574 HUGETLB FILESYSTEM
4575 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4576 S:      Maintained
4577 F:      fs/hugetlbfs/
4578
4579 Hyper-V CORE AND DRIVERS
4580 M:      K. Y. Srinivasan <kys@microsoft.com>
4581 M:      Haiyang Zhang <haiyangz@microsoft.com>
4582 L:      devel@linuxdriverproject.org
4583 S:      Maintained
4584 F:      arch/x86/include/asm/mshyperv.h
4585 F:      arch/x86/include/uapi/asm/hyperv.h
4586 F:      arch/x86/kernel/cpu/mshyperv.c
4587 F:      drivers/hid/hid-hyperv.c
4588 F:      drivers/hv/
4589 F:      drivers/input/serio/hyperv-keyboard.c
4590 F:      drivers/net/hyperv/
4591 F:      drivers/scsi/storvsc_drv.c
4592 F:      drivers/video/fbdev/hyperv_fb.c
4593 F:      include/linux/hyperv.h
4594 F:      tools/hv/
4595
4596 I2C OVER PARALLEL PORT
4597 M:      Jean Delvare <jdelvare@suse.de>
4598 L:      linux-i2c@vger.kernel.org
4599 S:      Maintained
4600 F:      Documentation/i2c/busses/i2c-parport
4601 F:      Documentation/i2c/busses/i2c-parport-light
4602 F:      drivers/i2c/busses/i2c-parport.c
4603 F:      drivers/i2c/busses/i2c-parport-light.c
4604
4605 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4606 M:      Jean Delvare <jdelvare@suse.de>
4607 L:      linux-i2c@vger.kernel.org
4608 S:      Maintained
4609 F:      Documentation/i2c/busses/i2c-ali1535
4610 F:      Documentation/i2c/busses/i2c-ali1563
4611 F:      Documentation/i2c/busses/i2c-ali15x3
4612 F:      Documentation/i2c/busses/i2c-amd756
4613 F:      Documentation/i2c/busses/i2c-amd8111
4614 F:      Documentation/i2c/busses/i2c-i801
4615 F:      Documentation/i2c/busses/i2c-nforce2
4616 F:      Documentation/i2c/busses/i2c-piix4
4617 F:      Documentation/i2c/busses/i2c-sis5595
4618 F:      Documentation/i2c/busses/i2c-sis630
4619 F:      Documentation/i2c/busses/i2c-sis96x
4620 F:      Documentation/i2c/busses/i2c-via
4621 F:      Documentation/i2c/busses/i2c-viapro
4622 F:      drivers/i2c/busses/i2c-ali1535.c
4623 F:      drivers/i2c/busses/i2c-ali1563.c
4624 F:      drivers/i2c/busses/i2c-ali15x3.c
4625 F:      drivers/i2c/busses/i2c-amd756.c
4626 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4627 F:      drivers/i2c/busses/i2c-amd8111.c
4628 F:      drivers/i2c/busses/i2c-i801.c
4629 F:      drivers/i2c/busses/i2c-isch.c
4630 F:      drivers/i2c/busses/i2c-nforce2.c
4631 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4632 F:      drivers/i2c/busses/i2c-piix4.c
4633 F:      drivers/i2c/busses/i2c-sis5595.c
4634 F:      drivers/i2c/busses/i2c-sis630.c
4635 F:      drivers/i2c/busses/i2c-sis96x.c
4636 F:      drivers/i2c/busses/i2c-via.c
4637 F:      drivers/i2c/busses/i2c-viapro.c
4638
4639 I2C/SMBUS ISMT DRIVER
4640 M:      Seth Heasley <seth.heasley@intel.com>
4641 M:      Neil Horman <nhorman@tuxdriver.com>
4642 L:      linux-i2c@vger.kernel.org
4643 F:      drivers/i2c/busses/i2c-ismt.c
4644 F:      Documentation/i2c/busses/i2c-ismt
4645
4646 I2C/SMBUS STUB DRIVER
4647 M:      Jean Delvare <jdelvare@suse.de>
4648 L:      linux-i2c@vger.kernel.org
4649 S:      Maintained
4650 F:      drivers/i2c/i2c-stub.c
4651
4652 I2C SUBSYSTEM
4653 M:      Wolfram Sang <wsa@the-dreams.de>
4654 L:      linux-i2c@vger.kernel.org
4655 W:      https://i2c.wiki.kernel.org/
4656 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4658 S:      Maintained
4659 F:      Documentation/i2c/
4660 F:      drivers/i2c/
4661 F:      include/linux/i2c.h
4662 F:      include/linux/i2c-*.h
4663 F:      include/uapi/linux/i2c.h
4664 F:      include/uapi/linux/i2c-*.h
4665
4666 I2C ACPI SUPPORT
4667 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4668 L:      linux-i2c@vger.kernel.org
4669 L:      linux-acpi@vger.kernel.org
4670 S:      Maintained
4671
4672 I2C-TAOS-EVM DRIVER
4673 M:      Jean Delvare <jdelvare@suse.de>
4674 L:      linux-i2c@vger.kernel.org
4675 S:      Maintained
4676 F:      Documentation/i2c/busses/i2c-taos-evm
4677 F:      drivers/i2c/busses/i2c-taos-evm.c
4678
4679 I2C-TINY-USB DRIVER
4680 M:      Till Harbaum <till@harbaum.org>
4681 L:      linux-i2c@vger.kernel.org
4682 W:      http://www.harbaum.org/till/i2c_tiny_usb
4683 S:      Maintained
4684 F:      drivers/i2c/busses/i2c-tiny-usb.c
4685
4686 i386 BOOT CODE
4687 M:      "H. Peter Anvin" <hpa@zytor.com>
4688 S:      Maintained
4689 F:      arch/x86/boot/
4690
4691 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4692 M:      "H. Peter Anvin" <hpa@zytor.com>
4693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4694 S:      Maintained
4695
4696 IA64 (Itanium) PLATFORM
4697 M:      Tony Luck <tony.luck@intel.com>
4698 M:      Fenghua Yu <fenghua.yu@intel.com>
4699 L:      linux-ia64@vger.kernel.org
4700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4701 S:      Maintained
4702 F:      arch/ia64/
4703
4704 IBM Power in-Nest Crypto Acceleration
4705 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4706 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4707 L:      linux-crypto@vger.kernel.org
4708 S:      Supported
4709 F:      drivers/crypto/nx/
4710
4711 IBM Power 842 compression accelerator
4712 M:      Dan Streetman <ddstreet@us.ibm.com>
4713 S:      Supported
4714 F:      drivers/crypto/nx/nx-842.c
4715 F:      include/linux/nx842.h
4716
4717 IBM Power Linux RAID adapter
4718 M:      Brian King <brking@us.ibm.com>
4719 S:      Supported
4720 F:      drivers/scsi/ipr.*
4721
4722 IBM Power Virtual Ethernet Device Driver
4723 M:      Santiago Leon <santil@linux.vnet.ibm.com>
4724 L:      netdev@vger.kernel.org
4725 S:      Supported
4726 F:      drivers/net/ethernet/ibm/ibmveth.*
4727
4728 IBM Power Virtual SCSI Device Drivers
4729 M:      Nathan Fontenot <nfont@linux.vnet.ibm.com>
4730 L:      linux-scsi@vger.kernel.org
4731 S:      Supported
4732 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4733 F:      drivers/scsi/ibmvscsi/viosrp.h
4734
4735 IBM Power Virtual FC Device Drivers
4736 M:      Brian King <brking@linux.vnet.ibm.com>
4737 L:      linux-scsi@vger.kernel.org
4738 S:      Supported
4739 F:      drivers/scsi/ibmvscsi/ibmvfc*
4740
4741 IBM ServeRAID RAID DRIVER
4742 S:      Orphan
4743 F:      drivers/scsi/ips.*
4744
4745 ICH LPC AND GPIO DRIVER
4746 M:      Peter Tyser <ptyser@xes-inc.com>
4747 S:      Maintained
4748 F:      drivers/mfd/lpc_ich.c
4749 F:      drivers/gpio/gpio-ich.c
4750
4751 IDE SUBSYSTEM
4752 M:      "David S. Miller" <davem@davemloft.net>
4753 L:      linux-ide@vger.kernel.org
4754 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4756 S:      Maintained
4757 F:      Documentation/ide/
4758 F:      drivers/ide/
4759 F:      include/linux/ide.h
4760
4761 IDEAPAD LAPTOP EXTRAS DRIVER
4762 M:      Ike Panhc <ike.pan@canonical.com>
4763 L:      platform-driver-x86@vger.kernel.org
4764 W:      http://launchpad.net/ideapad-laptop
4765 S:      Maintained
4766 F:      drivers/platform/x86/ideapad-laptop.c
4767
4768 IDEAPAD LAPTOP SLIDEBAR DRIVER
4769 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4770 L:      linux-input@vger.kernel.org
4771 W:      https://github.com/o2genum/ideapad-slidebar
4772 S:      Maintained
4773 F:      drivers/input/misc/ideapad_slidebar.c
4774
4775 IDE/ATAPI DRIVERS
4776 M:      Borislav Petkov <bp@alien8.de>
4777 L:      linux-ide@vger.kernel.org
4778 S:      Maintained
4779 F:      Documentation/cdrom/ide-cd
4780 F:      drivers/ide/ide-cd*
4781
4782 IDLE-I7300
4783 M:      Andy Henroid <andrew.d.henroid@intel.com>
4784 L:      linux-pm@vger.kernel.org
4785 S:      Supported
4786 F:      drivers/idle/i7300_idle.c
4787
4788 IEEE 802.15.4 SUBSYSTEM
4789 M:      Alexander Aring <alex.aring@gmail.com>
4790 L:      linux-wpan@vger.kernel.org
4791 W:      https://github.com/linux-wpan
4792 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4793 S:      Maintained
4794 F:      net/ieee802154/
4795 F:      net/mac802154/
4796 F:      drivers/net/ieee802154/
4797 F:      include/linux/nl802154.h
4798 F:      include/linux/ieee802154.h
4799 F:      include/net/nl802154.h
4800 F:      include/net/mac802154.h
4801 F:      include/net/af_ieee802154.h
4802 F:      include/net/cfg802154.h
4803 F:      include/net/ieee802154_netdev.h
4804 F:      Documentation/networking/ieee802154.txt
4805
4806 IGORPLUG-USB IR RECEIVER
4807 M:      Sean Young <sean@mess.org>
4808 L:      linux-media@vger.kernel.org
4809 S:      Maintained
4810 F:      drivers/media/rc/igorplugusb.c
4811
4812 IGUANAWORKS USB IR TRANSCEIVER
4813 M:      Sean Young <sean@mess.org>
4814 L:      linux-media@vger.kernel.org
4815 S:      Maintained
4816 F:      drivers/media/rc/iguanair.c
4817
4818 IIO SUBSYSTEM AND DRIVERS
4819 M:      Jonathan Cameron <jic23@kernel.org>
4820 R:      Hartmut Knaack <knaack.h@gmx.de>
4821 R:      Lars-Peter Clausen <lars@metafoo.de>
4822 R:      Peter Meerwald <pmeerw@pmeerw.net>
4823 L:      linux-iio@vger.kernel.org
4824 S:      Maintained
4825 F:      drivers/iio/
4826 F:      drivers/staging/iio/
4827 F:      include/linux/iio/
4828
4829 IKANOS/ADI EAGLE ADSL USB DRIVER
4830 M:      Matthieu Castet <castet.matthieu@free.fr>
4831 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4832 S:      Maintained
4833 F:      drivers/usb/atm/ueagle-atm.c
4834
4835 INA209 HARDWARE MONITOR DRIVER
4836 M:      Guenter Roeck <linux@roeck-us.net>
4837 L:      lm-sensors@lm-sensors.org
4838 S:      Maintained
4839 F:      Documentation/hwmon/ina209
4840 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4841 F:      drivers/hwmon/ina209.c
4842
4843 INA2XX HARDWARE MONITOR DRIVER
4844 M:      Guenter Roeck <linux@roeck-us.net>
4845 L:      lm-sensors@lm-sensors.org
4846 S:      Maintained
4847 F:      Documentation/hwmon/ina2xx
4848 F:      drivers/hwmon/ina2xx.c
4849 F:      include/linux/platform_data/ina2xx.h
4850
4851 INDUSTRY PACK SUBSYSTEM (IPACK)
4852 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4853 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4854 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4855 L:      industrypack-devel@lists.sourceforge.net
4856 W:      http://industrypack.sourceforge.net
4857 S:      Maintained
4858 F:      drivers/ipack/
4859
4860 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4861 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4862 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4863 L:      linux-ima-devel@lists.sourceforge.net
4864 L:      linux-ima-user@lists.sourceforge.net
4865 L:      linux-security-module@vger.kernel.org
4866 S:      Supported
4867 F:      security/integrity/ima/
4868
4869 IMGTEC IR DECODER DRIVER
4870 M:      James Hogan <james.hogan@imgtec.com>
4871 S:      Maintained
4872 F:      drivers/media/rc/img-ir/
4873
4874 IMS TWINTURBO FRAMEBUFFER DRIVER
4875 L:      linux-fbdev@vger.kernel.org
4876 S:      Orphan
4877 F:      drivers/video/fbdev/imsttfb.c
4878
4879 INFINIBAND SUBSYSTEM
4880 M:      Roland Dreier <roland@kernel.org>
4881 M:      Sean Hefty <sean.hefty@intel.com>
4882 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4883 L:      linux-rdma@vger.kernel.org
4884 W:      http://www.openfabrics.org/
4885 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4887 S:      Supported
4888 F:      Documentation/infiniband/
4889 F:      drivers/infiniband/
4890 F:      include/uapi/linux/if_infiniband.h
4891
4892 INOTIFY
4893 M:      John McCutchan <john@johnmccutchan.com>
4894 M:      Robert Love <rlove@rlove.org>
4895 M:      Eric Paris <eparis@parisplace.org>
4896 S:      Maintained
4897 F:      Documentation/filesystems/inotify.txt
4898 F:      fs/notify/inotify/
4899 F:      include/linux/inotify.h
4900 F:      include/uapi/linux/inotify.h
4901
4902 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4903 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4904 M:      Dmitry Torokhov <dtor@mail.ru>
4905 L:      linux-input@vger.kernel.org
4906 Q:      http://patchwork.kernel.org/project/linux-input/list/
4907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4908 S:      Maintained
4909 F:      drivers/input/
4910 F:      include/linux/input.h
4911 F:      include/uapi/linux/input.h
4912 F:      include/linux/input/
4913
4914 INPUT MULTITOUCH (MT) PROTOCOL
4915 M:      Henrik Rydberg <rydberg@euromail.se>
4916 L:      linux-input@vger.kernel.org
4917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4918 S:      Maintained
4919 F:      Documentation/input/multi-touch-protocol.txt
4920 F:      drivers/input/input-mt.c
4921 K:      \b(ABS|SYN)_MT_
4922
4923 INTEL C600 SERIES SAS CONTROLLER DRIVER
4924 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4925 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4926 M:      Dave Jiang <dave.jiang@intel.com>
4927 L:      linux-scsi@vger.kernel.org
4928 T:      git git://git.code.sf.net/p/intel-sas/isci
4929 S:      Supported
4930 F:      drivers/scsi/isci/
4931
4932 INTEL IDLE DRIVER
4933 M:      Len Brown <lenb@kernel.org>
4934 L:      linux-pm@vger.kernel.org
4935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4936 S:      Supported
4937 F:      drivers/idle/intel_idle.c
4938
4939 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4940 M:      Maik Broemme <mbroemme@plusserver.de>
4941 L:      linux-fbdev@vger.kernel.org
4942 S:      Maintained
4943 F:      Documentation/fb/intelfb.txt
4944 F:      drivers/video/fbdev/intelfb/
4945
4946 INTEL 810/815 FRAMEBUFFER DRIVER
4947 M:      Antonino Daplas <adaplas@gmail.com>
4948 L:      linux-fbdev@vger.kernel.org
4949 S:      Maintained
4950 F:      drivers/video/fbdev/i810/
4951
4952 INTEL MENLOW THERMAL DRIVER
4953 M:      Sujith Thomas <sujith.thomas@intel.com>
4954 L:      platform-driver-x86@vger.kernel.org
4955 W:      https://01.org/linux-acpi
4956 S:      Supported
4957 F:      drivers/platform/x86/intel_menlow.c
4958
4959 INTEL IA32 MICROCODE UPDATE SUPPORT
4960 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4961 S:      Maintained
4962 F:      arch/x86/kernel/cpu/microcode/core*
4963 F:      arch/x86/kernel/cpu/microcode/intel*
4964
4965 INTEL I/OAT DMA DRIVER
4966 M:      Dave Jiang <dave.jiang@intel.com>
4967 R:      Dan Williams <dan.j.williams@intel.com>
4968 L:      dmaengine@vger.kernel.org
4969 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4970 S:      Supported
4971 F:      drivers/dma/ioat*
4972
4973 INTEL IOMMU (VT-d)
4974 M:      David Woodhouse <dwmw2@infradead.org>
4975 L:      iommu@lists.linux-foundation.org
4976 T:      git git://git.infradead.org/iommu-2.6.git
4977 S:      Supported
4978 F:      drivers/iommu/intel-iommu.c
4979 F:      include/linux/intel-iommu.h
4980
4981 INTEL IOP-ADMA DMA DRIVER
4982 R:      Dan Williams <dan.j.williams@intel.com>
4983 S:      Odd fixes
4984 F:      drivers/dma/iop-adma.c
4985
4986 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
4987 M:      Krzysztof Halasa <khalasa@piap.pl>
4988 S:      Maintained
4989 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
4990 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
4991 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
4992 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
4993 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
4994 F:      drivers/net/wan/ixp4xx_hss.c
4995
4996 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
4997 M:      Deepak Saxena <dsaxena@plexity.net>
4998 S:      Maintained
4999 F:      drivers/char/hw_random/ixp4xx-rng.c
5000
5001 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5002 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5003 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5004 M:      Bruce Allan <bruce.w.allan@intel.com>
5005 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5006 M:      Don Skidmore <donald.c.skidmore@intel.com>
5007 M:      Greg Rose <gregory.v.rose@intel.com>
5008 M:      Matthew Vick <matthew.vick@intel.com>
5009 M:      John Ronciak <john.ronciak@intel.com>
5010 M:      Mitch Williams <mitch.a.williams@intel.com>
5011 M:      Linux NICS <linux.nics@intel.com>
5012 L:      e1000-devel@lists.sourceforge.net
5013 W:      http://www.intel.com/support/feedback.htm
5014 W:      http://e1000.sourceforge.net/
5015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5017 S:      Supported
5018 F:      Documentation/networking/e100.txt
5019 F:      Documentation/networking/e1000.txt
5020 F:      Documentation/networking/e1000e.txt
5021 F:      Documentation/networking/igb.txt
5022 F:      Documentation/networking/igbvf.txt
5023 F:      Documentation/networking/ixgb.txt
5024 F:      Documentation/networking/ixgbe.txt
5025 F:      Documentation/networking/ixgbevf.txt
5026 F:      Documentation/networking/i40e.txt
5027 F:      Documentation/networking/i40evf.txt
5028 F:      drivers/net/ethernet/intel/
5029 F:      drivers/net/ethernet/intel/*/
5030
5031 INTEL-MID GPIO DRIVER
5032 M:      David Cohen <david.a.cohen@linux.intel.com>
5033 L:      linux-gpio@vger.kernel.org
5034 S:      Maintained
5035 F:      drivers/gpio/gpio-intel-mid.c
5036
5037 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5038 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5039 L:      linux-wireless@vger.kernel.org
5040 S:      Maintained
5041 F:      Documentation/networking/README.ipw2100
5042 F:      Documentation/networking/README.ipw2200
5043 F:      drivers/net/wireless/ipw2x00/
5044
5045 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5046 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5047 M:      Gang Wei <gang.wei@intel.com>
5048 M:      Shane Wang <shane.wang@intel.com>
5049 L:      tboot-devel@lists.sourceforge.net
5050 W:      http://tboot.sourceforge.net
5051 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5052 S:      Supported
5053 F:      Documentation/intel_txt.txt
5054 F:      include/linux/tboot.h
5055 F:      arch/x86/kernel/tboot.c
5056
5057 INTEL WIRELESS WIMAX CONNECTION 2400
5058 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5059 M:      linux-wimax@intel.com
5060 L:     wimax@linuxwimax.org (subscribers-only)
5061 S:      Supported
5062 W:      http://linuxwimax.org
5063 F:      Documentation/wimax/README.i2400m
5064 F:      drivers/net/wimax/i2400m/
5065 F:      include/uapi/linux/wimax/i2400m.h
5066
5067 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5068 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5069 L:      linux-wireless@vger.kernel.org
5070 S:      Supported
5071 F:      drivers/net/wireless/iwlegacy/
5072
5073 INTEL WIRELESS WIFI LINK (iwlwifi)
5074 M:      Johannes Berg <johannes.berg@intel.com>
5075 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5076 M:      Intel Linux Wireless <ilw@linux.intel.com>
5077 L:      linux-wireless@vger.kernel.org
5078 W:      http://intellinuxwireless.org
5079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5080 S:      Supported
5081 F:      drivers/net/wireless/iwlwifi/
5082
5083 INTEL MANAGEMENT ENGINE (mei)
5084 M:      Tomas Winkler <tomas.winkler@intel.com>
5085 L:      linux-kernel@vger.kernel.org
5086 S:      Supported
5087 F:      include/uapi/linux/mei.h
5088 F:      drivers/misc/mei/*
5089 F:      Documentation/misc-devices/mei/*
5090
5091 IOC3 ETHERNET DRIVER
5092 M:      Ralf Baechle <ralf@linux-mips.org>
5093 L:      linux-mips@linux-mips.org
5094 S:      Maintained
5095 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5096
5097 IOC3 SERIAL DRIVER
5098 M:      Pat Gefre <pfg@sgi.com>
5099 L:      linux-serial@vger.kernel.org
5100 S:      Maintained
5101 F:      drivers/tty/serial/ioc3_serial.c
5102
5103 IOMMU DRIVERS
5104 M:      Joerg Roedel <joro@8bytes.org>
5105 L:      iommu@lists.linux-foundation.org
5106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5107 S:      Maintained
5108 F:      drivers/iommu/
5109
5110 IP MASQUERADING
5111 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5112 S:      Maintained
5113 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5114
5115 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5116 M:      Francois Romieu <romieu@fr.zoreil.com>
5117 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5118 L:      netdev@vger.kernel.org
5119 S:      Maintained
5120 F:      drivers/net/ethernet/icplus/ipg.*
5121
5122 IPATH DRIVER
5123 M:      Mike Marciniszyn <infinipath@intel.com>
5124 L:      linux-rdma@vger.kernel.org
5125 S:      Maintained
5126 F:      drivers/infiniband/hw/ipath/
5127
5128 IPMI SUBSYSTEM
5129 M:      Corey Minyard <minyard@acm.org>
5130 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5131 W:      http://openipmi.sourceforge.net/
5132 S:      Supported
5133 F:      Documentation/IPMI.txt
5134 F:      drivers/char/ipmi/
5135 F:      include/linux/ipmi*
5136 F:      include/uapi/linux/ipmi*
5137
5138 IPS SCSI RAID DRIVER
5139 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5140 L:      linux-scsi@vger.kernel.org
5141 W:      http://www.adaptec.com/
5142 S:      Maintained
5143 F:      drivers/scsi/ips*
5144
5145 IPVS
5146 M:      Wensong Zhang <wensong@linux-vs.org>
5147 M:      Simon Horman <horms@verge.net.au>
5148 M:      Julian Anastasov <ja@ssi.bg>
5149 L:      netdev@vger.kernel.org
5150 L:      lvs-devel@vger.kernel.org
5151 S:      Maintained
5152 F:      Documentation/networking/ipvs-sysctl.txt
5153 F:      include/net/ip_vs.h
5154 F:      include/uapi/linux/ip_vs.h
5155 F:      net/netfilter/ipvs/
5156
5157 IPWIRELESS DRIVER
5158 M:      Jiri Kosina <jkosina@suse.cz>
5159 M:      David Sterba <dsterba@suse.cz>
5160 S:      Odd Fixes
5161 F:      drivers/tty/ipwireless/
5162
5163 IPX NETWORK LAYER
5164 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5165 L:      netdev@vger.kernel.org
5166 S:      Maintained
5167 F:      include/net/ipx.h
5168 F:      include/uapi/linux/ipx.h
5169 F:      net/ipx/
5170
5171 IRDA SUBSYSTEM
5172 M:      Samuel Ortiz <samuel@sortiz.org>
5173 L:      irda-users@lists.sourceforge.net (subscribers-only)
5174 L:      netdev@vger.kernel.org
5175 W:      http://irda.sourceforge.net/
5176 S:      Maintained
5177 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5178 F:      Documentation/networking/irda.txt
5179 F:      drivers/net/irda/
5180 F:      include/net/irda/
5181 F:      net/irda/
5182
5183 IRQ SUBSYSTEM
5184 M:      Thomas Gleixner <tglx@linutronix.de>
5185 L:      linux-kernel@vger.kernel.org
5186 S:      Maintained
5187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5188 F:      kernel/irq/
5189
5190 IRQCHIP DRIVERS
5191 M:      Thomas Gleixner <tglx@linutronix.de>
5192 M:      Jason Cooper <jason@lakedaemon.net>
5193 L:      linux-kernel@vger.kernel.org
5194 S:      Maintained
5195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5196 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5197 F:      Documentation/devicetree/bindings/interrupt-controller/
5198 F:      drivers/irqchip/
5199
5200 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5201 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5202 S:      Maintained
5203 F:      Documentation/IRQ-domain.txt
5204 F:      include/linux/irqdomain.h
5205 F:      kernel/irq/irqdomain.c
5206
5207 ISAPNP
5208 M:      Jaroslav Kysela <perex@perex.cz>
5209 S:      Maintained
5210 F:      Documentation/isapnp.txt
5211 F:      drivers/pnp/isapnp/
5212 F:      include/linux/isapnp.h
5213
5214 ISA RADIO MODULE
5215 M:      Hans Verkuil <hverkuil@xs4all.nl>
5216 L:      linux-media@vger.kernel.org
5217 T:      git git://linuxtv.org/media_tree.git
5218 W:      http://linuxtv.org
5219 S:      Maintained
5220 F:      drivers/media/radio/radio-isa*
5221
5222 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5223 M:      Peter Jones <pjones@redhat.com>
5224 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5225 S:      Maintained
5226 F:      drivers/firmware/iscsi_ibft*
5227
5228 ISCSI
5229 M:      Mike Christie <michaelc@cs.wisc.edu>
5230 L:      open-iscsi@googlegroups.com
5231 W:      www.open-iscsi.org
5232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5233 S:      Maintained
5234 F:      drivers/scsi/*iscsi*
5235 F:      include/scsi/*iscsi*
5236
5237 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5238 M:      Or Gerlitz <ogerlitz@mellanox.com>
5239 M:      Sagi Grimberg <sagig@mellanox.com>
5240 M:      Roi Dayan <roid@mellanox.com>
5241 L:      linux-rdma@vger.kernel.org
5242 S:      Supported
5243 W:      http://www.openfabrics.org
5244 W:      www.open-iscsi.org
5245 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5246 F:      drivers/infiniband/ulp/iser/
5247
5248 ISDN SUBSYSTEM
5249 M:      Karsten Keil <isdn@linux-pingi.de>
5250 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5251 L:      netdev@vger.kernel.org
5252 W:      http://www.isdn4linux.de
5253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5254 S:      Maintained
5255 F:      Documentation/isdn/
5256 F:      drivers/isdn/
5257 F:      include/linux/isdn.h
5258 F:      include/linux/isdn/
5259 F:      include/uapi/linux/isdn.h
5260 F:      include/uapi/linux/isdn/
5261
5262 ISDN SUBSYSTEM (Eicon active card driver)
5263 M:      Armin Schindler <mac@melware.de>
5264 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5265 W:      http://www.melware.de
5266 S:      Maintained
5267 F:      drivers/isdn/hardware/eicon/
5268
5269 IT87 HARDWARE MONITORING DRIVER
5270 M:      Jean Delvare <jdelvare@suse.de>
5271 L:      lm-sensors@lm-sensors.org
5272 S:      Maintained
5273 F:      Documentation/hwmon/it87
5274 F:      drivers/hwmon/it87.c
5275
5276 IT913X MEDIA DRIVER
5277 M:      Antti Palosaari <crope@iki.fi>
5278 L:      linux-media@vger.kernel.org
5279 W:      http://linuxtv.org/
5280 W:      http://palosaari.fi/linux/
5281 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5282 T:      git git://linuxtv.org/anttip/media_tree.git
5283 S:      Maintained
5284 F:      drivers/media/tuners/it913x*
5285
5286 IVTV VIDEO4LINUX DRIVER
5287 M:      Andy Walls <awalls@md.metrocast.net>
5288 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5289 L:      linux-media@vger.kernel.org
5290 T:      git git://linuxtv.org/media_tree.git
5291 W:      http://www.ivtvdriver.org
5292 S:      Maintained
5293 F:      Documentation/video4linux/*.ivtv
5294 F:      drivers/media/pci/ivtv/
5295 F:      include/uapi/linux/ivtv*
5296
5297 IX2505V MEDIA DRIVER
5298 M:      Malcolm Priestley <tvboxspy@gmail.com>
5299 L:      linux-media@vger.kernel.org
5300 W:      http://linuxtv.org/
5301 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5302 S:      Maintained
5303 F:      drivers/media/dvb-frontends/ix2505v*
5304
5305 JC42.4 TEMPERATURE SENSOR DRIVER
5306 M:      Guenter Roeck <linux@roeck-us.net>
5307 L:      lm-sensors@lm-sensors.org
5308 S:      Maintained
5309 F:      drivers/hwmon/jc42.c
5310 F:      Documentation/hwmon/jc42
5311
5312 JFS FILESYSTEM
5313 M:      Dave Kleikamp <shaggy@kernel.org>
5314 L:      jfs-discussion@lists.sourceforge.net
5315 W:      http://jfs.sourceforge.net/
5316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5317 S:      Maintained
5318 F:      Documentation/filesystems/jfs.txt
5319 F:      fs/jfs/
5320
5321 JME NETWORK DRIVER
5322 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5323 L:      netdev@vger.kernel.org
5324 S:      Maintained
5325 F:      drivers/net/ethernet/jme.*
5326
5327 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5328 M:      David Woodhouse <dwmw2@infradead.org>
5329 L:      linux-mtd@lists.infradead.org
5330 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5331 S:      Maintained
5332 F:      fs/jffs2/
5333 F:      include/uapi/linux/jffs2.h
5334
5335 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5336 M:      Andrew Morton <akpm@linux-foundation.org>
5337 M:      Jan Kara <jack@suse.cz>
5338 L:      linux-ext4@vger.kernel.org
5339 S:      Maintained
5340 F:      fs/jbd/
5341 F:      include/linux/jbd.h
5342
5343 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5344 M:      "Theodore Ts'o" <tytso@mit.edu>
5345 L:      linux-ext4@vger.kernel.org
5346 S:      Maintained
5347 F:      fs/jbd2/
5348 F:      include/linux/jbd2.h
5349
5350 JSM Neo PCI based serial card
5351 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5352 L:      linux-serial@vger.kernel.org
5353 S:      Maintained
5354 F:      drivers/tty/serial/jsm/
5355
5356 K10TEMP HARDWARE MONITORING DRIVER
5357 M:      Clemens Ladisch <clemens@ladisch.de>
5358 L:      lm-sensors@lm-sensors.org
5359 S:      Maintained
5360 F:      Documentation/hwmon/k10temp
5361 F:      drivers/hwmon/k10temp.c
5362
5363 K8TEMP HARDWARE MONITORING DRIVER
5364 M:      Rudolf Marek <r.marek@assembler.cz>
5365 L:      lm-sensors@lm-sensors.org
5366 S:      Maintained
5367 F:      Documentation/hwmon/k8temp
5368 F:      drivers/hwmon/k8temp.c
5369
5370 KCONFIG
5371 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5372 L:      linux-kbuild@vger.kernel.org
5373 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5374 S:      Maintained
5375 F:      Documentation/kbuild/kconfig-language.txt
5376 F:      scripts/kconfig/
5377
5378 KDUMP
5379 M:      Vivek Goyal <vgoyal@redhat.com>
5380 M:      Haren Myneni <hbabu@us.ibm.com>
5381 L:      kexec@lists.infradead.org
5382 W:      http://lse.sourceforge.net/kdump/
5383 S:      Maintained
5384 F:      Documentation/kdump/
5385
5386 KEENE FM RADIO TRANSMITTER DRIVER
5387 M:      Hans Verkuil <hverkuil@xs4all.nl>
5388 L:      linux-media@vger.kernel.org
5389 T:      git git://linuxtv.org/media_tree.git
5390 W:      http://linuxtv.org
5391 S:      Maintained
5392 F:      drivers/media/radio/radio-keene*
5393
5394 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5395 M:      Ian Kent <raven@themaw.net>
5396 L:      autofs@vger.kernel.org
5397 S:      Maintained
5398 F:      fs/autofs4/
5399
5400 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5401 M:      Michal Marek <mmarek@suse.cz>
5402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5404 L:      linux-kbuild@vger.kernel.org
5405 S:      Maintained
5406 F:      Documentation/kbuild/
5407 F:      Makefile
5408 F:      scripts/Makefile.*
5409 F:      scripts/basic/
5410 F:      scripts/mk*
5411 F:      scripts/package/
5412
5413 KERNEL JANITORS
5414 L:      kernel-janitors@vger.kernel.org
5415 W:      http://kernelnewbies.org/KernelJanitors
5416 S:      Odd Fixes
5417
5418 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5419 M:      "J. Bruce Fields" <bfields@fieldses.org>
5420 L:      linux-nfs@vger.kernel.org
5421 W:      http://nfs.sourceforge.net/
5422 S:      Supported
5423 F:      fs/nfsd/
5424 F:      include/uapi/linux/nfsd/
5425 F:      fs/lockd/
5426 F:      fs/nfs_common/
5427 F:      net/sunrpc/
5428 F:      include/linux/lockd/
5429 F:      include/linux/sunrpc/
5430 F:      include/uapi/linux/sunrpc/
5431
5432 KERNEL SELFTEST FRAMEWORK
5433 M:      Shuah Khan <shuahkh@osg.samsung.com>
5434 L:      linux-api@vger.kernel.org
5435 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5436 S:      Maintained
5437 F:      tools/testing/selftests
5438
5439 KERNEL VIRTUAL MACHINE (KVM)
5440 M:      Gleb Natapov <gleb@kernel.org>
5441 M:      Paolo Bonzini <pbonzini@redhat.com>
5442 L:      kvm@vger.kernel.org
5443 W:      http://www.linux-kvm.org
5444 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5445 S:      Supported
5446 F:      Documentation/*/kvm*.txt
5447 F:      Documentation/virtual/kvm/
5448 F:      arch/*/kvm/
5449 F:      arch/*/include/asm/kvm*
5450 F:      include/linux/kvm*
5451 F:      include/uapi/linux/kvm*
5452 F:      virt/kvm/
5453
5454 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5455 M:      Joerg Roedel <joro@8bytes.org>
5456 L:      kvm@vger.kernel.org
5457 W:      http://kvm.qumranet.com
5458 S:      Maintained
5459 F:      arch/x86/include/asm/svm.h
5460 F:      arch/x86/kvm/svm.c
5461
5462 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5463 M:      Alexander Graf <agraf@suse.de>
5464 L:      kvm-ppc@vger.kernel.org
5465 W:      http://kvm.qumranet.com
5466 T:      git git://github.com/agraf/linux-2.6.git
5467 S:      Supported
5468 F:      arch/powerpc/include/asm/kvm*
5469 F:      arch/powerpc/kvm/
5470
5471 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
5472 M:      Xiantao Zhang <xiantao.zhang@intel.com>
5473 L:      kvm-ia64@vger.kernel.org
5474 W:      http://kvm.qumranet.com
5475 S:      Supported
5476 F:      Documentation/ia64/kvm.txt
5477 F:      arch/ia64/include/asm/kvm*
5478 F:      arch/ia64/kvm/
5479
5480 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5481 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5482 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5483 M:      linux390@de.ibm.com
5484 L:      linux-s390@vger.kernel.org
5485 W:      http://www.ibm.com/developerworks/linux/linux390/
5486 S:      Supported
5487 F:      Documentation/s390/kvm.txt
5488 F:      arch/s390/include/asm/kvm*
5489 F:      arch/s390/kvm/
5490 F:      drivers/s390/kvm/
5491
5492 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5493 M:      Christoffer Dall <christoffer.dall@linaro.org>
5494 M:      Marc Zyngier <marc.zyngier@arm.com>
5495 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5496 L:      kvmarm@lists.cs.columbia.edu
5497 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5498 S:      Supported
5499 F:      arch/arm/include/uapi/asm/kvm*
5500 F:      arch/arm/include/asm/kvm*
5501 F:      arch/arm/kvm/
5502 F:      virt/kvm/arm/
5503 F:      include/kvm/arm_*
5504
5505 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5506 M:      Christoffer Dall <christoffer.dall@linaro.org>
5507 M:      Marc Zyngier <marc.zyngier@arm.com>
5508 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5509 L:      kvmarm@lists.cs.columbia.edu
5510 S:      Maintained
5511 F:      arch/arm64/include/uapi/asm/kvm*
5512 F:      arch/arm64/include/asm/kvm*
5513 F:      arch/arm64/kvm/
5514
5515 KEXEC
5516 M:      Eric Biederman <ebiederm@xmission.com>
5517 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5518 L:      kexec@lists.infradead.org
5519 S:      Maintained
5520 F:      include/linux/kexec.h
5521 F:      include/uapi/linux/kexec.h
5522 F:      kernel/kexec.c
5523
5524 KEYS/KEYRINGS:
5525 M:      David Howells <dhowells@redhat.com>
5526 L:      keyrings@linux-nfs.org
5527 S:      Maintained
5528 F:      Documentation/security/keys.txt
5529 F:      include/linux/key.h
5530 F:      include/linux/key-type.h
5531 F:      include/keys/
5532 F:      security/keys/
5533
5534 KEYS-TRUSTED
5535 M:      David Safford <safford@us.ibm.com>
5536 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5537 L:      linux-security-module@vger.kernel.org
5538 L:      keyrings@linux-nfs.org
5539 S:      Supported
5540 F:      Documentation/security/keys-trusted-encrypted.txt
5541 F:      include/keys/trusted-type.h
5542 F:      security/keys/trusted.c
5543 F:      security/keys/trusted.h
5544
5545 KEYS-ENCRYPTED
5546 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5547 M:      David Safford <safford@us.ibm.com>
5548 L:      linux-security-module@vger.kernel.org
5549 L:      keyrings@linux-nfs.org
5550 S:      Supported
5551 F:      Documentation/security/keys-trusted-encrypted.txt
5552 F:      include/keys/encrypted-type.h
5553 F:      security/keys/encrypted-keys/
5554
5555 KGDB / KDB /debug_core
5556 M:      Jason Wessel <jason.wessel@windriver.com>
5557 W:      http://kgdb.wiki.kernel.org/
5558 L:      kgdb-bugreport@lists.sourceforge.net
5559 S:      Maintained
5560 F:      Documentation/DocBook/kgdb.tmpl
5561 F:      drivers/misc/kgdbts.c
5562 F:      drivers/tty/serial/kgdboc.c
5563 F:      include/linux/kdb.h
5564 F:      include/linux/kgdb.h
5565 F:      kernel/debug/
5566
5567 KMEMCHECK
5568 M:      Vegard Nossum <vegardno@ifi.uio.no>
5569 M:      Pekka Enberg <penberg@kernel.org>
5570 S:      Maintained
5571 F:      Documentation/kmemcheck.txt
5572 F:      arch/x86/include/asm/kmemcheck.h
5573 F:      arch/x86/mm/kmemcheck/
5574 F:      include/linux/kmemcheck.h
5575 F:      mm/kmemcheck.c
5576
5577 KMEMLEAK
5578 M:      Catalin Marinas <catalin.marinas@arm.com>
5579 S:      Maintained
5580 F:      Documentation/kmemleak.txt
5581 F:      include/linux/kmemleak.h
5582 F:      mm/kmemleak.c
5583 F:      mm/kmemleak-test.c
5584
5585 KPROBES
5586 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5587 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5588 M:      "David S. Miller" <davem@davemloft.net>
5589 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5590 S:      Maintained
5591 F:      Documentation/kprobes.txt
5592 F:      include/linux/kprobes.h
5593 F:      kernel/kprobes.c
5594
5595 KS0108 LCD CONTROLLER DRIVER
5596 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5597 W:      http://miguelojeda.es/auxdisplay.htm
5598 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5599 S:      Maintained
5600 F:      Documentation/auxdisplay/ks0108
5601 F:      drivers/auxdisplay/ks0108.c
5602 F:      include/linux/ks0108.h
5603
5604 LAPB module
5605 L:      linux-x25@vger.kernel.org
5606 S:      Orphan
5607 F:      Documentation/networking/lapb-module.txt
5608 F:      include/*/lapb.h
5609 F:      net/lapb/
5610
5611 LASI 53c700 driver for PARISC
5612 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5613 L:      linux-scsi@vger.kernel.org
5614 S:      Maintained
5615 F:      Documentation/scsi/53c700.txt
5616 F:      drivers/scsi/53c700*
5617
5618 LED SUBSYSTEM
5619 M:      Bryan Wu <cooloney@gmail.com>
5620 M:      Richard Purdie <rpurdie@rpsys.net>
5621 L:      linux-leds@vger.kernel.org
5622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5623 S:      Maintained
5624 F:      drivers/leds/
5625 F:      include/linux/leds.h
5626
5627 LEGACY EEPROM DRIVER
5628 M:      Jean Delvare <jdelvare@suse.de>
5629 S:      Maintained
5630 F:      Documentation/misc-devices/eeprom
5631 F:      drivers/misc/eeprom/eeprom.c
5632
5633 LEGO USB Tower driver
5634 M:      Juergen Stuber <starblue@users.sourceforge.net>
5635 L:      legousb-devel@lists.sourceforge.net
5636 W:      http://legousb.sourceforge.net/
5637 S:      Maintained
5638 F:      drivers/usb/misc/legousbtower.c
5639
5640 LG2160 MEDIA DRIVER
5641 M:      Michael Krufky <mkrufky@linuxtv.org>
5642 L:      linux-media@vger.kernel.org
5643 W:      http://linuxtv.org/
5644 W:      http://github.com/mkrufky
5645 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5646 T:      git git://linuxtv.org/mkrufky/tuners.git
5647 S:      Maintained
5648 F:      drivers/media/dvb-frontends/lg2160.*
5649
5650 LGDT3305 MEDIA DRIVER
5651 M:      Michael Krufky <mkrufky@linuxtv.org>
5652 L:      linux-media@vger.kernel.org
5653 W:      http://linuxtv.org/
5654 W:      http://github.com/mkrufky
5655 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5656 T:      git git://linuxtv.org/mkrufky/tuners.git
5657 S:      Maintained
5658 F:      drivers/media/dvb-frontends/lgdt3305.*
5659
5660 LGUEST
5661 M:      Rusty Russell <rusty@rustcorp.com.au>
5662 L:      lguest@lists.ozlabs.org
5663 W:      http://lguest.ozlabs.org/
5664 S:      Odd Fixes
5665 F:      arch/x86/include/asm/lguest*.h
5666 F:      arch/x86/lguest/
5667 F:      drivers/lguest/
5668 F:      include/linux/lguest*.h
5669 F:      tools/lguest/
5670
5671 LIBLOCKDEP
5672 M:      Sasha Levin <sasha.levin@oracle.com>
5673 S:      Maintained
5674 F:      tools/lib/lockdep/
5675
5676 LINUX FOR IBM pSERIES (RS/6000)
5677 M:      Paul Mackerras <paulus@au.ibm.com>
5678 W:      http://www.ibm.com/linux/ltc/projects/ppc
5679 S:      Supported
5680 F:      arch/powerpc/boot/rs6000.h
5681
5682 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5683 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5684 M:      Paul Mackerras <paulus@samba.org>
5685 M:      Michael Ellerman <mpe@ellerman.id.au>
5686 W:      http://www.penguinppc.org/
5687 L:      linuxppc-dev@lists.ozlabs.org
5688 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5690 S:      Supported
5691 F:      Documentation/powerpc/
5692 F:      arch/powerpc/
5693
5694 LINUX FOR POWER MACINTOSH
5695 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5696 W:      http://www.penguinppc.org/
5697 L:      linuxppc-dev@lists.ozlabs.org
5698 S:      Maintained
5699 F:      arch/powerpc/platforms/powermac/
5700 F:      drivers/macintosh/
5701
5702 LINUX FOR POWERPC EMBEDDED MPC5XXX
5703 M:      Anatolij Gustschin <agust@denx.de>
5704 L:      linuxppc-dev@lists.ozlabs.org
5705 T:      git git://git.denx.de/linux-denx-agust.git
5706 S:      Maintained
5707 F:      arch/powerpc/platforms/512x/
5708 F:      arch/powerpc/platforms/52xx/
5709
5710 LINUX FOR POWERPC EMBEDDED PPC4XX
5711 M:  Alistair Popple <alistair@popple.id.au>
5712 M:      Matt Porter <mporter@kernel.crashing.org>
5713 W:      http://www.penguinppc.org/
5714 L:      linuxppc-dev@lists.ozlabs.org
5715 S:      Maintained
5716 F:      arch/powerpc/platforms/40x/
5717 F:      arch/powerpc/platforms/44x/
5718
5719 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5720 L:      linuxppc-dev@lists.ozlabs.org
5721 S:      Orphan
5722 F:      arch/powerpc/*/*virtex*
5723 F:      arch/powerpc/*/*/*virtex*
5724
5725 LINUX FOR POWERPC EMBEDDED PPC8XX
5726 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5727 W:      http://www.penguinppc.org/
5728 L:      linuxppc-dev@lists.ozlabs.org
5729 S:      Maintained
5730 F:      arch/powerpc/platforms/8xx/
5731
5732 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5733 M:      Scott Wood <scottwood@freescale.com>
5734 M:      Kumar Gala <galak@kernel.crashing.org>
5735 W:      http://www.penguinppc.org/
5736 L:      linuxppc-dev@lists.ozlabs.org
5737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5738 S:      Maintained
5739 F:      arch/powerpc/platforms/83xx/
5740 F:      arch/powerpc/platforms/85xx/
5741
5742 LINUX FOR POWERPC PA SEMI PWRFICIENT
5743 M:      Olof Johansson <olof@lixom.net>
5744 L:      linuxppc-dev@lists.ozlabs.org
5745 S:      Maintained
5746 F:      arch/powerpc/platforms/pasemi/
5747 F:      drivers/*/*pasemi*
5748 F:      drivers/*/*/*pasemi*
5749
5750 LINUX SECURITY MODULE (LSM) FRAMEWORK
5751 M:      Chris Wright <chrisw@sous-sol.org>
5752 L:      linux-security-module@vger.kernel.org
5753 S:      Supported
5754
5755 LIS3LV02D ACCELEROMETER DRIVER
5756 M:      Eric Piel <eric.piel@tremplin-utc.net>
5757 S:      Maintained
5758 F:      Documentation/misc-devices/lis3lv02d
5759 F:      drivers/misc/lis3lv02d/
5760 F:      drivers/platform/x86/hp_accel.c
5761
5762 LLC (802.2)
5763 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5764 S:      Maintained
5765 F:      include/linux/llc.h
5766 F:      include/uapi/linux/llc.h
5767 F:      include/net/llc*
5768 F:      net/llc/
5769
5770 LM73 HARDWARE MONITOR DRIVER
5771 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5772 L:      lm-sensors@lm-sensors.org
5773 S:      Maintained
5774 F:      drivers/hwmon/lm73.c
5775
5776 LM78 HARDWARE MONITOR DRIVER
5777 M:      Jean Delvare <jdelvare@suse.de>
5778 L:      lm-sensors@lm-sensors.org
5779 S:      Maintained
5780 F:      Documentation/hwmon/lm78
5781 F:      drivers/hwmon/lm78.c
5782
5783 LM83 HARDWARE MONITOR DRIVER
5784 M:      Jean Delvare <jdelvare@suse.de>
5785 L:      lm-sensors@lm-sensors.org
5786 S:      Maintained
5787 F:      Documentation/hwmon/lm83
5788 F:      drivers/hwmon/lm83.c
5789
5790 LM90 HARDWARE MONITOR DRIVER
5791 M:      Jean Delvare <jdelvare@suse.de>
5792 L:      lm-sensors@lm-sensors.org
5793 S:      Maintained
5794 F:      Documentation/hwmon/lm90
5795 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5796 F:      drivers/hwmon/lm90.c
5797
5798 LM95234 HARDWARE MONITOR DRIVER
5799 M:      Guenter Roeck <linux@roeck-us.net>
5800 L:      lm-sensors@lm-sensors.org
5801 S:      Maintained
5802 F:      Documentation/hwmon/lm95234
5803 F:      drivers/hwmon/lm95234.c
5804
5805 LME2510 MEDIA DRIVER
5806 M:      Malcolm Priestley <tvboxspy@gmail.com>
5807 L:      linux-media@vger.kernel.org
5808 W:      http://linuxtv.org/
5809 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5810 S:      Maintained
5811 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5812
5813 LOCKDEP AND LOCKSTAT
5814 M:      Peter Zijlstra <peterz@infradead.org>
5815 M:      Ingo Molnar <mingo@redhat.com>
5816 L:      linux-kernel@vger.kernel.org
5817 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5818 S:      Maintained
5819 F:      Documentation/locking/lockdep*.txt
5820 F:      Documentation/locking/lockstat.txt
5821 F:      include/linux/lockdep.h
5822 F:      kernel/locking/
5823
5824 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5825 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5826 L:      linux-ntfs-dev@lists.sourceforge.net
5827 W:      http://www.linux-ntfs.org/content/view/19/37/
5828 S:      Maintained
5829 F:      Documentation/ldm.txt
5830 F:      block/partitions/ldm.*
5831
5832 LogFS
5833 M:      Joern Engel <joern@logfs.org>
5834 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5835 L:      logfs@logfs.org
5836 W:      logfs.org
5837 S:      Maintained
5838 F:      fs/logfs/
5839
5840 LPC32XX MACHINE SUPPORT
5841 M:      Roland Stigge <stigge@antcom.de>
5842 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5843 S:      Maintained
5844 F:      arch/arm/mach-lpc32xx/
5845
5846 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5847 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5848 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5849 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5850 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5851 L:      MPT-FusionLinux.pdl@avagotech.com
5852 L:      linux-scsi@vger.kernel.org
5853 W:      http://www.lsilogic.com/support
5854 S:      Supported
5855 F:      drivers/message/fusion/
5856 F:      drivers/scsi/mpt2sas/
5857 F:      drivers/scsi/mpt3sas/
5858
5859 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5860 M:      Matthew Wilcox <matthew@wil.cx>
5861 L:      linux-scsi@vger.kernel.org
5862 S:      Maintained
5863 F:      drivers/scsi/sym53c8xx_2/
5864
5865 LTC4261 HARDWARE MONITOR DRIVER
5866 M:      Guenter Roeck <linux@roeck-us.net>
5867 L:      lm-sensors@lm-sensors.org
5868 S:      Maintained
5869 F:      Documentation/hwmon/ltc4261
5870 F:      drivers/hwmon/ltc4261.c
5871
5872 LTP (Linux Test Project)
5873 M:      Mike Frysinger <vapier@gentoo.org>
5874 M:      Cyril Hrubis <chrubis@suse.cz>
5875 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5876 M:      Jan Stancek <jstancek@redhat.com>
5877 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5878 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
5879 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5880 W:      http://linux-test-project.github.io/
5881 T:      git git://github.com/linux-test-project/ltp.git
5882 S:      Maintained
5883
5884 M32R ARCHITECTURE
5885 W:      http://www.linux-m32r.org/
5886 S:      Orphan
5887 F:      arch/m32r/
5888
5889 M68K ARCHITECTURE
5890 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5891 L:      linux-m68k@lists.linux-m68k.org
5892 W:      http://www.linux-m68k.org/
5893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5894 S:      Maintained
5895 F:      arch/m68k/
5896 F:      drivers/zorro/
5897
5898 M68K ON APPLE MACINTOSH
5899 M:      Joshua Thompson <funaho@jurai.org>
5900 W:      http://www.mac.linux-m68k.org/
5901 L:      linux-m68k@lists.linux-m68k.org
5902 S:      Maintained
5903 F:      arch/m68k/mac/
5904
5905 M68K ON HP9000/300
5906 M:      Philip Blundell <philb@gnu.org>
5907 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5908 S:      Maintained
5909 F:      arch/m68k/hp300/
5910
5911 M88DS3103 MEDIA DRIVER
5912 M:      Antti Palosaari <crope@iki.fi>
5913 L:      linux-media@vger.kernel.org
5914 W:      http://linuxtv.org/
5915 W:      http://palosaari.fi/linux/
5916 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5917 T:      git git://linuxtv.org/anttip/media_tree.git
5918 S:      Maintained
5919 F:      drivers/media/dvb-frontends/m88ds3103*
5920
5921 M88RS2000 MEDIA DRIVER
5922 M:      Malcolm Priestley <tvboxspy@gmail.com>
5923 L:      linux-media@vger.kernel.org
5924 W:      http://linuxtv.org/
5925 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5926 S:      Maintained
5927 F:      drivers/media/dvb-frontends/m88rs2000*
5928
5929 M88TS2022 MEDIA DRIVER
5930 M:      Antti Palosaari <crope@iki.fi>
5931 L:      linux-media@vger.kernel.org
5932 W:      http://linuxtv.org/
5933 W:      http://palosaari.fi/linux/
5934 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5935 T:      git git://linuxtv.org/anttip/media_tree.git
5936 S:      Maintained
5937 F:      drivers/media/tuners/m88ts2022*
5938
5939 MA901 MASTERKIT USB FM RADIO DRIVER
5940 M:      Alexey Klimov <klimov.linux@gmail.com>
5941 L:      linux-media@vger.kernel.org
5942 T:      git git://linuxtv.org/media_tree.git
5943 S:      Maintained
5944 F:      drivers/media/radio/radio-ma901.c
5945
5946 MAC80211
5947 M:      Johannes Berg <johannes@sipsolutions.net>
5948 L:      linux-wireless@vger.kernel.org
5949 W:      http://wireless.kernel.org/
5950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5951 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5952 S:      Maintained
5953 F:      Documentation/networking/mac80211-injection.txt
5954 F:      include/net/mac80211.h
5955 F:      net/mac80211/
5956
5957 MACVLAN DRIVER
5958 M:      Patrick McHardy <kaber@trash.net>
5959 L:      netdev@vger.kernel.org
5960 S:      Maintained
5961 F:      drivers/net/macvlan.c
5962 F:      include/linux/if_macvlan.h
5963
5964 MAILBOX API
5965 M:      Jassi Brar <jassisinghbrar@gmail.com>
5966 L:      linux-kernel@vger.kernel.org
5967 S:      Maintained
5968 F:      drivers/mailbox/
5969 F:      include/linux/mailbox_client.h
5970 F:      include/linux/mailbox_controller.h
5971
5972 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5973 M:      Michael Kerrisk <mtk.manpages@gmail.com>
5974 W:      http://www.kernel.org/doc/man-pages
5975 L:      linux-man@vger.kernel.org
5976 S:      Maintained
5977
5978 MARVELL ARMADA DRM SUPPORT
5979 M:      Russell King <rmk+kernel@arm.linux.org.uk>
5980 S:      Maintained
5981 F:      drivers/gpu/drm/armada/
5982
5983 MARVELL 88E6352 DSA support
5984 M:      Guenter Roeck <linux@roeck-us.net>
5985 S:      Maintained
5986 F:      drivers/net/dsa/mv88e6352.c
5987
5988 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
5989 M:      Mirko Lindner <mlindner@marvell.com>
5990 M:      Stephen Hemminger <stephen@networkplumber.org>
5991 L:      netdev@vger.kernel.org
5992 S:      Maintained
5993 F:      drivers/net/ethernet/marvell/sk*
5994
5995 MARVELL LIBERTAS WIRELESS DRIVER
5996 L:      libertas-dev@lists.infradead.org
5997 S:      Orphan
5998 F:      drivers/net/wireless/libertas/
5999
6000 MARVELL MV643XX ETHERNET DRIVER
6001 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6002 L:      netdev@vger.kernel.org
6003 S:      Maintained
6004 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6005 F:      include/linux/mv643xx.h
6006
6007 MARVELL MVNETA ETHERNET DRIVER
6008 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6009 L:      netdev@vger.kernel.org
6010 S:      Maintained
6011 F:      drivers/net/ethernet/marvell/mvneta.*
6012
6013 MARVELL MWIFIEX WIRELESS DRIVER
6014 M:      Amitkumar Karwar <akarwar@marvell.com>
6015 M:      Avinash Patil <patila@marvell.com>
6016 L:      linux-wireless@vger.kernel.org
6017 S:      Maintained
6018 F:      drivers/net/wireless/mwifiex/
6019
6020 MARVELL MWL8K WIRELESS DRIVER
6021 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6022 L:      linux-wireless@vger.kernel.org
6023 S:      Odd Fixes
6024 F:      drivers/net/wireless/mwl8k.c
6025
6026 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6027 M:      Nicolas Pitre <nico@fluxnic.net>
6028 S:      Odd Fixes
6029 F:      drivers/mmc/host/mvsdio.*
6030
6031 MATROX FRAMEBUFFER DRIVER
6032 L:      linux-fbdev@vger.kernel.org
6033 S:      Orphan
6034 F:      drivers/video/fbdev/matrox/matroxfb_*
6035 F:      include/uapi/linux/matroxfb.h
6036
6037 MAX16065 HARDWARE MONITOR DRIVER
6038 M:      Guenter Roeck <linux@roeck-us.net>
6039 L:      lm-sensors@lm-sensors.org
6040 S:      Maintained
6041 F:      Documentation/hwmon/max16065
6042 F:      drivers/hwmon/max16065.c
6043
6044 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6045 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6046 L:      lm-sensors@lm-sensors.org
6047 S:      Maintained
6048 F:      Documentation/hwmon/max6650
6049 F:      drivers/hwmon/max6650.c
6050
6051 MAX6697 HARDWARE MONITOR DRIVER
6052 M:      Guenter Roeck <linux@roeck-us.net>
6053 L:      lm-sensors@lm-sensors.org
6054 S:      Maintained
6055 F:      Documentation/hwmon/max6697
6056 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6057 F:      drivers/hwmon/max6697.c
6058 F:      include/linux/platform_data/max6697.h
6059
6060 MAXIRADIO FM RADIO RECEIVER DRIVER
6061 M:      Hans Verkuil <hverkuil@xs4all.nl>
6062 L:      linux-media@vger.kernel.org
6063 T:      git git://linuxtv.org/media_tree.git
6064 W:      http://linuxtv.org
6065 S:      Maintained
6066 F:      drivers/media/radio/radio-maxiradio*
6067
6068 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6069 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6070 P:      LinuxTV.org Project
6071 L:      linux-media@vger.kernel.org
6072 W:      http://linuxtv.org
6073 Q:      http://patchwork.kernel.org/project/linux-media/list/
6074 T:      git git://linuxtv.org/media_tree.git
6075 S:      Maintained
6076 F:      Documentation/dvb/
6077 F:      Documentation/video4linux/
6078 F:      Documentation/DocBook/media/
6079 F:      drivers/media/
6080 F:      drivers/staging/media/
6081 F:      include/media/
6082 F:      include/uapi/linux/dvb/
6083 F:      include/uapi/linux/videodev2.h
6084 F:      include/uapi/linux/media.h
6085 F:      include/uapi/linux/v4l2-*
6086 F:      include/uapi/linux/meye.h
6087 F:      include/uapi/linux/ivtv*
6088 F:      include/uapi/linux/uvcvideo.h
6089
6090 MEDIAVISION PRO MOVIE STUDIO DRIVER
6091 M:      Hans Verkuil <hverkuil@xs4all.nl>
6092 L:      linux-media@vger.kernel.org
6093 T:      git git://linuxtv.org/media_tree.git
6094 W:      http://linuxtv.org
6095 S:      Odd Fixes
6096 F:      drivers/media/parport/pms*
6097
6098 MEGARAID SCSI/SAS DRIVERS
6099 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6100 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6101 M:      Uday Lingala <uday.lingala@avagotech.com>
6102 L:      megaraidlinux.pdl@avagotech.com
6103 L:      linux-scsi@vger.kernel.org
6104 W:      http://www.lsi.com
6105 S:      Maintained
6106 F:      Documentation/scsi/megaraid.txt
6107 F:      drivers/scsi/megaraid.*
6108 F:      drivers/scsi/megaraid/
6109
6110 MELLANOX ETHERNET DRIVER (mlx4_en)
6111 M:      Amir Vadai <amirv@mellanox.com>
6112 L:      netdev@vger.kernel.org
6113 S:      Supported
6114 W:      http://www.mellanox.com
6115 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6116 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6117
6118 MEMORY MANAGEMENT
6119 L:      linux-mm@kvack.org
6120 W:      http://www.linux-mm.org
6121 S:      Maintained
6122 F:      include/linux/mm.h
6123 F:      include/linux/gfp.h
6124 F:      include/linux/mmzone.h
6125 F:      include/linux/memory_hotplug.h
6126 F:      include/linux/vmalloc.h
6127 F:      mm/
6128
6129 MEMORY TECHNOLOGY DEVICES (MTD)
6130 M:      David Woodhouse <dwmw2@infradead.org>
6131 M:      Brian Norris <computersforpeace@gmail.com>
6132 L:      linux-mtd@lists.infradead.org
6133 W:      http://www.linux-mtd.infradead.org/
6134 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6135 T:      git git://git.infradead.org/linux-mtd.git
6136 T:      git git://git.infradead.org/l2-mtd.git
6137 S:      Maintained
6138 F:      drivers/mtd/
6139 F:      include/linux/mtd/
6140 F:      include/uapi/mtd/
6141
6142 MEN A21 WATCHDOG DRIVER
6143 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6144 L:      linux-watchdog@vger.kernel.org
6145 S:      Supported
6146 F:      drivers/watchdog/mena21_wdt.c
6147
6148 MEN CHAMELEON BUS (mcb)
6149 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6150 S:      Supported
6151 F:      drivers/mcb/
6152 F:      include/linux/mcb.h
6153
6154 MEN F21BMC (Board Management Controller)
6155 M:      Andreas Werner <andreas.werner@men.de>
6156 S:      Supported
6157 F:      drivers/mfd/menf21bmc.c
6158 F:      drivers/watchdog/menf21bmc_wdt.c
6159 F:      drivers/leds/leds-menf21bmc.c
6160 F:      drivers/hwmon/menf21bmc_hwmon.c
6161 F:      Documentation/hwmon/menf21bmc
6162
6163 METAG ARCHITECTURE
6164 M:      James Hogan <james.hogan@imgtec.com>
6165 L:      linux-metag@vger.kernel.org
6166 S:      Supported
6167 F:      arch/metag/
6168 F:      Documentation/metag/
6169 F:      Documentation/devicetree/bindings/metag/
6170 F:      drivers/clocksource/metag_generic.c
6171 F:      drivers/irqchip/irq-metag.c
6172 F:      drivers/irqchip/irq-metag-ext.c
6173 F:      drivers/tty/metag_da.c
6174
6175 MICROBLAZE ARCHITECTURE
6176 M:      Michal Simek <monstr@monstr.eu>
6177 W:      http://www.monstr.eu/fdt/
6178 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6179 S:      Supported
6180 F:      arch/microblaze/
6181
6182 MICROTEK X6 SCANNER
6183 M:      Oliver Neukum <oliver@neukum.org>
6184 S:      Maintained
6185 F:      drivers/usb/image/microtek.*
6186
6187 MIPS
6188 M:      Ralf Baechle <ralf@linux-mips.org>
6189 L:      linux-mips@linux-mips.org
6190 W:      http://www.linux-mips.org/
6191 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6192 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6193 S:      Supported
6194 F:      Documentation/mips/
6195 F:      arch/mips/
6196
6197 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6198 M:      Hans Verkuil <hverkuil@xs4all.nl>
6199 L:      linux-media@vger.kernel.org
6200 T:      git git://linuxtv.org/media_tree.git
6201 W:      http://linuxtv.org
6202 S:      Odd Fixes
6203 F:      drivers/media/radio/radio-miropcm20*
6204
6205 Mellanox MLX5 core VPI driver
6206 M:      Eli Cohen <eli@mellanox.com>
6207 L:      netdev@vger.kernel.org
6208 L:      linux-rdma@vger.kernel.org
6209 W:      http://www.mellanox.com
6210 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6211 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6212 T:      git git://openfabrics.org/~eli/connect-ib.git
6213 S:      Supported
6214 F:      drivers/net/ethernet/mellanox/mlx5/core/
6215 F:      include/linux/mlx5/
6216
6217 Mellanox MLX5 IB driver
6218 M:      Eli Cohen <eli@mellanox.com>
6219 L:      linux-rdma@vger.kernel.org
6220 W:      http://www.mellanox.com
6221 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6222 T:      git git://openfabrics.org/~eli/connect-ib.git
6223 S:      Supported
6224 F:      include/linux/mlx5/
6225 F:      drivers/infiniband/hw/mlx5/
6226
6227 MN88472 MEDIA DRIVER
6228 M:      Antti Palosaari <crope@iki.fi>
6229 L:      linux-media@vger.kernel.org
6230 W:      http://linuxtv.org/
6231 W:      http://palosaari.fi/linux/
6232 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6233 T:      git git://linuxtv.org/anttip/media_tree.git
6234 S:      Maintained
6235 F:      drivers/staging/media/mn88472/
6236 F:      drivers/media/dvb-frontends/mn88472.h
6237
6238 MN88473 MEDIA DRIVER
6239 M:      Antti Palosaari <crope@iki.fi>
6240 L:      linux-media@vger.kernel.org
6241 W:      http://linuxtv.org/
6242 W:      http://palosaari.fi/linux/
6243 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6244 T:      git git://linuxtv.org/anttip/media_tree.git
6245 S:      Maintained
6246 F:      drivers/staging/media/mn88473/
6247 F:      drivers/media/dvb-frontends/mn88473.h
6248
6249 MODULE SUPPORT
6250 M:      Rusty Russell <rusty@rustcorp.com.au>
6251 S:      Maintained
6252 F:      include/linux/module.h
6253 F:      kernel/module.c
6254
6255 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6256 W:      http://popies.net/meye/
6257 S:      Orphan
6258 F:      Documentation/video4linux/meye.txt
6259 F:      drivers/media/pci/meye/
6260 F:      include/uapi/linux/meye.h
6261
6262 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6263 M:      Jiri Slaby <jirislaby@gmail.com>
6264 S:      Maintained
6265 F:      Documentation/serial/moxa-smartio
6266 F:      drivers/tty/mxser.*
6267
6268 MR800 AVERMEDIA USB FM RADIO DRIVER
6269 M:      Alexey Klimov <klimov.linux@gmail.com>
6270 L:      linux-media@vger.kernel.org
6271 T:      git git://linuxtv.org/media_tree.git
6272 S:      Maintained
6273 F:      drivers/media/radio/radio-mr800.c
6274
6275 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6276 M:      Alan Ott <alan@signal11.us>
6277 L:      linux-wpan@vger.kernel.org
6278 S:      Maintained
6279 F:      drivers/net/ieee802154/mrf24j40.c
6280
6281 MSI LAPTOP SUPPORT
6282 M:      "Lee, Chun-Yi" <jlee@suse.com>
6283 L:      platform-driver-x86@vger.kernel.org
6284 S:      Maintained
6285 F:      drivers/platform/x86/msi-laptop.c
6286
6287 MSI WMI SUPPORT
6288 M:      Anisse Astier <anisse@astier.eu>
6289 L:      platform-driver-x86@vger.kernel.org
6290 S:      Supported
6291 F:      drivers/platform/x86/msi-wmi.c
6292
6293 MSI001 MEDIA DRIVER
6294 M:      Antti Palosaari <crope@iki.fi>
6295 L:      linux-media@vger.kernel.org
6296 W:      http://linuxtv.org/
6297 W:      http://palosaari.fi/linux/
6298 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6299 T:      git git://linuxtv.org/anttip/media_tree.git
6300 S:      Maintained
6301 F:      drivers/media/tuners/msi001*
6302
6303 MSI2500 MEDIA DRIVER
6304 M:      Antti Palosaari <crope@iki.fi>
6305 L:      linux-media@vger.kernel.org
6306 W:      http://linuxtv.org/
6307 W:      http://palosaari.fi/linux/
6308 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6309 T:      git git://linuxtv.org/anttip/media_tree.git
6310 S:      Maintained
6311 F:      drivers/media/usb/msi2500/
6312
6313 MT9M032 APTINA SENSOR DRIVER
6314 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6315 L:      linux-media@vger.kernel.org
6316 T:      git git://linuxtv.org/media_tree.git
6317 S:      Maintained
6318 F:      drivers/media/i2c/mt9m032.c
6319 F:      include/media/mt9m032.h
6320
6321 MT9P031 APTINA CAMERA SENSOR
6322 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6323 L:      linux-media@vger.kernel.org
6324 T:      git git://linuxtv.org/media_tree.git
6325 S:      Maintained
6326 F:      drivers/media/i2c/mt9p031.c
6327 F:      include/media/mt9p031.h
6328
6329 MT9T001 APTINA CAMERA SENSOR
6330 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6331 L:      linux-media@vger.kernel.org
6332 T:      git git://linuxtv.org/media_tree.git
6333 S:      Maintained
6334 F:      drivers/media/i2c/mt9t001.c
6335 F:      include/media/mt9t001.h
6336
6337 MT9V032 APTINA CAMERA SENSOR
6338 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6339 L:      linux-media@vger.kernel.org
6340 T:      git git://linuxtv.org/media_tree.git
6341 S:      Maintained
6342 F:      drivers/media/i2c/mt9v032.c
6343 F:      include/media/mt9v032.h
6344
6345 MULTIFUNCTION DEVICES (MFD)
6346 M:      Samuel Ortiz <sameo@linux.intel.com>
6347 M:      Lee Jones <lee.jones@linaro.org>
6348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6349 S:      Supported
6350 F:      drivers/mfd/
6351 F:      include/linux/mfd/
6352
6353 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6354 M:      Chris Ball <chris@printf.net>
6355 M:      Ulf Hansson <ulf.hansson@linaro.org>
6356 L:      linux-mmc@vger.kernel.org
6357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6358 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6359 S:      Maintained
6360 F:      drivers/mmc/
6361 F:      include/linux/mmc/
6362 F:      include/uapi/linux/mmc/
6363
6364 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6365 S:      Orphan
6366 F:      drivers/mmc/host/mmc_spi.c
6367 F:      include/linux/spi/mmc_spi.h
6368
6369 MULTISOUND SOUND DRIVER
6370 M:      Andrew Veliath <andrewtv@usa.net>
6371 S:      Maintained
6372 F:      Documentation/sound/oss/MultiSound
6373 F:      sound/oss/msnd*
6374
6375 MULTITECH MULTIPORT CARD (ISICOM)
6376 S:      Orphan
6377 F:      drivers/tty/isicom.c
6378 F:      include/linux/isicom.h
6379
6380 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6381 M:      Felipe Balbi <balbi@ti.com>
6382 L:      linux-usb@vger.kernel.org
6383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6384 S:      Maintained
6385 F:      drivers/usb/musb/
6386
6387 MXL5007T MEDIA DRIVER
6388 M:      Michael Krufky <mkrufky@linuxtv.org>
6389 L:      linux-media@vger.kernel.org
6390 W:      http://linuxtv.org/
6391 W:      http://github.com/mkrufky
6392 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6393 T:      git git://linuxtv.org/mkrufky/tuners.git
6394 S:      Maintained
6395 F:      drivers/media/tuners/mxl5007t.*
6396
6397 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6398 M:      Hyong-Youb Kim <hykim@myri.com>
6399 L:      netdev@vger.kernel.org
6400 W:      https://www.myricom.com/support/downloads/myri10ge.html
6401 S:      Supported
6402 F:      drivers/net/ethernet/myricom/myri10ge/
6403
6404 NATSEMI ETHERNET DRIVER (DP8381x)
6405 S:      Orphan
6406 F:      drivers/net/ethernet/natsemi/natsemi.c
6407
6408 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6409 M:      Daniel Mack <zonque@gmail.com>
6410 S:      Maintained
6411 L:      alsa-devel@alsa-project.org
6412 W:      http://www.native-instruments.com
6413 F:      sound/usb/caiaq/
6414
6415 NCP FILESYSTEM
6416 M:      Petr Vandrovec <petr@vandrovec.name>
6417 S:      Odd Fixes
6418 F:      fs/ncpfs/
6419
6420 NCR 5380 SCSI DRIVERS
6421 M:      Finn Thain <fthain@telegraphics.com.au>
6422 M:      Michael Schmitz <schmitzmic@gmail.com>
6423 L:      linux-scsi@vger.kernel.org
6424 S:      Maintained
6425 F:      Documentation/scsi/g_NCR5380.txt
6426 F:      drivers/scsi/NCR5380.*
6427 F:      drivers/scsi/arm/cumana_1.c
6428 F:      drivers/scsi/arm/oak.c
6429 F:      drivers/scsi/atari_NCR5380.c
6430 F:      drivers/scsi/atari_scsi.*
6431 F:      drivers/scsi/dmx3191d.c
6432 F:      drivers/scsi/dtc.*
6433 F:      drivers/scsi/g_NCR5380.*
6434 F:      drivers/scsi/g_NCR5380_mmio.c
6435 F:      drivers/scsi/mac_scsi.*
6436 F:      drivers/scsi/pas16.*
6437 F:      drivers/scsi/sun3_scsi.*
6438 F:      drivers/scsi/sun3_scsi_vme.c
6439 F:      drivers/scsi/t128.*
6440
6441 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6442 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6443 L:      linux-scsi@vger.kernel.org
6444 S:      Maintained
6445 F:      drivers/scsi/NCR_D700.*
6446
6447 NCT6775 HARDWARE MONITOR DRIVER
6448 M:      Guenter Roeck <linux@roeck-us.net>
6449 L:      lm-sensors@lm-sensors.org
6450 S:      Maintained
6451 F:      Documentation/hwmon/nct6775
6452 F:      drivers/hwmon/nct6775.c
6453
6454 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6455 M:      Faisal Latif <faisal.latif@intel.com>
6456 L:      linux-rdma@vger.kernel.org
6457 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6458 S:      Supported
6459 F:      drivers/infiniband/hw/nes/
6460
6461 NETEM NETWORK EMULATOR
6462 M:      Stephen Hemminger <stephen@networkplumber.org>
6463 L:      netem@lists.linux-foundation.org
6464 S:      Maintained
6465 F:      net/sched/sch_netem.c
6466
6467 NETERION 10GbE DRIVERS (s2io/vxge)
6468 M:      Jon Mason <jdmason@kudzu.us>
6469 L:      netdev@vger.kernel.org
6470 S:      Supported
6471 F:      Documentation/networking/s2io.txt
6472 F:      Documentation/networking/vxge.txt
6473 F:      drivers/net/ethernet/neterion/
6474
6475 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6476 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6477 M:      Patrick McHardy <kaber@trash.net>
6478 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6479 L:      netfilter-devel@vger.kernel.org
6480 L:      coreteam@netfilter.org
6481 W:      http://www.netfilter.org/
6482 W:      http://www.iptables.org/
6483 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6486 S:      Supported
6487 F:      include/linux/netfilter*
6488 F:      include/linux/netfilter/
6489 F:      include/net/netfilter/
6490 F:      include/uapi/linux/netfilter*
6491 F:      include/uapi/linux/netfilter/
6492 F:      net/*/netfilter.c
6493 F:      net/*/netfilter/
6494 F:      net/netfilter/
6495
6496 NETLABEL
6497 M:      Paul Moore <paul@paul-moore.com>
6498 W:      http://netlabel.sf.net
6499 L:      netdev@vger.kernel.org
6500 S:      Maintained
6501 F:      Documentation/netlabel/
6502 F:      include/net/netlabel.h
6503 F:      net/netlabel/
6504
6505 NETROM NETWORK LAYER
6506 M:      Ralf Baechle <ralf@linux-mips.org>
6507 L:      linux-hams@vger.kernel.org
6508 W:      http://www.linux-ax25.org/
6509 S:      Maintained
6510 F:      include/net/netrom.h
6511 F:      include/uapi/linux/netrom.h
6512 F:      net/netrom/
6513
6514 NETWORK BLOCK DEVICE (NBD)
6515 M:      Paul Clements <Paul.Clements@steeleye.com>
6516 S:      Maintained
6517 L:      nbd-general@lists.sourceforge.net
6518 F:      Documentation/blockdev/nbd.txt
6519 F:      drivers/block/nbd.c
6520 F:      include/linux/nbd.h
6521 F:      include/uapi/linux/nbd.h
6522
6523 NETWORK DROP MONITOR
6524 M:      Neil Horman <nhorman@tuxdriver.com>
6525 L:      netdev@vger.kernel.org
6526 S:      Maintained
6527 W:      https://fedorahosted.org/dropwatch/
6528 F:      net/core/drop_monitor.c
6529
6530 NETWORKING [GENERAL]
6531 M:      "David S. Miller" <davem@davemloft.net>
6532 L:      netdev@vger.kernel.org
6533 W:      http://www.linuxfoundation.org/en/Net
6534 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6537 S:      Maintained
6538 F:      net/
6539 F:      include/net/
6540 F:      include/linux/in.h
6541 F:      include/linux/net.h
6542 F:      include/linux/netdevice.h
6543 F:      include/uapi/linux/in.h
6544 F:      include/uapi/linux/net.h
6545 F:      include/uapi/linux/netdevice.h
6546 F:      tools/net/
6547 F:      tools/testing/selftests/net/
6548 F:      lib/random32.c
6549 F:      lib/test_bpf.c
6550
6551 NETWORKING [IPv4/IPv6]
6552 M:      "David S. Miller" <davem@davemloft.net>
6553 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6554 M:      James Morris <jmorris@namei.org>
6555 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6556 M:      Patrick McHardy <kaber@trash.net>
6557 L:      netdev@vger.kernel.org
6558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6559 S:      Maintained
6560 F:      net/ipv4/
6561 F:      net/ipv6/
6562 F:      include/net/ip*
6563 F:      arch/x86/net/*
6564
6565 NETWORKING [IPSEC]
6566 M:      Steffen Klassert <steffen.klassert@secunet.com>
6567 M:      Herbert Xu <herbert@gondor.apana.org.au>
6568 M:      "David S. Miller" <davem@davemloft.net>
6569 L:      netdev@vger.kernel.org
6570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6572 S:      Maintained
6573 F:      net/core/flow.c
6574 F:      net/xfrm/
6575 F:      net/key/
6576 F:      net/ipv4/xfrm*
6577 F:      net/ipv4/esp4.c
6578 F:      net/ipv4/ah4.c
6579 F:      net/ipv4/ipcomp.c
6580 F:      net/ipv4/ip_vti.c
6581 F:      net/ipv6/xfrm*
6582 F:      net/ipv6/esp6.c
6583 F:      net/ipv6/ah6.c
6584 F:      net/ipv6/ipcomp6.c
6585 F:      net/ipv6/ip6_vti.c
6586 F:      include/uapi/linux/xfrm.h
6587 F:      include/net/xfrm.h
6588
6589 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6590 M:      Paul Moore <paul@paul-moore.com>
6591 L:      netdev@vger.kernel.org
6592 S:      Maintained
6593
6594 NETWORKING [WIRELESS]
6595 M:      "John W. Linville" <linville@tuxdriver.com>
6596 L:      linux-wireless@vger.kernel.org
6597 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
6599 S:      Maintained
6600 F:      net/mac80211/
6601 F:      net/rfkill/
6602 F:      net/wireless/
6603 F:      include/net/ieee80211*
6604 F:      include/linux/wireless.h
6605 F:      include/uapi/linux/wireless.h
6606 F:      include/net/iw_handler.h
6607 F:      drivers/net/wireless/
6608
6609 NETWORKING DRIVERS
6610 L:      netdev@vger.kernel.org
6611 W:      http://www.linuxfoundation.org/en/Net
6612 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6615 S:      Odd Fixes
6616 F:      drivers/net/
6617 F:      include/linux/if_*
6618 F:      include/linux/netdevice.h
6619 F:      include/linux/arcdevice.h
6620 F:      include/linux/etherdevice.h
6621 F:      include/linux/fcdevice.h
6622 F:      include/linux/fddidevice.h
6623 F:      include/linux/hippidevice.h
6624 F:      include/linux/inetdevice.h
6625 F:      include/uapi/linux/if_*
6626 F:      include/uapi/linux/netdevice.h
6627
6628 NETXEN (1/10) GbE SUPPORT
6629 M:      Manish Chopra <manish.chopra@qlogic.com>
6630 M:      Sony Chacko <sony.chacko@qlogic.com>
6631 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6632 L:      netdev@vger.kernel.org
6633 W:      http://www.qlogic.com
6634 S:      Supported
6635 F:      drivers/net/ethernet/qlogic/netxen/
6636
6637 NFC SUBSYSTEM
6638 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6639 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6640 M:      Samuel Ortiz <sameo@linux.intel.com>
6641 L:      linux-wireless@vger.kernel.org
6642 L:      linux-nfc@lists.01.org (subscribers-only)
6643 S:      Supported
6644 F:      net/nfc/
6645 F:      include/net/nfc/
6646 F:      include/uapi/linux/nfc.h
6647 F:      drivers/nfc/
6648 F:      include/linux/platform_data/pn544.h
6649 F:      Documentation/devicetree/bindings/net/nfc/
6650
6651 NFS, SUNRPC, AND LOCKD CLIENTS
6652 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6653 L:      linux-nfs@vger.kernel.org
6654 W:      http://client.linux-nfs.org
6655 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6656 S:      Maintained
6657 F:      fs/lockd/
6658 F:      fs/nfs/
6659 F:      fs/nfs_common/
6660 F:      net/sunrpc/
6661 F:      include/linux/lockd/
6662 F:      include/linux/nfs*
6663 F:      include/linux/sunrpc/
6664 F:      include/uapi/linux/nfs*
6665 F:      include/uapi/linux/sunrpc/
6666
6667 NILFS2 FILESYSTEM
6668 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6669 L:      linux-nilfs@vger.kernel.org
6670 W:      http://nilfs.sourceforge.net/
6671 T:      git git://github.com/konis/nilfs2.git
6672 S:      Supported
6673 F:      Documentation/filesystems/nilfs2.txt
6674 F:      fs/nilfs2/
6675 F:      include/linux/nilfs2_fs.h
6676
6677 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6678 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6679 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6680 S:      Maintained
6681 F:      Documentation/scsi/NinjaSCSI.txt
6682 F:      drivers/scsi/pcmcia/nsp_*
6683
6684 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6685 M:      GOTO Masanori <gotom@debian.or.jp>
6686 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6687 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6688 S:      Maintained
6689 F:      Documentation/scsi/NinjaSCSI.txt
6690 F:      drivers/scsi/nsp32*
6691
6692 NIOS2 ARCHITECTURE
6693 M:      Ley Foon Tan <lftan@altera.com>
6694 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6695 T:      git git://git.rocketboards.org/linux-socfpga.git
6696 S:      Maintained
6697 F:      arch/nios2/
6698
6699 NTB DRIVER
6700 M:      Jon Mason <jdmason@kudzu.us>
6701 M:      Dave Jiang <dave.jiang@intel.com>
6702 S:      Supported
6703 W:      https://github.com/jonmason/ntb/wiki
6704 T:      git git://github.com/jonmason/ntb.git
6705 F:      drivers/ntb/
6706 F:      drivers/net/ntb_netdev.c
6707 F:      include/linux/ntb.h
6708
6709 NTFS FILESYSTEM
6710 M:      Anton Altaparmakov <anton@tuxera.com>
6711 L:      linux-ntfs-dev@lists.sourceforge.net
6712 W:      http://www.tuxera.com/
6713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6714 S:      Supported
6715 F:      Documentation/filesystems/ntfs.txt
6716 F:      fs/ntfs/
6717
6718 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6719 M:      Antonino Daplas <adaplas@gmail.com>
6720 L:      linux-fbdev@vger.kernel.org
6721 S:      Maintained
6722 F:      drivers/video/fbdev/riva/
6723 F:      drivers/video/fbdev/nvidia/
6724
6725 NVM EXPRESS DRIVER
6726 M:      Matthew Wilcox <willy@linux.intel.com>
6727 L:      linux-nvme@lists.infradead.org
6728 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6729 S:      Supported
6730 F:      drivers/block/nvme*
6731 F:      include/linux/nvme.h
6732
6733 NXP TDA998X DRM DRIVER
6734 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6735 S:      Supported
6736 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6737 F:      include/drm/i2c/tda998x.h
6738
6739 NXP TFA9879 DRIVER
6740 M:      Peter Rosin <peda@axentia.se>
6741 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6742 S:      Maintained
6743 F:      sound/soc/codecs/tfa9879*
6744
6745 OMAP SUPPORT
6746 M:      Tony Lindgren <tony@atomide.com>
6747 L:      linux-omap@vger.kernel.org
6748 W:      http://www.muru.com/linux/omap/
6749 W:      http://linux.omap.com/
6750 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6752 S:      Maintained
6753 F:      arch/arm/*omap*/
6754 F:      drivers/i2c/busses/i2c-omap.c
6755 F:      drivers/irqchip/irq-omap-intc.c
6756 F:      drivers/mfd/*omap*.c
6757 F:      drivers/mfd/menelaus.c
6758 F:      drivers/mfd/palmas.c
6759 F:      drivers/mfd/tps65217.c
6760 F:      drivers/mfd/tps65218.c
6761 F:      drivers/mfd/tps65910.c
6762 F:      drivers/mfd/twl-core.[ch]
6763 F:      drivers/mfd/twl4030*.c
6764 F:      drivers/mfd/twl6030*.c
6765 F:      drivers/mfd/twl6040*.c
6766 F:      drivers/regulator/palmas-regulator*.c
6767 F:      drivers/regulator/pbias-regulator.c
6768 F:      drivers/regulator/tps65217-regulator.c
6769 F:      drivers/regulator/tps65218-regulator.c
6770 F:      drivers/regulator/tps65910-regulator.c
6771 F:      drivers/regulator/twl-regulator.c
6772 F:      include/linux/i2c-omap.h
6773
6774 OMAP DEVICE TREE SUPPORT
6775 M:      Benoît Cousson <bcousson@baylibre.com>
6776 M:      Tony Lindgren <tony@atomide.com>
6777 L:      linux-omap@vger.kernel.org
6778 L:      devicetree@vger.kernel.org
6779 S:      Maintained
6780 F:      arch/arm/boot/dts/*omap*
6781 F:      arch/arm/boot/dts/*am3*
6782 F:      arch/arm/boot/dts/*am4*
6783 F:      arch/arm/boot/dts/*am5*
6784 F:      arch/arm/boot/dts/*dra7*
6785
6786 OMAP CLOCK FRAMEWORK SUPPORT
6787 M:      Paul Walmsley <paul@pwsan.com>
6788 L:      linux-omap@vger.kernel.org
6789 S:      Maintained
6790 F:      arch/arm/*omap*/*clock*
6791
6792 OMAP POWER MANAGEMENT SUPPORT
6793 M:      Kevin Hilman <khilman@deeprootsystems.com>
6794 L:      linux-omap@vger.kernel.org
6795 S:      Maintained
6796 F:      arch/arm/*omap*/*pm*
6797 F:      drivers/cpufreq/omap-cpufreq.c
6798
6799 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6800 M:      Rajendra Nayak <rnayak@ti.com>
6801 M:      Paul Walmsley <paul@pwsan.com>
6802 L:      linux-omap@vger.kernel.org
6803 S:      Maintained
6804 F:      arch/arm/mach-omap2/prm*
6805
6806 OMAP AUDIO SUPPORT
6807 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6808 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6809 L:      alsa-devel@alsa-project.org (subscribers-only)
6810 L:      linux-omap@vger.kernel.org
6811 S:      Maintained
6812 F:      sound/soc/omap/
6813
6814 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6815 M:      Roger Quadros <rogerq@ti.com>
6816 M:      Tony Lindgren <tony@atomide.com>
6817 L:      linux-omap@vger.kernel.org
6818 S:      Maintained
6819 F:      drivers/memory/omap-gpmc.c
6820 F:      arch/arm/mach-omap2/*gpmc*
6821
6822 OMAP FRAMEBUFFER SUPPORT
6823 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6824 L:      linux-fbdev@vger.kernel.org
6825 L:      linux-omap@vger.kernel.org
6826 S:      Maintained
6827 F:      drivers/video/fbdev/omap/
6828
6829 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6830 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6831 L:      linux-omap@vger.kernel.org
6832 L:      linux-fbdev@vger.kernel.org
6833 S:      Maintained
6834 F:      drivers/video/fbdev/omap2/
6835 F:      Documentation/arm/OMAP/DSS
6836
6837 OMAP HARDWARE SPINLOCK SUPPORT
6838 M:      Ohad Ben-Cohen <ohad@wizery.com>
6839 L:      linux-omap@vger.kernel.org
6840 S:      Maintained
6841 F:      drivers/hwspinlock/omap_hwspinlock.c
6842 F:      arch/arm/mach-omap2/hwspinlock.c
6843
6844 OMAP MMC SUPPORT
6845 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6846 L:      linux-omap@vger.kernel.org
6847 S:      Maintained
6848 F:      drivers/mmc/host/omap.c
6849
6850 OMAP HS MMC SUPPORT
6851 L:      linux-mmc@vger.kernel.org
6852 L:      linux-omap@vger.kernel.org
6853 S:      Orphan
6854 F:      drivers/mmc/host/omap_hsmmc.c
6855
6856 OMAP RANDOM NUMBER GENERATOR SUPPORT
6857 M:      Deepak Saxena <dsaxena@plexity.net>
6858 S:      Maintained
6859 F:      drivers/char/hw_random/omap-rng.c
6860
6861 OMAP HWMOD SUPPORT
6862 M:      Benoît Cousson <bcousson@baylibre.com>
6863 M:      Paul Walmsley <paul@pwsan.com>
6864 L:      linux-omap@vger.kernel.org
6865 S:      Maintained
6866 F:      arch/arm/mach-omap2/omap_hwmod.*
6867
6868 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6869 M:      Benoît Cousson <bcousson@baylibre.com>
6870 L:      linux-omap@vger.kernel.org
6871 S:      Maintained
6872 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6873
6874 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6875 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6876 L:      linux-media@vger.kernel.org
6877 S:      Maintained
6878 F:      drivers/media/platform/omap3isp/
6879 F:      drivers/staging/media/omap4iss/
6880
6881 OMAP USB SUPPORT
6882 M:      Felipe Balbi <balbi@ti.com>
6883 L:      linux-usb@vger.kernel.org
6884 L:      linux-omap@vger.kernel.org
6885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6886 S:      Maintained
6887 F:      drivers/usb/*/*omap*
6888 F:      arch/arm/*omap*/usb*
6889
6890 OMAP GPIO DRIVER
6891 M:      Javier Martinez Canillas <javier@dowhile0.org>
6892 M:      Santosh Shilimkar <ssantosh@kernel.org>
6893 M:      Kevin Hilman <khilman@deeprootsystems.com>
6894 L:      linux-omap@vger.kernel.org
6895 S:      Maintained
6896 F:      drivers/gpio/gpio-omap.c
6897
6898 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6899 M:      Mark Jackson <mpfj@newflow.co.uk>
6900 L:      linux-omap@vger.kernel.org
6901 S:      Maintained
6902 F:      arch/arm/boot/dts/am335x-nano.dts
6903
6904 OMFS FILESYSTEM
6905 M:      Bob Copeland <me@bobcopeland.com>
6906 L:      linux-karma-devel@lists.sourceforge.net
6907 S:      Maintained
6908 F:      Documentation/filesystems/omfs.txt
6909 F:      fs/omfs/
6910
6911 OMNIKEY CARDMAN 4000 DRIVER
6912 M:      Harald Welte <laforge@gnumonks.org>
6913 S:      Maintained
6914 F:      drivers/char/pcmcia/cm4000_cs.c
6915 F:      include/linux/cm4000_cs.h
6916 F:      include/uapi/linux/cm4000_cs.h
6917
6918 OMNIKEY CARDMAN 4040 DRIVER
6919 M:      Harald Welte <laforge@gnumonks.org>
6920 S:      Maintained
6921 F:      drivers/char/pcmcia/cm4040_cs.*
6922
6923 OMNIVISION OV7670 SENSOR DRIVER
6924 M:      Jonathan Corbet <corbet@lwn.net>
6925 L:      linux-media@vger.kernel.org
6926 T:      git git://linuxtv.org/media_tree.git
6927 S:      Maintained
6928 F:      drivers/media/i2c/ov7670.c
6929
6930 ONENAND FLASH DRIVER
6931 M:      Kyungmin Park <kyungmin.park@samsung.com>
6932 L:      linux-mtd@lists.infradead.org
6933 S:      Maintained
6934 F:      drivers/mtd/onenand/
6935 F:      include/linux/mtd/onenand*.h
6936
6937 ONSTREAM SCSI TAPE DRIVER
6938 M:      Willem Riede <osst@riede.org>
6939 L:      osst-users@lists.sourceforge.net
6940 L:      linux-scsi@vger.kernel.org
6941 S:      Maintained
6942 F:      Documentation/scsi/osst.txt
6943 F:      drivers/scsi/osst.*
6944 F:      drivers/scsi/osst_*.h
6945 F:      drivers/scsi/st.h
6946
6947 OPENCORES I2C BUS DRIVER
6948 M:      Peter Korsgaard <jacmet@sunsite.dk>
6949 L:      linux-i2c@vger.kernel.org
6950 S:      Maintained
6951 F:      Documentation/i2c/busses/i2c-ocores
6952 F:      drivers/i2c/busses/i2c-ocores.c
6953
6954 OPEN FIRMWARE AND FLATTENED DEVICE TREE
6955 M:      Grant Likely <grant.likely@linaro.org>
6956 M:      Rob Herring <robh+dt@kernel.org>
6957 L:      devicetree@vger.kernel.org
6958 W:      http://fdt.secretlab.ca
6959 T:      git git://git.secretlab.ca/git/linux-2.6.git
6960 S:      Maintained
6961 F:      drivers/of/
6962 F:      include/linux/of*.h
6963 F:      scripts/dtc/
6964 K:      of_get_property
6965 K:      of_match_table
6966
6967 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
6968 M:      Rob Herring <robh+dt@kernel.org>
6969 M:      Pawel Moll <pawel.moll@arm.com>
6970 M:      Mark Rutland <mark.rutland@arm.com>
6971 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
6972 M:      Kumar Gala <galak@codeaurora.org>
6973 L:      devicetree@vger.kernel.org
6974 S:      Maintained
6975 F:      Documentation/devicetree/
6976 F:      arch/*/boot/dts/
6977 F:      include/dt-bindings/
6978
6979 OPENRISC ARCHITECTURE
6980 M:      Jonas Bonn <jonas@southpole.se>
6981 W:      http://openrisc.net
6982 L:      linux@lists.openrisc.net (moderated for non-subscribers)
6983 S:      Maintained
6984 T:      git git://openrisc.net/~jonas/linux
6985 F:      arch/openrisc/
6986
6987 OPENVSWITCH
6988 M:      Pravin Shelar <pshelar@nicira.com>
6989 L:      dev@openvswitch.org
6990 W:      http://openvswitch.org
6991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
6992 S:      Maintained
6993 F:      net/openvswitch/
6994
6995 OPL4 DRIVER
6996 M:      Clemens Ladisch <clemens@ladisch.de>
6997 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6998 T:      git git://git.alsa-project.org/alsa-kernel.git
6999 S:      Maintained
7000 F:      sound/drivers/opl4/
7001
7002 OPROFILE
7003 M:      Robert Richter <rric@kernel.org>
7004 L:      oprofile-list@lists.sf.net
7005 S:      Maintained
7006 F:      arch/*/include/asm/oprofile*.h
7007 F:      arch/*/oprofile/
7008 F:      drivers/oprofile/
7009 F:      include/linux/oprofile.h
7010
7011 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7012 M:      Mark Fasheh <mfasheh@suse.com>
7013 M:      Joel Becker <jlbec@evilplan.org>
7014 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7015 W:      http://oss.oracle.com/projects/ocfs2/
7016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7017 S:      Supported
7018 F:      Documentation/filesystems/ocfs2.txt
7019 F:      Documentation/filesystems/dlmfs.txt
7020 F:      fs/ocfs2/
7021
7022 ORINOCO DRIVER
7023 L:      linux-wireless@vger.kernel.org
7024 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7025 W:      http://www.nongnu.org/orinoco/
7026 S:      Orphan
7027 F:      drivers/net/wireless/orinoco/
7028
7029 OSD LIBRARY and FILESYSTEM
7030 M:      Boaz Harrosh <ooo@electrozaur.com>
7031 M:      Benny Halevy <bhalevy@primarydata.com>
7032 L:      osd-dev@open-osd.org
7033 W:      http://open-osd.org
7034 T:      git git://git.open-osd.org/open-osd.git
7035 S:      Maintained
7036 F:      drivers/scsi/osd/
7037 F:      include/scsi/osd_*
7038 F:      fs/exofs/
7039
7040 OVERLAY FILESYSTEM
7041 M:      Miklos Szeredi <miklos@szeredi.hu>
7042 L:      linux-unionfs@vger.kernel.org
7043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7044 S:      Supported
7045 F:      fs/overlayfs/
7046 F:      Documentation/filesystems/overlayfs.txt
7047
7048 P54 WIRELESS DRIVER
7049 M:      Christian Lamparter <chunkeey@googlemail.com>
7050 L:      linux-wireless@vger.kernel.org
7051 W:      http://wireless.kernel.org/en/users/Drivers/p54
7052 S:      Maintained
7053 F:      drivers/net/wireless/p54/
7054
7055 PA SEMI ETHERNET DRIVER
7056 M:      Olof Johansson <olof@lixom.net>
7057 L:      netdev@vger.kernel.org
7058 S:      Maintained
7059 F:      drivers/net/ethernet/pasemi/*
7060
7061 PA SEMI SMBUS DRIVER
7062 M:      Olof Johansson <olof@lixom.net>
7063 L:      linux-i2c@vger.kernel.org
7064 S:      Maintained
7065 F:      drivers/i2c/busses/i2c-pasemi.c
7066
7067 PADATA PARALLEL EXECUTION MECHANISM
7068 M:      Steffen Klassert <steffen.klassert@secunet.com>
7069 L:      linux-crypto@vger.kernel.org
7070 S:      Maintained
7071 F:      kernel/padata.c
7072 F:      include/linux/padata.h
7073 F:      Documentation/padata.txt
7074
7075 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7076 M:      Harald Welte <laforge@gnumonks.org>
7077 L:      platform-driver-x86@vger.kernel.org
7078 S:      Maintained
7079 F:      drivers/platform/x86/panasonic-laptop.c
7080
7081 PANASONIC MN10300/AM33/AM34 PORT
7082 M:      David Howells <dhowells@redhat.com>
7083 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7084 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7085 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7086 S:      Maintained
7087 F:      Documentation/mn10300/
7088 F:      arch/mn10300/
7089
7090 PARALLEL PORT SUPPORT
7091 L:      linux-parport@lists.infradead.org (subscribers-only)
7092 S:      Orphan
7093 F:      drivers/parport/
7094 F:      include/linux/parport*.h
7095 F:      drivers/char/ppdev.c
7096 F:      include/uapi/linux/ppdev.h
7097
7098 PARAVIRT_OPS INTERFACE
7099 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7100 M:      Chris Wright <chrisw@sous-sol.org>
7101 M:      Alok Kataria <akataria@vmware.com>
7102 M:      Rusty Russell <rusty@rustcorp.com.au>
7103 L:      virtualization@lists.linux-foundation.org
7104 S:      Supported
7105 F:      Documentation/ia64/paravirt_ops.txt
7106 F:      arch/*/kernel/paravirt*
7107 F:      arch/*/include/asm/paravirt.h
7108
7109 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7110 M:      Tim Waugh <tim@cyberelk.net>
7111 L:      linux-parport@lists.infradead.org (subscribers-only)
7112 W:      http://www.torque.net/linux-pp.html
7113 S:      Maintained
7114 F:      Documentation/blockdev/paride.txt
7115 F:      drivers/block/paride/
7116
7117 PARISC ARCHITECTURE
7118 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7119 M:      Helge Deller <deller@gmx.de>
7120 L:      linux-parisc@vger.kernel.org
7121 W:      http://www.parisc-linux.org/
7122 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7125 S:      Maintained
7126 F:      arch/parisc/
7127 F:      Documentation/parisc/
7128 F:      drivers/parisc/
7129 F:      drivers/char/agp/parisc-agp.c
7130 F:      drivers/input/serio/gscps2.c
7131 F:      drivers/parport/parport_gsc.*
7132 F:      drivers/tty/serial/8250/8250_gsc.c
7133 F:      drivers/video/fbdev/sti*
7134 F:      drivers/video/console/sti*
7135 F:      drivers/video/logo/logo_parisc*
7136
7137 PC87360 HARDWARE MONITORING DRIVER
7138 M:      Jim Cromie <jim.cromie@gmail.com>
7139 L:      lm-sensors@lm-sensors.org
7140 S:      Maintained
7141 F:      Documentation/hwmon/pc87360
7142 F:      drivers/hwmon/pc87360.c
7143
7144 PC8736x GPIO DRIVER
7145 M:      Jim Cromie <jim.cromie@gmail.com>
7146 S:      Maintained
7147 F:      drivers/char/pc8736x_gpio.c
7148
7149 PC87427 HARDWARE MONITORING DRIVER
7150 M:      Jean Delvare <jdelvare@suse.de>
7151 L:      lm-sensors@lm-sensors.org
7152 S:      Maintained
7153 F:      Documentation/hwmon/pc87427
7154 F:      drivers/hwmon/pc87427.c
7155
7156 PCA9532 LED DRIVER
7157 M:      Riku Voipio <riku.voipio@iki.fi>
7158 S:      Maintained
7159 F:      drivers/leds/leds-pca9532.c
7160 F:      include/linux/leds-pca9532.h
7161
7162 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7163 M:      Guenter Roeck <linux@roeck-us.net>
7164 L:      linux-i2c@vger.kernel.org
7165 S:      Maintained
7166 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7167
7168 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7169 M:      Khalid Aziz <khalid@gonehiking.org>
7170 S:      Maintained
7171 F:      drivers/firmware/pcdp.*
7172
7173 PCI ERROR RECOVERY
7174 M:      Linas Vepstas <linasvepstas@gmail.com>
7175 L:      linux-pci@vger.kernel.org
7176 S:      Supported
7177 F:      Documentation/PCI/pci-error-recovery.txt
7178
7179 PCI SUBSYSTEM
7180 M:      Bjorn Helgaas <bhelgaas@google.com>
7181 L:      linux-pci@vger.kernel.org
7182 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7184 S:      Supported
7185 F:      Documentation/PCI/
7186 F:      drivers/pci/
7187 F:      include/linux/pci*
7188 F:      arch/x86/pci/
7189 F:      arch/x86/kernel/quirks.c
7190
7191 PCI DRIVER FOR APPLIEDMICRO XGENE
7192 M:      Tanmay Inamdar <tinamdar@apm.com>
7193 L:      linux-pci@vger.kernel.org
7194 L:      linux-arm-kernel@lists.infradead.org
7195 S:      Maintained
7196 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7197 F:      drivers/pci/host/pci-xgene.c
7198
7199 PCI DRIVER FOR FREESCALE LAYERSCAPE
7200 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7201 M:      Mingkai Hu <mingkai.hu@freescale.com>
7202 M:      Roy Zang <tie-fei.zang@freescale.com>
7203 L:      linuxppc-dev@lists.ozlabs.org
7204 L:      linux-pci@vger.kernel.org
7205 L:      linux-arm-kernel@lists.infradead.org
7206 S:      Maintained
7207 F:      drivers/pci/host/*layerscape*
7208
7209 PCI DRIVER FOR IMX6
7210 M:      Richard Zhu <r65037@freescale.com>
7211 M:      Lucas Stach <l.stach@pengutronix.de>
7212 L:      linux-pci@vger.kernel.org
7213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7214 S:      Maintained
7215 F:      drivers/pci/host/*imx6*
7216
7217 PCI DRIVER FOR TI KEYSTONE
7218 M:      Murali Karicheri <m-karicheri2@ti.com>
7219 L:      linux-pci@vger.kernel.org
7220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7221 S:      Maintained
7222 F:      drivers/pci/host/*keystone*
7223
7224 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7225 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7226 M:      Jason Cooper <jason@lakedaemon.net>
7227 L:      linux-pci@vger.kernel.org
7228 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7229 S:      Maintained
7230 F:      drivers/pci/host/*mvebu*
7231
7232 PCI DRIVER FOR NVIDIA TEGRA
7233 M:      Thierry Reding <thierry.reding@gmail.com>
7234 L:      linux-tegra@vger.kernel.org
7235 L:      linux-pci@vger.kernel.org
7236 S:      Supported
7237 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7238 F:      drivers/pci/host/pci-tegra.c
7239
7240 PCI DRIVER FOR TI DRA7XX
7241 M:      Kishon Vijay Abraham I <kishon@ti.com>
7242 L:      linux-omap@vger.kernel.org
7243 L:      linux-pci@vger.kernel.org
7244 S:      Supported
7245 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7246 F:      drivers/pci/host/pci-dra7xx.c
7247
7248 PCI DRIVER FOR RENESAS R-CAR
7249 M:      Simon Horman <horms@verge.net.au>
7250 L:      linux-pci@vger.kernel.org
7251 L:      linux-sh@vger.kernel.org
7252 S:      Maintained
7253 F:      drivers/pci/host/*rcar*
7254
7255 PCI DRIVER FOR SAMSUNG EXYNOS
7256 M:      Jingoo Han <jg1.han@samsung.com>
7257 L:      linux-pci@vger.kernel.org
7258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7259 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7260 S:      Maintained
7261 F:      drivers/pci/host/pci-exynos.c
7262
7263 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7264 M:      Mohit Kumar <mohit.kumar@st.com>
7265 M:      Jingoo Han <jg1.han@samsung.com>
7266 L:      linux-pci@vger.kernel.org
7267 S:      Maintained
7268 F:      drivers/pci/host/*designware*
7269
7270 PCI DRIVER FOR GENERIC OF HOSTS
7271 M:      Will Deacon <will.deacon@arm.com>
7272 L:      linux-pci@vger.kernel.org
7273 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7274 S:      Maintained
7275 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7276 F:      drivers/pci/host/pci-host-generic.c
7277
7278 PCIE DRIVER FOR ST SPEAR13XX
7279 M:      Mohit Kumar <mohit.kumar@st.com>
7280 L:      linux-pci@vger.kernel.org
7281 S:      Maintained
7282 F:      drivers/pci/host/*spear*
7283
7284 PCMCIA SUBSYSTEM
7285 P:      Linux PCMCIA Team
7286 L:      linux-pcmcia@lists.infradead.org
7287 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7289 S:      Maintained
7290 F:      Documentation/pcmcia/
7291 F:      drivers/pcmcia/
7292 F:      include/pcmcia/
7293
7294 PCNET32 NETWORK DRIVER
7295 M:      Don Fry <pcnet32@frontier.com>
7296 L:      netdev@vger.kernel.org
7297 S:      Maintained
7298 F:      drivers/net/ethernet/amd/pcnet32.c
7299
7300 PCRYPT PARALLEL CRYPTO ENGINE
7301 M:      Steffen Klassert <steffen.klassert@secunet.com>
7302 L:      linux-crypto@vger.kernel.org
7303 S:      Maintained
7304 F:      crypto/pcrypt.c
7305 F:      include/crypto/pcrypt.h
7306
7307 PER-CPU MEMORY ALLOCATOR
7308 M:      Tejun Heo <tj@kernel.org>
7309 M:      Christoph Lameter <cl@linux-foundation.org>
7310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7311 S:      Maintained
7312 F:      include/linux/percpu*.h
7313 F:      mm/percpu*.c
7314 F:      arch/*/include/asm/percpu.h
7315
7316 PER-TASK DELAY ACCOUNTING
7317 M:      Balbir Singh <bsingharora@gmail.com>
7318 S:      Maintained
7319 F:      include/linux/delayacct.h
7320 F:      kernel/delayacct.c
7321
7322 PERFORMANCE EVENTS SUBSYSTEM
7323 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7324 M:      Paul Mackerras <paulus@samba.org>
7325 M:      Ingo Molnar <mingo@redhat.com>
7326 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7327 L:      linux-kernel@vger.kernel.org
7328 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7329 S:      Supported
7330 F:      kernel/events/*
7331 F:      include/linux/perf_event.h
7332 F:      include/uapi/linux/perf_event.h
7333 F:      arch/*/kernel/perf_event*.c
7334 F:      arch/*/kernel/*/perf_event*.c
7335 F:      arch/*/kernel/*/*/perf_event*.c
7336 F:      arch/*/include/asm/perf_event.h
7337 F:      arch/*/kernel/perf_callchain.c
7338 F:      tools/perf/
7339
7340 PERSONALITY HANDLING
7341 M:      Christoph Hellwig <hch@infradead.org>
7342 L:      linux-abi-devel@lists.sourceforge.net
7343 S:      Maintained
7344 F:      include/linux/personality.h
7345 F:      include/uapi/linux/personality.h
7346
7347 PHONET PROTOCOL
7348 M:      Remi Denis-Courmont <courmisch@gmail.com>
7349 S:      Supported
7350 F:      Documentation/networking/phonet.txt
7351 F:      include/linux/phonet.h
7352 F:      include/net/phonet/
7353 F:      include/uapi/linux/phonet.h
7354 F:      net/phonet/
7355
7356 PHRAM MTD DRIVER
7357 M:      Joern Engel <joern@lazybastard.org>
7358 L:      linux-mtd@lists.infradead.org
7359 S:      Maintained
7360 F:      drivers/mtd/devices/phram.c
7361
7362 PICOLCD HID DRIVER
7363 M:      Bruno Prémont <bonbons@linux-vserver.org>
7364 L:      linux-input@vger.kernel.org
7365 S:      Maintained
7366 F:      drivers/hid/hid-picolcd*
7367
7368 PICOXCELL SUPPORT
7369 M:      Jamie Iles <jamie@jamieiles.com>
7370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7371 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7372 S:      Supported
7373 F:      arch/arm/boot/dts/picoxcell*
7374 F:      arch/arm/mach-picoxcell/
7375 F:      drivers/crypto/picoxcell*
7376
7377 PIN CONTROL SUBSYSTEM
7378 M:      Linus Walleij <linus.walleij@linaro.org>
7379 L:      linux-gpio@vger.kernel.org
7380 S:      Maintained
7381 F:      drivers/pinctrl/
7382 F:      include/linux/pinctrl/
7383
7384 PIN CONTROLLER - ATMEL AT91
7385 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7386 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7387 S:      Maintained
7388 F:      drivers/pinctrl/pinctrl-at91.*
7389
7390 PIN CONTROLLER - INTEL
7391 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7392 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7393 S:      Maintained
7394 F:      drivers/pinctrl/intel/
7395
7396 PIN CONTROLLER - RENESAS
7397 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7398 L:      linux-sh@vger.kernel.org
7399 S:      Maintained
7400 F:      drivers/pinctrl/sh-pfc/
7401
7402 PIN CONTROLLER - SAMSUNG
7403 M:      Tomasz Figa <tomasz.figa@gmail.com>
7404 M:      Thomas Abraham <thomas.abraham@linaro.org>
7405 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7406 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7407 S:      Maintained
7408 F:      drivers/pinctrl/samsung/
7409
7410 PIN CONTROLLER - ST SPEAR
7411 M:      Viresh Kumar <viresh.linux@gmail.com>
7412 L:      spear-devel@list.st.com
7413 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7414 W:      http://www.st.com/spear
7415 S:      Maintained
7416 F:      drivers/pinctrl/spear/
7417
7418 PKTCDVD DRIVER
7419 M:      Jiri Kosina <jkosina@suse.cz>
7420 S:      Maintained
7421 F:      drivers/block/pktcdvd.c
7422 F:      include/linux/pktcdvd.h
7423 F:      include/uapi/linux/pktcdvd.h
7424
7425 PKUNITY SOC DRIVERS
7426 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7427 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7428 S:      Maintained
7429 T:      git git://github.com/gxt/linux.git
7430 F:      drivers/input/serio/i8042-unicore32io.h
7431 F:      drivers/i2c/busses/i2c-puv3.c
7432 F:      drivers/video/fbdev/fb-puv3.c
7433 F:      drivers/rtc/rtc-puv3.c
7434
7435 PMBUS HARDWARE MONITORING DRIVERS
7436 M:      Guenter Roeck <linux@roeck-us.net>
7437 L:      lm-sensors@lm-sensors.org
7438 W:      http://www.lm-sensors.org/
7439 W:      http://www.roeck-us.net/linux/drivers/
7440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7441 S:      Maintained
7442 F:      Documentation/hwmon/pmbus
7443 F:      drivers/hwmon/pmbus/
7444 F:      include/linux/i2c/pmbus.h
7445
7446 PMC SIERRA MaxRAID DRIVER
7447 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7448 L:      linux-scsi@vger.kernel.org
7449 W:      http://www.pmc-sierra.com/
7450 S:      Supported
7451 F:      drivers/scsi/pmcraid.*
7452
7453 PMC SIERRA PM8001 DRIVER
7454 M:      xjtuwjp@gmail.com
7455 M:      lindar_liu@usish.com
7456 L:      pmchba@pmcs.com
7457 L:      linux-scsi@vger.kernel.org
7458 S:      Supported
7459 F:      drivers/scsi/pm8001/
7460
7461 POSIX CLOCKS and TIMERS
7462 M:      Thomas Gleixner <tglx@linutronix.de>
7463 L:      linux-kernel@vger.kernel.org
7464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7465 S:      Maintained
7466 F:      fs/timerfd.c
7467 F:      include/linux/timer*
7468 F:      kernel/time/*timer*
7469
7470 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7471 M:      Sebastian Reichel <sre@kernel.org>
7472 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7473 M:      David Woodhouse <dwmw2@infradead.org>
7474 L:      linux-pm@vger.kernel.org
7475 T:      git git://git.infradead.org/battery-2.6.git
7476 S:      Maintained
7477 F:      include/linux/power_supply.h
7478 F:      drivers/power/
7479
7480 PNP SUPPORT
7481 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7482 S:      Maintained
7483 F:      drivers/pnp/
7484
7485 PNXxxxx I2C DRIVER
7486 M:      Vitaly Wool <vitalywool@gmail.com>
7487 L:      linux-i2c@vger.kernel.org
7488 S:      Maintained
7489 F:      drivers/i2c/busses/i2c-pnx.c
7490
7491 PPP PROTOCOL DRIVERS AND COMPRESSORS
7492 M:      Paul Mackerras <paulus@samba.org>
7493 L:      linux-ppp@vger.kernel.org
7494 S:      Maintained
7495 F:      drivers/net/ppp/ppp_*
7496
7497 PPP OVER ATM (RFC 2364)
7498 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7499 S:      Maintained
7500 F:      net/atm/pppoatm.c
7501 F:      include/uapi/linux/atmppp.h
7502
7503 PPP OVER ETHERNET
7504 M:      Michal Ostrowski <mostrows@earthlink.net>
7505 S:      Maintained
7506 F:      drivers/net/ppp/pppoe.c
7507 F:      drivers/net/ppp/pppox.c
7508
7509 PPP OVER L2TP
7510 M:      James Chapman <jchapman@katalix.com>
7511 S:      Maintained
7512 F:      net/l2tp/l2tp_ppp.c
7513 F:      include/linux/if_pppol2tp.h
7514 F:      include/uapi/linux/if_pppol2tp.h
7515
7516 PPS SUPPORT
7517 M:      Rodolfo Giometti <giometti@enneenne.com>
7518 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7519 L:      linuxpps@ml.enneenne.com (subscribers-only)
7520 S:      Maintained
7521 F:      Documentation/pps/
7522 F:      drivers/pps/
7523 F:      include/linux/pps*.h
7524
7525 PPTP DRIVER
7526 M:      Dmitry Kozlov <xeb@mail.ru>
7527 L:      netdev@vger.kernel.org
7528 S:      Maintained
7529 F:      drivers/net/ppp/pptp.c
7530 W:      http://sourceforge.net/projects/accel-pptp
7531
7532 PREEMPTIBLE KERNEL
7533 M:      Robert Love <rml@tech9.net>
7534 L:      kpreempt-tech@lists.sourceforge.net
7535 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7536 S:      Supported
7537 F:      Documentation/preempt-locking.txt
7538 F:      include/linux/preempt.h
7539
7540 PRISM54 WIRELESS DRIVER
7541 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7542 L:      linux-wireless@vger.kernel.org
7543 W:      http://wireless.kernel.org/en/users/Drivers/p54
7544 S:      Obsolete
7545 F:      drivers/net/wireless/prism54/
7546
7547 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
7548 M:      Mikael Pettersson <mikpelinux@gmail.com>
7549 L:      linux-ide@vger.kernel.org
7550 S:      Maintained
7551 F:      drivers/ata/sata_promise.*
7552
7553 PS3 NETWORK SUPPORT
7554 M:      Geoff Levand <geoff@infradead.org>
7555 L:      netdev@vger.kernel.org
7556 L:      cbe-oss-dev@lists.ozlabs.org
7557 S:      Maintained
7558 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7559
7560 PS3 PLATFORM SUPPORT
7561 M:      Geoff Levand <geoff@infradead.org>
7562 L:      linuxppc-dev@lists.ozlabs.org
7563 L:      cbe-oss-dev@lists.ozlabs.org
7564 S:      Maintained
7565 F:      arch/powerpc/boot/ps3*
7566 F:      arch/powerpc/include/asm/lv1call.h
7567 F:      arch/powerpc/include/asm/ps3*.h
7568 F:      arch/powerpc/platforms/ps3/
7569 F:      drivers/*/ps3*
7570 F:      drivers/ps3/
7571 F:      drivers/rtc/rtc-ps3.c
7572 F:      drivers/usb/host/*ps3.c
7573 F:      sound/ppc/snd_ps3*
7574
7575 PS3VRAM DRIVER
7576 M:      Jim Paris <jim@jtan.com>
7577 L:      cbe-oss-dev@lists.ozlabs.org
7578 S:      Maintained
7579 F:      drivers/block/ps3vram.c
7580
7581 PSTORE FILESYSTEM
7582 M:      Anton Vorontsov <anton@enomsg.org>
7583 M:      Colin Cross <ccross@android.com>
7584 M:      Kees Cook <keescook@chromium.org>
7585 M:      Tony Luck <tony.luck@intel.com>
7586 S:      Maintained
7587 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7588 F:      fs/pstore/
7589 F:      include/linux/pstore*
7590 F:      drivers/firmware/efi/efi-pstore.c
7591 F:      drivers/acpi/apei/erst.c
7592
7593 PTP HARDWARE CLOCK SUPPORT
7594 M:      Richard Cochran <richardcochran@gmail.com>
7595 L:      netdev@vger.kernel.org
7596 S:      Maintained
7597 W:      http://linuxptp.sourceforge.net/
7598 F:      Documentation/ABI/testing/sysfs-ptp
7599 F:      Documentation/ptp/*
7600 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7601 F:      drivers/net/phy/dp83640*
7602 F:      drivers/ptp/*
7603 F:      include/linux/ptp_cl*
7604
7605 PTRACE SUPPORT
7606 M:      Roland McGrath <roland@hack.frob.com>
7607 M:      Oleg Nesterov <oleg@redhat.com>
7608 S:      Maintained
7609 F:      include/asm-generic/syscall.h
7610 F:      include/linux/ptrace.h
7611 F:      include/linux/regset.h
7612 F:      include/linux/tracehook.h
7613 F:      include/uapi/linux/ptrace.h
7614 F:      kernel/ptrace.c
7615
7616 PVRUSB2 VIDEO4LINUX DRIVER
7617 M:      Mike Isely <isely@pobox.com>
7618 L:      pvrusb2@isely.net       (subscribers-only)
7619 L:      linux-media@vger.kernel.org
7620 W:      http://www.isely.net/pvrusb2/
7621 T:      git git://linuxtv.org/media_tree.git
7622 S:      Maintained
7623 F:      Documentation/video4linux/README.pvrusb2
7624 F:      drivers/media/usb/pvrusb2/
7625
7626 PWC WEBCAM DRIVER
7627 M:      Hans de Goede <hdegoede@redhat.com>
7628 L:      linux-media@vger.kernel.org
7629 T:      git git://linuxtv.org/media_tree.git
7630 S:      Maintained
7631 F:      drivers/media/usb/pwc/*
7632
7633 PWM FAN DRIVER
7634 M:      Kamil Debski <k.debski@samsung.com>
7635 L:      lm-sensors@lm-sensors.org
7636 S:      Supported
7637 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7638 F:      Documentation/hwmon/pwm-fan
7639 F:      drivers/hwmon/pwm-fan.c
7640
7641 PWM SUBSYSTEM
7642 M:      Thierry Reding <thierry.reding@gmail.com>
7643 L:      linux-pwm@vger.kernel.org
7644 S:      Maintained
7645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7646 F:      Documentation/pwm.txt
7647 F:      Documentation/devicetree/bindings/pwm/
7648 F:      include/linux/pwm.h
7649 F:      drivers/pwm/
7650 F:      drivers/video/backlight/pwm_bl.c
7651 F:      include/linux/pwm_backlight.h
7652
7653 PXA2xx/PXA3xx SUPPORT
7654 M:      Daniel Mack <daniel@zonque.org>
7655 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7656 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7657 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7658 T:      git git://github.com/hzhuang1/linux.git
7659 T:      git git://github.com/rjarzmik/linux.git
7660 S:      Maintained
7661 F:      arch/arm/mach-pxa/
7662 F:      drivers/pcmcia/pxa2xx*
7663 F:      drivers/spi/spi-pxa2xx*
7664 F:      drivers/usb/gadget/udc/pxa2*
7665 F:      include/sound/pxa2xx-lib.h
7666 F:      sound/arm/pxa*
7667 F:      sound/soc/pxa/
7668
7669 PXA3xx NAND FLASH DRIVER
7670 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7671 L:      linux-mtd@lists.infradead.org
7672 S:      Maintained
7673 F:      drivers/mtd/nand/pxa3xx_nand.c
7674
7675 MMP SUPPORT
7676 M:      Eric Miao <eric.y.miao@gmail.com>
7677 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7678 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7679 T:      git git://github.com/hzhuang1/linux.git
7680 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7681 S:      Maintained
7682 F:      arch/arm/mach-mmp/
7683
7684 PXA MMCI DRIVER
7685 S:      Orphan
7686
7687 PXA RTC DRIVER
7688 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7689 L:      rtc-linux@googlegroups.com
7690 S:      Maintained
7691
7692 QAT DRIVER
7693 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7694 L:      qat-linux@intel.com
7695 S:      Supported
7696 F:      drivers/crypto/qat/
7697
7698 QIB DRIVER
7699 M:      Mike Marciniszyn <infinipath@intel.com>
7700 L:      linux-rdma@vger.kernel.org
7701 S:      Supported
7702 F:      drivers/infiniband/hw/qib/
7703
7704 QLOGIC QLA1280 SCSI DRIVER
7705 M:      Michael Reed <mdr@sgi.com>
7706 L:      linux-scsi@vger.kernel.org
7707 S:      Maintained
7708 F:      drivers/scsi/qla1280.[ch]
7709
7710 QLOGIC QLA2XXX FC-SCSI DRIVER
7711 M:      qla2xxx-upstream@qlogic.com
7712 L:      linux-scsi@vger.kernel.org
7713 S:      Supported
7714 F:      Documentation/scsi/LICENSE.qla2xxx
7715 F:      drivers/scsi/qla2xxx/
7716
7717 QLOGIC QLA4XXX iSCSI DRIVER
7718 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
7719 M:      iscsi-driver@qlogic.com
7720 L:      linux-scsi@vger.kernel.org
7721 S:      Supported
7722 F:      Documentation/scsi/LICENSE.qla4xxx
7723 F:      drivers/scsi/qla4xxx/
7724
7725 QLOGIC QLA3XXX NETWORK DRIVER
7726 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7727 M:      Ron Mercer <ron.mercer@qlogic.com>
7728 M:      linux-driver@qlogic.com
7729 L:      netdev@vger.kernel.org
7730 S:      Supported
7731 F:      Documentation/networking/LICENSE.qla3xxx
7732 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7733
7734 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7735 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7736 M:      Dept-GELinuxNICDev@qlogic.com
7737 L:      netdev@vger.kernel.org
7738 S:      Supported
7739 F:      drivers/net/ethernet/qlogic/qlcnic/
7740
7741 QLOGIC QLGE 10Gb ETHERNET DRIVER
7742 M:      Harish Patil <harish.patil@qlogic.com>
7743 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7744 M:      Dept-GELinuxNICDev@qlogic.com
7745 M:      linux-driver@qlogic.com
7746 L:      netdev@vger.kernel.org
7747 S:      Supported
7748 F:      drivers/net/ethernet/qlogic/qlge/
7749
7750 QNX4 FILESYSTEM
7751 M:      Anders Larsen <al@alarsen.net>
7752 W:      http://www.alarsen.net/linux/qnx4fs/
7753 S:      Maintained
7754 F:      fs/qnx4/
7755 F:      include/uapi/linux/qnx4_fs.h
7756 F:      include/uapi/linux/qnxtypes.h
7757
7758 QT1010 MEDIA DRIVER
7759 M:      Antti Palosaari <crope@iki.fi>
7760 L:      linux-media@vger.kernel.org
7761 W:      http://linuxtv.org/
7762 W:      http://palosaari.fi/linux/
7763 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7764 T:      git git://linuxtv.org/anttip/media_tree.git
7765 S:      Maintained
7766 F:      drivers/media/tuners/qt1010*
7767
7768 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7769 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7770 L:      linux-wireless@vger.kernel.org
7771 L:      ath9k-devel@lists.ath9k.org
7772 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7773 S:      Supported
7774 F:      drivers/net/wireless/ath/ath9k/
7775
7776 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7777 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7778 L:      ath10k@lists.infradead.org
7779 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7780 T:      git git://github.com/kvalo/ath.git
7781 S:      Supported
7782 F:      drivers/net/wireless/ath/ath10k/
7783
7784 QUALCOMM HEXAGON ARCHITECTURE
7785 M:      Richard Kuo <rkuo@codeaurora.org>
7786 L:      linux-hexagon@vger.kernel.org
7787 S:      Supported
7788 F:      arch/hexagon/
7789
7790 QUALCOMM WCN36XX WIRELESS DRIVER
7791 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7792 L:      wcn36xx@lists.infradead.org
7793 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7794 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7795 S:      Supported
7796 F:      drivers/net/wireless/ath/wcn36xx/
7797
7798 QUICKCAM PARALLEL PORT WEBCAMS
7799 M:      Hans Verkuil <hverkuil@xs4all.nl>
7800 L:      linux-media@vger.kernel.org
7801 T:      git git://linuxtv.org/media_tree.git
7802 W:      http://linuxtv.org
7803 S:      Odd Fixes
7804 F:      drivers/media/parport/*-qcam*
7805
7806 RADOS BLOCK DEVICE (RBD)
7807 M:      Yehuda Sadeh <yehuda@inktank.com>
7808 M:      Sage Weil <sage@inktank.com>
7809 M:      Alex Elder <elder@kernel.org>
7810 M:      ceph-devel@vger.kernel.org
7811 W:      http://ceph.com/
7812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7813 S:      Supported
7814 F:      drivers/block/rbd.c
7815 F:      drivers/block/rbd_types.h
7816
7817 RADEON FRAMEBUFFER DISPLAY DRIVER
7818 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7819 L:      linux-fbdev@vger.kernel.org
7820 S:      Maintained
7821 F:      drivers/video/fbdev/aty/radeon*
7822 F:      include/uapi/linux/radeonfb.h
7823
7824 RADIOSHARK RADIO DRIVER
7825 M:      Hans de Goede <hdegoede@redhat.com>
7826 L:      linux-media@vger.kernel.org
7827 T:      git git://linuxtv.org/media_tree.git
7828 S:      Maintained
7829 F:      drivers/media/radio/radio-shark.c
7830
7831 RADIOSHARK2 RADIO DRIVER
7832 M:      Hans de Goede <hdegoede@redhat.com>
7833 L:      linux-media@vger.kernel.org
7834 T:      git git://linuxtv.org/media_tree.git
7835 S:      Maintained
7836 F:      drivers/media/radio/radio-shark2.c
7837 F:      drivers/media/radio/radio-tea5777.c
7838
7839 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7840 M:      Paul Mackerras <paulus@samba.org>
7841 L:      linux-fbdev@vger.kernel.org
7842 S:      Maintained
7843 F:      drivers/video/fbdev/aty/aty128fb.c
7844
7845 RALINK RT2X00 WIRELESS LAN DRIVER
7846 P:      rt2x00 project
7847 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7848 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7849 L:      linux-wireless@vger.kernel.org
7850 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7851 W:      http://rt2x00.serialmonkey.com/
7852 S:      Maintained
7853 F:      drivers/net/wireless/rt2x00/
7854
7855 RAMDISK RAM BLOCK DEVICE DRIVER
7856 M:      Nick Piggin <npiggin@kernel.dk>
7857 S:      Maintained
7858 F:      Documentation/blockdev/ramdisk.txt
7859 F:      drivers/block/brd.c
7860
7861 RANDOM NUMBER DRIVER
7862 M:      "Theodore Ts'o" <tytso@mit.edu>
7863 S:      Maintained
7864 F:      drivers/char/random.c
7865
7866 RAPIDIO SUBSYSTEM
7867 M:      Matt Porter <mporter@kernel.crashing.org>
7868 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7869 S:      Maintained
7870 F:      drivers/rapidio/
7871
7872 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7873 L:      linux-wireless@vger.kernel.org
7874 S:      Orphan
7875 F:      drivers/net/wireless/ray*
7876
7877 RCUTORTURE MODULE
7878 M:      Josh Triplett <josh@joshtriplett.org>
7879 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7880 L:      linux-kernel@vger.kernel.org
7881 S:      Supported
7882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7883 F:      Documentation/RCU/torture.txt
7884 F:      kernel/rcu/rcutorture.c
7885
7886 RCUTORTURE TEST FRAMEWORK
7887 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7888 M:      Josh Triplett <josh@joshtriplett.org>
7889 R:      Steven Rostedt <rostedt@goodmis.org>
7890 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7891 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7892 L:      linux-kernel@vger.kernel.org
7893 S:      Supported
7894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7895 F:      tools/testing/selftests/rcutorture
7896
7897 RDC R-321X SoC
7898 M:      Florian Fainelli <florian@openwrt.org>
7899 S:      Maintained
7900
7901 RDC R6040 FAST ETHERNET DRIVER
7902 M:      Florian Fainelli <florian@openwrt.org>
7903 L:      netdev@vger.kernel.org
7904 S:      Maintained
7905 F:      drivers/net/ethernet/rdc/r6040.c
7906
7907 RDS - RELIABLE DATAGRAM SOCKETS
7908 M:      Chien Yen <chien.yen@oracle.com>
7909 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7910 S:      Supported
7911 F:      net/rds/
7912
7913 READ-COPY UPDATE (RCU)
7914 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7915 M:      Josh Triplett <josh@joshtriplett.org>
7916 R:      Steven Rostedt <rostedt@goodmis.org>
7917 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7918 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7919 L:      linux-kernel@vger.kernel.org
7920 W:      http://www.rdrop.com/users/paulmck/RCU/
7921 S:      Supported
7922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7923 F:      Documentation/RCU/
7924 X:      Documentation/RCU/torture.txt
7925 F:      include/linux/rcu*
7926 X:      include/linux/srcu.h
7927 F:      kernel/rcu/
7928 X:      kernel/torture.c
7929
7930 REAL TIME CLOCK (RTC) SUBSYSTEM
7931 M:      Alessandro Zummo <a.zummo@towertech.it>
7932 L:      rtc-linux@googlegroups.com
7933 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7934 S:      Maintained
7935 F:      Documentation/rtc.txt
7936 F:      drivers/rtc/
7937 F:      include/linux/rtc.h
7938 F:      include/uapi/linux/rtc.h
7939
7940 REALTEK AUDIO CODECS
7941 M:      Bard Liao <bardliao@realtek.com>
7942 M:      Oder Chiou <oder_chiou@realtek.com>
7943 S:      Maintained
7944 F:      sound/soc/codecs/rt*
7945 F:      include/sound/rt*.h
7946
7947 REISERFS FILE SYSTEM
7948 L:      reiserfs-devel@vger.kernel.org
7949 S:      Supported
7950 F:      fs/reiserfs/
7951
7952 REGISTER MAP ABSTRACTION
7953 M:      Mark Brown <broonie@kernel.org>
7954 L:      linux-kernel@vger.kernel.org
7955 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7956 S:      Supported
7957 F:      drivers/base/regmap/
7958 F:      include/linux/regmap.h
7959
7960 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
7961 M:      Ohad Ben-Cohen <ohad@wizery.com>
7962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
7963 S:      Maintained
7964 F:      drivers/remoteproc/
7965 F:      Documentation/remoteproc.txt
7966 F:      include/linux/remoteproc.h
7967
7968 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
7969 M:      Ohad Ben-Cohen <ohad@wizery.com>
7970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
7971 S:      Maintained
7972 F:      drivers/rpmsg/
7973 F:      Documentation/rpmsg.txt
7974 F:      include/linux/rpmsg.h
7975
7976 RESET CONTROLLER FRAMEWORK
7977 M:      Philipp Zabel <p.zabel@pengutronix.de>
7978 S:      Maintained
7979 F:      drivers/reset/
7980 F:      Documentation/devicetree/bindings/reset/
7981 F:      include/linux/reset.h
7982 F:      include/linux/reset-controller.h
7983
7984 RFKILL
7985 M:      Johannes Berg <johannes@sipsolutions.net>
7986 L:      linux-wireless@vger.kernel.org
7987 W:      http://wireless.kernel.org/
7988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7990 S:      Maintained
7991 F:      Documentation/rfkill.txt
7992 F:      net/rfkill/
7993
7994 RICOH SMARTMEDIA/XD DRIVER
7995 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7996 S:      Maintained
7997 F:      drivers/mtd/nand/r852.c
7998 F:      drivers/mtd/nand/r852.h
7999
8000 RICOH R5C592 MEMORYSTICK DRIVER
8001 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8002 S:      Maintained
8003 F:      drivers/memstick/host/r592.*
8004
8005 ROCCAT DRIVERS
8006 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8007 W:      http://sourceforge.net/projects/roccat/
8008 S:      Maintained
8009 F:      drivers/hid/hid-roccat*
8010 F:      include/linux/hid-roccat*
8011 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8012
8013 ROCKER DRIVER
8014 M:      Jiri Pirko <jiri@resnulli.us>
8015 M:      Scott Feldman <sfeldma@gmail.com>
8016 L:      netdev@vger.kernel.org
8017 S:      Supported
8018 F:      drivers/net/ethernet/rocker/
8019
8020 ROCKETPORT DRIVER
8021 P:      Comtrol Corp.
8022 W:      http://www.comtrol.com
8023 S:      Maintained
8024 F:      Documentation/serial/rocket.txt
8025 F:      drivers/tty/rocket*
8026
8027 ROSE NETWORK LAYER
8028 M:      Ralf Baechle <ralf@linux-mips.org>
8029 L:      linux-hams@vger.kernel.org
8030 W:      http://www.linux-ax25.org/
8031 S:      Maintained
8032 F:      include/net/rose.h
8033 F:      include/uapi/linux/rose.h
8034 F:      net/rose/
8035
8036 RTL2830 MEDIA DRIVER
8037 M:      Antti Palosaari <crope@iki.fi>
8038 L:      linux-media@vger.kernel.org
8039 W:      http://linuxtv.org/
8040 W:      http://palosaari.fi/linux/
8041 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8042 T:      git git://linuxtv.org/anttip/media_tree.git
8043 S:      Maintained
8044 F:      drivers/media/dvb-frontends/rtl2830*
8045
8046 RTL2832 MEDIA DRIVER
8047 M:      Antti Palosaari <crope@iki.fi>
8048 L:      linux-media@vger.kernel.org
8049 W:      http://linuxtv.org/
8050 W:      http://palosaari.fi/linux/
8051 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8052 T:      git git://linuxtv.org/anttip/media_tree.git
8053 S:      Maintained
8054 F:      drivers/media/dvb-frontends/rtl2832*
8055
8056 RTL2832_SDR MEDIA DRIVER
8057 M:      Antti Palosaari <crope@iki.fi>
8058 L:      linux-media@vger.kernel.org
8059 W:      http://linuxtv.org/
8060 W:      http://palosaari.fi/linux/
8061 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8062 T:      git git://linuxtv.org/anttip/media_tree.git
8063 S:      Maintained
8064 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8065
8066 RTL8180 WIRELESS DRIVER
8067 L:      linux-wireless@vger.kernel.org
8068 W:      http://wireless.kernel.org/
8069 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8070 S:      Orphan
8071 F:      drivers/net/wireless/rtl818x/rtl8180/
8072
8073 RTL8187 WIRELESS DRIVER
8074 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8075 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8076 M:      Larry Finger <Larry.Finger@lwfinger.net>
8077 L:      linux-wireless@vger.kernel.org
8078 W:      http://wireless.kernel.org/
8079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8080 S:      Maintained
8081 F:      drivers/net/wireless/rtl818x/rtl8187/
8082
8083 RTL8192CE WIRELESS DRIVER
8084 M:      Larry Finger <Larry.Finger@lwfinger.net>
8085 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8086 L:      linux-wireless@vger.kernel.org
8087 W:      http://wireless.kernel.org/
8088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8089 S:      Maintained
8090 F:      drivers/net/wireless/rtlwifi/
8091 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8092
8093 S3 SAVAGE FRAMEBUFFER DRIVER
8094 M:      Antonino Daplas <adaplas@gmail.com>
8095 L:      linux-fbdev@vger.kernel.org
8096 S:      Maintained
8097 F:      drivers/video/fbdev/savage/
8098
8099 S390
8100 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8101 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8102 M:      linux390@de.ibm.com
8103 L:      linux-s390@vger.kernel.org
8104 W:      http://www.ibm.com/developerworks/linux/linux390/
8105 S:      Supported
8106 F:      arch/s390/
8107 F:      drivers/s390/
8108 F:      Documentation/s390/
8109 F:      Documentation/DocBook/s390*
8110
8111 S390 COMMON I/O LAYER
8112 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8113 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8114 L:      linux-s390@vger.kernel.org
8115 W:      http://www.ibm.com/developerworks/linux/linux390/
8116 S:      Supported
8117 F:      drivers/s390/cio/
8118
8119 S390 DASD DRIVER
8120 M:      Stefan Weinhuber <wein@de.ibm.com>
8121 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8122 L:      linux-s390@vger.kernel.org
8123 W:      http://www.ibm.com/developerworks/linux/linux390/
8124 S:      Supported
8125 F:      drivers/s390/block/dasd*
8126 F:      block/partitions/ibm.c
8127
8128 S390 NETWORK DRIVERS
8129 M:      Ursula Braun <ursula.braun@de.ibm.com>
8130 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8131 M:      linux390@de.ibm.com
8132 L:      linux-s390@vger.kernel.org
8133 W:      http://www.ibm.com/developerworks/linux/linux390/
8134 S:      Supported
8135 F:      drivers/s390/net/
8136
8137 S390 PCI SUBSYSTEM
8138 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8139 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8140 L:      linux-s390@vger.kernel.org
8141 W:      http://www.ibm.com/developerworks/linux/linux390/
8142 S:      Supported
8143 F:      arch/s390/pci/
8144 F:      drivers/pci/hotplug/s390_pci_hpc.c
8145
8146 S390 ZCRYPT DRIVER
8147 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8148 M:      linux390@de.ibm.com
8149 L:      linux-s390@vger.kernel.org
8150 W:      http://www.ibm.com/developerworks/linux/linux390/
8151 S:      Supported
8152 F:      drivers/s390/crypto/
8153
8154 S390 ZFCP DRIVER
8155 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8156 M:      linux390@de.ibm.com
8157 L:      linux-s390@vger.kernel.org
8158 W:      http://www.ibm.com/developerworks/linux/linux390/
8159 S:      Supported
8160 F:      drivers/s390/scsi/zfcp_*
8161
8162 S390 IUCV NETWORK LAYER
8163 M:      Ursula Braun <ursula.braun@de.ibm.com>
8164 M:      linux390@de.ibm.com
8165 L:      linux-s390@vger.kernel.org
8166 W:      http://www.ibm.com/developerworks/linux/linux390/
8167 S:      Supported
8168 F:      drivers/s390/net/*iucv*
8169 F:      include/net/iucv/
8170 F:      net/iucv/
8171
8172 S3C24XX SD/MMC Driver
8173 M:      Ben Dooks <ben-linux@fluff.org>
8174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8175 S:      Supported
8176 F:      drivers/mmc/host/s3cmci.*
8177
8178 SAA6588 RDS RECEIVER DRIVER
8179 M:      Hans Verkuil <hverkuil@xs4all.nl>
8180 L:      linux-media@vger.kernel.org
8181 T:      git git://linuxtv.org/media_tree.git
8182 W:      http://linuxtv.org
8183 S:      Odd Fixes
8184 F:      drivers/media/i2c/saa6588*
8185
8186 SAA7134 VIDEO4LINUX DRIVER
8187 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8188 L:      linux-media@vger.kernel.org
8189 W:      http://linuxtv.org
8190 T:      git git://linuxtv.org/media_tree.git
8191 S:      Odd fixes
8192 F:      Documentation/video4linux/*.saa7134
8193 F:      drivers/media/pci/saa7134/
8194
8195 SAA7146 VIDEO4LINUX-2 DRIVER
8196 M:      Hans Verkuil <hverkuil@xs4all.nl>
8197 L:      linux-media@vger.kernel.org
8198 T:      git git://linuxtv.org/media_tree.git
8199 S:      Maintained
8200 F:      drivers/media/common/saa7146/
8201 F:      drivers/media/pci/saa7146/
8202 F:      include/media/saa7146*
8203
8204 SAMSUNG LAPTOP DRIVER
8205 M:      Corentin Chary <corentin.chary@gmail.com>
8206 L:      platform-driver-x86@vger.kernel.org
8207 S:      Maintained
8208 F:      drivers/platform/x86/samsung-laptop.c
8209
8210 SAMSUNG AUDIO (ASoC) DRIVERS
8211 M:      Sangbeom Kim <sbkim73@samsung.com>
8212 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8213 S:      Supported
8214 F:      sound/soc/samsung/
8215
8216 SAMSUNG FRAMEBUFFER DRIVER
8217 M:      Jingoo Han <jg1.han@samsung.com>
8218 L:      linux-fbdev@vger.kernel.org
8219 S:      Maintained
8220 F:      drivers/video/fbdev/s3c-fb.c
8221
8222 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8223 M:      Sangbeom Kim <sbkim73@samsung.com>
8224 L:      linux-kernel@vger.kernel.org
8225 S:      Supported
8226 F:      drivers/mfd/sec*.c
8227 F:      drivers/regulator/s2m*.c
8228 F:      drivers/regulator/s5m*.c
8229 F:      include/linux/mfd/samsung/
8230
8231 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8232 M:      Kyungmin Park <kyungmin.park@samsung.com>
8233 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8234 L:      linux-media@vger.kernel.org
8235 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8236 S:      Supported
8237 F:      drivers/media/platform/exynos4-is/
8238
8239 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8240 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8241 L:      linux-media@vger.kernel.org
8242 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8243 S:      Maintained
8244 F:      drivers/media/platform/s3c-camif/
8245 F:      include/media/s3c_camif.h
8246
8247 SAMSUNG S5C73M3 CAMERA DRIVER
8248 M:      Kyungmin Park <kyungmin.park@samsung.com>
8249 M:      Andrzej Hajda <a.hajda@samsung.com>
8250 L:      linux-media@vger.kernel.org
8251 S:      Supported
8252 F:      drivers/media/i2c/s5c73m3/*
8253
8254 SAMSUNG S5K5BAF CAMERA DRIVER
8255 M:      Kyungmin Park <kyungmin.park@samsung.com>
8256 M:      Andrzej Hajda <a.hajda@samsung.com>
8257 L:      linux-media@vger.kernel.org
8258 S:      Supported
8259 F:      drivers/media/i2c/s5k5baf.c
8260
8261 SAMSUNG SOC CLOCK DRIVERS
8262 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8263 M:      Tomasz Figa <tomasz.figa@gmail.com>
8264 S:      Supported
8265 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8266 F:      drivers/clk/samsung/
8267
8268 SAMSUNG SXGBE DRIVERS
8269 M:      Byungho An <bh74.an@samsung.com>
8270 M:      Girish K S <ks.giri@samsung.com>
8271 M:      Vipul Pandya <vipul.pandya@samsung.com>
8272 S:      Supported
8273 L:      netdev@vger.kernel.org
8274 F:      drivers/net/ethernet/samsung/sxgbe/
8275
8276 SAMSUNG USB2 PHY DRIVER
8277 M:      Kamil Debski <k.debski@samsung.com>
8278 L:      linux-kernel@vger.kernel.org
8279 S:      Supported
8280 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8281 F:      Documentation/phy/samsung-usb2.txt
8282 F:      drivers/phy/phy-exynos4210-usb2.c
8283 F:      drivers/phy/phy-exynos4x12-usb2.c
8284 F:      drivers/phy/phy-exynos5250-usb2.c
8285 F:      drivers/phy/phy-s5pv210-usb2.c
8286 F:      drivers/phy/phy-samsung-usb2.c
8287 F:      drivers/phy/phy-samsung-usb2.h
8288
8289 SERIAL DRIVERS
8290 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8291 L:      linux-serial@vger.kernel.org
8292 S:      Maintained
8293 F:      drivers/tty/serial/
8294
8295 SYNOPSYS DESIGNWARE DMAC DRIVER
8296 M:      Viresh Kumar <viresh.linux@gmail.com>
8297 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8298 S:      Maintained
8299 F:      include/linux/platform_data/dma-dw.h
8300 F:      drivers/dma/dw/
8301
8302 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8303 M:      Seungwon Jeon <tgih.jun@samsung.com>
8304 M:      Jaehoon Chung <jh80.chung@samsung.com>
8305 L:      linux-mmc@vger.kernel.org
8306 S:      Maintained
8307 F:      include/linux/mmc/dw_mmc.h
8308 F:      drivers/mmc/host/dw_mmc*
8309
8310 THUNDERBOLT DRIVER
8311 M:      Andreas Noever <andreas.noever@gmail.com>
8312 S:      Maintained
8313 F:      drivers/thunderbolt/
8314
8315 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8316 M:      John Stultz <john.stultz@linaro.org>
8317 M:      Thomas Gleixner <tglx@linutronix.de>
8318 L:      linux-kernel@vger.kernel.org
8319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8320 S:      Supported
8321 F:      include/linux/clocksource.h
8322 F:      include/linux/time.h
8323 F:      include/linux/timex.h
8324 F:      include/uapi/linux/time.h
8325 F:      include/uapi/linux/timex.h
8326 F:      kernel/time/clocksource.c
8327 F:      kernel/time/time*.c
8328 F:      kernel/time/ntp.c
8329
8330 TLG2300 VIDEO4LINUX-2 DRIVER
8331 M:      Huang Shijie <shijie8@gmail.com>
8332 M:      Hans Verkuil <hverkuil@xs4all.nl>
8333 S:      Odd Fixes
8334 F:      drivers/media/usb/tlg2300/
8335
8336 SC1200 WDT DRIVER
8337 M:      Zwane Mwaikambo <zwanem@gmail.com>
8338 S:      Maintained
8339 F:      drivers/watchdog/sc1200wdt.c
8340
8341 SCHEDULER
8342 M:      Ingo Molnar <mingo@redhat.com>
8343 M:      Peter Zijlstra <peterz@infradead.org>
8344 L:      linux-kernel@vger.kernel.org
8345 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8346 S:      Maintained
8347 F:      kernel/sched/
8348 F:      include/linux/sched.h
8349 F:      include/uapi/linux/sched.h
8350 F:      include/linux/wait.h
8351
8352 SCORE ARCHITECTURE
8353 M:      Chen Liqin <liqin.linux@gmail.com>
8354 M:      Lennox Wu <lennox.wu@gmail.com>
8355 W:      http://www.sunplus.com
8356 S:      Supported
8357 F:      arch/score/
8358
8359 SCSI CDROM DRIVER
8360 M:      Jens Axboe <axboe@kernel.dk>
8361 L:      linux-scsi@vger.kernel.org
8362 W:      http://www.kernel.dk
8363 S:      Maintained
8364 F:      drivers/scsi/sr*
8365
8366 SCSI RDMA PROTOCOL (SRP) INITIATOR
8367 M:      Bart Van Assche <bvanassche@acm.org>
8368 L:      linux-rdma@vger.kernel.org
8369 S:      Supported
8370 W:      http://www.openfabrics.org
8371 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8373 F:      drivers/infiniband/ulp/srp/
8374 F:      include/scsi/srp.h
8375
8376 SCSI SG DRIVER
8377 M:      Doug Gilbert <dgilbert@interlog.com>
8378 L:      linux-scsi@vger.kernel.org
8379 W:      http://sg.danny.cz/sg
8380 S:      Maintained
8381 F:      Documentation/scsi/scsi-generic.txt
8382 F:      drivers/scsi/sg.c
8383 F:      include/scsi/sg.h
8384
8385 SCSI SUBSYSTEM
8386 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8387 L:      linux-scsi@vger.kernel.org
8388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8391 S:      Maintained
8392 F:      drivers/scsi/
8393 F:      include/scsi/
8394
8395 SCSI TAPE DRIVER
8396 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8397 L:      linux-scsi@vger.kernel.org
8398 S:      Maintained
8399 F:      Documentation/scsi/st.txt
8400 F:      drivers/scsi/st.*
8401 F:      drivers/scsi/st_*.h
8402
8403 SCTP PROTOCOL
8404 M:      Vlad Yasevich <vyasevich@gmail.com>
8405 M:      Neil Horman <nhorman@tuxdriver.com>
8406 L:      linux-sctp@vger.kernel.org
8407 W:      http://lksctp.sourceforge.net
8408 S:      Maintained
8409 F:      Documentation/networking/sctp.txt
8410 F:      include/linux/sctp.h
8411 F:      include/uapi/linux/sctp.h
8412 F:      include/net/sctp/
8413 F:      net/sctp/
8414
8415 SCx200 CPU SUPPORT
8416 M:      Jim Cromie <jim.cromie@gmail.com>
8417 S:      Odd Fixes
8418 F:      Documentation/i2c/busses/scx200_acb
8419 F:      arch/x86/platform/scx200/
8420 F:      drivers/watchdog/scx200_wdt.c
8421 F:      drivers/i2c/busses/scx200*
8422 F:      drivers/mtd/maps/scx200_docflash.c
8423 F:      include/linux/scx200.h
8424
8425 SCx200 GPIO DRIVER
8426 M:      Jim Cromie <jim.cromie@gmail.com>
8427 S:      Maintained
8428 F:      drivers/char/scx200_gpio.c
8429 F:      include/linux/scx200_gpio.h
8430
8431 SCx200 HRT CLOCKSOURCE DRIVER
8432 M:      Jim Cromie <jim.cromie@gmail.com>
8433 S:      Maintained
8434 F:      drivers/clocksource/scx200_hrt.c
8435
8436 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8437 M:      Sascha Sommer <saschasommer@freenet.de>
8438 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8439 S:      Maintained
8440 F:      drivers/mmc/host/sdricoh_cs.c
8441
8442 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8443 M:      Chris Ball <chris@printf.net>
8444 L:      linux-mmc@vger.kernel.org
8445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8446 S:      Maintained
8447 F:      drivers/mmc/host/sdhci.*
8448 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8449
8450 SECURE COMPUTING
8451 M:      Kees Cook <keescook@chromium.org>
8452 R:      Andy Lutomirski <luto@amacapital.net>
8453 R:      Will Drewry <wad@chromium.org>
8454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8455 S:      Supported
8456 F:      kernel/seccomp.c
8457 F:      include/uapi/linux/seccomp.h
8458 F:      include/linux/seccomp.h
8459 K:      \bsecure_computing
8460 K:      \bTIF_SECCOMP\b
8461
8462 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8463 M:      Anton Vorontsov <anton@enomsg.org>
8464 L:      linuxppc-dev@lists.ozlabs.org
8465 L:      linux-mmc@vger.kernel.org
8466 S:      Maintained
8467 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8468
8469 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8470 M:      Ben Dooks <ben-linux@fluff.org>
8471 L:      linux-mmc@vger.kernel.org
8472 S:      Maintained
8473 F:      drivers/mmc/host/sdhci-s3c.c
8474
8475 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8476 M:      Viresh Kumar <viresh.linux@gmail.com>
8477 L:      spear-devel@list.st.com
8478 L:      linux-mmc@vger.kernel.org
8479 S:      Maintained
8480 F:      drivers/mmc/host/sdhci-spear.c
8481
8482 SECURITY SUBSYSTEM
8483 M:      James Morris <james.l.morris@oracle.com>
8484 M:      Serge E. Hallyn <serge@hallyn.com>
8485 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8486 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8487 W:      http://kernsec.org/
8488 S:      Supported
8489 F:      security/
8490
8491 SECURITY CONTACT
8492 M:      Security Officers <security@kernel.org>
8493 S:      Supported
8494
8495 SELINUX SECURITY MODULE
8496 M:      Paul Moore <paul@paul-moore.com>
8497 M:      Stephen Smalley <sds@tycho.nsa.gov>
8498 M:      Eric Paris <eparis@parisplace.org>
8499 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8500 W:      http://selinuxproject.org
8501 T:      git git://git.infradead.org/users/pcmoore/selinux
8502 S:      Supported
8503 F:      include/linux/selinux*
8504 F:      security/selinux/
8505 F:      scripts/selinux/
8506
8507 APPARMOR SECURITY MODULE
8508 M:      John Johansen <john.johansen@canonical.com>
8509 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8510 W:      apparmor.wiki.kernel.org
8511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8512 S:      Supported
8513 F:      security/apparmor/
8514
8515 SENSABLE PHANTOM
8516 M:      Jiri Slaby <jirislaby@gmail.com>
8517 S:      Maintained
8518 F:      drivers/misc/phantom.c
8519 F:      include/uapi/linux/phantom.h
8520
8521 SERIAL ATA (SATA) SUBSYSTEM
8522 M:      Tejun Heo <tj@kernel.org>
8523 L:      linux-ide@vger.kernel.org
8524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8525 S:      Supported
8526 F:      drivers/ata/
8527 F:      include/linux/ata.h
8528 F:      include/linux/libata.h
8529
8530 SERIAL ATA AHCI PLATFORM devices support
8531 M:      Hans de Goede <hdegoede@redhat.com>
8532 M:      Tejun Heo <tj@kernel.org>
8533 L:      linux-ide@vger.kernel.org
8534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8535 S:      Supported
8536 F:      drivers/ata/ahci_platform.c
8537 F:      drivers/ata/libahci_platform.c
8538 F:      include/linux/ahci_platform.h
8539
8540 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8541 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8542 L:      linux-scsi@vger.kernel.org
8543 W:      http://www.emulex.com
8544 S:      Supported
8545 F:      drivers/scsi/be2iscsi/
8546
8547 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8548 M:      Sathya Perla <sathya.perla@emulex.com>
8549 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8550 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8551 L:      netdev@vger.kernel.org
8552 W:      http://www.emulex.com
8553 S:      Supported
8554 F:      drivers/net/ethernet/emulex/benet/
8555
8556 SFC NETWORK DRIVER
8557 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8558 M:      Shradha Shah <sshah@solarflare.com>
8559 L:      netdev@vger.kernel.org
8560 S:      Supported
8561 F:      drivers/net/ethernet/sfc/
8562
8563 SGI GRU DRIVER
8564 M:      Dimitri Sivanich <sivanich@sgi.com>
8565 S:      Maintained
8566 F:      drivers/misc/sgi-gru/
8567
8568 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8569 M:      Pat Gefre <pfg@sgi.com>
8570 L:      linux-ia64@vger.kernel.org
8571 S:      Supported
8572 F:      Documentation/ia64/serial.txt
8573 F:      drivers/tty/serial/ioc?_serial.c
8574 F:      include/linux/ioc?.h
8575
8576 SGI XP/XPC/XPNET DRIVER
8577 M:      Cliff Whickman <cpw@sgi.com>
8578 M:      Robin Holt <robinmholt@gmail.com>
8579 S:      Maintained
8580 F:      drivers/misc/sgi-xp/
8581
8582 SI2157 MEDIA DRIVER
8583 M:      Antti Palosaari <crope@iki.fi>
8584 L:      linux-media@vger.kernel.org
8585 W:      http://linuxtv.org/
8586 W:      http://palosaari.fi/linux/
8587 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8588 T:      git git://linuxtv.org/anttip/media_tree.git
8589 S:      Maintained
8590 F:      drivers/media/tuners/si2157*
8591
8592 SI2168 MEDIA DRIVER
8593 M:      Antti Palosaari <crope@iki.fi>
8594 L:      linux-media@vger.kernel.org
8595 W:      http://linuxtv.org/
8596 W:      http://palosaari.fi/linux/
8597 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8598 T:      git git://linuxtv.org/anttip/media_tree.git
8599 S:      Maintained
8600 F:      drivers/media/dvb-frontends/si2168*
8601
8602 SI470X FM RADIO RECEIVER I2C DRIVER
8603 M:      Hans Verkuil <hverkuil@xs4all.nl>
8604 L:      linux-media@vger.kernel.org
8605 T:      git git://linuxtv.org/media_tree.git
8606 W:      http://linuxtv.org
8607 S:      Odd Fixes
8608 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8609
8610 SI470X FM RADIO RECEIVER USB DRIVER
8611 M:      Hans Verkuil <hverkuil@xs4all.nl>
8612 L:      linux-media@vger.kernel.org
8613 T:      git git://linuxtv.org/media_tree.git
8614 W:      http://linuxtv.org
8615 S:      Maintained
8616 F:      drivers/media/radio/si470x/radio-si470x-common.c
8617 F:      drivers/media/radio/si470x/radio-si470x.h
8618 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8619
8620 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8621 M:      Eduardo Valentin <edubezval@gmail.com>
8622 L:      linux-media@vger.kernel.org
8623 T:      git git://linuxtv.org/media_tree.git
8624 W:      http://linuxtv.org
8625 S:      Odd Fixes
8626 F:      drivers/media/radio/si4713/si4713.?
8627
8628 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8629 M:      Eduardo Valentin <edubezval@gmail.com>
8630 L:      linux-media@vger.kernel.org
8631 T:      git git://linuxtv.org/media_tree.git
8632 W:      http://linuxtv.org
8633 S:      Odd Fixes
8634 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8635
8636 SI4713 FM RADIO TRANSMITTER USB DRIVER
8637 M:      Hans Verkuil <hverkuil@xs4all.nl>
8638 L:      linux-media@vger.kernel.org
8639 T:      git git://linuxtv.org/media_tree.git
8640 W:      http://linuxtv.org
8641 S:      Maintained
8642 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8643
8644 SIANO DVB DRIVER
8645 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8646 L:      linux-media@vger.kernel.org
8647 W:      http://linuxtv.org
8648 T:      git git://linuxtv.org/media_tree.git
8649 S:      Odd fixes
8650 F:      drivers/media/common/siano/
8651 F:      drivers/media/usb/siano/
8652 F:      drivers/media/usb/siano/
8653 F:      drivers/media/mmc/siano/
8654
8655 SIMPLEFB FB DRIVER
8656 M:      Hans de Goede <hdegoede@redhat.com>
8657 L:      linux-fbdev@vger.kernel.org
8658 S:      Maintained
8659 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8660 F:      drivers/video/fbdev/simplefb.c
8661 F:      include/linux/platform_data/simplefb.h
8662
8663 SH_VEU V4L2 MEM2MEM DRIVER
8664 L:      linux-media@vger.kernel.org
8665 S:      Orphan
8666 F:      drivers/media/platform/sh_veu.c
8667
8668 SH_VOU V4L2 OUTPUT DRIVER
8669 L:      linux-media@vger.kernel.org
8670 S:      Orphan
8671 F:      drivers/media/platform/sh_vou.c
8672 F:      include/media/sh_vou.h
8673
8674 SIMPLE FIRMWARE INTERFACE (SFI)
8675 M:      Len Brown <lenb@kernel.org>
8676 L:      sfi-devel@simplefirmware.org
8677 W:      http://simplefirmware.org/
8678 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8679 S:      Supported
8680 F:      arch/x86/platform/sfi/
8681 F:      drivers/sfi/
8682 F:      include/linux/sfi*.h
8683
8684 SIMTEC EB110ATX (Chalice CATS)
8685 P:      Ben Dooks
8686 P:      Vincent Sanders <vince@simtec.co.uk>
8687 M:      Simtec Linux Team <linux@simtec.co.uk>
8688 W:      http://www.simtec.co.uk/products/EB110ATX/
8689 S:      Supported
8690
8691 SIMTEC EB2410ITX (BAST)
8692 P:      Ben Dooks
8693 P:      Vincent Sanders <vince@simtec.co.uk>
8694 M:      Simtec Linux Team <linux@simtec.co.uk>
8695 W:      http://www.simtec.co.uk/products/EB2410ITX/
8696 S:      Supported
8697 F:      arch/arm/mach-s3c24xx/mach-bast.c
8698 F:      arch/arm/mach-s3c24xx/bast-ide.c
8699 F:      arch/arm/mach-s3c24xx/bast-irq.c
8700
8701 TI DAVINCI MACHINE SUPPORT
8702 M:      Sekhar Nori <nsekhar@ti.com>
8703 M:      Kevin Hilman <khilman@deeprootsystems.com>
8704 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8705 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8706 S:      Supported
8707 F:      arch/arm/mach-davinci/
8708 F:      drivers/i2c/busses/i2c-davinci.c
8709
8710 TI DAVINCI SERIES MEDIA DRIVER
8711 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8712 L:      linux-media@vger.kernel.org
8713 W:      http://linuxtv.org/
8714 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8715 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8716 S:      Maintained
8717 F:      drivers/media/platform/davinci/
8718 F:      include/media/davinci/
8719
8720 SIS 190 ETHERNET DRIVER
8721 M:      Francois Romieu <romieu@fr.zoreil.com>
8722 L:      netdev@vger.kernel.org
8723 S:      Maintained
8724 F:      drivers/net/ethernet/sis/sis190.c
8725
8726 SIS 900/7016 FAST ETHERNET DRIVER
8727 M:      Daniele Venzano <venza@brownhat.org>
8728 W:      http://www.brownhat.org/sis900.html
8729 L:      netdev@vger.kernel.org
8730 S:      Maintained
8731 F:      drivers/net/ethernet/sis/sis900.*
8732
8733 SIS FRAMEBUFFER DRIVER
8734 M:      Thomas Winischhofer <thomas@winischhofer.net>
8735 W:      http://www.winischhofer.net/linuxsisvga.shtml
8736 S:      Maintained
8737 F:      Documentation/fb/sisfb.txt
8738 F:      drivers/video/fbdev/sis/
8739 F:      include/video/sisfb.h
8740
8741 SIS USB2VGA DRIVER
8742 M:      Thomas Winischhofer <thomas@winischhofer.net>
8743 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8744 S:      Maintained
8745 F:      drivers/usb/misc/sisusbvga/
8746
8747 SLAB ALLOCATOR
8748 M:      Christoph Lameter <cl@linux.com>
8749 M:      Pekka Enberg <penberg@kernel.org>
8750 M:      David Rientjes <rientjes@google.com>
8751 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8752 M:      Andrew Morton <akpm@linux-foundation.org>
8753 L:      linux-mm@kvack.org
8754 S:      Maintained
8755 F:      include/linux/sl?b*.h
8756 F:      mm/sl?b*
8757
8758 SLEEPABLE READ-COPY UPDATE (SRCU)
8759 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8760 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8761 M:      Josh Triplett <josh@joshtriplett.org>
8762 R:      Steven Rostedt <rostedt@goodmis.org>
8763 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8764 L:      linux-kernel@vger.kernel.org
8765 W:      http://www.rdrop.com/users/paulmck/RCU/
8766 S:      Supported
8767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8768 F:      include/linux/srcu.h
8769 F:      kernel/rcu/srcu.c
8770
8771 SMACK SECURITY MODULE
8772 M:      Casey Schaufler <casey@schaufler-ca.com>
8773 L:      linux-security-module@vger.kernel.org
8774 W:      http://schaufler-ca.com
8775 T:      git git://git.gitorious.org/smack-next/kernel.git
8776 S:      Maintained
8777 F:      Documentation/security/Smack.txt
8778 F:      security/smack/
8779
8780 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8781 M:      Kevin Hilman <khilman@kernel.org>
8782 M:      Nishanth Menon <nm@ti.com>
8783 S:      Maintained
8784 F:      drivers/power/avs/
8785 F:      include/linux/power/smartreflex.h
8786 L:      linux-pm@vger.kernel.org
8787
8788 SMC91x ETHERNET DRIVER
8789 M:      Nicolas Pitre <nico@fluxnic.net>
8790 S:      Odd Fixes
8791 F:      drivers/net/ethernet/smsc/smc91x.*
8792
8793 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8794 M:      Sakari Ailus <sakari.ailus@iki.fi>
8795 L:      linux-media@vger.kernel.org
8796 S:      Maintained
8797 F:      drivers/media/i2c/smiapp/
8798 F:      include/media/smiapp.h
8799 F:      drivers/media/i2c/smiapp-pll.c
8800 F:      drivers/media/i2c/smiapp-pll.h
8801
8802 SMM665 HARDWARE MONITOR DRIVER
8803 M:      Guenter Roeck <linux@roeck-us.net>
8804 L:      lm-sensors@lm-sensors.org
8805 S:      Maintained
8806 F:      Documentation/hwmon/smm665
8807 F:      drivers/hwmon/smm665.c
8808
8809 SMSC EMC2103 HARDWARE MONITOR DRIVER
8810 M:      Steve Glendinning <steve.glendinning@shawell.net>
8811 L:      lm-sensors@lm-sensors.org
8812 S:      Maintained
8813 F:      Documentation/hwmon/emc2103
8814 F:      drivers/hwmon/emc2103.c
8815
8816 SMSC SCH5627 HARDWARE MONITOR DRIVER
8817 M:      Hans de Goede <hdegoede@redhat.com>
8818 L:      lm-sensors@lm-sensors.org
8819 S:      Supported
8820 F:      Documentation/hwmon/sch5627
8821 F:      drivers/hwmon/sch5627.c
8822
8823 SMSC47B397 HARDWARE MONITOR DRIVER
8824 M:      Jean Delvare <jdelvare@suse.de>
8825 L:      lm-sensors@lm-sensors.org
8826 S:      Maintained
8827 F:      Documentation/hwmon/smsc47b397
8828 F:      drivers/hwmon/smsc47b397.c
8829
8830 SMSC911x ETHERNET DRIVER
8831 M:      Steve Glendinning <steve.glendinning@shawell.net>
8832 L:      netdev@vger.kernel.org
8833 S:      Maintained
8834 F:      include/linux/smsc911x.h
8835 F:      drivers/net/ethernet/smsc/smsc911x.*
8836
8837 SMSC9420 PCI ETHERNET DRIVER
8838 M:      Steve Glendinning <steve.glendinning@shawell.net>
8839 L:      netdev@vger.kernel.org
8840 S:      Maintained
8841 F:      drivers/net/ethernet/smsc/smsc9420.*
8842
8843 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8844 M:      Steve Glendinning <steve.glendinning@shawell.net>
8845 L:      linux-fbdev@vger.kernel.org
8846 S:      Maintained
8847 F:      drivers/video/fbdev/smscufx.c
8848
8849 SOC-CAMERA V4L2 SUBSYSTEM
8850 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8851 L:      linux-media@vger.kernel.org
8852 T:      git git://linuxtv.org/media_tree.git
8853 S:      Maintained
8854 F:      include/media/soc*
8855 F:      drivers/media/i2c/soc_camera/
8856 F:      drivers/media/platform/soc_camera/
8857
8858 SOEKRIS NET48XX LED SUPPORT
8859 M:      Chris Boot <bootc@bootc.net>
8860 S:      Maintained
8861 F:      drivers/leds/leds-net48xx.c
8862
8863 SOFTLOGIC 6x10 MPEG CODEC
8864 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8865 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8866 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
8867 L:      linux-media@vger.kernel.org
8868 S:      Supported
8869 F:      drivers/media/pci/solo6x10/
8870
8871 SOFTWARE RAID (Multiple Disks) SUPPORT
8872 M:      Neil Brown <neilb@suse.de>
8873 L:      linux-raid@vger.kernel.org
8874 S:      Supported
8875 F:      drivers/md/
8876 F:      include/linux/raid/
8877 F:      include/uapi/linux/raid/
8878
8879 SONIC NETWORK DRIVER
8880 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8881 L:      netdev@vger.kernel.org
8882 S:      Maintained
8883 F:      drivers/net/ethernet/natsemi/sonic.*
8884
8885 SONICS SILICON BACKPLANE DRIVER (SSB)
8886 M:      Michael Buesch <m@bues.ch>
8887 L:      netdev@vger.kernel.org
8888 S:      Maintained
8889 F:      drivers/ssb/
8890 F:      include/linux/ssb/
8891
8892 SONY VAIO CONTROL DEVICE DRIVER
8893 M:      Mattia Dongili <malattia@linux.it>
8894 L:      platform-driver-x86@vger.kernel.org
8895 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8896 S:      Maintained
8897 F:      Documentation/laptops/sony-laptop.txt
8898 F:      drivers/char/sonypi.c
8899 F:      drivers/platform/x86/sony-laptop.c
8900 F:      include/linux/sony-laptop.h
8901
8902 SONY MEMORYSTICK CARD SUPPORT
8903 M:      Alex Dubov <oakad@yahoo.com>
8904 W:      http://tifmxx.berlios.de/
8905 S:      Maintained
8906 F:      drivers/memstick/host/tifm_ms.c
8907
8908 SONY MEMORYSTICK STANDARD SUPPORT
8909 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8910 S:      Maintained
8911 F:      drivers/memstick/core/ms_block.*
8912
8913 SOUND
8914 M:      Jaroslav Kysela <perex@perex.cz>
8915 M:      Takashi Iwai <tiwai@suse.de>
8916 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8917 W:      http://www.alsa-project.org/
8918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8919 T:      git git://git.alsa-project.org/alsa-kernel.git
8920 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
8921 S:      Maintained
8922 F:      Documentation/sound/
8923 F:      include/sound/
8924 F:      include/uapi/sound/
8925 F:      sound/
8926
8927 SOUND - COMPRESSED AUDIO
8928 M:      Vinod Koul <vinod.koul@intel.com>
8929 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8931 S:      Supported
8932 F:      Documentation/sound/alsa/compress_offload.txt
8933 F:      include/sound/compress_driver.h
8934 F:      include/uapi/sound/compress_*
8935 F:      sound/core/compress_offload.c
8936 F:      sound/soc/soc-compress.c
8937
8938 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8939 M:      Liam Girdwood <lgirdwood@gmail.com>
8940 M:      Mark Brown <broonie@kernel.org>
8941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8942 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8943 W:      http://alsa-project.org/main/index.php/ASoC
8944 S:      Supported
8945 F:      Documentation/sound/alsa/soc/
8946 F:      sound/soc/
8947 F:      include/sound/soc*
8948
8949 SOUND - DMAENGINE HELPERS
8950 M:      Lars-Peter Clausen <lars@metafoo.de>
8951 S:      Supported
8952 F:      include/sound/dmaengine_pcm.h
8953 F:      sound/core/pcm_dmaengine.c
8954 F:      sound/soc/soc-generic-dmaengine-pcm.c
8955
8956 SP2 MEDIA DRIVER
8957 M:      Olli Salonen <olli.salonen@iki.fi>
8958 L:      linux-media@vger.kernel.org
8959 W:      http://linuxtv.org/
8960 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8961 S:      Maintained
8962 F:      drivers/media/dvb-frontends/sp2*
8963
8964 SPARC + UltraSPARC (sparc/sparc64)
8965 M:      "David S. Miller" <davem@davemloft.net>
8966 L:      sparclinux@vger.kernel.org
8967 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
8968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8970 S:      Maintained
8971 F:      arch/sparc/
8972 F:      drivers/sbus/
8973
8974 SPARC SERIAL DRIVERS
8975 M:      "David S. Miller" <davem@davemloft.net>
8976 L:      sparclinux@vger.kernel.org
8977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8978 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8979 S:      Maintained
8980 F:      include/linux/sunserialcore.h
8981 F:      drivers/tty/serial/suncore.c
8982 F:      drivers/tty/serial/sunhv.c
8983 F:      drivers/tty/serial/sunsab.c
8984 F:      drivers/tty/serial/sunsab.h
8985 F:      drivers/tty/serial/sunsu.c
8986 F:      drivers/tty/serial/sunzilog.c
8987 F:      drivers/tty/serial/sunzilog.h
8988
8989 SPARSE CHECKER
8990 M:      "Christopher Li" <sparse@chrisli.org>
8991 L:      linux-sparse@vger.kernel.org
8992 W:      https://sparse.wiki.kernel.org/
8993 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
8994 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
8995 S:      Maintained
8996 F:      include/linux/compiler.h
8997
8998 SPEAR PLATFORM SUPPORT
8999 M:      Viresh Kumar <viresh.linux@gmail.com>
9000 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9001 L:      spear-devel@list.st.com
9002 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9003 W:      http://www.st.com/spear
9004 S:      Maintained
9005 F:      arch/arm/mach-spear/
9006
9007 SPEAR CLOCK FRAMEWORK SUPPORT
9008 M:      Viresh Kumar <viresh.linux@gmail.com>
9009 L:      spear-devel@list.st.com
9010 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9011 W:      http://www.st.com/spear
9012 S:      Maintained
9013 F:      drivers/clk/spear/
9014
9015 SPI SUBSYSTEM
9016 M:      Mark Brown <broonie@kernel.org>
9017 L:      linux-spi@vger.kernel.org
9018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9019 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9020 S:      Maintained
9021 F:      Documentation/spi/
9022 F:      drivers/spi/
9023 F:      include/linux/spi/
9024 F:      include/uapi/linux/spi/
9025
9026 SPIDERNET NETWORK DRIVER for CELL
9027 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9028 M:      Jens Osterkamp <jens@de.ibm.com>
9029 L:      netdev@vger.kernel.org
9030 S:      Supported
9031 F:      Documentation/networking/spider_net.txt
9032 F:      drivers/net/ethernet/toshiba/spider_net*
9033
9034 SPU FILE SYSTEM
9035 M:      Jeremy Kerr <jk@ozlabs.org>
9036 L:      linuxppc-dev@lists.ozlabs.org
9037 L:      cbe-oss-dev@lists.ozlabs.org
9038 W:      http://www.ibm.com/developerworks/power/cell/
9039 S:      Supported
9040 F:      Documentation/filesystems/spufs.txt
9041 F:      arch/powerpc/platforms/cell/spufs/
9042
9043 SQUASHFS FILE SYSTEM
9044 M:      Phillip Lougher <phillip@squashfs.org.uk>
9045 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9046 W:      http://squashfs.org.uk
9047 S:      Maintained
9048 F:      Documentation/filesystems/squashfs.txt
9049 F:      fs/squashfs/
9050
9051 SRM (Alpha) environment access
9052 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9053 S:      Maintained
9054 F:      arch/alpha/kernel/srm_env.c
9055
9056 STABLE BRANCH
9057 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9058 L:      stable@vger.kernel.org
9059 S:      Supported
9060 F:      Documentation/stable_kernel_rules.txt
9061
9062 STAGING SUBSYSTEM
9063 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9065 L:      devel@driverdev.osuosl.org
9066 S:      Supported
9067 F:      drivers/staging/
9068
9069 STAGING - COMEDI
9070 M:      Ian Abbott <abbotti@mev.co.uk>
9071 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9072 S:      Odd Fixes
9073 F:      drivers/staging/comedi/
9074
9075 STAGING - FLARION FT1000 DRIVERS
9076 M:      Marek Belisko <marek.belisko@gmail.com>
9077 S:      Odd Fixes
9078 F:      drivers/staging/ft1000/
9079
9080 STAGING - INDUSTRIAL IO
9081 M:      Jonathan Cameron <jic23@kernel.org>
9082 L:      linux-iio@vger.kernel.org
9083 S:      Odd Fixes
9084 F:      drivers/staging/iio/
9085
9086 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9087 M:      Jarod Wilson <jarod@wilsonet.com>
9088 W:      http://www.lirc.org/
9089 S:      Odd Fixes
9090 F:      drivers/staging/media/lirc/
9091
9092 STAGING - LUSTRE PARALLEL FILESYSTEM
9093 M:      Oleg Drokin <oleg.drokin@intel.com>
9094 M:      Andreas Dilger <andreas.dilger@intel.com>
9095 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9096 W:      http://lustre.opensfs.org/
9097 S:      Maintained
9098 F:      drivers/staging/lustre
9099
9100 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9101 M:      Julian Andres Klode <jak@jak-linux.org>
9102 M:      Marc Dietrich <marvin24@gmx.de>
9103 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9104 L:      linux-tegra@vger.kernel.org
9105 S:      Maintained
9106 F:      drivers/staging/nvec/
9107
9108 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9109 M:      Jens Frederich <jfrederich@gmail.com>
9110 M:      Daniel Drake <dsd@laptop.org>
9111 M:      Jon Nettleton <jon.nettleton@gmail.com>
9112 W:      http://wiki.laptop.org/go/DCON
9113 S:      Maintained
9114 F:      drivers/staging/olpc_dcon/
9115
9116 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9117 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9118 S:      Maintained
9119 F:      drivers/staging/ozwpan/
9120
9121 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9122 M:      Willy Tarreau <willy@meta-x.org>
9123 S:      Odd Fixes
9124 F:      drivers/staging/panel/
9125
9126 STAGING - REALTEK RTL8712U DRIVERS
9127 M:      Larry Finger <Larry.Finger@lwfinger.net>
9128 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9129 S:      Odd Fixes
9130 F:      drivers/staging/rtl8712/
9131
9132 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9133 M:      Larry Finger <Larry.Finger@lwfinger.net>
9134 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9135 L:      linux-wireless@vger.kernel.org
9136 S:      Maintained
9137 F:      drivers/staging/rtl8723au/
9138
9139 STAGING - SLICOSS
9140 M:      Lior Dotan <liodot@gmail.com>
9141 M:      Christopher Harrer <charrer@alacritech.com>
9142 S:      Odd Fixes
9143 F:      drivers/staging/slicoss/
9144
9145 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9146 M:      William Hubbs <w.d.hubbs@gmail.com>
9147 M:      Chris Brannon <chris@the-brannons.com>
9148 M:      Kirk Reiser <kirk@reisers.ca>
9149 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9150 L:      speakup@linux-speakup.org
9151 W:      http://www.linux-speakup.org/
9152 S:      Odd Fixes
9153 F:      drivers/staging/speakup/
9154
9155 STAGING - VIA VT665X DRIVERS
9156 M:      Forest Bond <forest@alittletooquiet.net>
9157 S:      Odd Fixes
9158 F:      drivers/staging/vt665?/
9159
9160 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9161 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9162 S:      Odd Fixes
9163 F:      drivers/staging/xgifb/
9164
9165 STARFIRE/DURALAN NETWORK DRIVER
9166 M:      Ion Badulescu <ionut@badula.org>
9167 S:      Odd Fixes
9168 F:      drivers/net/ethernet/adaptec/starfire*
9169
9170 SUN3/3X
9171 M:      Sam Creasey <sammy@sammy.net>
9172 W:      http://sammy.net/sun3/
9173 S:      Maintained
9174 F:      arch/m68k/kernel/*sun3*
9175 F:      arch/m68k/sun3*/
9176 F:      arch/m68k/include/asm/sun3*
9177 F:      drivers/net/ethernet/i825xx/sun3*
9178
9179 SUNDANCE NETWORK DRIVER
9180 M:      Denis Kirjanov <kda@linux-powerpc.org>
9181 L:      netdev@vger.kernel.org
9182 S:      Maintained
9183 F:      drivers/net/ethernet/dlink/sundance.c
9184
9185 SUPERH
9186 L:      linux-sh@vger.kernel.org
9187 W:      http://www.linux-sh.org
9188 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9189 S:      Orphan
9190 F:      Documentation/sh/
9191 F:      arch/sh/
9192 F:      drivers/sh/
9193
9194 SUSPEND TO RAM
9195 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9196 M:      Len Brown <len.brown@intel.com>
9197 M:      Pavel Machek <pavel@ucw.cz>
9198 L:      linux-pm@vger.kernel.org
9199 S:      Supported
9200 F:      Documentation/power/
9201 F:      arch/x86/kernel/acpi/
9202 F:      drivers/base/power/
9203 F:      kernel/power/
9204 F:      include/linux/suspend.h
9205 F:      include/linux/freezer.h
9206 F:      include/linux/pm.h
9207
9208 SVGA HANDLING
9209 M:      Martin Mares <mj@ucw.cz>
9210 L:      linux-video@atrey.karlin.mff.cuni.cz
9211 S:      Maintained
9212 F:      Documentation/svga.txt
9213 F:      arch/x86/boot/video*
9214
9215 SWIOTLB SUBSYSTEM
9216 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9217 L:      linux-kernel@vger.kernel.org
9218 S:      Supported
9219 F:      lib/swiotlb.c
9220 F:      arch/*/kernel/pci-swiotlb.c
9221 F:      include/linux/swiotlb.h
9222
9223 SWITCHDEV
9224 M:      Jiri Pirko <jiri@resnulli.us>
9225 L:      netdev@vger.kernel.org
9226 S:      Supported
9227 F:      net/switchdev/
9228 F:      include/net/switchdev.h
9229
9230 SYNOPSYS ARC ARCHITECTURE
9231 M:      Vineet Gupta <vgupta@synopsys.com>
9232 S:      Supported
9233 F:      arch/arc/
9234 F:      Documentation/devicetree/bindings/arc/
9235 F:      drivers/tty/serial/arc_uart.c
9236
9237 SYSV FILESYSTEM
9238 M:      Christoph Hellwig <hch@infradead.org>
9239 S:      Maintained
9240 F:      Documentation/filesystems/sysv-fs.txt
9241 F:      fs/sysv/
9242 F:      include/linux/sysv_fs.h
9243
9244 TARGET SUBSYSTEM
9245 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9246 L:      linux-scsi@vger.kernel.org
9247 L:      target-devel@vger.kernel.org
9248 W:      http://www.linux-iscsi.org
9249 W:      http://groups.google.com/group/linux-iscsi-target-dev
9250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9251 S:      Supported
9252 F:      drivers/target/
9253 F:      include/target/
9254 F:      Documentation/target/
9255
9256 TASKSTATS STATISTICS INTERFACE
9257 M:      Balbir Singh <bsingharora@gmail.com>
9258 S:      Maintained
9259 F:      Documentation/accounting/taskstats*
9260 F:      include/linux/taskstats*
9261 F:      kernel/taskstats.c
9262
9263 TC CLASSIFIER
9264 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9265 L:      netdev@vger.kernel.org
9266 S:      Maintained
9267 F:      include/net/pkt_cls.h
9268 F:      include/uapi/linux/pkt_cls.h
9269 F:      net/sched/
9270
9271 TCP LOW PRIORITY MODULE
9272 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9273 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9274 W:      http://tcp-lp-mod.sourceforge.net/
9275 S:      Maintained
9276 F:      net/ipv4/tcp_lp.c
9277
9278 TDA10071 MEDIA DRIVER
9279 M:      Antti Palosaari <crope@iki.fi>
9280 L:      linux-media@vger.kernel.org
9281 W:      http://linuxtv.org/
9282 W:      http://palosaari.fi/linux/
9283 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9284 T:      git git://linuxtv.org/anttip/media_tree.git
9285 S:      Maintained
9286 F:      drivers/media/dvb-frontends/tda10071*
9287
9288 TDA18212 MEDIA DRIVER
9289 M:      Antti Palosaari <crope@iki.fi>
9290 L:      linux-media@vger.kernel.org
9291 W:      http://linuxtv.org/
9292 W:      http://palosaari.fi/linux/
9293 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9294 T:      git git://linuxtv.org/anttip/media_tree.git
9295 S:      Maintained
9296 F:      drivers/media/tuners/tda18212*
9297
9298 TDA18218 MEDIA DRIVER
9299 M:      Antti Palosaari <crope@iki.fi>
9300 L:      linux-media@vger.kernel.org
9301 W:      http://linuxtv.org/
9302 W:      http://palosaari.fi/linux/
9303 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9304 T:      git git://linuxtv.org/anttip/media_tree.git
9305 S:      Maintained
9306 F:      drivers/media/tuners/tda18218*
9307
9308 TDA18271 MEDIA DRIVER
9309 M:      Michael Krufky <mkrufky@linuxtv.org>
9310 L:      linux-media@vger.kernel.org
9311 W:      http://linuxtv.org/
9312 W:      http://github.com/mkrufky
9313 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9314 T:      git git://linuxtv.org/mkrufky/tuners.git
9315 S:      Maintained
9316 F:      drivers/media/tuners/tda18271*
9317
9318 TDA827x MEDIA DRIVER
9319 M:      Michael Krufky <mkrufky@linuxtv.org>
9320 L:      linux-media@vger.kernel.org
9321 W:      http://linuxtv.org/
9322 W:      http://github.com/mkrufky
9323 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9324 T:      git git://linuxtv.org/mkrufky/tuners.git
9325 S:      Maintained
9326 F:      drivers/media/tuners/tda8290.*
9327
9328 TDA8290 MEDIA DRIVER
9329 M:      Michael Krufky <mkrufky@linuxtv.org>
9330 L:      linux-media@vger.kernel.org
9331 W:      http://linuxtv.org/
9332 W:      http://github.com/mkrufky
9333 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9334 T:      git git://linuxtv.org/mkrufky/tuners.git
9335 S:      Maintained
9336 F:      drivers/media/tuners/tda8290.*
9337
9338 TDA9840 MEDIA DRIVER
9339 M:      Hans Verkuil <hverkuil@xs4all.nl>
9340 L:      linux-media@vger.kernel.org
9341 T:      git git://linuxtv.org/media_tree.git
9342 W:      http://linuxtv.org
9343 S:      Maintained
9344 F:      drivers/media/i2c/tda9840*
9345
9346 TEA5761 TUNER DRIVER
9347 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9348 L:      linux-media@vger.kernel.org
9349 W:      http://linuxtv.org
9350 T:      git git://linuxtv.org/media_tree.git
9351 S:      Odd fixes
9352 F:      drivers/media/tuners/tea5761.*
9353
9354 TEA5767 TUNER DRIVER
9355 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9356 L:      linux-media@vger.kernel.org
9357 W:      http://linuxtv.org
9358 T:      git git://linuxtv.org/media_tree.git
9359 S:      Maintained
9360 F:      drivers/media/tuners/tea5767.*
9361
9362 TEA6415C MEDIA DRIVER
9363 M:      Hans Verkuil <hverkuil@xs4all.nl>
9364 L:      linux-media@vger.kernel.org
9365 T:      git git://linuxtv.org/media_tree.git
9366 W:      http://linuxtv.org
9367 S:      Maintained
9368 F:      drivers/media/i2c/tea6415c*
9369
9370 TEA6420 MEDIA DRIVER
9371 M:      Hans Verkuil <hverkuil@xs4all.nl>
9372 L:      linux-media@vger.kernel.org
9373 T:      git git://linuxtv.org/media_tree.git
9374 W:      http://linuxtv.org
9375 S:      Maintained
9376 F:      drivers/media/i2c/tea6420*
9377
9378 TEAM DRIVER
9379 M:      Jiri Pirko <jiri@resnulli.us>
9380 L:      netdev@vger.kernel.org
9381 S:      Supported
9382 F:      drivers/net/team/
9383 F:      include/linux/if_team.h
9384 F:      include/uapi/linux/if_team.h
9385
9386 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9387 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9388 S:      Maintained
9389 F:      arch/x86/platform/ts5500/
9390
9391 TECHNOTREND USB IR RECEIVER
9392 M:      Sean Young <sean@mess.org>
9393 L:      linux-media@vger.kernel.org
9394 S:      Maintained
9395 F:      drivers/media/rc/ttusbir.c
9396
9397 TEGRA ARCHITECTURE SUPPORT
9398 M:      Stephen Warren <swarren@wwwdotorg.org>
9399 M:      Thierry Reding <thierry.reding@gmail.com>
9400 M:      Alexandre Courbot <gnurou@gmail.com>
9401 L:      linux-tegra@vger.kernel.org
9402 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9403 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9404 S:      Supported
9405 N:      [^a-z]tegra
9406
9407 TEGRA CLOCK DRIVER
9408 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9409 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9410 S:      Supported
9411 F:      drivers/clk/tegra/
9412
9413 TEGRA DMA DRIVER
9414 M:      Laxman Dewangan <ldewangan@nvidia.com>
9415 S:      Supported
9416 F:      drivers/dma/tegra20-apb-dma.c
9417
9418 TEGRA I2C DRIVER
9419 M:      Laxman Dewangan <ldewangan@nvidia.com>
9420 S:      Supported
9421 F:      drivers/i2c/busses/i2c-tegra.c
9422
9423 TEGRA IOMMU DRIVERS
9424 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9425 S:      Supported
9426 F:      drivers/iommu/tegra*
9427
9428 TEGRA KBC DRIVER
9429 M:      Rakesh Iyer <riyer@nvidia.com>
9430 M:      Laxman Dewangan <ldewangan@nvidia.com>
9431 S:      Supported
9432 F:      drivers/input/keyboard/tegra-kbc.c
9433
9434 TEGRA PWM DRIVER
9435 M:      Thierry Reding <thierry.reding@gmail.com>
9436 S:      Supported
9437 F:      drivers/pwm/pwm-tegra.c
9438
9439 TEGRA SERIAL DRIVER
9440 M:      Laxman Dewangan <ldewangan@nvidia.com>
9441 S:      Supported
9442 F:      drivers/tty/serial/serial-tegra.c
9443
9444 TEGRA SPI DRIVER
9445 M:      Laxman Dewangan <ldewangan@nvidia.com>
9446 S:      Supported
9447 F:      drivers/spi/spi-tegra*
9448
9449 TEHUTI ETHERNET DRIVER
9450 M:      Andy Gospodarek <andy@greyhouse.net>
9451 L:      netdev@vger.kernel.org
9452 S:      Supported
9453 F:      drivers/net/ethernet/tehuti/*
9454
9455 Telecom Clock Driver for MCPL0010
9456 M:      Mark Gross <mark.gross@intel.com>
9457 S:      Supported
9458 F:      drivers/char/tlclk.c
9459
9460 TENSILICA XTENSA PORT (xtensa)
9461 M:      Chris Zankel <chris@zankel.net>
9462 M:      Max Filippov <jcmvbkbc@gmail.com>
9463 L:      linux-xtensa@linux-xtensa.org
9464 S:      Maintained
9465 F:      arch/xtensa/
9466 F:      drivers/irqchip/irq-xtensa-*
9467
9468 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9469 M:      Hans Verkuil <hverkuil@xs4all.nl>
9470 L:      linux-media@vger.kernel.org
9471 T:      git git://linuxtv.org/media_tree.git
9472 W:      http://linuxtv.org
9473 S:      Maintained
9474 F:      drivers/media/radio/radio-raremono.c
9475
9476 THERMAL
9477 M:      Zhang Rui <rui.zhang@intel.com>
9478 M:      Eduardo Valentin <edubezval@gmail.com>
9479 L:      linux-pm@vger.kernel.org
9480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9482 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9483 S:      Supported
9484 F:      drivers/thermal/
9485 F:      include/linux/thermal.h
9486 F:      include/linux/cpu_cooling.h
9487 F:      Documentation/devicetree/bindings/thermal/
9488
9489 THINGM BLINK(1) USB RGB LED DRIVER
9490 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9491 S:      Maintained
9492 F:      drivers/hid/hid-thingm.c
9493
9494 THINKPAD ACPI EXTRAS DRIVER
9495 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9496 L:      ibm-acpi-devel@lists.sourceforge.net
9497 L:      platform-driver-x86@vger.kernel.org
9498 W:      http://ibm-acpi.sourceforge.net
9499 W:      http://thinkwiki.org/wiki/Ibm-acpi
9500 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9501 S:      Maintained
9502 F:      drivers/platform/x86/thinkpad_acpi.c
9503
9504 TI BANDGAP AND THERMAL DRIVER
9505 M:      Eduardo Valentin <edubezval@gmail.com>
9506 L:      linux-pm@vger.kernel.org
9507 S:      Supported
9508 F:      drivers/thermal/ti-soc-thermal/
9509
9510 TI CLOCK DRIVER
9511 M:      Tero Kristo <t-kristo@ti.com>
9512 L:      linux-omap@vger.kernel.org
9513 S:      Maintained
9514 F:      drivers/clk/ti/
9515 F:      include/linux/clk/ti.h
9516
9517 TI FLASH MEDIA INTERFACE DRIVER
9518 M:      Alex Dubov <oakad@yahoo.com>
9519 S:      Maintained
9520 F:      drivers/misc/tifm*
9521 F:      drivers/mmc/host/tifm_sd.c
9522 F:      include/linux/tifm.h
9523
9524 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9525 M:      Santosh Shilimkar <ssantosh@kernel.org>
9526 L:      linux-kernel@vger.kernel.org
9527 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9528 S:      Maintained
9529 F:      drivers/soc/ti/*
9530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9531
9532
9533 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9534 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9535 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9536 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9537 S:      Maintained
9538 F:      sound/soc/codecs/lm49453*
9539 F:      sound/soc/codecs/isabelle*
9540
9541 TI LP855x BACKLIGHT DRIVER
9542 M:      Milo Kim <milo.kim@ti.com>
9543 S:      Maintained
9544 F:      Documentation/backlight/lp855x-driver.txt
9545 F:      drivers/video/backlight/lp855x_bl.c
9546 F:      include/linux/platform_data/lp855x.h
9547
9548 TI LP8727 CHARGER DRIVER
9549 M:      Milo Kim <milo.kim@ti.com>
9550 S:      Maintained
9551 F:      drivers/power/lp8727_charger.c
9552 F:      include/linux/platform_data/lp8727.h
9553
9554 TI LP8788 MFD DRIVER
9555 M:      Milo Kim <milo.kim@ti.com>
9556 S:      Maintained
9557 F:      drivers/iio/adc/lp8788_adc.c
9558 F:      drivers/leds/leds-lp8788.c
9559 F:      drivers/mfd/lp8788*.c
9560 F:      drivers/power/lp8788-charger.c
9561 F:      drivers/regulator/lp8788-*.c
9562 F:      include/linux/mfd/lp8788*.h
9563
9564 TI TWL4030 SERIES SOC CODEC DRIVER
9565 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9566 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9567 S:      Maintained
9568 F:      sound/soc/codecs/twl4030*
9569
9570 TI WILINK WIRELESS DRIVERS
9571 L:      linux-wireless@vger.kernel.org
9572 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9573 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9575 S:      Orphan
9576 F:      drivers/net/wireless/ti/
9577 F:      include/linux/wl12xx.h
9578
9579 TIPC NETWORK LAYER
9580 M:      Jon Maloy <jon.maloy@ericsson.com>
9581 M:      Allan Stephens <allan.stephens@windriver.com>
9582 L:      netdev@vger.kernel.org (core kernel code)
9583 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9584 W:      http://tipc.sourceforge.net/
9585 S:      Maintained
9586 F:      include/uapi/linux/tipc*.h
9587 F:      net/tipc/
9588
9589 TILE ARCHITECTURE
9590 M:      Chris Metcalf <cmetcalf@tilera.com>
9591 W:      http://www.tilera.com/scm/
9592 S:      Supported
9593 F:      arch/tile/
9594 F:      drivers/char/tile-srom.c
9595 F:      drivers/edac/tile_edac.c
9596 F:      drivers/net/ethernet/tile/
9597 F:      drivers/rtc/rtc-tile.c
9598 F:      drivers/tty/hvc/hvc_tile.c
9599 F:      drivers/tty/serial/tilegx.c
9600 F:      drivers/usb/host/*-tilegx.c
9601 F:      include/linux/usb/tilegx.h
9602
9603 TLAN NETWORK DRIVER
9604 M:      Samuel Chessman <chessman@tux.org>
9605 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9606 W:      http://sourceforge.net/projects/tlan/
9607 S:      Maintained
9608 F:      Documentation/networking/tlan.txt
9609 F:      drivers/net/ethernet/ti/tlan.*
9610
9611 TOMOYO SECURITY MODULE
9612 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9613 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9614 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9615 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9616 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9617 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9618 W:      http://tomoyo.sourceforge.jp/
9619 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9620 S:      Maintained
9621 F:      security/tomoyo/
9622
9623 TOPSTAR LAPTOP EXTRAS DRIVER
9624 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9625 L:      platform-driver-x86@vger.kernel.org
9626 S:      Maintained
9627 F:      drivers/platform/x86/topstar-laptop.c
9628
9629 TOSHIBA ACPI EXTRAS DRIVER
9630 L:      platform-driver-x86@vger.kernel.org
9631 S:      Orphan
9632 F:      drivers/platform/x86/toshiba_acpi.c
9633
9634 TOSHIBA SMM DRIVER
9635 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9636 L:      tlinux-users@tce.toshiba-dme.co.jp
9637 W:      http://www.buzzard.org.uk/toshiba/
9638 S:      Maintained
9639 F:      drivers/char/toshiba.c
9640 F:      include/linux/toshiba.h
9641 F:      include/uapi/linux/toshiba.h
9642
9643 TMIO MMC DRIVER
9644 M:      Ian Molton <ian.molton@codethink.co.uk>
9645 L:      linux-mmc@vger.kernel.org
9646 S:      Maintained
9647 F:      drivers/mmc/host/tmio_mmc*
9648 F:      drivers/mmc/host/sh_mobile_sdhi.c
9649 F:      include/linux/mmc/tmio.h
9650 F:      include/linux/mmc/sh_mobile_sdhi.h
9651
9652 TMP401 HARDWARE MONITOR DRIVER
9653 M:      Guenter Roeck <linux@roeck-us.net>
9654 L:      lm-sensors@lm-sensors.org
9655 S:      Maintained
9656 F:      Documentation/hwmon/tmp401
9657 F:      drivers/hwmon/tmp401.c
9658
9659 TMPFS (SHMEM FILESYSTEM)
9660 M:      Hugh Dickins <hughd@google.com>
9661 L:      linux-mm@kvack.org
9662 S:      Maintained
9663 F:      include/linux/shmem_fs.h
9664 F:      mm/shmem.c
9665
9666 TM6000 VIDEO4LINUX DRIVER
9667 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9668 L:      linux-media@vger.kernel.org
9669 W:      http://linuxtv.org
9670 T:      git git://linuxtv.org/media_tree.git
9671 S:      Odd fixes
9672 F:      drivers/media/usb/tm6000/
9673
9674 TW68 VIDEO4LINUX 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/pci/tw68/
9681
9682 TPM DEVICE DRIVER
9683 M:      Peter Huewe <peterhuewe@gmx.de>
9684 M:      Ashley Lai <ashley@ashleylai.com>
9685 M:      Marcel Selhorst <tpmdd@selhorst.net>
9686 W:      http://tpmdd.sourceforge.net
9687 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9688 S:      Maintained
9689 F:      drivers/char/tpm/
9690
9691 TRACING
9692 M:      Steven Rostedt <rostedt@goodmis.org>
9693 M:      Ingo Molnar <mingo@redhat.com>
9694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9695 S:      Maintained
9696 F:      Documentation/trace/ftrace.txt
9697 F:      arch/*/*/*/ftrace.h
9698 F:      arch/*/kernel/ftrace.c
9699 F:      include/*/ftrace.h
9700 F:      include/linux/trace*.h
9701 F:      include/trace/
9702 F:      kernel/trace/
9703 F:      tools/testing/selftests/ftrace/
9704
9705 TRIVIAL PATCHES
9706 M:      Jiri Kosina <trivial@kernel.org>
9707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9708 S:      Maintained
9709 K:      ^Subject:.*(?i)trivial
9710
9711 TTY LAYER
9712 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9713 M:      Jiri Slaby <jslaby@suse.cz>
9714 S:      Supported
9715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9716 F:      drivers/tty/
9717 F:      drivers/tty/serial/serial_core.c
9718 F:      include/linux/serial_core.h
9719 F:      include/linux/serial.h
9720 F:      include/linux/tty.h
9721 F:      include/uapi/linux/serial_core.h
9722 F:      include/uapi/linux/serial.h
9723 F:      include/uapi/linux/tty.h
9724
9725 TUA9001 MEDIA DRIVER
9726 M:      Antti Palosaari <crope@iki.fi>
9727 L:      linux-media@vger.kernel.org
9728 W:      http://linuxtv.org/
9729 W:      http://palosaari.fi/linux/
9730 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9731 T:      git git://linuxtv.org/anttip/media_tree.git
9732 S:      Maintained
9733 F:      drivers/media/tuners/tua9001*
9734
9735 TULIP NETWORK DRIVERS
9736 M:      Grant Grundler <grundler@parisc-linux.org>
9737 L:      netdev@vger.kernel.org
9738 S:      Maintained
9739 F:      drivers/net/ethernet/dec/tulip/
9740
9741 TUN/TAP driver
9742 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9743 W:      http://vtun.sourceforge.net/tun
9744 S:      Maintained
9745 F:      Documentation/networking/tuntap.txt
9746 F:      arch/um/os-Linux/drivers/
9747
9748 TURBOCHANNEL SUBSYSTEM
9749 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9750 M:      Ralf Baechle <ralf@linux-mips.org>
9751 L:      linux-mips@linux-mips.org
9752 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9753 S:      Maintained
9754 F:      drivers/tc/
9755 F:      include/linux/tc.h
9756
9757 U14-34F SCSI DRIVER
9758 M:      Dario Ballabio <ballabio_dario@emc.com>
9759 L:      linux-scsi@vger.kernel.org
9760 S:      Maintained
9761 F:      drivers/scsi/u14-34f.c
9762
9763 UBI FILE SYSTEM (UBIFS)
9764 M:      Artem Bityutskiy <dedekind1@gmail.com>
9765 M:      Adrian Hunter <adrian.hunter@intel.com>
9766 L:      linux-mtd@lists.infradead.org
9767 T:      git git://git.infradead.org/ubifs-2.6.git
9768 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9769 S:      Maintained
9770 F:      Documentation/filesystems/ubifs.txt
9771 F:      fs/ubifs/
9772
9773 UCLINUX (AND M68KNOMMU)
9774 M:      Greg Ungerer <gerg@uclinux.org>
9775 W:      http://www.uclinux.org/
9776 L:      uclinux-dev@uclinux.org  (subscribers-only)
9777 S:      Maintained
9778 F:      arch/m68k/*/*_no.*
9779 F:      arch/m68k/include/asm/*_no.*
9780
9781 UDF FILESYSTEM
9782 M:      Jan Kara <jack@suse.cz>
9783 S:      Maintained
9784 F:      Documentation/filesystems/udf.txt
9785 F:      fs/udf/
9786
9787 UFS FILESYSTEM
9788 M:      Evgeniy Dushistov <dushistov@mail.ru>
9789 S:      Maintained
9790 F:      Documentation/filesystems/ufs.txt
9791 F:      fs/ufs/
9792
9793 UHID USERSPACE HID IO DRIVER:
9794 M:      David Herrmann <dh.herrmann@googlemail.com>
9795 L:      linux-input@vger.kernel.org
9796 S:      Maintained
9797 F:      drivers/hid/uhid.c
9798 F:      include/uapi/linux/uhid.h
9799
9800 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9801 L:      linux-usb@vger.kernel.org
9802 S:      Orphan
9803 F:      drivers/uwb/
9804 F:      include/linux/uwb.h
9805 F:      include/linux/uwb/
9806
9807 UNICORE32 ARCHITECTURE:
9808 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9809 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9810 S:      Maintained
9811 T:      git git://github.com/gxt/linux.git
9812 F:      arch/unicore32/
9813
9814 UNIFDEF
9815 M:      Tony Finch <dot@dotat.at>
9816 W:      http://dotat.at/prog/unifdef
9817 S:      Maintained
9818 F:      scripts/unifdef.c
9819
9820 UNIFORM CDROM DRIVER
9821 M:      Jens Axboe <axboe@kernel.dk>
9822 W:      http://www.kernel.dk
9823 S:      Maintained
9824 F:      Documentation/cdrom/
9825 F:      drivers/cdrom/cdrom.c
9826 F:      include/linux/cdrom.h
9827 F:      include/uapi/linux/cdrom.h
9828
9829 UNISYS S-PAR DRIVERS
9830 M:     Benjamin Romer <benjamin.romer@unisys.com>
9831 M:     David Kershner <david.kershner@unisys.com>
9832 L:     sparmaintainer@unisys.com (Unisys internal)
9833 S:     Supported
9834 F:     drivers/staging/unisys/
9835
9836 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9837 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9838 L:      linux-scsi@vger.kernel.org
9839 S:      Supported
9840 F:      Documentation/scsi/ufs.txt
9841 F:      drivers/scsi/ufs/
9842
9843 UNSORTED BLOCK IMAGES (UBI)
9844 M:      Artem Bityutskiy <dedekind1@gmail.com>
9845 W:      http://www.linux-mtd.infradead.org/
9846 L:      linux-mtd@lists.infradead.org
9847 T:      git git://git.infradead.org/ubifs-2.6.git
9848 S:      Maintained
9849 F:      drivers/mtd/ubi/
9850 F:      include/linux/mtd/ubi.h
9851 F:      include/uapi/mtd/ubi-user.h
9852
9853 UNSORTED BLOCK IMAGES (UBI) Fastmap
9854 M:      Richard Weinberger <richard@nod.at>
9855 L:      linux-mtd@lists.infradead.org
9856 S:      Maintained
9857 F:      drivers/mtd/ubi/fastmap.c
9858
9859 USB ACM DRIVER
9860 M:      Oliver Neukum <oliver@neukum.org>
9861 L:      linux-usb@vger.kernel.org
9862 S:      Maintained
9863 F:      Documentation/usb/acm.txt
9864 F:      drivers/usb/class/cdc-acm.*
9865
9866 USB AR5523 WIRELESS DRIVER
9867 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9868 L:      linux-wireless@vger.kernel.org
9869 S:      Maintained
9870 F:      drivers/net/wireless/ath/ar5523/
9871
9872 USB ATTACHED SCSI
9873 M:      Hans de Goede <hdegoede@redhat.com>
9874 M:      Gerd Hoffmann <kraxel@redhat.com>
9875 L:      linux-usb@vger.kernel.org
9876 L:      linux-scsi@vger.kernel.org
9877 S:      Maintained
9878 F:      drivers/usb/storage/uas.c
9879
9880 USB CDC ETHERNET DRIVER
9881 M:      Oliver Neukum <oliver@neukum.org>
9882 L:      linux-usb@vger.kernel.org
9883 S:      Maintained
9884 F:      drivers/net/usb/cdc_*.c
9885 F:      include/uapi/linux/usb/cdc.h
9886
9887 USB CYPRESS C67X00 DRIVER
9888 M:      Peter Korsgaard <jacmet@sunsite.dk>
9889 L:      linux-usb@vger.kernel.org
9890 S:      Maintained
9891 F:      drivers/usb/c67x00/
9892
9893 USB DAVICOM DM9601 DRIVER
9894 M:      Peter Korsgaard <jacmet@sunsite.dk>
9895 L:      netdev@vger.kernel.org
9896 W:      http://www.linux-usb.org/usbnet
9897 S:      Maintained
9898 F:      drivers/net/usb/dm9601.c
9899
9900 USB DIAMOND RIO500 DRIVER
9901 M:      Cesar Miquel <miquel@df.uba.ar>
9902 L:      rio500-users@lists.sourceforge.net
9903 W:      http://rio500.sourceforge.net
9904 S:      Maintained
9905 F:      drivers/usb/misc/rio500*
9906
9907 USB EHCI DRIVER
9908 M:      Alan Stern <stern@rowland.harvard.edu>
9909 L:      linux-usb@vger.kernel.org
9910 S:      Maintained
9911 F:      Documentation/usb/ehci.txt
9912 F:      drivers/usb/host/ehci*
9913
9914 USB GADGET/PERIPHERAL SUBSYSTEM
9915 M:      Felipe Balbi <balbi@ti.com>
9916 L:      linux-usb@vger.kernel.org
9917 W:      http://www.linux-usb.org/gadget
9918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9919 S:      Maintained
9920 F:      drivers/usb/gadget/
9921 F:      include/linux/usb/gadget*
9922
9923 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9924 M:      Jiri Kosina <jkosina@suse.cz>
9925 L:      linux-usb@vger.kernel.org
9926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9927 S:      Maintained
9928 F:      Documentation/hid/hiddev.txt
9929 F:      drivers/hid/usbhid/
9930
9931 USB ISP116X DRIVER
9932 M:      Olav Kongas <ok@artecdesign.ee>
9933 L:      linux-usb@vger.kernel.org
9934 S:      Maintained
9935 F:      drivers/usb/host/isp116x*
9936 F:      include/linux/usb/isp116x.h
9937
9938 USB MASS STORAGE DRIVER
9939 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9940 L:      linux-usb@vger.kernel.org
9941 L:      usb-storage@lists.one-eyed-alien.net
9942 S:      Maintained
9943 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9944 F:      drivers/usb/storage/
9945
9946 USB MIDI DRIVER
9947 M:      Clemens Ladisch <clemens@ladisch.de>
9948 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9949 T:      git git://git.alsa-project.org/alsa-kernel.git
9950 S:      Maintained
9951 F:      sound/usb/midi.*
9952
9953 USB NETWORKING DRIVERS
9954 L:      linux-usb@vger.kernel.org
9955 S:      Odd Fixes
9956 F:      drivers/net/usb/
9957
9958 USB OHCI DRIVER
9959 M:      Alan Stern <stern@rowland.harvard.edu>
9960 L:      linux-usb@vger.kernel.org
9961 S:      Maintained
9962 F:      Documentation/usb/ohci.txt
9963 F:      drivers/usb/host/ohci*
9964
9965 USB OVER IP DRIVER
9966 M:      Valentina Manea <valentina.manea.m@gmail.com>
9967 M:      Shuah Khan <shuah.kh@samsung.com>
9968 L:      linux-usb@vger.kernel.org
9969 S:      Maintained
9970 F:      drivers/usb/usbip/
9971 F:      tools/usb/usbip/
9972
9973 USB PEGASUS DRIVER
9974 M:      Petko Manolov <petkan@nucleusys.com>
9975 L:      linux-usb@vger.kernel.org
9976 L:      netdev@vger.kernel.org
9977 T:      git git://github.com/petkan/pegasus.git
9978 W:      https://github.com/petkan/pegasus
9979 S:      Maintained
9980 F:      drivers/net/usb/pegasus.*
9981
9982 USB PHY LAYER
9983 M:      Felipe Balbi <balbi@ti.com>
9984 L:      linux-usb@vger.kernel.org
9985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9986 S:      Maintained
9987 F:      drivers/usb/phy/
9988
9989 USB PRINTER DRIVER (usblp)
9990 M:      Pete Zaitcev <zaitcev@redhat.com>
9991 L:      linux-usb@vger.kernel.org
9992 S:      Supported
9993 F:      drivers/usb/class/usblp.c
9994
9995 USB RTL8150 DRIVER
9996 M:      Petko Manolov <petkan@nucleusys.com>
9997 L:      linux-usb@vger.kernel.org
9998 L:      netdev@vger.kernel.org
9999 T:      git git://github.com/petkan/rtl8150.git
10000 W:      https://github.com/petkan/rtl8150
10001 S:      Maintained
10002 F:      drivers/net/usb/rtl8150.c
10003
10004 USB SERIAL SUBSYSTEM
10005 M:      Johan Hovold <johan@kernel.org>
10006 L:      linux-usb@vger.kernel.org
10007 S:      Maintained
10008 F:      Documentation/usb/usb-serial.txt
10009 F:      drivers/usb/serial/
10010 F:      include/linux/usb/serial.h
10011
10012 USB SMSC75XX ETHERNET DRIVER
10013 M:      Steve Glendinning <steve.glendinning@shawell.net>
10014 L:      netdev@vger.kernel.org
10015 S:      Maintained
10016 F:      drivers/net/usb/smsc75xx.*
10017
10018 USB SMSC95XX ETHERNET DRIVER
10019 M:      Steve Glendinning <steve.glendinning@shawell.net>
10020 L:      netdev@vger.kernel.org
10021 S:      Maintained
10022 F:      drivers/net/usb/smsc95xx.*
10023
10024 USB SUBSYSTEM
10025 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10026 L:      linux-usb@vger.kernel.org
10027 W:      http://www.linux-usb.org
10028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10029 S:      Supported
10030 F:      Documentation/usb/
10031 F:      drivers/usb/
10032 F:      include/linux/usb.h
10033 F:      include/linux/usb/
10034
10035 USB UHCI DRIVER
10036 M:      Alan Stern <stern@rowland.harvard.edu>
10037 L:      linux-usb@vger.kernel.org
10038 S:      Maintained
10039 F:      drivers/usb/host/uhci*
10040
10041 USB "USBNET" DRIVER FRAMEWORK
10042 M:      Oliver Neukum <oneukum@suse.de>
10043 L:      netdev@vger.kernel.org
10044 W:      http://www.linux-usb.org/usbnet
10045 S:      Maintained
10046 F:      drivers/net/usb/usbnet.c
10047 F:      include/linux/usb/usbnet.h
10048
10049 USB VIDEO CLASS
10050 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10051 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10052 L:      linux-media@vger.kernel.org
10053 T:      git git://linuxtv.org/media_tree.git
10054 W:      http://www.ideasonboard.org/uvc/
10055 S:      Maintained
10056 F:      drivers/media/usb/uvc/
10057 F:      include/uapi/linux/uvcvideo.h
10058
10059 USB VISION DRIVER
10060 M:      Hans Verkuil <hverkuil@xs4all.nl>
10061 L:      linux-media@vger.kernel.org
10062 T:      git git://linuxtv.org/media_tree.git
10063 W:      http://linuxtv.org
10064 S:      Odd Fixes
10065 F:      drivers/media/usb/usbvision/
10066
10067 USB WEBCAM GADGET
10068 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10069 L:      linux-usb@vger.kernel.org
10070 S:      Maintained
10071 F:      drivers/usb/gadget/function/*uvc*
10072 F:      drivers/usb/gadget/legacy/webcam.c
10073
10074 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10075 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10076 L:      linux-wireless@vger.kernel.org
10077 S:      Maintained
10078 F:      drivers/net/wireless/rndis_wlan.c
10079
10080 USB XHCI DRIVER
10081 M:      Mathias Nyman <mathias.nyman@intel.com>
10082 L:      linux-usb@vger.kernel.org
10083 S:      Supported
10084 F:      drivers/usb/host/xhci*
10085 F:      drivers/usb/host/pci-quirks*
10086
10087 USB ZD1201 DRIVER
10088 L:      linux-wireless@vger.kernel.org
10089 W:      http://linux-lc100020.sourceforge.net
10090 S:      Orphan
10091 F:      drivers/net/wireless/zd1201.*
10092
10093 USB ZR364XX DRIVER
10094 M:      Antoine Jacquet <royale@zerezo.com>
10095 L:      linux-usb@vger.kernel.org
10096 L:      linux-media@vger.kernel.org
10097 T:      git git://linuxtv.org/media_tree.git
10098 W:      http://royale.zerezo.com/zr364xx/
10099 S:      Maintained
10100 F:      Documentation/video4linux/zr364xx.txt
10101 F:      drivers/media/usb/zr364xx/
10102
10103 USER-MODE LINUX (UML)
10104 M:      Jeff Dike <jdike@addtoit.com>
10105 M:      Richard Weinberger <richard@nod.at>
10106 L:      user-mode-linux-devel@lists.sourceforge.net
10107 L:      user-mode-linux-user@lists.sourceforge.net
10108 W:      http://user-mode-linux.sourceforge.net
10109 S:      Maintained
10110 F:      Documentation/virtual/uml/
10111 F:      arch/um/
10112 F:      arch/x86/um/
10113 F:      fs/hostfs/
10114 F:      fs/hppfs/
10115
10116 USERSPACE I/O (UIO)
10117 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10118 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10119 S:      Maintained
10120 F:      Documentation/DocBook/uio-howto.tmpl
10121 F:      drivers/uio/
10122 F:      include/linux/uio*.h
10123
10124 UTIL-LINUX PACKAGE
10125 M:      Karel Zak <kzak@redhat.com>
10126 L:      util-linux@vger.kernel.org
10127 W:      http://en.wikipedia.org/wiki/Util-linux
10128 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10129 S:      Maintained
10130
10131 UVESAFB DRIVER
10132 M:      Michal Januszewski <spock@gentoo.org>
10133 L:      linux-fbdev@vger.kernel.org
10134 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10135 S:      Maintained
10136 F:      Documentation/fb/uvesafb.txt
10137 F:      drivers/video/fbdev/uvesafb.*
10138
10139 VFAT/FAT/MSDOS FILESYSTEM
10140 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10141 S:      Maintained
10142 F:      Documentation/filesystems/vfat.txt
10143 F:      fs/fat/
10144
10145 VFIO DRIVER
10146 M:      Alex Williamson <alex.williamson@redhat.com>
10147 L:      kvm@vger.kernel.org
10148 S:      Maintained
10149 F:      Documentation/vfio.txt
10150 F:      drivers/vfio/
10151 F:      include/linux/vfio.h
10152 F:      include/uapi/linux/vfio.h
10153
10154 VIDEOBUF2 FRAMEWORK
10155 M:      Pawel Osciak <pawel@osciak.com>
10156 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10157 M:      Kyungmin Park <kyungmin.park@samsung.com>
10158 L:      linux-media@vger.kernel.org
10159 S:      Maintained
10160 F:      drivers/media/v4l2-core/videobuf2-*
10161 F:      include/media/videobuf2-*
10162
10163 VIRTIO CONSOLE DRIVER
10164 M:      Amit Shah <amit.shah@redhat.com>
10165 L:      virtualization@lists.linux-foundation.org
10166 S:      Maintained
10167 F:      drivers/char/virtio_console.c
10168 F:      include/linux/virtio_console.h
10169 F:      include/uapi/linux/virtio_console.h
10170
10171 VIRTIO CORE, NET AND BLOCK DRIVERS
10172 M:      Rusty Russell <rusty@rustcorp.com.au>
10173 M:      "Michael S. Tsirkin" <mst@redhat.com>
10174 L:      virtualization@lists.linux-foundation.org
10175 S:      Maintained
10176 F:      drivers/virtio/
10177 F:      tools/virtio/
10178 F:      drivers/net/virtio_net.c
10179 F:      drivers/block/virtio_blk.c
10180 F:      include/linux/virtio_*.h
10181 F:      include/uapi/linux/virtio_*.h
10182
10183 VIRTIO HOST (VHOST)
10184 M:      "Michael S. Tsirkin" <mst@redhat.com>
10185 L:      kvm@vger.kernel.org
10186 L:      virtualization@lists.linux-foundation.org
10187 L:      netdev@vger.kernel.org
10188 S:      Maintained
10189 F:      drivers/vhost/
10190 F:      include/uapi/linux/vhost.h
10191
10192 VIA RHINE NETWORK DRIVER
10193 M:      Roger Luethi <rl@hellgate.ch>
10194 S:      Maintained
10195 F:      drivers/net/ethernet/via/via-rhine.c
10196
10197 VIA SD/MMC CARD CONTROLLER DRIVER
10198 M:      Bruce Chang <brucechang@via.com.tw>
10199 M:      Harald Welte <HaraldWelte@viatech.com>
10200 S:      Maintained
10201 F:      drivers/mmc/host/via-sdmmc.c
10202
10203 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10204 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10205 L:      linux-fbdev@vger.kernel.org
10206 S:      Maintained
10207 F:      include/linux/via-core.h
10208 F:      include/linux/via-gpio.h
10209 F:      include/linux/via_i2c.h
10210 F:      drivers/video/fbdev/via/
10211
10212 VIA VELOCITY NETWORK DRIVER
10213 M:      Francois Romieu <romieu@fr.zoreil.com>
10214 L:      netdev@vger.kernel.org
10215 S:      Maintained
10216 F:      drivers/net/ethernet/via/via-velocity.*
10217
10218 VIVI VIRTUAL VIDEO DRIVER
10219 M:      Hans Verkuil <hverkuil@xs4all.nl>
10220 L:      linux-media@vger.kernel.org
10221 T:      git git://linuxtv.org/media_tree.git
10222 W:      http://linuxtv.org
10223 S:      Maintained
10224 F:      drivers/media/platform/vivi*
10225
10226 VLAN (802.1Q)
10227 M:      Patrick McHardy <kaber@trash.net>
10228 L:      netdev@vger.kernel.org
10229 S:      Maintained
10230 F:      drivers/net/macvlan.c
10231 F:      include/linux/if_*vlan.h
10232 F:      net/8021q/
10233
10234 VLYNQ BUS
10235 M:      Florian Fainelli <florian@openwrt.org>
10236 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10237 S:      Maintained
10238 F:      drivers/vlynq/vlynq.c
10239 F:      include/linux/vlynq.h
10240
10241 VME SUBSYSTEM
10242 M:      Martyn Welch <martyn.welch@ge.com>
10243 M:      Manohar Vanga <manohar.vanga@gmail.com>
10244 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10245 L:      devel@driverdev.osuosl.org
10246 S:      Maintained
10247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10248 F:      Documentation/vme_api.txt
10249 F:      drivers/staging/vme/
10250 F:      drivers/vme/
10251 F:      include/linux/vme*
10252
10253 VMWARE HYPERVISOR INTERFACE
10254 M:      Alok Kataria <akataria@vmware.com>
10255 L:      virtualization@lists.linux-foundation.org
10256 S:      Supported
10257 F:      arch/x86/kernel/cpu/vmware.c
10258
10259 VMWARE BALLOON DRIVER
10260 M:      Xavier Deguillard <xdeguillard@vmware.com>
10261 M:      Philip Moltmann <moltmann@vmware.com>
10262 M:      "VMware, Inc." <pv-drivers@vmware.com>
10263 L:      linux-kernel@vger.kernel.org
10264 S:      Maintained
10265 F:      drivers/misc/vmw_balloon.c
10266
10267 VMWARE VMXNET3 ETHERNET DRIVER
10268 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10269 M:      "VMware, Inc." <pv-drivers@vmware.com>
10270 L:      netdev@vger.kernel.org
10271 S:      Maintained
10272 F:      drivers/net/vmxnet3/
10273
10274 VMware PVSCSI driver
10275 M:      Arvind Kumar <arvindkumar@vmware.com>
10276 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10277 L:      linux-scsi@vger.kernel.org
10278 S:      Maintained
10279 F:      drivers/scsi/vmw_pvscsi.c
10280 F:      drivers/scsi/vmw_pvscsi.h
10281
10282 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10283 M:      Liam Girdwood <lgirdwood@gmail.com>
10284 M:      Mark Brown <broonie@kernel.org>
10285 L:      linux-kernel@vger.kernel.org
10286 W:      http://opensource.wolfsonmicro.com/node/15
10287 W:      http://www.slimlogic.co.uk/?p=48
10288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10289 S:      Supported
10290 F:      drivers/regulator/
10291 F:      include/linux/regulator/
10292
10293 VT1211 HARDWARE MONITOR DRIVER
10294 M:      Juerg Haefliger <juergh@gmail.com>
10295 L:      lm-sensors@lm-sensors.org
10296 S:      Maintained
10297 F:      Documentation/hwmon/vt1211
10298 F:      drivers/hwmon/vt1211.c
10299
10300 VT8231 HARDWARE MONITOR DRIVER
10301 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10302 L:      lm-sensors@lm-sensors.org
10303 S:      Maintained
10304 F:      drivers/hwmon/vt8231.c
10305
10306 VUB300 USB to SDIO/SD/MMC bridge chip
10307 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10308 L:      linux-mmc@vger.kernel.org
10309 L:      linux-usb@vger.kernel.org
10310 S:      Supported
10311 F:      drivers/mmc/host/vub300.c
10312
10313 W1 DALLAS'S 1-WIRE BUS
10314 M:      Evgeniy Polyakov <zbr@ioremap.net>
10315 S:      Maintained
10316 F:      Documentation/w1/
10317 F:      drivers/w1/
10318
10319 W83791D HARDWARE MONITORING DRIVER
10320 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10321 L:      lm-sensors@lm-sensors.org
10322 S:      Maintained
10323 F:      Documentation/hwmon/w83791d
10324 F:      drivers/hwmon/w83791d.c
10325
10326 W83793 HARDWARE MONITORING DRIVER
10327 M:      Rudolf Marek <r.marek@assembler.cz>
10328 L:      lm-sensors@lm-sensors.org
10329 S:      Maintained
10330 F:      Documentation/hwmon/w83793
10331 F:      drivers/hwmon/w83793.c
10332
10333 W83795 HARDWARE MONITORING DRIVER
10334 M:      Jean Delvare <jdelvare@suse.de>
10335 L:      lm-sensors@lm-sensors.org
10336 S:      Maintained
10337 F:      drivers/hwmon/w83795.c
10338
10339 W83L51xD SD/MMC CARD INTERFACE DRIVER
10340 M:      Pierre Ossman <pierre@ossman.eu>
10341 S:      Maintained
10342 F:      drivers/mmc/host/wbsd.*
10343
10344 WACOM PROTOCOL 4 SERIAL TABLETS
10345 M:      Julian Squires <julian@cipht.net>
10346 M:      Hans de Goede <hdegoede@redhat.com>
10347 L:      linux-input@vger.kernel.org
10348 S:      Maintained
10349 F:      drivers/input/tablet/wacom_serial4.c
10350
10351 WATCHDOG DEVICE DRIVERS
10352 M:      Wim Van Sebroeck <wim@iguana.be>
10353 L:      linux-watchdog@vger.kernel.org
10354 W:      http://www.linux-watchdog.org/
10355 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10356 S:      Maintained
10357 F:      Documentation/watchdog/
10358 F:      drivers/watchdog/
10359 F:      include/linux/watchdog.h
10360 F:      include/uapi/linux/watchdog.h
10361
10362 WD7000 SCSI DRIVER
10363 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10364 L:      linux-scsi@vger.kernel.org
10365 S:      Maintained
10366 F:      drivers/scsi/wd7000.c
10367
10368 WIIMOTE HID DRIVER
10369 M:      David Herrmann <dh.herrmann@googlemail.com>
10370 L:      linux-input@vger.kernel.org
10371 S:      Maintained
10372 F:      drivers/hid/hid-wiimote*
10373
10374 WINBOND CIR DRIVER
10375 M:      David Härdeman <david@hardeman.nu>
10376 S:      Maintained
10377 F:      drivers/media/rc/winbond-cir.c
10378
10379 WIMAX STACK
10380 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10381 M:      linux-wimax@intel.com
10382 L:     wimax@linuxwimax.org (subscribers-only)
10383 S:      Supported
10384 W:      http://linuxwimax.org
10385 F:      Documentation/wimax/README.wimax
10386 F:      include/linux/wimax/debug.h
10387 F:      include/net/wimax.h
10388 F:      include/uapi/linux/wimax.h
10389 F:      net/wimax/
10390
10391 WISTRON LAPTOP BUTTON DRIVER
10392 M:      Miloslav Trmac <mitr@volny.cz>
10393 S:      Maintained
10394 F:      drivers/input/misc/wistron_btns.c
10395
10396 WL3501 WIRELESS PCMCIA CARD DRIVER
10397 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10398 L:      linux-wireless@vger.kernel.org
10399 W:      http://oops.ghostprotocols.net:81/blog
10400 S:      Maintained
10401 F:      drivers/net/wireless/wl3501*
10402
10403 WM97XX TOUCHSCREEN DRIVERS
10404 M:      Mark Brown <broonie@kernel.org>
10405 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10406 L:      linux-input@vger.kernel.org
10407 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10408 W:      http://opensource.wolfsonmicro.com/node/7
10409 S:      Supported
10410 F:      drivers/input/touchscreen/*wm97*
10411 F:      include/linux/wm97xx.h
10412
10413 WOLFSON MICROELECTRONICS DRIVERS
10414 L:      patches@opensource.wolfsonmicro.com
10415 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10416 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10417 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10418 S:      Supported
10419 F:      Documentation/hwmon/wm83??
10420 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10421 F:      drivers/clk/clk-wm83*.c
10422 F:      drivers/extcon/extcon-arizona.c
10423 F:      drivers/leds/leds-wm83*.c
10424 F:      drivers/gpio/gpio-*wm*.c
10425 F:      drivers/gpio/gpio-arizona.c
10426 F:      drivers/hwmon/wm83??-hwmon.c
10427 F:      drivers/input/misc/wm831x-on.c
10428 F:      drivers/input/touchscreen/wm831x-ts.c
10429 F:      drivers/input/touchscreen/wm97*.c
10430 F:      drivers/mfd/arizona*
10431 F:      drivers/mfd/wm*.c
10432 F:      drivers/power/wm83*.c
10433 F:      drivers/rtc/rtc-wm83*.c
10434 F:      drivers/regulator/wm8*.c
10435 F:      drivers/video/backlight/wm83*_bl.c
10436 F:      drivers/watchdog/wm83*_wdt.c
10437 F:      include/linux/mfd/arizona/
10438 F:      include/linux/mfd/wm831x/
10439 F:      include/linux/mfd/wm8350/
10440 F:      include/linux/mfd/wm8400*
10441 F:      include/linux/wm97xx.h
10442 F:      include/sound/wm????.h
10443 F:      sound/soc/codecs/arizona.?
10444 F:      sound/soc/codecs/wm*
10445
10446 WORKQUEUE
10447 M:      Tejun Heo <tj@kernel.org>
10448 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10449 S:      Maintained
10450 F:      include/linux/workqueue.h
10451 F:      kernel/workqueue.c
10452 F:      Documentation/workqueue.txt
10453
10454 X.25 NETWORK LAYER
10455 M:      Andrew Hendry <andrew.hendry@gmail.com>
10456 L:      linux-x25@vger.kernel.org
10457 S:      Odd Fixes
10458 F:      Documentation/networking/x25*
10459 F:      include/net/x25*
10460 F:      net/x25/
10461
10462 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10463 M:      Thomas Gleixner <tglx@linutronix.de>
10464 M:      Ingo Molnar <mingo@redhat.com>
10465 M:      "H. Peter Anvin" <hpa@zytor.com>
10466 M:      x86@kernel.org
10467 L:      linux-kernel@vger.kernel.org
10468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10469 S:      Maintained
10470 F:      Documentation/x86/
10471 F:      arch/x86/
10472
10473 X86 PLATFORM DRIVERS
10474 M:      Darren Hart <dvhart@infradead.org>
10475 L:      platform-driver-x86@vger.kernel.org
10476 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10477 S:      Maintained
10478 F:      drivers/platform/x86/
10479
10480 X86 MCE INFRASTRUCTURE
10481 M:      Tony Luck <tony.luck@intel.com>
10482 M:      Borislav Petkov <bp@alien8.de>
10483 L:      linux-edac@vger.kernel.org
10484 S:      Maintained
10485 F:      arch/x86/kernel/cpu/mcheck/*
10486
10487 XC2028/3028 TUNER DRIVER
10488 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10489 L:      linux-media@vger.kernel.org
10490 W:      http://linuxtv.org
10491 T:      git git://linuxtv.org/media_tree.git
10492 S:      Maintained
10493 F:      drivers/media/tuners/tuner-xc2028.*
10494
10495 XEN HYPERVISOR INTERFACE
10496 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10497 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10498 M:      David Vrabel <david.vrabel@citrix.com>
10499 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10501 S:      Supported
10502 F:      arch/x86/xen/
10503 F:      drivers/*/xen-*front.c
10504 F:      drivers/xen/
10505 F:      arch/x86/include/asm/xen/
10506 F:      include/xen/
10507 F:      include/uapi/xen/
10508
10509 XEN HYPERVISOR ARM
10510 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10511 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10512 S:      Supported
10513 F:      arch/arm/xen/
10514 F:      arch/arm/include/asm/xen/
10515
10516 XEN HYPERVISOR ARM64
10517 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10518 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10519 S:      Supported
10520 F:      arch/arm64/xen/
10521 F:      arch/arm64/include/asm/xen/
10522
10523 XEN NETWORK BACKEND DRIVER
10524 M:      Ian Campbell <ian.campbell@citrix.com>
10525 M:      Wei Liu <wei.liu2@citrix.com>
10526 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10527 L:      netdev@vger.kernel.org
10528 S:      Supported
10529 F:      drivers/net/xen-netback/*
10530
10531 XEN PCI SUBSYSTEM
10532 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10533 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10534 S:      Supported
10535 F:      arch/x86/pci/*xen*
10536 F:      drivers/pci/*xen*
10537
10538 XEN BLOCK SUBSYSTEM
10539 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10540 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10541 S:      Supported
10542 F:      drivers/block/xen-blkback/*
10543 F:      drivers/block/xen*
10544
10545 XEN PVSCSI DRIVERS
10546 M:      Juergen Gross <jgross@suse.com>
10547 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10548 L:      linux-scsi@vger.kernel.org
10549 S:      Supported
10550 F:      drivers/scsi/xen-scsifront.c
10551 F:      drivers/xen/xen-scsiback.c
10552 F:      include/xen/interface/io/vscsiif.h
10553
10554 XEN SWIOTLB SUBSYSTEM
10555 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10556 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10557 S:      Supported
10558 F:      arch/x86/xen/*swiotlb*
10559 F:      drivers/xen/*swiotlb*
10560
10561 XFS FILESYSTEM
10562 P:      Silicon Graphics Inc
10563 M:      Dave Chinner <david@fromorbit.com>
10564 M:      xfs@oss.sgi.com
10565 L:      xfs@oss.sgi.com
10566 W:      http://oss.sgi.com/projects/xfs
10567 T:      git git://oss.sgi.com/xfs/xfs.git
10568 S:      Supported
10569 F:      Documentation/filesystems/xfs.txt
10570 F:      fs/xfs/
10571
10572 XILINX AXI ETHERNET DRIVER
10573 M:      Anirudha Sarangi <anirudh@xilinx.com>
10574 M:      John Linn <John.Linn@xilinx.com>
10575 S:      Maintained
10576 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10577
10578 XILINX UARTLITE SERIAL DRIVER
10579 M:      Peter Korsgaard <jacmet@sunsite.dk>
10580 L:      linux-serial@vger.kernel.org
10581 S:      Maintained
10582 F:      drivers/tty/serial/uartlite.c
10583
10584 XILLYBUS DRIVER
10585 M:      Eli Billauer <eli.billauer@gmail.com>
10586 L:      linux-kernel@vger.kernel.org
10587 S:      Supported
10588 F:      drivers/char/xillybus/
10589
10590 XTENSA XTFPGA PLATFORM SUPPORT
10591 M:      Max Filippov <jcmvbkbc@gmail.com>
10592 L:      linux-xtensa@linux-xtensa.org
10593 S:      Maintained
10594 F:      drivers/spi/spi-xtensa-xtfpga.c
10595
10596 YAM DRIVER FOR AX.25
10597 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10598 L:      linux-hams@vger.kernel.org
10599 S:      Maintained
10600 F:      drivers/net/hamradio/yam*
10601 F:      include/linux/yam.h
10602
10603 YEALINK PHONE DRIVER
10604 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10605 L:      usbb2k-api-dev@nongnu.org
10606 S:      Maintained
10607 F:      Documentation/input/yealink.txt
10608 F:      drivers/input/misc/yealink.*
10609
10610 Z8530 DRIVER FOR AX.25
10611 M:      Joerg Reuter <jreuter@yaina.de>
10612 W:      http://yaina.de/jreuter/
10613 W:      http://www.qsl.net/dl1bke/
10614 L:      linux-hams@vger.kernel.org
10615 S:      Maintained
10616 F:      Documentation/networking/z8530drv.txt
10617 F:      drivers/net/hamradio/*scc.c
10618 F:      drivers/net/hamradio/z8530.h
10619
10620 ZBUD COMPRESSED PAGE ALLOCATOR
10621 M:      Seth Jennings <sjennings@variantweb.net>
10622 L:      linux-mm@kvack.org
10623 S:      Maintained
10624 F:      mm/zbud.c
10625 F:      include/linux/zbud.h
10626
10627 ZD1211RW WIRELESS DRIVER
10628 M:      Daniel Drake <dsd@gentoo.org>
10629 M:      Ulrich Kunitz <kune@deine-taler.de>
10630 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10631 L:      linux-wireless@vger.kernel.org
10632 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10633 S:      Maintained
10634 F:      drivers/net/wireless/zd1211rw/
10635
10636 ZR36067 VIDEO FOR LINUX DRIVER
10637 L:      mjpeg-users@lists.sourceforge.net
10638 L:      linux-media@vger.kernel.org
10639 W:      http://mjpeg.sourceforge.net/driver-zoran/
10640 T:      hg http://linuxtv.org/hg/v4l-dvb
10641 S:      Odd Fixes
10642 F:      drivers/media/pci/zoran/
10643
10644 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10645 M:      Minchan Kim <minchan@kernel.org>
10646 M:      Nitin Gupta <ngupta@vflare.org>
10647 L:      linux-kernel@vger.kernel.org
10648 S:      Maintained
10649 F:      drivers/block/zram/
10650 F:      Documentation/blockdev/zram.txt
10651
10652 ZS DECSTATION Z85C30 SERIAL DRIVER
10653 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10654 S:      Maintained
10655 F:      drivers/tty/serial/zs.*
10656
10657 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10658 M:      Minchan Kim <minchan@kernel.org>
10659 M:      Nitin Gupta <ngupta@vflare.org>
10660 L:      linux-mm@kvack.org
10661 S:      Maintained
10662 F:      mm/zsmalloc.c
10663 F:      include/linux/zsmalloc.h
10664
10665 ZSWAP COMPRESSED SWAP CACHING
10666 M:      Seth Jennings <sjennings@variantweb.net>
10667 L:      linux-mm@kvack.org
10668 S:      Maintained
10669 F:      mm/zswap.c
10670
10671 THE REST
10672 M:      Linus Torvalds <torvalds@linux-foundation.org>
10673 L:      linux-kernel@vger.kernel.org
10674 Q:      http://patchwork.kernel.org/project/LKML/list/
10675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10676 S:      Buried alive in reporters
10677 F:      *
10678 F:      */