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