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