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