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