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