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