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