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