]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trivial style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi/
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi/
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA MAILBOX DRIVER
567 M:      Ley Foon Tan <lftan@altera.com>
568 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
569 S:      Maintained
570 F:      drivers/mailbox/mailbox-altera.c
571
572 ALTERA TRIPLE SPEED ETHERNET DRIVER
573 M:      Vince Bridgers <vbridger@opensource.altera.com>
574 L:      netdev@vger.kernel.org
575 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
576 S:      Maintained
577 F:      drivers/net/ethernet/altera/
578
579 ALTERA UART/JTAG UART SERIAL DRIVERS
580 M:      Tobias Klauser <tklauser@distanz.ch>
581 L:      linux-serial@vger.kernel.org
582 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583 S:      Maintained
584 F:      drivers/tty/serial/altera_uart.c
585 F:      drivers/tty/serial/altera_jtaguart.c
586 F:      include/linux/altera_uart.h
587 F:      include/linux/altera_jtaguart.h
588
589 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
590 M:      Tom Lendacky <thomas.lendacky@amd.com>
591 L:      linux-crypto@vger.kernel.org
592 S:      Supported
593 F:      drivers/crypto/ccp/
594 F:      include/linux/ccp.h
595
596 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
597 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
598 L:      lm-sensors@lm-sensors.org
599 S:      Maintained
600 F:      Documentation/hwmon/fam15h_power
601 F:      drivers/hwmon/fam15h_power.c
602
603 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
604 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
605 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
606 S:      Supported
607 F:      drivers/usb/gadget/udc/amd5536udc.*
608
609 AMD GEODE PROCESSOR/CHIPSET SUPPORT
610 P:      Andres Salomon <dilinger@queued.net>
611 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
612 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
613 S:      Supported
614 F:      drivers/char/hw_random/geode-rng.c
615 F:      drivers/crypto/geode*
616 F:      drivers/video/fbdev/geode/
617 F:      arch/x86/include/asm/geode.h
618
619 AMD IOMMU (AMD-VI)
620 M:      Joerg Roedel <joro@8bytes.org>
621 L:      iommu@lists.linux-foundation.org
622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
623 S:      Maintained
624 F:      drivers/iommu/amd_iommu*.[ch]
625 F:      include/linux/amd-iommu.h
626
627 AMD KFD
628 M:      Oded Gabbay <oded.gabbay@amd.com>
629 L:      dri-devel@lists.freedesktop.org
630 T:      git git://people.freedesktop.org/~gabbayo/linux.git
631 S:      Supported
632 F:      drivers/gpu/drm/amd/amdkfd/
633 F:      drivers/gpu/drm/amd/include/cik_structs.h
634 F:      drivers/gpu/drm/amd/include/kgd_kfd_interface.h
635 F:      drivers/gpu/drm/radeon/radeon_kfd.c
636 F:      drivers/gpu/drm/radeon/radeon_kfd.h
637 F:      include/uapi/linux/kfd_ioctl.h
638
639 AMD MICROCODE UPDATE SUPPORT
640 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
641 L:      amd64-microcode@amd64.org
642 S:      Maintained
643 F:      arch/x86/kernel/cpu/microcode/amd*
644
645 AMD XGBE DRIVER
646 M:      Tom Lendacky <thomas.lendacky@amd.com>
647 L:      netdev@vger.kernel.org
648 S:      Supported
649 F:      drivers/net/ethernet/amd/xgbe/
650 F:      drivers/net/phy/amd-xgbe-phy.c
651
652 AMS (Apple Motion Sensor) DRIVER
653 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
654 S:      Supported
655 F:      drivers/macintosh/ams/
656
657 AMSO1100 RNIC DRIVER
658 M:      Tom Tucker <tom@opengridcomputing.com>
659 M:      Steve Wise <swise@opengridcomputing.com>
660 L:      linux-rdma@vger.kernel.org
661 S:      Maintained
662 F:      drivers/infiniband/hw/amso1100/
663
664 ANALOG DEVICES INC AD9389B DRIVER
665 M:      Hans Verkuil <hans.verkuil@cisco.com>
666 L:      linux-media@vger.kernel.org
667 S:      Maintained
668 F:      drivers/media/i2c/ad9389b*
669
670 ANALOG DEVICES INC ADV7180 DRIVER
671 M:      Lars-Peter Clausen <lars@metafoo.de>
672 L:      linux-media@vger.kernel.org
673 W:      http://ez.analog.com/community/linux-device-drivers
674 S:      Supported
675 F:      drivers/media/i2c/adv7180.c
676
677 ANALOG DEVICES INC ADV7511 DRIVER
678 M:      Hans Verkuil <hans.verkuil@cisco.com>
679 L:      linux-media@vger.kernel.org
680 S:      Maintained
681 F:      drivers/media/i2c/adv7511*
682
683 ANALOG DEVICES INC ADV7604 DRIVER
684 M:      Hans Verkuil <hans.verkuil@cisco.com>
685 L:      linux-media@vger.kernel.org
686 S:      Maintained
687 F:      drivers/media/i2c/adv7604*
688
689 ANALOG DEVICES INC ADV7842 DRIVER
690 M:      Hans Verkuil <hans.verkuil@cisco.com>
691 L:      linux-media@vger.kernel.org
692 S:      Maintained
693 F:      drivers/media/i2c/adv7842*
694
695 ANALOG DEVICES INC ASOC CODEC DRIVERS
696 M:      Lars-Peter Clausen <lars@metafoo.de>
697 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
698 W:      http://wiki.analog.com/
699 W:      http://ez.analog.com/community/linux-device-drivers
700 S:      Supported
701 F:      sound/soc/codecs/adau*
702 F:      sound/soc/codecs/adav*
703 F:      sound/soc/codecs/ad1*
704 F:      sound/soc/codecs/ad7*
705 F:      sound/soc/codecs/ssm*
706 F:      sound/soc/codecs/sigmadsp.*
707
708 ANALOG DEVICES INC ASOC DRIVERS
709 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
710 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
711 W:      http://blackfin.uclinux.org/
712 S:      Supported
713 F:      sound/soc/blackfin/*
714
715 ANALOG DEVICES INC IIO DRIVERS
716 M:      Lars-Peter Clausen <lars@metafoo.de>
717 M:      Michael Hennerich <Michael.Hennerich@analog.com>
718 W:      http://wiki.analog.com/
719 W:      http://ez.analog.com/community/linux-device-drivers
720 S:      Supported
721 F:      drivers/iio/*/ad*
722 X:      drivers/iio/*/adjd*
723 F:      drivers/staging/iio/*/ad*
724 F:      staging/iio/trigger/iio-trig-bfin-timer.c
725
726 ANDROID DRIVERS
727 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
728 M:      Arve HjønnevĂ¥g <arve@android.com>
729 M:      Riley Andrews <riandrews@android.com>
730 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
731 L:      devel@driverdev.osuosl.org
732 S:      Supported
733 F:      drivers/android/
734 F:      drivers/staging/android/
735
736 AOA (Apple Onboard Audio) ALSA DRIVER
737 M:      Johannes Berg <johannes@sipsolutions.net>
738 L:      linuxppc-dev@lists.ozlabs.org
739 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
740 S:      Maintained
741 F:      sound/aoa/
742
743 APM DRIVER
744 M:      Jiri Kosina <jkosina@suse.cz>
745 S:      Odd fixes
746 F:      arch/x86/kernel/apm_32.c
747 F:      include/linux/apm_bios.h
748 F:      include/uapi/linux/apm_bios.h
749 F:      drivers/char/apm-emulation.c
750
751 APPLE BCM5974 MULTITOUCH DRIVER
752 M:      Henrik Rydberg <rydberg@bitmath.org>
753 L:      linux-input@vger.kernel.org
754 S:      Odd fixes
755 F:      drivers/input/mouse/bcm5974.c
756
757 APPLE SMC DRIVER
758 M:      Henrik Rydberg <rydberg@bitmath.org>
759 L:      lm-sensors@lm-sensors.org
760 S:      Odd fixes
761 F:      drivers/hwmon/applesmc.c
762
763 APPLETALK NETWORK LAYER
764 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
765 S:      Maintained
766 F:      drivers/net/appletalk/
767 F:      net/appletalk/
768
769 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
770 M:      Iyappan Subramanian <isubramanian@apm.com>
771 M:      Keyur Chudgar <kchudgar@apm.com>
772 S:      Supported
773 F:      drivers/net/ethernet/apm/xgene/
774 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
775
776 APTINA CAMERA SENSOR PLL
777 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
778 L:      linux-media@vger.kernel.org
779 S:      Maintained
780 F:      drivers/media/i2c/aptina-pll.*
781
782 ARC FRAMEBUFFER DRIVER
783 M:      Jaya Kumar <jayalk@intworks.biz>
784 S:      Maintained
785 F:      drivers/video/fbdev/arcfb.c
786 F:      drivers/video/fbdev/core/fb_defio.c
787
788 ARM MFM AND FLOPPY DRIVERS
789 M:      Ian Molton <spyro@f2s.com>
790 S:      Maintained
791 F:      arch/arm/lib/floppydma.S
792 F:      arch/arm/include/asm/floppy.h
793
794 ARM PMU PROFILING AND DEBUGGING
795 M:      Will Deacon <will.deacon@arm.com>
796 S:      Maintained
797 F:      arch/arm/kernel/perf_event*
798 F:      arch/arm/oprofile/common.c
799 F:      arch/arm/include/asm/pmu.h
800 F:      arch/arm/kernel/hw_breakpoint.c
801 F:      arch/arm/include/asm/hw_breakpoint.h
802
803 ARM PORT
804 M:      Russell King <linux@arm.linux.org.uk>
805 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
806 W:      http://www.arm.linux.org.uk/
807 S:      Maintained
808 F:      arch/arm/
809
810 ARM SUB-ARCHITECTURES
811 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
812 S:      Maintained
813 F:      arch/arm/mach-*/
814 F:      arch/arm/plat-*/
815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
816
817 ARM PRIMECELL AACI PL041 DRIVER
818 M:      Russell King <linux@arm.linux.org.uk>
819 S:      Maintained
820 F:      sound/arm/aaci.*
821
822 ARM PRIMECELL CLCD PL110 DRIVER
823 M:      Russell King <linux@arm.linux.org.uk>
824 S:      Maintained
825 F:      drivers/video/fbdev/amba-clcd.*
826
827 ARM PRIMECELL KMI PL050 DRIVER
828 M:      Russell King <linux@arm.linux.org.uk>
829 S:      Maintained
830 F:      drivers/input/serio/ambakmi.*
831 F:      include/linux/amba/kmi.h
832
833 ARM PRIMECELL MMCI PL180/1 DRIVER
834 M:      Russell King <linux@arm.linux.org.uk>
835 S:      Maintained
836 F:      drivers/mmc/host/mmci.*
837 F:      include/linux/amba/mmci.h
838
839 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
840 M:      Russell King <linux@arm.linux.org.uk>
841 S:      Maintained
842 F:      drivers/tty/serial/amba-pl01*.c
843 F:      include/linux/amba/serial.h
844
845 ARM PRIMECELL BUS SUPPORT
846 M:      Russell King <linux@arm.linux.org.uk>
847 S:      Maintained
848 F:      drivers/amba/
849 F:      include/linux/amba/bus.h
850
851 ARM/ADS SPHERE MACHINE SUPPORT
852 M:      Lennert Buytenhek <kernel@wantstofly.org>
853 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
854 S:      Maintained
855
856 ARM/AFEB9260 MACHINE SUPPORT
857 M:      Sergey Lapin <slapin@ossfans.org>
858 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
859 S:      Maintained
860
861 ARM/AJECO 1ARM MACHINE SUPPORT
862 M:      Lennert Buytenhek <kernel@wantstofly.org>
863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
864 S:      Maintained
865
866 ARM/Allwinner A1X SoC support
867 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
868 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
869 S:      Maintained
870 N:      sun[x4567]i
871
872 ARM/Allwinner SoC Clock Support
873 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
874 S:      Maintained
875 F:      drivers/clk/sunxi/
876
877 ARM/Amlogic MesonX SoC support
878 M:      Carlo Caione <carlo@caione.org>
879 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
880 S:      Maintained
881 F:      drivers/media/rc/meson-ir.c
882 N:      meson[x68]
883
884 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
885 M:      Andrew Victor <linux@maxim.org.za>
886 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
887 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
888 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
889 W:      http://maxim.org.za/at91_26.html
890 W:      http://www.linux4sam.org
891 S:      Supported
892 F:      arch/arm/mach-at91/
893 F:      include/soc/at91/
894 F:      arch/arm/boot/dts/at91*.dts
895 F:      arch/arm/boot/dts/at91*.dtsi
896 F:      arch/arm/boot/dts/sama*.dts
897 F:      arch/arm/boot/dts/sama*.dtsi
898
899 ARM/ATMEL AT91 Clock Support
900 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
901 S:      Maintained
902 F:      drivers/clk/at91
903
904 ARM/CALXEDA HIGHBANK ARCHITECTURE
905 M:      Rob Herring <robh@kernel.org>
906 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
907 S:      Maintained
908 F:      arch/arm/mach-highbank/
909
910 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
911 M:      Krzysztof Halasa <khalasa@piap.pl>
912 S:      Maintained
913 F:      arch/arm/mach-cns3xxx/
914
915 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
916 M:      Alexander Shiyan <shc_work@mail.ru>
917 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
918 S:      Odd Fixes
919 N:      clps711x
920
921 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
922 M:      Hartley Sweeten <hsweeten@visionengravers.com>
923 M:      Ryan Mallon <rmallon@gmail.com>
924 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
925 S:      Maintained
926 F:      arch/arm/mach-ep93xx/
927 F:      arch/arm/mach-ep93xx/include/mach/
928
929 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
930 M:      Lennert Buytenhek <kernel@wantstofly.org>
931 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
932 S:      Maintained
933
934 ARM/CLKDEV SUPPORT
935 M:      Russell King <linux@arm.linux.org.uk>
936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
937 S:      Maintained
938 F:      arch/arm/include/asm/clkdev.h
939 F:      drivers/clk/clkdev.c
940
941 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
942 M:      Mike Rapoport <mike@compulab.co.il>
943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
944 S:      Maintained
945
946 ARM/CONTEC MICRO9 MACHINE SUPPORT
947 M:      Hubert Feurstein <hubert.feurstein@contec.at>
948 S:      Maintained
949 F:      arch/arm/mach-ep93xx/micro9.c
950
951 ARM/CORESIGHT FRAMEWORK AND DRIVERS
952 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
953 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
954 S:      Maintained
955 F:      drivers/coresight/*
956 F:      Documentation/trace/coresight.txt
957 F:      Documentation/devicetree/bindings/arm/coresight.txt
958 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
959
960 ARM/CORGI MACHINE SUPPORT
961 M:      Richard Purdie <rpurdie@rpsys.net>
962 S:      Maintained
963
964 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
965 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
966 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
967 T:      git git://git.berlios.de/gemini-board
968 S:      Maintained
969 F:      arch/arm/mach-gemini/
970
971 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
972 M:      Barry Song <baohua@kernel.org>
973 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
974 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
975 S:      Maintained
976 F:      arch/arm/mach-prima2/
977 F:      drivers/clk/sirf/
978 F:      drivers/clocksource/timer-prima2.c
979 F:      drivers/clocksource/timer-atlas7.c
980 N:      [^a-z]sirf
981
982 ARM/EBSA110 MACHINE SUPPORT
983 M:      Russell King <linux@arm.linux.org.uk>
984 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
985 W:      http://www.arm.linux.org.uk/
986 S:      Maintained
987 F:      arch/arm/mach-ebsa110/
988 F:      drivers/net/ethernet/amd/am79c961a.*
989
990 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
991 M:      Uwe Kleine-König <kernel@pengutronix.de>
992 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
993 S:      Maintained
994 N:      efm32
995
996 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
997 M:      Daniel Ribeiro <drwyrm@gmail.com>
998 M:      Stefan Schmidt <stefan@openezx.org>
999 M:      Harald Welte <laforge@openezx.org>
1000 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
1001 W:      http://www.openezx.org/
1002 S:      Maintained
1003 T:      topgit git://git.openezx.org/openezx.git
1004 F:      arch/arm/mach-pxa/ezx.c
1005
1006 ARM/FARADAY FA526 PORT
1007 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1009 S:      Maintained
1010 T:      git git://git.berlios.de/gemini-board
1011 F:      arch/arm/mm/*-fa*
1012
1013 ARM/FOOTBRIDGE ARCHITECTURE
1014 M:      Russell King <linux@arm.linux.org.uk>
1015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016 W:      http://www.arm.linux.org.uk/
1017 S:      Maintained
1018 F:      arch/arm/include/asm/hardware/dec21285.h
1019 F:      arch/arm/mach-footbridge/
1020
1021 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1022 M:      Shawn Guo <shawn.guo@linaro.org>
1023 M:      Sascha Hauer <kernel@pengutronix.de>
1024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 S:      Maintained
1026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1027 F:      arch/arm/mach-imx/
1028 F:      arch/arm/mach-mxs/
1029 F:      arch/arm/boot/dts/imx*
1030 F:      arch/arm/configs/imx*_defconfig
1031
1032 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1033 M:      Lennert Buytenhek <kernel@wantstofly.org>
1034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 S:      Maintained
1036
1037 ARM/GUMSTIX MACHINE SUPPORT
1038 M:      Steve Sakoman <sakoman@gmail.com>
1039 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1040 S:      Maintained
1041
1042 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1043 M:      Philipp Zabel <philipp.zabel@gmail.com>
1044 M:      Paul Parsons <lost.distance@yahoo.com>
1045 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1046 S:      Maintained
1047 F:      arch/arm/mach-pxa/hx4700.c
1048 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1049 F:      sound/soc/pxa/hx4700.c
1050
1051 ARM/HISILICON SOC SUPPORT
1052 M:      Wei Xu <xuwei5@hisilicon.com>
1053 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1054 W:      http://www.hisilicon.com
1055 S:      Supported
1056 T:      git git://github.com/hisilicon/linux-hisi.git
1057 F:      arch/arm/mach-hisi/
1058
1059 ARM/HP JORNADA 7XX MACHINE SUPPORT
1060 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1061 W:      www.jlime.com
1062 S:      Maintained
1063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1064 F:      arch/arm/mach-sa1100/jornada720.c
1065 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1066
1067 ARM/IGEP MACHINE SUPPORT
1068 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1069 M:      Javier Martinez Canillas <javier@dowhile0.org>
1070 L:      linux-omap@vger.kernel.org
1071 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1072 S:      Maintained
1073 F:      arch/arm/boot/dts/omap3-igep*
1074
1075 ARM/INCOME PXA270 SUPPORT
1076 M:      Marek Vasut <marek.vasut@gmail.com>
1077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 S:      Maintained
1079 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1080
1081 ARM/INTEL IOP32X ARM ARCHITECTURE
1082 M:      Lennert Buytenhek <kernel@wantstofly.org>
1083 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1084 S:      Maintained
1085
1086 ARM/INTEL IOP33X ARM ARCHITECTURE
1087 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1088 S:      Orphan
1089
1090 ARM/INTEL IOP13XX ARM ARCHITECTURE
1091 M:      Lennert Buytenhek <kernel@wantstofly.org>
1092 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1093 S:      Maintained
1094
1095 ARM/INTEL IQ81342EX MACHINE SUPPORT
1096 M:      Lennert Buytenhek <kernel@wantstofly.org>
1097 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1098 S:      Maintained
1099
1100 ARM/INTEL IXDP2850 MACHINE SUPPORT
1101 M:      Lennert Buytenhek <kernel@wantstofly.org>
1102 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1103 S:      Maintained
1104
1105 ARM/INTEL IXP4XX ARM ARCHITECTURE
1106 M:      Imre Kaloz <kaloz@openwrt.org>
1107 M:      Krzysztof Halasa <khalasa@piap.pl>
1108 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1109 S:      Maintained
1110 F:      arch/arm/mach-ixp4xx/
1111
1112 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1113 M:      Jonathan Cameron <jic23@cam.ac.uk>
1114 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1115 S:      Maintained
1116 F:      arch/arm/mach-pxa/stargate2.c
1117 F:      drivers/pcmcia/pxa2xx_stargate2.c
1118
1119 ARM/INTEL XSC3 (MANZANO) ARM CORE
1120 M:      Lennert Buytenhek <kernel@wantstofly.org>
1121 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1122 S:      Maintained
1123
1124 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1125 M:      Lennert Buytenhek <kernel@wantstofly.org>
1126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1127 S:      Maintained
1128
1129 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1130 M:      Santosh Shilimkar <ssantosh@kernel.org>
1131 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1132 S:      Maintained
1133 F:      arch/arm/mach-keystone/
1134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1135
1136 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1137 M:      Santosh Shilimkar <ssantosh@kernel.org>
1138 L:      linux-kernel@vger.kernel.org
1139 S:      Maintained
1140 F:      drivers/clk/keystone/
1141
1142 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1143 M:      Santosh Shilimkar <ssantosh@kernel.org>
1144 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1145 L:      linux-kernel@vger.kernel.org
1146 S:      Maintained
1147 F:      drivers/clocksource/timer-keystone.c
1148
1149 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1150 M:      Santosh Shilimkar <ssantosh@kernel.org>
1151 L:      linux-kernel@vger.kernel.org
1152 S:      Maintained
1153 F:      drivers/power/reset/keystone-reset.c
1154
1155 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1156 M:      Santosh Shilimkar <ssantosh@kernel.org>
1157 L:      linux-kernel@vger.kernel.org
1158 S:      Maintained
1159 F:      drivers/memory/*emif*
1160
1161 ARM/LOGICPD PXA270 MACHINE SUPPORT
1162 M:      Lennert Buytenhek <kernel@wantstofly.org>
1163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1164 S:      Maintained
1165
1166 ARM/MAGICIAN MACHINE SUPPORT
1167 M:      Philipp Zabel <philipp.zabel@gmail.com>
1168 S:      Maintained
1169
1170 ARM/Marvell Armada 370 and Armada XP SOC support
1171 M:      Jason Cooper <jason@lakedaemon.net>
1172 M:      Andrew Lunn <andrew@lunn.ch>
1173 M:      Gregory Clement <gregory.clement@free-electrons.com>
1174 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1175 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1176 S:      Maintained
1177 F:      arch/arm/mach-mvebu/
1178 F:      drivers/rtc/armada38x-rtc
1179
1180 ARM/Marvell Berlin SoC support
1181 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1182 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1183 S:      Maintained
1184 F:      arch/arm/mach-berlin/
1185
1186 ARM/Marvell Dove/MV78xx0/Orion SOC support
1187 M:      Jason Cooper <jason@lakedaemon.net>
1188 M:      Andrew Lunn <andrew@lunn.ch>
1189 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S:      Maintained
1192 F:      arch/arm/mach-dove/
1193 F:      arch/arm/mach-mv78xx0/
1194 F:      arch/arm/mach-orion5x/
1195 F:      arch/arm/plat-orion/
1196
1197 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1198 M:      Alexander Clouter <alex@digriz.org.uk>
1199 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1200 W:      http://www.digriz.org.uk/ts78xx/kernel
1201 S:      Maintained
1202 F:      arch/arm/mach-orion5x/ts78xx-*
1203
1204 ARM/Mediatek SoC support
1205 M:      Matthias Brugger <matthias.bgg@gmail.com>
1206 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1207 S:      Maintained
1208 F:      arch/arm/boot/dts/mt6*
1209 F:      arch/arm/boot/dts/mt8*
1210 F:      arch/arm/mach-mediatek/
1211 N:      mtk
1212 K:      mediatek
1213
1214 ARM/MICREL KS8695 ARCHITECTURE
1215 M:      Greg Ungerer <gerg@uclinux.org>
1216 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1217 F:      arch/arm/mach-ks8695/
1218 S:      Odd Fixes
1219
1220 ARM/MIOA701 MACHINE SUPPORT
1221 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1222 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1223 F:      arch/arm/mach-pxa/mioa701.c
1224 S:      Maintained
1225
1226 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1227 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1228 S:      Maintained
1229
1230 ARM/NOMADIK ARCHITECTURE
1231 M:      Alessandro Rubini <rubini@unipv.it>
1232 M:      Linus Walleij <linus.walleij@linaro.org>
1233 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1234 S:      Maintained
1235 F:      arch/arm/mach-nomadik/
1236 F:      drivers/pinctrl/nomadik/
1237 F:      drivers/i2c/busses/i2c-nomadik.c
1238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1239
1240 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1241 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1242 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1243 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1244 S:      Supported
1245
1246 ARM/QUALCOMM MSM MACHINE SUPPORT
1247 M:      David Brown <davidb@codeaurora.org>
1248 M:      Daniel Walker <dwalker@fifo99.com>
1249 M:      Bryan Huntsman <bryanh@codeaurora.org>
1250 L:      linux-arm-msm@vger.kernel.org
1251 F:      arch/arm/mach-msm/
1252 F:      drivers/video/fbdev/msm/
1253 F:      drivers/mmc/host/msm_sdcc.c
1254 F:      drivers/mmc/host/msm_sdcc.h
1255 F:      drivers/tty/serial/msm_serial.h
1256 F:      drivers/tty/serial/msm_serial.c
1257 F:      drivers/*/pm8???-*
1258 F:      drivers/mfd/ssbi.c
1259 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1260 S:      Maintained
1261
1262 ARM/TOSA MACHINE SUPPORT
1263 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1264 M:      Dirk Opfer <dirk@opfer-online.de>
1265 S:      Maintained
1266
1267 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1268 M:      Marek Vasut <marek.vasut@gmail.com>
1269 L:      linux-arm-kernel@lists.infradead.org
1270 W:      http://hackndev.com
1271 S:      Maintained
1272 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1273 F:      arch/arm/mach-pxa/palmtx.c
1274 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1275 F:      arch/arm/mach-pxa/palmt5.c
1276 F:      arch/arm/mach-pxa/include/mach/palmld.h
1277 F:      arch/arm/mach-pxa/palmld.c
1278 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1279 F:      arch/arm/mach-pxa/palmte2.c
1280 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1281 F:      arch/arm/mach-pxa/palmtc.c
1282
1283 ARM/PALM TREO SUPPORT
1284 M:      Tomas Cech <sleep_walker@suse.cz>
1285 L:      linux-arm-kernel@lists.infradead.org
1286 W:      http://hackndev.com
1287 S:      Maintained
1288 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1289 F:      arch/arm/mach-pxa/palmtreo.c
1290
1291 ARM/PALMZ72 SUPPORT
1292 M:      Sergey Lapin <slapin@ossfans.org>
1293 L:      linux-arm-kernel@lists.infradead.org
1294 W:      http://hackndev.com
1295 S:      Maintained
1296 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1297 F:      arch/arm/mach-pxa/palmz72.c
1298
1299 ARM/PLEB SUPPORT
1300 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1301 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1302 S:      Maintained
1303
1304 ARM/PT DIGITAL BOARD PORT
1305 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1306 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1307 W:      http://www.arm.linux.org.uk/
1308 S:      Maintained
1309
1310 ARM/QUALCOMM SUPPORT
1311 M:      Kumar Gala <galak@codeaurora.org>
1312 M:      David Brown <davidb@codeaurora.org>
1313 L:      linux-arm-msm@vger.kernel.org
1314 S:      Maintained
1315 F:      arch/arm/mach-qcom/
1316 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1317
1318 ARM/RADISYS ENP2611 MACHINE SUPPORT
1319 M:      Lennert Buytenhek <kernel@wantstofly.org>
1320 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1321 S:      Maintained
1322
1323 ARM/RISCPC ARCHITECTURE
1324 M:      Russell King <linux@arm.linux.org.uk>
1325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1326 W:      http://www.arm.linux.org.uk/
1327 S:      Maintained
1328 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1329 F:      arch/arm/include/asm/hardware/ioc.h
1330 F:      arch/arm/include/asm/hardware/iomd.h
1331 F:      arch/arm/include/asm/hardware/memc.h
1332 F:      arch/arm/mach-rpc/
1333 F:      drivers/net/ethernet/8390/etherh.c
1334 F:      drivers/net/ethernet/i825xx/ether1*
1335 F:      drivers/net/ethernet/seeq/ether3*
1336 F:      drivers/scsi/arm/
1337
1338 ARM/Rockchip SoC support
1339 M:      Heiko Stuebner <heiko@sntech.de>
1340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1341 L:      linux-rockchip@lists.infradead.org
1342 S:      Maintained
1343 F:      arch/arm/boot/dts/rk3*
1344 F:      arch/arm/mach-rockchip/
1345 F:      drivers/clk/rockchip/
1346 F:      drivers/i2c/busses/i2c-rk3x.c
1347 F:      drivers/*/*rockchip*
1348 F:      drivers/*/*/*rockchip*
1349 F:      sound/soc/rockchip/
1350
1351 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1352 M:      Kukjin Kim <kgene@kernel.org>
1353 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1354 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1355 S:      Maintained
1356 F:      arch/arm/boot/dts/s3c*
1357 F:      arch/arm/boot/dts/exynos*
1358 F:      arch/arm/plat-samsung/
1359 F:      arch/arm/mach-s3c24*/
1360 F:      arch/arm/mach-s3c64xx/
1361 F:      arch/arm/mach-s5p*/
1362 F:      arch/arm/mach-exynos*/
1363 F:      drivers/*/*s3c2410*
1364 F:      drivers/*/*/*s3c2410*
1365 F:      drivers/spi/spi-s3c*
1366 F:      sound/soc/samsung/*
1367 N:      exynos
1368
1369 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1370 M:      Kyungmin Park <kyungmin.park@samsung.com>
1371 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1372 S:      Maintained
1373 F:      arch/arm/mach-s5pv210/
1374
1375 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1376 M:      Kyungmin Park <kyungmin.park@samsung.com>
1377 M:      Kamil Debski <k.debski@samsung.com>
1378 L:      linux-arm-kernel@lists.infradead.org
1379 L:      linux-media@vger.kernel.org
1380 S:      Maintained
1381 F:      drivers/media/platform/s5p-g2d/
1382
1383 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1384 M:      Kyungmin Park <kyungmin.park@samsung.com>
1385 M:      Kamil Debski <k.debski@samsung.com>
1386 M:      Jeongtae Park <jtp.park@samsung.com>
1387 L:      linux-arm-kernel@lists.infradead.org
1388 L:      linux-media@vger.kernel.org
1389 S:      Maintained
1390 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1391 F:      drivers/media/platform/s5p-mfc/
1392
1393 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1394 M:      Kyungmin Park <kyungmin.park@samsung.com>
1395 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1396 L:      linux-arm-kernel@lists.infradead.org
1397 L:      linux-media@vger.kernel.org
1398 S:      Maintained
1399 F:      drivers/media/platform/s5p-tv/
1400
1401 ARM/SHMOBILE ARM ARCHITECTURE
1402 M:      Simon Horman <horms@verge.net.au>
1403 M:      Magnus Damm <magnus.damm@gmail.com>
1404 L:      linux-sh@vger.kernel.org
1405 W:      http://oss.renesas.com
1406 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1407 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1408 S:      Supported
1409 F:      arch/arm/boot/dts/emev2*
1410 F:      arch/arm/boot/dts/r7s*
1411 F:      arch/arm/boot/dts/r8a*
1412 F:      arch/arm/boot/dts/sh*
1413 F:      arch/arm/configs/ape6evm_defconfig
1414 F:      arch/arm/configs/armadillo800eva_defconfig
1415 F:      arch/arm/configs/bockw_defconfig
1416 F:      arch/arm/configs/kzm9g_defconfig
1417 F:      arch/arm/configs/lager_defconfig
1418 F:      arch/arm/configs/mackerel_defconfig
1419 F:      arch/arm/configs/marzen_defconfig
1420 F:      arch/arm/configs/shmobile_defconfig
1421 F:      arch/arm/include/debug/renesas-scif.S
1422 F:      arch/arm/mach-shmobile/
1423 F:      drivers/sh/
1424
1425 ARM/SOCFPGA ARCHITECTURE
1426 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1427 S:      Maintained
1428 F:      arch/arm/mach-socfpga/
1429 W:      http://www.rocketboards.org
1430 T:      git://git.rocketboards.org/linux-socfpga.git
1431 T:      git://git.rocketboards.org/linux-socfpga-next.git
1432
1433 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1434 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1435 S:      Maintained
1436 F:      drivers/clk/socfpga/
1437
1438 ARM/SOCFPGA EDAC SUPPORT
1439 M:      Thor Thayer <tthayer@opensource.altera.com>
1440 S:      Maintained
1441 F:      drivers/edac/altera_edac.
1442
1443 ARM/STI ARCHITECTURE
1444 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1445 M:      Maxime Coquelin <maxime.coquelin@st.com>
1446 M:      Patrice Chotard <patrice.chotard@st.com>
1447 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1448 L:      kernel@stlinux.com
1449 W:      http://www.stlinux.com
1450 S:      Maintained
1451 F:      arch/arm/mach-sti/
1452 F:      arch/arm/boot/dts/sti*
1453 F:      drivers/clocksource/arm_global_timer.c
1454 F:      drivers/i2c/busses/i2c-st.c
1455 F:      drivers/media/rc/st_rc.c
1456 F:      drivers/mmc/host/sdhci-st.c
1457 F:      drivers/phy/phy-stih407-usb.c
1458 F:      drivers/phy/phy-stih41x-usb.c
1459 F:      drivers/pinctrl/pinctrl-st.c
1460 F:      drivers/reset/sti/
1461 F:      drivers/tty/serial/st-asc.c
1462 F:      drivers/usb/dwc3/dwc3-st.c
1463 F:      drivers/usb/host/ehci-st.c
1464 F:      drivers/usb/host/ohci-st.c
1465 F:      drivers/ata/ahci_st.c
1466
1467 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1468 M:      Lennert Buytenhek <kernel@wantstofly.org>
1469 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1470 S:      Maintained
1471
1472 ARM/TETON BGA MACHINE SUPPORT
1473 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1474 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1475 S:      Maintained
1476
1477 ARM/THECUS N2100 MACHINE SUPPORT
1478 M:      Lennert Buytenhek <kernel@wantstofly.org>
1479 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1480 S:      Maintained
1481
1482 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1483 M:      Wan ZongShun <mcuos.com@gmail.com>
1484 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1485 W:      http://www.mcuos.com
1486 S:      Maintained
1487 F:      arch/arm/mach-w90x900/
1488 F:      drivers/input/keyboard/w90p910_keypad.c
1489 F:      drivers/input/touchscreen/w90p910_ts.c
1490 F:      drivers/watchdog/nuc900_wdt.c
1491 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1492 F:      drivers/mtd/nand/nuc900_nand.c
1493 F:      drivers/rtc/rtc-nuc900.c
1494 F:      drivers/spi/spi-nuc900.c
1495 F:      drivers/usb/host/ehci-w90x900.c
1496 F:      drivers/video/fbdev/nuc900fb.c
1497
1498 ARM/U300 MACHINE SUPPORT
1499 M:      Linus Walleij <linus.walleij@linaro.org>
1500 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1501 S:      Supported
1502 F:      arch/arm/mach-u300/
1503 F:      drivers/clocksource/timer-u300.c
1504 F:      drivers/i2c/busses/i2c-stu300.c
1505 F:      drivers/rtc/rtc-coh901331.c
1506 F:      drivers/watchdog/coh901327_wdt.c
1507 F:      drivers/dma/coh901318*
1508 F:      drivers/mfd/ab3100*
1509 F:      drivers/rtc/rtc-ab3100.c
1510 F:      drivers/rtc/rtc-coh901331.c
1511 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1512
1513 ARM/Ux500 ARM ARCHITECTURE
1514 M:      Linus Walleij <linus.walleij@linaro.org>
1515 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1516 S:      Maintained
1517 F:      arch/arm/mach-ux500/
1518 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1519 F:      drivers/dma/ste_dma40*
1520 F:      drivers/hwspinlock/u8500_hsem.c
1521 F:      drivers/mfd/abx500*
1522 F:      drivers/mfd/ab8500*
1523 F:      drivers/mfd/dbx500*
1524 F:      drivers/mfd/db8500*
1525 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1526 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1527 F:      drivers/rtc/rtc-ab8500.c
1528 F:      drivers/rtc/rtc-pl031.c
1529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1530
1531 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1532 M:      Ulf Hansson <ulf.hansson@linaro.org>
1533 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1534 T:      git git://git.linaro.org/people/ulfh/clk.git
1535 S:      Maintained
1536 F:      drivers/clk/ux500/
1537 F:      include/linux/platform_data/clk-ux500.h
1538
1539 ARM/VERSATILE EXPRESS PLATFORM
1540 M:      Liviu Dudau <liviu.dudau@arm.com>
1541 M:      Sudeep Holla <sudeep.holla@arm.com>
1542 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1543 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1544 S:      Maintained
1545 F:      arch/arm/boot/dts/vexpress*
1546 F:      arch/arm/mach-vexpress/
1547 F:      */*/vexpress*
1548 F:      */*/*/vexpress*
1549 F:      drivers/clk/versatile/clk-vexpress-osc.c
1550 F:      drivers/clocksource/versatile.c
1551
1552 ARM/VFP SUPPORT
1553 M:      Russell King <linux@arm.linux.org.uk>
1554 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1555 W:      http://www.arm.linux.org.uk/
1556 S:      Maintained
1557 F:      arch/arm/vfp/
1558
1559 ARM/VOIPAC PXA270 SUPPORT
1560 M:      Marek Vasut <marek.vasut@gmail.com>
1561 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1562 S:      Maintained
1563 F:      arch/arm/mach-pxa/vpac270.c
1564 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1565
1566 ARM/VT8500 ARM ARCHITECTURE
1567 M:      Tony Prisk <linux@prisktech.co.nz>
1568 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1569 S:      Maintained
1570 F:      arch/arm/mach-vt8500/
1571 F:      drivers/clocksource/vt8500_timer.c
1572 F:      drivers/i2c/busses/i2c-wmt.c
1573 F:      drivers/mmc/host/wmt-sdmmc.c
1574 F:      drivers/pwm/pwm-vt8500.c
1575 F:      drivers/rtc/rtc-vt8500.c
1576 F:      drivers/tty/serial/vt8500_serial.c
1577 F:      drivers/usb/host/ehci-platform.c
1578 F:      drivers/usb/host/uhci-platform.c
1579 F:      drivers/video/fbdev/vt8500lcdfb.*
1580 F:      drivers/video/fbdev/wm8505fb*
1581 F:      drivers/video/fbdev/wmt_ge_rops.*
1582
1583 ARM/ZIPIT Z2 SUPPORT
1584 M:      Marek Vasut <marek.vasut@gmail.com>
1585 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1586 S:      Maintained
1587 F:      arch/arm/mach-pxa/z2.c
1588 F:      arch/arm/mach-pxa/include/mach/z2.h
1589
1590 ARM/ZYNQ ARCHITECTURE
1591 M:      Michal Simek <michal.simek@xilinx.com>
1592 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1593 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594 W:      http://wiki.xilinx.com
1595 T:      git git://git.xilinx.com/linux-xlnx.git
1596 S:      Supported
1597 F:      arch/arm/mach-zynq/
1598 F:      drivers/cpuidle/cpuidle-zynq.c
1599 F:      drivers/block/xsysace.c
1600 N:      zynq
1601 N:      xilinx
1602 F:      drivers/clocksource/cadence_ttc_timer.c
1603 F:      drivers/i2c/busses/i2c-cadence.c
1604 F:      drivers/mmc/host/sdhci-of-arasan.c
1605 F:      drivers/edac/synopsys_edac.c
1606
1607 ARM SMMU DRIVER
1608 M:      Will Deacon <will.deacon@arm.com>
1609 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1610 S:      Maintained
1611 F:      drivers/iommu/arm-smmu.c
1612 F:      drivers/iommu/io-pgtable-arm.c
1613
1614 ARM64 PORT (AARCH64 ARCHITECTURE)
1615 M:      Catalin Marinas <catalin.marinas@arm.com>
1616 M:      Will Deacon <will.deacon@arm.com>
1617 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1618 S:      Maintained
1619 F:      arch/arm64/
1620 F:      Documentation/arm64/
1621
1622 AS3645A LED FLASH CONTROLLER DRIVER
1623 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1624 L:      linux-media@vger.kernel.org
1625 T:      git git://linuxtv.org/media_tree.git
1626 S:      Maintained
1627 F:      drivers/media/i2c/as3645a.c
1628 F:      include/media/as3645a.h
1629
1630 ASC7621 HARDWARE MONITOR DRIVER
1631 M:      George Joseph <george.joseph@fairview5.com>
1632 L:      lm-sensors@lm-sensors.org
1633 S:      Maintained
1634 F:      Documentation/hwmon/asc7621
1635 F:      drivers/hwmon/asc7621.c
1636
1637 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1638 M:      Corentin Chary <corentin.chary@gmail.com>
1639 L:      acpi4asus-user@lists.sourceforge.net
1640 L:      platform-driver-x86@vger.kernel.org
1641 W:      http://acpi4asus.sf.net
1642 S:      Maintained
1643 F:      drivers/platform/x86/asus*.c
1644 F:      drivers/platform/x86/eeepc*.c
1645
1646 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1647 R:      Dan Williams <dan.j.williams@intel.com>
1648 W:      http://sourceforge.net/projects/xscaleiop
1649 S:      Odd fixes
1650 F:      Documentation/crypto/async-tx-api.txt
1651 F:      crypto/async_tx/
1652 F:      drivers/dma/
1653 F:      include/linux/dmaengine.h
1654 F:      include/linux/async_tx.h
1655
1656 AT24 EEPROM DRIVER
1657 M:      Wolfram Sang <wsa@the-dreams.de>
1658 L:      linux-i2c@vger.kernel.org
1659 S:      Maintained
1660 F:      drivers/misc/eeprom/at24.c
1661 F:      include/linux/platform_data/at24.h
1662
1663 ATA OVER ETHERNET (AOE) DRIVER
1664 M:      "Ed L. Cashin" <ecashin@coraid.com>
1665 W:      http://support.coraid.com/support/linux
1666 S:      Supported
1667 F:      Documentation/aoe/
1668 F:      drivers/block/aoe/
1669
1670 ATHEROS ATH GENERIC UTILITIES
1671 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1672 L:      linux-wireless@vger.kernel.org
1673 S:      Supported
1674 F:      drivers/net/wireless/ath/*
1675
1676 ATHEROS ATH5K WIRELESS DRIVER
1677 M:      Jiri Slaby <jirislaby@gmail.com>
1678 M:      Nick Kossifidis <mickflemm@gmail.com>
1679 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1680 L:      linux-wireless@vger.kernel.org
1681 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1682 S:      Maintained
1683 F:      drivers/net/wireless/ath/ath5k/
1684
1685 ATHEROS ATH6KL WIRELESS DRIVER
1686 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1687 L:      linux-wireless@vger.kernel.org
1688 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1689 T:      git git://github.com/kvalo/ath.git
1690 S:      Supported
1691 F:      drivers/net/wireless/ath/ath6kl/
1692
1693 WILOCITY WIL6210 WIRELESS DRIVER
1694 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1695 L:      linux-wireless@vger.kernel.org
1696 L:      wil6210@qca.qualcomm.com
1697 S:      Supported
1698 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1699 F:      drivers/net/wireless/ath/wil6210/
1700 F:      include/uapi/linux/wil6210_uapi.h
1701
1702 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1703 M:      Christian Lamparter <chunkeey@googlemail.com>
1704 L:      linux-wireless@vger.kernel.org
1705 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1706 S:      Maintained
1707 F:      drivers/net/wireless/ath/carl9170/
1708
1709 ATK0110 HWMON DRIVER
1710 M:      Luca Tettamanti <kronos.it@gmail.com>
1711 L:      lm-sensors@lm-sensors.org
1712 S:      Maintained
1713 F:      drivers/hwmon/asus_atk0110.c
1714
1715 ATI_REMOTE2 DRIVER
1716 M:      Ville Syrjala <syrjala@sci.fi>
1717 S:      Maintained
1718 F:      drivers/input/misc/ati_remote2.c
1719
1720 ATLX ETHERNET DRIVERS
1721 M:      Jay Cliburn <jcliburn@gmail.com>
1722 M:      Chris Snook <chris.snook@gmail.com>
1723 L:      netdev@vger.kernel.org
1724 W:      http://sourceforge.net/projects/atl1
1725 W:      http://atl1.sourceforge.net
1726 S:      Maintained
1727 F:      drivers/net/ethernet/atheros/
1728
1729 ATM
1730 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1731 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1732 L:      netdev@vger.kernel.org
1733 W:      http://linux-atm.sourceforge.net
1734 S:      Maintained
1735 F:      drivers/atm/
1736 F:      include/linux/atm*
1737 F:      include/uapi/linux/atm*
1738
1739 ATMEL AT91 / AT32 MCI DRIVER
1740 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1741 S:      Maintained
1742 F:      drivers/mmc/host/atmel-mci.c
1743 F:      drivers/mmc/host/atmel-mci-regs.h
1744
1745 ATMEL AT91 / AT32 SERIAL DRIVER
1746 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1747 S:      Supported
1748 F:      drivers/tty/serial/atmel_serial.c
1749
1750 ATMEL Audio ALSA driver
1751 M:      Bo Shen <voice.shen@atmel.com>
1752 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1753 S:      Supported
1754 F:      sound/soc/atmel
1755
1756 ATMEL DMA DRIVER
1757 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1758 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1759 S:      Supported
1760 F:      drivers/dma/at_hdmac.c
1761 F:      drivers/dma/at_hdmac_regs.h
1762 F:      include/linux/platform_data/dma-atmel.h
1763
1764 ATMEL XDMA DRIVER
1765 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1766 L:      linux-arm-kernel@lists.infradead.org
1767 L:      dmaengine@vger.kernel.org
1768 S:      Supported
1769 F:      drivers/dma/at_xdmac.c
1770
1771 ATMEL I2C DRIVER
1772 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1773 L:      linux-i2c@vger.kernel.org
1774 S:      Supported
1775 F:      drivers/i2c/busses/i2c-at91.c
1776
1777 ATMEL ISI DRIVER
1778 M:      Josh Wu <josh.wu@atmel.com>
1779 L:      linux-media@vger.kernel.org
1780 S:      Supported
1781 F:      drivers/media/platform/soc_camera/atmel-isi.c
1782 F:      include/media/atmel-isi.h
1783
1784 ATMEL LCDFB DRIVER
1785 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1786 L:      linux-fbdev@vger.kernel.org
1787 S:      Maintained
1788 F:      drivers/video/fbdev/atmel_lcdfb.c
1789 F:      include/video/atmel_lcdc.h
1790
1791 ATMEL MACB ETHERNET DRIVER
1792 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1793 S:      Supported
1794 F:      drivers/net/ethernet/cadence/
1795
1796 ATMEL NAND DRIVER
1797 M:      Josh Wu <josh.wu@atmel.com>
1798 L:      linux-mtd@lists.infradead.org
1799 S:      Supported
1800 F:      drivers/mtd/nand/atmel_nand*
1801
1802 ATMEL SPI DRIVER
1803 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1804 S:      Supported
1805 F:      drivers/spi/spi-atmel.*
1806
1807 ATMEL SSC DRIVER
1808 M:      Bo Shen <voice.shen@atmel.com>
1809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1810 S:      Supported
1811 F:      drivers/misc/atmel-ssc.c
1812 F:      include/linux/atmel-ssc.h
1813
1814 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1815 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1816 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1817 S:      Supported
1818 F:      drivers/misc/atmel_tclib.c
1819 F:      drivers/clocksource/tcb_clksrc.c
1820
1821 ATMEL USBA UDC DRIVER
1822 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1823 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1824 S:      Supported
1825 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1826
1827 ATMEL WIRELESS DRIVER
1828 M:      Simon Kelley <simon@thekelleys.org.uk>
1829 L:      linux-wireless@vger.kernel.org
1830 W:      http://www.thekelleys.org.uk/atmel
1831 W:      http://atmelwlandriver.sourceforge.net/
1832 S:      Maintained
1833 F:      drivers/net/wireless/atmel*
1834
1835 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1836 M:      Bradley Grove <linuxdrivers@attotech.com>
1837 L:      linux-scsi@vger.kernel.org
1838 W:      http://www.attotech.com
1839 S:      Supported
1840 F:      drivers/scsi/esas2r
1841
1842 AUDIT SUBSYSTEM
1843 M:      Paul Moore <paul@paul-moore.com>
1844 M:      Eric Paris <eparis@redhat.com>
1845 L:      linux-audit@redhat.com (moderated for non-subscribers)
1846 W:      http://people.redhat.com/sgrubb/audit/
1847 T:      git git://git.infradead.org/users/pcmoore/audit
1848 S:      Maintained
1849 F:      include/linux/audit.h
1850 F:      include/uapi/linux/audit.h
1851 F:      kernel/audit*
1852
1853 AUXILIARY DISPLAY DRIVERS
1854 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1855 W:      http://miguelojeda.es/auxdisplay.htm
1856 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1857 S:      Maintained
1858 F:      drivers/auxdisplay/
1859 F:      include/linux/cfag12864b.h
1860
1861 AVR32 ARCHITECTURE
1862 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1863 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1864 W:      http://www.atmel.com/products/AVR32/
1865 W:      http://mirror.egtvedt.no/avr32linux.org/
1866 W:      http://avrfreaks.net/
1867 S:      Maintained
1868 F:      arch/avr32/
1869
1870 AVR32/AT32AP MACHINE SUPPORT
1871 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1872 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1873 S:      Maintained
1874 F:      arch/avr32/mach-at32ap/
1875
1876 AX.25 NETWORK LAYER
1877 M:      Ralf Baechle <ralf@linux-mips.org>
1878 L:      linux-hams@vger.kernel.org
1879 W:      http://www.linux-ax25.org/
1880 S:      Maintained
1881 F:      include/uapi/linux/ax25.h
1882 F:      include/net/ax25.h
1883 F:      net/ax25/
1884
1885 AZ6007 DVB DRIVER
1886 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1887 L:      linux-media@vger.kernel.org
1888 W:      http://linuxtv.org
1889 T:      git git://linuxtv.org/media_tree.git
1890 S:      Maintained
1891 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1892
1893 AZTECH FM RADIO RECEIVER DRIVER
1894 M:      Hans Verkuil <hverkuil@xs4all.nl>
1895 L:      linux-media@vger.kernel.org
1896 T:      git git://linuxtv.org/media_tree.git
1897 W:      http://linuxtv.org
1898 S:      Maintained
1899 F:      drivers/media/radio/radio-aztech*
1900
1901 B43 WIRELESS DRIVER
1902 M:      Stefano Brivio <stefano.brivio@polimi.it>
1903 L:      linux-wireless@vger.kernel.org
1904 L:      b43-dev@lists.infradead.org
1905 W:      http://wireless.kernel.org/en/users/Drivers/b43
1906 S:      Maintained
1907 F:      drivers/net/wireless/b43/
1908
1909 B43LEGACY WIRELESS DRIVER
1910 M:      Larry Finger <Larry.Finger@lwfinger.net>
1911 M:      Stefano Brivio <stefano.brivio@polimi.it>
1912 L:      linux-wireless@vger.kernel.org
1913 L:      b43-dev@lists.infradead.org
1914 W:      http://wireless.kernel.org/en/users/Drivers/b43
1915 S:      Maintained
1916 F:      drivers/net/wireless/b43legacy/
1917
1918 BACKLIGHT CLASS/SUBSYSTEM
1919 M:      Jingoo Han <jg1.han@samsung.com>
1920 M:      Lee Jones <lee.jones@linaro.org>
1921 S:      Maintained
1922 F:      drivers/video/backlight/
1923 F:      include/linux/backlight.h
1924
1925 BATMAN ADVANCED
1926 M:      Marek Lindner <mareklindner@neomailbox.ch>
1927 M:      Simon Wunderlich <sw@simonwunderlich.de>
1928 M:      Antonio Quartulli <antonio@meshcoding.com>
1929 L:      b.a.t.m.a.n@lists.open-mesh.org
1930 W:      http://www.open-mesh.org/
1931 S:      Maintained
1932 F:      net/batman-adv/
1933
1934 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1935 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1936 L:      linux-hams@vger.kernel.org
1937 W:      http://www.baycom.org/~tom/ham/ham.html
1938 S:      Maintained
1939 F:      drivers/net/hamradio/baycom*
1940
1941 BCACHE (BLOCK LAYER CACHE)
1942 M:      Kent Overstreet <kmo@daterainc.com>
1943 L:      linux-bcache@vger.kernel.org
1944 W:      http://bcache.evilpiepirate.org
1945 S:      Maintained:
1946 F:      drivers/md/bcache/
1947
1948 BEFS FILE SYSTEM
1949 S:      Orphan
1950 F:      Documentation/filesystems/befs.txt
1951 F:      fs/befs/
1952
1953 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1954 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1955 L: netdev@vger.kernel.org
1956 S: Maintained
1957 F: drivers/net/ethernet/ec_bhf.c
1958
1959 BFS FILE SYSTEM
1960 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1961 S:      Maintained
1962 F:      Documentation/filesystems/bfs.txt
1963 F:      fs/bfs/
1964 F:      include/uapi/linux/bfs_fs.h
1965
1966 BLACKFIN ARCHITECTURE
1967 M:      Steven Miao <realmz6@gmail.com>
1968 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1969 T:      git git://git.code.sf.net/p/adi-linux/code
1970 W:      http://blackfin.uclinux.org
1971 S:      Supported
1972 F:      arch/blackfin/
1973
1974 BLACKFIN EMAC DRIVER
1975 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1976 W:      http://blackfin.uclinux.org
1977 S:      Supported
1978 F:      drivers/net/ethernet/adi/
1979
1980 BLACKFIN RTC DRIVER
1981 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1982 W:      http://blackfin.uclinux.org
1983 S:      Supported
1984 F:      drivers/rtc/rtc-bfin.c
1985
1986 BLACKFIN SDH DRIVER
1987 M:      Sonic Zhang <sonic.zhang@analog.com>
1988 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1989 W:      http://blackfin.uclinux.org
1990 S:      Supported
1991 F:      drivers/mmc/host/bfin_sdh.c
1992
1993 BLACKFIN SERIAL DRIVER
1994 M:      Sonic Zhang <sonic.zhang@analog.com>
1995 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1996 W:      http://blackfin.uclinux.org
1997 S:      Supported
1998 F:      drivers/tty/serial/bfin_uart.c
1999
2000 BLACKFIN WATCHDOG DRIVER
2001 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2002 W:      http://blackfin.uclinux.org
2003 S:      Supported
2004 F:      drivers/watchdog/bfin_wdt.c
2005
2006 BLACKFIN I2C TWI DRIVER
2007 M:      Sonic Zhang <sonic.zhang@analog.com>
2008 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2009 W:      http://blackfin.uclinux.org/
2010 S:      Supported
2011 F:      drivers/i2c/busses/i2c-bfin-twi.c
2012
2013 BLACKFIN MEDIA DRIVER
2014 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2015 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2016 W:      http://blackfin.uclinux.org/
2017 S:      Supported
2018 F:      drivers/media/platform/blackfin/
2019 F:      drivers/media/i2c/adv7183*
2020 F:      drivers/media/i2c/vs6624*
2021
2022 BLINKM RGB LED DRIVER
2023 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2024 S:      Maintained
2025 F:      drivers/leds/leds-blinkm.c
2026
2027 BLOCK LAYER
2028 M:      Jens Axboe <axboe@kernel.dk>
2029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2030 S:      Maintained
2031 F:      block/
2032
2033 BLOCK2MTD DRIVER
2034 M:      Joern Engel <joern@lazybastard.org>
2035 L:      linux-mtd@lists.infradead.org
2036 S:      Maintained
2037 F:      drivers/mtd/devices/block2mtd.c
2038
2039 BLUETOOTH DRIVERS
2040 M:      Marcel Holtmann <marcel@holtmann.org>
2041 M:      Gustavo Padovan <gustavo@padovan.org>
2042 M:      Johan Hedberg <johan.hedberg@gmail.com>
2043 L:      linux-bluetooth@vger.kernel.org
2044 W:      http://www.bluez.org/
2045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2046 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2047 S:      Maintained
2048 F:      drivers/bluetooth/
2049
2050 BLUETOOTH SUBSYSTEM
2051 M:      Marcel Holtmann <marcel@holtmann.org>
2052 M:      Gustavo Padovan <gustavo@padovan.org>
2053 M:      Johan Hedberg <johan.hedberg@gmail.com>
2054 L:      linux-bluetooth@vger.kernel.org
2055 W:      http://www.bluez.org/
2056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2057 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2058 S:      Maintained
2059 F:      net/bluetooth/
2060 F:      include/net/bluetooth/
2061
2062 BONDING DRIVER
2063 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2064 M:      Veaceslav Falico <vfalico@gmail.com>
2065 M:      Andy Gospodarek <andy@greyhouse.net>
2066 L:      netdev@vger.kernel.org
2067 W:      http://sourceforge.net/projects/bonding/
2068 S:      Supported
2069 F:      drivers/net/bonding/
2070 F:      include/uapi/linux/if_bonding.h
2071
2072 BPF (Safe dynamic programs and tools)
2073 M:      Alexei Starovoitov <ast@kernel.org>
2074 L:      netdev@vger.kernel.org
2075 L:      linux-kernel@vger.kernel.org
2076 S:      Supported
2077 F:      kernel/bpf/
2078
2079 BROADCOM B44 10/100 ETHERNET DRIVER
2080 M:      Gary Zambrano <zambrano@broadcom.com>
2081 L:      netdev@vger.kernel.org
2082 S:      Supported
2083 F:      drivers/net/ethernet/broadcom/b44.*
2084
2085 BROADCOM GENET ETHERNET DRIVER
2086 M:      Florian Fainelli <f.fainelli@gmail.com>
2087 L:      netdev@vger.kernel.org
2088 S:      Supported
2089 F:      drivers/net/ethernet/broadcom/genet/
2090
2091 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2092 M:      Sony Chacko <sony.chacko@qlogic.com>
2093 M:      Dept-HSGLinuxNICDev@qlogic.com
2094 L:      netdev@vger.kernel.org
2095 S:      Supported
2096 F:      drivers/net/ethernet/broadcom/bnx2.*
2097 F:      drivers/net/ethernet/broadcom/bnx2_*
2098
2099 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2100 M:      Ariel Elior <ariel.elior@qlogic.com>
2101 L:      netdev@vger.kernel.org
2102 S:      Supported
2103 F:      drivers/net/ethernet/broadcom/bnx2x/
2104
2105 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2106 M:      Christian Daudt <bcm@fixthebug.org>
2107 M:      Matt Porter <mporter@linaro.org>
2108 M:      Florian Fainelli <f.fainelli@gmail.com>
2109 L:      bcm-kernel-feedback-list@broadcom.com
2110 T:      git git://github.com/broadcom/mach-bcm
2111 S:      Maintained
2112 F:      arch/arm/mach-bcm/
2113 F:      arch/arm/boot/dts/bcm113*
2114 F:      arch/arm/boot/dts/bcm216*
2115 F:      arch/arm/boot/dts/bcm281*
2116 F:      arch/arm/configs/bcm_defconfig
2117 F:      drivers/mmc/host/sdhci-bcm-kona.c
2118 F:      drivers/clocksource/bcm_kona_timer.c
2119
2120 BROADCOM BCM2835 ARM ARCHITECTURE
2121 M:      Stephen Warren <swarren@wwwdotorg.org>
2122 M:      Lee Jones <lee@kernel.org>
2123 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2125 S:      Maintained
2126 N:      bcm2835
2127
2128 BROADCOM BCM33XX MIPS ARCHITECTURE
2129 M:      Kevin Cernekee <cernekee@gmail.com>
2130 L:      linux-mips@linux-mips.org
2131 S:      Maintained
2132 F:      arch/mips/bcm3384/*
2133 F:      arch/mips/include/asm/mach-bcm3384/*
2134 F:      arch/mips/kernel/*bmips*
2135
2136 BROADCOM BCM5301X ARM ARCHITECTURE
2137 M:      Hauke Mehrtens <hauke@hauke-m.de>
2138 L:      linux-arm-kernel@lists.infradead.org
2139 S:      Maintained
2140 F:      arch/arm/mach-bcm/bcm_5301x.c
2141 F:      arch/arm/boot/dts/bcm5301x.dtsi
2142 F:      arch/arm/boot/dts/bcm470*
2143
2144 BROADCOM BCM63XX ARM ARCHITECTURE
2145 M:      Florian Fainelli <f.fainelli@gmail.com>
2146 L:      linux-arm-kernel@lists.infradead.org
2147 T:      git git://github.com/broadcom/arm-bcm63xx.git
2148 S:      Maintained
2149 F:      arch/arm/mach-bcm/bcm63xx.c
2150 F:      arch/arm/include/debug/bcm63xx.S
2151
2152 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2153 M:      Kevin Cernekee <cernekee@gmail.com>
2154 L:      linux-usb@vger.kernel.org
2155 S:      Maintained
2156 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2157
2158 BROADCOM BCM7XXX ARM ARCHITECTURE
2159 M:      Marc Carino <marc.ceeeee@gmail.com>
2160 M:      Brian Norris <computersforpeace@gmail.com>
2161 M:      Gregory Fong <gregory.0xf0@gmail.com>
2162 M:      Florian Fainelli <f.fainelli@gmail.com>
2163 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2164 T:      git git://github.com/broadcom/stblinux.git
2165 S:      Maintained
2166 F:      arch/arm/mach-bcm/*brcmstb*
2167 F:      arch/arm/boot/dts/bcm7*.dts*
2168 F:      drivers/bus/brcmstb_gisb.c
2169
2170 BROADCOM BMIPS MIPS ARCHITECTURE
2171 M:      Kevin Cernekee <cernekee@gmail.com>
2172 M:      Florian Fainelli <f.fainelli@gmail.com>
2173 L:      linux-mips@linux-mips.org
2174 T:      git git://github.com/broadcom/stblinux.git
2175 S:      Maintained
2176 F:      arch/mips/bmips/*
2177 F:      arch/mips/include/asm/mach-bmips/*
2178 F:      arch/mips/kernel/*bmips*
2179 F:      arch/mips/boot/dts/bcm*.dts*
2180 F:      drivers/irqchip/irq-bcm7*
2181 F:      drivers/irqchip/irq-brcmstb*
2182
2183 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2184 M:      Prashant Sreedharan <prashant@broadcom.com>
2185 M:      Michael Chan <mchan@broadcom.com>
2186 L:      netdev@vger.kernel.org
2187 S:      Supported
2188 F:      drivers/net/ethernet/broadcom/tg3.*
2189
2190 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2191 M:      Brett Rudley <brudley@broadcom.com>
2192 M:      Arend van Spriel <arend@broadcom.com>
2193 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2194 M:      Hante Meuleman <meuleman@broadcom.com>
2195 L:      linux-wireless@vger.kernel.org
2196 L:      brcm80211-dev-list@broadcom.com
2197 S:      Supported
2198 F:      drivers/net/wireless/brcm80211/
2199
2200 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2201 M:      QLogic-Storage-Upstream@qlogic.com
2202 L:      linux-scsi@vger.kernel.org
2203 S:      Supported
2204 F:      drivers/scsi/bnx2fc/
2205
2206 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2207 M:      QLogic-Storage-Upstream@qlogic.com
2208 L:      linux-scsi@vger.kernel.org
2209 S:      Supported
2210 F:      drivers/scsi/bnx2i/
2211
2212 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2213 M:      Ray Jui <rjui@broadcom.com>
2214 M:      Scott Branden <sbranden@broadcom.com>
2215 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2216 L:      bcm-kernel-feedback-list@broadcom.com
2217 T:      git git://github.com/broadcom/cygnus-linux.git
2218 S:      Maintained
2219 N:      iproc
2220 N:      cygnus
2221 N:      bcm9113*
2222 N:      bcm9583*
2223 N:      bcm583*
2224 N:      bcm113*
2225
2226 BROADCOM KONA GPIO DRIVER
2227 M:      Ray Jui <rjui@broadcom.com>
2228 L:      bcm-kernel-feedback-list@broadcom.com
2229 S:      Supported
2230 F:      drivers/gpio/gpio-bcm-kona.c
2231 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2232
2233 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2234 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2235 L:      linux-wireless@vger.kernel.org
2236 S:      Maintained
2237 F:      drivers/bcma/
2238 F:      include/linux/bcma/
2239
2240 BROADCOM SYSTEMPORT ETHERNET DRIVER
2241 M:      Florian Fainelli <f.fainelli@gmail.com>
2242 L:      netdev@vger.kernel.org
2243 S:      Supported
2244 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2245
2246 BROCADE BFA FC SCSI DRIVER
2247 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2248 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2249 L:      linux-scsi@vger.kernel.org
2250 S:      Supported
2251 F:      drivers/scsi/bfa/
2252
2253 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2254 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2255 L:      netdev@vger.kernel.org
2256 S:      Supported
2257 F:      drivers/net/ethernet/brocade/bna/
2258
2259 BSG (block layer generic sg v4 driver)
2260 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2261 L:      linux-scsi@vger.kernel.org
2262 S:      Supported
2263 F:      block/bsg.c
2264 F:      include/linux/bsg.h
2265 F:      include/uapi/linux/bsg.h
2266
2267 BT87X AUDIO DRIVER
2268 M:      Clemens Ladisch <clemens@ladisch.de>
2269 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2270 T:      git git://git.alsa-project.org/alsa-kernel.git
2271 S:      Maintained
2272 F:      Documentation/sound/alsa/Bt87x.txt
2273 F:      sound/pci/bt87x.c
2274
2275 BT8XXGPIO DRIVER
2276 M:      Michael Buesch <m@bues.ch>
2277 W:      http://bu3sch.de/btgpio.php
2278 S:      Maintained
2279 F:      drivers/gpio/gpio-bt8xx.c
2280
2281 BTRFS FILE SYSTEM
2282 M:      Chris Mason <clm@fb.com>
2283 M:      Josef Bacik <jbacik@fb.com>
2284 M:      David Sterba <dsterba@suse.cz>
2285 L:      linux-btrfs@vger.kernel.org
2286 W:      http://btrfs.wiki.kernel.org/
2287 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2289 S:      Maintained
2290 F:      Documentation/filesystems/btrfs.txt
2291 F:      fs/btrfs/
2292
2293 BTTV VIDEO4LINUX DRIVER
2294 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2295 L:      linux-media@vger.kernel.org
2296 W:      http://linuxtv.org
2297 T:      git git://linuxtv.org/media_tree.git
2298 S:      Odd fixes
2299 F:      Documentation/video4linux/bttv/
2300 F:      drivers/media/pci/bt8xx/bttv*
2301
2302 BUSLOGIC SCSI DRIVER
2303 M:      Khalid Aziz <khalid@gonehiking.org>
2304 L:      linux-scsi@vger.kernel.org
2305 S:      Maintained
2306 F:      drivers/scsi/BusLogic.*
2307 F:      drivers/scsi/FlashPoint.*
2308
2309 C-MEDIA CMI8788 DRIVER
2310 M:      Clemens Ladisch <clemens@ladisch.de>
2311 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2312 T:      git git://git.alsa-project.org/alsa-kernel.git
2313 S:      Maintained
2314 F:      sound/pci/oxygen/
2315
2316 C6X ARCHITECTURE
2317 M:      Mark Salter <msalter@redhat.com>
2318 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2319 L:      linux-c6x-dev@linux-c6x.org
2320 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2321 S:      Maintained
2322 F:      arch/c6x/
2323
2324 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2325 M:      David Howells <dhowells@redhat.com>
2326 L:      linux-cachefs@redhat.com
2327 S:      Supported
2328 F:      Documentation/filesystems/caching/cachefiles.txt
2329 F:      fs/cachefiles/
2330
2331 CADET FM/AM RADIO RECEIVER DRIVER
2332 M:      Hans Verkuil <hverkuil@xs4all.nl>
2333 L:      linux-media@vger.kernel.org
2334 T:      git git://linuxtv.org/media_tree.git
2335 W:      http://linuxtv.org
2336 S:      Maintained
2337 F:      drivers/media/radio/radio-cadet*
2338
2339 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2340 M:      Jonathan Corbet <corbet@lwn.net>
2341 L:      linux-media@vger.kernel.org
2342 T:      git git://linuxtv.org/media_tree.git
2343 S:      Maintained
2344 F:      Documentation/video4linux/cafe_ccic
2345 F:      drivers/media/platform/marvell-ccic/
2346
2347 CAIF NETWORK LAYER
2348 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2349 L:      netdev@vger.kernel.org
2350 S:      Supported
2351 F:      Documentation/networking/caif/
2352 F:      drivers/net/caif/
2353 F:      include/uapi/linux/caif/
2354 F:      include/net/caif/
2355 F:      net/caif/
2356
2357 CALGARY x86-64 IOMMU
2358 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2359 M:      "Jon D. Mason" <jdmason@kudzu.us>
2360 L:      discuss@x86-64.org
2361 S:      Maintained
2362 F:      arch/x86/kernel/pci-calgary_64.c
2363 F:      arch/x86/kernel/tce_64.c
2364 F:      arch/x86/include/asm/calgary.h
2365 F:      arch/x86/include/asm/tce.h
2366
2367 CAN NETWORK LAYER
2368 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2369 L:      linux-can@vger.kernel.org
2370 W:      http://gitorious.org/linux-can
2371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2373 S:      Maintained
2374 F:      Documentation/networking/can.txt
2375 F:      net/can/
2376 F:      include/linux/can/core.h
2377 F:      include/uapi/linux/can.h
2378 F:      include/uapi/linux/can/bcm.h
2379 F:      include/uapi/linux/can/raw.h
2380 F:      include/uapi/linux/can/gw.h
2381
2382 CAN NETWORK DRIVERS
2383 M:      Wolfgang Grandegger <wg@grandegger.com>
2384 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2385 L:      linux-can@vger.kernel.org
2386 W:      http://gitorious.org/linux-can
2387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2389 S:      Maintained
2390 F:      drivers/net/can/
2391 F:      include/linux/can/dev.h
2392 F:      include/linux/can/platform/
2393 F:      include/uapi/linux/can/error.h
2394 F:      include/uapi/linux/can/netlink.h
2395
2396 CAPABILITIES
2397 M:      Serge Hallyn <serge.hallyn@canonical.com>
2398 L:      linux-security-module@vger.kernel.org
2399 S:      Supported
2400 F:      include/linux/capability.h
2401 F:      include/uapi/linux/capability.h
2402 F:      security/capability.c
2403 F:      security/commoncap.c
2404 F:      kernel/capability.c
2405
2406 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2407 M:      Kevin Tsai <ktsai@capellamicro.com>
2408 S:      Maintained
2409 F:      drivers/iio/light/cm*
2410 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2411
2412 CC2520 IEEE-802.15.4 RADIO DRIVER
2413 M:      Varka Bhadram <varkabhadram@gmail.com>
2414 L:      linux-wpan@vger.kernel.org
2415 S:      Maintained
2416 F:      drivers/net/ieee802154/cc2520.c
2417 F:      include/linux/spi/cc2520.h
2418 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2419
2420 CELL BROADBAND ENGINE ARCHITECTURE
2421 M:      Arnd Bergmann <arnd@arndb.de>
2422 L:      linuxppc-dev@lists.ozlabs.org
2423 L:      cbe-oss-dev@lists.ozlabs.org
2424 W:      http://www.ibm.com/developerworks/power/cell/
2425 S:      Supported
2426 F:      arch/powerpc/include/asm/cell*.h
2427 F:      arch/powerpc/include/asm/spu*.h
2428 F:      arch/powerpc/include/uapi/asm/spu*.h
2429 F:      arch/powerpc/oprofile/*cell*
2430 F:      arch/powerpc/platforms/cell/
2431
2432 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2433 M:      Sage Weil <sage@inktank.com>
2434 L:      ceph-devel@vger.kernel.org
2435 W:      http://ceph.com/
2436 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2437 S:      Supported
2438 F:      Documentation/filesystems/ceph.txt
2439 F:      fs/ceph/
2440 F:      net/ceph/
2441 F:      include/linux/ceph/
2442 F:      include/linux/crush/
2443
2444 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2445 L:      linux-usb@vger.kernel.org
2446 S:      Orphan
2447 F:      Documentation/usb/WUSB-Design-overview.txt
2448 F:      Documentation/usb/wusb-cbaf
2449 F:      drivers/usb/host/hwa-hc.c
2450 F:      drivers/usb/host/whci/
2451 F:      drivers/usb/wusbcore/
2452 F:      include/linux/usb/wusb*
2453
2454 CFAG12864B LCD DRIVER
2455 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2456 W:      http://miguelojeda.es/auxdisplay.htm
2457 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2458 S:      Maintained
2459 F:      drivers/auxdisplay/cfag12864b.c
2460 F:      include/linux/cfag12864b.h
2461
2462 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2463 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2464 W:      http://miguelojeda.es/auxdisplay.htm
2465 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2466 S:      Maintained
2467 F:      drivers/auxdisplay/cfag12864bfb.c
2468 F:      include/linux/cfag12864b.h
2469
2470 CFG80211 and NL80211
2471 M:      Johannes Berg <johannes@sipsolutions.net>
2472 L:      linux-wireless@vger.kernel.org
2473 W:      http://wireless.kernel.org/
2474 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2476 S:      Maintained
2477 F:      include/uapi/linux/nl80211.h
2478 F:      include/net/cfg80211.h
2479 F:      net/wireless/*
2480 X:      net/wireless/wext*
2481
2482 CHAR and MISC DRIVERS
2483 M:      Arnd Bergmann <arnd@arndb.de>
2484 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2485 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2486 S:      Supported
2487 F:      drivers/char/*
2488 F:      drivers/misc/*
2489 F:      include/linux/miscdevice.h
2490
2491 CHECKPATCH
2492 M:      Andy Whitcroft <apw@canonical.com>
2493 M:      Joe Perches <joe@perches.com>
2494 S:      Maintained
2495 F:      scripts/checkpatch.pl
2496
2497 CHINESE DOCUMENTATION
2498 M:      Harry Wei <harryxiyou@gmail.com>
2499 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2500 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2501 S:      Maintained
2502 F:      Documentation/zh_CN/
2503
2504 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2505 M:      Peter Chen <Peter.Chen@freescale.com>
2506 T:      git git://github.com/hzpeterchen/linux-usb.git
2507 L:      linux-usb@vger.kernel.org
2508 S:      Maintained
2509 F:      drivers/usb/chipidea/
2510
2511 CHROME HARDWARE PLATFORM SUPPORT
2512 M:      Olof Johansson <olof@lixom.net>
2513 S:      Maintained
2514 F:      drivers/platform/chrome/
2515
2516 CISCO VIC ETHERNET NIC DRIVER
2517 M:      Christian Benvenuti <benve@cisco.com>
2518 M:      Sujith Sankar <ssujith@cisco.com>
2519 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2520 M:      Neel Patel <neepatel@cisco.com>
2521 S:      Supported
2522 F:      drivers/net/ethernet/cisco/enic/
2523
2524 CISCO VIC LOW LATENCY NIC DRIVER
2525 M:      Upinder Malhi <umalhi@cisco.com>
2526 S:      Supported
2527 F:      drivers/infiniband/hw/usnic
2528
2529 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2530 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2531 L:      netdev@vger.kernel.org
2532 S:      Maintained
2533 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2534
2535 CIRRUS LOGIC AUDIO CODEC DRIVERS
2536 M:      Brian Austin <brian.austin@cirrus.com>
2537 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2538 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2539 S:      Maintained
2540 F:      sound/soc/codecs/cs*
2541
2542 CLEANCACHE API
2543 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2544 L:      linux-kernel@vger.kernel.org
2545 S:      Maintained
2546 F:      mm/cleancache.c
2547 F:      include/linux/cleancache.h
2548
2549 CLK API
2550 M:      Russell King <linux@arm.linux.org.uk>
2551 S:      Maintained
2552 F:      include/linux/clk.h
2553
2554 CLOCKSOURCE, CLOCKEVENT DRIVERS
2555 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2556 M:      Thomas Gleixner <tglx@linutronix.de>
2557 L:      linux-kernel@vger.kernel.org
2558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2559 S:      Supported
2560 F:      drivers/clocksource
2561
2562 CISCO FCOE HBA DRIVER
2563 M:      Hiral Patel <hiralpat@cisco.com>
2564 M:      Suma Ramars <sramars@cisco.com>
2565 M:      Brian Uchino <buchino@cisco.com>
2566 L:      linux-scsi@vger.kernel.org
2567 S:      Supported
2568 F:      drivers/scsi/fnic/
2569
2570 CMPC ACPI DRIVER
2571 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2572 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2573 L:      platform-driver-x86@vger.kernel.org
2574 S:      Supported
2575 F:      drivers/platform/x86/classmate-laptop.c
2576
2577 COCCINELLE/Semantic Patches (SmPL)
2578 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2579 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2580 M:      Nicolas Palix <nicolas.palix@imag.fr>
2581 M:      Michal Marek <mmarek@suse.cz>
2582 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2583 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2584 W:      http://coccinelle.lip6.fr/
2585 S:      Supported
2586 F:      Documentation/coccinelle.txt
2587 F:      scripts/coccinelle/
2588 F:      scripts/coccicheck
2589
2590 CODA FILE SYSTEM
2591 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2592 M:      coda@cs.cmu.edu
2593 L:      codalist@coda.cs.cmu.edu
2594 W:      http://www.coda.cs.cmu.edu/
2595 S:      Maintained
2596 F:      Documentation/filesystems/coda.txt
2597 F:      fs/coda/
2598 F:      include/linux/coda*.h
2599 F:      include/uapi/linux/coda*.h
2600
2601 CODA V4L2 MEM2MEM DRIVER
2602 M:      Philipp Zabel <p.zabel@pengutronix.de>
2603 L:      linux-media@vger.kernel.org
2604 S:      Maintained
2605 F:      Documentation/devicetree/bindings/media/coda.txt
2606 F:      drivers/media/platform/coda/
2607
2608 COMMON CLK FRAMEWORK
2609 M:      Mike Turquette <mturquette@linaro.org>
2610 M:      Stephen Boyd <sboyd@codeaurora.org>
2611 L:      linux-kernel@vger.kernel.org
2612 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2613 S:      Maintained
2614 F:      drivers/clk/
2615 X:      drivers/clk/clkdev.c
2616 F:      include/linux/clk-pr*
2617 F:      include/linux/clk/
2618
2619 COMMON INTERNET FILE SYSTEM (CIFS)
2620 M:      Steve French <sfrench@samba.org>
2621 L:      linux-cifs@vger.kernel.org
2622 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2623 W:      http://linux-cifs.samba.org/
2624 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2625 S:      Supported
2626 F:      Documentation/filesystems/cifs/
2627 F:      fs/cifs/
2628
2629 COMPACTPCI HOTPLUG CORE
2630 M:      Scott Murray <scott@spiteful.org>
2631 L:      linux-pci@vger.kernel.org
2632 S:      Maintained
2633 F:      drivers/pci/hotplug/cpci_hotplug*
2634
2635 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2636 M:      Scott Murray <scott@spiteful.org>
2637 L:      linux-pci@vger.kernel.org
2638 S:      Maintained
2639 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2640
2641 COMPACTPCI HOTPLUG GENERIC DRIVER
2642 M:      Scott Murray <scott@spiteful.org>
2643 L:      linux-pci@vger.kernel.org
2644 S:      Maintained
2645 F:      drivers/pci/hotplug/cpcihp_generic.c
2646
2647 COMPAL LAPTOP SUPPORT
2648 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2649 L:      platform-driver-x86@vger.kernel.org
2650 S:      Maintained
2651 F:      drivers/platform/x86/compal-laptop.c
2652
2653 CONEXANT ACCESSRUNNER USB DRIVER
2654 M:      Simon Arlott <cxacru@fire.lp0.eu>
2655 L:      accessrunner-general@lists.sourceforge.net
2656 W:      http://accessrunner.sourceforge.net/
2657 S:      Maintained
2658 F:      drivers/usb/atm/cxacru.c
2659
2660 CONFIGFS
2661 M:      Joel Becker <jlbec@evilplan.org>
2662 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2663 S:      Supported
2664 F:      fs/configfs/
2665 F:      include/linux/configfs.h
2666
2667 CONNECTOR
2668 M:      Evgeniy Polyakov <zbr@ioremap.net>
2669 L:      netdev@vger.kernel.org
2670 S:      Maintained
2671 F:      drivers/connector/
2672
2673 CONTROL GROUP (CGROUP)
2674 M:      Tejun Heo <tj@kernel.org>
2675 M:      Li Zefan <lizefan@huawei.com>
2676 L:      cgroups@vger.kernel.org
2677 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2678 S:      Maintained
2679 F:      Documentation/cgroups/
2680 F:      include/linux/cgroup*
2681 F:      kernel/cgroup*
2682
2683 CONTROL GROUP - CPUSET
2684 M:      Li Zefan <lizefan@huawei.com>
2685 L:      cgroups@vger.kernel.org
2686 W:      http://www.bullopensource.org/cpuset/
2687 W:      http://oss.sgi.com/projects/cpusets/
2688 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2689 S:      Maintained
2690 F:      Documentation/cgroups/cpusets.txt
2691 F:      include/linux/cpuset.h
2692 F:      kernel/cpuset.c
2693
2694 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2695 M:      Johannes Weiner <hannes@cmpxchg.org>
2696 M:      Michal Hocko <mhocko@suse.cz>
2697 L:      cgroups@vger.kernel.org
2698 L:      linux-mm@kvack.org
2699 S:      Maintained
2700 F:      mm/memcontrol.c
2701 F:      mm/swap_cgroup.c
2702
2703 CORETEMP HARDWARE MONITORING DRIVER
2704 M:      Fenghua Yu <fenghua.yu@intel.com>
2705 L:      lm-sensors@lm-sensors.org
2706 S:      Maintained
2707 F:      Documentation/hwmon/coretemp
2708 F:      drivers/hwmon/coretemp.c
2709
2710 COSA/SRP SYNC SERIAL DRIVER
2711 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2712 W:      http://www.fi.muni.cz/~kas/cosa/
2713 S:      Maintained
2714 F:      drivers/net/wan/cosa*
2715
2716 CPMAC ETHERNET DRIVER
2717 M:      Florian Fainelli <florian@openwrt.org>
2718 L:      netdev@vger.kernel.org
2719 S:      Maintained
2720 F:      drivers/net/ethernet/ti/cpmac.c
2721
2722 CPU FREQUENCY DRIVERS
2723 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2724 M:      Viresh Kumar <viresh.kumar@linaro.org>
2725 L:      linux-pm@vger.kernel.org
2726 S:      Maintained
2727 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2728 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2729 F:      drivers/cpufreq/
2730 F:      include/linux/cpufreq.h
2731
2732 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2733 M:      Viresh Kumar <viresh.kumar@linaro.org>
2734 M:      Sudeep Holla <sudeep.holla@arm.com>
2735 L:      linux-pm@vger.kernel.org
2736 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2737 S:      Maintained
2738 F:      drivers/cpufreq/arm_big_little.h
2739 F:      drivers/cpufreq/arm_big_little.c
2740 F:      drivers/cpufreq/arm_big_little_dt.c
2741
2742 CPUIDLE DRIVER - ARM BIG LITTLE
2743 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2744 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2745 L:      linux-pm@vger.kernel.org
2746 L:      linux-arm-kernel@lists.infradead.org
2747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2748 S:      Maintained
2749 F:      drivers/cpuidle/cpuidle-big_little.c
2750
2751 CPUIDLE DRIVER - ARM EXYNOS
2752 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2753 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2754 M:      Kukjin Kim <kgene@kernel.org>
2755 L:      linux-pm@vger.kernel.org
2756 L:      linux-samsung-soc@vger.kernel.org
2757 S:      Supported
2758 F:      drivers/cpuidle/cpuidle-exynos.c
2759 F:      arch/arm/mach-exynos/pm.c
2760
2761 CPUIDLE DRIVERS
2762 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2763 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2764 L:      linux-pm@vger.kernel.org
2765 S:      Maintained
2766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2767 F:      drivers/cpuidle/*
2768 F:      include/linux/cpuidle.h
2769
2770 CPUID/MSR DRIVER
2771 M:      "H. Peter Anvin" <hpa@zytor.com>
2772 S:      Maintained
2773 F:      arch/x86/kernel/cpuid.c
2774 F:      arch/x86/kernel/msr.c
2775
2776 CPU POWER MONITORING SUBSYSTEM
2777 M:      Thomas Renninger <trenn@suse.de>
2778 L:      linux-pm@vger.kernel.org
2779 S:      Maintained
2780 F:      tools/power/cpupower/
2781
2782 CRAMFS FILESYSTEM
2783 W:      http://sourceforge.net/projects/cramfs/
2784 S:      Orphan / Obsolete
2785 F:      Documentation/filesystems/cramfs.txt
2786 F:      fs/cramfs/
2787
2788 CRIS PORT
2789 M:      Mikael Starvik <starvik@axis.com>
2790 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2791 L:      linux-cris-kernel@axis.com
2792 W:      http://developer.axis.com
2793 S:      Maintained
2794 F:      arch/cris/
2795 F:      drivers/tty/serial/crisv10.*
2796
2797 CRYPTO API
2798 M:      Herbert Xu <herbert@gondor.apana.org.au>
2799 M:      "David S. Miller" <davem@davemloft.net>
2800 L:      linux-crypto@vger.kernel.org
2801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2802 S:      Maintained
2803 F:      Documentation/crypto/
2804 F:      arch/*/crypto/
2805 F:      crypto/
2806 F:      drivers/crypto/
2807 F:      include/crypto/
2808
2809 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2810 M:      Neil Horman <nhorman@tuxdriver.com>
2811 L:      linux-crypto@vger.kernel.org
2812 S:      Maintained
2813 F:      crypto/ansi_cprng.c
2814 F:      crypto/rng.c
2815
2816 CS5535 Audio ALSA driver
2817 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2818 S:      Maintained
2819 F:      sound/pci/cs5535audio/
2820
2821 CW1200 WLAN driver
2822 M:      Solomon Peachy <pizza@shaftnet.org>
2823 S:      Maintained
2824 F:      drivers/net/wireless/cw1200/
2825
2826 CX18 VIDEO4LINUX DRIVER
2827 M:      Andy Walls <awalls@md.metrocast.net>
2828 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2829 L:      linux-media@vger.kernel.org
2830 T:      git git://linuxtv.org/media_tree.git
2831 W:      http://linuxtv.org
2832 W:      http://www.ivtvdriver.org/index.php/Cx18
2833 S:      Maintained
2834 F:      Documentation/video4linux/cx18.txt
2835 F:      drivers/media/pci/cx18/
2836 F:      include/uapi/linux/ivtv*
2837
2838 CX2341X MPEG ENCODER HELPER MODULE
2839 M:      Hans Verkuil <hverkuil@xs4all.nl>
2840 L:      linux-media@vger.kernel.org
2841 T:      git git://linuxtv.org/media_tree.git
2842 W:      http://linuxtv.org
2843 S:      Maintained
2844 F:      drivers/media/common/cx2341x*
2845 F:      include/media/cx2341x*
2846
2847 CX88 VIDEO4LINUX DRIVER
2848 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2849 L:      linux-media@vger.kernel.org
2850 W:      http://linuxtv.org
2851 T:      git git://linuxtv.org/media_tree.git
2852 S:      Odd fixes
2853 F:      Documentation/video4linux/cx88/
2854 F:      drivers/media/pci/cx88/
2855
2856 CXD2820R MEDIA DRIVER
2857 M:      Antti Palosaari <crope@iki.fi>
2858 L:      linux-media@vger.kernel.org
2859 W:      http://linuxtv.org/
2860 W:      http://palosaari.fi/linux/
2861 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2862 T:      git git://linuxtv.org/anttip/media_tree.git
2863 S:      Maintained
2864 F:      drivers/media/dvb-frontends/cxd2820r*
2865
2866 CXGB3 ETHERNET DRIVER (CXGB3)
2867 M:      Santosh Raspatur <santosh@chelsio.com>
2868 L:      netdev@vger.kernel.org
2869 W:      http://www.chelsio.com
2870 S:      Supported
2871 F:      drivers/net/ethernet/chelsio/cxgb3/
2872
2873 CXGB3 ISCSI DRIVER (CXGB3I)
2874 M:      Karen Xie <kxie@chelsio.com>
2875 L:      linux-scsi@vger.kernel.org
2876 W:      http://www.chelsio.com
2877 S:      Supported
2878 F:      drivers/scsi/cxgbi/cxgb3i
2879
2880 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2881 M:      Steve Wise <swise@chelsio.com>
2882 L:      linux-rdma@vger.kernel.org
2883 W:      http://www.openfabrics.org
2884 S:      Supported
2885 F:      drivers/infiniband/hw/cxgb3/
2886
2887 CXGB4 ETHERNET DRIVER (CXGB4)
2888 M:      Hariprasad S <hariprasad@chelsio.com>
2889 L:      netdev@vger.kernel.org
2890 W:      http://www.chelsio.com
2891 S:      Supported
2892 F:      drivers/net/ethernet/chelsio/cxgb4/
2893
2894 CXGB4 ISCSI DRIVER (CXGB4I)
2895 M:      Karen Xie <kxie@chelsio.com>
2896 L:      linux-scsi@vger.kernel.org
2897 W:      http://www.chelsio.com
2898 S:      Supported
2899 F:      drivers/scsi/cxgbi/cxgb4i
2900
2901 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2902 M:      Steve Wise <swise@chelsio.com>
2903 L:      linux-rdma@vger.kernel.org
2904 W:      http://www.openfabrics.org
2905 S:      Supported
2906 F:      drivers/infiniband/hw/cxgb4/
2907
2908 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2909 M:      Casey Leedom <leedom@chelsio.com>
2910 L:      netdev@vger.kernel.org
2911 W:      http://www.chelsio.com
2912 S:      Supported
2913 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2914
2915 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2916 M:      Ian Munsie <imunsie@au1.ibm.com>
2917 M:      Michael Neuling <mikey@neuling.org>
2918 L:      linuxppc-dev@lists.ozlabs.org
2919 S:      Supported
2920 F:      drivers/misc/cxl/
2921 F:      include/misc/cxl.h
2922 F:      include/uapi/misc/cxl.h
2923 F:      Documentation/powerpc/cxl.txt
2924 F:      Documentation/powerpc/cxl.txt
2925 F:      Documentation/ABI/testing/sysfs-class-cxl
2926
2927 STMMAC ETHERNET DRIVER
2928 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2929 L:      netdev@vger.kernel.org
2930 W:      http://www.stlinux.com
2931 S:      Supported
2932 F:      drivers/net/ethernet/stmicro/stmmac/
2933
2934 CYBERPRO FB DRIVER
2935 M:      Russell King <linux@arm.linux.org.uk>
2936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2937 W:      http://www.arm.linux.org.uk/
2938 S:      Maintained
2939 F:      drivers/video/fbdev/cyber2000fb.*
2940
2941 CYCLADES ASYNC MUX DRIVER
2942 W:      http://www.cyclades.com/
2943 S:      Orphan
2944 F:      drivers/tty/cyclades.c
2945 F:      include/linux/cyclades.h
2946 F:      include/uapi/linux/cyclades.h
2947
2948 CYCLADES PC300 DRIVER
2949 W:      http://www.cyclades.com/
2950 S:      Orphan
2951 F:      drivers/net/wan/pc300*
2952
2953 CYPRESS_FIRMWARE MEDIA DRIVER
2954 M:      Antti Palosaari <crope@iki.fi>
2955 L:      linux-media@vger.kernel.org
2956 W:      http://linuxtv.org/
2957 W:      http://palosaari.fi/linux/
2958 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2959 T:      git git://linuxtv.org/anttip/media_tree.git
2960 S:      Maintained
2961 F:      drivers/media/common/cypress_firmware*
2962
2963 CYTTSP TOUCHSCREEN DRIVER
2964 M:      Ferruh Yigit <fery@cypress.com>
2965 L:      linux-input@vger.kernel.org
2966 S:      Supported
2967 F:      drivers/input/touchscreen/cyttsp*
2968 F:      include/linux/input/cyttsp.h
2969
2970 DALLAS/MAXIM DS1685-FAMILY REAL TIME CLOCK
2971 M:      Joshua Kinard <kumba@gentoo.org>
2972 S:      Maintained
2973 F:      drivers/rtc/rtc-ds1685.c
2974 F:      include/linux/rtc/ds1685.h
2975
2976 DAMA SLAVE for AX.25
2977 M:      Joerg Reuter <jreuter@yaina.de>
2978 W:      http://yaina.de/jreuter/
2979 W:      http://www.qsl.net/dl1bke/
2980 L:      linux-hams@vger.kernel.org
2981 S:      Maintained
2982 F:      net/ax25/af_ax25.c
2983 F:      net/ax25/ax25_dev.c
2984 F:      net/ax25/ax25_ds_*
2985 F:      net/ax25/ax25_in.c
2986 F:      net/ax25/ax25_out.c
2987 F:      net/ax25/ax25_timer.c
2988 F:      net/ax25/sysctl_net_ax25.c
2989
2990 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2991 L:      netdev@vger.kernel.org
2992 S:      Orphan
2993 F:      Documentation/networking/dmfe.txt
2994 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2995
2996 DC390/AM53C974 SCSI driver
2997 M:      Hannes Reinecke <hare@suse.de>
2998 L:      linux-scsi@vger.kernel.org
2999 S:      Maintained
3000 F:      drivers/scsi/am53c974.c
3001
3002 DC395x SCSI driver
3003 M:      Oliver Neukum <oliver@neukum.org>
3004 M:      Ali Akcaagac <aliakc@web.de>
3005 M:      Jamie Lenehan <lenehan@twibble.org>
3006 L:      dc395x@twibble.org
3007 W:      http://twibble.org/dist/dc395x/
3008 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
3009 S:      Maintained
3010 F:      Documentation/scsi/dc395x.txt
3011 F:      drivers/scsi/dc395x.*
3012
3013 DCCP PROTOCOL
3014 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3015 L:      dccp@vger.kernel.org
3016 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3017 S:      Maintained
3018 F:      include/linux/dccp.h
3019 F:      include/uapi/linux/dccp.h
3020 F:      include/linux/tfrc.h
3021 F:      net/dccp/
3022
3023 DECnet NETWORK LAYER
3024 W:      http://linux-decnet.sourceforge.net
3025 L:      linux-decnet-user@lists.sourceforge.net
3026 S:      Orphan
3027 F:      Documentation/networking/decnet.txt
3028 F:      net/decnet/
3029
3030 DECSTATION PLATFORM SUPPORT
3031 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3032 L:      linux-mips@linux-mips.org
3033 W:      http://www.linux-mips.org/wiki/DECstation
3034 S:      Maintained
3035 F:      arch/mips/dec/
3036 F:      arch/mips/include/asm/dec/
3037 F:      arch/mips/include/asm/mach-dec/
3038
3039 DEFXX FDDI NETWORK DRIVER
3040 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3041 S:      Maintained
3042 F:      drivers/net/fddi/defxx.*
3043
3044 DELL LAPTOP DRIVER
3045 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3046 L:      platform-driver-x86@vger.kernel.org
3047 S:      Maintained
3048 F:      drivers/platform/x86/dell-laptop.c
3049
3050 DELL LAPTOP SMM DRIVER
3051 M:      Guenter Roeck <linux@roeck-us.net>
3052 S:      Maintained
3053 F:      drivers/char/i8k.c
3054 F:      include/uapi/linux/i8k.h
3055
3056 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3057 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3058 S:      Maintained
3059 F:      Documentation/dcdbas.txt
3060 F:      drivers/firmware/dcdbas.*
3061
3062 DELL WMI EXTRAS DRIVER
3063 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3064 S:      Maintained
3065 F:      drivers/platform/x86/dell-wmi.c
3066
3067 DESIGNWARE USB2 DRD IP DRIVER
3068 M:      John Youn <johnyoun@synopsys.com>
3069 L:      linux-usb@vger.kernel.org
3070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3071 S:      Maintained
3072 F:      drivers/usb/dwc2/
3073
3074 DESIGNWARE USB3 DRD IP DRIVER
3075 M:      Felipe Balbi <balbi@ti.com>
3076 L:      linux-usb@vger.kernel.org
3077 L:      linux-omap@vger.kernel.org
3078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3079 S:      Maintained
3080 F:      drivers/usb/dwc3/
3081
3082 DEVICE COREDUMP (DEV_COREDUMP)
3083 M:      Johannes Berg <johannes@sipsolutions.net>
3084 L:      linux-kernel@vger.kernel.org
3085 S:      Maintained
3086 F:      drivers/base/devcoredump.c
3087 F:      include/linux/devcoredump.h
3088
3089 DEVICE FREQUENCY (DEVFREQ)
3090 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3091 M:      Kyungmin Park <kyungmin.park@samsung.com>
3092 L:      linux-pm@vger.kernel.org
3093 S:      Maintained
3094 F:      drivers/devfreq/
3095
3096 DEVICE NUMBER REGISTRY
3097 M:      Torben Mathiasen <device@lanana.org>
3098 W:      http://lanana.org/docs/device-list/index.html
3099 S:      Maintained
3100
3101 DEVICE-MAPPER  (LVM)
3102 M:      Alasdair Kergon <agk@redhat.com>
3103 M:      Mike Snitzer <snitzer@redhat.com>
3104 M:      dm-devel@redhat.com
3105 L:      dm-devel@redhat.com
3106 W:      http://sources.redhat.com/dm
3107 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3109 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3110 S:      Maintained
3111 F:      Documentation/device-mapper/
3112 F:      drivers/md/dm*
3113 F:      drivers/md/persistent-data/
3114 F:      include/linux/device-mapper.h
3115 F:      include/linux/dm-*.h
3116 F:      include/uapi/linux/dm-*.h
3117
3118 DIALOG SEMICONDUCTOR DRIVERS
3119 M:      Support Opensource <support.opensource@diasemi.com>
3120 W:      http://www.dialog-semiconductor.com/products
3121 S:      Supported
3122 F:      Documentation/hwmon/da90??
3123 F:      drivers/gpio/gpio-da90??.c
3124 F:      drivers/hwmon/da90??-hwmon.c
3125 F:      drivers/input/misc/da90??_onkey.c
3126 F:      drivers/input/touchscreen/da9052_tsi.c
3127 F:      drivers/leds/leds-da90??.c
3128 F:      drivers/mfd/da903x.c
3129 F:      drivers/mfd/da90??-*.c
3130 F:      drivers/power/da9052-battery.c
3131 F:      drivers/regulator/da903x.c
3132 F:      drivers/regulator/da9???-regulator.[ch]
3133 F:      drivers/rtc/rtc-da90??.c
3134 F:      drivers/video/backlight/da90??_bl.c
3135 F:      drivers/watchdog/da90??_wdt.c
3136 F:      include/linux/mfd/da903x.h
3137 F:      include/linux/mfd/da9052/
3138 F:      include/linux/mfd/da9055/
3139 F:      include/linux/mfd/da9063/
3140 F:      include/sound/da[79]*.h
3141 F:      sound/soc/codecs/da[79]*.[ch]
3142
3143 DIGI NEO AND CLASSIC PCI PRODUCTS
3144 M:      Lidza Louina <lidza.louina@gmail.com>
3145 M:      Mark Hounschell <markh@compro.net>
3146 L:      driverdev-devel@linuxdriverproject.org
3147 S:      Maintained
3148 F:      drivers/staging/dgnc/
3149
3150 DIGI EPCA PCI PRODUCTS
3151 M:      Lidza Louina <lidza.louina@gmail.com>
3152 M:      Mark Hounschell <markh@compro.net>
3153 M:      Daeseok Youn <daeseok.youn@gmail.com>
3154 L:      driverdev-devel@linuxdriverproject.org
3155 S:      Maintained
3156 F:      drivers/staging/dgap/
3157
3158 DIOLAN U2C-12 I2C DRIVER
3159 M:      Guenter Roeck <linux@roeck-us.net>
3160 L:      linux-i2c@vger.kernel.org
3161 S:      Maintained
3162 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3163
3164 DIRECT ACCESS (DAX)
3165 M:      Matthew Wilcox <willy@linux.intel.com>
3166 L:      linux-fsdevel@vger.kernel.org
3167 S:      Supported
3168 F:      fs/dax.c
3169
3170 DIRECTORY NOTIFICATION (DNOTIFY)
3171 M:      Eric Paris <eparis@parisplace.org>
3172 S:      Maintained
3173 F:      Documentation/filesystems/dnotify.txt
3174 F:      fs/notify/dnotify/
3175 F:      include/linux/dnotify.h
3176
3177 DISK GEOMETRY AND PARTITION HANDLING
3178 M:      Andries Brouwer <aeb@cwi.nl>
3179 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3180 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3181 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3182 S:      Maintained
3183
3184 DISKQUOTA
3185 M:      Jan Kara <jack@suse.cz>
3186 S:      Maintained
3187 F:      Documentation/filesystems/quota.txt
3188 F:      fs/quota/
3189 F:      include/linux/quota*.h
3190 F:      include/uapi/linux/quota*.h
3191
3192 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3193 M:      Bernie Thompson <bernie@plugable.com>
3194 L:      linux-fbdev@vger.kernel.org
3195 S:      Maintained
3196 W:      http://plugable.com/category/projects/udlfb/
3197 F:      drivers/video/fbdev/udlfb.c
3198 F:      include/video/udlfb.h
3199 F:      Documentation/fb/udlfb.txt
3200
3201 DISTRIBUTED LOCK MANAGER (DLM)
3202 M:      Christine Caulfield <ccaulfie@redhat.com>
3203 M:      David Teigland <teigland@redhat.com>
3204 L:      cluster-devel@redhat.com
3205 W:      http://sources.redhat.com/cluster/
3206 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3207 S:      Supported
3208 F:      fs/dlm/
3209
3210 DMA BUFFER SHARING FRAMEWORK
3211 M:      Sumit Semwal <sumit.semwal@linaro.org>
3212 S:      Maintained
3213 L:      linux-media@vger.kernel.org
3214 L:      dri-devel@lists.freedesktop.org
3215 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3216 F:      drivers/dma-buf/
3217 F:      include/linux/dma-buf*
3218 F:      include/linux/reservation.h
3219 F:      include/linux/*fence.h
3220 F:      Documentation/dma-buf-sharing.txt
3221 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3222
3223 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3224 M:      Vinod Koul <vinod.koul@intel.com>
3225 L:      dmaengine@vger.kernel.org
3226 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3227 S:      Maintained
3228 F:      drivers/dma/
3229 F:      include/linux/dmaengine.h
3230 F:      Documentation/dmaengine/
3231 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3232
3233 DME1737 HARDWARE MONITOR DRIVER
3234 M:      Juerg Haefliger <juergh@gmail.com>
3235 L:      lm-sensors@lm-sensors.org
3236 S:      Maintained
3237 F:      Documentation/hwmon/dme1737
3238 F:      drivers/hwmon/dme1737.c
3239
3240 DOCKING STATION DRIVER
3241 M:      Shaohua Li <shaohua.li@intel.com>
3242 L:      linux-acpi@vger.kernel.org
3243 S:      Supported
3244 F:      drivers/acpi/dock.c
3245
3246 DOCUMENTATION
3247 M:      Jonathan Corbet <corbet@lwn.net>
3248 L:      linux-doc@vger.kernel.org
3249 S:      Maintained
3250 F:      Documentation/
3251 X:      Documentation/ABI/
3252 X:      Documentation/devicetree/
3253 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3254 T:      git git://git.lwn.net/linux-2.6.git docs-next
3255
3256 DOUBLETALK DRIVER
3257 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3258 L:      blinux-list@redhat.com
3259 S:      Maintained
3260 F:      drivers/char/dtlk.c
3261 F:      include/linux/dtlk.h
3262
3263 DPT_I2O SCSI RAID DRIVER
3264 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3265 L:      linux-scsi@vger.kernel.org
3266 W:      http://www.adaptec.com/
3267 S:      Maintained
3268 F:      drivers/scsi/dpt*
3269 F:      drivers/scsi/dpt/
3270
3271 DRBD DRIVER
3272 P:      Philipp Reisner
3273 P:      Lars Ellenberg
3274 M:      drbd-dev@lists.linbit.com
3275 L:      drbd-user@lists.linbit.com
3276 W:      http://www.drbd.org
3277 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3278 T:      git git://git.drbd.org/drbd-8.3.git
3279 S:      Supported
3280 F:      drivers/block/drbd/
3281 F:      lib/lru_cache.c
3282 F:      Documentation/blockdev/drbd/
3283
3284 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3285 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3287 S:      Supported
3288 F:      Documentation/kobject.txt
3289 F:      drivers/base/
3290 F:      fs/sysfs/
3291 F:      fs/debugfs/
3292 F:      include/linux/kobj*
3293 F:      include/linux/debugfs.h
3294 F:      lib/kobj*
3295
3296 DRM DRIVERS
3297 M:      David Airlie <airlied@linux.ie>
3298 L:      dri-devel@lists.freedesktop.org
3299 T:      git git://people.freedesktop.org/~airlied/linux
3300 S:      Maintained
3301 F:      drivers/gpu/drm/
3302 F:      drivers/gpu/vga/
3303 F:      include/drm/
3304 F:      include/uapi/drm/
3305
3306 RADEON DRM DRIVERS
3307 M:      Alex Deucher <alexander.deucher@amd.com>
3308 M:      Christian König <christian.koenig@amd.com>
3309 L:      dri-devel@lists.freedesktop.org
3310 T:      git git://people.freedesktop.org/~agd5f/linux
3311 S:      Supported
3312 F:      drivers/gpu/drm/radeon/
3313 F:      include/uapi/drm/radeon*
3314
3315 DRM PANEL DRIVERS
3316 M:      Thierry Reding <thierry.reding@gmail.com>
3317 L:      dri-devel@lists.freedesktop.org
3318 T:      git git://anongit.freedesktop.org/tegra/linux.git
3319 S:      Maintained
3320 F:      drivers/gpu/drm/drm_panel.c
3321 F:      drivers/gpu/drm/panel/
3322 F:      include/drm/drm_panel.h
3323 F:      Documentation/devicetree/bindings/panel/
3324
3325 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3326 M:      Daniel Vetter <daniel.vetter@intel.com>
3327 M:      Jani Nikula <jani.nikula@linux.intel.com>
3328 L:      intel-gfx@lists.freedesktop.org
3329 L:      dri-devel@lists.freedesktop.org
3330 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3331 T:      git git://anongit.freedesktop.org/drm-intel
3332 S:      Supported
3333 F:      drivers/gpu/drm/i915/
3334 F:      include/drm/i915*
3335 F:      include/uapi/drm/i915*
3336
3337 DRM DRIVERS FOR EXYNOS
3338 M:      Inki Dae <inki.dae@samsung.com>
3339 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3340 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3341 M:      Kyungmin Park <kyungmin.park@samsung.com>
3342 L:      dri-devel@lists.freedesktop.org
3343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3344 S:      Supported
3345 F:      drivers/gpu/drm/exynos/
3346 F:      include/drm/exynos*
3347 F:      include/uapi/drm/exynos*
3348
3349 DRM DRIVERS FOR FREESCALE IMX
3350 M:      Philipp Zabel <p.zabel@pengutronix.de>
3351 L:      dri-devel@lists.freedesktop.org
3352 S:      Maintained
3353 F:      drivers/gpu/drm/imx/
3354 F:      Documentation/devicetree/bindings/drm/imx/
3355
3356 DRM DRIVERS FOR NVIDIA TEGRA
3357 M:      Thierry Reding <thierry.reding@gmail.com>
3358 M:      Terje Bergström <tbergstrom@nvidia.com>
3359 L:      dri-devel@lists.freedesktop.org
3360 L:      linux-tegra@vger.kernel.org
3361 T:      git git://anongit.freedesktop.org/tegra/linux.git
3362 S:      Supported
3363 F:      drivers/gpu/drm/tegra/
3364 F:      drivers/gpu/host1x/
3365 F:      include/linux/host1x.h
3366 F:      include/uapi/drm/tegra_drm.h
3367 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3368
3369 DRM DRIVERS FOR RENESAS
3370 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3371 L:      dri-devel@lists.freedesktop.org
3372 L:      linux-sh@vger.kernel.org
3373 T:      git git://people.freedesktop.org/~airlied/linux
3374 S:      Supported
3375 F:      drivers/gpu/drm/rcar-du/
3376 F:      drivers/gpu/drm/shmobile/
3377 F:      include/linux/platform_data/rcar-du.h
3378 F:      include/linux/platform_data/shmob_drm.h
3379
3380 DSBR100 USB FM RADIO DRIVER
3381 M:      Alexey Klimov <klimov.linux@gmail.com>
3382 L:      linux-media@vger.kernel.org
3383 T:      git git://linuxtv.org/media_tree.git
3384 S:      Maintained
3385 F:      drivers/media/radio/dsbr100.c
3386
3387 DSCC4 DRIVER
3388 M:      Francois Romieu <romieu@fr.zoreil.com>
3389 L:      netdev@vger.kernel.org
3390 S:      Maintained
3391 F:      drivers/net/wan/dscc4.c
3392
3393 DVB_USB_AF9015 MEDIA DRIVER
3394 M:      Antti Palosaari <crope@iki.fi>
3395 L:      linux-media@vger.kernel.org
3396 W:      http://linuxtv.org/
3397 W:      http://palosaari.fi/linux/
3398 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3399 T:      git git://linuxtv.org/anttip/media_tree.git
3400 S:      Maintained
3401 F:      drivers/media/usb/dvb-usb-v2/af9015*
3402
3403 DVB_USB_AF9035 MEDIA DRIVER
3404 M:      Antti Palosaari <crope@iki.fi>
3405 L:      linux-media@vger.kernel.org
3406 W:      http://linuxtv.org/
3407 W:      http://palosaari.fi/linux/
3408 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3409 T:      git git://linuxtv.org/anttip/media_tree.git
3410 S:      Maintained
3411 F:      drivers/media/usb/dvb-usb-v2/af9035*
3412
3413 DVB_USB_ANYSEE MEDIA DRIVER
3414 M:      Antti Palosaari <crope@iki.fi>
3415 L:      linux-media@vger.kernel.org
3416 W:      http://linuxtv.org/
3417 W:      http://palosaari.fi/linux/
3418 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3419 T:      git git://linuxtv.org/anttip/media_tree.git
3420 S:      Maintained
3421 F:      drivers/media/usb/dvb-usb-v2/anysee*
3422
3423 DVB_USB_AU6610 MEDIA DRIVER
3424 M:      Antti Palosaari <crope@iki.fi>
3425 L:      linux-media@vger.kernel.org
3426 W:      http://linuxtv.org/
3427 W:      http://palosaari.fi/linux/
3428 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3429 T:      git git://linuxtv.org/anttip/media_tree.git
3430 S:      Maintained
3431 F:      drivers/media/usb/dvb-usb-v2/au6610*
3432
3433 DVB_USB_CE6230 MEDIA DRIVER
3434 M:      Antti Palosaari <crope@iki.fi>
3435 L:      linux-media@vger.kernel.org
3436 W:      http://linuxtv.org/
3437 W:      http://palosaari.fi/linux/
3438 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3439 T:      git git://linuxtv.org/anttip/media_tree.git
3440 S:      Maintained
3441 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3442
3443 DVB_USB_CXUSB MEDIA DRIVER
3444 M:      Michael Krufky <mkrufky@linuxtv.org>
3445 L:      linux-media@vger.kernel.org
3446 W:      http://linuxtv.org/
3447 W:      http://github.com/mkrufky
3448 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3449 T:      git git://linuxtv.org/media_tree.git
3450 S:      Maintained
3451 F:      drivers/media/usb/dvb-usb/cxusb*
3452
3453 DVB_USB_EC168 MEDIA DRIVER
3454 M:      Antti Palosaari <crope@iki.fi>
3455 L:      linux-media@vger.kernel.org
3456 W:      http://linuxtv.org/
3457 W:      http://palosaari.fi/linux/
3458 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3459 T:      git git://linuxtv.org/anttip/media_tree.git
3460 S:      Maintained
3461 F:      drivers/media/usb/dvb-usb-v2/ec168*
3462
3463 DVB_USB_GL861 MEDIA DRIVER
3464 M:      Antti Palosaari <crope@iki.fi>
3465 L:      linux-media@vger.kernel.org
3466 W:      http://linuxtv.org/
3467 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3468 T:      git git://linuxtv.org/anttip/media_tree.git
3469 S:      Maintained
3470 F:      drivers/media/usb/dvb-usb-v2/gl861*
3471
3472 DVB_USB_MXL111SF MEDIA DRIVER
3473 M:      Michael Krufky <mkrufky@linuxtv.org>
3474 L:      linux-media@vger.kernel.org
3475 W:      http://linuxtv.org/
3476 W:      http://github.com/mkrufky
3477 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3478 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3479 S:      Maintained
3480 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3481
3482 DVB_USB_RTL28XXU MEDIA DRIVER
3483 M:      Antti Palosaari <crope@iki.fi>
3484 L:      linux-media@vger.kernel.org
3485 W:      http://linuxtv.org/
3486 W:      http://palosaari.fi/linux/
3487 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3488 T:      git git://linuxtv.org/anttip/media_tree.git
3489 S:      Maintained
3490 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3491
3492 DVB_USB_V2 MEDIA DRIVER
3493 M:      Antti Palosaari <crope@iki.fi>
3494 L:      linux-media@vger.kernel.org
3495 W:      http://linuxtv.org/
3496 W:      http://palosaari.fi/linux/
3497 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3498 T:      git git://linuxtv.org/anttip/media_tree.git
3499 S:      Maintained
3500 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3501 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3502
3503 DYNAMIC DEBUG
3504 M:      Jason Baron <jbaron@akamai.com>
3505 S:      Maintained
3506 F:      lib/dynamic_debug.c
3507 F:      include/linux/dynamic_debug.h
3508
3509 DZ DECSTATION DZ11 SERIAL DRIVER
3510 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3511 S:      Maintained
3512 F:      drivers/tty/serial/dz.*
3513
3514 E3X0 POWER BUTTON DRIVER
3515 M:      Moritz Fischer <moritz.fischer@ettus.com>
3516 L:      usrp-users@lists.ettus.com
3517 W:      http://www.ettus.com
3518 S:      Supported
3519 F:      drivers/input/misc/e3x0-button.c
3520 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3521
3522 E4000 MEDIA DRIVER
3523 M:      Antti Palosaari <crope@iki.fi>
3524 L:      linux-media@vger.kernel.org
3525 W:      http://linuxtv.org/
3526 W:      http://palosaari.fi/linux/
3527 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3528 T:      git git://linuxtv.org/anttip/media_tree.git
3529 S:      Maintained
3530 F:      drivers/media/tuners/e4000*
3531
3532 EATA ISA/EISA/PCI SCSI DRIVER
3533 M:      Dario Ballabio <ballabio_dario@emc.com>
3534 L:      linux-scsi@vger.kernel.org
3535 S:      Maintained
3536 F:      drivers/scsi/eata.c
3537
3538 EC100 MEDIA DRIVER
3539 M:      Antti Palosaari <crope@iki.fi>
3540 L:      linux-media@vger.kernel.org
3541 W:      http://linuxtv.org/
3542 W:      http://palosaari.fi/linux/
3543 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3544 T:      git git://linuxtv.org/anttip/media_tree.git
3545 S:      Maintained
3546 F:      drivers/media/dvb-frontends/ec100*
3547
3548 ECRYPT FILE SYSTEM
3549 M:      Tyler Hicks <tyhicks@canonical.com>
3550 L:      ecryptfs@vger.kernel.org
3551 W:      http://ecryptfs.org
3552 W:      https://launchpad.net/ecryptfs
3553 S:      Supported
3554 F:      Documentation/filesystems/ecryptfs.txt
3555 F:      fs/ecryptfs/
3556
3557 EDAC-CORE
3558 M:      Doug Thompson <dougthompson@xmission.com>
3559 M:      Borislav Petkov <bp@alien8.de>
3560 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3561 L:      linux-edac@vger.kernel.org
3562 W:      bluesmoke.sourceforge.net
3563 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3564 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3565 S:      Supported
3566 F:      Documentation/edac.txt
3567 F:      drivers/edac/
3568 F:      include/linux/edac.h
3569
3570 EDAC-AMD64
3571 M:      Doug Thompson <dougthompson@xmission.com>
3572 M:      Borislav Petkov <bp@alien8.de>
3573 L:      linux-edac@vger.kernel.org
3574 W:      bluesmoke.sourceforge.net
3575 S:      Maintained
3576 F:      drivers/edac/amd64_edac*
3577
3578 EDAC-CALXEDA
3579 M:      Doug Thompson <dougthompson@xmission.com>
3580 M:      Robert Richter <rric@kernel.org>
3581 L:      linux-edac@vger.kernel.org
3582 W:      bluesmoke.sourceforge.net
3583 S:      Maintained
3584 F:      drivers/edac/highbank*
3585
3586 EDAC-CAVIUM
3587 M:      Ralf Baechle <ralf@linux-mips.org>
3588 M:      David Daney <david.daney@cavium.com>
3589 L:      linux-edac@vger.kernel.org
3590 L:      linux-mips@linux-mips.org
3591 W:      bluesmoke.sourceforge.net
3592 S:      Supported
3593 F:      drivers/edac/octeon_edac*
3594
3595 EDAC-E752X
3596 M:      Mark Gross <mark.gross@intel.com>
3597 M:      Doug Thompson <dougthompson@xmission.com>
3598 L:      linux-edac@vger.kernel.org
3599 W:      bluesmoke.sourceforge.net
3600 S:      Maintained
3601 F:      drivers/edac/e752x_edac.c
3602
3603 EDAC-E7XXX
3604 M:      Doug Thompson <dougthompson@xmission.com>
3605 L:      linux-edac@vger.kernel.org
3606 W:      bluesmoke.sourceforge.net
3607 S:      Maintained
3608 F:      drivers/edac/e7xxx_edac.c
3609
3610 EDAC-GHES
3611 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3612 L:      linux-edac@vger.kernel.org
3613 W:      bluesmoke.sourceforge.net
3614 S:      Maintained
3615 F:      drivers/edac/ghes_edac.c
3616
3617 EDAC-I82443BXGX
3618 M:      Tim Small <tim@buttersideup.com>
3619 L:      linux-edac@vger.kernel.org
3620 W:      bluesmoke.sourceforge.net
3621 S:      Maintained
3622 F:      drivers/edac/i82443bxgx_edac.c
3623
3624 EDAC-I3000
3625 M:      Jason Uhlenkott <juhlenko@akamai.com>
3626 L:      linux-edac@vger.kernel.org
3627 W:      bluesmoke.sourceforge.net
3628 S:      Maintained
3629 F:      drivers/edac/i3000_edac.c
3630
3631 EDAC-I5000
3632 M:      Doug Thompson <dougthompson@xmission.com>
3633 L:      linux-edac@vger.kernel.org
3634 W:      bluesmoke.sourceforge.net
3635 S:      Maintained
3636 F:      drivers/edac/i5000_edac.c
3637
3638 EDAC-I5400
3639 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3640 L:      linux-edac@vger.kernel.org
3641 W:      bluesmoke.sourceforge.net
3642 S:      Maintained
3643 F:      drivers/edac/i5400_edac.c
3644
3645 EDAC-I7300
3646 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3647 L:      linux-edac@vger.kernel.org
3648 W:      bluesmoke.sourceforge.net
3649 S:      Maintained
3650 F:      drivers/edac/i7300_edac.c
3651
3652 EDAC-I7CORE
3653 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3654 L:      linux-edac@vger.kernel.org
3655 W:      bluesmoke.sourceforge.net
3656 S:      Maintained
3657 F:      drivers/edac/i7core_edac.c
3658
3659 EDAC-I82975X
3660 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3661 M:      "Arvind R." <arvino55@gmail.com>
3662 L:      linux-edac@vger.kernel.org
3663 W:      bluesmoke.sourceforge.net
3664 S:      Maintained
3665 F:      drivers/edac/i82975x_edac.c
3666
3667 EDAC-IE31200
3668 M:      Jason Baron <jbaron@akamai.com>
3669 L:      linux-edac@vger.kernel.org
3670 W:      bluesmoke.sourceforge.net
3671 S:      Maintained
3672 F:      drivers/edac/ie31200_edac.c
3673
3674 EDAC-MPC85XX
3675 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3676 L:      linux-edac@vger.kernel.org
3677 W:      bluesmoke.sourceforge.net
3678 S:      Maintained
3679 F:      drivers/edac/mpc85xx_edac.[ch]
3680
3681 EDAC-PASEMI
3682 M:      Egor Martovetsky <egor@pasemi.com>
3683 L:      linux-edac@vger.kernel.org
3684 W:      bluesmoke.sourceforge.net
3685 S:      Maintained
3686 F:      drivers/edac/pasemi_edac.c
3687
3688 EDAC-R82600
3689 M:      Tim Small <tim@buttersideup.com>
3690 L:      linux-edac@vger.kernel.org
3691 W:      bluesmoke.sourceforge.net
3692 S:      Maintained
3693 F:      drivers/edac/r82600_edac.c
3694
3695 EDAC-SBRIDGE
3696 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3697 L:      linux-edac@vger.kernel.org
3698 W:      bluesmoke.sourceforge.net
3699 S:      Maintained
3700 F:      drivers/edac/sb_edac.c
3701
3702 EDIROL UA-101/UA-1000 DRIVER
3703 M:      Clemens Ladisch <clemens@ladisch.de>
3704 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3705 T:      git git://git.alsa-project.org/alsa-kernel.git
3706 S:      Maintained
3707 F:      sound/usb/misc/ua101.c
3708
3709 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3710 M:      Matt Fleming <matt.fleming@intel.com>
3711 L:      linux-efi@vger.kernel.org
3712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3713 S:      Maintained
3714 F:      Documentation/efi-stub.txt
3715 F:      arch/ia64/kernel/efi.c
3716 F:      arch/x86/boot/compressed/eboot.[ch]
3717 F:      arch/x86/include/asm/efi.h
3718 F:      arch/x86/platform/efi/*
3719 F:      drivers/firmware/efi/*
3720 F:      include/linux/efi*.h
3721
3722 EFI VARIABLE FILESYSTEM
3723 M:      Matthew Garrett <matthew.garrett@nebula.com>
3724 M:      Jeremy Kerr <jk@ozlabs.org>
3725 M:      Matt Fleming <matt.fleming@intel.com>
3726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3727 L:      linux-efi@vger.kernel.org
3728 S:      Maintained
3729 F:      fs/efivarfs/
3730
3731 EFIFB FRAMEBUFFER DRIVER
3732 L:      linux-fbdev@vger.kernel.org
3733 M:      Peter Jones <pjones@redhat.com>
3734 S:      Maintained
3735 F:      drivers/video/fbdev/efifb.c
3736
3737 EFS FILESYSTEM
3738 W:      http://aeschi.ch.eu.org/efs/
3739 S:      Orphan
3740 F:      fs/efs/
3741
3742 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3743 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3744 M:      Christoph Raisch <raisch@de.ibm.com>
3745 L:      linux-rdma@vger.kernel.org
3746 S:      Supported
3747 F:      drivers/infiniband/hw/ehca/
3748
3749 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3750 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3751 L:      netdev@vger.kernel.org
3752 S:      Maintained
3753 F:      drivers/net/ethernet/ibm/ehea/
3754
3755 EM28XX VIDEO4LINUX DRIVER
3756 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3757 L:      linux-media@vger.kernel.org
3758 W:      http://linuxtv.org
3759 T:      git git://linuxtv.org/media_tree.git
3760 S:      Maintained
3761 F:      drivers/media/usb/em28xx/
3762
3763 EMBEDDED LINUX
3764 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3765 M:      Matt Mackall <mpm@selenic.com>
3766 M:      David Woodhouse <dwmw2@infradead.org>
3767 L:      linux-embedded@vger.kernel.org
3768 S:      Maintained
3769
3770 EMULEX LPFC FC SCSI DRIVER
3771 M:      James Smart <james.smart@emulex.com>
3772 L:      linux-scsi@vger.kernel.org
3773 W:      http://sourceforge.net/projects/lpfcxxxx
3774 S:      Supported
3775 F:      drivers/scsi/lpfc/
3776
3777 ENE CB710 FLASH CARD READER DRIVER
3778 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3779 S:      Maintained
3780 F:      drivers/misc/cb710/
3781 F:      drivers/mmc/host/cb710-mmc.*
3782 F:      include/linux/cb710.h
3783
3784 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3785 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3786 S:      Maintained
3787 F:      drivers/media/rc/ene_ir.*
3788
3789 ENHANCED ERROR HANDLING (EEH)
3790 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3791 L:      linuxppc-dev@lists.ozlabs.org
3792 S:      Supported
3793 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3794 F:      arch/powerpc/kernel/eeh*.c
3795
3796 EPSON S1D13XXX FRAMEBUFFER DRIVER
3797 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3798 S:      Maintained
3799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3800 F:      drivers/video/fbdev/s1d13xxxfb.c
3801 F:      include/video/s1d13xxxfb.h
3802
3803 ET131X NETWORK DRIVER
3804 M:      Mark Einon <mark.einon@gmail.com>
3805 S:      Odd Fixes
3806 F:      drivers/net/ethernet/agere/
3807
3808 ETHERNET BRIDGE
3809 M:      Stephen Hemminger <stephen@networkplumber.org>
3810 L:      bridge@lists.linux-foundation.org
3811 L:      netdev@vger.kernel.org
3812 W:      http://www.linuxfoundation.org/en/Net:Bridge
3813 S:      Maintained
3814 F:      include/linux/netfilter_bridge/
3815 F:      net/bridge/
3816
3817 ETHERNET PHY LIBRARY
3818 M:      Florian Fainelli <f.fainelli@gmail.com>
3819 L:      netdev@vger.kernel.org
3820 S:      Maintained
3821 F:      include/linux/phy.h
3822 F:      include/linux/phy_fixed.h
3823 F:      drivers/net/phy/
3824 F:      Documentation/networking/phy.txt
3825 F:      drivers/of/of_mdio.c
3826 F:      drivers/of/of_net.c
3827
3828 EXT2 FILE SYSTEM
3829 M:      Jan Kara <jack@suse.cz>
3830 L:      linux-ext4@vger.kernel.org
3831 S:      Maintained
3832 F:      Documentation/filesystems/ext2.txt
3833 F:      fs/ext2/
3834 F:      include/linux/ext2*
3835
3836 EXT3 FILE SYSTEM
3837 M:      Jan Kara <jack@suse.cz>
3838 M:      Andrew Morton <akpm@linux-foundation.org>
3839 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3840 L:      linux-ext4@vger.kernel.org
3841 S:      Maintained
3842 F:      Documentation/filesystems/ext3.txt
3843 F:      fs/ext3/
3844
3845 EXT4 FILE SYSTEM
3846 M:      "Theodore Ts'o" <tytso@mit.edu>
3847 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3848 L:      linux-ext4@vger.kernel.org
3849 W:      http://ext4.wiki.kernel.org
3850 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3851 S:      Maintained
3852 F:      Documentation/filesystems/ext4.txt
3853 F:      fs/ext4/
3854
3855 Extended Verification Module (EVM)
3856 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3857 L:      linux-ima-devel@lists.sourceforge.net
3858 L:      linux-security-module@vger.kernel.org
3859 S:      Supported
3860 F:      security/integrity/evm/
3861
3862 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3863 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3864 M:      Chanwoo Choi <cw00.choi@samsung.com>
3865 L:      linux-kernel@vger.kernel.org
3866 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3867 S:      Maintained
3868 F:      drivers/extcon/
3869 F:      Documentation/extcon/
3870
3871 EXYNOS DP DRIVER
3872 M:      Jingoo Han <jg1.han@samsung.com>
3873 L:      dri-devel@lists.freedesktop.org
3874 S:      Maintained
3875 F:      drivers/gpu/drm/exynos/exynos_dp*
3876
3877 EXYNOS MIPI DISPLAY DRIVERS
3878 M:      Inki Dae <inki.dae@samsung.com>
3879 M:      Donghwa Lee <dh09.lee@samsung.com>
3880 M:      Kyungmin Park <kyungmin.park@samsung.com>
3881 L:      linux-fbdev@vger.kernel.org
3882 S:      Maintained
3883 F:      drivers/video/fbdev/exynos/exynos_mipi*
3884 F:      include/video/exynos_mipi*
3885
3886 F71805F HARDWARE MONITORING DRIVER
3887 M:      Jean Delvare <jdelvare@suse.de>
3888 L:      lm-sensors@lm-sensors.org
3889 S:      Maintained
3890 F:      Documentation/hwmon/f71805f
3891 F:      drivers/hwmon/f71805f.c
3892
3893 FC0011 TUNER DRIVER
3894 M:      Michael Buesch <m@bues.ch>
3895 L:      linux-media@vger.kernel.org
3896 S:      Maintained
3897 F:      drivers/media/tuners/fc0011.h
3898 F:      drivers/media/tuners/fc0011.c
3899
3900 FC2580 MEDIA DRIVER
3901 M:      Antti Palosaari <crope@iki.fi>
3902 L:      linux-media@vger.kernel.org
3903 W:      http://linuxtv.org/
3904 W:      http://palosaari.fi/linux/
3905 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3906 T:      git git://linuxtv.org/anttip/media_tree.git
3907 S:      Maintained
3908 F:      drivers/media/tuners/fc2580*
3909
3910 FANOTIFY
3911 M:      Eric Paris <eparis@redhat.com>
3912 S:      Maintained
3913 F:      fs/notify/fanotify/
3914 F:      include/linux/fanotify.h
3915 F:      include/uapi/linux/fanotify.h
3916
3917 FARSYNC SYNCHRONOUS DRIVER
3918 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3919 W:      http://www.farsite.co.uk/
3920 S:      Supported
3921 F:      drivers/net/wan/farsync.*
3922
3923 FAULT INJECTION SUPPORT
3924 M:      Akinobu Mita <akinobu.mita@gmail.com>
3925 S:      Supported
3926 F:      Documentation/fault-injection/
3927 F:      lib/fault-inject.c
3928
3929 FBTFT Framebuffer drivers
3930 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3931 M:      Noralf Trønnes <noralf@tronnes.org>
3932 S:      Maintained
3933 F:      drivers/staging/fbtft/
3934
3935 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3936 M:      Robert Love <robert.w.love@intel.com>
3937 L:      fcoe-devel@open-fcoe.org
3938 W:      www.Open-FCoE.org
3939 S:      Supported
3940 F:      drivers/scsi/libfc/
3941 F:      drivers/scsi/fcoe/
3942 F:      include/scsi/fc/
3943 F:      include/scsi/libfc.h
3944 F:      include/scsi/libfcoe.h
3945 F:      include/uapi/scsi/fc/
3946
3947 FILE LOCKING (flock() and fcntl()/lockf())
3948 M:      Jeff Layton <jlayton@poochiereds.net>
3949 M:      J. Bruce Fields <bfields@fieldses.org>
3950 L:      linux-fsdevel@vger.kernel.org
3951 S:      Maintained
3952 F:      include/linux/fcntl.h
3953 F:      include/linux/fs.h
3954 F:      include/uapi/linux/fcntl.h
3955 F:      include/uapi/linux/fs.h
3956 F:      fs/fcntl.c
3957 F:      fs/locks.c
3958
3959 FILESYSTEMS (VFS and infrastructure)
3960 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3961 L:      linux-fsdevel@vger.kernel.org
3962 S:      Maintained
3963 F:      fs/*
3964
3965 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3966 M:      Riku Voipio <riku.voipio@iki.fi>
3967 L:      lm-sensors@lm-sensors.org
3968 S:      Maintained
3969 F:      drivers/hwmon/f75375s.c
3970 F:      include/linux/f75375s.h
3971
3972 FIREWIRE AUDIO DRIVERS
3973 M:      Clemens Ladisch <clemens@ladisch.de>
3974 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3975 T:      git git://git.alsa-project.org/alsa-kernel.git
3976 S:      Maintained
3977 F:      sound/firewire/
3978
3979 FIREWIRE MEDIA DRIVERS (firedtv)
3980 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3981 L:      linux-media@vger.kernel.org
3982 L:      linux1394-devel@lists.sourceforge.net
3983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3984 S:      Maintained
3985 F:      drivers/media/firewire/
3986
3987 FIREWIRE SBP-2 TARGET
3988 M:      Chris Boot <bootc@bootc.net>
3989 L:      linux-scsi@vger.kernel.org
3990 L:      target-devel@vger.kernel.org
3991 L:      linux1394-devel@lists.sourceforge.net
3992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3993 S:      Maintained
3994 F:      drivers/target/sbp/
3995
3996 FIREWIRE SUBSYSTEM
3997 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3998 L:      linux1394-devel@lists.sourceforge.net
3999 W:      http://ieee1394.wiki.kernel.org/
4000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
4001 S:      Maintained
4002 F:      drivers/firewire/
4003 F:      include/linux/firewire.h
4004 F:      include/uapi/linux/firewire*.h
4005 F:      tools/firewire/
4006
4007 FIRMWARE LOADER (request_firmware)
4008 M:      Ming Lei <ming.lei@canonical.com>
4009 L:      linux-kernel@vger.kernel.org
4010 S:      Maintained
4011 F:      Documentation/firmware_class/
4012 F:      drivers/base/firmware*.c
4013 F:      include/linux/firmware.h
4014
4015 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4016 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4017 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4018 S:      Maintained
4019 F:      drivers/block/rsxx/
4020
4021 FLOPPY DRIVER
4022 M:      Jiri Kosina <jkosina@suse.cz>
4023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4024 S:      Odd fixes
4025 F:      drivers/block/floppy.c
4026
4027 FMC SUBSYSTEM
4028 M:      Alessandro Rubini <rubini@gnudd.com>
4029 W:      http://www.ohwr.org/projects/fmc-bus
4030 S:      Supported
4031 F:      drivers/fmc/
4032 F:      include/linux/fmc*.h
4033 F:      include/linux/ipmi-fru.h
4034 K:      fmc_d.*register
4035
4036 FPU EMULATOR
4037 M:      Bill Metzenthen <billm@melbpc.org.au>
4038 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4039 S:      Maintained
4040 F:      arch/x86/math-emu/
4041
4042 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4043 L:      netdev@vger.kernel.org
4044 S:      Orphan
4045 F:      drivers/net/wan/dlci.c
4046 F:      drivers/net/wan/sdla.c
4047
4048 FRAMEBUFFER LAYER
4049 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4050 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4051 L:      linux-fbdev@vger.kernel.org
4052 W:      http://linux-fbdev.sourceforge.net/
4053 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4055 S:      Maintained
4056 F:      Documentation/fb/
4057 F:      Documentation/devicetree/bindings/fb/
4058 F:      drivers/video/
4059 F:      include/video/
4060 F:      include/linux/fb.h
4061 F:      include/uapi/video/
4062 F:      include/uapi/linux/fb.h
4063
4064 FREESCALE DIU FRAMEBUFFER DRIVER
4065 M:      Timur Tabi <timur@tabi.org>
4066 L:      linux-fbdev@vger.kernel.org
4067 S:      Maintained
4068 F:      drivers/video/fbdev/fsl-diu-fb.*
4069
4070 FREESCALE DMA DRIVER
4071 M:      Li Yang <leoli@freescale.com>
4072 M:      Zhang Wei <zw@zh-kernel.org>
4073 L:      linuxppc-dev@lists.ozlabs.org
4074 S:      Maintained
4075 F:      drivers/dma/fsldma.*
4076
4077 FREESCALE I2C CPM DRIVER
4078 M:      Jochen Friedrich <jochen@scram.de>
4079 L:      linuxppc-dev@lists.ozlabs.org
4080 L:      linux-i2c@vger.kernel.org
4081 S:      Maintained
4082 F:      drivers/i2c/busses/i2c-cpm.c
4083
4084 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4085 M:      Sascha Hauer <kernel@pengutronix.de>
4086 L:      linux-fbdev@vger.kernel.org
4087 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4088 S:      Maintained
4089 F:      include/linux/platform_data/video-imxfb.h
4090 F:      drivers/video/fbdev/imxfb.c
4091
4092 FREESCALE SOC FS_ENET DRIVER
4093 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4094 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4095 L:      linuxppc-dev@lists.ozlabs.org
4096 L:      netdev@vger.kernel.org
4097 S:      Maintained
4098 F:      drivers/net/ethernet/freescale/fs_enet/
4099 F:      include/linux/fs_enet_pd.h
4100
4101 FREESCALE QUICC ENGINE LIBRARY
4102 L:      linuxppc-dev@lists.ozlabs.org
4103 S:      Orphan
4104 F:      arch/powerpc/sysdev/qe_lib/
4105 F:      arch/powerpc/include/asm/*qe.h
4106
4107 FREESCALE USB PERIPHERAL DRIVERS
4108 M:      Li Yang <leoli@freescale.com>
4109 L:      linux-usb@vger.kernel.org
4110 L:      linuxppc-dev@lists.ozlabs.org
4111 S:      Maintained
4112 F:      drivers/usb/gadget/udc/fsl*
4113
4114 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4115 M:      Li Yang <leoli@freescale.com>
4116 L:      netdev@vger.kernel.org
4117 L:      linuxppc-dev@lists.ozlabs.org
4118 S:      Maintained
4119 F:      drivers/net/ethernet/freescale/ucc_geth*
4120
4121 FREESCALE QUICC ENGINE UCC UART DRIVER
4122 M:      Timur Tabi <timur@tabi.org>
4123 L:      linuxppc-dev@lists.ozlabs.org
4124 S:      Maintained
4125 F:      drivers/tty/serial/ucc_uart.c
4126
4127 FREESCALE SOC SOUND DRIVERS
4128 M:      Timur Tabi <timur@tabi.org>
4129 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4130 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4131 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4132 L:      linuxppc-dev@lists.ozlabs.org
4133 S:      Maintained
4134 F:      sound/soc/fsl/fsl*
4135 F:      sound/soc/fsl/imx*
4136 F:      sound/soc/fsl/mpc8610_hpcd.c
4137
4138 FREEVXFS FILESYSTEM
4139 M:      Christoph Hellwig <hch@infradead.org>
4140 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4141 S:      Maintained
4142 F:      fs/freevxfs/
4143
4144 FREEZER
4145 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4146 M:      Pavel Machek <pavel@ucw.cz>
4147 L:      linux-pm@vger.kernel.org
4148 S:      Supported
4149 F:      Documentation/power/freezing-of-tasks.txt
4150 F:      include/linux/freezer.h
4151 F:      kernel/freezer.c
4152
4153 FRONTSWAP API
4154 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4155 L:      linux-kernel@vger.kernel.org
4156 S:      Maintained
4157 F:      mm/frontswap.c
4158 F:      include/linux/frontswap.h
4159
4160 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4161 M:      David Howells <dhowells@redhat.com>
4162 L:      linux-cachefs@redhat.com
4163 S:      Supported
4164 F:      Documentation/filesystems/caching/
4165 F:      fs/fscache/
4166 F:      include/linux/fscache*.h
4167
4168 F2FS FILE SYSTEM
4169 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4170 M:      Changman Lee <cm224.lee@samsung.com>
4171 L:      linux-f2fs-devel@lists.sourceforge.net
4172 W:      http://en.wikipedia.org/wiki/F2FS
4173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4174 S:      Maintained
4175 F:      Documentation/filesystems/f2fs.txt
4176 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4177 F:      fs/f2fs/
4178 F:      include/linux/f2fs_fs.h
4179
4180 FUJITSU FR-V (FRV) PORT
4181 M:      David Howells <dhowells@redhat.com>
4182 S:      Maintained
4183 F:      arch/frv/
4184
4185 FUJITSU LAPTOP EXTRAS
4186 M:      Jonathan Woithe <jwoithe@just42.net>
4187 L:      platform-driver-x86@vger.kernel.org
4188 S:      Maintained
4189 F:      drivers/platform/x86/fujitsu-laptop.c
4190
4191 FUJITSU M-5MO LS CAMERA ISP DRIVER
4192 M:      Kyungmin Park <kyungmin.park@samsung.com>
4193 M:      Heungjun Kim <riverful.kim@samsung.com>
4194 L:      linux-media@vger.kernel.org
4195 S:      Maintained
4196 F:      drivers/media/i2c/m5mols/
4197 F:      include/media/m5mols.h
4198
4199 FUJITSU TABLET EXTRAS
4200 M:      Robert Gerlach <khnz@gmx.de>
4201 L:      platform-driver-x86@vger.kernel.org
4202 S:      Maintained
4203 F:      drivers/platform/x86/fujitsu-tablet.c
4204
4205 FUSE: FILESYSTEM IN USERSPACE
4206 M:      Miklos Szeredi <miklos@szeredi.hu>
4207 L:      fuse-devel@lists.sourceforge.net
4208 W:      http://fuse.sourceforge.net/
4209 S:      Maintained
4210 F:      fs/fuse/
4211 F:      include/uapi/linux/fuse.h
4212
4213 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4214 M:      Rik Faith <faith@cs.unc.edu>
4215 L:      linux-scsi@vger.kernel.org
4216 S:      Odd Fixes (e.g., new signatures)
4217 F:      drivers/scsi/fdomain.*
4218
4219 GCOV BASED KERNEL PROFILING
4220 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4221 S:      Maintained
4222 F:      kernel/gcov/
4223 F:      Documentation/gcov.txt
4224
4225 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4226 M:      Achim Leubner <achim_leubner@adaptec.com>
4227 L:      linux-scsi@vger.kernel.org
4228 W:      http://www.icp-vortex.com/
4229 S:      Supported
4230 F:      drivers/scsi/gdt*
4231
4232 GEMTEK FM RADIO RECEIVER DRIVER
4233 M:      Hans Verkuil <hverkuil@xs4all.nl>
4234 L:      linux-media@vger.kernel.org
4235 T:      git git://linuxtv.org/media_tree.git
4236 W:      http://linuxtv.org
4237 S:      Maintained
4238 F:      drivers/media/radio/radio-gemtek*
4239
4240 GENERIC GPIO I2C DRIVER
4241 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4242 S:      Supported
4243 F:      drivers/i2c/busses/i2c-gpio.c
4244 F:      include/linux/i2c-gpio.h
4245
4246 GENERIC GPIO I2C MULTIPLEXER DRIVER
4247 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4248 L:      linux-i2c@vger.kernel.org
4249 S:      Supported
4250 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4251 F:      include/linux/i2c-mux-gpio.h
4252 F:      Documentation/i2c/muxes/i2c-mux-gpio
4253
4254 GENERIC HDLC (WAN) DRIVERS
4255 M:      Krzysztof Halasa <khc@pm.waw.pl>
4256 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4257 S:      Maintained
4258 F:      drivers/net/wan/c101.c
4259 F:      drivers/net/wan/hd6457*
4260 F:      drivers/net/wan/hdlc*
4261 F:      drivers/net/wan/n2.c
4262 F:      drivers/net/wan/pc300too.c
4263 F:      drivers/net/wan/pci200syn.c
4264 F:      drivers/net/wan/wanxl*
4265
4266 GENERIC INCLUDE/ASM HEADER FILES
4267 M:      Arnd Bergmann <arnd@arndb.de>
4268 L:      linux-arch@vger.kernel.org
4269 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4270 S:      Maintained
4271 F:      include/asm-generic/
4272 F:      include/uapi/asm-generic/
4273
4274 GENERIC PHY FRAMEWORK
4275 M:      Kishon Vijay Abraham I <kishon@ti.com>
4276 L:      linux-kernel@vger.kernel.org
4277 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4278 S:      Supported
4279 F:      drivers/phy/
4280 F:      include/linux/phy/
4281
4282 GENERIC UIO DRIVER FOR PCI DEVICES
4283 M:      "Michael S. Tsirkin" <mst@redhat.com>
4284 L:      kvm@vger.kernel.org
4285 S:      Supported
4286 F:      drivers/uio/uio_pci_generic.c
4287
4288 GET_MAINTAINER SCRIPT
4289 M:      Joe Perches <joe@perches.com>
4290 S:      Maintained
4291 F:      scripts/get_maintainer.pl
4292
4293 GFS2 FILE SYSTEM
4294 M:      Steven Whitehouse <swhiteho@redhat.com>
4295 L:      cluster-devel@redhat.com
4296 W:      http://sources.redhat.com/cluster/
4297 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4298 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4299 S:      Supported
4300 F:      Documentation/filesystems/gfs2*.txt
4301 F:      fs/gfs2/
4302 F:      include/uapi/linux/gfs2_ondisk.h
4303
4304 GIGASET ISDN DRIVERS
4305 M:      Hansjoerg Lipp <hjlipp@web.de>
4306 M:      Tilman Schmidt <tilman@imap.cc>
4307 L:      gigaset307x-common@lists.sourceforge.net
4308 W:      http://gigaset307x.sourceforge.net/
4309 S:      Maintained
4310 F:      Documentation/isdn/README.gigaset
4311 F:      drivers/isdn/gigaset/
4312 F:      include/uapi/linux/gigaset_dev.h
4313
4314 GO7007 MPEG CODEC
4315 M:      Hans Verkuil <hans.verkuil@cisco.com>
4316 L:      linux-media@vger.kernel.org
4317 S:      Maintained
4318 F:      drivers/media/usb/go7007/
4319
4320 GOODIX TOUCHSCREEN
4321 M:      Bastien Nocera <hadess@hadess.net>
4322 L:      linux-input@vger.kernel.org
4323 S:      Maintained
4324 F:      drivers/input/touchscreen/goodix.c
4325
4326 GPIO SUBSYSTEM
4327 M:      Linus Walleij <linus.walleij@linaro.org>
4328 M:      Alexandre Courbot <gnurou@gmail.com>
4329 L:      linux-gpio@vger.kernel.org
4330 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4331 S:      Maintained
4332 F:      Documentation/gpio/
4333 F:      drivers/gpio/
4334 F:      include/linux/gpio/
4335 F:      include/linux/gpio.h
4336 F:      include/asm-generic/gpio.h
4337
4338 GRE DEMULTIPLEXER DRIVER
4339 M:      Dmitry Kozlov <xeb@mail.ru>
4340 L:      netdev@vger.kernel.org
4341 S:      Maintained
4342 F:      net/ipv4/gre_demux.c
4343 F:      net/ipv4/gre_offload.c
4344 F:      include/net/gre.h
4345
4346 GRETH 10/100/1G Ethernet MAC device driver
4347 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4348 L:      netdev@vger.kernel.org
4349 S:      Maintained
4350 F:      drivers/net/ethernet/aeroflex/
4351
4352 GSPCA FINEPIX SUBDRIVER
4353 M:      Frank Zago <frank@zago.net>
4354 L:      linux-media@vger.kernel.org
4355 T:      git git://linuxtv.org/media_tree.git
4356 S:      Maintained
4357 F:      drivers/media/usb/gspca/finepix.c
4358
4359 GSPCA GL860 SUBDRIVER
4360 M:      Olivier Lorin <o.lorin@laposte.net>
4361 L:      linux-media@vger.kernel.org
4362 T:      git git://linuxtv.org/media_tree.git
4363 S:      Maintained
4364 F:      drivers/media/usb/gspca/gl860/
4365
4366 GSPCA M5602 SUBDRIVER
4367 M:      Erik Andren <erik.andren@gmail.com>
4368 L:      linux-media@vger.kernel.org
4369 T:      git git://linuxtv.org/media_tree.git
4370 S:      Maintained
4371 F:      drivers/media/usb/gspca/m5602/
4372
4373 GSPCA PAC207 SONIXB SUBDRIVER
4374 M:      Hans de Goede <hdegoede@redhat.com>
4375 L:      linux-media@vger.kernel.org
4376 T:      git git://linuxtv.org/media_tree.git
4377 S:      Maintained
4378 F:      drivers/media/usb/gspca/pac207.c
4379
4380 GSPCA SN9C20X SUBDRIVER
4381 M:      Brian Johnson <brijohn@gmail.com>
4382 L:      linux-media@vger.kernel.org
4383 T:      git git://linuxtv.org/media_tree.git
4384 S:      Maintained
4385 F:      drivers/media/usb/gspca/sn9c20x.c
4386
4387 GSPCA T613 SUBDRIVER
4388 M:      Leandro Costantino <lcostantino@gmail.com>
4389 L:      linux-media@vger.kernel.org
4390 T:      git git://linuxtv.org/media_tree.git
4391 S:      Maintained
4392 F:      drivers/media/usb/gspca/t613.c
4393
4394 GSPCA USB WEBCAM DRIVER
4395 M:      Hans de Goede <hdegoede@redhat.com>
4396 L:      linux-media@vger.kernel.org
4397 T:      git git://linuxtv.org/media_tree.git
4398 S:      Maintained
4399 F:      drivers/media/usb/gspca/
4400
4401 GUID PARTITION TABLE (GPT)
4402 M:      Davidlohr Bueso <davidlohr@hp.com>
4403 L:      linux-efi@vger.kernel.org
4404 S:      Maintained
4405 F:      block/partitions/efi.*
4406
4407 STK1160 USB VIDEO CAPTURE DRIVER
4408 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4409 L:      linux-media@vger.kernel.org
4410 T:      git git://linuxtv.org/media_tree.git
4411 S:      Maintained
4412 F:      drivers/media/usb/stk1160/
4413
4414 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4415 M:      Frank Seidel <frank@f-seidel.de>
4416 L:      platform-driver-x86@vger.kernel.org
4417 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4418 S:      Maintained
4419 F:      drivers/platform/x86/hdaps.c
4420
4421 HDPVR USB VIDEO ENCODER DRIVER
4422 M:      Hans Verkuil <hverkuil@xs4all.nl>
4423 L:      linux-media@vger.kernel.org
4424 T:      git git://linuxtv.org/media_tree.git
4425 W:      http://linuxtv.org
4426 S:      Odd Fixes
4427 F:      drivers/media/usb/hdpvr/
4428
4429 HWPOISON MEMORY FAILURE HANDLING
4430 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4431 L:      linux-mm@kvack.org
4432 S:      Maintained
4433 F:      mm/memory-failure.c
4434 F:      mm/hwpoison-inject.c
4435
4436 HYPERVISOR VIRTUAL CONSOLE DRIVER
4437 L:      linuxppc-dev@lists.ozlabs.org
4438 S:      Odd Fixes
4439 F:      drivers/tty/hvc/
4440
4441 HACKRF MEDIA DRIVER
4442 M:      Antti Palosaari <crope@iki.fi>
4443 L:      linux-media@vger.kernel.org
4444 W:      http://linuxtv.org/
4445 W:      http://palosaari.fi/linux/
4446 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4447 T:      git git://linuxtv.org/anttip/media_tree.git
4448 S:      Maintained
4449 F:      drivers/media/usb/hackrf/
4450
4451 HARDWARE MONITORING
4452 M:      Jean Delvare <jdelvare@suse.de>
4453 M:      Guenter Roeck <linux@roeck-us.net>
4454 L:      lm-sensors@lm-sensors.org
4455 W:      http://www.lm-sensors.org/
4456 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4458 S:      Maintained
4459 F:      Documentation/hwmon/
4460 F:      drivers/hwmon/
4461 F:      include/linux/hwmon*.h
4462
4463 HARDWARE RANDOM NUMBER GENERATOR CORE
4464 M:      Matt Mackall <mpm@selenic.com>
4465 M:      Herbert Xu <herbert@gondor.apana.org.au>
4466 L:      linux-crypto@vger.kernel.org
4467 S:      Odd fixes
4468 F:      Documentation/hw_random.txt
4469 F:      drivers/char/hw_random/
4470 F:      include/linux/hw_random.h
4471
4472 HARDWARE SPINLOCK CORE
4473 M:      Ohad Ben-Cohen <ohad@wizery.com>
4474 S:      Maintained
4475 F:      Documentation/hwspinlock.txt
4476 F:      drivers/hwspinlock/hwspinlock_*
4477 F:      include/linux/hwspinlock.h
4478
4479 HARMONY SOUND DRIVER
4480 L:      linux-parisc@vger.kernel.org
4481 S:      Maintained
4482 F:      sound/parisc/harmony.*
4483
4484 HD29L2 MEDIA DRIVER
4485 M:      Antti Palosaari <crope@iki.fi>
4486 L:      linux-media@vger.kernel.org
4487 W:      http://linuxtv.org/
4488 W:      http://palosaari.fi/linux/
4489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4490 T:      git git://linuxtv.org/anttip/media_tree.git
4491 S:      Maintained
4492 F:      drivers/media/dvb-frontends/hd29l2*
4493
4494 HEWLETT-PACKARD SMART2 RAID DRIVER
4495 L:      iss_storagedev@hp.com
4496 S:      Orphan
4497 F:      Documentation/blockdev/cpqarray.txt
4498 F:      drivers/block/cpqarray.*
4499
4500 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4501 M:      Don Brace <don.brace@pmcs.com>
4502 L:      iss_storagedev@hp.com
4503 L:      storagedev@pmcs.com
4504 L:      linux-scsi@vger.kernel.org
4505 S:      Supported
4506 F:      Documentation/scsi/hpsa.txt
4507 F:      drivers/scsi/hpsa*.[ch]
4508 F:      include/linux/cciss*.h
4509 F:      include/uapi/linux/cciss*.h
4510
4511 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4512 M:      Don Brace <don.brace@pmcs.com>
4513 L:      iss_storagedev@hp.com
4514 L:      storagedev@pmcs.com
4515 L:      linux-scsi@vger.kernel.org
4516 S:      Supported
4517 F:      Documentation/blockdev/cciss.txt
4518 F:      drivers/block/cciss*
4519 F:      include/linux/cciss_ioctl.h
4520 F:      include/uapi/linux/cciss_ioctl.h
4521
4522 HFS FILESYSTEM
4523 L:      linux-fsdevel@vger.kernel.org
4524 S:      Orphan
4525 F:      Documentation/filesystems/hfs.txt
4526 F:      fs/hfs/
4527
4528 HFSPLUS FILESYSTEM
4529 L:      linux-fsdevel@vger.kernel.org
4530 S:      Orphan
4531 F:      Documentation/filesystems/hfsplus.txt
4532 F:      fs/hfsplus/
4533
4534 HGA FRAMEBUFFER DRIVER
4535 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4536 L:      linux-nvidia@lists.surfsouth.com
4537 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4538 S:      Maintained
4539 F:      drivers/video/fbdev/hgafb.c
4540
4541 HIBERNATION (aka Software Suspend, aka swsusp)
4542 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4543 M:      Pavel Machek <pavel@ucw.cz>
4544 L:      linux-pm@vger.kernel.org
4545 S:      Supported
4546 F:      arch/x86/power/
4547 F:      drivers/base/power/
4548 F:      kernel/power/
4549 F:      include/linux/suspend.h
4550 F:      include/linux/freezer.h
4551 F:      include/linux/pm.h
4552 F:      arch/*/include/asm/suspend*.h
4553
4554 HID CORE LAYER
4555 M:      Jiri Kosina <jkosina@suse.cz>
4556 L:      linux-input@vger.kernel.org
4557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4558 S:      Maintained
4559 F:      drivers/hid/
4560 F:      include/linux/hid*
4561 F:      include/uapi/linux/hid*
4562
4563 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4564 M:      Thomas Gleixner <tglx@linutronix.de>
4565 L:      linux-kernel@vger.kernel.org
4566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4567 S:      Maintained
4568 F:      Documentation/timers/
4569 F:      kernel/time/hrtimer.c
4570 F:      kernel/time/clockevents.c
4571 F:      kernel/time/tick*.*
4572 F:      kernel/time/timer_*.c
4573 F:      include/linux/clockchips.h
4574 F:      include/linux/hrtimer.h
4575
4576 HIGH-SPEED SCC DRIVER FOR AX.25
4577 L:      linux-hams@vger.kernel.org
4578 S:      Orphan
4579 F:      drivers/net/hamradio/dmascc.c
4580 F:      drivers/net/hamradio/scc.c
4581
4582 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4583 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4584 W:      http://www.highpoint-tech.com
4585 S:      Supported
4586 F:      Documentation/scsi/hptiop.txt
4587 F:      drivers/scsi/hptiop.c
4588
4589 HIPPI
4590 M:      Jes Sorensen <jes@trained-monkey.org>
4591 L:      linux-hippi@sunsite.dk
4592 S:      Maintained
4593 F:      include/linux/hippidevice.h
4594 F:      include/uapi/linux/if_hippi.h
4595 F:      net/802/hippi.c
4596 F:      drivers/net/hippi/
4597
4598 HOST AP DRIVER
4599 M:      Jouni Malinen <j@w1.fi>
4600 L:      hostap@shmoo.com (subscribers-only)
4601 L:      linux-wireless@vger.kernel.org
4602 W:      http://hostap.epitest.fi/
4603 S:      Maintained
4604 F:      drivers/net/wireless/hostap/
4605
4606 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4607 L:      platform-driver-x86@vger.kernel.org
4608 S:      Orphan
4609 F:      drivers/platform/x86/tc1100-wmi.c
4610
4611 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4612 M:      Jaroslav Kysela <perex@perex.cz>
4613 S:      Maintained
4614 F:      drivers/net/ethernet/hp/hp100.*
4615
4616 HPET:   High Precision Event Timers driver
4617 M:      Clemens Ladisch <clemens@ladisch.de>
4618 S:      Maintained
4619 F:      Documentation/timers/hpet.txt
4620 F:      drivers/char/hpet.c
4621 F:      include/linux/hpet.h
4622 F:      include/uapi/linux/hpet.h
4623
4624 HPET:   x86
4625 S:      Orphan
4626 F:      arch/x86/kernel/hpet.c
4627 F:      arch/x86/include/asm/hpet.h
4628
4629 HPFS FILESYSTEM
4630 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4631 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4632 S:      Maintained
4633 F:      fs/hpfs/
4634
4635 HSI SUBSYSTEM
4636 M:      Sebastian Reichel <sre@kernel.org>
4637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4638 S:      Maintained
4639 F:      Documentation/ABI/testing/sysfs-bus-hsi
4640 F:      Documentation/hsi.txt
4641 F:      drivers/hsi/
4642 F:      include/linux/hsi/
4643 F:      include/uapi/linux/hsi/
4644
4645 HSO 3G MODEM DRIVER
4646 M:      Jan Dumon <j.dumon@option.com>
4647 W:      http://www.pharscape.org
4648 S:      Maintained
4649 F:      drivers/net/usb/hso.c
4650
4651 HSR NETWORK PROTOCOL
4652 M:      Arvid Brodin <arvid.brodin@alten.se>
4653 L:      netdev@vger.kernel.org
4654 S:      Maintained
4655 F:      net/hsr/
4656
4657 HTCPEN TOUCHSCREEN DRIVER
4658 M:      Pau Oliva Fora <pof@eslack.org>
4659 L:      linux-input@vger.kernel.org
4660 S:      Maintained
4661 F:      drivers/input/touchscreen/htcpen.c
4662
4663 HUGETLB FILESYSTEM
4664 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4665 S:      Maintained
4666 F:      fs/hugetlbfs/
4667
4668 Hyper-V CORE AND DRIVERS
4669 M:      K. Y. Srinivasan <kys@microsoft.com>
4670 M:      Haiyang Zhang <haiyangz@microsoft.com>
4671 L:      devel@linuxdriverproject.org
4672 S:      Maintained
4673 F:      arch/x86/include/asm/mshyperv.h
4674 F:      arch/x86/include/uapi/asm/hyperv.h
4675 F:      arch/x86/kernel/cpu/mshyperv.c
4676 F:      drivers/hid/hid-hyperv.c
4677 F:      drivers/hv/
4678 F:      drivers/input/serio/hyperv-keyboard.c
4679 F:      drivers/net/hyperv/
4680 F:      drivers/scsi/storvsc_drv.c
4681 F:      drivers/video/fbdev/hyperv_fb.c
4682 F:      include/linux/hyperv.h
4683 F:      tools/hv/
4684
4685 I2C OVER PARALLEL PORT
4686 M:      Jean Delvare <jdelvare@suse.de>
4687 L:      linux-i2c@vger.kernel.org
4688 S:      Maintained
4689 F:      Documentation/i2c/busses/i2c-parport
4690 F:      Documentation/i2c/busses/i2c-parport-light
4691 F:      drivers/i2c/busses/i2c-parport.c
4692 F:      drivers/i2c/busses/i2c-parport-light.c
4693
4694 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4695 M:      Jean Delvare <jdelvare@suse.de>
4696 L:      linux-i2c@vger.kernel.org
4697 S:      Maintained
4698 F:      Documentation/i2c/busses/i2c-ali1535
4699 F:      Documentation/i2c/busses/i2c-ali1563
4700 F:      Documentation/i2c/busses/i2c-ali15x3
4701 F:      Documentation/i2c/busses/i2c-amd756
4702 F:      Documentation/i2c/busses/i2c-amd8111
4703 F:      Documentation/i2c/busses/i2c-i801
4704 F:      Documentation/i2c/busses/i2c-nforce2
4705 F:      Documentation/i2c/busses/i2c-piix4
4706 F:      Documentation/i2c/busses/i2c-sis5595
4707 F:      Documentation/i2c/busses/i2c-sis630
4708 F:      Documentation/i2c/busses/i2c-sis96x
4709 F:      Documentation/i2c/busses/i2c-via
4710 F:      Documentation/i2c/busses/i2c-viapro
4711 F:      drivers/i2c/busses/i2c-ali1535.c
4712 F:      drivers/i2c/busses/i2c-ali1563.c
4713 F:      drivers/i2c/busses/i2c-ali15x3.c
4714 F:      drivers/i2c/busses/i2c-amd756.c
4715 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4716 F:      drivers/i2c/busses/i2c-amd8111.c
4717 F:      drivers/i2c/busses/i2c-i801.c
4718 F:      drivers/i2c/busses/i2c-isch.c
4719 F:      drivers/i2c/busses/i2c-nforce2.c
4720 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4721 F:      drivers/i2c/busses/i2c-piix4.c
4722 F:      drivers/i2c/busses/i2c-sis5595.c
4723 F:      drivers/i2c/busses/i2c-sis630.c
4724 F:      drivers/i2c/busses/i2c-sis96x.c
4725 F:      drivers/i2c/busses/i2c-via.c
4726 F:      drivers/i2c/busses/i2c-viapro.c
4727
4728 I2C/SMBUS ISMT DRIVER
4729 M:      Seth Heasley <seth.heasley@intel.com>
4730 M:      Neil Horman <nhorman@tuxdriver.com>
4731 L:      linux-i2c@vger.kernel.org
4732 F:      drivers/i2c/busses/i2c-ismt.c
4733 F:      Documentation/i2c/busses/i2c-ismt
4734
4735 I2C/SMBUS STUB DRIVER
4736 M:      Jean Delvare <jdelvare@suse.de>
4737 L:      linux-i2c@vger.kernel.org
4738 S:      Maintained
4739 F:      drivers/i2c/i2c-stub.c
4740
4741 I2C SUBSYSTEM
4742 M:      Wolfram Sang <wsa@the-dreams.de>
4743 L:      linux-i2c@vger.kernel.org
4744 W:      https://i2c.wiki.kernel.org/
4745 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4746 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4747 S:      Maintained
4748 F:      Documentation/devicetree/bindings/i2c/
4749 F:      Documentation/i2c/
4750 F:      drivers/i2c/
4751 F:      include/linux/i2c.h
4752 F:      include/linux/i2c-*.h
4753 F:      include/uapi/linux/i2c.h
4754 F:      include/uapi/linux/i2c-*.h
4755
4756 I2C ACPI SUPPORT
4757 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4758 L:      linux-i2c@vger.kernel.org
4759 L:      linux-acpi@vger.kernel.org
4760 S:      Maintained
4761
4762 I2C-TAOS-EVM DRIVER
4763 M:      Jean Delvare <jdelvare@suse.de>
4764 L:      linux-i2c@vger.kernel.org
4765 S:      Maintained
4766 F:      Documentation/i2c/busses/i2c-taos-evm
4767 F:      drivers/i2c/busses/i2c-taos-evm.c
4768
4769 I2C-TINY-USB DRIVER
4770 M:      Till Harbaum <till@harbaum.org>
4771 L:      linux-i2c@vger.kernel.org
4772 W:      http://www.harbaum.org/till/i2c_tiny_usb
4773 S:      Maintained
4774 F:      drivers/i2c/busses/i2c-tiny-usb.c
4775
4776 i386 BOOT CODE
4777 M:      "H. Peter Anvin" <hpa@zytor.com>
4778 S:      Maintained
4779 F:      arch/x86/boot/
4780
4781 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4782 M:      "H. Peter Anvin" <hpa@zytor.com>
4783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4784 S:      Maintained
4785
4786 IA64 (Itanium) PLATFORM
4787 M:      Tony Luck <tony.luck@intel.com>
4788 M:      Fenghua Yu <fenghua.yu@intel.com>
4789 L:      linux-ia64@vger.kernel.org
4790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4791 S:      Maintained
4792 F:      arch/ia64/
4793
4794 IBM Power in-Nest Crypto Acceleration
4795 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4796 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4797 L:      linux-crypto@vger.kernel.org
4798 S:      Supported
4799 F:      drivers/crypto/nx/
4800
4801 IBM Power 842 compression accelerator
4802 M:      Dan Streetman <ddstreet@us.ibm.com>
4803 S:      Supported
4804 F:      drivers/crypto/nx/nx-842.c
4805 F:      include/linux/nx842.h
4806
4807 IBM Power Linux RAID adapter
4808 M:      Brian King <brking@us.ibm.com>
4809 S:      Supported
4810 F:      drivers/scsi/ipr.*
4811
4812 IBM Power Virtual Ethernet Device Driver
4813 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4814 L:      netdev@vger.kernel.org
4815 S:      Supported
4816 F:      drivers/net/ethernet/ibm/ibmveth.*
4817
4818 IBM Power Virtual SCSI Device Drivers
4819 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4820 L:      linux-scsi@vger.kernel.org
4821 S:      Supported
4822 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4823 F:      drivers/scsi/ibmvscsi/viosrp.h
4824
4825 IBM Power Virtual FC Device Drivers
4826 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4827 L:      linux-scsi@vger.kernel.org
4828 S:      Supported
4829 F:      drivers/scsi/ibmvscsi/ibmvfc*
4830
4831 IBM ServeRAID RAID DRIVER
4832 S:      Orphan
4833 F:      drivers/scsi/ips.*
4834
4835 ICH LPC AND GPIO DRIVER
4836 M:      Peter Tyser <ptyser@xes-inc.com>
4837 S:      Maintained
4838 F:      drivers/mfd/lpc_ich.c
4839 F:      drivers/gpio/gpio-ich.c
4840
4841 IDE SUBSYSTEM
4842 M:      "David S. Miller" <davem@davemloft.net>
4843 L:      linux-ide@vger.kernel.org
4844 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4846 S:      Maintained
4847 F:      Documentation/ide/
4848 F:      drivers/ide/
4849 F:      include/linux/ide.h
4850
4851 IDEAPAD LAPTOP EXTRAS DRIVER
4852 M:      Ike Panhc <ike.pan@canonical.com>
4853 L:      platform-driver-x86@vger.kernel.org
4854 W:      http://launchpad.net/ideapad-laptop
4855 S:      Maintained
4856 F:      drivers/platform/x86/ideapad-laptop.c
4857
4858 IDEAPAD LAPTOP SLIDEBAR DRIVER
4859 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4860 L:      linux-input@vger.kernel.org
4861 W:      https://github.com/o2genum/ideapad-slidebar
4862 S:      Maintained
4863 F:      drivers/input/misc/ideapad_slidebar.c
4864
4865 IDE/ATAPI DRIVERS
4866 M:      Borislav Petkov <bp@alien8.de>
4867 L:      linux-ide@vger.kernel.org
4868 S:      Maintained
4869 F:      Documentation/cdrom/ide-cd
4870 F:      drivers/ide/ide-cd*
4871
4872 IDLE-I7300
4873 M:      Andy Henroid <andrew.d.henroid@intel.com>
4874 L:      linux-pm@vger.kernel.org
4875 S:      Supported
4876 F:      drivers/idle/i7300_idle.c
4877
4878 IEEE 802.15.4 SUBSYSTEM
4879 M:      Alexander Aring <alex.aring@gmail.com>
4880 L:      linux-wpan@vger.kernel.org
4881 W:      https://github.com/linux-wpan
4882 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4883 S:      Maintained
4884 F:      net/ieee802154/
4885 F:      net/mac802154/
4886 F:      drivers/net/ieee802154/
4887 F:      include/linux/nl802154.h
4888 F:      include/linux/ieee802154.h
4889 F:      include/net/nl802154.h
4890 F:      include/net/mac802154.h
4891 F:      include/net/af_ieee802154.h
4892 F:      include/net/cfg802154.h
4893 F:      include/net/ieee802154_netdev.h
4894 F:      Documentation/networking/ieee802154.txt
4895
4896 IGORPLUG-USB IR RECEIVER
4897 M:      Sean Young <sean@mess.org>
4898 L:      linux-media@vger.kernel.org
4899 S:      Maintained
4900 F:      drivers/media/rc/igorplugusb.c
4901
4902 IGUANAWORKS USB IR TRANSCEIVER
4903 M:      Sean Young <sean@mess.org>
4904 L:      linux-media@vger.kernel.org
4905 S:      Maintained
4906 F:      drivers/media/rc/iguanair.c
4907
4908 IIO SUBSYSTEM AND DRIVERS
4909 M:      Jonathan Cameron <jic23@kernel.org>
4910 R:      Hartmut Knaack <knaack.h@gmx.de>
4911 R:      Lars-Peter Clausen <lars@metafoo.de>
4912 R:      Peter Meerwald <pmeerw@pmeerw.net>
4913 L:      linux-iio@vger.kernel.org
4914 S:      Maintained
4915 F:      drivers/iio/
4916 F:      drivers/staging/iio/
4917 F:      include/linux/iio/
4918
4919 IKANOS/ADI EAGLE ADSL USB DRIVER
4920 M:      Matthieu Castet <castet.matthieu@free.fr>
4921 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4922 S:      Maintained
4923 F:      drivers/usb/atm/ueagle-atm.c
4924
4925 INA209 HARDWARE MONITOR DRIVER
4926 M:      Guenter Roeck <linux@roeck-us.net>
4927 L:      lm-sensors@lm-sensors.org
4928 S:      Maintained
4929 F:      Documentation/hwmon/ina209
4930 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4931 F:      drivers/hwmon/ina209.c
4932
4933 INA2XX HARDWARE MONITOR DRIVER
4934 M:      Guenter Roeck <linux@roeck-us.net>
4935 L:      lm-sensors@lm-sensors.org
4936 S:      Maintained
4937 F:      Documentation/hwmon/ina2xx
4938 F:      drivers/hwmon/ina2xx.c
4939 F:      include/linux/platform_data/ina2xx.h
4940
4941 INDUSTRY PACK SUBSYSTEM (IPACK)
4942 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4943 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4944 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4945 L:      industrypack-devel@lists.sourceforge.net
4946 W:      http://industrypack.sourceforge.net
4947 S:      Maintained
4948 F:      drivers/ipack/
4949
4950 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4951 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4952 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
4953 L:      linux-ima-devel@lists.sourceforge.net
4954 L:      linux-ima-user@lists.sourceforge.net
4955 L:      linux-security-module@vger.kernel.org
4956 S:      Supported
4957 F:      security/integrity/ima/
4958
4959 IMGTEC IR DECODER DRIVER
4960 M:      James Hogan <james.hogan@imgtec.com>
4961 S:      Maintained
4962 F:      drivers/media/rc/img-ir/
4963
4964 IMS TWINTURBO FRAMEBUFFER DRIVER
4965 L:      linux-fbdev@vger.kernel.org
4966 S:      Orphan
4967 F:      drivers/video/fbdev/imsttfb.c
4968
4969 INFINIBAND SUBSYSTEM
4970 M:      Roland Dreier <roland@kernel.org>
4971 M:      Sean Hefty <sean.hefty@intel.com>
4972 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4973 L:      linux-rdma@vger.kernel.org
4974 W:      http://www.openfabrics.org/
4975 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4977 S:      Supported
4978 F:      Documentation/infiniband/
4979 F:      drivers/infiniband/
4980 F:      include/uapi/linux/if_infiniband.h
4981
4982 INOTIFY
4983 M:      John McCutchan <john@johnmccutchan.com>
4984 M:      Robert Love <rlove@rlove.org>
4985 M:      Eric Paris <eparis@parisplace.org>
4986 S:      Maintained
4987 F:      Documentation/filesystems/inotify.txt
4988 F:      fs/notify/inotify/
4989 F:      include/linux/inotify.h
4990 F:      include/uapi/linux/inotify.h
4991
4992 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4993 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4994 L:      linux-input@vger.kernel.org
4995 Q:      http://patchwork.kernel.org/project/linux-input/list/
4996 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4997 S:      Maintained
4998 F:      drivers/input/
4999 F:      include/linux/input.h
5000 F:      include/uapi/linux/input.h
5001 F:      include/linux/input/
5002
5003 INPUT MULTITOUCH (MT) PROTOCOL
5004 M:      Henrik Rydberg <rydberg@bitmath.org>
5005 L:      linux-input@vger.kernel.org
5006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
5007 S:      Odd fixes
5008 F:      Documentation/input/multi-touch-protocol.txt
5009 F:      drivers/input/input-mt.c
5010 K:      \b(ABS|SYN)_MT_
5011
5012 INTEL ASoC BDW/HSW DRIVERS
5013 M:      Jie Yang <yang.jie@linux.intel.com>
5014 L:      alsa-devel@alsa-project.org
5015 S:      Supported
5016 F:      sound/soc/intel/sst-haswell*
5017 F:      sound/soc/intel/sst-dsp*
5018 F:      sound/soc/intel/sst-firmware.c
5019 F:      sound/soc/intel/broadwell.c
5020 F:      sound/soc/intel/haswell.c
5021
5022 INTEL C600 SERIES SAS CONTROLLER DRIVER
5023 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5024 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5025 L:      linux-scsi@vger.kernel.org
5026 T:      git git://git.code.sf.net/p/intel-sas/isci
5027 S:      Supported
5028 F:      drivers/scsi/isci/
5029
5030 INTEL IDLE DRIVER
5031 M:      Len Brown <lenb@kernel.org>
5032 L:      linux-pm@vger.kernel.org
5033 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5034 S:      Supported
5035 F:      drivers/idle/intel_idle.c
5036
5037 INTEL PSTATE DRIVER
5038 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5039 L:      linux-pm@vger.kernel.org
5040 S:      Supported
5041 F:      drivers/cpufreq/intel_pstate.c
5042
5043 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5044 M:      Maik Broemme <mbroemme@plusserver.de>
5045 L:      linux-fbdev@vger.kernel.org
5046 S:      Maintained
5047 F:      Documentation/fb/intelfb.txt
5048 F:      drivers/video/fbdev/intelfb/
5049
5050 INTEL 810/815 FRAMEBUFFER DRIVER
5051 M:      Antonino Daplas <adaplas@gmail.com>
5052 L:      linux-fbdev@vger.kernel.org
5053 S:      Maintained
5054 F:      drivers/video/fbdev/i810/
5055
5056 INTEL MENLOW THERMAL DRIVER
5057 M:      Sujith Thomas <sujith.thomas@intel.com>
5058 L:      platform-driver-x86@vger.kernel.org
5059 W:      https://01.org/linux-acpi
5060 S:      Supported
5061 F:      drivers/platform/x86/intel_menlow.c
5062
5063 INTEL IA32 MICROCODE UPDATE SUPPORT
5064 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
5065 S:      Maintained
5066 F:      arch/x86/kernel/cpu/microcode/core*
5067 F:      arch/x86/kernel/cpu/microcode/intel*
5068
5069 INTEL I/OAT DMA DRIVER
5070 M:      Dave Jiang <dave.jiang@intel.com>
5071 R:      Dan Williams <dan.j.williams@intel.com>
5072 L:      dmaengine@vger.kernel.org
5073 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5074 S:      Supported
5075 F:      drivers/dma/ioat*
5076
5077 INTEL IOMMU (VT-d)
5078 M:      David Woodhouse <dwmw2@infradead.org>
5079 L:      iommu@lists.linux-foundation.org
5080 T:      git git://git.infradead.org/iommu-2.6.git
5081 S:      Supported
5082 F:      drivers/iommu/intel-iommu.c
5083 F:      include/linux/intel-iommu.h
5084
5085 INTEL IOP-ADMA DMA DRIVER
5086 R:      Dan Williams <dan.j.williams@intel.com>
5087 S:      Odd fixes
5088 F:      drivers/dma/iop-adma.c
5089
5090 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5091 M:      Krzysztof Halasa <khalasa@piap.pl>
5092 S:      Maintained
5093 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5094 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5095 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5096 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5097 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5098 F:      drivers/net/wan/ixp4xx_hss.c
5099
5100 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5101 M:      Deepak Saxena <dsaxena@plexity.net>
5102 S:      Maintained
5103 F:      drivers/char/hw_random/ixp4xx-rng.c
5104
5105 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5106 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5107 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5108 M:      Bruce Allan <bruce.w.allan@intel.com>
5109 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5110 M:      Don Skidmore <donald.c.skidmore@intel.com>
5111 M:      Greg Rose <gregory.v.rose@intel.com>
5112 M:      Matthew Vick <matthew.vick@intel.com>
5113 M:      John Ronciak <john.ronciak@intel.com>
5114 M:      Mitch Williams <mitch.a.williams@intel.com>
5115 M:      Linux NICS <linux.nics@intel.com>
5116 L:      e1000-devel@lists.sourceforge.net
5117 W:      http://www.intel.com/support/feedback.htm
5118 W:      http://e1000.sourceforge.net/
5119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5121 S:      Supported
5122 F:      Documentation/networking/e100.txt
5123 F:      Documentation/networking/e1000.txt
5124 F:      Documentation/networking/e1000e.txt
5125 F:      Documentation/networking/igb.txt
5126 F:      Documentation/networking/igbvf.txt
5127 F:      Documentation/networking/ixgb.txt
5128 F:      Documentation/networking/ixgbe.txt
5129 F:      Documentation/networking/ixgbevf.txt
5130 F:      Documentation/networking/i40e.txt
5131 F:      Documentation/networking/i40evf.txt
5132 F:      drivers/net/ethernet/intel/
5133 F:      drivers/net/ethernet/intel/*/
5134
5135 INTEL-MID GPIO DRIVER
5136 M:      David Cohen <david.a.cohen@linux.intel.com>
5137 L:      linux-gpio@vger.kernel.org
5138 S:      Maintained
5139 F:      drivers/gpio/gpio-intel-mid.c
5140
5141 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5142 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5143 L:      linux-wireless@vger.kernel.org
5144 S:      Maintained
5145 F:      Documentation/networking/README.ipw2100
5146 F:      Documentation/networking/README.ipw2200
5147 F:      drivers/net/wireless/ipw2x00/
5148
5149 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5150 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5151 M:      Gang Wei <gang.wei@intel.com>
5152 M:      Shane Wang <shane.wang@intel.com>
5153 L:      tboot-devel@lists.sourceforge.net
5154 W:      http://tboot.sourceforge.net
5155 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5156 S:      Supported
5157 F:      Documentation/intel_txt.txt
5158 F:      include/linux/tboot.h
5159 F:      arch/x86/kernel/tboot.c
5160
5161 INTEL WIRELESS WIMAX CONNECTION 2400
5162 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5163 M:      linux-wimax@intel.com
5164 L:     wimax@linuxwimax.org (subscribers-only)
5165 S:      Supported
5166 W:      http://linuxwimax.org
5167 F:      Documentation/wimax/README.i2400m
5168 F:      drivers/net/wimax/i2400m/
5169 F:      include/uapi/linux/wimax/i2400m.h
5170
5171 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5172 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5173 L:      linux-wireless@vger.kernel.org
5174 S:      Supported
5175 F:      drivers/net/wireless/iwlegacy/
5176
5177 INTEL WIRELESS WIFI LINK (iwlwifi)
5178 M:      Johannes Berg <johannes.berg@intel.com>
5179 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5180 M:      Intel Linux Wireless <ilw@linux.intel.com>
5181 L:      linux-wireless@vger.kernel.org
5182 W:      http://intellinuxwireless.org
5183 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5184 S:      Supported
5185 F:      drivers/net/wireless/iwlwifi/
5186
5187 INTEL MANAGEMENT ENGINE (mei)
5188 M:      Tomas Winkler <tomas.winkler@intel.com>
5189 L:      linux-kernel@vger.kernel.org
5190 S:      Supported
5191 F:      include/uapi/linux/mei.h
5192 F:      drivers/misc/mei/*
5193 F:      Documentation/misc-devices/mei/*
5194
5195 IOC3 ETHERNET DRIVER
5196 M:      Ralf Baechle <ralf@linux-mips.org>
5197 L:      linux-mips@linux-mips.org
5198 S:      Maintained
5199 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5200
5201 IOC3 SERIAL DRIVER
5202 M:      Pat Gefre <pfg@sgi.com>
5203 L:      linux-serial@vger.kernel.org
5204 S:      Maintained
5205 F:      drivers/tty/serial/ioc3_serial.c
5206
5207 IOMMU DRIVERS
5208 M:      Joerg Roedel <joro@8bytes.org>
5209 L:      iommu@lists.linux-foundation.org
5210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5211 S:      Maintained
5212 F:      drivers/iommu/
5213
5214 IP MASQUERADING
5215 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5216 S:      Maintained
5217 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5218
5219 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5220 M:      Francois Romieu <romieu@fr.zoreil.com>
5221 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5222 L:      netdev@vger.kernel.org
5223 S:      Maintained
5224 F:      drivers/net/ethernet/icplus/ipg.*
5225
5226 IPATH DRIVER
5227 M:      Mike Marciniszyn <infinipath@intel.com>
5228 L:      linux-rdma@vger.kernel.org
5229 S:      Maintained
5230 F:      drivers/infiniband/hw/ipath/
5231
5232 IPMI SUBSYSTEM
5233 M:      Corey Minyard <minyard@acm.org>
5234 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5235 W:      http://openipmi.sourceforge.net/
5236 S:      Supported
5237 F:      Documentation/IPMI.txt
5238 F:      drivers/char/ipmi/
5239 F:      include/linux/ipmi*
5240 F:      include/uapi/linux/ipmi*
5241
5242 IPS SCSI RAID DRIVER
5243 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5244 L:      linux-scsi@vger.kernel.org
5245 W:      http://www.adaptec.com/
5246 S:      Maintained
5247 F:      drivers/scsi/ips*
5248
5249 IPVS
5250 M:      Wensong Zhang <wensong@linux-vs.org>
5251 M:      Simon Horman <horms@verge.net.au>
5252 M:      Julian Anastasov <ja@ssi.bg>
5253 L:      netdev@vger.kernel.org
5254 L:      lvs-devel@vger.kernel.org
5255 S:      Maintained
5256 F:      Documentation/networking/ipvs-sysctl.txt
5257 F:      include/net/ip_vs.h
5258 F:      include/uapi/linux/ip_vs.h
5259 F:      net/netfilter/ipvs/
5260
5261 IPWIRELESS DRIVER
5262 M:      Jiri Kosina <jkosina@suse.cz>
5263 M:      David Sterba <dsterba@suse.cz>
5264 S:      Odd Fixes
5265 F:      drivers/tty/ipwireless/
5266
5267 IPX NETWORK LAYER
5268 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5269 L:      netdev@vger.kernel.org
5270 S:      Maintained
5271 F:      include/net/ipx.h
5272 F:      include/uapi/linux/ipx.h
5273 F:      net/ipx/
5274
5275 IRDA SUBSYSTEM
5276 M:      Samuel Ortiz <samuel@sortiz.org>
5277 L:      irda-users@lists.sourceforge.net (subscribers-only)
5278 L:      netdev@vger.kernel.org
5279 W:      http://irda.sourceforge.net/
5280 S:      Maintained
5281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5282 F:      Documentation/networking/irda.txt
5283 F:      drivers/net/irda/
5284 F:      include/net/irda/
5285 F:      net/irda/
5286
5287 IRQ SUBSYSTEM
5288 M:      Thomas Gleixner <tglx@linutronix.de>
5289 L:      linux-kernel@vger.kernel.org
5290 S:      Maintained
5291 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5292 F:      kernel/irq/
5293
5294 IRQCHIP DRIVERS
5295 M:      Thomas Gleixner <tglx@linutronix.de>
5296 M:      Jason Cooper <jason@lakedaemon.net>
5297 L:      linux-kernel@vger.kernel.org
5298 S:      Maintained
5299 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5300 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5301 F:      Documentation/devicetree/bindings/interrupt-controller/
5302 F:      drivers/irqchip/
5303
5304 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5305 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5306 S:      Maintained
5307 F:      Documentation/IRQ-domain.txt
5308 F:      include/linux/irqdomain.h
5309 F:      kernel/irq/irqdomain.c
5310
5311 ISAPNP
5312 M:      Jaroslav Kysela <perex@perex.cz>
5313 S:      Maintained
5314 F:      Documentation/isapnp.txt
5315 F:      drivers/pnp/isapnp/
5316 F:      include/linux/isapnp.h
5317
5318 ISA RADIO MODULE
5319 M:      Hans Verkuil <hverkuil@xs4all.nl>
5320 L:      linux-media@vger.kernel.org
5321 T:      git git://linuxtv.org/media_tree.git
5322 W:      http://linuxtv.org
5323 S:      Maintained
5324 F:      drivers/media/radio/radio-isa*
5325
5326 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5327 M:      Peter Jones <pjones@redhat.com>
5328 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5329 S:      Maintained
5330 F:      drivers/firmware/iscsi_ibft*
5331
5332 ISCSI
5333 M:      Mike Christie <michaelc@cs.wisc.edu>
5334 L:      open-iscsi@googlegroups.com
5335 W:      www.open-iscsi.org
5336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5337 S:      Maintained
5338 F:      drivers/scsi/*iscsi*
5339 F:      include/scsi/*iscsi*
5340
5341 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5342 M:      Or Gerlitz <ogerlitz@mellanox.com>
5343 M:      Sagi Grimberg <sagig@mellanox.com>
5344 M:      Roi Dayan <roid@mellanox.com>
5345 L:      linux-rdma@vger.kernel.org
5346 S:      Supported
5347 W:      http://www.openfabrics.org
5348 W:      www.open-iscsi.org
5349 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5350 F:      drivers/infiniband/ulp/iser/
5351
5352 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5353 M:      Sagi Grimberg <sagig@mellanox.com>
5354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5355 L:      linux-rdma@vger.kernel.org
5356 L:      target-devel@vger.kernel.org
5357 S:      Supported
5358 W:      http://www.linux-iscsi.org
5359 F:      drivers/infiniband/ulp/isert
5360
5361 ISDN SUBSYSTEM
5362 M:      Karsten Keil <isdn@linux-pingi.de>
5363 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5364 L:      netdev@vger.kernel.org
5365 W:      http://www.isdn4linux.de
5366 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5367 S:      Maintained
5368 F:      Documentation/isdn/
5369 F:      drivers/isdn/
5370 F:      include/linux/isdn.h
5371 F:      include/linux/isdn/
5372 F:      include/uapi/linux/isdn.h
5373 F:      include/uapi/linux/isdn/
5374
5375 ISDN SUBSYSTEM (Eicon active card driver)
5376 M:      Armin Schindler <mac@melware.de>
5377 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5378 W:      http://www.melware.de
5379 S:      Maintained
5380 F:      drivers/isdn/hardware/eicon/
5381
5382 IT87 HARDWARE MONITORING DRIVER
5383 M:      Jean Delvare <jdelvare@suse.de>
5384 L:      lm-sensors@lm-sensors.org
5385 S:      Maintained
5386 F:      Documentation/hwmon/it87
5387 F:      drivers/hwmon/it87.c
5388
5389 IT913X MEDIA DRIVER
5390 M:      Antti Palosaari <crope@iki.fi>
5391 L:      linux-media@vger.kernel.org
5392 W:      http://linuxtv.org/
5393 W:      http://palosaari.fi/linux/
5394 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5395 T:      git git://linuxtv.org/anttip/media_tree.git
5396 S:      Maintained
5397 F:      drivers/media/tuners/it913x*
5398
5399 IVTV VIDEO4LINUX DRIVER
5400 M:      Andy Walls <awalls@md.metrocast.net>
5401 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5402 L:      linux-media@vger.kernel.org
5403 T:      git git://linuxtv.org/media_tree.git
5404 W:      http://www.ivtvdriver.org
5405 S:      Maintained
5406 F:      Documentation/video4linux/*.ivtv
5407 F:      drivers/media/pci/ivtv/
5408 F:      include/uapi/linux/ivtv*
5409
5410 IX2505V MEDIA DRIVER
5411 M:      Malcolm Priestley <tvboxspy@gmail.com>
5412 L:      linux-media@vger.kernel.org
5413 W:      http://linuxtv.org/
5414 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5415 S:      Maintained
5416 F:      drivers/media/dvb-frontends/ix2505v*
5417
5418 JC42.4 TEMPERATURE SENSOR DRIVER
5419 M:      Guenter Roeck <linux@roeck-us.net>
5420 L:      lm-sensors@lm-sensors.org
5421 S:      Maintained
5422 F:      drivers/hwmon/jc42.c
5423 F:      Documentation/hwmon/jc42
5424
5425 JFS FILESYSTEM
5426 M:      Dave Kleikamp <shaggy@kernel.org>
5427 L:      jfs-discussion@lists.sourceforge.net
5428 W:      http://jfs.sourceforge.net/
5429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5430 S:      Maintained
5431 F:      Documentation/filesystems/jfs.txt
5432 F:      fs/jfs/
5433
5434 JME NETWORK DRIVER
5435 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5436 L:      netdev@vger.kernel.org
5437 S:      Maintained
5438 F:      drivers/net/ethernet/jme.*
5439
5440 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5441 M:      David Woodhouse <dwmw2@infradead.org>
5442 L:      linux-mtd@lists.infradead.org
5443 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5444 S:      Maintained
5445 F:      fs/jffs2/
5446 F:      include/uapi/linux/jffs2.h
5447
5448 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5449 M:      Andrew Morton <akpm@linux-foundation.org>
5450 M:      Jan Kara <jack@suse.cz>
5451 L:      linux-ext4@vger.kernel.org
5452 S:      Maintained
5453 F:      fs/jbd/
5454 F:      include/linux/jbd.h
5455
5456 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5457 M:      "Theodore Ts'o" <tytso@mit.edu>
5458 L:      linux-ext4@vger.kernel.org
5459 S:      Maintained
5460 F:      fs/jbd2/
5461 F:      include/linux/jbd2.h
5462
5463 JSM Neo PCI based serial card
5464 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5465 L:      linux-serial@vger.kernel.org
5466 S:      Maintained
5467 F:      drivers/tty/serial/jsm/
5468
5469 K10TEMP HARDWARE MONITORING DRIVER
5470 M:      Clemens Ladisch <clemens@ladisch.de>
5471 L:      lm-sensors@lm-sensors.org
5472 S:      Maintained
5473 F:      Documentation/hwmon/k10temp
5474 F:      drivers/hwmon/k10temp.c
5475
5476 K8TEMP HARDWARE MONITORING DRIVER
5477 M:      Rudolf Marek <r.marek@assembler.cz>
5478 L:      lm-sensors@lm-sensors.org
5479 S:      Maintained
5480 F:      Documentation/hwmon/k8temp
5481 F:      drivers/hwmon/k8temp.c
5482
5483 KCONFIG
5484 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5485 L:      linux-kbuild@vger.kernel.org
5486 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5487 S:      Maintained
5488 F:      Documentation/kbuild/kconfig-language.txt
5489 F:      scripts/kconfig/
5490
5491 KDUMP
5492 M:      Vivek Goyal <vgoyal@redhat.com>
5493 M:      Haren Myneni <hbabu@us.ibm.com>
5494 L:      kexec@lists.infradead.org
5495 W:      http://lse.sourceforge.net/kdump/
5496 S:      Maintained
5497 F:      Documentation/kdump/
5498
5499 KEENE FM RADIO TRANSMITTER DRIVER
5500 M:      Hans Verkuil <hverkuil@xs4all.nl>
5501 L:      linux-media@vger.kernel.org
5502 T:      git git://linuxtv.org/media_tree.git
5503 W:      http://linuxtv.org
5504 S:      Maintained
5505 F:      drivers/media/radio/radio-keene*
5506
5507 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5508 M:      Ian Kent <raven@themaw.net>
5509 L:      autofs@vger.kernel.org
5510 S:      Maintained
5511 F:      fs/autofs4/
5512
5513 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5514 M:      Michal Marek <mmarek@suse.cz>
5515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5517 L:      linux-kbuild@vger.kernel.org
5518 S:      Maintained
5519 F:      Documentation/kbuild/
5520 F:      Makefile
5521 F:      scripts/Makefile.*
5522 F:      scripts/basic/
5523 F:      scripts/mk*
5524 F:      scripts/package/
5525
5526 KERNEL JANITORS
5527 L:      kernel-janitors@vger.kernel.org
5528 W:      http://kernelnewbies.org/KernelJanitors
5529 S:      Odd Fixes
5530
5531 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5532 M:      "J. Bruce Fields" <bfields@fieldses.org>
5533 L:      linux-nfs@vger.kernel.org
5534 W:      http://nfs.sourceforge.net/
5535 S:      Supported
5536 F:      fs/nfsd/
5537 F:      include/uapi/linux/nfsd/
5538 F:      fs/lockd/
5539 F:      fs/nfs_common/
5540 F:      net/sunrpc/
5541 F:      include/linux/lockd/
5542 F:      include/linux/sunrpc/
5543 F:      include/uapi/linux/sunrpc/
5544
5545 KERNEL SELFTEST FRAMEWORK
5546 M:      Shuah Khan <shuahkh@osg.samsung.com>
5547 L:      linux-api@vger.kernel.org
5548 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5549 S:      Maintained
5550 F:      tools/testing/selftests
5551
5552 KERNEL VIRTUAL MACHINE (KVM)
5553 M:      Gleb Natapov <gleb@kernel.org>
5554 M:      Paolo Bonzini <pbonzini@redhat.com>
5555 L:      kvm@vger.kernel.org
5556 W:      http://www.linux-kvm.org
5557 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5558 S:      Supported
5559 F:      Documentation/*/kvm*.txt
5560 F:      Documentation/virtual/kvm/
5561 F:      arch/*/kvm/
5562 F:      arch/*/include/asm/kvm*
5563 F:      include/linux/kvm*
5564 F:      include/uapi/linux/kvm*
5565 F:      virt/kvm/
5566
5567 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5568 M:      Joerg Roedel <joro@8bytes.org>
5569 L:      kvm@vger.kernel.org
5570 W:      http://kvm.qumranet.com
5571 S:      Maintained
5572 F:      arch/x86/include/asm/svm.h
5573 F:      arch/x86/kvm/svm.c
5574
5575 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5576 M:      Alexander Graf <agraf@suse.de>
5577 L:      kvm-ppc@vger.kernel.org
5578 W:      http://kvm.qumranet.com
5579 T:      git git://github.com/agraf/linux-2.6.git
5580 S:      Supported
5581 F:      arch/powerpc/include/asm/kvm*
5582 F:      arch/powerpc/kvm/
5583
5584 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5585 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5586 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5587 M:      linux390@de.ibm.com
5588 L:      linux-s390@vger.kernel.org
5589 W:      http://www.ibm.com/developerworks/linux/linux390/
5590 S:      Supported
5591 F:      Documentation/s390/kvm.txt
5592 F:      arch/s390/include/asm/kvm*
5593 F:      arch/s390/kvm/
5594 F:      drivers/s390/kvm/
5595
5596 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5597 M:      Christoffer Dall <christoffer.dall@linaro.org>
5598 M:      Marc Zyngier <marc.zyngier@arm.com>
5599 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5600 L:      kvmarm@lists.cs.columbia.edu
5601 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5602 S:      Supported
5603 F:      arch/arm/include/uapi/asm/kvm*
5604 F:      arch/arm/include/asm/kvm*
5605 F:      arch/arm/kvm/
5606 F:      virt/kvm/arm/
5607 F:      include/kvm/arm_*
5608
5609 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5610 M:      Christoffer Dall <christoffer.dall@linaro.org>
5611 M:      Marc Zyngier <marc.zyngier@arm.com>
5612 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5613 L:      kvmarm@lists.cs.columbia.edu
5614 S:      Maintained
5615 F:      arch/arm64/include/uapi/asm/kvm*
5616 F:      arch/arm64/include/asm/kvm*
5617 F:      arch/arm64/kvm/
5618
5619 KEXEC
5620 M:      Eric Biederman <ebiederm@xmission.com>
5621 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5622 L:      kexec@lists.infradead.org
5623 S:      Maintained
5624 F:      include/linux/kexec.h
5625 F:      include/uapi/linux/kexec.h
5626 F:      kernel/kexec.c
5627
5628 KEYS/KEYRINGS:
5629 M:      David Howells <dhowells@redhat.com>
5630 L:      keyrings@linux-nfs.org
5631 S:      Maintained
5632 F:      Documentation/security/keys.txt
5633 F:      include/linux/key.h
5634 F:      include/linux/key-type.h
5635 F:      include/keys/
5636 F:      security/keys/
5637
5638 KEYS-TRUSTED
5639 M:      David Safford <safford@us.ibm.com>
5640 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5641 L:      linux-security-module@vger.kernel.org
5642 L:      keyrings@linux-nfs.org
5643 S:      Supported
5644 F:      Documentation/security/keys-trusted-encrypted.txt
5645 F:      include/keys/trusted-type.h
5646 F:      security/keys/trusted.c
5647 F:      security/keys/trusted.h
5648
5649 KEYS-ENCRYPTED
5650 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5651 M:      David Safford <safford@us.ibm.com>
5652 L:      linux-security-module@vger.kernel.org
5653 L:      keyrings@linux-nfs.org
5654 S:      Supported
5655 F:      Documentation/security/keys-trusted-encrypted.txt
5656 F:      include/keys/encrypted-type.h
5657 F:      security/keys/encrypted-keys/
5658
5659 KGDB / KDB /debug_core
5660 M:      Jason Wessel <jason.wessel@windriver.com>
5661 W:      http://kgdb.wiki.kernel.org/
5662 L:      kgdb-bugreport@lists.sourceforge.net
5663 S:      Maintained
5664 F:      Documentation/DocBook/kgdb.tmpl
5665 F:      drivers/misc/kgdbts.c
5666 F:      drivers/tty/serial/kgdboc.c
5667 F:      include/linux/kdb.h
5668 F:      include/linux/kgdb.h
5669 F:      kernel/debug/
5670
5671 KMEMCHECK
5672 M:      Vegard Nossum <vegardno@ifi.uio.no>
5673 M:      Pekka Enberg <penberg@kernel.org>
5674 S:      Maintained
5675 F:      Documentation/kmemcheck.txt
5676 F:      arch/x86/include/asm/kmemcheck.h
5677 F:      arch/x86/mm/kmemcheck/
5678 F:      include/linux/kmemcheck.h
5679 F:      mm/kmemcheck.c
5680
5681 KMEMLEAK
5682 M:      Catalin Marinas <catalin.marinas@arm.com>
5683 S:      Maintained
5684 F:      Documentation/kmemleak.txt
5685 F:      include/linux/kmemleak.h
5686 F:      mm/kmemleak.c
5687 F:      mm/kmemleak-test.c
5688
5689 KPROBES
5690 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5691 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5692 M:      "David S. Miller" <davem@davemloft.net>
5693 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5694 S:      Maintained
5695 F:      Documentation/kprobes.txt
5696 F:      include/linux/kprobes.h
5697 F:      kernel/kprobes.c
5698
5699 KS0108 LCD CONTROLLER DRIVER
5700 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5701 W:      http://miguelojeda.es/auxdisplay.htm
5702 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5703 S:      Maintained
5704 F:      Documentation/auxdisplay/ks0108
5705 F:      drivers/auxdisplay/ks0108.c
5706 F:      include/linux/ks0108.h
5707
5708 LAPB module
5709 L:      linux-x25@vger.kernel.org
5710 S:      Orphan
5711 F:      Documentation/networking/lapb-module.txt
5712 F:      include/*/lapb.h
5713 F:      net/lapb/
5714
5715 LASI 53c700 driver for PARISC
5716 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5717 L:      linux-scsi@vger.kernel.org
5718 S:      Maintained
5719 F:      Documentation/scsi/53c700.txt
5720 F:      drivers/scsi/53c700*
5721
5722 LED SUBSYSTEM
5723 M:      Bryan Wu <cooloney@gmail.com>
5724 M:      Richard Purdie <rpurdie@rpsys.net>
5725 L:      linux-leds@vger.kernel.org
5726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5727 S:      Maintained
5728 F:      drivers/leds/
5729 F:      include/linux/leds.h
5730
5731 LEGACY EEPROM DRIVER
5732 M:      Jean Delvare <jdelvare@suse.de>
5733 S:      Maintained
5734 F:      Documentation/misc-devices/eeprom
5735 F:      drivers/misc/eeprom/eeprom.c
5736
5737 LEGO USB Tower driver
5738 M:      Juergen Stuber <starblue@users.sourceforge.net>
5739 L:      legousb-devel@lists.sourceforge.net
5740 W:      http://legousb.sourceforge.net/
5741 S:      Maintained
5742 F:      drivers/usb/misc/legousbtower.c
5743
5744 LG2160 MEDIA DRIVER
5745 M:      Michael Krufky <mkrufky@linuxtv.org>
5746 L:      linux-media@vger.kernel.org
5747 W:      http://linuxtv.org/
5748 W:      http://github.com/mkrufky
5749 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5750 T:      git git://linuxtv.org/mkrufky/tuners.git
5751 S:      Maintained
5752 F:      drivers/media/dvb-frontends/lg2160.*
5753
5754 LGDT3305 MEDIA DRIVER
5755 M:      Michael Krufky <mkrufky@linuxtv.org>
5756 L:      linux-media@vger.kernel.org
5757 W:      http://linuxtv.org/
5758 W:      http://github.com/mkrufky
5759 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5760 T:      git git://linuxtv.org/mkrufky/tuners.git
5761 S:      Maintained
5762 F:      drivers/media/dvb-frontends/lgdt3305.*
5763
5764 LGUEST
5765 M:      Rusty Russell <rusty@rustcorp.com.au>
5766 L:      lguest@lists.ozlabs.org
5767 W:      http://lguest.ozlabs.org/
5768 S:      Odd Fixes
5769 F:      arch/x86/include/asm/lguest*.h
5770 F:      arch/x86/lguest/
5771 F:      drivers/lguest/
5772 F:      include/linux/lguest*.h
5773 F:      tools/lguest/
5774
5775 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5776 M:      Tejun Heo <tj@kernel.org>
5777 L:      linux-ide@vger.kernel.org
5778 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5779 S:      Maintained
5780 F:      drivers/ata/
5781 F:      include/linux/ata.h
5782 F:      include/linux/libata.h
5783
5784 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5785 M:      Viresh Kumar <viresh.linux@gmail.com>
5786 L:      linux-ide@vger.kernel.org
5787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5788 S:      Maintained
5789 F:      include/linux/pata_arasan_cf_data.h
5790 F:      drivers/ata/pata_arasan_cf.c
5791
5792 LIBATA PATA DRIVERS
5793 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5794 M:      Tejun Heo <tj@kernel.org>
5795 L:      linux-ide@vger.kernel.org
5796 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5797 S:      Maintained
5798 F:      drivers/ata/pata_*.c
5799 F:      drivers/ata/ata_generic.c
5800
5801 LIBATA SATA AHCI PLATFORM devices support
5802 M:      Hans de Goede <hdegoede@redhat.com>
5803 M:      Tejun Heo <tj@kernel.org>
5804 L:      linux-ide@vger.kernel.org
5805 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5806 S:      Maintained
5807 F:      drivers/ata/ahci_platform.c
5808 F:      drivers/ata/libahci_platform.c
5809 F:      include/linux/ahci_platform.h
5810
5811 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5812 M:      Mikael Pettersson <mikpelinux@gmail.com>
5813 L:      linux-ide@vger.kernel.org
5814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5815 S:      Maintained
5816 F:      drivers/ata/sata_promise.*
5817
5818 LIBLOCKDEP
5819 M:      Sasha Levin <sasha.levin@oracle.com>
5820 S:      Maintained
5821 F:      tools/lib/lockdep/
5822
5823 LINUX FOR IBM pSERIES (RS/6000)
5824 M:      Paul Mackerras <paulus@au.ibm.com>
5825 W:      http://www.ibm.com/linux/ltc/projects/ppc
5826 S:      Supported
5827 F:      arch/powerpc/boot/rs6000.h
5828
5829 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5830 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5831 M:      Paul Mackerras <paulus@samba.org>
5832 M:      Michael Ellerman <mpe@ellerman.id.au>
5833 W:      http://www.penguinppc.org/
5834 L:      linuxppc-dev@lists.ozlabs.org
5835 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5836 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5837 S:      Supported
5838 F:      Documentation/powerpc/
5839 F:      arch/powerpc/
5840
5841 LINUX FOR POWER MACINTOSH
5842 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5843 W:      http://www.penguinppc.org/
5844 L:      linuxppc-dev@lists.ozlabs.org
5845 S:      Maintained
5846 F:      arch/powerpc/platforms/powermac/
5847 F:      drivers/macintosh/
5848
5849 LINUX FOR POWERPC EMBEDDED MPC5XXX
5850 M:      Anatolij Gustschin <agust@denx.de>
5851 L:      linuxppc-dev@lists.ozlabs.org
5852 T:      git git://git.denx.de/linux-denx-agust.git
5853 S:      Maintained
5854 F:      arch/powerpc/platforms/512x/
5855 F:      arch/powerpc/platforms/52xx/
5856
5857 LINUX FOR POWERPC EMBEDDED PPC4XX
5858 M:  Alistair Popple <alistair@popple.id.au>
5859 M:      Matt Porter <mporter@kernel.crashing.org>
5860 W:      http://www.penguinppc.org/
5861 L:      linuxppc-dev@lists.ozlabs.org
5862 S:      Maintained
5863 F:      arch/powerpc/platforms/40x/
5864 F:      arch/powerpc/platforms/44x/
5865
5866 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5867 L:      linuxppc-dev@lists.ozlabs.org
5868 S:      Orphan
5869 F:      arch/powerpc/*/*virtex*
5870 F:      arch/powerpc/*/*/*virtex*
5871
5872 LINUX FOR POWERPC EMBEDDED PPC8XX
5873 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5874 W:      http://www.penguinppc.org/
5875 L:      linuxppc-dev@lists.ozlabs.org
5876 S:      Maintained
5877 F:      arch/powerpc/platforms/8xx/
5878
5879 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5880 M:      Scott Wood <scottwood@freescale.com>
5881 M:      Kumar Gala <galak@kernel.crashing.org>
5882 W:      http://www.penguinppc.org/
5883 L:      linuxppc-dev@lists.ozlabs.org
5884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5885 S:      Maintained
5886 F:      arch/powerpc/platforms/83xx/
5887 F:      arch/powerpc/platforms/85xx/
5888
5889 LINUX FOR POWERPC PA SEMI PWRFICIENT
5890 M:      Olof Johansson <olof@lixom.net>
5891 L:      linuxppc-dev@lists.ozlabs.org
5892 S:      Maintained
5893 F:      arch/powerpc/platforms/pasemi/
5894 F:      drivers/*/*pasemi*
5895 F:      drivers/*/*/*pasemi*
5896
5897 LINUX SECURITY MODULE (LSM) FRAMEWORK
5898 M:      Chris Wright <chrisw@sous-sol.org>
5899 L:      linux-security-module@vger.kernel.org
5900 S:      Supported
5901
5902 LIS3LV02D ACCELEROMETER DRIVER
5903 M:      Eric Piel <eric.piel@tremplin-utc.net>
5904 S:      Maintained
5905 F:      Documentation/misc-devices/lis3lv02d
5906 F:      drivers/misc/lis3lv02d/
5907 F:      drivers/platform/x86/hp_accel.c
5908
5909 LIVE PATCHING
5910 M:      Josh Poimboeuf <jpoimboe@redhat.com>
5911 M:      Seth Jennings <sjenning@redhat.com>
5912 M:      Jiri Kosina <jkosina@suse.cz>
5913 M:      Vojtech Pavlik <vojtech@suse.cz>
5914 S:      Maintained
5915 F:      kernel/livepatch/
5916 F:      include/linux/livepatch.h
5917 F:      arch/x86/include/asm/livepatch.h
5918 F:      arch/x86/kernel/livepatch.c
5919 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
5920 F:      samples/livepatch/
5921 L:      live-patching@vger.kernel.org
5922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
5923
5924 LLC (802.2)
5925 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5926 S:      Maintained
5927 F:      include/linux/llc.h
5928 F:      include/uapi/linux/llc.h
5929 F:      include/net/llc*
5930 F:      net/llc/
5931
5932 LM73 HARDWARE MONITOR DRIVER
5933 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5934 L:      lm-sensors@lm-sensors.org
5935 S:      Maintained
5936 F:      drivers/hwmon/lm73.c
5937
5938 LM78 HARDWARE MONITOR DRIVER
5939 M:      Jean Delvare <jdelvare@suse.de>
5940 L:      lm-sensors@lm-sensors.org
5941 S:      Maintained
5942 F:      Documentation/hwmon/lm78
5943 F:      drivers/hwmon/lm78.c
5944
5945 LM83 HARDWARE MONITOR DRIVER
5946 M:      Jean Delvare <jdelvare@suse.de>
5947 L:      lm-sensors@lm-sensors.org
5948 S:      Maintained
5949 F:      Documentation/hwmon/lm83
5950 F:      drivers/hwmon/lm83.c
5951
5952 LM90 HARDWARE MONITOR DRIVER
5953 M:      Jean Delvare <jdelvare@suse.de>
5954 L:      lm-sensors@lm-sensors.org
5955 S:      Maintained
5956 F:      Documentation/hwmon/lm90
5957 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5958 F:      drivers/hwmon/lm90.c
5959
5960 LM95234 HARDWARE MONITOR DRIVER
5961 M:      Guenter Roeck <linux@roeck-us.net>
5962 L:      lm-sensors@lm-sensors.org
5963 S:      Maintained
5964 F:      Documentation/hwmon/lm95234
5965 F:      drivers/hwmon/lm95234.c
5966
5967 LME2510 MEDIA DRIVER
5968 M:      Malcolm Priestley <tvboxspy@gmail.com>
5969 L:      linux-media@vger.kernel.org
5970 W:      http://linuxtv.org/
5971 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5972 S:      Maintained
5973 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5974
5975 LOCKDEP AND LOCKSTAT
5976 M:      Peter Zijlstra <peterz@infradead.org>
5977 M:      Ingo Molnar <mingo@redhat.com>
5978 L:      linux-kernel@vger.kernel.org
5979 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5980 S:      Maintained
5981 F:      Documentation/locking/lockdep*.txt
5982 F:      Documentation/locking/lockstat.txt
5983 F:      include/linux/lockdep.h
5984 F:      kernel/locking/
5985
5986 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5987 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5988 L:      linux-ntfs-dev@lists.sourceforge.net
5989 W:      http://www.linux-ntfs.org/content/view/19/37/
5990 S:      Maintained
5991 F:      Documentation/ldm.txt
5992 F:      block/partitions/ldm.*
5993
5994 LogFS
5995 M:      Joern Engel <joern@logfs.org>
5996 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5997 L:      logfs@logfs.org
5998 W:      logfs.org
5999 S:      Maintained
6000 F:      fs/logfs/
6001
6002 LPC32XX MACHINE SUPPORT
6003 M:      Roland Stigge <stigge@antcom.de>
6004 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6005 S:      Maintained
6006 F:      arch/arm/mach-lpc32xx/
6007
6008 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
6009 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
6010 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
6011 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
6012 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
6013 L:      MPT-FusionLinux.pdl@avagotech.com
6014 L:      linux-scsi@vger.kernel.org
6015 W:      http://www.lsilogic.com/support
6016 S:      Supported
6017 F:      drivers/message/fusion/
6018 F:      drivers/scsi/mpt2sas/
6019 F:      drivers/scsi/mpt3sas/
6020
6021 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6022 M:      Matthew Wilcox <matthew@wil.cx>
6023 L:      linux-scsi@vger.kernel.org
6024 S:      Maintained
6025 F:      drivers/scsi/sym53c8xx_2/
6026
6027 LTC4261 HARDWARE MONITOR DRIVER
6028 M:      Guenter Roeck <linux@roeck-us.net>
6029 L:      lm-sensors@lm-sensors.org
6030 S:      Maintained
6031 F:      Documentation/hwmon/ltc4261
6032 F:      drivers/hwmon/ltc4261.c
6033
6034 LTP (Linux Test Project)
6035 M:      Mike Frysinger <vapier@gentoo.org>
6036 M:      Cyril Hrubis <chrubis@suse.cz>
6037 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6038 M:      Jan Stancek <jstancek@redhat.com>
6039 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6040 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6041 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6042 W:      http://linux-test-project.github.io/
6043 T:      git git://github.com/linux-test-project/ltp.git
6044 S:      Maintained
6045
6046 M32R ARCHITECTURE
6047 W:      http://www.linux-m32r.org/
6048 S:      Orphan
6049 F:      arch/m32r/
6050
6051 M68K ARCHITECTURE
6052 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6053 L:      linux-m68k@lists.linux-m68k.org
6054 W:      http://www.linux-m68k.org/
6055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6056 S:      Maintained
6057 F:      arch/m68k/
6058 F:      drivers/zorro/
6059
6060 M68K ON APPLE MACINTOSH
6061 M:      Joshua Thompson <funaho@jurai.org>
6062 W:      http://www.mac.linux-m68k.org/
6063 L:      linux-m68k@lists.linux-m68k.org
6064 S:      Maintained
6065 F:      arch/m68k/mac/
6066
6067 M68K ON HP9000/300
6068 M:      Philip Blundell <philb@gnu.org>
6069 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6070 S:      Maintained
6071 F:      arch/m68k/hp300/
6072
6073 M88DS3103 MEDIA DRIVER
6074 M:      Antti Palosaari <crope@iki.fi>
6075 L:      linux-media@vger.kernel.org
6076 W:      http://linuxtv.org/
6077 W:      http://palosaari.fi/linux/
6078 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6079 T:      git git://linuxtv.org/anttip/media_tree.git
6080 S:      Maintained
6081 F:      drivers/media/dvb-frontends/m88ds3103*
6082
6083 M88RS2000 MEDIA DRIVER
6084 M:      Malcolm Priestley <tvboxspy@gmail.com>
6085 L:      linux-media@vger.kernel.org
6086 W:      http://linuxtv.org/
6087 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6088 S:      Maintained
6089 F:      drivers/media/dvb-frontends/m88rs2000*
6090
6091 M88TS2022 MEDIA DRIVER
6092 M:      Antti Palosaari <crope@iki.fi>
6093 L:      linux-media@vger.kernel.org
6094 W:      http://linuxtv.org/
6095 W:      http://palosaari.fi/linux/
6096 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6097 T:      git git://linuxtv.org/anttip/media_tree.git
6098 S:      Maintained
6099 F:      drivers/media/tuners/m88ts2022*
6100
6101 MA901 MASTERKIT USB FM RADIO DRIVER
6102 M:      Alexey Klimov <klimov.linux@gmail.com>
6103 L:      linux-media@vger.kernel.org
6104 T:      git git://linuxtv.org/media_tree.git
6105 S:      Maintained
6106 F:      drivers/media/radio/radio-ma901.c
6107
6108 MAC80211
6109 M:      Johannes Berg <johannes@sipsolutions.net>
6110 L:      linux-wireless@vger.kernel.org
6111 W:      http://wireless.kernel.org/
6112 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6114 S:      Maintained
6115 F:      Documentation/networking/mac80211-injection.txt
6116 F:      include/net/mac80211.h
6117 F:      net/mac80211/
6118
6119 MACVLAN DRIVER
6120 M:      Patrick McHardy <kaber@trash.net>
6121 L:      netdev@vger.kernel.org
6122 S:      Maintained
6123 F:      drivers/net/macvlan.c
6124 F:      include/linux/if_macvlan.h
6125
6126 MAILBOX API
6127 M:      Jassi Brar <jassisinghbrar@gmail.com>
6128 L:      linux-kernel@vger.kernel.org
6129 S:      Maintained
6130 F:      drivers/mailbox/
6131 F:      include/linux/mailbox_client.h
6132 F:      include/linux/mailbox_controller.h
6133
6134 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6135 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6136 W:      http://www.kernel.org/doc/man-pages
6137 L:      linux-man@vger.kernel.org
6138 S:      Maintained
6139
6140 MARVELL ARMADA DRM SUPPORT
6141 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6142 S:      Maintained
6143 F:      drivers/gpu/drm/armada/
6144
6145 MARVELL 88E6352 DSA support
6146 M:      Guenter Roeck <linux@roeck-us.net>
6147 S:      Maintained
6148 F:      drivers/net/dsa/mv88e6352.c
6149
6150 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6151 M:      Mirko Lindner <mlindner@marvell.com>
6152 M:      Stephen Hemminger <stephen@networkplumber.org>
6153 L:      netdev@vger.kernel.org
6154 S:      Maintained
6155 F:      drivers/net/ethernet/marvell/sk*
6156
6157 MARVELL LIBERTAS WIRELESS DRIVER
6158 L:      libertas-dev@lists.infradead.org
6159 S:      Orphan
6160 F:      drivers/net/wireless/libertas/
6161
6162 MARVELL MV643XX ETHERNET DRIVER
6163 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6164 L:      netdev@vger.kernel.org
6165 S:      Maintained
6166 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6167 F:      include/linux/mv643xx.h
6168
6169 MARVELL MVNETA ETHERNET DRIVER
6170 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6171 L:      netdev@vger.kernel.org
6172 S:      Maintained
6173 F:      drivers/net/ethernet/marvell/mvneta.*
6174
6175 MARVELL MWIFIEX WIRELESS DRIVER
6176 M:      Amitkumar Karwar <akarwar@marvell.com>
6177 M:      Avinash Patil <patila@marvell.com>
6178 L:      linux-wireless@vger.kernel.org
6179 S:      Maintained
6180 F:      drivers/net/wireless/mwifiex/
6181
6182 MARVELL MWL8K WIRELESS DRIVER
6183 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6184 L:      linux-wireless@vger.kernel.org
6185 S:      Odd Fixes
6186 F:      drivers/net/wireless/mwl8k.c
6187
6188 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6189 M:      Nicolas Pitre <nico@fluxnic.net>
6190 S:      Odd Fixes
6191 F:      drivers/mmc/host/mvsdio.*
6192
6193 MATROX FRAMEBUFFER DRIVER
6194 L:      linux-fbdev@vger.kernel.org
6195 S:      Orphan
6196 F:      drivers/video/fbdev/matrox/matroxfb_*
6197 F:      include/uapi/linux/matroxfb.h
6198
6199 MAX16065 HARDWARE MONITOR DRIVER
6200 M:      Guenter Roeck <linux@roeck-us.net>
6201 L:      lm-sensors@lm-sensors.org
6202 S:      Maintained
6203 F:      Documentation/hwmon/max16065
6204 F:      drivers/hwmon/max16065.c
6205
6206 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6207 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6208 L:      lm-sensors@lm-sensors.org
6209 S:      Maintained
6210 F:      Documentation/hwmon/max6650
6211 F:      drivers/hwmon/max6650.c
6212
6213 MAX6697 HARDWARE MONITOR DRIVER
6214 M:      Guenter Roeck <linux@roeck-us.net>
6215 L:      lm-sensors@lm-sensors.org
6216 S:      Maintained
6217 F:      Documentation/hwmon/max6697
6218 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6219 F:      drivers/hwmon/max6697.c
6220 F:      include/linux/platform_data/max6697.h
6221
6222 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6223 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6224 L:      linux-pm@vger.kernel.org
6225 S:      Supported
6226 F:      drivers/power/max14577_charger.c
6227 F:      drivers/power/max77693_charger.c
6228
6229 MAXIM PMIC AND MUIC DRIVERS FOR EXYNOS BASED BOARDS
6230 M:      Chanwoo Choi <cw00.choi@samsung.com>
6231 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6232 L:      linux-kernel@vger.kernel.org
6233 S:      Supported
6234 F:      drivers/*/max14577.c
6235 F:      drivers/*/max77686.c
6236 F:      drivers/*/max77693.c
6237 F:      drivers/extcon/extcon-max14577.c
6238 F:      drivers/extcon/extcon-max77693.c
6239 F:      drivers/rtc/rtc-max77686.c
6240 F:      drivers/clk/clk-max77686.c
6241 F:      Documentation/devicetree/bindings/mfd/max14577.txt
6242 F:      Documentation/devicetree/bindings/mfd/max77686.txt
6243 F:      Documentation/devicetree/bindings/mfd/max77693.txt
6244 F:      Documentation/devicetree/bindings/clock/maxim,max77686.txt
6245 F:      include/linux/mfd/max14577*.h
6246 F:      include/linux/mfd/max77686*.h
6247 F:      include/linux/mfd/max77693*.h
6248
6249 MAXIRADIO FM RADIO RECEIVER DRIVER
6250 M:      Hans Verkuil <hverkuil@xs4all.nl>
6251 L:      linux-media@vger.kernel.org
6252 T:      git git://linuxtv.org/media_tree.git
6253 W:      http://linuxtv.org
6254 S:      Maintained
6255 F:      drivers/media/radio/radio-maxiradio*
6256
6257 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6258 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6259 P:      LinuxTV.org Project
6260 L:      linux-media@vger.kernel.org
6261 W:      http://linuxtv.org
6262 Q:      http://patchwork.kernel.org/project/linux-media/list/
6263 T:      git git://linuxtv.org/media_tree.git
6264 S:      Maintained
6265 F:      Documentation/dvb/
6266 F:      Documentation/video4linux/
6267 F:      Documentation/DocBook/media/
6268 F:      drivers/media/
6269 F:      drivers/staging/media/
6270 F:      include/media/
6271 F:      include/uapi/linux/dvb/
6272 F:      include/uapi/linux/videodev2.h
6273 F:      include/uapi/linux/media.h
6274 F:      include/uapi/linux/v4l2-*
6275 F:      include/uapi/linux/meye.h
6276 F:      include/uapi/linux/ivtv*
6277 F:      include/uapi/linux/uvcvideo.h
6278
6279 MEGARAID SCSI/SAS DRIVERS
6280 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6281 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6282 M:      Uday Lingala <uday.lingala@avagotech.com>
6283 L:      megaraidlinux.pdl@avagotech.com
6284 L:      linux-scsi@vger.kernel.org
6285 W:      http://www.lsi.com
6286 S:      Maintained
6287 F:      Documentation/scsi/megaraid.txt
6288 F:      drivers/scsi/megaraid.*
6289 F:      drivers/scsi/megaraid/
6290
6291 MELLANOX ETHERNET DRIVER (mlx4_en)
6292 M:      Amir Vadai <amirv@mellanox.com>
6293 L:      netdev@vger.kernel.org
6294 S:      Supported
6295 W:      http://www.mellanox.com
6296 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6297 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6298
6299 MEMORY MANAGEMENT
6300 L:      linux-mm@kvack.org
6301 W:      http://www.linux-mm.org
6302 S:      Maintained
6303 F:      include/linux/mm.h
6304 F:      include/linux/gfp.h
6305 F:      include/linux/mmzone.h
6306 F:      include/linux/memory_hotplug.h
6307 F:      include/linux/vmalloc.h
6308 F:      mm/
6309
6310 MEMORY TECHNOLOGY DEVICES (MTD)
6311 M:      David Woodhouse <dwmw2@infradead.org>
6312 M:      Brian Norris <computersforpeace@gmail.com>
6313 L:      linux-mtd@lists.infradead.org
6314 W:      http://www.linux-mtd.infradead.org/
6315 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6316 T:      git git://git.infradead.org/linux-mtd.git
6317 T:      git git://git.infradead.org/l2-mtd.git
6318 S:      Maintained
6319 F:      drivers/mtd/
6320 F:      include/linux/mtd/
6321 F:      include/uapi/mtd/
6322
6323 MEN A21 WATCHDOG DRIVER
6324 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6325 L:      linux-watchdog@vger.kernel.org
6326 S:      Supported
6327 F:      drivers/watchdog/mena21_wdt.c
6328
6329 MEN CHAMELEON BUS (mcb)
6330 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6331 S:      Supported
6332 F:      drivers/mcb/
6333 F:      include/linux/mcb.h
6334
6335 MEN F21BMC (Board Management Controller)
6336 M:      Andreas Werner <andreas.werner@men.de>
6337 S:      Supported
6338 F:      drivers/mfd/menf21bmc.c
6339 F:      drivers/watchdog/menf21bmc_wdt.c
6340 F:      drivers/leds/leds-menf21bmc.c
6341 F:      drivers/hwmon/menf21bmc_hwmon.c
6342 F:      Documentation/hwmon/menf21bmc
6343
6344 METAG ARCHITECTURE
6345 M:      James Hogan <james.hogan@imgtec.com>
6346 L:      linux-metag@vger.kernel.org
6347 S:      Supported
6348 F:      arch/metag/
6349 F:      Documentation/metag/
6350 F:      Documentation/devicetree/bindings/metag/
6351 F:      drivers/clocksource/metag_generic.c
6352 F:      drivers/irqchip/irq-metag.c
6353 F:      drivers/irqchip/irq-metag-ext.c
6354 F:      drivers/tty/metag_da.c
6355
6356 MICROBLAZE ARCHITECTURE
6357 M:      Michal Simek <monstr@monstr.eu>
6358 W:      http://www.monstr.eu/fdt/
6359 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6360 S:      Supported
6361 F:      arch/microblaze/
6362
6363 MICROTEK X6 SCANNER
6364 M:      Oliver Neukum <oliver@neukum.org>
6365 S:      Maintained
6366 F:      drivers/usb/image/microtek.*
6367
6368 MIPS
6369 M:      Ralf Baechle <ralf@linux-mips.org>
6370 L:      linux-mips@linux-mips.org
6371 W:      http://www.linux-mips.org/
6372 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6373 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6374 S:      Supported
6375 F:      Documentation/mips/
6376 F:      arch/mips/
6377
6378 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6379 M:      Hans Verkuil <hverkuil@xs4all.nl>
6380 L:      linux-media@vger.kernel.org
6381 T:      git git://linuxtv.org/media_tree.git
6382 W:      http://linuxtv.org
6383 S:      Odd Fixes
6384 F:      drivers/media/radio/radio-miropcm20*
6385
6386 Mellanox MLX5 core VPI driver
6387 M:      Eli Cohen <eli@mellanox.com>
6388 L:      netdev@vger.kernel.org
6389 L:      linux-rdma@vger.kernel.org
6390 W:      http://www.mellanox.com
6391 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6392 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6393 T:      git git://openfabrics.org/~eli/connect-ib.git
6394 S:      Supported
6395 F:      drivers/net/ethernet/mellanox/mlx5/core/
6396 F:      include/linux/mlx5/
6397
6398 Mellanox MLX5 IB driver
6399 M:      Eli Cohen <eli@mellanox.com>
6400 L:      linux-rdma@vger.kernel.org
6401 W:      http://www.mellanox.com
6402 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6403 T:      git git://openfabrics.org/~eli/connect-ib.git
6404 S:      Supported
6405 F:      include/linux/mlx5/
6406 F:      drivers/infiniband/hw/mlx5/
6407
6408 MN88472 MEDIA DRIVER
6409 M:      Antti Palosaari <crope@iki.fi>
6410 L:      linux-media@vger.kernel.org
6411 W:      http://linuxtv.org/
6412 W:      http://palosaari.fi/linux/
6413 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6414 T:      git git://linuxtv.org/anttip/media_tree.git
6415 S:      Maintained
6416 F:      drivers/staging/media/mn88472/
6417 F:      drivers/media/dvb-frontends/mn88472.h
6418
6419 MN88473 MEDIA DRIVER
6420 M:      Antti Palosaari <crope@iki.fi>
6421 L:      linux-media@vger.kernel.org
6422 W:      http://linuxtv.org/
6423 W:      http://palosaari.fi/linux/
6424 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6425 T:      git git://linuxtv.org/anttip/media_tree.git
6426 S:      Maintained
6427 F:      drivers/staging/media/mn88473/
6428 F:      drivers/media/dvb-frontends/mn88473.h
6429
6430 MODULE SUPPORT
6431 M:      Rusty Russell <rusty@rustcorp.com.au>
6432 S:      Maintained
6433 F:      include/linux/module.h
6434 F:      kernel/module.c
6435
6436 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6437 W:      http://popies.net/meye/
6438 S:      Orphan
6439 F:      Documentation/video4linux/meye.txt
6440 F:      drivers/media/pci/meye/
6441 F:      include/uapi/linux/meye.h
6442
6443 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6444 M:      Jiri Slaby <jirislaby@gmail.com>
6445 S:      Maintained
6446 F:      Documentation/serial/moxa-smartio
6447 F:      drivers/tty/mxser.*
6448
6449 MR800 AVERMEDIA USB FM RADIO DRIVER
6450 M:      Alexey Klimov <klimov.linux@gmail.com>
6451 L:      linux-media@vger.kernel.org
6452 T:      git git://linuxtv.org/media_tree.git
6453 S:      Maintained
6454 F:      drivers/media/radio/radio-mr800.c
6455
6456 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6457 M:      Alan Ott <alan@signal11.us>
6458 L:      linux-wpan@vger.kernel.org
6459 S:      Maintained
6460 F:      drivers/net/ieee802154/mrf24j40.c
6461
6462 MSI LAPTOP SUPPORT
6463 M:      "Lee, Chun-Yi" <jlee@suse.com>
6464 L:      platform-driver-x86@vger.kernel.org
6465 S:      Maintained
6466 F:      drivers/platform/x86/msi-laptop.c
6467
6468 MSI WMI SUPPORT
6469 M:      Anisse Astier <anisse@astier.eu>
6470 L:      platform-driver-x86@vger.kernel.org
6471 S:      Supported
6472 F:      drivers/platform/x86/msi-wmi.c
6473
6474 MSI001 MEDIA DRIVER
6475 M:      Antti Palosaari <crope@iki.fi>
6476 L:      linux-media@vger.kernel.org
6477 W:      http://linuxtv.org/
6478 W:      http://palosaari.fi/linux/
6479 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6480 T:      git git://linuxtv.org/anttip/media_tree.git
6481 S:      Maintained
6482 F:      drivers/media/tuners/msi001*
6483
6484 MSI2500 MEDIA DRIVER
6485 M:      Antti Palosaari <crope@iki.fi>
6486 L:      linux-media@vger.kernel.org
6487 W:      http://linuxtv.org/
6488 W:      http://palosaari.fi/linux/
6489 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6490 T:      git git://linuxtv.org/anttip/media_tree.git
6491 S:      Maintained
6492 F:      drivers/media/usb/msi2500/
6493
6494 MT9M032 APTINA SENSOR DRIVER
6495 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6496 L:      linux-media@vger.kernel.org
6497 T:      git git://linuxtv.org/media_tree.git
6498 S:      Maintained
6499 F:      drivers/media/i2c/mt9m032.c
6500 F:      include/media/mt9m032.h
6501
6502 MT9P031 APTINA CAMERA SENSOR
6503 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6504 L:      linux-media@vger.kernel.org
6505 T:      git git://linuxtv.org/media_tree.git
6506 S:      Maintained
6507 F:      drivers/media/i2c/mt9p031.c
6508 F:      include/media/mt9p031.h
6509
6510 MT9T001 APTINA CAMERA SENSOR
6511 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6512 L:      linux-media@vger.kernel.org
6513 T:      git git://linuxtv.org/media_tree.git
6514 S:      Maintained
6515 F:      drivers/media/i2c/mt9t001.c
6516 F:      include/media/mt9t001.h
6517
6518 MT9V032 APTINA CAMERA SENSOR
6519 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6520 L:      linux-media@vger.kernel.org
6521 T:      git git://linuxtv.org/media_tree.git
6522 S:      Maintained
6523 F:      drivers/media/i2c/mt9v032.c
6524 F:      include/media/mt9v032.h
6525
6526 MULTIFUNCTION DEVICES (MFD)
6527 M:      Samuel Ortiz <sameo@linux.intel.com>
6528 M:      Lee Jones <lee.jones@linaro.org>
6529 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6530 S:      Supported
6531 F:      drivers/mfd/
6532 F:      include/linux/mfd/
6533
6534 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6535 M:      Chris Ball <chris@printf.net>
6536 M:      Ulf Hansson <ulf.hansson@linaro.org>
6537 L:      linux-mmc@vger.kernel.org
6538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6539 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6540 S:      Maintained
6541 F:      drivers/mmc/
6542 F:      include/linux/mmc/
6543 F:      include/uapi/linux/mmc/
6544
6545 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6546 S:      Orphan
6547 F:      drivers/mmc/host/mmc_spi.c
6548 F:      include/linux/spi/mmc_spi.h
6549
6550 MULTISOUND SOUND DRIVER
6551 M:      Andrew Veliath <andrewtv@usa.net>
6552 S:      Maintained
6553 F:      Documentation/sound/oss/MultiSound
6554 F:      sound/oss/msnd*
6555
6556 MULTITECH MULTIPORT CARD (ISICOM)
6557 S:      Orphan
6558 F:      drivers/tty/isicom.c
6559 F:      include/linux/isicom.h
6560
6561 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6562 M:      Felipe Balbi <balbi@ti.com>
6563 L:      linux-usb@vger.kernel.org
6564 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6565 S:      Maintained
6566 F:      drivers/usb/musb/
6567
6568 MXL5007T MEDIA DRIVER
6569 M:      Michael Krufky <mkrufky@linuxtv.org>
6570 L:      linux-media@vger.kernel.org
6571 W:      http://linuxtv.org/
6572 W:      http://github.com/mkrufky
6573 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6574 T:      git git://linuxtv.org/mkrufky/tuners.git
6575 S:      Maintained
6576 F:      drivers/media/tuners/mxl5007t.*
6577
6578 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6579 M:      Hyong-Youb Kim <hykim@myri.com>
6580 L:      netdev@vger.kernel.org
6581 W:      https://www.myricom.com/support/downloads/myri10ge.html
6582 S:      Supported
6583 F:      drivers/net/ethernet/myricom/myri10ge/
6584
6585 NATSEMI ETHERNET DRIVER (DP8381x)
6586 S:      Orphan
6587 F:      drivers/net/ethernet/natsemi/natsemi.c
6588
6589 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6590 M:      Daniel Mack <zonque@gmail.com>
6591 S:      Maintained
6592 L:      alsa-devel@alsa-project.org
6593 W:      http://www.native-instruments.com
6594 F:      sound/usb/caiaq/
6595
6596 NCP FILESYSTEM
6597 M:      Petr Vandrovec <petr@vandrovec.name>
6598 S:      Odd Fixes
6599 F:      fs/ncpfs/
6600
6601 NCR 5380 SCSI DRIVERS
6602 M:      Finn Thain <fthain@telegraphics.com.au>
6603 M:      Michael Schmitz <schmitzmic@gmail.com>
6604 L:      linux-scsi@vger.kernel.org
6605 S:      Maintained
6606 F:      Documentation/scsi/g_NCR5380.txt
6607 F:      drivers/scsi/NCR5380.*
6608 F:      drivers/scsi/arm/cumana_1.c
6609 F:      drivers/scsi/arm/oak.c
6610 F:      drivers/scsi/atari_NCR5380.c
6611 F:      drivers/scsi/atari_scsi.*
6612 F:      drivers/scsi/dmx3191d.c
6613 F:      drivers/scsi/dtc.*
6614 F:      drivers/scsi/g_NCR5380.*
6615 F:      drivers/scsi/g_NCR5380_mmio.c
6616 F:      drivers/scsi/mac_scsi.*
6617 F:      drivers/scsi/pas16.*
6618 F:      drivers/scsi/sun3_scsi.*
6619 F:      drivers/scsi/sun3_scsi_vme.c
6620 F:      drivers/scsi/t128.*
6621
6622 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6623 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6624 L:      linux-scsi@vger.kernel.org
6625 S:      Maintained
6626 F:      drivers/scsi/NCR_D700.*
6627
6628 NCT6775 HARDWARE MONITOR DRIVER
6629 M:      Guenter Roeck <linux@roeck-us.net>
6630 L:      lm-sensors@lm-sensors.org
6631 S:      Maintained
6632 F:      Documentation/hwmon/nct6775
6633 F:      drivers/hwmon/nct6775.c
6634
6635 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6636 M:      Faisal Latif <faisal.latif@intel.com>
6637 L:      linux-rdma@vger.kernel.org
6638 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6639 S:      Supported
6640 F:      drivers/infiniband/hw/nes/
6641
6642 NETEM NETWORK EMULATOR
6643 M:      Stephen Hemminger <stephen@networkplumber.org>
6644 L:      netem@lists.linux-foundation.org
6645 S:      Maintained
6646 F:      net/sched/sch_netem.c
6647
6648 NETERION 10GbE DRIVERS (s2io/vxge)
6649 M:      Jon Mason <jdmason@kudzu.us>
6650 L:      netdev@vger.kernel.org
6651 S:      Supported
6652 F:      Documentation/networking/s2io.txt
6653 F:      Documentation/networking/vxge.txt
6654 F:      drivers/net/ethernet/neterion/
6655
6656 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6657 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6658 M:      Patrick McHardy <kaber@trash.net>
6659 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6660 L:      netfilter-devel@vger.kernel.org
6661 L:      coreteam@netfilter.org
6662 W:      http://www.netfilter.org/
6663 W:      http://www.iptables.org/
6664 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6667 S:      Supported
6668 F:      include/linux/netfilter*
6669 F:      include/linux/netfilter/
6670 F:      include/net/netfilter/
6671 F:      include/uapi/linux/netfilter*
6672 F:      include/uapi/linux/netfilter/
6673 F:      net/*/netfilter.c
6674 F:      net/*/netfilter/
6675 F:      net/netfilter/
6676
6677 NETLABEL
6678 M:      Paul Moore <paul@paul-moore.com>
6679 W:      http://netlabel.sf.net
6680 L:      netdev@vger.kernel.org
6681 S:      Maintained
6682 F:      Documentation/netlabel/
6683 F:      include/net/netlabel.h
6684 F:      net/netlabel/
6685
6686 NETROM NETWORK LAYER
6687 M:      Ralf Baechle <ralf@linux-mips.org>
6688 L:      linux-hams@vger.kernel.org
6689 W:      http://www.linux-ax25.org/
6690 S:      Maintained
6691 F:      include/net/netrom.h
6692 F:      include/uapi/linux/netrom.h
6693 F:      net/netrom/
6694
6695 NETWORK BLOCK DEVICE (NBD)
6696 M:      Markus Pargmann <mpa@pengutronix.de>
6697 S:      Maintained
6698 L:      nbd-general@lists.sourceforge.net
6699 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
6700 F:      Documentation/blockdev/nbd.txt
6701 F:      drivers/block/nbd.c
6702 F:      include/linux/nbd.h
6703 F:      include/uapi/linux/nbd.h
6704
6705 NETWORK DROP MONITOR
6706 M:      Neil Horman <nhorman@tuxdriver.com>
6707 L:      netdev@vger.kernel.org
6708 S:      Maintained
6709 W:      https://fedorahosted.org/dropwatch/
6710 F:      net/core/drop_monitor.c
6711
6712 NETWORKING [GENERAL]
6713 M:      "David S. Miller" <davem@davemloft.net>
6714 L:      netdev@vger.kernel.org
6715 W:      http://www.linuxfoundation.org/en/Net
6716 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6719 S:      Maintained
6720 F:      net/
6721 F:      include/net/
6722 F:      include/linux/in.h
6723 F:      include/linux/net.h
6724 F:      include/linux/netdevice.h
6725 F:      include/uapi/linux/in.h
6726 F:      include/uapi/linux/net.h
6727 F:      include/uapi/linux/netdevice.h
6728 F:      include/uapi/linux/net_namespace.h
6729 F:      tools/net/
6730 F:      tools/testing/selftests/net/
6731 F:      lib/random32.c
6732 F:      lib/test_bpf.c
6733
6734 NETWORKING [IPv4/IPv6]
6735 M:      "David S. Miller" <davem@davemloft.net>
6736 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6737 M:      James Morris <jmorris@namei.org>
6738 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6739 M:      Patrick McHardy <kaber@trash.net>
6740 L:      netdev@vger.kernel.org
6741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6742 S:      Maintained
6743 F:      net/ipv4/
6744 F:      net/ipv6/
6745 F:      include/net/ip*
6746 F:      arch/x86/net/*
6747
6748 NETWORKING [IPSEC]
6749 M:      Steffen Klassert <steffen.klassert@secunet.com>
6750 M:      Herbert Xu <herbert@gondor.apana.org.au>
6751 M:      "David S. Miller" <davem@davemloft.net>
6752 L:      netdev@vger.kernel.org
6753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6754 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6755 S:      Maintained
6756 F:      net/core/flow.c
6757 F:      net/xfrm/
6758 F:      net/key/
6759 F:      net/ipv4/xfrm*
6760 F:      net/ipv4/esp4.c
6761 F:      net/ipv4/ah4.c
6762 F:      net/ipv4/ipcomp.c
6763 F:      net/ipv4/ip_vti.c
6764 F:      net/ipv6/xfrm*
6765 F:      net/ipv6/esp6.c
6766 F:      net/ipv6/ah6.c
6767 F:      net/ipv6/ipcomp6.c
6768 F:      net/ipv6/ip6_vti.c
6769 F:      include/uapi/linux/xfrm.h
6770 F:      include/net/xfrm.h
6771
6772 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6773 M:      Paul Moore <paul@paul-moore.com>
6774 L:      netdev@vger.kernel.org
6775 S:      Maintained
6776
6777 NETWORKING [WIRELESS]
6778 L:      linux-wireless@vger.kernel.org
6779 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6780
6781 NETWORKING DRIVERS
6782 L:      netdev@vger.kernel.org
6783 W:      http://www.linuxfoundation.org/en/Net
6784 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6787 S:      Odd Fixes
6788 F:      drivers/net/
6789 F:      include/linux/if_*
6790 F:      include/linux/netdevice.h
6791 F:      include/linux/arcdevice.h
6792 F:      include/linux/etherdevice.h
6793 F:      include/linux/fcdevice.h
6794 F:      include/linux/fddidevice.h
6795 F:      include/linux/hippidevice.h
6796 F:      include/linux/inetdevice.h
6797 F:      include/uapi/linux/if_*
6798 F:      include/uapi/linux/netdevice.h
6799
6800 NETWORKING DRIVERS (WIRELESS)
6801 M:      Kalle Valo <kvalo@codeaurora.org>
6802 L:      linux-wireless@vger.kernel.org
6803 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6805 S:      Maintained
6806 F:      drivers/net/wireless/
6807
6808 NETXEN (1/10) GbE SUPPORT
6809 M:      Manish Chopra <manish.chopra@qlogic.com>
6810 M:      Sony Chacko <sony.chacko@qlogic.com>
6811 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6812 L:      netdev@vger.kernel.org
6813 W:      http://www.qlogic.com
6814 S:      Supported
6815 F:      drivers/net/ethernet/qlogic/netxen/
6816
6817 NFC SUBSYSTEM
6818 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6819 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6820 M:      Samuel Ortiz <sameo@linux.intel.com>
6821 L:      linux-wireless@vger.kernel.org
6822 L:      linux-nfc@lists.01.org (subscribers-only)
6823 S:      Supported
6824 F:      net/nfc/
6825 F:      include/net/nfc/
6826 F:      include/uapi/linux/nfc.h
6827 F:      drivers/nfc/
6828 F:      include/linux/platform_data/pn544.h
6829 F:      Documentation/devicetree/bindings/net/nfc/
6830
6831 NFS, SUNRPC, AND LOCKD CLIENTS
6832 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6833 M:      Anna Schumaker <anna.schumaker@netapp.com>
6834 L:      linux-nfs@vger.kernel.org
6835 W:      http://client.linux-nfs.org
6836 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6837 S:      Maintained
6838 F:      fs/lockd/
6839 F:      fs/nfs/
6840 F:      fs/nfs_common/
6841 F:      net/sunrpc/
6842 F:      include/linux/lockd/
6843 F:      include/linux/nfs*
6844 F:      include/linux/sunrpc/
6845 F:      include/uapi/linux/nfs*
6846 F:      include/uapi/linux/sunrpc/
6847
6848 NILFS2 FILESYSTEM
6849 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6850 L:      linux-nilfs@vger.kernel.org
6851 W:      http://nilfs.sourceforge.net/
6852 T:      git git://github.com/konis/nilfs2.git
6853 S:      Supported
6854 F:      Documentation/filesystems/nilfs2.txt
6855 F:      fs/nilfs2/
6856 F:      include/linux/nilfs2_fs.h
6857
6858 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6859 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6860 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6861 S:      Maintained
6862 F:      Documentation/scsi/NinjaSCSI.txt
6863 F:      drivers/scsi/pcmcia/nsp_*
6864
6865 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6866 M:      GOTO Masanori <gotom@debian.or.jp>
6867 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6868 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6869 S:      Maintained
6870 F:      Documentation/scsi/NinjaSCSI.txt
6871 F:      drivers/scsi/nsp32*
6872
6873 NIOS2 ARCHITECTURE
6874 M:      Ley Foon Tan <lftan@altera.com>
6875 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6876 T:      git git://git.rocketboards.org/linux-socfpga.git
6877 S:      Maintained
6878 F:      arch/nios2/
6879
6880 NTB DRIVER
6881 M:      Jon Mason <jdmason@kudzu.us>
6882 M:      Dave Jiang <dave.jiang@intel.com>
6883 S:      Supported
6884 W:      https://github.com/jonmason/ntb/wiki
6885 T:      git git://github.com/jonmason/ntb.git
6886 F:      drivers/ntb/
6887 F:      drivers/net/ntb_netdev.c
6888 F:      include/linux/ntb.h
6889
6890 NTFS FILESYSTEM
6891 M:      Anton Altaparmakov <anton@tuxera.com>
6892 L:      linux-ntfs-dev@lists.sourceforge.net
6893 W:      http://www.tuxera.com/
6894 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6895 S:      Supported
6896 F:      Documentation/filesystems/ntfs.txt
6897 F:      fs/ntfs/
6898
6899 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6900 M:      Antonino Daplas <adaplas@gmail.com>
6901 L:      linux-fbdev@vger.kernel.org
6902 S:      Maintained
6903 F:      drivers/video/fbdev/riva/
6904 F:      drivers/video/fbdev/nvidia/
6905
6906 NVM EXPRESS DRIVER
6907 M:      Matthew Wilcox <willy@linux.intel.com>
6908 L:      linux-nvme@lists.infradead.org
6909 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6910 S:      Supported
6911 F:      drivers/block/nvme*
6912 F:      include/linux/nvme.h
6913
6914 NXP TDA998X DRM DRIVER
6915 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6916 S:      Supported
6917 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6918 F:      include/drm/i2c/tda998x.h
6919
6920 NXP TFA9879 DRIVER
6921 M:      Peter Rosin <peda@axentia.se>
6922 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6923 S:      Maintained
6924 F:      sound/soc/codecs/tfa9879*
6925
6926 OMAP SUPPORT
6927 M:      Tony Lindgren <tony@atomide.com>
6928 L:      linux-omap@vger.kernel.org
6929 W:      http://www.muru.com/linux/omap/
6930 W:      http://linux.omap.com/
6931 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6933 S:      Maintained
6934 F:      arch/arm/*omap*/
6935 F:      drivers/i2c/busses/i2c-omap.c
6936 F:      drivers/irqchip/irq-omap-intc.c
6937 F:      drivers/mfd/*omap*.c
6938 F:      drivers/mfd/menelaus.c
6939 F:      drivers/mfd/palmas.c
6940 F:      drivers/mfd/tps65217.c
6941 F:      drivers/mfd/tps65218.c
6942 F:      drivers/mfd/tps65910.c
6943 F:      drivers/mfd/twl-core.[ch]
6944 F:      drivers/mfd/twl4030*.c
6945 F:      drivers/mfd/twl6030*.c
6946 F:      drivers/mfd/twl6040*.c
6947 F:      drivers/regulator/palmas-regulator*.c
6948 F:      drivers/regulator/pbias-regulator.c
6949 F:      drivers/regulator/tps65217-regulator.c
6950 F:      drivers/regulator/tps65218-regulator.c
6951 F:      drivers/regulator/tps65910-regulator.c
6952 F:      drivers/regulator/twl-regulator.c
6953 F:      include/linux/i2c-omap.h
6954
6955 OMAP DEVICE TREE SUPPORT
6956 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
6957 M:      Tony Lindgren <tony@atomide.com>
6958 L:      linux-omap@vger.kernel.org
6959 L:      devicetree@vger.kernel.org
6960 S:      Maintained
6961 F:      arch/arm/boot/dts/*omap*
6962 F:      arch/arm/boot/dts/*am3*
6963 F:      arch/arm/boot/dts/*am4*
6964 F:      arch/arm/boot/dts/*am5*
6965 F:      arch/arm/boot/dts/*dra7*
6966
6967 OMAP CLOCK FRAMEWORK SUPPORT
6968 M:      Paul Walmsley <paul@pwsan.com>
6969 L:      linux-omap@vger.kernel.org
6970 S:      Maintained
6971 F:      arch/arm/*omap*/*clock*
6972
6973 OMAP POWER MANAGEMENT SUPPORT
6974 M:      Kevin Hilman <khilman@deeprootsystems.com>
6975 L:      linux-omap@vger.kernel.org
6976 S:      Maintained
6977 F:      arch/arm/*omap*/*pm*
6978 F:      drivers/cpufreq/omap-cpufreq.c
6979
6980 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6981 M:      Rajendra Nayak <rnayak@ti.com>
6982 M:      Paul Walmsley <paul@pwsan.com>
6983 L:      linux-omap@vger.kernel.org
6984 S:      Maintained
6985 F:      arch/arm/mach-omap2/prm*
6986
6987 OMAP AUDIO SUPPORT
6988 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6989 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6990 L:      alsa-devel@alsa-project.org (subscribers-only)
6991 L:      linux-omap@vger.kernel.org
6992 S:      Maintained
6993 F:      sound/soc/omap/
6994
6995 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6996 M:      Roger Quadros <rogerq@ti.com>
6997 M:      Tony Lindgren <tony@atomide.com>
6998 L:      linux-omap@vger.kernel.org
6999 S:      Maintained
7000 F:      drivers/memory/omap-gpmc.c
7001 F:      arch/arm/mach-omap2/*gpmc*
7002
7003 OMAP FRAMEBUFFER SUPPORT
7004 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7005 L:      linux-fbdev@vger.kernel.org
7006 L:      linux-omap@vger.kernel.org
7007 S:      Maintained
7008 F:      drivers/video/fbdev/omap/
7009
7010 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
7011 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
7012 L:      linux-omap@vger.kernel.org
7013 L:      linux-fbdev@vger.kernel.org
7014 S:      Maintained
7015 F:      drivers/video/fbdev/omap2/
7016 F:      Documentation/arm/OMAP/DSS
7017
7018 OMAP HARDWARE SPINLOCK SUPPORT
7019 M:      Ohad Ben-Cohen <ohad@wizery.com>
7020 L:      linux-omap@vger.kernel.org
7021 S:      Maintained
7022 F:      drivers/hwspinlock/omap_hwspinlock.c
7023 F:      arch/arm/mach-omap2/hwspinlock.c
7024
7025 OMAP MMC SUPPORT
7026 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
7027 L:      linux-omap@vger.kernel.org
7028 S:      Maintained
7029 F:      drivers/mmc/host/omap.c
7030
7031 OMAP HS MMC SUPPORT
7032 L:      linux-mmc@vger.kernel.org
7033 L:      linux-omap@vger.kernel.org
7034 S:      Orphan
7035 F:      drivers/mmc/host/omap_hsmmc.c
7036
7037 OMAP RANDOM NUMBER GENERATOR SUPPORT
7038 M:      Deepak Saxena <dsaxena@plexity.net>
7039 S:      Maintained
7040 F:      drivers/char/hw_random/omap-rng.c
7041
7042 OMAP HWMOD SUPPORT
7043 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7044 M:      Paul Walmsley <paul@pwsan.com>
7045 L:      linux-omap@vger.kernel.org
7046 S:      Maintained
7047 F:      arch/arm/mach-omap2/omap_hwmod.*
7048
7049 OMAP HWMOD DATA
7050 M:      Paul Walmsley <paul@pwsan.com>
7051 L:      linux-omap@vger.kernel.org
7052 S:      Maintained
7053 F:      arch/arm/mach-omap2/omap_hwmod*data*
7054
7055 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7056 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7057 L:      linux-omap@vger.kernel.org
7058 S:      Maintained
7059 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7060
7061 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7062 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7063 L:      linux-media@vger.kernel.org
7064 S:      Maintained
7065 F:      drivers/media/platform/omap3isp/
7066 F:      drivers/staging/media/omap4iss/
7067
7068 OMAP USB SUPPORT
7069 M:      Felipe Balbi <balbi@ti.com>
7070 L:      linux-usb@vger.kernel.org
7071 L:      linux-omap@vger.kernel.org
7072 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7073 S:      Maintained
7074 F:      drivers/usb/*/*omap*
7075 F:      arch/arm/*omap*/usb*
7076
7077 OMAP GPIO DRIVER
7078 M:      Javier Martinez Canillas <javier@dowhile0.org>
7079 M:      Santosh Shilimkar <ssantosh@kernel.org>
7080 M:      Kevin Hilman <khilman@deeprootsystems.com>
7081 L:      linux-omap@vger.kernel.org
7082 S:      Maintained
7083 F:      drivers/gpio/gpio-omap.c
7084
7085 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7086 M:      Mark Jackson <mpfj@newflow.co.uk>
7087 L:      linux-omap@vger.kernel.org
7088 S:      Maintained
7089 F:      arch/arm/boot/dts/am335x-nano.dts
7090
7091 OMFS FILESYSTEM
7092 M:      Bob Copeland <me@bobcopeland.com>
7093 L:      linux-karma-devel@lists.sourceforge.net
7094 S:      Maintained
7095 F:      Documentation/filesystems/omfs.txt
7096 F:      fs/omfs/
7097
7098 OMNIKEY CARDMAN 4000 DRIVER
7099 M:      Harald Welte <laforge@gnumonks.org>
7100 S:      Maintained
7101 F:      drivers/char/pcmcia/cm4000_cs.c
7102 F:      include/linux/cm4000_cs.h
7103 F:      include/uapi/linux/cm4000_cs.h
7104
7105 OMNIKEY CARDMAN 4040 DRIVER
7106 M:      Harald Welte <laforge@gnumonks.org>
7107 S:      Maintained
7108 F:      drivers/char/pcmcia/cm4040_cs.*
7109
7110 OMNIVISION OV7670 SENSOR DRIVER
7111 M:      Jonathan Corbet <corbet@lwn.net>
7112 L:      linux-media@vger.kernel.org
7113 T:      git git://linuxtv.org/media_tree.git
7114 S:      Maintained
7115 F:      drivers/media/i2c/ov7670.c
7116
7117 ONENAND FLASH DRIVER
7118 M:      Kyungmin Park <kyungmin.park@samsung.com>
7119 L:      linux-mtd@lists.infradead.org
7120 S:      Maintained
7121 F:      drivers/mtd/onenand/
7122 F:      include/linux/mtd/onenand*.h
7123
7124 ONSTREAM SCSI TAPE DRIVER
7125 M:      Willem Riede <osst@riede.org>
7126 L:      osst-users@lists.sourceforge.net
7127 L:      linux-scsi@vger.kernel.org
7128 S:      Maintained
7129 F:      Documentation/scsi/osst.txt
7130 F:      drivers/scsi/osst.*
7131 F:      drivers/scsi/osst_*.h
7132 F:      drivers/scsi/st.h
7133
7134 OPENCORES I2C BUS DRIVER
7135 M:      Peter Korsgaard <jacmet@sunsite.dk>
7136 L:      linux-i2c@vger.kernel.org
7137 S:      Maintained
7138 F:      Documentation/i2c/busses/i2c-ocores
7139 F:      drivers/i2c/busses/i2c-ocores.c
7140
7141 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7142 M:      Grant Likely <grant.likely@linaro.org>
7143 M:      Rob Herring <robh+dt@kernel.org>
7144 L:      devicetree@vger.kernel.org
7145 W:      http://www.devicetree.org/
7146 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7147 S:      Maintained
7148 F:      drivers/of/
7149 F:      include/linux/of*.h
7150 F:      scripts/dtc/
7151
7152 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7153 M:      Rob Herring <robh+dt@kernel.org>
7154 M:      Pawel Moll <pawel.moll@arm.com>
7155 M:      Mark Rutland <mark.rutland@arm.com>
7156 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7157 M:      Kumar Gala <galak@codeaurora.org>
7158 L:      devicetree@vger.kernel.org
7159 S:      Maintained
7160 F:      Documentation/devicetree/
7161 F:      arch/*/boot/dts/
7162 F:      include/dt-bindings/
7163
7164 OPENRISC ARCHITECTURE
7165 M:      Jonas Bonn <jonas@southpole.se>
7166 W:      http://openrisc.net
7167 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7168 S:      Maintained
7169 T:      git git://openrisc.net/~jonas/linux
7170 F:      arch/openrisc/
7171
7172 OPENVSWITCH
7173 M:      Pravin Shelar <pshelar@nicira.com>
7174 L:      netdev@vger.kernel.org
7175 L:      dev@openvswitch.org
7176 W:      http://openvswitch.org
7177 S:      Maintained
7178 F:      net/openvswitch/
7179 F:      include/uapi/linux/openvswitch.h
7180
7181 OPL4 DRIVER
7182 M:      Clemens Ladisch <clemens@ladisch.de>
7183 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7184 T:      git git://git.alsa-project.org/alsa-kernel.git
7185 S:      Maintained
7186 F:      sound/drivers/opl4/
7187
7188 OPROFILE
7189 M:      Robert Richter <rric@kernel.org>
7190 L:      oprofile-list@lists.sf.net
7191 S:      Maintained
7192 F:      arch/*/include/asm/oprofile*.h
7193 F:      arch/*/oprofile/
7194 F:      drivers/oprofile/
7195 F:      include/linux/oprofile.h
7196
7197 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7198 M:      Mark Fasheh <mfasheh@suse.com>
7199 M:      Joel Becker <jlbec@evilplan.org>
7200 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7201 W:      http://oss.oracle.com/projects/ocfs2/
7202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7203 S:      Supported
7204 F:      Documentation/filesystems/ocfs2.txt
7205 F:      Documentation/filesystems/dlmfs.txt
7206 F:      fs/ocfs2/
7207
7208 ORINOCO DRIVER
7209 L:      linux-wireless@vger.kernel.org
7210 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7211 W:      http://www.nongnu.org/orinoco/
7212 S:      Orphan
7213 F:      drivers/net/wireless/orinoco/
7214
7215 OSD LIBRARY and FILESYSTEM
7216 M:      Boaz Harrosh <ooo@electrozaur.com>
7217 M:      Benny Halevy <bhalevy@primarydata.com>
7218 L:      osd-dev@open-osd.org
7219 W:      http://open-osd.org
7220 T:      git git://git.open-osd.org/open-osd.git
7221 S:      Maintained
7222 F:      drivers/scsi/osd/
7223 F:      include/scsi/osd_*
7224 F:      fs/exofs/
7225
7226 OVERLAY FILESYSTEM
7227 M:      Miklos Szeredi <miklos@szeredi.hu>
7228 L:      linux-unionfs@vger.kernel.org
7229 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7230 S:      Supported
7231 F:      fs/overlayfs/
7232 F:      Documentation/filesystems/overlayfs.txt
7233
7234 P54 WIRELESS DRIVER
7235 M:      Christian Lamparter <chunkeey@googlemail.com>
7236 L:      linux-wireless@vger.kernel.org
7237 W:      http://wireless.kernel.org/en/users/Drivers/p54
7238 S:      Maintained
7239 F:      drivers/net/wireless/p54/
7240
7241 PA SEMI ETHERNET DRIVER
7242 M:      Olof Johansson <olof@lixom.net>
7243 L:      netdev@vger.kernel.org
7244 S:      Maintained
7245 F:      drivers/net/ethernet/pasemi/*
7246
7247 PA SEMI SMBUS DRIVER
7248 M:      Olof Johansson <olof@lixom.net>
7249 L:      linux-i2c@vger.kernel.org
7250 S:      Maintained
7251 F:      drivers/i2c/busses/i2c-pasemi.c
7252
7253 PADATA PARALLEL EXECUTION MECHANISM
7254 M:      Steffen Klassert <steffen.klassert@secunet.com>
7255 L:      linux-crypto@vger.kernel.org
7256 S:      Maintained
7257 F:      kernel/padata.c
7258 F:      include/linux/padata.h
7259 F:      Documentation/padata.txt
7260
7261 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7262 M:      Harald Welte <laforge@gnumonks.org>
7263 L:      platform-driver-x86@vger.kernel.org
7264 S:      Maintained
7265 F:      drivers/platform/x86/panasonic-laptop.c
7266
7267 PANASONIC MN10300/AM33/AM34 PORT
7268 M:      David Howells <dhowells@redhat.com>
7269 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7270 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7271 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7272 S:      Maintained
7273 F:      Documentation/mn10300/
7274 F:      arch/mn10300/
7275
7276 PARALLEL PORT SUPPORT
7277 L:      linux-parport@lists.infradead.org (subscribers-only)
7278 S:      Orphan
7279 F:      drivers/parport/
7280 F:      include/linux/parport*.h
7281 F:      drivers/char/ppdev.c
7282 F:      include/uapi/linux/ppdev.h
7283
7284 PARAVIRT_OPS INTERFACE
7285 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7286 M:      Chris Wright <chrisw@sous-sol.org>
7287 M:      Alok Kataria <akataria@vmware.com>
7288 M:      Rusty Russell <rusty@rustcorp.com.au>
7289 L:      virtualization@lists.linux-foundation.org
7290 S:      Supported
7291 F:      Documentation/ia64/paravirt_ops.txt
7292 F:      arch/*/kernel/paravirt*
7293 F:      arch/*/include/asm/paravirt.h
7294
7295 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7296 M:      Tim Waugh <tim@cyberelk.net>
7297 L:      linux-parport@lists.infradead.org (subscribers-only)
7298 W:      http://www.torque.net/linux-pp.html
7299 S:      Maintained
7300 F:      Documentation/blockdev/paride.txt
7301 F:      drivers/block/paride/
7302
7303 PARISC ARCHITECTURE
7304 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7305 M:      Helge Deller <deller@gmx.de>
7306 L:      linux-parisc@vger.kernel.org
7307 W:      http://www.parisc-linux.org/
7308 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7310 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7311 S:      Maintained
7312 F:      arch/parisc/
7313 F:      Documentation/parisc/
7314 F:      drivers/parisc/
7315 F:      drivers/char/agp/parisc-agp.c
7316 F:      drivers/input/serio/gscps2.c
7317 F:      drivers/parport/parport_gsc.*
7318 F:      drivers/tty/serial/8250/8250_gsc.c
7319 F:      drivers/video/fbdev/sti*
7320 F:      drivers/video/console/sti*
7321 F:      drivers/video/logo/logo_parisc*
7322
7323 PC87360 HARDWARE MONITORING DRIVER
7324 M:      Jim Cromie <jim.cromie@gmail.com>
7325 L:      lm-sensors@lm-sensors.org
7326 S:      Maintained
7327 F:      Documentation/hwmon/pc87360
7328 F:      drivers/hwmon/pc87360.c
7329
7330 PC8736x GPIO DRIVER
7331 M:      Jim Cromie <jim.cromie@gmail.com>
7332 S:      Maintained
7333 F:      drivers/char/pc8736x_gpio.c
7334
7335 PC87427 HARDWARE MONITORING DRIVER
7336 M:      Jean Delvare <jdelvare@suse.de>
7337 L:      lm-sensors@lm-sensors.org
7338 S:      Maintained
7339 F:      Documentation/hwmon/pc87427
7340 F:      drivers/hwmon/pc87427.c
7341
7342 PCA9532 LED DRIVER
7343 M:      Riku Voipio <riku.voipio@iki.fi>
7344 S:      Maintained
7345 F:      drivers/leds/leds-pca9532.c
7346 F:      include/linux/leds-pca9532.h
7347
7348 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7349 M:      Guenter Roeck <linux@roeck-us.net>
7350 L:      linux-i2c@vger.kernel.org
7351 S:      Maintained
7352 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7353
7354 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7355 M:      Khalid Aziz <khalid@gonehiking.org>
7356 S:      Maintained
7357 F:      drivers/firmware/pcdp.*
7358
7359 PCI ERROR RECOVERY
7360 M:      Linas Vepstas <linasvepstas@gmail.com>
7361 L:      linux-pci@vger.kernel.org
7362 S:      Supported
7363 F:      Documentation/PCI/pci-error-recovery.txt
7364
7365 PCI SUBSYSTEM
7366 M:      Bjorn Helgaas <bhelgaas@google.com>
7367 L:      linux-pci@vger.kernel.org
7368 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7370 S:      Supported
7371 F:      Documentation/PCI/
7372 F:      drivers/pci/
7373 F:      include/linux/pci*
7374 F:      arch/x86/pci/
7375 F:      arch/x86/kernel/quirks.c
7376
7377 PCI DRIVER FOR ARM VERSATILE PLATFORM
7378 M:      Rob Herring <robh@kernel.org>
7379 L:      linux-pci@vger.kernel.org
7380 L:      linux-arm-kernel@lists.infradead.org
7381 S:      Maintained
7382 F:      Documentation/devicetree/bindings/pci/versatile.txt
7383 F:      drivers/pci/host/pci-versatile.c
7384
7385 PCI DRIVER FOR APPLIEDMICRO XGENE
7386 M:      Tanmay Inamdar <tinamdar@apm.com>
7387 L:      linux-pci@vger.kernel.org
7388 L:      linux-arm-kernel@lists.infradead.org
7389 S:      Maintained
7390 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7391 F:      drivers/pci/host/pci-xgene.c
7392
7393 PCI DRIVER FOR FREESCALE LAYERSCAPE
7394 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7395 M:      Mingkai Hu <mingkai.hu@freescale.com>
7396 M:      Roy Zang <tie-fei.zang@freescale.com>
7397 L:      linuxppc-dev@lists.ozlabs.org
7398 L:      linux-pci@vger.kernel.org
7399 L:      linux-arm-kernel@lists.infradead.org
7400 S:      Maintained
7401 F:      drivers/pci/host/*layerscape*
7402
7403 PCI DRIVER FOR IMX6
7404 M:      Richard Zhu <Richard.Zhu@freescale.com>
7405 M:      Lucas Stach <l.stach@pengutronix.de>
7406 L:      linux-pci@vger.kernel.org
7407 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7408 S:      Maintained
7409 F:      drivers/pci/host/*imx6*
7410
7411 PCI DRIVER FOR TI KEYSTONE
7412 M:      Murali Karicheri <m-karicheri2@ti.com>
7413 L:      linux-pci@vger.kernel.org
7414 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7415 S:      Maintained
7416 F:      drivers/pci/host/*keystone*
7417
7418 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7419 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7420 M:      Jason Cooper <jason@lakedaemon.net>
7421 L:      linux-pci@vger.kernel.org
7422 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7423 S:      Maintained
7424 F:      drivers/pci/host/*mvebu*
7425
7426 PCI DRIVER FOR NVIDIA TEGRA
7427 M:      Thierry Reding <thierry.reding@gmail.com>
7428 L:      linux-tegra@vger.kernel.org
7429 L:      linux-pci@vger.kernel.org
7430 S:      Supported
7431 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7432 F:      drivers/pci/host/pci-tegra.c
7433
7434 PCI DRIVER FOR TI DRA7XX
7435 M:      Kishon Vijay Abraham I <kishon@ti.com>
7436 L:      linux-omap@vger.kernel.org
7437 L:      linux-pci@vger.kernel.org
7438 S:      Supported
7439 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7440 F:      drivers/pci/host/pci-dra7xx.c
7441
7442 PCI DRIVER FOR RENESAS R-CAR
7443 M:      Simon Horman <horms@verge.net.au>
7444 L:      linux-pci@vger.kernel.org
7445 L:      linux-sh@vger.kernel.org
7446 S:      Maintained
7447 F:      drivers/pci/host/*rcar*
7448
7449 PCI DRIVER FOR SAMSUNG EXYNOS
7450 M:      Jingoo Han <jg1.han@samsung.com>
7451 L:      linux-pci@vger.kernel.org
7452 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7453 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7454 S:      Maintained
7455 F:      drivers/pci/host/pci-exynos.c
7456
7457 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7458 M:      Mohit Kumar <mohit.kumar@st.com>
7459 M:      Jingoo Han <jg1.han@samsung.com>
7460 L:      linux-pci@vger.kernel.org
7461 S:      Maintained
7462 F:      drivers/pci/host/*designware*
7463
7464 PCI DRIVER FOR GENERIC OF HOSTS
7465 M:      Will Deacon <will.deacon@arm.com>
7466 L:      linux-pci@vger.kernel.org
7467 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7468 S:      Maintained
7469 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7470 F:      drivers/pci/host/pci-host-generic.c
7471
7472 PCIE DRIVER FOR ST SPEAR13XX
7473 M:      Mohit Kumar <mohit.kumar@st.com>
7474 L:      linux-pci@vger.kernel.org
7475 S:      Maintained
7476 F:      drivers/pci/host/*spear*
7477
7478 PCMCIA SUBSYSTEM
7479 P:      Linux PCMCIA Team
7480 L:      linux-pcmcia@lists.infradead.org
7481 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7483 S:      Maintained
7484 F:      Documentation/pcmcia/
7485 F:      drivers/pcmcia/
7486 F:      include/pcmcia/
7487
7488 PCNET32 NETWORK DRIVER
7489 M:      Don Fry <pcnet32@frontier.com>
7490 L:      netdev@vger.kernel.org
7491 S:      Maintained
7492 F:      drivers/net/ethernet/amd/pcnet32.c
7493
7494 PCRYPT PARALLEL CRYPTO ENGINE
7495 M:      Steffen Klassert <steffen.klassert@secunet.com>
7496 L:      linux-crypto@vger.kernel.org
7497 S:      Maintained
7498 F:      crypto/pcrypt.c
7499 F:      include/crypto/pcrypt.h
7500
7501 PER-CPU MEMORY ALLOCATOR
7502 M:      Tejun Heo <tj@kernel.org>
7503 M:      Christoph Lameter <cl@linux-foundation.org>
7504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7505 S:      Maintained
7506 F:      include/linux/percpu*.h
7507 F:      mm/percpu*.c
7508 F:      arch/*/include/asm/percpu.h
7509
7510 PER-TASK DELAY ACCOUNTING
7511 M:      Balbir Singh <bsingharora@gmail.com>
7512 S:      Maintained
7513 F:      include/linux/delayacct.h
7514 F:      kernel/delayacct.c
7515
7516 PERFORMANCE EVENTS SUBSYSTEM
7517 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7518 M:      Paul Mackerras <paulus@samba.org>
7519 M:      Ingo Molnar <mingo@redhat.com>
7520 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7521 L:      linux-kernel@vger.kernel.org
7522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7523 S:      Supported
7524 F:      kernel/events/*
7525 F:      include/linux/perf_event.h
7526 F:      include/uapi/linux/perf_event.h
7527 F:      arch/*/kernel/perf_event*.c
7528 F:      arch/*/kernel/*/perf_event*.c
7529 F:      arch/*/kernel/*/*/perf_event*.c
7530 F:      arch/*/include/asm/perf_event.h
7531 F:      arch/*/kernel/perf_callchain.c
7532 F:      tools/perf/
7533
7534 PERSONALITY HANDLING
7535 M:      Christoph Hellwig <hch@infradead.org>
7536 L:      linux-abi-devel@lists.sourceforge.net
7537 S:      Maintained
7538 F:      include/linux/personality.h
7539 F:      include/uapi/linux/personality.h
7540
7541 PHONET PROTOCOL
7542 M:      Remi Denis-Courmont <courmisch@gmail.com>
7543 S:      Supported
7544 F:      Documentation/networking/phonet.txt
7545 F:      include/linux/phonet.h
7546 F:      include/net/phonet/
7547 F:      include/uapi/linux/phonet.h
7548 F:      net/phonet/
7549
7550 PHRAM MTD DRIVER
7551 M:      Joern Engel <joern@lazybastard.org>
7552 L:      linux-mtd@lists.infradead.org
7553 S:      Maintained
7554 F:      drivers/mtd/devices/phram.c
7555
7556 PICOLCD HID DRIVER
7557 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
7558 L:      linux-input@vger.kernel.org
7559 S:      Maintained
7560 F:      drivers/hid/hid-picolcd*
7561
7562 PICOXCELL SUPPORT
7563 M:      Jamie Iles <jamie@jamieiles.com>
7564 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7565 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7566 S:      Supported
7567 F:      arch/arm/boot/dts/picoxcell*
7568 F:      arch/arm/mach-picoxcell/
7569 F:      drivers/crypto/picoxcell*
7570
7571 PIN CONTROL SUBSYSTEM
7572 M:      Linus Walleij <linus.walleij@linaro.org>
7573 L:      linux-gpio@vger.kernel.org
7574 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7575 S:      Maintained
7576 F:      drivers/pinctrl/
7577 F:      include/linux/pinctrl/
7578
7579 PIN CONTROLLER - ATMEL AT91
7580 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7581 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7582 S:      Maintained
7583 F:      drivers/pinctrl/pinctrl-at91.*
7584
7585 PIN CONTROLLER - INTEL
7586 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7587 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7588 S:      Maintained
7589 F:      drivers/pinctrl/intel/
7590
7591 PIN CONTROLLER - RENESAS
7592 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7593 L:      linux-sh@vger.kernel.org
7594 S:      Maintained
7595 F:      drivers/pinctrl/sh-pfc/
7596
7597 PIN CONTROLLER - SAMSUNG
7598 M:      Tomasz Figa <tomasz.figa@gmail.com>
7599 M:      Thomas Abraham <thomas.abraham@linaro.org>
7600 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7601 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7602 S:      Maintained
7603 F:      drivers/pinctrl/samsung/
7604
7605 PIN CONTROLLER - ST SPEAR
7606 M:      Viresh Kumar <viresh.linux@gmail.com>
7607 L:      spear-devel@list.st.com
7608 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7609 W:      http://www.st.com/spear
7610 S:      Maintained
7611 F:      drivers/pinctrl/spear/
7612
7613 PKTCDVD DRIVER
7614 M:      Jiri Kosina <jkosina@suse.cz>
7615 S:      Maintained
7616 F:      drivers/block/pktcdvd.c
7617 F:      include/linux/pktcdvd.h
7618 F:      include/uapi/linux/pktcdvd.h
7619
7620 PKUNITY SOC DRIVERS
7621 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7622 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7623 S:      Maintained
7624 T:      git git://github.com/gxt/linux.git
7625 F:      drivers/input/serio/i8042-unicore32io.h
7626 F:      drivers/i2c/busses/i2c-puv3.c
7627 F:      drivers/video/fbdev/fb-puv3.c
7628 F:      drivers/rtc/rtc-puv3.c
7629
7630 PMBUS HARDWARE MONITORING DRIVERS
7631 M:      Guenter Roeck <linux@roeck-us.net>
7632 L:      lm-sensors@lm-sensors.org
7633 W:      http://www.lm-sensors.org/
7634 W:      http://www.roeck-us.net/linux/drivers/
7635 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7636 S:      Maintained
7637 F:      Documentation/hwmon/pmbus
7638 F:      drivers/hwmon/pmbus/
7639 F:      include/linux/i2c/pmbus.h
7640
7641 PMC SIERRA MaxRAID DRIVER
7642 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7643 L:      linux-scsi@vger.kernel.org
7644 W:      http://www.pmc-sierra.com/
7645 S:      Supported
7646 F:      drivers/scsi/pmcraid.*
7647
7648 PMC SIERRA PM8001 DRIVER
7649 M:      xjtuwjp@gmail.com
7650 M:      lindar_liu@usish.com
7651 L:      pmchba@pmcs.com
7652 L:      linux-scsi@vger.kernel.org
7653 S:      Supported
7654 F:      drivers/scsi/pm8001/
7655
7656 POSIX CLOCKS and TIMERS
7657 M:      Thomas Gleixner <tglx@linutronix.de>
7658 L:      linux-kernel@vger.kernel.org
7659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7660 S:      Maintained
7661 F:      fs/timerfd.c
7662 F:      include/linux/timer*
7663 F:      kernel/time/*timer*
7664
7665 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7666 M:      Sebastian Reichel <sre@kernel.org>
7667 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7668 M:      David Woodhouse <dwmw2@infradead.org>
7669 L:      linux-pm@vger.kernel.org
7670 T:      git git://git.infradead.org/battery-2.6.git
7671 S:      Maintained
7672 F:      include/linux/power_supply.h
7673 F:      drivers/power/
7674
7675 PNP SUPPORT
7676 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7677 S:      Maintained
7678 F:      drivers/pnp/
7679
7680 PNXxxxx I2C DRIVER
7681 M:      Vitaly Wool <vitalywool@gmail.com>
7682 L:      linux-i2c@vger.kernel.org
7683 S:      Maintained
7684 F:      drivers/i2c/busses/i2c-pnx.c
7685
7686 PPP PROTOCOL DRIVERS AND COMPRESSORS
7687 M:      Paul Mackerras <paulus@samba.org>
7688 L:      linux-ppp@vger.kernel.org
7689 S:      Maintained
7690 F:      drivers/net/ppp/ppp_*
7691
7692 PPP OVER ATM (RFC 2364)
7693 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7694 S:      Maintained
7695 F:      net/atm/pppoatm.c
7696 F:      include/uapi/linux/atmppp.h
7697
7698 PPP OVER ETHERNET
7699 M:      Michal Ostrowski <mostrows@earthlink.net>
7700 S:      Maintained
7701 F:      drivers/net/ppp/pppoe.c
7702 F:      drivers/net/ppp/pppox.c
7703
7704 PPP OVER L2TP
7705 M:      James Chapman <jchapman@katalix.com>
7706 S:      Maintained
7707 F:      net/l2tp/l2tp_ppp.c
7708 F:      include/linux/if_pppol2tp.h
7709 F:      include/uapi/linux/if_pppol2tp.h
7710
7711 PPS SUPPORT
7712 M:      Rodolfo Giometti <giometti@enneenne.com>
7713 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7714 L:      linuxpps@ml.enneenne.com (subscribers-only)
7715 S:      Maintained
7716 F:      Documentation/pps/
7717 F:      drivers/pps/
7718 F:      include/linux/pps*.h
7719
7720 PPTP DRIVER
7721 M:      Dmitry Kozlov <xeb@mail.ru>
7722 L:      netdev@vger.kernel.org
7723 S:      Maintained
7724 F:      drivers/net/ppp/pptp.c
7725 W:      http://sourceforge.net/projects/accel-pptp
7726
7727 PREEMPTIBLE KERNEL
7728 M:      Robert Love <rml@tech9.net>
7729 L:      kpreempt-tech@lists.sourceforge.net
7730 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7731 S:      Supported
7732 F:      Documentation/preempt-locking.txt
7733 F:      include/linux/preempt.h
7734
7735 PRISM54 WIRELESS DRIVER
7736 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7737 L:      linux-wireless@vger.kernel.org
7738 W:      http://wireless.kernel.org/en/users/Drivers/p54
7739 S:      Obsolete
7740 F:      drivers/net/wireless/prism54/
7741
7742 PS3 NETWORK SUPPORT
7743 M:      Geoff Levand <geoff@infradead.org>
7744 L:      netdev@vger.kernel.org
7745 L:      cbe-oss-dev@lists.ozlabs.org
7746 S:      Maintained
7747 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7748
7749 PS3 PLATFORM SUPPORT
7750 M:      Geoff Levand <geoff@infradead.org>
7751 L:      linuxppc-dev@lists.ozlabs.org
7752 L:      cbe-oss-dev@lists.ozlabs.org
7753 S:      Maintained
7754 F:      arch/powerpc/boot/ps3*
7755 F:      arch/powerpc/include/asm/lv1call.h
7756 F:      arch/powerpc/include/asm/ps3*.h
7757 F:      arch/powerpc/platforms/ps3/
7758 F:      drivers/*/ps3*
7759 F:      drivers/ps3/
7760 F:      drivers/rtc/rtc-ps3.c
7761 F:      drivers/usb/host/*ps3.c
7762 F:      sound/ppc/snd_ps3*
7763
7764 PS3VRAM DRIVER
7765 M:      Jim Paris <jim@jtan.com>
7766 L:      cbe-oss-dev@lists.ozlabs.org
7767 S:      Maintained
7768 F:      drivers/block/ps3vram.c
7769
7770 PSTORE FILESYSTEM
7771 M:      Anton Vorontsov <anton@enomsg.org>
7772 M:      Colin Cross <ccross@android.com>
7773 M:      Kees Cook <keescook@chromium.org>
7774 M:      Tony Luck <tony.luck@intel.com>
7775 S:      Maintained
7776 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7777 F:      fs/pstore/
7778 F:      include/linux/pstore*
7779 F:      drivers/firmware/efi/efi-pstore.c
7780 F:      drivers/acpi/apei/erst.c
7781
7782 PTP HARDWARE CLOCK SUPPORT
7783 M:      Richard Cochran <richardcochran@gmail.com>
7784 L:      netdev@vger.kernel.org
7785 S:      Maintained
7786 W:      http://linuxptp.sourceforge.net/
7787 F:      Documentation/ABI/testing/sysfs-ptp
7788 F:      Documentation/ptp/*
7789 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7790 F:      drivers/net/phy/dp83640*
7791 F:      drivers/ptp/*
7792 F:      include/linux/ptp_cl*
7793
7794 PTRACE SUPPORT
7795 M:      Roland McGrath <roland@hack.frob.com>
7796 M:      Oleg Nesterov <oleg@redhat.com>
7797 S:      Maintained
7798 F:      include/asm-generic/syscall.h
7799 F:      include/linux/ptrace.h
7800 F:      include/linux/regset.h
7801 F:      include/linux/tracehook.h
7802 F:      include/uapi/linux/ptrace.h
7803 F:      kernel/ptrace.c
7804
7805 PVRUSB2 VIDEO4LINUX DRIVER
7806 M:      Mike Isely <isely@pobox.com>
7807 L:      pvrusb2@isely.net       (subscribers-only)
7808 L:      linux-media@vger.kernel.org
7809 W:      http://www.isely.net/pvrusb2/
7810 T:      git git://linuxtv.org/media_tree.git
7811 S:      Maintained
7812 F:      Documentation/video4linux/README.pvrusb2
7813 F:      drivers/media/usb/pvrusb2/
7814
7815 PWC WEBCAM DRIVER
7816 M:      Hans de Goede <hdegoede@redhat.com>
7817 L:      linux-media@vger.kernel.org
7818 T:      git git://linuxtv.org/media_tree.git
7819 S:      Maintained
7820 F:      drivers/media/usb/pwc/*
7821
7822 PWM FAN DRIVER
7823 M:      Kamil Debski <k.debski@samsung.com>
7824 L:      lm-sensors@lm-sensors.org
7825 S:      Supported
7826 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7827 F:      Documentation/hwmon/pwm-fan
7828 F:      drivers/hwmon/pwm-fan.c
7829
7830 PWM SUBSYSTEM
7831 M:      Thierry Reding <thierry.reding@gmail.com>
7832 L:      linux-pwm@vger.kernel.org
7833 S:      Maintained
7834 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7835 F:      Documentation/pwm.txt
7836 F:      Documentation/devicetree/bindings/pwm/
7837 F:      include/linux/pwm.h
7838 F:      drivers/pwm/
7839 F:      drivers/video/backlight/pwm_bl.c
7840 F:      include/linux/pwm_backlight.h
7841
7842 PXA2xx/PXA3xx SUPPORT
7843 M:      Daniel Mack <daniel@zonque.org>
7844 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7845 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7846 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7847 T:      git git://github.com/hzhuang1/linux.git
7848 T:      git git://github.com/rjarzmik/linux.git
7849 S:      Maintained
7850 F:      arch/arm/mach-pxa/
7851 F:      drivers/pcmcia/pxa2xx*
7852 F:      drivers/spi/spi-pxa2xx*
7853 F:      drivers/usb/gadget/udc/pxa2*
7854 F:      include/sound/pxa2xx-lib.h
7855 F:      sound/arm/pxa*
7856 F:      sound/soc/pxa/
7857
7858 PXA3xx NAND FLASH DRIVER
7859 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7860 L:      linux-mtd@lists.infradead.org
7861 S:      Maintained
7862 F:      drivers/mtd/nand/pxa3xx_nand.c
7863
7864 MMP SUPPORT
7865 M:      Eric Miao <eric.y.miao@gmail.com>
7866 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7867 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7868 T:      git git://github.com/hzhuang1/linux.git
7869 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7870 S:      Maintained
7871 F:      arch/arm/mach-mmp/
7872
7873 PXA MMCI DRIVER
7874 S:      Orphan
7875
7876 PXA RTC DRIVER
7877 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7878 L:      rtc-linux@googlegroups.com
7879 S:      Maintained
7880
7881 QAT DRIVER
7882 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7883 L:      qat-linux@intel.com
7884 S:      Supported
7885 F:      drivers/crypto/qat/
7886
7887 QIB DRIVER
7888 M:      Mike Marciniszyn <infinipath@intel.com>
7889 L:      linux-rdma@vger.kernel.org
7890 S:      Supported
7891 F:      drivers/infiniband/hw/qib/
7892
7893 QLOGIC QLA1280 SCSI DRIVER
7894 M:      Michael Reed <mdr@sgi.com>
7895 L:      linux-scsi@vger.kernel.org
7896 S:      Maintained
7897 F:      drivers/scsi/qla1280.[ch]
7898
7899 QLOGIC QLA2XXX FC-SCSI DRIVER
7900 M:      qla2xxx-upstream@qlogic.com
7901 L:      linux-scsi@vger.kernel.org
7902 S:      Supported
7903 F:      Documentation/scsi/LICENSE.qla2xxx
7904 F:      drivers/scsi/qla2xxx/
7905
7906 QLOGIC QLA4XXX iSCSI DRIVER
7907 M:      QLogic-Storage-Upstream@qlogic.com
7908 L:      linux-scsi@vger.kernel.org
7909 S:      Supported
7910 F:      Documentation/scsi/LICENSE.qla4xxx
7911 F:      drivers/scsi/qla4xxx/
7912
7913 QLOGIC QLA3XXX NETWORK DRIVER
7914 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7915 M:      Ron Mercer <ron.mercer@qlogic.com>
7916 M:      linux-driver@qlogic.com
7917 L:      netdev@vger.kernel.org
7918 S:      Supported
7919 F:      Documentation/networking/LICENSE.qla3xxx
7920 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7921
7922 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7923 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7924 M:      Dept-GELinuxNICDev@qlogic.com
7925 L:      netdev@vger.kernel.org
7926 S:      Supported
7927 F:      drivers/net/ethernet/qlogic/qlcnic/
7928
7929 QLOGIC QLGE 10Gb ETHERNET DRIVER
7930 M:      Harish Patil <harish.patil@qlogic.com>
7931 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7932 M:      Dept-GELinuxNICDev@qlogic.com
7933 M:      linux-driver@qlogic.com
7934 L:      netdev@vger.kernel.org
7935 S:      Supported
7936 F:      drivers/net/ethernet/qlogic/qlge/
7937
7938 QNX4 FILESYSTEM
7939 M:      Anders Larsen <al@alarsen.net>
7940 W:      http://www.alarsen.net/linux/qnx4fs/
7941 S:      Maintained
7942 F:      fs/qnx4/
7943 F:      include/uapi/linux/qnx4_fs.h
7944 F:      include/uapi/linux/qnxtypes.h
7945
7946 QT1010 MEDIA DRIVER
7947 M:      Antti Palosaari <crope@iki.fi>
7948 L:      linux-media@vger.kernel.org
7949 W:      http://linuxtv.org/
7950 W:      http://palosaari.fi/linux/
7951 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7952 T:      git git://linuxtv.org/anttip/media_tree.git
7953 S:      Maintained
7954 F:      drivers/media/tuners/qt1010*
7955
7956 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7957 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7958 L:      linux-wireless@vger.kernel.org
7959 L:      ath9k-devel@lists.ath9k.org
7960 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7961 S:      Supported
7962 F:      drivers/net/wireless/ath/ath9k/
7963
7964 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7965 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7966 L:      ath10k@lists.infradead.org
7967 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7968 T:      git git://github.com/kvalo/ath.git
7969 S:      Supported
7970 F:      drivers/net/wireless/ath/ath10k/
7971
7972 QUALCOMM HEXAGON ARCHITECTURE
7973 M:      Richard Kuo <rkuo@codeaurora.org>
7974 L:      linux-hexagon@vger.kernel.org
7975 S:      Supported
7976 F:      arch/hexagon/
7977
7978 QUALCOMM WCN36XX WIRELESS DRIVER
7979 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7980 L:      wcn36xx@lists.infradead.org
7981 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7982 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7983 S:      Supported
7984 F:      drivers/net/wireless/ath/wcn36xx/
7985
7986 RADOS BLOCK DEVICE (RBD)
7987 M:      Yehuda Sadeh <yehuda@inktank.com>
7988 M:      Sage Weil <sage@inktank.com>
7989 M:      Alex Elder <elder@kernel.org>
7990 M:      ceph-devel@vger.kernel.org
7991 W:      http://ceph.com/
7992 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7993 S:      Supported
7994 F:      drivers/block/rbd.c
7995 F:      drivers/block/rbd_types.h
7996
7997 RADEON FRAMEBUFFER DISPLAY DRIVER
7998 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7999 L:      linux-fbdev@vger.kernel.org
8000 S:      Maintained
8001 F:      drivers/video/fbdev/aty/radeon*
8002 F:      include/uapi/linux/radeonfb.h
8003
8004 RADIOSHARK RADIO DRIVER
8005 M:      Hans de Goede <hdegoede@redhat.com>
8006 L:      linux-media@vger.kernel.org
8007 T:      git git://linuxtv.org/media_tree.git
8008 S:      Maintained
8009 F:      drivers/media/radio/radio-shark.c
8010
8011 RADIOSHARK2 RADIO DRIVER
8012 M:      Hans de Goede <hdegoede@redhat.com>
8013 L:      linux-media@vger.kernel.org
8014 T:      git git://linuxtv.org/media_tree.git
8015 S:      Maintained
8016 F:      drivers/media/radio/radio-shark2.c
8017 F:      drivers/media/radio/radio-tea5777.c
8018
8019 RAGE128 FRAMEBUFFER DISPLAY DRIVER
8020 M:      Paul Mackerras <paulus@samba.org>
8021 L:      linux-fbdev@vger.kernel.org
8022 S:      Maintained
8023 F:      drivers/video/fbdev/aty/aty128fb.c
8024
8025 RALINK RT2X00 WIRELESS LAN DRIVER
8026 P:      rt2x00 project
8027 M:      Stanislaw Gruszka <sgruszka@redhat.com>
8028 M:      Helmut Schaa <helmut.schaa@googlemail.com>
8029 L:      linux-wireless@vger.kernel.org
8030 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
8031 W:      http://rt2x00.serialmonkey.com/
8032 S:      Maintained
8033 F:      drivers/net/wireless/rt2x00/
8034
8035 RAMDISK RAM BLOCK DEVICE DRIVER
8036 M:      Nick Piggin <npiggin@kernel.dk>
8037 S:      Maintained
8038 F:      Documentation/blockdev/ramdisk.txt
8039 F:      drivers/block/brd.c
8040
8041 RANDOM NUMBER DRIVER
8042 M:      "Theodore Ts'o" <tytso@mit.edu>
8043 S:      Maintained
8044 F:      drivers/char/random.c
8045
8046 RAPIDIO SUBSYSTEM
8047 M:      Matt Porter <mporter@kernel.crashing.org>
8048 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8049 S:      Maintained
8050 F:      drivers/rapidio/
8051
8052 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8053 L:      linux-wireless@vger.kernel.org
8054 S:      Orphan
8055 F:      drivers/net/wireless/ray*
8056
8057 RCUTORTURE MODULE
8058 M:      Josh Triplett <josh@joshtriplett.org>
8059 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8060 L:      linux-kernel@vger.kernel.org
8061 S:      Supported
8062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8063 F:      Documentation/RCU/torture.txt
8064 F:      kernel/rcu/rcutorture.c
8065
8066 RCUTORTURE TEST FRAMEWORK
8067 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8068 M:      Josh Triplett <josh@joshtriplett.org>
8069 R:      Steven Rostedt <rostedt@goodmis.org>
8070 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8071 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8072 L:      linux-kernel@vger.kernel.org
8073 S:      Supported
8074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8075 F:      tools/testing/selftests/rcutorture
8076
8077 RDC R-321X SoC
8078 M:      Florian Fainelli <florian@openwrt.org>
8079 S:      Maintained
8080
8081 RDC R6040 FAST ETHERNET DRIVER
8082 M:      Florian Fainelli <florian@openwrt.org>
8083 L:      netdev@vger.kernel.org
8084 S:      Maintained
8085 F:      drivers/net/ethernet/rdc/r6040.c
8086
8087 RDS - RELIABLE DATAGRAM SOCKETS
8088 M:      Chien Yen <chien.yen@oracle.com>
8089 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8090 S:      Supported
8091 F:      net/rds/
8092
8093 READ-COPY UPDATE (RCU)
8094 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8095 M:      Josh Triplett <josh@joshtriplett.org>
8096 R:      Steven Rostedt <rostedt@goodmis.org>
8097 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8098 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8099 L:      linux-kernel@vger.kernel.org
8100 W:      http://www.rdrop.com/users/paulmck/RCU/
8101 S:      Supported
8102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8103 F:      Documentation/RCU/
8104 X:      Documentation/RCU/torture.txt
8105 F:      include/linux/rcu*
8106 X:      include/linux/srcu.h
8107 F:      kernel/rcu/
8108 X:      kernel/torture.c
8109
8110 REAL TIME CLOCK (RTC) SUBSYSTEM
8111 M:      Alessandro Zummo <a.zummo@towertech.it>
8112 L:      rtc-linux@googlegroups.com
8113 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8114 S:      Maintained
8115 F:      Documentation/rtc.txt
8116 F:      drivers/rtc/
8117 F:      include/linux/rtc.h
8118 F:      include/uapi/linux/rtc.h
8119
8120 REALTEK AUDIO CODECS
8121 M:      Bard Liao <bardliao@realtek.com>
8122 M:      Oder Chiou <oder_chiou@realtek.com>
8123 S:      Maintained
8124 F:      sound/soc/codecs/rt*
8125 F:      include/sound/rt*.h
8126
8127 REISERFS FILE SYSTEM
8128 L:      reiserfs-devel@vger.kernel.org
8129 S:      Supported
8130 F:      fs/reiserfs/
8131
8132 REGISTER MAP ABSTRACTION
8133 M:      Mark Brown <broonie@kernel.org>
8134 L:      linux-kernel@vger.kernel.org
8135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8136 S:      Supported
8137 F:      drivers/base/regmap/
8138 F:      include/linux/regmap.h
8139
8140 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8141 M:      Ohad Ben-Cohen <ohad@wizery.com>
8142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8143 S:      Maintained
8144 F:      drivers/remoteproc/
8145 F:      Documentation/remoteproc.txt
8146 F:      include/linux/remoteproc.h
8147
8148 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8149 M:      Ohad Ben-Cohen <ohad@wizery.com>
8150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8151 S:      Maintained
8152 F:      drivers/rpmsg/
8153 F:      Documentation/rpmsg.txt
8154 F:      include/linux/rpmsg.h
8155
8156 RESET CONTROLLER FRAMEWORK
8157 M:      Philipp Zabel <p.zabel@pengutronix.de>
8158 S:      Maintained
8159 F:      drivers/reset/
8160 F:      Documentation/devicetree/bindings/reset/
8161 F:      include/linux/reset.h
8162 F:      include/linux/reset-controller.h
8163
8164 RFKILL
8165 M:      Johannes Berg <johannes@sipsolutions.net>
8166 L:      linux-wireless@vger.kernel.org
8167 W:      http://wireless.kernel.org/
8168 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8170 S:      Maintained
8171 F:      Documentation/rfkill.txt
8172 F:      net/rfkill/
8173
8174 RHASHTABLE
8175 M:      Thomas Graf <tgraf@suug.ch>
8176 L:      netdev@vger.kernel.org
8177 S:      Maintained
8178 F:      lib/rhashtable.c
8179 F:      include/linux/rhashtable.h
8180
8181 RICOH SMARTMEDIA/XD DRIVER
8182 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8183 S:      Maintained
8184 F:      drivers/mtd/nand/r852.c
8185 F:      drivers/mtd/nand/r852.h
8186
8187 RICOH R5C592 MEMORYSTICK DRIVER
8188 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8189 S:      Maintained
8190 F:      drivers/memstick/host/r592.*
8191
8192 ROCCAT DRIVERS
8193 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8194 W:      http://sourceforge.net/projects/roccat/
8195 S:      Maintained
8196 F:      drivers/hid/hid-roccat*
8197 F:      include/linux/hid-roccat*
8198 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8199
8200 ROCKER DRIVER
8201 M:      Jiri Pirko <jiri@resnulli.us>
8202 M:      Scott Feldman <sfeldma@gmail.com>
8203 L:      netdev@vger.kernel.org
8204 S:      Supported
8205 F:      drivers/net/ethernet/rocker/
8206
8207 ROCKETPORT DRIVER
8208 P:      Comtrol Corp.
8209 W:      http://www.comtrol.com
8210 S:      Maintained
8211 F:      Documentation/serial/rocket.txt
8212 F:      drivers/tty/rocket*
8213
8214 ROCKETPORT EXPRESS/INFINITY DRIVER
8215 M:      Kevin Cernekee <cernekee@gmail.com>
8216 L:      linux-serial@vger.kernel.org
8217 S:      Odd Fixes
8218 F:      drivers/tty/serial/rp2.*
8219
8220 ROSE NETWORK LAYER
8221 M:      Ralf Baechle <ralf@linux-mips.org>
8222 L:      linux-hams@vger.kernel.org
8223 W:      http://www.linux-ax25.org/
8224 S:      Maintained
8225 F:      include/net/rose.h
8226 F:      include/uapi/linux/rose.h
8227 F:      net/rose/
8228
8229 RTL2830 MEDIA DRIVER
8230 M:      Antti Palosaari <crope@iki.fi>
8231 L:      linux-media@vger.kernel.org
8232 W:      http://linuxtv.org/
8233 W:      http://palosaari.fi/linux/
8234 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8235 T:      git git://linuxtv.org/anttip/media_tree.git
8236 S:      Maintained
8237 F:      drivers/media/dvb-frontends/rtl2830*
8238
8239 RTL2832 MEDIA DRIVER
8240 M:      Antti Palosaari <crope@iki.fi>
8241 L:      linux-media@vger.kernel.org
8242 W:      http://linuxtv.org/
8243 W:      http://palosaari.fi/linux/
8244 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8245 T:      git git://linuxtv.org/anttip/media_tree.git
8246 S:      Maintained
8247 F:      drivers/media/dvb-frontends/rtl2832*
8248
8249 RTL2832_SDR MEDIA DRIVER
8250 M:      Antti Palosaari <crope@iki.fi>
8251 L:      linux-media@vger.kernel.org
8252 W:      http://linuxtv.org/
8253 W:      http://palosaari.fi/linux/
8254 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8255 T:      git git://linuxtv.org/anttip/media_tree.git
8256 S:      Maintained
8257 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8258
8259 RTL8180 WIRELESS DRIVER
8260 L:      linux-wireless@vger.kernel.org
8261 W:      http://wireless.kernel.org/
8262 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8263 S:      Orphan
8264 F:      drivers/net/wireless/rtl818x/rtl8180/
8265
8266 RTL8187 WIRELESS DRIVER
8267 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8268 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8269 M:      Larry Finger <Larry.Finger@lwfinger.net>
8270 L:      linux-wireless@vger.kernel.org
8271 W:      http://wireless.kernel.org/
8272 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8273 S:      Maintained
8274 F:      drivers/net/wireless/rtl818x/rtl8187/
8275
8276 RTL8192CE WIRELESS DRIVER
8277 M:      Larry Finger <Larry.Finger@lwfinger.net>
8278 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8279 L:      linux-wireless@vger.kernel.org
8280 W:      http://wireless.kernel.org/
8281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8282 S:      Maintained
8283 F:      drivers/net/wireless/rtlwifi/
8284 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8285
8286 S3 SAVAGE FRAMEBUFFER DRIVER
8287 M:      Antonino Daplas <adaplas@gmail.com>
8288 L:      linux-fbdev@vger.kernel.org
8289 S:      Maintained
8290 F:      drivers/video/fbdev/savage/
8291
8292 S390
8293 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8294 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8295 M:      linux390@de.ibm.com
8296 L:      linux-s390@vger.kernel.org
8297 W:      http://www.ibm.com/developerworks/linux/linux390/
8298 S:      Supported
8299 F:      arch/s390/
8300 F:      drivers/s390/
8301 F:      Documentation/s390/
8302 F:      Documentation/DocBook/s390*
8303
8304 S390 COMMON I/O LAYER
8305 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8306 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8307 L:      linux-s390@vger.kernel.org
8308 W:      http://www.ibm.com/developerworks/linux/linux390/
8309 S:      Supported
8310 F:      drivers/s390/cio/
8311
8312 S390 DASD DRIVER
8313 M:      Stefan Weinhuber <wein@de.ibm.com>
8314 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8315 L:      linux-s390@vger.kernel.org
8316 W:      http://www.ibm.com/developerworks/linux/linux390/
8317 S:      Supported
8318 F:      drivers/s390/block/dasd*
8319 F:      block/partitions/ibm.c
8320
8321 S390 NETWORK DRIVERS
8322 M:      Ursula Braun <ursula.braun@de.ibm.com>
8323 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8324 M:      linux390@de.ibm.com
8325 L:      linux-s390@vger.kernel.org
8326 W:      http://www.ibm.com/developerworks/linux/linux390/
8327 S:      Supported
8328 F:      drivers/s390/net/
8329
8330 S390 PCI SUBSYSTEM
8331 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8332 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8333 L:      linux-s390@vger.kernel.org
8334 W:      http://www.ibm.com/developerworks/linux/linux390/
8335 S:      Supported
8336 F:      arch/s390/pci/
8337 F:      drivers/pci/hotplug/s390_pci_hpc.c
8338
8339 S390 ZCRYPT DRIVER
8340 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8341 M:      linux390@de.ibm.com
8342 L:      linux-s390@vger.kernel.org
8343 W:      http://www.ibm.com/developerworks/linux/linux390/
8344 S:      Supported
8345 F:      drivers/s390/crypto/
8346
8347 S390 ZFCP DRIVER
8348 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8349 M:      linux390@de.ibm.com
8350 L:      linux-s390@vger.kernel.org
8351 W:      http://www.ibm.com/developerworks/linux/linux390/
8352 S:      Supported
8353 F:      drivers/s390/scsi/zfcp_*
8354
8355 S390 IUCV NETWORK LAYER
8356 M:      Ursula Braun <ursula.braun@de.ibm.com>
8357 M:      linux390@de.ibm.com
8358 L:      linux-s390@vger.kernel.org
8359 W:      http://www.ibm.com/developerworks/linux/linux390/
8360 S:      Supported
8361 F:      drivers/s390/net/*iucv*
8362 F:      include/net/iucv/
8363 F:      net/iucv/
8364
8365 S3C24XX SD/MMC Driver
8366 M:      Ben Dooks <ben-linux@fluff.org>
8367 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8368 S:      Supported
8369 F:      drivers/mmc/host/s3cmci.*
8370
8371 SAA6588 RDS RECEIVER DRIVER
8372 M:      Hans Verkuil <hverkuil@xs4all.nl>
8373 L:      linux-media@vger.kernel.org
8374 T:      git git://linuxtv.org/media_tree.git
8375 W:      http://linuxtv.org
8376 S:      Odd Fixes
8377 F:      drivers/media/i2c/saa6588*
8378
8379 SAA7134 VIDEO4LINUX DRIVER
8380 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8381 L:      linux-media@vger.kernel.org
8382 W:      http://linuxtv.org
8383 T:      git git://linuxtv.org/media_tree.git
8384 S:      Odd fixes
8385 F:      Documentation/video4linux/*.saa7134
8386 F:      drivers/media/pci/saa7134/
8387
8388 SAA7146 VIDEO4LINUX-2 DRIVER
8389 M:      Hans Verkuil <hverkuil@xs4all.nl>
8390 L:      linux-media@vger.kernel.org
8391 T:      git git://linuxtv.org/media_tree.git
8392 S:      Maintained
8393 F:      drivers/media/common/saa7146/
8394 F:      drivers/media/pci/saa7146/
8395 F:      include/media/saa7146*
8396
8397 SAMSUNG LAPTOP DRIVER
8398 M:      Corentin Chary <corentin.chary@gmail.com>
8399 L:      platform-driver-x86@vger.kernel.org
8400 S:      Maintained
8401 F:      drivers/platform/x86/samsung-laptop.c
8402
8403 SAMSUNG AUDIO (ASoC) DRIVERS
8404 M:      Sangbeom Kim <sbkim73@samsung.com>
8405 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8406 S:      Supported
8407 F:      sound/soc/samsung/
8408
8409 SAMSUNG FRAMEBUFFER DRIVER
8410 M:      Jingoo Han <jg1.han@samsung.com>
8411 L:      linux-fbdev@vger.kernel.org
8412 S:      Maintained
8413 F:      drivers/video/fbdev/s3c-fb.c
8414
8415 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8416 M:      Sangbeom Kim <sbkim73@samsung.com>
8417 L:      linux-kernel@vger.kernel.org
8418 S:      Supported
8419 F:      drivers/mfd/sec*.c
8420 F:      drivers/regulator/s2m*.c
8421 F:      drivers/regulator/s5m*.c
8422 F:      include/linux/mfd/samsung/
8423
8424 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8425 M:      Kyungmin Park <kyungmin.park@samsung.com>
8426 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8427 L:      linux-media@vger.kernel.org
8428 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8429 S:      Supported
8430 F:      drivers/media/platform/exynos4-is/
8431
8432 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8433 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8434 L:      linux-media@vger.kernel.org
8435 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8436 S:      Maintained
8437 F:      drivers/media/platform/s3c-camif/
8438 F:      include/media/s3c_camif.h
8439
8440 SAMSUNG S5C73M3 CAMERA DRIVER
8441 M:      Kyungmin Park <kyungmin.park@samsung.com>
8442 M:      Andrzej Hajda <a.hajda@samsung.com>
8443 L:      linux-media@vger.kernel.org
8444 S:      Supported
8445 F:      drivers/media/i2c/s5c73m3/*
8446
8447 SAMSUNG S5K5BAF CAMERA DRIVER
8448 M:      Kyungmin Park <kyungmin.park@samsung.com>
8449 M:      Andrzej Hajda <a.hajda@samsung.com>
8450 L:      linux-media@vger.kernel.org
8451 S:      Supported
8452 F:      drivers/media/i2c/s5k5baf.c
8453
8454 SAMSUNG SOC CLOCK DRIVERS
8455 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8456 M:      Tomasz Figa <tomasz.figa@gmail.com>
8457 S:      Supported
8458 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8459 F:      drivers/clk/samsung/
8460
8461 SAMSUNG SXGBE DRIVERS
8462 M:      Byungho An <bh74.an@samsung.com>
8463 M:      Girish K S <ks.giri@samsung.com>
8464 M:      Vipul Pandya <vipul.pandya@samsung.com>
8465 S:      Supported
8466 L:      netdev@vger.kernel.org
8467 F:      drivers/net/ethernet/samsung/sxgbe/
8468
8469 SAMSUNG USB2 PHY DRIVER
8470 M:      Kamil Debski <k.debski@samsung.com>
8471 L:      linux-kernel@vger.kernel.org
8472 S:      Supported
8473 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8474 F:      Documentation/phy/samsung-usb2.txt
8475 F:      drivers/phy/phy-exynos4210-usb2.c
8476 F:      drivers/phy/phy-exynos4x12-usb2.c
8477 F:      drivers/phy/phy-exynos5250-usb2.c
8478 F:      drivers/phy/phy-s5pv210-usb2.c
8479 F:      drivers/phy/phy-samsung-usb2.c
8480 F:      drivers/phy/phy-samsung-usb2.h
8481
8482 SERIAL DRIVERS
8483 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8484 L:      linux-serial@vger.kernel.org
8485 S:      Maintained
8486 F:      drivers/tty/serial/
8487
8488 SYNOPSYS DESIGNWARE DMAC DRIVER
8489 M:      Viresh Kumar <viresh.linux@gmail.com>
8490 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8491 S:      Maintained
8492 F:      include/linux/platform_data/dma-dw.h
8493 F:      drivers/dma/dw/
8494
8495 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8496 M:      Seungwon Jeon <tgih.jun@samsung.com>
8497 M:      Jaehoon Chung <jh80.chung@samsung.com>
8498 L:      linux-mmc@vger.kernel.org
8499 S:      Maintained
8500 F:      include/linux/mmc/dw_mmc.h
8501 F:      drivers/mmc/host/dw_mmc*
8502
8503 THUNDERBOLT DRIVER
8504 M:      Andreas Noever <andreas.noever@gmail.com>
8505 S:      Maintained
8506 F:      drivers/thunderbolt/
8507
8508 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8509 M:      John Stultz <john.stultz@linaro.org>
8510 M:      Thomas Gleixner <tglx@linutronix.de>
8511 L:      linux-kernel@vger.kernel.org
8512 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8513 S:      Supported
8514 F:      include/linux/clocksource.h
8515 F:      include/linux/time.h
8516 F:      include/linux/timex.h
8517 F:      include/uapi/linux/time.h
8518 F:      include/uapi/linux/timex.h
8519 F:      kernel/time/clocksource.c
8520 F:      kernel/time/time*.c
8521 F:      kernel/time/ntp.c
8522
8523 SC1200 WDT DRIVER
8524 M:      Zwane Mwaikambo <zwanem@gmail.com>
8525 S:      Maintained
8526 F:      drivers/watchdog/sc1200wdt.c
8527
8528 SCHEDULER
8529 M:      Ingo Molnar <mingo@redhat.com>
8530 M:      Peter Zijlstra <peterz@infradead.org>
8531 L:      linux-kernel@vger.kernel.org
8532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8533 S:      Maintained
8534 F:      kernel/sched/
8535 F:      include/linux/sched.h
8536 F:      include/uapi/linux/sched.h
8537 F:      include/linux/wait.h
8538
8539 SCORE ARCHITECTURE
8540 M:      Chen Liqin <liqin.linux@gmail.com>
8541 M:      Lennox Wu <lennox.wu@gmail.com>
8542 W:      http://www.sunplus.com
8543 S:      Supported
8544 F:      arch/score/
8545
8546 SCSI CDROM DRIVER
8547 M:      Jens Axboe <axboe@kernel.dk>
8548 L:      linux-scsi@vger.kernel.org
8549 W:      http://www.kernel.dk
8550 S:      Maintained
8551 F:      drivers/scsi/sr*
8552
8553 SCSI RDMA PROTOCOL (SRP) INITIATOR
8554 M:      Bart Van Assche <bvanassche@acm.org>
8555 L:      linux-rdma@vger.kernel.org
8556 S:      Supported
8557 W:      http://www.openfabrics.org
8558 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8560 F:      drivers/infiniband/ulp/srp/
8561 F:      include/scsi/srp.h
8562
8563 SCSI SG DRIVER
8564 M:      Doug Gilbert <dgilbert@interlog.com>
8565 L:      linux-scsi@vger.kernel.org
8566 W:      http://sg.danny.cz/sg
8567 S:      Maintained
8568 F:      Documentation/scsi/scsi-generic.txt
8569 F:      drivers/scsi/sg.c
8570 F:      include/scsi/sg.h
8571
8572 SCSI SUBSYSTEM
8573 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8574 L:      linux-scsi@vger.kernel.org
8575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8576 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8578 S:      Maintained
8579 F:      drivers/scsi/
8580 F:      include/scsi/
8581
8582 SCSI TAPE DRIVER
8583 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8584 L:      linux-scsi@vger.kernel.org
8585 S:      Maintained
8586 F:      Documentation/scsi/st.txt
8587 F:      drivers/scsi/st.*
8588 F:      drivers/scsi/st_*.h
8589
8590 SCTP PROTOCOL
8591 M:      Vlad Yasevich <vyasevich@gmail.com>
8592 M:      Neil Horman <nhorman@tuxdriver.com>
8593 L:      linux-sctp@vger.kernel.org
8594 W:      http://lksctp.sourceforge.net
8595 S:      Maintained
8596 F:      Documentation/networking/sctp.txt
8597 F:      include/linux/sctp.h
8598 F:      include/uapi/linux/sctp.h
8599 F:      include/net/sctp/
8600 F:      net/sctp/
8601
8602 SCx200 CPU SUPPORT
8603 M:      Jim Cromie <jim.cromie@gmail.com>
8604 S:      Odd Fixes
8605 F:      Documentation/i2c/busses/scx200_acb
8606 F:      arch/x86/platform/scx200/
8607 F:      drivers/watchdog/scx200_wdt.c
8608 F:      drivers/i2c/busses/scx200*
8609 F:      drivers/mtd/maps/scx200_docflash.c
8610 F:      include/linux/scx200.h
8611
8612 SCx200 GPIO DRIVER
8613 M:      Jim Cromie <jim.cromie@gmail.com>
8614 S:      Maintained
8615 F:      drivers/char/scx200_gpio.c
8616 F:      include/linux/scx200_gpio.h
8617
8618 SCx200 HRT CLOCKSOURCE DRIVER
8619 M:      Jim Cromie <jim.cromie@gmail.com>
8620 S:      Maintained
8621 F:      drivers/clocksource/scx200_hrt.c
8622
8623 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8624 M:      Sascha Sommer <saschasommer@freenet.de>
8625 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8626 S:      Maintained
8627 F:      drivers/mmc/host/sdricoh_cs.c
8628
8629 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8630 M:      Chris Ball <chris@printf.net>
8631 L:      linux-mmc@vger.kernel.org
8632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8633 S:      Maintained
8634 F:      drivers/mmc/host/sdhci.*
8635 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8636
8637 SECURE COMPUTING
8638 M:      Kees Cook <keescook@chromium.org>
8639 R:      Andy Lutomirski <luto@amacapital.net>
8640 R:      Will Drewry <wad@chromium.org>
8641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8642 S:      Supported
8643 F:      kernel/seccomp.c
8644 F:      include/uapi/linux/seccomp.h
8645 F:      include/linux/seccomp.h
8646 K:      \bsecure_computing
8647 K:      \bTIF_SECCOMP\b
8648
8649 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8650 M:      Anton Vorontsov <anton@enomsg.org>
8651 L:      linuxppc-dev@lists.ozlabs.org
8652 L:      linux-mmc@vger.kernel.org
8653 S:      Maintained
8654 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8655
8656 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8657 M:      Ben Dooks <ben-linux@fluff.org>
8658 L:      linux-mmc@vger.kernel.org
8659 S:      Maintained
8660 F:      drivers/mmc/host/sdhci-s3c.c
8661
8662 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8663 M:      Viresh Kumar <viresh.linux@gmail.com>
8664 L:      spear-devel@list.st.com
8665 L:      linux-mmc@vger.kernel.org
8666 S:      Maintained
8667 F:      drivers/mmc/host/sdhci-spear.c
8668
8669 SECURITY SUBSYSTEM
8670 M:      James Morris <james.l.morris@oracle.com>
8671 M:      Serge E. Hallyn <serge@hallyn.com>
8672 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8674 W:      http://kernsec.org/
8675 S:      Supported
8676 F:      security/
8677
8678 SECURITY CONTACT
8679 M:      Security Officers <security@kernel.org>
8680 S:      Supported
8681
8682 SELINUX SECURITY MODULE
8683 M:      Paul Moore <paul@paul-moore.com>
8684 M:      Stephen Smalley <sds@tycho.nsa.gov>
8685 M:      Eric Paris <eparis@parisplace.org>
8686 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8687 W:      http://selinuxproject.org
8688 T:      git git://git.infradead.org/users/pcmoore/selinux
8689 S:      Supported
8690 F:      include/linux/selinux*
8691 F:      security/selinux/
8692 F:      scripts/selinux/
8693
8694 APPARMOR SECURITY MODULE
8695 M:      John Johansen <john.johansen@canonical.com>
8696 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8697 W:      apparmor.wiki.kernel.org
8698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8699 S:      Supported
8700 F:      security/apparmor/
8701
8702 SENSABLE PHANTOM
8703 M:      Jiri Slaby <jirislaby@gmail.com>
8704 S:      Maintained
8705 F:      drivers/misc/phantom.c
8706 F:      include/uapi/linux/phantom.h
8707
8708 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8709 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8710 L:      linux-scsi@vger.kernel.org
8711 W:      http://www.emulex.com
8712 S:      Supported
8713 F:      drivers/scsi/be2iscsi/
8714
8715 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8716 M:      Sathya Perla <sathya.perla@emulex.com>
8717 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8718 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8719 L:      netdev@vger.kernel.org
8720 W:      http://www.emulex.com
8721 S:      Supported
8722 F:      drivers/net/ethernet/emulex/benet/
8723
8724 SFC NETWORK DRIVER
8725 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8726 M:      Shradha Shah <sshah@solarflare.com>
8727 L:      netdev@vger.kernel.org
8728 S:      Supported
8729 F:      drivers/net/ethernet/sfc/
8730
8731 SGI GRU DRIVER
8732 M:      Dimitri Sivanich <sivanich@sgi.com>
8733 S:      Maintained
8734 F:      drivers/misc/sgi-gru/
8735
8736 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8737 M:      Pat Gefre <pfg@sgi.com>
8738 L:      linux-ia64@vger.kernel.org
8739 S:      Supported
8740 F:      Documentation/ia64/serial.txt
8741 F:      drivers/tty/serial/ioc?_serial.c
8742 F:      include/linux/ioc?.h
8743
8744 SGI XP/XPC/XPNET DRIVER
8745 M:      Cliff Whickman <cpw@sgi.com>
8746 M:      Robin Holt <robinmholt@gmail.com>
8747 S:      Maintained
8748 F:      drivers/misc/sgi-xp/
8749
8750 SI2157 MEDIA DRIVER
8751 M:      Antti Palosaari <crope@iki.fi>
8752 L:      linux-media@vger.kernel.org
8753 W:      http://linuxtv.org/
8754 W:      http://palosaari.fi/linux/
8755 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8756 T:      git git://linuxtv.org/anttip/media_tree.git
8757 S:      Maintained
8758 F:      drivers/media/tuners/si2157*
8759
8760 SI2168 MEDIA DRIVER
8761 M:      Antti Palosaari <crope@iki.fi>
8762 L:      linux-media@vger.kernel.org
8763 W:      http://linuxtv.org/
8764 W:      http://palosaari.fi/linux/
8765 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8766 T:      git git://linuxtv.org/anttip/media_tree.git
8767 S:      Maintained
8768 F:      drivers/media/dvb-frontends/si2168*
8769
8770 SI470X FM RADIO RECEIVER I2C DRIVER
8771 M:      Hans Verkuil <hverkuil@xs4all.nl>
8772 L:      linux-media@vger.kernel.org
8773 T:      git git://linuxtv.org/media_tree.git
8774 W:      http://linuxtv.org
8775 S:      Odd Fixes
8776 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8777
8778 SI470X FM RADIO RECEIVER USB DRIVER
8779 M:      Hans Verkuil <hverkuil@xs4all.nl>
8780 L:      linux-media@vger.kernel.org
8781 T:      git git://linuxtv.org/media_tree.git
8782 W:      http://linuxtv.org
8783 S:      Maintained
8784 F:      drivers/media/radio/si470x/radio-si470x-common.c
8785 F:      drivers/media/radio/si470x/radio-si470x.h
8786 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8787
8788 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8789 M:      Eduardo Valentin <edubezval@gmail.com>
8790 L:      linux-media@vger.kernel.org
8791 T:      git git://linuxtv.org/media_tree.git
8792 W:      http://linuxtv.org
8793 S:      Odd Fixes
8794 F:      drivers/media/radio/si4713/si4713.?
8795
8796 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8797 M:      Eduardo Valentin <edubezval@gmail.com>
8798 L:      linux-media@vger.kernel.org
8799 T:      git git://linuxtv.org/media_tree.git
8800 W:      http://linuxtv.org
8801 S:      Odd Fixes
8802 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8803
8804 SI4713 FM RADIO TRANSMITTER USB DRIVER
8805 M:      Hans Verkuil <hverkuil@xs4all.nl>
8806 L:      linux-media@vger.kernel.org
8807 T:      git git://linuxtv.org/media_tree.git
8808 W:      http://linuxtv.org
8809 S:      Maintained
8810 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8811
8812 SIANO DVB DRIVER
8813 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8814 L:      linux-media@vger.kernel.org
8815 W:      http://linuxtv.org
8816 T:      git git://linuxtv.org/media_tree.git
8817 S:      Odd fixes
8818 F:      drivers/media/common/siano/
8819 F:      drivers/media/usb/siano/
8820 F:      drivers/media/usb/siano/
8821 F:      drivers/media/mmc/siano/
8822
8823 SIMPLEFB FB DRIVER
8824 M:      Hans de Goede <hdegoede@redhat.com>
8825 L:      linux-fbdev@vger.kernel.org
8826 S:      Maintained
8827 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8828 F:      drivers/video/fbdev/simplefb.c
8829 F:      include/linux/platform_data/simplefb.h
8830
8831 SH_VEU V4L2 MEM2MEM DRIVER
8832 L:      linux-media@vger.kernel.org
8833 S:      Orphan
8834 F:      drivers/media/platform/sh_veu.c
8835
8836 SH_VOU V4L2 OUTPUT DRIVER
8837 L:      linux-media@vger.kernel.org
8838 S:      Orphan
8839 F:      drivers/media/platform/sh_vou.c
8840 F:      include/media/sh_vou.h
8841
8842 SIMPLE FIRMWARE INTERFACE (SFI)
8843 M:      Len Brown <lenb@kernel.org>
8844 L:      sfi-devel@simplefirmware.org
8845 W:      http://simplefirmware.org/
8846 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8847 S:      Supported
8848 F:      arch/x86/platform/sfi/
8849 F:      drivers/sfi/
8850 F:      include/linux/sfi*.h
8851
8852 SIMTEC EB110ATX (Chalice CATS)
8853 P:      Ben Dooks
8854 P:      Vincent Sanders <vince@simtec.co.uk>
8855 M:      Simtec Linux Team <linux@simtec.co.uk>
8856 W:      http://www.simtec.co.uk/products/EB110ATX/
8857 S:      Supported
8858
8859 SIMTEC EB2410ITX (BAST)
8860 P:      Ben Dooks
8861 P:      Vincent Sanders <vince@simtec.co.uk>
8862 M:      Simtec Linux Team <linux@simtec.co.uk>
8863 W:      http://www.simtec.co.uk/products/EB2410ITX/
8864 S:      Supported
8865 F:      arch/arm/mach-s3c24xx/mach-bast.c
8866 F:      arch/arm/mach-s3c24xx/bast-ide.c
8867 F:      arch/arm/mach-s3c24xx/bast-irq.c
8868
8869 TI DAVINCI MACHINE SUPPORT
8870 M:      Sekhar Nori <nsekhar@ti.com>
8871 M:      Kevin Hilman <khilman@deeprootsystems.com>
8872 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8873 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8874 S:      Supported
8875 F:      arch/arm/mach-davinci/
8876 F:      drivers/i2c/busses/i2c-davinci.c
8877
8878 TI DAVINCI SERIES MEDIA DRIVER
8879 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8880 L:      linux-media@vger.kernel.org
8881 W:      http://linuxtv.org/
8882 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8883 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8884 S:      Maintained
8885 F:      drivers/media/platform/davinci/
8886 F:      include/media/davinci/
8887
8888 TI AM437X VPFE DRIVER
8889 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8890 L:      linux-media@vger.kernel.org
8891 W:      http://linuxtv.org/
8892 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8893 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8894 S:      Maintained
8895 F:      drivers/media/platform/am437x/
8896
8897 SIS 190 ETHERNET DRIVER
8898 M:      Francois Romieu <romieu@fr.zoreil.com>
8899 L:      netdev@vger.kernel.org
8900 S:      Maintained
8901 F:      drivers/net/ethernet/sis/sis190.c
8902
8903 SIS 900/7016 FAST ETHERNET DRIVER
8904 M:      Daniele Venzano <venza@brownhat.org>
8905 W:      http://www.brownhat.org/sis900.html
8906 L:      netdev@vger.kernel.org
8907 S:      Maintained
8908 F:      drivers/net/ethernet/sis/sis900.*
8909
8910 SIS FRAMEBUFFER DRIVER
8911 M:      Thomas Winischhofer <thomas@winischhofer.net>
8912 W:      http://www.winischhofer.net/linuxsisvga.shtml
8913 S:      Maintained
8914 F:      Documentation/fb/sisfb.txt
8915 F:      drivers/video/fbdev/sis/
8916 F:      include/video/sisfb.h
8917
8918 SIS USB2VGA DRIVER
8919 M:      Thomas Winischhofer <thomas@winischhofer.net>
8920 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8921 S:      Maintained
8922 F:      drivers/usb/misc/sisusbvga/
8923
8924 SLAB ALLOCATOR
8925 M:      Christoph Lameter <cl@linux.com>
8926 M:      Pekka Enberg <penberg@kernel.org>
8927 M:      David Rientjes <rientjes@google.com>
8928 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8929 M:      Andrew Morton <akpm@linux-foundation.org>
8930 L:      linux-mm@kvack.org
8931 S:      Maintained
8932 F:      include/linux/sl?b*.h
8933 F:      mm/sl?b*
8934
8935 SLEEPABLE READ-COPY UPDATE (SRCU)
8936 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8937 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8938 M:      Josh Triplett <josh@joshtriplett.org>
8939 R:      Steven Rostedt <rostedt@goodmis.org>
8940 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8941 L:      linux-kernel@vger.kernel.org
8942 W:      http://www.rdrop.com/users/paulmck/RCU/
8943 S:      Supported
8944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8945 F:      include/linux/srcu.h
8946 F:      kernel/rcu/srcu.c
8947
8948 SMACK SECURITY MODULE
8949 M:      Casey Schaufler <casey@schaufler-ca.com>
8950 L:      linux-security-module@vger.kernel.org
8951 W:      http://schaufler-ca.com
8952 T:      git git://git.gitorious.org/smack-next/kernel.git
8953 S:      Maintained
8954 F:      Documentation/security/Smack.txt
8955 F:      security/smack/
8956
8957 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8958 M:      Kevin Hilman <khilman@kernel.org>
8959 M:      Nishanth Menon <nm@ti.com>
8960 S:      Maintained
8961 F:      drivers/power/avs/
8962 F:      include/linux/power/smartreflex.h
8963 L:      linux-pm@vger.kernel.org
8964
8965 SMC91x ETHERNET DRIVER
8966 M:      Nicolas Pitre <nico@fluxnic.net>
8967 S:      Odd Fixes
8968 F:      drivers/net/ethernet/smsc/smc91x.*
8969
8970 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8971 M:      Sakari Ailus <sakari.ailus@iki.fi>
8972 L:      linux-media@vger.kernel.org
8973 S:      Maintained
8974 F:      drivers/media/i2c/smiapp/
8975 F:      include/media/smiapp.h
8976 F:      drivers/media/i2c/smiapp-pll.c
8977 F:      drivers/media/i2c/smiapp-pll.h
8978 F:      include/uapi/linux/smiapp.h
8979 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
8980
8981 SMM665 HARDWARE MONITOR DRIVER
8982 M:      Guenter Roeck <linux@roeck-us.net>
8983 L:      lm-sensors@lm-sensors.org
8984 S:      Maintained
8985 F:      Documentation/hwmon/smm665
8986 F:      drivers/hwmon/smm665.c
8987
8988 SMSC EMC2103 HARDWARE MONITOR DRIVER
8989 M:      Steve Glendinning <steve.glendinning@shawell.net>
8990 L:      lm-sensors@lm-sensors.org
8991 S:      Maintained
8992 F:      Documentation/hwmon/emc2103
8993 F:      drivers/hwmon/emc2103.c
8994
8995 SMSC SCH5627 HARDWARE MONITOR DRIVER
8996 M:      Hans de Goede <hdegoede@redhat.com>
8997 L:      lm-sensors@lm-sensors.org
8998 S:      Supported
8999 F:      Documentation/hwmon/sch5627
9000 F:      drivers/hwmon/sch5627.c
9001
9002 SMSC47B397 HARDWARE MONITOR DRIVER
9003 M:      Jean Delvare <jdelvare@suse.de>
9004 L:      lm-sensors@lm-sensors.org
9005 S:      Maintained
9006 F:      Documentation/hwmon/smsc47b397
9007 F:      drivers/hwmon/smsc47b397.c
9008
9009 SMSC911x ETHERNET DRIVER
9010 M:      Steve Glendinning <steve.glendinning@shawell.net>
9011 L:      netdev@vger.kernel.org
9012 S:      Maintained
9013 F:      include/linux/smsc911x.h
9014 F:      drivers/net/ethernet/smsc/smsc911x.*
9015
9016 SMSC9420 PCI ETHERNET DRIVER
9017 M:      Steve Glendinning <steve.glendinning@shawell.net>
9018 L:      netdev@vger.kernel.org
9019 S:      Maintained
9020 F:      drivers/net/ethernet/smsc/smsc9420.*
9021
9022 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
9023 M:      Steve Glendinning <steve.glendinning@shawell.net>
9024 L:      linux-fbdev@vger.kernel.org
9025 S:      Maintained
9026 F:      drivers/video/fbdev/smscufx.c
9027
9028 SOC-CAMERA V4L2 SUBSYSTEM
9029 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
9030 L:      linux-media@vger.kernel.org
9031 T:      git git://linuxtv.org/media_tree.git
9032 S:      Maintained
9033 F:      include/media/soc*
9034 F:      drivers/media/i2c/soc_camera/
9035 F:      drivers/media/platform/soc_camera/
9036
9037 SOEKRIS NET48XX LED SUPPORT
9038 M:      Chris Boot <bootc@bootc.net>
9039 S:      Maintained
9040 F:      drivers/leds/leds-net48xx.c
9041
9042 SOFTLOGIC 6x10 MPEG CODEC
9043 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9044 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9045 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9046 M:      Ismael Luceno <ismael@iodev.co.uk>
9047 L:      linux-media@vger.kernel.org
9048 S:      Supported
9049 F:      drivers/media/pci/solo6x10/
9050
9051 SOFTWARE RAID (Multiple Disks) SUPPORT
9052 M:      Neil Brown <neilb@suse.de>
9053 L:      linux-raid@vger.kernel.org
9054 S:      Supported
9055 F:      drivers/md/
9056 F:      include/linux/raid/
9057 F:      include/uapi/linux/raid/
9058
9059 SONIC NETWORK DRIVER
9060 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9061 L:      netdev@vger.kernel.org
9062 S:      Maintained
9063 F:      drivers/net/ethernet/natsemi/sonic.*
9064
9065 SONICS SILICON BACKPLANE DRIVER (SSB)
9066 M:      Michael Buesch <m@bues.ch>
9067 L:      netdev@vger.kernel.org
9068 S:      Maintained
9069 F:      drivers/ssb/
9070 F:      include/linux/ssb/
9071
9072 SONY VAIO CONTROL DEVICE DRIVER
9073 M:      Mattia Dongili <malattia@linux.it>
9074 L:      platform-driver-x86@vger.kernel.org
9075 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9076 S:      Maintained
9077 F:      Documentation/laptops/sony-laptop.txt
9078 F:      drivers/char/sonypi.c
9079 F:      drivers/platform/x86/sony-laptop.c
9080 F:      include/linux/sony-laptop.h
9081
9082 SONY MEMORYSTICK CARD SUPPORT
9083 M:      Alex Dubov <oakad@yahoo.com>
9084 W:      http://tifmxx.berlios.de/
9085 S:      Maintained
9086 F:      drivers/memstick/host/tifm_ms.c
9087
9088 SONY MEMORYSTICK STANDARD SUPPORT
9089 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9090 S:      Maintained
9091 F:      drivers/memstick/core/ms_block.*
9092
9093 SOUND
9094 M:      Jaroslav Kysela <perex@perex.cz>
9095 M:      Takashi Iwai <tiwai@suse.de>
9096 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9097 W:      http://www.alsa-project.org/
9098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9099 T:      git git://git.alsa-project.org/alsa-kernel.git
9100 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9101 S:      Maintained
9102 F:      Documentation/sound/
9103 F:      include/sound/
9104 F:      include/uapi/sound/
9105 F:      sound/
9106
9107 SOUND - COMPRESSED AUDIO
9108 M:      Vinod Koul <vinod.koul@intel.com>
9109 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9111 S:      Supported
9112 F:      Documentation/sound/alsa/compress_offload.txt
9113 F:      include/sound/compress_driver.h
9114 F:      include/uapi/sound/compress_*
9115 F:      sound/core/compress_offload.c
9116 F:      sound/soc/soc-compress.c
9117
9118 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9119 M:      Liam Girdwood <lgirdwood@gmail.com>
9120 M:      Mark Brown <broonie@kernel.org>
9121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9122 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9123 W:      http://alsa-project.org/main/index.php/ASoC
9124 S:      Supported
9125 F:      Documentation/sound/alsa/soc/
9126 F:      sound/soc/
9127 F:      include/sound/soc*
9128
9129 SOUND - DMAENGINE HELPERS
9130 M:      Lars-Peter Clausen <lars@metafoo.de>
9131 S:      Supported
9132 F:      include/sound/dmaengine_pcm.h
9133 F:      sound/core/pcm_dmaengine.c
9134 F:      sound/soc/soc-generic-dmaengine-pcm.c
9135
9136 SP2 MEDIA DRIVER
9137 M:      Olli Salonen <olli.salonen@iki.fi>
9138 L:      linux-media@vger.kernel.org
9139 W:      http://linuxtv.org/
9140 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9141 S:      Maintained
9142 F:      drivers/media/dvb-frontends/sp2*
9143
9144 SPARC + UltraSPARC (sparc/sparc64)
9145 M:      "David S. Miller" <davem@davemloft.net>
9146 L:      sparclinux@vger.kernel.org
9147 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9150 S:      Maintained
9151 F:      arch/sparc/
9152 F:      drivers/sbus/
9153
9154 SPARC SERIAL DRIVERS
9155 M:      "David S. Miller" <davem@davemloft.net>
9156 L:      sparclinux@vger.kernel.org
9157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9158 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9159 S:      Maintained
9160 F:      include/linux/sunserialcore.h
9161 F:      drivers/tty/serial/suncore.c
9162 F:      drivers/tty/serial/sunhv.c
9163 F:      drivers/tty/serial/sunsab.c
9164 F:      drivers/tty/serial/sunsab.h
9165 F:      drivers/tty/serial/sunsu.c
9166 F:      drivers/tty/serial/sunzilog.c
9167 F:      drivers/tty/serial/sunzilog.h
9168
9169 SPARSE CHECKER
9170 M:      "Christopher Li" <sparse@chrisli.org>
9171 L:      linux-sparse@vger.kernel.org
9172 W:      https://sparse.wiki.kernel.org/
9173 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9174 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9175 S:      Maintained
9176 F:      include/linux/compiler.h
9177
9178 SPEAR PLATFORM SUPPORT
9179 M:      Viresh Kumar <viresh.linux@gmail.com>
9180 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9181 L:      spear-devel@list.st.com
9182 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9183 W:      http://www.st.com/spear
9184 S:      Maintained
9185 F:      arch/arm/mach-spear/
9186
9187 SPEAR CLOCK FRAMEWORK SUPPORT
9188 M:      Viresh Kumar <viresh.linux@gmail.com>
9189 L:      spear-devel@list.st.com
9190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9191 W:      http://www.st.com/spear
9192 S:      Maintained
9193 F:      drivers/clk/spear/
9194
9195 SPI SUBSYSTEM
9196 M:      Mark Brown <broonie@kernel.org>
9197 L:      linux-spi@vger.kernel.org
9198 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9199 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9200 S:      Maintained
9201 F:      Documentation/spi/
9202 F:      drivers/spi/
9203 F:      include/linux/spi/
9204 F:      include/uapi/linux/spi/
9205
9206 SPIDERNET NETWORK DRIVER for CELL
9207 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9208 M:      Jens Osterkamp <jens@de.ibm.com>
9209 L:      netdev@vger.kernel.org
9210 S:      Supported
9211 F:      Documentation/networking/spider_net.txt
9212 F:      drivers/net/ethernet/toshiba/spider_net*
9213
9214 SPU FILE SYSTEM
9215 M:      Jeremy Kerr <jk@ozlabs.org>
9216 L:      linuxppc-dev@lists.ozlabs.org
9217 L:      cbe-oss-dev@lists.ozlabs.org
9218 W:      http://www.ibm.com/developerworks/power/cell/
9219 S:      Supported
9220 F:      Documentation/filesystems/spufs.txt
9221 F:      arch/powerpc/platforms/cell/spufs/
9222
9223 SQUASHFS FILE SYSTEM
9224 M:      Phillip Lougher <phillip@squashfs.org.uk>
9225 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9226 W:      http://squashfs.org.uk
9227 S:      Maintained
9228 F:      Documentation/filesystems/squashfs.txt
9229 F:      fs/squashfs/
9230
9231 SRM (Alpha) environment access
9232 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9233 S:      Maintained
9234 F:      arch/alpha/kernel/srm_env.c
9235
9236 STABLE BRANCH
9237 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9238 L:      stable@vger.kernel.org
9239 S:      Supported
9240 F:      Documentation/stable_kernel_rules.txt
9241
9242 STAGING SUBSYSTEM
9243 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9244 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9245 L:      devel@driverdev.osuosl.org
9246 S:      Supported
9247 F:      drivers/staging/
9248
9249 STAGING - COMEDI
9250 M:      Ian Abbott <abbotti@mev.co.uk>
9251 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9252 S:      Odd Fixes
9253 F:      drivers/staging/comedi/
9254
9255 STAGING - FLARION FT1000 DRIVERS
9256 M:      Marek Belisko <marek.belisko@gmail.com>
9257 S:      Odd Fixes
9258 F:      drivers/staging/ft1000/
9259
9260 STAGING - INDUSTRIAL IO
9261 M:      Jonathan Cameron <jic23@kernel.org>
9262 L:      linux-iio@vger.kernel.org
9263 S:      Odd Fixes
9264 F:      drivers/staging/iio/
9265
9266 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9267 M:      Jarod Wilson <jarod@wilsonet.com>
9268 W:      http://www.lirc.org/
9269 S:      Odd Fixes
9270 F:      drivers/staging/media/lirc/
9271
9272 STAGING - LUSTRE PARALLEL FILESYSTEM
9273 M:      Oleg Drokin <oleg.drokin@intel.com>
9274 M:      Andreas Dilger <andreas.dilger@intel.com>
9275 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9276 W:      http://lustre.opensfs.org/
9277 S:      Maintained
9278 F:      drivers/staging/lustre
9279
9280 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9281 M:      Julian Andres Klode <jak@jak-linux.org>
9282 M:      Marc Dietrich <marvin24@gmx.de>
9283 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9284 L:      linux-tegra@vger.kernel.org
9285 S:      Maintained
9286 F:      drivers/staging/nvec/
9287
9288 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9289 M:      Jens Frederich <jfrederich@gmail.com>
9290 M:      Daniel Drake <dsd@laptop.org>
9291 M:      Jon Nettleton <jon.nettleton@gmail.com>
9292 W:      http://wiki.laptop.org/go/DCON
9293 S:      Maintained
9294 F:      drivers/staging/olpc_dcon/
9295
9296 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9297 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9298 S:      Maintained
9299 F:      drivers/staging/ozwpan/
9300
9301 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9302 M:      Willy Tarreau <willy@meta-x.org>
9303 S:      Odd Fixes
9304 F:      drivers/staging/panel/
9305
9306 STAGING - REALTEK RTL8712U DRIVERS
9307 M:      Larry Finger <Larry.Finger@lwfinger.net>
9308 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9309 S:      Odd Fixes
9310 F:      drivers/staging/rtl8712/
9311
9312 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9313 M:      Larry Finger <Larry.Finger@lwfinger.net>
9314 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9315 L:      linux-wireless@vger.kernel.org
9316 S:      Maintained
9317 F:      drivers/staging/rtl8723au/
9318
9319 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9320 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9321 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9322 M:      Sudip Mukherjee <sudip@vectorindia.org>
9323 L:      linux-fbdev@vger.kernel.org
9324 S:      Maintained
9325 F:      drivers/staging/sm7xxfb/
9326
9327 STAGING - SLICOSS
9328 M:      Lior Dotan <liodot@gmail.com>
9329 M:      Christopher Harrer <charrer@alacritech.com>
9330 S:      Odd Fixes
9331 F:      drivers/staging/slicoss/
9332
9333 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9334 M:      William Hubbs <w.d.hubbs@gmail.com>
9335 M:      Chris Brannon <chris@the-brannons.com>
9336 M:      Kirk Reiser <kirk@reisers.ca>
9337 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9338 L:      speakup@linux-speakup.org
9339 W:      http://www.linux-speakup.org/
9340 S:      Odd Fixes
9341 F:      drivers/staging/speakup/
9342
9343 STAGING - VIA VT665X DRIVERS
9344 M:      Forest Bond <forest@alittletooquiet.net>
9345 S:      Odd Fixes
9346 F:      drivers/staging/vt665?/
9347
9348 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9349 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9350 S:      Odd Fixes
9351 F:      drivers/staging/xgifb/
9352
9353 STARFIRE/DURALAN NETWORK DRIVER
9354 M:      Ion Badulescu <ionut@badula.org>
9355 S:      Odd Fixes
9356 F:      drivers/net/ethernet/adaptec/starfire*
9357
9358 SUN3/3X
9359 M:      Sam Creasey <sammy@sammy.net>
9360 W:      http://sammy.net/sun3/
9361 S:      Maintained
9362 F:      arch/m68k/kernel/*sun3*
9363 F:      arch/m68k/sun3*/
9364 F:      arch/m68k/include/asm/sun3*
9365 F:      drivers/net/ethernet/i825xx/sun3*
9366
9367 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9368 M:      Hans de Goede <hdegoede@redhat.com>
9369 L:      linux-input@vger.kernel.org
9370 S:      Maintained
9371 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9372 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9373
9374 SUNDANCE NETWORK DRIVER
9375 M:      Denis Kirjanov <kda@linux-powerpc.org>
9376 L:      netdev@vger.kernel.org
9377 S:      Maintained
9378 F:      drivers/net/ethernet/dlink/sundance.c
9379
9380 SUPERH
9381 L:      linux-sh@vger.kernel.org
9382 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9383 S:      Orphan
9384 F:      Documentation/sh/
9385 F:      arch/sh/
9386 F:      drivers/sh/
9387
9388 SUSPEND TO RAM
9389 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9390 M:      Len Brown <len.brown@intel.com>
9391 M:      Pavel Machek <pavel@ucw.cz>
9392 L:      linux-pm@vger.kernel.org
9393 S:      Supported
9394 F:      Documentation/power/
9395 F:      arch/x86/kernel/acpi/
9396 F:      drivers/base/power/
9397 F:      kernel/power/
9398 F:      include/linux/suspend.h
9399 F:      include/linux/freezer.h
9400 F:      include/linux/pm.h
9401
9402 SVGA HANDLING
9403 M:      Martin Mares <mj@ucw.cz>
9404 L:      linux-video@atrey.karlin.mff.cuni.cz
9405 S:      Maintained
9406 F:      Documentation/svga.txt
9407 F:      arch/x86/boot/video*
9408
9409 SWIOTLB SUBSYSTEM
9410 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9411 L:      linux-kernel@vger.kernel.org
9412 S:      Supported
9413 F:      lib/swiotlb.c
9414 F:      arch/*/kernel/pci-swiotlb.c
9415 F:      include/linux/swiotlb.h
9416
9417 SWITCHDEV
9418 M:      Jiri Pirko <jiri@resnulli.us>
9419 L:      netdev@vger.kernel.org
9420 S:      Supported
9421 F:      net/switchdev/
9422 F:      include/net/switchdev.h
9423
9424 SYNOPSYS ARC ARCHITECTURE
9425 M:      Vineet Gupta <vgupta@synopsys.com>
9426 S:      Supported
9427 F:      arch/arc/
9428 F:      Documentation/devicetree/bindings/arc/
9429 F:      drivers/tty/serial/arc_uart.c
9430
9431 SYSV FILESYSTEM
9432 M:      Christoph Hellwig <hch@infradead.org>
9433 S:      Maintained
9434 F:      Documentation/filesystems/sysv-fs.txt
9435 F:      fs/sysv/
9436 F:      include/linux/sysv_fs.h
9437
9438 TARGET SUBSYSTEM
9439 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9440 L:      linux-scsi@vger.kernel.org
9441 L:      target-devel@vger.kernel.org
9442 W:      http://www.linux-iscsi.org
9443 W:      http://groups.google.com/group/linux-iscsi-target-dev
9444 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9445 S:      Supported
9446 F:      drivers/target/
9447 F:      include/target/
9448 F:      Documentation/target/
9449
9450 TASKSTATS STATISTICS INTERFACE
9451 M:      Balbir Singh <bsingharora@gmail.com>
9452 S:      Maintained
9453 F:      Documentation/accounting/taskstats*
9454 F:      include/linux/taskstats*
9455 F:      kernel/taskstats.c
9456
9457 TC CLASSIFIER
9458 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9459 L:      netdev@vger.kernel.org
9460 S:      Maintained
9461 F:      include/net/pkt_cls.h
9462 F:      include/uapi/linux/pkt_cls.h
9463 F:      net/sched/
9464
9465 TCP LOW PRIORITY MODULE
9466 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9467 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9468 W:      http://tcp-lp-mod.sourceforge.net/
9469 S:      Maintained
9470 F:      net/ipv4/tcp_lp.c
9471
9472 TDA10071 MEDIA DRIVER
9473 M:      Antti Palosaari <crope@iki.fi>
9474 L:      linux-media@vger.kernel.org
9475 W:      http://linuxtv.org/
9476 W:      http://palosaari.fi/linux/
9477 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9478 T:      git git://linuxtv.org/anttip/media_tree.git
9479 S:      Maintained
9480 F:      drivers/media/dvb-frontends/tda10071*
9481
9482 TDA18212 MEDIA DRIVER
9483 M:      Antti Palosaari <crope@iki.fi>
9484 L:      linux-media@vger.kernel.org
9485 W:      http://linuxtv.org/
9486 W:      http://palosaari.fi/linux/
9487 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9488 T:      git git://linuxtv.org/anttip/media_tree.git
9489 S:      Maintained
9490 F:      drivers/media/tuners/tda18212*
9491
9492 TDA18218 MEDIA DRIVER
9493 M:      Antti Palosaari <crope@iki.fi>
9494 L:      linux-media@vger.kernel.org
9495 W:      http://linuxtv.org/
9496 W:      http://palosaari.fi/linux/
9497 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9498 T:      git git://linuxtv.org/anttip/media_tree.git
9499 S:      Maintained
9500 F:      drivers/media/tuners/tda18218*
9501
9502 TDA18271 MEDIA DRIVER
9503 M:      Michael Krufky <mkrufky@linuxtv.org>
9504 L:      linux-media@vger.kernel.org
9505 W:      http://linuxtv.org/
9506 W:      http://github.com/mkrufky
9507 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9508 T:      git git://linuxtv.org/mkrufky/tuners.git
9509 S:      Maintained
9510 F:      drivers/media/tuners/tda18271*
9511
9512 TDA827x MEDIA DRIVER
9513 M:      Michael Krufky <mkrufky@linuxtv.org>
9514 L:      linux-media@vger.kernel.org
9515 W:      http://linuxtv.org/
9516 W:      http://github.com/mkrufky
9517 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9518 T:      git git://linuxtv.org/mkrufky/tuners.git
9519 S:      Maintained
9520 F:      drivers/media/tuners/tda8290.*
9521
9522 TDA8290 MEDIA DRIVER
9523 M:      Michael Krufky <mkrufky@linuxtv.org>
9524 L:      linux-media@vger.kernel.org
9525 W:      http://linuxtv.org/
9526 W:      http://github.com/mkrufky
9527 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9528 T:      git git://linuxtv.org/mkrufky/tuners.git
9529 S:      Maintained
9530 F:      drivers/media/tuners/tda8290.*
9531
9532 TDA9840 MEDIA DRIVER
9533 M:      Hans Verkuil <hverkuil@xs4all.nl>
9534 L:      linux-media@vger.kernel.org
9535 T:      git git://linuxtv.org/media_tree.git
9536 W:      http://linuxtv.org
9537 S:      Maintained
9538 F:      drivers/media/i2c/tda9840*
9539
9540 TEA5761 TUNER DRIVER
9541 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9542 L:      linux-media@vger.kernel.org
9543 W:      http://linuxtv.org
9544 T:      git git://linuxtv.org/media_tree.git
9545 S:      Odd fixes
9546 F:      drivers/media/tuners/tea5761.*
9547
9548 TEA5767 TUNER DRIVER
9549 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9550 L:      linux-media@vger.kernel.org
9551 W:      http://linuxtv.org
9552 T:      git git://linuxtv.org/media_tree.git
9553 S:      Maintained
9554 F:      drivers/media/tuners/tea5767.*
9555
9556 TEA6415C MEDIA DRIVER
9557 M:      Hans Verkuil <hverkuil@xs4all.nl>
9558 L:      linux-media@vger.kernel.org
9559 T:      git git://linuxtv.org/media_tree.git
9560 W:      http://linuxtv.org
9561 S:      Maintained
9562 F:      drivers/media/i2c/tea6415c*
9563
9564 TEA6420 MEDIA DRIVER
9565 M:      Hans Verkuil <hverkuil@xs4all.nl>
9566 L:      linux-media@vger.kernel.org
9567 T:      git git://linuxtv.org/media_tree.git
9568 W:      http://linuxtv.org
9569 S:      Maintained
9570 F:      drivers/media/i2c/tea6420*
9571
9572 TEAM DRIVER
9573 M:      Jiri Pirko <jiri@resnulli.us>
9574 L:      netdev@vger.kernel.org
9575 S:      Supported
9576 F:      drivers/net/team/
9577 F:      include/linux/if_team.h
9578 F:      include/uapi/linux/if_team.h
9579
9580 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9581 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9582 S:      Maintained
9583 F:      arch/x86/platform/ts5500/
9584
9585 TECHNOTREND USB IR RECEIVER
9586 M:      Sean Young <sean@mess.org>
9587 L:      linux-media@vger.kernel.org
9588 S:      Maintained
9589 F:      drivers/media/rc/ttusbir.c
9590
9591 TEGRA ARCHITECTURE SUPPORT
9592 M:      Stephen Warren <swarren@wwwdotorg.org>
9593 M:      Thierry Reding <thierry.reding@gmail.com>
9594 M:      Alexandre Courbot <gnurou@gmail.com>
9595 L:      linux-tegra@vger.kernel.org
9596 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9597 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9598 S:      Supported
9599 N:      [^a-z]tegra
9600
9601 TEGRA CLOCK DRIVER
9602 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9603 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9604 S:      Supported
9605 F:      drivers/clk/tegra/
9606
9607 TEGRA DMA DRIVER
9608 M:      Laxman Dewangan <ldewangan@nvidia.com>
9609 S:      Supported
9610 F:      drivers/dma/tegra20-apb-dma.c
9611
9612 TEGRA I2C DRIVER
9613 M:      Laxman Dewangan <ldewangan@nvidia.com>
9614 S:      Supported
9615 F:      drivers/i2c/busses/i2c-tegra.c
9616
9617 TEGRA IOMMU DRIVERS
9618 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9619 S:      Supported
9620 F:      drivers/iommu/tegra*
9621
9622 TEGRA KBC DRIVER
9623 M:      Rakesh Iyer <riyer@nvidia.com>
9624 M:      Laxman Dewangan <ldewangan@nvidia.com>
9625 S:      Supported
9626 F:      drivers/input/keyboard/tegra-kbc.c
9627
9628 TEGRA PWM DRIVER
9629 M:      Thierry Reding <thierry.reding@gmail.com>
9630 S:      Supported
9631 F:      drivers/pwm/pwm-tegra.c
9632
9633 TEGRA SERIAL DRIVER
9634 M:      Laxman Dewangan <ldewangan@nvidia.com>
9635 S:      Supported
9636 F:      drivers/tty/serial/serial-tegra.c
9637
9638 TEGRA SPI DRIVER
9639 M:      Laxman Dewangan <ldewangan@nvidia.com>
9640 S:      Supported
9641 F:      drivers/spi/spi-tegra*
9642
9643 TEHUTI ETHERNET DRIVER
9644 M:      Andy Gospodarek <andy@greyhouse.net>
9645 L:      netdev@vger.kernel.org
9646 S:      Supported
9647 F:      drivers/net/ethernet/tehuti/*
9648
9649 Telecom Clock Driver for MCPL0010
9650 M:      Mark Gross <mark.gross@intel.com>
9651 S:      Supported
9652 F:      drivers/char/tlclk.c
9653
9654 TENSILICA XTENSA PORT (xtensa)
9655 M:      Chris Zankel <chris@zankel.net>
9656 M:      Max Filippov <jcmvbkbc@gmail.com>
9657 L:      linux-xtensa@linux-xtensa.org
9658 S:      Maintained
9659 F:      arch/xtensa/
9660 F:      drivers/irqchip/irq-xtensa-*
9661
9662 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9663 M:      Hans Verkuil <hverkuil@xs4all.nl>
9664 L:      linux-media@vger.kernel.org
9665 T:      git git://linuxtv.org/media_tree.git
9666 W:      http://linuxtv.org
9667 S:      Maintained
9668 F:      drivers/media/radio/radio-raremono.c
9669
9670 THERMAL
9671 M:      Zhang Rui <rui.zhang@intel.com>
9672 M:      Eduardo Valentin <edubezval@gmail.com>
9673 L:      linux-pm@vger.kernel.org
9674 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9676 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9677 S:      Supported
9678 F:      drivers/thermal/
9679 F:      include/linux/thermal.h
9680 F:      include/uapi/linux/thermal.h
9681 F:      include/linux/cpu_cooling.h
9682 F:      Documentation/devicetree/bindings/thermal/
9683
9684 THINGM BLINK(1) USB RGB LED DRIVER
9685 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9686 S:      Maintained
9687 F:      drivers/hid/hid-thingm.c
9688
9689 THINKPAD ACPI EXTRAS DRIVER
9690 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9691 L:      ibm-acpi-devel@lists.sourceforge.net
9692 L:      platform-driver-x86@vger.kernel.org
9693 W:      http://ibm-acpi.sourceforge.net
9694 W:      http://thinkwiki.org/wiki/Ibm-acpi
9695 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9696 S:      Maintained
9697 F:      drivers/platform/x86/thinkpad_acpi.c
9698
9699 TI BANDGAP AND THERMAL DRIVER
9700 M:      Eduardo Valentin <edubezval@gmail.com>
9701 L:      linux-pm@vger.kernel.org
9702 L:      linux-omap@vger.kernel.org
9703 S:      Maintained
9704 F:      drivers/thermal/ti-soc-thermal/
9705
9706 TI CLOCK DRIVER
9707 M:      Tero Kristo <t-kristo@ti.com>
9708 L:      linux-omap@vger.kernel.org
9709 S:      Maintained
9710 F:      drivers/clk/ti/
9711 F:      include/linux/clk/ti.h
9712
9713 TI FLASH MEDIA INTERFACE DRIVER
9714 M:      Alex Dubov <oakad@yahoo.com>
9715 S:      Maintained
9716 F:      drivers/misc/tifm*
9717 F:      drivers/mmc/host/tifm_sd.c
9718 F:      include/linux/tifm.h
9719
9720 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9721 M:      Santosh Shilimkar <ssantosh@kernel.org>
9722 L:      linux-kernel@vger.kernel.org
9723 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9724 S:      Maintained
9725 F:      drivers/soc/ti/*
9726 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9727
9728
9729 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9730 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9731 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9732 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9733 S:      Maintained
9734 F:      sound/soc/codecs/lm49453*
9735 F:      sound/soc/codecs/isabelle*
9736
9737 TI LP855x BACKLIGHT DRIVER
9738 M:      Milo Kim <milo.kim@ti.com>
9739 S:      Maintained
9740 F:      Documentation/backlight/lp855x-driver.txt
9741 F:      drivers/video/backlight/lp855x_bl.c
9742 F:      include/linux/platform_data/lp855x.h
9743
9744 TI LP8727 CHARGER DRIVER
9745 M:      Milo Kim <milo.kim@ti.com>
9746 S:      Maintained
9747 F:      drivers/power/lp8727_charger.c
9748 F:      include/linux/platform_data/lp8727.h
9749
9750 TI LP8788 MFD DRIVER
9751 M:      Milo Kim <milo.kim@ti.com>
9752 S:      Maintained
9753 F:      drivers/iio/adc/lp8788_adc.c
9754 F:      drivers/leds/leds-lp8788.c
9755 F:      drivers/mfd/lp8788*.c
9756 F:      drivers/power/lp8788-charger.c
9757 F:      drivers/regulator/lp8788-*.c
9758 F:      include/linux/mfd/lp8788*.h
9759
9760 TI NETCP ETHERNET DRIVER
9761 M:      Wingman Kwok <w-kwok2@ti.com>
9762 M:      Murali Karicheri <m-karicheri2@ti.com>
9763 L:      netdev@vger.kernel.org
9764 S:      Maintained
9765 F:      drivers/net/ethernet/ti/netcp*
9766
9767 TI TWL4030 SERIES SOC CODEC DRIVER
9768 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9769 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9770 S:      Maintained
9771 F:      sound/soc/codecs/twl4030*
9772
9773 TI WILINK WIRELESS DRIVERS
9774 L:      linux-wireless@vger.kernel.org
9775 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9776 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9778 S:      Orphan
9779 F:      drivers/net/wireless/ti/
9780 F:      include/linux/wl12xx.h
9781
9782 TIPC NETWORK LAYER
9783 M:      Jon Maloy <jon.maloy@ericsson.com>
9784 M:      Allan Stephens <allan.stephens@windriver.com>
9785 L:      netdev@vger.kernel.org (core kernel code)
9786 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9787 W:      http://tipc.sourceforge.net/
9788 S:      Maintained
9789 F:      include/uapi/linux/tipc*.h
9790 F:      net/tipc/
9791
9792 TILE ARCHITECTURE
9793 M:      Chris Metcalf <cmetcalf@ezchip.com>
9794 W:      http://www.ezchip.com/scm/
9795 S:      Supported
9796 F:      arch/tile/
9797 F:      drivers/char/tile-srom.c
9798 F:      drivers/edac/tile_edac.c
9799 F:      drivers/net/ethernet/tile/
9800 F:      drivers/rtc/rtc-tile.c
9801 F:      drivers/tty/hvc/hvc_tile.c
9802 F:      drivers/tty/serial/tilegx.c
9803 F:      drivers/usb/host/*-tilegx.c
9804 F:      include/linux/usb/tilegx.h
9805
9806 TLAN NETWORK DRIVER
9807 M:      Samuel Chessman <chessman@tux.org>
9808 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9809 W:      http://sourceforge.net/projects/tlan/
9810 S:      Maintained
9811 F:      Documentation/networking/tlan.txt
9812 F:      drivers/net/ethernet/ti/tlan.*
9813
9814 TOMOYO SECURITY MODULE
9815 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9816 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9817 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9818 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9819 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9820 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9821 W:      http://tomoyo.sourceforge.jp/
9822 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9823 S:      Maintained
9824 F:      security/tomoyo/
9825
9826 TOPSTAR LAPTOP EXTRAS DRIVER
9827 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9828 L:      platform-driver-x86@vger.kernel.org
9829 S:      Maintained
9830 F:      drivers/platform/x86/topstar-laptop.c
9831
9832 TOSHIBA ACPI EXTRAS DRIVER
9833 L:      platform-driver-x86@vger.kernel.org
9834 S:      Orphan
9835 F:      drivers/platform/x86/toshiba_acpi.c
9836
9837 TOSHIBA SMM DRIVER
9838 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9839 L:      tlinux-users@tce.toshiba-dme.co.jp
9840 W:      http://www.buzzard.org.uk/toshiba/
9841 S:      Maintained
9842 F:      drivers/char/toshiba.c
9843 F:      include/linux/toshiba.h
9844 F:      include/uapi/linux/toshiba.h
9845
9846 TMIO MMC DRIVER
9847 M:      Ian Molton <ian.molton@codethink.co.uk>
9848 L:      linux-mmc@vger.kernel.org
9849 S:      Maintained
9850 F:      drivers/mmc/host/tmio_mmc*
9851 F:      drivers/mmc/host/sh_mobile_sdhi.c
9852 F:      include/linux/mmc/tmio.h
9853 F:      include/linux/mmc/sh_mobile_sdhi.h
9854
9855 TMP401 HARDWARE MONITOR DRIVER
9856 M:      Guenter Roeck <linux@roeck-us.net>
9857 L:      lm-sensors@lm-sensors.org
9858 S:      Maintained
9859 F:      Documentation/hwmon/tmp401
9860 F:      drivers/hwmon/tmp401.c
9861
9862 TMPFS (SHMEM FILESYSTEM)
9863 M:      Hugh Dickins <hughd@google.com>
9864 L:      linux-mm@kvack.org
9865 S:      Maintained
9866 F:      include/linux/shmem_fs.h
9867 F:      mm/shmem.c
9868
9869 TM6000 VIDEO4LINUX DRIVER
9870 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9871 L:      linux-media@vger.kernel.org
9872 W:      http://linuxtv.org
9873 T:      git git://linuxtv.org/media_tree.git
9874 S:      Odd fixes
9875 F:      drivers/media/usb/tm6000/
9876
9877 TW68 VIDEO4LINUX DRIVER
9878 M:      Hans Verkuil <hverkuil@xs4all.nl>
9879 L:      linux-media@vger.kernel.org
9880 T:      git git://linuxtv.org/media_tree.git
9881 W:      http://linuxtv.org
9882 S:      Odd Fixes
9883 F:      drivers/media/pci/tw68/
9884
9885 TPM DEVICE DRIVER
9886 M:      Peter Huewe <peterhuewe@gmx.de>
9887 M:      Marcel Selhorst <tpmdd@selhorst.net>
9888 W:      http://tpmdd.sourceforge.net
9889 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9890 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
9891 T:      https://github.com/PeterHuewe/linux-tpmdd
9892 S:      Maintained
9893 F:      drivers/char/tpm/
9894
9895 TPM IBM_VTPM DEVICE DRIVER
9896 M:      Ashley Lai <ashleydlai@gmail.com>
9897 W:      http://tpmdd.sourceforge.net
9898 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9899 S:      Maintained
9900 F:      drivers/char/tpm/tpm_ibmvtpm*
9901
9902 TRACING
9903 M:      Steven Rostedt <rostedt@goodmis.org>
9904 M:      Ingo Molnar <mingo@redhat.com>
9905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9906 S:      Maintained
9907 F:      Documentation/trace/ftrace.txt
9908 F:      arch/*/*/*/ftrace.h
9909 F:      arch/*/kernel/ftrace.c
9910 F:      include/*/ftrace.h
9911 F:      include/linux/trace*.h
9912 F:      include/trace/
9913 F:      kernel/trace/
9914 F:      tools/testing/selftests/ftrace/
9915
9916 TRIVIAL PATCHES
9917 M:      Jiri Kosina <trivial@kernel.org>
9918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9919 S:      Maintained
9920 K:      ^Subject:.*(?i)trivial
9921
9922 TTY LAYER
9923 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9924 M:      Jiri Slaby <jslaby@suse.cz>
9925 S:      Supported
9926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9927 F:      drivers/tty/
9928 F:      drivers/tty/serial/serial_core.c
9929 F:      include/linux/serial_core.h
9930 F:      include/linux/serial.h
9931 F:      include/linux/tty.h
9932 F:      include/uapi/linux/serial_core.h
9933 F:      include/uapi/linux/serial.h
9934 F:      include/uapi/linux/tty.h
9935
9936 TUA9001 MEDIA DRIVER
9937 M:      Antti Palosaari <crope@iki.fi>
9938 L:      linux-media@vger.kernel.org
9939 W:      http://linuxtv.org/
9940 W:      http://palosaari.fi/linux/
9941 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9942 T:      git git://linuxtv.org/anttip/media_tree.git
9943 S:      Maintained
9944 F:      drivers/media/tuners/tua9001*
9945
9946 TULIP NETWORK DRIVERS
9947 M:      Grant Grundler <grundler@parisc-linux.org>
9948 L:      netdev@vger.kernel.org
9949 S:      Maintained
9950 F:      drivers/net/ethernet/dec/tulip/
9951
9952 TUN/TAP driver
9953 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9954 W:      http://vtun.sourceforge.net/tun
9955 S:      Maintained
9956 F:      Documentation/networking/tuntap.txt
9957 F:      arch/um/os-Linux/drivers/
9958
9959 TURBOCHANNEL SUBSYSTEM
9960 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9961 M:      Ralf Baechle <ralf@linux-mips.org>
9962 L:      linux-mips@linux-mips.org
9963 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9964 S:      Maintained
9965 F:      drivers/tc/
9966 F:      include/linux/tc.h
9967
9968 U14-34F SCSI DRIVER
9969 M:      Dario Ballabio <ballabio_dario@emc.com>
9970 L:      linux-scsi@vger.kernel.org
9971 S:      Maintained
9972 F:      drivers/scsi/u14-34f.c
9973
9974 UBI FILE SYSTEM (UBIFS)
9975 M:      Artem Bityutskiy <dedekind1@gmail.com>
9976 M:      Adrian Hunter <adrian.hunter@intel.com>
9977 L:      linux-mtd@lists.infradead.org
9978 T:      git git://git.infradead.org/ubifs-2.6.git
9979 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9980 S:      Maintained
9981 F:      Documentation/filesystems/ubifs.txt
9982 F:      fs/ubifs/
9983
9984 UCLINUX (AND M68KNOMMU)
9985 M:      Greg Ungerer <gerg@uclinux.org>
9986 W:      http://www.uclinux.org/
9987 L:      uclinux-dev@uclinux.org  (subscribers-only)
9988 S:      Maintained
9989 F:      arch/m68k/*/*_no.*
9990 F:      arch/m68k/include/asm/*_no.*
9991
9992 UDF FILESYSTEM
9993 M:      Jan Kara <jack@suse.cz>
9994 S:      Maintained
9995 F:      Documentation/filesystems/udf.txt
9996 F:      fs/udf/
9997
9998 UFS FILESYSTEM
9999 M:      Evgeniy Dushistov <dushistov@mail.ru>
10000 S:      Maintained
10001 F:      Documentation/filesystems/ufs.txt
10002 F:      fs/ufs/
10003
10004 UHID USERSPACE HID IO DRIVER:
10005 M:      David Herrmann <dh.herrmann@googlemail.com>
10006 L:      linux-input@vger.kernel.org
10007 S:      Maintained
10008 F:      drivers/hid/uhid.c
10009 F:      include/uapi/linux/uhid.h
10010
10011 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
10012 L:      linux-usb@vger.kernel.org
10013 S:      Orphan
10014 F:      drivers/uwb/
10015 F:      include/linux/uwb.h
10016 F:      include/linux/uwb/
10017
10018 UNICORE32 ARCHITECTURE:
10019 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
10020 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
10021 S:      Maintained
10022 T:      git git://github.com/gxt/linux.git
10023 F:      arch/unicore32/
10024
10025 UNIFDEF
10026 M:      Tony Finch <dot@dotat.at>
10027 W:      http://dotat.at/prog/unifdef
10028 S:      Maintained
10029 F:      scripts/unifdef.c
10030
10031 UNIFORM CDROM DRIVER
10032 M:      Jens Axboe <axboe@kernel.dk>
10033 W:      http://www.kernel.dk
10034 S:      Maintained
10035 F:      Documentation/cdrom/
10036 F:      drivers/cdrom/cdrom.c
10037 F:      include/linux/cdrom.h
10038 F:      include/uapi/linux/cdrom.h
10039
10040 UNISYS S-PAR DRIVERS
10041 M:     Benjamin Romer <benjamin.romer@unisys.com>
10042 M:     David Kershner <david.kershner@unisys.com>
10043 L:     sparmaintainer@unisys.com (Unisys internal)
10044 S:     Supported
10045 F:     drivers/staging/unisys/
10046
10047 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10048 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10049 L:      linux-scsi@vger.kernel.org
10050 S:      Supported
10051 F:      Documentation/scsi/ufs.txt
10052 F:      drivers/scsi/ufs/
10053
10054 UNSORTED BLOCK IMAGES (UBI)
10055 M:      Artem Bityutskiy <dedekind1@gmail.com>
10056 M:      Richard Weinberger <richard@nod.at>
10057 W:      http://www.linux-mtd.infradead.org/
10058 L:      linux-mtd@lists.infradead.org
10059 T:      git git://git.infradead.org/ubifs-2.6.git
10060 S:      Supported
10061 F:      drivers/mtd/ubi/
10062 F:      include/linux/mtd/ubi.h
10063 F:      include/uapi/mtd/ubi-user.h
10064
10065 USB ACM DRIVER
10066 M:      Oliver Neukum <oliver@neukum.org>
10067 L:      linux-usb@vger.kernel.org
10068 S:      Maintained
10069 F:      Documentation/usb/acm.txt
10070 F:      drivers/usb/class/cdc-acm.*
10071
10072 USB AR5523 WIRELESS DRIVER
10073 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10074 L:      linux-wireless@vger.kernel.org
10075 S:      Maintained
10076 F:      drivers/net/wireless/ath/ar5523/
10077
10078 USB ATTACHED SCSI
10079 M:      Hans de Goede <hdegoede@redhat.com>
10080 M:      Gerd Hoffmann <kraxel@redhat.com>
10081 L:      linux-usb@vger.kernel.org
10082 L:      linux-scsi@vger.kernel.org
10083 S:      Maintained
10084 F:      drivers/usb/storage/uas.c
10085
10086 USB CDC ETHERNET DRIVER
10087 M:      Oliver Neukum <oliver@neukum.org>
10088 L:      linux-usb@vger.kernel.org
10089 S:      Maintained
10090 F:      drivers/net/usb/cdc_*.c
10091 F:      include/uapi/linux/usb/cdc.h
10092
10093 USB CYPRESS C67X00 DRIVER
10094 M:      Peter Korsgaard <jacmet@sunsite.dk>
10095 L:      linux-usb@vger.kernel.org
10096 S:      Maintained
10097 F:      drivers/usb/c67x00/
10098
10099 USB DAVICOM DM9601 DRIVER
10100 M:      Peter Korsgaard <jacmet@sunsite.dk>
10101 L:      netdev@vger.kernel.org
10102 W:      http://www.linux-usb.org/usbnet
10103 S:      Maintained
10104 F:      drivers/net/usb/dm9601.c
10105
10106 USB DIAMOND RIO500 DRIVER
10107 M:      Cesar Miquel <miquel@df.uba.ar>
10108 L:      rio500-users@lists.sourceforge.net
10109 W:      http://rio500.sourceforge.net
10110 S:      Maintained
10111 F:      drivers/usb/misc/rio500*
10112
10113 USB EHCI DRIVER
10114 M:      Alan Stern <stern@rowland.harvard.edu>
10115 L:      linux-usb@vger.kernel.org
10116 S:      Maintained
10117 F:      Documentation/usb/ehci.txt
10118 F:      drivers/usb/host/ehci*
10119
10120 USB GADGET/PERIPHERAL SUBSYSTEM
10121 M:      Felipe Balbi <balbi@ti.com>
10122 L:      linux-usb@vger.kernel.org
10123 W:      http://www.linux-usb.org/gadget
10124 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10125 S:      Maintained
10126 F:      drivers/usb/gadget/
10127 F:      include/linux/usb/gadget*
10128
10129 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10130 M:      Jiri Kosina <jkosina@suse.cz>
10131 L:      linux-usb@vger.kernel.org
10132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10133 S:      Maintained
10134 F:      Documentation/hid/hiddev.txt
10135 F:      drivers/hid/usbhid/
10136
10137 USB ISP116X DRIVER
10138 M:      Olav Kongas <ok@artecdesign.ee>
10139 L:      linux-usb@vger.kernel.org
10140 S:      Maintained
10141 F:      drivers/usb/host/isp116x*
10142 F:      include/linux/usb/isp116x.h
10143
10144 USB MASS STORAGE DRIVER
10145 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10146 L:      linux-usb@vger.kernel.org
10147 L:      usb-storage@lists.one-eyed-alien.net
10148 S:      Maintained
10149 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10150 F:      drivers/usb/storage/
10151
10152 USB MIDI DRIVER
10153 M:      Clemens Ladisch <clemens@ladisch.de>
10154 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10155 T:      git git://git.alsa-project.org/alsa-kernel.git
10156 S:      Maintained
10157 F:      sound/usb/midi.*
10158
10159 USB NETWORKING DRIVERS
10160 L:      linux-usb@vger.kernel.org
10161 S:      Odd Fixes
10162 F:      drivers/net/usb/
10163
10164 USB OHCI DRIVER
10165 M:      Alan Stern <stern@rowland.harvard.edu>
10166 L:      linux-usb@vger.kernel.org
10167 S:      Maintained
10168 F:      Documentation/usb/ohci.txt
10169 F:      drivers/usb/host/ohci*
10170
10171 USB OVER IP DRIVER
10172 M:      Valentina Manea <valentina.manea.m@gmail.com>
10173 M:      Shuah Khan <shuah.kh@samsung.com>
10174 L:      linux-usb@vger.kernel.org
10175 S:      Maintained
10176 F:      drivers/usb/usbip/
10177 F:      tools/usb/usbip/
10178
10179 USB PEGASUS DRIVER
10180 M:      Petko Manolov <petkan@nucleusys.com>
10181 L:      linux-usb@vger.kernel.org
10182 L:      netdev@vger.kernel.org
10183 T:      git git://github.com/petkan/pegasus.git
10184 W:      https://github.com/petkan/pegasus
10185 S:      Maintained
10186 F:      drivers/net/usb/pegasus.*
10187
10188 USB PHY LAYER
10189 M:      Felipe Balbi <balbi@ti.com>
10190 L:      linux-usb@vger.kernel.org
10191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10192 S:      Maintained
10193 F:      drivers/usb/phy/
10194
10195 USB PRINTER DRIVER (usblp)
10196 M:      Pete Zaitcev <zaitcev@redhat.com>
10197 L:      linux-usb@vger.kernel.org
10198 S:      Supported
10199 F:      drivers/usb/class/usblp.c
10200
10201 USB RTL8150 DRIVER
10202 M:      Petko Manolov <petkan@nucleusys.com>
10203 L:      linux-usb@vger.kernel.org
10204 L:      netdev@vger.kernel.org
10205 T:      git git://github.com/petkan/rtl8150.git
10206 W:      https://github.com/petkan/rtl8150
10207 S:      Maintained
10208 F:      drivers/net/usb/rtl8150.c
10209
10210 USB SERIAL SUBSYSTEM
10211 M:      Johan Hovold <johan@kernel.org>
10212 L:      linux-usb@vger.kernel.org
10213 S:      Maintained
10214 F:      Documentation/usb/usb-serial.txt
10215 F:      drivers/usb/serial/
10216 F:      include/linux/usb/serial.h
10217
10218 USB SMSC75XX ETHERNET DRIVER
10219 M:      Steve Glendinning <steve.glendinning@shawell.net>
10220 L:      netdev@vger.kernel.org
10221 S:      Maintained
10222 F:      drivers/net/usb/smsc75xx.*
10223
10224 USB SMSC95XX ETHERNET DRIVER
10225 M:      Steve Glendinning <steve.glendinning@shawell.net>
10226 L:      netdev@vger.kernel.org
10227 S:      Maintained
10228 F:      drivers/net/usb/smsc95xx.*
10229
10230 USB SUBSYSTEM
10231 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10232 L:      linux-usb@vger.kernel.org
10233 W:      http://www.linux-usb.org
10234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10235 S:      Supported
10236 F:      Documentation/usb/
10237 F:      drivers/usb/
10238 F:      include/linux/usb.h
10239 F:      include/linux/usb/
10240
10241 USB UHCI DRIVER
10242 M:      Alan Stern <stern@rowland.harvard.edu>
10243 L:      linux-usb@vger.kernel.org
10244 S:      Maintained
10245 F:      drivers/usb/host/uhci*
10246
10247 USB "USBNET" DRIVER FRAMEWORK
10248 M:      Oliver Neukum <oneukum@suse.de>
10249 L:      netdev@vger.kernel.org
10250 W:      http://www.linux-usb.org/usbnet
10251 S:      Maintained
10252 F:      drivers/net/usb/usbnet.c
10253 F:      include/linux/usb/usbnet.h
10254
10255 USB VIDEO CLASS
10256 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10257 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10258 L:      linux-media@vger.kernel.org
10259 T:      git git://linuxtv.org/media_tree.git
10260 W:      http://www.ideasonboard.org/uvc/
10261 S:      Maintained
10262 F:      drivers/media/usb/uvc/
10263 F:      include/uapi/linux/uvcvideo.h
10264
10265 USB VISION DRIVER
10266 M:      Hans Verkuil <hverkuil@xs4all.nl>
10267 L:      linux-media@vger.kernel.org
10268 T:      git git://linuxtv.org/media_tree.git
10269 W:      http://linuxtv.org
10270 S:      Odd Fixes
10271 F:      drivers/media/usb/usbvision/
10272
10273 USB WEBCAM GADGET
10274 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10275 L:      linux-usb@vger.kernel.org
10276 S:      Maintained
10277 F:      drivers/usb/gadget/function/*uvc*
10278 F:      drivers/usb/gadget/legacy/webcam.c
10279
10280 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10281 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10282 L:      linux-wireless@vger.kernel.org
10283 S:      Maintained
10284 F:      drivers/net/wireless/rndis_wlan.c
10285
10286 USB XHCI DRIVER
10287 M:      Mathias Nyman <mathias.nyman@intel.com>
10288 L:      linux-usb@vger.kernel.org
10289 S:      Supported
10290 F:      drivers/usb/host/xhci*
10291 F:      drivers/usb/host/pci-quirks*
10292
10293 USB ZD1201 DRIVER
10294 L:      linux-wireless@vger.kernel.org
10295 W:      http://linux-lc100020.sourceforge.net
10296 S:      Orphan
10297 F:      drivers/net/wireless/zd1201.*
10298
10299 USB ZR364XX DRIVER
10300 M:      Antoine Jacquet <royale@zerezo.com>
10301 L:      linux-usb@vger.kernel.org
10302 L:      linux-media@vger.kernel.org
10303 T:      git git://linuxtv.org/media_tree.git
10304 W:      http://royale.zerezo.com/zr364xx/
10305 S:      Maintained
10306 F:      Documentation/video4linux/zr364xx.txt
10307 F:      drivers/media/usb/zr364xx/
10308
10309 USER-MODE LINUX (UML)
10310 M:      Jeff Dike <jdike@addtoit.com>
10311 M:      Richard Weinberger <richard@nod.at>
10312 L:      user-mode-linux-devel@lists.sourceforge.net
10313 L:      user-mode-linux-user@lists.sourceforge.net
10314 W:      http://user-mode-linux.sourceforge.net
10315 S:      Maintained
10316 F:      Documentation/virtual/uml/
10317 F:      arch/um/
10318 F:      arch/x86/um/
10319 F:      fs/hostfs/
10320 F:      fs/hppfs/
10321
10322 USERSPACE I/O (UIO)
10323 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10324 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10325 S:      Maintained
10326 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10327 F:      Documentation/DocBook/uio-howto.tmpl
10328 F:      drivers/uio/
10329 F:      include/linux/uio*.h
10330
10331 UTIL-LINUX PACKAGE
10332 M:      Karel Zak <kzak@redhat.com>
10333 L:      util-linux@vger.kernel.org
10334 W:      http://en.wikipedia.org/wiki/Util-linux
10335 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10336 S:      Maintained
10337
10338 UVESAFB DRIVER
10339 M:      Michal Januszewski <spock@gentoo.org>
10340 L:      linux-fbdev@vger.kernel.org
10341 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10342 S:      Maintained
10343 F:      Documentation/fb/uvesafb.txt
10344 F:      drivers/video/fbdev/uvesafb.*
10345
10346 VFAT/FAT/MSDOS FILESYSTEM
10347 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10348 S:      Maintained
10349 F:      Documentation/filesystems/vfat.txt
10350 F:      fs/fat/
10351
10352 VFIO DRIVER
10353 M:      Alex Williamson <alex.williamson@redhat.com>
10354 L:      kvm@vger.kernel.org
10355 S:      Maintained
10356 F:      Documentation/vfio.txt
10357 F:      drivers/vfio/
10358 F:      include/linux/vfio.h
10359 F:      include/uapi/linux/vfio.h
10360
10361 VIDEOBUF2 FRAMEWORK
10362 M:      Pawel Osciak <pawel@osciak.com>
10363 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10364 M:      Kyungmin Park <kyungmin.park@samsung.com>
10365 L:      linux-media@vger.kernel.org
10366 S:      Maintained
10367 F:      drivers/media/v4l2-core/videobuf2-*
10368 F:      include/media/videobuf2-*
10369
10370 VIRTIO CONSOLE DRIVER
10371 M:      Amit Shah <amit.shah@redhat.com>
10372 L:      virtualization@lists.linux-foundation.org
10373 S:      Maintained
10374 F:      drivers/char/virtio_console.c
10375 F:      include/linux/virtio_console.h
10376 F:      include/uapi/linux/virtio_console.h
10377
10378 VIRTIO CORE, NET AND BLOCK DRIVERS
10379 M:      Rusty Russell <rusty@rustcorp.com.au>
10380 M:      "Michael S. Tsirkin" <mst@redhat.com>
10381 L:      virtualization@lists.linux-foundation.org
10382 S:      Maintained
10383 F:      drivers/virtio/
10384 F:      tools/virtio/
10385 F:      drivers/net/virtio_net.c
10386 F:      drivers/block/virtio_blk.c
10387 F:      include/linux/virtio_*.h
10388 F:      include/uapi/linux/virtio_*.h
10389
10390 VIRTIO HOST (VHOST)
10391 M:      "Michael S. Tsirkin" <mst@redhat.com>
10392 L:      kvm@vger.kernel.org
10393 L:      virtualization@lists.linux-foundation.org
10394 L:      netdev@vger.kernel.org
10395 S:      Maintained
10396 F:      drivers/vhost/
10397 F:      include/uapi/linux/vhost.h
10398
10399 VIA RHINE NETWORK DRIVER
10400 M:      Roger Luethi <rl@hellgate.ch>
10401 S:      Maintained
10402 F:      drivers/net/ethernet/via/via-rhine.c
10403
10404 VIA SD/MMC CARD CONTROLLER DRIVER
10405 M:      Bruce Chang <brucechang@via.com.tw>
10406 M:      Harald Welte <HaraldWelte@viatech.com>
10407 S:      Maintained
10408 F:      drivers/mmc/host/via-sdmmc.c
10409
10410 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10411 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10412 L:      linux-fbdev@vger.kernel.org
10413 S:      Maintained
10414 F:      include/linux/via-core.h
10415 F:      include/linux/via-gpio.h
10416 F:      include/linux/via_i2c.h
10417 F:      drivers/video/fbdev/via/
10418
10419 VIA VELOCITY NETWORK DRIVER
10420 M:      Francois Romieu <romieu@fr.zoreil.com>
10421 L:      netdev@vger.kernel.org
10422 S:      Maintained
10423 F:      drivers/net/ethernet/via/via-velocity.*
10424
10425 VIVID VIRTUAL VIDEO DRIVER
10426 M:      Hans Verkuil <hverkuil@xs4all.nl>
10427 L:      linux-media@vger.kernel.org
10428 T:      git git://linuxtv.org/media_tree.git
10429 W:      http://linuxtv.org
10430 S:      Maintained
10431 F:      drivers/media/platform/vivid/*
10432
10433 VLAN (802.1Q)
10434 M:      Patrick McHardy <kaber@trash.net>
10435 L:      netdev@vger.kernel.org
10436 S:      Maintained
10437 F:      drivers/net/macvlan.c
10438 F:      include/linux/if_*vlan.h
10439 F:      net/8021q/
10440
10441 VLYNQ BUS
10442 M:      Florian Fainelli <florian@openwrt.org>
10443 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10444 S:      Maintained
10445 F:      drivers/vlynq/vlynq.c
10446 F:      include/linux/vlynq.h
10447
10448 VME SUBSYSTEM
10449 M:      Martyn Welch <martyn.welch@ge.com>
10450 M:      Manohar Vanga <manohar.vanga@gmail.com>
10451 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10452 L:      devel@driverdev.osuosl.org
10453 S:      Maintained
10454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10455 F:      Documentation/vme_api.txt
10456 F:      drivers/staging/vme/
10457 F:      drivers/vme/
10458 F:      include/linux/vme*
10459
10460 VMWARE HYPERVISOR INTERFACE
10461 M:      Alok Kataria <akataria@vmware.com>
10462 L:      virtualization@lists.linux-foundation.org
10463 S:      Supported
10464 F:      arch/x86/kernel/cpu/vmware.c
10465
10466 VMWARE BALLOON DRIVER
10467 M:      Xavier Deguillard <xdeguillard@vmware.com>
10468 M:      Philip Moltmann <moltmann@vmware.com>
10469 M:      "VMware, Inc." <pv-drivers@vmware.com>
10470 L:      linux-kernel@vger.kernel.org
10471 S:      Maintained
10472 F:      drivers/misc/vmw_balloon.c
10473
10474 VMWARE VMXNET3 ETHERNET DRIVER
10475 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10476 M:      "VMware, Inc." <pv-drivers@vmware.com>
10477 L:      netdev@vger.kernel.org
10478 S:      Maintained
10479 F:      drivers/net/vmxnet3/
10480
10481 VMware PVSCSI driver
10482 M:      Arvind Kumar <arvindkumar@vmware.com>
10483 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10484 L:      linux-scsi@vger.kernel.org
10485 S:      Maintained
10486 F:      drivers/scsi/vmw_pvscsi.c
10487 F:      drivers/scsi/vmw_pvscsi.h
10488
10489 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10490 M:      Liam Girdwood <lgirdwood@gmail.com>
10491 M:      Mark Brown <broonie@kernel.org>
10492 L:      linux-kernel@vger.kernel.org
10493 W:      http://opensource.wolfsonmicro.com/node/15
10494 W:      http://www.slimlogic.co.uk/?p=48
10495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10496 S:      Supported
10497 F:      drivers/regulator/
10498 F:      include/linux/regulator/
10499
10500 VT1211 HARDWARE MONITOR DRIVER
10501 M:      Juerg Haefliger <juergh@gmail.com>
10502 L:      lm-sensors@lm-sensors.org
10503 S:      Maintained
10504 F:      Documentation/hwmon/vt1211
10505 F:      drivers/hwmon/vt1211.c
10506
10507 VT8231 HARDWARE MONITOR DRIVER
10508 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10509 L:      lm-sensors@lm-sensors.org
10510 S:      Maintained
10511 F:      drivers/hwmon/vt8231.c
10512
10513 VUB300 USB to SDIO/SD/MMC bridge chip
10514 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10515 L:      linux-mmc@vger.kernel.org
10516 L:      linux-usb@vger.kernel.org
10517 S:      Supported
10518 F:      drivers/mmc/host/vub300.c
10519
10520 W1 DALLAS'S 1-WIRE BUS
10521 M:      Evgeniy Polyakov <zbr@ioremap.net>
10522 S:      Maintained
10523 F:      Documentation/w1/
10524 F:      drivers/w1/
10525
10526 W83791D HARDWARE MONITORING DRIVER
10527 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10528 L:      lm-sensors@lm-sensors.org
10529 S:      Maintained
10530 F:      Documentation/hwmon/w83791d
10531 F:      drivers/hwmon/w83791d.c
10532
10533 W83793 HARDWARE MONITORING DRIVER
10534 M:      Rudolf Marek <r.marek@assembler.cz>
10535 L:      lm-sensors@lm-sensors.org
10536 S:      Maintained
10537 F:      Documentation/hwmon/w83793
10538 F:      drivers/hwmon/w83793.c
10539
10540 W83795 HARDWARE MONITORING DRIVER
10541 M:      Jean Delvare <jdelvare@suse.de>
10542 L:      lm-sensors@lm-sensors.org
10543 S:      Maintained
10544 F:      drivers/hwmon/w83795.c
10545
10546 W83L51xD SD/MMC CARD INTERFACE DRIVER
10547 M:      Pierre Ossman <pierre@ossman.eu>
10548 S:      Maintained
10549 F:      drivers/mmc/host/wbsd.*
10550
10551 WACOM PROTOCOL 4 SERIAL TABLETS
10552 M:      Julian Squires <julian@cipht.net>
10553 M:      Hans de Goede <hdegoede@redhat.com>
10554 L:      linux-input@vger.kernel.org
10555 S:      Maintained
10556 F:      drivers/input/tablet/wacom_serial4.c
10557
10558 WATCHDOG DEVICE DRIVERS
10559 M:      Wim Van Sebroeck <wim@iguana.be>
10560 L:      linux-watchdog@vger.kernel.org
10561 W:      http://www.linux-watchdog.org/
10562 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10563 S:      Maintained
10564 F:      Documentation/watchdog/
10565 F:      drivers/watchdog/
10566 F:      include/linux/watchdog.h
10567 F:      include/uapi/linux/watchdog.h
10568
10569 WD7000 SCSI DRIVER
10570 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10571 L:      linux-scsi@vger.kernel.org
10572 S:      Maintained
10573 F:      drivers/scsi/wd7000.c
10574
10575 WIIMOTE HID DRIVER
10576 M:      David Herrmann <dh.herrmann@googlemail.com>
10577 L:      linux-input@vger.kernel.org
10578 S:      Maintained
10579 F:      drivers/hid/hid-wiimote*
10580
10581 WINBOND CIR DRIVER
10582 M:      David Härdeman <david@hardeman.nu>
10583 S:      Maintained
10584 F:      drivers/media/rc/winbond-cir.c
10585
10586 WIMAX STACK
10587 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10588 M:      linux-wimax@intel.com
10589 L:     wimax@linuxwimax.org (subscribers-only)
10590 S:      Supported
10591 W:      http://linuxwimax.org
10592 F:      Documentation/wimax/README.wimax
10593 F:      include/linux/wimax/debug.h
10594 F:      include/net/wimax.h
10595 F:      include/uapi/linux/wimax.h
10596 F:      net/wimax/
10597
10598 WISTRON LAPTOP BUTTON DRIVER
10599 M:      Miloslav Trmac <mitr@volny.cz>
10600 S:      Maintained
10601 F:      drivers/input/misc/wistron_btns.c
10602
10603 WL3501 WIRELESS PCMCIA CARD DRIVER
10604 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10605 L:      linux-wireless@vger.kernel.org
10606 W:      http://oops.ghostprotocols.net:81/blog
10607 S:      Maintained
10608 F:      drivers/net/wireless/wl3501*
10609
10610 WM97XX TOUCHSCREEN DRIVERS
10611 M:      Mark Brown <broonie@kernel.org>
10612 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10613 L:      linux-input@vger.kernel.org
10614 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10615 W:      http://opensource.wolfsonmicro.com/node/7
10616 S:      Supported
10617 F:      drivers/input/touchscreen/*wm97*
10618 F:      include/linux/wm97xx.h
10619
10620 WOLFSON MICROELECTRONICS DRIVERS
10621 L:      patches@opensource.wolfsonmicro.com
10622 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10623 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10624 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10625 S:      Supported
10626 F:      Documentation/hwmon/wm83??
10627 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10628 F:      drivers/clk/clk-wm83*.c
10629 F:      drivers/extcon/extcon-arizona.c
10630 F:      drivers/leds/leds-wm83*.c
10631 F:      drivers/gpio/gpio-*wm*.c
10632 F:      drivers/gpio/gpio-arizona.c
10633 F:      drivers/hwmon/wm83??-hwmon.c
10634 F:      drivers/input/misc/wm831x-on.c
10635 F:      drivers/input/touchscreen/wm831x-ts.c
10636 F:      drivers/input/touchscreen/wm97*.c
10637 F:      drivers/mfd/arizona*
10638 F:      drivers/mfd/wm*.c
10639 F:      drivers/power/wm83*.c
10640 F:      drivers/rtc/rtc-wm83*.c
10641 F:      drivers/regulator/wm8*.c
10642 F:      drivers/video/backlight/wm83*_bl.c
10643 F:      drivers/watchdog/wm83*_wdt.c
10644 F:      include/linux/mfd/arizona/
10645 F:      include/linux/mfd/wm831x/
10646 F:      include/linux/mfd/wm8350/
10647 F:      include/linux/mfd/wm8400*
10648 F:      include/linux/wm97xx.h
10649 F:      include/sound/wm????.h
10650 F:      sound/soc/codecs/arizona.?
10651 F:      sound/soc/codecs/wm*
10652
10653 WORKQUEUE
10654 M:      Tejun Heo <tj@kernel.org>
10655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10656 S:      Maintained
10657 F:      include/linux/workqueue.h
10658 F:      kernel/workqueue.c
10659 F:      Documentation/workqueue.txt
10660
10661 X.25 NETWORK LAYER
10662 M:      Andrew Hendry <andrew.hendry@gmail.com>
10663 L:      linux-x25@vger.kernel.org
10664 S:      Odd Fixes
10665 F:      Documentation/networking/x25*
10666 F:      include/net/x25*
10667 F:      net/x25/
10668
10669 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10670 M:      Thomas Gleixner <tglx@linutronix.de>
10671 M:      Ingo Molnar <mingo@redhat.com>
10672 M:      "H. Peter Anvin" <hpa@zytor.com>
10673 M:      x86@kernel.org
10674 L:      linux-kernel@vger.kernel.org
10675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10676 S:      Maintained
10677 F:      Documentation/x86/
10678 F:      arch/x86/
10679
10680 X86 PLATFORM DRIVERS
10681 M:      Darren Hart <dvhart@infradead.org>
10682 L:      platform-driver-x86@vger.kernel.org
10683 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10684 S:      Maintained
10685 F:      drivers/platform/x86/
10686
10687 X86 MCE INFRASTRUCTURE
10688 M:      Tony Luck <tony.luck@intel.com>
10689 M:      Borislav Petkov <bp@alien8.de>
10690 L:      linux-edac@vger.kernel.org
10691 S:      Maintained
10692 F:      arch/x86/kernel/cpu/mcheck/*
10693
10694 X86 VDSO
10695 M:      Andy Lutomirski <luto@amacapital.net>
10696 L:      linux-kernel@vger.kernel.org
10697 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10698 S:      Maintained
10699 F:      arch/x86/vdso/
10700
10701 XC2028/3028 TUNER DRIVER
10702 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10703 L:      linux-media@vger.kernel.org
10704 W:      http://linuxtv.org
10705 T:      git git://linuxtv.org/media_tree.git
10706 S:      Maintained
10707 F:      drivers/media/tuners/tuner-xc2028.*
10708
10709 XEN HYPERVISOR INTERFACE
10710 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10711 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10712 M:      David Vrabel <david.vrabel@citrix.com>
10713 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10715 S:      Supported
10716 F:      arch/x86/xen/
10717 F:      drivers/*/xen-*front.c
10718 F:      drivers/xen/
10719 F:      arch/x86/include/asm/xen/
10720 F:      include/xen/
10721 F:      include/uapi/xen/
10722
10723 XEN HYPERVISOR ARM
10724 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10725 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10726 S:      Supported
10727 F:      arch/arm/xen/
10728 F:      arch/arm/include/asm/xen/
10729
10730 XEN HYPERVISOR ARM64
10731 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10732 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10733 S:      Supported
10734 F:      arch/arm64/xen/
10735 F:      arch/arm64/include/asm/xen/
10736
10737 XEN NETWORK BACKEND DRIVER
10738 M:      Ian Campbell <ian.campbell@citrix.com>
10739 M:      Wei Liu <wei.liu2@citrix.com>
10740 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10741 L:      netdev@vger.kernel.org
10742 S:      Supported
10743 F:      drivers/net/xen-netback/*
10744
10745 XEN PCI SUBSYSTEM
10746 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10747 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10748 S:      Supported
10749 F:      arch/x86/pci/*xen*
10750 F:      drivers/pci/*xen*
10751
10752 XEN BLOCK SUBSYSTEM
10753 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10754 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
10755 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10756 S:      Supported
10757 F:      drivers/block/xen-blkback/*
10758 F:      drivers/block/xen*
10759
10760 XEN PVSCSI DRIVERS
10761 M:      Juergen Gross <jgross@suse.com>
10762 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10763 L:      linux-scsi@vger.kernel.org
10764 S:      Supported
10765 F:      drivers/scsi/xen-scsifront.c
10766 F:      drivers/xen/xen-scsiback.c
10767 F:      include/xen/interface/io/vscsiif.h
10768
10769 XEN SWIOTLB SUBSYSTEM
10770 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10771 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10772 S:      Supported
10773 F:      arch/x86/xen/*swiotlb*
10774 F:      drivers/xen/*swiotlb*
10775
10776 XFS FILESYSTEM
10777 P:      Silicon Graphics Inc
10778 M:      Dave Chinner <david@fromorbit.com>
10779 M:      xfs@oss.sgi.com
10780 L:      xfs@oss.sgi.com
10781 W:      http://oss.sgi.com/projects/xfs
10782 T:      git git://oss.sgi.com/xfs/xfs.git
10783 S:      Supported
10784 F:      Documentation/filesystems/xfs.txt
10785 F:      fs/xfs/
10786
10787 XILINX AXI ETHERNET DRIVER
10788 M:      Anirudha Sarangi <anirudh@xilinx.com>
10789 M:      John Linn <John.Linn@xilinx.com>
10790 S:      Maintained
10791 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10792
10793 XILINX UARTLITE SERIAL DRIVER
10794 M:      Peter Korsgaard <jacmet@sunsite.dk>
10795 L:      linux-serial@vger.kernel.org
10796 S:      Maintained
10797 F:      drivers/tty/serial/uartlite.c
10798
10799 XILLYBUS DRIVER
10800 M:      Eli Billauer <eli.billauer@gmail.com>
10801 L:      linux-kernel@vger.kernel.org
10802 S:      Supported
10803 F:      drivers/char/xillybus/
10804
10805 XTENSA XTFPGA PLATFORM SUPPORT
10806 M:      Max Filippov <jcmvbkbc@gmail.com>
10807 L:      linux-xtensa@linux-xtensa.org
10808 S:      Maintained
10809 F:      drivers/spi/spi-xtensa-xtfpga.c
10810 F:      sound/soc/xtensa/xtfpga-i2s.c
10811
10812 YAM DRIVER FOR AX.25
10813 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10814 L:      linux-hams@vger.kernel.org
10815 S:      Maintained
10816 F:      drivers/net/hamradio/yam*
10817 F:      include/linux/yam.h
10818
10819 YEALINK PHONE DRIVER
10820 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10821 L:      usbb2k-api-dev@nongnu.org
10822 S:      Maintained
10823 F:      Documentation/input/yealink.txt
10824 F:      drivers/input/misc/yealink.*
10825
10826 Z8530 DRIVER FOR AX.25
10827 M:      Joerg Reuter <jreuter@yaina.de>
10828 W:      http://yaina.de/jreuter/
10829 W:      http://www.qsl.net/dl1bke/
10830 L:      linux-hams@vger.kernel.org
10831 S:      Maintained
10832 F:      Documentation/networking/z8530drv.txt
10833 F:      drivers/net/hamradio/*scc.c
10834 F:      drivers/net/hamradio/z8530.h
10835
10836 ZBUD COMPRESSED PAGE ALLOCATOR
10837 M:      Seth Jennings <sjennings@variantweb.net>
10838 L:      linux-mm@kvack.org
10839 S:      Maintained
10840 F:      mm/zbud.c
10841 F:      include/linux/zbud.h
10842
10843 ZD1211RW WIRELESS DRIVER
10844 M:      Daniel Drake <dsd@gentoo.org>
10845 M:      Ulrich Kunitz <kune@deine-taler.de>
10846 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10847 L:      linux-wireless@vger.kernel.org
10848 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10849 S:      Maintained
10850 F:      drivers/net/wireless/zd1211rw/
10851
10852 ZR36067 VIDEO FOR LINUX DRIVER
10853 L:      mjpeg-users@lists.sourceforge.net
10854 L:      linux-media@vger.kernel.org
10855 W:      http://mjpeg.sourceforge.net/driver-zoran/
10856 T:      hg http://linuxtv.org/hg/v4l-dvb
10857 S:      Odd Fixes
10858 F:      drivers/media/pci/zoran/
10859
10860 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10861 M:      Minchan Kim <minchan@kernel.org>
10862 M:      Nitin Gupta <ngupta@vflare.org>
10863 L:      linux-kernel@vger.kernel.org
10864 S:      Maintained
10865 F:      drivers/block/zram/
10866 F:      Documentation/blockdev/zram.txt
10867
10868 ZS DECSTATION Z85C30 SERIAL DRIVER
10869 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10870 S:      Maintained
10871 F:      drivers/tty/serial/zs.*
10872
10873 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10874 M:      Minchan Kim <minchan@kernel.org>
10875 M:      Nitin Gupta <ngupta@vflare.org>
10876 L:      linux-mm@kvack.org
10877 S:      Maintained
10878 F:      mm/zsmalloc.c
10879 F:      include/linux/zsmalloc.h
10880
10881 ZSWAP COMPRESSED SWAP CACHING
10882 M:      Seth Jennings <sjennings@variantweb.net>
10883 L:      linux-mm@kvack.org
10884 S:      Maintained
10885 F:      mm/zswap.c
10886
10887 THE REST
10888 M:      Linus Torvalds <torvalds@linux-foundation.org>
10889 L:      linux-kernel@vger.kernel.org
10890 Q:      http://patchwork.kernel.org/project/LKML/list/
10891 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10892 S:      Buried alive in reporters
10893 F:      *
10894 F:      */