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