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