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