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