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