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