]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
livepatch: Fix subtle race with coming and going modules
[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 trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi/
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi/
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA TRIPLE SPEED ETHERNET DRIVER
567 M:      Vince Bridgers <vbridger@opensource.altera.com>
568 L:      netdev@vger.kernel.org
569 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570 S:      Maintained
571 F:      drivers/net/ethernet/altera/
572
573 ALTERA UART/JTAG UART SERIAL DRIVERS
574 M:      Tobias Klauser <tklauser@distanz.ch>
575 L:      linux-serial@vger.kernel.org
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/tty/serial/altera_uart.c
579 F:      drivers/tty/serial/altera_jtaguart.c
580 F:      include/linux/altera_uart.h
581 F:      include/linux/altera_jtaguart.h
582
583 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
584 M:      Tom Lendacky <thomas.lendacky@amd.com>
585 L:      linux-crypto@vger.kernel.org
586 S:      Supported
587 F:      drivers/crypto/ccp/
588 F:      include/linux/ccp.h
589
590 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
591 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
592 L:      lm-sensors@lm-sensors.org
593 S:      Maintained
594 F:      Documentation/hwmon/fam15h_power
595 F:      drivers/hwmon/fam15h_power.c
596
597 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
598 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
599 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
600 S:      Supported
601 F:      drivers/usb/gadget/udc/amd5536udc.*
602
603 AMD GEODE PROCESSOR/CHIPSET SUPPORT
604 P:      Andres Salomon <dilinger@queued.net>
605 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
606 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
607 S:      Supported
608 F:      drivers/char/hw_random/geode-rng.c
609 F:      drivers/crypto/geode*
610 F:      drivers/video/fbdev/geode/
611 F:      arch/x86/include/asm/geode.h
612
613 AMD IOMMU (AMD-VI)
614 M:      Joerg Roedel <joro@8bytes.org>
615 L:      iommu@lists.linux-foundation.org
616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
617 S:      Maintained
618 F:      drivers/iommu/amd_iommu*.[ch]
619 F:      include/linux/amd-iommu.h
620
621 AMD KFD
622 M:      Oded Gabbay <oded.gabbay@amd.com>
623 L:      dri-devel@lists.freedesktop.org
624 T:      git git://people.freedesktop.org/~gabbayo/linux.git
625 S:      Supported
626 F:      drivers/gpu/drm/amd/amdkfd/
627 F:      drivers/gpu/drm/radeon/radeon_kfd.c
628 F:      drivers/gpu/drm/radeon/radeon_kfd.h
629 F:      include/uapi/linux/kfd_ioctl.h
630
631 AMD MICROCODE UPDATE SUPPORT
632 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
633 L:      amd64-microcode@amd64.org
634 S:      Maintained
635 F:      arch/x86/kernel/cpu/microcode/amd*
636
637 AMD XGBE DRIVER
638 M:      Tom Lendacky <thomas.lendacky@amd.com>
639 L:      netdev@vger.kernel.org
640 S:      Supported
641 F:      drivers/net/ethernet/amd/xgbe/
642 F:      drivers/net/phy/amd-xgbe-phy.c
643
644 AMS (Apple Motion Sensor) DRIVER
645 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
646 S:      Supported
647 F:      drivers/macintosh/ams/
648
649 AMSO1100 RNIC DRIVER
650 M:      Tom Tucker <tom@opengridcomputing.com>
651 M:      Steve Wise <swise@opengridcomputing.com>
652 L:      linux-rdma@vger.kernel.org
653 S:      Maintained
654 F:      drivers/infiniband/hw/amso1100/
655
656 ANALOG DEVICES INC AD9389B DRIVER
657 M:      Hans Verkuil <hans.verkuil@cisco.com>
658 L:      linux-media@vger.kernel.org
659 S:      Maintained
660 F:      drivers/media/i2c/ad9389b*
661
662 ANALOG DEVICES INC ADV7511 DRIVER
663 M:      Hans Verkuil <hans.verkuil@cisco.com>
664 L:      linux-media@vger.kernel.org
665 S:      Maintained
666 F:      drivers/media/i2c/adv7511*
667
668 ANALOG DEVICES INC ADV7604 DRIVER
669 M:      Hans Verkuil <hans.verkuil@cisco.com>
670 L:      linux-media@vger.kernel.org
671 S:      Maintained
672 F:      drivers/media/i2c/adv7604*
673
674 ANALOG DEVICES INC ADV7842 DRIVER
675 M:      Hans Verkuil <hans.verkuil@cisco.com>
676 L:      linux-media@vger.kernel.org
677 S:      Maintained
678 F:      drivers/media/i2c/adv7842*
679
680 ANALOG DEVICES INC ASOC CODEC DRIVERS
681 M:      Lars-Peter Clausen <lars@metafoo.de>
682 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
683 W:      http://wiki.analog.com/
684 W:      http://ez.analog.com/community/linux-device-drivers
685 S:      Supported
686 F:      sound/soc/codecs/adau*
687 F:      sound/soc/codecs/adav*
688 F:      sound/soc/codecs/ad1*
689 F:      sound/soc/codecs/ad7*
690 F:      sound/soc/codecs/ssm*
691 F:      sound/soc/codecs/sigmadsp.*
692
693 ANALOG DEVICES INC ASOC DRIVERS
694 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
695 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
696 W:      http://blackfin.uclinux.org/
697 S:      Supported
698 F:      sound/soc/blackfin/*
699
700 ANALOG DEVICES INC IIO DRIVERS
701 M:      Lars-Peter Clausen <lars@metafoo.de>
702 M:      Michael Hennerich <Michael.Hennerich@analog.com>
703 W:      http://wiki.analog.com/
704 W:      http://ez.analog.com/community/linux-device-drivers
705 S:      Supported
706 F:      drivers/iio/*/ad*
707 X:      drivers/iio/*/adjd*
708 F:      drivers/staging/iio/*/ad*
709 F:      staging/iio/trigger/iio-trig-bfin-timer.c
710
711 ANDROID DRIVERS
712 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
713 M:      Arve HjønnevÃ¥g <arve@android.com>
714 M:      Riley Andrews <riandrews@android.com>
715 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
716 L:      devel@driverdev.osuosl.org
717 S:      Supported
718 F:      drivers/android/
719 F:      drivers/staging/android/
720
721 AOA (Apple Onboard Audio) ALSA DRIVER
722 M:      Johannes Berg <johannes@sipsolutions.net>
723 L:      linuxppc-dev@lists.ozlabs.org
724 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
725 S:      Maintained
726 F:      sound/aoa/
727
728 APM DRIVER
729 M:      Jiri Kosina <jkosina@suse.cz>
730 S:      Odd fixes
731 F:      arch/x86/kernel/apm_32.c
732 F:      include/linux/apm_bios.h
733 F:      include/uapi/linux/apm_bios.h
734 F:      drivers/char/apm-emulation.c
735
736 APPLE BCM5974 MULTITOUCH DRIVER
737 M:      Henrik Rydberg <rydberg@bitmath.org>
738 L:      linux-input@vger.kernel.org
739 S:      Odd fixes
740 F:      drivers/input/mouse/bcm5974.c
741
742 APPLE SMC DRIVER
743 M:      Henrik Rydberg <rydberg@bitmath.org>
744 L:      lm-sensors@lm-sensors.org
745 S:      Odd fixes
746 F:      drivers/hwmon/applesmc.c
747
748 APPLETALK NETWORK LAYER
749 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
750 S:      Maintained
751 F:      drivers/net/appletalk/
752 F:      net/appletalk/
753
754 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
755 M:      Iyappan Subramanian <isubramanian@apm.com>
756 M:      Keyur Chudgar <kchudgar@apm.com>
757 S:      Supported
758 F:      drivers/net/ethernet/apm/xgene/
759 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
760
761 APTINA CAMERA SENSOR PLL
762 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
763 L:      linux-media@vger.kernel.org
764 S:      Maintained
765 F:      drivers/media/i2c/aptina-pll.*
766
767 ARC FRAMEBUFFER DRIVER
768 M:      Jaya Kumar <jayalk@intworks.biz>
769 S:      Maintained
770 F:      drivers/video/fbdev/arcfb.c
771 F:      drivers/video/fbdev/core/fb_defio.c
772
773 ARM MFM AND FLOPPY DRIVERS
774 M:      Ian Molton <spyro@f2s.com>
775 S:      Maintained
776 F:      arch/arm/lib/floppydma.S
777 F:      arch/arm/include/asm/floppy.h
778
779 ARM PMU PROFILING AND DEBUGGING
780 M:      Will Deacon <will.deacon@arm.com>
781 S:      Maintained
782 F:      arch/arm/kernel/perf_event*
783 F:      arch/arm/oprofile/common.c
784 F:      arch/arm/include/asm/pmu.h
785 F:      arch/arm/kernel/hw_breakpoint.c
786 F:      arch/arm/include/asm/hw_breakpoint.h
787
788 ARM PORT
789 M:      Russell King <linux@arm.linux.org.uk>
790 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
791 W:      http://www.arm.linux.org.uk/
792 S:      Maintained
793 F:      arch/arm/
794
795 ARM SUB-ARCHITECTURES
796 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
797 S:      Maintained
798 F:      arch/arm/mach-*/
799 F:      arch/arm/plat-*/
800 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
801
802 ARM PRIMECELL AACI PL041 DRIVER
803 M:      Russell King <linux@arm.linux.org.uk>
804 S:      Maintained
805 F:      sound/arm/aaci.*
806
807 ARM PRIMECELL CLCD PL110 DRIVER
808 M:      Russell King <linux@arm.linux.org.uk>
809 S:      Maintained
810 F:      drivers/video/fbdev/amba-clcd.*
811
812 ARM PRIMECELL KMI PL050 DRIVER
813 M:      Russell King <linux@arm.linux.org.uk>
814 S:      Maintained
815 F:      drivers/input/serio/ambakmi.*
816 F:      include/linux/amba/kmi.h
817
818 ARM PRIMECELL MMCI PL180/1 DRIVER
819 M:      Russell King <linux@arm.linux.org.uk>
820 S:      Maintained
821 F:      drivers/mmc/host/mmci.*
822 F:      include/linux/amba/mmci.h
823
824 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
825 M:      Russell King <linux@arm.linux.org.uk>
826 S:      Maintained
827 F:      drivers/tty/serial/amba-pl01*.c
828 F:      include/linux/amba/serial.h
829
830 ARM PRIMECELL BUS SUPPORT
831 M:      Russell King <linux@arm.linux.org.uk>
832 S:      Maintained
833 F:      drivers/amba/
834 F:      include/linux/amba/bus.h
835
836 ARM/ADS SPHERE MACHINE SUPPORT
837 M:      Lennert Buytenhek <kernel@wantstofly.org>
838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839 S:      Maintained
840
841 ARM/AFEB9260 MACHINE SUPPORT
842 M:      Sergey Lapin <slapin@ossfans.org>
843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844 S:      Maintained
845
846 ARM/AJECO 1ARM MACHINE SUPPORT
847 M:      Lennert Buytenhek <kernel@wantstofly.org>
848 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
849 S:      Maintained
850
851 ARM/Allwinner A1X SoC support
852 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
853 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
854 S:      Maintained
855 N:      sun[x4567]i
856
857 ARM/Allwinner SoC Clock Support
858 M:      Emilio López <emilio@elopez.com.ar>
859 S:      Maintained
860 F:      drivers/clk/sunxi/
861
862 ARM/Amlogic MesonX SoC support
863 M:      Carlo Caione <carlo@caione.org>
864 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
865 S:      Maintained
866 F:      drivers/media/rc/meson-ir.c
867 N:      meson[x68]
868
869 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
870 M:      Andrew Victor <linux@maxim.org.za>
871 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
872 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
873 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
874 W:      http://maxim.org.za/at91_26.html
875 W:      http://www.linux4sam.org
876 S:      Supported
877 F:      arch/arm/mach-at91/
878 F:      include/soc/at91/
879 F:      arch/arm/boot/dts/at91*.dts
880 F:      arch/arm/boot/dts/at91*.dtsi
881 F:      arch/arm/boot/dts/sama*.dts
882 F:      arch/arm/boot/dts/sama*.dtsi
883
884 ARM/ATMEL AT91 Clock Support
885 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
886 S:      Maintained
887 F:      drivers/clk/at91
888
889 ARM/CALXEDA HIGHBANK ARCHITECTURE
890 M:      Rob Herring <robh@kernel.org>
891 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 S:      Maintained
893 F:      arch/arm/mach-highbank/
894
895 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
896 M:      Krzysztof Halasa <khalasa@piap.pl>
897 S:      Maintained
898 F:      arch/arm/mach-cns3xxx/
899
900 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
901 M:      Alexander Shiyan <shc_work@mail.ru>
902 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
903 S:      Odd Fixes
904 N:      clps711x
905
906 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
907 M:      Hartley Sweeten <hsweeten@visionengravers.com>
908 M:      Ryan Mallon <rmallon@gmail.com>
909 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
910 S:      Maintained
911 F:      arch/arm/mach-ep93xx/
912 F:      arch/arm/mach-ep93xx/include/mach/
913
914 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
915 M:      Lennert Buytenhek <kernel@wantstofly.org>
916 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
917 S:      Maintained
918
919 ARM/CLKDEV SUPPORT
920 M:      Russell King <linux@arm.linux.org.uk>
921 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
922 S:      Maintained
923 F:      arch/arm/include/asm/clkdev.h
924 F:      drivers/clk/clkdev.c
925
926 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
927 M:      Mike Rapoport <mike@compulab.co.il>
928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S:      Maintained
930
931 ARM/CONTEC MICRO9 MACHINE SUPPORT
932 M:      Hubert Feurstein <hubert.feurstein@contec.at>
933 S:      Maintained
934 F:      arch/arm/mach-ep93xx/micro9.c
935
936 ARM/CORESIGHT FRAMEWORK AND DRIVERS
937 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
938 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
939 S:      Maintained
940 F:      drivers/coresight/*
941 F:      Documentation/trace/coresight.txt
942 F:      Documentation/devicetree/bindings/arm/coresight.txt
943 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
944
945 ARM/CORGI MACHINE SUPPORT
946 M:      Richard Purdie <rpurdie@rpsys.net>
947 S:      Maintained
948
949 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
950 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
952 T:      git git://git.berlios.de/gemini-board
953 S:      Maintained
954 F:      arch/arm/mach-gemini/
955
956 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
957 M:      Barry Song <baohua@kernel.org>
958 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
960 S:      Maintained
961 F:      arch/arm/mach-prima2/
962 F:      drivers/clk/sirf/
963 F:      drivers/clocksource/timer-prima2.c
964 F:      drivers/clocksource/timer-marco.c
965 N:      [^a-z]sirf
966
967 ARM/EBSA110 MACHINE SUPPORT
968 M:      Russell King <linux@arm.linux.org.uk>
969 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
970 W:      http://www.arm.linux.org.uk/
971 S:      Maintained
972 F:      arch/arm/mach-ebsa110/
973 F:      drivers/net/ethernet/amd/am79c961a.*
974
975 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
976 M:      Uwe Kleine-König <kernel@pengutronix.de>
977 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
978 S:      Maintained
979 N:      efm32
980
981 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
982 M:      Daniel Ribeiro <drwyrm@gmail.com>
983 M:      Stefan Schmidt <stefan@openezx.org>
984 M:      Harald Welte <laforge@openezx.org>
985 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
986 W:      http://www.openezx.org/
987 S:      Maintained
988 T:      topgit git://git.openezx.org/openezx.git
989 F:      arch/arm/mach-pxa/ezx.c
990
991 ARM/FARADAY FA526 PORT
992 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994 S:      Maintained
995 T:      git git://git.berlios.de/gemini-board
996 F:      arch/arm/mm/*-fa*
997
998 ARM/FOOTBRIDGE ARCHITECTURE
999 M:      Russell King <linux@arm.linux.org.uk>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 W:      http://www.arm.linux.org.uk/
1002 S:      Maintained
1003 F:      arch/arm/include/asm/hardware/dec21285.h
1004 F:      arch/arm/mach-footbridge/
1005
1006 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1007 M:      Shawn Guo <shawn.guo@linaro.org>
1008 M:      Sascha Hauer <kernel@pengutronix.de>
1009 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1010 S:      Maintained
1011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1012 F:      arch/arm/mach-imx/
1013 F:      arch/arm/mach-mxs/
1014 F:      arch/arm/boot/dts/imx*
1015 F:      arch/arm/configs/imx*_defconfig
1016
1017 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1018 M:      Lennert Buytenhek <kernel@wantstofly.org>
1019 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1020 S:      Maintained
1021
1022 ARM/GUMSTIX MACHINE SUPPORT
1023 M:      Steve Sakoman <sakoman@gmail.com>
1024 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1025 S:      Maintained
1026
1027 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1028 M:      Philipp Zabel <philipp.zabel@gmail.com>
1029 M:      Paul Parsons <lost.distance@yahoo.com>
1030 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1031 S:      Maintained
1032 F:      arch/arm/mach-pxa/hx4700.c
1033 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1034 F:      sound/soc/pxa/hx4700.c
1035
1036 ARM/HISILICON SOC SUPPORT
1037 M:      Wei Xu <xuwei5@hisilicon.com>
1038 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1039 W:      http://www.hisilicon.com
1040 S:      Supported
1041 T:      git git://github.com/hisilicon/linux-hisi.git
1042 F:      arch/arm/mach-hisi/
1043
1044 ARM/HP JORNADA 7XX MACHINE SUPPORT
1045 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1046 W:      www.jlime.com
1047 S:      Maintained
1048 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1049 F:      arch/arm/mach-sa1100/jornada720.c
1050 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1051
1052 ARM/IGEP MACHINE SUPPORT
1053 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1054 M:      Javier Martinez Canillas <javier@dowhile0.org>
1055 L:      linux-omap@vger.kernel.org
1056 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1057 S:      Maintained
1058 F:      arch/arm/boot/dts/omap3-igep*
1059
1060 ARM/INCOME PXA270 SUPPORT
1061 M:      Marek Vasut <marek.vasut@gmail.com>
1062 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1063 S:      Maintained
1064 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1065
1066 ARM/INTEL IOP32X ARM ARCHITECTURE
1067 M:      Lennert Buytenhek <kernel@wantstofly.org>
1068 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1069 S:      Maintained
1070
1071 ARM/INTEL IOP33X ARM ARCHITECTURE
1072 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1073 S:      Orphan
1074
1075 ARM/INTEL IOP13XX ARM ARCHITECTURE
1076 M:      Lennert Buytenhek <kernel@wantstofly.org>
1077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 S:      Maintained
1079
1080 ARM/INTEL IQ81342EX MACHINE SUPPORT
1081 M:      Lennert Buytenhek <kernel@wantstofly.org>
1082 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1083 S:      Maintained
1084
1085 ARM/INTEL IXDP2850 MACHINE SUPPORT
1086 M:      Lennert Buytenhek <kernel@wantstofly.org>
1087 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1088 S:      Maintained
1089
1090 ARM/INTEL IXP4XX ARM ARCHITECTURE
1091 M:      Imre Kaloz <kaloz@openwrt.org>
1092 M:      Krzysztof Halasa <khalasa@piap.pl>
1093 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1094 S:      Maintained
1095 F:      arch/arm/mach-ixp4xx/
1096
1097 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1098 M:      Jonathan Cameron <jic23@cam.ac.uk>
1099 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1100 S:      Maintained
1101 F:      arch/arm/mach-pxa/stargate2.c
1102 F:      drivers/pcmcia/pxa2xx_stargate2.c
1103
1104 ARM/INTEL XSC3 (MANZANO) ARM CORE
1105 M:      Lennert Buytenhek <kernel@wantstofly.org>
1106 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1107 S:      Maintained
1108
1109 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1110 M:      Lennert Buytenhek <kernel@wantstofly.org>
1111 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1112 S:      Maintained
1113
1114 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1115 M:      Santosh Shilimkar <ssantosh@kernel.org>
1116 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1117 S:      Maintained
1118 F:      arch/arm/mach-keystone/
1119 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1120
1121 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1122 M:      Santosh Shilimkar <ssantosh@kernel.org>
1123 L:      linux-kernel@vger.kernel.org
1124 S:      Maintained
1125 F:      drivers/clk/keystone/
1126
1127 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1128 M:      Santosh Shilimkar <ssantosh@kernel.org>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 L:      linux-kernel@vger.kernel.org
1131 S:      Maintained
1132 F:      drivers/clocksource/timer-keystone.c
1133
1134 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1135 M:      Santosh Shilimkar <ssantosh@kernel.org>
1136 L:      linux-kernel@vger.kernel.org
1137 S:      Maintained
1138 F:      drivers/power/reset/keystone-reset.c
1139
1140 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1141 M:      Santosh Shilimkar <ssantosh@kernel.org>
1142 L:      linux-kernel@vger.kernel.org
1143 S:      Maintained
1144 F:      drivers/memory/*emif*
1145
1146 ARM/LOGICPD PXA270 MACHINE SUPPORT
1147 M:      Lennert Buytenhek <kernel@wantstofly.org>
1148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1149 S:      Maintained
1150
1151 ARM/MAGICIAN MACHINE SUPPORT
1152 M:      Philipp Zabel <philipp.zabel@gmail.com>
1153 S:      Maintained
1154
1155 ARM/Marvell Armada 370 and Armada XP SOC support
1156 M:      Jason Cooper <jason@lakedaemon.net>
1157 M:      Andrew Lunn <andrew@lunn.ch>
1158 M:      Gregory Clement <gregory.clement@free-electrons.com>
1159 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1160 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1161 S:      Maintained
1162 F:      arch/arm/mach-mvebu/
1163
1164 ARM/Marvell Berlin SoC support
1165 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1167 S:      Maintained
1168 F:      arch/arm/mach-berlin/
1169
1170 ARM/Marvell Dove/MV78xx0/Orion SOC support
1171 M:      Jason Cooper <jason@lakedaemon.net>
1172 M:      Andrew Lunn <andrew@lunn.ch>
1173 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1174 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1175 S:      Maintained
1176 F:      arch/arm/mach-dove/
1177 F:      arch/arm/mach-mv78xx0/
1178 F:      arch/arm/mach-orion5x/
1179 F:      arch/arm/plat-orion/
1180
1181 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1182 M:      Alexander Clouter <alex@digriz.org.uk>
1183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 W:      http://www.digriz.org.uk/ts78xx/kernel
1185 S:      Maintained
1186 F:      arch/arm/mach-orion5x/ts78xx-*
1187
1188 ARM/Mediatek SoC support
1189 M:      Matthias Brugger <matthias.bgg@gmail.com>
1190 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1191 S:      Maintained
1192 F:      arch/arm/boot/dts/mt6*
1193 F:      arch/arm/boot/dts/mt8*
1194 F:      arch/arm/mach-mediatek/
1195 N:      mtk
1196 K:      mediatek
1197
1198 ARM/MICREL KS8695 ARCHITECTURE
1199 M:      Greg Ungerer <gerg@uclinux.org>
1200 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1201 F:      arch/arm/mach-ks8695/
1202 S:      Odd Fixes
1203
1204 ARM/MIOA701 MACHINE SUPPORT
1205 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1206 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1207 F:      arch/arm/mach-pxa/mioa701.c
1208 S:      Maintained
1209
1210 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1211 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1212 S:      Maintained
1213
1214 ARM/NOMADIK ARCHITECTURE
1215 M:      Alessandro Rubini <rubini@unipv.it>
1216 M:      Linus Walleij <linus.walleij@linaro.org>
1217 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1218 S:      Maintained
1219 F:      arch/arm/mach-nomadik/
1220 F:      drivers/pinctrl/nomadik/
1221 F:      drivers/i2c/busses/i2c-nomadik.c
1222 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1223
1224 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1225 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1226 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1227 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1228 S:      Supported
1229
1230 ARM/QUALCOMM MSM MACHINE SUPPORT
1231 M:      David Brown <davidb@codeaurora.org>
1232 M:      Daniel Walker <dwalker@fifo99.com>
1233 M:      Bryan Huntsman <bryanh@codeaurora.org>
1234 L:      linux-arm-msm@vger.kernel.org
1235 F:      arch/arm/mach-msm/
1236 F:      drivers/video/fbdev/msm/
1237 F:      drivers/mmc/host/msm_sdcc.c
1238 F:      drivers/mmc/host/msm_sdcc.h
1239 F:      drivers/tty/serial/msm_serial.h
1240 F:      drivers/tty/serial/msm_serial.c
1241 F:      drivers/*/pm8???-*
1242 F:      drivers/mfd/ssbi.c
1243 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1244 S:      Maintained
1245
1246 ARM/TOSA MACHINE SUPPORT
1247 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1248 M:      Dirk Opfer <dirk@opfer-online.de>
1249 S:      Maintained
1250
1251 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1252 M:      Marek Vasut <marek.vasut@gmail.com>
1253 L:      linux-arm-kernel@lists.infradead.org
1254 W:      http://hackndev.com
1255 S:      Maintained
1256 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1257 F:      arch/arm/mach-pxa/palmtx.c
1258 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1259 F:      arch/arm/mach-pxa/palmt5.c
1260 F:      arch/arm/mach-pxa/include/mach/palmld.h
1261 F:      arch/arm/mach-pxa/palmld.c
1262 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1263 F:      arch/arm/mach-pxa/palmte2.c
1264 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1265 F:      arch/arm/mach-pxa/palmtc.c
1266
1267 ARM/PALM TREO SUPPORT
1268 M:      Tomas Cech <sleep_walker@suse.cz>
1269 L:      linux-arm-kernel@lists.infradead.org
1270 W:      http://hackndev.com
1271 S:      Maintained
1272 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1273 F:      arch/arm/mach-pxa/palmtreo.c
1274
1275 ARM/PALMZ72 SUPPORT
1276 M:      Sergey Lapin <slapin@ossfans.org>
1277 L:      linux-arm-kernel@lists.infradead.org
1278 W:      http://hackndev.com
1279 S:      Maintained
1280 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1281 F:      arch/arm/mach-pxa/palmz72.c
1282
1283 ARM/PLEB SUPPORT
1284 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1285 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1286 S:      Maintained
1287
1288 ARM/PT DIGITAL BOARD PORT
1289 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1290 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1291 W:      http://www.arm.linux.org.uk/
1292 S:      Maintained
1293
1294 ARM/QUALCOMM SUPPORT
1295 M:      Kumar Gala <galak@codeaurora.org>
1296 M:      David Brown <davidb@codeaurora.org>
1297 L:      linux-arm-msm@vger.kernel.org
1298 S:      Maintained
1299 F:      arch/arm/mach-qcom/
1300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1301
1302 ARM/RADISYS ENP2611 MACHINE SUPPORT
1303 M:      Lennert Buytenhek <kernel@wantstofly.org>
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 S:      Maintained
1306
1307 ARM/RISCPC ARCHITECTURE
1308 M:      Russell King <linux@arm.linux.org.uk>
1309 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1310 W:      http://www.arm.linux.org.uk/
1311 S:      Maintained
1312 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1313 F:      arch/arm/include/asm/hardware/ioc.h
1314 F:      arch/arm/include/asm/hardware/iomd.h
1315 F:      arch/arm/include/asm/hardware/memc.h
1316 F:      arch/arm/mach-rpc/
1317 F:      drivers/net/ethernet/8390/etherh.c
1318 F:      drivers/net/ethernet/i825xx/ether1*
1319 F:      drivers/net/ethernet/seeq/ether3*
1320 F:      drivers/scsi/arm/
1321
1322 ARM/Rockchip SoC support
1323 M:      Heiko Stuebner <heiko@sntech.de>
1324 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1325 L:      linux-rockchip@lists.infradead.org
1326 S:      Maintained
1327 F:      arch/arm/boot/dts/rk3*
1328 F:      arch/arm/mach-rockchip/
1329 F:      drivers/clk/rockchip/
1330 F:      drivers/i2c/busses/i2c-rk3x.c
1331 F:      drivers/*/*rockchip*
1332 F:      drivers/*/*/*rockchip*
1333 F:      sound/soc/rockchip/
1334
1335 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1336 M:      Kukjin Kim <kgene@kernel.org>
1337 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1338 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1339 S:      Maintained
1340 F:      arch/arm/boot/dts/s3c*
1341 F:      arch/arm/boot/dts/exynos*
1342 F:      arch/arm/plat-samsung/
1343 F:      arch/arm/mach-s3c24*/
1344 F:      arch/arm/mach-s3c64xx/
1345 F:      arch/arm/mach-s5p*/
1346 F:      arch/arm/mach-exynos*/
1347 F:      drivers/*/*s3c2410*
1348 F:      drivers/*/*/*s3c2410*
1349 F:      drivers/spi/spi-s3c*
1350 F:      sound/soc/samsung/*
1351 N:      exynos
1352
1353 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1354 M:      Kyungmin Park <kyungmin.park@samsung.com>
1355 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1356 S:      Maintained
1357 F:      arch/arm/mach-s5pv210/
1358
1359 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1360 M:      Kyungmin Park <kyungmin.park@samsung.com>
1361 M:      Kamil Debski <k.debski@samsung.com>
1362 L:      linux-arm-kernel@lists.infradead.org
1363 L:      linux-media@vger.kernel.org
1364 S:      Maintained
1365 F:      drivers/media/platform/s5p-g2d/
1366
1367 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1368 M:      Kyungmin Park <kyungmin.park@samsung.com>
1369 M:      Kamil Debski <k.debski@samsung.com>
1370 M:      Jeongtae Park <jtp.park@samsung.com>
1371 L:      linux-arm-kernel@lists.infradead.org
1372 L:      linux-media@vger.kernel.org
1373 S:      Maintained
1374 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1375 F:      drivers/media/platform/s5p-mfc/
1376
1377 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1378 M:      Kyungmin Park <kyungmin.park@samsung.com>
1379 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1380 L:      linux-arm-kernel@lists.infradead.org
1381 L:      linux-media@vger.kernel.org
1382 S:      Maintained
1383 F:      drivers/media/platform/s5p-tv/
1384
1385 ARM/SHMOBILE ARM ARCHITECTURE
1386 M:      Simon Horman <horms@verge.net.au>
1387 M:      Magnus Damm <magnus.damm@gmail.com>
1388 L:      linux-sh@vger.kernel.org
1389 W:      http://oss.renesas.com
1390 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1391 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1392 S:      Supported
1393 F:      arch/arm/boot/dts/emev2*
1394 F:      arch/arm/boot/dts/r7s*
1395 F:      arch/arm/boot/dts/r8a*
1396 F:      arch/arm/boot/dts/sh*
1397 F:      arch/arm/configs/ape6evm_defconfig
1398 F:      arch/arm/configs/armadillo800eva_defconfig
1399 F:      arch/arm/configs/bockw_defconfig
1400 F:      arch/arm/configs/kzm9g_defconfig
1401 F:      arch/arm/configs/lager_defconfig
1402 F:      arch/arm/configs/mackerel_defconfig
1403 F:      arch/arm/configs/marzen_defconfig
1404 F:      arch/arm/configs/shmobile_defconfig
1405 F:      arch/arm/include/debug/renesas-scif.S
1406 F:      arch/arm/mach-shmobile/
1407 F:      drivers/sh/
1408
1409 ARM/SOCFPGA ARCHITECTURE
1410 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1411 S:      Maintained
1412 F:      arch/arm/mach-socfpga/
1413 W:      http://www.rocketboards.org
1414 T:      git://git.rocketboards.org/linux-socfpga.git
1415 T:      git://git.rocketboards.org/linux-socfpga-next.git
1416
1417 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1418 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1419 S:      Maintained
1420 F:      drivers/clk/socfpga/
1421
1422 ARM/SOCFPGA EDAC SUPPORT
1423 M:      Thor Thayer <tthayer@opensource.altera.com>
1424 S:      Maintained
1425 F:      drivers/edac/altera_edac.
1426
1427 ARM/STI ARCHITECTURE
1428 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1429 M:      Maxime Coquelin <maxime.coquelin@st.com>
1430 M:      Patrice Chotard <patrice.chotard@st.com>
1431 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1432 L:      kernel@stlinux.com
1433 W:      http://www.stlinux.com
1434 S:      Maintained
1435 F:      arch/arm/mach-sti/
1436 F:      arch/arm/boot/dts/sti*
1437 F:      drivers/clocksource/arm_global_timer.c
1438 F:      drivers/i2c/busses/i2c-st.c
1439 F:      drivers/media/rc/st_rc.c
1440 F:      drivers/mmc/host/sdhci-st.c
1441 F:      drivers/phy/phy-stih407-usb.c
1442 F:      drivers/phy/phy-stih41x-usb.c
1443 F:      drivers/pinctrl/pinctrl-st.c
1444 F:      drivers/reset/sti/
1445 F:      drivers/tty/serial/st-asc.c
1446 F:      drivers/usb/dwc3/dwc3-st.c
1447 F:      drivers/usb/host/ehci-st.c
1448 F:      drivers/usb/host/ohci-st.c
1449 F:      drivers/ata/ahci_st.c
1450
1451 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1452 M:      Lennert Buytenhek <kernel@wantstofly.org>
1453 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1454 S:      Maintained
1455
1456 ARM/TETON BGA MACHINE SUPPORT
1457 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1458 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1459 S:      Maintained
1460
1461 ARM/THECUS N2100 MACHINE SUPPORT
1462 M:      Lennert Buytenhek <kernel@wantstofly.org>
1463 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1464 S:      Maintained
1465
1466 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1467 M:      Wan ZongShun <mcuos.com@gmail.com>
1468 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1469 W:      http://www.mcuos.com
1470 S:      Maintained
1471 F:      arch/arm/mach-w90x900/
1472 F:      drivers/input/keyboard/w90p910_keypad.c
1473 F:      drivers/input/touchscreen/w90p910_ts.c
1474 F:      drivers/watchdog/nuc900_wdt.c
1475 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1476 F:      drivers/mtd/nand/nuc900_nand.c
1477 F:      drivers/rtc/rtc-nuc900.c
1478 F:      drivers/spi/spi-nuc900.c
1479 F:      drivers/usb/host/ehci-w90x900.c
1480 F:      drivers/video/fbdev/nuc900fb.c
1481
1482 ARM/U300 MACHINE SUPPORT
1483 M:      Linus Walleij <linus.walleij@linaro.org>
1484 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1485 S:      Supported
1486 F:      arch/arm/mach-u300/
1487 F:      drivers/clocksource/timer-u300.c
1488 F:      drivers/i2c/busses/i2c-stu300.c
1489 F:      drivers/rtc/rtc-coh901331.c
1490 F:      drivers/watchdog/coh901327_wdt.c
1491 F:      drivers/dma/coh901318*
1492 F:      drivers/mfd/ab3100*
1493 F:      drivers/rtc/rtc-ab3100.c
1494 F:      drivers/rtc/rtc-coh901331.c
1495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1496
1497 ARM/Ux500 ARM ARCHITECTURE
1498 M:      Linus Walleij <linus.walleij@linaro.org>
1499 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1500 S:      Maintained
1501 F:      arch/arm/mach-ux500/
1502 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1503 F:      drivers/dma/ste_dma40*
1504 F:      drivers/hwspinlock/u8500_hsem.c
1505 F:      drivers/mfd/abx500*
1506 F:      drivers/mfd/ab8500*
1507 F:      drivers/mfd/dbx500*
1508 F:      drivers/mfd/db8500*
1509 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1510 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1511 F:      drivers/rtc/rtc-ab8500.c
1512 F:      drivers/rtc/rtc-pl031.c
1513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1514
1515 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1516 M:      Ulf Hansson <ulf.hansson@linaro.org>
1517 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1518 T:      git git://git.linaro.org/people/ulfh/clk.git
1519 S:      Maintained
1520 F:      drivers/clk/ux500/
1521 F:      include/linux/platform_data/clk-ux500.h
1522
1523 ARM/VERSATILE EXPRESS PLATFORM
1524 M:      Liviu Dudau <liviu.dudau@arm.com>
1525 M:      Sudeep Holla <sudeep.holla@arm.com>
1526 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1527 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1528 S:      Maintained
1529 F:      arch/arm/boot/dts/vexpress*
1530 F:      arch/arm/mach-vexpress/
1531 F:      */*/vexpress*
1532 F:      */*/*/vexpress*
1533 F:      drivers/clk/versatile/clk-vexpress-osc.c
1534 F:      drivers/clocksource/versatile.c
1535
1536 ARM/VFP SUPPORT
1537 M:      Russell King <linux@arm.linux.org.uk>
1538 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1539 W:      http://www.arm.linux.org.uk/
1540 S:      Maintained
1541 F:      arch/arm/vfp/
1542
1543 ARM/VOIPAC PXA270 SUPPORT
1544 M:      Marek Vasut <marek.vasut@gmail.com>
1545 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1546 S:      Maintained
1547 F:      arch/arm/mach-pxa/vpac270.c
1548 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1549
1550 ARM/VT8500 ARM ARCHITECTURE
1551 M:      Tony Prisk <linux@prisktech.co.nz>
1552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1553 S:      Maintained
1554 F:      arch/arm/mach-vt8500/
1555 F:      drivers/clocksource/vt8500_timer.c
1556 F:      drivers/i2c/busses/i2c-wmt.c
1557 F:      drivers/mmc/host/wmt-sdmmc.c
1558 F:      drivers/pwm/pwm-vt8500.c
1559 F:      drivers/rtc/rtc-vt8500.c
1560 F:      drivers/tty/serial/vt8500_serial.c
1561 F:      drivers/usb/host/ehci-platform.c
1562 F:      drivers/usb/host/uhci-platform.c
1563 F:      drivers/video/fbdev/vt8500lcdfb.*
1564 F:      drivers/video/fbdev/wm8505fb*
1565 F:      drivers/video/fbdev/wmt_ge_rops.*
1566
1567 ARM/ZIPIT Z2 SUPPORT
1568 M:      Marek Vasut <marek.vasut@gmail.com>
1569 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1570 S:      Maintained
1571 F:      arch/arm/mach-pxa/z2.c
1572 F:      arch/arm/mach-pxa/include/mach/z2.h
1573
1574 ARM/ZYNQ ARCHITECTURE
1575 M:      Michal Simek <michal.simek@xilinx.com>
1576 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1577 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1578 W:      http://wiki.xilinx.com
1579 T:      git git://git.xilinx.com/linux-xlnx.git
1580 S:      Supported
1581 F:      arch/arm/mach-zynq/
1582 F:      drivers/cpuidle/cpuidle-zynq.c
1583 F:      drivers/block/xsysace.c
1584 N:      zynq
1585 N:      xilinx
1586 F:      drivers/clocksource/cadence_ttc_timer.c
1587 F:      drivers/i2c/busses/i2c-cadence.c
1588 F:      drivers/mmc/host/sdhci-of-arasan.c
1589 F:      drivers/edac/synopsys_edac.c
1590
1591 ARM SMMU DRIVER
1592 M:      Will Deacon <will.deacon@arm.com>
1593 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1594 S:      Maintained
1595 F:      drivers/iommu/arm-smmu.c
1596
1597 ARM64 PORT (AARCH64 ARCHITECTURE)
1598 M:      Catalin Marinas <catalin.marinas@arm.com>
1599 M:      Will Deacon <will.deacon@arm.com>
1600 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1601 S:      Maintained
1602 F:      arch/arm64/
1603 F:      Documentation/arm64/
1604
1605 AS3645A LED FLASH CONTROLLER DRIVER
1606 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1607 L:      linux-media@vger.kernel.org
1608 T:      git git://linuxtv.org/media_tree.git
1609 S:      Maintained
1610 F:      drivers/media/i2c/as3645a.c
1611 F:      include/media/as3645a.h
1612
1613 ASC7621 HARDWARE MONITOR DRIVER
1614 M:      George Joseph <george.joseph@fairview5.com>
1615 L:      lm-sensors@lm-sensors.org
1616 S:      Maintained
1617 F:      Documentation/hwmon/asc7621
1618 F:      drivers/hwmon/asc7621.c
1619
1620 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1621 M:      Corentin Chary <corentin.chary@gmail.com>
1622 L:      acpi4asus-user@lists.sourceforge.net
1623 L:      platform-driver-x86@vger.kernel.org
1624 W:      http://acpi4asus.sf.net
1625 S:      Maintained
1626 F:      drivers/platform/x86/asus*.c
1627 F:      drivers/platform/x86/eeepc*.c
1628
1629 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1630 R:      Dan Williams <dan.j.williams@intel.com>
1631 W:      http://sourceforge.net/projects/xscaleiop
1632 S:      Odd fixes
1633 F:      Documentation/crypto/async-tx-api.txt
1634 F:      crypto/async_tx/
1635 F:      drivers/dma/
1636 F:      include/linux/dmaengine.h
1637 F:      include/linux/async_tx.h
1638
1639 AT24 EEPROM DRIVER
1640 M:      Wolfram Sang <wsa@the-dreams.de>
1641 L:      linux-i2c@vger.kernel.org
1642 S:      Maintained
1643 F:      drivers/misc/eeprom/at24.c
1644 F:      include/linux/platform_data/at24.h
1645
1646 ATA OVER ETHERNET (AOE) DRIVER
1647 M:      "Ed L. Cashin" <ecashin@coraid.com>
1648 W:      http://support.coraid.com/support/linux
1649 S:      Supported
1650 F:      Documentation/aoe/
1651 F:      drivers/block/aoe/
1652
1653 ATHEROS ATH GENERIC UTILITIES
1654 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1655 L:      linux-wireless@vger.kernel.org
1656 S:      Supported
1657 F:      drivers/net/wireless/ath/*
1658
1659 ATHEROS ATH5K WIRELESS DRIVER
1660 M:      Jiri Slaby <jirislaby@gmail.com>
1661 M:      Nick Kossifidis <mickflemm@gmail.com>
1662 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1663 L:      linux-wireless@vger.kernel.org
1664 L:      ath5k-devel@lists.ath5k.org
1665 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1666 S:      Maintained
1667 F:      drivers/net/wireless/ath/ath5k/
1668
1669 ATHEROS ATH6KL WIRELESS DRIVER
1670 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1671 L:      linux-wireless@vger.kernel.org
1672 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1673 T:      git git://github.com/kvalo/ath.git
1674 S:      Supported
1675 F:      drivers/net/wireless/ath/ath6kl/
1676
1677 WILOCITY WIL6210 WIRELESS DRIVER
1678 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1679 L:      linux-wireless@vger.kernel.org
1680 L:      wil6210@qca.qualcomm.com
1681 S:      Supported
1682 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1683 F:      drivers/net/wireless/ath/wil6210/
1684 F:      include/uapi/linux/wil6210_uapi.h
1685
1686 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1687 M:      Christian Lamparter <chunkeey@googlemail.com>
1688 L:      linux-wireless@vger.kernel.org
1689 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1690 S:      Maintained
1691 F:      drivers/net/wireless/ath/carl9170/
1692
1693 ATK0110 HWMON DRIVER
1694 M:      Luca Tettamanti <kronos.it@gmail.com>
1695 L:      lm-sensors@lm-sensors.org
1696 S:      Maintained
1697 F:      drivers/hwmon/asus_atk0110.c
1698
1699 ATI_REMOTE2 DRIVER
1700 M:      Ville Syrjala <syrjala@sci.fi>
1701 S:      Maintained
1702 F:      drivers/input/misc/ati_remote2.c
1703
1704 ATLX ETHERNET DRIVERS
1705 M:      Jay Cliburn <jcliburn@gmail.com>
1706 M:      Chris Snook <chris.snook@gmail.com>
1707 L:      netdev@vger.kernel.org
1708 W:      http://sourceforge.net/projects/atl1
1709 W:      http://atl1.sourceforge.net
1710 S:      Maintained
1711 F:      drivers/net/ethernet/atheros/
1712
1713 ATM
1714 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1715 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1716 L:      netdev@vger.kernel.org
1717 W:      http://linux-atm.sourceforge.net
1718 S:      Maintained
1719 F:      drivers/atm/
1720 F:      include/linux/atm*
1721 F:      include/uapi/linux/atm*
1722
1723 ATMEL AT91 / AT32 MCI DRIVER
1724 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1725 S:      Maintained
1726 F:      drivers/mmc/host/atmel-mci.c
1727 F:      drivers/mmc/host/atmel-mci-regs.h
1728
1729 ATMEL AT91 / AT32 SERIAL DRIVER
1730 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1731 S:      Supported
1732 F:      drivers/tty/serial/atmel_serial.c
1733
1734 ATMEL Audio ALSA driver
1735 M:      Bo Shen <voice.shen@atmel.com>
1736 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1737 S:      Supported
1738 F:      sound/soc/atmel
1739
1740 ATMEL DMA DRIVER
1741 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1742 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1743 S:      Supported
1744 F:      drivers/dma/at_hdmac.c
1745 F:      drivers/dma/at_hdmac_regs.h
1746 F:      include/linux/platform_data/dma-atmel.h
1747
1748 ATMEL XDMA DRIVER
1749 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1750 L:      linux-arm-kernel@lists.infradead.org
1751 L:      dmaengine@vger.kernel.org
1752 S:      Supported
1753 F:      drivers/dma/at_xdmac.c
1754
1755 ATMEL I2C DRIVER
1756 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1757 L:      linux-i2c@vger.kernel.org
1758 S:      Supported
1759 F:      drivers/i2c/busses/i2c-at91.c
1760
1761 ATMEL ISI DRIVER
1762 M:      Josh Wu <josh.wu@atmel.com>
1763 L:      linux-media@vger.kernel.org
1764 S:      Supported
1765 F:      drivers/media/platform/soc_camera/atmel-isi.c
1766 F:      include/media/atmel-isi.h
1767
1768 ATMEL LCDFB DRIVER
1769 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1770 L:      linux-fbdev@vger.kernel.org
1771 S:      Maintained
1772 F:      drivers/video/fbdev/atmel_lcdfb.c
1773 F:      include/video/atmel_lcdc.h
1774
1775 ATMEL MACB ETHERNET DRIVER
1776 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1777 S:      Supported
1778 F:      drivers/net/ethernet/cadence/
1779
1780 ATMEL NAND DRIVER
1781 M:      Josh Wu <josh.wu@atmel.com>
1782 L:      linux-mtd@lists.infradead.org
1783 S:      Supported
1784 F:      drivers/mtd/nand/atmel_nand*
1785
1786 ATMEL SPI DRIVER
1787 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1788 S:      Supported
1789 F:      drivers/spi/spi-atmel.*
1790
1791 ATMEL SSC DRIVER
1792 M:      Bo Shen <voice.shen@atmel.com>
1793 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1794 S:      Supported
1795 F:      drivers/misc/atmel-ssc.c
1796 F:      include/linux/atmel-ssc.h
1797
1798 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1799 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1800 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1801 S:      Supported
1802 F:      drivers/misc/atmel_tclib.c
1803 F:      drivers/clocksource/tcb_clksrc.c
1804
1805 ATMEL USBA UDC DRIVER
1806 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1807 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1808 S:      Supported
1809 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1810
1811 ATMEL WIRELESS DRIVER
1812 M:      Simon Kelley <simon@thekelleys.org.uk>
1813 L:      linux-wireless@vger.kernel.org
1814 W:      http://www.thekelleys.org.uk/atmel
1815 W:      http://atmelwlandriver.sourceforge.net/
1816 S:      Maintained
1817 F:      drivers/net/wireless/atmel*
1818
1819 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1820 M:      Bradley Grove <linuxdrivers@attotech.com>
1821 L:      linux-scsi@vger.kernel.org
1822 W:      http://www.attotech.com
1823 S:      Supported
1824 F:      drivers/scsi/esas2r
1825
1826 AUDIT SUBSYSTEM
1827 M:      Paul Moore <paul@paul-moore.com>
1828 M:      Eric Paris <eparis@redhat.com>
1829 L:      linux-audit@redhat.com (moderated for non-subscribers)
1830 W:      http://people.redhat.com/sgrubb/audit/
1831 T:      git git://git.infradead.org/users/pcmoore/audit
1832 S:      Maintained
1833 F:      include/linux/audit.h
1834 F:      include/uapi/linux/audit.h
1835 F:      kernel/audit*
1836
1837 AUXILIARY DISPLAY DRIVERS
1838 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1839 W:      http://miguelojeda.es/auxdisplay.htm
1840 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1841 S:      Maintained
1842 F:      drivers/auxdisplay/
1843 F:      include/linux/cfag12864b.h
1844
1845 AVR32 ARCHITECTURE
1846 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1847 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1848 W:      http://www.atmel.com/products/AVR32/
1849 W:      http://mirror.egtvedt.no/avr32linux.org/
1850 W:      http://avrfreaks.net/
1851 S:      Maintained
1852 F:      arch/avr32/
1853
1854 AVR32/AT32AP MACHINE SUPPORT
1855 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1856 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1857 S:      Maintained
1858 F:      arch/avr32/mach-at32ap/
1859
1860 AX.25 NETWORK LAYER
1861 M:      Ralf Baechle <ralf@linux-mips.org>
1862 L:      linux-hams@vger.kernel.org
1863 W:      http://www.linux-ax25.org/
1864 S:      Maintained
1865 F:      include/uapi/linux/ax25.h
1866 F:      include/net/ax25.h
1867 F:      net/ax25/
1868
1869 AZ6007 DVB DRIVER
1870 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1871 L:      linux-media@vger.kernel.org
1872 W:      http://linuxtv.org
1873 T:      git git://linuxtv.org/media_tree.git
1874 S:      Maintained
1875 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1876
1877 AZTECH FM RADIO RECEIVER DRIVER
1878 M:      Hans Verkuil <hverkuil@xs4all.nl>
1879 L:      linux-media@vger.kernel.org
1880 T:      git git://linuxtv.org/media_tree.git
1881 W:      http://linuxtv.org
1882 S:      Maintained
1883 F:      drivers/media/radio/radio-aztech*
1884
1885 B43 WIRELESS DRIVER
1886 M:      Stefano Brivio <stefano.brivio@polimi.it>
1887 L:      linux-wireless@vger.kernel.org
1888 L:      b43-dev@lists.infradead.org
1889 W:      http://wireless.kernel.org/en/users/Drivers/b43
1890 S:      Maintained
1891 F:      drivers/net/wireless/b43/
1892
1893 B43LEGACY WIRELESS DRIVER
1894 M:      Larry Finger <Larry.Finger@lwfinger.net>
1895 M:      Stefano Brivio <stefano.brivio@polimi.it>
1896 L:      linux-wireless@vger.kernel.org
1897 L:      b43-dev@lists.infradead.org
1898 W:      http://wireless.kernel.org/en/users/Drivers/b43
1899 S:      Maintained
1900 F:      drivers/net/wireless/b43legacy/
1901
1902 BACKLIGHT CLASS/SUBSYSTEM
1903 M:      Jingoo Han <jg1.han@samsung.com>
1904 M:      Lee Jones <lee.jones@linaro.org>
1905 S:      Maintained
1906 F:      drivers/video/backlight/
1907 F:      include/linux/backlight.h
1908
1909 BATMAN ADVANCED
1910 M:      Marek Lindner <mareklindner@neomailbox.ch>
1911 M:      Simon Wunderlich <sw@simonwunderlich.de>
1912 M:      Antonio Quartulli <antonio@meshcoding.com>
1913 L:      b.a.t.m.a.n@lists.open-mesh.org
1914 W:      http://www.open-mesh.org/
1915 S:      Maintained
1916 F:      net/batman-adv/
1917
1918 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1919 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1920 L:      linux-hams@vger.kernel.org
1921 W:      http://www.baycom.org/~tom/ham/ham.html
1922 S:      Maintained
1923 F:      drivers/net/hamradio/baycom*
1924
1925 BCACHE (BLOCK LAYER CACHE)
1926 M:      Kent Overstreet <kmo@daterainc.com>
1927 L:      linux-bcache@vger.kernel.org
1928 W:      http://bcache.evilpiepirate.org
1929 S:      Maintained:
1930 F:      drivers/md/bcache/
1931
1932 BEFS FILE SYSTEM
1933 S:      Orphan
1934 F:      Documentation/filesystems/befs.txt
1935 F:      fs/befs/
1936
1937 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1938 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1939 L: netdev@vger.kernel.org
1940 S: Maintained
1941 F: drivers/net/ethernet/ec_bhf.c
1942
1943 BFS FILE SYSTEM
1944 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1945 S:      Maintained
1946 F:      Documentation/filesystems/bfs.txt
1947 F:      fs/bfs/
1948 F:      include/uapi/linux/bfs_fs.h
1949
1950 BLACKFIN ARCHITECTURE
1951 M:      Steven Miao <realmz6@gmail.com>
1952 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1953 T:      git git://git.code.sf.net/p/adi-linux/code
1954 W:      http://blackfin.uclinux.org
1955 S:      Supported
1956 F:      arch/blackfin/
1957
1958 BLACKFIN EMAC DRIVER
1959 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1960 W:      http://blackfin.uclinux.org
1961 S:      Supported
1962 F:      drivers/net/ethernet/adi/
1963
1964 BLACKFIN RTC DRIVER
1965 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1966 W:      http://blackfin.uclinux.org
1967 S:      Supported
1968 F:      drivers/rtc/rtc-bfin.c
1969
1970 BLACKFIN SDH DRIVER
1971 M:      Sonic Zhang <sonic.zhang@analog.com>
1972 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1973 W:      http://blackfin.uclinux.org
1974 S:      Supported
1975 F:      drivers/mmc/host/bfin_sdh.c
1976
1977 BLACKFIN SERIAL DRIVER
1978 M:      Sonic Zhang <sonic.zhang@analog.com>
1979 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1980 W:      http://blackfin.uclinux.org
1981 S:      Supported
1982 F:      drivers/tty/serial/bfin_uart.c
1983
1984 BLACKFIN WATCHDOG DRIVER
1985 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1986 W:      http://blackfin.uclinux.org
1987 S:      Supported
1988 F:      drivers/watchdog/bfin_wdt.c
1989
1990 BLACKFIN I2C TWI DRIVER
1991 M:      Sonic Zhang <sonic.zhang@analog.com>
1992 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1993 W:      http://blackfin.uclinux.org/
1994 S:      Supported
1995 F:      drivers/i2c/busses/i2c-bfin-twi.c
1996
1997 BLACKFIN MEDIA DRIVER
1998 M:      Scott Jiang <scott.jiang.linux@gmail.com>
1999 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2000 W:      http://blackfin.uclinux.org/
2001 S:      Supported
2002 F:      drivers/media/platform/blackfin/
2003 F:      drivers/media/i2c/adv7183*
2004 F:      drivers/media/i2c/vs6624*
2005
2006 BLINKM RGB LED DRIVER
2007 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2008 S:      Maintained
2009 F:      drivers/leds/leds-blinkm.c
2010
2011 BLOCK LAYER
2012 M:      Jens Axboe <axboe@kernel.dk>
2013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2014 S:      Maintained
2015 F:      block/
2016
2017 BLOCK2MTD DRIVER
2018 M:      Joern Engel <joern@lazybastard.org>
2019 L:      linux-mtd@lists.infradead.org
2020 S:      Maintained
2021 F:      drivers/mtd/devices/block2mtd.c
2022
2023 BLUETOOTH DRIVERS
2024 M:      Marcel Holtmann <marcel@holtmann.org>
2025 M:      Gustavo Padovan <gustavo@padovan.org>
2026 M:      Johan Hedberg <johan.hedberg@gmail.com>
2027 L:      linux-bluetooth@vger.kernel.org
2028 W:      http://www.bluez.org/
2029 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2031 S:      Maintained
2032 F:      drivers/bluetooth/
2033
2034 BLUETOOTH SUBSYSTEM
2035 M:      Marcel Holtmann <marcel@holtmann.org>
2036 M:      Gustavo Padovan <gustavo@padovan.org>
2037 M:      Johan Hedberg <johan.hedberg@gmail.com>
2038 L:      linux-bluetooth@vger.kernel.org
2039 W:      http://www.bluez.org/
2040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2041 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2042 S:      Maintained
2043 F:      net/bluetooth/
2044 F:      include/net/bluetooth/
2045
2046 BONDING DRIVER
2047 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2048 M:      Veaceslav Falico <vfalico@gmail.com>
2049 M:      Andy Gospodarek <andy@greyhouse.net>
2050 L:      netdev@vger.kernel.org
2051 W:      http://sourceforge.net/projects/bonding/
2052 S:      Supported
2053 F:      drivers/net/bonding/
2054 F:      include/uapi/linux/if_bonding.h
2055
2056 BPF (Safe dynamic programs and tools)
2057 M:      Alexei Starovoitov <ast@kernel.org>
2058 L:      netdev@vger.kernel.org
2059 L:      linux-kernel@vger.kernel.org
2060 S:      Supported
2061 F:      kernel/bpf/
2062
2063 BROADCOM B44 10/100 ETHERNET DRIVER
2064 M:      Gary Zambrano <zambrano@broadcom.com>
2065 L:      netdev@vger.kernel.org
2066 S:      Supported
2067 F:      drivers/net/ethernet/broadcom/b44.*
2068
2069 BROADCOM GENET ETHERNET DRIVER
2070 M:      Florian Fainelli <f.fainelli@gmail.com>
2071 L:      netdev@vger.kernel.org
2072 S:      Supported
2073 F:      drivers/net/ethernet/broadcom/genet/
2074
2075 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2076 M:      Sony Chacko <sony.chacko@qlogic.com>
2077 M:      Dept-HSGLinuxNICDev@qlogic.com
2078 L:      netdev@vger.kernel.org
2079 S:      Supported
2080 F:      drivers/net/ethernet/broadcom/bnx2.*
2081 F:      drivers/net/ethernet/broadcom/bnx2_*
2082
2083 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2084 M:      Ariel Elior <ariel.elior@qlogic.com>
2085 L:      netdev@vger.kernel.org
2086 S:      Supported
2087 F:      drivers/net/ethernet/broadcom/bnx2x/
2088
2089 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2090 M:      Christian Daudt <bcm@fixthebug.org>
2091 M:      Matt Porter <mporter@linaro.org>
2092 M:      Florian Fainelli <f.fainelli@gmail.com>
2093 L:      bcm-kernel-feedback-list@broadcom.com
2094 T:      git git://github.com/broadcom/mach-bcm
2095 S:      Maintained
2096 F:      arch/arm/mach-bcm/
2097 F:      arch/arm/boot/dts/bcm113*
2098 F:      arch/arm/boot/dts/bcm216*
2099 F:      arch/arm/boot/dts/bcm281*
2100 F:      arch/arm/configs/bcm_defconfig
2101 F:      drivers/mmc/host/sdhci-bcm-kona.c
2102 F:      drivers/clocksource/bcm_kona_timer.c
2103
2104 BROADCOM BCM2835 ARM ARCHITECTURE
2105 M:      Stephen Warren <swarren@wwwdotorg.org>
2106 M:      Lee Jones <lee@kernel.org>
2107 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2109 S:      Maintained
2110 N:      bcm2835
2111
2112 BROADCOM BCM33XX MIPS ARCHITECTURE
2113 M:      Kevin Cernekee <cernekee@gmail.com>
2114 L:      linux-mips@linux-mips.org
2115 S:      Maintained
2116 F:      arch/mips/bcm3384/*
2117 F:      arch/mips/include/asm/mach-bcm3384/*
2118 F:      arch/mips/kernel/*bmips*
2119
2120 BROADCOM BCM5301X ARM ARCHITECTURE
2121 M:      Hauke Mehrtens <hauke@hauke-m.de>
2122 L:      linux-arm-kernel@lists.infradead.org
2123 S:      Maintained
2124 F:      arch/arm/mach-bcm/bcm_5301x.c
2125 F:      arch/arm/boot/dts/bcm5301x.dtsi
2126 F:      arch/arm/boot/dts/bcm470*
2127
2128 BROADCOM BCM63XX ARM ARCHITECTURE
2129 M:      Florian Fainelli <f.fainelli@gmail.com>
2130 L:      linux-arm-kernel@lists.infradead.org
2131 T:      git git://git.github.com/brcm/linux.git
2132 S:      Maintained
2133 F:      arch/arm/mach-bcm/bcm63xx.c
2134 F:      arch/arm/include/debug/bcm63xx.S
2135
2136 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2137 M:      Kevin Cernekee <cernekee@gmail.com>
2138 L:      linux-usb@vger.kernel.org
2139 S:      Maintained
2140 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2141
2142 BROADCOM BCM7XXX ARM ARCHITECTURE
2143 M:      Marc Carino <marc.ceeeee@gmail.com>
2144 M:      Brian Norris <computersforpeace@gmail.com>
2145 M:      Gregory Fong <gregory.0xf0@gmail.com>
2146 M:      Florian Fainelli <f.fainelli@gmail.com>
2147 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2148 S:      Maintained
2149 F:      arch/arm/mach-bcm/*brcmstb*
2150 F:      arch/arm/boot/dts/bcm7*.dts*
2151 F:      drivers/bus/brcmstb_gisb.c
2152
2153 BROADCOM BMIPS MIPS ARCHITECTURE
2154 M:      Kevin Cernekee <cernekee@gmail.com>
2155 M:      Florian Fainelli <f.fainelli@gmail.com>
2156 L:      linux-mips@linux-mips.org
2157 S:      Maintained
2158 F:      arch/mips/bmips/*
2159 F:      arch/mips/include/asm/mach-bmips/*
2160 F:      arch/mips/kernel/*bmips*
2161 F:      arch/mips/boot/dts/bcm*.dts*
2162 F:      drivers/irqchip/irq-bcm7*
2163 F:      drivers/irqchip/irq-brcmstb*
2164
2165 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2166 M:      Prashant Sreedharan <prashant@broadcom.com>
2167 M:      Michael Chan <mchan@broadcom.com>
2168 L:      netdev@vger.kernel.org
2169 S:      Supported
2170 F:      drivers/net/ethernet/broadcom/tg3.*
2171
2172 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2173 M:      Brett Rudley <brudley@broadcom.com>
2174 M:      Arend van Spriel <arend@broadcom.com>
2175 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2176 M:      Hante Meuleman <meuleman@broadcom.com>
2177 L:      linux-wireless@vger.kernel.org
2178 L:      brcm80211-dev-list@broadcom.com
2179 S:      Supported
2180 F:      drivers/net/wireless/brcm80211/
2181
2182 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2183 M:      QLogic-Storage-Upstream@qlogic.com
2184 L:      linux-scsi@vger.kernel.org
2185 S:      Supported
2186 F:      drivers/scsi/bnx2fc/
2187
2188 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2189 M:      QLogic-Storage-Upstream@qlogic.com
2190 L:      linux-scsi@vger.kernel.org
2191 S:      Supported
2192 F:      drivers/scsi/bnx2i/
2193
2194 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2195 M:      Ray Jui <rjui@broadcom.com>
2196 M:      Scott Branden <sbranden@broadcom.com>
2197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2198 L:      bcm-kernel-feedback-list@broadcom.com
2199 T:      git git://git.github.com/brcm/linux.git
2200 S:      Maintained
2201 N:      iproc
2202 N:      cygnus
2203 N:      bcm9113*
2204 N:      bcm9583*
2205 N:      bcm583*
2206 N:      bcm113*
2207
2208 BROADCOM KONA GPIO DRIVER
2209 M:      Ray Jui <rjui@broadcom.com>
2210 L:      bcm-kernel-feedback-list@broadcom.com
2211 S:      Supported
2212 F:      drivers/gpio/gpio-bcm-kona.c
2213 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2214
2215 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2216 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2217 L:      linux-wireless@vger.kernel.org
2218 S:      Maintained
2219 F:      drivers/bcma/
2220 F:      include/linux/bcma/
2221
2222 BROADCOM SYSTEMPORT ETHERNET DRIVER
2223 M:      Florian Fainelli <f.fainelli@gmail.com>
2224 L:      netdev@vger.kernel.org
2225 S:      Supported
2226 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2227
2228 BROCADE BFA FC SCSI DRIVER
2229 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2230 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2231 L:      linux-scsi@vger.kernel.org
2232 S:      Supported
2233 F:      drivers/scsi/bfa/
2234
2235 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2236 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2237 L:      netdev@vger.kernel.org
2238 S:      Supported
2239 F:      drivers/net/ethernet/brocade/bna/
2240
2241 BSG (block layer generic sg v4 driver)
2242 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2243 L:      linux-scsi@vger.kernel.org
2244 S:      Supported
2245 F:      block/bsg.c
2246 F:      include/linux/bsg.h
2247 F:      include/uapi/linux/bsg.h
2248
2249 BT87X AUDIO DRIVER
2250 M:      Clemens Ladisch <clemens@ladisch.de>
2251 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2252 T:      git git://git.alsa-project.org/alsa-kernel.git
2253 S:      Maintained
2254 F:      Documentation/sound/alsa/Bt87x.txt
2255 F:      sound/pci/bt87x.c
2256
2257 BT8XXGPIO DRIVER
2258 M:      Michael Buesch <m@bues.ch>
2259 W:      http://bu3sch.de/btgpio.php
2260 S:      Maintained
2261 F:      drivers/gpio/gpio-bt8xx.c
2262
2263 BTRFS FILE SYSTEM
2264 M:      Chris Mason <clm@fb.com>
2265 M:      Josef Bacik <jbacik@fb.com>
2266 M:      David Sterba <dsterba@suse.cz>
2267 L:      linux-btrfs@vger.kernel.org
2268 W:      http://btrfs.wiki.kernel.org/
2269 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2271 S:      Maintained
2272 F:      Documentation/filesystems/btrfs.txt
2273 F:      fs/btrfs/
2274
2275 BTTV VIDEO4LINUX DRIVER
2276 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2277 L:      linux-media@vger.kernel.org
2278 W:      http://linuxtv.org
2279 T:      git git://linuxtv.org/media_tree.git
2280 S:      Odd fixes
2281 F:      Documentation/video4linux/bttv/
2282 F:      drivers/media/pci/bt8xx/bttv*
2283
2284 BUSLOGIC SCSI DRIVER
2285 M:      Khalid Aziz <khalid@gonehiking.org>
2286 L:      linux-scsi@vger.kernel.org
2287 S:      Maintained
2288 F:      drivers/scsi/BusLogic.*
2289 F:      drivers/scsi/FlashPoint.*
2290
2291 C-MEDIA CMI8788 DRIVER
2292 M:      Clemens Ladisch <clemens@ladisch.de>
2293 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2294 T:      git git://git.alsa-project.org/alsa-kernel.git
2295 S:      Maintained
2296 F:      sound/pci/oxygen/
2297
2298 C6X ARCHITECTURE
2299 M:      Mark Salter <msalter@redhat.com>
2300 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2301 L:      linux-c6x-dev@linux-c6x.org
2302 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2303 S:      Maintained
2304 F:      arch/c6x/
2305
2306 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2307 M:      David Howells <dhowells@redhat.com>
2308 L:      linux-cachefs@redhat.com
2309 S:      Supported
2310 F:      Documentation/filesystems/caching/cachefiles.txt
2311 F:      fs/cachefiles/
2312
2313 CADET FM/AM RADIO RECEIVER DRIVER
2314 M:      Hans Verkuil <hverkuil@xs4all.nl>
2315 L:      linux-media@vger.kernel.org
2316 T:      git git://linuxtv.org/media_tree.git
2317 W:      http://linuxtv.org
2318 S:      Maintained
2319 F:      drivers/media/radio/radio-cadet*
2320
2321 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2322 M:      Jonathan Corbet <corbet@lwn.net>
2323 L:      linux-media@vger.kernel.org
2324 T:      git git://linuxtv.org/media_tree.git
2325 S:      Maintained
2326 F:      Documentation/video4linux/cafe_ccic
2327 F:      drivers/media/platform/marvell-ccic/
2328
2329 CAIF NETWORK LAYER
2330 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2331 L:      netdev@vger.kernel.org
2332 S:      Supported
2333 F:      Documentation/networking/caif/
2334 F:      drivers/net/caif/
2335 F:      include/uapi/linux/caif/
2336 F:      include/net/caif/
2337 F:      net/caif/
2338
2339 CALGARY x86-64 IOMMU
2340 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2341 M:      "Jon D. Mason" <jdmason@kudzu.us>
2342 L:      discuss@x86-64.org
2343 S:      Maintained
2344 F:      arch/x86/kernel/pci-calgary_64.c
2345 F:      arch/x86/kernel/tce_64.c
2346 F:      arch/x86/include/asm/calgary.h
2347 F:      arch/x86/include/asm/tce.h
2348
2349 CAN NETWORK LAYER
2350 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2351 L:      linux-can@vger.kernel.org
2352 W:      http://gitorious.org/linux-can
2353 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2354 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2355 S:      Maintained
2356 F:      Documentation/networking/can.txt
2357 F:      net/can/
2358 F:      include/linux/can/core.h
2359 F:      include/uapi/linux/can.h
2360 F:      include/uapi/linux/can/bcm.h
2361 F:      include/uapi/linux/can/raw.h
2362 F:      include/uapi/linux/can/gw.h
2363
2364 CAN NETWORK DRIVERS
2365 M:      Wolfgang Grandegger <wg@grandegger.com>
2366 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2367 L:      linux-can@vger.kernel.org
2368 W:      http://gitorious.org/linux-can
2369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2371 S:      Maintained
2372 F:      drivers/net/can/
2373 F:      include/linux/can/dev.h
2374 F:      include/linux/can/platform/
2375 F:      include/uapi/linux/can/error.h
2376 F:      include/uapi/linux/can/netlink.h
2377
2378 CAPABILITIES
2379 M:      Serge Hallyn <serge.hallyn@canonical.com>
2380 L:      linux-security-module@vger.kernel.org
2381 S:      Supported
2382 F:      include/linux/capability.h
2383 F:      include/uapi/linux/capability.h
2384 F:      security/capability.c
2385 F:      security/commoncap.c
2386 F:      kernel/capability.c
2387
2388 CC2520 IEEE-802.15.4 RADIO DRIVER
2389 M:      Varka Bhadram <varkabhadram@gmail.com>
2390 L:      linux-wpan@vger.kernel.org
2391 S:      Maintained
2392 F:      drivers/net/ieee802154/cc2520.c
2393 F:      include/linux/spi/cc2520.h
2394 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2395
2396 CELL BROADBAND ENGINE ARCHITECTURE
2397 M:      Arnd Bergmann <arnd@arndb.de>
2398 L:      linuxppc-dev@lists.ozlabs.org
2399 L:      cbe-oss-dev@lists.ozlabs.org
2400 W:      http://www.ibm.com/developerworks/power/cell/
2401 S:      Supported
2402 F:      arch/powerpc/include/asm/cell*.h
2403 F:      arch/powerpc/include/asm/spu*.h
2404 F:      arch/powerpc/include/uapi/asm/spu*.h
2405 F:      arch/powerpc/oprofile/*cell*
2406 F:      arch/powerpc/platforms/cell/
2407
2408 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2409 M:      Sage Weil <sage@inktank.com>
2410 L:      ceph-devel@vger.kernel.org
2411 W:      http://ceph.com/
2412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2413 S:      Supported
2414 F:      Documentation/filesystems/ceph.txt
2415 F:      fs/ceph/
2416 F:      net/ceph/
2417 F:      include/linux/ceph/
2418 F:      include/linux/crush/
2419
2420 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2421 L:      linux-usb@vger.kernel.org
2422 S:      Orphan
2423 F:      Documentation/usb/WUSB-Design-overview.txt
2424 F:      Documentation/usb/wusb-cbaf
2425 F:      drivers/usb/host/hwa-hc.c
2426 F:      drivers/usb/host/whci/
2427 F:      drivers/usb/wusbcore/
2428 F:      include/linux/usb/wusb*
2429
2430 CFAG12864B LCD DRIVER
2431 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2432 W:      http://miguelojeda.es/auxdisplay.htm
2433 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2434 S:      Maintained
2435 F:      drivers/auxdisplay/cfag12864b.c
2436 F:      include/linux/cfag12864b.h
2437
2438 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2439 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2440 W:      http://miguelojeda.es/auxdisplay.htm
2441 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2442 S:      Maintained
2443 F:      drivers/auxdisplay/cfag12864bfb.c
2444 F:      include/linux/cfag12864b.h
2445
2446 CFG80211 and NL80211
2447 M:      Johannes Berg <johannes@sipsolutions.net>
2448 L:      linux-wireless@vger.kernel.org
2449 W:      http://wireless.kernel.org/
2450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2452 S:      Maintained
2453 F:      include/uapi/linux/nl80211.h
2454 F:      include/net/cfg80211.h
2455 F:      net/wireless/*
2456 X:      net/wireless/wext*
2457
2458 CHAR and MISC DRIVERS
2459 M:      Arnd Bergmann <arnd@arndb.de>
2460 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2461 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2462 S:      Supported
2463 F:      drivers/char/*
2464 F:      drivers/misc/*
2465 F:      include/linux/miscdevice.h
2466
2467 CHECKPATCH
2468 M:      Andy Whitcroft <apw@canonical.com>
2469 M:      Joe Perches <joe@perches.com>
2470 S:      Maintained
2471 F:      scripts/checkpatch.pl
2472
2473 CHINESE DOCUMENTATION
2474 M:      Harry Wei <harryxiyou@gmail.com>
2475 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2476 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2477 S:      Maintained
2478 F:      Documentation/zh_CN/
2479
2480 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2481 M:      Peter Chen <Peter.Chen@freescale.com>
2482 T:      git git://github.com/hzpeterchen/linux-usb.git
2483 L:      linux-usb@vger.kernel.org
2484 S:      Maintained
2485 F:      drivers/usb/chipidea/
2486
2487 CHROME HARDWARE PLATFORM SUPPORT
2488 M:      Olof Johansson <olof@lixom.net>
2489 S:      Maintained
2490 F:      drivers/platform/chrome/
2491
2492 CISCO VIC ETHERNET NIC DRIVER
2493 M:      Christian Benvenuti <benve@cisco.com>
2494 M:      Sujith Sankar <ssujith@cisco.com>
2495 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2496 M:      Neel Patel <neepatel@cisco.com>
2497 S:      Supported
2498 F:      drivers/net/ethernet/cisco/enic/
2499
2500 CISCO VIC LOW LATENCY NIC DRIVER
2501 M:      Upinder Malhi <umalhi@cisco.com>
2502 S:      Supported
2503 F:      drivers/infiniband/hw/usnic
2504
2505 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2506 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2507 L:      netdev@vger.kernel.org
2508 S:      Maintained
2509 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2510
2511 CIRRUS LOGIC AUDIO CODEC DRIVERS
2512 M:      Brian Austin <brian.austin@cirrus.com>
2513 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2514 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2515 S:      Maintained
2516 F:      sound/soc/codecs/cs*
2517
2518 CLEANCACHE API
2519 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2520 L:      linux-kernel@vger.kernel.org
2521 S:      Maintained
2522 F:      mm/cleancache.c
2523 F:      include/linux/cleancache.h
2524
2525 CLK API
2526 M:      Russell King <linux@arm.linux.org.uk>
2527 S:      Maintained
2528 F:      include/linux/clk.h
2529
2530 CLOCKSOURCE, CLOCKEVENT DRIVERS
2531 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2532 M:      Thomas Gleixner <tglx@linutronix.de>
2533 L:      linux-kernel@vger.kernel.org
2534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2535 S:      Supported
2536 F:      drivers/clocksource
2537
2538 CISCO FCOE HBA DRIVER
2539 M:      Hiral Patel <hiralpat@cisco.com>
2540 M:      Suma Ramars <sramars@cisco.com>
2541 M:      Brian Uchino <buchino@cisco.com>
2542 L:      linux-scsi@vger.kernel.org
2543 S:      Supported
2544 F:      drivers/scsi/fnic/
2545
2546 CMPC ACPI DRIVER
2547 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2548 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2549 L:      platform-driver-x86@vger.kernel.org
2550 S:      Supported
2551 F:      drivers/platform/x86/classmate-laptop.c
2552
2553 COCCINELLE/Semantic Patches (SmPL)
2554 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2555 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2556 M:      Nicolas Palix <nicolas.palix@imag.fr>
2557 M:      Michal Marek <mmarek@suse.cz>
2558 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2559 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2560 W:      http://coccinelle.lip6.fr/
2561 S:      Supported
2562 F:      Documentation/coccinelle.txt
2563 F:      scripts/coccinelle/
2564 F:      scripts/coccicheck
2565
2566 CODA FILE SYSTEM
2567 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2568 M:      coda@cs.cmu.edu
2569 L:      codalist@coda.cs.cmu.edu
2570 W:      http://www.coda.cs.cmu.edu/
2571 S:      Maintained
2572 F:      Documentation/filesystems/coda.txt
2573 F:      fs/coda/
2574 F:      include/linux/coda*.h
2575 F:      include/uapi/linux/coda*.h
2576
2577 CODA V4L2 MEM2MEM DRIVER
2578 M:      Philipp Zabel <p.zabel@pengutronix.de>
2579 L:      linux-media@vger.kernel.org
2580 S:      Maintained
2581 F:      Documentation/devicetree/bindings/media/coda.txt
2582 F:      drivers/media/platform/coda/
2583
2584 COMMON CLK FRAMEWORK
2585 M:      Mike Turquette <mturquette@linaro.org>
2586 M:      Stephen Boyd <sboyd@codeaurora.org>
2587 L:      linux-kernel@vger.kernel.org
2588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2589 S:      Maintained
2590 F:      drivers/clk/
2591 X:      drivers/clk/clkdev.c
2592 F:      include/linux/clk-pr*
2593 F:      include/linux/clk/
2594
2595 COMMON INTERNET FILE SYSTEM (CIFS)
2596 M:      Steve French <sfrench@samba.org>
2597 L:      linux-cifs@vger.kernel.org
2598 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2599 W:      http://linux-cifs.samba.org/
2600 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2601 S:      Supported
2602 F:      Documentation/filesystems/cifs/
2603 F:      fs/cifs/
2604
2605 COMPACTPCI HOTPLUG CORE
2606 M:      Scott Murray <scott@spiteful.org>
2607 L:      linux-pci@vger.kernel.org
2608 S:      Maintained
2609 F:      drivers/pci/hotplug/cpci_hotplug*
2610
2611 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2612 M:      Scott Murray <scott@spiteful.org>
2613 L:      linux-pci@vger.kernel.org
2614 S:      Maintained
2615 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2616
2617 COMPACTPCI HOTPLUG GENERIC DRIVER
2618 M:      Scott Murray <scott@spiteful.org>
2619 L:      linux-pci@vger.kernel.org
2620 S:      Maintained
2621 F:      drivers/pci/hotplug/cpcihp_generic.c
2622
2623 COMPAL LAPTOP SUPPORT
2624 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2625 L:      platform-driver-x86@vger.kernel.org
2626 S:      Maintained
2627 F:      drivers/platform/x86/compal-laptop.c
2628
2629 CONEXANT ACCESSRUNNER USB DRIVER
2630 M:      Simon Arlott <cxacru@fire.lp0.eu>
2631 L:      accessrunner-general@lists.sourceforge.net
2632 W:      http://accessrunner.sourceforge.net/
2633 S:      Maintained
2634 F:      drivers/usb/atm/cxacru.c
2635
2636 CONFIGFS
2637 M:      Joel Becker <jlbec@evilplan.org>
2638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2639 S:      Supported
2640 F:      fs/configfs/
2641 F:      include/linux/configfs.h
2642
2643 CONNECTOR
2644 M:      Evgeniy Polyakov <zbr@ioremap.net>
2645 L:      netdev@vger.kernel.org
2646 S:      Maintained
2647 F:      drivers/connector/
2648
2649 CONTROL GROUP (CGROUP)
2650 M:      Tejun Heo <tj@kernel.org>
2651 M:      Li Zefan <lizefan@huawei.com>
2652 L:      cgroups@vger.kernel.org
2653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2654 S:      Maintained
2655 F:      Documentation/cgroups/
2656 F:      include/linux/cgroup*
2657 F:      kernel/cgroup*
2658
2659 CONTROL GROUP - CPUSET
2660 M:      Li Zefan <lizefan@huawei.com>
2661 L:      cgroups@vger.kernel.org
2662 W:      http://www.bullopensource.org/cpuset/
2663 W:      http://oss.sgi.com/projects/cpusets/
2664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2665 S:      Maintained
2666 F:      Documentation/cgroups/cpusets.txt
2667 F:      include/linux/cpuset.h
2668 F:      kernel/cpuset.c
2669
2670 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2671 M:      Johannes Weiner <hannes@cmpxchg.org>
2672 M:      Michal Hocko <mhocko@suse.cz>
2673 L:      cgroups@vger.kernel.org
2674 L:      linux-mm@kvack.org
2675 S:      Maintained
2676 F:      mm/memcontrol.c
2677 F:      mm/swap_cgroup.c
2678
2679 CORETEMP HARDWARE MONITORING DRIVER
2680 M:      Fenghua Yu <fenghua.yu@intel.com>
2681 L:      lm-sensors@lm-sensors.org
2682 S:      Maintained
2683 F:      Documentation/hwmon/coretemp
2684 F:      drivers/hwmon/coretemp.c
2685
2686 COSA/SRP SYNC SERIAL DRIVER
2687 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2688 W:      http://www.fi.muni.cz/~kas/cosa/
2689 S:      Maintained
2690 F:      drivers/net/wan/cosa*
2691
2692 CPMAC ETHERNET DRIVER
2693 M:      Florian Fainelli <florian@openwrt.org>
2694 L:      netdev@vger.kernel.org
2695 S:      Maintained
2696 F:      drivers/net/ethernet/ti/cpmac.c
2697
2698 CPU FREQUENCY DRIVERS
2699 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2700 M:      Viresh Kumar <viresh.kumar@linaro.org>
2701 L:      linux-pm@vger.kernel.org
2702 S:      Maintained
2703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2704 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2705 F:      drivers/cpufreq/
2706 F:      include/linux/cpufreq.h
2707
2708 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2709 M:      Viresh Kumar <viresh.kumar@linaro.org>
2710 M:      Sudeep Holla <sudeep.holla@arm.com>
2711 L:      linux-pm@vger.kernel.org
2712 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2713 S:      Maintained
2714 F:      drivers/cpufreq/arm_big_little.h
2715 F:      drivers/cpufreq/arm_big_little.c
2716 F:      drivers/cpufreq/arm_big_little_dt.c
2717
2718 CPUIDLE DRIVER - ARM BIG LITTLE
2719 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2720 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2721 L:      linux-pm@vger.kernel.org
2722 L:      linux-arm-kernel@lists.infradead.org
2723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2724 S:      Maintained
2725 F:      drivers/cpuidle/cpuidle-big_little.c
2726
2727 CPUIDLE DRIVER - ARM EXYNOS
2728 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2729 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2730 M:      Kukjin Kim <kgene@kernel.org>
2731 L:      linux-pm@vger.kernel.org
2732 L:      linux-samsung-soc@vger.kernel.org
2733 S:      Supported
2734 F:      drivers/cpuidle/cpuidle-exynos.c
2735 F:      arch/arm/mach-exynos/pm.c
2736
2737 CPUIDLE DRIVERS
2738 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2739 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2740 L:      linux-pm@vger.kernel.org
2741 S:      Maintained
2742 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2743 F:      drivers/cpuidle/*
2744 F:      include/linux/cpuidle.h
2745
2746 CPUID/MSR DRIVER
2747 M:      "H. Peter Anvin" <hpa@zytor.com>
2748 S:      Maintained
2749 F:      arch/x86/kernel/cpuid.c
2750 F:      arch/x86/kernel/msr.c
2751
2752 CPU POWER MONITORING SUBSYSTEM
2753 M:      Thomas Renninger <trenn@suse.de>
2754 L:      linux-pm@vger.kernel.org
2755 S:      Maintained
2756 F:      tools/power/cpupower/
2757
2758 CRAMFS FILESYSTEM
2759 W:      http://sourceforge.net/projects/cramfs/
2760 S:      Orphan / Obsolete
2761 F:      Documentation/filesystems/cramfs.txt
2762 F:      fs/cramfs/
2763
2764 CRIS PORT
2765 M:      Mikael Starvik <starvik@axis.com>
2766 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2767 L:      linux-cris-kernel@axis.com
2768 W:      http://developer.axis.com
2769 S:      Maintained
2770 F:      arch/cris/
2771 F:      drivers/tty/serial/crisv10.*
2772
2773 CRYPTO API
2774 M:      Herbert Xu <herbert@gondor.apana.org.au>
2775 M:      "David S. Miller" <davem@davemloft.net>
2776 L:      linux-crypto@vger.kernel.org
2777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2778 S:      Maintained
2779 F:      Documentation/crypto/
2780 F:      arch/*/crypto/
2781 F:      crypto/
2782 F:      drivers/crypto/
2783 F:      include/crypto/
2784
2785 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2786 M:      Neil Horman <nhorman@tuxdriver.com>
2787 L:      linux-crypto@vger.kernel.org
2788 S:      Maintained
2789 F:      crypto/ansi_cprng.c
2790 F:      crypto/rng.c
2791
2792 CS5535 Audio ALSA driver
2793 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2794 S:      Maintained
2795 F:      sound/pci/cs5535audio/
2796
2797 CW1200 WLAN driver
2798 M:      Solomon Peachy <pizza@shaftnet.org>
2799 S:      Maintained
2800 F:      drivers/net/wireless/cw1200/
2801
2802 CX18 VIDEO4LINUX DRIVER
2803 M:      Andy Walls <awalls@md.metrocast.net>
2804 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2805 L:      linux-media@vger.kernel.org
2806 T:      git git://linuxtv.org/media_tree.git
2807 W:      http://linuxtv.org
2808 W:      http://www.ivtvdriver.org/index.php/Cx18
2809 S:      Maintained
2810 F:      Documentation/video4linux/cx18.txt
2811 F:      drivers/media/pci/cx18/
2812 F:      include/uapi/linux/ivtv*
2813
2814 CX2341X MPEG ENCODER HELPER MODULE
2815 M:      Hans Verkuil <hverkuil@xs4all.nl>
2816 L:      linux-media@vger.kernel.org
2817 T:      git git://linuxtv.org/media_tree.git
2818 W:      http://linuxtv.org
2819 S:      Maintained
2820 F:      drivers/media/common/cx2341x*
2821 F:      include/media/cx2341x*
2822
2823 CX88 VIDEO4LINUX DRIVER
2824 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2825 L:      linux-media@vger.kernel.org
2826 W:      http://linuxtv.org
2827 T:      git git://linuxtv.org/media_tree.git
2828 S:      Odd fixes
2829 F:      Documentation/video4linux/cx88/
2830 F:      drivers/media/pci/cx88/
2831
2832 CXD2820R MEDIA DRIVER
2833 M:      Antti Palosaari <crope@iki.fi>
2834 L:      linux-media@vger.kernel.org
2835 W:      http://linuxtv.org/
2836 W:      http://palosaari.fi/linux/
2837 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2838 T:      git git://linuxtv.org/anttip/media_tree.git
2839 S:      Maintained
2840 F:      drivers/media/dvb-frontends/cxd2820r*
2841
2842 CXGB3 ETHERNET DRIVER (CXGB3)
2843 M:      Santosh Raspatur <santosh@chelsio.com>
2844 L:      netdev@vger.kernel.org
2845 W:      http://www.chelsio.com
2846 S:      Supported
2847 F:      drivers/net/ethernet/chelsio/cxgb3/
2848
2849 CXGB3 ISCSI DRIVER (CXGB3I)
2850 M:      Karen Xie <kxie@chelsio.com>
2851 L:      linux-scsi@vger.kernel.org
2852 W:      http://www.chelsio.com
2853 S:      Supported
2854 F:      drivers/scsi/cxgbi/cxgb3i
2855
2856 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2857 M:      Steve Wise <swise@chelsio.com>
2858 L:      linux-rdma@vger.kernel.org
2859 W:      http://www.openfabrics.org
2860 S:      Supported
2861 F:      drivers/infiniband/hw/cxgb3/
2862
2863 CXGB4 ETHERNET DRIVER (CXGB4)
2864 M:      Hariprasad S <hariprasad@chelsio.com>
2865 L:      netdev@vger.kernel.org
2866 W:      http://www.chelsio.com
2867 S:      Supported
2868 F:      drivers/net/ethernet/chelsio/cxgb4/
2869
2870 CXGB4 ISCSI DRIVER (CXGB4I)
2871 M:      Karen Xie <kxie@chelsio.com>
2872 L:      linux-scsi@vger.kernel.org
2873 W:      http://www.chelsio.com
2874 S:      Supported
2875 F:      drivers/scsi/cxgbi/cxgb4i
2876
2877 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2878 M:      Steve Wise <swise@chelsio.com>
2879 L:      linux-rdma@vger.kernel.org
2880 W:      http://www.openfabrics.org
2881 S:      Supported
2882 F:      drivers/infiniband/hw/cxgb4/
2883
2884 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2885 M:      Casey Leedom <leedom@chelsio.com>
2886 L:      netdev@vger.kernel.org
2887 W:      http://www.chelsio.com
2888 S:      Supported
2889 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2890
2891 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2892 M:      Ian Munsie <imunsie@au1.ibm.com>
2893 M:      Michael Neuling <mikey@neuling.org>
2894 L:      linuxppc-dev@lists.ozlabs.org
2895 S:      Supported
2896 F:      drivers/misc/cxl/
2897 F:      include/misc/cxl.h
2898 F:      include/uapi/misc/cxl.h
2899 F:      Documentation/powerpc/cxl.txt
2900 F:      Documentation/powerpc/cxl.txt
2901 F:      Documentation/ABI/testing/sysfs-class-cxl
2902
2903 STMMAC ETHERNET DRIVER
2904 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2905 L:      netdev@vger.kernel.org
2906 W:      http://www.stlinux.com
2907 S:      Supported
2908 F:      drivers/net/ethernet/stmicro/stmmac/
2909
2910 CYBERPRO FB DRIVER
2911 M:      Russell King <linux@arm.linux.org.uk>
2912 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2913 W:      http://www.arm.linux.org.uk/
2914 S:      Maintained
2915 F:      drivers/video/fbdev/cyber2000fb.*
2916
2917 CYCLADES ASYNC MUX DRIVER
2918 W:      http://www.cyclades.com/
2919 S:      Orphan
2920 F:      drivers/tty/cyclades.c
2921 F:      include/linux/cyclades.h
2922 F:      include/uapi/linux/cyclades.h
2923
2924 CYCLADES PC300 DRIVER
2925 W:      http://www.cyclades.com/
2926 S:      Orphan
2927 F:      drivers/net/wan/pc300*
2928
2929 CYPRESS_FIRMWARE MEDIA DRIVER
2930 M:      Antti Palosaari <crope@iki.fi>
2931 L:      linux-media@vger.kernel.org
2932 W:      http://linuxtv.org/
2933 W:      http://palosaari.fi/linux/
2934 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2935 T:      git git://linuxtv.org/anttip/media_tree.git
2936 S:      Maintained
2937 F:      drivers/media/common/cypress_firmware*
2938
2939 CYTTSP TOUCHSCREEN DRIVER
2940 M:      Ferruh Yigit <fery@cypress.com>
2941 L:      linux-input@vger.kernel.org
2942 S:      Supported
2943 F:      drivers/input/touchscreen/cyttsp*
2944 F:      include/linux/input/cyttsp.h
2945
2946 DAMA SLAVE for AX.25
2947 M:      Joerg Reuter <jreuter@yaina.de>
2948 W:      http://yaina.de/jreuter/
2949 W:      http://www.qsl.net/dl1bke/
2950 L:      linux-hams@vger.kernel.org
2951 S:      Maintained
2952 F:      net/ax25/af_ax25.c
2953 F:      net/ax25/ax25_dev.c
2954 F:      net/ax25/ax25_ds_*
2955 F:      net/ax25/ax25_in.c
2956 F:      net/ax25/ax25_out.c
2957 F:      net/ax25/ax25_timer.c
2958 F:      net/ax25/sysctl_net_ax25.c
2959
2960 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2961 L:      netdev@vger.kernel.org
2962 S:      Orphan
2963 F:      Documentation/networking/dmfe.txt
2964 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2965
2966 DC390/AM53C974 SCSI driver
2967 M:      Hannes Reinecke <hare@suse.de>
2968 L:      linux-scsi@vger.kernel.org
2969 S:      Maintained
2970 F:      drivers/scsi/am53c974.c
2971
2972 DC395x SCSI driver
2973 M:      Oliver Neukum <oliver@neukum.org>
2974 M:      Ali Akcaagac <aliakc@web.de>
2975 M:      Jamie Lenehan <lenehan@twibble.org>
2976 L:      dc395x@twibble.org
2977 W:      http://twibble.org/dist/dc395x/
2978 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2979 S:      Maintained
2980 F:      Documentation/scsi/dc395x.txt
2981 F:      drivers/scsi/dc395x.*
2982
2983 DCCP PROTOCOL
2984 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2985 L:      dccp@vger.kernel.org
2986 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2987 S:      Maintained
2988 F:      include/linux/dccp.h
2989 F:      include/uapi/linux/dccp.h
2990 F:      include/linux/tfrc.h
2991 F:      net/dccp/
2992
2993 DECnet NETWORK LAYER
2994 W:      http://linux-decnet.sourceforge.net
2995 L:      linux-decnet-user@lists.sourceforge.net
2996 S:      Orphan
2997 F:      Documentation/networking/decnet.txt
2998 F:      net/decnet/
2999
3000 DECSTATION PLATFORM SUPPORT
3001 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3002 L:      linux-mips@linux-mips.org
3003 W:      http://www.linux-mips.org/wiki/DECstation
3004 S:      Maintained
3005 F:      arch/mips/dec/
3006 F:      arch/mips/include/asm/dec/
3007 F:      arch/mips/include/asm/mach-dec/
3008
3009 DEFXX FDDI NETWORK DRIVER
3010 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3011 S:      Maintained
3012 F:      drivers/net/fddi/defxx.*
3013
3014 DELL LAPTOP DRIVER
3015 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3016 L:      platform-driver-x86@vger.kernel.org
3017 S:      Maintained
3018 F:      drivers/platform/x86/dell-laptop.c
3019
3020 DELL LAPTOP SMM DRIVER
3021 M:      Guenter Roeck <linux@roeck-us.net>
3022 F:      drivers/char/i8k.c
3023 F:      include/uapi/linux/i8k.h
3024
3025 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3026 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3027 S:      Maintained
3028 F:      Documentation/dcdbas.txt
3029 F:      drivers/firmware/dcdbas.*
3030
3031 DELL WMI EXTRAS DRIVER
3032 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3033 S:      Maintained
3034 F:      drivers/platform/x86/dell-wmi.c
3035
3036 DESIGNWARE USB2 DRD IP DRIVER
3037 M:      Paul Zimmerman <paulz@synopsys.com>
3038 L:      linux-usb@vger.kernel.org
3039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3040 S:      Maintained
3041 F:      drivers/usb/dwc2/
3042
3043 DESIGNWARE USB3 DRD IP DRIVER
3044 M:      Felipe Balbi <balbi@ti.com>
3045 L:      linux-usb@vger.kernel.org
3046 L:      linux-omap@vger.kernel.org
3047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3048 S:      Maintained
3049 F:      drivers/usb/dwc3/
3050
3051 DEVICE COREDUMP (DEV_COREDUMP)
3052 M:      Johannes Berg <johannes@sipsolutions.net>
3053 L:      linux-kernel@vger.kernel.org
3054 S:      Maintained
3055 F:      drivers/base/devcoredump.c
3056 F:      include/linux/devcoredump.h
3057
3058 DEVICE FREQUENCY (DEVFREQ)
3059 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3060 M:      Kyungmin Park <kyungmin.park@samsung.com>
3061 L:      linux-pm@vger.kernel.org
3062 S:      Maintained
3063 F:      drivers/devfreq/
3064
3065 DEVICE NUMBER REGISTRY
3066 M:      Torben Mathiasen <device@lanana.org>
3067 W:      http://lanana.org/docs/device-list/index.html
3068 S:      Maintained
3069
3070 DEVICE-MAPPER  (LVM)
3071 M:      Alasdair Kergon <agk@redhat.com>
3072 M:      Mike Snitzer <snitzer@redhat.com>
3073 M:      dm-devel@redhat.com
3074 L:      dm-devel@redhat.com
3075 W:      http://sources.redhat.com/dm
3076 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3077 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3078 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3079 S:      Maintained
3080 F:      Documentation/device-mapper/
3081 F:      drivers/md/dm*
3082 F:      drivers/md/persistent-data/
3083 F:      include/linux/device-mapper.h
3084 F:      include/linux/dm-*.h
3085 F:      include/uapi/linux/dm-*.h
3086
3087 DIALOG SEMICONDUCTOR DRIVERS
3088 M:      Support Opensource <support.opensource@diasemi.com>
3089 W:      http://www.dialog-semiconductor.com/products
3090 S:      Supported
3091 F:      Documentation/hwmon/da90??
3092 F:      drivers/gpio/gpio-da90??.c
3093 F:      drivers/hwmon/da90??-hwmon.c
3094 F:      drivers/input/misc/da90??_onkey.c
3095 F:      drivers/input/touchscreen/da9052_tsi.c
3096 F:      drivers/leds/leds-da90??.c
3097 F:      drivers/mfd/da903x.c
3098 F:      drivers/mfd/da90??-*.c
3099 F:      drivers/power/da9052-battery.c
3100 F:      drivers/regulator/da903x.c
3101 F:      drivers/regulator/da9???-regulator.[ch]
3102 F:      drivers/rtc/rtc-da90??.c
3103 F:      drivers/video/backlight/da90??_bl.c
3104 F:      drivers/watchdog/da90??_wdt.c
3105 F:      include/linux/mfd/da903x.h
3106 F:      include/linux/mfd/da9052/
3107 F:      include/linux/mfd/da9055/
3108 F:      include/linux/mfd/da9063/
3109 F:      include/sound/da[79]*.h
3110 F:      sound/soc/codecs/da[79]*.[ch]
3111
3112 DIGI NEO AND CLASSIC PCI PRODUCTS
3113 M:      Lidza Louina <lidza.louina@gmail.com>
3114 M:      Mark Hounschell <markh@compro.net>
3115 L:      driverdev-devel@linuxdriverproject.org
3116 S:      Maintained
3117 F:      drivers/staging/dgnc/
3118
3119 DIGI EPCA PCI PRODUCTS
3120 M:      Lidza Louina <lidza.louina@gmail.com>
3121 M:      Mark Hounschell <markh@compro.net>
3122 M:      Daeseok Youn <daeseok.youn@gmail.com>
3123 L:      driverdev-devel@linuxdriverproject.org
3124 S:      Maintained
3125 F:      drivers/staging/dgap/
3126
3127 DIOLAN U2C-12 I2C DRIVER
3128 M:      Guenter Roeck <linux@roeck-us.net>
3129 L:      linux-i2c@vger.kernel.org
3130 S:      Maintained
3131 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3132
3133 DIRECTORY NOTIFICATION (DNOTIFY)
3134 M:      Eric Paris <eparis@parisplace.org>
3135 S:      Maintained
3136 F:      Documentation/filesystems/dnotify.txt
3137 F:      fs/notify/dnotify/
3138 F:      include/linux/dnotify.h
3139
3140 DISK GEOMETRY AND PARTITION HANDLING
3141 M:      Andries Brouwer <aeb@cwi.nl>
3142 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3143 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3144 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3145 S:      Maintained
3146
3147 DISKQUOTA
3148 M:      Jan Kara <jack@suse.cz>
3149 S:      Maintained
3150 F:      Documentation/filesystems/quota.txt
3151 F:      fs/quota/
3152 F:      include/linux/quota*.h
3153 F:      include/uapi/linux/quota*.h
3154
3155 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3156 M:      Bernie Thompson <bernie@plugable.com>
3157 L:      linux-fbdev@vger.kernel.org
3158 S:      Maintained
3159 W:      http://plugable.com/category/projects/udlfb/
3160 F:      drivers/video/fbdev/udlfb.c
3161 F:      include/video/udlfb.h
3162 F:      Documentation/fb/udlfb.txt
3163
3164 DISTRIBUTED LOCK MANAGER (DLM)
3165 M:      Christine Caulfield <ccaulfie@redhat.com>
3166 M:      David Teigland <teigland@redhat.com>
3167 L:      cluster-devel@redhat.com
3168 W:      http://sources.redhat.com/cluster/
3169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3170 S:      Supported
3171 F:      fs/dlm/
3172
3173 DMA BUFFER SHARING FRAMEWORK
3174 M:      Sumit Semwal <sumit.semwal@linaro.org>
3175 S:      Maintained
3176 L:      linux-media@vger.kernel.org
3177 L:      dri-devel@lists.freedesktop.org
3178 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3179 F:      drivers/dma-buf/
3180 F:      include/linux/dma-buf*
3181 F:      include/linux/reservation.h
3182 F:      include/linux/*fence.h
3183 F:      Documentation/dma-buf-sharing.txt
3184 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3185
3186 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3187 M:      Vinod Koul <vinod.koul@intel.com>
3188 L:      dmaengine@vger.kernel.org
3189 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3190 S:      Maintained
3191 F:      drivers/dma/
3192 F:      include/linux/dmaengine.h
3193 F:      Documentation/dmaengine/
3194 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3195
3196 DME1737 HARDWARE MONITOR DRIVER
3197 M:      Juerg Haefliger <juergh@gmail.com>
3198 L:      lm-sensors@lm-sensors.org
3199 S:      Maintained
3200 F:      Documentation/hwmon/dme1737
3201 F:      drivers/hwmon/dme1737.c
3202
3203 DOCKING STATION DRIVER
3204 M:      Shaohua Li <shaohua.li@intel.com>
3205 L:      linux-acpi@vger.kernel.org
3206 S:      Supported
3207 F:      drivers/acpi/dock.c
3208
3209 DOCUMENTATION
3210 M:      Jonathan Corbet <corbet@lwn.net>
3211 L:      linux-doc@vger.kernel.org
3212 S:      Maintained
3213 F:      Documentation/
3214 X:      Documentation/ABI/
3215 X:      Documentation/devicetree/
3216 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3217
3218 DOUBLETALK DRIVER
3219 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3220 L:      blinux-list@redhat.com
3221 S:      Maintained
3222 F:      drivers/char/dtlk.c
3223 F:      include/linux/dtlk.h
3224
3225 DPT_I2O SCSI RAID DRIVER
3226 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3227 L:      linux-scsi@vger.kernel.org
3228 W:      http://www.adaptec.com/
3229 S:      Maintained
3230 F:      drivers/scsi/dpt*
3231 F:      drivers/scsi/dpt/
3232
3233 DRBD DRIVER
3234 P:      Philipp Reisner
3235 P:      Lars Ellenberg
3236 M:      drbd-dev@lists.linbit.com
3237 L:      drbd-user@lists.linbit.com
3238 W:      http://www.drbd.org
3239 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3240 T:      git git://git.drbd.org/drbd-8.3.git
3241 S:      Supported
3242 F:      drivers/block/drbd/
3243 F:      lib/lru_cache.c
3244 F:      Documentation/blockdev/drbd/
3245
3246 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3247 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3248 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3249 S:      Supported
3250 F:      Documentation/kobject.txt
3251 F:      drivers/base/
3252 F:      fs/sysfs/
3253 F:      fs/debugfs/
3254 F:      include/linux/kobj*
3255 F:      include/linux/debugfs.h
3256 F:      lib/kobj*
3257
3258 DRM DRIVERS
3259 M:      David Airlie <airlied@linux.ie>
3260 L:      dri-devel@lists.freedesktop.org
3261 T:      git git://people.freedesktop.org/~airlied/linux
3262 S:      Maintained
3263 F:      drivers/gpu/drm/
3264 F:      drivers/gpu/vga/
3265 F:      include/drm/
3266 F:      include/uapi/drm/
3267
3268 RADEON DRM DRIVERS
3269 M:      Alex Deucher <alexander.deucher@amd.com>
3270 M:      Christian König <christian.koenig@amd.com>
3271 L:      dri-devel@lists.freedesktop.org
3272 T:      git git://people.freedesktop.org/~agd5f/linux
3273 S:      Supported
3274 F:      drivers/gpu/drm/radeon/
3275 F:      include/uapi/drm/radeon*
3276
3277 DRM PANEL DRIVERS
3278 M:      Thierry Reding <thierry.reding@gmail.com>
3279 L:      dri-devel@lists.freedesktop.org
3280 T:      git git://anongit.freedesktop.org/tegra/linux.git
3281 S:      Maintained
3282 F:      drivers/gpu/drm/drm_panel.c
3283 F:      drivers/gpu/drm/panel/
3284 F:      include/drm/drm_panel.h
3285 F:      Documentation/devicetree/bindings/panel/
3286
3287 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3288 M:      Daniel Vetter <daniel.vetter@intel.com>
3289 M:      Jani Nikula <jani.nikula@linux.intel.com>
3290 L:      intel-gfx@lists.freedesktop.org
3291 L:      dri-devel@lists.freedesktop.org
3292 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3293 T:      git git://anongit.freedesktop.org/drm-intel
3294 S:      Supported
3295 F:      drivers/gpu/drm/i915/
3296 F:      include/drm/i915*
3297 F:      include/uapi/drm/i915*
3298
3299 DRM DRIVERS FOR EXYNOS
3300 M:      Inki Dae <inki.dae@samsung.com>
3301 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3302 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3303 M:      Kyungmin Park <kyungmin.park@samsung.com>
3304 L:      dri-devel@lists.freedesktop.org
3305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3306 S:      Supported
3307 F:      drivers/gpu/drm/exynos/
3308 F:      include/drm/exynos*
3309 F:      include/uapi/drm/exynos*
3310
3311 DRM DRIVERS FOR FREESCALE IMX
3312 M:      Philipp Zabel <p.zabel@pengutronix.de>
3313 L:      dri-devel@lists.freedesktop.org
3314 S:      Maintained
3315 F:      drivers/gpu/drm/imx/
3316 F:      Documentation/devicetree/bindings/drm/imx/
3317
3318 DRM DRIVERS FOR NVIDIA TEGRA
3319 M:      Thierry Reding <thierry.reding@gmail.com>
3320 M:      Terje Bergström <tbergstrom@nvidia.com>
3321 L:      dri-devel@lists.freedesktop.org
3322 L:      linux-tegra@vger.kernel.org
3323 T:      git git://anongit.freedesktop.org/tegra/linux.git
3324 S:      Supported
3325 F:      drivers/gpu/drm/tegra/
3326 F:      drivers/gpu/host1x/
3327 F:      include/linux/host1x.h
3328 F:      include/uapi/drm/tegra_drm.h
3329 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3330
3331 DRM DRIVERS FOR RENESAS
3332 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3333 L:      dri-devel@lists.freedesktop.org
3334 L:      linux-sh@vger.kernel.org
3335 T:      git git://people.freedesktop.org/~airlied/linux
3336 S:      Supported
3337 F:      drivers/gpu/drm/rcar-du/
3338 F:      drivers/gpu/drm/shmobile/
3339 F:      include/linux/platform_data/rcar-du.h
3340 F:      include/linux/platform_data/shmob_drm.h
3341
3342 DSBR100 USB FM RADIO DRIVER
3343 M:      Alexey Klimov <klimov.linux@gmail.com>
3344 L:      linux-media@vger.kernel.org
3345 T:      git git://linuxtv.org/media_tree.git
3346 S:      Maintained
3347 F:      drivers/media/radio/dsbr100.c
3348
3349 DSCC4 DRIVER
3350 M:      Francois Romieu <romieu@fr.zoreil.com>
3351 L:      netdev@vger.kernel.org
3352 S:      Maintained
3353 F:      drivers/net/wan/dscc4.c
3354
3355 DVB_USB_AF9015 MEDIA DRIVER
3356 M:      Antti Palosaari <crope@iki.fi>
3357 L:      linux-media@vger.kernel.org
3358 W:      http://linuxtv.org/
3359 W:      http://palosaari.fi/linux/
3360 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3361 T:      git git://linuxtv.org/anttip/media_tree.git
3362 S:      Maintained
3363 F:      drivers/media/usb/dvb-usb-v2/af9015*
3364
3365 DVB_USB_AF9035 MEDIA DRIVER
3366 M:      Antti Palosaari <crope@iki.fi>
3367 L:      linux-media@vger.kernel.org
3368 W:      http://linuxtv.org/
3369 W:      http://palosaari.fi/linux/
3370 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3371 T:      git git://linuxtv.org/anttip/media_tree.git
3372 S:      Maintained
3373 F:      drivers/media/usb/dvb-usb-v2/af9035*
3374
3375 DVB_USB_ANYSEE MEDIA DRIVER
3376 M:      Antti Palosaari <crope@iki.fi>
3377 L:      linux-media@vger.kernel.org
3378 W:      http://linuxtv.org/
3379 W:      http://palosaari.fi/linux/
3380 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3381 T:      git git://linuxtv.org/anttip/media_tree.git
3382 S:      Maintained
3383 F:      drivers/media/usb/dvb-usb-v2/anysee*
3384
3385 DVB_USB_AU6610 MEDIA DRIVER
3386 M:      Antti Palosaari <crope@iki.fi>
3387 L:      linux-media@vger.kernel.org
3388 W:      http://linuxtv.org/
3389 W:      http://palosaari.fi/linux/
3390 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3391 T:      git git://linuxtv.org/anttip/media_tree.git
3392 S:      Maintained
3393 F:      drivers/media/usb/dvb-usb-v2/au6610*
3394
3395 DVB_USB_CE6230 MEDIA DRIVER
3396 M:      Antti Palosaari <crope@iki.fi>
3397 L:      linux-media@vger.kernel.org
3398 W:      http://linuxtv.org/
3399 W:      http://palosaari.fi/linux/
3400 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3401 T:      git git://linuxtv.org/anttip/media_tree.git
3402 S:      Maintained
3403 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3404
3405 DVB_USB_CXUSB MEDIA DRIVER
3406 M:      Michael Krufky <mkrufky@linuxtv.org>
3407 L:      linux-media@vger.kernel.org
3408 W:      http://linuxtv.org/
3409 W:      http://github.com/mkrufky
3410 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3411 T:      git git://linuxtv.org/media_tree.git
3412 S:      Maintained
3413 F:      drivers/media/usb/dvb-usb/cxusb*
3414
3415 DVB_USB_EC168 MEDIA DRIVER
3416 M:      Antti Palosaari <crope@iki.fi>
3417 L:      linux-media@vger.kernel.org
3418 W:      http://linuxtv.org/
3419 W:      http://palosaari.fi/linux/
3420 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3421 T:      git git://linuxtv.org/anttip/media_tree.git
3422 S:      Maintained
3423 F:      drivers/media/usb/dvb-usb-v2/ec168*
3424
3425 DVB_USB_GL861 MEDIA DRIVER
3426 M:      Antti Palosaari <crope@iki.fi>
3427 L:      linux-media@vger.kernel.org
3428 W:      http://linuxtv.org/
3429 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3430 T:      git git://linuxtv.org/anttip/media_tree.git
3431 S:      Maintained
3432 F:      drivers/media/usb/dvb-usb-v2/gl861*
3433
3434 DVB_USB_MXL111SF MEDIA DRIVER
3435 M:      Michael Krufky <mkrufky@linuxtv.org>
3436 L:      linux-media@vger.kernel.org
3437 W:      http://linuxtv.org/
3438 W:      http://github.com/mkrufky
3439 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3440 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3441 S:      Maintained
3442 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3443
3444 DVB_USB_RTL28XXU MEDIA DRIVER
3445 M:      Antti Palosaari <crope@iki.fi>
3446 L:      linux-media@vger.kernel.org
3447 W:      http://linuxtv.org/
3448 W:      http://palosaari.fi/linux/
3449 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3450 T:      git git://linuxtv.org/anttip/media_tree.git
3451 S:      Maintained
3452 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3453
3454 DVB_USB_V2 MEDIA DRIVER
3455 M:      Antti Palosaari <crope@iki.fi>
3456 L:      linux-media@vger.kernel.org
3457 W:      http://linuxtv.org/
3458 W:      http://palosaari.fi/linux/
3459 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3460 T:      git git://linuxtv.org/anttip/media_tree.git
3461 S:      Maintained
3462 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3463 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3464
3465 DYNAMIC DEBUG
3466 M:      Jason Baron <jbaron@akamai.com>
3467 S:      Maintained
3468 F:      lib/dynamic_debug.c
3469 F:      include/linux/dynamic_debug.h
3470
3471 DZ DECSTATION DZ11 SERIAL DRIVER
3472 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3473 S:      Maintained
3474 F:      drivers/tty/serial/dz.*
3475
3476 E4000 MEDIA DRIVER
3477 M:      Antti Palosaari <crope@iki.fi>
3478 L:      linux-media@vger.kernel.org
3479 W:      http://linuxtv.org/
3480 W:      http://palosaari.fi/linux/
3481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3482 T:      git git://linuxtv.org/anttip/media_tree.git
3483 S:      Maintained
3484 F:      drivers/media/tuners/e4000*
3485
3486 EATA ISA/EISA/PCI SCSI DRIVER
3487 M:      Dario Ballabio <ballabio_dario@emc.com>
3488 L:      linux-scsi@vger.kernel.org
3489 S:      Maintained
3490 F:      drivers/scsi/eata.c
3491
3492 EC100 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/dvb-frontends/ec100*
3501
3502 ECRYPT FILE SYSTEM
3503 M:      Tyler Hicks <tyhicks@canonical.com>
3504 L:      ecryptfs@vger.kernel.org
3505 W:      http://ecryptfs.org
3506 W:      https://launchpad.net/ecryptfs
3507 S:      Supported
3508 F:      Documentation/filesystems/ecryptfs.txt
3509 F:      fs/ecryptfs/
3510
3511 EDAC-CORE
3512 M:      Doug Thompson <dougthompson@xmission.com>
3513 M:      Borislav Petkov <bp@alien8.de>
3514 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3515 L:      linux-edac@vger.kernel.org
3516 W:      bluesmoke.sourceforge.net
3517 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3518 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3519 S:      Supported
3520 F:      Documentation/edac.txt
3521 F:      drivers/edac/
3522 F:      include/linux/edac.h
3523
3524 EDAC-AMD64
3525 M:      Doug Thompson <dougthompson@xmission.com>
3526 M:      Borislav Petkov <bp@alien8.de>
3527 L:      linux-edac@vger.kernel.org
3528 W:      bluesmoke.sourceforge.net
3529 S:      Maintained
3530 F:      drivers/edac/amd64_edac*
3531
3532 EDAC-CALXEDA
3533 M:      Doug Thompson <dougthompson@xmission.com>
3534 M:      Robert Richter <rric@kernel.org>
3535 L:      linux-edac@vger.kernel.org
3536 W:      bluesmoke.sourceforge.net
3537 S:      Maintained
3538 F:      drivers/edac/highbank*
3539
3540 EDAC-CAVIUM
3541 M:      Ralf Baechle <ralf@linux-mips.org>
3542 M:      David Daney <david.daney@cavium.com>
3543 L:      linux-edac@vger.kernel.org
3544 L:      linux-mips@linux-mips.org
3545 W:      bluesmoke.sourceforge.net
3546 S:      Supported
3547 F:      drivers/edac/octeon_edac*
3548
3549 EDAC-E752X
3550 M:      Mark Gross <mark.gross@intel.com>
3551 M:      Doug Thompson <dougthompson@xmission.com>
3552 L:      linux-edac@vger.kernel.org
3553 W:      bluesmoke.sourceforge.net
3554 S:      Maintained
3555 F:      drivers/edac/e752x_edac.c
3556
3557 EDAC-E7XXX
3558 M:      Doug Thompson <dougthompson@xmission.com>
3559 L:      linux-edac@vger.kernel.org
3560 W:      bluesmoke.sourceforge.net
3561 S:      Maintained
3562 F:      drivers/edac/e7xxx_edac.c
3563
3564 EDAC-GHES
3565 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3566 L:      linux-edac@vger.kernel.org
3567 W:      bluesmoke.sourceforge.net
3568 S:      Maintained
3569 F:      drivers/edac/ghes_edac.c
3570
3571 EDAC-I82443BXGX
3572 M:      Tim Small <tim@buttersideup.com>
3573 L:      linux-edac@vger.kernel.org
3574 W:      bluesmoke.sourceforge.net
3575 S:      Maintained
3576 F:      drivers/edac/i82443bxgx_edac.c
3577
3578 EDAC-I3000
3579 M:      Jason Uhlenkott <juhlenko@akamai.com>
3580 L:      linux-edac@vger.kernel.org
3581 W:      bluesmoke.sourceforge.net
3582 S:      Maintained
3583 F:      drivers/edac/i3000_edac.c
3584
3585 EDAC-I5000
3586 M:      Doug Thompson <dougthompson@xmission.com>
3587 L:      linux-edac@vger.kernel.org
3588 W:      bluesmoke.sourceforge.net
3589 S:      Maintained
3590 F:      drivers/edac/i5000_edac.c
3591
3592 EDAC-I5400
3593 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3594 L:      linux-edac@vger.kernel.org
3595 W:      bluesmoke.sourceforge.net
3596 S:      Maintained
3597 F:      drivers/edac/i5400_edac.c
3598
3599 EDAC-I7300
3600 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3601 L:      linux-edac@vger.kernel.org
3602 W:      bluesmoke.sourceforge.net
3603 S:      Maintained
3604 F:      drivers/edac/i7300_edac.c
3605
3606 EDAC-I7CORE
3607 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3608 L:      linux-edac@vger.kernel.org
3609 W:      bluesmoke.sourceforge.net
3610 S:      Maintained
3611 F:      drivers/edac/i7core_edac.c
3612
3613 EDAC-I82975X
3614 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3615 M:      "Arvind R." <arvino55@gmail.com>
3616 L:      linux-edac@vger.kernel.org
3617 W:      bluesmoke.sourceforge.net
3618 S:      Maintained
3619 F:      drivers/edac/i82975x_edac.c
3620
3621 EDAC-IE31200
3622 M:      Jason Baron <jbaron@akamai.com>
3623 L:      linux-edac@vger.kernel.org
3624 W:      bluesmoke.sourceforge.net
3625 S:      Maintained
3626 F:      drivers/edac/ie31200_edac.c
3627
3628 EDAC-MPC85XX
3629 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3630 L:      linux-edac@vger.kernel.org
3631 W:      bluesmoke.sourceforge.net
3632 S:      Maintained
3633 F:      drivers/edac/mpc85xx_edac.[ch]
3634
3635 EDAC-PASEMI
3636 M:      Egor Martovetsky <egor@pasemi.com>
3637 L:      linux-edac@vger.kernel.org
3638 W:      bluesmoke.sourceforge.net
3639 S:      Maintained
3640 F:      drivers/edac/pasemi_edac.c
3641
3642 EDAC-R82600
3643 M:      Tim Small <tim@buttersideup.com>
3644 L:      linux-edac@vger.kernel.org
3645 W:      bluesmoke.sourceforge.net
3646 S:      Maintained
3647 F:      drivers/edac/r82600_edac.c
3648
3649 EDAC-SBRIDGE
3650 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3651 L:      linux-edac@vger.kernel.org
3652 W:      bluesmoke.sourceforge.net
3653 S:      Maintained
3654 F:      drivers/edac/sb_edac.c
3655
3656 EDIROL UA-101/UA-1000 DRIVER
3657 M:      Clemens Ladisch <clemens@ladisch.de>
3658 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3659 T:      git git://git.alsa-project.org/alsa-kernel.git
3660 S:      Maintained
3661 F:      sound/usb/misc/ua101.c
3662
3663 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3664 M:      Matt Fleming <matt.fleming@intel.com>
3665 L:      linux-efi@vger.kernel.org
3666 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3667 S:      Maintained
3668 F:      Documentation/efi-stub.txt
3669 F:      arch/ia64/kernel/efi.c
3670 F:      arch/x86/boot/compressed/eboot.[ch]
3671 F:      arch/x86/include/asm/efi.h
3672 F:      arch/x86/platform/efi/*
3673 F:      drivers/firmware/efi/*
3674 F:      include/linux/efi*.h
3675
3676 EFI VARIABLE FILESYSTEM
3677 M:      Matthew Garrett <matthew.garrett@nebula.com>
3678 M:      Jeremy Kerr <jk@ozlabs.org>
3679 M:      Matt Fleming <matt.fleming@intel.com>
3680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3681 L:      linux-efi@vger.kernel.org
3682 S:      Maintained
3683 F:      fs/efivarfs/
3684
3685 EFIFB FRAMEBUFFER DRIVER
3686 L:      linux-fbdev@vger.kernel.org
3687 M:      Peter Jones <pjones@redhat.com>
3688 S:      Maintained
3689 F:      drivers/video/fbdev/efifb.c
3690
3691 EFS FILESYSTEM
3692 W:      http://aeschi.ch.eu.org/efs/
3693 S:      Orphan
3694 F:      fs/efs/
3695
3696 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3697 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3698 M:      Christoph Raisch <raisch@de.ibm.com>
3699 L:      linux-rdma@vger.kernel.org
3700 S:      Supported
3701 F:      drivers/infiniband/hw/ehca/
3702
3703 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3704 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3705 L:      netdev@vger.kernel.org
3706 S:      Maintained
3707 F:      drivers/net/ethernet/ibm/ehea/
3708
3709 EM28XX VIDEO4LINUX DRIVER
3710 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3711 L:      linux-media@vger.kernel.org
3712 W:      http://linuxtv.org
3713 T:      git git://linuxtv.org/media_tree.git
3714 S:      Maintained
3715 F:      drivers/media/usb/em28xx/
3716
3717 EMBEDDED LINUX
3718 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3719 M:      Matt Mackall <mpm@selenic.com>
3720 M:      David Woodhouse <dwmw2@infradead.org>
3721 L:      linux-embedded@vger.kernel.org
3722 S:      Maintained
3723
3724 EMULEX LPFC FC SCSI DRIVER
3725 M:      James Smart <james.smart@emulex.com>
3726 L:      linux-scsi@vger.kernel.org
3727 W:      http://sourceforge.net/projects/lpfcxxxx
3728 S:      Supported
3729 F:      drivers/scsi/lpfc/
3730
3731 ENE CB710 FLASH CARD READER DRIVER
3732 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3733 S:      Maintained
3734 F:      drivers/misc/cb710/
3735 F:      drivers/mmc/host/cb710-mmc.*
3736 F:      include/linux/cb710.h
3737
3738 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3739 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3740 S:      Maintained
3741 F:      drivers/media/rc/ene_ir.*
3742
3743 ENHANCED ERROR HANDLING (EEH)
3744 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3745 L:      linuxppc-dev@lists.ozlabs.org
3746 S:      Supported
3747 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3748 F:      arch/powerpc/kernel/eeh*.c
3749
3750 EPSON S1D13XXX FRAMEBUFFER DRIVER
3751 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3752 S:      Maintained
3753 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3754 F:      drivers/video/fbdev/s1d13xxxfb.c
3755 F:      include/video/s1d13xxxfb.h
3756
3757 ET131X NETWORK DRIVER
3758 M:      Mark Einon <mark.einon@gmail.com>
3759 S:      Odd Fixes
3760 F:      drivers/net/ethernet/agere/
3761
3762 ETHERNET BRIDGE
3763 M:      Stephen Hemminger <stephen@networkplumber.org>
3764 L:      bridge@lists.linux-foundation.org
3765 L:      netdev@vger.kernel.org
3766 W:      http://www.linuxfoundation.org/en/Net:Bridge
3767 S:      Maintained
3768 F:      include/linux/netfilter_bridge/
3769 F:      net/bridge/
3770
3771 ETHERNET PHY LIBRARY
3772 M:      Florian Fainelli <f.fainelli@gmail.com>
3773 L:      netdev@vger.kernel.org
3774 S:      Maintained
3775 F:      include/linux/phy.h
3776 F:      include/linux/phy_fixed.h
3777 F:      drivers/net/phy/
3778 F:      Documentation/networking/phy.txt
3779 F:      drivers/of/of_mdio.c
3780 F:      drivers/of/of_net.c
3781
3782 EXT2 FILE SYSTEM
3783 M:      Jan Kara <jack@suse.cz>
3784 L:      linux-ext4@vger.kernel.org
3785 S:      Maintained
3786 F:      Documentation/filesystems/ext2.txt
3787 F:      fs/ext2/
3788 F:      include/linux/ext2*
3789
3790 EXT3 FILE SYSTEM
3791 M:      Jan Kara <jack@suse.cz>
3792 M:      Andrew Morton <akpm@linux-foundation.org>
3793 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3794 L:      linux-ext4@vger.kernel.org
3795 S:      Maintained
3796 F:      Documentation/filesystems/ext3.txt
3797 F:      fs/ext3/
3798
3799 EXT4 FILE SYSTEM
3800 M:      "Theodore Ts'o" <tytso@mit.edu>
3801 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3802 L:      linux-ext4@vger.kernel.org
3803 W:      http://ext4.wiki.kernel.org
3804 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3805 S:      Maintained
3806 F:      Documentation/filesystems/ext4.txt
3807 F:      fs/ext4/
3808
3809 Extended Verification Module (EVM)
3810 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3811 L:      linux-ima-devel@lists.sourceforge.net
3812 L:      linux-security-module@vger.kernel.org
3813 S:      Supported
3814 F:      security/integrity/evm/
3815
3816 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3817 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3818 M:      Chanwoo Choi <cw00.choi@samsung.com>
3819 L:      linux-kernel@vger.kernel.org
3820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3821 S:      Maintained
3822 F:      drivers/extcon/
3823 F:      Documentation/extcon/
3824
3825 EXYNOS DP DRIVER
3826 M:      Jingoo Han <jg1.han@samsung.com>
3827 L:      dri-devel@lists.freedesktop.org
3828 S:      Maintained
3829 F:      drivers/gpu/drm/exynos/exynos_dp*
3830
3831 EXYNOS MIPI DISPLAY DRIVERS
3832 M:      Inki Dae <inki.dae@samsung.com>
3833 M:      Donghwa Lee <dh09.lee@samsung.com>
3834 M:      Kyungmin Park <kyungmin.park@samsung.com>
3835 L:      linux-fbdev@vger.kernel.org
3836 S:      Maintained
3837 F:      drivers/video/fbdev/exynos/exynos_mipi*
3838 F:      include/video/exynos_mipi*
3839
3840 F71805F HARDWARE MONITORING DRIVER
3841 M:      Jean Delvare <jdelvare@suse.de>
3842 L:      lm-sensors@lm-sensors.org
3843 S:      Maintained
3844 F:      Documentation/hwmon/f71805f
3845 F:      drivers/hwmon/f71805f.c
3846
3847 FC0011 TUNER DRIVER
3848 M:      Michael Buesch <m@bues.ch>
3849 L:      linux-media@vger.kernel.org
3850 S:      Maintained
3851 F:      drivers/media/tuners/fc0011.h
3852 F:      drivers/media/tuners/fc0011.c
3853
3854 FC2580 MEDIA DRIVER
3855 M:      Antti Palosaari <crope@iki.fi>
3856 L:      linux-media@vger.kernel.org
3857 W:      http://linuxtv.org/
3858 W:      http://palosaari.fi/linux/
3859 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3860 T:      git git://linuxtv.org/anttip/media_tree.git
3861 S:      Maintained
3862 F:      drivers/media/tuners/fc2580*
3863
3864 FANOTIFY
3865 M:      Eric Paris <eparis@redhat.com>
3866 S:      Maintained
3867 F:      fs/notify/fanotify/
3868 F:      include/linux/fanotify.h
3869 F:      include/uapi/linux/fanotify.h
3870
3871 FARSYNC SYNCHRONOUS DRIVER
3872 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3873 W:      http://www.farsite.co.uk/
3874 S:      Supported
3875 F:      drivers/net/wan/farsync.*
3876
3877 FAULT INJECTION SUPPORT
3878 M:      Akinobu Mita <akinobu.mita@gmail.com>
3879 S:      Supported
3880 F:      Documentation/fault-injection/
3881 F:      lib/fault-inject.c
3882
3883 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3884 M:      Robert Love <robert.w.love@intel.com>
3885 L:      fcoe-devel@open-fcoe.org
3886 W:      www.Open-FCoE.org
3887 S:      Supported
3888 F:      drivers/scsi/libfc/
3889 F:      drivers/scsi/fcoe/
3890 F:      include/scsi/fc/
3891 F:      include/scsi/libfc.h
3892 F:      include/scsi/libfcoe.h
3893 F:      include/uapi/scsi/fc/
3894
3895 FILE LOCKING (flock() and fcntl()/lockf())
3896 M:      Jeff Layton <jlayton@poochiereds.net>
3897 M:      J. Bruce Fields <bfields@fieldses.org>
3898 L:      linux-fsdevel@vger.kernel.org
3899 S:      Maintained
3900 F:      include/linux/fcntl.h
3901 F:      include/linux/fs.h
3902 F:      include/uapi/linux/fcntl.h
3903 F:      include/uapi/linux/fs.h
3904 F:      fs/fcntl.c
3905 F:      fs/locks.c
3906
3907 FILESYSTEMS (VFS and infrastructure)
3908 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3909 L:      linux-fsdevel@vger.kernel.org
3910 S:      Maintained
3911 F:      fs/*
3912
3913 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3914 M:      Riku Voipio <riku.voipio@iki.fi>
3915 L:      lm-sensors@lm-sensors.org
3916 S:      Maintained
3917 F:      drivers/hwmon/f75375s.c
3918 F:      include/linux/f75375s.h
3919
3920 FIREWIRE AUDIO DRIVERS
3921 M:      Clemens Ladisch <clemens@ladisch.de>
3922 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3923 T:      git git://git.alsa-project.org/alsa-kernel.git
3924 S:      Maintained
3925 F:      sound/firewire/
3926
3927 FIREWIRE MEDIA DRIVERS (firedtv)
3928 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3929 L:      linux-media@vger.kernel.org
3930 L:      linux1394-devel@lists.sourceforge.net
3931 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3932 S:      Maintained
3933 F:      drivers/media/firewire/
3934
3935 FIREWIRE SBP-2 TARGET
3936 M:      Chris Boot <bootc@bootc.net>
3937 L:      linux-scsi@vger.kernel.org
3938 L:      target-devel@vger.kernel.org
3939 L:      linux1394-devel@lists.sourceforge.net
3940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3941 S:      Maintained
3942 F:      drivers/target/sbp/
3943
3944 FIREWIRE SUBSYSTEM
3945 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3946 L:      linux1394-devel@lists.sourceforge.net
3947 W:      http://ieee1394.wiki.kernel.org/
3948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3949 S:      Maintained
3950 F:      drivers/firewire/
3951 F:      include/linux/firewire.h
3952 F:      include/uapi/linux/firewire*.h
3953 F:      tools/firewire/
3954
3955 FIRMWARE LOADER (request_firmware)
3956 M:      Ming Lei <ming.lei@canonical.com>
3957 L:      linux-kernel@vger.kernel.org
3958 S:      Maintained
3959 F:      Documentation/firmware_class/
3960 F:      drivers/base/firmware*.c
3961 F:      include/linux/firmware.h
3962
3963 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3964 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3965 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3966 S:      Maintained
3967 F:      drivers/block/rsxx/
3968
3969 FLOPPY DRIVER
3970 M:      Jiri Kosina <jkosina@suse.cz>
3971 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3972 S:      Odd fixes
3973 F:      drivers/block/floppy.c
3974
3975 FMC SUBSYSTEM
3976 M:      Alessandro Rubini <rubini@gnudd.com>
3977 W:      http://www.ohwr.org/projects/fmc-bus
3978 S:      Supported
3979 F:      drivers/fmc/
3980 F:      include/linux/fmc*.h
3981 F:      include/linux/ipmi-fru.h
3982 K:      fmc_d.*register
3983
3984 FPU EMULATOR
3985 M:      Bill Metzenthen <billm@melbpc.org.au>
3986 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3987 S:      Maintained
3988 F:      arch/x86/math-emu/
3989
3990 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3991 L:      netdev@vger.kernel.org
3992 S:      Orphan
3993 F:      drivers/net/wan/dlci.c
3994 F:      drivers/net/wan/sdla.c
3995
3996 FRAMEBUFFER LAYER
3997 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3998 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
3999 L:      linux-fbdev@vger.kernel.org
4000 W:      http://linux-fbdev.sourceforge.net/
4001 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4003 S:      Maintained
4004 F:      Documentation/fb/
4005 F:      Documentation/devicetree/bindings/fb/
4006 F:      drivers/video/
4007 F:      include/video/
4008 F:      include/linux/fb.h
4009 F:      include/uapi/video/
4010 F:      include/uapi/linux/fb.h
4011
4012 FREESCALE DIU FRAMEBUFFER DRIVER
4013 M:      Timur Tabi <timur@tabi.org>
4014 L:      linux-fbdev@vger.kernel.org
4015 S:      Maintained
4016 F:      drivers/video/fbdev/fsl-diu-fb.*
4017
4018 FREESCALE DMA DRIVER
4019 M:      Li Yang <leoli@freescale.com>
4020 M:      Zhang Wei <zw@zh-kernel.org>
4021 L:      linuxppc-dev@lists.ozlabs.org
4022 S:      Maintained
4023 F:      drivers/dma/fsldma.*
4024
4025 FREESCALE I2C CPM DRIVER
4026 M:      Jochen Friedrich <jochen@scram.de>
4027 L:      linuxppc-dev@lists.ozlabs.org
4028 L:      linux-i2c@vger.kernel.org
4029 S:      Maintained
4030 F:      drivers/i2c/busses/i2c-cpm.c
4031
4032 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4033 M:      Sascha Hauer <kernel@pengutronix.de>
4034 L:      linux-fbdev@vger.kernel.org
4035 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4036 S:      Maintained
4037 F:      include/linux/platform_data/video-imxfb.h
4038 F:      drivers/video/fbdev/imxfb.c
4039
4040 FREESCALE SOC FS_ENET DRIVER
4041 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4042 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4043 L:      linuxppc-dev@lists.ozlabs.org
4044 L:      netdev@vger.kernel.org
4045 S:      Maintained
4046 F:      drivers/net/ethernet/freescale/fs_enet/
4047 F:      include/linux/fs_enet_pd.h
4048
4049 FREESCALE QUICC ENGINE LIBRARY
4050 L:      linuxppc-dev@lists.ozlabs.org
4051 S:      Orphan
4052 F:      arch/powerpc/sysdev/qe_lib/
4053 F:      arch/powerpc/include/asm/*qe.h
4054
4055 FREESCALE USB PERIPHERAL DRIVERS
4056 M:      Li Yang <leoli@freescale.com>
4057 L:      linux-usb@vger.kernel.org
4058 L:      linuxppc-dev@lists.ozlabs.org
4059 S:      Maintained
4060 F:      drivers/usb/gadget/udc/fsl*
4061
4062 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4063 M:      Li Yang <leoli@freescale.com>
4064 L:      netdev@vger.kernel.org
4065 L:      linuxppc-dev@lists.ozlabs.org
4066 S:      Maintained
4067 F:      drivers/net/ethernet/freescale/ucc_geth*
4068
4069 FREESCALE QUICC ENGINE UCC UART DRIVER
4070 M:      Timur Tabi <timur@tabi.org>
4071 L:      linuxppc-dev@lists.ozlabs.org
4072 S:      Maintained
4073 F:      drivers/tty/serial/ucc_uart.c
4074
4075 FREESCALE SOC SOUND DRIVERS
4076 M:      Timur Tabi <timur@tabi.org>
4077 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4078 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4079 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4080 L:      linuxppc-dev@lists.ozlabs.org
4081 S:      Maintained
4082 F:      sound/soc/fsl/fsl*
4083 F:      sound/soc/fsl/imx*
4084 F:      sound/soc/fsl/mpc8610_hpcd.c
4085
4086 FREEVXFS FILESYSTEM
4087 M:      Christoph Hellwig <hch@infradead.org>
4088 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4089 S:      Maintained
4090 F:      fs/freevxfs/
4091
4092 FREEZER
4093 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4094 M:      Pavel Machek <pavel@ucw.cz>
4095 L:      linux-pm@vger.kernel.org
4096 S:      Supported
4097 F:      Documentation/power/freezing-of-tasks.txt
4098 F:      include/linux/freezer.h
4099 F:      kernel/freezer.c
4100
4101 FRONTSWAP API
4102 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4103 L:      linux-kernel@vger.kernel.org
4104 S:      Maintained
4105 F:      mm/frontswap.c
4106 F:      include/linux/frontswap.h
4107
4108 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4109 M:      David Howells <dhowells@redhat.com>
4110 L:      linux-cachefs@redhat.com
4111 S:      Supported
4112 F:      Documentation/filesystems/caching/
4113 F:      fs/fscache/
4114 F:      include/linux/fscache*.h
4115
4116 F2FS FILE SYSTEM
4117 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4118 M:      Changman Lee <cm224.lee@samsung.com>
4119 L:      linux-f2fs-devel@lists.sourceforge.net
4120 W:      http://en.wikipedia.org/wiki/F2FS
4121 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4122 S:      Maintained
4123 F:      Documentation/filesystems/f2fs.txt
4124 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4125 F:      fs/f2fs/
4126 F:      include/linux/f2fs_fs.h
4127
4128 FUJITSU FR-V (FRV) PORT
4129 M:      David Howells <dhowells@redhat.com>
4130 S:      Maintained
4131 F:      arch/frv/
4132
4133 FUJITSU LAPTOP EXTRAS
4134 M:      Jonathan Woithe <jwoithe@just42.net>
4135 L:      platform-driver-x86@vger.kernel.org
4136 S:      Maintained
4137 F:      drivers/platform/x86/fujitsu-laptop.c
4138
4139 FUJITSU M-5MO LS CAMERA ISP DRIVER
4140 M:      Kyungmin Park <kyungmin.park@samsung.com>
4141 M:      Heungjun Kim <riverful.kim@samsung.com>
4142 L:      linux-media@vger.kernel.org
4143 S:      Maintained
4144 F:      drivers/media/i2c/m5mols/
4145 F:      include/media/m5mols.h
4146
4147 FUJITSU TABLET EXTRAS
4148 M:      Robert Gerlach <khnz@gmx.de>
4149 L:      platform-driver-x86@vger.kernel.org
4150 S:      Maintained
4151 F:      drivers/platform/x86/fujitsu-tablet.c
4152
4153 FUSE: FILESYSTEM IN USERSPACE
4154 M:      Miklos Szeredi <miklos@szeredi.hu>
4155 L:      fuse-devel@lists.sourceforge.net
4156 W:      http://fuse.sourceforge.net/
4157 S:      Maintained
4158 F:      fs/fuse/
4159 F:      include/uapi/linux/fuse.h
4160
4161 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4162 M:      Rik Faith <faith@cs.unc.edu>
4163 L:      linux-scsi@vger.kernel.org
4164 S:      Odd Fixes (e.g., new signatures)
4165 F:      drivers/scsi/fdomain.*
4166
4167 GCOV BASED KERNEL PROFILING
4168 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4169 S:      Maintained
4170 F:      kernel/gcov/
4171 F:      Documentation/gcov.txt
4172
4173 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4174 M:      Achim Leubner <achim_leubner@adaptec.com>
4175 L:      linux-scsi@vger.kernel.org
4176 W:      http://www.icp-vortex.com/
4177 S:      Supported
4178 F:      drivers/scsi/gdt*
4179
4180 GEMTEK FM RADIO RECEIVER DRIVER
4181 M:      Hans Verkuil <hverkuil@xs4all.nl>
4182 L:      linux-media@vger.kernel.org
4183 T:      git git://linuxtv.org/media_tree.git
4184 W:      http://linuxtv.org
4185 S:      Maintained
4186 F:      drivers/media/radio/radio-gemtek*
4187
4188 GENERIC GPIO I2C DRIVER
4189 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4190 S:      Supported
4191 F:      drivers/i2c/busses/i2c-gpio.c
4192 F:      include/linux/i2c-gpio.h
4193
4194 GENERIC GPIO I2C MULTIPLEXER DRIVER
4195 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4196 L:      linux-i2c@vger.kernel.org
4197 S:      Supported
4198 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4199 F:      include/linux/i2c-mux-gpio.h
4200 F:      Documentation/i2c/muxes/i2c-mux-gpio
4201
4202 GENERIC HDLC (WAN) DRIVERS
4203 M:      Krzysztof Halasa <khc@pm.waw.pl>
4204 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4205 S:      Maintained
4206 F:      drivers/net/wan/c101.c
4207 F:      drivers/net/wan/hd6457*
4208 F:      drivers/net/wan/hdlc*
4209 F:      drivers/net/wan/n2.c
4210 F:      drivers/net/wan/pc300too.c
4211 F:      drivers/net/wan/pci200syn.c
4212 F:      drivers/net/wan/wanxl*
4213
4214 GENERIC INCLUDE/ASM HEADER FILES
4215 M:      Arnd Bergmann <arnd@arndb.de>
4216 L:      linux-arch@vger.kernel.org
4217 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4218 S:      Maintained
4219 F:      include/asm-generic/
4220 F:      include/uapi/asm-generic/
4221
4222 GENERIC PHY FRAMEWORK
4223 M:      Kishon Vijay Abraham I <kishon@ti.com>
4224 L:      linux-kernel@vger.kernel.org
4225 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4226 S:      Supported
4227 F:      drivers/phy/
4228 F:      include/linux/phy/
4229
4230 GENERIC UIO DRIVER FOR PCI DEVICES
4231 M:      "Michael S. Tsirkin" <mst@redhat.com>
4232 L:      kvm@vger.kernel.org
4233 S:      Supported
4234 F:      drivers/uio/uio_pci_generic.c
4235
4236 GET_MAINTAINER SCRIPT
4237 M:      Joe Perches <joe@perches.com>
4238 S:      Maintained
4239 F:      scripts/get_maintainer.pl
4240
4241 GFS2 FILE SYSTEM
4242 M:      Steven Whitehouse <swhiteho@redhat.com>
4243 L:      cluster-devel@redhat.com
4244 W:      http://sources.redhat.com/cluster/
4245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4247 S:      Supported
4248 F:      Documentation/filesystems/gfs2*.txt
4249 F:      fs/gfs2/
4250 F:      include/uapi/linux/gfs2_ondisk.h
4251
4252 GIGASET ISDN DRIVERS
4253 M:      Hansjoerg Lipp <hjlipp@web.de>
4254 M:      Tilman Schmidt <tilman@imap.cc>
4255 L:      gigaset307x-common@lists.sourceforge.net
4256 W:      http://gigaset307x.sourceforge.net/
4257 S:      Maintained
4258 F:      Documentation/isdn/README.gigaset
4259 F:      drivers/isdn/gigaset/
4260 F:      include/uapi/linux/gigaset_dev.h
4261
4262 GO7007 MPEG CODEC
4263 M:      Hans Verkuil <hans.verkuil@cisco.com>
4264 L:      linux-media@vger.kernel.org
4265 S:      Maintained
4266 F:      drivers/media/usb/go7007/
4267
4268 GOODIX TOUCHSCREEN
4269 M:      Bastien Nocera <hadess@hadess.net>
4270 L:      linux-input@vger.kernel.org
4271 S:      Maintained
4272 F:      drivers/input/touchscreen/goodix.c
4273
4274 GPIO SUBSYSTEM
4275 M:      Linus Walleij <linus.walleij@linaro.org>
4276 M:      Alexandre Courbot <gnurou@gmail.com>
4277 L:      linux-gpio@vger.kernel.org
4278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4279 S:      Maintained
4280 F:      Documentation/gpio/
4281 F:      drivers/gpio/
4282 F:      include/linux/gpio/
4283 F:      include/linux/gpio.h
4284 F:      include/asm-generic/gpio.h
4285
4286 GRE DEMULTIPLEXER DRIVER
4287 M:      Dmitry Kozlov <xeb@mail.ru>
4288 L:      netdev@vger.kernel.org
4289 S:      Maintained
4290 F:      net/ipv4/gre_demux.c
4291 F:      net/ipv4/gre_offload.c
4292 F:      include/net/gre.h
4293
4294 GRETH 10/100/1G Ethernet MAC device driver
4295 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4296 L:      netdev@vger.kernel.org
4297 S:      Maintained
4298 F:      drivers/net/ethernet/aeroflex/
4299
4300 GSPCA FINEPIX SUBDRIVER
4301 M:      Frank Zago <frank@zago.net>
4302 L:      linux-media@vger.kernel.org
4303 T:      git git://linuxtv.org/media_tree.git
4304 S:      Maintained
4305 F:      drivers/media/usb/gspca/finepix.c
4306
4307 GSPCA GL860 SUBDRIVER
4308 M:      Olivier Lorin <o.lorin@laposte.net>
4309 L:      linux-media@vger.kernel.org
4310 T:      git git://linuxtv.org/media_tree.git
4311 S:      Maintained
4312 F:      drivers/media/usb/gspca/gl860/
4313
4314 GSPCA M5602 SUBDRIVER
4315 M:      Erik Andren <erik.andren@gmail.com>
4316 L:      linux-media@vger.kernel.org
4317 T:      git git://linuxtv.org/media_tree.git
4318 S:      Maintained
4319 F:      drivers/media/usb/gspca/m5602/
4320
4321 GSPCA PAC207 SONIXB SUBDRIVER
4322 M:      Hans de Goede <hdegoede@redhat.com>
4323 L:      linux-media@vger.kernel.org
4324 T:      git git://linuxtv.org/media_tree.git
4325 S:      Maintained
4326 F:      drivers/media/usb/gspca/pac207.c
4327
4328 GSPCA SN9C20X SUBDRIVER
4329 M:      Brian Johnson <brijohn@gmail.com>
4330 L:      linux-media@vger.kernel.org
4331 T:      git git://linuxtv.org/media_tree.git
4332 S:      Maintained
4333 F:      drivers/media/usb/gspca/sn9c20x.c
4334
4335 GSPCA T613 SUBDRIVER
4336 M:      Leandro Costantino <lcostantino@gmail.com>
4337 L:      linux-media@vger.kernel.org
4338 T:      git git://linuxtv.org/media_tree.git
4339 S:      Maintained
4340 F:      drivers/media/usb/gspca/t613.c
4341
4342 GSPCA USB WEBCAM DRIVER
4343 M:      Hans de Goede <hdegoede@redhat.com>
4344 L:      linux-media@vger.kernel.org
4345 T:      git git://linuxtv.org/media_tree.git
4346 S:      Maintained
4347 F:      drivers/media/usb/gspca/
4348
4349 GUID PARTITION TABLE (GPT)
4350 M:      Davidlohr Bueso <davidlohr@hp.com>
4351 L:      linux-efi@vger.kernel.org
4352 S:      Maintained
4353 F:      block/partitions/efi.*
4354
4355 STK1160 USB VIDEO CAPTURE DRIVER
4356 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4357 L:      linux-media@vger.kernel.org
4358 T:      git git://linuxtv.org/media_tree.git
4359 S:      Maintained
4360 F:      drivers/media/usb/stk1160/
4361
4362 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4363 M:      Frank Seidel <frank@f-seidel.de>
4364 L:      platform-driver-x86@vger.kernel.org
4365 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4366 S:      Maintained
4367 F:      drivers/platform/x86/hdaps.c
4368
4369 HDPVR USB VIDEO ENCODER DRIVER
4370 M:      Hans Verkuil <hverkuil@xs4all.nl>
4371 L:      linux-media@vger.kernel.org
4372 T:      git git://linuxtv.org/media_tree.git
4373 W:      http://linuxtv.org
4374 S:      Odd Fixes
4375 F:      drivers/media/usb/hdpvr/
4376
4377 HWPOISON MEMORY FAILURE HANDLING
4378 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4379 L:      linux-mm@kvack.org
4380 S:      Maintained
4381 F:      mm/memory-failure.c
4382 F:      mm/hwpoison-inject.c
4383
4384 HYPERVISOR VIRTUAL CONSOLE DRIVER
4385 L:      linuxppc-dev@lists.ozlabs.org
4386 S:      Odd Fixes
4387 F:      drivers/tty/hvc/
4388
4389 HACKRF MEDIA DRIVER
4390 M:      Antti Palosaari <crope@iki.fi>
4391 L:      linux-media@vger.kernel.org
4392 W:      http://linuxtv.org/
4393 W:      http://palosaari.fi/linux/
4394 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4395 T:      git git://linuxtv.org/anttip/media_tree.git
4396 S:      Maintained
4397 F:      drivers/media/usb/hackrf/
4398
4399 HARDWARE MONITORING
4400 M:      Jean Delvare <jdelvare@suse.de>
4401 M:      Guenter Roeck <linux@roeck-us.net>
4402 L:      lm-sensors@lm-sensors.org
4403 W:      http://www.lm-sensors.org/
4404 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4406 S:      Maintained
4407 F:      Documentation/hwmon/
4408 F:      drivers/hwmon/
4409 F:      include/linux/hwmon*.h
4410
4411 HARDWARE RANDOM NUMBER GENERATOR CORE
4412 M:      Matt Mackall <mpm@selenic.com>
4413 M:      Herbert Xu <herbert@gondor.apana.org.au>
4414 S:      Odd fixes
4415 F:      Documentation/hw_random.txt
4416 F:      drivers/char/hw_random/
4417 F:      include/linux/hw_random.h
4418
4419 HARDWARE SPINLOCK CORE
4420 M:      Ohad Ben-Cohen <ohad@wizery.com>
4421 S:      Maintained
4422 F:      Documentation/hwspinlock.txt
4423 F:      drivers/hwspinlock/hwspinlock_*
4424 F:      include/linux/hwspinlock.h
4425
4426 HARMONY SOUND DRIVER
4427 L:      linux-parisc@vger.kernel.org
4428 S:      Maintained
4429 F:      sound/parisc/harmony.*
4430
4431 HD29L2 MEDIA DRIVER
4432 M:      Antti Palosaari <crope@iki.fi>
4433 L:      linux-media@vger.kernel.org
4434 W:      http://linuxtv.org/
4435 W:      http://palosaari.fi/linux/
4436 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4437 T:      git git://linuxtv.org/anttip/media_tree.git
4438 S:      Maintained
4439 F:      drivers/media/dvb-frontends/hd29l2*
4440
4441 HEWLETT-PACKARD SMART2 RAID DRIVER
4442 L:      iss_storagedev@hp.com
4443 S:      Orphan
4444 F:      Documentation/blockdev/cpqarray.txt
4445 F:      drivers/block/cpqarray.*
4446
4447 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4448 M:      Don Brace <don.brace@pmcs.com>
4449 L:      iss_storagedev@hp.com
4450 L:      storagedev@pmcs.com
4451 L:      linux-scsi@vger.kernel.org
4452 S:      Supported
4453 F:      Documentation/scsi/hpsa.txt
4454 F:      drivers/scsi/hpsa*.[ch]
4455 F:      include/linux/cciss*.h
4456 F:      include/uapi/linux/cciss*.h
4457
4458 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4459 M:      Don Brace <don.brace@pmcs.com>
4460 L:      iss_storagedev@hp.com
4461 L:      storagedev@pmcs.com
4462 L:      linux-scsi@vger.kernel.org
4463 S:      Supported
4464 F:      Documentation/blockdev/cciss.txt
4465 F:      drivers/block/cciss*
4466 F:      include/linux/cciss_ioctl.h
4467 F:      include/uapi/linux/cciss_ioctl.h
4468
4469 HFS FILESYSTEM
4470 L:      linux-fsdevel@vger.kernel.org
4471 S:      Orphan
4472 F:      Documentation/filesystems/hfs.txt
4473 F:      fs/hfs/
4474
4475 HFSPLUS FILESYSTEM
4476 L:      linux-fsdevel@vger.kernel.org
4477 S:      Orphan
4478 F:      Documentation/filesystems/hfsplus.txt
4479 F:      fs/hfsplus/
4480
4481 HGA FRAMEBUFFER DRIVER
4482 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4483 L:      linux-nvidia@lists.surfsouth.com
4484 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4485 S:      Maintained
4486 F:      drivers/video/fbdev/hgafb.c
4487
4488 HIBERNATION (aka Software Suspend, aka swsusp)
4489 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4490 M:      Pavel Machek <pavel@ucw.cz>
4491 L:      linux-pm@vger.kernel.org
4492 S:      Supported
4493 F:      arch/x86/power/
4494 F:      drivers/base/power/
4495 F:      kernel/power/
4496 F:      include/linux/suspend.h
4497 F:      include/linux/freezer.h
4498 F:      include/linux/pm.h
4499 F:      arch/*/include/asm/suspend*.h
4500
4501 HID CORE LAYER
4502 M:      Jiri Kosina <jkosina@suse.cz>
4503 L:      linux-input@vger.kernel.org
4504 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4505 S:      Maintained
4506 F:      drivers/hid/
4507 F:      include/linux/hid*
4508 F:      include/uapi/linux/hid*
4509
4510 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4511 M:      Thomas Gleixner <tglx@linutronix.de>
4512 L:      linux-kernel@vger.kernel.org
4513 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4514 S:      Maintained
4515 F:      Documentation/timers/
4516 F:      kernel/time/hrtimer.c
4517 F:      kernel/time/clockevents.c
4518 F:      kernel/time/tick*.*
4519 F:      kernel/time/timer_*.c
4520 F:      include/linux/clockchips.h
4521 F:      include/linux/hrtimer.h
4522
4523 HIGH-SPEED SCC DRIVER FOR AX.25
4524 L:      linux-hams@vger.kernel.org
4525 S:      Orphan
4526 F:      drivers/net/hamradio/dmascc.c
4527 F:      drivers/net/hamradio/scc.c
4528
4529 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4530 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4531 W:      http://www.highpoint-tech.com
4532 S:      Supported
4533 F:      Documentation/scsi/hptiop.txt
4534 F:      drivers/scsi/hptiop.c
4535
4536 HIPPI
4537 M:      Jes Sorensen <jes@trained-monkey.org>
4538 L:      linux-hippi@sunsite.dk
4539 S:      Maintained
4540 F:      include/linux/hippidevice.h
4541 F:      include/uapi/linux/if_hippi.h
4542 F:      net/802/hippi.c
4543 F:      drivers/net/hippi/
4544
4545 HOST AP DRIVER
4546 M:      Jouni Malinen <j@w1.fi>
4547 L:      hostap@shmoo.com (subscribers-only)
4548 L:      linux-wireless@vger.kernel.org
4549 W:      http://hostap.epitest.fi/
4550 S:      Maintained
4551 F:      drivers/net/wireless/hostap/
4552
4553 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4554 L:      platform-driver-x86@vger.kernel.org
4555 S:      Orphan
4556 F:      drivers/platform/x86/tc1100-wmi.c
4557
4558 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4559 M:      Jaroslav Kysela <perex@perex.cz>
4560 S:      Maintained
4561 F:      drivers/net/ethernet/hp/hp100.*
4562
4563 HPET:   High Precision Event Timers driver
4564 M:      Clemens Ladisch <clemens@ladisch.de>
4565 S:      Maintained
4566 F:      Documentation/timers/hpet.txt
4567 F:      drivers/char/hpet.c
4568 F:      include/linux/hpet.h
4569 F:      include/uapi/linux/hpet.h
4570
4571 HPET:   x86
4572 S:      Orphan
4573 F:      arch/x86/kernel/hpet.c
4574 F:      arch/x86/include/asm/hpet.h
4575
4576 HPFS FILESYSTEM
4577 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4578 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4579 S:      Maintained
4580 F:      fs/hpfs/
4581
4582 HSI SUBSYSTEM
4583 M:      Sebastian Reichel <sre@kernel.org>
4584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4585 S:      Maintained
4586 F:      Documentation/ABI/testing/sysfs-bus-hsi
4587 F:      Documentation/hsi.txt
4588 F:      drivers/hsi/
4589 F:      include/linux/hsi/
4590 F:      include/uapi/linux/hsi/
4591
4592 HSO 3G MODEM DRIVER
4593 M:      Jan Dumon <j.dumon@option.com>
4594 W:      http://www.pharscape.org
4595 S:      Maintained
4596 F:      drivers/net/usb/hso.c
4597
4598 HSR NETWORK PROTOCOL
4599 M:      Arvid Brodin <arvid.brodin@alten.se>
4600 L:      netdev@vger.kernel.org
4601 S:      Maintained
4602 F:      net/hsr/
4603
4604 HTCPEN TOUCHSCREEN DRIVER
4605 M:      Pau Oliva Fora <pof@eslack.org>
4606 L:      linux-input@vger.kernel.org
4607 S:      Maintained
4608 F:      drivers/input/touchscreen/htcpen.c
4609
4610 HUGETLB FILESYSTEM
4611 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4612 S:      Maintained
4613 F:      fs/hugetlbfs/
4614
4615 Hyper-V CORE AND DRIVERS
4616 M:      K. Y. Srinivasan <kys@microsoft.com>
4617 M:      Haiyang Zhang <haiyangz@microsoft.com>
4618 L:      devel@linuxdriverproject.org
4619 S:      Maintained
4620 F:      arch/x86/include/asm/mshyperv.h
4621 F:      arch/x86/include/uapi/asm/hyperv.h
4622 F:      arch/x86/kernel/cpu/mshyperv.c
4623 F:      drivers/hid/hid-hyperv.c
4624 F:      drivers/hv/
4625 F:      drivers/input/serio/hyperv-keyboard.c
4626 F:      drivers/net/hyperv/
4627 F:      drivers/scsi/storvsc_drv.c
4628 F:      drivers/video/fbdev/hyperv_fb.c
4629 F:      include/linux/hyperv.h
4630 F:      tools/hv/
4631
4632 I2C OVER PARALLEL PORT
4633 M:      Jean Delvare <jdelvare@suse.de>
4634 L:      linux-i2c@vger.kernel.org
4635 S:      Maintained
4636 F:      Documentation/i2c/busses/i2c-parport
4637 F:      Documentation/i2c/busses/i2c-parport-light
4638 F:      drivers/i2c/busses/i2c-parport.c
4639 F:      drivers/i2c/busses/i2c-parport-light.c
4640
4641 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4642 M:      Jean Delvare <jdelvare@suse.de>
4643 L:      linux-i2c@vger.kernel.org
4644 S:      Maintained
4645 F:      Documentation/i2c/busses/i2c-ali1535
4646 F:      Documentation/i2c/busses/i2c-ali1563
4647 F:      Documentation/i2c/busses/i2c-ali15x3
4648 F:      Documentation/i2c/busses/i2c-amd756
4649 F:      Documentation/i2c/busses/i2c-amd8111
4650 F:      Documentation/i2c/busses/i2c-i801
4651 F:      Documentation/i2c/busses/i2c-nforce2
4652 F:      Documentation/i2c/busses/i2c-piix4
4653 F:      Documentation/i2c/busses/i2c-sis5595
4654 F:      Documentation/i2c/busses/i2c-sis630
4655 F:      Documentation/i2c/busses/i2c-sis96x
4656 F:      Documentation/i2c/busses/i2c-via
4657 F:      Documentation/i2c/busses/i2c-viapro
4658 F:      drivers/i2c/busses/i2c-ali1535.c
4659 F:      drivers/i2c/busses/i2c-ali1563.c
4660 F:      drivers/i2c/busses/i2c-ali15x3.c
4661 F:      drivers/i2c/busses/i2c-amd756.c
4662 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4663 F:      drivers/i2c/busses/i2c-amd8111.c
4664 F:      drivers/i2c/busses/i2c-i801.c
4665 F:      drivers/i2c/busses/i2c-isch.c
4666 F:      drivers/i2c/busses/i2c-nforce2.c
4667 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4668 F:      drivers/i2c/busses/i2c-piix4.c
4669 F:      drivers/i2c/busses/i2c-sis5595.c
4670 F:      drivers/i2c/busses/i2c-sis630.c
4671 F:      drivers/i2c/busses/i2c-sis96x.c
4672 F:      drivers/i2c/busses/i2c-via.c
4673 F:      drivers/i2c/busses/i2c-viapro.c
4674
4675 I2C/SMBUS ISMT DRIVER
4676 M:      Seth Heasley <seth.heasley@intel.com>
4677 M:      Neil Horman <nhorman@tuxdriver.com>
4678 L:      linux-i2c@vger.kernel.org
4679 F:      drivers/i2c/busses/i2c-ismt.c
4680 F:      Documentation/i2c/busses/i2c-ismt
4681
4682 I2C/SMBUS STUB DRIVER
4683 M:      Jean Delvare <jdelvare@suse.de>
4684 L:      linux-i2c@vger.kernel.org
4685 S:      Maintained
4686 F:      drivers/i2c/i2c-stub.c
4687
4688 I2C SUBSYSTEM
4689 M:      Wolfram Sang <wsa@the-dreams.de>
4690 L:      linux-i2c@vger.kernel.org
4691 W:      https://i2c.wiki.kernel.org/
4692 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4694 S:      Maintained
4695 F:      Documentation/devicetree/bindings/i2c/
4696 F:      Documentation/i2c/
4697 F:      drivers/i2c/
4698 F:      include/linux/i2c.h
4699 F:      include/linux/i2c-*.h
4700 F:      include/uapi/linux/i2c.h
4701 F:      include/uapi/linux/i2c-*.h
4702
4703 I2C ACPI SUPPORT
4704 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4705 L:      linux-i2c@vger.kernel.org
4706 L:      linux-acpi@vger.kernel.org
4707 S:      Maintained
4708
4709 I2C-TAOS-EVM DRIVER
4710 M:      Jean Delvare <jdelvare@suse.de>
4711 L:      linux-i2c@vger.kernel.org
4712 S:      Maintained
4713 F:      Documentation/i2c/busses/i2c-taos-evm
4714 F:      drivers/i2c/busses/i2c-taos-evm.c
4715
4716 I2C-TINY-USB DRIVER
4717 M:      Till Harbaum <till@harbaum.org>
4718 L:      linux-i2c@vger.kernel.org
4719 W:      http://www.harbaum.org/till/i2c_tiny_usb
4720 S:      Maintained
4721 F:      drivers/i2c/busses/i2c-tiny-usb.c
4722
4723 i386 BOOT CODE
4724 M:      "H. Peter Anvin" <hpa@zytor.com>
4725 S:      Maintained
4726 F:      arch/x86/boot/
4727
4728 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4729 M:      "H. Peter Anvin" <hpa@zytor.com>
4730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4731 S:      Maintained
4732
4733 IA64 (Itanium) PLATFORM
4734 M:      Tony Luck <tony.luck@intel.com>
4735 M:      Fenghua Yu <fenghua.yu@intel.com>
4736 L:      linux-ia64@vger.kernel.org
4737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4738 S:      Maintained
4739 F:      arch/ia64/
4740
4741 IBM Power in-Nest Crypto Acceleration
4742 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4743 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4744 L:      linux-crypto@vger.kernel.org
4745 S:      Supported
4746 F:      drivers/crypto/nx/
4747
4748 IBM Power 842 compression accelerator
4749 M:      Dan Streetman <ddstreet@us.ibm.com>
4750 S:      Supported
4751 F:      drivers/crypto/nx/nx-842.c
4752 F:      include/linux/nx842.h
4753
4754 IBM Power Linux RAID adapter
4755 M:      Brian King <brking@us.ibm.com>
4756 S:      Supported
4757 F:      drivers/scsi/ipr.*
4758
4759 IBM Power Virtual Ethernet Device Driver
4760 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4761 L:      netdev@vger.kernel.org
4762 S:      Supported
4763 F:      drivers/net/ethernet/ibm/ibmveth.*
4764
4765 IBM Power Virtual SCSI Device Drivers
4766 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4767 L:      linux-scsi@vger.kernel.org
4768 S:      Supported
4769 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4770 F:      drivers/scsi/ibmvscsi/viosrp.h
4771
4772 IBM Power Virtual FC Device Drivers
4773 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4774 L:      linux-scsi@vger.kernel.org
4775 S:      Supported
4776 F:      drivers/scsi/ibmvscsi/ibmvfc*
4777
4778 IBM ServeRAID RAID DRIVER
4779 S:      Orphan
4780 F:      drivers/scsi/ips.*
4781
4782 ICH LPC AND GPIO DRIVER
4783 M:      Peter Tyser <ptyser@xes-inc.com>
4784 S:      Maintained
4785 F:      drivers/mfd/lpc_ich.c
4786 F:      drivers/gpio/gpio-ich.c
4787
4788 IDE SUBSYSTEM
4789 M:      "David S. Miller" <davem@davemloft.net>
4790 L:      linux-ide@vger.kernel.org
4791 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4793 S:      Maintained
4794 F:      Documentation/ide/
4795 F:      drivers/ide/
4796 F:      include/linux/ide.h
4797
4798 IDEAPAD LAPTOP EXTRAS DRIVER
4799 M:      Ike Panhc <ike.pan@canonical.com>
4800 L:      platform-driver-x86@vger.kernel.org
4801 W:      http://launchpad.net/ideapad-laptop
4802 S:      Maintained
4803 F:      drivers/platform/x86/ideapad-laptop.c
4804
4805 IDEAPAD LAPTOP SLIDEBAR DRIVER
4806 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4807 L:      linux-input@vger.kernel.org
4808 W:      https://github.com/o2genum/ideapad-slidebar
4809 S:      Maintained
4810 F:      drivers/input/misc/ideapad_slidebar.c
4811
4812 IDE/ATAPI DRIVERS
4813 M:      Borislav Petkov <bp@alien8.de>
4814 L:      linux-ide@vger.kernel.org
4815 S:      Maintained
4816 F:      Documentation/cdrom/ide-cd
4817 F:      drivers/ide/ide-cd*
4818
4819 IDLE-I7300
4820 M:      Andy Henroid <andrew.d.henroid@intel.com>
4821 L:      linux-pm@vger.kernel.org
4822 S:      Supported
4823 F:      drivers/idle/i7300_idle.c
4824
4825 IEEE 802.15.4 SUBSYSTEM
4826 M:      Alexander Aring <alex.aring@gmail.com>
4827 L:      linux-wpan@vger.kernel.org
4828 W:      https://github.com/linux-wpan
4829 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4830 S:      Maintained
4831 F:      net/ieee802154/
4832 F:      net/mac802154/
4833 F:      drivers/net/ieee802154/
4834 F:      include/linux/nl802154.h
4835 F:      include/linux/ieee802154.h
4836 F:      include/net/nl802154.h
4837 F:      include/net/mac802154.h
4838 F:      include/net/af_ieee802154.h
4839 F:      include/net/cfg802154.h
4840 F:      include/net/ieee802154_netdev.h
4841 F:      Documentation/networking/ieee802154.txt
4842
4843 IGORPLUG-USB IR RECEIVER
4844 M:      Sean Young <sean@mess.org>
4845 L:      linux-media@vger.kernel.org
4846 S:      Maintained
4847 F:      drivers/media/rc/igorplugusb.c
4848
4849 IGUANAWORKS USB IR TRANSCEIVER
4850 M:      Sean Young <sean@mess.org>
4851 L:      linux-media@vger.kernel.org
4852 S:      Maintained
4853 F:      drivers/media/rc/iguanair.c
4854
4855 IIO SUBSYSTEM AND DRIVERS
4856 M:      Jonathan Cameron <jic23@kernel.org>
4857 R:      Hartmut Knaack <knaack.h@gmx.de>
4858 R:      Lars-Peter Clausen <lars@metafoo.de>
4859 R:      Peter Meerwald <pmeerw@pmeerw.net>
4860 L:      linux-iio@vger.kernel.org
4861 S:      Maintained
4862 F:      drivers/iio/
4863 F:      drivers/staging/iio/
4864 F:      include/linux/iio/
4865
4866 IKANOS/ADI EAGLE ADSL USB DRIVER
4867 M:      Matthieu Castet <castet.matthieu@free.fr>
4868 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4869 S:      Maintained
4870 F:      drivers/usb/atm/ueagle-atm.c
4871
4872 INA209 HARDWARE MONITOR DRIVER
4873 M:      Guenter Roeck <linux@roeck-us.net>
4874 L:      lm-sensors@lm-sensors.org
4875 S:      Maintained
4876 F:      Documentation/hwmon/ina209
4877 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4878 F:      drivers/hwmon/ina209.c
4879
4880 INA2XX HARDWARE MONITOR DRIVER
4881 M:      Guenter Roeck <linux@roeck-us.net>
4882 L:      lm-sensors@lm-sensors.org
4883 S:      Maintained
4884 F:      Documentation/hwmon/ina2xx
4885 F:      drivers/hwmon/ina2xx.c
4886 F:      include/linux/platform_data/ina2xx.h
4887
4888 INDUSTRY PACK SUBSYSTEM (IPACK)
4889 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4890 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4891 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4892 L:      industrypack-devel@lists.sourceforge.net
4893 W:      http://industrypack.sourceforge.net
4894 S:      Maintained
4895 F:      drivers/ipack/
4896
4897 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4898 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4899 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4900 L:      linux-ima-devel@lists.sourceforge.net
4901 L:      linux-ima-user@lists.sourceforge.net
4902 L:      linux-security-module@vger.kernel.org
4903 S:      Supported
4904 F:      security/integrity/ima/
4905
4906 IMGTEC IR DECODER DRIVER
4907 M:      James Hogan <james.hogan@imgtec.com>
4908 S:      Maintained
4909 F:      drivers/media/rc/img-ir/
4910
4911 IMS TWINTURBO FRAMEBUFFER DRIVER
4912 L:      linux-fbdev@vger.kernel.org
4913 S:      Orphan
4914 F:      drivers/video/fbdev/imsttfb.c
4915
4916 INFINIBAND SUBSYSTEM
4917 M:      Roland Dreier <roland@kernel.org>
4918 M:      Sean Hefty <sean.hefty@intel.com>
4919 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4920 L:      linux-rdma@vger.kernel.org
4921 W:      http://www.openfabrics.org/
4922 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4923 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4924 S:      Supported
4925 F:      Documentation/infiniband/
4926 F:      drivers/infiniband/
4927 F:      include/uapi/linux/if_infiniband.h
4928
4929 INOTIFY
4930 M:      John McCutchan <john@johnmccutchan.com>
4931 M:      Robert Love <rlove@rlove.org>
4932 M:      Eric Paris <eparis@parisplace.org>
4933 S:      Maintained
4934 F:      Documentation/filesystems/inotify.txt
4935 F:      fs/notify/inotify/
4936 F:      include/linux/inotify.h
4937 F:      include/uapi/linux/inotify.h
4938
4939 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4940 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4941 L:      linux-input@vger.kernel.org
4942 Q:      http://patchwork.kernel.org/project/linux-input/list/
4943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4944 S:      Maintained
4945 F:      drivers/input/
4946 F:      include/linux/input.h
4947 F:      include/uapi/linux/input.h
4948 F:      include/linux/input/
4949
4950 INPUT MULTITOUCH (MT) PROTOCOL
4951 M:      Henrik Rydberg <rydberg@bitmath.org>
4952 L:      linux-input@vger.kernel.org
4953 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4954 S:      Odd fixes
4955 F:      Documentation/input/multi-touch-protocol.txt
4956 F:      drivers/input/input-mt.c
4957 K:      \b(ABS|SYN)_MT_
4958
4959 INTEL ASoC BDW/HSW DRIVERS
4960 M:      Jie Yang <yang.jie@linux.intel.com>
4961 L:      alsa-devel@alsa-project.org
4962 S:      Supported
4963 F:      sound/soc/intel/sst-haswell*
4964 F:      sound/soc/intel/sst-dsp*
4965 F:      sound/soc/intel/sst-firmware.c
4966 F:      sound/soc/intel/broadwell.c
4967 F:      sound/soc/intel/haswell.c
4968
4969 INTEL C600 SERIES SAS CONTROLLER DRIVER
4970 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4971 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4972 L:      linux-scsi@vger.kernel.org
4973 T:      git git://git.code.sf.net/p/intel-sas/isci
4974 S:      Supported
4975 F:      drivers/scsi/isci/
4976
4977 INTEL IDLE DRIVER
4978 M:      Len Brown <lenb@kernel.org>
4979 L:      linux-pm@vger.kernel.org
4980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4981 S:      Supported
4982 F:      drivers/idle/intel_idle.c
4983
4984 INTEL PSTATE DRIVER
4985 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
4986 L:      linux-pm@vger.kernel.org
4987 S:      Supported
4988 F:      drivers/cpufreq/intel_pstate.c
4989
4990 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4991 M:      Maik Broemme <mbroemme@plusserver.de>
4992 L:      linux-fbdev@vger.kernel.org
4993 S:      Maintained
4994 F:      Documentation/fb/intelfb.txt
4995 F:      drivers/video/fbdev/intelfb/
4996
4997 INTEL 810/815 FRAMEBUFFER DRIVER
4998 M:      Antonino Daplas <adaplas@gmail.com>
4999 L:      linux-fbdev@vger.kernel.org
5000 S:      Maintained
5001 F:      drivers/video/fbdev/i810/
5002
5003 INTEL MENLOW THERMAL DRIVER
5004 M:      Sujith Thomas <sujith.thomas@intel.com>
5005 L:      platform-driver-x86@vger.kernel.org
5006 W:      https://01.org/linux-acpi
5007 S:      Supported
5008 F:      drivers/platform/x86/intel_menlow.c
5009
5010 INTEL IA32 MICROCODE UPDATE SUPPORT
5011 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
5012 S:      Maintained
5013 F:      arch/x86/kernel/cpu/microcode/core*
5014 F:      arch/x86/kernel/cpu/microcode/intel*
5015
5016 INTEL I/OAT DMA DRIVER
5017 M:      Dave Jiang <dave.jiang@intel.com>
5018 R:      Dan Williams <dan.j.williams@intel.com>
5019 L:      dmaengine@vger.kernel.org
5020 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5021 S:      Supported
5022 F:      drivers/dma/ioat*
5023
5024 INTEL IOMMU (VT-d)
5025 M:      David Woodhouse <dwmw2@infradead.org>
5026 L:      iommu@lists.linux-foundation.org
5027 T:      git git://git.infradead.org/iommu-2.6.git
5028 S:      Supported
5029 F:      drivers/iommu/intel-iommu.c
5030 F:      include/linux/intel-iommu.h
5031
5032 INTEL IOP-ADMA DMA DRIVER
5033 R:      Dan Williams <dan.j.williams@intel.com>
5034 S:      Odd fixes
5035 F:      drivers/dma/iop-adma.c
5036
5037 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5038 M:      Krzysztof Halasa <khalasa@piap.pl>
5039 S:      Maintained
5040 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5041 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5042 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5043 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5044 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5045 F:      drivers/net/wan/ixp4xx_hss.c
5046
5047 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5048 M:      Deepak Saxena <dsaxena@plexity.net>
5049 S:      Maintained
5050 F:      drivers/char/hw_random/ixp4xx-rng.c
5051
5052 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5053 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5054 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5055 M:      Bruce Allan <bruce.w.allan@intel.com>
5056 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5057 M:      Don Skidmore <donald.c.skidmore@intel.com>
5058 M:      Greg Rose <gregory.v.rose@intel.com>
5059 M:      Matthew Vick <matthew.vick@intel.com>
5060 M:      John Ronciak <john.ronciak@intel.com>
5061 M:      Mitch Williams <mitch.a.williams@intel.com>
5062 M:      Linux NICS <linux.nics@intel.com>
5063 L:      e1000-devel@lists.sourceforge.net
5064 W:      http://www.intel.com/support/feedback.htm
5065 W:      http://e1000.sourceforge.net/
5066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5068 S:      Supported
5069 F:      Documentation/networking/e100.txt
5070 F:      Documentation/networking/e1000.txt
5071 F:      Documentation/networking/e1000e.txt
5072 F:      Documentation/networking/igb.txt
5073 F:      Documentation/networking/igbvf.txt
5074 F:      Documentation/networking/ixgb.txt
5075 F:      Documentation/networking/ixgbe.txt
5076 F:      Documentation/networking/ixgbevf.txt
5077 F:      Documentation/networking/i40e.txt
5078 F:      Documentation/networking/i40evf.txt
5079 F:      drivers/net/ethernet/intel/
5080 F:      drivers/net/ethernet/intel/*/
5081
5082 INTEL-MID GPIO DRIVER
5083 M:      David Cohen <david.a.cohen@linux.intel.com>
5084 L:      linux-gpio@vger.kernel.org
5085 S:      Maintained
5086 F:      drivers/gpio/gpio-intel-mid.c
5087
5088 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5089 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5090 L:      linux-wireless@vger.kernel.org
5091 S:      Maintained
5092 F:      Documentation/networking/README.ipw2100
5093 F:      Documentation/networking/README.ipw2200
5094 F:      drivers/net/wireless/ipw2x00/
5095
5096 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5097 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5098 M:      Gang Wei <gang.wei@intel.com>
5099 M:      Shane Wang <shane.wang@intel.com>
5100 L:      tboot-devel@lists.sourceforge.net
5101 W:      http://tboot.sourceforge.net
5102 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5103 S:      Supported
5104 F:      Documentation/intel_txt.txt
5105 F:      include/linux/tboot.h
5106 F:      arch/x86/kernel/tboot.c
5107
5108 INTEL WIRELESS WIMAX CONNECTION 2400
5109 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5110 M:      linux-wimax@intel.com
5111 L:     wimax@linuxwimax.org (subscribers-only)
5112 S:      Supported
5113 W:      http://linuxwimax.org
5114 F:      Documentation/wimax/README.i2400m
5115 F:      drivers/net/wimax/i2400m/
5116 F:      include/uapi/linux/wimax/i2400m.h
5117
5118 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5119 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5120 L:      linux-wireless@vger.kernel.org
5121 S:      Supported
5122 F:      drivers/net/wireless/iwlegacy/
5123
5124 INTEL WIRELESS WIFI LINK (iwlwifi)
5125 M:      Johannes Berg <johannes.berg@intel.com>
5126 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5127 M:      Intel Linux Wireless <ilw@linux.intel.com>
5128 L:      linux-wireless@vger.kernel.org
5129 W:      http://intellinuxwireless.org
5130 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5131 S:      Supported
5132 F:      drivers/net/wireless/iwlwifi/
5133
5134 INTEL MANAGEMENT ENGINE (mei)
5135 M:      Tomas Winkler <tomas.winkler@intel.com>
5136 L:      linux-kernel@vger.kernel.org
5137 S:      Supported
5138 F:      include/uapi/linux/mei.h
5139 F:      drivers/misc/mei/*
5140 F:      Documentation/misc-devices/mei/*
5141
5142 IOC3 ETHERNET DRIVER
5143 M:      Ralf Baechle <ralf@linux-mips.org>
5144 L:      linux-mips@linux-mips.org
5145 S:      Maintained
5146 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5147
5148 IOC3 SERIAL DRIVER
5149 M:      Pat Gefre <pfg@sgi.com>
5150 L:      linux-serial@vger.kernel.org
5151 S:      Maintained
5152 F:      drivers/tty/serial/ioc3_serial.c
5153
5154 IOMMU DRIVERS
5155 M:      Joerg Roedel <joro@8bytes.org>
5156 L:      iommu@lists.linux-foundation.org
5157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5158 S:      Maintained
5159 F:      drivers/iommu/
5160
5161 IP MASQUERADING
5162 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5163 S:      Maintained
5164 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5165
5166 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5167 M:      Francois Romieu <romieu@fr.zoreil.com>
5168 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5169 L:      netdev@vger.kernel.org
5170 S:      Maintained
5171 F:      drivers/net/ethernet/icplus/ipg.*
5172
5173 IPATH DRIVER
5174 M:      Mike Marciniszyn <infinipath@intel.com>
5175 L:      linux-rdma@vger.kernel.org
5176 S:      Maintained
5177 F:      drivers/infiniband/hw/ipath/
5178
5179 IPMI SUBSYSTEM
5180 M:      Corey Minyard <minyard@acm.org>
5181 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5182 W:      http://openipmi.sourceforge.net/
5183 S:      Supported
5184 F:      Documentation/IPMI.txt
5185 F:      drivers/char/ipmi/
5186 F:      include/linux/ipmi*
5187 F:      include/uapi/linux/ipmi*
5188
5189 IPS SCSI RAID DRIVER
5190 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5191 L:      linux-scsi@vger.kernel.org
5192 W:      http://www.adaptec.com/
5193 S:      Maintained
5194 F:      drivers/scsi/ips*
5195
5196 IPVS
5197 M:      Wensong Zhang <wensong@linux-vs.org>
5198 M:      Simon Horman <horms@verge.net.au>
5199 M:      Julian Anastasov <ja@ssi.bg>
5200 L:      netdev@vger.kernel.org
5201 L:      lvs-devel@vger.kernel.org
5202 S:      Maintained
5203 F:      Documentation/networking/ipvs-sysctl.txt
5204 F:      include/net/ip_vs.h
5205 F:      include/uapi/linux/ip_vs.h
5206 F:      net/netfilter/ipvs/
5207
5208 IPWIRELESS DRIVER
5209 M:      Jiri Kosina <jkosina@suse.cz>
5210 M:      David Sterba <dsterba@suse.cz>
5211 S:      Odd Fixes
5212 F:      drivers/tty/ipwireless/
5213
5214 IPX NETWORK LAYER
5215 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5216 L:      netdev@vger.kernel.org
5217 S:      Maintained
5218 F:      include/net/ipx.h
5219 F:      include/uapi/linux/ipx.h
5220 F:      net/ipx/
5221
5222 IRDA SUBSYSTEM
5223 M:      Samuel Ortiz <samuel@sortiz.org>
5224 L:      irda-users@lists.sourceforge.net (subscribers-only)
5225 L:      netdev@vger.kernel.org
5226 W:      http://irda.sourceforge.net/
5227 S:      Maintained
5228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5229 F:      Documentation/networking/irda.txt
5230 F:      drivers/net/irda/
5231 F:      include/net/irda/
5232 F:      net/irda/
5233
5234 IRQ SUBSYSTEM
5235 M:      Thomas Gleixner <tglx@linutronix.de>
5236 L:      linux-kernel@vger.kernel.org
5237 S:      Maintained
5238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5239 F:      kernel/irq/
5240
5241 IRQCHIP DRIVERS
5242 M:      Thomas Gleixner <tglx@linutronix.de>
5243 M:      Jason Cooper <jason@lakedaemon.net>
5244 L:      linux-kernel@vger.kernel.org
5245 S:      Maintained
5246 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5247 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5248 F:      Documentation/devicetree/bindings/interrupt-controller/
5249 F:      drivers/irqchip/
5250
5251 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5252 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5253 S:      Maintained
5254 F:      Documentation/IRQ-domain.txt
5255 F:      include/linux/irqdomain.h
5256 F:      kernel/irq/irqdomain.c
5257
5258 ISAPNP
5259 M:      Jaroslav Kysela <perex@perex.cz>
5260 S:      Maintained
5261 F:      Documentation/isapnp.txt
5262 F:      drivers/pnp/isapnp/
5263 F:      include/linux/isapnp.h
5264
5265 ISA RADIO MODULE
5266 M:      Hans Verkuil <hverkuil@xs4all.nl>
5267 L:      linux-media@vger.kernel.org
5268 T:      git git://linuxtv.org/media_tree.git
5269 W:      http://linuxtv.org
5270 S:      Maintained
5271 F:      drivers/media/radio/radio-isa*
5272
5273 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5274 M:      Peter Jones <pjones@redhat.com>
5275 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5276 S:      Maintained
5277 F:      drivers/firmware/iscsi_ibft*
5278
5279 ISCSI
5280 M:      Mike Christie <michaelc@cs.wisc.edu>
5281 L:      open-iscsi@googlegroups.com
5282 W:      www.open-iscsi.org
5283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5284 S:      Maintained
5285 F:      drivers/scsi/*iscsi*
5286 F:      include/scsi/*iscsi*
5287
5288 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5289 M:      Or Gerlitz <ogerlitz@mellanox.com>
5290 M:      Sagi Grimberg <sagig@mellanox.com>
5291 M:      Roi Dayan <roid@mellanox.com>
5292 L:      linux-rdma@vger.kernel.org
5293 S:      Supported
5294 W:      http://www.openfabrics.org
5295 W:      www.open-iscsi.org
5296 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5297 F:      drivers/infiniband/ulp/iser/
5298
5299 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5300 M:      Sagi Grimberg <sagig@mellanox.com>
5301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5302 L:      linux-rdma@vger.kernel.org
5303 L:      target-devel@vger.kernel.org
5304 S:      Supported
5305 W:      http://www.linux-iscsi.org
5306 F:      drivers/infiniband/ulp/isert
5307
5308 ISDN SUBSYSTEM
5309 M:      Karsten Keil <isdn@linux-pingi.de>
5310 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5311 L:      netdev@vger.kernel.org
5312 W:      http://www.isdn4linux.de
5313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5314 S:      Maintained
5315 F:      Documentation/isdn/
5316 F:      drivers/isdn/
5317 F:      include/linux/isdn.h
5318 F:      include/linux/isdn/
5319 F:      include/uapi/linux/isdn.h
5320 F:      include/uapi/linux/isdn/
5321
5322 ISDN SUBSYSTEM (Eicon active card driver)
5323 M:      Armin Schindler <mac@melware.de>
5324 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5325 W:      http://www.melware.de
5326 S:      Maintained
5327 F:      drivers/isdn/hardware/eicon/
5328
5329 IT87 HARDWARE MONITORING DRIVER
5330 M:      Jean Delvare <jdelvare@suse.de>
5331 L:      lm-sensors@lm-sensors.org
5332 S:      Maintained
5333 F:      Documentation/hwmon/it87
5334 F:      drivers/hwmon/it87.c
5335
5336 IT913X MEDIA DRIVER
5337 M:      Antti Palosaari <crope@iki.fi>
5338 L:      linux-media@vger.kernel.org
5339 W:      http://linuxtv.org/
5340 W:      http://palosaari.fi/linux/
5341 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5342 T:      git git://linuxtv.org/anttip/media_tree.git
5343 S:      Maintained
5344 F:      drivers/media/tuners/it913x*
5345
5346 IVTV VIDEO4LINUX DRIVER
5347 M:      Andy Walls <awalls@md.metrocast.net>
5348 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5349 L:      linux-media@vger.kernel.org
5350 T:      git git://linuxtv.org/media_tree.git
5351 W:      http://www.ivtvdriver.org
5352 S:      Maintained
5353 F:      Documentation/video4linux/*.ivtv
5354 F:      drivers/media/pci/ivtv/
5355 F:      include/uapi/linux/ivtv*
5356
5357 IX2505V MEDIA DRIVER
5358 M:      Malcolm Priestley <tvboxspy@gmail.com>
5359 L:      linux-media@vger.kernel.org
5360 W:      http://linuxtv.org/
5361 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5362 S:      Maintained
5363 F:      drivers/media/dvb-frontends/ix2505v*
5364
5365 JC42.4 TEMPERATURE SENSOR DRIVER
5366 M:      Guenter Roeck <linux@roeck-us.net>
5367 L:      lm-sensors@lm-sensors.org
5368 S:      Maintained
5369 F:      drivers/hwmon/jc42.c
5370 F:      Documentation/hwmon/jc42
5371
5372 JFS FILESYSTEM
5373 M:      Dave Kleikamp <shaggy@kernel.org>
5374 L:      jfs-discussion@lists.sourceforge.net
5375 W:      http://jfs.sourceforge.net/
5376 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5377 S:      Maintained
5378 F:      Documentation/filesystems/jfs.txt
5379 F:      fs/jfs/
5380
5381 JME NETWORK DRIVER
5382 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5383 L:      netdev@vger.kernel.org
5384 S:      Maintained
5385 F:      drivers/net/ethernet/jme.*
5386
5387 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5388 M:      David Woodhouse <dwmw2@infradead.org>
5389 L:      linux-mtd@lists.infradead.org
5390 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5391 S:      Maintained
5392 F:      fs/jffs2/
5393 F:      include/uapi/linux/jffs2.h
5394
5395 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5396 M:      Andrew Morton <akpm@linux-foundation.org>
5397 M:      Jan Kara <jack@suse.cz>
5398 L:      linux-ext4@vger.kernel.org
5399 S:      Maintained
5400 F:      fs/jbd/
5401 F:      include/linux/jbd.h
5402
5403 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5404 M:      "Theodore Ts'o" <tytso@mit.edu>
5405 L:      linux-ext4@vger.kernel.org
5406 S:      Maintained
5407 F:      fs/jbd2/
5408 F:      include/linux/jbd2.h
5409
5410 JSM Neo PCI based serial card
5411 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5412 L:      linux-serial@vger.kernel.org
5413 S:      Maintained
5414 F:      drivers/tty/serial/jsm/
5415
5416 K10TEMP HARDWARE MONITORING DRIVER
5417 M:      Clemens Ladisch <clemens@ladisch.de>
5418 L:      lm-sensors@lm-sensors.org
5419 S:      Maintained
5420 F:      Documentation/hwmon/k10temp
5421 F:      drivers/hwmon/k10temp.c
5422
5423 K8TEMP HARDWARE MONITORING DRIVER
5424 M:      Rudolf Marek <r.marek@assembler.cz>
5425 L:      lm-sensors@lm-sensors.org
5426 S:      Maintained
5427 F:      Documentation/hwmon/k8temp
5428 F:      drivers/hwmon/k8temp.c
5429
5430 KCONFIG
5431 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5432 L:      linux-kbuild@vger.kernel.org
5433 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5434 S:      Maintained
5435 F:      Documentation/kbuild/kconfig-language.txt
5436 F:      scripts/kconfig/
5437
5438 KDUMP
5439 M:      Vivek Goyal <vgoyal@redhat.com>
5440 M:      Haren Myneni <hbabu@us.ibm.com>
5441 L:      kexec@lists.infradead.org
5442 W:      http://lse.sourceforge.net/kdump/
5443 S:      Maintained
5444 F:      Documentation/kdump/
5445
5446 KEENE FM RADIO TRANSMITTER DRIVER
5447 M:      Hans Verkuil <hverkuil@xs4all.nl>
5448 L:      linux-media@vger.kernel.org
5449 T:      git git://linuxtv.org/media_tree.git
5450 W:      http://linuxtv.org
5451 S:      Maintained
5452 F:      drivers/media/radio/radio-keene*
5453
5454 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5455 M:      Ian Kent <raven@themaw.net>
5456 L:      autofs@vger.kernel.org
5457 S:      Maintained
5458 F:      fs/autofs4/
5459
5460 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5461 M:      Michal Marek <mmarek@suse.cz>
5462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5463 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5464 L:      linux-kbuild@vger.kernel.org
5465 S:      Maintained
5466 F:      Documentation/kbuild/
5467 F:      Makefile
5468 F:      scripts/Makefile.*
5469 F:      scripts/basic/
5470 F:      scripts/mk*
5471 F:      scripts/package/
5472
5473 KERNEL JANITORS
5474 L:      kernel-janitors@vger.kernel.org
5475 W:      http://kernelnewbies.org/KernelJanitors
5476 S:      Odd Fixes
5477
5478 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5479 M:      "J. Bruce Fields" <bfields@fieldses.org>
5480 L:      linux-nfs@vger.kernel.org
5481 W:      http://nfs.sourceforge.net/
5482 S:      Supported
5483 F:      fs/nfsd/
5484 F:      include/uapi/linux/nfsd/
5485 F:      fs/lockd/
5486 F:      fs/nfs_common/
5487 F:      net/sunrpc/
5488 F:      include/linux/lockd/
5489 F:      include/linux/sunrpc/
5490 F:      include/uapi/linux/sunrpc/
5491
5492 KERNEL SELFTEST FRAMEWORK
5493 M:      Shuah Khan <shuahkh@osg.samsung.com>
5494 L:      linux-api@vger.kernel.org
5495 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5496 S:      Maintained
5497 F:      tools/testing/selftests
5498
5499 KERNEL VIRTUAL MACHINE (KVM)
5500 M:      Gleb Natapov <gleb@kernel.org>
5501 M:      Paolo Bonzini <pbonzini@redhat.com>
5502 L:      kvm@vger.kernel.org
5503 W:      http://www.linux-kvm.org
5504 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5505 S:      Supported
5506 F:      Documentation/*/kvm*.txt
5507 F:      Documentation/virtual/kvm/
5508 F:      arch/*/kvm/
5509 F:      arch/*/include/asm/kvm*
5510 F:      include/linux/kvm*
5511 F:      include/uapi/linux/kvm*
5512 F:      virt/kvm/
5513
5514 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5515 M:      Joerg Roedel <joro@8bytes.org>
5516 L:      kvm@vger.kernel.org
5517 W:      http://kvm.qumranet.com
5518 S:      Maintained
5519 F:      arch/x86/include/asm/svm.h
5520 F:      arch/x86/kvm/svm.c
5521
5522 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5523 M:      Alexander Graf <agraf@suse.de>
5524 L:      kvm-ppc@vger.kernel.org
5525 W:      http://kvm.qumranet.com
5526 T:      git git://github.com/agraf/linux-2.6.git
5527 S:      Supported
5528 F:      arch/powerpc/include/asm/kvm*
5529 F:      arch/powerpc/kvm/
5530
5531 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5532 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5533 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5534 M:      linux390@de.ibm.com
5535 L:      linux-s390@vger.kernel.org
5536 W:      http://www.ibm.com/developerworks/linux/linux390/
5537 S:      Supported
5538 F:      Documentation/s390/kvm.txt
5539 F:      arch/s390/include/asm/kvm*
5540 F:      arch/s390/kvm/
5541 F:      drivers/s390/kvm/
5542
5543 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5544 M:      Christoffer Dall <christoffer.dall@linaro.org>
5545 M:      Marc Zyngier <marc.zyngier@arm.com>
5546 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5547 L:      kvmarm@lists.cs.columbia.edu
5548 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5549 S:      Supported
5550 F:      arch/arm/include/uapi/asm/kvm*
5551 F:      arch/arm/include/asm/kvm*
5552 F:      arch/arm/kvm/
5553 F:      virt/kvm/arm/
5554 F:      include/kvm/arm_*
5555
5556 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5557 M:      Christoffer Dall <christoffer.dall@linaro.org>
5558 M:      Marc Zyngier <marc.zyngier@arm.com>
5559 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5560 L:      kvmarm@lists.cs.columbia.edu
5561 S:      Maintained
5562 F:      arch/arm64/include/uapi/asm/kvm*
5563 F:      arch/arm64/include/asm/kvm*
5564 F:      arch/arm64/kvm/
5565
5566 KEXEC
5567 M:      Eric Biederman <ebiederm@xmission.com>
5568 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5569 L:      kexec@lists.infradead.org
5570 S:      Maintained
5571 F:      include/linux/kexec.h
5572 F:      include/uapi/linux/kexec.h
5573 F:      kernel/kexec.c
5574
5575 KEYS/KEYRINGS:
5576 M:      David Howells <dhowells@redhat.com>
5577 L:      keyrings@linux-nfs.org
5578 S:      Maintained
5579 F:      Documentation/security/keys.txt
5580 F:      include/linux/key.h
5581 F:      include/linux/key-type.h
5582 F:      include/keys/
5583 F:      security/keys/
5584
5585 KEYS-TRUSTED
5586 M:      David Safford <safford@us.ibm.com>
5587 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5588 L:      linux-security-module@vger.kernel.org
5589 L:      keyrings@linux-nfs.org
5590 S:      Supported
5591 F:      Documentation/security/keys-trusted-encrypted.txt
5592 F:      include/keys/trusted-type.h
5593 F:      security/keys/trusted.c
5594 F:      security/keys/trusted.h
5595
5596 KEYS-ENCRYPTED
5597 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5598 M:      David Safford <safford@us.ibm.com>
5599 L:      linux-security-module@vger.kernel.org
5600 L:      keyrings@linux-nfs.org
5601 S:      Supported
5602 F:      Documentation/security/keys-trusted-encrypted.txt
5603 F:      include/keys/encrypted-type.h
5604 F:      security/keys/encrypted-keys/
5605
5606 KGDB / KDB /debug_core
5607 M:      Jason Wessel <jason.wessel@windriver.com>
5608 W:      http://kgdb.wiki.kernel.org/
5609 L:      kgdb-bugreport@lists.sourceforge.net
5610 S:      Maintained
5611 F:      Documentation/DocBook/kgdb.tmpl
5612 F:      drivers/misc/kgdbts.c
5613 F:      drivers/tty/serial/kgdboc.c
5614 F:      include/linux/kdb.h
5615 F:      include/linux/kgdb.h
5616 F:      kernel/debug/
5617
5618 KMEMCHECK
5619 M:      Vegard Nossum <vegardno@ifi.uio.no>
5620 M:      Pekka Enberg <penberg@kernel.org>
5621 S:      Maintained
5622 F:      Documentation/kmemcheck.txt
5623 F:      arch/x86/include/asm/kmemcheck.h
5624 F:      arch/x86/mm/kmemcheck/
5625 F:      include/linux/kmemcheck.h
5626 F:      mm/kmemcheck.c
5627
5628 KMEMLEAK
5629 M:      Catalin Marinas <catalin.marinas@arm.com>
5630 S:      Maintained
5631 F:      Documentation/kmemleak.txt
5632 F:      include/linux/kmemleak.h
5633 F:      mm/kmemleak.c
5634 F:      mm/kmemleak-test.c
5635
5636 KPROBES
5637 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5638 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5639 M:      "David S. Miller" <davem@davemloft.net>
5640 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5641 S:      Maintained
5642 F:      Documentation/kprobes.txt
5643 F:      include/linux/kprobes.h
5644 F:      kernel/kprobes.c
5645
5646 KS0108 LCD CONTROLLER DRIVER
5647 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5648 W:      http://miguelojeda.es/auxdisplay.htm
5649 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5650 S:      Maintained
5651 F:      Documentation/auxdisplay/ks0108
5652 F:      drivers/auxdisplay/ks0108.c
5653 F:      include/linux/ks0108.h
5654
5655 LAPB module
5656 L:      linux-x25@vger.kernel.org
5657 S:      Orphan
5658 F:      Documentation/networking/lapb-module.txt
5659 F:      include/*/lapb.h
5660 F:      net/lapb/
5661
5662 LASI 53c700 driver for PARISC
5663 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5664 L:      linux-scsi@vger.kernel.org
5665 S:      Maintained
5666 F:      Documentation/scsi/53c700.txt
5667 F:      drivers/scsi/53c700*
5668
5669 LED SUBSYSTEM
5670 M:      Bryan Wu <cooloney@gmail.com>
5671 M:      Richard Purdie <rpurdie@rpsys.net>
5672 L:      linux-leds@vger.kernel.org
5673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5674 S:      Maintained
5675 F:      drivers/leds/
5676 F:      include/linux/leds.h
5677
5678 LEGACY EEPROM DRIVER
5679 M:      Jean Delvare <jdelvare@suse.de>
5680 S:      Maintained
5681 F:      Documentation/misc-devices/eeprom
5682 F:      drivers/misc/eeprom/eeprom.c
5683
5684 LEGO USB Tower driver
5685 M:      Juergen Stuber <starblue@users.sourceforge.net>
5686 L:      legousb-devel@lists.sourceforge.net
5687 W:      http://legousb.sourceforge.net/
5688 S:      Maintained
5689 F:      drivers/usb/misc/legousbtower.c
5690
5691 LG2160 MEDIA DRIVER
5692 M:      Michael Krufky <mkrufky@linuxtv.org>
5693 L:      linux-media@vger.kernel.org
5694 W:      http://linuxtv.org/
5695 W:      http://github.com/mkrufky
5696 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5697 T:      git git://linuxtv.org/mkrufky/tuners.git
5698 S:      Maintained
5699 F:      drivers/media/dvb-frontends/lg2160.*
5700
5701 LGDT3305 MEDIA DRIVER
5702 M:      Michael Krufky <mkrufky@linuxtv.org>
5703 L:      linux-media@vger.kernel.org
5704 W:      http://linuxtv.org/
5705 W:      http://github.com/mkrufky
5706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5707 T:      git git://linuxtv.org/mkrufky/tuners.git
5708 S:      Maintained
5709 F:      drivers/media/dvb-frontends/lgdt3305.*
5710
5711 LGUEST
5712 M:      Rusty Russell <rusty@rustcorp.com.au>
5713 L:      lguest@lists.ozlabs.org
5714 W:      http://lguest.ozlabs.org/
5715 S:      Odd Fixes
5716 F:      arch/x86/include/asm/lguest*.h
5717 F:      arch/x86/lguest/
5718 F:      drivers/lguest/
5719 F:      include/linux/lguest*.h
5720 F:      tools/lguest/
5721
5722 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5723 M:      Tejun Heo <tj@kernel.org>
5724 L:      linux-ide@vger.kernel.org
5725 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5726 S:      Maintained
5727 F:      drivers/ata/
5728 F:      include/linux/ata.h
5729 F:      include/linux/libata.h
5730
5731 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5732 M:      Viresh Kumar <viresh.linux@gmail.com>
5733 L:      linux-ide@vger.kernel.org
5734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5735 S:      Maintained
5736 F:      include/linux/pata_arasan_cf_data.h
5737 F:      drivers/ata/pata_arasan_cf.c
5738
5739 LIBATA PATA DRIVERS
5740 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5741 M:      Tejun Heo <tj@kernel.org>
5742 L:      linux-ide@vger.kernel.org
5743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5744 S:      Maintained
5745 F:      drivers/ata/pata_*.c
5746 F:      drivers/ata/ata_generic.c
5747
5748 LIBATA SATA AHCI PLATFORM devices support
5749 M:      Hans de Goede <hdegoede@redhat.com>
5750 M:      Tejun Heo <tj@kernel.org>
5751 L:      linux-ide@vger.kernel.org
5752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5753 S:      Maintained
5754 F:      drivers/ata/ahci_platform.c
5755 F:      drivers/ata/libahci_platform.c
5756 F:      include/linux/ahci_platform.h
5757
5758 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5759 M:      Mikael Pettersson <mikpelinux@gmail.com>
5760 L:      linux-ide@vger.kernel.org
5761 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5762 S:      Maintained
5763 F:      drivers/ata/sata_promise.*
5764
5765 LIBLOCKDEP
5766 M:      Sasha Levin <sasha.levin@oracle.com>
5767 S:      Maintained
5768 F:      tools/lib/lockdep/
5769
5770 LINUX FOR IBM pSERIES (RS/6000)
5771 M:      Paul Mackerras <paulus@au.ibm.com>
5772 W:      http://www.ibm.com/linux/ltc/projects/ppc
5773 S:      Supported
5774 F:      arch/powerpc/boot/rs6000.h
5775
5776 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5777 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5778 M:      Paul Mackerras <paulus@samba.org>
5779 M:      Michael Ellerman <mpe@ellerman.id.au>
5780 W:      http://www.penguinppc.org/
5781 L:      linuxppc-dev@lists.ozlabs.org
5782 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5784 S:      Supported
5785 F:      Documentation/powerpc/
5786 F:      arch/powerpc/
5787
5788 LINUX FOR POWER MACINTOSH
5789 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5790 W:      http://www.penguinppc.org/
5791 L:      linuxppc-dev@lists.ozlabs.org
5792 S:      Maintained
5793 F:      arch/powerpc/platforms/powermac/
5794 F:      drivers/macintosh/
5795
5796 LINUX FOR POWERPC EMBEDDED MPC5XXX
5797 M:      Anatolij Gustschin <agust@denx.de>
5798 L:      linuxppc-dev@lists.ozlabs.org
5799 T:      git git://git.denx.de/linux-denx-agust.git
5800 S:      Maintained
5801 F:      arch/powerpc/platforms/512x/
5802 F:      arch/powerpc/platforms/52xx/
5803
5804 LINUX FOR POWERPC EMBEDDED PPC4XX
5805 M:  Alistair Popple <alistair@popple.id.au>
5806 M:      Matt Porter <mporter@kernel.crashing.org>
5807 W:      http://www.penguinppc.org/
5808 L:      linuxppc-dev@lists.ozlabs.org
5809 S:      Maintained
5810 F:      arch/powerpc/platforms/40x/
5811 F:      arch/powerpc/platforms/44x/
5812
5813 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5814 L:      linuxppc-dev@lists.ozlabs.org
5815 S:      Orphan
5816 F:      arch/powerpc/*/*virtex*
5817 F:      arch/powerpc/*/*/*virtex*
5818
5819 LINUX FOR POWERPC EMBEDDED PPC8XX
5820 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5821 W:      http://www.penguinppc.org/
5822 L:      linuxppc-dev@lists.ozlabs.org
5823 S:      Maintained
5824 F:      arch/powerpc/platforms/8xx/
5825
5826 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5827 M:      Scott Wood <scottwood@freescale.com>
5828 M:      Kumar Gala <galak@kernel.crashing.org>
5829 W:      http://www.penguinppc.org/
5830 L:      linuxppc-dev@lists.ozlabs.org
5831 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5832 S:      Maintained
5833 F:      arch/powerpc/platforms/83xx/
5834 F:      arch/powerpc/platforms/85xx/
5835
5836 LINUX FOR POWERPC PA SEMI PWRFICIENT
5837 M:      Olof Johansson <olof@lixom.net>
5838 L:      linuxppc-dev@lists.ozlabs.org
5839 S:      Maintained
5840 F:      arch/powerpc/platforms/pasemi/
5841 F:      drivers/*/*pasemi*
5842 F:      drivers/*/*/*pasemi*
5843
5844 LINUX SECURITY MODULE (LSM) FRAMEWORK
5845 M:      Chris Wright <chrisw@sous-sol.org>
5846 L:      linux-security-module@vger.kernel.org
5847 S:      Supported
5848
5849 LIS3LV02D ACCELEROMETER DRIVER
5850 M:      Eric Piel <eric.piel@tremplin-utc.net>
5851 S:      Maintained
5852 F:      Documentation/misc-devices/lis3lv02d
5853 F:      drivers/misc/lis3lv02d/
5854 F:      drivers/platform/x86/hp_accel.c
5855
5856 LIVE PATCHING
5857 M:      Josh Poimboeuf <jpoimboe@redhat.com>
5858 M:      Seth Jennings <sjenning@redhat.com>
5859 M:      Jiri Kosina <jkosina@suse.cz>
5860 M:      Vojtech Pavlik <vojtech@suse.cz>
5861 S:      Maintained
5862 F:      kernel/livepatch/
5863 F:      include/linux/livepatch.h
5864 F:      arch/x86/include/asm/livepatch.h
5865 F:      arch/x86/kernel/livepatch.c
5866 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
5867 F:      samples/livepatch/
5868 L:      live-patching@vger.kernel.org
5869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
5870
5871 LLC (802.2)
5872 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5873 S:      Maintained
5874 F:      include/linux/llc.h
5875 F:      include/uapi/linux/llc.h
5876 F:      include/net/llc*
5877 F:      net/llc/
5878
5879 LM73 HARDWARE MONITOR DRIVER
5880 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5881 L:      lm-sensors@lm-sensors.org
5882 S:      Maintained
5883 F:      drivers/hwmon/lm73.c
5884
5885 LM78 HARDWARE MONITOR DRIVER
5886 M:      Jean Delvare <jdelvare@suse.de>
5887 L:      lm-sensors@lm-sensors.org
5888 S:      Maintained
5889 F:      Documentation/hwmon/lm78
5890 F:      drivers/hwmon/lm78.c
5891
5892 LM83 HARDWARE MONITOR DRIVER
5893 M:      Jean Delvare <jdelvare@suse.de>
5894 L:      lm-sensors@lm-sensors.org
5895 S:      Maintained
5896 F:      Documentation/hwmon/lm83
5897 F:      drivers/hwmon/lm83.c
5898
5899 LM90 HARDWARE MONITOR DRIVER
5900 M:      Jean Delvare <jdelvare@suse.de>
5901 L:      lm-sensors@lm-sensors.org
5902 S:      Maintained
5903 F:      Documentation/hwmon/lm90
5904 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5905 F:      drivers/hwmon/lm90.c
5906
5907 LM95234 HARDWARE MONITOR DRIVER
5908 M:      Guenter Roeck <linux@roeck-us.net>
5909 L:      lm-sensors@lm-sensors.org
5910 S:      Maintained
5911 F:      Documentation/hwmon/lm95234
5912 F:      drivers/hwmon/lm95234.c
5913
5914 LME2510 MEDIA DRIVER
5915 M:      Malcolm Priestley <tvboxspy@gmail.com>
5916 L:      linux-media@vger.kernel.org
5917 W:      http://linuxtv.org/
5918 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5919 S:      Maintained
5920 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5921
5922 LOCKDEP AND LOCKSTAT
5923 M:      Peter Zijlstra <peterz@infradead.org>
5924 M:      Ingo Molnar <mingo@redhat.com>
5925 L:      linux-kernel@vger.kernel.org
5926 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5927 S:      Maintained
5928 F:      Documentation/locking/lockdep*.txt
5929 F:      Documentation/locking/lockstat.txt
5930 F:      include/linux/lockdep.h
5931 F:      kernel/locking/
5932
5933 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5934 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5935 L:      linux-ntfs-dev@lists.sourceforge.net
5936 W:      http://www.linux-ntfs.org/content/view/19/37/
5937 S:      Maintained
5938 F:      Documentation/ldm.txt
5939 F:      block/partitions/ldm.*
5940
5941 LogFS
5942 M:      Joern Engel <joern@logfs.org>
5943 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5944 L:      logfs@logfs.org
5945 W:      logfs.org
5946 S:      Maintained
5947 F:      fs/logfs/
5948
5949 LPC32XX MACHINE SUPPORT
5950 M:      Roland Stigge <stigge@antcom.de>
5951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5952 S:      Maintained
5953 F:      arch/arm/mach-lpc32xx/
5954
5955 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5956 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5957 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5958 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5959 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5960 L:      MPT-FusionLinux.pdl@avagotech.com
5961 L:      linux-scsi@vger.kernel.org
5962 W:      http://www.lsilogic.com/support
5963 S:      Supported
5964 F:      drivers/message/fusion/
5965 F:      drivers/scsi/mpt2sas/
5966 F:      drivers/scsi/mpt3sas/
5967
5968 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5969 M:      Matthew Wilcox <matthew@wil.cx>
5970 L:      linux-scsi@vger.kernel.org
5971 S:      Maintained
5972 F:      drivers/scsi/sym53c8xx_2/
5973
5974 LTC4261 HARDWARE MONITOR DRIVER
5975 M:      Guenter Roeck <linux@roeck-us.net>
5976 L:      lm-sensors@lm-sensors.org
5977 S:      Maintained
5978 F:      Documentation/hwmon/ltc4261
5979 F:      drivers/hwmon/ltc4261.c
5980
5981 LTP (Linux Test Project)
5982 M:      Mike Frysinger <vapier@gentoo.org>
5983 M:      Cyril Hrubis <chrubis@suse.cz>
5984 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5985 M:      Jan Stancek <jstancek@redhat.com>
5986 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5987 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
5988 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5989 W:      http://linux-test-project.github.io/
5990 T:      git git://github.com/linux-test-project/ltp.git
5991 S:      Maintained
5992
5993 M32R ARCHITECTURE
5994 W:      http://www.linux-m32r.org/
5995 S:      Orphan
5996 F:      arch/m32r/
5997
5998 M68K ARCHITECTURE
5999 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6000 L:      linux-m68k@lists.linux-m68k.org
6001 W:      http://www.linux-m68k.org/
6002 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6003 S:      Maintained
6004 F:      arch/m68k/
6005 F:      drivers/zorro/
6006
6007 M68K ON APPLE MACINTOSH
6008 M:      Joshua Thompson <funaho@jurai.org>
6009 W:      http://www.mac.linux-m68k.org/
6010 L:      linux-m68k@lists.linux-m68k.org
6011 S:      Maintained
6012 F:      arch/m68k/mac/
6013
6014 M68K ON HP9000/300
6015 M:      Philip Blundell <philb@gnu.org>
6016 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6017 S:      Maintained
6018 F:      arch/m68k/hp300/
6019
6020 M88DS3103 MEDIA DRIVER
6021 M:      Antti Palosaari <crope@iki.fi>
6022 L:      linux-media@vger.kernel.org
6023 W:      http://linuxtv.org/
6024 W:      http://palosaari.fi/linux/
6025 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6026 T:      git git://linuxtv.org/anttip/media_tree.git
6027 S:      Maintained
6028 F:      drivers/media/dvb-frontends/m88ds3103*
6029
6030 M88RS2000 MEDIA DRIVER
6031 M:      Malcolm Priestley <tvboxspy@gmail.com>
6032 L:      linux-media@vger.kernel.org
6033 W:      http://linuxtv.org/
6034 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6035 S:      Maintained
6036 F:      drivers/media/dvb-frontends/m88rs2000*
6037
6038 M88TS2022 MEDIA DRIVER
6039 M:      Antti Palosaari <crope@iki.fi>
6040 L:      linux-media@vger.kernel.org
6041 W:      http://linuxtv.org/
6042 W:      http://palosaari.fi/linux/
6043 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6044 T:      git git://linuxtv.org/anttip/media_tree.git
6045 S:      Maintained
6046 F:      drivers/media/tuners/m88ts2022*
6047
6048 MA901 MASTERKIT USB FM RADIO DRIVER
6049 M:      Alexey Klimov <klimov.linux@gmail.com>
6050 L:      linux-media@vger.kernel.org
6051 T:      git git://linuxtv.org/media_tree.git
6052 S:      Maintained
6053 F:      drivers/media/radio/radio-ma901.c
6054
6055 MAC80211
6056 M:      Johannes Berg <johannes@sipsolutions.net>
6057 L:      linux-wireless@vger.kernel.org
6058 W:      http://wireless.kernel.org/
6059 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6061 S:      Maintained
6062 F:      Documentation/networking/mac80211-injection.txt
6063 F:      include/net/mac80211.h
6064 F:      net/mac80211/
6065
6066 MACVLAN DRIVER
6067 M:      Patrick McHardy <kaber@trash.net>
6068 L:      netdev@vger.kernel.org
6069 S:      Maintained
6070 F:      drivers/net/macvlan.c
6071 F:      include/linux/if_macvlan.h
6072
6073 MAILBOX API
6074 M:      Jassi Brar <jassisinghbrar@gmail.com>
6075 L:      linux-kernel@vger.kernel.org
6076 S:      Maintained
6077 F:      drivers/mailbox/
6078 F:      include/linux/mailbox_client.h
6079 F:      include/linux/mailbox_controller.h
6080
6081 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6082 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6083 W:      http://www.kernel.org/doc/man-pages
6084 L:      linux-man@vger.kernel.org
6085 S:      Maintained
6086
6087 MARVELL ARMADA DRM SUPPORT
6088 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6089 S:      Maintained
6090 F:      drivers/gpu/drm/armada/
6091
6092 MARVELL 88E6352 DSA support
6093 M:      Guenter Roeck <linux@roeck-us.net>
6094 S:      Maintained
6095 F:      drivers/net/dsa/mv88e6352.c
6096
6097 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6098 M:      Mirko Lindner <mlindner@marvell.com>
6099 M:      Stephen Hemminger <stephen@networkplumber.org>
6100 L:      netdev@vger.kernel.org
6101 S:      Maintained
6102 F:      drivers/net/ethernet/marvell/sk*
6103
6104 MARVELL LIBERTAS WIRELESS DRIVER
6105 L:      libertas-dev@lists.infradead.org
6106 S:      Orphan
6107 F:      drivers/net/wireless/libertas/
6108
6109 MARVELL MV643XX ETHERNET DRIVER
6110 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6111 L:      netdev@vger.kernel.org
6112 S:      Maintained
6113 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6114 F:      include/linux/mv643xx.h
6115
6116 MARVELL MVNETA ETHERNET DRIVER
6117 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6118 L:      netdev@vger.kernel.org
6119 S:      Maintained
6120 F:      drivers/net/ethernet/marvell/mvneta.*
6121
6122 MARVELL MWIFIEX WIRELESS DRIVER
6123 M:      Amitkumar Karwar <akarwar@marvell.com>
6124 M:      Avinash Patil <patila@marvell.com>
6125 L:      linux-wireless@vger.kernel.org
6126 S:      Maintained
6127 F:      drivers/net/wireless/mwifiex/
6128
6129 MARVELL MWL8K WIRELESS DRIVER
6130 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6131 L:      linux-wireless@vger.kernel.org
6132 S:      Odd Fixes
6133 F:      drivers/net/wireless/mwl8k.c
6134
6135 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6136 M:      Nicolas Pitre <nico@fluxnic.net>
6137 S:      Odd Fixes
6138 F:      drivers/mmc/host/mvsdio.*
6139
6140 MATROX FRAMEBUFFER DRIVER
6141 L:      linux-fbdev@vger.kernel.org
6142 S:      Orphan
6143 F:      drivers/video/fbdev/matrox/matroxfb_*
6144 F:      include/uapi/linux/matroxfb.h
6145
6146 MAX16065 HARDWARE MONITOR DRIVER
6147 M:      Guenter Roeck <linux@roeck-us.net>
6148 L:      lm-sensors@lm-sensors.org
6149 S:      Maintained
6150 F:      Documentation/hwmon/max16065
6151 F:      drivers/hwmon/max16065.c
6152
6153 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6154 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6155 L:      lm-sensors@lm-sensors.org
6156 S:      Maintained
6157 F:      Documentation/hwmon/max6650
6158 F:      drivers/hwmon/max6650.c
6159
6160 MAX6697 HARDWARE MONITOR DRIVER
6161 M:      Guenter Roeck <linux@roeck-us.net>
6162 L:      lm-sensors@lm-sensors.org
6163 S:      Maintained
6164 F:      Documentation/hwmon/max6697
6165 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6166 F:      drivers/hwmon/max6697.c
6167 F:      include/linux/platform_data/max6697.h
6168
6169 MAXIRADIO FM RADIO RECEIVER DRIVER
6170 M:      Hans Verkuil <hverkuil@xs4all.nl>
6171 L:      linux-media@vger.kernel.org
6172 T:      git git://linuxtv.org/media_tree.git
6173 W:      http://linuxtv.org
6174 S:      Maintained
6175 F:      drivers/media/radio/radio-maxiradio*
6176
6177 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6178 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6179 P:      LinuxTV.org Project
6180 L:      linux-media@vger.kernel.org
6181 W:      http://linuxtv.org
6182 Q:      http://patchwork.kernel.org/project/linux-media/list/
6183 T:      git git://linuxtv.org/media_tree.git
6184 S:      Maintained
6185 F:      Documentation/dvb/
6186 F:      Documentation/video4linux/
6187 F:      Documentation/DocBook/media/
6188 F:      drivers/media/
6189 F:      drivers/staging/media/
6190 F:      include/media/
6191 F:      include/uapi/linux/dvb/
6192 F:      include/uapi/linux/videodev2.h
6193 F:      include/uapi/linux/media.h
6194 F:      include/uapi/linux/v4l2-*
6195 F:      include/uapi/linux/meye.h
6196 F:      include/uapi/linux/ivtv*
6197 F:      include/uapi/linux/uvcvideo.h
6198
6199 MEDIAVISION PRO MOVIE STUDIO DRIVER
6200 M:      Hans Verkuil <hverkuil@xs4all.nl>
6201 L:      linux-media@vger.kernel.org
6202 T:      git git://linuxtv.org/media_tree.git
6203 W:      http://linuxtv.org
6204 S:      Odd Fixes
6205 F:      drivers/media/parport/pms*
6206
6207 MEGARAID SCSI/SAS DRIVERS
6208 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6209 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6210 M:      Uday Lingala <uday.lingala@avagotech.com>
6211 L:      megaraidlinux.pdl@avagotech.com
6212 L:      linux-scsi@vger.kernel.org
6213 W:      http://www.lsi.com
6214 S:      Maintained
6215 F:      Documentation/scsi/megaraid.txt
6216 F:      drivers/scsi/megaraid.*
6217 F:      drivers/scsi/megaraid/
6218
6219 MELLANOX ETHERNET DRIVER (mlx4_en)
6220 M:      Amir Vadai <amirv@mellanox.com>
6221 L:      netdev@vger.kernel.org
6222 S:      Supported
6223 W:      http://www.mellanox.com
6224 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6225 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6226
6227 MEMORY MANAGEMENT
6228 L:      linux-mm@kvack.org
6229 W:      http://www.linux-mm.org
6230 S:      Maintained
6231 F:      include/linux/mm.h
6232 F:      include/linux/gfp.h
6233 F:      include/linux/mmzone.h
6234 F:      include/linux/memory_hotplug.h
6235 F:      include/linux/vmalloc.h
6236 F:      mm/
6237
6238 MEMORY TECHNOLOGY DEVICES (MTD)
6239 M:      David Woodhouse <dwmw2@infradead.org>
6240 M:      Brian Norris <computersforpeace@gmail.com>
6241 L:      linux-mtd@lists.infradead.org
6242 W:      http://www.linux-mtd.infradead.org/
6243 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6244 T:      git git://git.infradead.org/linux-mtd.git
6245 T:      git git://git.infradead.org/l2-mtd.git
6246 S:      Maintained
6247 F:      drivers/mtd/
6248 F:      include/linux/mtd/
6249 F:      include/uapi/mtd/
6250
6251 MEN A21 WATCHDOG DRIVER
6252 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6253 L:      linux-watchdog@vger.kernel.org
6254 S:      Supported
6255 F:      drivers/watchdog/mena21_wdt.c
6256
6257 MEN CHAMELEON BUS (mcb)
6258 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6259 S:      Supported
6260 F:      drivers/mcb/
6261 F:      include/linux/mcb.h
6262
6263 MEN F21BMC (Board Management Controller)
6264 M:      Andreas Werner <andreas.werner@men.de>
6265 S:      Supported
6266 F:      drivers/mfd/menf21bmc.c
6267 F:      drivers/watchdog/menf21bmc_wdt.c
6268 F:      drivers/leds/leds-menf21bmc.c
6269 F:      drivers/hwmon/menf21bmc_hwmon.c
6270 F:      Documentation/hwmon/menf21bmc
6271
6272 METAG ARCHITECTURE
6273 M:      James Hogan <james.hogan@imgtec.com>
6274 L:      linux-metag@vger.kernel.org
6275 S:      Supported
6276 F:      arch/metag/
6277 F:      Documentation/metag/
6278 F:      Documentation/devicetree/bindings/metag/
6279 F:      drivers/clocksource/metag_generic.c
6280 F:      drivers/irqchip/irq-metag.c
6281 F:      drivers/irqchip/irq-metag-ext.c
6282 F:      drivers/tty/metag_da.c
6283
6284 MICROBLAZE ARCHITECTURE
6285 M:      Michal Simek <monstr@monstr.eu>
6286 W:      http://www.monstr.eu/fdt/
6287 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6288 S:      Supported
6289 F:      arch/microblaze/
6290
6291 MICROTEK X6 SCANNER
6292 M:      Oliver Neukum <oliver@neukum.org>
6293 S:      Maintained
6294 F:      drivers/usb/image/microtek.*
6295
6296 MIPS
6297 M:      Ralf Baechle <ralf@linux-mips.org>
6298 L:      linux-mips@linux-mips.org
6299 W:      http://www.linux-mips.org/
6300 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6301 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6302 S:      Supported
6303 F:      Documentation/mips/
6304 F:      arch/mips/
6305
6306 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6307 M:      Hans Verkuil <hverkuil@xs4all.nl>
6308 L:      linux-media@vger.kernel.org
6309 T:      git git://linuxtv.org/media_tree.git
6310 W:      http://linuxtv.org
6311 S:      Odd Fixes
6312 F:      drivers/media/radio/radio-miropcm20*
6313
6314 Mellanox MLX5 core VPI driver
6315 M:      Eli Cohen <eli@mellanox.com>
6316 L:      netdev@vger.kernel.org
6317 L:      linux-rdma@vger.kernel.org
6318 W:      http://www.mellanox.com
6319 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6320 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6321 T:      git git://openfabrics.org/~eli/connect-ib.git
6322 S:      Supported
6323 F:      drivers/net/ethernet/mellanox/mlx5/core/
6324 F:      include/linux/mlx5/
6325
6326 Mellanox MLX5 IB driver
6327 M:      Eli Cohen <eli@mellanox.com>
6328 L:      linux-rdma@vger.kernel.org
6329 W:      http://www.mellanox.com
6330 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6331 T:      git git://openfabrics.org/~eli/connect-ib.git
6332 S:      Supported
6333 F:      include/linux/mlx5/
6334 F:      drivers/infiniband/hw/mlx5/
6335
6336 MN88472 MEDIA DRIVER
6337 M:      Antti Palosaari <crope@iki.fi>
6338 L:      linux-media@vger.kernel.org
6339 W:      http://linuxtv.org/
6340 W:      http://palosaari.fi/linux/
6341 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6342 T:      git git://linuxtv.org/anttip/media_tree.git
6343 S:      Maintained
6344 F:      drivers/staging/media/mn88472/
6345 F:      drivers/media/dvb-frontends/mn88472.h
6346
6347 MN88473 MEDIA DRIVER
6348 M:      Antti Palosaari <crope@iki.fi>
6349 L:      linux-media@vger.kernel.org
6350 W:      http://linuxtv.org/
6351 W:      http://palosaari.fi/linux/
6352 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6353 T:      git git://linuxtv.org/anttip/media_tree.git
6354 S:      Maintained
6355 F:      drivers/staging/media/mn88473/
6356 F:      drivers/media/dvb-frontends/mn88473.h
6357
6358 MODULE SUPPORT
6359 M:      Rusty Russell <rusty@rustcorp.com.au>
6360 S:      Maintained
6361 F:      include/linux/module.h
6362 F:      kernel/module.c
6363
6364 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6365 W:      http://popies.net/meye/
6366 S:      Orphan
6367 F:      Documentation/video4linux/meye.txt
6368 F:      drivers/media/pci/meye/
6369 F:      include/uapi/linux/meye.h
6370
6371 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6372 M:      Jiri Slaby <jirislaby@gmail.com>
6373 S:      Maintained
6374 F:      Documentation/serial/moxa-smartio
6375 F:      drivers/tty/mxser.*
6376
6377 MR800 AVERMEDIA USB FM RADIO DRIVER
6378 M:      Alexey Klimov <klimov.linux@gmail.com>
6379 L:      linux-media@vger.kernel.org
6380 T:      git git://linuxtv.org/media_tree.git
6381 S:      Maintained
6382 F:      drivers/media/radio/radio-mr800.c
6383
6384 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6385 M:      Alan Ott <alan@signal11.us>
6386 L:      linux-wpan@vger.kernel.org
6387 S:      Maintained
6388 F:      drivers/net/ieee802154/mrf24j40.c
6389
6390 MSI LAPTOP SUPPORT
6391 M:      "Lee, Chun-Yi" <jlee@suse.com>
6392 L:      platform-driver-x86@vger.kernel.org
6393 S:      Maintained
6394 F:      drivers/platform/x86/msi-laptop.c
6395
6396 MSI WMI SUPPORT
6397 M:      Anisse Astier <anisse@astier.eu>
6398 L:      platform-driver-x86@vger.kernel.org
6399 S:      Supported
6400 F:      drivers/platform/x86/msi-wmi.c
6401
6402 MSI001 MEDIA DRIVER
6403 M:      Antti Palosaari <crope@iki.fi>
6404 L:      linux-media@vger.kernel.org
6405 W:      http://linuxtv.org/
6406 W:      http://palosaari.fi/linux/
6407 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6408 T:      git git://linuxtv.org/anttip/media_tree.git
6409 S:      Maintained
6410 F:      drivers/media/tuners/msi001*
6411
6412 MSI2500 MEDIA DRIVER
6413 M:      Antti Palosaari <crope@iki.fi>
6414 L:      linux-media@vger.kernel.org
6415 W:      http://linuxtv.org/
6416 W:      http://palosaari.fi/linux/
6417 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6418 T:      git git://linuxtv.org/anttip/media_tree.git
6419 S:      Maintained
6420 F:      drivers/media/usb/msi2500/
6421
6422 MT9M032 APTINA SENSOR DRIVER
6423 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6424 L:      linux-media@vger.kernel.org
6425 T:      git git://linuxtv.org/media_tree.git
6426 S:      Maintained
6427 F:      drivers/media/i2c/mt9m032.c
6428 F:      include/media/mt9m032.h
6429
6430 MT9P031 APTINA CAMERA SENSOR
6431 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6432 L:      linux-media@vger.kernel.org
6433 T:      git git://linuxtv.org/media_tree.git
6434 S:      Maintained
6435 F:      drivers/media/i2c/mt9p031.c
6436 F:      include/media/mt9p031.h
6437
6438 MT9T001 APTINA CAMERA SENSOR
6439 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6440 L:      linux-media@vger.kernel.org
6441 T:      git git://linuxtv.org/media_tree.git
6442 S:      Maintained
6443 F:      drivers/media/i2c/mt9t001.c
6444 F:      include/media/mt9t001.h
6445
6446 MT9V032 APTINA CAMERA SENSOR
6447 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6448 L:      linux-media@vger.kernel.org
6449 T:      git git://linuxtv.org/media_tree.git
6450 S:      Maintained
6451 F:      drivers/media/i2c/mt9v032.c
6452 F:      include/media/mt9v032.h
6453
6454 MULTIFUNCTION DEVICES (MFD)
6455 M:      Samuel Ortiz <sameo@linux.intel.com>
6456 M:      Lee Jones <lee.jones@linaro.org>
6457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6458 S:      Supported
6459 F:      drivers/mfd/
6460 F:      include/linux/mfd/
6461
6462 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6463 M:      Chris Ball <chris@printf.net>
6464 M:      Ulf Hansson <ulf.hansson@linaro.org>
6465 L:      linux-mmc@vger.kernel.org
6466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6467 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6468 S:      Maintained
6469 F:      drivers/mmc/
6470 F:      include/linux/mmc/
6471 F:      include/uapi/linux/mmc/
6472
6473 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6474 S:      Orphan
6475 F:      drivers/mmc/host/mmc_spi.c
6476 F:      include/linux/spi/mmc_spi.h
6477
6478 MULTISOUND SOUND DRIVER
6479 M:      Andrew Veliath <andrewtv@usa.net>
6480 S:      Maintained
6481 F:      Documentation/sound/oss/MultiSound
6482 F:      sound/oss/msnd*
6483
6484 MULTITECH MULTIPORT CARD (ISICOM)
6485 S:      Orphan
6486 F:      drivers/tty/isicom.c
6487 F:      include/linux/isicom.h
6488
6489 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6490 M:      Felipe Balbi <balbi@ti.com>
6491 L:      linux-usb@vger.kernel.org
6492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6493 S:      Maintained
6494 F:      drivers/usb/musb/
6495
6496 MXL5007T MEDIA DRIVER
6497 M:      Michael Krufky <mkrufky@linuxtv.org>
6498 L:      linux-media@vger.kernel.org
6499 W:      http://linuxtv.org/
6500 W:      http://github.com/mkrufky
6501 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6502 T:      git git://linuxtv.org/mkrufky/tuners.git
6503 S:      Maintained
6504 F:      drivers/media/tuners/mxl5007t.*
6505
6506 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6507 M:      Hyong-Youb Kim <hykim@myri.com>
6508 L:      netdev@vger.kernel.org
6509 W:      https://www.myricom.com/support/downloads/myri10ge.html
6510 S:      Supported
6511 F:      drivers/net/ethernet/myricom/myri10ge/
6512
6513 NATSEMI ETHERNET DRIVER (DP8381x)
6514 S:      Orphan
6515 F:      drivers/net/ethernet/natsemi/natsemi.c
6516
6517 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6518 M:      Daniel Mack <zonque@gmail.com>
6519 S:      Maintained
6520 L:      alsa-devel@alsa-project.org
6521 W:      http://www.native-instruments.com
6522 F:      sound/usb/caiaq/
6523
6524 NCP FILESYSTEM
6525 M:      Petr Vandrovec <petr@vandrovec.name>
6526 S:      Odd Fixes
6527 F:      fs/ncpfs/
6528
6529 NCR 5380 SCSI DRIVERS
6530 M:      Finn Thain <fthain@telegraphics.com.au>
6531 M:      Michael Schmitz <schmitzmic@gmail.com>
6532 L:      linux-scsi@vger.kernel.org
6533 S:      Maintained
6534 F:      Documentation/scsi/g_NCR5380.txt
6535 F:      drivers/scsi/NCR5380.*
6536 F:      drivers/scsi/arm/cumana_1.c
6537 F:      drivers/scsi/arm/oak.c
6538 F:      drivers/scsi/atari_NCR5380.c
6539 F:      drivers/scsi/atari_scsi.*
6540 F:      drivers/scsi/dmx3191d.c
6541 F:      drivers/scsi/dtc.*
6542 F:      drivers/scsi/g_NCR5380.*
6543 F:      drivers/scsi/g_NCR5380_mmio.c
6544 F:      drivers/scsi/mac_scsi.*
6545 F:      drivers/scsi/pas16.*
6546 F:      drivers/scsi/sun3_scsi.*
6547 F:      drivers/scsi/sun3_scsi_vme.c
6548 F:      drivers/scsi/t128.*
6549
6550 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6551 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6552 L:      linux-scsi@vger.kernel.org
6553 S:      Maintained
6554 F:      drivers/scsi/NCR_D700.*
6555
6556 NCT6775 HARDWARE MONITOR DRIVER
6557 M:      Guenter Roeck <linux@roeck-us.net>
6558 L:      lm-sensors@lm-sensors.org
6559 S:      Maintained
6560 F:      Documentation/hwmon/nct6775
6561 F:      drivers/hwmon/nct6775.c
6562
6563 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6564 M:      Faisal Latif <faisal.latif@intel.com>
6565 L:      linux-rdma@vger.kernel.org
6566 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6567 S:      Supported
6568 F:      drivers/infiniband/hw/nes/
6569
6570 NETEM NETWORK EMULATOR
6571 M:      Stephen Hemminger <stephen@networkplumber.org>
6572 L:      netem@lists.linux-foundation.org
6573 S:      Maintained
6574 F:      net/sched/sch_netem.c
6575
6576 NETERION 10GbE DRIVERS (s2io/vxge)
6577 M:      Jon Mason <jdmason@kudzu.us>
6578 L:      netdev@vger.kernel.org
6579 S:      Supported
6580 F:      Documentation/networking/s2io.txt
6581 F:      Documentation/networking/vxge.txt
6582 F:      drivers/net/ethernet/neterion/
6583
6584 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6585 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6586 M:      Patrick McHardy <kaber@trash.net>
6587 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6588 L:      netfilter-devel@vger.kernel.org
6589 L:      coreteam@netfilter.org
6590 W:      http://www.netfilter.org/
6591 W:      http://www.iptables.org/
6592 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6595 S:      Supported
6596 F:      include/linux/netfilter*
6597 F:      include/linux/netfilter/
6598 F:      include/net/netfilter/
6599 F:      include/uapi/linux/netfilter*
6600 F:      include/uapi/linux/netfilter/
6601 F:      net/*/netfilter.c
6602 F:      net/*/netfilter/
6603 F:      net/netfilter/
6604
6605 NETLABEL
6606 M:      Paul Moore <paul@paul-moore.com>
6607 W:      http://netlabel.sf.net
6608 L:      netdev@vger.kernel.org
6609 S:      Maintained
6610 F:      Documentation/netlabel/
6611 F:      include/net/netlabel.h
6612 F:      net/netlabel/
6613
6614 NETROM NETWORK LAYER
6615 M:      Ralf Baechle <ralf@linux-mips.org>
6616 L:      linux-hams@vger.kernel.org
6617 W:      http://www.linux-ax25.org/
6618 S:      Maintained
6619 F:      include/net/netrom.h
6620 F:      include/uapi/linux/netrom.h
6621 F:      net/netrom/
6622
6623 NETWORK BLOCK DEVICE (NBD)
6624 M:      Paul Clements <Paul.Clements@steeleye.com>
6625 S:      Maintained
6626 L:      nbd-general@lists.sourceforge.net
6627 F:      Documentation/blockdev/nbd.txt
6628 F:      drivers/block/nbd.c
6629 F:      include/linux/nbd.h
6630 F:      include/uapi/linux/nbd.h
6631
6632 NETWORK DROP MONITOR
6633 M:      Neil Horman <nhorman@tuxdriver.com>
6634 L:      netdev@vger.kernel.org
6635 S:      Maintained
6636 W:      https://fedorahosted.org/dropwatch/
6637 F:      net/core/drop_monitor.c
6638
6639 NETWORKING [GENERAL]
6640 M:      "David S. Miller" <davem@davemloft.net>
6641 L:      netdev@vger.kernel.org
6642 W:      http://www.linuxfoundation.org/en/Net
6643 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6646 S:      Maintained
6647 F:      net/
6648 F:      include/net/
6649 F:      include/linux/in.h
6650 F:      include/linux/net.h
6651 F:      include/linux/netdevice.h
6652 F:      include/uapi/linux/in.h
6653 F:      include/uapi/linux/net.h
6654 F:      include/uapi/linux/netdevice.h
6655 F:      tools/net/
6656 F:      tools/testing/selftests/net/
6657 F:      lib/random32.c
6658 F:      lib/test_bpf.c
6659
6660 NETWORKING [IPv4/IPv6]
6661 M:      "David S. Miller" <davem@davemloft.net>
6662 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6663 M:      James Morris <jmorris@namei.org>
6664 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6665 M:      Patrick McHardy <kaber@trash.net>
6666 L:      netdev@vger.kernel.org
6667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6668 S:      Maintained
6669 F:      net/ipv4/
6670 F:      net/ipv6/
6671 F:      include/net/ip*
6672 F:      arch/x86/net/*
6673
6674 NETWORKING [IPSEC]
6675 M:      Steffen Klassert <steffen.klassert@secunet.com>
6676 M:      Herbert Xu <herbert@gondor.apana.org.au>
6677 M:      "David S. Miller" <davem@davemloft.net>
6678 L:      netdev@vger.kernel.org
6679 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6680 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6681 S:      Maintained
6682 F:      net/core/flow.c
6683 F:      net/xfrm/
6684 F:      net/key/
6685 F:      net/ipv4/xfrm*
6686 F:      net/ipv4/esp4.c
6687 F:      net/ipv4/ah4.c
6688 F:      net/ipv4/ipcomp.c
6689 F:      net/ipv4/ip_vti.c
6690 F:      net/ipv6/xfrm*
6691 F:      net/ipv6/esp6.c
6692 F:      net/ipv6/ah6.c
6693 F:      net/ipv6/ipcomp6.c
6694 F:      net/ipv6/ip6_vti.c
6695 F:      include/uapi/linux/xfrm.h
6696 F:      include/net/xfrm.h
6697
6698 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6699 M:      Paul Moore <paul@paul-moore.com>
6700 L:      netdev@vger.kernel.org
6701 S:      Maintained
6702
6703 NETWORKING [WIRELESS]
6704 L:      linux-wireless@vger.kernel.org
6705 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6706
6707 NETWORKING DRIVERS
6708 L:      netdev@vger.kernel.org
6709 W:      http://www.linuxfoundation.org/en/Net
6710 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6711 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6712 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6713 S:      Odd Fixes
6714 F:      drivers/net/
6715 F:      include/linux/if_*
6716 F:      include/linux/netdevice.h
6717 F:      include/linux/arcdevice.h
6718 F:      include/linux/etherdevice.h
6719 F:      include/linux/fcdevice.h
6720 F:      include/linux/fddidevice.h
6721 F:      include/linux/hippidevice.h
6722 F:      include/linux/inetdevice.h
6723 F:      include/uapi/linux/if_*
6724 F:      include/uapi/linux/netdevice.h
6725
6726 NETWORKING DRIVERS (WIRELESS)
6727 M:      Kalle Valo <kvalo@codeaurora.org>
6728 L:      linux-wireless@vger.kernel.org
6729 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6731 S:      Maintained
6732 F:      drivers/net/wireless/
6733
6734 NETXEN (1/10) GbE SUPPORT
6735 M:      Manish Chopra <manish.chopra@qlogic.com>
6736 M:      Sony Chacko <sony.chacko@qlogic.com>
6737 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6738 L:      netdev@vger.kernel.org
6739 W:      http://www.qlogic.com
6740 S:      Supported
6741 F:      drivers/net/ethernet/qlogic/netxen/
6742
6743 NFC SUBSYSTEM
6744 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6745 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6746 M:      Samuel Ortiz <sameo@linux.intel.com>
6747 L:      linux-wireless@vger.kernel.org
6748 L:      linux-nfc@lists.01.org (subscribers-only)
6749 S:      Supported
6750 F:      net/nfc/
6751 F:      include/net/nfc/
6752 F:      include/uapi/linux/nfc.h
6753 F:      drivers/nfc/
6754 F:      include/linux/platform_data/pn544.h
6755 F:      Documentation/devicetree/bindings/net/nfc/
6756
6757 NFS, SUNRPC, AND LOCKD CLIENTS
6758 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6759 L:      linux-nfs@vger.kernel.org
6760 W:      http://client.linux-nfs.org
6761 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6762 S:      Maintained
6763 F:      fs/lockd/
6764 F:      fs/nfs/
6765 F:      fs/nfs_common/
6766 F:      net/sunrpc/
6767 F:      include/linux/lockd/
6768 F:      include/linux/nfs*
6769 F:      include/linux/sunrpc/
6770 F:      include/uapi/linux/nfs*
6771 F:      include/uapi/linux/sunrpc/
6772
6773 NILFS2 FILESYSTEM
6774 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6775 L:      linux-nilfs@vger.kernel.org
6776 W:      http://nilfs.sourceforge.net/
6777 T:      git git://github.com/konis/nilfs2.git
6778 S:      Supported
6779 F:      Documentation/filesystems/nilfs2.txt
6780 F:      fs/nilfs2/
6781 F:      include/linux/nilfs2_fs.h
6782
6783 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6784 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6785 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6786 S:      Maintained
6787 F:      Documentation/scsi/NinjaSCSI.txt
6788 F:      drivers/scsi/pcmcia/nsp_*
6789
6790 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6791 M:      GOTO Masanori <gotom@debian.or.jp>
6792 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6793 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6794 S:      Maintained
6795 F:      Documentation/scsi/NinjaSCSI.txt
6796 F:      drivers/scsi/nsp32*
6797
6798 NIOS2 ARCHITECTURE
6799 M:      Ley Foon Tan <lftan@altera.com>
6800 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6801 T:      git git://git.rocketboards.org/linux-socfpga.git
6802 S:      Maintained
6803 F:      arch/nios2/
6804
6805 NTB DRIVER
6806 M:      Jon Mason <jdmason@kudzu.us>
6807 M:      Dave Jiang <dave.jiang@intel.com>
6808 S:      Supported
6809 W:      https://github.com/jonmason/ntb/wiki
6810 T:      git git://github.com/jonmason/ntb.git
6811 F:      drivers/ntb/
6812 F:      drivers/net/ntb_netdev.c
6813 F:      include/linux/ntb.h
6814
6815 NTFS FILESYSTEM
6816 M:      Anton Altaparmakov <anton@tuxera.com>
6817 L:      linux-ntfs-dev@lists.sourceforge.net
6818 W:      http://www.tuxera.com/
6819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6820 S:      Supported
6821 F:      Documentation/filesystems/ntfs.txt
6822 F:      fs/ntfs/
6823
6824 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6825 M:      Antonino Daplas <adaplas@gmail.com>
6826 L:      linux-fbdev@vger.kernel.org
6827 S:      Maintained
6828 F:      drivers/video/fbdev/riva/
6829 F:      drivers/video/fbdev/nvidia/
6830
6831 NVM EXPRESS DRIVER
6832 M:      Matthew Wilcox <willy@linux.intel.com>
6833 L:      linux-nvme@lists.infradead.org
6834 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6835 S:      Supported
6836 F:      drivers/block/nvme*
6837 F:      include/linux/nvme.h
6838
6839 NXP TDA998X DRM DRIVER
6840 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6841 S:      Supported
6842 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6843 F:      include/drm/i2c/tda998x.h
6844
6845 NXP TFA9879 DRIVER
6846 M:      Peter Rosin <peda@axentia.se>
6847 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6848 S:      Maintained
6849 F:      sound/soc/codecs/tfa9879*
6850
6851 OMAP SUPPORT
6852 M:      Tony Lindgren <tony@atomide.com>
6853 L:      linux-omap@vger.kernel.org
6854 W:      http://www.muru.com/linux/omap/
6855 W:      http://linux.omap.com/
6856 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6857 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6858 S:      Maintained
6859 F:      arch/arm/*omap*/
6860 F:      drivers/i2c/busses/i2c-omap.c
6861 F:      drivers/irqchip/irq-omap-intc.c
6862 F:      drivers/mfd/*omap*.c
6863 F:      drivers/mfd/menelaus.c
6864 F:      drivers/mfd/palmas.c
6865 F:      drivers/mfd/tps65217.c
6866 F:      drivers/mfd/tps65218.c
6867 F:      drivers/mfd/tps65910.c
6868 F:      drivers/mfd/twl-core.[ch]
6869 F:      drivers/mfd/twl4030*.c
6870 F:      drivers/mfd/twl6030*.c
6871 F:      drivers/mfd/twl6040*.c
6872 F:      drivers/regulator/palmas-regulator*.c
6873 F:      drivers/regulator/pbias-regulator.c
6874 F:      drivers/regulator/tps65217-regulator.c
6875 F:      drivers/regulator/tps65218-regulator.c
6876 F:      drivers/regulator/tps65910-regulator.c
6877 F:      drivers/regulator/twl-regulator.c
6878 F:      include/linux/i2c-omap.h
6879
6880 OMAP DEVICE TREE SUPPORT
6881 M:      Benoît Cousson <bcousson@baylibre.com>
6882 M:      Tony Lindgren <tony@atomide.com>
6883 L:      linux-omap@vger.kernel.org
6884 L:      devicetree@vger.kernel.org
6885 S:      Maintained
6886 F:      arch/arm/boot/dts/*omap*
6887 F:      arch/arm/boot/dts/*am3*
6888 F:      arch/arm/boot/dts/*am4*
6889 F:      arch/arm/boot/dts/*am5*
6890 F:      arch/arm/boot/dts/*dra7*
6891
6892 OMAP CLOCK FRAMEWORK SUPPORT
6893 M:      Paul Walmsley <paul@pwsan.com>
6894 L:      linux-omap@vger.kernel.org
6895 S:      Maintained
6896 F:      arch/arm/*omap*/*clock*
6897
6898 OMAP POWER MANAGEMENT SUPPORT
6899 M:      Kevin Hilman <khilman@deeprootsystems.com>
6900 L:      linux-omap@vger.kernel.org
6901 S:      Maintained
6902 F:      arch/arm/*omap*/*pm*
6903 F:      drivers/cpufreq/omap-cpufreq.c
6904
6905 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6906 M:      Rajendra Nayak <rnayak@ti.com>
6907 M:      Paul Walmsley <paul@pwsan.com>
6908 L:      linux-omap@vger.kernel.org
6909 S:      Maintained
6910 F:      arch/arm/mach-omap2/prm*
6911
6912 OMAP AUDIO SUPPORT
6913 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6914 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6915 L:      alsa-devel@alsa-project.org (subscribers-only)
6916 L:      linux-omap@vger.kernel.org
6917 S:      Maintained
6918 F:      sound/soc/omap/
6919
6920 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6921 M:      Roger Quadros <rogerq@ti.com>
6922 M:      Tony Lindgren <tony@atomide.com>
6923 L:      linux-omap@vger.kernel.org
6924 S:      Maintained
6925 F:      drivers/memory/omap-gpmc.c
6926 F:      arch/arm/mach-omap2/*gpmc*
6927
6928 OMAP FRAMEBUFFER SUPPORT
6929 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6930 L:      linux-fbdev@vger.kernel.org
6931 L:      linux-omap@vger.kernel.org
6932 S:      Maintained
6933 F:      drivers/video/fbdev/omap/
6934
6935 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6936 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6937 L:      linux-omap@vger.kernel.org
6938 L:      linux-fbdev@vger.kernel.org
6939 S:      Maintained
6940 F:      drivers/video/fbdev/omap2/
6941 F:      Documentation/arm/OMAP/DSS
6942
6943 OMAP HARDWARE SPINLOCK SUPPORT
6944 M:      Ohad Ben-Cohen <ohad@wizery.com>
6945 L:      linux-omap@vger.kernel.org
6946 S:      Maintained
6947 F:      drivers/hwspinlock/omap_hwspinlock.c
6948 F:      arch/arm/mach-omap2/hwspinlock.c
6949
6950 OMAP MMC SUPPORT
6951 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6952 L:      linux-omap@vger.kernel.org
6953 S:      Maintained
6954 F:      drivers/mmc/host/omap.c
6955
6956 OMAP HS MMC SUPPORT
6957 L:      linux-mmc@vger.kernel.org
6958 L:      linux-omap@vger.kernel.org
6959 S:      Orphan
6960 F:      drivers/mmc/host/omap_hsmmc.c
6961
6962 OMAP RANDOM NUMBER GENERATOR SUPPORT
6963 M:      Deepak Saxena <dsaxena@plexity.net>
6964 S:      Maintained
6965 F:      drivers/char/hw_random/omap-rng.c
6966
6967 OMAP HWMOD SUPPORT
6968 M:      Benoît Cousson <bcousson@baylibre.com>
6969 M:      Paul Walmsley <paul@pwsan.com>
6970 L:      linux-omap@vger.kernel.org
6971 S:      Maintained
6972 F:      arch/arm/mach-omap2/omap_hwmod.*
6973
6974 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6975 M:      Benoît Cousson <bcousson@baylibre.com>
6976 L:      linux-omap@vger.kernel.org
6977 S:      Maintained
6978 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6979
6980 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6981 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6982 L:      linux-media@vger.kernel.org
6983 S:      Maintained
6984 F:      drivers/media/platform/omap3isp/
6985 F:      drivers/staging/media/omap4iss/
6986
6987 OMAP USB SUPPORT
6988 M:      Felipe Balbi <balbi@ti.com>
6989 L:      linux-usb@vger.kernel.org
6990 L:      linux-omap@vger.kernel.org
6991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6992 S:      Maintained
6993 F:      drivers/usb/*/*omap*
6994 F:      arch/arm/*omap*/usb*
6995
6996 OMAP GPIO DRIVER
6997 M:      Javier Martinez Canillas <javier@dowhile0.org>
6998 M:      Santosh Shilimkar <ssantosh@kernel.org>
6999 M:      Kevin Hilman <khilman@deeprootsystems.com>
7000 L:      linux-omap@vger.kernel.org
7001 S:      Maintained
7002 F:      drivers/gpio/gpio-omap.c
7003
7004 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7005 M:      Mark Jackson <mpfj@newflow.co.uk>
7006 L:      linux-omap@vger.kernel.org
7007 S:      Maintained
7008 F:      arch/arm/boot/dts/am335x-nano.dts
7009
7010 OMFS FILESYSTEM
7011 M:      Bob Copeland <me@bobcopeland.com>
7012 L:      linux-karma-devel@lists.sourceforge.net
7013 S:      Maintained
7014 F:      Documentation/filesystems/omfs.txt
7015 F:      fs/omfs/
7016
7017 OMNIKEY CARDMAN 4000 DRIVER
7018 M:      Harald Welte <laforge@gnumonks.org>
7019 S:      Maintained
7020 F:      drivers/char/pcmcia/cm4000_cs.c
7021 F:      include/linux/cm4000_cs.h
7022 F:      include/uapi/linux/cm4000_cs.h
7023
7024 OMNIKEY CARDMAN 4040 DRIVER
7025 M:      Harald Welte <laforge@gnumonks.org>
7026 S:      Maintained
7027 F:      drivers/char/pcmcia/cm4040_cs.*
7028
7029 OMNIVISION OV7670 SENSOR DRIVER
7030 M:      Jonathan Corbet <corbet@lwn.net>
7031 L:      linux-media@vger.kernel.org
7032 T:      git git://linuxtv.org/media_tree.git
7033 S:      Maintained
7034 F:      drivers/media/i2c/ov7670.c
7035
7036 ONENAND FLASH DRIVER
7037 M:      Kyungmin Park <kyungmin.park@samsung.com>
7038 L:      linux-mtd@lists.infradead.org
7039 S:      Maintained
7040 F:      drivers/mtd/onenand/
7041 F:      include/linux/mtd/onenand*.h
7042
7043 ONSTREAM SCSI TAPE DRIVER
7044 M:      Willem Riede <osst@riede.org>
7045 L:      osst-users@lists.sourceforge.net
7046 L:      linux-scsi@vger.kernel.org
7047 S:      Maintained
7048 F:      Documentation/scsi/osst.txt
7049 F:      drivers/scsi/osst.*
7050 F:      drivers/scsi/osst_*.h
7051 F:      drivers/scsi/st.h
7052
7053 OPENCORES I2C BUS DRIVER
7054 M:      Peter Korsgaard <jacmet@sunsite.dk>
7055 L:      linux-i2c@vger.kernel.org
7056 S:      Maintained
7057 F:      Documentation/i2c/busses/i2c-ocores
7058 F:      drivers/i2c/busses/i2c-ocores.c
7059
7060 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7061 M:      Grant Likely <grant.likely@linaro.org>
7062 M:      Rob Herring <robh+dt@kernel.org>
7063 L:      devicetree@vger.kernel.org
7064 W:      http://www.devicetree.org/
7065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7066 S:      Maintained
7067 F:      drivers/of/
7068 F:      include/linux/of*.h
7069 F:      scripts/dtc/
7070
7071 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7072 M:      Rob Herring <robh+dt@kernel.org>
7073 M:      Pawel Moll <pawel.moll@arm.com>
7074 M:      Mark Rutland <mark.rutland@arm.com>
7075 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7076 M:      Kumar Gala <galak@codeaurora.org>
7077 L:      devicetree@vger.kernel.org
7078 S:      Maintained
7079 F:      Documentation/devicetree/
7080 F:      arch/*/boot/dts/
7081 F:      include/dt-bindings/
7082
7083 OPENRISC ARCHITECTURE
7084 M:      Jonas Bonn <jonas@southpole.se>
7085 W:      http://openrisc.net
7086 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7087 S:      Maintained
7088 T:      git git://openrisc.net/~jonas/linux
7089 F:      arch/openrisc/
7090
7091 OPENVSWITCH
7092 M:      Pravin Shelar <pshelar@nicira.com>
7093 L:      dev@openvswitch.org
7094 W:      http://openvswitch.org
7095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
7096 S:      Maintained
7097 F:      net/openvswitch/
7098
7099 OPL4 DRIVER
7100 M:      Clemens Ladisch <clemens@ladisch.de>
7101 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7102 T:      git git://git.alsa-project.org/alsa-kernel.git
7103 S:      Maintained
7104 F:      sound/drivers/opl4/
7105
7106 OPROFILE
7107 M:      Robert Richter <rric@kernel.org>
7108 L:      oprofile-list@lists.sf.net
7109 S:      Maintained
7110 F:      arch/*/include/asm/oprofile*.h
7111 F:      arch/*/oprofile/
7112 F:      drivers/oprofile/
7113 F:      include/linux/oprofile.h
7114
7115 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7116 M:      Mark Fasheh <mfasheh@suse.com>
7117 M:      Joel Becker <jlbec@evilplan.org>
7118 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7119 W:      http://oss.oracle.com/projects/ocfs2/
7120 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7121 S:      Supported
7122 F:      Documentation/filesystems/ocfs2.txt
7123 F:      Documentation/filesystems/dlmfs.txt
7124 F:      fs/ocfs2/
7125
7126 ORINOCO DRIVER
7127 L:      linux-wireless@vger.kernel.org
7128 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7129 W:      http://www.nongnu.org/orinoco/
7130 S:      Orphan
7131 F:      drivers/net/wireless/orinoco/
7132
7133 OSD LIBRARY and FILESYSTEM
7134 M:      Boaz Harrosh <ooo@electrozaur.com>
7135 M:      Benny Halevy <bhalevy@primarydata.com>
7136 L:      osd-dev@open-osd.org
7137 W:      http://open-osd.org
7138 T:      git git://git.open-osd.org/open-osd.git
7139 S:      Maintained
7140 F:      drivers/scsi/osd/
7141 F:      include/scsi/osd_*
7142 F:      fs/exofs/
7143
7144 OVERLAY FILESYSTEM
7145 M:      Miklos Szeredi <miklos@szeredi.hu>
7146 L:      linux-unionfs@vger.kernel.org
7147 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7148 S:      Supported
7149 F:      fs/overlayfs/
7150 F:      Documentation/filesystems/overlayfs.txt
7151
7152 P54 WIRELESS DRIVER
7153 M:      Christian Lamparter <chunkeey@googlemail.com>
7154 L:      linux-wireless@vger.kernel.org
7155 W:      http://wireless.kernel.org/en/users/Drivers/p54
7156 S:      Maintained
7157 F:      drivers/net/wireless/p54/
7158
7159 PA SEMI ETHERNET DRIVER
7160 M:      Olof Johansson <olof@lixom.net>
7161 L:      netdev@vger.kernel.org
7162 S:      Maintained
7163 F:      drivers/net/ethernet/pasemi/*
7164
7165 PA SEMI SMBUS DRIVER
7166 M:      Olof Johansson <olof@lixom.net>
7167 L:      linux-i2c@vger.kernel.org
7168 S:      Maintained
7169 F:      drivers/i2c/busses/i2c-pasemi.c
7170
7171 PADATA PARALLEL EXECUTION MECHANISM
7172 M:      Steffen Klassert <steffen.klassert@secunet.com>
7173 L:      linux-crypto@vger.kernel.org
7174 S:      Maintained
7175 F:      kernel/padata.c
7176 F:      include/linux/padata.h
7177 F:      Documentation/padata.txt
7178
7179 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7180 M:      Harald Welte <laforge@gnumonks.org>
7181 L:      platform-driver-x86@vger.kernel.org
7182 S:      Maintained
7183 F:      drivers/platform/x86/panasonic-laptop.c
7184
7185 PANASONIC MN10300/AM33/AM34 PORT
7186 M:      David Howells <dhowells@redhat.com>
7187 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7188 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7189 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7190 S:      Maintained
7191 F:      Documentation/mn10300/
7192 F:      arch/mn10300/
7193
7194 PARALLEL PORT SUPPORT
7195 L:      linux-parport@lists.infradead.org (subscribers-only)
7196 S:      Orphan
7197 F:      drivers/parport/
7198 F:      include/linux/parport*.h
7199 F:      drivers/char/ppdev.c
7200 F:      include/uapi/linux/ppdev.h
7201
7202 PARAVIRT_OPS INTERFACE
7203 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7204 M:      Chris Wright <chrisw@sous-sol.org>
7205 M:      Alok Kataria <akataria@vmware.com>
7206 M:      Rusty Russell <rusty@rustcorp.com.au>
7207 L:      virtualization@lists.linux-foundation.org
7208 S:      Supported
7209 F:      Documentation/ia64/paravirt_ops.txt
7210 F:      arch/*/kernel/paravirt*
7211 F:      arch/*/include/asm/paravirt.h
7212
7213 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7214 M:      Tim Waugh <tim@cyberelk.net>
7215 L:      linux-parport@lists.infradead.org (subscribers-only)
7216 W:      http://www.torque.net/linux-pp.html
7217 S:      Maintained
7218 F:      Documentation/blockdev/paride.txt
7219 F:      drivers/block/paride/
7220
7221 PARISC ARCHITECTURE
7222 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7223 M:      Helge Deller <deller@gmx.de>
7224 L:      linux-parisc@vger.kernel.org
7225 W:      http://www.parisc-linux.org/
7226 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7229 S:      Maintained
7230 F:      arch/parisc/
7231 F:      Documentation/parisc/
7232 F:      drivers/parisc/
7233 F:      drivers/char/agp/parisc-agp.c
7234 F:      drivers/input/serio/gscps2.c
7235 F:      drivers/parport/parport_gsc.*
7236 F:      drivers/tty/serial/8250/8250_gsc.c
7237 F:      drivers/video/fbdev/sti*
7238 F:      drivers/video/console/sti*
7239 F:      drivers/video/logo/logo_parisc*
7240
7241 PC87360 HARDWARE MONITORING DRIVER
7242 M:      Jim Cromie <jim.cromie@gmail.com>
7243 L:      lm-sensors@lm-sensors.org
7244 S:      Maintained
7245 F:      Documentation/hwmon/pc87360
7246 F:      drivers/hwmon/pc87360.c
7247
7248 PC8736x GPIO DRIVER
7249 M:      Jim Cromie <jim.cromie@gmail.com>
7250 S:      Maintained
7251 F:      drivers/char/pc8736x_gpio.c
7252
7253 PC87427 HARDWARE MONITORING DRIVER
7254 M:      Jean Delvare <jdelvare@suse.de>
7255 L:      lm-sensors@lm-sensors.org
7256 S:      Maintained
7257 F:      Documentation/hwmon/pc87427
7258 F:      drivers/hwmon/pc87427.c
7259
7260 PCA9532 LED DRIVER
7261 M:      Riku Voipio <riku.voipio@iki.fi>
7262 S:      Maintained
7263 F:      drivers/leds/leds-pca9532.c
7264 F:      include/linux/leds-pca9532.h
7265
7266 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7267 M:      Guenter Roeck <linux@roeck-us.net>
7268 L:      linux-i2c@vger.kernel.org
7269 S:      Maintained
7270 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7271
7272 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7273 M:      Khalid Aziz <khalid@gonehiking.org>
7274 S:      Maintained
7275 F:      drivers/firmware/pcdp.*
7276
7277 PCI ERROR RECOVERY
7278 M:      Linas Vepstas <linasvepstas@gmail.com>
7279 L:      linux-pci@vger.kernel.org
7280 S:      Supported
7281 F:      Documentation/PCI/pci-error-recovery.txt
7282
7283 PCI SUBSYSTEM
7284 M:      Bjorn Helgaas <bhelgaas@google.com>
7285 L:      linux-pci@vger.kernel.org
7286 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7288 S:      Supported
7289 F:      Documentation/PCI/
7290 F:      drivers/pci/
7291 F:      include/linux/pci*
7292 F:      arch/x86/pci/
7293 F:      arch/x86/kernel/quirks.c
7294
7295 PCI DRIVER FOR ARM VERSATILE PLATFORM
7296 M:      Rob Herring <robh@kernel.org>
7297 L:      linux-pci@vger.kernel.org
7298 L:      linux-arm-kernel@lists.infradead.org
7299 S:      Maintained
7300 F:      Documentation/devicetree/bindings/pci/versatile.txt
7301 F:      drivers/pci/host/pci-versatile.c
7302
7303 PCI DRIVER FOR APPLIEDMICRO XGENE
7304 M:      Tanmay Inamdar <tinamdar@apm.com>
7305 L:      linux-pci@vger.kernel.org
7306 L:      linux-arm-kernel@lists.infradead.org
7307 S:      Maintained
7308 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7309 F:      drivers/pci/host/pci-xgene.c
7310
7311 PCI DRIVER FOR FREESCALE LAYERSCAPE
7312 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7313 M:      Mingkai Hu <mingkai.hu@freescale.com>
7314 M:      Roy Zang <tie-fei.zang@freescale.com>
7315 L:      linuxppc-dev@lists.ozlabs.org
7316 L:      linux-pci@vger.kernel.org
7317 L:      linux-arm-kernel@lists.infradead.org
7318 S:      Maintained
7319 F:      drivers/pci/host/*layerscape*
7320
7321 PCI DRIVER FOR IMX6
7322 M:      Richard Zhu <Richard.Zhu@freescale.com>
7323 M:      Lucas Stach <l.stach@pengutronix.de>
7324 L:      linux-pci@vger.kernel.org
7325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7326 S:      Maintained
7327 F:      drivers/pci/host/*imx6*
7328
7329 PCI DRIVER FOR TI KEYSTONE
7330 M:      Murali Karicheri <m-karicheri2@ti.com>
7331 L:      linux-pci@vger.kernel.org
7332 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7333 S:      Maintained
7334 F:      drivers/pci/host/*keystone*
7335
7336 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7337 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7338 M:      Jason Cooper <jason@lakedaemon.net>
7339 L:      linux-pci@vger.kernel.org
7340 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7341 S:      Maintained
7342 F:      drivers/pci/host/*mvebu*
7343
7344 PCI DRIVER FOR NVIDIA TEGRA
7345 M:      Thierry Reding <thierry.reding@gmail.com>
7346 L:      linux-tegra@vger.kernel.org
7347 L:      linux-pci@vger.kernel.org
7348 S:      Supported
7349 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7350 F:      drivers/pci/host/pci-tegra.c
7351
7352 PCI DRIVER FOR TI DRA7XX
7353 M:      Kishon Vijay Abraham I <kishon@ti.com>
7354 L:      linux-omap@vger.kernel.org
7355 L:      linux-pci@vger.kernel.org
7356 S:      Supported
7357 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7358 F:      drivers/pci/host/pci-dra7xx.c
7359
7360 PCI DRIVER FOR RENESAS R-CAR
7361 M:      Simon Horman <horms@verge.net.au>
7362 L:      linux-pci@vger.kernel.org
7363 L:      linux-sh@vger.kernel.org
7364 S:      Maintained
7365 F:      drivers/pci/host/*rcar*
7366
7367 PCI DRIVER FOR SAMSUNG EXYNOS
7368 M:      Jingoo Han <jg1.han@samsung.com>
7369 L:      linux-pci@vger.kernel.org
7370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7371 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7372 S:      Maintained
7373 F:      drivers/pci/host/pci-exynos.c
7374
7375 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7376 M:      Mohit Kumar <mohit.kumar@st.com>
7377 M:      Jingoo Han <jg1.han@samsung.com>
7378 L:      linux-pci@vger.kernel.org
7379 S:      Maintained
7380 F:      drivers/pci/host/*designware*
7381
7382 PCI DRIVER FOR GENERIC OF HOSTS
7383 M:      Will Deacon <will.deacon@arm.com>
7384 L:      linux-pci@vger.kernel.org
7385 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7386 S:      Maintained
7387 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7388 F:      drivers/pci/host/pci-host-generic.c
7389
7390 PCIE DRIVER FOR ST SPEAR13XX
7391 M:      Mohit Kumar <mohit.kumar@st.com>
7392 L:      linux-pci@vger.kernel.org
7393 S:      Maintained
7394 F:      drivers/pci/host/*spear*
7395
7396 PCMCIA SUBSYSTEM
7397 P:      Linux PCMCIA Team
7398 L:      linux-pcmcia@lists.infradead.org
7399 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7400 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7401 S:      Maintained
7402 F:      Documentation/pcmcia/
7403 F:      drivers/pcmcia/
7404 F:      include/pcmcia/
7405
7406 PCNET32 NETWORK DRIVER
7407 M:      Don Fry <pcnet32@frontier.com>
7408 L:      netdev@vger.kernel.org
7409 S:      Maintained
7410 F:      drivers/net/ethernet/amd/pcnet32.c
7411
7412 PCRYPT PARALLEL CRYPTO ENGINE
7413 M:      Steffen Klassert <steffen.klassert@secunet.com>
7414 L:      linux-crypto@vger.kernel.org
7415 S:      Maintained
7416 F:      crypto/pcrypt.c
7417 F:      include/crypto/pcrypt.h
7418
7419 PER-CPU MEMORY ALLOCATOR
7420 M:      Tejun Heo <tj@kernel.org>
7421 M:      Christoph Lameter <cl@linux-foundation.org>
7422 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7423 S:      Maintained
7424 F:      include/linux/percpu*.h
7425 F:      mm/percpu*.c
7426 F:      arch/*/include/asm/percpu.h
7427
7428 PER-TASK DELAY ACCOUNTING
7429 M:      Balbir Singh <bsingharora@gmail.com>
7430 S:      Maintained
7431 F:      include/linux/delayacct.h
7432 F:      kernel/delayacct.c
7433
7434 PERFORMANCE EVENTS SUBSYSTEM
7435 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7436 M:      Paul Mackerras <paulus@samba.org>
7437 M:      Ingo Molnar <mingo@redhat.com>
7438 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7439 L:      linux-kernel@vger.kernel.org
7440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7441 S:      Supported
7442 F:      kernel/events/*
7443 F:      include/linux/perf_event.h
7444 F:      include/uapi/linux/perf_event.h
7445 F:      arch/*/kernel/perf_event*.c
7446 F:      arch/*/kernel/*/perf_event*.c
7447 F:      arch/*/kernel/*/*/perf_event*.c
7448 F:      arch/*/include/asm/perf_event.h
7449 F:      arch/*/kernel/perf_callchain.c
7450 F:      tools/perf/
7451
7452 PERSONALITY HANDLING
7453 M:      Christoph Hellwig <hch@infradead.org>
7454 L:      linux-abi-devel@lists.sourceforge.net
7455 S:      Maintained
7456 F:      include/linux/personality.h
7457 F:      include/uapi/linux/personality.h
7458
7459 PHONET PROTOCOL
7460 M:      Remi Denis-Courmont <courmisch@gmail.com>
7461 S:      Supported
7462 F:      Documentation/networking/phonet.txt
7463 F:      include/linux/phonet.h
7464 F:      include/net/phonet/
7465 F:      include/uapi/linux/phonet.h
7466 F:      net/phonet/
7467
7468 PHRAM MTD DRIVER
7469 M:      Joern Engel <joern@lazybastard.org>
7470 L:      linux-mtd@lists.infradead.org
7471 S:      Maintained
7472 F:      drivers/mtd/devices/phram.c
7473
7474 PICOLCD HID DRIVER
7475 M:      Bruno Prémont <bonbons@linux-vserver.org>
7476 L:      linux-input@vger.kernel.org
7477 S:      Maintained
7478 F:      drivers/hid/hid-picolcd*
7479
7480 PICOXCELL SUPPORT
7481 M:      Jamie Iles <jamie@jamieiles.com>
7482 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7483 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7484 S:      Supported
7485 F:      arch/arm/boot/dts/picoxcell*
7486 F:      arch/arm/mach-picoxcell/
7487 F:      drivers/crypto/picoxcell*
7488
7489 PIN CONTROL SUBSYSTEM
7490 M:      Linus Walleij <linus.walleij@linaro.org>
7491 L:      linux-gpio@vger.kernel.org
7492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7493 S:      Maintained
7494 F:      drivers/pinctrl/
7495 F:      include/linux/pinctrl/
7496
7497 PIN CONTROLLER - ATMEL AT91
7498 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7499 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7500 S:      Maintained
7501 F:      drivers/pinctrl/pinctrl-at91.*
7502
7503 PIN CONTROLLER - INTEL
7504 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7505 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7506 S:      Maintained
7507 F:      drivers/pinctrl/intel/
7508
7509 PIN CONTROLLER - RENESAS
7510 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7511 L:      linux-sh@vger.kernel.org
7512 S:      Maintained
7513 F:      drivers/pinctrl/sh-pfc/
7514
7515 PIN CONTROLLER - SAMSUNG
7516 M:      Tomasz Figa <tomasz.figa@gmail.com>
7517 M:      Thomas Abraham <thomas.abraham@linaro.org>
7518 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7519 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7520 S:      Maintained
7521 F:      drivers/pinctrl/samsung/
7522
7523 PIN CONTROLLER - ST SPEAR
7524 M:      Viresh Kumar <viresh.linux@gmail.com>
7525 L:      spear-devel@list.st.com
7526 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7527 W:      http://www.st.com/spear
7528 S:      Maintained
7529 F:      drivers/pinctrl/spear/
7530
7531 PKTCDVD DRIVER
7532 M:      Jiri Kosina <jkosina@suse.cz>
7533 S:      Maintained
7534 F:      drivers/block/pktcdvd.c
7535 F:      include/linux/pktcdvd.h
7536 F:      include/uapi/linux/pktcdvd.h
7537
7538 PKUNITY SOC DRIVERS
7539 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7540 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7541 S:      Maintained
7542 T:      git git://github.com/gxt/linux.git
7543 F:      drivers/input/serio/i8042-unicore32io.h
7544 F:      drivers/i2c/busses/i2c-puv3.c
7545 F:      drivers/video/fbdev/fb-puv3.c
7546 F:      drivers/rtc/rtc-puv3.c
7547
7548 PMBUS HARDWARE MONITORING DRIVERS
7549 M:      Guenter Roeck <linux@roeck-us.net>
7550 L:      lm-sensors@lm-sensors.org
7551 W:      http://www.lm-sensors.org/
7552 W:      http://www.roeck-us.net/linux/drivers/
7553 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7554 S:      Maintained
7555 F:      Documentation/hwmon/pmbus
7556 F:      drivers/hwmon/pmbus/
7557 F:      include/linux/i2c/pmbus.h
7558
7559 PMC SIERRA MaxRAID DRIVER
7560 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7561 L:      linux-scsi@vger.kernel.org
7562 W:      http://www.pmc-sierra.com/
7563 S:      Supported
7564 F:      drivers/scsi/pmcraid.*
7565
7566 PMC SIERRA PM8001 DRIVER
7567 M:      xjtuwjp@gmail.com
7568 M:      lindar_liu@usish.com
7569 L:      pmchba@pmcs.com
7570 L:      linux-scsi@vger.kernel.org
7571 S:      Supported
7572 F:      drivers/scsi/pm8001/
7573
7574 POSIX CLOCKS and TIMERS
7575 M:      Thomas Gleixner <tglx@linutronix.de>
7576 L:      linux-kernel@vger.kernel.org
7577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7578 S:      Maintained
7579 F:      fs/timerfd.c
7580 F:      include/linux/timer*
7581 F:      kernel/time/*timer*
7582
7583 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7584 M:      Sebastian Reichel <sre@kernel.org>
7585 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7586 M:      David Woodhouse <dwmw2@infradead.org>
7587 L:      linux-pm@vger.kernel.org
7588 T:      git git://git.infradead.org/battery-2.6.git
7589 S:      Maintained
7590 F:      include/linux/power_supply.h
7591 F:      drivers/power/
7592
7593 PNP SUPPORT
7594 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7595 S:      Maintained
7596 F:      drivers/pnp/
7597
7598 PNXxxxx I2C DRIVER
7599 M:      Vitaly Wool <vitalywool@gmail.com>
7600 L:      linux-i2c@vger.kernel.org
7601 S:      Maintained
7602 F:      drivers/i2c/busses/i2c-pnx.c
7603
7604 PPP PROTOCOL DRIVERS AND COMPRESSORS
7605 M:      Paul Mackerras <paulus@samba.org>
7606 L:      linux-ppp@vger.kernel.org
7607 S:      Maintained
7608 F:      drivers/net/ppp/ppp_*
7609
7610 PPP OVER ATM (RFC 2364)
7611 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7612 S:      Maintained
7613 F:      net/atm/pppoatm.c
7614 F:      include/uapi/linux/atmppp.h
7615
7616 PPP OVER ETHERNET
7617 M:      Michal Ostrowski <mostrows@earthlink.net>
7618 S:      Maintained
7619 F:      drivers/net/ppp/pppoe.c
7620 F:      drivers/net/ppp/pppox.c
7621
7622 PPP OVER L2TP
7623 M:      James Chapman <jchapman@katalix.com>
7624 S:      Maintained
7625 F:      net/l2tp/l2tp_ppp.c
7626 F:      include/linux/if_pppol2tp.h
7627 F:      include/uapi/linux/if_pppol2tp.h
7628
7629 PPS SUPPORT
7630 M:      Rodolfo Giometti <giometti@enneenne.com>
7631 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7632 L:      linuxpps@ml.enneenne.com (subscribers-only)
7633 S:      Maintained
7634 F:      Documentation/pps/
7635 F:      drivers/pps/
7636 F:      include/linux/pps*.h
7637
7638 PPTP DRIVER
7639 M:      Dmitry Kozlov <xeb@mail.ru>
7640 L:      netdev@vger.kernel.org
7641 S:      Maintained
7642 F:      drivers/net/ppp/pptp.c
7643 W:      http://sourceforge.net/projects/accel-pptp
7644
7645 PREEMPTIBLE KERNEL
7646 M:      Robert Love <rml@tech9.net>
7647 L:      kpreempt-tech@lists.sourceforge.net
7648 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7649 S:      Supported
7650 F:      Documentation/preempt-locking.txt
7651 F:      include/linux/preempt.h
7652
7653 PRISM54 WIRELESS DRIVER
7654 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7655 L:      linux-wireless@vger.kernel.org
7656 W:      http://wireless.kernel.org/en/users/Drivers/p54
7657 S:      Obsolete
7658 F:      drivers/net/wireless/prism54/
7659
7660 PS3 NETWORK SUPPORT
7661 M:      Geoff Levand <geoff@infradead.org>
7662 L:      netdev@vger.kernel.org
7663 L:      cbe-oss-dev@lists.ozlabs.org
7664 S:      Maintained
7665 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7666
7667 PS3 PLATFORM SUPPORT
7668 M:      Geoff Levand <geoff@infradead.org>
7669 L:      linuxppc-dev@lists.ozlabs.org
7670 L:      cbe-oss-dev@lists.ozlabs.org
7671 S:      Maintained
7672 F:      arch/powerpc/boot/ps3*
7673 F:      arch/powerpc/include/asm/lv1call.h
7674 F:      arch/powerpc/include/asm/ps3*.h
7675 F:      arch/powerpc/platforms/ps3/
7676 F:      drivers/*/ps3*
7677 F:      drivers/ps3/
7678 F:      drivers/rtc/rtc-ps3.c
7679 F:      drivers/usb/host/*ps3.c
7680 F:      sound/ppc/snd_ps3*
7681
7682 PS3VRAM DRIVER
7683 M:      Jim Paris <jim@jtan.com>
7684 L:      cbe-oss-dev@lists.ozlabs.org
7685 S:      Maintained
7686 F:      drivers/block/ps3vram.c
7687
7688 PSTORE FILESYSTEM
7689 M:      Anton Vorontsov <anton@enomsg.org>
7690 M:      Colin Cross <ccross@android.com>
7691 M:      Kees Cook <keescook@chromium.org>
7692 M:      Tony Luck <tony.luck@intel.com>
7693 S:      Maintained
7694 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7695 F:      fs/pstore/
7696 F:      include/linux/pstore*
7697 F:      drivers/firmware/efi/efi-pstore.c
7698 F:      drivers/acpi/apei/erst.c
7699
7700 PTP HARDWARE CLOCK SUPPORT
7701 M:      Richard Cochran <richardcochran@gmail.com>
7702 L:      netdev@vger.kernel.org
7703 S:      Maintained
7704 W:      http://linuxptp.sourceforge.net/
7705 F:      Documentation/ABI/testing/sysfs-ptp
7706 F:      Documentation/ptp/*
7707 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7708 F:      drivers/net/phy/dp83640*
7709 F:      drivers/ptp/*
7710 F:      include/linux/ptp_cl*
7711
7712 PTRACE SUPPORT
7713 M:      Roland McGrath <roland@hack.frob.com>
7714 M:      Oleg Nesterov <oleg@redhat.com>
7715 S:      Maintained
7716 F:      include/asm-generic/syscall.h
7717 F:      include/linux/ptrace.h
7718 F:      include/linux/regset.h
7719 F:      include/linux/tracehook.h
7720 F:      include/uapi/linux/ptrace.h
7721 F:      kernel/ptrace.c
7722
7723 PVRUSB2 VIDEO4LINUX DRIVER
7724 M:      Mike Isely <isely@pobox.com>
7725 L:      pvrusb2@isely.net       (subscribers-only)
7726 L:      linux-media@vger.kernel.org
7727 W:      http://www.isely.net/pvrusb2/
7728 T:      git git://linuxtv.org/media_tree.git
7729 S:      Maintained
7730 F:      Documentation/video4linux/README.pvrusb2
7731 F:      drivers/media/usb/pvrusb2/
7732
7733 PWC WEBCAM DRIVER
7734 M:      Hans de Goede <hdegoede@redhat.com>
7735 L:      linux-media@vger.kernel.org
7736 T:      git git://linuxtv.org/media_tree.git
7737 S:      Maintained
7738 F:      drivers/media/usb/pwc/*
7739
7740 PWM FAN DRIVER
7741 M:      Kamil Debski <k.debski@samsung.com>
7742 L:      lm-sensors@lm-sensors.org
7743 S:      Supported
7744 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7745 F:      Documentation/hwmon/pwm-fan
7746 F:      drivers/hwmon/pwm-fan.c
7747
7748 PWM SUBSYSTEM
7749 M:      Thierry Reding <thierry.reding@gmail.com>
7750 L:      linux-pwm@vger.kernel.org
7751 S:      Maintained
7752 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7753 F:      Documentation/pwm.txt
7754 F:      Documentation/devicetree/bindings/pwm/
7755 F:      include/linux/pwm.h
7756 F:      drivers/pwm/
7757 F:      drivers/video/backlight/pwm_bl.c
7758 F:      include/linux/pwm_backlight.h
7759
7760 PXA2xx/PXA3xx SUPPORT
7761 M:      Daniel Mack <daniel@zonque.org>
7762 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7763 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7764 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7765 T:      git git://github.com/hzhuang1/linux.git
7766 T:      git git://github.com/rjarzmik/linux.git
7767 S:      Maintained
7768 F:      arch/arm/mach-pxa/
7769 F:      drivers/pcmcia/pxa2xx*
7770 F:      drivers/spi/spi-pxa2xx*
7771 F:      drivers/usb/gadget/udc/pxa2*
7772 F:      include/sound/pxa2xx-lib.h
7773 F:      sound/arm/pxa*
7774 F:      sound/soc/pxa/
7775
7776 PXA3xx NAND FLASH DRIVER
7777 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7778 L:      linux-mtd@lists.infradead.org
7779 S:      Maintained
7780 F:      drivers/mtd/nand/pxa3xx_nand.c
7781
7782 MMP SUPPORT
7783 M:      Eric Miao <eric.y.miao@gmail.com>
7784 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7785 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7786 T:      git git://github.com/hzhuang1/linux.git
7787 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7788 S:      Maintained
7789 F:      arch/arm/mach-mmp/
7790
7791 PXA MMCI DRIVER
7792 S:      Orphan
7793
7794 PXA RTC DRIVER
7795 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7796 L:      rtc-linux@googlegroups.com
7797 S:      Maintained
7798
7799 QAT DRIVER
7800 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7801 L:      qat-linux@intel.com
7802 S:      Supported
7803 F:      drivers/crypto/qat/
7804
7805 QIB DRIVER
7806 M:      Mike Marciniszyn <infinipath@intel.com>
7807 L:      linux-rdma@vger.kernel.org
7808 S:      Supported
7809 F:      drivers/infiniband/hw/qib/
7810
7811 QLOGIC QLA1280 SCSI DRIVER
7812 M:      Michael Reed <mdr@sgi.com>
7813 L:      linux-scsi@vger.kernel.org
7814 S:      Maintained
7815 F:      drivers/scsi/qla1280.[ch]
7816
7817 QLOGIC QLA2XXX FC-SCSI DRIVER
7818 M:      qla2xxx-upstream@qlogic.com
7819 L:      linux-scsi@vger.kernel.org
7820 S:      Supported
7821 F:      Documentation/scsi/LICENSE.qla2xxx
7822 F:      drivers/scsi/qla2xxx/
7823
7824 QLOGIC QLA4XXX iSCSI DRIVER
7825 M:      QLogic-Storage-Upstream@qlogic.com
7826 L:      linux-scsi@vger.kernel.org
7827 S:      Supported
7828 F:      Documentation/scsi/LICENSE.qla4xxx
7829 F:      drivers/scsi/qla4xxx/
7830
7831 QLOGIC QLA3XXX NETWORK DRIVER
7832 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7833 M:      Ron Mercer <ron.mercer@qlogic.com>
7834 M:      linux-driver@qlogic.com
7835 L:      netdev@vger.kernel.org
7836 S:      Supported
7837 F:      Documentation/networking/LICENSE.qla3xxx
7838 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7839
7840 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7841 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7842 M:      Dept-GELinuxNICDev@qlogic.com
7843 L:      netdev@vger.kernel.org
7844 S:      Supported
7845 F:      drivers/net/ethernet/qlogic/qlcnic/
7846
7847 QLOGIC QLGE 10Gb ETHERNET DRIVER
7848 M:      Harish Patil <harish.patil@qlogic.com>
7849 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7850 M:      Dept-GELinuxNICDev@qlogic.com
7851 M:      linux-driver@qlogic.com
7852 L:      netdev@vger.kernel.org
7853 S:      Supported
7854 F:      drivers/net/ethernet/qlogic/qlge/
7855
7856 QNX4 FILESYSTEM
7857 M:      Anders Larsen <al@alarsen.net>
7858 W:      http://www.alarsen.net/linux/qnx4fs/
7859 S:      Maintained
7860 F:      fs/qnx4/
7861 F:      include/uapi/linux/qnx4_fs.h
7862 F:      include/uapi/linux/qnxtypes.h
7863
7864 QT1010 MEDIA DRIVER
7865 M:      Antti Palosaari <crope@iki.fi>
7866 L:      linux-media@vger.kernel.org
7867 W:      http://linuxtv.org/
7868 W:      http://palosaari.fi/linux/
7869 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7870 T:      git git://linuxtv.org/anttip/media_tree.git
7871 S:      Maintained
7872 F:      drivers/media/tuners/qt1010*
7873
7874 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7875 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7876 L:      linux-wireless@vger.kernel.org
7877 L:      ath9k-devel@lists.ath9k.org
7878 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7879 S:      Supported
7880 F:      drivers/net/wireless/ath/ath9k/
7881
7882 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7883 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7884 L:      ath10k@lists.infradead.org
7885 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7886 T:      git git://github.com/kvalo/ath.git
7887 S:      Supported
7888 F:      drivers/net/wireless/ath/ath10k/
7889
7890 QUALCOMM HEXAGON ARCHITECTURE
7891 M:      Richard Kuo <rkuo@codeaurora.org>
7892 L:      linux-hexagon@vger.kernel.org
7893 S:      Supported
7894 F:      arch/hexagon/
7895
7896 QUALCOMM WCN36XX WIRELESS DRIVER
7897 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7898 L:      wcn36xx@lists.infradead.org
7899 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7900 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7901 S:      Supported
7902 F:      drivers/net/wireless/ath/wcn36xx/
7903
7904 QUICKCAM PARALLEL PORT WEBCAMS
7905 M:      Hans Verkuil <hverkuil@xs4all.nl>
7906 L:      linux-media@vger.kernel.org
7907 T:      git git://linuxtv.org/media_tree.git
7908 W:      http://linuxtv.org
7909 S:      Odd Fixes
7910 F:      drivers/media/parport/*-qcam*
7911
7912 RADOS BLOCK DEVICE (RBD)
7913 M:      Yehuda Sadeh <yehuda@inktank.com>
7914 M:      Sage Weil <sage@inktank.com>
7915 M:      Alex Elder <elder@kernel.org>
7916 M:      ceph-devel@vger.kernel.org
7917 W:      http://ceph.com/
7918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7919 S:      Supported
7920 F:      drivers/block/rbd.c
7921 F:      drivers/block/rbd_types.h
7922
7923 RADEON FRAMEBUFFER DISPLAY DRIVER
7924 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7925 L:      linux-fbdev@vger.kernel.org
7926 S:      Maintained
7927 F:      drivers/video/fbdev/aty/radeon*
7928 F:      include/uapi/linux/radeonfb.h
7929
7930 RADIOSHARK RADIO DRIVER
7931 M:      Hans de Goede <hdegoede@redhat.com>
7932 L:      linux-media@vger.kernel.org
7933 T:      git git://linuxtv.org/media_tree.git
7934 S:      Maintained
7935 F:      drivers/media/radio/radio-shark.c
7936
7937 RADIOSHARK2 RADIO DRIVER
7938 M:      Hans de Goede <hdegoede@redhat.com>
7939 L:      linux-media@vger.kernel.org
7940 T:      git git://linuxtv.org/media_tree.git
7941 S:      Maintained
7942 F:      drivers/media/radio/radio-shark2.c
7943 F:      drivers/media/radio/radio-tea5777.c
7944
7945 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7946 M:      Paul Mackerras <paulus@samba.org>
7947 L:      linux-fbdev@vger.kernel.org
7948 S:      Maintained
7949 F:      drivers/video/fbdev/aty/aty128fb.c
7950
7951 RALINK RT2X00 WIRELESS LAN DRIVER
7952 P:      rt2x00 project
7953 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7954 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7955 L:      linux-wireless@vger.kernel.org
7956 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7957 W:      http://rt2x00.serialmonkey.com/
7958 S:      Maintained
7959 F:      drivers/net/wireless/rt2x00/
7960
7961 RAMDISK RAM BLOCK DEVICE DRIVER
7962 M:      Nick Piggin <npiggin@kernel.dk>
7963 S:      Maintained
7964 F:      Documentation/blockdev/ramdisk.txt
7965 F:      drivers/block/brd.c
7966
7967 RANDOM NUMBER DRIVER
7968 M:      "Theodore Ts'o" <tytso@mit.edu>
7969 S:      Maintained
7970 F:      drivers/char/random.c
7971
7972 RAPIDIO SUBSYSTEM
7973 M:      Matt Porter <mporter@kernel.crashing.org>
7974 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7975 S:      Maintained
7976 F:      drivers/rapidio/
7977
7978 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7979 L:      linux-wireless@vger.kernel.org
7980 S:      Orphan
7981 F:      drivers/net/wireless/ray*
7982
7983 RCUTORTURE MODULE
7984 M:      Josh Triplett <josh@joshtriplett.org>
7985 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7986 L:      linux-kernel@vger.kernel.org
7987 S:      Supported
7988 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7989 F:      Documentation/RCU/torture.txt
7990 F:      kernel/rcu/rcutorture.c
7991
7992 RCUTORTURE TEST FRAMEWORK
7993 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7994 M:      Josh Triplett <josh@joshtriplett.org>
7995 R:      Steven Rostedt <rostedt@goodmis.org>
7996 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7997 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7998 L:      linux-kernel@vger.kernel.org
7999 S:      Supported
8000 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8001 F:      tools/testing/selftests/rcutorture
8002
8003 RDC R-321X SoC
8004 M:      Florian Fainelli <florian@openwrt.org>
8005 S:      Maintained
8006
8007 RDC R6040 FAST ETHERNET DRIVER
8008 M:      Florian Fainelli <florian@openwrt.org>
8009 L:      netdev@vger.kernel.org
8010 S:      Maintained
8011 F:      drivers/net/ethernet/rdc/r6040.c
8012
8013 RDS - RELIABLE DATAGRAM SOCKETS
8014 M:      Chien Yen <chien.yen@oracle.com>
8015 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8016 S:      Supported
8017 F:      net/rds/
8018
8019 READ-COPY UPDATE (RCU)
8020 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8021 M:      Josh Triplett <josh@joshtriplett.org>
8022 R:      Steven Rostedt <rostedt@goodmis.org>
8023 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8024 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8025 L:      linux-kernel@vger.kernel.org
8026 W:      http://www.rdrop.com/users/paulmck/RCU/
8027 S:      Supported
8028 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8029 F:      Documentation/RCU/
8030 X:      Documentation/RCU/torture.txt
8031 F:      include/linux/rcu*
8032 X:      include/linux/srcu.h
8033 F:      kernel/rcu/
8034 X:      kernel/torture.c
8035
8036 REAL TIME CLOCK (RTC) SUBSYSTEM
8037 M:      Alessandro Zummo <a.zummo@towertech.it>
8038 L:      rtc-linux@googlegroups.com
8039 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8040 S:      Maintained
8041 F:      Documentation/rtc.txt
8042 F:      drivers/rtc/
8043 F:      include/linux/rtc.h
8044 F:      include/uapi/linux/rtc.h
8045
8046 REALTEK AUDIO CODECS
8047 M:      Bard Liao <bardliao@realtek.com>
8048 M:      Oder Chiou <oder_chiou@realtek.com>
8049 S:      Maintained
8050 F:      sound/soc/codecs/rt*
8051 F:      include/sound/rt*.h
8052
8053 REISERFS FILE SYSTEM
8054 L:      reiserfs-devel@vger.kernel.org
8055 S:      Supported
8056 F:      fs/reiserfs/
8057
8058 REGISTER MAP ABSTRACTION
8059 M:      Mark Brown <broonie@kernel.org>
8060 L:      linux-kernel@vger.kernel.org
8061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8062 S:      Supported
8063 F:      drivers/base/regmap/
8064 F:      include/linux/regmap.h
8065
8066 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8067 M:      Ohad Ben-Cohen <ohad@wizery.com>
8068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8069 S:      Maintained
8070 F:      drivers/remoteproc/
8071 F:      Documentation/remoteproc.txt
8072 F:      include/linux/remoteproc.h
8073
8074 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8075 M:      Ohad Ben-Cohen <ohad@wizery.com>
8076 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8077 S:      Maintained
8078 F:      drivers/rpmsg/
8079 F:      Documentation/rpmsg.txt
8080 F:      include/linux/rpmsg.h
8081
8082 RESET CONTROLLER FRAMEWORK
8083 M:      Philipp Zabel <p.zabel@pengutronix.de>
8084 S:      Maintained
8085 F:      drivers/reset/
8086 F:      Documentation/devicetree/bindings/reset/
8087 F:      include/linux/reset.h
8088 F:      include/linux/reset-controller.h
8089
8090 RFKILL
8091 M:      Johannes Berg <johannes@sipsolutions.net>
8092 L:      linux-wireless@vger.kernel.org
8093 W:      http://wireless.kernel.org/
8094 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8096 S:      Maintained
8097 F:      Documentation/rfkill.txt
8098 F:      net/rfkill/
8099
8100 RICOH SMARTMEDIA/XD DRIVER
8101 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8102 S:      Maintained
8103 F:      drivers/mtd/nand/r852.c
8104 F:      drivers/mtd/nand/r852.h
8105
8106 RICOH R5C592 MEMORYSTICK DRIVER
8107 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8108 S:      Maintained
8109 F:      drivers/memstick/host/r592.*
8110
8111 ROCCAT DRIVERS
8112 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8113 W:      http://sourceforge.net/projects/roccat/
8114 S:      Maintained
8115 F:      drivers/hid/hid-roccat*
8116 F:      include/linux/hid-roccat*
8117 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8118
8119 ROCKER DRIVER
8120 M:      Jiri Pirko <jiri@resnulli.us>
8121 M:      Scott Feldman <sfeldma@gmail.com>
8122 L:      netdev@vger.kernel.org
8123 S:      Supported
8124 F:      drivers/net/ethernet/rocker/
8125
8126 ROCKETPORT DRIVER
8127 P:      Comtrol Corp.
8128 W:      http://www.comtrol.com
8129 S:      Maintained
8130 F:      Documentation/serial/rocket.txt
8131 F:      drivers/tty/rocket*
8132
8133 ROCKETPORT EXPRESS/INFINITY DRIVER
8134 M:      Kevin Cernekee <cernekee@gmail.com>
8135 L:      linux-serial@vger.kernel.org
8136 S:      Odd Fixes
8137 F:      drivers/tty/serial/rp2.*
8138
8139 ROSE NETWORK LAYER
8140 M:      Ralf Baechle <ralf@linux-mips.org>
8141 L:      linux-hams@vger.kernel.org
8142 W:      http://www.linux-ax25.org/
8143 S:      Maintained
8144 F:      include/net/rose.h
8145 F:      include/uapi/linux/rose.h
8146 F:      net/rose/
8147
8148 RTL2830 MEDIA DRIVER
8149 M:      Antti Palosaari <crope@iki.fi>
8150 L:      linux-media@vger.kernel.org
8151 W:      http://linuxtv.org/
8152 W:      http://palosaari.fi/linux/
8153 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8154 T:      git git://linuxtv.org/anttip/media_tree.git
8155 S:      Maintained
8156 F:      drivers/media/dvb-frontends/rtl2830*
8157
8158 RTL2832 MEDIA DRIVER
8159 M:      Antti Palosaari <crope@iki.fi>
8160 L:      linux-media@vger.kernel.org
8161 W:      http://linuxtv.org/
8162 W:      http://palosaari.fi/linux/
8163 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8164 T:      git git://linuxtv.org/anttip/media_tree.git
8165 S:      Maintained
8166 F:      drivers/media/dvb-frontends/rtl2832*
8167
8168 RTL2832_SDR MEDIA DRIVER
8169 M:      Antti Palosaari <crope@iki.fi>
8170 L:      linux-media@vger.kernel.org
8171 W:      http://linuxtv.org/
8172 W:      http://palosaari.fi/linux/
8173 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8174 T:      git git://linuxtv.org/anttip/media_tree.git
8175 S:      Maintained
8176 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8177
8178 RTL8180 WIRELESS DRIVER
8179 L:      linux-wireless@vger.kernel.org
8180 W:      http://wireless.kernel.org/
8181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8182 S:      Orphan
8183 F:      drivers/net/wireless/rtl818x/rtl8180/
8184
8185 RTL8187 WIRELESS DRIVER
8186 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8187 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8188 M:      Larry Finger <Larry.Finger@lwfinger.net>
8189 L:      linux-wireless@vger.kernel.org
8190 W:      http://wireless.kernel.org/
8191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8192 S:      Maintained
8193 F:      drivers/net/wireless/rtl818x/rtl8187/
8194
8195 RTL8192CE WIRELESS DRIVER
8196 M:      Larry Finger <Larry.Finger@lwfinger.net>
8197 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8198 L:      linux-wireless@vger.kernel.org
8199 W:      http://wireless.kernel.org/
8200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8201 S:      Maintained
8202 F:      drivers/net/wireless/rtlwifi/
8203 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8204
8205 S3 SAVAGE FRAMEBUFFER DRIVER
8206 M:      Antonino Daplas <adaplas@gmail.com>
8207 L:      linux-fbdev@vger.kernel.org
8208 S:      Maintained
8209 F:      drivers/video/fbdev/savage/
8210
8211 S390
8212 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8213 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8214 M:      linux390@de.ibm.com
8215 L:      linux-s390@vger.kernel.org
8216 W:      http://www.ibm.com/developerworks/linux/linux390/
8217 S:      Supported
8218 F:      arch/s390/
8219 F:      drivers/s390/
8220 F:      Documentation/s390/
8221 F:      Documentation/DocBook/s390*
8222
8223 S390 COMMON I/O LAYER
8224 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8225 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8226 L:      linux-s390@vger.kernel.org
8227 W:      http://www.ibm.com/developerworks/linux/linux390/
8228 S:      Supported
8229 F:      drivers/s390/cio/
8230
8231 S390 DASD DRIVER
8232 M:      Stefan Weinhuber <wein@de.ibm.com>
8233 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8234 L:      linux-s390@vger.kernel.org
8235 W:      http://www.ibm.com/developerworks/linux/linux390/
8236 S:      Supported
8237 F:      drivers/s390/block/dasd*
8238 F:      block/partitions/ibm.c
8239
8240 S390 NETWORK DRIVERS
8241 M:      Ursula Braun <ursula.braun@de.ibm.com>
8242 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8243 M:      linux390@de.ibm.com
8244 L:      linux-s390@vger.kernel.org
8245 W:      http://www.ibm.com/developerworks/linux/linux390/
8246 S:      Supported
8247 F:      drivers/s390/net/
8248
8249 S390 PCI SUBSYSTEM
8250 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8251 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8252 L:      linux-s390@vger.kernel.org
8253 W:      http://www.ibm.com/developerworks/linux/linux390/
8254 S:      Supported
8255 F:      arch/s390/pci/
8256 F:      drivers/pci/hotplug/s390_pci_hpc.c
8257
8258 S390 ZCRYPT DRIVER
8259 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8260 M:      linux390@de.ibm.com
8261 L:      linux-s390@vger.kernel.org
8262 W:      http://www.ibm.com/developerworks/linux/linux390/
8263 S:      Supported
8264 F:      drivers/s390/crypto/
8265
8266 S390 ZFCP DRIVER
8267 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8268 M:      linux390@de.ibm.com
8269 L:      linux-s390@vger.kernel.org
8270 W:      http://www.ibm.com/developerworks/linux/linux390/
8271 S:      Supported
8272 F:      drivers/s390/scsi/zfcp_*
8273
8274 S390 IUCV NETWORK LAYER
8275 M:      Ursula Braun <ursula.braun@de.ibm.com>
8276 M:      linux390@de.ibm.com
8277 L:      linux-s390@vger.kernel.org
8278 W:      http://www.ibm.com/developerworks/linux/linux390/
8279 S:      Supported
8280 F:      drivers/s390/net/*iucv*
8281 F:      include/net/iucv/
8282 F:      net/iucv/
8283
8284 S3C24XX SD/MMC Driver
8285 M:      Ben Dooks <ben-linux@fluff.org>
8286 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8287 S:      Supported
8288 F:      drivers/mmc/host/s3cmci.*
8289
8290 SAA6588 RDS RECEIVER DRIVER
8291 M:      Hans Verkuil <hverkuil@xs4all.nl>
8292 L:      linux-media@vger.kernel.org
8293 T:      git git://linuxtv.org/media_tree.git
8294 W:      http://linuxtv.org
8295 S:      Odd Fixes
8296 F:      drivers/media/i2c/saa6588*
8297
8298 SAA7134 VIDEO4LINUX DRIVER
8299 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8300 L:      linux-media@vger.kernel.org
8301 W:      http://linuxtv.org
8302 T:      git git://linuxtv.org/media_tree.git
8303 S:      Odd fixes
8304 F:      Documentation/video4linux/*.saa7134
8305 F:      drivers/media/pci/saa7134/
8306
8307 SAA7146 VIDEO4LINUX-2 DRIVER
8308 M:      Hans Verkuil <hverkuil@xs4all.nl>
8309 L:      linux-media@vger.kernel.org
8310 T:      git git://linuxtv.org/media_tree.git
8311 S:      Maintained
8312 F:      drivers/media/common/saa7146/
8313 F:      drivers/media/pci/saa7146/
8314 F:      include/media/saa7146*
8315
8316 SAMSUNG LAPTOP DRIVER
8317 M:      Corentin Chary <corentin.chary@gmail.com>
8318 L:      platform-driver-x86@vger.kernel.org
8319 S:      Maintained
8320 F:      drivers/platform/x86/samsung-laptop.c
8321
8322 SAMSUNG AUDIO (ASoC) DRIVERS
8323 M:      Sangbeom Kim <sbkim73@samsung.com>
8324 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8325 S:      Supported
8326 F:      sound/soc/samsung/
8327
8328 SAMSUNG FRAMEBUFFER DRIVER
8329 M:      Jingoo Han <jg1.han@samsung.com>
8330 L:      linux-fbdev@vger.kernel.org
8331 S:      Maintained
8332 F:      drivers/video/fbdev/s3c-fb.c
8333
8334 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8335 M:      Sangbeom Kim <sbkim73@samsung.com>
8336 L:      linux-kernel@vger.kernel.org
8337 S:      Supported
8338 F:      drivers/mfd/sec*.c
8339 F:      drivers/regulator/s2m*.c
8340 F:      drivers/regulator/s5m*.c
8341 F:      include/linux/mfd/samsung/
8342
8343 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8344 M:      Kyungmin Park <kyungmin.park@samsung.com>
8345 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8346 L:      linux-media@vger.kernel.org
8347 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8348 S:      Supported
8349 F:      drivers/media/platform/exynos4-is/
8350
8351 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8352 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8353 L:      linux-media@vger.kernel.org
8354 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8355 S:      Maintained
8356 F:      drivers/media/platform/s3c-camif/
8357 F:      include/media/s3c_camif.h
8358
8359 SAMSUNG S5C73M3 CAMERA DRIVER
8360 M:      Kyungmin Park <kyungmin.park@samsung.com>
8361 M:      Andrzej Hajda <a.hajda@samsung.com>
8362 L:      linux-media@vger.kernel.org
8363 S:      Supported
8364 F:      drivers/media/i2c/s5c73m3/*
8365
8366 SAMSUNG S5K5BAF CAMERA DRIVER
8367 M:      Kyungmin Park <kyungmin.park@samsung.com>
8368 M:      Andrzej Hajda <a.hajda@samsung.com>
8369 L:      linux-media@vger.kernel.org
8370 S:      Supported
8371 F:      drivers/media/i2c/s5k5baf.c
8372
8373 SAMSUNG SOC CLOCK DRIVERS
8374 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8375 M:      Tomasz Figa <tomasz.figa@gmail.com>
8376 S:      Supported
8377 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8378 F:      drivers/clk/samsung/
8379
8380 SAMSUNG SXGBE DRIVERS
8381 M:      Byungho An <bh74.an@samsung.com>
8382 M:      Girish K S <ks.giri@samsung.com>
8383 M:      Vipul Pandya <vipul.pandya@samsung.com>
8384 S:      Supported
8385 L:      netdev@vger.kernel.org
8386 F:      drivers/net/ethernet/samsung/sxgbe/
8387
8388 SAMSUNG USB2 PHY DRIVER
8389 M:      Kamil Debski <k.debski@samsung.com>
8390 L:      linux-kernel@vger.kernel.org
8391 S:      Supported
8392 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8393 F:      Documentation/phy/samsung-usb2.txt
8394 F:      drivers/phy/phy-exynos4210-usb2.c
8395 F:      drivers/phy/phy-exynos4x12-usb2.c
8396 F:      drivers/phy/phy-exynos5250-usb2.c
8397 F:      drivers/phy/phy-s5pv210-usb2.c
8398 F:      drivers/phy/phy-samsung-usb2.c
8399 F:      drivers/phy/phy-samsung-usb2.h
8400
8401 SERIAL DRIVERS
8402 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8403 L:      linux-serial@vger.kernel.org
8404 S:      Maintained
8405 F:      drivers/tty/serial/
8406
8407 SYNOPSYS DESIGNWARE DMAC DRIVER
8408 M:      Viresh Kumar <viresh.linux@gmail.com>
8409 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8410 S:      Maintained
8411 F:      include/linux/platform_data/dma-dw.h
8412 F:      drivers/dma/dw/
8413
8414 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8415 M:      Seungwon Jeon <tgih.jun@samsung.com>
8416 M:      Jaehoon Chung <jh80.chung@samsung.com>
8417 L:      linux-mmc@vger.kernel.org
8418 S:      Maintained
8419 F:      include/linux/mmc/dw_mmc.h
8420 F:      drivers/mmc/host/dw_mmc*
8421
8422 THUNDERBOLT DRIVER
8423 M:      Andreas Noever <andreas.noever@gmail.com>
8424 S:      Maintained
8425 F:      drivers/thunderbolt/
8426
8427 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8428 M:      John Stultz <john.stultz@linaro.org>
8429 M:      Thomas Gleixner <tglx@linutronix.de>
8430 L:      linux-kernel@vger.kernel.org
8431 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8432 S:      Supported
8433 F:      include/linux/clocksource.h
8434 F:      include/linux/time.h
8435 F:      include/linux/timex.h
8436 F:      include/uapi/linux/time.h
8437 F:      include/uapi/linux/timex.h
8438 F:      kernel/time/clocksource.c
8439 F:      kernel/time/time*.c
8440 F:      kernel/time/ntp.c
8441
8442 TLG2300 VIDEO4LINUX-2 DRIVER
8443 M:      Huang Shijie <shijie8@gmail.com>
8444 M:      Hans Verkuil <hverkuil@xs4all.nl>
8445 S:      Odd Fixes
8446 F:      drivers/media/usb/tlg2300/
8447
8448 SC1200 WDT DRIVER
8449 M:      Zwane Mwaikambo <zwanem@gmail.com>
8450 S:      Maintained
8451 F:      drivers/watchdog/sc1200wdt.c
8452
8453 SCHEDULER
8454 M:      Ingo Molnar <mingo@redhat.com>
8455 M:      Peter Zijlstra <peterz@infradead.org>
8456 L:      linux-kernel@vger.kernel.org
8457 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8458 S:      Maintained
8459 F:      kernel/sched/
8460 F:      include/linux/sched.h
8461 F:      include/uapi/linux/sched.h
8462 F:      include/linux/wait.h
8463
8464 SCORE ARCHITECTURE
8465 M:      Chen Liqin <liqin.linux@gmail.com>
8466 M:      Lennox Wu <lennox.wu@gmail.com>
8467 W:      http://www.sunplus.com
8468 S:      Supported
8469 F:      arch/score/
8470
8471 SCSI CDROM DRIVER
8472 M:      Jens Axboe <axboe@kernel.dk>
8473 L:      linux-scsi@vger.kernel.org
8474 W:      http://www.kernel.dk
8475 S:      Maintained
8476 F:      drivers/scsi/sr*
8477
8478 SCSI RDMA PROTOCOL (SRP) INITIATOR
8479 M:      Bart Van Assche <bvanassche@acm.org>
8480 L:      linux-rdma@vger.kernel.org
8481 S:      Supported
8482 W:      http://www.openfabrics.org
8483 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8485 F:      drivers/infiniband/ulp/srp/
8486 F:      include/scsi/srp.h
8487
8488 SCSI SG DRIVER
8489 M:      Doug Gilbert <dgilbert@interlog.com>
8490 L:      linux-scsi@vger.kernel.org
8491 W:      http://sg.danny.cz/sg
8492 S:      Maintained
8493 F:      Documentation/scsi/scsi-generic.txt
8494 F:      drivers/scsi/sg.c
8495 F:      include/scsi/sg.h
8496
8497 SCSI SUBSYSTEM
8498 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8499 L:      linux-scsi@vger.kernel.org
8500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8501 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8503 S:      Maintained
8504 F:      drivers/scsi/
8505 F:      include/scsi/
8506
8507 SCSI TAPE DRIVER
8508 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8509 L:      linux-scsi@vger.kernel.org
8510 S:      Maintained
8511 F:      Documentation/scsi/st.txt
8512 F:      drivers/scsi/st.*
8513 F:      drivers/scsi/st_*.h
8514
8515 SCTP PROTOCOL
8516 M:      Vlad Yasevich <vyasevich@gmail.com>
8517 M:      Neil Horman <nhorman@tuxdriver.com>
8518 L:      linux-sctp@vger.kernel.org
8519 W:      http://lksctp.sourceforge.net
8520 S:      Maintained
8521 F:      Documentation/networking/sctp.txt
8522 F:      include/linux/sctp.h
8523 F:      include/uapi/linux/sctp.h
8524 F:      include/net/sctp/
8525 F:      net/sctp/
8526
8527 SCx200 CPU SUPPORT
8528 M:      Jim Cromie <jim.cromie@gmail.com>
8529 S:      Odd Fixes
8530 F:      Documentation/i2c/busses/scx200_acb
8531 F:      arch/x86/platform/scx200/
8532 F:      drivers/watchdog/scx200_wdt.c
8533 F:      drivers/i2c/busses/scx200*
8534 F:      drivers/mtd/maps/scx200_docflash.c
8535 F:      include/linux/scx200.h
8536
8537 SCx200 GPIO DRIVER
8538 M:      Jim Cromie <jim.cromie@gmail.com>
8539 S:      Maintained
8540 F:      drivers/char/scx200_gpio.c
8541 F:      include/linux/scx200_gpio.h
8542
8543 SCx200 HRT CLOCKSOURCE DRIVER
8544 M:      Jim Cromie <jim.cromie@gmail.com>
8545 S:      Maintained
8546 F:      drivers/clocksource/scx200_hrt.c
8547
8548 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8549 M:      Sascha Sommer <saschasommer@freenet.de>
8550 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8551 S:      Maintained
8552 F:      drivers/mmc/host/sdricoh_cs.c
8553
8554 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8555 M:      Chris Ball <chris@printf.net>
8556 L:      linux-mmc@vger.kernel.org
8557 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8558 S:      Maintained
8559 F:      drivers/mmc/host/sdhci.*
8560 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8561
8562 SECURE COMPUTING
8563 M:      Kees Cook <keescook@chromium.org>
8564 R:      Andy Lutomirski <luto@amacapital.net>
8565 R:      Will Drewry <wad@chromium.org>
8566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8567 S:      Supported
8568 F:      kernel/seccomp.c
8569 F:      include/uapi/linux/seccomp.h
8570 F:      include/linux/seccomp.h
8571 K:      \bsecure_computing
8572 K:      \bTIF_SECCOMP\b
8573
8574 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8575 M:      Anton Vorontsov <anton@enomsg.org>
8576 L:      linuxppc-dev@lists.ozlabs.org
8577 L:      linux-mmc@vger.kernel.org
8578 S:      Maintained
8579 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8580
8581 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8582 M:      Ben Dooks <ben-linux@fluff.org>
8583 L:      linux-mmc@vger.kernel.org
8584 S:      Maintained
8585 F:      drivers/mmc/host/sdhci-s3c.c
8586
8587 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8588 M:      Viresh Kumar <viresh.linux@gmail.com>
8589 L:      spear-devel@list.st.com
8590 L:      linux-mmc@vger.kernel.org
8591 S:      Maintained
8592 F:      drivers/mmc/host/sdhci-spear.c
8593
8594 SECURITY SUBSYSTEM
8595 M:      James Morris <james.l.morris@oracle.com>
8596 M:      Serge E. Hallyn <serge@hallyn.com>
8597 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8598 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8599 W:      http://kernsec.org/
8600 S:      Supported
8601 F:      security/
8602
8603 SECURITY CONTACT
8604 M:      Security Officers <security@kernel.org>
8605 S:      Supported
8606
8607 SELINUX SECURITY MODULE
8608 M:      Paul Moore <paul@paul-moore.com>
8609 M:      Stephen Smalley <sds@tycho.nsa.gov>
8610 M:      Eric Paris <eparis@parisplace.org>
8611 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8612 W:      http://selinuxproject.org
8613 T:      git git://git.infradead.org/users/pcmoore/selinux
8614 S:      Supported
8615 F:      include/linux/selinux*
8616 F:      security/selinux/
8617 F:      scripts/selinux/
8618
8619 APPARMOR SECURITY MODULE
8620 M:      John Johansen <john.johansen@canonical.com>
8621 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8622 W:      apparmor.wiki.kernel.org
8623 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8624 S:      Supported
8625 F:      security/apparmor/
8626
8627 SENSABLE PHANTOM
8628 M:      Jiri Slaby <jirislaby@gmail.com>
8629 S:      Maintained
8630 F:      drivers/misc/phantom.c
8631 F:      include/uapi/linux/phantom.h
8632
8633 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8634 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8635 L:      linux-scsi@vger.kernel.org
8636 W:      http://www.emulex.com
8637 S:      Supported
8638 F:      drivers/scsi/be2iscsi/
8639
8640 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8641 M:      Sathya Perla <sathya.perla@emulex.com>
8642 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8643 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8644 L:      netdev@vger.kernel.org
8645 W:      http://www.emulex.com
8646 S:      Supported
8647 F:      drivers/net/ethernet/emulex/benet/
8648
8649 SFC NETWORK DRIVER
8650 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8651 M:      Shradha Shah <sshah@solarflare.com>
8652 L:      netdev@vger.kernel.org
8653 S:      Supported
8654 F:      drivers/net/ethernet/sfc/
8655
8656 SGI GRU DRIVER
8657 M:      Dimitri Sivanich <sivanich@sgi.com>
8658 S:      Maintained
8659 F:      drivers/misc/sgi-gru/
8660
8661 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8662 M:      Pat Gefre <pfg@sgi.com>
8663 L:      linux-ia64@vger.kernel.org
8664 S:      Supported
8665 F:      Documentation/ia64/serial.txt
8666 F:      drivers/tty/serial/ioc?_serial.c
8667 F:      include/linux/ioc?.h
8668
8669 SGI XP/XPC/XPNET DRIVER
8670 M:      Cliff Whickman <cpw@sgi.com>
8671 M:      Robin Holt <robinmholt@gmail.com>
8672 S:      Maintained
8673 F:      drivers/misc/sgi-xp/
8674
8675 SI2157 MEDIA DRIVER
8676 M:      Antti Palosaari <crope@iki.fi>
8677 L:      linux-media@vger.kernel.org
8678 W:      http://linuxtv.org/
8679 W:      http://palosaari.fi/linux/
8680 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8681 T:      git git://linuxtv.org/anttip/media_tree.git
8682 S:      Maintained
8683 F:      drivers/media/tuners/si2157*
8684
8685 SI2168 MEDIA DRIVER
8686 M:      Antti Palosaari <crope@iki.fi>
8687 L:      linux-media@vger.kernel.org
8688 W:      http://linuxtv.org/
8689 W:      http://palosaari.fi/linux/
8690 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8691 T:      git git://linuxtv.org/anttip/media_tree.git
8692 S:      Maintained
8693 F:      drivers/media/dvb-frontends/si2168*
8694
8695 SI470X FM RADIO RECEIVER I2C DRIVER
8696 M:      Hans Verkuil <hverkuil@xs4all.nl>
8697 L:      linux-media@vger.kernel.org
8698 T:      git git://linuxtv.org/media_tree.git
8699 W:      http://linuxtv.org
8700 S:      Odd Fixes
8701 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8702
8703 SI470X FM RADIO RECEIVER USB DRIVER
8704 M:      Hans Verkuil <hverkuil@xs4all.nl>
8705 L:      linux-media@vger.kernel.org
8706 T:      git git://linuxtv.org/media_tree.git
8707 W:      http://linuxtv.org
8708 S:      Maintained
8709 F:      drivers/media/radio/si470x/radio-si470x-common.c
8710 F:      drivers/media/radio/si470x/radio-si470x.h
8711 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8712
8713 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8714 M:      Eduardo Valentin <edubezval@gmail.com>
8715 L:      linux-media@vger.kernel.org
8716 T:      git git://linuxtv.org/media_tree.git
8717 W:      http://linuxtv.org
8718 S:      Odd Fixes
8719 F:      drivers/media/radio/si4713/si4713.?
8720
8721 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8722 M:      Eduardo Valentin <edubezval@gmail.com>
8723 L:      linux-media@vger.kernel.org
8724 T:      git git://linuxtv.org/media_tree.git
8725 W:      http://linuxtv.org
8726 S:      Odd Fixes
8727 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8728
8729 SI4713 FM RADIO TRANSMITTER USB DRIVER
8730 M:      Hans Verkuil <hverkuil@xs4all.nl>
8731 L:      linux-media@vger.kernel.org
8732 T:      git git://linuxtv.org/media_tree.git
8733 W:      http://linuxtv.org
8734 S:      Maintained
8735 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8736
8737 SIANO DVB DRIVER
8738 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8739 L:      linux-media@vger.kernel.org
8740 W:      http://linuxtv.org
8741 T:      git git://linuxtv.org/media_tree.git
8742 S:      Odd fixes
8743 F:      drivers/media/common/siano/
8744 F:      drivers/media/usb/siano/
8745 F:      drivers/media/usb/siano/
8746 F:      drivers/media/mmc/siano/
8747
8748 SIMPLEFB FB DRIVER
8749 M:      Hans de Goede <hdegoede@redhat.com>
8750 L:      linux-fbdev@vger.kernel.org
8751 S:      Maintained
8752 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8753 F:      drivers/video/fbdev/simplefb.c
8754 F:      include/linux/platform_data/simplefb.h
8755
8756 SH_VEU V4L2 MEM2MEM DRIVER
8757 L:      linux-media@vger.kernel.org
8758 S:      Orphan
8759 F:      drivers/media/platform/sh_veu.c
8760
8761 SH_VOU V4L2 OUTPUT DRIVER
8762 L:      linux-media@vger.kernel.org
8763 S:      Orphan
8764 F:      drivers/media/platform/sh_vou.c
8765 F:      include/media/sh_vou.h
8766
8767 SIMPLE FIRMWARE INTERFACE (SFI)
8768 M:      Len Brown <lenb@kernel.org>
8769 L:      sfi-devel@simplefirmware.org
8770 W:      http://simplefirmware.org/
8771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8772 S:      Supported
8773 F:      arch/x86/platform/sfi/
8774 F:      drivers/sfi/
8775 F:      include/linux/sfi*.h
8776
8777 SIMTEC EB110ATX (Chalice CATS)
8778 P:      Ben Dooks
8779 P:      Vincent Sanders <vince@simtec.co.uk>
8780 M:      Simtec Linux Team <linux@simtec.co.uk>
8781 W:      http://www.simtec.co.uk/products/EB110ATX/
8782 S:      Supported
8783
8784 SIMTEC EB2410ITX (BAST)
8785 P:      Ben Dooks
8786 P:      Vincent Sanders <vince@simtec.co.uk>
8787 M:      Simtec Linux Team <linux@simtec.co.uk>
8788 W:      http://www.simtec.co.uk/products/EB2410ITX/
8789 S:      Supported
8790 F:      arch/arm/mach-s3c24xx/mach-bast.c
8791 F:      arch/arm/mach-s3c24xx/bast-ide.c
8792 F:      arch/arm/mach-s3c24xx/bast-irq.c
8793
8794 TI DAVINCI MACHINE SUPPORT
8795 M:      Sekhar Nori <nsekhar@ti.com>
8796 M:      Kevin Hilman <khilman@deeprootsystems.com>
8797 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8798 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8799 S:      Supported
8800 F:      arch/arm/mach-davinci/
8801 F:      drivers/i2c/busses/i2c-davinci.c
8802
8803 TI DAVINCI SERIES MEDIA DRIVER
8804 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8805 L:      linux-media@vger.kernel.org
8806 W:      http://linuxtv.org/
8807 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8808 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8809 S:      Maintained
8810 F:      drivers/media/platform/davinci/
8811 F:      include/media/davinci/
8812
8813 SIS 190 ETHERNET DRIVER
8814 M:      Francois Romieu <romieu@fr.zoreil.com>
8815 L:      netdev@vger.kernel.org
8816 S:      Maintained
8817 F:      drivers/net/ethernet/sis/sis190.c
8818
8819 SIS 900/7016 FAST ETHERNET DRIVER
8820 M:      Daniele Venzano <venza@brownhat.org>
8821 W:      http://www.brownhat.org/sis900.html
8822 L:      netdev@vger.kernel.org
8823 S:      Maintained
8824 F:      drivers/net/ethernet/sis/sis900.*
8825
8826 SIS FRAMEBUFFER DRIVER
8827 M:      Thomas Winischhofer <thomas@winischhofer.net>
8828 W:      http://www.winischhofer.net/linuxsisvga.shtml
8829 S:      Maintained
8830 F:      Documentation/fb/sisfb.txt
8831 F:      drivers/video/fbdev/sis/
8832 F:      include/video/sisfb.h
8833
8834 SIS USB2VGA DRIVER
8835 M:      Thomas Winischhofer <thomas@winischhofer.net>
8836 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8837 S:      Maintained
8838 F:      drivers/usb/misc/sisusbvga/
8839
8840 SLAB ALLOCATOR
8841 M:      Christoph Lameter <cl@linux.com>
8842 M:      Pekka Enberg <penberg@kernel.org>
8843 M:      David Rientjes <rientjes@google.com>
8844 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8845 M:      Andrew Morton <akpm@linux-foundation.org>
8846 L:      linux-mm@kvack.org
8847 S:      Maintained
8848 F:      include/linux/sl?b*.h
8849 F:      mm/sl?b*
8850
8851 SLEEPABLE READ-COPY UPDATE (SRCU)
8852 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8853 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8854 M:      Josh Triplett <josh@joshtriplett.org>
8855 R:      Steven Rostedt <rostedt@goodmis.org>
8856 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8857 L:      linux-kernel@vger.kernel.org
8858 W:      http://www.rdrop.com/users/paulmck/RCU/
8859 S:      Supported
8860 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8861 F:      include/linux/srcu.h
8862 F:      kernel/rcu/srcu.c
8863
8864 SMACK SECURITY MODULE
8865 M:      Casey Schaufler <casey@schaufler-ca.com>
8866 L:      linux-security-module@vger.kernel.org
8867 W:      http://schaufler-ca.com
8868 T:      git git://git.gitorious.org/smack-next/kernel.git
8869 S:      Maintained
8870 F:      Documentation/security/Smack.txt
8871 F:      security/smack/
8872
8873 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8874 M:      Kevin Hilman <khilman@kernel.org>
8875 M:      Nishanth Menon <nm@ti.com>
8876 S:      Maintained
8877 F:      drivers/power/avs/
8878 F:      include/linux/power/smartreflex.h
8879 L:      linux-pm@vger.kernel.org
8880
8881 SMC91x ETHERNET DRIVER
8882 M:      Nicolas Pitre <nico@fluxnic.net>
8883 S:      Odd Fixes
8884 F:      drivers/net/ethernet/smsc/smc91x.*
8885
8886 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8887 M:      Sakari Ailus <sakari.ailus@iki.fi>
8888 L:      linux-media@vger.kernel.org
8889 S:      Maintained
8890 F:      drivers/media/i2c/smiapp/
8891 F:      include/media/smiapp.h
8892 F:      drivers/media/i2c/smiapp-pll.c
8893 F:      drivers/media/i2c/smiapp-pll.h
8894
8895 SMM665 HARDWARE MONITOR DRIVER
8896 M:      Guenter Roeck <linux@roeck-us.net>
8897 L:      lm-sensors@lm-sensors.org
8898 S:      Maintained
8899 F:      Documentation/hwmon/smm665
8900 F:      drivers/hwmon/smm665.c
8901
8902 SMSC EMC2103 HARDWARE MONITOR DRIVER
8903 M:      Steve Glendinning <steve.glendinning@shawell.net>
8904 L:      lm-sensors@lm-sensors.org
8905 S:      Maintained
8906 F:      Documentation/hwmon/emc2103
8907 F:      drivers/hwmon/emc2103.c
8908
8909 SMSC SCH5627 HARDWARE MONITOR DRIVER
8910 M:      Hans de Goede <hdegoede@redhat.com>
8911 L:      lm-sensors@lm-sensors.org
8912 S:      Supported
8913 F:      Documentation/hwmon/sch5627
8914 F:      drivers/hwmon/sch5627.c
8915
8916 SMSC47B397 HARDWARE MONITOR DRIVER
8917 M:      Jean Delvare <jdelvare@suse.de>
8918 L:      lm-sensors@lm-sensors.org
8919 S:      Maintained
8920 F:      Documentation/hwmon/smsc47b397
8921 F:      drivers/hwmon/smsc47b397.c
8922
8923 SMSC911x ETHERNET DRIVER
8924 M:      Steve Glendinning <steve.glendinning@shawell.net>
8925 L:      netdev@vger.kernel.org
8926 S:      Maintained
8927 F:      include/linux/smsc911x.h
8928 F:      drivers/net/ethernet/smsc/smsc911x.*
8929
8930 SMSC9420 PCI ETHERNET DRIVER
8931 M:      Steve Glendinning <steve.glendinning@shawell.net>
8932 L:      netdev@vger.kernel.org
8933 S:      Maintained
8934 F:      drivers/net/ethernet/smsc/smsc9420.*
8935
8936 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8937 M:      Steve Glendinning <steve.glendinning@shawell.net>
8938 L:      linux-fbdev@vger.kernel.org
8939 S:      Maintained
8940 F:      drivers/video/fbdev/smscufx.c
8941
8942 SOC-CAMERA V4L2 SUBSYSTEM
8943 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8944 L:      linux-media@vger.kernel.org
8945 T:      git git://linuxtv.org/media_tree.git
8946 S:      Maintained
8947 F:      include/media/soc*
8948 F:      drivers/media/i2c/soc_camera/
8949 F:      drivers/media/platform/soc_camera/
8950
8951 SOEKRIS NET48XX LED SUPPORT
8952 M:      Chris Boot <bootc@bootc.net>
8953 S:      Maintained
8954 F:      drivers/leds/leds-net48xx.c
8955
8956 SOFTLOGIC 6x10 MPEG CODEC
8957 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8958 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8959 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
8960 L:      linux-media@vger.kernel.org
8961 S:      Supported
8962 F:      drivers/media/pci/solo6x10/
8963
8964 SOFTWARE RAID (Multiple Disks) SUPPORT
8965 M:      Neil Brown <neilb@suse.de>
8966 L:      linux-raid@vger.kernel.org
8967 S:      Supported
8968 F:      drivers/md/
8969 F:      include/linux/raid/
8970 F:      include/uapi/linux/raid/
8971
8972 SONIC NETWORK DRIVER
8973 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8974 L:      netdev@vger.kernel.org
8975 S:      Maintained
8976 F:      drivers/net/ethernet/natsemi/sonic.*
8977
8978 SONICS SILICON BACKPLANE DRIVER (SSB)
8979 M:      Michael Buesch <m@bues.ch>
8980 L:      netdev@vger.kernel.org
8981 S:      Maintained
8982 F:      drivers/ssb/
8983 F:      include/linux/ssb/
8984
8985 SONY VAIO CONTROL DEVICE DRIVER
8986 M:      Mattia Dongili <malattia@linux.it>
8987 L:      platform-driver-x86@vger.kernel.org
8988 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8989 S:      Maintained
8990 F:      Documentation/laptops/sony-laptop.txt
8991 F:      drivers/char/sonypi.c
8992 F:      drivers/platform/x86/sony-laptop.c
8993 F:      include/linux/sony-laptop.h
8994
8995 SONY MEMORYSTICK CARD SUPPORT
8996 M:      Alex Dubov <oakad@yahoo.com>
8997 W:      http://tifmxx.berlios.de/
8998 S:      Maintained
8999 F:      drivers/memstick/host/tifm_ms.c
9000
9001 SONY MEMORYSTICK STANDARD SUPPORT
9002 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9003 S:      Maintained
9004 F:      drivers/memstick/core/ms_block.*
9005
9006 SOUND
9007 M:      Jaroslav Kysela <perex@perex.cz>
9008 M:      Takashi Iwai <tiwai@suse.de>
9009 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9010 W:      http://www.alsa-project.org/
9011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9012 T:      git git://git.alsa-project.org/alsa-kernel.git
9013 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9014 S:      Maintained
9015 F:      Documentation/sound/
9016 F:      include/sound/
9017 F:      include/uapi/sound/
9018 F:      sound/
9019
9020 SOUND - COMPRESSED AUDIO
9021 M:      Vinod Koul <vinod.koul@intel.com>
9022 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9023 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9024 S:      Supported
9025 F:      Documentation/sound/alsa/compress_offload.txt
9026 F:      include/sound/compress_driver.h
9027 F:      include/uapi/sound/compress_*
9028 F:      sound/core/compress_offload.c
9029 F:      sound/soc/soc-compress.c
9030
9031 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9032 M:      Liam Girdwood <lgirdwood@gmail.com>
9033 M:      Mark Brown <broonie@kernel.org>
9034 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9035 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9036 W:      http://alsa-project.org/main/index.php/ASoC
9037 S:      Supported
9038 F:      Documentation/sound/alsa/soc/
9039 F:      sound/soc/
9040 F:      include/sound/soc*
9041
9042 SOUND - DMAENGINE HELPERS
9043 M:      Lars-Peter Clausen <lars@metafoo.de>
9044 S:      Supported
9045 F:      include/sound/dmaengine_pcm.h
9046 F:      sound/core/pcm_dmaengine.c
9047 F:      sound/soc/soc-generic-dmaengine-pcm.c
9048
9049 SP2 MEDIA DRIVER
9050 M:      Olli Salonen <olli.salonen@iki.fi>
9051 L:      linux-media@vger.kernel.org
9052 W:      http://linuxtv.org/
9053 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9054 S:      Maintained
9055 F:      drivers/media/dvb-frontends/sp2*
9056
9057 SPARC + UltraSPARC (sparc/sparc64)
9058 M:      "David S. Miller" <davem@davemloft.net>
9059 L:      sparclinux@vger.kernel.org
9060 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9062 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9063 S:      Maintained
9064 F:      arch/sparc/
9065 F:      drivers/sbus/
9066
9067 SPARC SERIAL DRIVERS
9068 M:      "David S. Miller" <davem@davemloft.net>
9069 L:      sparclinux@vger.kernel.org
9070 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9072 S:      Maintained
9073 F:      include/linux/sunserialcore.h
9074 F:      drivers/tty/serial/suncore.c
9075 F:      drivers/tty/serial/sunhv.c
9076 F:      drivers/tty/serial/sunsab.c
9077 F:      drivers/tty/serial/sunsab.h
9078 F:      drivers/tty/serial/sunsu.c
9079 F:      drivers/tty/serial/sunzilog.c
9080 F:      drivers/tty/serial/sunzilog.h
9081
9082 SPARSE CHECKER
9083 M:      "Christopher Li" <sparse@chrisli.org>
9084 L:      linux-sparse@vger.kernel.org
9085 W:      https://sparse.wiki.kernel.org/
9086 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9087 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9088 S:      Maintained
9089 F:      include/linux/compiler.h
9090
9091 SPEAR PLATFORM SUPPORT
9092 M:      Viresh Kumar <viresh.linux@gmail.com>
9093 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9094 L:      spear-devel@list.st.com
9095 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9096 W:      http://www.st.com/spear
9097 S:      Maintained
9098 F:      arch/arm/mach-spear/
9099
9100 SPEAR CLOCK FRAMEWORK SUPPORT
9101 M:      Viresh Kumar <viresh.linux@gmail.com>
9102 L:      spear-devel@list.st.com
9103 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9104 W:      http://www.st.com/spear
9105 S:      Maintained
9106 F:      drivers/clk/spear/
9107
9108 SPI SUBSYSTEM
9109 M:      Mark Brown <broonie@kernel.org>
9110 L:      linux-spi@vger.kernel.org
9111 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9112 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9113 S:      Maintained
9114 F:      Documentation/spi/
9115 F:      drivers/spi/
9116 F:      include/linux/spi/
9117 F:      include/uapi/linux/spi/
9118
9119 SPIDERNET NETWORK DRIVER for CELL
9120 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9121 M:      Jens Osterkamp <jens@de.ibm.com>
9122 L:      netdev@vger.kernel.org
9123 S:      Supported
9124 F:      Documentation/networking/spider_net.txt
9125 F:      drivers/net/ethernet/toshiba/spider_net*
9126
9127 SPU FILE SYSTEM
9128 M:      Jeremy Kerr <jk@ozlabs.org>
9129 L:      linuxppc-dev@lists.ozlabs.org
9130 L:      cbe-oss-dev@lists.ozlabs.org
9131 W:      http://www.ibm.com/developerworks/power/cell/
9132 S:      Supported
9133 F:      Documentation/filesystems/spufs.txt
9134 F:      arch/powerpc/platforms/cell/spufs/
9135
9136 SQUASHFS FILE SYSTEM
9137 M:      Phillip Lougher <phillip@squashfs.org.uk>
9138 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9139 W:      http://squashfs.org.uk
9140 S:      Maintained
9141 F:      Documentation/filesystems/squashfs.txt
9142 F:      fs/squashfs/
9143
9144 SRM (Alpha) environment access
9145 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9146 S:      Maintained
9147 F:      arch/alpha/kernel/srm_env.c
9148
9149 STABLE BRANCH
9150 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9151 L:      stable@vger.kernel.org
9152 S:      Supported
9153 F:      Documentation/stable_kernel_rules.txt
9154
9155 STAGING SUBSYSTEM
9156 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9158 L:      devel@driverdev.osuosl.org
9159 S:      Supported
9160 F:      drivers/staging/
9161
9162 STAGING - COMEDI
9163 M:      Ian Abbott <abbotti@mev.co.uk>
9164 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9165 S:      Odd Fixes
9166 F:      drivers/staging/comedi/
9167
9168 STAGING - FLARION FT1000 DRIVERS
9169 M:      Marek Belisko <marek.belisko@gmail.com>
9170 S:      Odd Fixes
9171 F:      drivers/staging/ft1000/
9172
9173 STAGING - INDUSTRIAL IO
9174 M:      Jonathan Cameron <jic23@kernel.org>
9175 L:      linux-iio@vger.kernel.org
9176 S:      Odd Fixes
9177 F:      drivers/staging/iio/
9178
9179 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9180 M:      Jarod Wilson <jarod@wilsonet.com>
9181 W:      http://www.lirc.org/
9182 S:      Odd Fixes
9183 F:      drivers/staging/media/lirc/
9184
9185 STAGING - LUSTRE PARALLEL FILESYSTEM
9186 M:      Oleg Drokin <oleg.drokin@intel.com>
9187 M:      Andreas Dilger <andreas.dilger@intel.com>
9188 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9189 W:      http://lustre.opensfs.org/
9190 S:      Maintained
9191 F:      drivers/staging/lustre
9192
9193 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9194 M:      Julian Andres Klode <jak@jak-linux.org>
9195 M:      Marc Dietrich <marvin24@gmx.de>
9196 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9197 L:      linux-tegra@vger.kernel.org
9198 S:      Maintained
9199 F:      drivers/staging/nvec/
9200
9201 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9202 M:      Jens Frederich <jfrederich@gmail.com>
9203 M:      Daniel Drake <dsd@laptop.org>
9204 M:      Jon Nettleton <jon.nettleton@gmail.com>
9205 W:      http://wiki.laptop.org/go/DCON
9206 S:      Maintained
9207 F:      drivers/staging/olpc_dcon/
9208
9209 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9210 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9211 S:      Maintained
9212 F:      drivers/staging/ozwpan/
9213
9214 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9215 M:      Willy Tarreau <willy@meta-x.org>
9216 S:      Odd Fixes
9217 F:      drivers/staging/panel/
9218
9219 STAGING - REALTEK RTL8712U DRIVERS
9220 M:      Larry Finger <Larry.Finger@lwfinger.net>
9221 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9222 S:      Odd Fixes
9223 F:      drivers/staging/rtl8712/
9224
9225 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9226 M:      Larry Finger <Larry.Finger@lwfinger.net>
9227 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9228 L:      linux-wireless@vger.kernel.org
9229 S:      Maintained
9230 F:      drivers/staging/rtl8723au/
9231
9232 STAGING - SLICOSS
9233 M:      Lior Dotan <liodot@gmail.com>
9234 M:      Christopher Harrer <charrer@alacritech.com>
9235 S:      Odd Fixes
9236 F:      drivers/staging/slicoss/
9237
9238 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9239 M:      William Hubbs <w.d.hubbs@gmail.com>
9240 M:      Chris Brannon <chris@the-brannons.com>
9241 M:      Kirk Reiser <kirk@reisers.ca>
9242 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9243 L:      speakup@linux-speakup.org
9244 W:      http://www.linux-speakup.org/
9245 S:      Odd Fixes
9246 F:      drivers/staging/speakup/
9247
9248 STAGING - VIA VT665X DRIVERS
9249 M:      Forest Bond <forest@alittletooquiet.net>
9250 S:      Odd Fixes
9251 F:      drivers/staging/vt665?/
9252
9253 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9254 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9255 S:      Odd Fixes
9256 F:      drivers/staging/xgifb/
9257
9258 STARFIRE/DURALAN NETWORK DRIVER
9259 M:      Ion Badulescu <ionut@badula.org>
9260 S:      Odd Fixes
9261 F:      drivers/net/ethernet/adaptec/starfire*
9262
9263 SUN3/3X
9264 M:      Sam Creasey <sammy@sammy.net>
9265 W:      http://sammy.net/sun3/
9266 S:      Maintained
9267 F:      arch/m68k/kernel/*sun3*
9268 F:      arch/m68k/sun3*/
9269 F:      arch/m68k/include/asm/sun3*
9270 F:      drivers/net/ethernet/i825xx/sun3*
9271
9272 SUNDANCE NETWORK DRIVER
9273 M:      Denis Kirjanov <kda@linux-powerpc.org>
9274 L:      netdev@vger.kernel.org
9275 S:      Maintained
9276 F:      drivers/net/ethernet/dlink/sundance.c
9277
9278 SUPERH
9279 L:      linux-sh@vger.kernel.org
9280 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9281 S:      Orphan
9282 F:      Documentation/sh/
9283 F:      arch/sh/
9284 F:      drivers/sh/
9285
9286 SUSPEND TO RAM
9287 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9288 M:      Len Brown <len.brown@intel.com>
9289 M:      Pavel Machek <pavel@ucw.cz>
9290 L:      linux-pm@vger.kernel.org
9291 S:      Supported
9292 F:      Documentation/power/
9293 F:      arch/x86/kernel/acpi/
9294 F:      drivers/base/power/
9295 F:      kernel/power/
9296 F:      include/linux/suspend.h
9297 F:      include/linux/freezer.h
9298 F:      include/linux/pm.h
9299
9300 SVGA HANDLING
9301 M:      Martin Mares <mj@ucw.cz>
9302 L:      linux-video@atrey.karlin.mff.cuni.cz
9303 S:      Maintained
9304 F:      Documentation/svga.txt
9305 F:      arch/x86/boot/video*
9306
9307 SWIOTLB SUBSYSTEM
9308 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9309 L:      linux-kernel@vger.kernel.org
9310 S:      Supported
9311 F:      lib/swiotlb.c
9312 F:      arch/*/kernel/pci-swiotlb.c
9313 F:      include/linux/swiotlb.h
9314
9315 SWITCHDEV
9316 M:      Jiri Pirko <jiri@resnulli.us>
9317 L:      netdev@vger.kernel.org
9318 S:      Supported
9319 F:      net/switchdev/
9320 F:      include/net/switchdev.h
9321
9322 SYNOPSYS ARC ARCHITECTURE
9323 M:      Vineet Gupta <vgupta@synopsys.com>
9324 S:      Supported
9325 F:      arch/arc/
9326 F:      Documentation/devicetree/bindings/arc/
9327 F:      drivers/tty/serial/arc_uart.c
9328
9329 SYSV FILESYSTEM
9330 M:      Christoph Hellwig <hch@infradead.org>
9331 S:      Maintained
9332 F:      Documentation/filesystems/sysv-fs.txt
9333 F:      fs/sysv/
9334 F:      include/linux/sysv_fs.h
9335
9336 TARGET SUBSYSTEM
9337 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9338 L:      linux-scsi@vger.kernel.org
9339 L:      target-devel@vger.kernel.org
9340 W:      http://www.linux-iscsi.org
9341 W:      http://groups.google.com/group/linux-iscsi-target-dev
9342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9343 S:      Supported
9344 F:      drivers/target/
9345 F:      include/target/
9346 F:      Documentation/target/
9347
9348 TASKSTATS STATISTICS INTERFACE
9349 M:      Balbir Singh <bsingharora@gmail.com>
9350 S:      Maintained
9351 F:      Documentation/accounting/taskstats*
9352 F:      include/linux/taskstats*
9353 F:      kernel/taskstats.c
9354
9355 TC CLASSIFIER
9356 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9357 L:      netdev@vger.kernel.org
9358 S:      Maintained
9359 F:      include/net/pkt_cls.h
9360 F:      include/uapi/linux/pkt_cls.h
9361 F:      net/sched/
9362
9363 TCP LOW PRIORITY MODULE
9364 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9365 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9366 W:      http://tcp-lp-mod.sourceforge.net/
9367 S:      Maintained
9368 F:      net/ipv4/tcp_lp.c
9369
9370 TDA10071 MEDIA DRIVER
9371 M:      Antti Palosaari <crope@iki.fi>
9372 L:      linux-media@vger.kernel.org
9373 W:      http://linuxtv.org/
9374 W:      http://palosaari.fi/linux/
9375 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9376 T:      git git://linuxtv.org/anttip/media_tree.git
9377 S:      Maintained
9378 F:      drivers/media/dvb-frontends/tda10071*
9379
9380 TDA18212 MEDIA DRIVER
9381 M:      Antti Palosaari <crope@iki.fi>
9382 L:      linux-media@vger.kernel.org
9383 W:      http://linuxtv.org/
9384 W:      http://palosaari.fi/linux/
9385 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9386 T:      git git://linuxtv.org/anttip/media_tree.git
9387 S:      Maintained
9388 F:      drivers/media/tuners/tda18212*
9389
9390 TDA18218 MEDIA DRIVER
9391 M:      Antti Palosaari <crope@iki.fi>
9392 L:      linux-media@vger.kernel.org
9393 W:      http://linuxtv.org/
9394 W:      http://palosaari.fi/linux/
9395 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9396 T:      git git://linuxtv.org/anttip/media_tree.git
9397 S:      Maintained
9398 F:      drivers/media/tuners/tda18218*
9399
9400 TDA18271 MEDIA DRIVER
9401 M:      Michael Krufky <mkrufky@linuxtv.org>
9402 L:      linux-media@vger.kernel.org
9403 W:      http://linuxtv.org/
9404 W:      http://github.com/mkrufky
9405 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9406 T:      git git://linuxtv.org/mkrufky/tuners.git
9407 S:      Maintained
9408 F:      drivers/media/tuners/tda18271*
9409
9410 TDA827x MEDIA DRIVER
9411 M:      Michael Krufky <mkrufky@linuxtv.org>
9412 L:      linux-media@vger.kernel.org
9413 W:      http://linuxtv.org/
9414 W:      http://github.com/mkrufky
9415 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9416 T:      git git://linuxtv.org/mkrufky/tuners.git
9417 S:      Maintained
9418 F:      drivers/media/tuners/tda8290.*
9419
9420 TDA8290 MEDIA DRIVER
9421 M:      Michael Krufky <mkrufky@linuxtv.org>
9422 L:      linux-media@vger.kernel.org
9423 W:      http://linuxtv.org/
9424 W:      http://github.com/mkrufky
9425 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9426 T:      git git://linuxtv.org/mkrufky/tuners.git
9427 S:      Maintained
9428 F:      drivers/media/tuners/tda8290.*
9429
9430 TDA9840 MEDIA DRIVER
9431 M:      Hans Verkuil <hverkuil@xs4all.nl>
9432 L:      linux-media@vger.kernel.org
9433 T:      git git://linuxtv.org/media_tree.git
9434 W:      http://linuxtv.org
9435 S:      Maintained
9436 F:      drivers/media/i2c/tda9840*
9437
9438 TEA5761 TUNER DRIVER
9439 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9440 L:      linux-media@vger.kernel.org
9441 W:      http://linuxtv.org
9442 T:      git git://linuxtv.org/media_tree.git
9443 S:      Odd fixes
9444 F:      drivers/media/tuners/tea5761.*
9445
9446 TEA5767 TUNER DRIVER
9447 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9448 L:      linux-media@vger.kernel.org
9449 W:      http://linuxtv.org
9450 T:      git git://linuxtv.org/media_tree.git
9451 S:      Maintained
9452 F:      drivers/media/tuners/tea5767.*
9453
9454 TEA6415C MEDIA DRIVER
9455 M:      Hans Verkuil <hverkuil@xs4all.nl>
9456 L:      linux-media@vger.kernel.org
9457 T:      git git://linuxtv.org/media_tree.git
9458 W:      http://linuxtv.org
9459 S:      Maintained
9460 F:      drivers/media/i2c/tea6415c*
9461
9462 TEA6420 MEDIA DRIVER
9463 M:      Hans Verkuil <hverkuil@xs4all.nl>
9464 L:      linux-media@vger.kernel.org
9465 T:      git git://linuxtv.org/media_tree.git
9466 W:      http://linuxtv.org
9467 S:      Maintained
9468 F:      drivers/media/i2c/tea6420*
9469
9470 TEAM DRIVER
9471 M:      Jiri Pirko <jiri@resnulli.us>
9472 L:      netdev@vger.kernel.org
9473 S:      Supported
9474 F:      drivers/net/team/
9475 F:      include/linux/if_team.h
9476 F:      include/uapi/linux/if_team.h
9477
9478 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9479 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9480 S:      Maintained
9481 F:      arch/x86/platform/ts5500/
9482
9483 TECHNOTREND USB IR RECEIVER
9484 M:      Sean Young <sean@mess.org>
9485 L:      linux-media@vger.kernel.org
9486 S:      Maintained
9487 F:      drivers/media/rc/ttusbir.c
9488
9489 TEGRA ARCHITECTURE SUPPORT
9490 M:      Stephen Warren <swarren@wwwdotorg.org>
9491 M:      Thierry Reding <thierry.reding@gmail.com>
9492 M:      Alexandre Courbot <gnurou@gmail.com>
9493 L:      linux-tegra@vger.kernel.org
9494 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9496 S:      Supported
9497 N:      [^a-z]tegra
9498
9499 TEGRA CLOCK DRIVER
9500 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9501 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9502 S:      Supported
9503 F:      drivers/clk/tegra/
9504
9505 TEGRA DMA DRIVER
9506 M:      Laxman Dewangan <ldewangan@nvidia.com>
9507 S:      Supported
9508 F:      drivers/dma/tegra20-apb-dma.c
9509
9510 TEGRA I2C DRIVER
9511 M:      Laxman Dewangan <ldewangan@nvidia.com>
9512 S:      Supported
9513 F:      drivers/i2c/busses/i2c-tegra.c
9514
9515 TEGRA IOMMU DRIVERS
9516 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9517 S:      Supported
9518 F:      drivers/iommu/tegra*
9519
9520 TEGRA KBC DRIVER
9521 M:      Rakesh Iyer <riyer@nvidia.com>
9522 M:      Laxman Dewangan <ldewangan@nvidia.com>
9523 S:      Supported
9524 F:      drivers/input/keyboard/tegra-kbc.c
9525
9526 TEGRA PWM DRIVER
9527 M:      Thierry Reding <thierry.reding@gmail.com>
9528 S:      Supported
9529 F:      drivers/pwm/pwm-tegra.c
9530
9531 TEGRA SERIAL DRIVER
9532 M:      Laxman Dewangan <ldewangan@nvidia.com>
9533 S:      Supported
9534 F:      drivers/tty/serial/serial-tegra.c
9535
9536 TEGRA SPI DRIVER
9537 M:      Laxman Dewangan <ldewangan@nvidia.com>
9538 S:      Supported
9539 F:      drivers/spi/spi-tegra*
9540
9541 TEHUTI ETHERNET DRIVER
9542 M:      Andy Gospodarek <andy@greyhouse.net>
9543 L:      netdev@vger.kernel.org
9544 S:      Supported
9545 F:      drivers/net/ethernet/tehuti/*
9546
9547 Telecom Clock Driver for MCPL0010
9548 M:      Mark Gross <mark.gross@intel.com>
9549 S:      Supported
9550 F:      drivers/char/tlclk.c
9551
9552 TENSILICA XTENSA PORT (xtensa)
9553 M:      Chris Zankel <chris@zankel.net>
9554 M:      Max Filippov <jcmvbkbc@gmail.com>
9555 L:      linux-xtensa@linux-xtensa.org
9556 S:      Maintained
9557 F:      arch/xtensa/
9558 F:      drivers/irqchip/irq-xtensa-*
9559
9560 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9561 M:      Hans Verkuil <hverkuil@xs4all.nl>
9562 L:      linux-media@vger.kernel.org
9563 T:      git git://linuxtv.org/media_tree.git
9564 W:      http://linuxtv.org
9565 S:      Maintained
9566 F:      drivers/media/radio/radio-raremono.c
9567
9568 THERMAL
9569 M:      Zhang Rui <rui.zhang@intel.com>
9570 M:      Eduardo Valentin <edubezval@gmail.com>
9571 L:      linux-pm@vger.kernel.org
9572 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9573 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9574 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9575 S:      Supported
9576 F:      drivers/thermal/
9577 F:      include/linux/thermal.h
9578 F:      include/uapi/linux/thermal.h
9579 F:      include/linux/cpu_cooling.h
9580 F:      Documentation/devicetree/bindings/thermal/
9581
9582 THINGM BLINK(1) USB RGB LED DRIVER
9583 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9584 S:      Maintained
9585 F:      drivers/hid/hid-thingm.c
9586
9587 THINKPAD ACPI EXTRAS DRIVER
9588 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9589 L:      ibm-acpi-devel@lists.sourceforge.net
9590 L:      platform-driver-x86@vger.kernel.org
9591 W:      http://ibm-acpi.sourceforge.net
9592 W:      http://thinkwiki.org/wiki/Ibm-acpi
9593 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9594 S:      Maintained
9595 F:      drivers/platform/x86/thinkpad_acpi.c
9596
9597 TI BANDGAP AND THERMAL DRIVER
9598 M:      Eduardo Valentin <edubezval@gmail.com>
9599 L:      linux-pm@vger.kernel.org
9600 L:      linux-omap@vger.kernel.org
9601 S:      Maintained
9602 F:      drivers/thermal/ti-soc-thermal/
9603
9604 TI CLOCK DRIVER
9605 M:      Tero Kristo <t-kristo@ti.com>
9606 L:      linux-omap@vger.kernel.org
9607 S:      Maintained
9608 F:      drivers/clk/ti/
9609 F:      include/linux/clk/ti.h
9610
9611 TI FLASH MEDIA INTERFACE DRIVER
9612 M:      Alex Dubov <oakad@yahoo.com>
9613 S:      Maintained
9614 F:      drivers/misc/tifm*
9615 F:      drivers/mmc/host/tifm_sd.c
9616 F:      include/linux/tifm.h
9617
9618 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9619 M:      Santosh Shilimkar <ssantosh@kernel.org>
9620 L:      linux-kernel@vger.kernel.org
9621 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9622 S:      Maintained
9623 F:      drivers/soc/ti/*
9624 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9625
9626
9627 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9628 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9629 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9630 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9631 S:      Maintained
9632 F:      sound/soc/codecs/lm49453*
9633 F:      sound/soc/codecs/isabelle*
9634
9635 TI LP855x BACKLIGHT DRIVER
9636 M:      Milo Kim <milo.kim@ti.com>
9637 S:      Maintained
9638 F:      Documentation/backlight/lp855x-driver.txt
9639 F:      drivers/video/backlight/lp855x_bl.c
9640 F:      include/linux/platform_data/lp855x.h
9641
9642 TI LP8727 CHARGER DRIVER
9643 M:      Milo Kim <milo.kim@ti.com>
9644 S:      Maintained
9645 F:      drivers/power/lp8727_charger.c
9646 F:      include/linux/platform_data/lp8727.h
9647
9648 TI LP8788 MFD DRIVER
9649 M:      Milo Kim <milo.kim@ti.com>
9650 S:      Maintained
9651 F:      drivers/iio/adc/lp8788_adc.c
9652 F:      drivers/leds/leds-lp8788.c
9653 F:      drivers/mfd/lp8788*.c
9654 F:      drivers/power/lp8788-charger.c
9655 F:      drivers/regulator/lp8788-*.c
9656 F:      include/linux/mfd/lp8788*.h
9657
9658 TI TWL4030 SERIES SOC CODEC DRIVER
9659 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9660 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9661 S:      Maintained
9662 F:      sound/soc/codecs/twl4030*
9663
9664 TI WILINK WIRELESS DRIVERS
9665 L:      linux-wireless@vger.kernel.org
9666 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9667 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9668 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9669 S:      Orphan
9670 F:      drivers/net/wireless/ti/
9671 F:      include/linux/wl12xx.h
9672
9673 TIPC NETWORK LAYER
9674 M:      Jon Maloy <jon.maloy@ericsson.com>
9675 M:      Allan Stephens <allan.stephens@windriver.com>
9676 L:      netdev@vger.kernel.org (core kernel code)
9677 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9678 W:      http://tipc.sourceforge.net/
9679 S:      Maintained
9680 F:      include/uapi/linux/tipc*.h
9681 F:      net/tipc/
9682
9683 TILE ARCHITECTURE
9684 M:      Chris Metcalf <cmetcalf@ezchip.com>
9685 W:      http://www.tilera.com/scm/
9686 S:      Supported
9687 F:      arch/tile/
9688 F:      drivers/char/tile-srom.c
9689 F:      drivers/edac/tile_edac.c
9690 F:      drivers/net/ethernet/tile/
9691 F:      drivers/rtc/rtc-tile.c
9692 F:      drivers/tty/hvc/hvc_tile.c
9693 F:      drivers/tty/serial/tilegx.c
9694 F:      drivers/usb/host/*-tilegx.c
9695 F:      include/linux/usb/tilegx.h
9696
9697 TLAN NETWORK DRIVER
9698 M:      Samuel Chessman <chessman@tux.org>
9699 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9700 W:      http://sourceforge.net/projects/tlan/
9701 S:      Maintained
9702 F:      Documentation/networking/tlan.txt
9703 F:      drivers/net/ethernet/ti/tlan.*
9704
9705 TOMOYO SECURITY MODULE
9706 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9707 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9708 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9709 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9710 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9711 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9712 W:      http://tomoyo.sourceforge.jp/
9713 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9714 S:      Maintained
9715 F:      security/tomoyo/
9716
9717 TOPSTAR LAPTOP EXTRAS DRIVER
9718 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9719 L:      platform-driver-x86@vger.kernel.org
9720 S:      Maintained
9721 F:      drivers/platform/x86/topstar-laptop.c
9722
9723 TOSHIBA ACPI EXTRAS DRIVER
9724 L:      platform-driver-x86@vger.kernel.org
9725 S:      Orphan
9726 F:      drivers/platform/x86/toshiba_acpi.c
9727
9728 TOSHIBA SMM DRIVER
9729 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9730 L:      tlinux-users@tce.toshiba-dme.co.jp
9731 W:      http://www.buzzard.org.uk/toshiba/
9732 S:      Maintained
9733 F:      drivers/char/toshiba.c
9734 F:      include/linux/toshiba.h
9735 F:      include/uapi/linux/toshiba.h
9736
9737 TMIO MMC DRIVER
9738 M:      Ian Molton <ian.molton@codethink.co.uk>
9739 L:      linux-mmc@vger.kernel.org
9740 S:      Maintained
9741 F:      drivers/mmc/host/tmio_mmc*
9742 F:      drivers/mmc/host/sh_mobile_sdhi.c
9743 F:      include/linux/mmc/tmio.h
9744 F:      include/linux/mmc/sh_mobile_sdhi.h
9745
9746 TMP401 HARDWARE MONITOR DRIVER
9747 M:      Guenter Roeck <linux@roeck-us.net>
9748 L:      lm-sensors@lm-sensors.org
9749 S:      Maintained
9750 F:      Documentation/hwmon/tmp401
9751 F:      drivers/hwmon/tmp401.c
9752
9753 TMPFS (SHMEM FILESYSTEM)
9754 M:      Hugh Dickins <hughd@google.com>
9755 L:      linux-mm@kvack.org
9756 S:      Maintained
9757 F:      include/linux/shmem_fs.h
9758 F:      mm/shmem.c
9759
9760 TM6000 VIDEO4LINUX DRIVER
9761 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9762 L:      linux-media@vger.kernel.org
9763 W:      http://linuxtv.org
9764 T:      git git://linuxtv.org/media_tree.git
9765 S:      Odd fixes
9766 F:      drivers/media/usb/tm6000/
9767
9768 TW68 VIDEO4LINUX DRIVER
9769 M:      Hans Verkuil <hverkuil@xs4all.nl>
9770 L:      linux-media@vger.kernel.org
9771 T:      git git://linuxtv.org/media_tree.git
9772 W:      http://linuxtv.org
9773 S:      Odd Fixes
9774 F:      drivers/media/pci/tw68/
9775
9776 TPM DEVICE DRIVER
9777 M:      Peter Huewe <peterhuewe@gmx.de>
9778 M:      Ashley Lai <ashley@ashleylai.com>
9779 M:      Marcel Selhorst <tpmdd@selhorst.net>
9780 W:      http://tpmdd.sourceforge.net
9781 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9782 S:      Maintained
9783 F:      drivers/char/tpm/
9784
9785 TRACING
9786 M:      Steven Rostedt <rostedt@goodmis.org>
9787 M:      Ingo Molnar <mingo@redhat.com>
9788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9789 S:      Maintained
9790 F:      Documentation/trace/ftrace.txt
9791 F:      arch/*/*/*/ftrace.h
9792 F:      arch/*/kernel/ftrace.c
9793 F:      include/*/ftrace.h
9794 F:      include/linux/trace*.h
9795 F:      include/trace/
9796 F:      kernel/trace/
9797 F:      tools/testing/selftests/ftrace/
9798
9799 TRIVIAL PATCHES
9800 M:      Jiri Kosina <trivial@kernel.org>
9801 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9802 S:      Maintained
9803 K:      ^Subject:.*(?i)trivial
9804
9805 TTY LAYER
9806 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9807 M:      Jiri Slaby <jslaby@suse.cz>
9808 S:      Supported
9809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9810 F:      drivers/tty/
9811 F:      drivers/tty/serial/serial_core.c
9812 F:      include/linux/serial_core.h
9813 F:      include/linux/serial.h
9814 F:      include/linux/tty.h
9815 F:      include/uapi/linux/serial_core.h
9816 F:      include/uapi/linux/serial.h
9817 F:      include/uapi/linux/tty.h
9818
9819 TUA9001 MEDIA DRIVER
9820 M:      Antti Palosaari <crope@iki.fi>
9821 L:      linux-media@vger.kernel.org
9822 W:      http://linuxtv.org/
9823 W:      http://palosaari.fi/linux/
9824 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9825 T:      git git://linuxtv.org/anttip/media_tree.git
9826 S:      Maintained
9827 F:      drivers/media/tuners/tua9001*
9828
9829 TULIP NETWORK DRIVERS
9830 M:      Grant Grundler <grundler@parisc-linux.org>
9831 L:      netdev@vger.kernel.org
9832 S:      Maintained
9833 F:      drivers/net/ethernet/dec/tulip/
9834
9835 TUN/TAP driver
9836 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9837 W:      http://vtun.sourceforge.net/tun
9838 S:      Maintained
9839 F:      Documentation/networking/tuntap.txt
9840 F:      arch/um/os-Linux/drivers/
9841
9842 TURBOCHANNEL SUBSYSTEM
9843 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9844 M:      Ralf Baechle <ralf@linux-mips.org>
9845 L:      linux-mips@linux-mips.org
9846 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9847 S:      Maintained
9848 F:      drivers/tc/
9849 F:      include/linux/tc.h
9850
9851 U14-34F SCSI DRIVER
9852 M:      Dario Ballabio <ballabio_dario@emc.com>
9853 L:      linux-scsi@vger.kernel.org
9854 S:      Maintained
9855 F:      drivers/scsi/u14-34f.c
9856
9857 UBI FILE SYSTEM (UBIFS)
9858 M:      Artem Bityutskiy <dedekind1@gmail.com>
9859 M:      Adrian Hunter <adrian.hunter@intel.com>
9860 L:      linux-mtd@lists.infradead.org
9861 T:      git git://git.infradead.org/ubifs-2.6.git
9862 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9863 S:      Maintained
9864 F:      Documentation/filesystems/ubifs.txt
9865 F:      fs/ubifs/
9866
9867 UCLINUX (AND M68KNOMMU)
9868 M:      Greg Ungerer <gerg@uclinux.org>
9869 W:      http://www.uclinux.org/
9870 L:      uclinux-dev@uclinux.org  (subscribers-only)
9871 S:      Maintained
9872 F:      arch/m68k/*/*_no.*
9873 F:      arch/m68k/include/asm/*_no.*
9874
9875 UDF FILESYSTEM
9876 M:      Jan Kara <jack@suse.cz>
9877 S:      Maintained
9878 F:      Documentation/filesystems/udf.txt
9879 F:      fs/udf/
9880
9881 UFS FILESYSTEM
9882 M:      Evgeniy Dushistov <dushistov@mail.ru>
9883 S:      Maintained
9884 F:      Documentation/filesystems/ufs.txt
9885 F:      fs/ufs/
9886
9887 UHID USERSPACE HID IO DRIVER:
9888 M:      David Herrmann <dh.herrmann@googlemail.com>
9889 L:      linux-input@vger.kernel.org
9890 S:      Maintained
9891 F:      drivers/hid/uhid.c
9892 F:      include/uapi/linux/uhid.h
9893
9894 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9895 L:      linux-usb@vger.kernel.org
9896 S:      Orphan
9897 F:      drivers/uwb/
9898 F:      include/linux/uwb.h
9899 F:      include/linux/uwb/
9900
9901 UNICORE32 ARCHITECTURE:
9902 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9903 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9904 S:      Maintained
9905 T:      git git://github.com/gxt/linux.git
9906 F:      arch/unicore32/
9907
9908 UNIFDEF
9909 M:      Tony Finch <dot@dotat.at>
9910 W:      http://dotat.at/prog/unifdef
9911 S:      Maintained
9912 F:      scripts/unifdef.c
9913
9914 UNIFORM CDROM DRIVER
9915 M:      Jens Axboe <axboe@kernel.dk>
9916 W:      http://www.kernel.dk
9917 S:      Maintained
9918 F:      Documentation/cdrom/
9919 F:      drivers/cdrom/cdrom.c
9920 F:      include/linux/cdrom.h
9921 F:      include/uapi/linux/cdrom.h
9922
9923 UNISYS S-PAR DRIVERS
9924 M:     Benjamin Romer <benjamin.romer@unisys.com>
9925 M:     David Kershner <david.kershner@unisys.com>
9926 L:     sparmaintainer@unisys.com (Unisys internal)
9927 S:     Supported
9928 F:     drivers/staging/unisys/
9929
9930 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9931 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9932 L:      linux-scsi@vger.kernel.org
9933 S:      Supported
9934 F:      Documentation/scsi/ufs.txt
9935 F:      drivers/scsi/ufs/
9936
9937 UNSORTED BLOCK IMAGES (UBI)
9938 M:      Artem Bityutskiy <dedekind1@gmail.com>
9939 W:      http://www.linux-mtd.infradead.org/
9940 L:      linux-mtd@lists.infradead.org
9941 T:      git git://git.infradead.org/ubifs-2.6.git
9942 S:      Maintained
9943 F:      drivers/mtd/ubi/
9944 F:      include/linux/mtd/ubi.h
9945 F:      include/uapi/mtd/ubi-user.h
9946
9947 UNSORTED BLOCK IMAGES (UBI) Fastmap
9948 M:      Richard Weinberger <richard@nod.at>
9949 L:      linux-mtd@lists.infradead.org
9950 S:      Maintained
9951 F:      drivers/mtd/ubi/fastmap.c
9952
9953 USB ACM DRIVER
9954 M:      Oliver Neukum <oliver@neukum.org>
9955 L:      linux-usb@vger.kernel.org
9956 S:      Maintained
9957 F:      Documentation/usb/acm.txt
9958 F:      drivers/usb/class/cdc-acm.*
9959
9960 USB AR5523 WIRELESS DRIVER
9961 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9962 L:      linux-wireless@vger.kernel.org
9963 S:      Maintained
9964 F:      drivers/net/wireless/ath/ar5523/
9965
9966 USB ATTACHED SCSI
9967 M:      Hans de Goede <hdegoede@redhat.com>
9968 M:      Gerd Hoffmann <kraxel@redhat.com>
9969 L:      linux-usb@vger.kernel.org
9970 L:      linux-scsi@vger.kernel.org
9971 S:      Maintained
9972 F:      drivers/usb/storage/uas.c
9973
9974 USB CDC ETHERNET DRIVER
9975 M:      Oliver Neukum <oliver@neukum.org>
9976 L:      linux-usb@vger.kernel.org
9977 S:      Maintained
9978 F:      drivers/net/usb/cdc_*.c
9979 F:      include/uapi/linux/usb/cdc.h
9980
9981 USB CYPRESS C67X00 DRIVER
9982 M:      Peter Korsgaard <jacmet@sunsite.dk>
9983 L:      linux-usb@vger.kernel.org
9984 S:      Maintained
9985 F:      drivers/usb/c67x00/
9986
9987 USB DAVICOM DM9601 DRIVER
9988 M:      Peter Korsgaard <jacmet@sunsite.dk>
9989 L:      netdev@vger.kernel.org
9990 W:      http://www.linux-usb.org/usbnet
9991 S:      Maintained
9992 F:      drivers/net/usb/dm9601.c
9993
9994 USB DIAMOND RIO500 DRIVER
9995 M:      Cesar Miquel <miquel@df.uba.ar>
9996 L:      rio500-users@lists.sourceforge.net
9997 W:      http://rio500.sourceforge.net
9998 S:      Maintained
9999 F:      drivers/usb/misc/rio500*
10000
10001 USB EHCI DRIVER
10002 M:      Alan Stern <stern@rowland.harvard.edu>
10003 L:      linux-usb@vger.kernel.org
10004 S:      Maintained
10005 F:      Documentation/usb/ehci.txt
10006 F:      drivers/usb/host/ehci*
10007
10008 USB GADGET/PERIPHERAL SUBSYSTEM
10009 M:      Felipe Balbi <balbi@ti.com>
10010 L:      linux-usb@vger.kernel.org
10011 W:      http://www.linux-usb.org/gadget
10012 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10013 S:      Maintained
10014 F:      drivers/usb/gadget/
10015 F:      include/linux/usb/gadget*
10016
10017 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10018 M:      Jiri Kosina <jkosina@suse.cz>
10019 L:      linux-usb@vger.kernel.org
10020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10021 S:      Maintained
10022 F:      Documentation/hid/hiddev.txt
10023 F:      drivers/hid/usbhid/
10024
10025 USB ISP116X DRIVER
10026 M:      Olav Kongas <ok@artecdesign.ee>
10027 L:      linux-usb@vger.kernel.org
10028 S:      Maintained
10029 F:      drivers/usb/host/isp116x*
10030 F:      include/linux/usb/isp116x.h
10031
10032 USB MASS STORAGE DRIVER
10033 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10034 L:      linux-usb@vger.kernel.org
10035 L:      usb-storage@lists.one-eyed-alien.net
10036 S:      Maintained
10037 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10038 F:      drivers/usb/storage/
10039
10040 USB MIDI DRIVER
10041 M:      Clemens Ladisch <clemens@ladisch.de>
10042 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10043 T:      git git://git.alsa-project.org/alsa-kernel.git
10044 S:      Maintained
10045 F:      sound/usb/midi.*
10046
10047 USB NETWORKING DRIVERS
10048 L:      linux-usb@vger.kernel.org
10049 S:      Odd Fixes
10050 F:      drivers/net/usb/
10051
10052 USB OHCI DRIVER
10053 M:      Alan Stern <stern@rowland.harvard.edu>
10054 L:      linux-usb@vger.kernel.org
10055 S:      Maintained
10056 F:      Documentation/usb/ohci.txt
10057 F:      drivers/usb/host/ohci*
10058
10059 USB OVER IP DRIVER
10060 M:      Valentina Manea <valentina.manea.m@gmail.com>
10061 M:      Shuah Khan <shuah.kh@samsung.com>
10062 L:      linux-usb@vger.kernel.org
10063 S:      Maintained
10064 F:      drivers/usb/usbip/
10065 F:      tools/usb/usbip/
10066
10067 USB PEGASUS DRIVER
10068 M:      Petko Manolov <petkan@nucleusys.com>
10069 L:      linux-usb@vger.kernel.org
10070 L:      netdev@vger.kernel.org
10071 T:      git git://github.com/petkan/pegasus.git
10072 W:      https://github.com/petkan/pegasus
10073 S:      Maintained
10074 F:      drivers/net/usb/pegasus.*
10075
10076 USB PHY LAYER
10077 M:      Felipe Balbi <balbi@ti.com>
10078 L:      linux-usb@vger.kernel.org
10079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10080 S:      Maintained
10081 F:      drivers/usb/phy/
10082
10083 USB PRINTER DRIVER (usblp)
10084 M:      Pete Zaitcev <zaitcev@redhat.com>
10085 L:      linux-usb@vger.kernel.org
10086 S:      Supported
10087 F:      drivers/usb/class/usblp.c
10088
10089 USB RTL8150 DRIVER
10090 M:      Petko Manolov <petkan@nucleusys.com>
10091 L:      linux-usb@vger.kernel.org
10092 L:      netdev@vger.kernel.org
10093 T:      git git://github.com/petkan/rtl8150.git
10094 W:      https://github.com/petkan/rtl8150
10095 S:      Maintained
10096 F:      drivers/net/usb/rtl8150.c
10097
10098 USB SERIAL SUBSYSTEM
10099 M:      Johan Hovold <johan@kernel.org>
10100 L:      linux-usb@vger.kernel.org
10101 S:      Maintained
10102 F:      Documentation/usb/usb-serial.txt
10103 F:      drivers/usb/serial/
10104 F:      include/linux/usb/serial.h
10105
10106 USB SMSC75XX ETHERNET DRIVER
10107 M:      Steve Glendinning <steve.glendinning@shawell.net>
10108 L:      netdev@vger.kernel.org
10109 S:      Maintained
10110 F:      drivers/net/usb/smsc75xx.*
10111
10112 USB SMSC95XX ETHERNET DRIVER
10113 M:      Steve Glendinning <steve.glendinning@shawell.net>
10114 L:      netdev@vger.kernel.org
10115 S:      Maintained
10116 F:      drivers/net/usb/smsc95xx.*
10117
10118 USB SUBSYSTEM
10119 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10120 L:      linux-usb@vger.kernel.org
10121 W:      http://www.linux-usb.org
10122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10123 S:      Supported
10124 F:      Documentation/usb/
10125 F:      drivers/usb/
10126 F:      include/linux/usb.h
10127 F:      include/linux/usb/
10128
10129 USB UHCI DRIVER
10130 M:      Alan Stern <stern@rowland.harvard.edu>
10131 L:      linux-usb@vger.kernel.org
10132 S:      Maintained
10133 F:      drivers/usb/host/uhci*
10134
10135 USB "USBNET" DRIVER FRAMEWORK
10136 M:      Oliver Neukum <oneukum@suse.de>
10137 L:      netdev@vger.kernel.org
10138 W:      http://www.linux-usb.org/usbnet
10139 S:      Maintained
10140 F:      drivers/net/usb/usbnet.c
10141 F:      include/linux/usb/usbnet.h
10142
10143 USB VIDEO CLASS
10144 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10145 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10146 L:      linux-media@vger.kernel.org
10147 T:      git git://linuxtv.org/media_tree.git
10148 W:      http://www.ideasonboard.org/uvc/
10149 S:      Maintained
10150 F:      drivers/media/usb/uvc/
10151 F:      include/uapi/linux/uvcvideo.h
10152
10153 USB VISION DRIVER
10154 M:      Hans Verkuil <hverkuil@xs4all.nl>
10155 L:      linux-media@vger.kernel.org
10156 T:      git git://linuxtv.org/media_tree.git
10157 W:      http://linuxtv.org
10158 S:      Odd Fixes
10159 F:      drivers/media/usb/usbvision/
10160
10161 USB WEBCAM GADGET
10162 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10163 L:      linux-usb@vger.kernel.org
10164 S:      Maintained
10165 F:      drivers/usb/gadget/function/*uvc*
10166 F:      drivers/usb/gadget/legacy/webcam.c
10167
10168 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10169 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10170 L:      linux-wireless@vger.kernel.org
10171 S:      Maintained
10172 F:      drivers/net/wireless/rndis_wlan.c
10173
10174 USB XHCI DRIVER
10175 M:      Mathias Nyman <mathias.nyman@intel.com>
10176 L:      linux-usb@vger.kernel.org
10177 S:      Supported
10178 F:      drivers/usb/host/xhci*
10179 F:      drivers/usb/host/pci-quirks*
10180
10181 USB ZD1201 DRIVER
10182 L:      linux-wireless@vger.kernel.org
10183 W:      http://linux-lc100020.sourceforge.net
10184 S:      Orphan
10185 F:      drivers/net/wireless/zd1201.*
10186
10187 USB ZR364XX DRIVER
10188 M:      Antoine Jacquet <royale@zerezo.com>
10189 L:      linux-usb@vger.kernel.org
10190 L:      linux-media@vger.kernel.org
10191 T:      git git://linuxtv.org/media_tree.git
10192 W:      http://royale.zerezo.com/zr364xx/
10193 S:      Maintained
10194 F:      Documentation/video4linux/zr364xx.txt
10195 F:      drivers/media/usb/zr364xx/
10196
10197 USER-MODE LINUX (UML)
10198 M:      Jeff Dike <jdike@addtoit.com>
10199 M:      Richard Weinberger <richard@nod.at>
10200 L:      user-mode-linux-devel@lists.sourceforge.net
10201 L:      user-mode-linux-user@lists.sourceforge.net
10202 W:      http://user-mode-linux.sourceforge.net
10203 S:      Maintained
10204 F:      Documentation/virtual/uml/
10205 F:      arch/um/
10206 F:      arch/x86/um/
10207 F:      fs/hostfs/
10208 F:      fs/hppfs/
10209
10210 USERSPACE I/O (UIO)
10211 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10212 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10213 S:      Maintained
10214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10215 F:      Documentation/DocBook/uio-howto.tmpl
10216 F:      drivers/uio/
10217 F:      include/linux/uio*.h
10218
10219 UTIL-LINUX PACKAGE
10220 M:      Karel Zak <kzak@redhat.com>
10221 L:      util-linux@vger.kernel.org
10222 W:      http://en.wikipedia.org/wiki/Util-linux
10223 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10224 S:      Maintained
10225
10226 UVESAFB DRIVER
10227 M:      Michal Januszewski <spock@gentoo.org>
10228 L:      linux-fbdev@vger.kernel.org
10229 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10230 S:      Maintained
10231 F:      Documentation/fb/uvesafb.txt
10232 F:      drivers/video/fbdev/uvesafb.*
10233
10234 VFAT/FAT/MSDOS FILESYSTEM
10235 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10236 S:      Maintained
10237 F:      Documentation/filesystems/vfat.txt
10238 F:      fs/fat/
10239
10240 VFIO DRIVER
10241 M:      Alex Williamson <alex.williamson@redhat.com>
10242 L:      kvm@vger.kernel.org
10243 S:      Maintained
10244 F:      Documentation/vfio.txt
10245 F:      drivers/vfio/
10246 F:      include/linux/vfio.h
10247 F:      include/uapi/linux/vfio.h
10248
10249 VIDEOBUF2 FRAMEWORK
10250 M:      Pawel Osciak <pawel@osciak.com>
10251 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10252 M:      Kyungmin Park <kyungmin.park@samsung.com>
10253 L:      linux-media@vger.kernel.org
10254 S:      Maintained
10255 F:      drivers/media/v4l2-core/videobuf2-*
10256 F:      include/media/videobuf2-*
10257
10258 VIRTIO CONSOLE DRIVER
10259 M:      Amit Shah <amit.shah@redhat.com>
10260 L:      virtualization@lists.linux-foundation.org
10261 S:      Maintained
10262 F:      drivers/char/virtio_console.c
10263 F:      include/linux/virtio_console.h
10264 F:      include/uapi/linux/virtio_console.h
10265
10266 VIRTIO CORE, NET AND BLOCK DRIVERS
10267 M:      Rusty Russell <rusty@rustcorp.com.au>
10268 M:      "Michael S. Tsirkin" <mst@redhat.com>
10269 L:      virtualization@lists.linux-foundation.org
10270 S:      Maintained
10271 F:      drivers/virtio/
10272 F:      tools/virtio/
10273 F:      drivers/net/virtio_net.c
10274 F:      drivers/block/virtio_blk.c
10275 F:      include/linux/virtio_*.h
10276 F:      include/uapi/linux/virtio_*.h
10277
10278 VIRTIO HOST (VHOST)
10279 M:      "Michael S. Tsirkin" <mst@redhat.com>
10280 L:      kvm@vger.kernel.org
10281 L:      virtualization@lists.linux-foundation.org
10282 L:      netdev@vger.kernel.org
10283 S:      Maintained
10284 F:      drivers/vhost/
10285 F:      include/uapi/linux/vhost.h
10286
10287 VIA RHINE NETWORK DRIVER
10288 M:      Roger Luethi <rl@hellgate.ch>
10289 S:      Maintained
10290 F:      drivers/net/ethernet/via/via-rhine.c
10291
10292 VIA SD/MMC CARD CONTROLLER DRIVER
10293 M:      Bruce Chang <brucechang@via.com.tw>
10294 M:      Harald Welte <HaraldWelte@viatech.com>
10295 S:      Maintained
10296 F:      drivers/mmc/host/via-sdmmc.c
10297
10298 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10299 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10300 L:      linux-fbdev@vger.kernel.org
10301 S:      Maintained
10302 F:      include/linux/via-core.h
10303 F:      include/linux/via-gpio.h
10304 F:      include/linux/via_i2c.h
10305 F:      drivers/video/fbdev/via/
10306
10307 VIA VELOCITY NETWORK DRIVER
10308 M:      Francois Romieu <romieu@fr.zoreil.com>
10309 L:      netdev@vger.kernel.org
10310 S:      Maintained
10311 F:      drivers/net/ethernet/via/via-velocity.*
10312
10313 VIVID VIRTUAL VIDEO DRIVER
10314 M:      Hans Verkuil <hverkuil@xs4all.nl>
10315 L:      linux-media@vger.kernel.org
10316 T:      git git://linuxtv.org/media_tree.git
10317 W:      http://linuxtv.org
10318 S:      Maintained
10319 F:      drivers/media/platform/vivid/*
10320
10321 VLAN (802.1Q)
10322 M:      Patrick McHardy <kaber@trash.net>
10323 L:      netdev@vger.kernel.org
10324 S:      Maintained
10325 F:      drivers/net/macvlan.c
10326 F:      include/linux/if_*vlan.h
10327 F:      net/8021q/
10328
10329 VLYNQ BUS
10330 M:      Florian Fainelli <florian@openwrt.org>
10331 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10332 S:      Maintained
10333 F:      drivers/vlynq/vlynq.c
10334 F:      include/linux/vlynq.h
10335
10336 VME SUBSYSTEM
10337 M:      Martyn Welch <martyn.welch@ge.com>
10338 M:      Manohar Vanga <manohar.vanga@gmail.com>
10339 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10340 L:      devel@driverdev.osuosl.org
10341 S:      Maintained
10342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10343 F:      Documentation/vme_api.txt
10344 F:      drivers/staging/vme/
10345 F:      drivers/vme/
10346 F:      include/linux/vme*
10347
10348 VMWARE HYPERVISOR INTERFACE
10349 M:      Alok Kataria <akataria@vmware.com>
10350 L:      virtualization@lists.linux-foundation.org
10351 S:      Supported
10352 F:      arch/x86/kernel/cpu/vmware.c
10353
10354 VMWARE BALLOON DRIVER
10355 M:      Xavier Deguillard <xdeguillard@vmware.com>
10356 M:      Philip Moltmann <moltmann@vmware.com>
10357 M:      "VMware, Inc." <pv-drivers@vmware.com>
10358 L:      linux-kernel@vger.kernel.org
10359 S:      Maintained
10360 F:      drivers/misc/vmw_balloon.c
10361
10362 VMWARE VMXNET3 ETHERNET DRIVER
10363 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10364 M:      "VMware, Inc." <pv-drivers@vmware.com>
10365 L:      netdev@vger.kernel.org
10366 S:      Maintained
10367 F:      drivers/net/vmxnet3/
10368
10369 VMware PVSCSI driver
10370 M:      Arvind Kumar <arvindkumar@vmware.com>
10371 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10372 L:      linux-scsi@vger.kernel.org
10373 S:      Maintained
10374 F:      drivers/scsi/vmw_pvscsi.c
10375 F:      drivers/scsi/vmw_pvscsi.h
10376
10377 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10378 M:      Liam Girdwood <lgirdwood@gmail.com>
10379 M:      Mark Brown <broonie@kernel.org>
10380 L:      linux-kernel@vger.kernel.org
10381 W:      http://opensource.wolfsonmicro.com/node/15
10382 W:      http://www.slimlogic.co.uk/?p=48
10383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10384 S:      Supported
10385 F:      drivers/regulator/
10386 F:      include/linux/regulator/
10387
10388 VT1211 HARDWARE MONITOR DRIVER
10389 M:      Juerg Haefliger <juergh@gmail.com>
10390 L:      lm-sensors@lm-sensors.org
10391 S:      Maintained
10392 F:      Documentation/hwmon/vt1211
10393 F:      drivers/hwmon/vt1211.c
10394
10395 VT8231 HARDWARE MONITOR DRIVER
10396 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10397 L:      lm-sensors@lm-sensors.org
10398 S:      Maintained
10399 F:      drivers/hwmon/vt8231.c
10400
10401 VUB300 USB to SDIO/SD/MMC bridge chip
10402 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10403 L:      linux-mmc@vger.kernel.org
10404 L:      linux-usb@vger.kernel.org
10405 S:      Supported
10406 F:      drivers/mmc/host/vub300.c
10407
10408 W1 DALLAS'S 1-WIRE BUS
10409 M:      Evgeniy Polyakov <zbr@ioremap.net>
10410 S:      Maintained
10411 F:      Documentation/w1/
10412 F:      drivers/w1/
10413
10414 W83791D HARDWARE MONITORING DRIVER
10415 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10416 L:      lm-sensors@lm-sensors.org
10417 S:      Maintained
10418 F:      Documentation/hwmon/w83791d
10419 F:      drivers/hwmon/w83791d.c
10420
10421 W83793 HARDWARE MONITORING DRIVER
10422 M:      Rudolf Marek <r.marek@assembler.cz>
10423 L:      lm-sensors@lm-sensors.org
10424 S:      Maintained
10425 F:      Documentation/hwmon/w83793
10426 F:      drivers/hwmon/w83793.c
10427
10428 W83795 HARDWARE MONITORING DRIVER
10429 M:      Jean Delvare <jdelvare@suse.de>
10430 L:      lm-sensors@lm-sensors.org
10431 S:      Maintained
10432 F:      drivers/hwmon/w83795.c
10433
10434 W83L51xD SD/MMC CARD INTERFACE DRIVER
10435 M:      Pierre Ossman <pierre@ossman.eu>
10436 S:      Maintained
10437 F:      drivers/mmc/host/wbsd.*
10438
10439 WACOM PROTOCOL 4 SERIAL TABLETS
10440 M:      Julian Squires <julian@cipht.net>
10441 M:      Hans de Goede <hdegoede@redhat.com>
10442 L:      linux-input@vger.kernel.org
10443 S:      Maintained
10444 F:      drivers/input/tablet/wacom_serial4.c
10445
10446 WATCHDOG DEVICE DRIVERS
10447 M:      Wim Van Sebroeck <wim@iguana.be>
10448 L:      linux-watchdog@vger.kernel.org
10449 W:      http://www.linux-watchdog.org/
10450 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10451 S:      Maintained
10452 F:      Documentation/watchdog/
10453 F:      drivers/watchdog/
10454 F:      include/linux/watchdog.h
10455 F:      include/uapi/linux/watchdog.h
10456
10457 WD7000 SCSI DRIVER
10458 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10459 L:      linux-scsi@vger.kernel.org
10460 S:      Maintained
10461 F:      drivers/scsi/wd7000.c
10462
10463 WIIMOTE HID DRIVER
10464 M:      David Herrmann <dh.herrmann@googlemail.com>
10465 L:      linux-input@vger.kernel.org
10466 S:      Maintained
10467 F:      drivers/hid/hid-wiimote*
10468
10469 WINBOND CIR DRIVER
10470 M:      David Härdeman <david@hardeman.nu>
10471 S:      Maintained
10472 F:      drivers/media/rc/winbond-cir.c
10473
10474 WIMAX STACK
10475 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10476 M:      linux-wimax@intel.com
10477 L:     wimax@linuxwimax.org (subscribers-only)
10478 S:      Supported
10479 W:      http://linuxwimax.org
10480 F:      Documentation/wimax/README.wimax
10481 F:      include/linux/wimax/debug.h
10482 F:      include/net/wimax.h
10483 F:      include/uapi/linux/wimax.h
10484 F:      net/wimax/
10485
10486 WISTRON LAPTOP BUTTON DRIVER
10487 M:      Miloslav Trmac <mitr@volny.cz>
10488 S:      Maintained
10489 F:      drivers/input/misc/wistron_btns.c
10490
10491 WL3501 WIRELESS PCMCIA CARD DRIVER
10492 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10493 L:      linux-wireless@vger.kernel.org
10494 W:      http://oops.ghostprotocols.net:81/blog
10495 S:      Maintained
10496 F:      drivers/net/wireless/wl3501*
10497
10498 WM97XX TOUCHSCREEN DRIVERS
10499 M:      Mark Brown <broonie@kernel.org>
10500 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10501 L:      linux-input@vger.kernel.org
10502 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10503 W:      http://opensource.wolfsonmicro.com/node/7
10504 S:      Supported
10505 F:      drivers/input/touchscreen/*wm97*
10506 F:      include/linux/wm97xx.h
10507
10508 WOLFSON MICROELECTRONICS DRIVERS
10509 L:      patches@opensource.wolfsonmicro.com
10510 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10511 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10512 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10513 S:      Supported
10514 F:      Documentation/hwmon/wm83??
10515 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10516 F:      drivers/clk/clk-wm83*.c
10517 F:      drivers/extcon/extcon-arizona.c
10518 F:      drivers/leds/leds-wm83*.c
10519 F:      drivers/gpio/gpio-*wm*.c
10520 F:      drivers/gpio/gpio-arizona.c
10521 F:      drivers/hwmon/wm83??-hwmon.c
10522 F:      drivers/input/misc/wm831x-on.c
10523 F:      drivers/input/touchscreen/wm831x-ts.c
10524 F:      drivers/input/touchscreen/wm97*.c
10525 F:      drivers/mfd/arizona*
10526 F:      drivers/mfd/wm*.c
10527 F:      drivers/power/wm83*.c
10528 F:      drivers/rtc/rtc-wm83*.c
10529 F:      drivers/regulator/wm8*.c
10530 F:      drivers/video/backlight/wm83*_bl.c
10531 F:      drivers/watchdog/wm83*_wdt.c
10532 F:      include/linux/mfd/arizona/
10533 F:      include/linux/mfd/wm831x/
10534 F:      include/linux/mfd/wm8350/
10535 F:      include/linux/mfd/wm8400*
10536 F:      include/linux/wm97xx.h
10537 F:      include/sound/wm????.h
10538 F:      sound/soc/codecs/arizona.?
10539 F:      sound/soc/codecs/wm*
10540
10541 WORKQUEUE
10542 M:      Tejun Heo <tj@kernel.org>
10543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10544 S:      Maintained
10545 F:      include/linux/workqueue.h
10546 F:      kernel/workqueue.c
10547 F:      Documentation/workqueue.txt
10548
10549 X.25 NETWORK LAYER
10550 M:      Andrew Hendry <andrew.hendry@gmail.com>
10551 L:      linux-x25@vger.kernel.org
10552 S:      Odd Fixes
10553 F:      Documentation/networking/x25*
10554 F:      include/net/x25*
10555 F:      net/x25/
10556
10557 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10558 M:      Thomas Gleixner <tglx@linutronix.de>
10559 M:      Ingo Molnar <mingo@redhat.com>
10560 M:      "H. Peter Anvin" <hpa@zytor.com>
10561 M:      x86@kernel.org
10562 L:      linux-kernel@vger.kernel.org
10563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10564 S:      Maintained
10565 F:      Documentation/x86/
10566 F:      arch/x86/
10567
10568 X86 PLATFORM DRIVERS
10569 M:      Darren Hart <dvhart@infradead.org>
10570 L:      platform-driver-x86@vger.kernel.org
10571 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10572 S:      Maintained
10573 F:      drivers/platform/x86/
10574
10575 X86 MCE INFRASTRUCTURE
10576 M:      Tony Luck <tony.luck@intel.com>
10577 M:      Borislav Petkov <bp@alien8.de>
10578 L:      linux-edac@vger.kernel.org
10579 S:      Maintained
10580 F:      arch/x86/kernel/cpu/mcheck/*
10581
10582 X86 VDSO
10583 M:      Andy Lutomirski <luto@amacapital.net>
10584 L:      linux-kernel@vger.kernel.org
10585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10586 S:      Maintained
10587 F:      arch/x86/vdso/
10588
10589 XC2028/3028 TUNER DRIVER
10590 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10591 L:      linux-media@vger.kernel.org
10592 W:      http://linuxtv.org
10593 T:      git git://linuxtv.org/media_tree.git
10594 S:      Maintained
10595 F:      drivers/media/tuners/tuner-xc2028.*
10596
10597 XEN HYPERVISOR INTERFACE
10598 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10599 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10600 M:      David Vrabel <david.vrabel@citrix.com>
10601 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10603 S:      Supported
10604 F:      arch/x86/xen/
10605 F:      drivers/*/xen-*front.c
10606 F:      drivers/xen/
10607 F:      arch/x86/include/asm/xen/
10608 F:      include/xen/
10609 F:      include/uapi/xen/
10610
10611 XEN HYPERVISOR ARM
10612 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10613 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10614 S:      Supported
10615 F:      arch/arm/xen/
10616 F:      arch/arm/include/asm/xen/
10617
10618 XEN HYPERVISOR ARM64
10619 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10620 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10621 S:      Supported
10622 F:      arch/arm64/xen/
10623 F:      arch/arm64/include/asm/xen/
10624
10625 XEN NETWORK BACKEND DRIVER
10626 M:      Ian Campbell <ian.campbell@citrix.com>
10627 M:      Wei Liu <wei.liu2@citrix.com>
10628 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10629 L:      netdev@vger.kernel.org
10630 S:      Supported
10631 F:      drivers/net/xen-netback/*
10632
10633 XEN PCI SUBSYSTEM
10634 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10635 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10636 S:      Supported
10637 F:      arch/x86/pci/*xen*
10638 F:      drivers/pci/*xen*
10639
10640 XEN BLOCK SUBSYSTEM
10641 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10642 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10643 S:      Supported
10644 F:      drivers/block/xen-blkback/*
10645 F:      drivers/block/xen*
10646
10647 XEN PVSCSI DRIVERS
10648 M:      Juergen Gross <jgross@suse.com>
10649 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10650 L:      linux-scsi@vger.kernel.org
10651 S:      Supported
10652 F:      drivers/scsi/xen-scsifront.c
10653 F:      drivers/xen/xen-scsiback.c
10654 F:      include/xen/interface/io/vscsiif.h
10655
10656 XEN SWIOTLB SUBSYSTEM
10657 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10658 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10659 S:      Supported
10660 F:      arch/x86/xen/*swiotlb*
10661 F:      drivers/xen/*swiotlb*
10662
10663 XFS FILESYSTEM
10664 P:      Silicon Graphics Inc
10665 M:      Dave Chinner <david@fromorbit.com>
10666 M:      xfs@oss.sgi.com
10667 L:      xfs@oss.sgi.com
10668 W:      http://oss.sgi.com/projects/xfs
10669 T:      git git://oss.sgi.com/xfs/xfs.git
10670 S:      Supported
10671 F:      Documentation/filesystems/xfs.txt
10672 F:      fs/xfs/
10673
10674 XILINX AXI ETHERNET DRIVER
10675 M:      Anirudha Sarangi <anirudh@xilinx.com>
10676 M:      John Linn <John.Linn@xilinx.com>
10677 S:      Maintained
10678 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10679
10680 XILINX UARTLITE SERIAL DRIVER
10681 M:      Peter Korsgaard <jacmet@sunsite.dk>
10682 L:      linux-serial@vger.kernel.org
10683 S:      Maintained
10684 F:      drivers/tty/serial/uartlite.c
10685
10686 XILLYBUS DRIVER
10687 M:      Eli Billauer <eli.billauer@gmail.com>
10688 L:      linux-kernel@vger.kernel.org
10689 S:      Supported
10690 F:      drivers/char/xillybus/
10691
10692 XTENSA XTFPGA PLATFORM SUPPORT
10693 M:      Max Filippov <jcmvbkbc@gmail.com>
10694 L:      linux-xtensa@linux-xtensa.org
10695 S:      Maintained
10696 F:      drivers/spi/spi-xtensa-xtfpga.c
10697
10698 YAM DRIVER FOR AX.25
10699 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10700 L:      linux-hams@vger.kernel.org
10701 S:      Maintained
10702 F:      drivers/net/hamradio/yam*
10703 F:      include/linux/yam.h
10704
10705 YEALINK PHONE DRIVER
10706 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10707 L:      usbb2k-api-dev@nongnu.org
10708 S:      Maintained
10709 F:      Documentation/input/yealink.txt
10710 F:      drivers/input/misc/yealink.*
10711
10712 Z8530 DRIVER FOR AX.25
10713 M:      Joerg Reuter <jreuter@yaina.de>
10714 W:      http://yaina.de/jreuter/
10715 W:      http://www.qsl.net/dl1bke/
10716 L:      linux-hams@vger.kernel.org
10717 S:      Maintained
10718 F:      Documentation/networking/z8530drv.txt
10719 F:      drivers/net/hamradio/*scc.c
10720 F:      drivers/net/hamradio/z8530.h
10721
10722 ZBUD COMPRESSED PAGE ALLOCATOR
10723 M:      Seth Jennings <sjennings@variantweb.net>
10724 L:      linux-mm@kvack.org
10725 S:      Maintained
10726 F:      mm/zbud.c
10727 F:      include/linux/zbud.h
10728
10729 ZD1211RW WIRELESS DRIVER
10730 M:      Daniel Drake <dsd@gentoo.org>
10731 M:      Ulrich Kunitz <kune@deine-taler.de>
10732 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10733 L:      linux-wireless@vger.kernel.org
10734 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10735 S:      Maintained
10736 F:      drivers/net/wireless/zd1211rw/
10737
10738 ZR36067 VIDEO FOR LINUX DRIVER
10739 L:      mjpeg-users@lists.sourceforge.net
10740 L:      linux-media@vger.kernel.org
10741 W:      http://mjpeg.sourceforge.net/driver-zoran/
10742 T:      hg http://linuxtv.org/hg/v4l-dvb
10743 S:      Odd Fixes
10744 F:      drivers/media/pci/zoran/
10745
10746 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10747 M:      Minchan Kim <minchan@kernel.org>
10748 M:      Nitin Gupta <ngupta@vflare.org>
10749 L:      linux-kernel@vger.kernel.org
10750 S:      Maintained
10751 F:      drivers/block/zram/
10752 F:      Documentation/blockdev/zram.txt
10753
10754 ZS DECSTATION Z85C30 SERIAL DRIVER
10755 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10756 S:      Maintained
10757 F:      drivers/tty/serial/zs.*
10758
10759 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10760 M:      Minchan Kim <minchan@kernel.org>
10761 M:      Nitin Gupta <ngupta@vflare.org>
10762 L:      linux-mm@kvack.org
10763 S:      Maintained
10764 F:      mm/zsmalloc.c
10765 F:      include/linux/zsmalloc.h
10766
10767 ZSWAP COMPRESSED SWAP CACHING
10768 M:      Seth Jennings <sjennings@variantweb.net>
10769 L:      linux-mm@kvack.org
10770 S:      Maintained
10771 F:      mm/zswap.c
10772
10773 THE REST
10774 M:      Linus Torvalds <torvalds@linux-foundation.org>
10775 L:      linux-kernel@vger.kernel.org
10776 Q:      http://patchwork.kernel.org/project/LKML/list/
10777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10778 S:      Buried alive in reporters
10779 F:      *
10780 F:      */