MAINTAINERS: add Android driver entries
[firefly-linux-kernel-4.4.55.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA TRIPLE SPEED ETHERNET DRIVER
567 M:      Vince Bridgers <vbridger@opensource.altera.com>
568 L:      netdev@vger.kernel.org
569 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570 S:      Maintained
571 F:      drivers/net/ethernet/altera/
572
573 ALTERA UART/JTAG UART SERIAL DRIVERS
574 M:      Tobias Klauser <tklauser@distanz.ch>
575 L:      linux-serial@vger.kernel.org
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/tty/serial/altera_uart.c
579 F:      drivers/tty/serial/altera_jtaguart.c
580 F:      include/linux/altera_uart.h
581 F:      include/linux/altera_jtaguart.h
582
583 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
584 M:      Tom Lendacky <thomas.lendacky@amd.com>
585 L:      linux-crypto@vger.kernel.org
586 S:      Supported
587 F:      drivers/crypto/ccp/
588 F:      include/linux/ccp.h
589
590 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
591 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
592 L:      lm-sensors@lm-sensors.org
593 S:      Maintained
594 F:      Documentation/hwmon/fam15h_power
595 F:      drivers/hwmon/fam15h_power.c
596
597 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
598 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
599 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
600 S:      Supported
601 F:      drivers/usb/gadget/udc/amd5536udc.*
602
603 AMD GEODE PROCESSOR/CHIPSET SUPPORT
604 P:      Andres Salomon <dilinger@queued.net>
605 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
606 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
607 S:      Supported
608 F:      drivers/char/hw_random/geode-rng.c
609 F:      drivers/crypto/geode*
610 F:      drivers/video/fbdev/geode/
611 F:      arch/x86/include/asm/geode.h
612
613 AMD IOMMU (AMD-VI)
614 M:      Joerg Roedel <joro@8bytes.org>
615 L:      iommu@lists.linux-foundation.org
616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
617 S:      Maintained
618 F:      drivers/iommu/amd_iommu*.[ch]
619 F:      include/linux/amd-iommu.h
620
621 AMD KFD
622 M:      Oded Gabbay <oded.gabbay@amd.com>
623 L:      dri-devel@lists.freedesktop.org
624 T:      git git://people.freedesktop.org/~gabbayo/linux.git
625 S:      Supported
626 F:      drivers/gpu/drm/amd/amdkfd/
627 F:      drivers/gpu/drm/radeon/radeon_kfd.c
628 F:      drivers/gpu/drm/radeon/radeon_kfd.h
629 F:      include/uapi/linux/kfd_ioctl.h
630
631 AMD MICROCODE UPDATE SUPPORT
632 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
633 L:      amd64-microcode@amd64.org
634 S:      Maintained
635 F:      arch/x86/kernel/cpu/microcode/amd*
636
637 AMD XGBE DRIVER
638 M:      Tom Lendacky <thomas.lendacky@amd.com>
639 L:      netdev@vger.kernel.org
640 S:      Supported
641 F:      drivers/net/ethernet/amd/xgbe/
642 F:      drivers/net/phy/amd-xgbe-phy.c
643
644 AMS (Apple Motion Sensor) DRIVER
645 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
646 S:      Supported
647 F:      drivers/macintosh/ams/
648
649 AMSO1100 RNIC DRIVER
650 M:      Tom Tucker <tom@opengridcomputing.com>
651 M:      Steve Wise <swise@opengridcomputing.com>
652 L:      linux-rdma@vger.kernel.org
653 S:      Maintained
654 F:      drivers/infiniband/hw/amso1100/
655
656 ANALOG DEVICES INC AD9389B DRIVER
657 M:      Hans Verkuil <hans.verkuil@cisco.com>
658 L:      linux-media@vger.kernel.org
659 S:      Maintained
660 F:      drivers/media/i2c/ad9389b*
661
662 ANALOG DEVICES INC ADV7511 DRIVER
663 M:      Hans Verkuil <hans.verkuil@cisco.com>
664 L:      linux-media@vger.kernel.org
665 S:      Maintained
666 F:      drivers/media/i2c/adv7511*
667
668 ANALOG DEVICES INC ADV7604 DRIVER
669 M:      Hans Verkuil <hans.verkuil@cisco.com>
670 L:      linux-media@vger.kernel.org
671 S:      Maintained
672 F:      drivers/media/i2c/adv7604*
673
674 ANALOG DEVICES INC ADV7842 DRIVER
675 M:      Hans Verkuil <hans.verkuil@cisco.com>
676 L:      linux-media@vger.kernel.org
677 S:      Maintained
678 F:      drivers/media/i2c/adv7842*
679
680 ANALOG DEVICES INC ASOC CODEC DRIVERS
681 M:      Lars-Peter Clausen <lars@metafoo.de>
682 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
683 W:      http://wiki.analog.com/
684 W:      http://ez.analog.com/community/linux-device-drivers
685 S:      Supported
686 F:      sound/soc/codecs/adau*
687 F:      sound/soc/codecs/adav*
688 F:      sound/soc/codecs/ad1*
689 F:      sound/soc/codecs/ad7*
690 F:      sound/soc/codecs/ssm*
691 F:      sound/soc/codecs/sigmadsp.*
692
693 ANALOG DEVICES INC ASOC DRIVERS
694 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
695 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
696 W:      http://blackfin.uclinux.org/
697 S:      Supported
698 F:      sound/soc/blackfin/*
699  
700 ANALOG DEVICES INC IIO DRIVERS
701 M:      Lars-Peter Clausen <lars@metafoo.de>
702 M:      Michael Hennerich <Michael.Hennerich@analog.com>
703 W:      http://wiki.analog.com/
704 W:      http://ez.analog.com/community/linux-device-drivers
705 S:      Supported
706 F:      drivers/iio/*/ad*
707 X:      drivers/iio/*/adjd*
708 F:      drivers/staging/iio/*/ad*
709 F:      staging/iio/trigger/iio-trig-bfin-timer.c
710
711 ANDROID DRIVERS
712 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
713 M:      Arve HjønnevÃ¥g <arve@android.com>
714 M:      Riley Andrews <riandrews@android.com>
715 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
716 L:      devel@driverdev.osuosl.org
717 S:      Supported
718 F:      drivers/android/
719 F:      drivers/staging/android/
720
721 AOA (Apple Onboard Audio) ALSA DRIVER
722 M:      Johannes Berg <johannes@sipsolutions.net>
723 L:      linuxppc-dev@lists.ozlabs.org
724 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
725 S:      Maintained
726 F:      sound/aoa/
727
728 APM DRIVER
729 M:      Jiri Kosina <jkosina@suse.cz>
730 S:      Odd fixes
731 F:      arch/x86/kernel/apm_32.c
732 F:      include/linux/apm_bios.h
733 F:      include/uapi/linux/apm_bios.h
734 F:      drivers/char/apm-emulation.c
735
736 APPLE BCM5974 MULTITOUCH DRIVER
737 M:      Henrik Rydberg <rydberg@bitmath.org>
738 L:      linux-input@vger.kernel.org
739 S:      Odd fixes
740 F:      drivers/input/mouse/bcm5974.c
741
742 APPLE SMC DRIVER
743 M:      Henrik Rydberg <rydberg@bitmath.org>
744 L:      lm-sensors@lm-sensors.org
745 S:      Odd fixes
746 F:      drivers/hwmon/applesmc.c
747
748 APPLETALK NETWORK LAYER
749 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
750 S:      Maintained
751 F:      drivers/net/appletalk/
752 F:      net/appletalk/
753
754 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
755 M:      Iyappan Subramanian <isubramanian@apm.com>
756 M:      Keyur Chudgar <kchudgar@apm.com>
757 S:      Supported
758 F:      drivers/net/ethernet/apm/xgene/
759 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
760
761 APTINA CAMERA SENSOR PLL
762 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
763 L:      linux-media@vger.kernel.org
764 S:      Maintained
765 F:      drivers/media/i2c/aptina-pll.*
766
767 ARASAN COMPACT FLASH PATA CONTROLLER
768 M:      Viresh Kumar <viresh.linux@gmail.com>
769 L:      linux-ide@vger.kernel.org
770 S:      Maintained
771 F:      include/linux/pata_arasan_cf_data.h
772 F:      drivers/ata/pata_arasan_cf.c
773
774 ARC FRAMEBUFFER DRIVER
775 M:      Jaya Kumar <jayalk@intworks.biz>
776 S:      Maintained
777 F:      drivers/video/fbdev/arcfb.c
778 F:      drivers/video/fbdev/core/fb_defio.c
779
780 ARM MFM AND FLOPPY DRIVERS
781 M:      Ian Molton <spyro@f2s.com>
782 S:      Maintained
783 F:      arch/arm/lib/floppydma.S
784 F:      arch/arm/include/asm/floppy.h
785
786 ARM PMU PROFILING AND DEBUGGING
787 M:      Will Deacon <will.deacon@arm.com>
788 S:      Maintained
789 F:      arch/arm/kernel/perf_event*
790 F:      arch/arm/oprofile/common.c
791 F:      arch/arm/include/asm/pmu.h
792 F:      arch/arm/kernel/hw_breakpoint.c
793 F:      arch/arm/include/asm/hw_breakpoint.h
794
795 ARM PORT
796 M:      Russell King <linux@arm.linux.org.uk>
797 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
798 W:      http://www.arm.linux.org.uk/
799 S:      Maintained
800 F:      arch/arm/
801
802 ARM SUB-ARCHITECTURES
803 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
804 S:      Maintained
805 F:      arch/arm/mach-*/
806 F:      arch/arm/plat-*/
807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
808
809 ARM PRIMECELL AACI PL041 DRIVER
810 M:      Russell King <linux@arm.linux.org.uk>
811 S:      Maintained
812 F:      sound/arm/aaci.*
813
814 ARM PRIMECELL CLCD PL110 DRIVER
815 M:      Russell King <linux@arm.linux.org.uk>
816 S:      Maintained
817 F:      drivers/video/fbdev/amba-clcd.*
818
819 ARM PRIMECELL KMI PL050 DRIVER
820 M:      Russell King <linux@arm.linux.org.uk>
821 S:      Maintained
822 F:      drivers/input/serio/ambakmi.*
823 F:      include/linux/amba/kmi.h
824
825 ARM PRIMECELL MMCI PL180/1 DRIVER
826 M:      Russell King <linux@arm.linux.org.uk>
827 S:      Maintained
828 F:      drivers/mmc/host/mmci.*
829 F:      include/linux/amba/mmci.h
830
831 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
832 M:      Russell King <linux@arm.linux.org.uk>
833 S:      Maintained
834 F:      drivers/tty/serial/amba-pl01*.c
835 F:      include/linux/amba/serial.h
836
837 ARM PRIMECELL BUS SUPPORT
838 M:      Russell King <linux@arm.linux.org.uk>
839 S:      Maintained
840 F:      drivers/amba/
841 F:      include/linux/amba/bus.h
842
843 ARM/ADS SPHERE MACHINE SUPPORT
844 M:      Lennert Buytenhek <kernel@wantstofly.org>
845 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
846 S:      Maintained
847
848 ARM/AFEB9260 MACHINE SUPPORT
849 M:      Sergey Lapin <slapin@ossfans.org>
850 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
851 S:      Maintained
852
853 ARM/AJECO 1ARM MACHINE SUPPORT
854 M:      Lennert Buytenhek <kernel@wantstofly.org>
855 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
856 S:      Maintained
857
858 ARM/Allwinner A1X SoC support
859 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
860 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
861 S:      Maintained
862 N:      sun[x4567]i
863
864 ARM/Allwinner SoC Clock Support
865 M:      Emilio López <emilio@elopez.com.ar>
866 S:      Maintained
867 F:      drivers/clk/sunxi/
868
869 ARM/Amlogic MesonX SoC support
870 M:      Carlo Caione <carlo@caione.org>
871 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
872 S:      Maintained
873 F:      drivers/media/rc/meson-ir.c
874 N:      meson[x68]
875
876 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
877 M:      Andrew Victor <linux@maxim.org.za>
878 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
879 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
880 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
881 W:      http://maxim.org.za/at91_26.html
882 W:      http://www.linux4sam.org
883 S:      Supported
884 F:      arch/arm/mach-at91/
885 F:      include/soc/at91/
886 F:      arch/arm/boot/dts/at91*.dts
887 F:      arch/arm/boot/dts/at91*.dtsi
888 F:      arch/arm/boot/dts/sama*.dts
889 F:      arch/arm/boot/dts/sama*.dtsi
890
891 ARM/ATMEL AT91 Clock Support
892 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
893 S:      Maintained
894 F:      drivers/clk/at91
895
896 ARM/CALXEDA HIGHBANK ARCHITECTURE
897 M:      Rob Herring <robh@kernel.org>
898 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
899 S:      Maintained
900 F:      arch/arm/mach-highbank/
901
902 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
903 M:      Krzysztof Halasa <khalasa@piap.pl>
904 S:      Maintained
905 F:      arch/arm/mach-cns3xxx/
906
907 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
908 M:      Alexander Shiyan <shc_work@mail.ru>
909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
910 S:      Odd Fixes
911 N:      clps711x
912
913 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
914 M:      Hartley Sweeten <hsweeten@visionengravers.com>
915 M:      Ryan Mallon <rmallon@gmail.com>
916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
917 S:      Maintained
918 F:      arch/arm/mach-ep93xx/
919 F:      arch/arm/mach-ep93xx/include/mach/
920
921 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
922 M:      Lennert Buytenhek <kernel@wantstofly.org>
923 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
924 S:      Maintained
925
926 ARM/CLKDEV SUPPORT
927 M:      Russell King <linux@arm.linux.org.uk>
928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S:      Maintained
930 F:      arch/arm/include/asm/clkdev.h
931 F:      drivers/clk/clkdev.c
932
933 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
934 M:      Mike Rapoport <mike@compulab.co.il>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Maintained
937
938 ARM/CONTEC MICRO9 MACHINE SUPPORT
939 M:      Hubert Feurstein <hubert.feurstein@contec.at>
940 S:      Maintained
941 F:      arch/arm/mach-ep93xx/micro9.c
942
943 ARM/CORESIGHT FRAMEWORK AND DRIVERS
944 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 S:      Maintained
947 F:      drivers/coresight/*
948 F:      Documentation/trace/coresight.txt
949 F:      Documentation/devicetree/bindings/arm/coresight.txt
950 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
951
952 ARM/CORGI MACHINE SUPPORT
953 M:      Richard Purdie <rpurdie@rpsys.net>
954 S:      Maintained
955
956 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
957 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
958 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
959 T:      git git://git.berlios.de/gemini-board
960 S:      Maintained
961 F:      arch/arm/mach-gemini/
962
963 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
964 M:      Barry Song <baohua@kernel.org>
965 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
967 S:      Maintained
968 F:      arch/arm/mach-prima2/
969 F:      drivers/clk/sirf/
970 F:      drivers/clocksource/timer-prima2.c
971 F:      drivers/clocksource/timer-marco.c
972 N:      [^a-z]sirf
973
974 ARM/EBSA110 MACHINE SUPPORT
975 M:      Russell King <linux@arm.linux.org.uk>
976 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
977 W:      http://www.arm.linux.org.uk/
978 S:      Maintained
979 F:      arch/arm/mach-ebsa110/
980 F:      drivers/net/ethernet/amd/am79c961a.*
981
982 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
983 M:      Uwe Kleine-König <kernel@pengutronix.de>
984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
985 S:      Maintained
986 N:      efm32
987
988 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
989 M:      Daniel Ribeiro <drwyrm@gmail.com>
990 M:      Stefan Schmidt <stefan@openezx.org>
991 M:      Harald Welte <laforge@openezx.org>
992 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
993 W:      http://www.openezx.org/
994 S:      Maintained
995 T:      topgit git://git.openezx.org/openezx.git
996 F:      arch/arm/mach-pxa/ezx.c
997
998 ARM/FARADAY FA526 PORT
999 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 S:      Maintained
1002 T:      git git://git.berlios.de/gemini-board
1003 F:      arch/arm/mm/*-fa*
1004
1005 ARM/FOOTBRIDGE ARCHITECTURE
1006 M:      Russell King <linux@arm.linux.org.uk>
1007 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1008 W:      http://www.arm.linux.org.uk/
1009 S:      Maintained
1010 F:      arch/arm/include/asm/hardware/dec21285.h
1011 F:      arch/arm/mach-footbridge/
1012
1013 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1014 M:      Shawn Guo <shawn.guo@linaro.org>
1015 M:      Sascha Hauer <kernel@pengutronix.de>
1016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1017 S:      Maintained
1018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1019 F:      arch/arm/mach-imx/
1020 F:      arch/arm/mach-mxs/
1021 F:      arch/arm/boot/dts/imx*
1022 F:      arch/arm/configs/imx*_defconfig
1023
1024 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1025 M:      Lennert Buytenhek <kernel@wantstofly.org>
1026 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1027 S:      Maintained
1028
1029 ARM/GUMSTIX MACHINE SUPPORT
1030 M:      Steve Sakoman <sakoman@gmail.com>
1031 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1032 S:      Maintained
1033
1034 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1035 M:      Philipp Zabel <philipp.zabel@gmail.com>
1036 M:      Paul Parsons <lost.distance@yahoo.com>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 S:      Maintained
1039 F:      arch/arm/mach-pxa/hx4700.c
1040 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1041 F:      sound/soc/pxa/hx4700.c
1042
1043 ARM/HISILICON SOC SUPPORT
1044 M:      Wei Xu <xuwei5@hisilicon.com>
1045 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046 W:      http://www.hisilicon.com
1047 S:      Supported
1048 T:      git git://github.com/hisilicon/linux-hisi.git
1049 F:      arch/arm/mach-hisi/
1050
1051 ARM/HP JORNADA 7XX MACHINE SUPPORT
1052 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1053 W:      www.jlime.com
1054 S:      Maintained
1055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1056 F:      arch/arm/mach-sa1100/jornada720.c
1057 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1058
1059 ARM/IGEP MACHINE SUPPORT
1060 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1061 M:      Javier Martinez Canillas <javier@dowhile0.org>
1062 L:      linux-omap@vger.kernel.org
1063 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1064 S:      Maintained
1065 F:      arch/arm/boot/dts/omap3-igep*
1066
1067 ARM/INCOME PXA270 SUPPORT
1068 M:      Marek Vasut <marek.vasut@gmail.com>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1072
1073 ARM/INTEL IOP32X ARM ARCHITECTURE
1074 M:      Lennert Buytenhek <kernel@wantstofly.org>
1075 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S:      Maintained
1077
1078 ARM/INTEL IOP33X ARM ARCHITECTURE
1079 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1080 S:      Orphan
1081
1082 ARM/INTEL IOP13XX ARM ARCHITECTURE
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/INTEL IQ81342EX 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/INTEL IXDP2850 MACHINE SUPPORT
1093 M:      Lennert Buytenhek <kernel@wantstofly.org>
1094 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1095 S:      Maintained
1096
1097 ARM/INTEL IXP4XX ARM ARCHITECTURE
1098 M:      Imre Kaloz <kaloz@openwrt.org>
1099 M:      Krzysztof Halasa <khalasa@piap.pl>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102 F:      arch/arm/mach-ixp4xx/
1103
1104 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1105 M:      Jonathan Cameron <jic23@cam.ac.uk>
1106 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1107 S:      Maintained
1108 F:      arch/arm/mach-pxa/stargate2.c
1109 F:      drivers/pcmcia/pxa2xx_stargate2.c
1110
1111 ARM/INTEL XSC3 (MANZANO) ARM CORE
1112 M:      Lennert Buytenhek <kernel@wantstofly.org>
1113 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1114 S:      Maintained
1115
1116 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1117 M:      Lennert Buytenhek <kernel@wantstofly.org>
1118 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1119 S:      Maintained
1120
1121 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1122 M:      Santosh Shilimkar <ssantosh@kernel.org>
1123 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1124 S:      Maintained
1125 F:      arch/arm/mach-keystone/
1126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1127
1128 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1129 M:      Santosh Shilimkar <ssantosh@kernel.org>
1130 L:      linux-kernel@vger.kernel.org
1131 S:      Maintained
1132 F:      drivers/clk/keystone/
1133
1134 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1135 M:      Santosh Shilimkar <ssantosh@kernel.org>
1136 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1137 L:      linux-kernel@vger.kernel.org
1138 S:      Maintained
1139 F:      drivers/clocksource/timer-keystone.c
1140
1141 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1142 M:      Santosh Shilimkar <ssantosh@kernel.org>
1143 L:      linux-kernel@vger.kernel.org
1144 S:      Maintained
1145 F:      drivers/power/reset/keystone-reset.c
1146
1147 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1148 M:      Santosh Shilimkar <ssantosh@kernel.org>
1149 L:      linux-kernel@vger.kernel.org
1150 S:      Maintained
1151 F:      drivers/memory/*emif*
1152
1153 ARM/LOGICPD PXA270 MACHINE SUPPORT
1154 M:      Lennert Buytenhek <kernel@wantstofly.org>
1155 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1156 S:      Maintained
1157
1158 ARM/MAGICIAN MACHINE SUPPORT
1159 M:      Philipp Zabel <philipp.zabel@gmail.com>
1160 S:      Maintained
1161
1162 ARM/Marvell Armada 370 and Armada XP SOC support
1163 M:      Jason Cooper <jason@lakedaemon.net>
1164 M:      Andrew Lunn <andrew@lunn.ch>
1165 M:      Gregory Clement <gregory.clement@free-electrons.com>
1166 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168 S:      Maintained
1169 F:      arch/arm/mach-mvebu/
1170
1171 ARM/Marvell Berlin SoC support
1172 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 S:      Maintained
1175 F:      arch/arm/mach-berlin/
1176
1177 ARM/Marvell Dove/MV78xx0/Orion SOC support
1178 M:      Jason Cooper <jason@lakedaemon.net>
1179 M:      Andrew Lunn <andrew@lunn.ch>
1180 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1181 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1182 S:      Maintained
1183 F:      arch/arm/mach-dove/
1184 F:      arch/arm/mach-mv78xx0/
1185 F:      arch/arm/mach-orion5x/
1186 F:      arch/arm/plat-orion/
1187
1188 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1189 M:      Alexander Clouter <alex@digriz.org.uk>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 W:      http://www.digriz.org.uk/ts78xx/kernel
1192 S:      Maintained
1193 F:      arch/arm/mach-orion5x/ts78xx-*
1194
1195 ARM/Mediatek SoC support
1196 M:      Matthias Brugger <matthias.bgg@gmail.com>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 S:      Maintained
1199 F:      arch/arm/boot/dts/mt6*
1200 F:      arch/arm/boot/dts/mt8*
1201 F:      arch/arm/mach-mediatek/
1202 N:      mtk
1203 K:      mediatek
1204
1205 ARM/MICREL KS8695 ARCHITECTURE
1206 M:      Greg Ungerer <gerg@uclinux.org>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 F:      arch/arm/mach-ks8695/
1209 S:      Odd Fixes
1210
1211 ARM/MIOA701 MACHINE SUPPORT
1212 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1214 F:      arch/arm/mach-pxa/mioa701.c
1215 S:      Maintained
1216
1217 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1218 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1219 S:      Maintained
1220
1221 ARM/NOMADIK ARCHITECTURE
1222 M:      Alessandro Rubini <rubini@unipv.it>
1223 M:      Linus Walleij <linus.walleij@linaro.org>
1224 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1225 S:      Maintained
1226 F:      arch/arm/mach-nomadik/
1227 F:      drivers/pinctrl/nomadik/
1228 F:      drivers/i2c/busses/i2c-nomadik.c
1229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1230
1231 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1232 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1233 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1234 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1235 S:      Supported
1236
1237 ARM/QUALCOMM MSM MACHINE SUPPORT
1238 M:      David Brown <davidb@codeaurora.org>
1239 M:      Daniel Walker <dwalker@fifo99.com>
1240 M:      Bryan Huntsman <bryanh@codeaurora.org>
1241 L:      linux-arm-msm@vger.kernel.org
1242 F:      arch/arm/mach-msm/
1243 F:      drivers/video/fbdev/msm/
1244 F:      drivers/mmc/host/msm_sdcc.c
1245 F:      drivers/mmc/host/msm_sdcc.h
1246 F:      drivers/tty/serial/msm_serial.h
1247 F:      drivers/tty/serial/msm_serial.c
1248 F:      drivers/*/pm8???-*
1249 F:      drivers/mfd/ssbi.c
1250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1251 S:      Maintained
1252
1253 ARM/TOSA MACHINE SUPPORT
1254 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1255 M:      Dirk Opfer <dirk@opfer-online.de>
1256 S:      Maintained
1257
1258 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1259 M:      Marek Vasut <marek.vasut@gmail.com>
1260 L:      linux-arm-kernel@lists.infradead.org
1261 W:      http://hackndev.com
1262 S:      Maintained
1263 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1264 F:      arch/arm/mach-pxa/palmtx.c
1265 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1266 F:      arch/arm/mach-pxa/palmt5.c
1267 F:      arch/arm/mach-pxa/include/mach/palmld.h
1268 F:      arch/arm/mach-pxa/palmld.c
1269 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1270 F:      arch/arm/mach-pxa/palmte2.c
1271 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1272 F:      arch/arm/mach-pxa/palmtc.c
1273
1274 ARM/PALM TREO SUPPORT
1275 M:      Tomas Cech <sleep_walker@suse.cz>
1276 L:      linux-arm-kernel@lists.infradead.org
1277 W:      http://hackndev.com
1278 S:      Maintained
1279 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1280 F:      arch/arm/mach-pxa/palmtreo.c
1281
1282 ARM/PALMZ72 SUPPORT
1283 M:      Sergey Lapin <slapin@ossfans.org>
1284 L:      linux-arm-kernel@lists.infradead.org
1285 W:      http://hackndev.com
1286 S:      Maintained
1287 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1288 F:      arch/arm/mach-pxa/palmz72.c
1289
1290 ARM/PLEB SUPPORT
1291 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1292 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1293 S:      Maintained
1294
1295 ARM/PT DIGITAL BOARD PORT
1296 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1297 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1298 W:      http://www.arm.linux.org.uk/
1299 S:      Maintained
1300
1301 ARM/QUALCOMM SUPPORT
1302 M:      Kumar Gala <galak@codeaurora.org>
1303 M:      David Brown <davidb@codeaurora.org>
1304 L:      linux-arm-msm@vger.kernel.org
1305 S:      Maintained
1306 F:      arch/arm/mach-qcom/
1307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1308
1309 ARM/RADISYS ENP2611 MACHINE SUPPORT
1310 M:      Lennert Buytenhek <kernel@wantstofly.org>
1311 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1312 S:      Maintained
1313
1314 ARM/RISCPC ARCHITECTURE
1315 M:      Russell King <linux@arm.linux.org.uk>
1316 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1317 W:      http://www.arm.linux.org.uk/
1318 S:      Maintained
1319 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1320 F:      arch/arm/include/asm/hardware/ioc.h
1321 F:      arch/arm/include/asm/hardware/iomd.h
1322 F:      arch/arm/include/asm/hardware/memc.h
1323 F:      arch/arm/mach-rpc/
1324 F:      drivers/net/ethernet/8390/etherh.c
1325 F:      drivers/net/ethernet/i825xx/ether1*
1326 F:      drivers/net/ethernet/seeq/ether3*
1327 F:      drivers/scsi/arm/
1328
1329 ARM/Rockchip SoC support
1330 M:      Heiko Stuebner <heiko@sntech.de>
1331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 L:      linux-rockchip@lists.infradead.org
1333 S:      Maintained
1334 F:      arch/arm/boot/dts/rk3*
1335 F:      arch/arm/mach-rockchip/
1336 F:      drivers/clk/rockchip/
1337 F:      drivers/i2c/busses/i2c-rk3x.c
1338 F:      drivers/*/*rockchip*
1339 F:      drivers/*/*/*rockchip*
1340 F:      sound/soc/rockchip/
1341
1342 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1343 M:      Kukjin Kim <kgene@kernel.org>
1344 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1345 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1346 S:      Maintained
1347 F:      arch/arm/boot/dts/s3c*
1348 F:      arch/arm/boot/dts/exynos*
1349 F:      arch/arm/plat-samsung/
1350 F:      arch/arm/mach-s3c24*/
1351 F:      arch/arm/mach-s3c64xx/
1352 F:      arch/arm/mach-s5p*/
1353 F:      arch/arm/mach-exynos*/
1354 F:      drivers/*/*s3c2410*
1355 F:      drivers/*/*/*s3c2410*
1356 F:      drivers/spi/spi-s3c*
1357 F:      sound/soc/samsung/*
1358 N:      exynos
1359
1360 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1361 M:      Kyungmin Park <kyungmin.park@samsung.com>
1362 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 S:      Maintained
1364 F:      arch/arm/mach-s5pv210/
1365
1366 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1367 M:      Kyungmin Park <kyungmin.park@samsung.com>
1368 M:      Kamil Debski <k.debski@samsung.com>
1369 L:      linux-arm-kernel@lists.infradead.org
1370 L:      linux-media@vger.kernel.org
1371 S:      Maintained
1372 F:      drivers/media/platform/s5p-g2d/
1373
1374 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1375 M:      Kyungmin Park <kyungmin.park@samsung.com>
1376 M:      Kamil Debski <k.debski@samsung.com>
1377 M:      Jeongtae Park <jtp.park@samsung.com>
1378 L:      linux-arm-kernel@lists.infradead.org
1379 L:      linux-media@vger.kernel.org
1380 S:      Maintained
1381 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1382 F:      drivers/media/platform/s5p-mfc/
1383
1384 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1385 M:      Kyungmin Park <kyungmin.park@samsung.com>
1386 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1387 L:      linux-arm-kernel@lists.infradead.org
1388 L:      linux-media@vger.kernel.org
1389 S:      Maintained
1390 F:      drivers/media/platform/s5p-tv/
1391
1392 ARM/SHMOBILE ARM ARCHITECTURE
1393 M:      Simon Horman <horms@verge.net.au>
1394 M:      Magnus Damm <magnus.damm@gmail.com>
1395 L:      linux-sh@vger.kernel.org
1396 W:      http://oss.renesas.com
1397 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1399 S:      Supported
1400 F:      arch/arm/boot/dts/emev2*
1401 F:      arch/arm/boot/dts/r7s*
1402 F:      arch/arm/boot/dts/r8a*
1403 F:      arch/arm/boot/dts/sh*
1404 F:      arch/arm/configs/ape6evm_defconfig
1405 F:      arch/arm/configs/armadillo800eva_defconfig
1406 F:      arch/arm/configs/bockw_defconfig
1407 F:      arch/arm/configs/kzm9g_defconfig
1408 F:      arch/arm/configs/lager_defconfig
1409 F:      arch/arm/configs/mackerel_defconfig
1410 F:      arch/arm/configs/marzen_defconfig
1411 F:      arch/arm/configs/shmobile_defconfig
1412 F:      arch/arm/include/debug/renesas-scif.S
1413 F:      arch/arm/mach-shmobile/
1414 F:      drivers/sh/
1415
1416 ARM/SOCFPGA ARCHITECTURE
1417 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1418 S:      Maintained
1419 F:      arch/arm/mach-socfpga/
1420 W:      http://www.rocketboards.org
1421 T:      git://git.rocketboards.org/linux-socfpga.git
1422 T:      git://git.rocketboards.org/linux-socfpga-next.git
1423
1424 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1425 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1426 S:      Maintained
1427 F:      drivers/clk/socfpga/
1428
1429 ARM/SOCFPGA EDAC SUPPORT
1430 M:      Thor Thayer <tthayer@opensource.altera.com>
1431 S:      Maintained
1432 F:      drivers/edac/altera_edac.
1433
1434 ARM/STI ARCHITECTURE
1435 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1436 M:      Maxime Coquelin <maxime.coquelin@st.com>
1437 M:      Patrice Chotard <patrice.chotard@st.com>
1438 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1439 L:      kernel@stlinux.com
1440 W:      http://www.stlinux.com
1441 S:      Maintained
1442 F:      arch/arm/mach-sti/
1443 F:      arch/arm/boot/dts/sti*
1444 F:      drivers/clocksource/arm_global_timer.c
1445 F:      drivers/i2c/busses/i2c-st.c
1446 F:      drivers/media/rc/st_rc.c
1447 F:      drivers/mmc/host/sdhci-st.c
1448 F:      drivers/phy/phy-stih407-usb.c
1449 F:      drivers/phy/phy-stih41x-usb.c
1450 F:      drivers/pinctrl/pinctrl-st.c
1451 F:      drivers/reset/sti/
1452 F:      drivers/tty/serial/st-asc.c
1453 F:      drivers/usb/dwc3/dwc3-st.c
1454 F:      drivers/usb/host/ehci-st.c
1455 F:      drivers/usb/host/ohci-st.c
1456 F:      drivers/ata/ahci_st.c
1457
1458 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1459 M:      Lennert Buytenhek <kernel@wantstofly.org>
1460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1461 S:      Maintained
1462
1463 ARM/TETON BGA MACHINE SUPPORT
1464 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1465 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 S:      Maintained
1467
1468 ARM/THECUS N2100 MACHINE SUPPORT
1469 M:      Lennert Buytenhek <kernel@wantstofly.org>
1470 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1471 S:      Maintained
1472
1473 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1474 M:      Wan ZongShun <mcuos.com@gmail.com>
1475 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1476 W:      http://www.mcuos.com
1477 S:      Maintained
1478 F:      arch/arm/mach-w90x900/
1479 F:      drivers/input/keyboard/w90p910_keypad.c
1480 F:      drivers/input/touchscreen/w90p910_ts.c
1481 F:      drivers/watchdog/nuc900_wdt.c
1482 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1483 F:      drivers/mtd/nand/nuc900_nand.c
1484 F:      drivers/rtc/rtc-nuc900.c
1485 F:      drivers/spi/spi-nuc900.c
1486 F:      drivers/usb/host/ehci-w90x900.c
1487 F:      drivers/video/fbdev/nuc900fb.c
1488
1489 ARM/U300 MACHINE SUPPORT
1490 M:      Linus Walleij <linus.walleij@linaro.org>
1491 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1492 S:      Supported
1493 F:      arch/arm/mach-u300/
1494 F:      drivers/clocksource/timer-u300.c
1495 F:      drivers/i2c/busses/i2c-stu300.c
1496 F:      drivers/rtc/rtc-coh901331.c
1497 F:      drivers/watchdog/coh901327_wdt.c
1498 F:      drivers/dma/coh901318*
1499 F:      drivers/mfd/ab3100*
1500 F:      drivers/rtc/rtc-ab3100.c
1501 F:      drivers/rtc/rtc-coh901331.c
1502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1503
1504 ARM/Ux500 ARM ARCHITECTURE
1505 M:      Linus Walleij <linus.walleij@linaro.org>
1506 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1507 S:      Maintained
1508 F:      arch/arm/mach-ux500/
1509 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1510 F:      drivers/dma/ste_dma40*
1511 F:      drivers/hwspinlock/u8500_hsem.c
1512 F:      drivers/mfd/abx500*
1513 F:      drivers/mfd/ab8500*
1514 F:      drivers/mfd/dbx500*
1515 F:      drivers/mfd/db8500*
1516 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1517 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1518 F:      drivers/rtc/rtc-ab8500.c
1519 F:      drivers/rtc/rtc-pl031.c
1520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1521
1522 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1523 M:      Ulf Hansson <ulf.hansson@linaro.org>
1524 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1525 T:      git git://git.linaro.org/people/ulfh/clk.git
1526 S:      Maintained
1527 F:      drivers/clk/ux500/
1528 F:      include/linux/platform_data/clk-ux500.h
1529
1530 ARM/VERSATILE EXPRESS PLATFORM
1531 M:      Liviu Dudau <liviu.dudau@arm.com>
1532 M:      Sudeep Holla <sudeep.holla@arm.com>
1533 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1534 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1535 S:      Maintained
1536 F:      arch/arm/boot/dts/vexpress*
1537 F:      arch/arm/mach-vexpress/
1538 F:      */*/vexpress*
1539 F:      */*/*/vexpress*
1540 F:      drivers/clk/versatile/clk-vexpress-osc.c
1541 F:      drivers/clocksource/versatile.c
1542
1543 ARM/VFP SUPPORT
1544 M:      Russell King <linux@arm.linux.org.uk>
1545 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1546 W:      http://www.arm.linux.org.uk/
1547 S:      Maintained
1548 F:      arch/arm/vfp/
1549
1550 ARM/VOIPAC PXA270 SUPPORT
1551 M:      Marek Vasut <marek.vasut@gmail.com>
1552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1553 S:      Maintained
1554 F:      arch/arm/mach-pxa/vpac270.c
1555 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1556
1557 ARM/VT8500 ARM ARCHITECTURE
1558 M:      Tony Prisk <linux@prisktech.co.nz>
1559 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1560 S:      Maintained
1561 F:      arch/arm/mach-vt8500/
1562 F:      drivers/clocksource/vt8500_timer.c
1563 F:      drivers/i2c/busses/i2c-wmt.c
1564 F:      drivers/mmc/host/wmt-sdmmc.c
1565 F:      drivers/pwm/pwm-vt8500.c
1566 F:      drivers/rtc/rtc-vt8500.c
1567 F:      drivers/tty/serial/vt8500_serial.c
1568 F:      drivers/usb/host/ehci-platform.c
1569 F:      drivers/usb/host/uhci-platform.c
1570 F:      drivers/video/fbdev/vt8500lcdfb.*
1571 F:      drivers/video/fbdev/wm8505fb*
1572 F:      drivers/video/fbdev/wmt_ge_rops.*
1573
1574 ARM/ZIPIT Z2 SUPPORT
1575 M:      Marek Vasut <marek.vasut@gmail.com>
1576 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1577 S:      Maintained
1578 F:      arch/arm/mach-pxa/z2.c
1579 F:      arch/arm/mach-pxa/include/mach/z2.h
1580
1581 ARM/ZYNQ ARCHITECTURE
1582 M:      Michal Simek <michal.simek@xilinx.com>
1583 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1584 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1585 W:      http://wiki.xilinx.com
1586 T:      git git://git.xilinx.com/linux-xlnx.git
1587 S:      Supported
1588 F:      arch/arm/mach-zynq/
1589 F:      drivers/cpuidle/cpuidle-zynq.c
1590 F:      drivers/block/xsysace.c
1591 N:      zynq
1592 N:      xilinx
1593 F:      drivers/clocksource/cadence_ttc_timer.c
1594 F:      drivers/i2c/busses/i2c-cadence.c
1595 F:      drivers/mmc/host/sdhci-of-arasan.c
1596
1597 ARM SMMU DRIVER
1598 M:      Will Deacon <will.deacon@arm.com>
1599 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1600 S:      Maintained
1601 F:      drivers/iommu/arm-smmu.c
1602
1603 ARM64 PORT (AARCH64 ARCHITECTURE)
1604 M:      Catalin Marinas <catalin.marinas@arm.com>
1605 M:      Will Deacon <will.deacon@arm.com>
1606 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1607 S:      Maintained
1608 F:      arch/arm64/
1609 F:      Documentation/arm64/
1610
1611 AS3645A LED FLASH CONTROLLER DRIVER
1612 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1613 L:      linux-media@vger.kernel.org
1614 T:      git git://linuxtv.org/media_tree.git
1615 S:      Maintained
1616 F:      drivers/media/i2c/as3645a.c
1617 F:      include/media/as3645a.h
1618
1619 ASC7621 HARDWARE MONITOR DRIVER
1620 M:      George Joseph <george.joseph@fairview5.com>
1621 L:      lm-sensors@lm-sensors.org
1622 S:      Maintained
1623 F:      Documentation/hwmon/asc7621
1624 F:      drivers/hwmon/asc7621.c
1625
1626 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1627 M:      Corentin Chary <corentin.chary@gmail.com>
1628 L:      acpi4asus-user@lists.sourceforge.net
1629 L:      platform-driver-x86@vger.kernel.org
1630 W:      http://acpi4asus.sf.net
1631 S:      Maintained
1632 F:      drivers/platform/x86/asus*.c
1633 F:      drivers/platform/x86/eeepc*.c
1634
1635 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1636 R:      Dan Williams <dan.j.williams@intel.com>
1637 W:      http://sourceforge.net/projects/xscaleiop
1638 S:      Odd fixes
1639 F:      Documentation/crypto/async-tx-api.txt
1640 F:      crypto/async_tx/
1641 F:      drivers/dma/
1642 F:      include/linux/dmaengine.h
1643 F:      include/linux/async_tx.h
1644
1645 AT24 EEPROM DRIVER
1646 M:      Wolfram Sang <wsa@the-dreams.de>
1647 L:      linux-i2c@vger.kernel.org
1648 S:      Maintained
1649 F:      drivers/misc/eeprom/at24.c
1650 F:      include/linux/platform_data/at24.h
1651
1652 ATA OVER ETHERNET (AOE) DRIVER
1653 M:      "Ed L. Cashin" <ecashin@coraid.com>
1654 W:      http://support.coraid.com/support/linux
1655 S:      Supported
1656 F:      Documentation/aoe/
1657 F:      drivers/block/aoe/
1658
1659 ATHEROS ATH GENERIC UTILITIES
1660 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1661 L:      linux-wireless@vger.kernel.org
1662 S:      Supported
1663 F:      drivers/net/wireless/ath/*
1664
1665 ATHEROS ATH5K WIRELESS DRIVER
1666 M:      Jiri Slaby <jirislaby@gmail.com>
1667 M:      Nick Kossifidis <mickflemm@gmail.com>
1668 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1669 L:      linux-wireless@vger.kernel.org
1670 L:      ath5k-devel@lists.ath5k.org
1671 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1672 S:      Maintained
1673 F:      drivers/net/wireless/ath/ath5k/
1674
1675 ATHEROS ATH6KL WIRELESS DRIVER
1676 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1677 L:      linux-wireless@vger.kernel.org
1678 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1679 T:      git git://github.com/kvalo/ath.git
1680 S:      Supported
1681 F:      drivers/net/wireless/ath/ath6kl/
1682
1683 WILOCITY WIL6210 WIRELESS DRIVER
1684 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1685 L:      linux-wireless@vger.kernel.org
1686 L:      wil6210@qca.qualcomm.com
1687 S:      Supported
1688 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1689 F:      drivers/net/wireless/ath/wil6210/
1690 F:      include/uapi/linux/wil6210_uapi.h
1691
1692 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1693 M:      Christian Lamparter <chunkeey@googlemail.com>
1694 L:      linux-wireless@vger.kernel.org
1695 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1696 S:      Maintained
1697 F:      drivers/net/wireless/ath/carl9170/
1698
1699 ATK0110 HWMON DRIVER
1700 M:      Luca Tettamanti <kronos.it@gmail.com>
1701 L:      lm-sensors@lm-sensors.org
1702 S:      Maintained
1703 F:      drivers/hwmon/asus_atk0110.c
1704
1705 ATI_REMOTE2 DRIVER
1706 M:      Ville Syrjala <syrjala@sci.fi>
1707 S:      Maintained
1708 F:      drivers/input/misc/ati_remote2.c
1709
1710 ATLX ETHERNET DRIVERS
1711 M:      Jay Cliburn <jcliburn@gmail.com>
1712 M:      Chris Snook <chris.snook@gmail.com>
1713 L:      netdev@vger.kernel.org
1714 W:      http://sourceforge.net/projects/atl1
1715 W:      http://atl1.sourceforge.net
1716 S:      Maintained
1717 F:      drivers/net/ethernet/atheros/
1718
1719 ATM
1720 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1721 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1722 L:      netdev@vger.kernel.org
1723 W:      http://linux-atm.sourceforge.net
1724 S:      Maintained
1725 F:      drivers/atm/
1726 F:      include/linux/atm*
1727 F:      include/uapi/linux/atm*
1728
1729 ATMEL AT91 / AT32 MCI DRIVER
1730 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1731 S:      Maintained
1732 F:      drivers/mmc/host/atmel-mci.c
1733 F:      drivers/mmc/host/atmel-mci-regs.h
1734
1735 ATMEL AT91 / AT32 SERIAL DRIVER
1736 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1737 S:      Supported
1738 F:      drivers/tty/serial/atmel_serial.c
1739
1740 ATMEL Audio ALSA driver
1741 M:      Bo Shen <voice.shen@atmel.com>
1742 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1743 S:      Supported
1744 F:      sound/soc/atmel
1745
1746 ATMEL DMA DRIVER
1747 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1748 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1749 S:      Supported
1750 F:      drivers/dma/at_hdmac.c
1751 F:      drivers/dma/at_hdmac_regs.h
1752 F:      include/linux/platform_data/dma-atmel.h
1753
1754 ATMEL XDMA DRIVER
1755 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1756 L:      linux-arm-kernel@lists.infradead.org
1757 L:      dmaengine@vger.kernel.org
1758 S:      Supported
1759 F:      drivers/dma/at_xdmac.c
1760
1761 ATMEL I2C DRIVER
1762 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1763 L:      linux-i2c@vger.kernel.org
1764 S:      Supported
1765 F:      drivers/i2c/busses/i2c-at91.c
1766
1767 ATMEL ISI DRIVER
1768 M:      Josh Wu <josh.wu@atmel.com>
1769 L:      linux-media@vger.kernel.org
1770 S:      Supported
1771 F:      drivers/media/platform/soc_camera/atmel-isi.c
1772 F:      include/media/atmel-isi.h
1773
1774 ATMEL LCDFB DRIVER
1775 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1776 L:      linux-fbdev@vger.kernel.org
1777 S:      Maintained
1778 F:      drivers/video/fbdev/atmel_lcdfb.c
1779 F:      include/video/atmel_lcdc.h
1780
1781 ATMEL MACB ETHERNET DRIVER
1782 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1783 S:      Supported
1784 F:      drivers/net/ethernet/cadence/
1785
1786 ATMEL NAND DRIVER
1787 M:      Josh Wu <josh.wu@atmel.com>
1788 L:      linux-mtd@lists.infradead.org
1789 S:      Supported
1790 F:      drivers/mtd/nand/atmel_nand*
1791
1792 ATMEL SPI DRIVER
1793 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1794 S:      Supported
1795 F:      drivers/spi/spi-atmel.*
1796
1797 ATMEL SSC DRIVER
1798 M:      Bo Shen <voice.shen@atmel.com>
1799 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1800 S:      Supported
1801 F:      drivers/misc/atmel-ssc.c
1802 F:      include/linux/atmel-ssc.h
1803
1804 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1805 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1806 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1807 S:      Supported
1808 F:      drivers/misc/atmel_tclib.c
1809 F:      drivers/clocksource/tcb_clksrc.c
1810
1811 ATMEL USBA UDC DRIVER
1812 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1813 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1814 S:      Supported
1815 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1816
1817 ATMEL WIRELESS DRIVER
1818 M:      Simon Kelley <simon@thekelleys.org.uk>
1819 L:      linux-wireless@vger.kernel.org
1820 W:      http://www.thekelleys.org.uk/atmel
1821 W:      http://atmelwlandriver.sourceforge.net/
1822 S:      Maintained
1823 F:      drivers/net/wireless/atmel*
1824
1825 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1826 M:      Bradley Grove <linuxdrivers@attotech.com>
1827 L:      linux-scsi@vger.kernel.org
1828 W:      http://www.attotech.com
1829 S:      Supported
1830 F:      drivers/scsi/esas2r
1831
1832 AUDIT SUBSYSTEM
1833 M:      Paul Moore <paul@paul-moore.com>
1834 M:      Eric Paris <eparis@redhat.com>
1835 L:      linux-audit@redhat.com (moderated for non-subscribers)
1836 W:      http://people.redhat.com/sgrubb/audit/
1837 T:      git git://git.infradead.org/users/pcmoore/audit
1838 S:      Maintained
1839 F:      include/linux/audit.h
1840 F:      include/uapi/linux/audit.h
1841 F:      kernel/audit*
1842
1843 AUXILIARY DISPLAY DRIVERS
1844 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1845 W:      http://miguelojeda.es/auxdisplay.htm
1846 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1847 S:      Maintained
1848 F:      drivers/auxdisplay/
1849 F:      include/linux/cfag12864b.h
1850
1851 AVR32 ARCHITECTURE
1852 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1853 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1854 W:      http://www.atmel.com/products/AVR32/
1855 W:      http://mirror.egtvedt.no/avr32linux.org/
1856 W:      http://avrfreaks.net/
1857 S:      Maintained
1858 F:      arch/avr32/
1859
1860 AVR32/AT32AP MACHINE SUPPORT
1861 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1862 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1863 S:      Maintained
1864 F:      arch/avr32/mach-at32ap/
1865
1866 AX.25 NETWORK LAYER
1867 M:      Ralf Baechle <ralf@linux-mips.org>
1868 L:      linux-hams@vger.kernel.org
1869 W:      http://www.linux-ax25.org/
1870 S:      Maintained
1871 F:      include/uapi/linux/ax25.h
1872 F:      include/net/ax25.h
1873 F:      net/ax25/
1874
1875 AZ6007 DVB DRIVER
1876 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1877 L:      linux-media@vger.kernel.org
1878 W:      http://linuxtv.org
1879 T:      git git://linuxtv.org/media_tree.git
1880 S:      Maintained
1881 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1882
1883 AZTECH FM RADIO RECEIVER DRIVER
1884 M:      Hans Verkuil <hverkuil@xs4all.nl>
1885 L:      linux-media@vger.kernel.org
1886 T:      git git://linuxtv.org/media_tree.git
1887 W:      http://linuxtv.org
1888 S:      Maintained
1889 F:      drivers/media/radio/radio-aztech*
1890
1891 B43 WIRELESS DRIVER
1892 M:      Stefano Brivio <stefano.brivio@polimi.it>
1893 L:      linux-wireless@vger.kernel.org
1894 L:      b43-dev@lists.infradead.org
1895 W:      http://wireless.kernel.org/en/users/Drivers/b43
1896 S:      Maintained
1897 F:      drivers/net/wireless/b43/
1898
1899 B43LEGACY WIRELESS DRIVER
1900 M:      Larry Finger <Larry.Finger@lwfinger.net>
1901 M:      Stefano Brivio <stefano.brivio@polimi.it>
1902 L:      linux-wireless@vger.kernel.org
1903 L:      b43-dev@lists.infradead.org
1904 W:      http://wireless.kernel.org/en/users/Drivers/b43
1905 S:      Maintained
1906 F:      drivers/net/wireless/b43legacy/
1907
1908 BACKLIGHT CLASS/SUBSYSTEM
1909 M:      Jingoo Han <jg1.han@samsung.com>
1910 M:      Lee Jones <lee.jones@linaro.org>
1911 S:      Maintained
1912 F:      drivers/video/backlight/
1913 F:      include/linux/backlight.h
1914
1915 BATMAN ADVANCED
1916 M:      Marek Lindner <mareklindner@neomailbox.ch>
1917 M:      Simon Wunderlich <sw@simonwunderlich.de>
1918 M:      Antonio Quartulli <antonio@meshcoding.com>
1919 L:      b.a.t.m.a.n@lists.open-mesh.org
1920 W:      http://www.open-mesh.org/
1921 S:      Maintained
1922 F:      net/batman-adv/
1923
1924 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1925 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1926 L:      linux-hams@vger.kernel.org
1927 W:      http://www.baycom.org/~tom/ham/ham.html
1928 S:      Maintained
1929 F:      drivers/net/hamradio/baycom*
1930
1931 BCACHE (BLOCK LAYER CACHE)
1932 M:      Kent Overstreet <kmo@daterainc.com>
1933 L:      linux-bcache@vger.kernel.org
1934 W:      http://bcache.evilpiepirate.org
1935 S:      Maintained:
1936 F:      drivers/md/bcache/
1937
1938 BEFS FILE SYSTEM
1939 S:      Orphan
1940 F:      Documentation/filesystems/befs.txt
1941 F:      fs/befs/
1942
1943 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1944 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1945 L: netdev@vger.kernel.org
1946 S: Maintained
1947 F: drivers/net/ethernet/ec_bhf.c
1948
1949 BFS FILE SYSTEM
1950 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1951 S:      Maintained
1952 F:      Documentation/filesystems/bfs.txt
1953 F:      fs/bfs/
1954 F:      include/uapi/linux/bfs_fs.h
1955
1956 BLACKFIN ARCHITECTURE
1957 M:      Steven Miao <realmz6@gmail.com>
1958 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1959 T:      git git://git.code.sf.net/p/adi-linux/code
1960 W:      http://blackfin.uclinux.org
1961 S:      Supported
1962 F:      arch/blackfin/
1963
1964 BLACKFIN EMAC DRIVER
1965 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1966 W:      http://blackfin.uclinux.org
1967 S:      Supported
1968 F:      drivers/net/ethernet/adi/
1969
1970 BLACKFIN RTC DRIVER
1971 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1972 W:      http://blackfin.uclinux.org
1973 S:      Supported
1974 F:      drivers/rtc/rtc-bfin.c
1975
1976 BLACKFIN SDH DRIVER
1977 M:      Sonic Zhang <sonic.zhang@analog.com>
1978 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1979 W:      http://blackfin.uclinux.org
1980 S:      Supported
1981 F:      drivers/mmc/host/bfin_sdh.c
1982
1983 BLACKFIN SERIAL DRIVER
1984 M:      Sonic Zhang <sonic.zhang@analog.com>
1985 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1986 W:      http://blackfin.uclinux.org
1987 S:      Supported
1988 F:      drivers/tty/serial/bfin_uart.c
1989
1990 BLACKFIN WATCHDOG DRIVER
1991 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1992 W:      http://blackfin.uclinux.org
1993 S:      Supported
1994 F:      drivers/watchdog/bfin_wdt.c
1995
1996 BLACKFIN I2C TWI DRIVER
1997 M:      Sonic Zhang <sonic.zhang@analog.com>
1998 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1999 W:      http://blackfin.uclinux.org/
2000 S:      Supported
2001 F:      drivers/i2c/busses/i2c-bfin-twi.c
2002
2003 BLACKFIN MEDIA DRIVER
2004 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2005 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2006 W:      http://blackfin.uclinux.org/
2007 S:      Supported
2008 F:      drivers/media/platform/blackfin/
2009 F:      drivers/media/i2c/adv7183*
2010 F:      drivers/media/i2c/vs6624*
2011
2012 BLINKM RGB LED DRIVER
2013 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2014 S:      Maintained
2015 F:      drivers/leds/leds-blinkm.c
2016
2017 BLOCK LAYER
2018 M:      Jens Axboe <axboe@kernel.dk>
2019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2020 S:      Maintained
2021 F:      block/
2022
2023 BLOCK2MTD DRIVER
2024 M:      Joern Engel <joern@lazybastard.org>
2025 L:      linux-mtd@lists.infradead.org
2026 S:      Maintained
2027 F:      drivers/mtd/devices/block2mtd.c
2028
2029 BLUETOOTH DRIVERS
2030 M:      Marcel Holtmann <marcel@holtmann.org>
2031 M:      Gustavo Padovan <gustavo@padovan.org>
2032 M:      Johan Hedberg <johan.hedberg@gmail.com>
2033 L:      linux-bluetooth@vger.kernel.org
2034 W:      http://www.bluez.org/
2035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2037 S:      Maintained
2038 F:      drivers/bluetooth/
2039
2040 BLUETOOTH SUBSYSTEM
2041 M:      Marcel Holtmann <marcel@holtmann.org>
2042 M:      Gustavo Padovan <gustavo@padovan.org>
2043 M:      Johan Hedberg <johan.hedberg@gmail.com>
2044 L:      linux-bluetooth@vger.kernel.org
2045 W:      http://www.bluez.org/
2046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2048 S:      Maintained
2049 F:      net/bluetooth/
2050 F:      include/net/bluetooth/
2051
2052 BONDING DRIVER
2053 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2054 M:      Veaceslav Falico <vfalico@gmail.com>
2055 M:      Andy Gospodarek <andy@greyhouse.net>
2056 L:      netdev@vger.kernel.org
2057 W:      http://sourceforge.net/projects/bonding/
2058 S:      Supported
2059 F:      drivers/net/bonding/
2060 F:      include/uapi/linux/if_bonding.h
2061
2062 BPF (Safe dynamic programs and tools)
2063 M:      Alexei Starovoitov <ast@kernel.org>
2064 L:      netdev@vger.kernel.org
2065 L:      linux-kernel@vger.kernel.org
2066 S:      Supported
2067 F:      kernel/bpf/
2068
2069 BROADCOM B44 10/100 ETHERNET DRIVER
2070 M:      Gary Zambrano <zambrano@broadcom.com>
2071 L:      netdev@vger.kernel.org
2072 S:      Supported
2073 F:      drivers/net/ethernet/broadcom/b44.*
2074
2075 BROADCOM GENET ETHERNET DRIVER
2076 M:      Florian Fainelli <f.fainelli@gmail.com>
2077 L:      netdev@vger.kernel.org
2078 S:      Supported
2079 F:      drivers/net/ethernet/broadcom/genet/
2080
2081 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2082 M:      Sony Chacko <sony.chacko@qlogic.com>
2083 M:      Dept-HSGLinuxNICDev@qlogic.com
2084 L:      netdev@vger.kernel.org
2085 S:      Supported
2086 F:      drivers/net/ethernet/broadcom/bnx2.*
2087 F:      drivers/net/ethernet/broadcom/bnx2_*
2088
2089 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2090 M:      Ariel Elior <ariel.elior@qlogic.com>
2091 L:      netdev@vger.kernel.org
2092 S:      Supported
2093 F:      drivers/net/ethernet/broadcom/bnx2x/
2094
2095 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2096 M:      Christian Daudt <bcm@fixthebug.org>
2097 M:      Matt Porter <mporter@linaro.org>
2098 M:      Florian Fainelli <f.fainelli@gmail.com>
2099 L:      bcm-kernel-feedback-list@broadcom.com
2100 T:      git git://github.com/broadcom/mach-bcm
2101 S:      Maintained
2102 F:      arch/arm/mach-bcm/
2103 F:      arch/arm/boot/dts/bcm113*
2104 F:      arch/arm/boot/dts/bcm216*
2105 F:      arch/arm/boot/dts/bcm281*
2106 F:      arch/arm/configs/bcm_defconfig
2107 F:      drivers/mmc/host/sdhci-bcm-kona.c
2108 F:      drivers/clocksource/bcm_kona_timer.c
2109
2110 BROADCOM BCM2835 ARM ARCHITECTURE
2111 M:      Stephen Warren <swarren@wwwdotorg.org>
2112 M:      Lee Jones <lee@kernel.org>
2113 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2115 S:      Maintained
2116 N:      bcm2835
2117
2118 BROADCOM BCM33XX MIPS ARCHITECTURE
2119 M:      Kevin Cernekee <cernekee@gmail.com>
2120 L:      linux-mips@linux-mips.org
2121 S:      Maintained
2122 F:      arch/mips/bcm3384/*
2123 F:      arch/mips/include/asm/mach-bcm3384/*
2124 F:      arch/mips/kernel/*bmips*
2125
2126 BROADCOM BCM5301X ARM ARCHITECTURE
2127 M:      Hauke Mehrtens <hauke@hauke-m.de>
2128 L:      linux-arm-kernel@lists.infradead.org
2129 S:      Maintained
2130 F:      arch/arm/mach-bcm/bcm_5301x.c
2131 F:      arch/arm/boot/dts/bcm5301x.dtsi
2132 F:      arch/arm/boot/dts/bcm470*
2133
2134 BROADCOM BCM63XX ARM ARCHITECTURE
2135 M:      Florian Fainelli <f.fainelli@gmail.com>
2136 L:      linux-arm-kernel@lists.infradead.org
2137 T:      git git://git.github.com/brcm/linux.git
2138 S:      Maintained
2139 F:      arch/arm/mach-bcm/bcm63xx.c
2140 F:      arch/arm/include/debug/bcm63xx.S
2141
2142 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2143 M:      Kevin Cernekee <cernekee@gmail.com>
2144 L:      linux-usb@vger.kernel.org
2145 S:      Maintained
2146 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2147
2148 BROADCOM BCM7XXX ARM ARCHITECTURE
2149 M:      Marc Carino <marc.ceeeee@gmail.com>
2150 M:      Brian Norris <computersforpeace@gmail.com>
2151 M:      Gregory Fong <gregory.0xf0@gmail.com>
2152 M:      Florian Fainelli <f.fainelli@gmail.com>
2153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2154 S:      Maintained
2155 F:      arch/arm/mach-bcm/*brcmstb*
2156 F:      arch/arm/boot/dts/bcm7*.dts*
2157 F:      drivers/bus/brcmstb_gisb.c
2158
2159 BROADCOM BMIPS MIPS ARCHITECTURE
2160 M:      Kevin Cernekee <cernekee@gmail.com>
2161 M:      Florian Fainelli <f.fainelli@gmail.com>
2162 L:      linux-mips@linux-mips.org
2163 S:      Maintained
2164 F:      arch/mips/bmips/*
2165 F:      arch/mips/include/asm/mach-bmips/*
2166 F:      arch/mips/kernel/*bmips*
2167 F:      arch/mips/boot/dts/bcm*.dts*
2168 F:      drivers/irqchip/irq-bcm7*
2169 F:      drivers/irqchip/irq-brcmstb*
2170
2171 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2172 M:      Prashant Sreedharan <prashant@broadcom.com>
2173 M:      Michael Chan <mchan@broadcom.com>
2174 L:      netdev@vger.kernel.org
2175 S:      Supported
2176 F:      drivers/net/ethernet/broadcom/tg3.*
2177
2178 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2179 M:      Brett Rudley <brudley@broadcom.com>
2180 M:      Arend van Spriel <arend@broadcom.com>
2181 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2182 M:      Hante Meuleman <meuleman@broadcom.com>
2183 L:      linux-wireless@vger.kernel.org
2184 L:      brcm80211-dev-list@broadcom.com
2185 S:      Supported
2186 F:      drivers/net/wireless/brcm80211/
2187
2188 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2189 M:      QLogic-Storage-Upstream@qlogic.com
2190 L:      linux-scsi@vger.kernel.org
2191 S:      Supported
2192 F:      drivers/scsi/bnx2fc/
2193
2194 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2195 M:      QLogic-Storage-Upstream@qlogic.com
2196 L:      linux-scsi@vger.kernel.org
2197 S:      Supported
2198 F:      drivers/scsi/bnx2i/
2199
2200 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2201 M:      Ray Jui <rjui@broadcom.com>
2202 M:      Scott Branden <sbranden@broadcom.com>
2203 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2204 L:      bcm-kernel-feedback-list@broadcom.com
2205 T:      git git://git.github.com/brcm/linux.git
2206 S:      Maintained
2207 N:      iproc
2208 N:      cygnus
2209 N:      bcm9113*
2210 N:      bcm9583*
2211 N:      bcm583*
2212 N:      bcm113*
2213
2214 BROADCOM KONA GPIO DRIVER
2215 M:      Ray Jui <rjui@broadcom.com>
2216 L:      bcm-kernel-feedback-list@broadcom.com
2217 S:      Supported
2218 F:      drivers/gpio/gpio-bcm-kona.c
2219 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2220
2221 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2222 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2223 L:      linux-wireless@vger.kernel.org
2224 S:      Maintained
2225 F:      drivers/bcma/
2226 F:      include/linux/bcma/
2227
2228 BROADCOM SYSTEMPORT ETHERNET DRIVER
2229 M:      Florian Fainelli <f.fainelli@gmail.com>
2230 L:      netdev@vger.kernel.org
2231 S:      Supported
2232 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2233
2234 BROCADE BFA FC SCSI DRIVER
2235 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2236 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2237 L:      linux-scsi@vger.kernel.org
2238 S:      Supported
2239 F:      drivers/scsi/bfa/
2240
2241 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2242 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2243 L:      netdev@vger.kernel.org
2244 S:      Supported
2245 F:      drivers/net/ethernet/brocade/bna/
2246
2247 BSG (block layer generic sg v4 driver)
2248 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2249 L:      linux-scsi@vger.kernel.org
2250 S:      Supported
2251 F:      block/bsg.c
2252 F:      include/linux/bsg.h
2253 F:      include/uapi/linux/bsg.h
2254
2255 BT87X AUDIO DRIVER
2256 M:      Clemens Ladisch <clemens@ladisch.de>
2257 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2258 T:      git git://git.alsa-project.org/alsa-kernel.git
2259 S:      Maintained
2260 F:      Documentation/sound/alsa/Bt87x.txt
2261 F:      sound/pci/bt87x.c
2262
2263 BT8XXGPIO DRIVER
2264 M:      Michael Buesch <m@bues.ch>
2265 W:      http://bu3sch.de/btgpio.php
2266 S:      Maintained
2267 F:      drivers/gpio/gpio-bt8xx.c
2268
2269 BTRFS FILE SYSTEM
2270 M:      Chris Mason <clm@fb.com>
2271 M:      Josef Bacik <jbacik@fb.com>
2272 M:      David Sterba <dsterba@suse.cz>
2273 L:      linux-btrfs@vger.kernel.org
2274 W:      http://btrfs.wiki.kernel.org/
2275 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2277 S:      Maintained
2278 F:      Documentation/filesystems/btrfs.txt
2279 F:      fs/btrfs/
2280
2281 BTTV VIDEO4LINUX DRIVER
2282 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2283 L:      linux-media@vger.kernel.org
2284 W:      http://linuxtv.org
2285 T:      git git://linuxtv.org/media_tree.git
2286 S:      Odd fixes
2287 F:      Documentation/video4linux/bttv/
2288 F:      drivers/media/pci/bt8xx/bttv*
2289
2290 BUSLOGIC SCSI DRIVER
2291 M:      Khalid Aziz <khalid@gonehiking.org>
2292 L:      linux-scsi@vger.kernel.org
2293 S:      Maintained
2294 F:      drivers/scsi/BusLogic.*
2295 F:      drivers/scsi/FlashPoint.*
2296
2297 C-MEDIA CMI8788 DRIVER
2298 M:      Clemens Ladisch <clemens@ladisch.de>
2299 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2300 T:      git git://git.alsa-project.org/alsa-kernel.git
2301 S:      Maintained
2302 F:      sound/pci/oxygen/
2303
2304 C6X ARCHITECTURE
2305 M:      Mark Salter <msalter@redhat.com>
2306 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2307 L:      linux-c6x-dev@linux-c6x.org
2308 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2309 S:      Maintained
2310 F:      arch/c6x/
2311
2312 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2313 M:      David Howells <dhowells@redhat.com>
2314 L:      linux-cachefs@redhat.com
2315 S:      Supported
2316 F:      Documentation/filesystems/caching/cachefiles.txt
2317 F:      fs/cachefiles/
2318
2319 CADET FM/AM RADIO RECEIVER DRIVER
2320 M:      Hans Verkuil <hverkuil@xs4all.nl>
2321 L:      linux-media@vger.kernel.org
2322 T:      git git://linuxtv.org/media_tree.git
2323 W:      http://linuxtv.org
2324 S:      Maintained
2325 F:      drivers/media/radio/radio-cadet*
2326
2327 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2328 M:      Jonathan Corbet <corbet@lwn.net>
2329 L:      linux-media@vger.kernel.org
2330 T:      git git://linuxtv.org/media_tree.git
2331 S:      Maintained
2332 F:      Documentation/video4linux/cafe_ccic
2333 F:      drivers/media/platform/marvell-ccic/
2334
2335 CAIF NETWORK LAYER
2336 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2337 L:      netdev@vger.kernel.org
2338 S:      Supported
2339 F:      Documentation/networking/caif/
2340 F:      drivers/net/caif/
2341 F:      include/uapi/linux/caif/
2342 F:      include/net/caif/
2343 F:      net/caif/
2344
2345 CALGARY x86-64 IOMMU
2346 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2347 M:      "Jon D. Mason" <jdmason@kudzu.us>
2348 L:      discuss@x86-64.org
2349 S:      Maintained
2350 F:      arch/x86/kernel/pci-calgary_64.c
2351 F:      arch/x86/kernel/tce_64.c
2352 F:      arch/x86/include/asm/calgary.h
2353 F:      arch/x86/include/asm/tce.h
2354
2355 CAN NETWORK LAYER
2356 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2357 L:      linux-can@vger.kernel.org
2358 W:      http://gitorious.org/linux-can
2359 T:      git git://gitorious.org/linux-can/linux-can-next.git
2360 S:      Maintained
2361 F:      Documentation/networking/can.txt
2362 F:      net/can/
2363 F:      include/linux/can/core.h
2364 F:      include/uapi/linux/can.h
2365 F:      include/uapi/linux/can/bcm.h
2366 F:      include/uapi/linux/can/raw.h
2367 F:      include/uapi/linux/can/gw.h
2368
2369 CAN NETWORK DRIVERS
2370 M:      Wolfgang Grandegger <wg@grandegger.com>
2371 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2372 L:      linux-can@vger.kernel.org
2373 W:      http://gitorious.org/linux-can
2374 T:      git git://gitorious.org/linux-can/linux-can-next.git
2375 S:      Maintained
2376 F:      drivers/net/can/
2377 F:      include/linux/can/dev.h
2378 F:      include/linux/can/platform/
2379 F:      include/uapi/linux/can/error.h
2380 F:      include/uapi/linux/can/netlink.h
2381
2382 CAPABILITIES
2383 M:      Serge Hallyn <serge.hallyn@canonical.com>
2384 L:      linux-security-module@vger.kernel.org
2385 S:      Supported
2386 F:      include/linux/capability.h
2387 F:      include/uapi/linux/capability.h
2388 F:      security/capability.c
2389 F:      security/commoncap.c
2390 F:      kernel/capability.c
2391
2392 CC2520 IEEE-802.15.4 RADIO DRIVER
2393 M:      Varka Bhadram <varkabhadram@gmail.com>
2394 L:      linux-wpan@vger.kernel.org
2395 S:      Maintained
2396 F:      drivers/net/ieee802154/cc2520.c
2397 F:      include/linux/spi/cc2520.h
2398 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2399
2400 CELL BROADBAND ENGINE ARCHITECTURE
2401 M:      Arnd Bergmann <arnd@arndb.de>
2402 L:      linuxppc-dev@lists.ozlabs.org
2403 L:      cbe-oss-dev@lists.ozlabs.org
2404 W:      http://www.ibm.com/developerworks/power/cell/
2405 S:      Supported
2406 F:      arch/powerpc/include/asm/cell*.h
2407 F:      arch/powerpc/include/asm/spu*.h
2408 F:      arch/powerpc/include/uapi/asm/spu*.h
2409 F:      arch/powerpc/oprofile/*cell*
2410 F:      arch/powerpc/platforms/cell/
2411
2412 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2413 M:      Sage Weil <sage@inktank.com>
2414 L:      ceph-devel@vger.kernel.org
2415 W:      http://ceph.com/
2416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2417 S:      Supported
2418 F:      Documentation/filesystems/ceph.txt
2419 F:      fs/ceph/
2420 F:      net/ceph/
2421 F:      include/linux/ceph/
2422 F:      include/linux/crush/
2423
2424 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2425 L:      linux-usb@vger.kernel.org
2426 S:      Orphan
2427 F:      Documentation/usb/WUSB-Design-overview.txt
2428 F:      Documentation/usb/wusb-cbaf
2429 F:      drivers/usb/host/hwa-hc.c
2430 F:      drivers/usb/host/whci/
2431 F:      drivers/usb/wusbcore/
2432 F:      include/linux/usb/wusb*
2433
2434 CFAG12864B LCD DRIVER
2435 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2436 W:      http://miguelojeda.es/auxdisplay.htm
2437 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2438 S:      Maintained
2439 F:      drivers/auxdisplay/cfag12864b.c
2440 F:      include/linux/cfag12864b.h
2441
2442 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2443 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2444 W:      http://miguelojeda.es/auxdisplay.htm
2445 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2446 S:      Maintained
2447 F:      drivers/auxdisplay/cfag12864bfb.c
2448 F:      include/linux/cfag12864b.h
2449
2450 CFG80211 and NL80211
2451 M:      Johannes Berg <johannes@sipsolutions.net>
2452 L:      linux-wireless@vger.kernel.org
2453 W:      http://wireless.kernel.org/
2454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2456 S:      Maintained
2457 F:      include/uapi/linux/nl80211.h
2458 F:      include/net/cfg80211.h
2459 F:      net/wireless/*
2460 X:      net/wireless/wext*
2461
2462 CHAR and MISC DRIVERS
2463 M:      Arnd Bergmann <arnd@arndb.de>
2464 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2466 S:      Supported
2467 F:      drivers/char/*
2468 F:      drivers/misc/*
2469 F:      include/linux/miscdevice.h
2470
2471 CHECKPATCH
2472 M:      Andy Whitcroft <apw@canonical.com>
2473 M:      Joe Perches <joe@perches.com>
2474 S:      Maintained
2475 F:      scripts/checkpatch.pl
2476
2477 CHINESE DOCUMENTATION
2478 M:      Harry Wei <harryxiyou@gmail.com>
2479 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2480 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2481 S:      Maintained
2482 F:      Documentation/zh_CN/
2483
2484 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2485 M:      Peter Chen <Peter.Chen@freescale.com>
2486 T:      git git://github.com/hzpeterchen/linux-usb.git
2487 L:      linux-usb@vger.kernel.org
2488 S:      Maintained
2489 F:      drivers/usb/chipidea/
2490
2491 CHROME HARDWARE PLATFORM SUPPORT
2492 M:      Olof Johansson <olof@lixom.net>
2493 S:      Maintained
2494 F:      drivers/platform/chrome/
2495
2496 CISCO VIC ETHERNET NIC DRIVER
2497 M:      Christian Benvenuti <benve@cisco.com>
2498 M:      Sujith Sankar <ssujith@cisco.com>
2499 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2500 M:      Neel Patel <neepatel@cisco.com>
2501 S:      Supported
2502 F:      drivers/net/ethernet/cisco/enic/
2503
2504 CISCO VIC LOW LATENCY NIC DRIVER
2505 M:      Upinder Malhi <umalhi@cisco.com>
2506 S:      Supported
2507 F:      drivers/infiniband/hw/usnic
2508
2509 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2510 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2511 L:      netdev@vger.kernel.org
2512 S:      Maintained
2513 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2514
2515 CIRRUS LOGIC AUDIO CODEC DRIVERS
2516 M:      Brian Austin <brian.austin@cirrus.com>
2517 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2518 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2519 S:      Maintained
2520 F:      sound/soc/codecs/cs*
2521
2522 CLEANCACHE API
2523 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2524 L:      linux-kernel@vger.kernel.org
2525 S:      Maintained
2526 F:      mm/cleancache.c
2527 F:      include/linux/cleancache.h
2528
2529 CLK API
2530 M:      Russell King <linux@arm.linux.org.uk>
2531 S:      Maintained
2532 F:      include/linux/clk.h
2533
2534 CLOCKSOURCE, CLOCKEVENT DRIVERS
2535 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2536 M:      Thomas Gleixner <tglx@linutronix.de>
2537 L:      linux-kernel@vger.kernel.org
2538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2539 S:      Supported
2540 F:      drivers/clocksource
2541
2542 CISCO FCOE HBA DRIVER
2543 M:      Hiral Patel <hiralpat@cisco.com>
2544 M:      Suma Ramars <sramars@cisco.com>
2545 M:      Brian Uchino <buchino@cisco.com>
2546 L:      linux-scsi@vger.kernel.org
2547 S:      Supported
2548 F:      drivers/scsi/fnic/
2549
2550 CMPC ACPI DRIVER
2551 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2552 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2553 L:      platform-driver-x86@vger.kernel.org
2554 S:      Supported
2555 F:      drivers/platform/x86/classmate-laptop.c
2556
2557 COCCINELLE/Semantic Patches (SmPL)
2558 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2559 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2560 M:      Nicolas Palix <nicolas.palix@imag.fr>
2561 M:      Michal Marek <mmarek@suse.cz>
2562 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2564 W:      http://coccinelle.lip6.fr/
2565 S:      Supported
2566 F:      Documentation/coccinelle.txt
2567 F:      scripts/coccinelle/
2568 F:      scripts/coccicheck
2569
2570 CODA FILE SYSTEM
2571 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2572 M:      coda@cs.cmu.edu
2573 L:      codalist@coda.cs.cmu.edu
2574 W:      http://www.coda.cs.cmu.edu/
2575 S:      Maintained
2576 F:      Documentation/filesystems/coda.txt
2577 F:      fs/coda/
2578 F:      include/linux/coda*.h
2579 F:      include/uapi/linux/coda*.h
2580
2581 CODA V4L2 MEM2MEM DRIVER
2582 M:      Philipp Zabel <p.zabel@pengutronix.de>
2583 L:      linux-media@vger.kernel.org
2584 S:      Maintained
2585 F:      Documentation/devicetree/bindings/media/coda.txt
2586 F:      drivers/media/platform/coda/
2587
2588 COMMON CLK FRAMEWORK
2589 M:      Mike Turquette <mturquette@linaro.org>
2590 M:      Stephen Boyd <sboyd@codeaurora.org>
2591 L:      linux-kernel@vger.kernel.org
2592 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2593 S:      Maintained
2594 F:      drivers/clk/
2595 X:      drivers/clk/clkdev.c
2596 F:      include/linux/clk-pr*
2597 F:      include/linux/clk/
2598
2599 COMMON INTERNET FILE SYSTEM (CIFS)
2600 M:      Steve French <sfrench@samba.org>
2601 L:      linux-cifs@vger.kernel.org
2602 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2603 W:      http://linux-cifs.samba.org/
2604 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2605 S:      Supported
2606 F:      Documentation/filesystems/cifs/
2607 F:      fs/cifs/
2608
2609 COMPACTPCI HOTPLUG CORE
2610 M:      Scott Murray <scott@spiteful.org>
2611 L:      linux-pci@vger.kernel.org
2612 S:      Maintained
2613 F:      drivers/pci/hotplug/cpci_hotplug*
2614
2615 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2616 M:      Scott Murray <scott@spiteful.org>
2617 L:      linux-pci@vger.kernel.org
2618 S:      Maintained
2619 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2620
2621 COMPACTPCI HOTPLUG GENERIC DRIVER
2622 M:      Scott Murray <scott@spiteful.org>
2623 L:      linux-pci@vger.kernel.org
2624 S:      Maintained
2625 F:      drivers/pci/hotplug/cpcihp_generic.c
2626
2627 COMPAL LAPTOP SUPPORT
2628 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2629 L:      platform-driver-x86@vger.kernel.org
2630 S:      Maintained
2631 F:      drivers/platform/x86/compal-laptop.c
2632
2633 CONEXANT ACCESSRUNNER USB DRIVER
2634 M:      Simon Arlott <cxacru@fire.lp0.eu>
2635 L:      accessrunner-general@lists.sourceforge.net
2636 W:      http://accessrunner.sourceforge.net/
2637 S:      Maintained
2638 F:      drivers/usb/atm/cxacru.c
2639
2640 CONFIGFS
2641 M:      Joel Becker <jlbec@evilplan.org>
2642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2643 S:      Supported
2644 F:      fs/configfs/
2645 F:      include/linux/configfs.h
2646
2647 CONNECTOR
2648 M:      Evgeniy Polyakov <zbr@ioremap.net>
2649 L:      netdev@vger.kernel.org
2650 S:      Maintained
2651 F:      drivers/connector/
2652
2653 CONTROL GROUP (CGROUP)
2654 M:      Tejun Heo <tj@kernel.org>
2655 M:      Li Zefan <lizefan@huawei.com>
2656 L:      cgroups@vger.kernel.org
2657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2658 S:      Maintained
2659 F:      Documentation/cgroups/
2660 F:      include/linux/cgroup*
2661 F:      kernel/cgroup*
2662
2663 CONTROL GROUP - CPUSET
2664 M:      Li Zefan <lizefan@huawei.com>
2665 L:      cgroups@vger.kernel.org
2666 W:      http://www.bullopensource.org/cpuset/
2667 W:      http://oss.sgi.com/projects/cpusets/
2668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2669 S:      Maintained
2670 F:      Documentation/cgroups/cpusets.txt
2671 F:      include/linux/cpuset.h
2672 F:      kernel/cpuset.c
2673
2674 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2675 M:      Johannes Weiner <hannes@cmpxchg.org>
2676 M:      Michal Hocko <mhocko@suse.cz>
2677 L:      cgroups@vger.kernel.org
2678 L:      linux-mm@kvack.org
2679 S:      Maintained
2680 F:      mm/memcontrol.c
2681 F:      mm/swap_cgroup.c
2682
2683 CORETEMP HARDWARE MONITORING DRIVER
2684 M:      Fenghua Yu <fenghua.yu@intel.com>
2685 L:      lm-sensors@lm-sensors.org
2686 S:      Maintained
2687 F:      Documentation/hwmon/coretemp
2688 F:      drivers/hwmon/coretemp.c
2689
2690 COSA/SRP SYNC SERIAL DRIVER
2691 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2692 W:      http://www.fi.muni.cz/~kas/cosa/
2693 S:      Maintained
2694 F:      drivers/net/wan/cosa*
2695
2696 CPMAC ETHERNET DRIVER
2697 M:      Florian Fainelli <florian@openwrt.org>
2698 L:      netdev@vger.kernel.org
2699 S:      Maintained
2700 F:      drivers/net/ethernet/ti/cpmac.c
2701
2702 CPU FREQUENCY DRIVERS
2703 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2704 M:      Viresh Kumar <viresh.kumar@linaro.org>
2705 L:      linux-pm@vger.kernel.org
2706 S:      Maintained
2707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2708 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2709 F:      drivers/cpufreq/
2710 F:      include/linux/cpufreq.h
2711
2712 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2713 M:      Viresh Kumar <viresh.kumar@linaro.org>
2714 M:      Sudeep Holla <sudeep.holla@arm.com>
2715 L:      linux-pm@vger.kernel.org
2716 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2717 S:      Maintained
2718 F:      drivers/cpufreq/arm_big_little.h
2719 F:      drivers/cpufreq/arm_big_little.c
2720 F:      drivers/cpufreq/arm_big_little_dt.c
2721
2722 CPUIDLE DRIVER - ARM BIG LITTLE
2723 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2724 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2725 L:      linux-pm@vger.kernel.org
2726 L:      linux-arm-kernel@lists.infradead.org
2727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2728 S:      Maintained
2729 F:      drivers/cpuidle/cpuidle-big_little.c
2730
2731 CPUIDLE DRIVER - ARM EXYNOS
2732 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2733 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2734 M:      Kukjin Kim <kgene@kernel.org>
2735 L:      linux-pm@vger.kernel.org
2736 L:      linux-samsung-soc@vger.kernel.org
2737 S:      Supported
2738 F:      drivers/cpuidle/cpuidle-exynos.c
2739 F:      arch/arm/mach-exynos/pm.c
2740
2741 CPUIDLE DRIVERS
2742 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2743 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2744 L:      linux-pm@vger.kernel.org
2745 S:      Maintained
2746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2747 F:      drivers/cpuidle/*
2748 F:      include/linux/cpuidle.h
2749
2750 CPUID/MSR DRIVER
2751 M:      "H. Peter Anvin" <hpa@zytor.com>
2752 S:      Maintained
2753 F:      arch/x86/kernel/cpuid.c
2754 F:      arch/x86/kernel/msr.c
2755
2756 CPU POWER MONITORING SUBSYSTEM
2757 M:      Thomas Renninger <trenn@suse.de>
2758 L:      linux-pm@vger.kernel.org
2759 S:      Maintained
2760 F:      tools/power/cpupower/
2761
2762 CRAMFS FILESYSTEM
2763 W:      http://sourceforge.net/projects/cramfs/
2764 S:      Orphan / Obsolete
2765 F:      Documentation/filesystems/cramfs.txt
2766 F:      fs/cramfs/
2767
2768 CRIS PORT
2769 M:      Mikael Starvik <starvik@axis.com>
2770 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2771 L:      linux-cris-kernel@axis.com
2772 W:      http://developer.axis.com
2773 S:      Maintained
2774 F:      arch/cris/
2775 F:      drivers/tty/serial/crisv10.*
2776
2777 CRYPTO API
2778 M:      Herbert Xu <herbert@gondor.apana.org.au>
2779 M:      "David S. Miller" <davem@davemloft.net>
2780 L:      linux-crypto@vger.kernel.org
2781 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2782 S:      Maintained
2783 F:      Documentation/crypto/
2784 F:      arch/*/crypto/
2785 F:      crypto/
2786 F:      drivers/crypto/
2787 F:      include/crypto/
2788
2789 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2790 M:      Neil Horman <nhorman@tuxdriver.com>
2791 L:      linux-crypto@vger.kernel.org
2792 S:      Maintained
2793 F:      crypto/ansi_cprng.c
2794 F:      crypto/rng.c
2795
2796 CS5535 Audio ALSA driver
2797 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2798 S:      Maintained
2799 F:      sound/pci/cs5535audio/
2800
2801 CW1200 WLAN driver
2802 M:      Solomon Peachy <pizza@shaftnet.org>
2803 S:      Maintained
2804 F:      drivers/net/wireless/cw1200/
2805
2806 CX18 VIDEO4LINUX DRIVER
2807 M:      Andy Walls <awalls@md.metrocast.net>
2808 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2809 L:      linux-media@vger.kernel.org
2810 T:      git git://linuxtv.org/media_tree.git
2811 W:      http://linuxtv.org
2812 W:      http://www.ivtvdriver.org/index.php/Cx18
2813 S:      Maintained
2814 F:      Documentation/video4linux/cx18.txt
2815 F:      drivers/media/pci/cx18/
2816 F:      include/uapi/linux/ivtv*
2817
2818 CX2341X MPEG ENCODER HELPER MODULE
2819 M:      Hans Verkuil <hverkuil@xs4all.nl>
2820 L:      linux-media@vger.kernel.org
2821 T:      git git://linuxtv.org/media_tree.git
2822 W:      http://linuxtv.org
2823 S:      Maintained
2824 F:      drivers/media/common/cx2341x*
2825 F:      include/media/cx2341x*
2826
2827 CX88 VIDEO4LINUX DRIVER
2828 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2829 L:      linux-media@vger.kernel.org
2830 W:      http://linuxtv.org
2831 T:      git git://linuxtv.org/media_tree.git
2832 S:      Odd fixes
2833 F:      Documentation/video4linux/cx88/
2834 F:      drivers/media/pci/cx88/
2835
2836 CXD2820R MEDIA DRIVER
2837 M:      Antti Palosaari <crope@iki.fi>
2838 L:      linux-media@vger.kernel.org
2839 W:      http://linuxtv.org/
2840 W:      http://palosaari.fi/linux/
2841 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2842 T:      git git://linuxtv.org/anttip/media_tree.git
2843 S:      Maintained
2844 F:      drivers/media/dvb-frontends/cxd2820r*
2845
2846 CXGB3 ETHERNET DRIVER (CXGB3)
2847 M:      Santosh Raspatur <santosh@chelsio.com>
2848 L:      netdev@vger.kernel.org
2849 W:      http://www.chelsio.com
2850 S:      Supported
2851 F:      drivers/net/ethernet/chelsio/cxgb3/
2852
2853 CXGB3 ISCSI DRIVER (CXGB3I)
2854 M:      Karen Xie <kxie@chelsio.com>
2855 L:      linux-scsi@vger.kernel.org
2856 W:      http://www.chelsio.com
2857 S:      Supported
2858 F:      drivers/scsi/cxgbi/cxgb3i
2859
2860 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2861 M:      Steve Wise <swise@chelsio.com>
2862 L:      linux-rdma@vger.kernel.org
2863 W:      http://www.openfabrics.org
2864 S:      Supported
2865 F:      drivers/infiniband/hw/cxgb3/
2866
2867 CXGB4 ETHERNET DRIVER (CXGB4)
2868 M:      Hariprasad S <hariprasad@chelsio.com>
2869 L:      netdev@vger.kernel.org
2870 W:      http://www.chelsio.com
2871 S:      Supported
2872 F:      drivers/net/ethernet/chelsio/cxgb4/
2873
2874 CXGB4 ISCSI DRIVER (CXGB4I)
2875 M:      Karen Xie <kxie@chelsio.com>
2876 L:      linux-scsi@vger.kernel.org
2877 W:      http://www.chelsio.com
2878 S:      Supported
2879 F:      drivers/scsi/cxgbi/cxgb4i
2880
2881 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2882 M:      Steve Wise <swise@chelsio.com>
2883 L:      linux-rdma@vger.kernel.org
2884 W:      http://www.openfabrics.org
2885 S:      Supported
2886 F:      drivers/infiniband/hw/cxgb4/
2887
2888 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2889 M:      Casey Leedom <leedom@chelsio.com>
2890 L:      netdev@vger.kernel.org
2891 W:      http://www.chelsio.com
2892 S:      Supported
2893 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2894
2895 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2896 M:      Ian Munsie <imunsie@au1.ibm.com>
2897 M:      Michael Neuling <mikey@neuling.org>
2898 L:      linuxppc-dev@lists.ozlabs.org
2899 S:      Supported
2900 F:      drivers/misc/cxl/
2901 F:      include/misc/cxl.h
2902 F:      include/uapi/misc/cxl.h
2903 F:      Documentation/powerpc/cxl.txt
2904 F:      Documentation/powerpc/cxl.txt
2905 F:      Documentation/ABI/testing/sysfs-class-cxl
2906
2907 STMMAC ETHERNET DRIVER
2908 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2909 L:      netdev@vger.kernel.org
2910 W:      http://www.stlinux.com
2911 S:      Supported
2912 F:      drivers/net/ethernet/stmicro/stmmac/
2913
2914 CYBERPRO FB DRIVER
2915 M:      Russell King <linux@arm.linux.org.uk>
2916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2917 W:      http://www.arm.linux.org.uk/
2918 S:      Maintained
2919 F:      drivers/video/fbdev/cyber2000fb.*
2920
2921 CYCLADES ASYNC MUX DRIVER
2922 W:      http://www.cyclades.com/
2923 S:      Orphan
2924 F:      drivers/tty/cyclades.c
2925 F:      include/linux/cyclades.h
2926 F:      include/uapi/linux/cyclades.h
2927
2928 CYCLADES PC300 DRIVER
2929 W:      http://www.cyclades.com/
2930 S:      Orphan
2931 F:      drivers/net/wan/pc300*
2932
2933 CYPRESS_FIRMWARE MEDIA DRIVER
2934 M:      Antti Palosaari <crope@iki.fi>
2935 L:      linux-media@vger.kernel.org
2936 W:      http://linuxtv.org/
2937 W:      http://palosaari.fi/linux/
2938 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2939 T:      git git://linuxtv.org/anttip/media_tree.git
2940 S:      Maintained
2941 F:      drivers/media/common/cypress_firmware*
2942
2943 CYTTSP TOUCHSCREEN DRIVER
2944 M:      Ferruh Yigit <fery@cypress.com>
2945 L:      linux-input@vger.kernel.org
2946 S:      Supported
2947 F:      drivers/input/touchscreen/cyttsp*
2948 F:      include/linux/input/cyttsp.h
2949
2950 DAMA SLAVE for AX.25
2951 M:      Joerg Reuter <jreuter@yaina.de>
2952 W:      http://yaina.de/jreuter/
2953 W:      http://www.qsl.net/dl1bke/
2954 L:      linux-hams@vger.kernel.org
2955 S:      Maintained
2956 F:      net/ax25/af_ax25.c
2957 F:      net/ax25/ax25_dev.c
2958 F:      net/ax25/ax25_ds_*
2959 F:      net/ax25/ax25_in.c
2960 F:      net/ax25/ax25_out.c
2961 F:      net/ax25/ax25_timer.c
2962 F:      net/ax25/sysctl_net_ax25.c
2963
2964 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2965 L:      netdev@vger.kernel.org
2966 S:      Orphan
2967 F:      Documentation/networking/dmfe.txt
2968 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2969
2970 DC390/AM53C974 SCSI driver
2971 M:      Hannes Reinecke <hare@suse.de>
2972 L:      linux-scsi@vger.kernel.org
2973 S:      Maintained
2974 F:      drivers/scsi/am53c974.c
2975
2976 DC395x SCSI driver
2977 M:      Oliver Neukum <oliver@neukum.org>
2978 M:      Ali Akcaagac <aliakc@web.de>
2979 M:      Jamie Lenehan <lenehan@twibble.org>
2980 L:      dc395x@twibble.org
2981 W:      http://twibble.org/dist/dc395x/
2982 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2983 S:      Maintained
2984 F:      Documentation/scsi/dc395x.txt
2985 F:      drivers/scsi/dc395x.*
2986
2987 DCCP PROTOCOL
2988 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2989 L:      dccp@vger.kernel.org
2990 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2991 S:      Maintained
2992 F:      include/linux/dccp.h
2993 F:      include/uapi/linux/dccp.h
2994 F:      include/linux/tfrc.h
2995 F:      net/dccp/
2996
2997 DECnet NETWORK LAYER
2998 W:      http://linux-decnet.sourceforge.net
2999 L:      linux-decnet-user@lists.sourceforge.net
3000 S:      Orphan
3001 F:      Documentation/networking/decnet.txt
3002 F:      net/decnet/
3003
3004 DECSTATION PLATFORM SUPPORT
3005 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3006 L:      linux-mips@linux-mips.org
3007 W:      http://www.linux-mips.org/wiki/DECstation
3008 S:      Maintained
3009 F:      arch/mips/dec/
3010 F:      arch/mips/include/asm/dec/
3011 F:      arch/mips/include/asm/mach-dec/
3012
3013 DEFXX FDDI NETWORK DRIVER
3014 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3015 S:      Maintained
3016 F:      drivers/net/fddi/defxx.*
3017
3018 DELL LAPTOP DRIVER
3019 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3020 L:      platform-driver-x86@vger.kernel.org
3021 S:      Maintained
3022 F:      drivers/platform/x86/dell-laptop.c
3023
3024 DELL LAPTOP SMM DRIVER
3025 M:      Guenter Roeck <linux@roeck-us.net>
3026 F:      drivers/char/i8k.c
3027 F:      include/uapi/linux/i8k.h
3028
3029 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3030 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3031 S:      Maintained
3032 F:      Documentation/dcdbas.txt
3033 F:      drivers/firmware/dcdbas.*
3034
3035 DELL WMI EXTRAS DRIVER
3036 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3037 S:      Maintained
3038 F:      drivers/platform/x86/dell-wmi.c
3039
3040 DESIGNWARE USB2 DRD IP DRIVER
3041 M:      Paul Zimmerman <paulz@synopsys.com>
3042 L:      linux-usb@vger.kernel.org
3043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3044 S:      Maintained
3045 F:      drivers/usb/dwc2/
3046
3047 DESIGNWARE USB3 DRD IP DRIVER
3048 M:      Felipe Balbi <balbi@ti.com>
3049 L:      linux-usb@vger.kernel.org
3050 L:      linux-omap@vger.kernel.org
3051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3052 S:      Maintained
3053 F:      drivers/usb/dwc3/
3054
3055 DEVICE COREDUMP (DEV_COREDUMP)
3056 M:      Johannes Berg <johannes@sipsolutions.net>
3057 L:      linux-kernel@vger.kernel.org
3058 S:      Maintained
3059 F:      drivers/base/devcoredump.c
3060 F:      include/linux/devcoredump.h
3061
3062 DEVICE FREQUENCY (DEVFREQ)
3063 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3064 M:      Kyungmin Park <kyungmin.park@samsung.com>
3065 L:      linux-pm@vger.kernel.org
3066 S:      Maintained
3067 F:      drivers/devfreq/
3068
3069 DEVICE NUMBER REGISTRY
3070 M:      Torben Mathiasen <device@lanana.org>
3071 W:      http://lanana.org/docs/device-list/index.html
3072 S:      Maintained
3073
3074 DEVICE-MAPPER  (LVM)
3075 M:      Alasdair Kergon <agk@redhat.com>
3076 M:      Mike Snitzer <snitzer@redhat.com>
3077 M:      dm-devel@redhat.com
3078 L:      dm-devel@redhat.com
3079 W:      http://sources.redhat.com/dm
3080 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3082 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3083 S:      Maintained
3084 F:      Documentation/device-mapper/
3085 F:      drivers/md/dm*
3086 F:      drivers/md/persistent-data/
3087 F:      include/linux/device-mapper.h
3088 F:      include/linux/dm-*.h
3089 F:      include/uapi/linux/dm-*.h
3090
3091 DIALOG SEMICONDUCTOR DRIVERS
3092 M:      Support Opensource <support.opensource@diasemi.com>
3093 W:      http://www.dialog-semiconductor.com/products
3094 S:      Supported
3095 F:      Documentation/hwmon/da90??
3096 F:      drivers/gpio/gpio-da90??.c
3097 F:      drivers/hwmon/da90??-hwmon.c
3098 F:      drivers/input/misc/da90??_onkey.c
3099 F:      drivers/input/touchscreen/da9052_tsi.c
3100 F:      drivers/leds/leds-da90??.c
3101 F:      drivers/mfd/da903x.c
3102 F:      drivers/mfd/da90??-*.c
3103 F:      drivers/power/da9052-battery.c
3104 F:      drivers/regulator/da903x.c
3105 F:      drivers/regulator/da9???-regulator.[ch]
3106 F:      drivers/rtc/rtc-da90??.c
3107 F:      drivers/video/backlight/da90??_bl.c
3108 F:      drivers/watchdog/da90??_wdt.c
3109 F:      include/linux/mfd/da903x.h
3110 F:      include/linux/mfd/da9052/
3111 F:      include/linux/mfd/da9055/
3112 F:      include/linux/mfd/da9063/
3113 F:      include/sound/da[79]*.h
3114 F:      sound/soc/codecs/da[79]*.[ch]
3115
3116 DIGI NEO AND CLASSIC PCI PRODUCTS
3117 M:      Lidza Louina <lidza.louina@gmail.com>
3118 M:      Mark Hounschell <markh@compro.net>
3119 L:      driverdev-devel@linuxdriverproject.org
3120 S:      Maintained
3121 F:      drivers/staging/dgnc/
3122
3123 DIGI EPCA PCI PRODUCTS
3124 M:      Lidza Louina <lidza.louina@gmail.com>
3125 M:      Mark Hounschell <markh@compro.net>
3126 M:      Daeseok Youn <daeseok.youn@gmail.com>
3127 L:      driverdev-devel@linuxdriverproject.org
3128 S:      Maintained
3129 F:      drivers/staging/dgap/
3130
3131 DIOLAN U2C-12 I2C DRIVER
3132 M:      Guenter Roeck <linux@roeck-us.net>
3133 L:      linux-i2c@vger.kernel.org
3134 S:      Maintained
3135 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3136
3137 DIRECTORY NOTIFICATION (DNOTIFY)
3138 M:      Eric Paris <eparis@parisplace.org>
3139 S:      Maintained
3140 F:      Documentation/filesystems/dnotify.txt
3141 F:      fs/notify/dnotify/
3142 F:      include/linux/dnotify.h
3143
3144 DISK GEOMETRY AND PARTITION HANDLING
3145 M:      Andries Brouwer <aeb@cwi.nl>
3146 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3147 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3148 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3149 S:      Maintained
3150
3151 DISKQUOTA
3152 M:      Jan Kara <jack@suse.cz>
3153 S:      Maintained
3154 F:      Documentation/filesystems/quota.txt
3155 F:      fs/quota/
3156 F:      include/linux/quota*.h
3157 F:      include/uapi/linux/quota*.h
3158
3159 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3160 M:      Bernie Thompson <bernie@plugable.com>
3161 L:      linux-fbdev@vger.kernel.org
3162 S:      Maintained
3163 W:      http://plugable.com/category/projects/udlfb/
3164 F:      drivers/video/fbdev/udlfb.c
3165 F:      include/video/udlfb.h
3166 F:      Documentation/fb/udlfb.txt
3167
3168 DISTRIBUTED LOCK MANAGER (DLM)
3169 M:      Christine Caulfield <ccaulfie@redhat.com>
3170 M:      David Teigland <teigland@redhat.com>
3171 L:      cluster-devel@redhat.com
3172 W:      http://sources.redhat.com/cluster/
3173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3174 S:      Supported
3175 F:      fs/dlm/
3176
3177 DMA BUFFER SHARING FRAMEWORK
3178 M:      Sumit Semwal <sumit.semwal@linaro.org>
3179 S:      Maintained
3180 L:      linux-media@vger.kernel.org
3181 L:      dri-devel@lists.freedesktop.org
3182 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3183 F:      drivers/dma-buf/
3184 F:      include/linux/dma-buf*
3185 F:      include/linux/reservation.h
3186 F:      include/linux/*fence.h
3187 F:      Documentation/dma-buf-sharing.txt
3188 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3189
3190 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3191 M:      Vinod Koul <vinod.koul@intel.com>
3192 L:      dmaengine@vger.kernel.org
3193 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3194 S:      Maintained
3195 F:      drivers/dma/
3196 F:      include/linux/dmaengine.h
3197 F:      Documentation/dmaengine/
3198 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3199
3200 DME1737 HARDWARE MONITOR DRIVER
3201 M:      Juerg Haefliger <juergh@gmail.com>
3202 L:      lm-sensors@lm-sensors.org
3203 S:      Maintained
3204 F:      Documentation/hwmon/dme1737
3205 F:      drivers/hwmon/dme1737.c
3206
3207 DOCKING STATION DRIVER
3208 M:      Shaohua Li <shaohua.li@intel.com>
3209 L:      linux-acpi@vger.kernel.org
3210 S:      Supported
3211 F:      drivers/acpi/dock.c
3212
3213 DOCUMENTATION
3214 M:      Jonathan Corbet <corbet@lwn.net>
3215 L:      linux-doc@vger.kernel.org
3216 S:      Maintained
3217 F:      Documentation/
3218 X:      Documentation/ABI/
3219 X:      Documentation/devicetree/
3220 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3221
3222 DOUBLETALK DRIVER
3223 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3224 L:      blinux-list@redhat.com
3225 S:      Maintained
3226 F:      drivers/char/dtlk.c
3227 F:      include/linux/dtlk.h
3228
3229 DPT_I2O SCSI RAID DRIVER
3230 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3231 L:      linux-scsi@vger.kernel.org
3232 W:      http://www.adaptec.com/
3233 S:      Maintained
3234 F:      drivers/scsi/dpt*
3235 F:      drivers/scsi/dpt/
3236
3237 DRBD DRIVER
3238 P:      Philipp Reisner
3239 P:      Lars Ellenberg
3240 M:      drbd-dev@lists.linbit.com
3241 L:      drbd-user@lists.linbit.com
3242 W:      http://www.drbd.org
3243 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3244 T:      git git://git.drbd.org/drbd-8.3.git
3245 S:      Supported
3246 F:      drivers/block/drbd/
3247 F:      lib/lru_cache.c
3248 F:      Documentation/blockdev/drbd/
3249
3250 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3251 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3253 S:      Supported
3254 F:      Documentation/kobject.txt
3255 F:      drivers/base/
3256 F:      fs/sysfs/
3257 F:      fs/debugfs/
3258 F:      include/linux/kobj*
3259 F:      include/linux/debugfs.h
3260 F:      lib/kobj*
3261
3262 DRM DRIVERS
3263 M:      David Airlie <airlied@linux.ie>
3264 L:      dri-devel@lists.freedesktop.org
3265 T:      git git://people.freedesktop.org/~airlied/linux
3266 S:      Maintained
3267 F:      drivers/gpu/drm/
3268 F:      drivers/gpu/vga/
3269 F:      include/drm/
3270 F:      include/uapi/drm/
3271
3272 RADEON DRM DRIVERS
3273 M:      Alex Deucher <alexander.deucher@amd.com>
3274 M:      Christian König <christian.koenig@amd.com>
3275 L:      dri-devel@lists.freedesktop.org
3276 T:      git git://people.freedesktop.org/~agd5f/linux
3277 S:      Supported
3278 F:      drivers/gpu/drm/radeon/
3279 F:      include/uapi/drm/radeon*
3280
3281 DRM PANEL DRIVERS
3282 M:      Thierry Reding <thierry.reding@gmail.com>
3283 L:      dri-devel@lists.freedesktop.org
3284 T:      git git://anongit.freedesktop.org/tegra/linux.git
3285 S:      Maintained
3286 F:      drivers/gpu/drm/drm_panel.c
3287 F:      drivers/gpu/drm/panel/
3288 F:      include/drm/drm_panel.h
3289 F:      Documentation/devicetree/bindings/panel/
3290
3291 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3292 M:      Daniel Vetter <daniel.vetter@intel.com>
3293 M:      Jani Nikula <jani.nikula@linux.intel.com>
3294 L:      intel-gfx@lists.freedesktop.org
3295 L:      dri-devel@lists.freedesktop.org
3296 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3297 T:      git git://anongit.freedesktop.org/drm-intel
3298 S:      Supported
3299 F:      drivers/gpu/drm/i915/
3300 F:      include/drm/i915*
3301 F:      include/uapi/drm/i915*
3302
3303 DRM DRIVERS FOR EXYNOS
3304 M:      Inki Dae <inki.dae@samsung.com>
3305 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3306 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3307 M:      Kyungmin Park <kyungmin.park@samsung.com>
3308 L:      dri-devel@lists.freedesktop.org
3309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3310 S:      Supported
3311 F:      drivers/gpu/drm/exynos/
3312 F:      include/drm/exynos*
3313 F:      include/uapi/drm/exynos*
3314
3315 DRM DRIVERS FOR FREESCALE IMX
3316 M:      Philipp Zabel <p.zabel@pengutronix.de>
3317 L:      dri-devel@lists.freedesktop.org
3318 S:      Maintained
3319 F:      drivers/gpu/drm/imx/
3320 F:      Documentation/devicetree/bindings/drm/imx/
3321
3322 DRM DRIVERS FOR NVIDIA TEGRA
3323 M:      Thierry Reding <thierry.reding@gmail.com>
3324 M:      Terje Bergström <tbergstrom@nvidia.com>
3325 L:      dri-devel@lists.freedesktop.org
3326 L:      linux-tegra@vger.kernel.org
3327 T:      git git://anongit.freedesktop.org/tegra/linux.git
3328 S:      Supported
3329 F:      drivers/gpu/drm/tegra/
3330 F:      drivers/gpu/host1x/
3331 F:      include/linux/host1x.h
3332 F:      include/uapi/drm/tegra_drm.h
3333 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3334
3335 DRM DRIVERS FOR RENESAS
3336 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3337 L:      dri-devel@lists.freedesktop.org
3338 L:      linux-sh@vger.kernel.org
3339 T:      git git://people.freedesktop.org/~airlied/linux
3340 S:      Supported
3341 F:      drivers/gpu/drm/rcar-du/
3342 F:      drivers/gpu/drm/shmobile/
3343 F:      include/linux/platform_data/rcar-du.h
3344 F:      include/linux/platform_data/shmob_drm.h
3345
3346 DSBR100 USB FM RADIO DRIVER
3347 M:      Alexey Klimov <klimov.linux@gmail.com>
3348 L:      linux-media@vger.kernel.org
3349 T:      git git://linuxtv.org/media_tree.git
3350 S:      Maintained
3351 F:      drivers/media/radio/dsbr100.c
3352
3353 DSCC4 DRIVER
3354 M:      Francois Romieu <romieu@fr.zoreil.com>
3355 L:      netdev@vger.kernel.org
3356 S:      Maintained
3357 F:      drivers/net/wan/dscc4.c
3358
3359 DVB_USB_AF9015 MEDIA DRIVER
3360 M:      Antti Palosaari <crope@iki.fi>
3361 L:      linux-media@vger.kernel.org
3362 W:      http://linuxtv.org/
3363 W:      http://palosaari.fi/linux/
3364 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3365 T:      git git://linuxtv.org/anttip/media_tree.git
3366 S:      Maintained
3367 F:      drivers/media/usb/dvb-usb-v2/af9015*
3368
3369 DVB_USB_AF9035 MEDIA DRIVER
3370 M:      Antti Palosaari <crope@iki.fi>
3371 L:      linux-media@vger.kernel.org
3372 W:      http://linuxtv.org/
3373 W:      http://palosaari.fi/linux/
3374 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3375 T:      git git://linuxtv.org/anttip/media_tree.git
3376 S:      Maintained
3377 F:      drivers/media/usb/dvb-usb-v2/af9035*
3378
3379 DVB_USB_ANYSEE MEDIA DRIVER
3380 M:      Antti Palosaari <crope@iki.fi>
3381 L:      linux-media@vger.kernel.org
3382 W:      http://linuxtv.org/
3383 W:      http://palosaari.fi/linux/
3384 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3385 T:      git git://linuxtv.org/anttip/media_tree.git
3386 S:      Maintained
3387 F:      drivers/media/usb/dvb-usb-v2/anysee*
3388
3389 DVB_USB_AU6610 MEDIA DRIVER
3390 M:      Antti Palosaari <crope@iki.fi>
3391 L:      linux-media@vger.kernel.org
3392 W:      http://linuxtv.org/
3393 W:      http://palosaari.fi/linux/
3394 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3395 T:      git git://linuxtv.org/anttip/media_tree.git
3396 S:      Maintained
3397 F:      drivers/media/usb/dvb-usb-v2/au6610*
3398
3399 DVB_USB_CE6230 MEDIA DRIVER
3400 M:      Antti Palosaari <crope@iki.fi>
3401 L:      linux-media@vger.kernel.org
3402 W:      http://linuxtv.org/
3403 W:      http://palosaari.fi/linux/
3404 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3405 T:      git git://linuxtv.org/anttip/media_tree.git
3406 S:      Maintained
3407 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3408
3409 DVB_USB_CXUSB MEDIA DRIVER
3410 M:      Michael Krufky <mkrufky@linuxtv.org>
3411 L:      linux-media@vger.kernel.org
3412 W:      http://linuxtv.org/
3413 W:      http://github.com/mkrufky
3414 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3415 T:      git git://linuxtv.org/media_tree.git
3416 S:      Maintained
3417 F:      drivers/media/usb/dvb-usb/cxusb*
3418
3419 DVB_USB_EC168 MEDIA DRIVER
3420 M:      Antti Palosaari <crope@iki.fi>
3421 L:      linux-media@vger.kernel.org
3422 W:      http://linuxtv.org/
3423 W:      http://palosaari.fi/linux/
3424 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3425 T:      git git://linuxtv.org/anttip/media_tree.git
3426 S:      Maintained
3427 F:      drivers/media/usb/dvb-usb-v2/ec168*
3428
3429 DVB_USB_GL861 MEDIA DRIVER
3430 M:      Antti Palosaari <crope@iki.fi>
3431 L:      linux-media@vger.kernel.org
3432 W:      http://linuxtv.org/
3433 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3434 T:      git git://linuxtv.org/anttip/media_tree.git
3435 S:      Maintained
3436 F:      drivers/media/usb/dvb-usb-v2/gl861*
3437
3438 DVB_USB_MXL111SF MEDIA DRIVER
3439 M:      Michael Krufky <mkrufky@linuxtv.org>
3440 L:      linux-media@vger.kernel.org
3441 W:      http://linuxtv.org/
3442 W:      http://github.com/mkrufky
3443 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3444 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3445 S:      Maintained
3446 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3447
3448 DVB_USB_RTL28XXU MEDIA DRIVER
3449 M:      Antti Palosaari <crope@iki.fi>
3450 L:      linux-media@vger.kernel.org
3451 W:      http://linuxtv.org/
3452 W:      http://palosaari.fi/linux/
3453 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3454 T:      git git://linuxtv.org/anttip/media_tree.git
3455 S:      Maintained
3456 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3457
3458 DVB_USB_V2 MEDIA DRIVER
3459 M:      Antti Palosaari <crope@iki.fi>
3460 L:      linux-media@vger.kernel.org
3461 W:      http://linuxtv.org/
3462 W:      http://palosaari.fi/linux/
3463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3464 T:      git git://linuxtv.org/anttip/media_tree.git
3465 S:      Maintained
3466 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3467 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3468
3469 DYNAMIC DEBUG
3470 M:      Jason Baron <jbaron@akamai.com>
3471 S:      Maintained
3472 F:      lib/dynamic_debug.c
3473 F:      include/linux/dynamic_debug.h
3474
3475 DZ DECSTATION DZ11 SERIAL DRIVER
3476 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3477 S:      Maintained
3478 F:      drivers/tty/serial/dz.*
3479
3480 E4000 MEDIA DRIVER
3481 M:      Antti Palosaari <crope@iki.fi>
3482 L:      linux-media@vger.kernel.org
3483 W:      http://linuxtv.org/
3484 W:      http://palosaari.fi/linux/
3485 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3486 T:      git git://linuxtv.org/anttip/media_tree.git
3487 S:      Maintained
3488 F:      drivers/media/tuners/e4000*
3489
3490 EATA ISA/EISA/PCI SCSI DRIVER
3491 M:      Dario Ballabio <ballabio_dario@emc.com>
3492 L:      linux-scsi@vger.kernel.org
3493 S:      Maintained
3494 F:      drivers/scsi/eata.c
3495
3496 EC100 MEDIA DRIVER
3497 M:      Antti Palosaari <crope@iki.fi>
3498 L:      linux-media@vger.kernel.org
3499 W:      http://linuxtv.org/
3500 W:      http://palosaari.fi/linux/
3501 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3502 T:      git git://linuxtv.org/anttip/media_tree.git
3503 S:      Maintained
3504 F:      drivers/media/dvb-frontends/ec100*
3505
3506 ECRYPT FILE SYSTEM
3507 M:      Tyler Hicks <tyhicks@canonical.com>
3508 L:      ecryptfs@vger.kernel.org
3509 W:      http://ecryptfs.org
3510 W:      https://launchpad.net/ecryptfs
3511 S:      Supported
3512 F:      Documentation/filesystems/ecryptfs.txt
3513 F:      fs/ecryptfs/
3514
3515 EDAC-CORE
3516 M:      Doug Thompson <dougthompson@xmission.com>
3517 M:      Borislav Petkov <bp@alien8.de>
3518 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3519 L:      linux-edac@vger.kernel.org
3520 W:      bluesmoke.sourceforge.net
3521 S:      Supported
3522 F:      Documentation/edac.txt
3523 F:      drivers/edac/
3524 F:      include/linux/edac.h
3525
3526 EDAC-AMD64
3527 M:      Doug Thompson <dougthompson@xmission.com>
3528 M:      Borislav Petkov <bp@alien8.de>
3529 L:      linux-edac@vger.kernel.org
3530 W:      bluesmoke.sourceforge.net
3531 S:      Maintained
3532 F:      drivers/edac/amd64_edac*
3533
3534 EDAC-CALXEDA
3535 M:      Doug Thompson <dougthompson@xmission.com>
3536 M:      Robert Richter <rric@kernel.org>
3537 L:      linux-edac@vger.kernel.org
3538 W:      bluesmoke.sourceforge.net
3539 S:      Maintained
3540 F:      drivers/edac/highbank*
3541
3542 EDAC-CAVIUM
3543 M:      Ralf Baechle <ralf@linux-mips.org>
3544 M:      David Daney <david.daney@cavium.com>
3545 L:      linux-edac@vger.kernel.org
3546 L:      linux-mips@linux-mips.org
3547 W:      bluesmoke.sourceforge.net
3548 S:      Supported
3549 F:      drivers/edac/octeon_edac*
3550
3551 EDAC-E752X
3552 M:      Mark Gross <mark.gross@intel.com>
3553 M:      Doug Thompson <dougthompson@xmission.com>
3554 L:      linux-edac@vger.kernel.org
3555 W:      bluesmoke.sourceforge.net
3556 S:      Maintained
3557 F:      drivers/edac/e752x_edac.c
3558
3559 EDAC-E7XXX
3560 M:      Doug Thompson <dougthompson@xmission.com>
3561 L:      linux-edac@vger.kernel.org
3562 W:      bluesmoke.sourceforge.net
3563 S:      Maintained
3564 F:      drivers/edac/e7xxx_edac.c
3565
3566 EDAC-GHES
3567 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3568 L:      linux-edac@vger.kernel.org
3569 W:      bluesmoke.sourceforge.net
3570 S:      Maintained
3571 F:      drivers/edac/ghes_edac.c
3572
3573 EDAC-I82443BXGX
3574 M:      Tim Small <tim@buttersideup.com>
3575 L:      linux-edac@vger.kernel.org
3576 W:      bluesmoke.sourceforge.net
3577 S:      Maintained
3578 F:      drivers/edac/i82443bxgx_edac.c
3579
3580 EDAC-I3000
3581 M:      Jason Uhlenkott <juhlenko@akamai.com>
3582 L:      linux-edac@vger.kernel.org
3583 W:      bluesmoke.sourceforge.net
3584 S:      Maintained
3585 F:      drivers/edac/i3000_edac.c
3586
3587 EDAC-I5000
3588 M:      Doug Thompson <dougthompson@xmission.com>
3589 L:      linux-edac@vger.kernel.org
3590 W:      bluesmoke.sourceforge.net
3591 S:      Maintained
3592 F:      drivers/edac/i5000_edac.c
3593
3594 EDAC-I5400
3595 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3596 L:      linux-edac@vger.kernel.org
3597 W:      bluesmoke.sourceforge.net
3598 S:      Maintained
3599 F:      drivers/edac/i5400_edac.c
3600
3601 EDAC-I7300
3602 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3603 L:      linux-edac@vger.kernel.org
3604 W:      bluesmoke.sourceforge.net
3605 S:      Maintained
3606 F:      drivers/edac/i7300_edac.c
3607
3608 EDAC-I7CORE
3609 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3610 L:      linux-edac@vger.kernel.org
3611 W:      bluesmoke.sourceforge.net
3612 S:      Maintained
3613 F:      drivers/edac/i7core_edac.c
3614
3615 EDAC-I82975X
3616 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3617 M:      "Arvind R." <arvino55@gmail.com>
3618 L:      linux-edac@vger.kernel.org
3619 W:      bluesmoke.sourceforge.net
3620 S:      Maintained
3621 F:      drivers/edac/i82975x_edac.c
3622
3623 EDAC-IE31200
3624 M:      Jason Baron <jbaron@akamai.com>
3625 L:      linux-edac@vger.kernel.org
3626 W:      bluesmoke.sourceforge.net
3627 S:      Maintained
3628 F:      drivers/edac/ie31200_edac.c
3629
3630 EDAC-MPC85XX
3631 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3632 L:      linux-edac@vger.kernel.org
3633 W:      bluesmoke.sourceforge.net
3634 S:      Maintained
3635 F:      drivers/edac/mpc85xx_edac.[ch]
3636
3637 EDAC-PASEMI
3638 M:      Egor Martovetsky <egor@pasemi.com>
3639 L:      linux-edac@vger.kernel.org
3640 W:      bluesmoke.sourceforge.net
3641 S:      Maintained
3642 F:      drivers/edac/pasemi_edac.c
3643
3644 EDAC-R82600
3645 M:      Tim Small <tim@buttersideup.com>
3646 L:      linux-edac@vger.kernel.org
3647 W:      bluesmoke.sourceforge.net
3648 S:      Maintained
3649 F:      drivers/edac/r82600_edac.c
3650
3651 EDAC-SBRIDGE
3652 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3653 L:      linux-edac@vger.kernel.org
3654 W:      bluesmoke.sourceforge.net
3655 S:      Maintained
3656 F:      drivers/edac/sb_edac.c
3657
3658 EDIROL UA-101/UA-1000 DRIVER
3659 M:      Clemens Ladisch <clemens@ladisch.de>
3660 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3661 T:      git git://git.alsa-project.org/alsa-kernel.git
3662 S:      Maintained
3663 F:      sound/usb/misc/ua101.c
3664
3665 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3666 M:      Matt Fleming <matt.fleming@intel.com>
3667 L:      linux-efi@vger.kernel.org
3668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3669 S:      Maintained
3670 F:      Documentation/efi-stub.txt
3671 F:      arch/ia64/kernel/efi.c
3672 F:      arch/x86/boot/compressed/eboot.[ch]
3673 F:      arch/x86/include/asm/efi.h
3674 F:      arch/x86/platform/efi/*
3675 F:      drivers/firmware/efi/*
3676 F:      include/linux/efi*.h
3677
3678 EFI VARIABLE FILESYSTEM
3679 M:      Matthew Garrett <matthew.garrett@nebula.com>
3680 M:      Jeremy Kerr <jk@ozlabs.org>
3681 M:      Matt Fleming <matt.fleming@intel.com>
3682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3683 L:      linux-efi@vger.kernel.org
3684 S:      Maintained
3685 F:      fs/efivarfs/
3686
3687 EFIFB FRAMEBUFFER DRIVER
3688 L:      linux-fbdev@vger.kernel.org
3689 M:      Peter Jones <pjones@redhat.com>
3690 S:      Maintained
3691 F:      drivers/video/fbdev/efifb.c
3692
3693 EFS FILESYSTEM
3694 W:      http://aeschi.ch.eu.org/efs/
3695 S:      Orphan
3696 F:      fs/efs/
3697
3698 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3699 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3700 M:      Christoph Raisch <raisch@de.ibm.com>
3701 L:      linux-rdma@vger.kernel.org
3702 S:      Supported
3703 F:      drivers/infiniband/hw/ehca/
3704
3705 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3706 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3707 L:      netdev@vger.kernel.org
3708 S:      Maintained
3709 F:      drivers/net/ethernet/ibm/ehea/
3710
3711 EM28XX VIDEO4LINUX DRIVER
3712 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3713 L:      linux-media@vger.kernel.org
3714 W:      http://linuxtv.org
3715 T:      git git://linuxtv.org/media_tree.git
3716 S:      Maintained
3717 F:      drivers/media/usb/em28xx/
3718
3719 EMBEDDED LINUX
3720 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3721 M:      Matt Mackall <mpm@selenic.com>
3722 M:      David Woodhouse <dwmw2@infradead.org>
3723 L:      linux-embedded@vger.kernel.org
3724 S:      Maintained
3725
3726 EMULEX LPFC FC SCSI DRIVER
3727 M:      James Smart <james.smart@emulex.com>
3728 L:      linux-scsi@vger.kernel.org
3729 W:      http://sourceforge.net/projects/lpfcxxxx
3730 S:      Supported
3731 F:      drivers/scsi/lpfc/
3732
3733 ENE CB710 FLASH CARD READER DRIVER
3734 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3735 S:      Maintained
3736 F:      drivers/misc/cb710/
3737 F:      drivers/mmc/host/cb710-mmc.*
3738 F:      include/linux/cb710.h
3739
3740 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3741 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3742 S:      Maintained
3743 F:      drivers/media/rc/ene_ir.*
3744
3745 ENHANCED ERROR HANDLING (EEH)
3746 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3747 L:      linuxppc-dev@lists.ozlabs.org
3748 S:      Supported
3749 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3750 F:      arch/powerpc/kernel/eeh*.c
3751
3752 EPSON S1D13XXX FRAMEBUFFER DRIVER
3753 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3754 S:      Maintained
3755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3756 F:      drivers/video/fbdev/s1d13xxxfb.c
3757 F:      include/video/s1d13xxxfb.h
3758
3759 ET131X NETWORK DRIVER
3760 M:      Mark Einon <mark.einon@gmail.com>
3761 S:      Odd Fixes
3762 F:      drivers/net/ethernet/agere/
3763
3764 ETHERNET BRIDGE
3765 M:      Stephen Hemminger <stephen@networkplumber.org>
3766 L:      bridge@lists.linux-foundation.org
3767 L:      netdev@vger.kernel.org
3768 W:      http://www.linuxfoundation.org/en/Net:Bridge
3769 S:      Maintained
3770 F:      include/linux/netfilter_bridge/
3771 F:      net/bridge/
3772
3773 ETHERNET PHY LIBRARY
3774 M:      Florian Fainelli <f.fainelli@gmail.com>
3775 L:      netdev@vger.kernel.org
3776 S:      Maintained
3777 F:      include/linux/phy.h
3778 F:      include/linux/phy_fixed.h
3779 F:      drivers/net/phy/
3780 F:      Documentation/networking/phy.txt
3781 F:      drivers/of/of_mdio.c
3782 F:      drivers/of/of_net.c
3783
3784 EXT2 FILE SYSTEM
3785 M:      Jan Kara <jack@suse.cz>
3786 L:      linux-ext4@vger.kernel.org
3787 S:      Maintained
3788 F:      Documentation/filesystems/ext2.txt
3789 F:      fs/ext2/
3790 F:      include/linux/ext2*
3791
3792 EXT3 FILE SYSTEM
3793 M:      Jan Kara <jack@suse.cz>
3794 M:      Andrew Morton <akpm@linux-foundation.org>
3795 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3796 L:      linux-ext4@vger.kernel.org
3797 S:      Maintained
3798 F:      Documentation/filesystems/ext3.txt
3799 F:      fs/ext3/
3800
3801 EXT4 FILE SYSTEM
3802 M:      "Theodore Ts'o" <tytso@mit.edu>
3803 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3804 L:      linux-ext4@vger.kernel.org
3805 W:      http://ext4.wiki.kernel.org
3806 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3807 S:      Maintained
3808 F:      Documentation/filesystems/ext4.txt
3809 F:      fs/ext4/
3810
3811 Extended Verification Module (EVM)
3812 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3813 L:      linux-ima-devel@lists.sourceforge.net
3814 L:      linux-security-module@vger.kernel.org
3815 S:      Supported
3816 F:      security/integrity/evm/
3817
3818 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3819 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3820 M:      Chanwoo Choi <cw00.choi@samsung.com>
3821 L:      linux-kernel@vger.kernel.org
3822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3823 S:      Maintained
3824 F:      drivers/extcon/
3825 F:      Documentation/extcon/
3826
3827 EXYNOS DP DRIVER
3828 M:      Jingoo Han <jg1.han@samsung.com>
3829 L:      dri-devel@lists.freedesktop.org
3830 S:      Maintained
3831 F:      drivers/gpu/drm/exynos/exynos_dp*
3832
3833 EXYNOS MIPI DISPLAY DRIVERS
3834 M:      Inki Dae <inki.dae@samsung.com>
3835 M:      Donghwa Lee <dh09.lee@samsung.com>
3836 M:      Kyungmin Park <kyungmin.park@samsung.com>
3837 L:      linux-fbdev@vger.kernel.org
3838 S:      Maintained
3839 F:      drivers/video/fbdev/exynos/exynos_mipi*
3840 F:      include/video/exynos_mipi*
3841
3842 F71805F HARDWARE MONITORING DRIVER
3843 M:      Jean Delvare <jdelvare@suse.de>
3844 L:      lm-sensors@lm-sensors.org
3845 S:      Maintained
3846 F:      Documentation/hwmon/f71805f
3847 F:      drivers/hwmon/f71805f.c
3848
3849 FC0011 TUNER DRIVER
3850 M:      Michael Buesch <m@bues.ch>
3851 L:      linux-media@vger.kernel.org
3852 S:      Maintained
3853 F:      drivers/media/tuners/fc0011.h
3854 F:      drivers/media/tuners/fc0011.c
3855
3856 FC2580 MEDIA DRIVER
3857 M:      Antti Palosaari <crope@iki.fi>
3858 L:      linux-media@vger.kernel.org
3859 W:      http://linuxtv.org/
3860 W:      http://palosaari.fi/linux/
3861 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3862 T:      git git://linuxtv.org/anttip/media_tree.git
3863 S:      Maintained
3864 F:      drivers/media/tuners/fc2580*
3865
3866 FANOTIFY
3867 M:      Eric Paris <eparis@redhat.com>
3868 S:      Maintained
3869 F:      fs/notify/fanotify/
3870 F:      include/linux/fanotify.h
3871 F:      include/uapi/linux/fanotify.h
3872
3873 FARSYNC SYNCHRONOUS DRIVER
3874 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3875 W:      http://www.farsite.co.uk/
3876 S:      Supported
3877 F:      drivers/net/wan/farsync.*
3878
3879 FAULT INJECTION SUPPORT
3880 M:      Akinobu Mita <akinobu.mita@gmail.com>
3881 S:      Supported
3882 F:      Documentation/fault-injection/
3883 F:      lib/fault-inject.c
3884
3885 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3886 M:      Robert Love <robert.w.love@intel.com>
3887 L:      fcoe-devel@open-fcoe.org
3888 W:      www.Open-FCoE.org
3889 S:      Supported
3890 F:      drivers/scsi/libfc/
3891 F:      drivers/scsi/fcoe/
3892 F:      include/scsi/fc/
3893 F:      include/scsi/libfc.h
3894 F:      include/scsi/libfcoe.h
3895 F:      include/uapi/scsi/fc/
3896
3897 FILE LOCKING (flock() and fcntl()/lockf())
3898 M:      Jeff Layton <jlayton@poochiereds.net>
3899 M:      J. Bruce Fields <bfields@fieldses.org>
3900 L:      linux-fsdevel@vger.kernel.org
3901 S:      Maintained
3902 F:      include/linux/fcntl.h
3903 F:      include/linux/fs.h
3904 F:      include/uapi/linux/fcntl.h
3905 F:      include/uapi/linux/fs.h
3906 F:      fs/fcntl.c
3907 F:      fs/locks.c
3908
3909 FILESYSTEMS (VFS and infrastructure)
3910 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3911 L:      linux-fsdevel@vger.kernel.org
3912 S:      Maintained
3913 F:      fs/*
3914
3915 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3916 M:      Riku Voipio <riku.voipio@iki.fi>
3917 L:      lm-sensors@lm-sensors.org
3918 S:      Maintained
3919 F:      drivers/hwmon/f75375s.c
3920 F:      include/linux/f75375s.h
3921
3922 FIREWIRE AUDIO DRIVERS
3923 M:      Clemens Ladisch <clemens@ladisch.de>
3924 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3925 T:      git git://git.alsa-project.org/alsa-kernel.git
3926 S:      Maintained
3927 F:      sound/firewire/
3928
3929 FIREWIRE MEDIA DRIVERS (firedtv)
3930 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3931 L:      linux-media@vger.kernel.org
3932 L:      linux1394-devel@lists.sourceforge.net
3933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3934 S:      Maintained
3935 F:      drivers/media/firewire/
3936
3937 FIREWIRE SBP-2 TARGET
3938 M:      Chris Boot <bootc@bootc.net>
3939 L:      linux-scsi@vger.kernel.org
3940 L:      target-devel@vger.kernel.org
3941 L:      linux1394-devel@lists.sourceforge.net
3942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3943 S:      Maintained
3944 F:      drivers/target/sbp/
3945
3946 FIREWIRE SUBSYSTEM
3947 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3948 L:      linux1394-devel@lists.sourceforge.net
3949 W:      http://ieee1394.wiki.kernel.org/
3950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3951 S:      Maintained
3952 F:      drivers/firewire/
3953 F:      include/linux/firewire.h
3954 F:      include/uapi/linux/firewire*.h
3955 F:      tools/firewire/
3956
3957 FIRMWARE LOADER (request_firmware)
3958 M:      Ming Lei <ming.lei@canonical.com>
3959 L:      linux-kernel@vger.kernel.org
3960 S:      Maintained
3961 F:      Documentation/firmware_class/
3962 F:      drivers/base/firmware*.c
3963 F:      include/linux/firmware.h
3964
3965 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3966 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3967 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3968 S:      Maintained
3969 F:      drivers/block/rsxx/
3970
3971 FLOPPY DRIVER
3972 M:      Jiri Kosina <jkosina@suse.cz>
3973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3974 S:      Odd fixes
3975 F:      drivers/block/floppy.c
3976
3977 FMC SUBSYSTEM
3978 M:      Alessandro Rubini <rubini@gnudd.com>
3979 W:      http://www.ohwr.org/projects/fmc-bus
3980 S:      Supported
3981 F:      drivers/fmc/
3982 F:      include/linux/fmc*.h
3983 F:      include/linux/ipmi-fru.h
3984 K:      fmc_d.*register
3985
3986 FPU EMULATOR
3987 M:      Bill Metzenthen <billm@melbpc.org.au>
3988 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3989 S:      Maintained
3990 F:      arch/x86/math-emu/
3991
3992 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3993 L:      netdev@vger.kernel.org
3994 S:      Orphan
3995 F:      drivers/net/wan/dlci.c
3996 F:      drivers/net/wan/sdla.c
3997
3998 FRAMEBUFFER LAYER
3999 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4000 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4001 L:      linux-fbdev@vger.kernel.org
4002 W:      http://linux-fbdev.sourceforge.net/
4003 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4005 S:      Maintained
4006 F:      Documentation/fb/
4007 F:      Documentation/devicetree/bindings/fb/
4008 F:      drivers/video/
4009 F:      include/video/
4010 F:      include/linux/fb.h
4011 F:      include/uapi/video/
4012 F:      include/uapi/linux/fb.h
4013
4014 FREESCALE DIU FRAMEBUFFER DRIVER
4015 M:      Timur Tabi <timur@tabi.org>
4016 L:      linux-fbdev@vger.kernel.org
4017 S:      Maintained
4018 F:      drivers/video/fbdev/fsl-diu-fb.*
4019
4020 FREESCALE DMA DRIVER
4021 M:      Li Yang <leoli@freescale.com>
4022 M:      Zhang Wei <zw@zh-kernel.org>
4023 L:      linuxppc-dev@lists.ozlabs.org
4024 S:      Maintained
4025 F:      drivers/dma/fsldma.*
4026
4027 FREESCALE I2C CPM DRIVER
4028 M:      Jochen Friedrich <jochen@scram.de>
4029 L:      linuxppc-dev@lists.ozlabs.org
4030 L:      linux-i2c@vger.kernel.org
4031 S:      Maintained
4032 F:      drivers/i2c/busses/i2c-cpm.c
4033
4034 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4035 M:      Sascha Hauer <kernel@pengutronix.de>
4036 L:      linux-fbdev@vger.kernel.org
4037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4038 S:      Maintained
4039 F:      include/linux/platform_data/video-imxfb.h
4040 F:      drivers/video/fbdev/imxfb.c
4041
4042 FREESCALE SOC FS_ENET DRIVER
4043 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4044 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4045 L:      linuxppc-dev@lists.ozlabs.org
4046 L:      netdev@vger.kernel.org
4047 S:      Maintained
4048 F:      drivers/net/ethernet/freescale/fs_enet/
4049 F:      include/linux/fs_enet_pd.h
4050
4051 FREESCALE QUICC ENGINE LIBRARY
4052 L:      linuxppc-dev@lists.ozlabs.org
4053 S:      Orphan
4054 F:      arch/powerpc/sysdev/qe_lib/
4055 F:      arch/powerpc/include/asm/*qe.h
4056
4057 FREESCALE USB PERIPHERAL DRIVERS
4058 M:      Li Yang <leoli@freescale.com>
4059 L:      linux-usb@vger.kernel.org
4060 L:      linuxppc-dev@lists.ozlabs.org
4061 S:      Maintained
4062 F:      drivers/usb/gadget/udc/fsl*
4063
4064 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4065 M:      Li Yang <leoli@freescale.com>
4066 L:      netdev@vger.kernel.org
4067 L:      linuxppc-dev@lists.ozlabs.org
4068 S:      Maintained
4069 F:      drivers/net/ethernet/freescale/ucc_geth*
4070
4071 FREESCALE QUICC ENGINE UCC UART DRIVER
4072 M:      Timur Tabi <timur@tabi.org>
4073 L:      linuxppc-dev@lists.ozlabs.org
4074 S:      Maintained
4075 F:      drivers/tty/serial/ucc_uart.c
4076
4077 FREESCALE SOC SOUND DRIVERS
4078 M:      Timur Tabi <timur@tabi.org>
4079 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4080 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4081 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4082 L:      linuxppc-dev@lists.ozlabs.org
4083 S:      Maintained
4084 F:      sound/soc/fsl/fsl*
4085 F:      sound/soc/fsl/imx*
4086 F:      sound/soc/fsl/mpc8610_hpcd.c
4087
4088 FREEVXFS FILESYSTEM
4089 M:      Christoph Hellwig <hch@infradead.org>
4090 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4091 S:      Maintained
4092 F:      fs/freevxfs/
4093
4094 FREEZER
4095 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4096 M:      Pavel Machek <pavel@ucw.cz>
4097 L:      linux-pm@vger.kernel.org
4098 S:      Supported
4099 F:      Documentation/power/freezing-of-tasks.txt
4100 F:      include/linux/freezer.h
4101 F:      kernel/freezer.c
4102
4103 FRONTSWAP API
4104 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4105 L:      linux-kernel@vger.kernel.org
4106 S:      Maintained
4107 F:      mm/frontswap.c
4108 F:      include/linux/frontswap.h
4109
4110 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4111 M:      David Howells <dhowells@redhat.com>
4112 L:      linux-cachefs@redhat.com
4113 S:      Supported
4114 F:      Documentation/filesystems/caching/
4115 F:      fs/fscache/
4116 F:      include/linux/fscache*.h
4117
4118 F2FS FILE SYSTEM
4119 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4120 M:      Changman Lee <cm224.lee@samsung.com>
4121 L:      linux-f2fs-devel@lists.sourceforge.net
4122 W:      http://en.wikipedia.org/wiki/F2FS
4123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4124 S:      Maintained
4125 F:      Documentation/filesystems/f2fs.txt
4126 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4127 F:      fs/f2fs/
4128 F:      include/linux/f2fs_fs.h
4129
4130 FUJITSU FR-V (FRV) PORT
4131 M:      David Howells <dhowells@redhat.com>
4132 S:      Maintained
4133 F:      arch/frv/
4134
4135 FUJITSU LAPTOP EXTRAS
4136 M:      Jonathan Woithe <jwoithe@just42.net>
4137 L:      platform-driver-x86@vger.kernel.org
4138 S:      Maintained
4139 F:      drivers/platform/x86/fujitsu-laptop.c
4140
4141 FUJITSU M-5MO LS CAMERA ISP DRIVER
4142 M:      Kyungmin Park <kyungmin.park@samsung.com>
4143 M:      Heungjun Kim <riverful.kim@samsung.com>
4144 L:      linux-media@vger.kernel.org
4145 S:      Maintained
4146 F:      drivers/media/i2c/m5mols/
4147 F:      include/media/m5mols.h
4148
4149 FUJITSU TABLET EXTRAS
4150 M:      Robert Gerlach <khnz@gmx.de>
4151 L:      platform-driver-x86@vger.kernel.org
4152 S:      Maintained
4153 F:      drivers/platform/x86/fujitsu-tablet.c
4154
4155 FUSE: FILESYSTEM IN USERSPACE
4156 M:      Miklos Szeredi <miklos@szeredi.hu>
4157 L:      fuse-devel@lists.sourceforge.net
4158 W:      http://fuse.sourceforge.net/
4159 S:      Maintained
4160 F:      fs/fuse/
4161 F:      include/uapi/linux/fuse.h
4162
4163 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4164 M:      Rik Faith <faith@cs.unc.edu>
4165 L:      linux-scsi@vger.kernel.org
4166 S:      Odd Fixes (e.g., new signatures)
4167 F:      drivers/scsi/fdomain.*
4168
4169 GCOV BASED KERNEL PROFILING
4170 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4171 S:      Maintained
4172 F:      kernel/gcov/
4173 F:      Documentation/gcov.txt
4174
4175 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4176 M:      Achim Leubner <achim_leubner@adaptec.com>
4177 L:      linux-scsi@vger.kernel.org
4178 W:      http://www.icp-vortex.com/
4179 S:      Supported
4180 F:      drivers/scsi/gdt*
4181
4182 GEMTEK FM RADIO RECEIVER DRIVER
4183 M:      Hans Verkuil <hverkuil@xs4all.nl>
4184 L:      linux-media@vger.kernel.org
4185 T:      git git://linuxtv.org/media_tree.git
4186 W:      http://linuxtv.org
4187 S:      Maintained
4188 F:      drivers/media/radio/radio-gemtek*
4189
4190 GENERIC GPIO I2C DRIVER
4191 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4192 S:      Supported
4193 F:      drivers/i2c/busses/i2c-gpio.c
4194 F:      include/linux/i2c-gpio.h
4195
4196 GENERIC GPIO I2C MULTIPLEXER DRIVER
4197 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4198 L:      linux-i2c@vger.kernel.org
4199 S:      Supported
4200 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4201 F:      include/linux/i2c-mux-gpio.h
4202 F:      Documentation/i2c/muxes/i2c-mux-gpio
4203
4204 GENERIC HDLC (WAN) DRIVERS
4205 M:      Krzysztof Halasa <khc@pm.waw.pl>
4206 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4207 S:      Maintained
4208 F:      drivers/net/wan/c101.c
4209 F:      drivers/net/wan/hd6457*
4210 F:      drivers/net/wan/hdlc*
4211 F:      drivers/net/wan/n2.c
4212 F:      drivers/net/wan/pc300too.c
4213 F:      drivers/net/wan/pci200syn.c
4214 F:      drivers/net/wan/wanxl*
4215
4216 GENERIC INCLUDE/ASM HEADER FILES
4217 M:      Arnd Bergmann <arnd@arndb.de>
4218 L:      linux-arch@vger.kernel.org
4219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4220 S:      Maintained
4221 F:      include/asm-generic/
4222 F:      include/uapi/asm-generic/
4223
4224 GENERIC PHY FRAMEWORK
4225 M:      Kishon Vijay Abraham I <kishon@ti.com>
4226 L:      linux-kernel@vger.kernel.org
4227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4228 S:      Supported
4229 F:      drivers/phy/
4230 F:      include/linux/phy/
4231
4232 GENERIC UIO DRIVER FOR PCI DEVICES
4233 M:      "Michael S. Tsirkin" <mst@redhat.com>
4234 L:      kvm@vger.kernel.org
4235 S:      Supported
4236 F:      drivers/uio/uio_pci_generic.c
4237
4238 GET_MAINTAINER SCRIPT
4239 M:      Joe Perches <joe@perches.com>
4240 S:      Maintained
4241 F:      scripts/get_maintainer.pl
4242
4243 GFS2 FILE SYSTEM
4244 M:      Steven Whitehouse <swhiteho@redhat.com>
4245 L:      cluster-devel@redhat.com
4246 W:      http://sources.redhat.com/cluster/
4247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4249 S:      Supported
4250 F:      Documentation/filesystems/gfs2*.txt
4251 F:      fs/gfs2/
4252 F:      include/uapi/linux/gfs2_ondisk.h
4253
4254 GIGASET ISDN DRIVERS
4255 M:      Hansjoerg Lipp <hjlipp@web.de>
4256 M:      Tilman Schmidt <tilman@imap.cc>
4257 L:      gigaset307x-common@lists.sourceforge.net
4258 W:      http://gigaset307x.sourceforge.net/
4259 S:      Maintained
4260 F:      Documentation/isdn/README.gigaset
4261 F:      drivers/isdn/gigaset/
4262 F:      include/uapi/linux/gigaset_dev.h
4263
4264 GO7007 MPEG CODEC
4265 M:      Hans Verkuil <hans.verkuil@cisco.com>
4266 L:      linux-media@vger.kernel.org
4267 S:      Maintained
4268 F:      drivers/media/usb/go7007/
4269
4270 GOODIX TOUCHSCREEN
4271 M:      Bastien Nocera <hadess@hadess.net>
4272 L:      linux-input@vger.kernel.org
4273 S:      Maintained
4274 F:      drivers/input/touchscreen/goodix.c
4275
4276 GPIO SUBSYSTEM
4277 M:      Linus Walleij <linus.walleij@linaro.org>
4278 M:      Alexandre Courbot <gnurou@gmail.com>
4279 L:      linux-gpio@vger.kernel.org
4280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4281 S:      Maintained
4282 F:      Documentation/gpio/
4283 F:      drivers/gpio/
4284 F:      include/linux/gpio/
4285 F:      include/linux/gpio.h
4286 F:      include/asm-generic/gpio.h
4287
4288 GRE DEMULTIPLEXER DRIVER
4289 M:      Dmitry Kozlov <xeb@mail.ru>
4290 L:      netdev@vger.kernel.org
4291 S:      Maintained
4292 F:      net/ipv4/gre_demux.c
4293 F:      net/ipv4/gre_offload.c
4294 F:      include/net/gre.h
4295
4296 GRETH 10/100/1G Ethernet MAC device driver
4297 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4298 L:      netdev@vger.kernel.org
4299 S:      Maintained
4300 F:      drivers/net/ethernet/aeroflex/
4301
4302 GSPCA FINEPIX SUBDRIVER
4303 M:      Frank Zago <frank@zago.net>
4304 L:      linux-media@vger.kernel.org
4305 T:      git git://linuxtv.org/media_tree.git
4306 S:      Maintained
4307 F:      drivers/media/usb/gspca/finepix.c
4308
4309 GSPCA GL860 SUBDRIVER
4310 M:      Olivier Lorin <o.lorin@laposte.net>
4311 L:      linux-media@vger.kernel.org
4312 T:      git git://linuxtv.org/media_tree.git
4313 S:      Maintained
4314 F:      drivers/media/usb/gspca/gl860/
4315
4316 GSPCA M5602 SUBDRIVER
4317 M:      Erik Andren <erik.andren@gmail.com>
4318 L:      linux-media@vger.kernel.org
4319 T:      git git://linuxtv.org/media_tree.git
4320 S:      Maintained
4321 F:      drivers/media/usb/gspca/m5602/
4322
4323 GSPCA PAC207 SONIXB SUBDRIVER
4324 M:      Hans de Goede <hdegoede@redhat.com>
4325 L:      linux-media@vger.kernel.org
4326 T:      git git://linuxtv.org/media_tree.git
4327 S:      Maintained
4328 F:      drivers/media/usb/gspca/pac207.c
4329
4330 GSPCA SN9C20X SUBDRIVER
4331 M:      Brian Johnson <brijohn@gmail.com>
4332 L:      linux-media@vger.kernel.org
4333 T:      git git://linuxtv.org/media_tree.git
4334 S:      Maintained
4335 F:      drivers/media/usb/gspca/sn9c20x.c
4336
4337 GSPCA T613 SUBDRIVER
4338 M:      Leandro Costantino <lcostantino@gmail.com>
4339 L:      linux-media@vger.kernel.org
4340 T:      git git://linuxtv.org/media_tree.git
4341 S:      Maintained
4342 F:      drivers/media/usb/gspca/t613.c
4343
4344 GSPCA USB WEBCAM DRIVER
4345 M:      Hans de Goede <hdegoede@redhat.com>
4346 L:      linux-media@vger.kernel.org
4347 T:      git git://linuxtv.org/media_tree.git
4348 S:      Maintained
4349 F:      drivers/media/usb/gspca/
4350
4351 GUID PARTITION TABLE (GPT)
4352 M:      Davidlohr Bueso <davidlohr@hp.com>
4353 L:      linux-efi@vger.kernel.org
4354 S:      Maintained
4355 F:      block/partitions/efi.*
4356
4357 STK1160 USB VIDEO CAPTURE DRIVER
4358 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4359 L:      linux-media@vger.kernel.org
4360 T:      git git://linuxtv.org/media_tree.git
4361 S:      Maintained
4362 F:      drivers/media/usb/stk1160/
4363
4364 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4365 M:      Frank Seidel <frank@f-seidel.de>
4366 L:      platform-driver-x86@vger.kernel.org
4367 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4368 S:      Maintained
4369 F:      drivers/platform/x86/hdaps.c
4370
4371 HDPVR USB VIDEO ENCODER DRIVER
4372 M:      Hans Verkuil <hverkuil@xs4all.nl>
4373 L:      linux-media@vger.kernel.org
4374 T:      git git://linuxtv.org/media_tree.git
4375 W:      http://linuxtv.org
4376 S:      Odd Fixes
4377 F:      drivers/media/usb/hdpvr/
4378
4379 HWPOISON MEMORY FAILURE HANDLING
4380 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4381 L:      linux-mm@kvack.org
4382 S:      Maintained
4383 F:      mm/memory-failure.c
4384 F:      mm/hwpoison-inject.c
4385
4386 HYPERVISOR VIRTUAL CONSOLE DRIVER
4387 L:      linuxppc-dev@lists.ozlabs.org
4388 S:      Odd Fixes
4389 F:      drivers/tty/hvc/
4390
4391 HACKRF MEDIA DRIVER
4392 M:      Antti Palosaari <crope@iki.fi>
4393 L:      linux-media@vger.kernel.org
4394 W:      http://linuxtv.org/
4395 W:      http://palosaari.fi/linux/
4396 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4397 T:      git git://linuxtv.org/anttip/media_tree.git
4398 S:      Maintained
4399 F:      drivers/media/usb/hackrf/
4400
4401 HARDWARE MONITORING
4402 M:      Jean Delvare <jdelvare@suse.de>
4403 M:      Guenter Roeck <linux@roeck-us.net>
4404 L:      lm-sensors@lm-sensors.org
4405 W:      http://www.lm-sensors.org/
4406 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4408 S:      Maintained
4409 F:      Documentation/hwmon/
4410 F:      drivers/hwmon/
4411 F:      include/linux/hwmon*.h
4412
4413 HARDWARE RANDOM NUMBER GENERATOR CORE
4414 M:      Matt Mackall <mpm@selenic.com>
4415 M:      Herbert Xu <herbert@gondor.apana.org.au>
4416 S:      Odd fixes
4417 F:      Documentation/hw_random.txt
4418 F:      drivers/char/hw_random/
4419 F:      include/linux/hw_random.h
4420
4421 HARDWARE SPINLOCK CORE
4422 M:      Ohad Ben-Cohen <ohad@wizery.com>
4423 S:      Maintained
4424 F:      Documentation/hwspinlock.txt
4425 F:      drivers/hwspinlock/hwspinlock_*
4426 F:      include/linux/hwspinlock.h
4427
4428 HARMONY SOUND DRIVER
4429 L:      linux-parisc@vger.kernel.org
4430 S:      Maintained
4431 F:      sound/parisc/harmony.*
4432
4433 HD29L2 MEDIA DRIVER
4434 M:      Antti Palosaari <crope@iki.fi>
4435 L:      linux-media@vger.kernel.org
4436 W:      http://linuxtv.org/
4437 W:      http://palosaari.fi/linux/
4438 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4439 T:      git git://linuxtv.org/anttip/media_tree.git
4440 S:      Maintained
4441 F:      drivers/media/dvb-frontends/hd29l2*
4442
4443 HEWLETT-PACKARD SMART2 RAID DRIVER
4444 L:      iss_storagedev@hp.com
4445 S:      Orphan
4446 F:      Documentation/blockdev/cpqarray.txt
4447 F:      drivers/block/cpqarray.*
4448
4449 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4450 M:      Don Brace <don.brace@pmcs.com>
4451 L:      iss_storagedev@hp.com
4452 L:      storagedev@pmcs.com
4453 L:      linux-scsi@vger.kernel.org
4454 S:      Supported
4455 F:      Documentation/scsi/hpsa.txt
4456 F:      drivers/scsi/hpsa*.[ch]
4457 F:      include/linux/cciss*.h
4458 F:      include/uapi/linux/cciss*.h
4459
4460 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4461 M:      Don Brace <don.brace@pmcs.com>
4462 L:      iss_storagedev@hp.com
4463 L:      storagedev@pmcs.com
4464 L:      linux-scsi@vger.kernel.org
4465 S:      Supported
4466 F:      Documentation/blockdev/cciss.txt
4467 F:      drivers/block/cciss*
4468 F:      include/linux/cciss_ioctl.h
4469 F:      include/uapi/linux/cciss_ioctl.h
4470
4471 HFS FILESYSTEM
4472 L:      linux-fsdevel@vger.kernel.org
4473 S:      Orphan
4474 F:      Documentation/filesystems/hfs.txt
4475 F:      fs/hfs/
4476
4477 HFSPLUS FILESYSTEM
4478 L:      linux-fsdevel@vger.kernel.org
4479 S:      Orphan
4480 F:      Documentation/filesystems/hfsplus.txt
4481 F:      fs/hfsplus/
4482
4483 HGA FRAMEBUFFER DRIVER
4484 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4485 L:      linux-nvidia@lists.surfsouth.com
4486 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4487 S:      Maintained
4488 F:      drivers/video/fbdev/hgafb.c
4489
4490 HIBERNATION (aka Software Suspend, aka swsusp)
4491 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4492 M:      Pavel Machek <pavel@ucw.cz>
4493 L:      linux-pm@vger.kernel.org
4494 S:      Supported
4495 F:      arch/x86/power/
4496 F:      drivers/base/power/
4497 F:      kernel/power/
4498 F:      include/linux/suspend.h
4499 F:      include/linux/freezer.h
4500 F:      include/linux/pm.h
4501 F:      arch/*/include/asm/suspend*.h
4502
4503 HID CORE LAYER
4504 M:      Jiri Kosina <jkosina@suse.cz>
4505 L:      linux-input@vger.kernel.org
4506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4507 S:      Maintained
4508 F:      drivers/hid/
4509 F:      include/linux/hid*
4510 F:      include/uapi/linux/hid*
4511
4512 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4513 M:      Thomas Gleixner <tglx@linutronix.de>
4514 L:      linux-kernel@vger.kernel.org
4515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4516 S:      Maintained
4517 F:      Documentation/timers/
4518 F:      kernel/time/hrtimer.c
4519 F:      kernel/time/clockevents.c
4520 F:      kernel/time/tick*.*
4521 F:      kernel/time/timer_*.c
4522 F:      include/linux/clockchips.h
4523 F:      include/linux/hrtimer.h
4524
4525 HIGH-SPEED SCC DRIVER FOR AX.25
4526 L:      linux-hams@vger.kernel.org
4527 S:      Orphan
4528 F:      drivers/net/hamradio/dmascc.c
4529 F:      drivers/net/hamradio/scc.c
4530
4531 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4532 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4533 W:      http://www.highpoint-tech.com
4534 S:      Supported
4535 F:      Documentation/scsi/hptiop.txt
4536 F:      drivers/scsi/hptiop.c
4537
4538 HIPPI
4539 M:      Jes Sorensen <jes@trained-monkey.org>
4540 L:      linux-hippi@sunsite.dk
4541 S:      Maintained
4542 F:      include/linux/hippidevice.h
4543 F:      include/uapi/linux/if_hippi.h
4544 F:      net/802/hippi.c
4545 F:      drivers/net/hippi/
4546
4547 HOST AP DRIVER
4548 M:      Jouni Malinen <j@w1.fi>
4549 L:      hostap@shmoo.com (subscribers-only)
4550 L:      linux-wireless@vger.kernel.org
4551 W:      http://hostap.epitest.fi/
4552 S:      Maintained
4553 F:      drivers/net/wireless/hostap/
4554
4555 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4556 L:      platform-driver-x86@vger.kernel.org
4557 S:      Orphan
4558 F:      drivers/platform/x86/tc1100-wmi.c
4559
4560 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4561 M:      Jaroslav Kysela <perex@perex.cz>
4562 S:      Maintained
4563 F:      drivers/net/ethernet/hp/hp100.*
4564
4565 HPET:   High Precision Event Timers driver
4566 M:      Clemens Ladisch <clemens@ladisch.de>
4567 S:      Maintained
4568 F:      Documentation/timers/hpet.txt
4569 F:      drivers/char/hpet.c
4570 F:      include/linux/hpet.h
4571 F:      include/uapi/linux/hpet.h
4572
4573 HPET:   x86
4574 S:      Orphan
4575 F:      arch/x86/kernel/hpet.c
4576 F:      arch/x86/include/asm/hpet.h
4577
4578 HPFS FILESYSTEM
4579 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4580 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4581 S:      Maintained
4582 F:      fs/hpfs/
4583
4584 HSI SUBSYSTEM
4585 M:      Sebastian Reichel <sre@kernel.org>
4586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4587 S:      Maintained
4588 F:      Documentation/ABI/testing/sysfs-bus-hsi
4589 F:      Documentation/hsi.txt
4590 F:      drivers/hsi/
4591 F:      include/linux/hsi/
4592 F:      include/uapi/linux/hsi/
4593
4594 HSO 3G MODEM DRIVER
4595 M:      Jan Dumon <j.dumon@option.com>
4596 W:      http://www.pharscape.org
4597 S:      Maintained
4598 F:      drivers/net/usb/hso.c
4599
4600 HSR NETWORK PROTOCOL
4601 M:      Arvid Brodin <arvid.brodin@alten.se>
4602 L:      netdev@vger.kernel.org
4603 S:      Maintained
4604 F:      net/hsr/
4605
4606 HTCPEN TOUCHSCREEN DRIVER
4607 M:      Pau Oliva Fora <pof@eslack.org>
4608 L:      linux-input@vger.kernel.org
4609 S:      Maintained
4610 F:      drivers/input/touchscreen/htcpen.c
4611
4612 HUGETLB FILESYSTEM
4613 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4614 S:      Maintained
4615 F:      fs/hugetlbfs/
4616
4617 Hyper-V CORE AND DRIVERS
4618 M:      K. Y. Srinivasan <kys@microsoft.com>
4619 M:      Haiyang Zhang <haiyangz@microsoft.com>
4620 L:      devel@linuxdriverproject.org
4621 S:      Maintained
4622 F:      arch/x86/include/asm/mshyperv.h
4623 F:      arch/x86/include/uapi/asm/hyperv.h
4624 F:      arch/x86/kernel/cpu/mshyperv.c
4625 F:      drivers/hid/hid-hyperv.c
4626 F:      drivers/hv/
4627 F:      drivers/input/serio/hyperv-keyboard.c
4628 F:      drivers/net/hyperv/
4629 F:      drivers/scsi/storvsc_drv.c
4630 F:      drivers/video/fbdev/hyperv_fb.c
4631 F:      include/linux/hyperv.h
4632 F:      tools/hv/
4633
4634 I2C OVER PARALLEL PORT
4635 M:      Jean Delvare <jdelvare@suse.de>
4636 L:      linux-i2c@vger.kernel.org
4637 S:      Maintained
4638 F:      Documentation/i2c/busses/i2c-parport
4639 F:      Documentation/i2c/busses/i2c-parport-light
4640 F:      drivers/i2c/busses/i2c-parport.c
4641 F:      drivers/i2c/busses/i2c-parport-light.c
4642
4643 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4644 M:      Jean Delvare <jdelvare@suse.de>
4645 L:      linux-i2c@vger.kernel.org
4646 S:      Maintained
4647 F:      Documentation/i2c/busses/i2c-ali1535
4648 F:      Documentation/i2c/busses/i2c-ali1563
4649 F:      Documentation/i2c/busses/i2c-ali15x3
4650 F:      Documentation/i2c/busses/i2c-amd756
4651 F:      Documentation/i2c/busses/i2c-amd8111
4652 F:      Documentation/i2c/busses/i2c-i801
4653 F:      Documentation/i2c/busses/i2c-nforce2
4654 F:      Documentation/i2c/busses/i2c-piix4
4655 F:      Documentation/i2c/busses/i2c-sis5595
4656 F:      Documentation/i2c/busses/i2c-sis630
4657 F:      Documentation/i2c/busses/i2c-sis96x
4658 F:      Documentation/i2c/busses/i2c-via
4659 F:      Documentation/i2c/busses/i2c-viapro
4660 F:      drivers/i2c/busses/i2c-ali1535.c
4661 F:      drivers/i2c/busses/i2c-ali1563.c
4662 F:      drivers/i2c/busses/i2c-ali15x3.c
4663 F:      drivers/i2c/busses/i2c-amd756.c
4664 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4665 F:      drivers/i2c/busses/i2c-amd8111.c
4666 F:      drivers/i2c/busses/i2c-i801.c
4667 F:      drivers/i2c/busses/i2c-isch.c
4668 F:      drivers/i2c/busses/i2c-nforce2.c
4669 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4670 F:      drivers/i2c/busses/i2c-piix4.c
4671 F:      drivers/i2c/busses/i2c-sis5595.c
4672 F:      drivers/i2c/busses/i2c-sis630.c
4673 F:      drivers/i2c/busses/i2c-sis96x.c
4674 F:      drivers/i2c/busses/i2c-via.c
4675 F:      drivers/i2c/busses/i2c-viapro.c
4676
4677 I2C/SMBUS ISMT DRIVER
4678 M:      Seth Heasley <seth.heasley@intel.com>
4679 M:      Neil Horman <nhorman@tuxdriver.com>
4680 L:      linux-i2c@vger.kernel.org
4681 F:      drivers/i2c/busses/i2c-ismt.c
4682 F:      Documentation/i2c/busses/i2c-ismt
4683
4684 I2C/SMBUS STUB DRIVER
4685 M:      Jean Delvare <jdelvare@suse.de>
4686 L:      linux-i2c@vger.kernel.org
4687 S:      Maintained
4688 F:      drivers/i2c/i2c-stub.c
4689
4690 I2C SUBSYSTEM
4691 M:      Wolfram Sang <wsa@the-dreams.de>
4692 L:      linux-i2c@vger.kernel.org
4693 W:      https://i2c.wiki.kernel.org/
4694 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4696 S:      Maintained
4697 F:      Documentation/devicetree/bindings/i2c/
4698 F:      Documentation/i2c/
4699 F:      drivers/i2c/
4700 F:      include/linux/i2c.h
4701 F:      include/linux/i2c-*.h
4702 F:      include/uapi/linux/i2c.h
4703 F:      include/uapi/linux/i2c-*.h
4704
4705 I2C ACPI SUPPORT
4706 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4707 L:      linux-i2c@vger.kernel.org
4708 L:      linux-acpi@vger.kernel.org
4709 S:      Maintained
4710
4711 I2C-TAOS-EVM DRIVER
4712 M:      Jean Delvare <jdelvare@suse.de>
4713 L:      linux-i2c@vger.kernel.org
4714 S:      Maintained
4715 F:      Documentation/i2c/busses/i2c-taos-evm
4716 F:      drivers/i2c/busses/i2c-taos-evm.c
4717
4718 I2C-TINY-USB DRIVER
4719 M:      Till Harbaum <till@harbaum.org>
4720 L:      linux-i2c@vger.kernel.org
4721 W:      http://www.harbaum.org/till/i2c_tiny_usb
4722 S:      Maintained
4723 F:      drivers/i2c/busses/i2c-tiny-usb.c
4724
4725 i386 BOOT CODE
4726 M:      "H. Peter Anvin" <hpa@zytor.com>
4727 S:      Maintained
4728 F:      arch/x86/boot/
4729
4730 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4731 M:      "H. Peter Anvin" <hpa@zytor.com>
4732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4733 S:      Maintained
4734
4735 IA64 (Itanium) PLATFORM
4736 M:      Tony Luck <tony.luck@intel.com>
4737 M:      Fenghua Yu <fenghua.yu@intel.com>
4738 L:      linux-ia64@vger.kernel.org
4739 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4740 S:      Maintained
4741 F:      arch/ia64/
4742
4743 IBM Power in-Nest Crypto Acceleration
4744 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4745 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4746 L:      linux-crypto@vger.kernel.org
4747 S:      Supported
4748 F:      drivers/crypto/nx/
4749
4750 IBM Power 842 compression accelerator
4751 M:      Dan Streetman <ddstreet@us.ibm.com>
4752 S:      Supported
4753 F:      drivers/crypto/nx/nx-842.c
4754 F:      include/linux/nx842.h
4755
4756 IBM Power Linux RAID adapter
4757 M:      Brian King <brking@us.ibm.com>
4758 S:      Supported
4759 F:      drivers/scsi/ipr.*
4760
4761 IBM Power Virtual Ethernet Device Driver
4762 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4763 L:      netdev@vger.kernel.org
4764 S:      Supported
4765 F:      drivers/net/ethernet/ibm/ibmveth.*
4766
4767 IBM Power Virtual SCSI Device Drivers
4768 M:      Nathan Fontenot <nfont@linux.vnet.ibm.com>
4769 L:      linux-scsi@vger.kernel.org
4770 S:      Supported
4771 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4772 F:      drivers/scsi/ibmvscsi/viosrp.h
4773
4774 IBM Power Virtual FC Device Drivers
4775 M:      Brian King <brking@linux.vnet.ibm.com>
4776 L:      linux-scsi@vger.kernel.org
4777 S:      Supported
4778 F:      drivers/scsi/ibmvscsi/ibmvfc*
4779
4780 IBM ServeRAID RAID DRIVER
4781 S:      Orphan
4782 F:      drivers/scsi/ips.*
4783
4784 ICH LPC AND GPIO DRIVER
4785 M:      Peter Tyser <ptyser@xes-inc.com>
4786 S:      Maintained
4787 F:      drivers/mfd/lpc_ich.c
4788 F:      drivers/gpio/gpio-ich.c
4789
4790 IDE SUBSYSTEM
4791 M:      "David S. Miller" <davem@davemloft.net>
4792 L:      linux-ide@vger.kernel.org
4793 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4795 S:      Maintained
4796 F:      Documentation/ide/
4797 F:      drivers/ide/
4798 F:      include/linux/ide.h
4799
4800 IDEAPAD LAPTOP EXTRAS DRIVER
4801 M:      Ike Panhc <ike.pan@canonical.com>
4802 L:      platform-driver-x86@vger.kernel.org
4803 W:      http://launchpad.net/ideapad-laptop
4804 S:      Maintained
4805 F:      drivers/platform/x86/ideapad-laptop.c
4806
4807 IDEAPAD LAPTOP SLIDEBAR DRIVER
4808 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4809 L:      linux-input@vger.kernel.org
4810 W:      https://github.com/o2genum/ideapad-slidebar
4811 S:      Maintained
4812 F:      drivers/input/misc/ideapad_slidebar.c
4813
4814 IDE/ATAPI DRIVERS
4815 M:      Borislav Petkov <bp@alien8.de>
4816 L:      linux-ide@vger.kernel.org
4817 S:      Maintained
4818 F:      Documentation/cdrom/ide-cd
4819 F:      drivers/ide/ide-cd*
4820
4821 IDLE-I7300
4822 M:      Andy Henroid <andrew.d.henroid@intel.com>
4823 L:      linux-pm@vger.kernel.org
4824 S:      Supported
4825 F:      drivers/idle/i7300_idle.c
4826
4827 IEEE 802.15.4 SUBSYSTEM
4828 M:      Alexander Aring <alex.aring@gmail.com>
4829 L:      linux-wpan@vger.kernel.org
4830 W:      https://github.com/linux-wpan
4831 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4832 S:      Maintained
4833 F:      net/ieee802154/
4834 F:      net/mac802154/
4835 F:      drivers/net/ieee802154/
4836 F:      include/linux/nl802154.h
4837 F:      include/linux/ieee802154.h
4838 F:      include/net/nl802154.h
4839 F:      include/net/mac802154.h
4840 F:      include/net/af_ieee802154.h
4841 F:      include/net/cfg802154.h
4842 F:      include/net/ieee802154_netdev.h
4843 F:      Documentation/networking/ieee802154.txt
4844
4845 IGORPLUG-USB IR RECEIVER
4846 M:      Sean Young <sean@mess.org>
4847 L:      linux-media@vger.kernel.org
4848 S:      Maintained
4849 F:      drivers/media/rc/igorplugusb.c
4850
4851 IGUANAWORKS USB IR TRANSCEIVER
4852 M:      Sean Young <sean@mess.org>
4853 L:      linux-media@vger.kernel.org
4854 S:      Maintained
4855 F:      drivers/media/rc/iguanair.c
4856
4857 IIO SUBSYSTEM AND DRIVERS
4858 M:      Jonathan Cameron <jic23@kernel.org>
4859 R:      Hartmut Knaack <knaack.h@gmx.de>
4860 R:      Lars-Peter Clausen <lars@metafoo.de>
4861 R:      Peter Meerwald <pmeerw@pmeerw.net>
4862 L:      linux-iio@vger.kernel.org
4863 S:      Maintained
4864 F:      drivers/iio/
4865 F:      drivers/staging/iio/
4866 F:      include/linux/iio/
4867
4868 IKANOS/ADI EAGLE ADSL USB DRIVER
4869 M:      Matthieu Castet <castet.matthieu@free.fr>
4870 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4871 S:      Maintained
4872 F:      drivers/usb/atm/ueagle-atm.c
4873
4874 INA209 HARDWARE MONITOR DRIVER
4875 M:      Guenter Roeck <linux@roeck-us.net>
4876 L:      lm-sensors@lm-sensors.org
4877 S:      Maintained
4878 F:      Documentation/hwmon/ina209
4879 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4880 F:      drivers/hwmon/ina209.c
4881
4882 INA2XX HARDWARE MONITOR DRIVER
4883 M:      Guenter Roeck <linux@roeck-us.net>
4884 L:      lm-sensors@lm-sensors.org
4885 S:      Maintained
4886 F:      Documentation/hwmon/ina2xx
4887 F:      drivers/hwmon/ina2xx.c
4888 F:      include/linux/platform_data/ina2xx.h
4889
4890 INDUSTRY PACK SUBSYSTEM (IPACK)
4891 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4892 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4893 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4894 L:      industrypack-devel@lists.sourceforge.net
4895 W:      http://industrypack.sourceforge.net
4896 S:      Maintained
4897 F:      drivers/ipack/
4898
4899 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4900 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4901 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4902 L:      linux-ima-devel@lists.sourceforge.net
4903 L:      linux-ima-user@lists.sourceforge.net
4904 L:      linux-security-module@vger.kernel.org
4905 S:      Supported
4906 F:      security/integrity/ima/
4907
4908 IMGTEC IR DECODER DRIVER
4909 M:      James Hogan <james.hogan@imgtec.com>
4910 S:      Maintained
4911 F:      drivers/media/rc/img-ir/
4912
4913 IMS TWINTURBO FRAMEBUFFER DRIVER
4914 L:      linux-fbdev@vger.kernel.org
4915 S:      Orphan
4916 F:      drivers/video/fbdev/imsttfb.c
4917
4918 INFINIBAND SUBSYSTEM
4919 M:      Roland Dreier <roland@kernel.org>
4920 M:      Sean Hefty <sean.hefty@intel.com>
4921 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4922 L:      linux-rdma@vger.kernel.org
4923 W:      http://www.openfabrics.org/
4924 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4926 S:      Supported
4927 F:      Documentation/infiniband/
4928 F:      drivers/infiniband/
4929 F:      include/uapi/linux/if_infiniband.h
4930
4931 INOTIFY
4932 M:      John McCutchan <john@johnmccutchan.com>
4933 M:      Robert Love <rlove@rlove.org>
4934 M:      Eric Paris <eparis@parisplace.org>
4935 S:      Maintained
4936 F:      Documentation/filesystems/inotify.txt
4937 F:      fs/notify/inotify/
4938 F:      include/linux/inotify.h
4939 F:      include/uapi/linux/inotify.h
4940
4941 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4942 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4943 M:      Dmitry Torokhov <dtor@mail.ru>
4944 L:      linux-input@vger.kernel.org
4945 Q:      http://patchwork.kernel.org/project/linux-input/list/
4946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4947 S:      Maintained
4948 F:      drivers/input/
4949 F:      include/linux/input.h
4950 F:      include/uapi/linux/input.h
4951 F:      include/linux/input/
4952
4953 INPUT MULTITOUCH (MT) PROTOCOL
4954 M:      Henrik Rydberg <rydberg@bitmath.org>
4955 L:      linux-input@vger.kernel.org
4956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4957 S:      Odd fixes
4958 F:      Documentation/input/multi-touch-protocol.txt
4959 F:      drivers/input/input-mt.c
4960 K:      \b(ABS|SYN)_MT_
4961
4962 INTEL C600 SERIES SAS CONTROLLER DRIVER
4963 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4964 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4965 M:      Dave Jiang <dave.jiang@intel.com>
4966 L:      linux-scsi@vger.kernel.org
4967 T:      git git://git.code.sf.net/p/intel-sas/isci
4968 S:      Supported
4969 F:      drivers/scsi/isci/
4970
4971 INTEL IDLE DRIVER
4972 M:      Len Brown <lenb@kernel.org>
4973 L:      linux-pm@vger.kernel.org
4974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4975 S:      Supported
4976 F:      drivers/idle/intel_idle.c
4977
4978 INTEL PSTATE DRIVER
4979 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
4980 L:      linux-pm@vger.kernel.org
4981 S:      Supported
4982 F:      drivers/cpufreq/intel_pstate.c
4983
4984 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4985 M:      Maik Broemme <mbroemme@plusserver.de>
4986 L:      linux-fbdev@vger.kernel.org
4987 S:      Maintained
4988 F:      Documentation/fb/intelfb.txt
4989 F:      drivers/video/fbdev/intelfb/
4990
4991 INTEL 810/815 FRAMEBUFFER DRIVER
4992 M:      Antonino Daplas <adaplas@gmail.com>
4993 L:      linux-fbdev@vger.kernel.org
4994 S:      Maintained
4995 F:      drivers/video/fbdev/i810/
4996
4997 INTEL MENLOW THERMAL DRIVER
4998 M:      Sujith Thomas <sujith.thomas@intel.com>
4999 L:      platform-driver-x86@vger.kernel.org
5000 W:      https://01.org/linux-acpi
5001 S:      Supported
5002 F:      drivers/platform/x86/intel_menlow.c
5003
5004 INTEL IA32 MICROCODE UPDATE SUPPORT
5005 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
5006 S:      Maintained
5007 F:      arch/x86/kernel/cpu/microcode/core*
5008 F:      arch/x86/kernel/cpu/microcode/intel*
5009
5010 INTEL I/OAT DMA DRIVER
5011 M:      Dave Jiang <dave.jiang@intel.com>
5012 R:      Dan Williams <dan.j.williams@intel.com>
5013 L:      dmaengine@vger.kernel.org
5014 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5015 S:      Supported
5016 F:      drivers/dma/ioat*
5017
5018 INTEL IOMMU (VT-d)
5019 M:      David Woodhouse <dwmw2@infradead.org>
5020 L:      iommu@lists.linux-foundation.org
5021 T:      git git://git.infradead.org/iommu-2.6.git
5022 S:      Supported
5023 F:      drivers/iommu/intel-iommu.c
5024 F:      include/linux/intel-iommu.h
5025
5026 INTEL IOP-ADMA DMA DRIVER
5027 R:      Dan Williams <dan.j.williams@intel.com>
5028 S:      Odd fixes
5029 F:      drivers/dma/iop-adma.c
5030
5031 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5032 M:      Krzysztof Halasa <khalasa@piap.pl>
5033 S:      Maintained
5034 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5035 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5036 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5037 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5038 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5039 F:      drivers/net/wan/ixp4xx_hss.c
5040
5041 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5042 M:      Deepak Saxena <dsaxena@plexity.net>
5043 S:      Maintained
5044 F:      drivers/char/hw_random/ixp4xx-rng.c
5045
5046 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5047 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5048 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5049 M:      Bruce Allan <bruce.w.allan@intel.com>
5050 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5051 M:      Don Skidmore <donald.c.skidmore@intel.com>
5052 M:      Greg Rose <gregory.v.rose@intel.com>
5053 M:      Matthew Vick <matthew.vick@intel.com>
5054 M:      John Ronciak <john.ronciak@intel.com>
5055 M:      Mitch Williams <mitch.a.williams@intel.com>
5056 M:      Linux NICS <linux.nics@intel.com>
5057 L:      e1000-devel@lists.sourceforge.net
5058 W:      http://www.intel.com/support/feedback.htm
5059 W:      http://e1000.sourceforge.net/
5060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5062 S:      Supported
5063 F:      Documentation/networking/e100.txt
5064 F:      Documentation/networking/e1000.txt
5065 F:      Documentation/networking/e1000e.txt
5066 F:      Documentation/networking/igb.txt
5067 F:      Documentation/networking/igbvf.txt
5068 F:      Documentation/networking/ixgb.txt
5069 F:      Documentation/networking/ixgbe.txt
5070 F:      Documentation/networking/ixgbevf.txt
5071 F:      Documentation/networking/i40e.txt
5072 F:      Documentation/networking/i40evf.txt
5073 F:      drivers/net/ethernet/intel/
5074 F:      drivers/net/ethernet/intel/*/
5075
5076 INTEL-MID GPIO DRIVER
5077 M:      David Cohen <david.a.cohen@linux.intel.com>
5078 L:      linux-gpio@vger.kernel.org
5079 S:      Maintained
5080 F:      drivers/gpio/gpio-intel-mid.c
5081
5082 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5083 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5084 L:      linux-wireless@vger.kernel.org
5085 S:      Maintained
5086 F:      Documentation/networking/README.ipw2100
5087 F:      Documentation/networking/README.ipw2200
5088 F:      drivers/net/wireless/ipw2x00/
5089
5090 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5091 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5092 M:      Gang Wei <gang.wei@intel.com>
5093 M:      Shane Wang <shane.wang@intel.com>
5094 L:      tboot-devel@lists.sourceforge.net
5095 W:      http://tboot.sourceforge.net
5096 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5097 S:      Supported
5098 F:      Documentation/intel_txt.txt
5099 F:      include/linux/tboot.h
5100 F:      arch/x86/kernel/tboot.c
5101
5102 INTEL WIRELESS WIMAX CONNECTION 2400
5103 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5104 M:      linux-wimax@intel.com
5105 L:     wimax@linuxwimax.org (subscribers-only)
5106 S:      Supported
5107 W:      http://linuxwimax.org
5108 F:      Documentation/wimax/README.i2400m
5109 F:      drivers/net/wimax/i2400m/
5110 F:      include/uapi/linux/wimax/i2400m.h
5111
5112 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5113 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5114 L:      linux-wireless@vger.kernel.org
5115 S:      Supported
5116 F:      drivers/net/wireless/iwlegacy/
5117
5118 INTEL WIRELESS WIFI LINK (iwlwifi)
5119 M:      Johannes Berg <johannes.berg@intel.com>
5120 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5121 M:      Intel Linux Wireless <ilw@linux.intel.com>
5122 L:      linux-wireless@vger.kernel.org
5123 W:      http://intellinuxwireless.org
5124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5125 S:      Supported
5126 F:      drivers/net/wireless/iwlwifi/
5127
5128 INTEL MANAGEMENT ENGINE (mei)
5129 M:      Tomas Winkler <tomas.winkler@intel.com>
5130 L:      linux-kernel@vger.kernel.org
5131 S:      Supported
5132 F:      include/uapi/linux/mei.h
5133 F:      drivers/misc/mei/*
5134 F:      Documentation/misc-devices/mei/*
5135
5136 IOC3 ETHERNET DRIVER
5137 M:      Ralf Baechle <ralf@linux-mips.org>
5138 L:      linux-mips@linux-mips.org
5139 S:      Maintained
5140 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5141
5142 IOC3 SERIAL DRIVER
5143 M:      Pat Gefre <pfg@sgi.com>
5144 L:      linux-serial@vger.kernel.org
5145 S:      Maintained
5146 F:      drivers/tty/serial/ioc3_serial.c
5147
5148 IOMMU DRIVERS
5149 M:      Joerg Roedel <joro@8bytes.org>
5150 L:      iommu@lists.linux-foundation.org
5151 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5152 S:      Maintained
5153 F:      drivers/iommu/
5154
5155 IP MASQUERADING
5156 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5157 S:      Maintained
5158 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5159
5160 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5161 M:      Francois Romieu <romieu@fr.zoreil.com>
5162 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5163 L:      netdev@vger.kernel.org
5164 S:      Maintained
5165 F:      drivers/net/ethernet/icplus/ipg.*
5166
5167 IPATH DRIVER
5168 M:      Mike Marciniszyn <infinipath@intel.com>
5169 L:      linux-rdma@vger.kernel.org
5170 S:      Maintained
5171 F:      drivers/infiniband/hw/ipath/
5172
5173 IPMI SUBSYSTEM
5174 M:      Corey Minyard <minyard@acm.org>
5175 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5176 W:      http://openipmi.sourceforge.net/
5177 S:      Supported
5178 F:      Documentation/IPMI.txt
5179 F:      drivers/char/ipmi/
5180 F:      include/linux/ipmi*
5181 F:      include/uapi/linux/ipmi*
5182
5183 IPS SCSI RAID DRIVER
5184 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5185 L:      linux-scsi@vger.kernel.org
5186 W:      http://www.adaptec.com/
5187 S:      Maintained
5188 F:      drivers/scsi/ips*
5189
5190 IPVS
5191 M:      Wensong Zhang <wensong@linux-vs.org>
5192 M:      Simon Horman <horms@verge.net.au>
5193 M:      Julian Anastasov <ja@ssi.bg>
5194 L:      netdev@vger.kernel.org
5195 L:      lvs-devel@vger.kernel.org
5196 S:      Maintained
5197 F:      Documentation/networking/ipvs-sysctl.txt
5198 F:      include/net/ip_vs.h
5199 F:      include/uapi/linux/ip_vs.h
5200 F:      net/netfilter/ipvs/
5201
5202 IPWIRELESS DRIVER
5203 M:      Jiri Kosina <jkosina@suse.cz>
5204 M:      David Sterba <dsterba@suse.cz>
5205 S:      Odd Fixes
5206 F:      drivers/tty/ipwireless/
5207
5208 IPX NETWORK LAYER
5209 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5210 L:      netdev@vger.kernel.org
5211 S:      Maintained
5212 F:      include/net/ipx.h
5213 F:      include/uapi/linux/ipx.h
5214 F:      net/ipx/
5215
5216 IRDA SUBSYSTEM
5217 M:      Samuel Ortiz <samuel@sortiz.org>
5218 L:      irda-users@lists.sourceforge.net (subscribers-only)
5219 L:      netdev@vger.kernel.org
5220 W:      http://irda.sourceforge.net/
5221 S:      Maintained
5222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5223 F:      Documentation/networking/irda.txt
5224 F:      drivers/net/irda/
5225 F:      include/net/irda/
5226 F:      net/irda/
5227
5228 IRQ SUBSYSTEM
5229 M:      Thomas Gleixner <tglx@linutronix.de>
5230 L:      linux-kernel@vger.kernel.org
5231 S:      Maintained
5232 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5233 F:      kernel/irq/
5234
5235 IRQCHIP DRIVERS
5236 M:      Thomas Gleixner <tglx@linutronix.de>
5237 M:      Jason Cooper <jason@lakedaemon.net>
5238 L:      linux-kernel@vger.kernel.org
5239 S:      Maintained
5240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5241 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5242 F:      Documentation/devicetree/bindings/interrupt-controller/
5243 F:      drivers/irqchip/
5244
5245 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5246 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5247 S:      Maintained
5248 F:      Documentation/IRQ-domain.txt
5249 F:      include/linux/irqdomain.h
5250 F:      kernel/irq/irqdomain.c
5251
5252 ISAPNP
5253 M:      Jaroslav Kysela <perex@perex.cz>
5254 S:      Maintained
5255 F:      Documentation/isapnp.txt
5256 F:      drivers/pnp/isapnp/
5257 F:      include/linux/isapnp.h
5258
5259 ISA RADIO MODULE
5260 M:      Hans Verkuil <hverkuil@xs4all.nl>
5261 L:      linux-media@vger.kernel.org
5262 T:      git git://linuxtv.org/media_tree.git
5263 W:      http://linuxtv.org
5264 S:      Maintained
5265 F:      drivers/media/radio/radio-isa*
5266
5267 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5268 M:      Peter Jones <pjones@redhat.com>
5269 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5270 S:      Maintained
5271 F:      drivers/firmware/iscsi_ibft*
5272
5273 ISCSI
5274 M:      Mike Christie <michaelc@cs.wisc.edu>
5275 L:      open-iscsi@googlegroups.com
5276 W:      www.open-iscsi.org
5277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5278 S:      Maintained
5279 F:      drivers/scsi/*iscsi*
5280 F:      include/scsi/*iscsi*
5281
5282 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5283 M:      Or Gerlitz <ogerlitz@mellanox.com>
5284 M:      Sagi Grimberg <sagig@mellanox.com>
5285 M:      Roi Dayan <roid@mellanox.com>
5286 L:      linux-rdma@vger.kernel.org
5287 S:      Supported
5288 W:      http://www.openfabrics.org
5289 W:      www.open-iscsi.org
5290 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5291 F:      drivers/infiniband/ulp/iser/
5292
5293 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5294 M:      Sagi Grimberg <sagig@mellanox.com>
5295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5296 L:      linux-rdma@vger.kernel.org
5297 L:      target-devel@vger.kernel.org
5298 S:      Supported
5299 W:      http://www.linux-iscsi.org
5300 F:      drivers/infiniband/ulp/isert
5301
5302 ISDN SUBSYSTEM
5303 M:      Karsten Keil <isdn@linux-pingi.de>
5304 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5305 L:      netdev@vger.kernel.org
5306 W:      http://www.isdn4linux.de
5307 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5308 S:      Maintained
5309 F:      Documentation/isdn/
5310 F:      drivers/isdn/
5311 F:      include/linux/isdn.h
5312 F:      include/linux/isdn/
5313 F:      include/uapi/linux/isdn.h
5314 F:      include/uapi/linux/isdn/
5315
5316 ISDN SUBSYSTEM (Eicon active card driver)
5317 M:      Armin Schindler <mac@melware.de>
5318 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5319 W:      http://www.melware.de
5320 S:      Maintained
5321 F:      drivers/isdn/hardware/eicon/
5322
5323 IT87 HARDWARE MONITORING DRIVER
5324 M:      Jean Delvare <jdelvare@suse.de>
5325 L:      lm-sensors@lm-sensors.org
5326 S:      Maintained
5327 F:      Documentation/hwmon/it87
5328 F:      drivers/hwmon/it87.c
5329
5330 IT913X MEDIA DRIVER
5331 M:      Antti Palosaari <crope@iki.fi>
5332 L:      linux-media@vger.kernel.org
5333 W:      http://linuxtv.org/
5334 W:      http://palosaari.fi/linux/
5335 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5336 T:      git git://linuxtv.org/anttip/media_tree.git
5337 S:      Maintained
5338 F:      drivers/media/tuners/it913x*
5339
5340 IVTV VIDEO4LINUX DRIVER
5341 M:      Andy Walls <awalls@md.metrocast.net>
5342 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5343 L:      linux-media@vger.kernel.org
5344 T:      git git://linuxtv.org/media_tree.git
5345 W:      http://www.ivtvdriver.org
5346 S:      Maintained
5347 F:      Documentation/video4linux/*.ivtv
5348 F:      drivers/media/pci/ivtv/
5349 F:      include/uapi/linux/ivtv*
5350
5351 IX2505V MEDIA DRIVER
5352 M:      Malcolm Priestley <tvboxspy@gmail.com>
5353 L:      linux-media@vger.kernel.org
5354 W:      http://linuxtv.org/
5355 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5356 S:      Maintained
5357 F:      drivers/media/dvb-frontends/ix2505v*
5358
5359 JC42.4 TEMPERATURE SENSOR DRIVER
5360 M:      Guenter Roeck <linux@roeck-us.net>
5361 L:      lm-sensors@lm-sensors.org
5362 S:      Maintained
5363 F:      drivers/hwmon/jc42.c
5364 F:      Documentation/hwmon/jc42
5365
5366 JFS FILESYSTEM
5367 M:      Dave Kleikamp <shaggy@kernel.org>
5368 L:      jfs-discussion@lists.sourceforge.net
5369 W:      http://jfs.sourceforge.net/
5370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5371 S:      Maintained
5372 F:      Documentation/filesystems/jfs.txt
5373 F:      fs/jfs/
5374
5375 JME NETWORK DRIVER
5376 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5377 L:      netdev@vger.kernel.org
5378 S:      Maintained
5379 F:      drivers/net/ethernet/jme.*
5380
5381 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5382 M:      David Woodhouse <dwmw2@infradead.org>
5383 L:      linux-mtd@lists.infradead.org
5384 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5385 S:      Maintained
5386 F:      fs/jffs2/
5387 F:      include/uapi/linux/jffs2.h
5388
5389 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5390 M:      Andrew Morton <akpm@linux-foundation.org>
5391 M:      Jan Kara <jack@suse.cz>
5392 L:      linux-ext4@vger.kernel.org
5393 S:      Maintained
5394 F:      fs/jbd/
5395 F:      include/linux/jbd.h
5396
5397 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5398 M:      "Theodore Ts'o" <tytso@mit.edu>
5399 L:      linux-ext4@vger.kernel.org
5400 S:      Maintained
5401 F:      fs/jbd2/
5402 F:      include/linux/jbd2.h
5403
5404 JSM Neo PCI based serial card
5405 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5406 L:      linux-serial@vger.kernel.org
5407 S:      Maintained
5408 F:      drivers/tty/serial/jsm/
5409
5410 K10TEMP HARDWARE MONITORING DRIVER
5411 M:      Clemens Ladisch <clemens@ladisch.de>
5412 L:      lm-sensors@lm-sensors.org
5413 S:      Maintained
5414 F:      Documentation/hwmon/k10temp
5415 F:      drivers/hwmon/k10temp.c
5416
5417 K8TEMP HARDWARE MONITORING DRIVER
5418 M:      Rudolf Marek <r.marek@assembler.cz>
5419 L:      lm-sensors@lm-sensors.org
5420 S:      Maintained
5421 F:      Documentation/hwmon/k8temp
5422 F:      drivers/hwmon/k8temp.c
5423
5424 KCONFIG
5425 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5426 L:      linux-kbuild@vger.kernel.org
5427 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5428 S:      Maintained
5429 F:      Documentation/kbuild/kconfig-language.txt
5430 F:      scripts/kconfig/
5431
5432 KDUMP
5433 M:      Vivek Goyal <vgoyal@redhat.com>
5434 M:      Haren Myneni <hbabu@us.ibm.com>
5435 L:      kexec@lists.infradead.org
5436 W:      http://lse.sourceforge.net/kdump/
5437 S:      Maintained
5438 F:      Documentation/kdump/
5439
5440 KEENE FM RADIO TRANSMITTER DRIVER
5441 M:      Hans Verkuil <hverkuil@xs4all.nl>
5442 L:      linux-media@vger.kernel.org
5443 T:      git git://linuxtv.org/media_tree.git
5444 W:      http://linuxtv.org
5445 S:      Maintained
5446 F:      drivers/media/radio/radio-keene*
5447
5448 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5449 M:      Ian Kent <raven@themaw.net>
5450 L:      autofs@vger.kernel.org
5451 S:      Maintained
5452 F:      fs/autofs4/
5453
5454 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5455 M:      Michal Marek <mmarek@suse.cz>
5456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5458 L:      linux-kbuild@vger.kernel.org
5459 S:      Maintained
5460 F:      Documentation/kbuild/
5461 F:      Makefile
5462 F:      scripts/Makefile.*
5463 F:      scripts/basic/
5464 F:      scripts/mk*
5465 F:      scripts/package/
5466
5467 KERNEL JANITORS
5468 L:      kernel-janitors@vger.kernel.org
5469 W:      http://kernelnewbies.org/KernelJanitors
5470 S:      Odd Fixes
5471
5472 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5473 M:      "J. Bruce Fields" <bfields@fieldses.org>
5474 L:      linux-nfs@vger.kernel.org
5475 W:      http://nfs.sourceforge.net/
5476 S:      Supported
5477 F:      fs/nfsd/
5478 F:      include/uapi/linux/nfsd/
5479 F:      fs/lockd/
5480 F:      fs/nfs_common/
5481 F:      net/sunrpc/
5482 F:      include/linux/lockd/
5483 F:      include/linux/sunrpc/
5484 F:      include/uapi/linux/sunrpc/
5485
5486 KERNEL SELFTEST FRAMEWORK
5487 M:      Shuah Khan <shuahkh@osg.samsung.com>
5488 L:      linux-api@vger.kernel.org
5489 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5490 S:      Maintained
5491 F:      tools/testing/selftests
5492
5493 KERNEL VIRTUAL MACHINE (KVM)
5494 M:      Gleb Natapov <gleb@kernel.org>
5495 M:      Paolo Bonzini <pbonzini@redhat.com>
5496 L:      kvm@vger.kernel.org
5497 W:      http://www.linux-kvm.org
5498 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5499 S:      Supported
5500 F:      Documentation/*/kvm*.txt
5501 F:      Documentation/virtual/kvm/
5502 F:      arch/*/kvm/
5503 F:      arch/*/include/asm/kvm*
5504 F:      include/linux/kvm*
5505 F:      include/uapi/linux/kvm*
5506 F:      virt/kvm/
5507
5508 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5509 M:      Joerg Roedel <joro@8bytes.org>
5510 L:      kvm@vger.kernel.org
5511 W:      http://kvm.qumranet.com
5512 S:      Maintained
5513 F:      arch/x86/include/asm/svm.h
5514 F:      arch/x86/kvm/svm.c
5515
5516 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5517 M:      Alexander Graf <agraf@suse.de>
5518 L:      kvm-ppc@vger.kernel.org
5519 W:      http://kvm.qumranet.com
5520 T:      git git://github.com/agraf/linux-2.6.git
5521 S:      Supported
5522 F:      arch/powerpc/include/asm/kvm*
5523 F:      arch/powerpc/kvm/
5524
5525 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5526 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5527 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5528 M:      linux390@de.ibm.com
5529 L:      linux-s390@vger.kernel.org
5530 W:      http://www.ibm.com/developerworks/linux/linux390/
5531 S:      Supported
5532 F:      Documentation/s390/kvm.txt
5533 F:      arch/s390/include/asm/kvm*
5534 F:      arch/s390/kvm/
5535 F:      drivers/s390/kvm/
5536
5537 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5538 M:      Christoffer Dall <christoffer.dall@linaro.org>
5539 M:      Marc Zyngier <marc.zyngier@arm.com>
5540 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5541 L:      kvmarm@lists.cs.columbia.edu
5542 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5543 S:      Supported
5544 F:      arch/arm/include/uapi/asm/kvm*
5545 F:      arch/arm/include/asm/kvm*
5546 F:      arch/arm/kvm/
5547 F:      virt/kvm/arm/
5548 F:      include/kvm/arm_*
5549
5550 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5551 M:      Christoffer Dall <christoffer.dall@linaro.org>
5552 M:      Marc Zyngier <marc.zyngier@arm.com>
5553 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5554 L:      kvmarm@lists.cs.columbia.edu
5555 S:      Maintained
5556 F:      arch/arm64/include/uapi/asm/kvm*
5557 F:      arch/arm64/include/asm/kvm*
5558 F:      arch/arm64/kvm/
5559
5560 KEXEC
5561 M:      Eric Biederman <ebiederm@xmission.com>
5562 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5563 L:      kexec@lists.infradead.org
5564 S:      Maintained
5565 F:      include/linux/kexec.h
5566 F:      include/uapi/linux/kexec.h
5567 F:      kernel/kexec.c
5568
5569 KEYS/KEYRINGS:
5570 M:      David Howells <dhowells@redhat.com>
5571 L:      keyrings@linux-nfs.org
5572 S:      Maintained
5573 F:      Documentation/security/keys.txt
5574 F:      include/linux/key.h
5575 F:      include/linux/key-type.h
5576 F:      include/keys/
5577 F:      security/keys/
5578
5579 KEYS-TRUSTED
5580 M:      David Safford <safford@us.ibm.com>
5581 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5582 L:      linux-security-module@vger.kernel.org
5583 L:      keyrings@linux-nfs.org
5584 S:      Supported
5585 F:      Documentation/security/keys-trusted-encrypted.txt
5586 F:      include/keys/trusted-type.h
5587 F:      security/keys/trusted.c
5588 F:      security/keys/trusted.h
5589
5590 KEYS-ENCRYPTED
5591 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5592 M:      David Safford <safford@us.ibm.com>
5593 L:      linux-security-module@vger.kernel.org
5594 L:      keyrings@linux-nfs.org
5595 S:      Supported
5596 F:      Documentation/security/keys-trusted-encrypted.txt
5597 F:      include/keys/encrypted-type.h
5598 F:      security/keys/encrypted-keys/
5599
5600 KGDB / KDB /debug_core
5601 M:      Jason Wessel <jason.wessel@windriver.com>
5602 W:      http://kgdb.wiki.kernel.org/
5603 L:      kgdb-bugreport@lists.sourceforge.net
5604 S:      Maintained
5605 F:      Documentation/DocBook/kgdb.tmpl
5606 F:      drivers/misc/kgdbts.c
5607 F:      drivers/tty/serial/kgdboc.c
5608 F:      include/linux/kdb.h
5609 F:      include/linux/kgdb.h
5610 F:      kernel/debug/
5611
5612 KMEMCHECK
5613 M:      Vegard Nossum <vegardno@ifi.uio.no>
5614 M:      Pekka Enberg <penberg@kernel.org>
5615 S:      Maintained
5616 F:      Documentation/kmemcheck.txt
5617 F:      arch/x86/include/asm/kmemcheck.h
5618 F:      arch/x86/mm/kmemcheck/
5619 F:      include/linux/kmemcheck.h
5620 F:      mm/kmemcheck.c
5621
5622 KMEMLEAK
5623 M:      Catalin Marinas <catalin.marinas@arm.com>
5624 S:      Maintained
5625 F:      Documentation/kmemleak.txt
5626 F:      include/linux/kmemleak.h
5627 F:      mm/kmemleak.c
5628 F:      mm/kmemleak-test.c
5629
5630 KPROBES
5631 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5632 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5633 M:      "David S. Miller" <davem@davemloft.net>
5634 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5635 S:      Maintained
5636 F:      Documentation/kprobes.txt
5637 F:      include/linux/kprobes.h
5638 F:      kernel/kprobes.c
5639
5640 KS0108 LCD CONTROLLER DRIVER
5641 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5642 W:      http://miguelojeda.es/auxdisplay.htm
5643 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5644 S:      Maintained
5645 F:      Documentation/auxdisplay/ks0108
5646 F:      drivers/auxdisplay/ks0108.c
5647 F:      include/linux/ks0108.h
5648
5649 LAPB module
5650 L:      linux-x25@vger.kernel.org
5651 S:      Orphan
5652 F:      Documentation/networking/lapb-module.txt
5653 F:      include/*/lapb.h
5654 F:      net/lapb/
5655
5656 LASI 53c700 driver for PARISC
5657 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5658 L:      linux-scsi@vger.kernel.org
5659 S:      Maintained
5660 F:      Documentation/scsi/53c700.txt
5661 F:      drivers/scsi/53c700*
5662
5663 LED SUBSYSTEM
5664 M:      Bryan Wu <cooloney@gmail.com>
5665 M:      Richard Purdie <rpurdie@rpsys.net>
5666 L:      linux-leds@vger.kernel.org
5667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5668 S:      Maintained
5669 F:      drivers/leds/
5670 F:      include/linux/leds.h
5671
5672 LEGACY EEPROM DRIVER
5673 M:      Jean Delvare <jdelvare@suse.de>
5674 S:      Maintained
5675 F:      Documentation/misc-devices/eeprom
5676 F:      drivers/misc/eeprom/eeprom.c
5677
5678 LEGO USB Tower driver
5679 M:      Juergen Stuber <starblue@users.sourceforge.net>
5680 L:      legousb-devel@lists.sourceforge.net
5681 W:      http://legousb.sourceforge.net/
5682 S:      Maintained
5683 F:      drivers/usb/misc/legousbtower.c
5684
5685 LG2160 MEDIA DRIVER
5686 M:      Michael Krufky <mkrufky@linuxtv.org>
5687 L:      linux-media@vger.kernel.org
5688 W:      http://linuxtv.org/
5689 W:      http://github.com/mkrufky
5690 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5691 T:      git git://linuxtv.org/mkrufky/tuners.git
5692 S:      Maintained
5693 F:      drivers/media/dvb-frontends/lg2160.*
5694
5695 LGDT3305 MEDIA DRIVER
5696 M:      Michael Krufky <mkrufky@linuxtv.org>
5697 L:      linux-media@vger.kernel.org
5698 W:      http://linuxtv.org/
5699 W:      http://github.com/mkrufky
5700 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5701 T:      git git://linuxtv.org/mkrufky/tuners.git
5702 S:      Maintained
5703 F:      drivers/media/dvb-frontends/lgdt3305.*
5704
5705 LGUEST
5706 M:      Rusty Russell <rusty@rustcorp.com.au>
5707 L:      lguest@lists.ozlabs.org
5708 W:      http://lguest.ozlabs.org/
5709 S:      Odd Fixes
5710 F:      arch/x86/include/asm/lguest*.h
5711 F:      arch/x86/lguest/
5712 F:      drivers/lguest/
5713 F:      include/linux/lguest*.h
5714 F:      tools/lguest/
5715
5716 LIBLOCKDEP
5717 M:      Sasha Levin <sasha.levin@oracle.com>
5718 S:      Maintained
5719 F:      tools/lib/lockdep/
5720
5721 LINUX FOR IBM pSERIES (RS/6000)
5722 M:      Paul Mackerras <paulus@au.ibm.com>
5723 W:      http://www.ibm.com/linux/ltc/projects/ppc
5724 S:      Supported
5725 F:      arch/powerpc/boot/rs6000.h
5726
5727 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5728 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5729 M:      Paul Mackerras <paulus@samba.org>
5730 M:      Michael Ellerman <mpe@ellerman.id.au>
5731 W:      http://www.penguinppc.org/
5732 L:      linuxppc-dev@lists.ozlabs.org
5733 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5735 S:      Supported
5736 F:      Documentation/powerpc/
5737 F:      arch/powerpc/
5738
5739 LINUX FOR POWER MACINTOSH
5740 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5741 W:      http://www.penguinppc.org/
5742 L:      linuxppc-dev@lists.ozlabs.org
5743 S:      Maintained
5744 F:      arch/powerpc/platforms/powermac/
5745 F:      drivers/macintosh/
5746
5747 LINUX FOR POWERPC EMBEDDED MPC5XXX
5748 M:      Anatolij Gustschin <agust@denx.de>
5749 L:      linuxppc-dev@lists.ozlabs.org
5750 T:      git git://git.denx.de/linux-denx-agust.git
5751 S:      Maintained
5752 F:      arch/powerpc/platforms/512x/
5753 F:      arch/powerpc/platforms/52xx/
5754
5755 LINUX FOR POWERPC EMBEDDED PPC4XX
5756 M:  Alistair Popple <alistair@popple.id.au>
5757 M:      Matt Porter <mporter@kernel.crashing.org>
5758 W:      http://www.penguinppc.org/
5759 L:      linuxppc-dev@lists.ozlabs.org
5760 S:      Maintained
5761 F:      arch/powerpc/platforms/40x/
5762 F:      arch/powerpc/platforms/44x/
5763
5764 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5765 L:      linuxppc-dev@lists.ozlabs.org
5766 S:      Orphan
5767 F:      arch/powerpc/*/*virtex*
5768 F:      arch/powerpc/*/*/*virtex*
5769
5770 LINUX FOR POWERPC EMBEDDED PPC8XX
5771 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5772 W:      http://www.penguinppc.org/
5773 L:      linuxppc-dev@lists.ozlabs.org
5774 S:      Maintained
5775 F:      arch/powerpc/platforms/8xx/
5776
5777 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5778 M:      Scott Wood <scottwood@freescale.com>
5779 M:      Kumar Gala <galak@kernel.crashing.org>
5780 W:      http://www.penguinppc.org/
5781 L:      linuxppc-dev@lists.ozlabs.org
5782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5783 S:      Maintained
5784 F:      arch/powerpc/platforms/83xx/
5785 F:      arch/powerpc/platforms/85xx/
5786
5787 LINUX FOR POWERPC PA SEMI PWRFICIENT
5788 M:      Olof Johansson <olof@lixom.net>
5789 L:      linuxppc-dev@lists.ozlabs.org
5790 S:      Maintained
5791 F:      arch/powerpc/platforms/pasemi/
5792 F:      drivers/*/*pasemi*
5793 F:      drivers/*/*/*pasemi*
5794
5795 LINUX SECURITY MODULE (LSM) FRAMEWORK
5796 M:      Chris Wright <chrisw@sous-sol.org>
5797 L:      linux-security-module@vger.kernel.org
5798 S:      Supported
5799
5800 LIS3LV02D ACCELEROMETER DRIVER
5801 M:      Eric Piel <eric.piel@tremplin-utc.net>
5802 S:      Maintained
5803 F:      Documentation/misc-devices/lis3lv02d
5804 F:      drivers/misc/lis3lv02d/
5805 F:      drivers/platform/x86/hp_accel.c
5806
5807 LLC (802.2)
5808 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5809 S:      Maintained
5810 F:      include/linux/llc.h
5811 F:      include/uapi/linux/llc.h
5812 F:      include/net/llc*
5813 F:      net/llc/
5814
5815 LM73 HARDWARE MONITOR DRIVER
5816 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5817 L:      lm-sensors@lm-sensors.org
5818 S:      Maintained
5819 F:      drivers/hwmon/lm73.c
5820
5821 LM78 HARDWARE MONITOR DRIVER
5822 M:      Jean Delvare <jdelvare@suse.de>
5823 L:      lm-sensors@lm-sensors.org
5824 S:      Maintained
5825 F:      Documentation/hwmon/lm78
5826 F:      drivers/hwmon/lm78.c
5827
5828 LM83 HARDWARE MONITOR DRIVER
5829 M:      Jean Delvare <jdelvare@suse.de>
5830 L:      lm-sensors@lm-sensors.org
5831 S:      Maintained
5832 F:      Documentation/hwmon/lm83
5833 F:      drivers/hwmon/lm83.c
5834
5835 LM90 HARDWARE MONITOR DRIVER
5836 M:      Jean Delvare <jdelvare@suse.de>
5837 L:      lm-sensors@lm-sensors.org
5838 S:      Maintained
5839 F:      Documentation/hwmon/lm90
5840 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5841 F:      drivers/hwmon/lm90.c
5842
5843 LM95234 HARDWARE MONITOR DRIVER
5844 M:      Guenter Roeck <linux@roeck-us.net>
5845 L:      lm-sensors@lm-sensors.org
5846 S:      Maintained
5847 F:      Documentation/hwmon/lm95234
5848 F:      drivers/hwmon/lm95234.c
5849
5850 LME2510 MEDIA DRIVER
5851 M:      Malcolm Priestley <tvboxspy@gmail.com>
5852 L:      linux-media@vger.kernel.org
5853 W:      http://linuxtv.org/
5854 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5855 S:      Maintained
5856 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5857
5858 LOCKDEP AND LOCKSTAT
5859 M:      Peter Zijlstra <peterz@infradead.org>
5860 M:      Ingo Molnar <mingo@redhat.com>
5861 L:      linux-kernel@vger.kernel.org
5862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5863 S:      Maintained
5864 F:      Documentation/locking/lockdep*.txt
5865 F:      Documentation/locking/lockstat.txt
5866 F:      include/linux/lockdep.h
5867 F:      kernel/locking/
5868
5869 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5870 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5871 L:      linux-ntfs-dev@lists.sourceforge.net
5872 W:      http://www.linux-ntfs.org/content/view/19/37/
5873 S:      Maintained
5874 F:      Documentation/ldm.txt
5875 F:      block/partitions/ldm.*
5876
5877 LogFS
5878 M:      Joern Engel <joern@logfs.org>
5879 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5880 L:      logfs@logfs.org
5881 W:      logfs.org
5882 S:      Maintained
5883 F:      fs/logfs/
5884
5885 LPC32XX MACHINE SUPPORT
5886 M:      Roland Stigge <stigge@antcom.de>
5887 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5888 S:      Maintained
5889 F:      arch/arm/mach-lpc32xx/
5890
5891 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5892 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5893 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5894 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5895 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5896 L:      MPT-FusionLinux.pdl@avagotech.com
5897 L:      linux-scsi@vger.kernel.org
5898 W:      http://www.lsilogic.com/support
5899 S:      Supported
5900 F:      drivers/message/fusion/
5901 F:      drivers/scsi/mpt2sas/
5902 F:      drivers/scsi/mpt3sas/
5903
5904 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5905 M:      Matthew Wilcox <matthew@wil.cx>
5906 L:      linux-scsi@vger.kernel.org
5907 S:      Maintained
5908 F:      drivers/scsi/sym53c8xx_2/
5909
5910 LTC4261 HARDWARE MONITOR DRIVER
5911 M:      Guenter Roeck <linux@roeck-us.net>
5912 L:      lm-sensors@lm-sensors.org
5913 S:      Maintained
5914 F:      Documentation/hwmon/ltc4261
5915 F:      drivers/hwmon/ltc4261.c
5916
5917 LTP (Linux Test Project)
5918 M:      Mike Frysinger <vapier@gentoo.org>
5919 M:      Cyril Hrubis <chrubis@suse.cz>
5920 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5921 M:      Jan Stancek <jstancek@redhat.com>
5922 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5923 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
5924 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5925 W:      http://linux-test-project.github.io/
5926 T:      git git://github.com/linux-test-project/ltp.git
5927 S:      Maintained
5928
5929 M32R ARCHITECTURE
5930 W:      http://www.linux-m32r.org/
5931 S:      Orphan
5932 F:      arch/m32r/
5933
5934 M68K ARCHITECTURE
5935 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5936 L:      linux-m68k@lists.linux-m68k.org
5937 W:      http://www.linux-m68k.org/
5938 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5939 S:      Maintained
5940 F:      arch/m68k/
5941 F:      drivers/zorro/
5942
5943 M68K ON APPLE MACINTOSH
5944 M:      Joshua Thompson <funaho@jurai.org>
5945 W:      http://www.mac.linux-m68k.org/
5946 L:      linux-m68k@lists.linux-m68k.org
5947 S:      Maintained
5948 F:      arch/m68k/mac/
5949
5950 M68K ON HP9000/300
5951 M:      Philip Blundell <philb@gnu.org>
5952 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5953 S:      Maintained
5954 F:      arch/m68k/hp300/
5955
5956 M88DS3103 MEDIA DRIVER
5957 M:      Antti Palosaari <crope@iki.fi>
5958 L:      linux-media@vger.kernel.org
5959 W:      http://linuxtv.org/
5960 W:      http://palosaari.fi/linux/
5961 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5962 T:      git git://linuxtv.org/anttip/media_tree.git
5963 S:      Maintained
5964 F:      drivers/media/dvb-frontends/m88ds3103*
5965
5966 M88RS2000 MEDIA DRIVER
5967 M:      Malcolm Priestley <tvboxspy@gmail.com>
5968 L:      linux-media@vger.kernel.org
5969 W:      http://linuxtv.org/
5970 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5971 S:      Maintained
5972 F:      drivers/media/dvb-frontends/m88rs2000*
5973
5974 M88TS2022 MEDIA DRIVER
5975 M:      Antti Palosaari <crope@iki.fi>
5976 L:      linux-media@vger.kernel.org
5977 W:      http://linuxtv.org/
5978 W:      http://palosaari.fi/linux/
5979 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5980 T:      git git://linuxtv.org/anttip/media_tree.git
5981 S:      Maintained
5982 F:      drivers/media/tuners/m88ts2022*
5983
5984 MA901 MASTERKIT USB FM RADIO DRIVER
5985 M:      Alexey Klimov <klimov.linux@gmail.com>
5986 L:      linux-media@vger.kernel.org
5987 T:      git git://linuxtv.org/media_tree.git
5988 S:      Maintained
5989 F:      drivers/media/radio/radio-ma901.c
5990
5991 MAC80211
5992 M:      Johannes Berg <johannes@sipsolutions.net>
5993 L:      linux-wireless@vger.kernel.org
5994 W:      http://wireless.kernel.org/
5995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5997 S:      Maintained
5998 F:      Documentation/networking/mac80211-injection.txt
5999 F:      include/net/mac80211.h
6000 F:      net/mac80211/
6001
6002 MACVLAN DRIVER
6003 M:      Patrick McHardy <kaber@trash.net>
6004 L:      netdev@vger.kernel.org
6005 S:      Maintained
6006 F:      drivers/net/macvlan.c
6007 F:      include/linux/if_macvlan.h
6008
6009 MAILBOX API
6010 M:      Jassi Brar <jassisinghbrar@gmail.com>
6011 L:      linux-kernel@vger.kernel.org
6012 S:      Maintained
6013 F:      drivers/mailbox/
6014 F:      include/linux/mailbox_client.h
6015 F:      include/linux/mailbox_controller.h
6016
6017 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6018 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6019 W:      http://www.kernel.org/doc/man-pages
6020 L:      linux-man@vger.kernel.org
6021 S:      Maintained
6022
6023 MARVELL ARMADA DRM SUPPORT
6024 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6025 S:      Maintained
6026 F:      drivers/gpu/drm/armada/
6027
6028 MARVELL 88E6352 DSA support
6029 M:      Guenter Roeck <linux@roeck-us.net>
6030 S:      Maintained
6031 F:      drivers/net/dsa/mv88e6352.c
6032
6033 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6034 M:      Mirko Lindner <mlindner@marvell.com>
6035 M:      Stephen Hemminger <stephen@networkplumber.org>
6036 L:      netdev@vger.kernel.org
6037 S:      Maintained
6038 F:      drivers/net/ethernet/marvell/sk*
6039
6040 MARVELL LIBERTAS WIRELESS DRIVER
6041 L:      libertas-dev@lists.infradead.org
6042 S:      Orphan
6043 F:      drivers/net/wireless/libertas/
6044
6045 MARVELL MV643XX ETHERNET DRIVER
6046 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6047 L:      netdev@vger.kernel.org
6048 S:      Maintained
6049 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6050 F:      include/linux/mv643xx.h
6051
6052 MARVELL MVNETA ETHERNET DRIVER
6053 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6054 L:      netdev@vger.kernel.org
6055 S:      Maintained
6056 F:      drivers/net/ethernet/marvell/mvneta.*
6057
6058 MARVELL MWIFIEX WIRELESS DRIVER
6059 M:      Amitkumar Karwar <akarwar@marvell.com>
6060 M:      Avinash Patil <patila@marvell.com>
6061 L:      linux-wireless@vger.kernel.org
6062 S:      Maintained
6063 F:      drivers/net/wireless/mwifiex/
6064
6065 MARVELL MWL8K WIRELESS DRIVER
6066 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6067 L:      linux-wireless@vger.kernel.org
6068 S:      Odd Fixes
6069 F:      drivers/net/wireless/mwl8k.c
6070
6071 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6072 M:      Nicolas Pitre <nico@fluxnic.net>
6073 S:      Odd Fixes
6074 F:      drivers/mmc/host/mvsdio.*
6075
6076 MATROX FRAMEBUFFER DRIVER
6077 L:      linux-fbdev@vger.kernel.org
6078 S:      Orphan
6079 F:      drivers/video/fbdev/matrox/matroxfb_*
6080 F:      include/uapi/linux/matroxfb.h
6081
6082 MAX16065 HARDWARE MONITOR DRIVER
6083 M:      Guenter Roeck <linux@roeck-us.net>
6084 L:      lm-sensors@lm-sensors.org
6085 S:      Maintained
6086 F:      Documentation/hwmon/max16065
6087 F:      drivers/hwmon/max16065.c
6088
6089 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6090 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6091 L:      lm-sensors@lm-sensors.org
6092 S:      Maintained
6093 F:      Documentation/hwmon/max6650
6094 F:      drivers/hwmon/max6650.c
6095
6096 MAX6697 HARDWARE MONITOR DRIVER
6097 M:      Guenter Roeck <linux@roeck-us.net>
6098 L:      lm-sensors@lm-sensors.org
6099 S:      Maintained
6100 F:      Documentation/hwmon/max6697
6101 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6102 F:      drivers/hwmon/max6697.c
6103 F:      include/linux/platform_data/max6697.h
6104
6105 MAXIRADIO FM RADIO RECEIVER DRIVER
6106 M:      Hans Verkuil <hverkuil@xs4all.nl>
6107 L:      linux-media@vger.kernel.org
6108 T:      git git://linuxtv.org/media_tree.git
6109 W:      http://linuxtv.org
6110 S:      Maintained
6111 F:      drivers/media/radio/radio-maxiradio*
6112
6113 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6114 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6115 P:      LinuxTV.org Project
6116 L:      linux-media@vger.kernel.org
6117 W:      http://linuxtv.org
6118 Q:      http://patchwork.kernel.org/project/linux-media/list/
6119 T:      git git://linuxtv.org/media_tree.git
6120 S:      Maintained
6121 F:      Documentation/dvb/
6122 F:      Documentation/video4linux/
6123 F:      Documentation/DocBook/media/
6124 F:      drivers/media/
6125 F:      drivers/staging/media/
6126 F:      include/media/
6127 F:      include/uapi/linux/dvb/
6128 F:      include/uapi/linux/videodev2.h
6129 F:      include/uapi/linux/media.h
6130 F:      include/uapi/linux/v4l2-*
6131 F:      include/uapi/linux/meye.h
6132 F:      include/uapi/linux/ivtv*
6133 F:      include/uapi/linux/uvcvideo.h
6134
6135 MEDIAVISION PRO MOVIE STUDIO DRIVER
6136 M:      Hans Verkuil <hverkuil@xs4all.nl>
6137 L:      linux-media@vger.kernel.org
6138 T:      git git://linuxtv.org/media_tree.git
6139 W:      http://linuxtv.org
6140 S:      Odd Fixes
6141 F:      drivers/media/parport/pms*
6142
6143 MEGARAID SCSI/SAS DRIVERS
6144 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6145 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6146 M:      Uday Lingala <uday.lingala@avagotech.com>
6147 L:      megaraidlinux.pdl@avagotech.com
6148 L:      linux-scsi@vger.kernel.org
6149 W:      http://www.lsi.com
6150 S:      Maintained
6151 F:      Documentation/scsi/megaraid.txt
6152 F:      drivers/scsi/megaraid.*
6153 F:      drivers/scsi/megaraid/
6154
6155 MELLANOX ETHERNET DRIVER (mlx4_en)
6156 M:      Amir Vadai <amirv@mellanox.com>
6157 L:      netdev@vger.kernel.org
6158 S:      Supported
6159 W:      http://www.mellanox.com
6160 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6161 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6162
6163 MEMORY MANAGEMENT
6164 L:      linux-mm@kvack.org
6165 W:      http://www.linux-mm.org
6166 S:      Maintained
6167 F:      include/linux/mm.h
6168 F:      include/linux/gfp.h
6169 F:      include/linux/mmzone.h
6170 F:      include/linux/memory_hotplug.h
6171 F:      include/linux/vmalloc.h
6172 F:      mm/
6173
6174 MEMORY TECHNOLOGY DEVICES (MTD)
6175 M:      David Woodhouse <dwmw2@infradead.org>
6176 M:      Brian Norris <computersforpeace@gmail.com>
6177 L:      linux-mtd@lists.infradead.org
6178 W:      http://www.linux-mtd.infradead.org/
6179 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6180 T:      git git://git.infradead.org/linux-mtd.git
6181 T:      git git://git.infradead.org/l2-mtd.git
6182 S:      Maintained
6183 F:      drivers/mtd/
6184 F:      include/linux/mtd/
6185 F:      include/uapi/mtd/
6186
6187 MEN A21 WATCHDOG DRIVER
6188 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6189 L:      linux-watchdog@vger.kernel.org
6190 S:      Supported
6191 F:      drivers/watchdog/mena21_wdt.c
6192
6193 MEN CHAMELEON BUS (mcb)
6194 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6195 S:      Supported
6196 F:      drivers/mcb/
6197 F:      include/linux/mcb.h
6198
6199 MEN F21BMC (Board Management Controller)
6200 M:      Andreas Werner <andreas.werner@men.de>
6201 S:      Supported
6202 F:      drivers/mfd/menf21bmc.c
6203 F:      drivers/watchdog/menf21bmc_wdt.c
6204 F:      drivers/leds/leds-menf21bmc.c
6205 F:      drivers/hwmon/menf21bmc_hwmon.c
6206 F:      Documentation/hwmon/menf21bmc
6207
6208 METAG ARCHITECTURE
6209 M:      James Hogan <james.hogan@imgtec.com>
6210 L:      linux-metag@vger.kernel.org
6211 S:      Supported
6212 F:      arch/metag/
6213 F:      Documentation/metag/
6214 F:      Documentation/devicetree/bindings/metag/
6215 F:      drivers/clocksource/metag_generic.c
6216 F:      drivers/irqchip/irq-metag.c
6217 F:      drivers/irqchip/irq-metag-ext.c
6218 F:      drivers/tty/metag_da.c
6219
6220 MICROBLAZE ARCHITECTURE
6221 M:      Michal Simek <monstr@monstr.eu>
6222 W:      http://www.monstr.eu/fdt/
6223 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6224 S:      Supported
6225 F:      arch/microblaze/
6226
6227 MICROTEK X6 SCANNER
6228 M:      Oliver Neukum <oliver@neukum.org>
6229 S:      Maintained
6230 F:      drivers/usb/image/microtek.*
6231
6232 MIPS
6233 M:      Ralf Baechle <ralf@linux-mips.org>
6234 L:      linux-mips@linux-mips.org
6235 W:      http://www.linux-mips.org/
6236 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6237 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6238 S:      Supported
6239 F:      Documentation/mips/
6240 F:      arch/mips/
6241
6242 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6243 M:      Hans Verkuil <hverkuil@xs4all.nl>
6244 L:      linux-media@vger.kernel.org
6245 T:      git git://linuxtv.org/media_tree.git
6246 W:      http://linuxtv.org
6247 S:      Odd Fixes
6248 F:      drivers/media/radio/radio-miropcm20*
6249
6250 Mellanox MLX5 core VPI driver
6251 M:      Eli Cohen <eli@mellanox.com>
6252 L:      netdev@vger.kernel.org
6253 L:      linux-rdma@vger.kernel.org
6254 W:      http://www.mellanox.com
6255 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6256 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6257 T:      git git://openfabrics.org/~eli/connect-ib.git
6258 S:      Supported
6259 F:      drivers/net/ethernet/mellanox/mlx5/core/
6260 F:      include/linux/mlx5/
6261
6262 Mellanox MLX5 IB driver
6263 M:      Eli Cohen <eli@mellanox.com>
6264 L:      linux-rdma@vger.kernel.org
6265 W:      http://www.mellanox.com
6266 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6267 T:      git git://openfabrics.org/~eli/connect-ib.git
6268 S:      Supported
6269 F:      include/linux/mlx5/
6270 F:      drivers/infiniband/hw/mlx5/
6271
6272 MN88472 MEDIA DRIVER
6273 M:      Antti Palosaari <crope@iki.fi>
6274 L:      linux-media@vger.kernel.org
6275 W:      http://linuxtv.org/
6276 W:      http://palosaari.fi/linux/
6277 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6278 T:      git git://linuxtv.org/anttip/media_tree.git
6279 S:      Maintained
6280 F:      drivers/staging/media/mn88472/
6281 F:      drivers/media/dvb-frontends/mn88472.h
6282
6283 MN88473 MEDIA DRIVER
6284 M:      Antti Palosaari <crope@iki.fi>
6285 L:      linux-media@vger.kernel.org
6286 W:      http://linuxtv.org/
6287 W:      http://palosaari.fi/linux/
6288 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6289 T:      git git://linuxtv.org/anttip/media_tree.git
6290 S:      Maintained
6291 F:      drivers/staging/media/mn88473/
6292 F:      drivers/media/dvb-frontends/mn88473.h
6293
6294 MODULE SUPPORT
6295 M:      Rusty Russell <rusty@rustcorp.com.au>
6296 S:      Maintained
6297 F:      include/linux/module.h
6298 F:      kernel/module.c
6299
6300 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6301 W:      http://popies.net/meye/
6302 S:      Orphan
6303 F:      Documentation/video4linux/meye.txt
6304 F:      drivers/media/pci/meye/
6305 F:      include/uapi/linux/meye.h
6306
6307 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6308 M:      Jiri Slaby <jirislaby@gmail.com>
6309 S:      Maintained
6310 F:      Documentation/serial/moxa-smartio
6311 F:      drivers/tty/mxser.*
6312
6313 MR800 AVERMEDIA USB FM RADIO DRIVER
6314 M:      Alexey Klimov <klimov.linux@gmail.com>
6315 L:      linux-media@vger.kernel.org
6316 T:      git git://linuxtv.org/media_tree.git
6317 S:      Maintained
6318 F:      drivers/media/radio/radio-mr800.c
6319
6320 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6321 M:      Alan Ott <alan@signal11.us>
6322 L:      linux-wpan@vger.kernel.org
6323 S:      Maintained
6324 F:      drivers/net/ieee802154/mrf24j40.c
6325
6326 MSI LAPTOP SUPPORT
6327 M:      "Lee, Chun-Yi" <jlee@suse.com>
6328 L:      platform-driver-x86@vger.kernel.org
6329 S:      Maintained
6330 F:      drivers/platform/x86/msi-laptop.c
6331
6332 MSI WMI SUPPORT
6333 M:      Anisse Astier <anisse@astier.eu>
6334 L:      platform-driver-x86@vger.kernel.org
6335 S:      Supported
6336 F:      drivers/platform/x86/msi-wmi.c
6337
6338 MSI001 MEDIA DRIVER
6339 M:      Antti Palosaari <crope@iki.fi>
6340 L:      linux-media@vger.kernel.org
6341 W:      http://linuxtv.org/
6342 W:      http://palosaari.fi/linux/
6343 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6344 T:      git git://linuxtv.org/anttip/media_tree.git
6345 S:      Maintained
6346 F:      drivers/media/tuners/msi001*
6347
6348 MSI2500 MEDIA DRIVER
6349 M:      Antti Palosaari <crope@iki.fi>
6350 L:      linux-media@vger.kernel.org
6351 W:      http://linuxtv.org/
6352 W:      http://palosaari.fi/linux/
6353 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6354 T:      git git://linuxtv.org/anttip/media_tree.git
6355 S:      Maintained
6356 F:      drivers/media/usb/msi2500/
6357
6358 MT9M032 APTINA SENSOR DRIVER
6359 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6360 L:      linux-media@vger.kernel.org
6361 T:      git git://linuxtv.org/media_tree.git
6362 S:      Maintained
6363 F:      drivers/media/i2c/mt9m032.c
6364 F:      include/media/mt9m032.h
6365
6366 MT9P031 APTINA CAMERA SENSOR
6367 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6368 L:      linux-media@vger.kernel.org
6369 T:      git git://linuxtv.org/media_tree.git
6370 S:      Maintained
6371 F:      drivers/media/i2c/mt9p031.c
6372 F:      include/media/mt9p031.h
6373
6374 MT9T001 APTINA CAMERA SENSOR
6375 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6376 L:      linux-media@vger.kernel.org
6377 T:      git git://linuxtv.org/media_tree.git
6378 S:      Maintained
6379 F:      drivers/media/i2c/mt9t001.c
6380 F:      include/media/mt9t001.h
6381
6382 MT9V032 APTINA CAMERA SENSOR
6383 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6384 L:      linux-media@vger.kernel.org
6385 T:      git git://linuxtv.org/media_tree.git
6386 S:      Maintained
6387 F:      drivers/media/i2c/mt9v032.c
6388 F:      include/media/mt9v032.h
6389
6390 MULTIFUNCTION DEVICES (MFD)
6391 M:      Samuel Ortiz <sameo@linux.intel.com>
6392 M:      Lee Jones <lee.jones@linaro.org>
6393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6394 S:      Supported
6395 F:      drivers/mfd/
6396 F:      include/linux/mfd/
6397
6398 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6399 M:      Chris Ball <chris@printf.net>
6400 M:      Ulf Hansson <ulf.hansson@linaro.org>
6401 L:      linux-mmc@vger.kernel.org
6402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6403 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6404 S:      Maintained
6405 F:      drivers/mmc/
6406 F:      include/linux/mmc/
6407 F:      include/uapi/linux/mmc/
6408
6409 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6410 S:      Orphan
6411 F:      drivers/mmc/host/mmc_spi.c
6412 F:      include/linux/spi/mmc_spi.h
6413
6414 MULTISOUND SOUND DRIVER
6415 M:      Andrew Veliath <andrewtv@usa.net>
6416 S:      Maintained
6417 F:      Documentation/sound/oss/MultiSound
6418 F:      sound/oss/msnd*
6419
6420 MULTITECH MULTIPORT CARD (ISICOM)
6421 S:      Orphan
6422 F:      drivers/tty/isicom.c
6423 F:      include/linux/isicom.h
6424
6425 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6426 M:      Felipe Balbi <balbi@ti.com>
6427 L:      linux-usb@vger.kernel.org
6428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6429 S:      Maintained
6430 F:      drivers/usb/musb/
6431
6432 MXL5007T MEDIA DRIVER
6433 M:      Michael Krufky <mkrufky@linuxtv.org>
6434 L:      linux-media@vger.kernel.org
6435 W:      http://linuxtv.org/
6436 W:      http://github.com/mkrufky
6437 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6438 T:      git git://linuxtv.org/mkrufky/tuners.git
6439 S:      Maintained
6440 F:      drivers/media/tuners/mxl5007t.*
6441
6442 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6443 M:      Hyong-Youb Kim <hykim@myri.com>
6444 L:      netdev@vger.kernel.org
6445 W:      https://www.myricom.com/support/downloads/myri10ge.html
6446 S:      Supported
6447 F:      drivers/net/ethernet/myricom/myri10ge/
6448
6449 NATSEMI ETHERNET DRIVER (DP8381x)
6450 S:      Orphan
6451 F:      drivers/net/ethernet/natsemi/natsemi.c
6452
6453 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6454 M:      Daniel Mack <zonque@gmail.com>
6455 S:      Maintained
6456 L:      alsa-devel@alsa-project.org
6457 W:      http://www.native-instruments.com
6458 F:      sound/usb/caiaq/
6459
6460 NCP FILESYSTEM
6461 M:      Petr Vandrovec <petr@vandrovec.name>
6462 S:      Odd Fixes
6463 F:      fs/ncpfs/
6464
6465 NCR 5380 SCSI DRIVERS
6466 M:      Finn Thain <fthain@telegraphics.com.au>
6467 M:      Michael Schmitz <schmitzmic@gmail.com>
6468 L:      linux-scsi@vger.kernel.org
6469 S:      Maintained
6470 F:      Documentation/scsi/g_NCR5380.txt
6471 F:      drivers/scsi/NCR5380.*
6472 F:      drivers/scsi/arm/cumana_1.c
6473 F:      drivers/scsi/arm/oak.c
6474 F:      drivers/scsi/atari_NCR5380.c
6475 F:      drivers/scsi/atari_scsi.*
6476 F:      drivers/scsi/dmx3191d.c
6477 F:      drivers/scsi/dtc.*
6478 F:      drivers/scsi/g_NCR5380.*
6479 F:      drivers/scsi/g_NCR5380_mmio.c
6480 F:      drivers/scsi/mac_scsi.*
6481 F:      drivers/scsi/pas16.*
6482 F:      drivers/scsi/sun3_scsi.*
6483 F:      drivers/scsi/sun3_scsi_vme.c
6484 F:      drivers/scsi/t128.*
6485
6486 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6487 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6488 L:      linux-scsi@vger.kernel.org
6489 S:      Maintained
6490 F:      drivers/scsi/NCR_D700.*
6491
6492 NCT6775 HARDWARE MONITOR DRIVER
6493 M:      Guenter Roeck <linux@roeck-us.net>
6494 L:      lm-sensors@lm-sensors.org
6495 S:      Maintained
6496 F:      Documentation/hwmon/nct6775
6497 F:      drivers/hwmon/nct6775.c
6498
6499 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6500 M:      Faisal Latif <faisal.latif@intel.com>
6501 L:      linux-rdma@vger.kernel.org
6502 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6503 S:      Supported
6504 F:      drivers/infiniband/hw/nes/
6505
6506 NETEM NETWORK EMULATOR
6507 M:      Stephen Hemminger <stephen@networkplumber.org>
6508 L:      netem@lists.linux-foundation.org
6509 S:      Maintained
6510 F:      net/sched/sch_netem.c
6511
6512 NETERION 10GbE DRIVERS (s2io/vxge)
6513 M:      Jon Mason <jdmason@kudzu.us>
6514 L:      netdev@vger.kernel.org
6515 S:      Supported
6516 F:      Documentation/networking/s2io.txt
6517 F:      Documentation/networking/vxge.txt
6518 F:      drivers/net/ethernet/neterion/
6519
6520 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6521 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6522 M:      Patrick McHardy <kaber@trash.net>
6523 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6524 L:      netfilter-devel@vger.kernel.org
6525 L:      coreteam@netfilter.org
6526 W:      http://www.netfilter.org/
6527 W:      http://www.iptables.org/
6528 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6531 S:      Supported
6532 F:      include/linux/netfilter*
6533 F:      include/linux/netfilter/
6534 F:      include/net/netfilter/
6535 F:      include/uapi/linux/netfilter*
6536 F:      include/uapi/linux/netfilter/
6537 F:      net/*/netfilter.c
6538 F:      net/*/netfilter/
6539 F:      net/netfilter/
6540
6541 NETLABEL
6542 M:      Paul Moore <paul@paul-moore.com>
6543 W:      http://netlabel.sf.net
6544 L:      netdev@vger.kernel.org
6545 S:      Maintained
6546 F:      Documentation/netlabel/
6547 F:      include/net/netlabel.h
6548 F:      net/netlabel/
6549
6550 NETROM NETWORK LAYER
6551 M:      Ralf Baechle <ralf@linux-mips.org>
6552 L:      linux-hams@vger.kernel.org
6553 W:      http://www.linux-ax25.org/
6554 S:      Maintained
6555 F:      include/net/netrom.h
6556 F:      include/uapi/linux/netrom.h
6557 F:      net/netrom/
6558
6559 NETWORK BLOCK DEVICE (NBD)
6560 M:      Paul Clements <Paul.Clements@steeleye.com>
6561 S:      Maintained
6562 L:      nbd-general@lists.sourceforge.net
6563 F:      Documentation/blockdev/nbd.txt
6564 F:      drivers/block/nbd.c
6565 F:      include/linux/nbd.h
6566 F:      include/uapi/linux/nbd.h
6567
6568 NETWORK DROP MONITOR
6569 M:      Neil Horman <nhorman@tuxdriver.com>
6570 L:      netdev@vger.kernel.org
6571 S:      Maintained
6572 W:      https://fedorahosted.org/dropwatch/
6573 F:      net/core/drop_monitor.c
6574
6575 NETWORKING [GENERAL]
6576 M:      "David S. Miller" <davem@davemloft.net>
6577 L:      netdev@vger.kernel.org
6578 W:      http://www.linuxfoundation.org/en/Net
6579 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6580 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6582 S:      Maintained
6583 F:      net/
6584 F:      include/net/
6585 F:      include/linux/in.h
6586 F:      include/linux/net.h
6587 F:      include/linux/netdevice.h
6588 F:      include/uapi/linux/in.h
6589 F:      include/uapi/linux/net.h
6590 F:      include/uapi/linux/netdevice.h
6591 F:      tools/net/
6592 F:      tools/testing/selftests/net/
6593 F:      lib/random32.c
6594 F:      lib/test_bpf.c
6595
6596 NETWORKING [IPv4/IPv6]
6597 M:      "David S. Miller" <davem@davemloft.net>
6598 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6599 M:      James Morris <jmorris@namei.org>
6600 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6601 M:      Patrick McHardy <kaber@trash.net>
6602 L:      netdev@vger.kernel.org
6603 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6604 S:      Maintained
6605 F:      net/ipv4/
6606 F:      net/ipv6/
6607 F:      include/net/ip*
6608 F:      arch/x86/net/*
6609
6610 NETWORKING [IPSEC]
6611 M:      Steffen Klassert <steffen.klassert@secunet.com>
6612 M:      Herbert Xu <herbert@gondor.apana.org.au>
6613 M:      "David S. Miller" <davem@davemloft.net>
6614 L:      netdev@vger.kernel.org
6615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6617 S:      Maintained
6618 F:      net/core/flow.c
6619 F:      net/xfrm/
6620 F:      net/key/
6621 F:      net/ipv4/xfrm*
6622 F:      net/ipv4/esp4.c
6623 F:      net/ipv4/ah4.c
6624 F:      net/ipv4/ipcomp.c
6625 F:      net/ipv4/ip_vti.c
6626 F:      net/ipv6/xfrm*
6627 F:      net/ipv6/esp6.c
6628 F:      net/ipv6/ah6.c
6629 F:      net/ipv6/ipcomp6.c
6630 F:      net/ipv6/ip6_vti.c
6631 F:      include/uapi/linux/xfrm.h
6632 F:      include/net/xfrm.h
6633
6634 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6635 M:      Paul Moore <paul@paul-moore.com>
6636 L:      netdev@vger.kernel.org
6637 S:      Maintained
6638
6639 NETWORKING [WIRELESS]
6640 L:      linux-wireless@vger.kernel.org
6641 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6642
6643 NETWORKING DRIVERS
6644 L:      netdev@vger.kernel.org
6645 W:      http://www.linuxfoundation.org/en/Net
6646 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6649 S:      Odd Fixes
6650 F:      drivers/net/
6651 F:      include/linux/if_*
6652 F:      include/linux/netdevice.h
6653 F:      include/linux/arcdevice.h
6654 F:      include/linux/etherdevice.h
6655 F:      include/linux/fcdevice.h
6656 F:      include/linux/fddidevice.h
6657 F:      include/linux/hippidevice.h
6658 F:      include/linux/inetdevice.h
6659 F:      include/uapi/linux/if_*
6660 F:      include/uapi/linux/netdevice.h
6661
6662 NETWORKING DRIVERS (WIRELESS)
6663 M:      Kalle Valo <kvalo@codeaurora.org>
6664 L:      linux-wireless@vger.kernel.org
6665 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6667 S:      Maintained
6668 F:      drivers/net/wireless/
6669
6670 NETXEN (1/10) GbE SUPPORT
6671 M:      Manish Chopra <manish.chopra@qlogic.com>
6672 M:      Sony Chacko <sony.chacko@qlogic.com>
6673 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6674 L:      netdev@vger.kernel.org
6675 W:      http://www.qlogic.com
6676 S:      Supported
6677 F:      drivers/net/ethernet/qlogic/netxen/
6678
6679 NFC SUBSYSTEM
6680 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6681 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6682 M:      Samuel Ortiz <sameo@linux.intel.com>
6683 L:      linux-wireless@vger.kernel.org
6684 L:      linux-nfc@lists.01.org (subscribers-only)
6685 S:      Supported
6686 F:      net/nfc/
6687 F:      include/net/nfc/
6688 F:      include/uapi/linux/nfc.h
6689 F:      drivers/nfc/
6690 F:      include/linux/platform_data/pn544.h
6691 F:      Documentation/devicetree/bindings/net/nfc/
6692
6693 NFS, SUNRPC, AND LOCKD CLIENTS
6694 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6695 L:      linux-nfs@vger.kernel.org
6696 W:      http://client.linux-nfs.org
6697 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6698 S:      Maintained
6699 F:      fs/lockd/
6700 F:      fs/nfs/
6701 F:      fs/nfs_common/
6702 F:      net/sunrpc/
6703 F:      include/linux/lockd/
6704 F:      include/linux/nfs*
6705 F:      include/linux/sunrpc/
6706 F:      include/uapi/linux/nfs*
6707 F:      include/uapi/linux/sunrpc/
6708
6709 NILFS2 FILESYSTEM
6710 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6711 L:      linux-nilfs@vger.kernel.org
6712 W:      http://nilfs.sourceforge.net/
6713 T:      git git://github.com/konis/nilfs2.git
6714 S:      Supported
6715 F:      Documentation/filesystems/nilfs2.txt
6716 F:      fs/nilfs2/
6717 F:      include/linux/nilfs2_fs.h
6718
6719 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6720 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6721 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6722 S:      Maintained
6723 F:      Documentation/scsi/NinjaSCSI.txt
6724 F:      drivers/scsi/pcmcia/nsp_*
6725
6726 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6727 M:      GOTO Masanori <gotom@debian.or.jp>
6728 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6729 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6730 S:      Maintained
6731 F:      Documentation/scsi/NinjaSCSI.txt
6732 F:      drivers/scsi/nsp32*
6733
6734 NIOS2 ARCHITECTURE
6735 M:      Ley Foon Tan <lftan@altera.com>
6736 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6737 T:      git git://git.rocketboards.org/linux-socfpga.git
6738 S:      Maintained
6739 F:      arch/nios2/
6740
6741 NTB DRIVER
6742 M:      Jon Mason <jdmason@kudzu.us>
6743 M:      Dave Jiang <dave.jiang@intel.com>
6744 S:      Supported
6745 W:      https://github.com/jonmason/ntb/wiki
6746 T:      git git://github.com/jonmason/ntb.git
6747 F:      drivers/ntb/
6748 F:      drivers/net/ntb_netdev.c
6749 F:      include/linux/ntb.h
6750
6751 NTFS FILESYSTEM
6752 M:      Anton Altaparmakov <anton@tuxera.com>
6753 L:      linux-ntfs-dev@lists.sourceforge.net
6754 W:      http://www.tuxera.com/
6755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6756 S:      Supported
6757 F:      Documentation/filesystems/ntfs.txt
6758 F:      fs/ntfs/
6759
6760 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6761 M:      Antonino Daplas <adaplas@gmail.com>
6762 L:      linux-fbdev@vger.kernel.org
6763 S:      Maintained
6764 F:      drivers/video/fbdev/riva/
6765 F:      drivers/video/fbdev/nvidia/
6766
6767 NVM EXPRESS DRIVER
6768 M:      Matthew Wilcox <willy@linux.intel.com>
6769 L:      linux-nvme@lists.infradead.org
6770 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6771 S:      Supported
6772 F:      drivers/block/nvme*
6773 F:      include/linux/nvme.h
6774
6775 NXP TDA998X DRM DRIVER
6776 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6777 S:      Supported
6778 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6779 F:      include/drm/i2c/tda998x.h
6780
6781 NXP TFA9879 DRIVER
6782 M:      Peter Rosin <peda@axentia.se>
6783 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6784 S:      Maintained
6785 F:      sound/soc/codecs/tfa9879*
6786
6787 OMAP SUPPORT
6788 M:      Tony Lindgren <tony@atomide.com>
6789 L:      linux-omap@vger.kernel.org
6790 W:      http://www.muru.com/linux/omap/
6791 W:      http://linux.omap.com/
6792 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6794 S:      Maintained
6795 F:      arch/arm/*omap*/
6796 F:      drivers/i2c/busses/i2c-omap.c
6797 F:      drivers/irqchip/irq-omap-intc.c
6798 F:      drivers/mfd/*omap*.c
6799 F:      drivers/mfd/menelaus.c
6800 F:      drivers/mfd/palmas.c
6801 F:      drivers/mfd/tps65217.c
6802 F:      drivers/mfd/tps65218.c
6803 F:      drivers/mfd/tps65910.c
6804 F:      drivers/mfd/twl-core.[ch]
6805 F:      drivers/mfd/twl4030*.c
6806 F:      drivers/mfd/twl6030*.c
6807 F:      drivers/mfd/twl6040*.c
6808 F:      drivers/regulator/palmas-regulator*.c
6809 F:      drivers/regulator/pbias-regulator.c
6810 F:      drivers/regulator/tps65217-regulator.c
6811 F:      drivers/regulator/tps65218-regulator.c
6812 F:      drivers/regulator/tps65910-regulator.c
6813 F:      drivers/regulator/twl-regulator.c
6814 F:      include/linux/i2c-omap.h
6815
6816 OMAP DEVICE TREE SUPPORT
6817 M:      Benoît Cousson <bcousson@baylibre.com>
6818 M:      Tony Lindgren <tony@atomide.com>
6819 L:      linux-omap@vger.kernel.org
6820 L:      devicetree@vger.kernel.org
6821 S:      Maintained
6822 F:      arch/arm/boot/dts/*omap*
6823 F:      arch/arm/boot/dts/*am3*
6824 F:      arch/arm/boot/dts/*am4*
6825 F:      arch/arm/boot/dts/*am5*
6826 F:      arch/arm/boot/dts/*dra7*
6827
6828 OMAP CLOCK FRAMEWORK SUPPORT
6829 M:      Paul Walmsley <paul@pwsan.com>
6830 L:      linux-omap@vger.kernel.org
6831 S:      Maintained
6832 F:      arch/arm/*omap*/*clock*
6833
6834 OMAP POWER MANAGEMENT SUPPORT
6835 M:      Kevin Hilman <khilman@deeprootsystems.com>
6836 L:      linux-omap@vger.kernel.org
6837 S:      Maintained
6838 F:      arch/arm/*omap*/*pm*
6839 F:      drivers/cpufreq/omap-cpufreq.c
6840
6841 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6842 M:      Rajendra Nayak <rnayak@ti.com>
6843 M:      Paul Walmsley <paul@pwsan.com>
6844 L:      linux-omap@vger.kernel.org
6845 S:      Maintained
6846 F:      arch/arm/mach-omap2/prm*
6847
6848 OMAP AUDIO SUPPORT
6849 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6850 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6851 L:      alsa-devel@alsa-project.org (subscribers-only)
6852 L:      linux-omap@vger.kernel.org
6853 S:      Maintained
6854 F:      sound/soc/omap/
6855
6856 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6857 M:      Roger Quadros <rogerq@ti.com>
6858 M:      Tony Lindgren <tony@atomide.com>
6859 L:      linux-omap@vger.kernel.org
6860 S:      Maintained
6861 F:      drivers/memory/omap-gpmc.c
6862 F:      arch/arm/mach-omap2/*gpmc*
6863
6864 OMAP FRAMEBUFFER SUPPORT
6865 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6866 L:      linux-fbdev@vger.kernel.org
6867 L:      linux-omap@vger.kernel.org
6868 S:      Maintained
6869 F:      drivers/video/fbdev/omap/
6870
6871 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6872 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6873 L:      linux-omap@vger.kernel.org
6874 L:      linux-fbdev@vger.kernel.org
6875 S:      Maintained
6876 F:      drivers/video/fbdev/omap2/
6877 F:      Documentation/arm/OMAP/DSS
6878
6879 OMAP HARDWARE SPINLOCK SUPPORT
6880 M:      Ohad Ben-Cohen <ohad@wizery.com>
6881 L:      linux-omap@vger.kernel.org
6882 S:      Maintained
6883 F:      drivers/hwspinlock/omap_hwspinlock.c
6884 F:      arch/arm/mach-omap2/hwspinlock.c
6885
6886 OMAP MMC SUPPORT
6887 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6888 L:      linux-omap@vger.kernel.org
6889 S:      Maintained
6890 F:      drivers/mmc/host/omap.c
6891
6892 OMAP HS MMC SUPPORT
6893 L:      linux-mmc@vger.kernel.org
6894 L:      linux-omap@vger.kernel.org
6895 S:      Orphan
6896 F:      drivers/mmc/host/omap_hsmmc.c
6897
6898 OMAP RANDOM NUMBER GENERATOR SUPPORT
6899 M:      Deepak Saxena <dsaxena@plexity.net>
6900 S:      Maintained
6901 F:      drivers/char/hw_random/omap-rng.c
6902
6903 OMAP HWMOD SUPPORT
6904 M:      Benoît Cousson <bcousson@baylibre.com>
6905 M:      Paul Walmsley <paul@pwsan.com>
6906 L:      linux-omap@vger.kernel.org
6907 S:      Maintained
6908 F:      arch/arm/mach-omap2/omap_hwmod.*
6909
6910 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6911 M:      Benoît Cousson <bcousson@baylibre.com>
6912 L:      linux-omap@vger.kernel.org
6913 S:      Maintained
6914 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6915
6916 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6917 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6918 L:      linux-media@vger.kernel.org
6919 S:      Maintained
6920 F:      drivers/media/platform/omap3isp/
6921 F:      drivers/staging/media/omap4iss/
6922
6923 OMAP USB SUPPORT
6924 M:      Felipe Balbi <balbi@ti.com>
6925 L:      linux-usb@vger.kernel.org
6926 L:      linux-omap@vger.kernel.org
6927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6928 S:      Maintained
6929 F:      drivers/usb/*/*omap*
6930 F:      arch/arm/*omap*/usb*
6931
6932 OMAP GPIO DRIVER
6933 M:      Javier Martinez Canillas <javier@dowhile0.org>
6934 M:      Santosh Shilimkar <ssantosh@kernel.org>
6935 M:      Kevin Hilman <khilman@deeprootsystems.com>
6936 L:      linux-omap@vger.kernel.org
6937 S:      Maintained
6938 F:      drivers/gpio/gpio-omap.c
6939
6940 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6941 M:      Mark Jackson <mpfj@newflow.co.uk>
6942 L:      linux-omap@vger.kernel.org
6943 S:      Maintained
6944 F:      arch/arm/boot/dts/am335x-nano.dts
6945
6946 OMFS FILESYSTEM
6947 M:      Bob Copeland <me@bobcopeland.com>
6948 L:      linux-karma-devel@lists.sourceforge.net
6949 S:      Maintained
6950 F:      Documentation/filesystems/omfs.txt
6951 F:      fs/omfs/
6952
6953 OMNIKEY CARDMAN 4000 DRIVER
6954 M:      Harald Welte <laforge@gnumonks.org>
6955 S:      Maintained
6956 F:      drivers/char/pcmcia/cm4000_cs.c
6957 F:      include/linux/cm4000_cs.h
6958 F:      include/uapi/linux/cm4000_cs.h
6959
6960 OMNIKEY CARDMAN 4040 DRIVER
6961 M:      Harald Welte <laforge@gnumonks.org>
6962 S:      Maintained
6963 F:      drivers/char/pcmcia/cm4040_cs.*
6964
6965 OMNIVISION OV7670 SENSOR DRIVER
6966 M:      Jonathan Corbet <corbet@lwn.net>
6967 L:      linux-media@vger.kernel.org
6968 T:      git git://linuxtv.org/media_tree.git
6969 S:      Maintained
6970 F:      drivers/media/i2c/ov7670.c
6971
6972 ONENAND FLASH DRIVER
6973 M:      Kyungmin Park <kyungmin.park@samsung.com>
6974 L:      linux-mtd@lists.infradead.org
6975 S:      Maintained
6976 F:      drivers/mtd/onenand/
6977 F:      include/linux/mtd/onenand*.h
6978
6979 ONSTREAM SCSI TAPE DRIVER
6980 M:      Willem Riede <osst@riede.org>
6981 L:      osst-users@lists.sourceforge.net
6982 L:      linux-scsi@vger.kernel.org
6983 S:      Maintained
6984 F:      Documentation/scsi/osst.txt
6985 F:      drivers/scsi/osst.*
6986 F:      drivers/scsi/osst_*.h
6987 F:      drivers/scsi/st.h
6988
6989 OPENCORES I2C BUS DRIVER
6990 M:      Peter Korsgaard <jacmet@sunsite.dk>
6991 L:      linux-i2c@vger.kernel.org
6992 S:      Maintained
6993 F:      Documentation/i2c/busses/i2c-ocores
6994 F:      drivers/i2c/busses/i2c-ocores.c
6995
6996 OPEN FIRMWARE AND FLATTENED DEVICE TREE
6997 M:      Grant Likely <grant.likely@linaro.org>
6998 M:      Rob Herring <robh+dt@kernel.org>
6999 L:      devicetree@vger.kernel.org
7000 W:      http://fdt.secretlab.ca
7001 T:      git git://git.secretlab.ca/git/linux-2.6.git
7002 S:      Maintained
7003 F:      drivers/of/
7004 F:      include/linux/of*.h
7005 F:      scripts/dtc/
7006 K:      of_get_property
7007 K:      of_match_table
7008
7009 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7010 M:      Rob Herring <robh+dt@kernel.org>
7011 M:      Pawel Moll <pawel.moll@arm.com>
7012 M:      Mark Rutland <mark.rutland@arm.com>
7013 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7014 M:      Kumar Gala <galak@codeaurora.org>
7015 L:      devicetree@vger.kernel.org
7016 S:      Maintained
7017 F:      Documentation/devicetree/
7018 F:      arch/*/boot/dts/
7019 F:      include/dt-bindings/
7020
7021 OPENRISC ARCHITECTURE
7022 M:      Jonas Bonn <jonas@southpole.se>
7023 W:      http://openrisc.net
7024 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7025 S:      Maintained
7026 T:      git git://openrisc.net/~jonas/linux
7027 F:      arch/openrisc/
7028
7029 OPENVSWITCH
7030 M:      Pravin Shelar <pshelar@nicira.com>
7031 L:      dev@openvswitch.org
7032 W:      http://openvswitch.org
7033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
7034 S:      Maintained
7035 F:      net/openvswitch/
7036
7037 OPL4 DRIVER
7038 M:      Clemens Ladisch <clemens@ladisch.de>
7039 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7040 T:      git git://git.alsa-project.org/alsa-kernel.git
7041 S:      Maintained
7042 F:      sound/drivers/opl4/
7043
7044 OPROFILE
7045 M:      Robert Richter <rric@kernel.org>
7046 L:      oprofile-list@lists.sf.net
7047 S:      Maintained
7048 F:      arch/*/include/asm/oprofile*.h
7049 F:      arch/*/oprofile/
7050 F:      drivers/oprofile/
7051 F:      include/linux/oprofile.h
7052
7053 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7054 M:      Mark Fasheh <mfasheh@suse.com>
7055 M:      Joel Becker <jlbec@evilplan.org>
7056 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7057 W:      http://oss.oracle.com/projects/ocfs2/
7058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7059 S:      Supported
7060 F:      Documentation/filesystems/ocfs2.txt
7061 F:      Documentation/filesystems/dlmfs.txt
7062 F:      fs/ocfs2/
7063
7064 ORINOCO DRIVER
7065 L:      linux-wireless@vger.kernel.org
7066 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7067 W:      http://www.nongnu.org/orinoco/
7068 S:      Orphan
7069 F:      drivers/net/wireless/orinoco/
7070
7071 OSD LIBRARY and FILESYSTEM
7072 M:      Boaz Harrosh <ooo@electrozaur.com>
7073 M:      Benny Halevy <bhalevy@primarydata.com>
7074 L:      osd-dev@open-osd.org
7075 W:      http://open-osd.org
7076 T:      git git://git.open-osd.org/open-osd.git
7077 S:      Maintained
7078 F:      drivers/scsi/osd/
7079 F:      include/scsi/osd_*
7080 F:      fs/exofs/
7081
7082 OVERLAY FILESYSTEM
7083 M:      Miklos Szeredi <miklos@szeredi.hu>
7084 L:      linux-unionfs@vger.kernel.org
7085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7086 S:      Supported
7087 F:      fs/overlayfs/
7088 F:      Documentation/filesystems/overlayfs.txt
7089
7090 P54 WIRELESS DRIVER
7091 M:      Christian Lamparter <chunkeey@googlemail.com>
7092 L:      linux-wireless@vger.kernel.org
7093 W:      http://wireless.kernel.org/en/users/Drivers/p54
7094 S:      Maintained
7095 F:      drivers/net/wireless/p54/
7096
7097 PA SEMI ETHERNET DRIVER
7098 M:      Olof Johansson <olof@lixom.net>
7099 L:      netdev@vger.kernel.org
7100 S:      Maintained
7101 F:      drivers/net/ethernet/pasemi/*
7102
7103 PA SEMI SMBUS DRIVER
7104 M:      Olof Johansson <olof@lixom.net>
7105 L:      linux-i2c@vger.kernel.org
7106 S:      Maintained
7107 F:      drivers/i2c/busses/i2c-pasemi.c
7108
7109 PADATA PARALLEL EXECUTION MECHANISM
7110 M:      Steffen Klassert <steffen.klassert@secunet.com>
7111 L:      linux-crypto@vger.kernel.org
7112 S:      Maintained
7113 F:      kernel/padata.c
7114 F:      include/linux/padata.h
7115 F:      Documentation/padata.txt
7116
7117 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7118 M:      Harald Welte <laforge@gnumonks.org>
7119 L:      platform-driver-x86@vger.kernel.org
7120 S:      Maintained
7121 F:      drivers/platform/x86/panasonic-laptop.c
7122
7123 PANASONIC MN10300/AM33/AM34 PORT
7124 M:      David Howells <dhowells@redhat.com>
7125 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7126 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7127 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7128 S:      Maintained
7129 F:      Documentation/mn10300/
7130 F:      arch/mn10300/
7131
7132 PARALLEL PORT SUPPORT
7133 L:      linux-parport@lists.infradead.org (subscribers-only)
7134 S:      Orphan
7135 F:      drivers/parport/
7136 F:      include/linux/parport*.h
7137 F:      drivers/char/ppdev.c
7138 F:      include/uapi/linux/ppdev.h
7139
7140 PARAVIRT_OPS INTERFACE
7141 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7142 M:      Chris Wright <chrisw@sous-sol.org>
7143 M:      Alok Kataria <akataria@vmware.com>
7144 M:      Rusty Russell <rusty@rustcorp.com.au>
7145 L:      virtualization@lists.linux-foundation.org
7146 S:      Supported
7147 F:      Documentation/ia64/paravirt_ops.txt
7148 F:      arch/*/kernel/paravirt*
7149 F:      arch/*/include/asm/paravirt.h
7150
7151 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7152 M:      Tim Waugh <tim@cyberelk.net>
7153 L:      linux-parport@lists.infradead.org (subscribers-only)
7154 W:      http://www.torque.net/linux-pp.html
7155 S:      Maintained
7156 F:      Documentation/blockdev/paride.txt
7157 F:      drivers/block/paride/
7158
7159 PARISC ARCHITECTURE
7160 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7161 M:      Helge Deller <deller@gmx.de>
7162 L:      linux-parisc@vger.kernel.org
7163 W:      http://www.parisc-linux.org/
7164 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7167 S:      Maintained
7168 F:      arch/parisc/
7169 F:      Documentation/parisc/
7170 F:      drivers/parisc/
7171 F:      drivers/char/agp/parisc-agp.c
7172 F:      drivers/input/serio/gscps2.c
7173 F:      drivers/parport/parport_gsc.*
7174 F:      drivers/tty/serial/8250/8250_gsc.c
7175 F:      drivers/video/fbdev/sti*
7176 F:      drivers/video/console/sti*
7177 F:      drivers/video/logo/logo_parisc*
7178
7179 PC87360 HARDWARE MONITORING DRIVER
7180 M:      Jim Cromie <jim.cromie@gmail.com>
7181 L:      lm-sensors@lm-sensors.org
7182 S:      Maintained
7183 F:      Documentation/hwmon/pc87360
7184 F:      drivers/hwmon/pc87360.c
7185
7186 PC8736x GPIO DRIVER
7187 M:      Jim Cromie <jim.cromie@gmail.com>
7188 S:      Maintained
7189 F:      drivers/char/pc8736x_gpio.c
7190
7191 PC87427 HARDWARE MONITORING DRIVER
7192 M:      Jean Delvare <jdelvare@suse.de>
7193 L:      lm-sensors@lm-sensors.org
7194 S:      Maintained
7195 F:      Documentation/hwmon/pc87427
7196 F:      drivers/hwmon/pc87427.c
7197
7198 PCA9532 LED DRIVER
7199 M:      Riku Voipio <riku.voipio@iki.fi>
7200 S:      Maintained
7201 F:      drivers/leds/leds-pca9532.c
7202 F:      include/linux/leds-pca9532.h
7203
7204 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7205 M:      Guenter Roeck <linux@roeck-us.net>
7206 L:      linux-i2c@vger.kernel.org
7207 S:      Maintained
7208 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7209
7210 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7211 M:      Khalid Aziz <khalid@gonehiking.org>
7212 S:      Maintained
7213 F:      drivers/firmware/pcdp.*
7214
7215 PCI ERROR RECOVERY
7216 M:      Linas Vepstas <linasvepstas@gmail.com>
7217 L:      linux-pci@vger.kernel.org
7218 S:      Supported
7219 F:      Documentation/PCI/pci-error-recovery.txt
7220
7221 PCI SUBSYSTEM
7222 M:      Bjorn Helgaas <bhelgaas@google.com>
7223 L:      linux-pci@vger.kernel.org
7224 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7226 S:      Supported
7227 F:      Documentation/PCI/
7228 F:      drivers/pci/
7229 F:      include/linux/pci*
7230 F:      arch/x86/pci/
7231 F:      arch/x86/kernel/quirks.c
7232
7233 PCI DRIVER FOR APPLIEDMICRO XGENE
7234 M:      Tanmay Inamdar <tinamdar@apm.com>
7235 L:      linux-pci@vger.kernel.org
7236 L:      linux-arm-kernel@lists.infradead.org
7237 S:      Maintained
7238 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7239 F:      drivers/pci/host/pci-xgene.c
7240
7241 PCI DRIVER FOR FREESCALE LAYERSCAPE
7242 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7243 M:      Mingkai Hu <mingkai.hu@freescale.com>
7244 M:      Roy Zang <tie-fei.zang@freescale.com>
7245 L:      linuxppc-dev@lists.ozlabs.org
7246 L:      linux-pci@vger.kernel.org
7247 L:      linux-arm-kernel@lists.infradead.org
7248 S:      Maintained
7249 F:      drivers/pci/host/*layerscape*
7250
7251 PCI DRIVER FOR IMX6
7252 M:      Richard Zhu <r65037@freescale.com>
7253 M:      Lucas Stach <l.stach@pengutronix.de>
7254 L:      linux-pci@vger.kernel.org
7255 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7256 S:      Maintained
7257 F:      drivers/pci/host/*imx6*
7258
7259 PCI DRIVER FOR TI KEYSTONE
7260 M:      Murali Karicheri <m-karicheri2@ti.com>
7261 L:      linux-pci@vger.kernel.org
7262 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7263 S:      Maintained
7264 F:      drivers/pci/host/*keystone*
7265
7266 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7267 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7268 M:      Jason Cooper <jason@lakedaemon.net>
7269 L:      linux-pci@vger.kernel.org
7270 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7271 S:      Maintained
7272 F:      drivers/pci/host/*mvebu*
7273
7274 PCI DRIVER FOR NVIDIA TEGRA
7275 M:      Thierry Reding <thierry.reding@gmail.com>
7276 L:      linux-tegra@vger.kernel.org
7277 L:      linux-pci@vger.kernel.org
7278 S:      Supported
7279 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7280 F:      drivers/pci/host/pci-tegra.c
7281
7282 PCI DRIVER FOR TI DRA7XX
7283 M:      Kishon Vijay Abraham I <kishon@ti.com>
7284 L:      linux-omap@vger.kernel.org
7285 L:      linux-pci@vger.kernel.org
7286 S:      Supported
7287 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7288 F:      drivers/pci/host/pci-dra7xx.c
7289
7290 PCI DRIVER FOR RENESAS R-CAR
7291 M:      Simon Horman <horms@verge.net.au>
7292 L:      linux-pci@vger.kernel.org
7293 L:      linux-sh@vger.kernel.org
7294 S:      Maintained
7295 F:      drivers/pci/host/*rcar*
7296
7297 PCI DRIVER FOR SAMSUNG EXYNOS
7298 M:      Jingoo Han <jg1.han@samsung.com>
7299 L:      linux-pci@vger.kernel.org
7300 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7301 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7302 S:      Maintained
7303 F:      drivers/pci/host/pci-exynos.c
7304
7305 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7306 M:      Mohit Kumar <mohit.kumar@st.com>
7307 M:      Jingoo Han <jg1.han@samsung.com>
7308 L:      linux-pci@vger.kernel.org
7309 S:      Maintained
7310 F:      drivers/pci/host/*designware*
7311
7312 PCI DRIVER FOR GENERIC OF HOSTS
7313 M:      Will Deacon <will.deacon@arm.com>
7314 L:      linux-pci@vger.kernel.org
7315 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7316 S:      Maintained
7317 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7318 F:      drivers/pci/host/pci-host-generic.c
7319
7320 PCIE DRIVER FOR ST SPEAR13XX
7321 M:      Mohit Kumar <mohit.kumar@st.com>
7322 L:      linux-pci@vger.kernel.org
7323 S:      Maintained
7324 F:      drivers/pci/host/*spear*
7325
7326 PCMCIA SUBSYSTEM
7327 P:      Linux PCMCIA Team
7328 L:      linux-pcmcia@lists.infradead.org
7329 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7331 S:      Maintained
7332 F:      Documentation/pcmcia/
7333 F:      drivers/pcmcia/
7334 F:      include/pcmcia/
7335
7336 PCNET32 NETWORK DRIVER
7337 M:      Don Fry <pcnet32@frontier.com>
7338 L:      netdev@vger.kernel.org
7339 S:      Maintained
7340 F:      drivers/net/ethernet/amd/pcnet32.c
7341
7342 PCRYPT PARALLEL CRYPTO ENGINE
7343 M:      Steffen Klassert <steffen.klassert@secunet.com>
7344 L:      linux-crypto@vger.kernel.org
7345 S:      Maintained
7346 F:      crypto/pcrypt.c
7347 F:      include/crypto/pcrypt.h
7348
7349 PER-CPU MEMORY ALLOCATOR
7350 M:      Tejun Heo <tj@kernel.org>
7351 M:      Christoph Lameter <cl@linux-foundation.org>
7352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7353 S:      Maintained
7354 F:      include/linux/percpu*.h
7355 F:      mm/percpu*.c
7356 F:      arch/*/include/asm/percpu.h
7357
7358 PER-TASK DELAY ACCOUNTING
7359 M:      Balbir Singh <bsingharora@gmail.com>
7360 S:      Maintained
7361 F:      include/linux/delayacct.h
7362 F:      kernel/delayacct.c
7363
7364 PERFORMANCE EVENTS SUBSYSTEM
7365 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7366 M:      Paul Mackerras <paulus@samba.org>
7367 M:      Ingo Molnar <mingo@redhat.com>
7368 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7369 L:      linux-kernel@vger.kernel.org
7370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7371 S:      Supported
7372 F:      kernel/events/*
7373 F:      include/linux/perf_event.h
7374 F:      include/uapi/linux/perf_event.h
7375 F:      arch/*/kernel/perf_event*.c
7376 F:      arch/*/kernel/*/perf_event*.c
7377 F:      arch/*/kernel/*/*/perf_event*.c
7378 F:      arch/*/include/asm/perf_event.h
7379 F:      arch/*/kernel/perf_callchain.c
7380 F:      tools/perf/
7381
7382 PERSONALITY HANDLING
7383 M:      Christoph Hellwig <hch@infradead.org>
7384 L:      linux-abi-devel@lists.sourceforge.net
7385 S:      Maintained
7386 F:      include/linux/personality.h
7387 F:      include/uapi/linux/personality.h
7388
7389 PHONET PROTOCOL
7390 M:      Remi Denis-Courmont <courmisch@gmail.com>
7391 S:      Supported
7392 F:      Documentation/networking/phonet.txt
7393 F:      include/linux/phonet.h
7394 F:      include/net/phonet/
7395 F:      include/uapi/linux/phonet.h
7396 F:      net/phonet/
7397
7398 PHRAM MTD DRIVER
7399 M:      Joern Engel <joern@lazybastard.org>
7400 L:      linux-mtd@lists.infradead.org
7401 S:      Maintained
7402 F:      drivers/mtd/devices/phram.c
7403
7404 PICOLCD HID DRIVER
7405 M:      Bruno Prémont <bonbons@linux-vserver.org>
7406 L:      linux-input@vger.kernel.org
7407 S:      Maintained
7408 F:      drivers/hid/hid-picolcd*
7409
7410 PICOXCELL SUPPORT
7411 M:      Jamie Iles <jamie@jamieiles.com>
7412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7413 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7414 S:      Supported
7415 F:      arch/arm/boot/dts/picoxcell*
7416 F:      arch/arm/mach-picoxcell/
7417 F:      drivers/crypto/picoxcell*
7418
7419 PIN CONTROL SUBSYSTEM
7420 M:      Linus Walleij <linus.walleij@linaro.org>
7421 L:      linux-gpio@vger.kernel.org
7422 S:      Maintained
7423 F:      drivers/pinctrl/
7424 F:      include/linux/pinctrl/
7425
7426 PIN CONTROLLER - ATMEL AT91
7427 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7429 S:      Maintained
7430 F:      drivers/pinctrl/pinctrl-at91.*
7431
7432 PIN CONTROLLER - INTEL
7433 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7434 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7435 S:      Maintained
7436 F:      drivers/pinctrl/intel/
7437
7438 PIN CONTROLLER - RENESAS
7439 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7440 L:      linux-sh@vger.kernel.org
7441 S:      Maintained
7442 F:      drivers/pinctrl/sh-pfc/
7443
7444 PIN CONTROLLER - SAMSUNG
7445 M:      Tomasz Figa <tomasz.figa@gmail.com>
7446 M:      Thomas Abraham <thomas.abraham@linaro.org>
7447 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7448 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7449 S:      Maintained
7450 F:      drivers/pinctrl/samsung/
7451
7452 PIN CONTROLLER - ST SPEAR
7453 M:      Viresh Kumar <viresh.linux@gmail.com>
7454 L:      spear-devel@list.st.com
7455 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7456 W:      http://www.st.com/spear
7457 S:      Maintained
7458 F:      drivers/pinctrl/spear/
7459
7460 PKTCDVD DRIVER
7461 M:      Jiri Kosina <jkosina@suse.cz>
7462 S:      Maintained
7463 F:      drivers/block/pktcdvd.c
7464 F:      include/linux/pktcdvd.h
7465 F:      include/uapi/linux/pktcdvd.h
7466
7467 PKUNITY SOC DRIVERS
7468 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7469 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7470 S:      Maintained
7471 T:      git git://github.com/gxt/linux.git
7472 F:      drivers/input/serio/i8042-unicore32io.h
7473 F:      drivers/i2c/busses/i2c-puv3.c
7474 F:      drivers/video/fbdev/fb-puv3.c
7475 F:      drivers/rtc/rtc-puv3.c
7476
7477 PMBUS HARDWARE MONITORING DRIVERS
7478 M:      Guenter Roeck <linux@roeck-us.net>
7479 L:      lm-sensors@lm-sensors.org
7480 W:      http://www.lm-sensors.org/
7481 W:      http://www.roeck-us.net/linux/drivers/
7482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7483 S:      Maintained
7484 F:      Documentation/hwmon/pmbus
7485 F:      drivers/hwmon/pmbus/
7486 F:      include/linux/i2c/pmbus.h
7487
7488 PMC SIERRA MaxRAID DRIVER
7489 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7490 L:      linux-scsi@vger.kernel.org
7491 W:      http://www.pmc-sierra.com/
7492 S:      Supported
7493 F:      drivers/scsi/pmcraid.*
7494
7495 PMC SIERRA PM8001 DRIVER
7496 M:      xjtuwjp@gmail.com
7497 M:      lindar_liu@usish.com
7498 L:      pmchba@pmcs.com
7499 L:      linux-scsi@vger.kernel.org
7500 S:      Supported
7501 F:      drivers/scsi/pm8001/
7502
7503 POSIX CLOCKS and TIMERS
7504 M:      Thomas Gleixner <tglx@linutronix.de>
7505 L:      linux-kernel@vger.kernel.org
7506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7507 S:      Maintained
7508 F:      fs/timerfd.c
7509 F:      include/linux/timer*
7510 F:      kernel/time/*timer*
7511
7512 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7513 M:      Sebastian Reichel <sre@kernel.org>
7514 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7515 M:      David Woodhouse <dwmw2@infradead.org>
7516 L:      linux-pm@vger.kernel.org
7517 T:      git git://git.infradead.org/battery-2.6.git
7518 S:      Maintained
7519 F:      include/linux/power_supply.h
7520 F:      drivers/power/
7521
7522 PNP SUPPORT
7523 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7524 S:      Maintained
7525 F:      drivers/pnp/
7526
7527 PNXxxxx I2C DRIVER
7528 M:      Vitaly Wool <vitalywool@gmail.com>
7529 L:      linux-i2c@vger.kernel.org
7530 S:      Maintained
7531 F:      drivers/i2c/busses/i2c-pnx.c
7532
7533 PPP PROTOCOL DRIVERS AND COMPRESSORS
7534 M:      Paul Mackerras <paulus@samba.org>
7535 L:      linux-ppp@vger.kernel.org
7536 S:      Maintained
7537 F:      drivers/net/ppp/ppp_*
7538
7539 PPP OVER ATM (RFC 2364)
7540 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7541 S:      Maintained
7542 F:      net/atm/pppoatm.c
7543 F:      include/uapi/linux/atmppp.h
7544
7545 PPP OVER ETHERNET
7546 M:      Michal Ostrowski <mostrows@earthlink.net>
7547 S:      Maintained
7548 F:      drivers/net/ppp/pppoe.c
7549 F:      drivers/net/ppp/pppox.c
7550
7551 PPP OVER L2TP
7552 M:      James Chapman <jchapman@katalix.com>
7553 S:      Maintained
7554 F:      net/l2tp/l2tp_ppp.c
7555 F:      include/linux/if_pppol2tp.h
7556 F:      include/uapi/linux/if_pppol2tp.h
7557
7558 PPS SUPPORT
7559 M:      Rodolfo Giometti <giometti@enneenne.com>
7560 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7561 L:      linuxpps@ml.enneenne.com (subscribers-only)
7562 S:      Maintained
7563 F:      Documentation/pps/
7564 F:      drivers/pps/
7565 F:      include/linux/pps*.h
7566
7567 PPTP DRIVER
7568 M:      Dmitry Kozlov <xeb@mail.ru>
7569 L:      netdev@vger.kernel.org
7570 S:      Maintained
7571 F:      drivers/net/ppp/pptp.c
7572 W:      http://sourceforge.net/projects/accel-pptp
7573
7574 PREEMPTIBLE KERNEL
7575 M:      Robert Love <rml@tech9.net>
7576 L:      kpreempt-tech@lists.sourceforge.net
7577 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7578 S:      Supported
7579 F:      Documentation/preempt-locking.txt
7580 F:      include/linux/preempt.h
7581
7582 PRISM54 WIRELESS DRIVER
7583 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7584 L:      linux-wireless@vger.kernel.org
7585 W:      http://wireless.kernel.org/en/users/Drivers/p54
7586 S:      Obsolete
7587 F:      drivers/net/wireless/prism54/
7588
7589 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
7590 M:      Mikael Pettersson <mikpelinux@gmail.com>
7591 L:      linux-ide@vger.kernel.org
7592 S:      Maintained
7593 F:      drivers/ata/sata_promise.*
7594
7595 PS3 NETWORK SUPPORT
7596 M:      Geoff Levand <geoff@infradead.org>
7597 L:      netdev@vger.kernel.org
7598 L:      cbe-oss-dev@lists.ozlabs.org
7599 S:      Maintained
7600 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7601
7602 PS3 PLATFORM SUPPORT
7603 M:      Geoff Levand <geoff@infradead.org>
7604 L:      linuxppc-dev@lists.ozlabs.org
7605 L:      cbe-oss-dev@lists.ozlabs.org
7606 S:      Maintained
7607 F:      arch/powerpc/boot/ps3*
7608 F:      arch/powerpc/include/asm/lv1call.h
7609 F:      arch/powerpc/include/asm/ps3*.h
7610 F:      arch/powerpc/platforms/ps3/
7611 F:      drivers/*/ps3*
7612 F:      drivers/ps3/
7613 F:      drivers/rtc/rtc-ps3.c
7614 F:      drivers/usb/host/*ps3.c
7615 F:      sound/ppc/snd_ps3*
7616
7617 PS3VRAM DRIVER
7618 M:      Jim Paris <jim@jtan.com>
7619 L:      cbe-oss-dev@lists.ozlabs.org
7620 S:      Maintained
7621 F:      drivers/block/ps3vram.c
7622
7623 PSTORE FILESYSTEM
7624 M:      Anton Vorontsov <anton@enomsg.org>
7625 M:      Colin Cross <ccross@android.com>
7626 M:      Kees Cook <keescook@chromium.org>
7627 M:      Tony Luck <tony.luck@intel.com>
7628 S:      Maintained
7629 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7630 F:      fs/pstore/
7631 F:      include/linux/pstore*
7632 F:      drivers/firmware/efi/efi-pstore.c
7633 F:      drivers/acpi/apei/erst.c
7634
7635 PTP HARDWARE CLOCK SUPPORT
7636 M:      Richard Cochran <richardcochran@gmail.com>
7637 L:      netdev@vger.kernel.org
7638 S:      Maintained
7639 W:      http://linuxptp.sourceforge.net/
7640 F:      Documentation/ABI/testing/sysfs-ptp
7641 F:      Documentation/ptp/*
7642 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7643 F:      drivers/net/phy/dp83640*
7644 F:      drivers/ptp/*
7645 F:      include/linux/ptp_cl*
7646
7647 PTRACE SUPPORT
7648 M:      Roland McGrath <roland@hack.frob.com>
7649 M:      Oleg Nesterov <oleg@redhat.com>
7650 S:      Maintained
7651 F:      include/asm-generic/syscall.h
7652 F:      include/linux/ptrace.h
7653 F:      include/linux/regset.h
7654 F:      include/linux/tracehook.h
7655 F:      include/uapi/linux/ptrace.h
7656 F:      kernel/ptrace.c
7657
7658 PVRUSB2 VIDEO4LINUX DRIVER
7659 M:      Mike Isely <isely@pobox.com>
7660 L:      pvrusb2@isely.net       (subscribers-only)
7661 L:      linux-media@vger.kernel.org
7662 W:      http://www.isely.net/pvrusb2/
7663 T:      git git://linuxtv.org/media_tree.git
7664 S:      Maintained
7665 F:      Documentation/video4linux/README.pvrusb2
7666 F:      drivers/media/usb/pvrusb2/
7667
7668 PWC WEBCAM DRIVER
7669 M:      Hans de Goede <hdegoede@redhat.com>
7670 L:      linux-media@vger.kernel.org
7671 T:      git git://linuxtv.org/media_tree.git
7672 S:      Maintained
7673 F:      drivers/media/usb/pwc/*
7674
7675 PWM FAN DRIVER
7676 M:      Kamil Debski <k.debski@samsung.com>
7677 L:      lm-sensors@lm-sensors.org
7678 S:      Supported
7679 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7680 F:      Documentation/hwmon/pwm-fan
7681 F:      drivers/hwmon/pwm-fan.c
7682
7683 PWM SUBSYSTEM
7684 M:      Thierry Reding <thierry.reding@gmail.com>
7685 L:      linux-pwm@vger.kernel.org
7686 S:      Maintained
7687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7688 F:      Documentation/pwm.txt
7689 F:      Documentation/devicetree/bindings/pwm/
7690 F:      include/linux/pwm.h
7691 F:      drivers/pwm/
7692 F:      drivers/video/backlight/pwm_bl.c
7693 F:      include/linux/pwm_backlight.h
7694
7695 PXA2xx/PXA3xx SUPPORT
7696 M:      Daniel Mack <daniel@zonque.org>
7697 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7698 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7699 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7700 T:      git git://github.com/hzhuang1/linux.git
7701 T:      git git://github.com/rjarzmik/linux.git
7702 S:      Maintained
7703 F:      arch/arm/mach-pxa/
7704 F:      drivers/pcmcia/pxa2xx*
7705 F:      drivers/spi/spi-pxa2xx*
7706 F:      drivers/usb/gadget/udc/pxa2*
7707 F:      include/sound/pxa2xx-lib.h
7708 F:      sound/arm/pxa*
7709 F:      sound/soc/pxa/
7710
7711 PXA3xx NAND FLASH DRIVER
7712 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7713 L:      linux-mtd@lists.infradead.org
7714 S:      Maintained
7715 F:      drivers/mtd/nand/pxa3xx_nand.c
7716
7717 MMP SUPPORT
7718 M:      Eric Miao <eric.y.miao@gmail.com>
7719 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7720 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7721 T:      git git://github.com/hzhuang1/linux.git
7722 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7723 S:      Maintained
7724 F:      arch/arm/mach-mmp/
7725
7726 PXA MMCI DRIVER
7727 S:      Orphan
7728
7729 PXA RTC DRIVER
7730 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7731 L:      rtc-linux@googlegroups.com
7732 S:      Maintained
7733
7734 QAT DRIVER
7735 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7736 L:      qat-linux@intel.com
7737 S:      Supported
7738 F:      drivers/crypto/qat/
7739
7740 QIB DRIVER
7741 M:      Mike Marciniszyn <infinipath@intel.com>
7742 L:      linux-rdma@vger.kernel.org
7743 S:      Supported
7744 F:      drivers/infiniband/hw/qib/
7745
7746 QLOGIC QLA1280 SCSI DRIVER
7747 M:      Michael Reed <mdr@sgi.com>
7748 L:      linux-scsi@vger.kernel.org
7749 S:      Maintained
7750 F:      drivers/scsi/qla1280.[ch]
7751
7752 QLOGIC QLA2XXX FC-SCSI DRIVER
7753 M:      qla2xxx-upstream@qlogic.com
7754 L:      linux-scsi@vger.kernel.org
7755 S:      Supported
7756 F:      Documentation/scsi/LICENSE.qla2xxx
7757 F:      drivers/scsi/qla2xxx/
7758
7759 QLOGIC QLA4XXX iSCSI DRIVER
7760 M:      QLogic-Storage-Upstream@qlogic.com
7761 L:      linux-scsi@vger.kernel.org
7762 S:      Supported
7763 F:      Documentation/scsi/LICENSE.qla4xxx
7764 F:      drivers/scsi/qla4xxx/
7765
7766 QLOGIC QLA3XXX NETWORK DRIVER
7767 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7768 M:      Ron Mercer <ron.mercer@qlogic.com>
7769 M:      linux-driver@qlogic.com
7770 L:      netdev@vger.kernel.org
7771 S:      Supported
7772 F:      Documentation/networking/LICENSE.qla3xxx
7773 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7774
7775 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7776 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7777 M:      Dept-GELinuxNICDev@qlogic.com
7778 L:      netdev@vger.kernel.org
7779 S:      Supported
7780 F:      drivers/net/ethernet/qlogic/qlcnic/
7781
7782 QLOGIC QLGE 10Gb ETHERNET DRIVER
7783 M:      Harish Patil <harish.patil@qlogic.com>
7784 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7785 M:      Dept-GELinuxNICDev@qlogic.com
7786 M:      linux-driver@qlogic.com
7787 L:      netdev@vger.kernel.org
7788 S:      Supported
7789 F:      drivers/net/ethernet/qlogic/qlge/
7790
7791 QNX4 FILESYSTEM
7792 M:      Anders Larsen <al@alarsen.net>
7793 W:      http://www.alarsen.net/linux/qnx4fs/
7794 S:      Maintained
7795 F:      fs/qnx4/
7796 F:      include/uapi/linux/qnx4_fs.h
7797 F:      include/uapi/linux/qnxtypes.h
7798
7799 QT1010 MEDIA DRIVER
7800 M:      Antti Palosaari <crope@iki.fi>
7801 L:      linux-media@vger.kernel.org
7802 W:      http://linuxtv.org/
7803 W:      http://palosaari.fi/linux/
7804 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7805 T:      git git://linuxtv.org/anttip/media_tree.git
7806 S:      Maintained
7807 F:      drivers/media/tuners/qt1010*
7808
7809 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7810 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7811 L:      linux-wireless@vger.kernel.org
7812 L:      ath9k-devel@lists.ath9k.org
7813 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7814 S:      Supported
7815 F:      drivers/net/wireless/ath/ath9k/
7816
7817 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7818 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7819 L:      ath10k@lists.infradead.org
7820 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7821 T:      git git://github.com/kvalo/ath.git
7822 S:      Supported
7823 F:      drivers/net/wireless/ath/ath10k/
7824
7825 QUALCOMM HEXAGON ARCHITECTURE
7826 M:      Richard Kuo <rkuo@codeaurora.org>
7827 L:      linux-hexagon@vger.kernel.org
7828 S:      Supported
7829 F:      arch/hexagon/
7830
7831 QUALCOMM WCN36XX WIRELESS DRIVER
7832 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7833 L:      wcn36xx@lists.infradead.org
7834 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7835 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7836 S:      Supported
7837 F:      drivers/net/wireless/ath/wcn36xx/
7838
7839 QUICKCAM PARALLEL PORT WEBCAMS
7840 M:      Hans Verkuil <hverkuil@xs4all.nl>
7841 L:      linux-media@vger.kernel.org
7842 T:      git git://linuxtv.org/media_tree.git
7843 W:      http://linuxtv.org
7844 S:      Odd Fixes
7845 F:      drivers/media/parport/*-qcam*
7846
7847 RADOS BLOCK DEVICE (RBD)
7848 M:      Yehuda Sadeh <yehuda@inktank.com>
7849 M:      Sage Weil <sage@inktank.com>
7850 M:      Alex Elder <elder@kernel.org>
7851 M:      ceph-devel@vger.kernel.org
7852 W:      http://ceph.com/
7853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7854 S:      Supported
7855 F:      drivers/block/rbd.c
7856 F:      drivers/block/rbd_types.h
7857
7858 RADEON FRAMEBUFFER DISPLAY DRIVER
7859 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7860 L:      linux-fbdev@vger.kernel.org
7861 S:      Maintained
7862 F:      drivers/video/fbdev/aty/radeon*
7863 F:      include/uapi/linux/radeonfb.h
7864
7865 RADIOSHARK RADIO DRIVER
7866 M:      Hans de Goede <hdegoede@redhat.com>
7867 L:      linux-media@vger.kernel.org
7868 T:      git git://linuxtv.org/media_tree.git
7869 S:      Maintained
7870 F:      drivers/media/radio/radio-shark.c
7871
7872 RADIOSHARK2 RADIO DRIVER
7873 M:      Hans de Goede <hdegoede@redhat.com>
7874 L:      linux-media@vger.kernel.org
7875 T:      git git://linuxtv.org/media_tree.git
7876 S:      Maintained
7877 F:      drivers/media/radio/radio-shark2.c
7878 F:      drivers/media/radio/radio-tea5777.c
7879
7880 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7881 M:      Paul Mackerras <paulus@samba.org>
7882 L:      linux-fbdev@vger.kernel.org
7883 S:      Maintained
7884 F:      drivers/video/fbdev/aty/aty128fb.c
7885
7886 RALINK RT2X00 WIRELESS LAN DRIVER
7887 P:      rt2x00 project
7888 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7889 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7890 L:      linux-wireless@vger.kernel.org
7891 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7892 W:      http://rt2x00.serialmonkey.com/
7893 S:      Maintained
7894 F:      drivers/net/wireless/rt2x00/
7895
7896 RAMDISK RAM BLOCK DEVICE DRIVER
7897 M:      Nick Piggin <npiggin@kernel.dk>
7898 S:      Maintained
7899 F:      Documentation/blockdev/ramdisk.txt
7900 F:      drivers/block/brd.c
7901
7902 RANDOM NUMBER DRIVER
7903 M:      "Theodore Ts'o" <tytso@mit.edu>
7904 S:      Maintained
7905 F:      drivers/char/random.c
7906
7907 RAPIDIO SUBSYSTEM
7908 M:      Matt Porter <mporter@kernel.crashing.org>
7909 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7910 S:      Maintained
7911 F:      drivers/rapidio/
7912
7913 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7914 L:      linux-wireless@vger.kernel.org
7915 S:      Orphan
7916 F:      drivers/net/wireless/ray*
7917
7918 RCUTORTURE MODULE
7919 M:      Josh Triplett <josh@joshtriplett.org>
7920 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7921 L:      linux-kernel@vger.kernel.org
7922 S:      Supported
7923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7924 F:      Documentation/RCU/torture.txt
7925 F:      kernel/rcu/rcutorture.c
7926
7927 RCUTORTURE TEST FRAMEWORK
7928 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7929 M:      Josh Triplett <josh@joshtriplett.org>
7930 R:      Steven Rostedt <rostedt@goodmis.org>
7931 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7932 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7933 L:      linux-kernel@vger.kernel.org
7934 S:      Supported
7935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7936 F:      tools/testing/selftests/rcutorture
7937
7938 RDC R-321X SoC
7939 M:      Florian Fainelli <florian@openwrt.org>
7940 S:      Maintained
7941
7942 RDC R6040 FAST ETHERNET DRIVER
7943 M:      Florian Fainelli <florian@openwrt.org>
7944 L:      netdev@vger.kernel.org
7945 S:      Maintained
7946 F:      drivers/net/ethernet/rdc/r6040.c
7947
7948 RDS - RELIABLE DATAGRAM SOCKETS
7949 M:      Chien Yen <chien.yen@oracle.com>
7950 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7951 S:      Supported
7952 F:      net/rds/
7953
7954 READ-COPY UPDATE (RCU)
7955 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7956 M:      Josh Triplett <josh@joshtriplett.org>
7957 R:      Steven Rostedt <rostedt@goodmis.org>
7958 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7959 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7960 L:      linux-kernel@vger.kernel.org
7961 W:      http://www.rdrop.com/users/paulmck/RCU/
7962 S:      Supported
7963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7964 F:      Documentation/RCU/
7965 X:      Documentation/RCU/torture.txt
7966 F:      include/linux/rcu*
7967 X:      include/linux/srcu.h
7968 F:      kernel/rcu/
7969 X:      kernel/torture.c
7970
7971 REAL TIME CLOCK (RTC) SUBSYSTEM
7972 M:      Alessandro Zummo <a.zummo@towertech.it>
7973 L:      rtc-linux@googlegroups.com
7974 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7975 S:      Maintained
7976 F:      Documentation/rtc.txt
7977 F:      drivers/rtc/
7978 F:      include/linux/rtc.h
7979 F:      include/uapi/linux/rtc.h
7980
7981 REALTEK AUDIO CODECS
7982 M:      Bard Liao <bardliao@realtek.com>
7983 M:      Oder Chiou <oder_chiou@realtek.com>
7984 S:      Maintained
7985 F:      sound/soc/codecs/rt*
7986 F:      include/sound/rt*.h
7987
7988 REISERFS FILE SYSTEM
7989 L:      reiserfs-devel@vger.kernel.org
7990 S:      Supported
7991 F:      fs/reiserfs/
7992
7993 REGISTER MAP ABSTRACTION
7994 M:      Mark Brown <broonie@kernel.org>
7995 L:      linux-kernel@vger.kernel.org
7996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7997 S:      Supported
7998 F:      drivers/base/regmap/
7999 F:      include/linux/regmap.h
8000
8001 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8002 M:      Ohad Ben-Cohen <ohad@wizery.com>
8003 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8004 S:      Maintained
8005 F:      drivers/remoteproc/
8006 F:      Documentation/remoteproc.txt
8007 F:      include/linux/remoteproc.h
8008
8009 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8010 M:      Ohad Ben-Cohen <ohad@wizery.com>
8011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8012 S:      Maintained
8013 F:      drivers/rpmsg/
8014 F:      Documentation/rpmsg.txt
8015 F:      include/linux/rpmsg.h
8016
8017 RESET CONTROLLER FRAMEWORK
8018 M:      Philipp Zabel <p.zabel@pengutronix.de>
8019 S:      Maintained
8020 F:      drivers/reset/
8021 F:      Documentation/devicetree/bindings/reset/
8022 F:      include/linux/reset.h
8023 F:      include/linux/reset-controller.h
8024
8025 RFKILL
8026 M:      Johannes Berg <johannes@sipsolutions.net>
8027 L:      linux-wireless@vger.kernel.org
8028 W:      http://wireless.kernel.org/
8029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8031 S:      Maintained
8032 F:      Documentation/rfkill.txt
8033 F:      net/rfkill/
8034
8035 RICOH SMARTMEDIA/XD DRIVER
8036 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8037 S:      Maintained
8038 F:      drivers/mtd/nand/r852.c
8039 F:      drivers/mtd/nand/r852.h
8040
8041 RICOH R5C592 MEMORYSTICK DRIVER
8042 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8043 S:      Maintained
8044 F:      drivers/memstick/host/r592.*
8045
8046 ROCCAT DRIVERS
8047 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8048 W:      http://sourceforge.net/projects/roccat/
8049 S:      Maintained
8050 F:      drivers/hid/hid-roccat*
8051 F:      include/linux/hid-roccat*
8052 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8053
8054 ROCKER DRIVER
8055 M:      Jiri Pirko <jiri@resnulli.us>
8056 M:      Scott Feldman <sfeldma@gmail.com>
8057 L:      netdev@vger.kernel.org
8058 S:      Supported
8059 F:      drivers/net/ethernet/rocker/
8060
8061 ROCKETPORT DRIVER
8062 P:      Comtrol Corp.
8063 W:      http://www.comtrol.com
8064 S:      Maintained
8065 F:      Documentation/serial/rocket.txt
8066 F:      drivers/tty/rocket*
8067
8068 ROCKETPORT EXPRESS/INFINITY DRIVER
8069 M:      Kevin Cernekee <cernekee@gmail.com>
8070 L:      linux-serial@vger.kernel.org
8071 S:      Odd Fixes
8072 F:      drivers/tty/serial/rp2.*
8073
8074 ROSE NETWORK LAYER
8075 M:      Ralf Baechle <ralf@linux-mips.org>
8076 L:      linux-hams@vger.kernel.org
8077 W:      http://www.linux-ax25.org/
8078 S:      Maintained
8079 F:      include/net/rose.h
8080 F:      include/uapi/linux/rose.h
8081 F:      net/rose/
8082
8083 RTL2830 MEDIA DRIVER
8084 M:      Antti Palosaari <crope@iki.fi>
8085 L:      linux-media@vger.kernel.org
8086 W:      http://linuxtv.org/
8087 W:      http://palosaari.fi/linux/
8088 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8089 T:      git git://linuxtv.org/anttip/media_tree.git
8090 S:      Maintained
8091 F:      drivers/media/dvb-frontends/rtl2830*
8092
8093 RTL2832 MEDIA DRIVER
8094 M:      Antti Palosaari <crope@iki.fi>
8095 L:      linux-media@vger.kernel.org
8096 W:      http://linuxtv.org/
8097 W:      http://palosaari.fi/linux/
8098 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8099 T:      git git://linuxtv.org/anttip/media_tree.git
8100 S:      Maintained
8101 F:      drivers/media/dvb-frontends/rtl2832*
8102
8103 RTL2832_SDR MEDIA DRIVER
8104 M:      Antti Palosaari <crope@iki.fi>
8105 L:      linux-media@vger.kernel.org
8106 W:      http://linuxtv.org/
8107 W:      http://palosaari.fi/linux/
8108 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8109 T:      git git://linuxtv.org/anttip/media_tree.git
8110 S:      Maintained
8111 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8112
8113 RTL8180 WIRELESS DRIVER
8114 L:      linux-wireless@vger.kernel.org
8115 W:      http://wireless.kernel.org/
8116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8117 S:      Orphan
8118 F:      drivers/net/wireless/rtl818x/rtl8180/
8119
8120 RTL8187 WIRELESS DRIVER
8121 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8122 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8123 M:      Larry Finger <Larry.Finger@lwfinger.net>
8124 L:      linux-wireless@vger.kernel.org
8125 W:      http://wireless.kernel.org/
8126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8127 S:      Maintained
8128 F:      drivers/net/wireless/rtl818x/rtl8187/
8129
8130 RTL8192CE WIRELESS DRIVER
8131 M:      Larry Finger <Larry.Finger@lwfinger.net>
8132 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8133 L:      linux-wireless@vger.kernel.org
8134 W:      http://wireless.kernel.org/
8135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8136 S:      Maintained
8137 F:      drivers/net/wireless/rtlwifi/
8138 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8139
8140 S3 SAVAGE FRAMEBUFFER DRIVER
8141 M:      Antonino Daplas <adaplas@gmail.com>
8142 L:      linux-fbdev@vger.kernel.org
8143 S:      Maintained
8144 F:      drivers/video/fbdev/savage/
8145
8146 S390
8147 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8148 M:      Heiko Carstens <heiko.carstens@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:      arch/s390/
8154 F:      drivers/s390/
8155 F:      Documentation/s390/
8156 F:      Documentation/DocBook/s390*
8157
8158 S390 COMMON I/O LAYER
8159 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8160 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8161 L:      linux-s390@vger.kernel.org
8162 W:      http://www.ibm.com/developerworks/linux/linux390/
8163 S:      Supported
8164 F:      drivers/s390/cio/
8165
8166 S390 DASD DRIVER
8167 M:      Stefan Weinhuber <wein@de.ibm.com>
8168 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8169 L:      linux-s390@vger.kernel.org
8170 W:      http://www.ibm.com/developerworks/linux/linux390/
8171 S:      Supported
8172 F:      drivers/s390/block/dasd*
8173 F:      block/partitions/ibm.c
8174
8175 S390 NETWORK DRIVERS
8176 M:      Ursula Braun <ursula.braun@de.ibm.com>
8177 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8178 M:      linux390@de.ibm.com
8179 L:      linux-s390@vger.kernel.org
8180 W:      http://www.ibm.com/developerworks/linux/linux390/
8181 S:      Supported
8182 F:      drivers/s390/net/
8183
8184 S390 PCI SUBSYSTEM
8185 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8186 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8187 L:      linux-s390@vger.kernel.org
8188 W:      http://www.ibm.com/developerworks/linux/linux390/
8189 S:      Supported
8190 F:      arch/s390/pci/
8191 F:      drivers/pci/hotplug/s390_pci_hpc.c
8192
8193 S390 ZCRYPT DRIVER
8194 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8195 M:      linux390@de.ibm.com
8196 L:      linux-s390@vger.kernel.org
8197 W:      http://www.ibm.com/developerworks/linux/linux390/
8198 S:      Supported
8199 F:      drivers/s390/crypto/
8200
8201 S390 ZFCP DRIVER
8202 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8203 M:      linux390@de.ibm.com
8204 L:      linux-s390@vger.kernel.org
8205 W:      http://www.ibm.com/developerworks/linux/linux390/
8206 S:      Supported
8207 F:      drivers/s390/scsi/zfcp_*
8208
8209 S390 IUCV NETWORK LAYER
8210 M:      Ursula Braun <ursula.braun@de.ibm.com>
8211 M:      linux390@de.ibm.com
8212 L:      linux-s390@vger.kernel.org
8213 W:      http://www.ibm.com/developerworks/linux/linux390/
8214 S:      Supported
8215 F:      drivers/s390/net/*iucv*
8216 F:      include/net/iucv/
8217 F:      net/iucv/
8218
8219 S3C24XX SD/MMC Driver
8220 M:      Ben Dooks <ben-linux@fluff.org>
8221 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8222 S:      Supported
8223 F:      drivers/mmc/host/s3cmci.*
8224
8225 SAA6588 RDS RECEIVER DRIVER
8226 M:      Hans Verkuil <hverkuil@xs4all.nl>
8227 L:      linux-media@vger.kernel.org
8228 T:      git git://linuxtv.org/media_tree.git
8229 W:      http://linuxtv.org
8230 S:      Odd Fixes
8231 F:      drivers/media/i2c/saa6588*
8232
8233 SAA7134 VIDEO4LINUX DRIVER
8234 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8235 L:      linux-media@vger.kernel.org
8236 W:      http://linuxtv.org
8237 T:      git git://linuxtv.org/media_tree.git
8238 S:      Odd fixes
8239 F:      Documentation/video4linux/*.saa7134
8240 F:      drivers/media/pci/saa7134/
8241
8242 SAA7146 VIDEO4LINUX-2 DRIVER
8243 M:      Hans Verkuil <hverkuil@xs4all.nl>
8244 L:      linux-media@vger.kernel.org
8245 T:      git git://linuxtv.org/media_tree.git
8246 S:      Maintained
8247 F:      drivers/media/common/saa7146/
8248 F:      drivers/media/pci/saa7146/
8249 F:      include/media/saa7146*
8250
8251 SAMSUNG LAPTOP DRIVER
8252 M:      Corentin Chary <corentin.chary@gmail.com>
8253 L:      platform-driver-x86@vger.kernel.org
8254 S:      Maintained
8255 F:      drivers/platform/x86/samsung-laptop.c
8256
8257 SAMSUNG AUDIO (ASoC) DRIVERS
8258 M:      Sangbeom Kim <sbkim73@samsung.com>
8259 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8260 S:      Supported
8261 F:      sound/soc/samsung/
8262
8263 SAMSUNG FRAMEBUFFER DRIVER
8264 M:      Jingoo Han <jg1.han@samsung.com>
8265 L:      linux-fbdev@vger.kernel.org
8266 S:      Maintained
8267 F:      drivers/video/fbdev/s3c-fb.c
8268
8269 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8270 M:      Sangbeom Kim <sbkim73@samsung.com>
8271 L:      linux-kernel@vger.kernel.org
8272 S:      Supported
8273 F:      drivers/mfd/sec*.c
8274 F:      drivers/regulator/s2m*.c
8275 F:      drivers/regulator/s5m*.c
8276 F:      include/linux/mfd/samsung/
8277
8278 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8279 M:      Kyungmin Park <kyungmin.park@samsung.com>
8280 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8281 L:      linux-media@vger.kernel.org
8282 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8283 S:      Supported
8284 F:      drivers/media/platform/exynos4-is/
8285
8286 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8287 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8288 L:      linux-media@vger.kernel.org
8289 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8290 S:      Maintained
8291 F:      drivers/media/platform/s3c-camif/
8292 F:      include/media/s3c_camif.h
8293
8294 SAMSUNG S5C73M3 CAMERA DRIVER
8295 M:      Kyungmin Park <kyungmin.park@samsung.com>
8296 M:      Andrzej Hajda <a.hajda@samsung.com>
8297 L:      linux-media@vger.kernel.org
8298 S:      Supported
8299 F:      drivers/media/i2c/s5c73m3/*
8300
8301 SAMSUNG S5K5BAF CAMERA DRIVER
8302 M:      Kyungmin Park <kyungmin.park@samsung.com>
8303 M:      Andrzej Hajda <a.hajda@samsung.com>
8304 L:      linux-media@vger.kernel.org
8305 S:      Supported
8306 F:      drivers/media/i2c/s5k5baf.c
8307
8308 SAMSUNG SOC CLOCK DRIVERS
8309 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8310 M:      Tomasz Figa <tomasz.figa@gmail.com>
8311 S:      Supported
8312 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8313 F:      drivers/clk/samsung/
8314
8315 SAMSUNG SXGBE DRIVERS
8316 M:      Byungho An <bh74.an@samsung.com>
8317 M:      Girish K S <ks.giri@samsung.com>
8318 M:      Vipul Pandya <vipul.pandya@samsung.com>
8319 S:      Supported
8320 L:      netdev@vger.kernel.org
8321 F:      drivers/net/ethernet/samsung/sxgbe/
8322
8323 SAMSUNG USB2 PHY DRIVER
8324 M:      Kamil Debski <k.debski@samsung.com>
8325 L:      linux-kernel@vger.kernel.org
8326 S:      Supported
8327 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8328 F:      Documentation/phy/samsung-usb2.txt
8329 F:      drivers/phy/phy-exynos4210-usb2.c
8330 F:      drivers/phy/phy-exynos4x12-usb2.c
8331 F:      drivers/phy/phy-exynos5250-usb2.c
8332 F:      drivers/phy/phy-s5pv210-usb2.c
8333 F:      drivers/phy/phy-samsung-usb2.c
8334 F:      drivers/phy/phy-samsung-usb2.h
8335
8336 SERIAL DRIVERS
8337 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8338 L:      linux-serial@vger.kernel.org
8339 S:      Maintained
8340 F:      drivers/tty/serial/
8341
8342 SYNOPSYS DESIGNWARE DMAC DRIVER
8343 M:      Viresh Kumar <viresh.linux@gmail.com>
8344 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8345 S:      Maintained
8346 F:      include/linux/platform_data/dma-dw.h
8347 F:      drivers/dma/dw/
8348
8349 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8350 M:      Seungwon Jeon <tgih.jun@samsung.com>
8351 M:      Jaehoon Chung <jh80.chung@samsung.com>
8352 L:      linux-mmc@vger.kernel.org
8353 S:      Maintained
8354 F:      include/linux/mmc/dw_mmc.h
8355 F:      drivers/mmc/host/dw_mmc*
8356
8357 THUNDERBOLT DRIVER
8358 M:      Andreas Noever <andreas.noever@gmail.com>
8359 S:      Maintained
8360 F:      drivers/thunderbolt/
8361
8362 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8363 M:      John Stultz <john.stultz@linaro.org>
8364 M:      Thomas Gleixner <tglx@linutronix.de>
8365 L:      linux-kernel@vger.kernel.org
8366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8367 S:      Supported
8368 F:      include/linux/clocksource.h
8369 F:      include/linux/time.h
8370 F:      include/linux/timex.h
8371 F:      include/uapi/linux/time.h
8372 F:      include/uapi/linux/timex.h
8373 F:      kernel/time/clocksource.c
8374 F:      kernel/time/time*.c
8375 F:      kernel/time/ntp.c
8376
8377 TLG2300 VIDEO4LINUX-2 DRIVER
8378 M:      Huang Shijie <shijie8@gmail.com>
8379 M:      Hans Verkuil <hverkuil@xs4all.nl>
8380 S:      Odd Fixes
8381 F:      drivers/media/usb/tlg2300/
8382
8383 SC1200 WDT DRIVER
8384 M:      Zwane Mwaikambo <zwanem@gmail.com>
8385 S:      Maintained
8386 F:      drivers/watchdog/sc1200wdt.c
8387
8388 SCHEDULER
8389 M:      Ingo Molnar <mingo@redhat.com>
8390 M:      Peter Zijlstra <peterz@infradead.org>
8391 L:      linux-kernel@vger.kernel.org
8392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8393 S:      Maintained
8394 F:      kernel/sched/
8395 F:      include/linux/sched.h
8396 F:      include/uapi/linux/sched.h
8397 F:      include/linux/wait.h
8398
8399 SCORE ARCHITECTURE
8400 M:      Chen Liqin <liqin.linux@gmail.com>
8401 M:      Lennox Wu <lennox.wu@gmail.com>
8402 W:      http://www.sunplus.com
8403 S:      Supported
8404 F:      arch/score/
8405
8406 SCSI CDROM DRIVER
8407 M:      Jens Axboe <axboe@kernel.dk>
8408 L:      linux-scsi@vger.kernel.org
8409 W:      http://www.kernel.dk
8410 S:      Maintained
8411 F:      drivers/scsi/sr*
8412
8413 SCSI RDMA PROTOCOL (SRP) INITIATOR
8414 M:      Bart Van Assche <bvanassche@acm.org>
8415 L:      linux-rdma@vger.kernel.org
8416 S:      Supported
8417 W:      http://www.openfabrics.org
8418 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8420 F:      drivers/infiniband/ulp/srp/
8421 F:      include/scsi/srp.h
8422
8423 SCSI SG DRIVER
8424 M:      Doug Gilbert <dgilbert@interlog.com>
8425 L:      linux-scsi@vger.kernel.org
8426 W:      http://sg.danny.cz/sg
8427 S:      Maintained
8428 F:      Documentation/scsi/scsi-generic.txt
8429 F:      drivers/scsi/sg.c
8430 F:      include/scsi/sg.h
8431
8432 SCSI SUBSYSTEM
8433 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8434 L:      linux-scsi@vger.kernel.org
8435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8438 S:      Maintained
8439 F:      drivers/scsi/
8440 F:      include/scsi/
8441
8442 SCSI TAPE DRIVER
8443 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8444 L:      linux-scsi@vger.kernel.org
8445 S:      Maintained
8446 F:      Documentation/scsi/st.txt
8447 F:      drivers/scsi/st.*
8448 F:      drivers/scsi/st_*.h
8449
8450 SCTP PROTOCOL
8451 M:      Vlad Yasevich <vyasevich@gmail.com>
8452 M:      Neil Horman <nhorman@tuxdriver.com>
8453 L:      linux-sctp@vger.kernel.org
8454 W:      http://lksctp.sourceforge.net
8455 S:      Maintained
8456 F:      Documentation/networking/sctp.txt
8457 F:      include/linux/sctp.h
8458 F:      include/uapi/linux/sctp.h
8459 F:      include/net/sctp/
8460 F:      net/sctp/
8461
8462 SCx200 CPU SUPPORT
8463 M:      Jim Cromie <jim.cromie@gmail.com>
8464 S:      Odd Fixes
8465 F:      Documentation/i2c/busses/scx200_acb
8466 F:      arch/x86/platform/scx200/
8467 F:      drivers/watchdog/scx200_wdt.c
8468 F:      drivers/i2c/busses/scx200*
8469 F:      drivers/mtd/maps/scx200_docflash.c
8470 F:      include/linux/scx200.h
8471
8472 SCx200 GPIO DRIVER
8473 M:      Jim Cromie <jim.cromie@gmail.com>
8474 S:      Maintained
8475 F:      drivers/char/scx200_gpio.c
8476 F:      include/linux/scx200_gpio.h
8477
8478 SCx200 HRT CLOCKSOURCE DRIVER
8479 M:      Jim Cromie <jim.cromie@gmail.com>
8480 S:      Maintained
8481 F:      drivers/clocksource/scx200_hrt.c
8482
8483 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8484 M:      Sascha Sommer <saschasommer@freenet.de>
8485 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8486 S:      Maintained
8487 F:      drivers/mmc/host/sdricoh_cs.c
8488
8489 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8490 M:      Chris Ball <chris@printf.net>
8491 L:      linux-mmc@vger.kernel.org
8492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8493 S:      Maintained
8494 F:      drivers/mmc/host/sdhci.*
8495 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8496
8497 SECURE COMPUTING
8498 M:      Kees Cook <keescook@chromium.org>
8499 R:      Andy Lutomirski <luto@amacapital.net>
8500 R:      Will Drewry <wad@chromium.org>
8501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8502 S:      Supported
8503 F:      kernel/seccomp.c
8504 F:      include/uapi/linux/seccomp.h
8505 F:      include/linux/seccomp.h
8506 K:      \bsecure_computing
8507 K:      \bTIF_SECCOMP\b
8508
8509 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8510 M:      Anton Vorontsov <anton@enomsg.org>
8511 L:      linuxppc-dev@lists.ozlabs.org
8512 L:      linux-mmc@vger.kernel.org
8513 S:      Maintained
8514 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8515
8516 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8517 M:      Ben Dooks <ben-linux@fluff.org>
8518 L:      linux-mmc@vger.kernel.org
8519 S:      Maintained
8520 F:      drivers/mmc/host/sdhci-s3c.c
8521
8522 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8523 M:      Viresh Kumar <viresh.linux@gmail.com>
8524 L:      spear-devel@list.st.com
8525 L:      linux-mmc@vger.kernel.org
8526 S:      Maintained
8527 F:      drivers/mmc/host/sdhci-spear.c
8528
8529 SECURITY SUBSYSTEM
8530 M:      James Morris <james.l.morris@oracle.com>
8531 M:      Serge E. Hallyn <serge@hallyn.com>
8532 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8534 W:      http://kernsec.org/
8535 S:      Supported
8536 F:      security/
8537
8538 SECURITY CONTACT
8539 M:      Security Officers <security@kernel.org>
8540 S:      Supported
8541
8542 SELINUX SECURITY MODULE
8543 M:      Paul Moore <paul@paul-moore.com>
8544 M:      Stephen Smalley <sds@tycho.nsa.gov>
8545 M:      Eric Paris <eparis@parisplace.org>
8546 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8547 W:      http://selinuxproject.org
8548 T:      git git://git.infradead.org/users/pcmoore/selinux
8549 S:      Supported
8550 F:      include/linux/selinux*
8551 F:      security/selinux/
8552 F:      scripts/selinux/
8553
8554 APPARMOR SECURITY MODULE
8555 M:      John Johansen <john.johansen@canonical.com>
8556 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8557 W:      apparmor.wiki.kernel.org
8558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8559 S:      Supported
8560 F:      security/apparmor/
8561
8562 SENSABLE PHANTOM
8563 M:      Jiri Slaby <jirislaby@gmail.com>
8564 S:      Maintained
8565 F:      drivers/misc/phantom.c
8566 F:      include/uapi/linux/phantom.h
8567
8568 SERIAL ATA (SATA) SUBSYSTEM
8569 M:      Tejun Heo <tj@kernel.org>
8570 L:      linux-ide@vger.kernel.org
8571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8572 S:      Supported
8573 F:      drivers/ata/
8574 F:      include/linux/ata.h
8575 F:      include/linux/libata.h
8576
8577 SERIAL ATA AHCI PLATFORM devices support
8578 M:      Hans de Goede <hdegoede@redhat.com>
8579 M:      Tejun Heo <tj@kernel.org>
8580 L:      linux-ide@vger.kernel.org
8581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8582 S:      Supported
8583 F:      drivers/ata/ahci_platform.c
8584 F:      drivers/ata/libahci_platform.c
8585 F:      include/linux/ahci_platform.h
8586
8587 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8588 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8589 L:      linux-scsi@vger.kernel.org
8590 W:      http://www.emulex.com
8591 S:      Supported
8592 F:      drivers/scsi/be2iscsi/
8593
8594 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8595 M:      Sathya Perla <sathya.perla@emulex.com>
8596 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8597 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8598 L:      netdev@vger.kernel.org
8599 W:      http://www.emulex.com
8600 S:      Supported
8601 F:      drivers/net/ethernet/emulex/benet/
8602
8603 SFC NETWORK DRIVER
8604 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8605 M:      Shradha Shah <sshah@solarflare.com>
8606 L:      netdev@vger.kernel.org
8607 S:      Supported
8608 F:      drivers/net/ethernet/sfc/
8609
8610 SGI GRU DRIVER
8611 M:      Dimitri Sivanich <sivanich@sgi.com>
8612 S:      Maintained
8613 F:      drivers/misc/sgi-gru/
8614
8615 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8616 M:      Pat Gefre <pfg@sgi.com>
8617 L:      linux-ia64@vger.kernel.org
8618 S:      Supported
8619 F:      Documentation/ia64/serial.txt
8620 F:      drivers/tty/serial/ioc?_serial.c
8621 F:      include/linux/ioc?.h
8622
8623 SGI XP/XPC/XPNET DRIVER
8624 M:      Cliff Whickman <cpw@sgi.com>
8625 M:      Robin Holt <robinmholt@gmail.com>
8626 S:      Maintained
8627 F:      drivers/misc/sgi-xp/
8628
8629 SI2157 MEDIA DRIVER
8630 M:      Antti Palosaari <crope@iki.fi>
8631 L:      linux-media@vger.kernel.org
8632 W:      http://linuxtv.org/
8633 W:      http://palosaari.fi/linux/
8634 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8635 T:      git git://linuxtv.org/anttip/media_tree.git
8636 S:      Maintained
8637 F:      drivers/media/tuners/si2157*
8638
8639 SI2168 MEDIA DRIVER
8640 M:      Antti Palosaari <crope@iki.fi>
8641 L:      linux-media@vger.kernel.org
8642 W:      http://linuxtv.org/
8643 W:      http://palosaari.fi/linux/
8644 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8645 T:      git git://linuxtv.org/anttip/media_tree.git
8646 S:      Maintained
8647 F:      drivers/media/dvb-frontends/si2168*
8648
8649 SI470X FM RADIO RECEIVER I2C DRIVER
8650 M:      Hans Verkuil <hverkuil@xs4all.nl>
8651 L:      linux-media@vger.kernel.org
8652 T:      git git://linuxtv.org/media_tree.git
8653 W:      http://linuxtv.org
8654 S:      Odd Fixes
8655 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8656
8657 SI470X FM RADIO RECEIVER USB DRIVER
8658 M:      Hans Verkuil <hverkuil@xs4all.nl>
8659 L:      linux-media@vger.kernel.org
8660 T:      git git://linuxtv.org/media_tree.git
8661 W:      http://linuxtv.org
8662 S:      Maintained
8663 F:      drivers/media/radio/si470x/radio-si470x-common.c
8664 F:      drivers/media/radio/si470x/radio-si470x.h
8665 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8666
8667 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8668 M:      Eduardo Valentin <edubezval@gmail.com>
8669 L:      linux-media@vger.kernel.org
8670 T:      git git://linuxtv.org/media_tree.git
8671 W:      http://linuxtv.org
8672 S:      Odd Fixes
8673 F:      drivers/media/radio/si4713/si4713.?
8674
8675 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8676 M:      Eduardo Valentin <edubezval@gmail.com>
8677 L:      linux-media@vger.kernel.org
8678 T:      git git://linuxtv.org/media_tree.git
8679 W:      http://linuxtv.org
8680 S:      Odd Fixes
8681 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8682
8683 SI4713 FM RADIO TRANSMITTER USB DRIVER
8684 M:      Hans Verkuil <hverkuil@xs4all.nl>
8685 L:      linux-media@vger.kernel.org
8686 T:      git git://linuxtv.org/media_tree.git
8687 W:      http://linuxtv.org
8688 S:      Maintained
8689 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8690
8691 SIANO DVB DRIVER
8692 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8693 L:      linux-media@vger.kernel.org
8694 W:      http://linuxtv.org
8695 T:      git git://linuxtv.org/media_tree.git
8696 S:      Odd fixes
8697 F:      drivers/media/common/siano/
8698 F:      drivers/media/usb/siano/
8699 F:      drivers/media/usb/siano/
8700 F:      drivers/media/mmc/siano/
8701
8702 SIMPLEFB FB DRIVER
8703 M:      Hans de Goede <hdegoede@redhat.com>
8704 L:      linux-fbdev@vger.kernel.org
8705 S:      Maintained
8706 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8707 F:      drivers/video/fbdev/simplefb.c
8708 F:      include/linux/platform_data/simplefb.h
8709
8710 SH_VEU V4L2 MEM2MEM DRIVER
8711 L:      linux-media@vger.kernel.org
8712 S:      Orphan
8713 F:      drivers/media/platform/sh_veu.c
8714
8715 SH_VOU V4L2 OUTPUT DRIVER
8716 L:      linux-media@vger.kernel.org
8717 S:      Orphan
8718 F:      drivers/media/platform/sh_vou.c
8719 F:      include/media/sh_vou.h
8720
8721 SIMPLE FIRMWARE INTERFACE (SFI)
8722 M:      Len Brown <lenb@kernel.org>
8723 L:      sfi-devel@simplefirmware.org
8724 W:      http://simplefirmware.org/
8725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8726 S:      Supported
8727 F:      arch/x86/platform/sfi/
8728 F:      drivers/sfi/
8729 F:      include/linux/sfi*.h
8730
8731 SIMTEC EB110ATX (Chalice CATS)
8732 P:      Ben Dooks
8733 P:      Vincent Sanders <vince@simtec.co.uk>
8734 M:      Simtec Linux Team <linux@simtec.co.uk>
8735 W:      http://www.simtec.co.uk/products/EB110ATX/
8736 S:      Supported
8737
8738 SIMTEC EB2410ITX (BAST)
8739 P:      Ben Dooks
8740 P:      Vincent Sanders <vince@simtec.co.uk>
8741 M:      Simtec Linux Team <linux@simtec.co.uk>
8742 W:      http://www.simtec.co.uk/products/EB2410ITX/
8743 S:      Supported
8744 F:      arch/arm/mach-s3c24xx/mach-bast.c
8745 F:      arch/arm/mach-s3c24xx/bast-ide.c
8746 F:      arch/arm/mach-s3c24xx/bast-irq.c
8747
8748 TI DAVINCI MACHINE SUPPORT
8749 M:      Sekhar Nori <nsekhar@ti.com>
8750 M:      Kevin Hilman <khilman@deeprootsystems.com>
8751 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8752 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8753 S:      Supported
8754 F:      arch/arm/mach-davinci/
8755 F:      drivers/i2c/busses/i2c-davinci.c
8756
8757 TI DAVINCI SERIES MEDIA DRIVER
8758 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8759 L:      linux-media@vger.kernel.org
8760 W:      http://linuxtv.org/
8761 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8762 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8763 S:      Maintained
8764 F:      drivers/media/platform/davinci/
8765 F:      include/media/davinci/
8766
8767 SIS 190 ETHERNET DRIVER
8768 M:      Francois Romieu <romieu@fr.zoreil.com>
8769 L:      netdev@vger.kernel.org
8770 S:      Maintained
8771 F:      drivers/net/ethernet/sis/sis190.c
8772
8773 SIS 900/7016 FAST ETHERNET DRIVER
8774 M:      Daniele Venzano <venza@brownhat.org>
8775 W:      http://www.brownhat.org/sis900.html
8776 L:      netdev@vger.kernel.org
8777 S:      Maintained
8778 F:      drivers/net/ethernet/sis/sis900.*
8779
8780 SIS FRAMEBUFFER DRIVER
8781 M:      Thomas Winischhofer <thomas@winischhofer.net>
8782 W:      http://www.winischhofer.net/linuxsisvga.shtml
8783 S:      Maintained
8784 F:      Documentation/fb/sisfb.txt
8785 F:      drivers/video/fbdev/sis/
8786 F:      include/video/sisfb.h
8787
8788 SIS USB2VGA DRIVER
8789 M:      Thomas Winischhofer <thomas@winischhofer.net>
8790 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8791 S:      Maintained
8792 F:      drivers/usb/misc/sisusbvga/
8793
8794 SLAB ALLOCATOR
8795 M:      Christoph Lameter <cl@linux.com>
8796 M:      Pekka Enberg <penberg@kernel.org>
8797 M:      David Rientjes <rientjes@google.com>
8798 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8799 M:      Andrew Morton <akpm@linux-foundation.org>
8800 L:      linux-mm@kvack.org
8801 S:      Maintained
8802 F:      include/linux/sl?b*.h
8803 F:      mm/sl?b*
8804
8805 SLEEPABLE READ-COPY UPDATE (SRCU)
8806 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8807 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8808 M:      Josh Triplett <josh@joshtriplett.org>
8809 R:      Steven Rostedt <rostedt@goodmis.org>
8810 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8811 L:      linux-kernel@vger.kernel.org
8812 W:      http://www.rdrop.com/users/paulmck/RCU/
8813 S:      Supported
8814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8815 F:      include/linux/srcu.h
8816 F:      kernel/rcu/srcu.c
8817
8818 SMACK SECURITY MODULE
8819 M:      Casey Schaufler <casey@schaufler-ca.com>
8820 L:      linux-security-module@vger.kernel.org
8821 W:      http://schaufler-ca.com
8822 T:      git git://git.gitorious.org/smack-next/kernel.git
8823 S:      Maintained
8824 F:      Documentation/security/Smack.txt
8825 F:      security/smack/
8826
8827 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8828 M:      Kevin Hilman <khilman@kernel.org>
8829 M:      Nishanth Menon <nm@ti.com>
8830 S:      Maintained
8831 F:      drivers/power/avs/
8832 F:      include/linux/power/smartreflex.h
8833 L:      linux-pm@vger.kernel.org
8834
8835 SMC91x ETHERNET DRIVER
8836 M:      Nicolas Pitre <nico@fluxnic.net>
8837 S:      Odd Fixes
8838 F:      drivers/net/ethernet/smsc/smc91x.*
8839
8840 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8841 M:      Sakari Ailus <sakari.ailus@iki.fi>
8842 L:      linux-media@vger.kernel.org
8843 S:      Maintained
8844 F:      drivers/media/i2c/smiapp/
8845 F:      include/media/smiapp.h
8846 F:      drivers/media/i2c/smiapp-pll.c
8847 F:      drivers/media/i2c/smiapp-pll.h
8848
8849 SMM665 HARDWARE MONITOR DRIVER
8850 M:      Guenter Roeck <linux@roeck-us.net>
8851 L:      lm-sensors@lm-sensors.org
8852 S:      Maintained
8853 F:      Documentation/hwmon/smm665
8854 F:      drivers/hwmon/smm665.c
8855
8856 SMSC EMC2103 HARDWARE MONITOR DRIVER
8857 M:      Steve Glendinning <steve.glendinning@shawell.net>
8858 L:      lm-sensors@lm-sensors.org
8859 S:      Maintained
8860 F:      Documentation/hwmon/emc2103
8861 F:      drivers/hwmon/emc2103.c
8862
8863 SMSC SCH5627 HARDWARE MONITOR DRIVER
8864 M:      Hans de Goede <hdegoede@redhat.com>
8865 L:      lm-sensors@lm-sensors.org
8866 S:      Supported
8867 F:      Documentation/hwmon/sch5627
8868 F:      drivers/hwmon/sch5627.c
8869
8870 SMSC47B397 HARDWARE MONITOR DRIVER
8871 M:      Jean Delvare <jdelvare@suse.de>
8872 L:      lm-sensors@lm-sensors.org
8873 S:      Maintained
8874 F:      Documentation/hwmon/smsc47b397
8875 F:      drivers/hwmon/smsc47b397.c
8876
8877 SMSC911x ETHERNET DRIVER
8878 M:      Steve Glendinning <steve.glendinning@shawell.net>
8879 L:      netdev@vger.kernel.org
8880 S:      Maintained
8881 F:      include/linux/smsc911x.h
8882 F:      drivers/net/ethernet/smsc/smsc911x.*
8883
8884 SMSC9420 PCI ETHERNET DRIVER
8885 M:      Steve Glendinning <steve.glendinning@shawell.net>
8886 L:      netdev@vger.kernel.org
8887 S:      Maintained
8888 F:      drivers/net/ethernet/smsc/smsc9420.*
8889
8890 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8891 M:      Steve Glendinning <steve.glendinning@shawell.net>
8892 L:      linux-fbdev@vger.kernel.org
8893 S:      Maintained
8894 F:      drivers/video/fbdev/smscufx.c
8895
8896 SOC-CAMERA V4L2 SUBSYSTEM
8897 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8898 L:      linux-media@vger.kernel.org
8899 T:      git git://linuxtv.org/media_tree.git
8900 S:      Maintained
8901 F:      include/media/soc*
8902 F:      drivers/media/i2c/soc_camera/
8903 F:      drivers/media/platform/soc_camera/
8904
8905 SOEKRIS NET48XX LED SUPPORT
8906 M:      Chris Boot <bootc@bootc.net>
8907 S:      Maintained
8908 F:      drivers/leds/leds-net48xx.c
8909
8910 SOFTLOGIC 6x10 MPEG CODEC
8911 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8912 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8913 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
8914 L:      linux-media@vger.kernel.org
8915 S:      Supported
8916 F:      drivers/media/pci/solo6x10/
8917
8918 SOFTWARE RAID (Multiple Disks) SUPPORT
8919 M:      Neil Brown <neilb@suse.de>
8920 L:      linux-raid@vger.kernel.org
8921 S:      Supported
8922 F:      drivers/md/
8923 F:      include/linux/raid/
8924 F:      include/uapi/linux/raid/
8925
8926 SONIC NETWORK DRIVER
8927 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8928 L:      netdev@vger.kernel.org
8929 S:      Maintained
8930 F:      drivers/net/ethernet/natsemi/sonic.*
8931
8932 SONICS SILICON BACKPLANE DRIVER (SSB)
8933 M:      Michael Buesch <m@bues.ch>
8934 L:      netdev@vger.kernel.org
8935 S:      Maintained
8936 F:      drivers/ssb/
8937 F:      include/linux/ssb/
8938
8939 SONY VAIO CONTROL DEVICE DRIVER
8940 M:      Mattia Dongili <malattia@linux.it>
8941 L:      platform-driver-x86@vger.kernel.org
8942 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8943 S:      Maintained
8944 F:      Documentation/laptops/sony-laptop.txt
8945 F:      drivers/char/sonypi.c
8946 F:      drivers/platform/x86/sony-laptop.c
8947 F:      include/linux/sony-laptop.h
8948
8949 SONY MEMORYSTICK CARD SUPPORT
8950 M:      Alex Dubov <oakad@yahoo.com>
8951 W:      http://tifmxx.berlios.de/
8952 S:      Maintained
8953 F:      drivers/memstick/host/tifm_ms.c
8954
8955 SONY MEMORYSTICK STANDARD SUPPORT
8956 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8957 S:      Maintained
8958 F:      drivers/memstick/core/ms_block.*
8959
8960 SOUND
8961 M:      Jaroslav Kysela <perex@perex.cz>
8962 M:      Takashi Iwai <tiwai@suse.de>
8963 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8964 W:      http://www.alsa-project.org/
8965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8966 T:      git git://git.alsa-project.org/alsa-kernel.git
8967 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
8968 S:      Maintained
8969 F:      Documentation/sound/
8970 F:      include/sound/
8971 F:      include/uapi/sound/
8972 F:      sound/
8973
8974 SOUND - COMPRESSED AUDIO
8975 M:      Vinod Koul <vinod.koul@intel.com>
8976 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8978 S:      Supported
8979 F:      Documentation/sound/alsa/compress_offload.txt
8980 F:      include/sound/compress_driver.h
8981 F:      include/uapi/sound/compress_*
8982 F:      sound/core/compress_offload.c
8983 F:      sound/soc/soc-compress.c
8984
8985 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8986 M:      Liam Girdwood <lgirdwood@gmail.com>
8987 M:      Mark Brown <broonie@kernel.org>
8988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8989 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8990 W:      http://alsa-project.org/main/index.php/ASoC
8991 S:      Supported
8992 F:      Documentation/sound/alsa/soc/
8993 F:      sound/soc/
8994 F:      include/sound/soc*
8995
8996 SOUND - DMAENGINE HELPERS
8997 M:      Lars-Peter Clausen <lars@metafoo.de>
8998 S:      Supported
8999 F:      include/sound/dmaengine_pcm.h
9000 F:      sound/core/pcm_dmaengine.c
9001 F:      sound/soc/soc-generic-dmaengine-pcm.c
9002
9003 SP2 MEDIA DRIVER
9004 M:      Olli Salonen <olli.salonen@iki.fi>
9005 L:      linux-media@vger.kernel.org
9006 W:      http://linuxtv.org/
9007 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9008 S:      Maintained
9009 F:      drivers/media/dvb-frontends/sp2*
9010
9011 SPARC + UltraSPARC (sparc/sparc64)
9012 M:      "David S. Miller" <davem@davemloft.net>
9013 L:      sparclinux@vger.kernel.org
9014 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9017 S:      Maintained
9018 F:      arch/sparc/
9019 F:      drivers/sbus/
9020
9021 SPARC SERIAL DRIVERS
9022 M:      "David S. Miller" <davem@davemloft.net>
9023 L:      sparclinux@vger.kernel.org
9024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9026 S:      Maintained
9027 F:      include/linux/sunserialcore.h
9028 F:      drivers/tty/serial/suncore.c
9029 F:      drivers/tty/serial/sunhv.c
9030 F:      drivers/tty/serial/sunsab.c
9031 F:      drivers/tty/serial/sunsab.h
9032 F:      drivers/tty/serial/sunsu.c
9033 F:      drivers/tty/serial/sunzilog.c
9034 F:      drivers/tty/serial/sunzilog.h
9035
9036 SPARSE CHECKER
9037 M:      "Christopher Li" <sparse@chrisli.org>
9038 L:      linux-sparse@vger.kernel.org
9039 W:      https://sparse.wiki.kernel.org/
9040 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9041 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9042 S:      Maintained
9043 F:      include/linux/compiler.h
9044
9045 SPEAR PLATFORM SUPPORT
9046 M:      Viresh Kumar <viresh.linux@gmail.com>
9047 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9048 L:      spear-devel@list.st.com
9049 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9050 W:      http://www.st.com/spear
9051 S:      Maintained
9052 F:      arch/arm/mach-spear/
9053
9054 SPEAR CLOCK FRAMEWORK SUPPORT
9055 M:      Viresh Kumar <viresh.linux@gmail.com>
9056 L:      spear-devel@list.st.com
9057 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9058 W:      http://www.st.com/spear
9059 S:      Maintained
9060 F:      drivers/clk/spear/
9061
9062 SPI SUBSYSTEM
9063 M:      Mark Brown <broonie@kernel.org>
9064 L:      linux-spi@vger.kernel.org
9065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9066 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9067 S:      Maintained
9068 F:      Documentation/spi/
9069 F:      drivers/spi/
9070 F:      include/linux/spi/
9071 F:      include/uapi/linux/spi/
9072
9073 SPIDERNET NETWORK DRIVER for CELL
9074 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9075 M:      Jens Osterkamp <jens@de.ibm.com>
9076 L:      netdev@vger.kernel.org
9077 S:      Supported
9078 F:      Documentation/networking/spider_net.txt
9079 F:      drivers/net/ethernet/toshiba/spider_net*
9080
9081 SPU FILE SYSTEM
9082 M:      Jeremy Kerr <jk@ozlabs.org>
9083 L:      linuxppc-dev@lists.ozlabs.org
9084 L:      cbe-oss-dev@lists.ozlabs.org
9085 W:      http://www.ibm.com/developerworks/power/cell/
9086 S:      Supported
9087 F:      Documentation/filesystems/spufs.txt
9088 F:      arch/powerpc/platforms/cell/spufs/
9089
9090 SQUASHFS FILE SYSTEM
9091 M:      Phillip Lougher <phillip@squashfs.org.uk>
9092 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9093 W:      http://squashfs.org.uk
9094 S:      Maintained
9095 F:      Documentation/filesystems/squashfs.txt
9096 F:      fs/squashfs/
9097
9098 SRM (Alpha) environment access
9099 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9100 S:      Maintained
9101 F:      arch/alpha/kernel/srm_env.c
9102
9103 STABLE BRANCH
9104 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9105 L:      stable@vger.kernel.org
9106 S:      Supported
9107 F:      Documentation/stable_kernel_rules.txt
9108
9109 STAGING SUBSYSTEM
9110 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9112 L:      devel@driverdev.osuosl.org
9113 S:      Supported
9114 F:      drivers/staging/
9115
9116 STAGING - COMEDI
9117 M:      Ian Abbott <abbotti@mev.co.uk>
9118 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9119 S:      Odd Fixes
9120 F:      drivers/staging/comedi/
9121
9122 STAGING - FLARION FT1000 DRIVERS
9123 M:      Marek Belisko <marek.belisko@gmail.com>
9124 S:      Odd Fixes
9125 F:      drivers/staging/ft1000/
9126
9127 STAGING - INDUSTRIAL IO
9128 M:      Jonathan Cameron <jic23@kernel.org>
9129 L:      linux-iio@vger.kernel.org
9130 S:      Odd Fixes
9131 F:      drivers/staging/iio/
9132
9133 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9134 M:      Jarod Wilson <jarod@wilsonet.com>
9135 W:      http://www.lirc.org/
9136 S:      Odd Fixes
9137 F:      drivers/staging/media/lirc/
9138
9139 STAGING - LUSTRE PARALLEL FILESYSTEM
9140 M:      Oleg Drokin <oleg.drokin@intel.com>
9141 M:      Andreas Dilger <andreas.dilger@intel.com>
9142 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9143 W:      http://lustre.opensfs.org/
9144 S:      Maintained
9145 F:      drivers/staging/lustre
9146
9147 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9148 M:      Julian Andres Klode <jak@jak-linux.org>
9149 M:      Marc Dietrich <marvin24@gmx.de>
9150 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9151 L:      linux-tegra@vger.kernel.org
9152 S:      Maintained
9153 F:      drivers/staging/nvec/
9154
9155 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9156 M:      Jens Frederich <jfrederich@gmail.com>
9157 M:      Daniel Drake <dsd@laptop.org>
9158 M:      Jon Nettleton <jon.nettleton@gmail.com>
9159 W:      http://wiki.laptop.org/go/DCON
9160 S:      Maintained
9161 F:      drivers/staging/olpc_dcon/
9162
9163 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9164 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9165 S:      Maintained
9166 F:      drivers/staging/ozwpan/
9167
9168 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9169 M:      Willy Tarreau <willy@meta-x.org>
9170 S:      Odd Fixes
9171 F:      drivers/staging/panel/
9172
9173 STAGING - REALTEK RTL8712U DRIVERS
9174 M:      Larry Finger <Larry.Finger@lwfinger.net>
9175 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9176 S:      Odd Fixes
9177 F:      drivers/staging/rtl8712/
9178
9179 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9180 M:      Larry Finger <Larry.Finger@lwfinger.net>
9181 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9182 L:      linux-wireless@vger.kernel.org
9183 S:      Maintained
9184 F:      drivers/staging/rtl8723au/
9185
9186 STAGING - SLICOSS
9187 M:      Lior Dotan <liodot@gmail.com>
9188 M:      Christopher Harrer <charrer@alacritech.com>
9189 S:      Odd Fixes
9190 F:      drivers/staging/slicoss/
9191
9192 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9193 M:      William Hubbs <w.d.hubbs@gmail.com>
9194 M:      Chris Brannon <chris@the-brannons.com>
9195 M:      Kirk Reiser <kirk@reisers.ca>
9196 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9197 L:      speakup@linux-speakup.org
9198 W:      http://www.linux-speakup.org/
9199 S:      Odd Fixes
9200 F:      drivers/staging/speakup/
9201
9202 STAGING - VIA VT665X DRIVERS
9203 M:      Forest Bond <forest@alittletooquiet.net>
9204 S:      Odd Fixes
9205 F:      drivers/staging/vt665?/
9206
9207 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9208 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9209 S:      Odd Fixes
9210 F:      drivers/staging/xgifb/
9211
9212 STARFIRE/DURALAN NETWORK DRIVER
9213 M:      Ion Badulescu <ionut@badula.org>
9214 S:      Odd Fixes
9215 F:      drivers/net/ethernet/adaptec/starfire*
9216
9217 SUN3/3X
9218 M:      Sam Creasey <sammy@sammy.net>
9219 W:      http://sammy.net/sun3/
9220 S:      Maintained
9221 F:      arch/m68k/kernel/*sun3*
9222 F:      arch/m68k/sun3*/
9223 F:      arch/m68k/include/asm/sun3*
9224 F:      drivers/net/ethernet/i825xx/sun3*
9225
9226 SUNDANCE NETWORK DRIVER
9227 M:      Denis Kirjanov <kda@linux-powerpc.org>
9228 L:      netdev@vger.kernel.org
9229 S:      Maintained
9230 F:      drivers/net/ethernet/dlink/sundance.c
9231
9232 SUPERH
9233 L:      linux-sh@vger.kernel.org
9234 W:      http://www.linux-sh.org
9235 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9236 S:      Orphan
9237 F:      Documentation/sh/
9238 F:      arch/sh/
9239 F:      drivers/sh/
9240
9241 SUSPEND TO RAM
9242 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9243 M:      Len Brown <len.brown@intel.com>
9244 M:      Pavel Machek <pavel@ucw.cz>
9245 L:      linux-pm@vger.kernel.org
9246 S:      Supported
9247 F:      Documentation/power/
9248 F:      arch/x86/kernel/acpi/
9249 F:      drivers/base/power/
9250 F:      kernel/power/
9251 F:      include/linux/suspend.h
9252 F:      include/linux/freezer.h
9253 F:      include/linux/pm.h
9254
9255 SVGA HANDLING
9256 M:      Martin Mares <mj@ucw.cz>
9257 L:      linux-video@atrey.karlin.mff.cuni.cz
9258 S:      Maintained
9259 F:      Documentation/svga.txt
9260 F:      arch/x86/boot/video*
9261
9262 SWIOTLB SUBSYSTEM
9263 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9264 L:      linux-kernel@vger.kernel.org
9265 S:      Supported
9266 F:      lib/swiotlb.c
9267 F:      arch/*/kernel/pci-swiotlb.c
9268 F:      include/linux/swiotlb.h
9269
9270 SWITCHDEV
9271 M:      Jiri Pirko <jiri@resnulli.us>
9272 L:      netdev@vger.kernel.org
9273 S:      Supported
9274 F:      net/switchdev/
9275 F:      include/net/switchdev.h
9276
9277 SYNOPSYS ARC ARCHITECTURE
9278 M:      Vineet Gupta <vgupta@synopsys.com>
9279 S:      Supported
9280 F:      arch/arc/
9281 F:      Documentation/devicetree/bindings/arc/
9282 F:      drivers/tty/serial/arc_uart.c
9283
9284 SYSV FILESYSTEM
9285 M:      Christoph Hellwig <hch@infradead.org>
9286 S:      Maintained
9287 F:      Documentation/filesystems/sysv-fs.txt
9288 F:      fs/sysv/
9289 F:      include/linux/sysv_fs.h
9290
9291 TARGET SUBSYSTEM
9292 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9293 L:      linux-scsi@vger.kernel.org
9294 L:      target-devel@vger.kernel.org
9295 W:      http://www.linux-iscsi.org
9296 W:      http://groups.google.com/group/linux-iscsi-target-dev
9297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9298 S:      Supported
9299 F:      drivers/target/
9300 F:      include/target/
9301 F:      Documentation/target/
9302
9303 TASKSTATS STATISTICS INTERFACE
9304 M:      Balbir Singh <bsingharora@gmail.com>
9305 S:      Maintained
9306 F:      Documentation/accounting/taskstats*
9307 F:      include/linux/taskstats*
9308 F:      kernel/taskstats.c
9309
9310 TC CLASSIFIER
9311 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9312 L:      netdev@vger.kernel.org
9313 S:      Maintained
9314 F:      include/net/pkt_cls.h
9315 F:      include/uapi/linux/pkt_cls.h
9316 F:      net/sched/
9317
9318 TCP LOW PRIORITY MODULE
9319 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9320 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9321 W:      http://tcp-lp-mod.sourceforge.net/
9322 S:      Maintained
9323 F:      net/ipv4/tcp_lp.c
9324
9325 TDA10071 MEDIA DRIVER
9326 M:      Antti Palosaari <crope@iki.fi>
9327 L:      linux-media@vger.kernel.org
9328 W:      http://linuxtv.org/
9329 W:      http://palosaari.fi/linux/
9330 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9331 T:      git git://linuxtv.org/anttip/media_tree.git
9332 S:      Maintained
9333 F:      drivers/media/dvb-frontends/tda10071*
9334
9335 TDA18212 MEDIA DRIVER
9336 M:      Antti Palosaari <crope@iki.fi>
9337 L:      linux-media@vger.kernel.org
9338 W:      http://linuxtv.org/
9339 W:      http://palosaari.fi/linux/
9340 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9341 T:      git git://linuxtv.org/anttip/media_tree.git
9342 S:      Maintained
9343 F:      drivers/media/tuners/tda18212*
9344
9345 TDA18218 MEDIA DRIVER
9346 M:      Antti Palosaari <crope@iki.fi>
9347 L:      linux-media@vger.kernel.org
9348 W:      http://linuxtv.org/
9349 W:      http://palosaari.fi/linux/
9350 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9351 T:      git git://linuxtv.org/anttip/media_tree.git
9352 S:      Maintained
9353 F:      drivers/media/tuners/tda18218*
9354
9355 TDA18271 MEDIA DRIVER
9356 M:      Michael Krufky <mkrufky@linuxtv.org>
9357 L:      linux-media@vger.kernel.org
9358 W:      http://linuxtv.org/
9359 W:      http://github.com/mkrufky
9360 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9361 T:      git git://linuxtv.org/mkrufky/tuners.git
9362 S:      Maintained
9363 F:      drivers/media/tuners/tda18271*
9364
9365 TDA827x MEDIA DRIVER
9366 M:      Michael Krufky <mkrufky@linuxtv.org>
9367 L:      linux-media@vger.kernel.org
9368 W:      http://linuxtv.org/
9369 W:      http://github.com/mkrufky
9370 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9371 T:      git git://linuxtv.org/mkrufky/tuners.git
9372 S:      Maintained
9373 F:      drivers/media/tuners/tda8290.*
9374
9375 TDA8290 MEDIA DRIVER
9376 M:      Michael Krufky <mkrufky@linuxtv.org>
9377 L:      linux-media@vger.kernel.org
9378 W:      http://linuxtv.org/
9379 W:      http://github.com/mkrufky
9380 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9381 T:      git git://linuxtv.org/mkrufky/tuners.git
9382 S:      Maintained
9383 F:      drivers/media/tuners/tda8290.*
9384
9385 TDA9840 MEDIA DRIVER
9386 M:      Hans Verkuil <hverkuil@xs4all.nl>
9387 L:      linux-media@vger.kernel.org
9388 T:      git git://linuxtv.org/media_tree.git
9389 W:      http://linuxtv.org
9390 S:      Maintained
9391 F:      drivers/media/i2c/tda9840*
9392
9393 TEA5761 TUNER DRIVER
9394 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9395 L:      linux-media@vger.kernel.org
9396 W:      http://linuxtv.org
9397 T:      git git://linuxtv.org/media_tree.git
9398 S:      Odd fixes
9399 F:      drivers/media/tuners/tea5761.*
9400
9401 TEA5767 TUNER DRIVER
9402 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9403 L:      linux-media@vger.kernel.org
9404 W:      http://linuxtv.org
9405 T:      git git://linuxtv.org/media_tree.git
9406 S:      Maintained
9407 F:      drivers/media/tuners/tea5767.*
9408
9409 TEA6415C MEDIA DRIVER
9410 M:      Hans Verkuil <hverkuil@xs4all.nl>
9411 L:      linux-media@vger.kernel.org
9412 T:      git git://linuxtv.org/media_tree.git
9413 W:      http://linuxtv.org
9414 S:      Maintained
9415 F:      drivers/media/i2c/tea6415c*
9416
9417 TEA6420 MEDIA DRIVER
9418 M:      Hans Verkuil <hverkuil@xs4all.nl>
9419 L:      linux-media@vger.kernel.org
9420 T:      git git://linuxtv.org/media_tree.git
9421 W:      http://linuxtv.org
9422 S:      Maintained
9423 F:      drivers/media/i2c/tea6420*
9424
9425 TEAM DRIVER
9426 M:      Jiri Pirko <jiri@resnulli.us>
9427 L:      netdev@vger.kernel.org
9428 S:      Supported
9429 F:      drivers/net/team/
9430 F:      include/linux/if_team.h
9431 F:      include/uapi/linux/if_team.h
9432
9433 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9434 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9435 S:      Maintained
9436 F:      arch/x86/platform/ts5500/
9437
9438 TECHNOTREND USB IR RECEIVER
9439 M:      Sean Young <sean@mess.org>
9440 L:      linux-media@vger.kernel.org
9441 S:      Maintained
9442 F:      drivers/media/rc/ttusbir.c
9443
9444 TEGRA ARCHITECTURE SUPPORT
9445 M:      Stephen Warren <swarren@wwwdotorg.org>
9446 M:      Thierry Reding <thierry.reding@gmail.com>
9447 M:      Alexandre Courbot <gnurou@gmail.com>
9448 L:      linux-tegra@vger.kernel.org
9449 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9451 S:      Supported
9452 N:      [^a-z]tegra
9453
9454 TEGRA CLOCK DRIVER
9455 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9456 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9457 S:      Supported
9458 F:      drivers/clk/tegra/
9459
9460 TEGRA DMA DRIVER
9461 M:      Laxman Dewangan <ldewangan@nvidia.com>
9462 S:      Supported
9463 F:      drivers/dma/tegra20-apb-dma.c
9464
9465 TEGRA I2C DRIVER
9466 M:      Laxman Dewangan <ldewangan@nvidia.com>
9467 S:      Supported
9468 F:      drivers/i2c/busses/i2c-tegra.c
9469
9470 TEGRA IOMMU DRIVERS
9471 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9472 S:      Supported
9473 F:      drivers/iommu/tegra*
9474
9475 TEGRA KBC DRIVER
9476 M:      Rakesh Iyer <riyer@nvidia.com>
9477 M:      Laxman Dewangan <ldewangan@nvidia.com>
9478 S:      Supported
9479 F:      drivers/input/keyboard/tegra-kbc.c
9480
9481 TEGRA PWM DRIVER
9482 M:      Thierry Reding <thierry.reding@gmail.com>
9483 S:      Supported
9484 F:      drivers/pwm/pwm-tegra.c
9485
9486 TEGRA SERIAL DRIVER
9487 M:      Laxman Dewangan <ldewangan@nvidia.com>
9488 S:      Supported
9489 F:      drivers/tty/serial/serial-tegra.c
9490
9491 TEGRA SPI DRIVER
9492 M:      Laxman Dewangan <ldewangan@nvidia.com>
9493 S:      Supported
9494 F:      drivers/spi/spi-tegra*
9495
9496 TEHUTI ETHERNET DRIVER
9497 M:      Andy Gospodarek <andy@greyhouse.net>
9498 L:      netdev@vger.kernel.org
9499 S:      Supported
9500 F:      drivers/net/ethernet/tehuti/*
9501
9502 Telecom Clock Driver for MCPL0010
9503 M:      Mark Gross <mark.gross@intel.com>
9504 S:      Supported
9505 F:      drivers/char/tlclk.c
9506
9507 TENSILICA XTENSA PORT (xtensa)
9508 M:      Chris Zankel <chris@zankel.net>
9509 M:      Max Filippov <jcmvbkbc@gmail.com>
9510 L:      linux-xtensa@linux-xtensa.org
9511 S:      Maintained
9512 F:      arch/xtensa/
9513 F:      drivers/irqchip/irq-xtensa-*
9514
9515 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9516 M:      Hans Verkuil <hverkuil@xs4all.nl>
9517 L:      linux-media@vger.kernel.org
9518 T:      git git://linuxtv.org/media_tree.git
9519 W:      http://linuxtv.org
9520 S:      Maintained
9521 F:      drivers/media/radio/radio-raremono.c
9522
9523 THERMAL
9524 M:      Zhang Rui <rui.zhang@intel.com>
9525 M:      Eduardo Valentin <edubezval@gmail.com>
9526 L:      linux-pm@vger.kernel.org
9527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9529 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9530 S:      Supported
9531 F:      drivers/thermal/
9532 F:      include/linux/thermal.h
9533 F:      include/uapi/linux/thermal.h
9534 F:      include/linux/cpu_cooling.h
9535 F:      Documentation/devicetree/bindings/thermal/
9536
9537 THINGM BLINK(1) USB RGB LED DRIVER
9538 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9539 S:      Maintained
9540 F:      drivers/hid/hid-thingm.c
9541
9542 THINKPAD ACPI EXTRAS DRIVER
9543 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9544 L:      ibm-acpi-devel@lists.sourceforge.net
9545 L:      platform-driver-x86@vger.kernel.org
9546 W:      http://ibm-acpi.sourceforge.net
9547 W:      http://thinkwiki.org/wiki/Ibm-acpi
9548 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9549 S:      Maintained
9550 F:      drivers/platform/x86/thinkpad_acpi.c
9551
9552 TI BANDGAP AND THERMAL DRIVER
9553 M:      Eduardo Valentin <edubezval@gmail.com>
9554 L:      linux-pm@vger.kernel.org
9555 L:      linux-omap@vger.kernel.org
9556 S:      Maintained
9557 F:      drivers/thermal/ti-soc-thermal/
9558
9559 TI CLOCK DRIVER
9560 M:      Tero Kristo <t-kristo@ti.com>
9561 L:      linux-omap@vger.kernel.org
9562 S:      Maintained
9563 F:      drivers/clk/ti/
9564 F:      include/linux/clk/ti.h
9565
9566 TI FLASH MEDIA INTERFACE DRIVER
9567 M:      Alex Dubov <oakad@yahoo.com>
9568 S:      Maintained
9569 F:      drivers/misc/tifm*
9570 F:      drivers/mmc/host/tifm_sd.c
9571 F:      include/linux/tifm.h
9572
9573 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9574 M:      Santosh Shilimkar <ssantosh@kernel.org>
9575 L:      linux-kernel@vger.kernel.org
9576 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9577 S:      Maintained
9578 F:      drivers/soc/ti/*
9579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9580
9581
9582 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9583 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9584 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9585 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9586 S:      Maintained
9587 F:      sound/soc/codecs/lm49453*
9588 F:      sound/soc/codecs/isabelle*
9589
9590 TI LP855x BACKLIGHT DRIVER
9591 M:      Milo Kim <milo.kim@ti.com>
9592 S:      Maintained
9593 F:      Documentation/backlight/lp855x-driver.txt
9594 F:      drivers/video/backlight/lp855x_bl.c
9595 F:      include/linux/platform_data/lp855x.h
9596
9597 TI LP8727 CHARGER DRIVER
9598 M:      Milo Kim <milo.kim@ti.com>
9599 S:      Maintained
9600 F:      drivers/power/lp8727_charger.c
9601 F:      include/linux/platform_data/lp8727.h
9602
9603 TI LP8788 MFD DRIVER
9604 M:      Milo Kim <milo.kim@ti.com>
9605 S:      Maintained
9606 F:      drivers/iio/adc/lp8788_adc.c
9607 F:      drivers/leds/leds-lp8788.c
9608 F:      drivers/mfd/lp8788*.c
9609 F:      drivers/power/lp8788-charger.c
9610 F:      drivers/regulator/lp8788-*.c
9611 F:      include/linux/mfd/lp8788*.h
9612
9613 TI TWL4030 SERIES SOC CODEC DRIVER
9614 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9615 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9616 S:      Maintained
9617 F:      sound/soc/codecs/twl4030*
9618
9619 TI WILINK WIRELESS DRIVERS
9620 L:      linux-wireless@vger.kernel.org
9621 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9622 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9624 S:      Orphan
9625 F:      drivers/net/wireless/ti/
9626 F:      include/linux/wl12xx.h
9627
9628 TIPC NETWORK LAYER
9629 M:      Jon Maloy <jon.maloy@ericsson.com>
9630 M:      Allan Stephens <allan.stephens@windriver.com>
9631 L:      netdev@vger.kernel.org (core kernel code)
9632 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9633 W:      http://tipc.sourceforge.net/
9634 S:      Maintained
9635 F:      include/uapi/linux/tipc*.h
9636 F:      net/tipc/
9637
9638 TILE ARCHITECTURE
9639 M:      Chris Metcalf <cmetcalf@ezchip.com>
9640 W:      http://www.tilera.com/scm/
9641 S:      Supported
9642 F:      arch/tile/
9643 F:      drivers/char/tile-srom.c
9644 F:      drivers/edac/tile_edac.c
9645 F:      drivers/net/ethernet/tile/
9646 F:      drivers/rtc/rtc-tile.c
9647 F:      drivers/tty/hvc/hvc_tile.c
9648 F:      drivers/tty/serial/tilegx.c
9649 F:      drivers/usb/host/*-tilegx.c
9650 F:      include/linux/usb/tilegx.h
9651
9652 TLAN NETWORK DRIVER
9653 M:      Samuel Chessman <chessman@tux.org>
9654 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9655 W:      http://sourceforge.net/projects/tlan/
9656 S:      Maintained
9657 F:      Documentation/networking/tlan.txt
9658 F:      drivers/net/ethernet/ti/tlan.*
9659
9660 TOMOYO SECURITY MODULE
9661 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9662 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9663 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9664 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9665 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9666 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9667 W:      http://tomoyo.sourceforge.jp/
9668 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9669 S:      Maintained
9670 F:      security/tomoyo/
9671
9672 TOPSTAR LAPTOP EXTRAS DRIVER
9673 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9674 L:      platform-driver-x86@vger.kernel.org
9675 S:      Maintained
9676 F:      drivers/platform/x86/topstar-laptop.c
9677
9678 TOSHIBA ACPI EXTRAS DRIVER
9679 L:      platform-driver-x86@vger.kernel.org
9680 S:      Orphan
9681 F:      drivers/platform/x86/toshiba_acpi.c
9682
9683 TOSHIBA SMM DRIVER
9684 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9685 L:      tlinux-users@tce.toshiba-dme.co.jp
9686 W:      http://www.buzzard.org.uk/toshiba/
9687 S:      Maintained
9688 F:      drivers/char/toshiba.c
9689 F:      include/linux/toshiba.h
9690 F:      include/uapi/linux/toshiba.h
9691
9692 TMIO MMC DRIVER
9693 M:      Ian Molton <ian.molton@codethink.co.uk>
9694 L:      linux-mmc@vger.kernel.org
9695 S:      Maintained
9696 F:      drivers/mmc/host/tmio_mmc*
9697 F:      drivers/mmc/host/sh_mobile_sdhi.c
9698 F:      include/linux/mmc/tmio.h
9699 F:      include/linux/mmc/sh_mobile_sdhi.h
9700
9701 TMP401 HARDWARE MONITOR DRIVER
9702 M:      Guenter Roeck <linux@roeck-us.net>
9703 L:      lm-sensors@lm-sensors.org
9704 S:      Maintained
9705 F:      Documentation/hwmon/tmp401
9706 F:      drivers/hwmon/tmp401.c
9707
9708 TMPFS (SHMEM FILESYSTEM)
9709 M:      Hugh Dickins <hughd@google.com>
9710 L:      linux-mm@kvack.org
9711 S:      Maintained
9712 F:      include/linux/shmem_fs.h
9713 F:      mm/shmem.c
9714
9715 TM6000 VIDEO4LINUX DRIVER
9716 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9717 L:      linux-media@vger.kernel.org
9718 W:      http://linuxtv.org
9719 T:      git git://linuxtv.org/media_tree.git
9720 S:      Odd fixes
9721 F:      drivers/media/usb/tm6000/
9722
9723 TW68 VIDEO4LINUX DRIVER
9724 M:      Hans Verkuil <hverkuil@xs4all.nl>
9725 L:      linux-media@vger.kernel.org
9726 T:      git git://linuxtv.org/media_tree.git
9727 W:      http://linuxtv.org
9728 S:      Odd Fixes
9729 F:      drivers/media/pci/tw68/
9730
9731 TPM DEVICE DRIVER
9732 M:      Peter Huewe <peterhuewe@gmx.de>
9733 M:      Ashley Lai <ashley@ashleylai.com>
9734 M:      Marcel Selhorst <tpmdd@selhorst.net>
9735 W:      http://tpmdd.sourceforge.net
9736 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9737 S:      Maintained
9738 F:      drivers/char/tpm/
9739
9740 TRACING
9741 M:      Steven Rostedt <rostedt@goodmis.org>
9742 M:      Ingo Molnar <mingo@redhat.com>
9743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9744 S:      Maintained
9745 F:      Documentation/trace/ftrace.txt
9746 F:      arch/*/*/*/ftrace.h
9747 F:      arch/*/kernel/ftrace.c
9748 F:      include/*/ftrace.h
9749 F:      include/linux/trace*.h
9750 F:      include/trace/
9751 F:      kernel/trace/
9752 F:      tools/testing/selftests/ftrace/
9753
9754 TRIVIAL PATCHES
9755 M:      Jiri Kosina <trivial@kernel.org>
9756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9757 S:      Maintained
9758 K:      ^Subject:.*(?i)trivial
9759
9760 TTY LAYER
9761 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9762 M:      Jiri Slaby <jslaby@suse.cz>
9763 S:      Supported
9764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9765 F:      drivers/tty/
9766 F:      drivers/tty/serial/serial_core.c
9767 F:      include/linux/serial_core.h
9768 F:      include/linux/serial.h
9769 F:      include/linux/tty.h
9770 F:      include/uapi/linux/serial_core.h
9771 F:      include/uapi/linux/serial.h
9772 F:      include/uapi/linux/tty.h
9773
9774 TUA9001 MEDIA DRIVER
9775 M:      Antti Palosaari <crope@iki.fi>
9776 L:      linux-media@vger.kernel.org
9777 W:      http://linuxtv.org/
9778 W:      http://palosaari.fi/linux/
9779 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9780 T:      git git://linuxtv.org/anttip/media_tree.git
9781 S:      Maintained
9782 F:      drivers/media/tuners/tua9001*
9783
9784 TULIP NETWORK DRIVERS
9785 M:      Grant Grundler <grundler@parisc-linux.org>
9786 L:      netdev@vger.kernel.org
9787 S:      Maintained
9788 F:      drivers/net/ethernet/dec/tulip/
9789
9790 TUN/TAP driver
9791 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9792 W:      http://vtun.sourceforge.net/tun
9793 S:      Maintained
9794 F:      Documentation/networking/tuntap.txt
9795 F:      arch/um/os-Linux/drivers/
9796
9797 TURBOCHANNEL SUBSYSTEM
9798 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9799 M:      Ralf Baechle <ralf@linux-mips.org>
9800 L:      linux-mips@linux-mips.org
9801 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9802 S:      Maintained
9803 F:      drivers/tc/
9804 F:      include/linux/tc.h
9805
9806 U14-34F SCSI DRIVER
9807 M:      Dario Ballabio <ballabio_dario@emc.com>
9808 L:      linux-scsi@vger.kernel.org
9809 S:      Maintained
9810 F:      drivers/scsi/u14-34f.c
9811
9812 UBI FILE SYSTEM (UBIFS)
9813 M:      Artem Bityutskiy <dedekind1@gmail.com>
9814 M:      Adrian Hunter <adrian.hunter@intel.com>
9815 L:      linux-mtd@lists.infradead.org
9816 T:      git git://git.infradead.org/ubifs-2.6.git
9817 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9818 S:      Maintained
9819 F:      Documentation/filesystems/ubifs.txt
9820 F:      fs/ubifs/
9821
9822 UCLINUX (AND M68KNOMMU)
9823 M:      Greg Ungerer <gerg@uclinux.org>
9824 W:      http://www.uclinux.org/
9825 L:      uclinux-dev@uclinux.org  (subscribers-only)
9826 S:      Maintained
9827 F:      arch/m68k/*/*_no.*
9828 F:      arch/m68k/include/asm/*_no.*
9829
9830 UDF FILESYSTEM
9831 M:      Jan Kara <jack@suse.cz>
9832 S:      Maintained
9833 F:      Documentation/filesystems/udf.txt
9834 F:      fs/udf/
9835
9836 UFS FILESYSTEM
9837 M:      Evgeniy Dushistov <dushistov@mail.ru>
9838 S:      Maintained
9839 F:      Documentation/filesystems/ufs.txt
9840 F:      fs/ufs/
9841
9842 UHID USERSPACE HID IO DRIVER:
9843 M:      David Herrmann <dh.herrmann@googlemail.com>
9844 L:      linux-input@vger.kernel.org
9845 S:      Maintained
9846 F:      drivers/hid/uhid.c
9847 F:      include/uapi/linux/uhid.h
9848
9849 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9850 L:      linux-usb@vger.kernel.org
9851 S:      Orphan
9852 F:      drivers/uwb/
9853 F:      include/linux/uwb.h
9854 F:      include/linux/uwb/
9855
9856 UNICORE32 ARCHITECTURE:
9857 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9858 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9859 S:      Maintained
9860 T:      git git://github.com/gxt/linux.git
9861 F:      arch/unicore32/
9862
9863 UNIFDEF
9864 M:      Tony Finch <dot@dotat.at>
9865 W:      http://dotat.at/prog/unifdef
9866 S:      Maintained
9867 F:      scripts/unifdef.c
9868
9869 UNIFORM CDROM DRIVER
9870 M:      Jens Axboe <axboe@kernel.dk>
9871 W:      http://www.kernel.dk
9872 S:      Maintained
9873 F:      Documentation/cdrom/
9874 F:      drivers/cdrom/cdrom.c
9875 F:      include/linux/cdrom.h
9876 F:      include/uapi/linux/cdrom.h
9877
9878 UNISYS S-PAR DRIVERS
9879 M:     Benjamin Romer <benjamin.romer@unisys.com>
9880 M:     David Kershner <david.kershner@unisys.com>
9881 L:     sparmaintainer@unisys.com (Unisys internal)
9882 S:     Supported
9883 F:     drivers/staging/unisys/
9884
9885 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9886 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9887 L:      linux-scsi@vger.kernel.org
9888 S:      Supported
9889 F:      Documentation/scsi/ufs.txt
9890 F:      drivers/scsi/ufs/
9891
9892 UNSORTED BLOCK IMAGES (UBI)
9893 M:      Artem Bityutskiy <dedekind1@gmail.com>
9894 W:      http://www.linux-mtd.infradead.org/
9895 L:      linux-mtd@lists.infradead.org
9896 T:      git git://git.infradead.org/ubifs-2.6.git
9897 S:      Maintained
9898 F:      drivers/mtd/ubi/
9899 F:      include/linux/mtd/ubi.h
9900 F:      include/uapi/mtd/ubi-user.h
9901
9902 UNSORTED BLOCK IMAGES (UBI) Fastmap
9903 M:      Richard Weinberger <richard@nod.at>
9904 L:      linux-mtd@lists.infradead.org
9905 S:      Maintained
9906 F:      drivers/mtd/ubi/fastmap.c
9907
9908 USB ACM DRIVER
9909 M:      Oliver Neukum <oliver@neukum.org>
9910 L:      linux-usb@vger.kernel.org
9911 S:      Maintained
9912 F:      Documentation/usb/acm.txt
9913 F:      drivers/usb/class/cdc-acm.*
9914
9915 USB AR5523 WIRELESS DRIVER
9916 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9917 L:      linux-wireless@vger.kernel.org
9918 S:      Maintained
9919 F:      drivers/net/wireless/ath/ar5523/
9920
9921 USB ATTACHED SCSI
9922 M:      Hans de Goede <hdegoede@redhat.com>
9923 M:      Gerd Hoffmann <kraxel@redhat.com>
9924 L:      linux-usb@vger.kernel.org
9925 L:      linux-scsi@vger.kernel.org
9926 S:      Maintained
9927 F:      drivers/usb/storage/uas.c
9928
9929 USB CDC ETHERNET DRIVER
9930 M:      Oliver Neukum <oliver@neukum.org>
9931 L:      linux-usb@vger.kernel.org
9932 S:      Maintained
9933 F:      drivers/net/usb/cdc_*.c
9934 F:      include/uapi/linux/usb/cdc.h
9935
9936 USB CYPRESS C67X00 DRIVER
9937 M:      Peter Korsgaard <jacmet@sunsite.dk>
9938 L:      linux-usb@vger.kernel.org
9939 S:      Maintained
9940 F:      drivers/usb/c67x00/
9941
9942 USB DAVICOM DM9601 DRIVER
9943 M:      Peter Korsgaard <jacmet@sunsite.dk>
9944 L:      netdev@vger.kernel.org
9945 W:      http://www.linux-usb.org/usbnet
9946 S:      Maintained
9947 F:      drivers/net/usb/dm9601.c
9948
9949 USB DIAMOND RIO500 DRIVER
9950 M:      Cesar Miquel <miquel@df.uba.ar>
9951 L:      rio500-users@lists.sourceforge.net
9952 W:      http://rio500.sourceforge.net
9953 S:      Maintained
9954 F:      drivers/usb/misc/rio500*
9955
9956 USB EHCI DRIVER
9957 M:      Alan Stern <stern@rowland.harvard.edu>
9958 L:      linux-usb@vger.kernel.org
9959 S:      Maintained
9960 F:      Documentation/usb/ehci.txt
9961 F:      drivers/usb/host/ehci*
9962
9963 USB GADGET/PERIPHERAL SUBSYSTEM
9964 M:      Felipe Balbi <balbi@ti.com>
9965 L:      linux-usb@vger.kernel.org
9966 W:      http://www.linux-usb.org/gadget
9967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9968 S:      Maintained
9969 F:      drivers/usb/gadget/
9970 F:      include/linux/usb/gadget*
9971
9972 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9973 M:      Jiri Kosina <jkosina@suse.cz>
9974 L:      linux-usb@vger.kernel.org
9975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9976 S:      Maintained
9977 F:      Documentation/hid/hiddev.txt
9978 F:      drivers/hid/usbhid/
9979
9980 USB ISP116X DRIVER
9981 M:      Olav Kongas <ok@artecdesign.ee>
9982 L:      linux-usb@vger.kernel.org
9983 S:      Maintained
9984 F:      drivers/usb/host/isp116x*
9985 F:      include/linux/usb/isp116x.h
9986
9987 USB MASS STORAGE DRIVER
9988 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9989 L:      linux-usb@vger.kernel.org
9990 L:      usb-storage@lists.one-eyed-alien.net
9991 S:      Maintained
9992 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9993 F:      drivers/usb/storage/
9994
9995 USB MIDI DRIVER
9996 M:      Clemens Ladisch <clemens@ladisch.de>
9997 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9998 T:      git git://git.alsa-project.org/alsa-kernel.git
9999 S:      Maintained
10000 F:      sound/usb/midi.*
10001
10002 USB NETWORKING DRIVERS
10003 L:      linux-usb@vger.kernel.org
10004 S:      Odd Fixes
10005 F:      drivers/net/usb/
10006
10007 USB OHCI DRIVER
10008 M:      Alan Stern <stern@rowland.harvard.edu>
10009 L:      linux-usb@vger.kernel.org
10010 S:      Maintained
10011 F:      Documentation/usb/ohci.txt
10012 F:      drivers/usb/host/ohci*
10013
10014 USB OVER IP DRIVER
10015 M:      Valentina Manea <valentina.manea.m@gmail.com>
10016 M:      Shuah Khan <shuah.kh@samsung.com>
10017 L:      linux-usb@vger.kernel.org
10018 S:      Maintained
10019 F:      drivers/usb/usbip/
10020 F:      tools/usb/usbip/
10021
10022 USB PEGASUS DRIVER
10023 M:      Petko Manolov <petkan@nucleusys.com>
10024 L:      linux-usb@vger.kernel.org
10025 L:      netdev@vger.kernel.org
10026 T:      git git://github.com/petkan/pegasus.git
10027 W:      https://github.com/petkan/pegasus
10028 S:      Maintained
10029 F:      drivers/net/usb/pegasus.*
10030
10031 USB PHY LAYER
10032 M:      Felipe Balbi <balbi@ti.com>
10033 L:      linux-usb@vger.kernel.org
10034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10035 S:      Maintained
10036 F:      drivers/usb/phy/
10037
10038 USB PRINTER DRIVER (usblp)
10039 M:      Pete Zaitcev <zaitcev@redhat.com>
10040 L:      linux-usb@vger.kernel.org
10041 S:      Supported
10042 F:      drivers/usb/class/usblp.c
10043
10044 USB RTL8150 DRIVER
10045 M:      Petko Manolov <petkan@nucleusys.com>
10046 L:      linux-usb@vger.kernel.org
10047 L:      netdev@vger.kernel.org
10048 T:      git git://github.com/petkan/rtl8150.git
10049 W:      https://github.com/petkan/rtl8150
10050 S:      Maintained
10051 F:      drivers/net/usb/rtl8150.c
10052
10053 USB SERIAL SUBSYSTEM
10054 M:      Johan Hovold <johan@kernel.org>
10055 L:      linux-usb@vger.kernel.org
10056 S:      Maintained
10057 F:      Documentation/usb/usb-serial.txt
10058 F:      drivers/usb/serial/
10059 F:      include/linux/usb/serial.h
10060
10061 USB SMSC75XX ETHERNET DRIVER
10062 M:      Steve Glendinning <steve.glendinning@shawell.net>
10063 L:      netdev@vger.kernel.org
10064 S:      Maintained
10065 F:      drivers/net/usb/smsc75xx.*
10066
10067 USB SMSC95XX ETHERNET DRIVER
10068 M:      Steve Glendinning <steve.glendinning@shawell.net>
10069 L:      netdev@vger.kernel.org
10070 S:      Maintained
10071 F:      drivers/net/usb/smsc95xx.*
10072
10073 USB SUBSYSTEM
10074 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10075 L:      linux-usb@vger.kernel.org
10076 W:      http://www.linux-usb.org
10077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10078 S:      Supported
10079 F:      Documentation/usb/
10080 F:      drivers/usb/
10081 F:      include/linux/usb.h
10082 F:      include/linux/usb/
10083
10084 USB UHCI DRIVER
10085 M:      Alan Stern <stern@rowland.harvard.edu>
10086 L:      linux-usb@vger.kernel.org
10087 S:      Maintained
10088 F:      drivers/usb/host/uhci*
10089
10090 USB "USBNET" DRIVER FRAMEWORK
10091 M:      Oliver Neukum <oneukum@suse.de>
10092 L:      netdev@vger.kernel.org
10093 W:      http://www.linux-usb.org/usbnet
10094 S:      Maintained
10095 F:      drivers/net/usb/usbnet.c
10096 F:      include/linux/usb/usbnet.h
10097
10098 USB VIDEO CLASS
10099 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10100 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10101 L:      linux-media@vger.kernel.org
10102 T:      git git://linuxtv.org/media_tree.git
10103 W:      http://www.ideasonboard.org/uvc/
10104 S:      Maintained
10105 F:      drivers/media/usb/uvc/
10106 F:      include/uapi/linux/uvcvideo.h
10107
10108 USB VISION DRIVER
10109 M:      Hans Verkuil <hverkuil@xs4all.nl>
10110 L:      linux-media@vger.kernel.org
10111 T:      git git://linuxtv.org/media_tree.git
10112 W:      http://linuxtv.org
10113 S:      Odd Fixes
10114 F:      drivers/media/usb/usbvision/
10115
10116 USB WEBCAM GADGET
10117 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10118 L:      linux-usb@vger.kernel.org
10119 S:      Maintained
10120 F:      drivers/usb/gadget/function/*uvc*
10121 F:      drivers/usb/gadget/legacy/webcam.c
10122
10123 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10124 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10125 L:      linux-wireless@vger.kernel.org
10126 S:      Maintained
10127 F:      drivers/net/wireless/rndis_wlan.c
10128
10129 USB XHCI DRIVER
10130 M:      Mathias Nyman <mathias.nyman@intel.com>
10131 L:      linux-usb@vger.kernel.org
10132 S:      Supported
10133 F:      drivers/usb/host/xhci*
10134 F:      drivers/usb/host/pci-quirks*
10135
10136 USB ZD1201 DRIVER
10137 L:      linux-wireless@vger.kernel.org
10138 W:      http://linux-lc100020.sourceforge.net
10139 S:      Orphan
10140 F:      drivers/net/wireless/zd1201.*
10141
10142 USB ZR364XX DRIVER
10143 M:      Antoine Jacquet <royale@zerezo.com>
10144 L:      linux-usb@vger.kernel.org
10145 L:      linux-media@vger.kernel.org
10146 T:      git git://linuxtv.org/media_tree.git
10147 W:      http://royale.zerezo.com/zr364xx/
10148 S:      Maintained
10149 F:      Documentation/video4linux/zr364xx.txt
10150 F:      drivers/media/usb/zr364xx/
10151
10152 USER-MODE LINUX (UML)
10153 M:      Jeff Dike <jdike@addtoit.com>
10154 M:      Richard Weinberger <richard@nod.at>
10155 L:      user-mode-linux-devel@lists.sourceforge.net
10156 L:      user-mode-linux-user@lists.sourceforge.net
10157 W:      http://user-mode-linux.sourceforge.net
10158 S:      Maintained
10159 F:      Documentation/virtual/uml/
10160 F:      arch/um/
10161 F:      arch/x86/um/
10162 F:      fs/hostfs/
10163 F:      fs/hppfs/
10164
10165 USERSPACE I/O (UIO)
10166 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10167 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10168 S:      Maintained
10169 F:      Documentation/DocBook/uio-howto.tmpl
10170 F:      drivers/uio/
10171 F:      include/linux/uio*.h
10172
10173 UTIL-LINUX PACKAGE
10174 M:      Karel Zak <kzak@redhat.com>
10175 L:      util-linux@vger.kernel.org
10176 W:      http://en.wikipedia.org/wiki/Util-linux
10177 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10178 S:      Maintained
10179
10180 UVESAFB DRIVER
10181 M:      Michal Januszewski <spock@gentoo.org>
10182 L:      linux-fbdev@vger.kernel.org
10183 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10184 S:      Maintained
10185 F:      Documentation/fb/uvesafb.txt
10186 F:      drivers/video/fbdev/uvesafb.*
10187
10188 VFAT/FAT/MSDOS FILESYSTEM
10189 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10190 S:      Maintained
10191 F:      Documentation/filesystems/vfat.txt
10192 F:      fs/fat/
10193
10194 VFIO DRIVER
10195 M:      Alex Williamson <alex.williamson@redhat.com>
10196 L:      kvm@vger.kernel.org
10197 S:      Maintained
10198 F:      Documentation/vfio.txt
10199 F:      drivers/vfio/
10200 F:      include/linux/vfio.h
10201 F:      include/uapi/linux/vfio.h
10202
10203 VIDEOBUF2 FRAMEWORK
10204 M:      Pawel Osciak <pawel@osciak.com>
10205 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10206 M:      Kyungmin Park <kyungmin.park@samsung.com>
10207 L:      linux-media@vger.kernel.org
10208 S:      Maintained
10209 F:      drivers/media/v4l2-core/videobuf2-*
10210 F:      include/media/videobuf2-*
10211
10212 VIRTIO CONSOLE DRIVER
10213 M:      Amit Shah <amit.shah@redhat.com>
10214 L:      virtualization@lists.linux-foundation.org
10215 S:      Maintained
10216 F:      drivers/char/virtio_console.c
10217 F:      include/linux/virtio_console.h
10218 F:      include/uapi/linux/virtio_console.h
10219
10220 VIRTIO CORE, NET AND BLOCK DRIVERS
10221 M:      Rusty Russell <rusty@rustcorp.com.au>
10222 M:      "Michael S. Tsirkin" <mst@redhat.com>
10223 L:      virtualization@lists.linux-foundation.org
10224 S:      Maintained
10225 F:      drivers/virtio/
10226 F:      tools/virtio/
10227 F:      drivers/net/virtio_net.c
10228 F:      drivers/block/virtio_blk.c
10229 F:      include/linux/virtio_*.h
10230 F:      include/uapi/linux/virtio_*.h
10231
10232 VIRTIO HOST (VHOST)
10233 M:      "Michael S. Tsirkin" <mst@redhat.com>
10234 L:      kvm@vger.kernel.org
10235 L:      virtualization@lists.linux-foundation.org
10236 L:      netdev@vger.kernel.org
10237 S:      Maintained
10238 F:      drivers/vhost/
10239 F:      include/uapi/linux/vhost.h
10240
10241 VIA RHINE NETWORK DRIVER
10242 M:      Roger Luethi <rl@hellgate.ch>
10243 S:      Maintained
10244 F:      drivers/net/ethernet/via/via-rhine.c
10245
10246 VIA SD/MMC CARD CONTROLLER DRIVER
10247 M:      Bruce Chang <brucechang@via.com.tw>
10248 M:      Harald Welte <HaraldWelte@viatech.com>
10249 S:      Maintained
10250 F:      drivers/mmc/host/via-sdmmc.c
10251
10252 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10253 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10254 L:      linux-fbdev@vger.kernel.org
10255 S:      Maintained
10256 F:      include/linux/via-core.h
10257 F:      include/linux/via-gpio.h
10258 F:      include/linux/via_i2c.h
10259 F:      drivers/video/fbdev/via/
10260
10261 VIA VELOCITY NETWORK DRIVER
10262 M:      Francois Romieu <romieu@fr.zoreil.com>
10263 L:      netdev@vger.kernel.org
10264 S:      Maintained
10265 F:      drivers/net/ethernet/via/via-velocity.*
10266
10267 VIVID VIRTUAL VIDEO DRIVER
10268 M:      Hans Verkuil <hverkuil@xs4all.nl>
10269 L:      linux-media@vger.kernel.org
10270 T:      git git://linuxtv.org/media_tree.git
10271 W:      http://linuxtv.org
10272 S:      Maintained
10273 F:      drivers/media/platform/vivid/*
10274
10275 VLAN (802.1Q)
10276 M:      Patrick McHardy <kaber@trash.net>
10277 L:      netdev@vger.kernel.org
10278 S:      Maintained
10279 F:      drivers/net/macvlan.c
10280 F:      include/linux/if_*vlan.h
10281 F:      net/8021q/
10282
10283 VLYNQ BUS
10284 M:      Florian Fainelli <florian@openwrt.org>
10285 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10286 S:      Maintained
10287 F:      drivers/vlynq/vlynq.c
10288 F:      include/linux/vlynq.h
10289
10290 VME SUBSYSTEM
10291 M:      Martyn Welch <martyn.welch@ge.com>
10292 M:      Manohar Vanga <manohar.vanga@gmail.com>
10293 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10294 L:      devel@driverdev.osuosl.org
10295 S:      Maintained
10296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10297 F:      Documentation/vme_api.txt
10298 F:      drivers/staging/vme/
10299 F:      drivers/vme/
10300 F:      include/linux/vme*
10301
10302 VMWARE HYPERVISOR INTERFACE
10303 M:      Alok Kataria <akataria@vmware.com>
10304 L:      virtualization@lists.linux-foundation.org
10305 S:      Supported
10306 F:      arch/x86/kernel/cpu/vmware.c
10307
10308 VMWARE BALLOON DRIVER
10309 M:      Xavier Deguillard <xdeguillard@vmware.com>
10310 M:      Philip Moltmann <moltmann@vmware.com>
10311 M:      "VMware, Inc." <pv-drivers@vmware.com>
10312 L:      linux-kernel@vger.kernel.org
10313 S:      Maintained
10314 F:      drivers/misc/vmw_balloon.c
10315
10316 VMWARE VMXNET3 ETHERNET DRIVER
10317 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10318 M:      "VMware, Inc." <pv-drivers@vmware.com>
10319 L:      netdev@vger.kernel.org
10320 S:      Maintained
10321 F:      drivers/net/vmxnet3/
10322
10323 VMware PVSCSI driver
10324 M:      Arvind Kumar <arvindkumar@vmware.com>
10325 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10326 L:      linux-scsi@vger.kernel.org
10327 S:      Maintained
10328 F:      drivers/scsi/vmw_pvscsi.c
10329 F:      drivers/scsi/vmw_pvscsi.h
10330
10331 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10332 M:      Liam Girdwood <lgirdwood@gmail.com>
10333 M:      Mark Brown <broonie@kernel.org>
10334 L:      linux-kernel@vger.kernel.org
10335 W:      http://opensource.wolfsonmicro.com/node/15
10336 W:      http://www.slimlogic.co.uk/?p=48
10337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10338 S:      Supported
10339 F:      drivers/regulator/
10340 F:      include/linux/regulator/
10341
10342 VT1211 HARDWARE MONITOR DRIVER
10343 M:      Juerg Haefliger <juergh@gmail.com>
10344 L:      lm-sensors@lm-sensors.org
10345 S:      Maintained
10346 F:      Documentation/hwmon/vt1211
10347 F:      drivers/hwmon/vt1211.c
10348
10349 VT8231 HARDWARE MONITOR DRIVER
10350 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10351 L:      lm-sensors@lm-sensors.org
10352 S:      Maintained
10353 F:      drivers/hwmon/vt8231.c
10354
10355 VUB300 USB to SDIO/SD/MMC bridge chip
10356 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10357 L:      linux-mmc@vger.kernel.org
10358 L:      linux-usb@vger.kernel.org
10359 S:      Supported
10360 F:      drivers/mmc/host/vub300.c
10361
10362 W1 DALLAS'S 1-WIRE BUS
10363 M:      Evgeniy Polyakov <zbr@ioremap.net>
10364 S:      Maintained
10365 F:      Documentation/w1/
10366 F:      drivers/w1/
10367
10368 W83791D HARDWARE MONITORING DRIVER
10369 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10370 L:      lm-sensors@lm-sensors.org
10371 S:      Maintained
10372 F:      Documentation/hwmon/w83791d
10373 F:      drivers/hwmon/w83791d.c
10374
10375 W83793 HARDWARE MONITORING DRIVER
10376 M:      Rudolf Marek <r.marek@assembler.cz>
10377 L:      lm-sensors@lm-sensors.org
10378 S:      Maintained
10379 F:      Documentation/hwmon/w83793
10380 F:      drivers/hwmon/w83793.c
10381
10382 W83795 HARDWARE MONITORING DRIVER
10383 M:      Jean Delvare <jdelvare@suse.de>
10384 L:      lm-sensors@lm-sensors.org
10385 S:      Maintained
10386 F:      drivers/hwmon/w83795.c
10387
10388 W83L51xD SD/MMC CARD INTERFACE DRIVER
10389 M:      Pierre Ossman <pierre@ossman.eu>
10390 S:      Maintained
10391 F:      drivers/mmc/host/wbsd.*
10392
10393 WACOM PROTOCOL 4 SERIAL TABLETS
10394 M:      Julian Squires <julian@cipht.net>
10395 M:      Hans de Goede <hdegoede@redhat.com>
10396 L:      linux-input@vger.kernel.org
10397 S:      Maintained
10398 F:      drivers/input/tablet/wacom_serial4.c
10399
10400 WATCHDOG DEVICE DRIVERS
10401 M:      Wim Van Sebroeck <wim@iguana.be>
10402 L:      linux-watchdog@vger.kernel.org
10403 W:      http://www.linux-watchdog.org/
10404 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10405 S:      Maintained
10406 F:      Documentation/watchdog/
10407 F:      drivers/watchdog/
10408 F:      include/linux/watchdog.h
10409 F:      include/uapi/linux/watchdog.h
10410
10411 WD7000 SCSI DRIVER
10412 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10413 L:      linux-scsi@vger.kernel.org
10414 S:      Maintained
10415 F:      drivers/scsi/wd7000.c
10416
10417 WIIMOTE HID DRIVER
10418 M:      David Herrmann <dh.herrmann@googlemail.com>
10419 L:      linux-input@vger.kernel.org
10420 S:      Maintained
10421 F:      drivers/hid/hid-wiimote*
10422
10423 WINBOND CIR DRIVER
10424 M:      David Härdeman <david@hardeman.nu>
10425 S:      Maintained
10426 F:      drivers/media/rc/winbond-cir.c
10427
10428 WIMAX STACK
10429 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10430 M:      linux-wimax@intel.com
10431 L:     wimax@linuxwimax.org (subscribers-only)
10432 S:      Supported
10433 W:      http://linuxwimax.org
10434 F:      Documentation/wimax/README.wimax
10435 F:      include/linux/wimax/debug.h
10436 F:      include/net/wimax.h
10437 F:      include/uapi/linux/wimax.h
10438 F:      net/wimax/
10439
10440 WISTRON LAPTOP BUTTON DRIVER
10441 M:      Miloslav Trmac <mitr@volny.cz>
10442 S:      Maintained
10443 F:      drivers/input/misc/wistron_btns.c
10444
10445 WL3501 WIRELESS PCMCIA CARD DRIVER
10446 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10447 L:      linux-wireless@vger.kernel.org
10448 W:      http://oops.ghostprotocols.net:81/blog
10449 S:      Maintained
10450 F:      drivers/net/wireless/wl3501*
10451
10452 WM97XX TOUCHSCREEN DRIVERS
10453 M:      Mark Brown <broonie@kernel.org>
10454 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10455 L:      linux-input@vger.kernel.org
10456 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10457 W:      http://opensource.wolfsonmicro.com/node/7
10458 S:      Supported
10459 F:      drivers/input/touchscreen/*wm97*
10460 F:      include/linux/wm97xx.h
10461
10462 WOLFSON MICROELECTRONICS DRIVERS
10463 L:      patches@opensource.wolfsonmicro.com
10464 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10465 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10466 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10467 S:      Supported
10468 F:      Documentation/hwmon/wm83??
10469 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10470 F:      drivers/clk/clk-wm83*.c
10471 F:      drivers/extcon/extcon-arizona.c
10472 F:      drivers/leds/leds-wm83*.c
10473 F:      drivers/gpio/gpio-*wm*.c
10474 F:      drivers/gpio/gpio-arizona.c
10475 F:      drivers/hwmon/wm83??-hwmon.c
10476 F:      drivers/input/misc/wm831x-on.c
10477 F:      drivers/input/touchscreen/wm831x-ts.c
10478 F:      drivers/input/touchscreen/wm97*.c
10479 F:      drivers/mfd/arizona*
10480 F:      drivers/mfd/wm*.c
10481 F:      drivers/power/wm83*.c
10482 F:      drivers/rtc/rtc-wm83*.c
10483 F:      drivers/regulator/wm8*.c
10484 F:      drivers/video/backlight/wm83*_bl.c
10485 F:      drivers/watchdog/wm83*_wdt.c
10486 F:      include/linux/mfd/arizona/
10487 F:      include/linux/mfd/wm831x/
10488 F:      include/linux/mfd/wm8350/
10489 F:      include/linux/mfd/wm8400*
10490 F:      include/linux/wm97xx.h
10491 F:      include/sound/wm????.h
10492 F:      sound/soc/codecs/arizona.?
10493 F:      sound/soc/codecs/wm*
10494
10495 WORKQUEUE
10496 M:      Tejun Heo <tj@kernel.org>
10497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10498 S:      Maintained
10499 F:      include/linux/workqueue.h
10500 F:      kernel/workqueue.c
10501 F:      Documentation/workqueue.txt
10502
10503 X.25 NETWORK LAYER
10504 M:      Andrew Hendry <andrew.hendry@gmail.com>
10505 L:      linux-x25@vger.kernel.org
10506 S:      Odd Fixes
10507 F:      Documentation/networking/x25*
10508 F:      include/net/x25*
10509 F:      net/x25/
10510
10511 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10512 M:      Thomas Gleixner <tglx@linutronix.de>
10513 M:      Ingo Molnar <mingo@redhat.com>
10514 M:      "H. Peter Anvin" <hpa@zytor.com>
10515 M:      x86@kernel.org
10516 L:      linux-kernel@vger.kernel.org
10517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10518 S:      Maintained
10519 F:      Documentation/x86/
10520 F:      arch/x86/
10521
10522 X86 PLATFORM DRIVERS
10523 M:      Darren Hart <dvhart@infradead.org>
10524 L:      platform-driver-x86@vger.kernel.org
10525 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10526 S:      Maintained
10527 F:      drivers/platform/x86/
10528
10529 X86 MCE INFRASTRUCTURE
10530 M:      Tony Luck <tony.luck@intel.com>
10531 M:      Borislav Petkov <bp@alien8.de>
10532 L:      linux-edac@vger.kernel.org
10533 S:      Maintained
10534 F:      arch/x86/kernel/cpu/mcheck/*
10535
10536 X86 VDSO
10537 M:      Andy Lutomirski <luto@amacapital.net>
10538 L:      linux-kernel@vger.kernel.org
10539 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10540 S:      Maintained
10541 F:      arch/x86/vdso/
10542
10543 XC2028/3028 TUNER DRIVER
10544 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10545 L:      linux-media@vger.kernel.org
10546 W:      http://linuxtv.org
10547 T:      git git://linuxtv.org/media_tree.git
10548 S:      Maintained
10549 F:      drivers/media/tuners/tuner-xc2028.*
10550
10551 XEN HYPERVISOR INTERFACE
10552 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10553 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10554 M:      David Vrabel <david.vrabel@citrix.com>
10555 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10556 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10557 S:      Supported
10558 F:      arch/x86/xen/
10559 F:      drivers/*/xen-*front.c
10560 F:      drivers/xen/
10561 F:      arch/x86/include/asm/xen/
10562 F:      include/xen/
10563 F:      include/uapi/xen/
10564
10565 XEN HYPERVISOR ARM
10566 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10567 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10568 S:      Supported
10569 F:      arch/arm/xen/
10570 F:      arch/arm/include/asm/xen/
10571
10572 XEN HYPERVISOR ARM64
10573 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10574 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10575 S:      Supported
10576 F:      arch/arm64/xen/
10577 F:      arch/arm64/include/asm/xen/
10578
10579 XEN NETWORK BACKEND DRIVER
10580 M:      Ian Campbell <ian.campbell@citrix.com>
10581 M:      Wei Liu <wei.liu2@citrix.com>
10582 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10583 L:      netdev@vger.kernel.org
10584 S:      Supported
10585 F:      drivers/net/xen-netback/*
10586
10587 XEN PCI SUBSYSTEM
10588 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10589 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10590 S:      Supported
10591 F:      arch/x86/pci/*xen*
10592 F:      drivers/pci/*xen*
10593
10594 XEN BLOCK SUBSYSTEM
10595 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10596 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10597 S:      Supported
10598 F:      drivers/block/xen-blkback/*
10599 F:      drivers/block/xen*
10600
10601 XEN PVSCSI DRIVERS
10602 M:      Juergen Gross <jgross@suse.com>
10603 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10604 L:      linux-scsi@vger.kernel.org
10605 S:      Supported
10606 F:      drivers/scsi/xen-scsifront.c
10607 F:      drivers/xen/xen-scsiback.c
10608 F:      include/xen/interface/io/vscsiif.h
10609
10610 XEN SWIOTLB SUBSYSTEM
10611 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10612 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10613 S:      Supported
10614 F:      arch/x86/xen/*swiotlb*
10615 F:      drivers/xen/*swiotlb*
10616
10617 XFS FILESYSTEM
10618 P:      Silicon Graphics Inc
10619 M:      Dave Chinner <david@fromorbit.com>
10620 M:      xfs@oss.sgi.com
10621 L:      xfs@oss.sgi.com
10622 W:      http://oss.sgi.com/projects/xfs
10623 T:      git git://oss.sgi.com/xfs/xfs.git
10624 S:      Supported
10625 F:      Documentation/filesystems/xfs.txt
10626 F:      fs/xfs/
10627
10628 XILINX AXI ETHERNET DRIVER
10629 M:      Anirudha Sarangi <anirudh@xilinx.com>
10630 M:      John Linn <John.Linn@xilinx.com>
10631 S:      Maintained
10632 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10633
10634 XILINX UARTLITE SERIAL DRIVER
10635 M:      Peter Korsgaard <jacmet@sunsite.dk>
10636 L:      linux-serial@vger.kernel.org
10637 S:      Maintained
10638 F:      drivers/tty/serial/uartlite.c
10639
10640 XILLYBUS DRIVER
10641 M:      Eli Billauer <eli.billauer@gmail.com>
10642 L:      linux-kernel@vger.kernel.org
10643 S:      Supported
10644 F:      drivers/char/xillybus/
10645
10646 XTENSA XTFPGA PLATFORM SUPPORT
10647 M:      Max Filippov <jcmvbkbc@gmail.com>
10648 L:      linux-xtensa@linux-xtensa.org
10649 S:      Maintained
10650 F:      drivers/spi/spi-xtensa-xtfpga.c
10651
10652 YAM DRIVER FOR AX.25
10653 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10654 L:      linux-hams@vger.kernel.org
10655 S:      Maintained
10656 F:      drivers/net/hamradio/yam*
10657 F:      include/linux/yam.h
10658
10659 YEALINK PHONE DRIVER
10660 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10661 L:      usbb2k-api-dev@nongnu.org
10662 S:      Maintained
10663 F:      Documentation/input/yealink.txt
10664 F:      drivers/input/misc/yealink.*
10665
10666 Z8530 DRIVER FOR AX.25
10667 M:      Joerg Reuter <jreuter@yaina.de>
10668 W:      http://yaina.de/jreuter/
10669 W:      http://www.qsl.net/dl1bke/
10670 L:      linux-hams@vger.kernel.org
10671 S:      Maintained
10672 F:      Documentation/networking/z8530drv.txt
10673 F:      drivers/net/hamradio/*scc.c
10674 F:      drivers/net/hamradio/z8530.h
10675
10676 ZBUD COMPRESSED PAGE ALLOCATOR
10677 M:      Seth Jennings <sjennings@variantweb.net>
10678 L:      linux-mm@kvack.org
10679 S:      Maintained
10680 F:      mm/zbud.c
10681 F:      include/linux/zbud.h
10682
10683 ZD1211RW WIRELESS DRIVER
10684 M:      Daniel Drake <dsd@gentoo.org>
10685 M:      Ulrich Kunitz <kune@deine-taler.de>
10686 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10687 L:      linux-wireless@vger.kernel.org
10688 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10689 S:      Maintained
10690 F:      drivers/net/wireless/zd1211rw/
10691
10692 ZR36067 VIDEO FOR LINUX DRIVER
10693 L:      mjpeg-users@lists.sourceforge.net
10694 L:      linux-media@vger.kernel.org
10695 W:      http://mjpeg.sourceforge.net/driver-zoran/
10696 T:      hg http://linuxtv.org/hg/v4l-dvb
10697 S:      Odd Fixes
10698 F:      drivers/media/pci/zoran/
10699
10700 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10701 M:      Minchan Kim <minchan@kernel.org>
10702 M:      Nitin Gupta <ngupta@vflare.org>
10703 L:      linux-kernel@vger.kernel.org
10704 S:      Maintained
10705 F:      drivers/block/zram/
10706 F:      Documentation/blockdev/zram.txt
10707
10708 ZS DECSTATION Z85C30 SERIAL DRIVER
10709 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10710 S:      Maintained
10711 F:      drivers/tty/serial/zs.*
10712
10713 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10714 M:      Minchan Kim <minchan@kernel.org>
10715 M:      Nitin Gupta <ngupta@vflare.org>
10716 L:      linux-mm@kvack.org
10717 S:      Maintained
10718 F:      mm/zsmalloc.c
10719 F:      include/linux/zsmalloc.h
10720
10721 ZSWAP COMPRESSED SWAP CACHING
10722 M:      Seth Jennings <sjennings@variantweb.net>
10723 L:      linux-mm@kvack.org
10724 S:      Maintained
10725 F:      mm/zswap.c
10726
10727 THE REST
10728 M:      Linus Torvalds <torvalds@linux-foundation.org>
10729 L:      linux-kernel@vger.kernel.org
10730 Q:      http://patchwork.kernel.org/project/LKML/list/
10731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10732 S:      Buried alive in reporters
10733 F:      *
10734 F:      */