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