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