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