]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
Bluetooth: Fix notifying discovery state when powering off
[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 ADV7511 DRIVER
663 M:      Hans Verkuil <hans.verkuil@cisco.com>
664 L:      linux-media@vger.kernel.org
665 S:      Maintained
666 F:      drivers/media/i2c/adv7511*
667
668 ANALOG DEVICES INC ADV7604 DRIVER
669 M:      Hans Verkuil <hans.verkuil@cisco.com>
670 L:      linux-media@vger.kernel.org
671 S:      Maintained
672 F:      drivers/media/i2c/adv7604*
673
674 ANALOG DEVICES INC ADV7842 DRIVER
675 M:      Hans Verkuil <hans.verkuil@cisco.com>
676 L:      linux-media@vger.kernel.org
677 S:      Maintained
678 F:      drivers/media/i2c/adv7842*
679
680 ANALOG DEVICES INC ASOC CODEC DRIVERS
681 M:      Lars-Peter Clausen <lars@metafoo.de>
682 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
683 W:      http://wiki.analog.com/
684 W:      http://ez.analog.com/community/linux-device-drivers
685 S:      Supported
686 F:      sound/soc/codecs/adau*
687 F:      sound/soc/codecs/adav*
688 F:      sound/soc/codecs/ad1*
689 F:      sound/soc/codecs/ad7*
690 F:      sound/soc/codecs/ssm*
691 F:      sound/soc/codecs/sigmadsp.*
692
693 ANALOG DEVICES INC ASOC DRIVERS
694 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
695 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
696 W:      http://blackfin.uclinux.org/
697 S:      Supported
698 F:      sound/soc/blackfin/*
699  
700 ANALOG DEVICES INC IIO DRIVERS
701 M:      Lars-Peter Clausen <lars@metafoo.de>
702 M:      Michael Hennerich <Michael.Hennerich@analog.com>
703 W:      http://wiki.analog.com/
704 W:      http://ez.analog.com/community/linux-device-drivers
705 S:      Supported
706 F:      drivers/iio/*/ad*
707 X:      drivers/iio/*/adjd*
708 F:      drivers/staging/iio/*/ad*
709 F:      staging/iio/trigger/iio-trig-bfin-timer.c
710
711 AOA (Apple Onboard Audio) ALSA DRIVER
712 M:      Johannes Berg <johannes@sipsolutions.net>
713 L:      linuxppc-dev@lists.ozlabs.org
714 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
715 S:      Maintained
716 F:      sound/aoa/
717
718 APM DRIVER
719 M:      Jiri Kosina <jkosina@suse.cz>
720 S:      Odd fixes
721 F:      arch/x86/kernel/apm_32.c
722 F:      include/linux/apm_bios.h
723 F:      include/uapi/linux/apm_bios.h
724 F:      drivers/char/apm-emulation.c
725
726 APPLE BCM5974 MULTITOUCH DRIVER
727 M:      Henrik Rydberg <rydberg@bitmath.org>
728 L:      linux-input@vger.kernel.org
729 S:      Odd fixes
730 F:      drivers/input/mouse/bcm5974.c
731
732 APPLE SMC DRIVER
733 M:      Henrik Rydberg <rydberg@bitmath.org>
734 L:      lm-sensors@lm-sensors.org
735 S:      Odd fixes
736 F:      drivers/hwmon/applesmc.c
737
738 APPLETALK NETWORK LAYER
739 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
740 S:      Maintained
741 F:      drivers/net/appletalk/
742 F:      net/appletalk/
743
744 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
745 M:      Iyappan Subramanian <isubramanian@apm.com>
746 M:      Keyur Chudgar <kchudgar@apm.com>
747 S:      Supported
748 F:      drivers/net/ethernet/apm/xgene/
749 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
750
751 APTINA CAMERA SENSOR PLL
752 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
753 L:      linux-media@vger.kernel.org
754 S:      Maintained
755 F:      drivers/media/i2c/aptina-pll.*
756
757 ARASAN COMPACT FLASH PATA CONTROLLER
758 M:      Viresh Kumar <viresh.linux@gmail.com>
759 L:      linux-ide@vger.kernel.org
760 S:      Maintained
761 F:      include/linux/pata_arasan_cf_data.h
762 F:      drivers/ata/pata_arasan_cf.c
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://gitorious.org/linux-can/linux-can-next.git
2350 S:      Maintained
2351 F:      Documentation/networking/can.txt
2352 F:      net/can/
2353 F:      include/linux/can/core.h
2354 F:      include/uapi/linux/can.h
2355 F:      include/uapi/linux/can/bcm.h
2356 F:      include/uapi/linux/can/raw.h
2357 F:      include/uapi/linux/can/gw.h
2358
2359 CAN NETWORK DRIVERS
2360 M:      Wolfgang Grandegger <wg@grandegger.com>
2361 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2362 L:      linux-can@vger.kernel.org
2363 W:      http://gitorious.org/linux-can
2364 T:      git git://gitorious.org/linux-can/linux-can-next.git
2365 S:      Maintained
2366 F:      drivers/net/can/
2367 F:      include/linux/can/dev.h
2368 F:      include/linux/can/platform/
2369 F:      include/uapi/linux/can/error.h
2370 F:      include/uapi/linux/can/netlink.h
2371
2372 CAPABILITIES
2373 M:      Serge Hallyn <serge.hallyn@canonical.com>
2374 L:      linux-security-module@vger.kernel.org
2375 S:      Supported
2376 F:      include/linux/capability.h
2377 F:      include/uapi/linux/capability.h
2378 F:      security/capability.c
2379 F:      security/commoncap.c
2380 F:      kernel/capability.c
2381
2382 CC2520 IEEE-802.15.4 RADIO DRIVER
2383 M:      Varka Bhadram <varkabhadram@gmail.com>
2384 L:      linux-wpan@vger.kernel.org
2385 S:      Maintained
2386 F:      drivers/net/ieee802154/cc2520.c
2387 F:      include/linux/spi/cc2520.h
2388 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2389
2390 CELL BROADBAND ENGINE ARCHITECTURE
2391 M:      Arnd Bergmann <arnd@arndb.de>
2392 L:      linuxppc-dev@lists.ozlabs.org
2393 L:      cbe-oss-dev@lists.ozlabs.org
2394 W:      http://www.ibm.com/developerworks/power/cell/
2395 S:      Supported
2396 F:      arch/powerpc/include/asm/cell*.h
2397 F:      arch/powerpc/include/asm/spu*.h
2398 F:      arch/powerpc/include/uapi/asm/spu*.h
2399 F:      arch/powerpc/oprofile/*cell*
2400 F:      arch/powerpc/platforms/cell/
2401
2402 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2403 M:      Sage Weil <sage@inktank.com>
2404 L:      ceph-devel@vger.kernel.org
2405 W:      http://ceph.com/
2406 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2407 S:      Supported
2408 F:      Documentation/filesystems/ceph.txt
2409 F:      fs/ceph/
2410 F:      net/ceph/
2411 F:      include/linux/ceph/
2412 F:      include/linux/crush/
2413
2414 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2415 L:      linux-usb@vger.kernel.org
2416 S:      Orphan
2417 F:      Documentation/usb/WUSB-Design-overview.txt
2418 F:      Documentation/usb/wusb-cbaf
2419 F:      drivers/usb/host/hwa-hc.c
2420 F:      drivers/usb/host/whci/
2421 F:      drivers/usb/wusbcore/
2422 F:      include/linux/usb/wusb*
2423
2424 CFAG12864B LCD DRIVER
2425 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2426 W:      http://miguelojeda.es/auxdisplay.htm
2427 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2428 S:      Maintained
2429 F:      drivers/auxdisplay/cfag12864b.c
2430 F:      include/linux/cfag12864b.h
2431
2432 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2433 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2434 W:      http://miguelojeda.es/auxdisplay.htm
2435 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2436 S:      Maintained
2437 F:      drivers/auxdisplay/cfag12864bfb.c
2438 F:      include/linux/cfag12864b.h
2439
2440 CFG80211 and NL80211
2441 M:      Johannes Berg <johannes@sipsolutions.net>
2442 L:      linux-wireless@vger.kernel.org
2443 W:      http://wireless.kernel.org/
2444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2445 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2446 S:      Maintained
2447 F:      include/uapi/linux/nl80211.h
2448 F:      include/net/cfg80211.h
2449 F:      net/wireless/*
2450 X:      net/wireless/wext*
2451
2452 CHAR and MISC DRIVERS
2453 M:      Arnd Bergmann <arnd@arndb.de>
2454 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2456 S:      Supported
2457 F:      drivers/char/*
2458 F:      drivers/misc/*
2459 F:      include/linux/miscdevice.h
2460
2461 CHECKPATCH
2462 M:      Andy Whitcroft <apw@canonical.com>
2463 M:      Joe Perches <joe@perches.com>
2464 S:      Maintained
2465 F:      scripts/checkpatch.pl
2466
2467 CHINESE DOCUMENTATION
2468 M:      Harry Wei <harryxiyou@gmail.com>
2469 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2470 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2471 S:      Maintained
2472 F:      Documentation/zh_CN/
2473
2474 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2475 M:      Peter Chen <Peter.Chen@freescale.com>
2476 T:      git git://github.com/hzpeterchen/linux-usb.git
2477 L:      linux-usb@vger.kernel.org
2478 S:      Maintained
2479 F:      drivers/usb/chipidea/
2480
2481 CHROME HARDWARE PLATFORM SUPPORT
2482 M:      Olof Johansson <olof@lixom.net>
2483 S:      Maintained
2484 F:      drivers/platform/chrome/
2485
2486 CISCO VIC ETHERNET NIC DRIVER
2487 M:      Christian Benvenuti <benve@cisco.com>
2488 M:      Sujith Sankar <ssujith@cisco.com>
2489 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2490 M:      Neel Patel <neepatel@cisco.com>
2491 S:      Supported
2492 F:      drivers/net/ethernet/cisco/enic/
2493
2494 CISCO VIC LOW LATENCY NIC DRIVER
2495 M:      Upinder Malhi <umalhi@cisco.com>
2496 S:      Supported
2497 F:      drivers/infiniband/hw/usnic
2498
2499 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2500 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2501 L:      netdev@vger.kernel.org
2502 S:      Maintained
2503 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2504
2505 CIRRUS LOGIC AUDIO CODEC DRIVERS
2506 M:      Brian Austin <brian.austin@cirrus.com>
2507 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2508 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2509 S:      Maintained
2510 F:      sound/soc/codecs/cs*
2511
2512 CLEANCACHE API
2513 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2514 L:      linux-kernel@vger.kernel.org
2515 S:      Maintained
2516 F:      mm/cleancache.c
2517 F:      include/linux/cleancache.h
2518
2519 CLK API
2520 M:      Russell King <linux@arm.linux.org.uk>
2521 S:      Maintained
2522 F:      include/linux/clk.h
2523
2524 CLOCKSOURCE, CLOCKEVENT DRIVERS
2525 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2526 M:      Thomas Gleixner <tglx@linutronix.de>
2527 L:      linux-kernel@vger.kernel.org
2528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2529 S:      Supported
2530 F:      drivers/clocksource
2531
2532 CISCO FCOE HBA DRIVER
2533 M:      Hiral Patel <hiralpat@cisco.com>
2534 M:      Suma Ramars <sramars@cisco.com>
2535 M:      Brian Uchino <buchino@cisco.com>
2536 L:      linux-scsi@vger.kernel.org
2537 S:      Supported
2538 F:      drivers/scsi/fnic/
2539
2540 CMPC ACPI DRIVER
2541 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2542 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2543 L:      platform-driver-x86@vger.kernel.org
2544 S:      Supported
2545 F:      drivers/platform/x86/classmate-laptop.c
2546
2547 COCCINELLE/Semantic Patches (SmPL)
2548 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2549 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2550 M:      Nicolas Palix <nicolas.palix@imag.fr>
2551 M:      Michal Marek <mmarek@suse.cz>
2552 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2554 W:      http://coccinelle.lip6.fr/
2555 S:      Supported
2556 F:      Documentation/coccinelle.txt
2557 F:      scripts/coccinelle/
2558 F:      scripts/coccicheck
2559
2560 CODA FILE SYSTEM
2561 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2562 M:      coda@cs.cmu.edu
2563 L:      codalist@coda.cs.cmu.edu
2564 W:      http://www.coda.cs.cmu.edu/
2565 S:      Maintained
2566 F:      Documentation/filesystems/coda.txt
2567 F:      fs/coda/
2568 F:      include/linux/coda*.h
2569 F:      include/uapi/linux/coda*.h
2570
2571 CODA V4L2 MEM2MEM DRIVER
2572 M:      Philipp Zabel <p.zabel@pengutronix.de>
2573 L:      linux-media@vger.kernel.org
2574 S:      Maintained
2575 F:      Documentation/devicetree/bindings/media/coda.txt
2576 F:      drivers/media/platform/coda/
2577
2578 COMMON CLK FRAMEWORK
2579 M:      Mike Turquette <mturquette@linaro.org>
2580 M:      Stephen Boyd <sboyd@codeaurora.org>
2581 L:      linux-kernel@vger.kernel.org
2582 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2583 S:      Maintained
2584 F:      drivers/clk/
2585 X:      drivers/clk/clkdev.c
2586 F:      include/linux/clk-pr*
2587 F:      include/linux/clk/
2588
2589 COMMON INTERNET FILE SYSTEM (CIFS)
2590 M:      Steve French <sfrench@samba.org>
2591 L:      linux-cifs@vger.kernel.org
2592 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2593 W:      http://linux-cifs.samba.org/
2594 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2595 S:      Supported
2596 F:      Documentation/filesystems/cifs/
2597 F:      fs/cifs/
2598
2599 COMPACTPCI HOTPLUG CORE
2600 M:      Scott Murray <scott@spiteful.org>
2601 L:      linux-pci@vger.kernel.org
2602 S:      Maintained
2603 F:      drivers/pci/hotplug/cpci_hotplug*
2604
2605 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2606 M:      Scott Murray <scott@spiteful.org>
2607 L:      linux-pci@vger.kernel.org
2608 S:      Maintained
2609 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2610
2611 COMPACTPCI HOTPLUG GENERIC DRIVER
2612 M:      Scott Murray <scott@spiteful.org>
2613 L:      linux-pci@vger.kernel.org
2614 S:      Maintained
2615 F:      drivers/pci/hotplug/cpcihp_generic.c
2616
2617 COMPAL LAPTOP SUPPORT
2618 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2619 L:      platform-driver-x86@vger.kernel.org
2620 S:      Maintained
2621 F:      drivers/platform/x86/compal-laptop.c
2622
2623 CONEXANT ACCESSRUNNER USB DRIVER
2624 M:      Simon Arlott <cxacru@fire.lp0.eu>
2625 L:      accessrunner-general@lists.sourceforge.net
2626 W:      http://accessrunner.sourceforge.net/
2627 S:      Maintained
2628 F:      drivers/usb/atm/cxacru.c
2629
2630 CONFIGFS
2631 M:      Joel Becker <jlbec@evilplan.org>
2632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2633 S:      Supported
2634 F:      fs/configfs/
2635 F:      include/linux/configfs.h
2636
2637 CONNECTOR
2638 M:      Evgeniy Polyakov <zbr@ioremap.net>
2639 L:      netdev@vger.kernel.org
2640 S:      Maintained
2641 F:      drivers/connector/
2642
2643 CONTROL GROUP (CGROUP)
2644 M:      Tejun Heo <tj@kernel.org>
2645 M:      Li Zefan <lizefan@huawei.com>
2646 L:      cgroups@vger.kernel.org
2647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2648 S:      Maintained
2649 F:      Documentation/cgroups/
2650 F:      include/linux/cgroup*
2651 F:      kernel/cgroup*
2652
2653 CONTROL GROUP - CPUSET
2654 M:      Li Zefan <lizefan@huawei.com>
2655 L:      cgroups@vger.kernel.org
2656 W:      http://www.bullopensource.org/cpuset/
2657 W:      http://oss.sgi.com/projects/cpusets/
2658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2659 S:      Maintained
2660 F:      Documentation/cgroups/cpusets.txt
2661 F:      include/linux/cpuset.h
2662 F:      kernel/cpuset.c
2663
2664 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2665 M:      Johannes Weiner <hannes@cmpxchg.org>
2666 M:      Michal Hocko <mhocko@suse.cz>
2667 L:      cgroups@vger.kernel.org
2668 L:      linux-mm@kvack.org
2669 S:      Maintained
2670 F:      mm/memcontrol.c
2671 F:      mm/swap_cgroup.c
2672
2673 CORETEMP HARDWARE MONITORING DRIVER
2674 M:      Fenghua Yu <fenghua.yu@intel.com>
2675 L:      lm-sensors@lm-sensors.org
2676 S:      Maintained
2677 F:      Documentation/hwmon/coretemp
2678 F:      drivers/hwmon/coretemp.c
2679
2680 COSA/SRP SYNC SERIAL DRIVER
2681 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2682 W:      http://www.fi.muni.cz/~kas/cosa/
2683 S:      Maintained
2684 F:      drivers/net/wan/cosa*
2685
2686 CPMAC ETHERNET DRIVER
2687 M:      Florian Fainelli <florian@openwrt.org>
2688 L:      netdev@vger.kernel.org
2689 S:      Maintained
2690 F:      drivers/net/ethernet/ti/cpmac.c
2691
2692 CPU FREQUENCY DRIVERS
2693 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2694 M:      Viresh Kumar <viresh.kumar@linaro.org>
2695 L:      linux-pm@vger.kernel.org
2696 S:      Maintained
2697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2698 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2699 F:      drivers/cpufreq/
2700 F:      include/linux/cpufreq.h
2701
2702 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2703 M:      Viresh Kumar <viresh.kumar@linaro.org>
2704 M:      Sudeep Holla <sudeep.holla@arm.com>
2705 L:      linux-pm@vger.kernel.org
2706 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2707 S:      Maintained
2708 F:      drivers/cpufreq/arm_big_little.h
2709 F:      drivers/cpufreq/arm_big_little.c
2710 F:      drivers/cpufreq/arm_big_little_dt.c
2711
2712 CPUIDLE DRIVER - ARM BIG LITTLE
2713 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2714 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2715 L:      linux-pm@vger.kernel.org
2716 L:      linux-arm-kernel@lists.infradead.org
2717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2718 S:      Maintained
2719 F:      drivers/cpuidle/cpuidle-big_little.c
2720
2721 CPUIDLE DRIVER - ARM EXYNOS
2722 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2723 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2724 M:      Kukjin Kim <kgene@kernel.org>
2725 L:      linux-pm@vger.kernel.org
2726 L:      linux-samsung-soc@vger.kernel.org
2727 S:      Supported
2728 F:      drivers/cpuidle/cpuidle-exynos.c
2729 F:      arch/arm/mach-exynos/pm.c
2730
2731 CPUIDLE DRIVERS
2732 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2733 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2734 L:      linux-pm@vger.kernel.org
2735 S:      Maintained
2736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2737 F:      drivers/cpuidle/*
2738 F:      include/linux/cpuidle.h
2739
2740 CPUID/MSR DRIVER
2741 M:      "H. Peter Anvin" <hpa@zytor.com>
2742 S:      Maintained
2743 F:      arch/x86/kernel/cpuid.c
2744 F:      arch/x86/kernel/msr.c
2745
2746 CPU POWER MONITORING SUBSYSTEM
2747 M:      Thomas Renninger <trenn@suse.de>
2748 L:      linux-pm@vger.kernel.org
2749 S:      Maintained
2750 F:      tools/power/cpupower/
2751
2752 CRAMFS FILESYSTEM
2753 W:      http://sourceforge.net/projects/cramfs/
2754 S:      Orphan / Obsolete
2755 F:      Documentation/filesystems/cramfs.txt
2756 F:      fs/cramfs/
2757
2758 CRIS PORT
2759 M:      Mikael Starvik <starvik@axis.com>
2760 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2761 L:      linux-cris-kernel@axis.com
2762 W:      http://developer.axis.com
2763 S:      Maintained
2764 F:      arch/cris/
2765 F:      drivers/tty/serial/crisv10.*
2766
2767 CRYPTO API
2768 M:      Herbert Xu <herbert@gondor.apana.org.au>
2769 M:      "David S. Miller" <davem@davemloft.net>
2770 L:      linux-crypto@vger.kernel.org
2771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2772 S:      Maintained
2773 F:      Documentation/crypto/
2774 F:      arch/*/crypto/
2775 F:      crypto/
2776 F:      drivers/crypto/
2777 F:      include/crypto/
2778
2779 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2780 M:      Neil Horman <nhorman@tuxdriver.com>
2781 L:      linux-crypto@vger.kernel.org
2782 S:      Maintained
2783 F:      crypto/ansi_cprng.c
2784 F:      crypto/rng.c
2785
2786 CS5535 Audio ALSA driver
2787 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2788 S:      Maintained
2789 F:      sound/pci/cs5535audio/
2790
2791 CW1200 WLAN driver
2792 M:      Solomon Peachy <pizza@shaftnet.org>
2793 S:      Maintained
2794 F:      drivers/net/wireless/cw1200/
2795
2796 CX18 VIDEO4LINUX DRIVER
2797 M:      Andy Walls <awalls@md.metrocast.net>
2798 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2799 L:      linux-media@vger.kernel.org
2800 T:      git git://linuxtv.org/media_tree.git
2801 W:      http://linuxtv.org
2802 W:      http://www.ivtvdriver.org/index.php/Cx18
2803 S:      Maintained
2804 F:      Documentation/video4linux/cx18.txt
2805 F:      drivers/media/pci/cx18/
2806 F:      include/uapi/linux/ivtv*
2807
2808 CX2341X MPEG ENCODER HELPER MODULE
2809 M:      Hans Verkuil <hverkuil@xs4all.nl>
2810 L:      linux-media@vger.kernel.org
2811 T:      git git://linuxtv.org/media_tree.git
2812 W:      http://linuxtv.org
2813 S:      Maintained
2814 F:      drivers/media/common/cx2341x*
2815 F:      include/media/cx2341x*
2816
2817 CX88 VIDEO4LINUX DRIVER
2818 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2819 L:      linux-media@vger.kernel.org
2820 W:      http://linuxtv.org
2821 T:      git git://linuxtv.org/media_tree.git
2822 S:      Odd fixes
2823 F:      Documentation/video4linux/cx88/
2824 F:      drivers/media/pci/cx88/
2825
2826 CXD2820R MEDIA DRIVER
2827 M:      Antti Palosaari <crope@iki.fi>
2828 L:      linux-media@vger.kernel.org
2829 W:      http://linuxtv.org/
2830 W:      http://palosaari.fi/linux/
2831 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2832 T:      git git://linuxtv.org/anttip/media_tree.git
2833 S:      Maintained
2834 F:      drivers/media/dvb-frontends/cxd2820r*
2835
2836 CXGB3 ETHERNET DRIVER (CXGB3)
2837 M:      Santosh Raspatur <santosh@chelsio.com>
2838 L:      netdev@vger.kernel.org
2839 W:      http://www.chelsio.com
2840 S:      Supported
2841 F:      drivers/net/ethernet/chelsio/cxgb3/
2842
2843 CXGB3 ISCSI DRIVER (CXGB3I)
2844 M:      Karen Xie <kxie@chelsio.com>
2845 L:      linux-scsi@vger.kernel.org
2846 W:      http://www.chelsio.com
2847 S:      Supported
2848 F:      drivers/scsi/cxgbi/cxgb3i
2849
2850 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2851 M:      Steve Wise <swise@chelsio.com>
2852 L:      linux-rdma@vger.kernel.org
2853 W:      http://www.openfabrics.org
2854 S:      Supported
2855 F:      drivers/infiniband/hw/cxgb3/
2856
2857 CXGB4 ETHERNET DRIVER (CXGB4)
2858 M:      Hariprasad S <hariprasad@chelsio.com>
2859 L:      netdev@vger.kernel.org
2860 W:      http://www.chelsio.com
2861 S:      Supported
2862 F:      drivers/net/ethernet/chelsio/cxgb4/
2863
2864 CXGB4 ISCSI DRIVER (CXGB4I)
2865 M:      Karen Xie <kxie@chelsio.com>
2866 L:      linux-scsi@vger.kernel.org
2867 W:      http://www.chelsio.com
2868 S:      Supported
2869 F:      drivers/scsi/cxgbi/cxgb4i
2870
2871 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2872 M:      Steve Wise <swise@chelsio.com>
2873 L:      linux-rdma@vger.kernel.org
2874 W:      http://www.openfabrics.org
2875 S:      Supported
2876 F:      drivers/infiniband/hw/cxgb4/
2877
2878 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2879 M:      Casey Leedom <leedom@chelsio.com>
2880 L:      netdev@vger.kernel.org
2881 W:      http://www.chelsio.com
2882 S:      Supported
2883 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2884
2885 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2886 M:      Ian Munsie <imunsie@au1.ibm.com>
2887 M:      Michael Neuling <mikey@neuling.org>
2888 L:      linuxppc-dev@lists.ozlabs.org
2889 S:      Supported
2890 F:      drivers/misc/cxl/
2891 F:      include/misc/cxl.h
2892 F:      include/uapi/misc/cxl.h
2893 F:      Documentation/powerpc/cxl.txt
2894 F:      Documentation/powerpc/cxl.txt
2895 F:      Documentation/ABI/testing/sysfs-class-cxl
2896
2897 STMMAC ETHERNET DRIVER
2898 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2899 L:      netdev@vger.kernel.org
2900 W:      http://www.stlinux.com
2901 S:      Supported
2902 F:      drivers/net/ethernet/stmicro/stmmac/
2903
2904 CYBERPRO FB DRIVER
2905 M:      Russell King <linux@arm.linux.org.uk>
2906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2907 W:      http://www.arm.linux.org.uk/
2908 S:      Maintained
2909 F:      drivers/video/fbdev/cyber2000fb.*
2910
2911 CYCLADES ASYNC MUX DRIVER
2912 W:      http://www.cyclades.com/
2913 S:      Orphan
2914 F:      drivers/tty/cyclades.c
2915 F:      include/linux/cyclades.h
2916 F:      include/uapi/linux/cyclades.h
2917
2918 CYCLADES PC300 DRIVER
2919 W:      http://www.cyclades.com/
2920 S:      Orphan
2921 F:      drivers/net/wan/pc300*
2922
2923 CYPRESS_FIRMWARE MEDIA DRIVER
2924 M:      Antti Palosaari <crope@iki.fi>
2925 L:      linux-media@vger.kernel.org
2926 W:      http://linuxtv.org/
2927 W:      http://palosaari.fi/linux/
2928 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2929 T:      git git://linuxtv.org/anttip/media_tree.git
2930 S:      Maintained
2931 F:      drivers/media/common/cypress_firmware*
2932
2933 CYTTSP TOUCHSCREEN DRIVER
2934 M:      Ferruh Yigit <fery@cypress.com>
2935 L:      linux-input@vger.kernel.org
2936 S:      Supported
2937 F:      drivers/input/touchscreen/cyttsp*
2938 F:      include/linux/input/cyttsp.h
2939
2940 DAMA SLAVE for AX.25
2941 M:      Joerg Reuter <jreuter@yaina.de>
2942 W:      http://yaina.de/jreuter/
2943 W:      http://www.qsl.net/dl1bke/
2944 L:      linux-hams@vger.kernel.org
2945 S:      Maintained
2946 F:      net/ax25/af_ax25.c
2947 F:      net/ax25/ax25_dev.c
2948 F:      net/ax25/ax25_ds_*
2949 F:      net/ax25/ax25_in.c
2950 F:      net/ax25/ax25_out.c
2951 F:      net/ax25/ax25_timer.c
2952 F:      net/ax25/sysctl_net_ax25.c
2953
2954 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2955 L:      netdev@vger.kernel.org
2956 S:      Orphan
2957 F:      Documentation/networking/dmfe.txt
2958 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2959
2960 DC390/AM53C974 SCSI driver
2961 M:      Hannes Reinecke <hare@suse.de>
2962 L:      linux-scsi@vger.kernel.org
2963 S:      Maintained
2964 F:      drivers/scsi/am53c974.c
2965
2966 DC395x SCSI driver
2967 M:      Oliver Neukum <oliver@neukum.org>
2968 M:      Ali Akcaagac <aliakc@web.de>
2969 M:      Jamie Lenehan <lenehan@twibble.org>
2970 L:      dc395x@twibble.org
2971 W:      http://twibble.org/dist/dc395x/
2972 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2973 S:      Maintained
2974 F:      Documentation/scsi/dc395x.txt
2975 F:      drivers/scsi/dc395x.*
2976
2977 DCCP PROTOCOL
2978 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2979 L:      dccp@vger.kernel.org
2980 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2981 S:      Maintained
2982 F:      include/linux/dccp.h
2983 F:      include/uapi/linux/dccp.h
2984 F:      include/linux/tfrc.h
2985 F:      net/dccp/
2986
2987 DECnet NETWORK LAYER
2988 W:      http://linux-decnet.sourceforge.net
2989 L:      linux-decnet-user@lists.sourceforge.net
2990 S:      Orphan
2991 F:      Documentation/networking/decnet.txt
2992 F:      net/decnet/
2993
2994 DECSTATION PLATFORM SUPPORT
2995 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2996 L:      linux-mips@linux-mips.org
2997 W:      http://www.linux-mips.org/wiki/DECstation
2998 S:      Maintained
2999 F:      arch/mips/dec/
3000 F:      arch/mips/include/asm/dec/
3001 F:      arch/mips/include/asm/mach-dec/
3002
3003 DEFXX FDDI NETWORK DRIVER
3004 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3005 S:      Maintained
3006 F:      drivers/net/fddi/defxx.*
3007
3008 DELL LAPTOP DRIVER
3009 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3010 L:      platform-driver-x86@vger.kernel.org
3011 S:      Maintained
3012 F:      drivers/platform/x86/dell-laptop.c
3013
3014 DELL LAPTOP SMM DRIVER
3015 M:      Guenter Roeck <linux@roeck-us.net>
3016 F:      drivers/char/i8k.c
3017 F:      include/uapi/linux/i8k.h
3018
3019 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3020 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3021 S:      Maintained
3022 F:      Documentation/dcdbas.txt
3023 F:      drivers/firmware/dcdbas.*
3024
3025 DELL WMI EXTRAS DRIVER
3026 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3027 S:      Maintained
3028 F:      drivers/platform/x86/dell-wmi.c
3029
3030 DESIGNWARE USB2 DRD IP DRIVER
3031 M:      Paul Zimmerman <paulz@synopsys.com>
3032 L:      linux-usb@vger.kernel.org
3033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3034 S:      Maintained
3035 F:      drivers/usb/dwc2/
3036
3037 DESIGNWARE USB3 DRD IP DRIVER
3038 M:      Felipe Balbi <balbi@ti.com>
3039 L:      linux-usb@vger.kernel.org
3040 L:      linux-omap@vger.kernel.org
3041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3042 S:      Maintained
3043 F:      drivers/usb/dwc3/
3044
3045 DEVICE COREDUMP (DEV_COREDUMP)
3046 M:      Johannes Berg <johannes@sipsolutions.net>
3047 L:      linux-kernel@vger.kernel.org
3048 S:      Maintained
3049 F:      drivers/base/devcoredump.c
3050 F:      include/linux/devcoredump.h
3051
3052 DEVICE FREQUENCY (DEVFREQ)
3053 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3054 M:      Kyungmin Park <kyungmin.park@samsung.com>
3055 L:      linux-pm@vger.kernel.org
3056 S:      Maintained
3057 F:      drivers/devfreq/
3058
3059 DEVICE NUMBER REGISTRY
3060 M:      Torben Mathiasen <device@lanana.org>
3061 W:      http://lanana.org/docs/device-list/index.html
3062 S:      Maintained
3063
3064 DEVICE-MAPPER  (LVM)
3065 M:      Alasdair Kergon <agk@redhat.com>
3066 M:      Mike Snitzer <snitzer@redhat.com>
3067 M:      dm-devel@redhat.com
3068 L:      dm-devel@redhat.com
3069 W:      http://sources.redhat.com/dm
3070 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3072 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3073 S:      Maintained
3074 F:      Documentation/device-mapper/
3075 F:      drivers/md/dm*
3076 F:      drivers/md/persistent-data/
3077 F:      include/linux/device-mapper.h
3078 F:      include/linux/dm-*.h
3079 F:      include/uapi/linux/dm-*.h
3080
3081 DIALOG SEMICONDUCTOR DRIVERS
3082 M:      Support Opensource <support.opensource@diasemi.com>
3083 W:      http://www.dialog-semiconductor.com/products
3084 S:      Supported
3085 F:      Documentation/hwmon/da90??
3086 F:      drivers/gpio/gpio-da90??.c
3087 F:      drivers/hwmon/da90??-hwmon.c
3088 F:      drivers/input/misc/da90??_onkey.c
3089 F:      drivers/input/touchscreen/da9052_tsi.c
3090 F:      drivers/leds/leds-da90??.c
3091 F:      drivers/mfd/da903x.c
3092 F:      drivers/mfd/da90??-*.c
3093 F:      drivers/power/da9052-battery.c
3094 F:      drivers/regulator/da903x.c
3095 F:      drivers/regulator/da9???-regulator.[ch]
3096 F:      drivers/rtc/rtc-da90??.c
3097 F:      drivers/video/backlight/da90??_bl.c
3098 F:      drivers/watchdog/da90??_wdt.c
3099 F:      include/linux/mfd/da903x.h
3100 F:      include/linux/mfd/da9052/
3101 F:      include/linux/mfd/da9055/
3102 F:      include/linux/mfd/da9063/
3103 F:      include/sound/da[79]*.h
3104 F:      sound/soc/codecs/da[79]*.[ch]
3105
3106 DIGI NEO AND CLASSIC PCI PRODUCTS
3107 M:      Lidza Louina <lidza.louina@gmail.com>
3108 M:      Mark Hounschell <markh@compro.net>
3109 L:      driverdev-devel@linuxdriverproject.org
3110 S:      Maintained
3111 F:      drivers/staging/dgnc/
3112
3113 DIGI EPCA PCI PRODUCTS
3114 M:      Lidza Louina <lidza.louina@gmail.com>
3115 M:      Mark Hounschell <markh@compro.net>
3116 M:      Daeseok Youn <daeseok.youn@gmail.com>
3117 L:      driverdev-devel@linuxdriverproject.org
3118 S:      Maintained
3119 F:      drivers/staging/dgap/
3120
3121 DIOLAN U2C-12 I2C DRIVER
3122 M:      Guenter Roeck <linux@roeck-us.net>
3123 L:      linux-i2c@vger.kernel.org
3124 S:      Maintained
3125 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3126
3127 DIRECTORY NOTIFICATION (DNOTIFY)
3128 M:      Eric Paris <eparis@parisplace.org>
3129 S:      Maintained
3130 F:      Documentation/filesystems/dnotify.txt
3131 F:      fs/notify/dnotify/
3132 F:      include/linux/dnotify.h
3133
3134 DISK GEOMETRY AND PARTITION HANDLING
3135 M:      Andries Brouwer <aeb@cwi.nl>
3136 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3137 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3138 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3139 S:      Maintained
3140
3141 DISKQUOTA
3142 M:      Jan Kara <jack@suse.cz>
3143 S:      Maintained
3144 F:      Documentation/filesystems/quota.txt
3145 F:      fs/quota/
3146 F:      include/linux/quota*.h
3147 F:      include/uapi/linux/quota*.h
3148
3149 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3150 M:      Bernie Thompson <bernie@plugable.com>
3151 L:      linux-fbdev@vger.kernel.org
3152 S:      Maintained
3153 W:      http://plugable.com/category/projects/udlfb/
3154 F:      drivers/video/fbdev/udlfb.c
3155 F:      include/video/udlfb.h
3156 F:      Documentation/fb/udlfb.txt
3157
3158 DISTRIBUTED LOCK MANAGER (DLM)
3159 M:      Christine Caulfield <ccaulfie@redhat.com>
3160 M:      David Teigland <teigland@redhat.com>
3161 L:      cluster-devel@redhat.com
3162 W:      http://sources.redhat.com/cluster/
3163 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3164 S:      Supported
3165 F:      fs/dlm/
3166
3167 DMA BUFFER SHARING FRAMEWORK
3168 M:      Sumit Semwal <sumit.semwal@linaro.org>
3169 S:      Maintained
3170 L:      linux-media@vger.kernel.org
3171 L:      dri-devel@lists.freedesktop.org
3172 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3173 F:      drivers/dma-buf/
3174 F:      include/linux/dma-buf*
3175 F:      include/linux/reservation.h
3176 F:      include/linux/*fence.h
3177 F:      Documentation/dma-buf-sharing.txt
3178 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3179
3180 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3181 M:      Vinod Koul <vinod.koul@intel.com>
3182 L:      dmaengine@vger.kernel.org
3183 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3184 S:      Maintained
3185 F:      drivers/dma/
3186 F:      include/linux/dma*
3187 F:      Documentation/dmaengine/
3188 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3189
3190 DME1737 HARDWARE MONITOR DRIVER
3191 M:      Juerg Haefliger <juergh@gmail.com>
3192 L:      lm-sensors@lm-sensors.org
3193 S:      Maintained
3194 F:      Documentation/hwmon/dme1737
3195 F:      drivers/hwmon/dme1737.c
3196
3197 DOCKING STATION DRIVER
3198 M:      Shaohua Li <shaohua.li@intel.com>
3199 L:      linux-acpi@vger.kernel.org
3200 S:      Supported
3201 F:      drivers/acpi/dock.c
3202
3203 DOCUMENTATION
3204 M:      Jonathan Corbet <corbet@lwn.net>
3205 L:      linux-doc@vger.kernel.org
3206 S:      Maintained
3207 F:      Documentation/
3208 X:      Documentation/ABI/
3209 X:      Documentation/devicetree/
3210 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3211
3212 DOUBLETALK DRIVER
3213 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3214 L:      blinux-list@redhat.com
3215 S:      Maintained
3216 F:      drivers/char/dtlk.c
3217 F:      include/linux/dtlk.h
3218
3219 DPT_I2O SCSI RAID DRIVER
3220 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3221 L:      linux-scsi@vger.kernel.org
3222 W:      http://www.adaptec.com/
3223 S:      Maintained
3224 F:      drivers/scsi/dpt*
3225 F:      drivers/scsi/dpt/
3226
3227 DRBD DRIVER
3228 P:      Philipp Reisner
3229 P:      Lars Ellenberg
3230 M:      drbd-dev@lists.linbit.com
3231 L:      drbd-user@lists.linbit.com
3232 W:      http://www.drbd.org
3233 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3234 T:      git git://git.drbd.org/drbd-8.3.git
3235 S:      Supported
3236 F:      drivers/block/drbd/
3237 F:      lib/lru_cache.c
3238 F:      Documentation/blockdev/drbd/
3239
3240 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3241 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3243 S:      Supported
3244 F:      Documentation/kobject.txt
3245 F:      drivers/base/
3246 F:      fs/sysfs/
3247 F:      fs/debugfs/
3248 F:      include/linux/kobj*
3249 F:      include/linux/debugfs.h
3250 F:      lib/kobj*
3251
3252 DRM DRIVERS
3253 M:      David Airlie <airlied@linux.ie>
3254 L:      dri-devel@lists.freedesktop.org
3255 T:      git git://people.freedesktop.org/~airlied/linux
3256 S:      Maintained
3257 F:      drivers/gpu/drm/
3258 F:      drivers/gpu/vga/
3259 F:      include/drm/
3260 F:      include/uapi/drm/
3261
3262 RADEON DRM DRIVERS
3263 M:      Alex Deucher <alexander.deucher@amd.com>
3264 M:      Christian König <christian.koenig@amd.com>
3265 L:      dri-devel@lists.freedesktop.org
3266 T:      git git://people.freedesktop.org/~agd5f/linux
3267 S:      Supported
3268 F:      drivers/gpu/drm/radeon/
3269 F:      include/uapi/drm/radeon*
3270
3271 DRM PANEL DRIVERS
3272 M:      Thierry Reding <thierry.reding@gmail.com>
3273 L:      dri-devel@lists.freedesktop.org
3274 T:      git git://anongit.freedesktop.org/tegra/linux.git
3275 S:      Maintained
3276 F:      drivers/gpu/drm/drm_panel.c
3277 F:      drivers/gpu/drm/panel/
3278 F:      include/drm/drm_panel.h
3279 F:      Documentation/devicetree/bindings/panel/
3280
3281 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3282 M:      Daniel Vetter <daniel.vetter@intel.com>
3283 M:      Jani Nikula <jani.nikula@linux.intel.com>
3284 L:      intel-gfx@lists.freedesktop.org
3285 L:      dri-devel@lists.freedesktop.org
3286 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3287 T:      git git://anongit.freedesktop.org/drm-intel
3288 S:      Supported
3289 F:      drivers/gpu/drm/i915/
3290 F:      include/drm/i915*
3291 F:      include/uapi/drm/i915*
3292
3293 DRM DRIVERS FOR EXYNOS
3294 M:      Inki Dae <inki.dae@samsung.com>
3295 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3296 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3297 M:      Kyungmin Park <kyungmin.park@samsung.com>
3298 L:      dri-devel@lists.freedesktop.org
3299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3300 S:      Supported
3301 F:      drivers/gpu/drm/exynos/
3302 F:      include/drm/exynos*
3303 F:      include/uapi/drm/exynos*
3304
3305 DRM DRIVERS FOR FREESCALE IMX
3306 M:      Philipp Zabel <p.zabel@pengutronix.de>
3307 L:      dri-devel@lists.freedesktop.org
3308 S:      Maintained
3309 F:      drivers/gpu/drm/imx/
3310 F:      Documentation/devicetree/bindings/drm/imx/
3311
3312 DRM DRIVERS FOR NVIDIA TEGRA
3313 M:      Thierry Reding <thierry.reding@gmail.com>
3314 M:      Terje Bergström <tbergstrom@nvidia.com>
3315 L:      dri-devel@lists.freedesktop.org
3316 L:      linux-tegra@vger.kernel.org
3317 T:      git git://anongit.freedesktop.org/tegra/linux.git
3318 S:      Supported
3319 F:      drivers/gpu/drm/tegra/
3320 F:      drivers/gpu/host1x/
3321 F:      include/linux/host1x.h
3322 F:      include/uapi/drm/tegra_drm.h
3323 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3324
3325 DRM DRIVERS FOR RENESAS
3326 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3327 L:      dri-devel@lists.freedesktop.org
3328 L:      linux-sh@vger.kernel.org
3329 T:      git git://people.freedesktop.org/~airlied/linux
3330 S:      Supported
3331 F:      drivers/gpu/drm/rcar-du/
3332 F:      drivers/gpu/drm/shmobile/
3333 F:      include/linux/platform_data/rcar-du.h
3334 F:      include/linux/platform_data/shmob_drm.h
3335
3336 DSBR100 USB FM RADIO DRIVER
3337 M:      Alexey Klimov <klimov.linux@gmail.com>
3338 L:      linux-media@vger.kernel.org
3339 T:      git git://linuxtv.org/media_tree.git
3340 S:      Maintained
3341 F:      drivers/media/radio/dsbr100.c
3342
3343 DSCC4 DRIVER
3344 M:      Francois Romieu <romieu@fr.zoreil.com>
3345 L:      netdev@vger.kernel.org
3346 S:      Maintained
3347 F:      drivers/net/wan/dscc4.c
3348
3349 DVB_USB_AF9015 MEDIA DRIVER
3350 M:      Antti Palosaari <crope@iki.fi>
3351 L:      linux-media@vger.kernel.org
3352 W:      http://linuxtv.org/
3353 W:      http://palosaari.fi/linux/
3354 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3355 T:      git git://linuxtv.org/anttip/media_tree.git
3356 S:      Maintained
3357 F:      drivers/media/usb/dvb-usb-v2/af9015*
3358
3359 DVB_USB_AF9035 MEDIA DRIVER
3360 M:      Antti Palosaari <crope@iki.fi>
3361 L:      linux-media@vger.kernel.org
3362 W:      http://linuxtv.org/
3363 W:      http://palosaari.fi/linux/
3364 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3365 T:      git git://linuxtv.org/anttip/media_tree.git
3366 S:      Maintained
3367 F:      drivers/media/usb/dvb-usb-v2/af9035*
3368
3369 DVB_USB_ANYSEE MEDIA DRIVER
3370 M:      Antti Palosaari <crope@iki.fi>
3371 L:      linux-media@vger.kernel.org
3372 W:      http://linuxtv.org/
3373 W:      http://palosaari.fi/linux/
3374 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3375 T:      git git://linuxtv.org/anttip/media_tree.git
3376 S:      Maintained
3377 F:      drivers/media/usb/dvb-usb-v2/anysee*
3378
3379 DVB_USB_AU6610 MEDIA DRIVER
3380 M:      Antti Palosaari <crope@iki.fi>
3381 L:      linux-media@vger.kernel.org
3382 W:      http://linuxtv.org/
3383 W:      http://palosaari.fi/linux/
3384 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3385 T:      git git://linuxtv.org/anttip/media_tree.git
3386 S:      Maintained
3387 F:      drivers/media/usb/dvb-usb-v2/au6610*
3388
3389 DVB_USB_CE6230 MEDIA DRIVER
3390 M:      Antti Palosaari <crope@iki.fi>
3391 L:      linux-media@vger.kernel.org
3392 W:      http://linuxtv.org/
3393 W:      http://palosaari.fi/linux/
3394 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3395 T:      git git://linuxtv.org/anttip/media_tree.git
3396 S:      Maintained
3397 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3398
3399 DVB_USB_CXUSB MEDIA DRIVER
3400 M:      Michael Krufky <mkrufky@linuxtv.org>
3401 L:      linux-media@vger.kernel.org
3402 W:      http://linuxtv.org/
3403 W:      http://github.com/mkrufky
3404 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3405 T:      git git://linuxtv.org/media_tree.git
3406 S:      Maintained
3407 F:      drivers/media/usb/dvb-usb/cxusb*
3408
3409 DVB_USB_EC168 MEDIA DRIVER
3410 M:      Antti Palosaari <crope@iki.fi>
3411 L:      linux-media@vger.kernel.org
3412 W:      http://linuxtv.org/
3413 W:      http://palosaari.fi/linux/
3414 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3415 T:      git git://linuxtv.org/anttip/media_tree.git
3416 S:      Maintained
3417 F:      drivers/media/usb/dvb-usb-v2/ec168*
3418
3419 DVB_USB_GL861 MEDIA DRIVER
3420 M:      Antti Palosaari <crope@iki.fi>
3421 L:      linux-media@vger.kernel.org
3422 W:      http://linuxtv.org/
3423 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3424 T:      git git://linuxtv.org/anttip/media_tree.git
3425 S:      Maintained
3426 F:      drivers/media/usb/dvb-usb-v2/gl861*
3427
3428 DVB_USB_MXL111SF MEDIA DRIVER
3429 M:      Michael Krufky <mkrufky@linuxtv.org>
3430 L:      linux-media@vger.kernel.org
3431 W:      http://linuxtv.org/
3432 W:      http://github.com/mkrufky
3433 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3434 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3435 S:      Maintained
3436 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3437
3438 DVB_USB_RTL28XXU MEDIA DRIVER
3439 M:      Antti Palosaari <crope@iki.fi>
3440 L:      linux-media@vger.kernel.org
3441 W:      http://linuxtv.org/
3442 W:      http://palosaari.fi/linux/
3443 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3444 T:      git git://linuxtv.org/anttip/media_tree.git
3445 S:      Maintained
3446 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3447
3448 DVB_USB_V2 MEDIA DRIVER
3449 M:      Antti Palosaari <crope@iki.fi>
3450 L:      linux-media@vger.kernel.org
3451 W:      http://linuxtv.org/
3452 W:      http://palosaari.fi/linux/
3453 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3454 T:      git git://linuxtv.org/anttip/media_tree.git
3455 S:      Maintained
3456 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3457 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3458
3459 DYNAMIC DEBUG
3460 M:      Jason Baron <jbaron@akamai.com>
3461 S:      Maintained
3462 F:      lib/dynamic_debug.c
3463 F:      include/linux/dynamic_debug.h
3464
3465 DZ DECSTATION DZ11 SERIAL DRIVER
3466 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3467 S:      Maintained
3468 F:      drivers/tty/serial/dz.*
3469
3470 E4000 MEDIA DRIVER
3471 M:      Antti Palosaari <crope@iki.fi>
3472 L:      linux-media@vger.kernel.org
3473 W:      http://linuxtv.org/
3474 W:      http://palosaari.fi/linux/
3475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3476 T:      git git://linuxtv.org/anttip/media_tree.git
3477 S:      Maintained
3478 F:      drivers/media/tuners/e4000*
3479
3480 EATA ISA/EISA/PCI SCSI DRIVER
3481 M:      Dario Ballabio <ballabio_dario@emc.com>
3482 L:      linux-scsi@vger.kernel.org
3483 S:      Maintained
3484 F:      drivers/scsi/eata.c
3485
3486 EC100 MEDIA DRIVER
3487 M:      Antti Palosaari <crope@iki.fi>
3488 L:      linux-media@vger.kernel.org
3489 W:      http://linuxtv.org/
3490 W:      http://palosaari.fi/linux/
3491 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3492 T:      git git://linuxtv.org/anttip/media_tree.git
3493 S:      Maintained
3494 F:      drivers/media/dvb-frontends/ec100*
3495
3496 ECRYPT FILE SYSTEM
3497 M:      Tyler Hicks <tyhicks@canonical.com>
3498 L:      ecryptfs@vger.kernel.org
3499 W:      http://ecryptfs.org
3500 W:      https://launchpad.net/ecryptfs
3501 S:      Supported
3502 F:      Documentation/filesystems/ecryptfs.txt
3503 F:      fs/ecryptfs/
3504
3505 EDAC-CORE
3506 M:      Doug Thompson <dougthompson@xmission.com>
3507 M:      Borislav Petkov <bp@alien8.de>
3508 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3509 L:      linux-edac@vger.kernel.org
3510 W:      bluesmoke.sourceforge.net
3511 S:      Supported
3512 F:      Documentation/edac.txt
3513 F:      drivers/edac/
3514 F:      include/linux/edac.h
3515
3516 EDAC-AMD64
3517 M:      Doug Thompson <dougthompson@xmission.com>
3518 M:      Borislav Petkov <bp@alien8.de>
3519 L:      linux-edac@vger.kernel.org
3520 W:      bluesmoke.sourceforge.net
3521 S:      Maintained
3522 F:      drivers/edac/amd64_edac*
3523
3524 EDAC-CALXEDA
3525 M:      Doug Thompson <dougthompson@xmission.com>
3526 M:      Robert Richter <rric@kernel.org>
3527 L:      linux-edac@vger.kernel.org
3528 W:      bluesmoke.sourceforge.net
3529 S:      Maintained
3530 F:      drivers/edac/highbank*
3531
3532 EDAC-CAVIUM
3533 M:      Ralf Baechle <ralf@linux-mips.org>
3534 M:      David Daney <david.daney@cavium.com>
3535 L:      linux-edac@vger.kernel.org
3536 L:      linux-mips@linux-mips.org
3537 W:      bluesmoke.sourceforge.net
3538 S:      Supported
3539 F:      drivers/edac/octeon_edac*
3540
3541 EDAC-E752X
3542 M:      Mark Gross <mark.gross@intel.com>
3543 M:      Doug Thompson <dougthompson@xmission.com>
3544 L:      linux-edac@vger.kernel.org
3545 W:      bluesmoke.sourceforge.net
3546 S:      Maintained
3547 F:      drivers/edac/e752x_edac.c
3548
3549 EDAC-E7XXX
3550 M:      Doug Thompson <dougthompson@xmission.com>
3551 L:      linux-edac@vger.kernel.org
3552 W:      bluesmoke.sourceforge.net
3553 S:      Maintained
3554 F:      drivers/edac/e7xxx_edac.c
3555
3556 EDAC-GHES
3557 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3558 L:      linux-edac@vger.kernel.org
3559 W:      bluesmoke.sourceforge.net
3560 S:      Maintained
3561 F:      drivers/edac/ghes_edac.c
3562
3563 EDAC-I82443BXGX
3564 M:      Tim Small <tim@buttersideup.com>
3565 L:      linux-edac@vger.kernel.org
3566 W:      bluesmoke.sourceforge.net
3567 S:      Maintained
3568 F:      drivers/edac/i82443bxgx_edac.c
3569
3570 EDAC-I3000
3571 M:      Jason Uhlenkott <juhlenko@akamai.com>
3572 L:      linux-edac@vger.kernel.org
3573 W:      bluesmoke.sourceforge.net
3574 S:      Maintained
3575 F:      drivers/edac/i3000_edac.c
3576
3577 EDAC-I5000
3578 M:      Doug Thompson <dougthompson@xmission.com>
3579 L:      linux-edac@vger.kernel.org
3580 W:      bluesmoke.sourceforge.net
3581 S:      Maintained
3582 F:      drivers/edac/i5000_edac.c
3583
3584 EDAC-I5400
3585 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3586 L:      linux-edac@vger.kernel.org
3587 W:      bluesmoke.sourceforge.net
3588 S:      Maintained
3589 F:      drivers/edac/i5400_edac.c
3590
3591 EDAC-I7300
3592 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3593 L:      linux-edac@vger.kernel.org
3594 W:      bluesmoke.sourceforge.net
3595 S:      Maintained
3596 F:      drivers/edac/i7300_edac.c
3597
3598 EDAC-I7CORE
3599 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3600 L:      linux-edac@vger.kernel.org
3601 W:      bluesmoke.sourceforge.net
3602 S:      Maintained
3603 F:      drivers/edac/i7core_edac.c
3604
3605 EDAC-I82975X
3606 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3607 M:      "Arvind R." <arvino55@gmail.com>
3608 L:      linux-edac@vger.kernel.org
3609 W:      bluesmoke.sourceforge.net
3610 S:      Maintained
3611 F:      drivers/edac/i82975x_edac.c
3612
3613 EDAC-IE31200
3614 M:      Jason Baron <jbaron@akamai.com>
3615 L:      linux-edac@vger.kernel.org
3616 W:      bluesmoke.sourceforge.net
3617 S:      Maintained
3618 F:      drivers/edac/ie31200_edac.c
3619
3620 EDAC-MPC85XX
3621 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3622 L:      linux-edac@vger.kernel.org
3623 W:      bluesmoke.sourceforge.net
3624 S:      Maintained
3625 F:      drivers/edac/mpc85xx_edac.[ch]
3626
3627 EDAC-PASEMI
3628 M:      Egor Martovetsky <egor@pasemi.com>
3629 L:      linux-edac@vger.kernel.org
3630 W:      bluesmoke.sourceforge.net
3631 S:      Maintained
3632 F:      drivers/edac/pasemi_edac.c
3633
3634 EDAC-R82600
3635 M:      Tim Small <tim@buttersideup.com>
3636 L:      linux-edac@vger.kernel.org
3637 W:      bluesmoke.sourceforge.net
3638 S:      Maintained
3639 F:      drivers/edac/r82600_edac.c
3640
3641 EDAC-SBRIDGE
3642 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3643 L:      linux-edac@vger.kernel.org
3644 W:      bluesmoke.sourceforge.net
3645 S:      Maintained
3646 F:      drivers/edac/sb_edac.c
3647
3648 EDIROL UA-101/UA-1000 DRIVER
3649 M:      Clemens Ladisch <clemens@ladisch.de>
3650 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3651 T:      git git://git.alsa-project.org/alsa-kernel.git
3652 S:      Maintained
3653 F:      sound/usb/misc/ua101.c
3654
3655 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3656 M:      Matt Fleming <matt.fleming@intel.com>
3657 L:      linux-efi@vger.kernel.org
3658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3659 S:      Maintained
3660 F:      Documentation/efi-stub.txt
3661 F:      arch/ia64/kernel/efi.c
3662 F:      arch/x86/boot/compressed/eboot.[ch]
3663 F:      arch/x86/include/asm/efi.h
3664 F:      arch/x86/platform/efi/*
3665 F:      drivers/firmware/efi/*
3666 F:      include/linux/efi*.h
3667
3668 EFI VARIABLE FILESYSTEM
3669 M:      Matthew Garrett <matthew.garrett@nebula.com>
3670 M:      Jeremy Kerr <jk@ozlabs.org>
3671 M:      Matt Fleming <matt.fleming@intel.com>
3672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3673 L:      linux-efi@vger.kernel.org
3674 S:      Maintained
3675 F:      fs/efivarfs/
3676
3677 EFIFB FRAMEBUFFER DRIVER
3678 L:      linux-fbdev@vger.kernel.org
3679 M:      Peter Jones <pjones@redhat.com>
3680 S:      Maintained
3681 F:      drivers/video/fbdev/efifb.c
3682
3683 EFS FILESYSTEM
3684 W:      http://aeschi.ch.eu.org/efs/
3685 S:      Orphan
3686 F:      fs/efs/
3687
3688 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3689 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3690 M:      Christoph Raisch <raisch@de.ibm.com>
3691 L:      linux-rdma@vger.kernel.org
3692 S:      Supported
3693 F:      drivers/infiniband/hw/ehca/
3694
3695 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3696 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3697 L:      netdev@vger.kernel.org
3698 S:      Maintained
3699 F:      drivers/net/ethernet/ibm/ehea/
3700
3701 EM28XX VIDEO4LINUX DRIVER
3702 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3703 L:      linux-media@vger.kernel.org
3704 W:      http://linuxtv.org
3705 T:      git git://linuxtv.org/media_tree.git
3706 S:      Maintained
3707 F:      drivers/media/usb/em28xx/
3708
3709 EMBEDDED LINUX
3710 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3711 M:      Matt Mackall <mpm@selenic.com>
3712 M:      David Woodhouse <dwmw2@infradead.org>
3713 L:      linux-embedded@vger.kernel.org
3714 S:      Maintained
3715
3716 EMULEX LPFC FC SCSI DRIVER
3717 M:      James Smart <james.smart@emulex.com>
3718 L:      linux-scsi@vger.kernel.org
3719 W:      http://sourceforge.net/projects/lpfcxxxx
3720 S:      Supported
3721 F:      drivers/scsi/lpfc/
3722
3723 ENE CB710 FLASH CARD READER DRIVER
3724 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3725 S:      Maintained
3726 F:      drivers/misc/cb710/
3727 F:      drivers/mmc/host/cb710-mmc.*
3728 F:      include/linux/cb710.h
3729
3730 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3731 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3732 S:      Maintained
3733 F:      drivers/media/rc/ene_ir.*
3734
3735 ENHANCED ERROR HANDLING (EEH)
3736 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3737 L:      linuxppc-dev@lists.ozlabs.org
3738 S:      Supported
3739 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3740 F:      arch/powerpc/kernel/eeh*.c
3741
3742 EPSON S1D13XXX FRAMEBUFFER DRIVER
3743 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3744 S:      Maintained
3745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3746 F:      drivers/video/fbdev/s1d13xxxfb.c
3747 F:      include/video/s1d13xxxfb.h
3748
3749 ET131X NETWORK DRIVER
3750 M:      Mark Einon <mark.einon@gmail.com>
3751 S:      Odd Fixes
3752 F:      drivers/net/ethernet/agere/
3753
3754 ETHERNET BRIDGE
3755 M:      Stephen Hemminger <stephen@networkplumber.org>
3756 L:      bridge@lists.linux-foundation.org
3757 L:      netdev@vger.kernel.org
3758 W:      http://www.linuxfoundation.org/en/Net:Bridge
3759 S:      Maintained
3760 F:      include/linux/netfilter_bridge/
3761 F:      net/bridge/
3762
3763 ETHERNET PHY LIBRARY
3764 M:      Florian Fainelli <f.fainelli@gmail.com>
3765 L:      netdev@vger.kernel.org
3766 S:      Maintained
3767 F:      include/linux/phy.h
3768 F:      include/linux/phy_fixed.h
3769 F:      drivers/net/phy/
3770 F:      Documentation/networking/phy.txt
3771 F:      drivers/of/of_mdio.c
3772 F:      drivers/of/of_net.c
3773
3774 EXT2 FILE SYSTEM
3775 M:      Jan Kara <jack@suse.cz>
3776 L:      linux-ext4@vger.kernel.org
3777 S:      Maintained
3778 F:      Documentation/filesystems/ext2.txt
3779 F:      fs/ext2/
3780 F:      include/linux/ext2*
3781
3782 EXT3 FILE SYSTEM
3783 M:      Jan Kara <jack@suse.cz>
3784 M:      Andrew Morton <akpm@linux-foundation.org>
3785 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3786 L:      linux-ext4@vger.kernel.org
3787 S:      Maintained
3788 F:      Documentation/filesystems/ext3.txt
3789 F:      fs/ext3/
3790
3791 EXT4 FILE SYSTEM
3792 M:      "Theodore Ts'o" <tytso@mit.edu>
3793 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3794 L:      linux-ext4@vger.kernel.org
3795 W:      http://ext4.wiki.kernel.org
3796 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3797 S:      Maintained
3798 F:      Documentation/filesystems/ext4.txt
3799 F:      fs/ext4/
3800
3801 Extended Verification Module (EVM)
3802 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3803 L:      linux-ima-devel@lists.sourceforge.net
3804 L:      linux-security-module@vger.kernel.org
3805 S:      Supported
3806 F:      security/integrity/evm/
3807
3808 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3809 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3810 M:      Chanwoo Choi <cw00.choi@samsung.com>
3811 L:      linux-kernel@vger.kernel.org
3812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3813 S:      Maintained
3814 F:      drivers/extcon/
3815 F:      Documentation/extcon/
3816
3817 EXYNOS DP DRIVER
3818 M:      Jingoo Han <jg1.han@samsung.com>
3819 L:      dri-devel@lists.freedesktop.org
3820 S:      Maintained
3821 F:      drivers/gpu/drm/exynos/exynos_dp*
3822
3823 EXYNOS MIPI DISPLAY DRIVERS
3824 M:      Inki Dae <inki.dae@samsung.com>
3825 M:      Donghwa Lee <dh09.lee@samsung.com>
3826 M:      Kyungmin Park <kyungmin.park@samsung.com>
3827 L:      linux-fbdev@vger.kernel.org
3828 S:      Maintained
3829 F:      drivers/video/fbdev/exynos/exynos_mipi*
3830 F:      include/video/exynos_mipi*
3831
3832 F71805F HARDWARE MONITORING DRIVER
3833 M:      Jean Delvare <jdelvare@suse.de>
3834 L:      lm-sensors@lm-sensors.org
3835 S:      Maintained
3836 F:      Documentation/hwmon/f71805f
3837 F:      drivers/hwmon/f71805f.c
3838
3839 FC0011 TUNER DRIVER
3840 M:      Michael Buesch <m@bues.ch>
3841 L:      linux-media@vger.kernel.org
3842 S:      Maintained
3843 F:      drivers/media/tuners/fc0011.h
3844 F:      drivers/media/tuners/fc0011.c
3845
3846 FC2580 MEDIA DRIVER
3847 M:      Antti Palosaari <crope@iki.fi>
3848 L:      linux-media@vger.kernel.org
3849 W:      http://linuxtv.org/
3850 W:      http://palosaari.fi/linux/
3851 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3852 T:      git git://linuxtv.org/anttip/media_tree.git
3853 S:      Maintained
3854 F:      drivers/media/tuners/fc2580*
3855
3856 FANOTIFY
3857 M:      Eric Paris <eparis@redhat.com>
3858 S:      Maintained
3859 F:      fs/notify/fanotify/
3860 F:      include/linux/fanotify.h
3861 F:      include/uapi/linux/fanotify.h
3862
3863 FARSYNC SYNCHRONOUS DRIVER
3864 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3865 W:      http://www.farsite.co.uk/
3866 S:      Supported
3867 F:      drivers/net/wan/farsync.*
3868
3869 FAULT INJECTION SUPPORT
3870 M:      Akinobu Mita <akinobu.mita@gmail.com>
3871 S:      Supported
3872 F:      Documentation/fault-injection/
3873 F:      lib/fault-inject.c
3874
3875 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3876 M:      Robert Love <robert.w.love@intel.com>
3877 L:      fcoe-devel@open-fcoe.org
3878 W:      www.Open-FCoE.org
3879 S:      Supported
3880 F:      drivers/scsi/libfc/
3881 F:      drivers/scsi/fcoe/
3882 F:      include/scsi/fc/
3883 F:      include/scsi/libfc.h
3884 F:      include/scsi/libfcoe.h
3885 F:      include/uapi/scsi/fc/
3886
3887 FILE LOCKING (flock() and fcntl()/lockf())
3888 M:      Jeff Layton <jlayton@poochiereds.net>
3889 M:      J. Bruce Fields <bfields@fieldses.org>
3890 L:      linux-fsdevel@vger.kernel.org
3891 S:      Maintained
3892 F:      include/linux/fcntl.h
3893 F:      include/linux/fs.h
3894 F:      include/uapi/linux/fcntl.h
3895 F:      include/uapi/linux/fs.h
3896 F:      fs/fcntl.c
3897 F:      fs/locks.c
3898
3899 FILESYSTEMS (VFS and infrastructure)
3900 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3901 L:      linux-fsdevel@vger.kernel.org
3902 S:      Maintained
3903 F:      fs/*
3904
3905 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3906 M:      Riku Voipio <riku.voipio@iki.fi>
3907 L:      lm-sensors@lm-sensors.org
3908 S:      Maintained
3909 F:      drivers/hwmon/f75375s.c
3910 F:      include/linux/f75375s.h
3911
3912 FIREWIRE AUDIO DRIVERS
3913 M:      Clemens Ladisch <clemens@ladisch.de>
3914 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3915 T:      git git://git.alsa-project.org/alsa-kernel.git
3916 S:      Maintained
3917 F:      sound/firewire/
3918
3919 FIREWIRE MEDIA DRIVERS (firedtv)
3920 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3921 L:      linux-media@vger.kernel.org
3922 L:      linux1394-devel@lists.sourceforge.net
3923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3924 S:      Maintained
3925 F:      drivers/media/firewire/
3926
3927 FIREWIRE SBP-2 TARGET
3928 M:      Chris Boot <bootc@bootc.net>
3929 L:      linux-scsi@vger.kernel.org
3930 L:      target-devel@vger.kernel.org
3931 L:      linux1394-devel@lists.sourceforge.net
3932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3933 S:      Maintained
3934 F:      drivers/target/sbp/
3935
3936 FIREWIRE SUBSYSTEM
3937 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3938 L:      linux1394-devel@lists.sourceforge.net
3939 W:      http://ieee1394.wiki.kernel.org/
3940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3941 S:      Maintained
3942 F:      drivers/firewire/
3943 F:      include/linux/firewire.h
3944 F:      include/uapi/linux/firewire*.h
3945 F:      tools/firewire/
3946
3947 FIRMWARE LOADER (request_firmware)
3948 M:      Ming Lei <ming.lei@canonical.com>
3949 L:      linux-kernel@vger.kernel.org
3950 S:      Maintained
3951 F:      Documentation/firmware_class/
3952 F:      drivers/base/firmware*.c
3953 F:      include/linux/firmware.h
3954
3955 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3956 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3957 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3958 S:      Maintained
3959 F:      drivers/block/rsxx/
3960
3961 FLOPPY DRIVER
3962 M:      Jiri Kosina <jkosina@suse.cz>
3963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3964 S:      Odd fixes
3965 F:      drivers/block/floppy.c
3966
3967 FMC SUBSYSTEM
3968 M:      Alessandro Rubini <rubini@gnudd.com>
3969 W:      http://www.ohwr.org/projects/fmc-bus
3970 S:      Supported
3971 F:      drivers/fmc/
3972 F:      include/linux/fmc*.h
3973 F:      include/linux/ipmi-fru.h
3974 K:      fmc_d.*register
3975
3976 FPU EMULATOR
3977 M:      Bill Metzenthen <billm@melbpc.org.au>
3978 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3979 S:      Maintained
3980 F:      arch/x86/math-emu/
3981
3982 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3983 L:      netdev@vger.kernel.org
3984 S:      Orphan
3985 F:      drivers/net/wan/dlci.c
3986 F:      drivers/net/wan/sdla.c
3987
3988 FRAMEBUFFER LAYER
3989 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3990 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
3991 L:      linux-fbdev@vger.kernel.org
3992 W:      http://linux-fbdev.sourceforge.net/
3993 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
3994 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
3995 S:      Maintained
3996 F:      Documentation/fb/
3997 F:      Documentation/devicetree/bindings/fb/
3998 F:      drivers/video/
3999 F:      include/video/
4000 F:      include/linux/fb.h
4001 F:      include/uapi/video/
4002 F:      include/uapi/linux/fb.h
4003
4004 FREESCALE DIU FRAMEBUFFER DRIVER
4005 M:      Timur Tabi <timur@tabi.org>
4006 L:      linux-fbdev@vger.kernel.org
4007 S:      Maintained
4008 F:      drivers/video/fbdev/fsl-diu-fb.*
4009
4010 FREESCALE DMA DRIVER
4011 M:      Li Yang <leoli@freescale.com>
4012 M:      Zhang Wei <zw@zh-kernel.org>
4013 L:      linuxppc-dev@lists.ozlabs.org
4014 S:      Maintained
4015 F:      drivers/dma/fsldma.*
4016
4017 FREESCALE I2C CPM DRIVER
4018 M:      Jochen Friedrich <jochen@scram.de>
4019 L:      linuxppc-dev@lists.ozlabs.org
4020 L:      linux-i2c@vger.kernel.org
4021 S:      Maintained
4022 F:      drivers/i2c/busses/i2c-cpm.c
4023
4024 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4025 M:      Sascha Hauer <kernel@pengutronix.de>
4026 L:      linux-fbdev@vger.kernel.org
4027 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4028 S:      Maintained
4029 F:      include/linux/platform_data/video-imxfb.h
4030 F:      drivers/video/fbdev/imxfb.c
4031
4032 FREESCALE SOC FS_ENET DRIVER
4033 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4034 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4035 L:      linuxppc-dev@lists.ozlabs.org
4036 L:      netdev@vger.kernel.org
4037 S:      Maintained
4038 F:      drivers/net/ethernet/freescale/fs_enet/
4039 F:      include/linux/fs_enet_pd.h
4040
4041 FREESCALE QUICC ENGINE LIBRARY
4042 L:      linuxppc-dev@lists.ozlabs.org
4043 S:      Orphan
4044 F:      arch/powerpc/sysdev/qe_lib/
4045 F:      arch/powerpc/include/asm/*qe.h
4046
4047 FREESCALE USB PERIPHERAL DRIVERS
4048 M:      Li Yang <leoli@freescale.com>
4049 L:      linux-usb@vger.kernel.org
4050 L:      linuxppc-dev@lists.ozlabs.org
4051 S:      Maintained
4052 F:      drivers/usb/gadget/udc/fsl*
4053
4054 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4055 M:      Li Yang <leoli@freescale.com>
4056 L:      netdev@vger.kernel.org
4057 L:      linuxppc-dev@lists.ozlabs.org
4058 S:      Maintained
4059 F:      drivers/net/ethernet/freescale/ucc_geth*
4060
4061 FREESCALE QUICC ENGINE UCC UART DRIVER
4062 M:      Timur Tabi <timur@tabi.org>
4063 L:      linuxppc-dev@lists.ozlabs.org
4064 S:      Maintained
4065 F:      drivers/tty/serial/ucc_uart.c
4066
4067 FREESCALE SOC SOUND DRIVERS
4068 M:      Timur Tabi <timur@tabi.org>
4069 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4070 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4071 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4072 L:      linuxppc-dev@lists.ozlabs.org
4073 S:      Maintained
4074 F:      sound/soc/fsl/fsl*
4075 F:      sound/soc/fsl/imx*
4076 F:      sound/soc/fsl/mpc8610_hpcd.c
4077
4078 FREEVXFS FILESYSTEM
4079 M:      Christoph Hellwig <hch@infradead.org>
4080 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4081 S:      Maintained
4082 F:      fs/freevxfs/
4083
4084 FREEZER
4085 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4086 M:      Pavel Machek <pavel@ucw.cz>
4087 L:      linux-pm@vger.kernel.org
4088 S:      Supported
4089 F:      Documentation/power/freezing-of-tasks.txt
4090 F:      include/linux/freezer.h
4091 F:      kernel/freezer.c
4092
4093 FRONTSWAP API
4094 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4095 L:      linux-kernel@vger.kernel.org
4096 S:      Maintained
4097 F:      mm/frontswap.c
4098 F:      include/linux/frontswap.h
4099
4100 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4101 M:      David Howells <dhowells@redhat.com>
4102 L:      linux-cachefs@redhat.com
4103 S:      Supported
4104 F:      Documentation/filesystems/caching/
4105 F:      fs/fscache/
4106 F:      include/linux/fscache*.h
4107
4108 F2FS FILE SYSTEM
4109 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4110 M:      Changman Lee <cm224.lee@samsung.com>
4111 L:      linux-f2fs-devel@lists.sourceforge.net
4112 W:      http://en.wikipedia.org/wiki/F2FS
4113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4114 S:      Maintained
4115 F:      Documentation/filesystems/f2fs.txt
4116 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4117 F:      fs/f2fs/
4118 F:      include/linux/f2fs_fs.h
4119
4120 FUJITSU FR-V (FRV) PORT
4121 M:      David Howells <dhowells@redhat.com>
4122 S:      Maintained
4123 F:      arch/frv/
4124
4125 FUJITSU LAPTOP EXTRAS
4126 M:      Jonathan Woithe <jwoithe@just42.net>
4127 L:      platform-driver-x86@vger.kernel.org
4128 S:      Maintained
4129 F:      drivers/platform/x86/fujitsu-laptop.c
4130
4131 FUJITSU M-5MO LS CAMERA ISP DRIVER
4132 M:      Kyungmin Park <kyungmin.park@samsung.com>
4133 M:      Heungjun Kim <riverful.kim@samsung.com>
4134 L:      linux-media@vger.kernel.org
4135 S:      Maintained
4136 F:      drivers/media/i2c/m5mols/
4137 F:      include/media/m5mols.h
4138
4139 FUJITSU TABLET EXTRAS
4140 M:      Robert Gerlach <khnz@gmx.de>
4141 L:      platform-driver-x86@vger.kernel.org
4142 S:      Maintained
4143 F:      drivers/platform/x86/fujitsu-tablet.c
4144
4145 FUSE: FILESYSTEM IN USERSPACE
4146 M:      Miklos Szeredi <miklos@szeredi.hu>
4147 L:      fuse-devel@lists.sourceforge.net
4148 W:      http://fuse.sourceforge.net/
4149 S:      Maintained
4150 F:      fs/fuse/
4151 F:      include/uapi/linux/fuse.h
4152
4153 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4154 M:      Rik Faith <faith@cs.unc.edu>
4155 L:      linux-scsi@vger.kernel.org
4156 S:      Odd Fixes (e.g., new signatures)
4157 F:      drivers/scsi/fdomain.*
4158
4159 GCOV BASED KERNEL PROFILING
4160 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4161 S:      Maintained
4162 F:      kernel/gcov/
4163 F:      Documentation/gcov.txt
4164
4165 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4166 M:      Achim Leubner <achim_leubner@adaptec.com>
4167 L:      linux-scsi@vger.kernel.org
4168 W:      http://www.icp-vortex.com/
4169 S:      Supported
4170 F:      drivers/scsi/gdt*
4171
4172 GEMTEK FM RADIO RECEIVER DRIVER
4173 M:      Hans Verkuil <hverkuil@xs4all.nl>
4174 L:      linux-media@vger.kernel.org
4175 T:      git git://linuxtv.org/media_tree.git
4176 W:      http://linuxtv.org
4177 S:      Maintained
4178 F:      drivers/media/radio/radio-gemtek*
4179
4180 GENERIC GPIO I2C DRIVER
4181 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4182 S:      Supported
4183 F:      drivers/i2c/busses/i2c-gpio.c
4184 F:      include/linux/i2c-gpio.h
4185
4186 GENERIC GPIO I2C MULTIPLEXER DRIVER
4187 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4188 L:      linux-i2c@vger.kernel.org
4189 S:      Supported
4190 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4191 F:      include/linux/i2c-mux-gpio.h
4192 F:      Documentation/i2c/muxes/i2c-mux-gpio
4193
4194 GENERIC HDLC (WAN) DRIVERS
4195 M:      Krzysztof Halasa <khc@pm.waw.pl>
4196 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4197 S:      Maintained
4198 F:      drivers/net/wan/c101.c
4199 F:      drivers/net/wan/hd6457*
4200 F:      drivers/net/wan/hdlc*
4201 F:      drivers/net/wan/n2.c
4202 F:      drivers/net/wan/pc300too.c
4203 F:      drivers/net/wan/pci200syn.c
4204 F:      drivers/net/wan/wanxl*
4205
4206 GENERIC INCLUDE/ASM HEADER FILES
4207 M:      Arnd Bergmann <arnd@arndb.de>
4208 L:      linux-arch@vger.kernel.org
4209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4210 S:      Maintained
4211 F:      include/asm-generic/
4212 F:      include/uapi/asm-generic/
4213
4214 GENERIC PHY FRAMEWORK
4215 M:      Kishon Vijay Abraham I <kishon@ti.com>
4216 L:      linux-kernel@vger.kernel.org
4217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4218 S:      Supported
4219 F:      drivers/phy/
4220 F:      include/linux/phy/
4221
4222 GENERIC UIO DRIVER FOR PCI DEVICES
4223 M:      "Michael S. Tsirkin" <mst@redhat.com>
4224 L:      kvm@vger.kernel.org
4225 S:      Supported
4226 F:      drivers/uio/uio_pci_generic.c
4227
4228 GET_MAINTAINER SCRIPT
4229 M:      Joe Perches <joe@perches.com>
4230 S:      Maintained
4231 F:      scripts/get_maintainer.pl
4232
4233 GFS2 FILE SYSTEM
4234 M:      Steven Whitehouse <swhiteho@redhat.com>
4235 L:      cluster-devel@redhat.com
4236 W:      http://sources.redhat.com/cluster/
4237 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4239 S:      Supported
4240 F:      Documentation/filesystems/gfs2*.txt
4241 F:      fs/gfs2/
4242 F:      include/uapi/linux/gfs2_ondisk.h
4243
4244 GIGASET ISDN DRIVERS
4245 M:      Hansjoerg Lipp <hjlipp@web.de>
4246 M:      Tilman Schmidt <tilman@imap.cc>
4247 L:      gigaset307x-common@lists.sourceforge.net
4248 W:      http://gigaset307x.sourceforge.net/
4249 S:      Maintained
4250 F:      Documentation/isdn/README.gigaset
4251 F:      drivers/isdn/gigaset/
4252 F:      include/uapi/linux/gigaset_dev.h
4253
4254 GO7007 MPEG CODEC
4255 M:      Hans Verkuil <hans.verkuil@cisco.com>
4256 L:      linux-media@vger.kernel.org
4257 S:      Maintained
4258 F:      drivers/media/usb/go7007/
4259
4260 GOODIX TOUCHSCREEN
4261 M:      Bastien Nocera <hadess@hadess.net>
4262 L:      linux-input@vger.kernel.org
4263 S:      Maintained
4264 F:      drivers/input/touchscreen/goodix.c
4265
4266 GPIO SUBSYSTEM
4267 M:      Linus Walleij <linus.walleij@linaro.org>
4268 M:      Alexandre Courbot <gnurou@gmail.com>
4269 L:      linux-gpio@vger.kernel.org
4270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4271 S:      Maintained
4272 F:      Documentation/gpio/
4273 F:      drivers/gpio/
4274 F:      include/linux/gpio/
4275 F:      include/linux/gpio.h
4276 F:      include/asm-generic/gpio.h
4277
4278 GRE DEMULTIPLEXER DRIVER
4279 M:      Dmitry Kozlov <xeb@mail.ru>
4280 L:      netdev@vger.kernel.org
4281 S:      Maintained
4282 F:      net/ipv4/gre_demux.c
4283 F:      net/ipv4/gre_offload.c
4284 F:      include/net/gre.h
4285
4286 GRETH 10/100/1G Ethernet MAC device driver
4287 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4288 L:      netdev@vger.kernel.org
4289 S:      Maintained
4290 F:      drivers/net/ethernet/aeroflex/
4291
4292 GSPCA FINEPIX SUBDRIVER
4293 M:      Frank Zago <frank@zago.net>
4294 L:      linux-media@vger.kernel.org
4295 T:      git git://linuxtv.org/media_tree.git
4296 S:      Maintained
4297 F:      drivers/media/usb/gspca/finepix.c
4298
4299 GSPCA GL860 SUBDRIVER
4300 M:      Olivier Lorin <o.lorin@laposte.net>
4301 L:      linux-media@vger.kernel.org
4302 T:      git git://linuxtv.org/media_tree.git
4303 S:      Maintained
4304 F:      drivers/media/usb/gspca/gl860/
4305
4306 GSPCA M5602 SUBDRIVER
4307 M:      Erik Andren <erik.andren@gmail.com>
4308 L:      linux-media@vger.kernel.org
4309 T:      git git://linuxtv.org/media_tree.git
4310 S:      Maintained
4311 F:      drivers/media/usb/gspca/m5602/
4312
4313 GSPCA PAC207 SONIXB SUBDRIVER
4314 M:      Hans de Goede <hdegoede@redhat.com>
4315 L:      linux-media@vger.kernel.org
4316 T:      git git://linuxtv.org/media_tree.git
4317 S:      Maintained
4318 F:      drivers/media/usb/gspca/pac207.c
4319
4320 GSPCA SN9C20X SUBDRIVER
4321 M:      Brian Johnson <brijohn@gmail.com>
4322 L:      linux-media@vger.kernel.org
4323 T:      git git://linuxtv.org/media_tree.git
4324 S:      Maintained
4325 F:      drivers/media/usb/gspca/sn9c20x.c
4326
4327 GSPCA T613 SUBDRIVER
4328 M:      Leandro Costantino <lcostantino@gmail.com>
4329 L:      linux-media@vger.kernel.org
4330 T:      git git://linuxtv.org/media_tree.git
4331 S:      Maintained
4332 F:      drivers/media/usb/gspca/t613.c
4333
4334 GSPCA USB WEBCAM DRIVER
4335 M:      Hans de Goede <hdegoede@redhat.com>
4336 L:      linux-media@vger.kernel.org
4337 T:      git git://linuxtv.org/media_tree.git
4338 S:      Maintained
4339 F:      drivers/media/usb/gspca/
4340
4341 GUID PARTITION TABLE (GPT)
4342 M:      Davidlohr Bueso <davidlohr@hp.com>
4343 L:      linux-efi@vger.kernel.org
4344 S:      Maintained
4345 F:      block/partitions/efi.*
4346
4347 STK1160 USB VIDEO CAPTURE DRIVER
4348 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4349 L:      linux-media@vger.kernel.org
4350 T:      git git://linuxtv.org/media_tree.git
4351 S:      Maintained
4352 F:      drivers/media/usb/stk1160/
4353
4354 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4355 M:      Frank Seidel <frank@f-seidel.de>
4356 L:      platform-driver-x86@vger.kernel.org
4357 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4358 S:      Maintained
4359 F:      drivers/platform/x86/hdaps.c
4360
4361 HDPVR USB VIDEO ENCODER DRIVER
4362 M:      Hans Verkuil <hverkuil@xs4all.nl>
4363 L:      linux-media@vger.kernel.org
4364 T:      git git://linuxtv.org/media_tree.git
4365 W:      http://linuxtv.org
4366 S:      Odd Fixes
4367 F:      drivers/media/usb/hdpvr/
4368
4369 HWPOISON MEMORY FAILURE HANDLING
4370 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4371 L:      linux-mm@kvack.org
4372 S:      Maintained
4373 F:      mm/memory-failure.c
4374 F:      mm/hwpoison-inject.c
4375
4376 HYPERVISOR VIRTUAL CONSOLE DRIVER
4377 L:      linuxppc-dev@lists.ozlabs.org
4378 S:      Odd Fixes
4379 F:      drivers/tty/hvc/
4380
4381 HACKRF MEDIA DRIVER
4382 M:      Antti Palosaari <crope@iki.fi>
4383 L:      linux-media@vger.kernel.org
4384 W:      http://linuxtv.org/
4385 W:      http://palosaari.fi/linux/
4386 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4387 T:      git git://linuxtv.org/anttip/media_tree.git
4388 S:      Maintained
4389 F:      drivers/media/usb/hackrf/
4390
4391 HARDWARE MONITORING
4392 M:      Jean Delvare <jdelvare@suse.de>
4393 M:      Guenter Roeck <linux@roeck-us.net>
4394 L:      lm-sensors@lm-sensors.org
4395 W:      http://www.lm-sensors.org/
4396 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4397 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4398 S:      Maintained
4399 F:      Documentation/hwmon/
4400 F:      drivers/hwmon/
4401 F:      include/linux/hwmon*.h
4402
4403 HARDWARE RANDOM NUMBER GENERATOR CORE
4404 M:      Matt Mackall <mpm@selenic.com>
4405 M:      Herbert Xu <herbert@gondor.apana.org.au>
4406 S:      Odd fixes
4407 F:      Documentation/hw_random.txt
4408 F:      drivers/char/hw_random/
4409 F:      include/linux/hw_random.h
4410
4411 HARDWARE SPINLOCK CORE
4412 M:      Ohad Ben-Cohen <ohad@wizery.com>
4413 S:      Maintained
4414 F:      Documentation/hwspinlock.txt
4415 F:      drivers/hwspinlock/hwspinlock_*
4416 F:      include/linux/hwspinlock.h
4417
4418 HARMONY SOUND DRIVER
4419 L:      linux-parisc@vger.kernel.org
4420 S:      Maintained
4421 F:      sound/parisc/harmony.*
4422
4423 HD29L2 MEDIA DRIVER
4424 M:      Antti Palosaari <crope@iki.fi>
4425 L:      linux-media@vger.kernel.org
4426 W:      http://linuxtv.org/
4427 W:      http://palosaari.fi/linux/
4428 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4429 T:      git git://linuxtv.org/anttip/media_tree.git
4430 S:      Maintained
4431 F:      drivers/media/dvb-frontends/hd29l2*
4432
4433 HEWLETT-PACKARD SMART2 RAID DRIVER
4434 L:      iss_storagedev@hp.com
4435 S:      Orphan
4436 F:      Documentation/blockdev/cpqarray.txt
4437 F:      drivers/block/cpqarray.*
4438
4439 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4440 M:      Don Brace <don.brace@pmcs.com>
4441 L:      iss_storagedev@hp.com
4442 L:      storagedev@pmcs.com
4443 L:      linux-scsi@vger.kernel.org
4444 S:      Supported
4445 F:      Documentation/scsi/hpsa.txt
4446 F:      drivers/scsi/hpsa*.[ch]
4447 F:      include/linux/cciss*.h
4448 F:      include/uapi/linux/cciss*.h
4449
4450 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4451 M:      Don Brace <don.brace@pmcs.com>
4452 L:      iss_storagedev@hp.com
4453 L:      storagedev@pmcs.com
4454 L:      linux-scsi@vger.kernel.org
4455 S:      Supported
4456 F:      Documentation/blockdev/cciss.txt
4457 F:      drivers/block/cciss*
4458 F:      include/linux/cciss_ioctl.h
4459 F:      include/uapi/linux/cciss_ioctl.h
4460
4461 HFS FILESYSTEM
4462 L:      linux-fsdevel@vger.kernel.org
4463 S:      Orphan
4464 F:      Documentation/filesystems/hfs.txt
4465 F:      fs/hfs/
4466
4467 HFSPLUS FILESYSTEM
4468 L:      linux-fsdevel@vger.kernel.org
4469 S:      Orphan
4470 F:      Documentation/filesystems/hfsplus.txt
4471 F:      fs/hfsplus/
4472
4473 HGA FRAMEBUFFER DRIVER
4474 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4475 L:      linux-nvidia@lists.surfsouth.com
4476 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4477 S:      Maintained
4478 F:      drivers/video/fbdev/hgafb.c
4479
4480 HIBERNATION (aka Software Suspend, aka swsusp)
4481 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4482 M:      Pavel Machek <pavel@ucw.cz>
4483 L:      linux-pm@vger.kernel.org
4484 S:      Supported
4485 F:      arch/x86/power/
4486 F:      drivers/base/power/
4487 F:      kernel/power/
4488 F:      include/linux/suspend.h
4489 F:      include/linux/freezer.h
4490 F:      include/linux/pm.h
4491 F:      arch/*/include/asm/suspend*.h
4492
4493 HID CORE LAYER
4494 M:      Jiri Kosina <jkosina@suse.cz>
4495 L:      linux-input@vger.kernel.org
4496 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4497 S:      Maintained
4498 F:      drivers/hid/
4499 F:      include/linux/hid*
4500 F:      include/uapi/linux/hid*
4501
4502 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4503 M:      Thomas Gleixner <tglx@linutronix.de>
4504 L:      linux-kernel@vger.kernel.org
4505 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4506 S:      Maintained
4507 F:      Documentation/timers/
4508 F:      kernel/time/hrtimer.c
4509 F:      kernel/time/clockevents.c
4510 F:      kernel/time/tick*.*
4511 F:      kernel/time/timer_*.c
4512 F:      include/linux/clockchips.h
4513 F:      include/linux/hrtimer.h
4514
4515 HIGH-SPEED SCC DRIVER FOR AX.25
4516 L:      linux-hams@vger.kernel.org
4517 S:      Orphan
4518 F:      drivers/net/hamradio/dmascc.c
4519 F:      drivers/net/hamradio/scc.c
4520
4521 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4522 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4523 W:      http://www.highpoint-tech.com
4524 S:      Supported
4525 F:      Documentation/scsi/hptiop.txt
4526 F:      drivers/scsi/hptiop.c
4527
4528 HIPPI
4529 M:      Jes Sorensen <jes@trained-monkey.org>
4530 L:      linux-hippi@sunsite.dk
4531 S:      Maintained
4532 F:      include/linux/hippidevice.h
4533 F:      include/uapi/linux/if_hippi.h
4534 F:      net/802/hippi.c
4535 F:      drivers/net/hippi/
4536
4537 HOST AP DRIVER
4538 M:      Jouni Malinen <j@w1.fi>
4539 L:      hostap@shmoo.com (subscribers-only)
4540 L:      linux-wireless@vger.kernel.org
4541 W:      http://hostap.epitest.fi/
4542 S:      Maintained
4543 F:      drivers/net/wireless/hostap/
4544
4545 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4546 L:      platform-driver-x86@vger.kernel.org
4547 S:      Orphan
4548 F:      drivers/platform/x86/tc1100-wmi.c
4549
4550 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4551 M:      Jaroslav Kysela <perex@perex.cz>
4552 S:      Maintained
4553 F:      drivers/net/ethernet/hp/hp100.*
4554
4555 HPET:   High Precision Event Timers driver
4556 M:      Clemens Ladisch <clemens@ladisch.de>
4557 S:      Maintained
4558 F:      Documentation/timers/hpet.txt
4559 F:      drivers/char/hpet.c
4560 F:      include/linux/hpet.h
4561 F:      include/uapi/linux/hpet.h
4562
4563 HPET:   x86
4564 S:      Orphan
4565 F:      arch/x86/kernel/hpet.c
4566 F:      arch/x86/include/asm/hpet.h
4567
4568 HPFS FILESYSTEM
4569 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4570 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4571 S:      Maintained
4572 F:      fs/hpfs/
4573
4574 HSI SUBSYSTEM
4575 M:      Sebastian Reichel <sre@kernel.org>
4576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4577 S:      Maintained
4578 F:      Documentation/ABI/testing/sysfs-bus-hsi
4579 F:      Documentation/hsi.txt
4580 F:      drivers/hsi/
4581 F:      include/linux/hsi/
4582 F:      include/uapi/linux/hsi/
4583
4584 HSO 3G MODEM DRIVER
4585 M:      Jan Dumon <j.dumon@option.com>
4586 W:      http://www.pharscape.org
4587 S:      Maintained
4588 F:      drivers/net/usb/hso.c
4589
4590 HSR NETWORK PROTOCOL
4591 M:      Arvid Brodin <arvid.brodin@alten.se>
4592 L:      netdev@vger.kernel.org
4593 S:      Maintained
4594 F:      net/hsr/
4595
4596 HTCPEN TOUCHSCREEN DRIVER
4597 M:      Pau Oliva Fora <pof@eslack.org>
4598 L:      linux-input@vger.kernel.org
4599 S:      Maintained
4600 F:      drivers/input/touchscreen/htcpen.c
4601
4602 HUGETLB FILESYSTEM
4603 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4604 S:      Maintained
4605 F:      fs/hugetlbfs/
4606
4607 Hyper-V CORE AND DRIVERS
4608 M:      K. Y. Srinivasan <kys@microsoft.com>
4609 M:      Haiyang Zhang <haiyangz@microsoft.com>
4610 L:      devel@linuxdriverproject.org
4611 S:      Maintained
4612 F:      arch/x86/include/asm/mshyperv.h
4613 F:      arch/x86/include/uapi/asm/hyperv.h
4614 F:      arch/x86/kernel/cpu/mshyperv.c
4615 F:      drivers/hid/hid-hyperv.c
4616 F:      drivers/hv/
4617 F:      drivers/input/serio/hyperv-keyboard.c
4618 F:      drivers/net/hyperv/
4619 F:      drivers/scsi/storvsc_drv.c
4620 F:      drivers/video/fbdev/hyperv_fb.c
4621 F:      include/linux/hyperv.h
4622 F:      tools/hv/
4623
4624 I2C OVER PARALLEL PORT
4625 M:      Jean Delvare <jdelvare@suse.de>
4626 L:      linux-i2c@vger.kernel.org
4627 S:      Maintained
4628 F:      Documentation/i2c/busses/i2c-parport
4629 F:      Documentation/i2c/busses/i2c-parport-light
4630 F:      drivers/i2c/busses/i2c-parport.c
4631 F:      drivers/i2c/busses/i2c-parport-light.c
4632
4633 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4634 M:      Jean Delvare <jdelvare@suse.de>
4635 L:      linux-i2c@vger.kernel.org
4636 S:      Maintained
4637 F:      Documentation/i2c/busses/i2c-ali1535
4638 F:      Documentation/i2c/busses/i2c-ali1563
4639 F:      Documentation/i2c/busses/i2c-ali15x3
4640 F:      Documentation/i2c/busses/i2c-amd756
4641 F:      Documentation/i2c/busses/i2c-amd8111
4642 F:      Documentation/i2c/busses/i2c-i801
4643 F:      Documentation/i2c/busses/i2c-nforce2
4644 F:      Documentation/i2c/busses/i2c-piix4
4645 F:      Documentation/i2c/busses/i2c-sis5595
4646 F:      Documentation/i2c/busses/i2c-sis630
4647 F:      Documentation/i2c/busses/i2c-sis96x
4648 F:      Documentation/i2c/busses/i2c-via
4649 F:      Documentation/i2c/busses/i2c-viapro
4650 F:      drivers/i2c/busses/i2c-ali1535.c
4651 F:      drivers/i2c/busses/i2c-ali1563.c
4652 F:      drivers/i2c/busses/i2c-ali15x3.c
4653 F:      drivers/i2c/busses/i2c-amd756.c
4654 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4655 F:      drivers/i2c/busses/i2c-amd8111.c
4656 F:      drivers/i2c/busses/i2c-i801.c
4657 F:      drivers/i2c/busses/i2c-isch.c
4658 F:      drivers/i2c/busses/i2c-nforce2.c
4659 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4660 F:      drivers/i2c/busses/i2c-piix4.c
4661 F:      drivers/i2c/busses/i2c-sis5595.c
4662 F:      drivers/i2c/busses/i2c-sis630.c
4663 F:      drivers/i2c/busses/i2c-sis96x.c
4664 F:      drivers/i2c/busses/i2c-via.c
4665 F:      drivers/i2c/busses/i2c-viapro.c
4666
4667 I2C/SMBUS ISMT DRIVER
4668 M:      Seth Heasley <seth.heasley@intel.com>
4669 M:      Neil Horman <nhorman@tuxdriver.com>
4670 L:      linux-i2c@vger.kernel.org
4671 F:      drivers/i2c/busses/i2c-ismt.c
4672 F:      Documentation/i2c/busses/i2c-ismt
4673
4674 I2C/SMBUS STUB DRIVER
4675 M:      Jean Delvare <jdelvare@suse.de>
4676 L:      linux-i2c@vger.kernel.org
4677 S:      Maintained
4678 F:      drivers/i2c/i2c-stub.c
4679
4680 I2C SUBSYSTEM
4681 M:      Wolfram Sang <wsa@the-dreams.de>
4682 L:      linux-i2c@vger.kernel.org
4683 W:      https://i2c.wiki.kernel.org/
4684 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4686 S:      Maintained
4687 F:      Documentation/devicetree/bindings/i2c/
4688 F:      Documentation/i2c/
4689 F:      drivers/i2c/
4690 F:      include/linux/i2c.h
4691 F:      include/linux/i2c-*.h
4692 F:      include/uapi/linux/i2c.h
4693 F:      include/uapi/linux/i2c-*.h
4694
4695 I2C ACPI SUPPORT
4696 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4697 L:      linux-i2c@vger.kernel.org
4698 L:      linux-acpi@vger.kernel.org
4699 S:      Maintained
4700
4701 I2C-TAOS-EVM DRIVER
4702 M:      Jean Delvare <jdelvare@suse.de>
4703 L:      linux-i2c@vger.kernel.org
4704 S:      Maintained
4705 F:      Documentation/i2c/busses/i2c-taos-evm
4706 F:      drivers/i2c/busses/i2c-taos-evm.c
4707
4708 I2C-TINY-USB DRIVER
4709 M:      Till Harbaum <till@harbaum.org>
4710 L:      linux-i2c@vger.kernel.org
4711 W:      http://www.harbaum.org/till/i2c_tiny_usb
4712 S:      Maintained
4713 F:      drivers/i2c/busses/i2c-tiny-usb.c
4714
4715 i386 BOOT CODE
4716 M:      "H. Peter Anvin" <hpa@zytor.com>
4717 S:      Maintained
4718 F:      arch/x86/boot/
4719
4720 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4721 M:      "H. Peter Anvin" <hpa@zytor.com>
4722 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4723 S:      Maintained
4724
4725 IA64 (Itanium) PLATFORM
4726 M:      Tony Luck <tony.luck@intel.com>
4727 M:      Fenghua Yu <fenghua.yu@intel.com>
4728 L:      linux-ia64@vger.kernel.org
4729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4730 S:      Maintained
4731 F:      arch/ia64/
4732
4733 IBM Power in-Nest Crypto Acceleration
4734 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4735 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4736 L:      linux-crypto@vger.kernel.org
4737 S:      Supported
4738 F:      drivers/crypto/nx/
4739
4740 IBM Power 842 compression accelerator
4741 M:      Dan Streetman <ddstreet@us.ibm.com>
4742 S:      Supported
4743 F:      drivers/crypto/nx/nx-842.c
4744 F:      include/linux/nx842.h
4745
4746 IBM Power Linux RAID adapter
4747 M:      Brian King <brking@us.ibm.com>
4748 S:      Supported
4749 F:      drivers/scsi/ipr.*
4750
4751 IBM Power Virtual Ethernet Device Driver
4752 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4753 L:      netdev@vger.kernel.org
4754 S:      Supported
4755 F:      drivers/net/ethernet/ibm/ibmveth.*
4756
4757 IBM Power Virtual SCSI Device Drivers
4758 M:      Nathan Fontenot <nfont@linux.vnet.ibm.com>
4759 L:      linux-scsi@vger.kernel.org
4760 S:      Supported
4761 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4762 F:      drivers/scsi/ibmvscsi/viosrp.h
4763
4764 IBM Power Virtual FC Device Drivers
4765 M:      Brian King <brking@linux.vnet.ibm.com>
4766 L:      linux-scsi@vger.kernel.org
4767 S:      Supported
4768 F:      drivers/scsi/ibmvscsi/ibmvfc*
4769
4770 IBM ServeRAID RAID DRIVER
4771 S:      Orphan
4772 F:      drivers/scsi/ips.*
4773
4774 ICH LPC AND GPIO DRIVER
4775 M:      Peter Tyser <ptyser@xes-inc.com>
4776 S:      Maintained
4777 F:      drivers/mfd/lpc_ich.c
4778 F:      drivers/gpio/gpio-ich.c
4779
4780 IDE SUBSYSTEM
4781 M:      "David S. Miller" <davem@davemloft.net>
4782 L:      linux-ide@vger.kernel.org
4783 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4785 S:      Maintained
4786 F:      Documentation/ide/
4787 F:      drivers/ide/
4788 F:      include/linux/ide.h
4789
4790 IDEAPAD LAPTOP EXTRAS DRIVER
4791 M:      Ike Panhc <ike.pan@canonical.com>
4792 L:      platform-driver-x86@vger.kernel.org
4793 W:      http://launchpad.net/ideapad-laptop
4794 S:      Maintained
4795 F:      drivers/platform/x86/ideapad-laptop.c
4796
4797 IDEAPAD LAPTOP SLIDEBAR DRIVER
4798 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4799 L:      linux-input@vger.kernel.org
4800 W:      https://github.com/o2genum/ideapad-slidebar
4801 S:      Maintained
4802 F:      drivers/input/misc/ideapad_slidebar.c
4803
4804 IDE/ATAPI DRIVERS
4805 M:      Borislav Petkov <bp@alien8.de>
4806 L:      linux-ide@vger.kernel.org
4807 S:      Maintained
4808 F:      Documentation/cdrom/ide-cd
4809 F:      drivers/ide/ide-cd*
4810
4811 IDLE-I7300
4812 M:      Andy Henroid <andrew.d.henroid@intel.com>
4813 L:      linux-pm@vger.kernel.org
4814 S:      Supported
4815 F:      drivers/idle/i7300_idle.c
4816
4817 IEEE 802.15.4 SUBSYSTEM
4818 M:      Alexander Aring <alex.aring@gmail.com>
4819 L:      linux-wpan@vger.kernel.org
4820 W:      https://github.com/linux-wpan
4821 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4822 S:      Maintained
4823 F:      net/ieee802154/
4824 F:      net/mac802154/
4825 F:      drivers/net/ieee802154/
4826 F:      include/linux/nl802154.h
4827 F:      include/linux/ieee802154.h
4828 F:      include/net/nl802154.h
4829 F:      include/net/mac802154.h
4830 F:      include/net/af_ieee802154.h
4831 F:      include/net/cfg802154.h
4832 F:      include/net/ieee802154_netdev.h
4833 F:      Documentation/networking/ieee802154.txt
4834
4835 IGORPLUG-USB IR RECEIVER
4836 M:      Sean Young <sean@mess.org>
4837 L:      linux-media@vger.kernel.org
4838 S:      Maintained
4839 F:      drivers/media/rc/igorplugusb.c
4840
4841 IGUANAWORKS USB IR TRANSCEIVER
4842 M:      Sean Young <sean@mess.org>
4843 L:      linux-media@vger.kernel.org
4844 S:      Maintained
4845 F:      drivers/media/rc/iguanair.c
4846
4847 IIO SUBSYSTEM AND DRIVERS
4848 M:      Jonathan Cameron <jic23@kernel.org>
4849 R:      Hartmut Knaack <knaack.h@gmx.de>
4850 R:      Lars-Peter Clausen <lars@metafoo.de>
4851 R:      Peter Meerwald <pmeerw@pmeerw.net>
4852 L:      linux-iio@vger.kernel.org
4853 S:      Maintained
4854 F:      drivers/iio/
4855 F:      drivers/staging/iio/
4856 F:      include/linux/iio/
4857
4858 IKANOS/ADI EAGLE ADSL USB DRIVER
4859 M:      Matthieu Castet <castet.matthieu@free.fr>
4860 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4861 S:      Maintained
4862 F:      drivers/usb/atm/ueagle-atm.c
4863
4864 INA209 HARDWARE MONITOR DRIVER
4865 M:      Guenter Roeck <linux@roeck-us.net>
4866 L:      lm-sensors@lm-sensors.org
4867 S:      Maintained
4868 F:      Documentation/hwmon/ina209
4869 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4870 F:      drivers/hwmon/ina209.c
4871
4872 INA2XX HARDWARE MONITOR DRIVER
4873 M:      Guenter Roeck <linux@roeck-us.net>
4874 L:      lm-sensors@lm-sensors.org
4875 S:      Maintained
4876 F:      Documentation/hwmon/ina2xx
4877 F:      drivers/hwmon/ina2xx.c
4878 F:      include/linux/platform_data/ina2xx.h
4879
4880 INDUSTRY PACK SUBSYSTEM (IPACK)
4881 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4882 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4883 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4884 L:      industrypack-devel@lists.sourceforge.net
4885 W:      http://industrypack.sourceforge.net
4886 S:      Maintained
4887 F:      drivers/ipack/
4888
4889 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4890 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4891 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4892 L:      linux-ima-devel@lists.sourceforge.net
4893 L:      linux-ima-user@lists.sourceforge.net
4894 L:      linux-security-module@vger.kernel.org
4895 S:      Supported
4896 F:      security/integrity/ima/
4897
4898 IMGTEC IR DECODER DRIVER
4899 M:      James Hogan <james.hogan@imgtec.com>
4900 S:      Maintained
4901 F:      drivers/media/rc/img-ir/
4902
4903 IMS TWINTURBO FRAMEBUFFER DRIVER
4904 L:      linux-fbdev@vger.kernel.org
4905 S:      Orphan
4906 F:      drivers/video/fbdev/imsttfb.c
4907
4908 INFINIBAND SUBSYSTEM
4909 M:      Roland Dreier <roland@kernel.org>
4910 M:      Sean Hefty <sean.hefty@intel.com>
4911 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4912 L:      linux-rdma@vger.kernel.org
4913 W:      http://www.openfabrics.org/
4914 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4915 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4916 S:      Supported
4917 F:      Documentation/infiniband/
4918 F:      drivers/infiniband/
4919 F:      include/uapi/linux/if_infiniband.h
4920
4921 INOTIFY
4922 M:      John McCutchan <john@johnmccutchan.com>
4923 M:      Robert Love <rlove@rlove.org>
4924 M:      Eric Paris <eparis@parisplace.org>
4925 S:      Maintained
4926 F:      Documentation/filesystems/inotify.txt
4927 F:      fs/notify/inotify/
4928 F:      include/linux/inotify.h
4929 F:      include/uapi/linux/inotify.h
4930
4931 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4932 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4933 M:      Dmitry Torokhov <dtor@mail.ru>
4934 L:      linux-input@vger.kernel.org
4935 Q:      http://patchwork.kernel.org/project/linux-input/list/
4936 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4937 S:      Maintained
4938 F:      drivers/input/
4939 F:      include/linux/input.h
4940 F:      include/uapi/linux/input.h
4941 F:      include/linux/input/
4942
4943 INPUT MULTITOUCH (MT) PROTOCOL
4944 M:      Henrik Rydberg <rydberg@bitmath.org>
4945 L:      linux-input@vger.kernel.org
4946 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4947 S:      Odd fixes
4948 F:      Documentation/input/multi-touch-protocol.txt
4949 F:      drivers/input/input-mt.c
4950 K:      \b(ABS|SYN)_MT_
4951
4952 INTEL C600 SERIES SAS CONTROLLER DRIVER
4953 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4954 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4955 M:      Dave Jiang <dave.jiang@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 LIBLOCKDEP
5707 M:      Sasha Levin <sasha.levin@oracle.com>
5708 S:      Maintained
5709 F:      tools/lib/lockdep/
5710
5711 LINUX FOR IBM pSERIES (RS/6000)
5712 M:      Paul Mackerras <paulus@au.ibm.com>
5713 W:      http://www.ibm.com/linux/ltc/projects/ppc
5714 S:      Supported
5715 F:      arch/powerpc/boot/rs6000.h
5716
5717 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5718 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5719 M:      Paul Mackerras <paulus@samba.org>
5720 M:      Michael Ellerman <mpe@ellerman.id.au>
5721 W:      http://www.penguinppc.org/
5722 L:      linuxppc-dev@lists.ozlabs.org
5723 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5725 S:      Supported
5726 F:      Documentation/powerpc/
5727 F:      arch/powerpc/
5728
5729 LINUX FOR POWER MACINTOSH
5730 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5731 W:      http://www.penguinppc.org/
5732 L:      linuxppc-dev@lists.ozlabs.org
5733 S:      Maintained
5734 F:      arch/powerpc/platforms/powermac/
5735 F:      drivers/macintosh/
5736
5737 LINUX FOR POWERPC EMBEDDED MPC5XXX
5738 M:      Anatolij Gustschin <agust@denx.de>
5739 L:      linuxppc-dev@lists.ozlabs.org
5740 T:      git git://git.denx.de/linux-denx-agust.git
5741 S:      Maintained
5742 F:      arch/powerpc/platforms/512x/
5743 F:      arch/powerpc/platforms/52xx/
5744
5745 LINUX FOR POWERPC EMBEDDED PPC4XX
5746 M:  Alistair Popple <alistair@popple.id.au>
5747 M:      Matt Porter <mporter@kernel.crashing.org>
5748 W:      http://www.penguinppc.org/
5749 L:      linuxppc-dev@lists.ozlabs.org
5750 S:      Maintained
5751 F:      arch/powerpc/platforms/40x/
5752 F:      arch/powerpc/platforms/44x/
5753
5754 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5755 L:      linuxppc-dev@lists.ozlabs.org
5756 S:      Orphan
5757 F:      arch/powerpc/*/*virtex*
5758 F:      arch/powerpc/*/*/*virtex*
5759
5760 LINUX FOR POWERPC EMBEDDED PPC8XX
5761 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5762 W:      http://www.penguinppc.org/
5763 L:      linuxppc-dev@lists.ozlabs.org
5764 S:      Maintained
5765 F:      arch/powerpc/platforms/8xx/
5766
5767 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5768 M:      Scott Wood <scottwood@freescale.com>
5769 M:      Kumar Gala <galak@kernel.crashing.org>
5770 W:      http://www.penguinppc.org/
5771 L:      linuxppc-dev@lists.ozlabs.org
5772 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5773 S:      Maintained
5774 F:      arch/powerpc/platforms/83xx/
5775 F:      arch/powerpc/platforms/85xx/
5776
5777 LINUX FOR POWERPC PA SEMI PWRFICIENT
5778 M:      Olof Johansson <olof@lixom.net>
5779 L:      linuxppc-dev@lists.ozlabs.org
5780 S:      Maintained
5781 F:      arch/powerpc/platforms/pasemi/
5782 F:      drivers/*/*pasemi*
5783 F:      drivers/*/*/*pasemi*
5784
5785 LINUX SECURITY MODULE (LSM) FRAMEWORK
5786 M:      Chris Wright <chrisw@sous-sol.org>
5787 L:      linux-security-module@vger.kernel.org
5788 S:      Supported
5789
5790 LIS3LV02D ACCELEROMETER DRIVER
5791 M:      Eric Piel <eric.piel@tremplin-utc.net>
5792 S:      Maintained
5793 F:      Documentation/misc-devices/lis3lv02d
5794 F:      drivers/misc/lis3lv02d/
5795 F:      drivers/platform/x86/hp_accel.c
5796
5797 LLC (802.2)
5798 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5799 S:      Maintained
5800 F:      include/linux/llc.h
5801 F:      include/uapi/linux/llc.h
5802 F:      include/net/llc*
5803 F:      net/llc/
5804
5805 LM73 HARDWARE MONITOR DRIVER
5806 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5807 L:      lm-sensors@lm-sensors.org
5808 S:      Maintained
5809 F:      drivers/hwmon/lm73.c
5810
5811 LM78 HARDWARE MONITOR DRIVER
5812 M:      Jean Delvare <jdelvare@suse.de>
5813 L:      lm-sensors@lm-sensors.org
5814 S:      Maintained
5815 F:      Documentation/hwmon/lm78
5816 F:      drivers/hwmon/lm78.c
5817
5818 LM83 HARDWARE MONITOR DRIVER
5819 M:      Jean Delvare <jdelvare@suse.de>
5820 L:      lm-sensors@lm-sensors.org
5821 S:      Maintained
5822 F:      Documentation/hwmon/lm83
5823 F:      drivers/hwmon/lm83.c
5824
5825 LM90 HARDWARE MONITOR DRIVER
5826 M:      Jean Delvare <jdelvare@suse.de>
5827 L:      lm-sensors@lm-sensors.org
5828 S:      Maintained
5829 F:      Documentation/hwmon/lm90
5830 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5831 F:      drivers/hwmon/lm90.c
5832
5833 LM95234 HARDWARE MONITOR DRIVER
5834 M:      Guenter Roeck <linux@roeck-us.net>
5835 L:      lm-sensors@lm-sensors.org
5836 S:      Maintained
5837 F:      Documentation/hwmon/lm95234
5838 F:      drivers/hwmon/lm95234.c
5839
5840 LME2510 MEDIA DRIVER
5841 M:      Malcolm Priestley <tvboxspy@gmail.com>
5842 L:      linux-media@vger.kernel.org
5843 W:      http://linuxtv.org/
5844 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5845 S:      Maintained
5846 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5847
5848 LOCKDEP AND LOCKSTAT
5849 M:      Peter Zijlstra <peterz@infradead.org>
5850 M:      Ingo Molnar <mingo@redhat.com>
5851 L:      linux-kernel@vger.kernel.org
5852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5853 S:      Maintained
5854 F:      Documentation/locking/lockdep*.txt
5855 F:      Documentation/locking/lockstat.txt
5856 F:      include/linux/lockdep.h
5857 F:      kernel/locking/
5858
5859 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5860 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5861 L:      linux-ntfs-dev@lists.sourceforge.net
5862 W:      http://www.linux-ntfs.org/content/view/19/37/
5863 S:      Maintained
5864 F:      Documentation/ldm.txt
5865 F:      block/partitions/ldm.*
5866
5867 LogFS
5868 M:      Joern Engel <joern@logfs.org>
5869 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5870 L:      logfs@logfs.org
5871 W:      logfs.org
5872 S:      Maintained
5873 F:      fs/logfs/
5874
5875 LPC32XX MACHINE SUPPORT
5876 M:      Roland Stigge <stigge@antcom.de>
5877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5878 S:      Maintained
5879 F:      arch/arm/mach-lpc32xx/
5880
5881 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5882 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5883 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5884 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5885 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5886 L:      MPT-FusionLinux.pdl@avagotech.com
5887 L:      linux-scsi@vger.kernel.org
5888 W:      http://www.lsilogic.com/support
5889 S:      Supported
5890 F:      drivers/message/fusion/
5891 F:      drivers/scsi/mpt2sas/
5892 F:      drivers/scsi/mpt3sas/
5893
5894 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5895 M:      Matthew Wilcox <matthew@wil.cx>
5896 L:      linux-scsi@vger.kernel.org
5897 S:      Maintained
5898 F:      drivers/scsi/sym53c8xx_2/
5899
5900 LTC4261 HARDWARE MONITOR DRIVER
5901 M:      Guenter Roeck <linux@roeck-us.net>
5902 L:      lm-sensors@lm-sensors.org
5903 S:      Maintained
5904 F:      Documentation/hwmon/ltc4261
5905 F:      drivers/hwmon/ltc4261.c
5906
5907 LTP (Linux Test Project)
5908 M:      Mike Frysinger <vapier@gentoo.org>
5909 M:      Cyril Hrubis <chrubis@suse.cz>
5910 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5911 M:      Jan Stancek <jstancek@redhat.com>
5912 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5913 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
5914 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5915 W:      http://linux-test-project.github.io/
5916 T:      git git://github.com/linux-test-project/ltp.git
5917 S:      Maintained
5918
5919 M32R ARCHITECTURE
5920 W:      http://www.linux-m32r.org/
5921 S:      Orphan
5922 F:      arch/m32r/
5923
5924 M68K ARCHITECTURE
5925 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5926 L:      linux-m68k@lists.linux-m68k.org
5927 W:      http://www.linux-m68k.org/
5928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5929 S:      Maintained
5930 F:      arch/m68k/
5931 F:      drivers/zorro/
5932
5933 M68K ON APPLE MACINTOSH
5934 M:      Joshua Thompson <funaho@jurai.org>
5935 W:      http://www.mac.linux-m68k.org/
5936 L:      linux-m68k@lists.linux-m68k.org
5937 S:      Maintained
5938 F:      arch/m68k/mac/
5939
5940 M68K ON HP9000/300
5941 M:      Philip Blundell <philb@gnu.org>
5942 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5943 S:      Maintained
5944 F:      arch/m68k/hp300/
5945
5946 M88DS3103 MEDIA DRIVER
5947 M:      Antti Palosaari <crope@iki.fi>
5948 L:      linux-media@vger.kernel.org
5949 W:      http://linuxtv.org/
5950 W:      http://palosaari.fi/linux/
5951 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5952 T:      git git://linuxtv.org/anttip/media_tree.git
5953 S:      Maintained
5954 F:      drivers/media/dvb-frontends/m88ds3103*
5955
5956 M88RS2000 MEDIA DRIVER
5957 M:      Malcolm Priestley <tvboxspy@gmail.com>
5958 L:      linux-media@vger.kernel.org
5959 W:      http://linuxtv.org/
5960 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5961 S:      Maintained
5962 F:      drivers/media/dvb-frontends/m88rs2000*
5963
5964 M88TS2022 MEDIA DRIVER
5965 M:      Antti Palosaari <crope@iki.fi>
5966 L:      linux-media@vger.kernel.org
5967 W:      http://linuxtv.org/
5968 W:      http://palosaari.fi/linux/
5969 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5970 T:      git git://linuxtv.org/anttip/media_tree.git
5971 S:      Maintained
5972 F:      drivers/media/tuners/m88ts2022*
5973
5974 MA901 MASTERKIT USB FM RADIO DRIVER
5975 M:      Alexey Klimov <klimov.linux@gmail.com>
5976 L:      linux-media@vger.kernel.org
5977 T:      git git://linuxtv.org/media_tree.git
5978 S:      Maintained
5979 F:      drivers/media/radio/radio-ma901.c
5980
5981 MAC80211
5982 M:      Johannes Berg <johannes@sipsolutions.net>
5983 L:      linux-wireless@vger.kernel.org
5984 W:      http://wireless.kernel.org/
5985 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5987 S:      Maintained
5988 F:      Documentation/networking/mac80211-injection.txt
5989 F:      include/net/mac80211.h
5990 F:      net/mac80211/
5991
5992 MACVLAN DRIVER
5993 M:      Patrick McHardy <kaber@trash.net>
5994 L:      netdev@vger.kernel.org
5995 S:      Maintained
5996 F:      drivers/net/macvlan.c
5997 F:      include/linux/if_macvlan.h
5998
5999 MAILBOX API
6000 M:      Jassi Brar <jassisinghbrar@gmail.com>
6001 L:      linux-kernel@vger.kernel.org
6002 S:      Maintained
6003 F:      drivers/mailbox/
6004 F:      include/linux/mailbox_client.h
6005 F:      include/linux/mailbox_controller.h
6006
6007 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6008 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6009 W:      http://www.kernel.org/doc/man-pages
6010 L:      linux-man@vger.kernel.org
6011 S:      Maintained
6012
6013 MARVELL ARMADA DRM SUPPORT
6014 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6015 S:      Maintained
6016 F:      drivers/gpu/drm/armada/
6017
6018 MARVELL 88E6352 DSA support
6019 M:      Guenter Roeck <linux@roeck-us.net>
6020 S:      Maintained
6021 F:      drivers/net/dsa/mv88e6352.c
6022
6023 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6024 M:      Mirko Lindner <mlindner@marvell.com>
6025 M:      Stephen Hemminger <stephen@networkplumber.org>
6026 L:      netdev@vger.kernel.org
6027 S:      Maintained
6028 F:      drivers/net/ethernet/marvell/sk*
6029
6030 MARVELL LIBERTAS WIRELESS DRIVER
6031 L:      libertas-dev@lists.infradead.org
6032 S:      Orphan
6033 F:      drivers/net/wireless/libertas/
6034
6035 MARVELL MV643XX ETHERNET DRIVER
6036 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6037 L:      netdev@vger.kernel.org
6038 S:      Maintained
6039 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6040 F:      include/linux/mv643xx.h
6041
6042 MARVELL MVNETA ETHERNET DRIVER
6043 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6044 L:      netdev@vger.kernel.org
6045 S:      Maintained
6046 F:      drivers/net/ethernet/marvell/mvneta.*
6047
6048 MARVELL MWIFIEX WIRELESS DRIVER
6049 M:      Amitkumar Karwar <akarwar@marvell.com>
6050 M:      Avinash Patil <patila@marvell.com>
6051 L:      linux-wireless@vger.kernel.org
6052 S:      Maintained
6053 F:      drivers/net/wireless/mwifiex/
6054
6055 MARVELL MWL8K WIRELESS DRIVER
6056 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6057 L:      linux-wireless@vger.kernel.org
6058 S:      Odd Fixes
6059 F:      drivers/net/wireless/mwl8k.c
6060
6061 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6062 M:      Nicolas Pitre <nico@fluxnic.net>
6063 S:      Odd Fixes
6064 F:      drivers/mmc/host/mvsdio.*
6065
6066 MATROX FRAMEBUFFER DRIVER
6067 L:      linux-fbdev@vger.kernel.org
6068 S:      Orphan
6069 F:      drivers/video/fbdev/matrox/matroxfb_*
6070 F:      include/uapi/linux/matroxfb.h
6071
6072 MAX16065 HARDWARE MONITOR DRIVER
6073 M:      Guenter Roeck <linux@roeck-us.net>
6074 L:      lm-sensors@lm-sensors.org
6075 S:      Maintained
6076 F:      Documentation/hwmon/max16065
6077 F:      drivers/hwmon/max16065.c
6078
6079 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6080 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6081 L:      lm-sensors@lm-sensors.org
6082 S:      Maintained
6083 F:      Documentation/hwmon/max6650
6084 F:      drivers/hwmon/max6650.c
6085
6086 MAX6697 HARDWARE MONITOR DRIVER
6087 M:      Guenter Roeck <linux@roeck-us.net>
6088 L:      lm-sensors@lm-sensors.org
6089 S:      Maintained
6090 F:      Documentation/hwmon/max6697
6091 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6092 F:      drivers/hwmon/max6697.c
6093 F:      include/linux/platform_data/max6697.h
6094
6095 MAXIRADIO FM RADIO RECEIVER DRIVER
6096 M:      Hans Verkuil <hverkuil@xs4all.nl>
6097 L:      linux-media@vger.kernel.org
6098 T:      git git://linuxtv.org/media_tree.git
6099 W:      http://linuxtv.org
6100 S:      Maintained
6101 F:      drivers/media/radio/radio-maxiradio*
6102
6103 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6104 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6105 P:      LinuxTV.org Project
6106 L:      linux-media@vger.kernel.org
6107 W:      http://linuxtv.org
6108 Q:      http://patchwork.kernel.org/project/linux-media/list/
6109 T:      git git://linuxtv.org/media_tree.git
6110 S:      Maintained
6111 F:      Documentation/dvb/
6112 F:      Documentation/video4linux/
6113 F:      Documentation/DocBook/media/
6114 F:      drivers/media/
6115 F:      drivers/staging/media/
6116 F:      include/media/
6117 F:      include/uapi/linux/dvb/
6118 F:      include/uapi/linux/videodev2.h
6119 F:      include/uapi/linux/media.h
6120 F:      include/uapi/linux/v4l2-*
6121 F:      include/uapi/linux/meye.h
6122 F:      include/uapi/linux/ivtv*
6123 F:      include/uapi/linux/uvcvideo.h
6124
6125 MEDIAVISION PRO MOVIE STUDIO DRIVER
6126 M:      Hans Verkuil <hverkuil@xs4all.nl>
6127 L:      linux-media@vger.kernel.org
6128 T:      git git://linuxtv.org/media_tree.git
6129 W:      http://linuxtv.org
6130 S:      Odd Fixes
6131 F:      drivers/media/parport/pms*
6132
6133 MEGARAID SCSI/SAS DRIVERS
6134 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6135 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6136 M:      Uday Lingala <uday.lingala@avagotech.com>
6137 L:      megaraidlinux.pdl@avagotech.com
6138 L:      linux-scsi@vger.kernel.org
6139 W:      http://www.lsi.com
6140 S:      Maintained
6141 F:      Documentation/scsi/megaraid.txt
6142 F:      drivers/scsi/megaraid.*
6143 F:      drivers/scsi/megaraid/
6144
6145 MELLANOX ETHERNET DRIVER (mlx4_en)
6146 M:      Amir Vadai <amirv@mellanox.com>
6147 L:      netdev@vger.kernel.org
6148 S:      Supported
6149 W:      http://www.mellanox.com
6150 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6151 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6152
6153 MEMORY MANAGEMENT
6154 L:      linux-mm@kvack.org
6155 W:      http://www.linux-mm.org
6156 S:      Maintained
6157 F:      include/linux/mm.h
6158 F:      include/linux/gfp.h
6159 F:      include/linux/mmzone.h
6160 F:      include/linux/memory_hotplug.h
6161 F:      include/linux/vmalloc.h
6162 F:      mm/
6163
6164 MEMORY TECHNOLOGY DEVICES (MTD)
6165 M:      David Woodhouse <dwmw2@infradead.org>
6166 M:      Brian Norris <computersforpeace@gmail.com>
6167 L:      linux-mtd@lists.infradead.org
6168 W:      http://www.linux-mtd.infradead.org/
6169 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6170 T:      git git://git.infradead.org/linux-mtd.git
6171 T:      git git://git.infradead.org/l2-mtd.git
6172 S:      Maintained
6173 F:      drivers/mtd/
6174 F:      include/linux/mtd/
6175 F:      include/uapi/mtd/
6176
6177 MEN A21 WATCHDOG DRIVER
6178 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6179 L:      linux-watchdog@vger.kernel.org
6180 S:      Supported
6181 F:      drivers/watchdog/mena21_wdt.c
6182
6183 MEN CHAMELEON BUS (mcb)
6184 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6185 S:      Supported
6186 F:      drivers/mcb/
6187 F:      include/linux/mcb.h
6188
6189 MEN F21BMC (Board Management Controller)
6190 M:      Andreas Werner <andreas.werner@men.de>
6191 S:      Supported
6192 F:      drivers/mfd/menf21bmc.c
6193 F:      drivers/watchdog/menf21bmc_wdt.c
6194 F:      drivers/leds/leds-menf21bmc.c
6195 F:      drivers/hwmon/menf21bmc_hwmon.c
6196 F:      Documentation/hwmon/menf21bmc
6197
6198 METAG ARCHITECTURE
6199 M:      James Hogan <james.hogan@imgtec.com>
6200 L:      linux-metag@vger.kernel.org
6201 S:      Supported
6202 F:      arch/metag/
6203 F:      Documentation/metag/
6204 F:      Documentation/devicetree/bindings/metag/
6205 F:      drivers/clocksource/metag_generic.c
6206 F:      drivers/irqchip/irq-metag.c
6207 F:      drivers/irqchip/irq-metag-ext.c
6208 F:      drivers/tty/metag_da.c
6209
6210 MICROBLAZE ARCHITECTURE
6211 M:      Michal Simek <monstr@monstr.eu>
6212 W:      http://www.monstr.eu/fdt/
6213 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6214 S:      Supported
6215 F:      arch/microblaze/
6216
6217 MICROTEK X6 SCANNER
6218 M:      Oliver Neukum <oliver@neukum.org>
6219 S:      Maintained
6220 F:      drivers/usb/image/microtek.*
6221
6222 MIPS
6223 M:      Ralf Baechle <ralf@linux-mips.org>
6224 L:      linux-mips@linux-mips.org
6225 W:      http://www.linux-mips.org/
6226 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6227 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6228 S:      Supported
6229 F:      Documentation/mips/
6230 F:      arch/mips/
6231
6232 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6233 M:      Hans Verkuil <hverkuil@xs4all.nl>
6234 L:      linux-media@vger.kernel.org
6235 T:      git git://linuxtv.org/media_tree.git
6236 W:      http://linuxtv.org
6237 S:      Odd Fixes
6238 F:      drivers/media/radio/radio-miropcm20*
6239
6240 Mellanox MLX5 core VPI driver
6241 M:      Eli Cohen <eli@mellanox.com>
6242 L:      netdev@vger.kernel.org
6243 L:      linux-rdma@vger.kernel.org
6244 W:      http://www.mellanox.com
6245 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6246 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6247 T:      git git://openfabrics.org/~eli/connect-ib.git
6248 S:      Supported
6249 F:      drivers/net/ethernet/mellanox/mlx5/core/
6250 F:      include/linux/mlx5/
6251
6252 Mellanox MLX5 IB driver
6253 M:      Eli Cohen <eli@mellanox.com>
6254 L:      linux-rdma@vger.kernel.org
6255 W:      http://www.mellanox.com
6256 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6257 T:      git git://openfabrics.org/~eli/connect-ib.git
6258 S:      Supported
6259 F:      include/linux/mlx5/
6260 F:      drivers/infiniband/hw/mlx5/
6261
6262 MN88472 MEDIA DRIVER
6263 M:      Antti Palosaari <crope@iki.fi>
6264 L:      linux-media@vger.kernel.org
6265 W:      http://linuxtv.org/
6266 W:      http://palosaari.fi/linux/
6267 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6268 T:      git git://linuxtv.org/anttip/media_tree.git
6269 S:      Maintained
6270 F:      drivers/staging/media/mn88472/
6271 F:      drivers/media/dvb-frontends/mn88472.h
6272
6273 MN88473 MEDIA DRIVER
6274 M:      Antti Palosaari <crope@iki.fi>
6275 L:      linux-media@vger.kernel.org
6276 W:      http://linuxtv.org/
6277 W:      http://palosaari.fi/linux/
6278 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6279 T:      git git://linuxtv.org/anttip/media_tree.git
6280 S:      Maintained
6281 F:      drivers/staging/media/mn88473/
6282 F:      drivers/media/dvb-frontends/mn88473.h
6283
6284 MODULE SUPPORT
6285 M:      Rusty Russell <rusty@rustcorp.com.au>
6286 S:      Maintained
6287 F:      include/linux/module.h
6288 F:      kernel/module.c
6289
6290 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6291 W:      http://popies.net/meye/
6292 S:      Orphan
6293 F:      Documentation/video4linux/meye.txt
6294 F:      drivers/media/pci/meye/
6295 F:      include/uapi/linux/meye.h
6296
6297 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6298 M:      Jiri Slaby <jirislaby@gmail.com>
6299 S:      Maintained
6300 F:      Documentation/serial/moxa-smartio
6301 F:      drivers/tty/mxser.*
6302
6303 MR800 AVERMEDIA USB FM RADIO DRIVER
6304 M:      Alexey Klimov <klimov.linux@gmail.com>
6305 L:      linux-media@vger.kernel.org
6306 T:      git git://linuxtv.org/media_tree.git
6307 S:      Maintained
6308 F:      drivers/media/radio/radio-mr800.c
6309
6310 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6311 M:      Alan Ott <alan@signal11.us>
6312 L:      linux-wpan@vger.kernel.org
6313 S:      Maintained
6314 F:      drivers/net/ieee802154/mrf24j40.c
6315
6316 MSI LAPTOP SUPPORT
6317 M:      "Lee, Chun-Yi" <jlee@suse.com>
6318 L:      platform-driver-x86@vger.kernel.org
6319 S:      Maintained
6320 F:      drivers/platform/x86/msi-laptop.c
6321
6322 MSI WMI SUPPORT
6323 M:      Anisse Astier <anisse@astier.eu>
6324 L:      platform-driver-x86@vger.kernel.org
6325 S:      Supported
6326 F:      drivers/platform/x86/msi-wmi.c
6327
6328 MSI001 MEDIA DRIVER
6329 M:      Antti Palosaari <crope@iki.fi>
6330 L:      linux-media@vger.kernel.org
6331 W:      http://linuxtv.org/
6332 W:      http://palosaari.fi/linux/
6333 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6334 T:      git git://linuxtv.org/anttip/media_tree.git
6335 S:      Maintained
6336 F:      drivers/media/tuners/msi001*
6337
6338 MSI2500 MEDIA DRIVER
6339 M:      Antti Palosaari <crope@iki.fi>
6340 L:      linux-media@vger.kernel.org
6341 W:      http://linuxtv.org/
6342 W:      http://palosaari.fi/linux/
6343 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6344 T:      git git://linuxtv.org/anttip/media_tree.git
6345 S:      Maintained
6346 F:      drivers/media/usb/msi2500/
6347
6348 MT9M032 APTINA SENSOR DRIVER
6349 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6350 L:      linux-media@vger.kernel.org
6351 T:      git git://linuxtv.org/media_tree.git
6352 S:      Maintained
6353 F:      drivers/media/i2c/mt9m032.c
6354 F:      include/media/mt9m032.h
6355
6356 MT9P031 APTINA CAMERA SENSOR
6357 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6358 L:      linux-media@vger.kernel.org
6359 T:      git git://linuxtv.org/media_tree.git
6360 S:      Maintained
6361 F:      drivers/media/i2c/mt9p031.c
6362 F:      include/media/mt9p031.h
6363
6364 MT9T001 APTINA CAMERA SENSOR
6365 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6366 L:      linux-media@vger.kernel.org
6367 T:      git git://linuxtv.org/media_tree.git
6368 S:      Maintained
6369 F:      drivers/media/i2c/mt9t001.c
6370 F:      include/media/mt9t001.h
6371
6372 MT9V032 APTINA CAMERA SENSOR
6373 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6374 L:      linux-media@vger.kernel.org
6375 T:      git git://linuxtv.org/media_tree.git
6376 S:      Maintained
6377 F:      drivers/media/i2c/mt9v032.c
6378 F:      include/media/mt9v032.h
6379
6380 MULTIFUNCTION DEVICES (MFD)
6381 M:      Samuel Ortiz <sameo@linux.intel.com>
6382 M:      Lee Jones <lee.jones@linaro.org>
6383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6384 S:      Supported
6385 F:      drivers/mfd/
6386 F:      include/linux/mfd/
6387
6388 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6389 M:      Chris Ball <chris@printf.net>
6390 M:      Ulf Hansson <ulf.hansson@linaro.org>
6391 L:      linux-mmc@vger.kernel.org
6392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6393 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6394 S:      Maintained
6395 F:      drivers/mmc/
6396 F:      include/linux/mmc/
6397 F:      include/uapi/linux/mmc/
6398
6399 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6400 S:      Orphan
6401 F:      drivers/mmc/host/mmc_spi.c
6402 F:      include/linux/spi/mmc_spi.h
6403
6404 MULTISOUND SOUND DRIVER
6405 M:      Andrew Veliath <andrewtv@usa.net>
6406 S:      Maintained
6407 F:      Documentation/sound/oss/MultiSound
6408 F:      sound/oss/msnd*
6409
6410 MULTITECH MULTIPORT CARD (ISICOM)
6411 S:      Orphan
6412 F:      drivers/tty/isicom.c
6413 F:      include/linux/isicom.h
6414
6415 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6416 M:      Felipe Balbi <balbi@ti.com>
6417 L:      linux-usb@vger.kernel.org
6418 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6419 S:      Maintained
6420 F:      drivers/usb/musb/
6421
6422 MXL5007T MEDIA DRIVER
6423 M:      Michael Krufky <mkrufky@linuxtv.org>
6424 L:      linux-media@vger.kernel.org
6425 W:      http://linuxtv.org/
6426 W:      http://github.com/mkrufky
6427 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6428 T:      git git://linuxtv.org/mkrufky/tuners.git
6429 S:      Maintained
6430 F:      drivers/media/tuners/mxl5007t.*
6431
6432 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6433 M:      Hyong-Youb Kim <hykim@myri.com>
6434 L:      netdev@vger.kernel.org
6435 W:      https://www.myricom.com/support/downloads/myri10ge.html
6436 S:      Supported
6437 F:      drivers/net/ethernet/myricom/myri10ge/
6438
6439 NATSEMI ETHERNET DRIVER (DP8381x)
6440 S:      Orphan
6441 F:      drivers/net/ethernet/natsemi/natsemi.c
6442
6443 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6444 M:      Daniel Mack <zonque@gmail.com>
6445 S:      Maintained
6446 L:      alsa-devel@alsa-project.org
6447 W:      http://www.native-instruments.com
6448 F:      sound/usb/caiaq/
6449
6450 NCP FILESYSTEM
6451 M:      Petr Vandrovec <petr@vandrovec.name>
6452 S:      Odd Fixes
6453 F:      fs/ncpfs/
6454
6455 NCR 5380 SCSI DRIVERS
6456 M:      Finn Thain <fthain@telegraphics.com.au>
6457 M:      Michael Schmitz <schmitzmic@gmail.com>
6458 L:      linux-scsi@vger.kernel.org
6459 S:      Maintained
6460 F:      Documentation/scsi/g_NCR5380.txt
6461 F:      drivers/scsi/NCR5380.*
6462 F:      drivers/scsi/arm/cumana_1.c
6463 F:      drivers/scsi/arm/oak.c
6464 F:      drivers/scsi/atari_NCR5380.c
6465 F:      drivers/scsi/atari_scsi.*
6466 F:      drivers/scsi/dmx3191d.c
6467 F:      drivers/scsi/dtc.*
6468 F:      drivers/scsi/g_NCR5380.*
6469 F:      drivers/scsi/g_NCR5380_mmio.c
6470 F:      drivers/scsi/mac_scsi.*
6471 F:      drivers/scsi/pas16.*
6472 F:      drivers/scsi/sun3_scsi.*
6473 F:      drivers/scsi/sun3_scsi_vme.c
6474 F:      drivers/scsi/t128.*
6475
6476 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6477 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6478 L:      linux-scsi@vger.kernel.org
6479 S:      Maintained
6480 F:      drivers/scsi/NCR_D700.*
6481
6482 NCT6775 HARDWARE MONITOR DRIVER
6483 M:      Guenter Roeck <linux@roeck-us.net>
6484 L:      lm-sensors@lm-sensors.org
6485 S:      Maintained
6486 F:      Documentation/hwmon/nct6775
6487 F:      drivers/hwmon/nct6775.c
6488
6489 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6490 M:      Faisal Latif <faisal.latif@intel.com>
6491 L:      linux-rdma@vger.kernel.org
6492 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6493 S:      Supported
6494 F:      drivers/infiniband/hw/nes/
6495
6496 NETEM NETWORK EMULATOR
6497 M:      Stephen Hemminger <stephen@networkplumber.org>
6498 L:      netem@lists.linux-foundation.org
6499 S:      Maintained
6500 F:      net/sched/sch_netem.c
6501
6502 NETERION 10GbE DRIVERS (s2io/vxge)
6503 M:      Jon Mason <jdmason@kudzu.us>
6504 L:      netdev@vger.kernel.org
6505 S:      Supported
6506 F:      Documentation/networking/s2io.txt
6507 F:      Documentation/networking/vxge.txt
6508 F:      drivers/net/ethernet/neterion/
6509
6510 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6511 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6512 M:      Patrick McHardy <kaber@trash.net>
6513 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6514 L:      netfilter-devel@vger.kernel.org
6515 L:      coreteam@netfilter.org
6516 W:      http://www.netfilter.org/
6517 W:      http://www.iptables.org/
6518 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6521 S:      Supported
6522 F:      include/linux/netfilter*
6523 F:      include/linux/netfilter/
6524 F:      include/net/netfilter/
6525 F:      include/uapi/linux/netfilter*
6526 F:      include/uapi/linux/netfilter/
6527 F:      net/*/netfilter.c
6528 F:      net/*/netfilter/
6529 F:      net/netfilter/
6530
6531 NETLABEL
6532 M:      Paul Moore <paul@paul-moore.com>
6533 W:      http://netlabel.sf.net
6534 L:      netdev@vger.kernel.org
6535 S:      Maintained
6536 F:      Documentation/netlabel/
6537 F:      include/net/netlabel.h
6538 F:      net/netlabel/
6539
6540 NETROM NETWORK LAYER
6541 M:      Ralf Baechle <ralf@linux-mips.org>
6542 L:      linux-hams@vger.kernel.org
6543 W:      http://www.linux-ax25.org/
6544 S:      Maintained
6545 F:      include/net/netrom.h
6546 F:      include/uapi/linux/netrom.h
6547 F:      net/netrom/
6548
6549 NETWORK BLOCK DEVICE (NBD)
6550 M:      Paul Clements <Paul.Clements@steeleye.com>
6551 S:      Maintained
6552 L:      nbd-general@lists.sourceforge.net
6553 F:      Documentation/blockdev/nbd.txt
6554 F:      drivers/block/nbd.c
6555 F:      include/linux/nbd.h
6556 F:      include/uapi/linux/nbd.h
6557
6558 NETWORK DROP MONITOR
6559 M:      Neil Horman <nhorman@tuxdriver.com>
6560 L:      netdev@vger.kernel.org
6561 S:      Maintained
6562 W:      https://fedorahosted.org/dropwatch/
6563 F:      net/core/drop_monitor.c
6564
6565 NETWORKING [GENERAL]
6566 M:      "David S. Miller" <davem@davemloft.net>
6567 L:      netdev@vger.kernel.org
6568 W:      http://www.linuxfoundation.org/en/Net
6569 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6572 S:      Maintained
6573 F:      net/
6574 F:      include/net/
6575 F:      include/linux/in.h
6576 F:      include/linux/net.h
6577 F:      include/linux/netdevice.h
6578 F:      include/uapi/linux/in.h
6579 F:      include/uapi/linux/net.h
6580 F:      include/uapi/linux/netdevice.h
6581 F:      include/uapi/linux/net_namespace.h
6582 F:      tools/net/
6583 F:      tools/testing/selftests/net/
6584 F:      lib/random32.c
6585 F:      lib/test_bpf.c
6586
6587 NETWORKING [IPv4/IPv6]
6588 M:      "David S. Miller" <davem@davemloft.net>
6589 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6590 M:      James Morris <jmorris@namei.org>
6591 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6592 M:      Patrick McHardy <kaber@trash.net>
6593 L:      netdev@vger.kernel.org
6594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6595 S:      Maintained
6596 F:      net/ipv4/
6597 F:      net/ipv6/
6598 F:      include/net/ip*
6599 F:      arch/x86/net/*
6600
6601 NETWORKING [IPSEC]
6602 M:      Steffen Klassert <steffen.klassert@secunet.com>
6603 M:      Herbert Xu <herbert@gondor.apana.org.au>
6604 M:      "David S. Miller" <davem@davemloft.net>
6605 L:      netdev@vger.kernel.org
6606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6607 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6608 S:      Maintained
6609 F:      net/core/flow.c
6610 F:      net/xfrm/
6611 F:      net/key/
6612 F:      net/ipv4/xfrm*
6613 F:      net/ipv4/esp4.c
6614 F:      net/ipv4/ah4.c
6615 F:      net/ipv4/ipcomp.c
6616 F:      net/ipv4/ip_vti.c
6617 F:      net/ipv6/xfrm*
6618 F:      net/ipv6/esp6.c
6619 F:      net/ipv6/ah6.c
6620 F:      net/ipv6/ipcomp6.c
6621 F:      net/ipv6/ip6_vti.c
6622 F:      include/uapi/linux/xfrm.h
6623 F:      include/net/xfrm.h
6624
6625 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6626 M:      Paul Moore <paul@paul-moore.com>
6627 L:      netdev@vger.kernel.org
6628 S:      Maintained
6629
6630 NETWORKING [WIRELESS]
6631 L:      linux-wireless@vger.kernel.org
6632 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6633
6634 NETWORKING DRIVERS
6635 L:      netdev@vger.kernel.org
6636 W:      http://www.linuxfoundation.org/en/Net
6637 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6640 S:      Odd Fixes
6641 F:      drivers/net/
6642 F:      include/linux/if_*
6643 F:      include/linux/netdevice.h
6644 F:      include/linux/arcdevice.h
6645 F:      include/linux/etherdevice.h
6646 F:      include/linux/fcdevice.h
6647 F:      include/linux/fddidevice.h
6648 F:      include/linux/hippidevice.h
6649 F:      include/linux/inetdevice.h
6650 F:      include/uapi/linux/if_*
6651 F:      include/uapi/linux/netdevice.h
6652
6653 NETWORKING DRIVERS (WIRELESS)
6654 M:      Kalle Valo <kvalo@codeaurora.org>
6655 L:      linux-wireless@vger.kernel.org
6656 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6657 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6658 S:      Maintained
6659 F:      drivers/net/wireless/
6660
6661 NETXEN (1/10) GbE SUPPORT
6662 M:      Manish Chopra <manish.chopra@qlogic.com>
6663 M:      Sony Chacko <sony.chacko@qlogic.com>
6664 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6665 L:      netdev@vger.kernel.org
6666 W:      http://www.qlogic.com
6667 S:      Supported
6668 F:      drivers/net/ethernet/qlogic/netxen/
6669
6670 NFC SUBSYSTEM
6671 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6672 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6673 M:      Samuel Ortiz <sameo@linux.intel.com>
6674 L:      linux-wireless@vger.kernel.org
6675 L:      linux-nfc@lists.01.org (subscribers-only)
6676 S:      Supported
6677 F:      net/nfc/
6678 F:      include/net/nfc/
6679 F:      include/uapi/linux/nfc.h
6680 F:      drivers/nfc/
6681 F:      include/linux/platform_data/pn544.h
6682 F:      Documentation/devicetree/bindings/net/nfc/
6683
6684 NFS, SUNRPC, AND LOCKD CLIENTS
6685 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6686 L:      linux-nfs@vger.kernel.org
6687 W:      http://client.linux-nfs.org
6688 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6689 S:      Maintained
6690 F:      fs/lockd/
6691 F:      fs/nfs/
6692 F:      fs/nfs_common/
6693 F:      net/sunrpc/
6694 F:      include/linux/lockd/
6695 F:      include/linux/nfs*
6696 F:      include/linux/sunrpc/
6697 F:      include/uapi/linux/nfs*
6698 F:      include/uapi/linux/sunrpc/
6699
6700 NILFS2 FILESYSTEM
6701 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6702 L:      linux-nilfs@vger.kernel.org
6703 W:      http://nilfs.sourceforge.net/
6704 T:      git git://github.com/konis/nilfs2.git
6705 S:      Supported
6706 F:      Documentation/filesystems/nilfs2.txt
6707 F:      fs/nilfs2/
6708 F:      include/linux/nilfs2_fs.h
6709
6710 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6711 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6712 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6713 S:      Maintained
6714 F:      Documentation/scsi/NinjaSCSI.txt
6715 F:      drivers/scsi/pcmcia/nsp_*
6716
6717 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6718 M:      GOTO Masanori <gotom@debian.or.jp>
6719 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6720 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6721 S:      Maintained
6722 F:      Documentation/scsi/NinjaSCSI.txt
6723 F:      drivers/scsi/nsp32*
6724
6725 NIOS2 ARCHITECTURE
6726 M:      Ley Foon Tan <lftan@altera.com>
6727 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6728 T:      git git://git.rocketboards.org/linux-socfpga.git
6729 S:      Maintained
6730 F:      arch/nios2/
6731
6732 NTB DRIVER
6733 M:      Jon Mason <jdmason@kudzu.us>
6734 M:      Dave Jiang <dave.jiang@intel.com>
6735 S:      Supported
6736 W:      https://github.com/jonmason/ntb/wiki
6737 T:      git git://github.com/jonmason/ntb.git
6738 F:      drivers/ntb/
6739 F:      drivers/net/ntb_netdev.c
6740 F:      include/linux/ntb.h
6741
6742 NTFS FILESYSTEM
6743 M:      Anton Altaparmakov <anton@tuxera.com>
6744 L:      linux-ntfs-dev@lists.sourceforge.net
6745 W:      http://www.tuxera.com/
6746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6747 S:      Supported
6748 F:      Documentation/filesystems/ntfs.txt
6749 F:      fs/ntfs/
6750
6751 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6752 M:      Antonino Daplas <adaplas@gmail.com>
6753 L:      linux-fbdev@vger.kernel.org
6754 S:      Maintained
6755 F:      drivers/video/fbdev/riva/
6756 F:      drivers/video/fbdev/nvidia/
6757
6758 NVM EXPRESS DRIVER
6759 M:      Matthew Wilcox <willy@linux.intel.com>
6760 L:      linux-nvme@lists.infradead.org
6761 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6762 S:      Supported
6763 F:      drivers/block/nvme*
6764 F:      include/linux/nvme.h
6765
6766 NXP TDA998X DRM DRIVER
6767 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6768 S:      Supported
6769 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6770 F:      include/drm/i2c/tda998x.h
6771
6772 NXP TFA9879 DRIVER
6773 M:      Peter Rosin <peda@axentia.se>
6774 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6775 S:      Maintained
6776 F:      sound/soc/codecs/tfa9879*
6777
6778 OMAP SUPPORT
6779 M:      Tony Lindgren <tony@atomide.com>
6780 L:      linux-omap@vger.kernel.org
6781 W:      http://www.muru.com/linux/omap/
6782 W:      http://linux.omap.com/
6783 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6784 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6785 S:      Maintained
6786 F:      arch/arm/*omap*/
6787 F:      drivers/i2c/busses/i2c-omap.c
6788 F:      drivers/irqchip/irq-omap-intc.c
6789 F:      drivers/mfd/*omap*.c
6790 F:      drivers/mfd/menelaus.c
6791 F:      drivers/mfd/palmas.c
6792 F:      drivers/mfd/tps65217.c
6793 F:      drivers/mfd/tps65218.c
6794 F:      drivers/mfd/tps65910.c
6795 F:      drivers/mfd/twl-core.[ch]
6796 F:      drivers/mfd/twl4030*.c
6797 F:      drivers/mfd/twl6030*.c
6798 F:      drivers/mfd/twl6040*.c
6799 F:      drivers/regulator/palmas-regulator*.c
6800 F:      drivers/regulator/pbias-regulator.c
6801 F:      drivers/regulator/tps65217-regulator.c
6802 F:      drivers/regulator/tps65218-regulator.c
6803 F:      drivers/regulator/tps65910-regulator.c
6804 F:      drivers/regulator/twl-regulator.c
6805 F:      include/linux/i2c-omap.h
6806
6807 OMAP DEVICE TREE SUPPORT
6808 M:      Benoît Cousson <bcousson@baylibre.com>
6809 M:      Tony Lindgren <tony@atomide.com>
6810 L:      linux-omap@vger.kernel.org
6811 L:      devicetree@vger.kernel.org
6812 S:      Maintained
6813 F:      arch/arm/boot/dts/*omap*
6814 F:      arch/arm/boot/dts/*am3*
6815 F:      arch/arm/boot/dts/*am4*
6816 F:      arch/arm/boot/dts/*am5*
6817 F:      arch/arm/boot/dts/*dra7*
6818
6819 OMAP CLOCK FRAMEWORK SUPPORT
6820 M:      Paul Walmsley <paul@pwsan.com>
6821 L:      linux-omap@vger.kernel.org
6822 S:      Maintained
6823 F:      arch/arm/*omap*/*clock*
6824
6825 OMAP POWER MANAGEMENT SUPPORT
6826 M:      Kevin Hilman <khilman@deeprootsystems.com>
6827 L:      linux-omap@vger.kernel.org
6828 S:      Maintained
6829 F:      arch/arm/*omap*/*pm*
6830 F:      drivers/cpufreq/omap-cpufreq.c
6831
6832 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6833 M:      Rajendra Nayak <rnayak@ti.com>
6834 M:      Paul Walmsley <paul@pwsan.com>
6835 L:      linux-omap@vger.kernel.org
6836 S:      Maintained
6837 F:      arch/arm/mach-omap2/prm*
6838
6839 OMAP AUDIO SUPPORT
6840 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6841 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6842 L:      alsa-devel@alsa-project.org (subscribers-only)
6843 L:      linux-omap@vger.kernel.org
6844 S:      Maintained
6845 F:      sound/soc/omap/
6846
6847 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6848 M:      Roger Quadros <rogerq@ti.com>
6849 M:      Tony Lindgren <tony@atomide.com>
6850 L:      linux-omap@vger.kernel.org
6851 S:      Maintained
6852 F:      drivers/memory/omap-gpmc.c
6853 F:      arch/arm/mach-omap2/*gpmc*
6854
6855 OMAP FRAMEBUFFER SUPPORT
6856 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6857 L:      linux-fbdev@vger.kernel.org
6858 L:      linux-omap@vger.kernel.org
6859 S:      Maintained
6860 F:      drivers/video/fbdev/omap/
6861
6862 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6863 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6864 L:      linux-omap@vger.kernel.org
6865 L:      linux-fbdev@vger.kernel.org
6866 S:      Maintained
6867 F:      drivers/video/fbdev/omap2/
6868 F:      Documentation/arm/OMAP/DSS
6869
6870 OMAP HARDWARE SPINLOCK SUPPORT
6871 M:      Ohad Ben-Cohen <ohad@wizery.com>
6872 L:      linux-omap@vger.kernel.org
6873 S:      Maintained
6874 F:      drivers/hwspinlock/omap_hwspinlock.c
6875 F:      arch/arm/mach-omap2/hwspinlock.c
6876
6877 OMAP MMC SUPPORT
6878 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6879 L:      linux-omap@vger.kernel.org
6880 S:      Maintained
6881 F:      drivers/mmc/host/omap.c
6882
6883 OMAP HS MMC SUPPORT
6884 L:      linux-mmc@vger.kernel.org
6885 L:      linux-omap@vger.kernel.org
6886 S:      Orphan
6887 F:      drivers/mmc/host/omap_hsmmc.c
6888
6889 OMAP RANDOM NUMBER GENERATOR SUPPORT
6890 M:      Deepak Saxena <dsaxena@plexity.net>
6891 S:      Maintained
6892 F:      drivers/char/hw_random/omap-rng.c
6893
6894 OMAP HWMOD SUPPORT
6895 M:      Benoît Cousson <bcousson@baylibre.com>
6896 M:      Paul Walmsley <paul@pwsan.com>
6897 L:      linux-omap@vger.kernel.org
6898 S:      Maintained
6899 F:      arch/arm/mach-omap2/omap_hwmod.*
6900
6901 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6902 M:      Benoît Cousson <bcousson@baylibre.com>
6903 L:      linux-omap@vger.kernel.org
6904 S:      Maintained
6905 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6906
6907 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6908 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6909 L:      linux-media@vger.kernel.org
6910 S:      Maintained
6911 F:      drivers/media/platform/omap3isp/
6912 F:      drivers/staging/media/omap4iss/
6913
6914 OMAP USB SUPPORT
6915 M:      Felipe Balbi <balbi@ti.com>
6916 L:      linux-usb@vger.kernel.org
6917 L:      linux-omap@vger.kernel.org
6918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6919 S:      Maintained
6920 F:      drivers/usb/*/*omap*
6921 F:      arch/arm/*omap*/usb*
6922
6923 OMAP GPIO DRIVER
6924 M:      Javier Martinez Canillas <javier@dowhile0.org>
6925 M:      Santosh Shilimkar <ssantosh@kernel.org>
6926 M:      Kevin Hilman <khilman@deeprootsystems.com>
6927 L:      linux-omap@vger.kernel.org
6928 S:      Maintained
6929 F:      drivers/gpio/gpio-omap.c
6930
6931 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6932 M:      Mark Jackson <mpfj@newflow.co.uk>
6933 L:      linux-omap@vger.kernel.org
6934 S:      Maintained
6935 F:      arch/arm/boot/dts/am335x-nano.dts
6936
6937 OMFS FILESYSTEM
6938 M:      Bob Copeland <me@bobcopeland.com>
6939 L:      linux-karma-devel@lists.sourceforge.net
6940 S:      Maintained
6941 F:      Documentation/filesystems/omfs.txt
6942 F:      fs/omfs/
6943
6944 OMNIKEY CARDMAN 4000 DRIVER
6945 M:      Harald Welte <laforge@gnumonks.org>
6946 S:      Maintained
6947 F:      drivers/char/pcmcia/cm4000_cs.c
6948 F:      include/linux/cm4000_cs.h
6949 F:      include/uapi/linux/cm4000_cs.h
6950
6951 OMNIKEY CARDMAN 4040 DRIVER
6952 M:      Harald Welte <laforge@gnumonks.org>
6953 S:      Maintained
6954 F:      drivers/char/pcmcia/cm4040_cs.*
6955
6956 OMNIVISION OV7670 SENSOR DRIVER
6957 M:      Jonathan Corbet <corbet@lwn.net>
6958 L:      linux-media@vger.kernel.org
6959 T:      git git://linuxtv.org/media_tree.git
6960 S:      Maintained
6961 F:      drivers/media/i2c/ov7670.c
6962
6963 ONENAND FLASH DRIVER
6964 M:      Kyungmin Park <kyungmin.park@samsung.com>
6965 L:      linux-mtd@lists.infradead.org
6966 S:      Maintained
6967 F:      drivers/mtd/onenand/
6968 F:      include/linux/mtd/onenand*.h
6969
6970 ONSTREAM SCSI TAPE DRIVER
6971 M:      Willem Riede <osst@riede.org>
6972 L:      osst-users@lists.sourceforge.net
6973 L:      linux-scsi@vger.kernel.org
6974 S:      Maintained
6975 F:      Documentation/scsi/osst.txt
6976 F:      drivers/scsi/osst.*
6977 F:      drivers/scsi/osst_*.h
6978 F:      drivers/scsi/st.h
6979
6980 OPENCORES I2C BUS DRIVER
6981 M:      Peter Korsgaard <jacmet@sunsite.dk>
6982 L:      linux-i2c@vger.kernel.org
6983 S:      Maintained
6984 F:      Documentation/i2c/busses/i2c-ocores
6985 F:      drivers/i2c/busses/i2c-ocores.c
6986
6987 OPEN FIRMWARE AND FLATTENED DEVICE TREE
6988 M:      Grant Likely <grant.likely@linaro.org>
6989 M:      Rob Herring <robh+dt@kernel.org>
6990 L:      devicetree@vger.kernel.org
6991 W:      http://fdt.secretlab.ca
6992 T:      git git://git.secretlab.ca/git/linux-2.6.git
6993 S:      Maintained
6994 F:      drivers/of/
6995 F:      include/linux/of*.h
6996 F:      scripts/dtc/
6997 K:      of_get_property
6998 K:      of_match_table
6999
7000 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7001 M:      Rob Herring <robh+dt@kernel.org>
7002 M:      Pawel Moll <pawel.moll@arm.com>
7003 M:      Mark Rutland <mark.rutland@arm.com>
7004 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7005 M:      Kumar Gala <galak@codeaurora.org>
7006 L:      devicetree@vger.kernel.org
7007 S:      Maintained
7008 F:      Documentation/devicetree/
7009 F:      arch/*/boot/dts/
7010 F:      include/dt-bindings/
7011
7012 OPENRISC ARCHITECTURE
7013 M:      Jonas Bonn <jonas@southpole.se>
7014 W:      http://openrisc.net
7015 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7016 S:      Maintained
7017 T:      git git://openrisc.net/~jonas/linux
7018 F:      arch/openrisc/
7019
7020 OPENVSWITCH
7021 M:      Pravin Shelar <pshelar@nicira.com>
7022 L:      netdev@vger.kernel.org
7023 L:      dev@openvswitch.org
7024 W:      http://openvswitch.org
7025 S:      Maintained
7026 F:      net/openvswitch/
7027 F:      include/uapi/linux/openvswitch.h
7028
7029 OPL4 DRIVER
7030 M:      Clemens Ladisch <clemens@ladisch.de>
7031 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7032 T:      git git://git.alsa-project.org/alsa-kernel.git
7033 S:      Maintained
7034 F:      sound/drivers/opl4/
7035
7036 OPROFILE
7037 M:      Robert Richter <rric@kernel.org>
7038 L:      oprofile-list@lists.sf.net
7039 S:      Maintained
7040 F:      arch/*/include/asm/oprofile*.h
7041 F:      arch/*/oprofile/
7042 F:      drivers/oprofile/
7043 F:      include/linux/oprofile.h
7044
7045 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7046 M:      Mark Fasheh <mfasheh@suse.com>
7047 M:      Joel Becker <jlbec@evilplan.org>
7048 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7049 W:      http://oss.oracle.com/projects/ocfs2/
7050 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7051 S:      Supported
7052 F:      Documentation/filesystems/ocfs2.txt
7053 F:      Documentation/filesystems/dlmfs.txt
7054 F:      fs/ocfs2/
7055
7056 ORINOCO DRIVER
7057 L:      linux-wireless@vger.kernel.org
7058 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7059 W:      http://www.nongnu.org/orinoco/
7060 S:      Orphan
7061 F:      drivers/net/wireless/orinoco/
7062
7063 OSD LIBRARY and FILESYSTEM
7064 M:      Boaz Harrosh <ooo@electrozaur.com>
7065 M:      Benny Halevy <bhalevy@primarydata.com>
7066 L:      osd-dev@open-osd.org
7067 W:      http://open-osd.org
7068 T:      git git://git.open-osd.org/open-osd.git
7069 S:      Maintained
7070 F:      drivers/scsi/osd/
7071 F:      include/scsi/osd_*
7072 F:      fs/exofs/
7073
7074 OVERLAY FILESYSTEM
7075 M:      Miklos Szeredi <miklos@szeredi.hu>
7076 L:      linux-unionfs@vger.kernel.org
7077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7078 S:      Supported
7079 F:      fs/overlayfs/
7080 F:      Documentation/filesystems/overlayfs.txt
7081
7082 P54 WIRELESS DRIVER
7083 M:      Christian Lamparter <chunkeey@googlemail.com>
7084 L:      linux-wireless@vger.kernel.org
7085 W:      http://wireless.kernel.org/en/users/Drivers/p54
7086 S:      Maintained
7087 F:      drivers/net/wireless/p54/
7088
7089 PA SEMI ETHERNET DRIVER
7090 M:      Olof Johansson <olof@lixom.net>
7091 L:      netdev@vger.kernel.org
7092 S:      Maintained
7093 F:      drivers/net/ethernet/pasemi/*
7094
7095 PA SEMI SMBUS DRIVER
7096 M:      Olof Johansson <olof@lixom.net>
7097 L:      linux-i2c@vger.kernel.org
7098 S:      Maintained
7099 F:      drivers/i2c/busses/i2c-pasemi.c
7100
7101 PADATA PARALLEL EXECUTION MECHANISM
7102 M:      Steffen Klassert <steffen.klassert@secunet.com>
7103 L:      linux-crypto@vger.kernel.org
7104 S:      Maintained
7105 F:      kernel/padata.c
7106 F:      include/linux/padata.h
7107 F:      Documentation/padata.txt
7108
7109 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7110 M:      Harald Welte <laforge@gnumonks.org>
7111 L:      platform-driver-x86@vger.kernel.org
7112 S:      Maintained
7113 F:      drivers/platform/x86/panasonic-laptop.c
7114
7115 PANASONIC MN10300/AM33/AM34 PORT
7116 M:      David Howells <dhowells@redhat.com>
7117 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7118 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7119 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7120 S:      Maintained
7121 F:      Documentation/mn10300/
7122 F:      arch/mn10300/
7123
7124 PARALLEL PORT SUPPORT
7125 L:      linux-parport@lists.infradead.org (subscribers-only)
7126 S:      Orphan
7127 F:      drivers/parport/
7128 F:      include/linux/parport*.h
7129 F:      drivers/char/ppdev.c
7130 F:      include/uapi/linux/ppdev.h
7131
7132 PARAVIRT_OPS INTERFACE
7133 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7134 M:      Chris Wright <chrisw@sous-sol.org>
7135 M:      Alok Kataria <akataria@vmware.com>
7136 M:      Rusty Russell <rusty@rustcorp.com.au>
7137 L:      virtualization@lists.linux-foundation.org
7138 S:      Supported
7139 F:      Documentation/ia64/paravirt_ops.txt
7140 F:      arch/*/kernel/paravirt*
7141 F:      arch/*/include/asm/paravirt.h
7142
7143 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7144 M:      Tim Waugh <tim@cyberelk.net>
7145 L:      linux-parport@lists.infradead.org (subscribers-only)
7146 W:      http://www.torque.net/linux-pp.html
7147 S:      Maintained
7148 F:      Documentation/blockdev/paride.txt
7149 F:      drivers/block/paride/
7150
7151 PARISC ARCHITECTURE
7152 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7153 M:      Helge Deller <deller@gmx.de>
7154 L:      linux-parisc@vger.kernel.org
7155 W:      http://www.parisc-linux.org/
7156 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7159 S:      Maintained
7160 F:      arch/parisc/
7161 F:      Documentation/parisc/
7162 F:      drivers/parisc/
7163 F:      drivers/char/agp/parisc-agp.c
7164 F:      drivers/input/serio/gscps2.c
7165 F:      drivers/parport/parport_gsc.*
7166 F:      drivers/tty/serial/8250/8250_gsc.c
7167 F:      drivers/video/fbdev/sti*
7168 F:      drivers/video/console/sti*
7169 F:      drivers/video/logo/logo_parisc*
7170
7171 PC87360 HARDWARE MONITORING DRIVER
7172 M:      Jim Cromie <jim.cromie@gmail.com>
7173 L:      lm-sensors@lm-sensors.org
7174 S:      Maintained
7175 F:      Documentation/hwmon/pc87360
7176 F:      drivers/hwmon/pc87360.c
7177
7178 PC8736x GPIO DRIVER
7179 M:      Jim Cromie <jim.cromie@gmail.com>
7180 S:      Maintained
7181 F:      drivers/char/pc8736x_gpio.c
7182
7183 PC87427 HARDWARE MONITORING DRIVER
7184 M:      Jean Delvare <jdelvare@suse.de>
7185 L:      lm-sensors@lm-sensors.org
7186 S:      Maintained
7187 F:      Documentation/hwmon/pc87427
7188 F:      drivers/hwmon/pc87427.c
7189
7190 PCA9532 LED DRIVER
7191 M:      Riku Voipio <riku.voipio@iki.fi>
7192 S:      Maintained
7193 F:      drivers/leds/leds-pca9532.c
7194 F:      include/linux/leds-pca9532.h
7195
7196 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7197 M:      Guenter Roeck <linux@roeck-us.net>
7198 L:      linux-i2c@vger.kernel.org
7199 S:      Maintained
7200 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7201
7202 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7203 M:      Khalid Aziz <khalid@gonehiking.org>
7204 S:      Maintained
7205 F:      drivers/firmware/pcdp.*
7206
7207 PCI ERROR RECOVERY
7208 M:      Linas Vepstas <linasvepstas@gmail.com>
7209 L:      linux-pci@vger.kernel.org
7210 S:      Supported
7211 F:      Documentation/PCI/pci-error-recovery.txt
7212
7213 PCI SUBSYSTEM
7214 M:      Bjorn Helgaas <bhelgaas@google.com>
7215 L:      linux-pci@vger.kernel.org
7216 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7218 S:      Supported
7219 F:      Documentation/PCI/
7220 F:      drivers/pci/
7221 F:      include/linux/pci*
7222 F:      arch/x86/pci/
7223 F:      arch/x86/kernel/quirks.c
7224
7225 PCI DRIVER FOR APPLIEDMICRO XGENE
7226 M:      Tanmay Inamdar <tinamdar@apm.com>
7227 L:      linux-pci@vger.kernel.org
7228 L:      linux-arm-kernel@lists.infradead.org
7229 S:      Maintained
7230 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7231 F:      drivers/pci/host/pci-xgene.c
7232
7233 PCI DRIVER FOR FREESCALE LAYERSCAPE
7234 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7235 M:      Mingkai Hu <mingkai.hu@freescale.com>
7236 M:      Roy Zang <tie-fei.zang@freescale.com>
7237 L:      linuxppc-dev@lists.ozlabs.org
7238 L:      linux-pci@vger.kernel.org
7239 L:      linux-arm-kernel@lists.infradead.org
7240 S:      Maintained
7241 F:      drivers/pci/host/*layerscape*
7242
7243 PCI DRIVER FOR IMX6
7244 M:      Richard Zhu <r65037@freescale.com>
7245 M:      Lucas Stach <l.stach@pengutronix.de>
7246 L:      linux-pci@vger.kernel.org
7247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7248 S:      Maintained
7249 F:      drivers/pci/host/*imx6*
7250
7251 PCI DRIVER FOR TI KEYSTONE
7252 M:      Murali Karicheri <m-karicheri2@ti.com>
7253 L:      linux-pci@vger.kernel.org
7254 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7255 S:      Maintained
7256 F:      drivers/pci/host/*keystone*
7257
7258 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7259 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7260 M:      Jason Cooper <jason@lakedaemon.net>
7261 L:      linux-pci@vger.kernel.org
7262 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7263 S:      Maintained
7264 F:      drivers/pci/host/*mvebu*
7265
7266 PCI DRIVER FOR NVIDIA TEGRA
7267 M:      Thierry Reding <thierry.reding@gmail.com>
7268 L:      linux-tegra@vger.kernel.org
7269 L:      linux-pci@vger.kernel.org
7270 S:      Supported
7271 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7272 F:      drivers/pci/host/pci-tegra.c
7273
7274 PCI DRIVER FOR TI DRA7XX
7275 M:      Kishon Vijay Abraham I <kishon@ti.com>
7276 L:      linux-omap@vger.kernel.org
7277 L:      linux-pci@vger.kernel.org
7278 S:      Supported
7279 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7280 F:      drivers/pci/host/pci-dra7xx.c
7281
7282 PCI DRIVER FOR RENESAS R-CAR
7283 M:      Simon Horman <horms@verge.net.au>
7284 L:      linux-pci@vger.kernel.org
7285 L:      linux-sh@vger.kernel.org
7286 S:      Maintained
7287 F:      drivers/pci/host/*rcar*
7288
7289 PCI DRIVER FOR SAMSUNG EXYNOS
7290 M:      Jingoo Han <jg1.han@samsung.com>
7291 L:      linux-pci@vger.kernel.org
7292 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7293 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7294 S:      Maintained
7295 F:      drivers/pci/host/pci-exynos.c
7296
7297 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7298 M:      Mohit Kumar <mohit.kumar@st.com>
7299 M:      Jingoo Han <jg1.han@samsung.com>
7300 L:      linux-pci@vger.kernel.org
7301 S:      Maintained
7302 F:      drivers/pci/host/*designware*
7303
7304 PCI DRIVER FOR GENERIC OF HOSTS
7305 M:      Will Deacon <will.deacon@arm.com>
7306 L:      linux-pci@vger.kernel.org
7307 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7308 S:      Maintained
7309 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7310 F:      drivers/pci/host/pci-host-generic.c
7311
7312 PCIE DRIVER FOR ST SPEAR13XX
7313 M:      Mohit Kumar <mohit.kumar@st.com>
7314 L:      linux-pci@vger.kernel.org
7315 S:      Maintained
7316 F:      drivers/pci/host/*spear*
7317
7318 PCMCIA SUBSYSTEM
7319 P:      Linux PCMCIA Team
7320 L:      linux-pcmcia@lists.infradead.org
7321 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7322 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7323 S:      Maintained
7324 F:      Documentation/pcmcia/
7325 F:      drivers/pcmcia/
7326 F:      include/pcmcia/
7327
7328 PCNET32 NETWORK DRIVER
7329 M:      Don Fry <pcnet32@frontier.com>
7330 L:      netdev@vger.kernel.org
7331 S:      Maintained
7332 F:      drivers/net/ethernet/amd/pcnet32.c
7333
7334 PCRYPT PARALLEL CRYPTO ENGINE
7335 M:      Steffen Klassert <steffen.klassert@secunet.com>
7336 L:      linux-crypto@vger.kernel.org
7337 S:      Maintained
7338 F:      crypto/pcrypt.c
7339 F:      include/crypto/pcrypt.h
7340
7341 PER-CPU MEMORY ALLOCATOR
7342 M:      Tejun Heo <tj@kernel.org>
7343 M:      Christoph Lameter <cl@linux-foundation.org>
7344 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7345 S:      Maintained
7346 F:      include/linux/percpu*.h
7347 F:      mm/percpu*.c
7348 F:      arch/*/include/asm/percpu.h
7349
7350 PER-TASK DELAY ACCOUNTING
7351 M:      Balbir Singh <bsingharora@gmail.com>
7352 S:      Maintained
7353 F:      include/linux/delayacct.h
7354 F:      kernel/delayacct.c
7355
7356 PERFORMANCE EVENTS SUBSYSTEM
7357 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7358 M:      Paul Mackerras <paulus@samba.org>
7359 M:      Ingo Molnar <mingo@redhat.com>
7360 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7361 L:      linux-kernel@vger.kernel.org
7362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7363 S:      Supported
7364 F:      kernel/events/*
7365 F:      include/linux/perf_event.h
7366 F:      include/uapi/linux/perf_event.h
7367 F:      arch/*/kernel/perf_event*.c
7368 F:      arch/*/kernel/*/perf_event*.c
7369 F:      arch/*/kernel/*/*/perf_event*.c
7370 F:      arch/*/include/asm/perf_event.h
7371 F:      arch/*/kernel/perf_callchain.c
7372 F:      tools/perf/
7373
7374 PERSONALITY HANDLING
7375 M:      Christoph Hellwig <hch@infradead.org>
7376 L:      linux-abi-devel@lists.sourceforge.net
7377 S:      Maintained
7378 F:      include/linux/personality.h
7379 F:      include/uapi/linux/personality.h
7380
7381 PHONET PROTOCOL
7382 M:      Remi Denis-Courmont <courmisch@gmail.com>
7383 S:      Supported
7384 F:      Documentation/networking/phonet.txt
7385 F:      include/linux/phonet.h
7386 F:      include/net/phonet/
7387 F:      include/uapi/linux/phonet.h
7388 F:      net/phonet/
7389
7390 PHRAM MTD DRIVER
7391 M:      Joern Engel <joern@lazybastard.org>
7392 L:      linux-mtd@lists.infradead.org
7393 S:      Maintained
7394 F:      drivers/mtd/devices/phram.c
7395
7396 PICOLCD HID DRIVER
7397 M:      Bruno Prémont <bonbons@linux-vserver.org>
7398 L:      linux-input@vger.kernel.org
7399 S:      Maintained
7400 F:      drivers/hid/hid-picolcd*
7401
7402 PICOXCELL SUPPORT
7403 M:      Jamie Iles <jamie@jamieiles.com>
7404 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7405 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7406 S:      Supported
7407 F:      arch/arm/boot/dts/picoxcell*
7408 F:      arch/arm/mach-picoxcell/
7409 F:      drivers/crypto/picoxcell*
7410
7411 PIN CONTROL SUBSYSTEM
7412 M:      Linus Walleij <linus.walleij@linaro.org>
7413 L:      linux-gpio@vger.kernel.org
7414 S:      Maintained
7415 F:      drivers/pinctrl/
7416 F:      include/linux/pinctrl/
7417
7418 PIN CONTROLLER - ATMEL AT91
7419 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7420 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7421 S:      Maintained
7422 F:      drivers/pinctrl/pinctrl-at91.*
7423
7424 PIN CONTROLLER - INTEL
7425 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7426 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7427 S:      Maintained
7428 F:      drivers/pinctrl/intel/
7429
7430 PIN CONTROLLER - RENESAS
7431 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7432 L:      linux-sh@vger.kernel.org
7433 S:      Maintained
7434 F:      drivers/pinctrl/sh-pfc/
7435
7436 PIN CONTROLLER - SAMSUNG
7437 M:      Tomasz Figa <tomasz.figa@gmail.com>
7438 M:      Thomas Abraham <thomas.abraham@linaro.org>
7439 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7440 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7441 S:      Maintained
7442 F:      drivers/pinctrl/samsung/
7443
7444 PIN CONTROLLER - ST SPEAR
7445 M:      Viresh Kumar <viresh.linux@gmail.com>
7446 L:      spear-devel@list.st.com
7447 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7448 W:      http://www.st.com/spear
7449 S:      Maintained
7450 F:      drivers/pinctrl/spear/
7451
7452 PKTCDVD DRIVER
7453 M:      Jiri Kosina <jkosina@suse.cz>
7454 S:      Maintained
7455 F:      drivers/block/pktcdvd.c
7456 F:      include/linux/pktcdvd.h
7457 F:      include/uapi/linux/pktcdvd.h
7458
7459 PKUNITY SOC DRIVERS
7460 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7461 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7462 S:      Maintained
7463 T:      git git://github.com/gxt/linux.git
7464 F:      drivers/input/serio/i8042-unicore32io.h
7465 F:      drivers/i2c/busses/i2c-puv3.c
7466 F:      drivers/video/fbdev/fb-puv3.c
7467 F:      drivers/rtc/rtc-puv3.c
7468
7469 PMBUS HARDWARE MONITORING DRIVERS
7470 M:      Guenter Roeck <linux@roeck-us.net>
7471 L:      lm-sensors@lm-sensors.org
7472 W:      http://www.lm-sensors.org/
7473 W:      http://www.roeck-us.net/linux/drivers/
7474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7475 S:      Maintained
7476 F:      Documentation/hwmon/pmbus
7477 F:      drivers/hwmon/pmbus/
7478 F:      include/linux/i2c/pmbus.h
7479
7480 PMC SIERRA MaxRAID DRIVER
7481 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7482 L:      linux-scsi@vger.kernel.org
7483 W:      http://www.pmc-sierra.com/
7484 S:      Supported
7485 F:      drivers/scsi/pmcraid.*
7486
7487 PMC SIERRA PM8001 DRIVER
7488 M:      xjtuwjp@gmail.com
7489 M:      lindar_liu@usish.com
7490 L:      pmchba@pmcs.com
7491 L:      linux-scsi@vger.kernel.org
7492 S:      Supported
7493 F:      drivers/scsi/pm8001/
7494
7495 POSIX CLOCKS and TIMERS
7496 M:      Thomas Gleixner <tglx@linutronix.de>
7497 L:      linux-kernel@vger.kernel.org
7498 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7499 S:      Maintained
7500 F:      fs/timerfd.c
7501 F:      include/linux/timer*
7502 F:      kernel/time/*timer*
7503
7504 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7505 M:      Sebastian Reichel <sre@kernel.org>
7506 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7507 M:      David Woodhouse <dwmw2@infradead.org>
7508 L:      linux-pm@vger.kernel.org
7509 T:      git git://git.infradead.org/battery-2.6.git
7510 S:      Maintained
7511 F:      include/linux/power_supply.h
7512 F:      drivers/power/
7513
7514 PNP SUPPORT
7515 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7516 S:      Maintained
7517 F:      drivers/pnp/
7518
7519 PNXxxxx I2C DRIVER
7520 M:      Vitaly Wool <vitalywool@gmail.com>
7521 L:      linux-i2c@vger.kernel.org
7522 S:      Maintained
7523 F:      drivers/i2c/busses/i2c-pnx.c
7524
7525 PPP PROTOCOL DRIVERS AND COMPRESSORS
7526 M:      Paul Mackerras <paulus@samba.org>
7527 L:      linux-ppp@vger.kernel.org
7528 S:      Maintained
7529 F:      drivers/net/ppp/ppp_*
7530
7531 PPP OVER ATM (RFC 2364)
7532 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7533 S:      Maintained
7534 F:      net/atm/pppoatm.c
7535 F:      include/uapi/linux/atmppp.h
7536
7537 PPP OVER ETHERNET
7538 M:      Michal Ostrowski <mostrows@earthlink.net>
7539 S:      Maintained
7540 F:      drivers/net/ppp/pppoe.c
7541 F:      drivers/net/ppp/pppox.c
7542
7543 PPP OVER L2TP
7544 M:      James Chapman <jchapman@katalix.com>
7545 S:      Maintained
7546 F:      net/l2tp/l2tp_ppp.c
7547 F:      include/linux/if_pppol2tp.h
7548 F:      include/uapi/linux/if_pppol2tp.h
7549
7550 PPS SUPPORT
7551 M:      Rodolfo Giometti <giometti@enneenne.com>
7552 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7553 L:      linuxpps@ml.enneenne.com (subscribers-only)
7554 S:      Maintained
7555 F:      Documentation/pps/
7556 F:      drivers/pps/
7557 F:      include/linux/pps*.h
7558
7559 PPTP DRIVER
7560 M:      Dmitry Kozlov <xeb@mail.ru>
7561 L:      netdev@vger.kernel.org
7562 S:      Maintained
7563 F:      drivers/net/ppp/pptp.c
7564 W:      http://sourceforge.net/projects/accel-pptp
7565
7566 PREEMPTIBLE KERNEL
7567 M:      Robert Love <rml@tech9.net>
7568 L:      kpreempt-tech@lists.sourceforge.net
7569 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7570 S:      Supported
7571 F:      Documentation/preempt-locking.txt
7572 F:      include/linux/preempt.h
7573
7574 PRISM54 WIRELESS DRIVER
7575 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7576 L:      linux-wireless@vger.kernel.org
7577 W:      http://wireless.kernel.org/en/users/Drivers/p54
7578 S:      Obsolete
7579 F:      drivers/net/wireless/prism54/
7580
7581 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
7582 M:      Mikael Pettersson <mikpelinux@gmail.com>
7583 L:      linux-ide@vger.kernel.org
7584 S:      Maintained
7585 F:      drivers/ata/sata_promise.*
7586
7587 PS3 NETWORK SUPPORT
7588 M:      Geoff Levand <geoff@infradead.org>
7589 L:      netdev@vger.kernel.org
7590 L:      cbe-oss-dev@lists.ozlabs.org
7591 S:      Maintained
7592 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7593
7594 PS3 PLATFORM SUPPORT
7595 M:      Geoff Levand <geoff@infradead.org>
7596 L:      linuxppc-dev@lists.ozlabs.org
7597 L:      cbe-oss-dev@lists.ozlabs.org
7598 S:      Maintained
7599 F:      arch/powerpc/boot/ps3*
7600 F:      arch/powerpc/include/asm/lv1call.h
7601 F:      arch/powerpc/include/asm/ps3*.h
7602 F:      arch/powerpc/platforms/ps3/
7603 F:      drivers/*/ps3*
7604 F:      drivers/ps3/
7605 F:      drivers/rtc/rtc-ps3.c
7606 F:      drivers/usb/host/*ps3.c
7607 F:      sound/ppc/snd_ps3*
7608
7609 PS3VRAM DRIVER
7610 M:      Jim Paris <jim@jtan.com>
7611 L:      cbe-oss-dev@lists.ozlabs.org
7612 S:      Maintained
7613 F:      drivers/block/ps3vram.c
7614
7615 PSTORE FILESYSTEM
7616 M:      Anton Vorontsov <anton@enomsg.org>
7617 M:      Colin Cross <ccross@android.com>
7618 M:      Kees Cook <keescook@chromium.org>
7619 M:      Tony Luck <tony.luck@intel.com>
7620 S:      Maintained
7621 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7622 F:      fs/pstore/
7623 F:      include/linux/pstore*
7624 F:      drivers/firmware/efi/efi-pstore.c
7625 F:      drivers/acpi/apei/erst.c
7626
7627 PTP HARDWARE CLOCK SUPPORT
7628 M:      Richard Cochran <richardcochran@gmail.com>
7629 L:      netdev@vger.kernel.org
7630 S:      Maintained
7631 W:      http://linuxptp.sourceforge.net/
7632 F:      Documentation/ABI/testing/sysfs-ptp
7633 F:      Documentation/ptp/*
7634 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7635 F:      drivers/net/phy/dp83640*
7636 F:      drivers/ptp/*
7637 F:      include/linux/ptp_cl*
7638
7639 PTRACE SUPPORT
7640 M:      Roland McGrath <roland@hack.frob.com>
7641 M:      Oleg Nesterov <oleg@redhat.com>
7642 S:      Maintained
7643 F:      include/asm-generic/syscall.h
7644 F:      include/linux/ptrace.h
7645 F:      include/linux/regset.h
7646 F:      include/linux/tracehook.h
7647 F:      include/uapi/linux/ptrace.h
7648 F:      kernel/ptrace.c
7649
7650 PVRUSB2 VIDEO4LINUX DRIVER
7651 M:      Mike Isely <isely@pobox.com>
7652 L:      pvrusb2@isely.net       (subscribers-only)
7653 L:      linux-media@vger.kernel.org
7654 W:      http://www.isely.net/pvrusb2/
7655 T:      git git://linuxtv.org/media_tree.git
7656 S:      Maintained
7657 F:      Documentation/video4linux/README.pvrusb2
7658 F:      drivers/media/usb/pvrusb2/
7659
7660 PWC WEBCAM DRIVER
7661 M:      Hans de Goede <hdegoede@redhat.com>
7662 L:      linux-media@vger.kernel.org
7663 T:      git git://linuxtv.org/media_tree.git
7664 S:      Maintained
7665 F:      drivers/media/usb/pwc/*
7666
7667 PWM FAN DRIVER
7668 M:      Kamil Debski <k.debski@samsung.com>
7669 L:      lm-sensors@lm-sensors.org
7670 S:      Supported
7671 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7672 F:      Documentation/hwmon/pwm-fan
7673 F:      drivers/hwmon/pwm-fan.c
7674
7675 PWM SUBSYSTEM
7676 M:      Thierry Reding <thierry.reding@gmail.com>
7677 L:      linux-pwm@vger.kernel.org
7678 S:      Maintained
7679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7680 F:      Documentation/pwm.txt
7681 F:      Documentation/devicetree/bindings/pwm/
7682 F:      include/linux/pwm.h
7683 F:      drivers/pwm/
7684 F:      drivers/video/backlight/pwm_bl.c
7685 F:      include/linux/pwm_backlight.h
7686
7687 PXA2xx/PXA3xx SUPPORT
7688 M:      Daniel Mack <daniel@zonque.org>
7689 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7690 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7691 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7692 T:      git git://github.com/hzhuang1/linux.git
7693 T:      git git://github.com/rjarzmik/linux.git
7694 S:      Maintained
7695 F:      arch/arm/mach-pxa/
7696 F:      drivers/pcmcia/pxa2xx*
7697 F:      drivers/spi/spi-pxa2xx*
7698 F:      drivers/usb/gadget/udc/pxa2*
7699 F:      include/sound/pxa2xx-lib.h
7700 F:      sound/arm/pxa*
7701 F:      sound/soc/pxa/
7702
7703 PXA3xx NAND FLASH DRIVER
7704 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7705 L:      linux-mtd@lists.infradead.org
7706 S:      Maintained
7707 F:      drivers/mtd/nand/pxa3xx_nand.c
7708
7709 MMP SUPPORT
7710 M:      Eric Miao <eric.y.miao@gmail.com>
7711 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7712 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7713 T:      git git://github.com/hzhuang1/linux.git
7714 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7715 S:      Maintained
7716 F:      arch/arm/mach-mmp/
7717
7718 PXA MMCI DRIVER
7719 S:      Orphan
7720
7721 PXA RTC DRIVER
7722 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7723 L:      rtc-linux@googlegroups.com
7724 S:      Maintained
7725
7726 QAT DRIVER
7727 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7728 L:      qat-linux@intel.com
7729 S:      Supported
7730 F:      drivers/crypto/qat/
7731
7732 QIB DRIVER
7733 M:      Mike Marciniszyn <infinipath@intel.com>
7734 L:      linux-rdma@vger.kernel.org
7735 S:      Supported
7736 F:      drivers/infiniband/hw/qib/
7737
7738 QLOGIC QLA1280 SCSI DRIVER
7739 M:      Michael Reed <mdr@sgi.com>
7740 L:      linux-scsi@vger.kernel.org
7741 S:      Maintained
7742 F:      drivers/scsi/qla1280.[ch]
7743
7744 QLOGIC QLA2XXX FC-SCSI DRIVER
7745 M:      qla2xxx-upstream@qlogic.com
7746 L:      linux-scsi@vger.kernel.org
7747 S:      Supported
7748 F:      Documentation/scsi/LICENSE.qla2xxx
7749 F:      drivers/scsi/qla2xxx/
7750
7751 QLOGIC QLA4XXX iSCSI DRIVER
7752 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
7753 M:      iscsi-driver@qlogic.com
7754 L:      linux-scsi@vger.kernel.org
7755 S:      Supported
7756 F:      Documentation/scsi/LICENSE.qla4xxx
7757 F:      drivers/scsi/qla4xxx/
7758
7759 QLOGIC QLA3XXX NETWORK DRIVER
7760 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7761 M:      Ron Mercer <ron.mercer@qlogic.com>
7762 M:      linux-driver@qlogic.com
7763 L:      netdev@vger.kernel.org
7764 S:      Supported
7765 F:      Documentation/networking/LICENSE.qla3xxx
7766 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7767
7768 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7769 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7770 M:      Dept-GELinuxNICDev@qlogic.com
7771 L:      netdev@vger.kernel.org
7772 S:      Supported
7773 F:      drivers/net/ethernet/qlogic/qlcnic/
7774
7775 QLOGIC QLGE 10Gb ETHERNET DRIVER
7776 M:      Harish Patil <harish.patil@qlogic.com>
7777 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7778 M:      Dept-GELinuxNICDev@qlogic.com
7779 M:      linux-driver@qlogic.com
7780 L:      netdev@vger.kernel.org
7781 S:      Supported
7782 F:      drivers/net/ethernet/qlogic/qlge/
7783
7784 QNX4 FILESYSTEM
7785 M:      Anders Larsen <al@alarsen.net>
7786 W:      http://www.alarsen.net/linux/qnx4fs/
7787 S:      Maintained
7788 F:      fs/qnx4/
7789 F:      include/uapi/linux/qnx4_fs.h
7790 F:      include/uapi/linux/qnxtypes.h
7791
7792 QT1010 MEDIA DRIVER
7793 M:      Antti Palosaari <crope@iki.fi>
7794 L:      linux-media@vger.kernel.org
7795 W:      http://linuxtv.org/
7796 W:      http://palosaari.fi/linux/
7797 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7798 T:      git git://linuxtv.org/anttip/media_tree.git
7799 S:      Maintained
7800 F:      drivers/media/tuners/qt1010*
7801
7802 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7803 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7804 L:      linux-wireless@vger.kernel.org
7805 L:      ath9k-devel@lists.ath9k.org
7806 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7807 S:      Supported
7808 F:      drivers/net/wireless/ath/ath9k/
7809
7810 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7811 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7812 L:      ath10k@lists.infradead.org
7813 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7814 T:      git git://github.com/kvalo/ath.git
7815 S:      Supported
7816 F:      drivers/net/wireless/ath/ath10k/
7817
7818 QUALCOMM HEXAGON ARCHITECTURE
7819 M:      Richard Kuo <rkuo@codeaurora.org>
7820 L:      linux-hexagon@vger.kernel.org
7821 S:      Supported
7822 F:      arch/hexagon/
7823
7824 QUALCOMM WCN36XX WIRELESS DRIVER
7825 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7826 L:      wcn36xx@lists.infradead.org
7827 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7828 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7829 S:      Supported
7830 F:      drivers/net/wireless/ath/wcn36xx/
7831
7832 QUICKCAM PARALLEL PORT WEBCAMS
7833 M:      Hans Verkuil <hverkuil@xs4all.nl>
7834 L:      linux-media@vger.kernel.org
7835 T:      git git://linuxtv.org/media_tree.git
7836 W:      http://linuxtv.org
7837 S:      Odd Fixes
7838 F:      drivers/media/parport/*-qcam*
7839
7840 RADOS BLOCK DEVICE (RBD)
7841 M:      Yehuda Sadeh <yehuda@inktank.com>
7842 M:      Sage Weil <sage@inktank.com>
7843 M:      Alex Elder <elder@kernel.org>
7844 M:      ceph-devel@vger.kernel.org
7845 W:      http://ceph.com/
7846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7847 S:      Supported
7848 F:      drivers/block/rbd.c
7849 F:      drivers/block/rbd_types.h
7850
7851 RADEON FRAMEBUFFER DISPLAY DRIVER
7852 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7853 L:      linux-fbdev@vger.kernel.org
7854 S:      Maintained
7855 F:      drivers/video/fbdev/aty/radeon*
7856 F:      include/uapi/linux/radeonfb.h
7857
7858 RADIOSHARK RADIO DRIVER
7859 M:      Hans de Goede <hdegoede@redhat.com>
7860 L:      linux-media@vger.kernel.org
7861 T:      git git://linuxtv.org/media_tree.git
7862 S:      Maintained
7863 F:      drivers/media/radio/radio-shark.c
7864
7865 RADIOSHARK2 RADIO DRIVER
7866 M:      Hans de Goede <hdegoede@redhat.com>
7867 L:      linux-media@vger.kernel.org
7868 T:      git git://linuxtv.org/media_tree.git
7869 S:      Maintained
7870 F:      drivers/media/radio/radio-shark2.c
7871 F:      drivers/media/radio/radio-tea5777.c
7872
7873 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7874 M:      Paul Mackerras <paulus@samba.org>
7875 L:      linux-fbdev@vger.kernel.org
7876 S:      Maintained
7877 F:      drivers/video/fbdev/aty/aty128fb.c
7878
7879 RALINK RT2X00 WIRELESS LAN DRIVER
7880 P:      rt2x00 project
7881 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7882 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7883 L:      linux-wireless@vger.kernel.org
7884 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7885 W:      http://rt2x00.serialmonkey.com/
7886 S:      Maintained
7887 F:      drivers/net/wireless/rt2x00/
7888
7889 RAMDISK RAM BLOCK DEVICE DRIVER
7890 M:      Nick Piggin <npiggin@kernel.dk>
7891 S:      Maintained
7892 F:      Documentation/blockdev/ramdisk.txt
7893 F:      drivers/block/brd.c
7894
7895 RANDOM NUMBER DRIVER
7896 M:      "Theodore Ts'o" <tytso@mit.edu>
7897 S:      Maintained
7898 F:      drivers/char/random.c
7899
7900 RAPIDIO SUBSYSTEM
7901 M:      Matt Porter <mporter@kernel.crashing.org>
7902 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7903 S:      Maintained
7904 F:      drivers/rapidio/
7905
7906 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7907 L:      linux-wireless@vger.kernel.org
7908 S:      Orphan
7909 F:      drivers/net/wireless/ray*
7910
7911 RCUTORTURE MODULE
7912 M:      Josh Triplett <josh@joshtriplett.org>
7913 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7914 L:      linux-kernel@vger.kernel.org
7915 S:      Supported
7916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7917 F:      Documentation/RCU/torture.txt
7918 F:      kernel/rcu/rcutorture.c
7919
7920 RCUTORTURE TEST FRAMEWORK
7921 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7922 M:      Josh Triplett <josh@joshtriplett.org>
7923 R:      Steven Rostedt <rostedt@goodmis.org>
7924 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7925 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7926 L:      linux-kernel@vger.kernel.org
7927 S:      Supported
7928 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7929 F:      tools/testing/selftests/rcutorture
7930
7931 RDC R-321X SoC
7932 M:      Florian Fainelli <florian@openwrt.org>
7933 S:      Maintained
7934
7935 RDC R6040 FAST ETHERNET DRIVER
7936 M:      Florian Fainelli <florian@openwrt.org>
7937 L:      netdev@vger.kernel.org
7938 S:      Maintained
7939 F:      drivers/net/ethernet/rdc/r6040.c
7940
7941 RDS - RELIABLE DATAGRAM SOCKETS
7942 M:      Chien Yen <chien.yen@oracle.com>
7943 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7944 S:      Supported
7945 F:      net/rds/
7946
7947 READ-COPY UPDATE (RCU)
7948 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7949 M:      Josh Triplett <josh@joshtriplett.org>
7950 R:      Steven Rostedt <rostedt@goodmis.org>
7951 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7952 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7953 L:      linux-kernel@vger.kernel.org
7954 W:      http://www.rdrop.com/users/paulmck/RCU/
7955 S:      Supported
7956 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7957 F:      Documentation/RCU/
7958 X:      Documentation/RCU/torture.txt
7959 F:      include/linux/rcu*
7960 X:      include/linux/srcu.h
7961 F:      kernel/rcu/
7962 X:      kernel/torture.c
7963
7964 REAL TIME CLOCK (RTC) SUBSYSTEM
7965 M:      Alessandro Zummo <a.zummo@towertech.it>
7966 L:      rtc-linux@googlegroups.com
7967 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7968 S:      Maintained
7969 F:      Documentation/rtc.txt
7970 F:      drivers/rtc/
7971 F:      include/linux/rtc.h
7972 F:      include/uapi/linux/rtc.h
7973
7974 REALTEK AUDIO CODECS
7975 M:      Bard Liao <bardliao@realtek.com>
7976 M:      Oder Chiou <oder_chiou@realtek.com>
7977 S:      Maintained
7978 F:      sound/soc/codecs/rt*
7979 F:      include/sound/rt*.h
7980
7981 REISERFS FILE SYSTEM
7982 L:      reiserfs-devel@vger.kernel.org
7983 S:      Supported
7984 F:      fs/reiserfs/
7985
7986 REGISTER MAP ABSTRACTION
7987 M:      Mark Brown <broonie@kernel.org>
7988 L:      linux-kernel@vger.kernel.org
7989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7990 S:      Supported
7991 F:      drivers/base/regmap/
7992 F:      include/linux/regmap.h
7993
7994 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
7995 M:      Ohad Ben-Cohen <ohad@wizery.com>
7996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
7997 S:      Maintained
7998 F:      drivers/remoteproc/
7999 F:      Documentation/remoteproc.txt
8000 F:      include/linux/remoteproc.h
8001
8002 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8003 M:      Ohad Ben-Cohen <ohad@wizery.com>
8004 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8005 S:      Maintained
8006 F:      drivers/rpmsg/
8007 F:      Documentation/rpmsg.txt
8008 F:      include/linux/rpmsg.h
8009
8010 RESET CONTROLLER FRAMEWORK
8011 M:      Philipp Zabel <p.zabel@pengutronix.de>
8012 S:      Maintained
8013 F:      drivers/reset/
8014 F:      Documentation/devicetree/bindings/reset/
8015 F:      include/linux/reset.h
8016 F:      include/linux/reset-controller.h
8017
8018 RFKILL
8019 M:      Johannes Berg <johannes@sipsolutions.net>
8020 L:      linux-wireless@vger.kernel.org
8021 W:      http://wireless.kernel.org/
8022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8024 S:      Maintained
8025 F:      Documentation/rfkill.txt
8026 F:      net/rfkill/
8027
8028 RHASHTABLE
8029 M:      Thomas Graf <tgraf@suug.ch>
8030 L:      netdev@vger.kernel.org
8031 S:      Maintained
8032 F:      lib/rhashtable.c
8033 F:      include/linux/rhashtable.h
8034
8035 RICOH SMARTMEDIA/XD DRIVER
8036 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8037 S:      Maintained
8038 F:      drivers/mtd/nand/r852.c
8039 F:      drivers/mtd/nand/r852.h
8040
8041 RICOH R5C592 MEMORYSTICK DRIVER
8042 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8043 S:      Maintained
8044 F:      drivers/memstick/host/r592.*
8045
8046 ROCCAT DRIVERS
8047 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8048 W:      http://sourceforge.net/projects/roccat/
8049 S:      Maintained
8050 F:      drivers/hid/hid-roccat*
8051 F:      include/linux/hid-roccat*
8052 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8053
8054 ROCKER DRIVER
8055 M:      Jiri Pirko <jiri@resnulli.us>
8056 M:      Scott Feldman <sfeldma@gmail.com>
8057 L:      netdev@vger.kernel.org
8058 S:      Supported
8059 F:      drivers/net/ethernet/rocker/
8060
8061 ROCKETPORT DRIVER
8062 P:      Comtrol Corp.
8063 W:      http://www.comtrol.com
8064 S:      Maintained
8065 F:      Documentation/serial/rocket.txt
8066 F:      drivers/tty/rocket*
8067
8068 ROCKETPORT EXPRESS/INFINITY DRIVER
8069 M:      Kevin Cernekee <cernekee@gmail.com>
8070 L:      linux-serial@vger.kernel.org
8071 S:      Odd Fixes
8072 F:      drivers/tty/serial/rp2.*
8073
8074 ROSE NETWORK LAYER
8075 M:      Ralf Baechle <ralf@linux-mips.org>
8076 L:      linux-hams@vger.kernel.org
8077 W:      http://www.linux-ax25.org/
8078 S:      Maintained
8079 F:      include/net/rose.h
8080 F:      include/uapi/linux/rose.h
8081 F:      net/rose/
8082
8083 RTL2830 MEDIA DRIVER
8084 M:      Antti Palosaari <crope@iki.fi>
8085 L:      linux-media@vger.kernel.org
8086 W:      http://linuxtv.org/
8087 W:      http://palosaari.fi/linux/
8088 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8089 T:      git git://linuxtv.org/anttip/media_tree.git
8090 S:      Maintained
8091 F:      drivers/media/dvb-frontends/rtl2830*
8092
8093 RTL2832 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/rtl2832*
8102
8103 RTL2832_SDR 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_sdr*
8112
8113 RTL8180 WIRELESS DRIVER
8114 L:      linux-wireless@vger.kernel.org
8115 W:      http://wireless.kernel.org/
8116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8117 S:      Orphan
8118 F:      drivers/net/wireless/rtl818x/rtl8180/
8119
8120 RTL8187 WIRELESS DRIVER
8121 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8122 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8123 M:      Larry Finger <Larry.Finger@lwfinger.net>
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:      Maintained
8128 F:      drivers/net/wireless/rtl818x/rtl8187/
8129
8130 RTL8192CE WIRELESS DRIVER
8131 M:      Larry Finger <Larry.Finger@lwfinger.net>
8132 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8133 L:      linux-wireless@vger.kernel.org
8134 W:      http://wireless.kernel.org/
8135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8136 S:      Maintained
8137 F:      drivers/net/wireless/rtlwifi/
8138 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8139
8140 S3 SAVAGE FRAMEBUFFER DRIVER
8141 M:      Antonino Daplas <adaplas@gmail.com>
8142 L:      linux-fbdev@vger.kernel.org
8143 S:      Maintained
8144 F:      drivers/video/fbdev/savage/
8145
8146 S390
8147 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8148 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8149 M:      linux390@de.ibm.com
8150 L:      linux-s390@vger.kernel.org
8151 W:      http://www.ibm.com/developerworks/linux/linux390/
8152 S:      Supported
8153 F:      arch/s390/
8154 F:      drivers/s390/
8155 F:      Documentation/s390/
8156 F:      Documentation/DocBook/s390*
8157
8158 S390 COMMON I/O LAYER
8159 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8160 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8161 L:      linux-s390@vger.kernel.org
8162 W:      http://www.ibm.com/developerworks/linux/linux390/
8163 S:      Supported
8164 F:      drivers/s390/cio/
8165
8166 S390 DASD DRIVER
8167 M:      Stefan Weinhuber <wein@de.ibm.com>
8168 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8169 L:      linux-s390@vger.kernel.org
8170 W:      http://www.ibm.com/developerworks/linux/linux390/
8171 S:      Supported
8172 F:      drivers/s390/block/dasd*
8173 F:      block/partitions/ibm.c
8174
8175 S390 NETWORK DRIVERS
8176 M:      Ursula Braun <ursula.braun@de.ibm.com>
8177 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8178 M:      linux390@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/net/
8183
8184 S390 PCI SUBSYSTEM
8185 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8186 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8187 L:      linux-s390@vger.kernel.org
8188 W:      http://www.ibm.com/developerworks/linux/linux390/
8189 S:      Supported
8190 F:      arch/s390/pci/
8191 F:      drivers/pci/hotplug/s390_pci_hpc.c
8192
8193 S390 ZCRYPT DRIVER
8194 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8195 M:      linux390@de.ibm.com
8196 L:      linux-s390@vger.kernel.org
8197 W:      http://www.ibm.com/developerworks/linux/linux390/
8198 S:      Supported
8199 F:      drivers/s390/crypto/
8200
8201 S390 ZFCP DRIVER
8202 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8203 M:      linux390@de.ibm.com
8204 L:      linux-s390@vger.kernel.org
8205 W:      http://www.ibm.com/developerworks/linux/linux390/
8206 S:      Supported
8207 F:      drivers/s390/scsi/zfcp_*
8208
8209 S390 IUCV NETWORK LAYER
8210 M:      Ursula Braun <ursula.braun@de.ibm.com>
8211 M:      linux390@de.ibm.com
8212 L:      linux-s390@vger.kernel.org
8213 W:      http://www.ibm.com/developerworks/linux/linux390/
8214 S:      Supported
8215 F:      drivers/s390/net/*iucv*
8216 F:      include/net/iucv/
8217 F:      net/iucv/
8218
8219 S3C24XX SD/MMC Driver
8220 M:      Ben Dooks <ben-linux@fluff.org>
8221 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8222 S:      Supported
8223 F:      drivers/mmc/host/s3cmci.*
8224
8225 SAA6588 RDS RECEIVER DRIVER
8226 M:      Hans Verkuil <hverkuil@xs4all.nl>
8227 L:      linux-media@vger.kernel.org
8228 T:      git git://linuxtv.org/media_tree.git
8229 W:      http://linuxtv.org
8230 S:      Odd Fixes
8231 F:      drivers/media/i2c/saa6588*
8232
8233 SAA7134 VIDEO4LINUX DRIVER
8234 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8235 L:      linux-media@vger.kernel.org
8236 W:      http://linuxtv.org
8237 T:      git git://linuxtv.org/media_tree.git
8238 S:      Odd fixes
8239 F:      Documentation/video4linux/*.saa7134
8240 F:      drivers/media/pci/saa7134/
8241
8242 SAA7146 VIDEO4LINUX-2 DRIVER
8243 M:      Hans Verkuil <hverkuil@xs4all.nl>
8244 L:      linux-media@vger.kernel.org
8245 T:      git git://linuxtv.org/media_tree.git
8246 S:      Maintained
8247 F:      drivers/media/common/saa7146/
8248 F:      drivers/media/pci/saa7146/
8249 F:      include/media/saa7146*
8250
8251 SAMSUNG LAPTOP DRIVER
8252 M:      Corentin Chary <corentin.chary@gmail.com>
8253 L:      platform-driver-x86@vger.kernel.org
8254 S:      Maintained
8255 F:      drivers/platform/x86/samsung-laptop.c
8256
8257 SAMSUNG AUDIO (ASoC) DRIVERS
8258 M:      Sangbeom Kim <sbkim73@samsung.com>
8259 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8260 S:      Supported
8261 F:      sound/soc/samsung/
8262
8263 SAMSUNG FRAMEBUFFER DRIVER
8264 M:      Jingoo Han <jg1.han@samsung.com>
8265 L:      linux-fbdev@vger.kernel.org
8266 S:      Maintained
8267 F:      drivers/video/fbdev/s3c-fb.c
8268
8269 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8270 M:      Sangbeom Kim <sbkim73@samsung.com>
8271 L:      linux-kernel@vger.kernel.org
8272 S:      Supported
8273 F:      drivers/mfd/sec*.c
8274 F:      drivers/regulator/s2m*.c
8275 F:      drivers/regulator/s5m*.c
8276 F:      include/linux/mfd/samsung/
8277
8278 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8279 M:      Kyungmin Park <kyungmin.park@samsung.com>
8280 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8281 L:      linux-media@vger.kernel.org
8282 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8283 S:      Supported
8284 F:      drivers/media/platform/exynos4-is/
8285
8286 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8287 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8288 L:      linux-media@vger.kernel.org
8289 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8290 S:      Maintained
8291 F:      drivers/media/platform/s3c-camif/
8292 F:      include/media/s3c_camif.h
8293
8294 SAMSUNG S5C73M3 CAMERA DRIVER
8295 M:      Kyungmin Park <kyungmin.park@samsung.com>
8296 M:      Andrzej Hajda <a.hajda@samsung.com>
8297 L:      linux-media@vger.kernel.org
8298 S:      Supported
8299 F:      drivers/media/i2c/s5c73m3/*
8300
8301 SAMSUNG S5K5BAF CAMERA DRIVER
8302 M:      Kyungmin Park <kyungmin.park@samsung.com>
8303 M:      Andrzej Hajda <a.hajda@samsung.com>
8304 L:      linux-media@vger.kernel.org
8305 S:      Supported
8306 F:      drivers/media/i2c/s5k5baf.c
8307
8308 SAMSUNG SOC CLOCK DRIVERS
8309 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8310 M:      Tomasz Figa <tomasz.figa@gmail.com>
8311 S:      Supported
8312 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8313 F:      drivers/clk/samsung/
8314
8315 SAMSUNG SXGBE DRIVERS
8316 M:      Byungho An <bh74.an@samsung.com>
8317 M:      Girish K S <ks.giri@samsung.com>
8318 M:      Vipul Pandya <vipul.pandya@samsung.com>
8319 S:      Supported
8320 L:      netdev@vger.kernel.org
8321 F:      drivers/net/ethernet/samsung/sxgbe/
8322
8323 SAMSUNG USB2 PHY DRIVER
8324 M:      Kamil Debski <k.debski@samsung.com>
8325 L:      linux-kernel@vger.kernel.org
8326 S:      Supported
8327 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8328 F:      Documentation/phy/samsung-usb2.txt
8329 F:      drivers/phy/phy-exynos4210-usb2.c
8330 F:      drivers/phy/phy-exynos4x12-usb2.c
8331 F:      drivers/phy/phy-exynos5250-usb2.c
8332 F:      drivers/phy/phy-s5pv210-usb2.c
8333 F:      drivers/phy/phy-samsung-usb2.c
8334 F:      drivers/phy/phy-samsung-usb2.h
8335
8336 SERIAL DRIVERS
8337 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8338 L:      linux-serial@vger.kernel.org
8339 S:      Maintained
8340 F:      drivers/tty/serial/
8341
8342 SYNOPSYS DESIGNWARE DMAC DRIVER
8343 M:      Viresh Kumar <viresh.linux@gmail.com>
8344 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8345 S:      Maintained
8346 F:      include/linux/platform_data/dma-dw.h
8347 F:      drivers/dma/dw/
8348
8349 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8350 M:      Seungwon Jeon <tgih.jun@samsung.com>
8351 M:      Jaehoon Chung <jh80.chung@samsung.com>
8352 L:      linux-mmc@vger.kernel.org
8353 S:      Maintained
8354 F:      include/linux/mmc/dw_mmc.h
8355 F:      drivers/mmc/host/dw_mmc*
8356
8357 THUNDERBOLT DRIVER
8358 M:      Andreas Noever <andreas.noever@gmail.com>
8359 S:      Maintained
8360 F:      drivers/thunderbolt/
8361
8362 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8363 M:      John Stultz <john.stultz@linaro.org>
8364 M:      Thomas Gleixner <tglx@linutronix.de>
8365 L:      linux-kernel@vger.kernel.org
8366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8367 S:      Supported
8368 F:      include/linux/clocksource.h
8369 F:      include/linux/time.h
8370 F:      include/linux/timex.h
8371 F:      include/uapi/linux/time.h
8372 F:      include/uapi/linux/timex.h
8373 F:      kernel/time/clocksource.c
8374 F:      kernel/time/time*.c
8375 F:      kernel/time/ntp.c
8376
8377 TLG2300 VIDEO4LINUX-2 DRIVER
8378 M:      Huang Shijie <shijie8@gmail.com>
8379 M:      Hans Verkuil <hverkuil@xs4all.nl>
8380 S:      Odd Fixes
8381 F:      drivers/media/usb/tlg2300/
8382
8383 SC1200 WDT DRIVER
8384 M:      Zwane Mwaikambo <zwanem@gmail.com>
8385 S:      Maintained
8386 F:      drivers/watchdog/sc1200wdt.c
8387
8388 SCHEDULER
8389 M:      Ingo Molnar <mingo@redhat.com>
8390 M:      Peter Zijlstra <peterz@infradead.org>
8391 L:      linux-kernel@vger.kernel.org
8392 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8393 S:      Maintained
8394 F:      kernel/sched/
8395 F:      include/linux/sched.h
8396 F:      include/uapi/linux/sched.h
8397 F:      include/linux/wait.h
8398
8399 SCORE ARCHITECTURE
8400 M:      Chen Liqin <liqin.linux@gmail.com>
8401 M:      Lennox Wu <lennox.wu@gmail.com>
8402 W:      http://www.sunplus.com
8403 S:      Supported
8404 F:      arch/score/
8405
8406 SCSI CDROM DRIVER
8407 M:      Jens Axboe <axboe@kernel.dk>
8408 L:      linux-scsi@vger.kernel.org
8409 W:      http://www.kernel.dk
8410 S:      Maintained
8411 F:      drivers/scsi/sr*
8412
8413 SCSI RDMA PROTOCOL (SRP) INITIATOR
8414 M:      Bart Van Assche <bvanassche@acm.org>
8415 L:      linux-rdma@vger.kernel.org
8416 S:      Supported
8417 W:      http://www.openfabrics.org
8418 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8419 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8420 F:      drivers/infiniband/ulp/srp/
8421 F:      include/scsi/srp.h
8422
8423 SCSI SG DRIVER
8424 M:      Doug Gilbert <dgilbert@interlog.com>
8425 L:      linux-scsi@vger.kernel.org
8426 W:      http://sg.danny.cz/sg
8427 S:      Maintained
8428 F:      Documentation/scsi/scsi-generic.txt
8429 F:      drivers/scsi/sg.c
8430 F:      include/scsi/sg.h
8431
8432 SCSI SUBSYSTEM
8433 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8434 L:      linux-scsi@vger.kernel.org
8435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8438 S:      Maintained
8439 F:      drivers/scsi/
8440 F:      include/scsi/
8441
8442 SCSI TAPE DRIVER
8443 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8444 L:      linux-scsi@vger.kernel.org
8445 S:      Maintained
8446 F:      Documentation/scsi/st.txt
8447 F:      drivers/scsi/st.*
8448 F:      drivers/scsi/st_*.h
8449
8450 SCTP PROTOCOL
8451 M:      Vlad Yasevich <vyasevich@gmail.com>
8452 M:      Neil Horman <nhorman@tuxdriver.com>
8453 L:      linux-sctp@vger.kernel.org
8454 W:      http://lksctp.sourceforge.net
8455 S:      Maintained
8456 F:      Documentation/networking/sctp.txt
8457 F:      include/linux/sctp.h
8458 F:      include/uapi/linux/sctp.h
8459 F:      include/net/sctp/
8460 F:      net/sctp/
8461
8462 SCx200 CPU SUPPORT
8463 M:      Jim Cromie <jim.cromie@gmail.com>
8464 S:      Odd Fixes
8465 F:      Documentation/i2c/busses/scx200_acb
8466 F:      arch/x86/platform/scx200/
8467 F:      drivers/watchdog/scx200_wdt.c
8468 F:      drivers/i2c/busses/scx200*
8469 F:      drivers/mtd/maps/scx200_docflash.c
8470 F:      include/linux/scx200.h
8471
8472 SCx200 GPIO DRIVER
8473 M:      Jim Cromie <jim.cromie@gmail.com>
8474 S:      Maintained
8475 F:      drivers/char/scx200_gpio.c
8476 F:      include/linux/scx200_gpio.h
8477
8478 SCx200 HRT CLOCKSOURCE DRIVER
8479 M:      Jim Cromie <jim.cromie@gmail.com>
8480 S:      Maintained
8481 F:      drivers/clocksource/scx200_hrt.c
8482
8483 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8484 M:      Sascha Sommer <saschasommer@freenet.de>
8485 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8486 S:      Maintained
8487 F:      drivers/mmc/host/sdricoh_cs.c
8488
8489 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8490 M:      Chris Ball <chris@printf.net>
8491 L:      linux-mmc@vger.kernel.org
8492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8493 S:      Maintained
8494 F:      drivers/mmc/host/sdhci.*
8495 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8496
8497 SECURE COMPUTING
8498 M:      Kees Cook <keescook@chromium.org>
8499 R:      Andy Lutomirski <luto@amacapital.net>
8500 R:      Will Drewry <wad@chromium.org>
8501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8502 S:      Supported
8503 F:      kernel/seccomp.c
8504 F:      include/uapi/linux/seccomp.h
8505 F:      include/linux/seccomp.h
8506 K:      \bsecure_computing
8507 K:      \bTIF_SECCOMP\b
8508
8509 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8510 M:      Anton Vorontsov <anton@enomsg.org>
8511 L:      linuxppc-dev@lists.ozlabs.org
8512 L:      linux-mmc@vger.kernel.org
8513 S:      Maintained
8514 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8515
8516 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8517 M:      Ben Dooks <ben-linux@fluff.org>
8518 L:      linux-mmc@vger.kernel.org
8519 S:      Maintained
8520 F:      drivers/mmc/host/sdhci-s3c.c
8521
8522 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8523 M:      Viresh Kumar <viresh.linux@gmail.com>
8524 L:      spear-devel@list.st.com
8525 L:      linux-mmc@vger.kernel.org
8526 S:      Maintained
8527 F:      drivers/mmc/host/sdhci-spear.c
8528
8529 SECURITY SUBSYSTEM
8530 M:      James Morris <james.l.morris@oracle.com>
8531 M:      Serge E. Hallyn <serge@hallyn.com>
8532 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8534 W:      http://kernsec.org/
8535 S:      Supported
8536 F:      security/
8537
8538 SECURITY CONTACT
8539 M:      Security Officers <security@kernel.org>
8540 S:      Supported
8541
8542 SELINUX SECURITY MODULE
8543 M:      Paul Moore <paul@paul-moore.com>
8544 M:      Stephen Smalley <sds@tycho.nsa.gov>
8545 M:      Eric Paris <eparis@parisplace.org>
8546 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8547 W:      http://selinuxproject.org
8548 T:      git git://git.infradead.org/users/pcmoore/selinux
8549 S:      Supported
8550 F:      include/linux/selinux*
8551 F:      security/selinux/
8552 F:      scripts/selinux/
8553
8554 APPARMOR SECURITY MODULE
8555 M:      John Johansen <john.johansen@canonical.com>
8556 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8557 W:      apparmor.wiki.kernel.org
8558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8559 S:      Supported
8560 F:      security/apparmor/
8561
8562 SENSABLE PHANTOM
8563 M:      Jiri Slaby <jirislaby@gmail.com>
8564 S:      Maintained
8565 F:      drivers/misc/phantom.c
8566 F:      include/uapi/linux/phantom.h
8567
8568 SERIAL ATA (SATA) SUBSYSTEM
8569 M:      Tejun Heo <tj@kernel.org>
8570 L:      linux-ide@vger.kernel.org
8571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8572 S:      Supported
8573 F:      drivers/ata/
8574 F:      include/linux/ata.h
8575 F:      include/linux/libata.h
8576
8577 SERIAL ATA AHCI PLATFORM devices support
8578 M:      Hans de Goede <hdegoede@redhat.com>
8579 M:      Tejun Heo <tj@kernel.org>
8580 L:      linux-ide@vger.kernel.org
8581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8582 S:      Supported
8583 F:      drivers/ata/ahci_platform.c
8584 F:      drivers/ata/libahci_platform.c
8585 F:      include/linux/ahci_platform.h
8586
8587 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8588 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8589 L:      linux-scsi@vger.kernel.org
8590 W:      http://www.emulex.com
8591 S:      Supported
8592 F:      drivers/scsi/be2iscsi/
8593
8594 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8595 M:      Sathya Perla <sathya.perla@emulex.com>
8596 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8597 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8598 L:      netdev@vger.kernel.org
8599 W:      http://www.emulex.com
8600 S:      Supported
8601 F:      drivers/net/ethernet/emulex/benet/
8602
8603 SFC NETWORK DRIVER
8604 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8605 M:      Shradha Shah <sshah@solarflare.com>
8606 L:      netdev@vger.kernel.org
8607 S:      Supported
8608 F:      drivers/net/ethernet/sfc/
8609
8610 SGI GRU DRIVER
8611 M:      Dimitri Sivanich <sivanich@sgi.com>
8612 S:      Maintained
8613 F:      drivers/misc/sgi-gru/
8614
8615 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8616 M:      Pat Gefre <pfg@sgi.com>
8617 L:      linux-ia64@vger.kernel.org
8618 S:      Supported
8619 F:      Documentation/ia64/serial.txt
8620 F:      drivers/tty/serial/ioc?_serial.c
8621 F:      include/linux/ioc?.h
8622
8623 SGI XP/XPC/XPNET DRIVER
8624 M:      Cliff Whickman <cpw@sgi.com>
8625 M:      Robin Holt <robinmholt@gmail.com>
8626 S:      Maintained
8627 F:      drivers/misc/sgi-xp/
8628
8629 SI2157 MEDIA DRIVER
8630 M:      Antti Palosaari <crope@iki.fi>
8631 L:      linux-media@vger.kernel.org
8632 W:      http://linuxtv.org/
8633 W:      http://palosaari.fi/linux/
8634 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8635 T:      git git://linuxtv.org/anttip/media_tree.git
8636 S:      Maintained
8637 F:      drivers/media/tuners/si2157*
8638
8639 SI2168 MEDIA DRIVER
8640 M:      Antti Palosaari <crope@iki.fi>
8641 L:      linux-media@vger.kernel.org
8642 W:      http://linuxtv.org/
8643 W:      http://palosaari.fi/linux/
8644 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8645 T:      git git://linuxtv.org/anttip/media_tree.git
8646 S:      Maintained
8647 F:      drivers/media/dvb-frontends/si2168*
8648
8649 SI470X FM RADIO RECEIVER I2C DRIVER
8650 M:      Hans Verkuil <hverkuil@xs4all.nl>
8651 L:      linux-media@vger.kernel.org
8652 T:      git git://linuxtv.org/media_tree.git
8653 W:      http://linuxtv.org
8654 S:      Odd Fixes
8655 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8656
8657 SI470X FM RADIO RECEIVER USB DRIVER
8658 M:      Hans Verkuil <hverkuil@xs4all.nl>
8659 L:      linux-media@vger.kernel.org
8660 T:      git git://linuxtv.org/media_tree.git
8661 W:      http://linuxtv.org
8662 S:      Maintained
8663 F:      drivers/media/radio/si470x/radio-si470x-common.c
8664 F:      drivers/media/radio/si470x/radio-si470x.h
8665 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8666
8667 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8668 M:      Eduardo Valentin <edubezval@gmail.com>
8669 L:      linux-media@vger.kernel.org
8670 T:      git git://linuxtv.org/media_tree.git
8671 W:      http://linuxtv.org
8672 S:      Odd Fixes
8673 F:      drivers/media/radio/si4713/si4713.?
8674
8675 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8676 M:      Eduardo Valentin <edubezval@gmail.com>
8677 L:      linux-media@vger.kernel.org
8678 T:      git git://linuxtv.org/media_tree.git
8679 W:      http://linuxtv.org
8680 S:      Odd Fixes
8681 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8682
8683 SI4713 FM RADIO TRANSMITTER USB DRIVER
8684 M:      Hans Verkuil <hverkuil@xs4all.nl>
8685 L:      linux-media@vger.kernel.org
8686 T:      git git://linuxtv.org/media_tree.git
8687 W:      http://linuxtv.org
8688 S:      Maintained
8689 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8690
8691 SIANO DVB DRIVER
8692 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8693 L:      linux-media@vger.kernel.org
8694 W:      http://linuxtv.org
8695 T:      git git://linuxtv.org/media_tree.git
8696 S:      Odd fixes
8697 F:      drivers/media/common/siano/
8698 F:      drivers/media/usb/siano/
8699 F:      drivers/media/usb/siano/
8700 F:      drivers/media/mmc/siano/
8701
8702 SIMPLEFB FB DRIVER
8703 M:      Hans de Goede <hdegoede@redhat.com>
8704 L:      linux-fbdev@vger.kernel.org
8705 S:      Maintained
8706 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8707 F:      drivers/video/fbdev/simplefb.c
8708 F:      include/linux/platform_data/simplefb.h
8709
8710 SH_VEU V4L2 MEM2MEM DRIVER
8711 L:      linux-media@vger.kernel.org
8712 S:      Orphan
8713 F:      drivers/media/platform/sh_veu.c
8714
8715 SH_VOU V4L2 OUTPUT DRIVER
8716 L:      linux-media@vger.kernel.org
8717 S:      Orphan
8718 F:      drivers/media/platform/sh_vou.c
8719 F:      include/media/sh_vou.h
8720
8721 SIMPLE FIRMWARE INTERFACE (SFI)
8722 M:      Len Brown <lenb@kernel.org>
8723 L:      sfi-devel@simplefirmware.org
8724 W:      http://simplefirmware.org/
8725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8726 S:      Supported
8727 F:      arch/x86/platform/sfi/
8728 F:      drivers/sfi/
8729 F:      include/linux/sfi*.h
8730
8731 SIMTEC EB110ATX (Chalice CATS)
8732 P:      Ben Dooks
8733 P:      Vincent Sanders <vince@simtec.co.uk>
8734 M:      Simtec Linux Team <linux@simtec.co.uk>
8735 W:      http://www.simtec.co.uk/products/EB110ATX/
8736 S:      Supported
8737
8738 SIMTEC EB2410ITX (BAST)
8739 P:      Ben Dooks
8740 P:      Vincent Sanders <vince@simtec.co.uk>
8741 M:      Simtec Linux Team <linux@simtec.co.uk>
8742 W:      http://www.simtec.co.uk/products/EB2410ITX/
8743 S:      Supported
8744 F:      arch/arm/mach-s3c24xx/mach-bast.c
8745 F:      arch/arm/mach-s3c24xx/bast-ide.c
8746 F:      arch/arm/mach-s3c24xx/bast-irq.c
8747
8748 TI DAVINCI MACHINE SUPPORT
8749 M:      Sekhar Nori <nsekhar@ti.com>
8750 M:      Kevin Hilman <khilman@deeprootsystems.com>
8751 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8752 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8753 S:      Supported
8754 F:      arch/arm/mach-davinci/
8755 F:      drivers/i2c/busses/i2c-davinci.c
8756
8757 TI DAVINCI SERIES MEDIA DRIVER
8758 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8759 L:      linux-media@vger.kernel.org
8760 W:      http://linuxtv.org/
8761 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8762 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8763 S:      Maintained
8764 F:      drivers/media/platform/davinci/
8765 F:      include/media/davinci/
8766
8767 SIS 190 ETHERNET DRIVER
8768 M:      Francois Romieu <romieu@fr.zoreil.com>
8769 L:      netdev@vger.kernel.org
8770 S:      Maintained
8771 F:      drivers/net/ethernet/sis/sis190.c
8772
8773 SIS 900/7016 FAST ETHERNET DRIVER
8774 M:      Daniele Venzano <venza@brownhat.org>
8775 W:      http://www.brownhat.org/sis900.html
8776 L:      netdev@vger.kernel.org
8777 S:      Maintained
8778 F:      drivers/net/ethernet/sis/sis900.*
8779
8780 SIS FRAMEBUFFER DRIVER
8781 M:      Thomas Winischhofer <thomas@winischhofer.net>
8782 W:      http://www.winischhofer.net/linuxsisvga.shtml
8783 S:      Maintained
8784 F:      Documentation/fb/sisfb.txt
8785 F:      drivers/video/fbdev/sis/
8786 F:      include/video/sisfb.h
8787
8788 SIS USB2VGA DRIVER
8789 M:      Thomas Winischhofer <thomas@winischhofer.net>
8790 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8791 S:      Maintained
8792 F:      drivers/usb/misc/sisusbvga/
8793
8794 SLAB ALLOCATOR
8795 M:      Christoph Lameter <cl@linux.com>
8796 M:      Pekka Enberg <penberg@kernel.org>
8797 M:      David Rientjes <rientjes@google.com>
8798 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8799 M:      Andrew Morton <akpm@linux-foundation.org>
8800 L:      linux-mm@kvack.org
8801 S:      Maintained
8802 F:      include/linux/sl?b*.h
8803 F:      mm/sl?b*
8804
8805 SLEEPABLE READ-COPY UPDATE (SRCU)
8806 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8807 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8808 M:      Josh Triplett <josh@joshtriplett.org>
8809 R:      Steven Rostedt <rostedt@goodmis.org>
8810 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8811 L:      linux-kernel@vger.kernel.org
8812 W:      http://www.rdrop.com/users/paulmck/RCU/
8813 S:      Supported
8814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8815 F:      include/linux/srcu.h
8816 F:      kernel/rcu/srcu.c
8817
8818 SMACK SECURITY MODULE
8819 M:      Casey Schaufler <casey@schaufler-ca.com>
8820 L:      linux-security-module@vger.kernel.org
8821 W:      http://schaufler-ca.com
8822 T:      git git://git.gitorious.org/smack-next/kernel.git
8823 S:      Maintained
8824 F:      Documentation/security/Smack.txt
8825 F:      security/smack/
8826
8827 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8828 M:      Kevin Hilman <khilman@kernel.org>
8829 M:      Nishanth Menon <nm@ti.com>
8830 S:      Maintained
8831 F:      drivers/power/avs/
8832 F:      include/linux/power/smartreflex.h
8833 L:      linux-pm@vger.kernel.org
8834
8835 SMC91x ETHERNET DRIVER
8836 M:      Nicolas Pitre <nico@fluxnic.net>
8837 S:      Odd Fixes
8838 F:      drivers/net/ethernet/smsc/smc91x.*
8839
8840 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8841 M:      Sakari Ailus <sakari.ailus@iki.fi>
8842 L:      linux-media@vger.kernel.org
8843 S:      Maintained
8844 F:      drivers/media/i2c/smiapp/
8845 F:      include/media/smiapp.h
8846 F:      drivers/media/i2c/smiapp-pll.c
8847 F:      drivers/media/i2c/smiapp-pll.h
8848
8849 SMM665 HARDWARE MONITOR DRIVER
8850 M:      Guenter Roeck <linux@roeck-us.net>
8851 L:      lm-sensors@lm-sensors.org
8852 S:      Maintained
8853 F:      Documentation/hwmon/smm665
8854 F:      drivers/hwmon/smm665.c
8855
8856 SMSC EMC2103 HARDWARE MONITOR DRIVER
8857 M:      Steve Glendinning <steve.glendinning@shawell.net>
8858 L:      lm-sensors@lm-sensors.org
8859 S:      Maintained
8860 F:      Documentation/hwmon/emc2103
8861 F:      drivers/hwmon/emc2103.c
8862
8863 SMSC SCH5627 HARDWARE MONITOR DRIVER
8864 M:      Hans de Goede <hdegoede@redhat.com>
8865 L:      lm-sensors@lm-sensors.org
8866 S:      Supported
8867 F:      Documentation/hwmon/sch5627
8868 F:      drivers/hwmon/sch5627.c
8869
8870 SMSC47B397 HARDWARE MONITOR DRIVER
8871 M:      Jean Delvare <jdelvare@suse.de>
8872 L:      lm-sensors@lm-sensors.org
8873 S:      Maintained
8874 F:      Documentation/hwmon/smsc47b397
8875 F:      drivers/hwmon/smsc47b397.c
8876
8877 SMSC911x ETHERNET DRIVER
8878 M:      Steve Glendinning <steve.glendinning@shawell.net>
8879 L:      netdev@vger.kernel.org
8880 S:      Maintained
8881 F:      include/linux/smsc911x.h
8882 F:      drivers/net/ethernet/smsc/smsc911x.*
8883
8884 SMSC9420 PCI ETHERNET DRIVER
8885 M:      Steve Glendinning <steve.glendinning@shawell.net>
8886 L:      netdev@vger.kernel.org
8887 S:      Maintained
8888 F:      drivers/net/ethernet/smsc/smsc9420.*
8889
8890 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8891 M:      Steve Glendinning <steve.glendinning@shawell.net>
8892 L:      linux-fbdev@vger.kernel.org
8893 S:      Maintained
8894 F:      drivers/video/fbdev/smscufx.c
8895
8896 SOC-CAMERA V4L2 SUBSYSTEM
8897 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8898 L:      linux-media@vger.kernel.org
8899 T:      git git://linuxtv.org/media_tree.git
8900 S:      Maintained
8901 F:      include/media/soc*
8902 F:      drivers/media/i2c/soc_camera/
8903 F:      drivers/media/platform/soc_camera/
8904
8905 SOEKRIS NET48XX LED SUPPORT
8906 M:      Chris Boot <bootc@bootc.net>
8907 S:      Maintained
8908 F:      drivers/leds/leds-net48xx.c
8909
8910 SOFTLOGIC 6x10 MPEG CODEC
8911 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8912 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8913 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
8914 L:      linux-media@vger.kernel.org
8915 S:      Supported
8916 F:      drivers/media/pci/solo6x10/
8917
8918 SOFTWARE RAID (Multiple Disks) SUPPORT
8919 M:      Neil Brown <neilb@suse.de>
8920 L:      linux-raid@vger.kernel.org
8921 S:      Supported
8922 F:      drivers/md/
8923 F:      include/linux/raid/
8924 F:      include/uapi/linux/raid/
8925
8926 SONIC NETWORK DRIVER
8927 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8928 L:      netdev@vger.kernel.org
8929 S:      Maintained
8930 F:      drivers/net/ethernet/natsemi/sonic.*
8931
8932 SONICS SILICON BACKPLANE DRIVER (SSB)
8933 M:      Michael Buesch <m@bues.ch>
8934 L:      netdev@vger.kernel.org
8935 S:      Maintained
8936 F:      drivers/ssb/
8937 F:      include/linux/ssb/
8938
8939 SONY VAIO CONTROL DEVICE DRIVER
8940 M:      Mattia Dongili <malattia@linux.it>
8941 L:      platform-driver-x86@vger.kernel.org
8942 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8943 S:      Maintained
8944 F:      Documentation/laptops/sony-laptop.txt
8945 F:      drivers/char/sonypi.c
8946 F:      drivers/platform/x86/sony-laptop.c
8947 F:      include/linux/sony-laptop.h
8948
8949 SONY MEMORYSTICK CARD SUPPORT
8950 M:      Alex Dubov <oakad@yahoo.com>
8951 W:      http://tifmxx.berlios.de/
8952 S:      Maintained
8953 F:      drivers/memstick/host/tifm_ms.c
8954
8955 SONY MEMORYSTICK STANDARD SUPPORT
8956 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8957 S:      Maintained
8958 F:      drivers/memstick/core/ms_block.*
8959
8960 SOUND
8961 M:      Jaroslav Kysela <perex@perex.cz>
8962 M:      Takashi Iwai <tiwai@suse.de>
8963 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8964 W:      http://www.alsa-project.org/
8965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8966 T:      git git://git.alsa-project.org/alsa-kernel.git
8967 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
8968 S:      Maintained
8969 F:      Documentation/sound/
8970 F:      include/sound/
8971 F:      include/uapi/sound/
8972 F:      sound/
8973
8974 SOUND - COMPRESSED AUDIO
8975 M:      Vinod Koul <vinod.koul@intel.com>
8976 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8978 S:      Supported
8979 F:      Documentation/sound/alsa/compress_offload.txt
8980 F:      include/sound/compress_driver.h
8981 F:      include/uapi/sound/compress_*
8982 F:      sound/core/compress_offload.c
8983 F:      sound/soc/soc-compress.c
8984
8985 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8986 M:      Liam Girdwood <lgirdwood@gmail.com>
8987 M:      Mark Brown <broonie@kernel.org>
8988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8989 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8990 W:      http://alsa-project.org/main/index.php/ASoC
8991 S:      Supported
8992 F:      Documentation/sound/alsa/soc/
8993 F:      sound/soc/
8994 F:      include/sound/soc*
8995
8996 SOUND - DMAENGINE HELPERS
8997 M:      Lars-Peter Clausen <lars@metafoo.de>
8998 S:      Supported
8999 F:      include/sound/dmaengine_pcm.h
9000 F:      sound/core/pcm_dmaengine.c
9001 F:      sound/soc/soc-generic-dmaengine-pcm.c
9002
9003 SP2 MEDIA DRIVER
9004 M:      Olli Salonen <olli.salonen@iki.fi>
9005 L:      linux-media@vger.kernel.org
9006 W:      http://linuxtv.org/
9007 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9008 S:      Maintained
9009 F:      drivers/media/dvb-frontends/sp2*
9010
9011 SPARC + UltraSPARC (sparc/sparc64)
9012 M:      "David S. Miller" <davem@davemloft.net>
9013 L:      sparclinux@vger.kernel.org
9014 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9017 S:      Maintained
9018 F:      arch/sparc/
9019 F:      drivers/sbus/
9020
9021 SPARC SERIAL DRIVERS
9022 M:      "David S. Miller" <davem@davemloft.net>
9023 L:      sparclinux@vger.kernel.org
9024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9025 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9026 S:      Maintained
9027 F:      include/linux/sunserialcore.h
9028 F:      drivers/tty/serial/suncore.c
9029 F:      drivers/tty/serial/sunhv.c
9030 F:      drivers/tty/serial/sunsab.c
9031 F:      drivers/tty/serial/sunsab.h
9032 F:      drivers/tty/serial/sunsu.c
9033 F:      drivers/tty/serial/sunzilog.c
9034 F:      drivers/tty/serial/sunzilog.h
9035
9036 SPARSE CHECKER
9037 M:      "Christopher Li" <sparse@chrisli.org>
9038 L:      linux-sparse@vger.kernel.org
9039 W:      https://sparse.wiki.kernel.org/
9040 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9041 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9042 S:      Maintained
9043 F:      include/linux/compiler.h
9044
9045 SPEAR PLATFORM SUPPORT
9046 M:      Viresh Kumar <viresh.linux@gmail.com>
9047 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9048 L:      spear-devel@list.st.com
9049 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9050 W:      http://www.st.com/spear
9051 S:      Maintained
9052 F:      arch/arm/mach-spear/
9053
9054 SPEAR CLOCK FRAMEWORK SUPPORT
9055 M:      Viresh Kumar <viresh.linux@gmail.com>
9056 L:      spear-devel@list.st.com
9057 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9058 W:      http://www.st.com/spear
9059 S:      Maintained
9060 F:      drivers/clk/spear/
9061
9062 SPI SUBSYSTEM
9063 M:      Mark Brown <broonie@kernel.org>
9064 L:      linux-spi@vger.kernel.org
9065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9066 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9067 S:      Maintained
9068 F:      Documentation/spi/
9069 F:      drivers/spi/
9070 F:      include/linux/spi/
9071 F:      include/uapi/linux/spi/
9072
9073 SPIDERNET NETWORK DRIVER for CELL
9074 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9075 M:      Jens Osterkamp <jens@de.ibm.com>
9076 L:      netdev@vger.kernel.org
9077 S:      Supported
9078 F:      Documentation/networking/spider_net.txt
9079 F:      drivers/net/ethernet/toshiba/spider_net*
9080
9081 SPU FILE SYSTEM
9082 M:      Jeremy Kerr <jk@ozlabs.org>
9083 L:      linuxppc-dev@lists.ozlabs.org
9084 L:      cbe-oss-dev@lists.ozlabs.org
9085 W:      http://www.ibm.com/developerworks/power/cell/
9086 S:      Supported
9087 F:      Documentation/filesystems/spufs.txt
9088 F:      arch/powerpc/platforms/cell/spufs/
9089
9090 SQUASHFS FILE SYSTEM
9091 M:      Phillip Lougher <phillip@squashfs.org.uk>
9092 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9093 W:      http://squashfs.org.uk
9094 S:      Maintained
9095 F:      Documentation/filesystems/squashfs.txt
9096 F:      fs/squashfs/
9097
9098 SRM (Alpha) environment access
9099 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9100 S:      Maintained
9101 F:      arch/alpha/kernel/srm_env.c
9102
9103 STABLE BRANCH
9104 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9105 L:      stable@vger.kernel.org
9106 S:      Supported
9107 F:      Documentation/stable_kernel_rules.txt
9108
9109 STAGING SUBSYSTEM
9110 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9112 L:      devel@driverdev.osuosl.org
9113 S:      Supported
9114 F:      drivers/staging/
9115
9116 STAGING - COMEDI
9117 M:      Ian Abbott <abbotti@mev.co.uk>
9118 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9119 S:      Odd Fixes
9120 F:      drivers/staging/comedi/
9121
9122 STAGING - FLARION FT1000 DRIVERS
9123 M:      Marek Belisko <marek.belisko@gmail.com>
9124 S:      Odd Fixes
9125 F:      drivers/staging/ft1000/
9126
9127 STAGING - INDUSTRIAL IO
9128 M:      Jonathan Cameron <jic23@kernel.org>
9129 L:      linux-iio@vger.kernel.org
9130 S:      Odd Fixes
9131 F:      drivers/staging/iio/
9132
9133 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9134 M:      Jarod Wilson <jarod@wilsonet.com>
9135 W:      http://www.lirc.org/
9136 S:      Odd Fixes
9137 F:      drivers/staging/media/lirc/
9138
9139 STAGING - LUSTRE PARALLEL FILESYSTEM
9140 M:      Oleg Drokin <oleg.drokin@intel.com>
9141 M:      Andreas Dilger <andreas.dilger@intel.com>
9142 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9143 W:      http://lustre.opensfs.org/
9144 S:      Maintained
9145 F:      drivers/staging/lustre
9146
9147 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9148 M:      Julian Andres Klode <jak@jak-linux.org>
9149 M:      Marc Dietrich <marvin24@gmx.de>
9150 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9151 L:      linux-tegra@vger.kernel.org
9152 S:      Maintained
9153 F:      drivers/staging/nvec/
9154
9155 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9156 M:      Jens Frederich <jfrederich@gmail.com>
9157 M:      Daniel Drake <dsd@laptop.org>
9158 M:      Jon Nettleton <jon.nettleton@gmail.com>
9159 W:      http://wiki.laptop.org/go/DCON
9160 S:      Maintained
9161 F:      drivers/staging/olpc_dcon/
9162
9163 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9164 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9165 S:      Maintained
9166 F:      drivers/staging/ozwpan/
9167
9168 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9169 M:      Willy Tarreau <willy@meta-x.org>
9170 S:      Odd Fixes
9171 F:      drivers/staging/panel/
9172
9173 STAGING - REALTEK RTL8712U DRIVERS
9174 M:      Larry Finger <Larry.Finger@lwfinger.net>
9175 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9176 S:      Odd Fixes
9177 F:      drivers/staging/rtl8712/
9178
9179 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9180 M:      Larry Finger <Larry.Finger@lwfinger.net>
9181 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9182 L:      linux-wireless@vger.kernel.org
9183 S:      Maintained
9184 F:      drivers/staging/rtl8723au/
9185
9186 STAGING - SLICOSS
9187 M:      Lior Dotan <liodot@gmail.com>
9188 M:      Christopher Harrer <charrer@alacritech.com>
9189 S:      Odd Fixes
9190 F:      drivers/staging/slicoss/
9191
9192 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9193 M:      William Hubbs <w.d.hubbs@gmail.com>
9194 M:      Chris Brannon <chris@the-brannons.com>
9195 M:      Kirk Reiser <kirk@reisers.ca>
9196 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9197 L:      speakup@linux-speakup.org
9198 W:      http://www.linux-speakup.org/
9199 S:      Odd Fixes
9200 F:      drivers/staging/speakup/
9201
9202 STAGING - VIA VT665X DRIVERS
9203 M:      Forest Bond <forest@alittletooquiet.net>
9204 S:      Odd Fixes
9205 F:      drivers/staging/vt665?/
9206
9207 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9208 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9209 S:      Odd Fixes
9210 F:      drivers/staging/xgifb/
9211
9212 STARFIRE/DURALAN NETWORK DRIVER
9213 M:      Ion Badulescu <ionut@badula.org>
9214 S:      Odd Fixes
9215 F:      drivers/net/ethernet/adaptec/starfire*
9216
9217 SUN3/3X
9218 M:      Sam Creasey <sammy@sammy.net>
9219 W:      http://sammy.net/sun3/
9220 S:      Maintained
9221 F:      arch/m68k/kernel/*sun3*
9222 F:      arch/m68k/sun3*/
9223 F:      arch/m68k/include/asm/sun3*
9224 F:      drivers/net/ethernet/i825xx/sun3*
9225
9226 SUNDANCE NETWORK DRIVER
9227 M:      Denis Kirjanov <kda@linux-powerpc.org>
9228 L:      netdev@vger.kernel.org
9229 S:      Maintained
9230 F:      drivers/net/ethernet/dlink/sundance.c
9231
9232 SUPERH
9233 L:      linux-sh@vger.kernel.org
9234 W:      http://www.linux-sh.org
9235 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9236 S:      Orphan
9237 F:      Documentation/sh/
9238 F:      arch/sh/
9239 F:      drivers/sh/
9240
9241 SUSPEND TO RAM
9242 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9243 M:      Len Brown <len.brown@intel.com>
9244 M:      Pavel Machek <pavel@ucw.cz>
9245 L:      linux-pm@vger.kernel.org
9246 S:      Supported
9247 F:      Documentation/power/
9248 F:      arch/x86/kernel/acpi/
9249 F:      drivers/base/power/
9250 F:      kernel/power/
9251 F:      include/linux/suspend.h
9252 F:      include/linux/freezer.h
9253 F:      include/linux/pm.h
9254
9255 SVGA HANDLING
9256 M:      Martin Mares <mj@ucw.cz>
9257 L:      linux-video@atrey.karlin.mff.cuni.cz
9258 S:      Maintained
9259 F:      Documentation/svga.txt
9260 F:      arch/x86/boot/video*
9261
9262 SWIOTLB SUBSYSTEM
9263 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9264 L:      linux-kernel@vger.kernel.org
9265 S:      Supported
9266 F:      lib/swiotlb.c
9267 F:      arch/*/kernel/pci-swiotlb.c
9268 F:      include/linux/swiotlb.h
9269
9270 SWITCHDEV
9271 M:      Jiri Pirko <jiri@resnulli.us>
9272 L:      netdev@vger.kernel.org
9273 S:      Supported
9274 F:      net/switchdev/
9275 F:      include/net/switchdev.h
9276
9277 SYNOPSYS ARC ARCHITECTURE
9278 M:      Vineet Gupta <vgupta@synopsys.com>
9279 S:      Supported
9280 F:      arch/arc/
9281 F:      Documentation/devicetree/bindings/arc/
9282 F:      drivers/tty/serial/arc_uart.c
9283
9284 SYSV FILESYSTEM
9285 M:      Christoph Hellwig <hch@infradead.org>
9286 S:      Maintained
9287 F:      Documentation/filesystems/sysv-fs.txt
9288 F:      fs/sysv/
9289 F:      include/linux/sysv_fs.h
9290
9291 TARGET SUBSYSTEM
9292 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9293 L:      linux-scsi@vger.kernel.org
9294 L:      target-devel@vger.kernel.org
9295 W:      http://www.linux-iscsi.org
9296 W:      http://groups.google.com/group/linux-iscsi-target-dev
9297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9298 S:      Supported
9299 F:      drivers/target/
9300 F:      include/target/
9301 F:      Documentation/target/
9302
9303 TASKSTATS STATISTICS INTERFACE
9304 M:      Balbir Singh <bsingharora@gmail.com>
9305 S:      Maintained
9306 F:      Documentation/accounting/taskstats*
9307 F:      include/linux/taskstats*
9308 F:      kernel/taskstats.c
9309
9310 TC CLASSIFIER
9311 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9312 L:      netdev@vger.kernel.org
9313 S:      Maintained
9314 F:      include/net/pkt_cls.h
9315 F:      include/uapi/linux/pkt_cls.h
9316 F:      net/sched/
9317
9318 TCP LOW PRIORITY MODULE
9319 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9320 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9321 W:      http://tcp-lp-mod.sourceforge.net/
9322 S:      Maintained
9323 F:      net/ipv4/tcp_lp.c
9324
9325 TDA10071 MEDIA DRIVER
9326 M:      Antti Palosaari <crope@iki.fi>
9327 L:      linux-media@vger.kernel.org
9328 W:      http://linuxtv.org/
9329 W:      http://palosaari.fi/linux/
9330 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9331 T:      git git://linuxtv.org/anttip/media_tree.git
9332 S:      Maintained
9333 F:      drivers/media/dvb-frontends/tda10071*
9334
9335 TDA18212 MEDIA DRIVER
9336 M:      Antti Palosaari <crope@iki.fi>
9337 L:      linux-media@vger.kernel.org
9338 W:      http://linuxtv.org/
9339 W:      http://palosaari.fi/linux/
9340 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9341 T:      git git://linuxtv.org/anttip/media_tree.git
9342 S:      Maintained
9343 F:      drivers/media/tuners/tda18212*
9344
9345 TDA18218 MEDIA DRIVER
9346 M:      Antti Palosaari <crope@iki.fi>
9347 L:      linux-media@vger.kernel.org
9348 W:      http://linuxtv.org/
9349 W:      http://palosaari.fi/linux/
9350 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9351 T:      git git://linuxtv.org/anttip/media_tree.git
9352 S:      Maintained
9353 F:      drivers/media/tuners/tda18218*
9354
9355 TDA18271 MEDIA DRIVER
9356 M:      Michael Krufky <mkrufky@linuxtv.org>
9357 L:      linux-media@vger.kernel.org
9358 W:      http://linuxtv.org/
9359 W:      http://github.com/mkrufky
9360 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9361 T:      git git://linuxtv.org/mkrufky/tuners.git
9362 S:      Maintained
9363 F:      drivers/media/tuners/tda18271*
9364
9365 TDA827x MEDIA DRIVER
9366 M:      Michael Krufky <mkrufky@linuxtv.org>
9367 L:      linux-media@vger.kernel.org
9368 W:      http://linuxtv.org/
9369 W:      http://github.com/mkrufky
9370 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9371 T:      git git://linuxtv.org/mkrufky/tuners.git
9372 S:      Maintained
9373 F:      drivers/media/tuners/tda8290.*
9374
9375 TDA8290 MEDIA DRIVER
9376 M:      Michael Krufky <mkrufky@linuxtv.org>
9377 L:      linux-media@vger.kernel.org
9378 W:      http://linuxtv.org/
9379 W:      http://github.com/mkrufky
9380 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9381 T:      git git://linuxtv.org/mkrufky/tuners.git
9382 S:      Maintained
9383 F:      drivers/media/tuners/tda8290.*
9384
9385 TDA9840 MEDIA DRIVER
9386 M:      Hans Verkuil <hverkuil@xs4all.nl>
9387 L:      linux-media@vger.kernel.org
9388 T:      git git://linuxtv.org/media_tree.git
9389 W:      http://linuxtv.org
9390 S:      Maintained
9391 F:      drivers/media/i2c/tda9840*
9392
9393 TEA5761 TUNER DRIVER
9394 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9395 L:      linux-media@vger.kernel.org
9396 W:      http://linuxtv.org
9397 T:      git git://linuxtv.org/media_tree.git
9398 S:      Odd fixes
9399 F:      drivers/media/tuners/tea5761.*
9400
9401 TEA5767 TUNER DRIVER
9402 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9403 L:      linux-media@vger.kernel.org
9404 W:      http://linuxtv.org
9405 T:      git git://linuxtv.org/media_tree.git
9406 S:      Maintained
9407 F:      drivers/media/tuners/tea5767.*
9408
9409 TEA6415C MEDIA DRIVER
9410 M:      Hans Verkuil <hverkuil@xs4all.nl>
9411 L:      linux-media@vger.kernel.org
9412 T:      git git://linuxtv.org/media_tree.git
9413 W:      http://linuxtv.org
9414 S:      Maintained
9415 F:      drivers/media/i2c/tea6415c*
9416
9417 TEA6420 MEDIA DRIVER
9418 M:      Hans Verkuil <hverkuil@xs4all.nl>
9419 L:      linux-media@vger.kernel.org
9420 T:      git git://linuxtv.org/media_tree.git
9421 W:      http://linuxtv.org
9422 S:      Maintained
9423 F:      drivers/media/i2c/tea6420*
9424
9425 TEAM DRIVER
9426 M:      Jiri Pirko <jiri@resnulli.us>
9427 L:      netdev@vger.kernel.org
9428 S:      Supported
9429 F:      drivers/net/team/
9430 F:      include/linux/if_team.h
9431 F:      include/uapi/linux/if_team.h
9432
9433 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9434 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9435 S:      Maintained
9436 F:      arch/x86/platform/ts5500/
9437
9438 TECHNOTREND USB IR RECEIVER
9439 M:      Sean Young <sean@mess.org>
9440 L:      linux-media@vger.kernel.org
9441 S:      Maintained
9442 F:      drivers/media/rc/ttusbir.c
9443
9444 TEGRA ARCHITECTURE SUPPORT
9445 M:      Stephen Warren <swarren@wwwdotorg.org>
9446 M:      Thierry Reding <thierry.reding@gmail.com>
9447 M:      Alexandre Courbot <gnurou@gmail.com>
9448 L:      linux-tegra@vger.kernel.org
9449 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9451 S:      Supported
9452 N:      [^a-z]tegra
9453
9454 TEGRA CLOCK DRIVER
9455 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9456 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9457 S:      Supported
9458 F:      drivers/clk/tegra/
9459
9460 TEGRA DMA DRIVER
9461 M:      Laxman Dewangan <ldewangan@nvidia.com>
9462 S:      Supported
9463 F:      drivers/dma/tegra20-apb-dma.c
9464
9465 TEGRA I2C DRIVER
9466 M:      Laxman Dewangan <ldewangan@nvidia.com>
9467 S:      Supported
9468 F:      drivers/i2c/busses/i2c-tegra.c
9469
9470 TEGRA IOMMU DRIVERS
9471 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9472 S:      Supported
9473 F:      drivers/iommu/tegra*
9474
9475 TEGRA KBC DRIVER
9476 M:      Rakesh Iyer <riyer@nvidia.com>
9477 M:      Laxman Dewangan <ldewangan@nvidia.com>
9478 S:      Supported
9479 F:      drivers/input/keyboard/tegra-kbc.c
9480
9481 TEGRA PWM DRIVER
9482 M:      Thierry Reding <thierry.reding@gmail.com>
9483 S:      Supported
9484 F:      drivers/pwm/pwm-tegra.c
9485
9486 TEGRA SERIAL DRIVER
9487 M:      Laxman Dewangan <ldewangan@nvidia.com>
9488 S:      Supported
9489 F:      drivers/tty/serial/serial-tegra.c
9490
9491 TEGRA SPI DRIVER
9492 M:      Laxman Dewangan <ldewangan@nvidia.com>
9493 S:      Supported
9494 F:      drivers/spi/spi-tegra*
9495
9496 TEHUTI ETHERNET DRIVER
9497 M:      Andy Gospodarek <andy@greyhouse.net>
9498 L:      netdev@vger.kernel.org
9499 S:      Supported
9500 F:      drivers/net/ethernet/tehuti/*
9501
9502 Telecom Clock Driver for MCPL0010
9503 M:      Mark Gross <mark.gross@intel.com>
9504 S:      Supported
9505 F:      drivers/char/tlclk.c
9506
9507 TENSILICA XTENSA PORT (xtensa)
9508 M:      Chris Zankel <chris@zankel.net>
9509 M:      Max Filippov <jcmvbkbc@gmail.com>
9510 L:      linux-xtensa@linux-xtensa.org
9511 S:      Maintained
9512 F:      arch/xtensa/
9513 F:      drivers/irqchip/irq-xtensa-*
9514
9515 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9516 M:      Hans Verkuil <hverkuil@xs4all.nl>
9517 L:      linux-media@vger.kernel.org
9518 T:      git git://linuxtv.org/media_tree.git
9519 W:      http://linuxtv.org
9520 S:      Maintained
9521 F:      drivers/media/radio/radio-raremono.c
9522
9523 THERMAL
9524 M:      Zhang Rui <rui.zhang@intel.com>
9525 M:      Eduardo Valentin <edubezval@gmail.com>
9526 L:      linux-pm@vger.kernel.org
9527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9529 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9530 S:      Supported
9531 F:      drivers/thermal/
9532 F:      include/linux/thermal.h
9533 F:      include/uapi/linux/thermal.h
9534 F:      include/linux/cpu_cooling.h
9535 F:      Documentation/devicetree/bindings/thermal/
9536
9537 THINGM BLINK(1) USB RGB LED DRIVER
9538 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9539 S:      Maintained
9540 F:      drivers/hid/hid-thingm.c
9541
9542 THINKPAD ACPI EXTRAS DRIVER
9543 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9544 L:      ibm-acpi-devel@lists.sourceforge.net
9545 L:      platform-driver-x86@vger.kernel.org
9546 W:      http://ibm-acpi.sourceforge.net
9547 W:      http://thinkwiki.org/wiki/Ibm-acpi
9548 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9549 S:      Maintained
9550 F:      drivers/platform/x86/thinkpad_acpi.c
9551
9552 TI BANDGAP AND THERMAL DRIVER
9553 M:      Eduardo Valentin <edubezval@gmail.com>
9554 L:      linux-pm@vger.kernel.org
9555 S:      Supported
9556 F:      drivers/thermal/ti-soc-thermal/
9557
9558 TI CLOCK DRIVER
9559 M:      Tero Kristo <t-kristo@ti.com>
9560 L:      linux-omap@vger.kernel.org
9561 S:      Maintained
9562 F:      drivers/clk/ti/
9563 F:      include/linux/clk/ti.h
9564
9565 TI FLASH MEDIA INTERFACE DRIVER
9566 M:      Alex Dubov <oakad@yahoo.com>
9567 S:      Maintained
9568 F:      drivers/misc/tifm*
9569 F:      drivers/mmc/host/tifm_sd.c
9570 F:      include/linux/tifm.h
9571
9572 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9573 M:      Santosh Shilimkar <ssantosh@kernel.org>
9574 L:      linux-kernel@vger.kernel.org
9575 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9576 S:      Maintained
9577 F:      drivers/soc/ti/*
9578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9579
9580
9581 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9582 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9583 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9584 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9585 S:      Maintained
9586 F:      sound/soc/codecs/lm49453*
9587 F:      sound/soc/codecs/isabelle*
9588
9589 TI LP855x BACKLIGHT DRIVER
9590 M:      Milo Kim <milo.kim@ti.com>
9591 S:      Maintained
9592 F:      Documentation/backlight/lp855x-driver.txt
9593 F:      drivers/video/backlight/lp855x_bl.c
9594 F:      include/linux/platform_data/lp855x.h
9595
9596 TI LP8727 CHARGER DRIVER
9597 M:      Milo Kim <milo.kim@ti.com>
9598 S:      Maintained
9599 F:      drivers/power/lp8727_charger.c
9600 F:      include/linux/platform_data/lp8727.h
9601
9602 TI LP8788 MFD DRIVER
9603 M:      Milo Kim <milo.kim@ti.com>
9604 S:      Maintained
9605 F:      drivers/iio/adc/lp8788_adc.c
9606 F:      drivers/leds/leds-lp8788.c
9607 F:      drivers/mfd/lp8788*.c
9608 F:      drivers/power/lp8788-charger.c
9609 F:      drivers/regulator/lp8788-*.c
9610 F:      include/linux/mfd/lp8788*.h
9611
9612 TI NETCP ETHERNET DRIVER
9613 M:      Wingman Kwok <w-kwok2@ti.com>
9614 M:      Murali Karicheri <m-karicheri2@ti.com>
9615 L:      netdev@vger.kernel.org
9616 S:      Maintained
9617 F:      drivers/net/ethernet/ti/netcp*
9618
9619 TI TWL4030 SERIES SOC CODEC DRIVER
9620 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9621 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9622 S:      Maintained
9623 F:      sound/soc/codecs/twl4030*
9624
9625 TI WILINK WIRELESS DRIVERS
9626 L:      linux-wireless@vger.kernel.org
9627 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9628 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9630 S:      Orphan
9631 F:      drivers/net/wireless/ti/
9632 F:      include/linux/wl12xx.h
9633
9634 TIPC NETWORK LAYER
9635 M:      Jon Maloy <jon.maloy@ericsson.com>
9636 M:      Allan Stephens <allan.stephens@windriver.com>
9637 L:      netdev@vger.kernel.org (core kernel code)
9638 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9639 W:      http://tipc.sourceforge.net/
9640 S:      Maintained
9641 F:      include/uapi/linux/tipc*.h
9642 F:      net/tipc/
9643
9644 TILE ARCHITECTURE
9645 M:      Chris Metcalf <cmetcalf@ezchip.com>
9646 W:      http://www.tilera.com/scm/
9647 S:      Supported
9648 F:      arch/tile/
9649 F:      drivers/char/tile-srom.c
9650 F:      drivers/edac/tile_edac.c
9651 F:      drivers/net/ethernet/tile/
9652 F:      drivers/rtc/rtc-tile.c
9653 F:      drivers/tty/hvc/hvc_tile.c
9654 F:      drivers/tty/serial/tilegx.c
9655 F:      drivers/usb/host/*-tilegx.c
9656 F:      include/linux/usb/tilegx.h
9657
9658 TLAN NETWORK DRIVER
9659 M:      Samuel Chessman <chessman@tux.org>
9660 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9661 W:      http://sourceforge.net/projects/tlan/
9662 S:      Maintained
9663 F:      Documentation/networking/tlan.txt
9664 F:      drivers/net/ethernet/ti/tlan.*
9665
9666 TOMOYO SECURITY MODULE
9667 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9668 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9669 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9670 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9671 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9672 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9673 W:      http://tomoyo.sourceforge.jp/
9674 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9675 S:      Maintained
9676 F:      security/tomoyo/
9677
9678 TOPSTAR LAPTOP EXTRAS DRIVER
9679 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9680 L:      platform-driver-x86@vger.kernel.org
9681 S:      Maintained
9682 F:      drivers/platform/x86/topstar-laptop.c
9683
9684 TOSHIBA ACPI EXTRAS DRIVER
9685 L:      platform-driver-x86@vger.kernel.org
9686 S:      Orphan
9687 F:      drivers/platform/x86/toshiba_acpi.c
9688
9689 TOSHIBA SMM DRIVER
9690 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9691 L:      tlinux-users@tce.toshiba-dme.co.jp
9692 W:      http://www.buzzard.org.uk/toshiba/
9693 S:      Maintained
9694 F:      drivers/char/toshiba.c
9695 F:      include/linux/toshiba.h
9696 F:      include/uapi/linux/toshiba.h
9697
9698 TMIO MMC DRIVER
9699 M:      Ian Molton <ian.molton@codethink.co.uk>
9700 L:      linux-mmc@vger.kernel.org
9701 S:      Maintained
9702 F:      drivers/mmc/host/tmio_mmc*
9703 F:      drivers/mmc/host/sh_mobile_sdhi.c
9704 F:      include/linux/mmc/tmio.h
9705 F:      include/linux/mmc/sh_mobile_sdhi.h
9706
9707 TMP401 HARDWARE MONITOR DRIVER
9708 M:      Guenter Roeck <linux@roeck-us.net>
9709 L:      lm-sensors@lm-sensors.org
9710 S:      Maintained
9711 F:      Documentation/hwmon/tmp401
9712 F:      drivers/hwmon/tmp401.c
9713
9714 TMPFS (SHMEM FILESYSTEM)
9715 M:      Hugh Dickins <hughd@google.com>
9716 L:      linux-mm@kvack.org
9717 S:      Maintained
9718 F:      include/linux/shmem_fs.h
9719 F:      mm/shmem.c
9720
9721 TM6000 VIDEO4LINUX DRIVER
9722 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9723 L:      linux-media@vger.kernel.org
9724 W:      http://linuxtv.org
9725 T:      git git://linuxtv.org/media_tree.git
9726 S:      Odd fixes
9727 F:      drivers/media/usb/tm6000/
9728
9729 TW68 VIDEO4LINUX DRIVER
9730 M:      Hans Verkuil <hverkuil@xs4all.nl>
9731 L:      linux-media@vger.kernel.org
9732 T:      git git://linuxtv.org/media_tree.git
9733 W:      http://linuxtv.org
9734 S:      Odd Fixes
9735 F:      drivers/media/pci/tw68/
9736
9737 TPM DEVICE DRIVER
9738 M:      Peter Huewe <peterhuewe@gmx.de>
9739 M:      Ashley Lai <ashley@ashleylai.com>
9740 M:      Marcel Selhorst <tpmdd@selhorst.net>
9741 W:      http://tpmdd.sourceforge.net
9742 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9743 S:      Maintained
9744 F:      drivers/char/tpm/
9745
9746 TRACING
9747 M:      Steven Rostedt <rostedt@goodmis.org>
9748 M:      Ingo Molnar <mingo@redhat.com>
9749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9750 S:      Maintained
9751 F:      Documentation/trace/ftrace.txt
9752 F:      arch/*/*/*/ftrace.h
9753 F:      arch/*/kernel/ftrace.c
9754 F:      include/*/ftrace.h
9755 F:      include/linux/trace*.h
9756 F:      include/trace/
9757 F:      kernel/trace/
9758 F:      tools/testing/selftests/ftrace/
9759
9760 TRIVIAL PATCHES
9761 M:      Jiri Kosina <trivial@kernel.org>
9762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9763 S:      Maintained
9764 K:      ^Subject:.*(?i)trivial
9765
9766 TTY LAYER
9767 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9768 M:      Jiri Slaby <jslaby@suse.cz>
9769 S:      Supported
9770 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9771 F:      drivers/tty/
9772 F:      drivers/tty/serial/serial_core.c
9773 F:      include/linux/serial_core.h
9774 F:      include/linux/serial.h
9775 F:      include/linux/tty.h
9776 F:      include/uapi/linux/serial_core.h
9777 F:      include/uapi/linux/serial.h
9778 F:      include/uapi/linux/tty.h
9779
9780 TUA9001 MEDIA DRIVER
9781 M:      Antti Palosaari <crope@iki.fi>
9782 L:      linux-media@vger.kernel.org
9783 W:      http://linuxtv.org/
9784 W:      http://palosaari.fi/linux/
9785 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9786 T:      git git://linuxtv.org/anttip/media_tree.git
9787 S:      Maintained
9788 F:      drivers/media/tuners/tua9001*
9789
9790 TULIP NETWORK DRIVERS
9791 M:      Grant Grundler <grundler@parisc-linux.org>
9792 L:      netdev@vger.kernel.org
9793 S:      Maintained
9794 F:      drivers/net/ethernet/dec/tulip/
9795
9796 TUN/TAP driver
9797 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9798 W:      http://vtun.sourceforge.net/tun
9799 S:      Maintained
9800 F:      Documentation/networking/tuntap.txt
9801 F:      arch/um/os-Linux/drivers/
9802
9803 TURBOCHANNEL SUBSYSTEM
9804 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9805 M:      Ralf Baechle <ralf@linux-mips.org>
9806 L:      linux-mips@linux-mips.org
9807 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9808 S:      Maintained
9809 F:      drivers/tc/
9810 F:      include/linux/tc.h
9811
9812 U14-34F SCSI DRIVER
9813 M:      Dario Ballabio <ballabio_dario@emc.com>
9814 L:      linux-scsi@vger.kernel.org
9815 S:      Maintained
9816 F:      drivers/scsi/u14-34f.c
9817
9818 UBI FILE SYSTEM (UBIFS)
9819 M:      Artem Bityutskiy <dedekind1@gmail.com>
9820 M:      Adrian Hunter <adrian.hunter@intel.com>
9821 L:      linux-mtd@lists.infradead.org
9822 T:      git git://git.infradead.org/ubifs-2.6.git
9823 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9824 S:      Maintained
9825 F:      Documentation/filesystems/ubifs.txt
9826 F:      fs/ubifs/
9827
9828 UCLINUX (AND M68KNOMMU)
9829 M:      Greg Ungerer <gerg@uclinux.org>
9830 W:      http://www.uclinux.org/
9831 L:      uclinux-dev@uclinux.org  (subscribers-only)
9832 S:      Maintained
9833 F:      arch/m68k/*/*_no.*
9834 F:      arch/m68k/include/asm/*_no.*
9835
9836 UDF FILESYSTEM
9837 M:      Jan Kara <jack@suse.cz>
9838 S:      Maintained
9839 F:      Documentation/filesystems/udf.txt
9840 F:      fs/udf/
9841
9842 UFS FILESYSTEM
9843 M:      Evgeniy Dushistov <dushistov@mail.ru>
9844 S:      Maintained
9845 F:      Documentation/filesystems/ufs.txt
9846 F:      fs/ufs/
9847
9848 UHID USERSPACE HID IO DRIVER:
9849 M:      David Herrmann <dh.herrmann@googlemail.com>
9850 L:      linux-input@vger.kernel.org
9851 S:      Maintained
9852 F:      drivers/hid/uhid.c
9853 F:      include/uapi/linux/uhid.h
9854
9855 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9856 L:      linux-usb@vger.kernel.org
9857 S:      Orphan
9858 F:      drivers/uwb/
9859 F:      include/linux/uwb.h
9860 F:      include/linux/uwb/
9861
9862 UNICORE32 ARCHITECTURE:
9863 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9864 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9865 S:      Maintained
9866 T:      git git://github.com/gxt/linux.git
9867 F:      arch/unicore32/
9868
9869 UNIFDEF
9870 M:      Tony Finch <dot@dotat.at>
9871 W:      http://dotat.at/prog/unifdef
9872 S:      Maintained
9873 F:      scripts/unifdef.c
9874
9875 UNIFORM CDROM DRIVER
9876 M:      Jens Axboe <axboe@kernel.dk>
9877 W:      http://www.kernel.dk
9878 S:      Maintained
9879 F:      Documentation/cdrom/
9880 F:      drivers/cdrom/cdrom.c
9881 F:      include/linux/cdrom.h
9882 F:      include/uapi/linux/cdrom.h
9883
9884 UNISYS S-PAR DRIVERS
9885 M:     Benjamin Romer <benjamin.romer@unisys.com>
9886 M:     David Kershner <david.kershner@unisys.com>
9887 L:     sparmaintainer@unisys.com (Unisys internal)
9888 S:     Supported
9889 F:     drivers/staging/unisys/
9890
9891 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9892 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9893 L:      linux-scsi@vger.kernel.org
9894 S:      Supported
9895 F:      Documentation/scsi/ufs.txt
9896 F:      drivers/scsi/ufs/
9897
9898 UNSORTED BLOCK IMAGES (UBI)
9899 M:      Artem Bityutskiy <dedekind1@gmail.com>
9900 W:      http://www.linux-mtd.infradead.org/
9901 L:      linux-mtd@lists.infradead.org
9902 T:      git git://git.infradead.org/ubifs-2.6.git
9903 S:      Maintained
9904 F:      drivers/mtd/ubi/
9905 F:      include/linux/mtd/ubi.h
9906 F:      include/uapi/mtd/ubi-user.h
9907
9908 UNSORTED BLOCK IMAGES (UBI) Fastmap
9909 M:      Richard Weinberger <richard@nod.at>
9910 L:      linux-mtd@lists.infradead.org
9911 S:      Maintained
9912 F:      drivers/mtd/ubi/fastmap.c
9913
9914 USB ACM DRIVER
9915 M:      Oliver Neukum <oliver@neukum.org>
9916 L:      linux-usb@vger.kernel.org
9917 S:      Maintained
9918 F:      Documentation/usb/acm.txt
9919 F:      drivers/usb/class/cdc-acm.*
9920
9921 USB AR5523 WIRELESS DRIVER
9922 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9923 L:      linux-wireless@vger.kernel.org
9924 S:      Maintained
9925 F:      drivers/net/wireless/ath/ar5523/
9926
9927 USB ATTACHED SCSI
9928 M:      Hans de Goede <hdegoede@redhat.com>
9929 M:      Gerd Hoffmann <kraxel@redhat.com>
9930 L:      linux-usb@vger.kernel.org
9931 L:      linux-scsi@vger.kernel.org
9932 S:      Maintained
9933 F:      drivers/usb/storage/uas.c
9934
9935 USB CDC ETHERNET DRIVER
9936 M:      Oliver Neukum <oliver@neukum.org>
9937 L:      linux-usb@vger.kernel.org
9938 S:      Maintained
9939 F:      drivers/net/usb/cdc_*.c
9940 F:      include/uapi/linux/usb/cdc.h
9941
9942 USB CYPRESS C67X00 DRIVER
9943 M:      Peter Korsgaard <jacmet@sunsite.dk>
9944 L:      linux-usb@vger.kernel.org
9945 S:      Maintained
9946 F:      drivers/usb/c67x00/
9947
9948 USB DAVICOM DM9601 DRIVER
9949 M:      Peter Korsgaard <jacmet@sunsite.dk>
9950 L:      netdev@vger.kernel.org
9951 W:      http://www.linux-usb.org/usbnet
9952 S:      Maintained
9953 F:      drivers/net/usb/dm9601.c
9954
9955 USB DIAMOND RIO500 DRIVER
9956 M:      Cesar Miquel <miquel@df.uba.ar>
9957 L:      rio500-users@lists.sourceforge.net
9958 W:      http://rio500.sourceforge.net
9959 S:      Maintained
9960 F:      drivers/usb/misc/rio500*
9961
9962 USB EHCI DRIVER
9963 M:      Alan Stern <stern@rowland.harvard.edu>
9964 L:      linux-usb@vger.kernel.org
9965 S:      Maintained
9966 F:      Documentation/usb/ehci.txt
9967 F:      drivers/usb/host/ehci*
9968
9969 USB GADGET/PERIPHERAL SUBSYSTEM
9970 M:      Felipe Balbi <balbi@ti.com>
9971 L:      linux-usb@vger.kernel.org
9972 W:      http://www.linux-usb.org/gadget
9973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9974 S:      Maintained
9975 F:      drivers/usb/gadget/
9976 F:      include/linux/usb/gadget*
9977
9978 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9979 M:      Jiri Kosina <jkosina@suse.cz>
9980 L:      linux-usb@vger.kernel.org
9981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9982 S:      Maintained
9983 F:      Documentation/hid/hiddev.txt
9984 F:      drivers/hid/usbhid/
9985
9986 USB ISP116X DRIVER
9987 M:      Olav Kongas <ok@artecdesign.ee>
9988 L:      linux-usb@vger.kernel.org
9989 S:      Maintained
9990 F:      drivers/usb/host/isp116x*
9991 F:      include/linux/usb/isp116x.h
9992
9993 USB MASS STORAGE DRIVER
9994 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9995 L:      linux-usb@vger.kernel.org
9996 L:      usb-storage@lists.one-eyed-alien.net
9997 S:      Maintained
9998 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9999 F:      drivers/usb/storage/
10000
10001 USB MIDI DRIVER
10002 M:      Clemens Ladisch <clemens@ladisch.de>
10003 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10004 T:      git git://git.alsa-project.org/alsa-kernel.git
10005 S:      Maintained
10006 F:      sound/usb/midi.*
10007
10008 USB NETWORKING DRIVERS
10009 L:      linux-usb@vger.kernel.org
10010 S:      Odd Fixes
10011 F:      drivers/net/usb/
10012
10013 USB OHCI DRIVER
10014 M:      Alan Stern <stern@rowland.harvard.edu>
10015 L:      linux-usb@vger.kernel.org
10016 S:      Maintained
10017 F:      Documentation/usb/ohci.txt
10018 F:      drivers/usb/host/ohci*
10019
10020 USB OVER IP DRIVER
10021 M:      Valentina Manea <valentina.manea.m@gmail.com>
10022 M:      Shuah Khan <shuah.kh@samsung.com>
10023 L:      linux-usb@vger.kernel.org
10024 S:      Maintained
10025 F:      drivers/usb/usbip/
10026 F:      tools/usb/usbip/
10027
10028 USB PEGASUS DRIVER
10029 M:      Petko Manolov <petkan@nucleusys.com>
10030 L:      linux-usb@vger.kernel.org
10031 L:      netdev@vger.kernel.org
10032 T:      git git://github.com/petkan/pegasus.git
10033 W:      https://github.com/petkan/pegasus
10034 S:      Maintained
10035 F:      drivers/net/usb/pegasus.*
10036
10037 USB PHY LAYER
10038 M:      Felipe Balbi <balbi@ti.com>
10039 L:      linux-usb@vger.kernel.org
10040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10041 S:      Maintained
10042 F:      drivers/usb/phy/
10043
10044 USB PRINTER DRIVER (usblp)
10045 M:      Pete Zaitcev <zaitcev@redhat.com>
10046 L:      linux-usb@vger.kernel.org
10047 S:      Supported
10048 F:      drivers/usb/class/usblp.c
10049
10050 USB RTL8150 DRIVER
10051 M:      Petko Manolov <petkan@nucleusys.com>
10052 L:      linux-usb@vger.kernel.org
10053 L:      netdev@vger.kernel.org
10054 T:      git git://github.com/petkan/rtl8150.git
10055 W:      https://github.com/petkan/rtl8150
10056 S:      Maintained
10057 F:      drivers/net/usb/rtl8150.c
10058
10059 USB SERIAL SUBSYSTEM
10060 M:      Johan Hovold <johan@kernel.org>
10061 L:      linux-usb@vger.kernel.org
10062 S:      Maintained
10063 F:      Documentation/usb/usb-serial.txt
10064 F:      drivers/usb/serial/
10065 F:      include/linux/usb/serial.h
10066
10067 USB SMSC75XX ETHERNET DRIVER
10068 M:      Steve Glendinning <steve.glendinning@shawell.net>
10069 L:      netdev@vger.kernel.org
10070 S:      Maintained
10071 F:      drivers/net/usb/smsc75xx.*
10072
10073 USB SMSC95XX ETHERNET DRIVER
10074 M:      Steve Glendinning <steve.glendinning@shawell.net>
10075 L:      netdev@vger.kernel.org
10076 S:      Maintained
10077 F:      drivers/net/usb/smsc95xx.*
10078
10079 USB SUBSYSTEM
10080 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10081 L:      linux-usb@vger.kernel.org
10082 W:      http://www.linux-usb.org
10083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10084 S:      Supported
10085 F:      Documentation/usb/
10086 F:      drivers/usb/
10087 F:      include/linux/usb.h
10088 F:      include/linux/usb/
10089
10090 USB UHCI DRIVER
10091 M:      Alan Stern <stern@rowland.harvard.edu>
10092 L:      linux-usb@vger.kernel.org
10093 S:      Maintained
10094 F:      drivers/usb/host/uhci*
10095
10096 USB "USBNET" DRIVER FRAMEWORK
10097 M:      Oliver Neukum <oneukum@suse.de>
10098 L:      netdev@vger.kernel.org
10099 W:      http://www.linux-usb.org/usbnet
10100 S:      Maintained
10101 F:      drivers/net/usb/usbnet.c
10102 F:      include/linux/usb/usbnet.h
10103
10104 USB VIDEO CLASS
10105 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10106 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10107 L:      linux-media@vger.kernel.org
10108 T:      git git://linuxtv.org/media_tree.git
10109 W:      http://www.ideasonboard.org/uvc/
10110 S:      Maintained
10111 F:      drivers/media/usb/uvc/
10112 F:      include/uapi/linux/uvcvideo.h
10113
10114 USB VISION DRIVER
10115 M:      Hans Verkuil <hverkuil@xs4all.nl>
10116 L:      linux-media@vger.kernel.org
10117 T:      git git://linuxtv.org/media_tree.git
10118 W:      http://linuxtv.org
10119 S:      Odd Fixes
10120 F:      drivers/media/usb/usbvision/
10121
10122 USB WEBCAM GADGET
10123 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10124 L:      linux-usb@vger.kernel.org
10125 S:      Maintained
10126 F:      drivers/usb/gadget/function/*uvc*
10127 F:      drivers/usb/gadget/legacy/webcam.c
10128
10129 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10130 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10131 L:      linux-wireless@vger.kernel.org
10132 S:      Maintained
10133 F:      drivers/net/wireless/rndis_wlan.c
10134
10135 USB XHCI DRIVER
10136 M:      Mathias Nyman <mathias.nyman@intel.com>
10137 L:      linux-usb@vger.kernel.org
10138 S:      Supported
10139 F:      drivers/usb/host/xhci*
10140 F:      drivers/usb/host/pci-quirks*
10141
10142 USB ZD1201 DRIVER
10143 L:      linux-wireless@vger.kernel.org
10144 W:      http://linux-lc100020.sourceforge.net
10145 S:      Orphan
10146 F:      drivers/net/wireless/zd1201.*
10147
10148 USB ZR364XX DRIVER
10149 M:      Antoine Jacquet <royale@zerezo.com>
10150 L:      linux-usb@vger.kernel.org
10151 L:      linux-media@vger.kernel.org
10152 T:      git git://linuxtv.org/media_tree.git
10153 W:      http://royale.zerezo.com/zr364xx/
10154 S:      Maintained
10155 F:      Documentation/video4linux/zr364xx.txt
10156 F:      drivers/media/usb/zr364xx/
10157
10158 USER-MODE LINUX (UML)
10159 M:      Jeff Dike <jdike@addtoit.com>
10160 M:      Richard Weinberger <richard@nod.at>
10161 L:      user-mode-linux-devel@lists.sourceforge.net
10162 L:      user-mode-linux-user@lists.sourceforge.net
10163 W:      http://user-mode-linux.sourceforge.net
10164 S:      Maintained
10165 F:      Documentation/virtual/uml/
10166 F:      arch/um/
10167 F:      arch/x86/um/
10168 F:      fs/hostfs/
10169 F:      fs/hppfs/
10170
10171 USERSPACE I/O (UIO)
10172 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10173 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10174 S:      Maintained
10175 F:      Documentation/DocBook/uio-howto.tmpl
10176 F:      drivers/uio/
10177 F:      include/linux/uio*.h
10178
10179 UTIL-LINUX PACKAGE
10180 M:      Karel Zak <kzak@redhat.com>
10181 L:      util-linux@vger.kernel.org
10182 W:      http://en.wikipedia.org/wiki/Util-linux
10183 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10184 S:      Maintained
10185
10186 UVESAFB DRIVER
10187 M:      Michal Januszewski <spock@gentoo.org>
10188 L:      linux-fbdev@vger.kernel.org
10189 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10190 S:      Maintained
10191 F:      Documentation/fb/uvesafb.txt
10192 F:      drivers/video/fbdev/uvesafb.*
10193
10194 VFAT/FAT/MSDOS FILESYSTEM
10195 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10196 S:      Maintained
10197 F:      Documentation/filesystems/vfat.txt
10198 F:      fs/fat/
10199
10200 VFIO DRIVER
10201 M:      Alex Williamson <alex.williamson@redhat.com>
10202 L:      kvm@vger.kernel.org
10203 S:      Maintained
10204 F:      Documentation/vfio.txt
10205 F:      drivers/vfio/
10206 F:      include/linux/vfio.h
10207 F:      include/uapi/linux/vfio.h
10208
10209 VIDEOBUF2 FRAMEWORK
10210 M:      Pawel Osciak <pawel@osciak.com>
10211 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10212 M:      Kyungmin Park <kyungmin.park@samsung.com>
10213 L:      linux-media@vger.kernel.org
10214 S:      Maintained
10215 F:      drivers/media/v4l2-core/videobuf2-*
10216 F:      include/media/videobuf2-*
10217
10218 VIRTIO CONSOLE DRIVER
10219 M:      Amit Shah <amit.shah@redhat.com>
10220 L:      virtualization@lists.linux-foundation.org
10221 S:      Maintained
10222 F:      drivers/char/virtio_console.c
10223 F:      include/linux/virtio_console.h
10224 F:      include/uapi/linux/virtio_console.h
10225
10226 VIRTIO CORE, NET AND BLOCK DRIVERS
10227 M:      Rusty Russell <rusty@rustcorp.com.au>
10228 M:      "Michael S. Tsirkin" <mst@redhat.com>
10229 L:      virtualization@lists.linux-foundation.org
10230 S:      Maintained
10231 F:      drivers/virtio/
10232 F:      tools/virtio/
10233 F:      drivers/net/virtio_net.c
10234 F:      drivers/block/virtio_blk.c
10235 F:      include/linux/virtio_*.h
10236 F:      include/uapi/linux/virtio_*.h
10237
10238 VIRTIO HOST (VHOST)
10239 M:      "Michael S. Tsirkin" <mst@redhat.com>
10240 L:      kvm@vger.kernel.org
10241 L:      virtualization@lists.linux-foundation.org
10242 L:      netdev@vger.kernel.org
10243 S:      Maintained
10244 F:      drivers/vhost/
10245 F:      include/uapi/linux/vhost.h
10246
10247 VIA RHINE NETWORK DRIVER
10248 M:      Roger Luethi <rl@hellgate.ch>
10249 S:      Maintained
10250 F:      drivers/net/ethernet/via/via-rhine.c
10251
10252 VIA SD/MMC CARD CONTROLLER DRIVER
10253 M:      Bruce Chang <brucechang@via.com.tw>
10254 M:      Harald Welte <HaraldWelte@viatech.com>
10255 S:      Maintained
10256 F:      drivers/mmc/host/via-sdmmc.c
10257
10258 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10259 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10260 L:      linux-fbdev@vger.kernel.org
10261 S:      Maintained
10262 F:      include/linux/via-core.h
10263 F:      include/linux/via-gpio.h
10264 F:      include/linux/via_i2c.h
10265 F:      drivers/video/fbdev/via/
10266
10267 VIA VELOCITY NETWORK DRIVER
10268 M:      Francois Romieu <romieu@fr.zoreil.com>
10269 L:      netdev@vger.kernel.org
10270 S:      Maintained
10271 F:      drivers/net/ethernet/via/via-velocity.*
10272
10273 VIVID VIRTUAL VIDEO DRIVER
10274 M:      Hans Verkuil <hverkuil@xs4all.nl>
10275 L:      linux-media@vger.kernel.org
10276 T:      git git://linuxtv.org/media_tree.git
10277 W:      http://linuxtv.org
10278 S:      Maintained
10279 F:      drivers/media/platform/vivid/*
10280
10281 VLAN (802.1Q)
10282 M:      Patrick McHardy <kaber@trash.net>
10283 L:      netdev@vger.kernel.org
10284 S:      Maintained
10285 F:      drivers/net/macvlan.c
10286 F:      include/linux/if_*vlan.h
10287 F:      net/8021q/
10288
10289 VLYNQ BUS
10290 M:      Florian Fainelli <florian@openwrt.org>
10291 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10292 S:      Maintained
10293 F:      drivers/vlynq/vlynq.c
10294 F:      include/linux/vlynq.h
10295
10296 VME SUBSYSTEM
10297 M:      Martyn Welch <martyn.welch@ge.com>
10298 M:      Manohar Vanga <manohar.vanga@gmail.com>
10299 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10300 L:      devel@driverdev.osuosl.org
10301 S:      Maintained
10302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10303 F:      Documentation/vme_api.txt
10304 F:      drivers/staging/vme/
10305 F:      drivers/vme/
10306 F:      include/linux/vme*
10307
10308 VMWARE HYPERVISOR INTERFACE
10309 M:      Alok Kataria <akataria@vmware.com>
10310 L:      virtualization@lists.linux-foundation.org
10311 S:      Supported
10312 F:      arch/x86/kernel/cpu/vmware.c
10313
10314 VMWARE BALLOON DRIVER
10315 M:      Xavier Deguillard <xdeguillard@vmware.com>
10316 M:      Philip Moltmann <moltmann@vmware.com>
10317 M:      "VMware, Inc." <pv-drivers@vmware.com>
10318 L:      linux-kernel@vger.kernel.org
10319 S:      Maintained
10320 F:      drivers/misc/vmw_balloon.c
10321
10322 VMWARE VMXNET3 ETHERNET DRIVER
10323 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10324 M:      "VMware, Inc." <pv-drivers@vmware.com>
10325 L:      netdev@vger.kernel.org
10326 S:      Maintained
10327 F:      drivers/net/vmxnet3/
10328
10329 VMware PVSCSI driver
10330 M:      Arvind Kumar <arvindkumar@vmware.com>
10331 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10332 L:      linux-scsi@vger.kernel.org
10333 S:      Maintained
10334 F:      drivers/scsi/vmw_pvscsi.c
10335 F:      drivers/scsi/vmw_pvscsi.h
10336
10337 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10338 M:      Liam Girdwood <lgirdwood@gmail.com>
10339 M:      Mark Brown <broonie@kernel.org>
10340 L:      linux-kernel@vger.kernel.org
10341 W:      http://opensource.wolfsonmicro.com/node/15
10342 W:      http://www.slimlogic.co.uk/?p=48
10343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10344 S:      Supported
10345 F:      drivers/regulator/
10346 F:      include/linux/regulator/
10347
10348 VT1211 HARDWARE MONITOR DRIVER
10349 M:      Juerg Haefliger <juergh@gmail.com>
10350 L:      lm-sensors@lm-sensors.org
10351 S:      Maintained
10352 F:      Documentation/hwmon/vt1211
10353 F:      drivers/hwmon/vt1211.c
10354
10355 VT8231 HARDWARE MONITOR DRIVER
10356 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10357 L:      lm-sensors@lm-sensors.org
10358 S:      Maintained
10359 F:      drivers/hwmon/vt8231.c
10360
10361 VUB300 USB to SDIO/SD/MMC bridge chip
10362 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10363 L:      linux-mmc@vger.kernel.org
10364 L:      linux-usb@vger.kernel.org
10365 S:      Supported
10366 F:      drivers/mmc/host/vub300.c
10367
10368 W1 DALLAS'S 1-WIRE BUS
10369 M:      Evgeniy Polyakov <zbr@ioremap.net>
10370 S:      Maintained
10371 F:      Documentation/w1/
10372 F:      drivers/w1/
10373
10374 W83791D HARDWARE MONITORING DRIVER
10375 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10376 L:      lm-sensors@lm-sensors.org
10377 S:      Maintained
10378 F:      Documentation/hwmon/w83791d
10379 F:      drivers/hwmon/w83791d.c
10380
10381 W83793 HARDWARE MONITORING DRIVER
10382 M:      Rudolf Marek <r.marek@assembler.cz>
10383 L:      lm-sensors@lm-sensors.org
10384 S:      Maintained
10385 F:      Documentation/hwmon/w83793
10386 F:      drivers/hwmon/w83793.c
10387
10388 W83795 HARDWARE MONITORING DRIVER
10389 M:      Jean Delvare <jdelvare@suse.de>
10390 L:      lm-sensors@lm-sensors.org
10391 S:      Maintained
10392 F:      drivers/hwmon/w83795.c
10393
10394 W83L51xD SD/MMC CARD INTERFACE DRIVER
10395 M:      Pierre Ossman <pierre@ossman.eu>
10396 S:      Maintained
10397 F:      drivers/mmc/host/wbsd.*
10398
10399 WACOM PROTOCOL 4 SERIAL TABLETS
10400 M:      Julian Squires <julian@cipht.net>
10401 M:      Hans de Goede <hdegoede@redhat.com>
10402 L:      linux-input@vger.kernel.org
10403 S:      Maintained
10404 F:      drivers/input/tablet/wacom_serial4.c
10405
10406 WATCHDOG DEVICE DRIVERS
10407 M:      Wim Van Sebroeck <wim@iguana.be>
10408 L:      linux-watchdog@vger.kernel.org
10409 W:      http://www.linux-watchdog.org/
10410 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10411 S:      Maintained
10412 F:      Documentation/watchdog/
10413 F:      drivers/watchdog/
10414 F:      include/linux/watchdog.h
10415 F:      include/uapi/linux/watchdog.h
10416
10417 WD7000 SCSI DRIVER
10418 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10419 L:      linux-scsi@vger.kernel.org
10420 S:      Maintained
10421 F:      drivers/scsi/wd7000.c
10422
10423 WIIMOTE HID DRIVER
10424 M:      David Herrmann <dh.herrmann@googlemail.com>
10425 L:      linux-input@vger.kernel.org
10426 S:      Maintained
10427 F:      drivers/hid/hid-wiimote*
10428
10429 WINBOND CIR DRIVER
10430 M:      David Härdeman <david@hardeman.nu>
10431 S:      Maintained
10432 F:      drivers/media/rc/winbond-cir.c
10433
10434 WIMAX STACK
10435 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10436 M:      linux-wimax@intel.com
10437 L:     wimax@linuxwimax.org (subscribers-only)
10438 S:      Supported
10439 W:      http://linuxwimax.org
10440 F:      Documentation/wimax/README.wimax
10441 F:      include/linux/wimax/debug.h
10442 F:      include/net/wimax.h
10443 F:      include/uapi/linux/wimax.h
10444 F:      net/wimax/
10445
10446 WISTRON LAPTOP BUTTON DRIVER
10447 M:      Miloslav Trmac <mitr@volny.cz>
10448 S:      Maintained
10449 F:      drivers/input/misc/wistron_btns.c
10450
10451 WL3501 WIRELESS PCMCIA CARD DRIVER
10452 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10453 L:      linux-wireless@vger.kernel.org
10454 W:      http://oops.ghostprotocols.net:81/blog
10455 S:      Maintained
10456 F:      drivers/net/wireless/wl3501*
10457
10458 WM97XX TOUCHSCREEN DRIVERS
10459 M:      Mark Brown <broonie@kernel.org>
10460 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10461 L:      linux-input@vger.kernel.org
10462 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10463 W:      http://opensource.wolfsonmicro.com/node/7
10464 S:      Supported
10465 F:      drivers/input/touchscreen/*wm97*
10466 F:      include/linux/wm97xx.h
10467
10468 WOLFSON MICROELECTRONICS DRIVERS
10469 L:      patches@opensource.wolfsonmicro.com
10470 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10471 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10472 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10473 S:      Supported
10474 F:      Documentation/hwmon/wm83??
10475 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10476 F:      drivers/clk/clk-wm83*.c
10477 F:      drivers/extcon/extcon-arizona.c
10478 F:      drivers/leds/leds-wm83*.c
10479 F:      drivers/gpio/gpio-*wm*.c
10480 F:      drivers/gpio/gpio-arizona.c
10481 F:      drivers/hwmon/wm83??-hwmon.c
10482 F:      drivers/input/misc/wm831x-on.c
10483 F:      drivers/input/touchscreen/wm831x-ts.c
10484 F:      drivers/input/touchscreen/wm97*.c
10485 F:      drivers/mfd/arizona*
10486 F:      drivers/mfd/wm*.c
10487 F:      drivers/power/wm83*.c
10488 F:      drivers/rtc/rtc-wm83*.c
10489 F:      drivers/regulator/wm8*.c
10490 F:      drivers/video/backlight/wm83*_bl.c
10491 F:      drivers/watchdog/wm83*_wdt.c
10492 F:      include/linux/mfd/arizona/
10493 F:      include/linux/mfd/wm831x/
10494 F:      include/linux/mfd/wm8350/
10495 F:      include/linux/mfd/wm8400*
10496 F:      include/linux/wm97xx.h
10497 F:      include/sound/wm????.h
10498 F:      sound/soc/codecs/arizona.?
10499 F:      sound/soc/codecs/wm*
10500
10501 WORKQUEUE
10502 M:      Tejun Heo <tj@kernel.org>
10503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10504 S:      Maintained
10505 F:      include/linux/workqueue.h
10506 F:      kernel/workqueue.c
10507 F:      Documentation/workqueue.txt
10508
10509 X.25 NETWORK LAYER
10510 M:      Andrew Hendry <andrew.hendry@gmail.com>
10511 L:      linux-x25@vger.kernel.org
10512 S:      Odd Fixes
10513 F:      Documentation/networking/x25*
10514 F:      include/net/x25*
10515 F:      net/x25/
10516
10517 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10518 M:      Thomas Gleixner <tglx@linutronix.de>
10519 M:      Ingo Molnar <mingo@redhat.com>
10520 M:      "H. Peter Anvin" <hpa@zytor.com>
10521 M:      x86@kernel.org
10522 L:      linux-kernel@vger.kernel.org
10523 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10524 S:      Maintained
10525 F:      Documentation/x86/
10526 F:      arch/x86/
10527
10528 X86 PLATFORM DRIVERS
10529 M:      Darren Hart <dvhart@infradead.org>
10530 L:      platform-driver-x86@vger.kernel.org
10531 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10532 S:      Maintained
10533 F:      drivers/platform/x86/
10534
10535 X86 MCE INFRASTRUCTURE
10536 M:      Tony Luck <tony.luck@intel.com>
10537 M:      Borislav Petkov <bp@alien8.de>
10538 L:      linux-edac@vger.kernel.org
10539 S:      Maintained
10540 F:      arch/x86/kernel/cpu/mcheck/*
10541
10542 X86 VDSO
10543 M:      Andy Lutomirski <luto@amacapital.net>
10544 L:      linux-kernel@vger.kernel.org
10545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10546 S:      Maintained
10547 F:      arch/x86/vdso/
10548
10549 XC2028/3028 TUNER DRIVER
10550 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10551 L:      linux-media@vger.kernel.org
10552 W:      http://linuxtv.org
10553 T:      git git://linuxtv.org/media_tree.git
10554 S:      Maintained
10555 F:      drivers/media/tuners/tuner-xc2028.*
10556
10557 XEN HYPERVISOR INTERFACE
10558 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10559 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10560 M:      David Vrabel <david.vrabel@citrix.com>
10561 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10563 S:      Supported
10564 F:      arch/x86/xen/
10565 F:      drivers/*/xen-*front.c
10566 F:      drivers/xen/
10567 F:      arch/x86/include/asm/xen/
10568 F:      include/xen/
10569 F:      include/uapi/xen/
10570
10571 XEN HYPERVISOR ARM
10572 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10573 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10574 S:      Supported
10575 F:      arch/arm/xen/
10576 F:      arch/arm/include/asm/xen/
10577
10578 XEN HYPERVISOR ARM64
10579 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10580 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10581 S:      Supported
10582 F:      arch/arm64/xen/
10583 F:      arch/arm64/include/asm/xen/
10584
10585 XEN NETWORK BACKEND DRIVER
10586 M:      Ian Campbell <ian.campbell@citrix.com>
10587 M:      Wei Liu <wei.liu2@citrix.com>
10588 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10589 L:      netdev@vger.kernel.org
10590 S:      Supported
10591 F:      drivers/net/xen-netback/*
10592
10593 XEN PCI SUBSYSTEM
10594 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10595 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10596 S:      Supported
10597 F:      arch/x86/pci/*xen*
10598 F:      drivers/pci/*xen*
10599
10600 XEN BLOCK SUBSYSTEM
10601 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10602 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10603 S:      Supported
10604 F:      drivers/block/xen-blkback/*
10605 F:      drivers/block/xen*
10606
10607 XEN PVSCSI DRIVERS
10608 M:      Juergen Gross <jgross@suse.com>
10609 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10610 L:      linux-scsi@vger.kernel.org
10611 S:      Supported
10612 F:      drivers/scsi/xen-scsifront.c
10613 F:      drivers/xen/xen-scsiback.c
10614 F:      include/xen/interface/io/vscsiif.h
10615
10616 XEN SWIOTLB SUBSYSTEM
10617 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10618 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10619 S:      Supported
10620 F:      arch/x86/xen/*swiotlb*
10621 F:      drivers/xen/*swiotlb*
10622
10623 XFS FILESYSTEM
10624 P:      Silicon Graphics Inc
10625 M:      Dave Chinner <david@fromorbit.com>
10626 M:      xfs@oss.sgi.com
10627 L:      xfs@oss.sgi.com
10628 W:      http://oss.sgi.com/projects/xfs
10629 T:      git git://oss.sgi.com/xfs/xfs.git
10630 S:      Supported
10631 F:      Documentation/filesystems/xfs.txt
10632 F:      fs/xfs/
10633
10634 XILINX AXI ETHERNET DRIVER
10635 M:      Anirudha Sarangi <anirudh@xilinx.com>
10636 M:      John Linn <John.Linn@xilinx.com>
10637 S:      Maintained
10638 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10639
10640 XILINX UARTLITE SERIAL DRIVER
10641 M:      Peter Korsgaard <jacmet@sunsite.dk>
10642 L:      linux-serial@vger.kernel.org
10643 S:      Maintained
10644 F:      drivers/tty/serial/uartlite.c
10645
10646 XILLYBUS DRIVER
10647 M:      Eli Billauer <eli.billauer@gmail.com>
10648 L:      linux-kernel@vger.kernel.org
10649 S:      Supported
10650 F:      drivers/char/xillybus/
10651
10652 XTENSA XTFPGA PLATFORM SUPPORT
10653 M:      Max Filippov <jcmvbkbc@gmail.com>
10654 L:      linux-xtensa@linux-xtensa.org
10655 S:      Maintained
10656 F:      drivers/spi/spi-xtensa-xtfpga.c
10657
10658 YAM DRIVER FOR AX.25
10659 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10660 L:      linux-hams@vger.kernel.org
10661 S:      Maintained
10662 F:      drivers/net/hamradio/yam*
10663 F:      include/linux/yam.h
10664
10665 YEALINK PHONE DRIVER
10666 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10667 L:      usbb2k-api-dev@nongnu.org
10668 S:      Maintained
10669 F:      Documentation/input/yealink.txt
10670 F:      drivers/input/misc/yealink.*
10671
10672 Z8530 DRIVER FOR AX.25
10673 M:      Joerg Reuter <jreuter@yaina.de>
10674 W:      http://yaina.de/jreuter/
10675 W:      http://www.qsl.net/dl1bke/
10676 L:      linux-hams@vger.kernel.org
10677 S:      Maintained
10678 F:      Documentation/networking/z8530drv.txt
10679 F:      drivers/net/hamradio/*scc.c
10680 F:      drivers/net/hamradio/z8530.h
10681
10682 ZBUD COMPRESSED PAGE ALLOCATOR
10683 M:      Seth Jennings <sjennings@variantweb.net>
10684 L:      linux-mm@kvack.org
10685 S:      Maintained
10686 F:      mm/zbud.c
10687 F:      include/linux/zbud.h
10688
10689 ZD1211RW WIRELESS DRIVER
10690 M:      Daniel Drake <dsd@gentoo.org>
10691 M:      Ulrich Kunitz <kune@deine-taler.de>
10692 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10693 L:      linux-wireless@vger.kernel.org
10694 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10695 S:      Maintained
10696 F:      drivers/net/wireless/zd1211rw/
10697
10698 ZR36067 VIDEO FOR LINUX DRIVER
10699 L:      mjpeg-users@lists.sourceforge.net
10700 L:      linux-media@vger.kernel.org
10701 W:      http://mjpeg.sourceforge.net/driver-zoran/
10702 T:      hg http://linuxtv.org/hg/v4l-dvb
10703 S:      Odd Fixes
10704 F:      drivers/media/pci/zoran/
10705
10706 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10707 M:      Minchan Kim <minchan@kernel.org>
10708 M:      Nitin Gupta <ngupta@vflare.org>
10709 L:      linux-kernel@vger.kernel.org
10710 S:      Maintained
10711 F:      drivers/block/zram/
10712 F:      Documentation/blockdev/zram.txt
10713
10714 ZS DECSTATION Z85C30 SERIAL DRIVER
10715 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10716 S:      Maintained
10717 F:      drivers/tty/serial/zs.*
10718
10719 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10720 M:      Minchan Kim <minchan@kernel.org>
10721 M:      Nitin Gupta <ngupta@vflare.org>
10722 L:      linux-mm@kvack.org
10723 S:      Maintained
10724 F:      mm/zsmalloc.c
10725 F:      include/linux/zsmalloc.h
10726
10727 ZSWAP COMPRESSED SWAP CACHING
10728 M:      Seth Jennings <sjennings@variantweb.net>
10729 L:      linux-mm@kvack.org
10730 S:      Maintained
10731 F:      mm/zswap.c
10732
10733 THE REST
10734 M:      Linus Torvalds <torvalds@linux-foundation.org>
10735 L:      linux-kernel@vger.kernel.org
10736 Q:      http://patchwork.kernel.org/project/LKML/list/
10737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10738 S:      Buried alive in reporters
10739 F:      *
10740 F:      */