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