]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
[media] media: fix au0828_analog_register() to not free au0828_dev
[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         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 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/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA TRIPLE SPEED ETHERNET DRIVER
567 M:      Vince Bridgers <vbridger@opensource.altera.com>
568 L:      netdev@vger.kernel.org
569 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570 S:      Maintained
571 F:      drivers/net/ethernet/altera/
572
573 ALTERA UART/JTAG UART SERIAL DRIVERS
574 M:      Tobias Klauser <tklauser@distanz.ch>
575 L:      linux-serial@vger.kernel.org
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/tty/serial/altera_uart.c
579 F:      drivers/tty/serial/altera_jtaguart.c
580 F:      include/linux/altera_uart.h
581 F:      include/linux/altera_jtaguart.h
582
583 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
584 M:      Tom Lendacky <thomas.lendacky@amd.com>
585 L:      linux-crypto@vger.kernel.org
586 S:      Supported
587 F:      drivers/crypto/ccp/
588 F:      include/linux/ccp.h
589
590 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
591 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
592 L:      lm-sensors@lm-sensors.org
593 S:      Maintained
594 F:      Documentation/hwmon/fam15h_power
595 F:      drivers/hwmon/fam15h_power.c
596
597 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
598 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
599 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
600 S:      Supported
601 F:      drivers/usb/gadget/udc/amd5536udc.*
602
603 AMD GEODE PROCESSOR/CHIPSET SUPPORT
604 P:      Andres Salomon <dilinger@queued.net>
605 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
606 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
607 S:      Supported
608 F:      drivers/char/hw_random/geode-rng.c
609 F:      drivers/crypto/geode*
610 F:      drivers/video/fbdev/geode/
611 F:      arch/x86/include/asm/geode.h
612
613 AMD IOMMU (AMD-VI)
614 M:      Joerg Roedel <joro@8bytes.org>
615 L:      iommu@lists.linux-foundation.org
616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
617 S:      Maintained
618 F:      drivers/iommu/amd_iommu*.[ch]
619 F:      include/linux/amd-iommu.h
620
621 AMD KFD
622 M:      Oded Gabbay <oded.gabbay@amd.com>
623 L:      dri-devel@lists.freedesktop.org
624 T:      git git://people.freedesktop.org/~gabbayo/linux.git
625 S:      Supported
626 F:      drivers/gpu/drm/amd/amdkfd/
627 F:      drivers/gpu/drm/radeon/radeon_kfd.c
628 F:      drivers/gpu/drm/radeon/radeon_kfd.h
629 F:      include/uapi/linux/kfd_ioctl.h
630
631 AMD MICROCODE UPDATE SUPPORT
632 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
633 L:      amd64-microcode@amd64.org
634 S:      Maintained
635 F:      arch/x86/kernel/cpu/microcode/amd*
636
637 AMD XGBE DRIVER
638 M:      Tom Lendacky <thomas.lendacky@amd.com>
639 L:      netdev@vger.kernel.org
640 S:      Supported
641 F:      drivers/net/ethernet/amd/xgbe/
642 F:      drivers/net/phy/amd-xgbe-phy.c
643
644 AMS (Apple Motion Sensor) DRIVER
645 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
646 S:      Supported
647 F:      drivers/macintosh/ams/
648
649 AMSO1100 RNIC DRIVER
650 M:      Tom Tucker <tom@opengridcomputing.com>
651 M:      Steve Wise <swise@opengridcomputing.com>
652 L:      linux-rdma@vger.kernel.org
653 S:      Maintained
654 F:      drivers/infiniband/hw/amso1100/
655
656 ANALOG DEVICES INC AD9389B DRIVER
657 M:      Hans Verkuil <hans.verkuil@cisco.com>
658 L:      linux-media@vger.kernel.org
659 S:      Maintained
660 F:      drivers/media/i2c/ad9389b*
661
662 ANALOG DEVICES INC ADV7180 DRIVER
663 M:      Lars-Peter Clausen <lars@metafoo.de>
664 L:      linux-media@vger.kernel.org
665 W:      http://ez.analog.com/community/linux-device-drivers
666 S:      Supported
667 F:      drivers/media/i2c/adv7180.c
668
669 ANALOG DEVICES INC ADV7511 DRIVER
670 M:      Hans Verkuil <hans.verkuil@cisco.com>
671 L:      linux-media@vger.kernel.org
672 S:      Maintained
673 F:      drivers/media/i2c/adv7511*
674
675 ANALOG DEVICES INC ADV7604 DRIVER
676 M:      Hans Verkuil <hans.verkuil@cisco.com>
677 L:      linux-media@vger.kernel.org
678 S:      Maintained
679 F:      drivers/media/i2c/adv7604*
680
681 ANALOG DEVICES INC ADV7842 DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/adv7842*
686
687 ANALOG DEVICES INC ASOC CODEC DRIVERS
688 M:      Lars-Peter Clausen <lars@metafoo.de>
689 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
690 W:      http://wiki.analog.com/
691 W:      http://ez.analog.com/community/linux-device-drivers
692 S:      Supported
693 F:      sound/soc/codecs/adau*
694 F:      sound/soc/codecs/adav*
695 F:      sound/soc/codecs/ad1*
696 F:      sound/soc/codecs/ad7*
697 F:      sound/soc/codecs/ssm*
698 F:      sound/soc/codecs/sigmadsp.*
699
700 ANALOG DEVICES INC ASOC DRIVERS
701 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
702 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
703 W:      http://blackfin.uclinux.org/
704 S:      Supported
705 F:      sound/soc/blackfin/*
706
707 ANALOG DEVICES INC IIO DRIVERS
708 M:      Lars-Peter Clausen <lars@metafoo.de>
709 M:      Michael Hennerich <Michael.Hennerich@analog.com>
710 W:      http://wiki.analog.com/
711 W:      http://ez.analog.com/community/linux-device-drivers
712 S:      Supported
713 F:      drivers/iio/*/ad*
714 X:      drivers/iio/*/adjd*
715 F:      drivers/staging/iio/*/ad*
716 F:      staging/iio/trigger/iio-trig-bfin-timer.c
717
718 AOA (Apple Onboard Audio) ALSA DRIVER
719 M:      Johannes Berg <johannes@sipsolutions.net>
720 L:      linuxppc-dev@lists.ozlabs.org
721 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
722 S:      Maintained
723 F:      sound/aoa/
724
725 APM DRIVER
726 M:      Jiri Kosina <jkosina@suse.cz>
727 S:      Odd fixes
728 F:      arch/x86/kernel/apm_32.c
729 F:      include/linux/apm_bios.h
730 F:      include/uapi/linux/apm_bios.h
731 F:      drivers/char/apm-emulation.c
732
733 APPLE BCM5974 MULTITOUCH DRIVER
734 M:      Henrik Rydberg <rydberg@bitmath.org>
735 L:      linux-input@vger.kernel.org
736 S:      Odd fixes
737 F:      drivers/input/mouse/bcm5974.c
738
739 APPLE SMC DRIVER
740 M:      Henrik Rydberg <rydberg@bitmath.org>
741 L:      lm-sensors@lm-sensors.org
742 S:      Odd fixes
743 F:      drivers/hwmon/applesmc.c
744
745 APPLETALK NETWORK LAYER
746 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
747 S:      Maintained
748 F:      drivers/net/appletalk/
749 F:      net/appletalk/
750
751 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
752 M:      Iyappan Subramanian <isubramanian@apm.com>
753 M:      Keyur Chudgar <kchudgar@apm.com>
754 S:      Supported
755 F:      drivers/net/ethernet/apm/xgene/
756 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
757
758 APTINA CAMERA SENSOR PLL
759 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
760 L:      linux-media@vger.kernel.org
761 S:      Maintained
762 F:      drivers/media/i2c/aptina-pll.*
763
764 ARC FRAMEBUFFER DRIVER
765 M:      Jaya Kumar <jayalk@intworks.biz>
766 S:      Maintained
767 F:      drivers/video/fbdev/arcfb.c
768 F:      drivers/video/fbdev/core/fb_defio.c
769
770 ARM MFM AND FLOPPY DRIVERS
771 M:      Ian Molton <spyro@f2s.com>
772 S:      Maintained
773 F:      arch/arm/lib/floppydma.S
774 F:      arch/arm/include/asm/floppy.h
775
776 ARM PMU PROFILING AND DEBUGGING
777 M:      Will Deacon <will.deacon@arm.com>
778 S:      Maintained
779 F:      arch/arm/kernel/perf_event*
780 F:      arch/arm/oprofile/common.c
781 F:      arch/arm/include/asm/pmu.h
782 F:      arch/arm/kernel/hw_breakpoint.c
783 F:      arch/arm/include/asm/hw_breakpoint.h
784
785 ARM PORT
786 M:      Russell King <linux@arm.linux.org.uk>
787 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
788 W:      http://www.arm.linux.org.uk/
789 S:      Maintained
790 F:      arch/arm/
791
792 ARM SUB-ARCHITECTURES
793 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
794 S:      Maintained
795 F:      arch/arm/mach-*/
796 F:      arch/arm/plat-*/
797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
798
799 ARM PRIMECELL AACI PL041 DRIVER
800 M:      Russell King <linux@arm.linux.org.uk>
801 S:      Maintained
802 F:      sound/arm/aaci.*
803
804 ARM PRIMECELL CLCD PL110 DRIVER
805 M:      Russell King <linux@arm.linux.org.uk>
806 S:      Maintained
807 F:      drivers/video/fbdev/amba-clcd.*
808
809 ARM PRIMECELL KMI PL050 DRIVER
810 M:      Russell King <linux@arm.linux.org.uk>
811 S:      Maintained
812 F:      drivers/input/serio/ambakmi.*
813 F:      include/linux/amba/kmi.h
814
815 ARM PRIMECELL MMCI PL180/1 DRIVER
816 M:      Russell King <linux@arm.linux.org.uk>
817 S:      Maintained
818 F:      drivers/mmc/host/mmci.*
819 F:      include/linux/amba/mmci.h
820
821 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
822 M:      Russell King <linux@arm.linux.org.uk>
823 S:      Maintained
824 F:      drivers/tty/serial/amba-pl01*.c
825 F:      include/linux/amba/serial.h
826
827 ARM PRIMECELL BUS SUPPORT
828 M:      Russell King <linux@arm.linux.org.uk>
829 S:      Maintained
830 F:      drivers/amba/
831 F:      include/linux/amba/bus.h
832
833 ARM/ADS SPHERE MACHINE SUPPORT
834 M:      Lennert Buytenhek <kernel@wantstofly.org>
835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
836 S:      Maintained
837
838 ARM/AFEB9260 MACHINE SUPPORT
839 M:      Sergey Lapin <slapin@ossfans.org>
840 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
841 S:      Maintained
842
843 ARM/AJECO 1ARM MACHINE SUPPORT
844 M:      Lennert Buytenhek <kernel@wantstofly.org>
845 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
846 S:      Maintained
847
848 ARM/Allwinner A1X SoC support
849 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
850 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
851 S:      Maintained
852 N:      sun[x4567]i
853
854 ARM/Allwinner SoC Clock Support
855 M:      Emilio López <emilio@elopez.com.ar>
856 S:      Maintained
857 F:      drivers/clk/sunxi/
858
859 ARM/Amlogic MesonX SoC support
860 M:      Carlo Caione <carlo@caione.org>
861 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
862 S:      Maintained
863 F:      drivers/media/rc/meson-ir.c
864 N:      meson[x68]
865
866 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
867 M:      Andrew Victor <linux@maxim.org.za>
868 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
869 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
870 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
871 W:      http://maxim.org.za/at91_26.html
872 W:      http://www.linux4sam.org
873 S:      Supported
874 F:      arch/arm/mach-at91/
875 F:      include/soc/at91/
876 F:      arch/arm/boot/dts/at91*.dts
877 F:      arch/arm/boot/dts/at91*.dtsi
878 F:      arch/arm/boot/dts/sama*.dts
879 F:      arch/arm/boot/dts/sama*.dtsi
880
881 ARM/ATMEL AT91 Clock Support
882 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
883 S:      Maintained
884 F:      drivers/clk/at91
885
886 ARM/CALXEDA HIGHBANK ARCHITECTURE
887 M:      Rob Herring <robh@kernel.org>
888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
889 S:      Maintained
890 F:      arch/arm/mach-highbank/
891
892 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
893 M:      Krzysztof Halasa <khalasa@piap.pl>
894 S:      Maintained
895 F:      arch/arm/mach-cns3xxx/
896
897 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
898 M:      Alexander Shiyan <shc_work@mail.ru>
899 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
900 S:      Odd Fixes
901 N:      clps711x
902
903 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
904 M:      Hartley Sweeten <hsweeten@visionengravers.com>
905 M:      Ryan Mallon <rmallon@gmail.com>
906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
907 S:      Maintained
908 F:      arch/arm/mach-ep93xx/
909 F:      arch/arm/mach-ep93xx/include/mach/
910
911 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
912 M:      Lennert Buytenhek <kernel@wantstofly.org>
913 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
914 S:      Maintained
915
916 ARM/CLKDEV SUPPORT
917 M:      Russell King <linux@arm.linux.org.uk>
918 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
919 S:      Maintained
920 F:      arch/arm/include/asm/clkdev.h
921 F:      drivers/clk/clkdev.c
922
923 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
924 M:      Mike Rapoport <mike@compulab.co.il>
925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
926 S:      Maintained
927
928 ARM/CONTEC MICRO9 MACHINE SUPPORT
929 M:      Hubert Feurstein <hubert.feurstein@contec.at>
930 S:      Maintained
931 F:      arch/arm/mach-ep93xx/micro9.c
932
933 ARM/CORESIGHT FRAMEWORK AND DRIVERS
934 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
935 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
936 S:      Maintained
937 F:      drivers/coresight/*
938 F:      Documentation/trace/coresight.txt
939 F:      Documentation/devicetree/bindings/arm/coresight.txt
940 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
941
942 ARM/CORGI MACHINE SUPPORT
943 M:      Richard Purdie <rpurdie@rpsys.net>
944 S:      Maintained
945
946 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
947 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
948 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
949 T:      git git://git.berlios.de/gemini-board
950 S:      Maintained
951 F:      arch/arm/mach-gemini/
952
953 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
954 M:      Barry Song <baohua@kernel.org>
955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
957 S:      Maintained
958 F:      arch/arm/mach-prima2/
959 F:      drivers/clk/sirf/
960 F:      drivers/clocksource/timer-prima2.c
961 F:      drivers/clocksource/timer-marco.c
962 N:      [^a-z]sirf
963
964 ARM/EBSA110 MACHINE SUPPORT
965 M:      Russell King <linux@arm.linux.org.uk>
966 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
967 W:      http://www.arm.linux.org.uk/
968 S:      Maintained
969 F:      arch/arm/mach-ebsa110/
970 F:      drivers/net/ethernet/amd/am79c961a.*
971
972 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
973 M:      Uwe Kleine-König <kernel@pengutronix.de>
974 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
975 S:      Maintained
976 N:      efm32
977
978 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
979 M:      Daniel Ribeiro <drwyrm@gmail.com>
980 M:      Stefan Schmidt <stefan@openezx.org>
981 M:      Harald Welte <laforge@openezx.org>
982 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
983 W:      http://www.openezx.org/
984 S:      Maintained
985 T:      topgit git://git.openezx.org/openezx.git
986 F:      arch/arm/mach-pxa/ezx.c
987
988 ARM/FARADAY FA526 PORT
989 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S:      Maintained
992 T:      git git://git.berlios.de/gemini-board
993 F:      arch/arm/mm/*-fa*
994
995 ARM/FOOTBRIDGE ARCHITECTURE
996 M:      Russell King <linux@arm.linux.org.uk>
997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 W:      http://www.arm.linux.org.uk/
999 S:      Maintained
1000 F:      arch/arm/include/asm/hardware/dec21285.h
1001 F:      arch/arm/mach-footbridge/
1002
1003 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1004 M:      Shawn Guo <shawn.guo@linaro.org>
1005 M:      Sascha Hauer <kernel@pengutronix.de>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 S:      Maintained
1008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1009 F:      arch/arm/mach-imx/
1010 F:      arch/arm/mach-mxs/
1011 F:      arch/arm/boot/dts/imx*
1012 F:      arch/arm/configs/imx*_defconfig
1013
1014 ARM/GLOMATION GESBC9312SX 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/GUMSTIX MACHINE SUPPORT
1020 M:      Steve Sakoman <sakoman@gmail.com>
1021 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1022 S:      Maintained
1023
1024 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1025 M:      Philipp Zabel <philipp.zabel@gmail.com>
1026 M:      Paul Parsons <lost.distance@yahoo.com>
1027 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1028 S:      Maintained
1029 F:      arch/arm/mach-pxa/hx4700.c
1030 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1031 F:      sound/soc/pxa/hx4700.c
1032
1033 ARM/HISILICON SOC SUPPORT
1034 M:      Wei Xu <xuwei5@hisilicon.com>
1035 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1036 W:      http://www.hisilicon.com
1037 S:      Supported
1038 T:      git git://github.com/hisilicon/linux-hisi.git
1039 F:      arch/arm/mach-hisi/
1040
1041 ARM/HP JORNADA 7XX MACHINE SUPPORT
1042 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1043 W:      www.jlime.com
1044 S:      Maintained
1045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1046 F:      arch/arm/mach-sa1100/jornada720.c
1047 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1048
1049 ARM/IGEP MACHINE SUPPORT
1050 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1051 M:      Javier Martinez Canillas <javier@dowhile0.org>
1052 L:      linux-omap@vger.kernel.org
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 S:      Maintained
1055 F:      arch/arm/boot/dts/omap3-igep*
1056
1057 ARM/INCOME PXA270 SUPPORT
1058 M:      Marek Vasut <marek.vasut@gmail.com>
1059 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1060 S:      Maintained
1061 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1062
1063 ARM/INTEL IOP32X ARM ARCHITECTURE
1064 M:      Lennert Buytenhek <kernel@wantstofly.org>
1065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1066 S:      Maintained
1067
1068 ARM/INTEL IOP33X ARM ARCHITECTURE
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Orphan
1071
1072 ARM/INTEL IOP13XX ARM ARCHITECTURE
1073 M:      Lennert Buytenhek <kernel@wantstofly.org>
1074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1075 S:      Maintained
1076
1077 ARM/INTEL IQ81342EX MACHINE SUPPORT
1078 M:      Lennert Buytenhek <kernel@wantstofly.org>
1079 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1080 S:      Maintained
1081
1082 ARM/INTEL IXDP2850 MACHINE SUPPORT
1083 M:      Lennert Buytenhek <kernel@wantstofly.org>
1084 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1085 S:      Maintained
1086
1087 ARM/INTEL IXP4XX ARM ARCHITECTURE
1088 M:      Imre Kaloz <kaloz@openwrt.org>
1089 M:      Krzysztof Halasa <khalasa@piap.pl>
1090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 S:      Maintained
1092 F:      arch/arm/mach-ixp4xx/
1093
1094 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1095 M:      Jonathan Cameron <jic23@cam.ac.uk>
1096 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1097 S:      Maintained
1098 F:      arch/arm/mach-pxa/stargate2.c
1099 F:      drivers/pcmcia/pxa2xx_stargate2.c
1100
1101 ARM/INTEL XSC3 (MANZANO) ARM CORE
1102 M:      Lennert Buytenhek <kernel@wantstofly.org>
1103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1104 S:      Maintained
1105
1106 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1107 M:      Lennert Buytenhek <kernel@wantstofly.org>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S:      Maintained
1110
1111 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1112 M:      Santosh Shilimkar <ssantosh@kernel.org>
1113 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1114 S:      Maintained
1115 F:      arch/arm/mach-keystone/
1116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1117
1118 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1119 M:      Santosh Shilimkar <ssantosh@kernel.org>
1120 L:      linux-kernel@vger.kernel.org
1121 S:      Maintained
1122 F:      drivers/clk/keystone/
1123
1124 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1125 M:      Santosh Shilimkar <ssantosh@kernel.org>
1126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1127 L:      linux-kernel@vger.kernel.org
1128 S:      Maintained
1129 F:      drivers/clocksource/timer-keystone.c
1130
1131 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1132 M:      Santosh Shilimkar <ssantosh@kernel.org>
1133 L:      linux-kernel@vger.kernel.org
1134 S:      Maintained
1135 F:      drivers/power/reset/keystone-reset.c
1136
1137 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1138 M:      Santosh Shilimkar <ssantosh@kernel.org>
1139 L:      linux-kernel@vger.kernel.org
1140 S:      Maintained
1141 F:      drivers/memory/*emif*
1142
1143 ARM/LOGICPD PXA270 MACHINE SUPPORT
1144 M:      Lennert Buytenhek <kernel@wantstofly.org>
1145 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1146 S:      Maintained
1147
1148 ARM/MAGICIAN MACHINE SUPPORT
1149 M:      Philipp Zabel <philipp.zabel@gmail.com>
1150 S:      Maintained
1151
1152 ARM/Marvell Armada 370 and Armada XP SOC support
1153 M:      Jason Cooper <jason@lakedaemon.net>
1154 M:      Andrew Lunn <andrew@lunn.ch>
1155 M:      Gregory Clement <gregory.clement@free-electrons.com>
1156 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 S:      Maintained
1159 F:      arch/arm/mach-mvebu/
1160
1161 ARM/Marvell Berlin SoC support
1162 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165 F:      arch/arm/mach-berlin/
1166
1167 ARM/Marvell Dove/MV78xx0/Orion SOC support
1168 M:      Jason Cooper <jason@lakedaemon.net>
1169 M:      Andrew Lunn <andrew@lunn.ch>
1170 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1171 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1172 S:      Maintained
1173 F:      arch/arm/mach-dove/
1174 F:      arch/arm/mach-mv78xx0/
1175 F:      arch/arm/mach-orion5x/
1176 F:      arch/arm/plat-orion/
1177
1178 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1179 M:      Alexander Clouter <alex@digriz.org.uk>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 W:      http://www.digriz.org.uk/ts78xx/kernel
1182 S:      Maintained
1183 F:      arch/arm/mach-orion5x/ts78xx-*
1184
1185 ARM/Mediatek SoC support
1186 M:      Matthias Brugger <matthias.bgg@gmail.com>
1187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 S:      Maintained
1189 F:      arch/arm/boot/dts/mt6*
1190 F:      arch/arm/boot/dts/mt8*
1191 F:      arch/arm/mach-mediatek/
1192 N:      mtk
1193 K:      mediatek
1194
1195 ARM/MICREL KS8695 ARCHITECTURE
1196 M:      Greg Ungerer <gerg@uclinux.org>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 F:      arch/arm/mach-ks8695/
1199 S:      Odd Fixes
1200
1201 ARM/MIOA701 MACHINE SUPPORT
1202 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1203 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1204 F:      arch/arm/mach-pxa/mioa701.c
1205 S:      Maintained
1206
1207 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1208 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1209 S:      Maintained
1210
1211 ARM/NOMADIK ARCHITECTURE
1212 M:      Alessandro Rubini <rubini@unipv.it>
1213 M:      Linus Walleij <linus.walleij@linaro.org>
1214 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 S:      Maintained
1216 F:      arch/arm/mach-nomadik/
1217 F:      drivers/pinctrl/nomadik/
1218 F:      drivers/i2c/busses/i2c-nomadik.c
1219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1220
1221 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1222 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1223 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1224 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1225 S:      Supported
1226
1227 ARM/QUALCOMM MSM MACHINE SUPPORT
1228 M:      David Brown <davidb@codeaurora.org>
1229 M:      Daniel Walker <dwalker@fifo99.com>
1230 M:      Bryan Huntsman <bryanh@codeaurora.org>
1231 L:      linux-arm-msm@vger.kernel.org
1232 F:      arch/arm/mach-msm/
1233 F:      drivers/video/fbdev/msm/
1234 F:      drivers/mmc/host/msm_sdcc.c
1235 F:      drivers/mmc/host/msm_sdcc.h
1236 F:      drivers/tty/serial/msm_serial.h
1237 F:      drivers/tty/serial/msm_serial.c
1238 F:      drivers/*/pm8???-*
1239 F:      drivers/mfd/ssbi.c
1240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1241 S:      Maintained
1242
1243 ARM/TOSA MACHINE SUPPORT
1244 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1245 M:      Dirk Opfer <dirk@opfer-online.de>
1246 S:      Maintained
1247
1248 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1249 M:      Marek Vasut <marek.vasut@gmail.com>
1250 L:      linux-arm-kernel@lists.infradead.org
1251 W:      http://hackndev.com
1252 S:      Maintained
1253 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1254 F:      arch/arm/mach-pxa/palmtx.c
1255 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1256 F:      arch/arm/mach-pxa/palmt5.c
1257 F:      arch/arm/mach-pxa/include/mach/palmld.h
1258 F:      arch/arm/mach-pxa/palmld.c
1259 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1260 F:      arch/arm/mach-pxa/palmte2.c
1261 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1262 F:      arch/arm/mach-pxa/palmtc.c
1263
1264 ARM/PALM TREO SUPPORT
1265 M:      Tomas Cech <sleep_walker@suse.cz>
1266 L:      linux-arm-kernel@lists.infradead.org
1267 W:      http://hackndev.com
1268 S:      Maintained
1269 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1270 F:      arch/arm/mach-pxa/palmtreo.c
1271
1272 ARM/PALMZ72 SUPPORT
1273 M:      Sergey Lapin <slapin@ossfans.org>
1274 L:      linux-arm-kernel@lists.infradead.org
1275 W:      http://hackndev.com
1276 S:      Maintained
1277 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1278 F:      arch/arm/mach-pxa/palmz72.c
1279
1280 ARM/PLEB SUPPORT
1281 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1282 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1283 S:      Maintained
1284
1285 ARM/PT DIGITAL BOARD PORT
1286 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 W:      http://www.arm.linux.org.uk/
1289 S:      Maintained
1290
1291 ARM/QUALCOMM SUPPORT
1292 M:      Kumar Gala <galak@codeaurora.org>
1293 M:      David Brown <davidb@codeaurora.org>
1294 L:      linux-arm-msm@vger.kernel.org
1295 S:      Maintained
1296 F:      arch/arm/mach-qcom/
1297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1298
1299 ARM/RADISYS ENP2611 MACHINE SUPPORT
1300 M:      Lennert Buytenhek <kernel@wantstofly.org>
1301 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1302 S:      Maintained
1303
1304 ARM/RISCPC ARCHITECTURE
1305 M:      Russell King <linux@arm.linux.org.uk>
1306 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 W:      http://www.arm.linux.org.uk/
1308 S:      Maintained
1309 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1310 F:      arch/arm/include/asm/hardware/ioc.h
1311 F:      arch/arm/include/asm/hardware/iomd.h
1312 F:      arch/arm/include/asm/hardware/memc.h
1313 F:      arch/arm/mach-rpc/
1314 F:      drivers/net/ethernet/8390/etherh.c
1315 F:      drivers/net/ethernet/i825xx/ether1*
1316 F:      drivers/net/ethernet/seeq/ether3*
1317 F:      drivers/scsi/arm/
1318
1319 ARM/Rockchip SoC support
1320 M:      Heiko Stuebner <heiko@sntech.de>
1321 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1322 L:      linux-rockchip@lists.infradead.org
1323 S:      Maintained
1324 F:      arch/arm/boot/dts/rk3*
1325 F:      arch/arm/mach-rockchip/
1326 F:      drivers/clk/rockchip/
1327 F:      drivers/i2c/busses/i2c-rk3x.c
1328 F:      drivers/*/*rockchip*
1329 F:      drivers/*/*/*rockchip*
1330 F:      sound/soc/rockchip/
1331
1332 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1333 M:      Kukjin Kim <kgene@kernel.org>
1334 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1335 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1336 S:      Maintained
1337 F:      arch/arm/boot/dts/s3c*
1338 F:      arch/arm/boot/dts/exynos*
1339 F:      arch/arm/plat-samsung/
1340 F:      arch/arm/mach-s3c24*/
1341 F:      arch/arm/mach-s3c64xx/
1342 F:      arch/arm/mach-s5p*/
1343 F:      arch/arm/mach-exynos*/
1344 F:      drivers/*/*s3c2410*
1345 F:      drivers/*/*/*s3c2410*
1346 F:      drivers/spi/spi-s3c*
1347 F:      sound/soc/samsung/*
1348 N:      exynos
1349
1350 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1351 M:      Kyungmin Park <kyungmin.park@samsung.com>
1352 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1353 S:      Maintained
1354 F:      arch/arm/mach-s5pv210/
1355
1356 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1357 M:      Kyungmin Park <kyungmin.park@samsung.com>
1358 M:      Kamil Debski <k.debski@samsung.com>
1359 L:      linux-arm-kernel@lists.infradead.org
1360 L:      linux-media@vger.kernel.org
1361 S:      Maintained
1362 F:      drivers/media/platform/s5p-g2d/
1363
1364 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1365 M:      Kyungmin Park <kyungmin.park@samsung.com>
1366 M:      Kamil Debski <k.debski@samsung.com>
1367 M:      Jeongtae Park <jtp.park@samsung.com>
1368 L:      linux-arm-kernel@lists.infradead.org
1369 L:      linux-media@vger.kernel.org
1370 S:      Maintained
1371 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1372 F:      drivers/media/platform/s5p-mfc/
1373
1374 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1375 M:      Kyungmin Park <kyungmin.park@samsung.com>
1376 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1377 L:      linux-arm-kernel@lists.infradead.org
1378 L:      linux-media@vger.kernel.org
1379 S:      Maintained
1380 F:      drivers/media/platform/s5p-tv/
1381
1382 ARM/SHMOBILE ARM ARCHITECTURE
1383 M:      Simon Horman <horms@verge.net.au>
1384 M:      Magnus Damm <magnus.damm@gmail.com>
1385 L:      linux-sh@vger.kernel.org
1386 W:      http://oss.renesas.com
1387 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1389 S:      Supported
1390 F:      arch/arm/boot/dts/emev2*
1391 F:      arch/arm/boot/dts/r7s*
1392 F:      arch/arm/boot/dts/r8a*
1393 F:      arch/arm/boot/dts/sh*
1394 F:      arch/arm/configs/ape6evm_defconfig
1395 F:      arch/arm/configs/armadillo800eva_defconfig
1396 F:      arch/arm/configs/bockw_defconfig
1397 F:      arch/arm/configs/kzm9g_defconfig
1398 F:      arch/arm/configs/lager_defconfig
1399 F:      arch/arm/configs/mackerel_defconfig
1400 F:      arch/arm/configs/marzen_defconfig
1401 F:      arch/arm/configs/shmobile_defconfig
1402 F:      arch/arm/include/debug/renesas-scif.S
1403 F:      arch/arm/mach-shmobile/
1404 F:      drivers/sh/
1405
1406 ARM/SOCFPGA ARCHITECTURE
1407 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1408 S:      Maintained
1409 F:      arch/arm/mach-socfpga/
1410 W:      http://www.rocketboards.org
1411 T:      git://git.rocketboards.org/linux-socfpga.git
1412 T:      git://git.rocketboards.org/linux-socfpga-next.git
1413
1414 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1415 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1416 S:      Maintained
1417 F:      drivers/clk/socfpga/
1418
1419 ARM/SOCFPGA EDAC SUPPORT
1420 M:      Thor Thayer <tthayer@opensource.altera.com>
1421 S:      Maintained
1422 F:      drivers/edac/altera_edac.
1423
1424 ARM/STI ARCHITECTURE
1425 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1426 M:      Maxime Coquelin <maxime.coquelin@st.com>
1427 M:      Patrice Chotard <patrice.chotard@st.com>
1428 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1429 L:      kernel@stlinux.com
1430 W:      http://www.stlinux.com
1431 S:      Maintained
1432 F:      arch/arm/mach-sti/
1433 F:      arch/arm/boot/dts/sti*
1434 F:      drivers/clocksource/arm_global_timer.c
1435 F:      drivers/i2c/busses/i2c-st.c
1436 F:      drivers/media/rc/st_rc.c
1437 F:      drivers/mmc/host/sdhci-st.c
1438 F:      drivers/phy/phy-stih407-usb.c
1439 F:      drivers/phy/phy-stih41x-usb.c
1440 F:      drivers/pinctrl/pinctrl-st.c
1441 F:      drivers/reset/sti/
1442 F:      drivers/tty/serial/st-asc.c
1443 F:      drivers/usb/dwc3/dwc3-st.c
1444 F:      drivers/usb/host/ehci-st.c
1445 F:      drivers/usb/host/ohci-st.c
1446 F:      drivers/ata/ahci_st.c
1447
1448 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1449 M:      Lennert Buytenhek <kernel@wantstofly.org>
1450 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1451 S:      Maintained
1452
1453 ARM/TETON BGA MACHINE SUPPORT
1454 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1455 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1456 S:      Maintained
1457
1458 ARM/THECUS N2100 MACHINE SUPPORT
1459 M:      Lennert Buytenhek <kernel@wantstofly.org>
1460 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1461 S:      Maintained
1462
1463 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1464 M:      Wan ZongShun <mcuos.com@gmail.com>
1465 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1466 W:      http://www.mcuos.com
1467 S:      Maintained
1468 F:      arch/arm/mach-w90x900/
1469 F:      drivers/input/keyboard/w90p910_keypad.c
1470 F:      drivers/input/touchscreen/w90p910_ts.c
1471 F:      drivers/watchdog/nuc900_wdt.c
1472 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1473 F:      drivers/mtd/nand/nuc900_nand.c
1474 F:      drivers/rtc/rtc-nuc900.c
1475 F:      drivers/spi/spi-nuc900.c
1476 F:      drivers/usb/host/ehci-w90x900.c
1477 F:      drivers/video/fbdev/nuc900fb.c
1478
1479 ARM/U300 MACHINE SUPPORT
1480 M:      Linus Walleij <linus.walleij@linaro.org>
1481 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482 S:      Supported
1483 F:      arch/arm/mach-u300/
1484 F:      drivers/clocksource/timer-u300.c
1485 F:      drivers/i2c/busses/i2c-stu300.c
1486 F:      drivers/rtc/rtc-coh901331.c
1487 F:      drivers/watchdog/coh901327_wdt.c
1488 F:      drivers/dma/coh901318*
1489 F:      drivers/mfd/ab3100*
1490 F:      drivers/rtc/rtc-ab3100.c
1491 F:      drivers/rtc/rtc-coh901331.c
1492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1493
1494 ARM/Ux500 ARM ARCHITECTURE
1495 M:      Linus Walleij <linus.walleij@linaro.org>
1496 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1497 S:      Maintained
1498 F:      arch/arm/mach-ux500/
1499 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1500 F:      drivers/dma/ste_dma40*
1501 F:      drivers/hwspinlock/u8500_hsem.c
1502 F:      drivers/mfd/abx500*
1503 F:      drivers/mfd/ab8500*
1504 F:      drivers/mfd/dbx500*
1505 F:      drivers/mfd/db8500*
1506 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1507 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1508 F:      drivers/rtc/rtc-ab8500.c
1509 F:      drivers/rtc/rtc-pl031.c
1510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1511
1512 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1513 M:      Ulf Hansson <ulf.hansson@linaro.org>
1514 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1515 T:      git git://git.linaro.org/people/ulfh/clk.git
1516 S:      Maintained
1517 F:      drivers/clk/ux500/
1518 F:      include/linux/platform_data/clk-ux500.h
1519
1520 ARM/VERSATILE EXPRESS PLATFORM
1521 M:      Liviu Dudau <liviu.dudau@arm.com>
1522 M:      Sudeep Holla <sudeep.holla@arm.com>
1523 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1524 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1525 S:      Maintained
1526 F:      arch/arm/boot/dts/vexpress*
1527 F:      arch/arm/mach-vexpress/
1528 F:      */*/vexpress*
1529 F:      */*/*/vexpress*
1530 F:      drivers/clk/versatile/clk-vexpress-osc.c
1531 F:      drivers/clocksource/versatile.c
1532
1533 ARM/VFP SUPPORT
1534 M:      Russell King <linux@arm.linux.org.uk>
1535 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1536 W:      http://www.arm.linux.org.uk/
1537 S:      Maintained
1538 F:      arch/arm/vfp/
1539
1540 ARM/VOIPAC PXA270 SUPPORT
1541 M:      Marek Vasut <marek.vasut@gmail.com>
1542 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1543 S:      Maintained
1544 F:      arch/arm/mach-pxa/vpac270.c
1545 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1546
1547 ARM/VT8500 ARM ARCHITECTURE
1548 M:      Tony Prisk <linux@prisktech.co.nz>
1549 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1550 S:      Maintained
1551 F:      arch/arm/mach-vt8500/
1552 F:      drivers/clocksource/vt8500_timer.c
1553 F:      drivers/i2c/busses/i2c-wmt.c
1554 F:      drivers/mmc/host/wmt-sdmmc.c
1555 F:      drivers/pwm/pwm-vt8500.c
1556 F:      drivers/rtc/rtc-vt8500.c
1557 F:      drivers/tty/serial/vt8500_serial.c
1558 F:      drivers/usb/host/ehci-platform.c
1559 F:      drivers/usb/host/uhci-platform.c
1560 F:      drivers/video/fbdev/vt8500lcdfb.*
1561 F:      drivers/video/fbdev/wm8505fb*
1562 F:      drivers/video/fbdev/wmt_ge_rops.*
1563
1564 ARM/ZIPIT Z2 SUPPORT
1565 M:      Marek Vasut <marek.vasut@gmail.com>
1566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1567 S:      Maintained
1568 F:      arch/arm/mach-pxa/z2.c
1569 F:      arch/arm/mach-pxa/include/mach/z2.h
1570
1571 ARM/ZYNQ ARCHITECTURE
1572 M:      Michal Simek <michal.simek@xilinx.com>
1573 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1575 W:      http://wiki.xilinx.com
1576 T:      git git://git.xilinx.com/linux-xlnx.git
1577 S:      Supported
1578 F:      arch/arm/mach-zynq/
1579 F:      drivers/cpuidle/cpuidle-zynq.c
1580 F:      drivers/block/xsysace.c
1581 N:      zynq
1582 N:      xilinx
1583 F:      drivers/clocksource/cadence_ttc_timer.c
1584 F:      drivers/i2c/busses/i2c-cadence.c
1585 F:      drivers/mmc/host/sdhci-of-arasan.c
1586
1587 ARM SMMU DRIVER
1588 M:      Will Deacon <will.deacon@arm.com>
1589 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1590 S:      Maintained
1591 F:      drivers/iommu/arm-smmu.c
1592
1593 ARM64 PORT (AARCH64 ARCHITECTURE)
1594 M:      Catalin Marinas <catalin.marinas@arm.com>
1595 M:      Will Deacon <will.deacon@arm.com>
1596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1597 S:      Maintained
1598 F:      arch/arm64/
1599 F:      Documentation/arm64/
1600
1601 AS3645A LED FLASH CONTROLLER DRIVER
1602 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1603 L:      linux-media@vger.kernel.org
1604 T:      git git://linuxtv.org/media_tree.git
1605 S:      Maintained
1606 F:      drivers/media/i2c/as3645a.c
1607 F:      include/media/as3645a.h
1608
1609 ASC7621 HARDWARE MONITOR DRIVER
1610 M:      George Joseph <george.joseph@fairview5.com>
1611 L:      lm-sensors@lm-sensors.org
1612 S:      Maintained
1613 F:      Documentation/hwmon/asc7621
1614 F:      drivers/hwmon/asc7621.c
1615
1616 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1617 M:      Corentin Chary <corentin.chary@gmail.com>
1618 L:      acpi4asus-user@lists.sourceforge.net
1619 L:      platform-driver-x86@vger.kernel.org
1620 W:      http://acpi4asus.sf.net
1621 S:      Maintained
1622 F:      drivers/platform/x86/asus*.c
1623 F:      drivers/platform/x86/eeepc*.c
1624
1625 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1626 R:      Dan Williams <dan.j.williams@intel.com>
1627 W:      http://sourceforge.net/projects/xscaleiop
1628 S:      Odd fixes
1629 F:      Documentation/crypto/async-tx-api.txt
1630 F:      crypto/async_tx/
1631 F:      drivers/dma/
1632 F:      include/linux/dmaengine.h
1633 F:      include/linux/async_tx.h
1634
1635 AT24 EEPROM DRIVER
1636 M:      Wolfram Sang <wsa@the-dreams.de>
1637 L:      linux-i2c@vger.kernel.org
1638 S:      Maintained
1639 F:      drivers/misc/eeprom/at24.c
1640 F:      include/linux/platform_data/at24.h
1641
1642 ATA OVER ETHERNET (AOE) DRIVER
1643 M:      "Ed L. Cashin" <ecashin@coraid.com>
1644 W:      http://support.coraid.com/support/linux
1645 S:      Supported
1646 F:      Documentation/aoe/
1647 F:      drivers/block/aoe/
1648
1649 ATHEROS ATH GENERIC UTILITIES
1650 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1651 L:      linux-wireless@vger.kernel.org
1652 S:      Supported
1653 F:      drivers/net/wireless/ath/*
1654
1655 ATHEROS ATH5K WIRELESS DRIVER
1656 M:      Jiri Slaby <jirislaby@gmail.com>
1657 M:      Nick Kossifidis <mickflemm@gmail.com>
1658 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1659 L:      linux-wireless@vger.kernel.org
1660 L:      ath5k-devel@lists.ath5k.org
1661 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1662 S:      Maintained
1663 F:      drivers/net/wireless/ath/ath5k/
1664
1665 ATHEROS ATH6KL WIRELESS DRIVER
1666 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1667 L:      linux-wireless@vger.kernel.org
1668 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1669 T:      git git://github.com/kvalo/ath.git
1670 S:      Supported
1671 F:      drivers/net/wireless/ath/ath6kl/
1672
1673 WILOCITY WIL6210 WIRELESS DRIVER
1674 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1675 L:      linux-wireless@vger.kernel.org
1676 L:      wil6210@qca.qualcomm.com
1677 S:      Supported
1678 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1679 F:      drivers/net/wireless/ath/wil6210/
1680 F:      include/uapi/linux/wil6210_uapi.h
1681
1682 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1683 M:      Christian Lamparter <chunkeey@googlemail.com>
1684 L:      linux-wireless@vger.kernel.org
1685 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1686 S:      Maintained
1687 F:      drivers/net/wireless/ath/carl9170/
1688
1689 ATK0110 HWMON DRIVER
1690 M:      Luca Tettamanti <kronos.it@gmail.com>
1691 L:      lm-sensors@lm-sensors.org
1692 S:      Maintained
1693 F:      drivers/hwmon/asus_atk0110.c
1694
1695 ATI_REMOTE2 DRIVER
1696 M:      Ville Syrjala <syrjala@sci.fi>
1697 S:      Maintained
1698 F:      drivers/input/misc/ati_remote2.c
1699
1700 ATLX ETHERNET DRIVERS
1701 M:      Jay Cliburn <jcliburn@gmail.com>
1702 M:      Chris Snook <chris.snook@gmail.com>
1703 L:      netdev@vger.kernel.org
1704 W:      http://sourceforge.net/projects/atl1
1705 W:      http://atl1.sourceforge.net
1706 S:      Maintained
1707 F:      drivers/net/ethernet/atheros/
1708
1709 ATM
1710 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1711 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1712 L:      netdev@vger.kernel.org
1713 W:      http://linux-atm.sourceforge.net
1714 S:      Maintained
1715 F:      drivers/atm/
1716 F:      include/linux/atm*
1717 F:      include/uapi/linux/atm*
1718
1719 ATMEL AT91 / AT32 MCI DRIVER
1720 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1721 S:      Maintained
1722 F:      drivers/mmc/host/atmel-mci.c
1723 F:      drivers/mmc/host/atmel-mci-regs.h
1724
1725 ATMEL AT91 / AT32 SERIAL DRIVER
1726 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1727 S:      Supported
1728 F:      drivers/tty/serial/atmel_serial.c
1729
1730 ATMEL Audio ALSA driver
1731 M:      Bo Shen <voice.shen@atmel.com>
1732 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1733 S:      Supported
1734 F:      sound/soc/atmel
1735
1736 ATMEL DMA DRIVER
1737 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1738 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1739 S:      Supported
1740 F:      drivers/dma/at_hdmac.c
1741 F:      drivers/dma/at_hdmac_regs.h
1742 F:      include/linux/platform_data/dma-atmel.h
1743
1744 ATMEL XDMA DRIVER
1745 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1746 L:      linux-arm-kernel@lists.infradead.org
1747 L:      dmaengine@vger.kernel.org
1748 S:      Supported
1749 F:      drivers/dma/at_xdmac.c
1750
1751 ATMEL I2C DRIVER
1752 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1753 L:      linux-i2c@vger.kernel.org
1754 S:      Supported
1755 F:      drivers/i2c/busses/i2c-at91.c
1756
1757 ATMEL ISI DRIVER
1758 M:      Josh Wu <josh.wu@atmel.com>
1759 L:      linux-media@vger.kernel.org
1760 S:      Supported
1761 F:      drivers/media/platform/soc_camera/atmel-isi.c
1762 F:      include/media/atmel-isi.h
1763
1764 ATMEL LCDFB DRIVER
1765 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1766 L:      linux-fbdev@vger.kernel.org
1767 S:      Maintained
1768 F:      drivers/video/fbdev/atmel_lcdfb.c
1769 F:      include/video/atmel_lcdc.h
1770
1771 ATMEL MACB ETHERNET DRIVER
1772 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1773 S:      Supported
1774 F:      drivers/net/ethernet/cadence/
1775
1776 ATMEL NAND DRIVER
1777 M:      Josh Wu <josh.wu@atmel.com>
1778 L:      linux-mtd@lists.infradead.org
1779 S:      Supported
1780 F:      drivers/mtd/nand/atmel_nand*
1781
1782 ATMEL SPI DRIVER
1783 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1784 S:      Supported
1785 F:      drivers/spi/spi-atmel.*
1786
1787 ATMEL SSC DRIVER
1788 M:      Bo Shen <voice.shen@atmel.com>
1789 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1790 S:      Supported
1791 F:      drivers/misc/atmel-ssc.c
1792 F:      include/linux/atmel-ssc.h
1793
1794 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1795 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1796 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1797 S:      Supported
1798 F:      drivers/misc/atmel_tclib.c
1799 F:      drivers/clocksource/tcb_clksrc.c
1800
1801 ATMEL USBA UDC DRIVER
1802 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1803 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1804 S:      Supported
1805 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1806
1807 ATMEL WIRELESS DRIVER
1808 M:      Simon Kelley <simon@thekelleys.org.uk>
1809 L:      linux-wireless@vger.kernel.org
1810 W:      http://www.thekelleys.org.uk/atmel
1811 W:      http://atmelwlandriver.sourceforge.net/
1812 S:      Maintained
1813 F:      drivers/net/wireless/atmel*
1814
1815 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1816 M:      Bradley Grove <linuxdrivers@attotech.com>
1817 L:      linux-scsi@vger.kernel.org
1818 W:      http://www.attotech.com
1819 S:      Supported
1820 F:      drivers/scsi/esas2r
1821
1822 AUDIT SUBSYSTEM
1823 M:      Paul Moore <paul@paul-moore.com>
1824 M:      Eric Paris <eparis@redhat.com>
1825 L:      linux-audit@redhat.com (moderated for non-subscribers)
1826 W:      http://people.redhat.com/sgrubb/audit/
1827 T:      git git://git.infradead.org/users/pcmoore/audit
1828 S:      Maintained
1829 F:      include/linux/audit.h
1830 F:      include/uapi/linux/audit.h
1831 F:      kernel/audit*
1832
1833 AUXILIARY DISPLAY DRIVERS
1834 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1835 W:      http://miguelojeda.es/auxdisplay.htm
1836 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1837 S:      Maintained
1838 F:      drivers/auxdisplay/
1839 F:      include/linux/cfag12864b.h
1840
1841 AVR32 ARCHITECTURE
1842 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1843 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1844 W:      http://www.atmel.com/products/AVR32/
1845 W:      http://mirror.egtvedt.no/avr32linux.org/
1846 W:      http://avrfreaks.net/
1847 S:      Maintained
1848 F:      arch/avr32/
1849
1850 AVR32/AT32AP MACHINE SUPPORT
1851 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1852 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1853 S:      Maintained
1854 F:      arch/avr32/mach-at32ap/
1855
1856 AX.25 NETWORK LAYER
1857 M:      Ralf Baechle <ralf@linux-mips.org>
1858 L:      linux-hams@vger.kernel.org
1859 W:      http://www.linux-ax25.org/
1860 S:      Maintained
1861 F:      include/uapi/linux/ax25.h
1862 F:      include/net/ax25.h
1863 F:      net/ax25/
1864
1865 AZ6007 DVB DRIVER
1866 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1867 L:      linux-media@vger.kernel.org
1868 W:      http://linuxtv.org
1869 T:      git git://linuxtv.org/media_tree.git
1870 S:      Maintained
1871 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1872
1873 AZTECH FM RADIO RECEIVER DRIVER
1874 M:      Hans Verkuil <hverkuil@xs4all.nl>
1875 L:      linux-media@vger.kernel.org
1876 T:      git git://linuxtv.org/media_tree.git
1877 W:      http://linuxtv.org
1878 S:      Maintained
1879 F:      drivers/media/radio/radio-aztech*
1880
1881 B43 WIRELESS DRIVER
1882 M:      Stefano Brivio <stefano.brivio@polimi.it>
1883 L:      linux-wireless@vger.kernel.org
1884 L:      b43-dev@lists.infradead.org
1885 W:      http://wireless.kernel.org/en/users/Drivers/b43
1886 S:      Maintained
1887 F:      drivers/net/wireless/b43/
1888
1889 B43LEGACY WIRELESS DRIVER
1890 M:      Larry Finger <Larry.Finger@lwfinger.net>
1891 M:      Stefano Brivio <stefano.brivio@polimi.it>
1892 L:      linux-wireless@vger.kernel.org
1893 L:      b43-dev@lists.infradead.org
1894 W:      http://wireless.kernel.org/en/users/Drivers/b43
1895 S:      Maintained
1896 F:      drivers/net/wireless/b43legacy/
1897
1898 BACKLIGHT CLASS/SUBSYSTEM
1899 M:      Jingoo Han <jg1.han@samsung.com>
1900 M:      Lee Jones <lee.jones@linaro.org>
1901 S:      Maintained
1902 F:      drivers/video/backlight/
1903 F:      include/linux/backlight.h
1904
1905 BATMAN ADVANCED
1906 M:      Marek Lindner <mareklindner@neomailbox.ch>
1907 M:      Simon Wunderlich <sw@simonwunderlich.de>
1908 M:      Antonio Quartulli <antonio@meshcoding.com>
1909 L:      b.a.t.m.a.n@lists.open-mesh.org
1910 W:      http://www.open-mesh.org/
1911 S:      Maintained
1912 F:      net/batman-adv/
1913
1914 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1915 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1916 L:      linux-hams@vger.kernel.org
1917 W:      http://www.baycom.org/~tom/ham/ham.html
1918 S:      Maintained
1919 F:      drivers/net/hamradio/baycom*
1920
1921 BCACHE (BLOCK LAYER CACHE)
1922 M:      Kent Overstreet <kmo@daterainc.com>
1923 L:      linux-bcache@vger.kernel.org
1924 W:      http://bcache.evilpiepirate.org
1925 S:      Maintained:
1926 F:      drivers/md/bcache/
1927
1928 BEFS FILE SYSTEM
1929 S:      Orphan
1930 F:      Documentation/filesystems/befs.txt
1931 F:      fs/befs/
1932
1933 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1934 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1935 L: netdev@vger.kernel.org
1936 S: Maintained
1937 F: drivers/net/ethernet/ec_bhf.c
1938
1939 BFS FILE SYSTEM
1940 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1941 S:      Maintained
1942 F:      Documentation/filesystems/bfs.txt
1943 F:      fs/bfs/
1944 F:      include/uapi/linux/bfs_fs.h
1945
1946 BLACKFIN ARCHITECTURE
1947 M:      Steven Miao <realmz6@gmail.com>
1948 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1949 T:      git git://git.code.sf.net/p/adi-linux/code
1950 W:      http://blackfin.uclinux.org
1951 S:      Supported
1952 F:      arch/blackfin/
1953
1954 BLACKFIN EMAC DRIVER
1955 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1956 W:      http://blackfin.uclinux.org
1957 S:      Supported
1958 F:      drivers/net/ethernet/adi/
1959
1960 BLACKFIN RTC DRIVER
1961 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1962 W:      http://blackfin.uclinux.org
1963 S:      Supported
1964 F:      drivers/rtc/rtc-bfin.c
1965
1966 BLACKFIN SDH DRIVER
1967 M:      Sonic Zhang <sonic.zhang@analog.com>
1968 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1969 W:      http://blackfin.uclinux.org
1970 S:      Supported
1971 F:      drivers/mmc/host/bfin_sdh.c
1972
1973 BLACKFIN SERIAL DRIVER
1974 M:      Sonic Zhang <sonic.zhang@analog.com>
1975 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1976 W:      http://blackfin.uclinux.org
1977 S:      Supported
1978 F:      drivers/tty/serial/bfin_uart.c
1979
1980 BLACKFIN WATCHDOG DRIVER
1981 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1982 W:      http://blackfin.uclinux.org
1983 S:      Supported
1984 F:      drivers/watchdog/bfin_wdt.c
1985
1986 BLACKFIN I2C TWI DRIVER
1987 M:      Sonic Zhang <sonic.zhang@analog.com>
1988 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1989 W:      http://blackfin.uclinux.org/
1990 S:      Supported
1991 F:      drivers/i2c/busses/i2c-bfin-twi.c
1992
1993 BLACKFIN MEDIA DRIVER
1994 M:      Scott Jiang <scott.jiang.linux@gmail.com>
1995 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1996 W:      http://blackfin.uclinux.org/
1997 S:      Supported
1998 F:      drivers/media/platform/blackfin/
1999 F:      drivers/media/i2c/adv7183*
2000 F:      drivers/media/i2c/vs6624*
2001
2002 BLINKM RGB LED DRIVER
2003 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2004 S:      Maintained
2005 F:      drivers/leds/leds-blinkm.c
2006
2007 BLOCK LAYER
2008 M:      Jens Axboe <axboe@kernel.dk>
2009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2010 S:      Maintained
2011 F:      block/
2012
2013 BLOCK2MTD DRIVER
2014 M:      Joern Engel <joern@lazybastard.org>
2015 L:      linux-mtd@lists.infradead.org
2016 S:      Maintained
2017 F:      drivers/mtd/devices/block2mtd.c
2018
2019 BLUETOOTH DRIVERS
2020 M:      Marcel Holtmann <marcel@holtmann.org>
2021 M:      Gustavo Padovan <gustavo@padovan.org>
2022 M:      Johan Hedberg <johan.hedberg@gmail.com>
2023 L:      linux-bluetooth@vger.kernel.org
2024 W:      http://www.bluez.org/
2025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2027 S:      Maintained
2028 F:      drivers/bluetooth/
2029
2030 BLUETOOTH SUBSYSTEM
2031 M:      Marcel Holtmann <marcel@holtmann.org>
2032 M:      Gustavo Padovan <gustavo@padovan.org>
2033 M:      Johan Hedberg <johan.hedberg@gmail.com>
2034 L:      linux-bluetooth@vger.kernel.org
2035 W:      http://www.bluez.org/
2036 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2038 S:      Maintained
2039 F:      net/bluetooth/
2040 F:      include/net/bluetooth/
2041
2042 BONDING DRIVER
2043 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2044 M:      Veaceslav Falico <vfalico@gmail.com>
2045 M:      Andy Gospodarek <andy@greyhouse.net>
2046 L:      netdev@vger.kernel.org
2047 W:      http://sourceforge.net/projects/bonding/
2048 S:      Supported
2049 F:      drivers/net/bonding/
2050 F:      include/uapi/linux/if_bonding.h
2051
2052 BPF (Safe dynamic programs and tools)
2053 M:      Alexei Starovoitov <ast@kernel.org>
2054 L:      netdev@vger.kernel.org
2055 L:      linux-kernel@vger.kernel.org
2056 S:      Supported
2057 F:      kernel/bpf/
2058
2059 BROADCOM B44 10/100 ETHERNET DRIVER
2060 M:      Gary Zambrano <zambrano@broadcom.com>
2061 L:      netdev@vger.kernel.org
2062 S:      Supported
2063 F:      drivers/net/ethernet/broadcom/b44.*
2064
2065 BROADCOM GENET ETHERNET DRIVER
2066 M:      Florian Fainelli <f.fainelli@gmail.com>
2067 L:      netdev@vger.kernel.org
2068 S:      Supported
2069 F:      drivers/net/ethernet/broadcom/genet/
2070
2071 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2072 M:      Sony Chacko <sony.chacko@qlogic.com>
2073 M:      Dept-HSGLinuxNICDev@qlogic.com
2074 L:      netdev@vger.kernel.org
2075 S:      Supported
2076 F:      drivers/net/ethernet/broadcom/bnx2.*
2077 F:      drivers/net/ethernet/broadcom/bnx2_*
2078
2079 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2080 M:      Ariel Elior <ariel.elior@qlogic.com>
2081 L:      netdev@vger.kernel.org
2082 S:      Supported
2083 F:      drivers/net/ethernet/broadcom/bnx2x/
2084
2085 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2086 M:      Christian Daudt <bcm@fixthebug.org>
2087 M:      Matt Porter <mporter@linaro.org>
2088 M:      Florian Fainelli <f.fainelli@gmail.com>
2089 L:      bcm-kernel-feedback-list@broadcom.com
2090 T:      git git://github.com/broadcom/mach-bcm
2091 S:      Maintained
2092 F:      arch/arm/mach-bcm/
2093 F:      arch/arm/boot/dts/bcm113*
2094 F:      arch/arm/boot/dts/bcm216*
2095 F:      arch/arm/boot/dts/bcm281*
2096 F:      arch/arm/configs/bcm_defconfig
2097 F:      drivers/mmc/host/sdhci-bcm-kona.c
2098 F:      drivers/clocksource/bcm_kona_timer.c
2099
2100 BROADCOM BCM2835 ARM ARCHITECTURE
2101 M:      Stephen Warren <swarren@wwwdotorg.org>
2102 M:      Lee Jones <lee@kernel.org>
2103 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2105 S:      Maintained
2106 N:      bcm2835
2107
2108 BROADCOM BCM33XX MIPS ARCHITECTURE
2109 M:      Kevin Cernekee <cernekee@gmail.com>
2110 L:      linux-mips@linux-mips.org
2111 S:      Maintained
2112 F:      arch/mips/bcm3384/*
2113 F:      arch/mips/include/asm/mach-bcm3384/*
2114 F:      arch/mips/kernel/*bmips*
2115
2116 BROADCOM BCM5301X ARM ARCHITECTURE
2117 M:      Hauke Mehrtens <hauke@hauke-m.de>
2118 L:      linux-arm-kernel@lists.infradead.org
2119 S:      Maintained
2120 F:      arch/arm/mach-bcm/bcm_5301x.c
2121 F:      arch/arm/boot/dts/bcm5301x.dtsi
2122 F:      arch/arm/boot/dts/bcm470*
2123
2124 BROADCOM BCM63XX ARM ARCHITECTURE
2125 M:      Florian Fainelli <f.fainelli@gmail.com>
2126 L:      linux-arm-kernel@lists.infradead.org
2127 T:      git git://git.github.com/brcm/linux.git
2128 S:      Maintained
2129 F:      arch/arm/mach-bcm/bcm63xx.c
2130 F:      arch/arm/include/debug/bcm63xx.S
2131
2132 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2133 M:      Kevin Cernekee <cernekee@gmail.com>
2134 L:      linux-usb@vger.kernel.org
2135 S:      Maintained
2136 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2137
2138 BROADCOM BCM7XXX ARM ARCHITECTURE
2139 M:      Marc Carino <marc.ceeeee@gmail.com>
2140 M:      Brian Norris <computersforpeace@gmail.com>
2141 M:      Gregory Fong <gregory.0xf0@gmail.com>
2142 M:      Florian Fainelli <f.fainelli@gmail.com>
2143 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2144 S:      Maintained
2145 F:      arch/arm/mach-bcm/*brcmstb*
2146 F:      arch/arm/boot/dts/bcm7*.dts*
2147 F:      drivers/bus/brcmstb_gisb.c
2148
2149 BROADCOM BMIPS MIPS ARCHITECTURE
2150 M:      Kevin Cernekee <cernekee@gmail.com>
2151 M:      Florian Fainelli <f.fainelli@gmail.com>
2152 L:      linux-mips@linux-mips.org
2153 S:      Maintained
2154 F:      arch/mips/bmips/*
2155 F:      arch/mips/include/asm/mach-bmips/*
2156 F:      arch/mips/kernel/*bmips*
2157 F:      arch/mips/boot/dts/bcm*.dts*
2158 F:      drivers/irqchip/irq-bcm7*
2159 F:      drivers/irqchip/irq-brcmstb*
2160
2161 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2162 M:      Prashant Sreedharan <prashant@broadcom.com>
2163 M:      Michael Chan <mchan@broadcom.com>
2164 L:      netdev@vger.kernel.org
2165 S:      Supported
2166 F:      drivers/net/ethernet/broadcom/tg3.*
2167
2168 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2169 M:      Brett Rudley <brudley@broadcom.com>
2170 M:      Arend van Spriel <arend@broadcom.com>
2171 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2172 M:      Hante Meuleman <meuleman@broadcom.com>
2173 L:      linux-wireless@vger.kernel.org
2174 L:      brcm80211-dev-list@broadcom.com
2175 S:      Supported
2176 F:      drivers/net/wireless/brcm80211/
2177
2178 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2179 M:      QLogic-Storage-Upstream@qlogic.com
2180 L:      linux-scsi@vger.kernel.org
2181 S:      Supported
2182 F:      drivers/scsi/bnx2fc/
2183
2184 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2185 M:      QLogic-Storage-Upstream@qlogic.com
2186 L:      linux-scsi@vger.kernel.org
2187 S:      Supported
2188 F:      drivers/scsi/bnx2i/
2189
2190 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2191 M:      Ray Jui <rjui@broadcom.com>
2192 M:      Scott Branden <sbranden@broadcom.com>
2193 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2194 L:      bcm-kernel-feedback-list@broadcom.com
2195 T:      git git://git.github.com/brcm/linux.git
2196 S:      Maintained
2197 N:      iproc
2198 N:      cygnus
2199 N:      bcm9113*
2200 N:      bcm9583*
2201 N:      bcm583*
2202 N:      bcm113*
2203
2204 BROADCOM KONA GPIO DRIVER
2205 M:      Ray Jui <rjui@broadcom.com>
2206 L:      bcm-kernel-feedback-list@broadcom.com
2207 S:      Supported
2208 F:      drivers/gpio/gpio-bcm-kona.c
2209 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2210
2211 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2212 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2213 L:      linux-wireless@vger.kernel.org
2214 S:      Maintained
2215 F:      drivers/bcma/
2216 F:      include/linux/bcma/
2217
2218 BROADCOM SYSTEMPORT ETHERNET DRIVER
2219 M:      Florian Fainelli <f.fainelli@gmail.com>
2220 L:      netdev@vger.kernel.org
2221 S:      Supported
2222 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2223
2224 BROCADE BFA FC SCSI DRIVER
2225 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2226 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2227 L:      linux-scsi@vger.kernel.org
2228 S:      Supported
2229 F:      drivers/scsi/bfa/
2230
2231 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2232 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2233 L:      netdev@vger.kernel.org
2234 S:      Supported
2235 F:      drivers/net/ethernet/brocade/bna/
2236
2237 BSG (block layer generic sg v4 driver)
2238 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2239 L:      linux-scsi@vger.kernel.org
2240 S:      Supported
2241 F:      block/bsg.c
2242 F:      include/linux/bsg.h
2243 F:      include/uapi/linux/bsg.h
2244
2245 BT87X AUDIO DRIVER
2246 M:      Clemens Ladisch <clemens@ladisch.de>
2247 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2248 T:      git git://git.alsa-project.org/alsa-kernel.git
2249 S:      Maintained
2250 F:      Documentation/sound/alsa/Bt87x.txt
2251 F:      sound/pci/bt87x.c
2252
2253 BT8XXGPIO DRIVER
2254 M:      Michael Buesch <m@bues.ch>
2255 W:      http://bu3sch.de/btgpio.php
2256 S:      Maintained
2257 F:      drivers/gpio/gpio-bt8xx.c
2258
2259 BTRFS FILE SYSTEM
2260 M:      Chris Mason <clm@fb.com>
2261 M:      Josef Bacik <jbacik@fb.com>
2262 M:      David Sterba <dsterba@suse.cz>
2263 L:      linux-btrfs@vger.kernel.org
2264 W:      http://btrfs.wiki.kernel.org/
2265 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2267 S:      Maintained
2268 F:      Documentation/filesystems/btrfs.txt
2269 F:      fs/btrfs/
2270
2271 BTTV VIDEO4LINUX DRIVER
2272 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2273 L:      linux-media@vger.kernel.org
2274 W:      http://linuxtv.org
2275 T:      git git://linuxtv.org/media_tree.git
2276 S:      Odd fixes
2277 F:      Documentation/video4linux/bttv/
2278 F:      drivers/media/pci/bt8xx/bttv*
2279
2280 BUSLOGIC SCSI DRIVER
2281 M:      Khalid Aziz <khalid@gonehiking.org>
2282 L:      linux-scsi@vger.kernel.org
2283 S:      Maintained
2284 F:      drivers/scsi/BusLogic.*
2285 F:      drivers/scsi/FlashPoint.*
2286
2287 C-MEDIA CMI8788 DRIVER
2288 M:      Clemens Ladisch <clemens@ladisch.de>
2289 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2290 T:      git git://git.alsa-project.org/alsa-kernel.git
2291 S:      Maintained
2292 F:      sound/pci/oxygen/
2293
2294 C6X ARCHITECTURE
2295 M:      Mark Salter <msalter@redhat.com>
2296 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2297 L:      linux-c6x-dev@linux-c6x.org
2298 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2299 S:      Maintained
2300 F:      arch/c6x/
2301
2302 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2303 M:      David Howells <dhowells@redhat.com>
2304 L:      linux-cachefs@redhat.com
2305 S:      Supported
2306 F:      Documentation/filesystems/caching/cachefiles.txt
2307 F:      fs/cachefiles/
2308
2309 CADET FM/AM RADIO RECEIVER DRIVER
2310 M:      Hans Verkuil <hverkuil@xs4all.nl>
2311 L:      linux-media@vger.kernel.org
2312 T:      git git://linuxtv.org/media_tree.git
2313 W:      http://linuxtv.org
2314 S:      Maintained
2315 F:      drivers/media/radio/radio-cadet*
2316
2317 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2318 M:      Jonathan Corbet <corbet@lwn.net>
2319 L:      linux-media@vger.kernel.org
2320 T:      git git://linuxtv.org/media_tree.git
2321 S:      Maintained
2322 F:      Documentation/video4linux/cafe_ccic
2323 F:      drivers/media/platform/marvell-ccic/
2324
2325 CAIF NETWORK LAYER
2326 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2327 L:      netdev@vger.kernel.org
2328 S:      Supported
2329 F:      Documentation/networking/caif/
2330 F:      drivers/net/caif/
2331 F:      include/uapi/linux/caif/
2332 F:      include/net/caif/
2333 F:      net/caif/
2334
2335 CALGARY x86-64 IOMMU
2336 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2337 M:      "Jon D. Mason" <jdmason@kudzu.us>
2338 L:      discuss@x86-64.org
2339 S:      Maintained
2340 F:      arch/x86/kernel/pci-calgary_64.c
2341 F:      arch/x86/kernel/tce_64.c
2342 F:      arch/x86/include/asm/calgary.h
2343 F:      arch/x86/include/asm/tce.h
2344
2345 CAN NETWORK LAYER
2346 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2347 L:      linux-can@vger.kernel.org
2348 W:      http://gitorious.org/linux-can
2349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2351 S:      Maintained
2352 F:      Documentation/networking/can.txt
2353 F:      net/can/
2354 F:      include/linux/can/core.h
2355 F:      include/uapi/linux/can.h
2356 F:      include/uapi/linux/can/bcm.h
2357 F:      include/uapi/linux/can/raw.h
2358 F:      include/uapi/linux/can/gw.h
2359
2360 CAN NETWORK DRIVERS
2361 M:      Wolfgang Grandegger <wg@grandegger.com>
2362 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2363 L:      linux-can@vger.kernel.org
2364 W:      http://gitorious.org/linux-can
2365 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2367 S:      Maintained
2368 F:      drivers/net/can/
2369 F:      include/linux/can/dev.h
2370 F:      include/linux/can/platform/
2371 F:      include/uapi/linux/can/error.h
2372 F:      include/uapi/linux/can/netlink.h
2373
2374 CAPABILITIES
2375 M:      Serge Hallyn <serge.hallyn@canonical.com>
2376 L:      linux-security-module@vger.kernel.org
2377 S:      Supported
2378 F:      include/linux/capability.h
2379 F:      include/uapi/linux/capability.h
2380 F:      security/capability.c
2381 F:      security/commoncap.c
2382 F:      kernel/capability.c
2383
2384 CC2520 IEEE-802.15.4 RADIO DRIVER
2385 M:      Varka Bhadram <varkabhadram@gmail.com>
2386 L:      linux-wpan@vger.kernel.org
2387 S:      Maintained
2388 F:      drivers/net/ieee802154/cc2520.c
2389 F:      include/linux/spi/cc2520.h
2390 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2391
2392 CELL BROADBAND ENGINE ARCHITECTURE
2393 M:      Arnd Bergmann <arnd@arndb.de>
2394 L:      linuxppc-dev@lists.ozlabs.org
2395 L:      cbe-oss-dev@lists.ozlabs.org
2396 W:      http://www.ibm.com/developerworks/power/cell/
2397 S:      Supported
2398 F:      arch/powerpc/include/asm/cell*.h
2399 F:      arch/powerpc/include/asm/spu*.h
2400 F:      arch/powerpc/include/uapi/asm/spu*.h
2401 F:      arch/powerpc/oprofile/*cell*
2402 F:      arch/powerpc/platforms/cell/
2403
2404 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2405 M:      Sage Weil <sage@inktank.com>
2406 L:      ceph-devel@vger.kernel.org
2407 W:      http://ceph.com/
2408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2409 S:      Supported
2410 F:      Documentation/filesystems/ceph.txt
2411 F:      fs/ceph/
2412 F:      net/ceph/
2413 F:      include/linux/ceph/
2414 F:      include/linux/crush/
2415
2416 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2417 L:      linux-usb@vger.kernel.org
2418 S:      Orphan
2419 F:      Documentation/usb/WUSB-Design-overview.txt
2420 F:      Documentation/usb/wusb-cbaf
2421 F:      drivers/usb/host/hwa-hc.c
2422 F:      drivers/usb/host/whci/
2423 F:      drivers/usb/wusbcore/
2424 F:      include/linux/usb/wusb*
2425
2426 CFAG12864B LCD DRIVER
2427 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2428 W:      http://miguelojeda.es/auxdisplay.htm
2429 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2430 S:      Maintained
2431 F:      drivers/auxdisplay/cfag12864b.c
2432 F:      include/linux/cfag12864b.h
2433
2434 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2435 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2436 W:      http://miguelojeda.es/auxdisplay.htm
2437 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2438 S:      Maintained
2439 F:      drivers/auxdisplay/cfag12864bfb.c
2440 F:      include/linux/cfag12864b.h
2441
2442 CFG80211 and NL80211
2443 M:      Johannes Berg <johannes@sipsolutions.net>
2444 L:      linux-wireless@vger.kernel.org
2445 W:      http://wireless.kernel.org/
2446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2448 S:      Maintained
2449 F:      include/uapi/linux/nl80211.h
2450 F:      include/net/cfg80211.h
2451 F:      net/wireless/*
2452 X:      net/wireless/wext*
2453
2454 CHAR and MISC DRIVERS
2455 M:      Arnd Bergmann <arnd@arndb.de>
2456 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2458 S:      Supported
2459 F:      drivers/char/*
2460 F:      drivers/misc/*
2461 F:      include/linux/miscdevice.h
2462
2463 CHECKPATCH
2464 M:      Andy Whitcroft <apw@canonical.com>
2465 M:      Joe Perches <joe@perches.com>
2466 S:      Maintained
2467 F:      scripts/checkpatch.pl
2468
2469 CHINESE DOCUMENTATION
2470 M:      Harry Wei <harryxiyou@gmail.com>
2471 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2472 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2473 S:      Maintained
2474 F:      Documentation/zh_CN/
2475
2476 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2477 M:      Peter Chen <Peter.Chen@freescale.com>
2478 T:      git git://github.com/hzpeterchen/linux-usb.git
2479 L:      linux-usb@vger.kernel.org
2480 S:      Maintained
2481 F:      drivers/usb/chipidea/
2482
2483 CHROME HARDWARE PLATFORM SUPPORT
2484 M:      Olof Johansson <olof@lixom.net>
2485 S:      Maintained
2486 F:      drivers/platform/chrome/
2487
2488 CISCO VIC ETHERNET NIC DRIVER
2489 M:      Christian Benvenuti <benve@cisco.com>
2490 M:      Sujith Sankar <ssujith@cisco.com>
2491 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2492 M:      Neel Patel <neepatel@cisco.com>
2493 S:      Supported
2494 F:      drivers/net/ethernet/cisco/enic/
2495
2496 CISCO VIC LOW LATENCY NIC DRIVER
2497 M:      Upinder Malhi <umalhi@cisco.com>
2498 S:      Supported
2499 F:      drivers/infiniband/hw/usnic
2500
2501 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2502 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2503 L:      netdev@vger.kernel.org
2504 S:      Maintained
2505 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2506
2507 CIRRUS LOGIC AUDIO CODEC DRIVERS
2508 M:      Brian Austin <brian.austin@cirrus.com>
2509 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2510 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2511 S:      Maintained
2512 F:      sound/soc/codecs/cs*
2513
2514 CLEANCACHE API
2515 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2516 L:      linux-kernel@vger.kernel.org
2517 S:      Maintained
2518 F:      mm/cleancache.c
2519 F:      include/linux/cleancache.h
2520
2521 CLK API
2522 M:      Russell King <linux@arm.linux.org.uk>
2523 S:      Maintained
2524 F:      include/linux/clk.h
2525
2526 CLOCKSOURCE, CLOCKEVENT DRIVERS
2527 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2528 M:      Thomas Gleixner <tglx@linutronix.de>
2529 L:      linux-kernel@vger.kernel.org
2530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2531 S:      Supported
2532 F:      drivers/clocksource
2533
2534 CISCO FCOE HBA DRIVER
2535 M:      Hiral Patel <hiralpat@cisco.com>
2536 M:      Suma Ramars <sramars@cisco.com>
2537 M:      Brian Uchino <buchino@cisco.com>
2538 L:      linux-scsi@vger.kernel.org
2539 S:      Supported
2540 F:      drivers/scsi/fnic/
2541
2542 CMPC ACPI DRIVER
2543 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2544 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2545 L:      platform-driver-x86@vger.kernel.org
2546 S:      Supported
2547 F:      drivers/platform/x86/classmate-laptop.c
2548
2549 COCCINELLE/Semantic Patches (SmPL)
2550 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2551 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2552 M:      Nicolas Palix <nicolas.palix@imag.fr>
2553 M:      Michal Marek <mmarek@suse.cz>
2554 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2556 W:      http://coccinelle.lip6.fr/
2557 S:      Supported
2558 F:      Documentation/coccinelle.txt
2559 F:      scripts/coccinelle/
2560 F:      scripts/coccicheck
2561
2562 CODA FILE SYSTEM
2563 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2564 M:      coda@cs.cmu.edu
2565 L:      codalist@coda.cs.cmu.edu
2566 W:      http://www.coda.cs.cmu.edu/
2567 S:      Maintained
2568 F:      Documentation/filesystems/coda.txt
2569 F:      fs/coda/
2570 F:      include/linux/coda*.h
2571 F:      include/uapi/linux/coda*.h
2572
2573 CODA V4L2 MEM2MEM DRIVER
2574 M:      Philipp Zabel <p.zabel@pengutronix.de>
2575 L:      linux-media@vger.kernel.org
2576 S:      Maintained
2577 F:      Documentation/devicetree/bindings/media/coda.txt
2578 F:      drivers/media/platform/coda/
2579
2580 COMMON CLK FRAMEWORK
2581 M:      Mike Turquette <mturquette@linaro.org>
2582 M:      Stephen Boyd <sboyd@codeaurora.org>
2583 L:      linux-kernel@vger.kernel.org
2584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2585 S:      Maintained
2586 F:      drivers/clk/
2587 X:      drivers/clk/clkdev.c
2588 F:      include/linux/clk-pr*
2589 F:      include/linux/clk/
2590
2591 COMMON INTERNET FILE SYSTEM (CIFS)
2592 M:      Steve French <sfrench@samba.org>
2593 L:      linux-cifs@vger.kernel.org
2594 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2595 W:      http://linux-cifs.samba.org/
2596 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2597 S:      Supported
2598 F:      Documentation/filesystems/cifs/
2599 F:      fs/cifs/
2600
2601 COMPACTPCI HOTPLUG CORE
2602 M:      Scott Murray <scott@spiteful.org>
2603 L:      linux-pci@vger.kernel.org
2604 S:      Maintained
2605 F:      drivers/pci/hotplug/cpci_hotplug*
2606
2607 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2608 M:      Scott Murray <scott@spiteful.org>
2609 L:      linux-pci@vger.kernel.org
2610 S:      Maintained
2611 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2612
2613 COMPACTPCI HOTPLUG GENERIC DRIVER
2614 M:      Scott Murray <scott@spiteful.org>
2615 L:      linux-pci@vger.kernel.org
2616 S:      Maintained
2617 F:      drivers/pci/hotplug/cpcihp_generic.c
2618
2619 COMPAL LAPTOP SUPPORT
2620 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2621 L:      platform-driver-x86@vger.kernel.org
2622 S:      Maintained
2623 F:      drivers/platform/x86/compal-laptop.c
2624
2625 CONEXANT ACCESSRUNNER USB DRIVER
2626 M:      Simon Arlott <cxacru@fire.lp0.eu>
2627 L:      accessrunner-general@lists.sourceforge.net
2628 W:      http://accessrunner.sourceforge.net/
2629 S:      Maintained
2630 F:      drivers/usb/atm/cxacru.c
2631
2632 CONFIGFS
2633 M:      Joel Becker <jlbec@evilplan.org>
2634 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2635 S:      Supported
2636 F:      fs/configfs/
2637 F:      include/linux/configfs.h
2638
2639 CONNECTOR
2640 M:      Evgeniy Polyakov <zbr@ioremap.net>
2641 L:      netdev@vger.kernel.org
2642 S:      Maintained
2643 F:      drivers/connector/
2644
2645 CONTROL GROUP (CGROUP)
2646 M:      Tejun Heo <tj@kernel.org>
2647 M:      Li Zefan <lizefan@huawei.com>
2648 L:      cgroups@vger.kernel.org
2649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2650 S:      Maintained
2651 F:      Documentation/cgroups/
2652 F:      include/linux/cgroup*
2653 F:      kernel/cgroup*
2654
2655 CONTROL GROUP - CPUSET
2656 M:      Li Zefan <lizefan@huawei.com>
2657 L:      cgroups@vger.kernel.org
2658 W:      http://www.bullopensource.org/cpuset/
2659 W:      http://oss.sgi.com/projects/cpusets/
2660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2661 S:      Maintained
2662 F:      Documentation/cgroups/cpusets.txt
2663 F:      include/linux/cpuset.h
2664 F:      kernel/cpuset.c
2665
2666 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2667 M:      Johannes Weiner <hannes@cmpxchg.org>
2668 M:      Michal Hocko <mhocko@suse.cz>
2669 L:      cgroups@vger.kernel.org
2670 L:      linux-mm@kvack.org
2671 S:      Maintained
2672 F:      mm/memcontrol.c
2673 F:      mm/swap_cgroup.c
2674
2675 CORETEMP HARDWARE MONITORING DRIVER
2676 M:      Fenghua Yu <fenghua.yu@intel.com>
2677 L:      lm-sensors@lm-sensors.org
2678 S:      Maintained
2679 F:      Documentation/hwmon/coretemp
2680 F:      drivers/hwmon/coretemp.c
2681
2682 COSA/SRP SYNC SERIAL DRIVER
2683 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2684 W:      http://www.fi.muni.cz/~kas/cosa/
2685 S:      Maintained
2686 F:      drivers/net/wan/cosa*
2687
2688 CPMAC ETHERNET DRIVER
2689 M:      Florian Fainelli <florian@openwrt.org>
2690 L:      netdev@vger.kernel.org
2691 S:      Maintained
2692 F:      drivers/net/ethernet/ti/cpmac.c
2693
2694 CPU FREQUENCY DRIVERS
2695 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2696 M:      Viresh Kumar <viresh.kumar@linaro.org>
2697 L:      linux-pm@vger.kernel.org
2698 S:      Maintained
2699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2700 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2701 F:      drivers/cpufreq/
2702 F:      include/linux/cpufreq.h
2703
2704 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2705 M:      Viresh Kumar <viresh.kumar@linaro.org>
2706 M:      Sudeep Holla <sudeep.holla@arm.com>
2707 L:      linux-pm@vger.kernel.org
2708 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2709 S:      Maintained
2710 F:      drivers/cpufreq/arm_big_little.h
2711 F:      drivers/cpufreq/arm_big_little.c
2712 F:      drivers/cpufreq/arm_big_little_dt.c
2713
2714 CPUIDLE DRIVER - ARM BIG LITTLE
2715 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2716 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2717 L:      linux-pm@vger.kernel.org
2718 L:      linux-arm-kernel@lists.infradead.org
2719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2720 S:      Maintained
2721 F:      drivers/cpuidle/cpuidle-big_little.c
2722
2723 CPUIDLE DRIVER - ARM EXYNOS
2724 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2725 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2726 M:      Kukjin Kim <kgene@kernel.org>
2727 L:      linux-pm@vger.kernel.org
2728 L:      linux-samsung-soc@vger.kernel.org
2729 S:      Supported
2730 F:      drivers/cpuidle/cpuidle-exynos.c
2731 F:      arch/arm/mach-exynos/pm.c
2732
2733 CPUIDLE DRIVERS
2734 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2735 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2736 L:      linux-pm@vger.kernel.org
2737 S:      Maintained
2738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2739 F:      drivers/cpuidle/*
2740 F:      include/linux/cpuidle.h
2741
2742 CPUID/MSR DRIVER
2743 M:      "H. Peter Anvin" <hpa@zytor.com>
2744 S:      Maintained
2745 F:      arch/x86/kernel/cpuid.c
2746 F:      arch/x86/kernel/msr.c
2747
2748 CPU POWER MONITORING SUBSYSTEM
2749 M:      Thomas Renninger <trenn@suse.de>
2750 L:      linux-pm@vger.kernel.org
2751 S:      Maintained
2752 F:      tools/power/cpupower/
2753
2754 CRAMFS FILESYSTEM
2755 W:      http://sourceforge.net/projects/cramfs/
2756 S:      Orphan / Obsolete
2757 F:      Documentation/filesystems/cramfs.txt
2758 F:      fs/cramfs/
2759
2760 CRIS PORT
2761 M:      Mikael Starvik <starvik@axis.com>
2762 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2763 L:      linux-cris-kernel@axis.com
2764 W:      http://developer.axis.com
2765 S:      Maintained
2766 F:      arch/cris/
2767 F:      drivers/tty/serial/crisv10.*
2768
2769 CRYPTO API
2770 M:      Herbert Xu <herbert@gondor.apana.org.au>
2771 M:      "David S. Miller" <davem@davemloft.net>
2772 L:      linux-crypto@vger.kernel.org
2773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2774 S:      Maintained
2775 F:      Documentation/crypto/
2776 F:      arch/*/crypto/
2777 F:      crypto/
2778 F:      drivers/crypto/
2779 F:      include/crypto/
2780
2781 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2782 M:      Neil Horman <nhorman@tuxdriver.com>
2783 L:      linux-crypto@vger.kernel.org
2784 S:      Maintained
2785 F:      crypto/ansi_cprng.c
2786 F:      crypto/rng.c
2787
2788 CS5535 Audio ALSA driver
2789 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2790 S:      Maintained
2791 F:      sound/pci/cs5535audio/
2792
2793 CW1200 WLAN driver
2794 M:      Solomon Peachy <pizza@shaftnet.org>
2795 S:      Maintained
2796 F:      drivers/net/wireless/cw1200/
2797
2798 CX18 VIDEO4LINUX DRIVER
2799 M:      Andy Walls <awalls@md.metrocast.net>
2800 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2801 L:      linux-media@vger.kernel.org
2802 T:      git git://linuxtv.org/media_tree.git
2803 W:      http://linuxtv.org
2804 W:      http://www.ivtvdriver.org/index.php/Cx18
2805 S:      Maintained
2806 F:      Documentation/video4linux/cx18.txt
2807 F:      drivers/media/pci/cx18/
2808 F:      include/uapi/linux/ivtv*
2809
2810 CX2341X MPEG ENCODER HELPER MODULE
2811 M:      Hans Verkuil <hverkuil@xs4all.nl>
2812 L:      linux-media@vger.kernel.org
2813 T:      git git://linuxtv.org/media_tree.git
2814 W:      http://linuxtv.org
2815 S:      Maintained
2816 F:      drivers/media/common/cx2341x*
2817 F:      include/media/cx2341x*
2818
2819 CX88 VIDEO4LINUX DRIVER
2820 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2821 L:      linux-media@vger.kernel.org
2822 W:      http://linuxtv.org
2823 T:      git git://linuxtv.org/media_tree.git
2824 S:      Odd fixes
2825 F:      Documentation/video4linux/cx88/
2826 F:      drivers/media/pci/cx88/
2827
2828 CXD2820R MEDIA DRIVER
2829 M:      Antti Palosaari <crope@iki.fi>
2830 L:      linux-media@vger.kernel.org
2831 W:      http://linuxtv.org/
2832 W:      http://palosaari.fi/linux/
2833 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2834 T:      git git://linuxtv.org/anttip/media_tree.git
2835 S:      Maintained
2836 F:      drivers/media/dvb-frontends/cxd2820r*
2837
2838 CXGB3 ETHERNET DRIVER (CXGB3)
2839 M:      Santosh Raspatur <santosh@chelsio.com>
2840 L:      netdev@vger.kernel.org
2841 W:      http://www.chelsio.com
2842 S:      Supported
2843 F:      drivers/net/ethernet/chelsio/cxgb3/
2844
2845 CXGB3 ISCSI DRIVER (CXGB3I)
2846 M:      Karen Xie <kxie@chelsio.com>
2847 L:      linux-scsi@vger.kernel.org
2848 W:      http://www.chelsio.com
2849 S:      Supported
2850 F:      drivers/scsi/cxgbi/cxgb3i
2851
2852 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2853 M:      Steve Wise <swise@chelsio.com>
2854 L:      linux-rdma@vger.kernel.org
2855 W:      http://www.openfabrics.org
2856 S:      Supported
2857 F:      drivers/infiniband/hw/cxgb3/
2858
2859 CXGB4 ETHERNET DRIVER (CXGB4)
2860 M:      Hariprasad S <hariprasad@chelsio.com>
2861 L:      netdev@vger.kernel.org
2862 W:      http://www.chelsio.com
2863 S:      Supported
2864 F:      drivers/net/ethernet/chelsio/cxgb4/
2865
2866 CXGB4 ISCSI DRIVER (CXGB4I)
2867 M:      Karen Xie <kxie@chelsio.com>
2868 L:      linux-scsi@vger.kernel.org
2869 W:      http://www.chelsio.com
2870 S:      Supported
2871 F:      drivers/scsi/cxgbi/cxgb4i
2872
2873 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2874 M:      Steve Wise <swise@chelsio.com>
2875 L:      linux-rdma@vger.kernel.org
2876 W:      http://www.openfabrics.org
2877 S:      Supported
2878 F:      drivers/infiniband/hw/cxgb4/
2879
2880 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2881 M:      Casey Leedom <leedom@chelsio.com>
2882 L:      netdev@vger.kernel.org
2883 W:      http://www.chelsio.com
2884 S:      Supported
2885 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2886
2887 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2888 M:      Ian Munsie <imunsie@au1.ibm.com>
2889 M:      Michael Neuling <mikey@neuling.org>
2890 L:      linuxppc-dev@lists.ozlabs.org
2891 S:      Supported
2892 F:      drivers/misc/cxl/
2893 F:      include/misc/cxl.h
2894 F:      include/uapi/misc/cxl.h
2895 F:      Documentation/powerpc/cxl.txt
2896 F:      Documentation/powerpc/cxl.txt
2897 F:      Documentation/ABI/testing/sysfs-class-cxl
2898
2899 STMMAC ETHERNET DRIVER
2900 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2901 L:      netdev@vger.kernel.org
2902 W:      http://www.stlinux.com
2903 S:      Supported
2904 F:      drivers/net/ethernet/stmicro/stmmac/
2905
2906 CYBERPRO FB DRIVER
2907 M:      Russell King <linux@arm.linux.org.uk>
2908 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2909 W:      http://www.arm.linux.org.uk/
2910 S:      Maintained
2911 F:      drivers/video/fbdev/cyber2000fb.*
2912
2913 CYCLADES ASYNC MUX DRIVER
2914 W:      http://www.cyclades.com/
2915 S:      Orphan
2916 F:      drivers/tty/cyclades.c
2917 F:      include/linux/cyclades.h
2918 F:      include/uapi/linux/cyclades.h
2919
2920 CYCLADES PC300 DRIVER
2921 W:      http://www.cyclades.com/
2922 S:      Orphan
2923 F:      drivers/net/wan/pc300*
2924
2925 CYPRESS_FIRMWARE MEDIA DRIVER
2926 M:      Antti Palosaari <crope@iki.fi>
2927 L:      linux-media@vger.kernel.org
2928 W:      http://linuxtv.org/
2929 W:      http://palosaari.fi/linux/
2930 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2931 T:      git git://linuxtv.org/anttip/media_tree.git
2932 S:      Maintained
2933 F:      drivers/media/common/cypress_firmware*
2934
2935 CYTTSP TOUCHSCREEN DRIVER
2936 M:      Ferruh Yigit <fery@cypress.com>
2937 L:      linux-input@vger.kernel.org
2938 S:      Supported
2939 F:      drivers/input/touchscreen/cyttsp*
2940 F:      include/linux/input/cyttsp.h
2941
2942 DAMA SLAVE for AX.25
2943 M:      Joerg Reuter <jreuter@yaina.de>
2944 W:      http://yaina.de/jreuter/
2945 W:      http://www.qsl.net/dl1bke/
2946 L:      linux-hams@vger.kernel.org
2947 S:      Maintained
2948 F:      net/ax25/af_ax25.c
2949 F:      net/ax25/ax25_dev.c
2950 F:      net/ax25/ax25_ds_*
2951 F:      net/ax25/ax25_in.c
2952 F:      net/ax25/ax25_out.c
2953 F:      net/ax25/ax25_timer.c
2954 F:      net/ax25/sysctl_net_ax25.c
2955
2956 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2957 L:      netdev@vger.kernel.org
2958 S:      Orphan
2959 F:      Documentation/networking/dmfe.txt
2960 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2961
2962 DC390/AM53C974 SCSI driver
2963 M:      Hannes Reinecke <hare@suse.de>
2964 L:      linux-scsi@vger.kernel.org
2965 S:      Maintained
2966 F:      drivers/scsi/am53c974.c
2967
2968 DC395x SCSI driver
2969 M:      Oliver Neukum <oliver@neukum.org>
2970 M:      Ali Akcaagac <aliakc@web.de>
2971 M:      Jamie Lenehan <lenehan@twibble.org>
2972 L:      dc395x@twibble.org
2973 W:      http://twibble.org/dist/dc395x/
2974 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2975 S:      Maintained
2976 F:      Documentation/scsi/dc395x.txt
2977 F:      drivers/scsi/dc395x.*
2978
2979 DCCP PROTOCOL
2980 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2981 L:      dccp@vger.kernel.org
2982 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2983 S:      Maintained
2984 F:      include/linux/dccp.h
2985 F:      include/uapi/linux/dccp.h
2986 F:      include/linux/tfrc.h
2987 F:      net/dccp/
2988
2989 DECnet NETWORK LAYER
2990 W:      http://linux-decnet.sourceforge.net
2991 L:      linux-decnet-user@lists.sourceforge.net
2992 S:      Orphan
2993 F:      Documentation/networking/decnet.txt
2994 F:      net/decnet/
2995
2996 DECSTATION PLATFORM SUPPORT
2997 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2998 L:      linux-mips@linux-mips.org
2999 W:      http://www.linux-mips.org/wiki/DECstation
3000 S:      Maintained
3001 F:      arch/mips/dec/
3002 F:      arch/mips/include/asm/dec/
3003 F:      arch/mips/include/asm/mach-dec/
3004
3005 DEFXX FDDI NETWORK DRIVER
3006 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3007 S:      Maintained
3008 F:      drivers/net/fddi/defxx.*
3009
3010 DELL LAPTOP DRIVER
3011 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3012 L:      platform-driver-x86@vger.kernel.org
3013 S:      Maintained
3014 F:      drivers/platform/x86/dell-laptop.c
3015
3016 DELL LAPTOP SMM DRIVER
3017 M:      Guenter Roeck <linux@roeck-us.net>
3018 F:      drivers/char/i8k.c
3019 F:      include/uapi/linux/i8k.h
3020
3021 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3022 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3023 S:      Maintained
3024 F:      Documentation/dcdbas.txt
3025 F:      drivers/firmware/dcdbas.*
3026
3027 DELL WMI EXTRAS DRIVER
3028 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3029 S:      Maintained
3030 F:      drivers/platform/x86/dell-wmi.c
3031
3032 DESIGNWARE USB2 DRD IP DRIVER
3033 M:      Paul Zimmerman <paulz@synopsys.com>
3034 L:      linux-usb@vger.kernel.org
3035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3036 S:      Maintained
3037 F:      drivers/usb/dwc2/
3038
3039 DESIGNWARE USB3 DRD IP DRIVER
3040 M:      Felipe Balbi <balbi@ti.com>
3041 L:      linux-usb@vger.kernel.org
3042 L:      linux-omap@vger.kernel.org
3043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3044 S:      Maintained
3045 F:      drivers/usb/dwc3/
3046
3047 DEVICE COREDUMP (DEV_COREDUMP)
3048 M:      Johannes Berg <johannes@sipsolutions.net>
3049 L:      linux-kernel@vger.kernel.org
3050 S:      Maintained
3051 F:      drivers/base/devcoredump.c
3052 F:      include/linux/devcoredump.h
3053
3054 DEVICE FREQUENCY (DEVFREQ)
3055 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3056 M:      Kyungmin Park <kyungmin.park@samsung.com>
3057 L:      linux-pm@vger.kernel.org
3058 S:      Maintained
3059 F:      drivers/devfreq/
3060
3061 DEVICE NUMBER REGISTRY
3062 M:      Torben Mathiasen <device@lanana.org>
3063 W:      http://lanana.org/docs/device-list/index.html
3064 S:      Maintained
3065
3066 DEVICE-MAPPER  (LVM)
3067 M:      Alasdair Kergon <agk@redhat.com>
3068 M:      Mike Snitzer <snitzer@redhat.com>
3069 M:      dm-devel@redhat.com
3070 L:      dm-devel@redhat.com
3071 W:      http://sources.redhat.com/dm
3072 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3074 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3075 S:      Maintained
3076 F:      Documentation/device-mapper/
3077 F:      drivers/md/dm*
3078 F:      drivers/md/persistent-data/
3079 F:      include/linux/device-mapper.h
3080 F:      include/linux/dm-*.h
3081 F:      include/uapi/linux/dm-*.h
3082
3083 DIALOG SEMICONDUCTOR DRIVERS
3084 M:      Support Opensource <support.opensource@diasemi.com>
3085 W:      http://www.dialog-semiconductor.com/products
3086 S:      Supported
3087 F:      Documentation/hwmon/da90??
3088 F:      drivers/gpio/gpio-da90??.c
3089 F:      drivers/hwmon/da90??-hwmon.c
3090 F:      drivers/input/misc/da90??_onkey.c
3091 F:      drivers/input/touchscreen/da9052_tsi.c
3092 F:      drivers/leds/leds-da90??.c
3093 F:      drivers/mfd/da903x.c
3094 F:      drivers/mfd/da90??-*.c
3095 F:      drivers/power/da9052-battery.c
3096 F:      drivers/regulator/da903x.c
3097 F:      drivers/regulator/da9???-regulator.[ch]
3098 F:      drivers/rtc/rtc-da90??.c
3099 F:      drivers/video/backlight/da90??_bl.c
3100 F:      drivers/watchdog/da90??_wdt.c
3101 F:      include/linux/mfd/da903x.h
3102 F:      include/linux/mfd/da9052/
3103 F:      include/linux/mfd/da9055/
3104 F:      include/linux/mfd/da9063/
3105 F:      include/sound/da[79]*.h
3106 F:      sound/soc/codecs/da[79]*.[ch]
3107
3108 DIGI NEO AND CLASSIC PCI PRODUCTS
3109 M:      Lidza Louina <lidza.louina@gmail.com>
3110 M:      Mark Hounschell <markh@compro.net>
3111 L:      driverdev-devel@linuxdriverproject.org
3112 S:      Maintained
3113 F:      drivers/staging/dgnc/
3114
3115 DIGI EPCA PCI PRODUCTS
3116 M:      Lidza Louina <lidza.louina@gmail.com>
3117 M:      Mark Hounschell <markh@compro.net>
3118 M:      Daeseok Youn <daeseok.youn@gmail.com>
3119 L:      driverdev-devel@linuxdriverproject.org
3120 S:      Maintained
3121 F:      drivers/staging/dgap/
3122
3123 DIOLAN U2C-12 I2C DRIVER
3124 M:      Guenter Roeck <linux@roeck-us.net>
3125 L:      linux-i2c@vger.kernel.org
3126 S:      Maintained
3127 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3128
3129 DIRECTORY NOTIFICATION (DNOTIFY)
3130 M:      Eric Paris <eparis@parisplace.org>
3131 S:      Maintained
3132 F:      Documentation/filesystems/dnotify.txt
3133 F:      fs/notify/dnotify/
3134 F:      include/linux/dnotify.h
3135
3136 DISK GEOMETRY AND PARTITION HANDLING
3137 M:      Andries Brouwer <aeb@cwi.nl>
3138 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3139 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3140 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3141 S:      Maintained
3142
3143 DISKQUOTA
3144 M:      Jan Kara <jack@suse.cz>
3145 S:      Maintained
3146 F:      Documentation/filesystems/quota.txt
3147 F:      fs/quota/
3148 F:      include/linux/quota*.h
3149 F:      include/uapi/linux/quota*.h
3150
3151 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3152 M:      Bernie Thompson <bernie@plugable.com>
3153 L:      linux-fbdev@vger.kernel.org
3154 S:      Maintained
3155 W:      http://plugable.com/category/projects/udlfb/
3156 F:      drivers/video/fbdev/udlfb.c
3157 F:      include/video/udlfb.h
3158 F:      Documentation/fb/udlfb.txt
3159
3160 DISTRIBUTED LOCK MANAGER (DLM)
3161 M:      Christine Caulfield <ccaulfie@redhat.com>
3162 M:      David Teigland <teigland@redhat.com>
3163 L:      cluster-devel@redhat.com
3164 W:      http://sources.redhat.com/cluster/
3165 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3166 S:      Supported
3167 F:      fs/dlm/
3168
3169 DMA BUFFER SHARING FRAMEWORK
3170 M:      Sumit Semwal <sumit.semwal@linaro.org>
3171 S:      Maintained
3172 L:      linux-media@vger.kernel.org
3173 L:      dri-devel@lists.freedesktop.org
3174 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3175 F:      drivers/dma-buf/
3176 F:      include/linux/dma-buf*
3177 F:      include/linux/reservation.h
3178 F:      include/linux/*fence.h
3179 F:      Documentation/dma-buf-sharing.txt
3180 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3181
3182 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3183 M:      Vinod Koul <vinod.koul@intel.com>
3184 L:      dmaengine@vger.kernel.org
3185 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3186 S:      Maintained
3187 F:      drivers/dma/
3188 F:      include/linux/dmaengine.h
3189 F:      Documentation/dmaengine/
3190 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3191
3192 DME1737 HARDWARE MONITOR DRIVER
3193 M:      Juerg Haefliger <juergh@gmail.com>
3194 L:      lm-sensors@lm-sensors.org
3195 S:      Maintained
3196 F:      Documentation/hwmon/dme1737
3197 F:      drivers/hwmon/dme1737.c
3198
3199 DOCKING STATION DRIVER
3200 M:      Shaohua Li <shaohua.li@intel.com>
3201 L:      linux-acpi@vger.kernel.org
3202 S:      Supported
3203 F:      drivers/acpi/dock.c
3204
3205 DOCUMENTATION
3206 M:      Jonathan Corbet <corbet@lwn.net>
3207 L:      linux-doc@vger.kernel.org
3208 S:      Maintained
3209 F:      Documentation/
3210 X:      Documentation/ABI/
3211 X:      Documentation/devicetree/
3212 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3213
3214 DOUBLETALK DRIVER
3215 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3216 L:      blinux-list@redhat.com
3217 S:      Maintained
3218 F:      drivers/char/dtlk.c
3219 F:      include/linux/dtlk.h
3220
3221 DPT_I2O SCSI RAID DRIVER
3222 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3223 L:      linux-scsi@vger.kernel.org
3224 W:      http://www.adaptec.com/
3225 S:      Maintained
3226 F:      drivers/scsi/dpt*
3227 F:      drivers/scsi/dpt/
3228
3229 DRBD DRIVER
3230 P:      Philipp Reisner
3231 P:      Lars Ellenberg
3232 M:      drbd-dev@lists.linbit.com
3233 L:      drbd-user@lists.linbit.com
3234 W:      http://www.drbd.org
3235 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3236 T:      git git://git.drbd.org/drbd-8.3.git
3237 S:      Supported
3238 F:      drivers/block/drbd/
3239 F:      lib/lru_cache.c
3240 F:      Documentation/blockdev/drbd/
3241
3242 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3243 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3245 S:      Supported
3246 F:      Documentation/kobject.txt
3247 F:      drivers/base/
3248 F:      fs/sysfs/
3249 F:      fs/debugfs/
3250 F:      include/linux/kobj*
3251 F:      include/linux/debugfs.h
3252 F:      lib/kobj*
3253
3254 DRM DRIVERS
3255 M:      David Airlie <airlied@linux.ie>
3256 L:      dri-devel@lists.freedesktop.org
3257 T:      git git://people.freedesktop.org/~airlied/linux
3258 S:      Maintained
3259 F:      drivers/gpu/drm/
3260 F:      drivers/gpu/vga/
3261 F:      include/drm/
3262 F:      include/uapi/drm/
3263
3264 RADEON DRM DRIVERS
3265 M:      Alex Deucher <alexander.deucher@amd.com>
3266 M:      Christian König <christian.koenig@amd.com>
3267 L:      dri-devel@lists.freedesktop.org
3268 T:      git git://people.freedesktop.org/~agd5f/linux
3269 S:      Supported
3270 F:      drivers/gpu/drm/radeon/
3271 F:      include/uapi/drm/radeon*
3272
3273 DRM PANEL DRIVERS
3274 M:      Thierry Reding <thierry.reding@gmail.com>
3275 L:      dri-devel@lists.freedesktop.org
3276 T:      git git://anongit.freedesktop.org/tegra/linux.git
3277 S:      Maintained
3278 F:      drivers/gpu/drm/drm_panel.c
3279 F:      drivers/gpu/drm/panel/
3280 F:      include/drm/drm_panel.h
3281 F:      Documentation/devicetree/bindings/panel/
3282
3283 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3284 M:      Daniel Vetter <daniel.vetter@intel.com>
3285 M:      Jani Nikula <jani.nikula@linux.intel.com>
3286 L:      intel-gfx@lists.freedesktop.org
3287 L:      dri-devel@lists.freedesktop.org
3288 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3289 T:      git git://anongit.freedesktop.org/drm-intel
3290 S:      Supported
3291 F:      drivers/gpu/drm/i915/
3292 F:      include/drm/i915*
3293 F:      include/uapi/drm/i915*
3294
3295 DRM DRIVERS FOR EXYNOS
3296 M:      Inki Dae <inki.dae@samsung.com>
3297 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3298 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3299 M:      Kyungmin Park <kyungmin.park@samsung.com>
3300 L:      dri-devel@lists.freedesktop.org
3301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3302 S:      Supported
3303 F:      drivers/gpu/drm/exynos/
3304 F:      include/drm/exynos*
3305 F:      include/uapi/drm/exynos*
3306
3307 DRM DRIVERS FOR FREESCALE IMX
3308 M:      Philipp Zabel <p.zabel@pengutronix.de>
3309 L:      dri-devel@lists.freedesktop.org
3310 S:      Maintained
3311 F:      drivers/gpu/drm/imx/
3312 F:      Documentation/devicetree/bindings/drm/imx/
3313
3314 DRM DRIVERS FOR NVIDIA TEGRA
3315 M:      Thierry Reding <thierry.reding@gmail.com>
3316 M:      Terje Bergström <tbergstrom@nvidia.com>
3317 L:      dri-devel@lists.freedesktop.org
3318 L:      linux-tegra@vger.kernel.org
3319 T:      git git://anongit.freedesktop.org/tegra/linux.git
3320 S:      Supported
3321 F:      drivers/gpu/drm/tegra/
3322 F:      drivers/gpu/host1x/
3323 F:      include/linux/host1x.h
3324 F:      include/uapi/drm/tegra_drm.h
3325 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3326
3327 DRM DRIVERS FOR RENESAS
3328 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3329 L:      dri-devel@lists.freedesktop.org
3330 L:      linux-sh@vger.kernel.org
3331 T:      git git://people.freedesktop.org/~airlied/linux
3332 S:      Supported
3333 F:      drivers/gpu/drm/rcar-du/
3334 F:      drivers/gpu/drm/shmobile/
3335 F:      include/linux/platform_data/rcar-du.h
3336 F:      include/linux/platform_data/shmob_drm.h
3337
3338 DSBR100 USB FM RADIO DRIVER
3339 M:      Alexey Klimov <klimov.linux@gmail.com>
3340 L:      linux-media@vger.kernel.org
3341 T:      git git://linuxtv.org/media_tree.git
3342 S:      Maintained
3343 F:      drivers/media/radio/dsbr100.c
3344
3345 DSCC4 DRIVER
3346 M:      Francois Romieu <romieu@fr.zoreil.com>
3347 L:      netdev@vger.kernel.org
3348 S:      Maintained
3349 F:      drivers/net/wan/dscc4.c
3350
3351 DVB_USB_AF9015 MEDIA DRIVER
3352 M:      Antti Palosaari <crope@iki.fi>
3353 L:      linux-media@vger.kernel.org
3354 W:      http://linuxtv.org/
3355 W:      http://palosaari.fi/linux/
3356 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3357 T:      git git://linuxtv.org/anttip/media_tree.git
3358 S:      Maintained
3359 F:      drivers/media/usb/dvb-usb-v2/af9015*
3360
3361 DVB_USB_AF9035 MEDIA DRIVER
3362 M:      Antti Palosaari <crope@iki.fi>
3363 L:      linux-media@vger.kernel.org
3364 W:      http://linuxtv.org/
3365 W:      http://palosaari.fi/linux/
3366 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3367 T:      git git://linuxtv.org/anttip/media_tree.git
3368 S:      Maintained
3369 F:      drivers/media/usb/dvb-usb-v2/af9035*
3370
3371 DVB_USB_ANYSEE MEDIA DRIVER
3372 M:      Antti Palosaari <crope@iki.fi>
3373 L:      linux-media@vger.kernel.org
3374 W:      http://linuxtv.org/
3375 W:      http://palosaari.fi/linux/
3376 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3377 T:      git git://linuxtv.org/anttip/media_tree.git
3378 S:      Maintained
3379 F:      drivers/media/usb/dvb-usb-v2/anysee*
3380
3381 DVB_USB_AU6610 MEDIA DRIVER
3382 M:      Antti Palosaari <crope@iki.fi>
3383 L:      linux-media@vger.kernel.org
3384 W:      http://linuxtv.org/
3385 W:      http://palosaari.fi/linux/
3386 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3387 T:      git git://linuxtv.org/anttip/media_tree.git
3388 S:      Maintained
3389 F:      drivers/media/usb/dvb-usb-v2/au6610*
3390
3391 DVB_USB_CE6230 MEDIA DRIVER
3392 M:      Antti Palosaari <crope@iki.fi>
3393 L:      linux-media@vger.kernel.org
3394 W:      http://linuxtv.org/
3395 W:      http://palosaari.fi/linux/
3396 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3397 T:      git git://linuxtv.org/anttip/media_tree.git
3398 S:      Maintained
3399 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3400
3401 DVB_USB_CXUSB MEDIA DRIVER
3402 M:      Michael Krufky <mkrufky@linuxtv.org>
3403 L:      linux-media@vger.kernel.org
3404 W:      http://linuxtv.org/
3405 W:      http://github.com/mkrufky
3406 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3407 T:      git git://linuxtv.org/media_tree.git
3408 S:      Maintained
3409 F:      drivers/media/usb/dvb-usb/cxusb*
3410
3411 DVB_USB_EC168 MEDIA DRIVER
3412 M:      Antti Palosaari <crope@iki.fi>
3413 L:      linux-media@vger.kernel.org
3414 W:      http://linuxtv.org/
3415 W:      http://palosaari.fi/linux/
3416 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3417 T:      git git://linuxtv.org/anttip/media_tree.git
3418 S:      Maintained
3419 F:      drivers/media/usb/dvb-usb-v2/ec168*
3420
3421 DVB_USB_GL861 MEDIA DRIVER
3422 M:      Antti Palosaari <crope@iki.fi>
3423 L:      linux-media@vger.kernel.org
3424 W:      http://linuxtv.org/
3425 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3426 T:      git git://linuxtv.org/anttip/media_tree.git
3427 S:      Maintained
3428 F:      drivers/media/usb/dvb-usb-v2/gl861*
3429
3430 DVB_USB_MXL111SF MEDIA DRIVER
3431 M:      Michael Krufky <mkrufky@linuxtv.org>
3432 L:      linux-media@vger.kernel.org
3433 W:      http://linuxtv.org/
3434 W:      http://github.com/mkrufky
3435 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3436 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3437 S:      Maintained
3438 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3439
3440 DVB_USB_RTL28XXU MEDIA DRIVER
3441 M:      Antti Palosaari <crope@iki.fi>
3442 L:      linux-media@vger.kernel.org
3443 W:      http://linuxtv.org/
3444 W:      http://palosaari.fi/linux/
3445 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3446 T:      git git://linuxtv.org/anttip/media_tree.git
3447 S:      Maintained
3448 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3449
3450 DVB_USB_V2 MEDIA DRIVER
3451 M:      Antti Palosaari <crope@iki.fi>
3452 L:      linux-media@vger.kernel.org
3453 W:      http://linuxtv.org/
3454 W:      http://palosaari.fi/linux/
3455 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3456 T:      git git://linuxtv.org/anttip/media_tree.git
3457 S:      Maintained
3458 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3459 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3460
3461 DYNAMIC DEBUG
3462 M:      Jason Baron <jbaron@akamai.com>
3463 S:      Maintained
3464 F:      lib/dynamic_debug.c
3465 F:      include/linux/dynamic_debug.h
3466
3467 DZ DECSTATION DZ11 SERIAL DRIVER
3468 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3469 S:      Maintained
3470 F:      drivers/tty/serial/dz.*
3471
3472 E4000 MEDIA DRIVER
3473 M:      Antti Palosaari <crope@iki.fi>
3474 L:      linux-media@vger.kernel.org
3475 W:      http://linuxtv.org/
3476 W:      http://palosaari.fi/linux/
3477 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3478 T:      git git://linuxtv.org/anttip/media_tree.git
3479 S:      Maintained
3480 F:      drivers/media/tuners/e4000*
3481
3482 EATA ISA/EISA/PCI SCSI DRIVER
3483 M:      Dario Ballabio <ballabio_dario@emc.com>
3484 L:      linux-scsi@vger.kernel.org
3485 S:      Maintained
3486 F:      drivers/scsi/eata.c
3487
3488 EC100 MEDIA DRIVER
3489 M:      Antti Palosaari <crope@iki.fi>
3490 L:      linux-media@vger.kernel.org
3491 W:      http://linuxtv.org/
3492 W:      http://palosaari.fi/linux/
3493 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3494 T:      git git://linuxtv.org/anttip/media_tree.git
3495 S:      Maintained
3496 F:      drivers/media/dvb-frontends/ec100*
3497
3498 ECRYPT FILE SYSTEM
3499 M:      Tyler Hicks <tyhicks@canonical.com>
3500 L:      ecryptfs@vger.kernel.org
3501 W:      http://ecryptfs.org
3502 W:      https://launchpad.net/ecryptfs
3503 S:      Supported
3504 F:      Documentation/filesystems/ecryptfs.txt
3505 F:      fs/ecryptfs/
3506
3507 EDAC-CORE
3508 M:      Doug Thompson <dougthompson@xmission.com>
3509 M:      Borislav Petkov <bp@alien8.de>
3510 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3511 L:      linux-edac@vger.kernel.org
3512 W:      bluesmoke.sourceforge.net
3513 S:      Supported
3514 F:      Documentation/edac.txt
3515 F:      drivers/edac/
3516 F:      include/linux/edac.h
3517
3518 EDAC-AMD64
3519 M:      Doug Thompson <dougthompson@xmission.com>
3520 M:      Borislav Petkov <bp@alien8.de>
3521 L:      linux-edac@vger.kernel.org
3522 W:      bluesmoke.sourceforge.net
3523 S:      Maintained
3524 F:      drivers/edac/amd64_edac*
3525
3526 EDAC-CALXEDA
3527 M:      Doug Thompson <dougthompson@xmission.com>
3528 M:      Robert Richter <rric@kernel.org>
3529 L:      linux-edac@vger.kernel.org
3530 W:      bluesmoke.sourceforge.net
3531 S:      Maintained
3532 F:      drivers/edac/highbank*
3533
3534 EDAC-CAVIUM
3535 M:      Ralf Baechle <ralf@linux-mips.org>
3536 M:      David Daney <david.daney@cavium.com>
3537 L:      linux-edac@vger.kernel.org
3538 L:      linux-mips@linux-mips.org
3539 W:      bluesmoke.sourceforge.net
3540 S:      Supported
3541 F:      drivers/edac/octeon_edac*
3542
3543 EDAC-E752X
3544 M:      Mark Gross <mark.gross@intel.com>
3545 M:      Doug Thompson <dougthompson@xmission.com>
3546 L:      linux-edac@vger.kernel.org
3547 W:      bluesmoke.sourceforge.net
3548 S:      Maintained
3549 F:      drivers/edac/e752x_edac.c
3550
3551 EDAC-E7XXX
3552 M:      Doug Thompson <dougthompson@xmission.com>
3553 L:      linux-edac@vger.kernel.org
3554 W:      bluesmoke.sourceforge.net
3555 S:      Maintained
3556 F:      drivers/edac/e7xxx_edac.c
3557
3558 EDAC-GHES
3559 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3560 L:      linux-edac@vger.kernel.org
3561 W:      bluesmoke.sourceforge.net
3562 S:      Maintained
3563 F:      drivers/edac/ghes_edac.c
3564
3565 EDAC-I82443BXGX
3566 M:      Tim Small <tim@buttersideup.com>
3567 L:      linux-edac@vger.kernel.org
3568 W:      bluesmoke.sourceforge.net
3569 S:      Maintained
3570 F:      drivers/edac/i82443bxgx_edac.c
3571
3572 EDAC-I3000
3573 M:      Jason Uhlenkott <juhlenko@akamai.com>
3574 L:      linux-edac@vger.kernel.org
3575 W:      bluesmoke.sourceforge.net
3576 S:      Maintained
3577 F:      drivers/edac/i3000_edac.c
3578
3579 EDAC-I5000
3580 M:      Doug Thompson <dougthompson@xmission.com>
3581 L:      linux-edac@vger.kernel.org
3582 W:      bluesmoke.sourceforge.net
3583 S:      Maintained
3584 F:      drivers/edac/i5000_edac.c
3585
3586 EDAC-I5400
3587 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3588 L:      linux-edac@vger.kernel.org
3589 W:      bluesmoke.sourceforge.net
3590 S:      Maintained
3591 F:      drivers/edac/i5400_edac.c
3592
3593 EDAC-I7300
3594 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3595 L:      linux-edac@vger.kernel.org
3596 W:      bluesmoke.sourceforge.net
3597 S:      Maintained
3598 F:      drivers/edac/i7300_edac.c
3599
3600 EDAC-I7CORE
3601 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3602 L:      linux-edac@vger.kernel.org
3603 W:      bluesmoke.sourceforge.net
3604 S:      Maintained
3605 F:      drivers/edac/i7core_edac.c
3606
3607 EDAC-I82975X
3608 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3609 M:      "Arvind R." <arvino55@gmail.com>
3610 L:      linux-edac@vger.kernel.org
3611 W:      bluesmoke.sourceforge.net
3612 S:      Maintained
3613 F:      drivers/edac/i82975x_edac.c
3614
3615 EDAC-IE31200
3616 M:      Jason Baron <jbaron@akamai.com>
3617 L:      linux-edac@vger.kernel.org
3618 W:      bluesmoke.sourceforge.net
3619 S:      Maintained
3620 F:      drivers/edac/ie31200_edac.c
3621
3622 EDAC-MPC85XX
3623 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3624 L:      linux-edac@vger.kernel.org
3625 W:      bluesmoke.sourceforge.net
3626 S:      Maintained
3627 F:      drivers/edac/mpc85xx_edac.[ch]
3628
3629 EDAC-PASEMI
3630 M:      Egor Martovetsky <egor@pasemi.com>
3631 L:      linux-edac@vger.kernel.org
3632 W:      bluesmoke.sourceforge.net
3633 S:      Maintained
3634 F:      drivers/edac/pasemi_edac.c
3635
3636 EDAC-R82600
3637 M:      Tim Small <tim@buttersideup.com>
3638 L:      linux-edac@vger.kernel.org
3639 W:      bluesmoke.sourceforge.net
3640 S:      Maintained
3641 F:      drivers/edac/r82600_edac.c
3642
3643 EDAC-SBRIDGE
3644 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3645 L:      linux-edac@vger.kernel.org
3646 W:      bluesmoke.sourceforge.net
3647 S:      Maintained
3648 F:      drivers/edac/sb_edac.c
3649
3650 EDIROL UA-101/UA-1000 DRIVER
3651 M:      Clemens Ladisch <clemens@ladisch.de>
3652 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3653 T:      git git://git.alsa-project.org/alsa-kernel.git
3654 S:      Maintained
3655 F:      sound/usb/misc/ua101.c
3656
3657 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3658 M:      Matt Fleming <matt.fleming@intel.com>
3659 L:      linux-efi@vger.kernel.org
3660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3661 S:      Maintained
3662 F:      Documentation/efi-stub.txt
3663 F:      arch/ia64/kernel/efi.c
3664 F:      arch/x86/boot/compressed/eboot.[ch]
3665 F:      arch/x86/include/asm/efi.h
3666 F:      arch/x86/platform/efi/*
3667 F:      drivers/firmware/efi/*
3668 F:      include/linux/efi*.h
3669
3670 EFI VARIABLE FILESYSTEM
3671 M:      Matthew Garrett <matthew.garrett@nebula.com>
3672 M:      Jeremy Kerr <jk@ozlabs.org>
3673 M:      Matt Fleming <matt.fleming@intel.com>
3674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3675 L:      linux-efi@vger.kernel.org
3676 S:      Maintained
3677 F:      fs/efivarfs/
3678
3679 EFIFB FRAMEBUFFER DRIVER
3680 L:      linux-fbdev@vger.kernel.org
3681 M:      Peter Jones <pjones@redhat.com>
3682 S:      Maintained
3683 F:      drivers/video/fbdev/efifb.c
3684
3685 EFS FILESYSTEM
3686 W:      http://aeschi.ch.eu.org/efs/
3687 S:      Orphan
3688 F:      fs/efs/
3689
3690 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3691 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3692 M:      Christoph Raisch <raisch@de.ibm.com>
3693 L:      linux-rdma@vger.kernel.org
3694 S:      Supported
3695 F:      drivers/infiniband/hw/ehca/
3696
3697 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3698 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3699 L:      netdev@vger.kernel.org
3700 S:      Maintained
3701 F:      drivers/net/ethernet/ibm/ehea/
3702
3703 EM28XX VIDEO4LINUX DRIVER
3704 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3705 L:      linux-media@vger.kernel.org
3706 W:      http://linuxtv.org
3707 T:      git git://linuxtv.org/media_tree.git
3708 S:      Maintained
3709 F:      drivers/media/usb/em28xx/
3710
3711 EMBEDDED LINUX
3712 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3713 M:      Matt Mackall <mpm@selenic.com>
3714 M:      David Woodhouse <dwmw2@infradead.org>
3715 L:      linux-embedded@vger.kernel.org
3716 S:      Maintained
3717
3718 EMULEX LPFC FC SCSI DRIVER
3719 M:      James Smart <james.smart@emulex.com>
3720 L:      linux-scsi@vger.kernel.org
3721 W:      http://sourceforge.net/projects/lpfcxxxx
3722 S:      Supported
3723 F:      drivers/scsi/lpfc/
3724
3725 ENE CB710 FLASH CARD READER DRIVER
3726 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3727 S:      Maintained
3728 F:      drivers/misc/cb710/
3729 F:      drivers/mmc/host/cb710-mmc.*
3730 F:      include/linux/cb710.h
3731
3732 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3733 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3734 S:      Maintained
3735 F:      drivers/media/rc/ene_ir.*
3736
3737 ENHANCED ERROR HANDLING (EEH)
3738 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3739 L:      linuxppc-dev@lists.ozlabs.org
3740 S:      Supported
3741 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3742 F:      arch/powerpc/kernel/eeh*.c
3743
3744 EPSON S1D13XXX FRAMEBUFFER DRIVER
3745 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3746 S:      Maintained
3747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3748 F:      drivers/video/fbdev/s1d13xxxfb.c
3749 F:      include/video/s1d13xxxfb.h
3750
3751 ET131X NETWORK DRIVER
3752 M:      Mark Einon <mark.einon@gmail.com>
3753 S:      Odd Fixes
3754 F:      drivers/net/ethernet/agere/
3755
3756 ETHERNET BRIDGE
3757 M:      Stephen Hemminger <stephen@networkplumber.org>
3758 L:      bridge@lists.linux-foundation.org
3759 L:      netdev@vger.kernel.org
3760 W:      http://www.linuxfoundation.org/en/Net:Bridge
3761 S:      Maintained
3762 F:      include/linux/netfilter_bridge/
3763 F:      net/bridge/
3764
3765 ETHERNET PHY LIBRARY
3766 M:      Florian Fainelli <f.fainelli@gmail.com>
3767 L:      netdev@vger.kernel.org
3768 S:      Maintained
3769 F:      include/linux/phy.h
3770 F:      include/linux/phy_fixed.h
3771 F:      drivers/net/phy/
3772 F:      Documentation/networking/phy.txt
3773 F:      drivers/of/of_mdio.c
3774 F:      drivers/of/of_net.c
3775
3776 EXT2 FILE SYSTEM
3777 M:      Jan Kara <jack@suse.cz>
3778 L:      linux-ext4@vger.kernel.org
3779 S:      Maintained
3780 F:      Documentation/filesystems/ext2.txt
3781 F:      fs/ext2/
3782 F:      include/linux/ext2*
3783
3784 EXT3 FILE SYSTEM
3785 M:      Jan Kara <jack@suse.cz>
3786 M:      Andrew Morton <akpm@linux-foundation.org>
3787 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3788 L:      linux-ext4@vger.kernel.org
3789 S:      Maintained
3790 F:      Documentation/filesystems/ext3.txt
3791 F:      fs/ext3/
3792
3793 EXT4 FILE SYSTEM
3794 M:      "Theodore Ts'o" <tytso@mit.edu>
3795 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3796 L:      linux-ext4@vger.kernel.org
3797 W:      http://ext4.wiki.kernel.org
3798 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3799 S:      Maintained
3800 F:      Documentation/filesystems/ext4.txt
3801 F:      fs/ext4/
3802
3803 Extended Verification Module (EVM)
3804 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3805 L:      linux-ima-devel@lists.sourceforge.net
3806 L:      linux-security-module@vger.kernel.org
3807 S:      Supported
3808 F:      security/integrity/evm/
3809
3810 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3811 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3812 M:      Chanwoo Choi <cw00.choi@samsung.com>
3813 L:      linux-kernel@vger.kernel.org
3814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3815 S:      Maintained
3816 F:      drivers/extcon/
3817 F:      Documentation/extcon/
3818
3819 EXYNOS DP DRIVER
3820 M:      Jingoo Han <jg1.han@samsung.com>
3821 L:      dri-devel@lists.freedesktop.org
3822 S:      Maintained
3823 F:      drivers/gpu/drm/exynos/exynos_dp*
3824
3825 EXYNOS MIPI DISPLAY DRIVERS
3826 M:      Inki Dae <inki.dae@samsung.com>
3827 M:      Donghwa Lee <dh09.lee@samsung.com>
3828 M:      Kyungmin Park <kyungmin.park@samsung.com>
3829 L:      linux-fbdev@vger.kernel.org
3830 S:      Maintained
3831 F:      drivers/video/fbdev/exynos/exynos_mipi*
3832 F:      include/video/exynos_mipi*
3833
3834 F71805F HARDWARE MONITORING DRIVER
3835 M:      Jean Delvare <jdelvare@suse.de>
3836 L:      lm-sensors@lm-sensors.org
3837 S:      Maintained
3838 F:      Documentation/hwmon/f71805f
3839 F:      drivers/hwmon/f71805f.c
3840
3841 FC0011 TUNER DRIVER
3842 M:      Michael Buesch <m@bues.ch>
3843 L:      linux-media@vger.kernel.org
3844 S:      Maintained
3845 F:      drivers/media/tuners/fc0011.h
3846 F:      drivers/media/tuners/fc0011.c
3847
3848 FC2580 MEDIA DRIVER
3849 M:      Antti Palosaari <crope@iki.fi>
3850 L:      linux-media@vger.kernel.org
3851 W:      http://linuxtv.org/
3852 W:      http://palosaari.fi/linux/
3853 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3854 T:      git git://linuxtv.org/anttip/media_tree.git
3855 S:      Maintained
3856 F:      drivers/media/tuners/fc2580*
3857
3858 FANOTIFY
3859 M:      Eric Paris <eparis@redhat.com>
3860 S:      Maintained
3861 F:      fs/notify/fanotify/
3862 F:      include/linux/fanotify.h
3863 F:      include/uapi/linux/fanotify.h
3864
3865 FARSYNC SYNCHRONOUS DRIVER
3866 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3867 W:      http://www.farsite.co.uk/
3868 S:      Supported
3869 F:      drivers/net/wan/farsync.*
3870
3871 FAULT INJECTION SUPPORT
3872 M:      Akinobu Mita <akinobu.mita@gmail.com>
3873 S:      Supported
3874 F:      Documentation/fault-injection/
3875 F:      lib/fault-inject.c
3876
3877 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3878 M:      Robert Love <robert.w.love@intel.com>
3879 L:      fcoe-devel@open-fcoe.org
3880 W:      www.Open-FCoE.org
3881 S:      Supported
3882 F:      drivers/scsi/libfc/
3883 F:      drivers/scsi/fcoe/
3884 F:      include/scsi/fc/
3885 F:      include/scsi/libfc.h
3886 F:      include/scsi/libfcoe.h
3887 F:      include/uapi/scsi/fc/
3888
3889 FILE LOCKING (flock() and fcntl()/lockf())
3890 M:      Jeff Layton <jlayton@poochiereds.net>
3891 M:      J. Bruce Fields <bfields@fieldses.org>
3892 L:      linux-fsdevel@vger.kernel.org
3893 S:      Maintained
3894 F:      include/linux/fcntl.h
3895 F:      include/linux/fs.h
3896 F:      include/uapi/linux/fcntl.h
3897 F:      include/uapi/linux/fs.h
3898 F:      fs/fcntl.c
3899 F:      fs/locks.c
3900
3901 FILESYSTEMS (VFS and infrastructure)
3902 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3903 L:      linux-fsdevel@vger.kernel.org
3904 S:      Maintained
3905 F:      fs/*
3906
3907 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3908 M:      Riku Voipio <riku.voipio@iki.fi>
3909 L:      lm-sensors@lm-sensors.org
3910 S:      Maintained
3911 F:      drivers/hwmon/f75375s.c
3912 F:      include/linux/f75375s.h
3913
3914 FIREWIRE AUDIO DRIVERS
3915 M:      Clemens Ladisch <clemens@ladisch.de>
3916 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3917 T:      git git://git.alsa-project.org/alsa-kernel.git
3918 S:      Maintained
3919 F:      sound/firewire/
3920
3921 FIREWIRE MEDIA DRIVERS (firedtv)
3922 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3923 L:      linux-media@vger.kernel.org
3924 L:      linux1394-devel@lists.sourceforge.net
3925 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3926 S:      Maintained
3927 F:      drivers/media/firewire/
3928
3929 FIREWIRE SBP-2 TARGET
3930 M:      Chris Boot <bootc@bootc.net>
3931 L:      linux-scsi@vger.kernel.org
3932 L:      target-devel@vger.kernel.org
3933 L:      linux1394-devel@lists.sourceforge.net
3934 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3935 S:      Maintained
3936 F:      drivers/target/sbp/
3937
3938 FIREWIRE SUBSYSTEM
3939 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3940 L:      linux1394-devel@lists.sourceforge.net
3941 W:      http://ieee1394.wiki.kernel.org/
3942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3943 S:      Maintained
3944 F:      drivers/firewire/
3945 F:      include/linux/firewire.h
3946 F:      include/uapi/linux/firewire*.h
3947 F:      tools/firewire/
3948
3949 FIRMWARE LOADER (request_firmware)
3950 M:      Ming Lei <ming.lei@canonical.com>
3951 L:      linux-kernel@vger.kernel.org
3952 S:      Maintained
3953 F:      Documentation/firmware_class/
3954 F:      drivers/base/firmware*.c
3955 F:      include/linux/firmware.h
3956
3957 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3958 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3959 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3960 S:      Maintained
3961 F:      drivers/block/rsxx/
3962
3963 FLOPPY DRIVER
3964 M:      Jiri Kosina <jkosina@suse.cz>
3965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3966 S:      Odd fixes
3967 F:      drivers/block/floppy.c
3968
3969 FMC SUBSYSTEM
3970 M:      Alessandro Rubini <rubini@gnudd.com>
3971 W:      http://www.ohwr.org/projects/fmc-bus
3972 S:      Supported
3973 F:      drivers/fmc/
3974 F:      include/linux/fmc*.h
3975 F:      include/linux/ipmi-fru.h
3976 K:      fmc_d.*register
3977
3978 FPU EMULATOR
3979 M:      Bill Metzenthen <billm@melbpc.org.au>
3980 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3981 S:      Maintained
3982 F:      arch/x86/math-emu/
3983
3984 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3985 L:      netdev@vger.kernel.org
3986 S:      Orphan
3987 F:      drivers/net/wan/dlci.c
3988 F:      drivers/net/wan/sdla.c
3989
3990 FRAMEBUFFER LAYER
3991 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3992 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
3993 L:      linux-fbdev@vger.kernel.org
3994 W:      http://linux-fbdev.sourceforge.net/
3995 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
3996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
3997 S:      Maintained
3998 F:      Documentation/fb/
3999 F:      Documentation/devicetree/bindings/fb/
4000 F:      drivers/video/
4001 F:      include/video/
4002 F:      include/linux/fb.h
4003 F:      include/uapi/video/
4004 F:      include/uapi/linux/fb.h
4005
4006 FREESCALE DIU FRAMEBUFFER DRIVER
4007 M:      Timur Tabi <timur@tabi.org>
4008 L:      linux-fbdev@vger.kernel.org
4009 S:      Maintained
4010 F:      drivers/video/fbdev/fsl-diu-fb.*
4011
4012 FREESCALE DMA DRIVER
4013 M:      Li Yang <leoli@freescale.com>
4014 M:      Zhang Wei <zw@zh-kernel.org>
4015 L:      linuxppc-dev@lists.ozlabs.org
4016 S:      Maintained
4017 F:      drivers/dma/fsldma.*
4018
4019 FREESCALE I2C CPM DRIVER
4020 M:      Jochen Friedrich <jochen@scram.de>
4021 L:      linuxppc-dev@lists.ozlabs.org
4022 L:      linux-i2c@vger.kernel.org
4023 S:      Maintained
4024 F:      drivers/i2c/busses/i2c-cpm.c
4025
4026 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4027 M:      Sascha Hauer <kernel@pengutronix.de>
4028 L:      linux-fbdev@vger.kernel.org
4029 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4030 S:      Maintained
4031 F:      include/linux/platform_data/video-imxfb.h
4032 F:      drivers/video/fbdev/imxfb.c
4033
4034 FREESCALE SOC FS_ENET DRIVER
4035 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4036 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4037 L:      linuxppc-dev@lists.ozlabs.org
4038 L:      netdev@vger.kernel.org
4039 S:      Maintained
4040 F:      drivers/net/ethernet/freescale/fs_enet/
4041 F:      include/linux/fs_enet_pd.h
4042
4043 FREESCALE QUICC ENGINE LIBRARY
4044 L:      linuxppc-dev@lists.ozlabs.org
4045 S:      Orphan
4046 F:      arch/powerpc/sysdev/qe_lib/
4047 F:      arch/powerpc/include/asm/*qe.h
4048
4049 FREESCALE USB PERIPHERAL DRIVERS
4050 M:      Li Yang <leoli@freescale.com>
4051 L:      linux-usb@vger.kernel.org
4052 L:      linuxppc-dev@lists.ozlabs.org
4053 S:      Maintained
4054 F:      drivers/usb/gadget/udc/fsl*
4055
4056 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4057 M:      Li Yang <leoli@freescale.com>
4058 L:      netdev@vger.kernel.org
4059 L:      linuxppc-dev@lists.ozlabs.org
4060 S:      Maintained
4061 F:      drivers/net/ethernet/freescale/ucc_geth*
4062
4063 FREESCALE QUICC ENGINE UCC UART DRIVER
4064 M:      Timur Tabi <timur@tabi.org>
4065 L:      linuxppc-dev@lists.ozlabs.org
4066 S:      Maintained
4067 F:      drivers/tty/serial/ucc_uart.c
4068
4069 FREESCALE SOC SOUND DRIVERS
4070 M:      Timur Tabi <timur@tabi.org>
4071 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4072 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4073 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4074 L:      linuxppc-dev@lists.ozlabs.org
4075 S:      Maintained
4076 F:      sound/soc/fsl/fsl*
4077 F:      sound/soc/fsl/imx*
4078 F:      sound/soc/fsl/mpc8610_hpcd.c
4079
4080 FREEVXFS FILESYSTEM
4081 M:      Christoph Hellwig <hch@infradead.org>
4082 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4083 S:      Maintained
4084 F:      fs/freevxfs/
4085
4086 FREEZER
4087 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4088 M:      Pavel Machek <pavel@ucw.cz>
4089 L:      linux-pm@vger.kernel.org
4090 S:      Supported
4091 F:      Documentation/power/freezing-of-tasks.txt
4092 F:      include/linux/freezer.h
4093 F:      kernel/freezer.c
4094
4095 FRONTSWAP API
4096 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4097 L:      linux-kernel@vger.kernel.org
4098 S:      Maintained
4099 F:      mm/frontswap.c
4100 F:      include/linux/frontswap.h
4101
4102 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4103 M:      David Howells <dhowells@redhat.com>
4104 L:      linux-cachefs@redhat.com
4105 S:      Supported
4106 F:      Documentation/filesystems/caching/
4107 F:      fs/fscache/
4108 F:      include/linux/fscache*.h
4109
4110 F2FS FILE SYSTEM
4111 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4112 M:      Changman Lee <cm224.lee@samsung.com>
4113 L:      linux-f2fs-devel@lists.sourceforge.net
4114 W:      http://en.wikipedia.org/wiki/F2FS
4115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4116 S:      Maintained
4117 F:      Documentation/filesystems/f2fs.txt
4118 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4119 F:      fs/f2fs/
4120 F:      include/linux/f2fs_fs.h
4121
4122 FUJITSU FR-V (FRV) PORT
4123 M:      David Howells <dhowells@redhat.com>
4124 S:      Maintained
4125 F:      arch/frv/
4126
4127 FUJITSU LAPTOP EXTRAS
4128 M:      Jonathan Woithe <jwoithe@just42.net>
4129 L:      platform-driver-x86@vger.kernel.org
4130 S:      Maintained
4131 F:      drivers/platform/x86/fujitsu-laptop.c
4132
4133 FUJITSU M-5MO LS CAMERA ISP DRIVER
4134 M:      Kyungmin Park <kyungmin.park@samsung.com>
4135 M:      Heungjun Kim <riverful.kim@samsung.com>
4136 L:      linux-media@vger.kernel.org
4137 S:      Maintained
4138 F:      drivers/media/i2c/m5mols/
4139 F:      include/media/m5mols.h
4140
4141 FUJITSU TABLET EXTRAS
4142 M:      Robert Gerlach <khnz@gmx.de>
4143 L:      platform-driver-x86@vger.kernel.org
4144 S:      Maintained
4145 F:      drivers/platform/x86/fujitsu-tablet.c
4146
4147 FUSE: FILESYSTEM IN USERSPACE
4148 M:      Miklos Szeredi <miklos@szeredi.hu>
4149 L:      fuse-devel@lists.sourceforge.net
4150 W:      http://fuse.sourceforge.net/
4151 S:      Maintained
4152 F:      fs/fuse/
4153 F:      include/uapi/linux/fuse.h
4154
4155 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4156 M:      Rik Faith <faith@cs.unc.edu>
4157 L:      linux-scsi@vger.kernel.org
4158 S:      Odd Fixes (e.g., new signatures)
4159 F:      drivers/scsi/fdomain.*
4160
4161 GCOV BASED KERNEL PROFILING
4162 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4163 S:      Maintained
4164 F:      kernel/gcov/
4165 F:      Documentation/gcov.txt
4166
4167 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4168 M:      Achim Leubner <achim_leubner@adaptec.com>
4169 L:      linux-scsi@vger.kernel.org
4170 W:      http://www.icp-vortex.com/
4171 S:      Supported
4172 F:      drivers/scsi/gdt*
4173
4174 GEMTEK FM RADIO RECEIVER DRIVER
4175 M:      Hans Verkuil <hverkuil@xs4all.nl>
4176 L:      linux-media@vger.kernel.org
4177 T:      git git://linuxtv.org/media_tree.git
4178 W:      http://linuxtv.org
4179 S:      Maintained
4180 F:      drivers/media/radio/radio-gemtek*
4181
4182 GENERIC GPIO I2C DRIVER
4183 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4184 S:      Supported
4185 F:      drivers/i2c/busses/i2c-gpio.c
4186 F:      include/linux/i2c-gpio.h
4187
4188 GENERIC GPIO I2C MULTIPLEXER DRIVER
4189 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4190 L:      linux-i2c@vger.kernel.org
4191 S:      Supported
4192 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4193 F:      include/linux/i2c-mux-gpio.h
4194 F:      Documentation/i2c/muxes/i2c-mux-gpio
4195
4196 GENERIC HDLC (WAN) DRIVERS
4197 M:      Krzysztof Halasa <khc@pm.waw.pl>
4198 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4199 S:      Maintained
4200 F:      drivers/net/wan/c101.c
4201 F:      drivers/net/wan/hd6457*
4202 F:      drivers/net/wan/hdlc*
4203 F:      drivers/net/wan/n2.c
4204 F:      drivers/net/wan/pc300too.c
4205 F:      drivers/net/wan/pci200syn.c
4206 F:      drivers/net/wan/wanxl*
4207
4208 GENERIC INCLUDE/ASM HEADER FILES
4209 M:      Arnd Bergmann <arnd@arndb.de>
4210 L:      linux-arch@vger.kernel.org
4211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4212 S:      Maintained
4213 F:      include/asm-generic/
4214 F:      include/uapi/asm-generic/
4215
4216 GENERIC PHY FRAMEWORK
4217 M:      Kishon Vijay Abraham I <kishon@ti.com>
4218 L:      linux-kernel@vger.kernel.org
4219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4220 S:      Supported
4221 F:      drivers/phy/
4222 F:      include/linux/phy/
4223
4224 GENERIC UIO DRIVER FOR PCI DEVICES
4225 M:      "Michael S. Tsirkin" <mst@redhat.com>
4226 L:      kvm@vger.kernel.org
4227 S:      Supported
4228 F:      drivers/uio/uio_pci_generic.c
4229
4230 GET_MAINTAINER SCRIPT
4231 M:      Joe Perches <joe@perches.com>
4232 S:      Maintained
4233 F:      scripts/get_maintainer.pl
4234
4235 GFS2 FILE SYSTEM
4236 M:      Steven Whitehouse <swhiteho@redhat.com>
4237 L:      cluster-devel@redhat.com
4238 W:      http://sources.redhat.com/cluster/
4239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4240 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4241 S:      Supported
4242 F:      Documentation/filesystems/gfs2*.txt
4243 F:      fs/gfs2/
4244 F:      include/uapi/linux/gfs2_ondisk.h
4245
4246 GIGASET ISDN DRIVERS
4247 M:      Hansjoerg Lipp <hjlipp@web.de>
4248 M:      Tilman Schmidt <tilman@imap.cc>
4249 L:      gigaset307x-common@lists.sourceforge.net
4250 W:      http://gigaset307x.sourceforge.net/
4251 S:      Maintained
4252 F:      Documentation/isdn/README.gigaset
4253 F:      drivers/isdn/gigaset/
4254 F:      include/uapi/linux/gigaset_dev.h
4255
4256 GO7007 MPEG CODEC
4257 M:      Hans Verkuil <hans.verkuil@cisco.com>
4258 L:      linux-media@vger.kernel.org
4259 S:      Maintained
4260 F:      drivers/media/usb/go7007/
4261
4262 GOODIX TOUCHSCREEN
4263 M:      Bastien Nocera <hadess@hadess.net>
4264 L:      linux-input@vger.kernel.org
4265 S:      Maintained
4266 F:      drivers/input/touchscreen/goodix.c
4267
4268 GPIO SUBSYSTEM
4269 M:      Linus Walleij <linus.walleij@linaro.org>
4270 M:      Alexandre Courbot <gnurou@gmail.com>
4271 L:      linux-gpio@vger.kernel.org
4272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4273 S:      Maintained
4274 F:      Documentation/gpio/
4275 F:      drivers/gpio/
4276 F:      include/linux/gpio/
4277 F:      include/linux/gpio.h
4278 F:      include/asm-generic/gpio.h
4279
4280 GRE DEMULTIPLEXER DRIVER
4281 M:      Dmitry Kozlov <xeb@mail.ru>
4282 L:      netdev@vger.kernel.org
4283 S:      Maintained
4284 F:      net/ipv4/gre_demux.c
4285 F:      net/ipv4/gre_offload.c
4286 F:      include/net/gre.h
4287
4288 GRETH 10/100/1G Ethernet MAC device driver
4289 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4290 L:      netdev@vger.kernel.org
4291 S:      Maintained
4292 F:      drivers/net/ethernet/aeroflex/
4293
4294 GSPCA FINEPIX SUBDRIVER
4295 M:      Frank Zago <frank@zago.net>
4296 L:      linux-media@vger.kernel.org
4297 T:      git git://linuxtv.org/media_tree.git
4298 S:      Maintained
4299 F:      drivers/media/usb/gspca/finepix.c
4300
4301 GSPCA GL860 SUBDRIVER
4302 M:      Olivier Lorin <o.lorin@laposte.net>
4303 L:      linux-media@vger.kernel.org
4304 T:      git git://linuxtv.org/media_tree.git
4305 S:      Maintained
4306 F:      drivers/media/usb/gspca/gl860/
4307
4308 GSPCA M5602 SUBDRIVER
4309 M:      Erik Andren <erik.andren@gmail.com>
4310 L:      linux-media@vger.kernel.org
4311 T:      git git://linuxtv.org/media_tree.git
4312 S:      Maintained
4313 F:      drivers/media/usb/gspca/m5602/
4314
4315 GSPCA PAC207 SONIXB SUBDRIVER
4316 M:      Hans de Goede <hdegoede@redhat.com>
4317 L:      linux-media@vger.kernel.org
4318 T:      git git://linuxtv.org/media_tree.git
4319 S:      Maintained
4320 F:      drivers/media/usb/gspca/pac207.c
4321
4322 GSPCA SN9C20X SUBDRIVER
4323 M:      Brian Johnson <brijohn@gmail.com>
4324 L:      linux-media@vger.kernel.org
4325 T:      git git://linuxtv.org/media_tree.git
4326 S:      Maintained
4327 F:      drivers/media/usb/gspca/sn9c20x.c
4328
4329 GSPCA T613 SUBDRIVER
4330 M:      Leandro Costantino <lcostantino@gmail.com>
4331 L:      linux-media@vger.kernel.org
4332 T:      git git://linuxtv.org/media_tree.git
4333 S:      Maintained
4334 F:      drivers/media/usb/gspca/t613.c
4335
4336 GSPCA USB WEBCAM DRIVER
4337 M:      Hans de Goede <hdegoede@redhat.com>
4338 L:      linux-media@vger.kernel.org
4339 T:      git git://linuxtv.org/media_tree.git
4340 S:      Maintained
4341 F:      drivers/media/usb/gspca/
4342
4343 GUID PARTITION TABLE (GPT)
4344 M:      Davidlohr Bueso <davidlohr@hp.com>
4345 L:      linux-efi@vger.kernel.org
4346 S:      Maintained
4347 F:      block/partitions/efi.*
4348
4349 STK1160 USB VIDEO CAPTURE DRIVER
4350 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4351 L:      linux-media@vger.kernel.org
4352 T:      git git://linuxtv.org/media_tree.git
4353 S:      Maintained
4354 F:      drivers/media/usb/stk1160/
4355
4356 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4357 M:      Frank Seidel <frank@f-seidel.de>
4358 L:      platform-driver-x86@vger.kernel.org
4359 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4360 S:      Maintained
4361 F:      drivers/platform/x86/hdaps.c
4362
4363 HDPVR USB VIDEO ENCODER DRIVER
4364 M:      Hans Verkuil <hverkuil@xs4all.nl>
4365 L:      linux-media@vger.kernel.org
4366 T:      git git://linuxtv.org/media_tree.git
4367 W:      http://linuxtv.org
4368 S:      Odd Fixes
4369 F:      drivers/media/usb/hdpvr/
4370
4371 HWPOISON MEMORY FAILURE HANDLING
4372 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4373 L:      linux-mm@kvack.org
4374 S:      Maintained
4375 F:      mm/memory-failure.c
4376 F:      mm/hwpoison-inject.c
4377
4378 HYPERVISOR VIRTUAL CONSOLE DRIVER
4379 L:      linuxppc-dev@lists.ozlabs.org
4380 S:      Odd Fixes
4381 F:      drivers/tty/hvc/
4382
4383 HACKRF MEDIA DRIVER
4384 M:      Antti Palosaari <crope@iki.fi>
4385 L:      linux-media@vger.kernel.org
4386 W:      http://linuxtv.org/
4387 W:      http://palosaari.fi/linux/
4388 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4389 T:      git git://linuxtv.org/anttip/media_tree.git
4390 S:      Maintained
4391 F:      drivers/media/usb/hackrf/
4392
4393 HARDWARE MONITORING
4394 M:      Jean Delvare <jdelvare@suse.de>
4395 M:      Guenter Roeck <linux@roeck-us.net>
4396 L:      lm-sensors@lm-sensors.org
4397 W:      http://www.lm-sensors.org/
4398 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4400 S:      Maintained
4401 F:      Documentation/hwmon/
4402 F:      drivers/hwmon/
4403 F:      include/linux/hwmon*.h
4404
4405 HARDWARE RANDOM NUMBER GENERATOR CORE
4406 M:      Matt Mackall <mpm@selenic.com>
4407 M:      Herbert Xu <herbert@gondor.apana.org.au>
4408 S:      Odd fixes
4409 F:      Documentation/hw_random.txt
4410 F:      drivers/char/hw_random/
4411 F:      include/linux/hw_random.h
4412
4413 HARDWARE SPINLOCK CORE
4414 M:      Ohad Ben-Cohen <ohad@wizery.com>
4415 S:      Maintained
4416 F:      Documentation/hwspinlock.txt
4417 F:      drivers/hwspinlock/hwspinlock_*
4418 F:      include/linux/hwspinlock.h
4419
4420 HARMONY SOUND DRIVER
4421 L:      linux-parisc@vger.kernel.org
4422 S:      Maintained
4423 F:      sound/parisc/harmony.*
4424
4425 HD29L2 MEDIA DRIVER
4426 M:      Antti Palosaari <crope@iki.fi>
4427 L:      linux-media@vger.kernel.org
4428 W:      http://linuxtv.org/
4429 W:      http://palosaari.fi/linux/
4430 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4431 T:      git git://linuxtv.org/anttip/media_tree.git
4432 S:      Maintained
4433 F:      drivers/media/dvb-frontends/hd29l2*
4434
4435 HEWLETT-PACKARD SMART2 RAID DRIVER
4436 L:      iss_storagedev@hp.com
4437 S:      Orphan
4438 F:      Documentation/blockdev/cpqarray.txt
4439 F:      drivers/block/cpqarray.*
4440
4441 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4442 M:      Don Brace <don.brace@pmcs.com>
4443 L:      iss_storagedev@hp.com
4444 L:      storagedev@pmcs.com
4445 L:      linux-scsi@vger.kernel.org
4446 S:      Supported
4447 F:      Documentation/scsi/hpsa.txt
4448 F:      drivers/scsi/hpsa*.[ch]
4449 F:      include/linux/cciss*.h
4450 F:      include/uapi/linux/cciss*.h
4451
4452 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4453 M:      Don Brace <don.brace@pmcs.com>
4454 L:      iss_storagedev@hp.com
4455 L:      storagedev@pmcs.com
4456 L:      linux-scsi@vger.kernel.org
4457 S:      Supported
4458 F:      Documentation/blockdev/cciss.txt
4459 F:      drivers/block/cciss*
4460 F:      include/linux/cciss_ioctl.h
4461 F:      include/uapi/linux/cciss_ioctl.h
4462
4463 HFS FILESYSTEM
4464 L:      linux-fsdevel@vger.kernel.org
4465 S:      Orphan
4466 F:      Documentation/filesystems/hfs.txt
4467 F:      fs/hfs/
4468
4469 HFSPLUS FILESYSTEM
4470 L:      linux-fsdevel@vger.kernel.org
4471 S:      Orphan
4472 F:      Documentation/filesystems/hfsplus.txt
4473 F:      fs/hfsplus/
4474
4475 HGA FRAMEBUFFER DRIVER
4476 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4477 L:      linux-nvidia@lists.surfsouth.com
4478 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4479 S:      Maintained
4480 F:      drivers/video/fbdev/hgafb.c
4481
4482 HIBERNATION (aka Software Suspend, aka swsusp)
4483 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4484 M:      Pavel Machek <pavel@ucw.cz>
4485 L:      linux-pm@vger.kernel.org
4486 S:      Supported
4487 F:      arch/x86/power/
4488 F:      drivers/base/power/
4489 F:      kernel/power/
4490 F:      include/linux/suspend.h
4491 F:      include/linux/freezer.h
4492 F:      include/linux/pm.h
4493 F:      arch/*/include/asm/suspend*.h
4494
4495 HID CORE LAYER
4496 M:      Jiri Kosina <jkosina@suse.cz>
4497 L:      linux-input@vger.kernel.org
4498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4499 S:      Maintained
4500 F:      drivers/hid/
4501 F:      include/linux/hid*
4502 F:      include/uapi/linux/hid*
4503
4504 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4505 M:      Thomas Gleixner <tglx@linutronix.de>
4506 L:      linux-kernel@vger.kernel.org
4507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4508 S:      Maintained
4509 F:      Documentation/timers/
4510 F:      kernel/time/hrtimer.c
4511 F:      kernel/time/clockevents.c
4512 F:      kernel/time/tick*.*
4513 F:      kernel/time/timer_*.c
4514 F:      include/linux/clockchips.h
4515 F:      include/linux/hrtimer.h
4516
4517 HIGH-SPEED SCC DRIVER FOR AX.25
4518 L:      linux-hams@vger.kernel.org
4519 S:      Orphan
4520 F:      drivers/net/hamradio/dmascc.c
4521 F:      drivers/net/hamradio/scc.c
4522
4523 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4524 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4525 W:      http://www.highpoint-tech.com
4526 S:      Supported
4527 F:      Documentation/scsi/hptiop.txt
4528 F:      drivers/scsi/hptiop.c
4529
4530 HIPPI
4531 M:      Jes Sorensen <jes@trained-monkey.org>
4532 L:      linux-hippi@sunsite.dk
4533 S:      Maintained
4534 F:      include/linux/hippidevice.h
4535 F:      include/uapi/linux/if_hippi.h
4536 F:      net/802/hippi.c
4537 F:      drivers/net/hippi/
4538
4539 HOST AP DRIVER
4540 M:      Jouni Malinen <j@w1.fi>
4541 L:      hostap@shmoo.com (subscribers-only)
4542 L:      linux-wireless@vger.kernel.org
4543 W:      http://hostap.epitest.fi/
4544 S:      Maintained
4545 F:      drivers/net/wireless/hostap/
4546
4547 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4548 L:      platform-driver-x86@vger.kernel.org
4549 S:      Orphan
4550 F:      drivers/platform/x86/tc1100-wmi.c
4551
4552 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4553 M:      Jaroslav Kysela <perex@perex.cz>
4554 S:      Maintained
4555 F:      drivers/net/ethernet/hp/hp100.*
4556
4557 HPET:   High Precision Event Timers driver
4558 M:      Clemens Ladisch <clemens@ladisch.de>
4559 S:      Maintained
4560 F:      Documentation/timers/hpet.txt
4561 F:      drivers/char/hpet.c
4562 F:      include/linux/hpet.h
4563 F:      include/uapi/linux/hpet.h
4564
4565 HPET:   x86
4566 S:      Orphan
4567 F:      arch/x86/kernel/hpet.c
4568 F:      arch/x86/include/asm/hpet.h
4569
4570 HPFS FILESYSTEM
4571 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4572 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4573 S:      Maintained
4574 F:      fs/hpfs/
4575
4576 HSI SUBSYSTEM
4577 M:      Sebastian Reichel <sre@kernel.org>
4578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4579 S:      Maintained
4580 F:      Documentation/ABI/testing/sysfs-bus-hsi
4581 F:      Documentation/hsi.txt
4582 F:      drivers/hsi/
4583 F:      include/linux/hsi/
4584 F:      include/uapi/linux/hsi/
4585
4586 HSO 3G MODEM DRIVER
4587 M:      Jan Dumon <j.dumon@option.com>
4588 W:      http://www.pharscape.org
4589 S:      Maintained
4590 F:      drivers/net/usb/hso.c
4591
4592 HSR NETWORK PROTOCOL
4593 M:      Arvid Brodin <arvid.brodin@alten.se>
4594 L:      netdev@vger.kernel.org
4595 S:      Maintained
4596 F:      net/hsr/
4597
4598 HTCPEN TOUCHSCREEN DRIVER
4599 M:      Pau Oliva Fora <pof@eslack.org>
4600 L:      linux-input@vger.kernel.org
4601 S:      Maintained
4602 F:      drivers/input/touchscreen/htcpen.c
4603
4604 HUGETLB FILESYSTEM
4605 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4606 S:      Maintained
4607 F:      fs/hugetlbfs/
4608
4609 Hyper-V CORE AND DRIVERS
4610 M:      K. Y. Srinivasan <kys@microsoft.com>
4611 M:      Haiyang Zhang <haiyangz@microsoft.com>
4612 L:      devel@linuxdriverproject.org
4613 S:      Maintained
4614 F:      arch/x86/include/asm/mshyperv.h
4615 F:      arch/x86/include/uapi/asm/hyperv.h
4616 F:      arch/x86/kernel/cpu/mshyperv.c
4617 F:      drivers/hid/hid-hyperv.c
4618 F:      drivers/hv/
4619 F:      drivers/input/serio/hyperv-keyboard.c
4620 F:      drivers/net/hyperv/
4621 F:      drivers/scsi/storvsc_drv.c
4622 F:      drivers/video/fbdev/hyperv_fb.c
4623 F:      include/linux/hyperv.h
4624 F:      tools/hv/
4625
4626 I2C OVER PARALLEL PORT
4627 M:      Jean Delvare <jdelvare@suse.de>
4628 L:      linux-i2c@vger.kernel.org
4629 S:      Maintained
4630 F:      Documentation/i2c/busses/i2c-parport
4631 F:      Documentation/i2c/busses/i2c-parport-light
4632 F:      drivers/i2c/busses/i2c-parport.c
4633 F:      drivers/i2c/busses/i2c-parport-light.c
4634
4635 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4636 M:      Jean Delvare <jdelvare@suse.de>
4637 L:      linux-i2c@vger.kernel.org
4638 S:      Maintained
4639 F:      Documentation/i2c/busses/i2c-ali1535
4640 F:      Documentation/i2c/busses/i2c-ali1563
4641 F:      Documentation/i2c/busses/i2c-ali15x3
4642 F:      Documentation/i2c/busses/i2c-amd756
4643 F:      Documentation/i2c/busses/i2c-amd8111
4644 F:      Documentation/i2c/busses/i2c-i801
4645 F:      Documentation/i2c/busses/i2c-nforce2
4646 F:      Documentation/i2c/busses/i2c-piix4
4647 F:      Documentation/i2c/busses/i2c-sis5595
4648 F:      Documentation/i2c/busses/i2c-sis630
4649 F:      Documentation/i2c/busses/i2c-sis96x
4650 F:      Documentation/i2c/busses/i2c-via
4651 F:      Documentation/i2c/busses/i2c-viapro
4652 F:      drivers/i2c/busses/i2c-ali1535.c
4653 F:      drivers/i2c/busses/i2c-ali1563.c
4654 F:      drivers/i2c/busses/i2c-ali15x3.c
4655 F:      drivers/i2c/busses/i2c-amd756.c
4656 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4657 F:      drivers/i2c/busses/i2c-amd8111.c
4658 F:      drivers/i2c/busses/i2c-i801.c
4659 F:      drivers/i2c/busses/i2c-isch.c
4660 F:      drivers/i2c/busses/i2c-nforce2.c
4661 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4662 F:      drivers/i2c/busses/i2c-piix4.c
4663 F:      drivers/i2c/busses/i2c-sis5595.c
4664 F:      drivers/i2c/busses/i2c-sis630.c
4665 F:      drivers/i2c/busses/i2c-sis96x.c
4666 F:      drivers/i2c/busses/i2c-via.c
4667 F:      drivers/i2c/busses/i2c-viapro.c
4668
4669 I2C/SMBUS ISMT DRIVER
4670 M:      Seth Heasley <seth.heasley@intel.com>
4671 M:      Neil Horman <nhorman@tuxdriver.com>
4672 L:      linux-i2c@vger.kernel.org
4673 F:      drivers/i2c/busses/i2c-ismt.c
4674 F:      Documentation/i2c/busses/i2c-ismt
4675
4676 I2C/SMBUS STUB DRIVER
4677 M:      Jean Delvare <jdelvare@suse.de>
4678 L:      linux-i2c@vger.kernel.org
4679 S:      Maintained
4680 F:      drivers/i2c/i2c-stub.c
4681
4682 I2C SUBSYSTEM
4683 M:      Wolfram Sang <wsa@the-dreams.de>
4684 L:      linux-i2c@vger.kernel.org
4685 W:      https://i2c.wiki.kernel.org/
4686 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4687 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4688 S:      Maintained
4689 F:      Documentation/devicetree/bindings/i2c/
4690 F:      Documentation/i2c/
4691 F:      drivers/i2c/
4692 F:      include/linux/i2c.h
4693 F:      include/linux/i2c-*.h
4694 F:      include/uapi/linux/i2c.h
4695 F:      include/uapi/linux/i2c-*.h
4696
4697 I2C ACPI SUPPORT
4698 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4699 L:      linux-i2c@vger.kernel.org
4700 L:      linux-acpi@vger.kernel.org
4701 S:      Maintained
4702
4703 I2C-TAOS-EVM DRIVER
4704 M:      Jean Delvare <jdelvare@suse.de>
4705 L:      linux-i2c@vger.kernel.org
4706 S:      Maintained
4707 F:      Documentation/i2c/busses/i2c-taos-evm
4708 F:      drivers/i2c/busses/i2c-taos-evm.c
4709
4710 I2C-TINY-USB DRIVER
4711 M:      Till Harbaum <till@harbaum.org>
4712 L:      linux-i2c@vger.kernel.org
4713 W:      http://www.harbaum.org/till/i2c_tiny_usb
4714 S:      Maintained
4715 F:      drivers/i2c/busses/i2c-tiny-usb.c
4716
4717 i386 BOOT CODE
4718 M:      "H. Peter Anvin" <hpa@zytor.com>
4719 S:      Maintained
4720 F:      arch/x86/boot/
4721
4722 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4723 M:      "H. Peter Anvin" <hpa@zytor.com>
4724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4725 S:      Maintained
4726
4727 IA64 (Itanium) PLATFORM
4728 M:      Tony Luck <tony.luck@intel.com>
4729 M:      Fenghua Yu <fenghua.yu@intel.com>
4730 L:      linux-ia64@vger.kernel.org
4731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4732 S:      Maintained
4733 F:      arch/ia64/
4734
4735 IBM Power in-Nest Crypto Acceleration
4736 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4737 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4738 L:      linux-crypto@vger.kernel.org
4739 S:      Supported
4740 F:      drivers/crypto/nx/
4741
4742 IBM Power 842 compression accelerator
4743 M:      Dan Streetman <ddstreet@us.ibm.com>
4744 S:      Supported
4745 F:      drivers/crypto/nx/nx-842.c
4746 F:      include/linux/nx842.h
4747
4748 IBM Power Linux RAID adapter
4749 M:      Brian King <brking@us.ibm.com>
4750 S:      Supported
4751 F:      drivers/scsi/ipr.*
4752
4753 IBM Power Virtual Ethernet Device Driver
4754 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4755 L:      netdev@vger.kernel.org
4756 S:      Supported
4757 F:      drivers/net/ethernet/ibm/ibmveth.*
4758
4759 IBM Power Virtual SCSI Device Drivers
4760 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4761 L:      linux-scsi@vger.kernel.org
4762 S:      Supported
4763 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4764 F:      drivers/scsi/ibmvscsi/viosrp.h
4765
4766 IBM Power Virtual FC Device Drivers
4767 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4768 L:      linux-scsi@vger.kernel.org
4769 S:      Supported
4770 F:      drivers/scsi/ibmvscsi/ibmvfc*
4771
4772 IBM ServeRAID RAID DRIVER
4773 S:      Orphan
4774 F:      drivers/scsi/ips.*
4775
4776 ICH LPC AND GPIO DRIVER
4777 M:      Peter Tyser <ptyser@xes-inc.com>
4778 S:      Maintained
4779 F:      drivers/mfd/lpc_ich.c
4780 F:      drivers/gpio/gpio-ich.c
4781
4782 IDE SUBSYSTEM
4783 M:      "David S. Miller" <davem@davemloft.net>
4784 L:      linux-ide@vger.kernel.org
4785 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4787 S:      Maintained
4788 F:      Documentation/ide/
4789 F:      drivers/ide/
4790 F:      include/linux/ide.h
4791
4792 IDEAPAD LAPTOP EXTRAS DRIVER
4793 M:      Ike Panhc <ike.pan@canonical.com>
4794 L:      platform-driver-x86@vger.kernel.org
4795 W:      http://launchpad.net/ideapad-laptop
4796 S:      Maintained
4797 F:      drivers/platform/x86/ideapad-laptop.c
4798
4799 IDEAPAD LAPTOP SLIDEBAR DRIVER
4800 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4801 L:      linux-input@vger.kernel.org
4802 W:      https://github.com/o2genum/ideapad-slidebar
4803 S:      Maintained
4804 F:      drivers/input/misc/ideapad_slidebar.c
4805
4806 IDE/ATAPI DRIVERS
4807 M:      Borislav Petkov <bp@alien8.de>
4808 L:      linux-ide@vger.kernel.org
4809 S:      Maintained
4810 F:      Documentation/cdrom/ide-cd
4811 F:      drivers/ide/ide-cd*
4812
4813 IDLE-I7300
4814 M:      Andy Henroid <andrew.d.henroid@intel.com>
4815 L:      linux-pm@vger.kernel.org
4816 S:      Supported
4817 F:      drivers/idle/i7300_idle.c
4818
4819 IEEE 802.15.4 SUBSYSTEM
4820 M:      Alexander Aring <alex.aring@gmail.com>
4821 L:      linux-wpan@vger.kernel.org
4822 W:      https://github.com/linux-wpan
4823 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4824 S:      Maintained
4825 F:      net/ieee802154/
4826 F:      net/mac802154/
4827 F:      drivers/net/ieee802154/
4828 F:      include/linux/nl802154.h
4829 F:      include/linux/ieee802154.h
4830 F:      include/net/nl802154.h
4831 F:      include/net/mac802154.h
4832 F:      include/net/af_ieee802154.h
4833 F:      include/net/cfg802154.h
4834 F:      include/net/ieee802154_netdev.h
4835 F:      Documentation/networking/ieee802154.txt
4836
4837 IGORPLUG-USB IR RECEIVER
4838 M:      Sean Young <sean@mess.org>
4839 L:      linux-media@vger.kernel.org
4840 S:      Maintained
4841 F:      drivers/media/rc/igorplugusb.c
4842
4843 IGUANAWORKS USB IR TRANSCEIVER
4844 M:      Sean Young <sean@mess.org>
4845 L:      linux-media@vger.kernel.org
4846 S:      Maintained
4847 F:      drivers/media/rc/iguanair.c
4848
4849 IIO SUBSYSTEM AND DRIVERS
4850 M:      Jonathan Cameron <jic23@kernel.org>
4851 R:      Hartmut Knaack <knaack.h@gmx.de>
4852 R:      Lars-Peter Clausen <lars@metafoo.de>
4853 R:      Peter Meerwald <pmeerw@pmeerw.net>
4854 L:      linux-iio@vger.kernel.org
4855 S:      Maintained
4856 F:      drivers/iio/
4857 F:      drivers/staging/iio/
4858 F:      include/linux/iio/
4859
4860 IKANOS/ADI EAGLE ADSL USB DRIVER
4861 M:      Matthieu Castet <castet.matthieu@free.fr>
4862 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4863 S:      Maintained
4864 F:      drivers/usb/atm/ueagle-atm.c
4865
4866 INA209 HARDWARE MONITOR DRIVER
4867 M:      Guenter Roeck <linux@roeck-us.net>
4868 L:      lm-sensors@lm-sensors.org
4869 S:      Maintained
4870 F:      Documentation/hwmon/ina209
4871 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4872 F:      drivers/hwmon/ina209.c
4873
4874 INA2XX HARDWARE MONITOR DRIVER
4875 M:      Guenter Roeck <linux@roeck-us.net>
4876 L:      lm-sensors@lm-sensors.org
4877 S:      Maintained
4878 F:      Documentation/hwmon/ina2xx
4879 F:      drivers/hwmon/ina2xx.c
4880 F:      include/linux/platform_data/ina2xx.h
4881
4882 INDUSTRY PACK SUBSYSTEM (IPACK)
4883 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4884 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4885 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4886 L:      industrypack-devel@lists.sourceforge.net
4887 W:      http://industrypack.sourceforge.net
4888 S:      Maintained
4889 F:      drivers/ipack/
4890
4891 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4892 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4893 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4894 L:      linux-ima-devel@lists.sourceforge.net
4895 L:      linux-ima-user@lists.sourceforge.net
4896 L:      linux-security-module@vger.kernel.org
4897 S:      Supported
4898 F:      security/integrity/ima/
4899
4900 IMGTEC IR DECODER DRIVER
4901 M:      James Hogan <james.hogan@imgtec.com>
4902 S:      Maintained
4903 F:      drivers/media/rc/img-ir/
4904
4905 IMS TWINTURBO FRAMEBUFFER DRIVER
4906 L:      linux-fbdev@vger.kernel.org
4907 S:      Orphan
4908 F:      drivers/video/fbdev/imsttfb.c
4909
4910 INFINIBAND SUBSYSTEM
4911 M:      Roland Dreier <roland@kernel.org>
4912 M:      Sean Hefty <sean.hefty@intel.com>
4913 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4914 L:      linux-rdma@vger.kernel.org
4915 W:      http://www.openfabrics.org/
4916 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4917 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4918 S:      Supported
4919 F:      Documentation/infiniband/
4920 F:      drivers/infiniband/
4921 F:      include/uapi/linux/if_infiniband.h
4922
4923 INOTIFY
4924 M:      John McCutchan <john@johnmccutchan.com>
4925 M:      Robert Love <rlove@rlove.org>
4926 M:      Eric Paris <eparis@parisplace.org>
4927 S:      Maintained
4928 F:      Documentation/filesystems/inotify.txt
4929 F:      fs/notify/inotify/
4930 F:      include/linux/inotify.h
4931 F:      include/uapi/linux/inotify.h
4932
4933 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4934 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4935 L:      linux-input@vger.kernel.org
4936 Q:      http://patchwork.kernel.org/project/linux-input/list/
4937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4938 S:      Maintained
4939 F:      drivers/input/
4940 F:      include/linux/input.h
4941 F:      include/uapi/linux/input.h
4942 F:      include/linux/input/
4943
4944 INPUT MULTITOUCH (MT) PROTOCOL
4945 M:      Henrik Rydberg <rydberg@bitmath.org>
4946 L:      linux-input@vger.kernel.org
4947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4948 S:      Odd fixes
4949 F:      Documentation/input/multi-touch-protocol.txt
4950 F:      drivers/input/input-mt.c
4951 K:      \b(ABS|SYN)_MT_
4952
4953 INTEL C600 SERIES SAS CONTROLLER DRIVER
4954 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4955 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4956 L:      linux-scsi@vger.kernel.org
4957 T:      git git://git.code.sf.net/p/intel-sas/isci
4958 S:      Supported
4959 F:      drivers/scsi/isci/
4960
4961 INTEL IDLE DRIVER
4962 M:      Len Brown <lenb@kernel.org>
4963 L:      linux-pm@vger.kernel.org
4964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4965 S:      Supported
4966 F:      drivers/idle/intel_idle.c
4967
4968 INTEL PSTATE DRIVER
4969 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
4970 L:      linux-pm@vger.kernel.org
4971 S:      Supported
4972 F:      drivers/cpufreq/intel_pstate.c
4973
4974 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4975 M:      Maik Broemme <mbroemme@plusserver.de>
4976 L:      linux-fbdev@vger.kernel.org
4977 S:      Maintained
4978 F:      Documentation/fb/intelfb.txt
4979 F:      drivers/video/fbdev/intelfb/
4980
4981 INTEL 810/815 FRAMEBUFFER DRIVER
4982 M:      Antonino Daplas <adaplas@gmail.com>
4983 L:      linux-fbdev@vger.kernel.org
4984 S:      Maintained
4985 F:      drivers/video/fbdev/i810/
4986
4987 INTEL MENLOW THERMAL DRIVER
4988 M:      Sujith Thomas <sujith.thomas@intel.com>
4989 L:      platform-driver-x86@vger.kernel.org
4990 W:      https://01.org/linux-acpi
4991 S:      Supported
4992 F:      drivers/platform/x86/intel_menlow.c
4993
4994 INTEL IA32 MICROCODE UPDATE SUPPORT
4995 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4996 S:      Maintained
4997 F:      arch/x86/kernel/cpu/microcode/core*
4998 F:      arch/x86/kernel/cpu/microcode/intel*
4999
5000 INTEL I/OAT DMA DRIVER
5001 M:      Dave Jiang <dave.jiang@intel.com>
5002 R:      Dan Williams <dan.j.williams@intel.com>
5003 L:      dmaengine@vger.kernel.org
5004 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5005 S:      Supported
5006 F:      drivers/dma/ioat*
5007
5008 INTEL IOMMU (VT-d)
5009 M:      David Woodhouse <dwmw2@infradead.org>
5010 L:      iommu@lists.linux-foundation.org
5011 T:      git git://git.infradead.org/iommu-2.6.git
5012 S:      Supported
5013 F:      drivers/iommu/intel-iommu.c
5014 F:      include/linux/intel-iommu.h
5015
5016 INTEL IOP-ADMA DMA DRIVER
5017 R:      Dan Williams <dan.j.williams@intel.com>
5018 S:      Odd fixes
5019 F:      drivers/dma/iop-adma.c
5020
5021 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5022 M:      Krzysztof Halasa <khalasa@piap.pl>
5023 S:      Maintained
5024 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5025 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5026 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5027 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5028 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5029 F:      drivers/net/wan/ixp4xx_hss.c
5030
5031 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5032 M:      Deepak Saxena <dsaxena@plexity.net>
5033 S:      Maintained
5034 F:      drivers/char/hw_random/ixp4xx-rng.c
5035
5036 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5037 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5038 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5039 M:      Bruce Allan <bruce.w.allan@intel.com>
5040 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5041 M:      Don Skidmore <donald.c.skidmore@intel.com>
5042 M:      Greg Rose <gregory.v.rose@intel.com>
5043 M:      Matthew Vick <matthew.vick@intel.com>
5044 M:      John Ronciak <john.ronciak@intel.com>
5045 M:      Mitch Williams <mitch.a.williams@intel.com>
5046 M:      Linux NICS <linux.nics@intel.com>
5047 L:      e1000-devel@lists.sourceforge.net
5048 W:      http://www.intel.com/support/feedback.htm
5049 W:      http://e1000.sourceforge.net/
5050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5051 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5052 S:      Supported
5053 F:      Documentation/networking/e100.txt
5054 F:      Documentation/networking/e1000.txt
5055 F:      Documentation/networking/e1000e.txt
5056 F:      Documentation/networking/igb.txt
5057 F:      Documentation/networking/igbvf.txt
5058 F:      Documentation/networking/ixgb.txt
5059 F:      Documentation/networking/ixgbe.txt
5060 F:      Documentation/networking/ixgbevf.txt
5061 F:      Documentation/networking/i40e.txt
5062 F:      Documentation/networking/i40evf.txt
5063 F:      drivers/net/ethernet/intel/
5064 F:      drivers/net/ethernet/intel/*/
5065
5066 INTEL-MID GPIO DRIVER
5067 M:      David Cohen <david.a.cohen@linux.intel.com>
5068 L:      linux-gpio@vger.kernel.org
5069 S:      Maintained
5070 F:      drivers/gpio/gpio-intel-mid.c
5071
5072 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5073 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5074 L:      linux-wireless@vger.kernel.org
5075 S:      Maintained
5076 F:      Documentation/networking/README.ipw2100
5077 F:      Documentation/networking/README.ipw2200
5078 F:      drivers/net/wireless/ipw2x00/
5079
5080 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5081 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5082 M:      Gang Wei <gang.wei@intel.com>
5083 M:      Shane Wang <shane.wang@intel.com>
5084 L:      tboot-devel@lists.sourceforge.net
5085 W:      http://tboot.sourceforge.net
5086 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5087 S:      Supported
5088 F:      Documentation/intel_txt.txt
5089 F:      include/linux/tboot.h
5090 F:      arch/x86/kernel/tboot.c
5091
5092 INTEL WIRELESS WIMAX CONNECTION 2400
5093 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5094 M:      linux-wimax@intel.com
5095 L:     wimax@linuxwimax.org (subscribers-only)
5096 S:      Supported
5097 W:      http://linuxwimax.org
5098 F:      Documentation/wimax/README.i2400m
5099 F:      drivers/net/wimax/i2400m/
5100 F:      include/uapi/linux/wimax/i2400m.h
5101
5102 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5103 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5104 L:      linux-wireless@vger.kernel.org
5105 S:      Supported
5106 F:      drivers/net/wireless/iwlegacy/
5107
5108 INTEL WIRELESS WIFI LINK (iwlwifi)
5109 M:      Johannes Berg <johannes.berg@intel.com>
5110 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5111 M:      Intel Linux Wireless <ilw@linux.intel.com>
5112 L:      linux-wireless@vger.kernel.org
5113 W:      http://intellinuxwireless.org
5114 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5115 S:      Supported
5116 F:      drivers/net/wireless/iwlwifi/
5117
5118 INTEL MANAGEMENT ENGINE (mei)
5119 M:      Tomas Winkler <tomas.winkler@intel.com>
5120 L:      linux-kernel@vger.kernel.org
5121 S:      Supported
5122 F:      include/uapi/linux/mei.h
5123 F:      drivers/misc/mei/*
5124 F:      Documentation/misc-devices/mei/*
5125
5126 IOC3 ETHERNET DRIVER
5127 M:      Ralf Baechle <ralf@linux-mips.org>
5128 L:      linux-mips@linux-mips.org
5129 S:      Maintained
5130 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5131
5132 IOC3 SERIAL DRIVER
5133 M:      Pat Gefre <pfg@sgi.com>
5134 L:      linux-serial@vger.kernel.org
5135 S:      Maintained
5136 F:      drivers/tty/serial/ioc3_serial.c
5137
5138 IOMMU DRIVERS
5139 M:      Joerg Roedel <joro@8bytes.org>
5140 L:      iommu@lists.linux-foundation.org
5141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5142 S:      Maintained
5143 F:      drivers/iommu/
5144
5145 IP MASQUERADING
5146 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5147 S:      Maintained
5148 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5149
5150 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5151 M:      Francois Romieu <romieu@fr.zoreil.com>
5152 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5153 L:      netdev@vger.kernel.org
5154 S:      Maintained
5155 F:      drivers/net/ethernet/icplus/ipg.*
5156
5157 IPATH DRIVER
5158 M:      Mike Marciniszyn <infinipath@intel.com>
5159 L:      linux-rdma@vger.kernel.org
5160 S:      Maintained
5161 F:      drivers/infiniband/hw/ipath/
5162
5163 IPMI SUBSYSTEM
5164 M:      Corey Minyard <minyard@acm.org>
5165 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5166 W:      http://openipmi.sourceforge.net/
5167 S:      Supported
5168 F:      Documentation/IPMI.txt
5169 F:      drivers/char/ipmi/
5170 F:      include/linux/ipmi*
5171 F:      include/uapi/linux/ipmi*
5172
5173 IPS SCSI RAID DRIVER
5174 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5175 L:      linux-scsi@vger.kernel.org
5176 W:      http://www.adaptec.com/
5177 S:      Maintained
5178 F:      drivers/scsi/ips*
5179
5180 IPVS
5181 M:      Wensong Zhang <wensong@linux-vs.org>
5182 M:      Simon Horman <horms@verge.net.au>
5183 M:      Julian Anastasov <ja@ssi.bg>
5184 L:      netdev@vger.kernel.org
5185 L:      lvs-devel@vger.kernel.org
5186 S:      Maintained
5187 F:      Documentation/networking/ipvs-sysctl.txt
5188 F:      include/net/ip_vs.h
5189 F:      include/uapi/linux/ip_vs.h
5190 F:      net/netfilter/ipvs/
5191
5192 IPWIRELESS DRIVER
5193 M:      Jiri Kosina <jkosina@suse.cz>
5194 M:      David Sterba <dsterba@suse.cz>
5195 S:      Odd Fixes
5196 F:      drivers/tty/ipwireless/
5197
5198 IPX NETWORK LAYER
5199 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5200 L:      netdev@vger.kernel.org
5201 S:      Maintained
5202 F:      include/net/ipx.h
5203 F:      include/uapi/linux/ipx.h
5204 F:      net/ipx/
5205
5206 IRDA SUBSYSTEM
5207 M:      Samuel Ortiz <samuel@sortiz.org>
5208 L:      irda-users@lists.sourceforge.net (subscribers-only)
5209 L:      netdev@vger.kernel.org
5210 W:      http://irda.sourceforge.net/
5211 S:      Maintained
5212 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5213 F:      Documentation/networking/irda.txt
5214 F:      drivers/net/irda/
5215 F:      include/net/irda/
5216 F:      net/irda/
5217
5218 IRQ SUBSYSTEM
5219 M:      Thomas Gleixner <tglx@linutronix.de>
5220 L:      linux-kernel@vger.kernel.org
5221 S:      Maintained
5222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5223 F:      kernel/irq/
5224
5225 IRQCHIP DRIVERS
5226 M:      Thomas Gleixner <tglx@linutronix.de>
5227 M:      Jason Cooper <jason@lakedaemon.net>
5228 L:      linux-kernel@vger.kernel.org
5229 S:      Maintained
5230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5231 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5232 F:      Documentation/devicetree/bindings/interrupt-controller/
5233 F:      drivers/irqchip/
5234
5235 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5236 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5237 S:      Maintained
5238 F:      Documentation/IRQ-domain.txt
5239 F:      include/linux/irqdomain.h
5240 F:      kernel/irq/irqdomain.c
5241
5242 ISAPNP
5243 M:      Jaroslav Kysela <perex@perex.cz>
5244 S:      Maintained
5245 F:      Documentation/isapnp.txt
5246 F:      drivers/pnp/isapnp/
5247 F:      include/linux/isapnp.h
5248
5249 ISA RADIO MODULE
5250 M:      Hans Verkuil <hverkuil@xs4all.nl>
5251 L:      linux-media@vger.kernel.org
5252 T:      git git://linuxtv.org/media_tree.git
5253 W:      http://linuxtv.org
5254 S:      Maintained
5255 F:      drivers/media/radio/radio-isa*
5256
5257 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5258 M:      Peter Jones <pjones@redhat.com>
5259 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5260 S:      Maintained
5261 F:      drivers/firmware/iscsi_ibft*
5262
5263 ISCSI
5264 M:      Mike Christie <michaelc@cs.wisc.edu>
5265 L:      open-iscsi@googlegroups.com
5266 W:      www.open-iscsi.org
5267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5268 S:      Maintained
5269 F:      drivers/scsi/*iscsi*
5270 F:      include/scsi/*iscsi*
5271
5272 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5273 M:      Or Gerlitz <ogerlitz@mellanox.com>
5274 M:      Sagi Grimberg <sagig@mellanox.com>
5275 M:      Roi Dayan <roid@mellanox.com>
5276 L:      linux-rdma@vger.kernel.org
5277 S:      Supported
5278 W:      http://www.openfabrics.org
5279 W:      www.open-iscsi.org
5280 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5281 F:      drivers/infiniband/ulp/iser/
5282
5283 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5284 M:      Sagi Grimberg <sagig@mellanox.com>
5285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5286 L:      linux-rdma@vger.kernel.org
5287 L:      target-devel@vger.kernel.org
5288 S:      Supported
5289 W:      http://www.linux-iscsi.org
5290 F:      drivers/infiniband/ulp/isert
5291
5292 ISDN SUBSYSTEM
5293 M:      Karsten Keil <isdn@linux-pingi.de>
5294 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5295 L:      netdev@vger.kernel.org
5296 W:      http://www.isdn4linux.de
5297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5298 S:      Maintained
5299 F:      Documentation/isdn/
5300 F:      drivers/isdn/
5301 F:      include/linux/isdn.h
5302 F:      include/linux/isdn/
5303 F:      include/uapi/linux/isdn.h
5304 F:      include/uapi/linux/isdn/
5305
5306 ISDN SUBSYSTEM (Eicon active card driver)
5307 M:      Armin Schindler <mac@melware.de>
5308 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5309 W:      http://www.melware.de
5310 S:      Maintained
5311 F:      drivers/isdn/hardware/eicon/
5312
5313 IT87 HARDWARE MONITORING DRIVER
5314 M:      Jean Delvare <jdelvare@suse.de>
5315 L:      lm-sensors@lm-sensors.org
5316 S:      Maintained
5317 F:      Documentation/hwmon/it87
5318 F:      drivers/hwmon/it87.c
5319
5320 IT913X MEDIA DRIVER
5321 M:      Antti Palosaari <crope@iki.fi>
5322 L:      linux-media@vger.kernel.org
5323 W:      http://linuxtv.org/
5324 W:      http://palosaari.fi/linux/
5325 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5326 T:      git git://linuxtv.org/anttip/media_tree.git
5327 S:      Maintained
5328 F:      drivers/media/tuners/it913x*
5329
5330 IVTV VIDEO4LINUX DRIVER
5331 M:      Andy Walls <awalls@md.metrocast.net>
5332 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5333 L:      linux-media@vger.kernel.org
5334 T:      git git://linuxtv.org/media_tree.git
5335 W:      http://www.ivtvdriver.org
5336 S:      Maintained
5337 F:      Documentation/video4linux/*.ivtv
5338 F:      drivers/media/pci/ivtv/
5339 F:      include/uapi/linux/ivtv*
5340
5341 IX2505V MEDIA DRIVER
5342 M:      Malcolm Priestley <tvboxspy@gmail.com>
5343 L:      linux-media@vger.kernel.org
5344 W:      http://linuxtv.org/
5345 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5346 S:      Maintained
5347 F:      drivers/media/dvb-frontends/ix2505v*
5348
5349 JC42.4 TEMPERATURE SENSOR DRIVER
5350 M:      Guenter Roeck <linux@roeck-us.net>
5351 L:      lm-sensors@lm-sensors.org
5352 S:      Maintained
5353 F:      drivers/hwmon/jc42.c
5354 F:      Documentation/hwmon/jc42
5355
5356 JFS FILESYSTEM
5357 M:      Dave Kleikamp <shaggy@kernel.org>
5358 L:      jfs-discussion@lists.sourceforge.net
5359 W:      http://jfs.sourceforge.net/
5360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5361 S:      Maintained
5362 F:      Documentation/filesystems/jfs.txt
5363 F:      fs/jfs/
5364
5365 JME NETWORK DRIVER
5366 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5367 L:      netdev@vger.kernel.org
5368 S:      Maintained
5369 F:      drivers/net/ethernet/jme.*
5370
5371 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5372 M:      David Woodhouse <dwmw2@infradead.org>
5373 L:      linux-mtd@lists.infradead.org
5374 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5375 S:      Maintained
5376 F:      fs/jffs2/
5377 F:      include/uapi/linux/jffs2.h
5378
5379 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5380 M:      Andrew Morton <akpm@linux-foundation.org>
5381 M:      Jan Kara <jack@suse.cz>
5382 L:      linux-ext4@vger.kernel.org
5383 S:      Maintained
5384 F:      fs/jbd/
5385 F:      include/linux/jbd.h
5386
5387 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5388 M:      "Theodore Ts'o" <tytso@mit.edu>
5389 L:      linux-ext4@vger.kernel.org
5390 S:      Maintained
5391 F:      fs/jbd2/
5392 F:      include/linux/jbd2.h
5393
5394 JSM Neo PCI based serial card
5395 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5396 L:      linux-serial@vger.kernel.org
5397 S:      Maintained
5398 F:      drivers/tty/serial/jsm/
5399
5400 K10TEMP HARDWARE MONITORING DRIVER
5401 M:      Clemens Ladisch <clemens@ladisch.de>
5402 L:      lm-sensors@lm-sensors.org
5403 S:      Maintained
5404 F:      Documentation/hwmon/k10temp
5405 F:      drivers/hwmon/k10temp.c
5406
5407 K8TEMP HARDWARE MONITORING DRIVER
5408 M:      Rudolf Marek <r.marek@assembler.cz>
5409 L:      lm-sensors@lm-sensors.org
5410 S:      Maintained
5411 F:      Documentation/hwmon/k8temp
5412 F:      drivers/hwmon/k8temp.c
5413
5414 KCONFIG
5415 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5416 L:      linux-kbuild@vger.kernel.org
5417 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5418 S:      Maintained
5419 F:      Documentation/kbuild/kconfig-language.txt
5420 F:      scripts/kconfig/
5421
5422 KDUMP
5423 M:      Vivek Goyal <vgoyal@redhat.com>
5424 M:      Haren Myneni <hbabu@us.ibm.com>
5425 L:      kexec@lists.infradead.org
5426 W:      http://lse.sourceforge.net/kdump/
5427 S:      Maintained
5428 F:      Documentation/kdump/
5429
5430 KEENE FM RADIO TRANSMITTER DRIVER
5431 M:      Hans Verkuil <hverkuil@xs4all.nl>
5432 L:      linux-media@vger.kernel.org
5433 T:      git git://linuxtv.org/media_tree.git
5434 W:      http://linuxtv.org
5435 S:      Maintained
5436 F:      drivers/media/radio/radio-keene*
5437
5438 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5439 M:      Ian Kent <raven@themaw.net>
5440 L:      autofs@vger.kernel.org
5441 S:      Maintained
5442 F:      fs/autofs4/
5443
5444 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5445 M:      Michal Marek <mmarek@suse.cz>
5446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5448 L:      linux-kbuild@vger.kernel.org
5449 S:      Maintained
5450 F:      Documentation/kbuild/
5451 F:      Makefile
5452 F:      scripts/Makefile.*
5453 F:      scripts/basic/
5454 F:      scripts/mk*
5455 F:      scripts/package/
5456
5457 KERNEL JANITORS
5458 L:      kernel-janitors@vger.kernel.org
5459 W:      http://kernelnewbies.org/KernelJanitors
5460 S:      Odd Fixes
5461
5462 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5463 M:      "J. Bruce Fields" <bfields@fieldses.org>
5464 L:      linux-nfs@vger.kernel.org
5465 W:      http://nfs.sourceforge.net/
5466 S:      Supported
5467 F:      fs/nfsd/
5468 F:      include/uapi/linux/nfsd/
5469 F:      fs/lockd/
5470 F:      fs/nfs_common/
5471 F:      net/sunrpc/
5472 F:      include/linux/lockd/
5473 F:      include/linux/sunrpc/
5474 F:      include/uapi/linux/sunrpc/
5475
5476 KERNEL SELFTEST FRAMEWORK
5477 M:      Shuah Khan <shuahkh@osg.samsung.com>
5478 L:      linux-api@vger.kernel.org
5479 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5480 S:      Maintained
5481 F:      tools/testing/selftests
5482
5483 KERNEL VIRTUAL MACHINE (KVM)
5484 M:      Gleb Natapov <gleb@kernel.org>
5485 M:      Paolo Bonzini <pbonzini@redhat.com>
5486 L:      kvm@vger.kernel.org
5487 W:      http://www.linux-kvm.org
5488 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5489 S:      Supported
5490 F:      Documentation/*/kvm*.txt
5491 F:      Documentation/virtual/kvm/
5492 F:      arch/*/kvm/
5493 F:      arch/*/include/asm/kvm*
5494 F:      include/linux/kvm*
5495 F:      include/uapi/linux/kvm*
5496 F:      virt/kvm/
5497
5498 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5499 M:      Joerg Roedel <joro@8bytes.org>
5500 L:      kvm@vger.kernel.org
5501 W:      http://kvm.qumranet.com
5502 S:      Maintained
5503 F:      arch/x86/include/asm/svm.h
5504 F:      arch/x86/kvm/svm.c
5505
5506 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5507 M:      Alexander Graf <agraf@suse.de>
5508 L:      kvm-ppc@vger.kernel.org
5509 W:      http://kvm.qumranet.com
5510 T:      git git://github.com/agraf/linux-2.6.git
5511 S:      Supported
5512 F:      arch/powerpc/include/asm/kvm*
5513 F:      arch/powerpc/kvm/
5514
5515 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5516 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5517 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5518 M:      linux390@de.ibm.com
5519 L:      linux-s390@vger.kernel.org
5520 W:      http://www.ibm.com/developerworks/linux/linux390/
5521 S:      Supported
5522 F:      Documentation/s390/kvm.txt
5523 F:      arch/s390/include/asm/kvm*
5524 F:      arch/s390/kvm/
5525 F:      drivers/s390/kvm/
5526
5527 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5528 M:      Christoffer Dall <christoffer.dall@linaro.org>
5529 M:      Marc Zyngier <marc.zyngier@arm.com>
5530 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5531 L:      kvmarm@lists.cs.columbia.edu
5532 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5533 S:      Supported
5534 F:      arch/arm/include/uapi/asm/kvm*
5535 F:      arch/arm/include/asm/kvm*
5536 F:      arch/arm/kvm/
5537 F:      virt/kvm/arm/
5538 F:      include/kvm/arm_*
5539
5540 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5541 M:      Christoffer Dall <christoffer.dall@linaro.org>
5542 M:      Marc Zyngier <marc.zyngier@arm.com>
5543 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5544 L:      kvmarm@lists.cs.columbia.edu
5545 S:      Maintained
5546 F:      arch/arm64/include/uapi/asm/kvm*
5547 F:      arch/arm64/include/asm/kvm*
5548 F:      arch/arm64/kvm/
5549
5550 KEXEC
5551 M:      Eric Biederman <ebiederm@xmission.com>
5552 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5553 L:      kexec@lists.infradead.org
5554 S:      Maintained
5555 F:      include/linux/kexec.h
5556 F:      include/uapi/linux/kexec.h
5557 F:      kernel/kexec.c
5558
5559 KEYS/KEYRINGS:
5560 M:      David Howells <dhowells@redhat.com>
5561 L:      keyrings@linux-nfs.org
5562 S:      Maintained
5563 F:      Documentation/security/keys.txt
5564 F:      include/linux/key.h
5565 F:      include/linux/key-type.h
5566 F:      include/keys/
5567 F:      security/keys/
5568
5569 KEYS-TRUSTED
5570 M:      David Safford <safford@us.ibm.com>
5571 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5572 L:      linux-security-module@vger.kernel.org
5573 L:      keyrings@linux-nfs.org
5574 S:      Supported
5575 F:      Documentation/security/keys-trusted-encrypted.txt
5576 F:      include/keys/trusted-type.h
5577 F:      security/keys/trusted.c
5578 F:      security/keys/trusted.h
5579
5580 KEYS-ENCRYPTED
5581 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5582 M:      David Safford <safford@us.ibm.com>
5583 L:      linux-security-module@vger.kernel.org
5584 L:      keyrings@linux-nfs.org
5585 S:      Supported
5586 F:      Documentation/security/keys-trusted-encrypted.txt
5587 F:      include/keys/encrypted-type.h
5588 F:      security/keys/encrypted-keys/
5589
5590 KGDB / KDB /debug_core
5591 M:      Jason Wessel <jason.wessel@windriver.com>
5592 W:      http://kgdb.wiki.kernel.org/
5593 L:      kgdb-bugreport@lists.sourceforge.net
5594 S:      Maintained
5595 F:      Documentation/DocBook/kgdb.tmpl
5596 F:      drivers/misc/kgdbts.c
5597 F:      drivers/tty/serial/kgdboc.c
5598 F:      include/linux/kdb.h
5599 F:      include/linux/kgdb.h
5600 F:      kernel/debug/
5601
5602 KMEMCHECK
5603 M:      Vegard Nossum <vegardno@ifi.uio.no>
5604 M:      Pekka Enberg <penberg@kernel.org>
5605 S:      Maintained
5606 F:      Documentation/kmemcheck.txt
5607 F:      arch/x86/include/asm/kmemcheck.h
5608 F:      arch/x86/mm/kmemcheck/
5609 F:      include/linux/kmemcheck.h
5610 F:      mm/kmemcheck.c
5611
5612 KMEMLEAK
5613 M:      Catalin Marinas <catalin.marinas@arm.com>
5614 S:      Maintained
5615 F:      Documentation/kmemleak.txt
5616 F:      include/linux/kmemleak.h
5617 F:      mm/kmemleak.c
5618 F:      mm/kmemleak-test.c
5619
5620 KPROBES
5621 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5622 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5623 M:      "David S. Miller" <davem@davemloft.net>
5624 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5625 S:      Maintained
5626 F:      Documentation/kprobes.txt
5627 F:      include/linux/kprobes.h
5628 F:      kernel/kprobes.c
5629
5630 KS0108 LCD CONTROLLER DRIVER
5631 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5632 W:      http://miguelojeda.es/auxdisplay.htm
5633 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5634 S:      Maintained
5635 F:      Documentation/auxdisplay/ks0108
5636 F:      drivers/auxdisplay/ks0108.c
5637 F:      include/linux/ks0108.h
5638
5639 LAPB module
5640 L:      linux-x25@vger.kernel.org
5641 S:      Orphan
5642 F:      Documentation/networking/lapb-module.txt
5643 F:      include/*/lapb.h
5644 F:      net/lapb/
5645
5646 LASI 53c700 driver for PARISC
5647 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5648 L:      linux-scsi@vger.kernel.org
5649 S:      Maintained
5650 F:      Documentation/scsi/53c700.txt
5651 F:      drivers/scsi/53c700*
5652
5653 LED SUBSYSTEM
5654 M:      Bryan Wu <cooloney@gmail.com>
5655 M:      Richard Purdie <rpurdie@rpsys.net>
5656 L:      linux-leds@vger.kernel.org
5657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5658 S:      Maintained
5659 F:      drivers/leds/
5660 F:      include/linux/leds.h
5661
5662 LEGACY EEPROM DRIVER
5663 M:      Jean Delvare <jdelvare@suse.de>
5664 S:      Maintained
5665 F:      Documentation/misc-devices/eeprom
5666 F:      drivers/misc/eeprom/eeprom.c
5667
5668 LEGO USB Tower driver
5669 M:      Juergen Stuber <starblue@users.sourceforge.net>
5670 L:      legousb-devel@lists.sourceforge.net
5671 W:      http://legousb.sourceforge.net/
5672 S:      Maintained
5673 F:      drivers/usb/misc/legousbtower.c
5674
5675 LG2160 MEDIA DRIVER
5676 M:      Michael Krufky <mkrufky@linuxtv.org>
5677 L:      linux-media@vger.kernel.org
5678 W:      http://linuxtv.org/
5679 W:      http://github.com/mkrufky
5680 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5681 T:      git git://linuxtv.org/mkrufky/tuners.git
5682 S:      Maintained
5683 F:      drivers/media/dvb-frontends/lg2160.*
5684
5685 LGDT3305 MEDIA DRIVER
5686 M:      Michael Krufky <mkrufky@linuxtv.org>
5687 L:      linux-media@vger.kernel.org
5688 W:      http://linuxtv.org/
5689 W:      http://github.com/mkrufky
5690 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5691 T:      git git://linuxtv.org/mkrufky/tuners.git
5692 S:      Maintained
5693 F:      drivers/media/dvb-frontends/lgdt3305.*
5694
5695 LGUEST
5696 M:      Rusty Russell <rusty@rustcorp.com.au>
5697 L:      lguest@lists.ozlabs.org
5698 W:      http://lguest.ozlabs.org/
5699 S:      Odd Fixes
5700 F:      arch/x86/include/asm/lguest*.h
5701 F:      arch/x86/lguest/
5702 F:      drivers/lguest/
5703 F:      include/linux/lguest*.h
5704 F:      tools/lguest/
5705
5706 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5707 M:      Tejun Heo <tj@kernel.org>
5708 L:      linux-ide@vger.kernel.org
5709 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5710 S:      Maintained
5711 F:      drivers/ata/
5712 F:      include/linux/ata.h
5713 F:      include/linux/libata.h
5714
5715 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5716 M:      Viresh Kumar <viresh.linux@gmail.com>
5717 L:      linux-ide@vger.kernel.org
5718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5719 S:      Maintained
5720 F:      include/linux/pata_arasan_cf_data.h
5721 F:      drivers/ata/pata_arasan_cf.c
5722
5723 LIBATA PATA DRIVERS
5724 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5725 M:      Tejun Heo <tj@kernel.org>
5726 L:      linux-ide@vger.kernel.org
5727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5728 S:      Maintained
5729 F:      drivers/ata/pata_*.c
5730 F:      drivers/ata/ata_generic.c
5731
5732 LIBATA SATA AHCI PLATFORM devices support
5733 M:      Hans de Goede <hdegoede@redhat.com>
5734 M:      Tejun Heo <tj@kernel.org>
5735 L:      linux-ide@vger.kernel.org
5736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5737 S:      Maintained
5738 F:      drivers/ata/ahci_platform.c
5739 F:      drivers/ata/libahci_platform.c
5740 F:      include/linux/ahci_platform.h
5741
5742 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5743 M:      Mikael Pettersson <mikpelinux@gmail.com>
5744 L:      linux-ide@vger.kernel.org
5745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5746 S:      Maintained
5747 F:      drivers/ata/sata_promise.*
5748
5749 LIBLOCKDEP
5750 M:      Sasha Levin <sasha.levin@oracle.com>
5751 S:      Maintained
5752 F:      tools/lib/lockdep/
5753
5754 LINUX FOR IBM pSERIES (RS/6000)
5755 M:      Paul Mackerras <paulus@au.ibm.com>
5756 W:      http://www.ibm.com/linux/ltc/projects/ppc
5757 S:      Supported
5758 F:      arch/powerpc/boot/rs6000.h
5759
5760 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5761 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5762 M:      Paul Mackerras <paulus@samba.org>
5763 M:      Michael Ellerman <mpe@ellerman.id.au>
5764 W:      http://www.penguinppc.org/
5765 L:      linuxppc-dev@lists.ozlabs.org
5766 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5768 S:      Supported
5769 F:      Documentation/powerpc/
5770 F:      arch/powerpc/
5771
5772 LINUX FOR POWER MACINTOSH
5773 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5774 W:      http://www.penguinppc.org/
5775 L:      linuxppc-dev@lists.ozlabs.org
5776 S:      Maintained
5777 F:      arch/powerpc/platforms/powermac/
5778 F:      drivers/macintosh/
5779
5780 LINUX FOR POWERPC EMBEDDED MPC5XXX
5781 M:      Anatolij Gustschin <agust@denx.de>
5782 L:      linuxppc-dev@lists.ozlabs.org
5783 T:      git git://git.denx.de/linux-denx-agust.git
5784 S:      Maintained
5785 F:      arch/powerpc/platforms/512x/
5786 F:      arch/powerpc/platforms/52xx/
5787
5788 LINUX FOR POWERPC EMBEDDED PPC4XX
5789 M:  Alistair Popple <alistair@popple.id.au>
5790 M:      Matt Porter <mporter@kernel.crashing.org>
5791 W:      http://www.penguinppc.org/
5792 L:      linuxppc-dev@lists.ozlabs.org
5793 S:      Maintained
5794 F:      arch/powerpc/platforms/40x/
5795 F:      arch/powerpc/platforms/44x/
5796
5797 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5798 L:      linuxppc-dev@lists.ozlabs.org
5799 S:      Orphan
5800 F:      arch/powerpc/*/*virtex*
5801 F:      arch/powerpc/*/*/*virtex*
5802
5803 LINUX FOR POWERPC EMBEDDED PPC8XX
5804 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5805 W:      http://www.penguinppc.org/
5806 L:      linuxppc-dev@lists.ozlabs.org
5807 S:      Maintained
5808 F:      arch/powerpc/platforms/8xx/
5809
5810 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5811 M:      Scott Wood <scottwood@freescale.com>
5812 M:      Kumar Gala <galak@kernel.crashing.org>
5813 W:      http://www.penguinppc.org/
5814 L:      linuxppc-dev@lists.ozlabs.org
5815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5816 S:      Maintained
5817 F:      arch/powerpc/platforms/83xx/
5818 F:      arch/powerpc/platforms/85xx/
5819
5820 LINUX FOR POWERPC PA SEMI PWRFICIENT
5821 M:      Olof Johansson <olof@lixom.net>
5822 L:      linuxppc-dev@lists.ozlabs.org
5823 S:      Maintained
5824 F:      arch/powerpc/platforms/pasemi/
5825 F:      drivers/*/*pasemi*
5826 F:      drivers/*/*/*pasemi*
5827
5828 LINUX SECURITY MODULE (LSM) FRAMEWORK
5829 M:      Chris Wright <chrisw@sous-sol.org>
5830 L:      linux-security-module@vger.kernel.org
5831 S:      Supported
5832
5833 LIS3LV02D ACCELEROMETER DRIVER
5834 M:      Eric Piel <eric.piel@tremplin-utc.net>
5835 S:      Maintained
5836 F:      Documentation/misc-devices/lis3lv02d
5837 F:      drivers/misc/lis3lv02d/
5838 F:      drivers/platform/x86/hp_accel.c
5839
5840 LLC (802.2)
5841 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5842 S:      Maintained
5843 F:      include/linux/llc.h
5844 F:      include/uapi/linux/llc.h
5845 F:      include/net/llc*
5846 F:      net/llc/
5847
5848 LM73 HARDWARE MONITOR DRIVER
5849 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5850 L:      lm-sensors@lm-sensors.org
5851 S:      Maintained
5852 F:      drivers/hwmon/lm73.c
5853
5854 LM78 HARDWARE MONITOR DRIVER
5855 M:      Jean Delvare <jdelvare@suse.de>
5856 L:      lm-sensors@lm-sensors.org
5857 S:      Maintained
5858 F:      Documentation/hwmon/lm78
5859 F:      drivers/hwmon/lm78.c
5860
5861 LM83 HARDWARE MONITOR DRIVER
5862 M:      Jean Delvare <jdelvare@suse.de>
5863 L:      lm-sensors@lm-sensors.org
5864 S:      Maintained
5865 F:      Documentation/hwmon/lm83
5866 F:      drivers/hwmon/lm83.c
5867
5868 LM90 HARDWARE MONITOR DRIVER
5869 M:      Jean Delvare <jdelvare@suse.de>
5870 L:      lm-sensors@lm-sensors.org
5871 S:      Maintained
5872 F:      Documentation/hwmon/lm90
5873 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5874 F:      drivers/hwmon/lm90.c
5875
5876 LM95234 HARDWARE MONITOR DRIVER
5877 M:      Guenter Roeck <linux@roeck-us.net>
5878 L:      lm-sensors@lm-sensors.org
5879 S:      Maintained
5880 F:      Documentation/hwmon/lm95234
5881 F:      drivers/hwmon/lm95234.c
5882
5883 LME2510 MEDIA DRIVER
5884 M:      Malcolm Priestley <tvboxspy@gmail.com>
5885 L:      linux-media@vger.kernel.org
5886 W:      http://linuxtv.org/
5887 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5888 S:      Maintained
5889 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5890
5891 LOCKDEP AND LOCKSTAT
5892 M:      Peter Zijlstra <peterz@infradead.org>
5893 M:      Ingo Molnar <mingo@redhat.com>
5894 L:      linux-kernel@vger.kernel.org
5895 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5896 S:      Maintained
5897 F:      Documentation/locking/lockdep*.txt
5898 F:      Documentation/locking/lockstat.txt
5899 F:      include/linux/lockdep.h
5900 F:      kernel/locking/
5901
5902 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5903 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5904 L:      linux-ntfs-dev@lists.sourceforge.net
5905 W:      http://www.linux-ntfs.org/content/view/19/37/
5906 S:      Maintained
5907 F:      Documentation/ldm.txt
5908 F:      block/partitions/ldm.*
5909
5910 LogFS
5911 M:      Joern Engel <joern@logfs.org>
5912 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5913 L:      logfs@logfs.org
5914 W:      logfs.org
5915 S:      Maintained
5916 F:      fs/logfs/
5917
5918 LPC32XX MACHINE SUPPORT
5919 M:      Roland Stigge <stigge@antcom.de>
5920 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5921 S:      Maintained
5922 F:      arch/arm/mach-lpc32xx/
5923
5924 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5925 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5926 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5927 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5928 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5929 L:      MPT-FusionLinux.pdl@avagotech.com
5930 L:      linux-scsi@vger.kernel.org
5931 W:      http://www.lsilogic.com/support
5932 S:      Supported
5933 F:      drivers/message/fusion/
5934 F:      drivers/scsi/mpt2sas/
5935 F:      drivers/scsi/mpt3sas/
5936
5937 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5938 M:      Matthew Wilcox <matthew@wil.cx>
5939 L:      linux-scsi@vger.kernel.org
5940 S:      Maintained
5941 F:      drivers/scsi/sym53c8xx_2/
5942
5943 LTC4261 HARDWARE MONITOR DRIVER
5944 M:      Guenter Roeck <linux@roeck-us.net>
5945 L:      lm-sensors@lm-sensors.org
5946 S:      Maintained
5947 F:      Documentation/hwmon/ltc4261
5948 F:      drivers/hwmon/ltc4261.c
5949
5950 LTP (Linux Test Project)
5951 M:      Mike Frysinger <vapier@gentoo.org>
5952 M:      Cyril Hrubis <chrubis@suse.cz>
5953 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5954 M:      Jan Stancek <jstancek@redhat.com>
5955 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5956 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
5957 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5958 W:      http://linux-test-project.github.io/
5959 T:      git git://github.com/linux-test-project/ltp.git
5960 S:      Maintained
5961
5962 M32R ARCHITECTURE
5963 W:      http://www.linux-m32r.org/
5964 S:      Orphan
5965 F:      arch/m32r/
5966
5967 M68K ARCHITECTURE
5968 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5969 L:      linux-m68k@lists.linux-m68k.org
5970 W:      http://www.linux-m68k.org/
5971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5972 S:      Maintained
5973 F:      arch/m68k/
5974 F:      drivers/zorro/
5975
5976 M68K ON APPLE MACINTOSH
5977 M:      Joshua Thompson <funaho@jurai.org>
5978 W:      http://www.mac.linux-m68k.org/
5979 L:      linux-m68k@lists.linux-m68k.org
5980 S:      Maintained
5981 F:      arch/m68k/mac/
5982
5983 M68K ON HP9000/300
5984 M:      Philip Blundell <philb@gnu.org>
5985 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5986 S:      Maintained
5987 F:      arch/m68k/hp300/
5988
5989 M88DS3103 MEDIA DRIVER
5990 M:      Antti Palosaari <crope@iki.fi>
5991 L:      linux-media@vger.kernel.org
5992 W:      http://linuxtv.org/
5993 W:      http://palosaari.fi/linux/
5994 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5995 T:      git git://linuxtv.org/anttip/media_tree.git
5996 S:      Maintained
5997 F:      drivers/media/dvb-frontends/m88ds3103*
5998
5999 M88RS2000 MEDIA DRIVER
6000 M:      Malcolm Priestley <tvboxspy@gmail.com>
6001 L:      linux-media@vger.kernel.org
6002 W:      http://linuxtv.org/
6003 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6004 S:      Maintained
6005 F:      drivers/media/dvb-frontends/m88rs2000*
6006
6007 M88TS2022 MEDIA DRIVER
6008 M:      Antti Palosaari <crope@iki.fi>
6009 L:      linux-media@vger.kernel.org
6010 W:      http://linuxtv.org/
6011 W:      http://palosaari.fi/linux/
6012 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6013 T:      git git://linuxtv.org/anttip/media_tree.git
6014 S:      Maintained
6015 F:      drivers/media/tuners/m88ts2022*
6016
6017 MA901 MASTERKIT USB FM RADIO DRIVER
6018 M:      Alexey Klimov <klimov.linux@gmail.com>
6019 L:      linux-media@vger.kernel.org
6020 T:      git git://linuxtv.org/media_tree.git
6021 S:      Maintained
6022 F:      drivers/media/radio/radio-ma901.c
6023
6024 MAC80211
6025 M:      Johannes Berg <johannes@sipsolutions.net>
6026 L:      linux-wireless@vger.kernel.org
6027 W:      http://wireless.kernel.org/
6028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6030 S:      Maintained
6031 F:      Documentation/networking/mac80211-injection.txt
6032 F:      include/net/mac80211.h
6033 F:      net/mac80211/
6034
6035 MACVLAN DRIVER
6036 M:      Patrick McHardy <kaber@trash.net>
6037 L:      netdev@vger.kernel.org
6038 S:      Maintained
6039 F:      drivers/net/macvlan.c
6040 F:      include/linux/if_macvlan.h
6041
6042 MAILBOX API
6043 M:      Jassi Brar <jassisinghbrar@gmail.com>
6044 L:      linux-kernel@vger.kernel.org
6045 S:      Maintained
6046 F:      drivers/mailbox/
6047 F:      include/linux/mailbox_client.h
6048 F:      include/linux/mailbox_controller.h
6049
6050 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6051 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6052 W:      http://www.kernel.org/doc/man-pages
6053 L:      linux-man@vger.kernel.org
6054 S:      Maintained
6055
6056 MARVELL ARMADA DRM SUPPORT
6057 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6058 S:      Maintained
6059 F:      drivers/gpu/drm/armada/
6060
6061 MARVELL 88E6352 DSA support
6062 M:      Guenter Roeck <linux@roeck-us.net>
6063 S:      Maintained
6064 F:      drivers/net/dsa/mv88e6352.c
6065
6066 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6067 M:      Mirko Lindner <mlindner@marvell.com>
6068 M:      Stephen Hemminger <stephen@networkplumber.org>
6069 L:      netdev@vger.kernel.org
6070 S:      Maintained
6071 F:      drivers/net/ethernet/marvell/sk*
6072
6073 MARVELL LIBERTAS WIRELESS DRIVER
6074 L:      libertas-dev@lists.infradead.org
6075 S:      Orphan
6076 F:      drivers/net/wireless/libertas/
6077
6078 MARVELL MV643XX ETHERNET DRIVER
6079 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6080 L:      netdev@vger.kernel.org
6081 S:      Maintained
6082 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6083 F:      include/linux/mv643xx.h
6084
6085 MARVELL MVNETA ETHERNET DRIVER
6086 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6087 L:      netdev@vger.kernel.org
6088 S:      Maintained
6089 F:      drivers/net/ethernet/marvell/mvneta.*
6090
6091 MARVELL MWIFIEX WIRELESS DRIVER
6092 M:      Amitkumar Karwar <akarwar@marvell.com>
6093 M:      Avinash Patil <patila@marvell.com>
6094 L:      linux-wireless@vger.kernel.org
6095 S:      Maintained
6096 F:      drivers/net/wireless/mwifiex/
6097
6098 MARVELL MWL8K WIRELESS DRIVER
6099 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6100 L:      linux-wireless@vger.kernel.org
6101 S:      Odd Fixes
6102 F:      drivers/net/wireless/mwl8k.c
6103
6104 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6105 M:      Nicolas Pitre <nico@fluxnic.net>
6106 S:      Odd Fixes
6107 F:      drivers/mmc/host/mvsdio.*
6108
6109 MATROX FRAMEBUFFER DRIVER
6110 L:      linux-fbdev@vger.kernel.org
6111 S:      Orphan
6112 F:      drivers/video/fbdev/matrox/matroxfb_*
6113 F:      include/uapi/linux/matroxfb.h
6114
6115 MAX16065 HARDWARE MONITOR DRIVER
6116 M:      Guenter Roeck <linux@roeck-us.net>
6117 L:      lm-sensors@lm-sensors.org
6118 S:      Maintained
6119 F:      Documentation/hwmon/max16065
6120 F:      drivers/hwmon/max16065.c
6121
6122 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6123 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6124 L:      lm-sensors@lm-sensors.org
6125 S:      Maintained
6126 F:      Documentation/hwmon/max6650
6127 F:      drivers/hwmon/max6650.c
6128
6129 MAX6697 HARDWARE MONITOR DRIVER
6130 M:      Guenter Roeck <linux@roeck-us.net>
6131 L:      lm-sensors@lm-sensors.org
6132 S:      Maintained
6133 F:      Documentation/hwmon/max6697
6134 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6135 F:      drivers/hwmon/max6697.c
6136 F:      include/linux/platform_data/max6697.h
6137
6138 MAXIRADIO FM RADIO RECEIVER DRIVER
6139 M:      Hans Verkuil <hverkuil@xs4all.nl>
6140 L:      linux-media@vger.kernel.org
6141 T:      git git://linuxtv.org/media_tree.git
6142 W:      http://linuxtv.org
6143 S:      Maintained
6144 F:      drivers/media/radio/radio-maxiradio*
6145
6146 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6147 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6148 P:      LinuxTV.org Project
6149 L:      linux-media@vger.kernel.org
6150 W:      http://linuxtv.org
6151 Q:      http://patchwork.kernel.org/project/linux-media/list/
6152 T:      git git://linuxtv.org/media_tree.git
6153 S:      Maintained
6154 F:      Documentation/dvb/
6155 F:      Documentation/video4linux/
6156 F:      Documentation/DocBook/media/
6157 F:      drivers/media/
6158 F:      drivers/staging/media/
6159 F:      include/media/
6160 F:      include/uapi/linux/dvb/
6161 F:      include/uapi/linux/videodev2.h
6162 F:      include/uapi/linux/media.h
6163 F:      include/uapi/linux/v4l2-*
6164 F:      include/uapi/linux/meye.h
6165 F:      include/uapi/linux/ivtv*
6166 F:      include/uapi/linux/uvcvideo.h
6167
6168 MEGARAID SCSI/SAS DRIVERS
6169 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6170 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6171 M:      Uday Lingala <uday.lingala@avagotech.com>
6172 L:      megaraidlinux.pdl@avagotech.com
6173 L:      linux-scsi@vger.kernel.org
6174 W:      http://www.lsi.com
6175 S:      Maintained
6176 F:      Documentation/scsi/megaraid.txt
6177 F:      drivers/scsi/megaraid.*
6178 F:      drivers/scsi/megaraid/
6179
6180 MELLANOX ETHERNET DRIVER (mlx4_en)
6181 M:      Amir Vadai <amirv@mellanox.com>
6182 L:      netdev@vger.kernel.org
6183 S:      Supported
6184 W:      http://www.mellanox.com
6185 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6186 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6187
6188 MEMORY MANAGEMENT
6189 L:      linux-mm@kvack.org
6190 W:      http://www.linux-mm.org
6191 S:      Maintained
6192 F:      include/linux/mm.h
6193 F:      include/linux/gfp.h
6194 F:      include/linux/mmzone.h
6195 F:      include/linux/memory_hotplug.h
6196 F:      include/linux/vmalloc.h
6197 F:      mm/
6198
6199 MEMORY TECHNOLOGY DEVICES (MTD)
6200 M:      David Woodhouse <dwmw2@infradead.org>
6201 M:      Brian Norris <computersforpeace@gmail.com>
6202 L:      linux-mtd@lists.infradead.org
6203 W:      http://www.linux-mtd.infradead.org/
6204 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6205 T:      git git://git.infradead.org/linux-mtd.git
6206 T:      git git://git.infradead.org/l2-mtd.git
6207 S:      Maintained
6208 F:      drivers/mtd/
6209 F:      include/linux/mtd/
6210 F:      include/uapi/mtd/
6211
6212 MEN A21 WATCHDOG DRIVER
6213 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6214 L:      linux-watchdog@vger.kernel.org
6215 S:      Supported
6216 F:      drivers/watchdog/mena21_wdt.c
6217
6218 MEN CHAMELEON BUS (mcb)
6219 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6220 S:      Supported
6221 F:      drivers/mcb/
6222 F:      include/linux/mcb.h
6223
6224 MEN F21BMC (Board Management Controller)
6225 M:      Andreas Werner <andreas.werner@men.de>
6226 S:      Supported
6227 F:      drivers/mfd/menf21bmc.c
6228 F:      drivers/watchdog/menf21bmc_wdt.c
6229 F:      drivers/leds/leds-menf21bmc.c
6230 F:      drivers/hwmon/menf21bmc_hwmon.c
6231 F:      Documentation/hwmon/menf21bmc
6232
6233 METAG ARCHITECTURE
6234 M:      James Hogan <james.hogan@imgtec.com>
6235 L:      linux-metag@vger.kernel.org
6236 S:      Supported
6237 F:      arch/metag/
6238 F:      Documentation/metag/
6239 F:      Documentation/devicetree/bindings/metag/
6240 F:      drivers/clocksource/metag_generic.c
6241 F:      drivers/irqchip/irq-metag.c
6242 F:      drivers/irqchip/irq-metag-ext.c
6243 F:      drivers/tty/metag_da.c
6244
6245 MICROBLAZE ARCHITECTURE
6246 M:      Michal Simek <monstr@monstr.eu>
6247 W:      http://www.monstr.eu/fdt/
6248 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6249 S:      Supported
6250 F:      arch/microblaze/
6251
6252 MICROTEK X6 SCANNER
6253 M:      Oliver Neukum <oliver@neukum.org>
6254 S:      Maintained
6255 F:      drivers/usb/image/microtek.*
6256
6257 MIPS
6258 M:      Ralf Baechle <ralf@linux-mips.org>
6259 L:      linux-mips@linux-mips.org
6260 W:      http://www.linux-mips.org/
6261 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6262 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6263 S:      Supported
6264 F:      Documentation/mips/
6265 F:      arch/mips/
6266
6267 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6268 M:      Hans Verkuil <hverkuil@xs4all.nl>
6269 L:      linux-media@vger.kernel.org
6270 T:      git git://linuxtv.org/media_tree.git
6271 W:      http://linuxtv.org
6272 S:      Odd Fixes
6273 F:      drivers/media/radio/radio-miropcm20*
6274
6275 Mellanox MLX5 core VPI driver
6276 M:      Eli Cohen <eli@mellanox.com>
6277 L:      netdev@vger.kernel.org
6278 L:      linux-rdma@vger.kernel.org
6279 W:      http://www.mellanox.com
6280 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6281 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6282 T:      git git://openfabrics.org/~eli/connect-ib.git
6283 S:      Supported
6284 F:      drivers/net/ethernet/mellanox/mlx5/core/
6285 F:      include/linux/mlx5/
6286
6287 Mellanox MLX5 IB driver
6288 M:      Eli Cohen <eli@mellanox.com>
6289 L:      linux-rdma@vger.kernel.org
6290 W:      http://www.mellanox.com
6291 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6292 T:      git git://openfabrics.org/~eli/connect-ib.git
6293 S:      Supported
6294 F:      include/linux/mlx5/
6295 F:      drivers/infiniband/hw/mlx5/
6296
6297 MN88472 MEDIA DRIVER
6298 M:      Antti Palosaari <crope@iki.fi>
6299 L:      linux-media@vger.kernel.org
6300 W:      http://linuxtv.org/
6301 W:      http://palosaari.fi/linux/
6302 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6303 T:      git git://linuxtv.org/anttip/media_tree.git
6304 S:      Maintained
6305 F:      drivers/staging/media/mn88472/
6306 F:      drivers/media/dvb-frontends/mn88472.h
6307
6308 MN88473 MEDIA DRIVER
6309 M:      Antti Palosaari <crope@iki.fi>
6310 L:      linux-media@vger.kernel.org
6311 W:      http://linuxtv.org/
6312 W:      http://palosaari.fi/linux/
6313 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6314 T:      git git://linuxtv.org/anttip/media_tree.git
6315 S:      Maintained
6316 F:      drivers/staging/media/mn88473/
6317 F:      drivers/media/dvb-frontends/mn88473.h
6318
6319 MODULE SUPPORT
6320 M:      Rusty Russell <rusty@rustcorp.com.au>
6321 S:      Maintained
6322 F:      include/linux/module.h
6323 F:      kernel/module.c
6324
6325 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6326 W:      http://popies.net/meye/
6327 S:      Orphan
6328 F:      Documentation/video4linux/meye.txt
6329 F:      drivers/media/pci/meye/
6330 F:      include/uapi/linux/meye.h
6331
6332 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6333 M:      Jiri Slaby <jirislaby@gmail.com>
6334 S:      Maintained
6335 F:      Documentation/serial/moxa-smartio
6336 F:      drivers/tty/mxser.*
6337
6338 MR800 AVERMEDIA USB FM RADIO DRIVER
6339 M:      Alexey Klimov <klimov.linux@gmail.com>
6340 L:      linux-media@vger.kernel.org
6341 T:      git git://linuxtv.org/media_tree.git
6342 S:      Maintained
6343 F:      drivers/media/radio/radio-mr800.c
6344
6345 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6346 M:      Alan Ott <alan@signal11.us>
6347 L:      linux-wpan@vger.kernel.org
6348 S:      Maintained
6349 F:      drivers/net/ieee802154/mrf24j40.c
6350
6351 MSI LAPTOP SUPPORT
6352 M:      "Lee, Chun-Yi" <jlee@suse.com>
6353 L:      platform-driver-x86@vger.kernel.org
6354 S:      Maintained
6355 F:      drivers/platform/x86/msi-laptop.c
6356
6357 MSI WMI SUPPORT
6358 M:      Anisse Astier <anisse@astier.eu>
6359 L:      platform-driver-x86@vger.kernel.org
6360 S:      Supported
6361 F:      drivers/platform/x86/msi-wmi.c
6362
6363 MSI001 MEDIA DRIVER
6364 M:      Antti Palosaari <crope@iki.fi>
6365 L:      linux-media@vger.kernel.org
6366 W:      http://linuxtv.org/
6367 W:      http://palosaari.fi/linux/
6368 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6369 T:      git git://linuxtv.org/anttip/media_tree.git
6370 S:      Maintained
6371 F:      drivers/media/tuners/msi001*
6372
6373 MSI2500 MEDIA DRIVER
6374 M:      Antti Palosaari <crope@iki.fi>
6375 L:      linux-media@vger.kernel.org
6376 W:      http://linuxtv.org/
6377 W:      http://palosaari.fi/linux/
6378 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6379 T:      git git://linuxtv.org/anttip/media_tree.git
6380 S:      Maintained
6381 F:      drivers/media/usb/msi2500/
6382
6383 MT9M032 APTINA SENSOR DRIVER
6384 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6385 L:      linux-media@vger.kernel.org
6386 T:      git git://linuxtv.org/media_tree.git
6387 S:      Maintained
6388 F:      drivers/media/i2c/mt9m032.c
6389 F:      include/media/mt9m032.h
6390
6391 MT9P031 APTINA CAMERA SENSOR
6392 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6393 L:      linux-media@vger.kernel.org
6394 T:      git git://linuxtv.org/media_tree.git
6395 S:      Maintained
6396 F:      drivers/media/i2c/mt9p031.c
6397 F:      include/media/mt9p031.h
6398
6399 MT9T001 APTINA CAMERA SENSOR
6400 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6401 L:      linux-media@vger.kernel.org
6402 T:      git git://linuxtv.org/media_tree.git
6403 S:      Maintained
6404 F:      drivers/media/i2c/mt9t001.c
6405 F:      include/media/mt9t001.h
6406
6407 MT9V032 APTINA CAMERA SENSOR
6408 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6409 L:      linux-media@vger.kernel.org
6410 T:      git git://linuxtv.org/media_tree.git
6411 S:      Maintained
6412 F:      drivers/media/i2c/mt9v032.c
6413 F:      include/media/mt9v032.h
6414
6415 MULTIFUNCTION DEVICES (MFD)
6416 M:      Samuel Ortiz <sameo@linux.intel.com>
6417 M:      Lee Jones <lee.jones@linaro.org>
6418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6419 S:      Supported
6420 F:      drivers/mfd/
6421 F:      include/linux/mfd/
6422
6423 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6424 M:      Chris Ball <chris@printf.net>
6425 M:      Ulf Hansson <ulf.hansson@linaro.org>
6426 L:      linux-mmc@vger.kernel.org
6427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6428 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6429 S:      Maintained
6430 F:      drivers/mmc/
6431 F:      include/linux/mmc/
6432 F:      include/uapi/linux/mmc/
6433
6434 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6435 S:      Orphan
6436 F:      drivers/mmc/host/mmc_spi.c
6437 F:      include/linux/spi/mmc_spi.h
6438
6439 MULTISOUND SOUND DRIVER
6440 M:      Andrew Veliath <andrewtv@usa.net>
6441 S:      Maintained
6442 F:      Documentation/sound/oss/MultiSound
6443 F:      sound/oss/msnd*
6444
6445 MULTITECH MULTIPORT CARD (ISICOM)
6446 S:      Orphan
6447 F:      drivers/tty/isicom.c
6448 F:      include/linux/isicom.h
6449
6450 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6451 M:      Felipe Balbi <balbi@ti.com>
6452 L:      linux-usb@vger.kernel.org
6453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6454 S:      Maintained
6455 F:      drivers/usb/musb/
6456
6457 MXL5007T MEDIA DRIVER
6458 M:      Michael Krufky <mkrufky@linuxtv.org>
6459 L:      linux-media@vger.kernel.org
6460 W:      http://linuxtv.org/
6461 W:      http://github.com/mkrufky
6462 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6463 T:      git git://linuxtv.org/mkrufky/tuners.git
6464 S:      Maintained
6465 F:      drivers/media/tuners/mxl5007t.*
6466
6467 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6468 M:      Hyong-Youb Kim <hykim@myri.com>
6469 L:      netdev@vger.kernel.org
6470 W:      https://www.myricom.com/support/downloads/myri10ge.html
6471 S:      Supported
6472 F:      drivers/net/ethernet/myricom/myri10ge/
6473
6474 NATSEMI ETHERNET DRIVER (DP8381x)
6475 S:      Orphan
6476 F:      drivers/net/ethernet/natsemi/natsemi.c
6477
6478 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6479 M:      Daniel Mack <zonque@gmail.com>
6480 S:      Maintained
6481 L:      alsa-devel@alsa-project.org
6482 W:      http://www.native-instruments.com
6483 F:      sound/usb/caiaq/
6484
6485 NCP FILESYSTEM
6486 M:      Petr Vandrovec <petr@vandrovec.name>
6487 S:      Odd Fixes
6488 F:      fs/ncpfs/
6489
6490 NCR 5380 SCSI DRIVERS
6491 M:      Finn Thain <fthain@telegraphics.com.au>
6492 M:      Michael Schmitz <schmitzmic@gmail.com>
6493 L:      linux-scsi@vger.kernel.org
6494 S:      Maintained
6495 F:      Documentation/scsi/g_NCR5380.txt
6496 F:      drivers/scsi/NCR5380.*
6497 F:      drivers/scsi/arm/cumana_1.c
6498 F:      drivers/scsi/arm/oak.c
6499 F:      drivers/scsi/atari_NCR5380.c
6500 F:      drivers/scsi/atari_scsi.*
6501 F:      drivers/scsi/dmx3191d.c
6502 F:      drivers/scsi/dtc.*
6503 F:      drivers/scsi/g_NCR5380.*
6504 F:      drivers/scsi/g_NCR5380_mmio.c
6505 F:      drivers/scsi/mac_scsi.*
6506 F:      drivers/scsi/pas16.*
6507 F:      drivers/scsi/sun3_scsi.*
6508 F:      drivers/scsi/sun3_scsi_vme.c
6509 F:      drivers/scsi/t128.*
6510
6511 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6512 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6513 L:      linux-scsi@vger.kernel.org
6514 S:      Maintained
6515 F:      drivers/scsi/NCR_D700.*
6516
6517 NCT6775 HARDWARE MONITOR DRIVER
6518 M:      Guenter Roeck <linux@roeck-us.net>
6519 L:      lm-sensors@lm-sensors.org
6520 S:      Maintained
6521 F:      Documentation/hwmon/nct6775
6522 F:      drivers/hwmon/nct6775.c
6523
6524 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6525 M:      Faisal Latif <faisal.latif@intel.com>
6526 L:      linux-rdma@vger.kernel.org
6527 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6528 S:      Supported
6529 F:      drivers/infiniband/hw/nes/
6530
6531 NETEM NETWORK EMULATOR
6532 M:      Stephen Hemminger <stephen@networkplumber.org>
6533 L:      netem@lists.linux-foundation.org
6534 S:      Maintained
6535 F:      net/sched/sch_netem.c
6536
6537 NETERION 10GbE DRIVERS (s2io/vxge)
6538 M:      Jon Mason <jdmason@kudzu.us>
6539 L:      netdev@vger.kernel.org
6540 S:      Supported
6541 F:      Documentation/networking/s2io.txt
6542 F:      Documentation/networking/vxge.txt
6543 F:      drivers/net/ethernet/neterion/
6544
6545 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6546 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6547 M:      Patrick McHardy <kaber@trash.net>
6548 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6549 L:      netfilter-devel@vger.kernel.org
6550 L:      coreteam@netfilter.org
6551 W:      http://www.netfilter.org/
6552 W:      http://www.iptables.org/
6553 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6556 S:      Supported
6557 F:      include/linux/netfilter*
6558 F:      include/linux/netfilter/
6559 F:      include/net/netfilter/
6560 F:      include/uapi/linux/netfilter*
6561 F:      include/uapi/linux/netfilter/
6562 F:      net/*/netfilter.c
6563 F:      net/*/netfilter/
6564 F:      net/netfilter/
6565
6566 NETLABEL
6567 M:      Paul Moore <paul@paul-moore.com>
6568 W:      http://netlabel.sf.net
6569 L:      netdev@vger.kernel.org
6570 S:      Maintained
6571 F:      Documentation/netlabel/
6572 F:      include/net/netlabel.h
6573 F:      net/netlabel/
6574
6575 NETROM NETWORK LAYER
6576 M:      Ralf Baechle <ralf@linux-mips.org>
6577 L:      linux-hams@vger.kernel.org
6578 W:      http://www.linux-ax25.org/
6579 S:      Maintained
6580 F:      include/net/netrom.h
6581 F:      include/uapi/linux/netrom.h
6582 F:      net/netrom/
6583
6584 NETWORK BLOCK DEVICE (NBD)
6585 M:      Paul Clements <Paul.Clements@steeleye.com>
6586 S:      Maintained
6587 L:      nbd-general@lists.sourceforge.net
6588 F:      Documentation/blockdev/nbd.txt
6589 F:      drivers/block/nbd.c
6590 F:      include/linux/nbd.h
6591 F:      include/uapi/linux/nbd.h
6592
6593 NETWORK DROP MONITOR
6594 M:      Neil Horman <nhorman@tuxdriver.com>
6595 L:      netdev@vger.kernel.org
6596 S:      Maintained
6597 W:      https://fedorahosted.org/dropwatch/
6598 F:      net/core/drop_monitor.c
6599
6600 NETWORKING [GENERAL]
6601 M:      "David S. Miller" <davem@davemloft.net>
6602 L:      netdev@vger.kernel.org
6603 W:      http://www.linuxfoundation.org/en/Net
6604 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6607 S:      Maintained
6608 F:      net/
6609 F:      include/net/
6610 F:      include/linux/in.h
6611 F:      include/linux/net.h
6612 F:      include/linux/netdevice.h
6613 F:      include/uapi/linux/in.h
6614 F:      include/uapi/linux/net.h
6615 F:      include/uapi/linux/netdevice.h
6616 F:      tools/net/
6617 F:      tools/testing/selftests/net/
6618 F:      lib/random32.c
6619 F:      lib/test_bpf.c
6620
6621 NETWORKING [IPv4/IPv6]
6622 M:      "David S. Miller" <davem@davemloft.net>
6623 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6624 M:      James Morris <jmorris@namei.org>
6625 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6626 M:      Patrick McHardy <kaber@trash.net>
6627 L:      netdev@vger.kernel.org
6628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6629 S:      Maintained
6630 F:      net/ipv4/
6631 F:      net/ipv6/
6632 F:      include/net/ip*
6633 F:      arch/x86/net/*
6634
6635 NETWORKING [IPSEC]
6636 M:      Steffen Klassert <steffen.klassert@secunet.com>
6637 M:      Herbert Xu <herbert@gondor.apana.org.au>
6638 M:      "David S. Miller" <davem@davemloft.net>
6639 L:      netdev@vger.kernel.org
6640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6642 S:      Maintained
6643 F:      net/core/flow.c
6644 F:      net/xfrm/
6645 F:      net/key/
6646 F:      net/ipv4/xfrm*
6647 F:      net/ipv4/esp4.c
6648 F:      net/ipv4/ah4.c
6649 F:      net/ipv4/ipcomp.c
6650 F:      net/ipv4/ip_vti.c
6651 F:      net/ipv6/xfrm*
6652 F:      net/ipv6/esp6.c
6653 F:      net/ipv6/ah6.c
6654 F:      net/ipv6/ipcomp6.c
6655 F:      net/ipv6/ip6_vti.c
6656 F:      include/uapi/linux/xfrm.h
6657 F:      include/net/xfrm.h
6658
6659 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6660 M:      Paul Moore <paul@paul-moore.com>
6661 L:      netdev@vger.kernel.org
6662 S:      Maintained
6663
6664 NETWORKING [WIRELESS]
6665 L:      linux-wireless@vger.kernel.org
6666 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6667
6668 NETWORKING DRIVERS
6669 L:      netdev@vger.kernel.org
6670 W:      http://www.linuxfoundation.org/en/Net
6671 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6674 S:      Odd Fixes
6675 F:      drivers/net/
6676 F:      include/linux/if_*
6677 F:      include/linux/netdevice.h
6678 F:      include/linux/arcdevice.h
6679 F:      include/linux/etherdevice.h
6680 F:      include/linux/fcdevice.h
6681 F:      include/linux/fddidevice.h
6682 F:      include/linux/hippidevice.h
6683 F:      include/linux/inetdevice.h
6684 F:      include/uapi/linux/if_*
6685 F:      include/uapi/linux/netdevice.h
6686
6687 NETWORKING DRIVERS (WIRELESS)
6688 M:      Kalle Valo <kvalo@codeaurora.org>
6689 L:      linux-wireless@vger.kernel.org
6690 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6691 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6692 S:      Maintained
6693 F:      drivers/net/wireless/
6694
6695 NETXEN (1/10) GbE SUPPORT
6696 M:      Manish Chopra <manish.chopra@qlogic.com>
6697 M:      Sony Chacko <sony.chacko@qlogic.com>
6698 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6699 L:      netdev@vger.kernel.org
6700 W:      http://www.qlogic.com
6701 S:      Supported
6702 F:      drivers/net/ethernet/qlogic/netxen/
6703
6704 NFC SUBSYSTEM
6705 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6706 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6707 M:      Samuel Ortiz <sameo@linux.intel.com>
6708 L:      linux-wireless@vger.kernel.org
6709 L:      linux-nfc@lists.01.org (subscribers-only)
6710 S:      Supported
6711 F:      net/nfc/
6712 F:      include/net/nfc/
6713 F:      include/uapi/linux/nfc.h
6714 F:      drivers/nfc/
6715 F:      include/linux/platform_data/pn544.h
6716 F:      Documentation/devicetree/bindings/net/nfc/
6717
6718 NFS, SUNRPC, AND LOCKD CLIENTS
6719 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6720 L:      linux-nfs@vger.kernel.org
6721 W:      http://client.linux-nfs.org
6722 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6723 S:      Maintained
6724 F:      fs/lockd/
6725 F:      fs/nfs/
6726 F:      fs/nfs_common/
6727 F:      net/sunrpc/
6728 F:      include/linux/lockd/
6729 F:      include/linux/nfs*
6730 F:      include/linux/sunrpc/
6731 F:      include/uapi/linux/nfs*
6732 F:      include/uapi/linux/sunrpc/
6733
6734 NILFS2 FILESYSTEM
6735 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6736 L:      linux-nilfs@vger.kernel.org
6737 W:      http://nilfs.sourceforge.net/
6738 T:      git git://github.com/konis/nilfs2.git
6739 S:      Supported
6740 F:      Documentation/filesystems/nilfs2.txt
6741 F:      fs/nilfs2/
6742 F:      include/linux/nilfs2_fs.h
6743
6744 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6745 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6746 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6747 S:      Maintained
6748 F:      Documentation/scsi/NinjaSCSI.txt
6749 F:      drivers/scsi/pcmcia/nsp_*
6750
6751 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6752 M:      GOTO Masanori <gotom@debian.or.jp>
6753 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6754 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6755 S:      Maintained
6756 F:      Documentation/scsi/NinjaSCSI.txt
6757 F:      drivers/scsi/nsp32*
6758
6759 NIOS2 ARCHITECTURE
6760 M:      Ley Foon Tan <lftan@altera.com>
6761 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6762 T:      git git://git.rocketboards.org/linux-socfpga.git
6763 S:      Maintained
6764 F:      arch/nios2/
6765
6766 NTB DRIVER
6767 M:      Jon Mason <jdmason@kudzu.us>
6768 M:      Dave Jiang <dave.jiang@intel.com>
6769 S:      Supported
6770 W:      https://github.com/jonmason/ntb/wiki
6771 T:      git git://github.com/jonmason/ntb.git
6772 F:      drivers/ntb/
6773 F:      drivers/net/ntb_netdev.c
6774 F:      include/linux/ntb.h
6775
6776 NTFS FILESYSTEM
6777 M:      Anton Altaparmakov <anton@tuxera.com>
6778 L:      linux-ntfs-dev@lists.sourceforge.net
6779 W:      http://www.tuxera.com/
6780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6781 S:      Supported
6782 F:      Documentation/filesystems/ntfs.txt
6783 F:      fs/ntfs/
6784
6785 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6786 M:      Antonino Daplas <adaplas@gmail.com>
6787 L:      linux-fbdev@vger.kernel.org
6788 S:      Maintained
6789 F:      drivers/video/fbdev/riva/
6790 F:      drivers/video/fbdev/nvidia/
6791
6792 NVM EXPRESS DRIVER
6793 M:      Matthew Wilcox <willy@linux.intel.com>
6794 L:      linux-nvme@lists.infradead.org
6795 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6796 S:      Supported
6797 F:      drivers/block/nvme*
6798 F:      include/linux/nvme.h
6799
6800 NXP TDA998X DRM DRIVER
6801 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6802 S:      Supported
6803 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6804 F:      include/drm/i2c/tda998x.h
6805
6806 NXP TFA9879 DRIVER
6807 M:      Peter Rosin <peda@axentia.se>
6808 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6809 S:      Maintained
6810 F:      sound/soc/codecs/tfa9879*
6811
6812 OMAP SUPPORT
6813 M:      Tony Lindgren <tony@atomide.com>
6814 L:      linux-omap@vger.kernel.org
6815 W:      http://www.muru.com/linux/omap/
6816 W:      http://linux.omap.com/
6817 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6819 S:      Maintained
6820 F:      arch/arm/*omap*/
6821 F:      drivers/i2c/busses/i2c-omap.c
6822 F:      drivers/irqchip/irq-omap-intc.c
6823 F:      drivers/mfd/*omap*.c
6824 F:      drivers/mfd/menelaus.c
6825 F:      drivers/mfd/palmas.c
6826 F:      drivers/mfd/tps65217.c
6827 F:      drivers/mfd/tps65218.c
6828 F:      drivers/mfd/tps65910.c
6829 F:      drivers/mfd/twl-core.[ch]
6830 F:      drivers/mfd/twl4030*.c
6831 F:      drivers/mfd/twl6030*.c
6832 F:      drivers/mfd/twl6040*.c
6833 F:      drivers/regulator/palmas-regulator*.c
6834 F:      drivers/regulator/pbias-regulator.c
6835 F:      drivers/regulator/tps65217-regulator.c
6836 F:      drivers/regulator/tps65218-regulator.c
6837 F:      drivers/regulator/tps65910-regulator.c
6838 F:      drivers/regulator/twl-regulator.c
6839 F:      include/linux/i2c-omap.h
6840
6841 OMAP DEVICE TREE SUPPORT
6842 M:      Benoît Cousson <bcousson@baylibre.com>
6843 M:      Tony Lindgren <tony@atomide.com>
6844 L:      linux-omap@vger.kernel.org
6845 L:      devicetree@vger.kernel.org
6846 S:      Maintained
6847 F:      arch/arm/boot/dts/*omap*
6848 F:      arch/arm/boot/dts/*am3*
6849 F:      arch/arm/boot/dts/*am4*
6850 F:      arch/arm/boot/dts/*am5*
6851 F:      arch/arm/boot/dts/*dra7*
6852
6853 OMAP CLOCK FRAMEWORK SUPPORT
6854 M:      Paul Walmsley <paul@pwsan.com>
6855 L:      linux-omap@vger.kernel.org
6856 S:      Maintained
6857 F:      arch/arm/*omap*/*clock*
6858
6859 OMAP POWER MANAGEMENT SUPPORT
6860 M:      Kevin Hilman <khilman@deeprootsystems.com>
6861 L:      linux-omap@vger.kernel.org
6862 S:      Maintained
6863 F:      arch/arm/*omap*/*pm*
6864 F:      drivers/cpufreq/omap-cpufreq.c
6865
6866 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6867 M:      Rajendra Nayak <rnayak@ti.com>
6868 M:      Paul Walmsley <paul@pwsan.com>
6869 L:      linux-omap@vger.kernel.org
6870 S:      Maintained
6871 F:      arch/arm/mach-omap2/prm*
6872
6873 OMAP AUDIO SUPPORT
6874 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6875 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6876 L:      alsa-devel@alsa-project.org (subscribers-only)
6877 L:      linux-omap@vger.kernel.org
6878 S:      Maintained
6879 F:      sound/soc/omap/
6880
6881 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6882 M:      Roger Quadros <rogerq@ti.com>
6883 M:      Tony Lindgren <tony@atomide.com>
6884 L:      linux-omap@vger.kernel.org
6885 S:      Maintained
6886 F:      drivers/memory/omap-gpmc.c
6887 F:      arch/arm/mach-omap2/*gpmc*
6888
6889 OMAP FRAMEBUFFER SUPPORT
6890 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6891 L:      linux-fbdev@vger.kernel.org
6892 L:      linux-omap@vger.kernel.org
6893 S:      Maintained
6894 F:      drivers/video/fbdev/omap/
6895
6896 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6897 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6898 L:      linux-omap@vger.kernel.org
6899 L:      linux-fbdev@vger.kernel.org
6900 S:      Maintained
6901 F:      drivers/video/fbdev/omap2/
6902 F:      Documentation/arm/OMAP/DSS
6903
6904 OMAP HARDWARE SPINLOCK SUPPORT
6905 M:      Ohad Ben-Cohen <ohad@wizery.com>
6906 L:      linux-omap@vger.kernel.org
6907 S:      Maintained
6908 F:      drivers/hwspinlock/omap_hwspinlock.c
6909 F:      arch/arm/mach-omap2/hwspinlock.c
6910
6911 OMAP MMC SUPPORT
6912 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6913 L:      linux-omap@vger.kernel.org
6914 S:      Maintained
6915 F:      drivers/mmc/host/omap.c
6916
6917 OMAP HS MMC SUPPORT
6918 L:      linux-mmc@vger.kernel.org
6919 L:      linux-omap@vger.kernel.org
6920 S:      Orphan
6921 F:      drivers/mmc/host/omap_hsmmc.c
6922
6923 OMAP RANDOM NUMBER GENERATOR SUPPORT
6924 M:      Deepak Saxena <dsaxena@plexity.net>
6925 S:      Maintained
6926 F:      drivers/char/hw_random/omap-rng.c
6927
6928 OMAP HWMOD SUPPORT
6929 M:      Benoît Cousson <bcousson@baylibre.com>
6930 M:      Paul Walmsley <paul@pwsan.com>
6931 L:      linux-omap@vger.kernel.org
6932 S:      Maintained
6933 F:      arch/arm/mach-omap2/omap_hwmod.*
6934
6935 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6936 M:      Benoît Cousson <bcousson@baylibre.com>
6937 L:      linux-omap@vger.kernel.org
6938 S:      Maintained
6939 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6940
6941 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6942 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6943 L:      linux-media@vger.kernel.org
6944 S:      Maintained
6945 F:      drivers/media/platform/omap3isp/
6946 F:      drivers/staging/media/omap4iss/
6947
6948 OMAP USB SUPPORT
6949 M:      Felipe Balbi <balbi@ti.com>
6950 L:      linux-usb@vger.kernel.org
6951 L:      linux-omap@vger.kernel.org
6952 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6953 S:      Maintained
6954 F:      drivers/usb/*/*omap*
6955 F:      arch/arm/*omap*/usb*
6956
6957 OMAP GPIO DRIVER
6958 M:      Javier Martinez Canillas <javier@dowhile0.org>
6959 M:      Santosh Shilimkar <ssantosh@kernel.org>
6960 M:      Kevin Hilman <khilman@deeprootsystems.com>
6961 L:      linux-omap@vger.kernel.org
6962 S:      Maintained
6963 F:      drivers/gpio/gpio-omap.c
6964
6965 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6966 M:      Mark Jackson <mpfj@newflow.co.uk>
6967 L:      linux-omap@vger.kernel.org
6968 S:      Maintained
6969 F:      arch/arm/boot/dts/am335x-nano.dts
6970
6971 OMFS FILESYSTEM
6972 M:      Bob Copeland <me@bobcopeland.com>
6973 L:      linux-karma-devel@lists.sourceforge.net
6974 S:      Maintained
6975 F:      Documentation/filesystems/omfs.txt
6976 F:      fs/omfs/
6977
6978 OMNIKEY CARDMAN 4000 DRIVER
6979 M:      Harald Welte <laforge@gnumonks.org>
6980 S:      Maintained
6981 F:      drivers/char/pcmcia/cm4000_cs.c
6982 F:      include/linux/cm4000_cs.h
6983 F:      include/uapi/linux/cm4000_cs.h
6984
6985 OMNIKEY CARDMAN 4040 DRIVER
6986 M:      Harald Welte <laforge@gnumonks.org>
6987 S:      Maintained
6988 F:      drivers/char/pcmcia/cm4040_cs.*
6989
6990 OMNIVISION OV7670 SENSOR DRIVER
6991 M:      Jonathan Corbet <corbet@lwn.net>
6992 L:      linux-media@vger.kernel.org
6993 T:      git git://linuxtv.org/media_tree.git
6994 S:      Maintained
6995 F:      drivers/media/i2c/ov7670.c
6996
6997 ONENAND FLASH DRIVER
6998 M:      Kyungmin Park <kyungmin.park@samsung.com>
6999 L:      linux-mtd@lists.infradead.org
7000 S:      Maintained
7001 F:      drivers/mtd/onenand/
7002 F:      include/linux/mtd/onenand*.h
7003
7004 ONSTREAM SCSI TAPE DRIVER
7005 M:      Willem Riede <osst@riede.org>
7006 L:      osst-users@lists.sourceforge.net
7007 L:      linux-scsi@vger.kernel.org
7008 S:      Maintained
7009 F:      Documentation/scsi/osst.txt
7010 F:      drivers/scsi/osst.*
7011 F:      drivers/scsi/osst_*.h
7012 F:      drivers/scsi/st.h
7013
7014 OPENCORES I2C BUS DRIVER
7015 M:      Peter Korsgaard <jacmet@sunsite.dk>
7016 L:      linux-i2c@vger.kernel.org
7017 S:      Maintained
7018 F:      Documentation/i2c/busses/i2c-ocores
7019 F:      drivers/i2c/busses/i2c-ocores.c
7020
7021 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7022 M:      Grant Likely <grant.likely@linaro.org>
7023 M:      Rob Herring <robh+dt@kernel.org>
7024 L:      devicetree@vger.kernel.org
7025 W:      http://www.devicetree.org/
7026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7027 S:      Maintained
7028 F:      drivers/of/
7029 F:      include/linux/of*.h
7030 F:      scripts/dtc/
7031
7032 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7033 M:      Rob Herring <robh+dt@kernel.org>
7034 M:      Pawel Moll <pawel.moll@arm.com>
7035 M:      Mark Rutland <mark.rutland@arm.com>
7036 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7037 M:      Kumar Gala <galak@codeaurora.org>
7038 L:      devicetree@vger.kernel.org
7039 S:      Maintained
7040 F:      Documentation/devicetree/
7041 F:      arch/*/boot/dts/
7042 F:      include/dt-bindings/
7043
7044 OPENRISC ARCHITECTURE
7045 M:      Jonas Bonn <jonas@southpole.se>
7046 W:      http://openrisc.net
7047 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7048 S:      Maintained
7049 T:      git git://openrisc.net/~jonas/linux
7050 F:      arch/openrisc/
7051
7052 OPENVSWITCH
7053 M:      Pravin Shelar <pshelar@nicira.com>
7054 L:      dev@openvswitch.org
7055 W:      http://openvswitch.org
7056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
7057 S:      Maintained
7058 F:      net/openvswitch/
7059
7060 OPL4 DRIVER
7061 M:      Clemens Ladisch <clemens@ladisch.de>
7062 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7063 T:      git git://git.alsa-project.org/alsa-kernel.git
7064 S:      Maintained
7065 F:      sound/drivers/opl4/
7066
7067 OPROFILE
7068 M:      Robert Richter <rric@kernel.org>
7069 L:      oprofile-list@lists.sf.net
7070 S:      Maintained
7071 F:      arch/*/include/asm/oprofile*.h
7072 F:      arch/*/oprofile/
7073 F:      drivers/oprofile/
7074 F:      include/linux/oprofile.h
7075
7076 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7077 M:      Mark Fasheh <mfasheh@suse.com>
7078 M:      Joel Becker <jlbec@evilplan.org>
7079 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7080 W:      http://oss.oracle.com/projects/ocfs2/
7081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7082 S:      Supported
7083 F:      Documentation/filesystems/ocfs2.txt
7084 F:      Documentation/filesystems/dlmfs.txt
7085 F:      fs/ocfs2/
7086
7087 ORINOCO DRIVER
7088 L:      linux-wireless@vger.kernel.org
7089 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7090 W:      http://www.nongnu.org/orinoco/
7091 S:      Orphan
7092 F:      drivers/net/wireless/orinoco/
7093
7094 OSD LIBRARY and FILESYSTEM
7095 M:      Boaz Harrosh <ooo@electrozaur.com>
7096 M:      Benny Halevy <bhalevy@primarydata.com>
7097 L:      osd-dev@open-osd.org
7098 W:      http://open-osd.org
7099 T:      git git://git.open-osd.org/open-osd.git
7100 S:      Maintained
7101 F:      drivers/scsi/osd/
7102 F:      include/scsi/osd_*
7103 F:      fs/exofs/
7104
7105 OVERLAY FILESYSTEM
7106 M:      Miklos Szeredi <miklos@szeredi.hu>
7107 L:      linux-unionfs@vger.kernel.org
7108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7109 S:      Supported
7110 F:      fs/overlayfs/
7111 F:      Documentation/filesystems/overlayfs.txt
7112
7113 P54 WIRELESS DRIVER
7114 M:      Christian Lamparter <chunkeey@googlemail.com>
7115 L:      linux-wireless@vger.kernel.org
7116 W:      http://wireless.kernel.org/en/users/Drivers/p54
7117 S:      Maintained
7118 F:      drivers/net/wireless/p54/
7119
7120 PA SEMI ETHERNET DRIVER
7121 M:      Olof Johansson <olof@lixom.net>
7122 L:      netdev@vger.kernel.org
7123 S:      Maintained
7124 F:      drivers/net/ethernet/pasemi/*
7125
7126 PA SEMI SMBUS DRIVER
7127 M:      Olof Johansson <olof@lixom.net>
7128 L:      linux-i2c@vger.kernel.org
7129 S:      Maintained
7130 F:      drivers/i2c/busses/i2c-pasemi.c
7131
7132 PADATA PARALLEL EXECUTION MECHANISM
7133 M:      Steffen Klassert <steffen.klassert@secunet.com>
7134 L:      linux-crypto@vger.kernel.org
7135 S:      Maintained
7136 F:      kernel/padata.c
7137 F:      include/linux/padata.h
7138 F:      Documentation/padata.txt
7139
7140 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7141 M:      Harald Welte <laforge@gnumonks.org>
7142 L:      platform-driver-x86@vger.kernel.org
7143 S:      Maintained
7144 F:      drivers/platform/x86/panasonic-laptop.c
7145
7146 PANASONIC MN10300/AM33/AM34 PORT
7147 M:      David Howells <dhowells@redhat.com>
7148 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7149 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7150 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7151 S:      Maintained
7152 F:      Documentation/mn10300/
7153 F:      arch/mn10300/
7154
7155 PARALLEL PORT SUPPORT
7156 L:      linux-parport@lists.infradead.org (subscribers-only)
7157 S:      Orphan
7158 F:      drivers/parport/
7159 F:      include/linux/parport*.h
7160 F:      drivers/char/ppdev.c
7161 F:      include/uapi/linux/ppdev.h
7162
7163 PARAVIRT_OPS INTERFACE
7164 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7165 M:      Chris Wright <chrisw@sous-sol.org>
7166 M:      Alok Kataria <akataria@vmware.com>
7167 M:      Rusty Russell <rusty@rustcorp.com.au>
7168 L:      virtualization@lists.linux-foundation.org
7169 S:      Supported
7170 F:      Documentation/ia64/paravirt_ops.txt
7171 F:      arch/*/kernel/paravirt*
7172 F:      arch/*/include/asm/paravirt.h
7173
7174 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7175 M:      Tim Waugh <tim@cyberelk.net>
7176 L:      linux-parport@lists.infradead.org (subscribers-only)
7177 W:      http://www.torque.net/linux-pp.html
7178 S:      Maintained
7179 F:      Documentation/blockdev/paride.txt
7180 F:      drivers/block/paride/
7181
7182 PARISC ARCHITECTURE
7183 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7184 M:      Helge Deller <deller@gmx.de>
7185 L:      linux-parisc@vger.kernel.org
7186 W:      http://www.parisc-linux.org/
7187 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7188 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7189 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7190 S:      Maintained
7191 F:      arch/parisc/
7192 F:      Documentation/parisc/
7193 F:      drivers/parisc/
7194 F:      drivers/char/agp/parisc-agp.c
7195 F:      drivers/input/serio/gscps2.c
7196 F:      drivers/parport/parport_gsc.*
7197 F:      drivers/tty/serial/8250/8250_gsc.c
7198 F:      drivers/video/fbdev/sti*
7199 F:      drivers/video/console/sti*
7200 F:      drivers/video/logo/logo_parisc*
7201
7202 PC87360 HARDWARE MONITORING DRIVER
7203 M:      Jim Cromie <jim.cromie@gmail.com>
7204 L:      lm-sensors@lm-sensors.org
7205 S:      Maintained
7206 F:      Documentation/hwmon/pc87360
7207 F:      drivers/hwmon/pc87360.c
7208
7209 PC8736x GPIO DRIVER
7210 M:      Jim Cromie <jim.cromie@gmail.com>
7211 S:      Maintained
7212 F:      drivers/char/pc8736x_gpio.c
7213
7214 PC87427 HARDWARE MONITORING DRIVER
7215 M:      Jean Delvare <jdelvare@suse.de>
7216 L:      lm-sensors@lm-sensors.org
7217 S:      Maintained
7218 F:      Documentation/hwmon/pc87427
7219 F:      drivers/hwmon/pc87427.c
7220
7221 PCA9532 LED DRIVER
7222 M:      Riku Voipio <riku.voipio@iki.fi>
7223 S:      Maintained
7224 F:      drivers/leds/leds-pca9532.c
7225 F:      include/linux/leds-pca9532.h
7226
7227 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7228 M:      Guenter Roeck <linux@roeck-us.net>
7229 L:      linux-i2c@vger.kernel.org
7230 S:      Maintained
7231 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7232
7233 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7234 M:      Khalid Aziz <khalid@gonehiking.org>
7235 S:      Maintained
7236 F:      drivers/firmware/pcdp.*
7237
7238 PCI ERROR RECOVERY
7239 M:      Linas Vepstas <linasvepstas@gmail.com>
7240 L:      linux-pci@vger.kernel.org
7241 S:      Supported
7242 F:      Documentation/PCI/pci-error-recovery.txt
7243
7244 PCI SUBSYSTEM
7245 M:      Bjorn Helgaas <bhelgaas@google.com>
7246 L:      linux-pci@vger.kernel.org
7247 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7249 S:      Supported
7250 F:      Documentation/PCI/
7251 F:      drivers/pci/
7252 F:      include/linux/pci*
7253 F:      arch/x86/pci/
7254 F:      arch/x86/kernel/quirks.c
7255
7256 PCI DRIVER FOR APPLIEDMICRO XGENE
7257 M:      Tanmay Inamdar <tinamdar@apm.com>
7258 L:      linux-pci@vger.kernel.org
7259 L:      linux-arm-kernel@lists.infradead.org
7260 S:      Maintained
7261 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7262 F:      drivers/pci/host/pci-xgene.c
7263
7264 PCI DRIVER FOR FREESCALE LAYERSCAPE
7265 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7266 M:      Mingkai Hu <mingkai.hu@freescale.com>
7267 M:      Roy Zang <tie-fei.zang@freescale.com>
7268 L:      linuxppc-dev@lists.ozlabs.org
7269 L:      linux-pci@vger.kernel.org
7270 L:      linux-arm-kernel@lists.infradead.org
7271 S:      Maintained
7272 F:      drivers/pci/host/*layerscape*
7273
7274 PCI DRIVER FOR IMX6
7275 M:      Richard Zhu <Richard.Zhu@freescale.com>
7276 M:      Lucas Stach <l.stach@pengutronix.de>
7277 L:      linux-pci@vger.kernel.org
7278 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7279 S:      Maintained
7280 F:      drivers/pci/host/*imx6*
7281
7282 PCI DRIVER FOR TI KEYSTONE
7283 M:      Murali Karicheri <m-karicheri2@ti.com>
7284 L:      linux-pci@vger.kernel.org
7285 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7286 S:      Maintained
7287 F:      drivers/pci/host/*keystone*
7288
7289 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7290 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7291 M:      Jason Cooper <jason@lakedaemon.net>
7292 L:      linux-pci@vger.kernel.org
7293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7294 S:      Maintained
7295 F:      drivers/pci/host/*mvebu*
7296
7297 PCI DRIVER FOR NVIDIA TEGRA
7298 M:      Thierry Reding <thierry.reding@gmail.com>
7299 L:      linux-tegra@vger.kernel.org
7300 L:      linux-pci@vger.kernel.org
7301 S:      Supported
7302 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7303 F:      drivers/pci/host/pci-tegra.c
7304
7305 PCI DRIVER FOR TI DRA7XX
7306 M:      Kishon Vijay Abraham I <kishon@ti.com>
7307 L:      linux-omap@vger.kernel.org
7308 L:      linux-pci@vger.kernel.org
7309 S:      Supported
7310 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7311 F:      drivers/pci/host/pci-dra7xx.c
7312
7313 PCI DRIVER FOR RENESAS R-CAR
7314 M:      Simon Horman <horms@verge.net.au>
7315 L:      linux-pci@vger.kernel.org
7316 L:      linux-sh@vger.kernel.org
7317 S:      Maintained
7318 F:      drivers/pci/host/*rcar*
7319
7320 PCI DRIVER FOR SAMSUNG EXYNOS
7321 M:      Jingoo Han <jg1.han@samsung.com>
7322 L:      linux-pci@vger.kernel.org
7323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7324 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7325 S:      Maintained
7326 F:      drivers/pci/host/pci-exynos.c
7327
7328 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7329 M:      Mohit Kumar <mohit.kumar@st.com>
7330 M:      Jingoo Han <jg1.han@samsung.com>
7331 L:      linux-pci@vger.kernel.org
7332 S:      Maintained
7333 F:      drivers/pci/host/*designware*
7334
7335 PCI DRIVER FOR GENERIC OF HOSTS
7336 M:      Will Deacon <will.deacon@arm.com>
7337 L:      linux-pci@vger.kernel.org
7338 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7339 S:      Maintained
7340 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7341 F:      drivers/pci/host/pci-host-generic.c
7342
7343 PCIE DRIVER FOR ST SPEAR13XX
7344 M:      Mohit Kumar <mohit.kumar@st.com>
7345 L:      linux-pci@vger.kernel.org
7346 S:      Maintained
7347 F:      drivers/pci/host/*spear*
7348
7349 PCMCIA SUBSYSTEM
7350 P:      Linux PCMCIA Team
7351 L:      linux-pcmcia@lists.infradead.org
7352 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7354 S:      Maintained
7355 F:      Documentation/pcmcia/
7356 F:      drivers/pcmcia/
7357 F:      include/pcmcia/
7358
7359 PCNET32 NETWORK DRIVER
7360 M:      Don Fry <pcnet32@frontier.com>
7361 L:      netdev@vger.kernel.org
7362 S:      Maintained
7363 F:      drivers/net/ethernet/amd/pcnet32.c
7364
7365 PCRYPT PARALLEL CRYPTO ENGINE
7366 M:      Steffen Klassert <steffen.klassert@secunet.com>
7367 L:      linux-crypto@vger.kernel.org
7368 S:      Maintained
7369 F:      crypto/pcrypt.c
7370 F:      include/crypto/pcrypt.h
7371
7372 PER-CPU MEMORY ALLOCATOR
7373 M:      Tejun Heo <tj@kernel.org>
7374 M:      Christoph Lameter <cl@linux-foundation.org>
7375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7376 S:      Maintained
7377 F:      include/linux/percpu*.h
7378 F:      mm/percpu*.c
7379 F:      arch/*/include/asm/percpu.h
7380
7381 PER-TASK DELAY ACCOUNTING
7382 M:      Balbir Singh <bsingharora@gmail.com>
7383 S:      Maintained
7384 F:      include/linux/delayacct.h
7385 F:      kernel/delayacct.c
7386
7387 PERFORMANCE EVENTS SUBSYSTEM
7388 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7389 M:      Paul Mackerras <paulus@samba.org>
7390 M:      Ingo Molnar <mingo@redhat.com>
7391 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7392 L:      linux-kernel@vger.kernel.org
7393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7394 S:      Supported
7395 F:      kernel/events/*
7396 F:      include/linux/perf_event.h
7397 F:      include/uapi/linux/perf_event.h
7398 F:      arch/*/kernel/perf_event*.c
7399 F:      arch/*/kernel/*/perf_event*.c
7400 F:      arch/*/kernel/*/*/perf_event*.c
7401 F:      arch/*/include/asm/perf_event.h
7402 F:      arch/*/kernel/perf_callchain.c
7403 F:      tools/perf/
7404
7405 PERSONALITY HANDLING
7406 M:      Christoph Hellwig <hch@infradead.org>
7407 L:      linux-abi-devel@lists.sourceforge.net
7408 S:      Maintained
7409 F:      include/linux/personality.h
7410 F:      include/uapi/linux/personality.h
7411
7412 PHONET PROTOCOL
7413 M:      Remi Denis-Courmont <courmisch@gmail.com>
7414 S:      Supported
7415 F:      Documentation/networking/phonet.txt
7416 F:      include/linux/phonet.h
7417 F:      include/net/phonet/
7418 F:      include/uapi/linux/phonet.h
7419 F:      net/phonet/
7420
7421 PHRAM MTD DRIVER
7422 M:      Joern Engel <joern@lazybastard.org>
7423 L:      linux-mtd@lists.infradead.org
7424 S:      Maintained
7425 F:      drivers/mtd/devices/phram.c
7426
7427 PICOLCD HID DRIVER
7428 M:      Bruno Prémont <bonbons@linux-vserver.org>
7429 L:      linux-input@vger.kernel.org
7430 S:      Maintained
7431 F:      drivers/hid/hid-picolcd*
7432
7433 PICOXCELL SUPPORT
7434 M:      Jamie Iles <jamie@jamieiles.com>
7435 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7436 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7437 S:      Supported
7438 F:      arch/arm/boot/dts/picoxcell*
7439 F:      arch/arm/mach-picoxcell/
7440 F:      drivers/crypto/picoxcell*
7441
7442 PIN CONTROL SUBSYSTEM
7443 M:      Linus Walleij <linus.walleij@linaro.org>
7444 L:      linux-gpio@vger.kernel.org
7445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7446 S:      Maintained
7447 F:      drivers/pinctrl/
7448 F:      include/linux/pinctrl/
7449
7450 PIN CONTROLLER - ATMEL AT91
7451 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7452 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7453 S:      Maintained
7454 F:      drivers/pinctrl/pinctrl-at91.*
7455
7456 PIN CONTROLLER - INTEL
7457 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7458 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7459 S:      Maintained
7460 F:      drivers/pinctrl/intel/
7461
7462 PIN CONTROLLER - RENESAS
7463 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7464 L:      linux-sh@vger.kernel.org
7465 S:      Maintained
7466 F:      drivers/pinctrl/sh-pfc/
7467
7468 PIN CONTROLLER - SAMSUNG
7469 M:      Tomasz Figa <tomasz.figa@gmail.com>
7470 M:      Thomas Abraham <thomas.abraham@linaro.org>
7471 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7472 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7473 S:      Maintained
7474 F:      drivers/pinctrl/samsung/
7475
7476 PIN CONTROLLER - ST SPEAR
7477 M:      Viresh Kumar <viresh.linux@gmail.com>
7478 L:      spear-devel@list.st.com
7479 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7480 W:      http://www.st.com/spear
7481 S:      Maintained
7482 F:      drivers/pinctrl/spear/
7483
7484 PKTCDVD DRIVER
7485 M:      Jiri Kosina <jkosina@suse.cz>
7486 S:      Maintained
7487 F:      drivers/block/pktcdvd.c
7488 F:      include/linux/pktcdvd.h
7489 F:      include/uapi/linux/pktcdvd.h
7490
7491 PKUNITY SOC DRIVERS
7492 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7493 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7494 S:      Maintained
7495 T:      git git://github.com/gxt/linux.git
7496 F:      drivers/input/serio/i8042-unicore32io.h
7497 F:      drivers/i2c/busses/i2c-puv3.c
7498 F:      drivers/video/fbdev/fb-puv3.c
7499 F:      drivers/rtc/rtc-puv3.c
7500
7501 PMBUS HARDWARE MONITORING DRIVERS
7502 M:      Guenter Roeck <linux@roeck-us.net>
7503 L:      lm-sensors@lm-sensors.org
7504 W:      http://www.lm-sensors.org/
7505 W:      http://www.roeck-us.net/linux/drivers/
7506 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7507 S:      Maintained
7508 F:      Documentation/hwmon/pmbus
7509 F:      drivers/hwmon/pmbus/
7510 F:      include/linux/i2c/pmbus.h
7511
7512 PMC SIERRA MaxRAID DRIVER
7513 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7514 L:      linux-scsi@vger.kernel.org
7515 W:      http://www.pmc-sierra.com/
7516 S:      Supported
7517 F:      drivers/scsi/pmcraid.*
7518
7519 PMC SIERRA PM8001 DRIVER
7520 M:      xjtuwjp@gmail.com
7521 M:      lindar_liu@usish.com
7522 L:      pmchba@pmcs.com
7523 L:      linux-scsi@vger.kernel.org
7524 S:      Supported
7525 F:      drivers/scsi/pm8001/
7526
7527 POSIX CLOCKS and TIMERS
7528 M:      Thomas Gleixner <tglx@linutronix.de>
7529 L:      linux-kernel@vger.kernel.org
7530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7531 S:      Maintained
7532 F:      fs/timerfd.c
7533 F:      include/linux/timer*
7534 F:      kernel/time/*timer*
7535
7536 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7537 M:      Sebastian Reichel <sre@kernel.org>
7538 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7539 M:      David Woodhouse <dwmw2@infradead.org>
7540 L:      linux-pm@vger.kernel.org
7541 T:      git git://git.infradead.org/battery-2.6.git
7542 S:      Maintained
7543 F:      include/linux/power_supply.h
7544 F:      drivers/power/
7545
7546 PNP SUPPORT
7547 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7548 S:      Maintained
7549 F:      drivers/pnp/
7550
7551 PNXxxxx I2C DRIVER
7552 M:      Vitaly Wool <vitalywool@gmail.com>
7553 L:      linux-i2c@vger.kernel.org
7554 S:      Maintained
7555 F:      drivers/i2c/busses/i2c-pnx.c
7556
7557 PPP PROTOCOL DRIVERS AND COMPRESSORS
7558 M:      Paul Mackerras <paulus@samba.org>
7559 L:      linux-ppp@vger.kernel.org
7560 S:      Maintained
7561 F:      drivers/net/ppp/ppp_*
7562
7563 PPP OVER ATM (RFC 2364)
7564 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7565 S:      Maintained
7566 F:      net/atm/pppoatm.c
7567 F:      include/uapi/linux/atmppp.h
7568
7569 PPP OVER ETHERNET
7570 M:      Michal Ostrowski <mostrows@earthlink.net>
7571 S:      Maintained
7572 F:      drivers/net/ppp/pppoe.c
7573 F:      drivers/net/ppp/pppox.c
7574
7575 PPP OVER L2TP
7576 M:      James Chapman <jchapman@katalix.com>
7577 S:      Maintained
7578 F:      net/l2tp/l2tp_ppp.c
7579 F:      include/linux/if_pppol2tp.h
7580 F:      include/uapi/linux/if_pppol2tp.h
7581
7582 PPS SUPPORT
7583 M:      Rodolfo Giometti <giometti@enneenne.com>
7584 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7585 L:      linuxpps@ml.enneenne.com (subscribers-only)
7586 S:      Maintained
7587 F:      Documentation/pps/
7588 F:      drivers/pps/
7589 F:      include/linux/pps*.h
7590
7591 PPTP DRIVER
7592 M:      Dmitry Kozlov <xeb@mail.ru>
7593 L:      netdev@vger.kernel.org
7594 S:      Maintained
7595 F:      drivers/net/ppp/pptp.c
7596 W:      http://sourceforge.net/projects/accel-pptp
7597
7598 PREEMPTIBLE KERNEL
7599 M:      Robert Love <rml@tech9.net>
7600 L:      kpreempt-tech@lists.sourceforge.net
7601 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7602 S:      Supported
7603 F:      Documentation/preempt-locking.txt
7604 F:      include/linux/preempt.h
7605
7606 PRISM54 WIRELESS DRIVER
7607 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7608 L:      linux-wireless@vger.kernel.org
7609 W:      http://wireless.kernel.org/en/users/Drivers/p54
7610 S:      Obsolete
7611 F:      drivers/net/wireless/prism54/
7612
7613 PS3 NETWORK SUPPORT
7614 M:      Geoff Levand <geoff@infradead.org>
7615 L:      netdev@vger.kernel.org
7616 L:      cbe-oss-dev@lists.ozlabs.org
7617 S:      Maintained
7618 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7619
7620 PS3 PLATFORM SUPPORT
7621 M:      Geoff Levand <geoff@infradead.org>
7622 L:      linuxppc-dev@lists.ozlabs.org
7623 L:      cbe-oss-dev@lists.ozlabs.org
7624 S:      Maintained
7625 F:      arch/powerpc/boot/ps3*
7626 F:      arch/powerpc/include/asm/lv1call.h
7627 F:      arch/powerpc/include/asm/ps3*.h
7628 F:      arch/powerpc/platforms/ps3/
7629 F:      drivers/*/ps3*
7630 F:      drivers/ps3/
7631 F:      drivers/rtc/rtc-ps3.c
7632 F:      drivers/usb/host/*ps3.c
7633 F:      sound/ppc/snd_ps3*
7634
7635 PS3VRAM DRIVER
7636 M:      Jim Paris <jim@jtan.com>
7637 L:      cbe-oss-dev@lists.ozlabs.org
7638 S:      Maintained
7639 F:      drivers/block/ps3vram.c
7640
7641 PSTORE FILESYSTEM
7642 M:      Anton Vorontsov <anton@enomsg.org>
7643 M:      Colin Cross <ccross@android.com>
7644 M:      Kees Cook <keescook@chromium.org>
7645 M:      Tony Luck <tony.luck@intel.com>
7646 S:      Maintained
7647 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7648 F:      fs/pstore/
7649 F:      include/linux/pstore*
7650 F:      drivers/firmware/efi/efi-pstore.c
7651 F:      drivers/acpi/apei/erst.c
7652
7653 PTP HARDWARE CLOCK SUPPORT
7654 M:      Richard Cochran <richardcochran@gmail.com>
7655 L:      netdev@vger.kernel.org
7656 S:      Maintained
7657 W:      http://linuxptp.sourceforge.net/
7658 F:      Documentation/ABI/testing/sysfs-ptp
7659 F:      Documentation/ptp/*
7660 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7661 F:      drivers/net/phy/dp83640*
7662 F:      drivers/ptp/*
7663 F:      include/linux/ptp_cl*
7664
7665 PTRACE SUPPORT
7666 M:      Roland McGrath <roland@hack.frob.com>
7667 M:      Oleg Nesterov <oleg@redhat.com>
7668 S:      Maintained
7669 F:      include/asm-generic/syscall.h
7670 F:      include/linux/ptrace.h
7671 F:      include/linux/regset.h
7672 F:      include/linux/tracehook.h
7673 F:      include/uapi/linux/ptrace.h
7674 F:      kernel/ptrace.c
7675
7676 PVRUSB2 VIDEO4LINUX DRIVER
7677 M:      Mike Isely <isely@pobox.com>
7678 L:      pvrusb2@isely.net       (subscribers-only)
7679 L:      linux-media@vger.kernel.org
7680 W:      http://www.isely.net/pvrusb2/
7681 T:      git git://linuxtv.org/media_tree.git
7682 S:      Maintained
7683 F:      Documentation/video4linux/README.pvrusb2
7684 F:      drivers/media/usb/pvrusb2/
7685
7686 PWC WEBCAM DRIVER
7687 M:      Hans de Goede <hdegoede@redhat.com>
7688 L:      linux-media@vger.kernel.org
7689 T:      git git://linuxtv.org/media_tree.git
7690 S:      Maintained
7691 F:      drivers/media/usb/pwc/*
7692
7693 PWM FAN DRIVER
7694 M:      Kamil Debski <k.debski@samsung.com>
7695 L:      lm-sensors@lm-sensors.org
7696 S:      Supported
7697 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7698 F:      Documentation/hwmon/pwm-fan
7699 F:      drivers/hwmon/pwm-fan.c
7700
7701 PWM SUBSYSTEM
7702 M:      Thierry Reding <thierry.reding@gmail.com>
7703 L:      linux-pwm@vger.kernel.org
7704 S:      Maintained
7705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7706 F:      Documentation/pwm.txt
7707 F:      Documentation/devicetree/bindings/pwm/
7708 F:      include/linux/pwm.h
7709 F:      drivers/pwm/
7710 F:      drivers/video/backlight/pwm_bl.c
7711 F:      include/linux/pwm_backlight.h
7712
7713 PXA2xx/PXA3xx SUPPORT
7714 M:      Daniel Mack <daniel@zonque.org>
7715 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7716 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7717 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7718 T:      git git://github.com/hzhuang1/linux.git
7719 T:      git git://github.com/rjarzmik/linux.git
7720 S:      Maintained
7721 F:      arch/arm/mach-pxa/
7722 F:      drivers/pcmcia/pxa2xx*
7723 F:      drivers/spi/spi-pxa2xx*
7724 F:      drivers/usb/gadget/udc/pxa2*
7725 F:      include/sound/pxa2xx-lib.h
7726 F:      sound/arm/pxa*
7727 F:      sound/soc/pxa/
7728
7729 PXA3xx NAND FLASH DRIVER
7730 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7731 L:      linux-mtd@lists.infradead.org
7732 S:      Maintained
7733 F:      drivers/mtd/nand/pxa3xx_nand.c
7734
7735 MMP SUPPORT
7736 M:      Eric Miao <eric.y.miao@gmail.com>
7737 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7738 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7739 T:      git git://github.com/hzhuang1/linux.git
7740 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7741 S:      Maintained
7742 F:      arch/arm/mach-mmp/
7743
7744 PXA MMCI DRIVER
7745 S:      Orphan
7746
7747 PXA RTC DRIVER
7748 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7749 L:      rtc-linux@googlegroups.com
7750 S:      Maintained
7751
7752 QAT DRIVER
7753 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7754 L:      qat-linux@intel.com
7755 S:      Supported
7756 F:      drivers/crypto/qat/
7757
7758 QIB DRIVER
7759 M:      Mike Marciniszyn <infinipath@intel.com>
7760 L:      linux-rdma@vger.kernel.org
7761 S:      Supported
7762 F:      drivers/infiniband/hw/qib/
7763
7764 QLOGIC QLA1280 SCSI DRIVER
7765 M:      Michael Reed <mdr@sgi.com>
7766 L:      linux-scsi@vger.kernel.org
7767 S:      Maintained
7768 F:      drivers/scsi/qla1280.[ch]
7769
7770 QLOGIC QLA2XXX FC-SCSI DRIVER
7771 M:      qla2xxx-upstream@qlogic.com
7772 L:      linux-scsi@vger.kernel.org
7773 S:      Supported
7774 F:      Documentation/scsi/LICENSE.qla2xxx
7775 F:      drivers/scsi/qla2xxx/
7776
7777 QLOGIC QLA4XXX iSCSI DRIVER
7778 M:      QLogic-Storage-Upstream@qlogic.com
7779 L:      linux-scsi@vger.kernel.org
7780 S:      Supported
7781 F:      Documentation/scsi/LICENSE.qla4xxx
7782 F:      drivers/scsi/qla4xxx/
7783
7784 QLOGIC QLA3XXX NETWORK DRIVER
7785 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7786 M:      Ron Mercer <ron.mercer@qlogic.com>
7787 M:      linux-driver@qlogic.com
7788 L:      netdev@vger.kernel.org
7789 S:      Supported
7790 F:      Documentation/networking/LICENSE.qla3xxx
7791 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7792
7793 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7794 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7795 M:      Dept-GELinuxNICDev@qlogic.com
7796 L:      netdev@vger.kernel.org
7797 S:      Supported
7798 F:      drivers/net/ethernet/qlogic/qlcnic/
7799
7800 QLOGIC QLGE 10Gb ETHERNET DRIVER
7801 M:      Harish Patil <harish.patil@qlogic.com>
7802 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7803 M:      Dept-GELinuxNICDev@qlogic.com
7804 M:      linux-driver@qlogic.com
7805 L:      netdev@vger.kernel.org
7806 S:      Supported
7807 F:      drivers/net/ethernet/qlogic/qlge/
7808
7809 QNX4 FILESYSTEM
7810 M:      Anders Larsen <al@alarsen.net>
7811 W:      http://www.alarsen.net/linux/qnx4fs/
7812 S:      Maintained
7813 F:      fs/qnx4/
7814 F:      include/uapi/linux/qnx4_fs.h
7815 F:      include/uapi/linux/qnxtypes.h
7816
7817 QT1010 MEDIA DRIVER
7818 M:      Antti Palosaari <crope@iki.fi>
7819 L:      linux-media@vger.kernel.org
7820 W:      http://linuxtv.org/
7821 W:      http://palosaari.fi/linux/
7822 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7823 T:      git git://linuxtv.org/anttip/media_tree.git
7824 S:      Maintained
7825 F:      drivers/media/tuners/qt1010*
7826
7827 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7828 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7829 L:      linux-wireless@vger.kernel.org
7830 L:      ath9k-devel@lists.ath9k.org
7831 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7832 S:      Supported
7833 F:      drivers/net/wireless/ath/ath9k/
7834
7835 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7836 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7837 L:      ath10k@lists.infradead.org
7838 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7839 T:      git git://github.com/kvalo/ath.git
7840 S:      Supported
7841 F:      drivers/net/wireless/ath/ath10k/
7842
7843 QUALCOMM HEXAGON ARCHITECTURE
7844 M:      Richard Kuo <rkuo@codeaurora.org>
7845 L:      linux-hexagon@vger.kernel.org
7846 S:      Supported
7847 F:      arch/hexagon/
7848
7849 QUALCOMM WCN36XX WIRELESS DRIVER
7850 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7851 L:      wcn36xx@lists.infradead.org
7852 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7853 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7854 S:      Supported
7855 F:      drivers/net/wireless/ath/wcn36xx/
7856
7857 RADOS BLOCK DEVICE (RBD)
7858 M:      Yehuda Sadeh <yehuda@inktank.com>
7859 M:      Sage Weil <sage@inktank.com>
7860 M:      Alex Elder <elder@kernel.org>
7861 M:      ceph-devel@vger.kernel.org
7862 W:      http://ceph.com/
7863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7864 S:      Supported
7865 F:      drivers/block/rbd.c
7866 F:      drivers/block/rbd_types.h
7867
7868 RADEON FRAMEBUFFER DISPLAY DRIVER
7869 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7870 L:      linux-fbdev@vger.kernel.org
7871 S:      Maintained
7872 F:      drivers/video/fbdev/aty/radeon*
7873 F:      include/uapi/linux/radeonfb.h
7874
7875 RADIOSHARK RADIO DRIVER
7876 M:      Hans de Goede <hdegoede@redhat.com>
7877 L:      linux-media@vger.kernel.org
7878 T:      git git://linuxtv.org/media_tree.git
7879 S:      Maintained
7880 F:      drivers/media/radio/radio-shark.c
7881
7882 RADIOSHARK2 RADIO DRIVER
7883 M:      Hans de Goede <hdegoede@redhat.com>
7884 L:      linux-media@vger.kernel.org
7885 T:      git git://linuxtv.org/media_tree.git
7886 S:      Maintained
7887 F:      drivers/media/radio/radio-shark2.c
7888 F:      drivers/media/radio/radio-tea5777.c
7889
7890 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7891 M:      Paul Mackerras <paulus@samba.org>
7892 L:      linux-fbdev@vger.kernel.org
7893 S:      Maintained
7894 F:      drivers/video/fbdev/aty/aty128fb.c
7895
7896 RALINK RT2X00 WIRELESS LAN DRIVER
7897 P:      rt2x00 project
7898 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7899 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7900 L:      linux-wireless@vger.kernel.org
7901 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7902 W:      http://rt2x00.serialmonkey.com/
7903 S:      Maintained
7904 F:      drivers/net/wireless/rt2x00/
7905
7906 RAMDISK RAM BLOCK DEVICE DRIVER
7907 M:      Nick Piggin <npiggin@kernel.dk>
7908 S:      Maintained
7909 F:      Documentation/blockdev/ramdisk.txt
7910 F:      drivers/block/brd.c
7911
7912 RANDOM NUMBER DRIVER
7913 M:      "Theodore Ts'o" <tytso@mit.edu>
7914 S:      Maintained
7915 F:      drivers/char/random.c
7916
7917 RAPIDIO SUBSYSTEM
7918 M:      Matt Porter <mporter@kernel.crashing.org>
7919 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7920 S:      Maintained
7921 F:      drivers/rapidio/
7922
7923 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7924 L:      linux-wireless@vger.kernel.org
7925 S:      Orphan
7926 F:      drivers/net/wireless/ray*
7927
7928 RCUTORTURE MODULE
7929 M:      Josh Triplett <josh@joshtriplett.org>
7930 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7931 L:      linux-kernel@vger.kernel.org
7932 S:      Supported
7933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7934 F:      Documentation/RCU/torture.txt
7935 F:      kernel/rcu/rcutorture.c
7936
7937 RCUTORTURE TEST FRAMEWORK
7938 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7939 M:      Josh Triplett <josh@joshtriplett.org>
7940 R:      Steven Rostedt <rostedt@goodmis.org>
7941 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7942 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7943 L:      linux-kernel@vger.kernel.org
7944 S:      Supported
7945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7946 F:      tools/testing/selftests/rcutorture
7947
7948 RDC R-321X SoC
7949 M:      Florian Fainelli <florian@openwrt.org>
7950 S:      Maintained
7951
7952 RDC R6040 FAST ETHERNET DRIVER
7953 M:      Florian Fainelli <florian@openwrt.org>
7954 L:      netdev@vger.kernel.org
7955 S:      Maintained
7956 F:      drivers/net/ethernet/rdc/r6040.c
7957
7958 RDS - RELIABLE DATAGRAM SOCKETS
7959 M:      Chien Yen <chien.yen@oracle.com>
7960 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7961 S:      Supported
7962 F:      net/rds/
7963
7964 READ-COPY UPDATE (RCU)
7965 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7966 M:      Josh Triplett <josh@joshtriplett.org>
7967 R:      Steven Rostedt <rostedt@goodmis.org>
7968 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7969 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7970 L:      linux-kernel@vger.kernel.org
7971 W:      http://www.rdrop.com/users/paulmck/RCU/
7972 S:      Supported
7973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7974 F:      Documentation/RCU/
7975 X:      Documentation/RCU/torture.txt
7976 F:      include/linux/rcu*
7977 X:      include/linux/srcu.h
7978 F:      kernel/rcu/
7979 X:      kernel/torture.c
7980
7981 REAL TIME CLOCK (RTC) SUBSYSTEM
7982 M:      Alessandro Zummo <a.zummo@towertech.it>
7983 L:      rtc-linux@googlegroups.com
7984 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7985 S:      Maintained
7986 F:      Documentation/rtc.txt
7987 F:      drivers/rtc/
7988 F:      include/linux/rtc.h
7989 F:      include/uapi/linux/rtc.h
7990
7991 REALTEK AUDIO CODECS
7992 M:      Bard Liao <bardliao@realtek.com>
7993 M:      Oder Chiou <oder_chiou@realtek.com>
7994 S:      Maintained
7995 F:      sound/soc/codecs/rt*
7996 F:      include/sound/rt*.h
7997
7998 REISERFS FILE SYSTEM
7999 L:      reiserfs-devel@vger.kernel.org
8000 S:      Supported
8001 F:      fs/reiserfs/
8002
8003 REGISTER MAP ABSTRACTION
8004 M:      Mark Brown <broonie@kernel.org>
8005 L:      linux-kernel@vger.kernel.org
8006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8007 S:      Supported
8008 F:      drivers/base/regmap/
8009 F:      include/linux/regmap.h
8010
8011 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8012 M:      Ohad Ben-Cohen <ohad@wizery.com>
8013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8014 S:      Maintained
8015 F:      drivers/remoteproc/
8016 F:      Documentation/remoteproc.txt
8017 F:      include/linux/remoteproc.h
8018
8019 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8020 M:      Ohad Ben-Cohen <ohad@wizery.com>
8021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8022 S:      Maintained
8023 F:      drivers/rpmsg/
8024 F:      Documentation/rpmsg.txt
8025 F:      include/linux/rpmsg.h
8026
8027 RESET CONTROLLER FRAMEWORK
8028 M:      Philipp Zabel <p.zabel@pengutronix.de>
8029 S:      Maintained
8030 F:      drivers/reset/
8031 F:      Documentation/devicetree/bindings/reset/
8032 F:      include/linux/reset.h
8033 F:      include/linux/reset-controller.h
8034
8035 RFKILL
8036 M:      Johannes Berg <johannes@sipsolutions.net>
8037 L:      linux-wireless@vger.kernel.org
8038 W:      http://wireless.kernel.org/
8039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8041 S:      Maintained
8042 F:      Documentation/rfkill.txt
8043 F:      net/rfkill/
8044
8045 RICOH SMARTMEDIA/XD DRIVER
8046 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8047 S:      Maintained
8048 F:      drivers/mtd/nand/r852.c
8049 F:      drivers/mtd/nand/r852.h
8050
8051 RICOH R5C592 MEMORYSTICK DRIVER
8052 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8053 S:      Maintained
8054 F:      drivers/memstick/host/r592.*
8055
8056 ROCCAT DRIVERS
8057 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8058 W:      http://sourceforge.net/projects/roccat/
8059 S:      Maintained
8060 F:      drivers/hid/hid-roccat*
8061 F:      include/linux/hid-roccat*
8062 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8063
8064 ROCKER DRIVER
8065 M:      Jiri Pirko <jiri@resnulli.us>
8066 M:      Scott Feldman <sfeldma@gmail.com>
8067 L:      netdev@vger.kernel.org
8068 S:      Supported
8069 F:      drivers/net/ethernet/rocker/
8070
8071 ROCKETPORT DRIVER
8072 P:      Comtrol Corp.
8073 W:      http://www.comtrol.com
8074 S:      Maintained
8075 F:      Documentation/serial/rocket.txt
8076 F:      drivers/tty/rocket*
8077
8078 ROCKETPORT EXPRESS/INFINITY DRIVER
8079 M:      Kevin Cernekee <cernekee@gmail.com>
8080 L:      linux-serial@vger.kernel.org
8081 S:      Odd Fixes
8082 F:      drivers/tty/serial/rp2.*
8083
8084 ROSE NETWORK LAYER
8085 M:      Ralf Baechle <ralf@linux-mips.org>
8086 L:      linux-hams@vger.kernel.org
8087 W:      http://www.linux-ax25.org/
8088 S:      Maintained
8089 F:      include/net/rose.h
8090 F:      include/uapi/linux/rose.h
8091 F:      net/rose/
8092
8093 RTL2830 MEDIA DRIVER
8094 M:      Antti Palosaari <crope@iki.fi>
8095 L:      linux-media@vger.kernel.org
8096 W:      http://linuxtv.org/
8097 W:      http://palosaari.fi/linux/
8098 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8099 T:      git git://linuxtv.org/anttip/media_tree.git
8100 S:      Maintained
8101 F:      drivers/media/dvb-frontends/rtl2830*
8102
8103 RTL2832 MEDIA DRIVER
8104 M:      Antti Palosaari <crope@iki.fi>
8105 L:      linux-media@vger.kernel.org
8106 W:      http://linuxtv.org/
8107 W:      http://palosaari.fi/linux/
8108 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8109 T:      git git://linuxtv.org/anttip/media_tree.git
8110 S:      Maintained
8111 F:      drivers/media/dvb-frontends/rtl2832*
8112
8113 RTL2832_SDR MEDIA DRIVER
8114 M:      Antti Palosaari <crope@iki.fi>
8115 L:      linux-media@vger.kernel.org
8116 W:      http://linuxtv.org/
8117 W:      http://palosaari.fi/linux/
8118 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8119 T:      git git://linuxtv.org/anttip/media_tree.git
8120 S:      Maintained
8121 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8122
8123 RTL8180 WIRELESS DRIVER
8124 L:      linux-wireless@vger.kernel.org
8125 W:      http://wireless.kernel.org/
8126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8127 S:      Orphan
8128 F:      drivers/net/wireless/rtl818x/rtl8180/
8129
8130 RTL8187 WIRELESS DRIVER
8131 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8132 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8133 M:      Larry Finger <Larry.Finger@lwfinger.net>
8134 L:      linux-wireless@vger.kernel.org
8135 W:      http://wireless.kernel.org/
8136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8137 S:      Maintained
8138 F:      drivers/net/wireless/rtl818x/rtl8187/
8139
8140 RTL8192CE WIRELESS DRIVER
8141 M:      Larry Finger <Larry.Finger@lwfinger.net>
8142 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8143 L:      linux-wireless@vger.kernel.org
8144 W:      http://wireless.kernel.org/
8145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8146 S:      Maintained
8147 F:      drivers/net/wireless/rtlwifi/
8148 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8149
8150 S3 SAVAGE FRAMEBUFFER DRIVER
8151 M:      Antonino Daplas <adaplas@gmail.com>
8152 L:      linux-fbdev@vger.kernel.org
8153 S:      Maintained
8154 F:      drivers/video/fbdev/savage/
8155
8156 S390
8157 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8158 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8159 M:      linux390@de.ibm.com
8160 L:      linux-s390@vger.kernel.org
8161 W:      http://www.ibm.com/developerworks/linux/linux390/
8162 S:      Supported
8163 F:      arch/s390/
8164 F:      drivers/s390/
8165 F:      Documentation/s390/
8166 F:      Documentation/DocBook/s390*
8167
8168 S390 COMMON I/O LAYER
8169 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8170 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8171 L:      linux-s390@vger.kernel.org
8172 W:      http://www.ibm.com/developerworks/linux/linux390/
8173 S:      Supported
8174 F:      drivers/s390/cio/
8175
8176 S390 DASD DRIVER
8177 M:      Stefan Weinhuber <wein@de.ibm.com>
8178 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8179 L:      linux-s390@vger.kernel.org
8180 W:      http://www.ibm.com/developerworks/linux/linux390/
8181 S:      Supported
8182 F:      drivers/s390/block/dasd*
8183 F:      block/partitions/ibm.c
8184
8185 S390 NETWORK DRIVERS
8186 M:      Ursula Braun <ursula.braun@de.ibm.com>
8187 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8188 M:      linux390@de.ibm.com
8189 L:      linux-s390@vger.kernel.org
8190 W:      http://www.ibm.com/developerworks/linux/linux390/
8191 S:      Supported
8192 F:      drivers/s390/net/
8193
8194 S390 PCI SUBSYSTEM
8195 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8196 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8197 L:      linux-s390@vger.kernel.org
8198 W:      http://www.ibm.com/developerworks/linux/linux390/
8199 S:      Supported
8200 F:      arch/s390/pci/
8201 F:      drivers/pci/hotplug/s390_pci_hpc.c
8202
8203 S390 ZCRYPT DRIVER
8204 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8205 M:      linux390@de.ibm.com
8206 L:      linux-s390@vger.kernel.org
8207 W:      http://www.ibm.com/developerworks/linux/linux390/
8208 S:      Supported
8209 F:      drivers/s390/crypto/
8210
8211 S390 ZFCP DRIVER
8212 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8213 M:      linux390@de.ibm.com
8214 L:      linux-s390@vger.kernel.org
8215 W:      http://www.ibm.com/developerworks/linux/linux390/
8216 S:      Supported
8217 F:      drivers/s390/scsi/zfcp_*
8218
8219 S390 IUCV NETWORK LAYER
8220 M:      Ursula Braun <ursula.braun@de.ibm.com>
8221 M:      linux390@de.ibm.com
8222 L:      linux-s390@vger.kernel.org
8223 W:      http://www.ibm.com/developerworks/linux/linux390/
8224 S:      Supported
8225 F:      drivers/s390/net/*iucv*
8226 F:      include/net/iucv/
8227 F:      net/iucv/
8228
8229 S3C24XX SD/MMC Driver
8230 M:      Ben Dooks <ben-linux@fluff.org>
8231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8232 S:      Supported
8233 F:      drivers/mmc/host/s3cmci.*
8234
8235 SAA6588 RDS RECEIVER DRIVER
8236 M:      Hans Verkuil <hverkuil@xs4all.nl>
8237 L:      linux-media@vger.kernel.org
8238 T:      git git://linuxtv.org/media_tree.git
8239 W:      http://linuxtv.org
8240 S:      Odd Fixes
8241 F:      drivers/media/i2c/saa6588*
8242
8243 SAA7134 VIDEO4LINUX DRIVER
8244 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8245 L:      linux-media@vger.kernel.org
8246 W:      http://linuxtv.org
8247 T:      git git://linuxtv.org/media_tree.git
8248 S:      Odd fixes
8249 F:      Documentation/video4linux/*.saa7134
8250 F:      drivers/media/pci/saa7134/
8251
8252 SAA7146 VIDEO4LINUX-2 DRIVER
8253 M:      Hans Verkuil <hverkuil@xs4all.nl>
8254 L:      linux-media@vger.kernel.org
8255 T:      git git://linuxtv.org/media_tree.git
8256 S:      Maintained
8257 F:      drivers/media/common/saa7146/
8258 F:      drivers/media/pci/saa7146/
8259 F:      include/media/saa7146*
8260
8261 SAMSUNG LAPTOP DRIVER
8262 M:      Corentin Chary <corentin.chary@gmail.com>
8263 L:      platform-driver-x86@vger.kernel.org
8264 S:      Maintained
8265 F:      drivers/platform/x86/samsung-laptop.c
8266
8267 SAMSUNG AUDIO (ASoC) DRIVERS
8268 M:      Sangbeom Kim <sbkim73@samsung.com>
8269 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8270 S:      Supported
8271 F:      sound/soc/samsung/
8272
8273 SAMSUNG FRAMEBUFFER DRIVER
8274 M:      Jingoo Han <jg1.han@samsung.com>
8275 L:      linux-fbdev@vger.kernel.org
8276 S:      Maintained
8277 F:      drivers/video/fbdev/s3c-fb.c
8278
8279 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8280 M:      Sangbeom Kim <sbkim73@samsung.com>
8281 L:      linux-kernel@vger.kernel.org
8282 S:      Supported
8283 F:      drivers/mfd/sec*.c
8284 F:      drivers/regulator/s2m*.c
8285 F:      drivers/regulator/s5m*.c
8286 F:      include/linux/mfd/samsung/
8287
8288 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8289 M:      Kyungmin Park <kyungmin.park@samsung.com>
8290 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8291 L:      linux-media@vger.kernel.org
8292 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8293 S:      Supported
8294 F:      drivers/media/platform/exynos4-is/
8295
8296 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8297 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8298 L:      linux-media@vger.kernel.org
8299 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8300 S:      Maintained
8301 F:      drivers/media/platform/s3c-camif/
8302 F:      include/media/s3c_camif.h
8303
8304 SAMSUNG S5C73M3 CAMERA DRIVER
8305 M:      Kyungmin Park <kyungmin.park@samsung.com>
8306 M:      Andrzej Hajda <a.hajda@samsung.com>
8307 L:      linux-media@vger.kernel.org
8308 S:      Supported
8309 F:      drivers/media/i2c/s5c73m3/*
8310
8311 SAMSUNG S5K5BAF CAMERA DRIVER
8312 M:      Kyungmin Park <kyungmin.park@samsung.com>
8313 M:      Andrzej Hajda <a.hajda@samsung.com>
8314 L:      linux-media@vger.kernel.org
8315 S:      Supported
8316 F:      drivers/media/i2c/s5k5baf.c
8317
8318 SAMSUNG SOC CLOCK DRIVERS
8319 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8320 M:      Tomasz Figa <tomasz.figa@gmail.com>
8321 S:      Supported
8322 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8323 F:      drivers/clk/samsung/
8324
8325 SAMSUNG SXGBE DRIVERS
8326 M:      Byungho An <bh74.an@samsung.com>
8327 M:      Girish K S <ks.giri@samsung.com>
8328 M:      Vipul Pandya <vipul.pandya@samsung.com>
8329 S:      Supported
8330 L:      netdev@vger.kernel.org
8331 F:      drivers/net/ethernet/samsung/sxgbe/
8332
8333 SAMSUNG USB2 PHY DRIVER
8334 M:      Kamil Debski <k.debski@samsung.com>
8335 L:      linux-kernel@vger.kernel.org
8336 S:      Supported
8337 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8338 F:      Documentation/phy/samsung-usb2.txt
8339 F:      drivers/phy/phy-exynos4210-usb2.c
8340 F:      drivers/phy/phy-exynos4x12-usb2.c
8341 F:      drivers/phy/phy-exynos5250-usb2.c
8342 F:      drivers/phy/phy-s5pv210-usb2.c
8343 F:      drivers/phy/phy-samsung-usb2.c
8344 F:      drivers/phy/phy-samsung-usb2.h
8345
8346 SERIAL DRIVERS
8347 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8348 L:      linux-serial@vger.kernel.org
8349 S:      Maintained
8350 F:      drivers/tty/serial/
8351
8352 SYNOPSYS DESIGNWARE DMAC DRIVER
8353 M:      Viresh Kumar <viresh.linux@gmail.com>
8354 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8355 S:      Maintained
8356 F:      include/linux/platform_data/dma-dw.h
8357 F:      drivers/dma/dw/
8358
8359 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8360 M:      Seungwon Jeon <tgih.jun@samsung.com>
8361 M:      Jaehoon Chung <jh80.chung@samsung.com>
8362 L:      linux-mmc@vger.kernel.org
8363 S:      Maintained
8364 F:      include/linux/mmc/dw_mmc.h
8365 F:      drivers/mmc/host/dw_mmc*
8366
8367 THUNDERBOLT DRIVER
8368 M:      Andreas Noever <andreas.noever@gmail.com>
8369 S:      Maintained
8370 F:      drivers/thunderbolt/
8371
8372 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8373 M:      John Stultz <john.stultz@linaro.org>
8374 M:      Thomas Gleixner <tglx@linutronix.de>
8375 L:      linux-kernel@vger.kernel.org
8376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8377 S:      Supported
8378 F:      include/linux/clocksource.h
8379 F:      include/linux/time.h
8380 F:      include/linux/timex.h
8381 F:      include/uapi/linux/time.h
8382 F:      include/uapi/linux/timex.h
8383 F:      kernel/time/clocksource.c
8384 F:      kernel/time/time*.c
8385 F:      kernel/time/ntp.c
8386
8387 SC1200 WDT DRIVER
8388 M:      Zwane Mwaikambo <zwanem@gmail.com>
8389 S:      Maintained
8390 F:      drivers/watchdog/sc1200wdt.c
8391
8392 SCHEDULER
8393 M:      Ingo Molnar <mingo@redhat.com>
8394 M:      Peter Zijlstra <peterz@infradead.org>
8395 L:      linux-kernel@vger.kernel.org
8396 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8397 S:      Maintained
8398 F:      kernel/sched/
8399 F:      include/linux/sched.h
8400 F:      include/uapi/linux/sched.h
8401 F:      include/linux/wait.h
8402
8403 SCORE ARCHITECTURE
8404 M:      Chen Liqin <liqin.linux@gmail.com>
8405 M:      Lennox Wu <lennox.wu@gmail.com>
8406 W:      http://www.sunplus.com
8407 S:      Supported
8408 F:      arch/score/
8409
8410 SCSI CDROM DRIVER
8411 M:      Jens Axboe <axboe@kernel.dk>
8412 L:      linux-scsi@vger.kernel.org
8413 W:      http://www.kernel.dk
8414 S:      Maintained
8415 F:      drivers/scsi/sr*
8416
8417 SCSI RDMA PROTOCOL (SRP) INITIATOR
8418 M:      Bart Van Assche <bvanassche@acm.org>
8419 L:      linux-rdma@vger.kernel.org
8420 S:      Supported
8421 W:      http://www.openfabrics.org
8422 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8424 F:      drivers/infiniband/ulp/srp/
8425 F:      include/scsi/srp.h
8426
8427 SCSI SG DRIVER
8428 M:      Doug Gilbert <dgilbert@interlog.com>
8429 L:      linux-scsi@vger.kernel.org
8430 W:      http://sg.danny.cz/sg
8431 S:      Maintained
8432 F:      Documentation/scsi/scsi-generic.txt
8433 F:      drivers/scsi/sg.c
8434 F:      include/scsi/sg.h
8435
8436 SCSI SUBSYSTEM
8437 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8438 L:      linux-scsi@vger.kernel.org
8439 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8442 S:      Maintained
8443 F:      drivers/scsi/
8444 F:      include/scsi/
8445
8446 SCSI TAPE DRIVER
8447 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8448 L:      linux-scsi@vger.kernel.org
8449 S:      Maintained
8450 F:      Documentation/scsi/st.txt
8451 F:      drivers/scsi/st.*
8452 F:      drivers/scsi/st_*.h
8453
8454 SCTP PROTOCOL
8455 M:      Vlad Yasevich <vyasevich@gmail.com>
8456 M:      Neil Horman <nhorman@tuxdriver.com>
8457 L:      linux-sctp@vger.kernel.org
8458 W:      http://lksctp.sourceforge.net
8459 S:      Maintained
8460 F:      Documentation/networking/sctp.txt
8461 F:      include/linux/sctp.h
8462 F:      include/uapi/linux/sctp.h
8463 F:      include/net/sctp/
8464 F:      net/sctp/
8465
8466 SCx200 CPU SUPPORT
8467 M:      Jim Cromie <jim.cromie@gmail.com>
8468 S:      Odd Fixes
8469 F:      Documentation/i2c/busses/scx200_acb
8470 F:      arch/x86/platform/scx200/
8471 F:      drivers/watchdog/scx200_wdt.c
8472 F:      drivers/i2c/busses/scx200*
8473 F:      drivers/mtd/maps/scx200_docflash.c
8474 F:      include/linux/scx200.h
8475
8476 SCx200 GPIO DRIVER
8477 M:      Jim Cromie <jim.cromie@gmail.com>
8478 S:      Maintained
8479 F:      drivers/char/scx200_gpio.c
8480 F:      include/linux/scx200_gpio.h
8481
8482 SCx200 HRT CLOCKSOURCE DRIVER
8483 M:      Jim Cromie <jim.cromie@gmail.com>
8484 S:      Maintained
8485 F:      drivers/clocksource/scx200_hrt.c
8486
8487 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8488 M:      Sascha Sommer <saschasommer@freenet.de>
8489 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8490 S:      Maintained
8491 F:      drivers/mmc/host/sdricoh_cs.c
8492
8493 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8494 M:      Chris Ball <chris@printf.net>
8495 L:      linux-mmc@vger.kernel.org
8496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8497 S:      Maintained
8498 F:      drivers/mmc/host/sdhci.*
8499 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8500
8501 SECURE COMPUTING
8502 M:      Kees Cook <keescook@chromium.org>
8503 R:      Andy Lutomirski <luto@amacapital.net>
8504 R:      Will Drewry <wad@chromium.org>
8505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8506 S:      Supported
8507 F:      kernel/seccomp.c
8508 F:      include/uapi/linux/seccomp.h
8509 F:      include/linux/seccomp.h
8510 K:      \bsecure_computing
8511 K:      \bTIF_SECCOMP\b
8512
8513 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8514 M:      Anton Vorontsov <anton@enomsg.org>
8515 L:      linuxppc-dev@lists.ozlabs.org
8516 L:      linux-mmc@vger.kernel.org
8517 S:      Maintained
8518 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8519
8520 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8521 M:      Ben Dooks <ben-linux@fluff.org>
8522 L:      linux-mmc@vger.kernel.org
8523 S:      Maintained
8524 F:      drivers/mmc/host/sdhci-s3c.c
8525
8526 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8527 M:      Viresh Kumar <viresh.linux@gmail.com>
8528 L:      spear-devel@list.st.com
8529 L:      linux-mmc@vger.kernel.org
8530 S:      Maintained
8531 F:      drivers/mmc/host/sdhci-spear.c
8532
8533 SECURITY SUBSYSTEM
8534 M:      James Morris <james.l.morris@oracle.com>
8535 M:      Serge E. Hallyn <serge@hallyn.com>
8536 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8538 W:      http://kernsec.org/
8539 S:      Supported
8540 F:      security/
8541
8542 SECURITY CONTACT
8543 M:      Security Officers <security@kernel.org>
8544 S:      Supported
8545
8546 SELINUX SECURITY MODULE
8547 M:      Paul Moore <paul@paul-moore.com>
8548 M:      Stephen Smalley <sds@tycho.nsa.gov>
8549 M:      Eric Paris <eparis@parisplace.org>
8550 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8551 W:      http://selinuxproject.org
8552 T:      git git://git.infradead.org/users/pcmoore/selinux
8553 S:      Supported
8554 F:      include/linux/selinux*
8555 F:      security/selinux/
8556 F:      scripts/selinux/
8557
8558 APPARMOR SECURITY MODULE
8559 M:      John Johansen <john.johansen@canonical.com>
8560 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8561 W:      apparmor.wiki.kernel.org
8562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8563 S:      Supported
8564 F:      security/apparmor/
8565
8566 SENSABLE PHANTOM
8567 M:      Jiri Slaby <jirislaby@gmail.com>
8568 S:      Maintained
8569 F:      drivers/misc/phantom.c
8570 F:      include/uapi/linux/phantom.h
8571
8572 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8573 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8574 L:      linux-scsi@vger.kernel.org
8575 W:      http://www.emulex.com
8576 S:      Supported
8577 F:      drivers/scsi/be2iscsi/
8578
8579 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8580 M:      Sathya Perla <sathya.perla@emulex.com>
8581 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8582 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8583 L:      netdev@vger.kernel.org
8584 W:      http://www.emulex.com
8585 S:      Supported
8586 F:      drivers/net/ethernet/emulex/benet/
8587
8588 SFC NETWORK DRIVER
8589 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8590 M:      Shradha Shah <sshah@solarflare.com>
8591 L:      netdev@vger.kernel.org
8592 S:      Supported
8593 F:      drivers/net/ethernet/sfc/
8594
8595 SGI GRU DRIVER
8596 M:      Dimitri Sivanich <sivanich@sgi.com>
8597 S:      Maintained
8598 F:      drivers/misc/sgi-gru/
8599
8600 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8601 M:      Pat Gefre <pfg@sgi.com>
8602 L:      linux-ia64@vger.kernel.org
8603 S:      Supported
8604 F:      Documentation/ia64/serial.txt
8605 F:      drivers/tty/serial/ioc?_serial.c
8606 F:      include/linux/ioc?.h
8607
8608 SGI XP/XPC/XPNET DRIVER
8609 M:      Cliff Whickman <cpw@sgi.com>
8610 M:      Robin Holt <robinmholt@gmail.com>
8611 S:      Maintained
8612 F:      drivers/misc/sgi-xp/
8613
8614 SI2157 MEDIA DRIVER
8615 M:      Antti Palosaari <crope@iki.fi>
8616 L:      linux-media@vger.kernel.org
8617 W:      http://linuxtv.org/
8618 W:      http://palosaari.fi/linux/
8619 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8620 T:      git git://linuxtv.org/anttip/media_tree.git
8621 S:      Maintained
8622 F:      drivers/media/tuners/si2157*
8623
8624 SI2168 MEDIA DRIVER
8625 M:      Antti Palosaari <crope@iki.fi>
8626 L:      linux-media@vger.kernel.org
8627 W:      http://linuxtv.org/
8628 W:      http://palosaari.fi/linux/
8629 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8630 T:      git git://linuxtv.org/anttip/media_tree.git
8631 S:      Maintained
8632 F:      drivers/media/dvb-frontends/si2168*
8633
8634 SI470X FM RADIO RECEIVER I2C DRIVER
8635 M:      Hans Verkuil <hverkuil@xs4all.nl>
8636 L:      linux-media@vger.kernel.org
8637 T:      git git://linuxtv.org/media_tree.git
8638 W:      http://linuxtv.org
8639 S:      Odd Fixes
8640 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8641
8642 SI470X FM RADIO RECEIVER USB DRIVER
8643 M:      Hans Verkuil <hverkuil@xs4all.nl>
8644 L:      linux-media@vger.kernel.org
8645 T:      git git://linuxtv.org/media_tree.git
8646 W:      http://linuxtv.org
8647 S:      Maintained
8648 F:      drivers/media/radio/si470x/radio-si470x-common.c
8649 F:      drivers/media/radio/si470x/radio-si470x.h
8650 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8651
8652 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8653 M:      Eduardo Valentin <edubezval@gmail.com>
8654 L:      linux-media@vger.kernel.org
8655 T:      git git://linuxtv.org/media_tree.git
8656 W:      http://linuxtv.org
8657 S:      Odd Fixes
8658 F:      drivers/media/radio/si4713/si4713.?
8659
8660 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8661 M:      Eduardo Valentin <edubezval@gmail.com>
8662 L:      linux-media@vger.kernel.org
8663 T:      git git://linuxtv.org/media_tree.git
8664 W:      http://linuxtv.org
8665 S:      Odd Fixes
8666 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8667
8668 SI4713 FM RADIO TRANSMITTER USB DRIVER
8669 M:      Hans Verkuil <hverkuil@xs4all.nl>
8670 L:      linux-media@vger.kernel.org
8671 T:      git git://linuxtv.org/media_tree.git
8672 W:      http://linuxtv.org
8673 S:      Maintained
8674 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8675
8676 SIANO DVB DRIVER
8677 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8678 L:      linux-media@vger.kernel.org
8679 W:      http://linuxtv.org
8680 T:      git git://linuxtv.org/media_tree.git
8681 S:      Odd fixes
8682 F:      drivers/media/common/siano/
8683 F:      drivers/media/usb/siano/
8684 F:      drivers/media/usb/siano/
8685 F:      drivers/media/mmc/siano/
8686
8687 SIMPLEFB FB DRIVER
8688 M:      Hans de Goede <hdegoede@redhat.com>
8689 L:      linux-fbdev@vger.kernel.org
8690 S:      Maintained
8691 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8692 F:      drivers/video/fbdev/simplefb.c
8693 F:      include/linux/platform_data/simplefb.h
8694
8695 SH_VEU V4L2 MEM2MEM DRIVER
8696 L:      linux-media@vger.kernel.org
8697 S:      Orphan
8698 F:      drivers/media/platform/sh_veu.c
8699
8700 SH_VOU V4L2 OUTPUT DRIVER
8701 L:      linux-media@vger.kernel.org
8702 S:      Orphan
8703 F:      drivers/media/platform/sh_vou.c
8704 F:      include/media/sh_vou.h
8705
8706 SIMPLE FIRMWARE INTERFACE (SFI)
8707 M:      Len Brown <lenb@kernel.org>
8708 L:      sfi-devel@simplefirmware.org
8709 W:      http://simplefirmware.org/
8710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8711 S:      Supported
8712 F:      arch/x86/platform/sfi/
8713 F:      drivers/sfi/
8714 F:      include/linux/sfi*.h
8715
8716 SIMTEC EB110ATX (Chalice CATS)
8717 P:      Ben Dooks
8718 P:      Vincent Sanders <vince@simtec.co.uk>
8719 M:      Simtec Linux Team <linux@simtec.co.uk>
8720 W:      http://www.simtec.co.uk/products/EB110ATX/
8721 S:      Supported
8722
8723 SIMTEC EB2410ITX (BAST)
8724 P:      Ben Dooks
8725 P:      Vincent Sanders <vince@simtec.co.uk>
8726 M:      Simtec Linux Team <linux@simtec.co.uk>
8727 W:      http://www.simtec.co.uk/products/EB2410ITX/
8728 S:      Supported
8729 F:      arch/arm/mach-s3c24xx/mach-bast.c
8730 F:      arch/arm/mach-s3c24xx/bast-ide.c
8731 F:      arch/arm/mach-s3c24xx/bast-irq.c
8732
8733 TI DAVINCI MACHINE SUPPORT
8734 M:      Sekhar Nori <nsekhar@ti.com>
8735 M:      Kevin Hilman <khilman@deeprootsystems.com>
8736 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8737 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8738 S:      Supported
8739 F:      arch/arm/mach-davinci/
8740 F:      drivers/i2c/busses/i2c-davinci.c
8741
8742 TI DAVINCI SERIES MEDIA DRIVER
8743 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8744 L:      linux-media@vger.kernel.org
8745 W:      http://linuxtv.org/
8746 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8747 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8748 S:      Maintained
8749 F:      drivers/media/platform/davinci/
8750 F:      include/media/davinci/
8751
8752 TI AM437X VPFE DRIVER
8753 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8754 L:      linux-media@vger.kernel.org
8755 W:      http://linuxtv.org/
8756 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8757 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8758 S:      Maintained
8759 F:      drivers/media/platform/am437x/
8760
8761 SIS 190 ETHERNET DRIVER
8762 M:      Francois Romieu <romieu@fr.zoreil.com>
8763 L:      netdev@vger.kernel.org
8764 S:      Maintained
8765 F:      drivers/net/ethernet/sis/sis190.c
8766
8767 SIS 900/7016 FAST ETHERNET DRIVER
8768 M:      Daniele Venzano <venza@brownhat.org>
8769 W:      http://www.brownhat.org/sis900.html
8770 L:      netdev@vger.kernel.org
8771 S:      Maintained
8772 F:      drivers/net/ethernet/sis/sis900.*
8773
8774 SIS FRAMEBUFFER DRIVER
8775 M:      Thomas Winischhofer <thomas@winischhofer.net>
8776 W:      http://www.winischhofer.net/linuxsisvga.shtml
8777 S:      Maintained
8778 F:      Documentation/fb/sisfb.txt
8779 F:      drivers/video/fbdev/sis/
8780 F:      include/video/sisfb.h
8781
8782 SIS USB2VGA DRIVER
8783 M:      Thomas Winischhofer <thomas@winischhofer.net>
8784 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8785 S:      Maintained
8786 F:      drivers/usb/misc/sisusbvga/
8787
8788 SLAB ALLOCATOR
8789 M:      Christoph Lameter <cl@linux.com>
8790 M:      Pekka Enberg <penberg@kernel.org>
8791 M:      David Rientjes <rientjes@google.com>
8792 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8793 M:      Andrew Morton <akpm@linux-foundation.org>
8794 L:      linux-mm@kvack.org
8795 S:      Maintained
8796 F:      include/linux/sl?b*.h
8797 F:      mm/sl?b*
8798
8799 SLEEPABLE READ-COPY UPDATE (SRCU)
8800 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8801 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8802 M:      Josh Triplett <josh@joshtriplett.org>
8803 R:      Steven Rostedt <rostedt@goodmis.org>
8804 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8805 L:      linux-kernel@vger.kernel.org
8806 W:      http://www.rdrop.com/users/paulmck/RCU/
8807 S:      Supported
8808 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8809 F:      include/linux/srcu.h
8810 F:      kernel/rcu/srcu.c
8811
8812 SMACK SECURITY MODULE
8813 M:      Casey Schaufler <casey@schaufler-ca.com>
8814 L:      linux-security-module@vger.kernel.org
8815 W:      http://schaufler-ca.com
8816 T:      git git://git.gitorious.org/smack-next/kernel.git
8817 S:      Maintained
8818 F:      Documentation/security/Smack.txt
8819 F:      security/smack/
8820
8821 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8822 M:      Kevin Hilman <khilman@kernel.org>
8823 M:      Nishanth Menon <nm@ti.com>
8824 S:      Maintained
8825 F:      drivers/power/avs/
8826 F:      include/linux/power/smartreflex.h
8827 L:      linux-pm@vger.kernel.org
8828
8829 SMC91x ETHERNET DRIVER
8830 M:      Nicolas Pitre <nico@fluxnic.net>
8831 S:      Odd Fixes
8832 F:      drivers/net/ethernet/smsc/smc91x.*
8833
8834 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8835 M:      Sakari Ailus <sakari.ailus@iki.fi>
8836 L:      linux-media@vger.kernel.org
8837 S:      Maintained
8838 F:      drivers/media/i2c/smiapp/
8839 F:      include/media/smiapp.h
8840 F:      drivers/media/i2c/smiapp-pll.c
8841 F:      drivers/media/i2c/smiapp-pll.h
8842 F:      include/uapi/linux/smiapp.h
8843 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
8844
8845 SMM665 HARDWARE MONITOR DRIVER
8846 M:      Guenter Roeck <linux@roeck-us.net>
8847 L:      lm-sensors@lm-sensors.org
8848 S:      Maintained
8849 F:      Documentation/hwmon/smm665
8850 F:      drivers/hwmon/smm665.c
8851
8852 SMSC EMC2103 HARDWARE MONITOR DRIVER
8853 M:      Steve Glendinning <steve.glendinning@shawell.net>
8854 L:      lm-sensors@lm-sensors.org
8855 S:      Maintained
8856 F:      Documentation/hwmon/emc2103
8857 F:      drivers/hwmon/emc2103.c
8858
8859 SMSC SCH5627 HARDWARE MONITOR DRIVER
8860 M:      Hans de Goede <hdegoede@redhat.com>
8861 L:      lm-sensors@lm-sensors.org
8862 S:      Supported
8863 F:      Documentation/hwmon/sch5627
8864 F:      drivers/hwmon/sch5627.c
8865
8866 SMSC47B397 HARDWARE MONITOR DRIVER
8867 M:      Jean Delvare <jdelvare@suse.de>
8868 L:      lm-sensors@lm-sensors.org
8869 S:      Maintained
8870 F:      Documentation/hwmon/smsc47b397
8871 F:      drivers/hwmon/smsc47b397.c
8872
8873 SMSC911x ETHERNET DRIVER
8874 M:      Steve Glendinning <steve.glendinning@shawell.net>
8875 L:      netdev@vger.kernel.org
8876 S:      Maintained
8877 F:      include/linux/smsc911x.h
8878 F:      drivers/net/ethernet/smsc/smsc911x.*
8879
8880 SMSC9420 PCI ETHERNET DRIVER
8881 M:      Steve Glendinning <steve.glendinning@shawell.net>
8882 L:      netdev@vger.kernel.org
8883 S:      Maintained
8884 F:      drivers/net/ethernet/smsc/smsc9420.*
8885
8886 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8887 M:      Steve Glendinning <steve.glendinning@shawell.net>
8888 L:      linux-fbdev@vger.kernel.org
8889 S:      Maintained
8890 F:      drivers/video/fbdev/smscufx.c
8891
8892 SOC-CAMERA V4L2 SUBSYSTEM
8893 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8894 L:      linux-media@vger.kernel.org
8895 T:      git git://linuxtv.org/media_tree.git
8896 S:      Maintained
8897 F:      include/media/soc*
8898 F:      drivers/media/i2c/soc_camera/
8899 F:      drivers/media/platform/soc_camera/
8900
8901 SOEKRIS NET48XX LED SUPPORT
8902 M:      Chris Boot <bootc@bootc.net>
8903 S:      Maintained
8904 F:      drivers/leds/leds-net48xx.c
8905
8906 SOFTLOGIC 6x10 MPEG CODEC
8907 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8908 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8909 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
8910 M:      Ismael Luceno <ismael@iodev.co.uk>
8911 L:      linux-media@vger.kernel.org
8912 S:      Supported
8913 F:      drivers/media/pci/solo6x10/
8914
8915 SOFTWARE RAID (Multiple Disks) SUPPORT
8916 M:      Neil Brown <neilb@suse.de>
8917 L:      linux-raid@vger.kernel.org
8918 S:      Supported
8919 F:      drivers/md/
8920 F:      include/linux/raid/
8921 F:      include/uapi/linux/raid/
8922
8923 SONIC NETWORK DRIVER
8924 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8925 L:      netdev@vger.kernel.org
8926 S:      Maintained
8927 F:      drivers/net/ethernet/natsemi/sonic.*
8928
8929 SONICS SILICON BACKPLANE DRIVER (SSB)
8930 M:      Michael Buesch <m@bues.ch>
8931 L:      netdev@vger.kernel.org
8932 S:      Maintained
8933 F:      drivers/ssb/
8934 F:      include/linux/ssb/
8935
8936 SONY VAIO CONTROL DEVICE DRIVER
8937 M:      Mattia Dongili <malattia@linux.it>
8938 L:      platform-driver-x86@vger.kernel.org
8939 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8940 S:      Maintained
8941 F:      Documentation/laptops/sony-laptop.txt
8942 F:      drivers/char/sonypi.c
8943 F:      drivers/platform/x86/sony-laptop.c
8944 F:      include/linux/sony-laptop.h
8945
8946 SONY MEMORYSTICK CARD SUPPORT
8947 M:      Alex Dubov <oakad@yahoo.com>
8948 W:      http://tifmxx.berlios.de/
8949 S:      Maintained
8950 F:      drivers/memstick/host/tifm_ms.c
8951
8952 SONY MEMORYSTICK STANDARD SUPPORT
8953 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8954 S:      Maintained
8955 F:      drivers/memstick/core/ms_block.*
8956
8957 SOUND
8958 M:      Jaroslav Kysela <perex@perex.cz>
8959 M:      Takashi Iwai <tiwai@suse.de>
8960 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8961 W:      http://www.alsa-project.org/
8962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8963 T:      git git://git.alsa-project.org/alsa-kernel.git
8964 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
8965 S:      Maintained
8966 F:      Documentation/sound/
8967 F:      include/sound/
8968 F:      include/uapi/sound/
8969 F:      sound/
8970
8971 SOUND - COMPRESSED AUDIO
8972 M:      Vinod Koul <vinod.koul@intel.com>
8973 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8975 S:      Supported
8976 F:      Documentation/sound/alsa/compress_offload.txt
8977 F:      include/sound/compress_driver.h
8978 F:      include/uapi/sound/compress_*
8979 F:      sound/core/compress_offload.c
8980 F:      sound/soc/soc-compress.c
8981
8982 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8983 M:      Liam Girdwood <lgirdwood@gmail.com>
8984 M:      Mark Brown <broonie@kernel.org>
8985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8986 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8987 W:      http://alsa-project.org/main/index.php/ASoC
8988 S:      Supported
8989 F:      Documentation/sound/alsa/soc/
8990 F:      sound/soc/
8991 F:      include/sound/soc*
8992
8993 SOUND - DMAENGINE HELPERS
8994 M:      Lars-Peter Clausen <lars@metafoo.de>
8995 S:      Supported
8996 F:      include/sound/dmaengine_pcm.h
8997 F:      sound/core/pcm_dmaengine.c
8998 F:      sound/soc/soc-generic-dmaengine-pcm.c
8999
9000 SP2 MEDIA DRIVER
9001 M:      Olli Salonen <olli.salonen@iki.fi>
9002 L:      linux-media@vger.kernel.org
9003 W:      http://linuxtv.org/
9004 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9005 S:      Maintained
9006 F:      drivers/media/dvb-frontends/sp2*
9007
9008 SPARC + UltraSPARC (sparc/sparc64)
9009 M:      "David S. Miller" <davem@davemloft.net>
9010 L:      sparclinux@vger.kernel.org
9011 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9014 S:      Maintained
9015 F:      arch/sparc/
9016 F:      drivers/sbus/
9017
9018 SPARC SERIAL DRIVERS
9019 M:      "David S. Miller" <davem@davemloft.net>
9020 L:      sparclinux@vger.kernel.org
9021 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9023 S:      Maintained
9024 F:      include/linux/sunserialcore.h
9025 F:      drivers/tty/serial/suncore.c
9026 F:      drivers/tty/serial/sunhv.c
9027 F:      drivers/tty/serial/sunsab.c
9028 F:      drivers/tty/serial/sunsab.h
9029 F:      drivers/tty/serial/sunsu.c
9030 F:      drivers/tty/serial/sunzilog.c
9031 F:      drivers/tty/serial/sunzilog.h
9032
9033 SPARSE CHECKER
9034 M:      "Christopher Li" <sparse@chrisli.org>
9035 L:      linux-sparse@vger.kernel.org
9036 W:      https://sparse.wiki.kernel.org/
9037 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9038 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9039 S:      Maintained
9040 F:      include/linux/compiler.h
9041
9042 SPEAR PLATFORM SUPPORT
9043 M:      Viresh Kumar <viresh.linux@gmail.com>
9044 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9045 L:      spear-devel@list.st.com
9046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9047 W:      http://www.st.com/spear
9048 S:      Maintained
9049 F:      arch/arm/mach-spear/
9050
9051 SPEAR CLOCK FRAMEWORK SUPPORT
9052 M:      Viresh Kumar <viresh.linux@gmail.com>
9053 L:      spear-devel@list.st.com
9054 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9055 W:      http://www.st.com/spear
9056 S:      Maintained
9057 F:      drivers/clk/spear/
9058
9059 SPI SUBSYSTEM
9060 M:      Mark Brown <broonie@kernel.org>
9061 L:      linux-spi@vger.kernel.org
9062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9063 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9064 S:      Maintained
9065 F:      Documentation/spi/
9066 F:      drivers/spi/
9067 F:      include/linux/spi/
9068 F:      include/uapi/linux/spi/
9069
9070 SPIDERNET NETWORK DRIVER for CELL
9071 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9072 M:      Jens Osterkamp <jens@de.ibm.com>
9073 L:      netdev@vger.kernel.org
9074 S:      Supported
9075 F:      Documentation/networking/spider_net.txt
9076 F:      drivers/net/ethernet/toshiba/spider_net*
9077
9078 SPU FILE SYSTEM
9079 M:      Jeremy Kerr <jk@ozlabs.org>
9080 L:      linuxppc-dev@lists.ozlabs.org
9081 L:      cbe-oss-dev@lists.ozlabs.org
9082 W:      http://www.ibm.com/developerworks/power/cell/
9083 S:      Supported
9084 F:      Documentation/filesystems/spufs.txt
9085 F:      arch/powerpc/platforms/cell/spufs/
9086
9087 SQUASHFS FILE SYSTEM
9088 M:      Phillip Lougher <phillip@squashfs.org.uk>
9089 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9090 W:      http://squashfs.org.uk
9091 S:      Maintained
9092 F:      Documentation/filesystems/squashfs.txt
9093 F:      fs/squashfs/
9094
9095 SRM (Alpha) environment access
9096 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9097 S:      Maintained
9098 F:      arch/alpha/kernel/srm_env.c
9099
9100 STABLE BRANCH
9101 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9102 L:      stable@vger.kernel.org
9103 S:      Supported
9104 F:      Documentation/stable_kernel_rules.txt
9105
9106 STAGING SUBSYSTEM
9107 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9109 L:      devel@driverdev.osuosl.org
9110 S:      Supported
9111 F:      drivers/staging/
9112
9113 STAGING - COMEDI
9114 M:      Ian Abbott <abbotti@mev.co.uk>
9115 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9116 S:      Odd Fixes
9117 F:      drivers/staging/comedi/
9118
9119 STAGING - FLARION FT1000 DRIVERS
9120 M:      Marek Belisko <marek.belisko@gmail.com>
9121 S:      Odd Fixes
9122 F:      drivers/staging/ft1000/
9123
9124 STAGING - INDUSTRIAL IO
9125 M:      Jonathan Cameron <jic23@kernel.org>
9126 L:      linux-iio@vger.kernel.org
9127 S:      Odd Fixes
9128 F:      drivers/staging/iio/
9129
9130 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9131 M:      Jarod Wilson <jarod@wilsonet.com>
9132 W:      http://www.lirc.org/
9133 S:      Odd Fixes
9134 F:      drivers/staging/media/lirc/
9135
9136 STAGING - LUSTRE PARALLEL FILESYSTEM
9137 M:      Oleg Drokin <oleg.drokin@intel.com>
9138 M:      Andreas Dilger <andreas.dilger@intel.com>
9139 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9140 W:      http://lustre.opensfs.org/
9141 S:      Maintained
9142 F:      drivers/staging/lustre
9143
9144 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9145 M:      Julian Andres Klode <jak@jak-linux.org>
9146 M:      Marc Dietrich <marvin24@gmx.de>
9147 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9148 L:      linux-tegra@vger.kernel.org
9149 S:      Maintained
9150 F:      drivers/staging/nvec/
9151
9152 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9153 M:      Jens Frederich <jfrederich@gmail.com>
9154 M:      Daniel Drake <dsd@laptop.org>
9155 M:      Jon Nettleton <jon.nettleton@gmail.com>
9156 W:      http://wiki.laptop.org/go/DCON
9157 S:      Maintained
9158 F:      drivers/staging/olpc_dcon/
9159
9160 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9161 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9162 S:      Maintained
9163 F:      drivers/staging/ozwpan/
9164
9165 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9166 M:      Willy Tarreau <willy@meta-x.org>
9167 S:      Odd Fixes
9168 F:      drivers/staging/panel/
9169
9170 STAGING - REALTEK RTL8712U DRIVERS
9171 M:      Larry Finger <Larry.Finger@lwfinger.net>
9172 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9173 S:      Odd Fixes
9174 F:      drivers/staging/rtl8712/
9175
9176 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9177 M:      Larry Finger <Larry.Finger@lwfinger.net>
9178 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9179 L:      linux-wireless@vger.kernel.org
9180 S:      Maintained
9181 F:      drivers/staging/rtl8723au/
9182
9183 STAGING - SLICOSS
9184 M:      Lior Dotan <liodot@gmail.com>
9185 M:      Christopher Harrer <charrer@alacritech.com>
9186 S:      Odd Fixes
9187 F:      drivers/staging/slicoss/
9188
9189 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9190 M:      William Hubbs <w.d.hubbs@gmail.com>
9191 M:      Chris Brannon <chris@the-brannons.com>
9192 M:      Kirk Reiser <kirk@reisers.ca>
9193 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9194 L:      speakup@linux-speakup.org
9195 W:      http://www.linux-speakup.org/
9196 S:      Odd Fixes
9197 F:      drivers/staging/speakup/
9198
9199 STAGING - VIA VT665X DRIVERS
9200 M:      Forest Bond <forest@alittletooquiet.net>
9201 S:      Odd Fixes
9202 F:      drivers/staging/vt665?/
9203
9204 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9205 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9206 S:      Odd Fixes
9207 F:      drivers/staging/xgifb/
9208
9209 STARFIRE/DURALAN NETWORK DRIVER
9210 M:      Ion Badulescu <ionut@badula.org>
9211 S:      Odd Fixes
9212 F:      drivers/net/ethernet/adaptec/starfire*
9213
9214 SUN3/3X
9215 M:      Sam Creasey <sammy@sammy.net>
9216 W:      http://sammy.net/sun3/
9217 S:      Maintained
9218 F:      arch/m68k/kernel/*sun3*
9219 F:      arch/m68k/sun3*/
9220 F:      arch/m68k/include/asm/sun3*
9221 F:      drivers/net/ethernet/i825xx/sun3*
9222
9223 SUNDANCE NETWORK DRIVER
9224 M:      Denis Kirjanov <kda@linux-powerpc.org>
9225 L:      netdev@vger.kernel.org
9226 S:      Maintained
9227 F:      drivers/net/ethernet/dlink/sundance.c
9228
9229 SUPERH
9230 L:      linux-sh@vger.kernel.org
9231 W:      http://www.linux-sh.org
9232 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9233 S:      Orphan
9234 F:      Documentation/sh/
9235 F:      arch/sh/
9236 F:      drivers/sh/
9237
9238 SUSPEND TO RAM
9239 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9240 M:      Len Brown <len.brown@intel.com>
9241 M:      Pavel Machek <pavel@ucw.cz>
9242 L:      linux-pm@vger.kernel.org
9243 S:      Supported
9244 F:      Documentation/power/
9245 F:      arch/x86/kernel/acpi/
9246 F:      drivers/base/power/
9247 F:      kernel/power/
9248 F:      include/linux/suspend.h
9249 F:      include/linux/freezer.h
9250 F:      include/linux/pm.h
9251
9252 SVGA HANDLING
9253 M:      Martin Mares <mj@ucw.cz>
9254 L:      linux-video@atrey.karlin.mff.cuni.cz
9255 S:      Maintained
9256 F:      Documentation/svga.txt
9257 F:      arch/x86/boot/video*
9258
9259 SWIOTLB SUBSYSTEM
9260 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9261 L:      linux-kernel@vger.kernel.org
9262 S:      Supported
9263 F:      lib/swiotlb.c
9264 F:      arch/*/kernel/pci-swiotlb.c
9265 F:      include/linux/swiotlb.h
9266
9267 SWITCHDEV
9268 M:      Jiri Pirko <jiri@resnulli.us>
9269 L:      netdev@vger.kernel.org
9270 S:      Supported
9271 F:      net/switchdev/
9272 F:      include/net/switchdev.h
9273
9274 SYNOPSYS ARC ARCHITECTURE
9275 M:      Vineet Gupta <vgupta@synopsys.com>
9276 S:      Supported
9277 F:      arch/arc/
9278 F:      Documentation/devicetree/bindings/arc/
9279 F:      drivers/tty/serial/arc_uart.c
9280
9281 SYSV FILESYSTEM
9282 M:      Christoph Hellwig <hch@infradead.org>
9283 S:      Maintained
9284 F:      Documentation/filesystems/sysv-fs.txt
9285 F:      fs/sysv/
9286 F:      include/linux/sysv_fs.h
9287
9288 TARGET SUBSYSTEM
9289 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9290 L:      linux-scsi@vger.kernel.org
9291 L:      target-devel@vger.kernel.org
9292 W:      http://www.linux-iscsi.org
9293 W:      http://groups.google.com/group/linux-iscsi-target-dev
9294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9295 S:      Supported
9296 F:      drivers/target/
9297 F:      include/target/
9298 F:      Documentation/target/
9299
9300 TASKSTATS STATISTICS INTERFACE
9301 M:      Balbir Singh <bsingharora@gmail.com>
9302 S:      Maintained
9303 F:      Documentation/accounting/taskstats*
9304 F:      include/linux/taskstats*
9305 F:      kernel/taskstats.c
9306
9307 TC CLASSIFIER
9308 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9309 L:      netdev@vger.kernel.org
9310 S:      Maintained
9311 F:      include/net/pkt_cls.h
9312 F:      include/uapi/linux/pkt_cls.h
9313 F:      net/sched/
9314
9315 TCP LOW PRIORITY MODULE
9316 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9317 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9318 W:      http://tcp-lp-mod.sourceforge.net/
9319 S:      Maintained
9320 F:      net/ipv4/tcp_lp.c
9321
9322 TDA10071 MEDIA DRIVER
9323 M:      Antti Palosaari <crope@iki.fi>
9324 L:      linux-media@vger.kernel.org
9325 W:      http://linuxtv.org/
9326 W:      http://palosaari.fi/linux/
9327 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9328 T:      git git://linuxtv.org/anttip/media_tree.git
9329 S:      Maintained
9330 F:      drivers/media/dvb-frontends/tda10071*
9331
9332 TDA18212 MEDIA DRIVER
9333 M:      Antti Palosaari <crope@iki.fi>
9334 L:      linux-media@vger.kernel.org
9335 W:      http://linuxtv.org/
9336 W:      http://palosaari.fi/linux/
9337 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9338 T:      git git://linuxtv.org/anttip/media_tree.git
9339 S:      Maintained
9340 F:      drivers/media/tuners/tda18212*
9341
9342 TDA18218 MEDIA DRIVER
9343 M:      Antti Palosaari <crope@iki.fi>
9344 L:      linux-media@vger.kernel.org
9345 W:      http://linuxtv.org/
9346 W:      http://palosaari.fi/linux/
9347 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9348 T:      git git://linuxtv.org/anttip/media_tree.git
9349 S:      Maintained
9350 F:      drivers/media/tuners/tda18218*
9351
9352 TDA18271 MEDIA DRIVER
9353 M:      Michael Krufky <mkrufky@linuxtv.org>
9354 L:      linux-media@vger.kernel.org
9355 W:      http://linuxtv.org/
9356 W:      http://github.com/mkrufky
9357 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9358 T:      git git://linuxtv.org/mkrufky/tuners.git
9359 S:      Maintained
9360 F:      drivers/media/tuners/tda18271*
9361
9362 TDA827x MEDIA DRIVER
9363 M:      Michael Krufky <mkrufky@linuxtv.org>
9364 L:      linux-media@vger.kernel.org
9365 W:      http://linuxtv.org/
9366 W:      http://github.com/mkrufky
9367 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9368 T:      git git://linuxtv.org/mkrufky/tuners.git
9369 S:      Maintained
9370 F:      drivers/media/tuners/tda8290.*
9371
9372 TDA8290 MEDIA DRIVER
9373 M:      Michael Krufky <mkrufky@linuxtv.org>
9374 L:      linux-media@vger.kernel.org
9375 W:      http://linuxtv.org/
9376 W:      http://github.com/mkrufky
9377 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9378 T:      git git://linuxtv.org/mkrufky/tuners.git
9379 S:      Maintained
9380 F:      drivers/media/tuners/tda8290.*
9381
9382 TDA9840 MEDIA DRIVER
9383 M:      Hans Verkuil <hverkuil@xs4all.nl>
9384 L:      linux-media@vger.kernel.org
9385 T:      git git://linuxtv.org/media_tree.git
9386 W:      http://linuxtv.org
9387 S:      Maintained
9388 F:      drivers/media/i2c/tda9840*
9389
9390 TEA5761 TUNER DRIVER
9391 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9392 L:      linux-media@vger.kernel.org
9393 W:      http://linuxtv.org
9394 T:      git git://linuxtv.org/media_tree.git
9395 S:      Odd fixes
9396 F:      drivers/media/tuners/tea5761.*
9397
9398 TEA5767 TUNER DRIVER
9399 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9400 L:      linux-media@vger.kernel.org
9401 W:      http://linuxtv.org
9402 T:      git git://linuxtv.org/media_tree.git
9403 S:      Maintained
9404 F:      drivers/media/tuners/tea5767.*
9405
9406 TEA6415C MEDIA DRIVER
9407 M:      Hans Verkuil <hverkuil@xs4all.nl>
9408 L:      linux-media@vger.kernel.org
9409 T:      git git://linuxtv.org/media_tree.git
9410 W:      http://linuxtv.org
9411 S:      Maintained
9412 F:      drivers/media/i2c/tea6415c*
9413
9414 TEA6420 MEDIA DRIVER
9415 M:      Hans Verkuil <hverkuil@xs4all.nl>
9416 L:      linux-media@vger.kernel.org
9417 T:      git git://linuxtv.org/media_tree.git
9418 W:      http://linuxtv.org
9419 S:      Maintained
9420 F:      drivers/media/i2c/tea6420*
9421
9422 TEAM DRIVER
9423 M:      Jiri Pirko <jiri@resnulli.us>
9424 L:      netdev@vger.kernel.org
9425 S:      Supported
9426 F:      drivers/net/team/
9427 F:      include/linux/if_team.h
9428 F:      include/uapi/linux/if_team.h
9429
9430 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9431 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9432 S:      Maintained
9433 F:      arch/x86/platform/ts5500/
9434
9435 TECHNOTREND USB IR RECEIVER
9436 M:      Sean Young <sean@mess.org>
9437 L:      linux-media@vger.kernel.org
9438 S:      Maintained
9439 F:      drivers/media/rc/ttusbir.c
9440
9441 TEGRA ARCHITECTURE SUPPORT
9442 M:      Stephen Warren <swarren@wwwdotorg.org>
9443 M:      Thierry Reding <thierry.reding@gmail.com>
9444 M:      Alexandre Courbot <gnurou@gmail.com>
9445 L:      linux-tegra@vger.kernel.org
9446 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9448 S:      Supported
9449 N:      [^a-z]tegra
9450
9451 TEGRA CLOCK DRIVER
9452 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9453 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9454 S:      Supported
9455 F:      drivers/clk/tegra/
9456
9457 TEGRA DMA DRIVER
9458 M:      Laxman Dewangan <ldewangan@nvidia.com>
9459 S:      Supported
9460 F:      drivers/dma/tegra20-apb-dma.c
9461
9462 TEGRA I2C DRIVER
9463 M:      Laxman Dewangan <ldewangan@nvidia.com>
9464 S:      Supported
9465 F:      drivers/i2c/busses/i2c-tegra.c
9466
9467 TEGRA IOMMU DRIVERS
9468 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9469 S:      Supported
9470 F:      drivers/iommu/tegra*
9471
9472 TEGRA KBC DRIVER
9473 M:      Rakesh Iyer <riyer@nvidia.com>
9474 M:      Laxman Dewangan <ldewangan@nvidia.com>
9475 S:      Supported
9476 F:      drivers/input/keyboard/tegra-kbc.c
9477
9478 TEGRA PWM DRIVER
9479 M:      Thierry Reding <thierry.reding@gmail.com>
9480 S:      Supported
9481 F:      drivers/pwm/pwm-tegra.c
9482
9483 TEGRA SERIAL DRIVER
9484 M:      Laxman Dewangan <ldewangan@nvidia.com>
9485 S:      Supported
9486 F:      drivers/tty/serial/serial-tegra.c
9487
9488 TEGRA SPI DRIVER
9489 M:      Laxman Dewangan <ldewangan@nvidia.com>
9490 S:      Supported
9491 F:      drivers/spi/spi-tegra*
9492
9493 TEHUTI ETHERNET DRIVER
9494 M:      Andy Gospodarek <andy@greyhouse.net>
9495 L:      netdev@vger.kernel.org
9496 S:      Supported
9497 F:      drivers/net/ethernet/tehuti/*
9498
9499 Telecom Clock Driver for MCPL0010
9500 M:      Mark Gross <mark.gross@intel.com>
9501 S:      Supported
9502 F:      drivers/char/tlclk.c
9503
9504 TENSILICA XTENSA PORT (xtensa)
9505 M:      Chris Zankel <chris@zankel.net>
9506 M:      Max Filippov <jcmvbkbc@gmail.com>
9507 L:      linux-xtensa@linux-xtensa.org
9508 S:      Maintained
9509 F:      arch/xtensa/
9510 F:      drivers/irqchip/irq-xtensa-*
9511
9512 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9513 M:      Hans Verkuil <hverkuil@xs4all.nl>
9514 L:      linux-media@vger.kernel.org
9515 T:      git git://linuxtv.org/media_tree.git
9516 W:      http://linuxtv.org
9517 S:      Maintained
9518 F:      drivers/media/radio/radio-raremono.c
9519
9520 THERMAL
9521 M:      Zhang Rui <rui.zhang@intel.com>
9522 M:      Eduardo Valentin <edubezval@gmail.com>
9523 L:      linux-pm@vger.kernel.org
9524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9525 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9526 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9527 S:      Supported
9528 F:      drivers/thermal/
9529 F:      include/linux/thermal.h
9530 F:      include/uapi/linux/thermal.h
9531 F:      include/linux/cpu_cooling.h
9532 F:      Documentation/devicetree/bindings/thermal/
9533
9534 THINGM BLINK(1) USB RGB LED DRIVER
9535 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9536 S:      Maintained
9537 F:      drivers/hid/hid-thingm.c
9538
9539 THINKPAD ACPI EXTRAS DRIVER
9540 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9541 L:      ibm-acpi-devel@lists.sourceforge.net
9542 L:      platform-driver-x86@vger.kernel.org
9543 W:      http://ibm-acpi.sourceforge.net
9544 W:      http://thinkwiki.org/wiki/Ibm-acpi
9545 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9546 S:      Maintained
9547 F:      drivers/platform/x86/thinkpad_acpi.c
9548
9549 TI BANDGAP AND THERMAL DRIVER
9550 M:      Eduardo Valentin <edubezval@gmail.com>
9551 L:      linux-pm@vger.kernel.org
9552 L:      linux-omap@vger.kernel.org
9553 S:      Maintained
9554 F:      drivers/thermal/ti-soc-thermal/
9555
9556 TI CLOCK DRIVER
9557 M:      Tero Kristo <t-kristo@ti.com>
9558 L:      linux-omap@vger.kernel.org
9559 S:      Maintained
9560 F:      drivers/clk/ti/
9561 F:      include/linux/clk/ti.h
9562
9563 TI FLASH MEDIA INTERFACE DRIVER
9564 M:      Alex Dubov <oakad@yahoo.com>
9565 S:      Maintained
9566 F:      drivers/misc/tifm*
9567 F:      drivers/mmc/host/tifm_sd.c
9568 F:      include/linux/tifm.h
9569
9570 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9571 M:      Santosh Shilimkar <ssantosh@kernel.org>
9572 L:      linux-kernel@vger.kernel.org
9573 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9574 S:      Maintained
9575 F:      drivers/soc/ti/*
9576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9577
9578
9579 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9580 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9581 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9582 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9583 S:      Maintained
9584 F:      sound/soc/codecs/lm49453*
9585 F:      sound/soc/codecs/isabelle*
9586
9587 TI LP855x BACKLIGHT DRIVER
9588 M:      Milo Kim <milo.kim@ti.com>
9589 S:      Maintained
9590 F:      Documentation/backlight/lp855x-driver.txt
9591 F:      drivers/video/backlight/lp855x_bl.c
9592 F:      include/linux/platform_data/lp855x.h
9593
9594 TI LP8727 CHARGER DRIVER
9595 M:      Milo Kim <milo.kim@ti.com>
9596 S:      Maintained
9597 F:      drivers/power/lp8727_charger.c
9598 F:      include/linux/platform_data/lp8727.h
9599
9600 TI LP8788 MFD DRIVER
9601 M:      Milo Kim <milo.kim@ti.com>
9602 S:      Maintained
9603 F:      drivers/iio/adc/lp8788_adc.c
9604 F:      drivers/leds/leds-lp8788.c
9605 F:      drivers/mfd/lp8788*.c
9606 F:      drivers/power/lp8788-charger.c
9607 F:      drivers/regulator/lp8788-*.c
9608 F:      include/linux/mfd/lp8788*.h
9609
9610 TI TWL4030 SERIES SOC CODEC DRIVER
9611 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9612 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9613 S:      Maintained
9614 F:      sound/soc/codecs/twl4030*
9615
9616 TI WILINK WIRELESS DRIVERS
9617 L:      linux-wireless@vger.kernel.org
9618 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9619 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9621 S:      Orphan
9622 F:      drivers/net/wireless/ti/
9623 F:      include/linux/wl12xx.h
9624
9625 TIPC NETWORK LAYER
9626 M:      Jon Maloy <jon.maloy@ericsson.com>
9627 M:      Allan Stephens <allan.stephens@windriver.com>
9628 L:      netdev@vger.kernel.org (core kernel code)
9629 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9630 W:      http://tipc.sourceforge.net/
9631 S:      Maintained
9632 F:      include/uapi/linux/tipc*.h
9633 F:      net/tipc/
9634
9635 TILE ARCHITECTURE
9636 M:      Chris Metcalf <cmetcalf@ezchip.com>
9637 W:      http://www.tilera.com/scm/
9638 S:      Supported
9639 F:      arch/tile/
9640 F:      drivers/char/tile-srom.c
9641 F:      drivers/edac/tile_edac.c
9642 F:      drivers/net/ethernet/tile/
9643 F:      drivers/rtc/rtc-tile.c
9644 F:      drivers/tty/hvc/hvc_tile.c
9645 F:      drivers/tty/serial/tilegx.c
9646 F:      drivers/usb/host/*-tilegx.c
9647 F:      include/linux/usb/tilegx.h
9648
9649 TLAN NETWORK DRIVER
9650 M:      Samuel Chessman <chessman@tux.org>
9651 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9652 W:      http://sourceforge.net/projects/tlan/
9653 S:      Maintained
9654 F:      Documentation/networking/tlan.txt
9655 F:      drivers/net/ethernet/ti/tlan.*
9656
9657 TOMOYO SECURITY MODULE
9658 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9659 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9660 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9661 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9662 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9663 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9664 W:      http://tomoyo.sourceforge.jp/
9665 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9666 S:      Maintained
9667 F:      security/tomoyo/
9668
9669 TOPSTAR LAPTOP EXTRAS DRIVER
9670 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9671 L:      platform-driver-x86@vger.kernel.org
9672 S:      Maintained
9673 F:      drivers/platform/x86/topstar-laptop.c
9674
9675 TOSHIBA ACPI EXTRAS DRIVER
9676 L:      platform-driver-x86@vger.kernel.org
9677 S:      Orphan
9678 F:      drivers/platform/x86/toshiba_acpi.c
9679
9680 TOSHIBA SMM DRIVER
9681 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9682 L:      tlinux-users@tce.toshiba-dme.co.jp
9683 W:      http://www.buzzard.org.uk/toshiba/
9684 S:      Maintained
9685 F:      drivers/char/toshiba.c
9686 F:      include/linux/toshiba.h
9687 F:      include/uapi/linux/toshiba.h
9688
9689 TMIO MMC DRIVER
9690 M:      Ian Molton <ian.molton@codethink.co.uk>
9691 L:      linux-mmc@vger.kernel.org
9692 S:      Maintained
9693 F:      drivers/mmc/host/tmio_mmc*
9694 F:      drivers/mmc/host/sh_mobile_sdhi.c
9695 F:      include/linux/mmc/tmio.h
9696 F:      include/linux/mmc/sh_mobile_sdhi.h
9697
9698 TMP401 HARDWARE MONITOR DRIVER
9699 M:      Guenter Roeck <linux@roeck-us.net>
9700 L:      lm-sensors@lm-sensors.org
9701 S:      Maintained
9702 F:      Documentation/hwmon/tmp401
9703 F:      drivers/hwmon/tmp401.c
9704
9705 TMPFS (SHMEM FILESYSTEM)
9706 M:      Hugh Dickins <hughd@google.com>
9707 L:      linux-mm@kvack.org
9708 S:      Maintained
9709 F:      include/linux/shmem_fs.h
9710 F:      mm/shmem.c
9711
9712 TM6000 VIDEO4LINUX DRIVER
9713 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9714 L:      linux-media@vger.kernel.org
9715 W:      http://linuxtv.org
9716 T:      git git://linuxtv.org/media_tree.git
9717 S:      Odd fixes
9718 F:      drivers/media/usb/tm6000/
9719
9720 TW68 VIDEO4LINUX DRIVER
9721 M:      Hans Verkuil <hverkuil@xs4all.nl>
9722 L:      linux-media@vger.kernel.org
9723 T:      git git://linuxtv.org/media_tree.git
9724 W:      http://linuxtv.org
9725 S:      Odd Fixes
9726 F:      drivers/media/pci/tw68/
9727
9728 TPM DEVICE DRIVER
9729 M:      Peter Huewe <peterhuewe@gmx.de>
9730 M:      Ashley Lai <ashley@ashleylai.com>
9731 M:      Marcel Selhorst <tpmdd@selhorst.net>
9732 W:      http://tpmdd.sourceforge.net
9733 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9734 S:      Maintained
9735 F:      drivers/char/tpm/
9736
9737 TRACING
9738 M:      Steven Rostedt <rostedt@goodmis.org>
9739 M:      Ingo Molnar <mingo@redhat.com>
9740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9741 S:      Maintained
9742 F:      Documentation/trace/ftrace.txt
9743 F:      arch/*/*/*/ftrace.h
9744 F:      arch/*/kernel/ftrace.c
9745 F:      include/*/ftrace.h
9746 F:      include/linux/trace*.h
9747 F:      include/trace/
9748 F:      kernel/trace/
9749 F:      tools/testing/selftests/ftrace/
9750
9751 TRIVIAL PATCHES
9752 M:      Jiri Kosina <trivial@kernel.org>
9753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9754 S:      Maintained
9755 K:      ^Subject:.*(?i)trivial
9756
9757 TTY LAYER
9758 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9759 M:      Jiri Slaby <jslaby@suse.cz>
9760 S:      Supported
9761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9762 F:      drivers/tty/
9763 F:      drivers/tty/serial/serial_core.c
9764 F:      include/linux/serial_core.h
9765 F:      include/linux/serial.h
9766 F:      include/linux/tty.h
9767 F:      include/uapi/linux/serial_core.h
9768 F:      include/uapi/linux/serial.h
9769 F:      include/uapi/linux/tty.h
9770
9771 TUA9001 MEDIA DRIVER
9772 M:      Antti Palosaari <crope@iki.fi>
9773 L:      linux-media@vger.kernel.org
9774 W:      http://linuxtv.org/
9775 W:      http://palosaari.fi/linux/
9776 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9777 T:      git git://linuxtv.org/anttip/media_tree.git
9778 S:      Maintained
9779 F:      drivers/media/tuners/tua9001*
9780
9781 TULIP NETWORK DRIVERS
9782 M:      Grant Grundler <grundler@parisc-linux.org>
9783 L:      netdev@vger.kernel.org
9784 S:      Maintained
9785 F:      drivers/net/ethernet/dec/tulip/
9786
9787 TUN/TAP driver
9788 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9789 W:      http://vtun.sourceforge.net/tun
9790 S:      Maintained
9791 F:      Documentation/networking/tuntap.txt
9792 F:      arch/um/os-Linux/drivers/
9793
9794 TURBOCHANNEL SUBSYSTEM
9795 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9796 M:      Ralf Baechle <ralf@linux-mips.org>
9797 L:      linux-mips@linux-mips.org
9798 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9799 S:      Maintained
9800 F:      drivers/tc/
9801 F:      include/linux/tc.h
9802
9803 U14-34F SCSI DRIVER
9804 M:      Dario Ballabio <ballabio_dario@emc.com>
9805 L:      linux-scsi@vger.kernel.org
9806 S:      Maintained
9807 F:      drivers/scsi/u14-34f.c
9808
9809 UBI FILE SYSTEM (UBIFS)
9810 M:      Artem Bityutskiy <dedekind1@gmail.com>
9811 M:      Adrian Hunter <adrian.hunter@intel.com>
9812 L:      linux-mtd@lists.infradead.org
9813 T:      git git://git.infradead.org/ubifs-2.6.git
9814 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9815 S:      Maintained
9816 F:      Documentation/filesystems/ubifs.txt
9817 F:      fs/ubifs/
9818
9819 UCLINUX (AND M68KNOMMU)
9820 M:      Greg Ungerer <gerg@uclinux.org>
9821 W:      http://www.uclinux.org/
9822 L:      uclinux-dev@uclinux.org  (subscribers-only)
9823 S:      Maintained
9824 F:      arch/m68k/*/*_no.*
9825 F:      arch/m68k/include/asm/*_no.*
9826
9827 UDF FILESYSTEM
9828 M:      Jan Kara <jack@suse.cz>
9829 S:      Maintained
9830 F:      Documentation/filesystems/udf.txt
9831 F:      fs/udf/
9832
9833 UFS FILESYSTEM
9834 M:      Evgeniy Dushistov <dushistov@mail.ru>
9835 S:      Maintained
9836 F:      Documentation/filesystems/ufs.txt
9837 F:      fs/ufs/
9838
9839 UHID USERSPACE HID IO DRIVER:
9840 M:      David Herrmann <dh.herrmann@googlemail.com>
9841 L:      linux-input@vger.kernel.org
9842 S:      Maintained
9843 F:      drivers/hid/uhid.c
9844 F:      include/uapi/linux/uhid.h
9845
9846 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9847 L:      linux-usb@vger.kernel.org
9848 S:      Orphan
9849 F:      drivers/uwb/
9850 F:      include/linux/uwb.h
9851 F:      include/linux/uwb/
9852
9853 UNICORE32 ARCHITECTURE:
9854 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9855 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9856 S:      Maintained
9857 T:      git git://github.com/gxt/linux.git
9858 F:      arch/unicore32/
9859
9860 UNIFDEF
9861 M:      Tony Finch <dot@dotat.at>
9862 W:      http://dotat.at/prog/unifdef
9863 S:      Maintained
9864 F:      scripts/unifdef.c
9865
9866 UNIFORM CDROM DRIVER
9867 M:      Jens Axboe <axboe@kernel.dk>
9868 W:      http://www.kernel.dk
9869 S:      Maintained
9870 F:      Documentation/cdrom/
9871 F:      drivers/cdrom/cdrom.c
9872 F:      include/linux/cdrom.h
9873 F:      include/uapi/linux/cdrom.h
9874
9875 UNISYS S-PAR DRIVERS
9876 M:     Benjamin Romer <benjamin.romer@unisys.com>
9877 M:     David Kershner <david.kershner@unisys.com>
9878 L:     sparmaintainer@unisys.com (Unisys internal)
9879 S:     Supported
9880 F:     drivers/staging/unisys/
9881
9882 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9883 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9884 L:      linux-scsi@vger.kernel.org
9885 S:      Supported
9886 F:      Documentation/scsi/ufs.txt
9887 F:      drivers/scsi/ufs/
9888
9889 UNSORTED BLOCK IMAGES (UBI)
9890 M:      Artem Bityutskiy <dedekind1@gmail.com>
9891 W:      http://www.linux-mtd.infradead.org/
9892 L:      linux-mtd@lists.infradead.org
9893 T:      git git://git.infradead.org/ubifs-2.6.git
9894 S:      Maintained
9895 F:      drivers/mtd/ubi/
9896 F:      include/linux/mtd/ubi.h
9897 F:      include/uapi/mtd/ubi-user.h
9898
9899 UNSORTED BLOCK IMAGES (UBI) Fastmap
9900 M:      Richard Weinberger <richard@nod.at>
9901 L:      linux-mtd@lists.infradead.org
9902 S:      Maintained
9903 F:      drivers/mtd/ubi/fastmap.c
9904
9905 USB ACM DRIVER
9906 M:      Oliver Neukum <oliver@neukum.org>
9907 L:      linux-usb@vger.kernel.org
9908 S:      Maintained
9909 F:      Documentation/usb/acm.txt
9910 F:      drivers/usb/class/cdc-acm.*
9911
9912 USB AR5523 WIRELESS DRIVER
9913 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9914 L:      linux-wireless@vger.kernel.org
9915 S:      Maintained
9916 F:      drivers/net/wireless/ath/ar5523/
9917
9918 USB ATTACHED SCSI
9919 M:      Hans de Goede <hdegoede@redhat.com>
9920 M:      Gerd Hoffmann <kraxel@redhat.com>
9921 L:      linux-usb@vger.kernel.org
9922 L:      linux-scsi@vger.kernel.org
9923 S:      Maintained
9924 F:      drivers/usb/storage/uas.c
9925
9926 USB CDC ETHERNET DRIVER
9927 M:      Oliver Neukum <oliver@neukum.org>
9928 L:      linux-usb@vger.kernel.org
9929 S:      Maintained
9930 F:      drivers/net/usb/cdc_*.c
9931 F:      include/uapi/linux/usb/cdc.h
9932
9933 USB CYPRESS C67X00 DRIVER
9934 M:      Peter Korsgaard <jacmet@sunsite.dk>
9935 L:      linux-usb@vger.kernel.org
9936 S:      Maintained
9937 F:      drivers/usb/c67x00/
9938
9939 USB DAVICOM DM9601 DRIVER
9940 M:      Peter Korsgaard <jacmet@sunsite.dk>
9941 L:      netdev@vger.kernel.org
9942 W:      http://www.linux-usb.org/usbnet
9943 S:      Maintained
9944 F:      drivers/net/usb/dm9601.c
9945
9946 USB DIAMOND RIO500 DRIVER
9947 M:      Cesar Miquel <miquel@df.uba.ar>
9948 L:      rio500-users@lists.sourceforge.net
9949 W:      http://rio500.sourceforge.net
9950 S:      Maintained
9951 F:      drivers/usb/misc/rio500*
9952
9953 USB EHCI DRIVER
9954 M:      Alan Stern <stern@rowland.harvard.edu>
9955 L:      linux-usb@vger.kernel.org
9956 S:      Maintained
9957 F:      Documentation/usb/ehci.txt
9958 F:      drivers/usb/host/ehci*
9959
9960 USB GADGET/PERIPHERAL SUBSYSTEM
9961 M:      Felipe Balbi <balbi@ti.com>
9962 L:      linux-usb@vger.kernel.org
9963 W:      http://www.linux-usb.org/gadget
9964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9965 S:      Maintained
9966 F:      drivers/usb/gadget/
9967 F:      include/linux/usb/gadget*
9968
9969 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9970 M:      Jiri Kosina <jkosina@suse.cz>
9971 L:      linux-usb@vger.kernel.org
9972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9973 S:      Maintained
9974 F:      Documentation/hid/hiddev.txt
9975 F:      drivers/hid/usbhid/
9976
9977 USB ISP116X DRIVER
9978 M:      Olav Kongas <ok@artecdesign.ee>
9979 L:      linux-usb@vger.kernel.org
9980 S:      Maintained
9981 F:      drivers/usb/host/isp116x*
9982 F:      include/linux/usb/isp116x.h
9983
9984 USB MASS STORAGE DRIVER
9985 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9986 L:      linux-usb@vger.kernel.org
9987 L:      usb-storage@lists.one-eyed-alien.net
9988 S:      Maintained
9989 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9990 F:      drivers/usb/storage/
9991
9992 USB MIDI DRIVER
9993 M:      Clemens Ladisch <clemens@ladisch.de>
9994 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9995 T:      git git://git.alsa-project.org/alsa-kernel.git
9996 S:      Maintained
9997 F:      sound/usb/midi.*
9998
9999 USB NETWORKING DRIVERS
10000 L:      linux-usb@vger.kernel.org
10001 S:      Odd Fixes
10002 F:      drivers/net/usb/
10003
10004 USB OHCI DRIVER
10005 M:      Alan Stern <stern@rowland.harvard.edu>
10006 L:      linux-usb@vger.kernel.org
10007 S:      Maintained
10008 F:      Documentation/usb/ohci.txt
10009 F:      drivers/usb/host/ohci*
10010
10011 USB OVER IP DRIVER
10012 M:      Valentina Manea <valentina.manea.m@gmail.com>
10013 M:      Shuah Khan <shuah.kh@samsung.com>
10014 L:      linux-usb@vger.kernel.org
10015 S:      Maintained
10016 F:      drivers/usb/usbip/
10017 F:      tools/usb/usbip/
10018
10019 USB PEGASUS DRIVER
10020 M:      Petko Manolov <petkan@nucleusys.com>
10021 L:      linux-usb@vger.kernel.org
10022 L:      netdev@vger.kernel.org
10023 T:      git git://github.com/petkan/pegasus.git
10024 W:      https://github.com/petkan/pegasus
10025 S:      Maintained
10026 F:      drivers/net/usb/pegasus.*
10027
10028 USB PHY LAYER
10029 M:      Felipe Balbi <balbi@ti.com>
10030 L:      linux-usb@vger.kernel.org
10031 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10032 S:      Maintained
10033 F:      drivers/usb/phy/
10034
10035 USB PRINTER DRIVER (usblp)
10036 M:      Pete Zaitcev <zaitcev@redhat.com>
10037 L:      linux-usb@vger.kernel.org
10038 S:      Supported
10039 F:      drivers/usb/class/usblp.c
10040
10041 USB RTL8150 DRIVER
10042 M:      Petko Manolov <petkan@nucleusys.com>
10043 L:      linux-usb@vger.kernel.org
10044 L:      netdev@vger.kernel.org
10045 T:      git git://github.com/petkan/rtl8150.git
10046 W:      https://github.com/petkan/rtl8150
10047 S:      Maintained
10048 F:      drivers/net/usb/rtl8150.c
10049
10050 USB SERIAL SUBSYSTEM
10051 M:      Johan Hovold <johan@kernel.org>
10052 L:      linux-usb@vger.kernel.org
10053 S:      Maintained
10054 F:      Documentation/usb/usb-serial.txt
10055 F:      drivers/usb/serial/
10056 F:      include/linux/usb/serial.h
10057
10058 USB SMSC75XX ETHERNET DRIVER
10059 M:      Steve Glendinning <steve.glendinning@shawell.net>
10060 L:      netdev@vger.kernel.org
10061 S:      Maintained
10062 F:      drivers/net/usb/smsc75xx.*
10063
10064 USB SMSC95XX ETHERNET DRIVER
10065 M:      Steve Glendinning <steve.glendinning@shawell.net>
10066 L:      netdev@vger.kernel.org
10067 S:      Maintained
10068 F:      drivers/net/usb/smsc95xx.*
10069
10070 USB SUBSYSTEM
10071 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10072 L:      linux-usb@vger.kernel.org
10073 W:      http://www.linux-usb.org
10074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10075 S:      Supported
10076 F:      Documentation/usb/
10077 F:      drivers/usb/
10078 F:      include/linux/usb.h
10079 F:      include/linux/usb/
10080
10081 USB UHCI DRIVER
10082 M:      Alan Stern <stern@rowland.harvard.edu>
10083 L:      linux-usb@vger.kernel.org
10084 S:      Maintained
10085 F:      drivers/usb/host/uhci*
10086
10087 USB "USBNET" DRIVER FRAMEWORK
10088 M:      Oliver Neukum <oneukum@suse.de>
10089 L:      netdev@vger.kernel.org
10090 W:      http://www.linux-usb.org/usbnet
10091 S:      Maintained
10092 F:      drivers/net/usb/usbnet.c
10093 F:      include/linux/usb/usbnet.h
10094
10095 USB VIDEO CLASS
10096 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10097 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10098 L:      linux-media@vger.kernel.org
10099 T:      git git://linuxtv.org/media_tree.git
10100 W:      http://www.ideasonboard.org/uvc/
10101 S:      Maintained
10102 F:      drivers/media/usb/uvc/
10103 F:      include/uapi/linux/uvcvideo.h
10104
10105 USB VISION DRIVER
10106 M:      Hans Verkuil <hverkuil@xs4all.nl>
10107 L:      linux-media@vger.kernel.org
10108 T:      git git://linuxtv.org/media_tree.git
10109 W:      http://linuxtv.org
10110 S:      Odd Fixes
10111 F:      drivers/media/usb/usbvision/
10112
10113 USB WEBCAM GADGET
10114 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10115 L:      linux-usb@vger.kernel.org
10116 S:      Maintained
10117 F:      drivers/usb/gadget/function/*uvc*
10118 F:      drivers/usb/gadget/legacy/webcam.c
10119
10120 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10121 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10122 L:      linux-wireless@vger.kernel.org
10123 S:      Maintained
10124 F:      drivers/net/wireless/rndis_wlan.c
10125
10126 USB XHCI DRIVER
10127 M:      Mathias Nyman <mathias.nyman@intel.com>
10128 L:      linux-usb@vger.kernel.org
10129 S:      Supported
10130 F:      drivers/usb/host/xhci*
10131 F:      drivers/usb/host/pci-quirks*
10132
10133 USB ZD1201 DRIVER
10134 L:      linux-wireless@vger.kernel.org
10135 W:      http://linux-lc100020.sourceforge.net
10136 S:      Orphan
10137 F:      drivers/net/wireless/zd1201.*
10138
10139 USB ZR364XX DRIVER
10140 M:      Antoine Jacquet <royale@zerezo.com>
10141 L:      linux-usb@vger.kernel.org
10142 L:      linux-media@vger.kernel.org
10143 T:      git git://linuxtv.org/media_tree.git
10144 W:      http://royale.zerezo.com/zr364xx/
10145 S:      Maintained
10146 F:      Documentation/video4linux/zr364xx.txt
10147 F:      drivers/media/usb/zr364xx/
10148
10149 USER-MODE LINUX (UML)
10150 M:      Jeff Dike <jdike@addtoit.com>
10151 M:      Richard Weinberger <richard@nod.at>
10152 L:      user-mode-linux-devel@lists.sourceforge.net
10153 L:      user-mode-linux-user@lists.sourceforge.net
10154 W:      http://user-mode-linux.sourceforge.net
10155 S:      Maintained
10156 F:      Documentation/virtual/uml/
10157 F:      arch/um/
10158 F:      arch/x86/um/
10159 F:      fs/hostfs/
10160 F:      fs/hppfs/
10161
10162 USERSPACE I/O (UIO)
10163 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10164 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10165 S:      Maintained
10166 F:      Documentation/DocBook/uio-howto.tmpl
10167 F:      drivers/uio/
10168 F:      include/linux/uio*.h
10169
10170 UTIL-LINUX PACKAGE
10171 M:      Karel Zak <kzak@redhat.com>
10172 L:      util-linux@vger.kernel.org
10173 W:      http://en.wikipedia.org/wiki/Util-linux
10174 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10175 S:      Maintained
10176
10177 UVESAFB DRIVER
10178 M:      Michal Januszewski <spock@gentoo.org>
10179 L:      linux-fbdev@vger.kernel.org
10180 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10181 S:      Maintained
10182 F:      Documentation/fb/uvesafb.txt
10183 F:      drivers/video/fbdev/uvesafb.*
10184
10185 VFAT/FAT/MSDOS FILESYSTEM
10186 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10187 S:      Maintained
10188 F:      Documentation/filesystems/vfat.txt
10189 F:      fs/fat/
10190
10191 VFIO DRIVER
10192 M:      Alex Williamson <alex.williamson@redhat.com>
10193 L:      kvm@vger.kernel.org
10194 S:      Maintained
10195 F:      Documentation/vfio.txt
10196 F:      drivers/vfio/
10197 F:      include/linux/vfio.h
10198 F:      include/uapi/linux/vfio.h
10199
10200 VIDEOBUF2 FRAMEWORK
10201 M:      Pawel Osciak <pawel@osciak.com>
10202 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10203 M:      Kyungmin Park <kyungmin.park@samsung.com>
10204 L:      linux-media@vger.kernel.org
10205 S:      Maintained
10206 F:      drivers/media/v4l2-core/videobuf2-*
10207 F:      include/media/videobuf2-*
10208
10209 VIRTIO CONSOLE DRIVER
10210 M:      Amit Shah <amit.shah@redhat.com>
10211 L:      virtualization@lists.linux-foundation.org
10212 S:      Maintained
10213 F:      drivers/char/virtio_console.c
10214 F:      include/linux/virtio_console.h
10215 F:      include/uapi/linux/virtio_console.h
10216
10217 VIRTIO CORE, NET AND BLOCK DRIVERS
10218 M:      Rusty Russell <rusty@rustcorp.com.au>
10219 M:      "Michael S. Tsirkin" <mst@redhat.com>
10220 L:      virtualization@lists.linux-foundation.org
10221 S:      Maintained
10222 F:      drivers/virtio/
10223 F:      tools/virtio/
10224 F:      drivers/net/virtio_net.c
10225 F:      drivers/block/virtio_blk.c
10226 F:      include/linux/virtio_*.h
10227 F:      include/uapi/linux/virtio_*.h
10228
10229 VIRTIO HOST (VHOST)
10230 M:      "Michael S. Tsirkin" <mst@redhat.com>
10231 L:      kvm@vger.kernel.org
10232 L:      virtualization@lists.linux-foundation.org
10233 L:      netdev@vger.kernel.org
10234 S:      Maintained
10235 F:      drivers/vhost/
10236 F:      include/uapi/linux/vhost.h
10237
10238 VIA RHINE NETWORK DRIVER
10239 M:      Roger Luethi <rl@hellgate.ch>
10240 S:      Maintained
10241 F:      drivers/net/ethernet/via/via-rhine.c
10242
10243 VIA SD/MMC CARD CONTROLLER DRIVER
10244 M:      Bruce Chang <brucechang@via.com.tw>
10245 M:      Harald Welte <HaraldWelte@viatech.com>
10246 S:      Maintained
10247 F:      drivers/mmc/host/via-sdmmc.c
10248
10249 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10250 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10251 L:      linux-fbdev@vger.kernel.org
10252 S:      Maintained
10253 F:      include/linux/via-core.h
10254 F:      include/linux/via-gpio.h
10255 F:      include/linux/via_i2c.h
10256 F:      drivers/video/fbdev/via/
10257
10258 VIA VELOCITY NETWORK DRIVER
10259 M:      Francois Romieu <romieu@fr.zoreil.com>
10260 L:      netdev@vger.kernel.org
10261 S:      Maintained
10262 F:      drivers/net/ethernet/via/via-velocity.*
10263
10264 VIVID VIRTUAL VIDEO DRIVER
10265 M:      Hans Verkuil <hverkuil@xs4all.nl>
10266 L:      linux-media@vger.kernel.org
10267 T:      git git://linuxtv.org/media_tree.git
10268 W:      http://linuxtv.org
10269 S:      Maintained
10270 F:      drivers/media/platform/vivid/*
10271
10272 VLAN (802.1Q)
10273 M:      Patrick McHardy <kaber@trash.net>
10274 L:      netdev@vger.kernel.org
10275 S:      Maintained
10276 F:      drivers/net/macvlan.c
10277 F:      include/linux/if_*vlan.h
10278 F:      net/8021q/
10279
10280 VLYNQ BUS
10281 M:      Florian Fainelli <florian@openwrt.org>
10282 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10283 S:      Maintained
10284 F:      drivers/vlynq/vlynq.c
10285 F:      include/linux/vlynq.h
10286
10287 VME SUBSYSTEM
10288 M:      Martyn Welch <martyn.welch@ge.com>
10289 M:      Manohar Vanga <manohar.vanga@gmail.com>
10290 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10291 L:      devel@driverdev.osuosl.org
10292 S:      Maintained
10293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10294 F:      Documentation/vme_api.txt
10295 F:      drivers/staging/vme/
10296 F:      drivers/vme/
10297 F:      include/linux/vme*
10298
10299 VMWARE HYPERVISOR INTERFACE
10300 M:      Alok Kataria <akataria@vmware.com>
10301 L:      virtualization@lists.linux-foundation.org
10302 S:      Supported
10303 F:      arch/x86/kernel/cpu/vmware.c
10304
10305 VMWARE BALLOON DRIVER
10306 M:      Xavier Deguillard <xdeguillard@vmware.com>
10307 M:      Philip Moltmann <moltmann@vmware.com>
10308 M:      "VMware, Inc." <pv-drivers@vmware.com>
10309 L:      linux-kernel@vger.kernel.org
10310 S:      Maintained
10311 F:      drivers/misc/vmw_balloon.c
10312
10313 VMWARE VMXNET3 ETHERNET DRIVER
10314 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10315 M:      "VMware, Inc." <pv-drivers@vmware.com>
10316 L:      netdev@vger.kernel.org
10317 S:      Maintained
10318 F:      drivers/net/vmxnet3/
10319
10320 VMware PVSCSI driver
10321 M:      Arvind Kumar <arvindkumar@vmware.com>
10322 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10323 L:      linux-scsi@vger.kernel.org
10324 S:      Maintained
10325 F:      drivers/scsi/vmw_pvscsi.c
10326 F:      drivers/scsi/vmw_pvscsi.h
10327
10328 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10329 M:      Liam Girdwood <lgirdwood@gmail.com>
10330 M:      Mark Brown <broonie@kernel.org>
10331 L:      linux-kernel@vger.kernel.org
10332 W:      http://opensource.wolfsonmicro.com/node/15
10333 W:      http://www.slimlogic.co.uk/?p=48
10334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10335 S:      Supported
10336 F:      drivers/regulator/
10337 F:      include/linux/regulator/
10338
10339 VT1211 HARDWARE MONITOR DRIVER
10340 M:      Juerg Haefliger <juergh@gmail.com>
10341 L:      lm-sensors@lm-sensors.org
10342 S:      Maintained
10343 F:      Documentation/hwmon/vt1211
10344 F:      drivers/hwmon/vt1211.c
10345
10346 VT8231 HARDWARE MONITOR DRIVER
10347 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10348 L:      lm-sensors@lm-sensors.org
10349 S:      Maintained
10350 F:      drivers/hwmon/vt8231.c
10351
10352 VUB300 USB to SDIO/SD/MMC bridge chip
10353 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10354 L:      linux-mmc@vger.kernel.org
10355 L:      linux-usb@vger.kernel.org
10356 S:      Supported
10357 F:      drivers/mmc/host/vub300.c
10358
10359 W1 DALLAS'S 1-WIRE BUS
10360 M:      Evgeniy Polyakov <zbr@ioremap.net>
10361 S:      Maintained
10362 F:      Documentation/w1/
10363 F:      drivers/w1/
10364
10365 W83791D HARDWARE MONITORING DRIVER
10366 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10367 L:      lm-sensors@lm-sensors.org
10368 S:      Maintained
10369 F:      Documentation/hwmon/w83791d
10370 F:      drivers/hwmon/w83791d.c
10371
10372 W83793 HARDWARE MONITORING DRIVER
10373 M:      Rudolf Marek <r.marek@assembler.cz>
10374 L:      lm-sensors@lm-sensors.org
10375 S:      Maintained
10376 F:      Documentation/hwmon/w83793
10377 F:      drivers/hwmon/w83793.c
10378
10379 W83795 HARDWARE MONITORING DRIVER
10380 M:      Jean Delvare <jdelvare@suse.de>
10381 L:      lm-sensors@lm-sensors.org
10382 S:      Maintained
10383 F:      drivers/hwmon/w83795.c
10384
10385 W83L51xD SD/MMC CARD INTERFACE DRIVER
10386 M:      Pierre Ossman <pierre@ossman.eu>
10387 S:      Maintained
10388 F:      drivers/mmc/host/wbsd.*
10389
10390 WACOM PROTOCOL 4 SERIAL TABLETS
10391 M:      Julian Squires <julian@cipht.net>
10392 M:      Hans de Goede <hdegoede@redhat.com>
10393 L:      linux-input@vger.kernel.org
10394 S:      Maintained
10395 F:      drivers/input/tablet/wacom_serial4.c
10396
10397 WATCHDOG DEVICE DRIVERS
10398 M:      Wim Van Sebroeck <wim@iguana.be>
10399 L:      linux-watchdog@vger.kernel.org
10400 W:      http://www.linux-watchdog.org/
10401 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10402 S:      Maintained
10403 F:      Documentation/watchdog/
10404 F:      drivers/watchdog/
10405 F:      include/linux/watchdog.h
10406 F:      include/uapi/linux/watchdog.h
10407
10408 WD7000 SCSI DRIVER
10409 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10410 L:      linux-scsi@vger.kernel.org
10411 S:      Maintained
10412 F:      drivers/scsi/wd7000.c
10413
10414 WIIMOTE HID DRIVER
10415 M:      David Herrmann <dh.herrmann@googlemail.com>
10416 L:      linux-input@vger.kernel.org
10417 S:      Maintained
10418 F:      drivers/hid/hid-wiimote*
10419
10420 WINBOND CIR DRIVER
10421 M:      David Härdeman <david@hardeman.nu>
10422 S:      Maintained
10423 F:      drivers/media/rc/winbond-cir.c
10424
10425 WIMAX STACK
10426 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10427 M:      linux-wimax@intel.com
10428 L:     wimax@linuxwimax.org (subscribers-only)
10429 S:      Supported
10430 W:      http://linuxwimax.org
10431 F:      Documentation/wimax/README.wimax
10432 F:      include/linux/wimax/debug.h
10433 F:      include/net/wimax.h
10434 F:      include/uapi/linux/wimax.h
10435 F:      net/wimax/
10436
10437 WISTRON LAPTOP BUTTON DRIVER
10438 M:      Miloslav Trmac <mitr@volny.cz>
10439 S:      Maintained
10440 F:      drivers/input/misc/wistron_btns.c
10441
10442 WL3501 WIRELESS PCMCIA CARD DRIVER
10443 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10444 L:      linux-wireless@vger.kernel.org
10445 W:      http://oops.ghostprotocols.net:81/blog
10446 S:      Maintained
10447 F:      drivers/net/wireless/wl3501*
10448
10449 WM97XX TOUCHSCREEN DRIVERS
10450 M:      Mark Brown <broonie@kernel.org>
10451 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10452 L:      linux-input@vger.kernel.org
10453 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10454 W:      http://opensource.wolfsonmicro.com/node/7
10455 S:      Supported
10456 F:      drivers/input/touchscreen/*wm97*
10457 F:      include/linux/wm97xx.h
10458
10459 WOLFSON MICROELECTRONICS DRIVERS
10460 L:      patches@opensource.wolfsonmicro.com
10461 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10462 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10463 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10464 S:      Supported
10465 F:      Documentation/hwmon/wm83??
10466 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10467 F:      drivers/clk/clk-wm83*.c
10468 F:      drivers/extcon/extcon-arizona.c
10469 F:      drivers/leds/leds-wm83*.c
10470 F:      drivers/gpio/gpio-*wm*.c
10471 F:      drivers/gpio/gpio-arizona.c
10472 F:      drivers/hwmon/wm83??-hwmon.c
10473 F:      drivers/input/misc/wm831x-on.c
10474 F:      drivers/input/touchscreen/wm831x-ts.c
10475 F:      drivers/input/touchscreen/wm97*.c
10476 F:      drivers/mfd/arizona*
10477 F:      drivers/mfd/wm*.c
10478 F:      drivers/power/wm83*.c
10479 F:      drivers/rtc/rtc-wm83*.c
10480 F:      drivers/regulator/wm8*.c
10481 F:      drivers/video/backlight/wm83*_bl.c
10482 F:      drivers/watchdog/wm83*_wdt.c
10483 F:      include/linux/mfd/arizona/
10484 F:      include/linux/mfd/wm831x/
10485 F:      include/linux/mfd/wm8350/
10486 F:      include/linux/mfd/wm8400*
10487 F:      include/linux/wm97xx.h
10488 F:      include/sound/wm????.h
10489 F:      sound/soc/codecs/arizona.?
10490 F:      sound/soc/codecs/wm*
10491
10492 WORKQUEUE
10493 M:      Tejun Heo <tj@kernel.org>
10494 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10495 S:      Maintained
10496 F:      include/linux/workqueue.h
10497 F:      kernel/workqueue.c
10498 F:      Documentation/workqueue.txt
10499
10500 X.25 NETWORK LAYER
10501 M:      Andrew Hendry <andrew.hendry@gmail.com>
10502 L:      linux-x25@vger.kernel.org
10503 S:      Odd Fixes
10504 F:      Documentation/networking/x25*
10505 F:      include/net/x25*
10506 F:      net/x25/
10507
10508 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10509 M:      Thomas Gleixner <tglx@linutronix.de>
10510 M:      Ingo Molnar <mingo@redhat.com>
10511 M:      "H. Peter Anvin" <hpa@zytor.com>
10512 M:      x86@kernel.org
10513 L:      linux-kernel@vger.kernel.org
10514 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10515 S:      Maintained
10516 F:      Documentation/x86/
10517 F:      arch/x86/
10518
10519 X86 PLATFORM DRIVERS
10520 M:      Darren Hart <dvhart@infradead.org>
10521 L:      platform-driver-x86@vger.kernel.org
10522 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10523 S:      Maintained
10524 F:      drivers/platform/x86/
10525
10526 X86 MCE INFRASTRUCTURE
10527 M:      Tony Luck <tony.luck@intel.com>
10528 M:      Borislav Petkov <bp@alien8.de>
10529 L:      linux-edac@vger.kernel.org
10530 S:      Maintained
10531 F:      arch/x86/kernel/cpu/mcheck/*
10532
10533 X86 VDSO
10534 M:      Andy Lutomirski <luto@amacapital.net>
10535 L:      linux-kernel@vger.kernel.org
10536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10537 S:      Maintained
10538 F:      arch/x86/vdso/
10539
10540 XC2028/3028 TUNER DRIVER
10541 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10542 L:      linux-media@vger.kernel.org
10543 W:      http://linuxtv.org
10544 T:      git git://linuxtv.org/media_tree.git
10545 S:      Maintained
10546 F:      drivers/media/tuners/tuner-xc2028.*
10547
10548 XEN HYPERVISOR INTERFACE
10549 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10550 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10551 M:      David Vrabel <david.vrabel@citrix.com>
10552 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10554 S:      Supported
10555 F:      arch/x86/xen/
10556 F:      drivers/*/xen-*front.c
10557 F:      drivers/xen/
10558 F:      arch/x86/include/asm/xen/
10559 F:      include/xen/
10560 F:      include/uapi/xen/
10561
10562 XEN HYPERVISOR ARM
10563 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10564 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10565 S:      Supported
10566 F:      arch/arm/xen/
10567 F:      arch/arm/include/asm/xen/
10568
10569 XEN HYPERVISOR ARM64
10570 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10571 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10572 S:      Supported
10573 F:      arch/arm64/xen/
10574 F:      arch/arm64/include/asm/xen/
10575
10576 XEN NETWORK BACKEND DRIVER
10577 M:      Ian Campbell <ian.campbell@citrix.com>
10578 M:      Wei Liu <wei.liu2@citrix.com>
10579 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10580 L:      netdev@vger.kernel.org
10581 S:      Supported
10582 F:      drivers/net/xen-netback/*
10583
10584 XEN PCI SUBSYSTEM
10585 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10586 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10587 S:      Supported
10588 F:      arch/x86/pci/*xen*
10589 F:      drivers/pci/*xen*
10590
10591 XEN BLOCK SUBSYSTEM
10592 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10593 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10594 S:      Supported
10595 F:      drivers/block/xen-blkback/*
10596 F:      drivers/block/xen*
10597
10598 XEN PVSCSI DRIVERS
10599 M:      Juergen Gross <jgross@suse.com>
10600 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10601 L:      linux-scsi@vger.kernel.org
10602 S:      Supported
10603 F:      drivers/scsi/xen-scsifront.c
10604 F:      drivers/xen/xen-scsiback.c
10605 F:      include/xen/interface/io/vscsiif.h
10606
10607 XEN SWIOTLB SUBSYSTEM
10608 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10609 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10610 S:      Supported
10611 F:      arch/x86/xen/*swiotlb*
10612 F:      drivers/xen/*swiotlb*
10613
10614 XFS FILESYSTEM
10615 P:      Silicon Graphics Inc
10616 M:      Dave Chinner <david@fromorbit.com>
10617 M:      xfs@oss.sgi.com
10618 L:      xfs@oss.sgi.com
10619 W:      http://oss.sgi.com/projects/xfs
10620 T:      git git://oss.sgi.com/xfs/xfs.git
10621 S:      Supported
10622 F:      Documentation/filesystems/xfs.txt
10623 F:      fs/xfs/
10624
10625 XILINX AXI ETHERNET DRIVER
10626 M:      Anirudha Sarangi <anirudh@xilinx.com>
10627 M:      John Linn <John.Linn@xilinx.com>
10628 S:      Maintained
10629 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10630
10631 XILINX UARTLITE SERIAL DRIVER
10632 M:      Peter Korsgaard <jacmet@sunsite.dk>
10633 L:      linux-serial@vger.kernel.org
10634 S:      Maintained
10635 F:      drivers/tty/serial/uartlite.c
10636
10637 XILLYBUS DRIVER
10638 M:      Eli Billauer <eli.billauer@gmail.com>
10639 L:      linux-kernel@vger.kernel.org
10640 S:      Supported
10641 F:      drivers/char/xillybus/
10642
10643 XTENSA XTFPGA PLATFORM SUPPORT
10644 M:      Max Filippov <jcmvbkbc@gmail.com>
10645 L:      linux-xtensa@linux-xtensa.org
10646 S:      Maintained
10647 F:      drivers/spi/spi-xtensa-xtfpga.c
10648
10649 YAM DRIVER FOR AX.25
10650 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10651 L:      linux-hams@vger.kernel.org
10652 S:      Maintained
10653 F:      drivers/net/hamradio/yam*
10654 F:      include/linux/yam.h
10655
10656 YEALINK PHONE DRIVER
10657 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10658 L:      usbb2k-api-dev@nongnu.org
10659 S:      Maintained
10660 F:      Documentation/input/yealink.txt
10661 F:      drivers/input/misc/yealink.*
10662
10663 Z8530 DRIVER FOR AX.25
10664 M:      Joerg Reuter <jreuter@yaina.de>
10665 W:      http://yaina.de/jreuter/
10666 W:      http://www.qsl.net/dl1bke/
10667 L:      linux-hams@vger.kernel.org
10668 S:      Maintained
10669 F:      Documentation/networking/z8530drv.txt
10670 F:      drivers/net/hamradio/*scc.c
10671 F:      drivers/net/hamradio/z8530.h
10672
10673 ZBUD COMPRESSED PAGE ALLOCATOR
10674 M:      Seth Jennings <sjennings@variantweb.net>
10675 L:      linux-mm@kvack.org
10676 S:      Maintained
10677 F:      mm/zbud.c
10678 F:      include/linux/zbud.h
10679
10680 ZD1211RW WIRELESS DRIVER
10681 M:      Daniel Drake <dsd@gentoo.org>
10682 M:      Ulrich Kunitz <kune@deine-taler.de>
10683 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10684 L:      linux-wireless@vger.kernel.org
10685 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10686 S:      Maintained
10687 F:      drivers/net/wireless/zd1211rw/
10688
10689 ZR36067 VIDEO FOR LINUX DRIVER
10690 L:      mjpeg-users@lists.sourceforge.net
10691 L:      linux-media@vger.kernel.org
10692 W:      http://mjpeg.sourceforge.net/driver-zoran/
10693 T:      hg http://linuxtv.org/hg/v4l-dvb
10694 S:      Odd Fixes
10695 F:      drivers/media/pci/zoran/
10696
10697 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10698 M:      Minchan Kim <minchan@kernel.org>
10699 M:      Nitin Gupta <ngupta@vflare.org>
10700 L:      linux-kernel@vger.kernel.org
10701 S:      Maintained
10702 F:      drivers/block/zram/
10703 F:      Documentation/blockdev/zram.txt
10704
10705 ZS DECSTATION Z85C30 SERIAL DRIVER
10706 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10707 S:      Maintained
10708 F:      drivers/tty/serial/zs.*
10709
10710 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10711 M:      Minchan Kim <minchan@kernel.org>
10712 M:      Nitin Gupta <ngupta@vflare.org>
10713 L:      linux-mm@kvack.org
10714 S:      Maintained
10715 F:      mm/zsmalloc.c
10716 F:      include/linux/zsmalloc.h
10717
10718 ZSWAP COMPRESSED SWAP CACHING
10719 M:      Seth Jennings <sjennings@variantweb.net>
10720 L:      linux-mm@kvack.org
10721 S:      Maintained
10722 F:      mm/zswap.c
10723
10724 THE REST
10725 M:      Linus Torvalds <torvalds@linux-foundation.org>
10726 L:      linux-kernel@vger.kernel.org
10727 Q:      http://patchwork.kernel.org/project/LKML/list/
10728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10729 S:      Buried alive in reporters
10730 F:      *
10731 F:      */