bonding: remove no longer relevant vlan warnings
[linux-2.6/btrfs-unstable.git] / MAINTAINERS
blobf492681ea99e48b751b2eae2c0e6f6912b212747
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 trival 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 OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
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         L: Mailing list that is relevant to this area
74         W: Web-page with status/info
75         Q: Patchwork web based patch tracking system site
76         T: SCM tree type and location.
77            Type is one of: git, hg, quilt, stgit, topgit
78         S: Status, one of the following:
79            Supported:   Someone is actually paid to look after this.
80            Maintained:  Someone actually looks after it.
81            Odd Fixes:   It has a maintainer but they don't have time to do
82                         much other than throw the odd patch in. See below..
83            Orphan:      No current maintainer [but maybe you could take the
84                         role as you write your new code].
85            Obsolete:    Old code. Something tagged obsolete generally means
86                         it has been replaced by a better system and you
87                         should be using that.
88         F: Files and directories with wildcard patterns.
89            A trailing slash includes all files and subdirectory files.
90            F:   drivers/net/    all files in and below drivers/net
91            F:   drivers/net/*   all files in drivers/net, but not below
92            F:   */net/*         all files in "any top level directory"/net
93            One pattern per line.  Multiple F: lines acceptable.
94         N: Files and directories with regex patterns.
95            N:   [^a-z]tegra     all files whose path contains the word tegra
96            One pattern per line.  Multiple N: lines acceptable.
97            scripts/get_maintainer.pl has different behavior for files that
98            match F: pattern and matches of N: patterns.  By default,
99            get_maintainer will not look at git log history when an F: pattern
100            match occurs.  When an N: match occurs, git log history is used
101            to also notify the people that have git commit signatures.
102         X: Files and directories that are NOT maintained, same rules as F:
103            Files exclusions are tested before file matches.
104            Can be useful for excluding a specific subdirectory, for instance:
105            F:   net/
106            X:   net/ipv6/
107            matches all files in and below net excluding net/ipv6/
108         K: Keyword perl extended regex pattern to match content in a
109            patch or file.  For instance:
110            K: of_get_profile
111               matches patches or files that contain "of_get_profile"
112            K: \b(printk|pr_(info|err))\b
113               matches patches or files that contain one or more of the words
114               printk, pr_info or pr_err
115            One regex pattern per line.  Multiple K: lines acceptable.
117 Note: For the hard of thinking, this list is meant to remain in alphabetical
118 order. If you could add yourselves to it in alphabetical order that would be
119 so much easier [Ed]
121 Maintainers List (try to look for most precise areas first)
123                 -----------------------------------
125 3C59X NETWORK DRIVER
126 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
127 L:      netdev@vger.kernel.org
128 S:      Maintained
129 F:      Documentation/networking/vortex.txt
130 F:      drivers/net/ethernet/3com/3c59x.c
132 3CR990 NETWORK DRIVER
133 M:      David Dillow <dave@thedillows.org>
134 L:      netdev@vger.kernel.org
135 S:      Maintained
136 F:      drivers/net/ethernet/3com/typhoon*
138 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
139 M:      Adam Radford <linuxraid@lsi.com>
140 L:      linux-scsi@vger.kernel.org
141 W:      http://www.lsi.com
142 S:      Supported
143 F:      drivers/scsi/3w-*
145 53C700 AND 53C700-66 SCSI DRIVER
146 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
147 L:      linux-scsi@vger.kernel.org
148 S:      Maintained
149 F:      drivers/scsi/53c700*
151 6PACK NETWORK DRIVER FOR AX.25
152 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
153 L:      linux-hams@vger.kernel.org
154 S:      Maintained
155 F:      drivers/net/hamradio/6pack.c
157 8169 10/100/1000 GIGABIT ETHERNET DRIVER
158 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
159 M:      Francois Romieu <romieu@fr.zoreil.com>
160 L:      netdev@vger.kernel.org
161 S:      Maintained
162 F:      drivers/net/ethernet/realtek/r8169.c
164 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
165 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
166 L:      linux-serial@vger.kernel.org
167 W:      http://serial.sourceforge.net
168 S:      Maintained
169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
170 F:      drivers/tty/serial/8250*
171 F:      include/linux/serial_8250.h
173 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
174 L:      netdev@vger.kernel.org
175 S:      Orphan / Obsolete
176 F:      drivers/net/ethernet/8390/
178 9P FILE SYSTEM
179 M:      Eric Van Hensbergen <ericvh@gmail.com>
180 M:      Ron Minnich <rminnich@sandia.gov>
181 M:      Latchesar Ionkov <lucho@ionkov.net>
182 L:      v9fs-developer@lists.sourceforge.net
183 W:      http://swik.net/v9fs
184 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
186 S:      Maintained
187 F:      Documentation/filesystems/9p.txt
188 F:      fs/9p/
189 F:      net/9p/
190 F:      include/net/9p/
191 F:      include/uapi/linux/virtio_9p.h
192 F:      include/trace/events/9p.h
195 A8293 MEDIA DRIVER
196 M:      Antti Palosaari <crope@iki.fi>
197 L:      linux-media@vger.kernel.org
198 W:      http://linuxtv.org/
199 W:      http://palosaari.fi/linux/
200 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
201 T:      git git://linuxtv.org/anttip/media_tree.git
202 S:      Maintained
203 F:      drivers/media/dvb-frontends/a8293*
205 AACRAID SCSI RAID DRIVER
206 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
207 L:      linux-scsi@vger.kernel.org
208 W:      http://www.adaptec.com/
209 S:      Supported
210 F:      Documentation/scsi/aacraid.txt
211 F:      drivers/scsi/aacraid/
213 ABI/API
214 L:      linux-api@vger.kernel.org
215 F:      Documentation/ABI/
216 F:      include/linux/syscalls.h
217 F:      include/uapi/
218 F:      kernel/sys_ni.c
220 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
221 M:      Hans de Goede <hdegoede@redhat.com>
222 L:      lm-sensors@lm-sensors.org
223 S:      Maintained
224 F:      drivers/hwmon/abituguru.c
226 ABIT UGURU 3 HARDWARE MONITOR DRIVER
227 M:      Alistair John Strachan <alistair@devzero.co.uk>
228 L:      lm-sensors@lm-sensors.org
229 S:      Maintained
230 F:      drivers/hwmon/abituguru3.c
232 ACENIC DRIVER
233 M:      Jes Sorensen <jes@trained-monkey.org>
234 L:      linux-acenic@sunsite.dk
235 S:      Maintained
236 F:      drivers/net/ethernet/alteon/acenic*
238 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
239 M:      Peter Feuerer <peter@piie.net>
240 L:      platform-driver-x86@vger.kernel.org
241 W:      http://piie.net/?section=acerhdf
242 S:      Maintained
243 F:      drivers/platform/x86/acerhdf.c
245 ACER WMI LAPTOP EXTRAS
246 M:      "Lee, Chun-Yi" <jlee@suse.com>
247 L:      platform-driver-x86@vger.kernel.org
248 S:      Maintained
249 F:      drivers/platform/x86/acer-wmi.c
251 ACPI
252 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
253 M:      Len Brown <lenb@kernel.org>
254 L:      linux-acpi@vger.kernel.org
255 W:      https://01.org/linux-acpi
256 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
258 S:      Supported
259 F:      drivers/acpi/
260 F:      drivers/pnp/pnpacpi/
261 F:      include/linux/acpi.h
262 F:      include/acpi/
263 F:      Documentation/acpi
264 F:      Documentation/ABI/testing/sysfs-bus-acpi
265 F:      drivers/pci/*acpi*
266 F:      drivers/pci/*/*acpi*
267 F:      drivers/pci/*/*/*acpi*
268 F:      tools/power/acpi
270 ACPI COMPONENT ARCHITECTURE (ACPICA)
271 M:      Robert Moore <robert.moore@intel.com>
272 M:      Lv Zheng <lv.zheng@intel.com>
273 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
274 L:      linux-acpi@vger.kernel.org
275 L:      devel@acpica.org
276 W:      https://acpica.org/
277 W:      https://github.com/acpica/acpica/
278 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
280 S:      Supported
281 F:      drivers/acpi/acpica/
282 F:      include/acpi/
283 F:      tools/power/acpi/
285 ACPI FAN DRIVER
286 M:      Zhang Rui <rui.zhang@intel.com>
287 L:      linux-acpi@vger.kernel.org
288 W:      https://01.org/linux-acpi
289 S:      Supported
290 F:      drivers/acpi/fan.c
292 ACPI THERMAL DRIVER
293 M:      Zhang Rui <rui.zhang@intel.com>
294 L:      linux-acpi@vger.kernel.org
295 W:      https://01.org/linux-acpi
296 S:      Supported
297 F:      drivers/acpi/*thermal*
299 ACPI VIDEO DRIVER
300 M:      Zhang Rui <rui.zhang@intel.com>
301 L:      linux-acpi@vger.kernel.org
302 W:      https://01.org/linux-acpi
303 S:      Supported
304 F:      drivers/acpi/video.c
306 ACPI WMI DRIVER
307 L:      platform-driver-x86@vger.kernel.org
308 S:      Orphan
309 F:      drivers/platform/x86/wmi.c
311 AD1889 ALSA SOUND DRIVER
312 M:      Thibaut Varene <T-Bone@parisc-linux.org>
313 W:      http://wiki.parisc-linux.org/AD1889
314 L:      linux-parisc@vger.kernel.org
315 S:      Maintained
316 F:      sound/pci/ad1889.*
318 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
319 M:      Michael Hennerich <michael.hennerich@analog.com>
320 W:      http://wiki.analog.com/AD5254
321 W:      http://ez.analog.com/community/linux-device-drivers
322 S:      Supported
323 F:      drivers/misc/ad525x_dpot.c
325 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
326 M:      Michael Hennerich <michael.hennerich@analog.com>
327 W:      http://wiki.analog.com/AD5398
328 W:      http://ez.analog.com/community/linux-device-drivers
329 S:      Supported
330 F:      drivers/regulator/ad5398.c
332 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
333 M:      Michael Hennerich <michael.hennerich@analog.com>
334 W:      http://wiki.analog.com/AD7142
335 W:      http://ez.analog.com/community/linux-device-drivers
336 S:      Supported
337 F:      drivers/input/misc/ad714x.c
339 AD7877 TOUCHSCREEN DRIVER
340 M:      Michael Hennerich <michael.hennerich@analog.com>
341 W:      http://wiki.analog.com/AD7877
342 W:      http://ez.analog.com/community/linux-device-drivers
343 S:      Supported
344 F:      drivers/input/touchscreen/ad7877.c
346 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
347 M:      Michael Hennerich <michael.hennerich@analog.com>
348 W:      http://wiki.analog.com/AD7879
349 W:      http://ez.analog.com/community/linux-device-drivers
350 S:      Supported
351 F:      drivers/input/touchscreen/ad7879.c
353 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
354 M:      Jiri Kosina <jkosina@suse.cz>
355 S:      Maintained
357 ADM1025 HARDWARE MONITOR DRIVER
358 M:      Jean Delvare <jdelvare@suse.de>
359 L:      lm-sensors@lm-sensors.org
360 S:      Maintained
361 F:      Documentation/hwmon/adm1025
362 F:      drivers/hwmon/adm1025.c
364 ADM1029 HARDWARE MONITOR DRIVER
365 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
366 L:      lm-sensors@lm-sensors.org
367 S:      Maintained
368 F:      drivers/hwmon/adm1029.c
370 ADM8211 WIRELESS DRIVER
371 L:      linux-wireless@vger.kernel.org
372 W:      http://wireless.kernel.org/
373 S:      Orphan
374 F:      drivers/net/wireless/adm8211.*
376 ADP1653 FLASH CONTROLLER DRIVER
377 M:      Sakari Ailus <sakari.ailus@iki.fi>
378 L:      linux-media@vger.kernel.org
379 S:      Maintained
380 F:      drivers/media/i2c/adp1653.c
381 F:      include/media/adp1653.h
383 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
384 M:      Michael Hennerich <michael.hennerich@analog.com>
385 W:      http://wiki.analog.com/ADP5520
386 W:      http://ez.analog.com/community/linux-device-drivers
387 S:      Supported
388 F:      drivers/mfd/adp5520.c
389 F:      drivers/video/backlight/adp5520_bl.c
390 F:      drivers/leds/leds-adp5520.c
391 F:      drivers/gpio/gpio-adp5520.c
392 F:      drivers/input/keyboard/adp5520-keys.c
394 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
395 M:      Michael Hennerich <michael.hennerich@analog.com>
396 W:      http://wiki.analog.com/ADP5588
397 W:      http://ez.analog.com/community/linux-device-drivers
398 S:      Supported
399 F:      drivers/input/keyboard/adp5588-keys.c
400 F:      drivers/gpio/gpio-adp5588.c
402 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
403 M:      Michael Hennerich <michael.hennerich@analog.com>
404 W:      http://wiki.analog.com/ADP8860
405 W:      http://ez.analog.com/community/linux-device-drivers
406 S:      Supported
407 F:      drivers/video/backlight/adp8860_bl.c
409 ADS1015 HARDWARE MONITOR DRIVER
410 M:      Dirk Eibach <eibach@gdsys.de>
411 L:      lm-sensors@lm-sensors.org
412 S:      Maintained
413 F:      Documentation/hwmon/ads1015
414 F:      drivers/hwmon/ads1015.c
415 F:      include/linux/i2c/ads1015.h
417 ADT746X FAN DRIVER
418 M:      Colin Leroy <colin@colino.net>
419 S:      Maintained
420 F:      drivers/macintosh/therm_adt746x.c
422 ADT7475 HARDWARE MONITOR DRIVER
423 M:      Jean Delvare <jdelvare@suse.de>
424 L:      lm-sensors@lm-sensors.org
425 S:      Maintained
426 F:      Documentation/hwmon/adt7475
427 F:      drivers/hwmon/adt7475.c
429 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
430 M:      Michael Hennerich <michael.hennerich@analog.com>
431 W:      http://wiki.analog.com/ADXL345
432 W:      http://ez.analog.com/community/linux-device-drivers
433 S:      Supported
434 F:      drivers/input/misc/adxl34x.c
436 ADVANSYS SCSI DRIVER
437 M:      Matthew Wilcox <matthew@wil.cx>
438 L:      linux-scsi@vger.kernel.org
439 S:      Maintained
440 F:      Documentation/scsi/advansys.txt
441 F:      drivers/scsi/advansys.c
443 AEDSP16 DRIVER
444 M:      Riccardo Facchetti <fizban@tin.it>
445 S:      Maintained
446 F:      sound/oss/aedsp16.c
448 AF9013 MEDIA DRIVER
449 M:      Antti Palosaari <crope@iki.fi>
450 L:      linux-media@vger.kernel.org
451 W:      http://linuxtv.org/
452 W:      http://palosaari.fi/linux/
453 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
454 T:      git git://linuxtv.org/anttip/media_tree.git
455 S:      Maintained
456 F:      drivers/media/dvb-frontends/af9013*
458 AF9033 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/af9033*
468 AFFS FILE SYSTEM
469 L:      linux-fsdevel@vger.kernel.org
470 S:      Orphan
471 F:      Documentation/filesystems/affs.txt
472 F:      fs/affs/
474 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
475 M:      David Howells <dhowells@redhat.com>
476 L:      linux-afs@lists.infradead.org
477 S:      Supported
478 F:      fs/afs/
479 F:      include/net/af_rxrpc.h
480 F:      net/rxrpc/af_rxrpc.c
482 AGPGART DRIVER
483 M:      David Airlie <airlied@linux.ie>
484 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
485 S:      Maintained
486 F:      drivers/char/agp/
487 F:      include/linux/agp*
488 F:      include/uapi/linux/agp*
490 AHA152X SCSI DRIVER
491 M:      "Juergen E. Fischer" <fischer@norbit.de>
492 L:      linux-scsi@vger.kernel.org
493 S:      Maintained
494 F:      drivers/scsi/aha152x*
495 F:      drivers/scsi/pcmcia/aha152x*
497 AIC7XXX / AIC79XX SCSI DRIVER
498 M:      Hannes Reinecke <hare@suse.de>
499 L:      linux-scsi@vger.kernel.org
500 S:      Maintained
501 F:      drivers/scsi/aic7xxx/
503 AIMSLAB FM RADIO RECEIVER DRIVER
504 M:      Hans Verkuil <hverkuil@xs4all.nl>
505 L:      linux-media@vger.kernel.org
506 T:      git git://linuxtv.org/media_tree.git
507 W:      http://linuxtv.org
508 S:      Maintained
509 F:      drivers/media/radio/radio-aimslab*
512 M:      Benjamin LaHaise <bcrl@kvack.org>
513 L:      linux-aio@kvack.org
514 S:      Supported
515 F:      fs/aio.c
516 F:      include/linux/*aio*.h
518 ALCATEL SPEEDTOUCH USB DRIVER
519 M:      Duncan Sands <duncan.sands@free.fr>
520 L:      linux-usb@vger.kernel.org
521 W:      http://www.linux-usb.org/SpeedTouch/
522 S:      Maintained
523 F:      drivers/usb/atm/speedtch.c
524 F:      drivers/usb/atm/usbatm.c
526 ALCHEMY AU1XX0 MMC DRIVER
527 M:      Manuel Lauss <manuel.lauss@gmail.com>
528 S:      Maintained
529 F:      drivers/mmc/host/au1xmmc.c
531 ALI1563 I2C DRIVER
532 M:      Rudolf Marek <r.marek@assembler.cz>
533 L:      linux-i2c@vger.kernel.org
534 S:      Maintained
535 F:      Documentation/i2c/busses/i2c-ali1563
536 F:      drivers/i2c/busses/i2c-ali1563.c
538 ALPHA PORT
539 M:      Richard Henderson <rth@twiddle.net>
540 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
541 M:      Matt Turner <mattst88@gmail.com>
542 S:      Odd Fixes
543 L:      linux-alpha@vger.kernel.org
544 F:      arch/alpha/
546 ALTERA TRIPLE SPEED ETHERNET DRIVER
547 M:      Vince Bridgers <vbridgers2013@gmail.com>
548 L:      netdev@vger.kernel.org
549 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
550 S:      Maintained
551 F:      drivers/net/ethernet/altera/
553 ALTERA UART/JTAG UART SERIAL DRIVERS
554 M:      Tobias Klauser <tklauser@distanz.ch>
555 L:      linux-serial@vger.kernel.org
556 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
557 S:      Maintained
558 F:      drivers/tty/serial/altera_uart.c
559 F:      drivers/tty/serial/altera_jtaguart.c
560 F:      include/linux/altera_uart.h
561 F:      include/linux/altera_jtaguart.h
563 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
564 M:      Tom Lendacky <thomas.lendacky@amd.com>
565 L:      linux-crypto@vger.kernel.org
566 S:      Supported
567 F:      drivers/crypto/ccp/
568 F:      include/linux/ccp.h
570 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
571 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
572 L:      lm-sensors@lm-sensors.org
573 S:      Maintained
574 F:      Documentation/hwmon/fam15h_power
575 F:      drivers/hwmon/fam15h_power.c
577 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
578 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
579 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
580 S:      Supported
581 F:      drivers/usb/gadget/amd5536udc.*
583 AMD GEODE PROCESSOR/CHIPSET SUPPORT
584 P:      Andres Salomon <dilinger@queued.net>
585 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
586 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
587 S:      Supported
588 F:      drivers/char/hw_random/geode-rng.c
589 F:      drivers/crypto/geode*
590 F:      drivers/video/geode/
591 F:      arch/x86/include/asm/geode.h
593 AMD IOMMU (AMD-VI)
594 M:      Joerg Roedel <joro@8bytes.org>
595 L:      iommu@lists.linux-foundation.org
596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
597 S:      Maintained
598 F:      drivers/iommu/amd_iommu*.[ch]
599 F:      include/linux/amd-iommu.h
601 AMD MICROCODE UPDATE SUPPORT
602 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
603 L:      amd64-microcode@amd64.org
604 S:      Maintained
605 F:      arch/x86/kernel/microcode_amd.c
607 AMD XGBE DRIVER
608 M:      Tom Lendacky <thomas.lendacky@amd.com>
609 L:      netdev@vger.kernel.org
610 S:      Supported
611 F:      drivers/net/ethernet/amd/xgbe/
612 F:      drivers/net/phy/amd-xgbe-phy.c
614 AMS (Apple Motion Sensor) DRIVER
615 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
616 S:      Supported
617 F:      drivers/macintosh/ams/
619 AMSO1100 RNIC DRIVER
620 M:      Tom Tucker <tom@opengridcomputing.com>
621 M:      Steve Wise <swise@opengridcomputing.com>
622 L:      linux-rdma@vger.kernel.org
623 S:      Maintained
624 F:      drivers/infiniband/hw/amso1100/
626 ANALOG DEVICES INC AD9389B DRIVER
627 M:      Hans Verkuil <hans.verkuil@cisco.com>
628 L:      linux-media@vger.kernel.org
629 S:      Maintained
630 F:      drivers/media/i2c/ad9389b*
632 ANALOG DEVICES INC ADV7511 DRIVER
633 M:      Hans Verkuil <hans.verkuil@cisco.com>
634 L:      linux-media@vger.kernel.org
635 S:      Maintained
636 F:      drivers/media/i2c/adv7511*
638 ANALOG DEVICES INC ADV7604 DRIVER
639 M:      Hans Verkuil <hans.verkuil@cisco.com>
640 L:      linux-media@vger.kernel.org
641 S:      Maintained
642 F:      drivers/media/i2c/adv7604*
644 ANALOG DEVICES INC ADV7842 DRIVER
645 M:      Hans Verkuil <hans.verkuil@cisco.com>
646 L:      linux-media@vger.kernel.org
647 S:      Maintained
648 F:      drivers/media/i2c/adv7842*
650 ANALOG DEVICES INC ASOC CODEC DRIVERS
651 M:      Lars-Peter Clausen <lars@metafoo.de>
652 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
653 W:      http://wiki.analog.com/
654 W:      http://ez.analog.com/community/linux-device-drivers
655 S:      Supported
656 F:      sound/soc/codecs/adau*
657 F:      sound/soc/codecs/adav*
658 F:      sound/soc/codecs/ad1*
659 F:      sound/soc/codecs/ad7*
660 F:      sound/soc/codecs/ssm*
661 F:      sound/soc/codecs/sigmadsp.*
663 ANALOG DEVICES INC ASOC DRIVERS
664 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
665 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
666 W:      http://blackfin.uclinux.org/
667 S:      Supported
668 F:      sound/soc/blackfin/*
670 AOA (Apple Onboard Audio) ALSA DRIVER
671 M:      Johannes Berg <johannes@sipsolutions.net>
672 L:      linuxppc-dev@lists.ozlabs.org
673 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
674 S:      Maintained
675 F:      sound/aoa/
677 APM DRIVER
678 M:      Jiri Kosina <jkosina@suse.cz>
679 S:      Odd fixes
680 F:      arch/x86/kernel/apm_32.c
681 F:      include/linux/apm_bios.h
682 F:      include/uapi/linux/apm_bios.h
683 F:      drivers/char/apm-emulation.c
685 APPLE BCM5974 MULTITOUCH DRIVER
686 M:      Henrik Rydberg <rydberg@euromail.se>
687 L:      linux-input@vger.kernel.org
688 S:      Maintained
689 F:      drivers/input/mouse/bcm5974.c
691 APPLE SMC DRIVER
692 M:      Henrik Rydberg <rydberg@euromail.se>
693 L:      lm-sensors@lm-sensors.org
694 S:      Maintained
695 F:      drivers/hwmon/applesmc.c
697 APPLETALK NETWORK LAYER
698 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
699 S:      Maintained
700 F:      drivers/net/appletalk/
701 F:      net/appletalk/
703 APTINA CAMERA SENSOR PLL
704 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
705 L:      linux-media@vger.kernel.org
706 S:      Maintained
707 F:      drivers/media/i2c/aptina-pll.*
709 ARASAN COMPACT FLASH PATA CONTROLLER
710 M:      Viresh Kumar <viresh.linux@gmail.com>
711 L:      linux-ide@vger.kernel.org
712 S:      Maintained
713 F:      include/linux/pata_arasan_cf_data.h
714 F:      drivers/ata/pata_arasan_cf.c
716 ARC FRAMEBUFFER DRIVER
717 M:      Jaya Kumar <jayalk@intworks.biz>
718 S:      Maintained
719 F:      drivers/video/arcfb.c
720 F:      drivers/video/fb_defio.c
722 ARM MFM AND FLOPPY DRIVERS
723 M:      Ian Molton <spyro@f2s.com>
724 S:      Maintained
725 F:      arch/arm/lib/floppydma.S
726 F:      arch/arm/include/asm/floppy.h
728 ARM PMU PROFILING AND DEBUGGING
729 M:      Will Deacon <will.deacon@arm.com>
730 S:      Maintained
731 F:      arch/arm/kernel/perf_event*
732 F:      arch/arm/oprofile/common.c
733 F:      arch/arm/include/asm/pmu.h
734 F:      arch/arm/kernel/hw_breakpoint.c
735 F:      arch/arm/include/asm/hw_breakpoint.h
737 ARM PORT
738 M:      Russell King <linux@arm.linux.org.uk>
739 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
740 W:      http://www.arm.linux.org.uk/
741 S:      Maintained
742 F:      arch/arm/
744 ARM SUB-ARCHITECTURES
745 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
746 S:      Maintained
747 F:      arch/arm/mach-*/
748 F:      arch/arm/plat-*/
749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
751 ARM PRIMECELL AACI PL041 DRIVER
752 M:      Russell King <linux@arm.linux.org.uk>
753 S:      Maintained
754 F:      sound/arm/aaci.*
756 ARM PRIMECELL CLCD PL110 DRIVER
757 M:      Russell King <linux@arm.linux.org.uk>
758 S:      Maintained
759 F:      drivers/video/amba-clcd.*
761 ARM PRIMECELL KMI PL050 DRIVER
762 M:      Russell King <linux@arm.linux.org.uk>
763 S:      Maintained
764 F:      drivers/input/serio/ambakmi.*
765 F:      include/linux/amba/kmi.h
767 ARM PRIMECELL MMCI PL180/1 DRIVER
768 M:      Russell King <linux@arm.linux.org.uk>
769 S:      Maintained
770 F:      drivers/mmc/host/mmci.*
771 F:      include/linux/amba/mmci.h
773 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
774 M:      Russell King <linux@arm.linux.org.uk>
775 S:      Maintained
776 F:      drivers/tty/serial/amba-pl01*.c
777 F:      include/linux/amba/serial.h
779 ARM PRIMECELL BUS SUPPORT
780 M:      Russell King <linux@arm.linux.org.uk>
781 S:      Maintained
782 F:      drivers/amba/
783 F:      include/linux/amba/bus.h
785 ARM/ADS SPHERE MACHINE SUPPORT
786 M:      Lennert Buytenhek <kernel@wantstofly.org>
787 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
788 S:      Maintained
790 ARM/AFEB9260 MACHINE SUPPORT
791 M:      Sergey Lapin <slapin@ossfans.org>
792 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
793 S:      Maintained
795 ARM/AJECO 1ARM MACHINE SUPPORT
796 M:      Lennert Buytenhek <kernel@wantstofly.org>
797 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
798 S:      Maintained
800 ARM/Allwinner A1X SoC support
801 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
802 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
803 S:      Maintained
804 N:      sun[x4567]i
806 ARM/Allwinner SoC Clock Support
807 M:      Emilio López <emilio@elopez.com.ar>
808 S:      Maintained
809 F:      drivers/clk/sunxi/
811 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
812 M:      Andrew Victor <linux@maxim.org.za>
813 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
814 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
815 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
816 W:      http://maxim.org.za/at91_26.html
817 W:      http://www.linux4sam.org
818 S:      Supported
819 F:      arch/arm/mach-at91/
820 F:      arch/arm/boot/dts/at91*.dts
821 F:      arch/arm/boot/dts/at91*.dtsi
822 F:      arch/arm/boot/dts/sama*.dts
823 F:      arch/arm/boot/dts/sama*.dtsi
825 ARM/ATMEL AT91 Clock Support
826 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
827 S:      Maintained
828 F:      drivers/clk/at91
830 ARM/CALXEDA HIGHBANK ARCHITECTURE
831 M:      Rob Herring <robh@kernel.org>
832 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
833 S:      Maintained
834 F:      arch/arm/mach-highbank/
836 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
837 M:      Anton Vorontsov <anton@enomsg.org>
838 S:      Maintained
839 F:      arch/arm/mach-cns3xxx/
840 T:      git git://git.infradead.org/users/cbou/linux-cns3xxx.git
842 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
843 M:      Alexander Shiyan <shc_work@mail.ru>
844 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
845 S:      Odd Fixes
846 N:      clps711x
848 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
849 M:      Hartley Sweeten <hsweeten@visionengravers.com>
850 M:      Ryan Mallon <rmallon@gmail.com>
851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
852 S:      Maintained
853 F:      arch/arm/mach-ep93xx/
854 F:      arch/arm/mach-ep93xx/include/mach/
856 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
857 M:      Lennert Buytenhek <kernel@wantstofly.org>
858 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
859 S:      Maintained
861 ARM/CLKDEV SUPPORT
862 M:      Russell King <linux@arm.linux.org.uk>
863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
864 S:      Maintained
865 F:      arch/arm/include/asm/clkdev.h
866 F:      drivers/clk/clkdev.c
868 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
869 M:      Mike Rapoport <mike@compulab.co.il>
870 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
871 S:      Maintained
873 ARM/CONTEC MICRO9 MACHINE SUPPORT
874 M:      Hubert Feurstein <hubert.feurstein@contec.at>
875 S:      Maintained
876 F:      arch/arm/mach-ep93xx/micro9.c
878 ARM/CORGI MACHINE SUPPORT
879 M:      Richard Purdie <rpurdie@rpsys.net>
880 S:      Maintained
882 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
883 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
885 T:      git git://git.berlios.de/gemini-board
886 S:      Maintained
887 F:      arch/arm/mach-gemini/
889 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
890 M:      Barry Song <baohua@kernel.org>
891 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
893 S:      Maintained
894 F:      arch/arm/mach-prima2/
895 F:      drivers/clk/clk-prima2.c
896 F:      drivers/clocksource/timer-prima2.c
897 F:      drivers/clocksource/timer-marco.c
898 N:      [^a-z]sirf
900 ARM/EBSA110 MACHINE SUPPORT
901 M:      Russell King <linux@arm.linux.org.uk>
902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
903 W:      http://www.arm.linux.org.uk/
904 S:      Maintained
905 F:      arch/arm/mach-ebsa110/
906 F:      drivers/net/ethernet/amd/am79c961a.*
908 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
909 M:      Uwe Kleine-König <kernel@pengutronix.de>
910 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
911 S:      Maintained
912 N:      efm32
914 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
915 M:      Daniel Ribeiro <drwyrm@gmail.com>
916 M:      Stefan Schmidt <stefan@openezx.org>
917 M:      Harald Welte <laforge@openezx.org>
918 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
919 W:      http://www.openezx.org/
920 S:      Maintained
921 T:      topgit git://git.openezx.org/openezx.git
922 F:      arch/arm/mach-pxa/ezx.c
924 ARM/FARADAY FA526 PORT
925 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
926 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
927 S:      Maintained
928 T:      git git://git.berlios.de/gemini-board
929 F:      arch/arm/mm/*-fa*
931 ARM/FOOTBRIDGE ARCHITECTURE
932 M:      Russell King <linux@arm.linux.org.uk>
933 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
934 W:      http://www.arm.linux.org.uk/
935 S:      Maintained
936 F:      arch/arm/include/asm/hardware/dec21285.h
937 F:      arch/arm/mach-footbridge/
939 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
940 M:      Shawn Guo <shawn.guo@freescale.com>
941 M:      Sascha Hauer <kernel@pengutronix.de>
942 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
943 S:      Maintained
944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
945 F:      arch/arm/mach-imx/
946 F:      arch/arm/boot/dts/imx*
947 F:      arch/arm/configs/imx*_defconfig
949 ARM/FREESCALE MXS ARM ARCHITECTURE
950 M:      Shawn Guo <shawn.guo@linaro.org>
951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
952 S:      Maintained
953 T:      git git://git.linaro.org/people/shawnguo/linux-2.6.git
954 F:      arch/arm/mach-mxs/
956 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
957 M:      Lennert Buytenhek <kernel@wantstofly.org>
958 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
959 S:      Maintained
961 ARM/GUMSTIX MACHINE SUPPORT
962 M:      Steve Sakoman <sakoman@gmail.com>
963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
964 S:      Maintained
966 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
967 M:      Philipp Zabel <philipp.zabel@gmail.com>
968 M:      Paul Parsons <lost.distance@yahoo.com>
969 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
970 S:      Maintained
971 F:      arch/arm/mach-pxa/hx4700.c
972 F:      arch/arm/mach-pxa/include/mach/hx4700.h
973 F:      sound/soc/pxa/hx4700.c
975 ARM/HP JORNADA 7XX MACHINE SUPPORT
976 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
977 W:      www.jlime.com
978 S:      Maintained
979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
980 F:      arch/arm/mach-sa1100/jornada720.c
981 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
983 ARM/IGEP MACHINE SUPPORT
984 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
985 M:      Javier Martinez Canillas <javier@dowhile0.org>
986 L:      linux-omap@vger.kernel.org
987 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
988 S:      Maintained
989 F:      arch/arm/boot/dts/omap3-igep*
991 ARM/INCOME PXA270 SUPPORT
992 M:      Marek Vasut <marek.vasut@gmail.com>
993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994 S:      Maintained
995 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
997 ARM/INTEL IOP32X ARM ARCHITECTURE
998 M:      Lennert Buytenhek <kernel@wantstofly.org>
999 M:      Dan Williams <dan.j.williams@intel.com>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 S:      Maintained
1003 ARM/INTEL IOP33X ARM ARCHITECTURE
1004 M:      Dan Williams <dan.j.williams@intel.com>
1005 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1006 S:      Maintained
1008 ARM/INTEL IOP13XX ARM ARCHITECTURE
1009 M:      Lennert Buytenhek <kernel@wantstofly.org>
1010 M:      Dan Williams <dan.j.williams@intel.com>
1011 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1012 S:      Maintained
1014 ARM/INTEL IQ81342EX MACHINE SUPPORT
1015 M:      Lennert Buytenhek <kernel@wantstofly.org>
1016 M:      Dan Williams <dan.j.williams@intel.com>
1017 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1018 S:      Maintained
1020 ARM/INTEL IXDP2850 MACHINE SUPPORT
1021 M:      Lennert Buytenhek <kernel@wantstofly.org>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 S:      Maintained
1025 ARM/INTEL IXP4XX ARM ARCHITECTURE
1026 M:      Imre Kaloz <kaloz@openwrt.org>
1027 M:      Krzysztof Halasa <khc@pm.waw.pl>
1028 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1029 S:      Maintained
1030 F:      arch/arm/mach-ixp4xx/
1032 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1033 M:      Jonathan Cameron <jic23@cam.ac.uk>
1034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 S:      Maintained
1036 F:      arch/arm/mach-pxa/stargate2.c
1037 F:      drivers/pcmcia/pxa2xx_stargate2.c
1039 ARM/INTEL XSC3 (MANZANO) ARM CORE
1040 M:      Lennert Buytenhek <kernel@wantstofly.org>
1041 M:      Dan Williams <dan.j.williams@intel.com>
1042 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1043 S:      Maintained
1045 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1046 M:      Lennert Buytenhek <kernel@wantstofly.org>
1047 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1048 S:      Maintained
1050 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1051 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
1052 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1053 S:      Maintained
1054 F:      arch/arm/mach-keystone/
1055 F:      drivers/clk/keystone/
1056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1058 ARM/LOGICPD PXA270 MACHINE SUPPORT
1059 M:      Lennert Buytenhek <kernel@wantstofly.org>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S:      Maintained
1063 ARM/MAGICIAN MACHINE SUPPORT
1064 M:      Philipp Zabel <philipp.zabel@gmail.com>
1065 S:      Maintained
1067 ARM/Marvell Armada 370 and Armada XP SOC support
1068 M:      Jason Cooper <jason@lakedaemon.net>
1069 M:      Andrew Lunn <andrew@lunn.ch>
1070 M:      Gregory Clement <gregory.clement@free-electrons.com>
1071 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1072 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1073 S:      Maintained
1074 F:      arch/arm/mach-mvebu/
1076 ARM/Marvell Berlin SoC support
1077 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1078 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1079 S:      Maintained
1080 F:      arch/arm/mach-berlin/
1082 ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
1083 M:      Jason Cooper <jason@lakedaemon.net>
1084 M:      Andrew Lunn <andrew@lunn.ch>
1085 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1086 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1087 S:      Maintained
1088 F:      arch/arm/mach-dove/
1089 F:      arch/arm/mach-kirkwood/
1090 F:      arch/arm/mach-mv78xx0/
1091 F:      arch/arm/mach-orion5x/
1092 F:      arch/arm/plat-orion/
1094 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1095 M:      Alexander Clouter <alex@digriz.org.uk>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 W:      http://www.digriz.org.uk/ts78xx/kernel
1098 S:      Maintained
1099 F:      arch/arm/mach-orion5x/ts78xx-*
1101 ARM/MICREL KS8695 ARCHITECTURE
1102 M:      Greg Ungerer <gerg@uclinux.org>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 F:      arch/arm/mach-ks8695/
1105 S:      Odd Fixes
1107 ARM/MIOA701 MACHINE SUPPORT
1108 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1109 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1110 F:      arch/arm/mach-pxa/mioa701.c
1111 S:      Maintained
1113 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1114 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1115 S:      Maintained
1117 ARM/NOMADIK ARCHITECTURE
1118 M:      Alessandro Rubini <rubini@unipv.it>
1119 M:      Linus Walleij <linus.walleij@linaro.org>
1120 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1121 S:      Maintained
1122 F:      arch/arm/mach-nomadik/
1123 F:      drivers/i2c/busses/i2c-nomadik.c
1124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1126 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1127 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1128 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1129 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1130 S:      Supported
1132 ARM/QUALCOMM MSM MACHINE SUPPORT
1133 M:      David Brown <davidb@codeaurora.org>
1134 M:      Daniel Walker <dwalker@fifo99.com>
1135 M:      Bryan Huntsman <bryanh@codeaurora.org>
1136 L:      linux-arm-msm@vger.kernel.org
1137 F:      arch/arm/mach-msm/
1138 F:      drivers/video/msm/
1139 F:      drivers/mmc/host/msm_sdcc.c
1140 F:      drivers/mmc/host/msm_sdcc.h
1141 F:      drivers/tty/serial/msm_serial.h
1142 F:      drivers/tty/serial/msm_serial.c
1143 F:      drivers/*/pm8???-*
1144 F:      drivers/mfd/ssbi/
1145 F:      include/linux/mfd/pm8xxx/
1146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1147 S:      Maintained
1149 ARM/TOSA MACHINE SUPPORT
1150 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1151 M:      Dirk Opfer <dirk@opfer-online.de>
1152 S:      Maintained
1154 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1155 M:      Marek Vasut <marek.vasut@gmail.com>
1156 L:      linux-arm-kernel@lists.infradead.org
1157 W:      http://hackndev.com
1158 S:      Maintained
1159 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1160 F:      arch/arm/mach-pxa/palmtx.c
1161 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1162 F:      arch/arm/mach-pxa/palmt5.c
1163 F:      arch/arm/mach-pxa/include/mach/palmld.h
1164 F:      arch/arm/mach-pxa/palmld.c
1165 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1166 F:      arch/arm/mach-pxa/palmte2.c
1167 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1168 F:      arch/arm/mach-pxa/palmtc.c
1170 ARM/PALM TREO SUPPORT
1171 M:      Tomas Cech <sleep_walker@suse.cz>
1172 L:      linux-arm-kernel@lists.infradead.org
1173 W:      http://hackndev.com
1174 S:      Maintained
1175 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1176 F:      arch/arm/mach-pxa/palmtreo.c
1178 ARM/PALMZ72 SUPPORT
1179 M:      Sergey Lapin <slapin@ossfans.org>
1180 L:      linux-arm-kernel@lists.infradead.org
1181 W:      http://hackndev.com
1182 S:      Maintained
1183 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1184 F:      arch/arm/mach-pxa/palmz72.c
1186 ARM/PLEB SUPPORT
1187 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1188 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1189 S:      Maintained
1191 ARM/PT DIGITAL BOARD PORT
1192 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1193 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1194 W:      http://www.arm.linux.org.uk/
1195 S:      Maintained
1197 ARM/QUALCOMM SUPPORT
1198 M:      Kumar Gala <galak@codeaurora.org>
1199 M:      David Brown <davidb@codeaurora.org>
1200 L:      linux-arm-msm@vger.kernel.org
1201 S:      Maintained
1202 F:      arch/arm/mach-qcom/
1203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1205 ARM/RADISYS ENP2611 MACHINE SUPPORT
1206 M:      Lennert Buytenhek <kernel@wantstofly.org>
1207 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1208 S:      Maintained
1210 ARM/RISCPC ARCHITECTURE
1211 M:      Russell King <linux@arm.linux.org.uk>
1212 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1213 W:      http://www.arm.linux.org.uk/
1214 S:      Maintained
1215 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1216 F:      arch/arm/include/asm/hardware/ioc.h
1217 F:      arch/arm/include/asm/hardware/iomd.h
1218 F:      arch/arm/include/asm/hardware/memc.h
1219 F:      arch/arm/mach-rpc/
1220 F:      drivers/net/ethernet/8390/etherh.c
1221 F:      drivers/net/ethernet/i825xx/ether1*
1222 F:      drivers/net/ethernet/seeq/ether3*
1223 F:      drivers/scsi/arm/
1225 ARM/Rockchip SoC support
1226 M:      Heiko Stuebner <heiko@sntech.de>
1227 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1228 S:      Maintained
1229 F:      arch/arm/mach-rockchip/
1230 F:      drivers/*/*rockchip*
1232 ARM/SAMSUNG ARM ARCHITECTURES
1233 M:      Ben Dooks <ben-linux@fluff.org>
1234 M:      Kukjin Kim <kgene.kim@samsung.com>
1235 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1236 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1237 W:      http://www.fluff.org/ben/linux/
1238 S:      Maintained
1239 F:      arch/arm/boot/dts/s3c*
1240 F:      arch/arm/boot/dts/exynos*
1241 F:      arch/arm/plat-samsung/
1242 F:      arch/arm/mach-s3c24*/
1243 F:      arch/arm/mach-s3c64xx/
1244 F:      drivers/*/*s3c2410*
1245 F:      drivers/*/*/*s3c2410*
1246 F:      drivers/spi/spi-s3c*
1247 F:      sound/soc/samsung/*
1249 ARM/S5P EXYNOS ARM ARCHITECTURES
1250 M:      Kukjin Kim <kgene.kim@samsung.com>
1251 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1252 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1253 S:      Maintained
1254 F:      arch/arm/mach-s5p*/
1255 F:      arch/arm/mach-exynos*/
1256 N:      exynos
1258 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1259 M:      Kyungmin Park <kyungmin.park@samsung.com>
1260 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1261 S:      Maintained
1262 F:      arch/arm/mach-s5pv210/mach-aquila.c
1263 F:      arch/arm/mach-s5pv210/mach-goni.c
1265 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1266 M:      Kyungmin Park <kyungmin.park@samsung.com>
1267 M:      Kamil Debski <k.debski@samsung.com>
1268 L:      linux-arm-kernel@lists.infradead.org
1269 L:      linux-media@vger.kernel.org
1270 S:      Maintained
1271 F:      drivers/media/platform/s5p-g2d/
1273 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1274 M:      Kyungmin Park <kyungmin.park@samsung.com>
1275 M:      Kamil Debski <k.debski@samsung.com>
1276 M:      Jeongtae Park <jtp.park@samsung.com>
1277 L:      linux-arm-kernel@lists.infradead.org
1278 L:      linux-media@vger.kernel.org
1279 S:      Maintained
1280 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1281 F:      drivers/media/platform/s5p-mfc/
1283 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1284 M:      Kyungmin Park <kyungmin.park@samsung.com>
1285 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1286 L:      linux-arm-kernel@lists.infradead.org
1287 L:      linux-media@vger.kernel.org
1288 S:      Maintained
1289 F:      drivers/media/platform/s5p-tv/
1291 ARM/SHMOBILE ARM ARCHITECTURE
1292 M:      Simon Horman <horms@verge.net.au>
1293 M:      Magnus Damm <magnus.damm@gmail.com>
1294 L:      linux-sh@vger.kernel.org
1295 W:      http://oss.renesas.com
1296 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1298 S:      Supported
1299 F:      arch/arm/mach-shmobile/
1300 F:      drivers/sh/
1302 ARM/SOCFPGA ARCHITECTURE
1303 M:      Dinh Nguyen <dinguyen@altera.com>
1304 S:      Maintained
1305 F:      arch/arm/mach-socfpga/
1307 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1308 M:      Dinh Nguyen <dinguyen@altera.com>
1309 S:      Maintained
1310 F:      drivers/clk/socfpga/
1312 ARM/STI ARCHITECTURE
1313 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1314 M:      Maxime Coquelin <maxime.coquelin@st.com>
1315 M:      Patrice Chotard <patrice.chotard@st.com>
1316 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1317 L:      kernel@stlinux.com
1318 W:      http://www.stlinux.com
1319 S:      Maintained
1320 F:      arch/arm/mach-sti/
1321 F:      arch/arm/boot/dts/sti*
1322 F:      drivers/clocksource/arm_global_timer.c
1323 F:      drivers/reset/sti/
1324 F:      drivers/pinctrl/pinctrl-st.c
1325 F:      drivers/media/rc/st_rc.c
1326 F:      drivers/i2c/busses/i2c-st.c
1327 F:      drivers/tty/serial/st-asc.c
1329 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1330 M:      Lennert Buytenhek <kernel@wantstofly.org>
1331 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1332 S:      Maintained
1334 ARM/TETON BGA MACHINE SUPPORT
1335 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1336 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1337 S:      Maintained
1339 ARM/THECUS N2100 MACHINE SUPPORT
1340 M:      Lennert Buytenhek <kernel@wantstofly.org>
1341 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1342 S:      Maintained
1344 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1345 M:      Wan ZongShun <mcuos.com@gmail.com>
1346 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1347 W:      http://www.mcuos.com
1348 S:      Maintained
1349 F:      arch/arm/mach-w90x900/
1350 F:      drivers/input/keyboard/w90p910_keypad.c
1351 F:      drivers/input/touchscreen/w90p910_ts.c
1352 F:      drivers/watchdog/nuc900_wdt.c
1353 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1354 F:      drivers/mtd/nand/nuc900_nand.c
1355 F:      drivers/rtc/rtc-nuc900.c
1356 F:      drivers/spi/spi-nuc900.c
1357 F:      drivers/usb/host/ehci-w90x900.c
1358 F:      drivers/video/nuc900fb.c
1360 ARM/U300 MACHINE SUPPORT
1361 M:      Linus Walleij <linus.walleij@linaro.org>
1362 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1363 S:      Supported
1364 F:      arch/arm/mach-u300/
1365 F:      drivers/clocksource/timer-u300.c
1366 F:      drivers/i2c/busses/i2c-stu300.c
1367 F:      drivers/rtc/rtc-coh901331.c
1368 F:      drivers/watchdog/coh901327_wdt.c
1369 F:      drivers/dma/coh901318*
1370 F:      drivers/mfd/ab3100*
1371 F:      drivers/rtc/rtc-ab3100.c
1372 F:      drivers/rtc/rtc-coh901331.c
1373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1375 ARM/Ux500 ARM ARCHITECTURE
1376 M:      Linus Walleij <linus.walleij@linaro.org>
1377 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1378 S:      Maintained
1379 F:      arch/arm/mach-ux500/
1380 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1381 F:      drivers/dma/ste_dma40*
1382 F:      drivers/hwspinlock/u8500_hsem.c
1383 F:      drivers/mfd/abx500*
1384 F:      drivers/mfd/ab8500*
1385 F:      drivers/mfd/dbx500*
1386 F:      drivers/mfd/db8500*
1387 F:      drivers/pinctrl/pinctrl-nomadik*
1388 F:      drivers/rtc/rtc-ab8500.c
1389 F:      drivers/rtc/rtc-pl031.c
1390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1392 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1393 M:      Ulf Hansson <ulf.hansson@linaro.org>
1394 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1395 T:      git git://git.linaro.org/people/ulfh/clk.git
1396 S:      Maintained
1397 F:      drivers/clk/ux500/
1398 F:      include/linux/platform_data/clk-ux500.h
1400 ARM/VFP SUPPORT
1401 M:      Russell King <linux@arm.linux.org.uk>
1402 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1403 W:      http://www.arm.linux.org.uk/
1404 S:      Maintained
1405 F:      arch/arm/vfp/
1407 ARM/VOIPAC PXA270 SUPPORT
1408 M:      Marek Vasut <marek.vasut@gmail.com>
1409 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1410 S:      Maintained
1411 F:      arch/arm/mach-pxa/vpac270.c
1412 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1414 ARM/VT8500 ARM ARCHITECTURE
1415 M:      Tony Prisk <linux@prisktech.co.nz>
1416 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1417 S:      Maintained
1418 F:      arch/arm/mach-vt8500/
1419 F:      drivers/clocksource/vt8500_timer.c
1420 F:      drivers/i2c/busses/i2c-wmt.c
1421 F:      drivers/mmc/host/wmt-sdmmc.c
1422 F:      drivers/pwm/pwm-vt8500.c
1423 F:      drivers/rtc/rtc-vt8500.c
1424 F:      drivers/tty/serial/vt8500_serial.c
1425 F:      drivers/usb/host/ehci-platform.c
1426 F:      drivers/usb/host/uhci-platform.c
1427 F:      drivers/video/vt8500lcdfb.*
1428 F:      drivers/video/wm8505fb*
1429 F:      drivers/video/wmt_ge_rops.*
1431 ARM/ZIPIT Z2 SUPPORT
1432 M:      Marek Vasut <marek.vasut@gmail.com>
1433 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1434 S:      Maintained
1435 F:      arch/arm/mach-pxa/z2.c
1436 F:      arch/arm/mach-pxa/include/mach/z2.h
1438 ARM/ZYNQ ARCHITECTURE
1439 M:      Michal Simek <michal.simek@xilinx.com>
1440 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1441 W:      http://wiki.xilinx.com
1442 T:      git git://git.xilinx.com/linux-xlnx.git
1443 S:      Supported
1444 F:      arch/arm/mach-zynq/
1445 F:      drivers/cpuidle/cpuidle-zynq.c
1446 N:      zynq
1447 N:      xilinx
1448 F:      drivers/clocksource/cadence_ttc_timer.c
1449 F:      drivers/i2c/busses/i2c-cadence.c
1450 F:      drivers/mmc/host/sdhci-of-arasan.c
1452 ARM SMMU DRIVER
1453 M:      Will Deacon <will.deacon@arm.com>
1454 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1455 S:      Maintained
1456 F:      drivers/iommu/arm-smmu.c
1458 ARM64 PORT (AARCH64 ARCHITECTURE)
1459 M:      Catalin Marinas <catalin.marinas@arm.com>
1460 M:      Will Deacon <will.deacon@arm.com>
1461 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1462 S:      Maintained
1463 F:      arch/arm64/
1464 F:      Documentation/arm64/
1466 AS3645A LED FLASH CONTROLLER DRIVER
1467 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1468 L:      linux-media@vger.kernel.org
1469 T:      git git://linuxtv.org/media_tree.git
1470 S:      Maintained
1471 F:      drivers/media/i2c/as3645a.c
1472 F:      include/media/as3645a.h
1474 ASC7621 HARDWARE MONITOR DRIVER
1475 M:      George Joseph <george.joseph@fairview5.com>
1476 L:      lm-sensors@lm-sensors.org
1477 S:      Maintained
1478 F:      Documentation/hwmon/asc7621
1479 F:      drivers/hwmon/asc7621.c
1481 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1482 M:      Corentin Chary <corentin.chary@gmail.com>
1483 L:      acpi4asus-user@lists.sourceforge.net
1484 L:      platform-driver-x86@vger.kernel.org
1485 W:      http://acpi4asus.sf.net
1486 S:      Maintained
1487 F:      drivers/platform/x86/asus*.c
1488 F:      drivers/platform/x86/eeepc*.c
1490 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1491 M:      Dan Williams <dan.j.williams@intel.com>
1492 W:      http://sourceforge.net/projects/xscaleiop
1493 S:      Maintained
1494 F:      Documentation/crypto/async-tx-api.txt
1495 F:      crypto/async_tx/
1496 F:      drivers/dma/
1497 F:      include/linux/dmaengine.h
1498 F:      include/linux/async_tx.h
1500 AT24 EEPROM DRIVER
1501 M:      Wolfram Sang <wsa@the-dreams.de>
1502 L:      linux-i2c@vger.kernel.org
1503 S:      Maintained
1504 F:      drivers/misc/eeprom/at24.c
1505 F:      include/linux/platform_data/at24.h
1507 ATA OVER ETHERNET (AOE) DRIVER
1508 M:      "Ed L. Cashin" <ecashin@coraid.com>
1509 W:      http://support.coraid.com/support/linux
1510 S:      Supported
1511 F:      Documentation/aoe/
1512 F:      drivers/block/aoe/
1514 ATHEROS ATH GENERIC UTILITIES
1515 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1516 L:      linux-wireless@vger.kernel.org
1517 S:      Supported
1518 F:      drivers/net/wireless/ath/*
1520 ATHEROS ATH5K WIRELESS DRIVER
1521 M:      Jiri Slaby <jirislaby@gmail.com>
1522 M:      Nick Kossifidis <mickflemm@gmail.com>
1523 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1524 L:      linux-wireless@vger.kernel.org
1525 L:      ath5k-devel@lists.ath5k.org
1526 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1527 S:      Maintained
1528 F:      drivers/net/wireless/ath/ath5k/
1530 ATHEROS ATH6KL WIRELESS DRIVER
1531 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1532 L:      linux-wireless@vger.kernel.org
1533 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1534 T:      git git://github.com/kvalo/ath.git
1535 S:      Supported
1536 F:      drivers/net/wireless/ath/ath6kl/
1538 WILOCITY WIL6210 WIRELESS DRIVER
1539 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1540 L:      linux-wireless@vger.kernel.org
1541 L:      wil6210@qca.qualcomm.com
1542 S:      Supported
1543 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1544 F:      drivers/net/wireless/ath/wil6210/
1546 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1547 M:      Christian Lamparter <chunkeey@googlemail.com>
1548 L:      linux-wireless@vger.kernel.org
1549 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1550 S:      Maintained
1551 F:      drivers/net/wireless/ath/carl9170/
1553 ATK0110 HWMON DRIVER
1554 M:      Luca Tettamanti <kronos.it@gmail.com>
1555 L:      lm-sensors@lm-sensors.org
1556 S:      Maintained
1557 F:      drivers/hwmon/asus_atk0110.c
1559 ATI_REMOTE2 DRIVER
1560 M:      Ville Syrjala <syrjala@sci.fi>
1561 S:      Maintained
1562 F:      drivers/input/misc/ati_remote2.c
1564 ATLX ETHERNET DRIVERS
1565 M:      Jay Cliburn <jcliburn@gmail.com>
1566 M:      Chris Snook <chris.snook@gmail.com>
1567 L:      netdev@vger.kernel.org
1568 W:      http://sourceforge.net/projects/atl1
1569 W:      http://atl1.sourceforge.net
1570 S:      Maintained
1571 F:      drivers/net/ethernet/atheros/
1574 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1575 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1576 L:      netdev@vger.kernel.org
1577 W:      http://linux-atm.sourceforge.net
1578 S:      Maintained
1579 F:      drivers/atm/
1580 F:      include/linux/atm*
1581 F:      include/uapi/linux/atm*
1583 ATMEL AT91 / AT32 MCI DRIVER
1584 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1585 S:      Maintained
1586 F:      drivers/mmc/host/atmel-mci.c
1587 F:      drivers/mmc/host/atmel-mci-regs.h
1589 ATMEL AT91 / AT32 SERIAL DRIVER
1590 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1591 S:      Supported
1592 F:      drivers/tty/serial/atmel_serial.c
1594 ATMEL DMA DRIVER
1595 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1597 S:      Supported
1598 F:      drivers/dma/at_hdmac.c
1599 F:      drivers/dma/at_hdmac_regs.h
1600 F:      include/linux/platform_data/dma-atmel.h
1602 ATMEL I2C DRIVER
1603 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1604 L:      linux-i2c@vger.kernel.org
1605 S:      Supported
1606 F:      drivers/i2c/busses/i2c-at91.c
1608 ATMEL ISI DRIVER
1609 M:      Josh Wu <josh.wu@atmel.com>
1610 L:      linux-media@vger.kernel.org
1611 S:      Supported
1612 F:      drivers/media/platform/soc_camera/atmel-isi.c
1613 F:      include/media/atmel-isi.h
1615 ATMEL LCDFB DRIVER
1616 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1617 L:      linux-fbdev@vger.kernel.org
1618 S:      Maintained
1619 F:      drivers/video/atmel_lcdfb.c
1620 F:      include/video/atmel_lcdc.h
1622 ATMEL MACB ETHERNET DRIVER
1623 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1624 S:      Supported
1625 F:      drivers/net/ethernet/cadence/
1627 ATMEL SPI DRIVER
1628 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1629 S:      Supported
1630 F:      drivers/spi/spi-atmel.*
1632 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1633 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1634 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1635 S:      Supported
1636 F:      drivers/misc/atmel_tclib.c
1637 F:      drivers/clocksource/tcb_clksrc.c
1639 ATMEL USBA UDC DRIVER
1640 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1641 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1642 S:      Supported
1643 F:      drivers/usb/gadget/atmel_usba_udc.*
1645 ATMEL WIRELESS DRIVER
1646 M:      Simon Kelley <simon@thekelleys.org.uk>
1647 L:      linux-wireless@vger.kernel.org
1648 W:      http://www.thekelleys.org.uk/atmel
1649 W:      http://atmelwlandriver.sourceforge.net/
1650 S:      Maintained
1651 F:      drivers/net/wireless/atmel*
1653 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1654 M:      Bradley Grove <linuxdrivers@attotech.com>
1655 L:      linux-scsi@vger.kernel.org
1656 W:      http://www.attotech.com
1657 S:      Supported
1658 F:      drivers/scsi/esas2r
1660 AUDIT SUBSYSTEM
1661 M:      Eric Paris <eparis@redhat.com>
1662 L:      linux-audit@redhat.com (subscribers-only)
1663 W:      http://people.redhat.com/sgrubb/audit/
1664 T:      git git://git.infradead.org/users/eparis/audit.git
1665 S:      Maintained
1666 F:      include/linux/audit.h
1667 F:      include/uapi/linux/audit.h
1668 F:      kernel/audit*
1670 AUXILIARY DISPLAY DRIVERS
1671 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1672 W:      http://miguelojeda.es/auxdisplay.htm
1673 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1674 S:      Maintained
1675 F:      drivers/auxdisplay/
1676 F:      include/linux/cfag12864b.h
1678 AVR32 ARCHITECTURE
1679 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1680 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1681 W:      http://www.atmel.com/products/AVR32/
1682 W:      http://mirror.egtvedt.no/avr32linux.org/
1683 W:      http://avrfreaks.net/
1684 S:      Maintained
1685 F:      arch/avr32/
1687 AVR32/AT32AP MACHINE SUPPORT
1688 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1689 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1690 S:      Maintained
1691 F:      arch/avr32/mach-at32ap/
1693 AX.25 NETWORK LAYER
1694 M:      Ralf Baechle <ralf@linux-mips.org>
1695 L:      linux-hams@vger.kernel.org
1696 W:      http://www.linux-ax25.org/
1697 S:      Maintained
1698 F:      include/uapi/linux/ax25.h
1699 F:      include/net/ax25.h
1700 F:      net/ax25/
1702 AZ6007 DVB DRIVER
1703 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
1704 L:      linux-media@vger.kernel.org
1705 W:      http://linuxtv.org
1706 T:      git git://linuxtv.org/media_tree.git
1707 S:      Maintained
1708 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1710 AZTECH FM RADIO RECEIVER DRIVER
1711 M:      Hans Verkuil <hverkuil@xs4all.nl>
1712 L:      linux-media@vger.kernel.org
1713 T:      git git://linuxtv.org/media_tree.git
1714 W:      http://linuxtv.org
1715 S:      Maintained
1716 F:      drivers/media/radio/radio-aztech*
1718 B43 WIRELESS DRIVER
1719 M:      Stefano Brivio <stefano.brivio@polimi.it>
1720 L:      linux-wireless@vger.kernel.org
1721 L:      b43-dev@lists.infradead.org
1722 W:      http://wireless.kernel.org/en/users/Drivers/b43
1723 S:      Maintained
1724 F:      drivers/net/wireless/b43/
1726 B43LEGACY WIRELESS DRIVER
1727 M:      Larry Finger <Larry.Finger@lwfinger.net>
1728 M:      Stefano Brivio <stefano.brivio@polimi.it>
1729 L:      linux-wireless@vger.kernel.org
1730 L:      b43-dev@lists.infradead.org
1731 W:      http://wireless.kernel.org/en/users/Drivers/b43
1732 S:      Maintained
1733 F:      drivers/net/wireless/b43legacy/
1735 BACKLIGHT CLASS/SUBSYSTEM
1736 M:      Jingoo Han <jg1.han@samsung.com>
1737 M:      Bryan Wu <cooloney@gmail.com>
1738 M:      Lee Jones <lee.jones@linaro.org>
1739 S:      Maintained
1740 F:      drivers/video/backlight/
1741 F:      include/linux/backlight.h
1743 BATMAN ADVANCED
1744 M:      Marek Lindner <mareklindner@neomailbox.ch>
1745 M:      Simon Wunderlich <sw@simonwunderlich.de>
1746 M:      Antonio Quartulli <antonio@meshcoding.com>
1747 L:      b.a.t.m.a.n@lists.open-mesh.org
1748 W:      http://www.open-mesh.org/
1749 S:      Maintained
1750 F:      net/batman-adv/
1752 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1753 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1754 L:      linux-hams@vger.kernel.org
1755 W:      http://www.baycom.org/~tom/ham/ham.html
1756 S:      Maintained
1757 F:      drivers/net/hamradio/baycom*
1759 BCACHE (BLOCK LAYER CACHE)
1760 M:      Kent Overstreet <kmo@daterainc.com>
1761 L:      linux-bcache@vger.kernel.org
1762 W:      http://bcache.evilpiepirate.org
1763 S:      Maintained:
1764 F:      drivers/md/bcache/
1766 BEFS FILE SYSTEM
1767 S:      Orphan
1768 F:      Documentation/filesystems/befs.txt
1769 F:      fs/befs/
1771 BFS FILE SYSTEM
1772 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1773 S:      Maintained
1774 F:      Documentation/filesystems/bfs.txt
1775 F:      fs/bfs/
1776 F:      include/uapi/linux/bfs_fs.h
1778 BLACKFIN ARCHITECTURE
1779 M:      Steven Miao <realmz6@gmail.com>
1780 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1781 T:      git git://git.code.sf.net/p/adi-linux/code
1782 W:      http://blackfin.uclinux.org
1783 S:      Supported
1784 F:      arch/blackfin/
1786 BLACKFIN EMAC DRIVER
1787 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1788 W:      http://blackfin.uclinux.org
1789 S:      Supported
1790 F:      drivers/net/ethernet/adi/
1792 BLACKFIN RTC DRIVER
1793 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1794 W:      http://blackfin.uclinux.org
1795 S:      Supported
1796 F:      drivers/rtc/rtc-bfin.c
1798 BLACKFIN SDH DRIVER
1799 M:      Sonic Zhang <sonic.zhang@analog.com>
1800 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1801 W:      http://blackfin.uclinux.org
1802 S:      Supported
1803 F:      drivers/mmc/host/bfin_sdh.c
1805 BLACKFIN SERIAL DRIVER
1806 M:      Sonic Zhang <sonic.zhang@analog.com>
1807 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1808 W:      http://blackfin.uclinux.org
1809 S:      Supported
1810 F:      drivers/tty/serial/bfin_uart.c
1812 BLACKFIN WATCHDOG DRIVER
1813 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1814 W:      http://blackfin.uclinux.org
1815 S:      Supported
1816 F:      drivers/watchdog/bfin_wdt.c
1818 BLACKFIN I2C TWI DRIVER
1819 M:      Sonic Zhang <sonic.zhang@analog.com>
1820 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1821 W:      http://blackfin.uclinux.org/
1822 S:      Supported
1823 F:      drivers/i2c/busses/i2c-bfin-twi.c
1825 BLACKFIN MEDIA DRIVER
1826 M:      Scott Jiang <scott.jiang.linux@gmail.com>
1827 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1828 W:      http://blackfin.uclinux.org/
1829 S:      Supported
1830 F:      drivers/media/platform/blackfin/
1831 F:      drivers/media/i2c/adv7183*
1832 F:      drivers/media/i2c/vs6624*
1834 BLINKM RGB LED DRIVER
1835 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
1836 S:      Maintained
1837 F:      drivers/leds/leds-blinkm.c
1839 BLOCK LAYER
1840 M:      Jens Axboe <axboe@kernel.dk>
1841 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1842 S:      Maintained
1843 F:      block/
1845 BLOCK2MTD DRIVER
1846 M:      Joern Engel <joern@lazybastard.org>
1847 L:      linux-mtd@lists.infradead.org
1848 S:      Maintained
1849 F:      drivers/mtd/devices/block2mtd.c
1851 BLUETOOTH DRIVERS
1852 M:      Marcel Holtmann <marcel@holtmann.org>
1853 M:      Gustavo Padovan <gustavo@padovan.org>
1854 M:      Johan Hedberg <johan.hedberg@gmail.com>
1855 L:      linux-bluetooth@vger.kernel.org
1856 W:      http://www.bluez.org/
1857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1859 S:      Maintained
1860 F:      drivers/bluetooth/
1862 BLUETOOTH SUBSYSTEM
1863 M:      Marcel Holtmann <marcel@holtmann.org>
1864 M:      Gustavo Padovan <gustavo@padovan.org>
1865 M:      Johan Hedberg <johan.hedberg@gmail.com>
1866 L:      linux-bluetooth@vger.kernel.org
1867 W:      http://www.bluez.org/
1868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1870 S:      Maintained
1871 F:      net/bluetooth/
1872 F:      include/net/bluetooth/
1874 BONDING DRIVER
1875 M:      Jay Vosburgh <j.vosburgh@gmail.com>
1876 M:      Veaceslav Falico <vfalico@gmail.com>
1877 M:      Andy Gospodarek <andy@greyhouse.net>
1878 L:      netdev@vger.kernel.org
1879 W:      http://sourceforge.net/projects/bonding/
1880 S:      Supported
1881 F:      drivers/net/bonding/
1882 F:      include/uapi/linux/if_bonding.h
1884 BROADCOM B44 10/100 ETHERNET DRIVER
1885 M:      Gary Zambrano <zambrano@broadcom.com>
1886 L:      netdev@vger.kernel.org
1887 S:      Supported
1888 F:      drivers/net/ethernet/broadcom/b44.*
1890 BROADCOM GENET ETHERNET DRIVER
1891 M:      Florian Fainelli <f.fainelli@gmail.com>
1892 L:      netdev@vger.kernel.org
1893 S:      Supported
1894 F:      drivers/net/ethernet/broadcom/genet/
1896 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1897 M:      Sony Chacko <sony.chacko@qlogic.com>
1898 M:      Dept-HSGLinuxNICDev@qlogic.com
1899 L:      netdev@vger.kernel.org
1900 S:      Supported
1901 F:      drivers/net/ethernet/broadcom/bnx2.*
1902 F:      drivers/net/ethernet/broadcom/bnx2_*
1904 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1905 M:      Ariel Elior <ariel.elior@qlogic.com>
1906 L:      netdev@vger.kernel.org
1907 S:      Supported
1908 F:      drivers/net/ethernet/broadcom/bnx2x/
1910 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
1911 M:      Christian Daudt <bcm@fixthebug.org>
1912 M:      Matt Porter <mporter@linaro.org>
1913 L:      bcm-kernel-feedback-list@broadcom.com
1914 T:      git git://github.com/broadcom/mach-bcm
1915 S:      Maintained
1916 F:      arch/arm/mach-bcm/
1917 F:      arch/arm/boot/dts/bcm113*
1918 F:      arch/arm/boot/dts/bcm216*
1919 F:      arch/arm/boot/dts/bcm281*
1920 F:      arch/arm/configs/bcm_defconfig
1921 F:      drivers/mmc/host/sdhci_bcm_kona.c
1922 F:      drivers/clocksource/bcm_kona_timer.c
1924 BROADCOM BCM2835 ARM ARCHICTURE
1925 M:      Stephen Warren <swarren@wwwdotorg.org>
1926 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
1927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git
1928 S:      Maintained
1929 F:      arch/arm/mach-bcm/board_bcm2835.c
1930 F:      arch/arm/boot/dts/bcm2835*
1931 F:      arch/arm/configs/bcm2835_defconfig
1932 F:      drivers/*/*bcm2835*
1934 BROADCOM BCM5301X ARM ARCHICTURE
1935 M:      Hauke Mehrtens <hauke@hauke-m.de>
1936 L:      linux-arm-kernel@lists.infradead.org
1937 S:      Maintained
1938 F:      arch/arm/mach-bcm/bcm_5301x.c
1939 F:      arch/arm/boot/dts/bcm5301x.dtsi
1940 F:      arch/arm/boot/dts/bcm470*
1942 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1943 M:      Prashant Sreedharan <prashant@broadcom.com>
1944 M:      Michael Chan <mchan@broadcom.com>
1945 L:      netdev@vger.kernel.org
1946 S:      Supported
1947 F:      drivers/net/ethernet/broadcom/tg3.*
1949 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1950 M:      Brett Rudley <brudley@broadcom.com>
1951 M:      Arend van Spriel <arend@broadcom.com>
1952 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
1953 M:      Hante Meuleman <meuleman@broadcom.com>
1954 L:      linux-wireless@vger.kernel.org
1955 L:      brcm80211-dev-list@broadcom.com
1956 S:      Supported
1957 F:      drivers/net/wireless/brcm80211/
1959 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1960 M:      Eddie Wai <eddie.wai@broadcom.com>
1961 L:      linux-scsi@vger.kernel.org
1962 S:      Supported
1963 F:      drivers/scsi/bnx2fc/
1965 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
1966 M:      Eddie Wai <eddie.wai@broadcom.com>
1967 L:      linux-scsi@vger.kernel.org
1968 S:      Supported
1969 F:      drivers/scsi/bnx2i/
1971 BROADCOM KONA GPIO DRIVER
1972 M:      Markus Mayer <markus.mayer@linaro.org>
1973 L:      bcm-kernel-feedback-list@broadcom.com
1974 S:      Supported
1975 F:      drivers/gpio/gpio-bcm-kona.c
1976 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
1978 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1979 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
1980 L:      linux-wireless@vger.kernel.org
1981 S:      Maintained
1982 F:      drivers/bcma/
1983 F:      include/linux/bcma/
1985 BROADCOM SYSTEMPORT ETHERNET DRIVER
1986 M:      Florian Fainelli <f.fainelli@gmail.com>
1987 L:      netdev@vger.kernel.org
1988 S:      Supported
1989 F:      drivers/net/ethernet/broadcom/bcmsysport.*
1991 BROCADE BFA FC SCSI DRIVER
1992 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
1993 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
1994 L:      linux-scsi@vger.kernel.org
1995 S:      Supported
1996 F:      drivers/scsi/bfa/
1998 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1999 M:      Rasesh Mody <rmody@brocade.com>
2000 L:      netdev@vger.kernel.org
2001 S:      Supported
2002 F:      drivers/net/ethernet/brocade/bna/
2004 BSG (block layer generic sg v4 driver)
2005 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2006 L:      linux-scsi@vger.kernel.org
2007 S:      Supported
2008 F:      block/bsg.c
2009 F:      include/linux/bsg.h
2010 F:      include/uapi/linux/bsg.h
2012 BT87X AUDIO DRIVER
2013 M:      Clemens Ladisch <clemens@ladisch.de>
2014 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2015 T:      git git://git.alsa-project.org/alsa-kernel.git
2016 S:      Maintained
2017 F:      Documentation/sound/alsa/Bt87x.txt
2018 F:      sound/pci/bt87x.c
2020 BT8XXGPIO DRIVER
2021 M:      Michael Buesch <m@bues.ch>
2022 W:      http://bu3sch.de/btgpio.php
2023 S:      Maintained
2024 F:      drivers/gpio/gpio-bt8xx.c
2026 BTRFS FILE SYSTEM
2027 M:      Chris Mason <clm@fb.com>
2028 M:      Josef Bacik <jbacik@fb.com>
2029 L:      linux-btrfs@vger.kernel.org
2030 W:      http://btrfs.wiki.kernel.org/
2031 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2033 S:      Maintained
2034 F:      Documentation/filesystems/btrfs.txt
2035 F:      fs/btrfs/
2037 BTTV VIDEO4LINUX DRIVER
2038 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
2039 L:      linux-media@vger.kernel.org
2040 W:      http://linuxtv.org
2041 T:      git git://linuxtv.org/media_tree.git
2042 S:      Odd fixes
2043 F:      Documentation/video4linux/bttv/
2044 F:      drivers/media/pci/bt8xx/bttv*
2046 BUSLOGIC SCSI DRIVER
2047 M:      Khalid Aziz <khalid@gonehiking.org>
2048 L:      linux-scsi@vger.kernel.org
2049 S:      Maintained
2050 F:      drivers/scsi/BusLogic.*
2051 F:      drivers/scsi/FlashPoint.*
2053 C-MEDIA CMI8788 DRIVER
2054 M:      Clemens Ladisch <clemens@ladisch.de>
2055 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2056 T:      git git://git.alsa-project.org/alsa-kernel.git
2057 S:      Maintained
2058 F:      sound/pci/oxygen/
2060 C6X ARCHITECTURE
2061 M:      Mark Salter <msalter@redhat.com>
2062 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2063 L:      linux-c6x-dev@linux-c6x.org
2064 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2065 S:      Maintained
2066 F:      arch/c6x/
2068 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2069 M:      David Howells <dhowells@redhat.com>
2070 L:      linux-cachefs@redhat.com
2071 S:      Supported
2072 F:      Documentation/filesystems/caching/cachefiles.txt
2073 F:      fs/cachefiles/
2075 CADET FM/AM RADIO RECEIVER DRIVER
2076 M:      Hans Verkuil <hverkuil@xs4all.nl>
2077 L:      linux-media@vger.kernel.org
2078 T:      git git://linuxtv.org/media_tree.git
2079 W:      http://linuxtv.org
2080 S:      Maintained
2081 F:      drivers/media/radio/radio-cadet*
2083 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2084 M:      Jonathan Corbet <corbet@lwn.net>
2085 L:      linux-media@vger.kernel.org
2086 T:      git git://linuxtv.org/media_tree.git
2087 S:      Maintained
2088 F:      Documentation/video4linux/cafe_ccic
2089 F:      drivers/media/platform/marvell-ccic/
2091 CAIF NETWORK LAYER
2092 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2093 L:      netdev@vger.kernel.org
2094 S:      Supported
2095 F:      Documentation/networking/caif/
2096 F:      drivers/net/caif/
2097 F:      include/uapi/linux/caif/
2098 F:      include/net/caif/
2099 F:      net/caif/
2101 CALGARY x86-64 IOMMU
2102 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2103 M:      "Jon D. Mason" <jdmason@kudzu.us>
2104 L:      discuss@x86-64.org
2105 S:      Maintained
2106 F:      arch/x86/kernel/pci-calgary_64.c
2107 F:      arch/x86/kernel/tce_64.c
2108 F:      arch/x86/include/asm/calgary.h
2109 F:      arch/x86/include/asm/tce.h
2111 CAN NETWORK LAYER
2112 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2113 L:      linux-can@vger.kernel.org
2114 W:      http://gitorious.org/linux-can
2115 T:      git git://gitorious.org/linux-can/linux-can-next.git
2116 S:      Maintained
2117 F:      Documentation/networking/can.txt
2118 F:      net/can/
2119 F:      include/linux/can/core.h
2120 F:      include/uapi/linux/can.h
2121 F:      include/uapi/linux/can/bcm.h
2122 F:      include/uapi/linux/can/raw.h
2123 F:      include/uapi/linux/can/gw.h
2125 CAN NETWORK DRIVERS
2126 M:      Wolfgang Grandegger <wg@grandegger.com>
2127 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2128 L:      linux-can@vger.kernel.org
2129 W:      http://gitorious.org/linux-can
2130 T:      git git://gitorious.org/linux-can/linux-can-next.git
2131 S:      Maintained
2132 F:      drivers/net/can/
2133 F:      include/linux/can/dev.h
2134 F:      include/linux/can/platform/
2135 F:      include/uapi/linux/can/error.h
2136 F:      include/uapi/linux/can/netlink.h
2138 CAPABILITIES
2139 M:      Serge Hallyn <serge.hallyn@canonical.com>
2140 L:      linux-security-module@vger.kernel.org
2141 S:      Supported
2142 F:      include/linux/capability.h
2143 F:      include/uapi/linux/capability.h
2144 F:      security/capability.c
2145 F:      security/commoncap.c
2146 F:      kernel/capability.c
2148 CELL BROADBAND ENGINE ARCHITECTURE
2149 M:      Arnd Bergmann <arnd@arndb.de>
2150 L:      linuxppc-dev@lists.ozlabs.org
2151 L:      cbe-oss-dev@lists.ozlabs.org
2152 W:      http://www.ibm.com/developerworks/power/cell/
2153 S:      Supported
2154 F:      arch/powerpc/include/asm/cell*.h
2155 F:      arch/powerpc/include/asm/spu*.h
2156 F:      arch/powerpc/include/uapi/asm/spu*.h
2157 F:      arch/powerpc/oprofile/*cell*
2158 F:      arch/powerpc/platforms/cell/
2160 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2161 M:      Sage Weil <sage@inktank.com>
2162 L:      ceph-devel@vger.kernel.org
2163 W:      http://ceph.com/
2164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2165 S:      Supported
2166 F:      Documentation/filesystems/ceph.txt
2167 F:      fs/ceph/
2168 F:      net/ceph/
2169 F:      include/linux/ceph/
2170 F:      include/linux/crush/
2172 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2173 L:      linux-usb@vger.kernel.org
2174 S:      Orphan
2175 F:      Documentation/usb/WUSB-Design-overview.txt
2176 F:      Documentation/usb/wusb-cbaf
2177 F:      drivers/usb/host/hwa-hc.c
2178 F:      drivers/usb/host/whci/
2179 F:      drivers/usb/wusbcore/
2180 F:      include/linux/usb/wusb*
2182 CFAG12864B LCD DRIVER
2183 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2184 W:      http://miguelojeda.es/auxdisplay.htm
2185 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2186 S:      Maintained
2187 F:      drivers/auxdisplay/cfag12864b.c
2188 F:      include/linux/cfag12864b.h
2190 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2191 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2192 W:      http://miguelojeda.es/auxdisplay.htm
2193 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2194 S:      Maintained
2195 F:      drivers/auxdisplay/cfag12864bfb.c
2196 F:      include/linux/cfag12864b.h
2198 CFG80211 and NL80211
2199 M:      Johannes Berg <johannes@sipsolutions.net>
2200 L:      linux-wireless@vger.kernel.org
2201 W:      http://wireless.kernel.org/
2202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2203 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2204 S:      Maintained
2205 F:      include/uapi/linux/nl80211.h
2206 F:      include/net/cfg80211.h
2207 F:      net/wireless/*
2208 X:      net/wireless/wext*
2210 CHAR and MISC DRIVERS
2211 M:      Arnd Bergmann <arnd@arndb.de>
2212 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2214 S:      Supported
2215 F:      drivers/char/*
2216 F:      drivers/misc/*
2217 F:      include/linux/miscdevice.h
2219 CHECKPATCH
2220 M:      Andy Whitcroft <apw@canonical.com>
2221 M:      Joe Perches <joe@perches.com>
2222 S:      Maintained
2223 F:      scripts/checkpatch.pl
2225 CHINESE DOCUMENTATION
2226 M:      Harry Wei <harryxiyou@gmail.com>
2227 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2228 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2229 S:      Maintained
2230 F:      Documentation/zh_CN/
2232 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2233 M:      Peter Chen <Peter.Chen@freescale.com>
2234 T:      git git://github.com/hzpeterchen/linux-usb.git
2235 L:      linux-usb@vger.kernel.org
2236 S:      Maintained
2237 F:      drivers/usb/chipidea/
2239 CHROME HARDWARE PLATFORM SUPPORT
2240 M:      Olof Johansson <olof@lixom.net>
2241 S:      Maintained
2242 F:      drivers/platform/chrome/
2244 CISCO VIC ETHERNET NIC DRIVER
2245 M:      Christian Benvenuti <benve@cisco.com>
2246 M:      Sujith Sankar <ssujith@cisco.com>
2247 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2248 M:      Neel Patel <neepatel@cisco.com>
2249 S:      Supported
2250 F:      drivers/net/ethernet/cisco/enic/
2252 CISCO VIC LOW LATENCY NIC DRIVER
2253 M:      Upinder Malhi <umalhi@cisco.com>
2254 S:      Supported
2255 F:      drivers/infiniband/hw/usnic
2257 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2258 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2259 L:      netdev@vger.kernel.org
2260 S:      Maintained
2261 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2263 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
2264 M:      Lennert Buytenhek <kernel@wantstofly.org>
2265 L:      linux-usb@vger.kernel.org
2266 S:      Maintained
2267 F:      drivers/usb/host/ohci-ep93xx.c
2269 CIRRUS LOGIC AUDIO CODEC DRIVERS
2270 M:      Brian Austin <brian.austin@cirrus.com>
2271 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2272 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2273 S:      Maintained
2274 F:      sound/soc/codecs/cs*
2276 CLEANCACHE API
2277 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2278 L:      linux-kernel@vger.kernel.org
2279 S:      Maintained
2280 F:      mm/cleancache.c
2281 F:      include/linux/cleancache.h
2283 CLK API
2284 M:      Russell King <linux@arm.linux.org.uk>
2285 S:      Maintained
2286 F:      include/linux/clk.h
2288 CLOCKSOURCE, CLOCKEVENT DRIVERS
2289 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2290 M:      Thomas Gleixner <tglx@linutronix.de>
2291 L:      linux-kernel@vger.kernel.org
2292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2293 S:      Supported
2294 F:      drivers/clocksource
2296 CISCO FCOE HBA DRIVER
2297 M:      Hiral Patel <hiralpat@cisco.com>
2298 M:      Suma Ramars <sramars@cisco.com>
2299 M:      Brian Uchino <buchino@cisco.com>
2300 L:      linux-scsi@vger.kernel.org
2301 S:      Supported
2302 F:      drivers/scsi/fnic/
2304 CMPC ACPI DRIVER
2305 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2306 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2307 L:      platform-driver-x86@vger.kernel.org
2308 S:      Supported
2309 F:      drivers/platform/x86/classmate-laptop.c
2311 COCCINELLE/Semantic Patches (SmPL)
2312 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2313 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2314 M:      Nicolas Palix <nicolas.palix@imag.fr>
2315 M:      Michal Marek <mmarek@suse.cz>
2316 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2318 W:      http://coccinelle.lip6.fr/
2319 S:      Supported
2320 F:      Documentation/coccinelle.txt
2321 F:      scripts/coccinelle/
2322 F:      scripts/coccicheck
2324 CODA FILE SYSTEM
2325 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2326 M:      coda@cs.cmu.edu
2327 L:      codalist@coda.cs.cmu.edu
2328 W:      http://www.coda.cs.cmu.edu/
2329 S:      Maintained
2330 F:      Documentation/filesystems/coda.txt
2331 F:      fs/coda/
2332 F:      include/linux/coda*.h
2333 F:      include/uapi/linux/coda*.h
2335 COMMON CLK FRAMEWORK
2336 M:      Mike Turquette <mturquette@linaro.org>
2337 L:      linux-kernel@vger.kernel.org
2338 T:      git git://git.linaro.org/people/mturquette/linux.git
2339 S:      Maintained
2340 F:      drivers/clk/
2341 X:      drivers/clk/clkdev.c
2342 F:      include/linux/clk-pr*
2343 F:      include/linux/clk/
2345 COMMON INTERNET FILE SYSTEM (CIFS)
2346 M:      Steve French <sfrench@samba.org>
2347 L:      linux-cifs@vger.kernel.org
2348 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2349 W:      http://linux-cifs.samba.org/
2350 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
2351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
2352 S:      Supported
2353 F:      Documentation/filesystems/cifs.txt
2354 F:      fs/cifs/
2356 COMPACTPCI HOTPLUG CORE
2357 M:      Scott Murray <scott@spiteful.org>
2358 L:      linux-pci@vger.kernel.org
2359 S:      Maintained
2360 F:      drivers/pci/hotplug/cpci_hotplug*
2362 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2363 M:      Scott Murray <scott@spiteful.org>
2364 L:      linux-pci@vger.kernel.org
2365 S:      Maintained
2366 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2368 COMPACTPCI HOTPLUG GENERIC DRIVER
2369 M:      Scott Murray <scott@spiteful.org>
2370 L:      linux-pci@vger.kernel.org
2371 S:      Maintained
2372 F:      drivers/pci/hotplug/cpcihp_generic.c
2374 COMPAL LAPTOP SUPPORT
2375 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2376 L:      platform-driver-x86@vger.kernel.org
2377 S:      Maintained
2378 F:      drivers/platform/x86/compal-laptop.c
2380 CONEXANT ACCESSRUNNER USB DRIVER
2381 M:      Simon Arlott <cxacru@fire.lp0.eu>
2382 L:      accessrunner-general@lists.sourceforge.net
2383 W:      http://accessrunner.sourceforge.net/
2384 S:      Maintained
2385 F:      drivers/usb/atm/cxacru.c
2387 CONFIGFS
2388 M:      Joel Becker <jlbec@evilplan.org>
2389 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2390 S:      Supported
2391 F:      fs/configfs/
2392 F:      include/linux/configfs.h
2394 CONNECTOR
2395 M:      Evgeniy Polyakov <zbr@ioremap.net>
2396 L:      netdev@vger.kernel.org
2397 S:      Maintained
2398 F:      drivers/connector/
2400 CONTROL GROUP (CGROUP)
2401 M:      Tejun Heo <tj@kernel.org>
2402 M:      Li Zefan <lizefan@huawei.com>
2403 L:      cgroups@vger.kernel.org
2404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2405 S:      Maintained
2406 F:      Documentation/cgroups/
2407 F:      include/linux/cgroup*
2408 F:      kernel/cgroup*
2410 CONTROL GROUP - CPUSET
2411 M:      Li Zefan <lizefan@huawei.com>
2412 L:      cgroups@vger.kernel.org
2413 W:      http://www.bullopensource.org/cpuset/
2414 W:      http://oss.sgi.com/projects/cpusets/
2415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2416 S:      Maintained
2417 F:      Documentation/cgroups/cpusets.txt
2418 F:      include/linux/cpuset.h
2419 F:      kernel/cpuset.c
2421 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2422 M:      Johannes Weiner <hannes@cmpxchg.org>
2423 M:      Michal Hocko <mhocko@suse.cz>
2424 L:      cgroups@vger.kernel.org
2425 L:      linux-mm@kvack.org
2426 S:      Maintained
2427 F:      mm/memcontrol.c
2428 F:      mm/page_cgroup.c
2430 CORETEMP HARDWARE MONITORING DRIVER
2431 M:      Fenghua Yu <fenghua.yu@intel.com>
2432 L:      lm-sensors@lm-sensors.org
2433 S:      Maintained
2434 F:      Documentation/hwmon/coretemp
2435 F:      drivers/hwmon/coretemp.c
2437 COSA/SRP SYNC SERIAL DRIVER
2438 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2439 W:      http://www.fi.muni.cz/~kas/cosa/
2440 S:      Maintained
2441 F:      drivers/net/wan/cosa*
2443 CPMAC ETHERNET DRIVER
2444 M:      Florian Fainelli <florian@openwrt.org>
2445 L:      netdev@vger.kernel.org
2446 S:      Maintained
2447 F:      drivers/net/ethernet/ti/cpmac.c
2449 CPU FREQUENCY DRIVERS
2450 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2451 M:      Viresh Kumar <viresh.kumar@linaro.org>
2452 L:      linux-pm@vger.kernel.org
2453 S:      Maintained
2454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2455 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2456 F:      drivers/cpufreq/
2457 F:      include/linux/cpufreq.h
2459 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2460 M:      Viresh Kumar <viresh.kumar@linaro.org>
2461 M:      Sudeep Holla <sudeep.holla@arm.com>
2462 L:      linux-pm@vger.kernel.org
2463 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2464 S:      Maintained
2465 F:      drivers/cpufreq/arm_big_little.h
2466 F:      drivers/cpufreq/arm_big_little.c
2467 F:      drivers/cpufreq/arm_big_little_dt.c
2469 CPUIDLE DRIVER - ARM BIG LITTLE
2470 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2471 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2472 L:      linux-pm@vger.kernel.org
2473 L:      linux-arm-kernel@lists.infradead.org
2474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2475 S:      Maintained
2476 F:      drivers/cpuidle/cpuidle-big_little.c
2478 CPUIDLE DRIVERS
2479 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2480 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2481 L:      linux-pm@vger.kernel.org
2482 S:      Maintained
2483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2484 F:      drivers/cpuidle/*
2485 F:      include/linux/cpuidle.h
2487 CPUID/MSR DRIVER
2488 M:      "H. Peter Anvin" <hpa@zytor.com>
2489 S:      Maintained
2490 F:      arch/x86/kernel/cpuid.c
2491 F:      arch/x86/kernel/msr.c
2493 CPU POWER MONITORING SUBSYSTEM
2494 M:      Dominik Brodowski <linux@dominikbrodowski.net>
2495 M:      Thomas Renninger <trenn@suse.de>
2496 S:      Maintained
2497 F:      tools/power/cpupower/
2499 CRAMFS FILESYSTEM
2500 W:      http://sourceforge.net/projects/cramfs/
2501 S:      Orphan / Obsolete
2502 F:      Documentation/filesystems/cramfs.txt
2503 F:      fs/cramfs/
2505 CRIS PORT
2506 M:      Mikael Starvik <starvik@axis.com>
2507 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2508 L:      linux-cris-kernel@axis.com
2509 W:      http://developer.axis.com
2510 S:      Maintained
2511 F:      arch/cris/
2512 F:      drivers/tty/serial/crisv10.*
2514 CRYPTO API
2515 M:      Herbert Xu <herbert@gondor.apana.org.au>
2516 M:      "David S. Miller" <davem@davemloft.net>
2517 L:      linux-crypto@vger.kernel.org
2518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2519 S:      Maintained
2520 F:      Documentation/crypto/
2521 F:      arch/*/crypto/
2522 F:      crypto/
2523 F:      drivers/crypto/
2524 F:      include/crypto/
2526 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2527 M:      Neil Horman <nhorman@tuxdriver.com>
2528 L:      linux-crypto@vger.kernel.org
2529 S:      Maintained
2530 F:      crypto/ansi_cprng.c
2531 F:      crypto/rng.c
2533 CS5535 Audio ALSA driver
2534 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2535 S:      Maintained
2536 F:      sound/pci/cs5535audio/
2538 CW1200 WLAN driver
2539 M:      Solomon Peachy <pizza@shaftnet.org>
2540 S:      Maintained
2541 F:      drivers/net/wireless/cw1200/
2543 CX18 VIDEO4LINUX DRIVER
2544 M:      Andy Walls <awalls@md.metrocast.net>
2545 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
2546 L:      linux-media@vger.kernel.org
2547 T:      git git://linuxtv.org/media_tree.git
2548 W:      http://linuxtv.org
2549 W:      http://www.ivtvdriver.org/index.php/Cx18
2550 S:      Maintained
2551 F:      Documentation/video4linux/cx18.txt
2552 F:      drivers/media/pci/cx18/
2553 F:      include/uapi/linux/ivtv*
2555 CX2341X MPEG ENCODER HELPER MODULE
2556 M:      Hans Verkuil <hverkuil@xs4all.nl>
2557 L:      linux-media@vger.kernel.org
2558 T:      git git://linuxtv.org/media_tree.git
2559 W:      http://linuxtv.org
2560 S:      Maintained
2561 F:      drivers/media/common/cx2341x*
2562 F:      include/media/cx2341x*
2564 CX88 VIDEO4LINUX DRIVER
2565 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
2566 L:      linux-media@vger.kernel.org
2567 W:      http://linuxtv.org
2568 T:      git git://linuxtv.org/media_tree.git
2569 S:      Odd fixes
2570 F:      Documentation/video4linux/cx88/
2571 F:      drivers/media/pci/cx88/
2573 CXD2820R MEDIA DRIVER
2574 M:      Antti Palosaari <crope@iki.fi>
2575 L:      linux-media@vger.kernel.org
2576 W:      http://linuxtv.org/
2577 W:      http://palosaari.fi/linux/
2578 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2579 T:      git git://linuxtv.org/anttip/media_tree.git
2580 S:      Maintained
2581 F:      drivers/media/dvb-frontends/cxd2820r*
2583 CXGB3 ETHERNET DRIVER (CXGB3)
2584 M:      Santosh Raspatur <santosh@chelsio.com>
2585 L:      netdev@vger.kernel.org
2586 W:      http://www.chelsio.com
2587 S:      Supported
2588 F:      drivers/net/ethernet/chelsio/cxgb3/
2590 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2591 M:      Steve Wise <swise@chelsio.com>
2592 L:      linux-rdma@vger.kernel.org
2593 W:      http://www.openfabrics.org
2594 S:      Supported
2595 F:      drivers/infiniband/hw/cxgb3/
2597 CXGB4 ETHERNET DRIVER (CXGB4)
2598 M:      Hariprasad S <hariprasad@chelsio.com>
2599 L:      netdev@vger.kernel.org
2600 W:      http://www.chelsio.com
2601 S:      Supported
2602 F:      drivers/net/ethernet/chelsio/cxgb4/
2604 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2605 M:      Steve Wise <swise@chelsio.com>
2606 L:      linux-rdma@vger.kernel.org
2607 W:      http://www.openfabrics.org
2608 S:      Supported
2609 F:      drivers/infiniband/hw/cxgb4/
2611 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2612 M:      Casey Leedom <leedom@chelsio.com>
2613 L:      netdev@vger.kernel.org
2614 W:      http://www.chelsio.com
2615 S:      Supported
2616 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2618 STMMAC ETHERNET DRIVER
2619 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2620 L:      netdev@vger.kernel.org
2621 W:      http://www.stlinux.com
2622 S:      Supported
2623 F:      drivers/net/ethernet/stmicro/stmmac/
2625 CYBERPRO FB DRIVER
2626 M:      Russell King <linux@arm.linux.org.uk>
2627 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2628 W:      http://www.arm.linux.org.uk/
2629 S:      Maintained
2630 F:      drivers/video/cyber2000fb.*
2632 CYCLADES ASYNC MUX DRIVER
2633 W:      http://www.cyclades.com/
2634 S:      Orphan
2635 F:      drivers/tty/cyclades.c
2636 F:      include/linux/cyclades.h
2637 F:      include/uapi/linux/cyclades.h
2639 CYCLADES PC300 DRIVER
2640 W:      http://www.cyclades.com/
2641 S:      Orphan
2642 F:      drivers/net/wan/pc300*
2644 CYPRESS_FIRMWARE MEDIA DRIVER
2645 M:      Antti Palosaari <crope@iki.fi>
2646 L:      linux-media@vger.kernel.org
2647 W:      http://linuxtv.org/
2648 W:      http://palosaari.fi/linux/
2649 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2650 T:      git git://linuxtv.org/anttip/media_tree.git
2651 S:      Maintained
2652 F:      drivers/media/common/cypress_firmware*
2654 CYTTSP TOUCHSCREEN DRIVER
2655 M:      Ferruh Yigit <fery@cypress.com>
2656 L:      linux-input@vger.kernel.org
2657 S:      Supported
2658 F:      drivers/input/touchscreen/cyttsp*
2659 F:      include/linux/input/cyttsp.h
2661 DAMA SLAVE for AX.25
2662 M:      Joerg Reuter <jreuter@yaina.de>
2663 W:      http://yaina.de/jreuter/
2664 W:      http://www.qsl.net/dl1bke/
2665 L:      linux-hams@vger.kernel.org
2666 S:      Maintained
2667 F:      net/ax25/af_ax25.c
2668 F:      net/ax25/ax25_dev.c
2669 F:      net/ax25/ax25_ds_*
2670 F:      net/ax25/ax25_in.c
2671 F:      net/ax25/ax25_out.c
2672 F:      net/ax25/ax25_timer.c
2673 F:      net/ax25/sysctl_net_ax25.c
2675 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2676 L:      netdev@vger.kernel.org
2677 S:      Orphan
2678 F:      Documentation/networking/dmfe.txt
2679 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2681 DC390/AM53C974 SCSI driver
2682 M:      Kurt Garloff <garloff@suse.de>
2683 W:      http://www.garloff.de/kurt/linux/dc390/
2684 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2685 S:      Maintained
2686 F:      drivers/scsi/tmscsim.*
2688 DC395x SCSI driver
2689 M:      Oliver Neukum <oliver@neukum.org>
2690 M:      Ali Akcaagac <aliakc@web.de>
2691 M:      Jamie Lenehan <lenehan@twibble.org>
2692 L:      dc395x@twibble.org
2693 W:      http://twibble.org/dist/dc395x/
2694 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2695 S:      Maintained
2696 F:      Documentation/scsi/dc395x.txt
2697 F:      drivers/scsi/dc395x.*
2699 DCCP PROTOCOL
2700 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2701 L:      dccp@vger.kernel.org
2702 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2703 S:      Maintained
2704 F:      include/linux/dccp.h
2705 F:      include/uapi/linux/dccp.h
2706 F:      include/linux/tfrc.h
2707 F:      net/dccp/
2709 DECnet NETWORK LAYER
2710 W:      http://linux-decnet.sourceforge.net
2711 L:      linux-decnet-user@lists.sourceforge.net
2712 S:      Orphan
2713 F:      Documentation/networking/decnet.txt
2714 F:      net/decnet/
2716 DECSTATION PLATFORM SUPPORT
2717 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2718 L:      linux-mips@linux-mips.org
2719 W:      http://www.linux-mips.org/wiki/DECstation
2720 S:      Maintained
2721 F:      arch/mips/dec/
2722 F:      arch/mips/include/asm/dec/
2723 F:      arch/mips/include/asm/mach-dec/
2725 DEFXX FDDI NETWORK DRIVER
2726 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2727 S:      Maintained
2728 F:      drivers/net/fddi/defxx.*
2730 DELL LAPTOP DRIVER
2731 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2732 L:      platform-driver-x86@vger.kernel.org
2733 S:      Maintained
2734 F:      drivers/platform/x86/dell-laptop.c
2736 DELL LAPTOP SMM DRIVER
2737 M:      Guenter Roeck <linux@roeck-us.net>
2738 F:      drivers/char/i8k.c
2739 F:      include/uapi/linux/i8k.h
2741 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2742 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
2743 S:      Maintained
2744 F:      Documentation/dcdbas.txt
2745 F:      drivers/firmware/dcdbas.*
2747 DELL WMI EXTRAS DRIVER
2748 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2749 S:      Maintained
2750 F:      drivers/platform/x86/dell-wmi.c
2752 DESIGNWARE USB2 DRD IP DRIVER
2753 M:      Paul Zimmerman <paulz@synopsys.com>
2754 L:      linux-usb@vger.kernel.org
2755 S:      Maintained
2756 F:      drivers/usb/dwc2/
2758 DESIGNWARE USB3 DRD IP DRIVER
2759 M:      Felipe Balbi <balbi@ti.com>
2760 L:      linux-usb@vger.kernel.org
2761 L:      linux-omap@vger.kernel.org
2762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2763 S:      Maintained
2764 F:      drivers/usb/dwc3/
2766 DEVICE FREQUENCY (DEVFREQ)
2767 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
2768 M:      Kyungmin Park <kyungmin.park@samsung.com>
2769 L:      linux-pm@vger.kernel.org
2770 S:      Maintained
2771 F:      drivers/devfreq/
2773 DEVICE NUMBER REGISTRY
2774 M:      Torben Mathiasen <device@lanana.org>
2775 W:      http://lanana.org/docs/device-list/index.html
2776 S:      Maintained
2778 DEVICE-MAPPER  (LVM)
2779 M:      Alasdair Kergon <agk@redhat.com>
2780 M:      Mike Snitzer <snitzer@redhat.com>
2781 M:      dm-devel@redhat.com
2782 L:      dm-devel@redhat.com
2783 W:      http://sources.redhat.com/dm
2784 Q:      http://patchwork.kernel.org/project/dm-devel/list/
2785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
2786 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
2787 S:      Maintained
2788 F:      Documentation/device-mapper/
2789 F:      drivers/md/dm*
2790 F:      drivers/md/persistent-data/
2791 F:      include/linux/device-mapper.h
2792 F:      include/linux/dm-*.h
2793 F:      include/uapi/linux/dm-*.h
2795 DIALOG SEMICONDUCTOR DRIVERS
2796 M:      Support Opensource <support.opensource@diasemi.com>
2797 W:      http://www.dialog-semiconductor.com/products
2798 S:      Supported
2799 F:      Documentation/hwmon/da90??
2800 F:      drivers/gpio/gpio-da90??.c
2801 F:      drivers/hwmon/da90??-hwmon.c
2802 F:      drivers/input/misc/da90??_onkey.c
2803 F:      drivers/input/touchscreen/da9052_tsi.c
2804 F:      drivers/leds/leds-da90??.c
2805 F:      drivers/mfd/da903x.c
2806 F:      drivers/mfd/da90??-*.c
2807 F:      drivers/power/da9052-battery.c
2808 F:      drivers/regulator/da903x.c
2809 F:      drivers/regulator/da9???-regulator.[ch]
2810 F:      drivers/rtc/rtc-da90??.c
2811 F:      drivers/video/backlight/da90??_bl.c
2812 F:      drivers/watchdog/da90??_wdt.c
2813 F:      include/linux/mfd/da903x.h
2814 F:      include/linux/mfd/da9052/
2815 F:      include/linux/mfd/da9055/
2816 F:      include/linux/mfd/da9063/
2817 F:      include/sound/da[79]*.h
2818 F:      sound/soc/codecs/da[79]*.[ch]
2820 DIGI NEO AND CLASSIC PCI PRODUCTS
2821 M:      Lidza Louina <lidza.louina@gmail.com>
2822 M:      Mark Hounschell <markh@compro.net>
2823 L:      driverdev-devel@linuxdriverproject.org
2824 S:      Maintained
2825 F:      drivers/staging/dgnc/
2827 DIGI EPCA PCI PRODUCTS
2828 M:      Lidza Louina <lidza.louina@gmail.com>
2829 M:      Mark Hounschell <markh@compro.net>
2830 L:      driverdev-devel@linuxdriverproject.org
2831 S:      Maintained
2832 F:      drivers/staging/dgap/
2834 DIOLAN U2C-12 I2C DRIVER
2835 M:      Guenter Roeck <linux@roeck-us.net>
2836 L:      linux-i2c@vger.kernel.org
2837 S:      Maintained
2838 F:      drivers/i2c/busses/i2c-diolan-u2c.c
2840 DIRECTORY NOTIFICATION (DNOTIFY)
2841 M:      Eric Paris <eparis@parisplace.org>
2842 S:      Maintained
2843 F:      Documentation/filesystems/dnotify.txt
2844 F:      fs/notify/dnotify/
2845 F:      include/linux/dnotify.h
2847 DISK GEOMETRY AND PARTITION HANDLING
2848 M:      Andries Brouwer <aeb@cwi.nl>
2849 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2850 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2851 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2852 S:      Maintained
2854 DISKQUOTA
2855 M:      Jan Kara <jack@suse.cz>
2856 S:      Maintained
2857 F:      Documentation/filesystems/quota.txt
2858 F:      fs/quota/
2859 F:      include/linux/quota*.h
2860 F:      include/uapi/linux/quota*.h
2862 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2863 M:      Bernie Thompson <bernie@plugable.com>
2864 L:      linux-fbdev@vger.kernel.org
2865 S:      Maintained
2866 W:      http://plugable.com/category/projects/udlfb/
2867 F:      drivers/video/udlfb.c
2868 F:      include/video/udlfb.h
2869 F:      Documentation/fb/udlfb.txt
2871 DISTRIBUTED LOCK MANAGER (DLM)
2872 M:      Christine Caulfield <ccaulfie@redhat.com>
2873 M:      David Teigland <teigland@redhat.com>
2874 L:      cluster-devel@redhat.com
2875 W:      http://sources.redhat.com/cluster/
2876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2877 S:      Supported
2878 F:      fs/dlm/
2880 DMA BUFFER SHARING FRAMEWORK
2881 M:      Sumit Semwal <sumit.semwal@linaro.org>
2882 S:      Maintained
2883 L:      linux-media@vger.kernel.org
2884 L:      dri-devel@lists.freedesktop.org
2885 L:      linaro-mm-sig@lists.linaro.org
2886 F:      drivers/base/dma-buf*
2887 F:      include/linux/dma-buf*
2888 F:      Documentation/dma-buf-sharing.txt
2889 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2891 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2892 M:      Vinod Koul <vinod.koul@intel.com>
2893 M:      Dan Williams <dan.j.williams@intel.com>
2894 L:      dmaengine@vger.kernel.org
2895 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
2896 S:      Supported
2897 F:      drivers/dma/
2898 F:      include/linux/dma*
2899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2900 T:      git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2902 DME1737 HARDWARE MONITOR DRIVER
2903 M:      Juerg Haefliger <juergh@gmail.com>
2904 L:      lm-sensors@lm-sensors.org
2905 S:      Maintained
2906 F:      Documentation/hwmon/dme1737
2907 F:      drivers/hwmon/dme1737.c
2909 DOCKING STATION DRIVER
2910 M:      Shaohua Li <shaohua.li@intel.com>
2911 L:      linux-acpi@vger.kernel.org
2912 S:      Supported
2913 F:      drivers/acpi/dock.c
2915 DOCUMENTATION
2916 M:      Randy Dunlap <rdunlap@infradead.org>
2917 L:      linux-doc@vger.kernel.org
2918 T:      quilt http://www.infradead.org/~rdunlap/Doc/patches/
2919 S:      Maintained
2920 F:      Documentation/
2922 DOUBLETALK DRIVER
2923 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
2924 L:      blinux-list@redhat.com
2925 S:      Maintained
2926 F:      drivers/char/dtlk.c
2927 F:      include/linux/dtlk.h
2929 DPT_I2O SCSI RAID DRIVER
2930 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2931 L:      linux-scsi@vger.kernel.org
2932 W:      http://www.adaptec.com/
2933 S:      Maintained
2934 F:      drivers/scsi/dpt*
2935 F:      drivers/scsi/dpt/
2937 DRBD DRIVER
2938 P:      Philipp Reisner
2939 P:      Lars Ellenberg
2940 M:      drbd-dev@lists.linbit.com
2941 L:      drbd-user@lists.linbit.com
2942 W:      http://www.drbd.org
2943 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
2944 T:      git git://git.drbd.org/drbd-8.3.git
2945 S:      Supported
2946 F:      drivers/block/drbd/
2947 F:      lib/lru_cache.c
2948 F:      Documentation/blockdev/drbd/
2950 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2951 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
2953 S:      Supported
2954 F:      Documentation/kobject.txt
2955 F:      drivers/base/
2956 F:      fs/sysfs/
2957 F:      fs/debugfs/
2958 F:      include/linux/kobj*
2959 F:      include/linux/debugfs.h
2960 F:      lib/kobj*
2962 DRM DRIVERS
2963 M:      David Airlie <airlied@linux.ie>
2964 L:      dri-devel@lists.freedesktop.org
2965 T:      git git://people.freedesktop.org/~airlied/linux
2966 S:      Maintained
2967 F:      drivers/gpu/drm/
2968 F:      drivers/gpu/vga/
2969 F:      include/drm/
2970 F:      include/uapi/drm/
2972 RADEON DRM DRIVERS
2973 M:      Alex Deucher <alexander.deucher@amd.com>
2974 M:      Christian König <christian.koenig@amd.com>
2975 L:      dri-devel@lists.freedesktop.org
2976 T:      git git://people.freedesktop.org/~agd5f/linux
2977 S:      Supported
2978 F:      drivers/gpu/drm/radeon/
2979 F:      include/drm/radeon*
2980 F:      include/uapi/drm/radeon*
2982 DRM PANEL DRIVERS
2983 M:      Thierry Reding <thierry.reding@gmail.com>
2984 L:      dri-devel@lists.freedesktop.org
2985 T:      git git://anongit.freedesktop.org/tegra/linux.git
2986 S:      Maintained
2987 F:      drivers/gpu/drm/drm_panel.c
2988 F:      drivers/gpu/drm/panel/
2989 F:      include/drm/drm_panel.h
2990 F:      Documentation/devicetree/bindings/panel/
2992 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2993 M:      Daniel Vetter <daniel.vetter@ffwll.ch>
2994 M:      Jani Nikula <jani.nikula@linux.intel.com>
2995 L:      intel-gfx@lists.freedesktop.org
2996 L:      dri-devel@lists.freedesktop.org
2997 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
2998 T:      git git://anongit.freedesktop.org/drm-intel
2999 S:      Supported
3000 F:      drivers/gpu/drm/i915/
3001 F:      include/drm/i915*
3002 F:      include/uapi/drm/i915*
3004 DRM DRIVERS FOR EXYNOS
3005 M:      Inki Dae <inki.dae@samsung.com>
3006 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3007 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3008 M:      Kyungmin Park <kyungmin.park@samsung.com>
3009 L:      dri-devel@lists.freedesktop.org
3010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3011 S:      Supported
3012 F:      drivers/gpu/drm/exynos/
3013 F:      include/drm/exynos*
3014 F:      include/uapi/drm/exynos*
3016 DRM DRIVERS FOR NVIDIA TEGRA
3017 M:      Thierry Reding <thierry.reding@gmail.com>
3018 M:      Terje Bergström <tbergstrom@nvidia.com>
3019 L:      dri-devel@lists.freedesktop.org
3020 L:      linux-tegra@vger.kernel.org
3021 T:      git git://anongit.freedesktop.org/tegra/linux.git
3022 S:      Supported
3023 F:      drivers/gpu/drm/tegra/
3024 F:      drivers/gpu/host1x/
3025 F:      include/linux/host1x.h
3026 F:      include/uapi/drm/tegra_drm.h
3027 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3029 DSBR100 USB FM RADIO DRIVER
3030 M:      Alexey Klimov <klimov.linux@gmail.com>
3031 L:      linux-media@vger.kernel.org
3032 T:      git git://linuxtv.org/media_tree.git
3033 S:      Maintained
3034 F:      drivers/media/radio/dsbr100.c
3036 DSCC4 DRIVER
3037 M:      Francois Romieu <romieu@fr.zoreil.com>
3038 L:      netdev@vger.kernel.org
3039 S:      Maintained
3040 F:      drivers/net/wan/dscc4.c
3042 DVB_USB_AF9015 MEDIA DRIVER
3043 M:      Antti Palosaari <crope@iki.fi>
3044 L:      linux-media@vger.kernel.org
3045 W:      http://linuxtv.org/
3046 W:      http://palosaari.fi/linux/
3047 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3048 T:      git git://linuxtv.org/anttip/media_tree.git
3049 S:      Maintained
3050 F:      drivers/media/usb/dvb-usb-v2/af9015*
3052 DVB_USB_AF9035 MEDIA DRIVER
3053 M:      Antti Palosaari <crope@iki.fi>
3054 L:      linux-media@vger.kernel.org
3055 W:      http://linuxtv.org/
3056 W:      http://palosaari.fi/linux/
3057 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3058 T:      git git://linuxtv.org/anttip/media_tree.git
3059 S:      Maintained
3060 F:      drivers/media/usb/dvb-usb-v2/af9035*
3062 DVB_USB_ANYSEE MEDIA DRIVER
3063 M:      Antti Palosaari <crope@iki.fi>
3064 L:      linux-media@vger.kernel.org
3065 W:      http://linuxtv.org/
3066 W:      http://palosaari.fi/linux/
3067 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3068 T:      git git://linuxtv.org/anttip/media_tree.git
3069 S:      Maintained
3070 F:      drivers/media/usb/dvb-usb-v2/anysee*
3072 DVB_USB_AU6610 MEDIA DRIVER
3073 M:      Antti Palosaari <crope@iki.fi>
3074 L:      linux-media@vger.kernel.org
3075 W:      http://linuxtv.org/
3076 W:      http://palosaari.fi/linux/
3077 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3078 T:      git git://linuxtv.org/anttip/media_tree.git
3079 S:      Maintained
3080 F:      drivers/media/usb/dvb-usb-v2/au6610*
3082 DVB_USB_CE6230 MEDIA DRIVER
3083 M:      Antti Palosaari <crope@iki.fi>
3084 L:      linux-media@vger.kernel.org
3085 W:      http://linuxtv.org/
3086 W:      http://palosaari.fi/linux/
3087 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3088 T:      git git://linuxtv.org/anttip/media_tree.git
3089 S:      Maintained
3090 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3092 DVB_USB_CXUSB MEDIA DRIVER
3093 M:      Michael Krufky <mkrufky@linuxtv.org>
3094 L:      linux-media@vger.kernel.org
3095 W:      http://linuxtv.org/
3096 W:      http://github.com/mkrufky
3097 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3098 T:      git git://linuxtv.org/media_tree.git
3099 S:      Maintained
3100 F:      drivers/media/usb/dvb-usb/cxusb*
3102 DVB_USB_EC168 MEDIA DRIVER
3103 M:      Antti Palosaari <crope@iki.fi>
3104 L:      linux-media@vger.kernel.org
3105 W:      http://linuxtv.org/
3106 W:      http://palosaari.fi/linux/
3107 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3108 T:      git git://linuxtv.org/anttip/media_tree.git
3109 S:      Maintained
3110 F:      drivers/media/usb/dvb-usb-v2/ec168*
3112 DVB_USB_GL861 MEDIA DRIVER
3113 M:      Antti Palosaari <crope@iki.fi>
3114 L:      linux-media@vger.kernel.org
3115 W:      http://linuxtv.org/
3116 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3117 T:      git git://linuxtv.org/anttip/media_tree.git
3118 S:      Maintained
3119 F:      drivers/media/usb/dvb-usb-v2/gl861*
3121 DVB_USB_MXL111SF MEDIA DRIVER
3122 M:      Michael Krufky <mkrufky@linuxtv.org>
3123 L:      linux-media@vger.kernel.org
3124 W:      http://linuxtv.org/
3125 W:      http://github.com/mkrufky
3126 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3127 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3128 S:      Maintained
3129 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3131 DVB_USB_RTL28XXU MEDIA DRIVER
3132 M:      Antti Palosaari <crope@iki.fi>
3133 L:      linux-media@vger.kernel.org
3134 W:      http://linuxtv.org/
3135 W:      http://palosaari.fi/linux/
3136 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3137 T:      git git://linuxtv.org/anttip/media_tree.git
3138 S:      Maintained
3139 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3141 DVB_USB_V2 MEDIA DRIVER
3142 M:      Antti Palosaari <crope@iki.fi>
3143 L:      linux-media@vger.kernel.org
3144 W:      http://linuxtv.org/
3145 W:      http://palosaari.fi/linux/
3146 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3147 T:      git git://linuxtv.org/anttip/media_tree.git
3148 S:      Maintained
3149 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3150 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3152 DYNAMIC DEBUG
3153 M:      Jason Baron <jbaron@akamai.com>
3154 S:      Maintained
3155 F:      lib/dynamic_debug.c
3156 F:      include/linux/dynamic_debug.h
3158 DZ DECSTATION DZ11 SERIAL DRIVER
3159 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3160 S:      Maintained
3161 F:      drivers/tty/serial/dz.*
3163 E4000 MEDIA DRIVER
3164 M:      Antti Palosaari <crope@iki.fi>
3165 L:      linux-media@vger.kernel.org
3166 W:      http://linuxtv.org/
3167 W:      http://palosaari.fi/linux/
3168 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3169 T:      git git://linuxtv.org/anttip/media_tree.git
3170 S:      Maintained
3171 F:      drivers/media/tuners/e4000*
3173 EATA-DMA SCSI DRIVER
3174 M:      Michael Neuffer <mike@i-Connect.Net>
3175 L:      linux-eata@i-connect.net
3176 L:      linux-scsi@vger.kernel.org
3177 S:      Maintained
3178 F:      drivers/scsi/eata*
3180 EATA ISA/EISA/PCI SCSI DRIVER
3181 M:      Dario Ballabio <ballabio_dario@emc.com>
3182 L:      linux-scsi@vger.kernel.org
3183 S:      Maintained
3184 F:      drivers/scsi/eata.c
3186 EATA-PIO SCSI DRIVER
3187 M:      Michael Neuffer <mike@i-Connect.Net>
3188 L:      linux-eata@i-connect.net
3189 L:      linux-scsi@vger.kernel.org
3190 S:      Maintained
3191 F:      drivers/scsi/eata_pio.*
3193 EC100 MEDIA DRIVER
3194 M:      Antti Palosaari <crope@iki.fi>
3195 L:      linux-media@vger.kernel.org
3196 W:      http://linuxtv.org/
3197 W:      http://palosaari.fi/linux/
3198 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3199 T:      git git://linuxtv.org/anttip/media_tree.git
3200 S:      Maintained
3201 F:      drivers/media/dvb-frontends/ec100*
3203 ECRYPT FILE SYSTEM
3204 M:      Tyler Hicks <tyhicks@canonical.com>
3205 L:      ecryptfs@vger.kernel.org
3206 W:      http://ecryptfs.org
3207 W:      https://launchpad.net/ecryptfs
3208 S:      Supported
3209 F:      Documentation/filesystems/ecryptfs.txt
3210 F:      fs/ecryptfs/
3212 EDAC-CORE
3213 M:      Doug Thompson <dougthompson@xmission.com>
3214 M:      Borislav Petkov <bp@alien8.de>
3215 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3216 L:      linux-edac@vger.kernel.org
3217 W:      bluesmoke.sourceforge.net
3218 S:      Supported
3219 F:      Documentation/edac.txt
3220 F:      drivers/edac/
3221 F:      include/linux/edac.h
3223 EDAC-AMD64
3224 M:      Doug Thompson <dougthompson@xmission.com>
3225 M:      Borislav Petkov <bp@alien8.de>
3226 L:      linux-edac@vger.kernel.org
3227 W:      bluesmoke.sourceforge.net
3228 S:      Maintained
3229 F:      drivers/edac/amd64_edac*
3231 EDAC-CALXEDA
3232 M:      Doug Thompson <dougthompson@xmission.com>
3233 M:      Robert Richter <rric@kernel.org>
3234 L:      linux-edac@vger.kernel.org
3235 W:      bluesmoke.sourceforge.net
3236 S:      Maintained
3237 F:      drivers/edac/highbank*
3239 EDAC-CAVIUM
3240 M:      Ralf Baechle <ralf@linux-mips.org>
3241 M:      David Daney <david.daney@cavium.com>
3242 L:      linux-edac@vger.kernel.org
3243 L:      linux-mips@linux-mips.org
3244 W:      bluesmoke.sourceforge.net
3245 S:      Supported
3246 F:      drivers/edac/octeon_edac*
3248 EDAC-E752X
3249 M:      Mark Gross <mark.gross@intel.com>
3250 M:      Doug Thompson <dougthompson@xmission.com>
3251 L:      linux-edac@vger.kernel.org
3252 W:      bluesmoke.sourceforge.net
3253 S:      Maintained
3254 F:      drivers/edac/e752x_edac.c
3256 EDAC-E7XXX
3257 M:      Doug Thompson <dougthompson@xmission.com>
3258 L:      linux-edac@vger.kernel.org
3259 W:      bluesmoke.sourceforge.net
3260 S:      Maintained
3261 F:      drivers/edac/e7xxx_edac.c
3263 EDAC-GHES
3264 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3265 L:      linux-edac@vger.kernel.org
3266 W:      bluesmoke.sourceforge.net
3267 S:      Maintained
3268 F:      drivers/edac/ghes_edac.c
3270 EDAC-I82443BXGX
3271 M:      Tim Small <tim@buttersideup.com>
3272 L:      linux-edac@vger.kernel.org
3273 W:      bluesmoke.sourceforge.net
3274 S:      Maintained
3275 F:      drivers/edac/i82443bxgx_edac.c
3277 EDAC-I3000
3278 M:      Jason Uhlenkott <juhlenko@akamai.com>
3279 L:      linux-edac@vger.kernel.org
3280 W:      bluesmoke.sourceforge.net
3281 S:      Maintained
3282 F:      drivers/edac/i3000_edac.c
3284 EDAC-I5000
3285 M:      Doug Thompson <dougthompson@xmission.com>
3286 L:      linux-edac@vger.kernel.org
3287 W:      bluesmoke.sourceforge.net
3288 S:      Maintained
3289 F:      drivers/edac/i5000_edac.c
3291 EDAC-I5400
3292 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3293 L:      linux-edac@vger.kernel.org
3294 W:      bluesmoke.sourceforge.net
3295 S:      Maintained
3296 F:      drivers/edac/i5400_edac.c
3298 EDAC-I7300
3299 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3300 L:      linux-edac@vger.kernel.org
3301 W:      bluesmoke.sourceforge.net
3302 S:      Maintained
3303 F:      drivers/edac/i7300_edac.c
3305 EDAC-I7CORE
3306 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3307 L:      linux-edac@vger.kernel.org
3308 W:      bluesmoke.sourceforge.net
3309 S:      Maintained
3310 F:      drivers/edac/i7core_edac.c
3312 EDAC-I82975X
3313 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3314 M:      "Arvind R." <arvino55@gmail.com>
3315 L:      linux-edac@vger.kernel.org
3316 W:      bluesmoke.sourceforge.net
3317 S:      Maintained
3318 F:      drivers/edac/i82975x_edac.c
3320 EDAC-MPC85XX
3321 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3322 L:      linux-edac@vger.kernel.org
3323 W:      bluesmoke.sourceforge.net
3324 S:      Maintained
3325 F:      drivers/edac/mpc85xx_edac.[ch]
3327 EDAC-PASEMI
3328 M:      Egor Martovetsky <egor@pasemi.com>
3329 L:      linux-edac@vger.kernel.org
3330 W:      bluesmoke.sourceforge.net
3331 S:      Maintained
3332 F:      drivers/edac/pasemi_edac.c
3334 EDAC-R82600
3335 M:      Tim Small <tim@buttersideup.com>
3336 L:      linux-edac@vger.kernel.org
3337 W:      bluesmoke.sourceforge.net
3338 S:      Maintained
3339 F:      drivers/edac/r82600_edac.c
3341 EDAC-SBRIDGE
3342 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3343 L:      linux-edac@vger.kernel.org
3344 W:      bluesmoke.sourceforge.net
3345 S:      Maintained
3346 F:      drivers/edac/sb_edac.c
3348 EDIROL UA-101/UA-1000 DRIVER
3349 M:      Clemens Ladisch <clemens@ladisch.de>
3350 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3351 T:      git git://git.alsa-project.org/alsa-kernel.git
3352 S:      Maintained
3353 F:      sound/usb/misc/ua101.c
3355 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3356 M:      Matt Fleming <matt.fleming@intel.com>
3357 L:      linux-efi@vger.kernel.org
3358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3359 S:      Maintained
3360 F:      Documentation/x86/efi-stub.txt
3361 F:      arch/ia64/kernel/efi.c
3362 F:      arch/x86/boot/compressed/eboot.[ch]
3363 F:      arch/x86/include/asm/efi.h
3364 F:      arch/x86/platform/efi/*
3365 F:      drivers/firmware/efi/*
3366 F:      include/linux/efi*.h
3368 EFI VARIABLE FILESYSTEM
3369 M:      Matthew Garrett <matthew.garrett@nebula.com>
3370 M:      Jeremy Kerr <jk@ozlabs.org>
3371 M:      Matt Fleming <matt.fleming@intel.com>
3372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3373 L:      linux-efi@vger.kernel.org
3374 S:      Maintained
3375 F:      fs/efivarfs/
3377 EFIFB FRAMEBUFFER DRIVER
3378 L:      linux-fbdev@vger.kernel.org
3379 M:      Peter Jones <pjones@redhat.com>
3380 S:      Maintained
3381 F:      drivers/video/efifb.c
3383 EFS FILESYSTEM
3384 W:      http://aeschi.ch.eu.org/efs/
3385 S:      Orphan
3386 F:      fs/efs/
3388 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3389 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3390 M:      Christoph Raisch <raisch@de.ibm.com>
3391 L:      linux-rdma@vger.kernel.org
3392 S:      Supported
3393 F:      drivers/infiniband/hw/ehca/
3395 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3396 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3397 L:      netdev@vger.kernel.org
3398 S:      Maintained
3399 F:      drivers/net/ethernet/ibm/ehea/
3401 EM28XX VIDEO4LINUX DRIVER
3402 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
3403 L:      linux-media@vger.kernel.org
3404 W:      http://linuxtv.org
3405 T:      git git://linuxtv.org/media_tree.git
3406 S:      Maintained
3407 F:      drivers/media/usb/em28xx/
3409 EMBEDDED LINUX
3410 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3411 M:      Matt Mackall <mpm@selenic.com>
3412 M:      David Woodhouse <dwmw2@infradead.org>
3413 L:      linux-embedded@vger.kernel.org
3414 S:      Maintained
3416 EMULEX LPFC FC SCSI DRIVER
3417 M:      James Smart <james.smart@emulex.com>
3418 L:      linux-scsi@vger.kernel.org
3419 W:      http://sourceforge.net/projects/lpfcxxxx
3420 S:      Supported
3421 F:      drivers/scsi/lpfc/
3423 ENE CB710 FLASH CARD READER DRIVER
3424 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3425 S:      Maintained
3426 F:      drivers/misc/cb710/
3427 F:      drivers/mmc/host/cb710-mmc.*
3428 F:      include/linux/cb710.h
3430 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3431 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3432 S:      Maintained
3433 F:      drivers/media/rc/ene_ir.*
3435 ENHANCED ERROR HANDLING (EEH)
3436 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3437 L:      linuxppc-dev@lists.ozlabs.org
3438 S:      Supported
3439 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3440 F:      arch/powerpc/kernel/eeh*.c
3442 EPSON S1D13XXX FRAMEBUFFER DRIVER
3443 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3444 S:      Maintained
3445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3446 F:      drivers/video/s1d13xxxfb.c
3447 F:      include/video/s1d13xxxfb.h
3449 ETHERNET BRIDGE
3450 M:      Stephen Hemminger <stephen@networkplumber.org>
3451 L:      bridge@lists.linux-foundation.org
3452 L:      netdev@vger.kernel.org
3453 W:      http://www.linuxfoundation.org/en/Net:Bridge
3454 S:      Maintained
3455 F:      include/linux/netfilter_bridge/
3456 F:      net/bridge/
3458 ETHERNET PHY LIBRARY
3459 M:      Florian Fainelli <f.fainelli@gmail.com>
3460 L:      netdev@vger.kernel.org
3461 S:      Maintained
3462 F:      include/linux/phy.h
3463 F:      include/linux/phy_fixed.h
3464 F:      drivers/net/phy/
3465 F:      Documentation/networking/phy.txt
3466 F:      drivers/of/of_mdio.c
3467 F:      drivers/of/of_net.c
3469 EXT2 FILE SYSTEM
3470 M:      Jan Kara <jack@suse.cz>
3471 L:      linux-ext4@vger.kernel.org
3472 S:      Maintained
3473 F:      Documentation/filesystems/ext2.txt
3474 F:      fs/ext2/
3475 F:      include/linux/ext2*
3477 EXT3 FILE SYSTEM
3478 M:      Jan Kara <jack@suse.cz>
3479 M:      Andrew Morton <akpm@linux-foundation.org>
3480 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3481 L:      linux-ext4@vger.kernel.org
3482 S:      Maintained
3483 F:      Documentation/filesystems/ext3.txt
3484 F:      fs/ext3/
3486 EXT4 FILE SYSTEM
3487 M:      "Theodore Ts'o" <tytso@mit.edu>
3488 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3489 L:      linux-ext4@vger.kernel.org
3490 W:      http://ext4.wiki.kernel.org
3491 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3492 S:      Maintained
3493 F:      Documentation/filesystems/ext4.txt
3494 F:      fs/ext4/
3496 Extended Verification Module (EVM)
3497 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3498 L:      linux-ima-devel@lists.sourceforge.net
3499 L:      linux-security-module@vger.kernel.org
3500 S:      Supported
3501 F:      security/integrity/evm/
3503 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3504 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3505 M:      Chanwoo Choi <cw00.choi@samsung.com>
3506 L:      linux-kernel@vger.kernel.org
3507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3508 S:      Maintained
3509 F:      drivers/extcon/
3510 F:      Documentation/extcon/
3512 EXYNOS DP DRIVER
3513 M:      Jingoo Han <jg1.han@samsung.com>
3514 L:      dri-devel@lists.freedesktop.org
3515 S:      Maintained
3516 F:      drivers/gpu/drm/exynos/exynos_dp*
3518 EXYNOS MIPI DISPLAY DRIVERS
3519 M:      Inki Dae <inki.dae@samsung.com>
3520 M:      Donghwa Lee <dh09.lee@samsung.com>
3521 M:      Kyungmin Park <kyungmin.park@samsung.com>
3522 L:      linux-fbdev@vger.kernel.org
3523 S:      Maintained
3524 F:      drivers/video/exynos/exynos_mipi*
3525 F:      include/video/exynos_mipi*
3527 F71805F HARDWARE MONITORING DRIVER
3528 M:      Jean Delvare <jdelvare@suse.de>
3529 L:      lm-sensors@lm-sensors.org
3530 S:      Maintained
3531 F:      Documentation/hwmon/f71805f
3532 F:      drivers/hwmon/f71805f.c
3534 FC0011 TUNER DRIVER
3535 M:      Michael Buesch <m@bues.ch>
3536 L:      linux-media@vger.kernel.org
3537 S:      Maintained
3538 F:      drivers/media/tuners/fc0011.h
3539 F:      drivers/media/tuners/fc0011.c
3541 FC2580 MEDIA DRIVER
3542 M:      Antti Palosaari <crope@iki.fi>
3543 L:      linux-media@vger.kernel.org
3544 W:      http://linuxtv.org/
3545 W:      http://palosaari.fi/linux/
3546 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3547 T:      git git://linuxtv.org/anttip/media_tree.git
3548 S:      Maintained
3549 F:      drivers/media/tuners/fc2580*
3551 FANOTIFY
3552 M:      Eric Paris <eparis@redhat.com>
3553 S:      Maintained
3554 F:      fs/notify/fanotify/
3555 F:      include/linux/fanotify.h
3556 F:      include/uapi/linux/fanotify.h
3558 FARSYNC SYNCHRONOUS DRIVER
3559 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3560 W:      http://www.farsite.co.uk/
3561 S:      Supported
3562 F:      drivers/net/wan/farsync.*
3564 FAULT INJECTION SUPPORT
3565 M:      Akinobu Mita <akinobu.mita@gmail.com>
3566 S:      Supported
3567 F:      Documentation/fault-injection/
3568 F:      lib/fault-inject.c
3570 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3571 M:      Robert Love <robert.w.love@intel.com>
3572 L:      fcoe-devel@open-fcoe.org
3573 W:      www.Open-FCoE.org
3574 S:      Supported
3575 F:      drivers/scsi/libfc/
3576 F:      drivers/scsi/fcoe/
3577 F:      include/scsi/fc/
3578 F:      include/scsi/libfc.h
3579 F:      include/scsi/libfcoe.h
3580 F:      include/uapi/scsi/fc/
3582 FILE LOCKING (flock() and fcntl()/lockf())
3583 M:      Jeff Layton <jlayton@poochiereds.net>
3584 M:      J. Bruce Fields <bfields@fieldses.org>
3585 L:      linux-fsdevel@vger.kernel.org
3586 S:      Maintained
3587 F:      include/linux/fcntl.h
3588 F:      include/linux/fs.h
3589 F:      include/uapi/linux/fcntl.h
3590 F:      include/uapi/linux/fs.h
3591 F:      fs/fcntl.c
3592 F:      fs/locks.c
3594 FILESYSTEMS (VFS and infrastructure)
3595 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3596 L:      linux-fsdevel@vger.kernel.org
3597 S:      Maintained
3598 F:      fs/*
3600 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3601 M:      Riku Voipio <riku.voipio@iki.fi>
3602 L:      lm-sensors@lm-sensors.org
3603 S:      Maintained
3604 F:      drivers/hwmon/f75375s.c
3605 F:      include/linux/f75375s.h
3607 FIREWIRE AUDIO DRIVERS
3608 M:      Clemens Ladisch <clemens@ladisch.de>
3609 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3610 T:      git git://git.alsa-project.org/alsa-kernel.git
3611 S:      Maintained
3612 F:      sound/firewire/
3614 FIREWIRE MEDIA DRIVERS (firedtv)
3615 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3616 L:      linux-media@vger.kernel.org
3617 L:      linux1394-devel@lists.sourceforge.net
3618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3619 S:      Maintained
3620 F:      drivers/media/firewire/
3622 FIREWIRE SBP-2 TARGET
3623 M:      Chris Boot <bootc@bootc.net>
3624 L:      linux-scsi@vger.kernel.org
3625 L:      target-devel@vger.kernel.org
3626 L:      linux1394-devel@lists.sourceforge.net
3627 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3628 S:      Maintained
3629 F:      drivers/target/sbp/
3631 FIREWIRE SUBSYSTEM
3632 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3633 L:      linux1394-devel@lists.sourceforge.net
3634 W:      http://ieee1394.wiki.kernel.org/
3635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3636 S:      Maintained
3637 F:      drivers/firewire/
3638 F:      include/linux/firewire.h
3639 F:      include/uapi/linux/firewire*.h
3640 F:      tools/firewire/
3642 FIRMWARE LOADER (request_firmware)
3643 M:      Ming Lei <ming.lei@canonical.com>
3644 L:      linux-kernel@vger.kernel.org
3645 S:      Maintained
3646 F:      Documentation/firmware_class/
3647 F:      drivers/base/firmware*.c
3648 F:      include/linux/firmware.h
3650 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3651 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3652 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3653 S:      Maintained
3654 F:      drivers/block/rsxx/
3656 FLOPPY DRIVER
3657 M:      Jiri Kosina <jkosina@suse.cz>
3658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3659 S:      Odd fixes
3660 F:      drivers/block/floppy.c
3662 FMC SUBSYSTEM
3663 M:      Alessandro Rubini <rubini@gnudd.com>
3664 W:      http://www.ohwr.org/projects/fmc-bus
3665 S:      Supported
3666 F:      drivers/fmc/
3667 F:      include/linux/fmc*.h
3668 F:      include/linux/ipmi-fru.h
3669 K:      fmc_d.*register
3671 FPU EMULATOR
3672 M:      Bill Metzenthen <billm@melbpc.org.au>
3673 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3674 S:      Maintained
3675 F:      arch/x86/math-emu/
3677 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3678 L:      netdev@vger.kernel.org
3679 S:      Orphan
3680 F:      drivers/net/wan/dlci.c
3681 F:      drivers/net/wan/sdla.c
3683 FRAMEBUFFER LAYER
3684 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3685 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
3686 L:      linux-fbdev@vger.kernel.org
3687 W:      http://linux-fbdev.sourceforge.net/
3688 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
3689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
3690 S:      Maintained
3691 F:      Documentation/fb/
3692 F:      Documentation/devicetree/bindings/fb/
3693 F:      drivers/video/
3694 F:      include/video/
3695 F:      include/linux/fb.h
3696 F:      include/uapi/video/
3697 F:      include/uapi/linux/fb.h
3699 FREESCALE DIU FRAMEBUFFER DRIVER
3700 M:      Timur Tabi <timur@tabi.org>
3701 L:      linux-fbdev@vger.kernel.org
3702 S:      Maintained
3703 F:      drivers/video/fsl-diu-fb.*
3705 FREESCALE DMA DRIVER
3706 M:      Li Yang <leoli@freescale.com>
3707 M:      Zhang Wei <zw@zh-kernel.org>
3708 L:      linuxppc-dev@lists.ozlabs.org
3709 S:      Maintained
3710 F:      drivers/dma/fsldma.*
3712 FREESCALE I2C CPM DRIVER
3713 M:      Jochen Friedrich <jochen@scram.de>
3714 L:      linuxppc-dev@lists.ozlabs.org
3715 L:      linux-i2c@vger.kernel.org
3716 S:      Maintained
3717 F:      drivers/i2c/busses/i2c-cpm.c
3719 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
3720 M:      Sascha Hauer <kernel@pengutronix.de>
3721 L:      linux-fbdev@vger.kernel.org
3722 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3723 S:      Maintained
3724 F:      include/linux/platform_data/video-imxfb.h
3725 F:      drivers/video/imxfb.c
3727 FREESCALE SOC FS_ENET DRIVER
3728 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
3729 M:      Vitaly Bordug <vbordug@ru.mvista.com>
3730 L:      linuxppc-dev@lists.ozlabs.org
3731 L:      netdev@vger.kernel.org
3732 S:      Maintained
3733 F:      drivers/net/ethernet/freescale/fs_enet/
3734 F:      include/linux/fs_enet_pd.h
3736 FREESCALE QUICC ENGINE LIBRARY
3737 L:      linuxppc-dev@lists.ozlabs.org
3738 S:      Orphan
3739 F:      arch/powerpc/sysdev/qe_lib/
3740 F:      arch/powerpc/include/asm/*qe.h
3742 FREESCALE USB PERIPHERAL DRIVERS
3743 M:      Li Yang <leoli@freescale.com>
3744 L:      linux-usb@vger.kernel.org
3745 L:      linuxppc-dev@lists.ozlabs.org
3746 S:      Maintained
3747 F:      drivers/usb/gadget/fsl*
3749 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
3750 M:      Li Yang <leoli@freescale.com>
3751 L:      netdev@vger.kernel.org
3752 L:      linuxppc-dev@lists.ozlabs.org
3753 S:      Maintained
3754 F:      drivers/net/ethernet/freescale/ucc_geth*
3756 FREESCALE QUICC ENGINE UCC UART DRIVER
3757 M:      Timur Tabi <timur@tabi.org>
3758 L:      linuxppc-dev@lists.ozlabs.org
3759 S:      Maintained
3760 F:      drivers/tty/serial/ucc_uart.c
3762 FREESCALE SOC SOUND DRIVERS
3763 M:      Timur Tabi <timur@tabi.org>
3764 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3765 L:      linuxppc-dev@lists.ozlabs.org
3766 S:      Maintained
3767 F:      sound/soc/fsl/fsl*
3768 F:      sound/soc/fsl/mpc8610_hpcd.c
3770 FREEVXFS FILESYSTEM
3771 M:      Christoph Hellwig <hch@infradead.org>
3772 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
3773 S:      Maintained
3774 F:      fs/freevxfs/
3776 FREEZER
3777 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
3778 M:      Pavel Machek <pavel@ucw.cz>
3779 L:      linux-pm@vger.kernel.org
3780 S:      Supported
3781 F:      Documentation/power/freezing-of-tasks.txt
3782 F:      include/linux/freezer.h
3783 F:      kernel/freezer.c
3785 FRONTSWAP API
3786 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3787 L:      linux-kernel@vger.kernel.org
3788 S:      Maintained
3789 F:      mm/frontswap.c
3790 F:      include/linux/frontswap.h
3792 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
3793 M:      David Howells <dhowells@redhat.com>
3794 L:      linux-cachefs@redhat.com
3795 S:      Supported
3796 F:      Documentation/filesystems/caching/
3797 F:      fs/fscache/
3798 F:      include/linux/fscache*.h
3800 F2FS FILE SYSTEM
3801 M:      Jaegeuk Kim <jaegeuk@kernel.org>
3802 M:      Changman Lee <cm224.lee@samsung.com>
3803 L:      linux-f2fs-devel@lists.sourceforge.net
3804 W:      http://en.wikipedia.org/wiki/F2FS
3805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
3806 S:      Maintained
3807 F:      Documentation/filesystems/f2fs.txt
3808 F:      Documentation/ABI/testing/sysfs-fs-f2fs
3809 F:      fs/f2fs/
3810 F:      include/linux/f2fs_fs.h
3812 FUJITSU FR-V (FRV) PORT
3813 M:      David Howells <dhowells@redhat.com>
3814 S:      Maintained
3815 F:      arch/frv/
3817 FUJITSU LAPTOP EXTRAS
3818 M:      Jonathan Woithe <jwoithe@just42.net>
3819 L:      platform-driver-x86@vger.kernel.org
3820 S:      Maintained
3821 F:      drivers/platform/x86/fujitsu-laptop.c
3823 FUJITSU M-5MO LS CAMERA ISP DRIVER
3824 M:      Kyungmin Park <kyungmin.park@samsung.com>
3825 M:      Heungjun Kim <riverful.kim@samsung.com>
3826 L:      linux-media@vger.kernel.org
3827 S:      Maintained
3828 F:      drivers/media/i2c/m5mols/
3829 F:      include/media/m5mols.h
3831 FUJITSU TABLET EXTRAS
3832 M:      Robert Gerlach <khnz@gmx.de>
3833 L:      platform-driver-x86@vger.kernel.org
3834 S:      Maintained
3835 F:      drivers/platform/x86/fujitsu-tablet.c
3837 FUSE: FILESYSTEM IN USERSPACE
3838 M:      Miklos Szeredi <miklos@szeredi.hu>
3839 L:      fuse-devel@lists.sourceforge.net
3840 W:      http://fuse.sourceforge.net/
3841 S:      Maintained
3842 F:      fs/fuse/
3843 F:      include/uapi/linux/fuse.h
3845 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
3846 M:      Rik Faith <faith@cs.unc.edu>
3847 L:      linux-scsi@vger.kernel.org
3848 S:      Odd Fixes (e.g., new signatures)
3849 F:      drivers/scsi/fdomain.*
3851 GCOV BASED KERNEL PROFILING
3852 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
3853 S:      Maintained
3854 F:      kernel/gcov/
3855 F:      Documentation/gcov.txt
3857 GDT SCSI DISK ARRAY CONTROLLER DRIVER
3858 M:      Achim Leubner <achim_leubner@adaptec.com>
3859 L:      linux-scsi@vger.kernel.org
3860 W:      http://www.icp-vortex.com/
3861 S:      Supported
3862 F:      drivers/scsi/gdt*
3864 GEMTEK FM RADIO RECEIVER DRIVER
3865 M:      Hans Verkuil <hverkuil@xs4all.nl>
3866 L:      linux-media@vger.kernel.org
3867 T:      git git://linuxtv.org/media_tree.git
3868 W:      http://linuxtv.org
3869 S:      Maintained
3870 F:      drivers/media/radio/radio-gemtek*
3872 GENERIC GPIO I2C DRIVER
3873 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
3874 S:      Supported
3875 F:      drivers/i2c/busses/i2c-gpio.c
3876 F:      include/linux/i2c-gpio.h
3878 GENERIC GPIO I2C MULTIPLEXER DRIVER
3879 M:      Peter Korsgaard <peter.korsgaard@barco.com>
3880 L:      linux-i2c@vger.kernel.org
3881 S:      Supported
3882 F:      drivers/i2c/muxes/i2c-mux-gpio.c
3883 F:      include/linux/i2c-mux-gpio.h
3884 F:      Documentation/i2c/muxes/i2c-mux-gpio
3886 GENERIC HDLC (WAN) DRIVERS
3887 M:      Krzysztof Halasa <khc@pm.waw.pl>
3888 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
3889 S:      Maintained
3890 F:      drivers/net/wan/c101.c
3891 F:      drivers/net/wan/hd6457*
3892 F:      drivers/net/wan/hdlc*
3893 F:      drivers/net/wan/n2.c
3894 F:      drivers/net/wan/pc300too.c
3895 F:      drivers/net/wan/pci200syn.c
3896 F:      drivers/net/wan/wanxl*
3898 GENERIC INCLUDE/ASM HEADER FILES
3899 M:      Arnd Bergmann <arnd@arndb.de>
3900 L:      linux-arch@vger.kernel.org
3901 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3902 S:      Maintained
3903 F:      include/asm-generic/
3904 F:      include/uapi/asm-generic/
3906 GENERIC PHY FRAMEWORK
3907 M:      Kishon Vijay Abraham I <kishon@ti.com>
3908 L:      linux-kernel@vger.kernel.org
3909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
3910 S:      Supported
3911 F:      drivers/phy/
3912 F:      include/linux/phy/
3914 GENERIC UIO DRIVER FOR PCI DEVICES
3915 M:      "Michael S. Tsirkin" <mst@redhat.com>
3916 L:      kvm@vger.kernel.org
3917 S:      Supported
3918 F:      drivers/uio/uio_pci_generic.c
3920 GET_MAINTAINER SCRIPT
3921 M:      Joe Perches <joe@perches.com>
3922 S:      Maintained
3923 F:      scripts/get_maintainer.pl
3925 GFS2 FILE SYSTEM
3926 M:      Steven Whitehouse <swhiteho@redhat.com>
3927 L:      cluster-devel@redhat.com
3928 W:      http://sources.redhat.com/cluster/
3929 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
3931 S:      Supported
3932 F:      Documentation/filesystems/gfs2*.txt
3933 F:      fs/gfs2/
3934 F:      include/uapi/linux/gfs2_ondisk.h
3936 GIGASET ISDN DRIVERS
3937 M:      Hansjoerg Lipp <hjlipp@web.de>
3938 M:      Tilman Schmidt <tilman@imap.cc>
3939 L:      gigaset307x-common@lists.sourceforge.net
3940 W:      http://gigaset307x.sourceforge.net/
3941 S:      Maintained
3942 F:      Documentation/isdn/README.gigaset
3943 F:      drivers/isdn/gigaset/
3944 F:      include/uapi/linux/gigaset_dev.h
3946 GPIO SUBSYSTEM
3947 M:      Linus Walleij <linus.walleij@linaro.org>
3948 M:      Alexandre Courbot <gnurou@gmail.com>
3949 L:      linux-gpio@vger.kernel.org
3950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
3951 S:      Maintained
3952 F:      Documentation/gpio/
3953 F:      drivers/gpio/
3954 F:      include/linux/gpio*
3955 F:      include/asm-generic/gpio.h
3957 GRE DEMULTIPLEXER DRIVER
3958 M:      Dmitry Kozlov <xeb@mail.ru>
3959 L:      netdev@vger.kernel.org
3960 S:      Maintained
3961 F:      net/ipv4/gre_demux.c
3962 F:      net/ipv4/gre_offload.c
3963 F:      include/net/gre.h
3965 GRETH 10/100/1G Ethernet MAC device driver
3966 M:      Kristoffer Glembo <kristoffer@gaisler.com>
3967 L:      netdev@vger.kernel.org
3968 S:      Maintained
3969 F:      drivers/net/ethernet/aeroflex/
3971 GSPCA FINEPIX SUBDRIVER
3972 M:      Frank Zago <frank@zago.net>
3973 L:      linux-media@vger.kernel.org
3974 T:      git git://linuxtv.org/media_tree.git
3975 S:      Maintained
3976 F:      drivers/media/usb/gspca/finepix.c
3978 GSPCA GL860 SUBDRIVER
3979 M:      Olivier Lorin <o.lorin@laposte.net>
3980 L:      linux-media@vger.kernel.org
3981 T:      git git://linuxtv.org/media_tree.git
3982 S:      Maintained
3983 F:      drivers/media/usb/gspca/gl860/
3985 GSPCA M5602 SUBDRIVER
3986 M:      Erik Andren <erik.andren@gmail.com>
3987 L:      linux-media@vger.kernel.org
3988 T:      git git://linuxtv.org/media_tree.git
3989 S:      Maintained
3990 F:      drivers/media/usb/gspca/m5602/
3992 GSPCA PAC207 SONIXB SUBDRIVER
3993 M:      Hans de Goede <hdegoede@redhat.com>
3994 L:      linux-media@vger.kernel.org
3995 T:      git git://linuxtv.org/media_tree.git
3996 S:      Maintained
3997 F:      drivers/media/usb/gspca/pac207.c
3999 GSPCA SN9C20X SUBDRIVER
4000 M:      Brian Johnson <brijohn@gmail.com>
4001 L:      linux-media@vger.kernel.org
4002 T:      git git://linuxtv.org/media_tree.git
4003 S:      Maintained
4004 F:      drivers/media/usb/gspca/sn9c20x.c
4006 GSPCA T613 SUBDRIVER
4007 M:      Leandro Costantino <lcostantino@gmail.com>
4008 L:      linux-media@vger.kernel.org
4009 T:      git git://linuxtv.org/media_tree.git
4010 S:      Maintained
4011 F:      drivers/media/usb/gspca/t613.c
4013 GSPCA USB WEBCAM DRIVER
4014 M:      Hans de Goede <hdegoede@redhat.com>
4015 L:      linux-media@vger.kernel.org
4016 T:      git git://linuxtv.org/media_tree.git
4017 S:      Maintained
4018 F:      drivers/media/usb/gspca/
4020 GUID PARTITION TABLE (GPT)
4021 M:      Davidlohr Bueso <davidlohr@hp.com>
4022 L:      linux-efi@vger.kernel.org
4023 S:      Maintained
4024 F:      block/partitions/efi.*
4026 STK1160 USB VIDEO CAPTURE DRIVER
4027 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4028 L:      linux-media@vger.kernel.org
4029 T:      git git://linuxtv.org/media_tree.git
4030 S:      Maintained
4031 F:      drivers/media/usb/stk1160/
4033 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4034 M:      Frank Seidel <frank@f-seidel.de>
4035 L:      platform-driver-x86@vger.kernel.org
4036 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4037 S:      Maintained
4038 F:      drivers/platform/x86/hdaps.c
4040 HDPVR USB VIDEO ENCODER DRIVER
4041 M:      Hans Verkuil <hverkuil@xs4all.nl>
4042 L:      linux-media@vger.kernel.org
4043 T:      git git://linuxtv.org/media_tree.git
4044 W:      http://linuxtv.org
4045 S:      Odd Fixes
4046 F:      drivers/media/usb/hdpvr/
4048 HWPOISON MEMORY FAILURE HANDLING
4049 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4050 L:      linux-mm@kvack.org
4051 S:      Maintained
4052 F:      mm/memory-failure.c
4053 F:      mm/hwpoison-inject.c
4055 HYPERVISOR VIRTUAL CONSOLE DRIVER
4056 L:      linuxppc-dev@lists.ozlabs.org
4057 S:      Odd Fixes
4058 F:      drivers/tty/hvc/
4060 HARDWARE MONITORING
4061 M:      Jean Delvare <jdelvare@suse.de>
4062 M:      Guenter Roeck <linux@roeck-us.net>
4063 L:      lm-sensors@lm-sensors.org
4064 W:      http://www.lm-sensors.org/
4065 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4067 S:      Maintained
4068 F:      Documentation/hwmon/
4069 F:      drivers/hwmon/
4070 F:      include/linux/hwmon*.h
4072 HARDWARE RANDOM NUMBER GENERATOR CORE
4073 M:      Matt Mackall <mpm@selenic.com>
4074 M:      Herbert Xu <herbert@gondor.apana.org.au>
4075 S:      Odd fixes
4076 F:      Documentation/hw_random.txt
4077 F:      drivers/char/hw_random/
4078 F:      include/linux/hw_random.h
4080 HARDWARE SPINLOCK CORE
4081 M:      Ohad Ben-Cohen <ohad@wizery.com>
4082 S:      Maintained
4083 F:      Documentation/hwspinlock.txt
4084 F:      drivers/hwspinlock/hwspinlock_*
4085 F:      include/linux/hwspinlock.h
4087 HARMONY SOUND DRIVER
4088 L:      linux-parisc@vger.kernel.org
4089 S:      Maintained
4090 F:      sound/parisc/harmony.*
4092 HD29L2 MEDIA DRIVER
4093 M:      Antti Palosaari <crope@iki.fi>
4094 L:      linux-media@vger.kernel.org
4095 W:      http://linuxtv.org/
4096 W:      http://palosaari.fi/linux/
4097 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4098 T:      git git://linuxtv.org/anttip/media_tree.git
4099 S:      Maintained
4100 F:      drivers/media/dvb-frontends/hd29l2*
4102 HEWLETT-PACKARD SMART2 RAID DRIVER
4103 M:      Chirag Kantharia <chirag.kantharia@hp.com>
4104 L:      iss_storagedev@hp.com
4105 S:      Maintained
4106 F:      Documentation/blockdev/cpqarray.txt
4107 F:      drivers/block/cpqarray.*
4109 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4110 M:      "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
4111 L:      iss_storagedev@hp.com
4112 S:      Supported
4113 F:      Documentation/scsi/hpsa.txt
4114 F:      drivers/scsi/hpsa*.[ch]
4115 F:      include/linux/cciss*.h
4116 F:      include/uapi/linux/cciss*.h
4118 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4119 M:      Mike Miller <mike.miller@hp.com>
4120 L:      iss_storagedev@hp.com
4121 S:      Supported
4122 F:      Documentation/blockdev/cciss.txt
4123 F:      drivers/block/cciss*
4124 F:      include/linux/cciss_ioctl.h
4125 F:      include/uapi/linux/cciss_ioctl.h
4127 HFS FILESYSTEM
4128 L:      linux-fsdevel@vger.kernel.org
4129 S:      Orphan
4130 F:      Documentation/filesystems/hfs.txt
4131 F:      fs/hfs/
4133 HFSPLUS FILESYSTEM
4134 L:      linux-fsdevel@vger.kernel.org
4135 S:      Orphan
4136 F:      Documentation/filesystems/hfsplus.txt
4137 F:      fs/hfsplus/
4139 HGA FRAMEBUFFER DRIVER
4140 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4141 L:      linux-nvidia@lists.surfsouth.com
4142 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4143 S:      Maintained
4144 F:      drivers/video/hgafb.c
4146 HIBERNATION (aka Software Suspend, aka swsusp)
4147 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4148 M:      Pavel Machek <pavel@ucw.cz>
4149 L:      linux-pm@vger.kernel.org
4150 S:      Supported
4151 F:      arch/x86/power/
4152 F:      drivers/base/power/
4153 F:      kernel/power/
4154 F:      include/linux/suspend.h
4155 F:      include/linux/freezer.h
4156 F:      include/linux/pm.h
4157 F:      arch/*/include/asm/suspend*.h
4159 HID CORE LAYER
4160 M:      Jiri Kosina <jkosina@suse.cz>
4161 L:      linux-input@vger.kernel.org
4162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4163 S:      Maintained
4164 F:      drivers/hid/
4165 F:      include/linux/hid*
4166 F:      include/uapi/linux/hid*
4168 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4169 M:      Thomas Gleixner <tglx@linutronix.de>
4170 L:      linux-kernel@vger.kernel.org
4171 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4172 S:      Maintained
4173 F:      Documentation/timers/
4174 F:      kernel/hrtimer.c
4175 F:      kernel/time/clockevents.c
4176 F:      kernel/time/tick*.*
4177 F:      kernel/time/timer_*.c
4178 F:      include/linux/clockchips.h
4179 F:      include/linux/hrtimer.h
4181 HIGH-SPEED SCC DRIVER FOR AX.25
4182 L:      linux-hams@vger.kernel.org
4183 S:      Orphan
4184 F:      drivers/net/hamradio/dmascc.c
4185 F:      drivers/net/hamradio/scc.c
4187 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4188 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4189 W:      http://www.highpoint-tech.com
4190 S:      Supported
4191 F:      Documentation/scsi/hptiop.txt
4192 F:      drivers/scsi/hptiop.c
4194 HIPPI
4195 M:      Jes Sorensen <jes@trained-monkey.org>
4196 L:      linux-hippi@sunsite.dk
4197 S:      Maintained
4198 F:      include/linux/hippidevice.h
4199 F:      include/uapi/linux/if_hippi.h
4200 F:      net/802/hippi.c
4201 F:      drivers/net/hippi/
4203 HOST AP DRIVER
4204 M:      Jouni Malinen <j@w1.fi>
4205 L:      hostap@shmoo.com (subscribers-only)
4206 L:      linux-wireless@vger.kernel.org
4207 W:      http://hostap.epitest.fi/
4208 S:      Maintained
4209 F:      drivers/net/wireless/hostap/
4211 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4212 L:      platform-driver-x86@vger.kernel.org
4213 S:      Orphan
4214 F:      drivers/platform/x86/tc1100-wmi.c
4216 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4217 M:      Jaroslav Kysela <perex@perex.cz>
4218 S:      Maintained
4219 F:      drivers/net/ethernet/hp/hp100.*
4221 HPET:   High Precision Event Timers driver
4222 M:      Clemens Ladisch <clemens@ladisch.de>
4223 S:      Maintained
4224 F:      Documentation/timers/hpet.txt
4225 F:      drivers/char/hpet.c
4226 F:      include/linux/hpet.h
4227 F:      include/uapi/linux/hpet.h
4229 HPET:   x86
4230 S:      Orphan
4231 F:      arch/x86/kernel/hpet.c
4232 F:      arch/x86/include/asm/hpet.h
4234 HPFS FILESYSTEM
4235 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4236 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4237 S:      Maintained
4238 F:      fs/hpfs/
4240 HSI SUBSYSTEM
4241 M:      Sebastian Reichel <sre@kernel.org>
4242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4243 S:      Maintained
4244 F:      Documentation/ABI/testing/sysfs-bus-hsi
4245 F:      Documentation/hsi.txt
4246 F:      drivers/hsi/
4247 F:      include/linux/hsi/
4248 F:      include/uapi/linux/hsi/
4250 HSO 3G MODEM DRIVER
4251 M:      Jan Dumon <j.dumon@option.com>
4252 W:      http://www.pharscape.org
4253 S:      Maintained
4254 F:      drivers/net/usb/hso.c
4256 HSR NETWORK PROTOCOL
4257 M:      Arvid Brodin <arvid.brodin@alten.se>
4258 L:      netdev@vger.kernel.org
4259 S:      Maintained
4260 F:      net/hsr/
4262 HTCPEN TOUCHSCREEN DRIVER
4263 M:      Pau Oliva Fora <pof@eslack.org>
4264 L:      linux-input@vger.kernel.org
4265 S:      Maintained
4266 F:      drivers/input/touchscreen/htcpen.c
4268 HUGETLB FILESYSTEM
4269 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4270 S:      Maintained
4271 F:      fs/hugetlbfs/
4273 Hyper-V CORE AND DRIVERS
4274 M:      K. Y. Srinivasan <kys@microsoft.com>
4275 M:      Haiyang Zhang <haiyangz@microsoft.com>
4276 L:      devel@linuxdriverproject.org
4277 S:      Maintained
4278 F:      arch/x86/include/asm/mshyperv.h
4279 F:      arch/x86/include/uapi/asm/hyperv.h
4280 F:      arch/x86/kernel/cpu/mshyperv.c
4281 F:      drivers/hid/hid-hyperv.c
4282 F:      drivers/hv/
4283 F:      drivers/input/serio/hyperv-keyboard.c
4284 F:      drivers/net/hyperv/
4285 F:      drivers/scsi/storvsc_drv.c
4286 F:      drivers/video/hyperv_fb.c
4287 F:      include/linux/hyperv.h
4288 F:      tools/hv/
4290 I2C OVER PARALLEL PORT
4291 M:      Jean Delvare <jdelvare@suse.de>
4292 L:      linux-i2c@vger.kernel.org
4293 S:      Maintained
4294 F:      Documentation/i2c/busses/i2c-parport
4295 F:      Documentation/i2c/busses/i2c-parport-light
4296 F:      drivers/i2c/busses/i2c-parport.c
4297 F:      drivers/i2c/busses/i2c-parport-light.c
4299 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4300 M:      Jean Delvare <jdelvare@suse.de>
4301 L:      linux-i2c@vger.kernel.org
4302 S:      Maintained
4303 F:      Documentation/i2c/busses/i2c-ali1535
4304 F:      Documentation/i2c/busses/i2c-ali1563
4305 F:      Documentation/i2c/busses/i2c-ali15x3
4306 F:      Documentation/i2c/busses/i2c-amd756
4307 F:      Documentation/i2c/busses/i2c-amd8111
4308 F:      Documentation/i2c/busses/i2c-i801
4309 F:      Documentation/i2c/busses/i2c-nforce2
4310 F:      Documentation/i2c/busses/i2c-piix4
4311 F:      Documentation/i2c/busses/i2c-sis5595
4312 F:      Documentation/i2c/busses/i2c-sis630
4313 F:      Documentation/i2c/busses/i2c-sis96x
4314 F:      Documentation/i2c/busses/i2c-via
4315 F:      Documentation/i2c/busses/i2c-viapro
4316 F:      drivers/i2c/busses/i2c-ali1535.c
4317 F:      drivers/i2c/busses/i2c-ali1563.c
4318 F:      drivers/i2c/busses/i2c-ali15x3.c
4319 F:      drivers/i2c/busses/i2c-amd756.c
4320 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4321 F:      drivers/i2c/busses/i2c-amd8111.c
4322 F:      drivers/i2c/busses/i2c-i801.c
4323 F:      drivers/i2c/busses/i2c-isch.c
4324 F:      drivers/i2c/busses/i2c-nforce2.c
4325 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4326 F:      drivers/i2c/busses/i2c-piix4.c
4327 F:      drivers/i2c/busses/i2c-sis5595.c
4328 F:      drivers/i2c/busses/i2c-sis630.c
4329 F:      drivers/i2c/busses/i2c-sis96x.c
4330 F:      drivers/i2c/busses/i2c-via.c
4331 F:      drivers/i2c/busses/i2c-viapro.c
4333 I2C/SMBUS ISMT DRIVER
4334 M:      Seth Heasley <seth.heasley@intel.com>
4335 M:      Neil Horman <nhorman@tuxdriver.com>
4336 L:      linux-i2c@vger.kernel.org
4337 F:      drivers/i2c/busses/i2c-ismt.c
4338 F:      Documentation/i2c/busses/i2c-ismt
4340 I2C/SMBUS STUB DRIVER
4341 M:      Jean Delvare <jdelvare@suse.de>
4342 L:      linux-i2c@vger.kernel.org
4343 S:      Maintained
4344 F:      drivers/i2c/i2c-stub.c
4346 I2C SUBSYSTEM
4347 M:      Wolfram Sang <wsa@the-dreams.de>
4348 L:      linux-i2c@vger.kernel.org
4349 W:      https://i2c.wiki.kernel.org/
4350 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4352 S:      Maintained
4353 F:      Documentation/i2c/
4354 F:      drivers/i2c/
4355 F:      include/linux/i2c.h
4356 F:      include/linux/i2c-*.h
4357 F:      include/uapi/linux/i2c.h
4358 F:      include/uapi/linux/i2c-*.h
4360 I2C-TAOS-EVM DRIVER
4361 M:      Jean Delvare <jdelvare@suse.de>
4362 L:      linux-i2c@vger.kernel.org
4363 S:      Maintained
4364 F:      Documentation/i2c/busses/i2c-taos-evm
4365 F:      drivers/i2c/busses/i2c-taos-evm.c
4367 I2C-TINY-USB DRIVER
4368 M:      Till Harbaum <till@harbaum.org>
4369 L:      linux-i2c@vger.kernel.org
4370 W:      http://www.harbaum.org/till/i2c_tiny_usb
4371 S:      Maintained
4372 F:      drivers/i2c/busses/i2c-tiny-usb.c
4374 i386 BOOT CODE
4375 M:      "H. Peter Anvin" <hpa@zytor.com>
4376 S:      Maintained
4377 F:      arch/x86/boot/
4379 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4380 M:      "H. Peter Anvin" <hpa@zytor.com>
4381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4382 S:      Maintained
4384 IA64 (Itanium) PLATFORM
4385 M:      Tony Luck <tony.luck@intel.com>
4386 M:      Fenghua Yu <fenghua.yu@intel.com>
4387 L:      linux-ia64@vger.kernel.org
4388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4389 S:      Maintained
4390 F:      arch/ia64/
4392 IBM Power in-Nest Crypto Acceleration
4393 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4394 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4395 L:      linux-crypto@vger.kernel.org
4396 S:      Supported
4397 F:      drivers/crypto/nx/
4399 IBM Power 842 compression accelerator
4400 M:      Nathan Fontenot <nfont@linux.vnet.ibm.com>
4401 S:      Supported
4402 F:      drivers/crypto/nx/nx-842.c
4403 F:      include/linux/nx842.h
4405 IBM Power Linux RAID adapter
4406 M:      Brian King <brking@us.ibm.com>
4407 S:      Supported
4408 F:      drivers/scsi/ipr.*
4410 IBM Power Virtual Ethernet Device Driver
4411 M:      Santiago Leon <santil@linux.vnet.ibm.com>
4412 L:      netdev@vger.kernel.org
4413 S:      Supported
4414 F:      drivers/net/ethernet/ibm/ibmveth.*
4416 IBM Power Virtual SCSI Device Drivers
4417 M:      Nathan Fontenot <nfont@linux.vnet.ibm.com>
4418 L:      linux-scsi@vger.kernel.org
4419 S:      Supported
4420 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4421 F:      drivers/scsi/ibmvscsi/viosrp.h
4423 IBM Power Virtual FC Device Drivers
4424 M:      Brian King <brking@linux.vnet.ibm.com>
4425 L:      linux-scsi@vger.kernel.org
4426 S:      Supported
4427 F:      drivers/scsi/ibmvscsi/ibmvfc*
4429 IBM ServeRAID RAID DRIVER
4430 P:      Jack Hammer
4431 M:      Dave Jeffery <ipslinux@adaptec.com>
4432 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
4433 S:      Supported
4434 F:      drivers/scsi/ips.*
4436 ICH LPC AND GPIO DRIVER
4437 M:      Peter Tyser <ptyser@xes-inc.com>
4438 S:      Maintained
4439 F:      drivers/mfd/lpc_ich.c
4440 F:      drivers/gpio/gpio-ich.c
4442 IDE SUBSYSTEM
4443 M:      "David S. Miller" <davem@davemloft.net>
4444 L:      linux-ide@vger.kernel.org
4445 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4447 S:      Maintained
4448 F:      Documentation/ide/
4449 F:      drivers/ide/
4450 F:      include/linux/ide.h
4452 IDEAPAD LAPTOP EXTRAS DRIVER
4453 M:      Ike Panhc <ike.pan@canonical.com>
4454 L:      platform-driver-x86@vger.kernel.org
4455 W:      http://launchpad.net/ideapad-laptop
4456 S:      Maintained
4457 F:      drivers/platform/x86/ideapad-laptop.c
4459 IDEAPAD LAPTOP SLIDEBAR DRIVER
4460 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4461 L:      linux-input@vger.kernel.org
4462 W:      https://github.com/o2genum/ideapad-slidebar
4463 S:      Maintained
4464 F:      drivers/input/misc/ideapad_slidebar.c
4466 IDE/ATAPI DRIVERS
4467 M:      Borislav Petkov <bp@alien8.de>
4468 L:      linux-ide@vger.kernel.org
4469 S:      Maintained
4470 F:      Documentation/cdrom/ide-cd
4471 F:      drivers/ide/ide-cd*
4473 IDLE-I7300
4474 M:      Andy Henroid <andrew.d.henroid@intel.com>
4475 L:      linux-pm@vger.kernel.org
4476 S:      Supported
4477 F:      drivers/idle/i7300_idle.c
4479 IEEE 802.15.4 SUBSYSTEM
4480 M:      Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
4481 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
4482 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
4483 W:      http://apps.sourceforge.net/trac/linux-zigbee
4484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
4485 S:      Maintained
4486 F:      net/ieee802154/
4487 F:      net/mac802154/
4488 F:      drivers/net/ieee802154/
4490 IGUANAWORKS USB IR TRANSCEIVER
4491 M:      Sean Young <sean@mess.org>
4492 L:      linux-media@vger.kernel.org
4493 S:      Maintained
4494 F:      drivers/media/rc/iguanair.c
4496 IIO SUBSYSTEM AND DRIVERS
4497 M:      Jonathan Cameron <jic23@kernel.org>
4498 L:      linux-iio@vger.kernel.org
4499 S:      Maintained
4500 F:      drivers/iio/
4501 F:      drivers/staging/iio/
4503 IKANOS/ADI EAGLE ADSL USB DRIVER
4504 M:      Matthieu Castet <castet.matthieu@free.fr>
4505 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4506 S:      Maintained
4507 F:      drivers/usb/atm/ueagle-atm.c
4509 INA209 HARDWARE MONITOR DRIVER
4510 M:      Guenter Roeck <linux@roeck-us.net>
4511 L:      lm-sensors@lm-sensors.org
4512 S:      Maintained
4513 F:      Documentation/hwmon/ina209
4514 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4515 F:      drivers/hwmon/ina209.c
4517 INA2XX HARDWARE MONITOR DRIVER
4518 M:      Guenter Roeck <linux@roeck-us.net>
4519 L:      lm-sensors@lm-sensors.org
4520 S:      Maintained
4521 F:      Documentation/hwmon/ina2xx
4522 F:      drivers/hwmon/ina2xx.c
4523 F:      include/linux/platform_data/ina2xx.h
4525 INDUSTRY PACK SUBSYSTEM (IPACK)
4526 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4527 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4528 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4529 L:      industrypack-devel@lists.sourceforge.net
4530 W:      http://industrypack.sourceforge.net
4531 S:      Maintained
4532 F:      drivers/ipack/
4534 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4535 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4536 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4537 L:      linux-ima-devel@lists.sourceforge.net
4538 L:      linux-ima-user@lists.sourceforge.net
4539 L:      linux-security-module@vger.kernel.org
4540 S:      Supported
4541 F:      security/integrity/ima/
4543 IMS TWINTURBO FRAMEBUFFER DRIVER
4544 L:      linux-fbdev@vger.kernel.org
4545 S:      Orphan
4546 F:      drivers/video/imsttfb.c
4548 INFINIBAND SUBSYSTEM
4549 M:      Roland Dreier <roland@kernel.org>
4550 M:      Sean Hefty <sean.hefty@intel.com>
4551 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4552 L:      linux-rdma@vger.kernel.org
4553 W:      http://www.openfabrics.org/
4554 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4556 S:      Supported
4557 F:      Documentation/infiniband/
4558 F:      drivers/infiniband/
4559 F:      include/uapi/linux/if_infiniband.h
4561 INOTIFY
4562 M:      John McCutchan <john@johnmccutchan.com>
4563 M:      Robert Love <rlove@rlove.org>
4564 M:      Eric Paris <eparis@parisplace.org>
4565 S:      Maintained
4566 F:      Documentation/filesystems/inotify.txt
4567 F:      fs/notify/inotify/
4568 F:      include/linux/inotify.h
4569 F:      include/uapi/linux/inotify.h
4571 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4572 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4573 M:      Dmitry Torokhov <dtor@mail.ru>
4574 L:      linux-input@vger.kernel.org
4575 Q:      http://patchwork.kernel.org/project/linux-input/list/
4576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4577 S:      Maintained
4578 F:      drivers/input/
4579 F:      include/linux/input.h
4580 F:      include/uapi/linux/input.h
4581 F:      include/linux/input/
4583 INPUT MULTITOUCH (MT) PROTOCOL
4584 M:      Henrik Rydberg <rydberg@euromail.se>
4585 L:      linux-input@vger.kernel.org
4586 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4587 S:      Maintained
4588 F:      Documentation/input/multi-touch-protocol.txt
4589 F:      drivers/input/input-mt.c
4590 K:      \b(ABS|SYN)_MT_
4592 INTEL C600 SERIES SAS CONTROLLER DRIVER
4593 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4594 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4595 M:      Dave Jiang <dave.jiang@intel.com>
4596 L:      linux-scsi@vger.kernel.org
4597 T:      git git://git.code.sf.net/p/intel-sas/isci
4598 S:      Supported
4599 F:      drivers/scsi/isci/
4601 INTEL IDLE DRIVER
4602 M:      Len Brown <lenb@kernel.org>
4603 L:      linux-pm@vger.kernel.org
4604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4605 S:      Supported
4606 F:      drivers/idle/intel_idle.c
4608 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4609 M:      Maik Broemme <mbroemme@plusserver.de>
4610 L:      linux-fbdev@vger.kernel.org
4611 S:      Maintained
4612 F:      Documentation/fb/intelfb.txt
4613 F:      drivers/video/intelfb/
4615 INTEL 810/815 FRAMEBUFFER DRIVER
4616 M:      Antonino Daplas <adaplas@gmail.com>
4617 L:      linux-fbdev@vger.kernel.org
4618 S:      Maintained
4619 F:      drivers/video/i810/
4621 INTEL MENLOW THERMAL DRIVER
4622 M:      Sujith Thomas <sujith.thomas@intel.com>
4623 L:      platform-driver-x86@vger.kernel.org
4624 W:      https://01.org/linux-acpi
4625 S:      Supported
4626 F:      drivers/platform/x86/intel_menlow.c
4628 INTEL IA32 MICROCODE UPDATE SUPPORT
4629 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4630 S:      Maintained
4631 F:      arch/x86/kernel/microcode_core.c
4632 F:      arch/x86/kernel/microcode_intel.c
4634 INTEL I/OAT DMA DRIVER
4635 M:      Dan Williams <dan.j.williams@intel.com>
4636 M:      Dave Jiang <dave.jiang@intel.com>
4637 L:      dmaengine@vger.kernel.org
4638 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4639 S:      Supported
4640 F:      drivers/dma/ioat*
4642 INTEL IOMMU (VT-d)
4643 M:      David Woodhouse <dwmw2@infradead.org>
4644 L:      iommu@lists.linux-foundation.org
4645 T:      git git://git.infradead.org/iommu-2.6.git
4646 S:      Supported
4647 F:      drivers/iommu/intel-iommu.c
4648 F:      include/linux/intel-iommu.h
4650 INTEL IOP-ADMA DMA DRIVER
4651 M:      Dan Williams <dan.j.williams@intel.com>
4652 S:      Odd fixes
4653 F:      drivers/dma/iop-adma.c
4655 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
4656 M:      Krzysztof Halasa <khc@pm.waw.pl>
4657 S:      Maintained
4658 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
4659 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
4660 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
4661 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
4662 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
4663 F:      drivers/net/wan/ixp4xx_hss.c
4665 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
4666 M:      Deepak Saxena <dsaxena@plexity.net>
4667 S:      Maintained
4668 F:      drivers/char/hw_random/ixp4xx-rng.c
4670 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
4671 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
4672 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
4673 M:      Bruce Allan <bruce.w.allan@intel.com>
4674 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
4675 M:      Don Skidmore <donald.c.skidmore@intel.com>
4676 M:      Greg Rose <gregory.v.rose@intel.com>
4677 M:      Alex Duyck <alexander.h.duyck@intel.com>
4678 M:      John Ronciak <john.ronciak@intel.com>
4679 M:      Mitch Williams <mitch.a.williams@intel.com>
4680 M:      Linux NICS <linux.nics@intel.com>
4681 L:      e1000-devel@lists.sourceforge.net
4682 W:      http://www.intel.com/support/feedback.htm
4683 W:      http://e1000.sourceforge.net/
4684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
4685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
4686 S:      Supported
4687 F:      Documentation/networking/e100.txt
4688 F:      Documentation/networking/e1000.txt
4689 F:      Documentation/networking/e1000e.txt
4690 F:      Documentation/networking/igb.txt
4691 F:      Documentation/networking/igbvf.txt
4692 F:      Documentation/networking/ixgb.txt
4693 F:      Documentation/networking/ixgbe.txt
4694 F:      Documentation/networking/ixgbevf.txt
4695 F:      Documentation/networking/i40e.txt
4696 F:      Documentation/networking/i40evf.txt
4697 F:      drivers/net/ethernet/intel/
4698 F:      drivers/net/ethernet/intel/*/
4700 INTEL-MID GPIO DRIVER
4701 M:      David Cohen <david.a.cohen@linux.intel.com>
4702 L:      linux-gpio@vger.kernel.org
4703 S:      Maintained
4704 F:      drivers/gpio/gpio-intel-mid.c
4706 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
4707 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
4708 L:      linux-wireless@vger.kernel.org
4709 S:      Maintained
4710 F:      Documentation/networking/README.ipw2100
4711 F:      Documentation/networking/README.ipw2200
4712 F:      drivers/net/wireless/ipw2x00/
4714 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
4715 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
4716 M:      Gang Wei <gang.wei@intel.com>
4717 M:      Shane Wang <shane.wang@intel.com>
4718 L:      tboot-devel@lists.sourceforge.net
4719 W:      http://tboot.sourceforge.net
4720 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4721 S:      Supported
4722 F:      Documentation/intel_txt.txt
4723 F:      include/linux/tboot.h
4724 F:      arch/x86/kernel/tboot.c
4726 INTEL WIRELESS WIMAX CONNECTION 2400
4727 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
4728 M:      linux-wimax@intel.com
4729 L:     wimax@linuxwimax.org (subscribers-only)
4730 S:      Supported
4731 W:      http://linuxwimax.org
4732 F:      Documentation/wimax/README.i2400m
4733 F:      drivers/net/wimax/i2400m/
4734 F:      include/uapi/linux/wimax/i2400m.h
4736 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
4737 M:      Stanislaw Gruszka <sgruszka@redhat.com>
4738 L:      linux-wireless@vger.kernel.org
4739 S:      Supported
4740 F:      drivers/net/wireless/iwlegacy/
4742 INTEL WIRELESS WIFI LINK (iwlwifi)
4743 M:      Johannes Berg <johannes.berg@intel.com>
4744 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
4745 M:      Intel Linux Wireless <ilw@linux.intel.com>
4746 L:      linux-wireless@vger.kernel.org
4747 W:      http://intellinuxwireless.org
4748 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
4749 S:      Supported
4750 F:      drivers/net/wireless/iwlwifi/
4752 INTEL MANAGEMENT ENGINE (mei)
4753 M:      Tomas Winkler <tomas.winkler@intel.com>
4754 L:      linux-kernel@vger.kernel.org
4755 S:      Supported
4756 F:      include/uapi/linux/mei.h
4757 F:      drivers/misc/mei/*
4758 F:      Documentation/misc-devices/mei/*
4760 IOC3 ETHERNET DRIVER
4761 M:      Ralf Baechle <ralf@linux-mips.org>
4762 L:      linux-mips@linux-mips.org
4763 S:      Maintained
4764 F:      drivers/net/ethernet/sgi/ioc3-eth.c
4766 IOC3 SERIAL DRIVER
4767 M:      Pat Gefre <pfg@sgi.com>
4768 L:      linux-serial@vger.kernel.org
4769 S:      Maintained
4770 F:      drivers/tty/serial/ioc3_serial.c
4772 IOMMU DRIVERS
4773 M:      Joerg Roedel <joro@8bytes.org>
4774 L:      iommu@lists.linux-foundation.org
4775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
4776 S:      Maintained
4777 F:      drivers/iommu/
4779 IP MASQUERADING
4780 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
4781 S:      Maintained
4782 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
4784 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
4785 M:      Francois Romieu <romieu@fr.zoreil.com>
4786 M:      Sorbica Shieh <sorbica@icplus.com.tw>
4787 L:      netdev@vger.kernel.org
4788 S:      Maintained
4789 F:      drivers/net/ethernet/icplus/ipg.*
4791 IPATH DRIVER
4792 M:      Mike Marciniszyn <infinipath@intel.com>
4793 L:      linux-rdma@vger.kernel.org
4794 S:      Maintained
4795 F:      drivers/infiniband/hw/ipath/
4797 IPMI SUBSYSTEM
4798 M:      Corey Minyard <minyard@acm.org>
4799 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
4800 W:      http://openipmi.sourceforge.net/
4801 S:      Supported
4802 F:      Documentation/IPMI.txt
4803 F:      drivers/char/ipmi/
4804 F:      include/linux/ipmi*
4805 F:      include/uapi/linux/ipmi*
4807 IPS SCSI RAID DRIVER
4808 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4809 L:      linux-scsi@vger.kernel.org
4810 W:      http://www.adaptec.com/
4811 S:      Maintained
4812 F:      drivers/scsi/ips*
4814 IPVS
4815 M:      Wensong Zhang <wensong@linux-vs.org>
4816 M:      Simon Horman <horms@verge.net.au>
4817 M:      Julian Anastasov <ja@ssi.bg>
4818 L:      netdev@vger.kernel.org
4819 L:      lvs-devel@vger.kernel.org
4820 S:      Maintained
4821 F:      Documentation/networking/ipvs-sysctl.txt
4822 F:      include/net/ip_vs.h
4823 F:      include/uapi/linux/ip_vs.h
4824 F:      net/netfilter/ipvs/
4826 IPWIRELESS DRIVER
4827 M:      Jiri Kosina <jkosina@suse.cz>
4828 M:      David Sterba <dsterba@suse.cz>
4829 S:      Odd Fixes
4830 F:      drivers/tty/ipwireless/
4832 IPX NETWORK LAYER
4833 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4834 L:      netdev@vger.kernel.org
4835 S:      Maintained
4836 F:      include/net/ipx.h
4837 F:      include/uapi/linux/ipx.h
4838 F:      net/ipx/
4840 IRDA SUBSYSTEM
4841 M:      Samuel Ortiz <samuel@sortiz.org>
4842 L:      irda-users@lists.sourceforge.net (subscribers-only)
4843 L:      netdev@vger.kernel.org
4844 W:      http://irda.sourceforge.net/
4845 S:      Maintained
4846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4847 F:      Documentation/networking/irda.txt
4848 F:      drivers/net/irda/
4849 F:      include/net/irda/
4850 F:      net/irda/
4852 IRQ SUBSYSTEM
4853 M:      Thomas Gleixner <tglx@linutronix.de>
4854 L:      linux-kernel@vger.kernel.org
4855 S:      Maintained
4856 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4857 F:      kernel/irq/
4859 IRQCHIP DRIVERS
4860 M:      Thomas Gleixner <tglx@linutronix.de>
4861 M:      Jason Cooper <jason@lakedaemon.net>
4862 L:      linux-kernel@vger.kernel.org
4863 S:      Maintained
4864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4865 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
4866 F:      drivers/irqchip/
4868 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4869 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4870 S:      Maintained
4871 F:      Documentation/IRQ-domain.txt
4872 F:      include/linux/irqdomain.h
4873 F:      kernel/irq/irqdomain.c
4875 ISAPNP
4876 M:      Jaroslav Kysela <perex@perex.cz>
4877 S:      Maintained
4878 F:      Documentation/isapnp.txt
4879 F:      drivers/pnp/isapnp/
4880 F:      include/linux/isapnp.h
4882 ISA RADIO MODULE
4883 M:      Hans Verkuil <hverkuil@xs4all.nl>
4884 L:      linux-media@vger.kernel.org
4885 T:      git git://linuxtv.org/media_tree.git
4886 W:      http://linuxtv.org
4887 S:      Maintained
4888 F:      drivers/media/radio/radio-isa*
4890 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4891 M:      Peter Jones <pjones@redhat.com>
4892 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
4893 S:      Maintained
4894 F:      drivers/firmware/iscsi_ibft*
4896 ISCSI
4897 M:      Mike Christie <michaelc@cs.wisc.edu>
4898 L:      open-iscsi@googlegroups.com
4899 W:      www.open-iscsi.org
4900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4901 S:      Maintained
4902 F:      drivers/scsi/*iscsi*
4903 F:      include/scsi/*iscsi*
4905 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
4906 M:      Or Gerlitz <ogerlitz@mellanox.com>
4907 M:      Roi Dayan <roid@mellanox.com>
4908 L:      linux-rdma@vger.kernel.org
4909 S:      Supported
4910 W:      http://www.openfabrics.org
4911 W:      www.open-iscsi.org
4912 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4913 F:      drivers/infiniband/ulp/iser/
4915 ISDN SUBSYSTEM
4916 M:      Karsten Keil <isdn@linux-pingi.de>
4917 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4918 L:      netdev@vger.kernel.org
4919 W:      http://www.isdn4linux.de
4920 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4921 S:      Maintained
4922 F:      Documentation/isdn/
4923 F:      drivers/isdn/
4924 F:      include/linux/isdn.h
4925 F:      include/linux/isdn/
4926 F:      include/uapi/linux/isdn.h
4927 F:      include/uapi/linux/isdn/
4929 ISDN SUBSYSTEM (Eicon active card driver)
4930 M:      Armin Schindler <mac@melware.de>
4931 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4932 W:      http://www.melware.de
4933 S:      Maintained
4934 F:      drivers/isdn/hardware/eicon/
4936 IT87 HARDWARE MONITORING DRIVER
4937 M:      Jean Delvare <jdelvare@suse.de>
4938 L:      lm-sensors@lm-sensors.org
4939 S:      Maintained
4940 F:      Documentation/hwmon/it87
4941 F:      drivers/hwmon/it87.c
4943 IT913X MEDIA DRIVER
4944 M:      Antti Palosaari <crope@iki.fi>
4945 L:      linux-media@vger.kernel.org
4946 W:      http://linuxtv.org/
4947 W:      http://palosaari.fi/linux/
4948 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4949 T:      git git://linuxtv.org/anttip/media_tree.git
4950 S:      Maintained
4951 F:      drivers/media/tuners/tuner_it913x*
4953 IVTV VIDEO4LINUX DRIVER
4954 M:      Andy Walls <awalls@md.metrocast.net>
4955 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
4956 L:      linux-media@vger.kernel.org
4957 T:      git git://linuxtv.org/media_tree.git
4958 W:      http://www.ivtvdriver.org
4959 S:      Maintained
4960 F:      Documentation/video4linux/*.ivtv
4961 F:      drivers/media/pci/ivtv/
4962 F:      include/uapi/linux/ivtv*
4964 IX2505V MEDIA DRIVER
4965 M:      Malcolm Priestley <tvboxspy@gmail.com>
4966 L:      linux-media@vger.kernel.org
4967 W:      http://linuxtv.org/
4968 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4969 S:      Maintained
4970 F:      drivers/media/dvb-frontends/ix2505v*
4972 JC42.4 TEMPERATURE SENSOR DRIVER
4973 M:      Guenter Roeck <linux@roeck-us.net>
4974 L:      lm-sensors@lm-sensors.org
4975 S:      Maintained
4976 F:      drivers/hwmon/jc42.c
4977 F:      Documentation/hwmon/jc42
4979 JFS FILESYSTEM
4980 M:      Dave Kleikamp <shaggy@kernel.org>
4981 L:      jfs-discussion@lists.sourceforge.net
4982 W:      http://jfs.sourceforge.net/
4983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
4984 S:      Maintained
4985 F:      Documentation/filesystems/jfs.txt
4986 F:      fs/jfs/
4988 JME NETWORK DRIVER
4989 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
4990 L:      netdev@vger.kernel.org
4991 S:      Maintained
4992 F:      drivers/net/ethernet/jme.*
4994 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
4995 M:      David Woodhouse <dwmw2@infradead.org>
4996 L:      linux-mtd@lists.infradead.org
4997 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
4998 S:      Maintained
4999 F:      fs/jffs2/
5000 F:      include/uapi/linux/jffs2.h
5002 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5003 M:      Andrew Morton <akpm@linux-foundation.org>
5004 M:      Jan Kara <jack@suse.cz>
5005 L:      linux-ext4@vger.kernel.org
5006 S:      Maintained
5007 F:      fs/jbd/
5008 F:      include/linux/jbd.h
5010 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5011 M:      "Theodore Ts'o" <tytso@mit.edu>
5012 L:      linux-ext4@vger.kernel.org
5013 S:      Maintained
5014 F:      fs/jbd2/
5015 F:      include/linux/jbd2.h
5017 JSM Neo PCI based serial card
5018 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5019 L:      linux-serial@vger.kernel.org
5020 S:      Maintained
5021 F:      drivers/tty/serial/jsm/
5023 K10TEMP HARDWARE MONITORING DRIVER
5024 M:      Clemens Ladisch <clemens@ladisch.de>
5025 L:      lm-sensors@lm-sensors.org
5026 S:      Maintained
5027 F:      Documentation/hwmon/k10temp
5028 F:      drivers/hwmon/k10temp.c
5030 K8TEMP HARDWARE MONITORING DRIVER
5031 M:      Rudolf Marek <r.marek@assembler.cz>
5032 L:      lm-sensors@lm-sensors.org
5033 S:      Maintained
5034 F:      Documentation/hwmon/k8temp
5035 F:      drivers/hwmon/k8temp.c
5037 KTAP
5038 M:      Jovi Zhangwei <jovi.zhangwei@gmail.com>
5039 W:      http://www.ktap.org
5040 L:      ktap@freelists.org
5041 S:      Maintained
5042 F:      drivers/staging/ktap/
5044 KCONFIG
5045 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5046 L:      linux-kbuild@vger.kernel.org
5047 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5048 S:      Maintained
5049 F:      Documentation/kbuild/kconfig-language.txt
5050 F:      scripts/kconfig/
5052 KDUMP
5053 M:      Vivek Goyal <vgoyal@redhat.com>
5054 M:      Haren Myneni <hbabu@us.ibm.com>
5055 L:      kexec@lists.infradead.org
5056 W:      http://lse.sourceforge.net/kdump/
5057 S:      Maintained
5058 F:      Documentation/kdump/
5060 KEENE FM RADIO TRANSMITTER DRIVER
5061 M:      Hans Verkuil <hverkuil@xs4all.nl>
5062 L:      linux-media@vger.kernel.org
5063 T:      git git://linuxtv.org/media_tree.git
5064 W:      http://linuxtv.org
5065 S:      Maintained
5066 F:      drivers/media/radio/radio-keene*
5068 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5069 M:      Ian Kent <raven@themaw.net>
5070 L:      autofs@vger.kernel.org
5071 S:      Maintained
5072 F:      fs/autofs4/
5074 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5075 M:      Michal Marek <mmarek@suse.cz>
5076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5078 L:      linux-kbuild@vger.kernel.org
5079 S:      Maintained
5080 F:      Documentation/kbuild/
5081 F:      Makefile
5082 F:      scripts/Makefile.*
5083 F:      scripts/basic/
5084 F:      scripts/mk*
5085 F:      scripts/package/
5087 KERNEL JANITORS
5088 L:      kernel-janitors@vger.kernel.org
5089 W:      http://kernelnewbies.org/KernelJanitors
5090 S:      Odd Fixes
5092 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5093 M:      "J. Bruce Fields" <bfields@fieldses.org>
5094 L:      linux-nfs@vger.kernel.org
5095 W:      http://nfs.sourceforge.net/
5096 S:      Supported
5097 F:      fs/nfsd/
5098 F:      include/linux/nfsd/
5099 F:      include/uapi/linux/nfsd/
5100 F:      fs/lockd/
5101 F:      fs/nfs_common/
5102 F:      net/sunrpc/
5103 F:      include/linux/lockd/
5104 F:      include/linux/sunrpc/
5105 F:      include/uapi/linux/sunrpc/
5107 KERNEL VIRTUAL MACHINE (KVM)
5108 M:      Gleb Natapov <gleb@kernel.org>
5109 M:      Paolo Bonzini <pbonzini@redhat.com>
5110 L:      kvm@vger.kernel.org
5111 W:      http://www.linux-kvm.org
5112 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5113 S:      Supported
5114 F:      Documentation/*/kvm*.txt
5115 F:      Documentation/virtual/kvm/
5116 F:      arch/*/kvm/
5117 F:      arch/*/include/asm/kvm*
5118 F:      include/linux/kvm*
5119 F:      include/uapi/linux/kvm*
5120 F:      virt/kvm/
5122 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5123 M:      Joerg Roedel <joro@8bytes.org>
5124 L:      kvm@vger.kernel.org
5125 W:      http://kvm.qumranet.com
5126 S:      Maintained
5127 F:      arch/x86/include/asm/svm.h
5128 F:      arch/x86/kvm/svm.c
5130 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5131 M:      Alexander Graf <agraf@suse.de>
5132 L:      kvm-ppc@vger.kernel.org
5133 W:      http://kvm.qumranet.com
5134 T:      git git://github.com/agraf/linux-2.6.git
5135 S:      Supported
5136 F:      arch/powerpc/include/asm/kvm*
5137 F:      arch/powerpc/kvm/
5139 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
5140 M:      Xiantao Zhang <xiantao.zhang@intel.com>
5141 L:      kvm-ia64@vger.kernel.org
5142 W:      http://kvm.qumranet.com
5143 S:      Supported
5144 F:      Documentation/ia64/kvm.txt
5145 F:      arch/ia64/include/asm/kvm*
5146 F:      arch/ia64/kvm/
5148 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5149 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5150 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5151 M:      linux390@de.ibm.com
5152 L:      linux-s390@vger.kernel.org
5153 W:      http://www.ibm.com/developerworks/linux/linux390/
5154 S:      Supported
5155 F:      Documentation/s390/kvm.txt
5156 F:      arch/s390/include/asm/kvm*
5157 F:      arch/s390/kvm/
5158 F:      drivers/s390/kvm/
5160 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5161 M:      Christoffer Dall <christoffer.dall@linaro.org>
5162 M:      Marc Zyngier <marc.zyngier@arm.com>
5163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5164 L:      kvmarm@lists.cs.columbia.edu
5165 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5166 S:      Supported
5167 F:      arch/arm/include/uapi/asm/kvm*
5168 F:      arch/arm/include/asm/kvm*
5169 F:      arch/arm/kvm/
5170 F:      virt/kvm/arm/
5171 F:      include/kvm/arm_*
5173 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5174 M:      Christoffer Dall <christoffer.dall@linaro.org>
5175 M:      Marc Zyngier <marc.zyngier@arm.com>
5176 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5177 L:      kvmarm@lists.cs.columbia.edu
5178 S:      Maintained
5179 F:      arch/arm64/include/uapi/asm/kvm*
5180 F:      arch/arm64/include/asm/kvm*
5181 F:      arch/arm64/kvm/
5183 KEXEC
5184 M:      Eric Biederman <ebiederm@xmission.com>
5185 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5186 L:      kexec@lists.infradead.org
5187 S:      Maintained
5188 F:      include/linux/kexec.h
5189 F:      include/uapi/linux/kexec.h
5190 F:      kernel/kexec.c
5192 KEYS/KEYRINGS:
5193 M:      David Howells <dhowells@redhat.com>
5194 L:      keyrings@linux-nfs.org
5195 S:      Maintained
5196 F:      Documentation/security/keys.txt
5197 F:      include/linux/key.h
5198 F:      include/linux/key-type.h
5199 F:      include/keys/
5200 F:      security/keys/
5202 KEYS-TRUSTED
5203 M:      David Safford <safford@us.ibm.com>
5204 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5205 L:      linux-security-module@vger.kernel.org
5206 L:      keyrings@linux-nfs.org
5207 S:      Supported
5208 F:      Documentation/security/keys-trusted-encrypted.txt
5209 F:      include/keys/trusted-type.h
5210 F:      security/keys/trusted.c
5211 F:      security/keys/trusted.h
5213 KEYS-ENCRYPTED
5214 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5215 M:      David Safford <safford@us.ibm.com>
5216 L:      linux-security-module@vger.kernel.org
5217 L:      keyrings@linux-nfs.org
5218 S:      Supported
5219 F:      Documentation/security/keys-trusted-encrypted.txt
5220 F:      include/keys/encrypted-type.h
5221 F:      security/keys/encrypted-keys/
5223 KGDB / KDB /debug_core
5224 M:      Jason Wessel <jason.wessel@windriver.com>
5225 W:      http://kgdb.wiki.kernel.org/
5226 L:      kgdb-bugreport@lists.sourceforge.net
5227 S:      Maintained
5228 F:      Documentation/DocBook/kgdb.tmpl
5229 F:      drivers/misc/kgdbts.c
5230 F:      drivers/tty/serial/kgdboc.c
5231 F:      include/linux/kdb.h
5232 F:      include/linux/kgdb.h
5233 F:      kernel/debug/
5235 KMEMCHECK
5236 M:      Vegard Nossum <vegardno@ifi.uio.no>
5237 M:      Pekka Enberg <penberg@kernel.org>
5238 S:      Maintained
5239 F:      Documentation/kmemcheck.txt
5240 F:      arch/x86/include/asm/kmemcheck.h
5241 F:      arch/x86/mm/kmemcheck/
5242 F:      include/linux/kmemcheck.h
5243 F:      mm/kmemcheck.c
5245 KMEMLEAK
5246 M:      Catalin Marinas <catalin.marinas@arm.com>
5247 S:      Maintained
5248 F:      Documentation/kmemleak.txt
5249 F:      include/linux/kmemleak.h
5250 F:      mm/kmemleak.c
5251 F:      mm/kmemleak-test.c
5253 KPROBES
5254 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5255 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5256 M:      "David S. Miller" <davem@davemloft.net>
5257 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5258 S:      Maintained
5259 F:      Documentation/kprobes.txt
5260 F:      include/linux/kprobes.h
5261 F:      kernel/kprobes.c
5263 KS0108 LCD CONTROLLER DRIVER
5264 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5265 W:      http://miguelojeda.es/auxdisplay.htm
5266 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5267 S:      Maintained
5268 F:      Documentation/auxdisplay/ks0108
5269 F:      drivers/auxdisplay/ks0108.c
5270 F:      include/linux/ks0108.h
5272 LAPB module
5273 L:      linux-x25@vger.kernel.org
5274 S:      Orphan
5275 F:      Documentation/networking/lapb-module.txt
5276 F:      include/*/lapb.h
5277 F:      net/lapb/
5279 LASI 53c700 driver for PARISC
5280 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5281 L:      linux-scsi@vger.kernel.org
5282 S:      Maintained
5283 F:      Documentation/scsi/53c700.txt
5284 F:      drivers/scsi/53c700*
5286 LED SUBSYSTEM
5287 M:      Bryan Wu <cooloney@gmail.com>
5288 M:      Richard Purdie <rpurdie@rpsys.net>
5289 L:      linux-leds@vger.kernel.org
5290 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5291 S:      Maintained
5292 F:      drivers/leds/
5293 F:      include/linux/leds.h
5295 LEGACY EEPROM DRIVER
5296 M:      Jean Delvare <jdelvare@suse.de>
5297 S:      Maintained
5298 F:      Documentation/misc-devices/eeprom
5299 F:      drivers/misc/eeprom/eeprom.c
5301 LEGO USB Tower driver
5302 M:      Juergen Stuber <starblue@users.sourceforge.net>
5303 L:      legousb-devel@lists.sourceforge.net
5304 W:      http://legousb.sourceforge.net/
5305 S:      Maintained
5306 F:      drivers/usb/misc/legousbtower.c
5308 LG2160 MEDIA DRIVER
5309 M:      Michael Krufky <mkrufky@linuxtv.org>
5310 L:      linux-media@vger.kernel.org
5311 W:      http://linuxtv.org/
5312 W:      http://github.com/mkrufky
5313 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5314 T:      git git://linuxtv.org/mkrufky/tuners.git
5315 S:      Maintained
5316 F:      drivers/media/dvb-frontends/lg2160.*
5318 LGDT3305 MEDIA DRIVER
5319 M:      Michael Krufky <mkrufky@linuxtv.org>
5320 L:      linux-media@vger.kernel.org
5321 W:      http://linuxtv.org/
5322 W:      http://github.com/mkrufky
5323 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5324 T:      git git://linuxtv.org/mkrufky/tuners.git
5325 S:      Maintained
5326 F:      drivers/media/dvb-frontends/lgdt3305.*
5328 LGUEST
5329 M:      Rusty Russell <rusty@rustcorp.com.au>
5330 L:      lguest@lists.ozlabs.org
5331 W:      http://lguest.ozlabs.org/
5332 S:      Odd Fixes
5333 F:      arch/x86/include/asm/lguest*.h
5334 F:      arch/x86/lguest/
5335 F:      drivers/lguest/
5336 F:      include/linux/lguest*.h
5337 F:      tools/lguest/
5339 LIBLOCKDEP
5340 M:      Sasha Levin <sasha.levin@oracle.com>
5341 S:      Maintained
5342 F:      tools/lib/lockdep/
5344 LINUX FOR IBM pSERIES (RS/6000)
5345 M:      Paul Mackerras <paulus@au.ibm.com>
5346 W:      http://www.ibm.com/linux/ltc/projects/ppc
5347 S:      Supported
5348 F:      arch/powerpc/boot/rs6000.h
5350 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5351 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5352 M:      Paul Mackerras <paulus@samba.org>
5353 W:      http://www.penguinppc.org/
5354 L:      linuxppc-dev@lists.ozlabs.org
5355 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5357 S:      Supported
5358 F:      Documentation/powerpc/
5359 F:      arch/powerpc/
5361 LINUX FOR POWER MACINTOSH
5362 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5363 W:      http://www.penguinppc.org/
5364 L:      linuxppc-dev@lists.ozlabs.org
5365 S:      Maintained
5366 F:      arch/powerpc/platforms/powermac/
5367 F:      drivers/macintosh/
5369 LINUX FOR POWERPC EMBEDDED MPC5XXX
5370 M:      Anatolij Gustschin <agust@denx.de>
5371 L:      linuxppc-dev@lists.ozlabs.org
5372 T:      git git://git.denx.de/linux-2.6-agust.git
5373 S:      Maintained
5374 F:      arch/powerpc/platforms/512x/
5375 F:      arch/powerpc/platforms/52xx/
5377 LINUX FOR POWERPC EMBEDDED PPC4XX
5378 M:  Alistair Popple <alistair@popple.id.au>
5379 M:      Matt Porter <mporter@kernel.crashing.org>
5380 W:      http://www.penguinppc.org/
5381 L:      linuxppc-dev@lists.ozlabs.org
5382 S:      Maintained
5383 F:      arch/powerpc/platforms/40x/
5384 F:      arch/powerpc/platforms/44x/
5386 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5387 L:      linuxppc-dev@lists.ozlabs.org
5388 S:      Orphan
5389 F:      arch/powerpc/*/*virtex*
5390 F:      arch/powerpc/*/*/*virtex*
5392 LINUX FOR POWERPC EMBEDDED PPC8XX
5393 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5394 M:      Marcelo Tosatti <marcelo@kvack.org>
5395 W:      http://www.penguinppc.org/
5396 L:      linuxppc-dev@lists.ozlabs.org
5397 S:      Maintained
5398 F:      arch/powerpc/platforms/8xx/
5400 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5401 M:      Kumar Gala <galak@kernel.crashing.org>
5402 W:      http://www.penguinppc.org/
5403 L:      linuxppc-dev@lists.ozlabs.org
5404 S:      Maintained
5405 F:      arch/powerpc/platforms/83xx/
5406 F:      arch/powerpc/platforms/85xx/
5408 LINUX FOR POWERPC PA SEMI PWRFICIENT
5409 M:      Olof Johansson <olof@lixom.net>
5410 L:      linuxppc-dev@lists.ozlabs.org
5411 S:      Maintained
5412 F:      arch/powerpc/platforms/pasemi/
5413 F:      drivers/*/*pasemi*
5414 F:      drivers/*/*/*pasemi*
5416 LINUX SECURITY MODULE (LSM) FRAMEWORK
5417 M:      Chris Wright <chrisw@sous-sol.org>
5418 L:      linux-security-module@vger.kernel.org
5419 S:      Supported
5421 LIS3LV02D ACCELEROMETER DRIVER
5422 M:      Eric Piel <eric.piel@tremplin-utc.net>
5423 S:      Maintained
5424 F:      Documentation/misc-devices/lis3lv02d
5425 F:      drivers/misc/lis3lv02d/
5426 F:      drivers/platform/x86/hp_accel.c
5428 LLC (802.2)
5429 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5430 S:      Maintained
5431 F:      include/linux/llc.h
5432 F:      include/uapi/linux/llc.h
5433 F:      include/net/llc*
5434 F:      net/llc/
5436 LM73 HARDWARE MONITOR DRIVER
5437 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5438 L:      lm-sensors@lm-sensors.org
5439 S:      Maintained
5440 F:      drivers/hwmon/lm73.c
5442 LM78 HARDWARE MONITOR DRIVER
5443 M:      Jean Delvare <jdelvare@suse.de>
5444 L:      lm-sensors@lm-sensors.org
5445 S:      Maintained
5446 F:      Documentation/hwmon/lm78
5447 F:      drivers/hwmon/lm78.c
5449 LM83 HARDWARE MONITOR DRIVER
5450 M:      Jean Delvare <jdelvare@suse.de>
5451 L:      lm-sensors@lm-sensors.org
5452 S:      Maintained
5453 F:      Documentation/hwmon/lm83
5454 F:      drivers/hwmon/lm83.c
5456 LM90 HARDWARE MONITOR DRIVER
5457 M:      Jean Delvare <jdelvare@suse.de>
5458 L:      lm-sensors@lm-sensors.org
5459 S:      Maintained
5460 F:      Documentation/hwmon/lm90
5461 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5462 F:      drivers/hwmon/lm90.c
5464 LM95234 HARDWARE MONITOR DRIVER
5465 M:      Guenter Roeck <linux@roeck-us.net>
5466 L:      lm-sensors@lm-sensors.org
5467 S:      Maintained
5468 F:      Documentation/hwmon/lm95234
5469 F:      drivers/hwmon/lm95234.c
5471 LME2510 MEDIA DRIVER
5472 M:      Malcolm Priestley <tvboxspy@gmail.com>
5473 L:      linux-media@vger.kernel.org
5474 W:      http://linuxtv.org/
5475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5476 S:      Maintained
5477 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5479 LOCKDEP AND LOCKSTAT
5480 M:      Peter Zijlstra <peterz@infradead.org>
5481 M:      Ingo Molnar <mingo@redhat.com>
5482 L:      linux-kernel@vger.kernel.org
5483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5484 S:      Maintained
5485 F:      Documentation/lockdep*.txt
5486 F:      Documentation/lockstat.txt
5487 F:      include/linux/lockdep.h
5488 F:      kernel/locking/
5490 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5491 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5492 L:      linux-ntfs-dev@lists.sourceforge.net
5493 W:      http://www.linux-ntfs.org/content/view/19/37/
5494 S:      Maintained
5495 F:      Documentation/ldm.txt
5496 F:      block/partitions/ldm.*
5498 LogFS
5499 M:      Joern Engel <joern@logfs.org>
5500 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5501 L:      logfs@logfs.org
5502 W:      logfs.org
5503 S:      Maintained
5504 F:      fs/logfs/
5506 LPC32XX MACHINE SUPPORT
5507 M:      Roland Stigge <stigge@antcom.de>
5508 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5509 S:      Maintained
5510 F:      arch/arm/mach-lpc32xx/
5512 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5513 M:      Nagalakshmi Nandigama <Nagalakshmi.Nandigama@lsi.com>
5514 M:      Sreekanth Reddy <Sreekanth.Reddy@lsi.com>
5515 M:      support@lsi.com
5516 L:      DL-MPTFusionLinux@lsi.com
5517 L:      linux-scsi@vger.kernel.org
5518 W:      http://www.lsilogic.com/support
5519 S:      Supported
5520 F:      drivers/message/fusion/
5521 F:      drivers/scsi/mpt2sas/
5522 F:      drivers/scsi/mpt3sas/
5524 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5525 M:      Matthew Wilcox <matthew@wil.cx>
5526 L:      linux-scsi@vger.kernel.org
5527 S:      Maintained
5528 F:      drivers/scsi/sym53c8xx_2/
5530 LTC4261 HARDWARE MONITOR DRIVER
5531 M:      Guenter Roeck <linux@roeck-us.net>
5532 L:      lm-sensors@lm-sensors.org
5533 S:      Maintained
5534 F:      Documentation/hwmon/ltc4261
5535 F:      drivers/hwmon/ltc4261.c
5537 LTP (Linux Test Project)
5538 M:      Mike Frysinger <vapier@gentoo.org>
5539 M:      Cyril Hrubis <chrubis@suse.cz>
5540 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5541 M:      Jan Stancek <jstancek@redhat.com>
5542 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5543 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
5544 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5545 W:      http://linux-test-project.github.io/
5546 T:      git git://github.com/linux-test-project/ltp.git
5547 S:      Maintained
5549 M32R ARCHITECTURE
5550 M:      Hirokazu Takata <takata@linux-m32r.org>
5551 L:      linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
5552 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
5553 W:      http://www.linux-m32r.org/
5554 S:      Maintained
5555 F:      arch/m32r/
5557 M68K ARCHITECTURE
5558 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5559 L:      linux-m68k@lists.linux-m68k.org
5560 W:      http://www.linux-m68k.org/
5561 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5562 S:      Maintained
5563 F:      arch/m68k/
5564 F:      drivers/zorro/
5566 M68K ON APPLE MACINTOSH
5567 M:      Joshua Thompson <funaho@jurai.org>
5568 W:      http://www.mac.linux-m68k.org/
5569 L:      linux-m68k@lists.linux-m68k.org
5570 S:      Maintained
5571 F:      arch/m68k/mac/
5573 M68K ON HP9000/300
5574 M:      Philip Blundell <philb@gnu.org>
5575 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5576 S:      Maintained
5577 F:      arch/m68k/hp300/
5579 M88DS3103 MEDIA DRIVER
5580 M:      Antti Palosaari <crope@iki.fi>
5581 L:      linux-media@vger.kernel.org
5582 W:      http://linuxtv.org/
5583 W:      http://palosaari.fi/linux/
5584 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5585 T:      git git://linuxtv.org/anttip/media_tree.git
5586 S:      Maintained
5587 F:      drivers/media/dvb-frontends/m88ds3103*
5589 M88RS2000 MEDIA DRIVER
5590 M:      Malcolm Priestley <tvboxspy@gmail.com>
5591 L:      linux-media@vger.kernel.org
5592 W:      http://linuxtv.org/
5593 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5594 S:      Maintained
5595 F:      drivers/media/dvb-frontends/m88rs2000*
5597 M88TS2022 MEDIA DRIVER
5598 M:      Antti Palosaari <crope@iki.fi>
5599 L:      linux-media@vger.kernel.org
5600 W:      http://linuxtv.org/
5601 W:      http://palosaari.fi/linux/
5602 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5603 T:      git git://linuxtv.org/anttip/media_tree.git
5604 S:      Maintained
5605 F:      drivers/media/tuners/m88ts2022*
5607 MA901 MASTERKIT USB FM RADIO DRIVER
5608 M:      Alexey Klimov <klimov.linux@gmail.com>
5609 L:      linux-media@vger.kernel.org
5610 T:      git git://linuxtv.org/media_tree.git
5611 S:      Maintained
5612 F:      drivers/media/radio/radio-ma901.c
5614 MAC80211
5615 M:      Johannes Berg <johannes@sipsolutions.net>
5616 L:      linux-wireless@vger.kernel.org
5617 W:      http://wireless.kernel.org/
5618 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5619 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5620 S:      Maintained
5621 F:      Documentation/networking/mac80211-injection.txt
5622 F:      include/net/mac80211.h
5623 F:      net/mac80211/
5625 MAC80211 PID RATE CONTROL
5626 M:      Stefano Brivio <stefano.brivio@polimi.it>
5627 M:      Mattias Nissler <mattias.nissler@gmx.de>
5628 L:      linux-wireless@vger.kernel.org
5629 W:      http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
5630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5632 S:      Maintained
5633 F:      net/mac80211/rc80211_pid*
5635 MACVLAN DRIVER
5636 M:      Patrick McHardy <kaber@trash.net>
5637 L:      netdev@vger.kernel.org
5638 S:      Maintained
5639 F:      drivers/net/macvlan.c
5640 F:      include/linux/if_macvlan.h
5642 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5643 M:      Michael Kerrisk <mtk.manpages@gmail.com>
5644 W:      http://www.kernel.org/doc/man-pages
5645 L:      linux-man@vger.kernel.org
5646 S:      Maintained
5648 MARVELL ARMADA DRM SUPPORT
5649 M:      Russell King <rmk+kernel@arm.linux.org.uk>
5650 S:      Maintained
5651 F:      drivers/gpu/drm/armada/
5653 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
5654 M:      Mirko Lindner <mlindner@marvell.com>
5655 M:      Stephen Hemminger <stephen@networkplumber.org>
5656 L:      netdev@vger.kernel.org
5657 S:      Maintained
5658 F:      drivers/net/ethernet/marvell/sk*
5660 MARVELL LIBERTAS WIRELESS DRIVER
5661 L:      libertas-dev@lists.infradead.org
5662 S:      Orphan
5663 F:      drivers/net/wireless/libertas/
5665 MARVELL MV643XX ETHERNET DRIVER
5666 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
5667 L:      netdev@vger.kernel.org
5668 S:      Maintained
5669 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
5670 F:      include/linux/mv643xx.h
5672 MARVELL MVNETA ETHERNET DRIVER
5673 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5674 L:      netdev@vger.kernel.org
5675 S:      Maintained
5676 F:      drivers/net/ethernet/marvell/mvneta.*
5678 MARVELL MWIFIEX WIRELESS DRIVER
5679 M:      Bing Zhao <bzhao@marvell.com>
5680 L:      linux-wireless@vger.kernel.org
5681 S:      Maintained
5682 F:      drivers/net/wireless/mwifiex/
5684 MARVELL MWL8K WIRELESS DRIVER
5685 M:      Lennert Buytenhek <buytenh@wantstofly.org>
5686 L:      linux-wireless@vger.kernel.org
5687 S:      Odd Fixes
5688 F:      drivers/net/wireless/mwl8k.c
5690 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
5691 M:      Nicolas Pitre <nico@fluxnic.net>
5692 S:      Odd Fixes
5693 F:      drivers/mmc/host/mvsdio.*
5695 MATROX FRAMEBUFFER DRIVER
5696 L:      linux-fbdev@vger.kernel.org
5697 S:      Orphan
5698 F:      drivers/video/matrox/matroxfb_*
5699 F:      include/uapi/linux/matroxfb.h
5701 MAX16065 HARDWARE MONITOR DRIVER
5702 M:      Guenter Roeck <linux@roeck-us.net>
5703 L:      lm-sensors@lm-sensors.org
5704 S:      Maintained
5705 F:      Documentation/hwmon/max16065
5706 F:      drivers/hwmon/max16065.c
5708 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5709 M:      "Hans J. Koch" <hjk@hansjkoch.de>
5710 L:      lm-sensors@lm-sensors.org
5711 S:      Maintained
5712 F:      Documentation/hwmon/max6650
5713 F:      drivers/hwmon/max6650.c
5715 MAX6697 HARDWARE MONITOR DRIVER
5716 M:      Guenter Roeck <linux@roeck-us.net>
5717 L:      lm-sensors@lm-sensors.org
5718 S:      Maintained
5719 F:      Documentation/hwmon/max6697
5720 F:      Documentation/devicetree/bindings/i2c/max6697.txt
5721 F:      drivers/hwmon/max6697.c
5722 F:      include/linux/platform_data/max6697.h
5724 MAXIRADIO FM RADIO RECEIVER DRIVER
5725 M:      Hans Verkuil <hverkuil@xs4all.nl>
5726 L:      linux-media@vger.kernel.org
5727 T:      git git://linuxtv.org/media_tree.git
5728 W:      http://linuxtv.org
5729 S:      Maintained
5730 F:      drivers/media/radio/radio-maxiradio*
5732 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
5733 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
5734 P:      LinuxTV.org Project
5735 L:      linux-media@vger.kernel.org
5736 W:      http://linuxtv.org
5737 Q:      http://patchwork.kernel.org/project/linux-media/list/
5738 T:      git git://linuxtv.org/media_tree.git
5739 S:      Maintained
5740 F:      Documentation/dvb/
5741 F:      Documentation/video4linux/
5742 F:      Documentation/DocBook/media/
5743 F:      drivers/media/
5744 F:      drivers/staging/media/
5745 F:      include/media/
5746 F:      include/uapi/linux/dvb/
5747 F:      include/uapi/linux/videodev2.h
5748 F:      include/uapi/linux/media.h
5749 F:      include/uapi/linux/v4l2-*
5750 F:      include/uapi/linux/meye.h
5751 F:      include/uapi/linux/ivtv*
5752 F:      include/uapi/linux/uvcvideo.h
5754 MEDIAVISION PRO MOVIE STUDIO DRIVER
5755 M:      Hans Verkuil <hverkuil@xs4all.nl>
5756 L:      linux-media@vger.kernel.org
5757 T:      git git://linuxtv.org/media_tree.git
5758 W:      http://linuxtv.org
5759 S:      Odd Fixes
5760 F:      drivers/media/parport/pms*
5762 MEGARAID SCSI DRIVERS
5763 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
5764 L:      linux-scsi@vger.kernel.org
5765 W:      http://megaraid.lsilogic.com
5766 S:      Maintained
5767 F:      Documentation/scsi/megaraid.txt
5768 F:      drivers/scsi/megaraid.*
5769 F:      drivers/scsi/megaraid/
5771 MELLANOX ETHERNET DRIVER (mlx4_en)
5772 M:      Amir Vadai <amirv@mellanox.com>
5773 L:      netdev@vger.kernel.org
5774 S:      Supported
5775 W:      http://www.mellanox.com
5776 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5777 F:      drivers/net/ethernet/mellanox/mlx4/en_*
5779 MEMORY MANAGEMENT
5780 L:      linux-mm@kvack.org
5781 W:      http://www.linux-mm.org
5782 S:      Maintained
5783 F:      include/linux/mm.h
5784 F:      include/linux/gfp.h
5785 F:      include/linux/mmzone.h
5786 F:      include/linux/memory_hotplug.h
5787 F:      include/linux/vmalloc.h
5788 F:      mm/
5790 MEMORY TECHNOLOGY DEVICES (MTD)
5791 M:      David Woodhouse <dwmw2@infradead.org>
5792 M:      Brian Norris <computersforpeace@gmail.com>
5793 L:      linux-mtd@lists.infradead.org
5794 W:      http://www.linux-mtd.infradead.org/
5795 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
5796 T:      git git://git.infradead.org/linux-mtd.git
5797 S:      Maintained
5798 F:      drivers/mtd/
5799 F:      include/linux/mtd/
5800 F:      include/uapi/mtd/
5802 MEN A21 WATCHDOG DRIVER
5803 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
5804 L:      linux-watchdog@vger.kernel.org
5805 S:      Supported
5806 F:      drivers/watchdog/mena21_wdt.c
5808 MEN CHAMELEON BUS (mcb)
5809 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
5810 S:      Supported
5811 F:      drivers/mcb/
5812 F:      include/linux/mcb.h
5814 METAG ARCHITECTURE
5815 M:      James Hogan <james.hogan@imgtec.com>
5816 L:      linux-metag@vger.kernel.org
5817 S:      Supported
5818 F:      arch/metag/
5819 F:      Documentation/metag/
5820 F:      Documentation/devicetree/bindings/metag/
5821 F:      drivers/clocksource/metag_generic.c
5822 F:      drivers/irqchip/irq-metag.c
5823 F:      drivers/irqchip/irq-metag-ext.c
5824 F:      drivers/tty/metag_da.c
5825 F:      fs/imgdafs/
5827 MICROBLAZE ARCHITECTURE
5828 M:      Michal Simek <monstr@monstr.eu>
5829 W:      http://www.monstr.eu/fdt/
5830 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
5831 S:      Supported
5832 F:      arch/microblaze/
5834 MICROTEK X6 SCANNER
5835 M:      Oliver Neukum <oliver@neukum.org>
5836 S:      Maintained
5837 F:      drivers/usb/image/microtek.*
5839 MIPS
5840 M:      Ralf Baechle <ralf@linux-mips.org>
5841 L:      linux-mips@linux-mips.org
5842 W:      http://www.linux-mips.org/
5843 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
5844 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
5845 S:      Supported
5846 F:      Documentation/mips/
5847 F:      arch/mips/
5849 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
5850 M:      Hans Verkuil <hverkuil@xs4all.nl>
5851 L:      linux-media@vger.kernel.org
5852 T:      git git://linuxtv.org/media_tree.git
5853 W:      http://linuxtv.org
5854 S:      Odd Fixes
5855 F:      drivers/media/radio/radio-miropcm20*
5857 Mellanox MLX5 core VPI driver
5858 M:      Eli Cohen <eli@mellanox.com>
5859 L:      netdev@vger.kernel.org
5860 L:      linux-rdma@vger.kernel.org
5861 W:      http://www.mellanox.com
5862 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5863 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5864 T:      git git://openfabrics.org/~eli/connect-ib.git
5865 S:      Supported
5866 F:      drivers/net/ethernet/mellanox/mlx5/core/
5867 F:      include/linux/mlx5/
5869 Mellanox MLX5 IB driver
5870 M:      Eli Cohen <eli@mellanox.com>
5871 L:      linux-rdma@vger.kernel.org
5872 W:      http://www.mellanox.com
5873 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5874 T:      git git://openfabrics.org/~eli/connect-ib.git
5875 S:      Supported
5876 F:      include/linux/mlx5/
5877 F:      drivers/infiniband/hw/mlx5/
5879 MODULE SUPPORT
5880 M:      Rusty Russell <rusty@rustcorp.com.au>
5881 S:      Maintained
5882 F:      include/linux/module.h
5883 F:      kernel/module.c
5885 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5886 W:      http://popies.net/meye/
5887 S:      Orphan
5888 F:      Documentation/video4linux/meye.txt
5889 F:      drivers/media/pci/meye/
5890 F:      include/uapi/linux/meye.h
5892 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
5893 M:      Jiri Slaby <jirislaby@gmail.com>
5894 S:      Maintained
5895 F:      Documentation/serial/moxa-smartio
5896 F:      drivers/tty/mxser.*
5898 MR800 AVERMEDIA USB FM RADIO DRIVER
5899 M:      Alexey Klimov <klimov.linux@gmail.com>
5900 L:      linux-media@vger.kernel.org
5901 T:      git git://linuxtv.org/media_tree.git
5902 S:      Maintained
5903 F:      drivers/media/radio/radio-mr800.c
5905 MSI LAPTOP SUPPORT
5906 M:      "Lee, Chun-Yi" <jlee@suse.com>
5907 L:      platform-driver-x86@vger.kernel.org
5908 S:      Maintained
5909 F:      drivers/platform/x86/msi-laptop.c
5911 MSI WMI SUPPORT
5912 M:      Anisse Astier <anisse@astier.eu>
5913 L:      platform-driver-x86@vger.kernel.org
5914 S:      Supported
5915 F:      drivers/platform/x86/msi-wmi.c
5917 MSI001 MEDIA DRIVER
5918 M:      Antti Palosaari <crope@iki.fi>
5919 L:      linux-media@vger.kernel.org
5920 W:      http://linuxtv.org/
5921 W:      http://palosaari.fi/linux/
5922 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5923 T:      git git://linuxtv.org/anttip/media_tree.git
5924 S:      Maintained
5925 F:      drivers/staging/media/msi3101/msi001*
5927 MSI3101 MEDIA DRIVER
5928 M:      Antti Palosaari <crope@iki.fi>
5929 L:      linux-media@vger.kernel.org
5930 W:      http://linuxtv.org/
5931 W:      http://palosaari.fi/linux/
5932 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5933 T:      git git://linuxtv.org/anttip/media_tree.git
5934 S:      Maintained
5935 F:      drivers/staging/media/msi3101/sdr-msi3101*
5937 MT9M032 APTINA SENSOR DRIVER
5938 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5939 L:      linux-media@vger.kernel.org
5940 T:      git git://linuxtv.org/media_tree.git
5941 S:      Maintained
5942 F:      drivers/media/i2c/mt9m032.c
5943 F:      include/media/mt9m032.h
5945 MT9P031 APTINA CAMERA SENSOR
5946 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5947 L:      linux-media@vger.kernel.org
5948 T:      git git://linuxtv.org/media_tree.git
5949 S:      Maintained
5950 F:      drivers/media/i2c/mt9p031.c
5951 F:      include/media/mt9p031.h
5953 MT9T001 APTINA CAMERA SENSOR
5954 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5955 L:      linux-media@vger.kernel.org
5956 T:      git git://linuxtv.org/media_tree.git
5957 S:      Maintained
5958 F:      drivers/media/i2c/mt9t001.c
5959 F:      include/media/mt9t001.h
5961 MT9V032 APTINA CAMERA SENSOR
5962 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5963 L:      linux-media@vger.kernel.org
5964 T:      git git://linuxtv.org/media_tree.git
5965 S:      Maintained
5966 F:      drivers/media/i2c/mt9v032.c
5967 F:      include/media/mt9v032.h
5969 MULTIFUNCTION DEVICES (MFD)
5970 M:      Samuel Ortiz <sameo@linux.intel.com>
5971 M:      Lee Jones <lee.jones@linaro.org>
5972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-next.git
5973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-fixes.git
5974 S:      Supported
5975 F:      drivers/mfd/
5976 F:      include/linux/mfd/
5978 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
5979 M:      Chris Ball <chris@printf.net>
5980 M:      Ulf Hansson <ulf.hansson@linaro.org>
5981 L:      linux-mmc@vger.kernel.org
5982 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5983 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
5984 S:      Maintained
5985 F:      drivers/mmc/
5986 F:      include/linux/mmc/
5987 F:      include/uapi/linux/mmc/
5989 MULTIMEDIA CARD (MMC) ETC. OVER SPI
5990 S:      Orphan
5991 F:      drivers/mmc/host/mmc_spi.c
5992 F:      include/linux/spi/mmc_spi.h
5994 MULTISOUND SOUND DRIVER
5995 M:      Andrew Veliath <andrewtv@usa.net>
5996 S:      Maintained
5997 F:      Documentation/sound/oss/MultiSound
5998 F:      sound/oss/msnd*
6000 MULTITECH MULTIPORT CARD (ISICOM)
6001 S:      Orphan
6002 F:      drivers/tty/isicom.c
6003 F:      include/linux/isicom.h
6005 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6006 M:      Felipe Balbi <balbi@ti.com>
6007 L:      linux-usb@vger.kernel.org
6008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6009 S:      Maintained
6010 F:      drivers/usb/musb/
6012 MXL5007T MEDIA DRIVER
6013 M:      Michael Krufky <mkrufky@linuxtv.org>
6014 L:      linux-media@vger.kernel.org
6015 W:      http://linuxtv.org/
6016 W:      http://github.com/mkrufky
6017 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6018 T:      git git://linuxtv.org/mkrufky/tuners.git
6019 S:      Maintained
6020 F:      drivers/media/tuners/mxl5007t.*
6022 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6023 M:      Hyong-Youb Kim <hykim@myri.com>
6024 L:      netdev@vger.kernel.org
6025 W:      https://www.myricom.com/support/downloads/myri10ge.html
6026 S:      Supported
6027 F:      drivers/net/ethernet/myricom/myri10ge/
6029 NATSEMI ETHERNET DRIVER (DP8381x)
6030 S:      Orphan
6031 F:      drivers/net/ethernet/natsemi/natsemi.c
6033 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6034 M:      Daniel Mack <zonque@gmail.com>
6035 S:      Maintained
6036 L:      alsa-devel@alsa-project.org
6037 W:      http://www.native-instruments.com
6038 F:      sound/usb/caiaq/
6040 NCP FILESYSTEM
6041 M:      Petr Vandrovec <petr@vandrovec.name>
6042 S:      Odd Fixes
6043 F:      fs/ncpfs/
6045 NCR 5380 SCSI DRIVERS
6046 M:      Finn Thain <fthain@telegraphics.com.au>
6047 M:      Michael Schmitz <schmitzmic@gmail.com>
6048 L:      linux-scsi@vger.kernel.org
6049 S:      Maintained
6050 F:      Documentation/scsi/g_NCR5380.txt
6051 F:      drivers/scsi/NCR5380.*
6052 F:      drivers/scsi/arm/cumana_1.c
6053 F:      drivers/scsi/arm/oak.c
6054 F:      drivers/scsi/atari_NCR5380.c
6055 F:      drivers/scsi/atari_scsi.*
6056 F:      drivers/scsi/dmx3191d.c
6057 F:      drivers/scsi/dtc.*
6058 F:      drivers/scsi/g_NCR5380.*
6059 F:      drivers/scsi/g_NCR5380_mmio.c
6060 F:      drivers/scsi/mac_scsi.*
6061 F:      drivers/scsi/pas16.*
6062 F:      drivers/scsi/sun3_NCR5380.c
6063 F:      drivers/scsi/sun3_scsi.*
6064 F:      drivers/scsi/sun3_scsi_vme.c
6065 F:      drivers/scsi/t128.*
6067 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6068 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6069 L:      linux-scsi@vger.kernel.org
6070 S:      Maintained
6071 F:      drivers/scsi/NCR_D700.*
6073 NCT6775 HARDWARE MONITOR DRIVER
6074 M:      Guenter Roeck <linux@roeck-us.net>
6075 L:      lm-sensors@lm-sensors.org
6076 S:      Maintained
6077 F:      Documentation/hwmon/nct6775
6078 F:      drivers/hwmon/nct6775.c
6080 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6081 M:      Faisal Latif <faisal.latif@intel.com>
6082 L:      linux-rdma@vger.kernel.org
6083 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6084 S:      Supported
6085 F:      drivers/infiniband/hw/nes/
6087 NETEM NETWORK EMULATOR
6088 M:      Stephen Hemminger <stephen@networkplumber.org>
6089 L:      netem@lists.linux-foundation.org
6090 S:      Maintained
6091 F:      net/sched/sch_netem.c
6093 NETERION 10GbE DRIVERS (s2io/vxge)
6094 M:      Jon Mason <jdmason@kudzu.us>
6095 L:      netdev@vger.kernel.org
6096 S:      Supported
6097 F:      Documentation/networking/s2io.txt
6098 F:      Documentation/networking/vxge.txt
6099 F:      drivers/net/ethernet/neterion/
6101 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6102 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6103 M:      Patrick McHardy <kaber@trash.net>
6104 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6105 L:      netfilter-devel@vger.kernel.org
6106 L:      coreteam@netfilter.org
6107 W:      http://www.netfilter.org/
6108 W:      http://www.iptables.org/
6109 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6112 S:      Supported
6113 F:      include/linux/netfilter*
6114 F:      include/linux/netfilter/
6115 F:      include/net/netfilter/
6116 F:      include/uapi/linux/netfilter*
6117 F:      include/uapi/linux/netfilter/
6118 F:      net/*/netfilter.c
6119 F:      net/*/netfilter/
6120 F:      net/netfilter/
6122 NETLABEL
6123 M:      Paul Moore <paul@paul-moore.com>
6124 W:      http://netlabel.sf.net
6125 L:      netdev@vger.kernel.org
6126 S:      Maintained
6127 F:      Documentation/netlabel/
6128 F:      include/net/netlabel.h
6129 F:      net/netlabel/
6131 NETROM NETWORK LAYER
6132 M:      Ralf Baechle <ralf@linux-mips.org>
6133 L:      linux-hams@vger.kernel.org
6134 W:      http://www.linux-ax25.org/
6135 S:      Maintained
6136 F:      include/net/netrom.h
6137 F:      include/uapi/linux/netrom.h
6138 F:      net/netrom/
6140 NETWORK BLOCK DEVICE (NBD)
6141 M:      Paul Clements <Paul.Clements@steeleye.com>
6142 S:      Maintained
6143 L:      nbd-general@lists.sourceforge.net
6144 F:      Documentation/blockdev/nbd.txt
6145 F:      drivers/block/nbd.c
6146 F:      include/linux/nbd.h
6147 F:      include/uapi/linux/nbd.h
6149 NETWORK DROP MONITOR
6150 M:      Neil Horman <nhorman@tuxdriver.com>
6151 L:      netdev@vger.kernel.org
6152 S:      Maintained
6153 W:      https://fedorahosted.org/dropwatch/
6154 F:      net/core/drop_monitor.c
6156 NETWORKING [GENERAL]
6157 M:      "David S. Miller" <davem@davemloft.net>
6158 L:      netdev@vger.kernel.org
6159 W:      http://www.linuxfoundation.org/en/Net
6160 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6161 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6163 S:      Maintained
6164 F:      net/
6165 F:      include/net/
6166 F:      include/linux/in.h
6167 F:      include/linux/net.h
6168 F:      include/linux/netdevice.h
6169 F:      include/uapi/linux/in.h
6170 F:      include/uapi/linux/net.h
6171 F:      include/uapi/linux/netdevice.h
6172 F:      tools/net/
6173 F:      tools/testing/selftests/net/
6174 F:      lib/random32.c
6175 F:      lib/test_bpf.c
6177 NETWORKING [IPv4/IPv6]
6178 M:      "David S. Miller" <davem@davemloft.net>
6179 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6180 M:      James Morris <jmorris@namei.org>
6181 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6182 M:      Patrick McHardy <kaber@trash.net>
6183 L:      netdev@vger.kernel.org
6184 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6185 S:      Maintained
6186 F:      net/ipv4/
6187 F:      net/ipv6/
6188 F:      include/net/ip*
6189 F:      arch/x86/net/*
6191 NETWORKING [IPSEC]
6192 M:      Steffen Klassert <steffen.klassert@secunet.com>
6193 M:      Herbert Xu <herbert@gondor.apana.org.au>
6194 M:      "David S. Miller" <davem@davemloft.net>
6195 L:      netdev@vger.kernel.org
6196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6198 S:      Maintained
6199 F:      net/core/flow.c
6200 F:      net/xfrm/
6201 F:      net/key/
6202 F:      net/ipv4/xfrm*
6203 F:      net/ipv4/esp4.c
6204 F:      net/ipv4/ah4.c
6205 F:      net/ipv4/ipcomp.c
6206 F:      net/ipv4/ip_vti.c
6207 F:      net/ipv6/xfrm*
6208 F:      net/ipv6/esp6.c
6209 F:      net/ipv6/ah6.c
6210 F:      net/ipv6/ipcomp6.c
6211 F:      net/ipv6/ip6_vti.c
6212 F:      include/uapi/linux/xfrm.h
6213 F:      include/net/xfrm.h
6215 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6216 M:      Paul Moore <paul@paul-moore.com>
6217 L:      netdev@vger.kernel.org
6218 S:      Maintained
6220 NETWORKING [WIRELESS]
6221 M:      "John W. Linville" <linville@tuxdriver.com>
6222 L:      linux-wireless@vger.kernel.org
6223 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
6225 S:      Maintained
6226 F:      net/mac80211/
6227 F:      net/rfkill/
6228 F:      net/wireless/
6229 F:      include/net/ieee80211*
6230 F:      include/linux/wireless.h
6231 F:      include/uapi/linux/wireless.h
6232 F:      include/net/iw_handler.h
6233 F:      drivers/net/wireless/
6235 NETWORKING DRIVERS
6236 L:      netdev@vger.kernel.org
6237 W:      http://www.linuxfoundation.org/en/Net
6238 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6241 S:      Odd Fixes
6242 F:      drivers/net/
6243 F:      include/linux/if_*
6244 F:      include/linux/netdevice.h
6245 F:      include/linux/arcdevice.h
6246 F:      include/linux/etherdevice.h
6247 F:      include/linux/fcdevice.h
6248 F:      include/linux/fddidevice.h
6249 F:      include/linux/hippidevice.h
6250 F:      include/linux/inetdevice.h
6251 F:      include/uapi/linux/if_*
6252 F:      include/uapi/linux/netdevice.h
6254 NETXEN (1/10) GbE SUPPORT
6255 M:      Manish Chopra <manish.chopra@qlogic.com>
6256 M:      Sony Chacko <sony.chacko@qlogic.com>
6257 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6258 L:      netdev@vger.kernel.org
6259 W:      http://www.qlogic.com
6260 S:      Supported
6261 F:      drivers/net/ethernet/qlogic/netxen/
6263 NFC SUBSYSTEM
6264 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6265 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6266 M:      Samuel Ortiz <sameo@linux.intel.com>
6267 L:      linux-wireless@vger.kernel.org
6268 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
6269 S:      Supported
6270 F:      net/nfc/
6271 F:      include/net/nfc/
6272 F:      include/uapi/linux/nfc.h
6273 F:      drivers/nfc/
6274 F:      include/linux/platform_data/pn544.h
6275 F:      Documentation/devicetree/bindings/net/nfc/
6277 NFS, SUNRPC, AND LOCKD CLIENTS
6278 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6279 L:      linux-nfs@vger.kernel.org
6280 W:      http://client.linux-nfs.org
6281 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6282 S:      Maintained
6283 F:      fs/lockd/
6284 F:      fs/nfs/
6285 F:      fs/nfs_common/
6286 F:      net/sunrpc/
6287 F:      include/linux/lockd/
6288 F:      include/linux/nfs*
6289 F:      include/linux/sunrpc/
6290 F:      include/uapi/linux/nfs*
6291 F:      include/uapi/linux/sunrpc/
6293 NILFS2 FILESYSTEM
6294 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6295 L:      linux-nilfs@vger.kernel.org
6296 W:      http://nilfs.sourceforge.net/
6297 T:      git git://github.com/konis/nilfs2.git
6298 S:      Supported
6299 F:      Documentation/filesystems/nilfs2.txt
6300 F:      fs/nilfs2/
6301 F:      include/linux/nilfs2_fs.h
6303 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6304 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6305 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6306 S:      Maintained
6307 F:      Documentation/scsi/NinjaSCSI.txt
6308 F:      drivers/scsi/pcmcia/nsp_*
6310 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6311 M:      GOTO Masanori <gotom@debian.or.jp>
6312 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6313 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6314 S:      Maintained
6315 F:      Documentation/scsi/NinjaSCSI.txt
6316 F:      drivers/scsi/nsp32*
6318 NTB DRIVER
6319 M:      Jon Mason <jon.mason@intel.com>
6320 S:      Supported
6321 W:      https://github.com/jonmason/ntb/wiki
6322 T:      git git://github.com/jonmason/ntb.git
6323 F:      drivers/ntb/
6324 F:      drivers/net/ntb_netdev.c
6325 F:      include/linux/ntb.h
6327 NTFS FILESYSTEM
6328 M:      Anton Altaparmakov <anton@tuxera.com>
6329 L:      linux-ntfs-dev@lists.sourceforge.net
6330 W:      http://www.tuxera.com/
6331 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6332 S:      Supported
6333 F:      Documentation/filesystems/ntfs.txt
6334 F:      fs/ntfs/
6336 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6337 M:      Antonino Daplas <adaplas@gmail.com>
6338 L:      linux-fbdev@vger.kernel.org
6339 S:      Maintained
6340 F:      drivers/video/riva/
6341 F:      drivers/video/nvidia/
6343 NVM EXPRESS DRIVER
6344 M:      Matthew Wilcox <willy@linux.intel.com>
6345 L:      linux-nvme@lists.infradead.org
6346 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6347 S:      Supported
6348 F:      drivers/block/nvme*
6349 F:      include/linux/nvme.h
6351 NXP TDA998X DRM DRIVER
6352 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6353 S:      Supported
6354 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6355 F:      include/drm/i2c/tda998x.h
6357 OMAP SUPPORT
6358 M:      Tony Lindgren <tony@atomide.com>
6359 L:      linux-omap@vger.kernel.org
6360 W:      http://www.muru.com/linux/omap/
6361 W:      http://linux.omap.com/
6362 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6364 S:      Maintained
6365 F:      arch/arm/*omap*/
6366 F:      drivers/i2c/busses/i2c-omap.c
6367 F:      include/linux/i2c-omap.h
6369 OMAP DEVICE TREE SUPPORT
6370 M:      Benoît Cousson <bcousson@baylibre.com>
6371 M:      Tony Lindgren <tony@atomide.com>
6372 L:      linux-omap@vger.kernel.org
6373 L:      devicetree@vger.kernel.org
6374 S:      Maintained
6375 F:      arch/arm/boot/dts/*omap*
6376 F:      arch/arm/boot/dts/*am3*
6378 OMAP CLOCK FRAMEWORK SUPPORT
6379 M:      Paul Walmsley <paul@pwsan.com>
6380 L:      linux-omap@vger.kernel.org
6381 S:      Maintained
6382 F:      arch/arm/*omap*/*clock*
6384 OMAP POWER MANAGEMENT SUPPORT
6385 M:      Kevin Hilman <khilman@deeprootsystems.com>
6386 L:      linux-omap@vger.kernel.org
6387 S:      Maintained
6388 F:      arch/arm/*omap*/*pm*
6389 F:      drivers/cpufreq/omap-cpufreq.c
6391 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6392 M:      Rajendra Nayak <rnayak@ti.com>
6393 M:      Paul Walmsley <paul@pwsan.com>
6394 L:      linux-omap@vger.kernel.org
6395 S:      Maintained
6396 F:      arch/arm/mach-omap2/prm*
6398 OMAP AUDIO SUPPORT
6399 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6400 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6401 L:      alsa-devel@alsa-project.org (subscribers-only)
6402 L:      linux-omap@vger.kernel.org
6403 S:      Maintained
6404 F:      sound/soc/omap/
6406 OMAP FRAMEBUFFER SUPPORT
6407 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6408 L:      linux-fbdev@vger.kernel.org
6409 L:      linux-omap@vger.kernel.org
6410 S:      Maintained
6411 F:      drivers/video/omap/
6413 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6414 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6415 L:      linux-omap@vger.kernel.org
6416 L:      linux-fbdev@vger.kernel.org
6417 S:      Maintained
6418 F:      drivers/video/omap2/
6419 F:      Documentation/arm/OMAP/DSS
6421 OMAP HARDWARE SPINLOCK SUPPORT
6422 M:      Ohad Ben-Cohen <ohad@wizery.com>
6423 L:      linux-omap@vger.kernel.org
6424 S:      Maintained
6425 F:      drivers/hwspinlock/omap_hwspinlock.c
6426 F:      arch/arm/mach-omap2/hwspinlock.c
6428 OMAP MMC SUPPORT
6429 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6430 L:      linux-omap@vger.kernel.org
6431 S:      Maintained
6432 F:      drivers/mmc/host/omap.c
6434 OMAP HS MMC SUPPORT
6435 M:      Balaji T K <balajitk@ti.com>
6436 L:      linux-mmc@vger.kernel.org
6437 L:      linux-omap@vger.kernel.org
6438 S:      Maintained
6439 F:      drivers/mmc/host/omap_hsmmc.c
6441 OMAP RANDOM NUMBER GENERATOR SUPPORT
6442 M:      Deepak Saxena <dsaxena@plexity.net>
6443 S:      Maintained
6444 F:      drivers/char/hw_random/omap-rng.c
6446 OMAP HWMOD SUPPORT
6447 M:      Benoît Cousson <bcousson@baylibre.com>
6448 M:      Paul Walmsley <paul@pwsan.com>
6449 L:      linux-omap@vger.kernel.org
6450 S:      Maintained
6451 F:      arch/arm/mach-omap2/omap_hwmod.*
6453 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6454 M:      Benoît Cousson <bcousson@baylibre.com>
6455 L:      linux-omap@vger.kernel.org
6456 S:      Maintained
6457 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6459 OMAP IMAGE SIGNAL PROCESSOR (ISP)
6460 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6461 L:      linux-media@vger.kernel.org
6462 S:      Maintained
6463 F:      drivers/media/platform/omap3isp/
6465 OMAP USB SUPPORT
6466 M:      Felipe Balbi <balbi@ti.com>
6467 L:      linux-usb@vger.kernel.org
6468 L:      linux-omap@vger.kernel.org
6469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6470 S:      Maintained
6471 F:      drivers/usb/*/*omap*
6472 F:      arch/arm/*omap*/usb*
6474 OMAP GPIO DRIVER
6475 M:      Javier Martinez Canillas <javier@dowhile0.org>
6476 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
6477 M:      Kevin Hilman <khilman@deeprootsystems.com>
6478 L:      linux-omap@vger.kernel.org
6479 S:      Maintained
6480 F:      drivers/gpio/gpio-omap.c
6482 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6483 M:      Mark Jackson <mpfj@newflow.co.uk>
6484 L:      linux-omap@vger.kernel.org
6485 S:      Maintained
6486 F:      arch/arm/boot/dts/am335x-nano.dts
6488 OMFS FILESYSTEM
6489 M:      Bob Copeland <me@bobcopeland.com>
6490 L:      linux-karma-devel@lists.sourceforge.net
6491 S:      Maintained
6492 F:      Documentation/filesystems/omfs.txt
6493 F:      fs/omfs/
6495 OMNIKEY CARDMAN 4000 DRIVER
6496 M:      Harald Welte <laforge@gnumonks.org>
6497 S:      Maintained
6498 F:      drivers/char/pcmcia/cm4000_cs.c
6499 F:      include/linux/cm4000_cs.h
6500 F:      include/uapi/linux/cm4000_cs.h
6502 OMNIKEY CARDMAN 4040 DRIVER
6503 M:      Harald Welte <laforge@gnumonks.org>
6504 S:      Maintained
6505 F:      drivers/char/pcmcia/cm4040_cs.*
6507 OMNIVISION OV7670 SENSOR DRIVER
6508 M:      Jonathan Corbet <corbet@lwn.net>
6509 L:      linux-media@vger.kernel.org
6510 T:      git git://linuxtv.org/media_tree.git
6511 S:      Maintained
6512 F:      drivers/media/i2c/ov7670.c
6514 ONENAND FLASH DRIVER
6515 M:      Kyungmin Park <kyungmin.park@samsung.com>
6516 L:      linux-mtd@lists.infradead.org
6517 S:      Maintained
6518 F:      drivers/mtd/onenand/
6519 F:      include/linux/mtd/onenand*.h
6521 ONSTREAM SCSI TAPE DRIVER
6522 M:      Willem Riede <osst@riede.org>
6523 L:      osst-users@lists.sourceforge.net
6524 L:      linux-scsi@vger.kernel.org
6525 S:      Maintained
6526 F:      Documentation/scsi/osst.txt
6527 F:      drivers/scsi/osst.*
6528 F:      drivers/scsi/osst_*.h
6529 F:      drivers/scsi/st.h
6531 OPENCORES I2C BUS DRIVER
6532 M:      Peter Korsgaard <jacmet@sunsite.dk>
6533 L:      linux-i2c@vger.kernel.org
6534 S:      Maintained
6535 F:      Documentation/i2c/busses/i2c-ocores
6536 F:      drivers/i2c/busses/i2c-ocores.c
6538 OPEN FIRMWARE AND FLATTENED DEVICE TREE
6539 M:      Grant Likely <grant.likely@linaro.org>
6540 M:      Rob Herring <robh+dt@kernel.org>
6541 L:      devicetree@vger.kernel.org
6542 W:      http://fdt.secretlab.ca
6543 T:      git git://git.secretlab.ca/git/linux-2.6.git
6544 S:      Maintained
6545 F:      drivers/of/
6546 F:      include/linux/of*.h
6547 F:      scripts/dtc/
6548 K:      of_get_property
6549 K:      of_match_table
6551 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
6552 M:      Rob Herring <robh+dt@kernel.org>
6553 M:      Pawel Moll <pawel.moll@arm.com>
6554 M:      Mark Rutland <mark.rutland@arm.com>
6555 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
6556 M:      Kumar Gala <galak@codeaurora.org>
6557 L:      devicetree@vger.kernel.org
6558 S:      Maintained
6559 F:      Documentation/devicetree/
6560 F:      arch/*/boot/dts/
6561 F:      include/dt-bindings/
6563 OPENRISC ARCHITECTURE
6564 M:      Jonas Bonn <jonas@southpole.se>
6565 W:      http://openrisc.net
6566 L:      linux@lists.openrisc.net (moderated for non-subscribers)
6567 S:      Maintained
6568 T:      git git://openrisc.net/~jonas/linux
6569 F:      arch/openrisc/
6571 OPENVSWITCH
6572 M:      Pravin Shelar <pshelar@nicira.com>
6573 L:      dev@openvswitch.org
6574 W:      http://openvswitch.org
6575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
6576 S:      Maintained
6577 F:      net/openvswitch/
6579 OPL4 DRIVER
6580 M:      Clemens Ladisch <clemens@ladisch.de>
6581 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6582 T:      git git://git.alsa-project.org/alsa-kernel.git
6583 S:      Maintained
6584 F:      sound/drivers/opl4/
6586 OPROFILE
6587 M:      Robert Richter <rric@kernel.org>
6588 L:      oprofile-list@lists.sf.net
6589 S:      Maintained
6590 F:      arch/*/include/asm/oprofile*.h
6591 F:      arch/*/oprofile/
6592 F:      drivers/oprofile/
6593 F:      include/linux/oprofile.h
6595 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
6596 M:      Mark Fasheh <mfasheh@suse.com>
6597 M:      Joel Becker <jlbec@evilplan.org>
6598 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
6599 W:      http://oss.oracle.com/projects/ocfs2/
6600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
6601 S:      Supported
6602 F:      Documentation/filesystems/ocfs2.txt
6603 F:      Documentation/filesystems/dlmfs.txt
6604 F:      fs/ocfs2/
6606 ORINOCO DRIVER
6607 L:      linux-wireless@vger.kernel.org
6608 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
6609 W:      http://www.nongnu.org/orinoco/
6610 S:      Orphan
6611 F:      drivers/net/wireless/orinoco/
6613 OSD LIBRARY and FILESYSTEM
6614 M:      Boaz Harrosh <bharrosh@panasas.com>
6615 M:      Benny Halevy <bhalevy@primarydata.com>
6616 L:      osd-dev@open-osd.org
6617 W:      http://open-osd.org
6618 T:      git git://git.open-osd.org/open-osd.git
6619 S:      Maintained
6620 F:      drivers/scsi/osd/
6621 F:      include/scsi/osd_*
6622 F:      fs/exofs/
6624 P54 WIRELESS DRIVER
6625 M:      Christian Lamparter <chunkeey@googlemail.com>
6626 L:      linux-wireless@vger.kernel.org
6627 W:      http://wireless.kernel.org/en/users/Drivers/p54
6628 S:      Maintained
6629 F:      drivers/net/wireless/p54/
6631 PA SEMI ETHERNET DRIVER
6632 M:      Olof Johansson <olof@lixom.net>
6633 L:      netdev@vger.kernel.org
6634 S:      Maintained
6635 F:      drivers/net/ethernet/pasemi/*
6637 PA SEMI SMBUS DRIVER
6638 M:      Olof Johansson <olof@lixom.net>
6639 L:      linux-i2c@vger.kernel.org
6640 S:      Maintained
6641 F:      drivers/i2c/busses/i2c-pasemi.c
6643 PADATA PARALLEL EXECUTION MECHANISM
6644 M:      Steffen Klassert <steffen.klassert@secunet.com>
6645 L:      linux-crypto@vger.kernel.org
6646 S:      Maintained
6647 F:      kernel/padata.c
6648 F:      include/linux/padata.h
6649 F:      Documentation/padata.txt
6651 PANASONIC LAPTOP ACPI EXTRAS DRIVER
6652 M:      Harald Welte <laforge@gnumonks.org>
6653 L:      platform-driver-x86@vger.kernel.org
6654 S:      Maintained
6655 F:      drivers/platform/x86/panasonic-laptop.c
6657 PANASONIC MN10300/AM33/AM34 PORT
6658 M:      David Howells <dhowells@redhat.com>
6659 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
6660 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
6661 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
6662 S:      Maintained
6663 F:      Documentation/mn10300/
6664 F:      arch/mn10300/
6666 PARALLEL PORT SUPPORT
6667 L:      linux-parport@lists.infradead.org (subscribers-only)
6668 S:      Orphan
6669 F:      drivers/parport/
6670 F:      include/linux/parport*.h
6671 F:      drivers/char/ppdev.c
6672 F:      include/uapi/linux/ppdev.h
6674 PARAVIRT_OPS INTERFACE
6675 M:      Jeremy Fitzhardinge <jeremy@goop.org>
6676 M:      Chris Wright <chrisw@sous-sol.org>
6677 M:      Alok Kataria <akataria@vmware.com>
6678 M:      Rusty Russell <rusty@rustcorp.com.au>
6679 L:      virtualization@lists.linux-foundation.org
6680 S:      Supported
6681 F:      Documentation/ia64/paravirt_ops.txt
6682 F:      arch/*/kernel/paravirt*
6683 F:      arch/*/include/asm/paravirt.h
6685 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
6686 M:      Tim Waugh <tim@cyberelk.net>
6687 L:      linux-parport@lists.infradead.org (subscribers-only)
6688 W:      http://www.torque.net/linux-pp.html
6689 S:      Maintained
6690 F:      Documentation/blockdev/paride.txt
6691 F:      drivers/block/paride/
6693 PARISC ARCHITECTURE
6694 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
6695 M:      Helge Deller <deller@gmx.de>
6696 L:      linux-parisc@vger.kernel.org
6697 W:      http://www.parisc-linux.org/
6698 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
6699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
6700 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
6701 S:      Maintained
6702 F:      arch/parisc/
6703 F:      Documentation/parisc/
6704 F:      drivers/parisc/
6705 F:      drivers/char/agp/parisc-agp.c
6706 F:      drivers/input/serio/gscps2.c
6707 F:      drivers/parport/parport_gsc.*
6708 F:      drivers/tty/serial/8250/8250_gsc.c
6709 F:      drivers/video/sti*
6710 F:      drivers/video/console/sti*
6711 F:      drivers/video/logo/logo_parisc*
6713 PC87360 HARDWARE MONITORING DRIVER
6714 M:      Jim Cromie <jim.cromie@gmail.com>
6715 L:      lm-sensors@lm-sensors.org
6716 S:      Maintained
6717 F:      Documentation/hwmon/pc87360
6718 F:      drivers/hwmon/pc87360.c
6720 PC8736x GPIO DRIVER
6721 M:      Jim Cromie <jim.cromie@gmail.com>
6722 S:      Maintained
6723 F:      drivers/char/pc8736x_gpio.c
6725 PC87427 HARDWARE MONITORING DRIVER
6726 M:      Jean Delvare <jdelvare@suse.de>
6727 L:      lm-sensors@lm-sensors.org
6728 S:      Maintained
6729 F:      Documentation/hwmon/pc87427
6730 F:      drivers/hwmon/pc87427.c
6732 PCA9532 LED DRIVER
6733 M:      Riku Voipio <riku.voipio@iki.fi>
6734 S:      Maintained
6735 F:      drivers/leds/leds-pca9532.c
6736 F:      include/linux/leds-pca9532.h
6738 PCA9541 I2C BUS MASTER SELECTOR DRIVER
6739 M:      Guenter Roeck <linux@roeck-us.net>
6740 L:      linux-i2c@vger.kernel.org
6741 S:      Maintained
6742 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
6744 PCDP - PRIMARY CONSOLE AND DEBUG PORT
6745 M:      Khalid Aziz <khalid@gonehiking.org>
6746 S:      Maintained
6747 F:      drivers/firmware/pcdp.*
6749 PCI ERROR RECOVERY
6750 M:      Linas Vepstas <linasvepstas@gmail.com>
6751 L:      linux-pci@vger.kernel.org
6752 S:      Supported
6753 F:      Documentation/PCI/pci-error-recovery.txt
6755 PCI SUBSYSTEM
6756 M:      Bjorn Helgaas <bhelgaas@google.com>
6757 L:      linux-pci@vger.kernel.org
6758 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
6759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
6760 S:      Supported
6761 F:      Documentation/PCI/
6762 F:      drivers/pci/
6763 F:      include/linux/pci*
6764 F:      arch/x86/pci/
6765 F:      arch/x86/kernel/quirks.c
6767 PCI DRIVER FOR IMX6
6768 M:      Richard Zhu <r65037@freescale.com>
6769 M:      Shawn Guo <shawn.guo@linaro.org>
6770 L:      linux-pci@vger.kernel.org
6771 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6772 S:      Maintained
6773 F:      drivers/pci/host/*imx6*
6775 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
6776 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6777 M:      Jason Cooper <jason@lakedaemon.net>
6778 L:      linux-pci@vger.kernel.org
6779 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6780 S:      Maintained
6781 F:      drivers/pci/host/*mvebu*
6783 PCI DRIVER FOR NVIDIA TEGRA
6784 M:      Thierry Reding <thierry.reding@gmail.com>
6785 L:      linux-tegra@vger.kernel.org
6786 L:      linux-pci@vger.kernel.org
6787 S:      Supported
6788 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
6789 F:      drivers/pci/host/pci-tegra.c
6791 PCI DRIVER FOR RENESAS R-CAR
6792 M:      Simon Horman <horms@verge.net.au>
6793 L:      linux-pci@vger.kernel.org
6794 L:      linux-sh@vger.kernel.org
6795 S:      Maintained
6796 F:      drivers/pci/host/*rcar*
6798 PCI DRIVER FOR SAMSUNG EXYNOS
6799 M:      Jingoo Han <jg1.han@samsung.com>
6800 L:      linux-pci@vger.kernel.org
6801 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6802 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6803 S:      Maintained
6804 F:      drivers/pci/host/pci-exynos.c
6806 PCI DRIVER FOR SYNOPSIS DESIGNWARE
6807 M:      Mohit Kumar <mohit.kumar@st.com>
6808 M:      Jingoo Han <jg1.han@samsung.com>
6809 L:      linux-pci@vger.kernel.org
6810 S:      Maintained
6811 F:      drivers/pci/host/*designware*
6813 PCI DRIVER FOR GENERIC OF HOSTS
6814 M:      Will Deacon <will.deacon@arm.com>
6815 L:      linux-pci@vger.kernel.org
6816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6817 S:      Maintained
6818 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
6819 F:      drivers/pci/host/pci-host-generic.c
6821 PCMCIA SUBSYSTEM
6822 P:      Linux PCMCIA Team
6823 L:      linux-pcmcia@lists.infradead.org
6824 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6825 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
6826 S:      Maintained
6827 F:      Documentation/pcmcia/
6828 F:      drivers/pcmcia/
6829 F:      include/pcmcia/
6831 PCNET32 NETWORK DRIVER
6832 M:      Don Fry <pcnet32@frontier.com>
6833 L:      netdev@vger.kernel.org
6834 S:      Maintained
6835 F:      drivers/net/ethernet/amd/pcnet32.c
6837 PCRYPT PARALLEL CRYPTO ENGINE
6838 M:      Steffen Klassert <steffen.klassert@secunet.com>
6839 L:      linux-crypto@vger.kernel.org
6840 S:      Maintained
6841 F:      crypto/pcrypt.c
6842 F:      include/crypto/pcrypt.h
6844 PER-CPU MEMORY ALLOCATOR
6845 M:      Tejun Heo <tj@kernel.org>
6846 M:      Christoph Lameter <cl@linux-foundation.org>
6847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6848 S:      Maintained
6849 F:      include/linux/percpu*.h
6850 F:      mm/percpu*.c
6851 F:      arch/*/include/asm/percpu.h
6853 PER-TASK DELAY ACCOUNTING
6854 M:      Balbir Singh <bsingharora@gmail.com>
6855 S:      Maintained
6856 F:      include/linux/delayacct.h
6857 F:      kernel/delayacct.c
6859 PERFORMANCE EVENTS SUBSYSTEM
6860 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
6861 M:      Paul Mackerras <paulus@samba.org>
6862 M:      Ingo Molnar <mingo@redhat.com>
6863 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
6864 L:      linux-kernel@vger.kernel.org
6865 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6866 S:      Supported
6867 F:      kernel/events/*
6868 F:      include/linux/perf_event.h
6869 F:      include/uapi/linux/perf_event.h
6870 F:      arch/*/kernel/perf_event*.c
6871 F:      arch/*/kernel/*/perf_event*.c
6872 F:      arch/*/kernel/*/*/perf_event*.c
6873 F:      arch/*/include/asm/perf_event.h
6874 F:      arch/*/kernel/perf_callchain.c
6875 F:      tools/perf/
6877 PERSONALITY HANDLING
6878 M:      Christoph Hellwig <hch@infradead.org>
6879 L:      linux-abi-devel@lists.sourceforge.net
6880 S:      Maintained
6881 F:      include/linux/personality.h
6882 F:      include/uapi/linux/personality.h
6884 PHONET PROTOCOL
6885 M:      Remi Denis-Courmont <courmisch@gmail.com>
6886 S:      Supported
6887 F:      Documentation/networking/phonet.txt
6888 F:      include/linux/phonet.h
6889 F:      include/net/phonet/
6890 F:      include/uapi/linux/phonet.h
6891 F:      net/phonet/
6893 PHRAM MTD DRIVER
6894 M:      Joern Engel <joern@lazybastard.org>
6895 L:      linux-mtd@lists.infradead.org
6896 S:      Maintained
6897 F:      drivers/mtd/devices/phram.c
6899 PICOLCD HID DRIVER
6900 M:      Bruno Prémont <bonbons@linux-vserver.org>
6901 L:      linux-input@vger.kernel.org
6902 S:      Maintained
6903 F:      drivers/hid/hid-picolcd*
6905 PICOXCELL SUPPORT
6906 M:      Jamie Iles <jamie@jamieiles.com>
6907 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6908 T:      git git://github.com/jamieiles/linux-2.6-ji.git
6909 S:      Supported
6910 F:      arch/arm/mach-picoxcell/
6911 F:      drivers/*/picoxcell*
6912 F:      drivers/*/*/picoxcell*
6914 PIN CONTROL SUBSYSTEM
6915 M:      Linus Walleij <linus.walleij@linaro.org>
6916 S:      Maintained
6917 F:      drivers/pinctrl/
6918 F:      include/linux/pinctrl/
6920 PIN CONTROLLER - ATMEL AT91
6921 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
6922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6923 S:      Maintained
6924 F:      drivers/pinctrl/pinctrl-at91.c
6926 PIN CONTROLLER - SAMSUNG
6927 M:      Tomasz Figa <t.figa@samsung.com>
6928 M:      Thomas Abraham <thomas.abraham@linaro.org>
6929 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6930 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6931 S:      Maintained
6932 F:      drivers/pinctrl/pinctrl-exynos.*
6933 F:      drivers/pinctrl/pinctrl-s3c*
6934 F:      drivers/pinctrl/pinctrl-samsung.*
6936 PIN CONTROLLER - ST SPEAR
6937 M:      Viresh Kumar <viresh.linux@gmail.com>
6938 L:      spear-devel@list.st.com
6939 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6940 W:      http://www.st.com/spear
6941 S:      Maintained
6942 F:      drivers/pinctrl/spear/
6944 PKTCDVD DRIVER
6945 M:      Jiri Kosina <jkosina@suse.cz>
6946 S:      Maintained
6947 F:      drivers/block/pktcdvd.c
6948 F:      include/linux/pktcdvd.h
6949 F:      include/uapi/linux/pktcdvd.h
6951 PKUNITY SOC DRIVERS
6952 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
6953 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
6954 S:      Maintained
6955 T:      git git://github.com/gxt/linux.git
6956 F:      drivers/input/serio/i8042-unicore32io.h
6957 F:      drivers/i2c/busses/i2c-puv3.c
6958 F:      drivers/video/fb-puv3.c
6959 F:      drivers/rtc/rtc-puv3.c
6961 PMBUS HARDWARE MONITORING DRIVERS
6962 M:      Guenter Roeck <linux@roeck-us.net>
6963 L:      lm-sensors@lm-sensors.org
6964 W:      http://www.lm-sensors.org/
6965 W:      http://www.roeck-us.net/linux/drivers/
6966 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
6967 S:      Maintained
6968 F:      Documentation/hwmon/pmbus
6969 F:      drivers/hwmon/pmbus/
6970 F:      include/linux/i2c/pmbus.h
6972 PMC SIERRA MaxRAID DRIVER
6973 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
6974 L:      linux-scsi@vger.kernel.org
6975 W:      http://www.pmc-sierra.com/
6976 S:      Supported
6977 F:      drivers/scsi/pmcraid.*
6979 PMC SIERRA PM8001 DRIVER
6980 M:      xjtuwjp@gmail.com
6981 M:      lindar_liu@usish.com
6982 L:      linux-scsi@vger.kernel.org
6983 S:      Supported
6984 F:      drivers/scsi/pm8001/
6986 POSIX CLOCKS and TIMERS
6987 M:      Thomas Gleixner <tglx@linutronix.de>
6988 L:      linux-kernel@vger.kernel.org
6989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6990 S:      Supported
6991 F:      fs/timerfd.c
6992 F:      include/linux/timer*
6993 F:      kernel/*timer*
6995 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
6996 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
6997 M:      David Woodhouse <dwmw2@infradead.org>
6998 T:      git git://git.infradead.org/battery-2.6.git
6999 S:      Maintained
7000 F:      include/linux/power_supply.h
7001 F:      drivers/power/
7003 PNP SUPPORT
7004 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7005 S:      Maintained
7006 F:      drivers/pnp/
7008 PNXxxxx I2C DRIVER
7009 M:      Vitaly Wool <vitalywool@gmail.com>
7010 L:      linux-i2c@vger.kernel.org
7011 S:      Maintained
7012 F:      drivers/i2c/busses/i2c-pnx.c
7014 PPP PROTOCOL DRIVERS AND COMPRESSORS
7015 M:      Paul Mackerras <paulus@samba.org>
7016 L:      linux-ppp@vger.kernel.org
7017 S:      Maintained
7018 F:      drivers/net/ppp/ppp_*
7020 PPP OVER ATM (RFC 2364)
7021 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7022 S:      Maintained
7023 F:      net/atm/pppoatm.c
7024 F:      include/uapi/linux/atmppp.h
7026 PPP OVER ETHERNET
7027 M:      Michal Ostrowski <mostrows@earthlink.net>
7028 S:      Maintained
7029 F:      drivers/net/ppp/pppoe.c
7030 F:      drivers/net/ppp/pppox.c
7032 PPP OVER L2TP
7033 M:      James Chapman <jchapman@katalix.com>
7034 S:      Maintained
7035 F:      net/l2tp/l2tp_ppp.c
7036 F:      include/linux/if_pppol2tp.h
7037 F:      include/uapi/linux/if_pppol2tp.h
7039 PPS SUPPORT
7040 M:      Rodolfo Giometti <giometti@enneenne.com>
7041 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7042 L:      linuxpps@ml.enneenne.com (subscribers-only)
7043 S:      Maintained
7044 F:      Documentation/pps/
7045 F:      drivers/pps/
7046 F:      include/linux/pps*.h
7048 PPTP DRIVER
7049 M:      Dmitry Kozlov <xeb@mail.ru>
7050 L:      netdev@vger.kernel.org
7051 S:      Maintained
7052 F:      drivers/net/ppp/pptp.c
7053 W:      http://sourceforge.net/projects/accel-pptp
7055 PREEMPTIBLE KERNEL
7056 M:      Robert Love <rml@tech9.net>
7057 L:      kpreempt-tech@lists.sourceforge.net
7058 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7059 S:      Supported
7060 F:      Documentation/preempt-locking.txt
7061 F:      include/linux/preempt.h
7063 PRISM54 WIRELESS DRIVER
7064 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7065 L:      linux-wireless@vger.kernel.org
7066 W:      http://wireless.kernel.org/en/users/Drivers/p54
7067 S:      Obsolete
7068 F:      drivers/net/wireless/prism54/
7070 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
7071 M:      Mikael Pettersson <mikpelinux@gmail.com>
7072 L:      linux-ide@vger.kernel.org
7073 S:      Maintained
7074 F:      drivers/ata/sata_promise.*
7076 PS3 NETWORK SUPPORT
7077 M:      Geoff Levand <geoff@infradead.org>
7078 L:      netdev@vger.kernel.org
7079 L:      cbe-oss-dev@lists.ozlabs.org
7080 S:      Maintained
7081 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7083 PS3 PLATFORM SUPPORT
7084 M:      Geoff Levand <geoff@infradead.org>
7085 L:      linuxppc-dev@lists.ozlabs.org
7086 L:      cbe-oss-dev@lists.ozlabs.org
7087 S:      Maintained
7088 F:      arch/powerpc/boot/ps3*
7089 F:      arch/powerpc/include/asm/lv1call.h
7090 F:      arch/powerpc/include/asm/ps3*.h
7091 F:      arch/powerpc/platforms/ps3/
7092 F:      drivers/*/ps3*
7093 F:      drivers/ps3/
7094 F:      drivers/rtc/rtc-ps3.c
7095 F:      drivers/usb/host/*ps3.c
7096 F:      sound/ppc/snd_ps3*
7098 PS3VRAM DRIVER
7099 M:      Jim Paris <jim@jtan.com>
7100 L:      cbe-oss-dev@lists.ozlabs.org
7101 S:      Maintained
7102 F:      drivers/block/ps3vram.c
7104 PSTORE FILESYSTEM
7105 M:      Anton Vorontsov <anton@enomsg.org>
7106 M:      Colin Cross <ccross@android.com>
7107 M:      Kees Cook <keescook@chromium.org>
7108 M:      Tony Luck <tony.luck@intel.com>
7109 S:      Maintained
7110 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7111 F:      fs/pstore/
7112 F:      include/linux/pstore*
7113 F:      drivers/firmware/efi/efi-pstore.c
7114 F:      drivers/acpi/apei/erst.c
7116 PTP HARDWARE CLOCK SUPPORT
7117 M:      Richard Cochran <richardcochran@gmail.com>
7118 L:      netdev@vger.kernel.org
7119 S:      Maintained
7120 W:      http://linuxptp.sourceforge.net/
7121 F:      Documentation/ABI/testing/sysfs-ptp
7122 F:      Documentation/ptp/*
7123 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7124 F:      drivers/net/phy/dp83640*
7125 F:      drivers/ptp/*
7126 F:      include/linux/ptp_cl*
7128 PTRACE SUPPORT
7129 M:      Roland McGrath <roland@redhat.com>
7130 M:      Oleg Nesterov <oleg@redhat.com>
7131 S:      Maintained
7132 F:      include/asm-generic/syscall.h
7133 F:      include/linux/ptrace.h
7134 F:      include/linux/regset.h
7135 F:      include/linux/tracehook.h
7136 F:      include/uapi/linux/ptrace.h
7137 F:      kernel/ptrace.c
7139 PVRUSB2 VIDEO4LINUX DRIVER
7140 M:      Mike Isely <isely@pobox.com>
7141 L:      pvrusb2@isely.net       (subscribers-only)
7142 L:      linux-media@vger.kernel.org
7143 W:      http://www.isely.net/pvrusb2/
7144 T:      git git://linuxtv.org/media_tree.git
7145 S:      Maintained
7146 F:      Documentation/video4linux/README.pvrusb2
7147 F:      drivers/media/usb/pvrusb2/
7149 PWC WEBCAM DRIVER
7150 M:      Hans de Goede <hdegoede@redhat.com>
7151 L:      linux-media@vger.kernel.org
7152 T:      git git://linuxtv.org/media_tree.git
7153 S:      Maintained
7154 F:      drivers/media/usb/pwc/*
7156 PWM SUBSYSTEM
7157 M:      Thierry Reding <thierry.reding@gmail.com>
7158 L:      linux-pwm@vger.kernel.org
7159 S:      Maintained
7160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7161 F:      Documentation/pwm.txt
7162 F:      Documentation/devicetree/bindings/pwm/
7163 F:      include/linux/pwm.h
7164 F:      drivers/pwm/
7165 F:      drivers/video/backlight/pwm_bl.c
7166 F:      include/linux/pwm_backlight.h
7168 PXA2xx/PXA3xx SUPPORT
7169 M:      Eric Miao <eric.y.miao@gmail.com>
7170 M:      Russell King <linux@arm.linux.org.uk>
7171 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7172 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7173 T:      git git://github.com/hzhuang1/linux.git
7174 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7175 S:      Maintained
7176 F:      arch/arm/mach-pxa/
7177 F:      drivers/pcmcia/pxa2xx*
7178 F:      drivers/spi/spi-pxa2xx*
7179 F:      drivers/usb/gadget/pxa2*
7180 F:      include/sound/pxa2xx-lib.h
7181 F:      sound/arm/pxa*
7182 F:      sound/soc/pxa/
7184 PXA3xx NAND FLASH DRIVER
7185 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7186 L:      linux-mtd@lists.infradead.org
7187 S:      Maintained
7188 F:      drivers/mtd/nand/pxa3xx-nand.c
7190 MMP SUPPORT
7191 M:      Eric Miao <eric.y.miao@gmail.com>
7192 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7193 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7194 T:      git git://github.com/hzhuang1/linux.git
7195 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7196 S:      Maintained
7197 F:      arch/arm/mach-mmp/
7199 PXA MMCI DRIVER
7200 S:      Orphan
7202 PXA RTC DRIVER
7203 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7204 L:      rtc-linux@googlegroups.com
7205 S:      Maintained
7207 QIB DRIVER
7208 M:      Mike Marciniszyn <infinipath@intel.com>
7209 L:      linux-rdma@vger.kernel.org
7210 S:      Supported
7211 F:      drivers/infiniband/hw/qib/
7213 QLOGIC QLA1280 SCSI DRIVER
7214 M:      Michael Reed <mdr@sgi.com>
7215 L:      linux-scsi@vger.kernel.org
7216 S:      Maintained
7217 F:      drivers/scsi/qla1280.[ch]
7219 QLOGIC QLA2XXX FC-SCSI DRIVER
7220 M:      qla2xxx-upstream@qlogic.com
7221 L:      linux-scsi@vger.kernel.org
7222 S:      Supported
7223 F:      Documentation/scsi/LICENSE.qla2xxx
7224 F:      drivers/scsi/qla2xxx/
7226 QLOGIC QLA4XXX iSCSI DRIVER
7227 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
7228 M:      iscsi-driver@qlogic.com
7229 L:      linux-scsi@vger.kernel.org
7230 S:      Supported
7231 F:      Documentation/scsi/LICENSE.qla4xxx
7232 F:      drivers/scsi/qla4xxx/
7234 QLOGIC QLA3XXX NETWORK DRIVER
7235 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7236 M:      Ron Mercer <ron.mercer@qlogic.com>
7237 M:      linux-driver@qlogic.com
7238 L:      netdev@vger.kernel.org
7239 S:      Supported
7240 F:      Documentation/networking/LICENSE.qla3xxx
7241 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7243 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7244 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7245 M:      Dept-HSGLinuxNICDev@qlogic.com
7246 L:      netdev@vger.kernel.org
7247 S:      Supported
7248 F:      drivers/net/ethernet/qlogic/qlcnic/
7250 QLOGIC QLGE 10Gb ETHERNET DRIVER
7251 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7252 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7253 M:      Ron Mercer <ron.mercer@qlogic.com>
7254 M:      linux-driver@qlogic.com
7255 L:      netdev@vger.kernel.org
7256 S:      Supported
7257 F:      drivers/net/ethernet/qlogic/qlge/
7259 QNX4 FILESYSTEM
7260 M:      Anders Larsen <al@alarsen.net>
7261 W:      http://www.alarsen.net/linux/qnx4fs/
7262 S:      Maintained
7263 F:      fs/qnx4/
7264 F:      include/uapi/linux/qnx4_fs.h
7265 F:      include/uapi/linux/qnxtypes.h
7267 QT1010 MEDIA DRIVER
7268 M:      Antti Palosaari <crope@iki.fi>
7269 L:      linux-media@vger.kernel.org
7270 W:      http://linuxtv.org/
7271 W:      http://palosaari.fi/linux/
7272 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7273 T:      git git://linuxtv.org/anttip/media_tree.git
7274 S:      Maintained
7275 F:      drivers/media/tuners/qt1010*
7277 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7278 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7279 L:      linux-wireless@vger.kernel.org
7280 L:      ath9k-devel@lists.ath9k.org
7281 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7282 S:      Supported
7283 F:      drivers/net/wireless/ath/ath9k/
7285 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7286 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7287 L:      ath10k@lists.infradead.org
7288 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7289 T:      git git://github.com/kvalo/ath.git
7290 S:      Supported
7291 F:      drivers/net/wireless/ath/ath10k/
7293 QUALCOMM HEXAGON ARCHITECTURE
7294 M:      Richard Kuo <rkuo@codeaurora.org>
7295 L:      linux-hexagon@vger.kernel.org
7296 S:      Supported
7297 F:      arch/hexagon/
7299 QUALCOMM WCN36XX WIRELESS DRIVER
7300 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7301 L:      wcn36xx@lists.infradead.org
7302 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7303 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7304 S:      Supported
7305 F:      drivers/net/wireless/ath/wcn36xx/
7307 QUICKCAM PARALLEL PORT WEBCAMS
7308 M:      Hans Verkuil <hverkuil@xs4all.nl>
7309 L:      linux-media@vger.kernel.org
7310 T:      git git://linuxtv.org/media_tree.git
7311 W:      http://linuxtv.org
7312 S:      Odd Fixes
7313 F:      drivers/media/parport/*-qcam*
7315 RADOS BLOCK DEVICE (RBD)
7316 M:      Yehuda Sadeh <yehuda@inktank.com>
7317 M:      Sage Weil <sage@inktank.com>
7318 M:      Alex Elder <elder@kernel.org>
7319 M:      ceph-devel@vger.kernel.org
7320 W:      http://ceph.com/
7321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7322 S:      Supported
7323 F:      drivers/block/rbd.c
7324 F:      drivers/block/rbd_types.h
7326 RADEON FRAMEBUFFER DISPLAY DRIVER
7327 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7328 L:      linux-fbdev@vger.kernel.org
7329 S:      Maintained
7330 F:      drivers/video/aty/radeon*
7331 F:      include/uapi/linux/radeonfb.h
7333 RADIOSHARK RADIO DRIVER
7334 M:      Hans de Goede <hdegoede@redhat.com>
7335 L:      linux-media@vger.kernel.org
7336 T:      git git://linuxtv.org/media_tree.git
7337 S:      Maintained
7338 F:      drivers/media/radio/radio-shark.c
7340 RADIOSHARK2 RADIO DRIVER
7341 M:      Hans de Goede <hdegoede@redhat.com>
7342 L:      linux-media@vger.kernel.org
7343 T:      git git://linuxtv.org/media_tree.git
7344 S:      Maintained
7345 F:      drivers/media/radio/radio-shark2.c
7346 F:      drivers/media/radio/radio-tea5777.c
7348 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7349 M:      Paul Mackerras <paulus@samba.org>
7350 L:      linux-fbdev@vger.kernel.org
7351 S:      Maintained
7352 F:      drivers/video/aty/aty128fb.c
7354 RALINK RT2X00 WIRELESS LAN DRIVER
7355 P:      rt2x00 project
7356 M:      Ivo van Doorn <IvDoorn@gmail.com>
7357 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7358 L:      linux-wireless@vger.kernel.org
7359 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7360 W:      http://rt2x00.serialmonkey.com/
7361 S:      Maintained
7362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
7363 F:      drivers/net/wireless/rt2x00/
7365 RAMDISK RAM BLOCK DEVICE DRIVER
7366 M:      Nick Piggin <npiggin@kernel.dk>
7367 S:      Maintained
7368 F:      Documentation/blockdev/ramdisk.txt
7369 F:      drivers/block/brd.c
7371 RANDOM NUMBER DRIVER
7372 M:      "Theodore Ts'o" <tytso@mit.edu>
7373 S:      Maintained
7374 F:      drivers/char/random.c
7376 RAPIDIO SUBSYSTEM
7377 M:      Matt Porter <mporter@kernel.crashing.org>
7378 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7379 S:      Maintained
7380 F:      drivers/rapidio/
7382 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7383 L:      linux-wireless@vger.kernel.org
7384 S:      Orphan
7385 F:      drivers/net/wireless/ray*
7387 RCUTORTURE MODULE
7388 M:      Josh Triplett <josh@freedesktop.org>
7389 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7390 L:      linux-kernel@vger.kernel.org
7391 S:      Supported
7392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7393 F:      Documentation/RCU/torture.txt
7394 F:      kernel/rcu/torture.c
7396 RCUTORTURE TEST FRAMEWORK
7397 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7398 L:      linux-kernel@vger.kernel.org
7399 S:      Supported
7400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7401 F:      tools/testing/selftests/rcutorture
7403 RDC R-321X SoC
7404 M:      Florian Fainelli <florian@openwrt.org>
7405 S:      Maintained
7407 RDC R6040 FAST ETHERNET DRIVER
7408 M:      Florian Fainelli <florian@openwrt.org>
7409 L:      netdev@vger.kernel.org
7410 S:      Maintained
7411 F:      drivers/net/ethernet/rdc/r6040.c
7413 RDS - RELIABLE DATAGRAM SOCKETS
7414 M:      Chien Yen <chien.yen@oracle.com>
7415 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7416 S:      Supported
7417 F:      net/rds/
7419 READ-COPY UPDATE (RCU)
7420 M:      Dipankar Sarma <dipankar@in.ibm.com>
7421 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7422 L:      linux-kernel@vger.kernel.org
7423 W:      http://www.rdrop.com/users/paulmck/RCU/
7424 S:      Supported
7425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7426 F:      Documentation/RCU/
7427 X:      Documentation/RCU/torture.txt
7428 F:      include/linux/rcu*
7429 X:      include/linux/srcu.h
7430 F:      kernel/rcu/
7431 X:      kernel/rcu/torture.c
7433 REAL TIME CLOCK (RTC) SUBSYSTEM
7434 M:      Alessandro Zummo <a.zummo@towertech.it>
7435 L:      rtc-linux@googlegroups.com
7436 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7437 S:      Maintained
7438 F:      Documentation/rtc.txt
7439 F:      drivers/rtc/
7440 F:      include/linux/rtc.h
7441 F:      include/uapi/linux/rtc.h
7443 REISERFS FILE SYSTEM
7444 L:      reiserfs-devel@vger.kernel.org
7445 S:      Supported
7446 F:      fs/reiserfs/
7448 REGISTER MAP ABSTRACTION
7449 M:      Mark Brown <broonie@kernel.org>
7450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7451 S:      Supported
7452 F:      drivers/base/regmap/
7453 F:      include/linux/regmap.h
7455 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
7456 M:      Ohad Ben-Cohen <ohad@wizery.com>
7457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
7458 S:      Maintained
7459 F:      drivers/remoteproc/
7460 F:      Documentation/remoteproc.txt
7461 F:      include/linux/remoteproc.h
7463 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
7464 M:      Ohad Ben-Cohen <ohad@wizery.com>
7465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
7466 S:      Maintained
7467 F:      drivers/rpmsg/
7468 F:      Documentation/rpmsg.txt
7469 F:      include/linux/rpmsg.h
7471 RESET CONTROLLER FRAMEWORK
7472 M:      Philipp Zabel <p.zabel@pengutronix.de>
7473 S:      Maintained
7474 F:      drivers/reset/
7475 F:      Documentation/devicetree/bindings/reset/
7476 F:      include/linux/reset.h
7477 F:      include/linux/reset-controller.h
7479 RFKILL
7480 M:      Johannes Berg <johannes@sipsolutions.net>
7481 L:      linux-wireless@vger.kernel.org
7482 W:      http://wireless.kernel.org/
7483 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7485 S:      Maintained
7486 F:      Documentation/rfkill.txt
7487 F:      net/rfkill/
7489 RICOH SMARTMEDIA/XD DRIVER
7490 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7491 S:      Maintained
7492 F:      drivers/mtd/nand/r852.c
7493 F:      drivers/mtd/nand/r852.h
7495 RICOH R5C592 MEMORYSTICK DRIVER
7496 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7497 S:      Maintained
7498 F:      drivers/memstick/host/r592.*
7500 ROCCAT DRIVERS
7501 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
7502 W:      http://sourceforge.net/projects/roccat/
7503 S:      Maintained
7504 F:      drivers/hid/hid-roccat*
7505 F:      include/linux/hid-roccat*
7506 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
7508 ROCKETPORT DRIVER
7509 P:      Comtrol Corp.
7510 W:      http://www.comtrol.com
7511 S:      Maintained
7512 F:      Documentation/serial/rocket.txt
7513 F:      drivers/tty/rocket*
7515 ROSE NETWORK LAYER
7516 M:      Ralf Baechle <ralf@linux-mips.org>
7517 L:      linux-hams@vger.kernel.org
7518 W:      http://www.linux-ax25.org/
7519 S:      Maintained
7520 F:      include/net/rose.h
7521 F:      include/uapi/linux/rose.h
7522 F:      net/rose/
7524 RTL2830 MEDIA DRIVER
7525 M:      Antti Palosaari <crope@iki.fi>
7526 L:      linux-media@vger.kernel.org
7527 W:      http://linuxtv.org/
7528 W:      http://palosaari.fi/linux/
7529 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7530 T:      git git://linuxtv.org/anttip/media_tree.git
7531 S:      Maintained
7532 F:      drivers/media/dvb-frontends/rtl2830*
7534 RTL2832 MEDIA DRIVER
7535 M:      Antti Palosaari <crope@iki.fi>
7536 L:      linux-media@vger.kernel.org
7537 W:      http://linuxtv.org/
7538 W:      http://palosaari.fi/linux/
7539 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7540 T:      git git://linuxtv.org/anttip/media_tree.git
7541 S:      Maintained
7542 F:      drivers/media/dvb-frontends/rtl2832*
7544 RTL2832_SDR MEDIA DRIVER
7545 M:      Antti Palosaari <crope@iki.fi>
7546 L:      linux-media@vger.kernel.org
7547 W:      http://linuxtv.org/
7548 W:      http://palosaari.fi/linux/
7549 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7550 T:      git git://linuxtv.org/anttip/media_tree.git
7551 S:      Maintained
7552 F:      drivers/staging/media/rtl2832u_sdr/rtl2832_sdr*
7554 RTL8180 WIRELESS DRIVER
7555 M:      "John W. Linville" <linville@tuxdriver.com>
7556 L:      linux-wireless@vger.kernel.org
7557 W:      http://wireless.kernel.org/
7558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7559 S:      Maintained
7560 F:      drivers/net/wireless/rtl818x/rtl8180/
7562 RTL8187 WIRELESS DRIVER
7563 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
7564 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
7565 M:      Larry Finger <Larry.Finger@lwfinger.net>
7566 L:      linux-wireless@vger.kernel.org
7567 W:      http://wireless.kernel.org/
7568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7569 S:      Maintained
7570 F:      drivers/net/wireless/rtl818x/rtl8187/
7572 RTL8192CE WIRELESS DRIVER
7573 M:      Larry Finger <Larry.Finger@lwfinger.net>
7574 M:      Chaoming Li <chaoming_li@realsil.com.cn>
7575 L:      linux-wireless@vger.kernel.org
7576 W:      http://wireless.kernel.org/
7577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7578 S:      Maintained
7579 F:      drivers/net/wireless/rtlwifi/
7580 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
7582 S3 SAVAGE FRAMEBUFFER DRIVER
7583 M:      Antonino Daplas <adaplas@gmail.com>
7584 L:      linux-fbdev@vger.kernel.org
7585 S:      Maintained
7586 F:      drivers/video/savage/
7588 S390
7589 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
7590 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
7591 M:      linux390@de.ibm.com
7592 L:      linux-s390@vger.kernel.org
7593 W:      http://www.ibm.com/developerworks/linux/linux390/
7594 S:      Supported
7595 F:      arch/s390/
7596 F:      drivers/s390/
7597 F:      Documentation/s390/
7598 F:      Documentation/DocBook/s390*
7600 S390 COMMON I/O LAYER
7601 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
7602 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
7603 L:      linux-s390@vger.kernel.org
7604 W:      http://www.ibm.com/developerworks/linux/linux390/
7605 S:      Supported
7606 F:      drivers/s390/cio/
7608 S390 DASD DRIVER
7609 M:      Stefan Weinhuber <wein@de.ibm.com>
7610 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
7611 L:      linux-s390@vger.kernel.org
7612 W:      http://www.ibm.com/developerworks/linux/linux390/
7613 S:      Supported
7614 F:      drivers/s390/block/dasd*
7615 F:      block/partitions/ibm.c
7617 S390 NETWORK DRIVERS
7618 M:      Ursula Braun <ursula.braun@de.ibm.com>
7619 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
7620 M:      linux390@de.ibm.com
7621 L:      linux-s390@vger.kernel.org
7622 W:      http://www.ibm.com/developerworks/linux/linux390/
7623 S:      Supported
7624 F:      drivers/s390/net/
7626 S390 PCI SUBSYSTEM
7627 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
7628 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
7629 L:      linux-s390@vger.kernel.org
7630 W:      http://www.ibm.com/developerworks/linux/linux390/
7631 S:      Supported
7632 F:      arch/s390/pci/
7633 F:      drivers/pci/hotplug/s390_pci_hpc.c
7635 S390 ZCRYPT DRIVER
7636 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
7637 M:      linux390@de.ibm.com
7638 L:      linux-s390@vger.kernel.org
7639 W:      http://www.ibm.com/developerworks/linux/linux390/
7640 S:      Supported
7641 F:      drivers/s390/crypto/
7643 S390 ZFCP DRIVER
7644 M:      Steffen Maier <maier@linux.vnet.ibm.com>
7645 M:      linux390@de.ibm.com
7646 L:      linux-s390@vger.kernel.org
7647 W:      http://www.ibm.com/developerworks/linux/linux390/
7648 S:      Supported
7649 F:      drivers/s390/scsi/zfcp_*
7651 S390 IUCV NETWORK LAYER
7652 M:      Ursula Braun <ursula.braun@de.ibm.com>
7653 M:      linux390@de.ibm.com
7654 L:      linux-s390@vger.kernel.org
7655 W:      http://www.ibm.com/developerworks/linux/linux390/
7656 S:      Supported
7657 F:      drivers/s390/net/*iucv*
7658 F:      include/net/iucv/
7659 F:      net/iucv/
7661 S3C24XX SD/MMC Driver
7662 M:      Ben Dooks <ben-linux@fluff.org>
7663 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7664 S:      Supported
7665 F:      drivers/mmc/host/s3cmci.*
7667 SAA6588 RDS RECEIVER DRIVER
7668 M:      Hans Verkuil <hverkuil@xs4all.nl>
7669 L:      linux-media@vger.kernel.org
7670 T:      git git://linuxtv.org/media_tree.git
7671 W:      http://linuxtv.org
7672 S:      Odd Fixes
7673 F:      drivers/media/i2c/saa6588*
7675 SAA7134 VIDEO4LINUX DRIVER
7676 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7677 L:      linux-media@vger.kernel.org
7678 W:      http://linuxtv.org
7679 T:      git git://linuxtv.org/media_tree.git
7680 S:      Odd fixes
7681 F:      Documentation/video4linux/*.saa7134
7682 F:      drivers/media/pci/saa7134/
7684 SAA7146 VIDEO4LINUX-2 DRIVER
7685 M:      Hans Verkuil <hverkuil@xs4all.nl>
7686 L:      linux-media@vger.kernel.org
7687 T:      git git://linuxtv.org/media_tree.git
7688 S:      Maintained
7689 F:      drivers/media/common/saa7146/
7690 F:      drivers/media/pci/saa7146/
7691 F:      include/media/saa7146*
7693 SAMSUNG LAPTOP DRIVER
7694 M:      Corentin Chary <corentin.chary@gmail.com>
7695 L:      platform-driver-x86@vger.kernel.org
7696 S:      Maintained
7697 F:      drivers/platform/x86/samsung-laptop.c
7699 SAMSUNG AUDIO (ASoC) DRIVERS
7700 M:      Sangbeom Kim <sbkim73@samsung.com>
7701 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7702 S:      Supported
7703 F:      sound/soc/samsung/
7705 SAMSUNG FRAMEBUFFER DRIVER
7706 M:      Jingoo Han <jg1.han@samsung.com>
7707 L:      linux-fbdev@vger.kernel.org
7708 S:      Maintained
7709 F:      drivers/video/s3c-fb.c
7711 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
7712 M:      Sangbeom Kim <sbkim73@samsung.com>
7713 L:      linux-kernel@vger.kernel.org
7714 S:      Supported
7715 F:      drivers/mfd/sec*.c
7716 F:      drivers/regulator/s2m*.c
7717 F:      drivers/regulator/s5m*.c
7718 F:      drivers/rtc/rtc-sec.c
7719 F:      include/linux/mfd/samsung/
7721 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
7722 M:      Kyungmin Park <kyungmin.park@samsung.com>
7723 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
7724 L:      linux-media@vger.kernel.org
7725 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
7726 S:      Supported
7727 F:      drivers/media/platform/exynos4-is/
7729 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
7730 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
7731 L:      linux-media@vger.kernel.org
7732 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7733 S:      Maintained
7734 F:      drivers/media/platform/s3c-camif/
7735 F:      include/media/s3c_camif.h
7737 SAMSUNG S5C73M3 CAMERA DRIVER
7738 M:      Kyungmin Park <kyungmin.park@samsung.com>
7739 M:      Andrzej Hajda <a.hajda@samsung.com>
7740 L:      linux-media@vger.kernel.org
7741 S:      Supported
7742 F:      drivers/media/i2c/s5c73m3/*
7744 SAMSUNG S5K5BAF CAMERA DRIVER
7745 M:      Kyungmin Park <kyungmin.park@samsung.com>
7746 M:      Andrzej Hajda <a.hajda@samsung.com>
7747 L:      linux-media@vger.kernel.org
7748 S:      Supported
7749 F:      drivers/media/i2c/s5k5baf.c
7751 SAMSUNG SOC CLOCK DRIVERS
7752 M:      Tomasz Figa <t.figa@samsung.com>
7753 S:      Supported
7754 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7755 F:      drivers/clk/samsung/
7757 SAMSUNG SXGBE DRIVERS
7758 M:      Byungho An <bh74.an@samsung.com>
7759 M:      Girish K S <ks.giri@samsung.com>
7760 M:      Vipul Pandya <vipul.pandya@samsung.com>
7761 S:      Supported
7762 L:      netdev@vger.kernel.org
7763 F:      drivers/net/ethernet/samsung/sxgbe/
7765 SERIAL DRIVERS
7766 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7767 L:      linux-serial@vger.kernel.org
7768 S:      Maintained
7769 F:      drivers/tty/serial/
7771 SYNOPSYS DESIGNWARE DMAC DRIVER
7772 M:      Viresh Kumar <viresh.linux@gmail.com>
7773 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7774 S:      Maintained
7775 F:      include/linux/dw_dmac.h
7776 F:      drivers/dma/dw/
7778 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
7779 M:      Seungwon Jeon <tgih.jun@samsung.com>
7780 M:      Jaehoon Chung <jh80.chung@samsung.com>
7781 L:      linux-mmc@vger.kernel.org
7782 S:      Maintained
7783 F:      include/linux/mmc/dw_mmc.h
7784 F:      drivers/mmc/host/dw_mmc*
7786 TIMEKEEPING, CLOCKSOURCE CORE, NTP
7787 M:      John Stultz <john.stultz@linaro.org>
7788 M:      Thomas Gleixner <tglx@linutronix.de>
7789 L:      linux-kernel@vger.kernel.org
7790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7791 S:      Supported
7792 F:      include/linux/clocksource.h
7793 F:      include/linux/time.h
7794 F:      include/linux/timex.h
7795 F:      include/uapi/linux/time.h
7796 F:      include/uapi/linux/timex.h
7797 F:      kernel/time/clocksource.c
7798 F:      kernel/time/time*.c
7799 F:      kernel/time/ntp.c
7801 TLG2300 VIDEO4LINUX-2 DRIVER
7802 M:      Huang Shijie <shijie8@gmail.com>
7803 M:      Hans Verkuil <hverkuil@xs4all.nl>
7804 S:      Odd Fixes
7805 F:      drivers/media/usb/tlg2300/
7807 SC1200 WDT DRIVER
7808 M:      Zwane Mwaikambo <zwanem@gmail.com>
7809 S:      Maintained
7810 F:      drivers/watchdog/sc1200wdt.c
7812 SCHEDULER
7813 M:      Ingo Molnar <mingo@redhat.com>
7814 M:      Peter Zijlstra <peterz@infradead.org>
7815 L:      linux-kernel@vger.kernel.org
7816 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
7817 S:      Maintained
7818 F:      kernel/sched/
7819 F:      include/linux/sched.h
7820 F:      include/uapi/linux/sched.h
7821 F:      include/linux/wait.h
7823 SCORE ARCHITECTURE
7824 M:      Chen Liqin <liqin.linux@gmail.com>
7825 M:      Lennox Wu <lennox.wu@gmail.com>
7826 W:      http://www.sunplus.com
7827 S:      Supported
7828 F:      arch/score/
7830 SCSI CDROM DRIVER
7831 M:      Jens Axboe <axboe@kernel.dk>
7832 L:      linux-scsi@vger.kernel.org
7833 W:      http://www.kernel.dk
7834 S:      Maintained
7835 F:      drivers/scsi/sr*
7837 SCSI RDMA PROTOCOL (SRP) INITIATOR
7838 M:      Bart Van Assche <bvanassche@acm.org>
7839 L:      linux-rdma@vger.kernel.org
7840 S:      Supported
7841 W:      http://www.openfabrics.org
7842 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
7843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
7844 F:      drivers/infiniband/ulp/srp/
7845 F:      include/scsi/srp.h
7847 SCSI SG DRIVER
7848 M:      Doug Gilbert <dgilbert@interlog.com>
7849 L:      linux-scsi@vger.kernel.org
7850 W:      http://sg.danny.cz/sg
7851 S:      Maintained
7852 F:      Documentation/scsi/scsi-generic.txt
7853 F:      drivers/scsi/sg.c
7854 F:      include/scsi/sg.h
7856 SCSI SUBSYSTEM
7857 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
7858 L:      linux-scsi@vger.kernel.org
7859 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
7860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
7861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
7862 S:      Maintained
7863 F:      drivers/scsi/
7864 F:      include/scsi/
7866 SCSI TAPE DRIVER
7867 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
7868 L:      linux-scsi@vger.kernel.org
7869 S:      Maintained
7870 F:      Documentation/scsi/st.txt
7871 F:      drivers/scsi/st.*
7872 F:      drivers/scsi/st_*.h
7874 SCTP PROTOCOL
7875 M:      Vlad Yasevich <vyasevich@gmail.com>
7876 M:      Neil Horman <nhorman@tuxdriver.com>
7877 L:      linux-sctp@vger.kernel.org
7878 W:      http://lksctp.sourceforge.net
7879 S:      Maintained
7880 F:      Documentation/networking/sctp.txt
7881 F:      include/linux/sctp.h
7882 F:      include/uapi/linux/sctp.h
7883 F:      include/net/sctp/
7884 F:      net/sctp/
7886 SCx200 CPU SUPPORT
7887 M:      Jim Cromie <jim.cromie@gmail.com>
7888 S:      Odd Fixes
7889 F:      Documentation/i2c/busses/scx200_acb
7890 F:      arch/x86/platform/scx200/
7891 F:      drivers/watchdog/scx200_wdt.c
7892 F:      drivers/i2c/busses/scx200*
7893 F:      drivers/mtd/maps/scx200_docflash.c
7894 F:      include/linux/scx200.h
7896 SCx200 GPIO DRIVER
7897 M:      Jim Cromie <jim.cromie@gmail.com>
7898 S:      Maintained
7899 F:      drivers/char/scx200_gpio.c
7900 F:      include/linux/scx200_gpio.h
7902 SCx200 HRT CLOCKSOURCE DRIVER
7903 M:      Jim Cromie <jim.cromie@gmail.com>
7904 S:      Maintained
7905 F:      drivers/clocksource/scx200_hrt.c
7907 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
7908 M:      Sascha Sommer <saschasommer@freenet.de>
7909 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
7910 S:      Maintained
7911 F:      drivers/mmc/host/sdricoh_cs.c
7913 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
7914 M:      Chris Ball <chris@printf.net>
7915 L:      linux-mmc@vger.kernel.org
7916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
7917 S:      Maintained
7918 F:      drivers/mmc/host/sdhci.*
7919 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7921 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
7922 M:      Anton Vorontsov <anton@enomsg.org>
7923 L:      linuxppc-dev@lists.ozlabs.org
7924 L:      linux-mmc@vger.kernel.org
7925 S:      Maintained
7926 F:      drivers/mmc/host/sdhci-pltfm.[ch]
7928 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
7929 M:      Ben Dooks <ben-linux@fluff.org>
7930 L:      linux-mmc@vger.kernel.org
7931 S:      Maintained
7932 F:      drivers/mmc/host/sdhci-s3c.c
7934 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
7935 M:      Viresh Kumar <viresh.linux@gmail.com>
7936 L:      spear-devel@list.st.com
7937 L:      linux-mmc@vger.kernel.org
7938 S:      Maintained
7939 F:      drivers/mmc/host/sdhci-spear.c
7941 SECURITY SUBSYSTEM
7942 M:      James Morris <james.l.morris@oracle.com>
7943 M:      Serge E. Hallyn <serge@hallyn.com>
7944 L:      linux-security-module@vger.kernel.org (suggested Cc:)
7945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
7946 W:      http://kernsec.org/
7947 S:      Supported
7948 F:      security/
7950 SECURITY CONTACT
7951 M:      Security Officers <security@kernel.org>
7952 S:      Supported
7954 SELINUX SECURITY MODULE
7955 M:      Paul Moore <paul@paul-moore.com>
7956 M:      Stephen Smalley <sds@tycho.nsa.gov>
7957 M:      Eric Paris <eparis@parisplace.org>
7958 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
7959 W:      http://selinuxproject.org
7960 T:      git git://git.infradead.org/users/pcmoore/selinux
7961 S:      Supported
7962 F:      include/linux/selinux*
7963 F:      security/selinux/
7964 F:      scripts/selinux/
7966 APPARMOR SECURITY MODULE
7967 M:      John Johansen <john.johansen@canonical.com>
7968 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
7969 W:      apparmor.wiki.kernel.org
7970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
7971 S:      Supported
7972 F:      security/apparmor/
7974 SENSABLE PHANTOM
7975 M:      Jiri Slaby <jirislaby@gmail.com>
7976 S:      Maintained
7977 F:      drivers/misc/phantom.c
7978 F:      include/uapi/linux/phantom.h
7980 SERIAL ATA (SATA) SUBSYSTEM
7981 M:      Tejun Heo <tj@kernel.org>
7982 L:      linux-ide@vger.kernel.org
7983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
7984 S:      Supported
7985 F:      drivers/ata/
7986 F:      include/linux/ata.h
7987 F:      include/linux/libata.h
7989 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
7990 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
7991 L:      linux-scsi@vger.kernel.org
7992 W:      http://www.emulex.com
7993 S:      Supported
7994 F:      drivers/scsi/be2iscsi/
7996 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
7997 M:      Sathya Perla <sathya.perla@emulex.com>
7998 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
7999 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8000 L:      netdev@vger.kernel.org
8001 W:      http://www.emulex.com
8002 S:      Supported
8003 F:      drivers/net/ethernet/emulex/benet/
8005 SFC NETWORK DRIVER
8006 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8007 M:      Shradha Shah <sshah@solarflare.com>
8008 L:      netdev@vger.kernel.org
8009 S:      Supported
8010 F:      drivers/net/ethernet/sfc/
8012 SGI GRU DRIVER
8013 M:      Dimitri Sivanich <sivanich@sgi.com>
8014 S:      Maintained
8015 F:      drivers/misc/sgi-gru/
8017 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8018 M:      Pat Gefre <pfg@sgi.com>
8019 L:      linux-ia64@vger.kernel.org
8020 S:      Supported
8021 F:      Documentation/ia64/serial.txt
8022 F:      drivers/tty/serial/ioc?_serial.c
8023 F:      include/linux/ioc?.h
8025 SGI XP/XPC/XPNET DRIVER
8026 M:      Cliff Whickman <cpw@sgi.com>
8027 M:      Robin Holt <robinmholt@gmail.com>
8028 S:      Maintained
8029 F:      drivers/misc/sgi-xp/
8031 SI2157 MEDIA DRIVER
8032 M:      Antti Palosaari <crope@iki.fi>
8033 L:      linux-media@vger.kernel.org
8034 W:      http://linuxtv.org/
8035 W:      http://palosaari.fi/linux/
8036 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8037 T:      git git://linuxtv.org/anttip/media_tree.git
8038 S:      Maintained
8039 F:      drivers/media/tuners/si2157*
8041 SI2168 MEDIA DRIVER
8042 M:      Antti Palosaari <crope@iki.fi>
8043 L:      linux-media@vger.kernel.org
8044 W:      http://linuxtv.org/
8045 W:      http://palosaari.fi/linux/
8046 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8047 T:      git git://linuxtv.org/anttip/media_tree.git
8048 S:      Maintained
8049 F:      drivers/media/dvb-frontends/si2168*
8051 SI470X FM RADIO RECEIVER I2C DRIVER
8052 M:      Hans Verkuil <hverkuil@xs4all.nl>
8053 L:      linux-media@vger.kernel.org
8054 T:      git git://linuxtv.org/media_tree.git
8055 W:      http://linuxtv.org
8056 S:      Odd Fixes
8057 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8059 SI470X FM RADIO RECEIVER USB DRIVER
8060 M:      Hans Verkuil <hverkuil@xs4all.nl>
8061 L:      linux-media@vger.kernel.org
8062 T:      git git://linuxtv.org/media_tree.git
8063 W:      http://linuxtv.org
8064 S:      Maintained
8065 F:      drivers/media/radio/si470x/radio-si470x-common.c
8066 F:      drivers/media/radio/si470x/radio-si470x.h
8067 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8069 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8070 M:      Eduardo Valentin <edubezval@gmail.com>
8071 L:      linux-media@vger.kernel.org
8072 T:      git git://linuxtv.org/media_tree.git
8073 W:      http://linuxtv.org
8074 S:      Odd Fixes
8075 F:      drivers/media/radio/si4713/si4713.?
8077 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8078 M:      Eduardo Valentin <edubezval@gmail.com>
8079 L:      linux-media@vger.kernel.org
8080 T:      git git://linuxtv.org/media_tree.git
8081 W:      http://linuxtv.org
8082 S:      Odd Fixes
8083 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8085 SI4713 FM RADIO TRANSMITTER USB DRIVER
8086 M:      Hans Verkuil <hverkuil@xs4all.nl>
8087 L:      linux-media@vger.kernel.org
8088 T:      git git://linuxtv.org/media_tree.git
8089 W:      http://linuxtv.org
8090 S:      Maintained
8091 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8093 SIANO DVB DRIVER
8094 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8095 L:      linux-media@vger.kernel.org
8096 W:      http://linuxtv.org
8097 T:      git git://linuxtv.org/media_tree.git
8098 S:      Odd fixes
8099 F:      drivers/media/common/siano/
8100 F:      drivers/media/usb/siano/
8101 F:      drivers/media/usb/siano/
8102 F:      drivers/media/mmc/siano/
8104 SH_VEU V4L2 MEM2MEM DRIVER
8105 L:      linux-media@vger.kernel.org
8106 S:      Orphan
8107 F:      drivers/media/platform/sh_veu.c
8109 SH_VOU V4L2 OUTPUT DRIVER
8110 L:      linux-media@vger.kernel.org
8111 S:      Orphan
8112 F:      drivers/media/platform/sh_vou.c
8113 F:      include/media/sh_vou.h
8115 SIMPLE FIRMWARE INTERFACE (SFI)
8116 M:      Len Brown <lenb@kernel.org>
8117 L:      sfi-devel@simplefirmware.org
8118 W:      http://simplefirmware.org/
8119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8120 S:      Supported
8121 F:      arch/x86/platform/sfi/
8122 F:      drivers/sfi/
8123 F:      include/linux/sfi*.h
8125 SIMTEC EB110ATX (Chalice CATS)
8126 P:      Ben Dooks
8127 P:      Vincent Sanders <vince@simtec.co.uk>
8128 M:      Simtec Linux Team <linux@simtec.co.uk>
8129 W:      http://www.simtec.co.uk/products/EB110ATX/
8130 S:      Supported
8132 SIMTEC EB2410ITX (BAST)
8133 P:      Ben Dooks
8134 P:      Vincent Sanders <vince@simtec.co.uk>
8135 M:      Simtec Linux Team <linux@simtec.co.uk>
8136 W:      http://www.simtec.co.uk/products/EB2410ITX/
8137 S:      Supported
8138 F:      arch/arm/mach-s3c24xx/mach-bast.c
8139 F:      arch/arm/mach-s3c24xx/bast-ide.c
8140 F:      arch/arm/mach-s3c24xx/bast-irq.c
8142 TI DAVINCI MACHINE SUPPORT
8143 M:      Sekhar Nori <nsekhar@ti.com>
8144 M:      Kevin Hilman <khilman@deeprootsystems.com>
8145 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
8146 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8147 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8148 S:      Supported
8149 F:      arch/arm/mach-davinci/
8150 F:      drivers/i2c/busses/i2c-davinci.c
8152 TI DAVINCI SERIES MEDIA DRIVER
8153 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8154 L:      linux-media@vger.kernel.org
8155 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
8156 W:      http://linuxtv.org/
8157 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8158 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8159 S:      Maintained
8160 F:      drivers/media/platform/davinci/
8161 F:      include/media/davinci/
8163 SIS 190 ETHERNET DRIVER
8164 M:      Francois Romieu <romieu@fr.zoreil.com>
8165 L:      netdev@vger.kernel.org
8166 S:      Maintained
8167 F:      drivers/net/ethernet/sis/sis190.c
8169 SIS 900/7016 FAST ETHERNET DRIVER
8170 M:      Daniele Venzano <venza@brownhat.org>
8171 W:      http://www.brownhat.org/sis900.html
8172 L:      netdev@vger.kernel.org
8173 S:      Maintained
8174 F:      drivers/net/ethernet/sis/sis900.*
8176 SIS FRAMEBUFFER DRIVER
8177 M:      Thomas Winischhofer <thomas@winischhofer.net>
8178 W:      http://www.winischhofer.net/linuxsisvga.shtml
8179 S:      Maintained
8180 F:      Documentation/fb/sisfb.txt
8181 F:      drivers/video/sis/
8182 F:      include/video/sisfb.h
8184 SIS USB2VGA DRIVER
8185 M:      Thomas Winischhofer <thomas@winischhofer.net>
8186 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8187 S:      Maintained
8188 F:      drivers/usb/misc/sisusbvga/
8190 SLAB ALLOCATOR
8191 M:      Christoph Lameter <cl@linux.com>
8192 M:      Pekka Enberg <penberg@kernel.org>
8193 M:      David Rientjes <rientjes@google.com>
8194 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8195 M:      Andrew Morton <akpm@linux-foundation.org>
8196 L:      linux-mm@kvack.org
8197 S:      Maintained
8198 F:      include/linux/sl?b*.h
8199 F:      mm/sl?b*
8201 SLEEPABLE READ-COPY UPDATE (SRCU)
8202 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8203 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8204 L:      linux-kernel@vger.kernel.org
8205 W:      http://www.rdrop.com/users/paulmck/RCU/
8206 S:      Supported
8207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8208 F:      include/linux/srcu.h
8209 F:      kernel/rcu/srcu.c
8211 SMACK SECURITY MODULE
8212 M:      Casey Schaufler <casey@schaufler-ca.com>
8213 L:      linux-security-module@vger.kernel.org
8214 W:      http://schaufler-ca.com
8215 T:      git git://git.gitorious.org/smack-next/kernel.git
8216 S:      Maintained
8217 F:      Documentation/security/Smack.txt
8218 F:      security/smack/
8220 SMARTREFLEX DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8221 M:      Kevin Hilman <khilman@kernel.org>
8222 M:      Nishanth Menon <nm@ti.com>
8223 S:      Maintained
8224 F:      drivers/power/avs/smartreflex.c
8225 F:      include/linux/power/smartreflex.h
8226 L:      linux-pm@vger.kernel.org
8228 SMC91x ETHERNET DRIVER
8229 M:      Nicolas Pitre <nico@fluxnic.net>
8230 S:      Odd Fixes
8231 F:      drivers/net/ethernet/smsc/smc91x.*
8233 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8234 M:      Sakari Ailus <sakari.ailus@iki.fi>
8235 L:      linux-media@vger.kernel.org
8236 S:      Maintained
8237 F:      drivers/media/i2c/smiapp/
8238 F:      include/media/smiapp.h
8239 F:      drivers/media/i2c/smiapp-pll.c
8240 F:      drivers/media/i2c/smiapp-pll.h
8242 SMM665 HARDWARE MONITOR DRIVER
8243 M:      Guenter Roeck <linux@roeck-us.net>
8244 L:      lm-sensors@lm-sensors.org
8245 S:      Maintained
8246 F:      Documentation/hwmon/smm665
8247 F:      drivers/hwmon/smm665.c
8249 SMSC EMC2103 HARDWARE MONITOR DRIVER
8250 M:      Steve Glendinning <steve.glendinning@shawell.net>
8251 L:      lm-sensors@lm-sensors.org
8252 S:      Maintained
8253 F:      Documentation/hwmon/emc2103
8254 F:      drivers/hwmon/emc2103.c
8256 SMSC SCH5627 HARDWARE MONITOR DRIVER
8257 M:      Hans de Goede <hdegoede@redhat.com>
8258 L:      lm-sensors@lm-sensors.org
8259 S:      Supported
8260 F:      Documentation/hwmon/sch5627
8261 F:      drivers/hwmon/sch5627.c
8263 SMSC47B397 HARDWARE MONITOR DRIVER
8264 M:      Jean Delvare <jdelvare@suse.de>
8265 L:      lm-sensors@lm-sensors.org
8266 S:      Maintained
8267 F:      Documentation/hwmon/smsc47b397
8268 F:      drivers/hwmon/smsc47b397.c
8270 SMSC911x ETHERNET DRIVER
8271 M:      Steve Glendinning <steve.glendinning@shawell.net>
8272 L:      netdev@vger.kernel.org
8273 S:      Maintained
8274 F:      include/linux/smsc911x.h
8275 F:      drivers/net/ethernet/smsc/smsc911x.*
8277 SMSC9420 PCI ETHERNET DRIVER
8278 M:      Steve Glendinning <steve.glendinning@shawell.net>
8279 L:      netdev@vger.kernel.org
8280 S:      Maintained
8281 F:      drivers/net/ethernet/smsc/smsc9420.*
8283 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8284 M:      Steve Glendinning <steve.glendinning@shawell.net>
8285 L:      linux-fbdev@vger.kernel.org
8286 S:      Maintained
8287 F:      drivers/video/smscufx.c
8289 SOC-CAMERA V4L2 SUBSYSTEM
8290 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8291 L:      linux-media@vger.kernel.org
8292 T:      git git://linuxtv.org/media_tree.git
8293 S:      Maintained
8294 F:      include/media/soc*
8295 F:      drivers/media/i2c/soc_camera/
8296 F:      drivers/media/platform/soc_camera/
8298 SOEKRIS NET48XX LED SUPPORT
8299 M:      Chris Boot <bootc@bootc.net>
8300 S:      Maintained
8301 F:      drivers/leds/leds-net48xx.c
8303 SOFTWARE RAID (Multiple Disks) SUPPORT
8304 M:      Neil Brown <neilb@suse.de>
8305 L:      linux-raid@vger.kernel.org
8306 S:      Supported
8307 F:      drivers/md/
8308 F:      include/linux/raid/
8309 F:      include/uapi/linux/raid/
8311 SONIC NETWORK DRIVER
8312 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8313 L:      netdev@vger.kernel.org
8314 S:      Maintained
8315 F:      drivers/net/ethernet/natsemi/sonic.*
8317 SONICS SILICON BACKPLANE DRIVER (SSB)
8318 M:      Michael Buesch <m@bues.ch>
8319 L:      netdev@vger.kernel.org
8320 S:      Maintained
8321 F:      drivers/ssb/
8322 F:      include/linux/ssb/
8324 SONY VAIO CONTROL DEVICE DRIVER
8325 M:      Mattia Dongili <malattia@linux.it>
8326 L:      platform-driver-x86@vger.kernel.org
8327 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8328 S:      Maintained
8329 F:      Documentation/laptops/sony-laptop.txt
8330 F:      drivers/char/sonypi.c
8331 F:      drivers/platform/x86/sony-laptop.c
8332 F:      include/linux/sony-laptop.h
8334 SONY MEMORYSTICK CARD SUPPORT
8335 M:      Alex Dubov <oakad@yahoo.com>
8336 W:      http://tifmxx.berlios.de/
8337 S:      Maintained
8338 F:      drivers/memstick/host/tifm_ms.c
8340 SONY MEMORYSTICK STANDARD SUPPORT
8341 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8342 S:      Maintained
8343 F:      drivers/memstick/core/ms_block.*
8345 SOUND
8346 M:      Jaroslav Kysela <perex@perex.cz>
8347 M:      Takashi Iwai <tiwai@suse.de>
8348 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8349 W:      http://www.alsa-project.org/
8350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8351 T:      git git://git.alsa-project.org/alsa-kernel.git
8352 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
8353 S:      Maintained
8354 F:      Documentation/sound/
8355 F:      include/sound/
8356 F:      include/uapi/sound/
8357 F:      sound/
8359 SOUND - COMPRESSED AUDIO
8360 M:      Vinod Koul <vinod.koul@intel.com>
8361 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8363 S:      Supported
8364 F:      Documentation/sound/alsa/compress_offload.txt
8365 F:      include/sound/compress_driver.h
8366 F:      include/uapi/sound/compress_*
8367 F:      sound/core/compress_offload.c
8368 F:      sound/soc/soc-compress.c
8370 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8371 M:      Liam Girdwood <lgirdwood@gmail.com>
8372 M:      Mark Brown <broonie@kernel.org>
8373 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8374 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8375 W:      http://alsa-project.org/main/index.php/ASoC
8376 S:      Supported
8377 F:      Documentation/sound/alsa/soc/
8378 F:      sound/soc/
8379 F:      include/sound/soc*
8381 SOUND - DMAENGINE HELPERS
8382 M:      Lars-Peter Clausen <lars@metafoo.de>
8383 S:      Supported
8384 F:      include/sound/dmaengine_pcm.h
8385 F:      sound/core/pcm_dmaengine.c
8386 F:      sound/soc/soc-generic-dmaengine-pcm.c
8388 SPARC + UltraSPARC (sparc/sparc64)
8389 M:      "David S. Miller" <davem@davemloft.net>
8390 L:      sparclinux@vger.kernel.org
8391 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
8392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8394 S:      Maintained
8395 F:      arch/sparc/
8396 F:      drivers/sbus/
8398 SPARC SERIAL DRIVERS
8399 M:      "David S. Miller" <davem@davemloft.net>
8400 L:      sparclinux@vger.kernel.org
8401 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8403 S:      Maintained
8404 F:      include/linux/sunserialcore.h
8405 F:      drivers/tty/serial/suncore.c
8406 F:      drivers/tty/serial/sunhv.c
8407 F:      drivers/tty/serial/sunsab.c
8408 F:      drivers/tty/serial/sunsab.h
8409 F:      drivers/tty/serial/sunsu.c
8410 F:      drivers/tty/serial/sunzilog.c
8411 F:      drivers/tty/serial/sunzilog.h
8413 SPARSE CHECKER
8414 M:      "Christopher Li" <sparse@chrisli.org>
8415 L:      linux-sparse@vger.kernel.org
8416 W:      https://sparse.wiki.kernel.org/
8417 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
8418 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
8419 S:      Maintained
8420 F:      include/linux/compiler.h
8422 SPEAR PLATFORM SUPPORT
8423 M:      Viresh Kumar <viresh.linux@gmail.com>
8424 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
8425 L:      spear-devel@list.st.com
8426 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8427 W:      http://www.st.com/spear
8428 S:      Maintained
8429 F:      arch/arm/mach-spear/
8431 SPEAR CLOCK FRAMEWORK SUPPORT
8432 M:      Viresh Kumar <viresh.linux@gmail.com>
8433 L:      spear-devel@list.st.com
8434 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8435 W:      http://www.st.com/spear
8436 S:      Maintained
8437 F:      drivers/clk/spear/
8439 SPI SUBSYSTEM
8440 M:      Mark Brown <broonie@kernel.org>
8441 L:      linux-spi@vger.kernel.org
8442 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
8443 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
8444 S:      Maintained
8445 F:      Documentation/spi/
8446 F:      drivers/spi/
8447 F:      include/linux/spi/
8448 F:      include/uapi/linux/spi/
8450 SPIDERNET NETWORK DRIVER for CELL
8451 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
8452 M:      Jens Osterkamp <jens@de.ibm.com>
8453 L:      netdev@vger.kernel.org
8454 S:      Supported
8455 F:      Documentation/networking/spider_net.txt
8456 F:      drivers/net/ethernet/toshiba/spider_net*
8458 SPU FILE SYSTEM
8459 M:      Jeremy Kerr <jk@ozlabs.org>
8460 L:      linuxppc-dev@lists.ozlabs.org
8461 L:      cbe-oss-dev@lists.ozlabs.org
8462 W:      http://www.ibm.com/developerworks/power/cell/
8463 S:      Supported
8464 F:      Documentation/filesystems/spufs.txt
8465 F:      arch/powerpc/platforms/cell/spufs/
8467 SQUASHFS FILE SYSTEM
8468 M:      Phillip Lougher <phillip@squashfs.org.uk>
8469 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
8470 W:      http://squashfs.org.uk
8471 S:      Maintained
8472 F:      Documentation/filesystems/squashfs.txt
8473 F:      fs/squashfs/
8475 SRM (Alpha) environment access
8476 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
8477 S:      Maintained
8478 F:      arch/alpha/kernel/srm_env.c
8480 STABLE BRANCH
8481 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8482 L:      stable@vger.kernel.org
8483 S:      Supported
8484 F:      Documentation/stable_kernel_rules.txt
8486 STAGING SUBSYSTEM
8487 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8488 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
8489 L:      devel@driverdev.osuosl.org
8490 S:      Supported
8491 F:      drivers/staging/
8493 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
8494 M:      Henk de Groot <pe1dnn@amsat.org>
8495 S:      Odd Fixes
8496 F:      drivers/staging/wlags49_h2/
8497 F:      drivers/staging/wlags49_h25/
8499 STAGING - ASUS OLED
8500 M:      Jakub Schmidtke <sjakub@gmail.com>
8501 S:      Odd Fixes
8502 F:      drivers/staging/asus_oled/
8504 STAGING - COMEDI
8505 M:      Ian Abbott <abbotti@mev.co.uk>
8506 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
8507 S:      Odd Fixes
8508 F:      drivers/staging/comedi/
8510 STAGING - CRYSTAL HD VIDEO DECODER
8511 M:      Naren Sankar <nsankar@broadcom.com>
8512 M:      Jarod Wilson <jarod@wilsonet.com>
8513 M:      Scott Davilla <davilla@4pi.com>
8514 M:      Manu Abraham <abraham.manu@gmail.com>
8515 S:      Odd Fixes
8516 F:      drivers/staging/crystalhd/
8518 STAGING - ECHO CANCELLER
8519 M:      Steve Underwood <steveu@coppice.org>
8520 M:      David Rowe <david@rowetel.com>
8521 S:      Odd Fixes
8522 F:      drivers/staging/echo/
8524 STAGING - ET131X NETWORK DRIVER
8525 M:      Mark Einon <mark.einon@gmail.com>
8526 S:      Odd Fixes
8527 F:      drivers/staging/et131x/
8529 STAGING - FLARION FT1000 DRIVERS
8530 M:      Marek Belisko <marek.belisko@gmail.com>
8531 S:      Odd Fixes
8532 F:      drivers/staging/ft1000/
8534 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
8535 M:      David Täht <d@teklibre.com>
8536 S:      Odd Fixes
8537 F:      drivers/staging/frontier/
8539 STAGING - GO7007 MPEG CODEC
8540 M:      Hans Verkuil <hans.verkuil@cisco.com>
8541 S:      Maintained
8542 F:      drivers/staging/media/go7007/
8544 STAGING - INDUSTRIAL IO
8545 M:      Jonathan Cameron <jic23@kernel.org>
8546 L:      linux-iio@vger.kernel.org
8547 S:      Odd Fixes
8548 F:      drivers/staging/iio/
8550 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
8551 M:      Jarod Wilson <jarod@wilsonet.com>
8552 W:      http://www.lirc.org/
8553 S:      Odd Fixes
8554 F:      drivers/staging/media/lirc/
8556 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
8557 M:      Julian Andres Klode <jak@jak-linux.org>
8558 M:      Marc Dietrich <marvin24@gmx.de>
8559 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
8560 L:      linux-tegra@vger.kernel.org
8561 S:      Maintained
8562 F:      drivers/staging/nvec/
8564 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
8565 M:      Jens Frederich <jfrederich@gmail.com>
8566 M:      Daniel Drake <dsd@laptop.org>
8567 M:      Jon Nettleton <jon.nettleton@gmail.com>
8568 W:      http://wiki.laptop.org/go/DCON
8569 S:      Maintained
8570 F:      drivers/staging/olpc_dcon/
8572 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
8573 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
8574 S:      Maintained
8575 F:      drivers/staging/ozwpan/
8577 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
8578 M:      Willy Tarreau <willy@meta-x.org>
8579 S:      Odd Fixes
8580 F:      drivers/staging/panel/
8582 STAGING - REALTEK RTL8712U DRIVERS
8583 M:      Larry Finger <Larry.Finger@lwfinger.net>
8584 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
8585 S:      Odd Fixes
8586 F:      drivers/staging/rtl8712/
8588 STAGING - REALTEK RTL8723U WIRELESS DRIVER
8589 M:      Larry Finger <Larry.Finger@lwfinger.net>
8590 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
8591 L:      linux-wireless@vger.kernel.org
8592 S:      Maintained
8593 F:      drivers/staging/rtl8723au/
8595 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
8596 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
8597 S:      Odd Fixes
8598 F:      drivers/staging/sm7xxfb/
8600 STAGING - SLICOSS
8601 M:      Lior Dotan <liodot@gmail.com>
8602 M:      Christopher Harrer <charrer@alacritech.com>
8603 S:      Odd Fixes
8604 F:      drivers/staging/slicoss/
8606 STAGING - SOFTLOGIC 6x10 MPEG CODEC
8607 M:      Ismael Luceno <ismael.luceno@corp.bluecherry.net>
8608 S:      Supported
8609 F:      drivers/staging/media/solo6x10/
8611 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
8612 M:      William Hubbs <w.d.hubbs@gmail.com>
8613 M:      Chris Brannon <chris@the-brannons.com>
8614 M:      Kirk Reiser <kirk@reisers.ca>
8615 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
8616 L:      speakup@braille.uwo.ca
8617 W:      http://www.linux-speakup.org/
8618 S:      Odd Fixes
8619 F:      drivers/staging/speakup/
8621 STAGING - TI DSP BRIDGE DRIVERS
8622 M:      Omar Ramirez Luna <omar.ramirez@copitl.com>
8623 S:      Odd Fixes
8624 F:      drivers/staging/tidspbridge/
8626 STAGING - USB ENE SM/MS CARD READER DRIVER
8627 M:      Al Cho <acho@novell.com>
8628 S:      Odd Fixes
8629 F:      drivers/staging/keucr/
8631 STAGING - VIA VT665X DRIVERS
8632 M:      Forest Bond <forest@alittletooquiet.net>
8633 S:      Odd Fixes
8634 F:      drivers/staging/vt665?/
8636 STAGING - WINBOND IS89C35 WLAN USB DRIVER
8637 M:      Pavel Machek <pavel@ucw.cz>
8638 S:      Odd Fixes
8639 F:      drivers/staging/winbond/
8641 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
8642 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
8643 S:      Odd Fixes
8644 F:      drivers/staging/xgifb/
8646 STARFIRE/DURALAN NETWORK DRIVER
8647 M:      Ion Badulescu <ionut@badula.org>
8648 S:      Odd Fixes
8649 F:      drivers/net/ethernet/adaptec/starfire*
8651 SUN3/3X
8652 M:      Sam Creasey <sammy@sammy.net>
8653 W:      http://sammy.net/sun3/
8654 S:      Maintained
8655 F:      arch/m68k/kernel/*sun3*
8656 F:      arch/m68k/sun3*/
8657 F:      arch/m68k/include/asm/sun3*
8658 F:      drivers/net/ethernet/i825xx/sun3*
8660 SUNDANCE NETWORK DRIVER
8661 M:      Denis Kirjanov <kda@linux-powerpc.org>
8662 L:      netdev@vger.kernel.org
8663 S:      Maintained
8664 F:      drivers/net/ethernet/dlink/sundance.c
8666 SUPERH
8667 L:      linux-sh@vger.kernel.org
8668 W:      http://www.linux-sh.org
8669 Q:      http://patchwork.kernel.org/project/linux-sh/list/
8670 S:      Orphan
8671 F:      Documentation/sh/
8672 F:      arch/sh/
8673 F:      drivers/sh/
8675 SUSPEND TO RAM
8676 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8677 M:      Len Brown <len.brown@intel.com>
8678 M:      Pavel Machek <pavel@ucw.cz>
8679 L:      linux-pm@vger.kernel.org
8680 S:      Supported
8681 F:      Documentation/power/
8682 F:      arch/x86/kernel/acpi/
8683 F:      drivers/base/power/
8684 F:      kernel/power/
8685 F:      include/linux/suspend.h
8686 F:      include/linux/freezer.h
8687 F:      include/linux/pm.h
8689 SVGA HANDLING
8690 M:      Martin Mares <mj@ucw.cz>
8691 L:      linux-video@atrey.karlin.mff.cuni.cz
8692 S:      Maintained
8693 F:      Documentation/svga.txt
8694 F:      arch/x86/boot/video*
8696 SWIOTLB SUBSYSTEM
8697 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8698 L:      linux-kernel@vger.kernel.org
8699 S:      Supported
8700 F:      lib/swiotlb.c
8701 F:      arch/*/kernel/pci-swiotlb.c
8702 F:      include/linux/swiotlb.h
8704 SYNOPSYS ARC ARCHITECTURE
8705 M:      Vineet Gupta <vgupta@synopsys.com>
8706 S:      Supported
8707 F:      arch/arc/
8708 F:      Documentation/devicetree/bindings/arc/
8709 F:      drivers/tty/serial/arc_uart.c
8711 SYSV FILESYSTEM
8712 M:      Christoph Hellwig <hch@infradead.org>
8713 S:      Maintained
8714 F:      Documentation/filesystems/sysv-fs.txt
8715 F:      fs/sysv/
8716 F:      include/linux/sysv_fs.h
8718 TARGET SUBSYSTEM
8719 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
8720 L:      linux-scsi@vger.kernel.org
8721 L:      target-devel@vger.kernel.org
8722 W:      http://www.linux-iscsi.org
8723 W:      http://groups.google.com/group/linux-iscsi-target-dev
8724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
8725 S:      Supported
8726 F:      drivers/target/
8727 F:      include/target/
8728 F:      Documentation/target/
8730 TASKSTATS STATISTICS INTERFACE
8731 M:      Balbir Singh <bsingharora@gmail.com>
8732 S:      Maintained
8733 F:      Documentation/accounting/taskstats*
8734 F:      include/linux/taskstats*
8735 F:      kernel/taskstats.c
8737 TC CLASSIFIER
8738 M:      Jamal Hadi Salim <jhs@mojatatu.com>
8739 L:      netdev@vger.kernel.org
8740 S:      Maintained
8741 F:      include/net/pkt_cls.h
8742 F:      include/uapi/linux/pkt_cls.h
8743 F:      net/sched/
8745 TCP LOW PRIORITY MODULE
8746 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
8747 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
8748 W:      http://tcp-lp-mod.sourceforge.net/
8749 S:      Maintained
8750 F:      net/ipv4/tcp_lp.c
8752 TDA10071 MEDIA DRIVER
8753 M:      Antti Palosaari <crope@iki.fi>
8754 L:      linux-media@vger.kernel.org
8755 W:      http://linuxtv.org/
8756 W:      http://palosaari.fi/linux/
8757 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8758 T:      git git://linuxtv.org/anttip/media_tree.git
8759 S:      Maintained
8760 F:      drivers/media/dvb-frontends/tda10071*
8762 TDA18212 MEDIA DRIVER
8763 M:      Antti Palosaari <crope@iki.fi>
8764 L:      linux-media@vger.kernel.org
8765 W:      http://linuxtv.org/
8766 W:      http://palosaari.fi/linux/
8767 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8768 T:      git git://linuxtv.org/anttip/media_tree.git
8769 S:      Maintained
8770 F:      drivers/media/tuners/tda18212*
8772 TDA18218 MEDIA DRIVER
8773 M:      Antti Palosaari <crope@iki.fi>
8774 L:      linux-media@vger.kernel.org
8775 W:      http://linuxtv.org/
8776 W:      http://palosaari.fi/linux/
8777 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8778 T:      git git://linuxtv.org/anttip/media_tree.git
8779 S:      Maintained
8780 F:      drivers/media/tuners/tda18218*
8782 TDA18271 MEDIA DRIVER
8783 M:      Michael Krufky <mkrufky@linuxtv.org>
8784 L:      linux-media@vger.kernel.org
8785 W:      http://linuxtv.org/
8786 W:      http://github.com/mkrufky
8787 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8788 T:      git git://linuxtv.org/mkrufky/tuners.git
8789 S:      Maintained
8790 F:      drivers/media/tuners/tda18271*
8792 TDA827x MEDIA DRIVER
8793 M:      Michael Krufky <mkrufky@linuxtv.org>
8794 L:      linux-media@vger.kernel.org
8795 W:      http://linuxtv.org/
8796 W:      http://github.com/mkrufky
8797 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8798 T:      git git://linuxtv.org/mkrufky/tuners.git
8799 S:      Maintained
8800 F:      drivers/media/tuners/tda8290.*
8802 TDA8290 MEDIA DRIVER
8803 M:      Michael Krufky <mkrufky@linuxtv.org>
8804 L:      linux-media@vger.kernel.org
8805 W:      http://linuxtv.org/
8806 W:      http://github.com/mkrufky
8807 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8808 T:      git git://linuxtv.org/mkrufky/tuners.git
8809 S:      Maintained
8810 F:      drivers/media/tuners/tda8290.*
8812 TDA9840 MEDIA DRIVER
8813 M:      Hans Verkuil <hverkuil@xs4all.nl>
8814 L:      linux-media@vger.kernel.org
8815 T:      git git://linuxtv.org/media_tree.git
8816 W:      http://linuxtv.org
8817 S:      Maintained
8818 F:      drivers/media/i2c/tda9840*
8820 TEA5761 TUNER DRIVER
8821 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8822 L:      linux-media@vger.kernel.org
8823 W:      http://linuxtv.org
8824 T:      git git://linuxtv.org/media_tree.git
8825 S:      Odd fixes
8826 F:      drivers/media/tuners/tea5761.*
8828 TEA5767 TUNER DRIVER
8829 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8830 L:      linux-media@vger.kernel.org
8831 W:      http://linuxtv.org
8832 T:      git git://linuxtv.org/media_tree.git
8833 S:      Maintained
8834 F:      drivers/media/tuners/tea5767.*
8836 TEA6415C MEDIA DRIVER
8837 M:      Hans Verkuil <hverkuil@xs4all.nl>
8838 L:      linux-media@vger.kernel.org
8839 T:      git git://linuxtv.org/media_tree.git
8840 W:      http://linuxtv.org
8841 S:      Maintained
8842 F:      drivers/media/i2c/tea6415c*
8844 TEA6420 MEDIA DRIVER
8845 M:      Hans Verkuil <hverkuil@xs4all.nl>
8846 L:      linux-media@vger.kernel.org
8847 T:      git git://linuxtv.org/media_tree.git
8848 W:      http://linuxtv.org
8849 S:      Maintained
8850 F:      drivers/media/i2c/tea6420*
8852 TEAM DRIVER
8853 M:      Jiri Pirko <jiri@resnulli.us>
8854 L:      netdev@vger.kernel.org
8855 S:      Supported
8856 F:      drivers/net/team/
8857 F:      include/linux/if_team.h
8858 F:      include/uapi/linux/if_team.h
8860 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
8861 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
8862 S:      Maintained
8863 F:      arch/x86/platform/ts5500/
8865 TECHNOTREND USB IR RECEIVER
8866 M:      Sean Young <sean@mess.org>
8867 L:      linux-media@vger.kernel.org
8868 S:      Maintained
8869 F:      drivers/media/rc/ttusbir.c
8871 TEGRA ARCHITECTURE SUPPORT
8872 M:      Stephen Warren <swarren@wwwdotorg.org>
8873 M:      Thierry Reding <thierry.reding@gmail.com>
8874 L:      linux-tegra@vger.kernel.org
8875 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
8876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
8877 S:      Supported
8878 N:      [^a-z]tegra
8880 TEGRA ASOC DRIVER
8881 M:      Stephen Warren <swarren@wwwdotorg.org>
8882 S:      Supported
8883 F:      sound/soc/tegra/
8885 TEGRA CLOCK DRIVER
8886 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
8887 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
8888 S:      Supported
8889 F:      drivers/clk/tegra/
8891 TEGRA DMA DRIVER
8892 M:      Laxman Dewangan <ldewangan@nvidia.com>
8893 S:      Supported
8894 F:      drivers/dma/tegra20-apb-dma.c
8896 TEGRA GPIO DRIVER
8897 M:      Stephen Warren <swarren@wwwdotorg.org>
8898 S:      Supported
8899 F:      drivers/gpio/gpio-tegra.c
8901 TEGRA I2C DRIVER
8902 M:      Laxman Dewangan <ldewangan@nvidia.com>
8903 S:      Supported
8904 F:      drivers/i2c/busses/i2c-tegra.c
8906 TEGRA IOMMU DRIVERS
8907 M:      Hiroshi Doyu <hdoyu@nvidia.com>
8908 S:      Supported
8909 F:      drivers/iommu/tegra*
8911 TEGRA KBC DRIVER
8912 M:      Rakesh Iyer <riyer@nvidia.com>
8913 M:      Laxman Dewangan <ldewangan@nvidia.com>
8914 S:      Supported
8915 F:      drivers/input/keyboard/tegra-kbc.c
8917 TEGRA PINCTRL DRIVER
8918 M:      Stephen Warren <swarren@wwwdotorg.org>
8919 S:      Supported
8920 F:      drivers/pinctrl/pinctrl-tegra*
8922 TEGRA PWM DRIVER
8923 M:      Thierry Reding <thierry.reding@gmail.com>
8924 S:      Supported
8925 F:      drivers/pwm/pwm-tegra.c
8927 TEGRA SERIAL DRIVER
8928 M:      Laxman Dewangan <ldewangan@nvidia.com>
8929 S:      Supported
8930 F:      drivers/tty/serial/serial-tegra.c
8932 TEGRA SPI DRIVER
8933 M:      Laxman Dewangan <ldewangan@nvidia.com>
8934 S:      Supported
8935 F:      drivers/spi/spi-tegra*
8937 TEHUTI ETHERNET DRIVER
8938 M:      Andy Gospodarek <andy@greyhouse.net>
8939 L:      netdev@vger.kernel.org
8940 S:      Supported
8941 F:      drivers/net/ethernet/tehuti/*
8943 Telecom Clock Driver for MCPL0010
8944 M:      Mark Gross <mark.gross@intel.com>
8945 S:      Supported
8946 F:      drivers/char/tlclk.c
8948 TENSILICA XTENSA PORT (xtensa)
8949 M:      Chris Zankel <chris@zankel.net>
8950 M:      Max Filippov <jcmvbkbc@gmail.com>
8951 L:      linux-xtensa@linux-xtensa.org
8952 S:      Maintained
8953 F:      arch/xtensa/
8954 F:      drivers/irqchip/irq-xtensa-*
8956 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
8957 M:      Hans Verkuil <hverkuil@xs4all.nl>
8958 L:      linux-media@vger.kernel.org
8959 T:      git git://linuxtv.org/media_tree.git
8960 W:      http://linuxtv.org
8961 S:      Maintained
8962 F:      drivers/media/radio/radio-raremono.c
8964 THERMAL
8965 M:      Zhang Rui <rui.zhang@intel.com>
8966 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8967 L:      linux-pm@vger.kernel.org
8968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
8969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
8970 Q:      https://patchwork.kernel.org/project/linux-pm/list/
8971 S:      Supported
8972 F:      drivers/thermal/
8973 F:      include/linux/thermal.h
8974 F:      include/linux/cpu_cooling.h
8975 F:      Documentation/devicetree/bindings/thermal/
8977 THINGM BLINK(1) USB RGB LED DRIVER
8978 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
8979 S:      Maintained
8980 F:      drivers/hid/hid-thingm.c
8982 THINKPAD ACPI EXTRAS DRIVER
8983 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
8984 L:      ibm-acpi-devel@lists.sourceforge.net
8985 L:      platform-driver-x86@vger.kernel.org
8986 W:      http://ibm-acpi.sourceforge.net
8987 W:      http://thinkwiki.org/wiki/Ibm-acpi
8988 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
8989 S:      Maintained
8990 F:      drivers/platform/x86/thinkpad_acpi.c
8992 TI BANDGAP AND THERMAL DRIVER
8993 M:      Eduardo Valentin <eduardo.valentin@ti.com>
8994 L:      linux-pm@vger.kernel.org
8995 S:      Supported
8996 F:      drivers/thermal/ti-soc-thermal/
8998 TI FLASH MEDIA INTERFACE DRIVER
8999 M:      Alex Dubov <oakad@yahoo.com>
9000 S:      Maintained
9001 F:      drivers/misc/tifm*
9002 F:      drivers/mmc/host/tifm_sd.c
9003 F:      include/linux/tifm.h
9005 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9006 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9007 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9008 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9009 S:      Maintained
9010 F:      sound/soc/codecs/lm49453*
9011 F:      sound/soc/codecs/isabelle*
9013 TI LP855x BACKLIGHT DRIVER
9014 M:      Milo Kim <milo.kim@ti.com>
9015 S:      Maintained
9016 F:      Documentation/backlight/lp855x-driver.txt
9017 F:      drivers/video/backlight/lp855x_bl.c
9018 F:      include/linux/platform_data/lp855x.h
9020 TI LP8727 CHARGER DRIVER
9021 M:      Milo Kim <milo.kim@ti.com>
9022 S:      Maintained
9023 F:      drivers/power/lp8727_charger.c
9024 F:      include/linux/platform_data/lp8727.h
9026 TI LP8788 MFD DRIVER
9027 M:      Milo Kim <milo.kim@ti.com>
9028 S:      Maintained
9029 F:      drivers/iio/adc/lp8788_adc.c
9030 F:      drivers/leds/leds-lp8788.c
9031 F:      drivers/mfd/lp8788*.c
9032 F:      drivers/power/lp8788-charger.c
9033 F:      drivers/regulator/lp8788-*.c
9034 F:      include/linux/mfd/lp8788*.h
9036 TI TWL4030 SERIES SOC CODEC DRIVER
9037 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9038 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9039 S:      Maintained
9040 F:      sound/soc/codecs/twl4030*
9042 TI WILINK WIRELESS DRIVERS
9043 L:      linux-wireless@vger.kernel.org
9044 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9045 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9047 S:      Orphan
9048 F:      drivers/net/wireless/ti/
9049 F:      include/linux/wl12xx.h
9051 TIPC NETWORK LAYER
9052 M:      Jon Maloy <jon.maloy@ericsson.com>
9053 M:      Allan Stephens <allan.stephens@windriver.com>
9054 L:      netdev@vger.kernel.org (core kernel code)
9055 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9056 W:      http://tipc.sourceforge.net/
9057 S:      Maintained
9058 F:      include/uapi/linux/tipc*.h
9059 F:      net/tipc/
9061 TILE ARCHITECTURE
9062 M:      Chris Metcalf <cmetcalf@tilera.com>
9063 W:      http://www.tilera.com/scm/
9064 S:      Supported
9065 F:      arch/tile/
9066 F:      drivers/char/tile-srom.c
9067 F:      drivers/edac/tile_edac.c
9068 F:      drivers/net/ethernet/tile/
9069 F:      drivers/rtc/rtc-tile.c
9070 F:      drivers/tty/hvc/hvc_tile.c
9071 F:      drivers/tty/serial/tilegx.c
9072 F:      drivers/usb/host/*-tilegx.c
9073 F:      include/linux/usb/tilegx.h
9075 TLAN NETWORK DRIVER
9076 M:      Samuel Chessman <chessman@tux.org>
9077 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9078 W:      http://sourceforge.net/projects/tlan/
9079 S:      Maintained
9080 F:      Documentation/networking/tlan.txt
9081 F:      drivers/net/ethernet/ti/tlan.*
9083 TOMOYO SECURITY MODULE
9084 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9085 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9086 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9087 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9088 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9089 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9090 W:      http://tomoyo.sourceforge.jp/
9091 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9092 S:      Maintained
9093 F:      security/tomoyo/
9095 TOPSTAR LAPTOP EXTRAS DRIVER
9096 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9097 L:      platform-driver-x86@vger.kernel.org
9098 S:      Maintained
9099 F:      drivers/platform/x86/topstar-laptop.c
9101 TOSHIBA ACPI EXTRAS DRIVER
9102 L:      platform-driver-x86@vger.kernel.org
9103 S:      Orphan
9104 F:      drivers/platform/x86/toshiba_acpi.c
9106 TOSHIBA SMM DRIVER
9107 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9108 L:      tlinux-users@tce.toshiba-dme.co.jp
9109 W:      http://www.buzzard.org.uk/toshiba/
9110 S:      Maintained
9111 F:      drivers/char/toshiba.c
9112 F:      include/linux/toshiba.h
9113 F:      include/uapi/linux/toshiba.h
9115 TMIO MMC DRIVER
9116 M:      Ian Molton <ian.molton@codethink.co.uk>
9117 L:      linux-mmc@vger.kernel.org
9118 S:      Maintained
9119 F:      drivers/mmc/host/tmio_mmc*
9120 F:      drivers/mmc/host/sh_mobile_sdhi.c
9121 F:      include/linux/mmc/tmio.h
9122 F:      include/linux/mmc/sh_mobile_sdhi.h
9124 TMP401 HARDWARE MONITOR DRIVER
9125 M:      Guenter Roeck <linux@roeck-us.net>
9126 L:      lm-sensors@lm-sensors.org
9127 S:      Maintained
9128 F:      Documentation/hwmon/tmp401
9129 F:      drivers/hwmon/tmp401.c
9131 TMPFS (SHMEM FILESYSTEM)
9132 M:      Hugh Dickins <hughd@google.com>
9133 L:      linux-mm@kvack.org
9134 S:      Maintained
9135 F:      include/linux/shmem_fs.h
9136 F:      mm/shmem.c
9138 TM6000 VIDEO4LINUX DRIVER
9139 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
9140 L:      linux-media@vger.kernel.org
9141 W:      http://linuxtv.org
9142 T:      git git://linuxtv.org/media_tree.git
9143 S:      Odd fixes
9144 F:      drivers/media/usb/tm6000/
9146 TPM DEVICE DRIVER
9147 M:      Peter Huewe <peterhuewe@gmx.de>
9148 M:      Ashley Lai <ashley@ashleylai.com>
9149 M:      Marcel Selhorst <tpmdd@selhorst.net>
9150 W:      http://tpmdd.sourceforge.net
9151 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9152 S:      Maintained
9153 F:      drivers/char/tpm/
9155 TRACING
9156 M:      Steven Rostedt <rostedt@goodmis.org>
9157 M:      Ingo Molnar <mingo@redhat.com>
9158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9159 S:      Maintained
9160 F:      Documentation/trace/ftrace.txt
9161 F:      arch/*/*/*/ftrace.h
9162 F:      arch/*/kernel/ftrace.c
9163 F:      include/*/ftrace.h
9164 F:      include/linux/trace*.h
9165 F:      include/trace/
9166 F:      kernel/trace/
9168 TRIVIAL PATCHES
9169 M:      Jiri Kosina <trivial@kernel.org>
9170 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9171 S:      Maintained
9172 K:      ^Subject:.*(?i)trivial
9174 TTY LAYER
9175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9176 M:      Jiri Slaby <jslaby@suse.cz>
9177 S:      Supported
9178 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9179 F:      drivers/tty/
9180 F:      drivers/tty/serial/serial_core.c
9181 F:      include/linux/serial_core.h
9182 F:      include/linux/serial.h
9183 F:      include/linux/tty.h
9184 F:      include/uapi/linux/serial_core.h
9185 F:      include/uapi/linux/serial.h
9186 F:      include/uapi/linux/tty.h
9188 TUA9001 MEDIA DRIVER
9189 M:      Antti Palosaari <crope@iki.fi>
9190 L:      linux-media@vger.kernel.org
9191 W:      http://linuxtv.org/
9192 W:      http://palosaari.fi/linux/
9193 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9194 T:      git git://linuxtv.org/anttip/media_tree.git
9195 S:      Maintained
9196 F:      drivers/media/tuners/tua9001*
9198 TULIP NETWORK DRIVERS
9199 M:      Grant Grundler <grundler@parisc-linux.org>
9200 L:      netdev@vger.kernel.org
9201 S:      Maintained
9202 F:      drivers/net/ethernet/dec/tulip/
9204 TUN/TAP driver
9205 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9206 W:      http://vtun.sourceforge.net/tun
9207 S:      Maintained
9208 F:      Documentation/networking/tuntap.txt
9209 F:      arch/um/os-Linux/drivers/
9211 TURBOCHANNEL SUBSYSTEM
9212 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9213 M:      Ralf Baechle <ralf@linux-mips.org>
9214 L:      linux-mips@linux-mips.org
9215 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9216 S:      Maintained
9217 F:      drivers/tc/
9218 F:      include/linux/tc.h
9220 U14-34F SCSI DRIVER
9221 M:      Dario Ballabio <ballabio_dario@emc.com>
9222 L:      linux-scsi@vger.kernel.org
9223 S:      Maintained
9224 F:      drivers/scsi/u14-34f.c
9226 UBI FILE SYSTEM (UBIFS)
9227 M:      Artem Bityutskiy <dedekind1@gmail.com>
9228 M:      Adrian Hunter <adrian.hunter@intel.com>
9229 L:      linux-mtd@lists.infradead.org
9230 T:      git git://git.infradead.org/ubifs-2.6.git
9231 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9232 S:      Maintained
9233 F:      Documentation/filesystems/ubifs.txt
9234 F:      fs/ubifs/
9236 UCLINUX (AND M68KNOMMU)
9237 M:      Greg Ungerer <gerg@uclinux.org>
9238 W:      http://www.uclinux.org/
9239 L:      uclinux-dev@uclinux.org  (subscribers-only)
9240 S:      Maintained
9241 F:      arch/m68k/*/*_no.*
9242 F:      arch/m68k/include/asm/*_no.*
9244 UDF FILESYSTEM
9245 M:      Jan Kara <jack@suse.cz>
9246 S:      Maintained
9247 F:      Documentation/filesystems/udf.txt
9248 F:      fs/udf/
9250 UFS FILESYSTEM
9251 M:      Evgeniy Dushistov <dushistov@mail.ru>
9252 S:      Maintained
9253 F:      Documentation/filesystems/ufs.txt
9254 F:      fs/ufs/
9256 UHID USERSPACE HID IO DRIVER:
9257 M:      David Herrmann <dh.herrmann@googlemail.com>
9258 L:      linux-input@vger.kernel.org
9259 S:      Maintained
9260 F:      drivers/hid/uhid.c
9261 F:      include/uapi/linux/uhid.h
9263 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9264 L:      linux-usb@vger.kernel.org
9265 S:      Orphan
9266 F:      drivers/uwb/
9267 F:      include/linux/uwb.h
9268 F:      include/linux/uwb/
9270 UNICORE32 ARCHITECTURE:
9271 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9272 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9273 S:      Maintained
9274 T:      git git://github.com/gxt/linux.git
9275 F:      arch/unicore32/
9277 UNIFDEF
9278 M:      Tony Finch <dot@dotat.at>
9279 W:      http://dotat.at/prog/unifdef
9280 S:      Maintained
9281 F:      scripts/unifdef.c
9283 UNIFORM CDROM DRIVER
9284 M:      Jens Axboe <axboe@kernel.dk>
9285 W:      http://www.kernel.dk
9286 S:      Maintained
9287 F:      Documentation/cdrom/
9288 F:      drivers/cdrom/cdrom.c
9289 F:      include/linux/cdrom.h
9290 F:      include/uapi/linux/cdrom.h
9292 UNISYS S-PAR DRIVERS
9293 M:     Benjamin Romer <benjamin.romer@unisys.com>
9294 M:     David Kershner <david.kershner@unisys.com>
9295 L:     sparmaintainer@unisys.com (Unisys internal)
9296 S:     Supported
9297 F:     drivers/staging/unisys/
9299 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9300 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9301 M:      Santosh Y <santoshsy@gmail.com>
9302 L:      linux-scsi@vger.kernel.org
9303 S:      Supported
9304 F:      Documentation/scsi/ufs.txt
9305 F:      drivers/scsi/ufs/
9307 UNSORTED BLOCK IMAGES (UBI)
9308 M:      Artem Bityutskiy <dedekind1@gmail.com>
9309 W:      http://www.linux-mtd.infradead.org/
9310 L:      linux-mtd@lists.infradead.org
9311 T:      git git://git.infradead.org/ubifs-2.6.git
9312 S:      Maintained
9313 F:      drivers/mtd/ubi/
9314 F:      include/linux/mtd/ubi.h
9315 F:      include/uapi/mtd/ubi-user.h
9317 UNSORTED BLOCK IMAGES (UBI) Fastmap
9318 M:      Richard Weinberger <richard@nod.at>
9319 L:      linux-mtd@lists.infradead.org
9320 S:      Maintained
9321 F:      drivers/mtd/ubi/fastmap.c
9323 USB ACM DRIVER
9324 M:      Oliver Neukum <oliver@neukum.org>
9325 L:      linux-usb@vger.kernel.org
9326 S:      Maintained
9327 F:      Documentation/usb/acm.txt
9328 F:      drivers/usb/class/cdc-acm.*
9330 USB AR5523 WIRELESS DRIVER
9331 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9332 L:      linux-wireless@vger.kernel.org
9333 S:      Maintained
9334 F:      drivers/net/wireless/ath/ar5523/
9336 USB ATTACHED SCSI
9337 M:      Hans de Goede <hdegoede@redhat.com>
9338 M:      Gerd Hoffmann <kraxel@redhat.com>
9339 L:      linux-usb@vger.kernel.org
9340 L:      linux-scsi@vger.kernel.org
9341 S:      Maintained
9342 F:      drivers/usb/storage/uas.c
9344 USB CDC ETHERNET DRIVER
9345 M:      Oliver Neukum <oliver@neukum.org>
9346 L:      linux-usb@vger.kernel.org
9347 S:      Maintained
9348 F:      drivers/net/usb/cdc_*.c
9349 F:      include/uapi/linux/usb/cdc.h
9351 USB CYPRESS C67X00 DRIVER
9352 M:      Peter Korsgaard <jacmet@sunsite.dk>
9353 L:      linux-usb@vger.kernel.org
9354 S:      Maintained
9355 F:      drivers/usb/c67x00/
9357 USB DAVICOM DM9601 DRIVER
9358 M:      Peter Korsgaard <jacmet@sunsite.dk>
9359 L:      netdev@vger.kernel.org
9360 W:      http://www.linux-usb.org/usbnet
9361 S:      Maintained
9362 F:      drivers/net/usb/dm9601.c
9364 USB DIAMOND RIO500 DRIVER
9365 M:      Cesar Miquel <miquel@df.uba.ar>
9366 L:      rio500-users@lists.sourceforge.net
9367 W:      http://rio500.sourceforge.net
9368 S:      Maintained
9369 F:      drivers/usb/misc/rio500*
9371 USB EHCI DRIVER
9372 M:      Alan Stern <stern@rowland.harvard.edu>
9373 L:      linux-usb@vger.kernel.org
9374 S:      Maintained
9375 F:      Documentation/usb/ehci.txt
9376 F:      drivers/usb/host/ehci*
9378 USB GADGET/PERIPHERAL SUBSYSTEM
9379 M:      Felipe Balbi <balbi@ti.com>
9380 L:      linux-usb@vger.kernel.org
9381 W:      http://www.linux-usb.org/gadget
9382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9383 S:      Maintained
9384 F:      drivers/usb/gadget/
9385 F:      include/linux/usb/gadget*
9387 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9388 M:      Jiri Kosina <jkosina@suse.cz>
9389 L:      linux-usb@vger.kernel.org
9390 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9391 S:      Maintained
9392 F:      Documentation/hid/hiddev.txt
9393 F:      drivers/hid/usbhid/
9395 USB/IP DRIVERS
9396 L:      linux-usb@vger.kernel.org
9397 S:      Orphan
9398 F:      drivers/staging/usbip/
9400 USB ISP116X DRIVER
9401 M:      Olav Kongas <ok@artecdesign.ee>
9402 L:      linux-usb@vger.kernel.org
9403 S:      Maintained
9404 F:      drivers/usb/host/isp116x*
9405 F:      include/linux/usb/isp116x.h
9407 USB KAWASAKI LSI DRIVER
9408 M:      Oliver Neukum <oliver@neukum.org>
9409 L:      linux-usb@vger.kernel.org
9410 S:      Maintained
9411 F:      drivers/usb/serial/kl5kusb105.*
9413 USB MASS STORAGE DRIVER
9414 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9415 L:      linux-usb@vger.kernel.org
9416 L:      usb-storage@lists.one-eyed-alien.net
9417 S:      Maintained
9418 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9419 F:      drivers/usb/storage/
9421 USB MIDI DRIVER
9422 M:      Clemens Ladisch <clemens@ladisch.de>
9423 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9424 T:      git git://git.alsa-project.org/alsa-kernel.git
9425 S:      Maintained
9426 F:      sound/usb/midi.*
9428 USB NETWORKING DRIVERS
9429 L:      linux-usb@vger.kernel.org
9430 S:      Odd Fixes
9431 F:      drivers/net/usb/
9433 USB OHCI DRIVER
9434 M:      Alan Stern <stern@rowland.harvard.edu>
9435 L:      linux-usb@vger.kernel.org
9436 S:      Maintained
9437 F:      Documentation/usb/ohci.txt
9438 F:      drivers/usb/host/ohci*
9440 USB OPTION-CARD DRIVER
9441 M:      Matthias Urlichs <smurf@smurf.noris.de>
9442 L:      linux-usb@vger.kernel.org
9443 S:      Maintained
9444 F:      drivers/usb/serial/option.c
9446 USB PEGASUS DRIVER
9447 M:      Petko Manolov <petkan@nucleusys.com>
9448 L:      linux-usb@vger.kernel.org
9449 L:      netdev@vger.kernel.org
9450 T:      git git://github.com/petkan/pegasus.git
9451 W:      https://github.com/petkan/pegasus
9452 S:      Maintained
9453 F:      drivers/net/usb/pegasus.*
9455 USB PHY LAYER
9456 M:      Felipe Balbi <balbi@ti.com>
9457 L:      linux-usb@vger.kernel.org
9458 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9459 S:      Maintained
9460 F:      drivers/usb/phy/
9462 USB PRINTER DRIVER (usblp)
9463 M:      Pete Zaitcev <zaitcev@redhat.com>
9464 L:      linux-usb@vger.kernel.org
9465 S:      Supported
9466 F:      drivers/usb/class/usblp.c
9468 USB RTL8150 DRIVER
9469 M:      Petko Manolov <petkan@nucleusys.com>
9470 L:      linux-usb@vger.kernel.org
9471 L:      netdev@vger.kernel.org
9472 T:      git git://github.com/petkan/rtl8150.git
9473 W:      https://github.com/petkan/rtl8150
9474 S:      Maintained
9475 F:      drivers/net/usb/rtl8150.c
9477 USB SERIAL SUBSYSTEM
9478 M:      Johan Hovold <jhovold@gmail.com>
9479 L:      linux-usb@vger.kernel.org
9480 S:      Maintained
9481 F:      Documentation/usb/usb-serial.txt
9482 F:      drivers/usb/serial/
9483 F:      include/linux/usb/serial.h
9485 USB SMSC75XX ETHERNET DRIVER
9486 M:      Steve Glendinning <steve.glendinning@shawell.net>
9487 L:      netdev@vger.kernel.org
9488 S:      Maintained
9489 F:      drivers/net/usb/smsc75xx.*
9491 USB SMSC95XX ETHERNET DRIVER
9492 M:      Steve Glendinning <steve.glendinning@shawell.net>
9493 L:      netdev@vger.kernel.org
9494 S:      Maintained
9495 F:      drivers/net/usb/smsc95xx.*
9497 USB SN9C1xx DRIVER
9498 M:      Luca Risolia <luca.risolia@studio.unibo.it>
9499 L:      linux-usb@vger.kernel.org
9500 L:      linux-media@vger.kernel.org
9501 T:      git git://linuxtv.org/media_tree.git
9502 W:      http://www.linux-projects.org
9503 S:      Maintained
9504 F:      drivers/staging/media/sn9c102/
9506 USB SUBSYSTEM
9507 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9508 L:      linux-usb@vger.kernel.org
9509 W:      http://www.linux-usb.org
9510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
9511 S:      Supported
9512 F:      Documentation/usb/
9513 F:      drivers/usb/
9514 F:      include/linux/usb.h
9515 F:      include/linux/usb/
9517 USB UHCI DRIVER
9518 M:      Alan Stern <stern@rowland.harvard.edu>
9519 L:      linux-usb@vger.kernel.org
9520 S:      Maintained
9521 F:      drivers/usb/host/uhci*
9523 USB "USBNET" DRIVER FRAMEWORK
9524 M:      Oliver Neukum <oneukum@suse.de>
9525 L:      netdev@vger.kernel.org
9526 W:      http://www.linux-usb.org/usbnet
9527 S:      Maintained
9528 F:      drivers/net/usb/usbnet.c
9529 F:      include/linux/usb/usbnet.h
9531 USB VIDEO CLASS
9532 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9533 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
9534 L:      linux-media@vger.kernel.org
9535 T:      git git://linuxtv.org/media_tree.git
9536 W:      http://www.ideasonboard.org/uvc/
9537 S:      Maintained
9538 F:      drivers/media/usb/uvc/
9539 F:      include/uapi/linux/uvcvideo.h
9541 USB VISION DRIVER
9542 M:      Hans Verkuil <hverkuil@xs4all.nl>
9543 L:      linux-media@vger.kernel.org
9544 T:      git git://linuxtv.org/media_tree.git
9545 W:      http://linuxtv.org
9546 S:      Odd Fixes
9547 F:      drivers/media/usb/usbvision/
9549 USB WEBCAM GADGET
9550 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9551 L:      linux-usb@vger.kernel.org
9552 S:      Maintained
9553 F:      drivers/usb/gadget/*uvc*.c
9554 F:      drivers/usb/gadget/webcam.c
9556 USB WIRELESS RNDIS DRIVER (rndis_wlan)
9557 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
9558 L:      linux-wireless@vger.kernel.org
9559 S:      Maintained
9560 F:      drivers/net/wireless/rndis_wlan.c
9562 USB XHCI DRIVER
9563 M:      Mathias Nyman <mathias.nyman@intel.com>
9564 L:      linux-usb@vger.kernel.org
9565 S:      Supported
9566 F:      drivers/usb/host/xhci*
9567 F:      drivers/usb/host/pci-quirks*
9569 USB ZD1201 DRIVER
9570 L:      linux-wireless@vger.kernel.org
9571 W:      http://linux-lc100020.sourceforge.net
9572 S:      Orphan
9573 F:      drivers/net/wireless/zd1201.*
9575 USB ZR364XX DRIVER
9576 M:      Antoine Jacquet <royale@zerezo.com>
9577 L:      linux-usb@vger.kernel.org
9578 L:      linux-media@vger.kernel.org
9579 T:      git git://linuxtv.org/media_tree.git
9580 W:      http://royale.zerezo.com/zr364xx/
9581 S:      Maintained
9582 F:      Documentation/video4linux/zr364xx.txt
9583 F:      drivers/media/usb/zr364xx/
9585 USER-MODE LINUX (UML)
9586 M:      Jeff Dike <jdike@addtoit.com>
9587 M:      Richard Weinberger <richard@nod.at>
9588 L:      user-mode-linux-devel@lists.sourceforge.net
9589 L:      user-mode-linux-user@lists.sourceforge.net
9590 W:      http://user-mode-linux.sourceforge.net
9591 S:      Maintained
9592 F:      Documentation/virtual/uml/
9593 F:      arch/um/
9594 F:      arch/x86/um/
9595 F:      fs/hostfs/
9596 F:      fs/hppfs/
9598 USERSPACE I/O (UIO)
9599 M:      "Hans J. Koch" <hjk@hansjkoch.de>
9600 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9601 S:      Maintained
9602 F:      Documentation/DocBook/uio-howto.tmpl
9603 F:      drivers/uio/
9604 F:      include/linux/uio*.h
9606 UTIL-LINUX PACKAGE
9607 M:      Karel Zak <kzak@redhat.com>
9608 L:      util-linux@vger.kernel.org
9609 W:      http://en.wikipedia.org/wiki/Util-linux
9610 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
9611 S:      Maintained
9613 UVESAFB DRIVER
9614 M:      Michal Januszewski <spock@gentoo.org>
9615 L:      linux-fbdev@vger.kernel.org
9616 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
9617 S:      Maintained
9618 F:      Documentation/fb/uvesafb.txt
9619 F:      drivers/video/uvesafb.*
9621 VFAT/FAT/MSDOS FILESYSTEM
9622 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
9623 S:      Maintained
9624 F:      Documentation/filesystems/vfat.txt
9625 F:      fs/fat/
9627 VFIO DRIVER
9628 M:      Alex Williamson <alex.williamson@redhat.com>
9629 L:      kvm@vger.kernel.org
9630 S:      Maintained
9631 F:      Documentation/vfio.txt
9632 F:      drivers/vfio/
9633 F:      include/linux/vfio.h
9634 F:      include/uapi/linux/vfio.h
9636 VIDEOBUF2 FRAMEWORK
9637 M:      Pawel Osciak <pawel@osciak.com>
9638 M:      Marek Szyprowski <m.szyprowski@samsung.com>
9639 M:      Kyungmin Park <kyungmin.park@samsung.com>
9640 L:      linux-media@vger.kernel.org
9641 S:      Maintained
9642 F:      drivers/media/v4l2-core/videobuf2-*
9643 F:      include/media/videobuf2-*
9645 VIRTIO CONSOLE DRIVER
9646 M:      Amit Shah <amit.shah@redhat.com>
9647 L:      virtualization@lists.linux-foundation.org
9648 S:      Maintained
9649 F:      drivers/char/virtio_console.c
9650 F:      include/linux/virtio_console.h
9651 F:      include/uapi/linux/virtio_console.h
9653 VIRTIO CORE, NET AND BLOCK DRIVERS
9654 M:      Rusty Russell <rusty@rustcorp.com.au>
9655 M:      "Michael S. Tsirkin" <mst@redhat.com>
9656 L:      virtualization@lists.linux-foundation.org
9657 S:      Maintained
9658 F:      drivers/virtio/
9659 F:      tools/virtio/
9660 F:      drivers/net/virtio_net.c
9661 F:      drivers/block/virtio_blk.c
9662 F:      include/linux/virtio_*.h
9663 F:      include/uapi/linux/virtio_*.h
9665 VIRTIO HOST (VHOST)
9666 M:      "Michael S. Tsirkin" <mst@redhat.com>
9667 L:      kvm@vger.kernel.org
9668 L:      virtualization@lists.linux-foundation.org
9669 L:      netdev@vger.kernel.org
9670 S:      Maintained
9671 F:      drivers/vhost/
9672 F:      include/uapi/linux/vhost.h
9674 VIA RHINE NETWORK DRIVER
9675 M:      Roger Luethi <rl@hellgate.ch>
9676 S:      Maintained
9677 F:      drivers/net/ethernet/via/via-rhine.c
9679 VIA SD/MMC CARD CONTROLLER DRIVER
9680 M:      Bruce Chang <brucechang@via.com.tw>
9681 M:      Harald Welte <HaraldWelte@viatech.com>
9682 S:      Maintained
9683 F:      drivers/mmc/host/via-sdmmc.c
9685 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
9686 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
9687 L:      linux-fbdev@vger.kernel.org
9688 S:      Maintained
9689 F:      include/linux/via-core.h
9690 F:      include/linux/via-gpio.h
9691 F:      include/linux/via_i2c.h
9692 F:      drivers/video/via/
9694 VIA VELOCITY NETWORK DRIVER
9695 M:      Francois Romieu <romieu@fr.zoreil.com>
9696 L:      netdev@vger.kernel.org
9697 S:      Maintained
9698 F:      drivers/net/ethernet/via/via-velocity.*
9700 VIVI VIRTUAL VIDEO DRIVER
9701 M:      Hans Verkuil <hverkuil@xs4all.nl>
9702 L:      linux-media@vger.kernel.org
9703 T:      git git://linuxtv.org/media_tree.git
9704 W:      http://linuxtv.org
9705 S:      Maintained
9706 F:      drivers/media/platform/vivi*
9708 VLAN (802.1Q)
9709 M:      Patrick McHardy <kaber@trash.net>
9710 L:      netdev@vger.kernel.org
9711 S:      Maintained
9712 F:      drivers/net/macvlan.c
9713 F:      include/linux/if_*vlan.h
9714 F:      net/8021q/
9716 VLYNQ BUS
9717 M:      Florian Fainelli <florian@openwrt.org>
9718 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
9719 S:      Maintained
9720 F:      drivers/vlynq/vlynq.c
9721 F:      include/linux/vlynq.h
9723 VME SUBSYSTEM
9724 M:      Martyn Welch <martyn.welch@ge.com>
9725 M:      Manohar Vanga <manohar.vanga@gmail.com>
9726 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9727 L:      devel@driverdev.osuosl.org
9728 S:      Maintained
9729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
9730 F:      Documentation/vme_api.txt
9731 F:      drivers/staging/vme/
9732 F:      drivers/vme/
9733 F:      include/linux/vme*
9735 VMWARE HYPERVISOR INTERFACE
9736 M:      Alok Kataria <akataria@vmware.com>
9737 L:      virtualization@lists.linux-foundation.org
9738 S:      Supported
9739 F:      arch/x86/kernel/cpu/vmware.c
9741 VMWARE BALLOON DRIVER
9742 M:      Xavier Deguillard <xdeguillard@vmware.com>
9743 M:      Philip Moltmann <moltmann@vmware.com>
9744 M:      "VMware, Inc." <pv-drivers@vmware.com>
9745 L:      linux-kernel@vger.kernel.org
9746 S:      Maintained
9747 F:      drivers/misc/vmw_balloon.c
9749 VMWARE VMXNET3 ETHERNET DRIVER
9750 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
9751 M:      "VMware, Inc." <pv-drivers@vmware.com>
9752 L:      netdev@vger.kernel.org
9753 S:      Maintained
9754 F:      drivers/net/vmxnet3/
9756 VMware PVSCSI driver
9757 M:      Arvind Kumar <arvindkumar@vmware.com>
9758 M:      VMware PV-Drivers <pv-drivers@vmware.com>
9759 L:      linux-scsi@vger.kernel.org
9760 S:      Maintained
9761 F:      drivers/scsi/vmw_pvscsi.c
9762 F:      drivers/scsi/vmw_pvscsi.h
9764 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
9765 M:      Liam Girdwood <lgirdwood@gmail.com>
9766 M:      Mark Brown <broonie@kernel.org>
9767 W:      http://opensource.wolfsonmicro.com/node/15
9768 W:      http://www.slimlogic.co.uk/?p=48
9769 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
9770 S:      Supported
9771 F:      drivers/regulator/
9772 F:      include/linux/regulator/
9774 VT1211 HARDWARE MONITOR DRIVER
9775 M:      Juerg Haefliger <juergh@gmail.com>
9776 L:      lm-sensors@lm-sensors.org
9777 S:      Maintained
9778 F:      Documentation/hwmon/vt1211
9779 F:      drivers/hwmon/vt1211.c
9781 VT8231 HARDWARE MONITOR DRIVER
9782 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
9783 L:      lm-sensors@lm-sensors.org
9784 S:      Maintained
9785 F:      drivers/hwmon/vt8231.c
9787 VUB300 USB to SDIO/SD/MMC bridge chip
9788 M:      Tony Olech <tony.olech@elandigitalsystems.com>
9789 L:      linux-mmc@vger.kernel.org
9790 L:      linux-usb@vger.kernel.org
9791 S:      Supported
9792 F:      drivers/mmc/host/vub300.c
9794 W1 DALLAS'S 1-WIRE BUS
9795 M:      Evgeniy Polyakov <zbr@ioremap.net>
9796 S:      Maintained
9797 F:      Documentation/w1/
9798 F:      drivers/w1/
9800 W83791D HARDWARE MONITORING DRIVER
9801 M:      Marc Hulsman <m.hulsman@tudelft.nl>
9802 L:      lm-sensors@lm-sensors.org
9803 S:      Maintained
9804 F:      Documentation/hwmon/w83791d
9805 F:      drivers/hwmon/w83791d.c
9807 W83793 HARDWARE MONITORING DRIVER
9808 M:      Rudolf Marek <r.marek@assembler.cz>
9809 L:      lm-sensors@lm-sensors.org
9810 S:      Maintained
9811 F:      Documentation/hwmon/w83793
9812 F:      drivers/hwmon/w83793.c
9814 W83795 HARDWARE MONITORING DRIVER
9815 M:      Jean Delvare <jdelvare@suse.de>
9816 L:      lm-sensors@lm-sensors.org
9817 S:      Maintained
9818 F:      drivers/hwmon/w83795.c
9820 W83L51xD SD/MMC CARD INTERFACE DRIVER
9821 M:      Pierre Ossman <pierre@ossman.eu>
9822 S:      Maintained
9823 F:      drivers/mmc/host/wbsd.*
9825 WATCHDOG DEVICE DRIVERS
9826 M:      Wim Van Sebroeck <wim@iguana.be>
9827 L:      linux-watchdog@vger.kernel.org
9828 W:      http://www.linux-watchdog.org/
9829 T:      git git://www.linux-watchdog.org/linux-watchdog.git
9830 S:      Maintained
9831 F:      Documentation/watchdog/
9832 F:      drivers/watchdog/
9833 F:      include/linux/watchdog.h
9834 F:      include/uapi/linux/watchdog.h
9836 WD7000 SCSI DRIVER
9837 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
9838 L:      linux-scsi@vger.kernel.org
9839 S:      Maintained
9840 F:      drivers/scsi/wd7000.c
9842 WIIMOTE HID DRIVER
9843 M:      David Herrmann <dh.herrmann@googlemail.com>
9844 L:      linux-input@vger.kernel.org
9845 S:      Maintained
9846 F:      drivers/hid/hid-wiimote*
9848 WINBOND CIR DRIVER
9849 M:      David Härdeman <david@hardeman.nu>
9850 S:      Maintained
9851 F:      drivers/media/rc/winbond-cir.c
9853 WIMAX STACK
9854 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
9855 M:      linux-wimax@intel.com
9856 L:     wimax@linuxwimax.org (subscribers-only)
9857 S:      Supported
9858 W:      http://linuxwimax.org
9859 F:      Documentation/wimax/README.wimax
9860 F:      include/linux/wimax/debug.h
9861 F:      include/net/wimax.h
9862 F:      include/uapi/linux/wimax.h
9863 F:      net/wimax/
9865 WISTRON LAPTOP BUTTON DRIVER
9866 M:      Miloslav Trmac <mitr@volny.cz>
9867 S:      Maintained
9868 F:      drivers/input/misc/wistron_btns.c
9870 WL3501 WIRELESS PCMCIA CARD DRIVER
9871 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
9872 L:      linux-wireless@vger.kernel.org
9873 W:      http://oops.ghostprotocols.net:81/blog
9874 S:      Maintained
9875 F:      drivers/net/wireless/wl3501*
9877 WM97XX TOUCHSCREEN DRIVERS
9878 M:      Mark Brown <broonie@kernel.org>
9879 M:      Liam Girdwood <lrg@slimlogic.co.uk>
9880 L:      linux-input@vger.kernel.org
9881 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
9882 W:      http://opensource.wolfsonmicro.com/node/7
9883 S:      Supported
9884 F:      drivers/input/touchscreen/*wm97*
9885 F:      include/linux/wm97xx.h
9887 WOLFSON MICROELECTRONICS DRIVERS
9888 L:      patches@opensource.wolfsonmicro.com
9889 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
9890 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
9891 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
9892 S:      Supported
9893 F:      Documentation/hwmon/wm83??
9894 F:      arch/arm/mach-s3c64xx/mach-crag6410*
9895 F:      drivers/clk/clk-wm83*.c
9896 F:      drivers/extcon/extcon-arizona.c
9897 F:      drivers/leds/leds-wm83*.c
9898 F:      drivers/gpio/gpio-*wm*.c
9899 F:      drivers/gpio/gpio-arizona.c
9900 F:      drivers/hwmon/wm83??-hwmon.c
9901 F:      drivers/input/misc/wm831x-on.c
9902 F:      drivers/input/touchscreen/wm831x-ts.c
9903 F:      drivers/input/touchscreen/wm97*.c
9904 F:      drivers/mfd/arizona*
9905 F:      drivers/mfd/wm*.c
9906 F:      drivers/power/wm83*.c
9907 F:      drivers/rtc/rtc-wm83*.c
9908 F:      drivers/regulator/wm8*.c
9909 F:      drivers/video/backlight/wm83*_bl.c
9910 F:      drivers/watchdog/wm83*_wdt.c
9911 F:      include/linux/mfd/arizona/
9912 F:      include/linux/mfd/wm831x/
9913 F:      include/linux/mfd/wm8350/
9914 F:      include/linux/mfd/wm8400*
9915 F:      include/linux/wm97xx.h
9916 F:      include/sound/wm????.h
9917 F:      sound/soc/codecs/arizona.?
9918 F:      sound/soc/codecs/wm*
9920 WORKQUEUE
9921 M:      Tejun Heo <tj@kernel.org>
9922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
9923 S:      Maintained
9924 F:      include/linux/workqueue.h
9925 F:      kernel/workqueue.c
9926 F:      Documentation/workqueue.txt
9928 X.25 NETWORK LAYER
9929 M:      Andrew Hendry <andrew.hendry@gmail.com>
9930 L:      linux-x25@vger.kernel.org
9931 S:      Odd Fixes
9932 F:      Documentation/networking/x25*
9933 F:      include/net/x25*
9934 F:      net/x25/
9936 X86 ARCHITECTURE (32-BIT AND 64-BIT)
9937 M:      Thomas Gleixner <tglx@linutronix.de>
9938 M:      Ingo Molnar <mingo@redhat.com>
9939 M:      "H. Peter Anvin" <hpa@zytor.com>
9940 M:      x86@kernel.org
9941 L:      linux-kernel@vger.kernel.org
9942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
9943 S:      Maintained
9944 F:      Documentation/x86/
9945 F:      arch/x86/
9947 X86 PLATFORM DRIVERS
9948 M:      Matthew Garrett <matthew.garrett@nebula.com>
9949 L:      platform-driver-x86@vger.kernel.org
9950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
9951 S:      Maintained
9952 F:      drivers/platform/x86/
9954 X86 MCE INFRASTRUCTURE
9955 M:      Tony Luck <tony.luck@intel.com>
9956 M:      Borislav Petkov <bp@alien8.de>
9957 L:      linux-edac@vger.kernel.org
9958 S:      Maintained
9959 F:      arch/x86/kernel/cpu/mcheck/*
9961 XC2028/3028 TUNER DRIVER
9962 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
9963 L:      linux-media@vger.kernel.org
9964 W:      http://linuxtv.org
9965 T:      git git://linuxtv.org/media_tree.git
9966 S:      Maintained
9967 F:      drivers/media/tuners/tuner-xc2028.*
9969 XEN HYPERVISOR INTERFACE
9970 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9971 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
9972 M:      David Vrabel <david.vrabel@citrix.com>
9973 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
9975 S:      Supported
9976 F:      arch/x86/xen/
9977 F:      drivers/*/xen-*front.c
9978 F:      drivers/xen/
9979 F:      arch/x86/include/asm/xen/
9980 F:      include/xen/
9981 F:      include/uapi/xen/
9983 XEN HYPERVISOR ARM
9984 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9985 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9986 S:      Supported
9987 F:      arch/arm/xen/
9988 F:      arch/arm/include/asm/xen/
9990 XEN HYPERVISOR ARM64
9991 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
9992 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
9993 S:      Supported
9994 F:      arch/arm64/xen/
9995 F:      arch/arm64/include/asm/xen/
9997 XEN NETWORK BACKEND DRIVER
9998 M:      Ian Campbell <ian.campbell@citrix.com>
9999 M:      Wei Liu <wei.liu2@citrix.com>
10000 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10001 L:      netdev@vger.kernel.org
10002 S:      Supported
10003 F:      drivers/net/xen-netback/*
10005 XEN PCI SUBSYSTEM
10006 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10007 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10008 S:      Supported
10009 F:      arch/x86/pci/*xen*
10010 F:      drivers/pci/*xen*
10012 XEN SWIOTLB SUBSYSTEM
10013 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10014 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10015 S:      Supported
10016 F:      arch/x86/xen/*swiotlb*
10017 F:      drivers/xen/*swiotlb*
10019 XFS FILESYSTEM
10020 P:      Silicon Graphics Inc
10021 M:      Dave Chinner <david@fromorbit.com>
10022 M:      xfs@oss.sgi.com
10023 L:      xfs@oss.sgi.com
10024 W:      http://oss.sgi.com/projects/xfs
10025 T:      git git://oss.sgi.com/xfs/xfs.git
10026 S:      Supported
10027 F:      Documentation/filesystems/xfs.txt
10028 F:      fs/xfs/
10030 XILINX AXI ETHERNET DRIVER
10031 M:      Anirudha Sarangi <anirudh@xilinx.com>
10032 M:      John Linn <John.Linn@xilinx.com>
10033 S:      Maintained
10034 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10036 XILINX SYSTEMACE DRIVER
10037 S:      Orphan
10038 F:      drivers/block/xsysace.c
10040 XILINX UARTLITE SERIAL DRIVER
10041 M:      Peter Korsgaard <jacmet@sunsite.dk>
10042 L:      linux-serial@vger.kernel.org
10043 S:      Maintained
10044 F:      drivers/tty/serial/uartlite.c
10046 XTENSA XTFPGA PLATFORM SUPPORT
10047 M:      Max Filippov <jcmvbkbc@gmail.com>
10048 L:      linux-xtensa@linux-xtensa.org
10049 S:      Maintained
10050 F:      drivers/spi/spi-xtensa-xtfpga.c
10052 YAM DRIVER FOR AX.25
10053 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10054 L:      linux-hams@vger.kernel.org
10055 S:      Maintained
10056 F:      drivers/net/hamradio/yam*
10057 F:      include/linux/yam.h
10059 YEALINK PHONE DRIVER
10060 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10061 L:      usbb2k-api-dev@nongnu.org
10062 S:      Maintained
10063 F:      Documentation/input/yealink.txt
10064 F:      drivers/input/misc/yealink.*
10066 Z8530 DRIVER FOR AX.25
10067 M:      Joerg Reuter <jreuter@yaina.de>
10068 W:      http://yaina.de/jreuter/
10069 W:      http://www.qsl.net/dl1bke/
10070 L:      linux-hams@vger.kernel.org
10071 S:      Maintained
10072 F:      Documentation/networking/z8530drv.txt
10073 F:      drivers/net/hamradio/*scc.c
10074 F:      drivers/net/hamradio/z8530.h
10076 ZBUD COMPRESSED PAGE ALLOCATOR
10077 M:      Seth Jennings <sjennings@variantweb.net>
10078 L:      linux-mm@kvack.org
10079 S:      Maintained
10080 F:      mm/zbud.c
10081 F:      include/linux/zbud.h
10083 ZD1211RW WIRELESS DRIVER
10084 M:      Daniel Drake <dsd@gentoo.org>
10085 M:      Ulrich Kunitz <kune@deine-taler.de>
10086 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10087 L:      linux-wireless@vger.kernel.org
10088 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10089 S:      Maintained
10090 F:      drivers/net/wireless/zd1211rw/
10092 ZR36067 VIDEO FOR LINUX DRIVER
10093 L:      mjpeg-users@lists.sourceforge.net
10094 L:      linux-media@vger.kernel.org
10095 W:      http://mjpeg.sourceforge.net/driver-zoran/
10096 T:      hg http://linuxtv.org/hg/v4l-dvb
10097 S:      Odd Fixes
10098 F:      drivers/media/pci/zoran/
10100 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10101 M:      Minchan Kim <minchan@kernel.org>
10102 M:      Nitin Gupta <ngupta@vflare.org>
10103 L:      linux-kernel@vger.kernel.org
10104 S:      Maintained
10105 F:      drivers/block/zram/
10106 F:      Documentation/blockdev/zram.txt
10108 ZS DECSTATION Z85C30 SERIAL DRIVER
10109 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10110 S:      Maintained
10111 F:      drivers/tty/serial/zs.*
10113 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10114 M:      Minchan Kim <minchan@kernel.org>
10115 M:      Nitin Gupta <ngupta@vflare.org>
10116 L:      linux-mm@kvack.org
10117 S:      Maintained
10118 F:      mm/zsmalloc.c
10119 F:      include/linux/zsmalloc.h
10121 ZSWAP COMPRESSED SWAP CACHING
10122 M:      Seth Jennings <sjennings@variantweb.net>
10123 L:      linux-mm@kvack.org
10124 S:      Maintained
10125 F:      mm/zswap.c
10127 THE REST
10128 M:      Linus Torvalds <torvalds@linux-foundation.org>
10129 L:      linux-kernel@vger.kernel.org
10130 Q:      http://patchwork.kernel.org/project/LKML/list/
10131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10132 S:      Buried alive in reporters
10133 F:      *
10134 F:      */