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