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