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