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