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