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