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