Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
[linux-drm-fsl-dcu.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi/
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi/
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA 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/radeon/radeon_kfd.c
634 F:      drivers/gpu/drm/radeon/radeon_kfd.h
635 F:      include/uapi/linux/kfd_ioctl.h
636
637 AMD MICROCODE UPDATE SUPPORT
638 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
639 L:      amd64-microcode@amd64.org
640 S:      Maintained
641 F:      arch/x86/kernel/cpu/microcode/amd*
642
643 AMD XGBE DRIVER
644 M:      Tom Lendacky <thomas.lendacky@amd.com>
645 L:      netdev@vger.kernel.org
646 S:      Supported
647 F:      drivers/net/ethernet/amd/xgbe/
648 F:      drivers/net/phy/amd-xgbe-phy.c
649
650 AMS (Apple Motion Sensor) DRIVER
651 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
652 S:      Supported
653 F:      drivers/macintosh/ams/
654
655 AMSO1100 RNIC DRIVER
656 M:      Tom Tucker <tom@opengridcomputing.com>
657 M:      Steve Wise <swise@opengridcomputing.com>
658 L:      linux-rdma@vger.kernel.org
659 S:      Maintained
660 F:      drivers/infiniband/hw/amso1100/
661
662 ANALOG DEVICES INC AD9389B DRIVER
663 M:      Hans Verkuil <hans.verkuil@cisco.com>
664 L:      linux-media@vger.kernel.org
665 S:      Maintained
666 F:      drivers/media/i2c/ad9389b*
667
668 ANALOG DEVICES INC ADV7180 DRIVER
669 M:      Lars-Peter Clausen <lars@metafoo.de>
670 L:      linux-media@vger.kernel.org
671 W:      http://ez.analog.com/community/linux-device-drivers
672 S:      Supported
673 F:      drivers/media/i2c/adv7180.c
674
675 ANALOG DEVICES INC ADV7511 DRIVER
676 M:      Hans Verkuil <hans.verkuil@cisco.com>
677 L:      linux-media@vger.kernel.org
678 S:      Maintained
679 F:      drivers/media/i2c/adv7511*
680
681 ANALOG DEVICES INC ADV7604 DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/adv7604*
686
687 ANALOG DEVICES INC ADV7842 DRIVER
688 M:      Hans Verkuil <hans.verkuil@cisco.com>
689 L:      linux-media@vger.kernel.org
690 S:      Maintained
691 F:      drivers/media/i2c/adv7842*
692
693 ANALOG DEVICES INC ASOC CODEC DRIVERS
694 M:      Lars-Peter Clausen <lars@metafoo.de>
695 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
696 W:      http://wiki.analog.com/
697 W:      http://ez.analog.com/community/linux-device-drivers
698 S:      Supported
699 F:      sound/soc/codecs/adau*
700 F:      sound/soc/codecs/adav*
701 F:      sound/soc/codecs/ad1*
702 F:      sound/soc/codecs/ad7*
703 F:      sound/soc/codecs/ssm*
704 F:      sound/soc/codecs/sigmadsp.*
705
706 ANALOG DEVICES INC ASOC DRIVERS
707 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
708 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
709 W:      http://blackfin.uclinux.org/
710 S:      Supported
711 F:      sound/soc/blackfin/*
712
713 ANALOG DEVICES INC IIO DRIVERS
714 M:      Lars-Peter Clausen <lars@metafoo.de>
715 M:      Michael Hennerich <Michael.Hennerich@analog.com>
716 W:      http://wiki.analog.com/
717 W:      http://ez.analog.com/community/linux-device-drivers
718 S:      Supported
719 F:      drivers/iio/*/ad*
720 X:      drivers/iio/*/adjd*
721 F:      drivers/staging/iio/*/ad*
722 F:      staging/iio/trigger/iio-trig-bfin-timer.c
723
724 ANDROID DRIVERS
725 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
726 M:      Arve HjønnevĂ¥g <arve@android.com>
727 M:      Riley Andrews <riandrews@android.com>
728 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
729 L:      devel@driverdev.osuosl.org
730 S:      Supported
731 F:      drivers/android/
732 F:      drivers/staging/android/
733
734 AOA (Apple Onboard Audio) ALSA DRIVER
735 M:      Johannes Berg <johannes@sipsolutions.net>
736 L:      linuxppc-dev@lists.ozlabs.org
737 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
738 S:      Maintained
739 F:      sound/aoa/
740
741 APM DRIVER
742 M:      Jiri Kosina <jkosina@suse.cz>
743 S:      Odd fixes
744 F:      arch/x86/kernel/apm_32.c
745 F:      include/linux/apm_bios.h
746 F:      include/uapi/linux/apm_bios.h
747 F:      drivers/char/apm-emulation.c
748
749 APPLE BCM5974 MULTITOUCH DRIVER
750 M:      Henrik Rydberg <rydberg@bitmath.org>
751 L:      linux-input@vger.kernel.org
752 S:      Odd fixes
753 F:      drivers/input/mouse/bcm5974.c
754
755 APPLE SMC DRIVER
756 M:      Henrik Rydberg <rydberg@bitmath.org>
757 L:      lm-sensors@lm-sensors.org
758 S:      Odd fixes
759 F:      drivers/hwmon/applesmc.c
760
761 APPLETALK NETWORK LAYER
762 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
763 S:      Maintained
764 F:      drivers/net/appletalk/
765 F:      net/appletalk/
766
767 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
768 M:      Iyappan Subramanian <isubramanian@apm.com>
769 M:      Keyur Chudgar <kchudgar@apm.com>
770 S:      Supported
771 F:      drivers/net/ethernet/apm/xgene/
772 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
773
774 APTINA CAMERA SENSOR PLL
775 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
776 L:      linux-media@vger.kernel.org
777 S:      Maintained
778 F:      drivers/media/i2c/aptina-pll.*
779
780 ARC FRAMEBUFFER DRIVER
781 M:      Jaya Kumar <jayalk@intworks.biz>
782 S:      Maintained
783 F:      drivers/video/fbdev/arcfb.c
784 F:      drivers/video/fbdev/core/fb_defio.c
785
786 ARM MFM AND FLOPPY DRIVERS
787 M:      Ian Molton <spyro@f2s.com>
788 S:      Maintained
789 F:      arch/arm/lib/floppydma.S
790 F:      arch/arm/include/asm/floppy.h
791
792 ARM PMU PROFILING AND DEBUGGING
793 M:      Will Deacon <will.deacon@arm.com>
794 S:      Maintained
795 F:      arch/arm/kernel/perf_event*
796 F:      arch/arm/oprofile/common.c
797 F:      arch/arm/include/asm/pmu.h
798 F:      arch/arm/kernel/hw_breakpoint.c
799 F:      arch/arm/include/asm/hw_breakpoint.h
800
801 ARM PORT
802 M:      Russell King <linux@arm.linux.org.uk>
803 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
804 W:      http://www.arm.linux.org.uk/
805 S:      Maintained
806 F:      arch/arm/
807
808 ARM SUB-ARCHITECTURES
809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
810 S:      Maintained
811 F:      arch/arm/mach-*/
812 F:      arch/arm/plat-*/
813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
814
815 ARM PRIMECELL AACI PL041 DRIVER
816 M:      Russell King <linux@arm.linux.org.uk>
817 S:      Maintained
818 F:      sound/arm/aaci.*
819
820 ARM PRIMECELL CLCD PL110 DRIVER
821 M:      Russell King <linux@arm.linux.org.uk>
822 S:      Maintained
823 F:      drivers/video/fbdev/amba-clcd.*
824
825 ARM PRIMECELL KMI PL050 DRIVER
826 M:      Russell King <linux@arm.linux.org.uk>
827 S:      Maintained
828 F:      drivers/input/serio/ambakmi.*
829 F:      include/linux/amba/kmi.h
830
831 ARM PRIMECELL MMCI PL180/1 DRIVER
832 M:      Russell King <linux@arm.linux.org.uk>
833 S:      Maintained
834 F:      drivers/mmc/host/mmci.*
835 F:      include/linux/amba/mmci.h
836
837 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
838 M:      Russell King <linux@arm.linux.org.uk>
839 S:      Maintained
840 F:      drivers/tty/serial/amba-pl01*.c
841 F:      include/linux/amba/serial.h
842
843 ARM PRIMECELL BUS SUPPORT
844 M:      Russell King <linux@arm.linux.org.uk>
845 S:      Maintained
846 F:      drivers/amba/
847 F:      include/linux/amba/bus.h
848
849 ARM/ADS SPHERE MACHINE SUPPORT
850 M:      Lennert Buytenhek <kernel@wantstofly.org>
851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
852 S:      Maintained
853
854 ARM/AFEB9260 MACHINE SUPPORT
855 M:      Sergey Lapin <slapin@ossfans.org>
856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
857 S:      Maintained
858
859 ARM/AJECO 1ARM MACHINE SUPPORT
860 M:      Lennert Buytenhek <kernel@wantstofly.org>
861 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
862 S:      Maintained
863
864 ARM/Allwinner A1X SoC support
865 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
866 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
867 S:      Maintained
868 N:      sun[x4567]i
869
870 ARM/Allwinner SoC Clock Support
871 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
872 S:      Maintained
873 F:      drivers/clk/sunxi/
874
875 ARM/Amlogic MesonX SoC support
876 M:      Carlo Caione <carlo@caione.org>
877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878 S:      Maintained
879 F:      drivers/media/rc/meson-ir.c
880 N:      meson[x68]
881
882 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
883 M:      Andrew Victor <linux@maxim.org.za>
884 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
885 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
887 W:      http://maxim.org.za/at91_26.html
888 W:      http://www.linux4sam.org
889 S:      Supported
890 F:      arch/arm/mach-at91/
891 F:      include/soc/at91/
892 F:      arch/arm/boot/dts/at91*.dts
893 F:      arch/arm/boot/dts/at91*.dtsi
894 F:      arch/arm/boot/dts/sama*.dts
895 F:      arch/arm/boot/dts/sama*.dtsi
896
897 ARM/ATMEL AT91 Clock Support
898 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
899 S:      Maintained
900 F:      drivers/clk/at91
901
902 ARM/CALXEDA HIGHBANK ARCHITECTURE
903 M:      Rob Herring <robh@kernel.org>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906 F:      arch/arm/mach-highbank/
907
908 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
909 M:      Krzysztof Halasa <khalasa@piap.pl>
910 S:      Maintained
911 F:      arch/arm/mach-cns3xxx/
912
913 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
914 M:      Alexander Shiyan <shc_work@mail.ru>
915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916 S:      Odd Fixes
917 N:      clps711x
918
919 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
920 M:      Hartley Sweeten <hsweeten@visionengravers.com>
921 M:      Ryan Mallon <rmallon@gmail.com>
922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
923 S:      Maintained
924 F:      arch/arm/mach-ep93xx/
925 F:      arch/arm/mach-ep93xx/include/mach/
926
927 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
928 M:      Lennert Buytenhek <kernel@wantstofly.org>
929 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
930 S:      Maintained
931
932 ARM/CLKDEV SUPPORT
933 M:      Russell King <linux@arm.linux.org.uk>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Maintained
936 F:      arch/arm/include/asm/clkdev.h
937 F:      drivers/clk/clkdev.c
938
939 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
940 M:      Mike Rapoport <mike@compulab.co.il>
941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 S:      Maintained
943
944 ARM/CONTEC MICRO9 MACHINE SUPPORT
945 M:      Hubert Feurstein <hubert.feurstein@contec.at>
946 S:      Maintained
947 F:      arch/arm/mach-ep93xx/micro9.c
948
949 ARM/CORESIGHT FRAMEWORK AND DRIVERS
950 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
952 S:      Maintained
953 F:      drivers/coresight/*
954 F:      Documentation/trace/coresight.txt
955 F:      Documentation/devicetree/bindings/arm/coresight.txt
956 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
957
958 ARM/CORGI MACHINE SUPPORT
959 M:      Richard Purdie <rpurdie@rpsys.net>
960 S:      Maintained
961
962 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
963 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
964 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
965 T:      git git://git.berlios.de/gemini-board
966 S:      Maintained
967 F:      arch/arm/mach-gemini/
968
969 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
970 M:      Barry Song <baohua@kernel.org>
971 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
973 S:      Maintained
974 F:      arch/arm/mach-prima2/
975 F:      drivers/clk/sirf/
976 F:      drivers/clocksource/timer-prima2.c
977 F:      drivers/clocksource/timer-marco.c
978 N:      [^a-z]sirf
979
980 ARM/EBSA110 MACHINE SUPPORT
981 M:      Russell King <linux@arm.linux.org.uk>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 W:      http://www.arm.linux.org.uk/
984 S:      Maintained
985 F:      arch/arm/mach-ebsa110/
986 F:      drivers/net/ethernet/amd/am79c961a.*
987
988 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
989 M:      Uwe Kleine-König <kernel@pengutronix.de>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S:      Maintained
992 N:      efm32
993
994 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
995 M:      Daniel Ribeiro <drwyrm@gmail.com>
996 M:      Stefan Schmidt <stefan@openezx.org>
997 M:      Harald Welte <laforge@openezx.org>
998 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
999 W:      http://www.openezx.org/
1000 S:      Maintained
1001 T:      topgit git://git.openezx.org/openezx.git
1002 F:      arch/arm/mach-pxa/ezx.c
1003
1004 ARM/FARADAY FA526 PORT
1005 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 S:      Maintained
1008 T:      git git://git.berlios.de/gemini-board
1009 F:      arch/arm/mm/*-fa*
1010
1011 ARM/FOOTBRIDGE ARCHITECTURE
1012 M:      Russell King <linux@arm.linux.org.uk>
1013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1014 W:      http://www.arm.linux.org.uk/
1015 S:      Maintained
1016 F:      arch/arm/include/asm/hardware/dec21285.h
1017 F:      arch/arm/mach-footbridge/
1018
1019 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1020 M:      Shawn Guo <shawn.guo@linaro.org>
1021 M:      Sascha Hauer <kernel@pengutronix.de>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 S:      Maintained
1024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1025 F:      arch/arm/mach-imx/
1026 F:      arch/arm/mach-mxs/
1027 F:      arch/arm/boot/dts/imx*
1028 F:      arch/arm/configs/imx*_defconfig
1029
1030 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1031 M:      Lennert Buytenhek <kernel@wantstofly.org>
1032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 S:      Maintained
1034
1035 ARM/GUMSTIX MACHINE SUPPORT
1036 M:      Steve Sakoman <sakoman@gmail.com>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 S:      Maintained
1039
1040 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1041 M:      Philipp Zabel <philipp.zabel@gmail.com>
1042 M:      Paul Parsons <lost.distance@yahoo.com>
1043 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1044 S:      Maintained
1045 F:      arch/arm/mach-pxa/hx4700.c
1046 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1047 F:      sound/soc/pxa/hx4700.c
1048
1049 ARM/HISILICON SOC SUPPORT
1050 M:      Wei Xu <xuwei5@hisilicon.com>
1051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052 W:      http://www.hisilicon.com
1053 S:      Supported
1054 T:      git git://github.com/hisilicon/linux-hisi.git
1055 F:      arch/arm/mach-hisi/
1056
1057 ARM/HP JORNADA 7XX MACHINE SUPPORT
1058 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1059 W:      www.jlime.com
1060 S:      Maintained
1061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1062 F:      arch/arm/mach-sa1100/jornada720.c
1063 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1064
1065 ARM/IGEP MACHINE SUPPORT
1066 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1067 M:      Javier Martinez Canillas <javier@dowhile0.org>
1068 L:      linux-omap@vger.kernel.org
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071 F:      arch/arm/boot/dts/omap3-igep*
1072
1073 ARM/INCOME PXA270 SUPPORT
1074 M:      Marek Vasut <marek.vasut@gmail.com>
1075 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S:      Maintained
1077 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1078
1079 ARM/INTEL IOP32X ARM ARCHITECTURE
1080 M:      Lennert Buytenhek <kernel@wantstofly.org>
1081 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082 S:      Maintained
1083
1084 ARM/INTEL IOP33X ARM ARCHITECTURE
1085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086 S:      Orphan
1087
1088 ARM/INTEL IOP13XX ARM ARCHITECTURE
1089 M:      Lennert Buytenhek <kernel@wantstofly.org>
1090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 S:      Maintained
1092
1093 ARM/INTEL IQ81342EX MACHINE SUPPORT
1094 M:      Lennert Buytenhek <kernel@wantstofly.org>
1095 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096 S:      Maintained
1097
1098 ARM/INTEL IXDP2850 MACHINE SUPPORT
1099 M:      Lennert Buytenhek <kernel@wantstofly.org>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102
1103 ARM/INTEL IXP4XX ARM ARCHITECTURE
1104 M:      Imre Kaloz <kaloz@openwrt.org>
1105 M:      Krzysztof Halasa <khalasa@piap.pl>
1106 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1107 S:      Maintained
1108 F:      arch/arm/mach-ixp4xx/
1109
1110 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1111 M:      Jonathan Cameron <jic23@cam.ac.uk>
1112 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1113 S:      Maintained
1114 F:      arch/arm/mach-pxa/stargate2.c
1115 F:      drivers/pcmcia/pxa2xx_stargate2.c
1116
1117 ARM/INTEL XSC3 (MANZANO) ARM CORE
1118 M:      Lennert Buytenhek <kernel@wantstofly.org>
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 S:      Maintained
1121
1122 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1123 M:      Lennert Buytenhek <kernel@wantstofly.org>
1124 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125 S:      Maintained
1126
1127 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1128 M:      Santosh Shilimkar <ssantosh@kernel.org>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131 F:      arch/arm/mach-keystone/
1132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1133
1134 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1135 M:      Santosh Shilimkar <ssantosh@kernel.org>
1136 L:      linux-kernel@vger.kernel.org
1137 S:      Maintained
1138 F:      drivers/clk/keystone/
1139
1140 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1141 M:      Santosh Shilimkar <ssantosh@kernel.org>
1142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 L:      linux-kernel@vger.kernel.org
1144 S:      Maintained
1145 F:      drivers/clocksource/timer-keystone.c
1146
1147 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1148 M:      Santosh Shilimkar <ssantosh@kernel.org>
1149 L:      linux-kernel@vger.kernel.org
1150 S:      Maintained
1151 F:      drivers/power/reset/keystone-reset.c
1152
1153 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1154 M:      Santosh Shilimkar <ssantosh@kernel.org>
1155 L:      linux-kernel@vger.kernel.org
1156 S:      Maintained
1157 F:      drivers/memory/*emif*
1158
1159 ARM/LOGICPD PXA270 MACHINE SUPPORT
1160 M:      Lennert Buytenhek <kernel@wantstofly.org>
1161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1162 S:      Maintained
1163
1164 ARM/MAGICIAN MACHINE SUPPORT
1165 M:      Philipp Zabel <philipp.zabel@gmail.com>
1166 S:      Maintained
1167
1168 ARM/Marvell Armada 370 and Armada XP SOC support
1169 M:      Jason Cooper <jason@lakedaemon.net>
1170 M:      Andrew Lunn <andrew@lunn.ch>
1171 M:      Gregory Clement <gregory.clement@free-electrons.com>
1172 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 S:      Maintained
1175 F:      arch/arm/mach-mvebu/
1176
1177 ARM/Marvell Berlin SoC support
1178 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1179 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1180 S:      Maintained
1181 F:      arch/arm/mach-berlin/
1182
1183 ARM/Marvell Dove/MV78xx0/Orion SOC support
1184 M:      Jason Cooper <jason@lakedaemon.net>
1185 M:      Andrew Lunn <andrew@lunn.ch>
1186 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1187 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1188 S:      Maintained
1189 F:      arch/arm/mach-dove/
1190 F:      arch/arm/mach-mv78xx0/
1191 F:      arch/arm/mach-orion5x/
1192 F:      arch/arm/plat-orion/
1193
1194 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1195 M:      Alexander Clouter <alex@digriz.org.uk>
1196 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1197 W:      http://www.digriz.org.uk/ts78xx/kernel
1198 S:      Maintained
1199 F:      arch/arm/mach-orion5x/ts78xx-*
1200
1201 ARM/Mediatek SoC support
1202 M:      Matthias Brugger <matthias.bgg@gmail.com>
1203 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1204 S:      Maintained
1205 F:      arch/arm/boot/dts/mt6*
1206 F:      arch/arm/boot/dts/mt8*
1207 F:      arch/arm/mach-mediatek/
1208 N:      mtk
1209 K:      mediatek
1210
1211 ARM/MICREL KS8695 ARCHITECTURE
1212 M:      Greg Ungerer <gerg@uclinux.org>
1213 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1214 F:      arch/arm/mach-ks8695/
1215 S:      Odd Fixes
1216
1217 ARM/MIOA701 MACHINE SUPPORT
1218 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1219 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1220 F:      arch/arm/mach-pxa/mioa701.c
1221 S:      Maintained
1222
1223 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1224 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1225 S:      Maintained
1226
1227 ARM/NOMADIK ARCHITECTURE
1228 M:      Alessandro Rubini <rubini@unipv.it>
1229 M:      Linus Walleij <linus.walleij@linaro.org>
1230 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1231 S:      Maintained
1232 F:      arch/arm/mach-nomadik/
1233 F:      drivers/pinctrl/nomadik/
1234 F:      drivers/i2c/busses/i2c-nomadik.c
1235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1236
1237 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1238 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1239 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1240 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1241 S:      Supported
1242
1243 ARM/QUALCOMM MSM MACHINE SUPPORT
1244 M:      David Brown <davidb@codeaurora.org>
1245 M:      Daniel Walker <dwalker@fifo99.com>
1246 M:      Bryan Huntsman <bryanh@codeaurora.org>
1247 L:      linux-arm-msm@vger.kernel.org
1248 F:      arch/arm/mach-msm/
1249 F:      drivers/video/fbdev/msm/
1250 F:      drivers/mmc/host/msm_sdcc.c
1251 F:      drivers/mmc/host/msm_sdcc.h
1252 F:      drivers/tty/serial/msm_serial.h
1253 F:      drivers/tty/serial/msm_serial.c
1254 F:      drivers/*/pm8???-*
1255 F:      drivers/mfd/ssbi.c
1256 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1257 S:      Maintained
1258
1259 ARM/TOSA MACHINE SUPPORT
1260 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1261 M:      Dirk Opfer <dirk@opfer-online.de>
1262 S:      Maintained
1263
1264 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1265 M:      Marek Vasut <marek.vasut@gmail.com>
1266 L:      linux-arm-kernel@lists.infradead.org
1267 W:      http://hackndev.com
1268 S:      Maintained
1269 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1270 F:      arch/arm/mach-pxa/palmtx.c
1271 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1272 F:      arch/arm/mach-pxa/palmt5.c
1273 F:      arch/arm/mach-pxa/include/mach/palmld.h
1274 F:      arch/arm/mach-pxa/palmld.c
1275 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1276 F:      arch/arm/mach-pxa/palmte2.c
1277 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1278 F:      arch/arm/mach-pxa/palmtc.c
1279
1280 ARM/PALM TREO SUPPORT
1281 M:      Tomas Cech <sleep_walker@suse.cz>
1282 L:      linux-arm-kernel@lists.infradead.org
1283 W:      http://hackndev.com
1284 S:      Maintained
1285 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1286 F:      arch/arm/mach-pxa/palmtreo.c
1287
1288 ARM/PALMZ72 SUPPORT
1289 M:      Sergey Lapin <slapin@ossfans.org>
1290 L:      linux-arm-kernel@lists.infradead.org
1291 W:      http://hackndev.com
1292 S:      Maintained
1293 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1294 F:      arch/arm/mach-pxa/palmz72.c
1295
1296 ARM/PLEB SUPPORT
1297 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1298 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1299 S:      Maintained
1300
1301 ARM/PT DIGITAL BOARD PORT
1302 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1303 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1304 W:      http://www.arm.linux.org.uk/
1305 S:      Maintained
1306
1307 ARM/QUALCOMM SUPPORT
1308 M:      Kumar Gala <galak@codeaurora.org>
1309 M:      David Brown <davidb@codeaurora.org>
1310 L:      linux-arm-msm@vger.kernel.org
1311 S:      Maintained
1312 F:      arch/arm/mach-qcom/
1313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1314
1315 ARM/RADISYS ENP2611 MACHINE SUPPORT
1316 M:      Lennert Buytenhek <kernel@wantstofly.org>
1317 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1318 S:      Maintained
1319
1320 ARM/RISCPC ARCHITECTURE
1321 M:      Russell King <linux@arm.linux.org.uk>
1322 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1323 W:      http://www.arm.linux.org.uk/
1324 S:      Maintained
1325 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1326 F:      arch/arm/include/asm/hardware/ioc.h
1327 F:      arch/arm/include/asm/hardware/iomd.h
1328 F:      arch/arm/include/asm/hardware/memc.h
1329 F:      arch/arm/mach-rpc/
1330 F:      drivers/net/ethernet/8390/etherh.c
1331 F:      drivers/net/ethernet/i825xx/ether1*
1332 F:      drivers/net/ethernet/seeq/ether3*
1333 F:      drivers/scsi/arm/
1334
1335 ARM/Rockchip SoC support
1336 M:      Heiko Stuebner <heiko@sntech.de>
1337 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1338 L:      linux-rockchip@lists.infradead.org
1339 S:      Maintained
1340 F:      arch/arm/boot/dts/rk3*
1341 F:      arch/arm/mach-rockchip/
1342 F:      drivers/clk/rockchip/
1343 F:      drivers/i2c/busses/i2c-rk3x.c
1344 F:      drivers/*/*rockchip*
1345 F:      drivers/*/*/*rockchip*
1346 F:      sound/soc/rockchip/
1347
1348 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1349 M:      Kukjin Kim <kgene@kernel.org>
1350 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1351 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1352 S:      Maintained
1353 F:      arch/arm/boot/dts/s3c*
1354 F:      arch/arm/boot/dts/exynos*
1355 F:      arch/arm/plat-samsung/
1356 F:      arch/arm/mach-s3c24*/
1357 F:      arch/arm/mach-s3c64xx/
1358 F:      arch/arm/mach-s5p*/
1359 F:      arch/arm/mach-exynos*/
1360 F:      drivers/*/*s3c2410*
1361 F:      drivers/*/*/*s3c2410*
1362 F:      drivers/spi/spi-s3c*
1363 F:      sound/soc/samsung/*
1364 N:      exynos
1365
1366 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1367 M:      Kyungmin Park <kyungmin.park@samsung.com>
1368 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1369 S:      Maintained
1370 F:      arch/arm/mach-s5pv210/
1371
1372 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1373 M:      Kyungmin Park <kyungmin.park@samsung.com>
1374 M:      Kamil Debski <k.debski@samsung.com>
1375 L:      linux-arm-kernel@lists.infradead.org
1376 L:      linux-media@vger.kernel.org
1377 S:      Maintained
1378 F:      drivers/media/platform/s5p-g2d/
1379
1380 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1381 M:      Kyungmin Park <kyungmin.park@samsung.com>
1382 M:      Kamil Debski <k.debski@samsung.com>
1383 M:      Jeongtae Park <jtp.park@samsung.com>
1384 L:      linux-arm-kernel@lists.infradead.org
1385 L:      linux-media@vger.kernel.org
1386 S:      Maintained
1387 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1388 F:      drivers/media/platform/s5p-mfc/
1389
1390 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1391 M:      Kyungmin Park <kyungmin.park@samsung.com>
1392 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1393 L:      linux-arm-kernel@lists.infradead.org
1394 L:      linux-media@vger.kernel.org
1395 S:      Maintained
1396 F:      drivers/media/platform/s5p-tv/
1397
1398 ARM/SHMOBILE ARM ARCHITECTURE
1399 M:      Simon Horman <horms@verge.net.au>
1400 M:      Magnus Damm <magnus.damm@gmail.com>
1401 L:      linux-sh@vger.kernel.org
1402 W:      http://oss.renesas.com
1403 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1404 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1405 S:      Supported
1406 F:      arch/arm/boot/dts/emev2*
1407 F:      arch/arm/boot/dts/r7s*
1408 F:      arch/arm/boot/dts/r8a*
1409 F:      arch/arm/boot/dts/sh*
1410 F:      arch/arm/configs/ape6evm_defconfig
1411 F:      arch/arm/configs/armadillo800eva_defconfig
1412 F:      arch/arm/configs/bockw_defconfig
1413 F:      arch/arm/configs/kzm9g_defconfig
1414 F:      arch/arm/configs/lager_defconfig
1415 F:      arch/arm/configs/mackerel_defconfig
1416 F:      arch/arm/configs/marzen_defconfig
1417 F:      arch/arm/configs/shmobile_defconfig
1418 F:      arch/arm/include/debug/renesas-scif.S
1419 F:      arch/arm/mach-shmobile/
1420 F:      drivers/sh/
1421
1422 ARM/SOCFPGA ARCHITECTURE
1423 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1424 S:      Maintained
1425 F:      arch/arm/mach-socfpga/
1426 W:      http://www.rocketboards.org
1427 T:      git://git.rocketboards.org/linux-socfpga.git
1428 T:      git://git.rocketboards.org/linux-socfpga-next.git
1429
1430 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1431 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1432 S:      Maintained
1433 F:      drivers/clk/socfpga/
1434
1435 ARM/SOCFPGA EDAC SUPPORT
1436 M:      Thor Thayer <tthayer@opensource.altera.com>
1437 S:      Maintained
1438 F:      drivers/edac/altera_edac.
1439
1440 ARM/STI ARCHITECTURE
1441 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1442 M:      Maxime Coquelin <maxime.coquelin@st.com>
1443 M:      Patrice Chotard <patrice.chotard@st.com>
1444 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1445 L:      kernel@stlinux.com
1446 W:      http://www.stlinux.com
1447 S:      Maintained
1448 F:      arch/arm/mach-sti/
1449 F:      arch/arm/boot/dts/sti*
1450 F:      drivers/clocksource/arm_global_timer.c
1451 F:      drivers/i2c/busses/i2c-st.c
1452 F:      drivers/media/rc/st_rc.c
1453 F:      drivers/mmc/host/sdhci-st.c
1454 F:      drivers/phy/phy-stih407-usb.c
1455 F:      drivers/phy/phy-stih41x-usb.c
1456 F:      drivers/pinctrl/pinctrl-st.c
1457 F:      drivers/reset/sti/
1458 F:      drivers/tty/serial/st-asc.c
1459 F:      drivers/usb/dwc3/dwc3-st.c
1460 F:      drivers/usb/host/ehci-st.c
1461 F:      drivers/usb/host/ohci-st.c
1462 F:      drivers/ata/ahci_st.c
1463
1464 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1465 M:      Lennert Buytenhek <kernel@wantstofly.org>
1466 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1467 S:      Maintained
1468
1469 ARM/TETON BGA MACHINE SUPPORT
1470 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1471 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1472 S:      Maintained
1473
1474 ARM/THECUS N2100 MACHINE SUPPORT
1475 M:      Lennert Buytenhek <kernel@wantstofly.org>
1476 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1477 S:      Maintained
1478
1479 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1480 M:      Wan ZongShun <mcuos.com@gmail.com>
1481 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1482 W:      http://www.mcuos.com
1483 S:      Maintained
1484 F:      arch/arm/mach-w90x900/
1485 F:      drivers/input/keyboard/w90p910_keypad.c
1486 F:      drivers/input/touchscreen/w90p910_ts.c
1487 F:      drivers/watchdog/nuc900_wdt.c
1488 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1489 F:      drivers/mtd/nand/nuc900_nand.c
1490 F:      drivers/rtc/rtc-nuc900.c
1491 F:      drivers/spi/spi-nuc900.c
1492 F:      drivers/usb/host/ehci-w90x900.c
1493 F:      drivers/video/fbdev/nuc900fb.c
1494
1495 ARM/U300 MACHINE SUPPORT
1496 M:      Linus Walleij <linus.walleij@linaro.org>
1497 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1498 S:      Supported
1499 F:      arch/arm/mach-u300/
1500 F:      drivers/clocksource/timer-u300.c
1501 F:      drivers/i2c/busses/i2c-stu300.c
1502 F:      drivers/rtc/rtc-coh901331.c
1503 F:      drivers/watchdog/coh901327_wdt.c
1504 F:      drivers/dma/coh901318*
1505 F:      drivers/mfd/ab3100*
1506 F:      drivers/rtc/rtc-ab3100.c
1507 F:      drivers/rtc/rtc-coh901331.c
1508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1509
1510 ARM/Ux500 ARM ARCHITECTURE
1511 M:      Linus Walleij <linus.walleij@linaro.org>
1512 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1513 S:      Maintained
1514 F:      arch/arm/mach-ux500/
1515 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1516 F:      drivers/dma/ste_dma40*
1517 F:      drivers/hwspinlock/u8500_hsem.c
1518 F:      drivers/mfd/abx500*
1519 F:      drivers/mfd/ab8500*
1520 F:      drivers/mfd/dbx500*
1521 F:      drivers/mfd/db8500*
1522 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1523 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1524 F:      drivers/rtc/rtc-ab8500.c
1525 F:      drivers/rtc/rtc-pl031.c
1526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1527
1528 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1529 M:      Ulf Hansson <ulf.hansson@linaro.org>
1530 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1531 T:      git git://git.linaro.org/people/ulfh/clk.git
1532 S:      Maintained
1533 F:      drivers/clk/ux500/
1534 F:      include/linux/platform_data/clk-ux500.h
1535
1536 ARM/VERSATILE EXPRESS PLATFORM
1537 M:      Liviu Dudau <liviu.dudau@arm.com>
1538 M:      Sudeep Holla <sudeep.holla@arm.com>
1539 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1540 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1541 S:      Maintained
1542 F:      arch/arm/boot/dts/vexpress*
1543 F:      arch/arm/mach-vexpress/
1544 F:      */*/vexpress*
1545 F:      */*/*/vexpress*
1546 F:      drivers/clk/versatile/clk-vexpress-osc.c
1547 F:      drivers/clocksource/versatile.c
1548
1549 ARM/VFP SUPPORT
1550 M:      Russell King <linux@arm.linux.org.uk>
1551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1552 W:      http://www.arm.linux.org.uk/
1553 S:      Maintained
1554 F:      arch/arm/vfp/
1555
1556 ARM/VOIPAC PXA270 SUPPORT
1557 M:      Marek Vasut <marek.vasut@gmail.com>
1558 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1559 S:      Maintained
1560 F:      arch/arm/mach-pxa/vpac270.c
1561 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1562
1563 ARM/VT8500 ARM ARCHITECTURE
1564 M:      Tony Prisk <linux@prisktech.co.nz>
1565 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1566 S:      Maintained
1567 F:      arch/arm/mach-vt8500/
1568 F:      drivers/clocksource/vt8500_timer.c
1569 F:      drivers/i2c/busses/i2c-wmt.c
1570 F:      drivers/mmc/host/wmt-sdmmc.c
1571 F:      drivers/pwm/pwm-vt8500.c
1572 F:      drivers/rtc/rtc-vt8500.c
1573 F:      drivers/tty/serial/vt8500_serial.c
1574 F:      drivers/usb/host/ehci-platform.c
1575 F:      drivers/usb/host/uhci-platform.c
1576 F:      drivers/video/fbdev/vt8500lcdfb.*
1577 F:      drivers/video/fbdev/wm8505fb*
1578 F:      drivers/video/fbdev/wmt_ge_rops.*
1579
1580 ARM/ZIPIT Z2 SUPPORT
1581 M:      Marek Vasut <marek.vasut@gmail.com>
1582 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1583 S:      Maintained
1584 F:      arch/arm/mach-pxa/z2.c
1585 F:      arch/arm/mach-pxa/include/mach/z2.h
1586
1587 ARM/ZYNQ ARCHITECTURE
1588 M:      Michal Simek <michal.simek@xilinx.com>
1589 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1590 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1591 W:      http://wiki.xilinx.com
1592 T:      git git://git.xilinx.com/linux-xlnx.git
1593 S:      Supported
1594 F:      arch/arm/mach-zynq/
1595 F:      drivers/cpuidle/cpuidle-zynq.c
1596 F:      drivers/block/xsysace.c
1597 N:      zynq
1598 N:      xilinx
1599 F:      drivers/clocksource/cadence_ttc_timer.c
1600 F:      drivers/i2c/busses/i2c-cadence.c
1601 F:      drivers/mmc/host/sdhci-of-arasan.c
1602 F:      drivers/edac/synopsys_edac.c
1603
1604 ARM SMMU DRIVER
1605 M:      Will Deacon <will.deacon@arm.com>
1606 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1607 S:      Maintained
1608 F:      drivers/iommu/arm-smmu.c
1609 F:      drivers/iommu/io-pgtable-arm.c
1610
1611 ARM64 PORT (AARCH64 ARCHITECTURE)
1612 M:      Catalin Marinas <catalin.marinas@arm.com>
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:      arch/arm64/
1617 F:      Documentation/arm64/
1618
1619 AS3645A LED FLASH CONTROLLER DRIVER
1620 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1621 L:      linux-media@vger.kernel.org
1622 T:      git git://linuxtv.org/media_tree.git
1623 S:      Maintained
1624 F:      drivers/media/i2c/as3645a.c
1625 F:      include/media/as3645a.h
1626
1627 ASC7621 HARDWARE MONITOR DRIVER
1628 M:      George Joseph <george.joseph@fairview5.com>
1629 L:      lm-sensors@lm-sensors.org
1630 S:      Maintained
1631 F:      Documentation/hwmon/asc7621
1632 F:      drivers/hwmon/asc7621.c
1633
1634 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1635 M:      Corentin Chary <corentin.chary@gmail.com>
1636 L:      acpi4asus-user@lists.sourceforge.net
1637 L:      platform-driver-x86@vger.kernel.org
1638 W:      http://acpi4asus.sf.net
1639 S:      Maintained
1640 F:      drivers/platform/x86/asus*.c
1641 F:      drivers/platform/x86/eeepc*.c
1642
1643 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1644 R:      Dan Williams <dan.j.williams@intel.com>
1645 W:      http://sourceforge.net/projects/xscaleiop
1646 S:      Odd fixes
1647 F:      Documentation/crypto/async-tx-api.txt
1648 F:      crypto/async_tx/
1649 F:      drivers/dma/
1650 F:      include/linux/dmaengine.h
1651 F:      include/linux/async_tx.h
1652
1653 AT24 EEPROM DRIVER
1654 M:      Wolfram Sang <wsa@the-dreams.de>
1655 L:      linux-i2c@vger.kernel.org
1656 S:      Maintained
1657 F:      drivers/misc/eeprom/at24.c
1658 F:      include/linux/platform_data/at24.h
1659
1660 ATA OVER ETHERNET (AOE) DRIVER
1661 M:      "Ed L. Cashin" <ecashin@coraid.com>
1662 W:      http://support.coraid.com/support/linux
1663 S:      Supported
1664 F:      Documentation/aoe/
1665 F:      drivers/block/aoe/
1666
1667 ATHEROS ATH GENERIC UTILITIES
1668 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1669 L:      linux-wireless@vger.kernel.org
1670 S:      Supported
1671 F:      drivers/net/wireless/ath/*
1672
1673 ATHEROS ATH5K WIRELESS DRIVER
1674 M:      Jiri Slaby <jirislaby@gmail.com>
1675 M:      Nick Kossifidis <mickflemm@gmail.com>
1676 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1677 L:      linux-wireless@vger.kernel.org
1678 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1679 S:      Maintained
1680 F:      drivers/net/wireless/ath/ath5k/
1681
1682 ATHEROS ATH6KL WIRELESS DRIVER
1683 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1684 L:      linux-wireless@vger.kernel.org
1685 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1686 T:      git git://github.com/kvalo/ath.git
1687 S:      Supported
1688 F:      drivers/net/wireless/ath/ath6kl/
1689
1690 WILOCITY WIL6210 WIRELESS DRIVER
1691 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1692 L:      linux-wireless@vger.kernel.org
1693 L:      wil6210@qca.qualcomm.com
1694 S:      Supported
1695 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1696 F:      drivers/net/wireless/ath/wil6210/
1697 F:      include/uapi/linux/wil6210_uapi.h
1698
1699 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1700 M:      Christian Lamparter <chunkeey@googlemail.com>
1701 L:      linux-wireless@vger.kernel.org
1702 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1703 S:      Maintained
1704 F:      drivers/net/wireless/ath/carl9170/
1705
1706 ATK0110 HWMON DRIVER
1707 M:      Luca Tettamanti <kronos.it@gmail.com>
1708 L:      lm-sensors@lm-sensors.org
1709 S:      Maintained
1710 F:      drivers/hwmon/asus_atk0110.c
1711
1712 ATI_REMOTE2 DRIVER
1713 M:      Ville Syrjala <syrjala@sci.fi>
1714 S:      Maintained
1715 F:      drivers/input/misc/ati_remote2.c
1716
1717 ATLX ETHERNET DRIVERS
1718 M:      Jay Cliburn <jcliburn@gmail.com>
1719 M:      Chris Snook <chris.snook@gmail.com>
1720 L:      netdev@vger.kernel.org
1721 W:      http://sourceforge.net/projects/atl1
1722 W:      http://atl1.sourceforge.net
1723 S:      Maintained
1724 F:      drivers/net/ethernet/atheros/
1725
1726 ATM
1727 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1728 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1729 L:      netdev@vger.kernel.org
1730 W:      http://linux-atm.sourceforge.net
1731 S:      Maintained
1732 F:      drivers/atm/
1733 F:      include/linux/atm*
1734 F:      include/uapi/linux/atm*
1735
1736 ATMEL AT91 / AT32 MCI DRIVER
1737 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1738 S:      Maintained
1739 F:      drivers/mmc/host/atmel-mci.c
1740 F:      drivers/mmc/host/atmel-mci-regs.h
1741
1742 ATMEL AT91 / AT32 SERIAL DRIVER
1743 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1744 S:      Supported
1745 F:      drivers/tty/serial/atmel_serial.c
1746
1747 ATMEL Audio ALSA driver
1748 M:      Bo Shen <voice.shen@atmel.com>
1749 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1750 S:      Supported
1751 F:      sound/soc/atmel
1752
1753 ATMEL DMA DRIVER
1754 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1755 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1756 S:      Supported
1757 F:      drivers/dma/at_hdmac.c
1758 F:      drivers/dma/at_hdmac_regs.h
1759 F:      include/linux/platform_data/dma-atmel.h
1760
1761 ATMEL XDMA DRIVER
1762 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1763 L:      linux-arm-kernel@lists.infradead.org
1764 L:      dmaengine@vger.kernel.org
1765 S:      Supported
1766 F:      drivers/dma/at_xdmac.c
1767
1768 ATMEL I2C DRIVER
1769 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1770 L:      linux-i2c@vger.kernel.org
1771 S:      Supported
1772 F:      drivers/i2c/busses/i2c-at91.c
1773
1774 ATMEL ISI DRIVER
1775 M:      Josh Wu <josh.wu@atmel.com>
1776 L:      linux-media@vger.kernel.org
1777 S:      Supported
1778 F:      drivers/media/platform/soc_camera/atmel-isi.c
1779 F:      include/media/atmel-isi.h
1780
1781 ATMEL LCDFB DRIVER
1782 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1783 L:      linux-fbdev@vger.kernel.org
1784 S:      Maintained
1785 F:      drivers/video/fbdev/atmel_lcdfb.c
1786 F:      include/video/atmel_lcdc.h
1787
1788 ATMEL MACB ETHERNET DRIVER
1789 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1790 S:      Supported
1791 F:      drivers/net/ethernet/cadence/
1792
1793 ATMEL NAND DRIVER
1794 M:      Josh Wu <josh.wu@atmel.com>
1795 L:      linux-mtd@lists.infradead.org
1796 S:      Supported
1797 F:      drivers/mtd/nand/atmel_nand*
1798
1799 ATMEL SPI DRIVER
1800 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1801 S:      Supported
1802 F:      drivers/spi/spi-atmel.*
1803
1804 ATMEL SSC DRIVER
1805 M:      Bo Shen <voice.shen@atmel.com>
1806 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1807 S:      Supported
1808 F:      drivers/misc/atmel-ssc.c
1809 F:      include/linux/atmel-ssc.h
1810
1811 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1812 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1813 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1814 S:      Supported
1815 F:      drivers/misc/atmel_tclib.c
1816 F:      drivers/clocksource/tcb_clksrc.c
1817
1818 ATMEL USBA UDC DRIVER
1819 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1820 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1821 S:      Supported
1822 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1823
1824 ATMEL WIRELESS DRIVER
1825 M:      Simon Kelley <simon@thekelleys.org.uk>
1826 L:      linux-wireless@vger.kernel.org
1827 W:      http://www.thekelleys.org.uk/atmel
1828 W:      http://atmelwlandriver.sourceforge.net/
1829 S:      Maintained
1830 F:      drivers/net/wireless/atmel*
1831
1832 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1833 M:      Bradley Grove <linuxdrivers@attotech.com>
1834 L:      linux-scsi@vger.kernel.org
1835 W:      http://www.attotech.com
1836 S:      Supported
1837 F:      drivers/scsi/esas2r
1838
1839 AUDIT SUBSYSTEM
1840 M:      Paul Moore <paul@paul-moore.com>
1841 M:      Eric Paris <eparis@redhat.com>
1842 L:      linux-audit@redhat.com (moderated for non-subscribers)
1843 W:      http://people.redhat.com/sgrubb/audit/
1844 T:      git git://git.infradead.org/users/pcmoore/audit
1845 S:      Maintained
1846 F:      include/linux/audit.h
1847 F:      include/uapi/linux/audit.h
1848 F:      kernel/audit*
1849
1850 AUXILIARY DISPLAY DRIVERS
1851 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1852 W:      http://miguelojeda.es/auxdisplay.htm
1853 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1854 S:      Maintained
1855 F:      drivers/auxdisplay/
1856 F:      include/linux/cfag12864b.h
1857
1858 AVR32 ARCHITECTURE
1859 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1860 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1861 W:      http://www.atmel.com/products/AVR32/
1862 W:      http://mirror.egtvedt.no/avr32linux.org/
1863 W:      http://avrfreaks.net/
1864 S:      Maintained
1865 F:      arch/avr32/
1866
1867 AVR32/AT32AP MACHINE SUPPORT
1868 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1869 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1870 S:      Maintained
1871 F:      arch/avr32/mach-at32ap/
1872
1873 AX.25 NETWORK LAYER
1874 M:      Ralf Baechle <ralf@linux-mips.org>
1875 L:      linux-hams@vger.kernel.org
1876 W:      http://www.linux-ax25.org/
1877 S:      Maintained
1878 F:      include/uapi/linux/ax25.h
1879 F:      include/net/ax25.h
1880 F:      net/ax25/
1881
1882 AZ6007 DVB DRIVER
1883 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1884 L:      linux-media@vger.kernel.org
1885 W:      http://linuxtv.org
1886 T:      git git://linuxtv.org/media_tree.git
1887 S:      Maintained
1888 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1889
1890 AZTECH FM RADIO RECEIVER DRIVER
1891 M:      Hans Verkuil <hverkuil@xs4all.nl>
1892 L:      linux-media@vger.kernel.org
1893 T:      git git://linuxtv.org/media_tree.git
1894 W:      http://linuxtv.org
1895 S:      Maintained
1896 F:      drivers/media/radio/radio-aztech*
1897
1898 B43 WIRELESS DRIVER
1899 M:      Stefano Brivio <stefano.brivio@polimi.it>
1900 L:      linux-wireless@vger.kernel.org
1901 L:      b43-dev@lists.infradead.org
1902 W:      http://wireless.kernel.org/en/users/Drivers/b43
1903 S:      Maintained
1904 F:      drivers/net/wireless/b43/
1905
1906 B43LEGACY WIRELESS DRIVER
1907 M:      Larry Finger <Larry.Finger@lwfinger.net>
1908 M:      Stefano Brivio <stefano.brivio@polimi.it>
1909 L:      linux-wireless@vger.kernel.org
1910 L:      b43-dev@lists.infradead.org
1911 W:      http://wireless.kernel.org/en/users/Drivers/b43
1912 S:      Maintained
1913 F:      drivers/net/wireless/b43legacy/
1914
1915 BACKLIGHT CLASS/SUBSYSTEM
1916 M:      Jingoo Han <jg1.han@samsung.com>
1917 M:      Lee Jones <lee.jones@linaro.org>
1918 S:      Maintained
1919 F:      drivers/video/backlight/
1920 F:      include/linux/backlight.h
1921
1922 BATMAN ADVANCED
1923 M:      Marek Lindner <mareklindner@neomailbox.ch>
1924 M:      Simon Wunderlich <sw@simonwunderlich.de>
1925 M:      Antonio Quartulli <antonio@meshcoding.com>
1926 L:      b.a.t.m.a.n@lists.open-mesh.org
1927 W:      http://www.open-mesh.org/
1928 S:      Maintained
1929 F:      net/batman-adv/
1930
1931 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1932 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1933 L:      linux-hams@vger.kernel.org
1934 W:      http://www.baycom.org/~tom/ham/ham.html
1935 S:      Maintained
1936 F:      drivers/net/hamradio/baycom*
1937
1938 BCACHE (BLOCK LAYER CACHE)
1939 M:      Kent Overstreet <kmo@daterainc.com>
1940 L:      linux-bcache@vger.kernel.org
1941 W:      http://bcache.evilpiepirate.org
1942 S:      Maintained:
1943 F:      drivers/md/bcache/
1944
1945 BEFS FILE SYSTEM
1946 S:      Orphan
1947 F:      Documentation/filesystems/befs.txt
1948 F:      fs/befs/
1949
1950 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1951 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1952 L: netdev@vger.kernel.org
1953 S: Maintained
1954 F: drivers/net/ethernet/ec_bhf.c
1955
1956 BFS FILE SYSTEM
1957 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1958 S:      Maintained
1959 F:      Documentation/filesystems/bfs.txt
1960 F:      fs/bfs/
1961 F:      include/uapi/linux/bfs_fs.h
1962
1963 BLACKFIN ARCHITECTURE
1964 M:      Steven Miao <realmz6@gmail.com>
1965 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1966 T:      git git://git.code.sf.net/p/adi-linux/code
1967 W:      http://blackfin.uclinux.org
1968 S:      Supported
1969 F:      arch/blackfin/
1970
1971 BLACKFIN EMAC DRIVER
1972 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1973 W:      http://blackfin.uclinux.org
1974 S:      Supported
1975 F:      drivers/net/ethernet/adi/
1976
1977 BLACKFIN RTC DRIVER
1978 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1979 W:      http://blackfin.uclinux.org
1980 S:      Supported
1981 F:      drivers/rtc/rtc-bfin.c
1982
1983 BLACKFIN SDH DRIVER
1984 M:      Sonic Zhang <sonic.zhang@analog.com>
1985 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1986 W:      http://blackfin.uclinux.org
1987 S:      Supported
1988 F:      drivers/mmc/host/bfin_sdh.c
1989
1990 BLACKFIN SERIAL DRIVER
1991 M:      Sonic Zhang <sonic.zhang@analog.com>
1992 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1993 W:      http://blackfin.uclinux.org
1994 S:      Supported
1995 F:      drivers/tty/serial/bfin_uart.c
1996
1997 BLACKFIN WATCHDOG DRIVER
1998 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1999 W:      http://blackfin.uclinux.org
2000 S:      Supported
2001 F:      drivers/watchdog/bfin_wdt.c
2002
2003 BLACKFIN I2C TWI DRIVER
2004 M:      Sonic Zhang <sonic.zhang@analog.com>
2005 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2006 W:      http://blackfin.uclinux.org/
2007 S:      Supported
2008 F:      drivers/i2c/busses/i2c-bfin-twi.c
2009
2010 BLACKFIN MEDIA DRIVER
2011 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2012 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2013 W:      http://blackfin.uclinux.org/
2014 S:      Supported
2015 F:      drivers/media/platform/blackfin/
2016 F:      drivers/media/i2c/adv7183*
2017 F:      drivers/media/i2c/vs6624*
2018
2019 BLINKM RGB LED DRIVER
2020 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2021 S:      Maintained
2022 F:      drivers/leds/leds-blinkm.c
2023
2024 BLOCK LAYER
2025 M:      Jens Axboe <axboe@kernel.dk>
2026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2027 S:      Maintained
2028 F:      block/
2029
2030 BLOCK2MTD DRIVER
2031 M:      Joern Engel <joern@lazybastard.org>
2032 L:      linux-mtd@lists.infradead.org
2033 S:      Maintained
2034 F:      drivers/mtd/devices/block2mtd.c
2035
2036 BLUETOOTH DRIVERS
2037 M:      Marcel Holtmann <marcel@holtmann.org>
2038 M:      Gustavo Padovan <gustavo@padovan.org>
2039 M:      Johan Hedberg <johan.hedberg@gmail.com>
2040 L:      linux-bluetooth@vger.kernel.org
2041 W:      http://www.bluez.org/
2042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2044 S:      Maintained
2045 F:      drivers/bluetooth/
2046
2047 BLUETOOTH SUBSYSTEM
2048 M:      Marcel Holtmann <marcel@holtmann.org>
2049 M:      Gustavo Padovan <gustavo@padovan.org>
2050 M:      Johan Hedberg <johan.hedberg@gmail.com>
2051 L:      linux-bluetooth@vger.kernel.org
2052 W:      http://www.bluez.org/
2053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2055 S:      Maintained
2056 F:      net/bluetooth/
2057 F:      include/net/bluetooth/
2058
2059 BONDING DRIVER
2060 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2061 M:      Veaceslav Falico <vfalico@gmail.com>
2062 M:      Andy Gospodarek <andy@greyhouse.net>
2063 L:      netdev@vger.kernel.org
2064 W:      http://sourceforge.net/projects/bonding/
2065 S:      Supported
2066 F:      drivers/net/bonding/
2067 F:      include/uapi/linux/if_bonding.h
2068
2069 BPF (Safe dynamic programs and tools)
2070 M:      Alexei Starovoitov <ast@kernel.org>
2071 L:      netdev@vger.kernel.org
2072 L:      linux-kernel@vger.kernel.org
2073 S:      Supported
2074 F:      kernel/bpf/
2075
2076 BROADCOM B44 10/100 ETHERNET DRIVER
2077 M:      Gary Zambrano <zambrano@broadcom.com>
2078 L:      netdev@vger.kernel.org
2079 S:      Supported
2080 F:      drivers/net/ethernet/broadcom/b44.*
2081
2082 BROADCOM GENET ETHERNET DRIVER
2083 M:      Florian Fainelli <f.fainelli@gmail.com>
2084 L:      netdev@vger.kernel.org
2085 S:      Supported
2086 F:      drivers/net/ethernet/broadcom/genet/
2087
2088 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2089 M:      Sony Chacko <sony.chacko@qlogic.com>
2090 M:      Dept-HSGLinuxNICDev@qlogic.com
2091 L:      netdev@vger.kernel.org
2092 S:      Supported
2093 F:      drivers/net/ethernet/broadcom/bnx2.*
2094 F:      drivers/net/ethernet/broadcom/bnx2_*
2095
2096 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2097 M:      Ariel Elior <ariel.elior@qlogic.com>
2098 L:      netdev@vger.kernel.org
2099 S:      Supported
2100 F:      drivers/net/ethernet/broadcom/bnx2x/
2101
2102 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2103 M:      Christian Daudt <bcm@fixthebug.org>
2104 M:      Matt Porter <mporter@linaro.org>
2105 M:      Florian Fainelli <f.fainelli@gmail.com>
2106 L:      bcm-kernel-feedback-list@broadcom.com
2107 T:      git git://github.com/broadcom/mach-bcm
2108 S:      Maintained
2109 F:      arch/arm/mach-bcm/
2110 F:      arch/arm/boot/dts/bcm113*
2111 F:      arch/arm/boot/dts/bcm216*
2112 F:      arch/arm/boot/dts/bcm281*
2113 F:      arch/arm/configs/bcm_defconfig
2114 F:      drivers/mmc/host/sdhci-bcm-kona.c
2115 F:      drivers/clocksource/bcm_kona_timer.c
2116
2117 BROADCOM BCM2835 ARM ARCHITECTURE
2118 M:      Stephen Warren <swarren@wwwdotorg.org>
2119 M:      Lee Jones <lee@kernel.org>
2120 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2122 S:      Maintained
2123 N:      bcm2835
2124
2125 BROADCOM BCM33XX MIPS ARCHITECTURE
2126 M:      Kevin Cernekee <cernekee@gmail.com>
2127 L:      linux-mips@linux-mips.org
2128 S:      Maintained
2129 F:      arch/mips/bcm3384/*
2130 F:      arch/mips/include/asm/mach-bcm3384/*
2131 F:      arch/mips/kernel/*bmips*
2132
2133 BROADCOM BCM5301X ARM ARCHITECTURE
2134 M:      Hauke Mehrtens <hauke@hauke-m.de>
2135 L:      linux-arm-kernel@lists.infradead.org
2136 S:      Maintained
2137 F:      arch/arm/mach-bcm/bcm_5301x.c
2138 F:      arch/arm/boot/dts/bcm5301x.dtsi
2139 F:      arch/arm/boot/dts/bcm470*
2140
2141 BROADCOM BCM63XX ARM ARCHITECTURE
2142 M:      Florian Fainelli <f.fainelli@gmail.com>
2143 L:      linux-arm-kernel@lists.infradead.org
2144 T:      git git://git.github.com/brcm/linux.git
2145 S:      Maintained
2146 F:      arch/arm/mach-bcm/bcm63xx.c
2147 F:      arch/arm/include/debug/bcm63xx.S
2148
2149 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2150 M:      Kevin Cernekee <cernekee@gmail.com>
2151 L:      linux-usb@vger.kernel.org
2152 S:      Maintained
2153 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2154
2155 BROADCOM BCM7XXX ARM ARCHITECTURE
2156 M:      Marc Carino <marc.ceeeee@gmail.com>
2157 M:      Brian Norris <computersforpeace@gmail.com>
2158 M:      Gregory Fong <gregory.0xf0@gmail.com>
2159 M:      Florian Fainelli <f.fainelli@gmail.com>
2160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2161 S:      Maintained
2162 F:      arch/arm/mach-bcm/*brcmstb*
2163 F:      arch/arm/boot/dts/bcm7*.dts*
2164 F:      drivers/bus/brcmstb_gisb.c
2165
2166 BROADCOM BMIPS MIPS ARCHITECTURE
2167 M:      Kevin Cernekee <cernekee@gmail.com>
2168 M:      Florian Fainelli <f.fainelli@gmail.com>
2169 L:      linux-mips@linux-mips.org
2170 S:      Maintained
2171 F:      arch/mips/bmips/*
2172 F:      arch/mips/include/asm/mach-bmips/*
2173 F:      arch/mips/kernel/*bmips*
2174 F:      arch/mips/boot/dts/bcm*.dts*
2175 F:      drivers/irqchip/irq-bcm7*
2176 F:      drivers/irqchip/irq-brcmstb*
2177
2178 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2179 M:      Prashant Sreedharan <prashant@broadcom.com>
2180 M:      Michael Chan <mchan@broadcom.com>
2181 L:      netdev@vger.kernel.org
2182 S:      Supported
2183 F:      drivers/net/ethernet/broadcom/tg3.*
2184
2185 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2186 M:      Brett Rudley <brudley@broadcom.com>
2187 M:      Arend van Spriel <arend@broadcom.com>
2188 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2189 M:      Hante Meuleman <meuleman@broadcom.com>
2190 L:      linux-wireless@vger.kernel.org
2191 L:      brcm80211-dev-list@broadcom.com
2192 S:      Supported
2193 F:      drivers/net/wireless/brcm80211/
2194
2195 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2196 M:      QLogic-Storage-Upstream@qlogic.com
2197 L:      linux-scsi@vger.kernel.org
2198 S:      Supported
2199 F:      drivers/scsi/bnx2fc/
2200
2201 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2202 M:      QLogic-Storage-Upstream@qlogic.com
2203 L:      linux-scsi@vger.kernel.org
2204 S:      Supported
2205 F:      drivers/scsi/bnx2i/
2206
2207 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2208 M:      Ray Jui <rjui@broadcom.com>
2209 M:      Scott Branden <sbranden@broadcom.com>
2210 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2211 L:      bcm-kernel-feedback-list@broadcom.com
2212 T:      git git://git.github.com/brcm/linux.git
2213 S:      Maintained
2214 N:      iproc
2215 N:      cygnus
2216 N:      bcm9113*
2217 N:      bcm9583*
2218 N:      bcm583*
2219 N:      bcm113*
2220
2221 BROADCOM KONA GPIO DRIVER
2222 M:      Ray Jui <rjui@broadcom.com>
2223 L:      bcm-kernel-feedback-list@broadcom.com
2224 S:      Supported
2225 F:      drivers/gpio/gpio-bcm-kona.c
2226 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2227
2228 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2229 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2230 L:      linux-wireless@vger.kernel.org
2231 S:      Maintained
2232 F:      drivers/bcma/
2233 F:      include/linux/bcma/
2234
2235 BROADCOM SYSTEMPORT ETHERNET DRIVER
2236 M:      Florian Fainelli <f.fainelli@gmail.com>
2237 L:      netdev@vger.kernel.org
2238 S:      Supported
2239 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2240
2241 BROCADE BFA FC SCSI DRIVER
2242 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2243 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2244 L:      linux-scsi@vger.kernel.org
2245 S:      Supported
2246 F:      drivers/scsi/bfa/
2247
2248 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2249 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2250 L:      netdev@vger.kernel.org
2251 S:      Supported
2252 F:      drivers/net/ethernet/brocade/bna/
2253
2254 BSG (block layer generic sg v4 driver)
2255 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2256 L:      linux-scsi@vger.kernel.org
2257 S:      Supported
2258 F:      block/bsg.c
2259 F:      include/linux/bsg.h
2260 F:      include/uapi/linux/bsg.h
2261
2262 BT87X AUDIO DRIVER
2263 M:      Clemens Ladisch <clemens@ladisch.de>
2264 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2265 T:      git git://git.alsa-project.org/alsa-kernel.git
2266 S:      Maintained
2267 F:      Documentation/sound/alsa/Bt87x.txt
2268 F:      sound/pci/bt87x.c
2269
2270 BT8XXGPIO DRIVER
2271 M:      Michael Buesch <m@bues.ch>
2272 W:      http://bu3sch.de/btgpio.php
2273 S:      Maintained
2274 F:      drivers/gpio/gpio-bt8xx.c
2275
2276 BTRFS FILE SYSTEM
2277 M:      Chris Mason <clm@fb.com>
2278 M:      Josef Bacik <jbacik@fb.com>
2279 M:      David Sterba <dsterba@suse.cz>
2280 L:      linux-btrfs@vger.kernel.org
2281 W:      http://btrfs.wiki.kernel.org/
2282 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2284 S:      Maintained
2285 F:      Documentation/filesystems/btrfs.txt
2286 F:      fs/btrfs/
2287
2288 BTTV VIDEO4LINUX DRIVER
2289 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2290 L:      linux-media@vger.kernel.org
2291 W:      http://linuxtv.org
2292 T:      git git://linuxtv.org/media_tree.git
2293 S:      Odd fixes
2294 F:      Documentation/video4linux/bttv/
2295 F:      drivers/media/pci/bt8xx/bttv*
2296
2297 BUSLOGIC SCSI DRIVER
2298 M:      Khalid Aziz <khalid@gonehiking.org>
2299 L:      linux-scsi@vger.kernel.org
2300 S:      Maintained
2301 F:      drivers/scsi/BusLogic.*
2302 F:      drivers/scsi/FlashPoint.*
2303
2304 C-MEDIA CMI8788 DRIVER
2305 M:      Clemens Ladisch <clemens@ladisch.de>
2306 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2307 T:      git git://git.alsa-project.org/alsa-kernel.git
2308 S:      Maintained
2309 F:      sound/pci/oxygen/
2310
2311 C6X ARCHITECTURE
2312 M:      Mark Salter <msalter@redhat.com>
2313 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2314 L:      linux-c6x-dev@linux-c6x.org
2315 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2316 S:      Maintained
2317 F:      arch/c6x/
2318
2319 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2320 M:      David Howells <dhowells@redhat.com>
2321 L:      linux-cachefs@redhat.com
2322 S:      Supported
2323 F:      Documentation/filesystems/caching/cachefiles.txt
2324 F:      fs/cachefiles/
2325
2326 CADET FM/AM RADIO RECEIVER DRIVER
2327 M:      Hans Verkuil <hverkuil@xs4all.nl>
2328 L:      linux-media@vger.kernel.org
2329 T:      git git://linuxtv.org/media_tree.git
2330 W:      http://linuxtv.org
2331 S:      Maintained
2332 F:      drivers/media/radio/radio-cadet*
2333
2334 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2335 M:      Jonathan Corbet <corbet@lwn.net>
2336 L:      linux-media@vger.kernel.org
2337 T:      git git://linuxtv.org/media_tree.git
2338 S:      Maintained
2339 F:      Documentation/video4linux/cafe_ccic
2340 F:      drivers/media/platform/marvell-ccic/
2341
2342 CAIF NETWORK LAYER
2343 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2344 L:      netdev@vger.kernel.org
2345 S:      Supported
2346 F:      Documentation/networking/caif/
2347 F:      drivers/net/caif/
2348 F:      include/uapi/linux/caif/
2349 F:      include/net/caif/
2350 F:      net/caif/
2351
2352 CALGARY x86-64 IOMMU
2353 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2354 M:      "Jon D. Mason" <jdmason@kudzu.us>
2355 L:      discuss@x86-64.org
2356 S:      Maintained
2357 F:      arch/x86/kernel/pci-calgary_64.c
2358 F:      arch/x86/kernel/tce_64.c
2359 F:      arch/x86/include/asm/calgary.h
2360 F:      arch/x86/include/asm/tce.h
2361
2362 CAN NETWORK LAYER
2363 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2364 L:      linux-can@vger.kernel.org
2365 W:      http://gitorious.org/linux-can
2366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2368 S:      Maintained
2369 F:      Documentation/networking/can.txt
2370 F:      net/can/
2371 F:      include/linux/can/core.h
2372 F:      include/uapi/linux/can.h
2373 F:      include/uapi/linux/can/bcm.h
2374 F:      include/uapi/linux/can/raw.h
2375 F:      include/uapi/linux/can/gw.h
2376
2377 CAN NETWORK DRIVERS
2378 M:      Wolfgang Grandegger <wg@grandegger.com>
2379 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2380 L:      linux-can@vger.kernel.org
2381 W:      http://gitorious.org/linux-can
2382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2384 S:      Maintained
2385 F:      drivers/net/can/
2386 F:      include/linux/can/dev.h
2387 F:      include/linux/can/platform/
2388 F:      include/uapi/linux/can/error.h
2389 F:      include/uapi/linux/can/netlink.h
2390
2391 CAPABILITIES
2392 M:      Serge Hallyn <serge.hallyn@canonical.com>
2393 L:      linux-security-module@vger.kernel.org
2394 S:      Supported
2395 F:      include/linux/capability.h
2396 F:      include/uapi/linux/capability.h
2397 F:      security/capability.c
2398 F:      security/commoncap.c
2399 F:      kernel/capability.c
2400
2401 CC2520 IEEE-802.15.4 RADIO DRIVER
2402 M:      Varka Bhadram <varkabhadram@gmail.com>
2403 L:      linux-wpan@vger.kernel.org
2404 S:      Maintained
2405 F:      drivers/net/ieee802154/cc2520.c
2406 F:      include/linux/spi/cc2520.h
2407 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2408
2409 CELL BROADBAND ENGINE ARCHITECTURE
2410 M:      Arnd Bergmann <arnd@arndb.de>
2411 L:      linuxppc-dev@lists.ozlabs.org
2412 L:      cbe-oss-dev@lists.ozlabs.org
2413 W:      http://www.ibm.com/developerworks/power/cell/
2414 S:      Supported
2415 F:      arch/powerpc/include/asm/cell*.h
2416 F:      arch/powerpc/include/asm/spu*.h
2417 F:      arch/powerpc/include/uapi/asm/spu*.h
2418 F:      arch/powerpc/oprofile/*cell*
2419 F:      arch/powerpc/platforms/cell/
2420
2421 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2422 M:      Sage Weil <sage@inktank.com>
2423 L:      ceph-devel@vger.kernel.org
2424 W:      http://ceph.com/
2425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2426 S:      Supported
2427 F:      Documentation/filesystems/ceph.txt
2428 F:      fs/ceph/
2429 F:      net/ceph/
2430 F:      include/linux/ceph/
2431 F:      include/linux/crush/
2432
2433 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2434 L:      linux-usb@vger.kernel.org
2435 S:      Orphan
2436 F:      Documentation/usb/WUSB-Design-overview.txt
2437 F:      Documentation/usb/wusb-cbaf
2438 F:      drivers/usb/host/hwa-hc.c
2439 F:      drivers/usb/host/whci/
2440 F:      drivers/usb/wusbcore/
2441 F:      include/linux/usb/wusb*
2442
2443 CFAG12864B LCD DRIVER
2444 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2445 W:      http://miguelojeda.es/auxdisplay.htm
2446 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2447 S:      Maintained
2448 F:      drivers/auxdisplay/cfag12864b.c
2449 F:      include/linux/cfag12864b.h
2450
2451 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2452 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2453 W:      http://miguelojeda.es/auxdisplay.htm
2454 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2455 S:      Maintained
2456 F:      drivers/auxdisplay/cfag12864bfb.c
2457 F:      include/linux/cfag12864b.h
2458
2459 CFG80211 and NL80211
2460 M:      Johannes Berg <johannes@sipsolutions.net>
2461 L:      linux-wireless@vger.kernel.org
2462 W:      http://wireless.kernel.org/
2463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2464 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2465 S:      Maintained
2466 F:      include/uapi/linux/nl80211.h
2467 F:      include/net/cfg80211.h
2468 F:      net/wireless/*
2469 X:      net/wireless/wext*
2470
2471 CHAR and MISC DRIVERS
2472 M:      Arnd Bergmann <arnd@arndb.de>
2473 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2475 S:      Supported
2476 F:      drivers/char/*
2477 F:      drivers/misc/*
2478 F:      include/linux/miscdevice.h
2479
2480 CHECKPATCH
2481 M:      Andy Whitcroft <apw@canonical.com>
2482 M:      Joe Perches <joe@perches.com>
2483 S:      Maintained
2484 F:      scripts/checkpatch.pl
2485
2486 CHINESE DOCUMENTATION
2487 M:      Harry Wei <harryxiyou@gmail.com>
2488 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2489 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2490 S:      Maintained
2491 F:      Documentation/zh_CN/
2492
2493 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2494 M:      Peter Chen <Peter.Chen@freescale.com>
2495 T:      git git://github.com/hzpeterchen/linux-usb.git
2496 L:      linux-usb@vger.kernel.org
2497 S:      Maintained
2498 F:      drivers/usb/chipidea/
2499
2500 CHROME HARDWARE PLATFORM SUPPORT
2501 M:      Olof Johansson <olof@lixom.net>
2502 S:      Maintained
2503 F:      drivers/platform/chrome/
2504
2505 CISCO VIC ETHERNET NIC DRIVER
2506 M:      Christian Benvenuti <benve@cisco.com>
2507 M:      Sujith Sankar <ssujith@cisco.com>
2508 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2509 M:      Neel Patel <neepatel@cisco.com>
2510 S:      Supported
2511 F:      drivers/net/ethernet/cisco/enic/
2512
2513 CISCO VIC LOW LATENCY NIC DRIVER
2514 M:      Upinder Malhi <umalhi@cisco.com>
2515 S:      Supported
2516 F:      drivers/infiniband/hw/usnic
2517
2518 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2519 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2520 L:      netdev@vger.kernel.org
2521 S:      Maintained
2522 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2523
2524 CIRRUS LOGIC AUDIO CODEC DRIVERS
2525 M:      Brian Austin <brian.austin@cirrus.com>
2526 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2527 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2528 S:      Maintained
2529 F:      sound/soc/codecs/cs*
2530
2531 CLEANCACHE API
2532 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2533 L:      linux-kernel@vger.kernel.org
2534 S:      Maintained
2535 F:      mm/cleancache.c
2536 F:      include/linux/cleancache.h
2537
2538 CLK API
2539 M:      Russell King <linux@arm.linux.org.uk>
2540 S:      Maintained
2541 F:      include/linux/clk.h
2542
2543 CLOCKSOURCE, CLOCKEVENT DRIVERS
2544 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2545 M:      Thomas Gleixner <tglx@linutronix.de>
2546 L:      linux-kernel@vger.kernel.org
2547 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2548 S:      Supported
2549 F:      drivers/clocksource
2550
2551 CISCO FCOE HBA DRIVER
2552 M:      Hiral Patel <hiralpat@cisco.com>
2553 M:      Suma Ramars <sramars@cisco.com>
2554 M:      Brian Uchino <buchino@cisco.com>
2555 L:      linux-scsi@vger.kernel.org
2556 S:      Supported
2557 F:      drivers/scsi/fnic/
2558
2559 CMPC ACPI DRIVER
2560 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2561 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2562 L:      platform-driver-x86@vger.kernel.org
2563 S:      Supported
2564 F:      drivers/platform/x86/classmate-laptop.c
2565
2566 COCCINELLE/Semantic Patches (SmPL)
2567 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2568 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2569 M:      Nicolas Palix <nicolas.palix@imag.fr>
2570 M:      Michal Marek <mmarek@suse.cz>
2571 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2573 W:      http://coccinelle.lip6.fr/
2574 S:      Supported
2575 F:      Documentation/coccinelle.txt
2576 F:      scripts/coccinelle/
2577 F:      scripts/coccicheck
2578
2579 CODA FILE SYSTEM
2580 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2581 M:      coda@cs.cmu.edu
2582 L:      codalist@coda.cs.cmu.edu
2583 W:      http://www.coda.cs.cmu.edu/
2584 S:      Maintained
2585 F:      Documentation/filesystems/coda.txt
2586 F:      fs/coda/
2587 F:      include/linux/coda*.h
2588 F:      include/uapi/linux/coda*.h
2589
2590 CODA V4L2 MEM2MEM DRIVER
2591 M:      Philipp Zabel <p.zabel@pengutronix.de>
2592 L:      linux-media@vger.kernel.org
2593 S:      Maintained
2594 F:      Documentation/devicetree/bindings/media/coda.txt
2595 F:      drivers/media/platform/coda/
2596
2597 COMMON CLK FRAMEWORK
2598 M:      Mike Turquette <mturquette@linaro.org>
2599 M:      Stephen Boyd <sboyd@codeaurora.org>
2600 L:      linux-kernel@vger.kernel.org
2601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2602 S:      Maintained
2603 F:      drivers/clk/
2604 X:      drivers/clk/clkdev.c
2605 F:      include/linux/clk-pr*
2606 F:      include/linux/clk/
2607
2608 COMMON INTERNET FILE SYSTEM (CIFS)
2609 M:      Steve French <sfrench@samba.org>
2610 L:      linux-cifs@vger.kernel.org
2611 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2612 W:      http://linux-cifs.samba.org/
2613 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2614 S:      Supported
2615 F:      Documentation/filesystems/cifs/
2616 F:      fs/cifs/
2617
2618 COMPACTPCI HOTPLUG CORE
2619 M:      Scott Murray <scott@spiteful.org>
2620 L:      linux-pci@vger.kernel.org
2621 S:      Maintained
2622 F:      drivers/pci/hotplug/cpci_hotplug*
2623
2624 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2625 M:      Scott Murray <scott@spiteful.org>
2626 L:      linux-pci@vger.kernel.org
2627 S:      Maintained
2628 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2629
2630 COMPACTPCI HOTPLUG GENERIC DRIVER
2631 M:      Scott Murray <scott@spiteful.org>
2632 L:      linux-pci@vger.kernel.org
2633 S:      Maintained
2634 F:      drivers/pci/hotplug/cpcihp_generic.c
2635
2636 COMPAL LAPTOP SUPPORT
2637 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2638 L:      platform-driver-x86@vger.kernel.org
2639 S:      Maintained
2640 F:      drivers/platform/x86/compal-laptop.c
2641
2642 CONEXANT ACCESSRUNNER USB DRIVER
2643 M:      Simon Arlott <cxacru@fire.lp0.eu>
2644 L:      accessrunner-general@lists.sourceforge.net
2645 W:      http://accessrunner.sourceforge.net/
2646 S:      Maintained
2647 F:      drivers/usb/atm/cxacru.c
2648
2649 CONFIGFS
2650 M:      Joel Becker <jlbec@evilplan.org>
2651 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2652 S:      Supported
2653 F:      fs/configfs/
2654 F:      include/linux/configfs.h
2655
2656 CONNECTOR
2657 M:      Evgeniy Polyakov <zbr@ioremap.net>
2658 L:      netdev@vger.kernel.org
2659 S:      Maintained
2660 F:      drivers/connector/
2661
2662 CONTROL GROUP (CGROUP)
2663 M:      Tejun Heo <tj@kernel.org>
2664 M:      Li Zefan <lizefan@huawei.com>
2665 L:      cgroups@vger.kernel.org
2666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2667 S:      Maintained
2668 F:      Documentation/cgroups/
2669 F:      include/linux/cgroup*
2670 F:      kernel/cgroup*
2671
2672 CONTROL GROUP - CPUSET
2673 M:      Li Zefan <lizefan@huawei.com>
2674 L:      cgroups@vger.kernel.org
2675 W:      http://www.bullopensource.org/cpuset/
2676 W:      http://oss.sgi.com/projects/cpusets/
2677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2678 S:      Maintained
2679 F:      Documentation/cgroups/cpusets.txt
2680 F:      include/linux/cpuset.h
2681 F:      kernel/cpuset.c
2682
2683 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2684 M:      Johannes Weiner <hannes@cmpxchg.org>
2685 M:      Michal Hocko <mhocko@suse.cz>
2686 L:      cgroups@vger.kernel.org
2687 L:      linux-mm@kvack.org
2688 S:      Maintained
2689 F:      mm/memcontrol.c
2690 F:      mm/swap_cgroup.c
2691
2692 CORETEMP HARDWARE MONITORING DRIVER
2693 M:      Fenghua Yu <fenghua.yu@intel.com>
2694 L:      lm-sensors@lm-sensors.org
2695 S:      Maintained
2696 F:      Documentation/hwmon/coretemp
2697 F:      drivers/hwmon/coretemp.c
2698
2699 COSA/SRP SYNC SERIAL DRIVER
2700 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2701 W:      http://www.fi.muni.cz/~kas/cosa/
2702 S:      Maintained
2703 F:      drivers/net/wan/cosa*
2704
2705 CPMAC ETHERNET DRIVER
2706 M:      Florian Fainelli <florian@openwrt.org>
2707 L:      netdev@vger.kernel.org
2708 S:      Maintained
2709 F:      drivers/net/ethernet/ti/cpmac.c
2710
2711 CPU FREQUENCY DRIVERS
2712 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2713 M:      Viresh Kumar <viresh.kumar@linaro.org>
2714 L:      linux-pm@vger.kernel.org
2715 S:      Maintained
2716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2717 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2718 F:      drivers/cpufreq/
2719 F:      include/linux/cpufreq.h
2720
2721 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2722 M:      Viresh Kumar <viresh.kumar@linaro.org>
2723 M:      Sudeep Holla <sudeep.holla@arm.com>
2724 L:      linux-pm@vger.kernel.org
2725 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2726 S:      Maintained
2727 F:      drivers/cpufreq/arm_big_little.h
2728 F:      drivers/cpufreq/arm_big_little.c
2729 F:      drivers/cpufreq/arm_big_little_dt.c
2730
2731 CPUIDLE DRIVER - ARM BIG LITTLE
2732 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2733 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2734 L:      linux-pm@vger.kernel.org
2735 L:      linux-arm-kernel@lists.infradead.org
2736 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2737 S:      Maintained
2738 F:      drivers/cpuidle/cpuidle-big_little.c
2739
2740 CPUIDLE DRIVER - ARM EXYNOS
2741 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2742 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2743 M:      Kukjin Kim <kgene@kernel.org>
2744 L:      linux-pm@vger.kernel.org
2745 L:      linux-samsung-soc@vger.kernel.org
2746 S:      Supported
2747 F:      drivers/cpuidle/cpuidle-exynos.c
2748 F:      arch/arm/mach-exynos/pm.c
2749
2750 CPUIDLE DRIVERS
2751 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2752 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2753 L:      linux-pm@vger.kernel.org
2754 S:      Maintained
2755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2756 F:      drivers/cpuidle/*
2757 F:      include/linux/cpuidle.h
2758
2759 CPUID/MSR DRIVER
2760 M:      "H. Peter Anvin" <hpa@zytor.com>
2761 S:      Maintained
2762 F:      arch/x86/kernel/cpuid.c
2763 F:      arch/x86/kernel/msr.c
2764
2765 CPU POWER MONITORING SUBSYSTEM
2766 M:      Thomas Renninger <trenn@suse.de>
2767 L:      linux-pm@vger.kernel.org
2768 S:      Maintained
2769 F:      tools/power/cpupower/
2770
2771 CRAMFS FILESYSTEM
2772 W:      http://sourceforge.net/projects/cramfs/
2773 S:      Orphan / Obsolete
2774 F:      Documentation/filesystems/cramfs.txt
2775 F:      fs/cramfs/
2776
2777 CRIS PORT
2778 M:      Mikael Starvik <starvik@axis.com>
2779 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2780 L:      linux-cris-kernel@axis.com
2781 W:      http://developer.axis.com
2782 S:      Maintained
2783 F:      arch/cris/
2784 F:      drivers/tty/serial/crisv10.*
2785
2786 CRYPTO API
2787 M:      Herbert Xu <herbert@gondor.apana.org.au>
2788 M:      "David S. Miller" <davem@davemloft.net>
2789 L:      linux-crypto@vger.kernel.org
2790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2791 S:      Maintained
2792 F:      Documentation/crypto/
2793 F:      arch/*/crypto/
2794 F:      crypto/
2795 F:      drivers/crypto/
2796 F:      include/crypto/
2797
2798 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2799 M:      Neil Horman <nhorman@tuxdriver.com>
2800 L:      linux-crypto@vger.kernel.org
2801 S:      Maintained
2802 F:      crypto/ansi_cprng.c
2803 F:      crypto/rng.c
2804
2805 CS5535 Audio ALSA driver
2806 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2807 S:      Maintained
2808 F:      sound/pci/cs5535audio/
2809
2810 CW1200 WLAN driver
2811 M:      Solomon Peachy <pizza@shaftnet.org>
2812 S:      Maintained
2813 F:      drivers/net/wireless/cw1200/
2814
2815 CX18 VIDEO4LINUX DRIVER
2816 M:      Andy Walls <awalls@md.metrocast.net>
2817 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2818 L:      linux-media@vger.kernel.org
2819 T:      git git://linuxtv.org/media_tree.git
2820 W:      http://linuxtv.org
2821 W:      http://www.ivtvdriver.org/index.php/Cx18
2822 S:      Maintained
2823 F:      Documentation/video4linux/cx18.txt
2824 F:      drivers/media/pci/cx18/
2825 F:      include/uapi/linux/ivtv*
2826
2827 CX2341X MPEG ENCODER HELPER MODULE
2828 M:      Hans Verkuil <hverkuil@xs4all.nl>
2829 L:      linux-media@vger.kernel.org
2830 T:      git git://linuxtv.org/media_tree.git
2831 W:      http://linuxtv.org
2832 S:      Maintained
2833 F:      drivers/media/common/cx2341x*
2834 F:      include/media/cx2341x*
2835
2836 CX88 VIDEO4LINUX DRIVER
2837 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2838 L:      linux-media@vger.kernel.org
2839 W:      http://linuxtv.org
2840 T:      git git://linuxtv.org/media_tree.git
2841 S:      Odd fixes
2842 F:      Documentation/video4linux/cx88/
2843 F:      drivers/media/pci/cx88/
2844
2845 CXD2820R MEDIA DRIVER
2846 M:      Antti Palosaari <crope@iki.fi>
2847 L:      linux-media@vger.kernel.org
2848 W:      http://linuxtv.org/
2849 W:      http://palosaari.fi/linux/
2850 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2851 T:      git git://linuxtv.org/anttip/media_tree.git
2852 S:      Maintained
2853 F:      drivers/media/dvb-frontends/cxd2820r*
2854
2855 CXGB3 ETHERNET DRIVER (CXGB3)
2856 M:      Santosh Raspatur <santosh@chelsio.com>
2857 L:      netdev@vger.kernel.org
2858 W:      http://www.chelsio.com
2859 S:      Supported
2860 F:      drivers/net/ethernet/chelsio/cxgb3/
2861
2862 CXGB3 ISCSI DRIVER (CXGB3I)
2863 M:      Karen Xie <kxie@chelsio.com>
2864 L:      linux-scsi@vger.kernel.org
2865 W:      http://www.chelsio.com
2866 S:      Supported
2867 F:      drivers/scsi/cxgbi/cxgb3i
2868
2869 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2870 M:      Steve Wise <swise@chelsio.com>
2871 L:      linux-rdma@vger.kernel.org
2872 W:      http://www.openfabrics.org
2873 S:      Supported
2874 F:      drivers/infiniband/hw/cxgb3/
2875
2876 CXGB4 ETHERNET DRIVER (CXGB4)
2877 M:      Hariprasad S <hariprasad@chelsio.com>
2878 L:      netdev@vger.kernel.org
2879 W:      http://www.chelsio.com
2880 S:      Supported
2881 F:      drivers/net/ethernet/chelsio/cxgb4/
2882
2883 CXGB4 ISCSI DRIVER (CXGB4I)
2884 M:      Karen Xie <kxie@chelsio.com>
2885 L:      linux-scsi@vger.kernel.org
2886 W:      http://www.chelsio.com
2887 S:      Supported
2888 F:      drivers/scsi/cxgbi/cxgb4i
2889
2890 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2891 M:      Steve Wise <swise@chelsio.com>
2892 L:      linux-rdma@vger.kernel.org
2893 W:      http://www.openfabrics.org
2894 S:      Supported
2895 F:      drivers/infiniband/hw/cxgb4/
2896
2897 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2898 M:      Casey Leedom <leedom@chelsio.com>
2899 L:      netdev@vger.kernel.org
2900 W:      http://www.chelsio.com
2901 S:      Supported
2902 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2903
2904 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2905 M:      Ian Munsie <imunsie@au1.ibm.com>
2906 M:      Michael Neuling <mikey@neuling.org>
2907 L:      linuxppc-dev@lists.ozlabs.org
2908 S:      Supported
2909 F:      drivers/misc/cxl/
2910 F:      include/misc/cxl.h
2911 F:      include/uapi/misc/cxl.h
2912 F:      Documentation/powerpc/cxl.txt
2913 F:      Documentation/powerpc/cxl.txt
2914 F:      Documentation/ABI/testing/sysfs-class-cxl
2915
2916 STMMAC ETHERNET DRIVER
2917 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2918 L:      netdev@vger.kernel.org
2919 W:      http://www.stlinux.com
2920 S:      Supported
2921 F:      drivers/net/ethernet/stmicro/stmmac/
2922
2923 CYBERPRO FB DRIVER
2924 M:      Russell King <linux@arm.linux.org.uk>
2925 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2926 W:      http://www.arm.linux.org.uk/
2927 S:      Maintained
2928 F:      drivers/video/fbdev/cyber2000fb.*
2929
2930 CYCLADES ASYNC MUX DRIVER
2931 W:      http://www.cyclades.com/
2932 S:      Orphan
2933 F:      drivers/tty/cyclades.c
2934 F:      include/linux/cyclades.h
2935 F:      include/uapi/linux/cyclades.h
2936
2937 CYCLADES PC300 DRIVER
2938 W:      http://www.cyclades.com/
2939 S:      Orphan
2940 F:      drivers/net/wan/pc300*
2941
2942 CYPRESS_FIRMWARE MEDIA DRIVER
2943 M:      Antti Palosaari <crope@iki.fi>
2944 L:      linux-media@vger.kernel.org
2945 W:      http://linuxtv.org/
2946 W:      http://palosaari.fi/linux/
2947 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2948 T:      git git://linuxtv.org/anttip/media_tree.git
2949 S:      Maintained
2950 F:      drivers/media/common/cypress_firmware*
2951
2952 CYTTSP TOUCHSCREEN DRIVER
2953 M:      Ferruh Yigit <fery@cypress.com>
2954 L:      linux-input@vger.kernel.org
2955 S:      Supported
2956 F:      drivers/input/touchscreen/cyttsp*
2957 F:      include/linux/input/cyttsp.h
2958
2959 DAMA SLAVE for AX.25
2960 M:      Joerg Reuter <jreuter@yaina.de>
2961 W:      http://yaina.de/jreuter/
2962 W:      http://www.qsl.net/dl1bke/
2963 L:      linux-hams@vger.kernel.org
2964 S:      Maintained
2965 F:      net/ax25/af_ax25.c
2966 F:      net/ax25/ax25_dev.c
2967 F:      net/ax25/ax25_ds_*
2968 F:      net/ax25/ax25_in.c
2969 F:      net/ax25/ax25_out.c
2970 F:      net/ax25/ax25_timer.c
2971 F:      net/ax25/sysctl_net_ax25.c
2972
2973 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2974 L:      netdev@vger.kernel.org
2975 S:      Orphan
2976 F:      Documentation/networking/dmfe.txt
2977 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2978
2979 DC390/AM53C974 SCSI driver
2980 M:      Hannes Reinecke <hare@suse.de>
2981 L:      linux-scsi@vger.kernel.org
2982 S:      Maintained
2983 F:      drivers/scsi/am53c974.c
2984
2985 DC395x SCSI driver
2986 M:      Oliver Neukum <oliver@neukum.org>
2987 M:      Ali Akcaagac <aliakc@web.de>
2988 M:      Jamie Lenehan <lenehan@twibble.org>
2989 L:      dc395x@twibble.org
2990 W:      http://twibble.org/dist/dc395x/
2991 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2992 S:      Maintained
2993 F:      Documentation/scsi/dc395x.txt
2994 F:      drivers/scsi/dc395x.*
2995
2996 DCCP PROTOCOL
2997 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2998 L:      dccp@vger.kernel.org
2999 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3000 S:      Maintained
3001 F:      include/linux/dccp.h
3002 F:      include/uapi/linux/dccp.h
3003 F:      include/linux/tfrc.h
3004 F:      net/dccp/
3005
3006 DECnet NETWORK LAYER
3007 W:      http://linux-decnet.sourceforge.net
3008 L:      linux-decnet-user@lists.sourceforge.net
3009 S:      Orphan
3010 F:      Documentation/networking/decnet.txt
3011 F:      net/decnet/
3012
3013 DECSTATION PLATFORM SUPPORT
3014 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3015 L:      linux-mips@linux-mips.org
3016 W:      http://www.linux-mips.org/wiki/DECstation
3017 S:      Maintained
3018 F:      arch/mips/dec/
3019 F:      arch/mips/include/asm/dec/
3020 F:      arch/mips/include/asm/mach-dec/
3021
3022 DEFXX FDDI NETWORK DRIVER
3023 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3024 S:      Maintained
3025 F:      drivers/net/fddi/defxx.*
3026
3027 DELL LAPTOP DRIVER
3028 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3029 L:      platform-driver-x86@vger.kernel.org
3030 S:      Maintained
3031 F:      drivers/platform/x86/dell-laptop.c
3032
3033 DELL LAPTOP SMM DRIVER
3034 M:      Guenter Roeck <linux@roeck-us.net>
3035 F:      drivers/char/i8k.c
3036 F:      include/uapi/linux/i8k.h
3037
3038 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3039 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3040 S:      Maintained
3041 F:      Documentation/dcdbas.txt
3042 F:      drivers/firmware/dcdbas.*
3043
3044 DELL WMI EXTRAS DRIVER
3045 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3046 S:      Maintained
3047 F:      drivers/platform/x86/dell-wmi.c
3048
3049 DESIGNWARE USB2 DRD IP DRIVER
3050 M:      Paul Zimmerman <paulz@synopsys.com>
3051 L:      linux-usb@vger.kernel.org
3052 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3053 S:      Maintained
3054 F:      drivers/usb/dwc2/
3055
3056 DESIGNWARE USB3 DRD IP DRIVER
3057 M:      Felipe Balbi <balbi@ti.com>
3058 L:      linux-usb@vger.kernel.org
3059 L:      linux-omap@vger.kernel.org
3060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3061 S:      Maintained
3062 F:      drivers/usb/dwc3/
3063
3064 DEVICE COREDUMP (DEV_COREDUMP)
3065 M:      Johannes Berg <johannes@sipsolutions.net>
3066 L:      linux-kernel@vger.kernel.org
3067 S:      Maintained
3068 F:      drivers/base/devcoredump.c
3069 F:      include/linux/devcoredump.h
3070
3071 DEVICE FREQUENCY (DEVFREQ)
3072 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3073 M:      Kyungmin Park <kyungmin.park@samsung.com>
3074 L:      linux-pm@vger.kernel.org
3075 S:      Maintained
3076 F:      drivers/devfreq/
3077
3078 DEVICE NUMBER REGISTRY
3079 M:      Torben Mathiasen <device@lanana.org>
3080 W:      http://lanana.org/docs/device-list/index.html
3081 S:      Maintained
3082
3083 DEVICE-MAPPER  (LVM)
3084 M:      Alasdair Kergon <agk@redhat.com>
3085 M:      Mike Snitzer <snitzer@redhat.com>
3086 M:      dm-devel@redhat.com
3087 L:      dm-devel@redhat.com
3088 W:      http://sources.redhat.com/dm
3089 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3091 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3092 S:      Maintained
3093 F:      Documentation/device-mapper/
3094 F:      drivers/md/dm*
3095 F:      drivers/md/persistent-data/
3096 F:      include/linux/device-mapper.h
3097 F:      include/linux/dm-*.h
3098 F:      include/uapi/linux/dm-*.h
3099
3100 DIALOG SEMICONDUCTOR DRIVERS
3101 M:      Support Opensource <support.opensource@diasemi.com>
3102 W:      http://www.dialog-semiconductor.com/products
3103 S:      Supported
3104 F:      Documentation/hwmon/da90??
3105 F:      drivers/gpio/gpio-da90??.c
3106 F:      drivers/hwmon/da90??-hwmon.c
3107 F:      drivers/input/misc/da90??_onkey.c
3108 F:      drivers/input/touchscreen/da9052_tsi.c
3109 F:      drivers/leds/leds-da90??.c
3110 F:      drivers/mfd/da903x.c
3111 F:      drivers/mfd/da90??-*.c
3112 F:      drivers/power/da9052-battery.c
3113 F:      drivers/regulator/da903x.c
3114 F:      drivers/regulator/da9???-regulator.[ch]
3115 F:      drivers/rtc/rtc-da90??.c
3116 F:      drivers/video/backlight/da90??_bl.c
3117 F:      drivers/watchdog/da90??_wdt.c
3118 F:      include/linux/mfd/da903x.h
3119 F:      include/linux/mfd/da9052/
3120 F:      include/linux/mfd/da9055/
3121 F:      include/linux/mfd/da9063/
3122 F:      include/sound/da[79]*.h
3123 F:      sound/soc/codecs/da[79]*.[ch]
3124
3125 DIGI NEO AND CLASSIC PCI PRODUCTS
3126 M:      Lidza Louina <lidza.louina@gmail.com>
3127 M:      Mark Hounschell <markh@compro.net>
3128 L:      driverdev-devel@linuxdriverproject.org
3129 S:      Maintained
3130 F:      drivers/staging/dgnc/
3131
3132 DIGI EPCA PCI PRODUCTS
3133 M:      Lidza Louina <lidza.louina@gmail.com>
3134 M:      Mark Hounschell <markh@compro.net>
3135 M:      Daeseok Youn <daeseok.youn@gmail.com>
3136 L:      driverdev-devel@linuxdriverproject.org
3137 S:      Maintained
3138 F:      drivers/staging/dgap/
3139
3140 DIOLAN U2C-12 I2C DRIVER
3141 M:      Guenter Roeck <linux@roeck-us.net>
3142 L:      linux-i2c@vger.kernel.org
3143 S:      Maintained
3144 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3145
3146 DIRECTORY NOTIFICATION (DNOTIFY)
3147 M:      Eric Paris <eparis@parisplace.org>
3148 S:      Maintained
3149 F:      Documentation/filesystems/dnotify.txt
3150 F:      fs/notify/dnotify/
3151 F:      include/linux/dnotify.h
3152
3153 DISK GEOMETRY AND PARTITION HANDLING
3154 M:      Andries Brouwer <aeb@cwi.nl>
3155 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3156 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3157 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3158 S:      Maintained
3159
3160 DISKQUOTA
3161 M:      Jan Kara <jack@suse.cz>
3162 S:      Maintained
3163 F:      Documentation/filesystems/quota.txt
3164 F:      fs/quota/
3165 F:      include/linux/quota*.h
3166 F:      include/uapi/linux/quota*.h
3167
3168 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3169 M:      Bernie Thompson <bernie@plugable.com>
3170 L:      linux-fbdev@vger.kernel.org
3171 S:      Maintained
3172 W:      http://plugable.com/category/projects/udlfb/
3173 F:      drivers/video/fbdev/udlfb.c
3174 F:      include/video/udlfb.h
3175 F:      Documentation/fb/udlfb.txt
3176
3177 DISTRIBUTED LOCK MANAGER (DLM)
3178 M:      Christine Caulfield <ccaulfie@redhat.com>
3179 M:      David Teigland <teigland@redhat.com>
3180 L:      cluster-devel@redhat.com
3181 W:      http://sources.redhat.com/cluster/
3182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3183 S:      Supported
3184 F:      fs/dlm/
3185
3186 DMA BUFFER SHARING FRAMEWORK
3187 M:      Sumit Semwal <sumit.semwal@linaro.org>
3188 S:      Maintained
3189 L:      linux-media@vger.kernel.org
3190 L:      dri-devel@lists.freedesktop.org
3191 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3192 F:      drivers/dma-buf/
3193 F:      include/linux/dma-buf*
3194 F:      include/linux/reservation.h
3195 F:      include/linux/*fence.h
3196 F:      Documentation/dma-buf-sharing.txt
3197 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3198
3199 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3200 M:      Vinod Koul <vinod.koul@intel.com>
3201 L:      dmaengine@vger.kernel.org
3202 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3203 S:      Maintained
3204 F:      drivers/dma/
3205 F:      include/linux/dmaengine.h
3206 F:      Documentation/dmaengine/
3207 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3208
3209 DME1737 HARDWARE MONITOR DRIVER
3210 M:      Juerg Haefliger <juergh@gmail.com>
3211 L:      lm-sensors@lm-sensors.org
3212 S:      Maintained
3213 F:      Documentation/hwmon/dme1737
3214 F:      drivers/hwmon/dme1737.c
3215
3216 DOCKING STATION DRIVER
3217 M:      Shaohua Li <shaohua.li@intel.com>
3218 L:      linux-acpi@vger.kernel.org
3219 S:      Supported
3220 F:      drivers/acpi/dock.c
3221
3222 DOCUMENTATION
3223 M:      Jonathan Corbet <corbet@lwn.net>
3224 L:      linux-doc@vger.kernel.org
3225 S:      Maintained
3226 F:      Documentation/
3227 X:      Documentation/ABI/
3228 X:      Documentation/devicetree/
3229 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3230 T:      git git://git.lwn.net/linux-2.6.git docs-next
3231
3232 DOUBLETALK DRIVER
3233 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3234 L:      blinux-list@redhat.com
3235 S:      Maintained
3236 F:      drivers/char/dtlk.c
3237 F:      include/linux/dtlk.h
3238
3239 DPT_I2O SCSI RAID DRIVER
3240 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3241 L:      linux-scsi@vger.kernel.org
3242 W:      http://www.adaptec.com/
3243 S:      Maintained
3244 F:      drivers/scsi/dpt*
3245 F:      drivers/scsi/dpt/
3246
3247 DRBD DRIVER
3248 P:      Philipp Reisner
3249 P:      Lars Ellenberg
3250 M:      drbd-dev@lists.linbit.com
3251 L:      drbd-user@lists.linbit.com
3252 W:      http://www.drbd.org
3253 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3254 T:      git git://git.drbd.org/drbd-8.3.git
3255 S:      Supported
3256 F:      drivers/block/drbd/
3257 F:      lib/lru_cache.c
3258 F:      Documentation/blockdev/drbd/
3259
3260 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3261 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3263 S:      Supported
3264 F:      Documentation/kobject.txt
3265 F:      drivers/base/
3266 F:      fs/sysfs/
3267 F:      fs/debugfs/
3268 F:      include/linux/kobj*
3269 F:      include/linux/debugfs.h
3270 F:      lib/kobj*
3271
3272 DRM DRIVERS
3273 M:      David Airlie <airlied@linux.ie>
3274 L:      dri-devel@lists.freedesktop.org
3275 T:      git git://people.freedesktop.org/~airlied/linux
3276 S:      Maintained
3277 F:      drivers/gpu/drm/
3278 F:      drivers/gpu/vga/
3279 F:      include/drm/
3280 F:      include/uapi/drm/
3281
3282 RADEON DRM DRIVERS
3283 M:      Alex Deucher <alexander.deucher@amd.com>
3284 M:      Christian König <christian.koenig@amd.com>
3285 L:      dri-devel@lists.freedesktop.org
3286 T:      git git://people.freedesktop.org/~agd5f/linux
3287 S:      Supported
3288 F:      drivers/gpu/drm/radeon/
3289 F:      include/uapi/drm/radeon*
3290
3291 DRM PANEL DRIVERS
3292 M:      Thierry Reding <thierry.reding@gmail.com>
3293 L:      dri-devel@lists.freedesktop.org
3294 T:      git git://anongit.freedesktop.org/tegra/linux.git
3295 S:      Maintained
3296 F:      drivers/gpu/drm/drm_panel.c
3297 F:      drivers/gpu/drm/panel/
3298 F:      include/drm/drm_panel.h
3299 F:      Documentation/devicetree/bindings/panel/
3300
3301 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3302 M:      Daniel Vetter <daniel.vetter@intel.com>
3303 M:      Jani Nikula <jani.nikula@linux.intel.com>
3304 L:      intel-gfx@lists.freedesktop.org
3305 L:      dri-devel@lists.freedesktop.org
3306 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3307 T:      git git://anongit.freedesktop.org/drm-intel
3308 S:      Supported
3309 F:      drivers/gpu/drm/i915/
3310 F:      include/drm/i915*
3311 F:      include/uapi/drm/i915*
3312
3313 DRM DRIVERS FOR EXYNOS
3314 M:      Inki Dae <inki.dae@samsung.com>
3315 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3316 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3317 M:      Kyungmin Park <kyungmin.park@samsung.com>
3318 L:      dri-devel@lists.freedesktop.org
3319 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3320 S:      Supported
3321 F:      drivers/gpu/drm/exynos/
3322 F:      include/drm/exynos*
3323 F:      include/uapi/drm/exynos*
3324
3325 DRM DRIVERS FOR FREESCALE IMX
3326 M:      Philipp Zabel <p.zabel@pengutronix.de>
3327 L:      dri-devel@lists.freedesktop.org
3328 S:      Maintained
3329 F:      drivers/gpu/drm/imx/
3330 F:      Documentation/devicetree/bindings/drm/imx/
3331
3332 DRM DRIVERS FOR NVIDIA TEGRA
3333 M:      Thierry Reding <thierry.reding@gmail.com>
3334 M:      Terje Bergström <tbergstrom@nvidia.com>
3335 L:      dri-devel@lists.freedesktop.org
3336 L:      linux-tegra@vger.kernel.org
3337 T:      git git://anongit.freedesktop.org/tegra/linux.git
3338 S:      Supported
3339 F:      drivers/gpu/drm/tegra/
3340 F:      drivers/gpu/host1x/
3341 F:      include/linux/host1x.h
3342 F:      include/uapi/drm/tegra_drm.h
3343 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3344
3345 DRM DRIVERS FOR RENESAS
3346 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3347 L:      dri-devel@lists.freedesktop.org
3348 L:      linux-sh@vger.kernel.org
3349 T:      git git://people.freedesktop.org/~airlied/linux
3350 S:      Supported
3351 F:      drivers/gpu/drm/rcar-du/
3352 F:      drivers/gpu/drm/shmobile/
3353 F:      include/linux/platform_data/rcar-du.h
3354 F:      include/linux/platform_data/shmob_drm.h
3355
3356 DSBR100 USB FM RADIO DRIVER
3357 M:      Alexey Klimov <klimov.linux@gmail.com>
3358 L:      linux-media@vger.kernel.org
3359 T:      git git://linuxtv.org/media_tree.git
3360 S:      Maintained
3361 F:      drivers/media/radio/dsbr100.c
3362
3363 DSCC4 DRIVER
3364 M:      Francois Romieu <romieu@fr.zoreil.com>
3365 L:      netdev@vger.kernel.org
3366 S:      Maintained
3367 F:      drivers/net/wan/dscc4.c
3368
3369 DVB_USB_AF9015 MEDIA DRIVER
3370 M:      Antti Palosaari <crope@iki.fi>
3371 L:      linux-media@vger.kernel.org
3372 W:      http://linuxtv.org/
3373 W:      http://palosaari.fi/linux/
3374 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3375 T:      git git://linuxtv.org/anttip/media_tree.git
3376 S:      Maintained
3377 F:      drivers/media/usb/dvb-usb-v2/af9015*
3378
3379 DVB_USB_AF9035 MEDIA DRIVER
3380 M:      Antti Palosaari <crope@iki.fi>
3381 L:      linux-media@vger.kernel.org
3382 W:      http://linuxtv.org/
3383 W:      http://palosaari.fi/linux/
3384 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3385 T:      git git://linuxtv.org/anttip/media_tree.git
3386 S:      Maintained
3387 F:      drivers/media/usb/dvb-usb-v2/af9035*
3388
3389 DVB_USB_ANYSEE MEDIA DRIVER
3390 M:      Antti Palosaari <crope@iki.fi>
3391 L:      linux-media@vger.kernel.org
3392 W:      http://linuxtv.org/
3393 W:      http://palosaari.fi/linux/
3394 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3395 T:      git git://linuxtv.org/anttip/media_tree.git
3396 S:      Maintained
3397 F:      drivers/media/usb/dvb-usb-v2/anysee*
3398
3399 DVB_USB_AU6610 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/au6610*
3408
3409 DVB_USB_CE6230 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/ce6230*
3418
3419 DVB_USB_CXUSB MEDIA DRIVER
3420 M:      Michael Krufky <mkrufky@linuxtv.org>
3421 L:      linux-media@vger.kernel.org
3422 W:      http://linuxtv.org/
3423 W:      http://github.com/mkrufky
3424 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3425 T:      git git://linuxtv.org/media_tree.git
3426 S:      Maintained
3427 F:      drivers/media/usb/dvb-usb/cxusb*
3428
3429 DVB_USB_EC168 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/ec168*
3438
3439 DVB_USB_GL861 MEDIA DRIVER
3440 M:      Antti Palosaari <crope@iki.fi>
3441 L:      linux-media@vger.kernel.org
3442 W:      http://linuxtv.org/
3443 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3444 T:      git git://linuxtv.org/anttip/media_tree.git
3445 S:      Maintained
3446 F:      drivers/media/usb/dvb-usb-v2/gl861*
3447
3448 DVB_USB_MXL111SF MEDIA DRIVER
3449 M:      Michael Krufky <mkrufky@linuxtv.org>
3450 L:      linux-media@vger.kernel.org
3451 W:      http://linuxtv.org/
3452 W:      http://github.com/mkrufky
3453 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3454 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3455 S:      Maintained
3456 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3457
3458 DVB_USB_RTL28XXU MEDIA DRIVER
3459 M:      Antti Palosaari <crope@iki.fi>
3460 L:      linux-media@vger.kernel.org
3461 W:      http://linuxtv.org/
3462 W:      http://palosaari.fi/linux/
3463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3464 T:      git git://linuxtv.org/anttip/media_tree.git
3465 S:      Maintained
3466 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3467
3468 DVB_USB_V2 MEDIA DRIVER
3469 M:      Antti Palosaari <crope@iki.fi>
3470 L:      linux-media@vger.kernel.org
3471 W:      http://linuxtv.org/
3472 W:      http://palosaari.fi/linux/
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/dvb_usb*
3477 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3478
3479 DYNAMIC DEBUG
3480 M:      Jason Baron <jbaron@akamai.com>
3481 S:      Maintained
3482 F:      lib/dynamic_debug.c
3483 F:      include/linux/dynamic_debug.h
3484
3485 DZ DECSTATION DZ11 SERIAL DRIVER
3486 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3487 S:      Maintained
3488 F:      drivers/tty/serial/dz.*
3489
3490 E3X0 POWER BUTTON DRIVER
3491 M:      Moritz Fischer <moritz.fischer@ettus.com>
3492 L:      usrp-users@lists.ettus.com
3493 W:      http://www.ettus.com
3494 S:      Supported
3495 F:      drivers/input/misc/e3x0-button.c
3496 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3497
3498 E4000 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/tuners/e4000*
3507
3508 EATA ISA/EISA/PCI SCSI DRIVER
3509 M:      Dario Ballabio <ballabio_dario@emc.com>
3510 L:      linux-scsi@vger.kernel.org
3511 S:      Maintained
3512 F:      drivers/scsi/eata.c
3513
3514 EC100 MEDIA DRIVER
3515 M:      Antti Palosaari <crope@iki.fi>
3516 L:      linux-media@vger.kernel.org
3517 W:      http://linuxtv.org/
3518 W:      http://palosaari.fi/linux/
3519 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3520 T:      git git://linuxtv.org/anttip/media_tree.git
3521 S:      Maintained
3522 F:      drivers/media/dvb-frontends/ec100*
3523
3524 ECRYPT FILE SYSTEM
3525 M:      Tyler Hicks <tyhicks@canonical.com>
3526 L:      ecryptfs@vger.kernel.org
3527 W:      http://ecryptfs.org
3528 W:      https://launchpad.net/ecryptfs
3529 S:      Supported
3530 F:      Documentation/filesystems/ecryptfs.txt
3531 F:      fs/ecryptfs/
3532
3533 EDAC-CORE
3534 M:      Doug Thompson <dougthompson@xmission.com>
3535 M:      Borislav Petkov <bp@alien8.de>
3536 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3537 L:      linux-edac@vger.kernel.org
3538 W:      bluesmoke.sourceforge.net
3539 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3540 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3541 S:      Supported
3542 F:      Documentation/edac.txt
3543 F:      drivers/edac/
3544 F:      include/linux/edac.h
3545
3546 EDAC-AMD64
3547 M:      Doug Thompson <dougthompson@xmission.com>
3548 M:      Borislav Petkov <bp@alien8.de>
3549 L:      linux-edac@vger.kernel.org
3550 W:      bluesmoke.sourceforge.net
3551 S:      Maintained
3552 F:      drivers/edac/amd64_edac*
3553
3554 EDAC-CALXEDA
3555 M:      Doug Thompson <dougthompson@xmission.com>
3556 M:      Robert Richter <rric@kernel.org>
3557 L:      linux-edac@vger.kernel.org
3558 W:      bluesmoke.sourceforge.net
3559 S:      Maintained
3560 F:      drivers/edac/highbank*
3561
3562 EDAC-CAVIUM
3563 M:      Ralf Baechle <ralf@linux-mips.org>
3564 M:      David Daney <david.daney@cavium.com>
3565 L:      linux-edac@vger.kernel.org
3566 L:      linux-mips@linux-mips.org
3567 W:      bluesmoke.sourceforge.net
3568 S:      Supported
3569 F:      drivers/edac/octeon_edac*
3570
3571 EDAC-E752X
3572 M:      Mark Gross <mark.gross@intel.com>
3573 M:      Doug Thompson <dougthompson@xmission.com>
3574 L:      linux-edac@vger.kernel.org
3575 W:      bluesmoke.sourceforge.net
3576 S:      Maintained
3577 F:      drivers/edac/e752x_edac.c
3578
3579 EDAC-E7XXX
3580 M:      Doug Thompson <dougthompson@xmission.com>
3581 L:      linux-edac@vger.kernel.org
3582 W:      bluesmoke.sourceforge.net
3583 S:      Maintained
3584 F:      drivers/edac/e7xxx_edac.c
3585
3586 EDAC-GHES
3587 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3588 L:      linux-edac@vger.kernel.org
3589 W:      bluesmoke.sourceforge.net
3590 S:      Maintained
3591 F:      drivers/edac/ghes_edac.c
3592
3593 EDAC-I82443BXGX
3594 M:      Tim Small <tim@buttersideup.com>
3595 L:      linux-edac@vger.kernel.org
3596 W:      bluesmoke.sourceforge.net
3597 S:      Maintained
3598 F:      drivers/edac/i82443bxgx_edac.c
3599
3600 EDAC-I3000
3601 M:      Jason Uhlenkott <juhlenko@akamai.com>
3602 L:      linux-edac@vger.kernel.org
3603 W:      bluesmoke.sourceforge.net
3604 S:      Maintained
3605 F:      drivers/edac/i3000_edac.c
3606
3607 EDAC-I5000
3608 M:      Doug Thompson <dougthompson@xmission.com>
3609 L:      linux-edac@vger.kernel.org
3610 W:      bluesmoke.sourceforge.net
3611 S:      Maintained
3612 F:      drivers/edac/i5000_edac.c
3613
3614 EDAC-I5400
3615 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3616 L:      linux-edac@vger.kernel.org
3617 W:      bluesmoke.sourceforge.net
3618 S:      Maintained
3619 F:      drivers/edac/i5400_edac.c
3620
3621 EDAC-I7300
3622 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3623 L:      linux-edac@vger.kernel.org
3624 W:      bluesmoke.sourceforge.net
3625 S:      Maintained
3626 F:      drivers/edac/i7300_edac.c
3627
3628 EDAC-I7CORE
3629 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3630 L:      linux-edac@vger.kernel.org
3631 W:      bluesmoke.sourceforge.net
3632 S:      Maintained
3633 F:      drivers/edac/i7core_edac.c
3634
3635 EDAC-I82975X
3636 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3637 M:      "Arvind R." <arvino55@gmail.com>
3638 L:      linux-edac@vger.kernel.org
3639 W:      bluesmoke.sourceforge.net
3640 S:      Maintained
3641 F:      drivers/edac/i82975x_edac.c
3642
3643 EDAC-IE31200
3644 M:      Jason Baron <jbaron@akamai.com>
3645 L:      linux-edac@vger.kernel.org
3646 W:      bluesmoke.sourceforge.net
3647 S:      Maintained
3648 F:      drivers/edac/ie31200_edac.c
3649
3650 EDAC-MPC85XX
3651 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3652 L:      linux-edac@vger.kernel.org
3653 W:      bluesmoke.sourceforge.net
3654 S:      Maintained
3655 F:      drivers/edac/mpc85xx_edac.[ch]
3656
3657 EDAC-PASEMI
3658 M:      Egor Martovetsky <egor@pasemi.com>
3659 L:      linux-edac@vger.kernel.org
3660 W:      bluesmoke.sourceforge.net
3661 S:      Maintained
3662 F:      drivers/edac/pasemi_edac.c
3663
3664 EDAC-R82600
3665 M:      Tim Small <tim@buttersideup.com>
3666 L:      linux-edac@vger.kernel.org
3667 W:      bluesmoke.sourceforge.net
3668 S:      Maintained
3669 F:      drivers/edac/r82600_edac.c
3670
3671 EDAC-SBRIDGE
3672 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3673 L:      linux-edac@vger.kernel.org
3674 W:      bluesmoke.sourceforge.net
3675 S:      Maintained
3676 F:      drivers/edac/sb_edac.c
3677
3678 EDIROL UA-101/UA-1000 DRIVER
3679 M:      Clemens Ladisch <clemens@ladisch.de>
3680 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3681 T:      git git://git.alsa-project.org/alsa-kernel.git
3682 S:      Maintained
3683 F:      sound/usb/misc/ua101.c
3684
3685 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3686 M:      Matt Fleming <matt.fleming@intel.com>
3687 L:      linux-efi@vger.kernel.org
3688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3689 S:      Maintained
3690 F:      Documentation/efi-stub.txt
3691 F:      arch/ia64/kernel/efi.c
3692 F:      arch/x86/boot/compressed/eboot.[ch]
3693 F:      arch/x86/include/asm/efi.h
3694 F:      arch/x86/platform/efi/*
3695 F:      drivers/firmware/efi/*
3696 F:      include/linux/efi*.h
3697
3698 EFI VARIABLE FILESYSTEM
3699 M:      Matthew Garrett <matthew.garrett@nebula.com>
3700 M:      Jeremy Kerr <jk@ozlabs.org>
3701 M:      Matt Fleming <matt.fleming@intel.com>
3702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3703 L:      linux-efi@vger.kernel.org
3704 S:      Maintained
3705 F:      fs/efivarfs/
3706
3707 EFIFB FRAMEBUFFER DRIVER
3708 L:      linux-fbdev@vger.kernel.org
3709 M:      Peter Jones <pjones@redhat.com>
3710 S:      Maintained
3711 F:      drivers/video/fbdev/efifb.c
3712
3713 EFS FILESYSTEM
3714 W:      http://aeschi.ch.eu.org/efs/
3715 S:      Orphan
3716 F:      fs/efs/
3717
3718 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3719 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3720 M:      Christoph Raisch <raisch@de.ibm.com>
3721 L:      linux-rdma@vger.kernel.org
3722 S:      Supported
3723 F:      drivers/infiniband/hw/ehca/
3724
3725 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3726 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3727 L:      netdev@vger.kernel.org
3728 S:      Maintained
3729 F:      drivers/net/ethernet/ibm/ehea/
3730
3731 EM28XX VIDEO4LINUX DRIVER
3732 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3733 L:      linux-media@vger.kernel.org
3734 W:      http://linuxtv.org
3735 T:      git git://linuxtv.org/media_tree.git
3736 S:      Maintained
3737 F:      drivers/media/usb/em28xx/
3738
3739 EMBEDDED LINUX
3740 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3741 M:      Matt Mackall <mpm@selenic.com>
3742 M:      David Woodhouse <dwmw2@infradead.org>
3743 L:      linux-embedded@vger.kernel.org
3744 S:      Maintained
3745
3746 EMULEX LPFC FC SCSI DRIVER
3747 M:      James Smart <james.smart@emulex.com>
3748 L:      linux-scsi@vger.kernel.org
3749 W:      http://sourceforge.net/projects/lpfcxxxx
3750 S:      Supported
3751 F:      drivers/scsi/lpfc/
3752
3753 ENE CB710 FLASH CARD READER DRIVER
3754 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3755 S:      Maintained
3756 F:      drivers/misc/cb710/
3757 F:      drivers/mmc/host/cb710-mmc.*
3758 F:      include/linux/cb710.h
3759
3760 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3761 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3762 S:      Maintained
3763 F:      drivers/media/rc/ene_ir.*
3764
3765 ENHANCED ERROR HANDLING (EEH)
3766 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3767 L:      linuxppc-dev@lists.ozlabs.org
3768 S:      Supported
3769 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3770 F:      arch/powerpc/kernel/eeh*.c
3771
3772 EPSON S1D13XXX FRAMEBUFFER DRIVER
3773 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3774 S:      Maintained
3775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3776 F:      drivers/video/fbdev/s1d13xxxfb.c
3777 F:      include/video/s1d13xxxfb.h
3778
3779 ET131X NETWORK DRIVER
3780 M:      Mark Einon <mark.einon@gmail.com>
3781 S:      Odd Fixes
3782 F:      drivers/net/ethernet/agere/
3783
3784 ETHERNET BRIDGE
3785 M:      Stephen Hemminger <stephen@networkplumber.org>
3786 L:      bridge@lists.linux-foundation.org
3787 L:      netdev@vger.kernel.org
3788 W:      http://www.linuxfoundation.org/en/Net:Bridge
3789 S:      Maintained
3790 F:      include/linux/netfilter_bridge/
3791 F:      net/bridge/
3792
3793 ETHERNET PHY LIBRARY
3794 M:      Florian Fainelli <f.fainelli@gmail.com>
3795 L:      netdev@vger.kernel.org
3796 S:      Maintained
3797 F:      include/linux/phy.h
3798 F:      include/linux/phy_fixed.h
3799 F:      drivers/net/phy/
3800 F:      Documentation/networking/phy.txt
3801 F:      drivers/of/of_mdio.c
3802 F:      drivers/of/of_net.c
3803
3804 EXT2 FILE SYSTEM
3805 M:      Jan Kara <jack@suse.cz>
3806 L:      linux-ext4@vger.kernel.org
3807 S:      Maintained
3808 F:      Documentation/filesystems/ext2.txt
3809 F:      fs/ext2/
3810 F:      include/linux/ext2*
3811
3812 EXT3 FILE SYSTEM
3813 M:      Jan Kara <jack@suse.cz>
3814 M:      Andrew Morton <akpm@linux-foundation.org>
3815 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3816 L:      linux-ext4@vger.kernel.org
3817 S:      Maintained
3818 F:      Documentation/filesystems/ext3.txt
3819 F:      fs/ext3/
3820
3821 EXT4 FILE SYSTEM
3822 M:      "Theodore Ts'o" <tytso@mit.edu>
3823 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3824 L:      linux-ext4@vger.kernel.org
3825 W:      http://ext4.wiki.kernel.org
3826 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3827 S:      Maintained
3828 F:      Documentation/filesystems/ext4.txt
3829 F:      fs/ext4/
3830
3831 Extended Verification Module (EVM)
3832 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3833 L:      linux-ima-devel@lists.sourceforge.net
3834 L:      linux-security-module@vger.kernel.org
3835 S:      Supported
3836 F:      security/integrity/evm/
3837
3838 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3839 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3840 M:      Chanwoo Choi <cw00.choi@samsung.com>
3841 L:      linux-kernel@vger.kernel.org
3842 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3843 S:      Maintained
3844 F:      drivers/extcon/
3845 F:      Documentation/extcon/
3846
3847 EXYNOS DP DRIVER
3848 M:      Jingoo Han <jg1.han@samsung.com>
3849 L:      dri-devel@lists.freedesktop.org
3850 S:      Maintained
3851 F:      drivers/gpu/drm/exynos/exynos_dp*
3852
3853 EXYNOS MIPI DISPLAY DRIVERS
3854 M:      Inki Dae <inki.dae@samsung.com>
3855 M:      Donghwa Lee <dh09.lee@samsung.com>
3856 M:      Kyungmin Park <kyungmin.park@samsung.com>
3857 L:      linux-fbdev@vger.kernel.org
3858 S:      Maintained
3859 F:      drivers/video/fbdev/exynos/exynos_mipi*
3860 F:      include/video/exynos_mipi*
3861
3862 F71805F HARDWARE MONITORING DRIVER
3863 M:      Jean Delvare <jdelvare@suse.de>
3864 L:      lm-sensors@lm-sensors.org
3865 S:      Maintained
3866 F:      Documentation/hwmon/f71805f
3867 F:      drivers/hwmon/f71805f.c
3868
3869 FC0011 TUNER DRIVER
3870 M:      Michael Buesch <m@bues.ch>
3871 L:      linux-media@vger.kernel.org
3872 S:      Maintained
3873 F:      drivers/media/tuners/fc0011.h
3874 F:      drivers/media/tuners/fc0011.c
3875
3876 FC2580 MEDIA DRIVER
3877 M:      Antti Palosaari <crope@iki.fi>
3878 L:      linux-media@vger.kernel.org
3879 W:      http://linuxtv.org/
3880 W:      http://palosaari.fi/linux/
3881 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3882 T:      git git://linuxtv.org/anttip/media_tree.git
3883 S:      Maintained
3884 F:      drivers/media/tuners/fc2580*
3885
3886 FANOTIFY
3887 M:      Eric Paris <eparis@redhat.com>
3888 S:      Maintained
3889 F:      fs/notify/fanotify/
3890 F:      include/linux/fanotify.h
3891 F:      include/uapi/linux/fanotify.h
3892
3893 FARSYNC SYNCHRONOUS DRIVER
3894 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3895 W:      http://www.farsite.co.uk/
3896 S:      Supported
3897 F:      drivers/net/wan/farsync.*
3898
3899 FAULT INJECTION SUPPORT
3900 M:      Akinobu Mita <akinobu.mita@gmail.com>
3901 S:      Supported
3902 F:      Documentation/fault-injection/
3903 F:      lib/fault-inject.c
3904
3905 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3906 M:      Robert Love <robert.w.love@intel.com>
3907 L:      fcoe-devel@open-fcoe.org
3908 W:      www.Open-FCoE.org
3909 S:      Supported
3910 F:      drivers/scsi/libfc/
3911 F:      drivers/scsi/fcoe/
3912 F:      include/scsi/fc/
3913 F:      include/scsi/libfc.h
3914 F:      include/scsi/libfcoe.h
3915 F:      include/uapi/scsi/fc/
3916
3917 FILE LOCKING (flock() and fcntl()/lockf())
3918 M:      Jeff Layton <jlayton@poochiereds.net>
3919 M:      J. Bruce Fields <bfields@fieldses.org>
3920 L:      linux-fsdevel@vger.kernel.org
3921 S:      Maintained
3922 F:      include/linux/fcntl.h
3923 F:      include/linux/fs.h
3924 F:      include/uapi/linux/fcntl.h
3925 F:      include/uapi/linux/fs.h
3926 F:      fs/fcntl.c
3927 F:      fs/locks.c
3928
3929 FILESYSTEMS (VFS and infrastructure)
3930 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3931 L:      linux-fsdevel@vger.kernel.org
3932 S:      Maintained
3933 F:      fs/*
3934
3935 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3936 M:      Riku Voipio <riku.voipio@iki.fi>
3937 L:      lm-sensors@lm-sensors.org
3938 S:      Maintained
3939 F:      drivers/hwmon/f75375s.c
3940 F:      include/linux/f75375s.h
3941
3942 FIREWIRE AUDIO DRIVERS
3943 M:      Clemens Ladisch <clemens@ladisch.de>
3944 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3945 T:      git git://git.alsa-project.org/alsa-kernel.git
3946 S:      Maintained
3947 F:      sound/firewire/
3948
3949 FIREWIRE MEDIA DRIVERS (firedtv)
3950 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3951 L:      linux-media@vger.kernel.org
3952 L:      linux1394-devel@lists.sourceforge.net
3953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3954 S:      Maintained
3955 F:      drivers/media/firewire/
3956
3957 FIREWIRE SBP-2 TARGET
3958 M:      Chris Boot <bootc@bootc.net>
3959 L:      linux-scsi@vger.kernel.org
3960 L:      target-devel@vger.kernel.org
3961 L:      linux1394-devel@lists.sourceforge.net
3962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3963 S:      Maintained
3964 F:      drivers/target/sbp/
3965
3966 FIREWIRE SUBSYSTEM
3967 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3968 L:      linux1394-devel@lists.sourceforge.net
3969 W:      http://ieee1394.wiki.kernel.org/
3970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3971 S:      Maintained
3972 F:      drivers/firewire/
3973 F:      include/linux/firewire.h
3974 F:      include/uapi/linux/firewire*.h
3975 F:      tools/firewire/
3976
3977 FIRMWARE LOADER (request_firmware)
3978 M:      Ming Lei <ming.lei@canonical.com>
3979 L:      linux-kernel@vger.kernel.org
3980 S:      Maintained
3981 F:      Documentation/firmware_class/
3982 F:      drivers/base/firmware*.c
3983 F:      include/linux/firmware.h
3984
3985 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3986 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3987 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3988 S:      Maintained
3989 F:      drivers/block/rsxx/
3990
3991 FLOPPY DRIVER
3992 M:      Jiri Kosina <jkosina@suse.cz>
3993 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3994 S:      Odd fixes
3995 F:      drivers/block/floppy.c
3996
3997 FMC SUBSYSTEM
3998 M:      Alessandro Rubini <rubini@gnudd.com>
3999 W:      http://www.ohwr.org/projects/fmc-bus
4000 S:      Supported
4001 F:      drivers/fmc/
4002 F:      include/linux/fmc*.h
4003 F:      include/linux/ipmi-fru.h
4004 K:      fmc_d.*register
4005
4006 FPU EMULATOR
4007 M:      Bill Metzenthen <billm@melbpc.org.au>
4008 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4009 S:      Maintained
4010 F:      arch/x86/math-emu/
4011
4012 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4013 L:      netdev@vger.kernel.org
4014 S:      Orphan
4015 F:      drivers/net/wan/dlci.c
4016 F:      drivers/net/wan/sdla.c
4017
4018 FRAMEBUFFER LAYER
4019 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4020 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4021 L:      linux-fbdev@vger.kernel.org
4022 W:      http://linux-fbdev.sourceforge.net/
4023 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4025 S:      Maintained
4026 F:      Documentation/fb/
4027 F:      Documentation/devicetree/bindings/fb/
4028 F:      drivers/video/
4029 F:      include/video/
4030 F:      include/linux/fb.h
4031 F:      include/uapi/video/
4032 F:      include/uapi/linux/fb.h
4033
4034 FREESCALE DIU FRAMEBUFFER DRIVER
4035 M:      Timur Tabi <timur@tabi.org>
4036 L:      linux-fbdev@vger.kernel.org
4037 S:      Maintained
4038 F:      drivers/video/fbdev/fsl-diu-fb.*
4039
4040 FREESCALE DMA DRIVER
4041 M:      Li Yang <leoli@freescale.com>
4042 M:      Zhang Wei <zw@zh-kernel.org>
4043 L:      linuxppc-dev@lists.ozlabs.org
4044 S:      Maintained
4045 F:      drivers/dma/fsldma.*
4046
4047 FREESCALE I2C CPM DRIVER
4048 M:      Jochen Friedrich <jochen@scram.de>
4049 L:      linuxppc-dev@lists.ozlabs.org
4050 L:      linux-i2c@vger.kernel.org
4051 S:      Maintained
4052 F:      drivers/i2c/busses/i2c-cpm.c
4053
4054 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4055 M:      Sascha Hauer <kernel@pengutronix.de>
4056 L:      linux-fbdev@vger.kernel.org
4057 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4058 S:      Maintained
4059 F:      include/linux/platform_data/video-imxfb.h
4060 F:      drivers/video/fbdev/imxfb.c
4061
4062 FREESCALE SOC FS_ENET DRIVER
4063 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4064 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4065 L:      linuxppc-dev@lists.ozlabs.org
4066 L:      netdev@vger.kernel.org
4067 S:      Maintained
4068 F:      drivers/net/ethernet/freescale/fs_enet/
4069 F:      include/linux/fs_enet_pd.h
4070
4071 FREESCALE QUICC ENGINE LIBRARY
4072 L:      linuxppc-dev@lists.ozlabs.org
4073 S:      Orphan
4074 F:      arch/powerpc/sysdev/qe_lib/
4075 F:      arch/powerpc/include/asm/*qe.h
4076
4077 FREESCALE USB PERIPHERAL DRIVERS
4078 M:      Li Yang <leoli@freescale.com>
4079 L:      linux-usb@vger.kernel.org
4080 L:      linuxppc-dev@lists.ozlabs.org
4081 S:      Maintained
4082 F:      drivers/usb/gadget/udc/fsl*
4083
4084 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4085 M:      Li Yang <leoli@freescale.com>
4086 L:      netdev@vger.kernel.org
4087 L:      linuxppc-dev@lists.ozlabs.org
4088 S:      Maintained
4089 F:      drivers/net/ethernet/freescale/ucc_geth*
4090
4091 FREESCALE QUICC ENGINE UCC UART DRIVER
4092 M:      Timur Tabi <timur@tabi.org>
4093 L:      linuxppc-dev@lists.ozlabs.org
4094 S:      Maintained
4095 F:      drivers/tty/serial/ucc_uart.c
4096
4097 FREESCALE SOC SOUND DRIVERS
4098 M:      Timur Tabi <timur@tabi.org>
4099 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4100 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4101 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4102 L:      linuxppc-dev@lists.ozlabs.org
4103 S:      Maintained
4104 F:      sound/soc/fsl/fsl*
4105 F:      sound/soc/fsl/imx*
4106 F:      sound/soc/fsl/mpc8610_hpcd.c
4107
4108 FREEVXFS FILESYSTEM
4109 M:      Christoph Hellwig <hch@infradead.org>
4110 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4111 S:      Maintained
4112 F:      fs/freevxfs/
4113
4114 FREEZER
4115 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4116 M:      Pavel Machek <pavel@ucw.cz>
4117 L:      linux-pm@vger.kernel.org
4118 S:      Supported
4119 F:      Documentation/power/freezing-of-tasks.txt
4120 F:      include/linux/freezer.h
4121 F:      kernel/freezer.c
4122
4123 FRONTSWAP API
4124 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4125 L:      linux-kernel@vger.kernel.org
4126 S:      Maintained
4127 F:      mm/frontswap.c
4128 F:      include/linux/frontswap.h
4129
4130 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4131 M:      David Howells <dhowells@redhat.com>
4132 L:      linux-cachefs@redhat.com
4133 S:      Supported
4134 F:      Documentation/filesystems/caching/
4135 F:      fs/fscache/
4136 F:      include/linux/fscache*.h
4137
4138 F2FS FILE SYSTEM
4139 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4140 M:      Changman Lee <cm224.lee@samsung.com>
4141 L:      linux-f2fs-devel@lists.sourceforge.net
4142 W:      http://en.wikipedia.org/wiki/F2FS
4143 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4144 S:      Maintained
4145 F:      Documentation/filesystems/f2fs.txt
4146 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4147 F:      fs/f2fs/
4148 F:      include/linux/f2fs_fs.h
4149
4150 FUJITSU FR-V (FRV) PORT
4151 M:      David Howells <dhowells@redhat.com>
4152 S:      Maintained
4153 F:      arch/frv/
4154
4155 FUJITSU LAPTOP EXTRAS
4156 M:      Jonathan Woithe <jwoithe@just42.net>
4157 L:      platform-driver-x86@vger.kernel.org
4158 S:      Maintained
4159 F:      drivers/platform/x86/fujitsu-laptop.c
4160
4161 FUJITSU M-5MO LS CAMERA ISP DRIVER
4162 M:      Kyungmin Park <kyungmin.park@samsung.com>
4163 M:      Heungjun Kim <riverful.kim@samsung.com>
4164 L:      linux-media@vger.kernel.org
4165 S:      Maintained
4166 F:      drivers/media/i2c/m5mols/
4167 F:      include/media/m5mols.h
4168
4169 FUJITSU TABLET EXTRAS
4170 M:      Robert Gerlach <khnz@gmx.de>
4171 L:      platform-driver-x86@vger.kernel.org
4172 S:      Maintained
4173 F:      drivers/platform/x86/fujitsu-tablet.c
4174
4175 FUSE: FILESYSTEM IN USERSPACE
4176 M:      Miklos Szeredi <miklos@szeredi.hu>
4177 L:      fuse-devel@lists.sourceforge.net
4178 W:      http://fuse.sourceforge.net/
4179 S:      Maintained
4180 F:      fs/fuse/
4181 F:      include/uapi/linux/fuse.h
4182
4183 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4184 M:      Rik Faith <faith@cs.unc.edu>
4185 L:      linux-scsi@vger.kernel.org
4186 S:      Odd Fixes (e.g., new signatures)
4187 F:      drivers/scsi/fdomain.*
4188
4189 GCOV BASED KERNEL PROFILING
4190 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4191 S:      Maintained
4192 F:      kernel/gcov/
4193 F:      Documentation/gcov.txt
4194
4195 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4196 M:      Achim Leubner <achim_leubner@adaptec.com>
4197 L:      linux-scsi@vger.kernel.org
4198 W:      http://www.icp-vortex.com/
4199 S:      Supported
4200 F:      drivers/scsi/gdt*
4201
4202 GEMTEK FM RADIO RECEIVER DRIVER
4203 M:      Hans Verkuil <hverkuil@xs4all.nl>
4204 L:      linux-media@vger.kernel.org
4205 T:      git git://linuxtv.org/media_tree.git
4206 W:      http://linuxtv.org
4207 S:      Maintained
4208 F:      drivers/media/radio/radio-gemtek*
4209
4210 GENERIC GPIO I2C DRIVER
4211 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4212 S:      Supported
4213 F:      drivers/i2c/busses/i2c-gpio.c
4214 F:      include/linux/i2c-gpio.h
4215
4216 GENERIC GPIO I2C MULTIPLEXER DRIVER
4217 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4218 L:      linux-i2c@vger.kernel.org
4219 S:      Supported
4220 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4221 F:      include/linux/i2c-mux-gpio.h
4222 F:      Documentation/i2c/muxes/i2c-mux-gpio
4223
4224 GENERIC HDLC (WAN) DRIVERS
4225 M:      Krzysztof Halasa <khc@pm.waw.pl>
4226 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4227 S:      Maintained
4228 F:      drivers/net/wan/c101.c
4229 F:      drivers/net/wan/hd6457*
4230 F:      drivers/net/wan/hdlc*
4231 F:      drivers/net/wan/n2.c
4232 F:      drivers/net/wan/pc300too.c
4233 F:      drivers/net/wan/pci200syn.c
4234 F:      drivers/net/wan/wanxl*
4235
4236 GENERIC INCLUDE/ASM HEADER FILES
4237 M:      Arnd Bergmann <arnd@arndb.de>
4238 L:      linux-arch@vger.kernel.org
4239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4240 S:      Maintained
4241 F:      include/asm-generic/
4242 F:      include/uapi/asm-generic/
4243
4244 GENERIC PHY FRAMEWORK
4245 M:      Kishon Vijay Abraham I <kishon@ti.com>
4246 L:      linux-kernel@vger.kernel.org
4247 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4248 S:      Supported
4249 F:      drivers/phy/
4250 F:      include/linux/phy/
4251
4252 GENERIC UIO DRIVER FOR PCI DEVICES
4253 M:      "Michael S. Tsirkin" <mst@redhat.com>
4254 L:      kvm@vger.kernel.org
4255 S:      Supported
4256 F:      drivers/uio/uio_pci_generic.c
4257
4258 GET_MAINTAINER SCRIPT
4259 M:      Joe Perches <joe@perches.com>
4260 S:      Maintained
4261 F:      scripts/get_maintainer.pl
4262
4263 GFS2 FILE SYSTEM
4264 M:      Steven Whitehouse <swhiteho@redhat.com>
4265 L:      cluster-devel@redhat.com
4266 W:      http://sources.redhat.com/cluster/
4267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4269 S:      Supported
4270 F:      Documentation/filesystems/gfs2*.txt
4271 F:      fs/gfs2/
4272 F:      include/uapi/linux/gfs2_ondisk.h
4273
4274 GIGASET ISDN DRIVERS
4275 M:      Hansjoerg Lipp <hjlipp@web.de>
4276 M:      Tilman Schmidt <tilman@imap.cc>
4277 L:      gigaset307x-common@lists.sourceforge.net
4278 W:      http://gigaset307x.sourceforge.net/
4279 S:      Maintained
4280 F:      Documentation/isdn/README.gigaset
4281 F:      drivers/isdn/gigaset/
4282 F:      include/uapi/linux/gigaset_dev.h
4283
4284 GO7007 MPEG CODEC
4285 M:      Hans Verkuil <hans.verkuil@cisco.com>
4286 L:      linux-media@vger.kernel.org
4287 S:      Maintained
4288 F:      drivers/media/usb/go7007/
4289
4290 GOODIX TOUCHSCREEN
4291 M:      Bastien Nocera <hadess@hadess.net>
4292 L:      linux-input@vger.kernel.org
4293 S:      Maintained
4294 F:      drivers/input/touchscreen/goodix.c
4295
4296 GPIO SUBSYSTEM
4297 M:      Linus Walleij <linus.walleij@linaro.org>
4298 M:      Alexandre Courbot <gnurou@gmail.com>
4299 L:      linux-gpio@vger.kernel.org
4300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4301 S:      Maintained
4302 F:      Documentation/gpio/
4303 F:      drivers/gpio/
4304 F:      include/linux/gpio/
4305 F:      include/linux/gpio.h
4306 F:      include/asm-generic/gpio.h
4307
4308 GRE DEMULTIPLEXER DRIVER
4309 M:      Dmitry Kozlov <xeb@mail.ru>
4310 L:      netdev@vger.kernel.org
4311 S:      Maintained
4312 F:      net/ipv4/gre_demux.c
4313 F:      net/ipv4/gre_offload.c
4314 F:      include/net/gre.h
4315
4316 GRETH 10/100/1G Ethernet MAC device driver
4317 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4318 L:      netdev@vger.kernel.org
4319 S:      Maintained
4320 F:      drivers/net/ethernet/aeroflex/
4321
4322 GSPCA FINEPIX SUBDRIVER
4323 M:      Frank Zago <frank@zago.net>
4324 L:      linux-media@vger.kernel.org
4325 T:      git git://linuxtv.org/media_tree.git
4326 S:      Maintained
4327 F:      drivers/media/usb/gspca/finepix.c
4328
4329 GSPCA GL860 SUBDRIVER
4330 M:      Olivier Lorin <o.lorin@laposte.net>
4331 L:      linux-media@vger.kernel.org
4332 T:      git git://linuxtv.org/media_tree.git
4333 S:      Maintained
4334 F:      drivers/media/usb/gspca/gl860/
4335
4336 GSPCA M5602 SUBDRIVER
4337 M:      Erik Andren <erik.andren@gmail.com>
4338 L:      linux-media@vger.kernel.org
4339 T:      git git://linuxtv.org/media_tree.git
4340 S:      Maintained
4341 F:      drivers/media/usb/gspca/m5602/
4342
4343 GSPCA PAC207 SONIXB SUBDRIVER
4344 M:      Hans de Goede <hdegoede@redhat.com>
4345 L:      linux-media@vger.kernel.org
4346 T:      git git://linuxtv.org/media_tree.git
4347 S:      Maintained
4348 F:      drivers/media/usb/gspca/pac207.c
4349
4350 GSPCA SN9C20X SUBDRIVER
4351 M:      Brian Johnson <brijohn@gmail.com>
4352 L:      linux-media@vger.kernel.org
4353 T:      git git://linuxtv.org/media_tree.git
4354 S:      Maintained
4355 F:      drivers/media/usb/gspca/sn9c20x.c
4356
4357 GSPCA T613 SUBDRIVER
4358 M:      Leandro Costantino <lcostantino@gmail.com>
4359 L:      linux-media@vger.kernel.org
4360 T:      git git://linuxtv.org/media_tree.git
4361 S:      Maintained
4362 F:      drivers/media/usb/gspca/t613.c
4363
4364 GSPCA USB WEBCAM DRIVER
4365 M:      Hans de Goede <hdegoede@redhat.com>
4366 L:      linux-media@vger.kernel.org
4367 T:      git git://linuxtv.org/media_tree.git
4368 S:      Maintained
4369 F:      drivers/media/usb/gspca/
4370
4371 GUID PARTITION TABLE (GPT)
4372 M:      Davidlohr Bueso <davidlohr@hp.com>
4373 L:      linux-efi@vger.kernel.org
4374 S:      Maintained
4375 F:      block/partitions/efi.*
4376
4377 STK1160 USB VIDEO CAPTURE DRIVER
4378 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4379 L:      linux-media@vger.kernel.org
4380 T:      git git://linuxtv.org/media_tree.git
4381 S:      Maintained
4382 F:      drivers/media/usb/stk1160/
4383
4384 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4385 M:      Frank Seidel <frank@f-seidel.de>
4386 L:      platform-driver-x86@vger.kernel.org
4387 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4388 S:      Maintained
4389 F:      drivers/platform/x86/hdaps.c
4390
4391 HDPVR USB VIDEO ENCODER DRIVER
4392 M:      Hans Verkuil <hverkuil@xs4all.nl>
4393 L:      linux-media@vger.kernel.org
4394 T:      git git://linuxtv.org/media_tree.git
4395 W:      http://linuxtv.org
4396 S:      Odd Fixes
4397 F:      drivers/media/usb/hdpvr/
4398
4399 HWPOISON MEMORY FAILURE HANDLING
4400 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4401 L:      linux-mm@kvack.org
4402 S:      Maintained
4403 F:      mm/memory-failure.c
4404 F:      mm/hwpoison-inject.c
4405
4406 HYPERVISOR VIRTUAL CONSOLE DRIVER
4407 L:      linuxppc-dev@lists.ozlabs.org
4408 S:      Odd Fixes
4409 F:      drivers/tty/hvc/
4410
4411 HACKRF MEDIA DRIVER
4412 M:      Antti Palosaari <crope@iki.fi>
4413 L:      linux-media@vger.kernel.org
4414 W:      http://linuxtv.org/
4415 W:      http://palosaari.fi/linux/
4416 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4417 T:      git git://linuxtv.org/anttip/media_tree.git
4418 S:      Maintained
4419 F:      drivers/media/usb/hackrf/
4420
4421 HARDWARE MONITORING
4422 M:      Jean Delvare <jdelvare@suse.de>
4423 M:      Guenter Roeck <linux@roeck-us.net>
4424 L:      lm-sensors@lm-sensors.org
4425 W:      http://www.lm-sensors.org/
4426 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4428 S:      Maintained
4429 F:      Documentation/hwmon/
4430 F:      drivers/hwmon/
4431 F:      include/linux/hwmon*.h
4432
4433 HARDWARE RANDOM NUMBER GENERATOR CORE
4434 M:      Matt Mackall <mpm@selenic.com>
4435 M:      Herbert Xu <herbert@gondor.apana.org.au>
4436 S:      Odd fixes
4437 F:      Documentation/hw_random.txt
4438 F:      drivers/char/hw_random/
4439 F:      include/linux/hw_random.h
4440
4441 HARDWARE SPINLOCK CORE
4442 M:      Ohad Ben-Cohen <ohad@wizery.com>
4443 S:      Maintained
4444 F:      Documentation/hwspinlock.txt
4445 F:      drivers/hwspinlock/hwspinlock_*
4446 F:      include/linux/hwspinlock.h
4447
4448 HARMONY SOUND DRIVER
4449 L:      linux-parisc@vger.kernel.org
4450 S:      Maintained
4451 F:      sound/parisc/harmony.*
4452
4453 HD29L2 MEDIA DRIVER
4454 M:      Antti Palosaari <crope@iki.fi>
4455 L:      linux-media@vger.kernel.org
4456 W:      http://linuxtv.org/
4457 W:      http://palosaari.fi/linux/
4458 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4459 T:      git git://linuxtv.org/anttip/media_tree.git
4460 S:      Maintained
4461 F:      drivers/media/dvb-frontends/hd29l2*
4462
4463 HEWLETT-PACKARD SMART2 RAID DRIVER
4464 L:      iss_storagedev@hp.com
4465 S:      Orphan
4466 F:      Documentation/blockdev/cpqarray.txt
4467 F:      drivers/block/cpqarray.*
4468
4469 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4470 M:      Don Brace <don.brace@pmcs.com>
4471 L:      iss_storagedev@hp.com
4472 L:      storagedev@pmcs.com
4473 L:      linux-scsi@vger.kernel.org
4474 S:      Supported
4475 F:      Documentation/scsi/hpsa.txt
4476 F:      drivers/scsi/hpsa*.[ch]
4477 F:      include/linux/cciss*.h
4478 F:      include/uapi/linux/cciss*.h
4479
4480 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4481 M:      Don Brace <don.brace@pmcs.com>
4482 L:      iss_storagedev@hp.com
4483 L:      storagedev@pmcs.com
4484 L:      linux-scsi@vger.kernel.org
4485 S:      Supported
4486 F:      Documentation/blockdev/cciss.txt
4487 F:      drivers/block/cciss*
4488 F:      include/linux/cciss_ioctl.h
4489 F:      include/uapi/linux/cciss_ioctl.h
4490
4491 HFS FILESYSTEM
4492 L:      linux-fsdevel@vger.kernel.org
4493 S:      Orphan
4494 F:      Documentation/filesystems/hfs.txt
4495 F:      fs/hfs/
4496
4497 HFSPLUS FILESYSTEM
4498 L:      linux-fsdevel@vger.kernel.org
4499 S:      Orphan
4500 F:      Documentation/filesystems/hfsplus.txt
4501 F:      fs/hfsplus/
4502
4503 HGA FRAMEBUFFER DRIVER
4504 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4505 L:      linux-nvidia@lists.surfsouth.com
4506 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4507 S:      Maintained
4508 F:      drivers/video/fbdev/hgafb.c
4509
4510 HIBERNATION (aka Software Suspend, aka swsusp)
4511 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4512 M:      Pavel Machek <pavel@ucw.cz>
4513 L:      linux-pm@vger.kernel.org
4514 S:      Supported
4515 F:      arch/x86/power/
4516 F:      drivers/base/power/
4517 F:      kernel/power/
4518 F:      include/linux/suspend.h
4519 F:      include/linux/freezer.h
4520 F:      include/linux/pm.h
4521 F:      arch/*/include/asm/suspend*.h
4522
4523 HID CORE LAYER
4524 M:      Jiri Kosina <jkosina@suse.cz>
4525 L:      linux-input@vger.kernel.org
4526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4527 S:      Maintained
4528 F:      drivers/hid/
4529 F:      include/linux/hid*
4530 F:      include/uapi/linux/hid*
4531
4532 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4533 M:      Thomas Gleixner <tglx@linutronix.de>
4534 L:      linux-kernel@vger.kernel.org
4535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4536 S:      Maintained
4537 F:      Documentation/timers/
4538 F:      kernel/time/hrtimer.c
4539 F:      kernel/time/clockevents.c
4540 F:      kernel/time/tick*.*
4541 F:      kernel/time/timer_*.c
4542 F:      include/linux/clockchips.h
4543 F:      include/linux/hrtimer.h
4544
4545 HIGH-SPEED SCC DRIVER FOR AX.25
4546 L:      linux-hams@vger.kernel.org
4547 S:      Orphan
4548 F:      drivers/net/hamradio/dmascc.c
4549 F:      drivers/net/hamradio/scc.c
4550
4551 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4552 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4553 W:      http://www.highpoint-tech.com
4554 S:      Supported
4555 F:      Documentation/scsi/hptiop.txt
4556 F:      drivers/scsi/hptiop.c
4557
4558 HIPPI
4559 M:      Jes Sorensen <jes@trained-monkey.org>
4560 L:      linux-hippi@sunsite.dk
4561 S:      Maintained
4562 F:      include/linux/hippidevice.h
4563 F:      include/uapi/linux/if_hippi.h
4564 F:      net/802/hippi.c
4565 F:      drivers/net/hippi/
4566
4567 HOST AP DRIVER
4568 M:      Jouni Malinen <j@w1.fi>
4569 L:      hostap@shmoo.com (subscribers-only)
4570 L:      linux-wireless@vger.kernel.org
4571 W:      http://hostap.epitest.fi/
4572 S:      Maintained
4573 F:      drivers/net/wireless/hostap/
4574
4575 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4576 L:      platform-driver-x86@vger.kernel.org
4577 S:      Orphan
4578 F:      drivers/platform/x86/tc1100-wmi.c
4579
4580 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4581 M:      Jaroslav Kysela <perex@perex.cz>
4582 S:      Maintained
4583 F:      drivers/net/ethernet/hp/hp100.*
4584
4585 HPET:   High Precision Event Timers driver
4586 M:      Clemens Ladisch <clemens@ladisch.de>
4587 S:      Maintained
4588 F:      Documentation/timers/hpet.txt
4589 F:      drivers/char/hpet.c
4590 F:      include/linux/hpet.h
4591 F:      include/uapi/linux/hpet.h
4592
4593 HPET:   x86
4594 S:      Orphan
4595 F:      arch/x86/kernel/hpet.c
4596 F:      arch/x86/include/asm/hpet.h
4597
4598 HPFS FILESYSTEM
4599 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4600 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4601 S:      Maintained
4602 F:      fs/hpfs/
4603
4604 HSI SUBSYSTEM
4605 M:      Sebastian Reichel <sre@kernel.org>
4606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4607 S:      Maintained
4608 F:      Documentation/ABI/testing/sysfs-bus-hsi
4609 F:      Documentation/hsi.txt
4610 F:      drivers/hsi/
4611 F:      include/linux/hsi/
4612 F:      include/uapi/linux/hsi/
4613
4614 HSO 3G MODEM DRIVER
4615 M:      Jan Dumon <j.dumon@option.com>
4616 W:      http://www.pharscape.org
4617 S:      Maintained
4618 F:      drivers/net/usb/hso.c
4619
4620 HSR NETWORK PROTOCOL
4621 M:      Arvid Brodin <arvid.brodin@alten.se>
4622 L:      netdev@vger.kernel.org
4623 S:      Maintained
4624 F:      net/hsr/
4625
4626 HTCPEN TOUCHSCREEN DRIVER
4627 M:      Pau Oliva Fora <pof@eslack.org>
4628 L:      linux-input@vger.kernel.org
4629 S:      Maintained
4630 F:      drivers/input/touchscreen/htcpen.c
4631
4632 HUGETLB FILESYSTEM
4633 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4634 S:      Maintained
4635 F:      fs/hugetlbfs/
4636
4637 Hyper-V CORE AND DRIVERS
4638 M:      K. Y. Srinivasan <kys@microsoft.com>
4639 M:      Haiyang Zhang <haiyangz@microsoft.com>
4640 L:      devel@linuxdriverproject.org
4641 S:      Maintained
4642 F:      arch/x86/include/asm/mshyperv.h
4643 F:      arch/x86/include/uapi/asm/hyperv.h
4644 F:      arch/x86/kernel/cpu/mshyperv.c
4645 F:      drivers/hid/hid-hyperv.c
4646 F:      drivers/hv/
4647 F:      drivers/input/serio/hyperv-keyboard.c
4648 F:      drivers/net/hyperv/
4649 F:      drivers/scsi/storvsc_drv.c
4650 F:      drivers/video/fbdev/hyperv_fb.c
4651 F:      include/linux/hyperv.h
4652 F:      tools/hv/
4653
4654 I2C OVER PARALLEL PORT
4655 M:      Jean Delvare <jdelvare@suse.de>
4656 L:      linux-i2c@vger.kernel.org
4657 S:      Maintained
4658 F:      Documentation/i2c/busses/i2c-parport
4659 F:      Documentation/i2c/busses/i2c-parport-light
4660 F:      drivers/i2c/busses/i2c-parport.c
4661 F:      drivers/i2c/busses/i2c-parport-light.c
4662
4663 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4664 M:      Jean Delvare <jdelvare@suse.de>
4665 L:      linux-i2c@vger.kernel.org
4666 S:      Maintained
4667 F:      Documentation/i2c/busses/i2c-ali1535
4668 F:      Documentation/i2c/busses/i2c-ali1563
4669 F:      Documentation/i2c/busses/i2c-ali15x3
4670 F:      Documentation/i2c/busses/i2c-amd756
4671 F:      Documentation/i2c/busses/i2c-amd8111
4672 F:      Documentation/i2c/busses/i2c-i801
4673 F:      Documentation/i2c/busses/i2c-nforce2
4674 F:      Documentation/i2c/busses/i2c-piix4
4675 F:      Documentation/i2c/busses/i2c-sis5595
4676 F:      Documentation/i2c/busses/i2c-sis630
4677 F:      Documentation/i2c/busses/i2c-sis96x
4678 F:      Documentation/i2c/busses/i2c-via
4679 F:      Documentation/i2c/busses/i2c-viapro
4680 F:      drivers/i2c/busses/i2c-ali1535.c
4681 F:      drivers/i2c/busses/i2c-ali1563.c
4682 F:      drivers/i2c/busses/i2c-ali15x3.c
4683 F:      drivers/i2c/busses/i2c-amd756.c
4684 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4685 F:      drivers/i2c/busses/i2c-amd8111.c
4686 F:      drivers/i2c/busses/i2c-i801.c
4687 F:      drivers/i2c/busses/i2c-isch.c
4688 F:      drivers/i2c/busses/i2c-nforce2.c
4689 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4690 F:      drivers/i2c/busses/i2c-piix4.c
4691 F:      drivers/i2c/busses/i2c-sis5595.c
4692 F:      drivers/i2c/busses/i2c-sis630.c
4693 F:      drivers/i2c/busses/i2c-sis96x.c
4694 F:      drivers/i2c/busses/i2c-via.c
4695 F:      drivers/i2c/busses/i2c-viapro.c
4696
4697 I2C/SMBUS ISMT DRIVER
4698 M:      Seth Heasley <seth.heasley@intel.com>
4699 M:      Neil Horman <nhorman@tuxdriver.com>
4700 L:      linux-i2c@vger.kernel.org
4701 F:      drivers/i2c/busses/i2c-ismt.c
4702 F:      Documentation/i2c/busses/i2c-ismt
4703
4704 I2C/SMBUS STUB DRIVER
4705 M:      Jean Delvare <jdelvare@suse.de>
4706 L:      linux-i2c@vger.kernel.org
4707 S:      Maintained
4708 F:      drivers/i2c/i2c-stub.c
4709
4710 I2C SUBSYSTEM
4711 M:      Wolfram Sang <wsa@the-dreams.de>
4712 L:      linux-i2c@vger.kernel.org
4713 W:      https://i2c.wiki.kernel.org/
4714 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4716 S:      Maintained
4717 F:      Documentation/devicetree/bindings/i2c/
4718 F:      Documentation/i2c/
4719 F:      drivers/i2c/
4720 F:      include/linux/i2c.h
4721 F:      include/linux/i2c-*.h
4722 F:      include/uapi/linux/i2c.h
4723 F:      include/uapi/linux/i2c-*.h
4724
4725 I2C ACPI SUPPORT
4726 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4727 L:      linux-i2c@vger.kernel.org
4728 L:      linux-acpi@vger.kernel.org
4729 S:      Maintained
4730
4731 I2C-TAOS-EVM DRIVER
4732 M:      Jean Delvare <jdelvare@suse.de>
4733 L:      linux-i2c@vger.kernel.org
4734 S:      Maintained
4735 F:      Documentation/i2c/busses/i2c-taos-evm
4736 F:      drivers/i2c/busses/i2c-taos-evm.c
4737
4738 I2C-TINY-USB DRIVER
4739 M:      Till Harbaum <till@harbaum.org>
4740 L:      linux-i2c@vger.kernel.org
4741 W:      http://www.harbaum.org/till/i2c_tiny_usb
4742 S:      Maintained
4743 F:      drivers/i2c/busses/i2c-tiny-usb.c
4744
4745 i386 BOOT CODE
4746 M:      "H. Peter Anvin" <hpa@zytor.com>
4747 S:      Maintained
4748 F:      arch/x86/boot/
4749
4750 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4751 M:      "H. Peter Anvin" <hpa@zytor.com>
4752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4753 S:      Maintained
4754
4755 IA64 (Itanium) PLATFORM
4756 M:      Tony Luck <tony.luck@intel.com>
4757 M:      Fenghua Yu <fenghua.yu@intel.com>
4758 L:      linux-ia64@vger.kernel.org
4759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4760 S:      Maintained
4761 F:      arch/ia64/
4762
4763 IBM Power in-Nest Crypto Acceleration
4764 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4765 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4766 L:      linux-crypto@vger.kernel.org
4767 S:      Supported
4768 F:      drivers/crypto/nx/
4769
4770 IBM Power 842 compression accelerator
4771 M:      Dan Streetman <ddstreet@us.ibm.com>
4772 S:      Supported
4773 F:      drivers/crypto/nx/nx-842.c
4774 F:      include/linux/nx842.h
4775
4776 IBM Power Linux RAID adapter
4777 M:      Brian King <brking@us.ibm.com>
4778 S:      Supported
4779 F:      drivers/scsi/ipr.*
4780
4781 IBM Power Virtual Ethernet Device Driver
4782 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4783 L:      netdev@vger.kernel.org
4784 S:      Supported
4785 F:      drivers/net/ethernet/ibm/ibmveth.*
4786
4787 IBM Power Virtual SCSI Device Drivers
4788 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4789 L:      linux-scsi@vger.kernel.org
4790 S:      Supported
4791 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4792 F:      drivers/scsi/ibmvscsi/viosrp.h
4793
4794 IBM Power Virtual FC Device Drivers
4795 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4796 L:      linux-scsi@vger.kernel.org
4797 S:      Supported
4798 F:      drivers/scsi/ibmvscsi/ibmvfc*
4799
4800 IBM ServeRAID RAID DRIVER
4801 S:      Orphan
4802 F:      drivers/scsi/ips.*
4803
4804 ICH LPC AND GPIO DRIVER
4805 M:      Peter Tyser <ptyser@xes-inc.com>
4806 S:      Maintained
4807 F:      drivers/mfd/lpc_ich.c
4808 F:      drivers/gpio/gpio-ich.c
4809
4810 IDE SUBSYSTEM
4811 M:      "David S. Miller" <davem@davemloft.net>
4812 L:      linux-ide@vger.kernel.org
4813 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4815 S:      Maintained
4816 F:      Documentation/ide/
4817 F:      drivers/ide/
4818 F:      include/linux/ide.h
4819
4820 IDEAPAD LAPTOP EXTRAS DRIVER
4821 M:      Ike Panhc <ike.pan@canonical.com>
4822 L:      platform-driver-x86@vger.kernel.org
4823 W:      http://launchpad.net/ideapad-laptop
4824 S:      Maintained
4825 F:      drivers/platform/x86/ideapad-laptop.c
4826
4827 IDEAPAD LAPTOP SLIDEBAR DRIVER
4828 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4829 L:      linux-input@vger.kernel.org
4830 W:      https://github.com/o2genum/ideapad-slidebar
4831 S:      Maintained
4832 F:      drivers/input/misc/ideapad_slidebar.c
4833
4834 IDE/ATAPI DRIVERS
4835 M:      Borislav Petkov <bp@alien8.de>
4836 L:      linux-ide@vger.kernel.org
4837 S:      Maintained
4838 F:      Documentation/cdrom/ide-cd
4839 F:      drivers/ide/ide-cd*
4840
4841 IDLE-I7300
4842 M:      Andy Henroid <andrew.d.henroid@intel.com>
4843 L:      linux-pm@vger.kernel.org
4844 S:      Supported
4845 F:      drivers/idle/i7300_idle.c
4846
4847 IEEE 802.15.4 SUBSYSTEM
4848 M:      Alexander Aring <alex.aring@gmail.com>
4849 L:      linux-wpan@vger.kernel.org
4850 W:      https://github.com/linux-wpan
4851 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4852 S:      Maintained
4853 F:      net/ieee802154/
4854 F:      net/mac802154/
4855 F:      drivers/net/ieee802154/
4856 F:      include/linux/nl802154.h
4857 F:      include/linux/ieee802154.h
4858 F:      include/net/nl802154.h
4859 F:      include/net/mac802154.h
4860 F:      include/net/af_ieee802154.h
4861 F:      include/net/cfg802154.h
4862 F:      include/net/ieee802154_netdev.h
4863 F:      Documentation/networking/ieee802154.txt
4864
4865 IGORPLUG-USB IR RECEIVER
4866 M:      Sean Young <sean@mess.org>
4867 L:      linux-media@vger.kernel.org
4868 S:      Maintained
4869 F:      drivers/media/rc/igorplugusb.c
4870
4871 IGUANAWORKS USB IR TRANSCEIVER
4872 M:      Sean Young <sean@mess.org>
4873 L:      linux-media@vger.kernel.org
4874 S:      Maintained
4875 F:      drivers/media/rc/iguanair.c
4876
4877 IIO SUBSYSTEM AND DRIVERS
4878 M:      Jonathan Cameron <jic23@kernel.org>
4879 R:      Hartmut Knaack <knaack.h@gmx.de>
4880 R:      Lars-Peter Clausen <lars@metafoo.de>
4881 R:      Peter Meerwald <pmeerw@pmeerw.net>
4882 L:      linux-iio@vger.kernel.org
4883 S:      Maintained
4884 F:      drivers/iio/
4885 F:      drivers/staging/iio/
4886 F:      include/linux/iio/
4887
4888 IKANOS/ADI EAGLE ADSL USB DRIVER
4889 M:      Matthieu Castet <castet.matthieu@free.fr>
4890 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4891 S:      Maintained
4892 F:      drivers/usb/atm/ueagle-atm.c
4893
4894 INA209 HARDWARE MONITOR DRIVER
4895 M:      Guenter Roeck <linux@roeck-us.net>
4896 L:      lm-sensors@lm-sensors.org
4897 S:      Maintained
4898 F:      Documentation/hwmon/ina209
4899 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4900 F:      drivers/hwmon/ina209.c
4901
4902 INA2XX HARDWARE MONITOR DRIVER
4903 M:      Guenter Roeck <linux@roeck-us.net>
4904 L:      lm-sensors@lm-sensors.org
4905 S:      Maintained
4906 F:      Documentation/hwmon/ina2xx
4907 F:      drivers/hwmon/ina2xx.c
4908 F:      include/linux/platform_data/ina2xx.h
4909
4910 INDUSTRY PACK SUBSYSTEM (IPACK)
4911 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4912 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4913 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4914 L:      industrypack-devel@lists.sourceforge.net
4915 W:      http://industrypack.sourceforge.net
4916 S:      Maintained
4917 F:      drivers/ipack/
4918
4919 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4920 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4921 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
4922 L:      linux-ima-devel@lists.sourceforge.net
4923 L:      linux-ima-user@lists.sourceforge.net
4924 L:      linux-security-module@vger.kernel.org
4925 S:      Supported
4926 F:      security/integrity/ima/
4927
4928 IMGTEC IR DECODER DRIVER
4929 M:      James Hogan <james.hogan@imgtec.com>
4930 S:      Maintained
4931 F:      drivers/media/rc/img-ir/
4932
4933 IMS TWINTURBO FRAMEBUFFER DRIVER
4934 L:      linux-fbdev@vger.kernel.org
4935 S:      Orphan
4936 F:      drivers/video/fbdev/imsttfb.c
4937
4938 INFINIBAND SUBSYSTEM
4939 M:      Roland Dreier <roland@kernel.org>
4940 M:      Sean Hefty <sean.hefty@intel.com>
4941 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4942 L:      linux-rdma@vger.kernel.org
4943 W:      http://www.openfabrics.org/
4944 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4945 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4946 S:      Supported
4947 F:      Documentation/infiniband/
4948 F:      drivers/infiniband/
4949 F:      include/uapi/linux/if_infiniband.h
4950
4951 INOTIFY
4952 M:      John McCutchan <john@johnmccutchan.com>
4953 M:      Robert Love <rlove@rlove.org>
4954 M:      Eric Paris <eparis@parisplace.org>
4955 S:      Maintained
4956 F:      Documentation/filesystems/inotify.txt
4957 F:      fs/notify/inotify/
4958 F:      include/linux/inotify.h
4959 F:      include/uapi/linux/inotify.h
4960
4961 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4962 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4963 L:      linux-input@vger.kernel.org
4964 Q:      http://patchwork.kernel.org/project/linux-input/list/
4965 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4966 S:      Maintained
4967 F:      drivers/input/
4968 F:      include/linux/input.h
4969 F:      include/uapi/linux/input.h
4970 F:      include/linux/input/
4971
4972 INPUT MULTITOUCH (MT) PROTOCOL
4973 M:      Henrik Rydberg <rydberg@bitmath.org>
4974 L:      linux-input@vger.kernel.org
4975 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4976 S:      Odd fixes
4977 F:      Documentation/input/multi-touch-protocol.txt
4978 F:      drivers/input/input-mt.c
4979 K:      \b(ABS|SYN)_MT_
4980
4981 INTEL ASoC BDW/HSW DRIVERS
4982 M:      Jie Yang <yang.jie@linux.intel.com>
4983 L:      alsa-devel@alsa-project.org
4984 S:      Supported
4985 F:      sound/soc/intel/sst-haswell*
4986 F:      sound/soc/intel/sst-dsp*
4987 F:      sound/soc/intel/sst-firmware.c
4988 F:      sound/soc/intel/broadwell.c
4989 F:      sound/soc/intel/haswell.c
4990
4991 INTEL C600 SERIES SAS CONTROLLER DRIVER
4992 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4993 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4994 L:      linux-scsi@vger.kernel.org
4995 T:      git git://git.code.sf.net/p/intel-sas/isci
4996 S:      Supported
4997 F:      drivers/scsi/isci/
4998
4999 INTEL IDLE DRIVER
5000 M:      Len Brown <lenb@kernel.org>
5001 L:      linux-pm@vger.kernel.org
5002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5003 S:      Supported
5004 F:      drivers/idle/intel_idle.c
5005
5006 INTEL PSTATE DRIVER
5007 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5008 L:      linux-pm@vger.kernel.org
5009 S:      Supported
5010 F:      drivers/cpufreq/intel_pstate.c
5011
5012 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5013 M:      Maik Broemme <mbroemme@plusserver.de>
5014 L:      linux-fbdev@vger.kernel.org
5015 S:      Maintained
5016 F:      Documentation/fb/intelfb.txt
5017 F:      drivers/video/fbdev/intelfb/
5018
5019 INTEL 810/815 FRAMEBUFFER DRIVER
5020 M:      Antonino Daplas <adaplas@gmail.com>
5021 L:      linux-fbdev@vger.kernel.org
5022 S:      Maintained
5023 F:      drivers/video/fbdev/i810/
5024
5025 INTEL MENLOW THERMAL DRIVER
5026 M:      Sujith Thomas <sujith.thomas@intel.com>
5027 L:      platform-driver-x86@vger.kernel.org
5028 W:      https://01.org/linux-acpi
5029 S:      Supported
5030 F:      drivers/platform/x86/intel_menlow.c
5031
5032 INTEL IA32 MICROCODE UPDATE SUPPORT
5033 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
5034 S:      Maintained
5035 F:      arch/x86/kernel/cpu/microcode/core*
5036 F:      arch/x86/kernel/cpu/microcode/intel*
5037
5038 INTEL I/OAT DMA DRIVER
5039 M:      Dave Jiang <dave.jiang@intel.com>
5040 R:      Dan Williams <dan.j.williams@intel.com>
5041 L:      dmaengine@vger.kernel.org
5042 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5043 S:      Supported
5044 F:      drivers/dma/ioat*
5045
5046 INTEL IOMMU (VT-d)
5047 M:      David Woodhouse <dwmw2@infradead.org>
5048 L:      iommu@lists.linux-foundation.org
5049 T:      git git://git.infradead.org/iommu-2.6.git
5050 S:      Supported
5051 F:      drivers/iommu/intel-iommu.c
5052 F:      include/linux/intel-iommu.h
5053
5054 INTEL IOP-ADMA DMA DRIVER
5055 R:      Dan Williams <dan.j.williams@intel.com>
5056 S:      Odd fixes
5057 F:      drivers/dma/iop-adma.c
5058
5059 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5060 M:      Krzysztof Halasa <khalasa@piap.pl>
5061 S:      Maintained
5062 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5063 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5064 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5065 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5066 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5067 F:      drivers/net/wan/ixp4xx_hss.c
5068
5069 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5070 M:      Deepak Saxena <dsaxena@plexity.net>
5071 S:      Maintained
5072 F:      drivers/char/hw_random/ixp4xx-rng.c
5073
5074 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5075 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5076 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5077 M:      Bruce Allan <bruce.w.allan@intel.com>
5078 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5079 M:      Don Skidmore <donald.c.skidmore@intel.com>
5080 M:      Greg Rose <gregory.v.rose@intel.com>
5081 M:      Matthew Vick <matthew.vick@intel.com>
5082 M:      John Ronciak <john.ronciak@intel.com>
5083 M:      Mitch Williams <mitch.a.williams@intel.com>
5084 M:      Linux NICS <linux.nics@intel.com>
5085 L:      e1000-devel@lists.sourceforge.net
5086 W:      http://www.intel.com/support/feedback.htm
5087 W:      http://e1000.sourceforge.net/
5088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5090 S:      Supported
5091 F:      Documentation/networking/e100.txt
5092 F:      Documentation/networking/e1000.txt
5093 F:      Documentation/networking/e1000e.txt
5094 F:      Documentation/networking/igb.txt
5095 F:      Documentation/networking/igbvf.txt
5096 F:      Documentation/networking/ixgb.txt
5097 F:      Documentation/networking/ixgbe.txt
5098 F:      Documentation/networking/ixgbevf.txt
5099 F:      Documentation/networking/i40e.txt
5100 F:      Documentation/networking/i40evf.txt
5101 F:      drivers/net/ethernet/intel/
5102 F:      drivers/net/ethernet/intel/*/
5103
5104 INTEL-MID GPIO DRIVER
5105 M:      David Cohen <david.a.cohen@linux.intel.com>
5106 L:      linux-gpio@vger.kernel.org
5107 S:      Maintained
5108 F:      drivers/gpio/gpio-intel-mid.c
5109
5110 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5111 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5112 L:      linux-wireless@vger.kernel.org
5113 S:      Maintained
5114 F:      Documentation/networking/README.ipw2100
5115 F:      Documentation/networking/README.ipw2200
5116 F:      drivers/net/wireless/ipw2x00/
5117
5118 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5119 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5120 M:      Gang Wei <gang.wei@intel.com>
5121 M:      Shane Wang <shane.wang@intel.com>
5122 L:      tboot-devel@lists.sourceforge.net
5123 W:      http://tboot.sourceforge.net
5124 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5125 S:      Supported
5126 F:      Documentation/intel_txt.txt
5127 F:      include/linux/tboot.h
5128 F:      arch/x86/kernel/tboot.c
5129
5130 INTEL WIRELESS WIMAX CONNECTION 2400
5131 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5132 M:      linux-wimax@intel.com
5133 L:     wimax@linuxwimax.org (subscribers-only)
5134 S:      Supported
5135 W:      http://linuxwimax.org
5136 F:      Documentation/wimax/README.i2400m
5137 F:      drivers/net/wimax/i2400m/
5138 F:      include/uapi/linux/wimax/i2400m.h
5139
5140 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5141 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5142 L:      linux-wireless@vger.kernel.org
5143 S:      Supported
5144 F:      drivers/net/wireless/iwlegacy/
5145
5146 INTEL WIRELESS WIFI LINK (iwlwifi)
5147 M:      Johannes Berg <johannes.berg@intel.com>
5148 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5149 M:      Intel Linux Wireless <ilw@linux.intel.com>
5150 L:      linux-wireless@vger.kernel.org
5151 W:      http://intellinuxwireless.org
5152 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5153 S:      Supported
5154 F:      drivers/net/wireless/iwlwifi/
5155
5156 INTEL MANAGEMENT ENGINE (mei)
5157 M:      Tomas Winkler <tomas.winkler@intel.com>
5158 L:      linux-kernel@vger.kernel.org
5159 S:      Supported
5160 F:      include/uapi/linux/mei.h
5161 F:      drivers/misc/mei/*
5162 F:      Documentation/misc-devices/mei/*
5163
5164 IOC3 ETHERNET DRIVER
5165 M:      Ralf Baechle <ralf@linux-mips.org>
5166 L:      linux-mips@linux-mips.org
5167 S:      Maintained
5168 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5169
5170 IOC3 SERIAL DRIVER
5171 M:      Pat Gefre <pfg@sgi.com>
5172 L:      linux-serial@vger.kernel.org
5173 S:      Maintained
5174 F:      drivers/tty/serial/ioc3_serial.c
5175
5176 IOMMU DRIVERS
5177 M:      Joerg Roedel <joro@8bytes.org>
5178 L:      iommu@lists.linux-foundation.org
5179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5180 S:      Maintained
5181 F:      drivers/iommu/
5182
5183 IP MASQUERADING
5184 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5185 S:      Maintained
5186 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5187
5188 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5189 M:      Francois Romieu <romieu@fr.zoreil.com>
5190 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5191 L:      netdev@vger.kernel.org
5192 S:      Maintained
5193 F:      drivers/net/ethernet/icplus/ipg.*
5194
5195 IPATH DRIVER
5196 M:      Mike Marciniszyn <infinipath@intel.com>
5197 L:      linux-rdma@vger.kernel.org
5198 S:      Maintained
5199 F:      drivers/infiniband/hw/ipath/
5200
5201 IPMI SUBSYSTEM
5202 M:      Corey Minyard <minyard@acm.org>
5203 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5204 W:      http://openipmi.sourceforge.net/
5205 S:      Supported
5206 F:      Documentation/IPMI.txt
5207 F:      drivers/char/ipmi/
5208 F:      include/linux/ipmi*
5209 F:      include/uapi/linux/ipmi*
5210
5211 IPS SCSI RAID DRIVER
5212 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5213 L:      linux-scsi@vger.kernel.org
5214 W:      http://www.adaptec.com/
5215 S:      Maintained
5216 F:      drivers/scsi/ips*
5217
5218 IPVS
5219 M:      Wensong Zhang <wensong@linux-vs.org>
5220 M:      Simon Horman <horms@verge.net.au>
5221 M:      Julian Anastasov <ja@ssi.bg>
5222 L:      netdev@vger.kernel.org
5223 L:      lvs-devel@vger.kernel.org
5224 S:      Maintained
5225 F:      Documentation/networking/ipvs-sysctl.txt
5226 F:      include/net/ip_vs.h
5227 F:      include/uapi/linux/ip_vs.h
5228 F:      net/netfilter/ipvs/
5229
5230 IPWIRELESS DRIVER
5231 M:      Jiri Kosina <jkosina@suse.cz>
5232 M:      David Sterba <dsterba@suse.cz>
5233 S:      Odd Fixes
5234 F:      drivers/tty/ipwireless/
5235
5236 IPX NETWORK LAYER
5237 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5238 L:      netdev@vger.kernel.org
5239 S:      Maintained
5240 F:      include/net/ipx.h
5241 F:      include/uapi/linux/ipx.h
5242 F:      net/ipx/
5243
5244 IRDA SUBSYSTEM
5245 M:      Samuel Ortiz <samuel@sortiz.org>
5246 L:      irda-users@lists.sourceforge.net (subscribers-only)
5247 L:      netdev@vger.kernel.org
5248 W:      http://irda.sourceforge.net/
5249 S:      Maintained
5250 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5251 F:      Documentation/networking/irda.txt
5252 F:      drivers/net/irda/
5253 F:      include/net/irda/
5254 F:      net/irda/
5255
5256 IRQ SUBSYSTEM
5257 M:      Thomas Gleixner <tglx@linutronix.de>
5258 L:      linux-kernel@vger.kernel.org
5259 S:      Maintained
5260 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5261 F:      kernel/irq/
5262
5263 IRQCHIP DRIVERS
5264 M:      Thomas Gleixner <tglx@linutronix.de>
5265 M:      Jason Cooper <jason@lakedaemon.net>
5266 L:      linux-kernel@vger.kernel.org
5267 S:      Maintained
5268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5269 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5270 F:      Documentation/devicetree/bindings/interrupt-controller/
5271 F:      drivers/irqchip/
5272
5273 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5274 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5275 S:      Maintained
5276 F:      Documentation/IRQ-domain.txt
5277 F:      include/linux/irqdomain.h
5278 F:      kernel/irq/irqdomain.c
5279
5280 ISAPNP
5281 M:      Jaroslav Kysela <perex@perex.cz>
5282 S:      Maintained
5283 F:      Documentation/isapnp.txt
5284 F:      drivers/pnp/isapnp/
5285 F:      include/linux/isapnp.h
5286
5287 ISA RADIO MODULE
5288 M:      Hans Verkuil <hverkuil@xs4all.nl>
5289 L:      linux-media@vger.kernel.org
5290 T:      git git://linuxtv.org/media_tree.git
5291 W:      http://linuxtv.org
5292 S:      Maintained
5293 F:      drivers/media/radio/radio-isa*
5294
5295 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5296 M:      Peter Jones <pjones@redhat.com>
5297 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5298 S:      Maintained
5299 F:      drivers/firmware/iscsi_ibft*
5300
5301 ISCSI
5302 M:      Mike Christie <michaelc@cs.wisc.edu>
5303 L:      open-iscsi@googlegroups.com
5304 W:      www.open-iscsi.org
5305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5306 S:      Maintained
5307 F:      drivers/scsi/*iscsi*
5308 F:      include/scsi/*iscsi*
5309
5310 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5311 M:      Or Gerlitz <ogerlitz@mellanox.com>
5312 M:      Sagi Grimberg <sagig@mellanox.com>
5313 M:      Roi Dayan <roid@mellanox.com>
5314 L:      linux-rdma@vger.kernel.org
5315 S:      Supported
5316 W:      http://www.openfabrics.org
5317 W:      www.open-iscsi.org
5318 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5319 F:      drivers/infiniband/ulp/iser/
5320
5321 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5322 M:      Sagi Grimberg <sagig@mellanox.com>
5323 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5324 L:      linux-rdma@vger.kernel.org
5325 L:      target-devel@vger.kernel.org
5326 S:      Supported
5327 W:      http://www.linux-iscsi.org
5328 F:      drivers/infiniband/ulp/isert
5329
5330 ISDN SUBSYSTEM
5331 M:      Karsten Keil <isdn@linux-pingi.de>
5332 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5333 L:      netdev@vger.kernel.org
5334 W:      http://www.isdn4linux.de
5335 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5336 S:      Maintained
5337 F:      Documentation/isdn/
5338 F:      drivers/isdn/
5339 F:      include/linux/isdn.h
5340 F:      include/linux/isdn/
5341 F:      include/uapi/linux/isdn.h
5342 F:      include/uapi/linux/isdn/
5343
5344 ISDN SUBSYSTEM (Eicon active card driver)
5345 M:      Armin Schindler <mac@melware.de>
5346 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5347 W:      http://www.melware.de
5348 S:      Maintained
5349 F:      drivers/isdn/hardware/eicon/
5350
5351 IT87 HARDWARE MONITORING DRIVER
5352 M:      Jean Delvare <jdelvare@suse.de>
5353 L:      lm-sensors@lm-sensors.org
5354 S:      Maintained
5355 F:      Documentation/hwmon/it87
5356 F:      drivers/hwmon/it87.c
5357
5358 IT913X MEDIA DRIVER
5359 M:      Antti Palosaari <crope@iki.fi>
5360 L:      linux-media@vger.kernel.org
5361 W:      http://linuxtv.org/
5362 W:      http://palosaari.fi/linux/
5363 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5364 T:      git git://linuxtv.org/anttip/media_tree.git
5365 S:      Maintained
5366 F:      drivers/media/tuners/it913x*
5367
5368 IVTV VIDEO4LINUX DRIVER
5369 M:      Andy Walls <awalls@md.metrocast.net>
5370 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5371 L:      linux-media@vger.kernel.org
5372 T:      git git://linuxtv.org/media_tree.git
5373 W:      http://www.ivtvdriver.org
5374 S:      Maintained
5375 F:      Documentation/video4linux/*.ivtv
5376 F:      drivers/media/pci/ivtv/
5377 F:      include/uapi/linux/ivtv*
5378
5379 IX2505V MEDIA DRIVER
5380 M:      Malcolm Priestley <tvboxspy@gmail.com>
5381 L:      linux-media@vger.kernel.org
5382 W:      http://linuxtv.org/
5383 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5384 S:      Maintained
5385 F:      drivers/media/dvb-frontends/ix2505v*
5386
5387 JC42.4 TEMPERATURE SENSOR DRIVER
5388 M:      Guenter Roeck <linux@roeck-us.net>
5389 L:      lm-sensors@lm-sensors.org
5390 S:      Maintained
5391 F:      drivers/hwmon/jc42.c
5392 F:      Documentation/hwmon/jc42
5393
5394 JFS FILESYSTEM
5395 M:      Dave Kleikamp <shaggy@kernel.org>
5396 L:      jfs-discussion@lists.sourceforge.net
5397 W:      http://jfs.sourceforge.net/
5398 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5399 S:      Maintained
5400 F:      Documentation/filesystems/jfs.txt
5401 F:      fs/jfs/
5402
5403 JME NETWORK DRIVER
5404 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5405 L:      netdev@vger.kernel.org
5406 S:      Maintained
5407 F:      drivers/net/ethernet/jme.*
5408
5409 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5410 M:      David Woodhouse <dwmw2@infradead.org>
5411 L:      linux-mtd@lists.infradead.org
5412 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5413 S:      Maintained
5414 F:      fs/jffs2/
5415 F:      include/uapi/linux/jffs2.h
5416
5417 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5418 M:      Andrew Morton <akpm@linux-foundation.org>
5419 M:      Jan Kara <jack@suse.cz>
5420 L:      linux-ext4@vger.kernel.org
5421 S:      Maintained
5422 F:      fs/jbd/
5423 F:      include/linux/jbd.h
5424
5425 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5426 M:      "Theodore Ts'o" <tytso@mit.edu>
5427 L:      linux-ext4@vger.kernel.org
5428 S:      Maintained
5429 F:      fs/jbd2/
5430 F:      include/linux/jbd2.h
5431
5432 JSM Neo PCI based serial card
5433 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5434 L:      linux-serial@vger.kernel.org
5435 S:      Maintained
5436 F:      drivers/tty/serial/jsm/
5437
5438 K10TEMP HARDWARE MONITORING DRIVER
5439 M:      Clemens Ladisch <clemens@ladisch.de>
5440 L:      lm-sensors@lm-sensors.org
5441 S:      Maintained
5442 F:      Documentation/hwmon/k10temp
5443 F:      drivers/hwmon/k10temp.c
5444
5445 K8TEMP HARDWARE MONITORING DRIVER
5446 M:      Rudolf Marek <r.marek@assembler.cz>
5447 L:      lm-sensors@lm-sensors.org
5448 S:      Maintained
5449 F:      Documentation/hwmon/k8temp
5450 F:      drivers/hwmon/k8temp.c
5451
5452 KCONFIG
5453 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5454 L:      linux-kbuild@vger.kernel.org
5455 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5456 S:      Maintained
5457 F:      Documentation/kbuild/kconfig-language.txt
5458 F:      scripts/kconfig/
5459
5460 KDUMP
5461 M:      Vivek Goyal <vgoyal@redhat.com>
5462 M:      Haren Myneni <hbabu@us.ibm.com>
5463 L:      kexec@lists.infradead.org
5464 W:      http://lse.sourceforge.net/kdump/
5465 S:      Maintained
5466 F:      Documentation/kdump/
5467
5468 KEENE FM RADIO TRANSMITTER DRIVER
5469 M:      Hans Verkuil <hverkuil@xs4all.nl>
5470 L:      linux-media@vger.kernel.org
5471 T:      git git://linuxtv.org/media_tree.git
5472 W:      http://linuxtv.org
5473 S:      Maintained
5474 F:      drivers/media/radio/radio-keene*
5475
5476 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5477 M:      Ian Kent <raven@themaw.net>
5478 L:      autofs@vger.kernel.org
5479 S:      Maintained
5480 F:      fs/autofs4/
5481
5482 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5483 M:      Michal Marek <mmarek@suse.cz>
5484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5486 L:      linux-kbuild@vger.kernel.org
5487 S:      Maintained
5488 F:      Documentation/kbuild/
5489 F:      Makefile
5490 F:      scripts/Makefile.*
5491 F:      scripts/basic/
5492 F:      scripts/mk*
5493 F:      scripts/package/
5494
5495 KERNEL JANITORS
5496 L:      kernel-janitors@vger.kernel.org
5497 W:      http://kernelnewbies.org/KernelJanitors
5498 S:      Odd Fixes
5499
5500 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5501 M:      "J. Bruce Fields" <bfields@fieldses.org>
5502 L:      linux-nfs@vger.kernel.org
5503 W:      http://nfs.sourceforge.net/
5504 S:      Supported
5505 F:      fs/nfsd/
5506 F:      include/uapi/linux/nfsd/
5507 F:      fs/lockd/
5508 F:      fs/nfs_common/
5509 F:      net/sunrpc/
5510 F:      include/linux/lockd/
5511 F:      include/linux/sunrpc/
5512 F:      include/uapi/linux/sunrpc/
5513
5514 KERNEL SELFTEST FRAMEWORK
5515 M:      Shuah Khan <shuahkh@osg.samsung.com>
5516 L:      linux-api@vger.kernel.org
5517 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5518 S:      Maintained
5519 F:      tools/testing/selftests
5520
5521 KERNEL VIRTUAL MACHINE (KVM)
5522 M:      Gleb Natapov <gleb@kernel.org>
5523 M:      Paolo Bonzini <pbonzini@redhat.com>
5524 L:      kvm@vger.kernel.org
5525 W:      http://www.linux-kvm.org
5526 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5527 S:      Supported
5528 F:      Documentation/*/kvm*.txt
5529 F:      Documentation/virtual/kvm/
5530 F:      arch/*/kvm/
5531 F:      arch/*/include/asm/kvm*
5532 F:      include/linux/kvm*
5533 F:      include/uapi/linux/kvm*
5534 F:      virt/kvm/
5535
5536 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5537 M:      Joerg Roedel <joro@8bytes.org>
5538 L:      kvm@vger.kernel.org
5539 W:      http://kvm.qumranet.com
5540 S:      Maintained
5541 F:      arch/x86/include/asm/svm.h
5542 F:      arch/x86/kvm/svm.c
5543
5544 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5545 M:      Alexander Graf <agraf@suse.de>
5546 L:      kvm-ppc@vger.kernel.org
5547 W:      http://kvm.qumranet.com
5548 T:      git git://github.com/agraf/linux-2.6.git
5549 S:      Supported
5550 F:      arch/powerpc/include/asm/kvm*
5551 F:      arch/powerpc/kvm/
5552
5553 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5554 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5555 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5556 M:      linux390@de.ibm.com
5557 L:      linux-s390@vger.kernel.org
5558 W:      http://www.ibm.com/developerworks/linux/linux390/
5559 S:      Supported
5560 F:      Documentation/s390/kvm.txt
5561 F:      arch/s390/include/asm/kvm*
5562 F:      arch/s390/kvm/
5563 F:      drivers/s390/kvm/
5564
5565 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5566 M:      Christoffer Dall <christoffer.dall@linaro.org>
5567 M:      Marc Zyngier <marc.zyngier@arm.com>
5568 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5569 L:      kvmarm@lists.cs.columbia.edu
5570 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5571 S:      Supported
5572 F:      arch/arm/include/uapi/asm/kvm*
5573 F:      arch/arm/include/asm/kvm*
5574 F:      arch/arm/kvm/
5575 F:      virt/kvm/arm/
5576 F:      include/kvm/arm_*
5577
5578 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5579 M:      Christoffer Dall <christoffer.dall@linaro.org>
5580 M:      Marc Zyngier <marc.zyngier@arm.com>
5581 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5582 L:      kvmarm@lists.cs.columbia.edu
5583 S:      Maintained
5584 F:      arch/arm64/include/uapi/asm/kvm*
5585 F:      arch/arm64/include/asm/kvm*
5586 F:      arch/arm64/kvm/
5587
5588 KEXEC
5589 M:      Eric Biederman <ebiederm@xmission.com>
5590 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5591 L:      kexec@lists.infradead.org
5592 S:      Maintained
5593 F:      include/linux/kexec.h
5594 F:      include/uapi/linux/kexec.h
5595 F:      kernel/kexec.c
5596
5597 KEYS/KEYRINGS:
5598 M:      David Howells <dhowells@redhat.com>
5599 L:      keyrings@linux-nfs.org
5600 S:      Maintained
5601 F:      Documentation/security/keys.txt
5602 F:      include/linux/key.h
5603 F:      include/linux/key-type.h
5604 F:      include/keys/
5605 F:      security/keys/
5606
5607 KEYS-TRUSTED
5608 M:      David Safford <safford@us.ibm.com>
5609 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5610 L:      linux-security-module@vger.kernel.org
5611 L:      keyrings@linux-nfs.org
5612 S:      Supported
5613 F:      Documentation/security/keys-trusted-encrypted.txt
5614 F:      include/keys/trusted-type.h
5615 F:      security/keys/trusted.c
5616 F:      security/keys/trusted.h
5617
5618 KEYS-ENCRYPTED
5619 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5620 M:      David Safford <safford@us.ibm.com>
5621 L:      linux-security-module@vger.kernel.org
5622 L:      keyrings@linux-nfs.org
5623 S:      Supported
5624 F:      Documentation/security/keys-trusted-encrypted.txt
5625 F:      include/keys/encrypted-type.h
5626 F:      security/keys/encrypted-keys/
5627
5628 KGDB / KDB /debug_core
5629 M:      Jason Wessel <jason.wessel@windriver.com>
5630 W:      http://kgdb.wiki.kernel.org/
5631 L:      kgdb-bugreport@lists.sourceforge.net
5632 S:      Maintained
5633 F:      Documentation/DocBook/kgdb.tmpl
5634 F:      drivers/misc/kgdbts.c
5635 F:      drivers/tty/serial/kgdboc.c
5636 F:      include/linux/kdb.h
5637 F:      include/linux/kgdb.h
5638 F:      kernel/debug/
5639
5640 KMEMCHECK
5641 M:      Vegard Nossum <vegardno@ifi.uio.no>
5642 M:      Pekka Enberg <penberg@kernel.org>
5643 S:      Maintained
5644 F:      Documentation/kmemcheck.txt
5645 F:      arch/x86/include/asm/kmemcheck.h
5646 F:      arch/x86/mm/kmemcheck/
5647 F:      include/linux/kmemcheck.h
5648 F:      mm/kmemcheck.c
5649
5650 KMEMLEAK
5651 M:      Catalin Marinas <catalin.marinas@arm.com>
5652 S:      Maintained
5653 F:      Documentation/kmemleak.txt
5654 F:      include/linux/kmemleak.h
5655 F:      mm/kmemleak.c
5656 F:      mm/kmemleak-test.c
5657
5658 KPROBES
5659 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5660 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5661 M:      "David S. Miller" <davem@davemloft.net>
5662 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5663 S:      Maintained
5664 F:      Documentation/kprobes.txt
5665 F:      include/linux/kprobes.h
5666 F:      kernel/kprobes.c
5667
5668 KS0108 LCD CONTROLLER DRIVER
5669 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5670 W:      http://miguelojeda.es/auxdisplay.htm
5671 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5672 S:      Maintained
5673 F:      Documentation/auxdisplay/ks0108
5674 F:      drivers/auxdisplay/ks0108.c
5675 F:      include/linux/ks0108.h
5676
5677 LAPB module
5678 L:      linux-x25@vger.kernel.org
5679 S:      Orphan
5680 F:      Documentation/networking/lapb-module.txt
5681 F:      include/*/lapb.h
5682 F:      net/lapb/
5683
5684 LASI 53c700 driver for PARISC
5685 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5686 L:      linux-scsi@vger.kernel.org
5687 S:      Maintained
5688 F:      Documentation/scsi/53c700.txt
5689 F:      drivers/scsi/53c700*
5690
5691 LED SUBSYSTEM
5692 M:      Bryan Wu <cooloney@gmail.com>
5693 M:      Richard Purdie <rpurdie@rpsys.net>
5694 L:      linux-leds@vger.kernel.org
5695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5696 S:      Maintained
5697 F:      drivers/leds/
5698 F:      include/linux/leds.h
5699
5700 LEGACY EEPROM DRIVER
5701 M:      Jean Delvare <jdelvare@suse.de>
5702 S:      Maintained
5703 F:      Documentation/misc-devices/eeprom
5704 F:      drivers/misc/eeprom/eeprom.c
5705
5706 LEGO USB Tower driver
5707 M:      Juergen Stuber <starblue@users.sourceforge.net>
5708 L:      legousb-devel@lists.sourceforge.net
5709 W:      http://legousb.sourceforge.net/
5710 S:      Maintained
5711 F:      drivers/usb/misc/legousbtower.c
5712
5713 LG2160 MEDIA DRIVER
5714 M:      Michael Krufky <mkrufky@linuxtv.org>
5715 L:      linux-media@vger.kernel.org
5716 W:      http://linuxtv.org/
5717 W:      http://github.com/mkrufky
5718 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5719 T:      git git://linuxtv.org/mkrufky/tuners.git
5720 S:      Maintained
5721 F:      drivers/media/dvb-frontends/lg2160.*
5722
5723 LGDT3305 MEDIA DRIVER
5724 M:      Michael Krufky <mkrufky@linuxtv.org>
5725 L:      linux-media@vger.kernel.org
5726 W:      http://linuxtv.org/
5727 W:      http://github.com/mkrufky
5728 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5729 T:      git git://linuxtv.org/mkrufky/tuners.git
5730 S:      Maintained
5731 F:      drivers/media/dvb-frontends/lgdt3305.*
5732
5733 LGUEST
5734 M:      Rusty Russell <rusty@rustcorp.com.au>
5735 L:      lguest@lists.ozlabs.org
5736 W:      http://lguest.ozlabs.org/
5737 S:      Odd Fixes
5738 F:      arch/x86/include/asm/lguest*.h
5739 F:      arch/x86/lguest/
5740 F:      drivers/lguest/
5741 F:      include/linux/lguest*.h
5742 F:      tools/lguest/
5743
5744 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5745 M:      Tejun Heo <tj@kernel.org>
5746 L:      linux-ide@vger.kernel.org
5747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5748 S:      Maintained
5749 F:      drivers/ata/
5750 F:      include/linux/ata.h
5751 F:      include/linux/libata.h
5752
5753 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5754 M:      Viresh Kumar <viresh.linux@gmail.com>
5755 L:      linux-ide@vger.kernel.org
5756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5757 S:      Maintained
5758 F:      include/linux/pata_arasan_cf_data.h
5759 F:      drivers/ata/pata_arasan_cf.c
5760
5761 LIBATA PATA DRIVERS
5762 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5763 M:      Tejun Heo <tj@kernel.org>
5764 L:      linux-ide@vger.kernel.org
5765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5766 S:      Maintained
5767 F:      drivers/ata/pata_*.c
5768 F:      drivers/ata/ata_generic.c
5769
5770 LIBATA SATA AHCI PLATFORM devices support
5771 M:      Hans de Goede <hdegoede@redhat.com>
5772 M:      Tejun Heo <tj@kernel.org>
5773 L:      linux-ide@vger.kernel.org
5774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5775 S:      Maintained
5776 F:      drivers/ata/ahci_platform.c
5777 F:      drivers/ata/libahci_platform.c
5778 F:      include/linux/ahci_platform.h
5779
5780 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5781 M:      Mikael Pettersson <mikpelinux@gmail.com>
5782 L:      linux-ide@vger.kernel.org
5783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5784 S:      Maintained
5785 F:      drivers/ata/sata_promise.*
5786
5787 LIBLOCKDEP
5788 M:      Sasha Levin <sasha.levin@oracle.com>
5789 S:      Maintained
5790 F:      tools/lib/lockdep/
5791
5792 LINUX FOR IBM pSERIES (RS/6000)
5793 M:      Paul Mackerras <paulus@au.ibm.com>
5794 W:      http://www.ibm.com/linux/ltc/projects/ppc
5795 S:      Supported
5796 F:      arch/powerpc/boot/rs6000.h
5797
5798 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5799 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5800 M:      Paul Mackerras <paulus@samba.org>
5801 M:      Michael Ellerman <mpe@ellerman.id.au>
5802 W:      http://www.penguinppc.org/
5803 L:      linuxppc-dev@lists.ozlabs.org
5804 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5806 S:      Supported
5807 F:      Documentation/powerpc/
5808 F:      arch/powerpc/
5809
5810 LINUX FOR POWER MACINTOSH
5811 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5812 W:      http://www.penguinppc.org/
5813 L:      linuxppc-dev@lists.ozlabs.org
5814 S:      Maintained
5815 F:      arch/powerpc/platforms/powermac/
5816 F:      drivers/macintosh/
5817
5818 LINUX FOR POWERPC EMBEDDED MPC5XXX
5819 M:      Anatolij Gustschin <agust@denx.de>
5820 L:      linuxppc-dev@lists.ozlabs.org
5821 T:      git git://git.denx.de/linux-denx-agust.git
5822 S:      Maintained
5823 F:      arch/powerpc/platforms/512x/
5824 F:      arch/powerpc/platforms/52xx/
5825
5826 LINUX FOR POWERPC EMBEDDED PPC4XX
5827 M:  Alistair Popple <alistair@popple.id.au>
5828 M:      Matt Porter <mporter@kernel.crashing.org>
5829 W:      http://www.penguinppc.org/
5830 L:      linuxppc-dev@lists.ozlabs.org
5831 S:      Maintained
5832 F:      arch/powerpc/platforms/40x/
5833 F:      arch/powerpc/platforms/44x/
5834
5835 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5836 L:      linuxppc-dev@lists.ozlabs.org
5837 S:      Orphan
5838 F:      arch/powerpc/*/*virtex*
5839 F:      arch/powerpc/*/*/*virtex*
5840
5841 LINUX FOR POWERPC EMBEDDED PPC8XX
5842 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5843 W:      http://www.penguinppc.org/
5844 L:      linuxppc-dev@lists.ozlabs.org
5845 S:      Maintained
5846 F:      arch/powerpc/platforms/8xx/
5847
5848 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5849 M:      Scott Wood <scottwood@freescale.com>
5850 M:      Kumar Gala <galak@kernel.crashing.org>
5851 W:      http://www.penguinppc.org/
5852 L:      linuxppc-dev@lists.ozlabs.org
5853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5854 S:      Maintained
5855 F:      arch/powerpc/platforms/83xx/
5856 F:      arch/powerpc/platforms/85xx/
5857
5858 LINUX FOR POWERPC PA SEMI PWRFICIENT
5859 M:      Olof Johansson <olof@lixom.net>
5860 L:      linuxppc-dev@lists.ozlabs.org
5861 S:      Maintained
5862 F:      arch/powerpc/platforms/pasemi/
5863 F:      drivers/*/*pasemi*
5864 F:      drivers/*/*/*pasemi*
5865
5866 LINUX SECURITY MODULE (LSM) FRAMEWORK
5867 M:      Chris Wright <chrisw@sous-sol.org>
5868 L:      linux-security-module@vger.kernel.org
5869 S:      Supported
5870
5871 LIS3LV02D ACCELEROMETER DRIVER
5872 M:      Eric Piel <eric.piel@tremplin-utc.net>
5873 S:      Maintained
5874 F:      Documentation/misc-devices/lis3lv02d
5875 F:      drivers/misc/lis3lv02d/
5876 F:      drivers/platform/x86/hp_accel.c
5877
5878 LIVE PATCHING
5879 M:      Josh Poimboeuf <jpoimboe@redhat.com>
5880 M:      Seth Jennings <sjenning@redhat.com>
5881 M:      Jiri Kosina <jkosina@suse.cz>
5882 M:      Vojtech Pavlik <vojtech@suse.cz>
5883 S:      Maintained
5884 F:      kernel/livepatch/
5885 F:      include/linux/livepatch.h
5886 F:      arch/x86/include/asm/livepatch.h
5887 F:      arch/x86/kernel/livepatch.c
5888 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
5889 F:      samples/livepatch/
5890 L:      live-patching@vger.kernel.org
5891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
5892
5893 LLC (802.2)
5894 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5895 S:      Maintained
5896 F:      include/linux/llc.h
5897 F:      include/uapi/linux/llc.h
5898 F:      include/net/llc*
5899 F:      net/llc/
5900
5901 LM73 HARDWARE MONITOR DRIVER
5902 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5903 L:      lm-sensors@lm-sensors.org
5904 S:      Maintained
5905 F:      drivers/hwmon/lm73.c
5906
5907 LM78 HARDWARE MONITOR DRIVER
5908 M:      Jean Delvare <jdelvare@suse.de>
5909 L:      lm-sensors@lm-sensors.org
5910 S:      Maintained
5911 F:      Documentation/hwmon/lm78
5912 F:      drivers/hwmon/lm78.c
5913
5914 LM83 HARDWARE MONITOR DRIVER
5915 M:      Jean Delvare <jdelvare@suse.de>
5916 L:      lm-sensors@lm-sensors.org
5917 S:      Maintained
5918 F:      Documentation/hwmon/lm83
5919 F:      drivers/hwmon/lm83.c
5920
5921 LM90 HARDWARE MONITOR DRIVER
5922 M:      Jean Delvare <jdelvare@suse.de>
5923 L:      lm-sensors@lm-sensors.org
5924 S:      Maintained
5925 F:      Documentation/hwmon/lm90
5926 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5927 F:      drivers/hwmon/lm90.c
5928
5929 LM95234 HARDWARE MONITOR DRIVER
5930 M:      Guenter Roeck <linux@roeck-us.net>
5931 L:      lm-sensors@lm-sensors.org
5932 S:      Maintained
5933 F:      Documentation/hwmon/lm95234
5934 F:      drivers/hwmon/lm95234.c
5935
5936 LME2510 MEDIA DRIVER
5937 M:      Malcolm Priestley <tvboxspy@gmail.com>
5938 L:      linux-media@vger.kernel.org
5939 W:      http://linuxtv.org/
5940 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5941 S:      Maintained
5942 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5943
5944 LOCKDEP AND LOCKSTAT
5945 M:      Peter Zijlstra <peterz@infradead.org>
5946 M:      Ingo Molnar <mingo@redhat.com>
5947 L:      linux-kernel@vger.kernel.org
5948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5949 S:      Maintained
5950 F:      Documentation/locking/lockdep*.txt
5951 F:      Documentation/locking/lockstat.txt
5952 F:      include/linux/lockdep.h
5953 F:      kernel/locking/
5954
5955 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5956 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5957 L:      linux-ntfs-dev@lists.sourceforge.net
5958 W:      http://www.linux-ntfs.org/content/view/19/37/
5959 S:      Maintained
5960 F:      Documentation/ldm.txt
5961 F:      block/partitions/ldm.*
5962
5963 LogFS
5964 M:      Joern Engel <joern@logfs.org>
5965 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5966 L:      logfs@logfs.org
5967 W:      logfs.org
5968 S:      Maintained
5969 F:      fs/logfs/
5970
5971 LPC32XX MACHINE SUPPORT
5972 M:      Roland Stigge <stigge@antcom.de>
5973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5974 S:      Maintained
5975 F:      arch/arm/mach-lpc32xx/
5976
5977 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5978 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5979 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5980 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5981 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5982 L:      MPT-FusionLinux.pdl@avagotech.com
5983 L:      linux-scsi@vger.kernel.org
5984 W:      http://www.lsilogic.com/support
5985 S:      Supported
5986 F:      drivers/message/fusion/
5987 F:      drivers/scsi/mpt2sas/
5988 F:      drivers/scsi/mpt3sas/
5989
5990 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5991 M:      Matthew Wilcox <matthew@wil.cx>
5992 L:      linux-scsi@vger.kernel.org
5993 S:      Maintained
5994 F:      drivers/scsi/sym53c8xx_2/
5995
5996 LTC4261 HARDWARE MONITOR DRIVER
5997 M:      Guenter Roeck <linux@roeck-us.net>
5998 L:      lm-sensors@lm-sensors.org
5999 S:      Maintained
6000 F:      Documentation/hwmon/ltc4261
6001 F:      drivers/hwmon/ltc4261.c
6002
6003 LTP (Linux Test Project)
6004 M:      Mike Frysinger <vapier@gentoo.org>
6005 M:      Cyril Hrubis <chrubis@suse.cz>
6006 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6007 M:      Jan Stancek <jstancek@redhat.com>
6008 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6009 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6010 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6011 W:      http://linux-test-project.github.io/
6012 T:      git git://github.com/linux-test-project/ltp.git
6013 S:      Maintained
6014
6015 M32R ARCHITECTURE
6016 W:      http://www.linux-m32r.org/
6017 S:      Orphan
6018 F:      arch/m32r/
6019
6020 M68K ARCHITECTURE
6021 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6022 L:      linux-m68k@lists.linux-m68k.org
6023 W:      http://www.linux-m68k.org/
6024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6025 S:      Maintained
6026 F:      arch/m68k/
6027 F:      drivers/zorro/
6028
6029 M68K ON APPLE MACINTOSH
6030 M:      Joshua Thompson <funaho@jurai.org>
6031 W:      http://www.mac.linux-m68k.org/
6032 L:      linux-m68k@lists.linux-m68k.org
6033 S:      Maintained
6034 F:      arch/m68k/mac/
6035
6036 M68K ON HP9000/300
6037 M:      Philip Blundell <philb@gnu.org>
6038 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6039 S:      Maintained
6040 F:      arch/m68k/hp300/
6041
6042 M88DS3103 MEDIA DRIVER
6043 M:      Antti Palosaari <crope@iki.fi>
6044 L:      linux-media@vger.kernel.org
6045 W:      http://linuxtv.org/
6046 W:      http://palosaari.fi/linux/
6047 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6048 T:      git git://linuxtv.org/anttip/media_tree.git
6049 S:      Maintained
6050 F:      drivers/media/dvb-frontends/m88ds3103*
6051
6052 M88RS2000 MEDIA DRIVER
6053 M:      Malcolm Priestley <tvboxspy@gmail.com>
6054 L:      linux-media@vger.kernel.org
6055 W:      http://linuxtv.org/
6056 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6057 S:      Maintained
6058 F:      drivers/media/dvb-frontends/m88rs2000*
6059
6060 M88TS2022 MEDIA DRIVER
6061 M:      Antti Palosaari <crope@iki.fi>
6062 L:      linux-media@vger.kernel.org
6063 W:      http://linuxtv.org/
6064 W:      http://palosaari.fi/linux/
6065 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6066 T:      git git://linuxtv.org/anttip/media_tree.git
6067 S:      Maintained
6068 F:      drivers/media/tuners/m88ts2022*
6069
6070 MA901 MASTERKIT USB FM RADIO DRIVER
6071 M:      Alexey Klimov <klimov.linux@gmail.com>
6072 L:      linux-media@vger.kernel.org
6073 T:      git git://linuxtv.org/media_tree.git
6074 S:      Maintained
6075 F:      drivers/media/radio/radio-ma901.c
6076
6077 MAC80211
6078 M:      Johannes Berg <johannes@sipsolutions.net>
6079 L:      linux-wireless@vger.kernel.org
6080 W:      http://wireless.kernel.org/
6081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6083 S:      Maintained
6084 F:      Documentation/networking/mac80211-injection.txt
6085 F:      include/net/mac80211.h
6086 F:      net/mac80211/
6087
6088 MACVLAN DRIVER
6089 M:      Patrick McHardy <kaber@trash.net>
6090 L:      netdev@vger.kernel.org
6091 S:      Maintained
6092 F:      drivers/net/macvlan.c
6093 F:      include/linux/if_macvlan.h
6094
6095 MAILBOX API
6096 M:      Jassi Brar <jassisinghbrar@gmail.com>
6097 L:      linux-kernel@vger.kernel.org
6098 S:      Maintained
6099 F:      drivers/mailbox/
6100 F:      include/linux/mailbox_client.h
6101 F:      include/linux/mailbox_controller.h
6102
6103 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6104 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6105 W:      http://www.kernel.org/doc/man-pages
6106 L:      linux-man@vger.kernel.org
6107 S:      Maintained
6108
6109 MARVELL ARMADA DRM SUPPORT
6110 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6111 S:      Maintained
6112 F:      drivers/gpu/drm/armada/
6113
6114 MARVELL 88E6352 DSA support
6115 M:      Guenter Roeck <linux@roeck-us.net>
6116 S:      Maintained
6117 F:      drivers/net/dsa/mv88e6352.c
6118
6119 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6120 M:      Mirko Lindner <mlindner@marvell.com>
6121 M:      Stephen Hemminger <stephen@networkplumber.org>
6122 L:      netdev@vger.kernel.org
6123 S:      Maintained
6124 F:      drivers/net/ethernet/marvell/sk*
6125
6126 MARVELL LIBERTAS WIRELESS DRIVER
6127 L:      libertas-dev@lists.infradead.org
6128 S:      Orphan
6129 F:      drivers/net/wireless/libertas/
6130
6131 MARVELL MV643XX ETHERNET DRIVER
6132 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6133 L:      netdev@vger.kernel.org
6134 S:      Maintained
6135 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6136 F:      include/linux/mv643xx.h
6137
6138 MARVELL MVNETA ETHERNET DRIVER
6139 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6140 L:      netdev@vger.kernel.org
6141 S:      Maintained
6142 F:      drivers/net/ethernet/marvell/mvneta.*
6143
6144 MARVELL MWIFIEX WIRELESS DRIVER
6145 M:      Amitkumar Karwar <akarwar@marvell.com>
6146 M:      Avinash Patil <patila@marvell.com>
6147 L:      linux-wireless@vger.kernel.org
6148 S:      Maintained
6149 F:      drivers/net/wireless/mwifiex/
6150
6151 MARVELL MWL8K WIRELESS DRIVER
6152 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6153 L:      linux-wireless@vger.kernel.org
6154 S:      Odd Fixes
6155 F:      drivers/net/wireless/mwl8k.c
6156
6157 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6158 M:      Nicolas Pitre <nico@fluxnic.net>
6159 S:      Odd Fixes
6160 F:      drivers/mmc/host/mvsdio.*
6161
6162 MATROX FRAMEBUFFER DRIVER
6163 L:      linux-fbdev@vger.kernel.org
6164 S:      Orphan
6165 F:      drivers/video/fbdev/matrox/matroxfb_*
6166 F:      include/uapi/linux/matroxfb.h
6167
6168 MAX16065 HARDWARE MONITOR DRIVER
6169 M:      Guenter Roeck <linux@roeck-us.net>
6170 L:      lm-sensors@lm-sensors.org
6171 S:      Maintained
6172 F:      Documentation/hwmon/max16065
6173 F:      drivers/hwmon/max16065.c
6174
6175 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6176 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6177 L:      lm-sensors@lm-sensors.org
6178 S:      Maintained
6179 F:      Documentation/hwmon/max6650
6180 F:      drivers/hwmon/max6650.c
6181
6182 MAX6697 HARDWARE MONITOR DRIVER
6183 M:      Guenter Roeck <linux@roeck-us.net>
6184 L:      lm-sensors@lm-sensors.org
6185 S:      Maintained
6186 F:      Documentation/hwmon/max6697
6187 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6188 F:      drivers/hwmon/max6697.c
6189 F:      include/linux/platform_data/max6697.h
6190
6191 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6192 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6193 L:      linux-pm@vger.kernel.org
6194 S:      Supported
6195 F:      drivers/power/max14577_charger.c
6196 F:      drivers/power/max77693_charger.c
6197
6198 MAXIRADIO FM RADIO RECEIVER DRIVER
6199 M:      Hans Verkuil <hverkuil@xs4all.nl>
6200 L:      linux-media@vger.kernel.org
6201 T:      git git://linuxtv.org/media_tree.git
6202 W:      http://linuxtv.org
6203 S:      Maintained
6204 F:      drivers/media/radio/radio-maxiradio*
6205
6206 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6207 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6208 P:      LinuxTV.org Project
6209 L:      linux-media@vger.kernel.org
6210 W:      http://linuxtv.org
6211 Q:      http://patchwork.kernel.org/project/linux-media/list/
6212 T:      git git://linuxtv.org/media_tree.git
6213 S:      Maintained
6214 F:      Documentation/dvb/
6215 F:      Documentation/video4linux/
6216 F:      Documentation/DocBook/media/
6217 F:      drivers/media/
6218 F:      drivers/staging/media/
6219 F:      include/media/
6220 F:      include/uapi/linux/dvb/
6221 F:      include/uapi/linux/videodev2.h
6222 F:      include/uapi/linux/media.h
6223 F:      include/uapi/linux/v4l2-*
6224 F:      include/uapi/linux/meye.h
6225 F:      include/uapi/linux/ivtv*
6226 F:      include/uapi/linux/uvcvideo.h
6227
6228 MEGARAID SCSI/SAS DRIVERS
6229 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6230 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6231 M:      Uday Lingala <uday.lingala@avagotech.com>
6232 L:      megaraidlinux.pdl@avagotech.com
6233 L:      linux-scsi@vger.kernel.org
6234 W:      http://www.lsi.com
6235 S:      Maintained
6236 F:      Documentation/scsi/megaraid.txt
6237 F:      drivers/scsi/megaraid.*
6238 F:      drivers/scsi/megaraid/
6239
6240 MELLANOX ETHERNET DRIVER (mlx4_en)
6241 M:      Amir Vadai <amirv@mellanox.com>
6242 L:      netdev@vger.kernel.org
6243 S:      Supported
6244 W:      http://www.mellanox.com
6245 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6246 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6247
6248 MEMORY MANAGEMENT
6249 L:      linux-mm@kvack.org
6250 W:      http://www.linux-mm.org
6251 S:      Maintained
6252 F:      include/linux/mm.h
6253 F:      include/linux/gfp.h
6254 F:      include/linux/mmzone.h
6255 F:      include/linux/memory_hotplug.h
6256 F:      include/linux/vmalloc.h
6257 F:      mm/
6258
6259 MEMORY TECHNOLOGY DEVICES (MTD)
6260 M:      David Woodhouse <dwmw2@infradead.org>
6261 M:      Brian Norris <computersforpeace@gmail.com>
6262 L:      linux-mtd@lists.infradead.org
6263 W:      http://www.linux-mtd.infradead.org/
6264 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6265 T:      git git://git.infradead.org/linux-mtd.git
6266 T:      git git://git.infradead.org/l2-mtd.git
6267 S:      Maintained
6268 F:      drivers/mtd/
6269 F:      include/linux/mtd/
6270 F:      include/uapi/mtd/
6271
6272 MEN A21 WATCHDOG DRIVER
6273 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6274 L:      linux-watchdog@vger.kernel.org
6275 S:      Supported
6276 F:      drivers/watchdog/mena21_wdt.c
6277
6278 MEN CHAMELEON BUS (mcb)
6279 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6280 S:      Supported
6281 F:      drivers/mcb/
6282 F:      include/linux/mcb.h
6283
6284 MEN F21BMC (Board Management Controller)
6285 M:      Andreas Werner <andreas.werner@men.de>
6286 S:      Supported
6287 F:      drivers/mfd/menf21bmc.c
6288 F:      drivers/watchdog/menf21bmc_wdt.c
6289 F:      drivers/leds/leds-menf21bmc.c
6290 F:      drivers/hwmon/menf21bmc_hwmon.c
6291 F:      Documentation/hwmon/menf21bmc
6292
6293 METAG ARCHITECTURE
6294 M:      James Hogan <james.hogan@imgtec.com>
6295 L:      linux-metag@vger.kernel.org
6296 S:      Supported
6297 F:      arch/metag/
6298 F:      Documentation/metag/
6299 F:      Documentation/devicetree/bindings/metag/
6300 F:      drivers/clocksource/metag_generic.c
6301 F:      drivers/irqchip/irq-metag.c
6302 F:      drivers/irqchip/irq-metag-ext.c
6303 F:      drivers/tty/metag_da.c
6304
6305 MICROBLAZE ARCHITECTURE
6306 M:      Michal Simek <monstr@monstr.eu>
6307 W:      http://www.monstr.eu/fdt/
6308 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6309 S:      Supported
6310 F:      arch/microblaze/
6311
6312 MICROTEK X6 SCANNER
6313 M:      Oliver Neukum <oliver@neukum.org>
6314 S:      Maintained
6315 F:      drivers/usb/image/microtek.*
6316
6317 MIPS
6318 M:      Ralf Baechle <ralf@linux-mips.org>
6319 L:      linux-mips@linux-mips.org
6320 W:      http://www.linux-mips.org/
6321 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6322 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6323 S:      Supported
6324 F:      Documentation/mips/
6325 F:      arch/mips/
6326
6327 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6328 M:      Hans Verkuil <hverkuil@xs4all.nl>
6329 L:      linux-media@vger.kernel.org
6330 T:      git git://linuxtv.org/media_tree.git
6331 W:      http://linuxtv.org
6332 S:      Odd Fixes
6333 F:      drivers/media/radio/radio-miropcm20*
6334
6335 Mellanox MLX5 core VPI driver
6336 M:      Eli Cohen <eli@mellanox.com>
6337 L:      netdev@vger.kernel.org
6338 L:      linux-rdma@vger.kernel.org
6339 W:      http://www.mellanox.com
6340 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6341 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6342 T:      git git://openfabrics.org/~eli/connect-ib.git
6343 S:      Supported
6344 F:      drivers/net/ethernet/mellanox/mlx5/core/
6345 F:      include/linux/mlx5/
6346
6347 Mellanox MLX5 IB driver
6348 M:      Eli Cohen <eli@mellanox.com>
6349 L:      linux-rdma@vger.kernel.org
6350 W:      http://www.mellanox.com
6351 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6352 T:      git git://openfabrics.org/~eli/connect-ib.git
6353 S:      Supported
6354 F:      include/linux/mlx5/
6355 F:      drivers/infiniband/hw/mlx5/
6356
6357 MN88472 MEDIA DRIVER
6358 M:      Antti Palosaari <crope@iki.fi>
6359 L:      linux-media@vger.kernel.org
6360 W:      http://linuxtv.org/
6361 W:      http://palosaari.fi/linux/
6362 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6363 T:      git git://linuxtv.org/anttip/media_tree.git
6364 S:      Maintained
6365 F:      drivers/staging/media/mn88472/
6366 F:      drivers/media/dvb-frontends/mn88472.h
6367
6368 MN88473 MEDIA DRIVER
6369 M:      Antti Palosaari <crope@iki.fi>
6370 L:      linux-media@vger.kernel.org
6371 W:      http://linuxtv.org/
6372 W:      http://palosaari.fi/linux/
6373 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6374 T:      git git://linuxtv.org/anttip/media_tree.git
6375 S:      Maintained
6376 F:      drivers/staging/media/mn88473/
6377 F:      drivers/media/dvb-frontends/mn88473.h
6378
6379 MODULE SUPPORT
6380 M:      Rusty Russell <rusty@rustcorp.com.au>
6381 S:      Maintained
6382 F:      include/linux/module.h
6383 F:      kernel/module.c
6384
6385 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6386 W:      http://popies.net/meye/
6387 S:      Orphan
6388 F:      Documentation/video4linux/meye.txt
6389 F:      drivers/media/pci/meye/
6390 F:      include/uapi/linux/meye.h
6391
6392 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6393 M:      Jiri Slaby <jirislaby@gmail.com>
6394 S:      Maintained
6395 F:      Documentation/serial/moxa-smartio
6396 F:      drivers/tty/mxser.*
6397
6398 MR800 AVERMEDIA USB FM RADIO DRIVER
6399 M:      Alexey Klimov <klimov.linux@gmail.com>
6400 L:      linux-media@vger.kernel.org
6401 T:      git git://linuxtv.org/media_tree.git
6402 S:      Maintained
6403 F:      drivers/media/radio/radio-mr800.c
6404
6405 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6406 M:      Alan Ott <alan@signal11.us>
6407 L:      linux-wpan@vger.kernel.org
6408 S:      Maintained
6409 F:      drivers/net/ieee802154/mrf24j40.c
6410
6411 MSI LAPTOP SUPPORT
6412 M:      "Lee, Chun-Yi" <jlee@suse.com>
6413 L:      platform-driver-x86@vger.kernel.org
6414 S:      Maintained
6415 F:      drivers/platform/x86/msi-laptop.c
6416
6417 MSI WMI SUPPORT
6418 M:      Anisse Astier <anisse@astier.eu>
6419 L:      platform-driver-x86@vger.kernel.org
6420 S:      Supported
6421 F:      drivers/platform/x86/msi-wmi.c
6422
6423 MSI001 MEDIA DRIVER
6424 M:      Antti Palosaari <crope@iki.fi>
6425 L:      linux-media@vger.kernel.org
6426 W:      http://linuxtv.org/
6427 W:      http://palosaari.fi/linux/
6428 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6429 T:      git git://linuxtv.org/anttip/media_tree.git
6430 S:      Maintained
6431 F:      drivers/media/tuners/msi001*
6432
6433 MSI2500 MEDIA DRIVER
6434 M:      Antti Palosaari <crope@iki.fi>
6435 L:      linux-media@vger.kernel.org
6436 W:      http://linuxtv.org/
6437 W:      http://palosaari.fi/linux/
6438 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6439 T:      git git://linuxtv.org/anttip/media_tree.git
6440 S:      Maintained
6441 F:      drivers/media/usb/msi2500/
6442
6443 MT9M032 APTINA SENSOR DRIVER
6444 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6445 L:      linux-media@vger.kernel.org
6446 T:      git git://linuxtv.org/media_tree.git
6447 S:      Maintained
6448 F:      drivers/media/i2c/mt9m032.c
6449 F:      include/media/mt9m032.h
6450
6451 MT9P031 APTINA CAMERA SENSOR
6452 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6453 L:      linux-media@vger.kernel.org
6454 T:      git git://linuxtv.org/media_tree.git
6455 S:      Maintained
6456 F:      drivers/media/i2c/mt9p031.c
6457 F:      include/media/mt9p031.h
6458
6459 MT9T001 APTINA CAMERA SENSOR
6460 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6461 L:      linux-media@vger.kernel.org
6462 T:      git git://linuxtv.org/media_tree.git
6463 S:      Maintained
6464 F:      drivers/media/i2c/mt9t001.c
6465 F:      include/media/mt9t001.h
6466
6467 MT9V032 APTINA CAMERA SENSOR
6468 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6469 L:      linux-media@vger.kernel.org
6470 T:      git git://linuxtv.org/media_tree.git
6471 S:      Maintained
6472 F:      drivers/media/i2c/mt9v032.c
6473 F:      include/media/mt9v032.h
6474
6475 MULTIFUNCTION DEVICES (MFD)
6476 M:      Samuel Ortiz <sameo@linux.intel.com>
6477 M:      Lee Jones <lee.jones@linaro.org>
6478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6479 S:      Supported
6480 F:      drivers/mfd/
6481 F:      include/linux/mfd/
6482
6483 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6484 M:      Chris Ball <chris@printf.net>
6485 M:      Ulf Hansson <ulf.hansson@linaro.org>
6486 L:      linux-mmc@vger.kernel.org
6487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6488 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6489 S:      Maintained
6490 F:      drivers/mmc/
6491 F:      include/linux/mmc/
6492 F:      include/uapi/linux/mmc/
6493
6494 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6495 S:      Orphan
6496 F:      drivers/mmc/host/mmc_spi.c
6497 F:      include/linux/spi/mmc_spi.h
6498
6499 MULTISOUND SOUND DRIVER
6500 M:      Andrew Veliath <andrewtv@usa.net>
6501 S:      Maintained
6502 F:      Documentation/sound/oss/MultiSound
6503 F:      sound/oss/msnd*
6504
6505 MULTITECH MULTIPORT CARD (ISICOM)
6506 S:      Orphan
6507 F:      drivers/tty/isicom.c
6508 F:      include/linux/isicom.h
6509
6510 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6511 M:      Felipe Balbi <balbi@ti.com>
6512 L:      linux-usb@vger.kernel.org
6513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6514 S:      Maintained
6515 F:      drivers/usb/musb/
6516
6517 MXL5007T MEDIA DRIVER
6518 M:      Michael Krufky <mkrufky@linuxtv.org>
6519 L:      linux-media@vger.kernel.org
6520 W:      http://linuxtv.org/
6521 W:      http://github.com/mkrufky
6522 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6523 T:      git git://linuxtv.org/mkrufky/tuners.git
6524 S:      Maintained
6525 F:      drivers/media/tuners/mxl5007t.*
6526
6527 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6528 M:      Hyong-Youb Kim <hykim@myri.com>
6529 L:      netdev@vger.kernel.org
6530 W:      https://www.myricom.com/support/downloads/myri10ge.html
6531 S:      Supported
6532 F:      drivers/net/ethernet/myricom/myri10ge/
6533
6534 NATSEMI ETHERNET DRIVER (DP8381x)
6535 S:      Orphan
6536 F:      drivers/net/ethernet/natsemi/natsemi.c
6537
6538 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6539 M:      Daniel Mack <zonque@gmail.com>
6540 S:      Maintained
6541 L:      alsa-devel@alsa-project.org
6542 W:      http://www.native-instruments.com
6543 F:      sound/usb/caiaq/
6544
6545 NCP FILESYSTEM
6546 M:      Petr Vandrovec <petr@vandrovec.name>
6547 S:      Odd Fixes
6548 F:      fs/ncpfs/
6549
6550 NCR 5380 SCSI DRIVERS
6551 M:      Finn Thain <fthain@telegraphics.com.au>
6552 M:      Michael Schmitz <schmitzmic@gmail.com>
6553 L:      linux-scsi@vger.kernel.org
6554 S:      Maintained
6555 F:      Documentation/scsi/g_NCR5380.txt
6556 F:      drivers/scsi/NCR5380.*
6557 F:      drivers/scsi/arm/cumana_1.c
6558 F:      drivers/scsi/arm/oak.c
6559 F:      drivers/scsi/atari_NCR5380.c
6560 F:      drivers/scsi/atari_scsi.*
6561 F:      drivers/scsi/dmx3191d.c
6562 F:      drivers/scsi/dtc.*
6563 F:      drivers/scsi/g_NCR5380.*
6564 F:      drivers/scsi/g_NCR5380_mmio.c
6565 F:      drivers/scsi/mac_scsi.*
6566 F:      drivers/scsi/pas16.*
6567 F:      drivers/scsi/sun3_scsi.*
6568 F:      drivers/scsi/sun3_scsi_vme.c
6569 F:      drivers/scsi/t128.*
6570
6571 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6572 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6573 L:      linux-scsi@vger.kernel.org
6574 S:      Maintained
6575 F:      drivers/scsi/NCR_D700.*
6576
6577 NCT6775 HARDWARE MONITOR DRIVER
6578 M:      Guenter Roeck <linux@roeck-us.net>
6579 L:      lm-sensors@lm-sensors.org
6580 S:      Maintained
6581 F:      Documentation/hwmon/nct6775
6582 F:      drivers/hwmon/nct6775.c
6583
6584 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6585 M:      Faisal Latif <faisal.latif@intel.com>
6586 L:      linux-rdma@vger.kernel.org
6587 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6588 S:      Supported
6589 F:      drivers/infiniband/hw/nes/
6590
6591 NETEM NETWORK EMULATOR
6592 M:      Stephen Hemminger <stephen@networkplumber.org>
6593 L:      netem@lists.linux-foundation.org
6594 S:      Maintained
6595 F:      net/sched/sch_netem.c
6596
6597 NETERION 10GbE DRIVERS (s2io/vxge)
6598 M:      Jon Mason <jdmason@kudzu.us>
6599 L:      netdev@vger.kernel.org
6600 S:      Supported
6601 F:      Documentation/networking/s2io.txt
6602 F:      Documentation/networking/vxge.txt
6603 F:      drivers/net/ethernet/neterion/
6604
6605 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6606 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6607 M:      Patrick McHardy <kaber@trash.net>
6608 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6609 L:      netfilter-devel@vger.kernel.org
6610 L:      coreteam@netfilter.org
6611 W:      http://www.netfilter.org/
6612 W:      http://www.iptables.org/
6613 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6616 S:      Supported
6617 F:      include/linux/netfilter*
6618 F:      include/linux/netfilter/
6619 F:      include/net/netfilter/
6620 F:      include/uapi/linux/netfilter*
6621 F:      include/uapi/linux/netfilter/
6622 F:      net/*/netfilter.c
6623 F:      net/*/netfilter/
6624 F:      net/netfilter/
6625
6626 NETLABEL
6627 M:      Paul Moore <paul@paul-moore.com>
6628 W:      http://netlabel.sf.net
6629 L:      netdev@vger.kernel.org
6630 S:      Maintained
6631 F:      Documentation/netlabel/
6632 F:      include/net/netlabel.h
6633 F:      net/netlabel/
6634
6635 NETROM NETWORK LAYER
6636 M:      Ralf Baechle <ralf@linux-mips.org>
6637 L:      linux-hams@vger.kernel.org
6638 W:      http://www.linux-ax25.org/
6639 S:      Maintained
6640 F:      include/net/netrom.h
6641 F:      include/uapi/linux/netrom.h
6642 F:      net/netrom/
6643
6644 NETWORK BLOCK DEVICE (NBD)
6645 M:      Markus Pargmann <mpa@pengutronix.de>
6646 S:      Maintained
6647 L:      nbd-general@lists.sourceforge.net
6648 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
6649 F:      Documentation/blockdev/nbd.txt
6650 F:      drivers/block/nbd.c
6651 F:      include/linux/nbd.h
6652 F:      include/uapi/linux/nbd.h
6653
6654 NETWORK DROP MONITOR
6655 M:      Neil Horman <nhorman@tuxdriver.com>
6656 L:      netdev@vger.kernel.org
6657 S:      Maintained
6658 W:      https://fedorahosted.org/dropwatch/
6659 F:      net/core/drop_monitor.c
6660
6661 NETWORKING [GENERAL]
6662 M:      "David S. Miller" <davem@davemloft.net>
6663 L:      netdev@vger.kernel.org
6664 W:      http://www.linuxfoundation.org/en/Net
6665 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6668 S:      Maintained
6669 F:      net/
6670 F:      include/net/
6671 F:      include/linux/in.h
6672 F:      include/linux/net.h
6673 F:      include/linux/netdevice.h
6674 F:      include/uapi/linux/in.h
6675 F:      include/uapi/linux/net.h
6676 F:      include/uapi/linux/netdevice.h
6677 F:      include/uapi/linux/net_namespace.h
6678 F:      tools/net/
6679 F:      tools/testing/selftests/net/
6680 F:      lib/random32.c
6681 F:      lib/test_bpf.c
6682
6683 NETWORKING [IPv4/IPv6]
6684 M:      "David S. Miller" <davem@davemloft.net>
6685 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6686 M:      James Morris <jmorris@namei.org>
6687 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6688 M:      Patrick McHardy <kaber@trash.net>
6689 L:      netdev@vger.kernel.org
6690 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6691 S:      Maintained
6692 F:      net/ipv4/
6693 F:      net/ipv6/
6694 F:      include/net/ip*
6695 F:      arch/x86/net/*
6696
6697 NETWORKING [IPSEC]
6698 M:      Steffen Klassert <steffen.klassert@secunet.com>
6699 M:      Herbert Xu <herbert@gondor.apana.org.au>
6700 M:      "David S. Miller" <davem@davemloft.net>
6701 L:      netdev@vger.kernel.org
6702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6704 S:      Maintained
6705 F:      net/core/flow.c
6706 F:      net/xfrm/
6707 F:      net/key/
6708 F:      net/ipv4/xfrm*
6709 F:      net/ipv4/esp4.c
6710 F:      net/ipv4/ah4.c
6711 F:      net/ipv4/ipcomp.c
6712 F:      net/ipv4/ip_vti.c
6713 F:      net/ipv6/xfrm*
6714 F:      net/ipv6/esp6.c
6715 F:      net/ipv6/ah6.c
6716 F:      net/ipv6/ipcomp6.c
6717 F:      net/ipv6/ip6_vti.c
6718 F:      include/uapi/linux/xfrm.h
6719 F:      include/net/xfrm.h
6720
6721 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6722 M:      Paul Moore <paul@paul-moore.com>
6723 L:      netdev@vger.kernel.org
6724 S:      Maintained
6725
6726 NETWORKING [WIRELESS]
6727 L:      linux-wireless@vger.kernel.org
6728 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6729
6730 NETWORKING DRIVERS
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:      Odd Fixes
6737 F:      drivers/net/
6738 F:      include/linux/if_*
6739 F:      include/linux/netdevice.h
6740 F:      include/linux/arcdevice.h
6741 F:      include/linux/etherdevice.h
6742 F:      include/linux/fcdevice.h
6743 F:      include/linux/fddidevice.h
6744 F:      include/linux/hippidevice.h
6745 F:      include/linux/inetdevice.h
6746 F:      include/uapi/linux/if_*
6747 F:      include/uapi/linux/netdevice.h
6748
6749 NETWORKING DRIVERS (WIRELESS)
6750 M:      Kalle Valo <kvalo@codeaurora.org>
6751 L:      linux-wireless@vger.kernel.org
6752 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6754 S:      Maintained
6755 F:      drivers/net/wireless/
6756
6757 NETXEN (1/10) GbE SUPPORT
6758 M:      Manish Chopra <manish.chopra@qlogic.com>
6759 M:      Sony Chacko <sony.chacko@qlogic.com>
6760 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6761 L:      netdev@vger.kernel.org
6762 W:      http://www.qlogic.com
6763 S:      Supported
6764 F:      drivers/net/ethernet/qlogic/netxen/
6765
6766 NFC SUBSYSTEM
6767 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6768 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6769 M:      Samuel Ortiz <sameo@linux.intel.com>
6770 L:      linux-wireless@vger.kernel.org
6771 L:      linux-nfc@lists.01.org (subscribers-only)
6772 S:      Supported
6773 F:      net/nfc/
6774 F:      include/net/nfc/
6775 F:      include/uapi/linux/nfc.h
6776 F:      drivers/nfc/
6777 F:      include/linux/platform_data/pn544.h
6778 F:      Documentation/devicetree/bindings/net/nfc/
6779
6780 NFS, SUNRPC, AND LOCKD CLIENTS
6781 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6782 M:      Anna Schumaker <anna.schumaker@netapp.com>
6783 L:      linux-nfs@vger.kernel.org
6784 W:      http://client.linux-nfs.org
6785 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6786 S:      Maintained
6787 F:      fs/lockd/
6788 F:      fs/nfs/
6789 F:      fs/nfs_common/
6790 F:      net/sunrpc/
6791 F:      include/linux/lockd/
6792 F:      include/linux/nfs*
6793 F:      include/linux/sunrpc/
6794 F:      include/uapi/linux/nfs*
6795 F:      include/uapi/linux/sunrpc/
6796
6797 NILFS2 FILESYSTEM
6798 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6799 L:      linux-nilfs@vger.kernel.org
6800 W:      http://nilfs.sourceforge.net/
6801 T:      git git://github.com/konis/nilfs2.git
6802 S:      Supported
6803 F:      Documentation/filesystems/nilfs2.txt
6804 F:      fs/nilfs2/
6805 F:      include/linux/nilfs2_fs.h
6806
6807 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6808 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6809 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6810 S:      Maintained
6811 F:      Documentation/scsi/NinjaSCSI.txt
6812 F:      drivers/scsi/pcmcia/nsp_*
6813
6814 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6815 M:      GOTO Masanori <gotom@debian.or.jp>
6816 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6817 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6818 S:      Maintained
6819 F:      Documentation/scsi/NinjaSCSI.txt
6820 F:      drivers/scsi/nsp32*
6821
6822 NIOS2 ARCHITECTURE
6823 M:      Ley Foon Tan <lftan@altera.com>
6824 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6825 T:      git git://git.rocketboards.org/linux-socfpga.git
6826 S:      Maintained
6827 F:      arch/nios2/
6828
6829 NTB DRIVER
6830 M:      Jon Mason <jdmason@kudzu.us>
6831 M:      Dave Jiang <dave.jiang@intel.com>
6832 S:      Supported
6833 W:      https://github.com/jonmason/ntb/wiki
6834 T:      git git://github.com/jonmason/ntb.git
6835 F:      drivers/ntb/
6836 F:      drivers/net/ntb_netdev.c
6837 F:      include/linux/ntb.h
6838
6839 NTFS FILESYSTEM
6840 M:      Anton Altaparmakov <anton@tuxera.com>
6841 L:      linux-ntfs-dev@lists.sourceforge.net
6842 W:      http://www.tuxera.com/
6843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6844 S:      Supported
6845 F:      Documentation/filesystems/ntfs.txt
6846 F:      fs/ntfs/
6847
6848 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6849 M:      Antonino Daplas <adaplas@gmail.com>
6850 L:      linux-fbdev@vger.kernel.org
6851 S:      Maintained
6852 F:      drivers/video/fbdev/riva/
6853 F:      drivers/video/fbdev/nvidia/
6854
6855 NVM EXPRESS DRIVER
6856 M:      Matthew Wilcox <willy@linux.intel.com>
6857 L:      linux-nvme@lists.infradead.org
6858 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6859 S:      Supported
6860 F:      drivers/block/nvme*
6861 F:      include/linux/nvme.h
6862
6863 NXP TDA998X DRM DRIVER
6864 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6865 S:      Supported
6866 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6867 F:      include/drm/i2c/tda998x.h
6868
6869 NXP TFA9879 DRIVER
6870 M:      Peter Rosin <peda@axentia.se>
6871 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6872 S:      Maintained
6873 F:      sound/soc/codecs/tfa9879*
6874
6875 OMAP SUPPORT
6876 M:      Tony Lindgren <tony@atomide.com>
6877 L:      linux-omap@vger.kernel.org
6878 W:      http://www.muru.com/linux/omap/
6879 W:      http://linux.omap.com/
6880 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6881 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6882 S:      Maintained
6883 F:      arch/arm/*omap*/
6884 F:      drivers/i2c/busses/i2c-omap.c
6885 F:      drivers/irqchip/irq-omap-intc.c
6886 F:      drivers/mfd/*omap*.c
6887 F:      drivers/mfd/menelaus.c
6888 F:      drivers/mfd/palmas.c
6889 F:      drivers/mfd/tps65217.c
6890 F:      drivers/mfd/tps65218.c
6891 F:      drivers/mfd/tps65910.c
6892 F:      drivers/mfd/twl-core.[ch]
6893 F:      drivers/mfd/twl4030*.c
6894 F:      drivers/mfd/twl6030*.c
6895 F:      drivers/mfd/twl6040*.c
6896 F:      drivers/regulator/palmas-regulator*.c
6897 F:      drivers/regulator/pbias-regulator.c
6898 F:      drivers/regulator/tps65217-regulator.c
6899 F:      drivers/regulator/tps65218-regulator.c
6900 F:      drivers/regulator/tps65910-regulator.c
6901 F:      drivers/regulator/twl-regulator.c
6902 F:      include/linux/i2c-omap.h
6903
6904 OMAP DEVICE TREE SUPPORT
6905 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
6906 M:      Tony Lindgren <tony@atomide.com>
6907 L:      linux-omap@vger.kernel.org
6908 L:      devicetree@vger.kernel.org
6909 S:      Maintained
6910 F:      arch/arm/boot/dts/*omap*
6911 F:      arch/arm/boot/dts/*am3*
6912 F:      arch/arm/boot/dts/*am4*
6913 F:      arch/arm/boot/dts/*am5*
6914 F:      arch/arm/boot/dts/*dra7*
6915
6916 OMAP CLOCK FRAMEWORK SUPPORT
6917 M:      Paul Walmsley <paul@pwsan.com>
6918 L:      linux-omap@vger.kernel.org
6919 S:      Maintained
6920 F:      arch/arm/*omap*/*clock*
6921
6922 OMAP POWER MANAGEMENT SUPPORT
6923 M:      Kevin Hilman <khilman@deeprootsystems.com>
6924 L:      linux-omap@vger.kernel.org
6925 S:      Maintained
6926 F:      arch/arm/*omap*/*pm*
6927 F:      drivers/cpufreq/omap-cpufreq.c
6928
6929 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6930 M:      Rajendra Nayak <rnayak@ti.com>
6931 M:      Paul Walmsley <paul@pwsan.com>
6932 L:      linux-omap@vger.kernel.org
6933 S:      Maintained
6934 F:      arch/arm/mach-omap2/prm*
6935
6936 OMAP AUDIO SUPPORT
6937 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6938 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6939 L:      alsa-devel@alsa-project.org (subscribers-only)
6940 L:      linux-omap@vger.kernel.org
6941 S:      Maintained
6942 F:      sound/soc/omap/
6943
6944 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6945 M:      Roger Quadros <rogerq@ti.com>
6946 M:      Tony Lindgren <tony@atomide.com>
6947 L:      linux-omap@vger.kernel.org
6948 S:      Maintained
6949 F:      drivers/memory/omap-gpmc.c
6950 F:      arch/arm/mach-omap2/*gpmc*
6951
6952 OMAP FRAMEBUFFER SUPPORT
6953 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6954 L:      linux-fbdev@vger.kernel.org
6955 L:      linux-omap@vger.kernel.org
6956 S:      Maintained
6957 F:      drivers/video/fbdev/omap/
6958
6959 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6960 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6961 L:      linux-omap@vger.kernel.org
6962 L:      linux-fbdev@vger.kernel.org
6963 S:      Maintained
6964 F:      drivers/video/fbdev/omap2/
6965 F:      Documentation/arm/OMAP/DSS
6966
6967 OMAP HARDWARE SPINLOCK SUPPORT
6968 M:      Ohad Ben-Cohen <ohad@wizery.com>
6969 L:      linux-omap@vger.kernel.org
6970 S:      Maintained
6971 F:      drivers/hwspinlock/omap_hwspinlock.c
6972 F:      arch/arm/mach-omap2/hwspinlock.c
6973
6974 OMAP MMC SUPPORT
6975 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6976 L:      linux-omap@vger.kernel.org
6977 S:      Maintained
6978 F:      drivers/mmc/host/omap.c
6979
6980 OMAP HS MMC SUPPORT
6981 L:      linux-mmc@vger.kernel.org
6982 L:      linux-omap@vger.kernel.org
6983 S:      Orphan
6984 F:      drivers/mmc/host/omap_hsmmc.c
6985
6986 OMAP RANDOM NUMBER GENERATOR SUPPORT
6987 M:      Deepak Saxena <dsaxena@plexity.net>
6988 S:      Maintained
6989 F:      drivers/char/hw_random/omap-rng.c
6990
6991 OMAP HWMOD SUPPORT
6992 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
6993 M:      Paul Walmsley <paul@pwsan.com>
6994 L:      linux-omap@vger.kernel.org
6995 S:      Maintained
6996 F:      arch/arm/mach-omap2/omap_hwmod.*
6997
6998 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6999 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7000 L:      linux-omap@vger.kernel.org
7001 S:      Maintained
7002 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7003
7004 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7005 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7006 L:      linux-media@vger.kernel.org
7007 S:      Maintained
7008 F:      drivers/media/platform/omap3isp/
7009 F:      drivers/staging/media/omap4iss/
7010
7011 OMAP USB SUPPORT
7012 M:      Felipe Balbi <balbi@ti.com>
7013 L:      linux-usb@vger.kernel.org
7014 L:      linux-omap@vger.kernel.org
7015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7016 S:      Maintained
7017 F:      drivers/usb/*/*omap*
7018 F:      arch/arm/*omap*/usb*
7019
7020 OMAP GPIO DRIVER
7021 M:      Javier Martinez Canillas <javier@dowhile0.org>
7022 M:      Santosh Shilimkar <ssantosh@kernel.org>
7023 M:      Kevin Hilman <khilman@deeprootsystems.com>
7024 L:      linux-omap@vger.kernel.org
7025 S:      Maintained
7026 F:      drivers/gpio/gpio-omap.c
7027
7028 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7029 M:      Mark Jackson <mpfj@newflow.co.uk>
7030 L:      linux-omap@vger.kernel.org
7031 S:      Maintained
7032 F:      arch/arm/boot/dts/am335x-nano.dts
7033
7034 OMFS FILESYSTEM
7035 M:      Bob Copeland <me@bobcopeland.com>
7036 L:      linux-karma-devel@lists.sourceforge.net
7037 S:      Maintained
7038 F:      Documentation/filesystems/omfs.txt
7039 F:      fs/omfs/
7040
7041 OMNIKEY CARDMAN 4000 DRIVER
7042 M:      Harald Welte <laforge@gnumonks.org>
7043 S:      Maintained
7044 F:      drivers/char/pcmcia/cm4000_cs.c
7045 F:      include/linux/cm4000_cs.h
7046 F:      include/uapi/linux/cm4000_cs.h
7047
7048 OMNIKEY CARDMAN 4040 DRIVER
7049 M:      Harald Welte <laforge@gnumonks.org>
7050 S:      Maintained
7051 F:      drivers/char/pcmcia/cm4040_cs.*
7052
7053 OMNIVISION OV7670 SENSOR DRIVER
7054 M:      Jonathan Corbet <corbet@lwn.net>
7055 L:      linux-media@vger.kernel.org
7056 T:      git git://linuxtv.org/media_tree.git
7057 S:      Maintained
7058 F:      drivers/media/i2c/ov7670.c
7059
7060 ONENAND FLASH DRIVER
7061 M:      Kyungmin Park <kyungmin.park@samsung.com>
7062 L:      linux-mtd@lists.infradead.org
7063 S:      Maintained
7064 F:      drivers/mtd/onenand/
7065 F:      include/linux/mtd/onenand*.h
7066
7067 ONSTREAM SCSI TAPE DRIVER
7068 M:      Willem Riede <osst@riede.org>
7069 L:      osst-users@lists.sourceforge.net
7070 L:      linux-scsi@vger.kernel.org
7071 S:      Maintained
7072 F:      Documentation/scsi/osst.txt
7073 F:      drivers/scsi/osst.*
7074 F:      drivers/scsi/osst_*.h
7075 F:      drivers/scsi/st.h
7076
7077 OPENCORES I2C BUS DRIVER
7078 M:      Peter Korsgaard <jacmet@sunsite.dk>
7079 L:      linux-i2c@vger.kernel.org
7080 S:      Maintained
7081 F:      Documentation/i2c/busses/i2c-ocores
7082 F:      drivers/i2c/busses/i2c-ocores.c
7083
7084 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7085 M:      Grant Likely <grant.likely@linaro.org>
7086 M:      Rob Herring <robh+dt@kernel.org>
7087 L:      devicetree@vger.kernel.org
7088 W:      http://www.devicetree.org/
7089 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7090 S:      Maintained
7091 F:      drivers/of/
7092 F:      include/linux/of*.h
7093 F:      scripts/dtc/
7094
7095 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7096 M:      Rob Herring <robh+dt@kernel.org>
7097 M:      Pawel Moll <pawel.moll@arm.com>
7098 M:      Mark Rutland <mark.rutland@arm.com>
7099 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7100 M:      Kumar Gala <galak@codeaurora.org>
7101 L:      devicetree@vger.kernel.org
7102 S:      Maintained
7103 F:      Documentation/devicetree/
7104 F:      arch/*/boot/dts/
7105 F:      include/dt-bindings/
7106
7107 OPENRISC ARCHITECTURE
7108 M:      Jonas Bonn <jonas@southpole.se>
7109 W:      http://openrisc.net
7110 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7111 S:      Maintained
7112 T:      git git://openrisc.net/~jonas/linux
7113 F:      arch/openrisc/
7114
7115 OPENVSWITCH
7116 M:      Pravin Shelar <pshelar@nicira.com>
7117 L:      netdev@vger.kernel.org
7118 L:      dev@openvswitch.org
7119 W:      http://openvswitch.org
7120 S:      Maintained
7121 F:      net/openvswitch/
7122 F:      include/uapi/linux/openvswitch.h
7123
7124 OPL4 DRIVER
7125 M:      Clemens Ladisch <clemens@ladisch.de>
7126 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7127 T:      git git://git.alsa-project.org/alsa-kernel.git
7128 S:      Maintained
7129 F:      sound/drivers/opl4/
7130
7131 OPROFILE
7132 M:      Robert Richter <rric@kernel.org>
7133 L:      oprofile-list@lists.sf.net
7134 S:      Maintained
7135 F:      arch/*/include/asm/oprofile*.h
7136 F:      arch/*/oprofile/
7137 F:      drivers/oprofile/
7138 F:      include/linux/oprofile.h
7139
7140 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7141 M:      Mark Fasheh <mfasheh@suse.com>
7142 M:      Joel Becker <jlbec@evilplan.org>
7143 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7144 W:      http://oss.oracle.com/projects/ocfs2/
7145 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7146 S:      Supported
7147 F:      Documentation/filesystems/ocfs2.txt
7148 F:      Documentation/filesystems/dlmfs.txt
7149 F:      fs/ocfs2/
7150
7151 ORINOCO DRIVER
7152 L:      linux-wireless@vger.kernel.org
7153 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7154 W:      http://www.nongnu.org/orinoco/
7155 S:      Orphan
7156 F:      drivers/net/wireless/orinoco/
7157
7158 OSD LIBRARY and FILESYSTEM
7159 M:      Boaz Harrosh <ooo@electrozaur.com>
7160 M:      Benny Halevy <bhalevy@primarydata.com>
7161 L:      osd-dev@open-osd.org
7162 W:      http://open-osd.org
7163 T:      git git://git.open-osd.org/open-osd.git
7164 S:      Maintained
7165 F:      drivers/scsi/osd/
7166 F:      include/scsi/osd_*
7167 F:      fs/exofs/
7168
7169 OVERLAY FILESYSTEM
7170 M:      Miklos Szeredi <miklos@szeredi.hu>
7171 L:      linux-unionfs@vger.kernel.org
7172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7173 S:      Supported
7174 F:      fs/overlayfs/
7175 F:      Documentation/filesystems/overlayfs.txt
7176
7177 P54 WIRELESS DRIVER
7178 M:      Christian Lamparter <chunkeey@googlemail.com>
7179 L:      linux-wireless@vger.kernel.org
7180 W:      http://wireless.kernel.org/en/users/Drivers/p54
7181 S:      Maintained
7182 F:      drivers/net/wireless/p54/
7183
7184 PA SEMI ETHERNET DRIVER
7185 M:      Olof Johansson <olof@lixom.net>
7186 L:      netdev@vger.kernel.org
7187 S:      Maintained
7188 F:      drivers/net/ethernet/pasemi/*
7189
7190 PA SEMI SMBUS DRIVER
7191 M:      Olof Johansson <olof@lixom.net>
7192 L:      linux-i2c@vger.kernel.org
7193 S:      Maintained
7194 F:      drivers/i2c/busses/i2c-pasemi.c
7195
7196 PADATA PARALLEL EXECUTION MECHANISM
7197 M:      Steffen Klassert <steffen.klassert@secunet.com>
7198 L:      linux-crypto@vger.kernel.org
7199 S:      Maintained
7200 F:      kernel/padata.c
7201 F:      include/linux/padata.h
7202 F:      Documentation/padata.txt
7203
7204 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7205 M:      Harald Welte <laforge@gnumonks.org>
7206 L:      platform-driver-x86@vger.kernel.org
7207 S:      Maintained
7208 F:      drivers/platform/x86/panasonic-laptop.c
7209
7210 PANASONIC MN10300/AM33/AM34 PORT
7211 M:      David Howells <dhowells@redhat.com>
7212 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7213 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7214 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7215 S:      Maintained
7216 F:      Documentation/mn10300/
7217 F:      arch/mn10300/
7218
7219 PARALLEL PORT SUPPORT
7220 L:      linux-parport@lists.infradead.org (subscribers-only)
7221 S:      Orphan
7222 F:      drivers/parport/
7223 F:      include/linux/parport*.h
7224 F:      drivers/char/ppdev.c
7225 F:      include/uapi/linux/ppdev.h
7226
7227 PARAVIRT_OPS INTERFACE
7228 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7229 M:      Chris Wright <chrisw@sous-sol.org>
7230 M:      Alok Kataria <akataria@vmware.com>
7231 M:      Rusty Russell <rusty@rustcorp.com.au>
7232 L:      virtualization@lists.linux-foundation.org
7233 S:      Supported
7234 F:      Documentation/ia64/paravirt_ops.txt
7235 F:      arch/*/kernel/paravirt*
7236 F:      arch/*/include/asm/paravirt.h
7237
7238 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7239 M:      Tim Waugh <tim@cyberelk.net>
7240 L:      linux-parport@lists.infradead.org (subscribers-only)
7241 W:      http://www.torque.net/linux-pp.html
7242 S:      Maintained
7243 F:      Documentation/blockdev/paride.txt
7244 F:      drivers/block/paride/
7245
7246 PARISC ARCHITECTURE
7247 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7248 M:      Helge Deller <deller@gmx.de>
7249 L:      linux-parisc@vger.kernel.org
7250 W:      http://www.parisc-linux.org/
7251 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7252 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7254 S:      Maintained
7255 F:      arch/parisc/
7256 F:      Documentation/parisc/
7257 F:      drivers/parisc/
7258 F:      drivers/char/agp/parisc-agp.c
7259 F:      drivers/input/serio/gscps2.c
7260 F:      drivers/parport/parport_gsc.*
7261 F:      drivers/tty/serial/8250/8250_gsc.c
7262 F:      drivers/video/fbdev/sti*
7263 F:      drivers/video/console/sti*
7264 F:      drivers/video/logo/logo_parisc*
7265
7266 PC87360 HARDWARE MONITORING DRIVER
7267 M:      Jim Cromie <jim.cromie@gmail.com>
7268 L:      lm-sensors@lm-sensors.org
7269 S:      Maintained
7270 F:      Documentation/hwmon/pc87360
7271 F:      drivers/hwmon/pc87360.c
7272
7273 PC8736x GPIO DRIVER
7274 M:      Jim Cromie <jim.cromie@gmail.com>
7275 S:      Maintained
7276 F:      drivers/char/pc8736x_gpio.c
7277
7278 PC87427 HARDWARE MONITORING DRIVER
7279 M:      Jean Delvare <jdelvare@suse.de>
7280 L:      lm-sensors@lm-sensors.org
7281 S:      Maintained
7282 F:      Documentation/hwmon/pc87427
7283 F:      drivers/hwmon/pc87427.c
7284
7285 PCA9532 LED DRIVER
7286 M:      Riku Voipio <riku.voipio@iki.fi>
7287 S:      Maintained
7288 F:      drivers/leds/leds-pca9532.c
7289 F:      include/linux/leds-pca9532.h
7290
7291 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7292 M:      Guenter Roeck <linux@roeck-us.net>
7293 L:      linux-i2c@vger.kernel.org
7294 S:      Maintained
7295 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7296
7297 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7298 M:      Khalid Aziz <khalid@gonehiking.org>
7299 S:      Maintained
7300 F:      drivers/firmware/pcdp.*
7301
7302 PCI ERROR RECOVERY
7303 M:      Linas Vepstas <linasvepstas@gmail.com>
7304 L:      linux-pci@vger.kernel.org
7305 S:      Supported
7306 F:      Documentation/PCI/pci-error-recovery.txt
7307
7308 PCI SUBSYSTEM
7309 M:      Bjorn Helgaas <bhelgaas@google.com>
7310 L:      linux-pci@vger.kernel.org
7311 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7312 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7313 S:      Supported
7314 F:      Documentation/PCI/
7315 F:      drivers/pci/
7316 F:      include/linux/pci*
7317 F:      arch/x86/pci/
7318 F:      arch/x86/kernel/quirks.c
7319
7320 PCI DRIVER FOR ARM VERSATILE PLATFORM
7321 M:      Rob Herring <robh@kernel.org>
7322 L:      linux-pci@vger.kernel.org
7323 L:      linux-arm-kernel@lists.infradead.org
7324 S:      Maintained
7325 F:      Documentation/devicetree/bindings/pci/versatile.txt
7326 F:      drivers/pci/host/pci-versatile.c
7327
7328 PCI DRIVER FOR APPLIEDMICRO XGENE
7329 M:      Tanmay Inamdar <tinamdar@apm.com>
7330 L:      linux-pci@vger.kernel.org
7331 L:      linux-arm-kernel@lists.infradead.org
7332 S:      Maintained
7333 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7334 F:      drivers/pci/host/pci-xgene.c
7335
7336 PCI DRIVER FOR FREESCALE LAYERSCAPE
7337 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7338 M:      Mingkai Hu <mingkai.hu@freescale.com>
7339 M:      Roy Zang <tie-fei.zang@freescale.com>
7340 L:      linuxppc-dev@lists.ozlabs.org
7341 L:      linux-pci@vger.kernel.org
7342 L:      linux-arm-kernel@lists.infradead.org
7343 S:      Maintained
7344 F:      drivers/pci/host/*layerscape*
7345
7346 PCI DRIVER FOR IMX6
7347 M:      Richard Zhu <Richard.Zhu@freescale.com>
7348 M:      Lucas Stach <l.stach@pengutronix.de>
7349 L:      linux-pci@vger.kernel.org
7350 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7351 S:      Maintained
7352 F:      drivers/pci/host/*imx6*
7353
7354 PCI DRIVER FOR TI KEYSTONE
7355 M:      Murali Karicheri <m-karicheri2@ti.com>
7356 L:      linux-pci@vger.kernel.org
7357 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7358 S:      Maintained
7359 F:      drivers/pci/host/*keystone*
7360
7361 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7362 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7363 M:      Jason Cooper <jason@lakedaemon.net>
7364 L:      linux-pci@vger.kernel.org
7365 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7366 S:      Maintained
7367 F:      drivers/pci/host/*mvebu*
7368
7369 PCI DRIVER FOR NVIDIA TEGRA
7370 M:      Thierry Reding <thierry.reding@gmail.com>
7371 L:      linux-tegra@vger.kernel.org
7372 L:      linux-pci@vger.kernel.org
7373 S:      Supported
7374 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7375 F:      drivers/pci/host/pci-tegra.c
7376
7377 PCI DRIVER FOR TI DRA7XX
7378 M:      Kishon Vijay Abraham I <kishon@ti.com>
7379 L:      linux-omap@vger.kernel.org
7380 L:      linux-pci@vger.kernel.org
7381 S:      Supported
7382 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7383 F:      drivers/pci/host/pci-dra7xx.c
7384
7385 PCI DRIVER FOR RENESAS R-CAR
7386 M:      Simon Horman <horms@verge.net.au>
7387 L:      linux-pci@vger.kernel.org
7388 L:      linux-sh@vger.kernel.org
7389 S:      Maintained
7390 F:      drivers/pci/host/*rcar*
7391
7392 PCI DRIVER FOR SAMSUNG EXYNOS
7393 M:      Jingoo Han <jg1.han@samsung.com>
7394 L:      linux-pci@vger.kernel.org
7395 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7396 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7397 S:      Maintained
7398 F:      drivers/pci/host/pci-exynos.c
7399
7400 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7401 M:      Mohit Kumar <mohit.kumar@st.com>
7402 M:      Jingoo Han <jg1.han@samsung.com>
7403 L:      linux-pci@vger.kernel.org
7404 S:      Maintained
7405 F:      drivers/pci/host/*designware*
7406
7407 PCI DRIVER FOR GENERIC OF HOSTS
7408 M:      Will Deacon <will.deacon@arm.com>
7409 L:      linux-pci@vger.kernel.org
7410 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7411 S:      Maintained
7412 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7413 F:      drivers/pci/host/pci-host-generic.c
7414
7415 PCIE DRIVER FOR ST SPEAR13XX
7416 M:      Mohit Kumar <mohit.kumar@st.com>
7417 L:      linux-pci@vger.kernel.org
7418 S:      Maintained
7419 F:      drivers/pci/host/*spear*
7420
7421 PCMCIA SUBSYSTEM
7422 P:      Linux PCMCIA Team
7423 L:      linux-pcmcia@lists.infradead.org
7424 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7425 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7426 S:      Maintained
7427 F:      Documentation/pcmcia/
7428 F:      drivers/pcmcia/
7429 F:      include/pcmcia/
7430
7431 PCNET32 NETWORK DRIVER
7432 M:      Don Fry <pcnet32@frontier.com>
7433 L:      netdev@vger.kernel.org
7434 S:      Maintained
7435 F:      drivers/net/ethernet/amd/pcnet32.c
7436
7437 PCRYPT PARALLEL CRYPTO ENGINE
7438 M:      Steffen Klassert <steffen.klassert@secunet.com>
7439 L:      linux-crypto@vger.kernel.org
7440 S:      Maintained
7441 F:      crypto/pcrypt.c
7442 F:      include/crypto/pcrypt.h
7443
7444 PER-CPU MEMORY ALLOCATOR
7445 M:      Tejun Heo <tj@kernel.org>
7446 M:      Christoph Lameter <cl@linux-foundation.org>
7447 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7448 S:      Maintained
7449 F:      include/linux/percpu*.h
7450 F:      mm/percpu*.c
7451 F:      arch/*/include/asm/percpu.h
7452
7453 PER-TASK DELAY ACCOUNTING
7454 M:      Balbir Singh <bsingharora@gmail.com>
7455 S:      Maintained
7456 F:      include/linux/delayacct.h
7457 F:      kernel/delayacct.c
7458
7459 PERFORMANCE EVENTS SUBSYSTEM
7460 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7461 M:      Paul Mackerras <paulus@samba.org>
7462 M:      Ingo Molnar <mingo@redhat.com>
7463 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7464 L:      linux-kernel@vger.kernel.org
7465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7466 S:      Supported
7467 F:      kernel/events/*
7468 F:      include/linux/perf_event.h
7469 F:      include/uapi/linux/perf_event.h
7470 F:      arch/*/kernel/perf_event*.c
7471 F:      arch/*/kernel/*/perf_event*.c
7472 F:      arch/*/kernel/*/*/perf_event*.c
7473 F:      arch/*/include/asm/perf_event.h
7474 F:      arch/*/kernel/perf_callchain.c
7475 F:      tools/perf/
7476
7477 PERSONALITY HANDLING
7478 M:      Christoph Hellwig <hch@infradead.org>
7479 L:      linux-abi-devel@lists.sourceforge.net
7480 S:      Maintained
7481 F:      include/linux/personality.h
7482 F:      include/uapi/linux/personality.h
7483
7484 PHONET PROTOCOL
7485 M:      Remi Denis-Courmont <courmisch@gmail.com>
7486 S:      Supported
7487 F:      Documentation/networking/phonet.txt
7488 F:      include/linux/phonet.h
7489 F:      include/net/phonet/
7490 F:      include/uapi/linux/phonet.h
7491 F:      net/phonet/
7492
7493 PHRAM MTD DRIVER
7494 M:      Joern Engel <joern@lazybastard.org>
7495 L:      linux-mtd@lists.infradead.org
7496 S:      Maintained
7497 F:      drivers/mtd/devices/phram.c
7498
7499 PICOLCD HID DRIVER
7500 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
7501 L:      linux-input@vger.kernel.org
7502 S:      Maintained
7503 F:      drivers/hid/hid-picolcd*
7504
7505 PICOXCELL SUPPORT
7506 M:      Jamie Iles <jamie@jamieiles.com>
7507 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7508 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7509 S:      Supported
7510 F:      arch/arm/boot/dts/picoxcell*
7511 F:      arch/arm/mach-picoxcell/
7512 F:      drivers/crypto/picoxcell*
7513
7514 PIN CONTROL SUBSYSTEM
7515 M:      Linus Walleij <linus.walleij@linaro.org>
7516 L:      linux-gpio@vger.kernel.org
7517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7518 S:      Maintained
7519 F:      drivers/pinctrl/
7520 F:      include/linux/pinctrl/
7521
7522 PIN CONTROLLER - ATMEL AT91
7523 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7524 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7525 S:      Maintained
7526 F:      drivers/pinctrl/pinctrl-at91.*
7527
7528 PIN CONTROLLER - INTEL
7529 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7530 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7531 S:      Maintained
7532 F:      drivers/pinctrl/intel/
7533
7534 PIN CONTROLLER - RENESAS
7535 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7536 L:      linux-sh@vger.kernel.org
7537 S:      Maintained
7538 F:      drivers/pinctrl/sh-pfc/
7539
7540 PIN CONTROLLER - SAMSUNG
7541 M:      Tomasz Figa <tomasz.figa@gmail.com>
7542 M:      Thomas Abraham <thomas.abraham@linaro.org>
7543 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7544 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7545 S:      Maintained
7546 F:      drivers/pinctrl/samsung/
7547
7548 PIN CONTROLLER - ST SPEAR
7549 M:      Viresh Kumar <viresh.linux@gmail.com>
7550 L:      spear-devel@list.st.com
7551 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7552 W:      http://www.st.com/spear
7553 S:      Maintained
7554 F:      drivers/pinctrl/spear/
7555
7556 PKTCDVD DRIVER
7557 M:      Jiri Kosina <jkosina@suse.cz>
7558 S:      Maintained
7559 F:      drivers/block/pktcdvd.c
7560 F:      include/linux/pktcdvd.h
7561 F:      include/uapi/linux/pktcdvd.h
7562
7563 PKUNITY SOC DRIVERS
7564 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7565 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7566 S:      Maintained
7567 T:      git git://github.com/gxt/linux.git
7568 F:      drivers/input/serio/i8042-unicore32io.h
7569 F:      drivers/i2c/busses/i2c-puv3.c
7570 F:      drivers/video/fbdev/fb-puv3.c
7571 F:      drivers/rtc/rtc-puv3.c
7572
7573 PMBUS HARDWARE MONITORING DRIVERS
7574 M:      Guenter Roeck <linux@roeck-us.net>
7575 L:      lm-sensors@lm-sensors.org
7576 W:      http://www.lm-sensors.org/
7577 W:      http://www.roeck-us.net/linux/drivers/
7578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7579 S:      Maintained
7580 F:      Documentation/hwmon/pmbus
7581 F:      drivers/hwmon/pmbus/
7582 F:      include/linux/i2c/pmbus.h
7583
7584 PMC SIERRA MaxRAID DRIVER
7585 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7586 L:      linux-scsi@vger.kernel.org
7587 W:      http://www.pmc-sierra.com/
7588 S:      Supported
7589 F:      drivers/scsi/pmcraid.*
7590
7591 PMC SIERRA PM8001 DRIVER
7592 M:      xjtuwjp@gmail.com
7593 M:      lindar_liu@usish.com
7594 L:      pmchba@pmcs.com
7595 L:      linux-scsi@vger.kernel.org
7596 S:      Supported
7597 F:      drivers/scsi/pm8001/
7598
7599 POSIX CLOCKS and TIMERS
7600 M:      Thomas Gleixner <tglx@linutronix.de>
7601 L:      linux-kernel@vger.kernel.org
7602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7603 S:      Maintained
7604 F:      fs/timerfd.c
7605 F:      include/linux/timer*
7606 F:      kernel/time/*timer*
7607
7608 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7609 M:      Sebastian Reichel <sre@kernel.org>
7610 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7611 M:      David Woodhouse <dwmw2@infradead.org>
7612 L:      linux-pm@vger.kernel.org
7613 T:      git git://git.infradead.org/battery-2.6.git
7614 S:      Maintained
7615 F:      include/linux/power_supply.h
7616 F:      drivers/power/
7617
7618 PNP SUPPORT
7619 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7620 S:      Maintained
7621 F:      drivers/pnp/
7622
7623 PNXxxxx I2C DRIVER
7624 M:      Vitaly Wool <vitalywool@gmail.com>
7625 L:      linux-i2c@vger.kernel.org
7626 S:      Maintained
7627 F:      drivers/i2c/busses/i2c-pnx.c
7628
7629 PPP PROTOCOL DRIVERS AND COMPRESSORS
7630 M:      Paul Mackerras <paulus@samba.org>
7631 L:      linux-ppp@vger.kernel.org
7632 S:      Maintained
7633 F:      drivers/net/ppp/ppp_*
7634
7635 PPP OVER ATM (RFC 2364)
7636 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7637 S:      Maintained
7638 F:      net/atm/pppoatm.c
7639 F:      include/uapi/linux/atmppp.h
7640
7641 PPP OVER ETHERNET
7642 M:      Michal Ostrowski <mostrows@earthlink.net>
7643 S:      Maintained
7644 F:      drivers/net/ppp/pppoe.c
7645 F:      drivers/net/ppp/pppox.c
7646
7647 PPP OVER L2TP
7648 M:      James Chapman <jchapman@katalix.com>
7649 S:      Maintained
7650 F:      net/l2tp/l2tp_ppp.c
7651 F:      include/linux/if_pppol2tp.h
7652 F:      include/uapi/linux/if_pppol2tp.h
7653
7654 PPS SUPPORT
7655 M:      Rodolfo Giometti <giometti@enneenne.com>
7656 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7657 L:      linuxpps@ml.enneenne.com (subscribers-only)
7658 S:      Maintained
7659 F:      Documentation/pps/
7660 F:      drivers/pps/
7661 F:      include/linux/pps*.h
7662
7663 PPTP DRIVER
7664 M:      Dmitry Kozlov <xeb@mail.ru>
7665 L:      netdev@vger.kernel.org
7666 S:      Maintained
7667 F:      drivers/net/ppp/pptp.c
7668 W:      http://sourceforge.net/projects/accel-pptp
7669
7670 PREEMPTIBLE KERNEL
7671 M:      Robert Love <rml@tech9.net>
7672 L:      kpreempt-tech@lists.sourceforge.net
7673 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7674 S:      Supported
7675 F:      Documentation/preempt-locking.txt
7676 F:      include/linux/preempt.h
7677
7678 PRISM54 WIRELESS DRIVER
7679 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7680 L:      linux-wireless@vger.kernel.org
7681 W:      http://wireless.kernel.org/en/users/Drivers/p54
7682 S:      Obsolete
7683 F:      drivers/net/wireless/prism54/
7684
7685 PS3 NETWORK SUPPORT
7686 M:      Geoff Levand <geoff@infradead.org>
7687 L:      netdev@vger.kernel.org
7688 L:      cbe-oss-dev@lists.ozlabs.org
7689 S:      Maintained
7690 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7691
7692 PS3 PLATFORM SUPPORT
7693 M:      Geoff Levand <geoff@infradead.org>
7694 L:      linuxppc-dev@lists.ozlabs.org
7695 L:      cbe-oss-dev@lists.ozlabs.org
7696 S:      Maintained
7697 F:      arch/powerpc/boot/ps3*
7698 F:      arch/powerpc/include/asm/lv1call.h
7699 F:      arch/powerpc/include/asm/ps3*.h
7700 F:      arch/powerpc/platforms/ps3/
7701 F:      drivers/*/ps3*
7702 F:      drivers/ps3/
7703 F:      drivers/rtc/rtc-ps3.c
7704 F:      drivers/usb/host/*ps3.c
7705 F:      sound/ppc/snd_ps3*
7706
7707 PS3VRAM DRIVER
7708 M:      Jim Paris <jim@jtan.com>
7709 L:      cbe-oss-dev@lists.ozlabs.org
7710 S:      Maintained
7711 F:      drivers/block/ps3vram.c
7712
7713 PSTORE FILESYSTEM
7714 M:      Anton Vorontsov <anton@enomsg.org>
7715 M:      Colin Cross <ccross@android.com>
7716 M:      Kees Cook <keescook@chromium.org>
7717 M:      Tony Luck <tony.luck@intel.com>
7718 S:      Maintained
7719 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7720 F:      fs/pstore/
7721 F:      include/linux/pstore*
7722 F:      drivers/firmware/efi/efi-pstore.c
7723 F:      drivers/acpi/apei/erst.c
7724
7725 PTP HARDWARE CLOCK SUPPORT
7726 M:      Richard Cochran <richardcochran@gmail.com>
7727 L:      netdev@vger.kernel.org
7728 S:      Maintained
7729 W:      http://linuxptp.sourceforge.net/
7730 F:      Documentation/ABI/testing/sysfs-ptp
7731 F:      Documentation/ptp/*
7732 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7733 F:      drivers/net/phy/dp83640*
7734 F:      drivers/ptp/*
7735 F:      include/linux/ptp_cl*
7736
7737 PTRACE SUPPORT
7738 M:      Roland McGrath <roland@hack.frob.com>
7739 M:      Oleg Nesterov <oleg@redhat.com>
7740 S:      Maintained
7741 F:      include/asm-generic/syscall.h
7742 F:      include/linux/ptrace.h
7743 F:      include/linux/regset.h
7744 F:      include/linux/tracehook.h
7745 F:      include/uapi/linux/ptrace.h
7746 F:      kernel/ptrace.c
7747
7748 PVRUSB2 VIDEO4LINUX DRIVER
7749 M:      Mike Isely <isely@pobox.com>
7750 L:      pvrusb2@isely.net       (subscribers-only)
7751 L:      linux-media@vger.kernel.org
7752 W:      http://www.isely.net/pvrusb2/
7753 T:      git git://linuxtv.org/media_tree.git
7754 S:      Maintained
7755 F:      Documentation/video4linux/README.pvrusb2
7756 F:      drivers/media/usb/pvrusb2/
7757
7758 PWC WEBCAM DRIVER
7759 M:      Hans de Goede <hdegoede@redhat.com>
7760 L:      linux-media@vger.kernel.org
7761 T:      git git://linuxtv.org/media_tree.git
7762 S:      Maintained
7763 F:      drivers/media/usb/pwc/*
7764
7765 PWM FAN DRIVER
7766 M:      Kamil Debski <k.debski@samsung.com>
7767 L:      lm-sensors@lm-sensors.org
7768 S:      Supported
7769 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7770 F:      Documentation/hwmon/pwm-fan
7771 F:      drivers/hwmon/pwm-fan.c
7772
7773 PWM SUBSYSTEM
7774 M:      Thierry Reding <thierry.reding@gmail.com>
7775 L:      linux-pwm@vger.kernel.org
7776 S:      Maintained
7777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7778 F:      Documentation/pwm.txt
7779 F:      Documentation/devicetree/bindings/pwm/
7780 F:      include/linux/pwm.h
7781 F:      drivers/pwm/
7782 F:      drivers/video/backlight/pwm_bl.c
7783 F:      include/linux/pwm_backlight.h
7784
7785 PXA2xx/PXA3xx SUPPORT
7786 M:      Daniel Mack <daniel@zonque.org>
7787 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7788 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7789 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7790 T:      git git://github.com/hzhuang1/linux.git
7791 T:      git git://github.com/rjarzmik/linux.git
7792 S:      Maintained
7793 F:      arch/arm/mach-pxa/
7794 F:      drivers/pcmcia/pxa2xx*
7795 F:      drivers/spi/spi-pxa2xx*
7796 F:      drivers/usb/gadget/udc/pxa2*
7797 F:      include/sound/pxa2xx-lib.h
7798 F:      sound/arm/pxa*
7799 F:      sound/soc/pxa/
7800
7801 PXA3xx NAND FLASH DRIVER
7802 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7803 L:      linux-mtd@lists.infradead.org
7804 S:      Maintained
7805 F:      drivers/mtd/nand/pxa3xx_nand.c
7806
7807 MMP SUPPORT
7808 M:      Eric Miao <eric.y.miao@gmail.com>
7809 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7810 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7811 T:      git git://github.com/hzhuang1/linux.git
7812 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7813 S:      Maintained
7814 F:      arch/arm/mach-mmp/
7815
7816 PXA MMCI DRIVER
7817 S:      Orphan
7818
7819 PXA RTC DRIVER
7820 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7821 L:      rtc-linux@googlegroups.com
7822 S:      Maintained
7823
7824 QAT DRIVER
7825 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7826 L:      qat-linux@intel.com
7827 S:      Supported
7828 F:      drivers/crypto/qat/
7829
7830 QIB DRIVER
7831 M:      Mike Marciniszyn <infinipath@intel.com>
7832 L:      linux-rdma@vger.kernel.org
7833 S:      Supported
7834 F:      drivers/infiniband/hw/qib/
7835
7836 QLOGIC QLA1280 SCSI DRIVER
7837 M:      Michael Reed <mdr@sgi.com>
7838 L:      linux-scsi@vger.kernel.org
7839 S:      Maintained
7840 F:      drivers/scsi/qla1280.[ch]
7841
7842 QLOGIC QLA2XXX FC-SCSI DRIVER
7843 M:      qla2xxx-upstream@qlogic.com
7844 L:      linux-scsi@vger.kernel.org
7845 S:      Supported
7846 F:      Documentation/scsi/LICENSE.qla2xxx
7847 F:      drivers/scsi/qla2xxx/
7848
7849 QLOGIC QLA4XXX iSCSI DRIVER
7850 M:      QLogic-Storage-Upstream@qlogic.com
7851 L:      linux-scsi@vger.kernel.org
7852 S:      Supported
7853 F:      Documentation/scsi/LICENSE.qla4xxx
7854 F:      drivers/scsi/qla4xxx/
7855
7856 QLOGIC QLA3XXX NETWORK DRIVER
7857 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7858 M:      Ron Mercer <ron.mercer@qlogic.com>
7859 M:      linux-driver@qlogic.com
7860 L:      netdev@vger.kernel.org
7861 S:      Supported
7862 F:      Documentation/networking/LICENSE.qla3xxx
7863 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7864
7865 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7866 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7867 M:      Dept-GELinuxNICDev@qlogic.com
7868 L:      netdev@vger.kernel.org
7869 S:      Supported
7870 F:      drivers/net/ethernet/qlogic/qlcnic/
7871
7872 QLOGIC QLGE 10Gb ETHERNET DRIVER
7873 M:      Harish Patil <harish.patil@qlogic.com>
7874 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7875 M:      Dept-GELinuxNICDev@qlogic.com
7876 M:      linux-driver@qlogic.com
7877 L:      netdev@vger.kernel.org
7878 S:      Supported
7879 F:      drivers/net/ethernet/qlogic/qlge/
7880
7881 QNX4 FILESYSTEM
7882 M:      Anders Larsen <al@alarsen.net>
7883 W:      http://www.alarsen.net/linux/qnx4fs/
7884 S:      Maintained
7885 F:      fs/qnx4/
7886 F:      include/uapi/linux/qnx4_fs.h
7887 F:      include/uapi/linux/qnxtypes.h
7888
7889 QT1010 MEDIA DRIVER
7890 M:      Antti Palosaari <crope@iki.fi>
7891 L:      linux-media@vger.kernel.org
7892 W:      http://linuxtv.org/
7893 W:      http://palosaari.fi/linux/
7894 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7895 T:      git git://linuxtv.org/anttip/media_tree.git
7896 S:      Maintained
7897 F:      drivers/media/tuners/qt1010*
7898
7899 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7900 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7901 L:      linux-wireless@vger.kernel.org
7902 L:      ath9k-devel@lists.ath9k.org
7903 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7904 S:      Supported
7905 F:      drivers/net/wireless/ath/ath9k/
7906
7907 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7908 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7909 L:      ath10k@lists.infradead.org
7910 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7911 T:      git git://github.com/kvalo/ath.git
7912 S:      Supported
7913 F:      drivers/net/wireless/ath/ath10k/
7914
7915 QUALCOMM HEXAGON ARCHITECTURE
7916 M:      Richard Kuo <rkuo@codeaurora.org>
7917 L:      linux-hexagon@vger.kernel.org
7918 S:      Supported
7919 F:      arch/hexagon/
7920
7921 QUALCOMM WCN36XX WIRELESS DRIVER
7922 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7923 L:      wcn36xx@lists.infradead.org
7924 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7925 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7926 S:      Supported
7927 F:      drivers/net/wireless/ath/wcn36xx/
7928
7929 RADOS BLOCK DEVICE (RBD)
7930 M:      Yehuda Sadeh <yehuda@inktank.com>
7931 M:      Sage Weil <sage@inktank.com>
7932 M:      Alex Elder <elder@kernel.org>
7933 M:      ceph-devel@vger.kernel.org
7934 W:      http://ceph.com/
7935 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7936 S:      Supported
7937 F:      drivers/block/rbd.c
7938 F:      drivers/block/rbd_types.h
7939
7940 RADEON FRAMEBUFFER DISPLAY DRIVER
7941 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7942 L:      linux-fbdev@vger.kernel.org
7943 S:      Maintained
7944 F:      drivers/video/fbdev/aty/radeon*
7945 F:      include/uapi/linux/radeonfb.h
7946
7947 RADIOSHARK RADIO DRIVER
7948 M:      Hans de Goede <hdegoede@redhat.com>
7949 L:      linux-media@vger.kernel.org
7950 T:      git git://linuxtv.org/media_tree.git
7951 S:      Maintained
7952 F:      drivers/media/radio/radio-shark.c
7953
7954 RADIOSHARK2 RADIO DRIVER
7955 M:      Hans de Goede <hdegoede@redhat.com>
7956 L:      linux-media@vger.kernel.org
7957 T:      git git://linuxtv.org/media_tree.git
7958 S:      Maintained
7959 F:      drivers/media/radio/radio-shark2.c
7960 F:      drivers/media/radio/radio-tea5777.c
7961
7962 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7963 M:      Paul Mackerras <paulus@samba.org>
7964 L:      linux-fbdev@vger.kernel.org
7965 S:      Maintained
7966 F:      drivers/video/fbdev/aty/aty128fb.c
7967
7968 RALINK RT2X00 WIRELESS LAN DRIVER
7969 P:      rt2x00 project
7970 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7971 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7972 L:      linux-wireless@vger.kernel.org
7973 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7974 W:      http://rt2x00.serialmonkey.com/
7975 S:      Maintained
7976 F:      drivers/net/wireless/rt2x00/
7977
7978 RAMDISK RAM BLOCK DEVICE DRIVER
7979 M:      Nick Piggin <npiggin@kernel.dk>
7980 S:      Maintained
7981 F:      Documentation/blockdev/ramdisk.txt
7982 F:      drivers/block/brd.c
7983
7984 RANDOM NUMBER DRIVER
7985 M:      "Theodore Ts'o" <tytso@mit.edu>
7986 S:      Maintained
7987 F:      drivers/char/random.c
7988
7989 RAPIDIO SUBSYSTEM
7990 M:      Matt Porter <mporter@kernel.crashing.org>
7991 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7992 S:      Maintained
7993 F:      drivers/rapidio/
7994
7995 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7996 L:      linux-wireless@vger.kernel.org
7997 S:      Orphan
7998 F:      drivers/net/wireless/ray*
7999
8000 RCUTORTURE MODULE
8001 M:      Josh Triplett <josh@joshtriplett.org>
8002 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8003 L:      linux-kernel@vger.kernel.org
8004 S:      Supported
8005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8006 F:      Documentation/RCU/torture.txt
8007 F:      kernel/rcu/rcutorture.c
8008
8009 RCUTORTURE TEST FRAMEWORK
8010 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8011 M:      Josh Triplett <josh@joshtriplett.org>
8012 R:      Steven Rostedt <rostedt@goodmis.org>
8013 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8014 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8015 L:      linux-kernel@vger.kernel.org
8016 S:      Supported
8017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8018 F:      tools/testing/selftests/rcutorture
8019
8020 RDC R-321X SoC
8021 M:      Florian Fainelli <florian@openwrt.org>
8022 S:      Maintained
8023
8024 RDC R6040 FAST ETHERNET DRIVER
8025 M:      Florian Fainelli <florian@openwrt.org>
8026 L:      netdev@vger.kernel.org
8027 S:      Maintained
8028 F:      drivers/net/ethernet/rdc/r6040.c
8029
8030 RDS - RELIABLE DATAGRAM SOCKETS
8031 M:      Chien Yen <chien.yen@oracle.com>
8032 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8033 S:      Supported
8034 F:      net/rds/
8035
8036 READ-COPY UPDATE (RCU)
8037 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8038 M:      Josh Triplett <josh@joshtriplett.org>
8039 R:      Steven Rostedt <rostedt@goodmis.org>
8040 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8041 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8042 L:      linux-kernel@vger.kernel.org
8043 W:      http://www.rdrop.com/users/paulmck/RCU/
8044 S:      Supported
8045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8046 F:      Documentation/RCU/
8047 X:      Documentation/RCU/torture.txt
8048 F:      include/linux/rcu*
8049 X:      include/linux/srcu.h
8050 F:      kernel/rcu/
8051 X:      kernel/torture.c
8052
8053 REAL TIME CLOCK (RTC) SUBSYSTEM
8054 M:      Alessandro Zummo <a.zummo@towertech.it>
8055 L:      rtc-linux@googlegroups.com
8056 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8057 S:      Maintained
8058 F:      Documentation/rtc.txt
8059 F:      drivers/rtc/
8060 F:      include/linux/rtc.h
8061 F:      include/uapi/linux/rtc.h
8062
8063 REALTEK AUDIO CODECS
8064 M:      Bard Liao <bardliao@realtek.com>
8065 M:      Oder Chiou <oder_chiou@realtek.com>
8066 S:      Maintained
8067 F:      sound/soc/codecs/rt*
8068 F:      include/sound/rt*.h
8069
8070 REISERFS FILE SYSTEM
8071 L:      reiserfs-devel@vger.kernel.org
8072 S:      Supported
8073 F:      fs/reiserfs/
8074
8075 REGISTER MAP ABSTRACTION
8076 M:      Mark Brown <broonie@kernel.org>
8077 L:      linux-kernel@vger.kernel.org
8078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8079 S:      Supported
8080 F:      drivers/base/regmap/
8081 F:      include/linux/regmap.h
8082
8083 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8084 M:      Ohad Ben-Cohen <ohad@wizery.com>
8085 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8086 S:      Maintained
8087 F:      drivers/remoteproc/
8088 F:      Documentation/remoteproc.txt
8089 F:      include/linux/remoteproc.h
8090
8091 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8092 M:      Ohad Ben-Cohen <ohad@wizery.com>
8093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8094 S:      Maintained
8095 F:      drivers/rpmsg/
8096 F:      Documentation/rpmsg.txt
8097 F:      include/linux/rpmsg.h
8098
8099 RESET CONTROLLER FRAMEWORK
8100 M:      Philipp Zabel <p.zabel@pengutronix.de>
8101 S:      Maintained
8102 F:      drivers/reset/
8103 F:      Documentation/devicetree/bindings/reset/
8104 F:      include/linux/reset.h
8105 F:      include/linux/reset-controller.h
8106
8107 RFKILL
8108 M:      Johannes Berg <johannes@sipsolutions.net>
8109 L:      linux-wireless@vger.kernel.org
8110 W:      http://wireless.kernel.org/
8111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8113 S:      Maintained
8114 F:      Documentation/rfkill.txt
8115 F:      net/rfkill/
8116
8117 RHASHTABLE
8118 M:      Thomas Graf <tgraf@suug.ch>
8119 L:      netdev@vger.kernel.org
8120 S:      Maintained
8121 F:      lib/rhashtable.c
8122 F:      include/linux/rhashtable.h
8123
8124 RICOH SMARTMEDIA/XD DRIVER
8125 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8126 S:      Maintained
8127 F:      drivers/mtd/nand/r852.c
8128 F:      drivers/mtd/nand/r852.h
8129
8130 RICOH R5C592 MEMORYSTICK DRIVER
8131 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8132 S:      Maintained
8133 F:      drivers/memstick/host/r592.*
8134
8135 ROCCAT DRIVERS
8136 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8137 W:      http://sourceforge.net/projects/roccat/
8138 S:      Maintained
8139 F:      drivers/hid/hid-roccat*
8140 F:      include/linux/hid-roccat*
8141 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8142
8143 ROCKER DRIVER
8144 M:      Jiri Pirko <jiri@resnulli.us>
8145 M:      Scott Feldman <sfeldma@gmail.com>
8146 L:      netdev@vger.kernel.org
8147 S:      Supported
8148 F:      drivers/net/ethernet/rocker/
8149
8150 ROCKETPORT DRIVER
8151 P:      Comtrol Corp.
8152 W:      http://www.comtrol.com
8153 S:      Maintained
8154 F:      Documentation/serial/rocket.txt
8155 F:      drivers/tty/rocket*
8156
8157 ROCKETPORT EXPRESS/INFINITY DRIVER
8158 M:      Kevin Cernekee <cernekee@gmail.com>
8159 L:      linux-serial@vger.kernel.org
8160 S:      Odd Fixes
8161 F:      drivers/tty/serial/rp2.*
8162
8163 ROSE NETWORK LAYER
8164 M:      Ralf Baechle <ralf@linux-mips.org>
8165 L:      linux-hams@vger.kernel.org
8166 W:      http://www.linux-ax25.org/
8167 S:      Maintained
8168 F:      include/net/rose.h
8169 F:      include/uapi/linux/rose.h
8170 F:      net/rose/
8171
8172 RTL2830 MEDIA DRIVER
8173 M:      Antti Palosaari <crope@iki.fi>
8174 L:      linux-media@vger.kernel.org
8175 W:      http://linuxtv.org/
8176 W:      http://palosaari.fi/linux/
8177 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8178 T:      git git://linuxtv.org/anttip/media_tree.git
8179 S:      Maintained
8180 F:      drivers/media/dvb-frontends/rtl2830*
8181
8182 RTL2832 MEDIA DRIVER
8183 M:      Antti Palosaari <crope@iki.fi>
8184 L:      linux-media@vger.kernel.org
8185 W:      http://linuxtv.org/
8186 W:      http://palosaari.fi/linux/
8187 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8188 T:      git git://linuxtv.org/anttip/media_tree.git
8189 S:      Maintained
8190 F:      drivers/media/dvb-frontends/rtl2832*
8191
8192 RTL2832_SDR MEDIA DRIVER
8193 M:      Antti Palosaari <crope@iki.fi>
8194 L:      linux-media@vger.kernel.org
8195 W:      http://linuxtv.org/
8196 W:      http://palosaari.fi/linux/
8197 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8198 T:      git git://linuxtv.org/anttip/media_tree.git
8199 S:      Maintained
8200 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8201
8202 RTL8180 WIRELESS DRIVER
8203 L:      linux-wireless@vger.kernel.org
8204 W:      http://wireless.kernel.org/
8205 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8206 S:      Orphan
8207 F:      drivers/net/wireless/rtl818x/rtl8180/
8208
8209 RTL8187 WIRELESS DRIVER
8210 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8211 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8212 M:      Larry Finger <Larry.Finger@lwfinger.net>
8213 L:      linux-wireless@vger.kernel.org
8214 W:      http://wireless.kernel.org/
8215 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8216 S:      Maintained
8217 F:      drivers/net/wireless/rtl818x/rtl8187/
8218
8219 RTL8192CE WIRELESS DRIVER
8220 M:      Larry Finger <Larry.Finger@lwfinger.net>
8221 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8222 L:      linux-wireless@vger.kernel.org
8223 W:      http://wireless.kernel.org/
8224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8225 S:      Maintained
8226 F:      drivers/net/wireless/rtlwifi/
8227 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8228
8229 S3 SAVAGE FRAMEBUFFER DRIVER
8230 M:      Antonino Daplas <adaplas@gmail.com>
8231 L:      linux-fbdev@vger.kernel.org
8232 S:      Maintained
8233 F:      drivers/video/fbdev/savage/
8234
8235 S390
8236 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8237 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8238 M:      linux390@de.ibm.com
8239 L:      linux-s390@vger.kernel.org
8240 W:      http://www.ibm.com/developerworks/linux/linux390/
8241 S:      Supported
8242 F:      arch/s390/
8243 F:      drivers/s390/
8244 F:      Documentation/s390/
8245 F:      Documentation/DocBook/s390*
8246
8247 S390 COMMON I/O LAYER
8248 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8249 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8250 L:      linux-s390@vger.kernel.org
8251 W:      http://www.ibm.com/developerworks/linux/linux390/
8252 S:      Supported
8253 F:      drivers/s390/cio/
8254
8255 S390 DASD DRIVER
8256 M:      Stefan Weinhuber <wein@de.ibm.com>
8257 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8258 L:      linux-s390@vger.kernel.org
8259 W:      http://www.ibm.com/developerworks/linux/linux390/
8260 S:      Supported
8261 F:      drivers/s390/block/dasd*
8262 F:      block/partitions/ibm.c
8263
8264 S390 NETWORK DRIVERS
8265 M:      Ursula Braun <ursula.braun@de.ibm.com>
8266 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8267 M:      linux390@de.ibm.com
8268 L:      linux-s390@vger.kernel.org
8269 W:      http://www.ibm.com/developerworks/linux/linux390/
8270 S:      Supported
8271 F:      drivers/s390/net/
8272
8273 S390 PCI SUBSYSTEM
8274 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8275 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8276 L:      linux-s390@vger.kernel.org
8277 W:      http://www.ibm.com/developerworks/linux/linux390/
8278 S:      Supported
8279 F:      arch/s390/pci/
8280 F:      drivers/pci/hotplug/s390_pci_hpc.c
8281
8282 S390 ZCRYPT DRIVER
8283 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8284 M:      linux390@de.ibm.com
8285 L:      linux-s390@vger.kernel.org
8286 W:      http://www.ibm.com/developerworks/linux/linux390/
8287 S:      Supported
8288 F:      drivers/s390/crypto/
8289
8290 S390 ZFCP DRIVER
8291 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8292 M:      linux390@de.ibm.com
8293 L:      linux-s390@vger.kernel.org
8294 W:      http://www.ibm.com/developerworks/linux/linux390/
8295 S:      Supported
8296 F:      drivers/s390/scsi/zfcp_*
8297
8298 S390 IUCV NETWORK LAYER
8299 M:      Ursula Braun <ursula.braun@de.ibm.com>
8300 M:      linux390@de.ibm.com
8301 L:      linux-s390@vger.kernel.org
8302 W:      http://www.ibm.com/developerworks/linux/linux390/
8303 S:      Supported
8304 F:      drivers/s390/net/*iucv*
8305 F:      include/net/iucv/
8306 F:      net/iucv/
8307
8308 S3C24XX SD/MMC Driver
8309 M:      Ben Dooks <ben-linux@fluff.org>
8310 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8311 S:      Supported
8312 F:      drivers/mmc/host/s3cmci.*
8313
8314 SAA6588 RDS RECEIVER DRIVER
8315 M:      Hans Verkuil <hverkuil@xs4all.nl>
8316 L:      linux-media@vger.kernel.org
8317 T:      git git://linuxtv.org/media_tree.git
8318 W:      http://linuxtv.org
8319 S:      Odd Fixes
8320 F:      drivers/media/i2c/saa6588*
8321
8322 SAA7134 VIDEO4LINUX DRIVER
8323 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8324 L:      linux-media@vger.kernel.org
8325 W:      http://linuxtv.org
8326 T:      git git://linuxtv.org/media_tree.git
8327 S:      Odd fixes
8328 F:      Documentation/video4linux/*.saa7134
8329 F:      drivers/media/pci/saa7134/
8330
8331 SAA7146 VIDEO4LINUX-2 DRIVER
8332 M:      Hans Verkuil <hverkuil@xs4all.nl>
8333 L:      linux-media@vger.kernel.org
8334 T:      git git://linuxtv.org/media_tree.git
8335 S:      Maintained
8336 F:      drivers/media/common/saa7146/
8337 F:      drivers/media/pci/saa7146/
8338 F:      include/media/saa7146*
8339
8340 SAMSUNG LAPTOP DRIVER
8341 M:      Corentin Chary <corentin.chary@gmail.com>
8342 L:      platform-driver-x86@vger.kernel.org
8343 S:      Maintained
8344 F:      drivers/platform/x86/samsung-laptop.c
8345
8346 SAMSUNG AUDIO (ASoC) DRIVERS
8347 M:      Sangbeom Kim <sbkim73@samsung.com>
8348 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8349 S:      Supported
8350 F:      sound/soc/samsung/
8351
8352 SAMSUNG FRAMEBUFFER DRIVER
8353 M:      Jingoo Han <jg1.han@samsung.com>
8354 L:      linux-fbdev@vger.kernel.org
8355 S:      Maintained
8356 F:      drivers/video/fbdev/s3c-fb.c
8357
8358 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8359 M:      Sangbeom Kim <sbkim73@samsung.com>
8360 L:      linux-kernel@vger.kernel.org
8361 S:      Supported
8362 F:      drivers/mfd/sec*.c
8363 F:      drivers/regulator/s2m*.c
8364 F:      drivers/regulator/s5m*.c
8365 F:      include/linux/mfd/samsung/
8366
8367 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8368 M:      Kyungmin Park <kyungmin.park@samsung.com>
8369 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8370 L:      linux-media@vger.kernel.org
8371 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8372 S:      Supported
8373 F:      drivers/media/platform/exynos4-is/
8374
8375 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8376 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8377 L:      linux-media@vger.kernel.org
8378 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8379 S:      Maintained
8380 F:      drivers/media/platform/s3c-camif/
8381 F:      include/media/s3c_camif.h
8382
8383 SAMSUNG S5C73M3 CAMERA DRIVER
8384 M:      Kyungmin Park <kyungmin.park@samsung.com>
8385 M:      Andrzej Hajda <a.hajda@samsung.com>
8386 L:      linux-media@vger.kernel.org
8387 S:      Supported
8388 F:      drivers/media/i2c/s5c73m3/*
8389
8390 SAMSUNG S5K5BAF CAMERA DRIVER
8391 M:      Kyungmin Park <kyungmin.park@samsung.com>
8392 M:      Andrzej Hajda <a.hajda@samsung.com>
8393 L:      linux-media@vger.kernel.org
8394 S:      Supported
8395 F:      drivers/media/i2c/s5k5baf.c
8396
8397 SAMSUNG SOC CLOCK DRIVERS
8398 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8399 M:      Tomasz Figa <tomasz.figa@gmail.com>
8400 S:      Supported
8401 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8402 F:      drivers/clk/samsung/
8403
8404 SAMSUNG SXGBE DRIVERS
8405 M:      Byungho An <bh74.an@samsung.com>
8406 M:      Girish K S <ks.giri@samsung.com>
8407 M:      Vipul Pandya <vipul.pandya@samsung.com>
8408 S:      Supported
8409 L:      netdev@vger.kernel.org
8410 F:      drivers/net/ethernet/samsung/sxgbe/
8411
8412 SAMSUNG USB2 PHY DRIVER
8413 M:      Kamil Debski <k.debski@samsung.com>
8414 L:      linux-kernel@vger.kernel.org
8415 S:      Supported
8416 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8417 F:      Documentation/phy/samsung-usb2.txt
8418 F:      drivers/phy/phy-exynos4210-usb2.c
8419 F:      drivers/phy/phy-exynos4x12-usb2.c
8420 F:      drivers/phy/phy-exynos5250-usb2.c
8421 F:      drivers/phy/phy-s5pv210-usb2.c
8422 F:      drivers/phy/phy-samsung-usb2.c
8423 F:      drivers/phy/phy-samsung-usb2.h
8424
8425 SERIAL DRIVERS
8426 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8427 L:      linux-serial@vger.kernel.org
8428 S:      Maintained
8429 F:      drivers/tty/serial/
8430
8431 SYNOPSYS DESIGNWARE DMAC DRIVER
8432 M:      Viresh Kumar <viresh.linux@gmail.com>
8433 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8434 S:      Maintained
8435 F:      include/linux/platform_data/dma-dw.h
8436 F:      drivers/dma/dw/
8437
8438 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8439 M:      Seungwon Jeon <tgih.jun@samsung.com>
8440 M:      Jaehoon Chung <jh80.chung@samsung.com>
8441 L:      linux-mmc@vger.kernel.org
8442 S:      Maintained
8443 F:      include/linux/mmc/dw_mmc.h
8444 F:      drivers/mmc/host/dw_mmc*
8445
8446 THUNDERBOLT DRIVER
8447 M:      Andreas Noever <andreas.noever@gmail.com>
8448 S:      Maintained
8449 F:      drivers/thunderbolt/
8450
8451 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8452 M:      John Stultz <john.stultz@linaro.org>
8453 M:      Thomas Gleixner <tglx@linutronix.de>
8454 L:      linux-kernel@vger.kernel.org
8455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8456 S:      Supported
8457 F:      include/linux/clocksource.h
8458 F:      include/linux/time.h
8459 F:      include/linux/timex.h
8460 F:      include/uapi/linux/time.h
8461 F:      include/uapi/linux/timex.h
8462 F:      kernel/time/clocksource.c
8463 F:      kernel/time/time*.c
8464 F:      kernel/time/ntp.c
8465
8466 SC1200 WDT DRIVER
8467 M:      Zwane Mwaikambo <zwanem@gmail.com>
8468 S:      Maintained
8469 F:      drivers/watchdog/sc1200wdt.c
8470
8471 SCHEDULER
8472 M:      Ingo Molnar <mingo@redhat.com>
8473 M:      Peter Zijlstra <peterz@infradead.org>
8474 L:      linux-kernel@vger.kernel.org
8475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8476 S:      Maintained
8477 F:      kernel/sched/
8478 F:      include/linux/sched.h
8479 F:      include/uapi/linux/sched.h
8480 F:      include/linux/wait.h
8481
8482 SCORE ARCHITECTURE
8483 M:      Chen Liqin <liqin.linux@gmail.com>
8484 M:      Lennox Wu <lennox.wu@gmail.com>
8485 W:      http://www.sunplus.com
8486 S:      Supported
8487 F:      arch/score/
8488
8489 SCSI CDROM DRIVER
8490 M:      Jens Axboe <axboe@kernel.dk>
8491 L:      linux-scsi@vger.kernel.org
8492 W:      http://www.kernel.dk
8493 S:      Maintained
8494 F:      drivers/scsi/sr*
8495
8496 SCSI RDMA PROTOCOL (SRP) INITIATOR
8497 M:      Bart Van Assche <bvanassche@acm.org>
8498 L:      linux-rdma@vger.kernel.org
8499 S:      Supported
8500 W:      http://www.openfabrics.org
8501 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8503 F:      drivers/infiniband/ulp/srp/
8504 F:      include/scsi/srp.h
8505
8506 SCSI SG DRIVER
8507 M:      Doug Gilbert <dgilbert@interlog.com>
8508 L:      linux-scsi@vger.kernel.org
8509 W:      http://sg.danny.cz/sg
8510 S:      Maintained
8511 F:      Documentation/scsi/scsi-generic.txt
8512 F:      drivers/scsi/sg.c
8513 F:      include/scsi/sg.h
8514
8515 SCSI SUBSYSTEM
8516 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8517 L:      linux-scsi@vger.kernel.org
8518 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8519 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8521 S:      Maintained
8522 F:      drivers/scsi/
8523 F:      include/scsi/
8524
8525 SCSI TAPE DRIVER
8526 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8527 L:      linux-scsi@vger.kernel.org
8528 S:      Maintained
8529 F:      Documentation/scsi/st.txt
8530 F:      drivers/scsi/st.*
8531 F:      drivers/scsi/st_*.h
8532
8533 SCTP PROTOCOL
8534 M:      Vlad Yasevich <vyasevich@gmail.com>
8535 M:      Neil Horman <nhorman@tuxdriver.com>
8536 L:      linux-sctp@vger.kernel.org
8537 W:      http://lksctp.sourceforge.net
8538 S:      Maintained
8539 F:      Documentation/networking/sctp.txt
8540 F:      include/linux/sctp.h
8541 F:      include/uapi/linux/sctp.h
8542 F:      include/net/sctp/
8543 F:      net/sctp/
8544
8545 SCx200 CPU SUPPORT
8546 M:      Jim Cromie <jim.cromie@gmail.com>
8547 S:      Odd Fixes
8548 F:      Documentation/i2c/busses/scx200_acb
8549 F:      arch/x86/platform/scx200/
8550 F:      drivers/watchdog/scx200_wdt.c
8551 F:      drivers/i2c/busses/scx200*
8552 F:      drivers/mtd/maps/scx200_docflash.c
8553 F:      include/linux/scx200.h
8554
8555 SCx200 GPIO DRIVER
8556 M:      Jim Cromie <jim.cromie@gmail.com>
8557 S:      Maintained
8558 F:      drivers/char/scx200_gpio.c
8559 F:      include/linux/scx200_gpio.h
8560
8561 SCx200 HRT CLOCKSOURCE DRIVER
8562 M:      Jim Cromie <jim.cromie@gmail.com>
8563 S:      Maintained
8564 F:      drivers/clocksource/scx200_hrt.c
8565
8566 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8567 M:      Sascha Sommer <saschasommer@freenet.de>
8568 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8569 S:      Maintained
8570 F:      drivers/mmc/host/sdricoh_cs.c
8571
8572 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8573 M:      Chris Ball <chris@printf.net>
8574 L:      linux-mmc@vger.kernel.org
8575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8576 S:      Maintained
8577 F:      drivers/mmc/host/sdhci.*
8578 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8579
8580 SECURE COMPUTING
8581 M:      Kees Cook <keescook@chromium.org>
8582 R:      Andy Lutomirski <luto@amacapital.net>
8583 R:      Will Drewry <wad@chromium.org>
8584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8585 S:      Supported
8586 F:      kernel/seccomp.c
8587 F:      include/uapi/linux/seccomp.h
8588 F:      include/linux/seccomp.h
8589 K:      \bsecure_computing
8590 K:      \bTIF_SECCOMP\b
8591
8592 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8593 M:      Anton Vorontsov <anton@enomsg.org>
8594 L:      linuxppc-dev@lists.ozlabs.org
8595 L:      linux-mmc@vger.kernel.org
8596 S:      Maintained
8597 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8598
8599 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8600 M:      Ben Dooks <ben-linux@fluff.org>
8601 L:      linux-mmc@vger.kernel.org
8602 S:      Maintained
8603 F:      drivers/mmc/host/sdhci-s3c.c
8604
8605 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8606 M:      Viresh Kumar <viresh.linux@gmail.com>
8607 L:      spear-devel@list.st.com
8608 L:      linux-mmc@vger.kernel.org
8609 S:      Maintained
8610 F:      drivers/mmc/host/sdhci-spear.c
8611
8612 SECURITY SUBSYSTEM
8613 M:      James Morris <james.l.morris@oracle.com>
8614 M:      Serge E. Hallyn <serge@hallyn.com>
8615 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8617 W:      http://kernsec.org/
8618 S:      Supported
8619 F:      security/
8620
8621 SECURITY CONTACT
8622 M:      Security Officers <security@kernel.org>
8623 S:      Supported
8624
8625 SELINUX SECURITY MODULE
8626 M:      Paul Moore <paul@paul-moore.com>
8627 M:      Stephen Smalley <sds@tycho.nsa.gov>
8628 M:      Eric Paris <eparis@parisplace.org>
8629 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8630 W:      http://selinuxproject.org
8631 T:      git git://git.infradead.org/users/pcmoore/selinux
8632 S:      Supported
8633 F:      include/linux/selinux*
8634 F:      security/selinux/
8635 F:      scripts/selinux/
8636
8637 APPARMOR SECURITY MODULE
8638 M:      John Johansen <john.johansen@canonical.com>
8639 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8640 W:      apparmor.wiki.kernel.org
8641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8642 S:      Supported
8643 F:      security/apparmor/
8644
8645 SENSABLE PHANTOM
8646 M:      Jiri Slaby <jirislaby@gmail.com>
8647 S:      Maintained
8648 F:      drivers/misc/phantom.c
8649 F:      include/uapi/linux/phantom.h
8650
8651 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8652 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8653 L:      linux-scsi@vger.kernel.org
8654 W:      http://www.emulex.com
8655 S:      Supported
8656 F:      drivers/scsi/be2iscsi/
8657
8658 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8659 M:      Sathya Perla <sathya.perla@emulex.com>
8660 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8661 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8662 L:      netdev@vger.kernel.org
8663 W:      http://www.emulex.com
8664 S:      Supported
8665 F:      drivers/net/ethernet/emulex/benet/
8666
8667 SFC NETWORK DRIVER
8668 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8669 M:      Shradha Shah <sshah@solarflare.com>
8670 L:      netdev@vger.kernel.org
8671 S:      Supported
8672 F:      drivers/net/ethernet/sfc/
8673
8674 SGI GRU DRIVER
8675 M:      Dimitri Sivanich <sivanich@sgi.com>
8676 S:      Maintained
8677 F:      drivers/misc/sgi-gru/
8678
8679 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8680 M:      Pat Gefre <pfg@sgi.com>
8681 L:      linux-ia64@vger.kernel.org
8682 S:      Supported
8683 F:      Documentation/ia64/serial.txt
8684 F:      drivers/tty/serial/ioc?_serial.c
8685 F:      include/linux/ioc?.h
8686
8687 SGI XP/XPC/XPNET DRIVER
8688 M:      Cliff Whickman <cpw@sgi.com>
8689 M:      Robin Holt <robinmholt@gmail.com>
8690 S:      Maintained
8691 F:      drivers/misc/sgi-xp/
8692
8693 SI2157 MEDIA DRIVER
8694 M:      Antti Palosaari <crope@iki.fi>
8695 L:      linux-media@vger.kernel.org
8696 W:      http://linuxtv.org/
8697 W:      http://palosaari.fi/linux/
8698 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8699 T:      git git://linuxtv.org/anttip/media_tree.git
8700 S:      Maintained
8701 F:      drivers/media/tuners/si2157*
8702
8703 SI2168 MEDIA DRIVER
8704 M:      Antti Palosaari <crope@iki.fi>
8705 L:      linux-media@vger.kernel.org
8706 W:      http://linuxtv.org/
8707 W:      http://palosaari.fi/linux/
8708 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8709 T:      git git://linuxtv.org/anttip/media_tree.git
8710 S:      Maintained
8711 F:      drivers/media/dvb-frontends/si2168*
8712
8713 SI470X FM RADIO RECEIVER I2C DRIVER
8714 M:      Hans Verkuil <hverkuil@xs4all.nl>
8715 L:      linux-media@vger.kernel.org
8716 T:      git git://linuxtv.org/media_tree.git
8717 W:      http://linuxtv.org
8718 S:      Odd Fixes
8719 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8720
8721 SI470X FM RADIO RECEIVER USB DRIVER
8722 M:      Hans Verkuil <hverkuil@xs4all.nl>
8723 L:      linux-media@vger.kernel.org
8724 T:      git git://linuxtv.org/media_tree.git
8725 W:      http://linuxtv.org
8726 S:      Maintained
8727 F:      drivers/media/radio/si470x/radio-si470x-common.c
8728 F:      drivers/media/radio/si470x/radio-si470x.h
8729 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8730
8731 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8732 M:      Eduardo Valentin <edubezval@gmail.com>
8733 L:      linux-media@vger.kernel.org
8734 T:      git git://linuxtv.org/media_tree.git
8735 W:      http://linuxtv.org
8736 S:      Odd Fixes
8737 F:      drivers/media/radio/si4713/si4713.?
8738
8739 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8740 M:      Eduardo Valentin <edubezval@gmail.com>
8741 L:      linux-media@vger.kernel.org
8742 T:      git git://linuxtv.org/media_tree.git
8743 W:      http://linuxtv.org
8744 S:      Odd Fixes
8745 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8746
8747 SI4713 FM RADIO TRANSMITTER USB DRIVER
8748 M:      Hans Verkuil <hverkuil@xs4all.nl>
8749 L:      linux-media@vger.kernel.org
8750 T:      git git://linuxtv.org/media_tree.git
8751 W:      http://linuxtv.org
8752 S:      Maintained
8753 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8754
8755 SIANO DVB DRIVER
8756 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8757 L:      linux-media@vger.kernel.org
8758 W:      http://linuxtv.org
8759 T:      git git://linuxtv.org/media_tree.git
8760 S:      Odd fixes
8761 F:      drivers/media/common/siano/
8762 F:      drivers/media/usb/siano/
8763 F:      drivers/media/usb/siano/
8764 F:      drivers/media/mmc/siano/
8765
8766 SIMPLEFB FB DRIVER
8767 M:      Hans de Goede <hdegoede@redhat.com>
8768 L:      linux-fbdev@vger.kernel.org
8769 S:      Maintained
8770 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8771 F:      drivers/video/fbdev/simplefb.c
8772 F:      include/linux/platform_data/simplefb.h
8773
8774 SH_VEU V4L2 MEM2MEM DRIVER
8775 L:      linux-media@vger.kernel.org
8776 S:      Orphan
8777 F:      drivers/media/platform/sh_veu.c
8778
8779 SH_VOU V4L2 OUTPUT DRIVER
8780 L:      linux-media@vger.kernel.org
8781 S:      Orphan
8782 F:      drivers/media/platform/sh_vou.c
8783 F:      include/media/sh_vou.h
8784
8785 SIMPLE FIRMWARE INTERFACE (SFI)
8786 M:      Len Brown <lenb@kernel.org>
8787 L:      sfi-devel@simplefirmware.org
8788 W:      http://simplefirmware.org/
8789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8790 S:      Supported
8791 F:      arch/x86/platform/sfi/
8792 F:      drivers/sfi/
8793 F:      include/linux/sfi*.h
8794
8795 SIMTEC EB110ATX (Chalice CATS)
8796 P:      Ben Dooks
8797 P:      Vincent Sanders <vince@simtec.co.uk>
8798 M:      Simtec Linux Team <linux@simtec.co.uk>
8799 W:      http://www.simtec.co.uk/products/EB110ATX/
8800 S:      Supported
8801
8802 SIMTEC EB2410ITX (BAST)
8803 P:      Ben Dooks
8804 P:      Vincent Sanders <vince@simtec.co.uk>
8805 M:      Simtec Linux Team <linux@simtec.co.uk>
8806 W:      http://www.simtec.co.uk/products/EB2410ITX/
8807 S:      Supported
8808 F:      arch/arm/mach-s3c24xx/mach-bast.c
8809 F:      arch/arm/mach-s3c24xx/bast-ide.c
8810 F:      arch/arm/mach-s3c24xx/bast-irq.c
8811
8812 TI DAVINCI MACHINE SUPPORT
8813 M:      Sekhar Nori <nsekhar@ti.com>
8814 M:      Kevin Hilman <khilman@deeprootsystems.com>
8815 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8816 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8817 S:      Supported
8818 F:      arch/arm/mach-davinci/
8819 F:      drivers/i2c/busses/i2c-davinci.c
8820
8821 TI DAVINCI SERIES MEDIA DRIVER
8822 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8823 L:      linux-media@vger.kernel.org
8824 W:      http://linuxtv.org/
8825 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8826 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8827 S:      Maintained
8828 F:      drivers/media/platform/davinci/
8829 F:      include/media/davinci/
8830
8831 TI AM437X VPFE DRIVER
8832 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8833 L:      linux-media@vger.kernel.org
8834 W:      http://linuxtv.org/
8835 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8836 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8837 S:      Maintained
8838 F:      drivers/media/platform/am437x/
8839
8840 SIS 190 ETHERNET DRIVER
8841 M:      Francois Romieu <romieu@fr.zoreil.com>
8842 L:      netdev@vger.kernel.org
8843 S:      Maintained
8844 F:      drivers/net/ethernet/sis/sis190.c
8845
8846 SIS 900/7016 FAST ETHERNET DRIVER
8847 M:      Daniele Venzano <venza@brownhat.org>
8848 W:      http://www.brownhat.org/sis900.html
8849 L:      netdev@vger.kernel.org
8850 S:      Maintained
8851 F:      drivers/net/ethernet/sis/sis900.*
8852
8853 SIS FRAMEBUFFER DRIVER
8854 M:      Thomas Winischhofer <thomas@winischhofer.net>
8855 W:      http://www.winischhofer.net/linuxsisvga.shtml
8856 S:      Maintained
8857 F:      Documentation/fb/sisfb.txt
8858 F:      drivers/video/fbdev/sis/
8859 F:      include/video/sisfb.h
8860
8861 SIS USB2VGA DRIVER
8862 M:      Thomas Winischhofer <thomas@winischhofer.net>
8863 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8864 S:      Maintained
8865 F:      drivers/usb/misc/sisusbvga/
8866
8867 SLAB ALLOCATOR
8868 M:      Christoph Lameter <cl@linux.com>
8869 M:      Pekka Enberg <penberg@kernel.org>
8870 M:      David Rientjes <rientjes@google.com>
8871 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8872 M:      Andrew Morton <akpm@linux-foundation.org>
8873 L:      linux-mm@kvack.org
8874 S:      Maintained
8875 F:      include/linux/sl?b*.h
8876 F:      mm/sl?b*
8877
8878 SLEEPABLE READ-COPY UPDATE (SRCU)
8879 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8880 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8881 M:      Josh Triplett <josh@joshtriplett.org>
8882 R:      Steven Rostedt <rostedt@goodmis.org>
8883 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8884 L:      linux-kernel@vger.kernel.org
8885 W:      http://www.rdrop.com/users/paulmck/RCU/
8886 S:      Supported
8887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8888 F:      include/linux/srcu.h
8889 F:      kernel/rcu/srcu.c
8890
8891 SMACK SECURITY MODULE
8892 M:      Casey Schaufler <casey@schaufler-ca.com>
8893 L:      linux-security-module@vger.kernel.org
8894 W:      http://schaufler-ca.com
8895 T:      git git://git.gitorious.org/smack-next/kernel.git
8896 S:      Maintained
8897 F:      Documentation/security/Smack.txt
8898 F:      security/smack/
8899
8900 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8901 M:      Kevin Hilman <khilman@kernel.org>
8902 M:      Nishanth Menon <nm@ti.com>
8903 S:      Maintained
8904 F:      drivers/power/avs/
8905 F:      include/linux/power/smartreflex.h
8906 L:      linux-pm@vger.kernel.org
8907
8908 SMC91x ETHERNET DRIVER
8909 M:      Nicolas Pitre <nico@fluxnic.net>
8910 S:      Odd Fixes
8911 F:      drivers/net/ethernet/smsc/smc91x.*
8912
8913 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8914 M:      Sakari Ailus <sakari.ailus@iki.fi>
8915 L:      linux-media@vger.kernel.org
8916 S:      Maintained
8917 F:      drivers/media/i2c/smiapp/
8918 F:      include/media/smiapp.h
8919 F:      drivers/media/i2c/smiapp-pll.c
8920 F:      drivers/media/i2c/smiapp-pll.h
8921 F:      include/uapi/linux/smiapp.h
8922 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
8923
8924 SMM665 HARDWARE MONITOR DRIVER
8925 M:      Guenter Roeck <linux@roeck-us.net>
8926 L:      lm-sensors@lm-sensors.org
8927 S:      Maintained
8928 F:      Documentation/hwmon/smm665
8929 F:      drivers/hwmon/smm665.c
8930
8931 SMSC EMC2103 HARDWARE MONITOR DRIVER
8932 M:      Steve Glendinning <steve.glendinning@shawell.net>
8933 L:      lm-sensors@lm-sensors.org
8934 S:      Maintained
8935 F:      Documentation/hwmon/emc2103
8936 F:      drivers/hwmon/emc2103.c
8937
8938 SMSC SCH5627 HARDWARE MONITOR DRIVER
8939 M:      Hans de Goede <hdegoede@redhat.com>
8940 L:      lm-sensors@lm-sensors.org
8941 S:      Supported
8942 F:      Documentation/hwmon/sch5627
8943 F:      drivers/hwmon/sch5627.c
8944
8945 SMSC47B397 HARDWARE MONITOR DRIVER
8946 M:      Jean Delvare <jdelvare@suse.de>
8947 L:      lm-sensors@lm-sensors.org
8948 S:      Maintained
8949 F:      Documentation/hwmon/smsc47b397
8950 F:      drivers/hwmon/smsc47b397.c
8951
8952 SMSC911x ETHERNET DRIVER
8953 M:      Steve Glendinning <steve.glendinning@shawell.net>
8954 L:      netdev@vger.kernel.org
8955 S:      Maintained
8956 F:      include/linux/smsc911x.h
8957 F:      drivers/net/ethernet/smsc/smsc911x.*
8958
8959 SMSC9420 PCI ETHERNET DRIVER
8960 M:      Steve Glendinning <steve.glendinning@shawell.net>
8961 L:      netdev@vger.kernel.org
8962 S:      Maintained
8963 F:      drivers/net/ethernet/smsc/smsc9420.*
8964
8965 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8966 M:      Steve Glendinning <steve.glendinning@shawell.net>
8967 L:      linux-fbdev@vger.kernel.org
8968 S:      Maintained
8969 F:      drivers/video/fbdev/smscufx.c
8970
8971 SOC-CAMERA V4L2 SUBSYSTEM
8972 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8973 L:      linux-media@vger.kernel.org
8974 T:      git git://linuxtv.org/media_tree.git
8975 S:      Maintained
8976 F:      include/media/soc*
8977 F:      drivers/media/i2c/soc_camera/
8978 F:      drivers/media/platform/soc_camera/
8979
8980 SOEKRIS NET48XX LED SUPPORT
8981 M:      Chris Boot <bootc@bootc.net>
8982 S:      Maintained
8983 F:      drivers/leds/leds-net48xx.c
8984
8985 SOFTLOGIC 6x10 MPEG CODEC
8986 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8987 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8988 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
8989 M:      Ismael Luceno <ismael@iodev.co.uk>
8990 L:      linux-media@vger.kernel.org
8991 S:      Supported
8992 F:      drivers/media/pci/solo6x10/
8993
8994 SOFTWARE RAID (Multiple Disks) SUPPORT
8995 M:      Neil Brown <neilb@suse.de>
8996 L:      linux-raid@vger.kernel.org
8997 S:      Supported
8998 F:      drivers/md/
8999 F:      include/linux/raid/
9000 F:      include/uapi/linux/raid/
9001
9002 SONIC NETWORK DRIVER
9003 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9004 L:      netdev@vger.kernel.org
9005 S:      Maintained
9006 F:      drivers/net/ethernet/natsemi/sonic.*
9007
9008 SONICS SILICON BACKPLANE DRIVER (SSB)
9009 M:      Michael Buesch <m@bues.ch>
9010 L:      netdev@vger.kernel.org
9011 S:      Maintained
9012 F:      drivers/ssb/
9013 F:      include/linux/ssb/
9014
9015 SONY VAIO CONTROL DEVICE DRIVER
9016 M:      Mattia Dongili <malattia@linux.it>
9017 L:      platform-driver-x86@vger.kernel.org
9018 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9019 S:      Maintained
9020 F:      Documentation/laptops/sony-laptop.txt
9021 F:      drivers/char/sonypi.c
9022 F:      drivers/platform/x86/sony-laptop.c
9023 F:      include/linux/sony-laptop.h
9024
9025 SONY MEMORYSTICK CARD SUPPORT
9026 M:      Alex Dubov <oakad@yahoo.com>
9027 W:      http://tifmxx.berlios.de/
9028 S:      Maintained
9029 F:      drivers/memstick/host/tifm_ms.c
9030
9031 SONY MEMORYSTICK STANDARD SUPPORT
9032 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9033 S:      Maintained
9034 F:      drivers/memstick/core/ms_block.*
9035
9036 SOUND
9037 M:      Jaroslav Kysela <perex@perex.cz>
9038 M:      Takashi Iwai <tiwai@suse.de>
9039 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9040 W:      http://www.alsa-project.org/
9041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9042 T:      git git://git.alsa-project.org/alsa-kernel.git
9043 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9044 S:      Maintained
9045 F:      Documentation/sound/
9046 F:      include/sound/
9047 F:      include/uapi/sound/
9048 F:      sound/
9049
9050 SOUND - COMPRESSED AUDIO
9051 M:      Vinod Koul <vinod.koul@intel.com>
9052 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9053 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9054 S:      Supported
9055 F:      Documentation/sound/alsa/compress_offload.txt
9056 F:      include/sound/compress_driver.h
9057 F:      include/uapi/sound/compress_*
9058 F:      sound/core/compress_offload.c
9059 F:      sound/soc/soc-compress.c
9060
9061 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9062 M:      Liam Girdwood <lgirdwood@gmail.com>
9063 M:      Mark Brown <broonie@kernel.org>
9064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9065 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9066 W:      http://alsa-project.org/main/index.php/ASoC
9067 S:      Supported
9068 F:      Documentation/sound/alsa/soc/
9069 F:      sound/soc/
9070 F:      include/sound/soc*
9071
9072 SOUND - DMAENGINE HELPERS
9073 M:      Lars-Peter Clausen <lars@metafoo.de>
9074 S:      Supported
9075 F:      include/sound/dmaengine_pcm.h
9076 F:      sound/core/pcm_dmaengine.c
9077 F:      sound/soc/soc-generic-dmaengine-pcm.c
9078
9079 SP2 MEDIA DRIVER
9080 M:      Olli Salonen <olli.salonen@iki.fi>
9081 L:      linux-media@vger.kernel.org
9082 W:      http://linuxtv.org/
9083 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9084 S:      Maintained
9085 F:      drivers/media/dvb-frontends/sp2*
9086
9087 SPARC + UltraSPARC (sparc/sparc64)
9088 M:      "David S. Miller" <davem@davemloft.net>
9089 L:      sparclinux@vger.kernel.org
9090 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9092 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9093 S:      Maintained
9094 F:      arch/sparc/
9095 F:      drivers/sbus/
9096
9097 SPARC SERIAL DRIVERS
9098 M:      "David S. Miller" <davem@davemloft.net>
9099 L:      sparclinux@vger.kernel.org
9100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9102 S:      Maintained
9103 F:      include/linux/sunserialcore.h
9104 F:      drivers/tty/serial/suncore.c
9105 F:      drivers/tty/serial/sunhv.c
9106 F:      drivers/tty/serial/sunsab.c
9107 F:      drivers/tty/serial/sunsab.h
9108 F:      drivers/tty/serial/sunsu.c
9109 F:      drivers/tty/serial/sunzilog.c
9110 F:      drivers/tty/serial/sunzilog.h
9111
9112 SPARSE CHECKER
9113 M:      "Christopher Li" <sparse@chrisli.org>
9114 L:      linux-sparse@vger.kernel.org
9115 W:      https://sparse.wiki.kernel.org/
9116 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9117 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9118 S:      Maintained
9119 F:      include/linux/compiler.h
9120
9121 SPEAR PLATFORM SUPPORT
9122 M:      Viresh Kumar <viresh.linux@gmail.com>
9123 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9124 L:      spear-devel@list.st.com
9125 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9126 W:      http://www.st.com/spear
9127 S:      Maintained
9128 F:      arch/arm/mach-spear/
9129
9130 SPEAR CLOCK FRAMEWORK SUPPORT
9131 M:      Viresh Kumar <viresh.linux@gmail.com>
9132 L:      spear-devel@list.st.com
9133 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9134 W:      http://www.st.com/spear
9135 S:      Maintained
9136 F:      drivers/clk/spear/
9137
9138 SPI SUBSYSTEM
9139 M:      Mark Brown <broonie@kernel.org>
9140 L:      linux-spi@vger.kernel.org
9141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9142 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9143 S:      Maintained
9144 F:      Documentation/spi/
9145 F:      drivers/spi/
9146 F:      include/linux/spi/
9147 F:      include/uapi/linux/spi/
9148
9149 SPIDERNET NETWORK DRIVER for CELL
9150 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9151 M:      Jens Osterkamp <jens@de.ibm.com>
9152 L:      netdev@vger.kernel.org
9153 S:      Supported
9154 F:      Documentation/networking/spider_net.txt
9155 F:      drivers/net/ethernet/toshiba/spider_net*
9156
9157 SPU FILE SYSTEM
9158 M:      Jeremy Kerr <jk@ozlabs.org>
9159 L:      linuxppc-dev@lists.ozlabs.org
9160 L:      cbe-oss-dev@lists.ozlabs.org
9161 W:      http://www.ibm.com/developerworks/power/cell/
9162 S:      Supported
9163 F:      Documentation/filesystems/spufs.txt
9164 F:      arch/powerpc/platforms/cell/spufs/
9165
9166 SQUASHFS FILE SYSTEM
9167 M:      Phillip Lougher <phillip@squashfs.org.uk>
9168 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9169 W:      http://squashfs.org.uk
9170 S:      Maintained
9171 F:      Documentation/filesystems/squashfs.txt
9172 F:      fs/squashfs/
9173
9174 SRM (Alpha) environment access
9175 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9176 S:      Maintained
9177 F:      arch/alpha/kernel/srm_env.c
9178
9179 STABLE BRANCH
9180 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9181 L:      stable@vger.kernel.org
9182 S:      Supported
9183 F:      Documentation/stable_kernel_rules.txt
9184
9185 STAGING SUBSYSTEM
9186 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9188 L:      devel@driverdev.osuosl.org
9189 S:      Supported
9190 F:      drivers/staging/
9191
9192 STAGING - COMEDI
9193 M:      Ian Abbott <abbotti@mev.co.uk>
9194 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9195 S:      Odd Fixes
9196 F:      drivers/staging/comedi/
9197
9198 STAGING - FLARION FT1000 DRIVERS
9199 M:      Marek Belisko <marek.belisko@gmail.com>
9200 S:      Odd Fixes
9201 F:      drivers/staging/ft1000/
9202
9203 STAGING - INDUSTRIAL IO
9204 M:      Jonathan Cameron <jic23@kernel.org>
9205 L:      linux-iio@vger.kernel.org
9206 S:      Odd Fixes
9207 F:      drivers/staging/iio/
9208
9209 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9210 M:      Jarod Wilson <jarod@wilsonet.com>
9211 W:      http://www.lirc.org/
9212 S:      Odd Fixes
9213 F:      drivers/staging/media/lirc/
9214
9215 STAGING - LUSTRE PARALLEL FILESYSTEM
9216 M:      Oleg Drokin <oleg.drokin@intel.com>
9217 M:      Andreas Dilger <andreas.dilger@intel.com>
9218 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9219 W:      http://lustre.opensfs.org/
9220 S:      Maintained
9221 F:      drivers/staging/lustre
9222
9223 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9224 M:      Julian Andres Klode <jak@jak-linux.org>
9225 M:      Marc Dietrich <marvin24@gmx.de>
9226 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9227 L:      linux-tegra@vger.kernel.org
9228 S:      Maintained
9229 F:      drivers/staging/nvec/
9230
9231 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9232 M:      Jens Frederich <jfrederich@gmail.com>
9233 M:      Daniel Drake <dsd@laptop.org>
9234 M:      Jon Nettleton <jon.nettleton@gmail.com>
9235 W:      http://wiki.laptop.org/go/DCON
9236 S:      Maintained
9237 F:      drivers/staging/olpc_dcon/
9238
9239 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9240 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9241 S:      Maintained
9242 F:      drivers/staging/ozwpan/
9243
9244 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9245 M:      Willy Tarreau <willy@meta-x.org>
9246 S:      Odd Fixes
9247 F:      drivers/staging/panel/
9248
9249 STAGING - REALTEK RTL8712U DRIVERS
9250 M:      Larry Finger <Larry.Finger@lwfinger.net>
9251 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9252 S:      Odd Fixes
9253 F:      drivers/staging/rtl8712/
9254
9255 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9256 M:      Larry Finger <Larry.Finger@lwfinger.net>
9257 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9258 L:      linux-wireless@vger.kernel.org
9259 S:      Maintained
9260 F:      drivers/staging/rtl8723au/
9261
9262 STAGING - SLICOSS
9263 M:      Lior Dotan <liodot@gmail.com>
9264 M:      Christopher Harrer <charrer@alacritech.com>
9265 S:      Odd Fixes
9266 F:      drivers/staging/slicoss/
9267
9268 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9269 M:      William Hubbs <w.d.hubbs@gmail.com>
9270 M:      Chris Brannon <chris@the-brannons.com>
9271 M:      Kirk Reiser <kirk@reisers.ca>
9272 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9273 L:      speakup@linux-speakup.org
9274 W:      http://www.linux-speakup.org/
9275 S:      Odd Fixes
9276 F:      drivers/staging/speakup/
9277
9278 STAGING - VIA VT665X DRIVERS
9279 M:      Forest Bond <forest@alittletooquiet.net>
9280 S:      Odd Fixes
9281 F:      drivers/staging/vt665?/
9282
9283 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9284 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9285 S:      Odd Fixes
9286 F:      drivers/staging/xgifb/
9287
9288 STARFIRE/DURALAN NETWORK DRIVER
9289 M:      Ion Badulescu <ionut@badula.org>
9290 S:      Odd Fixes
9291 F:      drivers/net/ethernet/adaptec/starfire*
9292
9293 SUN3/3X
9294 M:      Sam Creasey <sammy@sammy.net>
9295 W:      http://sammy.net/sun3/
9296 S:      Maintained
9297 F:      arch/m68k/kernel/*sun3*
9298 F:      arch/m68k/sun3*/
9299 F:      arch/m68k/include/asm/sun3*
9300 F:      drivers/net/ethernet/i825xx/sun3*
9301
9302 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9303 M:      Hans de Goede <hdegoede@redhat.com>
9304 L:      linux-input@vger.kernel.org
9305 S:      Maintained
9306 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9307 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9308
9309 SUNDANCE NETWORK DRIVER
9310 M:      Denis Kirjanov <kda@linux-powerpc.org>
9311 L:      netdev@vger.kernel.org
9312 S:      Maintained
9313 F:      drivers/net/ethernet/dlink/sundance.c
9314
9315 SUPERH
9316 L:      linux-sh@vger.kernel.org
9317 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9318 S:      Orphan
9319 F:      Documentation/sh/
9320 F:      arch/sh/
9321 F:      drivers/sh/
9322
9323 SUSPEND TO RAM
9324 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9325 M:      Len Brown <len.brown@intel.com>
9326 M:      Pavel Machek <pavel@ucw.cz>
9327 L:      linux-pm@vger.kernel.org
9328 S:      Supported
9329 F:      Documentation/power/
9330 F:      arch/x86/kernel/acpi/
9331 F:      drivers/base/power/
9332 F:      kernel/power/
9333 F:      include/linux/suspend.h
9334 F:      include/linux/freezer.h
9335 F:      include/linux/pm.h
9336
9337 SVGA HANDLING
9338 M:      Martin Mares <mj@ucw.cz>
9339 L:      linux-video@atrey.karlin.mff.cuni.cz
9340 S:      Maintained
9341 F:      Documentation/svga.txt
9342 F:      arch/x86/boot/video*
9343
9344 SWIOTLB SUBSYSTEM
9345 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9346 L:      linux-kernel@vger.kernel.org
9347 S:      Supported
9348 F:      lib/swiotlb.c
9349 F:      arch/*/kernel/pci-swiotlb.c
9350 F:      include/linux/swiotlb.h
9351
9352 SWITCHDEV
9353 M:      Jiri Pirko <jiri@resnulli.us>
9354 L:      netdev@vger.kernel.org
9355 S:      Supported
9356 F:      net/switchdev/
9357 F:      include/net/switchdev.h
9358
9359 SYNOPSYS ARC ARCHITECTURE
9360 M:      Vineet Gupta <vgupta@synopsys.com>
9361 S:      Supported
9362 F:      arch/arc/
9363 F:      Documentation/devicetree/bindings/arc/
9364 F:      drivers/tty/serial/arc_uart.c
9365
9366 SYSV FILESYSTEM
9367 M:      Christoph Hellwig <hch@infradead.org>
9368 S:      Maintained
9369 F:      Documentation/filesystems/sysv-fs.txt
9370 F:      fs/sysv/
9371 F:      include/linux/sysv_fs.h
9372
9373 TARGET SUBSYSTEM
9374 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9375 L:      linux-scsi@vger.kernel.org
9376 L:      target-devel@vger.kernel.org
9377 W:      http://www.linux-iscsi.org
9378 W:      http://groups.google.com/group/linux-iscsi-target-dev
9379 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9380 S:      Supported
9381 F:      drivers/target/
9382 F:      include/target/
9383 F:      Documentation/target/
9384
9385 TASKSTATS STATISTICS INTERFACE
9386 M:      Balbir Singh <bsingharora@gmail.com>
9387 S:      Maintained
9388 F:      Documentation/accounting/taskstats*
9389 F:      include/linux/taskstats*
9390 F:      kernel/taskstats.c
9391
9392 TC CLASSIFIER
9393 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9394 L:      netdev@vger.kernel.org
9395 S:      Maintained
9396 F:      include/net/pkt_cls.h
9397 F:      include/uapi/linux/pkt_cls.h
9398 F:      net/sched/
9399
9400 TCP LOW PRIORITY MODULE
9401 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9402 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9403 W:      http://tcp-lp-mod.sourceforge.net/
9404 S:      Maintained
9405 F:      net/ipv4/tcp_lp.c
9406
9407 TDA10071 MEDIA DRIVER
9408 M:      Antti Palosaari <crope@iki.fi>
9409 L:      linux-media@vger.kernel.org
9410 W:      http://linuxtv.org/
9411 W:      http://palosaari.fi/linux/
9412 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9413 T:      git git://linuxtv.org/anttip/media_tree.git
9414 S:      Maintained
9415 F:      drivers/media/dvb-frontends/tda10071*
9416
9417 TDA18212 MEDIA DRIVER
9418 M:      Antti Palosaari <crope@iki.fi>
9419 L:      linux-media@vger.kernel.org
9420 W:      http://linuxtv.org/
9421 W:      http://palosaari.fi/linux/
9422 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9423 T:      git git://linuxtv.org/anttip/media_tree.git
9424 S:      Maintained
9425 F:      drivers/media/tuners/tda18212*
9426
9427 TDA18218 MEDIA DRIVER
9428 M:      Antti Palosaari <crope@iki.fi>
9429 L:      linux-media@vger.kernel.org
9430 W:      http://linuxtv.org/
9431 W:      http://palosaari.fi/linux/
9432 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9433 T:      git git://linuxtv.org/anttip/media_tree.git
9434 S:      Maintained
9435 F:      drivers/media/tuners/tda18218*
9436
9437 TDA18271 MEDIA DRIVER
9438 M:      Michael Krufky <mkrufky@linuxtv.org>
9439 L:      linux-media@vger.kernel.org
9440 W:      http://linuxtv.org/
9441 W:      http://github.com/mkrufky
9442 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9443 T:      git git://linuxtv.org/mkrufky/tuners.git
9444 S:      Maintained
9445 F:      drivers/media/tuners/tda18271*
9446
9447 TDA827x MEDIA DRIVER
9448 M:      Michael Krufky <mkrufky@linuxtv.org>
9449 L:      linux-media@vger.kernel.org
9450 W:      http://linuxtv.org/
9451 W:      http://github.com/mkrufky
9452 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9453 T:      git git://linuxtv.org/mkrufky/tuners.git
9454 S:      Maintained
9455 F:      drivers/media/tuners/tda8290.*
9456
9457 TDA8290 MEDIA DRIVER
9458 M:      Michael Krufky <mkrufky@linuxtv.org>
9459 L:      linux-media@vger.kernel.org
9460 W:      http://linuxtv.org/
9461 W:      http://github.com/mkrufky
9462 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9463 T:      git git://linuxtv.org/mkrufky/tuners.git
9464 S:      Maintained
9465 F:      drivers/media/tuners/tda8290.*
9466
9467 TDA9840 MEDIA DRIVER
9468 M:      Hans Verkuil <hverkuil@xs4all.nl>
9469 L:      linux-media@vger.kernel.org
9470 T:      git git://linuxtv.org/media_tree.git
9471 W:      http://linuxtv.org
9472 S:      Maintained
9473 F:      drivers/media/i2c/tda9840*
9474
9475 TEA5761 TUNER DRIVER
9476 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9477 L:      linux-media@vger.kernel.org
9478 W:      http://linuxtv.org
9479 T:      git git://linuxtv.org/media_tree.git
9480 S:      Odd fixes
9481 F:      drivers/media/tuners/tea5761.*
9482
9483 TEA5767 TUNER DRIVER
9484 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9485 L:      linux-media@vger.kernel.org
9486 W:      http://linuxtv.org
9487 T:      git git://linuxtv.org/media_tree.git
9488 S:      Maintained
9489 F:      drivers/media/tuners/tea5767.*
9490
9491 TEA6415C MEDIA DRIVER
9492 M:      Hans Verkuil <hverkuil@xs4all.nl>
9493 L:      linux-media@vger.kernel.org
9494 T:      git git://linuxtv.org/media_tree.git
9495 W:      http://linuxtv.org
9496 S:      Maintained
9497 F:      drivers/media/i2c/tea6415c*
9498
9499 TEA6420 MEDIA DRIVER
9500 M:      Hans Verkuil <hverkuil@xs4all.nl>
9501 L:      linux-media@vger.kernel.org
9502 T:      git git://linuxtv.org/media_tree.git
9503 W:      http://linuxtv.org
9504 S:      Maintained
9505 F:      drivers/media/i2c/tea6420*
9506
9507 TEAM DRIVER
9508 M:      Jiri Pirko <jiri@resnulli.us>
9509 L:      netdev@vger.kernel.org
9510 S:      Supported
9511 F:      drivers/net/team/
9512 F:      include/linux/if_team.h
9513 F:      include/uapi/linux/if_team.h
9514
9515 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9516 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9517 S:      Maintained
9518 F:      arch/x86/platform/ts5500/
9519
9520 TECHNOTREND USB IR RECEIVER
9521 M:      Sean Young <sean@mess.org>
9522 L:      linux-media@vger.kernel.org
9523 S:      Maintained
9524 F:      drivers/media/rc/ttusbir.c
9525
9526 TEGRA ARCHITECTURE SUPPORT
9527 M:      Stephen Warren <swarren@wwwdotorg.org>
9528 M:      Thierry Reding <thierry.reding@gmail.com>
9529 M:      Alexandre Courbot <gnurou@gmail.com>
9530 L:      linux-tegra@vger.kernel.org
9531 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9533 S:      Supported
9534 N:      [^a-z]tegra
9535
9536 TEGRA CLOCK DRIVER
9537 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9538 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9539 S:      Supported
9540 F:      drivers/clk/tegra/
9541
9542 TEGRA DMA DRIVER
9543 M:      Laxman Dewangan <ldewangan@nvidia.com>
9544 S:      Supported
9545 F:      drivers/dma/tegra20-apb-dma.c
9546
9547 TEGRA I2C DRIVER
9548 M:      Laxman Dewangan <ldewangan@nvidia.com>
9549 S:      Supported
9550 F:      drivers/i2c/busses/i2c-tegra.c
9551
9552 TEGRA IOMMU DRIVERS
9553 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9554 S:      Supported
9555 F:      drivers/iommu/tegra*
9556
9557 TEGRA KBC DRIVER
9558 M:      Rakesh Iyer <riyer@nvidia.com>
9559 M:      Laxman Dewangan <ldewangan@nvidia.com>
9560 S:      Supported
9561 F:      drivers/input/keyboard/tegra-kbc.c
9562
9563 TEGRA PWM DRIVER
9564 M:      Thierry Reding <thierry.reding@gmail.com>
9565 S:      Supported
9566 F:      drivers/pwm/pwm-tegra.c
9567
9568 TEGRA SERIAL DRIVER
9569 M:      Laxman Dewangan <ldewangan@nvidia.com>
9570 S:      Supported
9571 F:      drivers/tty/serial/serial-tegra.c
9572
9573 TEGRA SPI DRIVER
9574 M:      Laxman Dewangan <ldewangan@nvidia.com>
9575 S:      Supported
9576 F:      drivers/spi/spi-tegra*
9577
9578 TEHUTI ETHERNET DRIVER
9579 M:      Andy Gospodarek <andy@greyhouse.net>
9580 L:      netdev@vger.kernel.org
9581 S:      Supported
9582 F:      drivers/net/ethernet/tehuti/*
9583
9584 Telecom Clock Driver for MCPL0010
9585 M:      Mark Gross <mark.gross@intel.com>
9586 S:      Supported
9587 F:      drivers/char/tlclk.c
9588
9589 TENSILICA XTENSA PORT (xtensa)
9590 M:      Chris Zankel <chris@zankel.net>
9591 M:      Max Filippov <jcmvbkbc@gmail.com>
9592 L:      linux-xtensa@linux-xtensa.org
9593 S:      Maintained
9594 F:      arch/xtensa/
9595 F:      drivers/irqchip/irq-xtensa-*
9596
9597 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9598 M:      Hans Verkuil <hverkuil@xs4all.nl>
9599 L:      linux-media@vger.kernel.org
9600 T:      git git://linuxtv.org/media_tree.git
9601 W:      http://linuxtv.org
9602 S:      Maintained
9603 F:      drivers/media/radio/radio-raremono.c
9604
9605 THERMAL
9606 M:      Zhang Rui <rui.zhang@intel.com>
9607 M:      Eduardo Valentin <edubezval@gmail.com>
9608 L:      linux-pm@vger.kernel.org
9609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9611 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9612 S:      Supported
9613 F:      drivers/thermal/
9614 F:      include/linux/thermal.h
9615 F:      include/uapi/linux/thermal.h
9616 F:      include/linux/cpu_cooling.h
9617 F:      Documentation/devicetree/bindings/thermal/
9618
9619 THINGM BLINK(1) USB RGB LED DRIVER
9620 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9621 S:      Maintained
9622 F:      drivers/hid/hid-thingm.c
9623
9624 THINKPAD ACPI EXTRAS DRIVER
9625 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9626 L:      ibm-acpi-devel@lists.sourceforge.net
9627 L:      platform-driver-x86@vger.kernel.org
9628 W:      http://ibm-acpi.sourceforge.net
9629 W:      http://thinkwiki.org/wiki/Ibm-acpi
9630 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9631 S:      Maintained
9632 F:      drivers/platform/x86/thinkpad_acpi.c
9633
9634 TI BANDGAP AND THERMAL DRIVER
9635 M:      Eduardo Valentin <edubezval@gmail.com>
9636 L:      linux-pm@vger.kernel.org
9637 L:      linux-omap@vger.kernel.org
9638 S:      Maintained
9639 F:      drivers/thermal/ti-soc-thermal/
9640
9641 TI CLOCK DRIVER
9642 M:      Tero Kristo <t-kristo@ti.com>
9643 L:      linux-omap@vger.kernel.org
9644 S:      Maintained
9645 F:      drivers/clk/ti/
9646 F:      include/linux/clk/ti.h
9647
9648 TI FLASH MEDIA INTERFACE DRIVER
9649 M:      Alex Dubov <oakad@yahoo.com>
9650 S:      Maintained
9651 F:      drivers/misc/tifm*
9652 F:      drivers/mmc/host/tifm_sd.c
9653 F:      include/linux/tifm.h
9654
9655 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9656 M:      Santosh Shilimkar <ssantosh@kernel.org>
9657 L:      linux-kernel@vger.kernel.org
9658 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9659 S:      Maintained
9660 F:      drivers/soc/ti/*
9661 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9662
9663
9664 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9665 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9666 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9667 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9668 S:      Maintained
9669 F:      sound/soc/codecs/lm49453*
9670 F:      sound/soc/codecs/isabelle*
9671
9672 TI LP855x BACKLIGHT DRIVER
9673 M:      Milo Kim <milo.kim@ti.com>
9674 S:      Maintained
9675 F:      Documentation/backlight/lp855x-driver.txt
9676 F:      drivers/video/backlight/lp855x_bl.c
9677 F:      include/linux/platform_data/lp855x.h
9678
9679 TI LP8727 CHARGER DRIVER
9680 M:      Milo Kim <milo.kim@ti.com>
9681 S:      Maintained
9682 F:      drivers/power/lp8727_charger.c
9683 F:      include/linux/platform_data/lp8727.h
9684
9685 TI LP8788 MFD DRIVER
9686 M:      Milo Kim <milo.kim@ti.com>
9687 S:      Maintained
9688 F:      drivers/iio/adc/lp8788_adc.c
9689 F:      drivers/leds/leds-lp8788.c
9690 F:      drivers/mfd/lp8788*.c
9691 F:      drivers/power/lp8788-charger.c
9692 F:      drivers/regulator/lp8788-*.c
9693 F:      include/linux/mfd/lp8788*.h
9694
9695 TI NETCP ETHERNET DRIVER
9696 M:      Wingman Kwok <w-kwok2@ti.com>
9697 M:      Murali Karicheri <m-karicheri2@ti.com>
9698 L:      netdev@vger.kernel.org
9699 S:      Maintained
9700 F:      drivers/net/ethernet/ti/netcp*
9701
9702 TI TWL4030 SERIES SOC CODEC DRIVER
9703 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9704 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9705 S:      Maintained
9706 F:      sound/soc/codecs/twl4030*
9707
9708 TI WILINK WIRELESS DRIVERS
9709 L:      linux-wireless@vger.kernel.org
9710 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9711 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9713 S:      Orphan
9714 F:      drivers/net/wireless/ti/
9715 F:      include/linux/wl12xx.h
9716
9717 TIPC NETWORK LAYER
9718 M:      Jon Maloy <jon.maloy@ericsson.com>
9719 M:      Allan Stephens <allan.stephens@windriver.com>
9720 L:      netdev@vger.kernel.org (core kernel code)
9721 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9722 W:      http://tipc.sourceforge.net/
9723 S:      Maintained
9724 F:      include/uapi/linux/tipc*.h
9725 F:      net/tipc/
9726
9727 TILE ARCHITECTURE
9728 M:      Chris Metcalf <cmetcalf@ezchip.com>
9729 W:      http://www.ezchip.com/scm/
9730 S:      Supported
9731 F:      arch/tile/
9732 F:      drivers/char/tile-srom.c
9733 F:      drivers/edac/tile_edac.c
9734 F:      drivers/net/ethernet/tile/
9735 F:      drivers/rtc/rtc-tile.c
9736 F:      drivers/tty/hvc/hvc_tile.c
9737 F:      drivers/tty/serial/tilegx.c
9738 F:      drivers/usb/host/*-tilegx.c
9739 F:      include/linux/usb/tilegx.h
9740
9741 TLAN NETWORK DRIVER
9742 M:      Samuel Chessman <chessman@tux.org>
9743 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9744 W:      http://sourceforge.net/projects/tlan/
9745 S:      Maintained
9746 F:      Documentation/networking/tlan.txt
9747 F:      drivers/net/ethernet/ti/tlan.*
9748
9749 TOMOYO SECURITY MODULE
9750 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9751 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9752 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9753 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9754 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9755 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9756 W:      http://tomoyo.sourceforge.jp/
9757 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9758 S:      Maintained
9759 F:      security/tomoyo/
9760
9761 TOPSTAR LAPTOP EXTRAS DRIVER
9762 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9763 L:      platform-driver-x86@vger.kernel.org
9764 S:      Maintained
9765 F:      drivers/platform/x86/topstar-laptop.c
9766
9767 TOSHIBA ACPI EXTRAS DRIVER
9768 L:      platform-driver-x86@vger.kernel.org
9769 S:      Orphan
9770 F:      drivers/platform/x86/toshiba_acpi.c
9771
9772 TOSHIBA SMM DRIVER
9773 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9774 L:      tlinux-users@tce.toshiba-dme.co.jp
9775 W:      http://www.buzzard.org.uk/toshiba/
9776 S:      Maintained
9777 F:      drivers/char/toshiba.c
9778 F:      include/linux/toshiba.h
9779 F:      include/uapi/linux/toshiba.h
9780
9781 TMIO MMC DRIVER
9782 M:      Ian Molton <ian.molton@codethink.co.uk>
9783 L:      linux-mmc@vger.kernel.org
9784 S:      Maintained
9785 F:      drivers/mmc/host/tmio_mmc*
9786 F:      drivers/mmc/host/sh_mobile_sdhi.c
9787 F:      include/linux/mmc/tmio.h
9788 F:      include/linux/mmc/sh_mobile_sdhi.h
9789
9790 TMP401 HARDWARE MONITOR DRIVER
9791 M:      Guenter Roeck <linux@roeck-us.net>
9792 L:      lm-sensors@lm-sensors.org
9793 S:      Maintained
9794 F:      Documentation/hwmon/tmp401
9795 F:      drivers/hwmon/tmp401.c
9796
9797 TMPFS (SHMEM FILESYSTEM)
9798 M:      Hugh Dickins <hughd@google.com>
9799 L:      linux-mm@kvack.org
9800 S:      Maintained
9801 F:      include/linux/shmem_fs.h
9802 F:      mm/shmem.c
9803
9804 TM6000 VIDEO4LINUX DRIVER
9805 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9806 L:      linux-media@vger.kernel.org
9807 W:      http://linuxtv.org
9808 T:      git git://linuxtv.org/media_tree.git
9809 S:      Odd fixes
9810 F:      drivers/media/usb/tm6000/
9811
9812 TW68 VIDEO4LINUX DRIVER
9813 M:      Hans Verkuil <hverkuil@xs4all.nl>
9814 L:      linux-media@vger.kernel.org
9815 T:      git git://linuxtv.org/media_tree.git
9816 W:      http://linuxtv.org
9817 S:      Odd Fixes
9818 F:      drivers/media/pci/tw68/
9819
9820 TPM DEVICE DRIVER
9821 M:      Peter Huewe <peterhuewe@gmx.de>
9822 M:      Marcel Selhorst <tpmdd@selhorst.net>
9823 W:      http://tpmdd.sourceforge.net
9824 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9825 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
9826 T:      https://github.com/PeterHuewe/linux-tpmdd
9827 S:      Maintained
9828 F:      drivers/char/tpm/
9829
9830 TPM IBM_VTPM DEVICE DRIVER
9831 M:      Ashley Lai <ashleydlai@gmail.com>
9832 W:      http://tpmdd.sourceforge.net
9833 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9834 S:      Maintained
9835 F:      drivers/char/tpm/tpm_ibmvtpm*
9836
9837 TRACING
9838 M:      Steven Rostedt <rostedt@goodmis.org>
9839 M:      Ingo Molnar <mingo@redhat.com>
9840 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9841 S:      Maintained
9842 F:      Documentation/trace/ftrace.txt
9843 F:      arch/*/*/*/ftrace.h
9844 F:      arch/*/kernel/ftrace.c
9845 F:      include/*/ftrace.h
9846 F:      include/linux/trace*.h
9847 F:      include/trace/
9848 F:      kernel/trace/
9849 F:      tools/testing/selftests/ftrace/
9850
9851 TRIVIAL PATCHES
9852 M:      Jiri Kosina <trivial@kernel.org>
9853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9854 S:      Maintained
9855 K:      ^Subject:.*(?i)trivial
9856
9857 TTY LAYER
9858 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9859 M:      Jiri Slaby <jslaby@suse.cz>
9860 S:      Supported
9861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9862 F:      drivers/tty/
9863 F:      drivers/tty/serial/serial_core.c
9864 F:      include/linux/serial_core.h
9865 F:      include/linux/serial.h
9866 F:      include/linux/tty.h
9867 F:      include/uapi/linux/serial_core.h
9868 F:      include/uapi/linux/serial.h
9869 F:      include/uapi/linux/tty.h
9870
9871 TUA9001 MEDIA DRIVER
9872 M:      Antti Palosaari <crope@iki.fi>
9873 L:      linux-media@vger.kernel.org
9874 W:      http://linuxtv.org/
9875 W:      http://palosaari.fi/linux/
9876 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9877 T:      git git://linuxtv.org/anttip/media_tree.git
9878 S:      Maintained
9879 F:      drivers/media/tuners/tua9001*
9880
9881 TULIP NETWORK DRIVERS
9882 M:      Grant Grundler <grundler@parisc-linux.org>
9883 L:      netdev@vger.kernel.org
9884 S:      Maintained
9885 F:      drivers/net/ethernet/dec/tulip/
9886
9887 TUN/TAP driver
9888 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9889 W:      http://vtun.sourceforge.net/tun
9890 S:      Maintained
9891 F:      Documentation/networking/tuntap.txt
9892 F:      arch/um/os-Linux/drivers/
9893
9894 TURBOCHANNEL SUBSYSTEM
9895 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9896 M:      Ralf Baechle <ralf@linux-mips.org>
9897 L:      linux-mips@linux-mips.org
9898 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9899 S:      Maintained
9900 F:      drivers/tc/
9901 F:      include/linux/tc.h
9902
9903 U14-34F SCSI DRIVER
9904 M:      Dario Ballabio <ballabio_dario@emc.com>
9905 L:      linux-scsi@vger.kernel.org
9906 S:      Maintained
9907 F:      drivers/scsi/u14-34f.c
9908
9909 UBI FILE SYSTEM (UBIFS)
9910 M:      Artem Bityutskiy <dedekind1@gmail.com>
9911 M:      Adrian Hunter <adrian.hunter@intel.com>
9912 L:      linux-mtd@lists.infradead.org
9913 T:      git git://git.infradead.org/ubifs-2.6.git
9914 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9915 S:      Maintained
9916 F:      Documentation/filesystems/ubifs.txt
9917 F:      fs/ubifs/
9918
9919 UCLINUX (AND M68KNOMMU)
9920 M:      Greg Ungerer <gerg@uclinux.org>
9921 W:      http://www.uclinux.org/
9922 L:      uclinux-dev@uclinux.org  (subscribers-only)
9923 S:      Maintained
9924 F:      arch/m68k/*/*_no.*
9925 F:      arch/m68k/include/asm/*_no.*
9926
9927 UDF FILESYSTEM
9928 M:      Jan Kara <jack@suse.cz>
9929 S:      Maintained
9930 F:      Documentation/filesystems/udf.txt
9931 F:      fs/udf/
9932
9933 UFS FILESYSTEM
9934 M:      Evgeniy Dushistov <dushistov@mail.ru>
9935 S:      Maintained
9936 F:      Documentation/filesystems/ufs.txt
9937 F:      fs/ufs/
9938
9939 UHID USERSPACE HID IO DRIVER:
9940 M:      David Herrmann <dh.herrmann@googlemail.com>
9941 L:      linux-input@vger.kernel.org
9942 S:      Maintained
9943 F:      drivers/hid/uhid.c
9944 F:      include/uapi/linux/uhid.h
9945
9946 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9947 L:      linux-usb@vger.kernel.org
9948 S:      Orphan
9949 F:      drivers/uwb/
9950 F:      include/linux/uwb.h
9951 F:      include/linux/uwb/
9952
9953 UNICORE32 ARCHITECTURE:
9954 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9955 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9956 S:      Maintained
9957 T:      git git://github.com/gxt/linux.git
9958 F:      arch/unicore32/
9959
9960 UNIFDEF
9961 M:      Tony Finch <dot@dotat.at>
9962 W:      http://dotat.at/prog/unifdef
9963 S:      Maintained
9964 F:      scripts/unifdef.c
9965
9966 UNIFORM CDROM DRIVER
9967 M:      Jens Axboe <axboe@kernel.dk>
9968 W:      http://www.kernel.dk
9969 S:      Maintained
9970 F:      Documentation/cdrom/
9971 F:      drivers/cdrom/cdrom.c
9972 F:      include/linux/cdrom.h
9973 F:      include/uapi/linux/cdrom.h
9974
9975 UNISYS S-PAR DRIVERS
9976 M:     Benjamin Romer <benjamin.romer@unisys.com>
9977 M:     David Kershner <david.kershner@unisys.com>
9978 L:     sparmaintainer@unisys.com (Unisys internal)
9979 S:     Supported
9980 F:     drivers/staging/unisys/
9981
9982 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9983 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9984 L:      linux-scsi@vger.kernel.org
9985 S:      Supported
9986 F:      Documentation/scsi/ufs.txt
9987 F:      drivers/scsi/ufs/
9988
9989 UNSORTED BLOCK IMAGES (UBI)
9990 M:      Artem Bityutskiy <dedekind1@gmail.com>
9991 W:      http://www.linux-mtd.infradead.org/
9992 L:      linux-mtd@lists.infradead.org
9993 T:      git git://git.infradead.org/ubifs-2.6.git
9994 S:      Maintained
9995 F:      drivers/mtd/ubi/
9996 F:      include/linux/mtd/ubi.h
9997 F:      include/uapi/mtd/ubi-user.h
9998
9999 UNSORTED BLOCK IMAGES (UBI) Fastmap
10000 M:      Richard Weinberger <richard@nod.at>
10001 L:      linux-mtd@lists.infradead.org
10002 S:      Maintained
10003 F:      drivers/mtd/ubi/fastmap.c
10004
10005 USB ACM DRIVER
10006 M:      Oliver Neukum <oliver@neukum.org>
10007 L:      linux-usb@vger.kernel.org
10008 S:      Maintained
10009 F:      Documentation/usb/acm.txt
10010 F:      drivers/usb/class/cdc-acm.*
10011
10012 USB AR5523 WIRELESS DRIVER
10013 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10014 L:      linux-wireless@vger.kernel.org
10015 S:      Maintained
10016 F:      drivers/net/wireless/ath/ar5523/
10017
10018 USB ATTACHED SCSI
10019 M:      Hans de Goede <hdegoede@redhat.com>
10020 M:      Gerd Hoffmann <kraxel@redhat.com>
10021 L:      linux-usb@vger.kernel.org
10022 L:      linux-scsi@vger.kernel.org
10023 S:      Maintained
10024 F:      drivers/usb/storage/uas.c
10025
10026 USB CDC ETHERNET DRIVER
10027 M:      Oliver Neukum <oliver@neukum.org>
10028 L:      linux-usb@vger.kernel.org
10029 S:      Maintained
10030 F:      drivers/net/usb/cdc_*.c
10031 F:      include/uapi/linux/usb/cdc.h
10032
10033 USB CYPRESS C67X00 DRIVER
10034 M:      Peter Korsgaard <jacmet@sunsite.dk>
10035 L:      linux-usb@vger.kernel.org
10036 S:      Maintained
10037 F:      drivers/usb/c67x00/
10038
10039 USB DAVICOM DM9601 DRIVER
10040 M:      Peter Korsgaard <jacmet@sunsite.dk>
10041 L:      netdev@vger.kernel.org
10042 W:      http://www.linux-usb.org/usbnet
10043 S:      Maintained
10044 F:      drivers/net/usb/dm9601.c
10045
10046 USB DIAMOND RIO500 DRIVER
10047 M:      Cesar Miquel <miquel@df.uba.ar>
10048 L:      rio500-users@lists.sourceforge.net
10049 W:      http://rio500.sourceforge.net
10050 S:      Maintained
10051 F:      drivers/usb/misc/rio500*
10052
10053 USB EHCI DRIVER
10054 M:      Alan Stern <stern@rowland.harvard.edu>
10055 L:      linux-usb@vger.kernel.org
10056 S:      Maintained
10057 F:      Documentation/usb/ehci.txt
10058 F:      drivers/usb/host/ehci*
10059
10060 USB GADGET/PERIPHERAL SUBSYSTEM
10061 M:      Felipe Balbi <balbi@ti.com>
10062 L:      linux-usb@vger.kernel.org
10063 W:      http://www.linux-usb.org/gadget
10064 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10065 S:      Maintained
10066 F:      drivers/usb/gadget/
10067 F:      include/linux/usb/gadget*
10068
10069 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10070 M:      Jiri Kosina <jkosina@suse.cz>
10071 L:      linux-usb@vger.kernel.org
10072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10073 S:      Maintained
10074 F:      Documentation/hid/hiddev.txt
10075 F:      drivers/hid/usbhid/
10076
10077 USB ISP116X DRIVER
10078 M:      Olav Kongas <ok@artecdesign.ee>
10079 L:      linux-usb@vger.kernel.org
10080 S:      Maintained
10081 F:      drivers/usb/host/isp116x*
10082 F:      include/linux/usb/isp116x.h
10083
10084 USB MASS STORAGE DRIVER
10085 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10086 L:      linux-usb@vger.kernel.org
10087 L:      usb-storage@lists.one-eyed-alien.net
10088 S:      Maintained
10089 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10090 F:      drivers/usb/storage/
10091
10092 USB MIDI DRIVER
10093 M:      Clemens Ladisch <clemens@ladisch.de>
10094 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10095 T:      git git://git.alsa-project.org/alsa-kernel.git
10096 S:      Maintained
10097 F:      sound/usb/midi.*
10098
10099 USB NETWORKING DRIVERS
10100 L:      linux-usb@vger.kernel.org
10101 S:      Odd Fixes
10102 F:      drivers/net/usb/
10103
10104 USB OHCI DRIVER
10105 M:      Alan Stern <stern@rowland.harvard.edu>
10106 L:      linux-usb@vger.kernel.org
10107 S:      Maintained
10108 F:      Documentation/usb/ohci.txt
10109 F:      drivers/usb/host/ohci*
10110
10111 USB OVER IP DRIVER
10112 M:      Valentina Manea <valentina.manea.m@gmail.com>
10113 M:      Shuah Khan <shuah.kh@samsung.com>
10114 L:      linux-usb@vger.kernel.org
10115 S:      Maintained
10116 F:      drivers/usb/usbip/
10117 F:      tools/usb/usbip/
10118
10119 USB PEGASUS DRIVER
10120 M:      Petko Manolov <petkan@nucleusys.com>
10121 L:      linux-usb@vger.kernel.org
10122 L:      netdev@vger.kernel.org
10123 T:      git git://github.com/petkan/pegasus.git
10124 W:      https://github.com/petkan/pegasus
10125 S:      Maintained
10126 F:      drivers/net/usb/pegasus.*
10127
10128 USB PHY LAYER
10129 M:      Felipe Balbi <balbi@ti.com>
10130 L:      linux-usb@vger.kernel.org
10131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10132 S:      Maintained
10133 F:      drivers/usb/phy/
10134
10135 USB PRINTER DRIVER (usblp)
10136 M:      Pete Zaitcev <zaitcev@redhat.com>
10137 L:      linux-usb@vger.kernel.org
10138 S:      Supported
10139 F:      drivers/usb/class/usblp.c
10140
10141 USB RTL8150 DRIVER
10142 M:      Petko Manolov <petkan@nucleusys.com>
10143 L:      linux-usb@vger.kernel.org
10144 L:      netdev@vger.kernel.org
10145 T:      git git://github.com/petkan/rtl8150.git
10146 W:      https://github.com/petkan/rtl8150
10147 S:      Maintained
10148 F:      drivers/net/usb/rtl8150.c
10149
10150 USB SERIAL SUBSYSTEM
10151 M:      Johan Hovold <johan@kernel.org>
10152 L:      linux-usb@vger.kernel.org
10153 S:      Maintained
10154 F:      Documentation/usb/usb-serial.txt
10155 F:      drivers/usb/serial/
10156 F:      include/linux/usb/serial.h
10157
10158 USB SMSC75XX ETHERNET DRIVER
10159 M:      Steve Glendinning <steve.glendinning@shawell.net>
10160 L:      netdev@vger.kernel.org
10161 S:      Maintained
10162 F:      drivers/net/usb/smsc75xx.*
10163
10164 USB SMSC95XX ETHERNET DRIVER
10165 M:      Steve Glendinning <steve.glendinning@shawell.net>
10166 L:      netdev@vger.kernel.org
10167 S:      Maintained
10168 F:      drivers/net/usb/smsc95xx.*
10169
10170 USB SUBSYSTEM
10171 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10172 L:      linux-usb@vger.kernel.org
10173 W:      http://www.linux-usb.org
10174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10175 S:      Supported
10176 F:      Documentation/usb/
10177 F:      drivers/usb/
10178 F:      include/linux/usb.h
10179 F:      include/linux/usb/
10180
10181 USB UHCI DRIVER
10182 M:      Alan Stern <stern@rowland.harvard.edu>
10183 L:      linux-usb@vger.kernel.org
10184 S:      Maintained
10185 F:      drivers/usb/host/uhci*
10186
10187 USB "USBNET" DRIVER FRAMEWORK
10188 M:      Oliver Neukum <oneukum@suse.de>
10189 L:      netdev@vger.kernel.org
10190 W:      http://www.linux-usb.org/usbnet
10191 S:      Maintained
10192 F:      drivers/net/usb/usbnet.c
10193 F:      include/linux/usb/usbnet.h
10194
10195 USB VIDEO CLASS
10196 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10197 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10198 L:      linux-media@vger.kernel.org
10199 T:      git git://linuxtv.org/media_tree.git
10200 W:      http://www.ideasonboard.org/uvc/
10201 S:      Maintained
10202 F:      drivers/media/usb/uvc/
10203 F:      include/uapi/linux/uvcvideo.h
10204
10205 USB VISION DRIVER
10206 M:      Hans Verkuil <hverkuil@xs4all.nl>
10207 L:      linux-media@vger.kernel.org
10208 T:      git git://linuxtv.org/media_tree.git
10209 W:      http://linuxtv.org
10210 S:      Odd Fixes
10211 F:      drivers/media/usb/usbvision/
10212
10213 USB WEBCAM GADGET
10214 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10215 L:      linux-usb@vger.kernel.org
10216 S:      Maintained
10217 F:      drivers/usb/gadget/function/*uvc*
10218 F:      drivers/usb/gadget/legacy/webcam.c
10219
10220 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10221 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10222 L:      linux-wireless@vger.kernel.org
10223 S:      Maintained
10224 F:      drivers/net/wireless/rndis_wlan.c
10225
10226 USB XHCI DRIVER
10227 M:      Mathias Nyman <mathias.nyman@intel.com>
10228 L:      linux-usb@vger.kernel.org
10229 S:      Supported
10230 F:      drivers/usb/host/xhci*
10231 F:      drivers/usb/host/pci-quirks*
10232
10233 USB ZD1201 DRIVER
10234 L:      linux-wireless@vger.kernel.org
10235 W:      http://linux-lc100020.sourceforge.net
10236 S:      Orphan
10237 F:      drivers/net/wireless/zd1201.*
10238
10239 USB ZR364XX DRIVER
10240 M:      Antoine Jacquet <royale@zerezo.com>
10241 L:      linux-usb@vger.kernel.org
10242 L:      linux-media@vger.kernel.org
10243 T:      git git://linuxtv.org/media_tree.git
10244 W:      http://royale.zerezo.com/zr364xx/
10245 S:      Maintained
10246 F:      Documentation/video4linux/zr364xx.txt
10247 F:      drivers/media/usb/zr364xx/
10248
10249 USER-MODE LINUX (UML)
10250 M:      Jeff Dike <jdike@addtoit.com>
10251 M:      Richard Weinberger <richard@nod.at>
10252 L:      user-mode-linux-devel@lists.sourceforge.net
10253 L:      user-mode-linux-user@lists.sourceforge.net
10254 W:      http://user-mode-linux.sourceforge.net
10255 S:      Maintained
10256 F:      Documentation/virtual/uml/
10257 F:      arch/um/
10258 F:      arch/x86/um/
10259 F:      fs/hostfs/
10260 F:      fs/hppfs/
10261
10262 USERSPACE I/O (UIO)
10263 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10264 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10265 S:      Maintained
10266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10267 F:      Documentation/DocBook/uio-howto.tmpl
10268 F:      drivers/uio/
10269 F:      include/linux/uio*.h
10270
10271 UTIL-LINUX PACKAGE
10272 M:      Karel Zak <kzak@redhat.com>
10273 L:      util-linux@vger.kernel.org
10274 W:      http://en.wikipedia.org/wiki/Util-linux
10275 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10276 S:      Maintained
10277
10278 UVESAFB DRIVER
10279 M:      Michal Januszewski <spock@gentoo.org>
10280 L:      linux-fbdev@vger.kernel.org
10281 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10282 S:      Maintained
10283 F:      Documentation/fb/uvesafb.txt
10284 F:      drivers/video/fbdev/uvesafb.*
10285
10286 VFAT/FAT/MSDOS FILESYSTEM
10287 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10288 S:      Maintained
10289 F:      Documentation/filesystems/vfat.txt
10290 F:      fs/fat/
10291
10292 VFIO DRIVER
10293 M:      Alex Williamson <alex.williamson@redhat.com>
10294 L:      kvm@vger.kernel.org
10295 S:      Maintained
10296 F:      Documentation/vfio.txt
10297 F:      drivers/vfio/
10298 F:      include/linux/vfio.h
10299 F:      include/uapi/linux/vfio.h
10300
10301 VIDEOBUF2 FRAMEWORK
10302 M:      Pawel Osciak <pawel@osciak.com>
10303 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10304 M:      Kyungmin Park <kyungmin.park@samsung.com>
10305 L:      linux-media@vger.kernel.org
10306 S:      Maintained
10307 F:      drivers/media/v4l2-core/videobuf2-*
10308 F:      include/media/videobuf2-*
10309
10310 VIRTIO CONSOLE DRIVER
10311 M:      Amit Shah <amit.shah@redhat.com>
10312 L:      virtualization@lists.linux-foundation.org
10313 S:      Maintained
10314 F:      drivers/char/virtio_console.c
10315 F:      include/linux/virtio_console.h
10316 F:      include/uapi/linux/virtio_console.h
10317
10318 VIRTIO CORE, NET AND BLOCK DRIVERS
10319 M:      Rusty Russell <rusty@rustcorp.com.au>
10320 M:      "Michael S. Tsirkin" <mst@redhat.com>
10321 L:      virtualization@lists.linux-foundation.org
10322 S:      Maintained
10323 F:      drivers/virtio/
10324 F:      tools/virtio/
10325 F:      drivers/net/virtio_net.c
10326 F:      drivers/block/virtio_blk.c
10327 F:      include/linux/virtio_*.h
10328 F:      include/uapi/linux/virtio_*.h
10329
10330 VIRTIO HOST (VHOST)
10331 M:      "Michael S. Tsirkin" <mst@redhat.com>
10332 L:      kvm@vger.kernel.org
10333 L:      virtualization@lists.linux-foundation.org
10334 L:      netdev@vger.kernel.org
10335 S:      Maintained
10336 F:      drivers/vhost/
10337 F:      include/uapi/linux/vhost.h
10338
10339 VIA RHINE NETWORK DRIVER
10340 M:      Roger Luethi <rl@hellgate.ch>
10341 S:      Maintained
10342 F:      drivers/net/ethernet/via/via-rhine.c
10343
10344 VIA SD/MMC CARD CONTROLLER DRIVER
10345 M:      Bruce Chang <brucechang@via.com.tw>
10346 M:      Harald Welte <HaraldWelte@viatech.com>
10347 S:      Maintained
10348 F:      drivers/mmc/host/via-sdmmc.c
10349
10350 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10351 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10352 L:      linux-fbdev@vger.kernel.org
10353 S:      Maintained
10354 F:      include/linux/via-core.h
10355 F:      include/linux/via-gpio.h
10356 F:      include/linux/via_i2c.h
10357 F:      drivers/video/fbdev/via/
10358
10359 VIA VELOCITY NETWORK DRIVER
10360 M:      Francois Romieu <romieu@fr.zoreil.com>
10361 L:      netdev@vger.kernel.org
10362 S:      Maintained
10363 F:      drivers/net/ethernet/via/via-velocity.*
10364
10365 VIVID VIRTUAL VIDEO DRIVER
10366 M:      Hans Verkuil <hverkuil@xs4all.nl>
10367 L:      linux-media@vger.kernel.org
10368 T:      git git://linuxtv.org/media_tree.git
10369 W:      http://linuxtv.org
10370 S:      Maintained
10371 F:      drivers/media/platform/vivid/*
10372
10373 VLAN (802.1Q)
10374 M:      Patrick McHardy <kaber@trash.net>
10375 L:      netdev@vger.kernel.org
10376 S:      Maintained
10377 F:      drivers/net/macvlan.c
10378 F:      include/linux/if_*vlan.h
10379 F:      net/8021q/
10380
10381 VLYNQ BUS
10382 M:      Florian Fainelli <florian@openwrt.org>
10383 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10384 S:      Maintained
10385 F:      drivers/vlynq/vlynq.c
10386 F:      include/linux/vlynq.h
10387
10388 VME SUBSYSTEM
10389 M:      Martyn Welch <martyn.welch@ge.com>
10390 M:      Manohar Vanga <manohar.vanga@gmail.com>
10391 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10392 L:      devel@driverdev.osuosl.org
10393 S:      Maintained
10394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10395 F:      Documentation/vme_api.txt
10396 F:      drivers/staging/vme/
10397 F:      drivers/vme/
10398 F:      include/linux/vme*
10399
10400 VMWARE HYPERVISOR INTERFACE
10401 M:      Alok Kataria <akataria@vmware.com>
10402 L:      virtualization@lists.linux-foundation.org
10403 S:      Supported
10404 F:      arch/x86/kernel/cpu/vmware.c
10405
10406 VMWARE BALLOON DRIVER
10407 M:      Xavier Deguillard <xdeguillard@vmware.com>
10408 M:      Philip Moltmann <moltmann@vmware.com>
10409 M:      "VMware, Inc." <pv-drivers@vmware.com>
10410 L:      linux-kernel@vger.kernel.org
10411 S:      Maintained
10412 F:      drivers/misc/vmw_balloon.c
10413
10414 VMWARE VMXNET3 ETHERNET DRIVER
10415 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10416 M:      "VMware, Inc." <pv-drivers@vmware.com>
10417 L:      netdev@vger.kernel.org
10418 S:      Maintained
10419 F:      drivers/net/vmxnet3/
10420
10421 VMware PVSCSI driver
10422 M:      Arvind Kumar <arvindkumar@vmware.com>
10423 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10424 L:      linux-scsi@vger.kernel.org
10425 S:      Maintained
10426 F:      drivers/scsi/vmw_pvscsi.c
10427 F:      drivers/scsi/vmw_pvscsi.h
10428
10429 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10430 M:      Liam Girdwood <lgirdwood@gmail.com>
10431 M:      Mark Brown <broonie@kernel.org>
10432 L:      linux-kernel@vger.kernel.org
10433 W:      http://opensource.wolfsonmicro.com/node/15
10434 W:      http://www.slimlogic.co.uk/?p=48
10435 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10436 S:      Supported
10437 F:      drivers/regulator/
10438 F:      include/linux/regulator/
10439
10440 VT1211 HARDWARE MONITOR DRIVER
10441 M:      Juerg Haefliger <juergh@gmail.com>
10442 L:      lm-sensors@lm-sensors.org
10443 S:      Maintained
10444 F:      Documentation/hwmon/vt1211
10445 F:      drivers/hwmon/vt1211.c
10446
10447 VT8231 HARDWARE MONITOR DRIVER
10448 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10449 L:      lm-sensors@lm-sensors.org
10450 S:      Maintained
10451 F:      drivers/hwmon/vt8231.c
10452
10453 VUB300 USB to SDIO/SD/MMC bridge chip
10454 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10455 L:      linux-mmc@vger.kernel.org
10456 L:      linux-usb@vger.kernel.org
10457 S:      Supported
10458 F:      drivers/mmc/host/vub300.c
10459
10460 W1 DALLAS'S 1-WIRE BUS
10461 M:      Evgeniy Polyakov <zbr@ioremap.net>
10462 S:      Maintained
10463 F:      Documentation/w1/
10464 F:      drivers/w1/
10465
10466 W83791D HARDWARE MONITORING DRIVER
10467 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10468 L:      lm-sensors@lm-sensors.org
10469 S:      Maintained
10470 F:      Documentation/hwmon/w83791d
10471 F:      drivers/hwmon/w83791d.c
10472
10473 W83793 HARDWARE MONITORING DRIVER
10474 M:      Rudolf Marek <r.marek@assembler.cz>
10475 L:      lm-sensors@lm-sensors.org
10476 S:      Maintained
10477 F:      Documentation/hwmon/w83793
10478 F:      drivers/hwmon/w83793.c
10479
10480 W83795 HARDWARE MONITORING DRIVER
10481 M:      Jean Delvare <jdelvare@suse.de>
10482 L:      lm-sensors@lm-sensors.org
10483 S:      Maintained
10484 F:      drivers/hwmon/w83795.c
10485
10486 W83L51xD SD/MMC CARD INTERFACE DRIVER
10487 M:      Pierre Ossman <pierre@ossman.eu>
10488 S:      Maintained
10489 F:      drivers/mmc/host/wbsd.*
10490
10491 WACOM PROTOCOL 4 SERIAL TABLETS
10492 M:      Julian Squires <julian@cipht.net>
10493 M:      Hans de Goede <hdegoede@redhat.com>
10494 L:      linux-input@vger.kernel.org
10495 S:      Maintained
10496 F:      drivers/input/tablet/wacom_serial4.c
10497
10498 WATCHDOG DEVICE DRIVERS
10499 M:      Wim Van Sebroeck <wim@iguana.be>
10500 L:      linux-watchdog@vger.kernel.org
10501 W:      http://www.linux-watchdog.org/
10502 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10503 S:      Maintained
10504 F:      Documentation/watchdog/
10505 F:      drivers/watchdog/
10506 F:      include/linux/watchdog.h
10507 F:      include/uapi/linux/watchdog.h
10508
10509 WD7000 SCSI DRIVER
10510 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10511 L:      linux-scsi@vger.kernel.org
10512 S:      Maintained
10513 F:      drivers/scsi/wd7000.c
10514
10515 WIIMOTE HID DRIVER
10516 M:      David Herrmann <dh.herrmann@googlemail.com>
10517 L:      linux-input@vger.kernel.org
10518 S:      Maintained
10519 F:      drivers/hid/hid-wiimote*
10520
10521 WINBOND CIR DRIVER
10522 M:      David Härdeman <david@hardeman.nu>
10523 S:      Maintained
10524 F:      drivers/media/rc/winbond-cir.c
10525
10526 WIMAX STACK
10527 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10528 M:      linux-wimax@intel.com
10529 L:     wimax@linuxwimax.org (subscribers-only)
10530 S:      Supported
10531 W:      http://linuxwimax.org
10532 F:      Documentation/wimax/README.wimax
10533 F:      include/linux/wimax/debug.h
10534 F:      include/net/wimax.h
10535 F:      include/uapi/linux/wimax.h
10536 F:      net/wimax/
10537
10538 WISTRON LAPTOP BUTTON DRIVER
10539 M:      Miloslav Trmac <mitr@volny.cz>
10540 S:      Maintained
10541 F:      drivers/input/misc/wistron_btns.c
10542
10543 WL3501 WIRELESS PCMCIA CARD DRIVER
10544 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10545 L:      linux-wireless@vger.kernel.org
10546 W:      http://oops.ghostprotocols.net:81/blog
10547 S:      Maintained
10548 F:      drivers/net/wireless/wl3501*
10549
10550 WM97XX TOUCHSCREEN DRIVERS
10551 M:      Mark Brown <broonie@kernel.org>
10552 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10553 L:      linux-input@vger.kernel.org
10554 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10555 W:      http://opensource.wolfsonmicro.com/node/7
10556 S:      Supported
10557 F:      drivers/input/touchscreen/*wm97*
10558 F:      include/linux/wm97xx.h
10559
10560 WOLFSON MICROELECTRONICS DRIVERS
10561 L:      patches@opensource.wolfsonmicro.com
10562 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10563 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10564 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10565 S:      Supported
10566 F:      Documentation/hwmon/wm83??
10567 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10568 F:      drivers/clk/clk-wm83*.c
10569 F:      drivers/extcon/extcon-arizona.c
10570 F:      drivers/leds/leds-wm83*.c
10571 F:      drivers/gpio/gpio-*wm*.c
10572 F:      drivers/gpio/gpio-arizona.c
10573 F:      drivers/hwmon/wm83??-hwmon.c
10574 F:      drivers/input/misc/wm831x-on.c
10575 F:      drivers/input/touchscreen/wm831x-ts.c
10576 F:      drivers/input/touchscreen/wm97*.c
10577 F:      drivers/mfd/arizona*
10578 F:      drivers/mfd/wm*.c
10579 F:      drivers/power/wm83*.c
10580 F:      drivers/rtc/rtc-wm83*.c
10581 F:      drivers/regulator/wm8*.c
10582 F:      drivers/video/backlight/wm83*_bl.c
10583 F:      drivers/watchdog/wm83*_wdt.c
10584 F:      include/linux/mfd/arizona/
10585 F:      include/linux/mfd/wm831x/
10586 F:      include/linux/mfd/wm8350/
10587 F:      include/linux/mfd/wm8400*
10588 F:      include/linux/wm97xx.h
10589 F:      include/sound/wm????.h
10590 F:      sound/soc/codecs/arizona.?
10591 F:      sound/soc/codecs/wm*
10592
10593 WORKQUEUE
10594 M:      Tejun Heo <tj@kernel.org>
10595 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10596 S:      Maintained
10597 F:      include/linux/workqueue.h
10598 F:      kernel/workqueue.c
10599 F:      Documentation/workqueue.txt
10600
10601 X.25 NETWORK LAYER
10602 M:      Andrew Hendry <andrew.hendry@gmail.com>
10603 L:      linux-x25@vger.kernel.org
10604 S:      Odd Fixes
10605 F:      Documentation/networking/x25*
10606 F:      include/net/x25*
10607 F:      net/x25/
10608
10609 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10610 M:      Thomas Gleixner <tglx@linutronix.de>
10611 M:      Ingo Molnar <mingo@redhat.com>
10612 M:      "H. Peter Anvin" <hpa@zytor.com>
10613 M:      x86@kernel.org
10614 L:      linux-kernel@vger.kernel.org
10615 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10616 S:      Maintained
10617 F:      Documentation/x86/
10618 F:      arch/x86/
10619
10620 X86 PLATFORM DRIVERS
10621 M:      Darren Hart <dvhart@infradead.org>
10622 L:      platform-driver-x86@vger.kernel.org
10623 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10624 S:      Maintained
10625 F:      drivers/platform/x86/
10626
10627 X86 MCE INFRASTRUCTURE
10628 M:      Tony Luck <tony.luck@intel.com>
10629 M:      Borislav Petkov <bp@alien8.de>
10630 L:      linux-edac@vger.kernel.org
10631 S:      Maintained
10632 F:      arch/x86/kernel/cpu/mcheck/*
10633
10634 X86 VDSO
10635 M:      Andy Lutomirski <luto@amacapital.net>
10636 L:      linux-kernel@vger.kernel.org
10637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10638 S:      Maintained
10639 F:      arch/x86/vdso/
10640
10641 XC2028/3028 TUNER DRIVER
10642 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10643 L:      linux-media@vger.kernel.org
10644 W:      http://linuxtv.org
10645 T:      git git://linuxtv.org/media_tree.git
10646 S:      Maintained
10647 F:      drivers/media/tuners/tuner-xc2028.*
10648
10649 XEN HYPERVISOR INTERFACE
10650 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10651 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10652 M:      David Vrabel <david.vrabel@citrix.com>
10653 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10654 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10655 S:      Supported
10656 F:      arch/x86/xen/
10657 F:      drivers/*/xen-*front.c
10658 F:      drivers/xen/
10659 F:      arch/x86/include/asm/xen/
10660 F:      include/xen/
10661 F:      include/uapi/xen/
10662
10663 XEN HYPERVISOR ARM
10664 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10665 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10666 S:      Supported
10667 F:      arch/arm/xen/
10668 F:      arch/arm/include/asm/xen/
10669
10670 XEN HYPERVISOR ARM64
10671 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10672 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10673 S:      Supported
10674 F:      arch/arm64/xen/
10675 F:      arch/arm64/include/asm/xen/
10676
10677 XEN NETWORK BACKEND DRIVER
10678 M:      Ian Campbell <ian.campbell@citrix.com>
10679 M:      Wei Liu <wei.liu2@citrix.com>
10680 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10681 L:      netdev@vger.kernel.org
10682 S:      Supported
10683 F:      drivers/net/xen-netback/*
10684
10685 XEN PCI SUBSYSTEM
10686 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10687 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10688 S:      Supported
10689 F:      arch/x86/pci/*xen*
10690 F:      drivers/pci/*xen*
10691
10692 XEN BLOCK SUBSYSTEM
10693 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10694 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
10695 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10696 S:      Supported
10697 F:      drivers/block/xen-blkback/*
10698 F:      drivers/block/xen*
10699
10700 XEN PVSCSI DRIVERS
10701 M:      Juergen Gross <jgross@suse.com>
10702 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10703 L:      linux-scsi@vger.kernel.org
10704 S:      Supported
10705 F:      drivers/scsi/xen-scsifront.c
10706 F:      drivers/xen/xen-scsiback.c
10707 F:      include/xen/interface/io/vscsiif.h
10708
10709 XEN SWIOTLB SUBSYSTEM
10710 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10711 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10712 S:      Supported
10713 F:      arch/x86/xen/*swiotlb*
10714 F:      drivers/xen/*swiotlb*
10715
10716 XFS FILESYSTEM
10717 P:      Silicon Graphics Inc
10718 M:      Dave Chinner <david@fromorbit.com>
10719 M:      xfs@oss.sgi.com
10720 L:      xfs@oss.sgi.com
10721 W:      http://oss.sgi.com/projects/xfs
10722 T:      git git://oss.sgi.com/xfs/xfs.git
10723 S:      Supported
10724 F:      Documentation/filesystems/xfs.txt
10725 F:      fs/xfs/
10726
10727 XILINX AXI ETHERNET DRIVER
10728 M:      Anirudha Sarangi <anirudh@xilinx.com>
10729 M:      John Linn <John.Linn@xilinx.com>
10730 S:      Maintained
10731 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10732
10733 XILINX UARTLITE SERIAL DRIVER
10734 M:      Peter Korsgaard <jacmet@sunsite.dk>
10735 L:      linux-serial@vger.kernel.org
10736 S:      Maintained
10737 F:      drivers/tty/serial/uartlite.c
10738
10739 XILLYBUS DRIVER
10740 M:      Eli Billauer <eli.billauer@gmail.com>
10741 L:      linux-kernel@vger.kernel.org
10742 S:      Supported
10743 F:      drivers/char/xillybus/
10744
10745 XTENSA XTFPGA PLATFORM SUPPORT
10746 M:      Max Filippov <jcmvbkbc@gmail.com>
10747 L:      linux-xtensa@linux-xtensa.org
10748 S:      Maintained
10749 F:      drivers/spi/spi-xtensa-xtfpga.c
10750 F:      sound/soc/xtensa/xtfpga-i2s.c
10751
10752 YAM DRIVER FOR AX.25
10753 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10754 L:      linux-hams@vger.kernel.org
10755 S:      Maintained
10756 F:      drivers/net/hamradio/yam*
10757 F:      include/linux/yam.h
10758
10759 YEALINK PHONE DRIVER
10760 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10761 L:      usbb2k-api-dev@nongnu.org
10762 S:      Maintained
10763 F:      Documentation/input/yealink.txt
10764 F:      drivers/input/misc/yealink.*
10765
10766 Z8530 DRIVER FOR AX.25
10767 M:      Joerg Reuter <jreuter@yaina.de>
10768 W:      http://yaina.de/jreuter/
10769 W:      http://www.qsl.net/dl1bke/
10770 L:      linux-hams@vger.kernel.org
10771 S:      Maintained
10772 F:      Documentation/networking/z8530drv.txt
10773 F:      drivers/net/hamradio/*scc.c
10774 F:      drivers/net/hamradio/z8530.h
10775
10776 ZBUD COMPRESSED PAGE ALLOCATOR
10777 M:      Seth Jennings <sjennings@variantweb.net>
10778 L:      linux-mm@kvack.org
10779 S:      Maintained
10780 F:      mm/zbud.c
10781 F:      include/linux/zbud.h
10782
10783 ZD1211RW WIRELESS DRIVER
10784 M:      Daniel Drake <dsd@gentoo.org>
10785 M:      Ulrich Kunitz <kune@deine-taler.de>
10786 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10787 L:      linux-wireless@vger.kernel.org
10788 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10789 S:      Maintained
10790 F:      drivers/net/wireless/zd1211rw/
10791
10792 ZR36067 VIDEO FOR LINUX DRIVER
10793 L:      mjpeg-users@lists.sourceforge.net
10794 L:      linux-media@vger.kernel.org
10795 W:      http://mjpeg.sourceforge.net/driver-zoran/
10796 T:      hg http://linuxtv.org/hg/v4l-dvb
10797 S:      Odd Fixes
10798 F:      drivers/media/pci/zoran/
10799
10800 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10801 M:      Minchan Kim <minchan@kernel.org>
10802 M:      Nitin Gupta <ngupta@vflare.org>
10803 L:      linux-kernel@vger.kernel.org
10804 S:      Maintained
10805 F:      drivers/block/zram/
10806 F:      Documentation/blockdev/zram.txt
10807
10808 ZS DECSTATION Z85C30 SERIAL DRIVER
10809 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10810 S:      Maintained
10811 F:      drivers/tty/serial/zs.*
10812
10813 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10814 M:      Minchan Kim <minchan@kernel.org>
10815 M:      Nitin Gupta <ngupta@vflare.org>
10816 L:      linux-mm@kvack.org
10817 S:      Maintained
10818 F:      mm/zsmalloc.c
10819 F:      include/linux/zsmalloc.h
10820
10821 ZSWAP COMPRESSED SWAP CACHING
10822 M:      Seth Jennings <sjennings@variantweb.net>
10823 L:      linux-mm@kvack.org
10824 S:      Maintained
10825 F:      mm/zswap.c
10826
10827 THE REST
10828 M:      Linus Torvalds <torvalds@linux-foundation.org>
10829 L:      linux-kernel@vger.kernel.org
10830 Q:      http://patchwork.kernel.org/project/LKML/list/
10831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10832 S:      Buried alive in reporters
10833 F:      *
10834 F:      */