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