rtc: at91sam9: get sclk rate after enabling it
[linux-2.6/btrfs-unstable.git] / MAINTAINERS
bloba9abe32f8e1479575dea5198548d15bd4bea1eb4
3         List of maintainers and how to submit kernel changes
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.
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
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.)
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.
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
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.
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
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.
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.
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
53         PLEASE remember that submissions must be made under the terms
54         of the Linux Foundation certificate of contribution and should
55         include a Signed-off-by: line.  The current version of this
56         "Developer's Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
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.
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.
67 8.      Happy hacking.
69 Descriptions of section entries:
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.
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]
123 Maintainers List (try to look for most precise areas first)
125                 -----------------------------------
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
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*
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-*
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*
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 F:      Documentation/networking/6lowpan.txt
163 6PACK NETWORK DRIVER FOR AX.25
164 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
165 L:      linux-hams@vger.kernel.org
166 S:      Maintained
167 F:      drivers/net/hamradio/6pack.c
169 8169 10/100/1000 GIGABIT ETHERNET DRIVER
170 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
171 L:      netdev@vger.kernel.org
172 S:      Maintained
173 F:      drivers/net/ethernet/realtek/r8169.c
175 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
176 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
177 L:      linux-serial@vger.kernel.org
178 W:      http://serial.sourceforge.net
179 S:      Maintained
180 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
181 F:      drivers/tty/serial/8250*
182 F:      include/linux/serial_8250.h
184 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
185 L:      netdev@vger.kernel.org
186 S:      Orphan / Obsolete
187 F:      drivers/net/ethernet/8390/
189 9P FILE SYSTEM
190 M:      Eric Van Hensbergen <ericvh@gmail.com>
191 M:      Ron Minnich <rminnich@sandia.gov>
192 M:      Latchesar Ionkov <lucho@ionkov.net>
193 L:      v9fs-developer@lists.sourceforge.net
194 W:      http://swik.net/v9fs
195 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
197 S:      Maintained
198 F:      Documentation/filesystems/9p.txt
199 F:      fs/9p/
200 F:      net/9p/
201 F:      include/net/9p/
202 F:      include/uapi/linux/virtio_9p.h
203 F:      include/trace/events/9p.h
206 A8293 MEDIA DRIVER
207 M:      Antti Palosaari <crope@iki.fi>
208 L:      linux-media@vger.kernel.org
209 W:      http://linuxtv.org/
210 W:      http://palosaari.fi/linux/
211 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
212 T:      git git://linuxtv.org/anttip/media_tree.git
213 S:      Maintained
214 F:      drivers/media/dvb-frontends/a8293*
216 AACRAID SCSI RAID DRIVER
217 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
218 L:      linux-scsi@vger.kernel.org
219 W:      http://www.adaptec.com/
220 S:      Supported
221 F:      Documentation/scsi/aacraid.txt
222 F:      drivers/scsi/aacraid/
224 ABI/API
225 L:      linux-api@vger.kernel.org
226 F:      Documentation/ABI/
227 F:      include/linux/syscalls.h
228 F:      include/uapi/
229 F:      kernel/sys_ni.c
231 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
232 M:      Hans de Goede <hdegoede@redhat.com>
233 L:      lm-sensors@lm-sensors.org
234 S:      Maintained
235 F:      drivers/hwmon/abituguru.c
237 ABIT UGURU 3 HARDWARE MONITOR DRIVER
238 M:      Alistair John Strachan <alistair@devzero.co.uk>
239 L:      lm-sensors@lm-sensors.org
240 S:      Maintained
241 F:      drivers/hwmon/abituguru3.c
243 ACENIC DRIVER
244 M:      Jes Sorensen <jes@trained-monkey.org>
245 L:      linux-acenic@sunsite.dk
246 S:      Maintained
247 F:      drivers/net/ethernet/alteon/acenic*
249 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
250 M:      Peter Feuerer <peter@piie.net>
251 L:      platform-driver-x86@vger.kernel.org
252 W:      http://piie.net/?section=acerhdf
253 S:      Maintained
254 F:      drivers/platform/x86/acerhdf.c
256 ACER WMI LAPTOP EXTRAS
257 M:      "Lee, Chun-Yi" <jlee@suse.com>
258 L:      platform-driver-x86@vger.kernel.org
259 S:      Maintained
260 F:      drivers/platform/x86/acer-wmi.c
262 ACPI
263 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
264 M:      Len Brown <lenb@kernel.org>
265 L:      linux-acpi@vger.kernel.org
266 W:      https://01.org/linux-acpi
267 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
269 S:      Supported
270 F:      drivers/acpi/
271 F:      drivers/pnp/pnpacpi/
272 F:      include/linux/acpi.h
273 F:      include/acpi/
274 F:      Documentation/acpi/
275 F:      Documentation/ABI/testing/sysfs-bus-acpi
276 F:      drivers/pci/*acpi*
277 F:      drivers/pci/*/*acpi*
278 F:      drivers/pci/*/*/*acpi*
279 F:      tools/power/acpi/
281 ACPI COMPONENT ARCHITECTURE (ACPICA)
282 M:      Robert Moore <robert.moore@intel.com>
283 M:      Lv Zheng <lv.zheng@intel.com>
284 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
285 L:      linux-acpi@vger.kernel.org
286 L:      devel@acpica.org
287 W:      https://acpica.org/
288 W:      https://github.com/acpica/acpica/
289 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
291 S:      Supported
292 F:      drivers/acpi/acpica/
293 F:      include/acpi/
294 F:      tools/power/acpi/
296 ACPI FAN DRIVER
297 M:      Zhang Rui <rui.zhang@intel.com>
298 L:      linux-acpi@vger.kernel.org
299 W:      https://01.org/linux-acpi
300 S:      Supported
301 F:      drivers/acpi/fan.c
303 ACPI THERMAL DRIVER
304 M:      Zhang Rui <rui.zhang@intel.com>
305 L:      linux-acpi@vger.kernel.org
306 W:      https://01.org/linux-acpi
307 S:      Supported
308 F:      drivers/acpi/*thermal*
310 ACPI VIDEO DRIVER
311 M:      Zhang Rui <rui.zhang@intel.com>
312 L:      linux-acpi@vger.kernel.org
313 W:      https://01.org/linux-acpi
314 S:      Supported
315 F:      drivers/acpi/video.c
317 ACPI WMI DRIVER
318 L:      platform-driver-x86@vger.kernel.org
319 S:      Orphan
320 F:      drivers/platform/x86/wmi.c
322 AD1889 ALSA SOUND DRIVER
323 M:      Thibaut Varene <T-Bone@parisc-linux.org>
324 W:      http://wiki.parisc-linux.org/AD1889
325 L:      linux-parisc@vger.kernel.org
326 S:      Maintained
327 F:      sound/pci/ad1889.*
329 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
330 M:      Michael Hennerich <michael.hennerich@analog.com>
331 W:      http://wiki.analog.com/AD5254
332 W:      http://ez.analog.com/community/linux-device-drivers
333 S:      Supported
334 F:      drivers/misc/ad525x_dpot.c
336 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
337 M:      Michael Hennerich <michael.hennerich@analog.com>
338 W:      http://wiki.analog.com/AD5398
339 W:      http://ez.analog.com/community/linux-device-drivers
340 S:      Supported
341 F:      drivers/regulator/ad5398.c
343 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
344 M:      Michael Hennerich <michael.hennerich@analog.com>
345 W:      http://wiki.analog.com/AD7142
346 W:      http://ez.analog.com/community/linux-device-drivers
347 S:      Supported
348 F:      drivers/input/misc/ad714x.c
350 AD7877 TOUCHSCREEN DRIVER
351 M:      Michael Hennerich <michael.hennerich@analog.com>
352 W:      http://wiki.analog.com/AD7877
353 W:      http://ez.analog.com/community/linux-device-drivers
354 S:      Supported
355 F:      drivers/input/touchscreen/ad7877.c
357 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
358 M:      Michael Hennerich <michael.hennerich@analog.com>
359 W:      http://wiki.analog.com/AD7879
360 W:      http://ez.analog.com/community/linux-device-drivers
361 S:      Supported
362 F:      drivers/input/touchscreen/ad7879.c
364 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
365 M:      Jiri Kosina <jikos@kernel.org>
366 S:      Maintained
368 ADM1025 HARDWARE MONITOR DRIVER
369 M:      Jean Delvare <jdelvare@suse.com>
370 L:      lm-sensors@lm-sensors.org
371 S:      Maintained
372 F:      Documentation/hwmon/adm1025
373 F:      drivers/hwmon/adm1025.c
375 ADM1029 HARDWARE MONITOR DRIVER
376 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
377 L:      lm-sensors@lm-sensors.org
378 S:      Maintained
379 F:      drivers/hwmon/adm1029.c
381 ADM8211 WIRELESS DRIVER
382 L:      linux-wireless@vger.kernel.org
383 W:      http://wireless.kernel.org/
384 S:      Orphan
385 F:      drivers/net/wireless/adm8211.*
387 ADP1653 FLASH CONTROLLER DRIVER
388 M:      Sakari Ailus <sakari.ailus@iki.fi>
389 L:      linux-media@vger.kernel.org
390 S:      Maintained
391 F:      drivers/media/i2c/adp1653.c
392 F:      include/media/adp1653.h
394 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
395 M:      Michael Hennerich <michael.hennerich@analog.com>
396 W:      http://wiki.analog.com/ADP5520
397 W:      http://ez.analog.com/community/linux-device-drivers
398 S:      Supported
399 F:      drivers/mfd/adp5520.c
400 F:      drivers/video/backlight/adp5520_bl.c
401 F:      drivers/leds/leds-adp5520.c
402 F:      drivers/gpio/gpio-adp5520.c
403 F:      drivers/input/keyboard/adp5520-keys.c
405 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
406 M:      Michael Hennerich <michael.hennerich@analog.com>
407 W:      http://wiki.analog.com/ADP5588
408 W:      http://ez.analog.com/community/linux-device-drivers
409 S:      Supported
410 F:      drivers/input/keyboard/adp5588-keys.c
411 F:      drivers/gpio/gpio-adp5588.c
413 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
414 M:      Michael Hennerich <michael.hennerich@analog.com>
415 W:      http://wiki.analog.com/ADP8860
416 W:      http://ez.analog.com/community/linux-device-drivers
417 S:      Supported
418 F:      drivers/video/backlight/adp8860_bl.c
420 ADS1015 HARDWARE MONITOR DRIVER
421 M:      Dirk Eibach <eibach@gdsys.de>
422 L:      lm-sensors@lm-sensors.org
423 S:      Maintained
424 F:      Documentation/hwmon/ads1015
425 F:      drivers/hwmon/ads1015.c
426 F:      include/linux/i2c/ads1015.h
428 ADT746X FAN DRIVER
429 M:      Colin Leroy <colin@colino.net>
430 S:      Maintained
431 F:      drivers/macintosh/therm_adt746x.c
433 ADT7475 HARDWARE MONITOR DRIVER
434 M:      Jean Delvare <jdelvare@suse.com>
435 L:      lm-sensors@lm-sensors.org
436 S:      Maintained
437 F:      Documentation/hwmon/adt7475
438 F:      drivers/hwmon/adt7475.c
440 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
441 M:      Michael Hennerich <michael.hennerich@analog.com>
442 W:      http://wiki.analog.com/ADXL345
443 W:      http://ez.analog.com/community/linux-device-drivers
444 S:      Supported
445 F:      drivers/input/misc/adxl34x.c
447 ADVANSYS SCSI DRIVER
448 M:      Matthew Wilcox <matthew@wil.cx>
449 M:      Hannes Reinecke <hare@suse.com>
450 L:      linux-scsi@vger.kernel.org
451 S:      Maintained
452 F:      Documentation/scsi/advansys.txt
453 F:      drivers/scsi/advansys.c
455 AEDSP16 DRIVER
456 M:      Riccardo Facchetti <fizban@tin.it>
457 S:      Maintained
458 F:      sound/oss/aedsp16.c
460 AF9013 MEDIA DRIVER
461 M:      Antti Palosaari <crope@iki.fi>
462 L:      linux-media@vger.kernel.org
463 W:      http://linuxtv.org/
464 W:      http://palosaari.fi/linux/
465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
466 T:      git git://linuxtv.org/anttip/media_tree.git
467 S:      Maintained
468 F:      drivers/media/dvb-frontends/af9013*
470 AF9033 MEDIA DRIVER
471 M:      Antti Palosaari <crope@iki.fi>
472 L:      linux-media@vger.kernel.org
473 W:      http://linuxtv.org/
474 W:      http://palosaari.fi/linux/
475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
476 T:      git git://linuxtv.org/anttip/media_tree.git
477 S:      Maintained
478 F:      drivers/media/dvb-frontends/af9033*
480 AFFS FILE SYSTEM
481 L:      linux-fsdevel@vger.kernel.org
482 S:      Orphan
483 F:      Documentation/filesystems/affs.txt
484 F:      fs/affs/
486 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
487 M:      David Howells <dhowells@redhat.com>
488 L:      linux-afs@lists.infradead.org
489 S:      Supported
490 F:      fs/afs/
491 F:      include/net/af_rxrpc.h
492 F:      net/rxrpc/af_rxrpc.c
494 AGPGART DRIVER
495 M:      David Airlie <airlied@linux.ie>
496 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
497 S:      Maintained
498 F:      drivers/char/agp/
499 F:      include/linux/agp*
500 F:      include/uapi/linux/agp*
502 AHA152X SCSI DRIVER
503 M:      "Juergen E. Fischer" <fischer@norbit.de>
504 L:      linux-scsi@vger.kernel.org
505 S:      Maintained
506 F:      drivers/scsi/aha152x*
507 F:      drivers/scsi/pcmcia/aha152x*
509 AIC7XXX / AIC79XX SCSI DRIVER
510 M:      Hannes Reinecke <hare@suse.com>
511 L:      linux-scsi@vger.kernel.org
512 S:      Maintained
513 F:      drivers/scsi/aic7xxx/
515 AIMSLAB FM RADIO RECEIVER DRIVER
516 M:      Hans Verkuil <hverkuil@xs4all.nl>
517 L:      linux-media@vger.kernel.org
518 T:      git git://linuxtv.org/media_tree.git
519 W:      http://linuxtv.org
520 S:      Maintained
521 F:      drivers/media/radio/radio-aimslab*
524 M:      Benjamin LaHaise <bcrl@kvack.org>
525 L:      linux-aio@kvack.org
526 S:      Supported
527 F:      fs/aio.c
528 F:      include/linux/*aio*.h
530 AIRSPY MEDIA DRIVER
531 M:      Antti Palosaari <crope@iki.fi>
532 L:      linux-media@vger.kernel.org
533 W:      http://linuxtv.org/
534 W:      http://palosaari.fi/linux/
535 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
536 T:      git git://linuxtv.org/anttip/media_tree.git
537 S:      Maintained
538 F:      drivers/media/usb/airspy/
540 ALCATEL SPEEDTOUCH USB DRIVER
541 M:      Duncan Sands <duncan.sands@free.fr>
542 L:      linux-usb@vger.kernel.org
543 W:      http://www.linux-usb.org/SpeedTouch/
544 S:      Maintained
545 F:      drivers/usb/atm/speedtch.c
546 F:      drivers/usb/atm/usbatm.c
548 ALCHEMY AU1XX0 MMC DRIVER
549 M:      Manuel Lauss <manuel.lauss@gmail.com>
550 S:      Maintained
551 F:      drivers/mmc/host/au1xmmc.c
553 ALI1563 I2C DRIVER
554 M:      Rudolf Marek <r.marek@assembler.cz>
555 L:      linux-i2c@vger.kernel.org
556 S:      Maintained
557 F:      Documentation/i2c/busses/i2c-ali1563
558 F:      drivers/i2c/busses/i2c-ali1563.c
560 ALLWINNER SECURITY SYSTEM
561 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
562 L:      linux-crypto@vger.kernel.org
563 S:      Maintained
564 F:      drivers/crypto/sunxi-ss/
566 ALPHA PORT
567 M:      Richard Henderson <rth@twiddle.net>
568 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
569 M:      Matt Turner <mattst88@gmail.com>
570 S:      Odd Fixes
571 L:      linux-alpha@vger.kernel.org
572 F:      arch/alpha/
574 ALTERA MAILBOX DRIVER
575 M:      Ley Foon Tan <lftan@altera.com>
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/mailbox/mailbox-altera.c
580 ALTERA PIO DRIVER
581 M:      Tien Hock Loh <thloh@altera.com>
582 L:      linux-gpio@vger.kernel.org
583 S:      Maintained
584 F:      drivers/gpio/gpio-altera.c
586 ALTERA TRIPLE SPEED ETHERNET DRIVER
587 M:      Vince Bridgers <vbridger@opensource.altera.com>
588 L:      netdev@vger.kernel.org
589 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
590 S:      Maintained
591 F:      drivers/net/ethernet/altera/
593 ALTERA UART/JTAG UART SERIAL DRIVERS
594 M:      Tobias Klauser <tklauser@distanz.ch>
595 L:      linux-serial@vger.kernel.org
596 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
597 S:      Maintained
598 F:      drivers/tty/serial/altera_uart.c
599 F:      drivers/tty/serial/altera_jtaguart.c
600 F:      include/linux/altera_uart.h
601 F:      include/linux/altera_jtaguart.h
603 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
604 M:      Tom Lendacky <thomas.lendacky@amd.com>
605 L:      linux-crypto@vger.kernel.org
606 S:      Supported
607 F:      drivers/crypto/ccp/
608 F:      include/linux/ccp.h
610 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
611 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
612 L:      lm-sensors@lm-sensors.org
613 S:      Maintained
614 F:      Documentation/hwmon/fam15h_power
615 F:      drivers/hwmon/fam15h_power.c
617 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
618 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
619 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
620 S:      Supported
621 F:      drivers/usb/gadget/udc/amd5536udc.*
623 AMD GEODE PROCESSOR/CHIPSET SUPPORT
624 P:      Andres Salomon <dilinger@queued.net>
625 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
626 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
627 S:      Supported
628 F:      drivers/char/hw_random/geode-rng.c
629 F:      drivers/crypto/geode*
630 F:      drivers/video/fbdev/geode/
631 F:      arch/x86/include/asm/geode.h
633 AMD IOMMU (AMD-VI)
634 M:      Joerg Roedel <joro@8bytes.org>
635 L:      iommu@lists.linux-foundation.org
636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
637 S:      Maintained
638 F:      drivers/iommu/amd_iommu*.[ch]
639 F:      include/linux/amd-iommu.h
641 AMD KFD
642 M:      Oded Gabbay <oded.gabbay@gmail.com>
643 L:      dri-devel@lists.freedesktop.org
644 T:      git git://people.freedesktop.org/~gabbayo/linux.git
645 S:      Supported
646 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.c
647 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd.h
648 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v7.c
649 F:      drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_gfx_v8.c
650 F:      drivers/gpu/drm/amd/amdkfd/
651 F:      drivers/gpu/drm/amd/include/cik_structs.h
652 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
653 F:      drivers/gpu/drm/amd/include/vi_structs.h
654 F:      drivers/gpu/drm/radeon/radeon_kfd.c
655 F:      drivers/gpu/drm/radeon/radeon_kfd.h
656 F:      include/uapi/linux/kfd_ioctl.h
658 AMD MICROCODE UPDATE SUPPORT
659 M:      Borislav Petkov <bp@alien8.de>
660 S:      Maintained
661 F:      arch/x86/kernel/cpu/microcode/amd*
663 AMD XGBE DRIVER
664 M:      Tom Lendacky <thomas.lendacky@amd.com>
665 L:      netdev@vger.kernel.org
666 S:      Supported
667 F:      drivers/net/ethernet/amd/xgbe/
669 AMS (Apple Motion Sensor) DRIVER
670 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
671 S:      Supported
672 F:      drivers/macintosh/ams/
674 AMSO1100 RNIC DRIVER
675 M:      Tom Tucker <tom@opengridcomputing.com>
676 M:      Steve Wise <swise@opengridcomputing.com>
677 L:      linux-rdma@vger.kernel.org
678 S:      Maintained
679 F:      drivers/infiniband/hw/amso1100/
681 ANALOG DEVICES INC AD9389B DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/ad9389b*
687 ANALOG DEVICES INC ADV7180 DRIVER
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      linux-media@vger.kernel.org
690 W:      http://ez.analog.com/community/linux-device-drivers
691 S:      Supported
692 F:      drivers/media/i2c/adv7180.c
694 ANALOG DEVICES INC ADV7511 DRIVER
695 M:      Hans Verkuil <hans.verkuil@cisco.com>
696 L:      linux-media@vger.kernel.org
697 S:      Maintained
698 F:      drivers/media/i2c/adv7511*
700 ANALOG DEVICES INC ADV7604 DRIVER
701 M:      Hans Verkuil <hans.verkuil@cisco.com>
702 L:      linux-media@vger.kernel.org
703 S:      Maintained
704 F:      drivers/media/i2c/adv7604*
706 ANALOG DEVICES INC ADV7842 DRIVER
707 M:      Hans Verkuil <hans.verkuil@cisco.com>
708 L:      linux-media@vger.kernel.org
709 S:      Maintained
710 F:      drivers/media/i2c/adv7842*
712 ANALOG DEVICES INC ASOC CODEC DRIVERS
713 M:      Lars-Peter Clausen <lars@metafoo.de>
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://wiki.analog.com/
716 W:      http://ez.analog.com/community/linux-device-drivers
717 S:      Supported
718 F:      sound/soc/codecs/adau*
719 F:      sound/soc/codecs/adav*
720 F:      sound/soc/codecs/ad1*
721 F:      sound/soc/codecs/ad7*
722 F:      sound/soc/codecs/ssm*
723 F:      sound/soc/codecs/sigmadsp.*
725 ANALOG DEVICES INC ASOC DRIVERS
726 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
728 W:      http://blackfin.uclinux.org/
729 S:      Supported
730 F:      sound/soc/blackfin/*
732 ANALOG DEVICES INC IIO DRIVERS
733 M:      Lars-Peter Clausen <lars@metafoo.de>
734 M:      Michael Hennerich <Michael.Hennerich@analog.com>
735 W:      http://wiki.analog.com/
736 W:      http://ez.analog.com/community/linux-device-drivers
737 S:      Supported
738 F:      drivers/iio/*/ad*
739 X:      drivers/iio/*/adjd*
740 F:      drivers/staging/iio/*/ad*
741 F:      staging/iio/trigger/iio-trig-bfin-timer.c
743 ANALOG DEVICES INC DMA DRIVERS
744 M:      Lars-Peter Clausen <lars@metafoo.de>
745 W:      http://ez.analog.com/community/linux-device-drivers
746 S:      Supported
747 F:      drivers/dma/dma-axi-dmac.c
749 ANDROID DRIVERS
750 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
751 M:      Arve HjønnevĂ¥g <arve@android.com>
752 M:      Riley Andrews <riandrews@android.com>
753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
754 L:      devel@driverdev.osuosl.org
755 S:      Supported
756 F:      drivers/android/
757 F:      drivers/staging/android/
759 AOA (Apple Onboard Audio) ALSA DRIVER
760 M:      Johannes Berg <johannes@sipsolutions.net>
761 L:      linuxppc-dev@lists.ozlabs.org
762 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
763 S:      Maintained
764 F:      sound/aoa/
766 APM DRIVER
767 M:      Jiri Kosina <jikos@kernel.org>
768 S:      Odd fixes
769 F:      arch/x86/kernel/apm_32.c
770 F:      include/linux/apm_bios.h
771 F:      include/uapi/linux/apm_bios.h
772 F:      drivers/char/apm-emulation.c
774 APPLE BCM5974 MULTITOUCH DRIVER
775 M:      Henrik Rydberg <rydberg@bitmath.org>
776 L:      linux-input@vger.kernel.org
777 S:      Odd fixes
778 F:      drivers/input/mouse/bcm5974.c
780 APPLE SMC DRIVER
781 M:      Henrik Rydberg <rydberg@bitmath.org>
782 L:      lm-sensors@lm-sensors.org
783 S:      Odd fixes
784 F:      drivers/hwmon/applesmc.c
786 APPLETALK NETWORK LAYER
787 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
788 S:      Maintained
789 F:      drivers/net/appletalk/
790 F:      net/appletalk/
792 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
793 M:      Iyappan Subramanian <isubramanian@apm.com>
794 M:      Keyur Chudgar <kchudgar@apm.com>
795 S:      Supported
796 F:      drivers/net/ethernet/apm/xgene/
797 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
799 APTINA CAMERA SENSOR PLL
800 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
801 L:      linux-media@vger.kernel.org
802 S:      Maintained
803 F:      drivers/media/i2c/aptina-pll.*
805 ARC FRAMEBUFFER DRIVER
806 M:      Jaya Kumar <jayalk@intworks.biz>
807 S:      Maintained
808 F:      drivers/video/fbdev/arcfb.c
809 F:      drivers/video/fbdev/core/fb_defio.c
811 ARM MFM AND FLOPPY DRIVERS
812 M:      Ian Molton <spyro@f2s.com>
813 S:      Maintained
814 F:      arch/arm/lib/floppydma.S
815 F:      arch/arm/include/asm/floppy.h
817 ARM PMU PROFILING AND DEBUGGING
818 M:      Will Deacon <will.deacon@arm.com>
819 S:      Maintained
820 F:      arch/arm/kernel/perf_*
821 F:      arch/arm/oprofile/common.c
822 F:      arch/arm/kernel/hw_breakpoint.c
823 F:      arch/arm/include/asm/hw_breakpoint.h
824 F:      arch/arm/include/asm/perf_event.h
825 F:      drivers/perf/arm_pmu.c
826 F:      include/linux/perf/arm_pmu.h
828 ARM PORT
829 M:      Russell King <linux@arm.linux.org.uk>
830 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
831 W:      http://www.arm.linux.org.uk/
832 S:      Maintained
833 F:      arch/arm/
835 ARM SUB-ARCHITECTURES
836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
837 S:      Maintained
838 F:      arch/arm/mach-*/
839 F:      arch/arm/plat-*/
840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
842 ARM PRIMECELL AACI PL041 DRIVER
843 M:      Russell King <linux@arm.linux.org.uk>
844 S:      Maintained
845 F:      sound/arm/aaci.*
847 ARM PRIMECELL CLCD PL110 DRIVER
848 M:      Russell King <linux@arm.linux.org.uk>
849 S:      Maintained
850 F:      drivers/video/fbdev/amba-clcd.*
852 ARM PRIMECELL KMI PL050 DRIVER
853 M:      Russell King <linux@arm.linux.org.uk>
854 S:      Maintained
855 F:      drivers/input/serio/ambakmi.*
856 F:      include/linux/amba/kmi.h
858 ARM PRIMECELL MMCI PL180/1 DRIVER
859 M:      Russell King <linux@arm.linux.org.uk>
860 S:      Maintained
861 F:      drivers/mmc/host/mmci.*
862 F:      include/linux/amba/mmci.h
864 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
865 M:      Russell King <linux@arm.linux.org.uk>
866 S:      Maintained
867 F:      drivers/tty/serial/amba-pl01*.c
868 F:      include/linux/amba/serial.h
870 ARM PRIMECELL BUS SUPPORT
871 M:      Russell King <linux@arm.linux.org.uk>
872 S:      Maintained
873 F:      drivers/amba/
874 F:      include/linux/amba/bus.h
876 ARM/ADS SPHERE MACHINE SUPPORT
877 M:      Lennert Buytenhek <kernel@wantstofly.org>
878 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
879 S:      Maintained
881 ARM/AFEB9260 MACHINE SUPPORT
882 M:      Sergey Lapin <slapin@ossfans.org>
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
886 ARM/AJECO 1ARM MACHINE SUPPORT
887 M:      Lennert Buytenhek <kernel@wantstofly.org>
888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
889 S:      Maintained
891 ARM/Allwinner A1X SoC support
892 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
893 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
894 S:      Maintained
895 N:      sun[x4567]i
897 ARM/Allwinner SoC Clock Support
898 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
899 S:      Maintained
900 F:      drivers/clk/sunxi/
902 ARM/Amlogic MesonX SoC support
903 M:      Carlo Caione <carlo@caione.org>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906 F:      drivers/media/rc/meson-ir.c
907 N:      meson[x68]
909 ARM/Annapurna Labs ALPINE ARCHITECTURE
910 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
911 S:      Maintained
912 F:      arch/arm/mach-alpine/
914 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
915 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
916 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
917 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 W:      http://www.linux4sam.org
920 S:      Supported
921 F:      arch/arm/mach-at91/
922 F:      include/soc/at91/
923 F:      arch/arm/boot/dts/at91*.dts
924 F:      arch/arm/boot/dts/at91*.dtsi
925 F:      arch/arm/boot/dts/sama*.dts
926 F:      arch/arm/boot/dts/sama*.dtsi
927 F:      arch/arm/include/debug/at91.S
929 ARM/ATMEL AT91 Clock Support
930 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
931 S:      Maintained
932 F:      drivers/clk/at91
934 ARM/CALXEDA HIGHBANK ARCHITECTURE
935 M:      Rob Herring <robh@kernel.org>
936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
937 S:      Maintained
938 F:      arch/arm/mach-highbank/
940 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
941 M:      Krzysztof Halasa <khalasa@piap.pl>
942 S:      Maintained
943 F:      arch/arm/mach-cns3xxx/
945 ARM/CAVIUM THUNDER NETWORK DRIVER
946 M:      Sunil Goutham <sgoutham@cavium.com>
947 M:      Robert Richter <rric@kernel.org>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 S:      Supported
950 F:      drivers/net/ethernet/cavium/thunder/
952 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
953 M:      Alexander Shiyan <shc_work@mail.ru>
954 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
955 S:      Odd Fixes
956 N:      clps711x
958 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
959 M:      Hartley Sweeten <hsweeten@visionengravers.com>
960 M:      Ryan Mallon <rmallon@gmail.com>
961 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
962 S:      Maintained
963 F:      arch/arm/mach-ep93xx/
964 F:      arch/arm/mach-ep93xx/include/mach/
966 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
967 M:      Lennert Buytenhek <kernel@wantstofly.org>
968 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
969 S:      Maintained
971 ARM/CLKDEV SUPPORT
972 M:      Russell King <linux@arm.linux.org.uk>
973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974 S:      Maintained
975 F:      arch/arm/include/asm/clkdev.h
976 F:      drivers/clk/clkdev.c
978 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
979 M:      Mike Rapoport <mike@compulab.co.il>
980 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
981 S:      Maintained
983 ARM/CONTEC MICRO9 MACHINE SUPPORT
984 M:      Hubert Feurstein <hubert.feurstein@contec.at>
985 S:      Maintained
986 F:      arch/arm/mach-ep93xx/micro9.c
988 ARM/CORESIGHT FRAMEWORK AND DRIVERS
989 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S:      Maintained
992 F:      drivers/hwtracing/coresight/*
993 F:      Documentation/trace/coresight.txt
994 F:      Documentation/devicetree/bindings/arm/coresight.txt
995 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
997 ARM/CORGI MACHINE SUPPORT
998 M:      Richard Purdie <rpurdie@rpsys.net>
999 S:      Maintained
1001 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
1002 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1003 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1004 T:      git git://github.com/ulli-kroll/linux.git
1005 S:      Maintained
1006 F:      arch/arm/mach-gemini/
1007 F:      drivers/rtc/rtc-gemini.c
1009 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
1010 M:      Barry Song <baohua@kernel.org>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
1013 S:      Maintained
1014 F:      arch/arm/mach-prima2/
1015 F:      drivers/clk/sirf/
1016 F:      drivers/clocksource/timer-prima2.c
1017 F:      drivers/clocksource/timer-atlas7.c
1018 N:      [^a-z]sirf
1020 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
1021 M:      Baruch Siach <baruch@tkos.co.il>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 S:      Maintained
1024 F:      arch/arm/boot/dts/cx92755*
1025 N:      digicolor
1027 ARM/EBSA110 MACHINE SUPPORT
1028 M:      Russell King <linux@arm.linux.org.uk>
1029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1030 W:      http://www.arm.linux.org.uk/
1031 S:      Maintained
1032 F:      arch/arm/mach-ebsa110/
1033 F:      drivers/net/ethernet/amd/am79c961a.*
1035 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1036 M:      Uwe Kleine-König <kernel@pengutronix.de>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 S:      Maintained
1039 N:      efm32
1041 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1042 M:      Daniel Ribeiro <drwyrm@gmail.com>
1043 M:      Stefan Schmidt <stefan@openezx.org>
1044 M:      Harald Welte <laforge@openezx.org>
1045 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1046 W:      http://www.openezx.org/
1047 S:      Maintained
1048 T:      topgit git://git.openezx.org/openezx.git
1049 F:      arch/arm/mach-pxa/ezx.c
1051 ARM/FARADAY FA526 PORT
1052 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 S:      Maintained
1055 T:      git git://git.berlios.de/gemini-board
1056 F:      arch/arm/mm/*-fa*
1058 ARM/FOOTBRIDGE ARCHITECTURE
1059 M:      Russell King <linux@arm.linux.org.uk>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 W:      http://www.arm.linux.org.uk/
1062 S:      Maintained
1063 F:      arch/arm/include/asm/hardware/dec21285.h
1064 F:      arch/arm/mach-footbridge/
1066 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1067 M:      Shawn Guo <shawnguo@kernel.org>
1068 M:      Sascha Hauer <kernel@pengutronix.de>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1072 F:      arch/arm/mach-imx/
1073 F:      arch/arm/mach-mxs/
1074 F:      arch/arm/boot/dts/imx*
1075 F:      arch/arm/configs/imx*_defconfig
1076 F:      drivers/clk/imx/
1077 F:      include/soc/imx/
1079 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1080 M:      Shawn Guo <shawnguo@kernel.org>
1081 M:      Sascha Hauer <kernel@pengutronix.de>
1082 R:      Stefan Agner <stefan@agner.ch>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S:      Maintained
1085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1086 F:      arch/arm/mach-imx/*vf610*
1087 F:      arch/arm/boot/dts/vf*
1089 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1090 M:      Lennert Buytenhek <kernel@wantstofly.org>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Maintained
1094 ARM/GUMSTIX MACHINE SUPPORT
1095 M:      Steve Sakoman <sakoman@gmail.com>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 S:      Maintained
1099 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1100 M:      Philipp Zabel <philipp.zabel@gmail.com>
1101 M:      Paul Parsons <lost.distance@yahoo.com>
1102 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 S:      Maintained
1104 F:      arch/arm/mach-pxa/hx4700.c
1105 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1106 F:      sound/soc/pxa/hx4700.c
1108 ARM/HISILICON SOC SUPPORT
1109 M:      Wei Xu <xuwei5@hisilicon.com>
1110 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1111 W:      http://www.hisilicon.com
1112 S:      Supported
1113 T:      git git://github.com/hisilicon/linux-hisi.git
1114 F:      arch/arm/mach-hisi/
1116 ARM/HP JORNADA 7XX MACHINE SUPPORT
1117 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1118 W:      www.jlime.com
1119 S:      Maintained
1120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1121 F:      arch/arm/mach-sa1100/jornada720.c
1122 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1124 ARM/IGEP MACHINE SUPPORT
1125 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1126 M:      Javier Martinez Canillas <javier@dowhile0.org>
1127 L:      linux-omap@vger.kernel.org
1128 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1129 S:      Maintained
1130 F:      arch/arm/boot/dts/omap3-igep*
1132 ARM/INCOME PXA270 SUPPORT
1133 M:      Marek Vasut <marek.vasut@gmail.com>
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Maintained
1136 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1138 ARM/INTEL IOP32X ARM ARCHITECTURE
1139 M:      Lennert Buytenhek <kernel@wantstofly.org>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1143 ARM/INTEL IOP33X ARM ARCHITECTURE
1144 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1145 S:      Orphan
1147 ARM/INTEL IOP13XX ARM ARCHITECTURE
1148 M:      Lennert Buytenhek <kernel@wantstofly.org>
1149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1150 S:      Maintained
1152 ARM/INTEL IQ81342EX MACHINE SUPPORT
1153 M:      Lennert Buytenhek <kernel@wantstofly.org>
1154 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1155 S:      Maintained
1157 ARM/INTEL IXDP2850 MACHINE SUPPORT
1158 M:      Lennert Buytenhek <kernel@wantstofly.org>
1159 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1160 S:      Maintained
1162 ARM/INTEL IXP4XX ARM ARCHITECTURE
1163 M:      Imre Kaloz <kaloz@openwrt.org>
1164 M:      Krzysztof Halasa <khalasa@piap.pl>
1165 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1166 S:      Maintained
1167 F:      arch/arm/mach-ixp4xx/
1169 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1170 M:      Jonathan Cameron <jic23@cam.ac.uk>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S:      Maintained
1173 F:      arch/arm/mach-pxa/stargate2.c
1174 F:      drivers/pcmcia/pxa2xx_stargate2.c
1176 ARM/INTEL XSC3 (MANZANO) ARM CORE
1177 M:      Lennert Buytenhek <kernel@wantstofly.org>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 S:      Maintained
1181 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1182 M:      Lennert Buytenhek <kernel@wantstofly.org>
1183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 S:      Maintained
1186 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1187 M:      Santosh Shilimkar <ssantosh@kernel.org>
1188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 S:      Maintained
1190 F:      arch/arm/mach-keystone/
1191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1193 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1194 M:      Santosh Shilimkar <ssantosh@kernel.org>
1195 L:      linux-kernel@vger.kernel.org
1196 S:      Maintained
1197 F:      drivers/clk/keystone/
1199 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1200 M:      Santosh Shilimkar <ssantosh@kernel.org>
1201 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1202 L:      linux-kernel@vger.kernel.org
1203 S:      Maintained
1204 F:      drivers/clocksource/timer-keystone.c
1206 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1207 M:      Santosh Shilimkar <ssantosh@kernel.org>
1208 L:      linux-kernel@vger.kernel.org
1209 S:      Maintained
1210 F:      drivers/power/reset/keystone-reset.c
1212 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1213 M:      Santosh Shilimkar <ssantosh@kernel.org>
1214 L:      linux-kernel@vger.kernel.org
1215 S:      Maintained
1216 F:      drivers/memory/*emif*
1218 ARM/LOGICPD PXA270 MACHINE SUPPORT
1219 M:      Lennert Buytenhek <kernel@wantstofly.org>
1220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 S:      Maintained
1223 ARM/LPC18XX ARCHITECTURE
1224 M:      Joachim Eastwood <manabian@gmail.com>
1225 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1226 S:      Maintained
1227 N:      lpc18xx
1229 ARM/MAGICIAN MACHINE SUPPORT
1230 M:      Philipp Zabel <philipp.zabel@gmail.com>
1231 S:      Maintained
1233 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1234 M:      Jason Cooper <jason@lakedaemon.net>
1235 M:      Andrew Lunn <andrew@lunn.ch>
1236 M:      Gregory Clement <gregory.clement@free-electrons.com>
1237 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1238 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1239 S:      Maintained
1240 F:      arch/arm/mach-mvebu/
1241 F:      drivers/rtc/rtc-armada38x.c
1242 F:      arch/arm/boot/dts/armada*
1243 F:      arch/arm/boot/dts/kirkwood*
1246 ARM/Marvell Berlin SoC support
1247 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/mach-berlin/
1251 F:      arch/arm/boot/dts/berlin*
1254 ARM/Marvell Dove/MV78xx0/Orion SOC support
1255 M:      Jason Cooper <jason@lakedaemon.net>
1256 M:      Andrew Lunn <andrew@lunn.ch>
1257 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1258 M:      Gregory Clement <gregory.clement@free-electrons.com>
1259 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1260 S:      Maintained
1261 F:      arch/arm/mach-dove/
1262 F:      arch/arm/mach-mv78xx0/
1263 F:      arch/arm/mach-orion5x/
1264 F:      arch/arm/plat-orion/
1265 F:      arch/arm/boot/dts/dove*
1266 F:      arch/arm/boot/dts/orion5x*
1269 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1270 M:      Alexander Clouter <alex@digriz.org.uk>
1271 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1272 W:      http://www.digriz.org.uk/ts78xx/kernel
1273 S:      Maintained
1274 F:      arch/arm/mach-orion5x/ts78xx-*
1276 ARM/Mediatek RTC DRIVER
1277 M:      Eddie Huang <eddie.huang@mediatek.com>
1278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1279 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1280 S:      Maintained
1281 F:      drivers/rtc/rtc-mt6397.c
1283 ARM/Mediatek SoC support
1284 M:      Matthias Brugger <matthias.bgg@gmail.com>
1285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1286 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1287 S:      Maintained
1288 F:      arch/arm/boot/dts/mt6*
1289 F:      arch/arm/boot/dts/mt8*
1290 F:      arch/arm/mach-mediatek/
1291 N:      mtk
1292 K:      mediatek
1294 ARM/MICREL KS8695 ARCHITECTURE
1295 M:      Greg Ungerer <gerg@uclinux.org>
1296 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1297 F:      arch/arm/mach-ks8695/
1298 S:      Odd Fixes
1300 ARM/MIOA701 MACHINE SUPPORT
1301 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 F:      arch/arm/mach-pxa/mioa701.c
1304 S:      Maintained
1306 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1307 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1308 S:      Maintained
1310 ARM/NOMADIK ARCHITECTURE
1311 M:      Alessandro Rubini <rubini@unipv.it>
1312 M:      Linus Walleij <linus.walleij@linaro.org>
1313 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1314 S:      Maintained
1315 F:      arch/arm/mach-nomadik/
1316 F:      drivers/pinctrl/nomadik/
1317 F:      drivers/i2c/busses/i2c-nomadik.c
1318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1320 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1321 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1322 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1323 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1324 S:      Supported
1326 ARM/TOSA MACHINE SUPPORT
1327 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1328 M:      Dirk Opfer <dirk@opfer-online.de>
1329 S:      Maintained
1331 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1332 M:      Marek Vasut <marek.vasut@gmail.com>
1333 L:      linux-arm-kernel@lists.infradead.org
1334 W:      http://hackndev.com
1335 S:      Maintained
1336 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1337 F:      arch/arm/mach-pxa/palmtx.c
1338 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1339 F:      arch/arm/mach-pxa/palmt5.c
1340 F:      arch/arm/mach-pxa/include/mach/palmld.h
1341 F:      arch/arm/mach-pxa/palmld.c
1342 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1343 F:      arch/arm/mach-pxa/palmte2.c
1344 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1345 F:      arch/arm/mach-pxa/palmtc.c
1347 ARM/PALM TREO SUPPORT
1348 M:      Tomas Cech <sleep_walker@suse.com>
1349 L:      linux-arm-kernel@lists.infradead.org
1350 W:      http://hackndev.com
1351 S:      Maintained
1352 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1353 F:      arch/arm/mach-pxa/palmtreo.c
1355 ARM/PALMZ72 SUPPORT
1356 M:      Sergey Lapin <slapin@ossfans.org>
1357 L:      linux-arm-kernel@lists.infradead.org
1358 W:      http://hackndev.com
1359 S:      Maintained
1360 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1361 F:      arch/arm/mach-pxa/palmz72.c
1363 ARM/PLEB SUPPORT
1364 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1365 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1366 S:      Maintained
1368 ARM/PT DIGITAL BOARD PORT
1369 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1371 W:      http://www.arm.linux.org.uk/
1372 S:      Maintained
1374 ARM/QUALCOMM SUPPORT
1375 M:      Kumar Gala <galak@codeaurora.org>
1376 M:      Andy Gross <agross@codeaurora.org>
1377 M:      David Brown <davidb@codeaurora.org>
1378 L:      linux-arm-msm@vger.kernel.org
1379 L:      linux-soc@vger.kernel.org
1380 S:      Maintained
1381 F:      arch/arm/mach-qcom/
1382 F:      drivers/soc/qcom/
1383 F:      drivers/tty/serial/msm_serial.h
1384 F:      drivers/tty/serial/msm_serial.c
1385 F:      drivers/*/pm8???-*
1386 F:      drivers/mfd/ssbi.c
1387 F:      drivers/firmware/qcom_scm.c
1388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1390 ARM/RADISYS ENP2611 MACHINE SUPPORT
1391 M:      Lennert Buytenhek <kernel@wantstofly.org>
1392 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1393 S:      Maintained
1395 ARM/RISCPC ARCHITECTURE
1396 M:      Russell King <linux@arm.linux.org.uk>
1397 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1398 W:      http://www.arm.linux.org.uk/
1399 S:      Maintained
1400 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1401 F:      arch/arm/include/asm/hardware/ioc.h
1402 F:      arch/arm/include/asm/hardware/iomd.h
1403 F:      arch/arm/include/asm/hardware/memc.h
1404 F:      arch/arm/mach-rpc/
1405 F:      drivers/net/ethernet/8390/etherh.c
1406 F:      drivers/net/ethernet/i825xx/ether1*
1407 F:      drivers/net/ethernet/seeq/ether3*
1408 F:      drivers/scsi/arm/
1410 ARM/Rockchip SoC support
1411 M:      Heiko Stuebner <heiko@sntech.de>
1412 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1413 L:      linux-rockchip@lists.infradead.org
1414 S:      Maintained
1415 F:      arch/arm/boot/dts/rk3*
1416 F:      arch/arm/mach-rockchip/
1417 F:      drivers/clk/rockchip/
1418 F:      drivers/i2c/busses/i2c-rk3x.c
1419 F:      drivers/*/*rockchip*
1420 F:      drivers/*/*/*rockchip*
1421 F:      sound/soc/rockchip/
1422 N:      rockchip
1424 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1425 M:      Kukjin Kim <kgene@kernel.org>
1426 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1427 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1428 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1429 S:      Maintained
1430 F:      arch/arm/boot/dts/s3c*
1431 F:      arch/arm/boot/dts/exynos*
1432 F:      arch/arm64/boot/dts/exynos/
1433 F:      arch/arm/plat-samsung/
1434 F:      arch/arm/mach-s3c24*/
1435 F:      arch/arm/mach-s3c64xx/
1436 F:      arch/arm/mach-s5p*/
1437 F:      arch/arm/mach-exynos*/
1438 F:      drivers/*/*s3c2410*
1439 F:      drivers/*/*/*s3c2410*
1440 F:      drivers/spi/spi-s3c*
1441 F:      sound/soc/samsung/*
1442 N:      exynos
1444 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1445 M:      Kyungmin Park <kyungmin.park@samsung.com>
1446 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 S:      Maintained
1448 F:      arch/arm/mach-s5pv210/
1450 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1451 M:      Kyungmin Park <kyungmin.park@samsung.com>
1452 M:      Kamil Debski <k.debski@samsung.com>
1453 L:      linux-arm-kernel@lists.infradead.org
1454 L:      linux-media@vger.kernel.org
1455 S:      Maintained
1456 F:      drivers/media/platform/s5p-g2d/
1458 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1459 M:      Kyungmin Park <kyungmin.park@samsung.com>
1460 M:      Kamil Debski <k.debski@samsung.com>
1461 M:      Jeongtae Park <jtp.park@samsung.com>
1462 L:      linux-arm-kernel@lists.infradead.org
1463 L:      linux-media@vger.kernel.org
1464 S:      Maintained
1465 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1466 F:      drivers/media/platform/s5p-mfc/
1468 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1469 M:      Kyungmin Park <kyungmin.park@samsung.com>
1470 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1471 L:      linux-arm-kernel@lists.infradead.org
1472 L:      linux-media@vger.kernel.org
1473 S:      Maintained
1474 F:      drivers/media/platform/s5p-tv/
1476 ARM/SHMOBILE ARM ARCHITECTURE
1477 M:      Simon Horman <horms@verge.net.au>
1478 M:      Magnus Damm <magnus.damm@gmail.com>
1479 L:      linux-sh@vger.kernel.org
1480 W:      http://oss.renesas.com
1481 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1483 S:      Supported
1484 F:      arch/arm/boot/dts/emev2*
1485 F:      arch/arm/boot/dts/r7s*
1486 F:      arch/arm/boot/dts/r8a*
1487 F:      arch/arm/boot/dts/sh*
1488 F:      arch/arm/configs/bockw_defconfig
1489 F:      arch/arm/configs/marzen_defconfig
1490 F:      arch/arm/configs/shmobile_defconfig
1491 F:      arch/arm/include/debug/renesas-scif.S
1492 F:      arch/arm/mach-shmobile/
1493 F:      drivers/sh/
1495 ARM/SOCFPGA ARCHITECTURE
1496 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1497 S:      Maintained
1498 F:      arch/arm/mach-socfpga/
1499 F:      arch/arm/boot/dts/socfpga*
1500 F:      arch/arm/configs/socfpga_defconfig
1501 W:      http://www.rocketboards.org
1502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1504 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1505 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1506 S:      Maintained
1507 F:      drivers/clk/socfpga/
1509 ARM/SOCFPGA EDAC SUPPORT
1510 M:      Thor Thayer <tthayer@opensource.altera.com>
1511 S:      Maintained
1512 F:      drivers/edac/altera_edac.
1514 ARM/STI ARCHITECTURE
1515 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1516 M:      Maxime Coquelin <maxime.coquelin@st.com>
1517 M:      Patrice Chotard <patrice.chotard@st.com>
1518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1519 L:      kernel@stlinux.com
1520 W:      http://www.stlinux.com
1521 S:      Maintained
1522 F:      arch/arm/mach-sti/
1523 F:      arch/arm/boot/dts/sti*
1524 F:      drivers/clocksource/arm_global_timer.c
1525 F:      drivers/clocksource/clksrc_st_lpc.c
1526 F:      drivers/i2c/busses/i2c-st.c
1527 F:      drivers/media/rc/st_rc.c
1528 F:      drivers/mmc/host/sdhci-st.c
1529 F:      drivers/phy/phy-miphy28lp.c
1530 F:      drivers/phy/phy-miphy365x.c
1531 F:      drivers/phy/phy-stih407-usb.c
1532 F:      drivers/phy/phy-stih41x-usb.c
1533 F:      drivers/pinctrl/pinctrl-st.c
1534 F:      drivers/reset/sti/
1535 F:      drivers/rtc/rtc-st-lpc.c
1536 F:      drivers/tty/serial/st-asc.c
1537 F:      drivers/usb/dwc3/dwc3-st.c
1538 F:      drivers/usb/host/ehci-st.c
1539 F:      drivers/usb/host/ohci-st.c
1540 F:      drivers/watchdog/st_lpc_wdt.c
1541 F:      drivers/ata/ahci_st.c
1543 ARM/STM32 ARCHITECTURE
1544 M:      Maxime Coquelin <mcoquelin.stm32@gmail.com>
1545 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1546 S:      Maintained
1547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mcoquelin/stm32.git
1548 N:      stm32
1549 F:      drivers/clocksource/armv7m_systick.c
1551 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1552 M:      Lennert Buytenhek <kernel@wantstofly.org>
1553 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1554 S:      Maintained
1556 ARM/TETON BGA MACHINE SUPPORT
1557 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1558 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1559 S:      Maintained
1561 ARM/THECUS N2100 MACHINE SUPPORT
1562 M:      Lennert Buytenhek <kernel@wantstofly.org>
1563 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1564 S:      Maintained
1566 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1567 M:      Wan ZongShun <mcuos.com@gmail.com>
1568 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1569 W:      http://www.mcuos.com
1570 S:      Maintained
1571 F:      arch/arm/mach-w90x900/
1572 F:      drivers/input/keyboard/w90p910_keypad.c
1573 F:      drivers/input/touchscreen/w90p910_ts.c
1574 F:      drivers/watchdog/nuc900_wdt.c
1575 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1576 F:      drivers/mtd/nand/nuc900_nand.c
1577 F:      drivers/rtc/rtc-nuc900.c
1578 F:      drivers/spi/spi-nuc900.c
1579 F:      drivers/usb/host/ehci-w90x900.c
1580 F:      drivers/video/fbdev/nuc900fb.c
1582 ARM/U300 MACHINE SUPPORT
1583 M:      Linus Walleij <linus.walleij@linaro.org>
1584 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1585 S:      Supported
1586 F:      arch/arm/mach-u300/
1587 F:      drivers/clocksource/timer-u300.c
1588 F:      drivers/i2c/busses/i2c-stu300.c
1589 F:      drivers/rtc/rtc-coh901331.c
1590 F:      drivers/watchdog/coh901327_wdt.c
1591 F:      drivers/dma/coh901318*
1592 F:      drivers/mfd/ab3100*
1593 F:      drivers/rtc/rtc-ab3100.c
1594 F:      drivers/rtc/rtc-coh901331.c
1595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1597 ARM/UNIPHIER ARCHITECTURE
1598 M:      Masahiro Yamada <yamada.masahiro@socionext.com>
1599 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1600 S:      Maintained
1601 F:      arch/arm/boot/dts/uniphier*
1602 F:      arch/arm/mach-uniphier/
1603 F:      drivers/pinctrl/uniphier/
1604 F:      drivers/tty/serial/8250/8250_uniphier.c
1605 N:      uniphier
1607 ARM/Ux500 ARM ARCHITECTURE
1608 M:      Linus Walleij <linus.walleij@linaro.org>
1609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1610 S:      Maintained
1611 F:      arch/arm/mach-ux500/
1612 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1613 F:      drivers/dma/ste_dma40*
1614 F:      drivers/hwspinlock/u8500_hsem.c
1615 F:      drivers/mfd/abx500*
1616 F:      drivers/mfd/ab8500*
1617 F:      drivers/mfd/dbx500*
1618 F:      drivers/mfd/db8500*
1619 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1620 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1621 F:      drivers/rtc/rtc-ab8500.c
1622 F:      drivers/rtc/rtc-pl031.c
1623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1625 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1626 M:      Ulf Hansson <ulf.hansson@linaro.org>
1627 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1628 T:      git git://git.linaro.org/people/ulfh/clk.git
1629 S:      Maintained
1630 F:      drivers/clk/ux500/
1631 F:      include/linux/platform_data/clk-ux500.h
1633 ARM/VERSATILE EXPRESS PLATFORM
1634 M:      Liviu Dudau <liviu.dudau@arm.com>
1635 M:      Sudeep Holla <sudeep.holla@arm.com>
1636 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1637 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1638 S:      Maintained
1639 F:      arch/arm/boot/dts/vexpress*
1640 F:      arch/arm64/boot/dts/arm/vexpress*
1641 F:      arch/arm/mach-vexpress/
1642 F:      */*/vexpress*
1643 F:      */*/*/vexpress*
1644 F:      drivers/clk/versatile/clk-vexpress-osc.c
1645 F:      drivers/clocksource/versatile.c
1647 ARM/VFP SUPPORT
1648 M:      Russell King <linux@arm.linux.org.uk>
1649 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1650 W:      http://www.arm.linux.org.uk/
1651 S:      Maintained
1652 F:      arch/arm/vfp/
1654 ARM/VOIPAC PXA270 SUPPORT
1655 M:      Marek Vasut <marek.vasut@gmail.com>
1656 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1657 S:      Maintained
1658 F:      arch/arm/mach-pxa/vpac270.c
1659 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1661 ARM/VT8500 ARM ARCHITECTURE
1662 M:      Tony Prisk <linux@prisktech.co.nz>
1663 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1664 S:      Maintained
1665 F:      arch/arm/mach-vt8500/
1666 F:      drivers/clocksource/vt8500_timer.c
1667 F:      drivers/i2c/busses/i2c-wmt.c
1668 F:      drivers/mmc/host/wmt-sdmmc.c
1669 F:      drivers/pwm/pwm-vt8500.c
1670 F:      drivers/rtc/rtc-vt8500.c
1671 F:      drivers/tty/serial/vt8500_serial.c
1672 F:      drivers/usb/host/ehci-platform.c
1673 F:      drivers/usb/host/uhci-platform.c
1674 F:      drivers/video/fbdev/vt8500lcdfb.*
1675 F:      drivers/video/fbdev/wm8505fb*
1676 F:      drivers/video/fbdev/wmt_ge_rops.*
1678 ARM/ZIPIT Z2 SUPPORT
1679 M:      Marek Vasut <marek.vasut@gmail.com>
1680 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1681 S:      Maintained
1682 F:      arch/arm/mach-pxa/z2.c
1683 F:      arch/arm/mach-pxa/include/mach/z2.h
1685 ARM/ZTE ARCHITECTURE
1686 M:      Jun Nie <jun.nie@linaro.org>
1687 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1688 S:      Maintained
1689 F:      arch/arm/mach-zx/
1690 F:      drivers/clk/zte/
1691 F:      Documentation/devicetree/bindings/arm/zte.txt
1692 F:      Documentation/devicetree/bindings/clock/zx296702-clk.txt
1694 ARM/ZYNQ ARCHITECTURE
1695 M:      Michal Simek <michal.simek@xilinx.com>
1696 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1697 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1698 W:      http://wiki.xilinx.com
1699 T:      git https://github.com/Xilinx/linux-xlnx.git
1700 S:      Supported
1701 F:      arch/arm/mach-zynq/
1702 F:      drivers/cpuidle/cpuidle-zynq.c
1703 F:      drivers/block/xsysace.c
1704 N:      zynq
1705 N:      xilinx
1706 F:      drivers/clocksource/cadence_ttc_timer.c
1707 F:      drivers/i2c/busses/i2c-cadence.c
1708 F:      drivers/mmc/host/sdhci-of-arasan.c
1709 F:      drivers/edac/synopsys_edac.c
1711 ARM SMMU DRIVERS
1712 M:      Will Deacon <will.deacon@arm.com>
1713 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1714 S:      Maintained
1715 F:      drivers/iommu/arm-smmu.c
1716 F:      drivers/iommu/arm-smmu-v3.c
1717 F:      drivers/iommu/io-pgtable-arm.c
1719 ARM64 PORT (AARCH64 ARCHITECTURE)
1720 M:      Catalin Marinas <catalin.marinas@arm.com>
1721 M:      Will Deacon <will.deacon@arm.com>
1722 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1723 S:      Maintained
1724 F:      arch/arm64/
1725 F:      Documentation/arm64/
1727 AS3645A LED FLASH CONTROLLER DRIVER
1728 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1729 L:      linux-media@vger.kernel.org
1730 T:      git git://linuxtv.org/media_tree.git
1731 S:      Maintained
1732 F:      drivers/media/i2c/as3645a.c
1733 F:      include/media/as3645a.h
1735 ASC7621 HARDWARE MONITOR DRIVER
1736 M:      George Joseph <george.joseph@fairview5.com>
1737 L:      lm-sensors@lm-sensors.org
1738 S:      Maintained
1739 F:      Documentation/hwmon/asc7621
1740 F:      drivers/hwmon/asc7621.c
1742 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1743 M:      Corentin Chary <corentin.chary@gmail.com>
1744 L:      acpi4asus-user@lists.sourceforge.net
1745 L:      platform-driver-x86@vger.kernel.org
1746 W:      http://acpi4asus.sf.net
1747 S:      Maintained
1748 F:      drivers/platform/x86/asus*.c
1749 F:      drivers/platform/x86/eeepc*.c
1751 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1752 R:      Dan Williams <dan.j.williams@intel.com>
1753 W:      http://sourceforge.net/projects/xscaleiop
1754 S:      Odd fixes
1755 F:      Documentation/crypto/async-tx-api.txt
1756 F:      crypto/async_tx/
1757 F:      drivers/dma/
1758 F:      include/linux/dmaengine.h
1759 F:      include/linux/async_tx.h
1761 AT24 EEPROM DRIVER
1762 M:      Wolfram Sang <wsa@the-dreams.de>
1763 L:      linux-i2c@vger.kernel.org
1764 S:      Maintained
1765 F:      drivers/misc/eeprom/at24.c
1766 F:      include/linux/platform_data/at24.h
1768 ATA OVER ETHERNET (AOE) DRIVER
1769 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1770 W:      http://www.openaoe.org/
1771 S:      Supported
1772 F:      Documentation/aoe/
1773 F:      drivers/block/aoe/
1775 ATHEROS ATH GENERIC UTILITIES
1776 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1777 L:      linux-wireless@vger.kernel.org
1778 S:      Supported
1779 F:      drivers/net/wireless/ath/*
1781 ATHEROS ATH5K WIRELESS DRIVER
1782 M:      Jiri Slaby <jirislaby@gmail.com>
1783 M:      Nick Kossifidis <mickflemm@gmail.com>
1784 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1785 L:      linux-wireless@vger.kernel.org
1786 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1787 S:      Maintained
1788 F:      drivers/net/wireless/ath/ath5k/
1790 ATHEROS ATH6KL WIRELESS DRIVER
1791 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1792 L:      linux-wireless@vger.kernel.org
1793 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1794 T:      git git://github.com/kvalo/ath.git
1795 S:      Supported
1796 F:      drivers/net/wireless/ath/ath6kl/
1798 WILOCITY WIL6210 WIRELESS DRIVER
1799 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1800 L:      linux-wireless@vger.kernel.org
1801 L:      wil6210@qca.qualcomm.com
1802 S:      Supported
1803 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1804 F:      drivers/net/wireless/ath/wil6210/
1805 F:      include/uapi/linux/wil6210_uapi.h
1807 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1808 M:      Christian Lamparter <chunkeey@googlemail.com>
1809 L:      linux-wireless@vger.kernel.org
1810 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1811 S:      Maintained
1812 F:      drivers/net/wireless/ath/carl9170/
1814 ATK0110 HWMON DRIVER
1815 M:      Luca Tettamanti <kronos.it@gmail.com>
1816 L:      lm-sensors@lm-sensors.org
1817 S:      Maintained
1818 F:      drivers/hwmon/asus_atk0110.c
1820 ATI_REMOTE2 DRIVER
1821 M:      Ville Syrjala <syrjala@sci.fi>
1822 S:      Maintained
1823 F:      drivers/input/misc/ati_remote2.c
1825 ATLX ETHERNET DRIVERS
1826 M:      Jay Cliburn <jcliburn@gmail.com>
1827 M:      Chris Snook <chris.snook@gmail.com>
1828 L:      netdev@vger.kernel.org
1829 W:      http://sourceforge.net/projects/atl1
1830 W:      http://atl1.sourceforge.net
1831 S:      Maintained
1832 F:      drivers/net/ethernet/atheros/
1835 M:      Chas Williams <3chas3@gmail.com>
1836 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1837 L:      netdev@vger.kernel.org
1838 W:      http://linux-atm.sourceforge.net
1839 S:      Maintained
1840 F:      drivers/atm/
1841 F:      include/linux/atm*
1842 F:      include/uapi/linux/atm*
1844 ATMEL AT91 / AT32 MCI DRIVER
1845 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1846 S:      Maintained
1847 F:      drivers/mmc/host/atmel-mci.c
1848 F:      drivers/mmc/host/atmel-mci-regs.h
1850 ATMEL AT91 / AT32 SERIAL DRIVER
1851 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1852 S:      Supported
1853 F:      drivers/tty/serial/atmel_serial.c
1855 ATMEL Audio ALSA driver
1856 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1857 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1858 S:      Supported
1859 F:      sound/soc/atmel
1861 ATMEL DMA DRIVER
1862 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1864 S:      Supported
1865 F:      drivers/dma/at_hdmac.c
1866 F:      drivers/dma/at_hdmac_regs.h
1867 F:      include/linux/platform_data/dma-atmel.h
1869 ATMEL XDMA DRIVER
1870 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1871 L:      linux-arm-kernel@lists.infradead.org
1872 L:      dmaengine@vger.kernel.org
1873 S:      Supported
1874 F:      drivers/dma/at_xdmac.c
1876 ATMEL I2C DRIVER
1877 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1878 L:      linux-i2c@vger.kernel.org
1879 S:      Supported
1880 F:      drivers/i2c/busses/i2c-at91.c
1882 ATMEL ISI DRIVER
1883 M:      Josh Wu <josh.wu@atmel.com>
1884 L:      linux-media@vger.kernel.org
1885 S:      Supported
1886 F:      drivers/media/platform/soc_camera/atmel-isi.c
1887 F:      include/media/atmel-isi.h
1889 ATMEL LCDFB DRIVER
1890 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1891 L:      linux-fbdev@vger.kernel.org
1892 S:      Maintained
1893 F:      drivers/video/fbdev/atmel_lcdfb.c
1894 F:      include/video/atmel_lcdc.h
1896 ATMEL MACB ETHERNET DRIVER
1897 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1898 S:      Supported
1899 F:      drivers/net/ethernet/cadence/
1901 ATMEL NAND DRIVER
1902 M:      Josh Wu <josh.wu@atmel.com>
1903 L:      linux-mtd@lists.infradead.org
1904 S:      Supported
1905 F:      drivers/mtd/nand/atmel_nand*
1907 ATMEL SPI DRIVER
1908 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1909 S:      Supported
1910 F:      drivers/spi/spi-atmel.*
1912 ATMEL SSC DRIVER
1913 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1914 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1915 S:      Supported
1916 F:      drivers/misc/atmel-ssc.c
1917 F:      include/linux/atmel-ssc.h
1919 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1920 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1921 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1922 S:      Supported
1923 F:      drivers/misc/atmel_tclib.c
1924 F:      drivers/clocksource/tcb_clksrc.c
1926 ATMEL USBA UDC DRIVER
1927 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1929 S:      Supported
1930 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1932 ATMEL WIRELESS DRIVER
1933 M:      Simon Kelley <simon@thekelleys.org.uk>
1934 L:      linux-wireless@vger.kernel.org
1935 W:      http://www.thekelleys.org.uk/atmel
1936 W:      http://atmelwlandriver.sourceforge.net/
1937 S:      Maintained
1938 F:      drivers/net/wireless/atmel*
1940 ATMEL MAXTOUCH DRIVER
1941 M:      Nick Dyer <nick.dyer@itdev.co.uk>
1942 T:      git git://github.com/atmel-maxtouch/linux.git
1943 S:      Supported
1944 F:      Documentation/devicetree/bindings/input/atmel,maxtouch.txt
1945 F:      drivers/input/touchscreen/atmel_mxt_ts.c
1946 F:      include/linux/platform_data/atmel_mxt_ts.h
1948 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1949 M:      Bradley Grove <linuxdrivers@attotech.com>
1950 L:      linux-scsi@vger.kernel.org
1951 W:      http://www.attotech.com
1952 S:      Supported
1953 F:      drivers/scsi/esas2r
1955 ATUSB IEEE 802.15.4 RADIO DRIVER
1956 M:      Stefan Schmidt <stefan@osg.samsung.com>
1957 L:      linux-wpan@vger.kernel.org
1958 S:      Maintained
1959 F:      drivers/net/ieee802154/atusb.c
1960 F:      drivers/net/ieee802154/atusb.h
1961 F:      drivers/net/ieee802154/at86rf230.h
1963 AUDIT SUBSYSTEM
1964 M:      Paul Moore <paul@paul-moore.com>
1965 M:      Eric Paris <eparis@redhat.com>
1966 L:      linux-audit@redhat.com (moderated for non-subscribers)
1967 W:      http://people.redhat.com/sgrubb/audit/
1968 T:      git git://git.infradead.org/users/pcmoore/audit
1969 S:      Maintained
1970 F:      include/linux/audit.h
1971 F:      include/uapi/linux/audit.h
1972 F:      kernel/audit*
1974 AUXILIARY DISPLAY DRIVERS
1975 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1976 W:      http://miguelojeda.es/auxdisplay.htm
1977 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1978 S:      Maintained
1979 F:      drivers/auxdisplay/
1980 F:      include/linux/cfag12864b.h
1982 AVR32 ARCHITECTURE
1983 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1984 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1985 W:      http://www.atmel.com/products/AVR32/
1986 W:      http://mirror.egtvedt.no/avr32linux.org/
1987 W:      http://avrfreaks.net/
1988 S:      Maintained
1989 F:      arch/avr32/
1991 AVR32/AT32AP MACHINE SUPPORT
1992 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1993 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1994 S:      Maintained
1995 F:      arch/avr32/mach-at32ap/
1997 AX.25 NETWORK LAYER
1998 M:      Ralf Baechle <ralf@linux-mips.org>
1999 L:      linux-hams@vger.kernel.org
2000 W:      http://www.linux-ax25.org/
2001 S:      Maintained
2002 F:      include/uapi/linux/ax25.h
2003 F:      include/net/ax25.h
2004 F:      net/ax25/
2006 AZ6007 DVB DRIVER
2007 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2008 L:      linux-media@vger.kernel.org
2009 W:      http://linuxtv.org
2010 T:      git git://linuxtv.org/media_tree.git
2011 S:      Maintained
2012 F:      drivers/media/usb/dvb-usb-v2/az6007.c
2014 AZTECH FM RADIO RECEIVER DRIVER
2015 M:      Hans Verkuil <hverkuil@xs4all.nl>
2016 L:      linux-media@vger.kernel.org
2017 T:      git git://linuxtv.org/media_tree.git
2018 W:      http://linuxtv.org
2019 S:      Maintained
2020 F:      drivers/media/radio/radio-aztech*
2022 B43 WIRELESS DRIVER
2023 L:      linux-wireless@vger.kernel.org
2024 L:      b43-dev@lists.infradead.org
2025 W:      http://wireless.kernel.org/en/users/Drivers/b43
2026 S:      Odd Fixes
2027 F:      drivers/net/wireless/b43/
2029 B43LEGACY WIRELESS DRIVER
2030 M:      Larry Finger <Larry.Finger@lwfinger.net>
2031 L:      linux-wireless@vger.kernel.org
2032 L:      b43-dev@lists.infradead.org
2033 W:      http://wireless.kernel.org/en/users/Drivers/b43
2034 S:      Maintained
2035 F:      drivers/net/wireless/b43legacy/
2037 BACKLIGHT CLASS/SUBSYSTEM
2038 M:      Jingoo Han <jingoohan1@gmail.com>
2039 M:      Lee Jones <lee.jones@linaro.org>
2040 S:      Maintained
2041 F:      drivers/video/backlight/
2042 F:      include/linux/backlight.h
2044 BATMAN ADVANCED
2045 M:      Marek Lindner <mareklindner@neomailbox.ch>
2046 M:      Simon Wunderlich <sw@simonwunderlich.de>
2047 M:      Antonio Quartulli <antonio@meshcoding.com>
2048 L:      b.a.t.m.a.n@lists.open-mesh.org
2049 W:      http://www.open-mesh.org/
2050 S:      Maintained
2051 F:      net/batman-adv/
2053 BAYCOM/HDLCDRV DRIVERS FOR AX.25
2054 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
2055 L:      linux-hams@vger.kernel.org
2056 W:      http://www.baycom.org/~tom/ham/ham.html
2057 S:      Maintained
2058 F:      drivers/net/hamradio/baycom*
2060 BCACHE (BLOCK LAYER CACHE)
2061 M:      Kent Overstreet <kent.overstreet@gmail.com>
2062 L:      linux-bcache@vger.kernel.org
2063 W:      http://bcache.evilpiepirate.org
2064 S:      Maintained
2065 F:      drivers/md/bcache/
2067 BDISP ST MEDIA DRIVER
2068 M:      Fabien Dessenne <fabien.dessenne@st.com>
2069 L:      linux-media@vger.kernel.org
2070 T:      git git://linuxtv.org/media_tree.git
2071 W:      http://linuxtv.org
2072 S:      Supported
2073 F:      drivers/media/platform/sti/bdisp
2075 BEFS FILE SYSTEM
2076 S:      Orphan
2077 F:      Documentation/filesystems/befs.txt
2078 F:      fs/befs/
2080 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
2081 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
2082 L:      netdev@vger.kernel.org
2083 S:      Maintained
2084 F:      drivers/net/ethernet/ec_bhf.c
2086 BFS FILE SYSTEM
2087 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
2088 S:      Maintained
2089 F:      Documentation/filesystems/bfs.txt
2090 F:      fs/bfs/
2091 F:      include/uapi/linux/bfs_fs.h
2093 BLACKFIN ARCHITECTURE
2094 M:      Steven Miao <realmz6@gmail.com>
2095 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2096 T:      git git://git.code.sf.net/p/adi-linux/code
2097 W:      http://blackfin.uclinux.org
2098 S:      Supported
2099 F:      arch/blackfin/
2101 BLACKFIN EMAC DRIVER
2102 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2103 W:      http://blackfin.uclinux.org
2104 S:      Supported
2105 F:      drivers/net/ethernet/adi/
2107 BLACKFIN RTC DRIVER
2108 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2109 W:      http://blackfin.uclinux.org
2110 S:      Supported
2111 F:      drivers/rtc/rtc-bfin.c
2113 BLACKFIN SDH DRIVER
2114 M:      Sonic Zhang <sonic.zhang@analog.com>
2115 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2116 W:      http://blackfin.uclinux.org
2117 S:      Supported
2118 F:      drivers/mmc/host/bfin_sdh.c
2120 BLACKFIN SERIAL DRIVER
2121 M:      Sonic Zhang <sonic.zhang@analog.com>
2122 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2123 W:      http://blackfin.uclinux.org
2124 S:      Supported
2125 F:      drivers/tty/serial/bfin_uart.c
2127 BLACKFIN WATCHDOG DRIVER
2128 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2129 W:      http://blackfin.uclinux.org
2130 S:      Supported
2131 F:      drivers/watchdog/bfin_wdt.c
2133 BLACKFIN I2C TWI DRIVER
2134 M:      Sonic Zhang <sonic.zhang@analog.com>
2135 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2136 W:      http://blackfin.uclinux.org/
2137 S:      Supported
2138 F:      drivers/i2c/busses/i2c-bfin-twi.c
2140 BLACKFIN MEDIA DRIVER
2141 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2142 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2143 W:      http://blackfin.uclinux.org/
2144 S:      Supported
2145 F:      drivers/media/platform/blackfin/
2146 F:      drivers/media/i2c/adv7183*
2147 F:      drivers/media/i2c/vs6624*
2149 BLINKM RGB LED DRIVER
2150 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2151 S:      Maintained
2152 F:      drivers/leds/leds-blinkm.c
2154 BLOCK LAYER
2155 M:      Jens Axboe <axboe@kernel.dk>
2156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2157 S:      Maintained
2158 F:      block/
2159 F:      kernel/trace/blktrace.c
2161 BLOCK2MTD DRIVER
2162 M:      Joern Engel <joern@lazybastard.org>
2163 L:      linux-mtd@lists.infradead.org
2164 S:      Maintained
2165 F:      drivers/mtd/devices/block2mtd.c
2167 BLUETOOTH DRIVERS
2168 M:      Marcel Holtmann <marcel@holtmann.org>
2169 M:      Gustavo Padovan <gustavo@padovan.org>
2170 M:      Johan Hedberg <johan.hedberg@gmail.com>
2171 L:      linux-bluetooth@vger.kernel.org
2172 W:      http://www.bluez.org/
2173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2175 S:      Maintained
2176 F:      drivers/bluetooth/
2178 BLUETOOTH SUBSYSTEM
2179 M:      Marcel Holtmann <marcel@holtmann.org>
2180 M:      Gustavo Padovan <gustavo@padovan.org>
2181 M:      Johan Hedberg <johan.hedberg@gmail.com>
2182 L:      linux-bluetooth@vger.kernel.org
2183 W:      http://www.bluez.org/
2184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2186 S:      Maintained
2187 F:      net/bluetooth/
2188 F:      include/net/bluetooth/
2190 BONDING DRIVER
2191 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2192 M:      Veaceslav Falico <vfalico@gmail.com>
2193 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2194 L:      netdev@vger.kernel.org
2195 W:      http://sourceforge.net/projects/bonding/
2196 S:      Supported
2197 F:      drivers/net/bonding/
2198 F:      include/uapi/linux/if_bonding.h
2200 BPF (Safe dynamic programs and tools)
2201 M:      Alexei Starovoitov <ast@kernel.org>
2202 L:      netdev@vger.kernel.org
2203 L:      linux-kernel@vger.kernel.org
2204 S:      Supported
2205 F:      kernel/bpf/
2207 BROADCOM B44 10/100 ETHERNET DRIVER
2208 M:      Gary Zambrano <zambrano@broadcom.com>
2209 L:      netdev@vger.kernel.org
2210 S:      Supported
2211 F:      drivers/net/ethernet/broadcom/b44.*
2213 BROADCOM GENET ETHERNET DRIVER
2214 M:      Florian Fainelli <f.fainelli@gmail.com>
2215 L:      netdev@vger.kernel.org
2216 S:      Supported
2217 F:      drivers/net/ethernet/broadcom/genet/
2219 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2220 M:      Sony Chacko <sony.chacko@qlogic.com>
2221 M:      Dept-HSGLinuxNICDev@qlogic.com
2222 L:      netdev@vger.kernel.org
2223 S:      Supported
2224 F:      drivers/net/ethernet/broadcom/bnx2.*
2225 F:      drivers/net/ethernet/broadcom/bnx2_*
2227 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2228 M:      Ariel Elior <ariel.elior@qlogic.com>
2229 L:      netdev@vger.kernel.org
2230 S:      Supported
2231 F:      drivers/net/ethernet/broadcom/bnx2x/
2233 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2234 M:      Florian Fainelli <f.fainelli@gmail.com>
2235 M:      Ray Jui <rjui@broadcom.com>
2236 M:      Scott Branden <sbranden@broadcom.com>
2237 L:      bcm-kernel-feedback-list@broadcom.com
2238 T:      git git://github.com/broadcom/mach-bcm
2239 S:      Maintained
2240 F:      arch/arm/mach-bcm/
2241 F:      arch/arm/boot/dts/bcm113*
2242 F:      arch/arm/boot/dts/bcm216*
2243 F:      arch/arm/boot/dts/bcm281*
2244 F:      arch/arm/configs/bcm_defconfig
2245 F:      drivers/mmc/host/sdhci-bcm-kona.c
2246 F:      drivers/clocksource/bcm_kona_timer.c
2248 BROADCOM BCM2835 ARM ARCHITECTURE
2249 M:      Stephen Warren <swarren@wwwdotorg.org>
2250 M:      Lee Jones <lee@kernel.org>
2251 M:      Eric Anholt <eric@anholt.net>
2252 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2253 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2255 S:      Maintained
2256 N:      bcm2835
2258 BROADCOM BCM33XX MIPS ARCHITECTURE
2259 M:      Kevin Cernekee <cernekee@gmail.com>
2260 L:      linux-mips@linux-mips.org
2261 S:      Maintained
2262 F:      arch/mips/bcm3384/*
2263 F:      arch/mips/include/asm/mach-bcm3384/*
2264 F:      arch/mips/kernel/*bmips*
2266 BROADCOM BCM47XX MIPS ARCHITECTURE
2267 M:      Hauke Mehrtens <hauke@hauke-m.de>
2268 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2269 L:      linux-mips@linux-mips.org
2270 S:      Maintained
2271 F:      arch/mips/bcm47xx/*
2272 F:      arch/mips/include/asm/mach-bcm47xx/*
2274 BROADCOM BCM5301X ARM ARCHITECTURE
2275 M:      Hauke Mehrtens <hauke@hauke-m.de>
2276 L:      linux-arm-kernel@lists.infradead.org
2277 S:      Maintained
2278 F:      arch/arm/mach-bcm/bcm_5301x.c
2279 F:      arch/arm/boot/dts/bcm5301x.dtsi
2280 F:      arch/arm/boot/dts/bcm470*
2282 BROADCOM BCM63XX ARM ARCHITECTURE
2283 M:      Florian Fainelli <f.fainelli@gmail.com>
2284 L:      linux-arm-kernel@lists.infradead.org
2285 T:      git git://github.com/broadcom/arm-bcm63xx.git
2286 S:      Maintained
2287 F:      arch/arm/mach-bcm/bcm63xx.c
2288 F:      arch/arm/include/debug/bcm63xx.S
2290 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2291 M:      Kevin Cernekee <cernekee@gmail.com>
2292 L:      linux-usb@vger.kernel.org
2293 S:      Maintained
2294 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2296 BROADCOM BCM7XXX ARM ARCHITECTURE
2297 M:      Brian Norris <computersforpeace@gmail.com>
2298 M:      Gregory Fong <gregory.0xf0@gmail.com>
2299 M:      Florian Fainelli <f.fainelli@gmail.com>
2300 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2301 T:      git git://github.com/broadcom/stblinux.git
2302 S:      Maintained
2303 F:      arch/arm/mach-bcm/*brcmstb*
2304 F:      arch/arm/boot/dts/bcm7*.dts*
2305 F:      drivers/bus/brcmstb_gisb.c
2306 N:      brcmstb
2308 BROADCOM BMIPS MIPS ARCHITECTURE
2309 M:      Kevin Cernekee <cernekee@gmail.com>
2310 M:      Florian Fainelli <f.fainelli@gmail.com>
2311 L:      linux-mips@linux-mips.org
2312 T:      git git://github.com/broadcom/stblinux.git
2313 S:      Maintained
2314 F:      arch/mips/bmips/*
2315 F:      arch/mips/include/asm/mach-bmips/*
2316 F:      arch/mips/kernel/*bmips*
2317 F:      arch/mips/boot/dts/brcm/bcm*.dts*
2318 F:      drivers/irqchip/irq-bcm7*
2319 F:      drivers/irqchip/irq-brcmstb*
2321 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2322 M:      Prashant Sreedharan <prashant@broadcom.com>
2323 M:      Michael Chan <mchan@broadcom.com>
2324 L:      netdev@vger.kernel.org
2325 S:      Supported
2326 F:      drivers/net/ethernet/broadcom/tg3.*
2328 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2329 M:      Brett Rudley <brudley@broadcom.com>
2330 M:      Arend van Spriel <arend@broadcom.com>
2331 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2332 M:      Hante Meuleman <meuleman@broadcom.com>
2333 L:      linux-wireless@vger.kernel.org
2334 L:      brcm80211-dev-list@broadcom.com
2335 S:      Supported
2336 F:      drivers/net/wireless/brcm80211/
2338 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2339 M:      QLogic-Storage-Upstream@qlogic.com
2340 L:      linux-scsi@vger.kernel.org
2341 S:      Supported
2342 F:      drivers/scsi/bnx2fc/
2344 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2345 M:      QLogic-Storage-Upstream@qlogic.com
2346 L:      linux-scsi@vger.kernel.org
2347 S:      Supported
2348 F:      drivers/scsi/bnx2i/
2350 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2351 M:      Ray Jui <rjui@broadcom.com>
2352 M:      Scott Branden <sbranden@broadcom.com>
2353 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2354 L:      bcm-kernel-feedback-list@broadcom.com
2355 T:      git git://github.com/broadcom/cygnus-linux.git
2356 S:      Maintained
2357 N:      iproc
2358 N:      cygnus
2359 N:      bcm9113*
2360 N:      bcm9583*
2361 N:      bcm583*
2362 N:      bcm113*
2364 BROADCOM BRCMSTB GPIO DRIVER
2365 M:      Gregory Fong <gregory.0xf0@gmail.com>
2366 L:      bcm-kernel-feedback-list@broadcom.com>
2367 S:      Supported
2368 F:      drivers/gpio/gpio-brcmstb.c
2369 F:      Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
2371 BROADCOM KONA GPIO DRIVER
2372 M:      Ray Jui <rjui@broadcom.com>
2373 L:      bcm-kernel-feedback-list@broadcom.com
2374 S:      Supported
2375 F:      drivers/gpio/gpio-bcm-kona.c
2376 F:      Documentation/devicetree/bindings/gpio/brcm,kona-gpio.txt
2378 BROADCOM NVRAM DRIVER
2379 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2380 L:      linux-mips@linux-mips.org
2381 S:      Maintained
2382 F:      drivers/firmware/broadcom/*
2384 BROADCOM STB NAND FLASH DRIVER
2385 M:      Brian Norris <computersforpeace@gmail.com>
2386 L:      linux-mtd@lists.infradead.org
2387 S:      Maintained
2388 F:      drivers/mtd/nand/brcmnand/
2390 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2391 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2392 L:      linux-wireless@vger.kernel.org
2393 S:      Maintained
2394 F:      drivers/bcma/
2395 F:      include/linux/bcma/
2397 BROADCOM SYSTEMPORT ETHERNET DRIVER
2398 M:      Florian Fainelli <f.fainelli@gmail.com>
2399 L:      netdev@vger.kernel.org
2400 S:      Supported
2401 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2403 BROCADE BFA FC SCSI DRIVER
2404 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2405 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2406 L:      linux-scsi@vger.kernel.org
2407 S:      Supported
2408 F:      drivers/scsi/bfa/
2410 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2411 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2412 L:      netdev@vger.kernel.org
2413 S:      Supported
2414 F:      drivers/net/ethernet/brocade/bna/
2416 BSG (block layer generic sg v4 driver)
2417 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2418 L:      linux-scsi@vger.kernel.org
2419 S:      Supported
2420 F:      block/bsg.c
2421 F:      include/linux/bsg.h
2422 F:      include/uapi/linux/bsg.h
2424 BT87X AUDIO DRIVER
2425 M:      Clemens Ladisch <clemens@ladisch.de>
2426 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2427 T:      git git://git.alsa-project.org/alsa-kernel.git
2428 S:      Maintained
2429 F:      Documentation/sound/alsa/Bt87x.txt
2430 F:      sound/pci/bt87x.c
2432 BT8XXGPIO DRIVER
2433 M:      Michael Buesch <m@bues.ch>
2434 W:      http://bu3sch.de/btgpio.php
2435 S:      Maintained
2436 F:      drivers/gpio/gpio-bt8xx.c
2438 BTRFS FILE SYSTEM
2439 M:      Chris Mason <clm@fb.com>
2440 M:      Josef Bacik <jbacik@fb.com>
2441 M:      David Sterba <dsterba@suse.com>
2442 L:      linux-btrfs@vger.kernel.org
2443 W:      http://btrfs.wiki.kernel.org/
2444 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2446 S:      Maintained
2447 F:      Documentation/filesystems/btrfs.txt
2448 F:      fs/btrfs/
2450 BTTV VIDEO4LINUX DRIVER
2451 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2452 L:      linux-media@vger.kernel.org
2453 W:      http://linuxtv.org
2454 T:      git git://linuxtv.org/media_tree.git
2455 S:      Odd fixes
2456 F:      Documentation/video4linux/bttv/
2457 F:      drivers/media/pci/bt8xx/bttv*
2459 BUSLOGIC SCSI DRIVER
2460 M:      Khalid Aziz <khalid@gonehiking.org>
2461 L:      linux-scsi@vger.kernel.org
2462 S:      Maintained
2463 F:      drivers/scsi/BusLogic.*
2464 F:      drivers/scsi/FlashPoint.*
2466 C-MEDIA CMI8788 DRIVER
2467 M:      Clemens Ladisch <clemens@ladisch.de>
2468 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2469 T:      git git://git.alsa-project.org/alsa-kernel.git
2470 S:      Maintained
2471 F:      sound/pci/oxygen/
2473 C6X ARCHITECTURE
2474 M:      Mark Salter <msalter@redhat.com>
2475 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2476 L:      linux-c6x-dev@linux-c6x.org
2477 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2478 S:      Maintained
2479 F:      arch/c6x/
2481 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2482 M:      David Howells <dhowells@redhat.com>
2483 L:      linux-cachefs@redhat.com
2484 S:      Supported
2485 F:      Documentation/filesystems/caching/cachefiles.txt
2486 F:      fs/cachefiles/
2488 CADET FM/AM RADIO RECEIVER DRIVER
2489 M:      Hans Verkuil <hverkuil@xs4all.nl>
2490 L:      linux-media@vger.kernel.org
2491 T:      git git://linuxtv.org/media_tree.git
2492 W:      http://linuxtv.org
2493 S:      Maintained
2494 F:      drivers/media/radio/radio-cadet*
2496 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2497 M:      Jonathan Corbet <corbet@lwn.net>
2498 L:      linux-media@vger.kernel.org
2499 T:      git git://linuxtv.org/media_tree.git
2500 S:      Maintained
2501 F:      Documentation/video4linux/cafe_ccic
2502 F:      drivers/media/platform/marvell-ccic/
2504 CAIF NETWORK LAYER
2505 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2506 L:      netdev@vger.kernel.org
2507 S:      Supported
2508 F:      Documentation/networking/caif/
2509 F:      drivers/net/caif/
2510 F:      include/uapi/linux/caif/
2511 F:      include/net/caif/
2512 F:      net/caif/
2514 CALGARY x86-64 IOMMU
2515 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2516 M:      "Jon D. Mason" <jdmason@kudzu.us>
2517 L:      discuss@x86-64.org
2518 S:      Maintained
2519 F:      arch/x86/kernel/pci-calgary_64.c
2520 F:      arch/x86/kernel/tce_64.c
2521 F:      arch/x86/include/asm/calgary.h
2522 F:      arch/x86/include/asm/tce.h
2524 CAN NETWORK LAYER
2525 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2526 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2527 L:      linux-can@vger.kernel.org
2528 W:      https://github.com/linux-can
2529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2531 S:      Maintained
2532 F:      Documentation/networking/can.txt
2533 F:      net/can/
2534 F:      include/linux/can/core.h
2535 F:      include/uapi/linux/can.h
2536 F:      include/uapi/linux/can/bcm.h
2537 F:      include/uapi/linux/can/raw.h
2538 F:      include/uapi/linux/can/gw.h
2540 CAN NETWORK DRIVERS
2541 M:      Wolfgang Grandegger <wg@grandegger.com>
2542 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2543 L:      linux-can@vger.kernel.org
2544 W:      https://github.com/linux-can
2545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2547 S:      Maintained
2548 F:      drivers/net/can/
2549 F:      include/linux/can/dev.h
2550 F:      include/linux/can/platform/
2551 F:      include/uapi/linux/can/error.h
2552 F:      include/uapi/linux/can/netlink.h
2554 CAPABILITIES
2555 M:      Serge Hallyn <serge.hallyn@canonical.com>
2556 L:      linux-security-module@vger.kernel.org
2557 S:      Supported
2558 F:      include/linux/capability.h
2559 F:      include/uapi/linux/capability.h
2560 F:      security/commoncap.c
2561 F:      kernel/capability.c
2563 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2564 M:      Kevin Tsai <ktsai@capellamicro.com>
2565 S:      Maintained
2566 F:      drivers/iio/light/cm*
2567 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2569 CAVIUM LIQUIDIO NETWORK DRIVER
2570 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2571 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2572 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2573 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2574 L:     netdev@vger.kernel.org
2575 W:     http://www.cavium.com
2576 S:     Supported
2577 F:     drivers/net/ethernet/cavium/liquidio/
2579 CC2520 IEEE-802.15.4 RADIO DRIVER
2580 M:      Varka Bhadram <varkabhadram@gmail.com>
2581 L:      linux-wpan@vger.kernel.org
2582 S:      Maintained
2583 F:      drivers/net/ieee802154/cc2520.c
2584 F:      include/linux/spi/cc2520.h
2585 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2587 CELL BROADBAND ENGINE ARCHITECTURE
2588 M:      Arnd Bergmann <arnd@arndb.de>
2589 L:      linuxppc-dev@lists.ozlabs.org
2590 W:      http://www.ibm.com/developerworks/power/cell/
2591 S:      Supported
2592 F:      arch/powerpc/include/asm/cell*.h
2593 F:      arch/powerpc/include/asm/spu*.h
2594 F:      arch/powerpc/include/uapi/asm/spu*.h
2595 F:      arch/powerpc/oprofile/*cell*
2596 F:      arch/powerpc/platforms/cell/
2598 CEPH COMMON CODE (LIBCEPH)
2599 M:      Ilya Dryomov <idryomov@gmail.com>
2600 M:      "Yan, Zheng" <zyan@redhat.com>
2601 M:      Sage Weil <sage@redhat.com>
2602 L:      ceph-devel@vger.kernel.org
2603 W:      http://ceph.com/
2604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2605 T:      git git://github.com/ceph/ceph-client.git
2606 S:      Supported
2607 F:      net/ceph/
2608 F:      include/linux/ceph/
2609 F:      include/linux/crush/
2611 CEPH DISTRIBUTED FILE SYSTEM CLIENT (CEPH)
2612 M:      "Yan, Zheng" <zyan@redhat.com>
2613 M:      Sage Weil <sage@redhat.com>
2614 M:      Ilya Dryomov <idryomov@gmail.com>
2615 L:      ceph-devel@vger.kernel.org
2616 W:      http://ceph.com/
2617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2618 T:      git git://github.com/ceph/ceph-client.git
2619 S:      Supported
2620 F:      Documentation/filesystems/ceph.txt
2621 F:      fs/ceph/
2623 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2624 L:      linux-usb@vger.kernel.org
2625 S:      Orphan
2626 F:      Documentation/usb/WUSB-Design-overview.txt
2627 F:      Documentation/usb/wusb-cbaf
2628 F:      drivers/usb/host/hwa-hc.c
2629 F:      drivers/usb/host/whci/
2630 F:      drivers/usb/wusbcore/
2631 F:      include/linux/usb/wusb*
2633 CFAG12864B LCD DRIVER
2634 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2635 W:      http://miguelojeda.es/auxdisplay.htm
2636 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2637 S:      Maintained
2638 F:      drivers/auxdisplay/cfag12864b.c
2639 F:      include/linux/cfag12864b.h
2641 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2642 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2643 W:      http://miguelojeda.es/auxdisplay.htm
2644 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2645 S:      Maintained
2646 F:      drivers/auxdisplay/cfag12864bfb.c
2647 F:      include/linux/cfag12864b.h
2649 CFG80211 and NL80211
2650 M:      Johannes Berg <johannes@sipsolutions.net>
2651 L:      linux-wireless@vger.kernel.org
2652 W:      http://wireless.kernel.org/
2653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2655 S:      Maintained
2656 F:      include/uapi/linux/nl80211.h
2657 F:      include/net/cfg80211.h
2658 F:      net/wireless/*
2659 X:      net/wireless/wext*
2661 CHAR and MISC DRIVERS
2662 M:      Arnd Bergmann <arnd@arndb.de>
2663 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2665 S:      Supported
2666 F:      drivers/char/*
2667 F:      drivers/misc/*
2668 F:      include/linux/miscdevice.h
2670 CHECKPATCH
2671 M:      Andy Whitcroft <apw@canonical.com>
2672 M:      Joe Perches <joe@perches.com>
2673 S:      Maintained
2674 F:      scripts/checkpatch.pl
2676 CHINESE DOCUMENTATION
2677 M:      Harry Wei <harryxiyou@gmail.com>
2678 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2679 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2680 S:      Maintained
2681 F:      Documentation/zh_CN/
2683 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2684 M:      Peter Chen <Peter.Chen@freescale.com>
2685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2686 L:      linux-usb@vger.kernel.org
2687 S:      Maintained
2688 F:      drivers/usb/chipidea/
2690 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2691 M:      Hans de Goede <hdegoede@redhat.com>
2692 L:      linux-input@vger.kernel.org
2693 S:      Maintained
2694 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2695 F:      drivers/input/touchscreen/chipone_icn8318.c
2697 CHROME HARDWARE PLATFORM SUPPORT
2698 M:      Olof Johansson <olof@lixom.net>
2699 S:      Maintained
2700 F:      drivers/platform/chrome/
2702 CISCO VIC ETHERNET NIC DRIVER
2703 M:      Christian Benvenuti <benve@cisco.com>
2704 M:      Sujith Sankar <ssujith@cisco.com>
2705 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2706 M:      Neel Patel <neepatel@cisco.com>
2707 S:      Supported
2708 F:      drivers/net/ethernet/cisco/enic/
2710 CISCO VIC LOW LATENCY NIC DRIVER
2711 M:      Upinder Malhi <umalhi@cisco.com>
2712 S:      Supported
2713 F:      drivers/infiniband/hw/usnic
2715 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2716 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2717 L:      netdev@vger.kernel.org
2718 S:      Maintained
2719 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2721 CIRRUS LOGIC AUDIO CODEC DRIVERS
2722 M:      Brian Austin <brian.austin@cirrus.com>
2723 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2724 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2725 S:      Maintained
2726 F:      sound/soc/codecs/cs*
2728 CLEANCACHE API
2729 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2730 L:      linux-kernel@vger.kernel.org
2731 S:      Maintained
2732 F:      mm/cleancache.c
2733 F:      include/linux/cleancache.h
2735 CLK API
2736 M:      Russell King <linux@arm.linux.org.uk>
2737 L:      linux-clk@vger.kernel.org
2738 S:      Maintained
2739 F:      include/linux/clk.h
2741 CLOCKSOURCE, CLOCKEVENT DRIVERS
2742 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2743 M:      Thomas Gleixner <tglx@linutronix.de>
2744 L:      linux-kernel@vger.kernel.org
2745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2746 S:      Supported
2747 F:      drivers/clocksource
2749 CISCO FCOE HBA DRIVER
2750 M:      Hiral Patel <hiralpat@cisco.com>
2751 M:      Suma Ramars <sramars@cisco.com>
2752 M:      Brian Uchino <buchino@cisco.com>
2753 L:      linux-scsi@vger.kernel.org
2754 S:      Supported
2755 F:      drivers/scsi/fnic/
2757 CISCO SCSI HBA DRIVER
2758 M:      Narsimhulu Musini <nmusini@cisco.com>
2759 M:      Sesidhar Baddela <sebaddel@cisco.com>
2760 L:      linux-scsi@vger.kernel.org
2761 S:      Supported
2762 F:      drivers/scsi/snic/
2764 CMPC ACPI DRIVER
2765 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2766 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2767 L:      platform-driver-x86@vger.kernel.org
2768 S:      Supported
2769 F:      drivers/platform/x86/classmate-laptop.c
2771 COBALT MEDIA DRIVER
2772 M:      Hans Verkuil <hans.verkuil@cisco.com>
2773 L:      linux-media@vger.kernel.org
2774 T:      git git://linuxtv.org/media_tree.git
2775 W:      http://linuxtv.org
2776 S:      Supported
2777 F:      drivers/media/pci/cobalt/
2779 COCCINELLE/Semantic Patches (SmPL)
2780 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2781 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2782 M:      Nicolas Palix <nicolas.palix@imag.fr>
2783 M:      Michal Marek <mmarek@suse.com>
2784 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2786 W:      http://coccinelle.lip6.fr/
2787 S:      Supported
2788 F:      Documentation/coccinelle.txt
2789 F:      scripts/coccinelle/
2790 F:      scripts/coccicheck
2792 CODA FILE SYSTEM
2793 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2794 M:      coda@cs.cmu.edu
2795 L:      codalist@coda.cs.cmu.edu
2796 W:      http://www.coda.cs.cmu.edu/
2797 S:      Maintained
2798 F:      Documentation/filesystems/coda.txt
2799 F:      fs/coda/
2800 F:      include/linux/coda*.h
2801 F:      include/uapi/linux/coda*.h
2803 CODA V4L2 MEM2MEM DRIVER
2804 M:      Philipp Zabel <p.zabel@pengutronix.de>
2805 L:      linux-media@vger.kernel.org
2806 S:      Maintained
2807 F:      Documentation/devicetree/bindings/media/coda.txt
2808 F:      drivers/media/platform/coda/
2810 COMMON CLK FRAMEWORK
2811 M:      Michael Turquette <mturquette@baylibre.com>
2812 M:      Stephen Boyd <sboyd@codeaurora.org>
2813 L:      linux-clk@vger.kernel.org
2814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2815 S:      Maintained
2816 F:      drivers/clk/
2817 X:      drivers/clk/clkdev.c
2818 F:      include/linux/clk-pr*
2819 F:      include/linux/clk/
2821 COMMON INTERNET FILE SYSTEM (CIFS)
2822 M:      Steve French <sfrench@samba.org>
2823 L:      linux-cifs@vger.kernel.org
2824 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2825 W:      http://linux-cifs.samba.org/
2826 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2827 S:      Supported
2828 F:      Documentation/filesystems/cifs/
2829 F:      fs/cifs/
2831 COMPACTPCI HOTPLUG CORE
2832 M:      Scott Murray <scott@spiteful.org>
2833 L:      linux-pci@vger.kernel.org
2834 S:      Maintained
2835 F:      drivers/pci/hotplug/cpci_hotplug*
2837 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2838 M:      Scott Murray <scott@spiteful.org>
2839 L:      linux-pci@vger.kernel.org
2840 S:      Maintained
2841 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2843 COMPACTPCI HOTPLUG GENERIC DRIVER
2844 M:      Scott Murray <scott@spiteful.org>
2845 L:      linux-pci@vger.kernel.org
2846 S:      Maintained
2847 F:      drivers/pci/hotplug/cpcihp_generic.c
2849 COMPAL LAPTOP SUPPORT
2850 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2851 L:      platform-driver-x86@vger.kernel.org
2852 S:      Maintained
2853 F:      drivers/platform/x86/compal-laptop.c
2855 CONEXANT ACCESSRUNNER USB DRIVER
2856 M:      Simon Arlott <cxacru@fire.lp0.eu>
2857 L:      accessrunner-general@lists.sourceforge.net
2858 W:      http://accessrunner.sourceforge.net/
2859 S:      Maintained
2860 F:      drivers/usb/atm/cxacru.c
2862 CONFIGFS
2863 M:      Joel Becker <jlbec@evilplan.org>
2864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2865 S:      Supported
2866 F:      fs/configfs/
2867 F:      include/linux/configfs.h
2869 CONNECTOR
2870 M:      Evgeniy Polyakov <zbr@ioremap.net>
2871 L:      netdev@vger.kernel.org
2872 S:      Maintained
2873 F:      drivers/connector/
2875 CONTROL GROUP (CGROUP)
2876 M:      Tejun Heo <tj@kernel.org>
2877 M:      Li Zefan <lizefan@huawei.com>
2878 M:      Johannes Weiner <hannes@cmpxchg.org>
2879 L:      cgroups@vger.kernel.org
2880 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2881 S:      Maintained
2882 F:      Documentation/cgroups/
2883 F:      include/linux/cgroup*
2884 F:      kernel/cgroup*
2886 CONTROL GROUP - CPUSET
2887 M:      Li Zefan <lizefan@huawei.com>
2888 L:      cgroups@vger.kernel.org
2889 W:      http://www.bullopensource.org/cpuset/
2890 W:      http://oss.sgi.com/projects/cpusets/
2891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2892 S:      Maintained
2893 F:      Documentation/cgroups/cpusets.txt
2894 F:      include/linux/cpuset.h
2895 F:      kernel/cpuset.c
2897 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2898 M:      Johannes Weiner <hannes@cmpxchg.org>
2899 M:      Michal Hocko <mhocko@kernel.org>
2900 L:      cgroups@vger.kernel.org
2901 L:      linux-mm@kvack.org
2902 S:      Maintained
2903 F:      mm/memcontrol.c
2904 F:      mm/swap_cgroup.c
2906 CORETEMP HARDWARE MONITORING DRIVER
2907 M:      Fenghua Yu <fenghua.yu@intel.com>
2908 L:      lm-sensors@lm-sensors.org
2909 S:      Maintained
2910 F:      Documentation/hwmon/coretemp
2911 F:      drivers/hwmon/coretemp.c
2913 COSA/SRP SYNC SERIAL DRIVER
2914 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2915 W:      http://www.fi.muni.cz/~kas/cosa/
2916 S:      Maintained
2917 F:      drivers/net/wan/cosa*
2919 CPMAC ETHERNET DRIVER
2920 M:      Florian Fainelli <florian@openwrt.org>
2921 L:      netdev@vger.kernel.org
2922 S:      Maintained
2923 F:      drivers/net/ethernet/ti/cpmac.c
2925 CPU FREQUENCY DRIVERS
2926 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2927 M:      Viresh Kumar <viresh.kumar@linaro.org>
2928 L:      linux-pm@vger.kernel.org
2929 S:      Maintained
2930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2931 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2932 F:      drivers/cpufreq/
2933 F:      include/linux/cpufreq.h
2935 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2936 M:      Viresh Kumar <viresh.kumar@linaro.org>
2937 M:      Sudeep Holla <sudeep.holla@arm.com>
2938 L:      linux-pm@vger.kernel.org
2939 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2940 S:      Maintained
2941 F:      drivers/cpufreq/arm_big_little.h
2942 F:      drivers/cpufreq/arm_big_little.c
2943 F:      drivers/cpufreq/arm_big_little_dt.c
2945 CPUIDLE DRIVER - ARM BIG LITTLE
2946 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2947 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2948 L:      linux-pm@vger.kernel.org
2949 L:      linux-arm-kernel@lists.infradead.org
2950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2951 S:      Maintained
2952 F:      drivers/cpuidle/cpuidle-big_little.c
2954 CPUIDLE DRIVER - ARM EXYNOS
2955 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2956 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2957 M:      Kukjin Kim <kgene@kernel.org>
2958 L:      linux-pm@vger.kernel.org
2959 L:      linux-samsung-soc@vger.kernel.org
2960 S:      Supported
2961 F:      drivers/cpuidle/cpuidle-exynos.c
2962 F:      arch/arm/mach-exynos/pm.c
2964 CPUIDLE DRIVERS
2965 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
2966 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2967 L:      linux-pm@vger.kernel.org
2968 S:      Maintained
2969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2970 F:      drivers/cpuidle/*
2971 F:      include/linux/cpuidle.h
2973 CPUID/MSR DRIVER
2974 M:      "H. Peter Anvin" <hpa@zytor.com>
2975 S:      Maintained
2976 F:      arch/x86/kernel/cpuid.c
2977 F:      arch/x86/kernel/msr.c
2979 CPU POWER MONITORING SUBSYSTEM
2980 M:      Thomas Renninger <trenn@suse.com>
2981 L:      linux-pm@vger.kernel.org
2982 S:      Maintained
2983 F:      tools/power/cpupower/
2985 CRAMFS FILESYSTEM
2986 W:      http://sourceforge.net/projects/cramfs/
2987 S:      Orphan / Obsolete
2988 F:      Documentation/filesystems/cramfs.txt
2989 F:      fs/cramfs/
2991 CRIS PORT
2992 M:      Mikael Starvik <starvik@axis.com>
2993 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2994 L:      linux-cris-kernel@axis.com
2995 W:      http://developer.axis.com
2996 S:      Maintained
2997 F:      arch/cris/
2998 F:      drivers/tty/serial/crisv10.*
3000 CRYPTO API
3001 M:      Herbert Xu <herbert@gondor.apana.org.au>
3002 M:      "David S. Miller" <davem@davemloft.net>
3003 L:      linux-crypto@vger.kernel.org
3004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
3005 S:      Maintained
3006 F:      Documentation/crypto/
3007 F:      Documentation/DocBook/crypto-API.tmpl
3008 F:      arch/*/crypto/
3009 F:      crypto/
3010 F:      drivers/crypto/
3011 F:      include/crypto/
3013 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
3014 M:      Neil Horman <nhorman@tuxdriver.com>
3015 L:      linux-crypto@vger.kernel.org
3016 S:      Maintained
3017 F:      crypto/ansi_cprng.c
3018 F:      crypto/rng.c
3020 CS5535 Audio ALSA driver
3021 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
3022 S:      Maintained
3023 F:      sound/pci/cs5535audio/
3025 CW1200 WLAN driver
3026 M:      Solomon Peachy <pizza@shaftnet.org>
3027 S:      Maintained
3028 F:      drivers/net/wireless/cw1200/
3030 CX18 VIDEO4LINUX DRIVER
3031 M:      Andy Walls <awalls@md.metrocast.net>
3032 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
3033 L:      linux-media@vger.kernel.org
3034 T:      git git://linuxtv.org/media_tree.git
3035 W:      http://linuxtv.org
3036 W:      http://www.ivtvdriver.org/index.php/Cx18
3037 S:      Maintained
3038 F:      Documentation/video4linux/cx18.txt
3039 F:      drivers/media/pci/cx18/
3040 F:      include/uapi/linux/ivtv*
3042 CX2341X MPEG ENCODER HELPER MODULE
3043 M:      Hans Verkuil <hverkuil@xs4all.nl>
3044 L:      linux-media@vger.kernel.org
3045 T:      git git://linuxtv.org/media_tree.git
3046 W:      http://linuxtv.org
3047 S:      Maintained
3048 F:      drivers/media/common/cx2341x*
3049 F:      include/media/cx2341x*
3051 CX24120 MEDIA DRIVER
3052 M:      Jemma Denson <jdenson@gmail.com>
3053 M:      Patrick Boettcher <patrick.boettcher@posteo.de>
3054 L:      linux-media@vger.kernel.org
3055 W:      http://linuxtv.org/
3056 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3057 S:      Maintained
3058 F:      drivers/media/dvb-frontends/cx24120*
3060 CX88 VIDEO4LINUX DRIVER
3061 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3062 L:      linux-media@vger.kernel.org
3063 W:      http://linuxtv.org
3064 T:      git git://linuxtv.org/media_tree.git
3065 S:      Odd fixes
3066 F:      Documentation/video4linux/cx88/
3067 F:      drivers/media/pci/cx88/
3069 CXD2820R MEDIA DRIVER
3070 M:      Antti Palosaari <crope@iki.fi>
3071 L:      linux-media@vger.kernel.org
3072 W:      http://linuxtv.org/
3073 W:      http://palosaari.fi/linux/
3074 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3075 T:      git git://linuxtv.org/anttip/media_tree.git
3076 S:      Maintained
3077 F:      drivers/media/dvb-frontends/cxd2820r*
3079 CXGB3 ETHERNET DRIVER (CXGB3)
3080 M:      Santosh Raspatur <santosh@chelsio.com>
3081 L:      netdev@vger.kernel.org
3082 W:      http://www.chelsio.com
3083 S:      Supported
3084 F:      drivers/net/ethernet/chelsio/cxgb3/
3086 CXGB3 ISCSI DRIVER (CXGB3I)
3087 M:      Karen Xie <kxie@chelsio.com>
3088 L:      linux-scsi@vger.kernel.org
3089 W:      http://www.chelsio.com
3090 S:      Supported
3091 F:      drivers/scsi/cxgbi/cxgb3i
3093 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
3094 M:      Steve Wise <swise@chelsio.com>
3095 L:      linux-rdma@vger.kernel.org
3096 W:      http://www.openfabrics.org
3097 S:      Supported
3098 F:      drivers/infiniband/hw/cxgb3/
3100 CXGB4 ETHERNET DRIVER (CXGB4)
3101 M:      Hariprasad S <hariprasad@chelsio.com>
3102 L:      netdev@vger.kernel.org
3103 W:      http://www.chelsio.com
3104 S:      Supported
3105 F:      drivers/net/ethernet/chelsio/cxgb4/
3107 CXGB4 ISCSI DRIVER (CXGB4I)
3108 M:      Karen Xie <kxie@chelsio.com>
3109 L:      linux-scsi@vger.kernel.org
3110 W:      http://www.chelsio.com
3111 S:      Supported
3112 F:      drivers/scsi/cxgbi/cxgb4i
3114 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
3115 M:      Steve Wise <swise@chelsio.com>
3116 L:      linux-rdma@vger.kernel.org
3117 W:      http://www.openfabrics.org
3118 S:      Supported
3119 F:      drivers/infiniband/hw/cxgb4/
3121 CXGB4VF ETHERNET DRIVER (CXGB4VF)
3122 M:      Casey Leedom <leedom@chelsio.com>
3123 L:      netdev@vger.kernel.org
3124 W:      http://www.chelsio.com
3125 S:      Supported
3126 F:      drivers/net/ethernet/chelsio/cxgb4vf/
3128 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
3129 M:      Ian Munsie <imunsie@au1.ibm.com>
3130 M:      Michael Neuling <mikey@neuling.org>
3131 L:      linuxppc-dev@lists.ozlabs.org
3132 S:      Supported
3133 F:      drivers/misc/cxl/
3134 F:      include/misc/cxl*
3135 F:      include/uapi/misc/cxl.h
3136 F:      Documentation/powerpc/cxl.txt
3137 F:      Documentation/powerpc/cxl.txt
3138 F:      Documentation/ABI/testing/sysfs-class-cxl
3140 STMMAC ETHERNET DRIVER
3141 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
3142 L:      netdev@vger.kernel.org
3143 W:      http://www.stlinux.com
3144 S:      Supported
3145 F:      drivers/net/ethernet/stmicro/stmmac/
3147 CYBERPRO FB DRIVER
3148 M:      Russell King <linux@arm.linux.org.uk>
3149 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3150 W:      http://www.arm.linux.org.uk/
3151 S:      Maintained
3152 F:      drivers/video/fbdev/cyber2000fb.*
3154 CYCLADES ASYNC MUX DRIVER
3155 W:      http://www.cyclades.com/
3156 S:      Orphan
3157 F:      drivers/tty/cyclades.c
3158 F:      include/linux/cyclades.h
3159 F:      include/uapi/linux/cyclades.h
3161 CYCLADES PC300 DRIVER
3162 W:      http://www.cyclades.com/
3163 S:      Orphan
3164 F:      drivers/net/wan/pc300*
3166 CYPRESS_FIRMWARE MEDIA DRIVER
3167 M:      Antti Palosaari <crope@iki.fi>
3168 L:      linux-media@vger.kernel.org
3169 W:      http://linuxtv.org/
3170 W:      http://palosaari.fi/linux/
3171 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3172 T:      git git://linuxtv.org/anttip/media_tree.git
3173 S:      Maintained
3174 F:      drivers/media/common/cypress_firmware*
3176 CYTTSP TOUCHSCREEN DRIVER
3177 M:      Ferruh Yigit <fery@cypress.com>
3178 L:      linux-input@vger.kernel.org
3179 S:      Supported
3180 F:      drivers/input/touchscreen/cyttsp*
3181 F:      include/linux/input/cyttsp.h
3183 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3184 M:      Joshua Kinard <kumba@gentoo.org>
3185 S:      Maintained
3186 F:      drivers/rtc/rtc-ds1685.c
3187 F:      include/linux/rtc/ds1685.h
3189 DAMA SLAVE for AX.25
3190 M:      Joerg Reuter <jreuter@yaina.de>
3191 W:      http://yaina.de/jreuter/
3192 W:      http://www.qsl.net/dl1bke/
3193 L:      linux-hams@vger.kernel.org
3194 S:      Maintained
3195 F:      net/ax25/af_ax25.c
3196 F:      net/ax25/ax25_dev.c
3197 F:      net/ax25/ax25_ds_*
3198 F:      net/ax25/ax25_in.c
3199 F:      net/ax25/ax25_out.c
3200 F:      net/ax25/ax25_timer.c
3201 F:      net/ax25/sysctl_net_ax25.c
3203 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3204 L:      netdev@vger.kernel.org
3205 S:      Orphan
3206 F:      Documentation/networking/dmfe.txt
3207 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3209 DC390/AM53C974 SCSI driver
3210 M:      Hannes Reinecke <hare@suse.com>
3211 L:      linux-scsi@vger.kernel.org
3212 S:      Maintained
3213 F:      drivers/scsi/am53c974.c
3215 DC395x SCSI driver
3216 M:      Oliver Neukum <oliver@neukum.org>
3217 M:      Ali Akcaagac <aliakc@web.de>
3218 M:      Jamie Lenehan <lenehan@twibble.org>
3219 L:      dc395x@twibble.org
3220 W:      http://twibble.org/dist/dc395x/
3221 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3222 S:      Maintained
3223 F:      Documentation/scsi/dc395x.txt
3224 F:      drivers/scsi/dc395x.*
3226 DCCP PROTOCOL
3227 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3228 L:      dccp@vger.kernel.org
3229 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3230 S:      Maintained
3231 F:      include/linux/dccp.h
3232 F:      include/uapi/linux/dccp.h
3233 F:      include/linux/tfrc.h
3234 F:      net/dccp/
3236 DECnet NETWORK LAYER
3237 W:      http://linux-decnet.sourceforge.net
3238 L:      linux-decnet-user@lists.sourceforge.net
3239 S:      Orphan
3240 F:      Documentation/networking/decnet.txt
3241 F:      net/decnet/
3243 DECSTATION PLATFORM SUPPORT
3244 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3245 L:      linux-mips@linux-mips.org
3246 W:      http://www.linux-mips.org/wiki/DECstation
3247 S:      Maintained
3248 F:      arch/mips/dec/
3249 F:      arch/mips/include/asm/dec/
3250 F:      arch/mips/include/asm/mach-dec/
3252 DEFXX FDDI NETWORK DRIVER
3253 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3254 S:      Maintained
3255 F:      drivers/net/fddi/defxx.*
3257 DELL LAPTOP DRIVER
3258 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3259 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3260 L:      platform-driver-x86@vger.kernel.org
3261 S:      Maintained
3262 F:      drivers/platform/x86/dell-laptop.c
3264 DELL LAPTOP RBTN DRIVER
3265 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3266 S:      Maintained
3267 F:      drivers/platform/x86/dell-rbtn.*
3269 DELL LAPTOP FREEFALL DRIVER
3270 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3271 S:      Maintained
3272 F:      drivers/platform/x86/dell-smo8800.c
3274 DELL LAPTOP SMM DRIVER
3275 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3276 S:      Maintained
3277 F:      drivers/hwmon/dell-smm-hwmon.c
3278 F:      include/uapi/linux/i8k.h
3280 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3281 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3282 S:      Maintained
3283 F:      Documentation/dcdbas.txt
3284 F:      drivers/firmware/dcdbas.*
3286 DELL WMI EXTRAS DRIVER
3287 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3288 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3289 S:      Maintained
3290 F:      drivers/platform/x86/dell-wmi.c
3292 DESIGNWARE USB2 DRD IP DRIVER
3293 M:      John Youn <johnyoun@synopsys.com>
3294 L:      linux-usb@vger.kernel.org
3295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3296 S:      Maintained
3297 F:      drivers/usb/dwc2/
3299 DESIGNWARE USB3 DRD IP DRIVER
3300 M:      Felipe Balbi <balbi@ti.com>
3301 L:      linux-usb@vger.kernel.org
3302 L:      linux-omap@vger.kernel.org
3303 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3304 S:      Maintained
3305 F:      drivers/usb/dwc3/
3307 DEVICE COREDUMP (DEV_COREDUMP)
3308 M:      Johannes Berg <johannes@sipsolutions.net>
3309 L:      linux-kernel@vger.kernel.org
3310 S:      Maintained
3311 F:      drivers/base/devcoredump.c
3312 F:      include/linux/devcoredump.h
3314 DEVICE FREQUENCY (DEVFREQ)
3315 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3316 M:      Kyungmin Park <kyungmin.park@samsung.com>
3317 L:      linux-pm@vger.kernel.org
3318 S:      Maintained
3319 F:      drivers/devfreq/
3321 DEVICE NUMBER REGISTRY
3322 M:      Torben Mathiasen <device@lanana.org>
3323 W:      http://lanana.org/docs/device-list/index.html
3324 S:      Maintained
3326 DEVICE-MAPPER  (LVM)
3327 M:      Alasdair Kergon <agk@redhat.com>
3328 M:      Mike Snitzer <snitzer@redhat.com>
3329 M:      dm-devel@redhat.com
3330 L:      dm-devel@redhat.com
3331 W:      http://sources.redhat.com/dm
3332 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3334 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3335 S:      Maintained
3336 F:      Documentation/device-mapper/
3337 F:      drivers/md/dm*
3338 F:      drivers/md/persistent-data/
3339 F:      include/linux/device-mapper.h
3340 F:      include/linux/dm-*.h
3341 F:      include/uapi/linux/dm-*.h
3343 DIALOG SEMICONDUCTOR DRIVERS
3344 M:      Support Opensource <support.opensource@diasemi.com>
3345 W:      http://www.dialog-semiconductor.com/products
3346 S:      Supported
3347 F:      Documentation/hwmon/da90??
3348 F:      drivers/gpio/gpio-da90??.c
3349 F:      drivers/hwmon/da90??-hwmon.c
3350 F:      drivers/iio/adc/da91??-*.c
3351 F:      drivers/input/misc/da90??_onkey.c
3352 F:      drivers/input/touchscreen/da9052_tsi.c
3353 F:      drivers/leds/leds-da90??.c
3354 F:      drivers/mfd/da903x.c
3355 F:      drivers/mfd/da90??-*.c
3356 F:      drivers/mfd/da91??-*.c
3357 F:      drivers/power/da9052-battery.c
3358 F:      drivers/power/da91??-*.c
3359 F:      drivers/regulator/da903x.c
3360 F:      drivers/regulator/da9???-regulator.[ch]
3361 F:      drivers/rtc/rtc-da90??.c
3362 F:      drivers/video/backlight/da90??_bl.c
3363 F:      drivers/watchdog/da90??_wdt.c
3364 F:      include/linux/mfd/da903x.h
3365 F:      include/linux/mfd/da9052/
3366 F:      include/linux/mfd/da9055/
3367 F:      include/linux/mfd/da9063/
3368 F:      include/linux/mfd/da9150/
3369 F:      include/sound/da[79]*.h
3370 F:      sound/soc/codecs/da[79]*.[ch]
3372 DIGI NEO AND CLASSIC PCI PRODUCTS
3373 M:      Lidza Louina <lidza.louina@gmail.com>
3374 M:      Mark Hounschell <markh@compro.net>
3375 L:      driverdev-devel@linuxdriverproject.org
3376 S:      Maintained
3377 F:      drivers/staging/dgnc/
3379 DIGI EPCA PCI PRODUCTS
3380 M:      Lidza Louina <lidza.louina@gmail.com>
3381 M:      Mark Hounschell <markh@compro.net>
3382 M:      Daeseok Youn <daeseok.youn@gmail.com>
3383 L:      driverdev-devel@linuxdriverproject.org
3384 S:      Maintained
3385 F:      drivers/staging/dgap/
3387 DIOLAN U2C-12 I2C DRIVER
3388 M:      Guenter Roeck <linux@roeck-us.net>
3389 L:      linux-i2c@vger.kernel.org
3390 S:      Maintained
3391 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3393 DIRECT ACCESS (DAX)
3394 M:      Matthew Wilcox <willy@linux.intel.com>
3395 L:      linux-fsdevel@vger.kernel.org
3396 S:      Supported
3397 F:      fs/dax.c
3399 DIRECTORY NOTIFICATION (DNOTIFY)
3400 M:      Eric Paris <eparis@parisplace.org>
3401 S:      Maintained
3402 F:      Documentation/filesystems/dnotify.txt
3403 F:      fs/notify/dnotify/
3404 F:      include/linux/dnotify.h
3406 DISK GEOMETRY AND PARTITION HANDLING
3407 M:      Andries Brouwer <aeb@cwi.nl>
3408 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3409 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3410 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3411 S:      Maintained
3413 DISKQUOTA
3414 M:      Jan Kara <jack@suse.com>
3415 S:      Maintained
3416 F:      Documentation/filesystems/quota.txt
3417 F:      fs/quota/
3418 F:      include/linux/quota*.h
3419 F:      include/uapi/linux/quota*.h
3421 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3422 M:      Bernie Thompson <bernie@plugable.com>
3423 L:      linux-fbdev@vger.kernel.org
3424 S:      Maintained
3425 W:      http://plugable.com/category/projects/udlfb/
3426 F:      drivers/video/fbdev/udlfb.c
3427 F:      include/video/udlfb.h
3428 F:      Documentation/fb/udlfb.txt
3430 DISTRIBUTED LOCK MANAGER (DLM)
3431 M:      Christine Caulfield <ccaulfie@redhat.com>
3432 M:      David Teigland <teigland@redhat.com>
3433 L:      cluster-devel@redhat.com
3434 W:      http://sources.redhat.com/cluster/
3435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3436 S:      Supported
3437 F:      fs/dlm/
3439 DMA BUFFER SHARING FRAMEWORK
3440 M:      Sumit Semwal <sumit.semwal@linaro.org>
3441 S:      Maintained
3442 L:      linux-media@vger.kernel.org
3443 L:      dri-devel@lists.freedesktop.org
3444 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3445 F:      drivers/dma-buf/
3446 F:      include/linux/dma-buf*
3447 F:      include/linux/reservation.h
3448 F:      include/linux/*fence.h
3449 F:      Documentation/dma-buf-sharing.txt
3450 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3452 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3453 M:      Vinod Koul <vinod.koul@intel.com>
3454 L:      dmaengine@vger.kernel.org
3455 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3456 S:      Maintained
3457 F:      drivers/dma/
3458 F:      include/linux/dmaengine.h
3459 F:      Documentation/dmaengine/
3460 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3462 DME1737 HARDWARE MONITOR DRIVER
3463 M:      Juerg Haefliger <juergh@gmail.com>
3464 L:      lm-sensors@lm-sensors.org
3465 S:      Maintained
3466 F:      Documentation/hwmon/dme1737
3467 F:      drivers/hwmon/dme1737.c
3469 DMI/SMBIOS SUPPORT
3470 M:      Jean Delvare <jdelvare@suse.com>
3471 S:      Maintained
3472 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-dmi/
3473 F:      Documentation/ABI/testing/sysfs-firmware-dmi-tables
3474 F:      drivers/firmware/dmi-id.c
3475 F:      drivers/firmware/dmi_scan.c
3476 F:      include/linux/dmi.h
3478 DOCUMENTATION
3479 M:      Jonathan Corbet <corbet@lwn.net>
3480 L:      linux-doc@vger.kernel.org
3481 S:      Maintained
3482 F:      Documentation/
3483 X:      Documentation/ABI/
3484 X:      Documentation/devicetree/
3485 X:      Documentation/acpi
3486 X:      Documentation/power
3487 X:      Documentation/spi
3488 X:      Documentation/DocBook/media
3489 T:      git git://git.lwn.net/linux-2.6.git docs-next
3491 DOUBLETALK DRIVER
3492 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3493 L:      blinux-list@redhat.com
3494 S:      Maintained
3495 F:      drivers/char/dtlk.c
3496 F:      include/linux/dtlk.h
3498 DPT_I2O SCSI RAID DRIVER
3499 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3500 L:      linux-scsi@vger.kernel.org
3501 W:      http://www.adaptec.com/
3502 S:      Maintained
3503 F:      drivers/scsi/dpt*
3504 F:      drivers/scsi/dpt/
3506 DRBD DRIVER
3507 P:      Philipp Reisner
3508 P:      Lars Ellenberg
3509 M:      drbd-dev@lists.linbit.com
3510 L:      drbd-user@lists.linbit.com
3511 W:      http://www.drbd.org
3512 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3513 T:      git git://git.drbd.org/drbd-8.3.git
3514 S:      Supported
3515 F:      drivers/block/drbd/
3516 F:      lib/lru_cache.c
3517 F:      Documentation/blockdev/drbd/
3519 DRIVER CORE, KOBJECTS, DEBUGFS, KERNFS AND SYSFS
3520 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3521 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3522 S:      Supported
3523 F:      Documentation/kobject.txt
3524 F:      drivers/base/
3525 F:      fs/debugfs/
3526 F:      fs/kernfs/
3527 F:      fs/sysfs/
3528 F:      include/linux/debugfs.h
3529 F:      include/linux/kobj*
3530 F:      lib/kobj*
3532 DRM DRIVERS
3533 M:      David Airlie <airlied@linux.ie>
3534 L:      dri-devel@lists.freedesktop.org
3535 T:      git git://people.freedesktop.org/~airlied/linux
3536 S:      Maintained
3537 F:      drivers/gpu/drm/
3538 F:      drivers/gpu/vga/
3539 F:      include/drm/
3540 F:      include/uapi/drm/
3542 RADEON DRM DRIVERS
3543 M:      Alex Deucher <alexander.deucher@amd.com>
3544 M:      Christian König <christian.koenig@amd.com>
3545 L:      dri-devel@lists.freedesktop.org
3546 T:      git git://people.freedesktop.org/~agd5f/linux
3547 S:      Supported
3548 F:      drivers/gpu/drm/radeon/
3549 F:      include/uapi/drm/radeon*
3551 DRM PANEL DRIVERS
3552 M:      Thierry Reding <thierry.reding@gmail.com>
3553 L:      dri-devel@lists.freedesktop.org
3554 T:      git git://anongit.freedesktop.org/tegra/linux.git
3555 S:      Maintained
3556 F:      drivers/gpu/drm/drm_panel.c
3557 F:      drivers/gpu/drm/panel/
3558 F:      include/drm/drm_panel.h
3559 F:      Documentation/devicetree/bindings/panel/
3561 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3562 M:      Daniel Vetter <daniel.vetter@intel.com>
3563 M:      Jani Nikula <jani.nikula@linux.intel.com>
3564 L:      intel-gfx@lists.freedesktop.org
3565 L:      dri-devel@lists.freedesktop.org
3566 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3567 T:      git git://anongit.freedesktop.org/drm-intel
3568 S:      Supported
3569 F:      drivers/gpu/drm/i915/
3570 F:      include/drm/i915*
3571 F:      include/uapi/drm/i915*
3573 DRM DRIVERS FOR EXYNOS
3574 M:      Inki Dae <inki.dae@samsung.com>
3575 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3576 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3577 M:      Kyungmin Park <kyungmin.park@samsung.com>
3578 L:      dri-devel@lists.freedesktop.org
3579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3580 S:      Supported
3581 F:      drivers/gpu/drm/exynos/
3582 F:      include/drm/exynos*
3583 F:      include/uapi/drm/exynos*
3585 DRM DRIVERS FOR FREESCALE DCU
3586 M:      Jianwei Wang <jianwei.wang.chn@gmail.com>
3587 M:      Alison Wang <alison.wang@freescale.com>
3588 L:      dri-devel@lists.freedesktop.org
3589 S:      Supported
3590 F:      drivers/gpu/drm/fsl-dcu/
3591 F:      Documentation/devicetree/bindings/video/fsl,dcu.txt
3592 F:      Documentation/devicetree/bindings/panel/nec,nl4827hc19_05b.txt
3594 DRM DRIVERS FOR FREESCALE IMX
3595 M:      Philipp Zabel <p.zabel@pengutronix.de>
3596 L:      dri-devel@lists.freedesktop.org
3597 S:      Maintained
3598 F:      drivers/gpu/drm/imx/
3599 F:      Documentation/devicetree/bindings/drm/imx/
3601 DRM DRIVERS FOR NVIDIA TEGRA
3602 M:      Thierry Reding <thierry.reding@gmail.com>
3603 M:      Terje Bergström <tbergstrom@nvidia.com>
3604 L:      dri-devel@lists.freedesktop.org
3605 L:      linux-tegra@vger.kernel.org
3606 T:      git git://anongit.freedesktop.org/tegra/linux.git
3607 S:      Supported
3608 F:      drivers/gpu/drm/tegra/
3609 F:      drivers/gpu/host1x/
3610 F:      include/linux/host1x.h
3611 F:      include/uapi/drm/tegra_drm.h
3612 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3614 DRM DRIVERS FOR RENESAS
3615 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3616 L:      dri-devel@lists.freedesktop.org
3617 L:      linux-sh@vger.kernel.org
3618 T:      git git://people.freedesktop.org/~airlied/linux
3619 S:      Supported
3620 F:      drivers/gpu/drm/rcar-du/
3621 F:      drivers/gpu/drm/shmobile/
3622 F:      include/linux/platform_data/shmob_drm.h
3624 DRM DRIVERS FOR ROCKCHIP
3625 M:      Mark Yao <mark.yao@rock-chips.com>
3626 L:      dri-devel@lists.freedesktop.org
3627 S:      Maintained
3628 F:      drivers/gpu/drm/rockchip/
3629 F:      Documentation/devicetree/bindings/video/rockchip*
3631 DRM DRIVERS FOR STI
3632 M:      Benjamin Gaignard <benjamin.gaignard@linaro.org>
3633 M:      Vincent Abriou <vincent.abriou@st.com>
3634 L:      dri-devel@lists.freedesktop.org
3635 T:      git http://git.linaro.org/people/benjamin.gaignard/kernel.git
3636 S:      Maintained
3637 F:      drivers/gpu/drm/sti
3638 F:      Documentation/devicetree/bindings/gpu/st,stih4xx.txt
3640 DSBR100 USB FM RADIO DRIVER
3641 M:      Alexey Klimov <klimov.linux@gmail.com>
3642 L:      linux-media@vger.kernel.org
3643 T:      git git://linuxtv.org/media_tree.git
3644 S:      Maintained
3645 F:      drivers/media/radio/dsbr100.c
3647 DSCC4 DRIVER
3648 M:      Francois Romieu <romieu@fr.zoreil.com>
3649 L:      netdev@vger.kernel.org
3650 S:      Maintained
3651 F:      drivers/net/wan/dscc4.c
3653 DT3155 MEDIA DRIVER
3654 M:      Hans Verkuil <hverkuil@xs4all.nl>
3655 L:      linux-media@vger.kernel.org
3656 T:      git git://linuxtv.org/media_tree.git
3657 W:      http://linuxtv.org
3658 S:      Odd Fixes
3659 F:      drivers/media/pci/dt3155/
3661 DVB_USB_AF9015 MEDIA DRIVER
3662 M:      Antti Palosaari <crope@iki.fi>
3663 L:      linux-media@vger.kernel.org
3664 W:      http://linuxtv.org/
3665 W:      http://palosaari.fi/linux/
3666 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3667 T:      git git://linuxtv.org/anttip/media_tree.git
3668 S:      Maintained
3669 F:      drivers/media/usb/dvb-usb-v2/af9015*
3671 DVB_USB_AF9035 MEDIA DRIVER
3672 M:      Antti Palosaari <crope@iki.fi>
3673 L:      linux-media@vger.kernel.org
3674 W:      http://linuxtv.org/
3675 W:      http://palosaari.fi/linux/
3676 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3677 T:      git git://linuxtv.org/anttip/media_tree.git
3678 S:      Maintained
3679 F:      drivers/media/usb/dvb-usb-v2/af9035*
3681 DVB_USB_ANYSEE MEDIA DRIVER
3682 M:      Antti Palosaari <crope@iki.fi>
3683 L:      linux-media@vger.kernel.org
3684 W:      http://linuxtv.org/
3685 W:      http://palosaari.fi/linux/
3686 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3687 T:      git git://linuxtv.org/anttip/media_tree.git
3688 S:      Maintained
3689 F:      drivers/media/usb/dvb-usb-v2/anysee*
3691 DVB_USB_AU6610 MEDIA DRIVER
3692 M:      Antti Palosaari <crope@iki.fi>
3693 L:      linux-media@vger.kernel.org
3694 W:      http://linuxtv.org/
3695 W:      http://palosaari.fi/linux/
3696 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3697 T:      git git://linuxtv.org/anttip/media_tree.git
3698 S:      Maintained
3699 F:      drivers/media/usb/dvb-usb-v2/au6610*
3701 DVB_USB_CE6230 MEDIA DRIVER
3702 M:      Antti Palosaari <crope@iki.fi>
3703 L:      linux-media@vger.kernel.org
3704 W:      http://linuxtv.org/
3705 W:      http://palosaari.fi/linux/
3706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3707 T:      git git://linuxtv.org/anttip/media_tree.git
3708 S:      Maintained
3709 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3711 DVB_USB_CXUSB MEDIA DRIVER
3712 M:      Michael Krufky <mkrufky@linuxtv.org>
3713 L:      linux-media@vger.kernel.org
3714 W:      http://linuxtv.org/
3715 W:      http://github.com/mkrufky
3716 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3717 T:      git git://linuxtv.org/media_tree.git
3718 S:      Maintained
3719 F:      drivers/media/usb/dvb-usb/cxusb*
3721 DVB_USB_EC168 MEDIA DRIVER
3722 M:      Antti Palosaari <crope@iki.fi>
3723 L:      linux-media@vger.kernel.org
3724 W:      http://linuxtv.org/
3725 W:      http://palosaari.fi/linux/
3726 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3727 T:      git git://linuxtv.org/anttip/media_tree.git
3728 S:      Maintained
3729 F:      drivers/media/usb/dvb-usb-v2/ec168*
3731 DVB_USB_GL861 MEDIA DRIVER
3732 M:      Antti Palosaari <crope@iki.fi>
3733 L:      linux-media@vger.kernel.org
3734 W:      http://linuxtv.org/
3735 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3736 T:      git git://linuxtv.org/anttip/media_tree.git
3737 S:      Maintained
3738 F:      drivers/media/usb/dvb-usb-v2/gl861*
3740 DVB_USB_MXL111SF MEDIA DRIVER
3741 M:      Michael Krufky <mkrufky@linuxtv.org>
3742 L:      linux-media@vger.kernel.org
3743 W:      http://linuxtv.org/
3744 W:      http://github.com/mkrufky
3745 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3746 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3747 S:      Maintained
3748 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3750 DVB_USB_RTL28XXU MEDIA DRIVER
3751 M:      Antti Palosaari <crope@iki.fi>
3752 L:      linux-media@vger.kernel.org
3753 W:      http://linuxtv.org/
3754 W:      http://palosaari.fi/linux/
3755 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3756 T:      git git://linuxtv.org/anttip/media_tree.git
3757 S:      Maintained
3758 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3760 DVB_USB_V2 MEDIA DRIVER
3761 M:      Antti Palosaari <crope@iki.fi>
3762 L:      linux-media@vger.kernel.org
3763 W:      http://linuxtv.org/
3764 W:      http://palosaari.fi/linux/
3765 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3766 T:      git git://linuxtv.org/anttip/media_tree.git
3767 S:      Maintained
3768 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3769 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3771 DYNAMIC DEBUG
3772 M:      Jason Baron <jbaron@akamai.com>
3773 S:      Maintained
3774 F:      lib/dynamic_debug.c
3775 F:      include/linux/dynamic_debug.h
3777 DZ DECSTATION DZ11 SERIAL DRIVER
3778 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3779 S:      Maintained
3780 F:      drivers/tty/serial/dz.*
3782 E3X0 POWER BUTTON DRIVER
3783 M:      Moritz Fischer <moritz.fischer@ettus.com>
3784 L:      usrp-users@lists.ettus.com
3785 W:      http://www.ettus.com
3786 S:      Supported
3787 F:      drivers/input/misc/e3x0-button.c
3788 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3790 E4000 MEDIA DRIVER
3791 M:      Antti Palosaari <crope@iki.fi>
3792 L:      linux-media@vger.kernel.org
3793 W:      http://linuxtv.org/
3794 W:      http://palosaari.fi/linux/
3795 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3796 T:      git git://linuxtv.org/anttip/media_tree.git
3797 S:      Maintained
3798 F:      drivers/media/tuners/e4000*
3800 EATA ISA/EISA/PCI SCSI DRIVER
3801 M:      Dario Ballabio <ballabio_dario@emc.com>
3802 L:      linux-scsi@vger.kernel.org
3803 S:      Maintained
3804 F:      drivers/scsi/eata.c
3806 EC100 MEDIA DRIVER
3807 M:      Antti Palosaari <crope@iki.fi>
3808 L:      linux-media@vger.kernel.org
3809 W:      http://linuxtv.org/
3810 W:      http://palosaari.fi/linux/
3811 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3812 T:      git git://linuxtv.org/anttip/media_tree.git
3813 S:      Maintained
3814 F:      drivers/media/dvb-frontends/ec100*
3816 ECRYPT FILE SYSTEM
3817 M:      Tyler Hicks <tyhicks@canonical.com>
3818 L:      ecryptfs@vger.kernel.org
3819 W:      http://ecryptfs.org
3820 W:      https://launchpad.net/ecryptfs
3821 S:      Supported
3822 F:      Documentation/filesystems/ecryptfs.txt
3823 F:      fs/ecryptfs/
3825 EDAC-CORE
3826 M:      Doug Thompson <dougthompson@xmission.com>
3827 M:      Borislav Petkov <bp@alien8.de>
3828 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3829 L:      linux-edac@vger.kernel.org
3830 W:      bluesmoke.sourceforge.net
3831 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3832 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3833 S:      Supported
3834 F:      Documentation/edac.txt
3835 F:      drivers/edac/
3836 F:      include/linux/edac.h
3838 EDAC-AMD64
3839 M:      Doug Thompson <dougthompson@xmission.com>
3840 M:      Borislav Petkov <bp@alien8.de>
3841 L:      linux-edac@vger.kernel.org
3842 W:      bluesmoke.sourceforge.net
3843 S:      Maintained
3844 F:      drivers/edac/amd64_edac*
3846 EDAC-CALXEDA
3847 M:      Doug Thompson <dougthompson@xmission.com>
3848 M:      Robert Richter <rric@kernel.org>
3849 L:      linux-edac@vger.kernel.org
3850 W:      bluesmoke.sourceforge.net
3851 S:      Maintained
3852 F:      drivers/edac/highbank*
3854 EDAC-CAVIUM
3855 M:      Ralf Baechle <ralf@linux-mips.org>
3856 M:      David Daney <david.daney@cavium.com>
3857 L:      linux-edac@vger.kernel.org
3858 L:      linux-mips@linux-mips.org
3859 W:      bluesmoke.sourceforge.net
3860 S:      Supported
3861 F:      drivers/edac/octeon_edac*
3863 EDAC-E752X
3864 M:      Mark Gross <mark.gross@intel.com>
3865 M:      Doug Thompson <dougthompson@xmission.com>
3866 L:      linux-edac@vger.kernel.org
3867 W:      bluesmoke.sourceforge.net
3868 S:      Maintained
3869 F:      drivers/edac/e752x_edac.c
3871 EDAC-E7XXX
3872 M:      Doug Thompson <dougthompson@xmission.com>
3873 L:      linux-edac@vger.kernel.org
3874 W:      bluesmoke.sourceforge.net
3875 S:      Maintained
3876 F:      drivers/edac/e7xxx_edac.c
3878 EDAC-GHES
3879 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3880 L:      linux-edac@vger.kernel.org
3881 W:      bluesmoke.sourceforge.net
3882 S:      Maintained
3883 F:      drivers/edac/ghes_edac.c
3885 EDAC-I82443BXGX
3886 M:      Tim Small <tim@buttersideup.com>
3887 L:      linux-edac@vger.kernel.org
3888 W:      bluesmoke.sourceforge.net
3889 S:      Maintained
3890 F:      drivers/edac/i82443bxgx_edac.c
3892 EDAC-I3000
3893 M:      Jason Uhlenkott <juhlenko@akamai.com>
3894 L:      linux-edac@vger.kernel.org
3895 W:      bluesmoke.sourceforge.net
3896 S:      Maintained
3897 F:      drivers/edac/i3000_edac.c
3899 EDAC-I5000
3900 M:      Doug Thompson <dougthompson@xmission.com>
3901 L:      linux-edac@vger.kernel.org
3902 W:      bluesmoke.sourceforge.net
3903 S:      Maintained
3904 F:      drivers/edac/i5000_edac.c
3906 EDAC-I5400
3907 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3908 L:      linux-edac@vger.kernel.org
3909 W:      bluesmoke.sourceforge.net
3910 S:      Maintained
3911 F:      drivers/edac/i5400_edac.c
3913 EDAC-I7300
3914 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3915 L:      linux-edac@vger.kernel.org
3916 W:      bluesmoke.sourceforge.net
3917 S:      Maintained
3918 F:      drivers/edac/i7300_edac.c
3920 EDAC-I7CORE
3921 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3922 L:      linux-edac@vger.kernel.org
3923 W:      bluesmoke.sourceforge.net
3924 S:      Maintained
3925 F:      drivers/edac/i7core_edac.c
3927 EDAC-I82975X
3928 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3929 M:      "Arvind R." <arvino55@gmail.com>
3930 L:      linux-edac@vger.kernel.org
3931 W:      bluesmoke.sourceforge.net
3932 S:      Maintained
3933 F:      drivers/edac/i82975x_edac.c
3935 EDAC-IE31200
3936 M:      Jason Baron <jbaron@akamai.com>
3937 L:      linux-edac@vger.kernel.org
3938 W:      bluesmoke.sourceforge.net
3939 S:      Maintained
3940 F:      drivers/edac/ie31200_edac.c
3942 EDAC-MPC85XX
3943 M:      Johannes Thumshirn <morbidrsa@gmail.com>
3944 L:      linux-edac@vger.kernel.org
3945 W:      bluesmoke.sourceforge.net
3946 S:      Maintained
3947 F:      drivers/edac/mpc85xx_edac.[ch]
3949 EDAC-PASEMI
3950 M:      Egor Martovetsky <egor@pasemi.com>
3951 L:      linux-edac@vger.kernel.org
3952 W:      bluesmoke.sourceforge.net
3953 S:      Maintained
3954 F:      drivers/edac/pasemi_edac.c
3956 EDAC-R82600
3957 M:      Tim Small <tim@buttersideup.com>
3958 L:      linux-edac@vger.kernel.org
3959 W:      bluesmoke.sourceforge.net
3960 S:      Maintained
3961 F:      drivers/edac/r82600_edac.c
3963 EDAC-SBRIDGE
3964 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3965 L:      linux-edac@vger.kernel.org
3966 W:      bluesmoke.sourceforge.net
3967 S:      Maintained
3968 F:      drivers/edac/sb_edac.c
3970 EDAC-XGENE
3971 APPLIED MICRO (APM) X-GENE SOC EDAC
3972 M:     Loc Ho <lho@apm.com>
3973 S:     Supported
3974 F:     drivers/edac/xgene_edac.c
3975 F:     Documentation/devicetree/bindings/edac/apm-xgene-edac.txt
3977 EDIROL UA-101/UA-1000 DRIVER
3978 M:      Clemens Ladisch <clemens@ladisch.de>
3979 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3980 T:      git git://git.alsa-project.org/alsa-kernel.git
3981 S:      Maintained
3982 F:      sound/usb/misc/ua101.c
3984 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3985 M:      Matt Fleming <matt.fleming@intel.com>
3986 L:      linux-efi@vger.kernel.org
3987 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3988 S:      Maintained
3989 F:      Documentation/efi-stub.txt
3990 F:      arch/ia64/kernel/efi.c
3991 F:      arch/x86/boot/compressed/eboot.[ch]
3992 F:      arch/x86/include/asm/efi.h
3993 F:      arch/x86/platform/efi/*
3994 F:      drivers/firmware/efi/*
3995 F:      include/linux/efi*.h
3997 EFI VARIABLE FILESYSTEM
3998 M:      Matthew Garrett <matthew.garrett@nebula.com>
3999 M:      Jeremy Kerr <jk@ozlabs.org>
4000 M:      Matt Fleming <matt.fleming@intel.com>
4001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
4002 L:      linux-efi@vger.kernel.org
4003 S:      Maintained
4004 F:      fs/efivarfs/
4006 EFIFB FRAMEBUFFER DRIVER
4007 L:      linux-fbdev@vger.kernel.org
4008 M:      Peter Jones <pjones@redhat.com>
4009 S:      Maintained
4010 F:      drivers/video/fbdev/efifb.c
4012 EFS FILESYSTEM
4013 W:      http://aeschi.ch.eu.org/efs/
4014 S:      Orphan
4015 F:      fs/efs/
4017 EHCA (IBM GX bus InfiniBand adapter) DRIVER
4018 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
4019 M:      Christoph Raisch <raisch@de.ibm.com>
4020 L:      linux-rdma@vger.kernel.org
4021 S:      Supported
4022 F:      drivers/infiniband/hw/ehca/
4024 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
4025 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
4026 L:      netdev@vger.kernel.org
4027 S:      Maintained
4028 F:      drivers/net/ethernet/ibm/ehea/
4030 EM28XX VIDEO4LINUX DRIVER
4031 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
4032 L:      linux-media@vger.kernel.org
4033 W:      http://linuxtv.org
4034 T:      git git://linuxtv.org/media_tree.git
4035 S:      Maintained
4036 F:      drivers/media/usb/em28xx/
4038 EMBEDDED LINUX
4039 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
4040 M:      Matt Mackall <mpm@selenic.com>
4041 M:      David Woodhouse <dwmw2@infradead.org>
4042 L:      linux-embedded@vger.kernel.org
4043 S:      Maintained
4045 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
4046 M:      James Smart <james.smart@avagotech.com>
4047 M:      Dick Kennedy <dick.kennedy@avagotech.com>
4048 L:      linux-scsi@vger.kernel.org
4049 W:      http://www.avagotech.com
4050 S:      Supported
4051 F:      drivers/scsi/lpfc/
4053 ENE CB710 FLASH CARD READER DRIVER
4054 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
4055 S:      Maintained
4056 F:      drivers/misc/cb710/
4057 F:      drivers/mmc/host/cb710-mmc.*
4058 F:      include/linux/cb710.h
4060 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
4061 M:      Maxim Levitsky <maximlevitsky@gmail.com>
4062 S:      Maintained
4063 F:      drivers/media/rc/ene_ir.*
4065 ENHANCED ERROR HANDLING (EEH)
4066 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
4067 L:      linuxppc-dev@lists.ozlabs.org
4068 S:      Supported
4069 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4070 F:      arch/powerpc/kernel/eeh*.c
4072 EPSON S1D13XXX FRAMEBUFFER DRIVER
4073 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
4074 S:      Maintained
4075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
4076 F:      drivers/video/fbdev/s1d13xxxfb.c
4077 F:      include/video/s1d13xxxfb.h
4079 ET131X NETWORK DRIVER
4080 M:      Mark Einon <mark.einon@gmail.com>
4081 S:      Odd Fixes
4082 F:      drivers/net/ethernet/agere/
4084 ETHERNET BRIDGE
4085 M:      Stephen Hemminger <stephen@networkplumber.org>
4086 L:      bridge@lists.linux-foundation.org
4087 L:      netdev@vger.kernel.org
4088 W:      http://www.linuxfoundation.org/en/Net:Bridge
4089 S:      Maintained
4090 F:      include/linux/netfilter_bridge/
4091 F:      net/bridge/
4093 ETHERNET PHY LIBRARY
4094 M:      Florian Fainelli <f.fainelli@gmail.com>
4095 L:      netdev@vger.kernel.org
4096 S:      Maintained
4097 F:      include/linux/phy.h
4098 F:      include/linux/phy_fixed.h
4099 F:      drivers/net/phy/
4100 F:      Documentation/networking/phy.txt
4101 F:      drivers/of/of_mdio.c
4102 F:      drivers/of/of_net.c
4104 EXT2 FILE SYSTEM
4105 M:      Jan Kara <jack@suse.com>
4106 L:      linux-ext4@vger.kernel.org
4107 S:      Maintained
4108 F:      Documentation/filesystems/ext2.txt
4109 F:      fs/ext2/
4110 F:      include/linux/ext2*
4112 EXT4 FILE SYSTEM
4113 M:      "Theodore Ts'o" <tytso@mit.edu>
4114 M:      Andreas Dilger <adilger.kernel@dilger.ca>
4115 L:      linux-ext4@vger.kernel.org
4116 W:      http://ext4.wiki.kernel.org
4117 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
4118 S:      Maintained
4119 F:      Documentation/filesystems/ext4.txt
4120 F:      fs/ext4/
4122 Extended Verification Module (EVM)
4123 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4124 L:      linux-ima-devel@lists.sourceforge.net
4125 L:      linux-security-module@vger.kernel.org
4126 S:      Supported
4127 F:      security/integrity/evm/
4129 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
4130 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
4131 M:      Chanwoo Choi <cw00.choi@samsung.com>
4132 L:      linux-kernel@vger.kernel.org
4133 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
4134 S:      Maintained
4135 F:      drivers/extcon/
4136 F:      Documentation/extcon/
4138 EXYNOS DP DRIVER
4139 M:      Jingoo Han <jingoohan1@gmail.com>
4140 L:      dri-devel@lists.freedesktop.org
4141 S:      Maintained
4142 F:      drivers/gpu/drm/exynos/exynos_dp*
4144 EXYNOS MIPI DISPLAY DRIVERS
4145 M:      Inki Dae <inki.dae@samsung.com>
4146 M:      Donghwa Lee <dh09.lee@samsung.com>
4147 M:      Kyungmin Park <kyungmin.park@samsung.com>
4148 L:      linux-fbdev@vger.kernel.org
4149 S:      Maintained
4150 F:      drivers/video/fbdev/exynos/exynos_mipi*
4151 F:      include/video/exynos_mipi*
4153 F71805F HARDWARE MONITORING DRIVER
4154 M:      Jean Delvare <jdelvare@suse.com>
4155 L:      lm-sensors@lm-sensors.org
4156 S:      Maintained
4157 F:      Documentation/hwmon/f71805f
4158 F:      drivers/hwmon/f71805f.c
4160 FC0011 TUNER DRIVER
4161 M:      Michael Buesch <m@bues.ch>
4162 L:      linux-media@vger.kernel.org
4163 S:      Maintained
4164 F:      drivers/media/tuners/fc0011.h
4165 F:      drivers/media/tuners/fc0011.c
4167 FC2580 MEDIA DRIVER
4168 M:      Antti Palosaari <crope@iki.fi>
4169 L:      linux-media@vger.kernel.org
4170 W:      http://linuxtv.org/
4171 W:      http://palosaari.fi/linux/
4172 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4173 T:      git git://linuxtv.org/anttip/media_tree.git
4174 S:      Maintained
4175 F:      drivers/media/tuners/fc2580*
4177 FANOTIFY
4178 M:      Eric Paris <eparis@redhat.com>
4179 S:      Maintained
4180 F:      fs/notify/fanotify/
4181 F:      include/linux/fanotify.h
4182 F:      include/uapi/linux/fanotify.h
4184 FARSYNC SYNCHRONOUS DRIVER
4185 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
4186 W:      http://www.farsite.co.uk/
4187 S:      Supported
4188 F:      drivers/net/wan/farsync.*
4190 FAULT INJECTION SUPPORT
4191 M:      Akinobu Mita <akinobu.mita@gmail.com>
4192 S:      Supported
4193 F:      Documentation/fault-injection/
4194 F:      lib/fault-inject.c
4196 FBTFT Framebuffer drivers
4197 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4198 M:      Noralf Trønnes <noralf@tronnes.org>
4199 S:      Maintained
4200 F:      drivers/staging/fbtft/
4202 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4203 M:      Vasu Dev <vasu.dev@intel.com>
4204 L:      fcoe-devel@open-fcoe.org
4205 W:      www.Open-FCoE.org
4206 S:      Supported
4207 F:      drivers/scsi/libfc/
4208 F:      drivers/scsi/fcoe/
4209 F:      include/scsi/fc/
4210 F:      include/scsi/libfc.h
4211 F:      include/scsi/libfcoe.h
4212 F:      include/uapi/scsi/fc/
4214 FILE LOCKING (flock() and fcntl()/lockf())
4215 M:      Jeff Layton <jlayton@poochiereds.net>
4216 M:      "J. Bruce Fields" <bfields@fieldses.org>
4217 L:      linux-fsdevel@vger.kernel.org
4218 S:      Maintained
4219 F:      include/linux/fcntl.h
4220 F:      include/linux/fs.h
4221 F:      include/uapi/linux/fcntl.h
4222 F:      include/uapi/linux/fs.h
4223 F:      fs/fcntl.c
4224 F:      fs/locks.c
4226 FILESYSTEMS (VFS and infrastructure)
4227 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4228 L:      linux-fsdevel@vger.kernel.org
4229 S:      Maintained
4230 F:      fs/*
4232 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4233 M:      Riku Voipio <riku.voipio@iki.fi>
4234 L:      lm-sensors@lm-sensors.org
4235 S:      Maintained
4236 F:      drivers/hwmon/f75375s.c
4237 F:      include/linux/f75375s.h
4239 FIREWIRE AUDIO DRIVERS
4240 M:      Clemens Ladisch <clemens@ladisch.de>
4241 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4242 T:      git git://git.alsa-project.org/alsa-kernel.git
4243 S:      Maintained
4244 F:      sound/firewire/
4246 FIREWIRE MEDIA DRIVERS (firedtv)
4247 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4248 L:      linux-media@vger.kernel.org
4249 L:      linux1394-devel@lists.sourceforge.net
4250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4251 S:      Maintained
4252 F:      drivers/media/firewire/
4254 FIREWIRE SBP-2 TARGET
4255 M:      Chris Boot <bootc@bootc.net>
4256 L:      linux-scsi@vger.kernel.org
4257 L:      target-devel@vger.kernel.org
4258 L:      linux1394-devel@lists.sourceforge.net
4259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4260 S:      Maintained
4261 F:      drivers/target/sbp/
4263 FIREWIRE SUBSYSTEM
4264 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4265 L:      linux1394-devel@lists.sourceforge.net
4266 W:      http://ieee1394.wiki.kernel.org/
4267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4268 S:      Maintained
4269 F:      drivers/firewire/
4270 F:      include/linux/firewire.h
4271 F:      include/uapi/linux/firewire*.h
4272 F:      tools/firewire/
4274 FIRMWARE LOADER (request_firmware)
4275 M:      Ming Lei <ming.lei@canonical.com>
4276 L:      linux-kernel@vger.kernel.org
4277 S:      Maintained
4278 F:      Documentation/firmware_class/
4279 F:      drivers/base/firmware*.c
4280 F:      include/linux/firmware.h
4282 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4283 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4284 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4285 S:      Maintained
4286 F:      drivers/block/rsxx/
4288 FLOPPY DRIVER
4289 M:      Jiri Kosina <jikos@kernel.org>
4290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4291 S:      Odd fixes
4292 F:      drivers/block/floppy.c
4294 FMC SUBSYSTEM
4295 M:      Alessandro Rubini <rubini@gnudd.com>
4296 W:      http://www.ohwr.org/projects/fmc-bus
4297 S:      Supported
4298 F:      drivers/fmc/
4299 F:      include/linux/fmc*.h
4300 F:      include/linux/ipmi-fru.h
4301 K:      fmc_d.*register
4303 FPU EMULATOR
4304 M:      Bill Metzenthen <billm@melbpc.org.au>
4305 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4306 S:      Maintained
4307 F:      arch/x86/math-emu/
4309 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4310 L:      netdev@vger.kernel.org
4311 S:      Orphan
4312 F:      drivers/net/wan/dlci.c
4313 F:      drivers/net/wan/sdla.c
4315 FRAMEBUFFER LAYER
4316 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4317 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4318 L:      linux-fbdev@vger.kernel.org
4319 W:      http://linux-fbdev.sourceforge.net/
4320 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4322 S:      Maintained
4323 F:      Documentation/fb/
4324 F:      Documentation/devicetree/bindings/fb/
4325 F:      drivers/video/
4326 F:      include/video/
4327 F:      include/linux/fb.h
4328 F:      include/uapi/video/
4329 F:      include/uapi/linux/fb.h
4331 FREESCALE DIU FRAMEBUFFER DRIVER
4332 M:      Timur Tabi <timur@tabi.org>
4333 L:      linux-fbdev@vger.kernel.org
4334 S:      Maintained
4335 F:      drivers/video/fbdev/fsl-diu-fb.*
4337 FREESCALE DMA DRIVER
4338 M:      Li Yang <leoli@freescale.com>
4339 M:      Zhang Wei <zw@zh-kernel.org>
4340 L:      linuxppc-dev@lists.ozlabs.org
4341 S:      Maintained
4342 F:      drivers/dma/fsldma.*
4344 FREESCALE I2C CPM DRIVER
4345 M:      Jochen Friedrich <jochen@scram.de>
4346 L:      linuxppc-dev@lists.ozlabs.org
4347 L:      linux-i2c@vger.kernel.org
4348 S:      Maintained
4349 F:      drivers/i2c/busses/i2c-cpm.c
4351 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4352 M:      Sascha Hauer <kernel@pengutronix.de>
4353 L:      linux-fbdev@vger.kernel.org
4354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4355 S:      Maintained
4356 F:      include/linux/platform_data/video-imxfb.h
4357 F:      drivers/video/fbdev/imxfb.c
4359 FREESCALE QUAD SPI DRIVER
4360 M:      Han Xu <han.xu@freescale.com>
4361 L:      linux-mtd@lists.infradead.org
4362 S:      Maintained
4363 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4365 FREESCALE SOC FS_ENET DRIVER
4366 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4367 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4368 L:      linuxppc-dev@lists.ozlabs.org
4369 L:      netdev@vger.kernel.org
4370 S:      Maintained
4371 F:      drivers/net/ethernet/freescale/fs_enet/
4372 F:      include/linux/fs_enet_pd.h
4374 FREESCALE QUICC ENGINE LIBRARY
4375 L:      linuxppc-dev@lists.ozlabs.org
4376 S:      Orphan
4377 F:      arch/powerpc/sysdev/qe_lib/
4378 F:      arch/powerpc/include/asm/*qe.h
4380 FREESCALE USB PERIPHERAL DRIVERS
4381 M:      Li Yang <leoli@freescale.com>
4382 L:      linux-usb@vger.kernel.org
4383 L:      linuxppc-dev@lists.ozlabs.org
4384 S:      Maintained
4385 F:      drivers/usb/gadget/udc/fsl*
4387 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4388 M:      Li Yang <leoli@freescale.com>
4389 L:      netdev@vger.kernel.org
4390 L:      linuxppc-dev@lists.ozlabs.org
4391 S:      Maintained
4392 F:      drivers/net/ethernet/freescale/ucc_geth*
4394 FREESCALE QUICC ENGINE UCC UART DRIVER
4395 M:      Timur Tabi <timur@tabi.org>
4396 L:      linuxppc-dev@lists.ozlabs.org
4397 S:      Maintained
4398 F:      drivers/tty/serial/ucc_uart.c
4400 FREESCALE SOC SOUND DRIVERS
4401 M:      Timur Tabi <timur@tabi.org>
4402 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4403 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4404 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4405 L:      linuxppc-dev@lists.ozlabs.org
4406 S:      Maintained
4407 F:      sound/soc/fsl/fsl*
4408 F:      sound/soc/fsl/imx*
4409 F:      sound/soc/fsl/mpc8610_hpcd.c
4411 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4412 M:      "J. German Rivera" <German.Rivera@freescale.com>
4413 L:      linux-kernel@vger.kernel.org
4414 S:      Maintained
4415 F:      drivers/staging/fsl-mc/
4417 FREEVXFS FILESYSTEM
4418 M:      Christoph Hellwig <hch@infradead.org>
4419 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4420 S:      Maintained
4421 F:      fs/freevxfs/
4423 FREEZER
4424 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4425 M:      Pavel Machek <pavel@ucw.cz>
4426 L:      linux-pm@vger.kernel.org
4427 S:      Supported
4428 F:      Documentation/power/freezing-of-tasks.txt
4429 F:      include/linux/freezer.h
4430 F:      kernel/freezer.c
4432 FRONTSWAP API
4433 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4434 L:      linux-kernel@vger.kernel.org
4435 S:      Maintained
4436 F:      mm/frontswap.c
4437 F:      include/linux/frontswap.h
4439 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4440 M:      David Howells <dhowells@redhat.com>
4441 L:      linux-cachefs@redhat.com
4442 S:      Supported
4443 F:      Documentation/filesystems/caching/
4444 F:      fs/fscache/
4445 F:      include/linux/fscache*.h
4447 F2FS FILE SYSTEM
4448 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4449 M:      Changman Lee <cm224.lee@samsung.com>
4450 R:      Chao Yu <chao2.yu@samsung.com>
4451 L:      linux-f2fs-devel@lists.sourceforge.net
4452 W:      http://en.wikipedia.org/wiki/F2FS
4453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4454 S:      Maintained
4455 F:      Documentation/filesystems/f2fs.txt
4456 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4457 F:      fs/f2fs/
4458 F:      include/linux/f2fs_fs.h
4459 F:      include/trace/events/f2fs.h
4461 FUJITSU FR-V (FRV) PORT
4462 M:      David Howells <dhowells@redhat.com>
4463 S:      Maintained
4464 F:      arch/frv/
4466 FUJITSU LAPTOP EXTRAS
4467 M:      Jonathan Woithe <jwoithe@just42.net>
4468 L:      platform-driver-x86@vger.kernel.org
4469 S:      Maintained
4470 F:      drivers/platform/x86/fujitsu-laptop.c
4472 FUJITSU M-5MO LS CAMERA ISP DRIVER
4473 M:      Kyungmin Park <kyungmin.park@samsung.com>
4474 M:      Heungjun Kim <riverful.kim@samsung.com>
4475 L:      linux-media@vger.kernel.org
4476 S:      Maintained
4477 F:      drivers/media/i2c/m5mols/
4478 F:      include/media/m5mols.h
4480 FUJITSU TABLET EXTRAS
4481 M:      Robert Gerlach <khnz@gmx.de>
4482 L:      platform-driver-x86@vger.kernel.org
4483 S:      Maintained
4484 F:      drivers/platform/x86/fujitsu-tablet.c
4486 FUSE: FILESYSTEM IN USERSPACE
4487 M:      Miklos Szeredi <miklos@szeredi.hu>
4488 L:      fuse-devel@lists.sourceforge.net
4489 W:      http://fuse.sourceforge.net/
4490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git
4491 S:      Maintained
4492 F:      fs/fuse/
4493 F:      include/uapi/linux/fuse.h
4494 F:      Documentation/filesystems/fuse.txt
4496 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4497 M:      Rik Faith <faith@cs.unc.edu>
4498 L:      linux-scsi@vger.kernel.org
4499 S:      Odd Fixes (e.g., new signatures)
4500 F:      drivers/scsi/fdomain.*
4502 GCOV BASED KERNEL PROFILING
4503 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4504 S:      Maintained
4505 F:      kernel/gcov/
4506 F:      Documentation/gcov.txt
4508 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4509 M:      Achim Leubner <achim_leubner@adaptec.com>
4510 L:      linux-scsi@vger.kernel.org
4511 W:      http://www.icp-vortex.com/
4512 S:      Supported
4513 F:      drivers/scsi/gdt*
4515 GDB KERNEL DEBUGGING HELPER SCRIPTS
4516 M:      Jan Kiszka <jan.kiszka@siemens.com>
4517 S:      Supported
4518 F:      scripts/gdb/
4520 GEMTEK FM RADIO RECEIVER DRIVER
4521 M:      Hans Verkuil <hverkuil@xs4all.nl>
4522 L:      linux-media@vger.kernel.org
4523 T:      git git://linuxtv.org/media_tree.git
4524 W:      http://linuxtv.org
4525 S:      Maintained
4526 F:      drivers/media/radio/radio-gemtek*
4528 GENERIC GPIO I2C DRIVER
4529 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4530 S:      Supported
4531 F:      drivers/i2c/busses/i2c-gpio.c
4532 F:      include/linux/i2c-gpio.h
4534 GENERIC GPIO I2C MULTIPLEXER DRIVER
4535 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4536 L:      linux-i2c@vger.kernel.org
4537 S:      Supported
4538 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4539 F:      include/linux/i2c-mux-gpio.h
4540 F:      Documentation/i2c/muxes/i2c-mux-gpio
4542 GENERIC HDLC (WAN) DRIVERS
4543 M:      Krzysztof Halasa <khc@pm.waw.pl>
4544 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4545 S:      Maintained
4546 F:      drivers/net/wan/c101.c
4547 F:      drivers/net/wan/hd6457*
4548 F:      drivers/net/wan/hdlc*
4549 F:      drivers/net/wan/n2.c
4550 F:      drivers/net/wan/pc300too.c
4551 F:      drivers/net/wan/pci200syn.c
4552 F:      drivers/net/wan/wanxl*
4554 GENERIC INCLUDE/ASM HEADER FILES
4555 M:      Arnd Bergmann <arnd@arndb.de>
4556 L:      linux-arch@vger.kernel.org
4557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4558 S:      Maintained
4559 F:      include/asm-generic/
4560 F:      include/uapi/asm-generic/
4562 GENERIC PHY FRAMEWORK
4563 M:      Kishon Vijay Abraham I <kishon@ti.com>
4564 L:      linux-kernel@vger.kernel.org
4565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4566 S:      Supported
4567 F:      drivers/phy/
4568 F:      include/linux/phy/
4570 GENERIC PM DOMAINS
4571 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4572 M:      Kevin Hilman <khilman@kernel.org>
4573 M:      Ulf Hansson <ulf.hansson@linaro.org>
4574 L:      linux-pm@vger.kernel.org
4575 S:      Supported
4576 F:      drivers/base/power/domain*.c
4577 F:      include/linux/pm_domain.h
4579 GENERIC UIO DRIVER FOR PCI DEVICES
4580 M:      "Michael S. Tsirkin" <mst@redhat.com>
4581 L:      kvm@vger.kernel.org
4582 S:      Supported
4583 F:      drivers/uio/uio_pci_generic.c
4585 GET_MAINTAINER SCRIPT
4586 M:      Joe Perches <joe@perches.com>
4587 S:      Maintained
4588 F:      scripts/get_maintainer.pl
4590 GFS2 FILE SYSTEM
4591 M:      Steven Whitehouse <swhiteho@redhat.com>
4592 M:      Bob Peterson <rpeterso@redhat.com>
4593 L:      cluster-devel@redhat.com
4594 W:      http://sources.redhat.com/cluster/
4595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4596 S:      Supported
4597 F:      Documentation/filesystems/gfs2*.txt
4598 F:      fs/gfs2/
4599 F:      include/uapi/linux/gfs2_ondisk.h
4601 GIGASET ISDN DRIVERS
4602 M:      Paul Bolle <pebolle@tiscali.nl>
4603 L:      gigaset307x-common@lists.sourceforge.net
4604 W:      http://gigaset307x.sourceforge.net/
4605 S:      Odd Fixes
4606 F:      Documentation/isdn/README.gigaset
4607 F:      drivers/isdn/gigaset/
4608 F:      include/uapi/linux/gigaset_dev.h
4610 GO7007 MPEG CODEC
4611 M:      Hans Verkuil <hans.verkuil@cisco.com>
4612 L:      linux-media@vger.kernel.org
4613 S:      Maintained
4614 F:      drivers/media/usb/go7007/
4616 GOODIX TOUCHSCREEN
4617 M:      Bastien Nocera <hadess@hadess.net>
4618 L:      linux-input@vger.kernel.org
4619 S:      Maintained
4620 F:      drivers/input/touchscreen/goodix.c
4622 GPIO SUBSYSTEM
4623 M:      Linus Walleij <linus.walleij@linaro.org>
4624 M:      Alexandre Courbot <gnurou@gmail.com>
4625 L:      linux-gpio@vger.kernel.org
4626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4627 S:      Maintained
4628 F:      Documentation/gpio/
4629 F:      drivers/gpio/
4630 F:      include/linux/gpio/
4631 F:      include/linux/gpio.h
4632 F:      include/asm-generic/gpio.h
4634 GRE DEMULTIPLEXER DRIVER
4635 M:      Dmitry Kozlov <xeb@mail.ru>
4636 L:      netdev@vger.kernel.org
4637 S:      Maintained
4638 F:      net/ipv4/gre_demux.c
4639 F:      net/ipv4/gre_offload.c
4640 F:      include/net/gre.h
4642 GRETH 10/100/1G Ethernet MAC device driver
4643 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4644 L:      netdev@vger.kernel.org
4645 S:      Maintained
4646 F:      drivers/net/ethernet/aeroflex/
4648 GSPCA FINEPIX SUBDRIVER
4649 M:      Frank Zago <frank@zago.net>
4650 L:      linux-media@vger.kernel.org
4651 T:      git git://linuxtv.org/media_tree.git
4652 S:      Maintained
4653 F:      drivers/media/usb/gspca/finepix.c
4655 GSPCA GL860 SUBDRIVER
4656 M:      Olivier Lorin <o.lorin@laposte.net>
4657 L:      linux-media@vger.kernel.org
4658 T:      git git://linuxtv.org/media_tree.git
4659 S:      Maintained
4660 F:      drivers/media/usb/gspca/gl860/
4662 GSPCA M5602 SUBDRIVER
4663 M:      Erik Andren <erik.andren@gmail.com>
4664 L:      linux-media@vger.kernel.org
4665 T:      git git://linuxtv.org/media_tree.git
4666 S:      Maintained
4667 F:      drivers/media/usb/gspca/m5602/
4669 GSPCA PAC207 SONIXB SUBDRIVER
4670 M:      Hans de Goede <hdegoede@redhat.com>
4671 L:      linux-media@vger.kernel.org
4672 T:      git git://linuxtv.org/media_tree.git
4673 S:      Maintained
4674 F:      drivers/media/usb/gspca/pac207.c
4676 GSPCA SN9C20X SUBDRIVER
4677 M:      Brian Johnson <brijohn@gmail.com>
4678 L:      linux-media@vger.kernel.org
4679 T:      git git://linuxtv.org/media_tree.git
4680 S:      Maintained
4681 F:      drivers/media/usb/gspca/sn9c20x.c
4683 GSPCA T613 SUBDRIVER
4684 M:      Leandro Costantino <lcostantino@gmail.com>
4685 L:      linux-media@vger.kernel.org
4686 T:      git git://linuxtv.org/media_tree.git
4687 S:      Maintained
4688 F:      drivers/media/usb/gspca/t613.c
4690 GSPCA USB WEBCAM DRIVER
4691 M:      Hans de Goede <hdegoede@redhat.com>
4692 L:      linux-media@vger.kernel.org
4693 T:      git git://linuxtv.org/media_tree.git
4694 S:      Maintained
4695 F:      drivers/media/usb/gspca/
4697 GUID PARTITION TABLE (GPT)
4698 M:      Davidlohr Bueso <dave@stgolabs.net>
4699 L:      linux-efi@vger.kernel.org
4700 S:      Maintained
4701 F:      block/partitions/efi.*
4703 STK1160 USB VIDEO CAPTURE DRIVER
4704 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4705 L:      linux-media@vger.kernel.org
4706 T:      git git://linuxtv.org/media_tree.git
4707 S:      Maintained
4708 F:      drivers/media/usb/stk1160/
4710 H8/300 ARCHITECTURE
4711 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
4712 L:      uclinux-h8-devel@lists.sourceforge.jp (moderated for non-subscribers)
4713 W:      http://uclinux-h8.sourceforge.jp
4714 T:      git git://git.sourceforge.jp/gitroot/uclinux-h8/linux.git
4715 S:      Maintained
4716 F:      arch/h8300/
4717 F:      drivers/clocksource/h8300_*.c
4718 F:      drivers/clk/h8300/
4719 F:      drivers/irqchip/irq-renesas-h8*.c
4721 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4722 M:      Frank Seidel <frank@f-seidel.de>
4723 L:      platform-driver-x86@vger.kernel.org
4724 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4725 S:      Maintained
4726 F:      drivers/platform/x86/hdaps.c
4728 HDPVR USB VIDEO ENCODER DRIVER
4729 M:      Hans Verkuil <hverkuil@xs4all.nl>
4730 L:      linux-media@vger.kernel.org
4731 T:      git git://linuxtv.org/media_tree.git
4732 W:      http://linuxtv.org
4733 S:      Odd Fixes
4734 F:      drivers/media/usb/hdpvr/
4736 HWPOISON MEMORY FAILURE HANDLING
4737 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4738 L:      linux-mm@kvack.org
4739 S:      Maintained
4740 F:      mm/memory-failure.c
4741 F:      mm/hwpoison-inject.c
4743 HYPERVISOR VIRTUAL CONSOLE DRIVER
4744 L:      linuxppc-dev@lists.ozlabs.org
4745 S:      Odd Fixes
4746 F:      drivers/tty/hvc/
4748 HACKRF MEDIA DRIVER
4749 M:      Antti Palosaari <crope@iki.fi>
4750 L:      linux-media@vger.kernel.org
4751 W:      http://linuxtv.org/
4752 W:      http://palosaari.fi/linux/
4753 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4754 T:      git git://linuxtv.org/anttip/media_tree.git
4755 S:      Maintained
4756 F:      drivers/media/usb/hackrf/
4758 HARDWARE MONITORING
4759 M:      Jean Delvare <jdelvare@suse.com>
4760 M:      Guenter Roeck <linux@roeck-us.net>
4761 L:      lm-sensors@lm-sensors.org
4762 W:      http://www.lm-sensors.org/
4763 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4765 S:      Maintained
4766 F:      Documentation/hwmon/
4767 F:      drivers/hwmon/
4768 F:      include/linux/hwmon*.h
4770 HARDWARE RANDOM NUMBER GENERATOR CORE
4771 M:      Matt Mackall <mpm@selenic.com>
4772 M:      Herbert Xu <herbert@gondor.apana.org.au>
4773 L:      linux-crypto@vger.kernel.org
4774 S:      Odd fixes
4775 F:      Documentation/hw_random.txt
4776 F:      drivers/char/hw_random/
4777 F:      include/linux/hw_random.h
4779 HARDWARE SPINLOCK CORE
4780 M:      Ohad Ben-Cohen <ohad@wizery.com>
4781 S:      Maintained
4782 F:      Documentation/hwspinlock.txt
4783 F:      drivers/hwspinlock/hwspinlock_*
4784 F:      include/linux/hwspinlock.h
4786 HARMONY SOUND DRIVER
4787 L:      linux-parisc@vger.kernel.org
4788 S:      Maintained
4789 F:      sound/parisc/harmony.*
4791 HD29L2 MEDIA DRIVER
4792 M:      Antti Palosaari <crope@iki.fi>
4793 L:      linux-media@vger.kernel.org
4794 W:      http://linuxtv.org/
4795 W:      http://palosaari.fi/linux/
4796 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4797 T:      git git://linuxtv.org/anttip/media_tree.git
4798 S:      Maintained
4799 F:      drivers/media/dvb-frontends/hd29l2*
4801 HEWLETT-PACKARD SMART2 RAID DRIVER
4802 L:      iss_storagedev@hp.com
4803 S:      Orphan
4804 F:      Documentation/blockdev/cpqarray.txt
4805 F:      drivers/block/cpqarray.*
4807 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4808 M:      Don Brace <don.brace@pmcs.com>
4809 L:      iss_storagedev@hp.com
4810 L:      storagedev@pmcs.com
4811 L:      linux-scsi@vger.kernel.org
4812 S:      Supported
4813 F:      Documentation/scsi/hpsa.txt
4814 F:      drivers/scsi/hpsa*.[ch]
4815 F:      include/linux/cciss*.h
4816 F:      include/uapi/linux/cciss*.h
4818 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4819 M:      Don Brace <don.brace@pmcs.com>
4820 L:      iss_storagedev@hp.com
4821 L:      storagedev@pmcs.com
4822 L:      linux-scsi@vger.kernel.org
4823 S:      Supported
4824 F:      Documentation/blockdev/cciss.txt
4825 F:      drivers/block/cciss*
4826 F:      include/linux/cciss_ioctl.h
4827 F:      include/uapi/linux/cciss_ioctl.h
4829 HFS FILESYSTEM
4830 L:      linux-fsdevel@vger.kernel.org
4831 S:      Orphan
4832 F:      Documentation/filesystems/hfs.txt
4833 F:      fs/hfs/
4835 HFSPLUS FILESYSTEM
4836 L:      linux-fsdevel@vger.kernel.org
4837 S:      Orphan
4838 F:      Documentation/filesystems/hfsplus.txt
4839 F:      fs/hfsplus/
4841 HGA FRAMEBUFFER DRIVER
4842 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4843 L:      linux-nvidia@lists.surfsouth.com
4844 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4845 S:      Maintained
4846 F:      drivers/video/fbdev/hgafb.c
4848 HIBERNATION (aka Software Suspend, aka swsusp)
4849 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4850 M:      Pavel Machek <pavel@ucw.cz>
4851 L:      linux-pm@vger.kernel.org
4852 S:      Supported
4853 F:      arch/x86/power/
4854 F:      drivers/base/power/
4855 F:      kernel/power/
4856 F:      include/linux/suspend.h
4857 F:      include/linux/freezer.h
4858 F:      include/linux/pm.h
4859 F:      arch/*/include/asm/suspend*.h
4861 HID CORE LAYER
4862 M:      Jiri Kosina <jikos@kernel.org>
4863 L:      linux-input@vger.kernel.org
4864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4865 S:      Maintained
4866 F:      drivers/hid/
4867 F:      include/linux/hid*
4868 F:      include/uapi/linux/hid*
4870 HID SENSOR HUB DRIVERS
4871 M:      Jiri Kosina <jikos@kernel.org>
4872 M:      Jonathan Cameron <jic23@kernel.org>
4873 M:      Srinivas Pandruvada <srinivas.pandruvada@linux.intel.com>
4874 L:      linux-input@vger.kernel.org
4875 L:      linux-iio@vger.kernel.org
4876 S:      Maintained
4877 F:      Documentation/hid/hid-sensor*
4878 F:      drivers/hid/hid-sensor-*
4879 F:      drivers/iio/*/hid-*
4880 F:      include/linux/hid-sensor-*
4882 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4883 M:      Thomas Gleixner <tglx@linutronix.de>
4884 L:      linux-kernel@vger.kernel.org
4885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4886 S:      Maintained
4887 F:      Documentation/timers/
4888 F:      kernel/time/hrtimer.c
4889 F:      kernel/time/clockevents.c
4890 F:      kernel/time/tick*.*
4891 F:      kernel/time/timer_*.c
4892 F:      include/linux/clockchips.h
4893 F:      include/linux/hrtimer.h
4895 HIGH-SPEED SCC DRIVER FOR AX.25
4896 L:      linux-hams@vger.kernel.org
4897 S:      Orphan
4898 F:      drivers/net/hamradio/dmascc.c
4899 F:      drivers/net/hamradio/scc.c
4901 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4902 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4903 W:      http://www.highpoint-tech.com
4904 S:      Supported
4905 F:      Documentation/scsi/hptiop.txt
4906 F:      drivers/scsi/hptiop.c
4908 HIPPI
4909 M:      Jes Sorensen <jes@trained-monkey.org>
4910 L:      linux-hippi@sunsite.dk
4911 S:      Maintained
4912 F:      include/linux/hippidevice.h
4913 F:      include/uapi/linux/if_hippi.h
4914 F:      net/802/hippi.c
4915 F:      drivers/net/hippi/
4917 HOST AP DRIVER
4918 M:      Jouni Malinen <j@w1.fi>
4919 L:      hostap@shmoo.com (subscribers-only)
4920 L:      linux-wireless@vger.kernel.org
4921 W:      http://hostap.epitest.fi/
4922 S:      Maintained
4923 F:      drivers/net/wireless/hostap/
4925 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4926 L:      platform-driver-x86@vger.kernel.org
4927 S:      Orphan
4928 F:      drivers/platform/x86/tc1100-wmi.c
4930 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4931 M:      Jaroslav Kysela <perex@perex.cz>
4932 S:      Maintained
4933 F:      drivers/net/ethernet/hp/hp100.*
4935 HPET:   High Precision Event Timers driver
4936 M:      Clemens Ladisch <clemens@ladisch.de>
4937 S:      Maintained
4938 F:      Documentation/timers/hpet.txt
4939 F:      drivers/char/hpet.c
4940 F:      include/linux/hpet.h
4941 F:      include/uapi/linux/hpet.h
4943 HPET:   x86
4944 S:      Orphan
4945 F:      arch/x86/kernel/hpet.c
4946 F:      arch/x86/include/asm/hpet.h
4948 HPFS FILESYSTEM
4949 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4950 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4951 S:      Maintained
4952 F:      fs/hpfs/
4954 HSI SUBSYSTEM
4955 M:      Sebastian Reichel <sre@kernel.org>
4956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4957 S:      Maintained
4958 F:      Documentation/ABI/testing/sysfs-bus-hsi
4959 F:      Documentation/hsi.txt
4960 F:      drivers/hsi/
4961 F:      include/linux/hsi/
4962 F:      include/uapi/linux/hsi/
4964 HSO 3G MODEM DRIVER
4965 M:      Jan Dumon <j.dumon@option.com>
4966 W:      http://www.pharscape.org
4967 S:      Maintained
4968 F:      drivers/net/usb/hso.c
4970 HSR NETWORK PROTOCOL
4971 M:      Arvid Brodin <arvid.brodin@alten.se>
4972 L:      netdev@vger.kernel.org
4973 S:      Maintained
4974 F:      net/hsr/
4976 HTCPEN TOUCHSCREEN DRIVER
4977 M:      Pau Oliva Fora <pof@eslack.org>
4978 L:      linux-input@vger.kernel.org
4979 S:      Maintained
4980 F:      drivers/input/touchscreen/htcpen.c
4982 HUGETLB FILESYSTEM
4983 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4984 S:      Maintained
4985 F:      fs/hugetlbfs/
4987 Hyper-V CORE AND DRIVERS
4988 M:      "K. Y. Srinivasan" <kys@microsoft.com>
4989 M:      Haiyang Zhang <haiyangz@microsoft.com>
4990 L:      devel@linuxdriverproject.org
4991 S:      Maintained
4992 F:      arch/x86/include/asm/mshyperv.h
4993 F:      arch/x86/include/uapi/asm/hyperv.h
4994 F:      arch/x86/kernel/cpu/mshyperv.c
4995 F:      drivers/hid/hid-hyperv.c
4996 F:      drivers/hv/
4997 F:      drivers/input/serio/hyperv-keyboard.c
4998 F:      drivers/net/hyperv/
4999 F:      drivers/scsi/storvsc_drv.c
5000 F:      drivers/video/fbdev/hyperv_fb.c
5001 F:      include/linux/hyperv.h
5002 F:      tools/hv/
5003 F:      Documentation/ABI/stable/sysfs-bus-vmbus
5005 I2C OVER PARALLEL PORT
5006 M:      Jean Delvare <jdelvare@suse.com>
5007 L:      linux-i2c@vger.kernel.org
5008 S:      Maintained
5009 F:      Documentation/i2c/busses/i2c-parport
5010 F:      Documentation/i2c/busses/i2c-parport-light
5011 F:      drivers/i2c/busses/i2c-parport.c
5012 F:      drivers/i2c/busses/i2c-parport-light.c
5014 I2C/SMBUS CONTROLLER DRIVERS FOR PC
5015 M:      Jean Delvare <jdelvare@suse.com>
5016 L:      linux-i2c@vger.kernel.org
5017 S:      Maintained
5018 F:      Documentation/i2c/busses/i2c-ali1535
5019 F:      Documentation/i2c/busses/i2c-ali1563
5020 F:      Documentation/i2c/busses/i2c-ali15x3
5021 F:      Documentation/i2c/busses/i2c-amd756
5022 F:      Documentation/i2c/busses/i2c-amd8111
5023 F:      Documentation/i2c/busses/i2c-i801
5024 F:      Documentation/i2c/busses/i2c-nforce2
5025 F:      Documentation/i2c/busses/i2c-piix4
5026 F:      Documentation/i2c/busses/i2c-sis5595
5027 F:      Documentation/i2c/busses/i2c-sis630
5028 F:      Documentation/i2c/busses/i2c-sis96x
5029 F:      Documentation/i2c/busses/i2c-via
5030 F:      Documentation/i2c/busses/i2c-viapro
5031 F:      drivers/i2c/busses/i2c-ali1535.c
5032 F:      drivers/i2c/busses/i2c-ali1563.c
5033 F:      drivers/i2c/busses/i2c-ali15x3.c
5034 F:      drivers/i2c/busses/i2c-amd756.c
5035 F:      drivers/i2c/busses/i2c-amd756-s4882.c
5036 F:      drivers/i2c/busses/i2c-amd8111.c
5037 F:      drivers/i2c/busses/i2c-i801.c
5038 F:      drivers/i2c/busses/i2c-isch.c
5039 F:      drivers/i2c/busses/i2c-nforce2.c
5040 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
5041 F:      drivers/i2c/busses/i2c-piix4.c
5042 F:      drivers/i2c/busses/i2c-sis5595.c
5043 F:      drivers/i2c/busses/i2c-sis630.c
5044 F:      drivers/i2c/busses/i2c-sis96x.c
5045 F:      drivers/i2c/busses/i2c-via.c
5046 F:      drivers/i2c/busses/i2c-viapro.c
5048 I2C/SMBUS ISMT DRIVER
5049 M:      Seth Heasley <seth.heasley@intel.com>
5050 M:      Neil Horman <nhorman@tuxdriver.com>
5051 L:      linux-i2c@vger.kernel.org
5052 F:      drivers/i2c/busses/i2c-ismt.c
5053 F:      Documentation/i2c/busses/i2c-ismt
5055 I2C/SMBUS STUB DRIVER
5056 M:      Jean Delvare <jdelvare@suse.com>
5057 L:      linux-i2c@vger.kernel.org
5058 S:      Maintained
5059 F:      drivers/i2c/i2c-stub.c
5061 I2C SUBSYSTEM
5062 M:      Wolfram Sang <wsa@the-dreams.de>
5063 L:      linux-i2c@vger.kernel.org
5064 W:      https://i2c.wiki.kernel.org/
5065 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
5066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
5067 S:      Maintained
5068 F:      Documentation/devicetree/bindings/i2c/
5069 F:      Documentation/i2c/
5070 F:      drivers/i2c/
5071 F:      include/linux/i2c.h
5072 F:      include/linux/i2c-*.h
5073 F:      include/uapi/linux/i2c.h
5074 F:      include/uapi/linux/i2c-*.h
5076 I2C ACPI SUPPORT
5077 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
5078 L:      linux-i2c@vger.kernel.org
5079 L:      linux-acpi@vger.kernel.org
5080 S:      Maintained
5082 I2C-TAOS-EVM DRIVER
5083 M:      Jean Delvare <jdelvare@suse.com>
5084 L:      linux-i2c@vger.kernel.org
5085 S:      Maintained
5086 F:      Documentation/i2c/busses/i2c-taos-evm
5087 F:      drivers/i2c/busses/i2c-taos-evm.c
5089 I2C-TINY-USB DRIVER
5090 M:      Till Harbaum <till@harbaum.org>
5091 L:      linux-i2c@vger.kernel.org
5092 W:      http://www.harbaum.org/till/i2c_tiny_usb
5093 S:      Maintained
5094 F:      drivers/i2c/busses/i2c-tiny-usb.c
5096 i386 BOOT CODE
5097 M:      "H. Peter Anvin" <hpa@zytor.com>
5098 S:      Maintained
5099 F:      arch/x86/boot/
5101 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
5102 M:      "H. Peter Anvin" <hpa@zytor.com>
5103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
5104 S:      Maintained
5106 IA64 (Itanium) PLATFORM
5107 M:      Tony Luck <tony.luck@intel.com>
5108 M:      Fenghua Yu <fenghua.yu@intel.com>
5109 L:      linux-ia64@vger.kernel.org
5110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
5111 S:      Maintained
5112 F:      arch/ia64/
5114 IBM Power VMX Cryptographic instructions
5115 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5116 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5117 L:      linux-crypto@vger.kernel.org
5118 S:      Supported
5119 F:      drivers/crypto/vmx/Makefile
5120 F:      drivers/crypto/vmx/Kconfig
5121 F:      drivers/crypto/vmx/vmx.c
5122 F:      drivers/crypto/vmx/aes*
5123 F:      drivers/crypto/vmx/ghash*
5124 F:      drivers/crypto/vmx/ppc-xlate.pl
5126 IBM Power in-Nest Crypto Acceleration
5127 M:      Leonidas S. Barbosa <leosilva@linux.vnet.ibm.com>
5128 M:      Paulo Flabiano Smorigo <pfsmorigo@linux.vnet.ibm.com>
5129 L:      linux-crypto@vger.kernel.org
5130 S:      Supported
5131 F:      drivers/crypto/nx/Makefile
5132 F:      drivers/crypto/nx/Kconfig
5133 F:      drivers/crypto/nx/nx-aes*
5134 F:      drivers/crypto/nx/nx-sha*
5135 F:      drivers/crypto/nx/nx.*
5136 F:      drivers/crypto/nx/nx_csbcpb.h
5137 F:      drivers/crypto/nx/nx_debugfs.h
5139 IBM Power 842 compression accelerator
5140 M:      Dan Streetman <ddstreet@ieee.org>
5141 S:      Supported
5142 F:      drivers/crypto/nx/Makefile
5143 F:      drivers/crypto/nx/Kconfig
5144 F:      drivers/crypto/nx/nx-842*
5145 F:      include/linux/sw842.h
5146 F:      crypto/842.c
5147 F:      lib/842/
5149 IBM Power Linux RAID adapter
5150 M:      Brian King <brking@us.ibm.com>
5151 S:      Supported
5152 F:      drivers/scsi/ipr.*
5154 IBM Power Virtual Ethernet Device Driver
5155 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
5156 L:      netdev@vger.kernel.org
5157 S:      Supported
5158 F:      drivers/net/ethernet/ibm/ibmveth.*
5160 IBM Power Virtual SCSI Device Drivers
5161 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5162 L:      linux-scsi@vger.kernel.org
5163 S:      Supported
5164 F:      drivers/scsi/ibmvscsi/ibmvscsi*
5165 F:      drivers/scsi/ibmvscsi/viosrp.h
5167 IBM Power Virtual FC Device Drivers
5168 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
5169 L:      linux-scsi@vger.kernel.org
5170 S:      Supported
5171 F:      drivers/scsi/ibmvscsi/ibmvfc*
5173 IBM ServeRAID RAID DRIVER
5174 S:      Orphan
5175 F:      drivers/scsi/ips.*
5177 ICH LPC AND GPIO DRIVER
5178 M:      Peter Tyser <ptyser@xes-inc.com>
5179 S:      Maintained
5180 F:      drivers/mfd/lpc_ich.c
5181 F:      drivers/gpio/gpio-ich.c
5183 IDE SUBSYSTEM
5184 M:      "David S. Miller" <davem@davemloft.net>
5185 L:      linux-ide@vger.kernel.org
5186 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
5187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
5188 S:      Maintained
5189 F:      Documentation/ide/
5190 F:      drivers/ide/
5191 F:      include/linux/ide.h
5193 IDEAPAD LAPTOP EXTRAS DRIVER
5194 M:      Ike Panhc <ike.pan@canonical.com>
5195 L:      platform-driver-x86@vger.kernel.org
5196 W:      http://launchpad.net/ideapad-laptop
5197 S:      Maintained
5198 F:      drivers/platform/x86/ideapad-laptop.c
5200 IDEAPAD LAPTOP SLIDEBAR DRIVER
5201 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
5202 L:      linux-input@vger.kernel.org
5203 W:      https://github.com/o2genum/ideapad-slidebar
5204 S:      Maintained
5205 F:      drivers/input/misc/ideapad_slidebar.c
5207 IDE/ATAPI DRIVERS
5208 M:      Borislav Petkov <bp@alien8.de>
5209 L:      linux-ide@vger.kernel.org
5210 S:      Maintained
5211 F:      Documentation/cdrom/ide-cd
5212 F:      drivers/ide/ide-cd*
5214 IDLE-I7300
5215 M:      Andy Henroid <andrew.d.henroid@intel.com>
5216 L:      linux-pm@vger.kernel.org
5217 S:      Supported
5218 F:      drivers/idle/i7300_idle.c
5220 IEEE 802.15.4 SUBSYSTEM
5221 M:      Alexander Aring <alex.aring@gmail.com>
5222 L:      linux-wpan@vger.kernel.org
5223 W:      https://github.com/linux-wpan
5224 T:      git git://github.com/linux-wpan/linux-wpan-next.git
5225 S:      Maintained
5226 F:      net/ieee802154/
5227 F:      net/mac802154/
5228 F:      drivers/net/ieee802154/
5229 F:      include/linux/nl802154.h
5230 F:      include/linux/ieee802154.h
5231 F:      include/net/nl802154.h
5232 F:      include/net/mac802154.h
5233 F:      include/net/af_ieee802154.h
5234 F:      include/net/cfg802154.h
5235 F:      include/net/ieee802154_netdev.h
5236 F:      Documentation/networking/ieee802154.txt
5238 IGORPLUG-USB IR RECEIVER
5239 M:      Sean Young <sean@mess.org>
5240 L:      linux-media@vger.kernel.org
5241 S:      Maintained
5242 F:      drivers/media/rc/igorplugusb.c
5244 IGUANAWORKS USB IR TRANSCEIVER
5245 M:      Sean Young <sean@mess.org>
5246 L:      linux-media@vger.kernel.org
5247 S:      Maintained
5248 F:      drivers/media/rc/iguanair.c
5250 IIO SUBSYSTEM AND DRIVERS
5251 M:      Jonathan Cameron <jic23@kernel.org>
5252 R:      Hartmut Knaack <knaack.h@gmx.de>
5253 R:      Lars-Peter Clausen <lars@metafoo.de>
5254 R:      Peter Meerwald <pmeerw@pmeerw.net>
5255 L:      linux-iio@vger.kernel.org
5256 S:      Maintained
5257 F:      drivers/iio/
5258 F:      drivers/staging/iio/
5259 F:      include/linux/iio/
5260 F:      tools/iio/
5262 IKANOS/ADI EAGLE ADSL USB DRIVER
5263 M:      Matthieu Castet <castet.matthieu@free.fr>
5264 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5265 S:      Maintained
5266 F:      drivers/usb/atm/ueagle-atm.c
5268 INA209 HARDWARE MONITOR DRIVER
5269 M:      Guenter Roeck <linux@roeck-us.net>
5270 L:      lm-sensors@lm-sensors.org
5271 S:      Maintained
5272 F:      Documentation/hwmon/ina209
5273 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5274 F:      drivers/hwmon/ina209.c
5276 INA2XX HARDWARE MONITOR DRIVER
5277 M:      Guenter Roeck <linux@roeck-us.net>
5278 L:      lm-sensors@lm-sensors.org
5279 S:      Maintained
5280 F:      Documentation/hwmon/ina2xx
5281 F:      drivers/hwmon/ina2xx.c
5282 F:      include/linux/platform_data/ina2xx.h
5284 INDUSTRY PACK SUBSYSTEM (IPACK)
5285 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5286 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5287 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5288 L:      industrypack-devel@lists.sourceforge.net
5289 W:      http://industrypack.sourceforge.net
5290 S:      Maintained
5291 F:      drivers/ipack/
5293 INGENIC JZ4780 DMA Driver
5294 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5295 S:      Maintained
5296 F:      drivers/dma/dma-jz4780.c
5298 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5299 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5300 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5301 L:      linux-ima-devel@lists.sourceforge.net
5302 L:      linux-ima-user@lists.sourceforge.net
5303 L:      linux-security-module@vger.kernel.org
5304 S:      Supported
5305 F:      security/integrity/ima/
5307 IMGTEC IR DECODER DRIVER
5308 M:      James Hogan <james.hogan@imgtec.com>
5309 S:      Maintained
5310 F:      drivers/media/rc/img-ir/
5312 IMS TWINTURBO FRAMEBUFFER DRIVER
5313 L:      linux-fbdev@vger.kernel.org
5314 S:      Orphan
5315 F:      drivers/video/fbdev/imsttfb.c
5317 INFINIBAND SUBSYSTEM
5318 M:      Doug Ledford <dledford@redhat.com>
5319 M:      Sean Hefty <sean.hefty@intel.com>
5320 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5321 L:      linux-rdma@vger.kernel.org
5322 W:      http://www.openfabrics.org/
5323 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5325 S:      Supported
5326 F:      Documentation/infiniband/
5327 F:      drivers/infiniband/
5328 F:      include/uapi/linux/if_infiniband.h
5329 F:      include/uapi/rdma/
5330 F:      include/rdma/
5332 INOTIFY
5333 M:      John McCutchan <john@johnmccutchan.com>
5334 M:      Robert Love <rlove@rlove.org>
5335 M:      Eric Paris <eparis@parisplace.org>
5336 S:      Maintained
5337 F:      Documentation/filesystems/inotify.txt
5338 F:      fs/notify/inotify/
5339 F:      include/linux/inotify.h
5340 F:      include/uapi/linux/inotify.h
5342 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5343 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5344 L:      linux-input@vger.kernel.org
5345 Q:      http://patchwork.kernel.org/project/linux-input/list/
5346 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5347 S:      Maintained
5348 F:      drivers/input/
5349 F:      include/linux/input.h
5350 F:      include/uapi/linux/input.h
5351 F:      include/linux/input/
5353 INPUT MULTITOUCH (MT) PROTOCOL
5354 M:      Henrik Rydberg <rydberg@bitmath.org>
5355 L:      linux-input@vger.kernel.org
5356 S:      Odd fixes
5357 F:      Documentation/input/multi-touch-protocol.txt
5358 F:      drivers/input/input-mt.c
5359 K:      \b(ABS|SYN)_MT_
5361 INTEL ASoC BDW/HSW DRIVERS
5362 M:      Jie Yang <yang.jie@linux.intel.com>
5363 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5364 S:      Supported
5365 F:      sound/soc/intel/common/sst-dsp*
5366 F:      sound/soc/intel/common/sst-firmware.c
5367 F:      sound/soc/intel/boards/broadwell.c
5368 F:      sound/soc/intel/haswell/
5370 INTEL C600 SERIES SAS CONTROLLER DRIVER
5371 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5372 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5373 L:      linux-scsi@vger.kernel.org
5374 T:      git git://git.code.sf.net/p/intel-sas/isci
5375 S:      Supported
5376 F:      drivers/scsi/isci/
5378 INTEL IDLE DRIVER
5379 M:      Len Brown <lenb@kernel.org>
5380 L:      linux-pm@vger.kernel.org
5381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5382 S:      Supported
5383 F:      drivers/idle/intel_idle.c
5385 INTEL PSTATE DRIVER
5386 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5387 L:      linux-pm@vger.kernel.org
5388 S:      Supported
5389 F:      drivers/cpufreq/intel_pstate.c
5391 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5392 M:      Maik Broemme <mbroemme@plusserver.de>
5393 L:      linux-fbdev@vger.kernel.org
5394 S:      Maintained
5395 F:      Documentation/fb/intelfb.txt
5396 F:      drivers/video/fbdev/intelfb/
5398 INTEL 810/815 FRAMEBUFFER DRIVER
5399 M:      Antonino Daplas <adaplas@gmail.com>
5400 L:      linux-fbdev@vger.kernel.org
5401 S:      Maintained
5402 F:      drivers/video/fbdev/i810/
5404 INTEL MENLOW THERMAL DRIVER
5405 M:      Sujith Thomas <sujith.thomas@intel.com>
5406 L:      platform-driver-x86@vger.kernel.org
5407 W:      https://01.org/linux-acpi
5408 S:      Supported
5409 F:      drivers/platform/x86/intel_menlow.c
5411 INTEL IA32 MICROCODE UPDATE SUPPORT
5412 M:      Borislav Petkov <bp@alien8.de>
5413 S:      Maintained
5414 F:      arch/x86/kernel/cpu/microcode/core*
5415 F:      arch/x86/kernel/cpu/microcode/intel*
5417 INTEL I/OAT DMA DRIVER
5418 M:      Dave Jiang <dave.jiang@intel.com>
5419 R:      Dan Williams <dan.j.williams@intel.com>
5420 L:      dmaengine@vger.kernel.org
5421 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5422 S:      Supported
5423 F:      drivers/dma/ioat*
5425 INTEL IOMMU (VT-d)
5426 M:      David Woodhouse <dwmw2@infradead.org>
5427 L:      iommu@lists.linux-foundation.org
5428 T:      git git://git.infradead.org/iommu-2.6.git
5429 S:      Supported
5430 F:      drivers/iommu/intel-iommu.c
5431 F:      include/linux/intel-iommu.h
5433 INTEL IOP-ADMA DMA DRIVER
5434 R:      Dan Williams <dan.j.williams@intel.com>
5435 S:      Odd fixes
5436 F:      drivers/dma/iop-adma.c
5438 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5439 M:      Krzysztof Halasa <khalasa@piap.pl>
5440 S:      Maintained
5441 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5442 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5443 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5444 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5445 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5446 F:      drivers/net/wan/ixp4xx_hss.c
5448 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5449 M:      Deepak Saxena <dsaxena@plexity.net>
5450 S:      Maintained
5451 F:      drivers/char/hw_random/ixp4xx-rng.c
5453 INTEL ETHERNET DRIVERS
5454 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5455 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5456 R:      Shannon Nelson <shannon.nelson@intel.com>
5457 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5458 R:      Don Skidmore <donald.c.skidmore@intel.com>
5459 R:      Matthew Vick <matthew.vick@intel.com>
5460 R:      John Ronciak <john.ronciak@intel.com>
5461 R:      Mitch Williams <mitch.a.williams@intel.com>
5462 L:      intel-wired-lan@lists.osuosl.org
5463 W:      http://www.intel.com/support/feedback.htm
5464 W:      http://e1000.sourceforge.net/
5465 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5468 S:      Supported
5469 F:      Documentation/networking/e100.txt
5470 F:      Documentation/networking/e1000.txt
5471 F:      Documentation/networking/e1000e.txt
5472 F:      Documentation/networking/igb.txt
5473 F:      Documentation/networking/igbvf.txt
5474 F:      Documentation/networking/ixgb.txt
5475 F:      Documentation/networking/ixgbe.txt
5476 F:      Documentation/networking/ixgbevf.txt
5477 F:      Documentation/networking/i40e.txt
5478 F:      Documentation/networking/i40evf.txt
5479 F:      drivers/net/ethernet/intel/
5480 F:      drivers/net/ethernet/intel/*/
5482 INTEL-MID GPIO DRIVER
5483 M:      David Cohen <david.a.cohen@linux.intel.com>
5484 L:      linux-gpio@vger.kernel.org
5485 S:      Maintained
5486 F:      drivers/gpio/gpio-intel-mid.c
5488 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5489 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5490 L:      linux-wireless@vger.kernel.org
5491 S:      Maintained
5492 F:      Documentation/networking/README.ipw2100
5493 F:      Documentation/networking/README.ipw2200
5494 F:      drivers/net/wireless/ipw2x00/
5496 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5497 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5498 M:      Gang Wei <gang.wei@intel.com>
5499 M:      Shane Wang <shane.wang@intel.com>
5500 L:      tboot-devel@lists.sourceforge.net
5501 W:      http://tboot.sourceforge.net
5502 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5503 S:      Supported
5504 F:      Documentation/intel_txt.txt
5505 F:      include/linux/tboot.h
5506 F:      arch/x86/kernel/tboot.c
5508 INTEL WIRELESS WIMAX CONNECTION 2400
5509 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5510 M:      linux-wimax@intel.com
5511 L:      wimax@linuxwimax.org (subscribers-only)
5512 S:      Supported
5513 W:      http://linuxwimax.org
5514 F:      Documentation/wimax/README.i2400m
5515 F:      drivers/net/wimax/i2400m/
5516 F:      include/uapi/linux/wimax/i2400m.h
5518 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5519 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5520 L:      linux-wireless@vger.kernel.org
5521 S:      Supported
5522 F:      drivers/net/wireless/iwlegacy/
5524 INTEL WIRELESS WIFI LINK (iwlwifi)
5525 M:      Johannes Berg <johannes.berg@intel.com>
5526 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5527 M:      Intel Linux Wireless <ilw@linux.intel.com>
5528 L:      linux-wireless@vger.kernel.org
5529 W:      http://intellinuxwireless.org
5530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5531 S:      Supported
5532 F:      drivers/net/wireless/iwlwifi/
5534 INTEL MANAGEMENT ENGINE (mei)
5535 M:      Tomas Winkler <tomas.winkler@intel.com>
5536 L:      linux-kernel@vger.kernel.org
5537 S:      Supported
5538 F:      include/uapi/linux/mei.h
5539 F:      include/linux/mei_cl_bus.h
5540 F:      drivers/misc/mei/*
5541 F:      Documentation/misc-devices/mei/*
5543 INTEL PMC IPC DRIVER
5544 M:      Zha Qipeng<qipeng.zha@intel.com>
5545 L:      platform-driver-x86@vger.kernel.org
5546 S:      Maintained
5547 F:      drivers/platform/x86/intel_pmc_ipc.c
5548 F:      arch/x86/include/asm/intel_pmc_ipc.h
5550 IOC3 ETHERNET DRIVER
5551 M:      Ralf Baechle <ralf@linux-mips.org>
5552 L:      linux-mips@linux-mips.org
5553 S:      Maintained
5554 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5556 IOC3 SERIAL DRIVER
5557 M:      Pat Gefre <pfg@sgi.com>
5558 L:      linux-serial@vger.kernel.org
5559 S:      Maintained
5560 F:      drivers/tty/serial/ioc3_serial.c
5562 IOMMU DRIVERS
5563 M:      Joerg Roedel <joro@8bytes.org>
5564 L:      iommu@lists.linux-foundation.org
5565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5566 S:      Maintained
5567 F:      drivers/iommu/
5569 IP MASQUERADING
5570 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5571 S:      Maintained
5572 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5574 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5575 M:      Francois Romieu <romieu@fr.zoreil.com>
5576 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5577 L:      netdev@vger.kernel.org
5578 S:      Maintained
5579 F:      drivers/net/ethernet/icplus/ipg.*
5581 IPATH DRIVER
5582 M:      Mike Marciniszyn <infinipath@intel.com>
5583 L:      linux-rdma@vger.kernel.org
5584 S:      Maintained
5585 F:      drivers/infiniband/hw/ipath/
5587 IPMI SUBSYSTEM
5588 M:      Corey Minyard <minyard@acm.org>
5589 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5590 W:      http://openipmi.sourceforge.net/
5591 S:      Supported
5592 F:      Documentation/IPMI.txt
5593 F:      drivers/char/ipmi/
5594 F:      include/linux/ipmi*
5595 F:      include/uapi/linux/ipmi*
5597 QCOM AUDIO (ASoC) DRIVERS
5598 M:      Patrick Lai <plai@codeaurora.org>
5599 M:      Banajit Goswami <bgoswami@codeaurora.org>
5600 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5601 S:      Supported
5602 F:      sound/soc/qcom/
5604 IPS SCSI RAID DRIVER
5605 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5606 L:      linux-scsi@vger.kernel.org
5607 W:      http://www.adaptec.com/
5608 S:      Maintained
5609 F:      drivers/scsi/ips*
5611 IPVS
5612 M:      Wensong Zhang <wensong@linux-vs.org>
5613 M:      Simon Horman <horms@verge.net.au>
5614 M:      Julian Anastasov <ja@ssi.bg>
5615 L:      netdev@vger.kernel.org
5616 L:      lvs-devel@vger.kernel.org
5617 S:      Maintained
5618 F:      Documentation/networking/ipvs-sysctl.txt
5619 F:      include/net/ip_vs.h
5620 F:      include/uapi/linux/ip_vs.h
5621 F:      net/netfilter/ipvs/
5623 IPWIRELESS DRIVER
5624 M:      Jiri Kosina <jikos@kernel.org>
5625 M:      David Sterba <dsterba@suse.com>
5626 S:      Odd Fixes
5627 F:      drivers/tty/ipwireless/
5629 IPX NETWORK LAYER
5630 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5631 L:      netdev@vger.kernel.org
5632 S:      Maintained
5633 F:      include/net/ipx.h
5634 F:      include/uapi/linux/ipx.h
5635 F:      net/ipx/
5637 IRDA SUBSYSTEM
5638 M:      Samuel Ortiz <samuel@sortiz.org>
5639 L:      irda-users@lists.sourceforge.net (subscribers-only)
5640 L:      netdev@vger.kernel.org
5641 W:      http://irda.sourceforge.net/
5642 S:      Maintained
5643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5644 F:      Documentation/networking/irda.txt
5645 F:      drivers/net/irda/
5646 F:      include/net/irda/
5647 F:      net/irda/
5649 IRQ SUBSYSTEM
5650 M:      Thomas Gleixner <tglx@linutronix.de>
5651 L:      linux-kernel@vger.kernel.org
5652 S:      Maintained
5653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5654 F:      kernel/irq/
5656 IRQCHIP DRIVERS
5657 M:      Thomas Gleixner <tglx@linutronix.de>
5658 M:      Jason Cooper <jason@lakedaemon.net>
5659 M:      Marc Zyngier <marc.zyngier@arm.com>
5660 L:      linux-kernel@vger.kernel.org
5661 S:      Maintained
5662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5663 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5664 F:      Documentation/devicetree/bindings/interrupt-controller/
5665 F:      drivers/irqchip/
5667 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5668 M:      Jiang Liu <jiang.liu@linux.intel.com>
5669 M:      Marc Zyngier <marc.zyngier@arm.com>
5670 S:      Maintained
5671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5672 F:      Documentation/IRQ-domain.txt
5673 F:      include/linux/irqdomain.h
5674 F:      kernel/irq/irqdomain.c
5675 F:      kernel/irq/msi.c
5677 ISAPNP
5678 M:      Jaroslav Kysela <perex@perex.cz>
5679 S:      Maintained
5680 F:      Documentation/isapnp.txt
5681 F:      drivers/pnp/isapnp/
5682 F:      include/linux/isapnp.h
5684 ISA RADIO MODULE
5685 M:      Hans Verkuil <hverkuil@xs4all.nl>
5686 L:      linux-media@vger.kernel.org
5687 T:      git git://linuxtv.org/media_tree.git
5688 W:      http://linuxtv.org
5689 S:      Maintained
5690 F:      drivers/media/radio/radio-isa*
5692 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5693 M:      Peter Jones <pjones@redhat.com>
5694 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5695 S:      Maintained
5696 F:      drivers/firmware/iscsi_ibft*
5698 ISCSI
5699 M:      Mike Christie <michaelc@cs.wisc.edu>
5700 L:      open-iscsi@googlegroups.com
5701 W:      www.open-iscsi.org
5702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5703 S:      Maintained
5704 F:      drivers/scsi/*iscsi*
5705 F:      include/scsi/*iscsi*
5707 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5708 M:      Or Gerlitz <ogerlitz@mellanox.com>
5709 M:      Sagi Grimberg <sagig@mellanox.com>
5710 M:      Roi Dayan <roid@mellanox.com>
5711 L:      linux-rdma@vger.kernel.org
5712 S:      Supported
5713 W:      http://www.openfabrics.org
5714 W:      www.open-iscsi.org
5715 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5716 F:      drivers/infiniband/ulp/iser/
5718 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5719 M:      Sagi Grimberg <sagig@mellanox.com>
5720 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5721 L:      linux-rdma@vger.kernel.org
5722 L:      target-devel@vger.kernel.org
5723 S:      Supported
5724 W:      http://www.linux-iscsi.org
5725 F:      drivers/infiniband/ulp/isert
5727 ISDN SUBSYSTEM
5728 M:      Karsten Keil <isdn@linux-pingi.de>
5729 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5730 L:      netdev@vger.kernel.org
5731 W:      http://www.isdn4linux.de
5732 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5733 S:      Maintained
5734 F:      Documentation/isdn/
5735 F:      drivers/isdn/
5736 F:      include/linux/isdn.h
5737 F:      include/linux/isdn/
5738 F:      include/uapi/linux/isdn.h
5739 F:      include/uapi/linux/isdn/
5741 ISDN SUBSYSTEM (Eicon active card driver)
5742 M:      Armin Schindler <mac@melware.de>
5743 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5744 W:      http://www.melware.de
5745 S:      Maintained
5746 F:      drivers/isdn/hardware/eicon/
5748 IT87 HARDWARE MONITORING DRIVER
5749 M:      Jean Delvare <jdelvare@suse.com>
5750 L:      lm-sensors@lm-sensors.org
5751 S:      Maintained
5752 F:      Documentation/hwmon/it87
5753 F:      drivers/hwmon/it87.c
5755 IT913X MEDIA DRIVER
5756 M:      Antti Palosaari <crope@iki.fi>
5757 L:      linux-media@vger.kernel.org
5758 W:      http://linuxtv.org/
5759 W:      http://palosaari.fi/linux/
5760 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5761 T:      git git://linuxtv.org/anttip/media_tree.git
5762 S:      Maintained
5763 F:      drivers/media/tuners/it913x*
5765 IVTV VIDEO4LINUX DRIVER
5766 M:      Andy Walls <awalls@md.metrocast.net>
5767 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5768 L:      linux-media@vger.kernel.org
5769 T:      git git://linuxtv.org/media_tree.git
5770 W:      http://www.ivtvdriver.org
5771 S:      Maintained
5772 F:      Documentation/video4linux/*.ivtv
5773 F:      drivers/media/pci/ivtv/
5774 F:      include/uapi/linux/ivtv*
5776 IX2505V MEDIA DRIVER
5777 M:      Malcolm Priestley <tvboxspy@gmail.com>
5778 L:      linux-media@vger.kernel.org
5779 W:      http://linuxtv.org/
5780 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5781 S:      Maintained
5782 F:      drivers/media/dvb-frontends/ix2505v*
5784 JC42.4 TEMPERATURE SENSOR DRIVER
5785 M:      Guenter Roeck <linux@roeck-us.net>
5786 L:      lm-sensors@lm-sensors.org
5787 S:      Maintained
5788 F:      drivers/hwmon/jc42.c
5789 F:      Documentation/hwmon/jc42
5791 JFS FILESYSTEM
5792 M:      Dave Kleikamp <shaggy@kernel.org>
5793 L:      jfs-discussion@lists.sourceforge.net
5794 W:      http://jfs.sourceforge.net/
5795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5796 S:      Maintained
5797 F:      Documentation/filesystems/jfs.txt
5798 F:      fs/jfs/
5800 JME NETWORK DRIVER
5801 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5802 L:      netdev@vger.kernel.org
5803 S:      Maintained
5804 F:      drivers/net/ethernet/jme.*
5806 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5807 M:      David Woodhouse <dwmw2@infradead.org>
5808 L:      linux-mtd@lists.infradead.org
5809 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5810 S:      Maintained
5811 F:      fs/jffs2/
5812 F:      include/uapi/linux/jffs2.h
5814 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5815 M:      "Theodore Ts'o" <tytso@mit.edu>
5816 M:      Jan Kara <jack@suse.com>
5817 L:      linux-ext4@vger.kernel.org
5818 S:      Maintained
5819 F:      fs/jbd2/
5820 F:      include/linux/jbd2.h
5822 JSM Neo PCI based serial card
5823 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5824 L:      linux-serial@vger.kernel.org
5825 S:      Maintained
5826 F:      drivers/tty/serial/jsm/
5828 K10TEMP HARDWARE MONITORING DRIVER
5829 M:      Clemens Ladisch <clemens@ladisch.de>
5830 L:      lm-sensors@lm-sensors.org
5831 S:      Maintained
5832 F:      Documentation/hwmon/k10temp
5833 F:      drivers/hwmon/k10temp.c
5835 K8TEMP HARDWARE MONITORING DRIVER
5836 M:      Rudolf Marek <r.marek@assembler.cz>
5837 L:      lm-sensors@lm-sensors.org
5838 S:      Maintained
5839 F:      Documentation/hwmon/k8temp
5840 F:      drivers/hwmon/k8temp.c
5842 KCONFIG
5843 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5844 L:      linux-kbuild@vger.kernel.org
5845 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5846 S:      Maintained
5847 F:      Documentation/kbuild/kconfig-language.txt
5848 F:      scripts/kconfig/
5850 KDUMP
5851 M:      Vivek Goyal <vgoyal@redhat.com>
5852 M:      Haren Myneni <hbabu@us.ibm.com>
5853 L:      kexec@lists.infradead.org
5854 W:      http://lse.sourceforge.net/kdump/
5855 S:      Maintained
5856 F:      Documentation/kdump/
5858 KEENE FM RADIO TRANSMITTER DRIVER
5859 M:      Hans Verkuil <hverkuil@xs4all.nl>
5860 L:      linux-media@vger.kernel.org
5861 T:      git git://linuxtv.org/media_tree.git
5862 W:      http://linuxtv.org
5863 S:      Maintained
5864 F:      drivers/media/radio/radio-keene*
5866 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5867 M:      Ian Kent <raven@themaw.net>
5868 L:      autofs@vger.kernel.org
5869 S:      Maintained
5870 F:      fs/autofs4/
5872 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5873 M:      Michal Marek <mmarek@suse.com>
5874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5876 L:      linux-kbuild@vger.kernel.org
5877 S:      Maintained
5878 F:      Documentation/kbuild/
5879 F:      Makefile
5880 F:      scripts/Makefile.*
5881 F:      scripts/basic/
5882 F:      scripts/mk*
5883 F:      scripts/package/
5885 KERNEL JANITORS
5886 L:      kernel-janitors@vger.kernel.org
5887 W:      http://kernelnewbies.org/KernelJanitors
5888 S:      Odd Fixes
5890 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5891 M:      "J. Bruce Fields" <bfields@fieldses.org>
5892 M:      Jeff Layton <jlayton@poochiereds.net>
5893 L:      linux-nfs@vger.kernel.org
5894 W:      http://nfs.sourceforge.net/
5895 S:      Supported
5896 F:      fs/nfsd/
5897 F:      include/uapi/linux/nfsd/
5898 F:      fs/lockd/
5899 F:      fs/nfs_common/
5900 F:      net/sunrpc/
5901 F:      include/linux/lockd/
5902 F:      include/linux/sunrpc/
5903 F:      include/uapi/linux/sunrpc/
5905 KERNEL SELFTEST FRAMEWORK
5906 M:      Shuah Khan <shuahkh@osg.samsung.com>
5907 L:      linux-api@vger.kernel.org
5908 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5909 S:      Maintained
5910 F:      tools/testing/selftests
5912 KERNEL VIRTUAL MACHINE (KVM)
5913 M:      Gleb Natapov <gleb@kernel.org>
5914 M:      Paolo Bonzini <pbonzini@redhat.com>
5915 L:      kvm@vger.kernel.org
5916 W:      http://www.linux-kvm.org
5917 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5918 S:      Supported
5919 F:      Documentation/*/kvm*.txt
5920 F:      Documentation/virtual/kvm/
5921 F:      arch/*/kvm/
5922 F:      arch/x86/kernel/kvm.c
5923 F:      arch/x86/kernel/kvmclock.c
5924 F:      arch/*/include/asm/kvm*
5925 F:      include/linux/kvm*
5926 F:      include/uapi/linux/kvm*
5927 F:      virt/kvm/
5929 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5930 M:      Joerg Roedel <joro@8bytes.org>
5931 L:      kvm@vger.kernel.org
5932 W:      http://kvm.qumranet.com
5933 S:      Maintained
5934 F:      arch/x86/include/asm/svm.h
5935 F:      arch/x86/kvm/svm.c
5937 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5938 M:      Alexander Graf <agraf@suse.com>
5939 L:      kvm-ppc@vger.kernel.org
5940 W:      http://kvm.qumranet.com
5941 T:      git git://github.com/agraf/linux-2.6.git
5942 S:      Supported
5943 F:      arch/powerpc/include/asm/kvm*
5944 F:      arch/powerpc/kvm/
5946 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5947 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5948 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5949 L:      linux-s390@vger.kernel.org
5950 W:      http://www.ibm.com/developerworks/linux/linux390/
5951 S:      Supported
5952 F:      Documentation/s390/kvm.txt
5953 F:      arch/s390/include/asm/kvm*
5954 F:      arch/s390/kvm/
5956 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5957 M:      Christoffer Dall <christoffer.dall@linaro.org>
5958 M:      Marc Zyngier <marc.zyngier@arm.com>
5959 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5960 L:      kvmarm@lists.cs.columbia.edu
5961 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5962 S:      Supported
5963 F:      arch/arm/include/uapi/asm/kvm*
5964 F:      arch/arm/include/asm/kvm*
5965 F:      arch/arm/kvm/
5966 F:      virt/kvm/arm/
5967 F:      include/kvm/arm_*
5969 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5970 M:      Christoffer Dall <christoffer.dall@linaro.org>
5971 M:      Marc Zyngier <marc.zyngier@arm.com>
5972 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5973 L:      kvmarm@lists.cs.columbia.edu
5974 S:      Maintained
5975 F:      arch/arm64/include/uapi/asm/kvm*
5976 F:      arch/arm64/include/asm/kvm*
5977 F:      arch/arm64/kvm/
5979 KEXEC
5980 M:      Eric Biederman <ebiederm@xmission.com>
5981 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5982 L:      kexec@lists.infradead.org
5983 S:      Maintained
5984 F:      include/linux/kexec.h
5985 F:      include/uapi/linux/kexec.h
5986 F:      kernel/kexec.c
5988 KEYS/KEYRINGS:
5989 M:      David Howells <dhowells@redhat.com>
5990 L:      keyrings@linux-nfs.org
5991 S:      Maintained
5992 F:      Documentation/security/keys.txt
5993 F:      include/linux/key.h
5994 F:      include/linux/key-type.h
5995 F:      include/keys/
5996 F:      security/keys/
5998 KEYS-TRUSTED
5999 M:      David Safford <safford@us.ibm.com>
6000 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6001 L:      linux-security-module@vger.kernel.org
6002 L:      keyrings@linux-nfs.org
6003 S:      Supported
6004 F:      Documentation/security/keys-trusted-encrypted.txt
6005 F:      include/keys/trusted-type.h
6006 F:      security/keys/trusted.c
6007 F:      security/keys/trusted.h
6009 KEYS-ENCRYPTED
6010 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
6011 M:      David Safford <safford@us.ibm.com>
6012 L:      linux-security-module@vger.kernel.org
6013 L:      keyrings@linux-nfs.org
6014 S:      Supported
6015 F:      Documentation/security/keys-trusted-encrypted.txt
6016 F:      include/keys/encrypted-type.h
6017 F:      security/keys/encrypted-keys/
6019 KGDB / KDB /debug_core
6020 M:      Jason Wessel <jason.wessel@windriver.com>
6021 W:      http://kgdb.wiki.kernel.org/
6022 L:      kgdb-bugreport@lists.sourceforge.net
6023 S:      Maintained
6024 F:      Documentation/DocBook/kgdb.tmpl
6025 F:      drivers/misc/kgdbts.c
6026 F:      drivers/tty/serial/kgdboc.c
6027 F:      include/linux/kdb.h
6028 F:      include/linux/kgdb.h
6029 F:      kernel/debug/
6031 KMEMCHECK
6032 M:      Vegard Nossum <vegardno@ifi.uio.no>
6033 M:      Pekka Enberg <penberg@kernel.org>
6034 S:      Maintained
6035 F:      Documentation/kmemcheck.txt
6036 F:      arch/x86/include/asm/kmemcheck.h
6037 F:      arch/x86/mm/kmemcheck/
6038 F:      include/linux/kmemcheck.h
6039 F:      mm/kmemcheck.c
6041 KMEMLEAK
6042 M:      Catalin Marinas <catalin.marinas@arm.com>
6043 S:      Maintained
6044 F:      Documentation/kmemleak.txt
6045 F:      include/linux/kmemleak.h
6046 F:      mm/kmemleak.c
6047 F:      mm/kmemleak-test.c
6049 KPROBES
6050 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
6051 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
6052 M:      "David S. Miller" <davem@davemloft.net>
6053 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
6054 S:      Maintained
6055 F:      Documentation/kprobes.txt
6056 F:      include/linux/kprobes.h
6057 F:      kernel/kprobes.c
6059 KS0108 LCD CONTROLLER DRIVER
6060 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
6061 W:      http://miguelojeda.es/auxdisplay.htm
6062 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
6063 S:      Maintained
6064 F:      Documentation/auxdisplay/ks0108
6065 F:      drivers/auxdisplay/ks0108.c
6066 F:      include/linux/ks0108.h
6068 LAPB module
6069 L:      linux-x25@vger.kernel.org
6070 S:      Orphan
6071 F:      Documentation/networking/lapb-module.txt
6072 F:      include/*/lapb.h
6073 F:      net/lapb/
6075 LASI 53c700 driver for PARISC
6076 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6077 L:      linux-scsi@vger.kernel.org
6078 S:      Maintained
6079 F:      Documentation/scsi/53c700.txt
6080 F:      drivers/scsi/53c700*
6082 LED SUBSYSTEM
6083 M:      Richard Purdie <rpurdie@rpsys.net>
6084 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
6085 L:      linux-leds@vger.kernel.org
6086 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/j.anaszewski/linux-leds.git
6087 S:      Maintained
6088 F:      drivers/leds/
6089 F:      include/linux/leds.h
6091 LEGACY EEPROM DRIVER
6092 M:      Jean Delvare <jdelvare@suse.com>
6093 S:      Maintained
6094 F:      Documentation/misc-devices/eeprom
6095 F:      drivers/misc/eeprom/eeprom.c
6097 LEGO USB Tower driver
6098 M:      Juergen Stuber <starblue@users.sourceforge.net>
6099 L:      legousb-devel@lists.sourceforge.net
6100 W:      http://legousb.sourceforge.net/
6101 S:      Maintained
6102 F:      drivers/usb/misc/legousbtower.c
6104 LG2160 MEDIA DRIVER
6105 M:      Michael Krufky <mkrufky@linuxtv.org>
6106 L:      linux-media@vger.kernel.org
6107 W:      http://linuxtv.org/
6108 W:      http://github.com/mkrufky
6109 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6110 T:      git git://linuxtv.org/mkrufky/tuners.git
6111 S:      Maintained
6112 F:      drivers/media/dvb-frontends/lg2160.*
6114 LGDT3305 MEDIA DRIVER
6115 M:      Michael Krufky <mkrufky@linuxtv.org>
6116 L:      linux-media@vger.kernel.org
6117 W:      http://linuxtv.org/
6118 W:      http://github.com/mkrufky
6119 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6120 T:      git git://linuxtv.org/mkrufky/tuners.git
6121 S:      Maintained
6122 F:      drivers/media/dvb-frontends/lgdt3305.*
6124 LGUEST
6125 M:      Rusty Russell <rusty@rustcorp.com.au>
6126 L:      lguest@lists.ozlabs.org
6127 W:      http://lguest.ozlabs.org/
6128 S:      Odd Fixes
6129 F:      arch/x86/include/asm/lguest*.h
6130 F:      arch/x86/lguest/
6131 F:      drivers/lguest/
6132 F:      include/linux/lguest*.h
6133 F:      tools/lguest/
6135 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
6136 M:      Tejun Heo <tj@kernel.org>
6137 L:      linux-ide@vger.kernel.org
6138 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6139 S:      Maintained
6140 F:      drivers/ata/
6141 F:      include/linux/ata.h
6142 F:      include/linux/libata.h
6144 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
6145 M:      Viresh Kumar <vireshk@kernel.org>
6146 L:      linux-ide@vger.kernel.org
6147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6148 S:      Maintained
6149 F:      include/linux/pata_arasan_cf_data.h
6150 F:      drivers/ata/pata_arasan_cf.c
6152 LIBATA PATA DRIVERS
6153 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
6154 M:      Tejun Heo <tj@kernel.org>
6155 L:      linux-ide@vger.kernel.org
6156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6157 S:      Maintained
6158 F:      drivers/ata/pata_*.c
6159 F:      drivers/ata/ata_generic.c
6161 LIBATA SATA AHCI PLATFORM devices support
6162 M:      Hans de Goede <hdegoede@redhat.com>
6163 M:      Tejun Heo <tj@kernel.org>
6164 L:      linux-ide@vger.kernel.org
6165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6166 S:      Maintained
6167 F:      drivers/ata/ahci_platform.c
6168 F:      drivers/ata/libahci_platform.c
6169 F:      include/linux/ahci_platform.h
6171 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
6172 M:      Mikael Pettersson <mikpelinux@gmail.com>
6173 L:      linux-ide@vger.kernel.org
6174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
6175 S:      Maintained
6176 F:      drivers/ata/sata_promise.*
6178 LIBLOCKDEP
6179 M:      Sasha Levin <sasha.levin@oracle.com>
6180 S:      Maintained
6181 F:      tools/lib/lockdep/
6183 LIBNVDIMM: NON-VOLATILE MEMORY DEVICE SUBSYSTEM
6184 M:      Dan Williams <dan.j.williams@intel.com>
6185 L:      linux-nvdimm@lists.01.org
6186 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6187 S:      Supported
6188 F:      drivers/nvdimm/*
6189 F:      include/linux/nd.h
6190 F:      include/linux/libnvdimm.h
6191 F:      include/uapi/linux/ndctl.h
6193 LIBNVDIMM BLK: MMIO-APERTURE DRIVER
6194 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6195 L:      linux-nvdimm@lists.01.org
6196 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6197 S:      Supported
6198 F:      drivers/nvdimm/blk.c
6199 F:      drivers/nvdimm/region_devs.c
6200 F:      drivers/acpi/nfit*
6202 LIBNVDIMM BTT: BLOCK TRANSLATION TABLE
6203 M:      Vishal Verma <vishal.l.verma@intel.com>
6204 L:      linux-nvdimm@lists.01.org
6205 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6206 S:      Supported
6207 F:      drivers/nvdimm/btt*
6209 LIBNVDIMM PMEM: PERSISTENT MEMORY DRIVER
6210 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
6211 L:      linux-nvdimm@lists.01.org
6212 Q:      https://patchwork.kernel.org/project/linux-nvdimm/list/
6213 S:      Supported
6214 F:      drivers/nvdimm/pmem.c
6215 F:      include/linux/pmem.h
6217 LINUX FOR IBM pSERIES (RS/6000)
6218 M:      Paul Mackerras <paulus@au.ibm.com>
6219 W:      http://www.ibm.com/linux/ltc/projects/ppc
6220 S:      Supported
6221 F:      arch/powerpc/boot/rs6000.h
6223 LINUX FOR POWERPC (32-BIT AND 64-BIT)
6224 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6225 M:      Paul Mackerras <paulus@samba.org>
6226 M:      Michael Ellerman <mpe@ellerman.id.au>
6227 W:      http://www.penguinppc.org/
6228 L:      linuxppc-dev@lists.ozlabs.org
6229 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
6230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git
6231 S:      Supported
6232 F:      Documentation/powerpc/
6233 F:      arch/powerpc/
6235 LINUX FOR POWER MACINTOSH
6236 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
6237 W:      http://www.penguinppc.org/
6238 L:      linuxppc-dev@lists.ozlabs.org
6239 S:      Maintained
6240 F:      arch/powerpc/platforms/powermac/
6241 F:      drivers/macintosh/
6243 LINUX FOR POWERPC EMBEDDED MPC5XXX
6244 M:      Anatolij Gustschin <agust@denx.de>
6245 L:      linuxppc-dev@lists.ozlabs.org
6246 T:      git git://git.denx.de/linux-denx-agust.git
6247 S:      Maintained
6248 F:      arch/powerpc/platforms/512x/
6249 F:      arch/powerpc/platforms/52xx/
6251 LINUX FOR POWERPC EMBEDDED PPC4XX
6252 M:      Alistair Popple <alistair@popple.id.au>
6253 M:      Matt Porter <mporter@kernel.crashing.org>
6254 W:      http://www.penguinppc.org/
6255 L:      linuxppc-dev@lists.ozlabs.org
6256 S:      Maintained
6257 F:      arch/powerpc/platforms/40x/
6258 F:      arch/powerpc/platforms/44x/
6260 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
6261 L:      linuxppc-dev@lists.ozlabs.org
6262 S:      Orphan
6263 F:      arch/powerpc/*/*virtex*
6264 F:      arch/powerpc/*/*/*virtex*
6266 LINUX FOR POWERPC EMBEDDED PPC8XX
6267 M:      Vitaly Bordug <vitb@kernel.crashing.org>
6268 W:      http://www.penguinppc.org/
6269 L:      linuxppc-dev@lists.ozlabs.org
6270 S:      Maintained
6271 F:      arch/powerpc/platforms/8xx/
6273 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
6274 M:      Scott Wood <scottwood@freescale.com>
6275 M:      Kumar Gala <galak@kernel.crashing.org>
6276 W:      http://www.penguinppc.org/
6277 L:      linuxppc-dev@lists.ozlabs.org
6278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6279 S:      Maintained
6280 F:      arch/powerpc/platforms/83xx/
6281 F:      arch/powerpc/platforms/85xx/
6283 LINUX FOR POWERPC PA SEMI PWRFICIENT
6284 M:      Olof Johansson <olof@lixom.net>
6285 L:      linuxppc-dev@lists.ozlabs.org
6286 S:      Maintained
6287 F:      arch/powerpc/platforms/pasemi/
6288 F:      drivers/*/*pasemi*
6289 F:      drivers/*/*/*pasemi*
6291 LINUX SECURITY MODULE (LSM) FRAMEWORK
6292 M:      Chris Wright <chrisw@sous-sol.org>
6293 L:      linux-security-module@vger.kernel.org
6294 S:      Supported
6296 LIS3LV02D ACCELEROMETER DRIVER
6297 M:      Eric Piel <eric.piel@tremplin-utc.net>
6298 S:      Maintained
6299 F:      Documentation/misc-devices/lis3lv02d
6300 F:      drivers/misc/lis3lv02d/
6301 F:      drivers/platform/x86/hp_accel.c
6303 LIVE PATCHING
6304 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6305 M:      Seth Jennings <sjenning@redhat.com>
6306 M:      Jiri Kosina <jikos@kernel.org>
6307 M:      Vojtech Pavlik <vojtech@suse.com>
6308 S:      Maintained
6309 F:      kernel/livepatch/
6310 F:      include/linux/livepatch.h
6311 F:      arch/x86/include/asm/livepatch.h
6312 F:      arch/x86/kernel/livepatch.c
6313 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6314 F:      samples/livepatch/
6315 L:      live-patching@vger.kernel.org
6316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6318 LLC (802.2)
6319 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6320 S:      Maintained
6321 F:      include/linux/llc.h
6322 F:      include/uapi/linux/llc.h
6323 F:      include/net/llc*
6324 F:      net/llc/
6326 LM73 HARDWARE MONITOR DRIVER
6327 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6328 L:      lm-sensors@lm-sensors.org
6329 S:      Maintained
6330 F:      drivers/hwmon/lm73.c
6332 LM78 HARDWARE MONITOR DRIVER
6333 M:      Jean Delvare <jdelvare@suse.com>
6334 L:      lm-sensors@lm-sensors.org
6335 S:      Maintained
6336 F:      Documentation/hwmon/lm78
6337 F:      drivers/hwmon/lm78.c
6339 LM83 HARDWARE MONITOR DRIVER
6340 M:      Jean Delvare <jdelvare@suse.com>
6341 L:      lm-sensors@lm-sensors.org
6342 S:      Maintained
6343 F:      Documentation/hwmon/lm83
6344 F:      drivers/hwmon/lm83.c
6346 LM90 HARDWARE MONITOR DRIVER
6347 M:      Jean Delvare <jdelvare@suse.com>
6348 L:      lm-sensors@lm-sensors.org
6349 S:      Maintained
6350 F:      Documentation/hwmon/lm90
6351 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6352 F:      drivers/hwmon/lm90.c
6354 LM95234 HARDWARE MONITOR DRIVER
6355 M:      Guenter Roeck <linux@roeck-us.net>
6356 L:      lm-sensors@lm-sensors.org
6357 S:      Maintained
6358 F:      Documentation/hwmon/lm95234
6359 F:      drivers/hwmon/lm95234.c
6361 LME2510 MEDIA DRIVER
6362 M:      Malcolm Priestley <tvboxspy@gmail.com>
6363 L:      linux-media@vger.kernel.org
6364 W:      http://linuxtv.org/
6365 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6366 S:      Maintained
6367 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6369 LOCKDEP AND LOCKSTAT
6370 M:      Peter Zijlstra <peterz@infradead.org>
6371 M:      Ingo Molnar <mingo@redhat.com>
6372 L:      linux-kernel@vger.kernel.org
6373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6374 S:      Maintained
6375 F:      Documentation/locking/lockdep*.txt
6376 F:      Documentation/locking/lockstat.txt
6377 F:      include/linux/lockdep.h
6378 F:      kernel/locking/
6380 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6381 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6382 L:      linux-ntfs-dev@lists.sourceforge.net
6383 W:      http://www.linux-ntfs.org/content/view/19/37/
6384 S:      Maintained
6385 F:      Documentation/ldm.txt
6386 F:      block/partitions/ldm.*
6388 LogFS
6389 M:      Joern Engel <joern@logfs.org>
6390 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6391 L:      logfs@logfs.org
6392 W:      logfs.org
6393 S:      Maintained
6394 F:      fs/logfs/
6396 LPC32XX MACHINE SUPPORT
6397 M:      Roland Stigge <stigge@antcom.de>
6398 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6399 S:      Maintained
6400 F:      arch/arm/mach-lpc32xx/
6402 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6403 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6404 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6405 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6406 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6407 L:      MPT-FusionLinux.pdl@avagotech.com
6408 L:      linux-scsi@vger.kernel.org
6409 W:      http://www.lsilogic.com/support
6410 S:      Supported
6411 F:      drivers/message/fusion/
6412 F:      drivers/scsi/mpt2sas/
6413 F:      drivers/scsi/mpt3sas/
6415 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6416 M:      Matthew Wilcox <matthew@wil.cx>
6417 L:      linux-scsi@vger.kernel.org
6418 S:      Maintained
6419 F:      drivers/scsi/sym53c8xx_2/
6421 LTC4261 HARDWARE MONITOR DRIVER
6422 M:      Guenter Roeck <linux@roeck-us.net>
6423 L:      lm-sensors@lm-sensors.org
6424 S:      Maintained
6425 F:      Documentation/hwmon/ltc4261
6426 F:      drivers/hwmon/ltc4261.c
6428 LTP (Linux Test Project)
6429 M:      Mike Frysinger <vapier@gentoo.org>
6430 M:      Cyril Hrubis <chrubis@suse.cz>
6431 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6432 M:      Jan Stancek <jstancek@redhat.com>
6433 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6434 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6435 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6436 W:      http://linux-test-project.github.io/
6437 T:      git git://github.com/linux-test-project/ltp.git
6438 S:      Maintained
6440 M32R ARCHITECTURE
6441 W:      http://www.linux-m32r.org/
6442 S:      Orphan
6443 F:      arch/m32r/
6445 M68K ARCHITECTURE
6446 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6447 L:      linux-m68k@lists.linux-m68k.org
6448 W:      http://www.linux-m68k.org/
6449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6450 S:      Maintained
6451 F:      arch/m68k/
6452 F:      drivers/zorro/
6454 M68K ON APPLE MACINTOSH
6455 M:      Joshua Thompson <funaho@jurai.org>
6456 W:      http://www.mac.linux-m68k.org/
6457 L:      linux-m68k@lists.linux-m68k.org
6458 S:      Maintained
6459 F:      arch/m68k/mac/
6461 M68K ON HP9000/300
6462 M:      Philip Blundell <philb@gnu.org>
6463 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6464 S:      Maintained
6465 F:      arch/m68k/hp300/
6467 M88DS3103 MEDIA DRIVER
6468 M:      Antti Palosaari <crope@iki.fi>
6469 L:      linux-media@vger.kernel.org
6470 W:      http://linuxtv.org/
6471 W:      http://palosaari.fi/linux/
6472 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6473 T:      git git://linuxtv.org/anttip/media_tree.git
6474 S:      Maintained
6475 F:      drivers/media/dvb-frontends/m88ds3103*
6477 M88RS2000 MEDIA DRIVER
6478 M:      Malcolm Priestley <tvboxspy@gmail.com>
6479 L:      linux-media@vger.kernel.org
6480 W:      http://linuxtv.org/
6481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6482 S:      Maintained
6483 F:      drivers/media/dvb-frontends/m88rs2000*
6485 MA901 MASTERKIT USB FM RADIO DRIVER
6486 M:      Alexey Klimov <klimov.linux@gmail.com>
6487 L:      linux-media@vger.kernel.org
6488 T:      git git://linuxtv.org/media_tree.git
6489 S:      Maintained
6490 F:      drivers/media/radio/radio-ma901.c
6492 MAC80211
6493 M:      Johannes Berg <johannes@sipsolutions.net>
6494 L:      linux-wireless@vger.kernel.org
6495 W:      http://wireless.kernel.org/
6496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6498 S:      Maintained
6499 F:      Documentation/networking/mac80211-injection.txt
6500 F:      include/net/mac80211.h
6501 F:      net/mac80211/
6503 MACVLAN DRIVER
6504 M:      Patrick McHardy <kaber@trash.net>
6505 L:      netdev@vger.kernel.org
6506 S:      Maintained
6507 F:      drivers/net/macvlan.c
6508 F:      include/linux/if_macvlan.h
6510 MAILBOX API
6511 M:      Jassi Brar <jassisinghbrar@gmail.com>
6512 L:      linux-kernel@vger.kernel.org
6513 S:      Maintained
6514 F:      drivers/mailbox/
6515 F:      include/linux/mailbox_client.h
6516 F:      include/linux/mailbox_controller.h
6518 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6519 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6520 W:      http://www.kernel.org/doc/man-pages
6521 L:      linux-man@vger.kernel.org
6522 S:      Maintained
6524 MARVELL ARMADA DRM SUPPORT
6525 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6526 S:      Maintained
6527 F:      drivers/gpu/drm/armada/
6529 MARVELL 88E6352 DSA support
6530 M:      Guenter Roeck <linux@roeck-us.net>
6531 S:      Maintained
6532 F:      drivers/net/dsa/mv88e6352.c
6534 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6535 M:      Mirko Lindner <mlindner@marvell.com>
6536 M:      Stephen Hemminger <stephen@networkplumber.org>
6537 L:      netdev@vger.kernel.org
6538 S:      Maintained
6539 F:      drivers/net/ethernet/marvell/sk*
6541 MARVELL LIBERTAS WIRELESS DRIVER
6542 L:      libertas-dev@lists.infradead.org
6543 S:      Orphan
6544 F:      drivers/net/wireless/libertas/
6546 MARVELL MV643XX ETHERNET DRIVER
6547 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6548 L:      netdev@vger.kernel.org
6549 S:      Maintained
6550 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6551 F:      include/linux/mv643xx.h
6553 MARVELL MVNETA ETHERNET DRIVER
6554 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6555 L:      netdev@vger.kernel.org
6556 S:      Maintained
6557 F:      drivers/net/ethernet/marvell/mvneta.*
6559 MARVELL MWIFIEX WIRELESS DRIVER
6560 M:      Amitkumar Karwar <akarwar@marvell.com>
6561 M:      Nishant Sarmukadam <nishants@marvell.com>
6562 L:      linux-wireless@vger.kernel.org
6563 S:      Maintained
6564 F:      drivers/net/wireless/mwifiex/
6566 MARVELL MWL8K WIRELESS DRIVER
6567 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6568 L:      linux-wireless@vger.kernel.org
6569 S:      Odd Fixes
6570 F:      drivers/net/wireless/mwl8k.c
6572 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6573 M:      Nicolas Pitre <nico@fluxnic.net>
6574 S:      Odd Fixes
6575 F:      drivers/mmc/host/mvsdio.*
6577 MATROX FRAMEBUFFER DRIVER
6578 L:      linux-fbdev@vger.kernel.org
6579 S:      Orphan
6580 F:      drivers/video/fbdev/matrox/matroxfb_*
6581 F:      include/uapi/linux/matroxfb.h
6583 MAX16065 HARDWARE MONITOR DRIVER
6584 M:      Guenter Roeck <linux@roeck-us.net>
6585 L:      lm-sensors@lm-sensors.org
6586 S:      Maintained
6587 F:      Documentation/hwmon/max16065
6588 F:      drivers/hwmon/max16065.c
6590 MAX20751 HARDWARE MONITOR DRIVER
6591 M:      Guenter Roeck <linux@roeck-us.net>
6592 L:      lm-sensors@lm-sensors.org
6593 S:      Maintained
6594 F:      Documentation/hwmon/max20751
6595 F:      drivers/hwmon/max20751.c
6597 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6598 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6599 L:      lm-sensors@lm-sensors.org
6600 S:      Maintained
6601 F:      Documentation/hwmon/max6650
6602 F:      drivers/hwmon/max6650.c
6604 MAX6697 HARDWARE MONITOR DRIVER
6605 M:      Guenter Roeck <linux@roeck-us.net>
6606 L:      lm-sensors@lm-sensors.org
6607 S:      Maintained
6608 F:      Documentation/hwmon/max6697
6609 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6610 F:      drivers/hwmon/max6697.c
6611 F:      include/linux/platform_data/max6697.h
6613 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6614 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6615 L:      linux-pm@vger.kernel.org
6616 S:      Supported
6617 F:      drivers/power/max14577_charger.c
6618 F:      drivers/power/max77693_charger.c
6620 MAXIM MAX77802 MULTIFUNCTION PMIC DEVICE DRIVERS
6621 M:      Javier Martinez Canillas <javier@osg.samsung.com>
6622 L:      linux-kernel@vger.kernel.org
6623 S:      Supported
6624 F:      drivers/*/*max77802.c
6625 F:      Documentation/devicetree/bindings/*/*max77802.txt
6626 F:      include/dt-bindings/*/*max77802.h
6628 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6629 M:      Chanwoo Choi <cw00.choi@samsung.com>
6630 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6631 L:      linux-kernel@vger.kernel.org
6632 S:      Supported
6633 F:      drivers/*/max14577.c
6634 F:      drivers/*/max77686.c
6635 F:      drivers/*/max77693.c
6636 F:      drivers/extcon/extcon-max14577.c
6637 F:      drivers/extcon/extcon-max77693.c
6638 F:      drivers/rtc/rtc-max77686.c
6639 F:      drivers/clk/clk-max77686.c
6640 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6641 F:      Documentation/devicetree/bindings/*/max77686.txt
6642 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6643 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6644 F:      include/linux/mfd/max14577*.h
6645 F:      include/linux/mfd/max77686*.h
6646 F:      include/linux/mfd/max77693*.h
6648 MAXIRADIO FM RADIO RECEIVER DRIVER
6649 M:      Hans Verkuil <hverkuil@xs4all.nl>
6650 L:      linux-media@vger.kernel.org
6651 T:      git git://linuxtv.org/media_tree.git
6652 W:      http://linuxtv.org
6653 S:      Maintained
6654 F:      drivers/media/radio/radio-maxiradio*
6656 MEDIA DRIVERS FOR RENESAS - VSP1
6657 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6658 L:      linux-media@vger.kernel.org
6659 L:      linux-sh@vger.kernel.org
6660 T:      git git://linuxtv.org/media_tree.git
6661 S:      Supported
6662 F:      Documentation/devicetree/bindings/media/renesas,vsp1.txt
6663 F:      drivers/media/platform/vsp1/
6665 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6666 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6667 P:      LinuxTV.org Project
6668 L:      linux-media@vger.kernel.org
6669 W:      http://linuxtv.org
6670 Q:      http://patchwork.kernel.org/project/linux-media/list/
6671 T:      git git://linuxtv.org/media_tree.git
6672 S:      Maintained
6673 F:      Documentation/dvb/
6674 F:      Documentation/video4linux/
6675 F:      Documentation/DocBook/media/
6676 F:      drivers/media/
6677 F:      drivers/staging/media/
6678 F:      include/media/
6679 F:      include/uapi/linux/dvb/
6680 F:      include/uapi/linux/videodev2.h
6681 F:      include/uapi/linux/media.h
6682 F:      include/uapi/linux/v4l2-*
6683 F:      include/uapi/linux/meye.h
6684 F:      include/uapi/linux/ivtv*
6685 F:      include/uapi/linux/uvcvideo.h
6687 MEDIATEK MT7601U WIRELESS LAN DRIVER
6688 M:      Jakub Kicinski <kubakici@wp.pl>
6689 L:      linux-wireless@vger.kernel.org
6690 S:      Maintained
6691 F:      drivers/net/wireless/mediatek/mt7601u/
6693 MEGARAID SCSI/SAS DRIVERS
6694 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6695 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6696 M:      Uday Lingala <uday.lingala@avagotech.com>
6697 L:      megaraidlinux.pdl@avagotech.com
6698 L:      linux-scsi@vger.kernel.org
6699 W:      http://www.lsi.com
6700 S:      Maintained
6701 F:      Documentation/scsi/megaraid.txt
6702 F:      drivers/scsi/megaraid.*
6703 F:      drivers/scsi/megaraid/
6705 MELLANOX ETHERNET DRIVER (mlx4_en)
6706 M:      Amir Vadai <amirv@mellanox.com>
6707 M:      Ido Shamay <idos@mellanox.com>
6708 L:      netdev@vger.kernel.org
6709 S:      Supported
6710 W:      http://www.mellanox.com
6711 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6712 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6714 MELLANOX ETHERNET SWITCH DRIVERS
6715 M:      Jiri Pirko <jiri@mellanox.com>
6716 M:      Ido Schimmel <idosch@mellanox.com>
6717 L:      netdev@vger.kernel.org
6718 S:      Supported
6719 W:      http://www.mellanox.com
6720 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6721 F:      drivers/net/ethernet/mellanox/mlxsw/
6723 MEMORY MANAGEMENT
6724 L:      linux-mm@kvack.org
6725 W:      http://www.linux-mm.org
6726 S:      Maintained
6727 F:      include/linux/mm.h
6728 F:      include/linux/gfp.h
6729 F:      include/linux/mmzone.h
6730 F:      include/linux/memory_hotplug.h
6731 F:      include/linux/vmalloc.h
6732 F:      mm/
6734 MEMORY TECHNOLOGY DEVICES (MTD)
6735 M:      David Woodhouse <dwmw2@infradead.org>
6736 M:      Brian Norris <computersforpeace@gmail.com>
6737 L:      linux-mtd@lists.infradead.org
6738 W:      http://www.linux-mtd.infradead.org/
6739 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6740 T:      git git://git.infradead.org/linux-mtd.git
6741 T:      git git://git.infradead.org/l2-mtd.git
6742 S:      Maintained
6743 F:      drivers/mtd/
6744 F:      include/linux/mtd/
6745 F:      include/uapi/mtd/
6747 MEN A21 WATCHDOG DRIVER
6748 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6749 L:      linux-watchdog@vger.kernel.org
6750 S:      Maintained
6751 F:      drivers/watchdog/mena21_wdt.c
6753 MEN CHAMELEON BUS (mcb)
6754 M:      Johannes Thumshirn <morbidrsa@gmail.com>
6755 S:      Maintained
6756 F:      drivers/mcb/
6757 F:      include/linux/mcb.h
6758 F:      Documentation/men-chameleon-bus.txt
6760 MEN F21BMC (Board Management Controller)
6761 M:      Andreas Werner <andreas.werner@men.de>
6762 S:      Supported
6763 F:      drivers/mfd/menf21bmc.c
6764 F:      drivers/watchdog/menf21bmc_wdt.c
6765 F:      drivers/leds/leds-menf21bmc.c
6766 F:      drivers/hwmon/menf21bmc_hwmon.c
6767 F:      Documentation/hwmon/menf21bmc
6769 METAG ARCHITECTURE
6770 M:      James Hogan <james.hogan@imgtec.com>
6771 L:      linux-metag@vger.kernel.org
6772 S:      Supported
6773 F:      arch/metag/
6774 F:      Documentation/metag/
6775 F:      Documentation/devicetree/bindings/metag/
6776 F:      drivers/clocksource/metag_generic.c
6777 F:      drivers/irqchip/irq-metag.c
6778 F:      drivers/irqchip/irq-metag-ext.c
6779 F:      drivers/tty/metag_da.c
6781 MICROBLAZE ARCHITECTURE
6782 M:      Michal Simek <monstr@monstr.eu>
6783 W:      http://www.monstr.eu/fdt/
6784 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6785 S:      Supported
6786 F:      arch/microblaze/
6788 MICROTEK X6 SCANNER
6789 M:      Oliver Neukum <oliver@neukum.org>
6790 S:      Maintained
6791 F:      drivers/usb/image/microtek.*
6793 MIPS
6794 M:      Ralf Baechle <ralf@linux-mips.org>
6795 L:      linux-mips@linux-mips.org
6796 W:      http://www.linux-mips.org/
6797 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6798 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6799 S:      Supported
6800 F:      Documentation/mips/
6801 F:      arch/mips/
6803 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6804 M:      Hans Verkuil <hverkuil@xs4all.nl>
6805 L:      linux-media@vger.kernel.org
6806 T:      git git://linuxtv.org/media_tree.git
6807 W:      http://linuxtv.org
6808 S:      Odd Fixes
6809 F:      drivers/media/radio/radio-miropcm20*
6811 Mellanox MLX5 core VPI driver
6812 M:      Eli Cohen <eli@mellanox.com>
6813 L:      netdev@vger.kernel.org
6814 L:      linux-rdma@vger.kernel.org
6815 W:      http://www.mellanox.com
6816 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6817 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6818 T:      git git://openfabrics.org/~eli/connect-ib.git
6819 S:      Supported
6820 F:      drivers/net/ethernet/mellanox/mlx5/core/
6821 F:      include/linux/mlx5/
6823 Mellanox MLX5 IB driver
6824 M:      Eli Cohen <eli@mellanox.com>
6825 L:      linux-rdma@vger.kernel.org
6826 W:      http://www.mellanox.com
6827 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6828 T:      git git://openfabrics.org/~eli/connect-ib.git
6829 S:      Supported
6830 F:      include/linux/mlx5/
6831 F:      drivers/infiniband/hw/mlx5/
6833 MN88472 MEDIA DRIVER
6834 M:      Antti Palosaari <crope@iki.fi>
6835 L:      linux-media@vger.kernel.org
6836 W:      http://linuxtv.org/
6837 W:      http://palosaari.fi/linux/
6838 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6839 T:      git git://linuxtv.org/anttip/media_tree.git
6840 S:      Maintained
6841 F:      drivers/staging/media/mn88472/
6842 F:      drivers/media/dvb-frontends/mn88472.h
6844 MN88473 MEDIA DRIVER
6845 M:      Antti Palosaari <crope@iki.fi>
6846 L:      linux-media@vger.kernel.org
6847 W:      http://linuxtv.org/
6848 W:      http://palosaari.fi/linux/
6849 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6850 T:      git git://linuxtv.org/anttip/media_tree.git
6851 S:      Maintained
6852 F:      drivers/staging/media/mn88473/
6853 F:      drivers/media/dvb-frontends/mn88473.h
6855 MODULE SUPPORT
6856 M:      Rusty Russell <rusty@rustcorp.com.au>
6857 S:      Maintained
6858 F:      include/linux/module.h
6859 F:      kernel/module.c
6861 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6862 W:      http://popies.net/meye/
6863 S:      Orphan
6864 F:      Documentation/video4linux/meye.txt
6865 F:      drivers/media/pci/meye/
6866 F:      include/uapi/linux/meye.h
6868 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6869 M:      Jiri Slaby <jirislaby@gmail.com>
6870 S:      Maintained
6871 F:      Documentation/serial/moxa-smartio
6872 F:      drivers/tty/mxser.*
6874 MR800 AVERMEDIA USB FM RADIO DRIVER
6875 M:      Alexey Klimov <klimov.linux@gmail.com>
6876 L:      linux-media@vger.kernel.org
6877 T:      git git://linuxtv.org/media_tree.git
6878 S:      Maintained
6879 F:      drivers/media/radio/radio-mr800.c
6881 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6882 M:      Alan Ott <alan@signal11.us>
6883 L:      linux-wpan@vger.kernel.org
6884 S:      Maintained
6885 F:      drivers/net/ieee802154/mrf24j40.c
6887 MSI LAPTOP SUPPORT
6888 M:      "Lee, Chun-Yi" <jlee@suse.com>
6889 L:      platform-driver-x86@vger.kernel.org
6890 S:      Maintained
6891 F:      drivers/platform/x86/msi-laptop.c
6893 MSI WMI SUPPORT
6894 L:      platform-driver-x86@vger.kernel.org
6895 S:      Orphan
6896 F:      drivers/platform/x86/msi-wmi.c
6898 MSI001 MEDIA DRIVER
6899 M:      Antti Palosaari <crope@iki.fi>
6900 L:      linux-media@vger.kernel.org
6901 W:      http://linuxtv.org/
6902 W:      http://palosaari.fi/linux/
6903 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6904 T:      git git://linuxtv.org/anttip/media_tree.git
6905 S:      Maintained
6906 F:      drivers/media/tuners/msi001*
6908 MSI2500 MEDIA DRIVER
6909 M:      Antti Palosaari <crope@iki.fi>
6910 L:      linux-media@vger.kernel.org
6911 W:      http://linuxtv.org/
6912 W:      http://palosaari.fi/linux/
6913 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6914 T:      git git://linuxtv.org/anttip/media_tree.git
6915 S:      Maintained
6916 F:      drivers/media/usb/msi2500/
6918 MSYSTEMS DISKONCHIP G3 MTD DRIVER
6919 M:      Robert Jarzmik <robert.jarzmik@free.fr>
6920 L:      linux-mtd@lists.infradead.org
6921 S:      Maintained
6922 F:      drivers/mtd/devices/docg3*
6924 MT9M032 APTINA SENSOR DRIVER
6925 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6926 L:      linux-media@vger.kernel.org
6927 T:      git git://linuxtv.org/media_tree.git
6928 S:      Maintained
6929 F:      drivers/media/i2c/mt9m032.c
6930 F:      include/media/mt9m032.h
6932 MT9P031 APTINA CAMERA SENSOR
6933 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6934 L:      linux-media@vger.kernel.org
6935 T:      git git://linuxtv.org/media_tree.git
6936 S:      Maintained
6937 F:      drivers/media/i2c/mt9p031.c
6938 F:      include/media/mt9p031.h
6940 MT9T001 APTINA CAMERA SENSOR
6941 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6942 L:      linux-media@vger.kernel.org
6943 T:      git git://linuxtv.org/media_tree.git
6944 S:      Maintained
6945 F:      drivers/media/i2c/mt9t001.c
6946 F:      include/media/mt9t001.h
6948 MT9V032 APTINA CAMERA SENSOR
6949 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6950 L:      linux-media@vger.kernel.org
6951 T:      git git://linuxtv.org/media_tree.git
6952 S:      Maintained
6953 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6954 F:      drivers/media/i2c/mt9v032.c
6955 F:      include/media/mt9v032.h
6957 MULTIFUNCTION DEVICES (MFD)
6958 M:      Samuel Ortiz <sameo@linux.intel.com>
6959 M:      Lee Jones <lee.jones@linaro.org>
6960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6961 S:      Supported
6962 F:      drivers/mfd/
6963 F:      include/linux/mfd/
6965 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6966 M:      Ulf Hansson <ulf.hansson@linaro.org>
6967 L:      linux-mmc@vger.kernel.org
6968 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6969 S:      Maintained
6970 F:      drivers/mmc/
6971 F:      include/linux/mmc/
6972 F:      include/uapi/linux/mmc/
6974 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6975 S:      Orphan
6976 F:      drivers/mmc/host/mmc_spi.c
6977 F:      include/linux/spi/mmc_spi.h
6979 MULTISOUND SOUND DRIVER
6980 M:      Andrew Veliath <andrewtv@usa.net>
6981 S:      Maintained
6982 F:      Documentation/sound/oss/MultiSound
6983 F:      sound/oss/msnd*
6985 MULTITECH MULTIPORT CARD (ISICOM)
6986 S:      Orphan
6987 F:      drivers/tty/isicom.c
6988 F:      include/linux/isicom.h
6990 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6991 M:      Felipe Balbi <balbi@ti.com>
6992 L:      linux-usb@vger.kernel.org
6993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6994 S:      Maintained
6995 F:      drivers/usb/musb/
6997 MXL5007T MEDIA DRIVER
6998 M:      Michael Krufky <mkrufky@linuxtv.org>
6999 L:      linux-media@vger.kernel.org
7000 W:      http://linuxtv.org/
7001 W:      http://github.com/mkrufky
7002 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7003 T:      git git://linuxtv.org/mkrufky/tuners.git
7004 S:      Maintained
7005 F:      drivers/media/tuners/mxl5007t.*
7007 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
7008 M:      Hyong-Youb Kim <hykim@myri.com>
7009 L:      netdev@vger.kernel.org
7010 W:      https://www.myricom.com/support/downloads/myri10ge.html
7011 S:      Supported
7012 F:      drivers/net/ethernet/myricom/myri10ge/
7014 NATSEMI ETHERNET DRIVER (DP8381x)
7015 S:      Orphan
7016 F:      drivers/net/ethernet/natsemi/natsemi.c
7018 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
7019 M:      Daniel Mack <zonque@gmail.com>
7020 S:      Maintained
7021 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7022 W:      http://www.native-instruments.com
7023 F:      sound/usb/caiaq/
7025 NCP FILESYSTEM
7026 M:      Petr Vandrovec <petr@vandrovec.name>
7027 S:      Odd Fixes
7028 F:      fs/ncpfs/
7030 NCR 5380 SCSI DRIVERS
7031 M:      Finn Thain <fthain@telegraphics.com.au>
7032 M:      Michael Schmitz <schmitzmic@gmail.com>
7033 L:      linux-scsi@vger.kernel.org
7034 S:      Maintained
7035 F:      Documentation/scsi/g_NCR5380.txt
7036 F:      drivers/scsi/NCR5380.*
7037 F:      drivers/scsi/arm/cumana_1.c
7038 F:      drivers/scsi/arm/oak.c
7039 F:      drivers/scsi/atari_NCR5380.c
7040 F:      drivers/scsi/atari_scsi.*
7041 F:      drivers/scsi/dmx3191d.c
7042 F:      drivers/scsi/dtc.*
7043 F:      drivers/scsi/g_NCR5380.*
7044 F:      drivers/scsi/g_NCR5380_mmio.c
7045 F:      drivers/scsi/mac_scsi.*
7046 F:      drivers/scsi/pas16.*
7047 F:      drivers/scsi/sun3_scsi.*
7048 F:      drivers/scsi/sun3_scsi_vme.c
7049 F:      drivers/scsi/t128.*
7051 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
7052 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
7053 L:      linux-scsi@vger.kernel.org
7054 S:      Maintained
7055 F:      drivers/scsi/NCR_D700.*
7057 NCT6775 HARDWARE MONITOR DRIVER
7058 M:      Guenter Roeck <linux@roeck-us.net>
7059 L:      lm-sensors@lm-sensors.org
7060 S:      Maintained
7061 F:      Documentation/hwmon/nct6775
7062 F:      drivers/hwmon/nct6775.c
7064 NETEFFECT IWARP RNIC DRIVER (IW_NES)
7065 M:      Faisal Latif <faisal.latif@intel.com>
7066 L:      linux-rdma@vger.kernel.org
7067 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
7068 S:      Supported
7069 F:      drivers/infiniband/hw/nes/
7071 NETEM NETWORK EMULATOR
7072 M:      Stephen Hemminger <stephen@networkplumber.org>
7073 L:      netem@lists.linux-foundation.org
7074 S:      Maintained
7075 F:      net/sched/sch_netem.c
7077 NETERION 10GbE DRIVERS (s2io/vxge)
7078 M:      Jon Mason <jdmason@kudzu.us>
7079 L:      netdev@vger.kernel.org
7080 S:      Supported
7081 F:      Documentation/networking/s2io.txt
7082 F:      Documentation/networking/vxge.txt
7083 F:      drivers/net/ethernet/neterion/
7085 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
7086 M:      Pablo Neira Ayuso <pablo@netfilter.org>
7087 M:      Patrick McHardy <kaber@trash.net>
7088 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
7089 L:      netfilter-devel@vger.kernel.org
7090 L:      coreteam@netfilter.org
7091 W:      http://www.netfilter.org/
7092 W:      http://www.iptables.org/
7093 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
7094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
7095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
7096 S:      Supported
7097 F:      include/linux/netfilter*
7098 F:      include/linux/netfilter/
7099 F:      include/net/netfilter/
7100 F:      include/uapi/linux/netfilter*
7101 F:      include/uapi/linux/netfilter/
7102 F:      net/*/netfilter.c
7103 F:      net/*/netfilter/
7104 F:      net/netfilter/
7105 F:      net/bridge/br_netfilter*.c
7107 NETLABEL
7108 M:      Paul Moore <paul@paul-moore.com>
7109 W:      http://netlabel.sf.net
7110 L:      netdev@vger.kernel.org
7111 S:      Maintained
7112 F:      Documentation/netlabel/
7113 F:      include/net/netlabel.h
7114 F:      net/netlabel/
7116 NETROM NETWORK LAYER
7117 M:      Ralf Baechle <ralf@linux-mips.org>
7118 L:      linux-hams@vger.kernel.org
7119 W:      http://www.linux-ax25.org/
7120 S:      Maintained
7121 F:      include/net/netrom.h
7122 F:      include/uapi/linux/netrom.h
7123 F:      net/netrom/
7125 NETWORK BLOCK DEVICE (NBD)
7126 M:      Markus Pargmann <mpa@pengutronix.de>
7127 S:      Maintained
7128 L:      nbd-general@lists.sourceforge.net
7129 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
7130 F:      Documentation/blockdev/nbd.txt
7131 F:      drivers/block/nbd.c
7132 F:      include/uapi/linux/nbd.h
7134 NETWORK DROP MONITOR
7135 M:      Neil Horman <nhorman@tuxdriver.com>
7136 L:      netdev@vger.kernel.org
7137 S:      Maintained
7138 W:      https://fedorahosted.org/dropwatch/
7139 F:      net/core/drop_monitor.c
7141 NETWORKING [GENERAL]
7142 M:      "David S. Miller" <davem@davemloft.net>
7143 L:      netdev@vger.kernel.org
7144 W:      http://www.linuxfoundation.org/en/Net
7145 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7148 S:      Maintained
7149 F:      net/
7150 F:      include/net/
7151 F:      include/linux/in.h
7152 F:      include/linux/net.h
7153 F:      include/linux/netdevice.h
7154 F:      include/uapi/linux/in.h
7155 F:      include/uapi/linux/net.h
7156 F:      include/uapi/linux/netdevice.h
7157 F:      include/uapi/linux/net_namespace.h
7158 F:      tools/net/
7159 F:      tools/testing/selftests/net/
7160 F:      lib/random32.c
7161 F:      lib/test_bpf.c
7163 NETWORKING [IPv4/IPv6]
7164 M:      "David S. Miller" <davem@davemloft.net>
7165 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
7166 M:      James Morris <jmorris@namei.org>
7167 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
7168 M:      Patrick McHardy <kaber@trash.net>
7169 L:      netdev@vger.kernel.org
7170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7171 S:      Maintained
7172 F:      net/ipv4/
7173 F:      net/ipv6/
7174 F:      include/net/ip*
7175 F:      arch/x86/net/*
7177 NETWORKING [IPSEC]
7178 M:      Steffen Klassert <steffen.klassert@secunet.com>
7179 M:      Herbert Xu <herbert@gondor.apana.org.au>
7180 M:      "David S. Miller" <davem@davemloft.net>
7181 L:      netdev@vger.kernel.org
7182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
7183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
7184 S:      Maintained
7185 F:      net/core/flow.c
7186 F:      net/xfrm/
7187 F:      net/key/
7188 F:      net/ipv4/xfrm*
7189 F:      net/ipv4/esp4.c
7190 F:      net/ipv4/ah4.c
7191 F:      net/ipv4/ipcomp.c
7192 F:      net/ipv4/ip_vti.c
7193 F:      net/ipv6/xfrm*
7194 F:      net/ipv6/esp6.c
7195 F:      net/ipv6/ah6.c
7196 F:      net/ipv6/ipcomp6.c
7197 F:      net/ipv6/ip6_vti.c
7198 F:      include/uapi/linux/xfrm.h
7199 F:      include/net/xfrm.h
7201 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
7202 M:      Paul Moore <paul@paul-moore.com>
7203 L:      netdev@vger.kernel.org
7204 S:      Maintained
7206 NETWORKING [WIRELESS]
7207 L:      linux-wireless@vger.kernel.org
7208 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7210 NETWORKING DRIVERS
7211 L:      netdev@vger.kernel.org
7212 W:      http://www.linuxfoundation.org/en/Net
7213 Q:      http://patchwork.ozlabs.org/project/netdev/list/
7214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
7215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
7216 S:      Odd Fixes
7217 F:      drivers/net/
7218 F:      include/linux/if_*
7219 F:      include/linux/netdevice.h
7220 F:      include/linux/arcdevice.h
7221 F:      include/linux/etherdevice.h
7222 F:      include/linux/fcdevice.h
7223 F:      include/linux/fddidevice.h
7224 F:      include/linux/hippidevice.h
7225 F:      include/linux/inetdevice.h
7226 F:      include/uapi/linux/if_*
7227 F:      include/uapi/linux/netdevice.h
7229 NETWORKING DRIVERS (WIRELESS)
7230 M:      Kalle Valo <kvalo@codeaurora.org>
7231 L:      linux-wireless@vger.kernel.org
7232 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
7233 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
7234 S:      Maintained
7235 F:      drivers/net/wireless/
7237 NETXEN (1/10) GbE SUPPORT
7238 M:      Manish Chopra <manish.chopra@qlogic.com>
7239 M:      Sony Chacko <sony.chacko@qlogic.com>
7240 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
7241 L:      netdev@vger.kernel.org
7242 W:      http://www.qlogic.com
7243 S:      Supported
7244 F:      drivers/net/ethernet/qlogic/netxen/
7246 NFC SUBSYSTEM
7247 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
7248 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
7249 M:      Samuel Ortiz <sameo@linux.intel.com>
7250 L:      linux-wireless@vger.kernel.org
7251 L:      linux-nfc@lists.01.org (subscribers-only)
7252 S:      Supported
7253 F:      net/nfc/
7254 F:      include/net/nfc/
7255 F:      include/uapi/linux/nfc.h
7256 F:      drivers/nfc/
7257 F:      include/linux/platform_data/pn544.h
7258 F:      Documentation/devicetree/bindings/net/nfc/
7260 NFS, SUNRPC, AND LOCKD CLIENTS
7261 M:      Trond Myklebust <trond.myklebust@primarydata.com>
7262 M:      Anna Schumaker <anna.schumaker@netapp.com>
7263 L:      linux-nfs@vger.kernel.org
7264 W:      http://client.linux-nfs.org
7265 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
7266 S:      Maintained
7267 F:      fs/lockd/
7268 F:      fs/nfs/
7269 F:      fs/nfs_common/
7270 F:      net/sunrpc/
7271 F:      include/linux/lockd/
7272 F:      include/linux/nfs*
7273 F:      include/linux/sunrpc/
7274 F:      include/uapi/linux/nfs*
7275 F:      include/uapi/linux/sunrpc/
7277 NILFS2 FILESYSTEM
7278 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
7279 L:      linux-nilfs@vger.kernel.org
7280 W:      http://nilfs.sourceforge.net/
7281 T:      git git://github.com/konis/nilfs2.git
7282 S:      Supported
7283 F:      Documentation/filesystems/nilfs2.txt
7284 F:      fs/nilfs2/
7285 F:      include/linux/nilfs2_fs.h
7287 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
7288 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7289 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7290 S:      Maintained
7291 F:      Documentation/scsi/NinjaSCSI.txt
7292 F:      drivers/scsi/pcmcia/nsp_*
7294 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
7295 M:      GOTO Masanori <gotom@debian.or.jp>
7296 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
7297 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
7298 S:      Maintained
7299 F:      Documentation/scsi/NinjaSCSI.txt
7300 F:      drivers/scsi/nsp32*
7302 NIOS2 ARCHITECTURE
7303 M:      Ley Foon Tan <lftan@altera.com>
7304 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
7305 T:      git git://git.rocketboards.org/linux-socfpga-next.git
7306 S:      Maintained
7307 F:      arch/nios2/
7309 NOKIA N900 POWER SUPPLY DRIVERS
7310 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
7311 S:      Maintained
7312 F:      include/linux/power/bq2415x_charger.h
7313 F:      include/linux/power/bq27x00_battery.h
7314 F:      include/linux/power/isp1704_charger.h
7315 F:      drivers/power/bq2415x_charger.c
7316 F:      drivers/power/bq27x00_battery.c
7317 F:      drivers/power/isp1704_charger.c
7318 F:      drivers/power/rx51_battery.c
7320 NTB DRIVER CORE
7321 M:      Jon Mason <jdmason@kudzu.us>
7322 M:      Dave Jiang <dave.jiang@intel.com>
7323 M:      Allen Hubbe <Allen.Hubbe@emc.com>
7324 S:      Supported
7325 W:      https://github.com/jonmason/ntb/wiki
7326 T:      git git://github.com/jonmason/ntb.git
7327 F:      drivers/ntb/
7328 F:      drivers/net/ntb_netdev.c
7329 F:      include/linux/ntb.h
7330 F:      include/linux/ntb_transport.h
7332 NTB INTEL DRIVER
7333 M:      Jon Mason <jdmason@kudzu.us>
7334 M:      Dave Jiang <dave.jiang@intel.com>
7335 S:      Supported
7336 W:      https://github.com/jonmason/ntb/wiki
7337 T:      git git://github.com/jonmason/ntb.git
7338 F:      drivers/ntb/hw/intel/
7340 NTFS FILESYSTEM
7341 M:      Anton Altaparmakov <anton@tuxera.com>
7342 L:      linux-ntfs-dev@lists.sourceforge.net
7343 W:      http://www.tuxera.com/
7344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7345 S:      Supported
7346 F:      Documentation/filesystems/ntfs.txt
7347 F:      fs/ntfs/
7349 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7350 M:      Antonino Daplas <adaplas@gmail.com>
7351 L:      linux-fbdev@vger.kernel.org
7352 S:      Maintained
7353 F:      drivers/video/fbdev/riva/
7354 F:      drivers/video/fbdev/nvidia/
7356 NVM EXPRESS DRIVER
7357 M:      Matthew Wilcox <willy@linux.intel.com>
7358 L:      linux-nvme@lists.infradead.org
7359 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7360 S:      Supported
7361 F:      drivers/block/nvme*
7362 F:      include/linux/nvme.h
7364 NVMEM FRAMEWORK
7365 M:      Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
7366 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
7367 S:      Maintained
7368 F:      drivers/nvmem/
7369 F:      Documentation/devicetree/bindings/nvmem/
7370 F:      include/linux/nvmem-consumer.h
7371 F:      include/linux/nvmem-provider.h
7373 NXP-NCI NFC DRIVER
7374 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7375 R:      Charles Gorand <charles.gorand@effinnov.com>
7376 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7377 S:      Supported
7378 F:      drivers/nfc/nxp-nci
7380 NXP TDA998X DRM DRIVER
7381 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7382 S:      Supported
7383 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7384 F:      include/drm/i2c/tda998x.h
7386 NXP TFA9879 DRIVER
7387 M:      Peter Rosin <peda@axentia.se>
7388 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7389 S:      Maintained
7390 F:      sound/soc/codecs/tfa9879*
7392 OMAP SUPPORT
7393 M:      Tony Lindgren <tony@atomide.com>
7394 L:      linux-omap@vger.kernel.org
7395 W:      http://www.muru.com/linux/omap/
7396 W:      http://linux.omap.com/
7397 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7399 S:      Maintained
7400 F:      arch/arm/*omap*/
7401 F:      arch/arm/configs/omap1_defconfig
7402 F:      arch/arm/configs/omap2plus_defconfig
7403 F:      drivers/i2c/busses/i2c-omap.c
7404 F:      drivers/irqchip/irq-omap-intc.c
7405 F:      drivers/mfd/*omap*.c
7406 F:      drivers/mfd/menelaus.c
7407 F:      drivers/mfd/palmas.c
7408 F:      drivers/mfd/tps65217.c
7409 F:      drivers/mfd/tps65218.c
7410 F:      drivers/mfd/tps65910.c
7411 F:      drivers/mfd/twl-core.[ch]
7412 F:      drivers/mfd/twl4030*.c
7413 F:      drivers/mfd/twl6030*.c
7414 F:      drivers/mfd/twl6040*.c
7415 F:      drivers/regulator/palmas-regulator*.c
7416 F:      drivers/regulator/pbias-regulator.c
7417 F:      drivers/regulator/tps65217-regulator.c
7418 F:      drivers/regulator/tps65218-regulator.c
7419 F:      drivers/regulator/tps65910-regulator.c
7420 F:      drivers/regulator/twl-regulator.c
7421 F:      include/linux/i2c-omap.h
7423 OMAP DEVICE TREE SUPPORT
7424 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7425 M:      Tony Lindgren <tony@atomide.com>
7426 L:      linux-omap@vger.kernel.org
7427 L:      devicetree@vger.kernel.org
7428 S:      Maintained
7429 F:      arch/arm/boot/dts/*omap*
7430 F:      arch/arm/boot/dts/*am3*
7431 F:      arch/arm/boot/dts/*am4*
7432 F:      arch/arm/boot/dts/*am5*
7433 F:      arch/arm/boot/dts/*dra7*
7435 OMAP CLOCK FRAMEWORK SUPPORT
7436 M:      Paul Walmsley <paul@pwsan.com>
7437 L:      linux-omap@vger.kernel.org
7438 S:      Maintained
7439 F:      arch/arm/*omap*/*clock*
7441 OMAP POWER MANAGEMENT SUPPORT
7442 M:      Kevin Hilman <khilman@deeprootsystems.com>
7443 L:      linux-omap@vger.kernel.org
7444 S:      Maintained
7445 F:      arch/arm/*omap*/*pm*
7446 F:      drivers/cpufreq/omap-cpufreq.c
7448 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7449 M:      Rajendra Nayak <rnayak@ti.com>
7450 M:      Paul Walmsley <paul@pwsan.com>
7451 L:      linux-omap@vger.kernel.org
7452 S:      Maintained
7453 F:      arch/arm/mach-omap2/prm*
7455 OMAP AUDIO SUPPORT
7456 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7457 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7458 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7459 L:      linux-omap@vger.kernel.org
7460 S:      Maintained
7461 F:      sound/soc/omap/
7463 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7464 M:      Roger Quadros <rogerq@ti.com>
7465 M:      Tony Lindgren <tony@atomide.com>
7466 L:      linux-omap@vger.kernel.org
7467 S:      Maintained
7468 F:      drivers/memory/omap-gpmc.c
7469 F:      arch/arm/mach-omap2/*gpmc*
7471 OMAP FRAMEBUFFER SUPPORT
7472 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7473 L:      linux-fbdev@vger.kernel.org
7474 L:      linux-omap@vger.kernel.org
7475 S:      Maintained
7476 F:      drivers/video/fbdev/omap/
7478 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7479 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7480 L:      linux-omap@vger.kernel.org
7481 L:      linux-fbdev@vger.kernel.org
7482 S:      Maintained
7483 F:      drivers/video/fbdev/omap2/
7484 F:      Documentation/arm/OMAP/DSS
7486 OMAP HARDWARE SPINLOCK SUPPORT
7487 M:      Ohad Ben-Cohen <ohad@wizery.com>
7488 L:      linux-omap@vger.kernel.org
7489 S:      Maintained
7490 F:      drivers/hwspinlock/omap_hwspinlock.c
7492 OMAP MMC SUPPORT
7493 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7494 L:      linux-omap@vger.kernel.org
7495 S:      Maintained
7496 F:      drivers/mmc/host/omap.c
7498 OMAP HS MMC SUPPORT
7499 L:      linux-mmc@vger.kernel.org
7500 L:      linux-omap@vger.kernel.org
7501 S:      Orphan
7502 F:      drivers/mmc/host/omap_hsmmc.c
7504 OMAP RANDOM NUMBER GENERATOR SUPPORT
7505 M:      Deepak Saxena <dsaxena@plexity.net>
7506 S:      Maintained
7507 F:      drivers/char/hw_random/omap-rng.c
7509 OMAP HWMOD SUPPORT
7510 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7511 M:      Paul Walmsley <paul@pwsan.com>
7512 L:      linux-omap@vger.kernel.org
7513 S:      Maintained
7514 F:      arch/arm/mach-omap2/omap_hwmod.*
7516 OMAP HWMOD DATA
7517 M:      Paul Walmsley <paul@pwsan.com>
7518 L:      linux-omap@vger.kernel.org
7519 S:      Maintained
7520 F:      arch/arm/mach-omap2/omap_hwmod*data*
7522 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7523 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7524 L:      linux-omap@vger.kernel.org
7525 S:      Maintained
7526 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7528 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7529 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7530 L:      linux-media@vger.kernel.org
7531 S:      Maintained
7532 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7533 F:      drivers/media/platform/omap3isp/
7534 F:      drivers/staging/media/omap4iss/
7536 OMAP USB SUPPORT
7537 M:      Felipe Balbi <balbi@ti.com>
7538 L:      linux-usb@vger.kernel.org
7539 L:      linux-omap@vger.kernel.org
7540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7541 S:      Maintained
7542 F:      drivers/usb/*/*omap*
7543 F:      arch/arm/*omap*/usb*
7545 OMAP GPIO DRIVER
7546 M:      Javier Martinez Canillas <javier@dowhile0.org>
7547 M:      Santosh Shilimkar <ssantosh@kernel.org>
7548 M:      Kevin Hilman <khilman@deeprootsystems.com>
7549 L:      linux-omap@vger.kernel.org
7550 S:      Maintained
7551 F:      drivers/gpio/gpio-omap.c
7553 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7554 M:      Mark Jackson <mpfj@newflow.co.uk>
7555 L:      linux-omap@vger.kernel.org
7556 S:      Maintained
7557 F:      arch/arm/boot/dts/am335x-nano.dts
7559 OMFS FILESYSTEM
7560 M:      Bob Copeland <me@bobcopeland.com>
7561 L:      linux-karma-devel@lists.sourceforge.net
7562 S:      Maintained
7563 F:      Documentation/filesystems/omfs.txt
7564 F:      fs/omfs/
7566 OMNIKEY CARDMAN 4000 DRIVER
7567 M:      Harald Welte <laforge@gnumonks.org>
7568 S:      Maintained
7569 F:      drivers/char/pcmcia/cm4000_cs.c
7570 F:      include/linux/cm4000_cs.h
7571 F:      include/uapi/linux/cm4000_cs.h
7573 OMNIKEY CARDMAN 4040 DRIVER
7574 M:      Harald Welte <laforge@gnumonks.org>
7575 S:      Maintained
7576 F:      drivers/char/pcmcia/cm4040_cs.*
7578 OMNIVISION OV7670 SENSOR DRIVER
7579 M:      Jonathan Corbet <corbet@lwn.net>
7580 L:      linux-media@vger.kernel.org
7581 T:      git git://linuxtv.org/media_tree.git
7582 S:      Maintained
7583 F:      drivers/media/i2c/ov7670.c
7585 ONENAND FLASH DRIVER
7586 M:      Kyungmin Park <kyungmin.park@samsung.com>
7587 L:      linux-mtd@lists.infradead.org
7588 S:      Maintained
7589 F:      drivers/mtd/onenand/
7590 F:      include/linux/mtd/onenand*.h
7592 ONSTREAM SCSI TAPE DRIVER
7593 M:      Willem Riede <osst@riede.org>
7594 L:      osst-users@lists.sourceforge.net
7595 L:      linux-scsi@vger.kernel.org
7596 S:      Maintained
7597 F:      Documentation/scsi/osst.txt
7598 F:      drivers/scsi/osst.*
7599 F:      drivers/scsi/osst_*.h
7600 F:      drivers/scsi/st.h
7602 OPENCORES I2C BUS DRIVER
7603 M:      Peter Korsgaard <jacmet@sunsite.dk>
7604 L:      linux-i2c@vger.kernel.org
7605 S:      Maintained
7606 F:      Documentation/i2c/busses/i2c-ocores
7607 F:      drivers/i2c/busses/i2c-ocores.c
7609 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7610 M:      Rob Herring <robh+dt@kernel.org>
7611 M:      Frank Rowand <frowand.list@gmail.com>
7612 M:      Grant Likely <grant.likely@linaro.org>
7613 L:      devicetree@vger.kernel.org
7614 W:      http://www.devicetree.org/
7615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7616 S:      Maintained
7617 F:      drivers/of/
7618 F:      include/linux/of*.h
7619 F:      scripts/dtc/
7621 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7622 M:      Rob Herring <robh+dt@kernel.org>
7623 M:      Pawel Moll <pawel.moll@arm.com>
7624 M:      Mark Rutland <mark.rutland@arm.com>
7625 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7626 M:      Kumar Gala <galak@codeaurora.org>
7627 L:      devicetree@vger.kernel.org
7628 S:      Maintained
7629 F:      Documentation/devicetree/
7630 F:      arch/*/boot/dts/
7631 F:      include/dt-bindings/
7633 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7634 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7635 L:      devicetree@vger.kernel.org
7636 S:      Maintained
7637 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7638 F:      Documentation/devicetree/overlay-notes.txt
7639 F:      drivers/of/overlay.c
7640 F:      drivers/of/resolver.c
7642 OPENRISC ARCHITECTURE
7643 M:      Jonas Bonn <jonas@southpole.se>
7644 W:      http://openrisc.net
7645 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7646 S:      Maintained
7647 T:      git git://openrisc.net/~jonas/linux
7648 F:      arch/openrisc/
7650 OPENVSWITCH
7651 M:      Pravin Shelar <pshelar@nicira.com>
7652 L:      netdev@vger.kernel.org
7653 L:      dev@openvswitch.org
7654 W:      http://openvswitch.org
7655 S:      Maintained
7656 F:      net/openvswitch/
7657 F:      include/uapi/linux/openvswitch.h
7659 OPL4 DRIVER
7660 M:      Clemens Ladisch <clemens@ladisch.de>
7661 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7662 T:      git git://git.alsa-project.org/alsa-kernel.git
7663 S:      Maintained
7664 F:      sound/drivers/opl4/
7666 OPROFILE
7667 M:      Robert Richter <rric@kernel.org>
7668 L:      oprofile-list@lists.sf.net
7669 S:      Maintained
7670 F:      arch/*/include/asm/oprofile*.h
7671 F:      arch/*/oprofile/
7672 F:      drivers/oprofile/
7673 F:      include/linux/oprofile.h
7675 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7676 M:      Mark Fasheh <mfasheh@suse.com>
7677 M:      Joel Becker <jlbec@evilplan.org>
7678 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7679 W:      http://ocfs2.wiki.kernel.org
7680 S:      Supported
7681 F:      Documentation/filesystems/ocfs2.txt
7682 F:      Documentation/filesystems/dlmfs.txt
7683 F:      fs/ocfs2/
7685 ORINOCO DRIVER
7686 L:      linux-wireless@vger.kernel.org
7687 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7688 W:      http://www.nongnu.org/orinoco/
7689 S:      Orphan
7690 F:      drivers/net/wireless/orinoco/
7692 OSD LIBRARY and FILESYSTEM
7693 M:      Boaz Harrosh <ooo@electrozaur.com>
7694 M:      Benny Halevy <bhalevy@primarydata.com>
7695 L:      osd-dev@open-osd.org
7696 W:      http://open-osd.org
7697 T:      git git://git.open-osd.org/open-osd.git
7698 S:      Maintained
7699 F:      drivers/scsi/osd/
7700 F:      include/scsi/osd_*
7701 F:      fs/exofs/
7703 OVERLAY FILESYSTEM
7704 M:      Miklos Szeredi <miklos@szeredi.hu>
7705 L:      linux-unionfs@vger.kernel.org
7706 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7707 S:      Supported
7708 F:      fs/overlayfs/
7709 F:      Documentation/filesystems/overlayfs.txt
7711 P54 WIRELESS DRIVER
7712 M:      Christian Lamparter <chunkeey@googlemail.com>
7713 L:      linux-wireless@vger.kernel.org
7714 W:      http://wireless.kernel.org/en/users/Drivers/p54
7715 S:      Maintained
7716 F:      drivers/net/wireless/p54/
7718 PA SEMI ETHERNET DRIVER
7719 M:      Olof Johansson <olof@lixom.net>
7720 L:      netdev@vger.kernel.org
7721 S:      Maintained
7722 F:      drivers/net/ethernet/pasemi/*
7724 PA SEMI SMBUS DRIVER
7725 M:      Olof Johansson <olof@lixom.net>
7726 L:      linux-i2c@vger.kernel.org
7727 S:      Maintained
7728 F:      drivers/i2c/busses/i2c-pasemi.c
7730 PADATA PARALLEL EXECUTION MECHANISM
7731 M:      Steffen Klassert <steffen.klassert@secunet.com>
7732 L:      linux-crypto@vger.kernel.org
7733 S:      Maintained
7734 F:      kernel/padata.c
7735 F:      include/linux/padata.h
7736 F:      Documentation/padata.txt
7738 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7739 M:      Harald Welte <laforge@gnumonks.org>
7740 L:      platform-driver-x86@vger.kernel.org
7741 S:      Maintained
7742 F:      drivers/platform/x86/panasonic-laptop.c
7744 PANASONIC MN10300/AM33/AM34 PORT
7745 M:      David Howells <dhowells@redhat.com>
7746 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7747 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7748 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7749 S:      Maintained
7750 F:      Documentation/mn10300/
7751 F:      arch/mn10300/
7753 PARALLEL PORT SUBSYSTEM
7754 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
7755 M:      Sudip Mukherjee <sudip@vectorindia.org>
7756 L:      linux-parport@lists.infradead.org (subscribers-only)
7757 S:      Maintained
7758 F:      drivers/parport/
7759 F:      include/linux/parport*.h
7760 F:      drivers/char/ppdev.c
7761 F:      include/uapi/linux/ppdev.h
7762 F:      Documentation/parport*.txt
7764 PARAVIRT_OPS INTERFACE
7765 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7766 M:      Chris Wright <chrisw@sous-sol.org>
7767 M:      Alok Kataria <akataria@vmware.com>
7768 M:      Rusty Russell <rusty@rustcorp.com.au>
7769 L:      virtualization@lists.linux-foundation.org
7770 S:      Supported
7771 F:      Documentation/virtual/paravirt_ops.txt
7772 F:      arch/*/kernel/paravirt*
7773 F:      arch/*/include/asm/paravirt.h
7775 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7776 M:      Tim Waugh <tim@cyberelk.net>
7777 L:      linux-parport@lists.infradead.org (subscribers-only)
7778 S:      Maintained
7779 F:      Documentation/blockdev/paride.txt
7780 F:      drivers/block/paride/
7782 PARISC ARCHITECTURE
7783 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7784 M:      Helge Deller <deller@gmx.de>
7785 L:      linux-parisc@vger.kernel.org
7786 W:      http://www.parisc-linux.org/
7787 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7790 S:      Maintained
7791 F:      arch/parisc/
7792 F:      Documentation/parisc/
7793 F:      drivers/parisc/
7794 F:      drivers/char/agp/parisc-agp.c
7795 F:      drivers/input/serio/gscps2.c
7796 F:      drivers/parport/parport_gsc.*
7797 F:      drivers/tty/serial/8250/8250_gsc.c
7798 F:      drivers/video/fbdev/sti*
7799 F:      drivers/video/console/sti*
7800 F:      drivers/video/logo/logo_parisc*
7802 PC87360 HARDWARE MONITORING DRIVER
7803 M:      Jim Cromie <jim.cromie@gmail.com>
7804 L:      lm-sensors@lm-sensors.org
7805 S:      Maintained
7806 F:      Documentation/hwmon/pc87360
7807 F:      drivers/hwmon/pc87360.c
7809 PC8736x GPIO DRIVER
7810 M:      Jim Cromie <jim.cromie@gmail.com>
7811 S:      Maintained
7812 F:      drivers/char/pc8736x_gpio.c
7814 PC87427 HARDWARE MONITORING DRIVER
7815 M:      Jean Delvare <jdelvare@suse.com>
7816 L:      lm-sensors@lm-sensors.org
7817 S:      Maintained
7818 F:      Documentation/hwmon/pc87427
7819 F:      drivers/hwmon/pc87427.c
7821 PCA9532 LED DRIVER
7822 M:      Riku Voipio <riku.voipio@iki.fi>
7823 S:      Maintained
7824 F:      drivers/leds/leds-pca9532.c
7825 F:      include/linux/leds-pca9532.h
7827 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7828 M:      Guenter Roeck <linux@roeck-us.net>
7829 L:      linux-i2c@vger.kernel.org
7830 S:      Maintained
7831 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7833 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7834 M:      Khalid Aziz <khalid@gonehiking.org>
7835 S:      Maintained
7836 F:      drivers/firmware/pcdp.*
7838 PCI ERROR RECOVERY
7839 M:      Linas Vepstas <linasvepstas@gmail.com>
7840 L:      linux-pci@vger.kernel.org
7841 S:      Supported
7842 F:      Documentation/PCI/pci-error-recovery.txt
7844 PCI SUBSYSTEM
7845 M:      Bjorn Helgaas <bhelgaas@google.com>
7846 L:      linux-pci@vger.kernel.org
7847 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7849 S:      Supported
7850 F:      Documentation/PCI/
7851 F:      drivers/pci/
7852 F:      include/linux/pci*
7853 F:      arch/x86/pci/
7854 F:      arch/x86/kernel/quirks.c
7856 PCI DRIVER FOR ARM VERSATILE PLATFORM
7857 M:      Rob Herring <robh@kernel.org>
7858 L:      linux-pci@vger.kernel.org
7859 L:      linux-arm-kernel@lists.infradead.org
7860 S:      Maintained
7861 F:      Documentation/devicetree/bindings/pci/versatile.txt
7862 F:      drivers/pci/host/pci-versatile.c
7864 PCI DRIVER FOR APPLIEDMICRO XGENE
7865 M:      Tanmay Inamdar <tinamdar@apm.com>
7866 L:      linux-pci@vger.kernel.org
7867 L:      linux-arm-kernel@lists.infradead.org
7868 S:      Maintained
7869 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7870 F:      drivers/pci/host/pci-xgene.c
7872 PCI DRIVER FOR FREESCALE LAYERSCAPE
7873 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7874 M:      Mingkai Hu <mingkai.hu@freescale.com>
7875 M:      Roy Zang <tie-fei.zang@freescale.com>
7876 L:      linuxppc-dev@lists.ozlabs.org
7877 L:      linux-pci@vger.kernel.org
7878 L:      linux-arm-kernel@lists.infradead.org
7879 S:      Maintained
7880 F:      drivers/pci/host/*layerscape*
7882 PCI DRIVER FOR IMX6
7883 M:      Richard Zhu <Richard.Zhu@freescale.com>
7884 M:      Lucas Stach <l.stach@pengutronix.de>
7885 L:      linux-pci@vger.kernel.org
7886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7887 S:      Maintained
7888 F:      drivers/pci/host/*imx6*
7890 PCI DRIVER FOR TI KEYSTONE
7891 M:      Murali Karicheri <m-karicheri2@ti.com>
7892 L:      linux-pci@vger.kernel.org
7893 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7894 S:      Maintained
7895 F:      drivers/pci/host/*keystone*
7897 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7898 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7899 M:      Jason Cooper <jason@lakedaemon.net>
7900 L:      linux-pci@vger.kernel.org
7901 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7902 S:      Maintained
7903 F:      drivers/pci/host/*mvebu*
7905 PCI DRIVER FOR NVIDIA TEGRA
7906 M:      Thierry Reding <thierry.reding@gmail.com>
7907 L:      linux-tegra@vger.kernel.org
7908 L:      linux-pci@vger.kernel.org
7909 S:      Supported
7910 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7911 F:      drivers/pci/host/pci-tegra.c
7913 PCI DRIVER FOR TI DRA7XX
7914 M:      Kishon Vijay Abraham I <kishon@ti.com>
7915 L:      linux-omap@vger.kernel.org
7916 L:      linux-pci@vger.kernel.org
7917 S:      Supported
7918 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7919 F:      drivers/pci/host/pci-dra7xx.c
7921 PCI DRIVER FOR RENESAS R-CAR
7922 M:      Simon Horman <horms@verge.net.au>
7923 L:      linux-pci@vger.kernel.org
7924 L:      linux-sh@vger.kernel.org
7925 S:      Maintained
7926 F:      drivers/pci/host/*rcar*
7928 PCI DRIVER FOR SAMSUNG EXYNOS
7929 M:      Jingoo Han <jingoohan1@gmail.com>
7930 L:      linux-pci@vger.kernel.org
7931 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7932 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7933 S:      Maintained
7934 F:      drivers/pci/host/pci-exynos.c
7936 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7937 M:      Jingoo Han <jingoohan1@gmail.com>
7938 M:      Pratyush Anand <pratyush.anand@gmail.com>
7939 L:      linux-pci@vger.kernel.org
7940 S:      Maintained
7941 F:      drivers/pci/host/*designware*
7943 PCI DRIVER FOR GENERIC OF HOSTS
7944 M:      Will Deacon <will.deacon@arm.com>
7945 L:      linux-pci@vger.kernel.org
7946 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7947 S:      Maintained
7948 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7949 F:      drivers/pci/host/pci-host-generic.c
7951 PCIE DRIVER FOR ST SPEAR13XX
7952 M:      Pratyush Anand <pratyush.anand@gmail.com>
7953 L:      linux-pci@vger.kernel.org
7954 S:      Maintained
7955 F:      drivers/pci/host/*spear*
7957 PCI MSI DRIVER FOR APPLIEDMICRO XGENE
7958 M:      Duc Dang <dhdang@apm.com>
7959 L:      linux-pci@vger.kernel.org
7960 L:      linux-arm-kernel@lists.infradead.org
7961 S:      Maintained
7962 F:      Documentation/devicetree/bindings/pci/xgene-pci-msi.txt
7963 F:      drivers/pci/host/pci-xgene-msi.c
7965 PCMCIA SUBSYSTEM
7966 P:      Linux PCMCIA Team
7967 L:      linux-pcmcia@lists.infradead.org
7968 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7970 S:      Maintained
7971 F:      Documentation/pcmcia/
7972 F:      drivers/pcmcia/
7973 F:      include/pcmcia/
7975 PCNET32 NETWORK DRIVER
7976 M:      Don Fry <pcnet32@frontier.com>
7977 L:      netdev@vger.kernel.org
7978 S:      Maintained
7979 F:      drivers/net/ethernet/amd/pcnet32.c
7981 PCRYPT PARALLEL CRYPTO ENGINE
7982 M:      Steffen Klassert <steffen.klassert@secunet.com>
7983 L:      linux-crypto@vger.kernel.org
7984 S:      Maintained
7985 F:      crypto/pcrypt.c
7986 F:      include/crypto/pcrypt.h
7988 PER-CPU MEMORY ALLOCATOR
7989 M:      Tejun Heo <tj@kernel.org>
7990 M:      Christoph Lameter <cl@linux-foundation.org>
7991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7992 S:      Maintained
7993 F:      include/linux/percpu*.h
7994 F:      mm/percpu*.c
7995 F:      arch/*/include/asm/percpu.h
7997 PER-TASK DELAY ACCOUNTING
7998 M:      Balbir Singh <bsingharora@gmail.com>
7999 S:      Maintained
8000 F:      include/linux/delayacct.h
8001 F:      kernel/delayacct.c
8003 PERFORMANCE EVENTS SUBSYSTEM
8004 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
8005 M:      Ingo Molnar <mingo@redhat.com>
8006 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
8007 L:      linux-kernel@vger.kernel.org
8008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
8009 S:      Supported
8010 F:      kernel/events/*
8011 F:      include/linux/perf_event.h
8012 F:      include/uapi/linux/perf_event.h
8013 F:      arch/*/kernel/perf_event*.c
8014 F:      arch/*/kernel/*/perf_event*.c
8015 F:      arch/*/kernel/*/*/perf_event*.c
8016 F:      arch/*/include/asm/perf_event.h
8017 F:      arch/*/kernel/perf_callchain.c
8018 F:      tools/perf/
8020 PERSONALITY HANDLING
8021 M:      Christoph Hellwig <hch@infradead.org>
8022 L:      linux-abi-devel@lists.sourceforge.net
8023 S:      Maintained
8024 F:      include/linux/personality.h
8025 F:      include/uapi/linux/personality.h
8027 PHONET PROTOCOL
8028 M:      Remi Denis-Courmont <courmisch@gmail.com>
8029 S:      Supported
8030 F:      Documentation/networking/phonet.txt
8031 F:      include/linux/phonet.h
8032 F:      include/net/phonet/
8033 F:      include/uapi/linux/phonet.h
8034 F:      net/phonet/
8036 PHRAM MTD DRIVER
8037 M:      Joern Engel <joern@lazybastard.org>
8038 L:      linux-mtd@lists.infradead.org
8039 S:      Maintained
8040 F:      drivers/mtd/devices/phram.c
8042 PICOLCD HID DRIVER
8043 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
8044 L:      linux-input@vger.kernel.org
8045 S:      Maintained
8046 F:      drivers/hid/hid-picolcd*
8048 PICOXCELL SUPPORT
8049 M:      Jamie Iles <jamie@jamieiles.com>
8050 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8051 T:      git git://github.com/jamieiles/linux-2.6-ji.git
8052 S:      Supported
8053 F:      arch/arm/boot/dts/picoxcell*
8054 F:      arch/arm/mach-picoxcell/
8055 F:      drivers/crypto/picoxcell*
8057 PIN CONTROL SUBSYSTEM
8058 M:      Linus Walleij <linus.walleij@linaro.org>
8059 L:      linux-gpio@vger.kernel.org
8060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
8061 S:      Maintained
8062 F:      drivers/pinctrl/
8063 F:      include/linux/pinctrl/
8065 PIN CONTROLLER - ATMEL AT91
8066 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
8067 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8068 S:      Maintained
8069 F:      drivers/pinctrl/pinctrl-at91.*
8071 PIN CONTROLLER - INTEL
8072 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
8073 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
8074 S:      Maintained
8075 F:      drivers/pinctrl/intel/
8077 PIN CONTROLLER - RENESAS
8078 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
8079 L:      linux-sh@vger.kernel.org
8080 S:      Maintained
8081 F:      drivers/pinctrl/sh-pfc/
8083 PIN CONTROLLER - SAMSUNG
8084 M:      Tomasz Figa <tomasz.figa@gmail.com>
8085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8086 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8087 S:      Maintained
8088 F:      drivers/pinctrl/samsung/
8090 PIN CONTROLLER - ST SPEAR
8091 M:      Viresh Kumar <vireshk@kernel.org>
8092 L:      spear-devel@list.st.com
8093 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8094 W:      http://www.st.com/spear
8095 S:      Maintained
8096 F:      drivers/pinctrl/spear/
8098 PKTCDVD DRIVER
8099 M:      Jiri Kosina <jikos@kernel.org>
8100 S:      Maintained
8101 F:      drivers/block/pktcdvd.c
8102 F:      include/linux/pktcdvd.h
8103 F:      include/uapi/linux/pktcdvd.h
8105 PKUNITY SOC DRIVERS
8106 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
8107 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
8108 S:      Maintained
8109 T:      git git://github.com/gxt/linux.git
8110 F:      drivers/input/serio/i8042-unicore32io.h
8111 F:      drivers/i2c/busses/i2c-puv3.c
8112 F:      drivers/video/fbdev/fb-puv3.c
8113 F:      drivers/rtc/rtc-puv3.c
8115 PMBUS HARDWARE MONITORING DRIVERS
8116 M:      Guenter Roeck <linux@roeck-us.net>
8117 L:      lm-sensors@lm-sensors.org
8118 W:      http://www.lm-sensors.org/
8119 W:      http://www.roeck-us.net/linux/drivers/
8120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
8121 S:      Maintained
8122 F:      Documentation/hwmon/pmbus
8123 F:      drivers/hwmon/pmbus/
8124 F:      include/linux/i2c/pmbus.h
8126 PMC SIERRA MaxRAID DRIVER
8127 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
8128 L:      linux-scsi@vger.kernel.org
8129 W:      http://www.pmc-sierra.com/
8130 S:      Supported
8131 F:      drivers/scsi/pmcraid.*
8133 PMC SIERRA PM8001 DRIVER
8134 M:      Jack Wang <jinpu.wang@profitbricks.com>
8135 M:      lindar_liu@usish.com
8136 L:      pmchba@pmcs.com
8137 L:      linux-scsi@vger.kernel.org
8138 S:      Supported
8139 F:      drivers/scsi/pm8001/
8141 POSIX CLOCKS and TIMERS
8142 M:      Thomas Gleixner <tglx@linutronix.de>
8143 L:      linux-kernel@vger.kernel.org
8144 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8145 S:      Maintained
8146 F:      fs/timerfd.c
8147 F:      include/linux/timer*
8148 F:      kernel/time/*timer*
8150 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
8151 M:      Sebastian Reichel <sre@kernel.org>
8152 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
8153 M:      David Woodhouse <dwmw2@infradead.org>
8154 L:      linux-pm@vger.kernel.org
8155 T:      git git://git.infradead.org/battery-2.6.git
8156 S:      Maintained
8157 F:      include/linux/power_supply.h
8158 F:      drivers/power/
8159 X:      drivers/power/avs/
8161 POWER STATE COORDINATION INTERFACE (PSCI)
8162 M:      Mark Rutland <mark.rutland@arm.com>
8163 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
8164 L:      linux-arm-kernel@lists.infradead.org
8165 S:      Maintained
8166 F:      drivers/firmware/psci.c
8167 F:      include/linux/psci.h
8168 F:      include/uapi/linux/psci.h
8170 PNP SUPPORT
8171 M:      "Rafael J. Wysocki" <rafael.j.wysocki@intel.com>
8172 S:      Maintained
8173 F:      drivers/pnp/
8175 PNXxxxx I2C DRIVER
8176 M:      Vitaly Wool <vitalywool@gmail.com>
8177 L:      linux-i2c@vger.kernel.org
8178 S:      Maintained
8179 F:      drivers/i2c/busses/i2c-pnx.c
8181 PPP PROTOCOL DRIVERS AND COMPRESSORS
8182 M:      Paul Mackerras <paulus@samba.org>
8183 L:      linux-ppp@vger.kernel.org
8184 S:      Maintained
8185 F:      drivers/net/ppp/ppp_*
8187 PPP OVER ATM (RFC 2364)
8188 M:      Mitchell Blank Jr <mitch@sfgoth.com>
8189 S:      Maintained
8190 F:      net/atm/pppoatm.c
8191 F:      include/uapi/linux/atmppp.h
8193 PPP OVER ETHERNET
8194 M:      Michal Ostrowski <mostrows@earthlink.net>
8195 S:      Maintained
8196 F:      drivers/net/ppp/pppoe.c
8197 F:      drivers/net/ppp/pppox.c
8199 PPP OVER L2TP
8200 M:      James Chapman <jchapman@katalix.com>
8201 S:      Maintained
8202 F:      net/l2tp/l2tp_ppp.c
8203 F:      include/linux/if_pppol2tp.h
8204 F:      include/uapi/linux/if_pppol2tp.h
8206 PPS SUPPORT
8207 M:      Rodolfo Giometti <giometti@enneenne.com>
8208 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
8209 L:      linuxpps@ml.enneenne.com (subscribers-only)
8210 S:      Maintained
8211 F:      Documentation/pps/
8212 F:      drivers/pps/
8213 F:      include/linux/pps*.h
8215 PPTP DRIVER
8216 M:      Dmitry Kozlov <xeb@mail.ru>
8217 L:      netdev@vger.kernel.org
8218 S:      Maintained
8219 F:      drivers/net/ppp/pptp.c
8220 W:      http://sourceforge.net/projects/accel-pptp
8222 PREEMPTIBLE KERNEL
8223 M:      Robert Love <rml@tech9.net>
8224 L:      kpreempt-tech@lists.sourceforge.net
8225 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
8226 S:      Supported
8227 F:      Documentation/preempt-locking.txt
8228 F:      include/linux/preempt.h
8230 PRISM54 WIRELESS DRIVER
8231 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
8232 L:      linux-wireless@vger.kernel.org
8233 W:      http://wireless.kernel.org/en/users/Drivers/p54
8234 S:      Obsolete
8235 F:      drivers/net/wireless/prism54/
8237 PS3 NETWORK SUPPORT
8238 M:      Geoff Levand <geoff@infradead.org>
8239 L:      netdev@vger.kernel.org
8240 L:      linuxppc-dev@lists.ozlabs.org
8241 S:      Maintained
8242 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
8244 PS3 PLATFORM SUPPORT
8245 M:      Geoff Levand <geoff@infradead.org>
8246 L:      linuxppc-dev@lists.ozlabs.org
8247 S:      Maintained
8248 F:      arch/powerpc/boot/ps3*
8249 F:      arch/powerpc/include/asm/lv1call.h
8250 F:      arch/powerpc/include/asm/ps3*.h
8251 F:      arch/powerpc/platforms/ps3/
8252 F:      drivers/*/ps3*
8253 F:      drivers/ps3/
8254 F:      drivers/rtc/rtc-ps3.c
8255 F:      drivers/usb/host/*ps3.c
8256 F:      sound/ppc/snd_ps3*
8258 PS3VRAM DRIVER
8259 M:      Jim Paris <jim@jtan.com>
8260 M:      Geoff Levand <geoff@infradead.org>
8261 L:      linuxppc-dev@lists.ozlabs.org
8262 S:      Maintained
8263 F:      drivers/block/ps3vram.c
8265 PSTORE FILESYSTEM
8266 M:      Anton Vorontsov <anton@enomsg.org>
8267 M:      Colin Cross <ccross@android.com>
8268 M:      Kees Cook <keescook@chromium.org>
8269 M:      Tony Luck <tony.luck@intel.com>
8270 S:      Maintained
8271 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
8272 F:      fs/pstore/
8273 F:      include/linux/pstore*
8274 F:      drivers/firmware/efi/efi-pstore.c
8275 F:      drivers/acpi/apei/erst.c
8277 PTP HARDWARE CLOCK SUPPORT
8278 M:      Richard Cochran <richardcochran@gmail.com>
8279 L:      netdev@vger.kernel.org
8280 S:      Maintained
8281 W:      http://linuxptp.sourceforge.net/
8282 F:      Documentation/ABI/testing/sysfs-ptp
8283 F:      Documentation/ptp/*
8284 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
8285 F:      drivers/net/phy/dp83640*
8286 F:      drivers/ptp/*
8287 F:      include/linux/ptp_cl*
8289 PTRACE SUPPORT
8290 M:      Roland McGrath <roland@hack.frob.com>
8291 M:      Oleg Nesterov <oleg@redhat.com>
8292 S:      Maintained
8293 F:      include/asm-generic/syscall.h
8294 F:      include/linux/ptrace.h
8295 F:      include/linux/regset.h
8296 F:      include/linux/tracehook.h
8297 F:      include/uapi/linux/ptrace.h
8298 F:      kernel/ptrace.c
8300 PVRUSB2 VIDEO4LINUX DRIVER
8301 M:      Mike Isely <isely@pobox.com>
8302 L:      pvrusb2@isely.net       (subscribers-only)
8303 L:      linux-media@vger.kernel.org
8304 W:      http://www.isely.net/pvrusb2/
8305 T:      git git://linuxtv.org/media_tree.git
8306 S:      Maintained
8307 F:      Documentation/video4linux/README.pvrusb2
8308 F:      drivers/media/usb/pvrusb2/
8310 PWC WEBCAM DRIVER
8311 M:      Hans de Goede <hdegoede@redhat.com>
8312 L:      linux-media@vger.kernel.org
8313 T:      git git://linuxtv.org/media_tree.git
8314 S:      Maintained
8315 F:      drivers/media/usb/pwc/*
8317 PWM FAN DRIVER
8318 M:      Kamil Debski <k.debski@samsung.com>
8319 L:      lm-sensors@lm-sensors.org
8320 S:      Supported
8321 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
8322 F:      Documentation/hwmon/pwm-fan
8323 F:      drivers/hwmon/pwm-fan.c
8325 PWM SUBSYSTEM
8326 M:      Thierry Reding <thierry.reding@gmail.com>
8327 L:      linux-pwm@vger.kernel.org
8328 S:      Maintained
8329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
8330 F:      Documentation/pwm.txt
8331 F:      Documentation/devicetree/bindings/pwm/
8332 F:      include/linux/pwm.h
8333 F:      drivers/pwm/
8334 F:      drivers/video/backlight/pwm_bl.c
8335 F:      include/linux/pwm_backlight.h
8337 PXA2xx/PXA3xx SUPPORT
8338 M:      Daniel Mack <daniel@zonque.org>
8339 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8340 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8341 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8342 T:      git git://github.com/hzhuang1/linux.git
8343 T:      git git://github.com/rjarzmik/linux.git
8344 S:      Maintained
8345 F:      arch/arm/mach-pxa/
8346 F:      drivers/dma/pxa*
8347 F:      drivers/pcmcia/pxa2xx*
8348 F:      drivers/spi/spi-pxa2xx*
8349 F:      drivers/usb/gadget/udc/pxa2*
8350 F:      include/sound/pxa2xx-lib.h
8351 F:      sound/arm/pxa*
8352 F:      sound/soc/pxa/
8354 PXA3xx NAND FLASH DRIVER
8355 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8356 L:      linux-mtd@lists.infradead.org
8357 S:      Maintained
8358 F:      drivers/mtd/nand/pxa3xx_nand.c
8360 MMP SUPPORT
8361 M:      Eric Miao <eric.y.miao@gmail.com>
8362 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8363 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8364 T:      git git://github.com/hzhuang1/linux.git
8365 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8366 S:      Maintained
8367 F:      arch/arm/mach-mmp/
8369 PXA MMCI DRIVER
8370 S:      Orphan
8372 PXA RTC DRIVER
8373 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8374 L:      rtc-linux@googlegroups.com
8375 S:      Maintained
8377 QAT DRIVER
8378 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8379 L:      qat-linux@intel.com
8380 S:      Supported
8381 F:      drivers/crypto/qat/
8383 QIB DRIVER
8384 M:      Mike Marciniszyn <infinipath@intel.com>
8385 L:      linux-rdma@vger.kernel.org
8386 S:      Supported
8387 F:      drivers/infiniband/hw/qib/
8389 QLOGIC QLA1280 SCSI DRIVER
8390 M:      Michael Reed <mdr@sgi.com>
8391 L:      linux-scsi@vger.kernel.org
8392 S:      Maintained
8393 F:      drivers/scsi/qla1280.[ch]
8395 QLOGIC QLA2XXX FC-SCSI DRIVER
8396 M:      qla2xxx-upstream@qlogic.com
8397 L:      linux-scsi@vger.kernel.org
8398 S:      Supported
8399 F:      Documentation/scsi/LICENSE.qla2xxx
8400 F:      drivers/scsi/qla2xxx/
8402 QLOGIC QLA4XXX iSCSI DRIVER
8403 M:      QLogic-Storage-Upstream@qlogic.com
8404 L:      linux-scsi@vger.kernel.org
8405 S:      Supported
8406 F:      Documentation/scsi/LICENSE.qla4xxx
8407 F:      drivers/scsi/qla4xxx/
8409 QLOGIC QLA3XXX NETWORK DRIVER
8410 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8411 M:      Ron Mercer <ron.mercer@qlogic.com>
8412 M:      linux-driver@qlogic.com
8413 L:      netdev@vger.kernel.org
8414 S:      Supported
8415 F:      Documentation/networking/LICENSE.qla3xxx
8416 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8418 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8419 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8420 M:      Dept-GELinuxNICDev@qlogic.com
8421 L:      netdev@vger.kernel.org
8422 S:      Supported
8423 F:      drivers/net/ethernet/qlogic/qlcnic/
8425 QLOGIC QLGE 10Gb ETHERNET DRIVER
8426 M:      Harish Patil <harish.patil@qlogic.com>
8427 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8428 M:      Dept-GELinuxNICDev@qlogic.com
8429 M:      linux-driver@qlogic.com
8430 L:      netdev@vger.kernel.org
8431 S:      Supported
8432 F:      drivers/net/ethernet/qlogic/qlge/
8434 QNX4 FILESYSTEM
8435 M:      Anders Larsen <al@alarsen.net>
8436 W:      http://www.alarsen.net/linux/qnx4fs/
8437 S:      Maintained
8438 F:      fs/qnx4/
8439 F:      include/uapi/linux/qnx4_fs.h
8440 F:      include/uapi/linux/qnxtypes.h
8442 QT1010 MEDIA DRIVER
8443 M:      Antti Palosaari <crope@iki.fi>
8444 L:      linux-media@vger.kernel.org
8445 W:      http://linuxtv.org/
8446 W:      http://palosaari.fi/linux/
8447 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8448 T:      git git://linuxtv.org/anttip/media_tree.git
8449 S:      Maintained
8450 F:      drivers/media/tuners/qt1010*
8452 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8453 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8454 L:      linux-wireless@vger.kernel.org
8455 L:      ath9k-devel@lists.ath9k.org
8456 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8457 S:      Supported
8458 F:      drivers/net/wireless/ath/ath9k/
8460 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8461 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8462 L:      ath10k@lists.infradead.org
8463 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8464 T:      git git://github.com/kvalo/ath.git
8465 S:      Supported
8466 F:      drivers/net/wireless/ath/ath10k/
8468 QUALCOMM HEXAGON ARCHITECTURE
8469 M:      Richard Kuo <rkuo@codeaurora.org>
8470 L:      linux-hexagon@vger.kernel.org
8471 S:      Supported
8472 F:      arch/hexagon/
8474 QUALCOMM WCN36XX WIRELESS DRIVER
8475 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8476 L:      wcn36xx@lists.infradead.org
8477 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8478 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8479 S:      Supported
8480 F:      drivers/net/wireless/ath/wcn36xx/
8482 RADOS BLOCK DEVICE (RBD)
8483 M:      Ilya Dryomov <idryomov@gmail.com>
8484 M:      Sage Weil <sage@redhat.com>
8485 M:      Alex Elder <elder@kernel.org>
8486 L:      ceph-devel@vger.kernel.org
8487 W:      http://ceph.com/
8488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8489 T:      git git://github.com/ceph/ceph-client.git
8490 S:      Supported
8491 F:      Documentation/ABI/testing/sysfs-bus-rbd
8492 F:      drivers/block/rbd.c
8493 F:      drivers/block/rbd_types.h
8495 RADEON FRAMEBUFFER DISPLAY DRIVER
8496 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8497 L:      linux-fbdev@vger.kernel.org
8498 S:      Maintained
8499 F:      drivers/video/fbdev/aty/radeon*
8500 F:      include/uapi/linux/radeonfb.h
8502 RADIOSHARK RADIO DRIVER
8503 M:      Hans de Goede <hdegoede@redhat.com>
8504 L:      linux-media@vger.kernel.org
8505 T:      git git://linuxtv.org/media_tree.git
8506 S:      Maintained
8507 F:      drivers/media/radio/radio-shark.c
8509 RADIOSHARK2 RADIO DRIVER
8510 M:      Hans de Goede <hdegoede@redhat.com>
8511 L:      linux-media@vger.kernel.org
8512 T:      git git://linuxtv.org/media_tree.git
8513 S:      Maintained
8514 F:      drivers/media/radio/radio-shark2.c
8515 F:      drivers/media/radio/radio-tea5777.c
8517 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8518 M:      Paul Mackerras <paulus@samba.org>
8519 L:      linux-fbdev@vger.kernel.org
8520 S:      Maintained
8521 F:      drivers/video/fbdev/aty/aty128fb.c
8523 RALINK RT2X00 WIRELESS LAN DRIVER
8524 P:      rt2x00 project
8525 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8526 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8527 L:      linux-wireless@vger.kernel.org
8528 S:      Maintained
8529 F:      drivers/net/wireless/rt2x00/
8531 RAMDISK RAM BLOCK DEVICE DRIVER
8532 M:      Jens Axboe <axboe@kernel.dk>
8533 S:      Maintained
8534 F:      Documentation/blockdev/ramdisk.txt
8535 F:      drivers/block/brd.c
8537 RANDOM NUMBER DRIVER
8538 M:      "Theodore Ts'o" <tytso@mit.edu>
8539 S:      Maintained
8540 F:      drivers/char/random.c
8542 RAPIDIO SUBSYSTEM
8543 M:      Matt Porter <mporter@kernel.crashing.org>
8544 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8545 S:      Maintained
8546 F:      drivers/rapidio/
8548 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8549 L:      linux-wireless@vger.kernel.org
8550 S:      Orphan
8551 F:      drivers/net/wireless/ray*
8553 RCUTORTURE MODULE
8554 M:      Josh Triplett <josh@joshtriplett.org>
8555 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8556 L:      linux-kernel@vger.kernel.org
8557 S:      Supported
8558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8559 F:      Documentation/RCU/torture.txt
8560 F:      kernel/rcu/rcutorture.c
8562 RCUTORTURE TEST FRAMEWORK
8563 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8564 M:      Josh Triplett <josh@joshtriplett.org>
8565 R:      Steven Rostedt <rostedt@goodmis.org>
8566 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8567 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8568 L:      linux-kernel@vger.kernel.org
8569 S:      Supported
8570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8571 F:      tools/testing/selftests/rcutorture
8573 RDC R-321X SoC
8574 M:      Florian Fainelli <florian@openwrt.org>
8575 S:      Maintained
8577 RDC R6040 FAST ETHERNET DRIVER
8578 M:      Florian Fainelli <florian@openwrt.org>
8579 L:      netdev@vger.kernel.org
8580 S:      Maintained
8581 F:      drivers/net/ethernet/rdc/r6040.c
8583 RDS - RELIABLE DATAGRAM SOCKETS
8584 M:      Chien Yen <chien.yen@oracle.com>
8585 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8586 S:      Supported
8587 F:      net/rds/
8589 READ-COPY UPDATE (RCU)
8590 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8591 M:      Josh Triplett <josh@joshtriplett.org>
8592 R:      Steven Rostedt <rostedt@goodmis.org>
8593 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8594 R:      Lai Jiangshan <jiangshanlai@gmail.com>
8595 L:      linux-kernel@vger.kernel.org
8596 W:      http://www.rdrop.com/users/paulmck/RCU/
8597 S:      Supported
8598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8599 F:      Documentation/RCU/
8600 X:      Documentation/RCU/torture.txt
8601 F:      include/linux/rcu*
8602 X:      include/linux/srcu.h
8603 F:      kernel/rcu/
8604 X:      kernel/torture.c
8606 REAL TIME CLOCK (RTC) SUBSYSTEM
8607 M:      Alessandro Zummo <a.zummo@towertech.it>
8608 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8609 L:      rtc-linux@googlegroups.com
8610 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux.git
8612 S:      Maintained
8613 F:      Documentation/rtc.txt
8614 F:      drivers/rtc/
8615 F:      include/linux/rtc.h
8616 F:      include/uapi/linux/rtc.h
8618 REALTEK AUDIO CODECS
8619 M:      Bard Liao <bardliao@realtek.com>
8620 M:      Oder Chiou <oder_chiou@realtek.com>
8621 S:      Maintained
8622 F:      sound/soc/codecs/rt*
8623 F:      include/sound/rt*.h
8625 REISERFS FILE SYSTEM
8626 L:      reiserfs-devel@vger.kernel.org
8627 S:      Supported
8628 F:      fs/reiserfs/
8630 REGISTER MAP ABSTRACTION
8631 M:      Mark Brown <broonie@kernel.org>
8632 L:      linux-kernel@vger.kernel.org
8633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8634 S:      Supported
8635 F:      drivers/base/regmap/
8636 F:      include/linux/regmap.h
8638 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8639 M:      Ohad Ben-Cohen <ohad@wizery.com>
8640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8641 S:      Maintained
8642 F:      drivers/remoteproc/
8643 F:      Documentation/remoteproc.txt
8644 F:      include/linux/remoteproc.h
8646 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8647 M:      Ohad Ben-Cohen <ohad@wizery.com>
8648 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8649 S:      Maintained
8650 F:      drivers/rpmsg/
8651 F:      Documentation/rpmsg.txt
8652 F:      include/linux/rpmsg.h
8654 RESET CONTROLLER FRAMEWORK
8655 M:      Philipp Zabel <p.zabel@pengutronix.de>
8656 S:      Maintained
8657 F:      drivers/reset/
8658 F:      Documentation/devicetree/bindings/reset/
8659 F:      include/dt-bindings/reset/
8660 F:      include/linux/reset.h
8661 F:      include/linux/reset-controller.h
8663 RFKILL
8664 M:      Johannes Berg <johannes@sipsolutions.net>
8665 L:      linux-wireless@vger.kernel.org
8666 W:      http://wireless.kernel.org/
8667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8669 S:      Maintained
8670 F:      Documentation/rfkill.txt
8671 F:      net/rfkill/
8673 RHASHTABLE
8674 M:      Thomas Graf <tgraf@suug.ch>
8675 L:      netdev@vger.kernel.org
8676 S:      Maintained
8677 F:      lib/rhashtable.c
8678 F:      include/linux/rhashtable.h
8680 RICOH SMARTMEDIA/XD DRIVER
8681 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8682 S:      Maintained
8683 F:      drivers/mtd/nand/r852.c
8684 F:      drivers/mtd/nand/r852.h
8686 RICOH R5C592 MEMORYSTICK DRIVER
8687 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8688 S:      Maintained
8689 F:      drivers/memstick/host/r592.*
8691 ROCCAT DRIVERS
8692 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8693 W:      http://sourceforge.net/projects/roccat/
8694 S:      Maintained
8695 F:      drivers/hid/hid-roccat*
8696 F:      include/linux/hid-roccat*
8697 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8699 ROCKER DRIVER
8700 M:      Jiri Pirko <jiri@resnulli.us>
8701 M:      Scott Feldman <sfeldma@gmail.com>
8702 L:      netdev@vger.kernel.org
8703 S:      Supported
8704 F:      drivers/net/ethernet/rocker/
8706 ROCKETPORT DRIVER
8707 P:      Comtrol Corp.
8708 W:      http://www.comtrol.com
8709 S:      Maintained
8710 F:      Documentation/serial/rocket.txt
8711 F:      drivers/tty/rocket*
8713 ROCKETPORT EXPRESS/INFINITY DRIVER
8714 M:      Kevin Cernekee <cernekee@gmail.com>
8715 L:      linux-serial@vger.kernel.org
8716 S:      Odd Fixes
8717 F:      drivers/tty/serial/rp2.*
8719 ROSE NETWORK LAYER
8720 M:      Ralf Baechle <ralf@linux-mips.org>
8721 L:      linux-hams@vger.kernel.org
8722 W:      http://www.linux-ax25.org/
8723 S:      Maintained
8724 F:      include/net/rose.h
8725 F:      include/uapi/linux/rose.h
8726 F:      net/rose/
8728 RTL2830 MEDIA DRIVER
8729 M:      Antti Palosaari <crope@iki.fi>
8730 L:      linux-media@vger.kernel.org
8731 W:      http://linuxtv.org/
8732 W:      http://palosaari.fi/linux/
8733 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8734 T:      git git://linuxtv.org/anttip/media_tree.git
8735 S:      Maintained
8736 F:      drivers/media/dvb-frontends/rtl2830*
8738 RTL2832 MEDIA DRIVER
8739 M:      Antti Palosaari <crope@iki.fi>
8740 L:      linux-media@vger.kernel.org
8741 W:      http://linuxtv.org/
8742 W:      http://palosaari.fi/linux/
8743 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8744 T:      git git://linuxtv.org/anttip/media_tree.git
8745 S:      Maintained
8746 F:      drivers/media/dvb-frontends/rtl2832*
8748 RTL2832_SDR MEDIA DRIVER
8749 M:      Antti Palosaari <crope@iki.fi>
8750 L:      linux-media@vger.kernel.org
8751 W:      http://linuxtv.org/
8752 W:      http://palosaari.fi/linux/
8753 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8754 T:      git git://linuxtv.org/anttip/media_tree.git
8755 S:      Maintained
8756 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8758 RTL8180 WIRELESS DRIVER
8759 L:      linux-wireless@vger.kernel.org
8760 W:      http://wireless.kernel.org/
8761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8762 S:      Orphan
8763 F:      drivers/net/wireless/rtl818x/rtl8180/
8765 RTL8187 WIRELESS DRIVER
8766 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8767 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8768 M:      Larry Finger <Larry.Finger@lwfinger.net>
8769 L:      linux-wireless@vger.kernel.org
8770 W:      http://wireless.kernel.org/
8771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8772 S:      Maintained
8773 F:      drivers/net/wireless/rtl818x/rtl8187/
8775 RTL8192CE WIRELESS DRIVER
8776 M:      Larry Finger <Larry.Finger@lwfinger.net>
8777 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8778 L:      linux-wireless@vger.kernel.org
8779 W:      http://wireless.kernel.org/
8780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8781 S:      Maintained
8782 F:      drivers/net/wireless/rtlwifi/
8783 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8785 S3 SAVAGE FRAMEBUFFER DRIVER
8786 M:      Antonino Daplas <adaplas@gmail.com>
8787 L:      linux-fbdev@vger.kernel.org
8788 S:      Maintained
8789 F:      drivers/video/fbdev/savage/
8791 S390
8792 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8793 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8794 L:      linux-s390@vger.kernel.org
8795 W:      http://www.ibm.com/developerworks/linux/linux390/
8796 S:      Supported
8797 F:      arch/s390/
8798 F:      drivers/s390/
8799 F:      Documentation/s390/
8800 F:      Documentation/DocBook/s390*
8802 S390 COMMON I/O LAYER
8803 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8804 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8805 L:      linux-s390@vger.kernel.org
8806 W:      http://www.ibm.com/developerworks/linux/linux390/
8807 S:      Supported
8808 F:      drivers/s390/cio/
8810 S390 DASD DRIVER
8811 M:      Stefan Weinhuber <wein@de.ibm.com>
8812 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8813 L:      linux-s390@vger.kernel.org
8814 W:      http://www.ibm.com/developerworks/linux/linux390/
8815 S:      Supported
8816 F:      drivers/s390/block/dasd*
8817 F:      block/partitions/ibm.c
8819 S390 NETWORK DRIVERS
8820 M:      Ursula Braun <ursula.braun@de.ibm.com>
8821 L:      linux-s390@vger.kernel.org
8822 W:      http://www.ibm.com/developerworks/linux/linux390/
8823 S:      Supported
8824 F:      drivers/s390/net/
8826 S390 PCI SUBSYSTEM
8827 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8828 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8829 L:      linux-s390@vger.kernel.org
8830 W:      http://www.ibm.com/developerworks/linux/linux390/
8831 S:      Supported
8832 F:      arch/s390/pci/
8833 F:      drivers/pci/hotplug/s390_pci_hpc.c
8835 S390 ZCRYPT DRIVER
8836 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8837 L:      linux-s390@vger.kernel.org
8838 W:      http://www.ibm.com/developerworks/linux/linux390/
8839 S:      Supported
8840 F:      drivers/s390/crypto/
8842 S390 ZFCP DRIVER
8843 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8844 L:      linux-s390@vger.kernel.org
8845 W:      http://www.ibm.com/developerworks/linux/linux390/
8846 S:      Supported
8847 F:      drivers/s390/scsi/zfcp_*
8849 S390 IUCV NETWORK LAYER
8850 M:      Ursula Braun <ursula.braun@de.ibm.com>
8851 L:      linux-s390@vger.kernel.org
8852 W:      http://www.ibm.com/developerworks/linux/linux390/
8853 S:      Supported
8854 F:      drivers/s390/net/*iucv*
8855 F:      include/net/iucv/
8856 F:      net/iucv/
8858 S3C24XX SD/MMC Driver
8859 M:      Ben Dooks <ben-linux@fluff.org>
8860 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8861 S:      Supported
8862 F:      drivers/mmc/host/s3cmci.*
8864 SAA6588 RDS RECEIVER DRIVER
8865 M:      Hans Verkuil <hverkuil@xs4all.nl>
8866 L:      linux-media@vger.kernel.org
8867 T:      git git://linuxtv.org/media_tree.git
8868 W:      http://linuxtv.org
8869 S:      Odd Fixes
8870 F:      drivers/media/i2c/saa6588*
8872 SAA7134 VIDEO4LINUX DRIVER
8873 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8874 L:      linux-media@vger.kernel.org
8875 W:      http://linuxtv.org
8876 T:      git git://linuxtv.org/media_tree.git
8877 S:      Odd fixes
8878 F:      Documentation/video4linux/*.saa7134
8879 F:      drivers/media/pci/saa7134/
8881 SAA7146 VIDEO4LINUX-2 DRIVER
8882 M:      Hans Verkuil <hverkuil@xs4all.nl>
8883 L:      linux-media@vger.kernel.org
8884 T:      git git://linuxtv.org/media_tree.git
8885 S:      Maintained
8886 F:      drivers/media/common/saa7146/
8887 F:      drivers/media/pci/saa7146/
8888 F:      include/media/saa7146*
8890 SAMSUNG LAPTOP DRIVER
8891 M:      Corentin Chary <corentin.chary@gmail.com>
8892 L:      platform-driver-x86@vger.kernel.org
8893 S:      Maintained
8894 F:      drivers/platform/x86/samsung-laptop.c
8896 SAMSUNG AUDIO (ASoC) DRIVERS
8897 M:      Sangbeom Kim <sbkim73@samsung.com>
8898 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8899 S:      Supported
8900 F:      sound/soc/samsung/
8902 SAMSUNG FRAMEBUFFER DRIVER
8903 M:      Jingoo Han <jingoohan1@gmail.com>
8904 L:      linux-fbdev@vger.kernel.org
8905 S:      Maintained
8906 F:      drivers/video/fbdev/s3c-fb.c
8908 SAMSUNG MULTIFUNCTION PMIC DEVICE DRIVERS
8909 M:      Sangbeom Kim <sbkim73@samsung.com>
8910 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
8911 L:      linux-kernel@vger.kernel.org
8912 L:      linux-samsung-soc@vger.kernel.org
8913 S:      Supported
8914 F:      drivers/mfd/sec*.c
8915 F:      drivers/regulator/s2m*.c
8916 F:      drivers/regulator/s5m*.c
8917 F:      drivers/clk/clk-s2mps11.c
8918 F:      drivers/rtc/rtc-s5m.c
8919 F:      include/linux/mfd/samsung/
8920 F:      Documentation/devicetree/bindings/regulator/s5m8767-regulator.txt
8921 F:      Documentation/devicetree/bindings/mfd/s2mp*.txt
8923 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8924 M:      Kyungmin Park <kyungmin.park@samsung.com>
8925 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8926 L:      linux-media@vger.kernel.org
8927 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8928 S:      Supported
8929 F:      drivers/media/platform/exynos4-is/
8931 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8932 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8933 L:      linux-media@vger.kernel.org
8934 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8935 S:      Maintained
8936 F:      drivers/media/platform/s3c-camif/
8937 F:      include/media/s3c_camif.h
8939 SAMSUNG S5C73M3 CAMERA DRIVER
8940 M:      Kyungmin Park <kyungmin.park@samsung.com>
8941 M:      Andrzej Hajda <a.hajda@samsung.com>
8942 L:      linux-media@vger.kernel.org
8943 S:      Supported
8944 F:      drivers/media/i2c/s5c73m3/*
8946 SAMSUNG S5K5BAF CAMERA DRIVER
8947 M:      Kyungmin Park <kyungmin.park@samsung.com>
8948 M:      Andrzej Hajda <a.hajda@samsung.com>
8949 L:      linux-media@vger.kernel.org
8950 S:      Supported
8951 F:      drivers/media/i2c/s5k5baf.c
8953 SAMSUNG S3FWRN5 NFC DRIVER
8954 M:      Robert Baldyga <r.baldyga@samsung.com>
8955 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
8956 S:      Supported
8957 F:      drivers/nfc/s3fwrn5
8959 SAMSUNG SOC CLOCK DRIVERS
8960 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8961 M:      Tomasz Figa <tomasz.figa@gmail.com>
8962 S:      Supported
8963 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8964 F:      drivers/clk/samsung/
8966 SAMSUNG SXGBE DRIVERS
8967 M:      Byungho An <bh74.an@samsung.com>
8968 M:      Girish K S <ks.giri@samsung.com>
8969 M:      Vipul Pandya <vipul.pandya@samsung.com>
8970 S:      Supported
8971 L:      netdev@vger.kernel.org
8972 F:      drivers/net/ethernet/samsung/sxgbe/
8974 SAMSUNG THERMAL DRIVER
8975 M:      Lukasz Majewski <l.majewski@samsung.com>
8976 L:      linux-pm@vger.kernel.org
8977 L:      linux-samsung-soc@vger.kernel.org
8978 S:      Supported
8979 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8980 F:      drivers/thermal/samsung/
8982 SAMSUNG USB2 PHY DRIVER
8983 M:      Kamil Debski <k.debski@samsung.com>
8984 L:      linux-kernel@vger.kernel.org
8985 S:      Supported
8986 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8987 F:      Documentation/phy/samsung-usb2.txt
8988 F:      drivers/phy/phy-exynos4210-usb2.c
8989 F:      drivers/phy/phy-exynos4x12-usb2.c
8990 F:      drivers/phy/phy-exynos5250-usb2.c
8991 F:      drivers/phy/phy-s5pv210-usb2.c
8992 F:      drivers/phy/phy-samsung-usb2.c
8993 F:      drivers/phy/phy-samsung-usb2.h
8995 SERIAL DRIVERS
8996 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8997 L:      linux-serial@vger.kernel.org
8998 S:      Maintained
8999 F:      drivers/tty/serial/
9001 SYNOPSYS DESIGNWARE DMAC DRIVER
9002 M:      Viresh Kumar <vireshk@kernel.org>
9003 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
9004 S:      Maintained
9005 F:      include/linux/dma/dw.h
9006 F:      include/linux/platform_data/dma-dw.h
9007 F:      drivers/dma/dw/
9009 SYNOPSYS DESIGNWARE ETHERNET QOS 4.10a driver
9010 M: Lars Persson <lars.persson@axis.com>
9011 L: netdev@vger.kernel.org
9012 S: Supported
9013 F: Documentation/devicetree/bindings/net/snps,dwc-qos-ethernet.txt
9014 F: drivers/net/ethernet/synopsys/dwc_eth_qos.c
9016 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
9017 M:      Seungwon Jeon <tgih.jun@samsung.com>
9018 M:      Jaehoon Chung <jh80.chung@samsung.com>
9019 L:      linux-mmc@vger.kernel.org
9020 S:      Maintained
9021 F:      include/linux/mmc/dw_mmc.h
9022 F:      drivers/mmc/host/dw_mmc*
9024 THUNDERBOLT DRIVER
9025 M:      Andreas Noever <andreas.noever@gmail.com>
9026 S:      Maintained
9027 F:      drivers/thunderbolt/
9029 TIMEKEEPING, CLOCKSOURCE CORE, NTP
9030 M:      John Stultz <john.stultz@linaro.org>
9031 M:      Thomas Gleixner <tglx@linutronix.de>
9032 L:      linux-kernel@vger.kernel.org
9033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
9034 S:      Supported
9035 F:      include/linux/clocksource.h
9036 F:      include/linux/time.h
9037 F:      include/linux/timex.h
9038 F:      include/uapi/linux/time.h
9039 F:      include/uapi/linux/timex.h
9040 F:      kernel/time/clocksource.c
9041 F:      kernel/time/time*.c
9042 F:      kernel/time/ntp.c
9043 F:      tools/testing/selftests/timers/
9045 SC1200 WDT DRIVER
9046 M:      Zwane Mwaikambo <zwanem@gmail.com>
9047 S:      Maintained
9048 F:      drivers/watchdog/sc1200wdt.c
9050 SCHEDULER
9051 M:      Ingo Molnar <mingo@redhat.com>
9052 M:      Peter Zijlstra <peterz@infradead.org>
9053 L:      linux-kernel@vger.kernel.org
9054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
9055 S:      Maintained
9056 F:      kernel/sched/
9057 F:      include/linux/sched.h
9058 F:      include/uapi/linux/sched.h
9059 F:      include/linux/wait.h
9061 SCORE ARCHITECTURE
9062 M:      Chen Liqin <liqin.linux@gmail.com>
9063 M:      Lennox Wu <lennox.wu@gmail.com>
9064 W:      http://www.sunplus.com
9065 S:      Supported
9066 F:      arch/score/
9068 SCSI CDROM DRIVER
9069 M:      Jens Axboe <axboe@kernel.dk>
9070 L:      linux-scsi@vger.kernel.org
9071 W:      http://www.kernel.dk
9072 S:      Maintained
9073 F:      drivers/scsi/sr*
9075 SCSI RDMA PROTOCOL (SRP) INITIATOR
9076 M:      Bart Van Assche <bart.vanassche@sandisk.com>
9077 L:      linux-rdma@vger.kernel.org
9078 S:      Supported
9079 W:      http://www.openfabrics.org
9080 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
9081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
9082 F:      drivers/infiniband/ulp/srp/
9083 F:      include/scsi/srp.h
9085 SCSI SG DRIVER
9086 M:      Doug Gilbert <dgilbert@interlog.com>
9087 L:      linux-scsi@vger.kernel.org
9088 W:      http://sg.danny.cz/sg
9089 S:      Maintained
9090 F:      Documentation/scsi/scsi-generic.txt
9091 F:      drivers/scsi/sg.c
9092 F:      include/scsi/sg.h
9094 SCSI SUBSYSTEM
9095 M:      "James E.J. Bottomley" <JBottomley@odin.com>
9096 L:      linux-scsi@vger.kernel.org
9097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
9098 S:      Maintained
9099 F:      drivers/scsi/
9100 F:      include/scsi/
9102 SCSI TAPE DRIVER
9103 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
9104 L:      linux-scsi@vger.kernel.org
9105 S:      Maintained
9106 F:      Documentation/scsi/st.txt
9107 F:      drivers/scsi/st.*
9108 F:      drivers/scsi/st_*.h
9110 SCTP PROTOCOL
9111 M:      Vlad Yasevich <vyasevich@gmail.com>
9112 M:      Neil Horman <nhorman@tuxdriver.com>
9113 L:      linux-sctp@vger.kernel.org
9114 W:      http://lksctp.sourceforge.net
9115 S:      Maintained
9116 F:      Documentation/networking/sctp.txt
9117 F:      include/linux/sctp.h
9118 F:      include/uapi/linux/sctp.h
9119 F:      include/net/sctp/
9120 F:      net/sctp/
9122 SCx200 CPU SUPPORT
9123 M:      Jim Cromie <jim.cromie@gmail.com>
9124 S:      Odd Fixes
9125 F:      Documentation/i2c/busses/scx200_acb
9126 F:      arch/x86/platform/scx200/
9127 F:      drivers/watchdog/scx200_wdt.c
9128 F:      drivers/i2c/busses/scx200*
9129 F:      drivers/mtd/maps/scx200_docflash.c
9130 F:      include/linux/scx200.h
9132 SCx200 GPIO DRIVER
9133 M:      Jim Cromie <jim.cromie@gmail.com>
9134 S:      Maintained
9135 F:      drivers/char/scx200_gpio.c
9136 F:      include/linux/scx200_gpio.h
9138 SCx200 HRT CLOCKSOURCE DRIVER
9139 M:      Jim Cromie <jim.cromie@gmail.com>
9140 S:      Maintained
9141 F:      drivers/clocksource/scx200_hrt.c
9143 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
9144 M:      Sascha Sommer <saschasommer@freenet.de>
9145 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
9146 S:      Maintained
9147 F:      drivers/mmc/host/sdricoh_cs.c
9149 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
9150 L:      linux-mmc@vger.kernel.org
9151 S:      Orphan
9152 F:      drivers/mmc/host/sdhci.*
9153 F:      drivers/mmc/host/sdhci-pltfm.[ch]
9155 SECURE COMPUTING
9156 M:      Kees Cook <keescook@chromium.org>
9157 R:      Andy Lutomirski <luto@amacapital.net>
9158 R:      Will Drewry <wad@chromium.org>
9159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
9160 S:      Supported
9161 F:      kernel/seccomp.c
9162 F:      include/uapi/linux/seccomp.h
9163 F:      include/linux/seccomp.h
9164 F:      tools/testing/selftests/seccomp/*
9165 K:      \bsecure_computing
9166 K:      \bTIF_SECCOMP\b
9168 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
9169 M:      Ben Dooks <ben-linux@fluff.org>
9170 M:      Jaehoon Chung <jh80.chung@samsung.com>
9171 L:      linux-mmc@vger.kernel.org
9172 S:      Maintained
9173 F:      drivers/mmc/host/sdhci-s3c*
9175 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
9176 M:      Viresh Kumar <vireshk@kernel.org>
9177 L:      spear-devel@list.st.com
9178 L:      linux-mmc@vger.kernel.org
9179 S:      Maintained
9180 F:      drivers/mmc/host/sdhci-spear.c
9182 SECURITY SUBSYSTEM
9183 M:      James Morris <james.l.morris@oracle.com>
9184 M:      "Serge E. Hallyn" <serge@hallyn.com>
9185 L:      linux-security-module@vger.kernel.org (suggested Cc:)
9186 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
9187 W:      http://kernsec.org/
9188 S:      Supported
9189 F:      security/
9191 SECURITY CONTACT
9192 M:      Security Officers <security@kernel.org>
9193 S:      Supported
9195 SELINUX SECURITY MODULE
9196 M:      Paul Moore <paul@paul-moore.com>
9197 M:      Stephen Smalley <sds@tycho.nsa.gov>
9198 M:      Eric Paris <eparis@parisplace.org>
9199 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
9200 W:      http://selinuxproject.org
9201 T:      git git://git.infradead.org/users/pcmoore/selinux
9202 S:      Supported
9203 F:      include/linux/selinux*
9204 F:      security/selinux/
9205 F:      scripts/selinux/
9207 APPARMOR SECURITY MODULE
9208 M:      John Johansen <john.johansen@canonical.com>
9209 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
9210 W:      apparmor.wiki.kernel.org
9211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
9212 S:      Supported
9213 F:      security/apparmor/
9215 SENSABLE PHANTOM
9216 M:      Jiri Slaby <jirislaby@gmail.com>
9217 S:      Maintained
9218 F:      drivers/misc/phantom.c
9219 F:      include/uapi/linux/phantom.h
9221 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
9222 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
9223 M:      Minh Tran <minh.tran@avagotech.com>
9224 M:      John Soni Jose <sony.john-n@avagotech.com>
9225 L:      linux-scsi@vger.kernel.org
9226 W:      http://www.avagotech.com
9227 S:      Supported
9228 F:      drivers/scsi/be2iscsi/
9230 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
9231 M:      Sathya Perla <sathya.perla@avagotech.com>
9232 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
9233 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
9234 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
9235 L:      netdev@vger.kernel.org
9236 W:      http://www.emulex.com
9237 S:      Supported
9238 F:      drivers/net/ethernet/emulex/benet/
9240 EMULEX ONECONNECT ROCE DRIVER
9241 M:      Selvin Xavier <selvin.xavier@avagotech.com>
9242 M:      Devesh Sharma <devesh.sharma@avagotech.com>
9243 M:      Mitesh Ahuja <mitesh.ahuja@avagotech.com>
9244 L:      linux-rdma@vger.kernel.org
9245 W:      http://www.emulex.com
9246 S:      Supported
9247 F:      drivers/infiniband/hw/ocrdma/
9249 SFC NETWORK DRIVER
9250 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
9251 M:      Shradha Shah <sshah@solarflare.com>
9252 L:      netdev@vger.kernel.org
9253 S:      Supported
9254 F:      drivers/net/ethernet/sfc/
9256 SGI GRU DRIVER
9257 M:      Dimitri Sivanich <sivanich@sgi.com>
9258 S:      Maintained
9259 F:      drivers/misc/sgi-gru/
9261 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
9262 M:      Pat Gefre <pfg@sgi.com>
9263 L:      linux-ia64@vger.kernel.org
9264 S:      Supported
9265 F:      Documentation/ia64/serial.txt
9266 F:      drivers/tty/serial/ioc?_serial.c
9267 F:      include/linux/ioc?.h
9269 SGI XP/XPC/XPNET DRIVER
9270 M:      Cliff Whickman <cpw@sgi.com>
9271 M:      Robin Holt <robinmholt@gmail.com>
9272 S:      Maintained
9273 F:      drivers/misc/sgi-xp/
9275 SI2157 MEDIA DRIVER
9276 M:      Antti Palosaari <crope@iki.fi>
9277 L:      linux-media@vger.kernel.org
9278 W:      http://linuxtv.org/
9279 W:      http://palosaari.fi/linux/
9280 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9281 T:      git git://linuxtv.org/anttip/media_tree.git
9282 S:      Maintained
9283 F:      drivers/media/tuners/si2157*
9285 SI2168 MEDIA DRIVER
9286 M:      Antti Palosaari <crope@iki.fi>
9287 L:      linux-media@vger.kernel.org
9288 W:      http://linuxtv.org/
9289 W:      http://palosaari.fi/linux/
9290 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9291 T:      git git://linuxtv.org/anttip/media_tree.git
9292 S:      Maintained
9293 F:      drivers/media/dvb-frontends/si2168*
9295 SI470X FM RADIO RECEIVER I2C DRIVER
9296 M:      Hans Verkuil <hverkuil@xs4all.nl>
9297 L:      linux-media@vger.kernel.org
9298 T:      git git://linuxtv.org/media_tree.git
9299 W:      http://linuxtv.org
9300 S:      Odd Fixes
9301 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
9303 SI470X FM RADIO RECEIVER USB DRIVER
9304 M:      Hans Verkuil <hverkuil@xs4all.nl>
9305 L:      linux-media@vger.kernel.org
9306 T:      git git://linuxtv.org/media_tree.git
9307 W:      http://linuxtv.org
9308 S:      Maintained
9309 F:      drivers/media/radio/si470x/radio-si470x-common.c
9310 F:      drivers/media/radio/si470x/radio-si470x.h
9311 F:      drivers/media/radio/si470x/radio-si470x-usb.c
9313 SI4713 FM RADIO TRANSMITTER I2C DRIVER
9314 M:      Eduardo Valentin <edubezval@gmail.com>
9315 L:      linux-media@vger.kernel.org
9316 T:      git git://linuxtv.org/media_tree.git
9317 W:      http://linuxtv.org
9318 S:      Odd Fixes
9319 F:      drivers/media/radio/si4713/si4713.?
9321 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
9322 M:      Eduardo Valentin <edubezval@gmail.com>
9323 L:      linux-media@vger.kernel.org
9324 T:      git git://linuxtv.org/media_tree.git
9325 W:      http://linuxtv.org
9326 S:      Odd Fixes
9327 F:      drivers/media/radio/si4713/radio-platform-si4713.c
9329 SI4713 FM RADIO TRANSMITTER USB DRIVER
9330 M:      Hans Verkuil <hverkuil@xs4all.nl>
9331 L:      linux-media@vger.kernel.org
9332 T:      git git://linuxtv.org/media_tree.git
9333 W:      http://linuxtv.org
9334 S:      Maintained
9335 F:      drivers/media/radio/si4713/radio-usb-si4713.c
9337 SIANO DVB DRIVER
9338 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9339 L:      linux-media@vger.kernel.org
9340 W:      http://linuxtv.org
9341 T:      git git://linuxtv.org/media_tree.git
9342 S:      Odd fixes
9343 F:      drivers/media/common/siano/
9344 F:      drivers/media/usb/siano/
9345 F:      drivers/media/usb/siano/
9346 F:      drivers/media/mmc/siano/
9348 SIMPLEFB FB DRIVER
9349 M:      Hans de Goede <hdegoede@redhat.com>
9350 L:      linux-fbdev@vger.kernel.org
9351 S:      Maintained
9352 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
9353 F:      drivers/video/fbdev/simplefb.c
9354 F:      include/linux/platform_data/simplefb.h
9356 SH_VEU V4L2 MEM2MEM DRIVER
9357 L:      linux-media@vger.kernel.org
9358 S:      Orphan
9359 F:      drivers/media/platform/sh_veu.c
9361 SH_VOU V4L2 OUTPUT DRIVER
9362 L:      linux-media@vger.kernel.org
9363 S:      Orphan
9364 F:      drivers/media/platform/sh_vou.c
9365 F:      include/media/sh_vou.h
9367 SIMPLE FIRMWARE INTERFACE (SFI)
9368 M:      Len Brown <lenb@kernel.org>
9369 L:      sfi-devel@simplefirmware.org
9370 W:      http://simplefirmware.org/
9371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9372 S:      Supported
9373 F:      arch/x86/platform/sfi/
9374 F:      drivers/sfi/
9375 F:      include/linux/sfi*.h
9377 SIMTEC EB110ATX (Chalice CATS)
9378 P:      Ben Dooks
9379 P:      Vincent Sanders <vince@simtec.co.uk>
9380 M:      Simtec Linux Team <linux@simtec.co.uk>
9381 W:      http://www.simtec.co.uk/products/EB110ATX/
9382 S:      Supported
9384 SIMTEC EB2410ITX (BAST)
9385 P:      Ben Dooks
9386 P:      Vincent Sanders <vince@simtec.co.uk>
9387 M:      Simtec Linux Team <linux@simtec.co.uk>
9388 W:      http://www.simtec.co.uk/products/EB2410ITX/
9389 S:      Supported
9390 F:      arch/arm/mach-s3c24xx/mach-bast.c
9391 F:      arch/arm/mach-s3c24xx/bast-ide.c
9392 F:      arch/arm/mach-s3c24xx/bast-irq.c
9394 TI DAVINCI MACHINE SUPPORT
9395 M:      Sekhar Nori <nsekhar@ti.com>
9396 M:      Kevin Hilman <khilman@deeprootsystems.com>
9397 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9398 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9399 S:      Supported
9400 F:      arch/arm/mach-davinci/
9401 F:      drivers/i2c/busses/i2c-davinci.c
9403 TI DAVINCI SERIES MEDIA DRIVER
9404 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9405 L:      linux-media@vger.kernel.org
9406 W:      http://linuxtv.org/
9407 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9408 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9409 S:      Maintained
9410 F:      drivers/media/platform/davinci/
9411 F:      include/media/davinci/
9413 TI AM437X VPFE DRIVER
9414 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9415 L:      linux-media@vger.kernel.org
9416 W:      http://linuxtv.org/
9417 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9418 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9419 S:      Maintained
9420 F:      drivers/media/platform/am437x/
9422 OV2659 OMNIVISION SENSOR DRIVER
9423 M:      "Lad, Prabhakar" <prabhakar.csengg@gmail.com>
9424 L:      linux-media@vger.kernel.org
9425 W:      http://linuxtv.org/
9426 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9427 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9428 S:      Maintained
9429 F:      drivers/media/i2c/ov2659.c
9430 F:      include/media/ov2659.h
9432 SILICON MOTION SM712 FRAME BUFFER DRIVER
9433 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9434 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9435 M:      Sudip Mukherjee <sudip@vectorindia.org>
9436 L:      linux-fbdev@vger.kernel.org
9437 S:      Maintained
9438 F:      drivers/video/fbdev/sm712*
9439 F:      Documentation/fb/sm712fb.txt
9441 SIS 190 ETHERNET DRIVER
9442 M:      Francois Romieu <romieu@fr.zoreil.com>
9443 L:      netdev@vger.kernel.org
9444 S:      Maintained
9445 F:      drivers/net/ethernet/sis/sis190.c
9447 SIS 900/7016 FAST ETHERNET DRIVER
9448 M:      Daniele Venzano <venza@brownhat.org>
9449 W:      http://www.brownhat.org/sis900.html
9450 L:      netdev@vger.kernel.org
9451 S:      Maintained
9452 F:      drivers/net/ethernet/sis/sis900.*
9454 SIS FRAMEBUFFER DRIVER
9455 M:      Thomas Winischhofer <thomas@winischhofer.net>
9456 W:      http://www.winischhofer.net/linuxsisvga.shtml
9457 S:      Maintained
9458 F:      Documentation/fb/sisfb.txt
9459 F:      drivers/video/fbdev/sis/
9460 F:      include/video/sisfb.h
9462 SIS USB2VGA DRIVER
9463 M:      Thomas Winischhofer <thomas@winischhofer.net>
9464 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9465 S:      Maintained
9466 F:      drivers/usb/misc/sisusbvga/
9468 SLAB ALLOCATOR
9469 M:      Christoph Lameter <cl@linux.com>
9470 M:      Pekka Enberg <penberg@kernel.org>
9471 M:      David Rientjes <rientjes@google.com>
9472 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9473 M:      Andrew Morton <akpm@linux-foundation.org>
9474 L:      linux-mm@kvack.org
9475 S:      Maintained
9476 F:      include/linux/sl?b*.h
9477 F:      mm/sl?b*
9479 SLEEPABLE READ-COPY UPDATE (SRCU)
9480 M:      Lai Jiangshan <jiangshanlai@gmail.com>
9481 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9482 M:      Josh Triplett <josh@joshtriplett.org>
9483 R:      Steven Rostedt <rostedt@goodmis.org>
9484 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9485 L:      linux-kernel@vger.kernel.org
9486 W:      http://www.rdrop.com/users/paulmck/RCU/
9487 S:      Supported
9488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9489 F:      include/linux/srcu.h
9490 F:      kernel/rcu/srcu.c
9492 SMACK SECURITY MODULE
9493 M:      Casey Schaufler <casey@schaufler-ca.com>
9494 L:      linux-security-module@vger.kernel.org
9495 W:      http://schaufler-ca.com
9496 T:      git git://git.gitorious.org/smack-next/kernel.git
9497 S:      Maintained
9498 F:      Documentation/security/Smack.txt
9499 F:      security/smack/
9501 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9502 M:      Kevin Hilman <khilman@kernel.org>
9503 M:      Nishanth Menon <nm@ti.com>
9504 S:      Maintained
9505 F:      drivers/power/avs/
9506 F:      include/linux/power/smartreflex.h
9507 L:      linux-pm@vger.kernel.org
9509 SMC91x ETHERNET DRIVER
9510 M:      Nicolas Pitre <nico@fluxnic.net>
9511 S:      Odd Fixes
9512 F:      drivers/net/ethernet/smsc/smc91x.*
9514 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9515 M:      Sakari Ailus <sakari.ailus@iki.fi>
9516 L:      linux-media@vger.kernel.org
9517 S:      Maintained
9518 F:      drivers/media/i2c/smiapp/
9519 F:      include/media/smiapp.h
9520 F:      drivers/media/i2c/smiapp-pll.c
9521 F:      drivers/media/i2c/smiapp-pll.h
9522 F:      include/uapi/linux/smiapp.h
9523 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9525 SMM665 HARDWARE MONITOR DRIVER
9526 M:      Guenter Roeck <linux@roeck-us.net>
9527 L:      lm-sensors@lm-sensors.org
9528 S:      Maintained
9529 F:      Documentation/hwmon/smm665
9530 F:      drivers/hwmon/smm665.c
9532 SMSC EMC2103 HARDWARE MONITOR DRIVER
9533 M:      Steve Glendinning <steve.glendinning@shawell.net>
9534 L:      lm-sensors@lm-sensors.org
9535 S:      Maintained
9536 F:      Documentation/hwmon/emc2103
9537 F:      drivers/hwmon/emc2103.c
9539 SMSC SCH5627 HARDWARE MONITOR DRIVER
9540 M:      Hans de Goede <hdegoede@redhat.com>
9541 L:      lm-sensors@lm-sensors.org
9542 S:      Supported
9543 F:      Documentation/hwmon/sch5627
9544 F:      drivers/hwmon/sch5627.c
9546 SMSC47B397 HARDWARE MONITOR DRIVER
9547 M:      Jean Delvare <jdelvare@suse.com>
9548 L:      lm-sensors@lm-sensors.org
9549 S:      Maintained
9550 F:      Documentation/hwmon/smsc47b397
9551 F:      drivers/hwmon/smsc47b397.c
9553 SMSC911x ETHERNET DRIVER
9554 M:      Steve Glendinning <steve.glendinning@shawell.net>
9555 L:      netdev@vger.kernel.org
9556 S:      Maintained
9557 F:      include/linux/smsc911x.h
9558 F:      drivers/net/ethernet/smsc/smsc911x.*
9560 SMSC9420 PCI ETHERNET DRIVER
9561 M:      Steve Glendinning <steve.glendinning@shawell.net>
9562 L:      netdev@vger.kernel.org
9563 S:      Maintained
9564 F:      drivers/net/ethernet/smsc/smsc9420.*
9566 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9567 M:      Steve Glendinning <steve.glendinning@shawell.net>
9568 L:      linux-fbdev@vger.kernel.org
9569 S:      Maintained
9570 F:      drivers/video/fbdev/smscufx.c
9572 SOC-CAMERA V4L2 SUBSYSTEM
9573 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9574 L:      linux-media@vger.kernel.org
9575 T:      git git://linuxtv.org/media_tree.git
9576 S:      Maintained
9577 F:      include/media/soc*
9578 F:      drivers/media/i2c/soc_camera/
9579 F:      drivers/media/platform/soc_camera/
9581 SOEKRIS NET48XX LED SUPPORT
9582 M:      Chris Boot <bootc@bootc.net>
9583 S:      Maintained
9584 F:      drivers/leds/leds-net48xx.c
9586 SOFTLOGIC 6x10 MPEG CODEC
9587 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9588 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9589 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9590 M:      Ismael Luceno <ismael@iodev.co.uk>
9591 L:      linux-media@vger.kernel.org
9592 S:      Supported
9593 F:      drivers/media/pci/solo6x10/
9595 SOFTWARE RAID (Multiple Disks) SUPPORT
9596 M:      Neil Brown <neilb@suse.com>
9597 L:      linux-raid@vger.kernel.org
9598 S:      Supported
9599 F:      drivers/md/
9600 F:      include/linux/raid/
9601 F:      include/uapi/linux/raid/
9603 SONIC NETWORK DRIVER
9604 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9605 L:      netdev@vger.kernel.org
9606 S:      Maintained
9607 F:      drivers/net/ethernet/natsemi/sonic.*
9609 SONICS SILICON BACKPLANE DRIVER (SSB)
9610 M:      Michael Buesch <m@bues.ch>
9611 L:      netdev@vger.kernel.org
9612 S:      Maintained
9613 F:      drivers/ssb/
9614 F:      include/linux/ssb/
9616 SONY VAIO CONTROL DEVICE DRIVER
9617 M:      Mattia Dongili <malattia@linux.it>
9618 L:      platform-driver-x86@vger.kernel.org
9619 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9620 S:      Maintained
9621 F:      Documentation/laptops/sony-laptop.txt
9622 F:      drivers/char/sonypi.c
9623 F:      drivers/platform/x86/sony-laptop.c
9624 F:      include/linux/sony-laptop.h
9626 SONY MEMORYSTICK CARD SUPPORT
9627 M:      Alex Dubov <oakad@yahoo.com>
9628 W:      http://tifmxx.berlios.de/
9629 S:      Maintained
9630 F:      drivers/memstick/host/tifm_ms.c
9632 SONY MEMORYSTICK STANDARD SUPPORT
9633 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9634 S:      Maintained
9635 F:      drivers/memstick/core/ms_block.*
9637 SOUND
9638 M:      Jaroslav Kysela <perex@perex.cz>
9639 M:      Takashi Iwai <tiwai@suse.com>
9640 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9641 W:      http://www.alsa-project.org/
9642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9643 T:      git git://git.alsa-project.org/alsa-kernel.git
9644 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9645 S:      Maintained
9646 F:      Documentation/sound/
9647 F:      include/sound/
9648 F:      include/uapi/sound/
9649 F:      sound/
9651 SOUND - COMPRESSED AUDIO
9652 M:      Vinod Koul <vinod.koul@intel.com>
9653 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9655 S:      Supported
9656 F:      Documentation/sound/alsa/compress_offload.txt
9657 F:      include/sound/compress_driver.h
9658 F:      include/uapi/sound/compress_*
9659 F:      sound/core/compress_offload.c
9660 F:      sound/soc/soc-compress.c
9662 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9663 M:      Liam Girdwood <lgirdwood@gmail.com>
9664 M:      Mark Brown <broonie@kernel.org>
9665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9666 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9667 W:      http://alsa-project.org/main/index.php/ASoC
9668 S:      Supported
9669 F:      Documentation/sound/alsa/soc/
9670 F:      sound/soc/
9671 F:      include/sound/soc*
9673 SOUND - DMAENGINE HELPERS
9674 M:      Lars-Peter Clausen <lars@metafoo.de>
9675 S:      Supported
9676 F:      include/sound/dmaengine_pcm.h
9677 F:      sound/core/pcm_dmaengine.c
9678 F:      sound/soc/soc-generic-dmaengine-pcm.c
9680 SP2 MEDIA DRIVER
9681 M:      Olli Salonen <olli.salonen@iki.fi>
9682 L:      linux-media@vger.kernel.org
9683 W:      http://linuxtv.org/
9684 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9685 S:      Maintained
9686 F:      drivers/media/dvb-frontends/sp2*
9688 SPARC + UltraSPARC (sparc/sparc64)
9689 M:      "David S. Miller" <davem@davemloft.net>
9690 L:      sparclinux@vger.kernel.org
9691 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9694 S:      Maintained
9695 F:      arch/sparc/
9696 F:      drivers/sbus/
9698 SPARC SERIAL DRIVERS
9699 M:      "David S. Miller" <davem@davemloft.net>
9700 L:      sparclinux@vger.kernel.org
9701 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9703 S:      Maintained
9704 F:      include/linux/sunserialcore.h
9705 F:      drivers/tty/serial/suncore.c
9706 F:      drivers/tty/serial/sunhv.c
9707 F:      drivers/tty/serial/sunsab.c
9708 F:      drivers/tty/serial/sunsab.h
9709 F:      drivers/tty/serial/sunsu.c
9710 F:      drivers/tty/serial/sunzilog.c
9711 F:      drivers/tty/serial/sunzilog.h
9713 SPARSE CHECKER
9714 M:      "Christopher Li" <sparse@chrisli.org>
9715 L:      linux-sparse@vger.kernel.org
9716 W:      https://sparse.wiki.kernel.org/
9717 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9718 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9719 S:      Maintained
9720 F:      include/linux/compiler.h
9722 SPEAR PLATFORM SUPPORT
9723 M:      Viresh Kumar <vireshk@kernel.org>
9724 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9725 L:      spear-devel@list.st.com
9726 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9727 W:      http://www.st.com/spear
9728 S:      Maintained
9729 F:      arch/arm/mach-spear/
9731 SPEAR CLOCK FRAMEWORK SUPPORT
9732 M:      Viresh Kumar <vireshk@kernel.org>
9733 L:      spear-devel@list.st.com
9734 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9735 W:      http://www.st.com/spear
9736 S:      Maintained
9737 F:      drivers/clk/spear/
9739 SPI SUBSYSTEM
9740 M:      Mark Brown <broonie@kernel.org>
9741 L:      linux-spi@vger.kernel.org
9742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9743 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9744 S:      Maintained
9745 F:      Documentation/spi/
9746 F:      drivers/spi/
9747 F:      include/linux/spi/
9748 F:      include/uapi/linux/spi/
9750 SPIDERNET NETWORK DRIVER for CELL
9751 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9752 L:      netdev@vger.kernel.org
9753 S:      Supported
9754 F:      Documentation/networking/spider_net.txt
9755 F:      drivers/net/ethernet/toshiba/spider_net*
9757 SPU FILE SYSTEM
9758 M:      Jeremy Kerr <jk@ozlabs.org>
9759 L:      linuxppc-dev@lists.ozlabs.org
9760 W:      http://www.ibm.com/developerworks/power/cell/
9761 S:      Supported
9762 F:      Documentation/filesystems/spufs.txt
9763 F:      arch/powerpc/platforms/cell/spufs/
9765 SQUASHFS FILE SYSTEM
9766 M:      Phillip Lougher <phillip@squashfs.org.uk>
9767 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9768 W:      http://squashfs.org.uk
9769 S:      Maintained
9770 F:      Documentation/filesystems/squashfs.txt
9771 F:      fs/squashfs/
9773 SRM (Alpha) environment access
9774 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9775 S:      Maintained
9776 F:      arch/alpha/kernel/srm_env.c
9778 STABLE BRANCH
9779 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9780 L:      stable@vger.kernel.org
9781 S:      Supported
9782 F:      Documentation/stable_kernel_rules.txt
9784 STAGING SUBSYSTEM
9785 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9787 L:      devel@driverdev.osuosl.org
9788 S:      Supported
9789 F:      drivers/staging/
9791 STAGING - COMEDI
9792 M:      Ian Abbott <abbotti@mev.co.uk>
9793 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9794 S:      Odd Fixes
9795 F:      drivers/staging/comedi/
9797 STAGING - FLARION FT1000 DRIVERS
9798 M:      Marek Belisko <marek.belisko@gmail.com>
9799 S:      Odd Fixes
9800 F:      drivers/staging/ft1000/
9802 STAGING - INDUSTRIAL IO
9803 M:      Jonathan Cameron <jic23@kernel.org>
9804 L:      linux-iio@vger.kernel.org
9805 S:      Odd Fixes
9806 F:      drivers/staging/iio/
9808 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9809 M:      Jarod Wilson <jarod@wilsonet.com>
9810 W:      http://www.lirc.org/
9811 S:      Odd Fixes
9812 F:      drivers/staging/media/lirc/
9814 STAGING - LUSTRE PARALLEL FILESYSTEM
9815 M:      Oleg Drokin <oleg.drokin@intel.com>
9816 M:      Andreas Dilger <andreas.dilger@intel.com>
9817 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9818 W:      http://lustre.opensfs.org/
9819 S:      Maintained
9820 F:      drivers/staging/lustre
9822 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9823 M:      Julian Andres Klode <jak@jak-linux.org>
9824 M:      Marc Dietrich <marvin24@gmx.de>
9825 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9826 L:      linux-tegra@vger.kernel.org
9827 S:      Maintained
9828 F:      drivers/staging/nvec/
9830 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9831 M:      Jens Frederich <jfrederich@gmail.com>
9832 M:      Daniel Drake <dsd@laptop.org>
9833 M:      Jon Nettleton <jon.nettleton@gmail.com>
9834 W:      http://wiki.laptop.org/go/DCON
9835 S:      Maintained
9836 F:      drivers/staging/olpc_dcon/
9838 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9839 M:      Willy Tarreau <willy@meta-x.org>
9840 S:      Odd Fixes
9841 F:      drivers/staging/panel/
9843 STAGING - REALTEK RTL8712U DRIVERS
9844 M:      Larry Finger <Larry.Finger@lwfinger.net>
9845 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9846 S:      Odd Fixes
9847 F:      drivers/staging/rtl8712/
9849 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9850 M:      Larry Finger <Larry.Finger@lwfinger.net>
9851 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9852 L:      linux-wireless@vger.kernel.org
9853 S:      Maintained
9854 F:      drivers/staging/rtl8723au/
9856 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9857 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9858 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9859 M:      Sudip Mukherjee <sudip@vectorindia.org>
9860 L:      linux-fbdev@vger.kernel.org
9861 S:      Maintained
9862 F:      drivers/staging/sm750fb/
9864 STAGING - SLICOSS
9865 M:      Lior Dotan <liodot@gmail.com>
9866 M:      Christopher Harrer <charrer@alacritech.com>
9867 S:      Odd Fixes
9868 F:      drivers/staging/slicoss/
9870 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9871 M:      William Hubbs <w.d.hubbs@gmail.com>
9872 M:      Chris Brannon <chris@the-brannons.com>
9873 M:      Kirk Reiser <kirk@reisers.ca>
9874 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9875 L:      speakup@linux-speakup.org
9876 W:      http://www.linux-speakup.org/
9877 S:      Odd Fixes
9878 F:      drivers/staging/speakup/
9880 STAGING - VIA VT665X DRIVERS
9881 M:      Forest Bond <forest@alittletooquiet.net>
9882 S:      Odd Fixes
9883 F:      drivers/staging/vt665?/
9885 STAGING - WILC1000 WIFI DRIVER
9886 M:      Johnny Kim <johnny.kim@atmel.com>
9887 M:      Rachel Kim <rachel.kim@atmel.com>
9888 M:      Dean Lee <dean.lee@atmel.com>
9889 M:      Chris Park <chris.park@atmel.com>
9890 L:      linux-wireless@vger.kernel.org
9891 S:      Supported
9892 F:      drivers/staging/wilc1000/
9894 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9895 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9896 S:      Odd Fixes
9897 F:      drivers/staging/xgifb/
9899 STARFIRE/DURALAN NETWORK DRIVER
9900 M:      Ion Badulescu <ionut@badula.org>
9901 S:      Odd Fixes
9902 F:      drivers/net/ethernet/adaptec/starfire*
9904 SUN3/3X
9905 M:      Sam Creasey <sammy@sammy.net>
9906 W:      http://sammy.net/sun3/
9907 S:      Maintained
9908 F:      arch/m68k/kernel/*sun3*
9909 F:      arch/m68k/sun3*/
9910 F:      arch/m68k/include/asm/sun3*
9911 F:      drivers/net/ethernet/i825xx/sun3*
9913 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9914 M:      Hans de Goede <hdegoede@redhat.com>
9915 L:      linux-input@vger.kernel.org
9916 S:      Maintained
9917 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9918 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9920 SUNDANCE NETWORK DRIVER
9921 M:      Denis Kirjanov <kda@linux-powerpc.org>
9922 L:      netdev@vger.kernel.org
9923 S:      Maintained
9924 F:      drivers/net/ethernet/dlink/sundance.c
9926 SUPERH
9927 L:      linux-sh@vger.kernel.org
9928 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9929 S:      Orphan
9930 F:      Documentation/sh/
9931 F:      arch/sh/
9932 F:      drivers/sh/
9934 SUSPEND TO RAM
9935 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9936 M:      Len Brown <len.brown@intel.com>
9937 M:      Pavel Machek <pavel@ucw.cz>
9938 L:      linux-pm@vger.kernel.org
9939 S:      Supported
9940 F:      Documentation/power/
9941 F:      arch/x86/kernel/acpi/
9942 F:      drivers/base/power/
9943 F:      kernel/power/
9944 F:      include/linux/suspend.h
9945 F:      include/linux/freezer.h
9946 F:      include/linux/pm.h
9948 SVGA HANDLING
9949 M:      Martin Mares <mj@ucw.cz>
9950 L:      linux-video@atrey.karlin.mff.cuni.cz
9951 S:      Maintained
9952 F:      Documentation/svga.txt
9953 F:      arch/x86/boot/video*
9955 SWIOTLB SUBSYSTEM
9956 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9957 L:      linux-kernel@vger.kernel.org
9958 S:      Supported
9959 F:      lib/swiotlb.c
9960 F:      arch/*/kernel/pci-swiotlb.c
9961 F:      include/linux/swiotlb.h
9963 SWITCHDEV
9964 M:      Jiri Pirko <jiri@resnulli.us>
9965 L:      netdev@vger.kernel.org
9966 S:      Supported
9967 F:      net/switchdev/
9968 F:      include/net/switchdev.h
9970 SYNOPSYS ARC ARCHITECTURE
9971 M:      Vineet Gupta <vgupta@synopsys.com>
9972 S:      Supported
9973 F:      arch/arc/
9974 F:      Documentation/devicetree/bindings/arc/*
9975 F:      drivers/tty/serial/arc_uart.c
9976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc.git
9978 SYNOPSYS ARC SDP platform support
9979 M:      Alexey Brodkin <abrodkin@synopsys.com>
9980 S:      Supported
9981 F:      arch/arc/plat-axs10x
9982 F:      arch/arc/boot/dts/ax*
9983 F:      Documentation/devicetree/bindings/arc/axs10*
9985 SYSTEM CONFIGURATION (SYSCON)
9986 M:      Lee Jones <lee.jones@linaro.org>
9987 M:      Arnd Bergmann <arnd@arndb.de>
9988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
9989 S:      Supported
9990 F:      drivers/mfd/syscon.c
9992 SYSV FILESYSTEM
9993 M:      Christoph Hellwig <hch@infradead.org>
9994 S:      Maintained
9995 F:      Documentation/filesystems/sysv-fs.txt
9996 F:      fs/sysv/
9997 F:      include/linux/sysv_fs.h
9999 TARGET SUBSYSTEM
10000 M:      "Nicholas A. Bellinger" <nab@linux-iscsi.org>
10001 L:      linux-scsi@vger.kernel.org
10002 L:      target-devel@vger.kernel.org
10003 W:      http://www.linux-iscsi.org
10004 W:      http://groups.google.com/group/linux-iscsi-target-dev
10005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
10006 S:      Supported
10007 F:      drivers/target/
10008 F:      include/target/
10009 F:      Documentation/target/
10011 TASKSTATS STATISTICS INTERFACE
10012 M:      Balbir Singh <bsingharora@gmail.com>
10013 S:      Maintained
10014 F:      Documentation/accounting/taskstats*
10015 F:      include/linux/taskstats*
10016 F:      kernel/taskstats.c
10018 TC CLASSIFIER
10019 M:      Jamal Hadi Salim <jhs@mojatatu.com>
10020 L:      netdev@vger.kernel.org
10021 S:      Maintained
10022 F:      include/net/pkt_cls.h
10023 F:      include/uapi/linux/pkt_cls.h
10024 F:      net/sched/
10026 TCP LOW PRIORITY MODULE
10027 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
10028 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
10029 W:      http://tcp-lp-mod.sourceforge.net/
10030 S:      Maintained
10031 F:      net/ipv4/tcp_lp.c
10033 TDA10071 MEDIA DRIVER
10034 M:      Antti Palosaari <crope@iki.fi>
10035 L:      linux-media@vger.kernel.org
10036 W:      http://linuxtv.org/
10037 W:      http://palosaari.fi/linux/
10038 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10039 T:      git git://linuxtv.org/anttip/media_tree.git
10040 S:      Maintained
10041 F:      drivers/media/dvb-frontends/tda10071*
10043 TDA18212 MEDIA DRIVER
10044 M:      Antti Palosaari <crope@iki.fi>
10045 L:      linux-media@vger.kernel.org
10046 W:      http://linuxtv.org/
10047 W:      http://palosaari.fi/linux/
10048 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10049 T:      git git://linuxtv.org/anttip/media_tree.git
10050 S:      Maintained
10051 F:      drivers/media/tuners/tda18212*
10053 TDA18218 MEDIA DRIVER
10054 M:      Antti Palosaari <crope@iki.fi>
10055 L:      linux-media@vger.kernel.org
10056 W:      http://linuxtv.org/
10057 W:      http://palosaari.fi/linux/
10058 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10059 T:      git git://linuxtv.org/anttip/media_tree.git
10060 S:      Maintained
10061 F:      drivers/media/tuners/tda18218*
10063 TDA18271 MEDIA DRIVER
10064 M:      Michael Krufky <mkrufky@linuxtv.org>
10065 L:      linux-media@vger.kernel.org
10066 W:      http://linuxtv.org/
10067 W:      http://github.com/mkrufky
10068 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10069 T:      git git://linuxtv.org/mkrufky/tuners.git
10070 S:      Maintained
10071 F:      drivers/media/tuners/tda18271*
10073 TDA827x MEDIA DRIVER
10074 M:      Michael Krufky <mkrufky@linuxtv.org>
10075 L:      linux-media@vger.kernel.org
10076 W:      http://linuxtv.org/
10077 W:      http://github.com/mkrufky
10078 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10079 T:      git git://linuxtv.org/mkrufky/tuners.git
10080 S:      Maintained
10081 F:      drivers/media/tuners/tda8290.*
10083 TDA8290 MEDIA DRIVER
10084 M:      Michael Krufky <mkrufky@linuxtv.org>
10085 L:      linux-media@vger.kernel.org
10086 W:      http://linuxtv.org/
10087 W:      http://github.com/mkrufky
10088 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10089 T:      git git://linuxtv.org/mkrufky/tuners.git
10090 S:      Maintained
10091 F:      drivers/media/tuners/tda8290.*
10093 TDA9840 MEDIA DRIVER
10094 M:      Hans Verkuil <hverkuil@xs4all.nl>
10095 L:      linux-media@vger.kernel.org
10096 T:      git git://linuxtv.org/media_tree.git
10097 W:      http://linuxtv.org
10098 S:      Maintained
10099 F:      drivers/media/i2c/tda9840*
10101 TEA5761 TUNER DRIVER
10102 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10103 L:      linux-media@vger.kernel.org
10104 W:      http://linuxtv.org
10105 T:      git git://linuxtv.org/media_tree.git
10106 S:      Odd fixes
10107 F:      drivers/media/tuners/tea5761.*
10109 TEA5767 TUNER DRIVER
10110 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10111 L:      linux-media@vger.kernel.org
10112 W:      http://linuxtv.org
10113 T:      git git://linuxtv.org/media_tree.git
10114 S:      Maintained
10115 F:      drivers/media/tuners/tea5767.*
10117 TEA6415C MEDIA DRIVER
10118 M:      Hans Verkuil <hverkuil@xs4all.nl>
10119 L:      linux-media@vger.kernel.org
10120 T:      git git://linuxtv.org/media_tree.git
10121 W:      http://linuxtv.org
10122 S:      Maintained
10123 F:      drivers/media/i2c/tea6415c*
10125 TEA6420 MEDIA DRIVER
10126 M:      Hans Verkuil <hverkuil@xs4all.nl>
10127 L:      linux-media@vger.kernel.org
10128 T:      git git://linuxtv.org/media_tree.git
10129 W:      http://linuxtv.org
10130 S:      Maintained
10131 F:      drivers/media/i2c/tea6420*
10133 TEAM DRIVER
10134 M:      Jiri Pirko <jiri@resnulli.us>
10135 L:      netdev@vger.kernel.org
10136 S:      Supported
10137 F:      drivers/net/team/
10138 F:      include/linux/if_team.h
10139 F:      include/uapi/linux/if_team.h
10141 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
10142 M:      "Savoir-faire Linux Inc." <kernel@savoirfairelinux.com>
10143 S:      Maintained
10144 F:      arch/x86/platform/ts5500/
10146 TECHNOTREND USB IR RECEIVER
10147 M:      Sean Young <sean@mess.org>
10148 L:      linux-media@vger.kernel.org
10149 S:      Maintained
10150 F:      drivers/media/rc/ttusbir.c
10152 TEGRA ARCHITECTURE SUPPORT
10153 M:      Stephen Warren <swarren@wwwdotorg.org>
10154 M:      Thierry Reding <thierry.reding@gmail.com>
10155 M:      Alexandre Courbot <gnurou@gmail.com>
10156 L:      linux-tegra@vger.kernel.org
10157 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
10158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
10159 S:      Supported
10160 N:      [^a-z]tegra
10162 TEGRA CLOCK DRIVER
10163 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
10164 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
10165 S:      Supported
10166 F:      drivers/clk/tegra/
10168 TEGRA DMA DRIVER
10169 M:      Laxman Dewangan <ldewangan@nvidia.com>
10170 S:      Supported
10171 F:      drivers/dma/tegra20-apb-dma.c
10173 TEGRA I2C DRIVER
10174 M:      Laxman Dewangan <ldewangan@nvidia.com>
10175 S:      Supported
10176 F:      drivers/i2c/busses/i2c-tegra.c
10178 TEGRA IOMMU DRIVERS
10179 M:      Hiroshi Doyu <hdoyu@nvidia.com>
10180 S:      Supported
10181 F:      drivers/iommu/tegra*
10183 TEGRA KBC DRIVER
10184 M:      Rakesh Iyer <riyer@nvidia.com>
10185 M:      Laxman Dewangan <ldewangan@nvidia.com>
10186 S:      Supported
10187 F:      drivers/input/keyboard/tegra-kbc.c
10189 TEGRA PWM DRIVER
10190 M:      Thierry Reding <thierry.reding@gmail.com>
10191 S:      Supported
10192 F:      drivers/pwm/pwm-tegra.c
10194 TEGRA SERIAL DRIVER
10195 M:      Laxman Dewangan <ldewangan@nvidia.com>
10196 S:      Supported
10197 F:      drivers/tty/serial/serial-tegra.c
10199 TEGRA SPI DRIVER
10200 M:      Laxman Dewangan <ldewangan@nvidia.com>
10201 S:      Supported
10202 F:      drivers/spi/spi-tegra*
10204 TEHUTI ETHERNET DRIVER
10205 M:      Andy Gospodarek <andy@greyhouse.net>
10206 L:      netdev@vger.kernel.org
10207 S:      Supported
10208 F:      drivers/net/ethernet/tehuti/*
10210 Telecom Clock Driver for MCPL0010
10211 M:      Mark Gross <mark.gross@intel.com>
10212 S:      Supported
10213 F:      drivers/char/tlclk.c
10215 TENSILICA XTENSA PORT (xtensa)
10216 M:      Chris Zankel <chris@zankel.net>
10217 M:      Max Filippov <jcmvbkbc@gmail.com>
10218 L:      linux-xtensa@linux-xtensa.org
10219 S:      Maintained
10220 F:      arch/xtensa/
10221 F:      drivers/irqchip/irq-xtensa-*
10223 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
10224 M:      Hans Verkuil <hverkuil@xs4all.nl>
10225 L:      linux-media@vger.kernel.org
10226 T:      git git://linuxtv.org/media_tree.git
10227 W:      http://linuxtv.org
10228 S:      Maintained
10229 F:      drivers/media/radio/radio-raremono.c
10231 THERMAL
10232 M:      Zhang Rui <rui.zhang@intel.com>
10233 M:      Eduardo Valentin <edubezval@gmail.com>
10234 L:      linux-pm@vger.kernel.org
10235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
10236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
10237 Q:      https://patchwork.kernel.org/project/linux-pm/list/
10238 S:      Supported
10239 F:      drivers/thermal/
10240 F:      include/linux/thermal.h
10241 F:      include/uapi/linux/thermal.h
10242 F:      include/linux/cpu_cooling.h
10243 F:      Documentation/devicetree/bindings/thermal/
10245 THINGM BLINK(1) USB RGB LED DRIVER
10246 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
10247 S:      Maintained
10248 F:      drivers/hid/hid-thingm.c
10250 THINKPAD ACPI EXTRAS DRIVER
10251 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
10252 L:      ibm-acpi-devel@lists.sourceforge.net
10253 L:      platform-driver-x86@vger.kernel.org
10254 W:      http://ibm-acpi.sourceforge.net
10255 W:      http://thinkwiki.org/wiki/Ibm-acpi
10256 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
10257 S:      Maintained
10258 F:      drivers/platform/x86/thinkpad_acpi.c
10260 TI BANDGAP AND THERMAL DRIVER
10261 M:      Eduardo Valentin <edubezval@gmail.com>
10262 L:      linux-pm@vger.kernel.org
10263 L:      linux-omap@vger.kernel.org
10264 S:      Maintained
10265 F:      drivers/thermal/ti-soc-thermal/
10267 TI CDCE706 CLOCK DRIVER
10268 M:      Max Filippov <jcmvbkbc@gmail.com>
10269 S:      Maintained
10270 F:      drivers/clk/clk-cdce706.c
10272 TI CLOCK DRIVER
10273 M:      Tero Kristo <t-kristo@ti.com>
10274 L:      linux-omap@vger.kernel.org
10275 S:      Maintained
10276 F:      drivers/clk/ti/
10277 F:      include/linux/clk/ti.h
10279 TI FLASH MEDIA INTERFACE DRIVER
10280 M:      Alex Dubov <oakad@yahoo.com>
10281 S:      Maintained
10282 F:      drivers/misc/tifm*
10283 F:      drivers/mmc/host/tifm_sd.c
10284 F:      include/linux/tifm.h
10286 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
10287 M:      Santosh Shilimkar <ssantosh@kernel.org>
10288 L:      linux-kernel@vger.kernel.org
10289 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
10290 S:      Maintained
10291 F:      drivers/soc/ti/*
10292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
10295 TI LM49xxx FAMILY ASoC CODEC DRIVERS
10296 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
10297 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
10298 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10299 S:      Maintained
10300 F:      sound/soc/codecs/lm49453*
10301 F:      sound/soc/codecs/isabelle*
10303 TI LP855x BACKLIGHT DRIVER
10304 M:      Milo Kim <milo.kim@ti.com>
10305 S:      Maintained
10306 F:      Documentation/backlight/lp855x-driver.txt
10307 F:      drivers/video/backlight/lp855x_bl.c
10308 F:      include/linux/platform_data/lp855x.h
10310 TI LP8727 CHARGER DRIVER
10311 M:      Milo Kim <milo.kim@ti.com>
10312 S:      Maintained
10313 F:      drivers/power/lp8727_charger.c
10314 F:      include/linux/platform_data/lp8727.h
10316 TI LP8788 MFD DRIVER
10317 M:      Milo Kim <milo.kim@ti.com>
10318 S:      Maintained
10319 F:      drivers/iio/adc/lp8788_adc.c
10320 F:      drivers/leds/leds-lp8788.c
10321 F:      drivers/mfd/lp8788*.c
10322 F:      drivers/power/lp8788-charger.c
10323 F:      drivers/regulator/lp8788-*.c
10324 F:      include/linux/mfd/lp8788*.h
10326 TI NETCP ETHERNET DRIVER
10327 M:      Wingman Kwok <w-kwok2@ti.com>
10328 M:      Murali Karicheri <m-karicheri2@ti.com>
10329 L:      netdev@vger.kernel.org
10330 S:      Maintained
10331 F:      drivers/net/ethernet/ti/netcp*
10333 TI TAS571X FAMILY ASoC CODEC DRIVER
10334 M:      Kevin Cernekee <cernekee@chromium.org>
10335 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10336 S:      Odd Fixes
10337 F:      sound/soc/codecs/tas571x*
10339 TI TWL4030 SERIES SOC CODEC DRIVER
10340 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
10341 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10342 S:      Maintained
10343 F:      sound/soc/codecs/twl4030*
10345 TI WILINK WIRELESS DRIVERS
10346 L:      linux-wireless@vger.kernel.org
10347 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
10348 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
10349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
10350 S:      Orphan
10351 F:      drivers/net/wireless/ti/
10352 F:      include/linux/wl12xx.h
10354 TIPC NETWORK LAYER
10355 M:      Jon Maloy <jon.maloy@ericsson.com>
10356 M:      Ying Xue <ying.xue@windriver.com>
10357 L:      netdev@vger.kernel.org (core kernel code)
10358 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
10359 W:      http://tipc.sourceforge.net/
10360 S:      Maintained
10361 F:      include/uapi/linux/tipc*.h
10362 F:      net/tipc/
10364 TILE ARCHITECTURE
10365 M:      Chris Metcalf <cmetcalf@ezchip.com>
10366 W:      http://www.ezchip.com/scm/
10367 S:      Supported
10368 F:      arch/tile/
10369 F:      drivers/char/tile-srom.c
10370 F:      drivers/edac/tile_edac.c
10371 F:      drivers/net/ethernet/tile/
10372 F:      drivers/rtc/rtc-tile.c
10373 F:      drivers/tty/hvc/hvc_tile.c
10374 F:      drivers/tty/serial/tilegx.c
10375 F:      drivers/usb/host/*-tilegx.c
10376 F:      include/linux/usb/tilegx.h
10378 TLAN NETWORK DRIVER
10379 M:      Samuel Chessman <chessman@tux.org>
10380 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
10381 W:      http://sourceforge.net/projects/tlan/
10382 S:      Maintained
10383 F:      Documentation/networking/tlan.txt
10384 F:      drivers/net/ethernet/ti/tlan.*
10386 TOMOYO SECURITY MODULE
10387 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
10388 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
10389 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
10390 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10391 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10392 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10393 W:      http://tomoyo.sourceforge.jp/
10394 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10395 S:      Maintained
10396 F:      security/tomoyo/
10398 TOPSTAR LAPTOP EXTRAS DRIVER
10399 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10400 L:      platform-driver-x86@vger.kernel.org
10401 S:      Maintained
10402 F:      drivers/platform/x86/topstar-laptop.c
10404 TOSHIBA ACPI EXTRAS DRIVER
10405 M:      Azael Avalos <coproscefalo@gmail.com>
10406 L:      platform-driver-x86@vger.kernel.org
10407 S:      Maintained
10408 F:      drivers/platform/x86/toshiba_acpi.c
10410 TOSHIBA BLUETOOTH DRIVER
10411 M:      Azael Avalos <coproscefalo@gmail.com>
10412 L:      platform-driver-x86@vger.kernel.org
10413 S:      Maintained
10414 F:      drivers/platform/x86/toshiba_bluetooth.c
10416 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10417 M:      Azael Avalos <coproscefalo@gmail.com>
10418 L:      platform-driver-x86@vger.kernel.org
10419 S:      Maintained
10420 F:      drivers/platform/x86/toshiba_haps.c
10422 TOSHIBA SMM DRIVER
10423 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10424 L:      tlinux-users@tce.toshiba-dme.co.jp
10425 W:      http://www.buzzard.org.uk/toshiba/
10426 S:      Maintained
10427 F:      drivers/char/toshiba.c
10428 F:      include/linux/toshiba.h
10429 F:      include/uapi/linux/toshiba.h
10431 TMIO MMC DRIVER
10432 M:      Ian Molton <ian@mnementh.co.uk>
10433 L:      linux-mmc@vger.kernel.org
10434 S:      Maintained
10435 F:      drivers/mmc/host/tmio_mmc*
10436 F:      drivers/mmc/host/sh_mobile_sdhi.c
10437 F:      include/linux/mmc/tmio.h
10438 F:      include/linux/mmc/sh_mobile_sdhi.h
10440 TMP401 HARDWARE MONITOR DRIVER
10441 M:      Guenter Roeck <linux@roeck-us.net>
10442 L:      lm-sensors@lm-sensors.org
10443 S:      Maintained
10444 F:      Documentation/hwmon/tmp401
10445 F:      drivers/hwmon/tmp401.c
10447 TMPFS (SHMEM FILESYSTEM)
10448 M:      Hugh Dickins <hughd@google.com>
10449 L:      linux-mm@kvack.org
10450 S:      Maintained
10451 F:      include/linux/shmem_fs.h
10452 F:      mm/shmem.c
10454 TM6000 VIDEO4LINUX DRIVER
10455 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10456 L:      linux-media@vger.kernel.org
10457 W:      http://linuxtv.org
10458 T:      git git://linuxtv.org/media_tree.git
10459 S:      Odd fixes
10460 F:      drivers/media/usb/tm6000/
10462 TW68 VIDEO4LINUX DRIVER
10463 M:      Hans Verkuil <hverkuil@xs4all.nl>
10464 L:      linux-media@vger.kernel.org
10465 T:      git git://linuxtv.org/media_tree.git
10466 W:      http://linuxtv.org
10467 S:      Odd Fixes
10468 F:      drivers/media/pci/tw68/
10470 TPM DEVICE DRIVER
10471 M:      Peter Huewe <peterhuewe@gmx.de>
10472 M:      Marcel Selhorst <tpmdd@selhorst.net>
10473 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10474 W:      http://tpmdd.sourceforge.net
10475 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10476 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10477 T:      https://github.com/PeterHuewe/linux-tpmdd
10478 S:      Maintained
10479 F:      drivers/char/tpm/
10481 TPM IBM_VTPM DEVICE DRIVER
10482 M:      Ashley Lai <ashleydlai@gmail.com>
10483 W:      http://tpmdd.sourceforge.net
10484 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10485 S:      Maintained
10486 F:      drivers/char/tpm/tpm_ibmvtpm*
10488 TRACING
10489 M:      Steven Rostedt <rostedt@goodmis.org>
10490 M:      Ingo Molnar <mingo@redhat.com>
10491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10492 S:      Maintained
10493 F:      Documentation/trace/ftrace.txt
10494 F:      arch/*/*/*/ftrace.h
10495 F:      arch/*/kernel/ftrace.c
10496 F:      include/*/ftrace.h
10497 F:      include/linux/trace*.h
10498 F:      include/trace/
10499 F:      kernel/trace/
10500 F:      tools/testing/selftests/ftrace/
10502 TRIVIAL PATCHES
10503 M:      Jiri Kosina <trivial@kernel.org>
10504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10505 S:      Maintained
10506 K:      ^Subject:.*(?i)trivial
10508 TTY LAYER
10509 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10510 M:      Jiri Slaby <jslaby@suse.com>
10511 S:      Supported
10512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10513 F:      Documentation/serial/
10514 F:      drivers/tty/
10515 F:      drivers/tty/serial/serial_core.c
10516 F:      include/linux/serial_core.h
10517 F:      include/linux/serial.h
10518 F:      include/linux/tty.h
10519 F:      include/uapi/linux/serial_core.h
10520 F:      include/uapi/linux/serial.h
10521 F:      include/uapi/linux/tty.h
10523 TUA9001 MEDIA DRIVER
10524 M:      Antti Palosaari <crope@iki.fi>
10525 L:      linux-media@vger.kernel.org
10526 W:      http://linuxtv.org/
10527 W:      http://palosaari.fi/linux/
10528 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10529 T:      git git://linuxtv.org/anttip/media_tree.git
10530 S:      Maintained
10531 F:      drivers/media/tuners/tua9001*
10533 TULIP NETWORK DRIVERS
10534 M:      Grant Grundler <grundler@parisc-linux.org>
10535 L:      netdev@vger.kernel.org
10536 S:      Maintained
10537 F:      drivers/net/ethernet/dec/tulip/
10539 TUN/TAP driver
10540 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10541 W:      http://vtun.sourceforge.net/tun
10542 S:      Maintained
10543 F:      Documentation/networking/tuntap.txt
10544 F:      arch/um/os-Linux/drivers/
10546 TURBOCHANNEL SUBSYSTEM
10547 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10548 M:      Ralf Baechle <ralf@linux-mips.org>
10549 L:      linux-mips@linux-mips.org
10550 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10551 S:      Maintained
10552 F:      drivers/tc/
10553 F:      include/linux/tc.h
10555 U14-34F SCSI DRIVER
10556 M:      Dario Ballabio <ballabio_dario@emc.com>
10557 L:      linux-scsi@vger.kernel.org
10558 S:      Maintained
10559 F:      drivers/scsi/u14-34f.c
10561 UBI FILE SYSTEM (UBIFS)
10562 M:      Artem Bityutskiy <dedekind1@gmail.com>
10563 M:      Adrian Hunter <adrian.hunter@intel.com>
10564 L:      linux-mtd@lists.infradead.org
10565 T:      git git://git.infradead.org/ubifs-2.6.git
10566 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10567 S:      Maintained
10568 F:      Documentation/filesystems/ubifs.txt
10569 F:      fs/ubifs/
10571 UCLINUX (M68KNOMMU AND COLDFIRE)
10572 M:      Greg Ungerer <gerg@uclinux.org>
10573 W:      http://www.uclinux.org/
10574 L:      linux-m68k@lists.linux-m68k.org
10575 L:      uclinux-dev@uclinux.org  (subscribers-only)
10576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu.git
10577 S:      Maintained
10578 F:      arch/m68k/coldfire/
10579 F:      arch/m68k/68*/
10580 F:      arch/m68k/*/*_no.*
10581 F:      arch/m68k/include/asm/*_no.*
10583 UDF FILESYSTEM
10584 M:      Jan Kara <jack@suse.com>
10585 S:      Maintained
10586 F:      Documentation/filesystems/udf.txt
10587 F:      fs/udf/
10589 UFS FILESYSTEM
10590 M:      Evgeniy Dushistov <dushistov@mail.ru>
10591 S:      Maintained
10592 F:      Documentation/filesystems/ufs.txt
10593 F:      fs/ufs/
10595 UHID USERSPACE HID IO DRIVER:
10596 M:      David Herrmann <dh.herrmann@googlemail.com>
10597 L:      linux-input@vger.kernel.org
10598 S:      Maintained
10599 F:      drivers/hid/uhid.c
10600 F:      include/uapi/linux/uhid.h
10602 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10603 L:      linux-usb@vger.kernel.org
10604 S:      Orphan
10605 F:      drivers/uwb/
10606 F:      include/linux/uwb.h
10607 F:      include/linux/uwb/
10609 UNICORE32 ARCHITECTURE:
10610 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10611 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10612 S:      Maintained
10613 T:      git git://github.com/gxt/linux.git
10614 F:      arch/unicore32/
10616 UNIFDEF
10617 M:      Tony Finch <dot@dotat.at>
10618 W:      http://dotat.at/prog/unifdef
10619 S:      Maintained
10620 F:      scripts/unifdef.c
10622 UNIFORM CDROM DRIVER
10623 M:      Jens Axboe <axboe@kernel.dk>
10624 W:      http://www.kernel.dk
10625 S:      Maintained
10626 F:      Documentation/cdrom/
10627 F:      drivers/cdrom/cdrom.c
10628 F:      include/linux/cdrom.h
10629 F:      include/uapi/linux/cdrom.h
10631 UNISYS S-PAR DRIVERS
10632 M:      Benjamin Romer <benjamin.romer@unisys.com>
10633 M:      David Kershner <david.kershner@unisys.com>
10634 L:      sparmaintainer@unisys.com (Unisys internal)
10635 S:      Supported
10636 F:      drivers/staging/unisys/
10638 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10639 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10640 L:      linux-scsi@vger.kernel.org
10641 S:      Supported
10642 F:      Documentation/scsi/ufs.txt
10643 F:      drivers/scsi/ufs/
10645 UNSORTED BLOCK IMAGES (UBI)
10646 M:      Artem Bityutskiy <dedekind1@gmail.com>
10647 M:      Richard Weinberger <richard@nod.at>
10648 W:      http://www.linux-mtd.infradead.org/
10649 L:      linux-mtd@lists.infradead.org
10650 T:      git git://git.infradead.org/ubifs-2.6.git
10651 S:      Supported
10652 F:      drivers/mtd/ubi/
10653 F:      include/linux/mtd/ubi.h
10654 F:      include/uapi/mtd/ubi-user.h
10656 USB ACM DRIVER
10657 M:      Oliver Neukum <oliver@neukum.org>
10658 L:      linux-usb@vger.kernel.org
10659 S:      Maintained
10660 F:      Documentation/usb/acm.txt
10661 F:      drivers/usb/class/cdc-acm.*
10663 USB AR5523 WIRELESS DRIVER
10664 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10665 L:      linux-wireless@vger.kernel.org
10666 S:      Maintained
10667 F:      drivers/net/wireless/ath/ar5523/
10669 USB ATTACHED SCSI
10670 M:      Hans de Goede <hdegoede@redhat.com>
10671 M:      Gerd Hoffmann <kraxel@redhat.com>
10672 L:      linux-usb@vger.kernel.org
10673 L:      linux-scsi@vger.kernel.org
10674 S:      Maintained
10675 F:      drivers/usb/storage/uas.c
10677 USB CDC ETHERNET DRIVER
10678 M:      Oliver Neukum <oliver@neukum.org>
10679 L:      linux-usb@vger.kernel.org
10680 S:      Maintained
10681 F:      drivers/net/usb/cdc_*.c
10682 F:      include/uapi/linux/usb/cdc.h
10684 USB CHAOSKEY DRIVER
10685 M:      Keith Packard <keithp@keithp.com>
10686 L:      linux-usb@vger.kernel.org
10687 S:      Maintained
10688 F:      drivers/usb/misc/chaoskey.c
10690 USB CYPRESS C67X00 DRIVER
10691 M:      Peter Korsgaard <jacmet@sunsite.dk>
10692 L:      linux-usb@vger.kernel.org
10693 S:      Maintained
10694 F:      drivers/usb/c67x00/
10696 USB DAVICOM DM9601 DRIVER
10697 M:      Peter Korsgaard <jacmet@sunsite.dk>
10698 L:      netdev@vger.kernel.org
10699 W:      http://www.linux-usb.org/usbnet
10700 S:      Maintained
10701 F:      drivers/net/usb/dm9601.c
10703 USB DIAMOND RIO500 DRIVER
10704 M:      Cesar Miquel <miquel@df.uba.ar>
10705 L:      rio500-users@lists.sourceforge.net
10706 W:      http://rio500.sourceforge.net
10707 S:      Maintained
10708 F:      drivers/usb/misc/rio500*
10710 USB EHCI DRIVER
10711 M:      Alan Stern <stern@rowland.harvard.edu>
10712 L:      linux-usb@vger.kernel.org
10713 S:      Maintained
10714 F:      Documentation/usb/ehci.txt
10715 F:      drivers/usb/host/ehci*
10717 USB GADGET/PERIPHERAL SUBSYSTEM
10718 M:      Felipe Balbi <balbi@ti.com>
10719 L:      linux-usb@vger.kernel.org
10720 W:      http://www.linux-usb.org/gadget
10721 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10722 S:      Maintained
10723 F:      drivers/usb/gadget/
10724 F:      include/linux/usb/gadget*
10726 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10727 M:      Jiri Kosina <jikos@kernel.org>
10728 L:      linux-usb@vger.kernel.org
10729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10730 S:      Maintained
10731 F:      Documentation/hid/hiddev.txt
10732 F:      drivers/hid/usbhid/
10734 USB ISP116X DRIVER
10735 M:      Olav Kongas <ok@artecdesign.ee>
10736 L:      linux-usb@vger.kernel.org
10737 S:      Maintained
10738 F:      drivers/usb/host/isp116x*
10739 F:      include/linux/usb/isp116x.h
10741 USB MASS STORAGE DRIVER
10742 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10743 L:      linux-usb@vger.kernel.org
10744 L:      usb-storage@lists.one-eyed-alien.net
10745 S:      Maintained
10746 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10747 F:      drivers/usb/storage/
10749 USB MIDI DRIVER
10750 M:      Clemens Ladisch <clemens@ladisch.de>
10751 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10752 T:      git git://git.alsa-project.org/alsa-kernel.git
10753 S:      Maintained
10754 F:      sound/usb/midi.*
10756 USB NETWORKING DRIVERS
10757 L:      linux-usb@vger.kernel.org
10758 S:      Odd Fixes
10759 F:      drivers/net/usb/
10761 USB OHCI DRIVER
10762 M:      Alan Stern <stern@rowland.harvard.edu>
10763 L:      linux-usb@vger.kernel.org
10764 S:      Maintained
10765 F:      Documentation/usb/ohci.txt
10766 F:      drivers/usb/host/ohci*
10768 USB OTG FSM (Finite State Machine)
10769 M:      Peter Chen <Peter.Chen@freescale.com>
10770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10771 L:      linux-usb@vger.kernel.org
10772 S:      Maintained
10773 F:      drivers/usb/common/usb-otg-fsm.c
10775 USB OVER IP DRIVER
10776 M:      Valentina Manea <valentina.manea.m@gmail.com>
10777 M:      Shuah Khan <shuah.kh@samsung.com>
10778 L:      linux-usb@vger.kernel.org
10779 S:      Maintained
10780 F:      drivers/usb/usbip/
10781 F:      tools/usb/usbip/
10783 USB PEGASUS DRIVER
10784 M:      Petko Manolov <petkan@nucleusys.com>
10785 L:      linux-usb@vger.kernel.org
10786 L:      netdev@vger.kernel.org
10787 T:      git git://github.com/petkan/pegasus.git
10788 W:      https://github.com/petkan/pegasus
10789 S:      Maintained
10790 F:      drivers/net/usb/pegasus.*
10792 USB PHY LAYER
10793 M:      Felipe Balbi <balbi@ti.com>
10794 L:      linux-usb@vger.kernel.org
10795 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10796 S:      Maintained
10797 F:      drivers/usb/phy/
10799 USB PRINTER DRIVER (usblp)
10800 M:      Pete Zaitcev <zaitcev@redhat.com>
10801 L:      linux-usb@vger.kernel.org
10802 S:      Supported
10803 F:      drivers/usb/class/usblp.c
10805 USB RTL8150 DRIVER
10806 M:      Petko Manolov <petkan@nucleusys.com>
10807 L:      linux-usb@vger.kernel.org
10808 L:      netdev@vger.kernel.org
10809 T:      git git://github.com/petkan/rtl8150.git
10810 W:      https://github.com/petkan/rtl8150
10811 S:      Maintained
10812 F:      drivers/net/usb/rtl8150.c
10814 USB SERIAL SUBSYSTEM
10815 M:      Johan Hovold <johan@kernel.org>
10816 L:      linux-usb@vger.kernel.org
10817 S:      Maintained
10818 F:      Documentation/usb/usb-serial.txt
10819 F:      drivers/usb/serial/
10820 F:      include/linux/usb/serial.h
10822 USB SMSC75XX ETHERNET DRIVER
10823 M:      Steve Glendinning <steve.glendinning@shawell.net>
10824 L:      netdev@vger.kernel.org
10825 S:      Maintained
10826 F:      drivers/net/usb/smsc75xx.*
10828 USB SMSC95XX ETHERNET DRIVER
10829 M:      Steve Glendinning <steve.glendinning@shawell.net>
10830 L:      netdev@vger.kernel.org
10831 S:      Maintained
10832 F:      drivers/net/usb/smsc95xx.*
10834 USB SUBSYSTEM
10835 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10836 L:      linux-usb@vger.kernel.org
10837 W:      http://www.linux-usb.org
10838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10839 S:      Supported
10840 F:      Documentation/usb/
10841 F:      drivers/usb/
10842 F:      include/linux/usb.h
10843 F:      include/linux/usb/
10845 USB UHCI DRIVER
10846 M:      Alan Stern <stern@rowland.harvard.edu>
10847 L:      linux-usb@vger.kernel.org
10848 S:      Maintained
10849 F:      drivers/usb/host/uhci*
10851 USB "USBNET" DRIVER FRAMEWORK
10852 M:      Oliver Neukum <oneukum@suse.com>
10853 L:      netdev@vger.kernel.org
10854 W:      http://www.linux-usb.org/usbnet
10855 S:      Maintained
10856 F:      drivers/net/usb/usbnet.c
10857 F:      include/linux/usb/usbnet.h
10859 USB VIDEO CLASS
10860 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10861 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10862 L:      linux-media@vger.kernel.org
10863 T:      git git://linuxtv.org/media_tree.git
10864 W:      http://www.ideasonboard.org/uvc/
10865 S:      Maintained
10866 F:      drivers/media/usb/uvc/
10867 F:      include/uapi/linux/uvcvideo.h
10869 USB VISION DRIVER
10870 M:      Hans Verkuil <hverkuil@xs4all.nl>
10871 L:      linux-media@vger.kernel.org
10872 T:      git git://linuxtv.org/media_tree.git
10873 W:      http://linuxtv.org
10874 S:      Odd Fixes
10875 F:      drivers/media/usb/usbvision/
10877 USB WEBCAM GADGET
10878 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10879 L:      linux-usb@vger.kernel.org
10880 S:      Maintained
10881 F:      drivers/usb/gadget/function/*uvc*
10882 F:      drivers/usb/gadget/legacy/webcam.c
10884 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10885 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10886 L:      linux-wireless@vger.kernel.org
10887 S:      Maintained
10888 F:      drivers/net/wireless/rndis_wlan.c
10890 USB XHCI DRIVER
10891 M:      Mathias Nyman <mathias.nyman@intel.com>
10892 L:      linux-usb@vger.kernel.org
10893 S:      Supported
10894 F:      drivers/usb/host/xhci*
10895 F:      drivers/usb/host/pci-quirks*
10897 USB ZD1201 DRIVER
10898 L:      linux-wireless@vger.kernel.org
10899 W:      http://linux-lc100020.sourceforge.net
10900 S:      Orphan
10901 F:      drivers/net/wireless/zd1201.*
10903 USB ZR364XX DRIVER
10904 M:      Antoine Jacquet <royale@zerezo.com>
10905 L:      linux-usb@vger.kernel.org
10906 L:      linux-media@vger.kernel.org
10907 T:      git git://linuxtv.org/media_tree.git
10908 W:      http://royale.zerezo.com/zr364xx/
10909 S:      Maintained
10910 F:      Documentation/video4linux/zr364xx.txt
10911 F:      drivers/media/usb/zr364xx/
10913 ULPI BUS
10914 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
10915 L:      linux-usb@vger.kernel.org
10916 S:      Maintained
10917 F:      drivers/usb/common/ulpi.c
10918 F:      include/linux/ulpi/
10920 USER-MODE LINUX (UML)
10921 M:      Jeff Dike <jdike@addtoit.com>
10922 M:      Richard Weinberger <richard@nod.at>
10923 L:      user-mode-linux-devel@lists.sourceforge.net
10924 L:      user-mode-linux-user@lists.sourceforge.net
10925 W:      http://user-mode-linux.sourceforge.net
10926 S:      Maintained
10927 F:      Documentation/virtual/uml/
10928 F:      arch/um/
10929 F:      arch/x86/um/
10930 F:      fs/hostfs/
10931 F:      fs/hppfs/
10933 USERSPACE I/O (UIO)
10934 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10935 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10936 S:      Maintained
10937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10938 F:      Documentation/DocBook/uio-howto.tmpl
10939 F:      drivers/uio/
10940 F:      include/linux/uio*.h
10942 UTIL-LINUX PACKAGE
10943 M:      Karel Zak <kzak@redhat.com>
10944 L:      util-linux@vger.kernel.org
10945 W:      http://en.wikipedia.org/wiki/Util-linux
10946 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10947 S:      Maintained
10949 UVESAFB DRIVER
10950 M:      Michal Januszewski <spock@gentoo.org>
10951 L:      linux-fbdev@vger.kernel.org
10952 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10953 S:      Maintained
10954 F:      Documentation/fb/uvesafb.txt
10955 F:      drivers/video/fbdev/uvesafb.*
10957 VFAT/FAT/MSDOS FILESYSTEM
10958 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10959 S:      Maintained
10960 F:      Documentation/filesystems/vfat.txt
10961 F:      fs/fat/
10963 VFIO DRIVER
10964 M:      Alex Williamson <alex.williamson@redhat.com>
10965 L:      kvm@vger.kernel.org
10966 S:      Maintained
10967 F:      Documentation/vfio.txt
10968 F:      drivers/vfio/
10969 F:      include/linux/vfio.h
10970 F:      include/uapi/linux/vfio.h
10972 VFIO PLATFORM DRIVER
10973 M:      Baptiste Reynal <b.reynal@virtualopensystems.com>
10974 L:      kvm@vger.kernel.org
10975 S:      Maintained
10976 F:      drivers/vfio/platform/
10978 VIDEOBUF2 FRAMEWORK
10979 M:      Pawel Osciak <pawel@osciak.com>
10980 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10981 M:      Kyungmin Park <kyungmin.park@samsung.com>
10982 L:      linux-media@vger.kernel.org
10983 S:      Maintained
10984 F:      drivers/media/v4l2-core/videobuf2-*
10985 F:      include/media/videobuf2-*
10987 VIRTIO CONSOLE DRIVER
10988 M:      Amit Shah <amit.shah@redhat.com>
10989 L:      virtualization@lists.linux-foundation.org
10990 S:      Maintained
10991 F:      drivers/char/virtio_console.c
10992 F:      include/linux/virtio_console.h
10993 F:      include/uapi/linux/virtio_console.h
10995 VIRTIO CORE, NET AND BLOCK DRIVERS
10996 M:      "Michael S. Tsirkin" <mst@redhat.com>
10997 L:      virtualization@lists.linux-foundation.org
10998 S:      Maintained
10999 F:      drivers/virtio/
11000 F:      tools/virtio/
11001 F:      drivers/net/virtio_net.c
11002 F:      drivers/block/virtio_blk.c
11003 F:      include/linux/virtio_*.h
11004 F:      include/uapi/linux/virtio_*.h
11006 VIRTIO DRIVERS FOR S390
11007 M:      Christian Borntraeger <borntraeger@de.ibm.com>
11008 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
11009 L:      linux-s390@vger.kernel.org
11010 L:      virtualization@lists.linux-foundation.org
11011 L:      kvm@vger.kernel.org
11012 S:      Supported
11013 F:      drivers/s390/virtio/
11015 VIRTIO GPU DRIVER
11016 M:      David Airlie <airlied@linux.ie>
11017 M:      Gerd Hoffmann <kraxel@redhat.com>
11018 L:      dri-devel@lists.freedesktop.org
11019 L:      virtualization@lists.linux-foundation.org
11020 S:      Maintained
11021 F:      drivers/gpu/drm/virtio/
11022 F:      include/uapi/linux/virtio_gpu.h
11024 VIRTIO HOST (VHOST)
11025 M:      "Michael S. Tsirkin" <mst@redhat.com>
11026 L:      kvm@vger.kernel.org
11027 L:      virtualization@lists.linux-foundation.org
11028 L:      netdev@vger.kernel.org
11029 S:      Maintained
11030 F:      drivers/vhost/
11031 F:      include/uapi/linux/vhost.h
11033 VIRTIO INPUT DRIVER
11034 M:      Gerd Hoffmann <kraxel@redhat.com>
11035 S:      Maintained
11036 F:      drivers/virtio/virtio_input.c
11037 F:      include/uapi/linux/virtio_input.h
11039 VIA RHINE NETWORK DRIVER
11040 S:      Orphan
11041 F:      drivers/net/ethernet/via/via-rhine.c
11043 VIA SD/MMC CARD CONTROLLER DRIVER
11044 M:      Bruce Chang <brucechang@via.com.tw>
11045 M:      Harald Welte <HaraldWelte@viatech.com>
11046 S:      Maintained
11047 F:      drivers/mmc/host/via-sdmmc.c
11049 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
11050 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
11051 L:      linux-fbdev@vger.kernel.org
11052 S:      Maintained
11053 F:      include/linux/via-core.h
11054 F:      include/linux/via-gpio.h
11055 F:      include/linux/via_i2c.h
11056 F:      drivers/video/fbdev/via/
11058 VIA VELOCITY NETWORK DRIVER
11059 M:      Francois Romieu <romieu@fr.zoreil.com>
11060 L:      netdev@vger.kernel.org
11061 S:      Maintained
11062 F:      drivers/net/ethernet/via/via-velocity.*
11064 VIVID VIRTUAL VIDEO DRIVER
11065 M:      Hans Verkuil <hverkuil@xs4all.nl>
11066 L:      linux-media@vger.kernel.org
11067 T:      git git://linuxtv.org/media_tree.git
11068 W:      http://linuxtv.org
11069 S:      Maintained
11070 F:      drivers/media/platform/vivid/*
11072 VLAN (802.1Q)
11073 M:      Patrick McHardy <kaber@trash.net>
11074 L:      netdev@vger.kernel.org
11075 S:      Maintained
11076 F:      drivers/net/macvlan.c
11077 F:      include/linux/if_*vlan.h
11078 F:      net/8021q/
11080 VLYNQ BUS
11081 M:      Florian Fainelli <florian@openwrt.org>
11082 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
11083 S:      Maintained
11084 F:      drivers/vlynq/vlynq.c
11085 F:      include/linux/vlynq.h
11087 VME SUBSYSTEM
11088 M:      Martyn Welch <martyn.welch@ge.com>
11089 M:      Manohar Vanga <manohar.vanga@gmail.com>
11090 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
11091 L:      devel@driverdev.osuosl.org
11092 S:      Maintained
11093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
11094 F:      Documentation/vme_api.txt
11095 F:      drivers/staging/vme/
11096 F:      drivers/vme/
11097 F:      include/linux/vme*
11099 VMWARE HYPERVISOR INTERFACE
11100 M:      Alok Kataria <akataria@vmware.com>
11101 L:      virtualization@lists.linux-foundation.org
11102 S:      Supported
11103 F:      arch/x86/kernel/cpu/vmware.c
11105 VMWARE BALLOON DRIVER
11106 M:      Xavier Deguillard <xdeguillard@vmware.com>
11107 M:      Philip Moltmann <moltmann@vmware.com>
11108 M:      "VMware, Inc." <pv-drivers@vmware.com>
11109 L:      linux-kernel@vger.kernel.org
11110 S:      Maintained
11111 F:      drivers/misc/vmw_balloon.c
11113 VMWARE VMMOUSE SUBDRIVER
11114 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
11115 M:      "VMware, Inc." <pv-drivers@vmware.com>
11116 L:      linux-input@vger.kernel.org
11117 S:      Maintained
11118 F:      drivers/input/mouse/vmmouse.c
11119 F:      drivers/input/mouse/vmmouse.h
11121 VMWARE VMXNET3 ETHERNET DRIVER
11122 M:      Shrikrishna Khare <skhare@vmware.com>
11123 M:      "VMware, Inc." <pv-drivers@vmware.com>
11124 L:      netdev@vger.kernel.org
11125 S:      Maintained
11126 F:      drivers/net/vmxnet3/
11128 VMware PVSCSI driver
11129 M:      Arvind Kumar <arvindkumar@vmware.com>
11130 M:      VMware PV-Drivers <pv-drivers@vmware.com>
11131 L:      linux-scsi@vger.kernel.org
11132 S:      Maintained
11133 F:      drivers/scsi/vmw_pvscsi.c
11134 F:      drivers/scsi/vmw_pvscsi.h
11136 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
11137 M:      Liam Girdwood <lgirdwood@gmail.com>
11138 M:      Mark Brown <broonie@kernel.org>
11139 L:      linux-kernel@vger.kernel.org
11140 W:      http://opensource.wolfsonmicro.com/node/15
11141 W:      http://www.slimlogic.co.uk/?p=48
11142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
11143 S:      Supported
11144 F:      drivers/regulator/
11145 F:      include/linux/regulator/
11148 M:      David Ahern <dsa@cumulusnetworks.com>
11149 M:      Shrijeet Mukherjee <shm@cumulusnetworks.com>
11150 L:      netdev@vger.kernel.org
11151 S:      Maintained
11152 F:      drivers/net/vrf.c
11153 F:      include/net/vrf.h
11155 VT1211 HARDWARE MONITOR DRIVER
11156 M:      Juerg Haefliger <juergh@gmail.com>
11157 L:      lm-sensors@lm-sensors.org
11158 S:      Maintained
11159 F:      Documentation/hwmon/vt1211
11160 F:      drivers/hwmon/vt1211.c
11162 VT8231 HARDWARE MONITOR DRIVER
11163 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
11164 L:      lm-sensors@lm-sensors.org
11165 S:      Maintained
11166 F:      drivers/hwmon/vt8231.c
11168 VUB300 USB to SDIO/SD/MMC bridge chip
11169 M:      Tony Olech <tony.olech@elandigitalsystems.com>
11170 L:      linux-mmc@vger.kernel.org
11171 L:      linux-usb@vger.kernel.org
11172 S:      Supported
11173 F:      drivers/mmc/host/vub300.c
11175 W1 DALLAS'S 1-WIRE BUS
11176 M:      Evgeniy Polyakov <zbr@ioremap.net>
11177 S:      Maintained
11178 F:      Documentation/w1/
11179 F:      drivers/w1/
11181 W83791D HARDWARE MONITORING DRIVER
11182 M:      Marc Hulsman <m.hulsman@tudelft.nl>
11183 L:      lm-sensors@lm-sensors.org
11184 S:      Maintained
11185 F:      Documentation/hwmon/w83791d
11186 F:      drivers/hwmon/w83791d.c
11188 W83793 HARDWARE MONITORING DRIVER
11189 M:      Rudolf Marek <r.marek@assembler.cz>
11190 L:      lm-sensors@lm-sensors.org
11191 S:      Maintained
11192 F:      Documentation/hwmon/w83793
11193 F:      drivers/hwmon/w83793.c
11195 W83795 HARDWARE MONITORING DRIVER
11196 M:      Jean Delvare <jdelvare@suse.com>
11197 L:      lm-sensors@lm-sensors.org
11198 S:      Maintained
11199 F:      drivers/hwmon/w83795.c
11201 W83L51xD SD/MMC CARD INTERFACE DRIVER
11202 M:      Pierre Ossman <pierre@ossman.eu>
11203 S:      Maintained
11204 F:      drivers/mmc/host/wbsd.*
11206 WACOM PROTOCOL 4 SERIAL TABLETS
11207 M:      Julian Squires <julian@cipht.net>
11208 M:      Hans de Goede <hdegoede@redhat.com>
11209 L:      linux-input@vger.kernel.org
11210 S:      Maintained
11211 F:      drivers/input/tablet/wacom_serial4.c
11213 WATCHDOG DEVICE DRIVERS
11214 M:      Wim Van Sebroeck <wim@iguana.be>
11215 L:      linux-watchdog@vger.kernel.org
11216 W:      http://www.linux-watchdog.org/
11217 T:      git git://www.linux-watchdog.org/linux-watchdog.git
11218 S:      Maintained
11219 F:      Documentation/watchdog/
11220 F:      drivers/watchdog/
11221 F:      include/linux/watchdog.h
11222 F:      include/uapi/linux/watchdog.h
11224 WD7000 SCSI DRIVER
11225 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
11226 L:      linux-scsi@vger.kernel.org
11227 S:      Maintained
11228 F:      drivers/scsi/wd7000.c
11230 WIIMOTE HID DRIVER
11231 M:      David Herrmann <dh.herrmann@googlemail.com>
11232 L:      linux-input@vger.kernel.org
11233 S:      Maintained
11234 F:      drivers/hid/hid-wiimote*
11236 WINBOND CIR DRIVER
11237 M:      David Härdeman <david@hardeman.nu>
11238 S:      Maintained
11239 F:      drivers/media/rc/winbond-cir.c
11241 WIMAX STACK
11242 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
11243 M:      linux-wimax@intel.com
11244 L:      wimax@linuxwimax.org (subscribers-only)
11245 S:      Supported
11246 W:      http://linuxwimax.org
11247 F:      Documentation/wimax/README.wimax
11248 F:      include/linux/wimax/debug.h
11249 F:      include/net/wimax.h
11250 F:      include/uapi/linux/wimax.h
11251 F:      net/wimax/
11253 WISTRON LAPTOP BUTTON DRIVER
11254 M:      Miloslav Trmac <mitr@volny.cz>
11255 S:      Maintained
11256 F:      drivers/input/misc/wistron_btns.c
11258 WL3501 WIRELESS PCMCIA CARD DRIVER
11259 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
11260 L:      linux-wireless@vger.kernel.org
11261 W:      http://oops.ghostprotocols.net:81/blog
11262 S:      Maintained
11263 F:      drivers/net/wireless/wl3501*
11265 WM97XX TOUCHSCREEN DRIVERS
11266 M:      Mark Brown <broonie@kernel.org>
11267 M:      Liam Girdwood <lrg@slimlogic.co.uk>
11268 L:      linux-input@vger.kernel.org
11269 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
11270 W:      http://opensource.wolfsonmicro.com/node/7
11271 S:      Supported
11272 F:      drivers/input/touchscreen/*wm97*
11273 F:      include/linux/wm97xx.h
11275 WOLFSON MICROELECTRONICS DRIVERS
11276 L:      patches@opensource.wolfsonmicro.com
11277 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
11278 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
11279 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
11280 S:      Supported
11281 F:      Documentation/hwmon/wm83??
11282 F:      arch/arm/mach-s3c64xx/mach-crag6410*
11283 F:      drivers/clk/clk-wm83*.c
11284 F:      drivers/extcon/extcon-arizona.c
11285 F:      drivers/leds/leds-wm83*.c
11286 F:      drivers/gpio/gpio-*wm*.c
11287 F:      drivers/gpio/gpio-arizona.c
11288 F:      drivers/hwmon/wm83??-hwmon.c
11289 F:      drivers/input/misc/wm831x-on.c
11290 F:      drivers/input/touchscreen/wm831x-ts.c
11291 F:      drivers/input/touchscreen/wm97*.c
11292 F:      drivers/mfd/arizona*
11293 F:      drivers/mfd/wm*.c
11294 F:      drivers/power/wm83*.c
11295 F:      drivers/rtc/rtc-wm83*.c
11296 F:      drivers/regulator/wm8*.c
11297 F:      drivers/video/backlight/wm83*_bl.c
11298 F:      drivers/watchdog/wm83*_wdt.c
11299 F:      include/linux/mfd/arizona/
11300 F:      include/linux/mfd/wm831x/
11301 F:      include/linux/mfd/wm8350/
11302 F:      include/linux/mfd/wm8400*
11303 F:      include/linux/wm97xx.h
11304 F:      include/sound/wm????.h
11305 F:      sound/soc/codecs/arizona.?
11306 F:      sound/soc/codecs/wm*
11308 WORKQUEUE
11309 M:      Tejun Heo <tj@kernel.org>
11310 R:      Lai Jiangshan <jiangshanlai@gmail.com>
11311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
11312 S:      Maintained
11313 F:      include/linux/workqueue.h
11314 F:      kernel/workqueue.c
11315 F:      Documentation/workqueue.txt
11317 X.25 NETWORK LAYER
11318 M:      Andrew Hendry <andrew.hendry@gmail.com>
11319 L:      linux-x25@vger.kernel.org
11320 S:      Odd Fixes
11321 F:      Documentation/networking/x25*
11322 F:      include/net/x25*
11323 F:      net/x25/
11325 X86 ARCHITECTURE (32-BIT AND 64-BIT)
11326 M:      Thomas Gleixner <tglx@linutronix.de>
11327 M:      Ingo Molnar <mingo@redhat.com>
11328 M:      "H. Peter Anvin" <hpa@zytor.com>
11329 M:      x86@kernel.org
11330 L:      linux-kernel@vger.kernel.org
11331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
11332 S:      Maintained
11333 F:      Documentation/x86/
11334 F:      arch/x86/
11336 X86 PLATFORM DRIVERS
11337 M:      Darren Hart <dvhart@infradead.org>
11338 L:      platform-driver-x86@vger.kernel.org
11339 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
11340 S:      Maintained
11341 F:      drivers/platform/x86/
11343 X86 MCE INFRASTRUCTURE
11344 M:      Tony Luck <tony.luck@intel.com>
11345 M:      Borislav Petkov <bp@alien8.de>
11346 L:      linux-edac@vger.kernel.org
11347 S:      Maintained
11348 F:      arch/x86/kernel/cpu/mcheck/*
11350 X86 VDSO
11351 M:      Andy Lutomirski <luto@amacapital.net>
11352 L:      linux-kernel@vger.kernel.org
11353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
11354 S:      Maintained
11355 F:      arch/x86/entry/vdso/
11357 XC2028/3028 TUNER DRIVER
11358 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
11359 L:      linux-media@vger.kernel.org
11360 W:      http://linuxtv.org
11361 T:      git git://linuxtv.org/media_tree.git
11362 S:      Maintained
11363 F:      drivers/media/tuners/tuner-xc2028.*
11365 XEN HYPERVISOR INTERFACE
11366 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11367 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
11368 M:      David Vrabel <david.vrabel@citrix.com>
11369 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
11371 S:      Supported
11372 F:      arch/x86/xen/
11373 F:      drivers/*/xen-*front.c
11374 F:      drivers/xen/
11375 F:      arch/x86/include/asm/xen/
11376 F:      include/xen/
11377 F:      include/uapi/xen/
11379 XEN HYPERVISOR ARM
11380 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11381 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11382 S:      Supported
11383 F:      arch/arm/xen/
11384 F:      arch/arm/include/asm/xen/
11386 XEN HYPERVISOR ARM64
11387 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
11388 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11389 S:      Supported
11390 F:      arch/arm64/xen/
11391 F:      arch/arm64/include/asm/xen/
11393 XEN NETWORK BACKEND DRIVER
11394 M:      Ian Campbell <ian.campbell@citrix.com>
11395 M:      Wei Liu <wei.liu2@citrix.com>
11396 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11397 L:      netdev@vger.kernel.org
11398 S:      Supported
11399 F:      drivers/net/xen-netback/*
11401 XEN PCI SUBSYSTEM
11402 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11403 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11404 S:      Supported
11405 F:      arch/x86/pci/*xen*
11406 F:      drivers/pci/*xen*
11408 XEN BLOCK SUBSYSTEM
11409 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11410 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
11411 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11412 S:      Supported
11413 F:      drivers/block/xen-blkback/*
11414 F:      drivers/block/xen*
11416 XEN PVSCSI DRIVERS
11417 M:      Juergen Gross <jgross@suse.com>
11418 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11419 L:      linux-scsi@vger.kernel.org
11420 S:      Supported
11421 F:      drivers/scsi/xen-scsifront.c
11422 F:      drivers/xen/xen-scsiback.c
11423 F:      include/xen/interface/io/vscsiif.h
11425 XEN SWIOTLB SUBSYSTEM
11426 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
11427 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
11428 S:      Supported
11429 F:      arch/x86/xen/*swiotlb*
11430 F:      drivers/xen/*swiotlb*
11432 XFS FILESYSTEM
11433 P:      Silicon Graphics Inc
11434 M:      Dave Chinner <david@fromorbit.com>
11435 M:      xfs@oss.sgi.com
11436 L:      xfs@oss.sgi.com
11437 W:      http://oss.sgi.com/projects/xfs
11438 T:      git git://oss.sgi.com/xfs/xfs.git
11439 S:      Supported
11440 F:      Documentation/filesystems/xfs.txt
11441 F:      fs/xfs/
11443 XILINX AXI ETHERNET DRIVER
11444 M:      Anirudha Sarangi <anirudh@xilinx.com>
11445 M:      John Linn <John.Linn@xilinx.com>
11446 S:      Maintained
11447 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11449 XILINX UARTLITE SERIAL DRIVER
11450 M:      Peter Korsgaard <jacmet@sunsite.dk>
11451 L:      linux-serial@vger.kernel.org
11452 S:      Maintained
11453 F:      drivers/tty/serial/uartlite.c
11455 XILINX VIDEO IP CORES
11456 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11457 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11458 L:      linux-media@vger.kernel.org
11459 T:      git git://linuxtv.org/media_tree.git
11460 S:      Supported
11461 F:      Documentation/devicetree/bindings/media/xilinx/
11462 F:      drivers/media/platform/xilinx/
11463 F:      include/uapi/linux/xilinx-v4l2-controls.h
11465 XILLYBUS DRIVER
11466 M:      Eli Billauer <eli.billauer@gmail.com>
11467 L:      linux-kernel@vger.kernel.org
11468 S:      Supported
11469 F:      drivers/char/xillybus/
11471 XTENSA XTFPGA PLATFORM SUPPORT
11472 M:      Max Filippov <jcmvbkbc@gmail.com>
11473 L:      linux-xtensa@linux-xtensa.org
11474 S:      Maintained
11475 F:      drivers/spi/spi-xtensa-xtfpga.c
11476 F:      sound/soc/xtensa/xtfpga-i2s.c
11478 YAM DRIVER FOR AX.25
11479 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11480 L:      linux-hams@vger.kernel.org
11481 S:      Maintained
11482 F:      drivers/net/hamradio/yam*
11483 F:      include/linux/yam.h
11485 YEALINK PHONE DRIVER
11486 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11487 L:      usbb2k-api-dev@nongnu.org
11488 S:      Maintained
11489 F:      Documentation/input/yealink.txt
11490 F:      drivers/input/misc/yealink.*
11492 Z8530 DRIVER FOR AX.25
11493 M:      Joerg Reuter <jreuter@yaina.de>
11494 W:      http://yaina.de/jreuter/
11495 W:      http://www.qsl.net/dl1bke/
11496 L:      linux-hams@vger.kernel.org
11497 S:      Maintained
11498 F:      Documentation/networking/z8530drv.txt
11499 F:      drivers/net/hamradio/*scc.c
11500 F:      drivers/net/hamradio/z8530.h
11502 ZBUD COMPRESSED PAGE ALLOCATOR
11503 M:      Seth Jennings <sjennings@variantweb.net>
11504 L:      linux-mm@kvack.org
11505 S:      Maintained
11506 F:      mm/zbud.c
11507 F:      include/linux/zbud.h
11509 ZD1211RW WIRELESS DRIVER
11510 M:      Daniel Drake <dsd@gentoo.org>
11511 M:      Ulrich Kunitz <kune@deine-taler.de>
11512 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11513 L:      linux-wireless@vger.kernel.org
11514 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11515 S:      Maintained
11516 F:      drivers/net/wireless/zd1211rw/
11518 ZPOOL COMPRESSED PAGE STORAGE API
11519 M:      Dan Streetman <ddstreet@ieee.org>
11520 L:      linux-mm@kvack.org
11521 S:      Maintained
11522 F:      mm/zpool.c
11523 F:      include/linux/zpool.h
11525 ZR36067 VIDEO FOR LINUX DRIVER
11526 L:      mjpeg-users@lists.sourceforge.net
11527 L:      linux-media@vger.kernel.org
11528 W:      http://mjpeg.sourceforge.net/driver-zoran/
11529 T:      hg http://linuxtv.org/hg/v4l-dvb
11530 S:      Odd Fixes
11531 F:      drivers/media/pci/zoran/
11533 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11534 M:      Minchan Kim <minchan@kernel.org>
11535 M:      Nitin Gupta <ngupta@vflare.org>
11536 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11537 L:      linux-kernel@vger.kernel.org
11538 S:      Maintained
11539 F:      drivers/block/zram/
11540 F:      Documentation/blockdev/zram.txt
11542 ZS DECSTATION Z85C30 SERIAL DRIVER
11543 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11544 S:      Maintained
11545 F:      drivers/tty/serial/zs.*
11547 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11548 M:      Minchan Kim <minchan@kernel.org>
11549 M:      Nitin Gupta <ngupta@vflare.org>
11550 L:      linux-mm@kvack.org
11551 S:      Maintained
11552 F:      mm/zsmalloc.c
11553 F:      include/linux/zsmalloc.h
11554 F:      Documentation/vm/zsmalloc.txt
11556 ZSWAP COMPRESSED SWAP CACHING
11557 M:      Seth Jennings <sjennings@variantweb.net>
11558 L:      linux-mm@kvack.org
11559 S:      Maintained
11560 F:      mm/zswap.c
11562 THE REST
11563 M:      Linus Torvalds <torvalds@linux-foundation.org>
11564 L:      linux-kernel@vger.kernel.org
11565 Q:      http://patchwork.kernel.org/project/LKML/list/
11566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11567 S:      Buried alive in reporters
11568 F:      *
11569 F:      */