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