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