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