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