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