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