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