bonding: Display LACP info only to CAP_NET_ADMIN capable user
[linux-2.6/btrfs-unstable.git] / MAINTAINERS
blob2e122946692c0dd305ae02aad7082484182b1d8f
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
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi/
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi/
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
566 ALTERA MAILBOX DRIVER
567 M:      Ley Foon Tan <lftan@altera.com>
568 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
569 S:      Maintained
570 F:      drivers/mailbox/mailbox-altera.c
572 ALTERA PIO DRIVER
573 M:      Tien Hock Loh <thloh@altera.com>
574 L:      linux-gpio@vger.kernel.org
575 S:      Maintained
576 F:      drivers/gpio/gpio-altera.c
578 ALTERA TRIPLE SPEED ETHERNET DRIVER
579 M:      Vince Bridgers <vbridger@opensource.altera.com>
580 L:      netdev@vger.kernel.org
581 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
582 S:      Maintained
583 F:      drivers/net/ethernet/altera/
585 ALTERA UART/JTAG UART SERIAL DRIVERS
586 M:      Tobias Klauser <tklauser@distanz.ch>
587 L:      linux-serial@vger.kernel.org
588 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
589 S:      Maintained
590 F:      drivers/tty/serial/altera_uart.c
591 F:      drivers/tty/serial/altera_jtaguart.c
592 F:      include/linux/altera_uart.h
593 F:      include/linux/altera_jtaguart.h
595 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
596 M:      Tom Lendacky <thomas.lendacky@amd.com>
597 L:      linux-crypto@vger.kernel.org
598 S:      Supported
599 F:      drivers/crypto/ccp/
600 F:      include/linux/ccp.h
602 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
603 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
604 L:      lm-sensors@lm-sensors.org
605 S:      Maintained
606 F:      Documentation/hwmon/fam15h_power
607 F:      drivers/hwmon/fam15h_power.c
609 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
610 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
611 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
612 S:      Supported
613 F:      drivers/usb/gadget/udc/amd5536udc.*
615 AMD GEODE PROCESSOR/CHIPSET SUPPORT
616 P:      Andres Salomon <dilinger@queued.net>
617 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
618 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
619 S:      Supported
620 F:      drivers/char/hw_random/geode-rng.c
621 F:      drivers/crypto/geode*
622 F:      drivers/video/fbdev/geode/
623 F:      arch/x86/include/asm/geode.h
625 AMD IOMMU (AMD-VI)
626 M:      Joerg Roedel <joro@8bytes.org>
627 L:      iommu@lists.linux-foundation.org
628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
629 S:      Maintained
630 F:      drivers/iommu/amd_iommu*.[ch]
631 F:      include/linux/amd-iommu.h
633 AMD KFD
634 M:      Oded Gabbay <oded.gabbay@amd.com>
635 L:      dri-devel@lists.freedesktop.org
636 T:      git git://people.freedesktop.org/~gabbayo/linux.git
637 S:      Supported
638 F:      drivers/gpu/drm/amd/amdkfd/
639 F:      drivers/gpu/drm/amd/include/cik_structs.h
640 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
641 F:      drivers/gpu/drm/radeon/radeon_kfd.c
642 F:      drivers/gpu/drm/radeon/radeon_kfd.h
643 F:      include/uapi/linux/kfd_ioctl.h
645 AMD MICROCODE UPDATE SUPPORT
646 M:      Borislav Petkov <bp@alien8.de>
647 S:      Maintained
648 F:      arch/x86/kernel/cpu/microcode/amd*
650 AMD XGBE DRIVER
651 M:      Tom Lendacky <thomas.lendacky@amd.com>
652 L:      netdev@vger.kernel.org
653 S:      Supported
654 F:      drivers/net/ethernet/amd/xgbe/
656 AMS (Apple Motion Sensor) DRIVER
657 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
658 S:      Supported
659 F:      drivers/macintosh/ams/
661 AMSO1100 RNIC DRIVER
662 M:      Tom Tucker <tom@opengridcomputing.com>
663 M:      Steve Wise <swise@opengridcomputing.com>
664 L:      linux-rdma@vger.kernel.org
665 S:      Maintained
666 F:      drivers/infiniband/hw/amso1100/
668 ANALOG DEVICES INC AD9389B DRIVER
669 M:      Hans Verkuil <hans.verkuil@cisco.com>
670 L:      linux-media@vger.kernel.org
671 S:      Maintained
672 F:      drivers/media/i2c/ad9389b*
674 ANALOG DEVICES INC ADV7180 DRIVER
675 M:      Lars-Peter Clausen <lars@metafoo.de>
676 L:      linux-media@vger.kernel.org
677 W:      http://ez.analog.com/community/linux-device-drivers
678 S:      Supported
679 F:      drivers/media/i2c/adv7180.c
681 ANALOG DEVICES INC ADV7511 DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/adv7511*
687 ANALOG DEVICES INC ADV7604 DRIVER
688 M:      Hans Verkuil <hans.verkuil@cisco.com>
689 L:      linux-media@vger.kernel.org
690 S:      Maintained
691 F:      drivers/media/i2c/adv7604*
693 ANALOG DEVICES INC ADV7842 DRIVER
694 M:      Hans Verkuil <hans.verkuil@cisco.com>
695 L:      linux-media@vger.kernel.org
696 S:      Maintained
697 F:      drivers/media/i2c/adv7842*
699 ANALOG DEVICES INC ASOC CODEC DRIVERS
700 M:      Lars-Peter Clausen <lars@metafoo.de>
701 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
702 W:      http://wiki.analog.com/
703 W:      http://ez.analog.com/community/linux-device-drivers
704 S:      Supported
705 F:      sound/soc/codecs/adau*
706 F:      sound/soc/codecs/adav*
707 F:      sound/soc/codecs/ad1*
708 F:      sound/soc/codecs/ad7*
709 F:      sound/soc/codecs/ssm*
710 F:      sound/soc/codecs/sigmadsp.*
712 ANALOG DEVICES INC ASOC DRIVERS
713 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 W:      http://blackfin.uclinux.org/
716 S:      Supported
717 F:      sound/soc/blackfin/*
719 ANALOG DEVICES INC IIO DRIVERS
720 M:      Lars-Peter Clausen <lars@metafoo.de>
721 M:      Michael Hennerich <Michael.Hennerich@analog.com>
722 W:      http://wiki.analog.com/
723 W:      http://ez.analog.com/community/linux-device-drivers
724 S:      Supported
725 F:      drivers/iio/*/ad*
726 X:      drivers/iio/*/adjd*
727 F:      drivers/staging/iio/*/ad*
728 F:      staging/iio/trigger/iio-trig-bfin-timer.c
730 ANDROID DRIVERS
731 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
732 M:      Arve HjønnevĂ¥g <arve@android.com>
733 M:      Riley Andrews <riandrews@android.com>
734 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
735 L:      devel@driverdev.osuosl.org
736 S:      Supported
737 F:      drivers/android/
738 F:      drivers/staging/android/
740 AOA (Apple Onboard Audio) ALSA DRIVER
741 M:      Johannes Berg <johannes@sipsolutions.net>
742 L:      linuxppc-dev@lists.ozlabs.org
743 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
744 S:      Maintained
745 F:      sound/aoa/
747 APM DRIVER
748 M:      Jiri Kosina <jkosina@suse.cz>
749 S:      Odd fixes
750 F:      arch/x86/kernel/apm_32.c
751 F:      include/linux/apm_bios.h
752 F:      include/uapi/linux/apm_bios.h
753 F:      drivers/char/apm-emulation.c
755 APPLE BCM5974 MULTITOUCH DRIVER
756 M:      Henrik Rydberg <rydberg@bitmath.org>
757 L:      linux-input@vger.kernel.org
758 S:      Odd fixes
759 F:      drivers/input/mouse/bcm5974.c
761 APPLE SMC DRIVER
762 M:      Henrik Rydberg <rydberg@bitmath.org>
763 L:      lm-sensors@lm-sensors.org
764 S:      Odd fixes
765 F:      drivers/hwmon/applesmc.c
767 APPLETALK NETWORK LAYER
768 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
769 S:      Maintained
770 F:      drivers/net/appletalk/
771 F:      net/appletalk/
773 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
774 M:      Iyappan Subramanian <isubramanian@apm.com>
775 M:      Keyur Chudgar <kchudgar@apm.com>
776 S:      Supported
777 F:      drivers/net/ethernet/apm/xgene/
778 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
780 APTINA CAMERA SENSOR PLL
781 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
782 L:      linux-media@vger.kernel.org
783 S:      Maintained
784 F:      drivers/media/i2c/aptina-pll.*
786 ARC FRAMEBUFFER DRIVER
787 M:      Jaya Kumar <jayalk@intworks.biz>
788 S:      Maintained
789 F:      drivers/video/fbdev/arcfb.c
790 F:      drivers/video/fbdev/core/fb_defio.c
792 ARM MFM AND FLOPPY DRIVERS
793 M:      Ian Molton <spyro@f2s.com>
794 S:      Maintained
795 F:      arch/arm/lib/floppydma.S
796 F:      arch/arm/include/asm/floppy.h
798 ARM PMU PROFILING AND DEBUGGING
799 M:      Will Deacon <will.deacon@arm.com>
800 S:      Maintained
801 F:      arch/arm/kernel/perf_event*
802 F:      arch/arm/oprofile/common.c
803 F:      arch/arm/include/asm/pmu.h
804 F:      arch/arm/kernel/hw_breakpoint.c
805 F:      arch/arm/include/asm/hw_breakpoint.h
807 ARM PORT
808 M:      Russell King <linux@arm.linux.org.uk>
809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
810 W:      http://www.arm.linux.org.uk/
811 S:      Maintained
812 F:      arch/arm/
814 ARM SUB-ARCHITECTURES
815 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
816 S:      Maintained
817 F:      arch/arm/mach-*/
818 F:      arch/arm/plat-*/
819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
821 ARM PRIMECELL AACI PL041 DRIVER
822 M:      Russell King <linux@arm.linux.org.uk>
823 S:      Maintained
824 F:      sound/arm/aaci.*
826 ARM PRIMECELL CLCD PL110 DRIVER
827 M:      Russell King <linux@arm.linux.org.uk>
828 S:      Maintained
829 F:      drivers/video/fbdev/amba-clcd.*
831 ARM PRIMECELL KMI PL050 DRIVER
832 M:      Russell King <linux@arm.linux.org.uk>
833 S:      Maintained
834 F:      drivers/input/serio/ambakmi.*
835 F:      include/linux/amba/kmi.h
837 ARM PRIMECELL MMCI PL180/1 DRIVER
838 M:      Russell King <linux@arm.linux.org.uk>
839 S:      Maintained
840 F:      drivers/mmc/host/mmci.*
841 F:      include/linux/amba/mmci.h
843 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
844 M:      Russell King <linux@arm.linux.org.uk>
845 S:      Maintained
846 F:      drivers/tty/serial/amba-pl01*.c
847 F:      include/linux/amba/serial.h
849 ARM PRIMECELL BUS SUPPORT
850 M:      Russell King <linux@arm.linux.org.uk>
851 S:      Maintained
852 F:      drivers/amba/
853 F:      include/linux/amba/bus.h
855 ARM/ADS SPHERE MACHINE SUPPORT
856 M:      Lennert Buytenhek <kernel@wantstofly.org>
857 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
858 S:      Maintained
860 ARM/AFEB9260 MACHINE SUPPORT
861 M:      Sergey Lapin <slapin@ossfans.org>
862 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
863 S:      Maintained
865 ARM/AJECO 1ARM MACHINE SUPPORT
866 M:      Lennert Buytenhek <kernel@wantstofly.org>
867 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
868 S:      Maintained
870 ARM/Allwinner A1X SoC support
871 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
872 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
873 S:      Maintained
874 N:      sun[x4567]i
876 ARM/Allwinner SoC Clock Support
877 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
878 S:      Maintained
879 F:      drivers/clk/sunxi/
881 ARM/Amlogic MesonX SoC support
882 M:      Carlo Caione <carlo@caione.org>
883 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
884 S:      Maintained
885 F:      drivers/media/rc/meson-ir.c
886 N:      meson[x68]
888 ARM/Annapurna Labs ALPINE ARCHITECTURE
889 M:      Tsahee Zidenberg <tsahee@annapurnalabs.com>
890 S:      Maintained
891 F:      arch/arm/mach-alpine/
893 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
894 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
895 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
896 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
897 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
898 W:      http://www.linux4sam.org
899 S:      Supported
900 F:      arch/arm/mach-at91/
901 F:      include/soc/at91/
902 F:      arch/arm/boot/dts/at91*.dts
903 F:      arch/arm/boot/dts/at91*.dtsi
904 F:      arch/arm/boot/dts/sama*.dts
905 F:      arch/arm/boot/dts/sama*.dtsi
906 F:      arch/arm/include/debug/at91.S
908 ARM/ATMEL AT91 Clock Support
909 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
910 S:      Maintained
911 F:      drivers/clk/at91
913 ARM/CALXEDA HIGHBANK ARCHITECTURE
914 M:      Rob Herring <robh@kernel.org>
915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916 S:      Maintained
917 F:      arch/arm/mach-highbank/
919 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
920 M:      Krzysztof Halasa <khalasa@piap.pl>
921 S:      Maintained
922 F:      arch/arm/mach-cns3xxx/
924 ARM/CAVIUM THUNDER NETWORK DRIVER
925 M:      Sunil Goutham <sgoutham@cavium.com>
926 M:      Robert Richter <rric@kernel.org>
927 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
928 S:      Supported
929 F:      drivers/net/ethernet/cavium/
931 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
932 M:      Alexander Shiyan <shc_work@mail.ru>
933 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
934 S:      Odd Fixes
935 N:      clps711x
937 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
938 M:      Hartley Sweeten <hsweeten@visionengravers.com>
939 M:      Ryan Mallon <rmallon@gmail.com>
940 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
941 S:      Maintained
942 F:      arch/arm/mach-ep93xx/
943 F:      arch/arm/mach-ep93xx/include/mach/
945 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
946 M:      Lennert Buytenhek <kernel@wantstofly.org>
947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
948 S:      Maintained
950 ARM/CLKDEV SUPPORT
951 M:      Russell King <linux@arm.linux.org.uk>
952 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
953 S:      Maintained
954 F:      arch/arm/include/asm/clkdev.h
955 F:      drivers/clk/clkdev.c
957 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
958 M:      Mike Rapoport <mike@compulab.co.il>
959 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
960 S:      Maintained
962 ARM/CONTEC MICRO9 MACHINE SUPPORT
963 M:      Hubert Feurstein <hubert.feurstein@contec.at>
964 S:      Maintained
965 F:      arch/arm/mach-ep93xx/micro9.c
967 ARM/CORESIGHT FRAMEWORK AND DRIVERS
968 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
969 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
970 S:      Maintained
971 F:      drivers/hwtracing/coresight/*
972 F:      Documentation/trace/coresight.txt
973 F:      Documentation/devicetree/bindings/arm/coresight.txt
974 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
976 ARM/CORGI MACHINE SUPPORT
977 M:      Richard Purdie <rpurdie@rpsys.net>
978 S:      Maintained
980 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
981 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 T:      git git://github.com/ulli-kroll/linux.git
984 S:      Maintained
985 F:      arch/arm/mach-gemini/
987 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
988 M:      Barry Song <baohua@kernel.org>
989 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
991 S:      Maintained
992 F:      arch/arm/mach-prima2/
993 F:      drivers/clk/sirf/
994 F:      drivers/clocksource/timer-prima2.c
995 F:      drivers/clocksource/timer-atlas7.c
996 N:      [^a-z]sirf
998 ARM/CONEXANT DIGICOLOR MACHINE SUPPORT
999 M:      Baruch Siach <baruch@tkos.co.il>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 S:      Maintained
1002 N:      digicolor
1004 ARM/EBSA110 MACHINE SUPPORT
1005 M:      Russell King <linux@arm.linux.org.uk>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 W:      http://www.arm.linux.org.uk/
1008 S:      Maintained
1009 F:      arch/arm/mach-ebsa110/
1010 F:      drivers/net/ethernet/amd/am79c961a.*
1012 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
1013 M:      Uwe Kleine-König <kernel@pengutronix.de>
1014 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1015 S:      Maintained
1016 N:      efm32
1018 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
1019 M:      Daniel Ribeiro <drwyrm@gmail.com>
1020 M:      Stefan Schmidt <stefan@openezx.org>
1021 M:      Harald Welte <laforge@openezx.org>
1022 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1023 W:      http://www.openezx.org/
1024 S:      Maintained
1025 T:      topgit git://git.openezx.org/openezx.git
1026 F:      arch/arm/mach-pxa/ezx.c
1028 ARM/FARADAY FA526 PORT
1029 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1030 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031 S:      Maintained
1032 T:      git git://git.berlios.de/gemini-board
1033 F:      arch/arm/mm/*-fa*
1035 ARM/FOOTBRIDGE ARCHITECTURE
1036 M:      Russell King <linux@arm.linux.org.uk>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 W:      http://www.arm.linux.org.uk/
1039 S:      Maintained
1040 F:      arch/arm/include/asm/hardware/dec21285.h
1041 F:      arch/arm/mach-footbridge/
1043 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1044 M:      Shawn Guo <shawn.guo@linaro.org>
1045 M:      Sascha Hauer <kernel@pengutronix.de>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1049 F:      arch/arm/mach-imx/
1050 F:      arch/arm/mach-mxs/
1051 F:      arch/arm/boot/dts/imx*
1052 F:      arch/arm/configs/imx*_defconfig
1054 ARM/FREESCALE VYBRID ARM ARCHITECTURE
1055 M:      Shawn Guo <shawn.guo@linaro.org>
1056 M:      Sascha Hauer <kernel@pengutronix.de>
1057 R:      Stefan Agner <stefan@agner.ch>
1058 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1059 S:      Maintained
1060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1061 F:      arch/arm/mach-imx/*vf610*
1062 F:      arch/arm/boot/dts/vf*
1064 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1065 M:      Lennert Buytenhek <kernel@wantstofly.org>
1066 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1067 S:      Maintained
1069 ARM/GUMSTIX MACHINE SUPPORT
1070 M:      Steve Sakoman <sakoman@gmail.com>
1071 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1072 S:      Maintained
1074 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1075 M:      Philipp Zabel <philipp.zabel@gmail.com>
1076 M:      Paul Parsons <lost.distance@yahoo.com>
1077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 S:      Maintained
1079 F:      arch/arm/mach-pxa/hx4700.c
1080 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1081 F:      sound/soc/pxa/hx4700.c
1083 ARM/HISILICON SOC SUPPORT
1084 M:      Wei Xu <xuwei5@hisilicon.com>
1085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086 W:      http://www.hisilicon.com
1087 S:      Supported
1088 T:      git git://github.com/hisilicon/linux-hisi.git
1089 F:      arch/arm/mach-hisi/
1091 ARM/HP JORNADA 7XX MACHINE SUPPORT
1092 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1093 W:      www.jlime.com
1094 S:      Maintained
1095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1096 F:      arch/arm/mach-sa1100/jornada720.c
1097 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1099 ARM/IGEP MACHINE SUPPORT
1100 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1101 M:      Javier Martinez Canillas <javier@dowhile0.org>
1102 L:      linux-omap@vger.kernel.org
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105 F:      arch/arm/boot/dts/omap3-igep*
1107 ARM/INCOME PXA270 SUPPORT
1108 M:      Marek Vasut <marek.vasut@gmail.com>
1109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 S:      Maintained
1111 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1113 ARM/INTEL IOP32X ARM ARCHITECTURE
1114 M:      Lennert Buytenhek <kernel@wantstofly.org>
1115 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1116 S:      Maintained
1118 ARM/INTEL IOP33X ARM ARCHITECTURE
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 S:      Orphan
1122 ARM/INTEL IOP13XX ARM ARCHITECTURE
1123 M:      Lennert Buytenhek <kernel@wantstofly.org>
1124 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125 S:      Maintained
1127 ARM/INTEL IQ81342EX MACHINE SUPPORT
1128 M:      Lennert Buytenhek <kernel@wantstofly.org>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1132 ARM/INTEL IXDP2850 MACHINE SUPPORT
1133 M:      Lennert Buytenhek <kernel@wantstofly.org>
1134 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1135 S:      Maintained
1137 ARM/INTEL IXP4XX ARM ARCHITECTURE
1138 M:      Imre Kaloz <kaloz@openwrt.org>
1139 M:      Krzysztof Halasa <khalasa@piap.pl>
1140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1141 S:      Maintained
1142 F:      arch/arm/mach-ixp4xx/
1144 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1145 M:      Jonathan Cameron <jic23@cam.ac.uk>
1146 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1147 S:      Maintained
1148 F:      arch/arm/mach-pxa/stargate2.c
1149 F:      drivers/pcmcia/pxa2xx_stargate2.c
1151 ARM/INTEL XSC3 (MANZANO) ARM CORE
1152 M:      Lennert Buytenhek <kernel@wantstofly.org>
1153 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1154 S:      Maintained
1156 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1157 M:      Lennert Buytenhek <kernel@wantstofly.org>
1158 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1159 S:      Maintained
1161 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1162 M:      Santosh Shilimkar <ssantosh@kernel.org>
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165 F:      arch/arm/mach-keystone/
1166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1168 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1169 M:      Santosh Shilimkar <ssantosh@kernel.org>
1170 L:      linux-kernel@vger.kernel.org
1171 S:      Maintained
1172 F:      drivers/clk/keystone/
1174 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1175 M:      Santosh Shilimkar <ssantosh@kernel.org>
1176 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1177 L:      linux-kernel@vger.kernel.org
1178 S:      Maintained
1179 F:      drivers/clocksource/timer-keystone.c
1181 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1182 M:      Santosh Shilimkar <ssantosh@kernel.org>
1183 L:      linux-kernel@vger.kernel.org
1184 S:      Maintained
1185 F:      drivers/power/reset/keystone-reset.c
1187 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1188 M:      Santosh Shilimkar <ssantosh@kernel.org>
1189 L:      linux-kernel@vger.kernel.org
1190 S:      Maintained
1191 F:      drivers/memory/*emif*
1193 ARM/LOGICPD PXA270 MACHINE SUPPORT
1194 M:      Lennert Buytenhek <kernel@wantstofly.org>
1195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S:      Maintained
1198 ARM/MAGICIAN MACHINE SUPPORT
1199 M:      Philipp Zabel <philipp.zabel@gmail.com>
1200 S:      Maintained
1202 ARM/Marvell Kirkwood and Armada 370, 375, 38x, XP SOC support
1203 M:      Jason Cooper <jason@lakedaemon.net>
1204 M:      Andrew Lunn <andrew@lunn.ch>
1205 M:      Gregory Clement <gregory.clement@free-electrons.com>
1206 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 S:      Maintained
1209 F:      arch/arm/mach-mvebu/
1210 F:      drivers/rtc/rtc-armada38x.c
1211 F:      arch/arm/boot/dts/armada*
1212 F:      arch/arm/boot/dts/kirkwood*
1215 ARM/Marvell Berlin SoC support
1216 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S:      Maintained
1219 F:      arch/arm/mach-berlin/
1220 F:      arch/arm/boot/dts/berlin*
1223 ARM/Marvell Dove/MV78xx0/Orion SOC support
1224 M:      Jason Cooper <jason@lakedaemon.net>
1225 M:      Andrew Lunn <andrew@lunn.ch>
1226 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1227 M:      Gregory Clement <gregory.clement@free-electrons.com>
1228 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1229 S:      Maintained
1230 F:      arch/arm/mach-dove/
1231 F:      arch/arm/mach-mv78xx0/
1232 F:      arch/arm/mach-orion5x/
1233 F:      arch/arm/plat-orion/
1234 F:      arch/arm/boot/dts/dove*
1235 F:      arch/arm/boot/dts/orion5x*
1238 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1239 M:      Alexander Clouter <alex@digriz.org.uk>
1240 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1241 W:      http://www.digriz.org.uk/ts78xx/kernel
1242 S:      Maintained
1243 F:      arch/arm/mach-orion5x/ts78xx-*
1245 ARM/Mediatek SoC support
1246 M:      Matthias Brugger <matthias.bgg@gmail.com>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 L:      linux-mediatek@lists.infradead.org (moderated for non-subscribers)
1249 S:      Maintained
1250 F:      arch/arm/boot/dts/mt6*
1251 F:      arch/arm/boot/dts/mt8*
1252 F:      arch/arm/mach-mediatek/
1253 N:      mtk
1254 K:      mediatek
1256 ARM/MICREL KS8695 ARCHITECTURE
1257 M:      Greg Ungerer <gerg@uclinux.org>
1258 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1259 F:      arch/arm/mach-ks8695/
1260 S:      Odd Fixes
1262 ARM/MIOA701 MACHINE SUPPORT
1263 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1264 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1265 F:      arch/arm/mach-pxa/mioa701.c
1266 S:      Maintained
1268 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1269 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1270 S:      Maintained
1272 ARM/NOMADIK ARCHITECTURE
1273 M:      Alessandro Rubini <rubini@unipv.it>
1274 M:      Linus Walleij <linus.walleij@linaro.org>
1275 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1276 S:      Maintained
1277 F:      arch/arm/mach-nomadik/
1278 F:      drivers/pinctrl/nomadik/
1279 F:      drivers/i2c/busses/i2c-nomadik.c
1280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1282 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1283 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1284 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1285 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1286 S:      Supported
1288 ARM/TOSA MACHINE SUPPORT
1289 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1290 M:      Dirk Opfer <dirk@opfer-online.de>
1291 S:      Maintained
1293 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1294 M:      Marek Vasut <marek.vasut@gmail.com>
1295 L:      linux-arm-kernel@lists.infradead.org
1296 W:      http://hackndev.com
1297 S:      Maintained
1298 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1299 F:      arch/arm/mach-pxa/palmtx.c
1300 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1301 F:      arch/arm/mach-pxa/palmt5.c
1302 F:      arch/arm/mach-pxa/include/mach/palmld.h
1303 F:      arch/arm/mach-pxa/palmld.c
1304 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1305 F:      arch/arm/mach-pxa/palmte2.c
1306 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1307 F:      arch/arm/mach-pxa/palmtc.c
1309 ARM/PALM TREO SUPPORT
1310 M:      Tomas Cech <sleep_walker@suse.cz>
1311 L:      linux-arm-kernel@lists.infradead.org
1312 W:      http://hackndev.com
1313 S:      Maintained
1314 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1315 F:      arch/arm/mach-pxa/palmtreo.c
1317 ARM/PALMZ72 SUPPORT
1318 M:      Sergey Lapin <slapin@ossfans.org>
1319 L:      linux-arm-kernel@lists.infradead.org
1320 W:      http://hackndev.com
1321 S:      Maintained
1322 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1323 F:      arch/arm/mach-pxa/palmz72.c
1325 ARM/PLEB SUPPORT
1326 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1327 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1328 S:      Maintained
1330 ARM/PT DIGITAL BOARD PORT
1331 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1333 W:      http://www.arm.linux.org.uk/
1334 S:      Maintained
1336 ARM/QUALCOMM SUPPORT
1337 M:      Kumar Gala <galak@codeaurora.org>
1338 M:      Andy Gross <agross@codeaurora.org>
1339 M:      David Brown <davidb@codeaurora.org>
1340 L:      linux-arm-msm@vger.kernel.org
1341 L:      linux-soc@vger.kernel.org
1342 S:      Maintained
1343 F:      arch/arm/mach-qcom/
1344 F:      drivers/soc/qcom/
1345 F:      drivers/tty/serial/msm_serial.h
1346 F:      drivers/tty/serial/msm_serial.c
1347 F:      drivers/*/pm8???-*
1348 F:      drivers/mfd/ssbi.c
1349 F:      drivers/firmware/qcom_scm.c
1350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1352 ARM/RADISYS ENP2611 MACHINE SUPPORT
1353 M:      Lennert Buytenhek <kernel@wantstofly.org>
1354 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1355 S:      Maintained
1357 ARM/RISCPC ARCHITECTURE
1358 M:      Russell King <linux@arm.linux.org.uk>
1359 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1360 W:      http://www.arm.linux.org.uk/
1361 S:      Maintained
1362 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1363 F:      arch/arm/include/asm/hardware/ioc.h
1364 F:      arch/arm/include/asm/hardware/iomd.h
1365 F:      arch/arm/include/asm/hardware/memc.h
1366 F:      arch/arm/mach-rpc/
1367 F:      drivers/net/ethernet/8390/etherh.c
1368 F:      drivers/net/ethernet/i825xx/ether1*
1369 F:      drivers/net/ethernet/seeq/ether3*
1370 F:      drivers/scsi/arm/
1372 ARM/Rockchip SoC support
1373 M:      Heiko Stuebner <heiko@sntech.de>
1374 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1375 L:      linux-rockchip@lists.infradead.org
1376 S:      Maintained
1377 F:      arch/arm/boot/dts/rk3*
1378 F:      arch/arm/mach-rockchip/
1379 F:      drivers/clk/rockchip/
1380 F:      drivers/i2c/busses/i2c-rk3x.c
1381 F:      drivers/*/*rockchip*
1382 F:      drivers/*/*/*rockchip*
1383 F:      sound/soc/rockchip/
1384 N:      rockchip
1386 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1387 M:      Kukjin Kim <kgene@kernel.org>
1388 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
1389 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1390 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1391 S:      Maintained
1392 F:      arch/arm/boot/dts/s3c*
1393 F:      arch/arm/boot/dts/exynos*
1394 F:      arch/arm/plat-samsung/
1395 F:      arch/arm/mach-s3c24*/
1396 F:      arch/arm/mach-s3c64xx/
1397 F:      arch/arm/mach-s5p*/
1398 F:      arch/arm/mach-exynos*/
1399 F:      drivers/*/*s3c2410*
1400 F:      drivers/*/*/*s3c2410*
1401 F:      drivers/spi/spi-s3c*
1402 F:      sound/soc/samsung/*
1403 N:      exynos
1405 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1406 M:      Kyungmin Park <kyungmin.park@samsung.com>
1407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1408 S:      Maintained
1409 F:      arch/arm/mach-s5pv210/
1411 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1412 M:      Kyungmin Park <kyungmin.park@samsung.com>
1413 M:      Kamil Debski <k.debski@samsung.com>
1414 L:      linux-arm-kernel@lists.infradead.org
1415 L:      linux-media@vger.kernel.org
1416 S:      Maintained
1417 F:      drivers/media/platform/s5p-g2d/
1419 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1420 M:      Kyungmin Park <kyungmin.park@samsung.com>
1421 M:      Kamil Debski <k.debski@samsung.com>
1422 M:      Jeongtae Park <jtp.park@samsung.com>
1423 L:      linux-arm-kernel@lists.infradead.org
1424 L:      linux-media@vger.kernel.org
1425 S:      Maintained
1426 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1427 F:      drivers/media/platform/s5p-mfc/
1429 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1430 M:      Kyungmin Park <kyungmin.park@samsung.com>
1431 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1432 L:      linux-arm-kernel@lists.infradead.org
1433 L:      linux-media@vger.kernel.org
1434 S:      Maintained
1435 F:      drivers/media/platform/s5p-tv/
1437 ARM/SHMOBILE ARM ARCHITECTURE
1438 M:      Simon Horman <horms@verge.net.au>
1439 M:      Magnus Damm <magnus.damm@gmail.com>
1440 L:      linux-sh@vger.kernel.org
1441 W:      http://oss.renesas.com
1442 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1443 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1444 S:      Supported
1445 F:      arch/arm/boot/dts/emev2*
1446 F:      arch/arm/boot/dts/r7s*
1447 F:      arch/arm/boot/dts/r8a*
1448 F:      arch/arm/boot/dts/sh*
1449 F:      arch/arm/configs/armadillo800eva_defconfig
1450 F:      arch/arm/configs/bockw_defconfig
1451 F:      arch/arm/configs/kzm9g_defconfig
1452 F:      arch/arm/configs/marzen_defconfig
1453 F:      arch/arm/configs/shmobile_defconfig
1454 F:      arch/arm/include/debug/renesas-scif.S
1455 F:      arch/arm/mach-shmobile/
1456 F:      drivers/sh/
1458 ARM/SOCFPGA ARCHITECTURE
1459 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1460 S:      Maintained
1461 F:      arch/arm/mach-socfpga/
1462 F:      arch/arm/boot/dts/socfpga*
1463 F:      arch/arm/configs/socfpga_defconfig
1464 W:      http://www.rocketboards.org
1465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git
1467 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1468 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1469 S:      Maintained
1470 F:      drivers/clk/socfpga/
1472 ARM/SOCFPGA EDAC SUPPORT
1473 M:      Thor Thayer <tthayer@opensource.altera.com>
1474 S:      Maintained
1475 F:      drivers/edac/altera_edac.
1477 ARM/STI ARCHITECTURE
1478 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1479 M:      Maxime Coquelin <maxime.coquelin@st.com>
1480 M:      Patrice Chotard <patrice.chotard@st.com>
1481 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482 L:      kernel@stlinux.com
1483 W:      http://www.stlinux.com
1484 S:      Maintained
1485 F:      arch/arm/mach-sti/
1486 F:      arch/arm/boot/dts/sti*
1487 F:      drivers/clocksource/arm_global_timer.c
1488 F:      drivers/i2c/busses/i2c-st.c
1489 F:      drivers/media/rc/st_rc.c
1490 F:      drivers/mmc/host/sdhci-st.c
1491 F:      drivers/phy/phy-miphy28lp.c
1492 F:      drivers/phy/phy-miphy365x.c
1493 F:      drivers/phy/phy-stih407-usb.c
1494 F:      drivers/phy/phy-stih41x-usb.c
1495 F:      drivers/pinctrl/pinctrl-st.c
1496 F:      drivers/reset/sti/
1497 F:      drivers/tty/serial/st-asc.c
1498 F:      drivers/usb/dwc3/dwc3-st.c
1499 F:      drivers/usb/host/ehci-st.c
1500 F:      drivers/usb/host/ohci-st.c
1501 F:      drivers/ata/ahci_st.c
1503 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1504 M:      Lennert Buytenhek <kernel@wantstofly.org>
1505 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1506 S:      Maintained
1508 ARM/TETON BGA MACHINE SUPPORT
1509 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1510 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1511 S:      Maintained
1513 ARM/THECUS N2100 MACHINE SUPPORT
1514 M:      Lennert Buytenhek <kernel@wantstofly.org>
1515 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1516 S:      Maintained
1518 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1519 M:      Wan ZongShun <mcuos.com@gmail.com>
1520 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1521 W:      http://www.mcuos.com
1522 S:      Maintained
1523 F:      arch/arm/mach-w90x900/
1524 F:      drivers/input/keyboard/w90p910_keypad.c
1525 F:      drivers/input/touchscreen/w90p910_ts.c
1526 F:      drivers/watchdog/nuc900_wdt.c
1527 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1528 F:      drivers/mtd/nand/nuc900_nand.c
1529 F:      drivers/rtc/rtc-nuc900.c
1530 F:      drivers/spi/spi-nuc900.c
1531 F:      drivers/usb/host/ehci-w90x900.c
1532 F:      drivers/video/fbdev/nuc900fb.c
1534 ARM/U300 MACHINE SUPPORT
1535 M:      Linus Walleij <linus.walleij@linaro.org>
1536 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1537 S:      Supported
1538 F:      arch/arm/mach-u300/
1539 F:      drivers/clocksource/timer-u300.c
1540 F:      drivers/i2c/busses/i2c-stu300.c
1541 F:      drivers/rtc/rtc-coh901331.c
1542 F:      drivers/watchdog/coh901327_wdt.c
1543 F:      drivers/dma/coh901318*
1544 F:      drivers/mfd/ab3100*
1545 F:      drivers/rtc/rtc-ab3100.c
1546 F:      drivers/rtc/rtc-coh901331.c
1547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1549 ARM/Ux500 ARM ARCHITECTURE
1550 M:      Linus Walleij <linus.walleij@linaro.org>
1551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1552 S:      Maintained
1553 F:      arch/arm/mach-ux500/
1554 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1555 F:      drivers/dma/ste_dma40*
1556 F:      drivers/hwspinlock/u8500_hsem.c
1557 F:      drivers/mfd/abx500*
1558 F:      drivers/mfd/ab8500*
1559 F:      drivers/mfd/dbx500*
1560 F:      drivers/mfd/db8500*
1561 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1562 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1563 F:      drivers/rtc/rtc-ab8500.c
1564 F:      drivers/rtc/rtc-pl031.c
1565 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1567 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1568 M:      Ulf Hansson <ulf.hansson@linaro.org>
1569 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1570 T:      git git://git.linaro.org/people/ulfh/clk.git
1571 S:      Maintained
1572 F:      drivers/clk/ux500/
1573 F:      include/linux/platform_data/clk-ux500.h
1575 ARM/VERSATILE EXPRESS PLATFORM
1576 M:      Liviu Dudau <liviu.dudau@arm.com>
1577 M:      Sudeep Holla <sudeep.holla@arm.com>
1578 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1580 S:      Maintained
1581 F:      arch/arm/boot/dts/vexpress*
1582 F:      arch/arm/mach-vexpress/
1583 F:      */*/vexpress*
1584 F:      */*/*/vexpress*
1585 F:      drivers/clk/versatile/clk-vexpress-osc.c
1586 F:      drivers/clocksource/versatile.c
1588 ARM/VFP SUPPORT
1589 M:      Russell King <linux@arm.linux.org.uk>
1590 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1591 W:      http://www.arm.linux.org.uk/
1592 S:      Maintained
1593 F:      arch/arm/vfp/
1595 ARM/VOIPAC PXA270 SUPPORT
1596 M:      Marek Vasut <marek.vasut@gmail.com>
1597 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1598 S:      Maintained
1599 F:      arch/arm/mach-pxa/vpac270.c
1600 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1602 ARM/VT8500 ARM ARCHITECTURE
1603 M:      Tony Prisk <linux@prisktech.co.nz>
1604 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1605 S:      Maintained
1606 F:      arch/arm/mach-vt8500/
1607 F:      drivers/clocksource/vt8500_timer.c
1608 F:      drivers/i2c/busses/i2c-wmt.c
1609 F:      drivers/mmc/host/wmt-sdmmc.c
1610 F:      drivers/pwm/pwm-vt8500.c
1611 F:      drivers/rtc/rtc-vt8500.c
1612 F:      drivers/tty/serial/vt8500_serial.c
1613 F:      drivers/usb/host/ehci-platform.c
1614 F:      drivers/usb/host/uhci-platform.c
1615 F:      drivers/video/fbdev/vt8500lcdfb.*
1616 F:      drivers/video/fbdev/wm8505fb*
1617 F:      drivers/video/fbdev/wmt_ge_rops.*
1619 ARM/ZIPIT Z2 SUPPORT
1620 M:      Marek Vasut <marek.vasut@gmail.com>
1621 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1622 S:      Maintained
1623 F:      arch/arm/mach-pxa/z2.c
1624 F:      arch/arm/mach-pxa/include/mach/z2.h
1626 ARM/ZYNQ ARCHITECTURE
1627 M:      Michal Simek <michal.simek@xilinx.com>
1628 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1630 W:      http://wiki.xilinx.com
1631 T:      git git://git.xilinx.com/linux-xlnx.git
1632 S:      Supported
1633 F:      arch/arm/mach-zynq/
1634 F:      drivers/cpuidle/cpuidle-zynq.c
1635 F:      drivers/block/xsysace.c
1636 N:      zynq
1637 N:      xilinx
1638 F:      drivers/clocksource/cadence_ttc_timer.c
1639 F:      drivers/i2c/busses/i2c-cadence.c
1640 F:      drivers/mmc/host/sdhci-of-arasan.c
1641 F:      drivers/edac/synopsys_edac.c
1643 ARM SMMU DRIVER
1644 M:      Will Deacon <will.deacon@arm.com>
1645 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1646 S:      Maintained
1647 F:      drivers/iommu/arm-smmu.c
1648 F:      drivers/iommu/io-pgtable-arm.c
1650 ARM64 PORT (AARCH64 ARCHITECTURE)
1651 M:      Catalin Marinas <catalin.marinas@arm.com>
1652 M:      Will Deacon <will.deacon@arm.com>
1653 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1654 S:      Maintained
1655 F:      arch/arm64/
1656 F:      Documentation/arm64/
1658 AS3645A LED FLASH CONTROLLER DRIVER
1659 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1660 L:      linux-media@vger.kernel.org
1661 T:      git git://linuxtv.org/media_tree.git
1662 S:      Maintained
1663 F:      drivers/media/i2c/as3645a.c
1664 F:      include/media/as3645a.h
1666 ASC7621 HARDWARE MONITOR DRIVER
1667 M:      George Joseph <george.joseph@fairview5.com>
1668 L:      lm-sensors@lm-sensors.org
1669 S:      Maintained
1670 F:      Documentation/hwmon/asc7621
1671 F:      drivers/hwmon/asc7621.c
1673 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1674 M:      Corentin Chary <corentin.chary@gmail.com>
1675 L:      acpi4asus-user@lists.sourceforge.net
1676 L:      platform-driver-x86@vger.kernel.org
1677 W:      http://acpi4asus.sf.net
1678 S:      Maintained
1679 F:      drivers/platform/x86/asus*.c
1680 F:      drivers/platform/x86/eeepc*.c
1682 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1683 R:      Dan Williams <dan.j.williams@intel.com>
1684 W:      http://sourceforge.net/projects/xscaleiop
1685 S:      Odd fixes
1686 F:      Documentation/crypto/async-tx-api.txt
1687 F:      crypto/async_tx/
1688 F:      drivers/dma/
1689 F:      include/linux/dmaengine.h
1690 F:      include/linux/async_tx.h
1692 AT24 EEPROM DRIVER
1693 M:      Wolfram Sang <wsa@the-dreams.de>
1694 L:      linux-i2c@vger.kernel.org
1695 S:      Maintained
1696 F:      drivers/misc/eeprom/at24.c
1697 F:      include/linux/platform_data/at24.h
1699 ATA OVER ETHERNET (AOE) DRIVER
1700 M:      "Ed L. Cashin" <ed.cashin@acm.org>
1701 W:      http://www.openaoe.org/
1702 S:      Supported
1703 F:      Documentation/aoe/
1704 F:      drivers/block/aoe/
1706 ATHEROS ATH GENERIC UTILITIES
1707 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1708 L:      linux-wireless@vger.kernel.org
1709 S:      Supported
1710 F:      drivers/net/wireless/ath/*
1712 ATHEROS ATH5K WIRELESS DRIVER
1713 M:      Jiri Slaby <jirislaby@gmail.com>
1714 M:      Nick Kossifidis <mickflemm@gmail.com>
1715 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1716 L:      linux-wireless@vger.kernel.org
1717 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1718 S:      Maintained
1719 F:      drivers/net/wireless/ath/ath5k/
1721 ATHEROS ATH6KL WIRELESS DRIVER
1722 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1723 L:      linux-wireless@vger.kernel.org
1724 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1725 T:      git git://github.com/kvalo/ath.git
1726 S:      Supported
1727 F:      drivers/net/wireless/ath/ath6kl/
1729 WILOCITY WIL6210 WIRELESS DRIVER
1730 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1731 L:      linux-wireless@vger.kernel.org
1732 L:      wil6210@qca.qualcomm.com
1733 S:      Supported
1734 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1735 F:      drivers/net/wireless/ath/wil6210/
1736 F:      include/uapi/linux/wil6210_uapi.h
1738 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1739 M:      Christian Lamparter <chunkeey@googlemail.com>
1740 L:      linux-wireless@vger.kernel.org
1741 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1742 S:      Maintained
1743 F:      drivers/net/wireless/ath/carl9170/
1745 ATK0110 HWMON DRIVER
1746 M:      Luca Tettamanti <kronos.it@gmail.com>
1747 L:      lm-sensors@lm-sensors.org
1748 S:      Maintained
1749 F:      drivers/hwmon/asus_atk0110.c
1751 ATI_REMOTE2 DRIVER
1752 M:      Ville Syrjala <syrjala@sci.fi>
1753 S:      Maintained
1754 F:      drivers/input/misc/ati_remote2.c
1756 ATLX ETHERNET DRIVERS
1757 M:      Jay Cliburn <jcliburn@gmail.com>
1758 M:      Chris Snook <chris.snook@gmail.com>
1759 L:      netdev@vger.kernel.org
1760 W:      http://sourceforge.net/projects/atl1
1761 W:      http://atl1.sourceforge.net
1762 S:      Maintained
1763 F:      drivers/net/ethernet/atheros/
1766 M:      Chas Williams <3chas3@gmail.com>
1767 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1768 L:      netdev@vger.kernel.org
1769 W:      http://linux-atm.sourceforge.net
1770 S:      Maintained
1771 F:      drivers/atm/
1772 F:      include/linux/atm*
1773 F:      include/uapi/linux/atm*
1775 ATMEL AT91 / AT32 MCI DRIVER
1776 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1777 S:      Maintained
1778 F:      drivers/mmc/host/atmel-mci.c
1779 F:      drivers/mmc/host/atmel-mci-regs.h
1781 ATMEL AT91 / AT32 SERIAL DRIVER
1782 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1783 S:      Supported
1784 F:      drivers/tty/serial/atmel_serial.c
1786 ATMEL Audio ALSA driver
1787 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1788 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1789 S:      Supported
1790 F:      sound/soc/atmel
1792 ATMEL DMA DRIVER
1793 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1794 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1795 S:      Supported
1796 F:      drivers/dma/at_hdmac.c
1797 F:      drivers/dma/at_hdmac_regs.h
1798 F:      include/linux/platform_data/dma-atmel.h
1800 ATMEL XDMA DRIVER
1801 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1802 L:      linux-arm-kernel@lists.infradead.org
1803 L:      dmaengine@vger.kernel.org
1804 S:      Supported
1805 F:      drivers/dma/at_xdmac.c
1807 ATMEL I2C DRIVER
1808 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1809 L:      linux-i2c@vger.kernel.org
1810 S:      Supported
1811 F:      drivers/i2c/busses/i2c-at91.c
1813 ATMEL ISI DRIVER
1814 M:      Josh Wu <josh.wu@atmel.com>
1815 L:      linux-media@vger.kernel.org
1816 S:      Supported
1817 F:      drivers/media/platform/soc_camera/atmel-isi.c
1818 F:      include/media/atmel-isi.h
1820 ATMEL LCDFB DRIVER
1821 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1822 L:      linux-fbdev@vger.kernel.org
1823 S:      Maintained
1824 F:      drivers/video/fbdev/atmel_lcdfb.c
1825 F:      include/video/atmel_lcdc.h
1827 ATMEL MACB ETHERNET DRIVER
1828 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1829 S:      Supported
1830 F:      drivers/net/ethernet/cadence/
1832 ATMEL NAND DRIVER
1833 M:      Josh Wu <josh.wu@atmel.com>
1834 L:      linux-mtd@lists.infradead.org
1835 S:      Supported
1836 F:      drivers/mtd/nand/atmel_nand*
1838 ATMEL SPI DRIVER
1839 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1840 S:      Supported
1841 F:      drivers/spi/spi-atmel.*
1843 ATMEL SSC DRIVER
1844 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1845 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1846 S:      Supported
1847 F:      drivers/misc/atmel-ssc.c
1848 F:      include/linux/atmel-ssc.h
1850 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1851 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1852 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1853 S:      Supported
1854 F:      drivers/misc/atmel_tclib.c
1855 F:      drivers/clocksource/tcb_clksrc.c
1857 ATMEL USBA UDC DRIVER
1858 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1859 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1860 S:      Supported
1861 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1863 ATMEL WIRELESS DRIVER
1864 M:      Simon Kelley <simon@thekelleys.org.uk>
1865 L:      linux-wireless@vger.kernel.org
1866 W:      http://www.thekelleys.org.uk/atmel
1867 W:      http://atmelwlandriver.sourceforge.net/
1868 S:      Maintained
1869 F:      drivers/net/wireless/atmel*
1871 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1872 M:      Bradley Grove <linuxdrivers@attotech.com>
1873 L:      linux-scsi@vger.kernel.org
1874 W:      http://www.attotech.com
1875 S:      Supported
1876 F:      drivers/scsi/esas2r
1878 AUDIT SUBSYSTEM
1879 M:      Paul Moore <paul@paul-moore.com>
1880 M:      Eric Paris <eparis@redhat.com>
1881 L:      linux-audit@redhat.com (moderated for non-subscribers)
1882 W:      http://people.redhat.com/sgrubb/audit/
1883 T:      git git://git.infradead.org/users/pcmoore/audit
1884 S:      Maintained
1885 F:      include/linux/audit.h
1886 F:      include/uapi/linux/audit.h
1887 F:      kernel/audit*
1889 AUXILIARY DISPLAY DRIVERS
1890 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1891 W:      http://miguelojeda.es/auxdisplay.htm
1892 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1893 S:      Maintained
1894 F:      drivers/auxdisplay/
1895 F:      include/linux/cfag12864b.h
1897 AVR32 ARCHITECTURE
1898 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1899 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1900 W:      http://www.atmel.com/products/AVR32/
1901 W:      http://mirror.egtvedt.no/avr32linux.org/
1902 W:      http://avrfreaks.net/
1903 S:      Maintained
1904 F:      arch/avr32/
1906 AVR32/AT32AP MACHINE SUPPORT
1907 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1908 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1909 S:      Maintained
1910 F:      arch/avr32/mach-at32ap/
1912 AX.25 NETWORK LAYER
1913 M:      Ralf Baechle <ralf@linux-mips.org>
1914 L:      linux-hams@vger.kernel.org
1915 W:      http://www.linux-ax25.org/
1916 S:      Maintained
1917 F:      include/uapi/linux/ax25.h
1918 F:      include/net/ax25.h
1919 F:      net/ax25/
1921 AZ6007 DVB DRIVER
1922 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1923 L:      linux-media@vger.kernel.org
1924 W:      http://linuxtv.org
1925 T:      git git://linuxtv.org/media_tree.git
1926 S:      Maintained
1927 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1929 AZTECH FM RADIO RECEIVER DRIVER
1930 M:      Hans Verkuil <hverkuil@xs4all.nl>
1931 L:      linux-media@vger.kernel.org
1932 T:      git git://linuxtv.org/media_tree.git
1933 W:      http://linuxtv.org
1934 S:      Maintained
1935 F:      drivers/media/radio/radio-aztech*
1937 B43 WIRELESS DRIVER
1938 L:      linux-wireless@vger.kernel.org
1939 L:      b43-dev@lists.infradead.org
1940 W:      http://wireless.kernel.org/en/users/Drivers/b43
1941 S:      Odd Fixes
1942 F:      drivers/net/wireless/b43/
1944 B43LEGACY WIRELESS DRIVER
1945 M:      Larry Finger <Larry.Finger@lwfinger.net>
1946 L:      linux-wireless@vger.kernel.org
1947 L:      b43-dev@lists.infradead.org
1948 W:      http://wireless.kernel.org/en/users/Drivers/b43
1949 S:      Maintained
1950 F:      drivers/net/wireless/b43legacy/
1952 BACKLIGHT CLASS/SUBSYSTEM
1953 M:      Jingoo Han <jingoohan1@gmail.com>
1954 M:      Lee Jones <lee.jones@linaro.org>
1955 S:      Maintained
1956 F:      drivers/video/backlight/
1957 F:      include/linux/backlight.h
1959 BATMAN ADVANCED
1960 M:      Marek Lindner <mareklindner@neomailbox.ch>
1961 M:      Simon Wunderlich <sw@simonwunderlich.de>
1962 M:      Antonio Quartulli <antonio@meshcoding.com>
1963 L:      b.a.t.m.a.n@lists.open-mesh.org
1964 W:      http://www.open-mesh.org/
1965 S:      Maintained
1966 F:      net/batman-adv/
1968 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1969 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1970 L:      linux-hams@vger.kernel.org
1971 W:      http://www.baycom.org/~tom/ham/ham.html
1972 S:      Maintained
1973 F:      drivers/net/hamradio/baycom*
1975 BCACHE (BLOCK LAYER CACHE)
1976 M:      Kent Overstreet <kmo@daterainc.com>
1977 L:      linux-bcache@vger.kernel.org
1978 W:      http://bcache.evilpiepirate.org
1979 S:      Maintained:
1980 F:      drivers/md/bcache/
1982 BEFS FILE SYSTEM
1983 S:      Orphan
1984 F:      Documentation/filesystems/befs.txt
1985 F:      fs/befs/
1987 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1988 M:      Dariusz Marcinkiewicz <reksio@newterm.pl>
1989 L:      netdev@vger.kernel.org
1990 S:      Maintained
1991 F:      drivers/net/ethernet/ec_bhf.c
1993 BFS FILE SYSTEM
1994 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1995 S:      Maintained
1996 F:      Documentation/filesystems/bfs.txt
1997 F:      fs/bfs/
1998 F:      include/uapi/linux/bfs_fs.h
2000 BLACKFIN ARCHITECTURE
2001 M:      Steven Miao <realmz6@gmail.com>
2002 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2003 T:      git git://git.code.sf.net/p/adi-linux/code
2004 W:      http://blackfin.uclinux.org
2005 S:      Supported
2006 F:      arch/blackfin/
2008 BLACKFIN EMAC DRIVER
2009 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2010 W:      http://blackfin.uclinux.org
2011 S:      Supported
2012 F:      drivers/net/ethernet/adi/
2014 BLACKFIN RTC DRIVER
2015 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2016 W:      http://blackfin.uclinux.org
2017 S:      Supported
2018 F:      drivers/rtc/rtc-bfin.c
2020 BLACKFIN SDH DRIVER
2021 M:      Sonic Zhang <sonic.zhang@analog.com>
2022 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2023 W:      http://blackfin.uclinux.org
2024 S:      Supported
2025 F:      drivers/mmc/host/bfin_sdh.c
2027 BLACKFIN SERIAL DRIVER
2028 M:      Sonic Zhang <sonic.zhang@analog.com>
2029 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2030 W:      http://blackfin.uclinux.org
2031 S:      Supported
2032 F:      drivers/tty/serial/bfin_uart.c
2034 BLACKFIN WATCHDOG DRIVER
2035 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2036 W:      http://blackfin.uclinux.org
2037 S:      Supported
2038 F:      drivers/watchdog/bfin_wdt.c
2040 BLACKFIN I2C TWI DRIVER
2041 M:      Sonic Zhang <sonic.zhang@analog.com>
2042 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2043 W:      http://blackfin.uclinux.org/
2044 S:      Supported
2045 F:      drivers/i2c/busses/i2c-bfin-twi.c
2047 BLACKFIN MEDIA DRIVER
2048 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2049 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2050 W:      http://blackfin.uclinux.org/
2051 S:      Supported
2052 F:      drivers/media/platform/blackfin/
2053 F:      drivers/media/i2c/adv7183*
2054 F:      drivers/media/i2c/vs6624*
2056 BLINKM RGB LED DRIVER
2057 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2058 S:      Maintained
2059 F:      drivers/leds/leds-blinkm.c
2061 BLOCK LAYER
2062 M:      Jens Axboe <axboe@kernel.dk>
2063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2064 S:      Maintained
2065 F:      block/
2067 BLOCK2MTD DRIVER
2068 M:      Joern Engel <joern@lazybastard.org>
2069 L:      linux-mtd@lists.infradead.org
2070 S:      Maintained
2071 F:      drivers/mtd/devices/block2mtd.c
2073 BLUETOOTH DRIVERS
2074 M:      Marcel Holtmann <marcel@holtmann.org>
2075 M:      Gustavo Padovan <gustavo@padovan.org>
2076 M:      Johan Hedberg <johan.hedberg@gmail.com>
2077 L:      linux-bluetooth@vger.kernel.org
2078 W:      http://www.bluez.org/
2079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2081 S:      Maintained
2082 F:      drivers/bluetooth/
2084 BLUETOOTH SUBSYSTEM
2085 M:      Marcel Holtmann <marcel@holtmann.org>
2086 M:      Gustavo Padovan <gustavo@padovan.org>
2087 M:      Johan Hedberg <johan.hedberg@gmail.com>
2088 L:      linux-bluetooth@vger.kernel.org
2089 W:      http://www.bluez.org/
2090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2092 S:      Maintained
2093 F:      net/bluetooth/
2094 F:      include/net/bluetooth/
2096 BONDING DRIVER
2097 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2098 M:      Veaceslav Falico <vfalico@gmail.com>
2099 M:      Andy Gospodarek <gospo@cumulusnetworks.com>
2100 L:      netdev@vger.kernel.org
2101 W:      http://sourceforge.net/projects/bonding/
2102 S:      Supported
2103 F:      drivers/net/bonding/
2104 F:      include/uapi/linux/if_bonding.h
2106 BPF (Safe dynamic programs and tools)
2107 M:      Alexei Starovoitov <ast@kernel.org>
2108 L:      netdev@vger.kernel.org
2109 L:      linux-kernel@vger.kernel.org
2110 S:      Supported
2111 F:      kernel/bpf/
2113 BROADCOM B44 10/100 ETHERNET DRIVER
2114 M:      Gary Zambrano <zambrano@broadcom.com>
2115 L:      netdev@vger.kernel.org
2116 S:      Supported
2117 F:      drivers/net/ethernet/broadcom/b44.*
2119 BROADCOM GENET ETHERNET DRIVER
2120 M:      Florian Fainelli <f.fainelli@gmail.com>
2121 L:      netdev@vger.kernel.org
2122 S:      Supported
2123 F:      drivers/net/ethernet/broadcom/genet/
2125 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2126 M:      Sony Chacko <sony.chacko@qlogic.com>
2127 M:      Dept-HSGLinuxNICDev@qlogic.com
2128 L:      netdev@vger.kernel.org
2129 S:      Supported
2130 F:      drivers/net/ethernet/broadcom/bnx2.*
2131 F:      drivers/net/ethernet/broadcom/bnx2_*
2133 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2134 M:      Ariel Elior <ariel.elior@qlogic.com>
2135 L:      netdev@vger.kernel.org
2136 S:      Supported
2137 F:      drivers/net/ethernet/broadcom/bnx2x/
2139 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2140 M:      Florian Fainelli <f.fainelli@gmail.com>
2141 M:      Ray Jui <rjui@broadcom.com>
2142 M:      Scott Branden <sbranden@broadcom.com>
2143 L:      bcm-kernel-feedback-list@broadcom.com
2144 T:      git git://github.com/broadcom/mach-bcm
2145 S:      Maintained
2146 F:      arch/arm/mach-bcm/
2147 F:      arch/arm/boot/dts/bcm113*
2148 F:      arch/arm/boot/dts/bcm216*
2149 F:      arch/arm/boot/dts/bcm281*
2150 F:      arch/arm/configs/bcm_defconfig
2151 F:      drivers/mmc/host/sdhci-bcm-kona.c
2152 F:      drivers/clocksource/bcm_kona_timer.c
2154 BROADCOM BCM2835 ARM ARCHITECTURE
2155 M:      Stephen Warren <swarren@wwwdotorg.org>
2156 M:      Lee Jones <lee@kernel.org>
2157 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2159 S:      Maintained
2160 N:      bcm2835
2162 BROADCOM BCM33XX MIPS ARCHITECTURE
2163 M:      Kevin Cernekee <cernekee@gmail.com>
2164 L:      linux-mips@linux-mips.org
2165 S:      Maintained
2166 F:      arch/mips/bcm3384/*
2167 F:      arch/mips/include/asm/mach-bcm3384/*
2168 F:      arch/mips/kernel/*bmips*
2170 BROADCOM BCM5301X ARM ARCHITECTURE
2171 M:      Hauke Mehrtens <hauke@hauke-m.de>
2172 L:      linux-arm-kernel@lists.infradead.org
2173 S:      Maintained
2174 F:      arch/arm/mach-bcm/bcm_5301x.c
2175 F:      arch/arm/boot/dts/bcm5301x.dtsi
2176 F:      arch/arm/boot/dts/bcm470*
2178 BROADCOM BCM63XX ARM ARCHITECTURE
2179 M:      Florian Fainelli <f.fainelli@gmail.com>
2180 L:      linux-arm-kernel@lists.infradead.org
2181 T:      git git://github.com/broadcom/arm-bcm63xx.git
2182 S:      Maintained
2183 F:      arch/arm/mach-bcm/bcm63xx.c
2184 F:      arch/arm/include/debug/bcm63xx.S
2186 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2187 M:      Kevin Cernekee <cernekee@gmail.com>
2188 L:      linux-usb@vger.kernel.org
2189 S:      Maintained
2190 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2192 BROADCOM BCM7XXX ARM ARCHITECTURE
2193 M:      Brian Norris <computersforpeace@gmail.com>
2194 M:      Gregory Fong <gregory.0xf0@gmail.com>
2195 M:      Florian Fainelli <f.fainelli@gmail.com>
2196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2197 T:      git git://github.com/broadcom/stblinux.git
2198 S:      Maintained
2199 F:      arch/arm/mach-bcm/*brcmstb*
2200 F:      arch/arm/boot/dts/bcm7*.dts*
2201 F:      drivers/bus/brcmstb_gisb.c
2203 BROADCOM BMIPS MIPS ARCHITECTURE
2204 M:      Kevin Cernekee <cernekee@gmail.com>
2205 M:      Florian Fainelli <f.fainelli@gmail.com>
2206 L:      linux-mips@linux-mips.org
2207 T:      git git://github.com/broadcom/stblinux.git
2208 S:      Maintained
2209 F:      arch/mips/bmips/*
2210 F:      arch/mips/include/asm/mach-bmips/*
2211 F:      arch/mips/kernel/*bmips*
2212 F:      arch/mips/boot/dts/bcm*.dts*
2213 F:      drivers/irqchip/irq-bcm7*
2214 F:      drivers/irqchip/irq-brcmstb*
2216 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2217 M:      Prashant Sreedharan <prashant@broadcom.com>
2218 M:      Michael Chan <mchan@broadcom.com>
2219 L:      netdev@vger.kernel.org
2220 S:      Supported
2221 F:      drivers/net/ethernet/broadcom/tg3.*
2223 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2224 M:      Brett Rudley <brudley@broadcom.com>
2225 M:      Arend van Spriel <arend@broadcom.com>
2226 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2227 M:      Hante Meuleman <meuleman@broadcom.com>
2228 L:      linux-wireless@vger.kernel.org
2229 L:      brcm80211-dev-list@broadcom.com
2230 S:      Supported
2231 F:      drivers/net/wireless/brcm80211/
2233 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2234 M:      QLogic-Storage-Upstream@qlogic.com
2235 L:      linux-scsi@vger.kernel.org
2236 S:      Supported
2237 F:      drivers/scsi/bnx2fc/
2239 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2240 M:      QLogic-Storage-Upstream@qlogic.com
2241 L:      linux-scsi@vger.kernel.org
2242 S:      Supported
2243 F:      drivers/scsi/bnx2i/
2245 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2246 M:      Ray Jui <rjui@broadcom.com>
2247 M:      Scott Branden <sbranden@broadcom.com>
2248 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2249 L:      bcm-kernel-feedback-list@broadcom.com
2250 T:      git git://github.com/broadcom/cygnus-linux.git
2251 S:      Maintained
2252 N:      iproc
2253 N:      cygnus
2254 N:      bcm9113*
2255 N:      bcm9583*
2256 N:      bcm583*
2257 N:      bcm113*
2259 BROADCOM KONA GPIO DRIVER
2260 M:      Ray Jui <rjui@broadcom.com>
2261 L:      bcm-kernel-feedback-list@broadcom.com
2262 S:      Supported
2263 F:      drivers/gpio/gpio-bcm-kona.c
2264 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2266 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2267 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2268 L:      linux-wireless@vger.kernel.org
2269 S:      Maintained
2270 F:      drivers/bcma/
2271 F:      include/linux/bcma/
2273 BROADCOM SYSTEMPORT ETHERNET DRIVER
2274 M:      Florian Fainelli <f.fainelli@gmail.com>
2275 L:      netdev@vger.kernel.org
2276 S:      Supported
2277 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2279 BROCADE BFA FC SCSI DRIVER
2280 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2281 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2282 L:      linux-scsi@vger.kernel.org
2283 S:      Supported
2284 F:      drivers/scsi/bfa/
2286 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2287 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2288 L:      netdev@vger.kernel.org
2289 S:      Supported
2290 F:      drivers/net/ethernet/brocade/bna/
2292 BSG (block layer generic sg v4 driver)
2293 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2294 L:      linux-scsi@vger.kernel.org
2295 S:      Supported
2296 F:      block/bsg.c
2297 F:      include/linux/bsg.h
2298 F:      include/uapi/linux/bsg.h
2300 BT87X AUDIO DRIVER
2301 M:      Clemens Ladisch <clemens@ladisch.de>
2302 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2303 T:      git git://git.alsa-project.org/alsa-kernel.git
2304 S:      Maintained
2305 F:      Documentation/sound/alsa/Bt87x.txt
2306 F:      sound/pci/bt87x.c
2308 BT8XXGPIO DRIVER
2309 M:      Michael Buesch <m@bues.ch>
2310 W:      http://bu3sch.de/btgpio.php
2311 S:      Maintained
2312 F:      drivers/gpio/gpio-bt8xx.c
2314 BTRFS FILE SYSTEM
2315 M:      Chris Mason <clm@fb.com>
2316 M:      Josef Bacik <jbacik@fb.com>
2317 M:      David Sterba <dsterba@suse.cz>
2318 L:      linux-btrfs@vger.kernel.org
2319 W:      http://btrfs.wiki.kernel.org/
2320 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2322 S:      Maintained
2323 F:      Documentation/filesystems/btrfs.txt
2324 F:      fs/btrfs/
2326 BTTV VIDEO4LINUX DRIVER
2327 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2328 L:      linux-media@vger.kernel.org
2329 W:      http://linuxtv.org
2330 T:      git git://linuxtv.org/media_tree.git
2331 S:      Odd fixes
2332 F:      Documentation/video4linux/bttv/
2333 F:      drivers/media/pci/bt8xx/bttv*
2335 BUSLOGIC SCSI DRIVER
2336 M:      Khalid Aziz <khalid@gonehiking.org>
2337 L:      linux-scsi@vger.kernel.org
2338 S:      Maintained
2339 F:      drivers/scsi/BusLogic.*
2340 F:      drivers/scsi/FlashPoint.*
2342 C-MEDIA CMI8788 DRIVER
2343 M:      Clemens Ladisch <clemens@ladisch.de>
2344 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2345 T:      git git://git.alsa-project.org/alsa-kernel.git
2346 S:      Maintained
2347 F:      sound/pci/oxygen/
2349 C6X ARCHITECTURE
2350 M:      Mark Salter <msalter@redhat.com>
2351 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2352 L:      linux-c6x-dev@linux-c6x.org
2353 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2354 S:      Maintained
2355 F:      arch/c6x/
2357 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2358 M:      David Howells <dhowells@redhat.com>
2359 L:      linux-cachefs@redhat.com
2360 S:      Supported
2361 F:      Documentation/filesystems/caching/cachefiles.txt
2362 F:      fs/cachefiles/
2364 CADET FM/AM RADIO RECEIVER DRIVER
2365 M:      Hans Verkuil <hverkuil@xs4all.nl>
2366 L:      linux-media@vger.kernel.org
2367 T:      git git://linuxtv.org/media_tree.git
2368 W:      http://linuxtv.org
2369 S:      Maintained
2370 F:      drivers/media/radio/radio-cadet*
2372 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2373 M:      Jonathan Corbet <corbet@lwn.net>
2374 L:      linux-media@vger.kernel.org
2375 T:      git git://linuxtv.org/media_tree.git
2376 S:      Maintained
2377 F:      Documentation/video4linux/cafe_ccic
2378 F:      drivers/media/platform/marvell-ccic/
2380 CAIF NETWORK LAYER
2381 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2382 L:      netdev@vger.kernel.org
2383 S:      Supported
2384 F:      Documentation/networking/caif/
2385 F:      drivers/net/caif/
2386 F:      include/uapi/linux/caif/
2387 F:      include/net/caif/
2388 F:      net/caif/
2390 CALGARY x86-64 IOMMU
2391 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2392 M:      "Jon D. Mason" <jdmason@kudzu.us>
2393 L:      discuss@x86-64.org
2394 S:      Maintained
2395 F:      arch/x86/kernel/pci-calgary_64.c
2396 F:      arch/x86/kernel/tce_64.c
2397 F:      arch/x86/include/asm/calgary.h
2398 F:      arch/x86/include/asm/tce.h
2400 CAN NETWORK LAYER
2401 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2402 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2403 L:      linux-can@vger.kernel.org
2404 W:      https://github.com/linux-can
2405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2407 S:      Maintained
2408 F:      Documentation/networking/can.txt
2409 F:      net/can/
2410 F:      include/linux/can/core.h
2411 F:      include/uapi/linux/can.h
2412 F:      include/uapi/linux/can/bcm.h
2413 F:      include/uapi/linux/can/raw.h
2414 F:      include/uapi/linux/can/gw.h
2416 CAN NETWORK DRIVERS
2417 M:      Wolfgang Grandegger <wg@grandegger.com>
2418 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2419 L:      linux-can@vger.kernel.org
2420 W:      https://github.com/linux-can
2421 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2423 S:      Maintained
2424 F:      drivers/net/can/
2425 F:      include/linux/can/dev.h
2426 F:      include/linux/can/platform/
2427 F:      include/uapi/linux/can/error.h
2428 F:      include/uapi/linux/can/netlink.h
2430 CAPABILITIES
2431 M:      Serge Hallyn <serge.hallyn@canonical.com>
2432 L:      linux-security-module@vger.kernel.org
2433 S:      Supported
2434 F:      include/linux/capability.h
2435 F:      include/uapi/linux/capability.h
2436 F:      security/commoncap.c
2437 F:      kernel/capability.c
2439 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2440 M:      Kevin Tsai <ktsai@capellamicro.com>
2441 S:      Maintained
2442 F:      drivers/iio/light/cm*
2443 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2445 CAVIUM LIQUIDIO NETWORK DRIVER
2446 M:     Derek Chickles <derek.chickles@caviumnetworks.com>
2447 M:     Satanand Burla <satananda.burla@caviumnetworks.com>
2448 M:     Felix Manlunas <felix.manlunas@caviumnetworks.com>
2449 M:     Raghu Vatsavayi <raghu.vatsavayi@caviumnetworks.com>
2450 L:     netdev@vger.kernel.org
2451 W:     http://www.cavium.com
2452 S:     Supported
2453 F:     drivers/net/ethernet/cavium/
2454 F:     drivers/net/ethernet/cavium/liquidio/
2456 CC2520 IEEE-802.15.4 RADIO DRIVER
2457 M:      Varka Bhadram <varkabhadram@gmail.com>
2458 L:      linux-wpan@vger.kernel.org
2459 S:      Maintained
2460 F:      drivers/net/ieee802154/cc2520.c
2461 F:      include/linux/spi/cc2520.h
2462 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2464 CELL BROADBAND ENGINE ARCHITECTURE
2465 M:      Arnd Bergmann <arnd@arndb.de>
2466 L:      linuxppc-dev@lists.ozlabs.org
2467 L:      cbe-oss-dev@lists.ozlabs.org
2468 W:      http://www.ibm.com/developerworks/power/cell/
2469 S:      Supported
2470 F:      arch/powerpc/include/asm/cell*.h
2471 F:      arch/powerpc/include/asm/spu*.h
2472 F:      arch/powerpc/include/uapi/asm/spu*.h
2473 F:      arch/powerpc/oprofile/*cell*
2474 F:      arch/powerpc/platforms/cell/
2476 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2477 M:      Yan, Zheng <zyan@redhat.com>
2478 M:      Sage Weil <sage@redhat.com>
2479 L:      ceph-devel@vger.kernel.org
2480 W:      http://ceph.com/
2481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2482 S:      Supported
2483 F:      Documentation/filesystems/ceph.txt
2484 F:      fs/ceph/
2485 F:      net/ceph/
2486 F:      include/linux/ceph/
2487 F:      include/linux/crush/
2489 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2490 L:      linux-usb@vger.kernel.org
2491 S:      Orphan
2492 F:      Documentation/usb/WUSB-Design-overview.txt
2493 F:      Documentation/usb/wusb-cbaf
2494 F:      drivers/usb/host/hwa-hc.c
2495 F:      drivers/usb/host/whci/
2496 F:      drivers/usb/wusbcore/
2497 F:      include/linux/usb/wusb*
2499 CFAG12864B LCD DRIVER
2500 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2501 W:      http://miguelojeda.es/auxdisplay.htm
2502 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2503 S:      Maintained
2504 F:      drivers/auxdisplay/cfag12864b.c
2505 F:      include/linux/cfag12864b.h
2507 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2508 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2509 W:      http://miguelojeda.es/auxdisplay.htm
2510 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2511 S:      Maintained
2512 F:      drivers/auxdisplay/cfag12864bfb.c
2513 F:      include/linux/cfag12864b.h
2515 CFG80211 and NL80211
2516 M:      Johannes Berg <johannes@sipsolutions.net>
2517 L:      linux-wireless@vger.kernel.org
2518 W:      http://wireless.kernel.org/
2519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2521 S:      Maintained
2522 F:      include/uapi/linux/nl80211.h
2523 F:      include/net/cfg80211.h
2524 F:      net/wireless/*
2525 X:      net/wireless/wext*
2527 CHAR and MISC DRIVERS
2528 M:      Arnd Bergmann <arnd@arndb.de>
2529 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2531 S:      Supported
2532 F:      drivers/char/*
2533 F:      drivers/misc/*
2534 F:      include/linux/miscdevice.h
2536 CHECKPATCH
2537 M:      Andy Whitcroft <apw@canonical.com>
2538 M:      Joe Perches <joe@perches.com>
2539 S:      Maintained
2540 F:      scripts/checkpatch.pl
2542 CHINESE DOCUMENTATION
2543 M:      Harry Wei <harryxiyou@gmail.com>
2544 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2545 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2546 S:      Maintained
2547 F:      Documentation/zh_CN/
2549 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2550 M:      Peter Chen <Peter.Chen@freescale.com>
2551 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
2552 L:      linux-usb@vger.kernel.org
2553 S:      Maintained
2554 F:      drivers/usb/chipidea/
2556 CHIPONE ICN8318 I2C TOUCHSCREEN DRIVER
2557 M:      Hans de Goede <hdegoede@redhat.com>
2558 L:      linux-input@vger.kernel.org
2559 S:      Maintained
2560 F:      Documentation/devicetree/bindings/input/touchscreen/chipone_icn8318.txt
2561 F:      drivers/input/touchscreen/chipone_icn8318.c
2563 CHROME HARDWARE PLATFORM SUPPORT
2564 M:      Olof Johansson <olof@lixom.net>
2565 S:      Maintained
2566 F:      drivers/platform/chrome/
2568 CISCO VIC ETHERNET NIC DRIVER
2569 M:      Christian Benvenuti <benve@cisco.com>
2570 M:      Sujith Sankar <ssujith@cisco.com>
2571 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2572 M:      Neel Patel <neepatel@cisco.com>
2573 S:      Supported
2574 F:      drivers/net/ethernet/cisco/enic/
2576 CISCO VIC LOW LATENCY NIC DRIVER
2577 M:      Upinder Malhi <umalhi@cisco.com>
2578 S:      Supported
2579 F:      drivers/infiniband/hw/usnic
2581 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2582 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2583 L:      netdev@vger.kernel.org
2584 S:      Maintained
2585 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2587 CIRRUS LOGIC AUDIO CODEC DRIVERS
2588 M:      Brian Austin <brian.austin@cirrus.com>
2589 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2590 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2591 S:      Maintained
2592 F:      sound/soc/codecs/cs*
2594 CLEANCACHE API
2595 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2596 L:      linux-kernel@vger.kernel.org
2597 S:      Maintained
2598 F:      mm/cleancache.c
2599 F:      include/linux/cleancache.h
2601 CLK API
2602 M:      Russell King <linux@arm.linux.org.uk>
2603 L:      linux-clk@vger.kernel.org
2604 S:      Maintained
2605 F:      include/linux/clk.h
2607 CLOCKSOURCE, CLOCKEVENT DRIVERS
2608 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2609 M:      Thomas Gleixner <tglx@linutronix.de>
2610 L:      linux-kernel@vger.kernel.org
2611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2612 S:      Supported
2613 F:      drivers/clocksource
2615 CISCO FCOE HBA DRIVER
2616 M:      Hiral Patel <hiralpat@cisco.com>
2617 M:      Suma Ramars <sramars@cisco.com>
2618 M:      Brian Uchino <buchino@cisco.com>
2619 L:      linux-scsi@vger.kernel.org
2620 S:      Supported
2621 F:      drivers/scsi/fnic/
2623 CMPC ACPI DRIVER
2624 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2625 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2626 L:      platform-driver-x86@vger.kernel.org
2627 S:      Supported
2628 F:      drivers/platform/x86/classmate-laptop.c
2630 COCCINELLE/Semantic Patches (SmPL)
2631 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2632 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2633 M:      Nicolas Palix <nicolas.palix@imag.fr>
2634 M:      Michal Marek <mmarek@suse.cz>
2635 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2637 W:      http://coccinelle.lip6.fr/
2638 S:      Supported
2639 F:      Documentation/coccinelle.txt
2640 F:      scripts/coccinelle/
2641 F:      scripts/coccicheck
2643 CODA FILE SYSTEM
2644 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2645 M:      coda@cs.cmu.edu
2646 L:      codalist@coda.cs.cmu.edu
2647 W:      http://www.coda.cs.cmu.edu/
2648 S:      Maintained
2649 F:      Documentation/filesystems/coda.txt
2650 F:      fs/coda/
2651 F:      include/linux/coda*.h
2652 F:      include/uapi/linux/coda*.h
2654 CODA V4L2 MEM2MEM DRIVER
2655 M:      Philipp Zabel <p.zabel@pengutronix.de>
2656 L:      linux-media@vger.kernel.org
2657 S:      Maintained
2658 F:      Documentation/devicetree/bindings/media/coda.txt
2659 F:      drivers/media/platform/coda/
2661 COMMON CLK FRAMEWORK
2662 M:      Mike Turquette <mturquette@linaro.org>
2663 M:      Stephen Boyd <sboyd@codeaurora.org>
2664 L:      linux-clk@vger.kernel.org
2665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2666 S:      Maintained
2667 F:      drivers/clk/
2668 X:      drivers/clk/clkdev.c
2669 F:      include/linux/clk-pr*
2670 F:      include/linux/clk/
2672 COMMON INTERNET FILE SYSTEM (CIFS)
2673 M:      Steve French <sfrench@samba.org>
2674 L:      linux-cifs@vger.kernel.org
2675 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2676 W:      http://linux-cifs.samba.org/
2677 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2678 S:      Supported
2679 F:      Documentation/filesystems/cifs/
2680 F:      fs/cifs/
2682 COMPACTPCI HOTPLUG CORE
2683 M:      Scott Murray <scott@spiteful.org>
2684 L:      linux-pci@vger.kernel.org
2685 S:      Maintained
2686 F:      drivers/pci/hotplug/cpci_hotplug*
2688 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2689 M:      Scott Murray <scott@spiteful.org>
2690 L:      linux-pci@vger.kernel.org
2691 S:      Maintained
2692 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2694 COMPACTPCI HOTPLUG GENERIC DRIVER
2695 M:      Scott Murray <scott@spiteful.org>
2696 L:      linux-pci@vger.kernel.org
2697 S:      Maintained
2698 F:      drivers/pci/hotplug/cpcihp_generic.c
2700 COMPAL LAPTOP SUPPORT
2701 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2702 L:      platform-driver-x86@vger.kernel.org
2703 S:      Maintained
2704 F:      drivers/platform/x86/compal-laptop.c
2706 CONEXANT ACCESSRUNNER USB DRIVER
2707 M:      Simon Arlott <cxacru@fire.lp0.eu>
2708 L:      accessrunner-general@lists.sourceforge.net
2709 W:      http://accessrunner.sourceforge.net/
2710 S:      Maintained
2711 F:      drivers/usb/atm/cxacru.c
2713 CONFIGFS
2714 M:      Joel Becker <jlbec@evilplan.org>
2715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2716 S:      Supported
2717 F:      fs/configfs/
2718 F:      include/linux/configfs.h
2720 CONNECTOR
2721 M:      Evgeniy Polyakov <zbr@ioremap.net>
2722 L:      netdev@vger.kernel.org
2723 S:      Maintained
2724 F:      drivers/connector/
2726 CONTROL GROUP (CGROUP)
2727 M:      Tejun Heo <tj@kernel.org>
2728 M:      Li Zefan <lizefan@huawei.com>
2729 L:      cgroups@vger.kernel.org
2730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2731 S:      Maintained
2732 F:      Documentation/cgroups/
2733 F:      include/linux/cgroup*
2734 F:      kernel/cgroup*
2736 CONTROL GROUP - CPUSET
2737 M:      Li Zefan <lizefan@huawei.com>
2738 L:      cgroups@vger.kernel.org
2739 W:      http://www.bullopensource.org/cpuset/
2740 W:      http://oss.sgi.com/projects/cpusets/
2741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2742 S:      Maintained
2743 F:      Documentation/cgroups/cpusets.txt
2744 F:      include/linux/cpuset.h
2745 F:      kernel/cpuset.c
2747 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2748 M:      Johannes Weiner <hannes@cmpxchg.org>
2749 M:      Michal Hocko <mhocko@suse.cz>
2750 L:      cgroups@vger.kernel.org
2751 L:      linux-mm@kvack.org
2752 S:      Maintained
2753 F:      mm/memcontrol.c
2754 F:      mm/swap_cgroup.c
2756 CORETEMP HARDWARE MONITORING DRIVER
2757 M:      Fenghua Yu <fenghua.yu@intel.com>
2758 L:      lm-sensors@lm-sensors.org
2759 S:      Maintained
2760 F:      Documentation/hwmon/coretemp
2761 F:      drivers/hwmon/coretemp.c
2763 COSA/SRP SYNC SERIAL DRIVER
2764 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2765 W:      http://www.fi.muni.cz/~kas/cosa/
2766 S:      Maintained
2767 F:      drivers/net/wan/cosa*
2769 CPMAC ETHERNET DRIVER
2770 M:      Florian Fainelli <florian@openwrt.org>
2771 L:      netdev@vger.kernel.org
2772 S:      Maintained
2773 F:      drivers/net/ethernet/ti/cpmac.c
2775 CPU FREQUENCY DRIVERS
2776 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2777 M:      Viresh Kumar <viresh.kumar@linaro.org>
2778 L:      linux-pm@vger.kernel.org
2779 S:      Maintained
2780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2781 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2782 F:      drivers/cpufreq/
2783 F:      include/linux/cpufreq.h
2785 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2786 M:      Viresh Kumar <viresh.kumar@linaro.org>
2787 M:      Sudeep Holla <sudeep.holla@arm.com>
2788 L:      linux-pm@vger.kernel.org
2789 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2790 S:      Maintained
2791 F:      drivers/cpufreq/arm_big_little.h
2792 F:      drivers/cpufreq/arm_big_little.c
2793 F:      drivers/cpufreq/arm_big_little_dt.c
2795 CPUIDLE DRIVER - ARM BIG LITTLE
2796 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2797 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2798 L:      linux-pm@vger.kernel.org
2799 L:      linux-arm-kernel@lists.infradead.org
2800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2801 S:      Maintained
2802 F:      drivers/cpuidle/cpuidle-big_little.c
2804 CPUIDLE DRIVER - ARM EXYNOS
2805 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2806 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2807 M:      Kukjin Kim <kgene@kernel.org>
2808 L:      linux-pm@vger.kernel.org
2809 L:      linux-samsung-soc@vger.kernel.org
2810 S:      Supported
2811 F:      drivers/cpuidle/cpuidle-exynos.c
2812 F:      arch/arm/mach-exynos/pm.c
2814 CPUIDLE DRIVERS
2815 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2816 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2817 L:      linux-pm@vger.kernel.org
2818 S:      Maintained
2819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2820 F:      drivers/cpuidle/*
2821 F:      include/linux/cpuidle.h
2823 CPUID/MSR DRIVER
2824 M:      "H. Peter Anvin" <hpa@zytor.com>
2825 S:      Maintained
2826 F:      arch/x86/kernel/cpuid.c
2827 F:      arch/x86/kernel/msr.c
2829 CPU POWER MONITORING SUBSYSTEM
2830 M:      Thomas Renninger <trenn@suse.de>
2831 L:      linux-pm@vger.kernel.org
2832 S:      Maintained
2833 F:      tools/power/cpupower/
2835 CRAMFS FILESYSTEM
2836 W:      http://sourceforge.net/projects/cramfs/
2837 S:      Orphan / Obsolete
2838 F:      Documentation/filesystems/cramfs.txt
2839 F:      fs/cramfs/
2841 CRIS PORT
2842 M:      Mikael Starvik <starvik@axis.com>
2843 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2844 L:      linux-cris-kernel@axis.com
2845 W:      http://developer.axis.com
2846 S:      Maintained
2847 F:      arch/cris/
2848 F:      drivers/tty/serial/crisv10.*
2850 CRYPTO API
2851 M:      Herbert Xu <herbert@gondor.apana.org.au>
2852 M:      "David S. Miller" <davem@davemloft.net>
2853 L:      linux-crypto@vger.kernel.org
2854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2855 S:      Maintained
2856 F:      Documentation/crypto/
2857 F:      Documentation/DocBook/crypto-API.tmpl
2858 F:      arch/*/crypto/
2859 F:      crypto/
2860 F:      drivers/crypto/
2861 F:      include/crypto/
2863 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2864 M:      Neil Horman <nhorman@tuxdriver.com>
2865 L:      linux-crypto@vger.kernel.org
2866 S:      Maintained
2867 F:      crypto/ansi_cprng.c
2868 F:      crypto/rng.c
2870 CS5535 Audio ALSA driver
2871 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2872 S:      Maintained
2873 F:      sound/pci/cs5535audio/
2875 CW1200 WLAN driver
2876 M:      Solomon Peachy <pizza@shaftnet.org>
2877 S:      Maintained
2878 F:      drivers/net/wireless/cw1200/
2880 CX18 VIDEO4LINUX DRIVER
2881 M:      Andy Walls <awalls@md.metrocast.net>
2882 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2883 L:      linux-media@vger.kernel.org
2884 T:      git git://linuxtv.org/media_tree.git
2885 W:      http://linuxtv.org
2886 W:      http://www.ivtvdriver.org/index.php/Cx18
2887 S:      Maintained
2888 F:      Documentation/video4linux/cx18.txt
2889 F:      drivers/media/pci/cx18/
2890 F:      include/uapi/linux/ivtv*
2892 CX2341X MPEG ENCODER HELPER MODULE
2893 M:      Hans Verkuil <hverkuil@xs4all.nl>
2894 L:      linux-media@vger.kernel.org
2895 T:      git git://linuxtv.org/media_tree.git
2896 W:      http://linuxtv.org
2897 S:      Maintained
2898 F:      drivers/media/common/cx2341x*
2899 F:      include/media/cx2341x*
2901 CX88 VIDEO4LINUX DRIVER
2902 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2903 L:      linux-media@vger.kernel.org
2904 W:      http://linuxtv.org
2905 T:      git git://linuxtv.org/media_tree.git
2906 S:      Odd fixes
2907 F:      Documentation/video4linux/cx88/
2908 F:      drivers/media/pci/cx88/
2910 CXD2820R MEDIA DRIVER
2911 M:      Antti Palosaari <crope@iki.fi>
2912 L:      linux-media@vger.kernel.org
2913 W:      http://linuxtv.org/
2914 W:      http://palosaari.fi/linux/
2915 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2916 T:      git git://linuxtv.org/anttip/media_tree.git
2917 S:      Maintained
2918 F:      drivers/media/dvb-frontends/cxd2820r*
2920 CXGB3 ETHERNET DRIVER (CXGB3)
2921 M:      Santosh Raspatur <santosh@chelsio.com>
2922 L:      netdev@vger.kernel.org
2923 W:      http://www.chelsio.com
2924 S:      Supported
2925 F:      drivers/net/ethernet/chelsio/cxgb3/
2927 CXGB3 ISCSI DRIVER (CXGB3I)
2928 M:      Karen Xie <kxie@chelsio.com>
2929 L:      linux-scsi@vger.kernel.org
2930 W:      http://www.chelsio.com
2931 S:      Supported
2932 F:      drivers/scsi/cxgbi/cxgb3i
2934 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2935 M:      Steve Wise <swise@chelsio.com>
2936 L:      linux-rdma@vger.kernel.org
2937 W:      http://www.openfabrics.org
2938 S:      Supported
2939 F:      drivers/infiniband/hw/cxgb3/
2941 CXGB4 ETHERNET DRIVER (CXGB4)
2942 M:      Hariprasad S <hariprasad@chelsio.com>
2943 L:      netdev@vger.kernel.org
2944 W:      http://www.chelsio.com
2945 S:      Supported
2946 F:      drivers/net/ethernet/chelsio/cxgb4/
2948 CXGB4 ISCSI DRIVER (CXGB4I)
2949 M:      Karen Xie <kxie@chelsio.com>
2950 L:      linux-scsi@vger.kernel.org
2951 W:      http://www.chelsio.com
2952 S:      Supported
2953 F:      drivers/scsi/cxgbi/cxgb4i
2955 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2956 M:      Steve Wise <swise@chelsio.com>
2957 L:      linux-rdma@vger.kernel.org
2958 W:      http://www.openfabrics.org
2959 S:      Supported
2960 F:      drivers/infiniband/hw/cxgb4/
2962 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2963 M:      Casey Leedom <leedom@chelsio.com>
2964 L:      netdev@vger.kernel.org
2965 W:      http://www.chelsio.com
2966 S:      Supported
2967 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2969 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2970 M:      Ian Munsie <imunsie@au1.ibm.com>
2971 M:      Michael Neuling <mikey@neuling.org>
2972 L:      linuxppc-dev@lists.ozlabs.org
2973 S:      Supported
2974 F:      drivers/misc/cxl/
2975 F:      include/misc/cxl.h
2976 F:      include/uapi/misc/cxl.h
2977 F:      Documentation/powerpc/cxl.txt
2978 F:      Documentation/powerpc/cxl.txt
2979 F:      Documentation/ABI/testing/sysfs-class-cxl
2981 STMMAC ETHERNET DRIVER
2982 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2983 L:      netdev@vger.kernel.org
2984 W:      http://www.stlinux.com
2985 S:      Supported
2986 F:      drivers/net/ethernet/stmicro/stmmac/
2988 CYBERPRO FB DRIVER
2989 M:      Russell King <linux@arm.linux.org.uk>
2990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2991 W:      http://www.arm.linux.org.uk/
2992 S:      Maintained
2993 F:      drivers/video/fbdev/cyber2000fb.*
2995 CYCLADES ASYNC MUX DRIVER
2996 W:      http://www.cyclades.com/
2997 S:      Orphan
2998 F:      drivers/tty/cyclades.c
2999 F:      include/linux/cyclades.h
3000 F:      include/uapi/linux/cyclades.h
3002 CYCLADES PC300 DRIVER
3003 W:      http://www.cyclades.com/
3004 S:      Orphan
3005 F:      drivers/net/wan/pc300*
3007 CYPRESS_FIRMWARE MEDIA DRIVER
3008 M:      Antti Palosaari <crope@iki.fi>
3009 L:      linux-media@vger.kernel.org
3010 W:      http://linuxtv.org/
3011 W:      http://palosaari.fi/linux/
3012 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3013 T:      git git://linuxtv.org/anttip/media_tree.git
3014 S:      Maintained
3015 F:      drivers/media/common/cypress_firmware*
3017 CYTTSP TOUCHSCREEN DRIVER
3018 M:      Ferruh Yigit <fery@cypress.com>
3019 L:      linux-input@vger.kernel.org
3020 S:      Supported
3021 F:      drivers/input/touchscreen/cyttsp*
3022 F:      include/linux/input/cyttsp.h
3024 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
3025 M:      Joshua Kinard <kumba@gentoo.org>
3026 S:      Maintained
3027 F:      drivers/rtc/rtc-ds1685.c
3028 F:      include/linux/rtc/ds1685.h
3030 DAMA SLAVE for AX.25
3031 M:      Joerg Reuter <jreuter@yaina.de>
3032 W:      http://yaina.de/jreuter/
3033 W:      http://www.qsl.net/dl1bke/
3034 L:      linux-hams@vger.kernel.org
3035 S:      Maintained
3036 F:      net/ax25/af_ax25.c
3037 F:      net/ax25/ax25_dev.c
3038 F:      net/ax25/ax25_ds_*
3039 F:      net/ax25/ax25_in.c
3040 F:      net/ax25/ax25_out.c
3041 F:      net/ax25/ax25_timer.c
3042 F:      net/ax25/sysctl_net_ax25.c
3044 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
3045 L:      netdev@vger.kernel.org
3046 S:      Orphan
3047 F:      Documentation/networking/dmfe.txt
3048 F:      drivers/net/ethernet/dec/tulip/dmfe.c
3050 DC390/AM53C974 SCSI driver
3051 M:      Hannes Reinecke <hare@suse.de>
3052 L:      linux-scsi@vger.kernel.org
3053 S:      Maintained
3054 F:      drivers/scsi/am53c974.c
3056 DC395x SCSI driver
3057 M:      Oliver Neukum <oliver@neukum.org>
3058 M:      Ali Akcaagac <aliakc@web.de>
3059 M:      Jamie Lenehan <lenehan@twibble.org>
3060 L:      dc395x@twibble.org
3061 W:      http://twibble.org/dist/dc395x/
3062 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3063 S:      Maintained
3064 F:      Documentation/scsi/dc395x.txt
3065 F:      drivers/scsi/dc395x.*
3067 DCCP PROTOCOL
3068 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3069 L:      dccp@vger.kernel.org
3070 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3071 S:      Maintained
3072 F:      include/linux/dccp.h
3073 F:      include/uapi/linux/dccp.h
3074 F:      include/linux/tfrc.h
3075 F:      net/dccp/
3077 DECnet NETWORK LAYER
3078 W:      http://linux-decnet.sourceforge.net
3079 L:      linux-decnet-user@lists.sourceforge.net
3080 S:      Orphan
3081 F:      Documentation/networking/decnet.txt
3082 F:      net/decnet/
3084 DECSTATION PLATFORM SUPPORT
3085 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3086 L:      linux-mips@linux-mips.org
3087 W:      http://www.linux-mips.org/wiki/DECstation
3088 S:      Maintained
3089 F:      arch/mips/dec/
3090 F:      arch/mips/include/asm/dec/
3091 F:      arch/mips/include/asm/mach-dec/
3093 DEFXX FDDI NETWORK DRIVER
3094 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3095 S:      Maintained
3096 F:      drivers/net/fddi/defxx.*
3098 DELL LAPTOP DRIVER
3099 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3100 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3101 L:      platform-driver-x86@vger.kernel.org
3102 S:      Maintained
3103 F:      drivers/platform/x86/dell-laptop.c
3105 DELL LAPTOP FREEFALL DRIVER
3106 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3107 S:      Maintained
3108 F:      drivers/platform/x86/dell-smo8800.c
3110 DELL LAPTOP SMM DRIVER
3111 M:      Guenter Roeck <linux@roeck-us.net>
3112 S:      Maintained
3113 F:      drivers/char/i8k.c
3114 F:      include/uapi/linux/i8k.h
3116 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3117 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3118 S:      Maintained
3119 F:      Documentation/dcdbas.txt
3120 F:      drivers/firmware/dcdbas.*
3122 DELL WMI EXTRAS DRIVER
3123 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3124 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
3125 S:      Maintained
3126 F:      drivers/platform/x86/dell-wmi.c
3128 DESIGNWARE USB2 DRD IP DRIVER
3129 M:      John Youn <johnyoun@synopsys.com>
3130 L:      linux-usb@vger.kernel.org
3131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3132 S:      Maintained
3133 F:      drivers/usb/dwc2/
3135 DESIGNWARE USB3 DRD IP DRIVER
3136 M:      Felipe Balbi <balbi@ti.com>
3137 L:      linux-usb@vger.kernel.org
3138 L:      linux-omap@vger.kernel.org
3139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3140 S:      Maintained
3141 F:      drivers/usb/dwc3/
3143 DEVICE COREDUMP (DEV_COREDUMP)
3144 M:      Johannes Berg <johannes@sipsolutions.net>
3145 L:      linux-kernel@vger.kernel.org
3146 S:      Maintained
3147 F:      drivers/base/devcoredump.c
3148 F:      include/linux/devcoredump.h
3150 DEVICE FREQUENCY (DEVFREQ)
3151 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3152 M:      Kyungmin Park <kyungmin.park@samsung.com>
3153 L:      linux-pm@vger.kernel.org
3154 S:      Maintained
3155 F:      drivers/devfreq/
3157 DEVICE NUMBER REGISTRY
3158 M:      Torben Mathiasen <device@lanana.org>
3159 W:      http://lanana.org/docs/device-list/index.html
3160 S:      Maintained
3162 DEVICE-MAPPER  (LVM)
3163 M:      Alasdair Kergon <agk@redhat.com>
3164 M:      Mike Snitzer <snitzer@redhat.com>
3165 M:      dm-devel@redhat.com
3166 L:      dm-devel@redhat.com
3167 W:      http://sources.redhat.com/dm
3168 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3170 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3171 S:      Maintained
3172 F:      Documentation/device-mapper/
3173 F:      drivers/md/dm*
3174 F:      drivers/md/persistent-data/
3175 F:      include/linux/device-mapper.h
3176 F:      include/linux/dm-*.h
3177 F:      include/uapi/linux/dm-*.h
3179 DIALOG SEMICONDUCTOR DRIVERS
3180 M:      Support Opensource <support.opensource@diasemi.com>
3181 W:      http://www.dialog-semiconductor.com/products
3182 S:      Supported
3183 F:      Documentation/hwmon/da90??
3184 F:      drivers/gpio/gpio-da90??.c
3185 F:      drivers/hwmon/da90??-hwmon.c
3186 F:      drivers/iio/adc/da91??-*.c
3187 F:      drivers/input/misc/da90??_onkey.c
3188 F:      drivers/input/touchscreen/da9052_tsi.c
3189 F:      drivers/leds/leds-da90??.c
3190 F:      drivers/mfd/da903x.c
3191 F:      drivers/mfd/da90??-*.c
3192 F:      drivers/mfd/da91??-*.c
3193 F:      drivers/power/da9052-battery.c
3194 F:      drivers/power/da91??-*.c
3195 F:      drivers/regulator/da903x.c
3196 F:      drivers/regulator/da9???-regulator.[ch]
3197 F:      drivers/rtc/rtc-da90??.c
3198 F:      drivers/video/backlight/da90??_bl.c
3199 F:      drivers/watchdog/da90??_wdt.c
3200 F:      include/linux/mfd/da903x.h
3201 F:      include/linux/mfd/da9052/
3202 F:      include/linux/mfd/da9055/
3203 F:      include/linux/mfd/da9063/
3204 F:      include/linux/mfd/da9150/
3205 F:      include/sound/da[79]*.h
3206 F:      sound/soc/codecs/da[79]*.[ch]
3208 DIGI NEO AND CLASSIC PCI PRODUCTS
3209 M:      Lidza Louina <lidza.louina@gmail.com>
3210 M:      Mark Hounschell <markh@compro.net>
3211 L:      driverdev-devel@linuxdriverproject.org
3212 S:      Maintained
3213 F:      drivers/staging/dgnc/
3215 DIGI EPCA PCI PRODUCTS
3216 M:      Lidza Louina <lidza.louina@gmail.com>
3217 M:      Mark Hounschell <markh@compro.net>
3218 M:      Daeseok Youn <daeseok.youn@gmail.com>
3219 L:      driverdev-devel@linuxdriverproject.org
3220 S:      Maintained
3221 F:      drivers/staging/dgap/
3223 DIOLAN U2C-12 I2C DRIVER
3224 M:      Guenter Roeck <linux@roeck-us.net>
3225 L:      linux-i2c@vger.kernel.org
3226 S:      Maintained
3227 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3229 DIRECT ACCESS (DAX)
3230 M:      Matthew Wilcox <willy@linux.intel.com>
3231 L:      linux-fsdevel@vger.kernel.org
3232 S:      Supported
3233 F:      fs/dax.c
3235 DIRECTORY NOTIFICATION (DNOTIFY)
3236 M:      Eric Paris <eparis@parisplace.org>
3237 S:      Maintained
3238 F:      Documentation/filesystems/dnotify.txt
3239 F:      fs/notify/dnotify/
3240 F:      include/linux/dnotify.h
3242 DISK GEOMETRY AND PARTITION HANDLING
3243 M:      Andries Brouwer <aeb@cwi.nl>
3244 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3245 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3246 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3247 S:      Maintained
3249 DISKQUOTA
3250 M:      Jan Kara <jack@suse.cz>
3251 S:      Maintained
3252 F:      Documentation/filesystems/quota.txt
3253 F:      fs/quota/
3254 F:      include/linux/quota*.h
3255 F:      include/uapi/linux/quota*.h
3257 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3258 M:      Bernie Thompson <bernie@plugable.com>
3259 L:      linux-fbdev@vger.kernel.org
3260 S:      Maintained
3261 W:      http://plugable.com/category/projects/udlfb/
3262 F:      drivers/video/fbdev/udlfb.c
3263 F:      include/video/udlfb.h
3264 F:      Documentation/fb/udlfb.txt
3266 DISTRIBUTED LOCK MANAGER (DLM)
3267 M:      Christine Caulfield <ccaulfie@redhat.com>
3268 M:      David Teigland <teigland@redhat.com>
3269 L:      cluster-devel@redhat.com
3270 W:      http://sources.redhat.com/cluster/
3271 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3272 S:      Supported
3273 F:      fs/dlm/
3275 DMA BUFFER SHARING FRAMEWORK
3276 M:      Sumit Semwal <sumit.semwal@linaro.org>
3277 S:      Maintained
3278 L:      linux-media@vger.kernel.org
3279 L:      dri-devel@lists.freedesktop.org
3280 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3281 F:      drivers/dma-buf/
3282 F:      include/linux/dma-buf*
3283 F:      include/linux/reservation.h
3284 F:      include/linux/*fence.h
3285 F:      Documentation/dma-buf-sharing.txt
3286 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3288 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3289 M:      Vinod Koul <vinod.koul@intel.com>
3290 L:      dmaengine@vger.kernel.org
3291 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3292 S:      Maintained
3293 F:      drivers/dma/
3294 F:      include/linux/dmaengine.h
3295 F:      Documentation/dmaengine/
3296 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3298 DME1737 HARDWARE MONITOR DRIVER
3299 M:      Juerg Haefliger <juergh@gmail.com>
3300 L:      lm-sensors@lm-sensors.org
3301 S:      Maintained
3302 F:      Documentation/hwmon/dme1737
3303 F:      drivers/hwmon/dme1737.c
3305 DMI/SMBIOS SUPPORT
3306 M:      Jean Delvare <jdelvare@suse.de>
3307 S:      Maintained
3308 F:      drivers/firmware/dmi-id.c
3309 F:      drivers/firmware/dmi_scan.c
3310 F:      include/linux/dmi.h
3312 DOCUMENTATION
3313 M:      Jonathan Corbet <corbet@lwn.net>
3314 L:      linux-doc@vger.kernel.org
3315 S:      Maintained
3316 F:      Documentation/
3317 X:      Documentation/ABI/
3318 X:      Documentation/devicetree/
3319 X:      Documentation/acpi
3320 X:      Documentation/power
3321 X:      Documentation/spi
3322 T:      git git://git.lwn.net/linux-2.6.git docs-next
3324 DOUBLETALK DRIVER
3325 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3326 L:      blinux-list@redhat.com
3327 S:      Maintained
3328 F:      drivers/char/dtlk.c
3329 F:      include/linux/dtlk.h
3331 DPT_I2O SCSI RAID DRIVER
3332 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3333 L:      linux-scsi@vger.kernel.org
3334 W:      http://www.adaptec.com/
3335 S:      Maintained
3336 F:      drivers/scsi/dpt*
3337 F:      drivers/scsi/dpt/
3339 DRBD DRIVER
3340 P:      Philipp Reisner
3341 P:      Lars Ellenberg
3342 M:      drbd-dev@lists.linbit.com
3343 L:      drbd-user@lists.linbit.com
3344 W:      http://www.drbd.org
3345 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3346 T:      git git://git.drbd.org/drbd-8.3.git
3347 S:      Supported
3348 F:      drivers/block/drbd/
3349 F:      lib/lru_cache.c
3350 F:      Documentation/blockdev/drbd/
3352 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3353 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3355 S:      Supported
3356 F:      Documentation/kobject.txt
3357 F:      drivers/base/
3358 F:      fs/sysfs/
3359 F:      fs/debugfs/
3360 F:      include/linux/kobj*
3361 F:      include/linux/debugfs.h
3362 F:      lib/kobj*
3364 DRM DRIVERS
3365 M:      David Airlie <airlied@linux.ie>
3366 L:      dri-devel@lists.freedesktop.org
3367 T:      git git://people.freedesktop.org/~airlied/linux
3368 S:      Maintained
3369 F:      drivers/gpu/drm/
3370 F:      drivers/gpu/vga/
3371 F:      include/drm/
3372 F:      include/uapi/drm/
3374 RADEON DRM DRIVERS
3375 M:      Alex Deucher <alexander.deucher@amd.com>
3376 M:      Christian König <christian.koenig@amd.com>
3377 L:      dri-devel@lists.freedesktop.org
3378 T:      git git://people.freedesktop.org/~agd5f/linux
3379 S:      Supported
3380 F:      drivers/gpu/drm/radeon/
3381 F:      include/uapi/drm/radeon*
3383 DRM PANEL DRIVERS
3384 M:      Thierry Reding <thierry.reding@gmail.com>
3385 L:      dri-devel@lists.freedesktop.org
3386 T:      git git://anongit.freedesktop.org/tegra/linux.git
3387 S:      Maintained
3388 F:      drivers/gpu/drm/drm_panel.c
3389 F:      drivers/gpu/drm/panel/
3390 F:      include/drm/drm_panel.h
3391 F:      Documentation/devicetree/bindings/panel/
3393 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3394 M:      Daniel Vetter <daniel.vetter@intel.com>
3395 M:      Jani Nikula <jani.nikula@linux.intel.com>
3396 L:      intel-gfx@lists.freedesktop.org
3397 L:      dri-devel@lists.freedesktop.org
3398 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3399 T:      git git://anongit.freedesktop.org/drm-intel
3400 S:      Supported
3401 F:      drivers/gpu/drm/i915/
3402 F:      include/drm/i915*
3403 F:      include/uapi/drm/i915*
3405 DRM DRIVERS FOR EXYNOS
3406 M:      Inki Dae <inki.dae@samsung.com>
3407 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3408 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3409 M:      Kyungmin Park <kyungmin.park@samsung.com>
3410 L:      dri-devel@lists.freedesktop.org
3411 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3412 S:      Supported
3413 F:      drivers/gpu/drm/exynos/
3414 F:      include/drm/exynos*
3415 F:      include/uapi/drm/exynos*
3417 DRM DRIVERS FOR FREESCALE IMX
3418 M:      Philipp Zabel <p.zabel@pengutronix.de>
3419 L:      dri-devel@lists.freedesktop.org
3420 S:      Maintained
3421 F:      drivers/gpu/drm/imx/
3422 F:      Documentation/devicetree/bindings/drm/imx/
3424 DRM DRIVERS FOR NVIDIA TEGRA
3425 M:      Thierry Reding <thierry.reding@gmail.com>
3426 M:      Terje Bergström <tbergstrom@nvidia.com>
3427 L:      dri-devel@lists.freedesktop.org
3428 L:      linux-tegra@vger.kernel.org
3429 T:      git git://anongit.freedesktop.org/tegra/linux.git
3430 S:      Supported
3431 F:      drivers/gpu/drm/tegra/
3432 F:      drivers/gpu/host1x/
3433 F:      include/linux/host1x.h
3434 F:      include/uapi/drm/tegra_drm.h
3435 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3437 DRM DRIVERS FOR RENESAS
3438 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3439 L:      dri-devel@lists.freedesktop.org
3440 L:      linux-sh@vger.kernel.org
3441 T:      git git://people.freedesktop.org/~airlied/linux
3442 S:      Supported
3443 F:      drivers/gpu/drm/rcar-du/
3444 F:      drivers/gpu/drm/shmobile/
3445 F:      include/linux/platform_data/shmob_drm.h
3447 DRM DRIVERS FOR ROCKCHIP
3448 M:      Mark Yao <mark.yao@rock-chips.com>
3449 L:      dri-devel@lists.freedesktop.org
3450 S:      Maintained
3451 F:      drivers/gpu/drm/rockchip/
3452 F:      Documentation/devicetree/bindings/video/rockchip*
3454 DSBR100 USB FM RADIO DRIVER
3455 M:      Alexey Klimov <klimov.linux@gmail.com>
3456 L:      linux-media@vger.kernel.org
3457 T:      git git://linuxtv.org/media_tree.git
3458 S:      Maintained
3459 F:      drivers/media/radio/dsbr100.c
3461 DSCC4 DRIVER
3462 M:      Francois Romieu <romieu@fr.zoreil.com>
3463 L:      netdev@vger.kernel.org
3464 S:      Maintained
3465 F:      drivers/net/wan/dscc4.c
3467 DVB_USB_AF9015 MEDIA DRIVER
3468 M:      Antti Palosaari <crope@iki.fi>
3469 L:      linux-media@vger.kernel.org
3470 W:      http://linuxtv.org/
3471 W:      http://palosaari.fi/linux/
3472 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3473 T:      git git://linuxtv.org/anttip/media_tree.git
3474 S:      Maintained
3475 F:      drivers/media/usb/dvb-usb-v2/af9015*
3477 DVB_USB_AF9035 MEDIA DRIVER
3478 M:      Antti Palosaari <crope@iki.fi>
3479 L:      linux-media@vger.kernel.org
3480 W:      http://linuxtv.org/
3481 W:      http://palosaari.fi/linux/
3482 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3483 T:      git git://linuxtv.org/anttip/media_tree.git
3484 S:      Maintained
3485 F:      drivers/media/usb/dvb-usb-v2/af9035*
3487 DVB_USB_ANYSEE MEDIA DRIVER
3488 M:      Antti Palosaari <crope@iki.fi>
3489 L:      linux-media@vger.kernel.org
3490 W:      http://linuxtv.org/
3491 W:      http://palosaari.fi/linux/
3492 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3493 T:      git git://linuxtv.org/anttip/media_tree.git
3494 S:      Maintained
3495 F:      drivers/media/usb/dvb-usb-v2/anysee*
3497 DVB_USB_AU6610 MEDIA DRIVER
3498 M:      Antti Palosaari <crope@iki.fi>
3499 L:      linux-media@vger.kernel.org
3500 W:      http://linuxtv.org/
3501 W:      http://palosaari.fi/linux/
3502 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3503 T:      git git://linuxtv.org/anttip/media_tree.git
3504 S:      Maintained
3505 F:      drivers/media/usb/dvb-usb-v2/au6610*
3507 DVB_USB_CE6230 MEDIA DRIVER
3508 M:      Antti Palosaari <crope@iki.fi>
3509 L:      linux-media@vger.kernel.org
3510 W:      http://linuxtv.org/
3511 W:      http://palosaari.fi/linux/
3512 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3513 T:      git git://linuxtv.org/anttip/media_tree.git
3514 S:      Maintained
3515 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3517 DVB_USB_CXUSB MEDIA DRIVER
3518 M:      Michael Krufky <mkrufky@linuxtv.org>
3519 L:      linux-media@vger.kernel.org
3520 W:      http://linuxtv.org/
3521 W:      http://github.com/mkrufky
3522 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3523 T:      git git://linuxtv.org/media_tree.git
3524 S:      Maintained
3525 F:      drivers/media/usb/dvb-usb/cxusb*
3527 DVB_USB_EC168 MEDIA DRIVER
3528 M:      Antti Palosaari <crope@iki.fi>
3529 L:      linux-media@vger.kernel.org
3530 W:      http://linuxtv.org/
3531 W:      http://palosaari.fi/linux/
3532 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3533 T:      git git://linuxtv.org/anttip/media_tree.git
3534 S:      Maintained
3535 F:      drivers/media/usb/dvb-usb-v2/ec168*
3537 DVB_USB_GL861 MEDIA DRIVER
3538 M:      Antti Palosaari <crope@iki.fi>
3539 L:      linux-media@vger.kernel.org
3540 W:      http://linuxtv.org/
3541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3542 T:      git git://linuxtv.org/anttip/media_tree.git
3543 S:      Maintained
3544 F:      drivers/media/usb/dvb-usb-v2/gl861*
3546 DVB_USB_MXL111SF MEDIA DRIVER
3547 M:      Michael Krufky <mkrufky@linuxtv.org>
3548 L:      linux-media@vger.kernel.org
3549 W:      http://linuxtv.org/
3550 W:      http://github.com/mkrufky
3551 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3552 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3553 S:      Maintained
3554 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3556 DVB_USB_RTL28XXU MEDIA DRIVER
3557 M:      Antti Palosaari <crope@iki.fi>
3558 L:      linux-media@vger.kernel.org
3559 W:      http://linuxtv.org/
3560 W:      http://palosaari.fi/linux/
3561 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3562 T:      git git://linuxtv.org/anttip/media_tree.git
3563 S:      Maintained
3564 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3566 DVB_USB_V2 MEDIA DRIVER
3567 M:      Antti Palosaari <crope@iki.fi>
3568 L:      linux-media@vger.kernel.org
3569 W:      http://linuxtv.org/
3570 W:      http://palosaari.fi/linux/
3571 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3572 T:      git git://linuxtv.org/anttip/media_tree.git
3573 S:      Maintained
3574 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3575 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3577 DYNAMIC DEBUG
3578 M:      Jason Baron <jbaron@akamai.com>
3579 S:      Maintained
3580 F:      lib/dynamic_debug.c
3581 F:      include/linux/dynamic_debug.h
3583 DZ DECSTATION DZ11 SERIAL DRIVER
3584 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3585 S:      Maintained
3586 F:      drivers/tty/serial/dz.*
3588 E3X0 POWER BUTTON DRIVER
3589 M:      Moritz Fischer <moritz.fischer@ettus.com>
3590 L:      usrp-users@lists.ettus.com
3591 W:      http://www.ettus.com
3592 S:      Supported
3593 F:      drivers/input/misc/e3x0-button.c
3594 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3596 E4000 MEDIA DRIVER
3597 M:      Antti Palosaari <crope@iki.fi>
3598 L:      linux-media@vger.kernel.org
3599 W:      http://linuxtv.org/
3600 W:      http://palosaari.fi/linux/
3601 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3602 T:      git git://linuxtv.org/anttip/media_tree.git
3603 S:      Maintained
3604 F:      drivers/media/tuners/e4000*
3606 EATA ISA/EISA/PCI SCSI DRIVER
3607 M:      Dario Ballabio <ballabio_dario@emc.com>
3608 L:      linux-scsi@vger.kernel.org
3609 S:      Maintained
3610 F:      drivers/scsi/eata.c
3612 EC100 MEDIA DRIVER
3613 M:      Antti Palosaari <crope@iki.fi>
3614 L:      linux-media@vger.kernel.org
3615 W:      http://linuxtv.org/
3616 W:      http://palosaari.fi/linux/
3617 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3618 T:      git git://linuxtv.org/anttip/media_tree.git
3619 S:      Maintained
3620 F:      drivers/media/dvb-frontends/ec100*
3622 ECRYPT FILE SYSTEM
3623 M:      Tyler Hicks <tyhicks@canonical.com>
3624 L:      ecryptfs@vger.kernel.org
3625 W:      http://ecryptfs.org
3626 W:      https://launchpad.net/ecryptfs
3627 S:      Supported
3628 F:      Documentation/filesystems/ecryptfs.txt
3629 F:      fs/ecryptfs/
3631 EDAC-CORE
3632 M:      Doug Thompson <dougthompson@xmission.com>
3633 M:      Borislav Petkov <bp@alien8.de>
3634 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3635 L:      linux-edac@vger.kernel.org
3636 W:      bluesmoke.sourceforge.net
3637 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3638 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3639 S:      Supported
3640 F:      Documentation/edac.txt
3641 F:      drivers/edac/
3642 F:      include/linux/edac.h
3644 EDAC-AMD64
3645 M:      Doug Thompson <dougthompson@xmission.com>
3646 M:      Borislav Petkov <bp@alien8.de>
3647 L:      linux-edac@vger.kernel.org
3648 W:      bluesmoke.sourceforge.net
3649 S:      Maintained
3650 F:      drivers/edac/amd64_edac*
3652 EDAC-CALXEDA
3653 M:      Doug Thompson <dougthompson@xmission.com>
3654 M:      Robert Richter <rric@kernel.org>
3655 L:      linux-edac@vger.kernel.org
3656 W:      bluesmoke.sourceforge.net
3657 S:      Maintained
3658 F:      drivers/edac/highbank*
3660 EDAC-CAVIUM
3661 M:      Ralf Baechle <ralf@linux-mips.org>
3662 M:      David Daney <david.daney@cavium.com>
3663 L:      linux-edac@vger.kernel.org
3664 L:      linux-mips@linux-mips.org
3665 W:      bluesmoke.sourceforge.net
3666 S:      Supported
3667 F:      drivers/edac/octeon_edac*
3669 EDAC-E752X
3670 M:      Mark Gross <mark.gross@intel.com>
3671 M:      Doug Thompson <dougthompson@xmission.com>
3672 L:      linux-edac@vger.kernel.org
3673 W:      bluesmoke.sourceforge.net
3674 S:      Maintained
3675 F:      drivers/edac/e752x_edac.c
3677 EDAC-E7XXX
3678 M:      Doug Thompson <dougthompson@xmission.com>
3679 L:      linux-edac@vger.kernel.org
3680 W:      bluesmoke.sourceforge.net
3681 S:      Maintained
3682 F:      drivers/edac/e7xxx_edac.c
3684 EDAC-GHES
3685 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3686 L:      linux-edac@vger.kernel.org
3687 W:      bluesmoke.sourceforge.net
3688 S:      Maintained
3689 F:      drivers/edac/ghes_edac.c
3691 EDAC-I82443BXGX
3692 M:      Tim Small <tim@buttersideup.com>
3693 L:      linux-edac@vger.kernel.org
3694 W:      bluesmoke.sourceforge.net
3695 S:      Maintained
3696 F:      drivers/edac/i82443bxgx_edac.c
3698 EDAC-I3000
3699 M:      Jason Uhlenkott <juhlenko@akamai.com>
3700 L:      linux-edac@vger.kernel.org
3701 W:      bluesmoke.sourceforge.net
3702 S:      Maintained
3703 F:      drivers/edac/i3000_edac.c
3705 EDAC-I5000
3706 M:      Doug Thompson <dougthompson@xmission.com>
3707 L:      linux-edac@vger.kernel.org
3708 W:      bluesmoke.sourceforge.net
3709 S:      Maintained
3710 F:      drivers/edac/i5000_edac.c
3712 EDAC-I5400
3713 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3714 L:      linux-edac@vger.kernel.org
3715 W:      bluesmoke.sourceforge.net
3716 S:      Maintained
3717 F:      drivers/edac/i5400_edac.c
3719 EDAC-I7300
3720 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3721 L:      linux-edac@vger.kernel.org
3722 W:      bluesmoke.sourceforge.net
3723 S:      Maintained
3724 F:      drivers/edac/i7300_edac.c
3726 EDAC-I7CORE
3727 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3728 L:      linux-edac@vger.kernel.org
3729 W:      bluesmoke.sourceforge.net
3730 S:      Maintained
3731 F:      drivers/edac/i7core_edac.c
3733 EDAC-I82975X
3734 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3735 M:      "Arvind R." <arvino55@gmail.com>
3736 L:      linux-edac@vger.kernel.org
3737 W:      bluesmoke.sourceforge.net
3738 S:      Maintained
3739 F:      drivers/edac/i82975x_edac.c
3741 EDAC-IE31200
3742 M:      Jason Baron <jbaron@akamai.com>
3743 L:      linux-edac@vger.kernel.org
3744 W:      bluesmoke.sourceforge.net
3745 S:      Maintained
3746 F:      drivers/edac/ie31200_edac.c
3748 EDAC-MPC85XX
3749 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3750 L:      linux-edac@vger.kernel.org
3751 W:      bluesmoke.sourceforge.net
3752 S:      Maintained
3753 F:      drivers/edac/mpc85xx_edac.[ch]
3755 EDAC-PASEMI
3756 M:      Egor Martovetsky <egor@pasemi.com>
3757 L:      linux-edac@vger.kernel.org
3758 W:      bluesmoke.sourceforge.net
3759 S:      Maintained
3760 F:      drivers/edac/pasemi_edac.c
3762 EDAC-R82600
3763 M:      Tim Small <tim@buttersideup.com>
3764 L:      linux-edac@vger.kernel.org
3765 W:      bluesmoke.sourceforge.net
3766 S:      Maintained
3767 F:      drivers/edac/r82600_edac.c
3769 EDAC-SBRIDGE
3770 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3771 L:      linux-edac@vger.kernel.org
3772 W:      bluesmoke.sourceforge.net
3773 S:      Maintained
3774 F:      drivers/edac/sb_edac.c
3776 EDIROL UA-101/UA-1000 DRIVER
3777 M:      Clemens Ladisch <clemens@ladisch.de>
3778 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3779 T:      git git://git.alsa-project.org/alsa-kernel.git
3780 S:      Maintained
3781 F:      sound/usb/misc/ua101.c
3783 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3784 M:      Matt Fleming <matt.fleming@intel.com>
3785 L:      linux-efi@vger.kernel.org
3786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3787 S:      Maintained
3788 F:      Documentation/efi-stub.txt
3789 F:      arch/ia64/kernel/efi.c
3790 F:      arch/x86/boot/compressed/eboot.[ch]
3791 F:      arch/x86/include/asm/efi.h
3792 F:      arch/x86/platform/efi/*
3793 F:      drivers/firmware/efi/*
3794 F:      include/linux/efi*.h
3796 EFI VARIABLE FILESYSTEM
3797 M:      Matthew Garrett <matthew.garrett@nebula.com>
3798 M:      Jeremy Kerr <jk@ozlabs.org>
3799 M:      Matt Fleming <matt.fleming@intel.com>
3800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3801 L:      linux-efi@vger.kernel.org
3802 S:      Maintained
3803 F:      fs/efivarfs/
3805 EFIFB FRAMEBUFFER DRIVER
3806 L:      linux-fbdev@vger.kernel.org
3807 M:      Peter Jones <pjones@redhat.com>
3808 S:      Maintained
3809 F:      drivers/video/fbdev/efifb.c
3811 EFS FILESYSTEM
3812 W:      http://aeschi.ch.eu.org/efs/
3813 S:      Orphan
3814 F:      fs/efs/
3816 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3817 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3818 M:      Christoph Raisch <raisch@de.ibm.com>
3819 L:      linux-rdma@vger.kernel.org
3820 S:      Supported
3821 F:      drivers/infiniband/hw/ehca/
3823 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3824 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3825 L:      netdev@vger.kernel.org
3826 S:      Maintained
3827 F:      drivers/net/ethernet/ibm/ehea/
3829 EM28XX VIDEO4LINUX DRIVER
3830 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3831 L:      linux-media@vger.kernel.org
3832 W:      http://linuxtv.org
3833 T:      git git://linuxtv.org/media_tree.git
3834 S:      Maintained
3835 F:      drivers/media/usb/em28xx/
3837 EMBEDDED LINUX
3838 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3839 M:      Matt Mackall <mpm@selenic.com>
3840 M:      David Woodhouse <dwmw2@infradead.org>
3841 L:      linux-embedded@vger.kernel.org
3842 S:      Maintained
3844 EMULEX/AVAGO LPFC FC/FCOE SCSI DRIVER
3845 M:      James Smart <james.smart@avagotech.com>
3846 M:      Dick Kennedy <dick.kennedy@avagotech.com>
3847 L:      linux-scsi@vger.kernel.org
3848 W:      http://www.avagotech.com
3849 S:      Supported
3850 F:      drivers/scsi/lpfc/
3852 ENE CB710 FLASH CARD READER DRIVER
3853 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3854 S:      Maintained
3855 F:      drivers/misc/cb710/
3856 F:      drivers/mmc/host/cb710-mmc.*
3857 F:      include/linux/cb710.h
3859 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3860 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3861 S:      Maintained
3862 F:      drivers/media/rc/ene_ir.*
3864 ENHANCED ERROR HANDLING (EEH)
3865 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3866 L:      linuxppc-dev@lists.ozlabs.org
3867 S:      Supported
3868 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3869 F:      arch/powerpc/kernel/eeh*.c
3871 EPSON S1D13XXX FRAMEBUFFER DRIVER
3872 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3873 S:      Maintained
3874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3875 F:      drivers/video/fbdev/s1d13xxxfb.c
3876 F:      include/video/s1d13xxxfb.h
3878 ET131X NETWORK DRIVER
3879 M:      Mark Einon <mark.einon@gmail.com>
3880 S:      Odd Fixes
3881 F:      drivers/net/ethernet/agere/
3883 ETHERNET BRIDGE
3884 M:      Stephen Hemminger <stephen@networkplumber.org>
3885 L:      bridge@lists.linux-foundation.org
3886 L:      netdev@vger.kernel.org
3887 W:      http://www.linuxfoundation.org/en/Net:Bridge
3888 S:      Maintained
3889 F:      include/linux/netfilter_bridge/
3890 F:      net/bridge/
3892 ETHERNET PHY LIBRARY
3893 M:      Florian Fainelli <f.fainelli@gmail.com>
3894 L:      netdev@vger.kernel.org
3895 S:      Maintained
3896 F:      include/linux/phy.h
3897 F:      include/linux/phy_fixed.h
3898 F:      drivers/net/phy/
3899 F:      Documentation/networking/phy.txt
3900 F:      drivers/of/of_mdio.c
3901 F:      drivers/of/of_net.c
3903 EXT2 FILE SYSTEM
3904 M:      Jan Kara <jack@suse.cz>
3905 L:      linux-ext4@vger.kernel.org
3906 S:      Maintained
3907 F:      Documentation/filesystems/ext2.txt
3908 F:      fs/ext2/
3909 F:      include/linux/ext2*
3911 EXT3 FILE SYSTEM
3912 M:      Jan Kara <jack@suse.cz>
3913 M:      Andrew Morton <akpm@linux-foundation.org>
3914 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3915 L:      linux-ext4@vger.kernel.org
3916 S:      Maintained
3917 F:      Documentation/filesystems/ext3.txt
3918 F:      fs/ext3/
3920 EXT4 FILE SYSTEM
3921 M:      "Theodore Ts'o" <tytso@mit.edu>
3922 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3923 L:      linux-ext4@vger.kernel.org
3924 W:      http://ext4.wiki.kernel.org
3925 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3926 S:      Maintained
3927 F:      Documentation/filesystems/ext4.txt
3928 F:      fs/ext4/
3930 Extended Verification Module (EVM)
3931 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3932 L:      linux-ima-devel@lists.sourceforge.net
3933 L:      linux-security-module@vger.kernel.org
3934 S:      Supported
3935 F:      security/integrity/evm/
3937 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3938 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3939 M:      Chanwoo Choi <cw00.choi@samsung.com>
3940 L:      linux-kernel@vger.kernel.org
3941 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3942 S:      Maintained
3943 F:      drivers/extcon/
3944 F:      Documentation/extcon/
3946 EXYNOS DP DRIVER
3947 M:      Jingoo Han <jingoohan1@gmail.com>
3948 L:      dri-devel@lists.freedesktop.org
3949 S:      Maintained
3950 F:      drivers/gpu/drm/exynos/exynos_dp*
3952 EXYNOS MIPI DISPLAY DRIVERS
3953 M:      Inki Dae <inki.dae@samsung.com>
3954 M:      Donghwa Lee <dh09.lee@samsung.com>
3955 M:      Kyungmin Park <kyungmin.park@samsung.com>
3956 L:      linux-fbdev@vger.kernel.org
3957 S:      Maintained
3958 F:      drivers/video/fbdev/exynos/exynos_mipi*
3959 F:      include/video/exynos_mipi*
3961 F71805F HARDWARE MONITORING DRIVER
3962 M:      Jean Delvare <jdelvare@suse.de>
3963 L:      lm-sensors@lm-sensors.org
3964 S:      Maintained
3965 F:      Documentation/hwmon/f71805f
3966 F:      drivers/hwmon/f71805f.c
3968 FC0011 TUNER DRIVER
3969 M:      Michael Buesch <m@bues.ch>
3970 L:      linux-media@vger.kernel.org
3971 S:      Maintained
3972 F:      drivers/media/tuners/fc0011.h
3973 F:      drivers/media/tuners/fc0011.c
3975 FC2580 MEDIA DRIVER
3976 M:      Antti Palosaari <crope@iki.fi>
3977 L:      linux-media@vger.kernel.org
3978 W:      http://linuxtv.org/
3979 W:      http://palosaari.fi/linux/
3980 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3981 T:      git git://linuxtv.org/anttip/media_tree.git
3982 S:      Maintained
3983 F:      drivers/media/tuners/fc2580*
3985 FANOTIFY
3986 M:      Eric Paris <eparis@redhat.com>
3987 S:      Maintained
3988 F:      fs/notify/fanotify/
3989 F:      include/linux/fanotify.h
3990 F:      include/uapi/linux/fanotify.h
3992 FARSYNC SYNCHRONOUS DRIVER
3993 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3994 W:      http://www.farsite.co.uk/
3995 S:      Supported
3996 F:      drivers/net/wan/farsync.*
3998 FAULT INJECTION SUPPORT
3999 M:      Akinobu Mita <akinobu.mita@gmail.com>
4000 S:      Supported
4001 F:      Documentation/fault-injection/
4002 F:      lib/fault-inject.c
4004 FBTFT Framebuffer drivers
4005 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
4006 M:      Noralf Trønnes <noralf@tronnes.org>
4007 S:      Maintained
4008 F:      drivers/staging/fbtft/
4010 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
4011 M:      Vasu Dev <vasu.dev@intel.com>
4012 L:      fcoe-devel@open-fcoe.org
4013 W:      www.Open-FCoE.org
4014 S:      Supported
4015 F:      drivers/scsi/libfc/
4016 F:      drivers/scsi/fcoe/
4017 F:      include/scsi/fc/
4018 F:      include/scsi/libfc.h
4019 F:      include/scsi/libfcoe.h
4020 F:      include/uapi/scsi/fc/
4022 FILE LOCKING (flock() and fcntl()/lockf())
4023 M:      Jeff Layton <jlayton@poochiereds.net>
4024 M:      J. Bruce Fields <bfields@fieldses.org>
4025 L:      linux-fsdevel@vger.kernel.org
4026 S:      Maintained
4027 F:      include/linux/fcntl.h
4028 F:      include/linux/fs.h
4029 F:      include/uapi/linux/fcntl.h
4030 F:      include/uapi/linux/fs.h
4031 F:      fs/fcntl.c
4032 F:      fs/locks.c
4034 FILESYSTEMS (VFS and infrastructure)
4035 M:      Alexander Viro <viro@zeniv.linux.org.uk>
4036 L:      linux-fsdevel@vger.kernel.org
4037 S:      Maintained
4038 F:      fs/*
4040 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4041 M:      Riku Voipio <riku.voipio@iki.fi>
4042 L:      lm-sensors@lm-sensors.org
4043 S:      Maintained
4044 F:      drivers/hwmon/f75375s.c
4045 F:      include/linux/f75375s.h
4047 FIREWIRE AUDIO DRIVERS
4048 M:      Clemens Ladisch <clemens@ladisch.de>
4049 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4050 T:      git git://git.alsa-project.org/alsa-kernel.git
4051 S:      Maintained
4052 F:      sound/firewire/
4054 FIREWIRE MEDIA DRIVERS (firedtv)
4055 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4056 L:      linux-media@vger.kernel.org
4057 L:      linux1394-devel@lists.sourceforge.net
4058 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4059 S:      Maintained
4060 F:      drivers/media/firewire/
4062 FIREWIRE SBP-2 TARGET
4063 M:      Chris Boot <bootc@bootc.net>
4064 L:      linux-scsi@vger.kernel.org
4065 L:      target-devel@vger.kernel.org
4066 L:      linux1394-devel@lists.sourceforge.net
4067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
4068 S:      Maintained
4069 F:      drivers/target/sbp/
4071 FIREWIRE SUBSYSTEM
4072 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
4073 L:      linux1394-devel@lists.sourceforge.net
4074 W:      http://ieee1394.wiki.kernel.org/
4075 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4076 S:      Maintained
4077 F:      drivers/firewire/
4078 F:      include/linux/firewire.h
4079 F:      include/uapi/linux/firewire*.h
4080 F:      tools/firewire/
4082 FIRMWARE LOADER (request_firmware)
4083 M:      Ming Lei <ming.lei@canonical.com>
4084 L:      linux-kernel@vger.kernel.org
4085 S:      Maintained
4086 F:      Documentation/firmware_class/
4087 F:      drivers/base/firmware*.c
4088 F:      include/linux/firmware.h
4090 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4091 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4092 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4093 S:      Maintained
4094 F:      drivers/block/rsxx/
4096 FLOPPY DRIVER
4097 M:      Jiri Kosina <jkosina@suse.cz>
4098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4099 S:      Odd fixes
4100 F:      drivers/block/floppy.c
4102 FMC SUBSYSTEM
4103 M:      Alessandro Rubini <rubini@gnudd.com>
4104 W:      http://www.ohwr.org/projects/fmc-bus
4105 S:      Supported
4106 F:      drivers/fmc/
4107 F:      include/linux/fmc*.h
4108 F:      include/linux/ipmi-fru.h
4109 K:      fmc_d.*register
4111 FPU EMULATOR
4112 M:      Bill Metzenthen <billm@melbpc.org.au>
4113 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4114 S:      Maintained
4115 F:      arch/x86/math-emu/
4117 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4118 L:      netdev@vger.kernel.org
4119 S:      Orphan
4120 F:      drivers/net/wan/dlci.c
4121 F:      drivers/net/wan/sdla.c
4123 FRAMEBUFFER LAYER
4124 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4125 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4126 L:      linux-fbdev@vger.kernel.org
4127 W:      http://linux-fbdev.sourceforge.net/
4128 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4129 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4130 S:      Maintained
4131 F:      Documentation/fb/
4132 F:      Documentation/devicetree/bindings/fb/
4133 F:      drivers/video/
4134 F:      include/video/
4135 F:      include/linux/fb.h
4136 F:      include/uapi/video/
4137 F:      include/uapi/linux/fb.h
4139 FREESCALE DIU FRAMEBUFFER DRIVER
4140 M:      Timur Tabi <timur@tabi.org>
4141 L:      linux-fbdev@vger.kernel.org
4142 S:      Maintained
4143 F:      drivers/video/fbdev/fsl-diu-fb.*
4145 FREESCALE DMA DRIVER
4146 M:      Li Yang <leoli@freescale.com>
4147 M:      Zhang Wei <zw@zh-kernel.org>
4148 L:      linuxppc-dev@lists.ozlabs.org
4149 S:      Maintained
4150 F:      drivers/dma/fsldma.*
4152 FREESCALE I2C CPM DRIVER
4153 M:      Jochen Friedrich <jochen@scram.de>
4154 L:      linuxppc-dev@lists.ozlabs.org
4155 L:      linux-i2c@vger.kernel.org
4156 S:      Maintained
4157 F:      drivers/i2c/busses/i2c-cpm.c
4159 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4160 M:      Sascha Hauer <kernel@pengutronix.de>
4161 L:      linux-fbdev@vger.kernel.org
4162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4163 S:      Maintained
4164 F:      include/linux/platform_data/video-imxfb.h
4165 F:      drivers/video/fbdev/imxfb.c
4167 FREESCALE QUAD SPI DRIVER
4168 M:      Han Xu <han.xu@freescale.com>
4169 L:      linux-mtd@lists.infradead.org
4170 S:      Maintained
4171 F:      drivers/mtd/spi-nor/fsl-quadspi.c
4173 FREESCALE SOC FS_ENET DRIVER
4174 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4175 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4176 L:      linuxppc-dev@lists.ozlabs.org
4177 L:      netdev@vger.kernel.org
4178 S:      Maintained
4179 F:      drivers/net/ethernet/freescale/fs_enet/
4180 F:      include/linux/fs_enet_pd.h
4182 FREESCALE QUICC ENGINE LIBRARY
4183 L:      linuxppc-dev@lists.ozlabs.org
4184 S:      Orphan
4185 F:      arch/powerpc/sysdev/qe_lib/
4186 F:      arch/powerpc/include/asm/*qe.h
4188 FREESCALE USB PERIPHERAL DRIVERS
4189 M:      Li Yang <leoli@freescale.com>
4190 L:      linux-usb@vger.kernel.org
4191 L:      linuxppc-dev@lists.ozlabs.org
4192 S:      Maintained
4193 F:      drivers/usb/gadget/udc/fsl*
4195 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4196 M:      Li Yang <leoli@freescale.com>
4197 L:      netdev@vger.kernel.org
4198 L:      linuxppc-dev@lists.ozlabs.org
4199 S:      Maintained
4200 F:      drivers/net/ethernet/freescale/ucc_geth*
4202 FREESCALE QUICC ENGINE UCC UART DRIVER
4203 M:      Timur Tabi <timur@tabi.org>
4204 L:      linuxppc-dev@lists.ozlabs.org
4205 S:      Maintained
4206 F:      drivers/tty/serial/ucc_uart.c
4208 FREESCALE SOC SOUND DRIVERS
4209 M:      Timur Tabi <timur@tabi.org>
4210 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4211 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4212 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4213 L:      linuxppc-dev@lists.ozlabs.org
4214 S:      Maintained
4215 F:      sound/soc/fsl/fsl*
4216 F:      sound/soc/fsl/imx*
4217 F:      sound/soc/fsl/mpc8610_hpcd.c
4219 FREESCALE QORIQ MANAGEMENT COMPLEX DRIVER
4220 M:      J. German Rivera <German.Rivera@freescale.com>
4221 L:      linux-kernel@vger.kernel.org
4222 S:      Maintained
4223 F:      drivers/staging/fsl-mc/
4225 FREEVXFS FILESYSTEM
4226 M:      Christoph Hellwig <hch@infradead.org>
4227 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4228 S:      Maintained
4229 F:      fs/freevxfs/
4231 FREEZER
4232 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4233 M:      Pavel Machek <pavel@ucw.cz>
4234 L:      linux-pm@vger.kernel.org
4235 S:      Supported
4236 F:      Documentation/power/freezing-of-tasks.txt
4237 F:      include/linux/freezer.h
4238 F:      kernel/freezer.c
4240 FRONTSWAP API
4241 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4242 L:      linux-kernel@vger.kernel.org
4243 S:      Maintained
4244 F:      mm/frontswap.c
4245 F:      include/linux/frontswap.h
4247 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4248 M:      David Howells <dhowells@redhat.com>
4249 L:      linux-cachefs@redhat.com
4250 S:      Supported
4251 F:      Documentation/filesystems/caching/
4252 F:      fs/fscache/
4253 F:      include/linux/fscache*.h
4255 F2FS FILE SYSTEM
4256 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4257 M:      Changman Lee <cm224.lee@samsung.com>
4258 L:      linux-f2fs-devel@lists.sourceforge.net
4259 W:      http://en.wikipedia.org/wiki/F2FS
4260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4261 S:      Maintained
4262 F:      Documentation/filesystems/f2fs.txt
4263 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4264 F:      fs/f2fs/
4265 F:      include/linux/f2fs_fs.h
4267 FUJITSU FR-V (FRV) PORT
4268 M:      David Howells <dhowells@redhat.com>
4269 S:      Maintained
4270 F:      arch/frv/
4272 FUJITSU LAPTOP EXTRAS
4273 M:      Jonathan Woithe <jwoithe@just42.net>
4274 L:      platform-driver-x86@vger.kernel.org
4275 S:      Maintained
4276 F:      drivers/platform/x86/fujitsu-laptop.c
4278 FUJITSU M-5MO LS CAMERA ISP DRIVER
4279 M:      Kyungmin Park <kyungmin.park@samsung.com>
4280 M:      Heungjun Kim <riverful.kim@samsung.com>
4281 L:      linux-media@vger.kernel.org
4282 S:      Maintained
4283 F:      drivers/media/i2c/m5mols/
4284 F:      include/media/m5mols.h
4286 FUJITSU TABLET EXTRAS
4287 M:      Robert Gerlach <khnz@gmx.de>
4288 L:      platform-driver-x86@vger.kernel.org
4289 S:      Maintained
4290 F:      drivers/platform/x86/fujitsu-tablet.c
4292 FUSE: FILESYSTEM IN USERSPACE
4293 M:      Miklos Szeredi <miklos@szeredi.hu>
4294 L:      fuse-devel@lists.sourceforge.net
4295 W:      http://fuse.sourceforge.net/
4296 S:      Maintained
4297 F:      fs/fuse/
4298 F:      include/uapi/linux/fuse.h
4300 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4301 M:      Rik Faith <faith@cs.unc.edu>
4302 L:      linux-scsi@vger.kernel.org
4303 S:      Odd Fixes (e.g., new signatures)
4304 F:      drivers/scsi/fdomain.*
4306 GCOV BASED KERNEL PROFILING
4307 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4308 S:      Maintained
4309 F:      kernel/gcov/
4310 F:      Documentation/gcov.txt
4312 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4313 M:      Achim Leubner <achim_leubner@adaptec.com>
4314 L:      linux-scsi@vger.kernel.org
4315 W:      http://www.icp-vortex.com/
4316 S:      Supported
4317 F:      drivers/scsi/gdt*
4319 GDB KERNEL DEBUGGING HELPER SCRIPTS
4320 M:      Jan Kiszka <jan.kiszka@siemens.com>
4321 S:      Supported
4322 F:      scripts/gdb/
4324 GEMTEK FM RADIO RECEIVER DRIVER
4325 M:      Hans Verkuil <hverkuil@xs4all.nl>
4326 L:      linux-media@vger.kernel.org
4327 T:      git git://linuxtv.org/media_tree.git
4328 W:      http://linuxtv.org
4329 S:      Maintained
4330 F:      drivers/media/radio/radio-gemtek*
4332 GENERIC GPIO I2C DRIVER
4333 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4334 S:      Supported
4335 F:      drivers/i2c/busses/i2c-gpio.c
4336 F:      include/linux/i2c-gpio.h
4338 GENERIC GPIO I2C MULTIPLEXER DRIVER
4339 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4340 L:      linux-i2c@vger.kernel.org
4341 S:      Supported
4342 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4343 F:      include/linux/i2c-mux-gpio.h
4344 F:      Documentation/i2c/muxes/i2c-mux-gpio
4346 GENERIC HDLC (WAN) DRIVERS
4347 M:      Krzysztof Halasa <khc@pm.waw.pl>
4348 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4349 S:      Maintained
4350 F:      drivers/net/wan/c101.c
4351 F:      drivers/net/wan/hd6457*
4352 F:      drivers/net/wan/hdlc*
4353 F:      drivers/net/wan/n2.c
4354 F:      drivers/net/wan/pc300too.c
4355 F:      drivers/net/wan/pci200syn.c
4356 F:      drivers/net/wan/wanxl*
4358 GENERIC INCLUDE/ASM HEADER FILES
4359 M:      Arnd Bergmann <arnd@arndb.de>
4360 L:      linux-arch@vger.kernel.org
4361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4362 S:      Maintained
4363 F:      include/asm-generic/
4364 F:      include/uapi/asm-generic/
4366 GENERIC PHY FRAMEWORK
4367 M:      Kishon Vijay Abraham I <kishon@ti.com>
4368 L:      linux-kernel@vger.kernel.org
4369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4370 S:      Supported
4371 F:      drivers/phy/
4372 F:      include/linux/phy/
4374 GENERIC PM DOMAINS
4375 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4376 M:      Kevin Hilman <khilman@kernel.org>
4377 M:      Ulf Hansson <ulf.hansson@linaro.org>
4378 L:      linux-pm@vger.kernel.org
4379 S:      Supported
4380 F:      drivers/base/power/domain*.c
4381 F:      include/linux/pm_domain.h
4383 GENERIC UIO DRIVER FOR PCI DEVICES
4384 M:      "Michael S. Tsirkin" <mst@redhat.com>
4385 L:      kvm@vger.kernel.org
4386 S:      Supported
4387 F:      drivers/uio/uio_pci_generic.c
4389 GET_MAINTAINER SCRIPT
4390 M:      Joe Perches <joe@perches.com>
4391 S:      Maintained
4392 F:      scripts/get_maintainer.pl
4394 GFS2 FILE SYSTEM
4395 M:      Steven Whitehouse <swhiteho@redhat.com>
4396 M:      Bob Peterson <rpeterso@redhat.com>
4397 L:      cluster-devel@redhat.com
4398 W:      http://sources.redhat.com/cluster/
4399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git
4400 S:      Supported
4401 F:      Documentation/filesystems/gfs2*.txt
4402 F:      fs/gfs2/
4403 F:      include/uapi/linux/gfs2_ondisk.h
4405 GIGASET ISDN DRIVERS
4406 M:      Paul Bolle <pebolle@tiscali.nl>
4407 L:      gigaset307x-common@lists.sourceforge.net
4408 W:      http://gigaset307x.sourceforge.net/
4409 S:      Odd Fixes
4410 F:      Documentation/isdn/README.gigaset
4411 F:      drivers/isdn/gigaset/
4412 F:      include/uapi/linux/gigaset_dev.h
4414 GO7007 MPEG CODEC
4415 M:      Hans Verkuil <hans.verkuil@cisco.com>
4416 L:      linux-media@vger.kernel.org
4417 S:      Maintained
4418 F:      drivers/media/usb/go7007/
4420 GOODIX TOUCHSCREEN
4421 M:      Bastien Nocera <hadess@hadess.net>
4422 L:      linux-input@vger.kernel.org
4423 S:      Maintained
4424 F:      drivers/input/touchscreen/goodix.c
4426 GPIO SUBSYSTEM
4427 M:      Linus Walleij <linus.walleij@linaro.org>
4428 M:      Alexandre Courbot <gnurou@gmail.com>
4429 L:      linux-gpio@vger.kernel.org
4430 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4431 S:      Maintained
4432 F:      Documentation/gpio/
4433 F:      drivers/gpio/
4434 F:      include/linux/gpio/
4435 F:      include/linux/gpio.h
4436 F:      include/asm-generic/gpio.h
4438 GRE DEMULTIPLEXER DRIVER
4439 M:      Dmitry Kozlov <xeb@mail.ru>
4440 L:      netdev@vger.kernel.org
4441 S:      Maintained
4442 F:      net/ipv4/gre_demux.c
4443 F:      net/ipv4/gre_offload.c
4444 F:      include/net/gre.h
4446 GRETH 10/100/1G Ethernet MAC device driver
4447 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4448 L:      netdev@vger.kernel.org
4449 S:      Maintained
4450 F:      drivers/net/ethernet/aeroflex/
4452 GSPCA FINEPIX SUBDRIVER
4453 M:      Frank Zago <frank@zago.net>
4454 L:      linux-media@vger.kernel.org
4455 T:      git git://linuxtv.org/media_tree.git
4456 S:      Maintained
4457 F:      drivers/media/usb/gspca/finepix.c
4459 GSPCA GL860 SUBDRIVER
4460 M:      Olivier Lorin <o.lorin@laposte.net>
4461 L:      linux-media@vger.kernel.org
4462 T:      git git://linuxtv.org/media_tree.git
4463 S:      Maintained
4464 F:      drivers/media/usb/gspca/gl860/
4466 GSPCA M5602 SUBDRIVER
4467 M:      Erik Andren <erik.andren@gmail.com>
4468 L:      linux-media@vger.kernel.org
4469 T:      git git://linuxtv.org/media_tree.git
4470 S:      Maintained
4471 F:      drivers/media/usb/gspca/m5602/
4473 GSPCA PAC207 SONIXB SUBDRIVER
4474 M:      Hans de Goede <hdegoede@redhat.com>
4475 L:      linux-media@vger.kernel.org
4476 T:      git git://linuxtv.org/media_tree.git
4477 S:      Maintained
4478 F:      drivers/media/usb/gspca/pac207.c
4480 GSPCA SN9C20X SUBDRIVER
4481 M:      Brian Johnson <brijohn@gmail.com>
4482 L:      linux-media@vger.kernel.org
4483 T:      git git://linuxtv.org/media_tree.git
4484 S:      Maintained
4485 F:      drivers/media/usb/gspca/sn9c20x.c
4487 GSPCA T613 SUBDRIVER
4488 M:      Leandro Costantino <lcostantino@gmail.com>
4489 L:      linux-media@vger.kernel.org
4490 T:      git git://linuxtv.org/media_tree.git
4491 S:      Maintained
4492 F:      drivers/media/usb/gspca/t613.c
4494 GSPCA USB WEBCAM DRIVER
4495 M:      Hans de Goede <hdegoede@redhat.com>
4496 L:      linux-media@vger.kernel.org
4497 T:      git git://linuxtv.org/media_tree.git
4498 S:      Maintained
4499 F:      drivers/media/usb/gspca/
4501 GUID PARTITION TABLE (GPT)
4502 M:      Davidlohr Bueso <davidlohr@hp.com>
4503 L:      linux-efi@vger.kernel.org
4504 S:      Maintained
4505 F:      block/partitions/efi.*
4507 STK1160 USB VIDEO CAPTURE DRIVER
4508 M:      Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
4509 L:      linux-media@vger.kernel.org
4510 T:      git git://linuxtv.org/media_tree.git
4511 S:      Maintained
4512 F:      drivers/media/usb/stk1160/
4514 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4515 M:      Frank Seidel <frank@f-seidel.de>
4516 L:      platform-driver-x86@vger.kernel.org
4517 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4518 S:      Maintained
4519 F:      drivers/platform/x86/hdaps.c
4521 HDPVR USB VIDEO ENCODER DRIVER
4522 M:      Hans Verkuil <hverkuil@xs4all.nl>
4523 L:      linux-media@vger.kernel.org
4524 T:      git git://linuxtv.org/media_tree.git
4525 W:      http://linuxtv.org
4526 S:      Odd Fixes
4527 F:      drivers/media/usb/hdpvr/
4529 HWPOISON MEMORY FAILURE HANDLING
4530 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4531 L:      linux-mm@kvack.org
4532 S:      Maintained
4533 F:      mm/memory-failure.c
4534 F:      mm/hwpoison-inject.c
4536 HYPERVISOR VIRTUAL CONSOLE DRIVER
4537 L:      linuxppc-dev@lists.ozlabs.org
4538 S:      Odd Fixes
4539 F:      drivers/tty/hvc/
4541 HACKRF MEDIA DRIVER
4542 M:      Antti Palosaari <crope@iki.fi>
4543 L:      linux-media@vger.kernel.org
4544 W:      http://linuxtv.org/
4545 W:      http://palosaari.fi/linux/
4546 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4547 T:      git git://linuxtv.org/anttip/media_tree.git
4548 S:      Maintained
4549 F:      drivers/media/usb/hackrf/
4551 HARDWARE MONITORING
4552 M:      Jean Delvare <jdelvare@suse.de>
4553 M:      Guenter Roeck <linux@roeck-us.net>
4554 L:      lm-sensors@lm-sensors.org
4555 W:      http://www.lm-sensors.org/
4556 T:      quilt http://jdelvare.nerim.net/devel/linux/jdelvare-hwmon/
4557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4558 S:      Maintained
4559 F:      Documentation/hwmon/
4560 F:      drivers/hwmon/
4561 F:      include/linux/hwmon*.h
4563 HARDWARE RANDOM NUMBER GENERATOR CORE
4564 M:      Matt Mackall <mpm@selenic.com>
4565 M:      Herbert Xu <herbert@gondor.apana.org.au>
4566 L:      linux-crypto@vger.kernel.org
4567 S:      Odd fixes
4568 F:      Documentation/hw_random.txt
4569 F:      drivers/char/hw_random/
4570 F:      include/linux/hw_random.h
4572 HARDWARE SPINLOCK CORE
4573 M:      Ohad Ben-Cohen <ohad@wizery.com>
4574 S:      Maintained
4575 F:      Documentation/hwspinlock.txt
4576 F:      drivers/hwspinlock/hwspinlock_*
4577 F:      include/linux/hwspinlock.h
4579 HARMONY SOUND DRIVER
4580 L:      linux-parisc@vger.kernel.org
4581 S:      Maintained
4582 F:      sound/parisc/harmony.*
4584 HD29L2 MEDIA DRIVER
4585 M:      Antti Palosaari <crope@iki.fi>
4586 L:      linux-media@vger.kernel.org
4587 W:      http://linuxtv.org/
4588 W:      http://palosaari.fi/linux/
4589 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4590 T:      git git://linuxtv.org/anttip/media_tree.git
4591 S:      Maintained
4592 F:      drivers/media/dvb-frontends/hd29l2*
4594 HEWLETT-PACKARD SMART2 RAID DRIVER
4595 L:      iss_storagedev@hp.com
4596 S:      Orphan
4597 F:      Documentation/blockdev/cpqarray.txt
4598 F:      drivers/block/cpqarray.*
4600 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4601 M:      Don Brace <don.brace@pmcs.com>
4602 L:      iss_storagedev@hp.com
4603 L:      storagedev@pmcs.com
4604 L:      linux-scsi@vger.kernel.org
4605 S:      Supported
4606 F:      Documentation/scsi/hpsa.txt
4607 F:      drivers/scsi/hpsa*.[ch]
4608 F:      include/linux/cciss*.h
4609 F:      include/uapi/linux/cciss*.h
4611 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4612 M:      Don Brace <don.brace@pmcs.com>
4613 L:      iss_storagedev@hp.com
4614 L:      storagedev@pmcs.com
4615 L:      linux-scsi@vger.kernel.org
4616 S:      Supported
4617 F:      Documentation/blockdev/cciss.txt
4618 F:      drivers/block/cciss*
4619 F:      include/linux/cciss_ioctl.h
4620 F:      include/uapi/linux/cciss_ioctl.h
4622 HFS FILESYSTEM
4623 L:      linux-fsdevel@vger.kernel.org
4624 S:      Orphan
4625 F:      Documentation/filesystems/hfs.txt
4626 F:      fs/hfs/
4628 HFSPLUS FILESYSTEM
4629 L:      linux-fsdevel@vger.kernel.org
4630 S:      Orphan
4631 F:      Documentation/filesystems/hfsplus.txt
4632 F:      fs/hfsplus/
4634 HGA FRAMEBUFFER DRIVER
4635 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4636 L:      linux-nvidia@lists.surfsouth.com
4637 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4638 S:      Maintained
4639 F:      drivers/video/fbdev/hgafb.c
4641 HIBERNATION (aka Software Suspend, aka swsusp)
4642 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4643 M:      Pavel Machek <pavel@ucw.cz>
4644 L:      linux-pm@vger.kernel.org
4645 S:      Supported
4646 F:      arch/x86/power/
4647 F:      drivers/base/power/
4648 F:      kernel/power/
4649 F:      include/linux/suspend.h
4650 F:      include/linux/freezer.h
4651 F:      include/linux/pm.h
4652 F:      arch/*/include/asm/suspend*.h
4654 HID CORE LAYER
4655 M:      Jiri Kosina <jkosina@suse.cz>
4656 L:      linux-input@vger.kernel.org
4657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4658 S:      Maintained
4659 F:      drivers/hid/
4660 F:      include/linux/hid*
4661 F:      include/uapi/linux/hid*
4663 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4664 M:      Thomas Gleixner <tglx@linutronix.de>
4665 L:      linux-kernel@vger.kernel.org
4666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4667 S:      Maintained
4668 F:      Documentation/timers/
4669 F:      kernel/time/hrtimer.c
4670 F:      kernel/time/clockevents.c
4671 F:      kernel/time/tick*.*
4672 F:      kernel/time/timer_*.c
4673 F:      include/linux/clockchips.h
4674 F:      include/linux/hrtimer.h
4676 HIGH-SPEED SCC DRIVER FOR AX.25
4677 L:      linux-hams@vger.kernel.org
4678 S:      Orphan
4679 F:      drivers/net/hamradio/dmascc.c
4680 F:      drivers/net/hamradio/scc.c
4682 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4683 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4684 W:      http://www.highpoint-tech.com
4685 S:      Supported
4686 F:      Documentation/scsi/hptiop.txt
4687 F:      drivers/scsi/hptiop.c
4689 HIPPI
4690 M:      Jes Sorensen <jes@trained-monkey.org>
4691 L:      linux-hippi@sunsite.dk
4692 S:      Maintained
4693 F:      include/linux/hippidevice.h
4694 F:      include/uapi/linux/if_hippi.h
4695 F:      net/802/hippi.c
4696 F:      drivers/net/hippi/
4698 HOST AP DRIVER
4699 M:      Jouni Malinen <j@w1.fi>
4700 L:      hostap@shmoo.com (subscribers-only)
4701 L:      linux-wireless@vger.kernel.org
4702 W:      http://hostap.epitest.fi/
4703 S:      Maintained
4704 F:      drivers/net/wireless/hostap/
4706 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4707 L:      platform-driver-x86@vger.kernel.org
4708 S:      Orphan
4709 F:      drivers/platform/x86/tc1100-wmi.c
4711 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4712 M:      Jaroslav Kysela <perex@perex.cz>
4713 S:      Maintained
4714 F:      drivers/net/ethernet/hp/hp100.*
4716 HPET:   High Precision Event Timers driver
4717 M:      Clemens Ladisch <clemens@ladisch.de>
4718 S:      Maintained
4719 F:      Documentation/timers/hpet.txt
4720 F:      drivers/char/hpet.c
4721 F:      include/linux/hpet.h
4722 F:      include/uapi/linux/hpet.h
4724 HPET:   x86
4725 S:      Orphan
4726 F:      arch/x86/kernel/hpet.c
4727 F:      arch/x86/include/asm/hpet.h
4729 HPFS FILESYSTEM
4730 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4731 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4732 S:      Maintained
4733 F:      fs/hpfs/
4735 HSI SUBSYSTEM
4736 M:      Sebastian Reichel <sre@kernel.org>
4737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4738 S:      Maintained
4739 F:      Documentation/ABI/testing/sysfs-bus-hsi
4740 F:      Documentation/hsi.txt
4741 F:      drivers/hsi/
4742 F:      include/linux/hsi/
4743 F:      include/uapi/linux/hsi/
4745 HSO 3G MODEM DRIVER
4746 M:      Jan Dumon <j.dumon@option.com>
4747 W:      http://www.pharscape.org
4748 S:      Maintained
4749 F:      drivers/net/usb/hso.c
4751 HSR NETWORK PROTOCOL
4752 M:      Arvid Brodin <arvid.brodin@alten.se>
4753 L:      netdev@vger.kernel.org
4754 S:      Maintained
4755 F:      net/hsr/
4757 HTCPEN TOUCHSCREEN DRIVER
4758 M:      Pau Oliva Fora <pof@eslack.org>
4759 L:      linux-input@vger.kernel.org
4760 S:      Maintained
4761 F:      drivers/input/touchscreen/htcpen.c
4763 HUGETLB FILESYSTEM
4764 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4765 S:      Maintained
4766 F:      fs/hugetlbfs/
4768 Hyper-V CORE AND DRIVERS
4769 M:      K. Y. Srinivasan <kys@microsoft.com>
4770 M:      Haiyang Zhang <haiyangz@microsoft.com>
4771 L:      devel@linuxdriverproject.org
4772 S:      Maintained
4773 F:      arch/x86/include/asm/mshyperv.h
4774 F:      arch/x86/include/uapi/asm/hyperv.h
4775 F:      arch/x86/kernel/cpu/mshyperv.c
4776 F:      drivers/hid/hid-hyperv.c
4777 F:      drivers/hv/
4778 F:      drivers/input/serio/hyperv-keyboard.c
4779 F:      drivers/net/hyperv/
4780 F:      drivers/scsi/storvsc_drv.c
4781 F:      drivers/video/fbdev/hyperv_fb.c
4782 F:      include/linux/hyperv.h
4783 F:      tools/hv/
4785 I2C OVER PARALLEL PORT
4786 M:      Jean Delvare <jdelvare@suse.de>
4787 L:      linux-i2c@vger.kernel.org
4788 S:      Maintained
4789 F:      Documentation/i2c/busses/i2c-parport
4790 F:      Documentation/i2c/busses/i2c-parport-light
4791 F:      drivers/i2c/busses/i2c-parport.c
4792 F:      drivers/i2c/busses/i2c-parport-light.c
4794 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4795 M:      Jean Delvare <jdelvare@suse.de>
4796 L:      linux-i2c@vger.kernel.org
4797 S:      Maintained
4798 F:      Documentation/i2c/busses/i2c-ali1535
4799 F:      Documentation/i2c/busses/i2c-ali1563
4800 F:      Documentation/i2c/busses/i2c-ali15x3
4801 F:      Documentation/i2c/busses/i2c-amd756
4802 F:      Documentation/i2c/busses/i2c-amd8111
4803 F:      Documentation/i2c/busses/i2c-i801
4804 F:      Documentation/i2c/busses/i2c-nforce2
4805 F:      Documentation/i2c/busses/i2c-piix4
4806 F:      Documentation/i2c/busses/i2c-sis5595
4807 F:      Documentation/i2c/busses/i2c-sis630
4808 F:      Documentation/i2c/busses/i2c-sis96x
4809 F:      Documentation/i2c/busses/i2c-via
4810 F:      Documentation/i2c/busses/i2c-viapro
4811 F:      drivers/i2c/busses/i2c-ali1535.c
4812 F:      drivers/i2c/busses/i2c-ali1563.c
4813 F:      drivers/i2c/busses/i2c-ali15x3.c
4814 F:      drivers/i2c/busses/i2c-amd756.c
4815 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4816 F:      drivers/i2c/busses/i2c-amd8111.c
4817 F:      drivers/i2c/busses/i2c-i801.c
4818 F:      drivers/i2c/busses/i2c-isch.c
4819 F:      drivers/i2c/busses/i2c-nforce2.c
4820 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4821 F:      drivers/i2c/busses/i2c-piix4.c
4822 F:      drivers/i2c/busses/i2c-sis5595.c
4823 F:      drivers/i2c/busses/i2c-sis630.c
4824 F:      drivers/i2c/busses/i2c-sis96x.c
4825 F:      drivers/i2c/busses/i2c-via.c
4826 F:      drivers/i2c/busses/i2c-viapro.c
4828 I2C/SMBUS ISMT DRIVER
4829 M:      Seth Heasley <seth.heasley@intel.com>
4830 M:      Neil Horman <nhorman@tuxdriver.com>
4831 L:      linux-i2c@vger.kernel.org
4832 F:      drivers/i2c/busses/i2c-ismt.c
4833 F:      Documentation/i2c/busses/i2c-ismt
4835 I2C/SMBUS STUB DRIVER
4836 M:      Jean Delvare <jdelvare@suse.de>
4837 L:      linux-i2c@vger.kernel.org
4838 S:      Maintained
4839 F:      drivers/i2c/i2c-stub.c
4841 I2C SUBSYSTEM
4842 M:      Wolfram Sang <wsa@the-dreams.de>
4843 L:      linux-i2c@vger.kernel.org
4844 W:      https://i2c.wiki.kernel.org/
4845 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4847 S:      Maintained
4848 F:      Documentation/devicetree/bindings/i2c/
4849 F:      Documentation/i2c/
4850 F:      drivers/i2c/
4851 F:      include/linux/i2c.h
4852 F:      include/linux/i2c-*.h
4853 F:      include/uapi/linux/i2c.h
4854 F:      include/uapi/linux/i2c-*.h
4856 I2C ACPI SUPPORT
4857 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4858 L:      linux-i2c@vger.kernel.org
4859 L:      linux-acpi@vger.kernel.org
4860 S:      Maintained
4862 I2C-TAOS-EVM DRIVER
4863 M:      Jean Delvare <jdelvare@suse.de>
4864 L:      linux-i2c@vger.kernel.org
4865 S:      Maintained
4866 F:      Documentation/i2c/busses/i2c-taos-evm
4867 F:      drivers/i2c/busses/i2c-taos-evm.c
4869 I2C-TINY-USB DRIVER
4870 M:      Till Harbaum <till@harbaum.org>
4871 L:      linux-i2c@vger.kernel.org
4872 W:      http://www.harbaum.org/till/i2c_tiny_usb
4873 S:      Maintained
4874 F:      drivers/i2c/busses/i2c-tiny-usb.c
4876 i386 BOOT CODE
4877 M:      "H. Peter Anvin" <hpa@zytor.com>
4878 S:      Maintained
4879 F:      arch/x86/boot/
4881 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4882 M:      "H. Peter Anvin" <hpa@zytor.com>
4883 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4884 S:      Maintained
4886 IA64 (Itanium) PLATFORM
4887 M:      Tony Luck <tony.luck@intel.com>
4888 M:      Fenghua Yu <fenghua.yu@intel.com>
4889 L:      linux-ia64@vger.kernel.org
4890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4891 S:      Maintained
4892 F:      arch/ia64/
4894 IBM Power in-Nest Crypto Acceleration
4895 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4896 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4897 L:      linux-crypto@vger.kernel.org
4898 S:      Supported
4899 F:      drivers/crypto/nx/
4901 IBM Power 842 compression accelerator
4902 M:      Dan Streetman <ddstreet@us.ibm.com>
4903 S:      Supported
4904 F:      drivers/crypto/nx/nx-842.c
4905 F:      include/linux/nx842.h
4907 IBM Power Linux RAID adapter
4908 M:      Brian King <brking@us.ibm.com>
4909 S:      Supported
4910 F:      drivers/scsi/ipr.*
4912 IBM Power Virtual Ethernet Device Driver
4913 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4914 L:      netdev@vger.kernel.org
4915 S:      Supported
4916 F:      drivers/net/ethernet/ibm/ibmveth.*
4918 IBM Power Virtual SCSI Device Drivers
4919 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4920 L:      linux-scsi@vger.kernel.org
4921 S:      Supported
4922 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4923 F:      drivers/scsi/ibmvscsi/viosrp.h
4925 IBM Power Virtual FC Device Drivers
4926 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4927 L:      linux-scsi@vger.kernel.org
4928 S:      Supported
4929 F:      drivers/scsi/ibmvscsi/ibmvfc*
4931 IBM ServeRAID RAID DRIVER
4932 S:      Orphan
4933 F:      drivers/scsi/ips.*
4935 ICH LPC AND GPIO DRIVER
4936 M:      Peter Tyser <ptyser@xes-inc.com>
4937 S:      Maintained
4938 F:      drivers/mfd/lpc_ich.c
4939 F:      drivers/gpio/gpio-ich.c
4941 IDE SUBSYSTEM
4942 M:      "David S. Miller" <davem@davemloft.net>
4943 L:      linux-ide@vger.kernel.org
4944 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4946 S:      Maintained
4947 F:      Documentation/ide/
4948 F:      drivers/ide/
4949 F:      include/linux/ide.h
4951 IDEAPAD LAPTOP EXTRAS DRIVER
4952 M:      Ike Panhc <ike.pan@canonical.com>
4953 L:      platform-driver-x86@vger.kernel.org
4954 W:      http://launchpad.net/ideapad-laptop
4955 S:      Maintained
4956 F:      drivers/platform/x86/ideapad-laptop.c
4958 IDEAPAD LAPTOP SLIDEBAR DRIVER
4959 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4960 L:      linux-input@vger.kernel.org
4961 W:      https://github.com/o2genum/ideapad-slidebar
4962 S:      Maintained
4963 F:      drivers/input/misc/ideapad_slidebar.c
4965 IDE/ATAPI DRIVERS
4966 M:      Borislav Petkov <bp@alien8.de>
4967 L:      linux-ide@vger.kernel.org
4968 S:      Maintained
4969 F:      Documentation/cdrom/ide-cd
4970 F:      drivers/ide/ide-cd*
4972 IDLE-I7300
4973 M:      Andy Henroid <andrew.d.henroid@intel.com>
4974 L:      linux-pm@vger.kernel.org
4975 S:      Supported
4976 F:      drivers/idle/i7300_idle.c
4978 IEEE 802.15.4 SUBSYSTEM
4979 M:      Alexander Aring <alex.aring@gmail.com>
4980 L:      linux-wpan@vger.kernel.org
4981 W:      https://github.com/linux-wpan
4982 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4983 S:      Maintained
4984 F:      net/ieee802154/
4985 F:      net/mac802154/
4986 F:      drivers/net/ieee802154/
4987 F:      include/linux/nl802154.h
4988 F:      include/linux/ieee802154.h
4989 F:      include/net/nl802154.h
4990 F:      include/net/mac802154.h
4991 F:      include/net/af_ieee802154.h
4992 F:      include/net/cfg802154.h
4993 F:      include/net/ieee802154_netdev.h
4994 F:      Documentation/networking/ieee802154.txt
4996 IGORPLUG-USB IR RECEIVER
4997 M:      Sean Young <sean@mess.org>
4998 L:      linux-media@vger.kernel.org
4999 S:      Maintained
5000 F:      drivers/media/rc/igorplugusb.c
5002 IGUANAWORKS USB IR TRANSCEIVER
5003 M:      Sean Young <sean@mess.org>
5004 L:      linux-media@vger.kernel.org
5005 S:      Maintained
5006 F:      drivers/media/rc/iguanair.c
5008 IIO SUBSYSTEM AND DRIVERS
5009 M:      Jonathan Cameron <jic23@kernel.org>
5010 R:      Hartmut Knaack <knaack.h@gmx.de>
5011 R:      Lars-Peter Clausen <lars@metafoo.de>
5012 R:      Peter Meerwald <pmeerw@pmeerw.net>
5013 L:      linux-iio@vger.kernel.org
5014 S:      Maintained
5015 F:      drivers/iio/
5016 F:      drivers/staging/iio/
5017 F:      include/linux/iio/
5018 F:      tools/iio/
5020 IKANOS/ADI EAGLE ADSL USB DRIVER
5021 M:      Matthieu Castet <castet.matthieu@free.fr>
5022 M:      Stanislaw Gruszka <stf_xl@wp.pl>
5023 S:      Maintained
5024 F:      drivers/usb/atm/ueagle-atm.c
5026 INA209 HARDWARE MONITOR DRIVER
5027 M:      Guenter Roeck <linux@roeck-us.net>
5028 L:      lm-sensors@lm-sensors.org
5029 S:      Maintained
5030 F:      Documentation/hwmon/ina209
5031 F:      Documentation/devicetree/bindings/i2c/ina209.txt
5032 F:      drivers/hwmon/ina209.c
5034 INA2XX HARDWARE MONITOR DRIVER
5035 M:      Guenter Roeck <linux@roeck-us.net>
5036 L:      lm-sensors@lm-sensors.org
5037 S:      Maintained
5038 F:      Documentation/hwmon/ina2xx
5039 F:      drivers/hwmon/ina2xx.c
5040 F:      include/linux/platform_data/ina2xx.h
5042 INDUSTRY PACK SUBSYSTEM (IPACK)
5043 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
5044 M:      Jens Taprogge <jens.taprogge@taprogge.org>
5045 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
5046 L:      industrypack-devel@lists.sourceforge.net
5047 W:      http://industrypack.sourceforge.net
5048 S:      Maintained
5049 F:      drivers/ipack/
5051 INGENIC JZ4780 DMA Driver
5052 M:      Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
5053 S:      Maintained
5054 F:      drivers/dma/dma-jz4780.c
5056 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
5057 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5058 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
5059 L:      linux-ima-devel@lists.sourceforge.net
5060 L:      linux-ima-user@lists.sourceforge.net
5061 L:      linux-security-module@vger.kernel.org
5062 S:      Supported
5063 F:      security/integrity/ima/
5065 IMGTEC IR DECODER DRIVER
5066 M:      James Hogan <james.hogan@imgtec.com>
5067 S:      Maintained
5068 F:      drivers/media/rc/img-ir/
5070 IMS TWINTURBO FRAMEBUFFER DRIVER
5071 L:      linux-fbdev@vger.kernel.org
5072 S:      Orphan
5073 F:      drivers/video/fbdev/imsttfb.c
5075 INFINIBAND SUBSYSTEM
5076 M:      Doug Ledford <dledford@redhat.com>
5077 M:      Sean Hefty <sean.hefty@intel.com>
5078 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
5079 L:      linux-rdma@vger.kernel.org
5080 W:      http://www.openfabrics.org/
5081 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma.git
5083 S:      Supported
5084 F:      Documentation/infiniband/
5085 F:      drivers/infiniband/
5086 F:      include/uapi/linux/if_infiniband.h
5087 F:      include/uapi/rdma/
5088 F:      include/rdma/
5090 INOTIFY
5091 M:      John McCutchan <john@johnmccutchan.com>
5092 M:      Robert Love <rlove@rlove.org>
5093 M:      Eric Paris <eparis@parisplace.org>
5094 S:      Maintained
5095 F:      Documentation/filesystems/inotify.txt
5096 F:      fs/notify/inotify/
5097 F:      include/linux/inotify.h
5098 F:      include/uapi/linux/inotify.h
5100 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
5101 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
5102 L:      linux-input@vger.kernel.org
5103 Q:      http://patchwork.kernel.org/project/linux-input/list/
5104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
5105 S:      Maintained
5106 F:      drivers/input/
5107 F:      include/linux/input.h
5108 F:      include/uapi/linux/input.h
5109 F:      include/linux/input/
5111 INPUT MULTITOUCH (MT) PROTOCOL
5112 M:      Henrik Rydberg <rydberg@bitmath.org>
5113 L:      linux-input@vger.kernel.org
5114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
5115 S:      Odd fixes
5116 F:      Documentation/input/multi-touch-protocol.txt
5117 F:      drivers/input/input-mt.c
5118 K:      \b(ABS|SYN)_MT_
5120 INTEL ASoC BDW/HSW DRIVERS
5121 M:      Jie Yang <yang.jie@linux.intel.com>
5122 L:      alsa-devel@alsa-project.org
5123 S:      Supported
5124 F:      sound/soc/intel/sst-haswell*
5125 F:      sound/soc/intel/sst-dsp*
5126 F:      sound/soc/intel/sst-firmware.c
5127 F:      sound/soc/intel/broadwell.c
5128 F:      sound/soc/intel/haswell.c
5130 INTEL C600 SERIES SAS CONTROLLER DRIVER
5131 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5132 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5133 L:      linux-scsi@vger.kernel.org
5134 T:      git git://git.code.sf.net/p/intel-sas/isci
5135 S:      Supported
5136 F:      drivers/scsi/isci/
5138 INTEL IDLE DRIVER
5139 M:      Len Brown <lenb@kernel.org>
5140 L:      linux-pm@vger.kernel.org
5141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5142 S:      Supported
5143 F:      drivers/idle/intel_idle.c
5145 INTEL PSTATE DRIVER
5146 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5147 L:      linux-pm@vger.kernel.org
5148 S:      Supported
5149 F:      drivers/cpufreq/intel_pstate.c
5151 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5152 M:      Maik Broemme <mbroemme@plusserver.de>
5153 L:      linux-fbdev@vger.kernel.org
5154 S:      Maintained
5155 F:      Documentation/fb/intelfb.txt
5156 F:      drivers/video/fbdev/intelfb/
5158 INTEL 810/815 FRAMEBUFFER DRIVER
5159 M:      Antonino Daplas <adaplas@gmail.com>
5160 L:      linux-fbdev@vger.kernel.org
5161 S:      Maintained
5162 F:      drivers/video/fbdev/i810/
5164 INTEL MENLOW THERMAL DRIVER
5165 M:      Sujith Thomas <sujith.thomas@intel.com>
5166 L:      platform-driver-x86@vger.kernel.org
5167 W:      https://01.org/linux-acpi
5168 S:      Supported
5169 F:      drivers/platform/x86/intel_menlow.c
5171 INTEL IA32 MICROCODE UPDATE SUPPORT
5172 M:      Borislav Petkov <bp@alien8.de>
5173 S:      Maintained
5174 F:      arch/x86/kernel/cpu/microcode/core*
5175 F:      arch/x86/kernel/cpu/microcode/intel*
5177 INTEL I/OAT DMA DRIVER
5178 M:      Dave Jiang <dave.jiang@intel.com>
5179 R:      Dan Williams <dan.j.williams@intel.com>
5180 L:      dmaengine@vger.kernel.org
5181 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5182 S:      Supported
5183 F:      drivers/dma/ioat*
5185 INTEL IOMMU (VT-d)
5186 M:      David Woodhouse <dwmw2@infradead.org>
5187 L:      iommu@lists.linux-foundation.org
5188 T:      git git://git.infradead.org/iommu-2.6.git
5189 S:      Supported
5190 F:      drivers/iommu/intel-iommu.c
5191 F:      include/linux/intel-iommu.h
5193 INTEL IOP-ADMA DMA DRIVER
5194 R:      Dan Williams <dan.j.williams@intel.com>
5195 S:      Odd fixes
5196 F:      drivers/dma/iop-adma.c
5198 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5199 M:      Krzysztof Halasa <khalasa@piap.pl>
5200 S:      Maintained
5201 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5202 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5203 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5204 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5205 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5206 F:      drivers/net/wan/ixp4xx_hss.c
5208 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5209 M:      Deepak Saxena <dsaxena@plexity.net>
5210 S:      Maintained
5211 F:      drivers/char/hw_random/ixp4xx-rng.c
5213 INTEL ETHERNET DRIVERS
5214 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5215 R:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5216 R:      Shannon Nelson <shannon.nelson@intel.com>
5217 R:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5218 R:      Don Skidmore <donald.c.skidmore@intel.com>
5219 R:      Matthew Vick <matthew.vick@intel.com>
5220 R:      John Ronciak <john.ronciak@intel.com>
5221 R:      Mitch Williams <mitch.a.williams@intel.com>
5222 L:      intel-wired-lan@lists.osuosl.org
5223 W:      http://www.intel.com/support/feedback.htm
5224 W:      http://e1000.sourceforge.net/
5225 Q:      http://patchwork.ozlabs.org/project/intel-wired-lan/list/
5226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue.git
5227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue.git
5228 S:      Supported
5229 F:      Documentation/networking/e100.txt
5230 F:      Documentation/networking/e1000.txt
5231 F:      Documentation/networking/e1000e.txt
5232 F:      Documentation/networking/igb.txt
5233 F:      Documentation/networking/igbvf.txt
5234 F:      Documentation/networking/ixgb.txt
5235 F:      Documentation/networking/ixgbe.txt
5236 F:      Documentation/networking/ixgbevf.txt
5237 F:      Documentation/networking/i40e.txt
5238 F:      Documentation/networking/i40evf.txt
5239 F:      drivers/net/ethernet/intel/
5240 F:      drivers/net/ethernet/intel/*/
5242 INTEL-MID GPIO DRIVER
5243 M:      David Cohen <david.a.cohen@linux.intel.com>
5244 L:      linux-gpio@vger.kernel.org
5245 S:      Maintained
5246 F:      drivers/gpio/gpio-intel-mid.c
5248 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5249 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5250 L:      linux-wireless@vger.kernel.org
5251 S:      Maintained
5252 F:      Documentation/networking/README.ipw2100
5253 F:      Documentation/networking/README.ipw2200
5254 F:      drivers/net/wireless/ipw2x00/
5256 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5257 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5258 M:      Gang Wei <gang.wei@intel.com>
5259 M:      Shane Wang <shane.wang@intel.com>
5260 L:      tboot-devel@lists.sourceforge.net
5261 W:      http://tboot.sourceforge.net
5262 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5263 S:      Supported
5264 F:      Documentation/intel_txt.txt
5265 F:      include/linux/tboot.h
5266 F:      arch/x86/kernel/tboot.c
5268 INTEL WIRELESS WIMAX CONNECTION 2400
5269 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5270 M:      linux-wimax@intel.com
5271 L:      wimax@linuxwimax.org (subscribers-only)
5272 S:      Supported
5273 W:      http://linuxwimax.org
5274 F:      Documentation/wimax/README.i2400m
5275 F:      drivers/net/wimax/i2400m/
5276 F:      include/uapi/linux/wimax/i2400m.h
5278 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5279 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5280 L:      linux-wireless@vger.kernel.org
5281 S:      Supported
5282 F:      drivers/net/wireless/iwlegacy/
5284 INTEL WIRELESS WIFI LINK (iwlwifi)
5285 M:      Johannes Berg <johannes.berg@intel.com>
5286 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5287 M:      Intel Linux Wireless <ilw@linux.intel.com>
5288 L:      linux-wireless@vger.kernel.org
5289 W:      http://intellinuxwireless.org
5290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5291 S:      Supported
5292 F:      drivers/net/wireless/iwlwifi/
5294 INTEL MANAGEMENT ENGINE (mei)
5295 M:      Tomas Winkler <tomas.winkler@intel.com>
5296 L:      linux-kernel@vger.kernel.org
5297 S:      Supported
5298 F:      include/uapi/linux/mei.h
5299 F:      drivers/misc/mei/*
5300 F:      Documentation/misc-devices/mei/*
5302 IOC3 ETHERNET DRIVER
5303 M:      Ralf Baechle <ralf@linux-mips.org>
5304 L:      linux-mips@linux-mips.org
5305 S:      Maintained
5306 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5308 IOC3 SERIAL DRIVER
5309 M:      Pat Gefre <pfg@sgi.com>
5310 L:      linux-serial@vger.kernel.org
5311 S:      Maintained
5312 F:      drivers/tty/serial/ioc3_serial.c
5314 IOMMU DRIVERS
5315 M:      Joerg Roedel <joro@8bytes.org>
5316 L:      iommu@lists.linux-foundation.org
5317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5318 S:      Maintained
5319 F:      drivers/iommu/
5321 IP MASQUERADING
5322 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5323 S:      Maintained
5324 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5326 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5327 M:      Francois Romieu <romieu@fr.zoreil.com>
5328 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5329 L:      netdev@vger.kernel.org
5330 S:      Maintained
5331 F:      drivers/net/ethernet/icplus/ipg.*
5333 IPATH DRIVER
5334 M:      Mike Marciniszyn <infinipath@intel.com>
5335 L:      linux-rdma@vger.kernel.org
5336 S:      Maintained
5337 F:      drivers/infiniband/hw/ipath/
5339 IPMI SUBSYSTEM
5340 M:      Corey Minyard <minyard@acm.org>
5341 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5342 W:      http://openipmi.sourceforge.net/
5343 S:      Supported
5344 F:      Documentation/IPMI.txt
5345 F:      drivers/char/ipmi/
5346 F:      include/linux/ipmi*
5347 F:      include/uapi/linux/ipmi*
5349 QCOM AUDIO (ASoC) DRIVERS
5350 M:      Patrick Lai <plai@codeaurora.org>
5351 M:      Banajit Goswami <bgoswami@codeaurora.org>
5352 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5353 S:      Supported
5354 F:      sound/soc/qcom/
5356 IPS SCSI RAID DRIVER
5357 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5358 L:      linux-scsi@vger.kernel.org
5359 W:      http://www.adaptec.com/
5360 S:      Maintained
5361 F:      drivers/scsi/ips*
5363 IPVS
5364 M:      Wensong Zhang <wensong@linux-vs.org>
5365 M:      Simon Horman <horms@verge.net.au>
5366 M:      Julian Anastasov <ja@ssi.bg>
5367 L:      netdev@vger.kernel.org
5368 L:      lvs-devel@vger.kernel.org
5369 S:      Maintained
5370 F:      Documentation/networking/ipvs-sysctl.txt
5371 F:      include/net/ip_vs.h
5372 F:      include/uapi/linux/ip_vs.h
5373 F:      net/netfilter/ipvs/
5375 IPWIRELESS DRIVER
5376 M:      Jiri Kosina <jkosina@suse.cz>
5377 M:      David Sterba <dsterba@suse.cz>
5378 S:      Odd Fixes
5379 F:      drivers/tty/ipwireless/
5381 IPX NETWORK LAYER
5382 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5383 L:      netdev@vger.kernel.org
5384 S:      Maintained
5385 F:      include/net/ipx.h
5386 F:      include/uapi/linux/ipx.h
5387 F:      net/ipx/
5389 IRDA SUBSYSTEM
5390 M:      Samuel Ortiz <samuel@sortiz.org>
5391 L:      irda-users@lists.sourceforge.net (subscribers-only)
5392 L:      netdev@vger.kernel.org
5393 W:      http://irda.sourceforge.net/
5394 S:      Maintained
5395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5396 F:      Documentation/networking/irda.txt
5397 F:      drivers/net/irda/
5398 F:      include/net/irda/
5399 F:      net/irda/
5401 IRQ SUBSYSTEM
5402 M:      Thomas Gleixner <tglx@linutronix.de>
5403 L:      linux-kernel@vger.kernel.org
5404 S:      Maintained
5405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5406 F:      kernel/irq/
5408 IRQCHIP DRIVERS
5409 M:      Thomas Gleixner <tglx@linutronix.de>
5410 M:      Jason Cooper <jason@lakedaemon.net>
5411 L:      linux-kernel@vger.kernel.org
5412 S:      Maintained
5413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5414 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5415 F:      Documentation/devicetree/bindings/interrupt-controller/
5416 F:      drivers/irqchip/
5418 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5419 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5420 S:      Maintained
5421 F:      Documentation/IRQ-domain.txt
5422 F:      include/linux/irqdomain.h
5423 F:      kernel/irq/irqdomain.c
5425 ISAPNP
5426 M:      Jaroslav Kysela <perex@perex.cz>
5427 S:      Maintained
5428 F:      Documentation/isapnp.txt
5429 F:      drivers/pnp/isapnp/
5430 F:      include/linux/isapnp.h
5432 ISA RADIO MODULE
5433 M:      Hans Verkuil <hverkuil@xs4all.nl>
5434 L:      linux-media@vger.kernel.org
5435 T:      git git://linuxtv.org/media_tree.git
5436 W:      http://linuxtv.org
5437 S:      Maintained
5438 F:      drivers/media/radio/radio-isa*
5440 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5441 M:      Peter Jones <pjones@redhat.com>
5442 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5443 S:      Maintained
5444 F:      drivers/firmware/iscsi_ibft*
5446 ISCSI
5447 M:      Mike Christie <michaelc@cs.wisc.edu>
5448 L:      open-iscsi@googlegroups.com
5449 W:      www.open-iscsi.org
5450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5451 S:      Maintained
5452 F:      drivers/scsi/*iscsi*
5453 F:      include/scsi/*iscsi*
5455 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5456 M:      Or Gerlitz <ogerlitz@mellanox.com>
5457 M:      Sagi Grimberg <sagig@mellanox.com>
5458 M:      Roi Dayan <roid@mellanox.com>
5459 L:      linux-rdma@vger.kernel.org
5460 S:      Supported
5461 W:      http://www.openfabrics.org
5462 W:      www.open-iscsi.org
5463 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5464 F:      drivers/infiniband/ulp/iser/
5466 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5467 M:      Sagi Grimberg <sagig@mellanox.com>
5468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5469 L:      linux-rdma@vger.kernel.org
5470 L:      target-devel@vger.kernel.org
5471 S:      Supported
5472 W:      http://www.linux-iscsi.org
5473 F:      drivers/infiniband/ulp/isert
5475 ISDN SUBSYSTEM
5476 M:      Karsten Keil <isdn@linux-pingi.de>
5477 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5478 L:      netdev@vger.kernel.org
5479 W:      http://www.isdn4linux.de
5480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5481 S:      Maintained
5482 F:      Documentation/isdn/
5483 F:      drivers/isdn/
5484 F:      include/linux/isdn.h
5485 F:      include/linux/isdn/
5486 F:      include/uapi/linux/isdn.h
5487 F:      include/uapi/linux/isdn/
5489 ISDN SUBSYSTEM (Eicon active card driver)
5490 M:      Armin Schindler <mac@melware.de>
5491 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5492 W:      http://www.melware.de
5493 S:      Maintained
5494 F:      drivers/isdn/hardware/eicon/
5496 IT87 HARDWARE MONITORING DRIVER
5497 M:      Jean Delvare <jdelvare@suse.de>
5498 L:      lm-sensors@lm-sensors.org
5499 S:      Maintained
5500 F:      Documentation/hwmon/it87
5501 F:      drivers/hwmon/it87.c
5503 IT913X MEDIA DRIVER
5504 M:      Antti Palosaari <crope@iki.fi>
5505 L:      linux-media@vger.kernel.org
5506 W:      http://linuxtv.org/
5507 W:      http://palosaari.fi/linux/
5508 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5509 T:      git git://linuxtv.org/anttip/media_tree.git
5510 S:      Maintained
5511 F:      drivers/media/tuners/it913x*
5513 IVTV VIDEO4LINUX DRIVER
5514 M:      Andy Walls <awalls@md.metrocast.net>
5515 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5516 L:      linux-media@vger.kernel.org
5517 T:      git git://linuxtv.org/media_tree.git
5518 W:      http://www.ivtvdriver.org
5519 S:      Maintained
5520 F:      Documentation/video4linux/*.ivtv
5521 F:      drivers/media/pci/ivtv/
5522 F:      include/uapi/linux/ivtv*
5524 IX2505V MEDIA DRIVER
5525 M:      Malcolm Priestley <tvboxspy@gmail.com>
5526 L:      linux-media@vger.kernel.org
5527 W:      http://linuxtv.org/
5528 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5529 S:      Maintained
5530 F:      drivers/media/dvb-frontends/ix2505v*
5532 JC42.4 TEMPERATURE SENSOR DRIVER
5533 M:      Guenter Roeck <linux@roeck-us.net>
5534 L:      lm-sensors@lm-sensors.org
5535 S:      Maintained
5536 F:      drivers/hwmon/jc42.c
5537 F:      Documentation/hwmon/jc42
5539 JFS FILESYSTEM
5540 M:      Dave Kleikamp <shaggy@kernel.org>
5541 L:      jfs-discussion@lists.sourceforge.net
5542 W:      http://jfs.sourceforge.net/
5543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5544 S:      Maintained
5545 F:      Documentation/filesystems/jfs.txt
5546 F:      fs/jfs/
5548 JME NETWORK DRIVER
5549 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5550 L:      netdev@vger.kernel.org
5551 S:      Maintained
5552 F:      drivers/net/ethernet/jme.*
5554 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5555 M:      David Woodhouse <dwmw2@infradead.org>
5556 L:      linux-mtd@lists.infradead.org
5557 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5558 S:      Maintained
5559 F:      fs/jffs2/
5560 F:      include/uapi/linux/jffs2.h
5562 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5563 M:      Andrew Morton <akpm@linux-foundation.org>
5564 M:      Jan Kara <jack@suse.cz>
5565 L:      linux-ext4@vger.kernel.org
5566 S:      Maintained
5567 F:      fs/jbd/
5568 F:      include/linux/jbd.h
5570 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5571 M:      "Theodore Ts'o" <tytso@mit.edu>
5572 L:      linux-ext4@vger.kernel.org
5573 S:      Maintained
5574 F:      fs/jbd2/
5575 F:      include/linux/jbd2.h
5577 JSM Neo PCI based serial card
5578 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5579 L:      linux-serial@vger.kernel.org
5580 S:      Maintained
5581 F:      drivers/tty/serial/jsm/
5583 K10TEMP HARDWARE MONITORING DRIVER
5584 M:      Clemens Ladisch <clemens@ladisch.de>
5585 L:      lm-sensors@lm-sensors.org
5586 S:      Maintained
5587 F:      Documentation/hwmon/k10temp
5588 F:      drivers/hwmon/k10temp.c
5590 K8TEMP HARDWARE MONITORING DRIVER
5591 M:      Rudolf Marek <r.marek@assembler.cz>
5592 L:      lm-sensors@lm-sensors.org
5593 S:      Maintained
5594 F:      Documentation/hwmon/k8temp
5595 F:      drivers/hwmon/k8temp.c
5597 KCONFIG
5598 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5599 L:      linux-kbuild@vger.kernel.org
5600 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5601 S:      Maintained
5602 F:      Documentation/kbuild/kconfig-language.txt
5603 F:      scripts/kconfig/
5605 KDUMP
5606 M:      Vivek Goyal <vgoyal@redhat.com>
5607 M:      Haren Myneni <hbabu@us.ibm.com>
5608 L:      kexec@lists.infradead.org
5609 W:      http://lse.sourceforge.net/kdump/
5610 S:      Maintained
5611 F:      Documentation/kdump/
5613 KEENE FM RADIO TRANSMITTER DRIVER
5614 M:      Hans Verkuil <hverkuil@xs4all.nl>
5615 L:      linux-media@vger.kernel.org
5616 T:      git git://linuxtv.org/media_tree.git
5617 W:      http://linuxtv.org
5618 S:      Maintained
5619 F:      drivers/media/radio/radio-keene*
5621 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5622 M:      Ian Kent <raven@themaw.net>
5623 L:      autofs@vger.kernel.org
5624 S:      Maintained
5625 F:      fs/autofs4/
5627 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5628 M:      Michal Marek <mmarek@suse.cz>
5629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5631 L:      linux-kbuild@vger.kernel.org
5632 S:      Maintained
5633 F:      Documentation/kbuild/
5634 F:      Makefile
5635 F:      scripts/Makefile.*
5636 F:      scripts/basic/
5637 F:      scripts/mk*
5638 F:      scripts/package/
5640 KERNEL JANITORS
5641 L:      kernel-janitors@vger.kernel.org
5642 W:      http://kernelnewbies.org/KernelJanitors
5643 S:      Odd Fixes
5645 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5646 M:      "J. Bruce Fields" <bfields@fieldses.org>
5647 L:      linux-nfs@vger.kernel.org
5648 W:      http://nfs.sourceforge.net/
5649 S:      Supported
5650 F:      fs/nfsd/
5651 F:      include/uapi/linux/nfsd/
5652 F:      fs/lockd/
5653 F:      fs/nfs_common/
5654 F:      net/sunrpc/
5655 F:      include/linux/lockd/
5656 F:      include/linux/sunrpc/
5657 F:      include/uapi/linux/sunrpc/
5659 KERNEL SELFTEST FRAMEWORK
5660 M:      Shuah Khan <shuahkh@osg.samsung.com>
5661 L:      linux-api@vger.kernel.org
5662 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5663 S:      Maintained
5664 F:      tools/testing/selftests
5666 KERNEL VIRTUAL MACHINE (KVM)
5667 M:      Gleb Natapov <gleb@kernel.org>
5668 M:      Paolo Bonzini <pbonzini@redhat.com>
5669 L:      kvm@vger.kernel.org
5670 W:      http://www.linux-kvm.org
5671 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5672 S:      Supported
5673 F:      Documentation/*/kvm*.txt
5674 F:      Documentation/virtual/kvm/
5675 F:      arch/*/kvm/
5676 F:      arch/x86/kernel/kvm.c
5677 F:      arch/x86/kernel/kvmclock.c
5678 F:      arch/*/include/asm/kvm*
5679 F:      include/linux/kvm*
5680 F:      include/uapi/linux/kvm*
5681 F:      virt/kvm/
5683 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5684 M:      Joerg Roedel <joro@8bytes.org>
5685 L:      kvm@vger.kernel.org
5686 W:      http://kvm.qumranet.com
5687 S:      Maintained
5688 F:      arch/x86/include/asm/svm.h
5689 F:      arch/x86/kvm/svm.c
5691 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5692 M:      Alexander Graf <agraf@suse.de>
5693 L:      kvm-ppc@vger.kernel.org
5694 W:      http://kvm.qumranet.com
5695 T:      git git://github.com/agraf/linux-2.6.git
5696 S:      Supported
5697 F:      arch/powerpc/include/asm/kvm*
5698 F:      arch/powerpc/kvm/
5700 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5701 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5702 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5703 M:      linux390@de.ibm.com
5704 L:      linux-s390@vger.kernel.org
5705 W:      http://www.ibm.com/developerworks/linux/linux390/
5706 S:      Supported
5707 F:      Documentation/s390/kvm.txt
5708 F:      arch/s390/include/asm/kvm*
5709 F:      arch/s390/kvm/
5710 F:      drivers/s390/kvm/
5712 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5713 M:      Christoffer Dall <christoffer.dall@linaro.org>
5714 M:      Marc Zyngier <marc.zyngier@arm.com>
5715 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5716 L:      kvmarm@lists.cs.columbia.edu
5717 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5718 S:      Supported
5719 F:      arch/arm/include/uapi/asm/kvm*
5720 F:      arch/arm/include/asm/kvm*
5721 F:      arch/arm/kvm/
5722 F:      virt/kvm/arm/
5723 F:      include/kvm/arm_*
5725 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5726 M:      Christoffer Dall <christoffer.dall@linaro.org>
5727 M:      Marc Zyngier <marc.zyngier@arm.com>
5728 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5729 L:      kvmarm@lists.cs.columbia.edu
5730 S:      Maintained
5731 F:      arch/arm64/include/uapi/asm/kvm*
5732 F:      arch/arm64/include/asm/kvm*
5733 F:      arch/arm64/kvm/
5735 KEXEC
5736 M:      Eric Biederman <ebiederm@xmission.com>
5737 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5738 L:      kexec@lists.infradead.org
5739 S:      Maintained
5740 F:      include/linux/kexec.h
5741 F:      include/uapi/linux/kexec.h
5742 F:      kernel/kexec.c
5744 KEYS/KEYRINGS:
5745 M:      David Howells <dhowells@redhat.com>
5746 L:      keyrings@linux-nfs.org
5747 S:      Maintained
5748 F:      Documentation/security/keys.txt
5749 F:      include/linux/key.h
5750 F:      include/linux/key-type.h
5751 F:      include/keys/
5752 F:      security/keys/
5754 KEYS-TRUSTED
5755 M:      David Safford <safford@us.ibm.com>
5756 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5757 L:      linux-security-module@vger.kernel.org
5758 L:      keyrings@linux-nfs.org
5759 S:      Supported
5760 F:      Documentation/security/keys-trusted-encrypted.txt
5761 F:      include/keys/trusted-type.h
5762 F:      security/keys/trusted.c
5763 F:      security/keys/trusted.h
5765 KEYS-ENCRYPTED
5766 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5767 M:      David Safford <safford@us.ibm.com>
5768 L:      linux-security-module@vger.kernel.org
5769 L:      keyrings@linux-nfs.org
5770 S:      Supported
5771 F:      Documentation/security/keys-trusted-encrypted.txt
5772 F:      include/keys/encrypted-type.h
5773 F:      security/keys/encrypted-keys/
5775 KGDB / KDB /debug_core
5776 M:      Jason Wessel <jason.wessel@windriver.com>
5777 W:      http://kgdb.wiki.kernel.org/
5778 L:      kgdb-bugreport@lists.sourceforge.net
5779 S:      Maintained
5780 F:      Documentation/DocBook/kgdb.tmpl
5781 F:      drivers/misc/kgdbts.c
5782 F:      drivers/tty/serial/kgdboc.c
5783 F:      include/linux/kdb.h
5784 F:      include/linux/kgdb.h
5785 F:      kernel/debug/
5787 KMEMCHECK
5788 M:      Vegard Nossum <vegardno@ifi.uio.no>
5789 M:      Pekka Enberg <penberg@kernel.org>
5790 S:      Maintained
5791 F:      Documentation/kmemcheck.txt
5792 F:      arch/x86/include/asm/kmemcheck.h
5793 F:      arch/x86/mm/kmemcheck/
5794 F:      include/linux/kmemcheck.h
5795 F:      mm/kmemcheck.c
5797 KMEMLEAK
5798 M:      Catalin Marinas <catalin.marinas@arm.com>
5799 S:      Maintained
5800 F:      Documentation/kmemleak.txt
5801 F:      include/linux/kmemleak.h
5802 F:      mm/kmemleak.c
5803 F:      mm/kmemleak-test.c
5805 KPROBES
5806 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5807 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5808 M:      "David S. Miller" <davem@davemloft.net>
5809 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5810 S:      Maintained
5811 F:      Documentation/kprobes.txt
5812 F:      include/linux/kprobes.h
5813 F:      kernel/kprobes.c
5815 KS0108 LCD CONTROLLER DRIVER
5816 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5817 W:      http://miguelojeda.es/auxdisplay.htm
5818 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5819 S:      Maintained
5820 F:      Documentation/auxdisplay/ks0108
5821 F:      drivers/auxdisplay/ks0108.c
5822 F:      include/linux/ks0108.h
5824 LAPB module
5825 L:      linux-x25@vger.kernel.org
5826 S:      Orphan
5827 F:      Documentation/networking/lapb-module.txt
5828 F:      include/*/lapb.h
5829 F:      net/lapb/
5831 LASI 53c700 driver for PARISC
5832 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5833 L:      linux-scsi@vger.kernel.org
5834 S:      Maintained
5835 F:      Documentation/scsi/53c700.txt
5836 F:      drivers/scsi/53c700*
5838 LED SUBSYSTEM
5839 M:      Bryan Wu <cooloney@gmail.com>
5840 M:      Richard Purdie <rpurdie@rpsys.net>
5841 M:      Jacek Anaszewski <j.anaszewski@samsung.com>
5842 L:      linux-leds@vger.kernel.org
5843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5844 S:      Maintained
5845 F:      drivers/leds/
5846 F:      include/linux/leds.h
5848 LEGACY EEPROM DRIVER
5849 M:      Jean Delvare <jdelvare@suse.de>
5850 S:      Maintained
5851 F:      Documentation/misc-devices/eeprom
5852 F:      drivers/misc/eeprom/eeprom.c
5854 LEGO USB Tower driver
5855 M:      Juergen Stuber <starblue@users.sourceforge.net>
5856 L:      legousb-devel@lists.sourceforge.net
5857 W:      http://legousb.sourceforge.net/
5858 S:      Maintained
5859 F:      drivers/usb/misc/legousbtower.c
5861 LG2160 MEDIA DRIVER
5862 M:      Michael Krufky <mkrufky@linuxtv.org>
5863 L:      linux-media@vger.kernel.org
5864 W:      http://linuxtv.org/
5865 W:      http://github.com/mkrufky
5866 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5867 T:      git git://linuxtv.org/mkrufky/tuners.git
5868 S:      Maintained
5869 F:      drivers/media/dvb-frontends/lg2160.*
5871 LGDT3305 MEDIA DRIVER
5872 M:      Michael Krufky <mkrufky@linuxtv.org>
5873 L:      linux-media@vger.kernel.org
5874 W:      http://linuxtv.org/
5875 W:      http://github.com/mkrufky
5876 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5877 T:      git git://linuxtv.org/mkrufky/tuners.git
5878 S:      Maintained
5879 F:      drivers/media/dvb-frontends/lgdt3305.*
5881 LGUEST
5882 M:      Rusty Russell <rusty@rustcorp.com.au>
5883 L:      lguest@lists.ozlabs.org
5884 W:      http://lguest.ozlabs.org/
5885 S:      Odd Fixes
5886 F:      arch/x86/include/asm/lguest*.h
5887 F:      arch/x86/lguest/
5888 F:      drivers/lguest/
5889 F:      include/linux/lguest*.h
5890 F:      tools/lguest/
5892 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5893 M:      Tejun Heo <tj@kernel.org>
5894 L:      linux-ide@vger.kernel.org
5895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5896 S:      Maintained
5897 F:      drivers/ata/
5898 F:      include/linux/ata.h
5899 F:      include/linux/libata.h
5901 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5902 M:      Viresh Kumar <viresh.linux@gmail.com>
5903 L:      linux-ide@vger.kernel.org
5904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5905 S:      Maintained
5906 F:      include/linux/pata_arasan_cf_data.h
5907 F:      drivers/ata/pata_arasan_cf.c
5909 LIBATA PATA DRIVERS
5910 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5911 M:      Tejun Heo <tj@kernel.org>
5912 L:      linux-ide@vger.kernel.org
5913 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5914 S:      Maintained
5915 F:      drivers/ata/pata_*.c
5916 F:      drivers/ata/ata_generic.c
5918 LIBATA SATA AHCI PLATFORM devices support
5919 M:      Hans de Goede <hdegoede@redhat.com>
5920 M:      Tejun Heo <tj@kernel.org>
5921 L:      linux-ide@vger.kernel.org
5922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5923 S:      Maintained
5924 F:      drivers/ata/ahci_platform.c
5925 F:      drivers/ata/libahci_platform.c
5926 F:      include/linux/ahci_platform.h
5928 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5929 M:      Mikael Pettersson <mikpelinux@gmail.com>
5930 L:      linux-ide@vger.kernel.org
5931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5932 S:      Maintained
5933 F:      drivers/ata/sata_promise.*
5935 LIBLOCKDEP
5936 M:      Sasha Levin <sasha.levin@oracle.com>
5937 S:      Maintained
5938 F:      tools/lib/lockdep/
5940 LINUX FOR IBM pSERIES (RS/6000)
5941 M:      Paul Mackerras <paulus@au.ibm.com>
5942 W:      http://www.ibm.com/linux/ltc/projects/ppc
5943 S:      Supported
5944 F:      arch/powerpc/boot/rs6000.h
5946 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5947 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5948 M:      Paul Mackerras <paulus@samba.org>
5949 M:      Michael Ellerman <mpe@ellerman.id.au>
5950 W:      http://www.penguinppc.org/
5951 L:      linuxppc-dev@lists.ozlabs.org
5952 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5954 S:      Supported
5955 F:      Documentation/powerpc/
5956 F:      arch/powerpc/
5958 LINUX FOR POWER MACINTOSH
5959 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5960 W:      http://www.penguinppc.org/
5961 L:      linuxppc-dev@lists.ozlabs.org
5962 S:      Maintained
5963 F:      arch/powerpc/platforms/powermac/
5964 F:      drivers/macintosh/
5966 LINUX FOR POWERPC EMBEDDED MPC5XXX
5967 M:      Anatolij Gustschin <agust@denx.de>
5968 L:      linuxppc-dev@lists.ozlabs.org
5969 T:      git git://git.denx.de/linux-denx-agust.git
5970 S:      Maintained
5971 F:      arch/powerpc/platforms/512x/
5972 F:      arch/powerpc/platforms/52xx/
5974 LINUX FOR POWERPC EMBEDDED PPC4XX
5975 M:      Alistair Popple <alistair@popple.id.au>
5976 M:      Matt Porter <mporter@kernel.crashing.org>
5977 W:      http://www.penguinppc.org/
5978 L:      linuxppc-dev@lists.ozlabs.org
5979 S:      Maintained
5980 F:      arch/powerpc/platforms/40x/
5981 F:      arch/powerpc/platforms/44x/
5983 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5984 L:      linuxppc-dev@lists.ozlabs.org
5985 S:      Orphan
5986 F:      arch/powerpc/*/*virtex*
5987 F:      arch/powerpc/*/*/*virtex*
5989 LINUX FOR POWERPC EMBEDDED PPC8XX
5990 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5991 W:      http://www.penguinppc.org/
5992 L:      linuxppc-dev@lists.ozlabs.org
5993 S:      Maintained
5994 F:      arch/powerpc/platforms/8xx/
5996 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5997 M:      Scott Wood <scottwood@freescale.com>
5998 M:      Kumar Gala <galak@kernel.crashing.org>
5999 W:      http://www.penguinppc.org/
6000 L:      linuxppc-dev@lists.ozlabs.org
6001 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
6002 S:      Maintained
6003 F:      arch/powerpc/platforms/83xx/
6004 F:      arch/powerpc/platforms/85xx/
6006 LINUX FOR POWERPC PA SEMI PWRFICIENT
6007 M:      Olof Johansson <olof@lixom.net>
6008 L:      linuxppc-dev@lists.ozlabs.org
6009 S:      Maintained
6010 F:      arch/powerpc/platforms/pasemi/
6011 F:      drivers/*/*pasemi*
6012 F:      drivers/*/*/*pasemi*
6014 LINUX SECURITY MODULE (LSM) FRAMEWORK
6015 M:      Chris Wright <chrisw@sous-sol.org>
6016 L:      linux-security-module@vger.kernel.org
6017 S:      Supported
6019 LIS3LV02D ACCELEROMETER DRIVER
6020 M:      Eric Piel <eric.piel@tremplin-utc.net>
6021 S:      Maintained
6022 F:      Documentation/misc-devices/lis3lv02d
6023 F:      drivers/misc/lis3lv02d/
6024 F:      drivers/platform/x86/hp_accel.c
6026 LIVE PATCHING
6027 M:      Josh Poimboeuf <jpoimboe@redhat.com>
6028 M:      Seth Jennings <sjenning@redhat.com>
6029 M:      Jiri Kosina <jkosina@suse.cz>
6030 M:      Vojtech Pavlik <vojtech@suse.cz>
6031 S:      Maintained
6032 F:      kernel/livepatch/
6033 F:      include/linux/livepatch.h
6034 F:      arch/x86/include/asm/livepatch.h
6035 F:      arch/x86/kernel/livepatch.c
6036 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
6037 F:      samples/livepatch/
6038 L:      live-patching@vger.kernel.org
6039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
6041 LLC (802.2)
6042 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6043 S:      Maintained
6044 F:      include/linux/llc.h
6045 F:      include/uapi/linux/llc.h
6046 F:      include/net/llc*
6047 F:      net/llc/
6049 LM73 HARDWARE MONITOR DRIVER
6050 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
6051 L:      lm-sensors@lm-sensors.org
6052 S:      Maintained
6053 F:      drivers/hwmon/lm73.c
6055 LM78 HARDWARE MONITOR DRIVER
6056 M:      Jean Delvare <jdelvare@suse.de>
6057 L:      lm-sensors@lm-sensors.org
6058 S:      Maintained
6059 F:      Documentation/hwmon/lm78
6060 F:      drivers/hwmon/lm78.c
6062 LM83 HARDWARE MONITOR DRIVER
6063 M:      Jean Delvare <jdelvare@suse.de>
6064 L:      lm-sensors@lm-sensors.org
6065 S:      Maintained
6066 F:      Documentation/hwmon/lm83
6067 F:      drivers/hwmon/lm83.c
6069 LM90 HARDWARE MONITOR DRIVER
6070 M:      Jean Delvare <jdelvare@suse.de>
6071 L:      lm-sensors@lm-sensors.org
6072 S:      Maintained
6073 F:      Documentation/hwmon/lm90
6074 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
6075 F:      drivers/hwmon/lm90.c
6077 LM95234 HARDWARE MONITOR DRIVER
6078 M:      Guenter Roeck <linux@roeck-us.net>
6079 L:      lm-sensors@lm-sensors.org
6080 S:      Maintained
6081 F:      Documentation/hwmon/lm95234
6082 F:      drivers/hwmon/lm95234.c
6084 LME2510 MEDIA DRIVER
6085 M:      Malcolm Priestley <tvboxspy@gmail.com>
6086 L:      linux-media@vger.kernel.org
6087 W:      http://linuxtv.org/
6088 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6089 S:      Maintained
6090 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
6092 LOCKDEP AND LOCKSTAT
6093 M:      Peter Zijlstra <peterz@infradead.org>
6094 M:      Ingo Molnar <mingo@redhat.com>
6095 L:      linux-kernel@vger.kernel.org
6096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
6097 S:      Maintained
6098 F:      Documentation/locking/lockdep*.txt
6099 F:      Documentation/locking/lockstat.txt
6100 F:      include/linux/lockdep.h
6101 F:      kernel/locking/
6103 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
6104 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
6105 L:      linux-ntfs-dev@lists.sourceforge.net
6106 W:      http://www.linux-ntfs.org/content/view/19/37/
6107 S:      Maintained
6108 F:      Documentation/ldm.txt
6109 F:      block/partitions/ldm.*
6111 LogFS
6112 M:      Joern Engel <joern@logfs.org>
6113 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
6114 L:      logfs@logfs.org
6115 W:      logfs.org
6116 S:      Maintained
6117 F:      fs/logfs/
6119 LPC32XX MACHINE SUPPORT
6120 M:      Roland Stigge <stigge@antcom.de>
6121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6122 S:      Maintained
6123 F:      arch/arm/mach-lpc32xx/
6125 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6126 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6127 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6128 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6129 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6130 L:      MPT-FusionLinux.pdl@avagotech.com
6131 L:      linux-scsi@vger.kernel.org
6132 W:      http://www.lsilogic.com/support
6133 S:      Supported
6134 F:      drivers/message/fusion/
6135 F:      drivers/scsi/mpt2sas/
6136 F:      drivers/scsi/mpt3sas/
6138 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6139 M:      Matthew Wilcox <matthew@wil.cx>
6140 L:      linux-scsi@vger.kernel.org
6141 S:      Maintained
6142 F:      drivers/scsi/sym53c8xx_2/
6144 LTC4261 HARDWARE MONITOR DRIVER
6145 M:      Guenter Roeck <linux@roeck-us.net>
6146 L:      lm-sensors@lm-sensors.org
6147 S:      Maintained
6148 F:      Documentation/hwmon/ltc4261
6149 F:      drivers/hwmon/ltc4261.c
6151 LTP (Linux Test Project)
6152 M:      Mike Frysinger <vapier@gentoo.org>
6153 M:      Cyril Hrubis <chrubis@suse.cz>
6154 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6155 M:      Jan Stancek <jstancek@redhat.com>
6156 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6157 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6158 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6159 W:      http://linux-test-project.github.io/
6160 T:      git git://github.com/linux-test-project/ltp.git
6161 S:      Maintained
6163 M32R ARCHITECTURE
6164 W:      http://www.linux-m32r.org/
6165 S:      Orphan
6166 F:      arch/m32r/
6168 M68K ARCHITECTURE
6169 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6170 L:      linux-m68k@lists.linux-m68k.org
6171 W:      http://www.linux-m68k.org/
6172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6173 S:      Maintained
6174 F:      arch/m68k/
6175 F:      drivers/zorro/
6177 M68K ON APPLE MACINTOSH
6178 M:      Joshua Thompson <funaho@jurai.org>
6179 W:      http://www.mac.linux-m68k.org/
6180 L:      linux-m68k@lists.linux-m68k.org
6181 S:      Maintained
6182 F:      arch/m68k/mac/
6184 M68K ON HP9000/300
6185 M:      Philip Blundell <philb@gnu.org>
6186 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6187 S:      Maintained
6188 F:      arch/m68k/hp300/
6190 M88DS3103 MEDIA DRIVER
6191 M:      Antti Palosaari <crope@iki.fi>
6192 L:      linux-media@vger.kernel.org
6193 W:      http://linuxtv.org/
6194 W:      http://palosaari.fi/linux/
6195 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6196 T:      git git://linuxtv.org/anttip/media_tree.git
6197 S:      Maintained
6198 F:      drivers/media/dvb-frontends/m88ds3103*
6200 M88RS2000 MEDIA DRIVER
6201 M:      Malcolm Priestley <tvboxspy@gmail.com>
6202 L:      linux-media@vger.kernel.org
6203 W:      http://linuxtv.org/
6204 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6205 S:      Maintained
6206 F:      drivers/media/dvb-frontends/m88rs2000*
6208 MA901 MASTERKIT USB FM RADIO DRIVER
6209 M:      Alexey Klimov <klimov.linux@gmail.com>
6210 L:      linux-media@vger.kernel.org
6211 T:      git git://linuxtv.org/media_tree.git
6212 S:      Maintained
6213 F:      drivers/media/radio/radio-ma901.c
6215 MAC80211
6216 M:      Johannes Berg <johannes@sipsolutions.net>
6217 L:      linux-wireless@vger.kernel.org
6218 W:      http://wireless.kernel.org/
6219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6221 S:      Maintained
6222 F:      Documentation/networking/mac80211-injection.txt
6223 F:      include/net/mac80211.h
6224 F:      net/mac80211/
6226 MACVLAN DRIVER
6227 M:      Patrick McHardy <kaber@trash.net>
6228 L:      netdev@vger.kernel.org
6229 S:      Maintained
6230 F:      drivers/net/macvlan.c
6231 F:      include/linux/if_macvlan.h
6233 MAILBOX API
6234 M:      Jassi Brar <jassisinghbrar@gmail.com>
6235 L:      linux-kernel@vger.kernel.org
6236 S:      Maintained
6237 F:      drivers/mailbox/
6238 F:      include/linux/mailbox_client.h
6239 F:      include/linux/mailbox_controller.h
6241 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6242 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6243 W:      http://www.kernel.org/doc/man-pages
6244 L:      linux-man@vger.kernel.org
6245 S:      Maintained
6247 MARVELL ARMADA DRM SUPPORT
6248 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6249 S:      Maintained
6250 F:      drivers/gpu/drm/armada/
6252 MARVELL 88E6352 DSA support
6253 M:      Guenter Roeck <linux@roeck-us.net>
6254 S:      Maintained
6255 F:      drivers/net/dsa/mv88e6352.c
6257 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6258 M:      Mirko Lindner <mlindner@marvell.com>
6259 M:      Stephen Hemminger <stephen@networkplumber.org>
6260 L:      netdev@vger.kernel.org
6261 S:      Maintained
6262 F:      drivers/net/ethernet/marvell/sk*
6264 MARVELL LIBERTAS WIRELESS DRIVER
6265 L:      libertas-dev@lists.infradead.org
6266 S:      Orphan
6267 F:      drivers/net/wireless/libertas/
6269 MARVELL MV643XX ETHERNET DRIVER
6270 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6271 L:      netdev@vger.kernel.org
6272 S:      Maintained
6273 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6274 F:      include/linux/mv643xx.h
6276 MARVELL MVNETA ETHERNET DRIVER
6277 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6278 L:      netdev@vger.kernel.org
6279 S:      Maintained
6280 F:      drivers/net/ethernet/marvell/mvneta.*
6282 MARVELL MWIFIEX WIRELESS DRIVER
6283 M:      Amitkumar Karwar <akarwar@marvell.com>
6284 M:      Avinash Patil <patila@marvell.com>
6285 L:      linux-wireless@vger.kernel.org
6286 S:      Maintained
6287 F:      drivers/net/wireless/mwifiex/
6289 MARVELL MWL8K WIRELESS DRIVER
6290 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6291 L:      linux-wireless@vger.kernel.org
6292 S:      Odd Fixes
6293 F:      drivers/net/wireless/mwl8k.c
6295 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6296 M:      Nicolas Pitre <nico@fluxnic.net>
6297 S:      Odd Fixes
6298 F:      drivers/mmc/host/mvsdio.*
6300 MATROX FRAMEBUFFER DRIVER
6301 L:      linux-fbdev@vger.kernel.org
6302 S:      Orphan
6303 F:      drivers/video/fbdev/matrox/matroxfb_*
6304 F:      include/uapi/linux/matroxfb.h
6306 MAX16065 HARDWARE MONITOR DRIVER
6307 M:      Guenter Roeck <linux@roeck-us.net>
6308 L:      lm-sensors@lm-sensors.org
6309 S:      Maintained
6310 F:      Documentation/hwmon/max16065
6311 F:      drivers/hwmon/max16065.c
6313 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6314 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6315 L:      lm-sensors@lm-sensors.org
6316 S:      Maintained
6317 F:      Documentation/hwmon/max6650
6318 F:      drivers/hwmon/max6650.c
6320 MAX6697 HARDWARE MONITOR DRIVER
6321 M:      Guenter Roeck <linux@roeck-us.net>
6322 L:      lm-sensors@lm-sensors.org
6323 S:      Maintained
6324 F:      Documentation/hwmon/max6697
6325 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6326 F:      drivers/hwmon/max6697.c
6327 F:      include/linux/platform_data/max6697.h
6329 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6330 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6331 L:      linux-pm@vger.kernel.org
6332 S:      Supported
6333 F:      drivers/power/max14577_charger.c
6334 F:      drivers/power/max77693_charger.c
6336 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6337 M:      Chanwoo Choi <cw00.choi@samsung.com>
6338 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6339 L:      linux-kernel@vger.kernel.org
6340 S:      Supported
6341 F:      drivers/*/max14577.c
6342 F:      drivers/*/max77686.c
6343 F:      drivers/*/max77693.c
6344 F:      drivers/extcon/extcon-max14577.c
6345 F:      drivers/extcon/extcon-max77693.c
6346 F:      drivers/rtc/rtc-max77686.c
6347 F:      drivers/clk/clk-max77686.c
6348 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6349 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6350 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6351 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6352 F:      include/linux/mfd/max14577*.h
6353 F:      include/linux/mfd/max77686*.h
6354 F:      include/linux/mfd/max77693*.h
6356 MAXIRADIO FM RADIO RECEIVER DRIVER
6357 M:      Hans Verkuil <hverkuil@xs4all.nl>
6358 L:      linux-media@vger.kernel.org
6359 T:      git git://linuxtv.org/media_tree.git
6360 W:      http://linuxtv.org
6361 S:      Maintained
6362 F:      drivers/media/radio/radio-maxiradio*
6364 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6365 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6366 P:      LinuxTV.org Project
6367 L:      linux-media@vger.kernel.org
6368 W:      http://linuxtv.org
6369 Q:      http://patchwork.kernel.org/project/linux-media/list/
6370 T:      git git://linuxtv.org/media_tree.git
6371 S:      Maintained
6372 F:      Documentation/dvb/
6373 F:      Documentation/video4linux/
6374 F:      Documentation/DocBook/media/
6375 F:      drivers/media/
6376 F:      drivers/staging/media/
6377 F:      include/media/
6378 F:      include/uapi/linux/dvb/
6379 F:      include/uapi/linux/videodev2.h
6380 F:      include/uapi/linux/media.h
6381 F:      include/uapi/linux/v4l2-*
6382 F:      include/uapi/linux/meye.h
6383 F:      include/uapi/linux/ivtv*
6384 F:      include/uapi/linux/uvcvideo.h
6386 MEDIATEK MT7601U WIRELESS LAN DRIVER
6387 M:      Jakub Kicinski <kubakici@wp.pl>
6388 L:      linux-wireless@vger.kernel.org
6389 S:      Maintained
6390 F:      drivers/net/wireless/mediatek/mt7601u/
6392 MEGARAID SCSI/SAS DRIVERS
6393 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6394 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6395 M:      Uday Lingala <uday.lingala@avagotech.com>
6396 L:      megaraidlinux.pdl@avagotech.com
6397 L:      linux-scsi@vger.kernel.org
6398 W:      http://www.lsi.com
6399 S:      Maintained
6400 F:      Documentation/scsi/megaraid.txt
6401 F:      drivers/scsi/megaraid.*
6402 F:      drivers/scsi/megaraid/
6404 MELLANOX ETHERNET DRIVER (mlx4_en)
6405 M:      Amir Vadai <amirv@mellanox.com>
6406 M:      Ido Shamay <idos@mellanox.com>
6407 L:      netdev@vger.kernel.org
6408 S:      Supported
6409 W:      http://www.mellanox.com
6410 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6411 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6413 MEMORY MANAGEMENT
6414 L:      linux-mm@kvack.org
6415 W:      http://www.linux-mm.org
6416 S:      Maintained
6417 F:      include/linux/mm.h
6418 F:      include/linux/gfp.h
6419 F:      include/linux/mmzone.h
6420 F:      include/linux/memory_hotplug.h
6421 F:      include/linux/vmalloc.h
6422 F:      mm/
6424 MEMORY TECHNOLOGY DEVICES (MTD)
6425 M:      David Woodhouse <dwmw2@infradead.org>
6426 M:      Brian Norris <computersforpeace@gmail.com>
6427 L:      linux-mtd@lists.infradead.org
6428 W:      http://www.linux-mtd.infradead.org/
6429 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6430 T:      git git://git.infradead.org/linux-mtd.git
6431 T:      git git://git.infradead.org/l2-mtd.git
6432 S:      Maintained
6433 F:      drivers/mtd/
6434 F:      include/linux/mtd/
6435 F:      include/uapi/mtd/
6437 MEN A21 WATCHDOG DRIVER
6438 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6439 L:      linux-watchdog@vger.kernel.org
6440 S:      Supported
6441 F:      drivers/watchdog/mena21_wdt.c
6443 MEN CHAMELEON BUS (mcb)
6444 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6445 S:      Supported
6446 F:      drivers/mcb/
6447 F:      include/linux/mcb.h
6449 MEN F21BMC (Board Management Controller)
6450 M:      Andreas Werner <andreas.werner@men.de>
6451 S:      Supported
6452 F:      drivers/mfd/menf21bmc.c
6453 F:      drivers/watchdog/menf21bmc_wdt.c
6454 F:      drivers/leds/leds-menf21bmc.c
6455 F:      drivers/hwmon/menf21bmc_hwmon.c
6456 F:      Documentation/hwmon/menf21bmc
6458 METAG ARCHITECTURE
6459 M:      James Hogan <james.hogan@imgtec.com>
6460 L:      linux-metag@vger.kernel.org
6461 S:      Supported
6462 F:      arch/metag/
6463 F:      Documentation/metag/
6464 F:      Documentation/devicetree/bindings/metag/
6465 F:      drivers/clocksource/metag_generic.c
6466 F:      drivers/irqchip/irq-metag.c
6467 F:      drivers/irqchip/irq-metag-ext.c
6468 F:      drivers/tty/metag_da.c
6470 MICROBLAZE ARCHITECTURE
6471 M:      Michal Simek <monstr@monstr.eu>
6472 W:      http://www.monstr.eu/fdt/
6473 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6474 S:      Supported
6475 F:      arch/microblaze/
6477 MICROTEK X6 SCANNER
6478 M:      Oliver Neukum <oliver@neukum.org>
6479 S:      Maintained
6480 F:      drivers/usb/image/microtek.*
6482 MIPS
6483 M:      Ralf Baechle <ralf@linux-mips.org>
6484 L:      linux-mips@linux-mips.org
6485 W:      http://www.linux-mips.org/
6486 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6487 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6488 S:      Supported
6489 F:      Documentation/mips/
6490 F:      arch/mips/
6492 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6493 M:      Hans Verkuil <hverkuil@xs4all.nl>
6494 L:      linux-media@vger.kernel.org
6495 T:      git git://linuxtv.org/media_tree.git
6496 W:      http://linuxtv.org
6497 S:      Odd Fixes
6498 F:      drivers/media/radio/radio-miropcm20*
6500 Mellanox MLX5 core VPI driver
6501 M:      Eli Cohen <eli@mellanox.com>
6502 L:      netdev@vger.kernel.org
6503 L:      linux-rdma@vger.kernel.org
6504 W:      http://www.mellanox.com
6505 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6506 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6507 T:      git git://openfabrics.org/~eli/connect-ib.git
6508 S:      Supported
6509 F:      drivers/net/ethernet/mellanox/mlx5/core/
6510 F:      include/linux/mlx5/
6512 Mellanox MLX5 IB driver
6513 M:      Eli Cohen <eli@mellanox.com>
6514 L:      linux-rdma@vger.kernel.org
6515 W:      http://www.mellanox.com
6516 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6517 T:      git git://openfabrics.org/~eli/connect-ib.git
6518 S:      Supported
6519 F:      include/linux/mlx5/
6520 F:      drivers/infiniband/hw/mlx5/
6522 MN88472 MEDIA DRIVER
6523 M:      Antti Palosaari <crope@iki.fi>
6524 L:      linux-media@vger.kernel.org
6525 W:      http://linuxtv.org/
6526 W:      http://palosaari.fi/linux/
6527 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6528 T:      git git://linuxtv.org/anttip/media_tree.git
6529 S:      Maintained
6530 F:      drivers/staging/media/mn88472/
6531 F:      drivers/media/dvb-frontends/mn88472.h
6533 MN88473 MEDIA DRIVER
6534 M:      Antti Palosaari <crope@iki.fi>
6535 L:      linux-media@vger.kernel.org
6536 W:      http://linuxtv.org/
6537 W:      http://palosaari.fi/linux/
6538 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6539 T:      git git://linuxtv.org/anttip/media_tree.git
6540 S:      Maintained
6541 F:      drivers/staging/media/mn88473/
6542 F:      drivers/media/dvb-frontends/mn88473.h
6544 MODULE SUPPORT
6545 M:      Rusty Russell <rusty@rustcorp.com.au>
6546 S:      Maintained
6547 F:      include/linux/module.h
6548 F:      kernel/module.c
6550 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6551 W:      http://popies.net/meye/
6552 S:      Orphan
6553 F:      Documentation/video4linux/meye.txt
6554 F:      drivers/media/pci/meye/
6555 F:      include/uapi/linux/meye.h
6557 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6558 M:      Jiri Slaby <jirislaby@gmail.com>
6559 S:      Maintained
6560 F:      Documentation/serial/moxa-smartio
6561 F:      drivers/tty/mxser.*
6563 MR800 AVERMEDIA USB FM RADIO DRIVER
6564 M:      Alexey Klimov <klimov.linux@gmail.com>
6565 L:      linux-media@vger.kernel.org
6566 T:      git git://linuxtv.org/media_tree.git
6567 S:      Maintained
6568 F:      drivers/media/radio/radio-mr800.c
6570 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6571 M:      Alan Ott <alan@signal11.us>
6572 L:      linux-wpan@vger.kernel.org
6573 S:      Maintained
6574 F:      drivers/net/ieee802154/mrf24j40.c
6576 MSI LAPTOP SUPPORT
6577 M:      "Lee, Chun-Yi" <jlee@suse.com>
6578 L:      platform-driver-x86@vger.kernel.org
6579 S:      Maintained
6580 F:      drivers/platform/x86/msi-laptop.c
6582 MSI WMI SUPPORT
6583 M:      Anisse Astier <anisse@astier.eu>
6584 L:      platform-driver-x86@vger.kernel.org
6585 S:      Supported
6586 F:      drivers/platform/x86/msi-wmi.c
6588 MSI001 MEDIA DRIVER
6589 M:      Antti Palosaari <crope@iki.fi>
6590 L:      linux-media@vger.kernel.org
6591 W:      http://linuxtv.org/
6592 W:      http://palosaari.fi/linux/
6593 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6594 T:      git git://linuxtv.org/anttip/media_tree.git
6595 S:      Maintained
6596 F:      drivers/media/tuners/msi001*
6598 MSI2500 MEDIA DRIVER
6599 M:      Antti Palosaari <crope@iki.fi>
6600 L:      linux-media@vger.kernel.org
6601 W:      http://linuxtv.org/
6602 W:      http://palosaari.fi/linux/
6603 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6604 T:      git git://linuxtv.org/anttip/media_tree.git
6605 S:      Maintained
6606 F:      drivers/media/usb/msi2500/
6608 MT9M032 APTINA SENSOR DRIVER
6609 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6610 L:      linux-media@vger.kernel.org
6611 T:      git git://linuxtv.org/media_tree.git
6612 S:      Maintained
6613 F:      drivers/media/i2c/mt9m032.c
6614 F:      include/media/mt9m032.h
6616 MT9P031 APTINA CAMERA SENSOR
6617 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6618 L:      linux-media@vger.kernel.org
6619 T:      git git://linuxtv.org/media_tree.git
6620 S:      Maintained
6621 F:      drivers/media/i2c/mt9p031.c
6622 F:      include/media/mt9p031.h
6624 MT9T001 APTINA CAMERA SENSOR
6625 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6626 L:      linux-media@vger.kernel.org
6627 T:      git git://linuxtv.org/media_tree.git
6628 S:      Maintained
6629 F:      drivers/media/i2c/mt9t001.c
6630 F:      include/media/mt9t001.h
6632 MT9V032 APTINA CAMERA SENSOR
6633 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6634 L:      linux-media@vger.kernel.org
6635 T:      git git://linuxtv.org/media_tree.git
6636 S:      Maintained
6637 F:      Documentation/devicetree/bindings/media/i2c/mt9v032.txt
6638 F:      drivers/media/i2c/mt9v032.c
6639 F:      include/media/mt9v032.h
6641 MULTIFUNCTION DEVICES (MFD)
6642 M:      Samuel Ortiz <sameo@linux.intel.com>
6643 M:      Lee Jones <lee.jones@linaro.org>
6644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6645 S:      Supported
6646 F:      drivers/mfd/
6647 F:      include/linux/mfd/
6649 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6650 M:      Ulf Hansson <ulf.hansson@linaro.org>
6651 L:      linux-mmc@vger.kernel.org
6652 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6653 S:      Maintained
6654 F:      drivers/mmc/
6655 F:      include/linux/mmc/
6656 F:      include/uapi/linux/mmc/
6658 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6659 S:      Orphan
6660 F:      drivers/mmc/host/mmc_spi.c
6661 F:      include/linux/spi/mmc_spi.h
6663 MULTISOUND SOUND DRIVER
6664 M:      Andrew Veliath <andrewtv@usa.net>
6665 S:      Maintained
6666 F:      Documentation/sound/oss/MultiSound
6667 F:      sound/oss/msnd*
6669 MULTITECH MULTIPORT CARD (ISICOM)
6670 S:      Orphan
6671 F:      drivers/tty/isicom.c
6672 F:      include/linux/isicom.h
6674 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6675 M:      Felipe Balbi <balbi@ti.com>
6676 L:      linux-usb@vger.kernel.org
6677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6678 S:      Maintained
6679 F:      drivers/usb/musb/
6681 MXL5007T MEDIA DRIVER
6682 M:      Michael Krufky <mkrufky@linuxtv.org>
6683 L:      linux-media@vger.kernel.org
6684 W:      http://linuxtv.org/
6685 W:      http://github.com/mkrufky
6686 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6687 T:      git git://linuxtv.org/mkrufky/tuners.git
6688 S:      Maintained
6689 F:      drivers/media/tuners/mxl5007t.*
6691 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6692 M:      Hyong-Youb Kim <hykim@myri.com>
6693 L:      netdev@vger.kernel.org
6694 W:      https://www.myricom.com/support/downloads/myri10ge.html
6695 S:      Supported
6696 F:      drivers/net/ethernet/myricom/myri10ge/
6698 NATSEMI ETHERNET DRIVER (DP8381x)
6699 S:      Orphan
6700 F:      drivers/net/ethernet/natsemi/natsemi.c
6702 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6703 M:      Daniel Mack <zonque@gmail.com>
6704 S:      Maintained
6705 L:      alsa-devel@alsa-project.org
6706 W:      http://www.native-instruments.com
6707 F:      sound/usb/caiaq/
6709 NCP FILESYSTEM
6710 M:      Petr Vandrovec <petr@vandrovec.name>
6711 S:      Odd Fixes
6712 F:      fs/ncpfs/
6714 NCR 5380 SCSI DRIVERS
6715 M:      Finn Thain <fthain@telegraphics.com.au>
6716 M:      Michael Schmitz <schmitzmic@gmail.com>
6717 L:      linux-scsi@vger.kernel.org
6718 S:      Maintained
6719 F:      Documentation/scsi/g_NCR5380.txt
6720 F:      drivers/scsi/NCR5380.*
6721 F:      drivers/scsi/arm/cumana_1.c
6722 F:      drivers/scsi/arm/oak.c
6723 F:      drivers/scsi/atari_NCR5380.c
6724 F:      drivers/scsi/atari_scsi.*
6725 F:      drivers/scsi/dmx3191d.c
6726 F:      drivers/scsi/dtc.*
6727 F:      drivers/scsi/g_NCR5380.*
6728 F:      drivers/scsi/g_NCR5380_mmio.c
6729 F:      drivers/scsi/mac_scsi.*
6730 F:      drivers/scsi/pas16.*
6731 F:      drivers/scsi/sun3_scsi.*
6732 F:      drivers/scsi/sun3_scsi_vme.c
6733 F:      drivers/scsi/t128.*
6735 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6736 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6737 L:      linux-scsi@vger.kernel.org
6738 S:      Maintained
6739 F:      drivers/scsi/NCR_D700.*
6741 NCT6775 HARDWARE MONITOR DRIVER
6742 M:      Guenter Roeck <linux@roeck-us.net>
6743 L:      lm-sensors@lm-sensors.org
6744 S:      Maintained
6745 F:      Documentation/hwmon/nct6775
6746 F:      drivers/hwmon/nct6775.c
6748 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6749 M:      Faisal Latif <faisal.latif@intel.com>
6750 L:      linux-rdma@vger.kernel.org
6751 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6752 S:      Supported
6753 F:      drivers/infiniband/hw/nes/
6755 NETEM NETWORK EMULATOR
6756 M:      Stephen Hemminger <stephen@networkplumber.org>
6757 L:      netem@lists.linux-foundation.org
6758 S:      Maintained
6759 F:      net/sched/sch_netem.c
6761 NETERION 10GbE DRIVERS (s2io/vxge)
6762 M:      Jon Mason <jdmason@kudzu.us>
6763 L:      netdev@vger.kernel.org
6764 S:      Supported
6765 F:      Documentation/networking/s2io.txt
6766 F:      Documentation/networking/vxge.txt
6767 F:      drivers/net/ethernet/neterion/
6769 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6770 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6771 M:      Patrick McHardy <kaber@trash.net>
6772 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6773 L:      netfilter-devel@vger.kernel.org
6774 L:      coreteam@netfilter.org
6775 W:      http://www.netfilter.org/
6776 W:      http://www.iptables.org/
6777 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6779 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6780 S:      Supported
6781 F:      include/linux/netfilter*
6782 F:      include/linux/netfilter/
6783 F:      include/net/netfilter/
6784 F:      include/uapi/linux/netfilter*
6785 F:      include/uapi/linux/netfilter/
6786 F:      net/*/netfilter.c
6787 F:      net/*/netfilter/
6788 F:      net/netfilter/
6790 NETLABEL
6791 M:      Paul Moore <paul@paul-moore.com>
6792 W:      http://netlabel.sf.net
6793 L:      netdev@vger.kernel.org
6794 S:      Maintained
6795 F:      Documentation/netlabel/
6796 F:      include/net/netlabel.h
6797 F:      net/netlabel/
6799 NETROM NETWORK LAYER
6800 M:      Ralf Baechle <ralf@linux-mips.org>
6801 L:      linux-hams@vger.kernel.org
6802 W:      http://www.linux-ax25.org/
6803 S:      Maintained
6804 F:      include/net/netrom.h
6805 F:      include/uapi/linux/netrom.h
6806 F:      net/netrom/
6808 NETWORK BLOCK DEVICE (NBD)
6809 M:      Markus Pargmann <mpa@pengutronix.de>
6810 S:      Maintained
6811 L:      nbd-general@lists.sourceforge.net
6812 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
6813 F:      Documentation/blockdev/nbd.txt
6814 F:      drivers/block/nbd.c
6815 F:      include/linux/nbd.h
6816 F:      include/uapi/linux/nbd.h
6818 NETWORK DROP MONITOR
6819 M:      Neil Horman <nhorman@tuxdriver.com>
6820 L:      netdev@vger.kernel.org
6821 S:      Maintained
6822 W:      https://fedorahosted.org/dropwatch/
6823 F:      net/core/drop_monitor.c
6825 NETWORKING [GENERAL]
6826 M:      "David S. Miller" <davem@davemloft.net>
6827 L:      netdev@vger.kernel.org
6828 W:      http://www.linuxfoundation.org/en/Net
6829 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6830 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6832 S:      Maintained
6833 F:      net/
6834 F:      include/net/
6835 F:      include/linux/in.h
6836 F:      include/linux/net.h
6837 F:      include/linux/netdevice.h
6838 F:      include/uapi/linux/in.h
6839 F:      include/uapi/linux/net.h
6840 F:      include/uapi/linux/netdevice.h
6841 F:      include/uapi/linux/net_namespace.h
6842 F:      tools/net/
6843 F:      tools/testing/selftests/net/
6844 F:      lib/random32.c
6845 F:      lib/test_bpf.c
6847 NETWORKING [IPv4/IPv6]
6848 M:      "David S. Miller" <davem@davemloft.net>
6849 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6850 M:      James Morris <jmorris@namei.org>
6851 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6852 M:      Patrick McHardy <kaber@trash.net>
6853 L:      netdev@vger.kernel.org
6854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6855 S:      Maintained
6856 F:      net/ipv4/
6857 F:      net/ipv6/
6858 F:      include/net/ip*
6859 F:      arch/x86/net/*
6861 NETWORKING [IPSEC]
6862 M:      Steffen Klassert <steffen.klassert@secunet.com>
6863 M:      Herbert Xu <herbert@gondor.apana.org.au>
6864 M:      "David S. Miller" <davem@davemloft.net>
6865 L:      netdev@vger.kernel.org
6866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6867 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6868 S:      Maintained
6869 F:      net/core/flow.c
6870 F:      net/xfrm/
6871 F:      net/key/
6872 F:      net/ipv4/xfrm*
6873 F:      net/ipv4/esp4.c
6874 F:      net/ipv4/ah4.c
6875 F:      net/ipv4/ipcomp.c
6876 F:      net/ipv4/ip_vti.c
6877 F:      net/ipv6/xfrm*
6878 F:      net/ipv6/esp6.c
6879 F:      net/ipv6/ah6.c
6880 F:      net/ipv6/ipcomp6.c
6881 F:      net/ipv6/ip6_vti.c
6882 F:      include/uapi/linux/xfrm.h
6883 F:      include/net/xfrm.h
6885 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6886 M:      Paul Moore <paul@paul-moore.com>
6887 L:      netdev@vger.kernel.org
6888 S:      Maintained
6890 NETWORKING [WIRELESS]
6891 L:      linux-wireless@vger.kernel.org
6892 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6894 NETWORKING DRIVERS
6895 L:      netdev@vger.kernel.org
6896 W:      http://www.linuxfoundation.org/en/Net
6897 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6898 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6900 S:      Odd Fixes
6901 F:      drivers/net/
6902 F:      include/linux/if_*
6903 F:      include/linux/netdevice.h
6904 F:      include/linux/arcdevice.h
6905 F:      include/linux/etherdevice.h
6906 F:      include/linux/fcdevice.h
6907 F:      include/linux/fddidevice.h
6908 F:      include/linux/hippidevice.h
6909 F:      include/linux/inetdevice.h
6910 F:      include/uapi/linux/if_*
6911 F:      include/uapi/linux/netdevice.h
6913 NETWORKING DRIVERS (WIRELESS)
6914 M:      Kalle Valo <kvalo@codeaurora.org>
6915 L:      linux-wireless@vger.kernel.org
6916 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6918 S:      Maintained
6919 F:      drivers/net/wireless/
6921 NETXEN (1/10) GbE SUPPORT
6922 M:      Manish Chopra <manish.chopra@qlogic.com>
6923 M:      Sony Chacko <sony.chacko@qlogic.com>
6924 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6925 L:      netdev@vger.kernel.org
6926 W:      http://www.qlogic.com
6927 S:      Supported
6928 F:      drivers/net/ethernet/qlogic/netxen/
6930 NFC SUBSYSTEM
6931 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6932 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6933 M:      Samuel Ortiz <sameo@linux.intel.com>
6934 L:      linux-wireless@vger.kernel.org
6935 L:      linux-nfc@lists.01.org (subscribers-only)
6936 S:      Supported
6937 F:      net/nfc/
6938 F:      include/net/nfc/
6939 F:      include/uapi/linux/nfc.h
6940 F:      drivers/nfc/
6941 F:      include/linux/platform_data/pn544.h
6942 F:      Documentation/devicetree/bindings/net/nfc/
6944 NFS, SUNRPC, AND LOCKD CLIENTS
6945 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6946 M:      Anna Schumaker <anna.schumaker@netapp.com>
6947 L:      linux-nfs@vger.kernel.org
6948 W:      http://client.linux-nfs.org
6949 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6950 S:      Maintained
6951 F:      fs/lockd/
6952 F:      fs/nfs/
6953 F:      fs/nfs_common/
6954 F:      net/sunrpc/
6955 F:      include/linux/lockd/
6956 F:      include/linux/nfs*
6957 F:      include/linux/sunrpc/
6958 F:      include/uapi/linux/nfs*
6959 F:      include/uapi/linux/sunrpc/
6961 NILFS2 FILESYSTEM
6962 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6963 L:      linux-nilfs@vger.kernel.org
6964 W:      http://nilfs.sourceforge.net/
6965 T:      git git://github.com/konis/nilfs2.git
6966 S:      Supported
6967 F:      Documentation/filesystems/nilfs2.txt
6968 F:      fs/nilfs2/
6969 F:      include/linux/nilfs2_fs.h
6971 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6972 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6973 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6974 S:      Maintained
6975 F:      Documentation/scsi/NinjaSCSI.txt
6976 F:      drivers/scsi/pcmcia/nsp_*
6978 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6979 M:      GOTO Masanori <gotom@debian.or.jp>
6980 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6981 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6982 S:      Maintained
6983 F:      Documentation/scsi/NinjaSCSI.txt
6984 F:      drivers/scsi/nsp32*
6986 NIOS2 ARCHITECTURE
6987 M:      Ley Foon Tan <lftan@altera.com>
6988 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6989 T:      git git://git.rocketboards.org/linux-socfpga-next.git
6990 S:      Maintained
6991 F:      arch/nios2/
6993 NOKIA N900 POWER SUPPLY DRIVERS
6994 M:      Pali RohĂ¡r <pali.rohar@gmail.com>
6995 S:      Maintained
6996 F:      include/linux/power/bq2415x_charger.h
6997 F:      include/linux/power/bq27x00_battery.h
6998 F:      include/linux/power/isp1704_charger.h
6999 F:      drivers/power/bq2415x_charger.c
7000 F:      drivers/power/bq27x00_battery.c
7001 F:      drivers/power/isp1704_charger.c
7002 F:      drivers/power/rx51_battery.c
7004 NTB DRIVER
7005 M:      Jon Mason <jdmason@kudzu.us>
7006 M:      Dave Jiang <dave.jiang@intel.com>
7007 S:      Supported
7008 W:      https://github.com/jonmason/ntb/wiki
7009 T:      git git://github.com/jonmason/ntb.git
7010 F:      drivers/ntb/
7011 F:      drivers/net/ntb_netdev.c
7012 F:      include/linux/ntb.h
7014 NTFS FILESYSTEM
7015 M:      Anton Altaparmakov <anton@tuxera.com>
7016 L:      linux-ntfs-dev@lists.sourceforge.net
7017 W:      http://www.tuxera.com/
7018 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
7019 S:      Supported
7020 F:      Documentation/filesystems/ntfs.txt
7021 F:      fs/ntfs/
7023 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
7024 M:      Antonino Daplas <adaplas@gmail.com>
7025 L:      linux-fbdev@vger.kernel.org
7026 S:      Maintained
7027 F:      drivers/video/fbdev/riva/
7028 F:      drivers/video/fbdev/nvidia/
7030 NVM EXPRESS DRIVER
7031 M:      Matthew Wilcox <willy@linux.intel.com>
7032 L:      linux-nvme@lists.infradead.org
7033 T:      git git://git.infradead.org/users/willy/linux-nvme.git
7034 S:      Supported
7035 F:      drivers/block/nvme*
7036 F:      include/linux/nvme.h
7038 NXP-NCI NFC DRIVER
7039 M:      ClĂ©ment Perrochaud <clement.perrochaud@effinnov.com>
7040 R:      Charles Gorand <charles.gorand@effinnov.com>
7041 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
7042 S:      Supported
7043 F:      drivers/nfc/nxp-nci
7045 NXP TDA998X DRM DRIVER
7046 M:      Russell King <rmk+kernel@arm.linux.org.uk>
7047 S:      Supported
7048 F:      drivers/gpu/drm/i2c/tda998x_drv.c
7049 F:      include/drm/i2c/tda998x.h
7051 NXP TFA9879 DRIVER
7052 M:      Peter Rosin <peda@axentia.se>
7053 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7054 S:      Maintained
7055 F:      sound/soc/codecs/tfa9879*
7057 OMAP SUPPORT
7058 M:      Tony Lindgren <tony@atomide.com>
7059 L:      linux-omap@vger.kernel.org
7060 W:      http://www.muru.com/linux/omap/
7061 W:      http://linux.omap.com/
7062 Q:      http://patchwork.kernel.org/project/linux-omap/list/
7063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
7064 S:      Maintained
7065 F:      arch/arm/*omap*/
7066 F:      arch/arm/configs/omap1_defconfig
7067 F:      arch/arm/configs/omap2plus_defconfig
7068 F:      drivers/i2c/busses/i2c-omap.c
7069 F:      drivers/irqchip/irq-omap-intc.c
7070 F:      drivers/mfd/*omap*.c
7071 F:      drivers/mfd/menelaus.c
7072 F:      drivers/mfd/palmas.c
7073 F:      drivers/mfd/tps65217.c
7074 F:      drivers/mfd/tps65218.c
7075 F:      drivers/mfd/tps65910.c
7076 F:      drivers/mfd/twl-core.[ch]
7077 F:      drivers/mfd/twl4030*.c
7078 F:      drivers/mfd/twl6030*.c
7079 F:      drivers/mfd/twl6040*.c
7080 F:      drivers/regulator/palmas-regulator*.c
7081 F:      drivers/regulator/pbias-regulator.c
7082 F:      drivers/regulator/tps65217-regulator.c
7083 F:      drivers/regulator/tps65218-regulator.c
7084 F:      drivers/regulator/tps65910-regulator.c
7085 F:      drivers/regulator/twl-regulator.c
7086 F:      include/linux/i2c-omap.h
7088 OMAP DEVICE TREE SUPPORT
7089 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7090 M:      Tony Lindgren <tony@atomide.com>
7091 L:      linux-omap@vger.kernel.org
7092 L:      devicetree@vger.kernel.org
7093 S:      Maintained
7094 F:      arch/arm/boot/dts/*omap*
7095 F:      arch/arm/boot/dts/*am3*
7096 F:      arch/arm/boot/dts/*am4*
7097 F:      arch/arm/boot/dts/*am5*
7098 F:      arch/arm/boot/dts/*dra7*
7100 OMAP CLOCK FRAMEWORK SUPPORT
7101 M:      Paul Walmsley <paul@pwsan.com>
7102 L:      linux-omap@vger.kernel.org
7103 S:      Maintained
7104 F:      arch/arm/*omap*/*clock*
7106 OMAP POWER MANAGEMENT SUPPORT
7107 M:      Kevin Hilman <khilman@deeprootsystems.com>
7108 L:      linux-omap@vger.kernel.org
7109 S:      Maintained
7110 F:      arch/arm/*omap*/*pm*
7111 F:      drivers/cpufreq/omap-cpufreq.c
7113 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
7114 M:      Rajendra Nayak <rnayak@ti.com>
7115 M:      Paul Walmsley <paul@pwsan.com>
7116 L:      linux-omap@vger.kernel.org
7117 S:      Maintained
7118 F:      arch/arm/mach-omap2/prm*
7120 OMAP AUDIO SUPPORT
7121 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7122 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
7123 L:      alsa-devel@alsa-project.org (subscribers-only)
7124 L:      linux-omap@vger.kernel.org
7125 S:      Maintained
7126 F:      sound/soc/omap/
7128 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
7129 M:      Roger Quadros <rogerq@ti.com>
7130 M:      Tony Lindgren <tony@atomide.com>
7131 L:      linux-omap@vger.kernel.org
7132 S:      Maintained
7133 F:      drivers/memory/omap-gpmc.c
7134 F:      arch/arm/mach-omap2/*gpmc*
7136 OMAP FRAMEBUFFER SUPPORT
7137 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7138 L:      linux-fbdev@vger.kernel.org
7139 L:      linux-omap@vger.kernel.org
7140 S:      Maintained
7141 F:      drivers/video/fbdev/omap/
7143 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7144 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7145 L:      linux-omap@vger.kernel.org
7146 L:      linux-fbdev@vger.kernel.org
7147 S:      Maintained
7148 F:      drivers/video/fbdev/omap2/
7149 F:      Documentation/arm/OMAP/DSS
7151 OMAP HARDWARE SPINLOCK SUPPORT
7152 M:      Ohad Ben-Cohen <ohad@wizery.com>
7153 L:      linux-omap@vger.kernel.org
7154 S:      Maintained
7155 F:      drivers/hwspinlock/omap_hwspinlock.c
7156 F:      arch/arm/mach-omap2/hwspinlock.c
7158 OMAP MMC SUPPORT
7159 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7160 L:      linux-omap@vger.kernel.org
7161 S:      Maintained
7162 F:      drivers/mmc/host/omap.c
7164 OMAP HS MMC SUPPORT
7165 L:      linux-mmc@vger.kernel.org
7166 L:      linux-omap@vger.kernel.org
7167 S:      Orphan
7168 F:      drivers/mmc/host/omap_hsmmc.c
7170 OMAP RANDOM NUMBER GENERATOR SUPPORT
7171 M:      Deepak Saxena <dsaxena@plexity.net>
7172 S:      Maintained
7173 F:      drivers/char/hw_random/omap-rng.c
7175 OMAP HWMOD SUPPORT
7176 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7177 M:      Paul Walmsley <paul@pwsan.com>
7178 L:      linux-omap@vger.kernel.org
7179 S:      Maintained
7180 F:      arch/arm/mach-omap2/omap_hwmod.*
7182 OMAP HWMOD DATA
7183 M:      Paul Walmsley <paul@pwsan.com>
7184 L:      linux-omap@vger.kernel.org
7185 S:      Maintained
7186 F:      arch/arm/mach-omap2/omap_hwmod*data*
7188 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7189 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7190 L:      linux-omap@vger.kernel.org
7191 S:      Maintained
7192 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7194 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7195 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7196 L:      linux-media@vger.kernel.org
7197 S:      Maintained
7198 F:      Documentation/devicetree/bindings/media/ti,omap3isp.txt
7199 F:      drivers/media/platform/omap3isp/
7200 F:      drivers/staging/media/omap4iss/
7202 OMAP USB SUPPORT
7203 M:      Felipe Balbi <balbi@ti.com>
7204 L:      linux-usb@vger.kernel.org
7205 L:      linux-omap@vger.kernel.org
7206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7207 S:      Maintained
7208 F:      drivers/usb/*/*omap*
7209 F:      arch/arm/*omap*/usb*
7211 OMAP GPIO DRIVER
7212 M:      Javier Martinez Canillas <javier@dowhile0.org>
7213 M:      Santosh Shilimkar <ssantosh@kernel.org>
7214 M:      Kevin Hilman <khilman@deeprootsystems.com>
7215 L:      linux-omap@vger.kernel.org
7216 S:      Maintained
7217 F:      drivers/gpio/gpio-omap.c
7219 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7220 M:      Mark Jackson <mpfj@newflow.co.uk>
7221 L:      linux-omap@vger.kernel.org
7222 S:      Maintained
7223 F:      arch/arm/boot/dts/am335x-nano.dts
7225 OMFS FILESYSTEM
7226 M:      Bob Copeland <me@bobcopeland.com>
7227 L:      linux-karma-devel@lists.sourceforge.net
7228 S:      Maintained
7229 F:      Documentation/filesystems/omfs.txt
7230 F:      fs/omfs/
7232 OMNIKEY CARDMAN 4000 DRIVER
7233 M:      Harald Welte <laforge@gnumonks.org>
7234 S:      Maintained
7235 F:      drivers/char/pcmcia/cm4000_cs.c
7236 F:      include/linux/cm4000_cs.h
7237 F:      include/uapi/linux/cm4000_cs.h
7239 OMNIKEY CARDMAN 4040 DRIVER
7240 M:      Harald Welte <laforge@gnumonks.org>
7241 S:      Maintained
7242 F:      drivers/char/pcmcia/cm4040_cs.*
7244 OMNIVISION OV7670 SENSOR DRIVER
7245 M:      Jonathan Corbet <corbet@lwn.net>
7246 L:      linux-media@vger.kernel.org
7247 T:      git git://linuxtv.org/media_tree.git
7248 S:      Maintained
7249 F:      drivers/media/i2c/ov7670.c
7251 ONENAND FLASH DRIVER
7252 M:      Kyungmin Park <kyungmin.park@samsung.com>
7253 L:      linux-mtd@lists.infradead.org
7254 S:      Maintained
7255 F:      drivers/mtd/onenand/
7256 F:      include/linux/mtd/onenand*.h
7258 ONSTREAM SCSI TAPE DRIVER
7259 M:      Willem Riede <osst@riede.org>
7260 L:      osst-users@lists.sourceforge.net
7261 L:      linux-scsi@vger.kernel.org
7262 S:      Maintained
7263 F:      Documentation/scsi/osst.txt
7264 F:      drivers/scsi/osst.*
7265 F:      drivers/scsi/osst_*.h
7266 F:      drivers/scsi/st.h
7268 OPENCORES I2C BUS DRIVER
7269 M:      Peter Korsgaard <jacmet@sunsite.dk>
7270 L:      linux-i2c@vger.kernel.org
7271 S:      Maintained
7272 F:      Documentation/i2c/busses/i2c-ocores
7273 F:      drivers/i2c/busses/i2c-ocores.c
7275 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7276 M:      Grant Likely <grant.likely@linaro.org>
7277 M:      Rob Herring <robh+dt@kernel.org>
7278 L:      devicetree@vger.kernel.org
7279 W:      http://www.devicetree.org/
7280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7281 S:      Maintained
7282 F:      drivers/of/
7283 F:      include/linux/of*.h
7284 F:      scripts/dtc/
7286 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7287 M:      Rob Herring <robh+dt@kernel.org>
7288 M:      Pawel Moll <pawel.moll@arm.com>
7289 M:      Mark Rutland <mark.rutland@arm.com>
7290 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7291 M:      Kumar Gala <galak@codeaurora.org>
7292 L:      devicetree@vger.kernel.org
7293 S:      Maintained
7294 F:      Documentation/devicetree/
7295 F:      arch/*/boot/dts/
7296 F:      include/dt-bindings/
7298 OPEN FIRMWARE AND DEVICE TREE OVERLAYS
7299 M:      Pantelis Antoniou <pantelis.antoniou@konsulko.com>
7300 L:      devicetree@vger.kernel.org
7301 S:      Maintained
7302 F:      Documentation/devicetree/dynamic-resolution-notes.txt
7303 F:      Documentation/devicetree/overlay-notes.txt
7304 F:      drivers/of/overlay.c
7305 F:      drivers/of/resolver.c
7307 OPENRISC ARCHITECTURE
7308 M:      Jonas Bonn <jonas@southpole.se>
7309 W:      http://openrisc.net
7310 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7311 S:      Maintained
7312 T:      git git://openrisc.net/~jonas/linux
7313 F:      arch/openrisc/
7315 OPENVSWITCH
7316 M:      Pravin Shelar <pshelar@nicira.com>
7317 L:      netdev@vger.kernel.org
7318 L:      dev@openvswitch.org
7319 W:      http://openvswitch.org
7320 S:      Maintained
7321 F:      net/openvswitch/
7322 F:      include/uapi/linux/openvswitch.h
7324 OPL4 DRIVER
7325 M:      Clemens Ladisch <clemens@ladisch.de>
7326 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7327 T:      git git://git.alsa-project.org/alsa-kernel.git
7328 S:      Maintained
7329 F:      sound/drivers/opl4/
7331 OPROFILE
7332 M:      Robert Richter <rric@kernel.org>
7333 L:      oprofile-list@lists.sf.net
7334 S:      Maintained
7335 F:      arch/*/include/asm/oprofile*.h
7336 F:      arch/*/oprofile/
7337 F:      drivers/oprofile/
7338 F:      include/linux/oprofile.h
7340 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7341 M:      Mark Fasheh <mfasheh@suse.com>
7342 M:      Joel Becker <jlbec@evilplan.org>
7343 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7344 W:      http://ocfs2.wiki.kernel.org
7345 S:      Supported
7346 F:      Documentation/filesystems/ocfs2.txt
7347 F:      Documentation/filesystems/dlmfs.txt
7348 F:      fs/ocfs2/
7350 ORINOCO DRIVER
7351 L:      linux-wireless@vger.kernel.org
7352 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7353 W:      http://www.nongnu.org/orinoco/
7354 S:      Orphan
7355 F:      drivers/net/wireless/orinoco/
7357 OSD LIBRARY and FILESYSTEM
7358 M:      Boaz Harrosh <ooo@electrozaur.com>
7359 M:      Benny Halevy <bhalevy@primarydata.com>
7360 L:      osd-dev@open-osd.org
7361 W:      http://open-osd.org
7362 T:      git git://git.open-osd.org/open-osd.git
7363 S:      Maintained
7364 F:      drivers/scsi/osd/
7365 F:      include/scsi/osd_*
7366 F:      fs/exofs/
7368 OVERLAY FILESYSTEM
7369 M:      Miklos Szeredi <miklos@szeredi.hu>
7370 L:      linux-unionfs@vger.kernel.org
7371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7372 S:      Supported
7373 F:      fs/overlayfs/
7374 F:      Documentation/filesystems/overlayfs.txt
7376 P54 WIRELESS DRIVER
7377 M:      Christian Lamparter <chunkeey@googlemail.com>
7378 L:      linux-wireless@vger.kernel.org
7379 W:      http://wireless.kernel.org/en/users/Drivers/p54
7380 S:      Maintained
7381 F:      drivers/net/wireless/p54/
7383 PA SEMI ETHERNET DRIVER
7384 M:      Olof Johansson <olof@lixom.net>
7385 L:      netdev@vger.kernel.org
7386 S:      Maintained
7387 F:      drivers/net/ethernet/pasemi/*
7389 PA SEMI SMBUS DRIVER
7390 M:      Olof Johansson <olof@lixom.net>
7391 L:      linux-i2c@vger.kernel.org
7392 S:      Maintained
7393 F:      drivers/i2c/busses/i2c-pasemi.c
7395 PADATA PARALLEL EXECUTION MECHANISM
7396 M:      Steffen Klassert <steffen.klassert@secunet.com>
7397 L:      linux-crypto@vger.kernel.org
7398 S:      Maintained
7399 F:      kernel/padata.c
7400 F:      include/linux/padata.h
7401 F:      Documentation/padata.txt
7403 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7404 M:      Harald Welte <laforge@gnumonks.org>
7405 L:      platform-driver-x86@vger.kernel.org
7406 S:      Maintained
7407 F:      drivers/platform/x86/panasonic-laptop.c
7409 PANASONIC MN10300/AM33/AM34 PORT
7410 M:      David Howells <dhowells@redhat.com>
7411 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7412 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7413 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7414 S:      Maintained
7415 F:      Documentation/mn10300/
7416 F:      arch/mn10300/
7418 PARALLEL PORT SUPPORT
7419 L:      linux-parport@lists.infradead.org (subscribers-only)
7420 S:      Orphan
7421 F:      drivers/parport/
7422 F:      include/linux/parport*.h
7423 F:      drivers/char/ppdev.c
7424 F:      include/uapi/linux/ppdev.h
7426 PARAVIRT_OPS INTERFACE
7427 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7428 M:      Chris Wright <chrisw@sous-sol.org>
7429 M:      Alok Kataria <akataria@vmware.com>
7430 M:      Rusty Russell <rusty@rustcorp.com.au>
7431 L:      virtualization@lists.linux-foundation.org
7432 S:      Supported
7433 F:      Documentation/virtual/paravirt_ops.txt
7434 F:      arch/*/kernel/paravirt*
7435 F:      arch/*/include/asm/paravirt.h
7437 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7438 M:      Tim Waugh <tim@cyberelk.net>
7439 L:      linux-parport@lists.infradead.org (subscribers-only)
7440 W:      http://www.torque.net/linux-pp.html
7441 S:      Maintained
7442 F:      Documentation/blockdev/paride.txt
7443 F:      drivers/block/paride/
7445 PARISC ARCHITECTURE
7446 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7447 M:      Helge Deller <deller@gmx.de>
7448 L:      linux-parisc@vger.kernel.org
7449 W:      http://www.parisc-linux.org/
7450 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7452 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7453 S:      Maintained
7454 F:      arch/parisc/
7455 F:      Documentation/parisc/
7456 F:      drivers/parisc/
7457 F:      drivers/char/agp/parisc-agp.c
7458 F:      drivers/input/serio/gscps2.c
7459 F:      drivers/parport/parport_gsc.*
7460 F:      drivers/tty/serial/8250/8250_gsc.c
7461 F:      drivers/video/fbdev/sti*
7462 F:      drivers/video/console/sti*
7463 F:      drivers/video/logo/logo_parisc*
7465 PC87360 HARDWARE MONITORING DRIVER
7466 M:      Jim Cromie <jim.cromie@gmail.com>
7467 L:      lm-sensors@lm-sensors.org
7468 S:      Maintained
7469 F:      Documentation/hwmon/pc87360
7470 F:      drivers/hwmon/pc87360.c
7472 PC8736x GPIO DRIVER
7473 M:      Jim Cromie <jim.cromie@gmail.com>
7474 S:      Maintained
7475 F:      drivers/char/pc8736x_gpio.c
7477 PC87427 HARDWARE MONITORING DRIVER
7478 M:      Jean Delvare <jdelvare@suse.de>
7479 L:      lm-sensors@lm-sensors.org
7480 S:      Maintained
7481 F:      Documentation/hwmon/pc87427
7482 F:      drivers/hwmon/pc87427.c
7484 PCA9532 LED DRIVER
7485 M:      Riku Voipio <riku.voipio@iki.fi>
7486 S:      Maintained
7487 F:      drivers/leds/leds-pca9532.c
7488 F:      include/linux/leds-pca9532.h
7490 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7491 M:      Guenter Roeck <linux@roeck-us.net>
7492 L:      linux-i2c@vger.kernel.org
7493 S:      Maintained
7494 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7496 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7497 M:      Khalid Aziz <khalid@gonehiking.org>
7498 S:      Maintained
7499 F:      drivers/firmware/pcdp.*
7501 PCI ERROR RECOVERY
7502 M:      Linas Vepstas <linasvepstas@gmail.com>
7503 L:      linux-pci@vger.kernel.org
7504 S:      Supported
7505 F:      Documentation/PCI/pci-error-recovery.txt
7507 PCI SUBSYSTEM
7508 M:      Bjorn Helgaas <bhelgaas@google.com>
7509 L:      linux-pci@vger.kernel.org
7510 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7512 S:      Supported
7513 F:      Documentation/PCI/
7514 F:      drivers/pci/
7515 F:      include/linux/pci*
7516 F:      arch/x86/pci/
7517 F:      arch/x86/kernel/quirks.c
7519 PCI DRIVER FOR ARM VERSATILE PLATFORM
7520 M:      Rob Herring <robh@kernel.org>
7521 L:      linux-pci@vger.kernel.org
7522 L:      linux-arm-kernel@lists.infradead.org
7523 S:      Maintained
7524 F:      Documentation/devicetree/bindings/pci/versatile.txt
7525 F:      drivers/pci/host/pci-versatile.c
7527 PCI DRIVER FOR APPLIEDMICRO XGENE
7528 M:      Tanmay Inamdar <tinamdar@apm.com>
7529 L:      linux-pci@vger.kernel.org
7530 L:      linux-arm-kernel@lists.infradead.org
7531 S:      Maintained
7532 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7533 F:      drivers/pci/host/pci-xgene.c
7535 PCI DRIVER FOR FREESCALE LAYERSCAPE
7536 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7537 M:      Mingkai Hu <mingkai.hu@freescale.com>
7538 M:      Roy Zang <tie-fei.zang@freescale.com>
7539 L:      linuxppc-dev@lists.ozlabs.org
7540 L:      linux-pci@vger.kernel.org
7541 L:      linux-arm-kernel@lists.infradead.org
7542 S:      Maintained
7543 F:      drivers/pci/host/*layerscape*
7545 PCI DRIVER FOR IMX6
7546 M:      Richard Zhu <Richard.Zhu@freescale.com>
7547 M:      Lucas Stach <l.stach@pengutronix.de>
7548 L:      linux-pci@vger.kernel.org
7549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7550 S:      Maintained
7551 F:      drivers/pci/host/*imx6*
7553 PCI DRIVER FOR TI KEYSTONE
7554 M:      Murali Karicheri <m-karicheri2@ti.com>
7555 L:      linux-pci@vger.kernel.org
7556 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7557 S:      Maintained
7558 F:      drivers/pci/host/*keystone*
7560 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7561 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7562 M:      Jason Cooper <jason@lakedaemon.net>
7563 L:      linux-pci@vger.kernel.org
7564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7565 S:      Maintained
7566 F:      drivers/pci/host/*mvebu*
7568 PCI DRIVER FOR NVIDIA TEGRA
7569 M:      Thierry Reding <thierry.reding@gmail.com>
7570 L:      linux-tegra@vger.kernel.org
7571 L:      linux-pci@vger.kernel.org
7572 S:      Supported
7573 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7574 F:      drivers/pci/host/pci-tegra.c
7576 PCI DRIVER FOR TI DRA7XX
7577 M:      Kishon Vijay Abraham I <kishon@ti.com>
7578 L:      linux-omap@vger.kernel.org
7579 L:      linux-pci@vger.kernel.org
7580 S:      Supported
7581 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7582 F:      drivers/pci/host/pci-dra7xx.c
7584 PCI DRIVER FOR RENESAS R-CAR
7585 M:      Simon Horman <horms@verge.net.au>
7586 L:      linux-pci@vger.kernel.org
7587 L:      linux-sh@vger.kernel.org
7588 S:      Maintained
7589 F:      drivers/pci/host/*rcar*
7591 PCI DRIVER FOR SAMSUNG EXYNOS
7592 M:      Jingoo Han <jingoohan1@gmail.com>
7593 L:      linux-pci@vger.kernel.org
7594 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7595 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7596 S:      Maintained
7597 F:      drivers/pci/host/pci-exynos.c
7599 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7600 M:      Jingoo Han <jingoohan1@gmail.com>
7601 M:      Pratyush Anand <pratyush.anand@gmail.com>
7602 L:      linux-pci@vger.kernel.org
7603 S:      Maintained
7604 F:      drivers/pci/host/*designware*
7606 PCI DRIVER FOR GENERIC OF HOSTS
7607 M:      Will Deacon <will.deacon@arm.com>
7608 L:      linux-pci@vger.kernel.org
7609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7610 S:      Maintained
7611 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7612 F:      drivers/pci/host/pci-host-generic.c
7614 PCIE DRIVER FOR ST SPEAR13XX
7615 M:      Pratyush Anand <pratyush.anand@gmail.com>
7616 L:      linux-pci@vger.kernel.org
7617 S:      Maintained
7618 F:      drivers/pci/host/*spear*
7620 PCMCIA SUBSYSTEM
7621 P:      Linux PCMCIA Team
7622 L:      linux-pcmcia@lists.infradead.org
7623 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7625 S:      Maintained
7626 F:      Documentation/pcmcia/
7627 F:      drivers/pcmcia/
7628 F:      include/pcmcia/
7630 PCNET32 NETWORK DRIVER
7631 M:      Don Fry <pcnet32@frontier.com>
7632 L:      netdev@vger.kernel.org
7633 S:      Maintained
7634 F:      drivers/net/ethernet/amd/pcnet32.c
7636 PCRYPT PARALLEL CRYPTO ENGINE
7637 M:      Steffen Klassert <steffen.klassert@secunet.com>
7638 L:      linux-crypto@vger.kernel.org
7639 S:      Maintained
7640 F:      crypto/pcrypt.c
7641 F:      include/crypto/pcrypt.h
7643 PER-CPU MEMORY ALLOCATOR
7644 M:      Tejun Heo <tj@kernel.org>
7645 M:      Christoph Lameter <cl@linux-foundation.org>
7646 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7647 S:      Maintained
7648 F:      include/linux/percpu*.h
7649 F:      mm/percpu*.c
7650 F:      arch/*/include/asm/percpu.h
7652 PER-TASK DELAY ACCOUNTING
7653 M:      Balbir Singh <bsingharora@gmail.com>
7654 S:      Maintained
7655 F:      include/linux/delayacct.h
7656 F:      kernel/delayacct.c
7658 PERFORMANCE EVENTS SUBSYSTEM
7659 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7660 M:      Paul Mackerras <paulus@samba.org>
7661 M:      Ingo Molnar <mingo@redhat.com>
7662 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7663 L:      linux-kernel@vger.kernel.org
7664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7665 S:      Supported
7666 F:      kernel/events/*
7667 F:      include/linux/perf_event.h
7668 F:      include/uapi/linux/perf_event.h
7669 F:      arch/*/kernel/perf_event*.c
7670 F:      arch/*/kernel/*/perf_event*.c
7671 F:      arch/*/kernel/*/*/perf_event*.c
7672 F:      arch/*/include/asm/perf_event.h
7673 F:      arch/*/kernel/perf_callchain.c
7674 F:      tools/perf/
7676 PERSONALITY HANDLING
7677 M:      Christoph Hellwig <hch@infradead.org>
7678 L:      linux-abi-devel@lists.sourceforge.net
7679 S:      Maintained
7680 F:      include/linux/personality.h
7681 F:      include/uapi/linux/personality.h
7683 PHONET PROTOCOL
7684 M:      Remi Denis-Courmont <courmisch@gmail.com>
7685 S:      Supported
7686 F:      Documentation/networking/phonet.txt
7687 F:      include/linux/phonet.h
7688 F:      include/net/phonet/
7689 F:      include/uapi/linux/phonet.h
7690 F:      net/phonet/
7692 PHRAM MTD DRIVER
7693 M:      Joern Engel <joern@lazybastard.org>
7694 L:      linux-mtd@lists.infradead.org
7695 S:      Maintained
7696 F:      drivers/mtd/devices/phram.c
7698 PICOLCD HID DRIVER
7699 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
7700 L:      linux-input@vger.kernel.org
7701 S:      Maintained
7702 F:      drivers/hid/hid-picolcd*
7704 PICOXCELL SUPPORT
7705 M:      Jamie Iles <jamie@jamieiles.com>
7706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7707 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7708 S:      Supported
7709 F:      arch/arm/boot/dts/picoxcell*
7710 F:      arch/arm/mach-picoxcell/
7711 F:      drivers/crypto/picoxcell*
7713 PIN CONTROL SUBSYSTEM
7714 M:      Linus Walleij <linus.walleij@linaro.org>
7715 L:      linux-gpio@vger.kernel.org
7716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7717 S:      Maintained
7718 F:      drivers/pinctrl/
7719 F:      include/linux/pinctrl/
7721 PIN CONTROLLER - ATMEL AT91
7722 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7724 S:      Maintained
7725 F:      drivers/pinctrl/pinctrl-at91.*
7727 PIN CONTROLLER - INTEL
7728 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7729 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7730 S:      Maintained
7731 F:      drivers/pinctrl/intel/
7733 PIN CONTROLLER - RENESAS
7734 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7735 L:      linux-sh@vger.kernel.org
7736 S:      Maintained
7737 F:      drivers/pinctrl/sh-pfc/
7739 PIN CONTROLLER - SAMSUNG
7740 M:      Tomasz Figa <tomasz.figa@gmail.com>
7741 M:      Thomas Abraham <thomas.abraham@linaro.org>
7742 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7743 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7744 S:      Maintained
7745 F:      drivers/pinctrl/samsung/
7747 PIN CONTROLLER - ST SPEAR
7748 M:      Viresh Kumar <viresh.linux@gmail.com>
7749 L:      spear-devel@list.st.com
7750 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7751 W:      http://www.st.com/spear
7752 S:      Maintained
7753 F:      drivers/pinctrl/spear/
7755 PKTCDVD DRIVER
7756 M:      Jiri Kosina <jkosina@suse.cz>
7757 S:      Maintained
7758 F:      drivers/block/pktcdvd.c
7759 F:      include/linux/pktcdvd.h
7760 F:      include/uapi/linux/pktcdvd.h
7762 PKUNITY SOC DRIVERS
7763 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7764 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7765 S:      Maintained
7766 T:      git git://github.com/gxt/linux.git
7767 F:      drivers/input/serio/i8042-unicore32io.h
7768 F:      drivers/i2c/busses/i2c-puv3.c
7769 F:      drivers/video/fbdev/fb-puv3.c
7770 F:      drivers/rtc/rtc-puv3.c
7772 PMBUS HARDWARE MONITORING DRIVERS
7773 M:      Guenter Roeck <linux@roeck-us.net>
7774 L:      lm-sensors@lm-sensors.org
7775 W:      http://www.lm-sensors.org/
7776 W:      http://www.roeck-us.net/linux/drivers/
7777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7778 S:      Maintained
7779 F:      Documentation/hwmon/pmbus
7780 F:      drivers/hwmon/pmbus/
7781 F:      include/linux/i2c/pmbus.h
7783 PMC SIERRA MaxRAID DRIVER
7784 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7785 L:      linux-scsi@vger.kernel.org
7786 W:      http://www.pmc-sierra.com/
7787 S:      Supported
7788 F:      drivers/scsi/pmcraid.*
7790 PMC SIERRA PM8001 DRIVER
7791 M:      xjtuwjp@gmail.com
7792 M:      lindar_liu@usish.com
7793 L:      pmchba@pmcs.com
7794 L:      linux-scsi@vger.kernel.org
7795 S:      Supported
7796 F:      drivers/scsi/pm8001/
7798 POSIX CLOCKS and TIMERS
7799 M:      Thomas Gleixner <tglx@linutronix.de>
7800 L:      linux-kernel@vger.kernel.org
7801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7802 S:      Maintained
7803 F:      fs/timerfd.c
7804 F:      include/linux/timer*
7805 F:      kernel/time/*timer*
7807 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7808 M:      Sebastian Reichel <sre@kernel.org>
7809 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7810 M:      David Woodhouse <dwmw2@infradead.org>
7811 L:      linux-pm@vger.kernel.org
7812 T:      git git://git.infradead.org/battery-2.6.git
7813 S:      Maintained
7814 F:      include/linux/power_supply.h
7815 F:      drivers/power/
7817 PNP SUPPORT
7818 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7819 S:      Maintained
7820 F:      drivers/pnp/
7822 PNXxxxx I2C DRIVER
7823 M:      Vitaly Wool <vitalywool@gmail.com>
7824 L:      linux-i2c@vger.kernel.org
7825 S:      Maintained
7826 F:      drivers/i2c/busses/i2c-pnx.c
7828 PPP PROTOCOL DRIVERS AND COMPRESSORS
7829 M:      Paul Mackerras <paulus@samba.org>
7830 L:      linux-ppp@vger.kernel.org
7831 S:      Maintained
7832 F:      drivers/net/ppp/ppp_*
7834 PPP OVER ATM (RFC 2364)
7835 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7836 S:      Maintained
7837 F:      net/atm/pppoatm.c
7838 F:      include/uapi/linux/atmppp.h
7840 PPP OVER ETHERNET
7841 M:      Michal Ostrowski <mostrows@earthlink.net>
7842 S:      Maintained
7843 F:      drivers/net/ppp/pppoe.c
7844 F:      drivers/net/ppp/pppox.c
7846 PPP OVER L2TP
7847 M:      James Chapman <jchapman@katalix.com>
7848 S:      Maintained
7849 F:      net/l2tp/l2tp_ppp.c
7850 F:      include/linux/if_pppol2tp.h
7851 F:      include/uapi/linux/if_pppol2tp.h
7853 PPS SUPPORT
7854 M:      Rodolfo Giometti <giometti@enneenne.com>
7855 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7856 L:      linuxpps@ml.enneenne.com (subscribers-only)
7857 S:      Maintained
7858 F:      Documentation/pps/
7859 F:      drivers/pps/
7860 F:      include/linux/pps*.h
7862 PPTP DRIVER
7863 M:      Dmitry Kozlov <xeb@mail.ru>
7864 L:      netdev@vger.kernel.org
7865 S:      Maintained
7866 F:      drivers/net/ppp/pptp.c
7867 W:      http://sourceforge.net/projects/accel-pptp
7869 PREEMPTIBLE KERNEL
7870 M:      Robert Love <rml@tech9.net>
7871 L:      kpreempt-tech@lists.sourceforge.net
7872 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7873 S:      Supported
7874 F:      Documentation/preempt-locking.txt
7875 F:      include/linux/preempt.h
7877 PRISM54 WIRELESS DRIVER
7878 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7879 L:      linux-wireless@vger.kernel.org
7880 W:      http://wireless.kernel.org/en/users/Drivers/p54
7881 S:      Obsolete
7882 F:      drivers/net/wireless/prism54/
7884 PS3 NETWORK SUPPORT
7885 M:      Geoff Levand <geoff@infradead.org>
7886 L:      netdev@vger.kernel.org
7887 L:      cbe-oss-dev@lists.ozlabs.org
7888 S:      Maintained
7889 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7891 PS3 PLATFORM SUPPORT
7892 M:      Geoff Levand <geoff@infradead.org>
7893 L:      linuxppc-dev@lists.ozlabs.org
7894 L:      cbe-oss-dev@lists.ozlabs.org
7895 S:      Maintained
7896 F:      arch/powerpc/boot/ps3*
7897 F:      arch/powerpc/include/asm/lv1call.h
7898 F:      arch/powerpc/include/asm/ps3*.h
7899 F:      arch/powerpc/platforms/ps3/
7900 F:      drivers/*/ps3*
7901 F:      drivers/ps3/
7902 F:      drivers/rtc/rtc-ps3.c
7903 F:      drivers/usb/host/*ps3.c
7904 F:      sound/ppc/snd_ps3*
7906 PS3VRAM DRIVER
7907 M:      Jim Paris <jim@jtan.com>
7908 L:      cbe-oss-dev@lists.ozlabs.org
7909 S:      Maintained
7910 F:      drivers/block/ps3vram.c
7912 PSTORE FILESYSTEM
7913 M:      Anton Vorontsov <anton@enomsg.org>
7914 M:      Colin Cross <ccross@android.com>
7915 M:      Kees Cook <keescook@chromium.org>
7916 M:      Tony Luck <tony.luck@intel.com>
7917 S:      Maintained
7918 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7919 F:      fs/pstore/
7920 F:      include/linux/pstore*
7921 F:      drivers/firmware/efi/efi-pstore.c
7922 F:      drivers/acpi/apei/erst.c
7924 PTP HARDWARE CLOCK SUPPORT
7925 M:      Richard Cochran <richardcochran@gmail.com>
7926 L:      netdev@vger.kernel.org
7927 S:      Maintained
7928 W:      http://linuxptp.sourceforge.net/
7929 F:      Documentation/ABI/testing/sysfs-ptp
7930 F:      Documentation/ptp/*
7931 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7932 F:      drivers/net/phy/dp83640*
7933 F:      drivers/ptp/*
7934 F:      include/linux/ptp_cl*
7936 PTRACE SUPPORT
7937 M:      Roland McGrath <roland@hack.frob.com>
7938 M:      Oleg Nesterov <oleg@redhat.com>
7939 S:      Maintained
7940 F:      include/asm-generic/syscall.h
7941 F:      include/linux/ptrace.h
7942 F:      include/linux/regset.h
7943 F:      include/linux/tracehook.h
7944 F:      include/uapi/linux/ptrace.h
7945 F:      kernel/ptrace.c
7947 PVRUSB2 VIDEO4LINUX DRIVER
7948 M:      Mike Isely <isely@pobox.com>
7949 L:      pvrusb2@isely.net       (subscribers-only)
7950 L:      linux-media@vger.kernel.org
7951 W:      http://www.isely.net/pvrusb2/
7952 T:      git git://linuxtv.org/media_tree.git
7953 S:      Maintained
7954 F:      Documentation/video4linux/README.pvrusb2
7955 F:      drivers/media/usb/pvrusb2/
7957 PWC WEBCAM DRIVER
7958 M:      Hans de Goede <hdegoede@redhat.com>
7959 L:      linux-media@vger.kernel.org
7960 T:      git git://linuxtv.org/media_tree.git
7961 S:      Maintained
7962 F:      drivers/media/usb/pwc/*
7964 PWM FAN DRIVER
7965 M:      Kamil Debski <k.debski@samsung.com>
7966 L:      lm-sensors@lm-sensors.org
7967 S:      Supported
7968 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7969 F:      Documentation/hwmon/pwm-fan
7970 F:      drivers/hwmon/pwm-fan.c
7972 PWM SUBSYSTEM
7973 M:      Thierry Reding <thierry.reding@gmail.com>
7974 L:      linux-pwm@vger.kernel.org
7975 S:      Maintained
7976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7977 F:      Documentation/pwm.txt
7978 F:      Documentation/devicetree/bindings/pwm/
7979 F:      include/linux/pwm.h
7980 F:      drivers/pwm/
7981 F:      drivers/video/backlight/pwm_bl.c
7982 F:      include/linux/pwm_backlight.h
7984 PXA2xx/PXA3xx SUPPORT
7985 M:      Daniel Mack <daniel@zonque.org>
7986 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7987 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7988 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7989 T:      git git://github.com/hzhuang1/linux.git
7990 T:      git git://github.com/rjarzmik/linux.git
7991 S:      Maintained
7992 F:      arch/arm/mach-pxa/
7993 F:      drivers/pcmcia/pxa2xx*
7994 F:      drivers/spi/spi-pxa2xx*
7995 F:      drivers/usb/gadget/udc/pxa2*
7996 F:      include/sound/pxa2xx-lib.h
7997 F:      sound/arm/pxa*
7998 F:      sound/soc/pxa/
8000 PXA3xx NAND FLASH DRIVER
8001 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
8002 L:      linux-mtd@lists.infradead.org
8003 S:      Maintained
8004 F:      drivers/mtd/nand/pxa3xx_nand.c
8006 MMP SUPPORT
8007 M:      Eric Miao <eric.y.miao@gmail.com>
8008 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
8009 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8010 T:      git git://github.com/hzhuang1/linux.git
8011 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
8012 S:      Maintained
8013 F:      arch/arm/mach-mmp/
8015 PXA MMCI DRIVER
8016 S:      Orphan
8018 PXA RTC DRIVER
8019 M:      Robert Jarzmik <robert.jarzmik@free.fr>
8020 L:      rtc-linux@googlegroups.com
8021 S:      Maintained
8023 QAT DRIVER
8024 M:      Tadeusz Struk <tadeusz.struk@intel.com>
8025 L:      qat-linux@intel.com
8026 S:      Supported
8027 F:      drivers/crypto/qat/
8029 QIB DRIVER
8030 M:      Mike Marciniszyn <infinipath@intel.com>
8031 L:      linux-rdma@vger.kernel.org
8032 S:      Supported
8033 F:      drivers/infiniband/hw/qib/
8035 QLOGIC QLA1280 SCSI DRIVER
8036 M:      Michael Reed <mdr@sgi.com>
8037 L:      linux-scsi@vger.kernel.org
8038 S:      Maintained
8039 F:      drivers/scsi/qla1280.[ch]
8041 QLOGIC QLA2XXX FC-SCSI DRIVER
8042 M:      qla2xxx-upstream@qlogic.com
8043 L:      linux-scsi@vger.kernel.org
8044 S:      Supported
8045 F:      Documentation/scsi/LICENSE.qla2xxx
8046 F:      drivers/scsi/qla2xxx/
8048 QLOGIC QLA4XXX iSCSI DRIVER
8049 M:      QLogic-Storage-Upstream@qlogic.com
8050 L:      linux-scsi@vger.kernel.org
8051 S:      Supported
8052 F:      Documentation/scsi/LICENSE.qla4xxx
8053 F:      drivers/scsi/qla4xxx/
8055 QLOGIC QLA3XXX NETWORK DRIVER
8056 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
8057 M:      Ron Mercer <ron.mercer@qlogic.com>
8058 M:      linux-driver@qlogic.com
8059 L:      netdev@vger.kernel.org
8060 S:      Supported
8061 F:      Documentation/networking/LICENSE.qla3xxx
8062 F:      drivers/net/ethernet/qlogic/qla3xxx.*
8064 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
8065 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
8066 M:      Dept-GELinuxNICDev@qlogic.com
8067 L:      netdev@vger.kernel.org
8068 S:      Supported
8069 F:      drivers/net/ethernet/qlogic/qlcnic/
8071 QLOGIC QLGE 10Gb ETHERNET DRIVER
8072 M:      Harish Patil <harish.patil@qlogic.com>
8073 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
8074 M:      Dept-GELinuxNICDev@qlogic.com
8075 M:      linux-driver@qlogic.com
8076 L:      netdev@vger.kernel.org
8077 S:      Supported
8078 F:      drivers/net/ethernet/qlogic/qlge/
8080 QNX4 FILESYSTEM
8081 M:      Anders Larsen <al@alarsen.net>
8082 W:      http://www.alarsen.net/linux/qnx4fs/
8083 S:      Maintained
8084 F:      fs/qnx4/
8085 F:      include/uapi/linux/qnx4_fs.h
8086 F:      include/uapi/linux/qnxtypes.h
8088 QT1010 MEDIA DRIVER
8089 M:      Antti Palosaari <crope@iki.fi>
8090 L:      linux-media@vger.kernel.org
8091 W:      http://linuxtv.org/
8092 W:      http://palosaari.fi/linux/
8093 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8094 T:      git git://linuxtv.org/anttip/media_tree.git
8095 S:      Maintained
8096 F:      drivers/media/tuners/qt1010*
8098 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
8099 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
8100 L:      linux-wireless@vger.kernel.org
8101 L:      ath9k-devel@lists.ath9k.org
8102 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
8103 S:      Supported
8104 F:      drivers/net/wireless/ath/ath9k/
8106 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
8107 M:      Kalle Valo <kvalo@qca.qualcomm.com>
8108 L:      ath10k@lists.infradead.org
8109 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
8110 T:      git git://github.com/kvalo/ath.git
8111 S:      Supported
8112 F:      drivers/net/wireless/ath/ath10k/
8114 QUALCOMM HEXAGON ARCHITECTURE
8115 M:      Richard Kuo <rkuo@codeaurora.org>
8116 L:      linux-hexagon@vger.kernel.org
8117 S:      Supported
8118 F:      arch/hexagon/
8120 QUALCOMM WCN36XX WIRELESS DRIVER
8121 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
8122 L:      wcn36xx@lists.infradead.org
8123 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
8124 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
8125 S:      Supported
8126 F:      drivers/net/wireless/ath/wcn36xx/
8128 RADOS BLOCK DEVICE (RBD)
8129 M:      Ilya Dryomov <idryomov@gmail.com>
8130 M:      Sage Weil <sage@redhat.com>
8131 M:      Alex Elder <elder@kernel.org>
8132 M:      ceph-devel@vger.kernel.org
8133 W:      http://ceph.com/
8134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
8135 S:      Supported
8136 F:      drivers/block/rbd.c
8137 F:      drivers/block/rbd_types.h
8139 RADEON FRAMEBUFFER DISPLAY DRIVER
8140 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
8141 L:      linux-fbdev@vger.kernel.org
8142 S:      Maintained
8143 F:      drivers/video/fbdev/aty/radeon*
8144 F:      include/uapi/linux/radeonfb.h
8146 RADIOSHARK RADIO DRIVER
8147 M:      Hans de Goede <hdegoede@redhat.com>
8148 L:      linux-media@vger.kernel.org
8149 T:      git git://linuxtv.org/media_tree.git
8150 S:      Maintained
8151 F:      drivers/media/radio/radio-shark.c
8153 RADIOSHARK2 RADIO DRIVER
8154 M:      Hans de Goede <hdegoede@redhat.com>
8155 L:      linux-media@vger.kernel.org
8156 T:      git git://linuxtv.org/media_tree.git
8157 S:      Maintained
8158 F:      drivers/media/radio/radio-shark2.c
8159 F:      drivers/media/radio/radio-tea5777.c
8161 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8162 M:      Paul Mackerras <paulus@samba.org>
8163 L:      linux-fbdev@vger.kernel.org
8164 S:      Maintained
8165 F:      drivers/video/fbdev/aty/aty128fb.c
8167 RALINK RT2X00 WIRELESS LAN DRIVER
8168 P:      rt2x00 project
8169 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8170 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8171 L:      linux-wireless@vger.kernel.org
8172 S:      Maintained
8173 F:      drivers/net/wireless/rt2x00/
8175 RAMDISK RAM BLOCK DEVICE DRIVER
8176 M:      Jens Axboe <axboe@kernel.dk>
8177 S:      Maintained
8178 F:      Documentation/blockdev/ramdisk.txt
8179 F:      drivers/block/brd.c
8181 PERSISTENT MEMORY DRIVER
8182 M:      Ross Zwisler <ross.zwisler@linux.intel.com>
8183 L:      linux-nvdimm@lists.01.org
8184 S:      Supported
8185 F:      drivers/block/pmem.c
8187 RANDOM NUMBER DRIVER
8188 M:      "Theodore Ts'o" <tytso@mit.edu>
8189 S:      Maintained
8190 F:      drivers/char/random.c
8192 RAPIDIO SUBSYSTEM
8193 M:      Matt Porter <mporter@kernel.crashing.org>
8194 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8195 S:      Maintained
8196 F:      drivers/rapidio/
8198 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8199 L:      linux-wireless@vger.kernel.org
8200 S:      Orphan
8201 F:      drivers/net/wireless/ray*
8203 RCUTORTURE MODULE
8204 M:      Josh Triplett <josh@joshtriplett.org>
8205 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8206 L:      linux-kernel@vger.kernel.org
8207 S:      Supported
8208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8209 F:      Documentation/RCU/torture.txt
8210 F:      kernel/rcu/rcutorture.c
8212 RCUTORTURE TEST FRAMEWORK
8213 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8214 M:      Josh Triplett <josh@joshtriplett.org>
8215 R:      Steven Rostedt <rostedt@goodmis.org>
8216 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8217 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8218 L:      linux-kernel@vger.kernel.org
8219 S:      Supported
8220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8221 F:      tools/testing/selftests/rcutorture
8223 RDC R-321X SoC
8224 M:      Florian Fainelli <florian@openwrt.org>
8225 S:      Maintained
8227 RDC R6040 FAST ETHERNET DRIVER
8228 M:      Florian Fainelli <florian@openwrt.org>
8229 L:      netdev@vger.kernel.org
8230 S:      Maintained
8231 F:      drivers/net/ethernet/rdc/r6040.c
8233 RDS - RELIABLE DATAGRAM SOCKETS
8234 M:      Chien Yen <chien.yen@oracle.com>
8235 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8236 S:      Supported
8237 F:      net/rds/
8239 READ-COPY UPDATE (RCU)
8240 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8241 M:      Josh Triplett <josh@joshtriplett.org>
8242 R:      Steven Rostedt <rostedt@goodmis.org>
8243 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8244 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8245 L:      linux-kernel@vger.kernel.org
8246 W:      http://www.rdrop.com/users/paulmck/RCU/
8247 S:      Supported
8248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8249 F:      Documentation/RCU/
8250 X:      Documentation/RCU/torture.txt
8251 F:      include/linux/rcu*
8252 X:      include/linux/srcu.h
8253 F:      kernel/rcu/
8254 X:      kernel/torture.c
8256 REAL TIME CLOCK (RTC) SUBSYSTEM
8257 M:      Alessandro Zummo <a.zummo@towertech.it>
8258 M:      Alexandre Belloni <alexandre.belloni@free-electrons.com>
8259 L:      rtc-linux@googlegroups.com
8260 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8261 S:      Maintained
8262 F:      Documentation/rtc.txt
8263 F:      drivers/rtc/
8264 F:      include/linux/rtc.h
8265 F:      include/uapi/linux/rtc.h
8267 REALTEK AUDIO CODECS
8268 M:      Bard Liao <bardliao@realtek.com>
8269 M:      Oder Chiou <oder_chiou@realtek.com>
8270 S:      Maintained
8271 F:      sound/soc/codecs/rt*
8272 F:      include/sound/rt*.h
8274 REISERFS FILE SYSTEM
8275 L:      reiserfs-devel@vger.kernel.org
8276 S:      Supported
8277 F:      fs/reiserfs/
8279 REGISTER MAP ABSTRACTION
8280 M:      Mark Brown <broonie@kernel.org>
8281 L:      linux-kernel@vger.kernel.org
8282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8283 S:      Supported
8284 F:      drivers/base/regmap/
8285 F:      include/linux/regmap.h
8287 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8288 M:      Ohad Ben-Cohen <ohad@wizery.com>
8289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8290 S:      Maintained
8291 F:      drivers/remoteproc/
8292 F:      Documentation/remoteproc.txt
8293 F:      include/linux/remoteproc.h
8295 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8296 M:      Ohad Ben-Cohen <ohad@wizery.com>
8297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8298 S:      Maintained
8299 F:      drivers/rpmsg/
8300 F:      Documentation/rpmsg.txt
8301 F:      include/linux/rpmsg.h
8303 RESET CONTROLLER FRAMEWORK
8304 M:      Philipp Zabel <p.zabel@pengutronix.de>
8305 S:      Maintained
8306 F:      drivers/reset/
8307 F:      Documentation/devicetree/bindings/reset/
8308 F:      include/linux/reset.h
8309 F:      include/linux/reset-controller.h
8311 RFKILL
8312 M:      Johannes Berg <johannes@sipsolutions.net>
8313 L:      linux-wireless@vger.kernel.org
8314 W:      http://wireless.kernel.org/
8315 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8317 S:      Maintained
8318 F:      Documentation/rfkill.txt
8319 F:      net/rfkill/
8321 RHASHTABLE
8322 M:      Thomas Graf <tgraf@suug.ch>
8323 L:      netdev@vger.kernel.org
8324 S:      Maintained
8325 F:      lib/rhashtable.c
8326 F:      include/linux/rhashtable.h
8328 RICOH SMARTMEDIA/XD DRIVER
8329 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8330 S:      Maintained
8331 F:      drivers/mtd/nand/r852.c
8332 F:      drivers/mtd/nand/r852.h
8334 RICOH R5C592 MEMORYSTICK DRIVER
8335 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8336 S:      Maintained
8337 F:      drivers/memstick/host/r592.*
8339 ROCCAT DRIVERS
8340 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8341 W:      http://sourceforge.net/projects/roccat/
8342 S:      Maintained
8343 F:      drivers/hid/hid-roccat*
8344 F:      include/linux/hid-roccat*
8345 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8347 ROCKER DRIVER
8348 M:      Jiri Pirko <jiri@resnulli.us>
8349 M:      Scott Feldman <sfeldma@gmail.com>
8350 L:      netdev@vger.kernel.org
8351 S:      Supported
8352 F:      drivers/net/ethernet/rocker/
8354 ROCKETPORT DRIVER
8355 P:      Comtrol Corp.
8356 W:      http://www.comtrol.com
8357 S:      Maintained
8358 F:      Documentation/serial/rocket.txt
8359 F:      drivers/tty/rocket*
8361 ROCKETPORT EXPRESS/INFINITY DRIVER
8362 M:      Kevin Cernekee <cernekee@gmail.com>
8363 L:      linux-serial@vger.kernel.org
8364 S:      Odd Fixes
8365 F:      drivers/tty/serial/rp2.*
8367 ROSE NETWORK LAYER
8368 M:      Ralf Baechle <ralf@linux-mips.org>
8369 L:      linux-hams@vger.kernel.org
8370 W:      http://www.linux-ax25.org/
8371 S:      Maintained
8372 F:      include/net/rose.h
8373 F:      include/uapi/linux/rose.h
8374 F:      net/rose/
8376 RTL2830 MEDIA DRIVER
8377 M:      Antti Palosaari <crope@iki.fi>
8378 L:      linux-media@vger.kernel.org
8379 W:      http://linuxtv.org/
8380 W:      http://palosaari.fi/linux/
8381 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8382 T:      git git://linuxtv.org/anttip/media_tree.git
8383 S:      Maintained
8384 F:      drivers/media/dvb-frontends/rtl2830*
8386 RTL2832 MEDIA DRIVER
8387 M:      Antti Palosaari <crope@iki.fi>
8388 L:      linux-media@vger.kernel.org
8389 W:      http://linuxtv.org/
8390 W:      http://palosaari.fi/linux/
8391 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8392 T:      git git://linuxtv.org/anttip/media_tree.git
8393 S:      Maintained
8394 F:      drivers/media/dvb-frontends/rtl2832*
8396 RTL2832_SDR MEDIA DRIVER
8397 M:      Antti Palosaari <crope@iki.fi>
8398 L:      linux-media@vger.kernel.org
8399 W:      http://linuxtv.org/
8400 W:      http://palosaari.fi/linux/
8401 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8402 T:      git git://linuxtv.org/anttip/media_tree.git
8403 S:      Maintained
8404 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8406 RTL8180 WIRELESS DRIVER
8407 L:      linux-wireless@vger.kernel.org
8408 W:      http://wireless.kernel.org/
8409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8410 S:      Orphan
8411 F:      drivers/net/wireless/rtl818x/rtl8180/
8413 RTL8187 WIRELESS DRIVER
8414 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8415 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8416 M:      Larry Finger <Larry.Finger@lwfinger.net>
8417 L:      linux-wireless@vger.kernel.org
8418 W:      http://wireless.kernel.org/
8419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8420 S:      Maintained
8421 F:      drivers/net/wireless/rtl818x/rtl8187/
8423 RTL8192CE WIRELESS DRIVER
8424 M:      Larry Finger <Larry.Finger@lwfinger.net>
8425 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8426 L:      linux-wireless@vger.kernel.org
8427 W:      http://wireless.kernel.org/
8428 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8429 S:      Maintained
8430 F:      drivers/net/wireless/rtlwifi/
8431 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8433 S3 SAVAGE FRAMEBUFFER DRIVER
8434 M:      Antonino Daplas <adaplas@gmail.com>
8435 L:      linux-fbdev@vger.kernel.org
8436 S:      Maintained
8437 F:      drivers/video/fbdev/savage/
8439 S390
8440 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8441 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8442 M:      linux390@de.ibm.com
8443 L:      linux-s390@vger.kernel.org
8444 W:      http://www.ibm.com/developerworks/linux/linux390/
8445 S:      Supported
8446 F:      arch/s390/
8447 F:      drivers/s390/
8448 F:      Documentation/s390/
8449 F:      Documentation/DocBook/s390*
8451 S390 COMMON I/O LAYER
8452 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8453 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8454 L:      linux-s390@vger.kernel.org
8455 W:      http://www.ibm.com/developerworks/linux/linux390/
8456 S:      Supported
8457 F:      drivers/s390/cio/
8459 S390 DASD DRIVER
8460 M:      Stefan Weinhuber <wein@de.ibm.com>
8461 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8462 L:      linux-s390@vger.kernel.org
8463 W:      http://www.ibm.com/developerworks/linux/linux390/
8464 S:      Supported
8465 F:      drivers/s390/block/dasd*
8466 F:      block/partitions/ibm.c
8468 S390 NETWORK DRIVERS
8469 M:      Ursula Braun <ursula.braun@de.ibm.com>
8470 M:      linux390@de.ibm.com
8471 L:      linux-s390@vger.kernel.org
8472 W:      http://www.ibm.com/developerworks/linux/linux390/
8473 S:      Supported
8474 F:      drivers/s390/net/
8476 S390 PCI SUBSYSTEM
8477 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8478 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8479 L:      linux-s390@vger.kernel.org
8480 W:      http://www.ibm.com/developerworks/linux/linux390/
8481 S:      Supported
8482 F:      arch/s390/pci/
8483 F:      drivers/pci/hotplug/s390_pci_hpc.c
8485 S390 ZCRYPT DRIVER
8486 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8487 M:      linux390@de.ibm.com
8488 L:      linux-s390@vger.kernel.org
8489 W:      http://www.ibm.com/developerworks/linux/linux390/
8490 S:      Supported
8491 F:      drivers/s390/crypto/
8493 S390 ZFCP DRIVER
8494 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8495 M:      linux390@de.ibm.com
8496 L:      linux-s390@vger.kernel.org
8497 W:      http://www.ibm.com/developerworks/linux/linux390/
8498 S:      Supported
8499 F:      drivers/s390/scsi/zfcp_*
8501 S390 IUCV NETWORK LAYER
8502 M:      Ursula Braun <ursula.braun@de.ibm.com>
8503 M:      linux390@de.ibm.com
8504 L:      linux-s390@vger.kernel.org
8505 W:      http://www.ibm.com/developerworks/linux/linux390/
8506 S:      Supported
8507 F:      drivers/s390/net/*iucv*
8508 F:      include/net/iucv/
8509 F:      net/iucv/
8511 S3C24XX SD/MMC Driver
8512 M:      Ben Dooks <ben-linux@fluff.org>
8513 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8514 S:      Supported
8515 F:      drivers/mmc/host/s3cmci.*
8517 SAA6588 RDS RECEIVER DRIVER
8518 M:      Hans Verkuil <hverkuil@xs4all.nl>
8519 L:      linux-media@vger.kernel.org
8520 T:      git git://linuxtv.org/media_tree.git
8521 W:      http://linuxtv.org
8522 S:      Odd Fixes
8523 F:      drivers/media/i2c/saa6588*
8525 SAA7134 VIDEO4LINUX DRIVER
8526 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8527 L:      linux-media@vger.kernel.org
8528 W:      http://linuxtv.org
8529 T:      git git://linuxtv.org/media_tree.git
8530 S:      Odd fixes
8531 F:      Documentation/video4linux/*.saa7134
8532 F:      drivers/media/pci/saa7134/
8534 SAA7146 VIDEO4LINUX-2 DRIVER
8535 M:      Hans Verkuil <hverkuil@xs4all.nl>
8536 L:      linux-media@vger.kernel.org
8537 T:      git git://linuxtv.org/media_tree.git
8538 S:      Maintained
8539 F:      drivers/media/common/saa7146/
8540 F:      drivers/media/pci/saa7146/
8541 F:      include/media/saa7146*
8543 SAMSUNG LAPTOP DRIVER
8544 M:      Corentin Chary <corentin.chary@gmail.com>
8545 L:      platform-driver-x86@vger.kernel.org
8546 S:      Maintained
8547 F:      drivers/platform/x86/samsung-laptop.c
8549 SAMSUNG AUDIO (ASoC) DRIVERS
8550 M:      Sangbeom Kim <sbkim73@samsung.com>
8551 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8552 S:      Supported
8553 F:      sound/soc/samsung/
8555 SAMSUNG FRAMEBUFFER DRIVER
8556 M:      Jingoo Han <jingoohan1@gmail.com>
8557 L:      linux-fbdev@vger.kernel.org
8558 S:      Maintained
8559 F:      drivers/video/fbdev/s3c-fb.c
8561 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8562 M:      Sangbeom Kim <sbkim73@samsung.com>
8563 L:      linux-kernel@vger.kernel.org
8564 S:      Supported
8565 F:      drivers/mfd/sec*.c
8566 F:      drivers/regulator/s2m*.c
8567 F:      drivers/regulator/s5m*.c
8568 F:      include/linux/mfd/samsung/
8570 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8571 M:      Kyungmin Park <kyungmin.park@samsung.com>
8572 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8573 L:      linux-media@vger.kernel.org
8574 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8575 S:      Supported
8576 F:      drivers/media/platform/exynos4-is/
8578 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8579 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8580 L:      linux-media@vger.kernel.org
8581 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8582 S:      Maintained
8583 F:      drivers/media/platform/s3c-camif/
8584 F:      include/media/s3c_camif.h
8586 SAMSUNG S5C73M3 CAMERA DRIVER
8587 M:      Kyungmin Park <kyungmin.park@samsung.com>
8588 M:      Andrzej Hajda <a.hajda@samsung.com>
8589 L:      linux-media@vger.kernel.org
8590 S:      Supported
8591 F:      drivers/media/i2c/s5c73m3/*
8593 SAMSUNG S5K5BAF CAMERA DRIVER
8594 M:      Kyungmin Park <kyungmin.park@samsung.com>
8595 M:      Andrzej Hajda <a.hajda@samsung.com>
8596 L:      linux-media@vger.kernel.org
8597 S:      Supported
8598 F:      drivers/media/i2c/s5k5baf.c
8600 SAMSUNG SOC CLOCK DRIVERS
8601 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8602 M:      Tomasz Figa <tomasz.figa@gmail.com>
8603 S:      Supported
8604 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8605 F:      drivers/clk/samsung/
8607 SAMSUNG SXGBE DRIVERS
8608 M:      Byungho An <bh74.an@samsung.com>
8609 M:      Girish K S <ks.giri@samsung.com>
8610 M:      Vipul Pandya <vipul.pandya@samsung.com>
8611 S:      Supported
8612 L:      netdev@vger.kernel.org
8613 F:      drivers/net/ethernet/samsung/sxgbe/
8615 SAMSUNG THERMAL DRIVER
8616 M:      Lukasz Majewski <l.majewski@samsung.com>
8617 L:      linux-pm@vger.kernel.org
8618 L:      linux-samsung-soc@vger.kernel.org
8619 S:      Supported
8620 T:      https://github.com/lmajewski/linux-samsung-thermal.git
8621 F:      drivers/thermal/samsung/
8623 SAMSUNG USB2 PHY DRIVER
8624 M:      Kamil Debski <k.debski@samsung.com>
8625 L:      linux-kernel@vger.kernel.org
8626 S:      Supported
8627 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8628 F:      Documentation/phy/samsung-usb2.txt
8629 F:      drivers/phy/phy-exynos4210-usb2.c
8630 F:      drivers/phy/phy-exynos4x12-usb2.c
8631 F:      drivers/phy/phy-exynos5250-usb2.c
8632 F:      drivers/phy/phy-s5pv210-usb2.c
8633 F:      drivers/phy/phy-samsung-usb2.c
8634 F:      drivers/phy/phy-samsung-usb2.h
8636 SERIAL DRIVERS
8637 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8638 L:      linux-serial@vger.kernel.org
8639 S:      Maintained
8640 F:      drivers/tty/serial/
8642 SYNOPSYS DESIGNWARE DMAC DRIVER
8643 M:      Viresh Kumar <viresh.linux@gmail.com>
8644 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8645 S:      Maintained
8646 F:      include/linux/dma/dw.h
8647 F:      include/linux/platform_data/dma-dw.h
8648 F:      drivers/dma/dw/
8650 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8651 M:      Seungwon Jeon <tgih.jun@samsung.com>
8652 M:      Jaehoon Chung <jh80.chung@samsung.com>
8653 L:      linux-mmc@vger.kernel.org
8654 S:      Maintained
8655 F:      include/linux/mmc/dw_mmc.h
8656 F:      drivers/mmc/host/dw_mmc*
8658 THUNDERBOLT DRIVER
8659 M:      Andreas Noever <andreas.noever@gmail.com>
8660 S:      Maintained
8661 F:      drivers/thunderbolt/
8663 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8664 M:      John Stultz <john.stultz@linaro.org>
8665 M:      Thomas Gleixner <tglx@linutronix.de>
8666 L:      linux-kernel@vger.kernel.org
8667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8668 S:      Supported
8669 F:      include/linux/clocksource.h
8670 F:      include/linux/time.h
8671 F:      include/linux/timex.h
8672 F:      include/uapi/linux/time.h
8673 F:      include/uapi/linux/timex.h
8674 F:      kernel/time/clocksource.c
8675 F:      kernel/time/time*.c
8676 F:      kernel/time/ntp.c
8677 F:      tools/testing/selftests/timers/
8679 SC1200 WDT DRIVER
8680 M:      Zwane Mwaikambo <zwanem@gmail.com>
8681 S:      Maintained
8682 F:      drivers/watchdog/sc1200wdt.c
8684 SCHEDULER
8685 M:      Ingo Molnar <mingo@redhat.com>
8686 M:      Peter Zijlstra <peterz@infradead.org>
8687 L:      linux-kernel@vger.kernel.org
8688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8689 S:      Maintained
8690 F:      kernel/sched/
8691 F:      include/linux/sched.h
8692 F:      include/uapi/linux/sched.h
8693 F:      include/linux/wait.h
8695 SCORE ARCHITECTURE
8696 M:      Chen Liqin <liqin.linux@gmail.com>
8697 M:      Lennox Wu <lennox.wu@gmail.com>
8698 W:      http://www.sunplus.com
8699 S:      Supported
8700 F:      arch/score/
8702 SCSI CDROM DRIVER
8703 M:      Jens Axboe <axboe@kernel.dk>
8704 L:      linux-scsi@vger.kernel.org
8705 W:      http://www.kernel.dk
8706 S:      Maintained
8707 F:      drivers/scsi/sr*
8709 SCSI RDMA PROTOCOL (SRP) INITIATOR
8710 M:      Bart Van Assche <bart.vanassche@sandisk.com>
8711 L:      linux-rdma@vger.kernel.org
8712 S:      Supported
8713 W:      http://www.openfabrics.org
8714 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8716 F:      drivers/infiniband/ulp/srp/
8717 F:      include/scsi/srp.h
8719 SCSI SG DRIVER
8720 M:      Doug Gilbert <dgilbert@interlog.com>
8721 L:      linux-scsi@vger.kernel.org
8722 W:      http://sg.danny.cz/sg
8723 S:      Maintained
8724 F:      Documentation/scsi/scsi-generic.txt
8725 F:      drivers/scsi/sg.c
8726 F:      include/scsi/sg.h
8728 SCSI SUBSYSTEM
8729 M:      "James E.J. Bottomley" <JBottomley@odin.com>
8730 L:      linux-scsi@vger.kernel.org
8731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git
8732 S:      Maintained
8733 F:      drivers/scsi/
8734 F:      include/scsi/
8736 SCSI TAPE DRIVER
8737 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8738 L:      linux-scsi@vger.kernel.org
8739 S:      Maintained
8740 F:      Documentation/scsi/st.txt
8741 F:      drivers/scsi/st.*
8742 F:      drivers/scsi/st_*.h
8744 SCTP PROTOCOL
8745 M:      Vlad Yasevich <vyasevich@gmail.com>
8746 M:      Neil Horman <nhorman@tuxdriver.com>
8747 L:      linux-sctp@vger.kernel.org
8748 W:      http://lksctp.sourceforge.net
8749 S:      Maintained
8750 F:      Documentation/networking/sctp.txt
8751 F:      include/linux/sctp.h
8752 F:      include/uapi/linux/sctp.h
8753 F:      include/net/sctp/
8754 F:      net/sctp/
8756 SCx200 CPU SUPPORT
8757 M:      Jim Cromie <jim.cromie@gmail.com>
8758 S:      Odd Fixes
8759 F:      Documentation/i2c/busses/scx200_acb
8760 F:      arch/x86/platform/scx200/
8761 F:      drivers/watchdog/scx200_wdt.c
8762 F:      drivers/i2c/busses/scx200*
8763 F:      drivers/mtd/maps/scx200_docflash.c
8764 F:      include/linux/scx200.h
8766 SCx200 GPIO DRIVER
8767 M:      Jim Cromie <jim.cromie@gmail.com>
8768 S:      Maintained
8769 F:      drivers/char/scx200_gpio.c
8770 F:      include/linux/scx200_gpio.h
8772 SCx200 HRT CLOCKSOURCE DRIVER
8773 M:      Jim Cromie <jim.cromie@gmail.com>
8774 S:      Maintained
8775 F:      drivers/clocksource/scx200_hrt.c
8777 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8778 M:      Sascha Sommer <saschasommer@freenet.de>
8779 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8780 S:      Maintained
8781 F:      drivers/mmc/host/sdricoh_cs.c
8783 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8784 L:      linux-mmc@vger.kernel.org
8785 S:      Orphan
8786 F:      drivers/mmc/host/sdhci.*
8787 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8789 SECURE COMPUTING
8790 M:      Kees Cook <keescook@chromium.org>
8791 R:      Andy Lutomirski <luto@amacapital.net>
8792 R:      Will Drewry <wad@chromium.org>
8793 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8794 S:      Supported
8795 F:      kernel/seccomp.c
8796 F:      include/uapi/linux/seccomp.h
8797 F:      include/linux/seccomp.h
8798 K:      \bsecure_computing
8799 K:      \bTIF_SECCOMP\b
8801 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8802 M:      Ben Dooks <ben-linux@fluff.org>
8803 M:      Jaehoon Chung <jh80.chung@samsung.com>
8804 L:      linux-mmc@vger.kernel.org
8805 S:      Maintained
8806 F:      drivers/mmc/host/sdhci-s3c*
8808 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8809 M:      Viresh Kumar <viresh.linux@gmail.com>
8810 L:      spear-devel@list.st.com
8811 L:      linux-mmc@vger.kernel.org
8812 S:      Maintained
8813 F:      drivers/mmc/host/sdhci-spear.c
8815 SECURITY SUBSYSTEM
8816 M:      James Morris <james.l.morris@oracle.com>
8817 M:      Serge E. Hallyn <serge@hallyn.com>
8818 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8820 W:      http://kernsec.org/
8821 S:      Supported
8822 F:      security/
8824 SECURITY CONTACT
8825 M:      Security Officers <security@kernel.org>
8826 S:      Supported
8828 SELINUX SECURITY MODULE
8829 M:      Paul Moore <paul@paul-moore.com>
8830 M:      Stephen Smalley <sds@tycho.nsa.gov>
8831 M:      Eric Paris <eparis@parisplace.org>
8832 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8833 W:      http://selinuxproject.org
8834 T:      git git://git.infradead.org/users/pcmoore/selinux
8835 S:      Supported
8836 F:      include/linux/selinux*
8837 F:      security/selinux/
8838 F:      scripts/selinux/
8840 APPARMOR SECURITY MODULE
8841 M:      John Johansen <john.johansen@canonical.com>
8842 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8843 W:      apparmor.wiki.kernel.org
8844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8845 S:      Supported
8846 F:      security/apparmor/
8848 SENSABLE PHANTOM
8849 M:      Jiri Slaby <jirislaby@gmail.com>
8850 S:      Maintained
8851 F:      drivers/misc/phantom.c
8852 F:      include/uapi/linux/phantom.h
8854 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8855 M:      Jayamohan Kallickal <jayamohan.kallickal@avagotech.com>
8856 M:      Minh Tran <minh.tran@avagotech.com>
8857 M:      John Soni Jose <sony.john-n@avagotech.com>
8858 L:      linux-scsi@vger.kernel.org
8859 W:      http://www.avagotech.com
8860 S:      Supported
8861 F:      drivers/scsi/be2iscsi/
8863 Emulex 10Gbps NIC BE2, BE3-R, Lancer, Skyhawk-R DRIVER
8864 M:      Sathya Perla <sathya.perla@avagotech.com>
8865 M:      Ajit Khaparde <ajit.khaparde@avagotech.com>
8866 M:      Padmanabh Ratnakar <padmanabh.ratnakar@avagotech.com>
8867 M:      Sriharsha Basavapatna <sriharsha.basavapatna@avagotech.com>
8868 L:      netdev@vger.kernel.org
8869 W:      http://www.emulex.com
8870 S:      Supported
8871 F:      drivers/net/ethernet/emulex/benet/
8873 EMULEX ONECONNECT ROCE DRIVER
8874 M:      Selvin Xavier <selvin.xavier@emulex.com>
8875 M:      Devesh Sharma <devesh.sharma@emulex.com>
8876 M:      Mitesh Ahuja <mitesh.ahuja@emulex.com>
8877 L:      linux-rdma@vger.kernel.org
8878 W:      http://www.emulex.com
8879 S:      Supported
8880 F:      drivers/infiniband/hw/ocrdma/
8882 SFC NETWORK DRIVER
8883 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8884 M:      Shradha Shah <sshah@solarflare.com>
8885 L:      netdev@vger.kernel.org
8886 S:      Supported
8887 F:      drivers/net/ethernet/sfc/
8889 SGI GRU DRIVER
8890 M:      Dimitri Sivanich <sivanich@sgi.com>
8891 S:      Maintained
8892 F:      drivers/misc/sgi-gru/
8894 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8895 M:      Pat Gefre <pfg@sgi.com>
8896 L:      linux-ia64@vger.kernel.org
8897 S:      Supported
8898 F:      Documentation/ia64/serial.txt
8899 F:      drivers/tty/serial/ioc?_serial.c
8900 F:      include/linux/ioc?.h
8902 SGI XP/XPC/XPNET DRIVER
8903 M:      Cliff Whickman <cpw@sgi.com>
8904 M:      Robin Holt <robinmholt@gmail.com>
8905 S:      Maintained
8906 F:      drivers/misc/sgi-xp/
8908 SI2157 MEDIA DRIVER
8909 M:      Antti Palosaari <crope@iki.fi>
8910 L:      linux-media@vger.kernel.org
8911 W:      http://linuxtv.org/
8912 W:      http://palosaari.fi/linux/
8913 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8914 T:      git git://linuxtv.org/anttip/media_tree.git
8915 S:      Maintained
8916 F:      drivers/media/tuners/si2157*
8918 SI2168 MEDIA DRIVER
8919 M:      Antti Palosaari <crope@iki.fi>
8920 L:      linux-media@vger.kernel.org
8921 W:      http://linuxtv.org/
8922 W:      http://palosaari.fi/linux/
8923 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8924 T:      git git://linuxtv.org/anttip/media_tree.git
8925 S:      Maintained
8926 F:      drivers/media/dvb-frontends/si2168*
8928 SI470X FM RADIO RECEIVER I2C DRIVER
8929 M:      Hans Verkuil <hverkuil@xs4all.nl>
8930 L:      linux-media@vger.kernel.org
8931 T:      git git://linuxtv.org/media_tree.git
8932 W:      http://linuxtv.org
8933 S:      Odd Fixes
8934 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8936 SI470X FM RADIO RECEIVER USB DRIVER
8937 M:      Hans Verkuil <hverkuil@xs4all.nl>
8938 L:      linux-media@vger.kernel.org
8939 T:      git git://linuxtv.org/media_tree.git
8940 W:      http://linuxtv.org
8941 S:      Maintained
8942 F:      drivers/media/radio/si470x/radio-si470x-common.c
8943 F:      drivers/media/radio/si470x/radio-si470x.h
8944 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8946 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8947 M:      Eduardo Valentin <edubezval@gmail.com>
8948 L:      linux-media@vger.kernel.org
8949 T:      git git://linuxtv.org/media_tree.git
8950 W:      http://linuxtv.org
8951 S:      Odd Fixes
8952 F:      drivers/media/radio/si4713/si4713.?
8954 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8955 M:      Eduardo Valentin <edubezval@gmail.com>
8956 L:      linux-media@vger.kernel.org
8957 T:      git git://linuxtv.org/media_tree.git
8958 W:      http://linuxtv.org
8959 S:      Odd Fixes
8960 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8962 SI4713 FM RADIO TRANSMITTER USB DRIVER
8963 M:      Hans Verkuil <hverkuil@xs4all.nl>
8964 L:      linux-media@vger.kernel.org
8965 T:      git git://linuxtv.org/media_tree.git
8966 W:      http://linuxtv.org
8967 S:      Maintained
8968 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8970 SIANO DVB DRIVER
8971 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8972 L:      linux-media@vger.kernel.org
8973 W:      http://linuxtv.org
8974 T:      git git://linuxtv.org/media_tree.git
8975 S:      Odd fixes
8976 F:      drivers/media/common/siano/
8977 F:      drivers/media/usb/siano/
8978 F:      drivers/media/usb/siano/
8979 F:      drivers/media/mmc/siano/
8981 SIMPLEFB FB DRIVER
8982 M:      Hans de Goede <hdegoede@redhat.com>
8983 L:      linux-fbdev@vger.kernel.org
8984 S:      Maintained
8985 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8986 F:      drivers/video/fbdev/simplefb.c
8987 F:      include/linux/platform_data/simplefb.h
8989 SH_VEU V4L2 MEM2MEM DRIVER
8990 L:      linux-media@vger.kernel.org
8991 S:      Orphan
8992 F:      drivers/media/platform/sh_veu.c
8994 SH_VOU V4L2 OUTPUT DRIVER
8995 L:      linux-media@vger.kernel.org
8996 S:      Orphan
8997 F:      drivers/media/platform/sh_vou.c
8998 F:      include/media/sh_vou.h
9000 SIMPLE FIRMWARE INTERFACE (SFI)
9001 M:      Len Brown <lenb@kernel.org>
9002 L:      sfi-devel@simplefirmware.org
9003 W:      http://simplefirmware.org/
9004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
9005 S:      Supported
9006 F:      arch/x86/platform/sfi/
9007 F:      drivers/sfi/
9008 F:      include/linux/sfi*.h
9010 SIMTEC EB110ATX (Chalice CATS)
9011 P:      Ben Dooks
9012 P:      Vincent Sanders <vince@simtec.co.uk>
9013 M:      Simtec Linux Team <linux@simtec.co.uk>
9014 W:      http://www.simtec.co.uk/products/EB110ATX/
9015 S:      Supported
9017 SIMTEC EB2410ITX (BAST)
9018 P:      Ben Dooks
9019 P:      Vincent Sanders <vince@simtec.co.uk>
9020 M:      Simtec Linux Team <linux@simtec.co.uk>
9021 W:      http://www.simtec.co.uk/products/EB2410ITX/
9022 S:      Supported
9023 F:      arch/arm/mach-s3c24xx/mach-bast.c
9024 F:      arch/arm/mach-s3c24xx/bast-ide.c
9025 F:      arch/arm/mach-s3c24xx/bast-irq.c
9027 TI DAVINCI MACHINE SUPPORT
9028 M:      Sekhar Nori <nsekhar@ti.com>
9029 M:      Kevin Hilman <khilman@deeprootsystems.com>
9030 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
9031 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
9032 S:      Supported
9033 F:      arch/arm/mach-davinci/
9034 F:      drivers/i2c/busses/i2c-davinci.c
9036 TI DAVINCI SERIES MEDIA DRIVER
9037 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9038 L:      linux-media@vger.kernel.org
9039 W:      http://linuxtv.org/
9040 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9041 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9042 S:      Maintained
9043 F:      drivers/media/platform/davinci/
9044 F:      include/media/davinci/
9046 TI AM437X VPFE DRIVER
9047 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9048 L:      linux-media@vger.kernel.org
9049 W:      http://linuxtv.org/
9050 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9051 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9052 S:      Maintained
9053 F:      drivers/media/platform/am437x/
9055 OV2659 OMNIVISION SENSOR DRIVER
9056 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
9057 L:      linux-media@vger.kernel.org
9058 W:      http://linuxtv.org/
9059 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9060 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
9061 S:      Maintained
9062 F:      drivers/media/i2c/ov2659.c
9063 F:      include/media/ov2659.h
9065 SIS 190 ETHERNET DRIVER
9066 M:      Francois Romieu <romieu@fr.zoreil.com>
9067 L:      netdev@vger.kernel.org
9068 S:      Maintained
9069 F:      drivers/net/ethernet/sis/sis190.c
9071 SIS 900/7016 FAST ETHERNET DRIVER
9072 M:      Daniele Venzano <venza@brownhat.org>
9073 W:      http://www.brownhat.org/sis900.html
9074 L:      netdev@vger.kernel.org
9075 S:      Maintained
9076 F:      drivers/net/ethernet/sis/sis900.*
9078 SIS FRAMEBUFFER DRIVER
9079 M:      Thomas Winischhofer <thomas@winischhofer.net>
9080 W:      http://www.winischhofer.net/linuxsisvga.shtml
9081 S:      Maintained
9082 F:      Documentation/fb/sisfb.txt
9083 F:      drivers/video/fbdev/sis/
9084 F:      include/video/sisfb.h
9086 SIS USB2VGA DRIVER
9087 M:      Thomas Winischhofer <thomas@winischhofer.net>
9088 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
9089 S:      Maintained
9090 F:      drivers/usb/misc/sisusbvga/
9092 SLAB ALLOCATOR
9093 M:      Christoph Lameter <cl@linux.com>
9094 M:      Pekka Enberg <penberg@kernel.org>
9095 M:      David Rientjes <rientjes@google.com>
9096 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
9097 M:      Andrew Morton <akpm@linux-foundation.org>
9098 L:      linux-mm@kvack.org
9099 S:      Maintained
9100 F:      include/linux/sl?b*.h
9101 F:      mm/sl?b*
9103 SLEEPABLE READ-COPY UPDATE (SRCU)
9104 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
9105 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
9106 M:      Josh Triplett <josh@joshtriplett.org>
9107 R:      Steven Rostedt <rostedt@goodmis.org>
9108 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
9109 L:      linux-kernel@vger.kernel.org
9110 W:      http://www.rdrop.com/users/paulmck/RCU/
9111 S:      Supported
9112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
9113 F:      include/linux/srcu.h
9114 F:      kernel/rcu/srcu.c
9116 SMACK SECURITY MODULE
9117 M:      Casey Schaufler <casey@schaufler-ca.com>
9118 L:      linux-security-module@vger.kernel.org
9119 W:      http://schaufler-ca.com
9120 T:      git git://git.gitorious.org/smack-next/kernel.git
9121 S:      Maintained
9122 F:      Documentation/security/Smack.txt
9123 F:      security/smack/
9125 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
9126 M:      Kevin Hilman <khilman@kernel.org>
9127 M:      Nishanth Menon <nm@ti.com>
9128 S:      Maintained
9129 F:      drivers/power/avs/
9130 F:      include/linux/power/smartreflex.h
9131 L:      linux-pm@vger.kernel.org
9133 SMC91x ETHERNET DRIVER
9134 M:      Nicolas Pitre <nico@fluxnic.net>
9135 S:      Odd Fixes
9136 F:      drivers/net/ethernet/smsc/smc91x.*
9138 SMIA AND SMIA++ IMAGE SENSOR DRIVER
9139 M:      Sakari Ailus <sakari.ailus@iki.fi>
9140 L:      linux-media@vger.kernel.org
9141 S:      Maintained
9142 F:      drivers/media/i2c/smiapp/
9143 F:      include/media/smiapp.h
9144 F:      drivers/media/i2c/smiapp-pll.c
9145 F:      drivers/media/i2c/smiapp-pll.h
9146 F:      include/uapi/linux/smiapp.h
9147 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
9149 SMM665 HARDWARE MONITOR DRIVER
9150 M:      Guenter Roeck <linux@roeck-us.net>
9151 L:      lm-sensors@lm-sensors.org
9152 S:      Maintained
9153 F:      Documentation/hwmon/smm665
9154 F:      drivers/hwmon/smm665.c
9156 SMSC EMC2103 HARDWARE MONITOR DRIVER
9157 M:      Steve Glendinning <steve.glendinning@shawell.net>
9158 L:      lm-sensors@lm-sensors.org
9159 S:      Maintained
9160 F:      Documentation/hwmon/emc2103
9161 F:      drivers/hwmon/emc2103.c
9163 SMSC SCH5627 HARDWARE MONITOR DRIVER
9164 M:      Hans de Goede <hdegoede@redhat.com>
9165 L:      lm-sensors@lm-sensors.org
9166 S:      Supported
9167 F:      Documentation/hwmon/sch5627
9168 F:      drivers/hwmon/sch5627.c
9170 SMSC47B397 HARDWARE MONITOR DRIVER
9171 M:      Jean Delvare <jdelvare@suse.de>
9172 L:      lm-sensors@lm-sensors.org
9173 S:      Maintained
9174 F:      Documentation/hwmon/smsc47b397
9175 F:      drivers/hwmon/smsc47b397.c
9177 SMSC911x ETHERNET DRIVER
9178 M:      Steve Glendinning <steve.glendinning@shawell.net>
9179 L:      netdev@vger.kernel.org
9180 S:      Maintained
9181 F:      include/linux/smsc911x.h
9182 F:      drivers/net/ethernet/smsc/smsc911x.*
9184 SMSC9420 PCI ETHERNET DRIVER
9185 M:      Steve Glendinning <steve.glendinning@shawell.net>
9186 L:      netdev@vger.kernel.org
9187 S:      Maintained
9188 F:      drivers/net/ethernet/smsc/smsc9420.*
9190 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9191 M:      Steve Glendinning <steve.glendinning@shawell.net>
9192 L:      linux-fbdev@vger.kernel.org
9193 S:      Maintained
9194 F:      drivers/video/fbdev/smscufx.c
9196 SOC-CAMERA V4L2 SUBSYSTEM
9197 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9198 L:      linux-media@vger.kernel.org
9199 T:      git git://linuxtv.org/media_tree.git
9200 S:      Maintained
9201 F:      include/media/soc*
9202 F:      drivers/media/i2c/soc_camera/
9203 F:      drivers/media/platform/soc_camera/
9205 SOEKRIS NET48XX LED SUPPORT
9206 M:      Chris Boot <bootc@bootc.net>
9207 S:      Maintained
9208 F:      drivers/leds/leds-net48xx.c
9210 SOFTLOGIC 6x10 MPEG CODEC
9211 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9212 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9213 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9214 M:      Ismael Luceno <ismael@iodev.co.uk>
9215 L:      linux-media@vger.kernel.org
9216 S:      Supported
9217 F:      drivers/media/pci/solo6x10/
9219 SOFTWARE RAID (Multiple Disks) SUPPORT
9220 M:      Neil Brown <neilb@suse.de>
9221 L:      linux-raid@vger.kernel.org
9222 S:      Supported
9223 F:      drivers/md/
9224 F:      include/linux/raid/
9225 F:      include/uapi/linux/raid/
9227 SONIC NETWORK DRIVER
9228 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9229 L:      netdev@vger.kernel.org
9230 S:      Maintained
9231 F:      drivers/net/ethernet/natsemi/sonic.*
9233 SONICS SILICON BACKPLANE DRIVER (SSB)
9234 M:      Michael Buesch <m@bues.ch>
9235 L:      netdev@vger.kernel.org
9236 S:      Maintained
9237 F:      drivers/ssb/
9238 F:      include/linux/ssb/
9240 SONY VAIO CONTROL DEVICE DRIVER
9241 M:      Mattia Dongili <malattia@linux.it>
9242 L:      platform-driver-x86@vger.kernel.org
9243 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9244 S:      Maintained
9245 F:      Documentation/laptops/sony-laptop.txt
9246 F:      drivers/char/sonypi.c
9247 F:      drivers/platform/x86/sony-laptop.c
9248 F:      include/linux/sony-laptop.h
9250 SONY MEMORYSTICK CARD SUPPORT
9251 M:      Alex Dubov <oakad@yahoo.com>
9252 W:      http://tifmxx.berlios.de/
9253 S:      Maintained
9254 F:      drivers/memstick/host/tifm_ms.c
9256 SONY MEMORYSTICK STANDARD SUPPORT
9257 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9258 S:      Maintained
9259 F:      drivers/memstick/core/ms_block.*
9261 SOUND
9262 M:      Jaroslav Kysela <perex@perex.cz>
9263 M:      Takashi Iwai <tiwai@suse.de>
9264 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9265 W:      http://www.alsa-project.org/
9266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9267 T:      git git://git.alsa-project.org/alsa-kernel.git
9268 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9269 S:      Maintained
9270 F:      Documentation/sound/
9271 F:      include/sound/
9272 F:      include/uapi/sound/
9273 F:      sound/
9275 SOUND - COMPRESSED AUDIO
9276 M:      Vinod Koul <vinod.koul@intel.com>
9277 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9279 S:      Supported
9280 F:      Documentation/sound/alsa/compress_offload.txt
9281 F:      include/sound/compress_driver.h
9282 F:      include/uapi/sound/compress_*
9283 F:      sound/core/compress_offload.c
9284 F:      sound/soc/soc-compress.c
9286 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9287 M:      Liam Girdwood <lgirdwood@gmail.com>
9288 M:      Mark Brown <broonie@kernel.org>
9289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9290 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9291 W:      http://alsa-project.org/main/index.php/ASoC
9292 S:      Supported
9293 F:      Documentation/sound/alsa/soc/
9294 F:      sound/soc/
9295 F:      include/sound/soc*
9297 SOUND - DMAENGINE HELPERS
9298 M:      Lars-Peter Clausen <lars@metafoo.de>
9299 S:      Supported
9300 F:      include/sound/dmaengine_pcm.h
9301 F:      sound/core/pcm_dmaengine.c
9302 F:      sound/soc/soc-generic-dmaengine-pcm.c
9304 SP2 MEDIA DRIVER
9305 M:      Olli Salonen <olli.salonen@iki.fi>
9306 L:      linux-media@vger.kernel.org
9307 W:      http://linuxtv.org/
9308 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9309 S:      Maintained
9310 F:      drivers/media/dvb-frontends/sp2*
9312 SPARC + UltraSPARC (sparc/sparc64)
9313 M:      "David S. Miller" <davem@davemloft.net>
9314 L:      sparclinux@vger.kernel.org
9315 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9318 S:      Maintained
9319 F:      arch/sparc/
9320 F:      drivers/sbus/
9322 SPARC SERIAL DRIVERS
9323 M:      "David S. Miller" <davem@davemloft.net>
9324 L:      sparclinux@vger.kernel.org
9325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9327 S:      Maintained
9328 F:      include/linux/sunserialcore.h
9329 F:      drivers/tty/serial/suncore.c
9330 F:      drivers/tty/serial/sunhv.c
9331 F:      drivers/tty/serial/sunsab.c
9332 F:      drivers/tty/serial/sunsab.h
9333 F:      drivers/tty/serial/sunsu.c
9334 F:      drivers/tty/serial/sunzilog.c
9335 F:      drivers/tty/serial/sunzilog.h
9337 SPARSE CHECKER
9338 M:      "Christopher Li" <sparse@chrisli.org>
9339 L:      linux-sparse@vger.kernel.org
9340 W:      https://sparse.wiki.kernel.org/
9341 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9342 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9343 S:      Maintained
9344 F:      include/linux/compiler.h
9346 SPEAR PLATFORM SUPPORT
9347 M:      Viresh Kumar <viresh.linux@gmail.com>
9348 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9349 L:      spear-devel@list.st.com
9350 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9351 W:      http://www.st.com/spear
9352 S:      Maintained
9353 F:      arch/arm/mach-spear/
9355 SPEAR CLOCK FRAMEWORK SUPPORT
9356 M:      Viresh Kumar <viresh.linux@gmail.com>
9357 L:      spear-devel@list.st.com
9358 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9359 W:      http://www.st.com/spear
9360 S:      Maintained
9361 F:      drivers/clk/spear/
9363 SPI SUBSYSTEM
9364 M:      Mark Brown <broonie@kernel.org>
9365 L:      linux-spi@vger.kernel.org
9366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9367 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9368 S:      Maintained
9369 F:      Documentation/spi/
9370 F:      drivers/spi/
9371 F:      include/linux/spi/
9372 F:      include/uapi/linux/spi/
9374 SPIDERNET NETWORK DRIVER for CELL
9375 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9376 M:      Jens Osterkamp <jens@de.ibm.com>
9377 L:      netdev@vger.kernel.org
9378 S:      Supported
9379 F:      Documentation/networking/spider_net.txt
9380 F:      drivers/net/ethernet/toshiba/spider_net*
9382 SPU FILE SYSTEM
9383 M:      Jeremy Kerr <jk@ozlabs.org>
9384 L:      linuxppc-dev@lists.ozlabs.org
9385 L:      cbe-oss-dev@lists.ozlabs.org
9386 W:      http://www.ibm.com/developerworks/power/cell/
9387 S:      Supported
9388 F:      Documentation/filesystems/spufs.txt
9389 F:      arch/powerpc/platforms/cell/spufs/
9391 SQUASHFS FILE SYSTEM
9392 M:      Phillip Lougher <phillip@squashfs.org.uk>
9393 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9394 W:      http://squashfs.org.uk
9395 S:      Maintained
9396 F:      Documentation/filesystems/squashfs.txt
9397 F:      fs/squashfs/
9399 SRM (Alpha) environment access
9400 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9401 S:      Maintained
9402 F:      arch/alpha/kernel/srm_env.c
9404 STABLE BRANCH
9405 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9406 L:      stable@vger.kernel.org
9407 S:      Supported
9408 F:      Documentation/stable_kernel_rules.txt
9410 STAGING SUBSYSTEM
9411 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9413 L:      devel@driverdev.osuosl.org
9414 S:      Supported
9415 F:      drivers/staging/
9417 STAGING - COMEDI
9418 M:      Ian Abbott <abbotti@mev.co.uk>
9419 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9420 S:      Odd Fixes
9421 F:      drivers/staging/comedi/
9423 STAGING - FLARION FT1000 DRIVERS
9424 M:      Marek Belisko <marek.belisko@gmail.com>
9425 S:      Odd Fixes
9426 F:      drivers/staging/ft1000/
9428 STAGING - INDUSTRIAL IO
9429 M:      Jonathan Cameron <jic23@kernel.org>
9430 L:      linux-iio@vger.kernel.org
9431 S:      Odd Fixes
9432 F:      drivers/staging/iio/
9434 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9435 M:      Jarod Wilson <jarod@wilsonet.com>
9436 W:      http://www.lirc.org/
9437 S:      Odd Fixes
9438 F:      drivers/staging/media/lirc/
9440 STAGING - LUSTRE PARALLEL FILESYSTEM
9441 M:      Oleg Drokin <oleg.drokin@intel.com>
9442 M:      Andreas Dilger <andreas.dilger@intel.com>
9443 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9444 W:      http://lustre.opensfs.org/
9445 S:      Maintained
9446 F:      drivers/staging/lustre
9448 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9449 M:      Julian Andres Klode <jak@jak-linux.org>
9450 M:      Marc Dietrich <marvin24@gmx.de>
9451 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9452 L:      linux-tegra@vger.kernel.org
9453 S:      Maintained
9454 F:      drivers/staging/nvec/
9456 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9457 M:      Jens Frederich <jfrederich@gmail.com>
9458 M:      Daniel Drake <dsd@laptop.org>
9459 M:      Jon Nettleton <jon.nettleton@gmail.com>
9460 W:      http://wiki.laptop.org/go/DCON
9461 S:      Maintained
9462 F:      drivers/staging/olpc_dcon/
9464 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9465 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9466 S:      Maintained
9467 F:      drivers/staging/ozwpan/
9469 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9470 M:      Willy Tarreau <willy@meta-x.org>
9471 S:      Odd Fixes
9472 F:      drivers/staging/panel/
9474 STAGING - REALTEK RTL8712U DRIVERS
9475 M:      Larry Finger <Larry.Finger@lwfinger.net>
9476 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9477 S:      Odd Fixes
9478 F:      drivers/staging/rtl8712/
9480 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9481 M:      Larry Finger <Larry.Finger@lwfinger.net>
9482 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9483 L:      linux-wireless@vger.kernel.org
9484 S:      Maintained
9485 F:      drivers/staging/rtl8723au/
9487 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9488 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9489 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9490 M:      Sudip Mukherjee <sudip@vectorindia.org>
9491 L:      linux-fbdev@vger.kernel.org
9492 S:      Maintained
9493 F:      drivers/staging/sm7xxfb/
9495 STAGING - SILICON MOTION SM750 FRAME BUFFER DRIVER
9496 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9497 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9498 M:      Sudip Mukherjee <sudip@vectorindia.org>
9499 L:      linux-fbdev@vger.kernel.org
9500 S:      Maintained
9501 F:      drivers/staging/sm750fb/
9503 STAGING - SLICOSS
9504 M:      Lior Dotan <liodot@gmail.com>
9505 M:      Christopher Harrer <charrer@alacritech.com>
9506 S:      Odd Fixes
9507 F:      drivers/staging/slicoss/
9509 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9510 M:      William Hubbs <w.d.hubbs@gmail.com>
9511 M:      Chris Brannon <chris@the-brannons.com>
9512 M:      Kirk Reiser <kirk@reisers.ca>
9513 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9514 L:      speakup@linux-speakup.org
9515 W:      http://www.linux-speakup.org/
9516 S:      Odd Fixes
9517 F:      drivers/staging/speakup/
9519 STAGING - VIA VT665X DRIVERS
9520 M:      Forest Bond <forest@alittletooquiet.net>
9521 S:      Odd Fixes
9522 F:      drivers/staging/vt665?/
9524 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9525 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9526 S:      Odd Fixes
9527 F:      drivers/staging/xgifb/
9529 STARFIRE/DURALAN NETWORK DRIVER
9530 M:      Ion Badulescu <ionut@badula.org>
9531 S:      Odd Fixes
9532 F:      drivers/net/ethernet/adaptec/starfire*
9534 SUN3/3X
9535 M:      Sam Creasey <sammy@sammy.net>
9536 W:      http://sammy.net/sun3/
9537 S:      Maintained
9538 F:      arch/m68k/kernel/*sun3*
9539 F:      arch/m68k/sun3*/
9540 F:      arch/m68k/include/asm/sun3*
9541 F:      drivers/net/ethernet/i825xx/sun3*
9543 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9544 M:      Hans de Goede <hdegoede@redhat.com>
9545 L:      linux-input@vger.kernel.org
9546 S:      Maintained
9547 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9548 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9550 SUNDANCE NETWORK DRIVER
9551 M:      Denis Kirjanov <kda@linux-powerpc.org>
9552 L:      netdev@vger.kernel.org
9553 S:      Maintained
9554 F:      drivers/net/ethernet/dlink/sundance.c
9556 SUPERH
9557 L:      linux-sh@vger.kernel.org
9558 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9559 S:      Orphan
9560 F:      Documentation/sh/
9561 F:      arch/sh/
9562 F:      drivers/sh/
9564 SUSPEND TO RAM
9565 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9566 M:      Len Brown <len.brown@intel.com>
9567 M:      Pavel Machek <pavel@ucw.cz>
9568 L:      linux-pm@vger.kernel.org
9569 S:      Supported
9570 F:      Documentation/power/
9571 F:      arch/x86/kernel/acpi/
9572 F:      drivers/base/power/
9573 F:      kernel/power/
9574 F:      include/linux/suspend.h
9575 F:      include/linux/freezer.h
9576 F:      include/linux/pm.h
9578 SVGA HANDLING
9579 M:      Martin Mares <mj@ucw.cz>
9580 L:      linux-video@atrey.karlin.mff.cuni.cz
9581 S:      Maintained
9582 F:      Documentation/svga.txt
9583 F:      arch/x86/boot/video*
9585 SWIOTLB SUBSYSTEM
9586 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9587 L:      linux-kernel@vger.kernel.org
9588 S:      Supported
9589 F:      lib/swiotlb.c
9590 F:      arch/*/kernel/pci-swiotlb.c
9591 F:      include/linux/swiotlb.h
9593 SWITCHDEV
9594 M:      Jiri Pirko <jiri@resnulli.us>
9595 L:      netdev@vger.kernel.org
9596 S:      Supported
9597 F:      net/switchdev/
9598 F:      include/net/switchdev.h
9600 SYNOPSYS ARC ARCHITECTURE
9601 M:      Vineet Gupta <vgupta@synopsys.com>
9602 S:      Supported
9603 F:      arch/arc/
9604 F:      Documentation/devicetree/bindings/arc/
9605 F:      drivers/tty/serial/arc_uart.c
9607 SYSV FILESYSTEM
9608 M:      Christoph Hellwig <hch@infradead.org>
9609 S:      Maintained
9610 F:      Documentation/filesystems/sysv-fs.txt
9611 F:      fs/sysv/
9612 F:      include/linux/sysv_fs.h
9614 TARGET SUBSYSTEM
9615 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9616 L:      linux-scsi@vger.kernel.org
9617 L:      target-devel@vger.kernel.org
9618 W:      http://www.linux-iscsi.org
9619 W:      http://groups.google.com/group/linux-iscsi-target-dev
9620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9621 S:      Supported
9622 F:      drivers/target/
9623 F:      include/target/
9624 F:      Documentation/target/
9626 TASKSTATS STATISTICS INTERFACE
9627 M:      Balbir Singh <bsingharora@gmail.com>
9628 S:      Maintained
9629 F:      Documentation/accounting/taskstats*
9630 F:      include/linux/taskstats*
9631 F:      kernel/taskstats.c
9633 TC CLASSIFIER
9634 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9635 L:      netdev@vger.kernel.org
9636 S:      Maintained
9637 F:      include/net/pkt_cls.h
9638 F:      include/uapi/linux/pkt_cls.h
9639 F:      net/sched/
9641 TCP LOW PRIORITY MODULE
9642 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9643 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9644 W:      http://tcp-lp-mod.sourceforge.net/
9645 S:      Maintained
9646 F:      net/ipv4/tcp_lp.c
9648 TDA10071 MEDIA DRIVER
9649 M:      Antti Palosaari <crope@iki.fi>
9650 L:      linux-media@vger.kernel.org
9651 W:      http://linuxtv.org/
9652 W:      http://palosaari.fi/linux/
9653 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9654 T:      git git://linuxtv.org/anttip/media_tree.git
9655 S:      Maintained
9656 F:      drivers/media/dvb-frontends/tda10071*
9658 TDA18212 MEDIA DRIVER
9659 M:      Antti Palosaari <crope@iki.fi>
9660 L:      linux-media@vger.kernel.org
9661 W:      http://linuxtv.org/
9662 W:      http://palosaari.fi/linux/
9663 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9664 T:      git git://linuxtv.org/anttip/media_tree.git
9665 S:      Maintained
9666 F:      drivers/media/tuners/tda18212*
9668 TDA18218 MEDIA DRIVER
9669 M:      Antti Palosaari <crope@iki.fi>
9670 L:      linux-media@vger.kernel.org
9671 W:      http://linuxtv.org/
9672 W:      http://palosaari.fi/linux/
9673 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9674 T:      git git://linuxtv.org/anttip/media_tree.git
9675 S:      Maintained
9676 F:      drivers/media/tuners/tda18218*
9678 TDA18271 MEDIA DRIVER
9679 M:      Michael Krufky <mkrufky@linuxtv.org>
9680 L:      linux-media@vger.kernel.org
9681 W:      http://linuxtv.org/
9682 W:      http://github.com/mkrufky
9683 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9684 T:      git git://linuxtv.org/mkrufky/tuners.git
9685 S:      Maintained
9686 F:      drivers/media/tuners/tda18271*
9688 TDA827x MEDIA DRIVER
9689 M:      Michael Krufky <mkrufky@linuxtv.org>
9690 L:      linux-media@vger.kernel.org
9691 W:      http://linuxtv.org/
9692 W:      http://github.com/mkrufky
9693 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9694 T:      git git://linuxtv.org/mkrufky/tuners.git
9695 S:      Maintained
9696 F:      drivers/media/tuners/tda8290.*
9698 TDA8290 MEDIA DRIVER
9699 M:      Michael Krufky <mkrufky@linuxtv.org>
9700 L:      linux-media@vger.kernel.org
9701 W:      http://linuxtv.org/
9702 W:      http://github.com/mkrufky
9703 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9704 T:      git git://linuxtv.org/mkrufky/tuners.git
9705 S:      Maintained
9706 F:      drivers/media/tuners/tda8290.*
9708 TDA9840 MEDIA DRIVER
9709 M:      Hans Verkuil <hverkuil@xs4all.nl>
9710 L:      linux-media@vger.kernel.org
9711 T:      git git://linuxtv.org/media_tree.git
9712 W:      http://linuxtv.org
9713 S:      Maintained
9714 F:      drivers/media/i2c/tda9840*
9716 TEA5761 TUNER DRIVER
9717 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9718 L:      linux-media@vger.kernel.org
9719 W:      http://linuxtv.org
9720 T:      git git://linuxtv.org/media_tree.git
9721 S:      Odd fixes
9722 F:      drivers/media/tuners/tea5761.*
9724 TEA5767 TUNER DRIVER
9725 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9726 L:      linux-media@vger.kernel.org
9727 W:      http://linuxtv.org
9728 T:      git git://linuxtv.org/media_tree.git
9729 S:      Maintained
9730 F:      drivers/media/tuners/tea5767.*
9732 TEA6415C MEDIA DRIVER
9733 M:      Hans Verkuil <hverkuil@xs4all.nl>
9734 L:      linux-media@vger.kernel.org
9735 T:      git git://linuxtv.org/media_tree.git
9736 W:      http://linuxtv.org
9737 S:      Maintained
9738 F:      drivers/media/i2c/tea6415c*
9740 TEA6420 MEDIA DRIVER
9741 M:      Hans Verkuil <hverkuil@xs4all.nl>
9742 L:      linux-media@vger.kernel.org
9743 T:      git git://linuxtv.org/media_tree.git
9744 W:      http://linuxtv.org
9745 S:      Maintained
9746 F:      drivers/media/i2c/tea6420*
9748 TEAM DRIVER
9749 M:      Jiri Pirko <jiri@resnulli.us>
9750 L:      netdev@vger.kernel.org
9751 S:      Supported
9752 F:      drivers/net/team/
9753 F:      include/linux/if_team.h
9754 F:      include/uapi/linux/if_team.h
9756 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9757 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9758 S:      Maintained
9759 F:      arch/x86/platform/ts5500/
9761 TECHNOTREND USB IR RECEIVER
9762 M:      Sean Young <sean@mess.org>
9763 L:      linux-media@vger.kernel.org
9764 S:      Maintained
9765 F:      drivers/media/rc/ttusbir.c
9767 TEGRA ARCHITECTURE SUPPORT
9768 M:      Stephen Warren <swarren@wwwdotorg.org>
9769 M:      Thierry Reding <thierry.reding@gmail.com>
9770 M:      Alexandre Courbot <gnurou@gmail.com>
9771 L:      linux-tegra@vger.kernel.org
9772 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9774 S:      Supported
9775 N:      [^a-z]tegra
9777 TEGRA CLOCK DRIVER
9778 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9779 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9780 S:      Supported
9781 F:      drivers/clk/tegra/
9783 TEGRA DMA DRIVER
9784 M:      Laxman Dewangan <ldewangan@nvidia.com>
9785 S:      Supported
9786 F:      drivers/dma/tegra20-apb-dma.c
9788 TEGRA I2C DRIVER
9789 M:      Laxman Dewangan <ldewangan@nvidia.com>
9790 S:      Supported
9791 F:      drivers/i2c/busses/i2c-tegra.c
9793 TEGRA IOMMU DRIVERS
9794 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9795 S:      Supported
9796 F:      drivers/iommu/tegra*
9798 TEGRA KBC DRIVER
9799 M:      Rakesh Iyer <riyer@nvidia.com>
9800 M:      Laxman Dewangan <ldewangan@nvidia.com>
9801 S:      Supported
9802 F:      drivers/input/keyboard/tegra-kbc.c
9804 TEGRA PWM DRIVER
9805 M:      Thierry Reding <thierry.reding@gmail.com>
9806 S:      Supported
9807 F:      drivers/pwm/pwm-tegra.c
9809 TEGRA SERIAL DRIVER
9810 M:      Laxman Dewangan <ldewangan@nvidia.com>
9811 S:      Supported
9812 F:      drivers/tty/serial/serial-tegra.c
9814 TEGRA SPI DRIVER
9815 M:      Laxman Dewangan <ldewangan@nvidia.com>
9816 S:      Supported
9817 F:      drivers/spi/spi-tegra*
9819 TEHUTI ETHERNET DRIVER
9820 M:      Andy Gospodarek <andy@greyhouse.net>
9821 L:      netdev@vger.kernel.org
9822 S:      Supported
9823 F:      drivers/net/ethernet/tehuti/*
9825 Telecom Clock Driver for MCPL0010
9826 M:      Mark Gross <mark.gross@intel.com>
9827 S:      Supported
9828 F:      drivers/char/tlclk.c
9830 TENSILICA XTENSA PORT (xtensa)
9831 M:      Chris Zankel <chris@zankel.net>
9832 M:      Max Filippov <jcmvbkbc@gmail.com>
9833 L:      linux-xtensa@linux-xtensa.org
9834 S:      Maintained
9835 F:      arch/xtensa/
9836 F:      drivers/irqchip/irq-xtensa-*
9838 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9839 M:      Hans Verkuil <hverkuil@xs4all.nl>
9840 L:      linux-media@vger.kernel.org
9841 T:      git git://linuxtv.org/media_tree.git
9842 W:      http://linuxtv.org
9843 S:      Maintained
9844 F:      drivers/media/radio/radio-raremono.c
9846 THERMAL
9847 M:      Zhang Rui <rui.zhang@intel.com>
9848 M:      Eduardo Valentin <edubezval@gmail.com>
9849 L:      linux-pm@vger.kernel.org
9850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9852 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9853 S:      Supported
9854 F:      drivers/thermal/
9855 F:      include/linux/thermal.h
9856 F:      include/uapi/linux/thermal.h
9857 F:      include/linux/cpu_cooling.h
9858 F:      Documentation/devicetree/bindings/thermal/
9860 THINGM BLINK(1) USB RGB LED DRIVER
9861 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9862 S:      Maintained
9863 F:      drivers/hid/hid-thingm.c
9865 THINKPAD ACPI EXTRAS DRIVER
9866 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9867 L:      ibm-acpi-devel@lists.sourceforge.net
9868 L:      platform-driver-x86@vger.kernel.org
9869 W:      http://ibm-acpi.sourceforge.net
9870 W:      http://thinkwiki.org/wiki/Ibm-acpi
9871 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9872 S:      Maintained
9873 F:      drivers/platform/x86/thinkpad_acpi.c
9875 TI BANDGAP AND THERMAL DRIVER
9876 M:      Eduardo Valentin <edubezval@gmail.com>
9877 L:      linux-pm@vger.kernel.org
9878 L:      linux-omap@vger.kernel.org
9879 S:      Maintained
9880 F:      drivers/thermal/ti-soc-thermal/
9882 TI CDCE706 CLOCK DRIVER
9883 M:      Max Filippov <jcmvbkbc@gmail.com>
9884 S:      Maintained
9885 F:      drivers/clk/clk-cdce706.c
9887 TI CLOCK DRIVER
9888 M:      Tero Kristo <t-kristo@ti.com>
9889 L:      linux-omap@vger.kernel.org
9890 S:      Maintained
9891 F:      drivers/clk/ti/
9892 F:      include/linux/clk/ti.h
9894 TI FLASH MEDIA INTERFACE DRIVER
9895 M:      Alex Dubov <oakad@yahoo.com>
9896 S:      Maintained
9897 F:      drivers/misc/tifm*
9898 F:      drivers/mmc/host/tifm_sd.c
9899 F:      include/linux/tifm.h
9901 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9902 M:      Santosh Shilimkar <ssantosh@kernel.org>
9903 L:      linux-kernel@vger.kernel.org
9904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9905 S:      Maintained
9906 F:      drivers/soc/ti/*
9907 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9910 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9911 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9912 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9913 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9914 S:      Maintained
9915 F:      sound/soc/codecs/lm49453*
9916 F:      sound/soc/codecs/isabelle*
9918 TI LP855x BACKLIGHT DRIVER
9919 M:      Milo Kim <milo.kim@ti.com>
9920 S:      Maintained
9921 F:      Documentation/backlight/lp855x-driver.txt
9922 F:      drivers/video/backlight/lp855x_bl.c
9923 F:      include/linux/platform_data/lp855x.h
9925 TI LP8727 CHARGER DRIVER
9926 M:      Milo Kim <milo.kim@ti.com>
9927 S:      Maintained
9928 F:      drivers/power/lp8727_charger.c
9929 F:      include/linux/platform_data/lp8727.h
9931 TI LP8788 MFD DRIVER
9932 M:      Milo Kim <milo.kim@ti.com>
9933 S:      Maintained
9934 F:      drivers/iio/adc/lp8788_adc.c
9935 F:      drivers/leds/leds-lp8788.c
9936 F:      drivers/mfd/lp8788*.c
9937 F:      drivers/power/lp8788-charger.c
9938 F:      drivers/regulator/lp8788-*.c
9939 F:      include/linux/mfd/lp8788*.h
9941 TI NETCP ETHERNET DRIVER
9942 M:      Wingman Kwok <w-kwok2@ti.com>
9943 M:      Murali Karicheri <m-karicheri2@ti.com>
9944 L:      netdev@vger.kernel.org
9945 S:      Maintained
9946 F:      drivers/net/ethernet/ti/netcp*
9948 TI TWL4030 SERIES SOC CODEC DRIVER
9949 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9950 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9951 S:      Maintained
9952 F:      sound/soc/codecs/twl4030*
9954 TI WILINK WIRELESS DRIVERS
9955 L:      linux-wireless@vger.kernel.org
9956 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9957 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9959 S:      Orphan
9960 F:      drivers/net/wireless/ti/
9961 F:      include/linux/wl12xx.h
9963 TIPC NETWORK LAYER
9964 M:      Jon Maloy <jon.maloy@ericsson.com>
9965 M:      Ying Xue <ying.xue@windriver.com>
9966 L:      netdev@vger.kernel.org (core kernel code)
9967 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9968 W:      http://tipc.sourceforge.net/
9969 S:      Maintained
9970 F:      include/uapi/linux/tipc*.h
9971 F:      net/tipc/
9973 TILE ARCHITECTURE
9974 M:      Chris Metcalf <cmetcalf@ezchip.com>
9975 W:      http://www.ezchip.com/scm/
9976 S:      Supported
9977 F:      arch/tile/
9978 F:      drivers/char/tile-srom.c
9979 F:      drivers/edac/tile_edac.c
9980 F:      drivers/net/ethernet/tile/
9981 F:      drivers/rtc/rtc-tile.c
9982 F:      drivers/tty/hvc/hvc_tile.c
9983 F:      drivers/tty/serial/tilegx.c
9984 F:      drivers/usb/host/*-tilegx.c
9985 F:      include/linux/usb/tilegx.h
9987 TLAN NETWORK DRIVER
9988 M:      Samuel Chessman <chessman@tux.org>
9989 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9990 W:      http://sourceforge.net/projects/tlan/
9991 S:      Maintained
9992 F:      Documentation/networking/tlan.txt
9993 F:      drivers/net/ethernet/ti/tlan.*
9995 TOMOYO SECURITY MODULE
9996 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9997 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9998 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9999 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
10000 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
10001 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
10002 W:      http://tomoyo.sourceforge.jp/
10003 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
10004 S:      Maintained
10005 F:      security/tomoyo/
10007 TOPSTAR LAPTOP EXTRAS DRIVER
10008 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
10009 L:      platform-driver-x86@vger.kernel.org
10010 S:      Maintained
10011 F:      drivers/platform/x86/topstar-laptop.c
10013 TOSHIBA ACPI EXTRAS DRIVER
10014 M:      Azael Avalos <coproscefalo@gmail.com>
10015 L:      platform-driver-x86@vger.kernel.org
10016 S:      Maintained
10017 F:      drivers/platform/x86/toshiba_acpi.c
10019 TOSHIBA BLUETOOTH DRIVER
10020 M:      Azael Avalos <coproscefalo@gmail.com>
10021 L:      platform-driver-x86@vger.kernel.org
10022 S:      Maintained
10023 F:      drivers/platform/x86/toshiba_bluetooth.c
10025 TOSHIBA HDD ACTIVE PROTECTION SENSOR DRIVER
10026 M:      Azael Avalos <coproscefalo@gmail.com>
10027 L:      platform-driver-x86@vger.kernel.org
10028 S:      Maintained
10029 F:      drivers/platform/x86/toshiba_haps.c
10031 TOSHIBA SMM DRIVER
10032 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
10033 L:      tlinux-users@tce.toshiba-dme.co.jp
10034 W:      http://www.buzzard.org.uk/toshiba/
10035 S:      Maintained
10036 F:      drivers/char/toshiba.c
10037 F:      include/linux/toshiba.h
10038 F:      include/uapi/linux/toshiba.h
10040 TMIO MMC DRIVER
10041 M:      Ian Molton <ian.molton@codethink.co.uk>
10042 L:      linux-mmc@vger.kernel.org
10043 S:      Maintained
10044 F:      drivers/mmc/host/tmio_mmc*
10045 F:      drivers/mmc/host/sh_mobile_sdhi.c
10046 F:      include/linux/mmc/tmio.h
10047 F:      include/linux/mmc/sh_mobile_sdhi.h
10049 TMP401 HARDWARE MONITOR DRIVER
10050 M:      Guenter Roeck <linux@roeck-us.net>
10051 L:      lm-sensors@lm-sensors.org
10052 S:      Maintained
10053 F:      Documentation/hwmon/tmp401
10054 F:      drivers/hwmon/tmp401.c
10056 TMPFS (SHMEM FILESYSTEM)
10057 M:      Hugh Dickins <hughd@google.com>
10058 L:      linux-mm@kvack.org
10059 S:      Maintained
10060 F:      include/linux/shmem_fs.h
10061 F:      mm/shmem.c
10063 TM6000 VIDEO4LINUX DRIVER
10064 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10065 L:      linux-media@vger.kernel.org
10066 W:      http://linuxtv.org
10067 T:      git git://linuxtv.org/media_tree.git
10068 S:      Odd fixes
10069 F:      drivers/media/usb/tm6000/
10071 TW68 VIDEO4LINUX DRIVER
10072 M:      Hans Verkuil <hverkuil@xs4all.nl>
10073 L:      linux-media@vger.kernel.org
10074 T:      git git://linuxtv.org/media_tree.git
10075 W:      http://linuxtv.org
10076 S:      Odd Fixes
10077 F:      drivers/media/pci/tw68/
10079 TPM DEVICE DRIVER
10080 M:      Peter Huewe <peterhuewe@gmx.de>
10081 M:      Marcel Selhorst <tpmdd@selhorst.net>
10082 R:      Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
10083 W:      http://tpmdd.sourceforge.net
10084 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10085 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
10086 T:      https://github.com/PeterHuewe/linux-tpmdd
10087 S:      Maintained
10088 F:      drivers/char/tpm/
10090 TPM IBM_VTPM DEVICE DRIVER
10091 M:      Ashley Lai <ashleydlai@gmail.com>
10092 W:      http://tpmdd.sourceforge.net
10093 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
10094 S:      Maintained
10095 F:      drivers/char/tpm/tpm_ibmvtpm*
10097 TRACING
10098 M:      Steven Rostedt <rostedt@goodmis.org>
10099 M:      Ingo Molnar <mingo@redhat.com>
10100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
10101 S:      Maintained
10102 F:      Documentation/trace/ftrace.txt
10103 F:      arch/*/*/*/ftrace.h
10104 F:      arch/*/kernel/ftrace.c
10105 F:      include/*/ftrace.h
10106 F:      include/linux/trace*.h
10107 F:      include/trace/
10108 F:      kernel/trace/
10109 F:      tools/testing/selftests/ftrace/
10111 TRIVIAL PATCHES
10112 M:      Jiri Kosina <trivial@kernel.org>
10113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
10114 S:      Maintained
10115 K:      ^Subject:.*(?i)trivial
10117 TTY LAYER
10118 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10119 M:      Jiri Slaby <jslaby@suse.cz>
10120 S:      Supported
10121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
10122 F:      drivers/tty/
10123 F:      drivers/tty/serial/serial_core.c
10124 F:      include/linux/serial_core.h
10125 F:      include/linux/serial.h
10126 F:      include/linux/tty.h
10127 F:      include/uapi/linux/serial_core.h
10128 F:      include/uapi/linux/serial.h
10129 F:      include/uapi/linux/tty.h
10131 TUA9001 MEDIA DRIVER
10132 M:      Antti Palosaari <crope@iki.fi>
10133 L:      linux-media@vger.kernel.org
10134 W:      http://linuxtv.org/
10135 W:      http://palosaari.fi/linux/
10136 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
10137 T:      git git://linuxtv.org/anttip/media_tree.git
10138 S:      Maintained
10139 F:      drivers/media/tuners/tua9001*
10141 TULIP NETWORK DRIVERS
10142 M:      Grant Grundler <grundler@parisc-linux.org>
10143 L:      netdev@vger.kernel.org
10144 S:      Maintained
10145 F:      drivers/net/ethernet/dec/tulip/
10147 TUN/TAP driver
10148 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
10149 W:      http://vtun.sourceforge.net/tun
10150 S:      Maintained
10151 F:      Documentation/networking/tuntap.txt
10152 F:      arch/um/os-Linux/drivers/
10154 TURBOCHANNEL SUBSYSTEM
10155 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10156 M:      Ralf Baechle <ralf@linux-mips.org>
10157 L:      linux-mips@linux-mips.org
10158 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
10159 S:      Maintained
10160 F:      drivers/tc/
10161 F:      include/linux/tc.h
10163 U14-34F SCSI DRIVER
10164 M:      Dario Ballabio <ballabio_dario@emc.com>
10165 L:      linux-scsi@vger.kernel.org
10166 S:      Maintained
10167 F:      drivers/scsi/u14-34f.c
10169 UBI FILE SYSTEM (UBIFS)
10170 M:      Artem Bityutskiy <dedekind1@gmail.com>
10171 M:      Adrian Hunter <adrian.hunter@intel.com>
10172 L:      linux-mtd@lists.infradead.org
10173 T:      git git://git.infradead.org/ubifs-2.6.git
10174 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
10175 S:      Maintained
10176 F:      Documentation/filesystems/ubifs.txt
10177 F:      fs/ubifs/
10179 UCLINUX (AND M68KNOMMU)
10180 M:      Greg Ungerer <gerg@uclinux.org>
10181 W:      http://www.uclinux.org/
10182 L:      uclinux-dev@uclinux.org  (subscribers-only)
10183 S:      Maintained
10184 F:      arch/m68k/*/*_no.*
10185 F:      arch/m68k/include/asm/*_no.*
10187 UDF FILESYSTEM
10188 M:      Jan Kara <jack@suse.cz>
10189 S:      Maintained
10190 F:      Documentation/filesystems/udf.txt
10191 F:      fs/udf/
10193 UFS FILESYSTEM
10194 M:      Evgeniy Dushistov <dushistov@mail.ru>
10195 S:      Maintained
10196 F:      Documentation/filesystems/ufs.txt
10197 F:      fs/ufs/
10199 UHID USERSPACE HID IO DRIVER:
10200 M:      David Herrmann <dh.herrmann@googlemail.com>
10201 L:      linux-input@vger.kernel.org
10202 S:      Maintained
10203 F:      drivers/hid/uhid.c
10204 F:      include/uapi/linux/uhid.h
10206 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10207 L:      linux-usb@vger.kernel.org
10208 S:      Orphan
10209 F:      drivers/uwb/
10210 F:      include/linux/uwb.h
10211 F:      include/linux/uwb/
10213 UNICORE32 ARCHITECTURE:
10214 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10215 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10216 S:      Maintained
10217 T:      git git://github.com/gxt/linux.git
10218 F:      arch/unicore32/
10220 UNIFDEF
10221 M:      Tony Finch <dot@dotat.at>
10222 W:      http://dotat.at/prog/unifdef
10223 S:      Maintained
10224 F:      scripts/unifdef.c
10226 UNIFORM CDROM DRIVER
10227 M:      Jens Axboe <axboe@kernel.dk>
10228 W:      http://www.kernel.dk
10229 S:      Maintained
10230 F:      Documentation/cdrom/
10231 F:      drivers/cdrom/cdrom.c
10232 F:      include/linux/cdrom.h
10233 F:      include/uapi/linux/cdrom.h
10235 UNISYS S-PAR DRIVERS
10236 M:      Benjamin Romer <benjamin.romer@unisys.com>
10237 M:      David Kershner <david.kershner@unisys.com>
10238 L:      sparmaintainer@unisys.com (Unisys internal)
10239 S:      Supported
10240 F:      drivers/staging/unisys/
10242 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10243 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10244 L:      linux-scsi@vger.kernel.org
10245 S:      Supported
10246 F:      Documentation/scsi/ufs.txt
10247 F:      drivers/scsi/ufs/
10249 UNSORTED BLOCK IMAGES (UBI)
10250 M:      Artem Bityutskiy <dedekind1@gmail.com>
10251 M:      Richard Weinberger <richard@nod.at>
10252 W:      http://www.linux-mtd.infradead.org/
10253 L:      linux-mtd@lists.infradead.org
10254 T:      git git://git.infradead.org/ubifs-2.6.git
10255 S:      Supported
10256 F:      drivers/mtd/ubi/
10257 F:      include/linux/mtd/ubi.h
10258 F:      include/uapi/mtd/ubi-user.h
10260 USB ACM DRIVER
10261 M:      Oliver Neukum <oliver@neukum.org>
10262 L:      linux-usb@vger.kernel.org
10263 S:      Maintained
10264 F:      Documentation/usb/acm.txt
10265 F:      drivers/usb/class/cdc-acm.*
10267 USB AR5523 WIRELESS DRIVER
10268 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10269 L:      linux-wireless@vger.kernel.org
10270 S:      Maintained
10271 F:      drivers/net/wireless/ath/ar5523/
10273 USB ATTACHED SCSI
10274 M:      Hans de Goede <hdegoede@redhat.com>
10275 M:      Gerd Hoffmann <kraxel@redhat.com>
10276 L:      linux-usb@vger.kernel.org
10277 L:      linux-scsi@vger.kernel.org
10278 S:      Maintained
10279 F:      drivers/usb/storage/uas.c
10281 USB CDC ETHERNET DRIVER
10282 M:      Oliver Neukum <oliver@neukum.org>
10283 L:      linux-usb@vger.kernel.org
10284 S:      Maintained
10285 F:      drivers/net/usb/cdc_*.c
10286 F:      include/uapi/linux/usb/cdc.h
10288 USB CHAOSKEY DRIVER
10289 M:      Keith Packard <keithp@keithp.com>
10290 L:      linux-usb@vger.kernel.org
10291 S:      Maintained
10292 F:      drivers/usb/misc/chaoskey.c
10294 USB CYPRESS C67X00 DRIVER
10295 M:      Peter Korsgaard <jacmet@sunsite.dk>
10296 L:      linux-usb@vger.kernel.org
10297 S:      Maintained
10298 F:      drivers/usb/c67x00/
10300 USB DAVICOM DM9601 DRIVER
10301 M:      Peter Korsgaard <jacmet@sunsite.dk>
10302 L:      netdev@vger.kernel.org
10303 W:      http://www.linux-usb.org/usbnet
10304 S:      Maintained
10305 F:      drivers/net/usb/dm9601.c
10307 USB DIAMOND RIO500 DRIVER
10308 M:      Cesar Miquel <miquel@df.uba.ar>
10309 L:      rio500-users@lists.sourceforge.net
10310 W:      http://rio500.sourceforge.net
10311 S:      Maintained
10312 F:      drivers/usb/misc/rio500*
10314 USB EHCI DRIVER
10315 M:      Alan Stern <stern@rowland.harvard.edu>
10316 L:      linux-usb@vger.kernel.org
10317 S:      Maintained
10318 F:      Documentation/usb/ehci.txt
10319 F:      drivers/usb/host/ehci*
10321 USB GADGET/PERIPHERAL SUBSYSTEM
10322 M:      Felipe Balbi <balbi@ti.com>
10323 L:      linux-usb@vger.kernel.org
10324 W:      http://www.linux-usb.org/gadget
10325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10326 S:      Maintained
10327 F:      drivers/usb/gadget/
10328 F:      include/linux/usb/gadget*
10330 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10331 M:      Jiri Kosina <jkosina@suse.cz>
10332 L:      linux-usb@vger.kernel.org
10333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10334 S:      Maintained
10335 F:      Documentation/hid/hiddev.txt
10336 F:      drivers/hid/usbhid/
10338 USB ISP116X DRIVER
10339 M:      Olav Kongas <ok@artecdesign.ee>
10340 L:      linux-usb@vger.kernel.org
10341 S:      Maintained
10342 F:      drivers/usb/host/isp116x*
10343 F:      include/linux/usb/isp116x.h
10345 USB MASS STORAGE DRIVER
10346 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10347 L:      linux-usb@vger.kernel.org
10348 L:      usb-storage@lists.one-eyed-alien.net
10349 S:      Maintained
10350 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10351 F:      drivers/usb/storage/
10353 USB MIDI DRIVER
10354 M:      Clemens Ladisch <clemens@ladisch.de>
10355 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10356 T:      git git://git.alsa-project.org/alsa-kernel.git
10357 S:      Maintained
10358 F:      sound/usb/midi.*
10360 USB NETWORKING DRIVERS
10361 L:      linux-usb@vger.kernel.org
10362 S:      Odd Fixes
10363 F:      drivers/net/usb/
10365 USB OHCI DRIVER
10366 M:      Alan Stern <stern@rowland.harvard.edu>
10367 L:      linux-usb@vger.kernel.org
10368 S:      Maintained
10369 F:      Documentation/usb/ohci.txt
10370 F:      drivers/usb/host/ohci*
10372 USB OTG FSM (Finite State Machine)
10373 M:      Peter Chen <Peter.Chen@freescale.com>
10374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb.git
10375 L:      linux-usb@vger.kernel.org
10376 S:      Maintained
10377 F:      drivers/usb/common/usb-otg-fsm.c
10379 USB OVER IP DRIVER
10380 M:      Valentina Manea <valentina.manea.m@gmail.com>
10381 M:      Shuah Khan <shuah.kh@samsung.com>
10382 L:      linux-usb@vger.kernel.org
10383 S:      Maintained
10384 F:      drivers/usb/usbip/
10385 F:      tools/usb/usbip/
10387 USB PEGASUS DRIVER
10388 M:      Petko Manolov <petkan@nucleusys.com>
10389 L:      linux-usb@vger.kernel.org
10390 L:      netdev@vger.kernel.org
10391 T:      git git://github.com/petkan/pegasus.git
10392 W:      https://github.com/petkan/pegasus
10393 S:      Maintained
10394 F:      drivers/net/usb/pegasus.*
10396 USB PHY LAYER
10397 M:      Felipe Balbi <balbi@ti.com>
10398 L:      linux-usb@vger.kernel.org
10399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10400 S:      Maintained
10401 F:      drivers/usb/phy/
10403 USB PRINTER DRIVER (usblp)
10404 M:      Pete Zaitcev <zaitcev@redhat.com>
10405 L:      linux-usb@vger.kernel.org
10406 S:      Supported
10407 F:      drivers/usb/class/usblp.c
10409 USB RTL8150 DRIVER
10410 M:      Petko Manolov <petkan@nucleusys.com>
10411 L:      linux-usb@vger.kernel.org
10412 L:      netdev@vger.kernel.org
10413 T:      git git://github.com/petkan/rtl8150.git
10414 W:      https://github.com/petkan/rtl8150
10415 S:      Maintained
10416 F:      drivers/net/usb/rtl8150.c
10418 USB SERIAL SUBSYSTEM
10419 M:      Johan Hovold <johan@kernel.org>
10420 L:      linux-usb@vger.kernel.org
10421 S:      Maintained
10422 F:      Documentation/usb/usb-serial.txt
10423 F:      drivers/usb/serial/
10424 F:      include/linux/usb/serial.h
10426 USB SMSC75XX ETHERNET DRIVER
10427 M:      Steve Glendinning <steve.glendinning@shawell.net>
10428 L:      netdev@vger.kernel.org
10429 S:      Maintained
10430 F:      drivers/net/usb/smsc75xx.*
10432 USB SMSC95XX ETHERNET DRIVER
10433 M:      Steve Glendinning <steve.glendinning@shawell.net>
10434 L:      netdev@vger.kernel.org
10435 S:      Maintained
10436 F:      drivers/net/usb/smsc95xx.*
10438 USB SUBSYSTEM
10439 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10440 L:      linux-usb@vger.kernel.org
10441 W:      http://www.linux-usb.org
10442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10443 S:      Supported
10444 F:      Documentation/usb/
10445 F:      drivers/usb/
10446 F:      include/linux/usb.h
10447 F:      include/linux/usb/
10449 USB UHCI DRIVER
10450 M:      Alan Stern <stern@rowland.harvard.edu>
10451 L:      linux-usb@vger.kernel.org
10452 S:      Maintained
10453 F:      drivers/usb/host/uhci*
10455 USB "USBNET" DRIVER FRAMEWORK
10456 M:      Oliver Neukum <oneukum@suse.de>
10457 L:      netdev@vger.kernel.org
10458 W:      http://www.linux-usb.org/usbnet
10459 S:      Maintained
10460 F:      drivers/net/usb/usbnet.c
10461 F:      include/linux/usb/usbnet.h
10463 USB VIDEO CLASS
10464 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10465 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10466 L:      linux-media@vger.kernel.org
10467 T:      git git://linuxtv.org/media_tree.git
10468 W:      http://www.ideasonboard.org/uvc/
10469 S:      Maintained
10470 F:      drivers/media/usb/uvc/
10471 F:      include/uapi/linux/uvcvideo.h
10473 USB VISION DRIVER
10474 M:      Hans Verkuil <hverkuil@xs4all.nl>
10475 L:      linux-media@vger.kernel.org
10476 T:      git git://linuxtv.org/media_tree.git
10477 W:      http://linuxtv.org
10478 S:      Odd Fixes
10479 F:      drivers/media/usb/usbvision/
10481 USB WEBCAM GADGET
10482 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10483 L:      linux-usb@vger.kernel.org
10484 S:      Maintained
10485 F:      drivers/usb/gadget/function/*uvc*
10486 F:      drivers/usb/gadget/legacy/webcam.c
10488 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10489 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10490 L:      linux-wireless@vger.kernel.org
10491 S:      Maintained
10492 F:      drivers/net/wireless/rndis_wlan.c
10494 USB XHCI DRIVER
10495 M:      Mathias Nyman <mathias.nyman@intel.com>
10496 L:      linux-usb@vger.kernel.org
10497 S:      Supported
10498 F:      drivers/usb/host/xhci*
10499 F:      drivers/usb/host/pci-quirks*
10501 USB ZD1201 DRIVER
10502 L:      linux-wireless@vger.kernel.org
10503 W:      http://linux-lc100020.sourceforge.net
10504 S:      Orphan
10505 F:      drivers/net/wireless/zd1201.*
10507 USB ZR364XX DRIVER
10508 M:      Antoine Jacquet <royale@zerezo.com>
10509 L:      linux-usb@vger.kernel.org
10510 L:      linux-media@vger.kernel.org
10511 T:      git git://linuxtv.org/media_tree.git
10512 W:      http://royale.zerezo.com/zr364xx/
10513 S:      Maintained
10514 F:      Documentation/video4linux/zr364xx.txt
10515 F:      drivers/media/usb/zr364xx/
10517 USER-MODE LINUX (UML)
10518 M:      Jeff Dike <jdike@addtoit.com>
10519 M:      Richard Weinberger <richard@nod.at>
10520 L:      user-mode-linux-devel@lists.sourceforge.net
10521 L:      user-mode-linux-user@lists.sourceforge.net
10522 W:      http://user-mode-linux.sourceforge.net
10523 S:      Maintained
10524 F:      Documentation/virtual/uml/
10525 F:      arch/um/
10526 F:      arch/x86/um/
10527 F:      fs/hostfs/
10528 F:      fs/hppfs/
10530 USERSPACE I/O (UIO)
10531 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10532 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10533 S:      Maintained
10534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10535 F:      Documentation/DocBook/uio-howto.tmpl
10536 F:      drivers/uio/
10537 F:      include/linux/uio*.h
10539 UTIL-LINUX PACKAGE
10540 M:      Karel Zak <kzak@redhat.com>
10541 L:      util-linux@vger.kernel.org
10542 W:      http://en.wikipedia.org/wiki/Util-linux
10543 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10544 S:      Maintained
10546 UVESAFB DRIVER
10547 M:      Michal Januszewski <spock@gentoo.org>
10548 L:      linux-fbdev@vger.kernel.org
10549 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10550 S:      Maintained
10551 F:      Documentation/fb/uvesafb.txt
10552 F:      drivers/video/fbdev/uvesafb.*
10554 VFAT/FAT/MSDOS FILESYSTEM
10555 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10556 S:      Maintained
10557 F:      Documentation/filesystems/vfat.txt
10558 F:      fs/fat/
10560 VFIO DRIVER
10561 M:      Alex Williamson <alex.williamson@redhat.com>
10562 L:      kvm@vger.kernel.org
10563 S:      Maintained
10564 F:      Documentation/vfio.txt
10565 F:      drivers/vfio/
10566 F:      include/linux/vfio.h
10567 F:      include/uapi/linux/vfio.h
10569 VIDEOBUF2 FRAMEWORK
10570 M:      Pawel Osciak <pawel@osciak.com>
10571 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10572 M:      Kyungmin Park <kyungmin.park@samsung.com>
10573 L:      linux-media@vger.kernel.org
10574 S:      Maintained
10575 F:      drivers/media/v4l2-core/videobuf2-*
10576 F:      include/media/videobuf2-*
10578 VIRTIO CONSOLE DRIVER
10579 M:      Amit Shah <amit.shah@redhat.com>
10580 L:      virtualization@lists.linux-foundation.org
10581 S:      Maintained
10582 F:      drivers/char/virtio_console.c
10583 F:      include/linux/virtio_console.h
10584 F:      include/uapi/linux/virtio_console.h
10586 VIRTIO CORE, NET AND BLOCK DRIVERS
10587 M:      "Michael S. Tsirkin" <mst@redhat.com>
10588 L:      virtualization@lists.linux-foundation.org
10589 S:      Maintained
10590 F:      drivers/virtio/
10591 F:      tools/virtio/
10592 F:      drivers/net/virtio_net.c
10593 F:      drivers/block/virtio_blk.c
10594 F:      include/linux/virtio_*.h
10595 F:      include/uapi/linux/virtio_*.h
10597 VIRTIO HOST (VHOST)
10598 M:      "Michael S. Tsirkin" <mst@redhat.com>
10599 L:      kvm@vger.kernel.org
10600 L:      virtualization@lists.linux-foundation.org
10601 L:      netdev@vger.kernel.org
10602 S:      Maintained
10603 F:      drivers/vhost/
10604 F:      include/uapi/linux/vhost.h
10606 VIRTIO INPUT DRIVER
10607 M:      Gerd Hoffmann <kraxel@redhat.com>
10608 S:      Maintained
10609 F:      drivers/virtio/virtio_input.c
10610 F:      include/uapi/linux/virtio_input.h
10612 VIA RHINE NETWORK DRIVER
10613 S:      Orphan
10614 F:      drivers/net/ethernet/via/via-rhine.c
10616 VIA SD/MMC CARD CONTROLLER DRIVER
10617 M:      Bruce Chang <brucechang@via.com.tw>
10618 M:      Harald Welte <HaraldWelte@viatech.com>
10619 S:      Maintained
10620 F:      drivers/mmc/host/via-sdmmc.c
10622 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10623 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10624 L:      linux-fbdev@vger.kernel.org
10625 S:      Maintained
10626 F:      include/linux/via-core.h
10627 F:      include/linux/via-gpio.h
10628 F:      include/linux/via_i2c.h
10629 F:      drivers/video/fbdev/via/
10631 VIA VELOCITY NETWORK DRIVER
10632 M:      Francois Romieu <romieu@fr.zoreil.com>
10633 L:      netdev@vger.kernel.org
10634 S:      Maintained
10635 F:      drivers/net/ethernet/via/via-velocity.*
10637 VIVID VIRTUAL VIDEO DRIVER
10638 M:      Hans Verkuil <hverkuil@xs4all.nl>
10639 L:      linux-media@vger.kernel.org
10640 T:      git git://linuxtv.org/media_tree.git
10641 W:      http://linuxtv.org
10642 S:      Maintained
10643 F:      drivers/media/platform/vivid/*
10645 VLAN (802.1Q)
10646 M:      Patrick McHardy <kaber@trash.net>
10647 L:      netdev@vger.kernel.org
10648 S:      Maintained
10649 F:      drivers/net/macvlan.c
10650 F:      include/linux/if_*vlan.h
10651 F:      net/8021q/
10653 VLYNQ BUS
10654 M:      Florian Fainelli <florian@openwrt.org>
10655 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10656 S:      Maintained
10657 F:      drivers/vlynq/vlynq.c
10658 F:      include/linux/vlynq.h
10660 VME SUBSYSTEM
10661 M:      Martyn Welch <martyn.welch@ge.com>
10662 M:      Manohar Vanga <manohar.vanga@gmail.com>
10663 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10664 L:      devel@driverdev.osuosl.org
10665 S:      Maintained
10666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10667 F:      Documentation/vme_api.txt
10668 F:      drivers/staging/vme/
10669 F:      drivers/vme/
10670 F:      include/linux/vme*
10672 VMWARE HYPERVISOR INTERFACE
10673 M:      Alok Kataria <akataria@vmware.com>
10674 L:      virtualization@lists.linux-foundation.org
10675 S:      Supported
10676 F:      arch/x86/kernel/cpu/vmware.c
10678 VMWARE BALLOON DRIVER
10679 M:      Xavier Deguillard <xdeguillard@vmware.com>
10680 M:      Philip Moltmann <moltmann@vmware.com>
10681 M:      "VMware, Inc." <pv-drivers@vmware.com>
10682 L:      linux-kernel@vger.kernel.org
10683 S:      Maintained
10684 F:      drivers/misc/vmw_balloon.c
10686 VMWARE VMMOUSE SUBDRIVER
10687 M:      "VMware Graphics" <linux-graphics-maintainer@vmware.com>
10688 M:      "VMware, Inc." <pv-drivers@vmware.com>
10689 L:      linux-input@vger.kernel.org
10690 S:      Maintained
10691 F:      drivers/input/mouse/vmmouse.c
10692 F:      drivers/input/mouse/vmmouse.h
10694 VMWARE VMXNET3 ETHERNET DRIVER
10695 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10696 M:      "VMware, Inc." <pv-drivers@vmware.com>
10697 L:      netdev@vger.kernel.org
10698 S:      Maintained
10699 F:      drivers/net/vmxnet3/
10701 VMware PVSCSI driver
10702 M:      Arvind Kumar <arvindkumar@vmware.com>
10703 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10704 L:      linux-scsi@vger.kernel.org
10705 S:      Maintained
10706 F:      drivers/scsi/vmw_pvscsi.c
10707 F:      drivers/scsi/vmw_pvscsi.h
10709 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10710 M:      Liam Girdwood <lgirdwood@gmail.com>
10711 M:      Mark Brown <broonie@kernel.org>
10712 L:      linux-kernel@vger.kernel.org
10713 W:      http://opensource.wolfsonmicro.com/node/15
10714 W:      http://www.slimlogic.co.uk/?p=48
10715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10716 S:      Supported
10717 F:      drivers/regulator/
10718 F:      include/linux/regulator/
10720 VT1211 HARDWARE MONITOR DRIVER
10721 M:      Juerg Haefliger <juergh@gmail.com>
10722 L:      lm-sensors@lm-sensors.org
10723 S:      Maintained
10724 F:      Documentation/hwmon/vt1211
10725 F:      drivers/hwmon/vt1211.c
10727 VT8231 HARDWARE MONITOR DRIVER
10728 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10729 L:      lm-sensors@lm-sensors.org
10730 S:      Maintained
10731 F:      drivers/hwmon/vt8231.c
10733 VUB300 USB to SDIO/SD/MMC bridge chip
10734 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10735 L:      linux-mmc@vger.kernel.org
10736 L:      linux-usb@vger.kernel.org
10737 S:      Supported
10738 F:      drivers/mmc/host/vub300.c
10740 W1 DALLAS'S 1-WIRE BUS
10741 M:      Evgeniy Polyakov <zbr@ioremap.net>
10742 S:      Maintained
10743 F:      Documentation/w1/
10744 F:      drivers/w1/
10746 W83791D HARDWARE MONITORING DRIVER
10747 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10748 L:      lm-sensors@lm-sensors.org
10749 S:      Maintained
10750 F:      Documentation/hwmon/w83791d
10751 F:      drivers/hwmon/w83791d.c
10753 W83793 HARDWARE MONITORING DRIVER
10754 M:      Rudolf Marek <r.marek@assembler.cz>
10755 L:      lm-sensors@lm-sensors.org
10756 S:      Maintained
10757 F:      Documentation/hwmon/w83793
10758 F:      drivers/hwmon/w83793.c
10760 W83795 HARDWARE MONITORING DRIVER
10761 M:      Jean Delvare <jdelvare@suse.de>
10762 L:      lm-sensors@lm-sensors.org
10763 S:      Maintained
10764 F:      drivers/hwmon/w83795.c
10766 W83L51xD SD/MMC CARD INTERFACE DRIVER
10767 M:      Pierre Ossman <pierre@ossman.eu>
10768 S:      Maintained
10769 F:      drivers/mmc/host/wbsd.*
10771 WACOM PROTOCOL 4 SERIAL TABLETS
10772 M:      Julian Squires <julian@cipht.net>
10773 M:      Hans de Goede <hdegoede@redhat.com>
10774 L:      linux-input@vger.kernel.org
10775 S:      Maintained
10776 F:      drivers/input/tablet/wacom_serial4.c
10778 WATCHDOG DEVICE DRIVERS
10779 M:      Wim Van Sebroeck <wim@iguana.be>
10780 L:      linux-watchdog@vger.kernel.org
10781 W:      http://www.linux-watchdog.org/
10782 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10783 S:      Maintained
10784 F:      Documentation/watchdog/
10785 F:      drivers/watchdog/
10786 F:      include/linux/watchdog.h
10787 F:      include/uapi/linux/watchdog.h
10789 WD7000 SCSI DRIVER
10790 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10791 L:      linux-scsi@vger.kernel.org
10792 S:      Maintained
10793 F:      drivers/scsi/wd7000.c
10795 WIIMOTE HID DRIVER
10796 M:      David Herrmann <dh.herrmann@googlemail.com>
10797 L:      linux-input@vger.kernel.org
10798 S:      Maintained
10799 F:      drivers/hid/hid-wiimote*
10801 WINBOND CIR DRIVER
10802 M:      David Härdeman <david@hardeman.nu>
10803 S:      Maintained
10804 F:      drivers/media/rc/winbond-cir.c
10806 WIMAX STACK
10807 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10808 M:      linux-wimax@intel.com
10809 L:      wimax@linuxwimax.org (subscribers-only)
10810 S:      Supported
10811 W:      http://linuxwimax.org
10812 F:      Documentation/wimax/README.wimax
10813 F:      include/linux/wimax/debug.h
10814 F:      include/net/wimax.h
10815 F:      include/uapi/linux/wimax.h
10816 F:      net/wimax/
10818 WISTRON LAPTOP BUTTON DRIVER
10819 M:      Miloslav Trmac <mitr@volny.cz>
10820 S:      Maintained
10821 F:      drivers/input/misc/wistron_btns.c
10823 WL3501 WIRELESS PCMCIA CARD DRIVER
10824 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10825 L:      linux-wireless@vger.kernel.org
10826 W:      http://oops.ghostprotocols.net:81/blog
10827 S:      Maintained
10828 F:      drivers/net/wireless/wl3501*
10830 WM97XX TOUCHSCREEN DRIVERS
10831 M:      Mark Brown <broonie@kernel.org>
10832 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10833 L:      linux-input@vger.kernel.org
10834 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10835 W:      http://opensource.wolfsonmicro.com/node/7
10836 S:      Supported
10837 F:      drivers/input/touchscreen/*wm97*
10838 F:      include/linux/wm97xx.h
10840 WOLFSON MICROELECTRONICS DRIVERS
10841 L:      patches@opensource.wolfsonmicro.com
10842 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10843 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10844 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10845 S:      Supported
10846 F:      Documentation/hwmon/wm83??
10847 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10848 F:      drivers/clk/clk-wm83*.c
10849 F:      drivers/extcon/extcon-arizona.c
10850 F:      drivers/leds/leds-wm83*.c
10851 F:      drivers/gpio/gpio-*wm*.c
10852 F:      drivers/gpio/gpio-arizona.c
10853 F:      drivers/hwmon/wm83??-hwmon.c
10854 F:      drivers/input/misc/wm831x-on.c
10855 F:      drivers/input/touchscreen/wm831x-ts.c
10856 F:      drivers/input/touchscreen/wm97*.c
10857 F:      drivers/mfd/arizona*
10858 F:      drivers/mfd/wm*.c
10859 F:      drivers/power/wm83*.c
10860 F:      drivers/rtc/rtc-wm83*.c
10861 F:      drivers/regulator/wm8*.c
10862 F:      drivers/video/backlight/wm83*_bl.c
10863 F:      drivers/watchdog/wm83*_wdt.c
10864 F:      include/linux/mfd/arizona/
10865 F:      include/linux/mfd/wm831x/
10866 F:      include/linux/mfd/wm8350/
10867 F:      include/linux/mfd/wm8400*
10868 F:      include/linux/wm97xx.h
10869 F:      include/sound/wm????.h
10870 F:      sound/soc/codecs/arizona.?
10871 F:      sound/soc/codecs/wm*
10873 WORKQUEUE
10874 M:      Tejun Heo <tj@kernel.org>
10875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10876 S:      Maintained
10877 F:      include/linux/workqueue.h
10878 F:      kernel/workqueue.c
10879 F:      Documentation/workqueue.txt
10881 X.25 NETWORK LAYER
10882 M:      Andrew Hendry <andrew.hendry@gmail.com>
10883 L:      linux-x25@vger.kernel.org
10884 S:      Odd Fixes
10885 F:      Documentation/networking/x25*
10886 F:      include/net/x25*
10887 F:      net/x25/
10889 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10890 M:      Thomas Gleixner <tglx@linutronix.de>
10891 M:      Ingo Molnar <mingo@redhat.com>
10892 M:      "H. Peter Anvin" <hpa@zytor.com>
10893 M:      x86@kernel.org
10894 L:      linux-kernel@vger.kernel.org
10895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10896 S:      Maintained
10897 F:      Documentation/x86/
10898 F:      arch/x86/
10900 X86 PLATFORM DRIVERS
10901 M:      Darren Hart <dvhart@infradead.org>
10902 L:      platform-driver-x86@vger.kernel.org
10903 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10904 S:      Maintained
10905 F:      drivers/platform/x86/
10907 X86 MCE INFRASTRUCTURE
10908 M:      Tony Luck <tony.luck@intel.com>
10909 M:      Borislav Petkov <bp@alien8.de>
10910 L:      linux-edac@vger.kernel.org
10911 S:      Maintained
10912 F:      arch/x86/kernel/cpu/mcheck/*
10914 X86 VDSO
10915 M:      Andy Lutomirski <luto@amacapital.net>
10916 L:      linux-kernel@vger.kernel.org
10917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10918 S:      Maintained
10919 F:      arch/x86/vdso/
10921 XC2028/3028 TUNER DRIVER
10922 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10923 L:      linux-media@vger.kernel.org
10924 W:      http://linuxtv.org
10925 T:      git git://linuxtv.org/media_tree.git
10926 S:      Maintained
10927 F:      drivers/media/tuners/tuner-xc2028.*
10929 XEN HYPERVISOR INTERFACE
10930 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10931 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10932 M:      David Vrabel <david.vrabel@citrix.com>
10933 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10935 S:      Supported
10936 F:      arch/x86/xen/
10937 F:      drivers/*/xen-*front.c
10938 F:      drivers/xen/
10939 F:      arch/x86/include/asm/xen/
10940 F:      include/xen/
10941 F:      include/uapi/xen/
10943 XEN HYPERVISOR ARM
10944 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10945 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10946 S:      Supported
10947 F:      arch/arm/xen/
10948 F:      arch/arm/include/asm/xen/
10950 XEN HYPERVISOR ARM64
10951 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10952 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10953 S:      Supported
10954 F:      arch/arm64/xen/
10955 F:      arch/arm64/include/asm/xen/
10957 XEN NETWORK BACKEND DRIVER
10958 M:      Ian Campbell <ian.campbell@citrix.com>
10959 M:      Wei Liu <wei.liu2@citrix.com>
10960 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10961 L:      netdev@vger.kernel.org
10962 S:      Supported
10963 F:      drivers/net/xen-netback/*
10965 XEN PCI SUBSYSTEM
10966 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10967 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10968 S:      Supported
10969 F:      arch/x86/pci/*xen*
10970 F:      drivers/pci/*xen*
10972 XEN BLOCK SUBSYSTEM
10973 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10974 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
10975 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10976 S:      Supported
10977 F:      drivers/block/xen-blkback/*
10978 F:      drivers/block/xen*
10980 XEN PVSCSI DRIVERS
10981 M:      Juergen Gross <jgross@suse.com>
10982 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10983 L:      linux-scsi@vger.kernel.org
10984 S:      Supported
10985 F:      drivers/scsi/xen-scsifront.c
10986 F:      drivers/xen/xen-scsiback.c
10987 F:      include/xen/interface/io/vscsiif.h
10989 XEN SWIOTLB SUBSYSTEM
10990 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10991 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10992 S:      Supported
10993 F:      arch/x86/xen/*swiotlb*
10994 F:      drivers/xen/*swiotlb*
10996 XFS FILESYSTEM
10997 P:      Silicon Graphics Inc
10998 M:      Dave Chinner <david@fromorbit.com>
10999 M:      xfs@oss.sgi.com
11000 L:      xfs@oss.sgi.com
11001 W:      http://oss.sgi.com/projects/xfs
11002 T:      git git://oss.sgi.com/xfs/xfs.git
11003 S:      Supported
11004 F:      Documentation/filesystems/xfs.txt
11005 F:      fs/xfs/
11007 XILINX AXI ETHERNET DRIVER
11008 M:      Anirudha Sarangi <anirudh@xilinx.com>
11009 M:      John Linn <John.Linn@xilinx.com>
11010 S:      Maintained
11011 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
11013 XILINX UARTLITE SERIAL DRIVER
11014 M:      Peter Korsgaard <jacmet@sunsite.dk>
11015 L:      linux-serial@vger.kernel.org
11016 S:      Maintained
11017 F:      drivers/tty/serial/uartlite.c
11019 XILINX VIDEO IP CORES
11020 M:      Hyun Kwon <hyun.kwon@xilinx.com>
11021 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11022 L:      linux-media@vger.kernel.org
11023 T:      git git://linuxtv.org/media_tree.git
11024 S:      Supported
11025 F:      Documentation/devicetree/bindings/media/xilinx/
11026 F:      drivers/media/platform/xilinx/
11027 F:      include/uapi/linux/xilinx-v4l2-controls.h
11029 XILLYBUS DRIVER
11030 M:      Eli Billauer <eli.billauer@gmail.com>
11031 L:      linux-kernel@vger.kernel.org
11032 S:      Supported
11033 F:      drivers/char/xillybus/
11035 XTENSA XTFPGA PLATFORM SUPPORT
11036 M:      Max Filippov <jcmvbkbc@gmail.com>
11037 L:      linux-xtensa@linux-xtensa.org
11038 S:      Maintained
11039 F:      drivers/spi/spi-xtensa-xtfpga.c
11040 F:      sound/soc/xtensa/xtfpga-i2s.c
11042 YAM DRIVER FOR AX.25
11043 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
11044 L:      linux-hams@vger.kernel.org
11045 S:      Maintained
11046 F:      drivers/net/hamradio/yam*
11047 F:      include/linux/yam.h
11049 YEALINK PHONE DRIVER
11050 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
11051 L:      usbb2k-api-dev@nongnu.org
11052 S:      Maintained
11053 F:      Documentation/input/yealink.txt
11054 F:      drivers/input/misc/yealink.*
11056 Z8530 DRIVER FOR AX.25
11057 M:      Joerg Reuter <jreuter@yaina.de>
11058 W:      http://yaina.de/jreuter/
11059 W:      http://www.qsl.net/dl1bke/
11060 L:      linux-hams@vger.kernel.org
11061 S:      Maintained
11062 F:      Documentation/networking/z8530drv.txt
11063 F:      drivers/net/hamradio/*scc.c
11064 F:      drivers/net/hamradio/z8530.h
11066 ZBUD COMPRESSED PAGE ALLOCATOR
11067 M:      Seth Jennings <sjennings@variantweb.net>
11068 L:      linux-mm@kvack.org
11069 S:      Maintained
11070 F:      mm/zbud.c
11071 F:      include/linux/zbud.h
11073 ZD1211RW WIRELESS DRIVER
11074 M:      Daniel Drake <dsd@gentoo.org>
11075 M:      Ulrich Kunitz <kune@deine-taler.de>
11076 W:      http://zd1211.ath.cx/wiki/DriverRewrite
11077 L:      linux-wireless@vger.kernel.org
11078 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
11079 S:      Maintained
11080 F:      drivers/net/wireless/zd1211rw/
11082 ZR36067 VIDEO FOR LINUX DRIVER
11083 L:      mjpeg-users@lists.sourceforge.net
11084 L:      linux-media@vger.kernel.org
11085 W:      http://mjpeg.sourceforge.net/driver-zoran/
11086 T:      hg http://linuxtv.org/hg/v4l-dvb
11087 S:      Odd Fixes
11088 F:      drivers/media/pci/zoran/
11090 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
11091 M:      Minchan Kim <minchan@kernel.org>
11092 M:      Nitin Gupta <ngupta@vflare.org>
11093 R:      Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com>
11094 L:      linux-kernel@vger.kernel.org
11095 S:      Maintained
11096 F:      drivers/block/zram/
11097 F:      Documentation/blockdev/zram.txt
11099 ZS DECSTATION Z85C30 SERIAL DRIVER
11100 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
11101 S:      Maintained
11102 F:      drivers/tty/serial/zs.*
11104 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
11105 M:      Minchan Kim <minchan@kernel.org>
11106 M:      Nitin Gupta <ngupta@vflare.org>
11107 L:      linux-mm@kvack.org
11108 S:      Maintained
11109 F:      mm/zsmalloc.c
11110 F:      include/linux/zsmalloc.h
11111 F:      Documentation/vm/zsmalloc.txt
11113 ZSWAP COMPRESSED SWAP CACHING
11114 M:      Seth Jennings <sjennings@variantweb.net>
11115 L:      linux-mm@kvack.org
11116 S:      Maintained
11117 F:      mm/zswap.c
11119 THE REST
11120 M:      Linus Torvalds <torvalds@linux-foundation.org>
11121 L:      linux-kernel@vger.kernel.org
11122 Q:      http://patchwork.kernel.org/project/LKML/list/
11123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
11124 S:      Buried alive in reporters
11125 F:      *
11126 F:      */