HID: roccat: potential out of bounds in pyra_sysfs_write_settings()
[cascardo/linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA TRIPLE SPEED ETHERNET DRIVER
567 M:      Vince Bridgers <vbridger@opensource.altera.com>
568 L:      netdev@vger.kernel.org
569 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
570 S:      Maintained
571 F:      drivers/net/ethernet/altera/
572
573 ALTERA UART/JTAG UART SERIAL DRIVERS
574 M:      Tobias Klauser <tklauser@distanz.ch>
575 L:      linux-serial@vger.kernel.org
576 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      drivers/tty/serial/altera_uart.c
579 F:      drivers/tty/serial/altera_jtaguart.c
580 F:      include/linux/altera_uart.h
581 F:      include/linux/altera_jtaguart.h
582
583 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
584 M:      Tom Lendacky <thomas.lendacky@amd.com>
585 L:      linux-crypto@vger.kernel.org
586 S:      Supported
587 F:      drivers/crypto/ccp/
588 F:      include/linux/ccp.h
589
590 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
591 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
592 L:      lm-sensors@lm-sensors.org
593 S:      Maintained
594 F:      Documentation/hwmon/fam15h_power
595 F:      drivers/hwmon/fam15h_power.c
596
597 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
598 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
599 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
600 S:      Supported
601 F:      drivers/usb/gadget/udc/amd5536udc.*
602
603 AMD GEODE PROCESSOR/CHIPSET SUPPORT
604 P:      Andres Salomon <dilinger@queued.net>
605 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
606 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
607 S:      Supported
608 F:      drivers/char/hw_random/geode-rng.c
609 F:      drivers/crypto/geode*
610 F:      drivers/video/fbdev/geode/
611 F:      arch/x86/include/asm/geode.h
612
613 AMD IOMMU (AMD-VI)
614 M:      Joerg Roedel <joro@8bytes.org>
615 L:      iommu@lists.linux-foundation.org
616 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
617 S:      Maintained
618 F:      drivers/iommu/amd_iommu*.[ch]
619 F:      include/linux/amd-iommu.h
620
621 AMD MICROCODE UPDATE SUPPORT
622 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
623 L:      amd64-microcode@amd64.org
624 S:      Maintained
625 F:      arch/x86/kernel/cpu/microcode/amd*
626
627 AMD XGBE DRIVER
628 M:      Tom Lendacky <thomas.lendacky@amd.com>
629 L:      netdev@vger.kernel.org
630 S:      Supported
631 F:      drivers/net/ethernet/amd/xgbe/
632 F:      drivers/net/phy/amd-xgbe-phy.c
633
634 AMS (Apple Motion Sensor) DRIVER
635 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
636 S:      Supported
637 F:      drivers/macintosh/ams/
638
639 AMSO1100 RNIC DRIVER
640 M:      Tom Tucker <tom@opengridcomputing.com>
641 M:      Steve Wise <swise@opengridcomputing.com>
642 L:      linux-rdma@vger.kernel.org
643 S:      Maintained
644 F:      drivers/infiniband/hw/amso1100/
645
646 ANALOG DEVICES INC AD9389B DRIVER
647 M:      Hans Verkuil <hans.verkuil@cisco.com>
648 L:      linux-media@vger.kernel.org
649 S:      Maintained
650 F:      drivers/media/i2c/ad9389b*
651
652 ANALOG DEVICES INC ADV7511 DRIVER
653 M:      Hans Verkuil <hans.verkuil@cisco.com>
654 L:      linux-media@vger.kernel.org
655 S:      Maintained
656 F:      drivers/media/i2c/adv7511*
657
658 ANALOG DEVICES INC ADV7604 DRIVER
659 M:      Hans Verkuil <hans.verkuil@cisco.com>
660 L:      linux-media@vger.kernel.org
661 S:      Maintained
662 F:      drivers/media/i2c/adv7604*
663
664 ANALOG DEVICES INC ADV7842 DRIVER
665 M:      Hans Verkuil <hans.verkuil@cisco.com>
666 L:      linux-media@vger.kernel.org
667 S:      Maintained
668 F:      drivers/media/i2c/adv7842*
669
670 ANALOG DEVICES INC ASOC CODEC DRIVERS
671 M:      Lars-Peter Clausen <lars@metafoo.de>
672 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
673 W:      http://wiki.analog.com/
674 W:      http://ez.analog.com/community/linux-device-drivers
675 S:      Supported
676 F:      sound/soc/codecs/adau*
677 F:      sound/soc/codecs/adav*
678 F:      sound/soc/codecs/ad1*
679 F:      sound/soc/codecs/ad7*
680 F:      sound/soc/codecs/ssm*
681 F:      sound/soc/codecs/sigmadsp.*
682
683 ANALOG DEVICES INC ASOC DRIVERS
684 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
685 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
686 W:      http://blackfin.uclinux.org/
687 S:      Supported
688 F:      sound/soc/blackfin/*
689  
690 ANALOG DEVICES INC IIO DRIVERS
691 M:      Lars-Peter Clausen <lars@metafoo.de>
692 M:      Michael Hennerich <Michael.Hennerich@analog.com>
693 W:      http://wiki.analog.com/
694 W:      http://ez.analog.com/community/linux-device-drivers
695 S:      Supported
696 F:      drivers/iio/*/ad*
697 X:      drivers/iio/*/adjd*
698 F:      drivers/staging/iio/*/ad*
699 F:      staging/iio/trigger/iio-trig-bfin-timer.c
700
701 AOA (Apple Onboard Audio) ALSA DRIVER
702 M:      Johannes Berg <johannes@sipsolutions.net>
703 L:      linuxppc-dev@lists.ozlabs.org
704 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
705 S:      Maintained
706 F:      sound/aoa/
707
708 APM DRIVER
709 M:      Jiri Kosina <jkosina@suse.cz>
710 S:      Odd fixes
711 F:      arch/x86/kernel/apm_32.c
712 F:      include/linux/apm_bios.h
713 F:      include/uapi/linux/apm_bios.h
714 F:      drivers/char/apm-emulation.c
715
716 APPLE BCM5974 MULTITOUCH DRIVER
717 M:      Henrik Rydberg <rydberg@euromail.se>
718 L:      linux-input@vger.kernel.org
719 S:      Maintained
720 F:      drivers/input/mouse/bcm5974.c
721
722 APPLE SMC DRIVER
723 M:      Henrik Rydberg <rydberg@euromail.se>
724 L:      lm-sensors@lm-sensors.org
725 S:      Maintained
726 F:      drivers/hwmon/applesmc.c
727
728 APPLETALK NETWORK LAYER
729 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
730 S:      Maintained
731 F:      drivers/net/appletalk/
732 F:      net/appletalk/
733
734 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
735 M:      Iyappan Subramanian <isubramanian@apm.com>
736 M:      Keyur Chudgar <kchudgar@apm.com>
737 S:      Supported
738 F:      drivers/net/ethernet/apm/xgene/
739 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
740
741 APTINA CAMERA SENSOR PLL
742 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
743 L:      linux-media@vger.kernel.org
744 S:      Maintained
745 F:      drivers/media/i2c/aptina-pll.*
746
747 ARASAN COMPACT FLASH PATA CONTROLLER
748 M:      Viresh Kumar <viresh.linux@gmail.com>
749 L:      linux-ide@vger.kernel.org
750 S:      Maintained
751 F:      include/linux/pata_arasan_cf_data.h
752 F:      drivers/ata/pata_arasan_cf.c
753
754 ARC FRAMEBUFFER DRIVER
755 M:      Jaya Kumar <jayalk@intworks.biz>
756 S:      Maintained
757 F:      drivers/video/fbdev/arcfb.c
758 F:      drivers/video/fbdev/core/fb_defio.c
759
760 ARM MFM AND FLOPPY DRIVERS
761 M:      Ian Molton <spyro@f2s.com>
762 S:      Maintained
763 F:      arch/arm/lib/floppydma.S
764 F:      arch/arm/include/asm/floppy.h
765
766 ARM PMU PROFILING AND DEBUGGING
767 M:      Will Deacon <will.deacon@arm.com>
768 S:      Maintained
769 F:      arch/arm/kernel/perf_event*
770 F:      arch/arm/oprofile/common.c
771 F:      arch/arm/include/asm/pmu.h
772 F:      arch/arm/kernel/hw_breakpoint.c
773 F:      arch/arm/include/asm/hw_breakpoint.h
774
775 ARM PORT
776 M:      Russell King <linux@arm.linux.org.uk>
777 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
778 W:      http://www.arm.linux.org.uk/
779 S:      Maintained
780 F:      arch/arm/
781
782 ARM SUB-ARCHITECTURES
783 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
784 S:      Maintained
785 F:      arch/arm/mach-*/
786 F:      arch/arm/plat-*/
787 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
788
789 ARM PRIMECELL AACI PL041 DRIVER
790 M:      Russell King <linux@arm.linux.org.uk>
791 S:      Maintained
792 F:      sound/arm/aaci.*
793
794 ARM PRIMECELL CLCD PL110 DRIVER
795 M:      Russell King <linux@arm.linux.org.uk>
796 S:      Maintained
797 F:      drivers/video/fbdev/amba-clcd.*
798
799 ARM PRIMECELL KMI PL050 DRIVER
800 M:      Russell King <linux@arm.linux.org.uk>
801 S:      Maintained
802 F:      drivers/input/serio/ambakmi.*
803 F:      include/linux/amba/kmi.h
804
805 ARM PRIMECELL MMCI PL180/1 DRIVER
806 M:      Russell King <linux@arm.linux.org.uk>
807 S:      Maintained
808 F:      drivers/mmc/host/mmci.*
809 F:      include/linux/amba/mmci.h
810
811 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
812 M:      Russell King <linux@arm.linux.org.uk>
813 S:      Maintained
814 F:      drivers/tty/serial/amba-pl01*.c
815 F:      include/linux/amba/serial.h
816
817 ARM PRIMECELL BUS SUPPORT
818 M:      Russell King <linux@arm.linux.org.uk>
819 S:      Maintained
820 F:      drivers/amba/
821 F:      include/linux/amba/bus.h
822
823 ARM/ADS SPHERE MACHINE SUPPORT
824 M:      Lennert Buytenhek <kernel@wantstofly.org>
825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
826 S:      Maintained
827
828 ARM/AFEB9260 MACHINE SUPPORT
829 M:      Sergey Lapin <slapin@ossfans.org>
830 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
831 S:      Maintained
832
833 ARM/AJECO 1ARM MACHINE SUPPORT
834 M:      Lennert Buytenhek <kernel@wantstofly.org>
835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
836 S:      Maintained
837
838 ARM/Allwinner A1X SoC support
839 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
840 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
841 S:      Maintained
842 N:      sun[x4567]i
843
844 ARM/Allwinner SoC Clock Support
845 M:      Emilio López <emilio@elopez.com.ar>
846 S:      Maintained
847 F:      drivers/clk/sunxi/
848
849 ARM/Amlogic MesonX SoC support
850 M:      Carlo Caione <carlo@caione.org>
851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
852 S:      Maintained
853 F:      drivers/media/rc/meson-ir.c
854 N:      meson[x68]
855
856 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
857 M:      Andrew Victor <linux@maxim.org.za>
858 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
859 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
860 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
861 W:      http://maxim.org.za/at91_26.html
862 W:      http://www.linux4sam.org
863 S:      Supported
864 F:      arch/arm/mach-at91/
865 F:      include/soc/at91/
866 F:      arch/arm/boot/dts/at91*.dts
867 F:      arch/arm/boot/dts/at91*.dtsi
868 F:      arch/arm/boot/dts/sama*.dts
869 F:      arch/arm/boot/dts/sama*.dtsi
870
871 ARM/ATMEL AT91 Clock Support
872 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
873 S:      Maintained
874 F:      drivers/clk/at91
875
876 ARM/CALXEDA HIGHBANK ARCHITECTURE
877 M:      Rob Herring <robh@kernel.org>
878 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
879 S:      Maintained
880 F:      arch/arm/mach-highbank/
881
882 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
883 M:      Krzysztof Halasa <khalasa@piap.pl>
884 S:      Maintained
885 F:      arch/arm/mach-cns3xxx/
886
887 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
888 M:      Alexander Shiyan <shc_work@mail.ru>
889 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
890 S:      Odd Fixes
891 N:      clps711x
892
893 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
894 M:      Hartley Sweeten <hsweeten@visionengravers.com>
895 M:      Ryan Mallon <rmallon@gmail.com>
896 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
897 S:      Maintained
898 F:      arch/arm/mach-ep93xx/
899 F:      arch/arm/mach-ep93xx/include/mach/
900
901 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
902 M:      Lennert Buytenhek <kernel@wantstofly.org>
903 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
904 S:      Maintained
905
906 ARM/CLKDEV SUPPORT
907 M:      Russell King <linux@arm.linux.org.uk>
908 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
909 S:      Maintained
910 F:      arch/arm/include/asm/clkdev.h
911 F:      drivers/clk/clkdev.c
912
913 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
914 M:      Mike Rapoport <mike@compulab.co.il>
915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916 S:      Maintained
917
918 ARM/CONTEC MICRO9 MACHINE SUPPORT
919 M:      Hubert Feurstein <hubert.feurstein@contec.at>
920 S:      Maintained
921 F:      arch/arm/mach-ep93xx/micro9.c
922
923 ARM/CORGI MACHINE SUPPORT
924 M:      Richard Purdie <rpurdie@rpsys.net>
925 S:      Maintained
926
927 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
928 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
929 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
930 T:      git git://git.berlios.de/gemini-board
931 S:      Maintained
932 F:      arch/arm/mach-gemini/
933
934 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
935 M:      Barry Song <baohua@kernel.org>
936 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
938 S:      Maintained
939 F:      arch/arm/mach-prima2/
940 F:      drivers/clk/sirf/
941 F:      drivers/clocksource/timer-prima2.c
942 F:      drivers/clocksource/timer-marco.c
943 N:      [^a-z]sirf
944
945 ARM/EBSA110 MACHINE SUPPORT
946 M:      Russell King <linux@arm.linux.org.uk>
947 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
948 W:      http://www.arm.linux.org.uk/
949 S:      Maintained
950 F:      arch/arm/mach-ebsa110/
951 F:      drivers/net/ethernet/amd/am79c961a.*
952
953 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
954 M:      Uwe Kleine-König <kernel@pengutronix.de>
955 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
956 S:      Maintained
957 N:      efm32
958
959 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
960 M:      Daniel Ribeiro <drwyrm@gmail.com>
961 M:      Stefan Schmidt <stefan@openezx.org>
962 M:      Harald Welte <laforge@openezx.org>
963 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
964 W:      http://www.openezx.org/
965 S:      Maintained
966 T:      topgit git://git.openezx.org/openezx.git
967 F:      arch/arm/mach-pxa/ezx.c
968
969 ARM/FARADAY FA526 PORT
970 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
971 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
972 S:      Maintained
973 T:      git git://git.berlios.de/gemini-board
974 F:      arch/arm/mm/*-fa*
975
976 ARM/FOOTBRIDGE ARCHITECTURE
977 M:      Russell King <linux@arm.linux.org.uk>
978 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
979 W:      http://www.arm.linux.org.uk/
980 S:      Maintained
981 F:      arch/arm/include/asm/hardware/dec21285.h
982 F:      arch/arm/mach-footbridge/
983
984 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
985 M:      Shawn Guo <shawn.guo@linaro.org>
986 M:      Sascha Hauer <kernel@pengutronix.de>
987 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
988 S:      Maintained
989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
990 F:      arch/arm/mach-imx/
991 F:      arch/arm/mach-mxs/
992 F:      arch/arm/boot/dts/imx*
993 F:      arch/arm/configs/imx*_defconfig
994
995 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
996 M:      Lennert Buytenhek <kernel@wantstofly.org>
997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
998 S:      Maintained
999
1000 ARM/GUMSTIX MACHINE SUPPORT
1001 M:      Steve Sakoman <sakoman@gmail.com>
1002 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1003 S:      Maintained
1004
1005 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1006 M:      Philipp Zabel <philipp.zabel@gmail.com>
1007 M:      Paul Parsons <lost.distance@yahoo.com>
1008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1009 S:      Maintained
1010 F:      arch/arm/mach-pxa/hx4700.c
1011 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1012 F:      sound/soc/pxa/hx4700.c
1013
1014 ARM/HISILICON SOC SUPPORT
1015 M:      Wei Xu <xuwei5@hisilicon.com>
1016 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1017 W:      http://www.hisilicon.com
1018 S:      Supported
1019 T:      git git://github.com/hisilicon/linux-hisi.git
1020 F:      arch/arm/mach-hisi/
1021
1022 ARM/HP JORNADA 7XX MACHINE SUPPORT
1023 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1024 W:      www.jlime.com
1025 S:      Maintained
1026 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1027 F:      arch/arm/mach-sa1100/jornada720.c
1028 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1029
1030 ARM/IGEP MACHINE SUPPORT
1031 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1032 M:      Javier Martinez Canillas <javier@dowhile0.org>
1033 L:      linux-omap@vger.kernel.org
1034 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1035 S:      Maintained
1036 F:      arch/arm/boot/dts/omap3-igep*
1037
1038 ARM/INCOME PXA270 SUPPORT
1039 M:      Marek Vasut <marek.vasut@gmail.com>
1040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1041 S:      Maintained
1042 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1043
1044 ARM/INTEL IOP32X ARM ARCHITECTURE
1045 M:      Lennert Buytenhek <kernel@wantstofly.org>
1046 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1047 S:      Maintained
1048
1049 ARM/INTEL IOP33X ARM ARCHITECTURE
1050 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1051 S:      Orphan
1052
1053 ARM/INTEL IOP13XX ARM ARCHITECTURE
1054 M:      Lennert Buytenhek <kernel@wantstofly.org>
1055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1056 S:      Maintained
1057
1058 ARM/INTEL IQ81342EX MACHINE SUPPORT
1059 M:      Lennert Buytenhek <kernel@wantstofly.org>
1060 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1061 S:      Maintained
1062
1063 ARM/INTEL IXDP2850 MACHINE SUPPORT
1064 M:      Lennert Buytenhek <kernel@wantstofly.org>
1065 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1066 S:      Maintained
1067
1068 ARM/INTEL IXP4XX ARM ARCHITECTURE
1069 M:      Imre Kaloz <kaloz@openwrt.org>
1070 M:      Krzysztof Halasa <khalasa@piap.pl>
1071 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1072 S:      Maintained
1073 F:      arch/arm/mach-ixp4xx/
1074
1075 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1076 M:      Jonathan Cameron <jic23@cam.ac.uk>
1077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1078 S:      Maintained
1079 F:      arch/arm/mach-pxa/stargate2.c
1080 F:      drivers/pcmcia/pxa2xx_stargate2.c
1081
1082 ARM/INTEL XSC3 (MANZANO) ARM CORE
1083 M:      Lennert Buytenhek <kernel@wantstofly.org>
1084 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1085 S:      Maintained
1086
1087 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1088 M:      Lennert Buytenhek <kernel@wantstofly.org>
1089 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1090 S:      Maintained
1091
1092 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1093 M:      Santosh Shilimkar <ssantosh@kernel.org>
1094 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1095 S:      Maintained
1096 F:      arch/arm/mach-keystone/
1097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1098
1099 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1100 M:      Santosh Shilimkar <ssantosh@kernel.org>
1101 L:      linux-kernel@vger.kernel.org
1102 S:      Maintained
1103 F:      drivers/clk/keystone/
1104
1105 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1106 M:      Santosh Shilimkar <ssantosh@kernel.org>
1107 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1108 L:      linux-kernel@vger.kernel.org
1109 S:      Maintained
1110 F:      drivers/clocksource/timer-keystone.c
1111
1112 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1113 M:      Santosh Shilimkar <ssantosh@kernel.org>
1114 L:      linux-kernel@vger.kernel.org
1115 S:      Maintained
1116 F:      drivers/power/reset/keystone-reset.c
1117
1118 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1119 M:      Santosh Shilimkar <ssantosh@kernel.org>
1120 L:      linux-kernel@vger.kernel.org
1121 S:      Maintained
1122 F:      drivers/memory/*emif*
1123
1124 ARM/LOGICPD PXA270 MACHINE SUPPORT
1125 M:      Lennert Buytenhek <kernel@wantstofly.org>
1126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1127 S:      Maintained
1128
1129 ARM/MAGICIAN MACHINE SUPPORT
1130 M:      Philipp Zabel <philipp.zabel@gmail.com>
1131 S:      Maintained
1132
1133 ARM/Marvell Armada 370 and Armada XP SOC support
1134 M:      Jason Cooper <jason@lakedaemon.net>
1135 M:      Andrew Lunn <andrew@lunn.ch>
1136 M:      Gregory Clement <gregory.clement@free-electrons.com>
1137 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1138 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1139 S:      Maintained
1140 F:      arch/arm/mach-mvebu/
1141
1142 ARM/Marvell Berlin SoC support
1143 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1144 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1145 S:      Maintained
1146 F:      arch/arm/mach-berlin/
1147
1148 ARM/Marvell Dove/MV78xx0/Orion SOC support
1149 M:      Jason Cooper <jason@lakedaemon.net>
1150 M:      Andrew Lunn <andrew@lunn.ch>
1151 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1152 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 S:      Maintained
1154 F:      arch/arm/mach-dove/
1155 F:      arch/arm/mach-mv78xx0/
1156 F:      arch/arm/mach-orion5x/
1157 F:      arch/arm/plat-orion/
1158
1159 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1160 M:      Alexander Clouter <alex@digriz.org.uk>
1161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1162 W:      http://www.digriz.org.uk/ts78xx/kernel
1163 S:      Maintained
1164 F:      arch/arm/mach-orion5x/ts78xx-*
1165
1166 ARM/Mediatek SoC support
1167 M:      Matthias Brugger <matthias.bgg@gmail.com>
1168 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1169 S:      Maintained
1170 F:      arch/arm/boot/dts/mt6*
1171 F:      arch/arm/boot/dts/mt8*
1172 F:      arch/arm/mach-mediatek/
1173 N:      mtk
1174 K:      mediatek
1175
1176 ARM/MICREL KS8695 ARCHITECTURE
1177 M:      Greg Ungerer <gerg@uclinux.org>
1178 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1179 F:      arch/arm/mach-ks8695/
1180 S:      Odd Fixes
1181
1182 ARM/MIOA701 MACHINE SUPPORT
1183 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1184 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1185 F:      arch/arm/mach-pxa/mioa701.c
1186 S:      Maintained
1187
1188 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1189 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1190 S:      Maintained
1191
1192 ARM/NOMADIK ARCHITECTURE
1193 M:      Alessandro Rubini <rubini@unipv.it>
1194 M:      Linus Walleij <linus.walleij@linaro.org>
1195 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1196 S:      Maintained
1197 F:      arch/arm/mach-nomadik/
1198 F:      drivers/pinctrl/nomadik/
1199 F:      drivers/i2c/busses/i2c-nomadik.c
1200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1201
1202 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1203 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1204 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1205 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1206 S:      Supported
1207
1208 ARM/QUALCOMM MSM MACHINE SUPPORT
1209 M:      David Brown <davidb@codeaurora.org>
1210 M:      Daniel Walker <dwalker@fifo99.com>
1211 M:      Bryan Huntsman <bryanh@codeaurora.org>
1212 L:      linux-arm-msm@vger.kernel.org
1213 F:      arch/arm/mach-msm/
1214 F:      drivers/video/fbdev/msm/
1215 F:      drivers/mmc/host/msm_sdcc.c
1216 F:      drivers/mmc/host/msm_sdcc.h
1217 F:      drivers/tty/serial/msm_serial.h
1218 F:      drivers/tty/serial/msm_serial.c
1219 F:      drivers/*/pm8???-*
1220 F:      drivers/mfd/ssbi.c
1221 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1222 S:      Maintained
1223
1224 ARM/TOSA MACHINE SUPPORT
1225 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1226 M:      Dirk Opfer <dirk@opfer-online.de>
1227 S:      Maintained
1228
1229 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1230 M:      Marek Vasut <marek.vasut@gmail.com>
1231 L:      linux-arm-kernel@lists.infradead.org
1232 W:      http://hackndev.com
1233 S:      Maintained
1234 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1235 F:      arch/arm/mach-pxa/palmtx.c
1236 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1237 F:      arch/arm/mach-pxa/palmt5.c
1238 F:      arch/arm/mach-pxa/include/mach/palmld.h
1239 F:      arch/arm/mach-pxa/palmld.c
1240 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1241 F:      arch/arm/mach-pxa/palmte2.c
1242 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1243 F:      arch/arm/mach-pxa/palmtc.c
1244
1245 ARM/PALM TREO SUPPORT
1246 M:      Tomas Cech <sleep_walker@suse.cz>
1247 L:      linux-arm-kernel@lists.infradead.org
1248 W:      http://hackndev.com
1249 S:      Maintained
1250 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1251 F:      arch/arm/mach-pxa/palmtreo.c
1252
1253 ARM/PALMZ72 SUPPORT
1254 M:      Sergey Lapin <slapin@ossfans.org>
1255 L:      linux-arm-kernel@lists.infradead.org
1256 W:      http://hackndev.com
1257 S:      Maintained
1258 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1259 F:      arch/arm/mach-pxa/palmz72.c
1260
1261 ARM/PLEB SUPPORT
1262 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1263 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1264 S:      Maintained
1265
1266 ARM/PT DIGITAL BOARD PORT
1267 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1268 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1269 W:      http://www.arm.linux.org.uk/
1270 S:      Maintained
1271
1272 ARM/QUALCOMM SUPPORT
1273 M:      Kumar Gala <galak@codeaurora.org>
1274 M:      David Brown <davidb@codeaurora.org>
1275 L:      linux-arm-msm@vger.kernel.org
1276 S:      Maintained
1277 F:      arch/arm/mach-qcom/
1278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1279
1280 ARM/RADISYS ENP2611 MACHINE SUPPORT
1281 M:      Lennert Buytenhek <kernel@wantstofly.org>
1282 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1283 S:      Maintained
1284
1285 ARM/RISCPC ARCHITECTURE
1286 M:      Russell King <linux@arm.linux.org.uk>
1287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1288 W:      http://www.arm.linux.org.uk/
1289 S:      Maintained
1290 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1291 F:      arch/arm/include/asm/hardware/ioc.h
1292 F:      arch/arm/include/asm/hardware/iomd.h
1293 F:      arch/arm/include/asm/hardware/memc.h
1294 F:      arch/arm/mach-rpc/
1295 F:      drivers/net/ethernet/8390/etherh.c
1296 F:      drivers/net/ethernet/i825xx/ether1*
1297 F:      drivers/net/ethernet/seeq/ether3*
1298 F:      drivers/scsi/arm/
1299
1300 ARM/Rockchip SoC support
1301 M:      Heiko Stuebner <heiko@sntech.de>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 L:      linux-rockchip@lists.infradead.org
1304 S:      Maintained
1305 F:      arch/arm/boot/dts/rk3*
1306 F:      arch/arm/mach-rockchip/
1307 F:      drivers/clk/rockchip/
1308 F:      drivers/i2c/busses/i2c-rk3x.c
1309 F:      drivers/*/*rockchip*
1310 F:      drivers/*/*/*rockchip*
1311 F:      sound/soc/rockchip/
1312
1313 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1314 M:      Kukjin Kim <kgene@kernel.org>
1315 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1316 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1317 S:      Maintained
1318 F:      arch/arm/boot/dts/s3c*
1319 F:      arch/arm/boot/dts/exynos*
1320 F:      arch/arm/plat-samsung/
1321 F:      arch/arm/mach-s3c24*/
1322 F:      arch/arm/mach-s3c64xx/
1323 F:      arch/arm/mach-s5p*/
1324 F:      arch/arm/mach-exynos*/
1325 F:      drivers/*/*s3c2410*
1326 F:      drivers/*/*/*s3c2410*
1327 F:      drivers/spi/spi-s3c*
1328 F:      sound/soc/samsung/*
1329 N:      exynos
1330
1331 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1332 M:      Kyungmin Park <kyungmin.park@samsung.com>
1333 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1334 S:      Maintained
1335 F:      arch/arm/mach-s5pv210/
1336
1337 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1338 M:      Kyungmin Park <kyungmin.park@samsung.com>
1339 M:      Kamil Debski <k.debski@samsung.com>
1340 L:      linux-arm-kernel@lists.infradead.org
1341 L:      linux-media@vger.kernel.org
1342 S:      Maintained
1343 F:      drivers/media/platform/s5p-g2d/
1344
1345 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1346 M:      Kyungmin Park <kyungmin.park@samsung.com>
1347 M:      Kamil Debski <k.debski@samsung.com>
1348 M:      Jeongtae Park <jtp.park@samsung.com>
1349 L:      linux-arm-kernel@lists.infradead.org
1350 L:      linux-media@vger.kernel.org
1351 S:      Maintained
1352 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1353 F:      drivers/media/platform/s5p-mfc/
1354
1355 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1356 M:      Kyungmin Park <kyungmin.park@samsung.com>
1357 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1358 L:      linux-arm-kernel@lists.infradead.org
1359 L:      linux-media@vger.kernel.org
1360 S:      Maintained
1361 F:      drivers/media/platform/s5p-tv/
1362
1363 ARM/SHMOBILE ARM ARCHITECTURE
1364 M:      Simon Horman <horms@verge.net.au>
1365 M:      Magnus Damm <magnus.damm@gmail.com>
1366 L:      linux-sh@vger.kernel.org
1367 W:      http://oss.renesas.com
1368 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1369 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1370 S:      Supported
1371 F:      arch/arm/boot/dts/emev2*
1372 F:      arch/arm/boot/dts/r7s*
1373 F:      arch/arm/boot/dts/r8a*
1374 F:      arch/arm/boot/dts/sh*
1375 F:      arch/arm/configs/ape6evm_defconfig
1376 F:      arch/arm/configs/armadillo800eva_defconfig
1377 F:      arch/arm/configs/bockw_defconfig
1378 F:      arch/arm/configs/kzm9g_defconfig
1379 F:      arch/arm/configs/lager_defconfig
1380 F:      arch/arm/configs/mackerel_defconfig
1381 F:      arch/arm/configs/marzen_defconfig
1382 F:      arch/arm/configs/shmobile_defconfig
1383 F:      arch/arm/include/debug/renesas-scif.S
1384 F:      arch/arm/mach-shmobile/
1385 F:      drivers/sh/
1386
1387 ARM/SOCFPGA ARCHITECTURE
1388 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1389 S:      Maintained
1390 F:      arch/arm/mach-socfpga/
1391 W:      http://www.rocketboards.org
1392 T:      git://git.rocketboards.org/linux-socfpga.git
1393 T:      git://git.rocketboards.org/linux-socfpga-next.git
1394
1395 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1396 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1397 S:      Maintained
1398 F:      drivers/clk/socfpga/
1399
1400 ARM/SOCFPGA EDAC SUPPORT
1401 M:      Thor Thayer <tthayer@opensource.altera.com>
1402 S:      Maintained
1403 F:      drivers/edac/altera_edac.
1404
1405 ARM/STI ARCHITECTURE
1406 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1407 M:      Maxime Coquelin <maxime.coquelin@st.com>
1408 M:      Patrice Chotard <patrice.chotard@st.com>
1409 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1410 L:      kernel@stlinux.com
1411 W:      http://www.stlinux.com
1412 S:      Maintained
1413 F:      arch/arm/mach-sti/
1414 F:      arch/arm/boot/dts/sti*
1415 F:      drivers/clocksource/arm_global_timer.c
1416 F:      drivers/i2c/busses/i2c-st.c
1417 F:      drivers/media/rc/st_rc.c
1418 F:      drivers/mmc/host/sdhci-st.c
1419 F:      drivers/phy/phy-stih407-usb.c
1420 F:      drivers/phy/phy-stih41x-usb.c
1421 F:      drivers/pinctrl/pinctrl-st.c
1422 F:      drivers/reset/sti/
1423 F:      drivers/tty/serial/st-asc.c
1424 F:      drivers/usb/dwc3/dwc3-st.c
1425 F:      drivers/usb/host/ehci-st.c
1426 F:      drivers/usb/host/ohci-st.c
1427 F:      drivers/ata/ahci_st.c
1428
1429 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1430 M:      Lennert Buytenhek <kernel@wantstofly.org>
1431 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1432 S:      Maintained
1433
1434 ARM/TETON BGA MACHINE SUPPORT
1435 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1436 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1437 S:      Maintained
1438
1439 ARM/THECUS N2100 MACHINE SUPPORT
1440 M:      Lennert Buytenhek <kernel@wantstofly.org>
1441 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1442 S:      Maintained
1443
1444 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1445 M:      Wan ZongShun <mcuos.com@gmail.com>
1446 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1447 W:      http://www.mcuos.com
1448 S:      Maintained
1449 F:      arch/arm/mach-w90x900/
1450 F:      drivers/input/keyboard/w90p910_keypad.c
1451 F:      drivers/input/touchscreen/w90p910_ts.c
1452 F:      drivers/watchdog/nuc900_wdt.c
1453 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1454 F:      drivers/mtd/nand/nuc900_nand.c
1455 F:      drivers/rtc/rtc-nuc900.c
1456 F:      drivers/spi/spi-nuc900.c
1457 F:      drivers/usb/host/ehci-w90x900.c
1458 F:      drivers/video/fbdev/nuc900fb.c
1459
1460 ARM/U300 MACHINE SUPPORT
1461 M:      Linus Walleij <linus.walleij@linaro.org>
1462 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1463 S:      Supported
1464 F:      arch/arm/mach-u300/
1465 F:      drivers/clocksource/timer-u300.c
1466 F:      drivers/i2c/busses/i2c-stu300.c
1467 F:      drivers/rtc/rtc-coh901331.c
1468 F:      drivers/watchdog/coh901327_wdt.c
1469 F:      drivers/dma/coh901318*
1470 F:      drivers/mfd/ab3100*
1471 F:      drivers/rtc/rtc-ab3100.c
1472 F:      drivers/rtc/rtc-coh901331.c
1473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1474
1475 ARM/Ux500 ARM ARCHITECTURE
1476 M:      Linus Walleij <linus.walleij@linaro.org>
1477 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1478 S:      Maintained
1479 F:      arch/arm/mach-ux500/
1480 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1481 F:      drivers/dma/ste_dma40*
1482 F:      drivers/hwspinlock/u8500_hsem.c
1483 F:      drivers/mfd/abx500*
1484 F:      drivers/mfd/ab8500*
1485 F:      drivers/mfd/dbx500*
1486 F:      drivers/mfd/db8500*
1487 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1488 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1489 F:      drivers/rtc/rtc-ab8500.c
1490 F:      drivers/rtc/rtc-pl031.c
1491 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1492
1493 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1494 M:      Ulf Hansson <ulf.hansson@linaro.org>
1495 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1496 T:      git git://git.linaro.org/people/ulfh/clk.git
1497 S:      Maintained
1498 F:      drivers/clk/ux500/
1499 F:      include/linux/platform_data/clk-ux500.h
1500
1501 ARM/VERSATILE EXPRESS PLATFORM
1502 M:      Liviu Dudau <liviu.dudau@arm.com>
1503 M:      Sudeep Holla <sudeep.holla@arm.com>
1504 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1505 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1506 S:      Maintained
1507 F:      arch/arm/boot/dts/vexpress*
1508 F:      arch/arm/mach-vexpress/
1509 F:      */*/vexpress*
1510 F:      */*/*/vexpress*
1511 F:      drivers/clk/versatile/clk-vexpress-osc.c
1512 F:      drivers/clocksource/versatile.c
1513
1514 ARM/VFP SUPPORT
1515 M:      Russell King <linux@arm.linux.org.uk>
1516 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1517 W:      http://www.arm.linux.org.uk/
1518 S:      Maintained
1519 F:      arch/arm/vfp/
1520
1521 ARM/VOIPAC PXA270 SUPPORT
1522 M:      Marek Vasut <marek.vasut@gmail.com>
1523 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1524 S:      Maintained
1525 F:      arch/arm/mach-pxa/vpac270.c
1526 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1527
1528 ARM/VT8500 ARM ARCHITECTURE
1529 M:      Tony Prisk <linux@prisktech.co.nz>
1530 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1531 S:      Maintained
1532 F:      arch/arm/mach-vt8500/
1533 F:      drivers/clocksource/vt8500_timer.c
1534 F:      drivers/i2c/busses/i2c-wmt.c
1535 F:      drivers/mmc/host/wmt-sdmmc.c
1536 F:      drivers/pwm/pwm-vt8500.c
1537 F:      drivers/rtc/rtc-vt8500.c
1538 F:      drivers/tty/serial/vt8500_serial.c
1539 F:      drivers/usb/host/ehci-platform.c
1540 F:      drivers/usb/host/uhci-platform.c
1541 F:      drivers/video/fbdev/vt8500lcdfb.*
1542 F:      drivers/video/fbdev/wm8505fb*
1543 F:      drivers/video/fbdev/wmt_ge_rops.*
1544
1545 ARM/ZIPIT Z2 SUPPORT
1546 M:      Marek Vasut <marek.vasut@gmail.com>
1547 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1548 S:      Maintained
1549 F:      arch/arm/mach-pxa/z2.c
1550 F:      arch/arm/mach-pxa/include/mach/z2.h
1551
1552 ARM/ZYNQ ARCHITECTURE
1553 M:      Michal Simek <michal.simek@xilinx.com>
1554 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1555 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1556 W:      http://wiki.xilinx.com
1557 T:      git git://git.xilinx.com/linux-xlnx.git
1558 S:      Supported
1559 F:      arch/arm/mach-zynq/
1560 F:      drivers/cpuidle/cpuidle-zynq.c
1561 F:      drivers/block/xsysace.c
1562 N:      zynq
1563 N:      xilinx
1564 F:      drivers/clocksource/cadence_ttc_timer.c
1565 F:      drivers/i2c/busses/i2c-cadence.c
1566 F:      drivers/mmc/host/sdhci-of-arasan.c
1567
1568 ARM SMMU DRIVER
1569 M:      Will Deacon <will.deacon@arm.com>
1570 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1571 S:      Maintained
1572 F:      drivers/iommu/arm-smmu.c
1573
1574 ARM64 PORT (AARCH64 ARCHITECTURE)
1575 M:      Catalin Marinas <catalin.marinas@arm.com>
1576 M:      Will Deacon <will.deacon@arm.com>
1577 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1578 S:      Maintained
1579 F:      arch/arm64/
1580 F:      Documentation/arm64/
1581
1582 AS3645A LED FLASH CONTROLLER DRIVER
1583 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1584 L:      linux-media@vger.kernel.org
1585 T:      git git://linuxtv.org/media_tree.git
1586 S:      Maintained
1587 F:      drivers/media/i2c/as3645a.c
1588 F:      include/media/as3645a.h
1589
1590 ASC7621 HARDWARE MONITOR DRIVER
1591 M:      George Joseph <george.joseph@fairview5.com>
1592 L:      lm-sensors@lm-sensors.org
1593 S:      Maintained
1594 F:      Documentation/hwmon/asc7621
1595 F:      drivers/hwmon/asc7621.c
1596
1597 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1598 M:      Corentin Chary <corentin.chary@gmail.com>
1599 L:      acpi4asus-user@lists.sourceforge.net
1600 L:      platform-driver-x86@vger.kernel.org
1601 W:      http://acpi4asus.sf.net
1602 S:      Maintained
1603 F:      drivers/platform/x86/asus*.c
1604 F:      drivers/platform/x86/eeepc*.c
1605
1606 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1607 R:      Dan Williams <dan.j.williams@intel.com>
1608 W:      http://sourceforge.net/projects/xscaleiop
1609 S:      Odd fixes
1610 F:      Documentation/crypto/async-tx-api.txt
1611 F:      crypto/async_tx/
1612 F:      drivers/dma/
1613 F:      include/linux/dmaengine.h
1614 F:      include/linux/async_tx.h
1615
1616 AT24 EEPROM DRIVER
1617 M:      Wolfram Sang <wsa@the-dreams.de>
1618 L:      linux-i2c@vger.kernel.org
1619 S:      Maintained
1620 F:      drivers/misc/eeprom/at24.c
1621 F:      include/linux/platform_data/at24.h
1622
1623 ATA OVER ETHERNET (AOE) DRIVER
1624 M:      "Ed L. Cashin" <ecashin@coraid.com>
1625 W:      http://support.coraid.com/support/linux
1626 S:      Supported
1627 F:      Documentation/aoe/
1628 F:      drivers/block/aoe/
1629
1630 ATHEROS ATH GENERIC UTILITIES
1631 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1632 L:      linux-wireless@vger.kernel.org
1633 S:      Supported
1634 F:      drivers/net/wireless/ath/*
1635
1636 ATHEROS ATH5K WIRELESS DRIVER
1637 M:      Jiri Slaby <jirislaby@gmail.com>
1638 M:      Nick Kossifidis <mickflemm@gmail.com>
1639 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1640 L:      linux-wireless@vger.kernel.org
1641 L:      ath5k-devel@lists.ath5k.org
1642 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1643 S:      Maintained
1644 F:      drivers/net/wireless/ath/ath5k/
1645
1646 ATHEROS ATH6KL WIRELESS DRIVER
1647 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1648 L:      linux-wireless@vger.kernel.org
1649 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1650 T:      git git://github.com/kvalo/ath.git
1651 S:      Supported
1652 F:      drivers/net/wireless/ath/ath6kl/
1653
1654 WILOCITY WIL6210 WIRELESS DRIVER
1655 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1656 L:      linux-wireless@vger.kernel.org
1657 L:      wil6210@qca.qualcomm.com
1658 S:      Supported
1659 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1660 F:      drivers/net/wireless/ath/wil6210/
1661 F:      include/uapi/linux/wil6210_uapi.h
1662
1663 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1664 M:      Christian Lamparter <chunkeey@googlemail.com>
1665 L:      linux-wireless@vger.kernel.org
1666 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1667 S:      Maintained
1668 F:      drivers/net/wireless/ath/carl9170/
1669
1670 ATK0110 HWMON DRIVER
1671 M:      Luca Tettamanti <kronos.it@gmail.com>
1672 L:      lm-sensors@lm-sensors.org
1673 S:      Maintained
1674 F:      drivers/hwmon/asus_atk0110.c
1675
1676 ATI_REMOTE2 DRIVER
1677 M:      Ville Syrjala <syrjala@sci.fi>
1678 S:      Maintained
1679 F:      drivers/input/misc/ati_remote2.c
1680
1681 ATLX ETHERNET DRIVERS
1682 M:      Jay Cliburn <jcliburn@gmail.com>
1683 M:      Chris Snook <chris.snook@gmail.com>
1684 L:      netdev@vger.kernel.org
1685 W:      http://sourceforge.net/projects/atl1
1686 W:      http://atl1.sourceforge.net
1687 S:      Maintained
1688 F:      drivers/net/ethernet/atheros/
1689
1690 ATM
1691 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1692 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1693 L:      netdev@vger.kernel.org
1694 W:      http://linux-atm.sourceforge.net
1695 S:      Maintained
1696 F:      drivers/atm/
1697 F:      include/linux/atm*
1698 F:      include/uapi/linux/atm*
1699
1700 ATMEL AT91 / AT32 MCI DRIVER
1701 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1702 S:      Maintained
1703 F:      drivers/mmc/host/atmel-mci.c
1704 F:      drivers/mmc/host/atmel-mci-regs.h
1705
1706 ATMEL AT91 / AT32 SERIAL DRIVER
1707 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1708 S:      Supported
1709 F:      drivers/tty/serial/atmel_serial.c
1710
1711 ATMEL Audio ALSA driver
1712 M:      Bo Shen <voice.shen@atmel.com>
1713 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1714 S:      Supported
1715 F:      sound/soc/atmel
1716
1717 ATMEL DMA DRIVER
1718 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1719 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1720 S:      Supported
1721 F:      drivers/dma/at_hdmac.c
1722 F:      drivers/dma/at_hdmac_regs.h
1723 F:      include/linux/platform_data/dma-atmel.h
1724
1725 ATMEL I2C DRIVER
1726 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1727 L:      linux-i2c@vger.kernel.org
1728 S:      Supported
1729 F:      drivers/i2c/busses/i2c-at91.c
1730
1731 ATMEL ISI DRIVER
1732 M:      Josh Wu <josh.wu@atmel.com>
1733 L:      linux-media@vger.kernel.org
1734 S:      Supported
1735 F:      drivers/media/platform/soc_camera/atmel-isi.c
1736 F:      include/media/atmel-isi.h
1737
1738 ATMEL LCDFB DRIVER
1739 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1740 L:      linux-fbdev@vger.kernel.org
1741 S:      Maintained
1742 F:      drivers/video/fbdev/atmel_lcdfb.c
1743 F:      include/video/atmel_lcdc.h
1744
1745 ATMEL MACB ETHERNET DRIVER
1746 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1747 S:      Supported
1748 F:      drivers/net/ethernet/cadence/
1749
1750 ATMEL NAND DRIVER
1751 M:      Josh Wu <josh.wu@atmel.com>
1752 L:      linux-mtd@lists.infradead.org
1753 S:      Supported
1754 F:      drivers/mtd/nand/atmel_nand*
1755
1756 ATMEL SPI DRIVER
1757 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1758 S:      Supported
1759 F:      drivers/spi/spi-atmel.*
1760
1761 ATMEL SSC DRIVER
1762 M:      Bo Shen <voice.shen@atmel.com>
1763 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1764 S:      Supported
1765 F:      drivers/misc/atmel-ssc.c
1766 F:      include/linux/atmel-ssc.h
1767
1768 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1769 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1770 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1771 S:      Supported
1772 F:      drivers/misc/atmel_tclib.c
1773 F:      drivers/clocksource/tcb_clksrc.c
1774
1775 ATMEL USBA UDC DRIVER
1776 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1777 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1778 S:      Supported
1779 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1780
1781 ATMEL WIRELESS DRIVER
1782 M:      Simon Kelley <simon@thekelleys.org.uk>
1783 L:      linux-wireless@vger.kernel.org
1784 W:      http://www.thekelleys.org.uk/atmel
1785 W:      http://atmelwlandriver.sourceforge.net/
1786 S:      Maintained
1787 F:      drivers/net/wireless/atmel*
1788
1789 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1790 M:      Bradley Grove <linuxdrivers@attotech.com>
1791 L:      linux-scsi@vger.kernel.org
1792 W:      http://www.attotech.com
1793 S:      Supported
1794 F:      drivers/scsi/esas2r
1795
1796 AUDIT SUBSYSTEM
1797 M:      Eric Paris <eparis@redhat.com>
1798 L:      linux-audit@redhat.com (subscribers-only)
1799 W:      http://people.redhat.com/sgrubb/audit/
1800 T:      git git://git.infradead.org/users/eparis/audit.git
1801 S:      Maintained
1802 F:      include/linux/audit.h
1803 F:      include/uapi/linux/audit.h
1804 F:      kernel/audit*
1805
1806 AUXILIARY DISPLAY DRIVERS
1807 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1808 W:      http://miguelojeda.es/auxdisplay.htm
1809 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1810 S:      Maintained
1811 F:      drivers/auxdisplay/
1812 F:      include/linux/cfag12864b.h
1813
1814 AVR32 ARCHITECTURE
1815 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1816 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1817 W:      http://www.atmel.com/products/AVR32/
1818 W:      http://mirror.egtvedt.no/avr32linux.org/
1819 W:      http://avrfreaks.net/
1820 S:      Maintained
1821 F:      arch/avr32/
1822
1823 AVR32/AT32AP MACHINE SUPPORT
1824 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1825 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1826 S:      Maintained
1827 F:      arch/avr32/mach-at32ap/
1828
1829 AX.25 NETWORK LAYER
1830 M:      Ralf Baechle <ralf@linux-mips.org>
1831 L:      linux-hams@vger.kernel.org
1832 W:      http://www.linux-ax25.org/
1833 S:      Maintained
1834 F:      include/uapi/linux/ax25.h
1835 F:      include/net/ax25.h
1836 F:      net/ax25/
1837
1838 AZ6007 DVB DRIVER
1839 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1840 L:      linux-media@vger.kernel.org
1841 W:      http://linuxtv.org
1842 T:      git git://linuxtv.org/media_tree.git
1843 S:      Maintained
1844 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1845
1846 AZTECH FM RADIO RECEIVER DRIVER
1847 M:      Hans Verkuil <hverkuil@xs4all.nl>
1848 L:      linux-media@vger.kernel.org
1849 T:      git git://linuxtv.org/media_tree.git
1850 W:      http://linuxtv.org
1851 S:      Maintained
1852 F:      drivers/media/radio/radio-aztech*
1853
1854 B43 WIRELESS DRIVER
1855 M:      Stefano Brivio <stefano.brivio@polimi.it>
1856 L:      linux-wireless@vger.kernel.org
1857 L:      b43-dev@lists.infradead.org
1858 W:      http://wireless.kernel.org/en/users/Drivers/b43
1859 S:      Maintained
1860 F:      drivers/net/wireless/b43/
1861
1862 B43LEGACY WIRELESS DRIVER
1863 M:      Larry Finger <Larry.Finger@lwfinger.net>
1864 M:      Stefano Brivio <stefano.brivio@polimi.it>
1865 L:      linux-wireless@vger.kernel.org
1866 L:      b43-dev@lists.infradead.org
1867 W:      http://wireless.kernel.org/en/users/Drivers/b43
1868 S:      Maintained
1869 F:      drivers/net/wireless/b43legacy/
1870
1871 BACKLIGHT CLASS/SUBSYSTEM
1872 M:      Jingoo Han <jg1.han@samsung.com>
1873 M:      Lee Jones <lee.jones@linaro.org>
1874 S:      Maintained
1875 F:      drivers/video/backlight/
1876 F:      include/linux/backlight.h
1877
1878 BATMAN ADVANCED
1879 M:      Marek Lindner <mareklindner@neomailbox.ch>
1880 M:      Simon Wunderlich <sw@simonwunderlich.de>
1881 M:      Antonio Quartulli <antonio@meshcoding.com>
1882 L:      b.a.t.m.a.n@lists.open-mesh.org
1883 W:      http://www.open-mesh.org/
1884 S:      Maintained
1885 F:      net/batman-adv/
1886
1887 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1888 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1889 L:      linux-hams@vger.kernel.org
1890 W:      http://www.baycom.org/~tom/ham/ham.html
1891 S:      Maintained
1892 F:      drivers/net/hamradio/baycom*
1893
1894 BCACHE (BLOCK LAYER CACHE)
1895 M:      Kent Overstreet <kmo@daterainc.com>
1896 L:      linux-bcache@vger.kernel.org
1897 W:      http://bcache.evilpiepirate.org
1898 S:      Maintained:
1899 F:      drivers/md/bcache/
1900
1901 BECEEM BCS200/BCS220-3/BCSM250 WIMAX SUPPORT
1902 M: Kevin McKinney <klmckinney1@gmail.com>
1903 M: Matthias Beyer <mail@beyermatthias.de>
1904 L: devel@driverdev.osuosl.org
1905 S: Maintained
1906 F: drivers/staging/bcm*
1907
1908 BEFS FILE SYSTEM
1909 S:      Orphan
1910 F:      Documentation/filesystems/befs.txt
1911 F:      fs/befs/
1912
1913 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1914 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1915 L: netdev@vger.kernel.org
1916 S: Maintained
1917 F: drivers/net/ethernet/ec_bhf.c
1918
1919 BFS FILE SYSTEM
1920 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1921 S:      Maintained
1922 F:      Documentation/filesystems/bfs.txt
1923 F:      fs/bfs/
1924 F:      include/uapi/linux/bfs_fs.h
1925
1926 BLACKFIN ARCHITECTURE
1927 M:      Steven Miao <realmz6@gmail.com>
1928 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1929 T:      git git://git.code.sf.net/p/adi-linux/code
1930 W:      http://blackfin.uclinux.org
1931 S:      Supported
1932 F:      arch/blackfin/
1933
1934 BLACKFIN EMAC DRIVER
1935 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1936 W:      http://blackfin.uclinux.org
1937 S:      Supported
1938 F:      drivers/net/ethernet/adi/
1939
1940 BLACKFIN RTC DRIVER
1941 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1942 W:      http://blackfin.uclinux.org
1943 S:      Supported
1944 F:      drivers/rtc/rtc-bfin.c
1945
1946 BLACKFIN SDH DRIVER
1947 M:      Sonic Zhang <sonic.zhang@analog.com>
1948 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1949 W:      http://blackfin.uclinux.org
1950 S:      Supported
1951 F:      drivers/mmc/host/bfin_sdh.c
1952
1953 BLACKFIN SERIAL DRIVER
1954 M:      Sonic Zhang <sonic.zhang@analog.com>
1955 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1956 W:      http://blackfin.uclinux.org
1957 S:      Supported
1958 F:      drivers/tty/serial/bfin_uart.c
1959
1960 BLACKFIN WATCHDOG DRIVER
1961 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1962 W:      http://blackfin.uclinux.org
1963 S:      Supported
1964 F:      drivers/watchdog/bfin_wdt.c
1965
1966 BLACKFIN I2C TWI DRIVER
1967 M:      Sonic Zhang <sonic.zhang@analog.com>
1968 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1969 W:      http://blackfin.uclinux.org/
1970 S:      Supported
1971 F:      drivers/i2c/busses/i2c-bfin-twi.c
1972
1973 BLACKFIN MEDIA DRIVER
1974 M:      Scott Jiang <scott.jiang.linux@gmail.com>
1975 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1976 W:      http://blackfin.uclinux.org/
1977 S:      Supported
1978 F:      drivers/media/platform/blackfin/
1979 F:      drivers/media/i2c/adv7183*
1980 F:      drivers/media/i2c/vs6624*
1981
1982 BLINKM RGB LED DRIVER
1983 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
1984 S:      Maintained
1985 F:      drivers/leds/leds-blinkm.c
1986
1987 BLOCK LAYER
1988 M:      Jens Axboe <axboe@kernel.dk>
1989 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1990 S:      Maintained
1991 F:      block/
1992
1993 BLOCK2MTD DRIVER
1994 M:      Joern Engel <joern@lazybastard.org>
1995 L:      linux-mtd@lists.infradead.org
1996 S:      Maintained
1997 F:      drivers/mtd/devices/block2mtd.c
1998
1999 BLUETOOTH DRIVERS
2000 M:      Marcel Holtmann <marcel@holtmann.org>
2001 M:      Gustavo Padovan <gustavo@padovan.org>
2002 M:      Johan Hedberg <johan.hedberg@gmail.com>
2003 L:      linux-bluetooth@vger.kernel.org
2004 W:      http://www.bluez.org/
2005 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2006 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2007 S:      Maintained
2008 F:      drivers/bluetooth/
2009
2010 BLUETOOTH SUBSYSTEM
2011 M:      Marcel Holtmann <marcel@holtmann.org>
2012 M:      Gustavo Padovan <gustavo@padovan.org>
2013 M:      Johan Hedberg <johan.hedberg@gmail.com>
2014 L:      linux-bluetooth@vger.kernel.org
2015 W:      http://www.bluez.org/
2016 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2018 S:      Maintained
2019 F:      net/bluetooth/
2020 F:      include/net/bluetooth/
2021
2022 BONDING DRIVER
2023 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2024 M:      Veaceslav Falico <vfalico@gmail.com>
2025 M:      Andy Gospodarek <andy@greyhouse.net>
2026 L:      netdev@vger.kernel.org
2027 W:      http://sourceforge.net/projects/bonding/
2028 S:      Supported
2029 F:      drivers/net/bonding/
2030 F:      include/uapi/linux/if_bonding.h
2031
2032 BPF (Safe dynamic programs and tools)
2033 M:      Alexei Starovoitov <ast@kernel.org>
2034 L:      netdev@vger.kernel.org
2035 L:      linux-kernel@vger.kernel.org
2036 S:      Supported
2037 F:      kernel/bpf/
2038
2039 BROADCOM B44 10/100 ETHERNET DRIVER
2040 M:      Gary Zambrano <zambrano@broadcom.com>
2041 L:      netdev@vger.kernel.org
2042 S:      Supported
2043 F:      drivers/net/ethernet/broadcom/b44.*
2044
2045 BROADCOM GENET ETHERNET DRIVER
2046 M:      Florian Fainelli <f.fainelli@gmail.com>
2047 L:      netdev@vger.kernel.org
2048 S:      Supported
2049 F:      drivers/net/ethernet/broadcom/genet/
2050
2051 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2052 M:      Sony Chacko <sony.chacko@qlogic.com>
2053 M:      Dept-HSGLinuxNICDev@qlogic.com
2054 L:      netdev@vger.kernel.org
2055 S:      Supported
2056 F:      drivers/net/ethernet/broadcom/bnx2.*
2057 F:      drivers/net/ethernet/broadcom/bnx2_*
2058
2059 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2060 M:      Ariel Elior <ariel.elior@qlogic.com>
2061 L:      netdev@vger.kernel.org
2062 S:      Supported
2063 F:      drivers/net/ethernet/broadcom/bnx2x/
2064
2065 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2066 M:      Christian Daudt <bcm@fixthebug.org>
2067 M:      Matt Porter <mporter@linaro.org>
2068 M:      Florian Fainelli <f.fainelli@gmail.com>
2069 L:      bcm-kernel-feedback-list@broadcom.com
2070 T:      git git://github.com/broadcom/mach-bcm
2071 S:      Maintained
2072 F:      arch/arm/mach-bcm/
2073 F:      arch/arm/boot/dts/bcm113*
2074 F:      arch/arm/boot/dts/bcm216*
2075 F:      arch/arm/boot/dts/bcm281*
2076 F:      arch/arm/configs/bcm_defconfig
2077 F:      drivers/mmc/host/sdhci-bcm-kona.c
2078 F:      drivers/clocksource/bcm_kona_timer.c
2079
2080 BROADCOM BCM2835 ARM ARCHITECTURE
2081 M:      Stephen Warren <swarren@wwwdotorg.org>
2082 M:      Lee Jones <lee@kernel.org>
2083 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2084 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2085 S:      Maintained
2086 N:      bcm2835
2087
2088 BROADCOM BCM33XX MIPS ARCHITECTURE
2089 M:      Kevin Cernekee <cernekee@gmail.com>
2090 L:      linux-mips@linux-mips.org
2091 S:      Maintained
2092 F:      arch/mips/bcm3384/*
2093 F:      arch/mips/include/asm/mach-bcm3384/*
2094 F:      arch/mips/kernel/*bmips*
2095
2096 BROADCOM BCM5301X ARM ARCHITECTURE
2097 M:      Hauke Mehrtens <hauke@hauke-m.de>
2098 L:      linux-arm-kernel@lists.infradead.org
2099 S:      Maintained
2100 F:      arch/arm/mach-bcm/bcm_5301x.c
2101 F:      arch/arm/boot/dts/bcm5301x.dtsi
2102 F:      arch/arm/boot/dts/bcm470*
2103
2104 BROADCOM BCM63XX ARM ARCHITECTURE
2105 M:      Florian Fainelli <f.fainelli@gmail.com>
2106 L:      linux-arm-kernel@lists.infradead.org
2107 T:      git git://git.github.com/brcm/linux.git
2108 S:      Maintained
2109 F:      arch/arm/mach-bcm/bcm63xx.c
2110 F:      arch/arm/include/debug/bcm63xx.S
2111
2112 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2113 M:      Kevin Cernekee <cernekee@gmail.com>
2114 L:      linux-usb@vger.kernel.org
2115 S:      Maintained
2116 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2117
2118 BROADCOM BCM7XXX ARM ARCHITECTURE
2119 M:      Marc Carino <marc.ceeeee@gmail.com>
2120 M:      Brian Norris <computersforpeace@gmail.com>
2121 M:      Gregory Fong <gregory.0xf0@gmail.com>
2122 M:      Florian Fainelli <f.fainelli@gmail.com>
2123 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2124 S:      Maintained
2125 F:      arch/arm/mach-bcm/*brcmstb*
2126 F:      arch/arm/boot/dts/bcm7*.dts*
2127 F:      drivers/bus/brcmstb_gisb.c
2128
2129 BROADCOM BMIPS MIPS ARCHITECTURE
2130 M:      Kevin Cernekee <cernekee@gmail.com>
2131 M:      Florian Fainelli <f.fainelli@gmail.com>
2132 L:      linux-mips@linux-mips.org
2133 S:      Maintained
2134 F:      arch/mips/bmips/*
2135 F:      arch/mips/include/asm/mach-bmips/*
2136 F:      arch/mips/kernel/*bmips*
2137 F:      arch/mips/boot/dts/bcm*.dts*
2138 F:      drivers/irqchip/irq-bcm7*
2139 F:      drivers/irqchip/irq-brcmstb*
2140
2141 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2142 M:      Prashant Sreedharan <prashant@broadcom.com>
2143 M:      Michael Chan <mchan@broadcom.com>
2144 L:      netdev@vger.kernel.org
2145 S:      Supported
2146 F:      drivers/net/ethernet/broadcom/tg3.*
2147
2148 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2149 M:      Brett Rudley <brudley@broadcom.com>
2150 M:      Arend van Spriel <arend@broadcom.com>
2151 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2152 M:      Hante Meuleman <meuleman@broadcom.com>
2153 L:      linux-wireless@vger.kernel.org
2154 L:      brcm80211-dev-list@broadcom.com
2155 S:      Supported
2156 F:      drivers/net/wireless/brcm80211/
2157
2158 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2159 M:      QLogic-Storage-Upstream@qlogic.com
2160 L:      linux-scsi@vger.kernel.org
2161 S:      Supported
2162 F:      drivers/scsi/bnx2fc/
2163
2164 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2165 M:      QLogic-Storage-Upstream@qlogic.com
2166 L:      linux-scsi@vger.kernel.org
2167 S:      Supported
2168 F:      drivers/scsi/bnx2i/
2169
2170 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2171 M:      Ray Jui <rjui@broadcom.com>
2172 M:      Scott Branden <sbranden@broadcom.com>
2173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2174 L:      bcm-kernel-feedback-list@broadcom.com
2175 T:      git git://git.github.com/brcm/linux.git
2176 S:      Maintained
2177 N:      iproc
2178 N:      cygnus
2179 N:      bcm9113*
2180 N:      bcm9583*
2181 N:      bcm583*
2182 N:      bcm113*
2183
2184 BROADCOM KONA GPIO DRIVER
2185 M:      Ray Jui <rjui@broadcom.com>
2186 L:      bcm-kernel-feedback-list@broadcom.com
2187 S:      Supported
2188 F:      drivers/gpio/gpio-bcm-kona.c
2189 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2190
2191 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2192 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2193 L:      linux-wireless@vger.kernel.org
2194 S:      Maintained
2195 F:      drivers/bcma/
2196 F:      include/linux/bcma/
2197
2198 BROADCOM SYSTEMPORT ETHERNET DRIVER
2199 M:      Florian Fainelli <f.fainelli@gmail.com>
2200 L:      netdev@vger.kernel.org
2201 S:      Supported
2202 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2203
2204 BROCADE BFA FC SCSI DRIVER
2205 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2206 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2207 L:      linux-scsi@vger.kernel.org
2208 S:      Supported
2209 F:      drivers/scsi/bfa/
2210
2211 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2212 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2213 L:      netdev@vger.kernel.org
2214 S:      Supported
2215 F:      drivers/net/ethernet/brocade/bna/
2216
2217 BSG (block layer generic sg v4 driver)
2218 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2219 L:      linux-scsi@vger.kernel.org
2220 S:      Supported
2221 F:      block/bsg.c
2222 F:      include/linux/bsg.h
2223 F:      include/uapi/linux/bsg.h
2224
2225 BT87X AUDIO DRIVER
2226 M:      Clemens Ladisch <clemens@ladisch.de>
2227 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2228 T:      git git://git.alsa-project.org/alsa-kernel.git
2229 S:      Maintained
2230 F:      Documentation/sound/alsa/Bt87x.txt
2231 F:      sound/pci/bt87x.c
2232
2233 BT8XXGPIO DRIVER
2234 M:      Michael Buesch <m@bues.ch>
2235 W:      http://bu3sch.de/btgpio.php
2236 S:      Maintained
2237 F:      drivers/gpio/gpio-bt8xx.c
2238
2239 BTRFS FILE SYSTEM
2240 M:      Chris Mason <clm@fb.com>
2241 M:      Josef Bacik <jbacik@fb.com>
2242 L:      linux-btrfs@vger.kernel.org
2243 W:      http://btrfs.wiki.kernel.org/
2244 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2246 S:      Maintained
2247 F:      Documentation/filesystems/btrfs.txt
2248 F:      fs/btrfs/
2249
2250 BTTV VIDEO4LINUX DRIVER
2251 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2252 L:      linux-media@vger.kernel.org
2253 W:      http://linuxtv.org
2254 T:      git git://linuxtv.org/media_tree.git
2255 S:      Odd fixes
2256 F:      Documentation/video4linux/bttv/
2257 F:      drivers/media/pci/bt8xx/bttv*
2258
2259 BUSLOGIC SCSI DRIVER
2260 M:      Khalid Aziz <khalid@gonehiking.org>
2261 L:      linux-scsi@vger.kernel.org
2262 S:      Maintained
2263 F:      drivers/scsi/BusLogic.*
2264 F:      drivers/scsi/FlashPoint.*
2265
2266 C-MEDIA CMI8788 DRIVER
2267 M:      Clemens Ladisch <clemens@ladisch.de>
2268 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2269 T:      git git://git.alsa-project.org/alsa-kernel.git
2270 S:      Maintained
2271 F:      sound/pci/oxygen/
2272
2273 C6X ARCHITECTURE
2274 M:      Mark Salter <msalter@redhat.com>
2275 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2276 L:      linux-c6x-dev@linux-c6x.org
2277 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2278 S:      Maintained
2279 F:      arch/c6x/
2280
2281 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2282 M:      David Howells <dhowells@redhat.com>
2283 L:      linux-cachefs@redhat.com
2284 S:      Supported
2285 F:      Documentation/filesystems/caching/cachefiles.txt
2286 F:      fs/cachefiles/
2287
2288 CADET FM/AM RADIO RECEIVER DRIVER
2289 M:      Hans Verkuil <hverkuil@xs4all.nl>
2290 L:      linux-media@vger.kernel.org
2291 T:      git git://linuxtv.org/media_tree.git
2292 W:      http://linuxtv.org
2293 S:      Maintained
2294 F:      drivers/media/radio/radio-cadet*
2295
2296 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2297 M:      Jonathan Corbet <corbet@lwn.net>
2298 L:      linux-media@vger.kernel.org
2299 T:      git git://linuxtv.org/media_tree.git
2300 S:      Maintained
2301 F:      Documentation/video4linux/cafe_ccic
2302 F:      drivers/media/platform/marvell-ccic/
2303
2304 CAIF NETWORK LAYER
2305 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2306 L:      netdev@vger.kernel.org
2307 S:      Supported
2308 F:      Documentation/networking/caif/
2309 F:      drivers/net/caif/
2310 F:      include/uapi/linux/caif/
2311 F:      include/net/caif/
2312 F:      net/caif/
2313
2314 CALGARY x86-64 IOMMU
2315 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2316 M:      "Jon D. Mason" <jdmason@kudzu.us>
2317 L:      discuss@x86-64.org
2318 S:      Maintained
2319 F:      arch/x86/kernel/pci-calgary_64.c
2320 F:      arch/x86/kernel/tce_64.c
2321 F:      arch/x86/include/asm/calgary.h
2322 F:      arch/x86/include/asm/tce.h
2323
2324 CAN NETWORK LAYER
2325 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2326 L:      linux-can@vger.kernel.org
2327 W:      http://gitorious.org/linux-can
2328 T:      git git://gitorious.org/linux-can/linux-can-next.git
2329 S:      Maintained
2330 F:      Documentation/networking/can.txt
2331 F:      net/can/
2332 F:      include/linux/can/core.h
2333 F:      include/uapi/linux/can.h
2334 F:      include/uapi/linux/can/bcm.h
2335 F:      include/uapi/linux/can/raw.h
2336 F:      include/uapi/linux/can/gw.h
2337
2338 CAN NETWORK DRIVERS
2339 M:      Wolfgang Grandegger <wg@grandegger.com>
2340 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2341 L:      linux-can@vger.kernel.org
2342 W:      http://gitorious.org/linux-can
2343 T:      git git://gitorious.org/linux-can/linux-can-next.git
2344 S:      Maintained
2345 F:      drivers/net/can/
2346 F:      include/linux/can/dev.h
2347 F:      include/linux/can/platform/
2348 F:      include/uapi/linux/can/error.h
2349 F:      include/uapi/linux/can/netlink.h
2350
2351 CAPABILITIES
2352 M:      Serge Hallyn <serge.hallyn@canonical.com>
2353 L:      linux-security-module@vger.kernel.org
2354 S:      Supported
2355 F:      include/linux/capability.h
2356 F:      include/uapi/linux/capability.h
2357 F:      security/capability.c
2358 F:      security/commoncap.c
2359 F:      kernel/capability.c
2360
2361 CC2520 IEEE-802.15.4 RADIO DRIVER
2362 M:      Varka Bhadram <varkabhadram@gmail.com>
2363 L:      linux-wpan@vger.kernel.org
2364 S:      Maintained
2365 F:      drivers/net/ieee802154/cc2520.c
2366 F:      include/linux/spi/cc2520.h
2367 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2368
2369 CELL BROADBAND ENGINE ARCHITECTURE
2370 M:      Arnd Bergmann <arnd@arndb.de>
2371 L:      linuxppc-dev@lists.ozlabs.org
2372 L:      cbe-oss-dev@lists.ozlabs.org
2373 W:      http://www.ibm.com/developerworks/power/cell/
2374 S:      Supported
2375 F:      arch/powerpc/include/asm/cell*.h
2376 F:      arch/powerpc/include/asm/spu*.h
2377 F:      arch/powerpc/include/uapi/asm/spu*.h
2378 F:      arch/powerpc/oprofile/*cell*
2379 F:      arch/powerpc/platforms/cell/
2380
2381 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2382 M:      Sage Weil <sage@inktank.com>
2383 L:      ceph-devel@vger.kernel.org
2384 W:      http://ceph.com/
2385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2386 S:      Supported
2387 F:      Documentation/filesystems/ceph.txt
2388 F:      fs/ceph/
2389 F:      net/ceph/
2390 F:      include/linux/ceph/
2391 F:      include/linux/crush/
2392
2393 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2394 L:      linux-usb@vger.kernel.org
2395 S:      Orphan
2396 F:      Documentation/usb/WUSB-Design-overview.txt
2397 F:      Documentation/usb/wusb-cbaf
2398 F:      drivers/usb/host/hwa-hc.c
2399 F:      drivers/usb/host/whci/
2400 F:      drivers/usb/wusbcore/
2401 F:      include/linux/usb/wusb*
2402
2403 CFAG12864B LCD DRIVER
2404 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2405 W:      http://miguelojeda.es/auxdisplay.htm
2406 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2407 S:      Maintained
2408 F:      drivers/auxdisplay/cfag12864b.c
2409 F:      include/linux/cfag12864b.h
2410
2411 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2412 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2413 W:      http://miguelojeda.es/auxdisplay.htm
2414 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2415 S:      Maintained
2416 F:      drivers/auxdisplay/cfag12864bfb.c
2417 F:      include/linux/cfag12864b.h
2418
2419 CFG80211 and NL80211
2420 M:      Johannes Berg <johannes@sipsolutions.net>
2421 L:      linux-wireless@vger.kernel.org
2422 W:      http://wireless.kernel.org/
2423 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2424 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2425 S:      Maintained
2426 F:      include/uapi/linux/nl80211.h
2427 F:      include/net/cfg80211.h
2428 F:      net/wireless/*
2429 X:      net/wireless/wext*
2430
2431 CHAR and MISC DRIVERS
2432 M:      Arnd Bergmann <arnd@arndb.de>
2433 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2434 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2435 S:      Supported
2436 F:      drivers/char/*
2437 F:      drivers/misc/*
2438 F:      include/linux/miscdevice.h
2439
2440 CHECKPATCH
2441 M:      Andy Whitcroft <apw@canonical.com>
2442 M:      Joe Perches <joe@perches.com>
2443 S:      Maintained
2444 F:      scripts/checkpatch.pl
2445
2446 CHINESE DOCUMENTATION
2447 M:      Harry Wei <harryxiyou@gmail.com>
2448 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2449 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2450 S:      Maintained
2451 F:      Documentation/zh_CN/
2452
2453 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2454 M:      Peter Chen <Peter.Chen@freescale.com>
2455 T:      git git://github.com/hzpeterchen/linux-usb.git
2456 L:      linux-usb@vger.kernel.org
2457 S:      Maintained
2458 F:      drivers/usb/chipidea/
2459
2460 CHROME HARDWARE PLATFORM SUPPORT
2461 M:      Olof Johansson <olof@lixom.net>
2462 S:      Maintained
2463 F:      drivers/platform/chrome/
2464
2465 CISCO VIC ETHERNET NIC DRIVER
2466 M:      Christian Benvenuti <benve@cisco.com>
2467 M:      Sujith Sankar <ssujith@cisco.com>
2468 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2469 M:      Neel Patel <neepatel@cisco.com>
2470 S:      Supported
2471 F:      drivers/net/ethernet/cisco/enic/
2472
2473 CISCO VIC LOW LATENCY NIC DRIVER
2474 M:      Upinder Malhi <umalhi@cisco.com>
2475 S:      Supported
2476 F:      drivers/infiniband/hw/usnic
2477
2478 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2479 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2480 L:      netdev@vger.kernel.org
2481 S:      Maintained
2482 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2483
2484 CIRRUS LOGIC AUDIO CODEC DRIVERS
2485 M:      Brian Austin <brian.austin@cirrus.com>
2486 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2487 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2488 S:      Maintained
2489 F:      sound/soc/codecs/cs*
2490
2491 CLEANCACHE API
2492 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2493 L:      linux-kernel@vger.kernel.org
2494 S:      Maintained
2495 F:      mm/cleancache.c
2496 F:      include/linux/cleancache.h
2497
2498 CLK API
2499 M:      Russell King <linux@arm.linux.org.uk>
2500 S:      Maintained
2501 F:      include/linux/clk.h
2502
2503 CLOCKSOURCE, CLOCKEVENT DRIVERS
2504 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2505 M:      Thomas Gleixner <tglx@linutronix.de>
2506 L:      linux-kernel@vger.kernel.org
2507 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2508 S:      Supported
2509 F:      drivers/clocksource
2510
2511 CISCO FCOE HBA DRIVER
2512 M:      Hiral Patel <hiralpat@cisco.com>
2513 M:      Suma Ramars <sramars@cisco.com>
2514 M:      Brian Uchino <buchino@cisco.com>
2515 L:      linux-scsi@vger.kernel.org
2516 S:      Supported
2517 F:      drivers/scsi/fnic/
2518
2519 CMPC ACPI DRIVER
2520 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2521 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2522 L:      platform-driver-x86@vger.kernel.org
2523 S:      Supported
2524 F:      drivers/platform/x86/classmate-laptop.c
2525
2526 COCCINELLE/Semantic Patches (SmPL)
2527 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2528 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2529 M:      Nicolas Palix <nicolas.palix@imag.fr>
2530 M:      Michal Marek <mmarek@suse.cz>
2531 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2533 W:      http://coccinelle.lip6.fr/
2534 S:      Supported
2535 F:      Documentation/coccinelle.txt
2536 F:      scripts/coccinelle/
2537 F:      scripts/coccicheck
2538
2539 CODA FILE SYSTEM
2540 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2541 M:      coda@cs.cmu.edu
2542 L:      codalist@coda.cs.cmu.edu
2543 W:      http://www.coda.cs.cmu.edu/
2544 S:      Maintained
2545 F:      Documentation/filesystems/coda.txt
2546 F:      fs/coda/
2547 F:      include/linux/coda*.h
2548 F:      include/uapi/linux/coda*.h
2549
2550 CODA V4L2 MEM2MEM DRIVER
2551 M:      Philipp Zabel <p.zabel@pengutronix.de>
2552 L:      linux-media@vger.kernel.org
2553 S:      Maintained
2554 F:      Documentation/devicetree/bindings/media/coda.txt
2555 F:      drivers/media/platform/coda/
2556
2557 COMMON CLK FRAMEWORK
2558 M:      Mike Turquette <mturquette@linaro.org>
2559 L:      linux-kernel@vger.kernel.org
2560 T:      git git://git.linaro.org/people/mturquette/linux.git
2561 S:      Maintained
2562 F:      drivers/clk/
2563 X:      drivers/clk/clkdev.c
2564 F:      include/linux/clk-pr*
2565 F:      include/linux/clk/
2566
2567 COMMON INTERNET FILE SYSTEM (CIFS)
2568 M:      Steve French <sfrench@samba.org>
2569 L:      linux-cifs@vger.kernel.org
2570 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2571 W:      http://linux-cifs.samba.org/
2572 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2573 S:      Supported
2574 F:      Documentation/filesystems/cifs/
2575 F:      fs/cifs/
2576
2577 COMPACTPCI HOTPLUG CORE
2578 M:      Scott Murray <scott@spiteful.org>
2579 L:      linux-pci@vger.kernel.org
2580 S:      Maintained
2581 F:      drivers/pci/hotplug/cpci_hotplug*
2582
2583 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2584 M:      Scott Murray <scott@spiteful.org>
2585 L:      linux-pci@vger.kernel.org
2586 S:      Maintained
2587 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2588
2589 COMPACTPCI HOTPLUG GENERIC DRIVER
2590 M:      Scott Murray <scott@spiteful.org>
2591 L:      linux-pci@vger.kernel.org
2592 S:      Maintained
2593 F:      drivers/pci/hotplug/cpcihp_generic.c
2594
2595 COMPAL LAPTOP SUPPORT
2596 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2597 L:      platform-driver-x86@vger.kernel.org
2598 S:      Maintained
2599 F:      drivers/platform/x86/compal-laptop.c
2600
2601 CONEXANT ACCESSRUNNER USB DRIVER
2602 M:      Simon Arlott <cxacru@fire.lp0.eu>
2603 L:      accessrunner-general@lists.sourceforge.net
2604 W:      http://accessrunner.sourceforge.net/
2605 S:      Maintained
2606 F:      drivers/usb/atm/cxacru.c
2607
2608 CONFIGFS
2609 M:      Joel Becker <jlbec@evilplan.org>
2610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2611 S:      Supported
2612 F:      fs/configfs/
2613 F:      include/linux/configfs.h
2614
2615 CONNECTOR
2616 M:      Evgeniy Polyakov <zbr@ioremap.net>
2617 L:      netdev@vger.kernel.org
2618 S:      Maintained
2619 F:      drivers/connector/
2620
2621 CONTROL GROUP (CGROUP)
2622 M:      Tejun Heo <tj@kernel.org>
2623 M:      Li Zefan <lizefan@huawei.com>
2624 L:      cgroups@vger.kernel.org
2625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2626 S:      Maintained
2627 F:      Documentation/cgroups/
2628 F:      include/linux/cgroup*
2629 F:      kernel/cgroup*
2630
2631 CONTROL GROUP - CPUSET
2632 M:      Li Zefan <lizefan@huawei.com>
2633 L:      cgroups@vger.kernel.org
2634 W:      http://www.bullopensource.org/cpuset/
2635 W:      http://oss.sgi.com/projects/cpusets/
2636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2637 S:      Maintained
2638 F:      Documentation/cgroups/cpusets.txt
2639 F:      include/linux/cpuset.h
2640 F:      kernel/cpuset.c
2641
2642 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2643 M:      Johannes Weiner <hannes@cmpxchg.org>
2644 M:      Michal Hocko <mhocko@suse.cz>
2645 L:      cgroups@vger.kernel.org
2646 L:      linux-mm@kvack.org
2647 S:      Maintained
2648 F:      mm/memcontrol.c
2649 F:      mm/swap_cgroup.c
2650
2651 CORETEMP HARDWARE MONITORING DRIVER
2652 M:      Fenghua Yu <fenghua.yu@intel.com>
2653 L:      lm-sensors@lm-sensors.org
2654 S:      Maintained
2655 F:      Documentation/hwmon/coretemp
2656 F:      drivers/hwmon/coretemp.c
2657
2658 COSA/SRP SYNC SERIAL DRIVER
2659 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2660 W:      http://www.fi.muni.cz/~kas/cosa/
2661 S:      Maintained
2662 F:      drivers/net/wan/cosa*
2663
2664 CPMAC ETHERNET DRIVER
2665 M:      Florian Fainelli <florian@openwrt.org>
2666 L:      netdev@vger.kernel.org
2667 S:      Maintained
2668 F:      drivers/net/ethernet/ti/cpmac.c
2669
2670 CPU FREQUENCY DRIVERS
2671 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2672 M:      Viresh Kumar <viresh.kumar@linaro.org>
2673 L:      linux-pm@vger.kernel.org
2674 S:      Maintained
2675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2676 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2677 F:      drivers/cpufreq/
2678 F:      include/linux/cpufreq.h
2679
2680 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2681 M:      Viresh Kumar <viresh.kumar@linaro.org>
2682 M:      Sudeep Holla <sudeep.holla@arm.com>
2683 L:      linux-pm@vger.kernel.org
2684 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2685 S:      Maintained
2686 F:      drivers/cpufreq/arm_big_little.h
2687 F:      drivers/cpufreq/arm_big_little.c
2688 F:      drivers/cpufreq/arm_big_little_dt.c
2689
2690 CPUIDLE DRIVER - ARM BIG LITTLE
2691 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2692 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2693 L:      linux-pm@vger.kernel.org
2694 L:      linux-arm-kernel@lists.infradead.org
2695 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2696 S:      Maintained
2697 F:      drivers/cpuidle/cpuidle-big_little.c
2698
2699 CPUIDLE DRIVER - ARM EXYNOS
2700 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2701 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2702 M:      Kukjin Kim <kgene@kernel.org>
2703 L:      linux-pm@vger.kernel.org
2704 L:      linux-samsung-soc@vger.kernel.org
2705 S:      Supported
2706 F:      drivers/cpuidle/cpuidle-exynos.c
2707 F:      arch/arm/mach-exynos/pm.c
2708
2709 CPUIDLE DRIVERS
2710 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2711 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2712 L:      linux-pm@vger.kernel.org
2713 S:      Maintained
2714 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2715 F:      drivers/cpuidle/*
2716 F:      include/linux/cpuidle.h
2717
2718 CPUID/MSR DRIVER
2719 M:      "H. Peter Anvin" <hpa@zytor.com>
2720 S:      Maintained
2721 F:      arch/x86/kernel/cpuid.c
2722 F:      arch/x86/kernel/msr.c
2723
2724 CPU POWER MONITORING SUBSYSTEM
2725 M:      Thomas Renninger <trenn@suse.de>
2726 L:      linux-pm@vger.kernel.org
2727 S:      Maintained
2728 F:      tools/power/cpupower/
2729
2730 CRAMFS FILESYSTEM
2731 W:      http://sourceforge.net/projects/cramfs/
2732 S:      Orphan / Obsolete
2733 F:      Documentation/filesystems/cramfs.txt
2734 F:      fs/cramfs/
2735
2736 CRIS PORT
2737 M:      Mikael Starvik <starvik@axis.com>
2738 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2739 L:      linux-cris-kernel@axis.com
2740 W:      http://developer.axis.com
2741 S:      Maintained
2742 F:      arch/cris/
2743 F:      drivers/tty/serial/crisv10.*
2744
2745 CRYPTO API
2746 M:      Herbert Xu <herbert@gondor.apana.org.au>
2747 M:      "David S. Miller" <davem@davemloft.net>
2748 L:      linux-crypto@vger.kernel.org
2749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2750 S:      Maintained
2751 F:      Documentation/crypto/
2752 F:      arch/*/crypto/
2753 F:      crypto/
2754 F:      drivers/crypto/
2755 F:      include/crypto/
2756
2757 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2758 M:      Neil Horman <nhorman@tuxdriver.com>
2759 L:      linux-crypto@vger.kernel.org
2760 S:      Maintained
2761 F:      crypto/ansi_cprng.c
2762 F:      crypto/rng.c
2763
2764 CS5535 Audio ALSA driver
2765 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2766 S:      Maintained
2767 F:      sound/pci/cs5535audio/
2768
2769 CW1200 WLAN driver
2770 M:      Solomon Peachy <pizza@shaftnet.org>
2771 S:      Maintained
2772 F:      drivers/net/wireless/cw1200/
2773
2774 CX18 VIDEO4LINUX DRIVER
2775 M:      Andy Walls <awalls@md.metrocast.net>
2776 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2777 L:      linux-media@vger.kernel.org
2778 T:      git git://linuxtv.org/media_tree.git
2779 W:      http://linuxtv.org
2780 W:      http://www.ivtvdriver.org/index.php/Cx18
2781 S:      Maintained
2782 F:      Documentation/video4linux/cx18.txt
2783 F:      drivers/media/pci/cx18/
2784 F:      include/uapi/linux/ivtv*
2785
2786 CX2341X MPEG ENCODER HELPER MODULE
2787 M:      Hans Verkuil <hverkuil@xs4all.nl>
2788 L:      linux-media@vger.kernel.org
2789 T:      git git://linuxtv.org/media_tree.git
2790 W:      http://linuxtv.org
2791 S:      Maintained
2792 F:      drivers/media/common/cx2341x*
2793 F:      include/media/cx2341x*
2794
2795 CX88 VIDEO4LINUX DRIVER
2796 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2797 L:      linux-media@vger.kernel.org
2798 W:      http://linuxtv.org
2799 T:      git git://linuxtv.org/media_tree.git
2800 S:      Odd fixes
2801 F:      Documentation/video4linux/cx88/
2802 F:      drivers/media/pci/cx88/
2803
2804 CXD2820R MEDIA DRIVER
2805 M:      Antti Palosaari <crope@iki.fi>
2806 L:      linux-media@vger.kernel.org
2807 W:      http://linuxtv.org/
2808 W:      http://palosaari.fi/linux/
2809 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2810 T:      git git://linuxtv.org/anttip/media_tree.git
2811 S:      Maintained
2812 F:      drivers/media/dvb-frontends/cxd2820r*
2813
2814 CXGB3 ETHERNET DRIVER (CXGB3)
2815 M:      Santosh Raspatur <santosh@chelsio.com>
2816 L:      netdev@vger.kernel.org
2817 W:      http://www.chelsio.com
2818 S:      Supported
2819 F:      drivers/net/ethernet/chelsio/cxgb3/
2820
2821 CXGB3 ISCSI DRIVER (CXGB3I)
2822 M:      Karen Xie <kxie@chelsio.com>
2823 L:      linux-scsi@vger.kernel.org
2824 W:      http://www.chelsio.com
2825 S:      Supported
2826 F:      drivers/scsi/cxgbi/cxgb3i
2827
2828 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2829 M:      Steve Wise <swise@chelsio.com>
2830 L:      linux-rdma@vger.kernel.org
2831 W:      http://www.openfabrics.org
2832 S:      Supported
2833 F:      drivers/infiniband/hw/cxgb3/
2834
2835 CXGB4 ETHERNET DRIVER (CXGB4)
2836 M:      Hariprasad S <hariprasad@chelsio.com>
2837 L:      netdev@vger.kernel.org
2838 W:      http://www.chelsio.com
2839 S:      Supported
2840 F:      drivers/net/ethernet/chelsio/cxgb4/
2841
2842 CXGB4 ISCSI DRIVER (CXGB4I)
2843 M:      Karen Xie <kxie@chelsio.com>
2844 L:      linux-scsi@vger.kernel.org
2845 W:      http://www.chelsio.com
2846 S:      Supported
2847 F:      drivers/scsi/cxgbi/cxgb4i
2848
2849 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2850 M:      Steve Wise <swise@chelsio.com>
2851 L:      linux-rdma@vger.kernel.org
2852 W:      http://www.openfabrics.org
2853 S:      Supported
2854 F:      drivers/infiniband/hw/cxgb4/
2855
2856 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2857 M:      Casey Leedom <leedom@chelsio.com>
2858 L:      netdev@vger.kernel.org
2859 W:      http://www.chelsio.com
2860 S:      Supported
2861 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2862
2863 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2864 M:      Ian Munsie <imunsie@au1.ibm.com>
2865 M:      Michael Neuling <mikey@neuling.org>
2866 L:      linuxppc-dev@lists.ozlabs.org
2867 S:      Supported
2868 F:      drivers/misc/cxl/
2869 F:      include/misc/cxl.h
2870 F:      include/uapi/misc/cxl.h
2871 F:      Documentation/powerpc/cxl.txt
2872 F:      Documentation/powerpc/cxl.txt
2873 F:      Documentation/ABI/testing/sysfs-class-cxl
2874
2875 STMMAC ETHERNET DRIVER
2876 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2877 L:      netdev@vger.kernel.org
2878 W:      http://www.stlinux.com
2879 S:      Supported
2880 F:      drivers/net/ethernet/stmicro/stmmac/
2881
2882 CYBERPRO FB DRIVER
2883 M:      Russell King <linux@arm.linux.org.uk>
2884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2885 W:      http://www.arm.linux.org.uk/
2886 S:      Maintained
2887 F:      drivers/video/fbdev/cyber2000fb.*
2888
2889 CYCLADES ASYNC MUX DRIVER
2890 W:      http://www.cyclades.com/
2891 S:      Orphan
2892 F:      drivers/tty/cyclades.c
2893 F:      include/linux/cyclades.h
2894 F:      include/uapi/linux/cyclades.h
2895
2896 CYCLADES PC300 DRIVER
2897 W:      http://www.cyclades.com/
2898 S:      Orphan
2899 F:      drivers/net/wan/pc300*
2900
2901 CYPRESS_FIRMWARE MEDIA DRIVER
2902 M:      Antti Palosaari <crope@iki.fi>
2903 L:      linux-media@vger.kernel.org
2904 W:      http://linuxtv.org/
2905 W:      http://palosaari.fi/linux/
2906 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2907 T:      git git://linuxtv.org/anttip/media_tree.git
2908 S:      Maintained
2909 F:      drivers/media/common/cypress_firmware*
2910
2911 CYTTSP TOUCHSCREEN DRIVER
2912 M:      Ferruh Yigit <fery@cypress.com>
2913 L:      linux-input@vger.kernel.org
2914 S:      Supported
2915 F:      drivers/input/touchscreen/cyttsp*
2916 F:      include/linux/input/cyttsp.h
2917
2918 DAMA SLAVE for AX.25
2919 M:      Joerg Reuter <jreuter@yaina.de>
2920 W:      http://yaina.de/jreuter/
2921 W:      http://www.qsl.net/dl1bke/
2922 L:      linux-hams@vger.kernel.org
2923 S:      Maintained
2924 F:      net/ax25/af_ax25.c
2925 F:      net/ax25/ax25_dev.c
2926 F:      net/ax25/ax25_ds_*
2927 F:      net/ax25/ax25_in.c
2928 F:      net/ax25/ax25_out.c
2929 F:      net/ax25/ax25_timer.c
2930 F:      net/ax25/sysctl_net_ax25.c
2931
2932 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2933 L:      netdev@vger.kernel.org
2934 S:      Orphan
2935 F:      Documentation/networking/dmfe.txt
2936 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2937
2938 DC390/AM53C974 SCSI driver
2939 M:      Hannes Reinecke <hare@suse.de>
2940 L:      linux-scsi@vger.kernel.org
2941 S:      Maintained
2942 F:      drivers/scsi/am53c974.c
2943
2944 DC395x SCSI driver
2945 M:      Oliver Neukum <oliver@neukum.org>
2946 M:      Ali Akcaagac <aliakc@web.de>
2947 M:      Jamie Lenehan <lenehan@twibble.org>
2948 L:      dc395x@twibble.org
2949 W:      http://twibble.org/dist/dc395x/
2950 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2951 S:      Maintained
2952 F:      Documentation/scsi/dc395x.txt
2953 F:      drivers/scsi/dc395x.*
2954
2955 DCCP PROTOCOL
2956 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2957 L:      dccp@vger.kernel.org
2958 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2959 S:      Maintained
2960 F:      include/linux/dccp.h
2961 F:      include/uapi/linux/dccp.h
2962 F:      include/linux/tfrc.h
2963 F:      net/dccp/
2964
2965 DECnet NETWORK LAYER
2966 W:      http://linux-decnet.sourceforge.net
2967 L:      linux-decnet-user@lists.sourceforge.net
2968 S:      Orphan
2969 F:      Documentation/networking/decnet.txt
2970 F:      net/decnet/
2971
2972 DECSTATION PLATFORM SUPPORT
2973 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2974 L:      linux-mips@linux-mips.org
2975 W:      http://www.linux-mips.org/wiki/DECstation
2976 S:      Maintained
2977 F:      arch/mips/dec/
2978 F:      arch/mips/include/asm/dec/
2979 F:      arch/mips/include/asm/mach-dec/
2980
2981 DEFXX FDDI NETWORK DRIVER
2982 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2983 S:      Maintained
2984 F:      drivers/net/fddi/defxx.*
2985
2986 DELL LAPTOP DRIVER
2987 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2988 L:      platform-driver-x86@vger.kernel.org
2989 S:      Maintained
2990 F:      drivers/platform/x86/dell-laptop.c
2991
2992 DELL LAPTOP SMM DRIVER
2993 M:      Guenter Roeck <linux@roeck-us.net>
2994 F:      drivers/char/i8k.c
2995 F:      include/uapi/linux/i8k.h
2996
2997 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2998 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
2999 S:      Maintained
3000 F:      Documentation/dcdbas.txt
3001 F:      drivers/firmware/dcdbas.*
3002
3003 DELL WMI EXTRAS DRIVER
3004 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3005 S:      Maintained
3006 F:      drivers/platform/x86/dell-wmi.c
3007
3008 DESIGNWARE USB2 DRD IP DRIVER
3009 M:      Paul Zimmerman <paulz@synopsys.com>
3010 L:      linux-usb@vger.kernel.org
3011 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3012 S:      Maintained
3013 F:      drivers/usb/dwc2/
3014
3015 DESIGNWARE USB3 DRD IP DRIVER
3016 M:      Felipe Balbi <balbi@ti.com>
3017 L:      linux-usb@vger.kernel.org
3018 L:      linux-omap@vger.kernel.org
3019 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3020 S:      Maintained
3021 F:      drivers/usb/dwc3/
3022
3023 DEVICE COREDUMP (DEV_COREDUMP)
3024 M:      Johannes Berg <johannes@sipsolutions.net>
3025 L:      linux-kernel@vger.kernel.org
3026 S:      Maintained
3027 F:      drivers/base/devcoredump.c
3028 F:      include/linux/devcoredump.h
3029
3030 DEVICE FREQUENCY (DEVFREQ)
3031 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3032 M:      Kyungmin Park <kyungmin.park@samsung.com>
3033 L:      linux-pm@vger.kernel.org
3034 S:      Maintained
3035 F:      drivers/devfreq/
3036
3037 DEVICE NUMBER REGISTRY
3038 M:      Torben Mathiasen <device@lanana.org>
3039 W:      http://lanana.org/docs/device-list/index.html
3040 S:      Maintained
3041
3042 DEVICE-MAPPER  (LVM)
3043 M:      Alasdair Kergon <agk@redhat.com>
3044 M:      Mike Snitzer <snitzer@redhat.com>
3045 M:      dm-devel@redhat.com
3046 L:      dm-devel@redhat.com
3047 W:      http://sources.redhat.com/dm
3048 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3050 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3051 S:      Maintained
3052 F:      Documentation/device-mapper/
3053 F:      drivers/md/dm*
3054 F:      drivers/md/persistent-data/
3055 F:      include/linux/device-mapper.h
3056 F:      include/linux/dm-*.h
3057 F:      include/uapi/linux/dm-*.h
3058
3059 DIALOG SEMICONDUCTOR DRIVERS
3060 M:      Support Opensource <support.opensource@diasemi.com>
3061 W:      http://www.dialog-semiconductor.com/products
3062 S:      Supported
3063 F:      Documentation/hwmon/da90??
3064 F:      drivers/gpio/gpio-da90??.c
3065 F:      drivers/hwmon/da90??-hwmon.c
3066 F:      drivers/input/misc/da90??_onkey.c
3067 F:      drivers/input/touchscreen/da9052_tsi.c
3068 F:      drivers/leds/leds-da90??.c
3069 F:      drivers/mfd/da903x.c
3070 F:      drivers/mfd/da90??-*.c
3071 F:      drivers/power/da9052-battery.c
3072 F:      drivers/regulator/da903x.c
3073 F:      drivers/regulator/da9???-regulator.[ch]
3074 F:      drivers/rtc/rtc-da90??.c
3075 F:      drivers/video/backlight/da90??_bl.c
3076 F:      drivers/watchdog/da90??_wdt.c
3077 F:      include/linux/mfd/da903x.h
3078 F:      include/linux/mfd/da9052/
3079 F:      include/linux/mfd/da9055/
3080 F:      include/linux/mfd/da9063/
3081 F:      include/sound/da[79]*.h
3082 F:      sound/soc/codecs/da[79]*.[ch]
3083
3084 DIGI NEO AND CLASSIC PCI PRODUCTS
3085 M:      Lidza Louina <lidza.louina@gmail.com>
3086 M:      Mark Hounschell <markh@compro.net>
3087 L:      driverdev-devel@linuxdriverproject.org
3088 S:      Maintained
3089 F:      drivers/staging/dgnc/
3090
3091 DIGI EPCA PCI PRODUCTS
3092 M:      Lidza Louina <lidza.louina@gmail.com>
3093 M:      Mark Hounschell <markh@compro.net>
3094 M:      Daeseok Youn <daeseok.youn@gmail.com>
3095 L:      driverdev-devel@linuxdriverproject.org
3096 S:      Maintained
3097 F:      drivers/staging/dgap/
3098
3099 DIOLAN U2C-12 I2C DRIVER
3100 M:      Guenter Roeck <linux@roeck-us.net>
3101 L:      linux-i2c@vger.kernel.org
3102 S:      Maintained
3103 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3104
3105 DIRECTORY NOTIFICATION (DNOTIFY)
3106 M:      Eric Paris <eparis@parisplace.org>
3107 S:      Maintained
3108 F:      Documentation/filesystems/dnotify.txt
3109 F:      fs/notify/dnotify/
3110 F:      include/linux/dnotify.h
3111
3112 DISK GEOMETRY AND PARTITION HANDLING
3113 M:      Andries Brouwer <aeb@cwi.nl>
3114 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3115 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3116 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3117 S:      Maintained
3118
3119 DISKQUOTA
3120 M:      Jan Kara <jack@suse.cz>
3121 S:      Maintained
3122 F:      Documentation/filesystems/quota.txt
3123 F:      fs/quota/
3124 F:      include/linux/quota*.h
3125 F:      include/uapi/linux/quota*.h
3126
3127 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3128 M:      Bernie Thompson <bernie@plugable.com>
3129 L:      linux-fbdev@vger.kernel.org
3130 S:      Maintained
3131 W:      http://plugable.com/category/projects/udlfb/
3132 F:      drivers/video/fbdev/udlfb.c
3133 F:      include/video/udlfb.h
3134 F:      Documentation/fb/udlfb.txt
3135
3136 DISTRIBUTED LOCK MANAGER (DLM)
3137 M:      Christine Caulfield <ccaulfie@redhat.com>
3138 M:      David Teigland <teigland@redhat.com>
3139 L:      cluster-devel@redhat.com
3140 W:      http://sources.redhat.com/cluster/
3141 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3142 S:      Supported
3143 F:      fs/dlm/
3144
3145 DMA BUFFER SHARING FRAMEWORK
3146 M:      Sumit Semwal <sumit.semwal@linaro.org>
3147 S:      Maintained
3148 L:      linux-media@vger.kernel.org
3149 L:      dri-devel@lists.freedesktop.org
3150 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3151 F:      drivers/dma-buf/
3152 F:      include/linux/dma-buf*
3153 F:      include/linux/reservation.h
3154 F:      include/linux/*fence.h
3155 F:      Documentation/dma-buf-sharing.txt
3156 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3157
3158 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3159 M:      Vinod Koul <vinod.koul@intel.com>
3160 L:      dmaengine@vger.kernel.org
3161 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3162 S:      Maintained
3163 F:      drivers/dma/
3164 F:      include/linux/dma*
3165 T:      git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
3166
3167 DME1737 HARDWARE MONITOR DRIVER
3168 M:      Juerg Haefliger <juergh@gmail.com>
3169 L:      lm-sensors@lm-sensors.org
3170 S:      Maintained
3171 F:      Documentation/hwmon/dme1737
3172 F:      drivers/hwmon/dme1737.c
3173
3174 DOCKING STATION DRIVER
3175 M:      Shaohua Li <shaohua.li@intel.com>
3176 L:      linux-acpi@vger.kernel.org
3177 S:      Supported
3178 F:      drivers/acpi/dock.c
3179
3180 DOCUMENTATION
3181 M:      Jonathan Corbet <corbet@lwn.net>
3182 L:      linux-doc@vger.kernel.org
3183 S:      Maintained
3184 F:      Documentation/
3185 X:      Documentation/ABI/
3186 X:      Documentation/devicetree/
3187 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3188
3189 DOUBLETALK DRIVER
3190 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3191 L:      blinux-list@redhat.com
3192 S:      Maintained
3193 F:      drivers/char/dtlk.c
3194 F:      include/linux/dtlk.h
3195
3196 DPT_I2O SCSI RAID DRIVER
3197 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3198 L:      linux-scsi@vger.kernel.org
3199 W:      http://www.adaptec.com/
3200 S:      Maintained
3201 F:      drivers/scsi/dpt*
3202 F:      drivers/scsi/dpt/
3203
3204 DRBD DRIVER
3205 P:      Philipp Reisner
3206 P:      Lars Ellenberg
3207 M:      drbd-dev@lists.linbit.com
3208 L:      drbd-user@lists.linbit.com
3209 W:      http://www.drbd.org
3210 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3211 T:      git git://git.drbd.org/drbd-8.3.git
3212 S:      Supported
3213 F:      drivers/block/drbd/
3214 F:      lib/lru_cache.c
3215 F:      Documentation/blockdev/drbd/
3216
3217 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3218 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3220 S:      Supported
3221 F:      Documentation/kobject.txt
3222 F:      drivers/base/
3223 F:      fs/sysfs/
3224 F:      fs/debugfs/
3225 F:      include/linux/kobj*
3226 F:      include/linux/debugfs.h
3227 F:      lib/kobj*
3228
3229 DRM DRIVERS
3230 M:      David Airlie <airlied@linux.ie>
3231 L:      dri-devel@lists.freedesktop.org
3232 T:      git git://people.freedesktop.org/~airlied/linux
3233 S:      Maintained
3234 F:      drivers/gpu/drm/
3235 F:      drivers/gpu/vga/
3236 F:      include/drm/
3237 F:      include/uapi/drm/
3238
3239 RADEON DRM DRIVERS
3240 M:      Alex Deucher <alexander.deucher@amd.com>
3241 M:      Christian König <christian.koenig@amd.com>
3242 L:      dri-devel@lists.freedesktop.org
3243 T:      git git://people.freedesktop.org/~agd5f/linux
3244 S:      Supported
3245 F:      drivers/gpu/drm/radeon/
3246 F:      include/uapi/drm/radeon*
3247
3248 DRM PANEL DRIVERS
3249 M:      Thierry Reding <thierry.reding@gmail.com>
3250 L:      dri-devel@lists.freedesktop.org
3251 T:      git git://anongit.freedesktop.org/tegra/linux.git
3252 S:      Maintained
3253 F:      drivers/gpu/drm/drm_panel.c
3254 F:      drivers/gpu/drm/panel/
3255 F:      include/drm/drm_panel.h
3256 F:      Documentation/devicetree/bindings/panel/
3257
3258 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3259 M:      Daniel Vetter <daniel.vetter@intel.com>
3260 M:      Jani Nikula <jani.nikula@linux.intel.com>
3261 L:      intel-gfx@lists.freedesktop.org
3262 L:      dri-devel@lists.freedesktop.org
3263 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3264 T:      git git://anongit.freedesktop.org/drm-intel
3265 S:      Supported
3266 F:      drivers/gpu/drm/i915/
3267 F:      include/drm/i915*
3268 F:      include/uapi/drm/i915*
3269
3270 DRM DRIVERS FOR EXYNOS
3271 M:      Inki Dae <inki.dae@samsung.com>
3272 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3273 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3274 M:      Kyungmin Park <kyungmin.park@samsung.com>
3275 L:      dri-devel@lists.freedesktop.org
3276 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3277 S:      Supported
3278 F:      drivers/gpu/drm/exynos/
3279 F:      include/drm/exynos*
3280 F:      include/uapi/drm/exynos*
3281
3282 DRM DRIVERS FOR NVIDIA TEGRA
3283 M:      Thierry Reding <thierry.reding@gmail.com>
3284 M:      Terje Bergström <tbergstrom@nvidia.com>
3285 L:      dri-devel@lists.freedesktop.org
3286 L:      linux-tegra@vger.kernel.org
3287 T:      git git://anongit.freedesktop.org/tegra/linux.git
3288 S:      Supported
3289 F:      drivers/gpu/drm/tegra/
3290 F:      drivers/gpu/host1x/
3291 F:      include/linux/host1x.h
3292 F:      include/uapi/drm/tegra_drm.h
3293 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3294
3295 DRM DRIVERS FOR RENESAS
3296 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3297 L:      dri-devel@lists.freedesktop.org
3298 L:      linux-sh@vger.kernel.org
3299 T:      git git://people.freedesktop.org/~airlied/linux
3300 S:      Supported
3301 F:      drivers/gpu/drm/rcar-du/
3302 F:      drivers/gpu/drm/shmobile/
3303 F:      include/linux/platform_data/rcar-du.h
3304 F:      include/linux/platform_data/shmob_drm.h
3305
3306 DSBR100 USB FM RADIO DRIVER
3307 M:      Alexey Klimov <klimov.linux@gmail.com>
3308 L:      linux-media@vger.kernel.org
3309 T:      git git://linuxtv.org/media_tree.git
3310 S:      Maintained
3311 F:      drivers/media/radio/dsbr100.c
3312
3313 DSCC4 DRIVER
3314 M:      Francois Romieu <romieu@fr.zoreil.com>
3315 L:      netdev@vger.kernel.org
3316 S:      Maintained
3317 F:      drivers/net/wan/dscc4.c
3318
3319 DVB_USB_AF9015 MEDIA DRIVER
3320 M:      Antti Palosaari <crope@iki.fi>
3321 L:      linux-media@vger.kernel.org
3322 W:      http://linuxtv.org/
3323 W:      http://palosaari.fi/linux/
3324 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3325 T:      git git://linuxtv.org/anttip/media_tree.git
3326 S:      Maintained
3327 F:      drivers/media/usb/dvb-usb-v2/af9015*
3328
3329 DVB_USB_AF9035 MEDIA DRIVER
3330 M:      Antti Palosaari <crope@iki.fi>
3331 L:      linux-media@vger.kernel.org
3332 W:      http://linuxtv.org/
3333 W:      http://palosaari.fi/linux/
3334 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3335 T:      git git://linuxtv.org/anttip/media_tree.git
3336 S:      Maintained
3337 F:      drivers/media/usb/dvb-usb-v2/af9035*
3338
3339 DVB_USB_ANYSEE MEDIA DRIVER
3340 M:      Antti Palosaari <crope@iki.fi>
3341 L:      linux-media@vger.kernel.org
3342 W:      http://linuxtv.org/
3343 W:      http://palosaari.fi/linux/
3344 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3345 T:      git git://linuxtv.org/anttip/media_tree.git
3346 S:      Maintained
3347 F:      drivers/media/usb/dvb-usb-v2/anysee*
3348
3349 DVB_USB_AU6610 MEDIA DRIVER
3350 M:      Antti Palosaari <crope@iki.fi>
3351 L:      linux-media@vger.kernel.org
3352 W:      http://linuxtv.org/
3353 W:      http://palosaari.fi/linux/
3354 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3355 T:      git git://linuxtv.org/anttip/media_tree.git
3356 S:      Maintained
3357 F:      drivers/media/usb/dvb-usb-v2/au6610*
3358
3359 DVB_USB_CE6230 MEDIA DRIVER
3360 M:      Antti Palosaari <crope@iki.fi>
3361 L:      linux-media@vger.kernel.org
3362 W:      http://linuxtv.org/
3363 W:      http://palosaari.fi/linux/
3364 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3365 T:      git git://linuxtv.org/anttip/media_tree.git
3366 S:      Maintained
3367 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3368
3369 DVB_USB_CXUSB MEDIA DRIVER
3370 M:      Michael Krufky <mkrufky@linuxtv.org>
3371 L:      linux-media@vger.kernel.org
3372 W:      http://linuxtv.org/
3373 W:      http://github.com/mkrufky
3374 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3375 T:      git git://linuxtv.org/media_tree.git
3376 S:      Maintained
3377 F:      drivers/media/usb/dvb-usb/cxusb*
3378
3379 DVB_USB_EC168 MEDIA DRIVER
3380 M:      Antti Palosaari <crope@iki.fi>
3381 L:      linux-media@vger.kernel.org
3382 W:      http://linuxtv.org/
3383 W:      http://palosaari.fi/linux/
3384 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3385 T:      git git://linuxtv.org/anttip/media_tree.git
3386 S:      Maintained
3387 F:      drivers/media/usb/dvb-usb-v2/ec168*
3388
3389 DVB_USB_GL861 MEDIA DRIVER
3390 M:      Antti Palosaari <crope@iki.fi>
3391 L:      linux-media@vger.kernel.org
3392 W:      http://linuxtv.org/
3393 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3394 T:      git git://linuxtv.org/anttip/media_tree.git
3395 S:      Maintained
3396 F:      drivers/media/usb/dvb-usb-v2/gl861*
3397
3398 DVB_USB_MXL111SF MEDIA DRIVER
3399 M:      Michael Krufky <mkrufky@linuxtv.org>
3400 L:      linux-media@vger.kernel.org
3401 W:      http://linuxtv.org/
3402 W:      http://github.com/mkrufky
3403 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3404 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3405 S:      Maintained
3406 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3407
3408 DVB_USB_RTL28XXU MEDIA DRIVER
3409 M:      Antti Palosaari <crope@iki.fi>
3410 L:      linux-media@vger.kernel.org
3411 W:      http://linuxtv.org/
3412 W:      http://palosaari.fi/linux/
3413 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3414 T:      git git://linuxtv.org/anttip/media_tree.git
3415 S:      Maintained
3416 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3417
3418 DVB_USB_V2 MEDIA DRIVER
3419 M:      Antti Palosaari <crope@iki.fi>
3420 L:      linux-media@vger.kernel.org
3421 W:      http://linuxtv.org/
3422 W:      http://palosaari.fi/linux/
3423 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3424 T:      git git://linuxtv.org/anttip/media_tree.git
3425 S:      Maintained
3426 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3427 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3428
3429 DYNAMIC DEBUG
3430 M:      Jason Baron <jbaron@akamai.com>
3431 S:      Maintained
3432 F:      lib/dynamic_debug.c
3433 F:      include/linux/dynamic_debug.h
3434
3435 DZ DECSTATION DZ11 SERIAL DRIVER
3436 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3437 S:      Maintained
3438 F:      drivers/tty/serial/dz.*
3439
3440 E4000 MEDIA DRIVER
3441 M:      Antti Palosaari <crope@iki.fi>
3442 L:      linux-media@vger.kernel.org
3443 W:      http://linuxtv.org/
3444 W:      http://palosaari.fi/linux/
3445 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3446 T:      git git://linuxtv.org/anttip/media_tree.git
3447 S:      Maintained
3448 F:      drivers/media/tuners/e4000*
3449
3450 EATA ISA/EISA/PCI SCSI DRIVER
3451 M:      Dario Ballabio <ballabio_dario@emc.com>
3452 L:      linux-scsi@vger.kernel.org
3453 S:      Maintained
3454 F:      drivers/scsi/eata.c
3455
3456 EC100 MEDIA DRIVER
3457 M:      Antti Palosaari <crope@iki.fi>
3458 L:      linux-media@vger.kernel.org
3459 W:      http://linuxtv.org/
3460 W:      http://palosaari.fi/linux/
3461 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3462 T:      git git://linuxtv.org/anttip/media_tree.git
3463 S:      Maintained
3464 F:      drivers/media/dvb-frontends/ec100*
3465
3466 ECRYPT FILE SYSTEM
3467 M:      Tyler Hicks <tyhicks@canonical.com>
3468 L:      ecryptfs@vger.kernel.org
3469 W:      http://ecryptfs.org
3470 W:      https://launchpad.net/ecryptfs
3471 S:      Supported
3472 F:      Documentation/filesystems/ecryptfs.txt
3473 F:      fs/ecryptfs/
3474
3475 EDAC-CORE
3476 M:      Doug Thompson <dougthompson@xmission.com>
3477 M:      Borislav Petkov <bp@alien8.de>
3478 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3479 L:      linux-edac@vger.kernel.org
3480 W:      bluesmoke.sourceforge.net
3481 S:      Supported
3482 F:      Documentation/edac.txt
3483 F:      drivers/edac/
3484 F:      include/linux/edac.h
3485
3486 EDAC-AMD64
3487 M:      Doug Thompson <dougthompson@xmission.com>
3488 M:      Borislav Petkov <bp@alien8.de>
3489 L:      linux-edac@vger.kernel.org
3490 W:      bluesmoke.sourceforge.net
3491 S:      Maintained
3492 F:      drivers/edac/amd64_edac*
3493
3494 EDAC-CALXEDA
3495 M:      Doug Thompson <dougthompson@xmission.com>
3496 M:      Robert Richter <rric@kernel.org>
3497 L:      linux-edac@vger.kernel.org
3498 W:      bluesmoke.sourceforge.net
3499 S:      Maintained
3500 F:      drivers/edac/highbank*
3501
3502 EDAC-CAVIUM
3503 M:      Ralf Baechle <ralf@linux-mips.org>
3504 M:      David Daney <david.daney@cavium.com>
3505 L:      linux-edac@vger.kernel.org
3506 L:      linux-mips@linux-mips.org
3507 W:      bluesmoke.sourceforge.net
3508 S:      Supported
3509 F:      drivers/edac/octeon_edac*
3510
3511 EDAC-E752X
3512 M:      Mark Gross <mark.gross@intel.com>
3513 M:      Doug Thompson <dougthompson@xmission.com>
3514 L:      linux-edac@vger.kernel.org
3515 W:      bluesmoke.sourceforge.net
3516 S:      Maintained
3517 F:      drivers/edac/e752x_edac.c
3518
3519 EDAC-E7XXX
3520 M:      Doug Thompson <dougthompson@xmission.com>
3521 L:      linux-edac@vger.kernel.org
3522 W:      bluesmoke.sourceforge.net
3523 S:      Maintained
3524 F:      drivers/edac/e7xxx_edac.c
3525
3526 EDAC-GHES
3527 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3528 L:      linux-edac@vger.kernel.org
3529 W:      bluesmoke.sourceforge.net
3530 S:      Maintained
3531 F:      drivers/edac/ghes_edac.c
3532
3533 EDAC-I82443BXGX
3534 M:      Tim Small <tim@buttersideup.com>
3535 L:      linux-edac@vger.kernel.org
3536 W:      bluesmoke.sourceforge.net
3537 S:      Maintained
3538 F:      drivers/edac/i82443bxgx_edac.c
3539
3540 EDAC-I3000
3541 M:      Jason Uhlenkott <juhlenko@akamai.com>
3542 L:      linux-edac@vger.kernel.org
3543 W:      bluesmoke.sourceforge.net
3544 S:      Maintained
3545 F:      drivers/edac/i3000_edac.c
3546
3547 EDAC-I5000
3548 M:      Doug Thompson <dougthompson@xmission.com>
3549 L:      linux-edac@vger.kernel.org
3550 W:      bluesmoke.sourceforge.net
3551 S:      Maintained
3552 F:      drivers/edac/i5000_edac.c
3553
3554 EDAC-I5400
3555 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3556 L:      linux-edac@vger.kernel.org
3557 W:      bluesmoke.sourceforge.net
3558 S:      Maintained
3559 F:      drivers/edac/i5400_edac.c
3560
3561 EDAC-I7300
3562 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3563 L:      linux-edac@vger.kernel.org
3564 W:      bluesmoke.sourceforge.net
3565 S:      Maintained
3566 F:      drivers/edac/i7300_edac.c
3567
3568 EDAC-I7CORE
3569 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3570 L:      linux-edac@vger.kernel.org
3571 W:      bluesmoke.sourceforge.net
3572 S:      Maintained
3573 F:      drivers/edac/i7core_edac.c
3574
3575 EDAC-I82975X
3576 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3577 M:      "Arvind R." <arvino55@gmail.com>
3578 L:      linux-edac@vger.kernel.org
3579 W:      bluesmoke.sourceforge.net
3580 S:      Maintained
3581 F:      drivers/edac/i82975x_edac.c
3582
3583 EDAC-IE31200
3584 M:      Jason Baron <jbaron@akamai.com>
3585 L:      linux-edac@vger.kernel.org
3586 W:      bluesmoke.sourceforge.net
3587 S:      Maintained
3588 F:      drivers/edac/ie31200_edac.c
3589
3590 EDAC-MPC85XX
3591 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3592 L:      linux-edac@vger.kernel.org
3593 W:      bluesmoke.sourceforge.net
3594 S:      Maintained
3595 F:      drivers/edac/mpc85xx_edac.[ch]
3596
3597 EDAC-PASEMI
3598 M:      Egor Martovetsky <egor@pasemi.com>
3599 L:      linux-edac@vger.kernel.org
3600 W:      bluesmoke.sourceforge.net
3601 S:      Maintained
3602 F:      drivers/edac/pasemi_edac.c
3603
3604 EDAC-R82600
3605 M:      Tim Small <tim@buttersideup.com>
3606 L:      linux-edac@vger.kernel.org
3607 W:      bluesmoke.sourceforge.net
3608 S:      Maintained
3609 F:      drivers/edac/r82600_edac.c
3610
3611 EDAC-SBRIDGE
3612 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3613 L:      linux-edac@vger.kernel.org
3614 W:      bluesmoke.sourceforge.net
3615 S:      Maintained
3616 F:      drivers/edac/sb_edac.c
3617
3618 EDIROL UA-101/UA-1000 DRIVER
3619 M:      Clemens Ladisch <clemens@ladisch.de>
3620 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3621 T:      git git://git.alsa-project.org/alsa-kernel.git
3622 S:      Maintained
3623 F:      sound/usb/misc/ua101.c
3624
3625 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3626 M:      Matt Fleming <matt.fleming@intel.com>
3627 L:      linux-efi@vger.kernel.org
3628 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3629 S:      Maintained
3630 F:      Documentation/efi-stub.txt
3631 F:      arch/ia64/kernel/efi.c
3632 F:      arch/x86/boot/compressed/eboot.[ch]
3633 F:      arch/x86/include/asm/efi.h
3634 F:      arch/x86/platform/efi/*
3635 F:      drivers/firmware/efi/*
3636 F:      include/linux/efi*.h
3637
3638 EFI VARIABLE FILESYSTEM
3639 M:      Matthew Garrett <matthew.garrett@nebula.com>
3640 M:      Jeremy Kerr <jk@ozlabs.org>
3641 M:      Matt Fleming <matt.fleming@intel.com>
3642 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3643 L:      linux-efi@vger.kernel.org
3644 S:      Maintained
3645 F:      fs/efivarfs/
3646
3647 EFIFB FRAMEBUFFER DRIVER
3648 L:      linux-fbdev@vger.kernel.org
3649 M:      Peter Jones <pjones@redhat.com>
3650 S:      Maintained
3651 F:      drivers/video/fbdev/efifb.c
3652
3653 EFS FILESYSTEM
3654 W:      http://aeschi.ch.eu.org/efs/
3655 S:      Orphan
3656 F:      fs/efs/
3657
3658 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3659 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3660 M:      Christoph Raisch <raisch@de.ibm.com>
3661 L:      linux-rdma@vger.kernel.org
3662 S:      Supported
3663 F:      drivers/infiniband/hw/ehca/
3664
3665 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3666 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3667 L:      netdev@vger.kernel.org
3668 S:      Maintained
3669 F:      drivers/net/ethernet/ibm/ehea/
3670
3671 EM28XX VIDEO4LINUX DRIVER
3672 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3673 L:      linux-media@vger.kernel.org
3674 W:      http://linuxtv.org
3675 T:      git git://linuxtv.org/media_tree.git
3676 S:      Maintained
3677 F:      drivers/media/usb/em28xx/
3678
3679 EMBEDDED LINUX
3680 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3681 M:      Matt Mackall <mpm@selenic.com>
3682 M:      David Woodhouse <dwmw2@infradead.org>
3683 L:      linux-embedded@vger.kernel.org
3684 S:      Maintained
3685
3686 EMULEX LPFC FC SCSI DRIVER
3687 M:      James Smart <james.smart@emulex.com>
3688 L:      linux-scsi@vger.kernel.org
3689 W:      http://sourceforge.net/projects/lpfcxxxx
3690 S:      Supported
3691 F:      drivers/scsi/lpfc/
3692
3693 ENE CB710 FLASH CARD READER DRIVER
3694 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3695 S:      Maintained
3696 F:      drivers/misc/cb710/
3697 F:      drivers/mmc/host/cb710-mmc.*
3698 F:      include/linux/cb710.h
3699
3700 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3701 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3702 S:      Maintained
3703 F:      drivers/media/rc/ene_ir.*
3704
3705 ENHANCED ERROR HANDLING (EEH)
3706 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3707 L:      linuxppc-dev@lists.ozlabs.org
3708 S:      Supported
3709 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3710 F:      arch/powerpc/kernel/eeh*.c
3711
3712 EPSON S1D13XXX FRAMEBUFFER DRIVER
3713 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3714 S:      Maintained
3715 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3716 F:      drivers/video/fbdev/s1d13xxxfb.c
3717 F:      include/video/s1d13xxxfb.h
3718
3719 ET131X NETWORK DRIVER
3720 M:      Mark Einon <mark.einon@gmail.com>
3721 S:      Odd Fixes
3722 F:      drivers/net/ethernet/agere/
3723
3724 ETHERNET BRIDGE
3725 M:      Stephen Hemminger <stephen@networkplumber.org>
3726 L:      bridge@lists.linux-foundation.org
3727 L:      netdev@vger.kernel.org
3728 W:      http://www.linuxfoundation.org/en/Net:Bridge
3729 S:      Maintained
3730 F:      include/linux/netfilter_bridge/
3731 F:      net/bridge/
3732
3733 ETHERNET PHY LIBRARY
3734 M:      Florian Fainelli <f.fainelli@gmail.com>
3735 L:      netdev@vger.kernel.org
3736 S:      Maintained
3737 F:      include/linux/phy.h
3738 F:      include/linux/phy_fixed.h
3739 F:      drivers/net/phy/
3740 F:      Documentation/networking/phy.txt
3741 F:      drivers/of/of_mdio.c
3742 F:      drivers/of/of_net.c
3743
3744 EXT2 FILE SYSTEM
3745 M:      Jan Kara <jack@suse.cz>
3746 L:      linux-ext4@vger.kernel.org
3747 S:      Maintained
3748 F:      Documentation/filesystems/ext2.txt
3749 F:      fs/ext2/
3750 F:      include/linux/ext2*
3751
3752 EXT3 FILE SYSTEM
3753 M:      Jan Kara <jack@suse.cz>
3754 M:      Andrew Morton <akpm@linux-foundation.org>
3755 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3756 L:      linux-ext4@vger.kernel.org
3757 S:      Maintained
3758 F:      Documentation/filesystems/ext3.txt
3759 F:      fs/ext3/
3760
3761 EXT4 FILE SYSTEM
3762 M:      "Theodore Ts'o" <tytso@mit.edu>
3763 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3764 L:      linux-ext4@vger.kernel.org
3765 W:      http://ext4.wiki.kernel.org
3766 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3767 S:      Maintained
3768 F:      Documentation/filesystems/ext4.txt
3769 F:      fs/ext4/
3770
3771 Extended Verification Module (EVM)
3772 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3773 L:      linux-ima-devel@lists.sourceforge.net
3774 L:      linux-security-module@vger.kernel.org
3775 S:      Supported
3776 F:      security/integrity/evm/
3777
3778 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3779 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3780 M:      Chanwoo Choi <cw00.choi@samsung.com>
3781 L:      linux-kernel@vger.kernel.org
3782 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3783 S:      Maintained
3784 F:      drivers/extcon/
3785 F:      Documentation/extcon/
3786
3787 EXYNOS DP DRIVER
3788 M:      Jingoo Han <jg1.han@samsung.com>
3789 L:      dri-devel@lists.freedesktop.org
3790 S:      Maintained
3791 F:      drivers/gpu/drm/exynos/exynos_dp*
3792
3793 EXYNOS MIPI DISPLAY DRIVERS
3794 M:      Inki Dae <inki.dae@samsung.com>
3795 M:      Donghwa Lee <dh09.lee@samsung.com>
3796 M:      Kyungmin Park <kyungmin.park@samsung.com>
3797 L:      linux-fbdev@vger.kernel.org
3798 S:      Maintained
3799 F:      drivers/video/fbdev/exynos/exynos_mipi*
3800 F:      include/video/exynos_mipi*
3801
3802 F71805F HARDWARE MONITORING DRIVER
3803 M:      Jean Delvare <jdelvare@suse.de>
3804 L:      lm-sensors@lm-sensors.org
3805 S:      Maintained
3806 F:      Documentation/hwmon/f71805f
3807 F:      drivers/hwmon/f71805f.c
3808
3809 FC0011 TUNER DRIVER
3810 M:      Michael Buesch <m@bues.ch>
3811 L:      linux-media@vger.kernel.org
3812 S:      Maintained
3813 F:      drivers/media/tuners/fc0011.h
3814 F:      drivers/media/tuners/fc0011.c
3815
3816 FC2580 MEDIA DRIVER
3817 M:      Antti Palosaari <crope@iki.fi>
3818 L:      linux-media@vger.kernel.org
3819 W:      http://linuxtv.org/
3820 W:      http://palosaari.fi/linux/
3821 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3822 T:      git git://linuxtv.org/anttip/media_tree.git
3823 S:      Maintained
3824 F:      drivers/media/tuners/fc2580*
3825
3826 FANOTIFY
3827 M:      Eric Paris <eparis@redhat.com>
3828 S:      Maintained
3829 F:      fs/notify/fanotify/
3830 F:      include/linux/fanotify.h
3831 F:      include/uapi/linux/fanotify.h
3832
3833 FARSYNC SYNCHRONOUS DRIVER
3834 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3835 W:      http://www.farsite.co.uk/
3836 S:      Supported
3837 F:      drivers/net/wan/farsync.*
3838
3839 FAULT INJECTION SUPPORT
3840 M:      Akinobu Mita <akinobu.mita@gmail.com>
3841 S:      Supported
3842 F:      Documentation/fault-injection/
3843 F:      lib/fault-inject.c
3844
3845 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3846 M:      Robert Love <robert.w.love@intel.com>
3847 L:      fcoe-devel@open-fcoe.org
3848 W:      www.Open-FCoE.org
3849 S:      Supported
3850 F:      drivers/scsi/libfc/
3851 F:      drivers/scsi/fcoe/
3852 F:      include/scsi/fc/
3853 F:      include/scsi/libfc.h
3854 F:      include/scsi/libfcoe.h
3855 F:      include/uapi/scsi/fc/
3856
3857 FILE LOCKING (flock() and fcntl()/lockf())
3858 M:      Jeff Layton <jlayton@poochiereds.net>
3859 M:      J. Bruce Fields <bfields@fieldses.org>
3860 L:      linux-fsdevel@vger.kernel.org
3861 S:      Maintained
3862 F:      include/linux/fcntl.h
3863 F:      include/linux/fs.h
3864 F:      include/uapi/linux/fcntl.h
3865 F:      include/uapi/linux/fs.h
3866 F:      fs/fcntl.c
3867 F:      fs/locks.c
3868
3869 FILESYSTEMS (VFS and infrastructure)
3870 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3871 L:      linux-fsdevel@vger.kernel.org
3872 S:      Maintained
3873 F:      fs/*
3874
3875 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3876 M:      Riku Voipio <riku.voipio@iki.fi>
3877 L:      lm-sensors@lm-sensors.org
3878 S:      Maintained
3879 F:      drivers/hwmon/f75375s.c
3880 F:      include/linux/f75375s.h
3881
3882 FIREWIRE AUDIO DRIVERS
3883 M:      Clemens Ladisch <clemens@ladisch.de>
3884 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3885 T:      git git://git.alsa-project.org/alsa-kernel.git
3886 S:      Maintained
3887 F:      sound/firewire/
3888
3889 FIREWIRE MEDIA DRIVERS (firedtv)
3890 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3891 L:      linux-media@vger.kernel.org
3892 L:      linux1394-devel@lists.sourceforge.net
3893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3894 S:      Maintained
3895 F:      drivers/media/firewire/
3896
3897 FIREWIRE SBP-2 TARGET
3898 M:      Chris Boot <bootc@bootc.net>
3899 L:      linux-scsi@vger.kernel.org
3900 L:      target-devel@vger.kernel.org
3901 L:      linux1394-devel@lists.sourceforge.net
3902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3903 S:      Maintained
3904 F:      drivers/target/sbp/
3905
3906 FIREWIRE SUBSYSTEM
3907 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3908 L:      linux1394-devel@lists.sourceforge.net
3909 W:      http://ieee1394.wiki.kernel.org/
3910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3911 S:      Maintained
3912 F:      drivers/firewire/
3913 F:      include/linux/firewire.h
3914 F:      include/uapi/linux/firewire*.h
3915 F:      tools/firewire/
3916
3917 FIRMWARE LOADER (request_firmware)
3918 M:      Ming Lei <ming.lei@canonical.com>
3919 L:      linux-kernel@vger.kernel.org
3920 S:      Maintained
3921 F:      Documentation/firmware_class/
3922 F:      drivers/base/firmware*.c
3923 F:      include/linux/firmware.h
3924
3925 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
3926 M:      Joshua Morris <josh.h.morris@us.ibm.com>
3927 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
3928 S:      Maintained
3929 F:      drivers/block/rsxx/
3930
3931 FLOPPY DRIVER
3932 M:      Jiri Kosina <jkosina@suse.cz>
3933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3934 S:      Odd fixes
3935 F:      drivers/block/floppy.c
3936
3937 FMC SUBSYSTEM
3938 M:      Alessandro Rubini <rubini@gnudd.com>
3939 W:      http://www.ohwr.org/projects/fmc-bus
3940 S:      Supported
3941 F:      drivers/fmc/
3942 F:      include/linux/fmc*.h
3943 F:      include/linux/ipmi-fru.h
3944 K:      fmc_d.*register
3945
3946 FPU EMULATOR
3947 M:      Bill Metzenthen <billm@melbpc.org.au>
3948 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3949 S:      Maintained
3950 F:      arch/x86/math-emu/
3951
3952 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3953 L:      netdev@vger.kernel.org
3954 S:      Orphan
3955 F:      drivers/net/wan/dlci.c
3956 F:      drivers/net/wan/sdla.c
3957
3958 FRAMEBUFFER LAYER
3959 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
3960 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
3961 L:      linux-fbdev@vger.kernel.org
3962 W:      http://linux-fbdev.sourceforge.net/
3963 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
3964 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
3965 S:      Maintained
3966 F:      Documentation/fb/
3967 F:      Documentation/devicetree/bindings/fb/
3968 F:      drivers/video/
3969 F:      include/video/
3970 F:      include/linux/fb.h
3971 F:      include/uapi/video/
3972 F:      include/uapi/linux/fb.h
3973
3974 FREESCALE DIU FRAMEBUFFER DRIVER
3975 M:      Timur Tabi <timur@tabi.org>
3976 L:      linux-fbdev@vger.kernel.org
3977 S:      Maintained
3978 F:      drivers/video/fbdev/fsl-diu-fb.*
3979
3980 FREESCALE DMA DRIVER
3981 M:      Li Yang <leoli@freescale.com>
3982 M:      Zhang Wei <zw@zh-kernel.org>
3983 L:      linuxppc-dev@lists.ozlabs.org
3984 S:      Maintained
3985 F:      drivers/dma/fsldma.*
3986
3987 FREESCALE I2C CPM DRIVER
3988 M:      Jochen Friedrich <jochen@scram.de>
3989 L:      linuxppc-dev@lists.ozlabs.org
3990 L:      linux-i2c@vger.kernel.org
3991 S:      Maintained
3992 F:      drivers/i2c/busses/i2c-cpm.c
3993
3994 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
3995 M:      Sascha Hauer <kernel@pengutronix.de>
3996 L:      linux-fbdev@vger.kernel.org
3997 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3998 S:      Maintained
3999 F:      include/linux/platform_data/video-imxfb.h
4000 F:      drivers/video/fbdev/imxfb.c
4001
4002 FREESCALE SOC FS_ENET DRIVER
4003 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4004 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4005 L:      linuxppc-dev@lists.ozlabs.org
4006 L:      netdev@vger.kernel.org
4007 S:      Maintained
4008 F:      drivers/net/ethernet/freescale/fs_enet/
4009 F:      include/linux/fs_enet_pd.h
4010
4011 FREESCALE QUICC ENGINE LIBRARY
4012 L:      linuxppc-dev@lists.ozlabs.org
4013 S:      Orphan
4014 F:      arch/powerpc/sysdev/qe_lib/
4015 F:      arch/powerpc/include/asm/*qe.h
4016
4017 FREESCALE USB PERIPHERAL DRIVERS
4018 M:      Li Yang <leoli@freescale.com>
4019 L:      linux-usb@vger.kernel.org
4020 L:      linuxppc-dev@lists.ozlabs.org
4021 S:      Maintained
4022 F:      drivers/usb/gadget/udc/fsl*
4023
4024 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4025 M:      Li Yang <leoli@freescale.com>
4026 L:      netdev@vger.kernel.org
4027 L:      linuxppc-dev@lists.ozlabs.org
4028 S:      Maintained
4029 F:      drivers/net/ethernet/freescale/ucc_geth*
4030
4031 FREESCALE QUICC ENGINE UCC UART DRIVER
4032 M:      Timur Tabi <timur@tabi.org>
4033 L:      linuxppc-dev@lists.ozlabs.org
4034 S:      Maintained
4035 F:      drivers/tty/serial/ucc_uart.c
4036
4037 FREESCALE SOC SOUND DRIVERS
4038 M:      Timur Tabi <timur@tabi.org>
4039 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4040 M:      Xiubo Li <Li.Xiubo@freescale.com>
4041 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4042 L:      linuxppc-dev@lists.ozlabs.org
4043 S:      Maintained
4044 F:      sound/soc/fsl/fsl*
4045 F:      sound/soc/fsl/imx*
4046 F:      sound/soc/fsl/mpc8610_hpcd.c
4047
4048 FREEVXFS FILESYSTEM
4049 M:      Christoph Hellwig <hch@infradead.org>
4050 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4051 S:      Maintained
4052 F:      fs/freevxfs/
4053
4054 FREEZER
4055 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4056 M:      Pavel Machek <pavel@ucw.cz>
4057 L:      linux-pm@vger.kernel.org
4058 S:      Supported
4059 F:      Documentation/power/freezing-of-tasks.txt
4060 F:      include/linux/freezer.h
4061 F:      kernel/freezer.c
4062
4063 FRONTSWAP API
4064 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4065 L:      linux-kernel@vger.kernel.org
4066 S:      Maintained
4067 F:      mm/frontswap.c
4068 F:      include/linux/frontswap.h
4069
4070 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4071 M:      David Howells <dhowells@redhat.com>
4072 L:      linux-cachefs@redhat.com
4073 S:      Supported
4074 F:      Documentation/filesystems/caching/
4075 F:      fs/fscache/
4076 F:      include/linux/fscache*.h
4077
4078 F2FS FILE SYSTEM
4079 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4080 M:      Changman Lee <cm224.lee@samsung.com>
4081 L:      linux-f2fs-devel@lists.sourceforge.net
4082 W:      http://en.wikipedia.org/wiki/F2FS
4083 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4084 S:      Maintained
4085 F:      Documentation/filesystems/f2fs.txt
4086 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4087 F:      fs/f2fs/
4088 F:      include/linux/f2fs_fs.h
4089
4090 FUJITSU FR-V (FRV) PORT
4091 M:      David Howells <dhowells@redhat.com>
4092 S:      Maintained
4093 F:      arch/frv/
4094
4095 FUJITSU LAPTOP EXTRAS
4096 M:      Jonathan Woithe <jwoithe@just42.net>
4097 L:      platform-driver-x86@vger.kernel.org
4098 S:      Maintained
4099 F:      drivers/platform/x86/fujitsu-laptop.c
4100
4101 FUJITSU M-5MO LS CAMERA ISP DRIVER
4102 M:      Kyungmin Park <kyungmin.park@samsung.com>
4103 M:      Heungjun Kim <riverful.kim@samsung.com>
4104 L:      linux-media@vger.kernel.org
4105 S:      Maintained
4106 F:      drivers/media/i2c/m5mols/
4107 F:      include/media/m5mols.h
4108
4109 FUJITSU TABLET EXTRAS
4110 M:      Robert Gerlach <khnz@gmx.de>
4111 L:      platform-driver-x86@vger.kernel.org
4112 S:      Maintained
4113 F:      drivers/platform/x86/fujitsu-tablet.c
4114
4115 FUSE: FILESYSTEM IN USERSPACE
4116 M:      Miklos Szeredi <miklos@szeredi.hu>
4117 L:      fuse-devel@lists.sourceforge.net
4118 W:      http://fuse.sourceforge.net/
4119 S:      Maintained
4120 F:      fs/fuse/
4121 F:      include/uapi/linux/fuse.h
4122
4123 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4124 M:      Rik Faith <faith@cs.unc.edu>
4125 L:      linux-scsi@vger.kernel.org
4126 S:      Odd Fixes (e.g., new signatures)
4127 F:      drivers/scsi/fdomain.*
4128
4129 GCOV BASED KERNEL PROFILING
4130 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4131 S:      Maintained
4132 F:      kernel/gcov/
4133 F:      Documentation/gcov.txt
4134
4135 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4136 M:      Achim Leubner <achim_leubner@adaptec.com>
4137 L:      linux-scsi@vger.kernel.org
4138 W:      http://www.icp-vortex.com/
4139 S:      Supported
4140 F:      drivers/scsi/gdt*
4141
4142 GEMTEK FM RADIO RECEIVER DRIVER
4143 M:      Hans Verkuil <hverkuil@xs4all.nl>
4144 L:      linux-media@vger.kernel.org
4145 T:      git git://linuxtv.org/media_tree.git
4146 W:      http://linuxtv.org
4147 S:      Maintained
4148 F:      drivers/media/radio/radio-gemtek*
4149
4150 GENERIC GPIO I2C DRIVER
4151 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4152 S:      Supported
4153 F:      drivers/i2c/busses/i2c-gpio.c
4154 F:      include/linux/i2c-gpio.h
4155
4156 GENERIC GPIO I2C MULTIPLEXER DRIVER
4157 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4158 L:      linux-i2c@vger.kernel.org
4159 S:      Supported
4160 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4161 F:      include/linux/i2c-mux-gpio.h
4162 F:      Documentation/i2c/muxes/i2c-mux-gpio
4163
4164 GENERIC HDLC (WAN) DRIVERS
4165 M:      Krzysztof Halasa <khc@pm.waw.pl>
4166 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4167 S:      Maintained
4168 F:      drivers/net/wan/c101.c
4169 F:      drivers/net/wan/hd6457*
4170 F:      drivers/net/wan/hdlc*
4171 F:      drivers/net/wan/n2.c
4172 F:      drivers/net/wan/pc300too.c
4173 F:      drivers/net/wan/pci200syn.c
4174 F:      drivers/net/wan/wanxl*
4175
4176 GENERIC INCLUDE/ASM HEADER FILES
4177 M:      Arnd Bergmann <arnd@arndb.de>
4178 L:      linux-arch@vger.kernel.org
4179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4180 S:      Maintained
4181 F:      include/asm-generic/
4182 F:      include/uapi/asm-generic/
4183
4184 GENERIC PHY FRAMEWORK
4185 M:      Kishon Vijay Abraham I <kishon@ti.com>
4186 L:      linux-kernel@vger.kernel.org
4187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4188 S:      Supported
4189 F:      drivers/phy/
4190 F:      include/linux/phy/
4191
4192 GENERIC UIO DRIVER FOR PCI DEVICES
4193 M:      "Michael S. Tsirkin" <mst@redhat.com>
4194 L:      kvm@vger.kernel.org
4195 S:      Supported
4196 F:      drivers/uio/uio_pci_generic.c
4197
4198 GET_MAINTAINER SCRIPT
4199 M:      Joe Perches <joe@perches.com>
4200 S:      Maintained
4201 F:      scripts/get_maintainer.pl
4202
4203 GFS2 FILE SYSTEM
4204 M:      Steven Whitehouse <swhiteho@redhat.com>
4205 L:      cluster-devel@redhat.com
4206 W:      http://sources.redhat.com/cluster/
4207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4208 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4209 S:      Supported
4210 F:      Documentation/filesystems/gfs2*.txt
4211 F:      fs/gfs2/
4212 F:      include/uapi/linux/gfs2_ondisk.h
4213
4214 GIGASET ISDN DRIVERS
4215 M:      Hansjoerg Lipp <hjlipp@web.de>
4216 M:      Tilman Schmidt <tilman@imap.cc>
4217 L:      gigaset307x-common@lists.sourceforge.net
4218 W:      http://gigaset307x.sourceforge.net/
4219 S:      Maintained
4220 F:      Documentation/isdn/README.gigaset
4221 F:      drivers/isdn/gigaset/
4222 F:      include/uapi/linux/gigaset_dev.h
4223
4224 GO7007 MPEG CODEC
4225 M:      Hans Verkuil <hans.verkuil@cisco.com>
4226 L:      linux-media@vger.kernel.org
4227 S:      Maintained
4228 F:      drivers/media/usb/go7007/
4229
4230 GPIO SUBSYSTEM
4231 M:      Linus Walleij <linus.walleij@linaro.org>
4232 M:      Alexandre Courbot <gnurou@gmail.com>
4233 L:      linux-gpio@vger.kernel.org
4234 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4235 S:      Maintained
4236 F:      Documentation/gpio/
4237 F:      drivers/gpio/
4238 F:      include/linux/gpio/
4239 F:      include/linux/gpio.h
4240 F:      include/asm-generic/gpio.h
4241
4242 GRE DEMULTIPLEXER DRIVER
4243 M:      Dmitry Kozlov <xeb@mail.ru>
4244 L:      netdev@vger.kernel.org
4245 S:      Maintained
4246 F:      net/ipv4/gre_demux.c
4247 F:      net/ipv4/gre_offload.c
4248 F:      include/net/gre.h
4249
4250 GRETH 10/100/1G Ethernet MAC device driver
4251 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4252 L:      netdev@vger.kernel.org
4253 S:      Maintained
4254 F:      drivers/net/ethernet/aeroflex/
4255
4256 GSPCA FINEPIX SUBDRIVER
4257 M:      Frank Zago <frank@zago.net>
4258 L:      linux-media@vger.kernel.org
4259 T:      git git://linuxtv.org/media_tree.git
4260 S:      Maintained
4261 F:      drivers/media/usb/gspca/finepix.c
4262
4263 GSPCA GL860 SUBDRIVER
4264 M:      Olivier Lorin <o.lorin@laposte.net>
4265 L:      linux-media@vger.kernel.org
4266 T:      git git://linuxtv.org/media_tree.git
4267 S:      Maintained
4268 F:      drivers/media/usb/gspca/gl860/
4269
4270 GSPCA M5602 SUBDRIVER
4271 M:      Erik Andren <erik.andren@gmail.com>
4272 L:      linux-media@vger.kernel.org
4273 T:      git git://linuxtv.org/media_tree.git
4274 S:      Maintained
4275 F:      drivers/media/usb/gspca/m5602/
4276
4277 GSPCA PAC207 SONIXB SUBDRIVER
4278 M:      Hans de Goede <hdegoede@redhat.com>
4279 L:      linux-media@vger.kernel.org
4280 T:      git git://linuxtv.org/media_tree.git
4281 S:      Maintained
4282 F:      drivers/media/usb/gspca/pac207.c
4283
4284 GSPCA SN9C20X SUBDRIVER
4285 M:      Brian Johnson <brijohn@gmail.com>
4286 L:      linux-media@vger.kernel.org
4287 T:      git git://linuxtv.org/media_tree.git
4288 S:      Maintained
4289 F:      drivers/media/usb/gspca/sn9c20x.c
4290
4291 GSPCA T613 SUBDRIVER
4292 M:      Leandro Costantino <lcostantino@gmail.com>
4293 L:      linux-media@vger.kernel.org
4294 T:      git git://linuxtv.org/media_tree.git
4295 S:      Maintained
4296 F:      drivers/media/usb/gspca/t613.c
4297
4298 GSPCA USB WEBCAM DRIVER
4299 M:      Hans de Goede <hdegoede@redhat.com>
4300 L:      linux-media@vger.kernel.org
4301 T:      git git://linuxtv.org/media_tree.git
4302 S:      Maintained
4303 F:      drivers/media/usb/gspca/
4304
4305 GUID PARTITION TABLE (GPT)
4306 M:      Davidlohr Bueso <davidlohr@hp.com>
4307 L:      linux-efi@vger.kernel.org
4308 S:      Maintained
4309 F:      block/partitions/efi.*
4310
4311 STK1160 USB VIDEO CAPTURE DRIVER
4312 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4313 L:      linux-media@vger.kernel.org
4314 T:      git git://linuxtv.org/media_tree.git
4315 S:      Maintained
4316 F:      drivers/media/usb/stk1160/
4317
4318 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4319 M:      Frank Seidel <frank@f-seidel.de>
4320 L:      platform-driver-x86@vger.kernel.org
4321 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4322 S:      Maintained
4323 F:      drivers/platform/x86/hdaps.c
4324
4325 HDPVR USB VIDEO ENCODER DRIVER
4326 M:      Hans Verkuil <hverkuil@xs4all.nl>
4327 L:      linux-media@vger.kernel.org
4328 T:      git git://linuxtv.org/media_tree.git
4329 W:      http://linuxtv.org
4330 S:      Odd Fixes
4331 F:      drivers/media/usb/hdpvr/
4332
4333 HWPOISON MEMORY FAILURE HANDLING
4334 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4335 L:      linux-mm@kvack.org
4336 S:      Maintained
4337 F:      mm/memory-failure.c
4338 F:      mm/hwpoison-inject.c
4339
4340 HYPERVISOR VIRTUAL CONSOLE DRIVER
4341 L:      linuxppc-dev@lists.ozlabs.org
4342 S:      Odd Fixes
4343 F:      drivers/tty/hvc/
4344
4345 HACKRF MEDIA DRIVER
4346 M:      Antti Palosaari <crope@iki.fi>
4347 L:      linux-media@vger.kernel.org
4348 W:      http://linuxtv.org/
4349 W:      http://palosaari.fi/linux/
4350 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4351 T:      git git://linuxtv.org/anttip/media_tree.git
4352 S:      Maintained
4353 F:      drivers/media/usb/hackrf/
4354
4355 HARDWARE MONITORING
4356 M:      Jean Delvare <jdelvare@suse.de>
4357 M:      Guenter Roeck <linux@roeck-us.net>
4358 L:      lm-sensors@lm-sensors.org
4359 W:      http://www.lm-sensors.org/
4360 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4362 S:      Maintained
4363 F:      Documentation/hwmon/
4364 F:      drivers/hwmon/
4365 F:      include/linux/hwmon*.h
4366
4367 HARDWARE RANDOM NUMBER GENERATOR CORE
4368 M:      Matt Mackall <mpm@selenic.com>
4369 M:      Herbert Xu <herbert@gondor.apana.org.au>
4370 S:      Odd fixes
4371 F:      Documentation/hw_random.txt
4372 F:      drivers/char/hw_random/
4373 F:      include/linux/hw_random.h
4374
4375 HARDWARE SPINLOCK CORE
4376 M:      Ohad Ben-Cohen <ohad@wizery.com>
4377 S:      Maintained
4378 F:      Documentation/hwspinlock.txt
4379 F:      drivers/hwspinlock/hwspinlock_*
4380 F:      include/linux/hwspinlock.h
4381
4382 HARMONY SOUND DRIVER
4383 L:      linux-parisc@vger.kernel.org
4384 S:      Maintained
4385 F:      sound/parisc/harmony.*
4386
4387 HD29L2 MEDIA DRIVER
4388 M:      Antti Palosaari <crope@iki.fi>
4389 L:      linux-media@vger.kernel.org
4390 W:      http://linuxtv.org/
4391 W:      http://palosaari.fi/linux/
4392 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4393 T:      git git://linuxtv.org/anttip/media_tree.git
4394 S:      Maintained
4395 F:      drivers/media/dvb-frontends/hd29l2*
4396
4397 HEWLETT-PACKARD SMART2 RAID DRIVER
4398 L:      iss_storagedev@hp.com
4399 S:      Orphan
4400 F:      Documentation/blockdev/cpqarray.txt
4401 F:      drivers/block/cpqarray.*
4402
4403 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4404 M:      Don Brace <don.brace@pmcs.com>
4405 L:      iss_storagedev@hp.com
4406 L:      storagedev@pmcs.com
4407 L:      linux-scsi@vger.kernel.org
4408 S:      Supported
4409 F:      Documentation/scsi/hpsa.txt
4410 F:      drivers/scsi/hpsa*.[ch]
4411 F:      include/linux/cciss*.h
4412 F:      include/uapi/linux/cciss*.h
4413
4414 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4415 M:      Don Brace <don.brace@pmcs.com>
4416 L:      iss_storagedev@hp.com
4417 L:      storagedev@pmcs.com
4418 L:      linux-scsi@vger.kernel.org
4419 S:      Supported
4420 F:      Documentation/blockdev/cciss.txt
4421 F:      drivers/block/cciss*
4422 F:      include/linux/cciss_ioctl.h
4423 F:      include/uapi/linux/cciss_ioctl.h
4424
4425 HFS FILESYSTEM
4426 L:      linux-fsdevel@vger.kernel.org
4427 S:      Orphan
4428 F:      Documentation/filesystems/hfs.txt
4429 F:      fs/hfs/
4430
4431 HFSPLUS FILESYSTEM
4432 L:      linux-fsdevel@vger.kernel.org
4433 S:      Orphan
4434 F:      Documentation/filesystems/hfsplus.txt
4435 F:      fs/hfsplus/
4436
4437 HGA FRAMEBUFFER DRIVER
4438 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4439 L:      linux-nvidia@lists.surfsouth.com
4440 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4441 S:      Maintained
4442 F:      drivers/video/fbdev/hgafb.c
4443
4444 HIBERNATION (aka Software Suspend, aka swsusp)
4445 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4446 M:      Pavel Machek <pavel@ucw.cz>
4447 L:      linux-pm@vger.kernel.org
4448 S:      Supported
4449 F:      arch/x86/power/
4450 F:      drivers/base/power/
4451 F:      kernel/power/
4452 F:      include/linux/suspend.h
4453 F:      include/linux/freezer.h
4454 F:      include/linux/pm.h
4455 F:      arch/*/include/asm/suspend*.h
4456
4457 HID CORE LAYER
4458 M:      Jiri Kosina <jkosina@suse.cz>
4459 L:      linux-input@vger.kernel.org
4460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4461 S:      Maintained
4462 F:      drivers/hid/
4463 F:      include/linux/hid*
4464 F:      include/uapi/linux/hid*
4465
4466 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4467 M:      Thomas Gleixner <tglx@linutronix.de>
4468 L:      linux-kernel@vger.kernel.org
4469 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4470 S:      Maintained
4471 F:      Documentation/timers/
4472 F:      kernel/time/hrtimer.c
4473 F:      kernel/time/clockevents.c
4474 F:      kernel/time/tick*.*
4475 F:      kernel/time/timer_*.c
4476 F:      include/linux/clockchips.h
4477 F:      include/linux/hrtimer.h
4478
4479 HIGH-SPEED SCC DRIVER FOR AX.25
4480 L:      linux-hams@vger.kernel.org
4481 S:      Orphan
4482 F:      drivers/net/hamradio/dmascc.c
4483 F:      drivers/net/hamradio/scc.c
4484
4485 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4486 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4487 W:      http://www.highpoint-tech.com
4488 S:      Supported
4489 F:      Documentation/scsi/hptiop.txt
4490 F:      drivers/scsi/hptiop.c
4491
4492 HIPPI
4493 M:      Jes Sorensen <jes@trained-monkey.org>
4494 L:      linux-hippi@sunsite.dk
4495 S:      Maintained
4496 F:      include/linux/hippidevice.h
4497 F:      include/uapi/linux/if_hippi.h
4498 F:      net/802/hippi.c
4499 F:      drivers/net/hippi/
4500
4501 HOST AP DRIVER
4502 M:      Jouni Malinen <j@w1.fi>
4503 L:      hostap@shmoo.com (subscribers-only)
4504 L:      linux-wireless@vger.kernel.org
4505 W:      http://hostap.epitest.fi/
4506 S:      Maintained
4507 F:      drivers/net/wireless/hostap/
4508
4509 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4510 L:      platform-driver-x86@vger.kernel.org
4511 S:      Orphan
4512 F:      drivers/platform/x86/tc1100-wmi.c
4513
4514 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4515 M:      Jaroslav Kysela <perex@perex.cz>
4516 S:      Maintained
4517 F:      drivers/net/ethernet/hp/hp100.*
4518
4519 HPET:   High Precision Event Timers driver
4520 M:      Clemens Ladisch <clemens@ladisch.de>
4521 S:      Maintained
4522 F:      Documentation/timers/hpet.txt
4523 F:      drivers/char/hpet.c
4524 F:      include/linux/hpet.h
4525 F:      include/uapi/linux/hpet.h
4526
4527 HPET:   x86
4528 S:      Orphan
4529 F:      arch/x86/kernel/hpet.c
4530 F:      arch/x86/include/asm/hpet.h
4531
4532 HPFS FILESYSTEM
4533 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4534 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4535 S:      Maintained
4536 F:      fs/hpfs/
4537
4538 HSI SUBSYSTEM
4539 M:      Sebastian Reichel <sre@kernel.org>
4540 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4541 S:      Maintained
4542 F:      Documentation/ABI/testing/sysfs-bus-hsi
4543 F:      Documentation/hsi.txt
4544 F:      drivers/hsi/
4545 F:      include/linux/hsi/
4546 F:      include/uapi/linux/hsi/
4547
4548 HSO 3G MODEM DRIVER
4549 M:      Jan Dumon <j.dumon@option.com>
4550 W:      http://www.pharscape.org
4551 S:      Maintained
4552 F:      drivers/net/usb/hso.c
4553
4554 HSR NETWORK PROTOCOL
4555 M:      Arvid Brodin <arvid.brodin@alten.se>
4556 L:      netdev@vger.kernel.org
4557 S:      Maintained
4558 F:      net/hsr/
4559
4560 HTCPEN TOUCHSCREEN DRIVER
4561 M:      Pau Oliva Fora <pof@eslack.org>
4562 L:      linux-input@vger.kernel.org
4563 S:      Maintained
4564 F:      drivers/input/touchscreen/htcpen.c
4565
4566 HUGETLB FILESYSTEM
4567 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4568 S:      Maintained
4569 F:      fs/hugetlbfs/
4570
4571 Hyper-V CORE AND DRIVERS
4572 M:      K. Y. Srinivasan <kys@microsoft.com>
4573 M:      Haiyang Zhang <haiyangz@microsoft.com>
4574 L:      devel@linuxdriverproject.org
4575 S:      Maintained
4576 F:      arch/x86/include/asm/mshyperv.h
4577 F:      arch/x86/include/uapi/asm/hyperv.h
4578 F:      arch/x86/kernel/cpu/mshyperv.c
4579 F:      drivers/hid/hid-hyperv.c
4580 F:      drivers/hv/
4581 F:      drivers/input/serio/hyperv-keyboard.c
4582 F:      drivers/net/hyperv/
4583 F:      drivers/scsi/storvsc_drv.c
4584 F:      drivers/video/fbdev/hyperv_fb.c
4585 F:      include/linux/hyperv.h
4586 F:      tools/hv/
4587
4588 I2C OVER PARALLEL PORT
4589 M:      Jean Delvare <jdelvare@suse.de>
4590 L:      linux-i2c@vger.kernel.org
4591 S:      Maintained
4592 F:      Documentation/i2c/busses/i2c-parport
4593 F:      Documentation/i2c/busses/i2c-parport-light
4594 F:      drivers/i2c/busses/i2c-parport.c
4595 F:      drivers/i2c/busses/i2c-parport-light.c
4596
4597 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4598 M:      Jean Delvare <jdelvare@suse.de>
4599 L:      linux-i2c@vger.kernel.org
4600 S:      Maintained
4601 F:      Documentation/i2c/busses/i2c-ali1535
4602 F:      Documentation/i2c/busses/i2c-ali1563
4603 F:      Documentation/i2c/busses/i2c-ali15x3
4604 F:      Documentation/i2c/busses/i2c-amd756
4605 F:      Documentation/i2c/busses/i2c-amd8111
4606 F:      Documentation/i2c/busses/i2c-i801
4607 F:      Documentation/i2c/busses/i2c-nforce2
4608 F:      Documentation/i2c/busses/i2c-piix4
4609 F:      Documentation/i2c/busses/i2c-sis5595
4610 F:      Documentation/i2c/busses/i2c-sis630
4611 F:      Documentation/i2c/busses/i2c-sis96x
4612 F:      Documentation/i2c/busses/i2c-via
4613 F:      Documentation/i2c/busses/i2c-viapro
4614 F:      drivers/i2c/busses/i2c-ali1535.c
4615 F:      drivers/i2c/busses/i2c-ali1563.c
4616 F:      drivers/i2c/busses/i2c-ali15x3.c
4617 F:      drivers/i2c/busses/i2c-amd756.c
4618 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4619 F:      drivers/i2c/busses/i2c-amd8111.c
4620 F:      drivers/i2c/busses/i2c-i801.c
4621 F:      drivers/i2c/busses/i2c-isch.c
4622 F:      drivers/i2c/busses/i2c-nforce2.c
4623 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4624 F:      drivers/i2c/busses/i2c-piix4.c
4625 F:      drivers/i2c/busses/i2c-sis5595.c
4626 F:      drivers/i2c/busses/i2c-sis630.c
4627 F:      drivers/i2c/busses/i2c-sis96x.c
4628 F:      drivers/i2c/busses/i2c-via.c
4629 F:      drivers/i2c/busses/i2c-viapro.c
4630
4631 I2C/SMBUS ISMT DRIVER
4632 M:      Seth Heasley <seth.heasley@intel.com>
4633 M:      Neil Horman <nhorman@tuxdriver.com>
4634 L:      linux-i2c@vger.kernel.org
4635 F:      drivers/i2c/busses/i2c-ismt.c
4636 F:      Documentation/i2c/busses/i2c-ismt
4637
4638 I2C/SMBUS STUB DRIVER
4639 M:      Jean Delvare <jdelvare@suse.de>
4640 L:      linux-i2c@vger.kernel.org
4641 S:      Maintained
4642 F:      drivers/i2c/i2c-stub.c
4643
4644 I2C SUBSYSTEM
4645 M:      Wolfram Sang <wsa@the-dreams.de>
4646 L:      linux-i2c@vger.kernel.org
4647 W:      https://i2c.wiki.kernel.org/
4648 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4649 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4650 S:      Maintained
4651 F:      Documentation/i2c/
4652 F:      drivers/i2c/
4653 F:      include/linux/i2c.h
4654 F:      include/linux/i2c-*.h
4655 F:      include/uapi/linux/i2c.h
4656 F:      include/uapi/linux/i2c-*.h
4657
4658 I2C ACPI SUPPORT
4659 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4660 L:      linux-i2c@vger.kernel.org
4661 L:      linux-acpi@vger.kernel.org
4662 S:      Maintained
4663
4664 I2C-TAOS-EVM DRIVER
4665 M:      Jean Delvare <jdelvare@suse.de>
4666 L:      linux-i2c@vger.kernel.org
4667 S:      Maintained
4668 F:      Documentation/i2c/busses/i2c-taos-evm
4669 F:      drivers/i2c/busses/i2c-taos-evm.c
4670
4671 I2C-TINY-USB DRIVER
4672 M:      Till Harbaum <till@harbaum.org>
4673 L:      linux-i2c@vger.kernel.org
4674 W:      http://www.harbaum.org/till/i2c_tiny_usb
4675 S:      Maintained
4676 F:      drivers/i2c/busses/i2c-tiny-usb.c
4677
4678 i386 BOOT CODE
4679 M:      "H. Peter Anvin" <hpa@zytor.com>
4680 S:      Maintained
4681 F:      arch/x86/boot/
4682
4683 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4684 M:      "H. Peter Anvin" <hpa@zytor.com>
4685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4686 S:      Maintained
4687
4688 IA64 (Itanium) PLATFORM
4689 M:      Tony Luck <tony.luck@intel.com>
4690 M:      Fenghua Yu <fenghua.yu@intel.com>
4691 L:      linux-ia64@vger.kernel.org
4692 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4693 S:      Maintained
4694 F:      arch/ia64/
4695
4696 IBM Power in-Nest Crypto Acceleration
4697 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4698 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4699 L:      linux-crypto@vger.kernel.org
4700 S:      Supported
4701 F:      drivers/crypto/nx/
4702
4703 IBM Power 842 compression accelerator
4704 M:      Dan Streetman <ddstreet@us.ibm.com>
4705 S:      Supported
4706 F:      drivers/crypto/nx/nx-842.c
4707 F:      include/linux/nx842.h
4708
4709 IBM Power Linux RAID adapter
4710 M:      Brian King <brking@us.ibm.com>
4711 S:      Supported
4712 F:      drivers/scsi/ipr.*
4713
4714 IBM Power Virtual Ethernet Device Driver
4715 M:      Santiago Leon <santil@linux.vnet.ibm.com>
4716 L:      netdev@vger.kernel.org
4717 S:      Supported
4718 F:      drivers/net/ethernet/ibm/ibmveth.*
4719
4720 IBM Power Virtual SCSI Device Drivers
4721 M:      Nathan Fontenot <nfont@linux.vnet.ibm.com>
4722 L:      linux-scsi@vger.kernel.org
4723 S:      Supported
4724 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4725 F:      drivers/scsi/ibmvscsi/viosrp.h
4726
4727 IBM Power Virtual FC Device Drivers
4728 M:      Brian King <brking@linux.vnet.ibm.com>
4729 L:      linux-scsi@vger.kernel.org
4730 S:      Supported
4731 F:      drivers/scsi/ibmvscsi/ibmvfc*
4732
4733 IBM ServeRAID RAID DRIVER
4734 S:      Orphan
4735 F:      drivers/scsi/ips.*
4736
4737 ICH LPC AND GPIO DRIVER
4738 M:      Peter Tyser <ptyser@xes-inc.com>
4739 S:      Maintained
4740 F:      drivers/mfd/lpc_ich.c
4741 F:      drivers/gpio/gpio-ich.c
4742
4743 IDE SUBSYSTEM
4744 M:      "David S. Miller" <davem@davemloft.net>
4745 L:      linux-ide@vger.kernel.org
4746 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4747 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4748 S:      Maintained
4749 F:      Documentation/ide/
4750 F:      drivers/ide/
4751 F:      include/linux/ide.h
4752
4753 IDEAPAD LAPTOP EXTRAS DRIVER
4754 M:      Ike Panhc <ike.pan@canonical.com>
4755 L:      platform-driver-x86@vger.kernel.org
4756 W:      http://launchpad.net/ideapad-laptop
4757 S:      Maintained
4758 F:      drivers/platform/x86/ideapad-laptop.c
4759
4760 IDEAPAD LAPTOP SLIDEBAR DRIVER
4761 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4762 L:      linux-input@vger.kernel.org
4763 W:      https://github.com/o2genum/ideapad-slidebar
4764 S:      Maintained
4765 F:      drivers/input/misc/ideapad_slidebar.c
4766
4767 IDE/ATAPI DRIVERS
4768 M:      Borislav Petkov <bp@alien8.de>
4769 L:      linux-ide@vger.kernel.org
4770 S:      Maintained
4771 F:      Documentation/cdrom/ide-cd
4772 F:      drivers/ide/ide-cd*
4773
4774 IDLE-I7300
4775 M:      Andy Henroid <andrew.d.henroid@intel.com>
4776 L:      linux-pm@vger.kernel.org
4777 S:      Supported
4778 F:      drivers/idle/i7300_idle.c
4779
4780 IEEE 802.15.4 SUBSYSTEM
4781 M:      Alexander Aring <alex.aring@gmail.com>
4782 L:      linux-wpan@vger.kernel.org
4783 W:      https://github.com/linux-wpan
4784 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4785 S:      Maintained
4786 F:      net/ieee802154/
4787 F:      net/mac802154/
4788 F:      drivers/net/ieee802154/
4789 F:      include/linux/nl802154.h
4790 F:      include/linux/ieee802154.h
4791 F:      include/net/nl802154.h
4792 F:      include/net/mac802154.h
4793 F:      include/net/af_ieee802154.h
4794 F:      include/net/cfg802154.h
4795 F:      include/net/ieee802154_netdev.h
4796 F:      Documentation/networking/ieee802154.txt
4797
4798 IGORPLUG-USB IR RECEIVER
4799 M:      Sean Young <sean@mess.org>
4800 L:      linux-media@vger.kernel.org
4801 S:      Maintained
4802 F:      drivers/media/rc/igorplugusb.c
4803
4804 IGUANAWORKS USB IR TRANSCEIVER
4805 M:      Sean Young <sean@mess.org>
4806 L:      linux-media@vger.kernel.org
4807 S:      Maintained
4808 F:      drivers/media/rc/iguanair.c
4809
4810 IIO SUBSYSTEM AND DRIVERS
4811 M:      Jonathan Cameron <jic23@kernel.org>
4812 R:      Hartmut Knaack <knaack.h@gmx.de>
4813 R:      Lars-Peter Clausen <lars@metafoo.de>
4814 R:      Peter Meerwald <pmeerw@pmeerw.net>
4815 L:      linux-iio@vger.kernel.org
4816 S:      Maintained
4817 F:      drivers/iio/
4818 F:      drivers/staging/iio/
4819 F:      include/linux/iio/
4820
4821 IKANOS/ADI EAGLE ADSL USB DRIVER
4822 M:      Matthieu Castet <castet.matthieu@free.fr>
4823 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4824 S:      Maintained
4825 F:      drivers/usb/atm/ueagle-atm.c
4826
4827 INA209 HARDWARE MONITOR DRIVER
4828 M:      Guenter Roeck <linux@roeck-us.net>
4829 L:      lm-sensors@lm-sensors.org
4830 S:      Maintained
4831 F:      Documentation/hwmon/ina209
4832 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4833 F:      drivers/hwmon/ina209.c
4834
4835 INA2XX HARDWARE MONITOR DRIVER
4836 M:      Guenter Roeck <linux@roeck-us.net>
4837 L:      lm-sensors@lm-sensors.org
4838 S:      Maintained
4839 F:      Documentation/hwmon/ina2xx
4840 F:      drivers/hwmon/ina2xx.c
4841 F:      include/linux/platform_data/ina2xx.h
4842
4843 INDUSTRY PACK SUBSYSTEM (IPACK)
4844 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4845 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4846 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4847 L:      industrypack-devel@lists.sourceforge.net
4848 W:      http://industrypack.sourceforge.net
4849 S:      Maintained
4850 F:      drivers/ipack/
4851
4852 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4853 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4854 M:      Dmitry Kasatkin <d.kasatkin@samsung.com>
4855 L:      linux-ima-devel@lists.sourceforge.net
4856 L:      linux-ima-user@lists.sourceforge.net
4857 L:      linux-security-module@vger.kernel.org
4858 S:      Supported
4859 F:      security/integrity/ima/
4860
4861 IMGTEC IR DECODER DRIVER
4862 M:      James Hogan <james.hogan@imgtec.com>
4863 S:      Maintained
4864 F:      drivers/media/rc/img-ir/
4865
4866 IMS TWINTURBO FRAMEBUFFER DRIVER
4867 L:      linux-fbdev@vger.kernel.org
4868 S:      Orphan
4869 F:      drivers/video/fbdev/imsttfb.c
4870
4871 INFINIBAND SUBSYSTEM
4872 M:      Roland Dreier <roland@kernel.org>
4873 M:      Sean Hefty <sean.hefty@intel.com>
4874 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4875 L:      linux-rdma@vger.kernel.org
4876 W:      http://www.openfabrics.org/
4877 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4879 S:      Supported
4880 F:      Documentation/infiniband/
4881 F:      drivers/infiniband/
4882 F:      include/uapi/linux/if_infiniband.h
4883
4884 INOTIFY
4885 M:      John McCutchan <john@johnmccutchan.com>
4886 M:      Robert Love <rlove@rlove.org>
4887 M:      Eric Paris <eparis@parisplace.org>
4888 S:      Maintained
4889 F:      Documentation/filesystems/inotify.txt
4890 F:      fs/notify/inotify/
4891 F:      include/linux/inotify.h
4892 F:      include/uapi/linux/inotify.h
4893
4894 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4895 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4896 M:      Dmitry Torokhov <dtor@mail.ru>
4897 L:      linux-input@vger.kernel.org
4898 Q:      http://patchwork.kernel.org/project/linux-input/list/
4899 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4900 S:      Maintained
4901 F:      drivers/input/
4902 F:      include/linux/input.h
4903 F:      include/uapi/linux/input.h
4904 F:      include/linux/input/
4905
4906 INPUT MULTITOUCH (MT) PROTOCOL
4907 M:      Henrik Rydberg <rydberg@euromail.se>
4908 L:      linux-input@vger.kernel.org
4909 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4910 S:      Maintained
4911 F:      Documentation/input/multi-touch-protocol.txt
4912 F:      drivers/input/input-mt.c
4913 K:      \b(ABS|SYN)_MT_
4914
4915 INTEL C600 SERIES SAS CONTROLLER DRIVER
4916 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4917 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4918 M:      Dave Jiang <dave.jiang@intel.com>
4919 L:      linux-scsi@vger.kernel.org
4920 T:      git git://git.code.sf.net/p/intel-sas/isci
4921 S:      Supported
4922 F:      drivers/scsi/isci/
4923
4924 INTEL IDLE DRIVER
4925 M:      Len Brown <lenb@kernel.org>
4926 L:      linux-pm@vger.kernel.org
4927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4928 S:      Supported
4929 F:      drivers/idle/intel_idle.c
4930
4931 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4932 M:      Maik Broemme <mbroemme@plusserver.de>
4933 L:      linux-fbdev@vger.kernel.org
4934 S:      Maintained
4935 F:      Documentation/fb/intelfb.txt
4936 F:      drivers/video/fbdev/intelfb/
4937
4938 INTEL 810/815 FRAMEBUFFER DRIVER
4939 M:      Antonino Daplas <adaplas@gmail.com>
4940 L:      linux-fbdev@vger.kernel.org
4941 S:      Maintained
4942 F:      drivers/video/fbdev/i810/
4943
4944 INTEL MENLOW THERMAL DRIVER
4945 M:      Sujith Thomas <sujith.thomas@intel.com>
4946 L:      platform-driver-x86@vger.kernel.org
4947 W:      https://01.org/linux-acpi
4948 S:      Supported
4949 F:      drivers/platform/x86/intel_menlow.c
4950
4951 INTEL IA32 MICROCODE UPDATE SUPPORT
4952 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4953 S:      Maintained
4954 F:      arch/x86/kernel/cpu/microcode/core*
4955 F:      arch/x86/kernel/cpu/microcode/intel*
4956
4957 INTEL I/OAT DMA DRIVER
4958 M:      Dave Jiang <dave.jiang@intel.com>
4959 R:      Dan Williams <dan.j.williams@intel.com>
4960 L:      dmaengine@vger.kernel.org
4961 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4962 S:      Supported
4963 F:      drivers/dma/ioat*
4964
4965 INTEL IOMMU (VT-d)
4966 M:      David Woodhouse <dwmw2@infradead.org>
4967 L:      iommu@lists.linux-foundation.org
4968 T:      git git://git.infradead.org/iommu-2.6.git
4969 S:      Supported
4970 F:      drivers/iommu/intel-iommu.c
4971 F:      include/linux/intel-iommu.h
4972
4973 INTEL IOP-ADMA DMA DRIVER
4974 R:      Dan Williams <dan.j.williams@intel.com>
4975 S:      Odd fixes
4976 F:      drivers/dma/iop-adma.c
4977
4978 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
4979 M:      Krzysztof Halasa <khalasa@piap.pl>
4980 S:      Maintained
4981 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
4982 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
4983 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
4984 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
4985 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
4986 F:      drivers/net/wan/ixp4xx_hss.c
4987
4988 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
4989 M:      Deepak Saxena <dsaxena@plexity.net>
4990 S:      Maintained
4991 F:      drivers/char/hw_random/ixp4xx-rng.c
4992
4993 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
4994 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
4995 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
4996 M:      Bruce Allan <bruce.w.allan@intel.com>
4997 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
4998 M:      Don Skidmore <donald.c.skidmore@intel.com>
4999 M:      Greg Rose <gregory.v.rose@intel.com>
5000 M:      Matthew Vick <matthew.vick@intel.com>
5001 M:      John Ronciak <john.ronciak@intel.com>
5002 M:      Mitch Williams <mitch.a.williams@intel.com>
5003 M:      Linux NICS <linux.nics@intel.com>
5004 L:      e1000-devel@lists.sourceforge.net
5005 W:      http://www.intel.com/support/feedback.htm
5006 W:      http://e1000.sourceforge.net/
5007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5009 S:      Supported
5010 F:      Documentation/networking/e100.txt
5011 F:      Documentation/networking/e1000.txt
5012 F:      Documentation/networking/e1000e.txt
5013 F:      Documentation/networking/igb.txt
5014 F:      Documentation/networking/igbvf.txt
5015 F:      Documentation/networking/ixgb.txt
5016 F:      Documentation/networking/ixgbe.txt
5017 F:      Documentation/networking/ixgbevf.txt
5018 F:      Documentation/networking/i40e.txt
5019 F:      Documentation/networking/i40evf.txt
5020 F:      drivers/net/ethernet/intel/
5021 F:      drivers/net/ethernet/intel/*/
5022
5023 INTEL-MID GPIO DRIVER
5024 M:      David Cohen <david.a.cohen@linux.intel.com>
5025 L:      linux-gpio@vger.kernel.org
5026 S:      Maintained
5027 F:      drivers/gpio/gpio-intel-mid.c
5028
5029 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5030 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5031 L:      linux-wireless@vger.kernel.org
5032 S:      Maintained
5033 F:      Documentation/networking/README.ipw2100
5034 F:      Documentation/networking/README.ipw2200
5035 F:      drivers/net/wireless/ipw2x00/
5036
5037 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5038 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5039 M:      Gang Wei <gang.wei@intel.com>
5040 M:      Shane Wang <shane.wang@intel.com>
5041 L:      tboot-devel@lists.sourceforge.net
5042 W:      http://tboot.sourceforge.net
5043 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5044 S:      Supported
5045 F:      Documentation/intel_txt.txt
5046 F:      include/linux/tboot.h
5047 F:      arch/x86/kernel/tboot.c
5048
5049 INTEL WIRELESS WIMAX CONNECTION 2400
5050 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5051 M:      linux-wimax@intel.com
5052 L:     wimax@linuxwimax.org (subscribers-only)
5053 S:      Supported
5054 W:      http://linuxwimax.org
5055 F:      Documentation/wimax/README.i2400m
5056 F:      drivers/net/wimax/i2400m/
5057 F:      include/uapi/linux/wimax/i2400m.h
5058
5059 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5060 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5061 L:      linux-wireless@vger.kernel.org
5062 S:      Supported
5063 F:      drivers/net/wireless/iwlegacy/
5064
5065 INTEL WIRELESS WIFI LINK (iwlwifi)
5066 M:      Johannes Berg <johannes.berg@intel.com>
5067 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5068 M:      Intel Linux Wireless <ilw@linux.intel.com>
5069 L:      linux-wireless@vger.kernel.org
5070 W:      http://intellinuxwireless.org
5071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5072 S:      Supported
5073 F:      drivers/net/wireless/iwlwifi/
5074
5075 INTEL MANAGEMENT ENGINE (mei)
5076 M:      Tomas Winkler <tomas.winkler@intel.com>
5077 L:      linux-kernel@vger.kernel.org
5078 S:      Supported
5079 F:      include/uapi/linux/mei.h
5080 F:      drivers/misc/mei/*
5081 F:      Documentation/misc-devices/mei/*
5082
5083 IOC3 ETHERNET DRIVER
5084 M:      Ralf Baechle <ralf@linux-mips.org>
5085 L:      linux-mips@linux-mips.org
5086 S:      Maintained
5087 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5088
5089 IOC3 SERIAL DRIVER
5090 M:      Pat Gefre <pfg@sgi.com>
5091 L:      linux-serial@vger.kernel.org
5092 S:      Maintained
5093 F:      drivers/tty/serial/ioc3_serial.c
5094
5095 IOMMU DRIVERS
5096 M:      Joerg Roedel <joro@8bytes.org>
5097 L:      iommu@lists.linux-foundation.org
5098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5099 S:      Maintained
5100 F:      drivers/iommu/
5101
5102 IP MASQUERADING
5103 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5104 S:      Maintained
5105 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5106
5107 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5108 M:      Francois Romieu <romieu@fr.zoreil.com>
5109 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5110 L:      netdev@vger.kernel.org
5111 S:      Maintained
5112 F:      drivers/net/ethernet/icplus/ipg.*
5113
5114 IPATH DRIVER
5115 M:      Mike Marciniszyn <infinipath@intel.com>
5116 L:      linux-rdma@vger.kernel.org
5117 S:      Maintained
5118 F:      drivers/infiniband/hw/ipath/
5119
5120 IPMI SUBSYSTEM
5121 M:      Corey Minyard <minyard@acm.org>
5122 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5123 W:      http://openipmi.sourceforge.net/
5124 S:      Supported
5125 F:      Documentation/IPMI.txt
5126 F:      drivers/char/ipmi/
5127 F:      include/linux/ipmi*
5128 F:      include/uapi/linux/ipmi*
5129
5130 IPS SCSI RAID DRIVER
5131 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5132 L:      linux-scsi@vger.kernel.org
5133 W:      http://www.adaptec.com/
5134 S:      Maintained
5135 F:      drivers/scsi/ips*
5136
5137 IPVS
5138 M:      Wensong Zhang <wensong@linux-vs.org>
5139 M:      Simon Horman <horms@verge.net.au>
5140 M:      Julian Anastasov <ja@ssi.bg>
5141 L:      netdev@vger.kernel.org
5142 L:      lvs-devel@vger.kernel.org
5143 S:      Maintained
5144 F:      Documentation/networking/ipvs-sysctl.txt
5145 F:      include/net/ip_vs.h
5146 F:      include/uapi/linux/ip_vs.h
5147 F:      net/netfilter/ipvs/
5148
5149 IPWIRELESS DRIVER
5150 M:      Jiri Kosina <jkosina@suse.cz>
5151 M:      David Sterba <dsterba@suse.cz>
5152 S:      Odd Fixes
5153 F:      drivers/tty/ipwireless/
5154
5155 IPX NETWORK LAYER
5156 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5157 L:      netdev@vger.kernel.org
5158 S:      Maintained
5159 F:      include/net/ipx.h
5160 F:      include/uapi/linux/ipx.h
5161 F:      net/ipx/
5162
5163 IRDA SUBSYSTEM
5164 M:      Samuel Ortiz <samuel@sortiz.org>
5165 L:      irda-users@lists.sourceforge.net (subscribers-only)
5166 L:      netdev@vger.kernel.org
5167 W:      http://irda.sourceforge.net/
5168 S:      Maintained
5169 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5170 F:      Documentation/networking/irda.txt
5171 F:      drivers/net/irda/
5172 F:      include/net/irda/
5173 F:      net/irda/
5174
5175 IRQ SUBSYSTEM
5176 M:      Thomas Gleixner <tglx@linutronix.de>
5177 L:      linux-kernel@vger.kernel.org
5178 S:      Maintained
5179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5180 F:      kernel/irq/
5181
5182 IRQCHIP DRIVERS
5183 M:      Thomas Gleixner <tglx@linutronix.de>
5184 M:      Jason Cooper <jason@lakedaemon.net>
5185 L:      linux-kernel@vger.kernel.org
5186 S:      Maintained
5187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5188 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5189 F:      Documentation/devicetree/bindings/interrupt-controller/
5190 F:      drivers/irqchip/
5191
5192 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5193 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5194 S:      Maintained
5195 F:      Documentation/IRQ-domain.txt
5196 F:      include/linux/irqdomain.h
5197 F:      kernel/irq/irqdomain.c
5198
5199 ISAPNP
5200 M:      Jaroslav Kysela <perex@perex.cz>
5201 S:      Maintained
5202 F:      Documentation/isapnp.txt
5203 F:      drivers/pnp/isapnp/
5204 F:      include/linux/isapnp.h
5205
5206 ISA RADIO MODULE
5207 M:      Hans Verkuil <hverkuil@xs4all.nl>
5208 L:      linux-media@vger.kernel.org
5209 T:      git git://linuxtv.org/media_tree.git
5210 W:      http://linuxtv.org
5211 S:      Maintained
5212 F:      drivers/media/radio/radio-isa*
5213
5214 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5215 M:      Peter Jones <pjones@redhat.com>
5216 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5217 S:      Maintained
5218 F:      drivers/firmware/iscsi_ibft*
5219
5220 ISCSI
5221 M:      Mike Christie <michaelc@cs.wisc.edu>
5222 L:      open-iscsi@googlegroups.com
5223 W:      www.open-iscsi.org
5224 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5225 S:      Maintained
5226 F:      drivers/scsi/*iscsi*
5227 F:      include/scsi/*iscsi*
5228
5229 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5230 M:      Or Gerlitz <ogerlitz@mellanox.com>
5231 M:      Sagi Grimberg <sagig@mellanox.com>
5232 M:      Roi Dayan <roid@mellanox.com>
5233 L:      linux-rdma@vger.kernel.org
5234 S:      Supported
5235 W:      http://www.openfabrics.org
5236 W:      www.open-iscsi.org
5237 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5238 F:      drivers/infiniband/ulp/iser/
5239
5240 ISDN SUBSYSTEM
5241 M:      Karsten Keil <isdn@linux-pingi.de>
5242 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5243 L:      netdev@vger.kernel.org
5244 W:      http://www.isdn4linux.de
5245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5246 S:      Maintained
5247 F:      Documentation/isdn/
5248 F:      drivers/isdn/
5249 F:      include/linux/isdn.h
5250 F:      include/linux/isdn/
5251 F:      include/uapi/linux/isdn.h
5252 F:      include/uapi/linux/isdn/
5253
5254 ISDN SUBSYSTEM (Eicon active card driver)
5255 M:      Armin Schindler <mac@melware.de>
5256 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5257 W:      http://www.melware.de
5258 S:      Maintained
5259 F:      drivers/isdn/hardware/eicon/
5260
5261 IT87 HARDWARE MONITORING DRIVER
5262 M:      Jean Delvare <jdelvare@suse.de>
5263 L:      lm-sensors@lm-sensors.org
5264 S:      Maintained
5265 F:      Documentation/hwmon/it87
5266 F:      drivers/hwmon/it87.c
5267
5268 IT913X MEDIA DRIVER
5269 M:      Antti Palosaari <crope@iki.fi>
5270 L:      linux-media@vger.kernel.org
5271 W:      http://linuxtv.org/
5272 W:      http://palosaari.fi/linux/
5273 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5274 T:      git git://linuxtv.org/anttip/media_tree.git
5275 S:      Maintained
5276 F:      drivers/media/tuners/it913x*
5277
5278 IVTV VIDEO4LINUX DRIVER
5279 M:      Andy Walls <awalls@md.metrocast.net>
5280 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5281 L:      linux-media@vger.kernel.org
5282 T:      git git://linuxtv.org/media_tree.git
5283 W:      http://www.ivtvdriver.org
5284 S:      Maintained
5285 F:      Documentation/video4linux/*.ivtv
5286 F:      drivers/media/pci/ivtv/
5287 F:      include/uapi/linux/ivtv*
5288
5289 IX2505V MEDIA DRIVER
5290 M:      Malcolm Priestley <tvboxspy@gmail.com>
5291 L:      linux-media@vger.kernel.org
5292 W:      http://linuxtv.org/
5293 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5294 S:      Maintained
5295 F:      drivers/media/dvb-frontends/ix2505v*
5296
5297 JC42.4 TEMPERATURE SENSOR DRIVER
5298 M:      Guenter Roeck <linux@roeck-us.net>
5299 L:      lm-sensors@lm-sensors.org
5300 S:      Maintained
5301 F:      drivers/hwmon/jc42.c
5302 F:      Documentation/hwmon/jc42
5303
5304 JFS FILESYSTEM
5305 M:      Dave Kleikamp <shaggy@kernel.org>
5306 L:      jfs-discussion@lists.sourceforge.net
5307 W:      http://jfs.sourceforge.net/
5308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5309 S:      Maintained
5310 F:      Documentation/filesystems/jfs.txt
5311 F:      fs/jfs/
5312
5313 JME NETWORK DRIVER
5314 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5315 L:      netdev@vger.kernel.org
5316 S:      Maintained
5317 F:      drivers/net/ethernet/jme.*
5318
5319 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5320 M:      David Woodhouse <dwmw2@infradead.org>
5321 L:      linux-mtd@lists.infradead.org
5322 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5323 S:      Maintained
5324 F:      fs/jffs2/
5325 F:      include/uapi/linux/jffs2.h
5326
5327 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5328 M:      Andrew Morton <akpm@linux-foundation.org>
5329 M:      Jan Kara <jack@suse.cz>
5330 L:      linux-ext4@vger.kernel.org
5331 S:      Maintained
5332 F:      fs/jbd/
5333 F:      include/linux/jbd.h
5334
5335 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5336 M:      "Theodore Ts'o" <tytso@mit.edu>
5337 L:      linux-ext4@vger.kernel.org
5338 S:      Maintained
5339 F:      fs/jbd2/
5340 F:      include/linux/jbd2.h
5341
5342 JSM Neo PCI based serial card
5343 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5344 L:      linux-serial@vger.kernel.org
5345 S:      Maintained
5346 F:      drivers/tty/serial/jsm/
5347
5348 K10TEMP HARDWARE MONITORING DRIVER
5349 M:      Clemens Ladisch <clemens@ladisch.de>
5350 L:      lm-sensors@lm-sensors.org
5351 S:      Maintained
5352 F:      Documentation/hwmon/k10temp
5353 F:      drivers/hwmon/k10temp.c
5354
5355 K8TEMP HARDWARE MONITORING DRIVER
5356 M:      Rudolf Marek <r.marek@assembler.cz>
5357 L:      lm-sensors@lm-sensors.org
5358 S:      Maintained
5359 F:      Documentation/hwmon/k8temp
5360 F:      drivers/hwmon/k8temp.c
5361
5362 KCONFIG
5363 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5364 L:      linux-kbuild@vger.kernel.org
5365 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5366 S:      Maintained
5367 F:      Documentation/kbuild/kconfig-language.txt
5368 F:      scripts/kconfig/
5369
5370 KDUMP
5371 M:      Vivek Goyal <vgoyal@redhat.com>
5372 M:      Haren Myneni <hbabu@us.ibm.com>
5373 L:      kexec@lists.infradead.org
5374 W:      http://lse.sourceforge.net/kdump/
5375 S:      Maintained
5376 F:      Documentation/kdump/
5377
5378 KEENE FM RADIO TRANSMITTER DRIVER
5379 M:      Hans Verkuil <hverkuil@xs4all.nl>
5380 L:      linux-media@vger.kernel.org
5381 T:      git git://linuxtv.org/media_tree.git
5382 W:      http://linuxtv.org
5383 S:      Maintained
5384 F:      drivers/media/radio/radio-keene*
5385
5386 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5387 M:      Ian Kent <raven@themaw.net>
5388 L:      autofs@vger.kernel.org
5389 S:      Maintained
5390 F:      fs/autofs4/
5391
5392 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5393 M:      Michal Marek <mmarek@suse.cz>
5394 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5396 L:      linux-kbuild@vger.kernel.org
5397 S:      Maintained
5398 F:      Documentation/kbuild/
5399 F:      Makefile
5400 F:      scripts/Makefile.*
5401 F:      scripts/basic/
5402 F:      scripts/mk*
5403 F:      scripts/package/
5404
5405 KERNEL JANITORS
5406 L:      kernel-janitors@vger.kernel.org
5407 W:      http://kernelnewbies.org/KernelJanitors
5408 S:      Odd Fixes
5409
5410 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5411 M:      "J. Bruce Fields" <bfields@fieldses.org>
5412 L:      linux-nfs@vger.kernel.org
5413 W:      http://nfs.sourceforge.net/
5414 S:      Supported
5415 F:      fs/nfsd/
5416 F:      include/uapi/linux/nfsd/
5417 F:      fs/lockd/
5418 F:      fs/nfs_common/
5419 F:      net/sunrpc/
5420 F:      include/linux/lockd/
5421 F:      include/linux/sunrpc/
5422 F:      include/uapi/linux/sunrpc/
5423
5424 KERNEL SELFTEST FRAMEWORK
5425 M:      Shuah Khan <shuahkh@osg.samsung.com>
5426 L:      linux-api@vger.kernel.org
5427 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5428 S:      Maintained
5429 F:      tools/testing/selftests
5430
5431 KERNEL VIRTUAL MACHINE (KVM)
5432 M:      Gleb Natapov <gleb@kernel.org>
5433 M:      Paolo Bonzini <pbonzini@redhat.com>
5434 L:      kvm@vger.kernel.org
5435 W:      http://www.linux-kvm.org
5436 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5437 S:      Supported
5438 F:      Documentation/*/kvm*.txt
5439 F:      Documentation/virtual/kvm/
5440 F:      arch/*/kvm/
5441 F:      arch/*/include/asm/kvm*
5442 F:      include/linux/kvm*
5443 F:      include/uapi/linux/kvm*
5444 F:      virt/kvm/
5445
5446 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5447 M:      Joerg Roedel <joro@8bytes.org>
5448 L:      kvm@vger.kernel.org
5449 W:      http://kvm.qumranet.com
5450 S:      Maintained
5451 F:      arch/x86/include/asm/svm.h
5452 F:      arch/x86/kvm/svm.c
5453
5454 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5455 M:      Alexander Graf <agraf@suse.de>
5456 L:      kvm-ppc@vger.kernel.org
5457 W:      http://kvm.qumranet.com
5458 T:      git git://github.com/agraf/linux-2.6.git
5459 S:      Supported
5460 F:      arch/powerpc/include/asm/kvm*
5461 F:      arch/powerpc/kvm/
5462
5463 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
5464 M:      Xiantao Zhang <xiantao.zhang@intel.com>
5465 L:      kvm-ia64@vger.kernel.org
5466 W:      http://kvm.qumranet.com
5467 S:      Supported
5468 F:      Documentation/ia64/kvm.txt
5469 F:      arch/ia64/include/asm/kvm*
5470 F:      arch/ia64/kvm/
5471
5472 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5473 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5474 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5475 M:      linux390@de.ibm.com
5476 L:      linux-s390@vger.kernel.org
5477 W:      http://www.ibm.com/developerworks/linux/linux390/
5478 S:      Supported
5479 F:      Documentation/s390/kvm.txt
5480 F:      arch/s390/include/asm/kvm*
5481 F:      arch/s390/kvm/
5482 F:      drivers/s390/kvm/
5483
5484 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5485 M:      Christoffer Dall <christoffer.dall@linaro.org>
5486 M:      Marc Zyngier <marc.zyngier@arm.com>
5487 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5488 L:      kvmarm@lists.cs.columbia.edu
5489 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5490 S:      Supported
5491 F:      arch/arm/include/uapi/asm/kvm*
5492 F:      arch/arm/include/asm/kvm*
5493 F:      arch/arm/kvm/
5494 F:      virt/kvm/arm/
5495 F:      include/kvm/arm_*
5496
5497 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5498 M:      Christoffer Dall <christoffer.dall@linaro.org>
5499 M:      Marc Zyngier <marc.zyngier@arm.com>
5500 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5501 L:      kvmarm@lists.cs.columbia.edu
5502 S:      Maintained
5503 F:      arch/arm64/include/uapi/asm/kvm*
5504 F:      arch/arm64/include/asm/kvm*
5505 F:      arch/arm64/kvm/
5506
5507 KEXEC
5508 M:      Eric Biederman <ebiederm@xmission.com>
5509 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5510 L:      kexec@lists.infradead.org
5511 S:      Maintained
5512 F:      include/linux/kexec.h
5513 F:      include/uapi/linux/kexec.h
5514 F:      kernel/kexec.c
5515
5516 KEYS/KEYRINGS:
5517 M:      David Howells <dhowells@redhat.com>
5518 L:      keyrings@linux-nfs.org
5519 S:      Maintained
5520 F:      Documentation/security/keys.txt
5521 F:      include/linux/key.h
5522 F:      include/linux/key-type.h
5523 F:      include/keys/
5524 F:      security/keys/
5525
5526 KEYS-TRUSTED
5527 M:      David Safford <safford@us.ibm.com>
5528 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5529 L:      linux-security-module@vger.kernel.org
5530 L:      keyrings@linux-nfs.org
5531 S:      Supported
5532 F:      Documentation/security/keys-trusted-encrypted.txt
5533 F:      include/keys/trusted-type.h
5534 F:      security/keys/trusted.c
5535 F:      security/keys/trusted.h
5536
5537 KEYS-ENCRYPTED
5538 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5539 M:      David Safford <safford@us.ibm.com>
5540 L:      linux-security-module@vger.kernel.org
5541 L:      keyrings@linux-nfs.org
5542 S:      Supported
5543 F:      Documentation/security/keys-trusted-encrypted.txt
5544 F:      include/keys/encrypted-type.h
5545 F:      security/keys/encrypted-keys/
5546
5547 KGDB / KDB /debug_core
5548 M:      Jason Wessel <jason.wessel@windriver.com>
5549 W:      http://kgdb.wiki.kernel.org/
5550 L:      kgdb-bugreport@lists.sourceforge.net
5551 S:      Maintained
5552 F:      Documentation/DocBook/kgdb.tmpl
5553 F:      drivers/misc/kgdbts.c
5554 F:      drivers/tty/serial/kgdboc.c
5555 F:      include/linux/kdb.h
5556 F:      include/linux/kgdb.h
5557 F:      kernel/debug/
5558
5559 KMEMCHECK
5560 M:      Vegard Nossum <vegardno@ifi.uio.no>
5561 M:      Pekka Enberg <penberg@kernel.org>
5562 S:      Maintained
5563 F:      Documentation/kmemcheck.txt
5564 F:      arch/x86/include/asm/kmemcheck.h
5565 F:      arch/x86/mm/kmemcheck/
5566 F:      include/linux/kmemcheck.h
5567 F:      mm/kmemcheck.c
5568
5569 KMEMLEAK
5570 M:      Catalin Marinas <catalin.marinas@arm.com>
5571 S:      Maintained
5572 F:      Documentation/kmemleak.txt
5573 F:      include/linux/kmemleak.h
5574 F:      mm/kmemleak.c
5575 F:      mm/kmemleak-test.c
5576
5577 KPROBES
5578 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5579 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5580 M:      "David S. Miller" <davem@davemloft.net>
5581 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5582 S:      Maintained
5583 F:      Documentation/kprobes.txt
5584 F:      include/linux/kprobes.h
5585 F:      kernel/kprobes.c
5586
5587 KS0108 LCD CONTROLLER DRIVER
5588 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5589 W:      http://miguelojeda.es/auxdisplay.htm
5590 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5591 S:      Maintained
5592 F:      Documentation/auxdisplay/ks0108
5593 F:      drivers/auxdisplay/ks0108.c
5594 F:      include/linux/ks0108.h
5595
5596 LAPB module
5597 L:      linux-x25@vger.kernel.org
5598 S:      Orphan
5599 F:      Documentation/networking/lapb-module.txt
5600 F:      include/*/lapb.h
5601 F:      net/lapb/
5602
5603 LASI 53c700 driver for PARISC
5604 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5605 L:      linux-scsi@vger.kernel.org
5606 S:      Maintained
5607 F:      Documentation/scsi/53c700.txt
5608 F:      drivers/scsi/53c700*
5609
5610 LED SUBSYSTEM
5611 M:      Bryan Wu <cooloney@gmail.com>
5612 M:      Richard Purdie <rpurdie@rpsys.net>
5613 L:      linux-leds@vger.kernel.org
5614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5615 S:      Maintained
5616 F:      drivers/leds/
5617 F:      include/linux/leds.h
5618
5619 LEGACY EEPROM DRIVER
5620 M:      Jean Delvare <jdelvare@suse.de>
5621 S:      Maintained
5622 F:      Documentation/misc-devices/eeprom
5623 F:      drivers/misc/eeprom/eeprom.c
5624
5625 LEGO USB Tower driver
5626 M:      Juergen Stuber <starblue@users.sourceforge.net>
5627 L:      legousb-devel@lists.sourceforge.net
5628 W:      http://legousb.sourceforge.net/
5629 S:      Maintained
5630 F:      drivers/usb/misc/legousbtower.c
5631
5632 LG2160 MEDIA DRIVER
5633 M:      Michael Krufky <mkrufky@linuxtv.org>
5634 L:      linux-media@vger.kernel.org
5635 W:      http://linuxtv.org/
5636 W:      http://github.com/mkrufky
5637 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5638 T:      git git://linuxtv.org/mkrufky/tuners.git
5639 S:      Maintained
5640 F:      drivers/media/dvb-frontends/lg2160.*
5641
5642 LGDT3305 MEDIA DRIVER
5643 M:      Michael Krufky <mkrufky@linuxtv.org>
5644 L:      linux-media@vger.kernel.org
5645 W:      http://linuxtv.org/
5646 W:      http://github.com/mkrufky
5647 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5648 T:      git git://linuxtv.org/mkrufky/tuners.git
5649 S:      Maintained
5650 F:      drivers/media/dvb-frontends/lgdt3305.*
5651
5652 LGUEST
5653 M:      Rusty Russell <rusty@rustcorp.com.au>
5654 L:      lguest@lists.ozlabs.org
5655 W:      http://lguest.ozlabs.org/
5656 S:      Odd Fixes
5657 F:      arch/x86/include/asm/lguest*.h
5658 F:      arch/x86/lguest/
5659 F:      drivers/lguest/
5660 F:      include/linux/lguest*.h
5661 F:      tools/lguest/
5662
5663 LIBLOCKDEP
5664 M:      Sasha Levin <sasha.levin@oracle.com>
5665 S:      Maintained
5666 F:      tools/lib/lockdep/
5667
5668 LINUX FOR IBM pSERIES (RS/6000)
5669 M:      Paul Mackerras <paulus@au.ibm.com>
5670 W:      http://www.ibm.com/linux/ltc/projects/ppc
5671 S:      Supported
5672 F:      arch/powerpc/boot/rs6000.h
5673
5674 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5675 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5676 M:      Paul Mackerras <paulus@samba.org>
5677 M:      Michael Ellerman <mpe@ellerman.id.au>
5678 W:      http://www.penguinppc.org/
5679 L:      linuxppc-dev@lists.ozlabs.org
5680 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5682 S:      Supported
5683 F:      Documentation/powerpc/
5684 F:      arch/powerpc/
5685
5686 LINUX FOR POWER MACINTOSH
5687 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5688 W:      http://www.penguinppc.org/
5689 L:      linuxppc-dev@lists.ozlabs.org
5690 S:      Maintained
5691 F:      arch/powerpc/platforms/powermac/
5692 F:      drivers/macintosh/
5693
5694 LINUX FOR POWERPC EMBEDDED MPC5XXX
5695 M:      Anatolij Gustschin <agust@denx.de>
5696 L:      linuxppc-dev@lists.ozlabs.org
5697 T:      git git://git.denx.de/linux-denx-agust.git
5698 S:      Maintained
5699 F:      arch/powerpc/platforms/512x/
5700 F:      arch/powerpc/platforms/52xx/
5701
5702 LINUX FOR POWERPC EMBEDDED PPC4XX
5703 M:  Alistair Popple <alistair@popple.id.au>
5704 M:      Matt Porter <mporter@kernel.crashing.org>
5705 W:      http://www.penguinppc.org/
5706 L:      linuxppc-dev@lists.ozlabs.org
5707 S:      Maintained
5708 F:      arch/powerpc/platforms/40x/
5709 F:      arch/powerpc/platforms/44x/
5710
5711 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5712 L:      linuxppc-dev@lists.ozlabs.org
5713 S:      Orphan
5714 F:      arch/powerpc/*/*virtex*
5715 F:      arch/powerpc/*/*/*virtex*
5716
5717 LINUX FOR POWERPC EMBEDDED PPC8XX
5718 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5719 W:      http://www.penguinppc.org/
5720 L:      linuxppc-dev@lists.ozlabs.org
5721 S:      Maintained
5722 F:      arch/powerpc/platforms/8xx/
5723
5724 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5725 M:      Scott Wood <scottwood@freescale.com>
5726 M:      Kumar Gala <galak@kernel.crashing.org>
5727 W:      http://www.penguinppc.org/
5728 L:      linuxppc-dev@lists.ozlabs.org
5729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5730 S:      Maintained
5731 F:      arch/powerpc/platforms/83xx/
5732 F:      arch/powerpc/platforms/85xx/
5733
5734 LINUX FOR POWERPC PA SEMI PWRFICIENT
5735 M:      Olof Johansson <olof@lixom.net>
5736 L:      linuxppc-dev@lists.ozlabs.org
5737 S:      Maintained
5738 F:      arch/powerpc/platforms/pasemi/
5739 F:      drivers/*/*pasemi*
5740 F:      drivers/*/*/*pasemi*
5741
5742 LINUX SECURITY MODULE (LSM) FRAMEWORK
5743 M:      Chris Wright <chrisw@sous-sol.org>
5744 L:      linux-security-module@vger.kernel.org
5745 S:      Supported
5746
5747 LIS3LV02D ACCELEROMETER DRIVER
5748 M:      Eric Piel <eric.piel@tremplin-utc.net>
5749 S:      Maintained
5750 F:      Documentation/misc-devices/lis3lv02d
5751 F:      drivers/misc/lis3lv02d/
5752 F:      drivers/platform/x86/hp_accel.c
5753
5754 LLC (802.2)
5755 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5756 S:      Maintained
5757 F:      include/linux/llc.h
5758 F:      include/uapi/linux/llc.h
5759 F:      include/net/llc*
5760 F:      net/llc/
5761
5762 LM73 HARDWARE MONITOR DRIVER
5763 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5764 L:      lm-sensors@lm-sensors.org
5765 S:      Maintained
5766 F:      drivers/hwmon/lm73.c
5767
5768 LM78 HARDWARE MONITOR DRIVER
5769 M:      Jean Delvare <jdelvare@suse.de>
5770 L:      lm-sensors@lm-sensors.org
5771 S:      Maintained
5772 F:      Documentation/hwmon/lm78
5773 F:      drivers/hwmon/lm78.c
5774
5775 LM83 HARDWARE MONITOR DRIVER
5776 M:      Jean Delvare <jdelvare@suse.de>
5777 L:      lm-sensors@lm-sensors.org
5778 S:      Maintained
5779 F:      Documentation/hwmon/lm83
5780 F:      drivers/hwmon/lm83.c
5781
5782 LM90 HARDWARE MONITOR DRIVER
5783 M:      Jean Delvare <jdelvare@suse.de>
5784 L:      lm-sensors@lm-sensors.org
5785 S:      Maintained
5786 F:      Documentation/hwmon/lm90
5787 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5788 F:      drivers/hwmon/lm90.c
5789
5790 LM95234 HARDWARE MONITOR DRIVER
5791 M:      Guenter Roeck <linux@roeck-us.net>
5792 L:      lm-sensors@lm-sensors.org
5793 S:      Maintained
5794 F:      Documentation/hwmon/lm95234
5795 F:      drivers/hwmon/lm95234.c
5796
5797 LME2510 MEDIA DRIVER
5798 M:      Malcolm Priestley <tvboxspy@gmail.com>
5799 L:      linux-media@vger.kernel.org
5800 W:      http://linuxtv.org/
5801 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5802 S:      Maintained
5803 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5804
5805 LOCKDEP AND LOCKSTAT
5806 M:      Peter Zijlstra <peterz@infradead.org>
5807 M:      Ingo Molnar <mingo@redhat.com>
5808 L:      linux-kernel@vger.kernel.org
5809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5810 S:      Maintained
5811 F:      Documentation/locking/lockdep*.txt
5812 F:      Documentation/locking/lockstat.txt
5813 F:      include/linux/lockdep.h
5814 F:      kernel/locking/
5815
5816 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5817 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5818 L:      linux-ntfs-dev@lists.sourceforge.net
5819 W:      http://www.linux-ntfs.org/content/view/19/37/
5820 S:      Maintained
5821 F:      Documentation/ldm.txt
5822 F:      block/partitions/ldm.*
5823
5824 LogFS
5825 M:      Joern Engel <joern@logfs.org>
5826 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5827 L:      logfs@logfs.org
5828 W:      logfs.org
5829 S:      Maintained
5830 F:      fs/logfs/
5831
5832 LPC32XX MACHINE SUPPORT
5833 M:      Roland Stigge <stigge@antcom.de>
5834 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5835 S:      Maintained
5836 F:      arch/arm/mach-lpc32xx/
5837
5838 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5839 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5840 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5841 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5842 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5843 L:      MPT-FusionLinux.pdl@avagotech.com
5844 L:      linux-scsi@vger.kernel.org
5845 W:      http://www.lsilogic.com/support
5846 S:      Supported
5847 F:      drivers/message/fusion/
5848 F:      drivers/scsi/mpt2sas/
5849 F:      drivers/scsi/mpt3sas/
5850
5851 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5852 M:      Matthew Wilcox <matthew@wil.cx>
5853 L:      linux-scsi@vger.kernel.org
5854 S:      Maintained
5855 F:      drivers/scsi/sym53c8xx_2/
5856
5857 LTC4261 HARDWARE MONITOR DRIVER
5858 M:      Guenter Roeck <linux@roeck-us.net>
5859 L:      lm-sensors@lm-sensors.org
5860 S:      Maintained
5861 F:      Documentation/hwmon/ltc4261
5862 F:      drivers/hwmon/ltc4261.c
5863
5864 LTP (Linux Test Project)
5865 M:      Mike Frysinger <vapier@gentoo.org>
5866 M:      Cyril Hrubis <chrubis@suse.cz>
5867 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5868 M:      Jan Stancek <jstancek@redhat.com>
5869 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5870 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
5871 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5872 W:      http://linux-test-project.github.io/
5873 T:      git git://github.com/linux-test-project/ltp.git
5874 S:      Maintained
5875
5876 M32R ARCHITECTURE
5877 W:      http://www.linux-m32r.org/
5878 S:      Orphan
5879 F:      arch/m32r/
5880
5881 M68K ARCHITECTURE
5882 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5883 L:      linux-m68k@lists.linux-m68k.org
5884 W:      http://www.linux-m68k.org/
5885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5886 S:      Maintained
5887 F:      arch/m68k/
5888 F:      drivers/zorro/
5889
5890 M68K ON APPLE MACINTOSH
5891 M:      Joshua Thompson <funaho@jurai.org>
5892 W:      http://www.mac.linux-m68k.org/
5893 L:      linux-m68k@lists.linux-m68k.org
5894 S:      Maintained
5895 F:      arch/m68k/mac/
5896
5897 M68K ON HP9000/300
5898 M:      Philip Blundell <philb@gnu.org>
5899 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5900 S:      Maintained
5901 F:      arch/m68k/hp300/
5902
5903 M88DS3103 MEDIA DRIVER
5904 M:      Antti Palosaari <crope@iki.fi>
5905 L:      linux-media@vger.kernel.org
5906 W:      http://linuxtv.org/
5907 W:      http://palosaari.fi/linux/
5908 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5909 T:      git git://linuxtv.org/anttip/media_tree.git
5910 S:      Maintained
5911 F:      drivers/media/dvb-frontends/m88ds3103*
5912
5913 M88RS2000 MEDIA DRIVER
5914 M:      Malcolm Priestley <tvboxspy@gmail.com>
5915 L:      linux-media@vger.kernel.org
5916 W:      http://linuxtv.org/
5917 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5918 S:      Maintained
5919 F:      drivers/media/dvb-frontends/m88rs2000*
5920
5921 M88TS2022 MEDIA DRIVER
5922 M:      Antti Palosaari <crope@iki.fi>
5923 L:      linux-media@vger.kernel.org
5924 W:      http://linuxtv.org/
5925 W:      http://palosaari.fi/linux/
5926 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5927 T:      git git://linuxtv.org/anttip/media_tree.git
5928 S:      Maintained
5929 F:      drivers/media/tuners/m88ts2022*
5930
5931 MA901 MASTERKIT USB FM RADIO DRIVER
5932 M:      Alexey Klimov <klimov.linux@gmail.com>
5933 L:      linux-media@vger.kernel.org
5934 T:      git git://linuxtv.org/media_tree.git
5935 S:      Maintained
5936 F:      drivers/media/radio/radio-ma901.c
5937
5938 MAC80211
5939 M:      Johannes Berg <johannes@sipsolutions.net>
5940 L:      linux-wireless@vger.kernel.org
5941 W:      http://wireless.kernel.org/
5942 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5944 S:      Maintained
5945 F:      Documentation/networking/mac80211-injection.txt
5946 F:      include/net/mac80211.h
5947 F:      net/mac80211/
5948
5949 MACVLAN DRIVER
5950 M:      Patrick McHardy <kaber@trash.net>
5951 L:      netdev@vger.kernel.org
5952 S:      Maintained
5953 F:      drivers/net/macvlan.c
5954 F:      include/linux/if_macvlan.h
5955
5956 MAILBOX API
5957 M:      Jassi Brar <jassisinghbrar@gmail.com>
5958 L:      linux-kernel@vger.kernel.org
5959 S:      Maintained
5960 F:      drivers/mailbox/
5961 F:      include/linux/mailbox_client.h
5962 F:      include/linux/mailbox_controller.h
5963
5964 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5965 M:      Michael Kerrisk <mtk.manpages@gmail.com>
5966 W:      http://www.kernel.org/doc/man-pages
5967 L:      linux-man@vger.kernel.org
5968 S:      Maintained
5969
5970 MARVELL ARMADA DRM SUPPORT
5971 M:      Russell King <rmk+kernel@arm.linux.org.uk>
5972 S:      Maintained
5973 F:      drivers/gpu/drm/armada/
5974
5975 MARVELL 88E6352 DSA support
5976 M:      Guenter Roeck <linux@roeck-us.net>
5977 S:      Maintained
5978 F:      drivers/net/dsa/mv88e6352.c
5979
5980 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
5981 M:      Mirko Lindner <mlindner@marvell.com>
5982 M:      Stephen Hemminger <stephen@networkplumber.org>
5983 L:      netdev@vger.kernel.org
5984 S:      Maintained
5985 F:      drivers/net/ethernet/marvell/sk*
5986
5987 MARVELL LIBERTAS WIRELESS DRIVER
5988 L:      libertas-dev@lists.infradead.org
5989 S:      Orphan
5990 F:      drivers/net/wireless/libertas/
5991
5992 MARVELL MV643XX ETHERNET DRIVER
5993 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
5994 L:      netdev@vger.kernel.org
5995 S:      Maintained
5996 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
5997 F:      include/linux/mv643xx.h
5998
5999 MARVELL MVNETA ETHERNET DRIVER
6000 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6001 L:      netdev@vger.kernel.org
6002 S:      Maintained
6003 F:      drivers/net/ethernet/marvell/mvneta.*
6004
6005 MARVELL MWIFIEX WIRELESS DRIVER
6006 M:      Amitkumar Karwar <akarwar@marvell.com>
6007 M:      Avinash Patil <patila@marvell.com>
6008 L:      linux-wireless@vger.kernel.org
6009 S:      Maintained
6010 F:      drivers/net/wireless/mwifiex/
6011
6012 MARVELL MWL8K WIRELESS DRIVER
6013 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6014 L:      linux-wireless@vger.kernel.org
6015 S:      Odd Fixes
6016 F:      drivers/net/wireless/mwl8k.c
6017
6018 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6019 M:      Nicolas Pitre <nico@fluxnic.net>
6020 S:      Odd Fixes
6021 F:      drivers/mmc/host/mvsdio.*
6022
6023 MATROX FRAMEBUFFER DRIVER
6024 L:      linux-fbdev@vger.kernel.org
6025 S:      Orphan
6026 F:      drivers/video/fbdev/matrox/matroxfb_*
6027 F:      include/uapi/linux/matroxfb.h
6028
6029 MAX16065 HARDWARE MONITOR DRIVER
6030 M:      Guenter Roeck <linux@roeck-us.net>
6031 L:      lm-sensors@lm-sensors.org
6032 S:      Maintained
6033 F:      Documentation/hwmon/max16065
6034 F:      drivers/hwmon/max16065.c
6035
6036 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6037 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6038 L:      lm-sensors@lm-sensors.org
6039 S:      Maintained
6040 F:      Documentation/hwmon/max6650
6041 F:      drivers/hwmon/max6650.c
6042
6043 MAX6697 HARDWARE MONITOR DRIVER
6044 M:      Guenter Roeck <linux@roeck-us.net>
6045 L:      lm-sensors@lm-sensors.org
6046 S:      Maintained
6047 F:      Documentation/hwmon/max6697
6048 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6049 F:      drivers/hwmon/max6697.c
6050 F:      include/linux/platform_data/max6697.h
6051
6052 MAXIRADIO FM RADIO RECEIVER DRIVER
6053 M:      Hans Verkuil <hverkuil@xs4all.nl>
6054 L:      linux-media@vger.kernel.org
6055 T:      git git://linuxtv.org/media_tree.git
6056 W:      http://linuxtv.org
6057 S:      Maintained
6058 F:      drivers/media/radio/radio-maxiradio*
6059
6060 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6061 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6062 P:      LinuxTV.org Project
6063 L:      linux-media@vger.kernel.org
6064 W:      http://linuxtv.org
6065 Q:      http://patchwork.kernel.org/project/linux-media/list/
6066 T:      git git://linuxtv.org/media_tree.git
6067 S:      Maintained
6068 F:      Documentation/dvb/
6069 F:      Documentation/video4linux/
6070 F:      Documentation/DocBook/media/
6071 F:      drivers/media/
6072 F:      drivers/staging/media/
6073 F:      include/media/
6074 F:      include/uapi/linux/dvb/
6075 F:      include/uapi/linux/videodev2.h
6076 F:      include/uapi/linux/media.h
6077 F:      include/uapi/linux/v4l2-*
6078 F:      include/uapi/linux/meye.h
6079 F:      include/uapi/linux/ivtv*
6080 F:      include/uapi/linux/uvcvideo.h
6081
6082 MEDIAVISION PRO MOVIE STUDIO DRIVER
6083 M:      Hans Verkuil <hverkuil@xs4all.nl>
6084 L:      linux-media@vger.kernel.org
6085 T:      git git://linuxtv.org/media_tree.git
6086 W:      http://linuxtv.org
6087 S:      Odd Fixes
6088 F:      drivers/media/parport/pms*
6089
6090 MEGARAID SCSI/SAS DRIVERS
6091 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6092 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6093 M:      Uday Lingala <uday.lingala@avagotech.com>
6094 L:      megaraidlinux.pdl@avagotech.com
6095 L:      linux-scsi@vger.kernel.org
6096 W:      http://www.lsi.com
6097 S:      Maintained
6098 F:      Documentation/scsi/megaraid.txt
6099 F:      drivers/scsi/megaraid.*
6100 F:      drivers/scsi/megaraid/
6101
6102 MELLANOX ETHERNET DRIVER (mlx4_en)
6103 M:      Amir Vadai <amirv@mellanox.com>
6104 L:      netdev@vger.kernel.org
6105 S:      Supported
6106 W:      http://www.mellanox.com
6107 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6108 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6109
6110 MEMORY MANAGEMENT
6111 L:      linux-mm@kvack.org
6112 W:      http://www.linux-mm.org
6113 S:      Maintained
6114 F:      include/linux/mm.h
6115 F:      include/linux/gfp.h
6116 F:      include/linux/mmzone.h
6117 F:      include/linux/memory_hotplug.h
6118 F:      include/linux/vmalloc.h
6119 F:      mm/
6120
6121 MEMORY TECHNOLOGY DEVICES (MTD)
6122 M:      David Woodhouse <dwmw2@infradead.org>
6123 M:      Brian Norris <computersforpeace@gmail.com>
6124 L:      linux-mtd@lists.infradead.org
6125 W:      http://www.linux-mtd.infradead.org/
6126 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6127 T:      git git://git.infradead.org/linux-mtd.git
6128 T:      git git://git.infradead.org/l2-mtd.git
6129 S:      Maintained
6130 F:      drivers/mtd/
6131 F:      include/linux/mtd/
6132 F:      include/uapi/mtd/
6133
6134 MEN A21 WATCHDOG DRIVER
6135 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6136 L:      linux-watchdog@vger.kernel.org
6137 S:      Supported
6138 F:      drivers/watchdog/mena21_wdt.c
6139
6140 MEN CHAMELEON BUS (mcb)
6141 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6142 S:      Supported
6143 F:      drivers/mcb/
6144 F:      include/linux/mcb.h
6145
6146 MEN F21BMC (Board Management Controller)
6147 M:      Andreas Werner <andreas.werner@men.de>
6148 S:      Supported
6149 F:      drivers/mfd/menf21bmc.c
6150 F:      drivers/watchdog/menf21bmc_wdt.c
6151 F:      drivers/leds/leds-menf21bmc.c
6152 F:      drivers/hwmon/menf21bmc_hwmon.c
6153 F:      Documentation/hwmon/menf21bmc
6154
6155 METAG ARCHITECTURE
6156 M:      James Hogan <james.hogan@imgtec.com>
6157 L:      linux-metag@vger.kernel.org
6158 S:      Supported
6159 F:      arch/metag/
6160 F:      Documentation/metag/
6161 F:      Documentation/devicetree/bindings/metag/
6162 F:      drivers/clocksource/metag_generic.c
6163 F:      drivers/irqchip/irq-metag.c
6164 F:      drivers/irqchip/irq-metag-ext.c
6165 F:      drivers/tty/metag_da.c
6166
6167 MICROBLAZE ARCHITECTURE
6168 M:      Michal Simek <monstr@monstr.eu>
6169 W:      http://www.monstr.eu/fdt/
6170 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6171 S:      Supported
6172 F:      arch/microblaze/
6173
6174 MICROTEK X6 SCANNER
6175 M:      Oliver Neukum <oliver@neukum.org>
6176 S:      Maintained
6177 F:      drivers/usb/image/microtek.*
6178
6179 MIPS
6180 M:      Ralf Baechle <ralf@linux-mips.org>
6181 L:      linux-mips@linux-mips.org
6182 W:      http://www.linux-mips.org/
6183 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6184 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6185 S:      Supported
6186 F:      Documentation/mips/
6187 F:      arch/mips/
6188
6189 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6190 M:      Hans Verkuil <hverkuil@xs4all.nl>
6191 L:      linux-media@vger.kernel.org
6192 T:      git git://linuxtv.org/media_tree.git
6193 W:      http://linuxtv.org
6194 S:      Odd Fixes
6195 F:      drivers/media/radio/radio-miropcm20*
6196
6197 Mellanox MLX5 core VPI driver
6198 M:      Eli Cohen <eli@mellanox.com>
6199 L:      netdev@vger.kernel.org
6200 L:      linux-rdma@vger.kernel.org
6201 W:      http://www.mellanox.com
6202 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6203 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6204 T:      git git://openfabrics.org/~eli/connect-ib.git
6205 S:      Supported
6206 F:      drivers/net/ethernet/mellanox/mlx5/core/
6207 F:      include/linux/mlx5/
6208
6209 Mellanox MLX5 IB driver
6210 M:      Eli Cohen <eli@mellanox.com>
6211 L:      linux-rdma@vger.kernel.org
6212 W:      http://www.mellanox.com
6213 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6214 T:      git git://openfabrics.org/~eli/connect-ib.git
6215 S:      Supported
6216 F:      include/linux/mlx5/
6217 F:      drivers/infiniband/hw/mlx5/
6218
6219 MN88472 MEDIA DRIVER
6220 M:      Antti Palosaari <crope@iki.fi>
6221 L:      linux-media@vger.kernel.org
6222 W:      http://linuxtv.org/
6223 W:      http://palosaari.fi/linux/
6224 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6225 T:      git git://linuxtv.org/anttip/media_tree.git
6226 S:      Maintained
6227 F:      drivers/staging/media/mn88472/
6228 F:      drivers/media/dvb-frontends/mn88472.h
6229
6230 MN88473 MEDIA DRIVER
6231 M:      Antti Palosaari <crope@iki.fi>
6232 L:      linux-media@vger.kernel.org
6233 W:      http://linuxtv.org/
6234 W:      http://palosaari.fi/linux/
6235 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6236 T:      git git://linuxtv.org/anttip/media_tree.git
6237 S:      Maintained
6238 F:      drivers/staging/media/mn88473/
6239 F:      drivers/media/dvb-frontends/mn88473.h
6240
6241 MODULE SUPPORT
6242 M:      Rusty Russell <rusty@rustcorp.com.au>
6243 S:      Maintained
6244 F:      include/linux/module.h
6245 F:      kernel/module.c
6246
6247 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6248 W:      http://popies.net/meye/
6249 S:      Orphan
6250 F:      Documentation/video4linux/meye.txt
6251 F:      drivers/media/pci/meye/
6252 F:      include/uapi/linux/meye.h
6253
6254 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6255 M:      Jiri Slaby <jirislaby@gmail.com>
6256 S:      Maintained
6257 F:      Documentation/serial/moxa-smartio
6258 F:      drivers/tty/mxser.*
6259
6260 MR800 AVERMEDIA USB FM RADIO DRIVER
6261 M:      Alexey Klimov <klimov.linux@gmail.com>
6262 L:      linux-media@vger.kernel.org
6263 T:      git git://linuxtv.org/media_tree.git
6264 S:      Maintained
6265 F:      drivers/media/radio/radio-mr800.c
6266
6267 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6268 M:      Alan Ott <alan@signal11.us>
6269 L:      linux-wpan@vger.kernel.org
6270 S:      Maintained
6271 F:      drivers/net/ieee802154/mrf24j40.c
6272
6273 MSI LAPTOP SUPPORT
6274 M:      "Lee, Chun-Yi" <jlee@suse.com>
6275 L:      platform-driver-x86@vger.kernel.org
6276 S:      Maintained
6277 F:      drivers/platform/x86/msi-laptop.c
6278
6279 MSI WMI SUPPORT
6280 M:      Anisse Astier <anisse@astier.eu>
6281 L:      platform-driver-x86@vger.kernel.org
6282 S:      Supported
6283 F:      drivers/platform/x86/msi-wmi.c
6284
6285 MSI001 MEDIA DRIVER
6286 M:      Antti Palosaari <crope@iki.fi>
6287 L:      linux-media@vger.kernel.org
6288 W:      http://linuxtv.org/
6289 W:      http://palosaari.fi/linux/
6290 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6291 T:      git git://linuxtv.org/anttip/media_tree.git
6292 S:      Maintained
6293 F:      drivers/media/tuners/msi001*
6294
6295 MSI2500 MEDIA DRIVER
6296 M:      Antti Palosaari <crope@iki.fi>
6297 L:      linux-media@vger.kernel.org
6298 W:      http://linuxtv.org/
6299 W:      http://palosaari.fi/linux/
6300 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6301 T:      git git://linuxtv.org/anttip/media_tree.git
6302 S:      Maintained
6303 F:      drivers/media/usb/msi2500/
6304
6305 MT9M032 APTINA SENSOR DRIVER
6306 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6307 L:      linux-media@vger.kernel.org
6308 T:      git git://linuxtv.org/media_tree.git
6309 S:      Maintained
6310 F:      drivers/media/i2c/mt9m032.c
6311 F:      include/media/mt9m032.h
6312
6313 MT9P031 APTINA CAMERA SENSOR
6314 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6315 L:      linux-media@vger.kernel.org
6316 T:      git git://linuxtv.org/media_tree.git
6317 S:      Maintained
6318 F:      drivers/media/i2c/mt9p031.c
6319 F:      include/media/mt9p031.h
6320
6321 MT9T001 APTINA CAMERA SENSOR
6322 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6323 L:      linux-media@vger.kernel.org
6324 T:      git git://linuxtv.org/media_tree.git
6325 S:      Maintained
6326 F:      drivers/media/i2c/mt9t001.c
6327 F:      include/media/mt9t001.h
6328
6329 MT9V032 APTINA CAMERA SENSOR
6330 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6331 L:      linux-media@vger.kernel.org
6332 T:      git git://linuxtv.org/media_tree.git
6333 S:      Maintained
6334 F:      drivers/media/i2c/mt9v032.c
6335 F:      include/media/mt9v032.h
6336
6337 MULTIFUNCTION DEVICES (MFD)
6338 M:      Samuel Ortiz <sameo@linux.intel.com>
6339 M:      Lee Jones <lee.jones@linaro.org>
6340 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6341 S:      Supported
6342 F:      drivers/mfd/
6343 F:      include/linux/mfd/
6344
6345 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6346 M:      Chris Ball <chris@printf.net>
6347 M:      Ulf Hansson <ulf.hansson@linaro.org>
6348 L:      linux-mmc@vger.kernel.org
6349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6350 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6351 S:      Maintained
6352 F:      drivers/mmc/
6353 F:      include/linux/mmc/
6354 F:      include/uapi/linux/mmc/
6355
6356 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6357 S:      Orphan
6358 F:      drivers/mmc/host/mmc_spi.c
6359 F:      include/linux/spi/mmc_spi.h
6360
6361 MULTISOUND SOUND DRIVER
6362 M:      Andrew Veliath <andrewtv@usa.net>
6363 S:      Maintained
6364 F:      Documentation/sound/oss/MultiSound
6365 F:      sound/oss/msnd*
6366
6367 MULTITECH MULTIPORT CARD (ISICOM)
6368 S:      Orphan
6369 F:      drivers/tty/isicom.c
6370 F:      include/linux/isicom.h
6371
6372 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6373 M:      Felipe Balbi <balbi@ti.com>
6374 L:      linux-usb@vger.kernel.org
6375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6376 S:      Maintained
6377 F:      drivers/usb/musb/
6378
6379 MXL5007T MEDIA DRIVER
6380 M:      Michael Krufky <mkrufky@linuxtv.org>
6381 L:      linux-media@vger.kernel.org
6382 W:      http://linuxtv.org/
6383 W:      http://github.com/mkrufky
6384 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6385 T:      git git://linuxtv.org/mkrufky/tuners.git
6386 S:      Maintained
6387 F:      drivers/media/tuners/mxl5007t.*
6388
6389 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6390 M:      Hyong-Youb Kim <hykim@myri.com>
6391 L:      netdev@vger.kernel.org
6392 W:      https://www.myricom.com/support/downloads/myri10ge.html
6393 S:      Supported
6394 F:      drivers/net/ethernet/myricom/myri10ge/
6395
6396 NATSEMI ETHERNET DRIVER (DP8381x)
6397 S:      Orphan
6398 F:      drivers/net/ethernet/natsemi/natsemi.c
6399
6400 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6401 M:      Daniel Mack <zonque@gmail.com>
6402 S:      Maintained
6403 L:      alsa-devel@alsa-project.org
6404 W:      http://www.native-instruments.com
6405 F:      sound/usb/caiaq/
6406
6407 NCP FILESYSTEM
6408 M:      Petr Vandrovec <petr@vandrovec.name>
6409 S:      Odd Fixes
6410 F:      fs/ncpfs/
6411
6412 NCR 5380 SCSI DRIVERS
6413 M:      Finn Thain <fthain@telegraphics.com.au>
6414 M:      Michael Schmitz <schmitzmic@gmail.com>
6415 L:      linux-scsi@vger.kernel.org
6416 S:      Maintained
6417 F:      Documentation/scsi/g_NCR5380.txt
6418 F:      drivers/scsi/NCR5380.*
6419 F:      drivers/scsi/arm/cumana_1.c
6420 F:      drivers/scsi/arm/oak.c
6421 F:      drivers/scsi/atari_NCR5380.c
6422 F:      drivers/scsi/atari_scsi.*
6423 F:      drivers/scsi/dmx3191d.c
6424 F:      drivers/scsi/dtc.*
6425 F:      drivers/scsi/g_NCR5380.*
6426 F:      drivers/scsi/g_NCR5380_mmio.c
6427 F:      drivers/scsi/mac_scsi.*
6428 F:      drivers/scsi/pas16.*
6429 F:      drivers/scsi/sun3_scsi.*
6430 F:      drivers/scsi/sun3_scsi_vme.c
6431 F:      drivers/scsi/t128.*
6432
6433 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6434 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6435 L:      linux-scsi@vger.kernel.org
6436 S:      Maintained
6437 F:      drivers/scsi/NCR_D700.*
6438
6439 NCT6775 HARDWARE MONITOR DRIVER
6440 M:      Guenter Roeck <linux@roeck-us.net>
6441 L:      lm-sensors@lm-sensors.org
6442 S:      Maintained
6443 F:      Documentation/hwmon/nct6775
6444 F:      drivers/hwmon/nct6775.c
6445
6446 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6447 M:      Faisal Latif <faisal.latif@intel.com>
6448 L:      linux-rdma@vger.kernel.org
6449 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6450 S:      Supported
6451 F:      drivers/infiniband/hw/nes/
6452
6453 NETEM NETWORK EMULATOR
6454 M:      Stephen Hemminger <stephen@networkplumber.org>
6455 L:      netem@lists.linux-foundation.org
6456 S:      Maintained
6457 F:      net/sched/sch_netem.c
6458
6459 NETERION 10GbE DRIVERS (s2io/vxge)
6460 M:      Jon Mason <jdmason@kudzu.us>
6461 L:      netdev@vger.kernel.org
6462 S:      Supported
6463 F:      Documentation/networking/s2io.txt
6464 F:      Documentation/networking/vxge.txt
6465 F:      drivers/net/ethernet/neterion/
6466
6467 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6468 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6469 M:      Patrick McHardy <kaber@trash.net>
6470 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6471 L:      netfilter-devel@vger.kernel.org
6472 L:      coreteam@netfilter.org
6473 W:      http://www.netfilter.org/
6474 W:      http://www.iptables.org/
6475 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6477 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6478 S:      Supported
6479 F:      include/linux/netfilter*
6480 F:      include/linux/netfilter/
6481 F:      include/net/netfilter/
6482 F:      include/uapi/linux/netfilter*
6483 F:      include/uapi/linux/netfilter/
6484 F:      net/*/netfilter.c
6485 F:      net/*/netfilter/
6486 F:      net/netfilter/
6487
6488 NETLABEL
6489 M:      Paul Moore <paul@paul-moore.com>
6490 W:      http://netlabel.sf.net
6491 L:      netdev@vger.kernel.org
6492 S:      Maintained
6493 F:      Documentation/netlabel/
6494 F:      include/net/netlabel.h
6495 F:      net/netlabel/
6496
6497 NETROM NETWORK LAYER
6498 M:      Ralf Baechle <ralf@linux-mips.org>
6499 L:      linux-hams@vger.kernel.org
6500 W:      http://www.linux-ax25.org/
6501 S:      Maintained
6502 F:      include/net/netrom.h
6503 F:      include/uapi/linux/netrom.h
6504 F:      net/netrom/
6505
6506 NETWORK BLOCK DEVICE (NBD)
6507 M:      Paul Clements <Paul.Clements@steeleye.com>
6508 S:      Maintained
6509 L:      nbd-general@lists.sourceforge.net
6510 F:      Documentation/blockdev/nbd.txt
6511 F:      drivers/block/nbd.c
6512 F:      include/linux/nbd.h
6513 F:      include/uapi/linux/nbd.h
6514
6515 NETWORK DROP MONITOR
6516 M:      Neil Horman <nhorman@tuxdriver.com>
6517 L:      netdev@vger.kernel.org
6518 S:      Maintained
6519 W:      https://fedorahosted.org/dropwatch/
6520 F:      net/core/drop_monitor.c
6521
6522 NETWORKING [GENERAL]
6523 M:      "David S. Miller" <davem@davemloft.net>
6524 L:      netdev@vger.kernel.org
6525 W:      http://www.linuxfoundation.org/en/Net
6526 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6529 S:      Maintained
6530 F:      net/
6531 F:      include/net/
6532 F:      include/linux/in.h
6533 F:      include/linux/net.h
6534 F:      include/linux/netdevice.h
6535 F:      include/uapi/linux/in.h
6536 F:      include/uapi/linux/net.h
6537 F:      include/uapi/linux/netdevice.h
6538 F:      tools/net/
6539 F:      tools/testing/selftests/net/
6540 F:      lib/random32.c
6541 F:      lib/test_bpf.c
6542
6543 NETWORKING [IPv4/IPv6]
6544 M:      "David S. Miller" <davem@davemloft.net>
6545 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6546 M:      James Morris <jmorris@namei.org>
6547 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6548 M:      Patrick McHardy <kaber@trash.net>
6549 L:      netdev@vger.kernel.org
6550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6551 S:      Maintained
6552 F:      net/ipv4/
6553 F:      net/ipv6/
6554 F:      include/net/ip*
6555 F:      arch/x86/net/*
6556
6557 NETWORKING [IPSEC]
6558 M:      Steffen Klassert <steffen.klassert@secunet.com>
6559 M:      Herbert Xu <herbert@gondor.apana.org.au>
6560 M:      "David S. Miller" <davem@davemloft.net>
6561 L:      netdev@vger.kernel.org
6562 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6563 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6564 S:      Maintained
6565 F:      net/core/flow.c
6566 F:      net/xfrm/
6567 F:      net/key/
6568 F:      net/ipv4/xfrm*
6569 F:      net/ipv4/esp4.c
6570 F:      net/ipv4/ah4.c
6571 F:      net/ipv4/ipcomp.c
6572 F:      net/ipv4/ip_vti.c
6573 F:      net/ipv6/xfrm*
6574 F:      net/ipv6/esp6.c
6575 F:      net/ipv6/ah6.c
6576 F:      net/ipv6/ipcomp6.c
6577 F:      net/ipv6/ip6_vti.c
6578 F:      include/uapi/linux/xfrm.h
6579 F:      include/net/xfrm.h
6580
6581 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6582 M:      Paul Moore <paul@paul-moore.com>
6583 L:      netdev@vger.kernel.org
6584 S:      Maintained
6585
6586 NETWORKING [WIRELESS]
6587 M:      "John W. Linville" <linville@tuxdriver.com>
6588 L:      linux-wireless@vger.kernel.org
6589 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
6591 S:      Maintained
6592 F:      net/mac80211/
6593 F:      net/rfkill/
6594 F:      net/wireless/
6595 F:      include/net/ieee80211*
6596 F:      include/linux/wireless.h
6597 F:      include/uapi/linux/wireless.h
6598 F:      include/net/iw_handler.h
6599 F:      drivers/net/wireless/
6600
6601 NETWORKING DRIVERS
6602 L:      netdev@vger.kernel.org
6603 W:      http://www.linuxfoundation.org/en/Net
6604 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6605 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6606 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6607 S:      Odd Fixes
6608 F:      drivers/net/
6609 F:      include/linux/if_*
6610 F:      include/linux/netdevice.h
6611 F:      include/linux/arcdevice.h
6612 F:      include/linux/etherdevice.h
6613 F:      include/linux/fcdevice.h
6614 F:      include/linux/fddidevice.h
6615 F:      include/linux/hippidevice.h
6616 F:      include/linux/inetdevice.h
6617 F:      include/uapi/linux/if_*
6618 F:      include/uapi/linux/netdevice.h
6619
6620 NETXEN (1/10) GbE SUPPORT
6621 M:      Manish Chopra <manish.chopra@qlogic.com>
6622 M:      Sony Chacko <sony.chacko@qlogic.com>
6623 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6624 L:      netdev@vger.kernel.org
6625 W:      http://www.qlogic.com
6626 S:      Supported
6627 F:      drivers/net/ethernet/qlogic/netxen/
6628
6629 NFC SUBSYSTEM
6630 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6631 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6632 M:      Samuel Ortiz <sameo@linux.intel.com>
6633 L:      linux-wireless@vger.kernel.org
6634 L:      linux-nfc@lists.01.org (subscribers-only)
6635 S:      Supported
6636 F:      net/nfc/
6637 F:      include/net/nfc/
6638 F:      include/uapi/linux/nfc.h
6639 F:      drivers/nfc/
6640 F:      include/linux/platform_data/pn544.h
6641 F:      Documentation/devicetree/bindings/net/nfc/
6642
6643 NFS, SUNRPC, AND LOCKD CLIENTS
6644 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6645 L:      linux-nfs@vger.kernel.org
6646 W:      http://client.linux-nfs.org
6647 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6648 S:      Maintained
6649 F:      fs/lockd/
6650 F:      fs/nfs/
6651 F:      fs/nfs_common/
6652 F:      net/sunrpc/
6653 F:      include/linux/lockd/
6654 F:      include/linux/nfs*
6655 F:      include/linux/sunrpc/
6656 F:      include/uapi/linux/nfs*
6657 F:      include/uapi/linux/sunrpc/
6658
6659 NILFS2 FILESYSTEM
6660 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6661 L:      linux-nilfs@vger.kernel.org
6662 W:      http://nilfs.sourceforge.net/
6663 T:      git git://github.com/konis/nilfs2.git
6664 S:      Supported
6665 F:      Documentation/filesystems/nilfs2.txt
6666 F:      fs/nilfs2/
6667 F:      include/linux/nilfs2_fs.h
6668
6669 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6670 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6671 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6672 S:      Maintained
6673 F:      Documentation/scsi/NinjaSCSI.txt
6674 F:      drivers/scsi/pcmcia/nsp_*
6675
6676 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6677 M:      GOTO Masanori <gotom@debian.or.jp>
6678 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6679 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6680 S:      Maintained
6681 F:      Documentation/scsi/NinjaSCSI.txt
6682 F:      drivers/scsi/nsp32*
6683
6684 NIOS2 ARCHITECTURE
6685 M:      Ley Foon Tan <lftan@altera.com>
6686 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6687 T:      git git://git.rocketboards.org/linux-socfpga.git
6688 S:      Maintained
6689 F:      arch/nios2/
6690
6691 NTB DRIVER
6692 M:      Jon Mason <jdmason@kudzu.us>
6693 M:      Dave Jiang <dave.jiang@intel.com>
6694 S:      Supported
6695 W:      https://github.com/jonmason/ntb/wiki
6696 T:      git git://github.com/jonmason/ntb.git
6697 F:      drivers/ntb/
6698 F:      drivers/net/ntb_netdev.c
6699 F:      include/linux/ntb.h
6700
6701 NTFS FILESYSTEM
6702 M:      Anton Altaparmakov <anton@tuxera.com>
6703 L:      linux-ntfs-dev@lists.sourceforge.net
6704 W:      http://www.tuxera.com/
6705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6706 S:      Supported
6707 F:      Documentation/filesystems/ntfs.txt
6708 F:      fs/ntfs/
6709
6710 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6711 M:      Antonino Daplas <adaplas@gmail.com>
6712 L:      linux-fbdev@vger.kernel.org
6713 S:      Maintained
6714 F:      drivers/video/fbdev/riva/
6715 F:      drivers/video/fbdev/nvidia/
6716
6717 NVM EXPRESS DRIVER
6718 M:      Matthew Wilcox <willy@linux.intel.com>
6719 L:      linux-nvme@lists.infradead.org
6720 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6721 S:      Supported
6722 F:      drivers/block/nvme*
6723 F:      include/linux/nvme.h
6724
6725 NXP TDA998X DRM DRIVER
6726 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6727 S:      Supported
6728 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6729 F:      include/drm/i2c/tda998x.h
6730
6731 NXP TFA9879 DRIVER
6732 M:      Peter Rosin <peda@axentia.se>
6733 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6734 S:      Maintained
6735 F:      sound/soc/codecs/tfa9879*
6736
6737 OMAP SUPPORT
6738 M:      Tony Lindgren <tony@atomide.com>
6739 L:      linux-omap@vger.kernel.org
6740 W:      http://www.muru.com/linux/omap/
6741 W:      http://linux.omap.com/
6742 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6744 S:      Maintained
6745 F:      arch/arm/*omap*/
6746 F:      drivers/i2c/busses/i2c-omap.c
6747 F:      drivers/irqchip/irq-omap-intc.c
6748 F:      drivers/mfd/*omap*.c
6749 F:      drivers/mfd/menelaus.c
6750 F:      drivers/mfd/palmas.c
6751 F:      drivers/mfd/tps65217.c
6752 F:      drivers/mfd/tps65218.c
6753 F:      drivers/mfd/tps65910.c
6754 F:      drivers/mfd/twl-core.[ch]
6755 F:      drivers/mfd/twl4030*.c
6756 F:      drivers/mfd/twl6030*.c
6757 F:      drivers/mfd/twl6040*.c
6758 F:      drivers/regulator/palmas-regulator*.c
6759 F:      drivers/regulator/pbias-regulator.c
6760 F:      drivers/regulator/tps65217-regulator.c
6761 F:      drivers/regulator/tps65218-regulator.c
6762 F:      drivers/regulator/tps65910-regulator.c
6763 F:      drivers/regulator/twl-regulator.c
6764 F:      include/linux/i2c-omap.h
6765
6766 OMAP DEVICE TREE SUPPORT
6767 M:      Benoît Cousson <bcousson@baylibre.com>
6768 M:      Tony Lindgren <tony@atomide.com>
6769 L:      linux-omap@vger.kernel.org
6770 L:      devicetree@vger.kernel.org
6771 S:      Maintained
6772 F:      arch/arm/boot/dts/*omap*
6773 F:      arch/arm/boot/dts/*am3*
6774 F:      arch/arm/boot/dts/*am4*
6775 F:      arch/arm/boot/dts/*am5*
6776 F:      arch/arm/boot/dts/*dra7*
6777
6778 OMAP CLOCK FRAMEWORK SUPPORT
6779 M:      Paul Walmsley <paul@pwsan.com>
6780 L:      linux-omap@vger.kernel.org
6781 S:      Maintained
6782 F:      arch/arm/*omap*/*clock*
6783
6784 OMAP POWER MANAGEMENT SUPPORT
6785 M:      Kevin Hilman <khilman@deeprootsystems.com>
6786 L:      linux-omap@vger.kernel.org
6787 S:      Maintained
6788 F:      arch/arm/*omap*/*pm*
6789 F:      drivers/cpufreq/omap-cpufreq.c
6790
6791 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6792 M:      Rajendra Nayak <rnayak@ti.com>
6793 M:      Paul Walmsley <paul@pwsan.com>
6794 L:      linux-omap@vger.kernel.org
6795 S:      Maintained
6796 F:      arch/arm/mach-omap2/prm*
6797
6798 OMAP AUDIO SUPPORT
6799 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6800 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6801 L:      alsa-devel@alsa-project.org (subscribers-only)
6802 L:      linux-omap@vger.kernel.org
6803 S:      Maintained
6804 F:      sound/soc/omap/
6805
6806 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6807 M:      Roger Quadros <rogerq@ti.com>
6808 M:      Tony Lindgren <tony@atomide.com>
6809 L:      linux-omap@vger.kernel.org
6810 S:      Maintained
6811 F:      drivers/memory/omap-gpmc.c
6812 F:      arch/arm/mach-omap2/*gpmc*
6813
6814 OMAP FRAMEBUFFER SUPPORT
6815 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6816 L:      linux-fbdev@vger.kernel.org
6817 L:      linux-omap@vger.kernel.org
6818 S:      Maintained
6819 F:      drivers/video/fbdev/omap/
6820
6821 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6822 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6823 L:      linux-omap@vger.kernel.org
6824 L:      linux-fbdev@vger.kernel.org
6825 S:      Maintained
6826 F:      drivers/video/fbdev/omap2/
6827 F:      Documentation/arm/OMAP/DSS
6828
6829 OMAP HARDWARE SPINLOCK SUPPORT
6830 M:      Ohad Ben-Cohen <ohad@wizery.com>
6831 L:      linux-omap@vger.kernel.org
6832 S:      Maintained
6833 F:      drivers/hwspinlock/omap_hwspinlock.c
6834 F:      arch/arm/mach-omap2/hwspinlock.c
6835
6836 OMAP MMC SUPPORT
6837 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6838 L:      linux-omap@vger.kernel.org
6839 S:      Maintained
6840 F:      drivers/mmc/host/omap.c
6841
6842 OMAP HS MMC SUPPORT
6843 L:      linux-mmc@vger.kernel.org
6844 L:      linux-omap@vger.kernel.org
6845 S:      Orphan
6846 F:      drivers/mmc/host/omap_hsmmc.c
6847
6848 OMAP RANDOM NUMBER GENERATOR SUPPORT
6849 M:      Deepak Saxena <dsaxena@plexity.net>
6850 S:      Maintained
6851 F:      drivers/char/hw_random/omap-rng.c
6852
6853 OMAP HWMOD SUPPORT
6854 M:      Benoît Cousson <bcousson@baylibre.com>
6855 M:      Paul Walmsley <paul@pwsan.com>
6856 L:      linux-omap@vger.kernel.org
6857 S:      Maintained
6858 F:      arch/arm/mach-omap2/omap_hwmod.*
6859
6860 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6861 M:      Benoît Cousson <bcousson@baylibre.com>
6862 L:      linux-omap@vger.kernel.org
6863 S:      Maintained
6864 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6865
6866 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6867 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6868 L:      linux-media@vger.kernel.org
6869 S:      Maintained
6870 F:      drivers/media/platform/omap3isp/
6871 F:      drivers/staging/media/omap4iss/
6872
6873 OMAP USB SUPPORT
6874 M:      Felipe Balbi <balbi@ti.com>
6875 L:      linux-usb@vger.kernel.org
6876 L:      linux-omap@vger.kernel.org
6877 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6878 S:      Maintained
6879 F:      drivers/usb/*/*omap*
6880 F:      arch/arm/*omap*/usb*
6881
6882 OMAP GPIO DRIVER
6883 M:      Javier Martinez Canillas <javier@dowhile0.org>
6884 M:      Santosh Shilimkar <ssantosh@kernel.org>
6885 M:      Kevin Hilman <khilman@deeprootsystems.com>
6886 L:      linux-omap@vger.kernel.org
6887 S:      Maintained
6888 F:      drivers/gpio/gpio-omap.c
6889
6890 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6891 M:      Mark Jackson <mpfj@newflow.co.uk>
6892 L:      linux-omap@vger.kernel.org
6893 S:      Maintained
6894 F:      arch/arm/boot/dts/am335x-nano.dts
6895
6896 OMFS FILESYSTEM
6897 M:      Bob Copeland <me@bobcopeland.com>
6898 L:      linux-karma-devel@lists.sourceforge.net
6899 S:      Maintained
6900 F:      Documentation/filesystems/omfs.txt
6901 F:      fs/omfs/
6902
6903 OMNIKEY CARDMAN 4000 DRIVER
6904 M:      Harald Welte <laforge@gnumonks.org>
6905 S:      Maintained
6906 F:      drivers/char/pcmcia/cm4000_cs.c
6907 F:      include/linux/cm4000_cs.h
6908 F:      include/uapi/linux/cm4000_cs.h
6909
6910 OMNIKEY CARDMAN 4040 DRIVER
6911 M:      Harald Welte <laforge@gnumonks.org>
6912 S:      Maintained
6913 F:      drivers/char/pcmcia/cm4040_cs.*
6914
6915 OMNIVISION OV7670 SENSOR DRIVER
6916 M:      Jonathan Corbet <corbet@lwn.net>
6917 L:      linux-media@vger.kernel.org
6918 T:      git git://linuxtv.org/media_tree.git
6919 S:      Maintained
6920 F:      drivers/media/i2c/ov7670.c
6921
6922 ONENAND FLASH DRIVER
6923 M:      Kyungmin Park <kyungmin.park@samsung.com>
6924 L:      linux-mtd@lists.infradead.org
6925 S:      Maintained
6926 F:      drivers/mtd/onenand/
6927 F:      include/linux/mtd/onenand*.h
6928
6929 ONSTREAM SCSI TAPE DRIVER
6930 M:      Willem Riede <osst@riede.org>
6931 L:      osst-users@lists.sourceforge.net
6932 L:      linux-scsi@vger.kernel.org
6933 S:      Maintained
6934 F:      Documentation/scsi/osst.txt
6935 F:      drivers/scsi/osst.*
6936 F:      drivers/scsi/osst_*.h
6937 F:      drivers/scsi/st.h
6938
6939 OPENCORES I2C BUS DRIVER
6940 M:      Peter Korsgaard <jacmet@sunsite.dk>
6941 L:      linux-i2c@vger.kernel.org
6942 S:      Maintained
6943 F:      Documentation/i2c/busses/i2c-ocores
6944 F:      drivers/i2c/busses/i2c-ocores.c
6945
6946 OPEN FIRMWARE AND FLATTENED DEVICE TREE
6947 M:      Grant Likely <grant.likely@linaro.org>
6948 M:      Rob Herring <robh+dt@kernel.org>
6949 L:      devicetree@vger.kernel.org
6950 W:      http://fdt.secretlab.ca
6951 T:      git git://git.secretlab.ca/git/linux-2.6.git
6952 S:      Maintained
6953 F:      drivers/of/
6954 F:      include/linux/of*.h
6955 F:      scripts/dtc/
6956 K:      of_get_property
6957 K:      of_match_table
6958
6959 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
6960 M:      Rob Herring <robh+dt@kernel.org>
6961 M:      Pawel Moll <pawel.moll@arm.com>
6962 M:      Mark Rutland <mark.rutland@arm.com>
6963 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
6964 M:      Kumar Gala <galak@codeaurora.org>
6965 L:      devicetree@vger.kernel.org
6966 S:      Maintained
6967 F:      Documentation/devicetree/
6968 F:      arch/*/boot/dts/
6969 F:      include/dt-bindings/
6970
6971 OPENRISC ARCHITECTURE
6972 M:      Jonas Bonn <jonas@southpole.se>
6973 W:      http://openrisc.net
6974 L:      linux@lists.openrisc.net (moderated for non-subscribers)
6975 S:      Maintained
6976 T:      git git://openrisc.net/~jonas/linux
6977 F:      arch/openrisc/
6978
6979 OPENVSWITCH
6980 M:      Pravin Shelar <pshelar@nicira.com>
6981 L:      dev@openvswitch.org
6982 W:      http://openvswitch.org
6983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
6984 S:      Maintained
6985 F:      net/openvswitch/
6986
6987 OPL4 DRIVER
6988 M:      Clemens Ladisch <clemens@ladisch.de>
6989 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6990 T:      git git://git.alsa-project.org/alsa-kernel.git
6991 S:      Maintained
6992 F:      sound/drivers/opl4/
6993
6994 OPROFILE
6995 M:      Robert Richter <rric@kernel.org>
6996 L:      oprofile-list@lists.sf.net
6997 S:      Maintained
6998 F:      arch/*/include/asm/oprofile*.h
6999 F:      arch/*/oprofile/
7000 F:      drivers/oprofile/
7001 F:      include/linux/oprofile.h
7002
7003 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7004 M:      Mark Fasheh <mfasheh@suse.com>
7005 M:      Joel Becker <jlbec@evilplan.org>
7006 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7007 W:      http://oss.oracle.com/projects/ocfs2/
7008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7009 S:      Supported
7010 F:      Documentation/filesystems/ocfs2.txt
7011 F:      Documentation/filesystems/dlmfs.txt
7012 F:      fs/ocfs2/
7013
7014 ORINOCO DRIVER
7015 L:      linux-wireless@vger.kernel.org
7016 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7017 W:      http://www.nongnu.org/orinoco/
7018 S:      Orphan
7019 F:      drivers/net/wireless/orinoco/
7020
7021 OSD LIBRARY and FILESYSTEM
7022 M:      Boaz Harrosh <ooo@electrozaur.com>
7023 M:      Benny Halevy <bhalevy@primarydata.com>
7024 L:      osd-dev@open-osd.org
7025 W:      http://open-osd.org
7026 T:      git git://git.open-osd.org/open-osd.git
7027 S:      Maintained
7028 F:      drivers/scsi/osd/
7029 F:      include/scsi/osd_*
7030 F:      fs/exofs/
7031
7032 OVERLAY FILESYSTEM
7033 M:      Miklos Szeredi <miklos@szeredi.hu>
7034 L:      linux-unionfs@vger.kernel.org
7035 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7036 S:      Supported
7037 F:      fs/overlayfs/
7038 F:      Documentation/filesystems/overlayfs.txt
7039
7040 P54 WIRELESS DRIVER
7041 M:      Christian Lamparter <chunkeey@googlemail.com>
7042 L:      linux-wireless@vger.kernel.org
7043 W:      http://wireless.kernel.org/en/users/Drivers/p54
7044 S:      Maintained
7045 F:      drivers/net/wireless/p54/
7046
7047 PA SEMI ETHERNET DRIVER
7048 M:      Olof Johansson <olof@lixom.net>
7049 L:      netdev@vger.kernel.org
7050 S:      Maintained
7051 F:      drivers/net/ethernet/pasemi/*
7052
7053 PA SEMI SMBUS DRIVER
7054 M:      Olof Johansson <olof@lixom.net>
7055 L:      linux-i2c@vger.kernel.org
7056 S:      Maintained
7057 F:      drivers/i2c/busses/i2c-pasemi.c
7058
7059 PADATA PARALLEL EXECUTION MECHANISM
7060 M:      Steffen Klassert <steffen.klassert@secunet.com>
7061 L:      linux-crypto@vger.kernel.org
7062 S:      Maintained
7063 F:      kernel/padata.c
7064 F:      include/linux/padata.h
7065 F:      Documentation/padata.txt
7066
7067 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7068 M:      Harald Welte <laforge@gnumonks.org>
7069 L:      platform-driver-x86@vger.kernel.org
7070 S:      Maintained
7071 F:      drivers/platform/x86/panasonic-laptop.c
7072
7073 PANASONIC MN10300/AM33/AM34 PORT
7074 M:      David Howells <dhowells@redhat.com>
7075 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7076 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7077 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7078 S:      Maintained
7079 F:      Documentation/mn10300/
7080 F:      arch/mn10300/
7081
7082 PARALLEL PORT SUPPORT
7083 L:      linux-parport@lists.infradead.org (subscribers-only)
7084 S:      Orphan
7085 F:      drivers/parport/
7086 F:      include/linux/parport*.h
7087 F:      drivers/char/ppdev.c
7088 F:      include/uapi/linux/ppdev.h
7089
7090 PARAVIRT_OPS INTERFACE
7091 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7092 M:      Chris Wright <chrisw@sous-sol.org>
7093 M:      Alok Kataria <akataria@vmware.com>
7094 M:      Rusty Russell <rusty@rustcorp.com.au>
7095 L:      virtualization@lists.linux-foundation.org
7096 S:      Supported
7097 F:      Documentation/ia64/paravirt_ops.txt
7098 F:      arch/*/kernel/paravirt*
7099 F:      arch/*/include/asm/paravirt.h
7100
7101 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7102 M:      Tim Waugh <tim@cyberelk.net>
7103 L:      linux-parport@lists.infradead.org (subscribers-only)
7104 W:      http://www.torque.net/linux-pp.html
7105 S:      Maintained
7106 F:      Documentation/blockdev/paride.txt
7107 F:      drivers/block/paride/
7108
7109 PARISC ARCHITECTURE
7110 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7111 M:      Helge Deller <deller@gmx.de>
7112 L:      linux-parisc@vger.kernel.org
7113 W:      http://www.parisc-linux.org/
7114 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7117 S:      Maintained
7118 F:      arch/parisc/
7119 F:      Documentation/parisc/
7120 F:      drivers/parisc/
7121 F:      drivers/char/agp/parisc-agp.c
7122 F:      drivers/input/serio/gscps2.c
7123 F:      drivers/parport/parport_gsc.*
7124 F:      drivers/tty/serial/8250/8250_gsc.c
7125 F:      drivers/video/fbdev/sti*
7126 F:      drivers/video/console/sti*
7127 F:      drivers/video/logo/logo_parisc*
7128
7129 PC87360 HARDWARE MONITORING DRIVER
7130 M:      Jim Cromie <jim.cromie@gmail.com>
7131 L:      lm-sensors@lm-sensors.org
7132 S:      Maintained
7133 F:      Documentation/hwmon/pc87360
7134 F:      drivers/hwmon/pc87360.c
7135
7136 PC8736x GPIO DRIVER
7137 M:      Jim Cromie <jim.cromie@gmail.com>
7138 S:      Maintained
7139 F:      drivers/char/pc8736x_gpio.c
7140
7141 PC87427 HARDWARE MONITORING DRIVER
7142 M:      Jean Delvare <jdelvare@suse.de>
7143 L:      lm-sensors@lm-sensors.org
7144 S:      Maintained
7145 F:      Documentation/hwmon/pc87427
7146 F:      drivers/hwmon/pc87427.c
7147
7148 PCA9532 LED DRIVER
7149 M:      Riku Voipio <riku.voipio@iki.fi>
7150 S:      Maintained
7151 F:      drivers/leds/leds-pca9532.c
7152 F:      include/linux/leds-pca9532.h
7153
7154 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7155 M:      Guenter Roeck <linux@roeck-us.net>
7156 L:      linux-i2c@vger.kernel.org
7157 S:      Maintained
7158 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7159
7160 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7161 M:      Khalid Aziz <khalid@gonehiking.org>
7162 S:      Maintained
7163 F:      drivers/firmware/pcdp.*
7164
7165 PCI ERROR RECOVERY
7166 M:      Linas Vepstas <linasvepstas@gmail.com>
7167 L:      linux-pci@vger.kernel.org
7168 S:      Supported
7169 F:      Documentation/PCI/pci-error-recovery.txt
7170
7171 PCI SUBSYSTEM
7172 M:      Bjorn Helgaas <bhelgaas@google.com>
7173 L:      linux-pci@vger.kernel.org
7174 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7175 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7176 S:      Supported
7177 F:      Documentation/PCI/
7178 F:      drivers/pci/
7179 F:      include/linux/pci*
7180 F:      arch/x86/pci/
7181 F:      arch/x86/kernel/quirks.c
7182
7183 PCI DRIVER FOR APPLIEDMICRO XGENE
7184 M:      Tanmay Inamdar <tinamdar@apm.com>
7185 L:      linux-pci@vger.kernel.org
7186 L:      linux-arm-kernel@lists.infradead.org
7187 S:      Maintained
7188 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7189 F:      drivers/pci/host/pci-xgene.c
7190
7191 PCI DRIVER FOR FREESCALE LAYERSCAPE
7192 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7193 M:      Mingkai Hu <mingkai.hu@freescale.com>
7194 M:      Roy Zang <tie-fei.zang@freescale.com>
7195 L:      linuxppc-dev@lists.ozlabs.org
7196 L:      linux-pci@vger.kernel.org
7197 L:      linux-arm-kernel@lists.infradead.org
7198 S:      Maintained
7199 F:      drivers/pci/host/*layerscape*
7200
7201 PCI DRIVER FOR IMX6
7202 M:      Richard Zhu <r65037@freescale.com>
7203 M:      Lucas Stach <l.stach@pengutronix.de>
7204 L:      linux-pci@vger.kernel.org
7205 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7206 S:      Maintained
7207 F:      drivers/pci/host/*imx6*
7208
7209 PCI DRIVER FOR TI KEYSTONE
7210 M:      Murali Karicheri <m-karicheri2@ti.com>
7211 L:      linux-pci@vger.kernel.org
7212 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7213 S:      Maintained
7214 F:      drivers/pci/host/*keystone*
7215
7216 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7217 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7218 M:      Jason Cooper <jason@lakedaemon.net>
7219 L:      linux-pci@vger.kernel.org
7220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7221 S:      Maintained
7222 F:      drivers/pci/host/*mvebu*
7223
7224 PCI DRIVER FOR NVIDIA TEGRA
7225 M:      Thierry Reding <thierry.reding@gmail.com>
7226 L:      linux-tegra@vger.kernel.org
7227 L:      linux-pci@vger.kernel.org
7228 S:      Supported
7229 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7230 F:      drivers/pci/host/pci-tegra.c
7231
7232 PCI DRIVER FOR TI DRA7XX
7233 M:      Kishon Vijay Abraham I <kishon@ti.com>
7234 L:      linux-omap@vger.kernel.org
7235 L:      linux-pci@vger.kernel.org
7236 S:      Supported
7237 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7238 F:      drivers/pci/host/pci-dra7xx.c
7239
7240 PCI DRIVER FOR RENESAS R-CAR
7241 M:      Simon Horman <horms@verge.net.au>
7242 L:      linux-pci@vger.kernel.org
7243 L:      linux-sh@vger.kernel.org
7244 S:      Maintained
7245 F:      drivers/pci/host/*rcar*
7246
7247 PCI DRIVER FOR SAMSUNG EXYNOS
7248 M:      Jingoo Han <jg1.han@samsung.com>
7249 L:      linux-pci@vger.kernel.org
7250 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7251 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7252 S:      Maintained
7253 F:      drivers/pci/host/pci-exynos.c
7254
7255 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7256 M:      Mohit Kumar <mohit.kumar@st.com>
7257 M:      Jingoo Han <jg1.han@samsung.com>
7258 L:      linux-pci@vger.kernel.org
7259 S:      Maintained
7260 F:      drivers/pci/host/*designware*
7261
7262 PCI DRIVER FOR GENERIC OF HOSTS
7263 M:      Will Deacon <will.deacon@arm.com>
7264 L:      linux-pci@vger.kernel.org
7265 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7266 S:      Maintained
7267 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7268 F:      drivers/pci/host/pci-host-generic.c
7269
7270 PCIE DRIVER FOR ST SPEAR13XX
7271 M:      Mohit Kumar <mohit.kumar@st.com>
7272 L:      linux-pci@vger.kernel.org
7273 S:      Maintained
7274 F:      drivers/pci/host/*spear*
7275
7276 PCMCIA SUBSYSTEM
7277 P:      Linux PCMCIA Team
7278 L:      linux-pcmcia@lists.infradead.org
7279 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7281 S:      Maintained
7282 F:      Documentation/pcmcia/
7283 F:      drivers/pcmcia/
7284 F:      include/pcmcia/
7285
7286 PCNET32 NETWORK DRIVER
7287 M:      Don Fry <pcnet32@frontier.com>
7288 L:      netdev@vger.kernel.org
7289 S:      Maintained
7290 F:      drivers/net/ethernet/amd/pcnet32.c
7291
7292 PCRYPT PARALLEL CRYPTO ENGINE
7293 M:      Steffen Klassert <steffen.klassert@secunet.com>
7294 L:      linux-crypto@vger.kernel.org
7295 S:      Maintained
7296 F:      crypto/pcrypt.c
7297 F:      include/crypto/pcrypt.h
7298
7299 PER-CPU MEMORY ALLOCATOR
7300 M:      Tejun Heo <tj@kernel.org>
7301 M:      Christoph Lameter <cl@linux-foundation.org>
7302 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7303 S:      Maintained
7304 F:      include/linux/percpu*.h
7305 F:      mm/percpu*.c
7306 F:      arch/*/include/asm/percpu.h
7307
7308 PER-TASK DELAY ACCOUNTING
7309 M:      Balbir Singh <bsingharora@gmail.com>
7310 S:      Maintained
7311 F:      include/linux/delayacct.h
7312 F:      kernel/delayacct.c
7313
7314 PERFORMANCE EVENTS SUBSYSTEM
7315 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7316 M:      Paul Mackerras <paulus@samba.org>
7317 M:      Ingo Molnar <mingo@redhat.com>
7318 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7319 L:      linux-kernel@vger.kernel.org
7320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7321 S:      Supported
7322 F:      kernel/events/*
7323 F:      include/linux/perf_event.h
7324 F:      include/uapi/linux/perf_event.h
7325 F:      arch/*/kernel/perf_event*.c
7326 F:      arch/*/kernel/*/perf_event*.c
7327 F:      arch/*/kernel/*/*/perf_event*.c
7328 F:      arch/*/include/asm/perf_event.h
7329 F:      arch/*/kernel/perf_callchain.c
7330 F:      tools/perf/
7331
7332 PERSONALITY HANDLING
7333 M:      Christoph Hellwig <hch@infradead.org>
7334 L:      linux-abi-devel@lists.sourceforge.net
7335 S:      Maintained
7336 F:      include/linux/personality.h
7337 F:      include/uapi/linux/personality.h
7338
7339 PHONET PROTOCOL
7340 M:      Remi Denis-Courmont <courmisch@gmail.com>
7341 S:      Supported
7342 F:      Documentation/networking/phonet.txt
7343 F:      include/linux/phonet.h
7344 F:      include/net/phonet/
7345 F:      include/uapi/linux/phonet.h
7346 F:      net/phonet/
7347
7348 PHRAM MTD DRIVER
7349 M:      Joern Engel <joern@lazybastard.org>
7350 L:      linux-mtd@lists.infradead.org
7351 S:      Maintained
7352 F:      drivers/mtd/devices/phram.c
7353
7354 PICOLCD HID DRIVER
7355 M:      Bruno Prémont <bonbons@linux-vserver.org>
7356 L:      linux-input@vger.kernel.org
7357 S:      Maintained
7358 F:      drivers/hid/hid-picolcd*
7359
7360 PICOXCELL SUPPORT
7361 M:      Jamie Iles <jamie@jamieiles.com>
7362 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7363 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7364 S:      Supported
7365 F:      arch/arm/boot/dts/picoxcell*
7366 F:      arch/arm/mach-picoxcell/
7367 F:      drivers/crypto/picoxcell*
7368
7369 PIN CONTROL SUBSYSTEM
7370 M:      Linus Walleij <linus.walleij@linaro.org>
7371 L:      linux-gpio@vger.kernel.org
7372 S:      Maintained
7373 F:      drivers/pinctrl/
7374 F:      include/linux/pinctrl/
7375
7376 PIN CONTROLLER - ATMEL AT91
7377 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7378 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7379 S:      Maintained
7380 F:      drivers/pinctrl/pinctrl-at91.*
7381
7382 PIN CONTROLLER - INTEL
7383 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7384 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7385 S:      Maintained
7386 F:      drivers/pinctrl/intel/
7387
7388 PIN CONTROLLER - RENESAS
7389 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7390 L:      linux-sh@vger.kernel.org
7391 S:      Maintained
7392 F:      drivers/pinctrl/sh-pfc/
7393
7394 PIN CONTROLLER - SAMSUNG
7395 M:      Tomasz Figa <tomasz.figa@gmail.com>
7396 M:      Thomas Abraham <thomas.abraham@linaro.org>
7397 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7398 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7399 S:      Maintained
7400 F:      drivers/pinctrl/samsung/
7401
7402 PIN CONTROLLER - ST SPEAR
7403 M:      Viresh Kumar <viresh.linux@gmail.com>
7404 L:      spear-devel@list.st.com
7405 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7406 W:      http://www.st.com/spear
7407 S:      Maintained
7408 F:      drivers/pinctrl/spear/
7409
7410 PKTCDVD DRIVER
7411 M:      Jiri Kosina <jkosina@suse.cz>
7412 S:      Maintained
7413 F:      drivers/block/pktcdvd.c
7414 F:      include/linux/pktcdvd.h
7415 F:      include/uapi/linux/pktcdvd.h
7416
7417 PKUNITY SOC DRIVERS
7418 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7419 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7420 S:      Maintained
7421 T:      git git://github.com/gxt/linux.git
7422 F:      drivers/input/serio/i8042-unicore32io.h
7423 F:      drivers/i2c/busses/i2c-puv3.c
7424 F:      drivers/video/fbdev/fb-puv3.c
7425 F:      drivers/rtc/rtc-puv3.c
7426
7427 PMBUS HARDWARE MONITORING DRIVERS
7428 M:      Guenter Roeck <linux@roeck-us.net>
7429 L:      lm-sensors@lm-sensors.org
7430 W:      http://www.lm-sensors.org/
7431 W:      http://www.roeck-us.net/linux/drivers/
7432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7433 S:      Maintained
7434 F:      Documentation/hwmon/pmbus
7435 F:      drivers/hwmon/pmbus/
7436 F:      include/linux/i2c/pmbus.h
7437
7438 PMC SIERRA MaxRAID DRIVER
7439 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7440 L:      linux-scsi@vger.kernel.org
7441 W:      http://www.pmc-sierra.com/
7442 S:      Supported
7443 F:      drivers/scsi/pmcraid.*
7444
7445 PMC SIERRA PM8001 DRIVER
7446 M:      xjtuwjp@gmail.com
7447 M:      lindar_liu@usish.com
7448 L:      pmchba@pmcs.com
7449 L:      linux-scsi@vger.kernel.org
7450 S:      Supported
7451 F:      drivers/scsi/pm8001/
7452
7453 POSIX CLOCKS and TIMERS
7454 M:      Thomas Gleixner <tglx@linutronix.de>
7455 L:      linux-kernel@vger.kernel.org
7456 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7457 S:      Maintained
7458 F:      fs/timerfd.c
7459 F:      include/linux/timer*
7460 F:      kernel/time/*timer*
7461
7462 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7463 M:      Sebastian Reichel <sre@kernel.org>
7464 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7465 M:      David Woodhouse <dwmw2@infradead.org>
7466 L:      linux-pm@vger.kernel.org
7467 T:      git git://git.infradead.org/battery-2.6.git
7468 S:      Maintained
7469 F:      include/linux/power_supply.h
7470 F:      drivers/power/
7471
7472 PNP SUPPORT
7473 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7474 S:      Maintained
7475 F:      drivers/pnp/
7476
7477 PNXxxxx I2C DRIVER
7478 M:      Vitaly Wool <vitalywool@gmail.com>
7479 L:      linux-i2c@vger.kernel.org
7480 S:      Maintained
7481 F:      drivers/i2c/busses/i2c-pnx.c
7482
7483 PPP PROTOCOL DRIVERS AND COMPRESSORS
7484 M:      Paul Mackerras <paulus@samba.org>
7485 L:      linux-ppp@vger.kernel.org
7486 S:      Maintained
7487 F:      drivers/net/ppp/ppp_*
7488
7489 PPP OVER ATM (RFC 2364)
7490 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7491 S:      Maintained
7492 F:      net/atm/pppoatm.c
7493 F:      include/uapi/linux/atmppp.h
7494
7495 PPP OVER ETHERNET
7496 M:      Michal Ostrowski <mostrows@earthlink.net>
7497 S:      Maintained
7498 F:      drivers/net/ppp/pppoe.c
7499 F:      drivers/net/ppp/pppox.c
7500
7501 PPP OVER L2TP
7502 M:      James Chapman <jchapman@katalix.com>
7503 S:      Maintained
7504 F:      net/l2tp/l2tp_ppp.c
7505 F:      include/linux/if_pppol2tp.h
7506 F:      include/uapi/linux/if_pppol2tp.h
7507
7508 PPS SUPPORT
7509 M:      Rodolfo Giometti <giometti@enneenne.com>
7510 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7511 L:      linuxpps@ml.enneenne.com (subscribers-only)
7512 S:      Maintained
7513 F:      Documentation/pps/
7514 F:      drivers/pps/
7515 F:      include/linux/pps*.h
7516
7517 PPTP DRIVER
7518 M:      Dmitry Kozlov <xeb@mail.ru>
7519 L:      netdev@vger.kernel.org
7520 S:      Maintained
7521 F:      drivers/net/ppp/pptp.c
7522 W:      http://sourceforge.net/projects/accel-pptp
7523
7524 PREEMPTIBLE KERNEL
7525 M:      Robert Love <rml@tech9.net>
7526 L:      kpreempt-tech@lists.sourceforge.net
7527 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7528 S:      Supported
7529 F:      Documentation/preempt-locking.txt
7530 F:      include/linux/preempt.h
7531
7532 PRISM54 WIRELESS DRIVER
7533 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7534 L:      linux-wireless@vger.kernel.org
7535 W:      http://wireless.kernel.org/en/users/Drivers/p54
7536 S:      Obsolete
7537 F:      drivers/net/wireless/prism54/
7538
7539 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
7540 M:      Mikael Pettersson <mikpelinux@gmail.com>
7541 L:      linux-ide@vger.kernel.org
7542 S:      Maintained
7543 F:      drivers/ata/sata_promise.*
7544
7545 PS3 NETWORK SUPPORT
7546 M:      Geoff Levand <geoff@infradead.org>
7547 L:      netdev@vger.kernel.org
7548 L:      cbe-oss-dev@lists.ozlabs.org
7549 S:      Maintained
7550 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7551
7552 PS3 PLATFORM SUPPORT
7553 M:      Geoff Levand <geoff@infradead.org>
7554 L:      linuxppc-dev@lists.ozlabs.org
7555 L:      cbe-oss-dev@lists.ozlabs.org
7556 S:      Maintained
7557 F:      arch/powerpc/boot/ps3*
7558 F:      arch/powerpc/include/asm/lv1call.h
7559 F:      arch/powerpc/include/asm/ps3*.h
7560 F:      arch/powerpc/platforms/ps3/
7561 F:      drivers/*/ps3*
7562 F:      drivers/ps3/
7563 F:      drivers/rtc/rtc-ps3.c
7564 F:      drivers/usb/host/*ps3.c
7565 F:      sound/ppc/snd_ps3*
7566
7567 PS3VRAM DRIVER
7568 M:      Jim Paris <jim@jtan.com>
7569 L:      cbe-oss-dev@lists.ozlabs.org
7570 S:      Maintained
7571 F:      drivers/block/ps3vram.c
7572
7573 PSTORE FILESYSTEM
7574 M:      Anton Vorontsov <anton@enomsg.org>
7575 M:      Colin Cross <ccross@android.com>
7576 M:      Kees Cook <keescook@chromium.org>
7577 M:      Tony Luck <tony.luck@intel.com>
7578 S:      Maintained
7579 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7580 F:      fs/pstore/
7581 F:      include/linux/pstore*
7582 F:      drivers/firmware/efi/efi-pstore.c
7583 F:      drivers/acpi/apei/erst.c
7584
7585 PTP HARDWARE CLOCK SUPPORT
7586 M:      Richard Cochran <richardcochran@gmail.com>
7587 L:      netdev@vger.kernel.org
7588 S:      Maintained
7589 W:      http://linuxptp.sourceforge.net/
7590 F:      Documentation/ABI/testing/sysfs-ptp
7591 F:      Documentation/ptp/*
7592 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7593 F:      drivers/net/phy/dp83640*
7594 F:      drivers/ptp/*
7595 F:      include/linux/ptp_cl*
7596
7597 PTRACE SUPPORT
7598 M:      Roland McGrath <roland@hack.frob.com>
7599 M:      Oleg Nesterov <oleg@redhat.com>
7600 S:      Maintained
7601 F:      include/asm-generic/syscall.h
7602 F:      include/linux/ptrace.h
7603 F:      include/linux/regset.h
7604 F:      include/linux/tracehook.h
7605 F:      include/uapi/linux/ptrace.h
7606 F:      kernel/ptrace.c
7607
7608 PVRUSB2 VIDEO4LINUX DRIVER
7609 M:      Mike Isely <isely@pobox.com>
7610 L:      pvrusb2@isely.net       (subscribers-only)
7611 L:      linux-media@vger.kernel.org
7612 W:      http://www.isely.net/pvrusb2/
7613 T:      git git://linuxtv.org/media_tree.git
7614 S:      Maintained
7615 F:      Documentation/video4linux/README.pvrusb2
7616 F:      drivers/media/usb/pvrusb2/
7617
7618 PWC WEBCAM DRIVER
7619 M:      Hans de Goede <hdegoede@redhat.com>
7620 L:      linux-media@vger.kernel.org
7621 T:      git git://linuxtv.org/media_tree.git
7622 S:      Maintained
7623 F:      drivers/media/usb/pwc/*
7624
7625 PWM FAN DRIVER
7626 M:      Kamil Debski <k.debski@samsung.com>
7627 L:      lm-sensors@lm-sensors.org
7628 S:      Supported
7629 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7630 F:      Documentation/hwmon/pwm-fan
7631 F:      drivers/hwmon/pwm-fan.c
7632
7633 PWM SUBSYSTEM
7634 M:      Thierry Reding <thierry.reding@gmail.com>
7635 L:      linux-pwm@vger.kernel.org
7636 S:      Maintained
7637 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7638 F:      Documentation/pwm.txt
7639 F:      Documentation/devicetree/bindings/pwm/
7640 F:      include/linux/pwm.h
7641 F:      drivers/pwm/
7642 F:      drivers/video/backlight/pwm_bl.c
7643 F:      include/linux/pwm_backlight.h
7644
7645 PXA2xx/PXA3xx SUPPORT
7646 M:      Daniel Mack <daniel@zonque.org>
7647 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7648 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7649 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7650 T:      git git://github.com/hzhuang1/linux.git
7651 T:      git git://github.com/rjarzmik/linux.git
7652 S:      Maintained
7653 F:      arch/arm/mach-pxa/
7654 F:      drivers/pcmcia/pxa2xx*
7655 F:      drivers/spi/spi-pxa2xx*
7656 F:      drivers/usb/gadget/udc/pxa2*
7657 F:      include/sound/pxa2xx-lib.h
7658 F:      sound/arm/pxa*
7659 F:      sound/soc/pxa/
7660
7661 PXA3xx NAND FLASH DRIVER
7662 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7663 L:      linux-mtd@lists.infradead.org
7664 S:      Maintained
7665 F:      drivers/mtd/nand/pxa3xx_nand.c
7666
7667 MMP SUPPORT
7668 M:      Eric Miao <eric.y.miao@gmail.com>
7669 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7670 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7671 T:      git git://github.com/hzhuang1/linux.git
7672 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7673 S:      Maintained
7674 F:      arch/arm/mach-mmp/
7675
7676 PXA MMCI DRIVER
7677 S:      Orphan
7678
7679 PXA RTC DRIVER
7680 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7681 L:      rtc-linux@googlegroups.com
7682 S:      Maintained
7683
7684 QAT DRIVER
7685 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7686 L:      qat-linux@intel.com
7687 S:      Supported
7688 F:      drivers/crypto/qat/
7689
7690 QIB DRIVER
7691 M:      Mike Marciniszyn <infinipath@intel.com>
7692 L:      linux-rdma@vger.kernel.org
7693 S:      Supported
7694 F:      drivers/infiniband/hw/qib/
7695
7696 QLOGIC QLA1280 SCSI DRIVER
7697 M:      Michael Reed <mdr@sgi.com>
7698 L:      linux-scsi@vger.kernel.org
7699 S:      Maintained
7700 F:      drivers/scsi/qla1280.[ch]
7701
7702 QLOGIC QLA2XXX FC-SCSI DRIVER
7703 M:      qla2xxx-upstream@qlogic.com
7704 L:      linux-scsi@vger.kernel.org
7705 S:      Supported
7706 F:      Documentation/scsi/LICENSE.qla2xxx
7707 F:      drivers/scsi/qla2xxx/
7708
7709 QLOGIC QLA4XXX iSCSI DRIVER
7710 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
7711 M:      iscsi-driver@qlogic.com
7712 L:      linux-scsi@vger.kernel.org
7713 S:      Supported
7714 F:      Documentation/scsi/LICENSE.qla4xxx
7715 F:      drivers/scsi/qla4xxx/
7716
7717 QLOGIC QLA3XXX NETWORK DRIVER
7718 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7719 M:      Ron Mercer <ron.mercer@qlogic.com>
7720 M:      linux-driver@qlogic.com
7721 L:      netdev@vger.kernel.org
7722 S:      Supported
7723 F:      Documentation/networking/LICENSE.qla3xxx
7724 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7725
7726 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7727 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7728 M:      Dept-GELinuxNICDev@qlogic.com
7729 L:      netdev@vger.kernel.org
7730 S:      Supported
7731 F:      drivers/net/ethernet/qlogic/qlcnic/
7732
7733 QLOGIC QLGE 10Gb ETHERNET DRIVER
7734 M:      Harish Patil <harish.patil@qlogic.com>
7735 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7736 M:      Dept-GELinuxNICDev@qlogic.com
7737 M:      linux-driver@qlogic.com
7738 L:      netdev@vger.kernel.org
7739 S:      Supported
7740 F:      drivers/net/ethernet/qlogic/qlge/
7741
7742 QNX4 FILESYSTEM
7743 M:      Anders Larsen <al@alarsen.net>
7744 W:      http://www.alarsen.net/linux/qnx4fs/
7745 S:      Maintained
7746 F:      fs/qnx4/
7747 F:      include/uapi/linux/qnx4_fs.h
7748 F:      include/uapi/linux/qnxtypes.h
7749
7750 QT1010 MEDIA DRIVER
7751 M:      Antti Palosaari <crope@iki.fi>
7752 L:      linux-media@vger.kernel.org
7753 W:      http://linuxtv.org/
7754 W:      http://palosaari.fi/linux/
7755 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7756 T:      git git://linuxtv.org/anttip/media_tree.git
7757 S:      Maintained
7758 F:      drivers/media/tuners/qt1010*
7759
7760 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7761 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7762 L:      linux-wireless@vger.kernel.org
7763 L:      ath9k-devel@lists.ath9k.org
7764 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7765 S:      Supported
7766 F:      drivers/net/wireless/ath/ath9k/
7767
7768 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7769 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7770 L:      ath10k@lists.infradead.org
7771 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7772 T:      git git://github.com/kvalo/ath.git
7773 S:      Supported
7774 F:      drivers/net/wireless/ath/ath10k/
7775
7776 QUALCOMM HEXAGON ARCHITECTURE
7777 M:      Richard Kuo <rkuo@codeaurora.org>
7778 L:      linux-hexagon@vger.kernel.org
7779 S:      Supported
7780 F:      arch/hexagon/
7781
7782 QUALCOMM WCN36XX WIRELESS DRIVER
7783 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7784 L:      wcn36xx@lists.infradead.org
7785 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7786 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7787 S:      Supported
7788 F:      drivers/net/wireless/ath/wcn36xx/
7789
7790 QUICKCAM PARALLEL PORT WEBCAMS
7791 M:      Hans Verkuil <hverkuil@xs4all.nl>
7792 L:      linux-media@vger.kernel.org
7793 T:      git git://linuxtv.org/media_tree.git
7794 W:      http://linuxtv.org
7795 S:      Odd Fixes
7796 F:      drivers/media/parport/*-qcam*
7797
7798 RADOS BLOCK DEVICE (RBD)
7799 M:      Yehuda Sadeh <yehuda@inktank.com>
7800 M:      Sage Weil <sage@inktank.com>
7801 M:      Alex Elder <elder@kernel.org>
7802 M:      ceph-devel@vger.kernel.org
7803 W:      http://ceph.com/
7804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7805 S:      Supported
7806 F:      drivers/block/rbd.c
7807 F:      drivers/block/rbd_types.h
7808
7809 RADEON FRAMEBUFFER DISPLAY DRIVER
7810 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7811 L:      linux-fbdev@vger.kernel.org
7812 S:      Maintained
7813 F:      drivers/video/fbdev/aty/radeon*
7814 F:      include/uapi/linux/radeonfb.h
7815
7816 RADIOSHARK RADIO DRIVER
7817 M:      Hans de Goede <hdegoede@redhat.com>
7818 L:      linux-media@vger.kernel.org
7819 T:      git git://linuxtv.org/media_tree.git
7820 S:      Maintained
7821 F:      drivers/media/radio/radio-shark.c
7822
7823 RADIOSHARK2 RADIO DRIVER
7824 M:      Hans de Goede <hdegoede@redhat.com>
7825 L:      linux-media@vger.kernel.org
7826 T:      git git://linuxtv.org/media_tree.git
7827 S:      Maintained
7828 F:      drivers/media/radio/radio-shark2.c
7829 F:      drivers/media/radio/radio-tea5777.c
7830
7831 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7832 M:      Paul Mackerras <paulus@samba.org>
7833 L:      linux-fbdev@vger.kernel.org
7834 S:      Maintained
7835 F:      drivers/video/fbdev/aty/aty128fb.c
7836
7837 RALINK RT2X00 WIRELESS LAN DRIVER
7838 P:      rt2x00 project
7839 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7840 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7841 L:      linux-wireless@vger.kernel.org
7842 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7843 W:      http://rt2x00.serialmonkey.com/
7844 S:      Maintained
7845 F:      drivers/net/wireless/rt2x00/
7846
7847 RAMDISK RAM BLOCK DEVICE DRIVER
7848 M:      Nick Piggin <npiggin@kernel.dk>
7849 S:      Maintained
7850 F:      Documentation/blockdev/ramdisk.txt
7851 F:      drivers/block/brd.c
7852
7853 RANDOM NUMBER DRIVER
7854 M:      "Theodore Ts'o" <tytso@mit.edu>
7855 S:      Maintained
7856 F:      drivers/char/random.c
7857
7858 RAPIDIO SUBSYSTEM
7859 M:      Matt Porter <mporter@kernel.crashing.org>
7860 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7861 S:      Maintained
7862 F:      drivers/rapidio/
7863
7864 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7865 L:      linux-wireless@vger.kernel.org
7866 S:      Orphan
7867 F:      drivers/net/wireless/ray*
7868
7869 RCUTORTURE MODULE
7870 M:      Josh Triplett <josh@joshtriplett.org>
7871 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7872 L:      linux-kernel@vger.kernel.org
7873 S:      Supported
7874 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7875 F:      Documentation/RCU/torture.txt
7876 F:      kernel/rcu/rcutorture.c
7877
7878 RCUTORTURE TEST FRAMEWORK
7879 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7880 M:      Josh Triplett <josh@joshtriplett.org>
7881 R:      Steven Rostedt <rostedt@goodmis.org>
7882 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7883 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7884 L:      linux-kernel@vger.kernel.org
7885 S:      Supported
7886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7887 F:      tools/testing/selftests/rcutorture
7888
7889 RDC R-321X SoC
7890 M:      Florian Fainelli <florian@openwrt.org>
7891 S:      Maintained
7892
7893 RDC R6040 FAST ETHERNET DRIVER
7894 M:      Florian Fainelli <florian@openwrt.org>
7895 L:      netdev@vger.kernel.org
7896 S:      Maintained
7897 F:      drivers/net/ethernet/rdc/r6040.c
7898
7899 RDS - RELIABLE DATAGRAM SOCKETS
7900 M:      Chien Yen <chien.yen@oracle.com>
7901 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7902 S:      Supported
7903 F:      net/rds/
7904
7905 READ-COPY UPDATE (RCU)
7906 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7907 M:      Josh Triplett <josh@joshtriplett.org>
7908 R:      Steven Rostedt <rostedt@goodmis.org>
7909 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7910 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7911 L:      linux-kernel@vger.kernel.org
7912 W:      http://www.rdrop.com/users/paulmck/RCU/
7913 S:      Supported
7914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7915 F:      Documentation/RCU/
7916 X:      Documentation/RCU/torture.txt
7917 F:      include/linux/rcu*
7918 X:      include/linux/srcu.h
7919 F:      kernel/rcu/
7920 X:      kernel/torture.c
7921
7922 REAL TIME CLOCK (RTC) SUBSYSTEM
7923 M:      Alessandro Zummo <a.zummo@towertech.it>
7924 L:      rtc-linux@googlegroups.com
7925 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7926 S:      Maintained
7927 F:      Documentation/rtc.txt
7928 F:      drivers/rtc/
7929 F:      include/linux/rtc.h
7930 F:      include/uapi/linux/rtc.h
7931
7932 REALTEK AUDIO CODECS
7933 M:      Bard Liao <bardliao@realtek.com>
7934 M:      Oder Chiou <oder_chiou@realtek.com>
7935 S:      Maintained
7936 F:      sound/soc/codecs/rt*
7937 F:      include/sound/rt*.h
7938
7939 REISERFS FILE SYSTEM
7940 L:      reiserfs-devel@vger.kernel.org
7941 S:      Supported
7942 F:      fs/reiserfs/
7943
7944 REGISTER MAP ABSTRACTION
7945 M:      Mark Brown <broonie@kernel.org>
7946 L:      linux-kernel@vger.kernel.org
7947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7948 S:      Supported
7949 F:      drivers/base/regmap/
7950 F:      include/linux/regmap.h
7951
7952 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
7953 M:      Ohad Ben-Cohen <ohad@wizery.com>
7954 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
7955 S:      Maintained
7956 F:      drivers/remoteproc/
7957 F:      Documentation/remoteproc.txt
7958 F:      include/linux/remoteproc.h
7959
7960 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
7961 M:      Ohad Ben-Cohen <ohad@wizery.com>
7962 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
7963 S:      Maintained
7964 F:      drivers/rpmsg/
7965 F:      Documentation/rpmsg.txt
7966 F:      include/linux/rpmsg.h
7967
7968 RESET CONTROLLER FRAMEWORK
7969 M:      Philipp Zabel <p.zabel@pengutronix.de>
7970 S:      Maintained
7971 F:      drivers/reset/
7972 F:      Documentation/devicetree/bindings/reset/
7973 F:      include/linux/reset.h
7974 F:      include/linux/reset-controller.h
7975
7976 RFKILL
7977 M:      Johannes Berg <johannes@sipsolutions.net>
7978 L:      linux-wireless@vger.kernel.org
7979 W:      http://wireless.kernel.org/
7980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7981 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7982 S:      Maintained
7983 F:      Documentation/rfkill.txt
7984 F:      net/rfkill/
7985
7986 RICOH SMARTMEDIA/XD DRIVER
7987 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7988 S:      Maintained
7989 F:      drivers/mtd/nand/r852.c
7990 F:      drivers/mtd/nand/r852.h
7991
7992 RICOH R5C592 MEMORYSTICK DRIVER
7993 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7994 S:      Maintained
7995 F:      drivers/memstick/host/r592.*
7996
7997 ROCCAT DRIVERS
7998 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
7999 W:      http://sourceforge.net/projects/roccat/
8000 S:      Maintained
8001 F:      drivers/hid/hid-roccat*
8002 F:      include/linux/hid-roccat*
8003 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8004
8005 ROCKER DRIVER
8006 M:      Jiri Pirko <jiri@resnulli.us>
8007 M:      Scott Feldman <sfeldma@gmail.com>
8008 L:      netdev@vger.kernel.org
8009 S:      Supported
8010 F:      drivers/net/ethernet/rocker/
8011
8012 ROCKETPORT DRIVER
8013 P:      Comtrol Corp.
8014 W:      http://www.comtrol.com
8015 S:      Maintained
8016 F:      Documentation/serial/rocket.txt
8017 F:      drivers/tty/rocket*
8018
8019 ROSE NETWORK LAYER
8020 M:      Ralf Baechle <ralf@linux-mips.org>
8021 L:      linux-hams@vger.kernel.org
8022 W:      http://www.linux-ax25.org/
8023 S:      Maintained
8024 F:      include/net/rose.h
8025 F:      include/uapi/linux/rose.h
8026 F:      net/rose/
8027
8028 RTL2830 MEDIA DRIVER
8029 M:      Antti Palosaari <crope@iki.fi>
8030 L:      linux-media@vger.kernel.org
8031 W:      http://linuxtv.org/
8032 W:      http://palosaari.fi/linux/
8033 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8034 T:      git git://linuxtv.org/anttip/media_tree.git
8035 S:      Maintained
8036 F:      drivers/media/dvb-frontends/rtl2830*
8037
8038 RTL2832 MEDIA DRIVER
8039 M:      Antti Palosaari <crope@iki.fi>
8040 L:      linux-media@vger.kernel.org
8041 W:      http://linuxtv.org/
8042 W:      http://palosaari.fi/linux/
8043 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8044 T:      git git://linuxtv.org/anttip/media_tree.git
8045 S:      Maintained
8046 F:      drivers/media/dvb-frontends/rtl2832*
8047
8048 RTL2832_SDR MEDIA DRIVER
8049 M:      Antti Palosaari <crope@iki.fi>
8050 L:      linux-media@vger.kernel.org
8051 W:      http://linuxtv.org/
8052 W:      http://palosaari.fi/linux/
8053 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8054 T:      git git://linuxtv.org/anttip/media_tree.git
8055 S:      Maintained
8056 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8057
8058 RTL8180 WIRELESS DRIVER
8059 L:      linux-wireless@vger.kernel.org
8060 W:      http://wireless.kernel.org/
8061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8062 S:      Orphan
8063 F:      drivers/net/wireless/rtl818x/rtl8180/
8064
8065 RTL8187 WIRELESS DRIVER
8066 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8067 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8068 M:      Larry Finger <Larry.Finger@lwfinger.net>
8069 L:      linux-wireless@vger.kernel.org
8070 W:      http://wireless.kernel.org/
8071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8072 S:      Maintained
8073 F:      drivers/net/wireless/rtl818x/rtl8187/
8074
8075 RTL8192CE WIRELESS DRIVER
8076 M:      Larry Finger <Larry.Finger@lwfinger.net>
8077 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8078 L:      linux-wireless@vger.kernel.org
8079 W:      http://wireless.kernel.org/
8080 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8081 S:      Maintained
8082 F:      drivers/net/wireless/rtlwifi/
8083 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8084
8085 S3 SAVAGE FRAMEBUFFER DRIVER
8086 M:      Antonino Daplas <adaplas@gmail.com>
8087 L:      linux-fbdev@vger.kernel.org
8088 S:      Maintained
8089 F:      drivers/video/fbdev/savage/
8090
8091 S390
8092 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8093 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8094 M:      linux390@de.ibm.com
8095 L:      linux-s390@vger.kernel.org
8096 W:      http://www.ibm.com/developerworks/linux/linux390/
8097 S:      Supported
8098 F:      arch/s390/
8099 F:      drivers/s390/
8100 F:      Documentation/s390/
8101 F:      Documentation/DocBook/s390*
8102
8103 S390 COMMON I/O LAYER
8104 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8105 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8106 L:      linux-s390@vger.kernel.org
8107 W:      http://www.ibm.com/developerworks/linux/linux390/
8108 S:      Supported
8109 F:      drivers/s390/cio/
8110
8111 S390 DASD DRIVER
8112 M:      Stefan Weinhuber <wein@de.ibm.com>
8113 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8114 L:      linux-s390@vger.kernel.org
8115 W:      http://www.ibm.com/developerworks/linux/linux390/
8116 S:      Supported
8117 F:      drivers/s390/block/dasd*
8118 F:      block/partitions/ibm.c
8119
8120 S390 NETWORK DRIVERS
8121 M:      Ursula Braun <ursula.braun@de.ibm.com>
8122 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8123 M:      linux390@de.ibm.com
8124 L:      linux-s390@vger.kernel.org
8125 W:      http://www.ibm.com/developerworks/linux/linux390/
8126 S:      Supported
8127 F:      drivers/s390/net/
8128
8129 S390 PCI SUBSYSTEM
8130 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8131 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8132 L:      linux-s390@vger.kernel.org
8133 W:      http://www.ibm.com/developerworks/linux/linux390/
8134 S:      Supported
8135 F:      arch/s390/pci/
8136 F:      drivers/pci/hotplug/s390_pci_hpc.c
8137
8138 S390 ZCRYPT DRIVER
8139 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8140 M:      linux390@de.ibm.com
8141 L:      linux-s390@vger.kernel.org
8142 W:      http://www.ibm.com/developerworks/linux/linux390/
8143 S:      Supported
8144 F:      drivers/s390/crypto/
8145
8146 S390 ZFCP DRIVER
8147 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8148 M:      linux390@de.ibm.com
8149 L:      linux-s390@vger.kernel.org
8150 W:      http://www.ibm.com/developerworks/linux/linux390/
8151 S:      Supported
8152 F:      drivers/s390/scsi/zfcp_*
8153
8154 S390 IUCV NETWORK LAYER
8155 M:      Ursula Braun <ursula.braun@de.ibm.com>
8156 M:      linux390@de.ibm.com
8157 L:      linux-s390@vger.kernel.org
8158 W:      http://www.ibm.com/developerworks/linux/linux390/
8159 S:      Supported
8160 F:      drivers/s390/net/*iucv*
8161 F:      include/net/iucv/
8162 F:      net/iucv/
8163
8164 S3C24XX SD/MMC Driver
8165 M:      Ben Dooks <ben-linux@fluff.org>
8166 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8167 S:      Supported
8168 F:      drivers/mmc/host/s3cmci.*
8169
8170 SAA6588 RDS RECEIVER DRIVER
8171 M:      Hans Verkuil <hverkuil@xs4all.nl>
8172 L:      linux-media@vger.kernel.org
8173 T:      git git://linuxtv.org/media_tree.git
8174 W:      http://linuxtv.org
8175 S:      Odd Fixes
8176 F:      drivers/media/i2c/saa6588*
8177
8178 SAA7134 VIDEO4LINUX DRIVER
8179 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8180 L:      linux-media@vger.kernel.org
8181 W:      http://linuxtv.org
8182 T:      git git://linuxtv.org/media_tree.git
8183 S:      Odd fixes
8184 F:      Documentation/video4linux/*.saa7134
8185 F:      drivers/media/pci/saa7134/
8186
8187 SAA7146 VIDEO4LINUX-2 DRIVER
8188 M:      Hans Verkuil <hverkuil@xs4all.nl>
8189 L:      linux-media@vger.kernel.org
8190 T:      git git://linuxtv.org/media_tree.git
8191 S:      Maintained
8192 F:      drivers/media/common/saa7146/
8193 F:      drivers/media/pci/saa7146/
8194 F:      include/media/saa7146*
8195
8196 SAMSUNG LAPTOP DRIVER
8197 M:      Corentin Chary <corentin.chary@gmail.com>
8198 L:      platform-driver-x86@vger.kernel.org
8199 S:      Maintained
8200 F:      drivers/platform/x86/samsung-laptop.c
8201
8202 SAMSUNG AUDIO (ASoC) DRIVERS
8203 M:      Sangbeom Kim <sbkim73@samsung.com>
8204 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8205 S:      Supported
8206 F:      sound/soc/samsung/
8207
8208 SAMSUNG FRAMEBUFFER DRIVER
8209 M:      Jingoo Han <jg1.han@samsung.com>
8210 L:      linux-fbdev@vger.kernel.org
8211 S:      Maintained
8212 F:      drivers/video/fbdev/s3c-fb.c
8213
8214 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8215 M:      Sangbeom Kim <sbkim73@samsung.com>
8216 L:      linux-kernel@vger.kernel.org
8217 S:      Supported
8218 F:      drivers/mfd/sec*.c
8219 F:      drivers/regulator/s2m*.c
8220 F:      drivers/regulator/s5m*.c
8221 F:      include/linux/mfd/samsung/
8222
8223 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8224 M:      Kyungmin Park <kyungmin.park@samsung.com>
8225 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8226 L:      linux-media@vger.kernel.org
8227 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8228 S:      Supported
8229 F:      drivers/media/platform/exynos4-is/
8230
8231 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8232 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8233 L:      linux-media@vger.kernel.org
8234 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8235 S:      Maintained
8236 F:      drivers/media/platform/s3c-camif/
8237 F:      include/media/s3c_camif.h
8238
8239 SAMSUNG S5C73M3 CAMERA DRIVER
8240 M:      Kyungmin Park <kyungmin.park@samsung.com>
8241 M:      Andrzej Hajda <a.hajda@samsung.com>
8242 L:      linux-media@vger.kernel.org
8243 S:      Supported
8244 F:      drivers/media/i2c/s5c73m3/*
8245
8246 SAMSUNG S5K5BAF CAMERA DRIVER
8247 M:      Kyungmin Park <kyungmin.park@samsung.com>
8248 M:      Andrzej Hajda <a.hajda@samsung.com>
8249 L:      linux-media@vger.kernel.org
8250 S:      Supported
8251 F:      drivers/media/i2c/s5k5baf.c
8252
8253 SAMSUNG SOC CLOCK DRIVERS
8254 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8255 M:      Tomasz Figa <tomasz.figa@gmail.com>
8256 S:      Supported
8257 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8258 F:      drivers/clk/samsung/
8259
8260 SAMSUNG SXGBE DRIVERS
8261 M:      Byungho An <bh74.an@samsung.com>
8262 M:      Girish K S <ks.giri@samsung.com>
8263 M:      Vipul Pandya <vipul.pandya@samsung.com>
8264 S:      Supported
8265 L:      netdev@vger.kernel.org
8266 F:      drivers/net/ethernet/samsung/sxgbe/
8267
8268 SAMSUNG USB2 PHY DRIVER
8269 M:      Kamil Debski <k.debski@samsung.com>
8270 L:      linux-kernel@vger.kernel.org
8271 S:      Supported
8272 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8273 F:      Documentation/phy/samsung-usb2.txt
8274 F:      drivers/phy/phy-exynos4210-usb2.c
8275 F:      drivers/phy/phy-exynos4x12-usb2.c
8276 F:      drivers/phy/phy-exynos5250-usb2.c
8277 F:      drivers/phy/phy-s5pv210-usb2.c
8278 F:      drivers/phy/phy-samsung-usb2.c
8279 F:      drivers/phy/phy-samsung-usb2.h
8280
8281 SERIAL DRIVERS
8282 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8283 L:      linux-serial@vger.kernel.org
8284 S:      Maintained
8285 F:      drivers/tty/serial/
8286
8287 SYNOPSYS DESIGNWARE DMAC DRIVER
8288 M:      Viresh Kumar <viresh.linux@gmail.com>
8289 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8290 S:      Maintained
8291 F:      include/linux/platform_data/dma-dw.h
8292 F:      drivers/dma/dw/
8293
8294 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8295 M:      Seungwon Jeon <tgih.jun@samsung.com>
8296 M:      Jaehoon Chung <jh80.chung@samsung.com>
8297 L:      linux-mmc@vger.kernel.org
8298 S:      Maintained
8299 F:      include/linux/mmc/dw_mmc.h
8300 F:      drivers/mmc/host/dw_mmc*
8301
8302 THUNDERBOLT DRIVER
8303 M:      Andreas Noever <andreas.noever@gmail.com>
8304 S:      Maintained
8305 F:      drivers/thunderbolt/
8306
8307 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8308 M:      John Stultz <john.stultz@linaro.org>
8309 M:      Thomas Gleixner <tglx@linutronix.de>
8310 L:      linux-kernel@vger.kernel.org
8311 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8312 S:      Supported
8313 F:      include/linux/clocksource.h
8314 F:      include/linux/time.h
8315 F:      include/linux/timex.h
8316 F:      include/uapi/linux/time.h
8317 F:      include/uapi/linux/timex.h
8318 F:      kernel/time/clocksource.c
8319 F:      kernel/time/time*.c
8320 F:      kernel/time/ntp.c
8321
8322 TLG2300 VIDEO4LINUX-2 DRIVER
8323 M:      Huang Shijie <shijie8@gmail.com>
8324 M:      Hans Verkuil <hverkuil@xs4all.nl>
8325 S:      Odd Fixes
8326 F:      drivers/media/usb/tlg2300/
8327
8328 SC1200 WDT DRIVER
8329 M:      Zwane Mwaikambo <zwanem@gmail.com>
8330 S:      Maintained
8331 F:      drivers/watchdog/sc1200wdt.c
8332
8333 SCHEDULER
8334 M:      Ingo Molnar <mingo@redhat.com>
8335 M:      Peter Zijlstra <peterz@infradead.org>
8336 L:      linux-kernel@vger.kernel.org
8337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8338 S:      Maintained
8339 F:      kernel/sched/
8340 F:      include/linux/sched.h
8341 F:      include/uapi/linux/sched.h
8342 F:      include/linux/wait.h
8343
8344 SCORE ARCHITECTURE
8345 M:      Chen Liqin <liqin.linux@gmail.com>
8346 M:      Lennox Wu <lennox.wu@gmail.com>
8347 W:      http://www.sunplus.com
8348 S:      Supported
8349 F:      arch/score/
8350
8351 SCSI CDROM DRIVER
8352 M:      Jens Axboe <axboe@kernel.dk>
8353 L:      linux-scsi@vger.kernel.org
8354 W:      http://www.kernel.dk
8355 S:      Maintained
8356 F:      drivers/scsi/sr*
8357
8358 SCSI RDMA PROTOCOL (SRP) INITIATOR
8359 M:      Bart Van Assche <bvanassche@acm.org>
8360 L:      linux-rdma@vger.kernel.org
8361 S:      Supported
8362 W:      http://www.openfabrics.org
8363 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8365 F:      drivers/infiniband/ulp/srp/
8366 F:      include/scsi/srp.h
8367
8368 SCSI SG DRIVER
8369 M:      Doug Gilbert <dgilbert@interlog.com>
8370 L:      linux-scsi@vger.kernel.org
8371 W:      http://sg.danny.cz/sg
8372 S:      Maintained
8373 F:      Documentation/scsi/scsi-generic.txt
8374 F:      drivers/scsi/sg.c
8375 F:      include/scsi/sg.h
8376
8377 SCSI SUBSYSTEM
8378 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8379 L:      linux-scsi@vger.kernel.org
8380 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8381 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8382 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8383 S:      Maintained
8384 F:      drivers/scsi/
8385 F:      include/scsi/
8386
8387 SCSI TAPE DRIVER
8388 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8389 L:      linux-scsi@vger.kernel.org
8390 S:      Maintained
8391 F:      Documentation/scsi/st.txt
8392 F:      drivers/scsi/st.*
8393 F:      drivers/scsi/st_*.h
8394
8395 SCTP PROTOCOL
8396 M:      Vlad Yasevich <vyasevich@gmail.com>
8397 M:      Neil Horman <nhorman@tuxdriver.com>
8398 L:      linux-sctp@vger.kernel.org
8399 W:      http://lksctp.sourceforge.net
8400 S:      Maintained
8401 F:      Documentation/networking/sctp.txt
8402 F:      include/linux/sctp.h
8403 F:      include/uapi/linux/sctp.h
8404 F:      include/net/sctp/
8405 F:      net/sctp/
8406
8407 SCx200 CPU SUPPORT
8408 M:      Jim Cromie <jim.cromie@gmail.com>
8409 S:      Odd Fixes
8410 F:      Documentation/i2c/busses/scx200_acb
8411 F:      arch/x86/platform/scx200/
8412 F:      drivers/watchdog/scx200_wdt.c
8413 F:      drivers/i2c/busses/scx200*
8414 F:      drivers/mtd/maps/scx200_docflash.c
8415 F:      include/linux/scx200.h
8416
8417 SCx200 GPIO DRIVER
8418 M:      Jim Cromie <jim.cromie@gmail.com>
8419 S:      Maintained
8420 F:      drivers/char/scx200_gpio.c
8421 F:      include/linux/scx200_gpio.h
8422
8423 SCx200 HRT CLOCKSOURCE DRIVER
8424 M:      Jim Cromie <jim.cromie@gmail.com>
8425 S:      Maintained
8426 F:      drivers/clocksource/scx200_hrt.c
8427
8428 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8429 M:      Sascha Sommer <saschasommer@freenet.de>
8430 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8431 S:      Maintained
8432 F:      drivers/mmc/host/sdricoh_cs.c
8433
8434 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8435 M:      Chris Ball <chris@printf.net>
8436 L:      linux-mmc@vger.kernel.org
8437 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8438 S:      Maintained
8439 F:      drivers/mmc/host/sdhci.*
8440 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8441
8442 SECURE COMPUTING
8443 M:      Kees Cook <keescook@chromium.org>
8444 R:      Andy Lutomirski <luto@amacapital.net>
8445 R:      Will Drewry <wad@chromium.org>
8446 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8447 S:      Supported
8448 F:      kernel/seccomp.c
8449 F:      include/uapi/linux/seccomp.h
8450 F:      include/linux/seccomp.h
8451 K:      \bsecure_computing
8452 K:      \bTIF_SECCOMP\b
8453
8454 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8455 M:      Anton Vorontsov <anton@enomsg.org>
8456 L:      linuxppc-dev@lists.ozlabs.org
8457 L:      linux-mmc@vger.kernel.org
8458 S:      Maintained
8459 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8460
8461 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8462 M:      Ben Dooks <ben-linux@fluff.org>
8463 L:      linux-mmc@vger.kernel.org
8464 S:      Maintained
8465 F:      drivers/mmc/host/sdhci-s3c.c
8466
8467 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8468 M:      Viresh Kumar <viresh.linux@gmail.com>
8469 L:      spear-devel@list.st.com
8470 L:      linux-mmc@vger.kernel.org
8471 S:      Maintained
8472 F:      drivers/mmc/host/sdhci-spear.c
8473
8474 SECURITY SUBSYSTEM
8475 M:      James Morris <james.l.morris@oracle.com>
8476 M:      Serge E. Hallyn <serge@hallyn.com>
8477 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8479 W:      http://kernsec.org/
8480 S:      Supported
8481 F:      security/
8482
8483 SECURITY CONTACT
8484 M:      Security Officers <security@kernel.org>
8485 S:      Supported
8486
8487 SELINUX SECURITY MODULE
8488 M:      Paul Moore <paul@paul-moore.com>
8489 M:      Stephen Smalley <sds@tycho.nsa.gov>
8490 M:      Eric Paris <eparis@parisplace.org>
8491 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8492 W:      http://selinuxproject.org
8493 T:      git git://git.infradead.org/users/pcmoore/selinux
8494 S:      Supported
8495 F:      include/linux/selinux*
8496 F:      security/selinux/
8497 F:      scripts/selinux/
8498
8499 APPARMOR SECURITY MODULE
8500 M:      John Johansen <john.johansen@canonical.com>
8501 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8502 W:      apparmor.wiki.kernel.org
8503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8504 S:      Supported
8505 F:      security/apparmor/
8506
8507 SENSABLE PHANTOM
8508 M:      Jiri Slaby <jirislaby@gmail.com>
8509 S:      Maintained
8510 F:      drivers/misc/phantom.c
8511 F:      include/uapi/linux/phantom.h
8512
8513 SERIAL ATA (SATA) SUBSYSTEM
8514 M:      Tejun Heo <tj@kernel.org>
8515 L:      linux-ide@vger.kernel.org
8516 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8517 S:      Supported
8518 F:      drivers/ata/
8519 F:      include/linux/ata.h
8520 F:      include/linux/libata.h
8521
8522 SERIAL ATA AHCI PLATFORM devices support
8523 M:      Hans de Goede <hdegoede@redhat.com>
8524 M:      Tejun Heo <tj@kernel.org>
8525 L:      linux-ide@vger.kernel.org
8526 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8527 S:      Supported
8528 F:      drivers/ata/ahci_platform.c
8529 F:      drivers/ata/libahci_platform.c
8530 F:      include/linux/ahci_platform.h
8531
8532 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8533 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8534 L:      linux-scsi@vger.kernel.org
8535 W:      http://www.emulex.com
8536 S:      Supported
8537 F:      drivers/scsi/be2iscsi/
8538
8539 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8540 M:      Sathya Perla <sathya.perla@emulex.com>
8541 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8542 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8543 L:      netdev@vger.kernel.org
8544 W:      http://www.emulex.com
8545 S:      Supported
8546 F:      drivers/net/ethernet/emulex/benet/
8547
8548 SFC NETWORK DRIVER
8549 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8550 M:      Shradha Shah <sshah@solarflare.com>
8551 L:      netdev@vger.kernel.org
8552 S:      Supported
8553 F:      drivers/net/ethernet/sfc/
8554
8555 SGI GRU DRIVER
8556 M:      Dimitri Sivanich <sivanich@sgi.com>
8557 S:      Maintained
8558 F:      drivers/misc/sgi-gru/
8559
8560 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8561 M:      Pat Gefre <pfg@sgi.com>
8562 L:      linux-ia64@vger.kernel.org
8563 S:      Supported
8564 F:      Documentation/ia64/serial.txt
8565 F:      drivers/tty/serial/ioc?_serial.c
8566 F:      include/linux/ioc?.h
8567
8568 SGI XP/XPC/XPNET DRIVER
8569 M:      Cliff Whickman <cpw@sgi.com>
8570 M:      Robin Holt <robinmholt@gmail.com>
8571 S:      Maintained
8572 F:      drivers/misc/sgi-xp/
8573
8574 SI2157 MEDIA DRIVER
8575 M:      Antti Palosaari <crope@iki.fi>
8576 L:      linux-media@vger.kernel.org
8577 W:      http://linuxtv.org/
8578 W:      http://palosaari.fi/linux/
8579 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8580 T:      git git://linuxtv.org/anttip/media_tree.git
8581 S:      Maintained
8582 F:      drivers/media/tuners/si2157*
8583
8584 SI2168 MEDIA DRIVER
8585 M:      Antti Palosaari <crope@iki.fi>
8586 L:      linux-media@vger.kernel.org
8587 W:      http://linuxtv.org/
8588 W:      http://palosaari.fi/linux/
8589 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8590 T:      git git://linuxtv.org/anttip/media_tree.git
8591 S:      Maintained
8592 F:      drivers/media/dvb-frontends/si2168*
8593
8594 SI470X FM RADIO RECEIVER I2C DRIVER
8595 M:      Hans Verkuil <hverkuil@xs4all.nl>
8596 L:      linux-media@vger.kernel.org
8597 T:      git git://linuxtv.org/media_tree.git
8598 W:      http://linuxtv.org
8599 S:      Odd Fixes
8600 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8601
8602 SI470X FM RADIO RECEIVER USB DRIVER
8603 M:      Hans Verkuil <hverkuil@xs4all.nl>
8604 L:      linux-media@vger.kernel.org
8605 T:      git git://linuxtv.org/media_tree.git
8606 W:      http://linuxtv.org
8607 S:      Maintained
8608 F:      drivers/media/radio/si470x/radio-si470x-common.c
8609 F:      drivers/media/radio/si470x/radio-si470x.h
8610 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8611
8612 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8613 M:      Eduardo Valentin <edubezval@gmail.com>
8614 L:      linux-media@vger.kernel.org
8615 T:      git git://linuxtv.org/media_tree.git
8616 W:      http://linuxtv.org
8617 S:      Odd Fixes
8618 F:      drivers/media/radio/si4713/si4713.?
8619
8620 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8621 M:      Eduardo Valentin <edubezval@gmail.com>
8622 L:      linux-media@vger.kernel.org
8623 T:      git git://linuxtv.org/media_tree.git
8624 W:      http://linuxtv.org
8625 S:      Odd Fixes
8626 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8627
8628 SI4713 FM RADIO TRANSMITTER USB DRIVER
8629 M:      Hans Verkuil <hverkuil@xs4all.nl>
8630 L:      linux-media@vger.kernel.org
8631 T:      git git://linuxtv.org/media_tree.git
8632 W:      http://linuxtv.org
8633 S:      Maintained
8634 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8635
8636 SIANO DVB DRIVER
8637 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8638 L:      linux-media@vger.kernel.org
8639 W:      http://linuxtv.org
8640 T:      git git://linuxtv.org/media_tree.git
8641 S:      Odd fixes
8642 F:      drivers/media/common/siano/
8643 F:      drivers/media/usb/siano/
8644 F:      drivers/media/usb/siano/
8645 F:      drivers/media/mmc/siano/
8646
8647 SIMPLEFB FB DRIVER
8648 M:      Hans de Goede <hdegoede@redhat.com>
8649 L:      linux-fbdev@vger.kernel.org
8650 S:      Maintained
8651 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8652 F:      drivers/video/fbdev/simplefb.c
8653 F:      include/linux/platform_data/simplefb.h
8654
8655 SH_VEU V4L2 MEM2MEM DRIVER
8656 L:      linux-media@vger.kernel.org
8657 S:      Orphan
8658 F:      drivers/media/platform/sh_veu.c
8659
8660 SH_VOU V4L2 OUTPUT DRIVER
8661 L:      linux-media@vger.kernel.org
8662 S:      Orphan
8663 F:      drivers/media/platform/sh_vou.c
8664 F:      include/media/sh_vou.h
8665
8666 SIMPLE FIRMWARE INTERFACE (SFI)
8667 M:      Len Brown <lenb@kernel.org>
8668 L:      sfi-devel@simplefirmware.org
8669 W:      http://simplefirmware.org/
8670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8671 S:      Supported
8672 F:      arch/x86/platform/sfi/
8673 F:      drivers/sfi/
8674 F:      include/linux/sfi*.h
8675
8676 SIMTEC EB110ATX (Chalice CATS)
8677 P:      Ben Dooks
8678 P:      Vincent Sanders <vince@simtec.co.uk>
8679 M:      Simtec Linux Team <linux@simtec.co.uk>
8680 W:      http://www.simtec.co.uk/products/EB110ATX/
8681 S:      Supported
8682
8683 SIMTEC EB2410ITX (BAST)
8684 P:      Ben Dooks
8685 P:      Vincent Sanders <vince@simtec.co.uk>
8686 M:      Simtec Linux Team <linux@simtec.co.uk>
8687 W:      http://www.simtec.co.uk/products/EB2410ITX/
8688 S:      Supported
8689 F:      arch/arm/mach-s3c24xx/mach-bast.c
8690 F:      arch/arm/mach-s3c24xx/bast-ide.c
8691 F:      arch/arm/mach-s3c24xx/bast-irq.c
8692
8693 TI DAVINCI MACHINE SUPPORT
8694 M:      Sekhar Nori <nsekhar@ti.com>
8695 M:      Kevin Hilman <khilman@deeprootsystems.com>
8696 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8697 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8698 S:      Supported
8699 F:      arch/arm/mach-davinci/
8700 F:      drivers/i2c/busses/i2c-davinci.c
8701
8702 TI DAVINCI SERIES MEDIA DRIVER
8703 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8704 L:      linux-media@vger.kernel.org
8705 W:      http://linuxtv.org/
8706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8707 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8708 S:      Maintained
8709 F:      drivers/media/platform/davinci/
8710 F:      include/media/davinci/
8711
8712 SIS 190 ETHERNET DRIVER
8713 M:      Francois Romieu <romieu@fr.zoreil.com>
8714 L:      netdev@vger.kernel.org
8715 S:      Maintained
8716 F:      drivers/net/ethernet/sis/sis190.c
8717
8718 SIS 900/7016 FAST ETHERNET DRIVER
8719 M:      Daniele Venzano <venza@brownhat.org>
8720 W:      http://www.brownhat.org/sis900.html
8721 L:      netdev@vger.kernel.org
8722 S:      Maintained
8723 F:      drivers/net/ethernet/sis/sis900.*
8724
8725 SIS FRAMEBUFFER DRIVER
8726 M:      Thomas Winischhofer <thomas@winischhofer.net>
8727 W:      http://www.winischhofer.net/linuxsisvga.shtml
8728 S:      Maintained
8729 F:      Documentation/fb/sisfb.txt
8730 F:      drivers/video/fbdev/sis/
8731 F:      include/video/sisfb.h
8732
8733 SIS USB2VGA DRIVER
8734 M:      Thomas Winischhofer <thomas@winischhofer.net>
8735 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8736 S:      Maintained
8737 F:      drivers/usb/misc/sisusbvga/
8738
8739 SLAB ALLOCATOR
8740 M:      Christoph Lameter <cl@linux.com>
8741 M:      Pekka Enberg <penberg@kernel.org>
8742 M:      David Rientjes <rientjes@google.com>
8743 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8744 M:      Andrew Morton <akpm@linux-foundation.org>
8745 L:      linux-mm@kvack.org
8746 S:      Maintained
8747 F:      include/linux/sl?b*.h
8748 F:      mm/sl?b*
8749
8750 SLEEPABLE READ-COPY UPDATE (SRCU)
8751 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8752 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8753 M:      Josh Triplett <josh@joshtriplett.org>
8754 R:      Steven Rostedt <rostedt@goodmis.org>
8755 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8756 L:      linux-kernel@vger.kernel.org
8757 W:      http://www.rdrop.com/users/paulmck/RCU/
8758 S:      Supported
8759 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8760 F:      include/linux/srcu.h
8761 F:      kernel/rcu/srcu.c
8762
8763 SMACK SECURITY MODULE
8764 M:      Casey Schaufler <casey@schaufler-ca.com>
8765 L:      linux-security-module@vger.kernel.org
8766 W:      http://schaufler-ca.com
8767 T:      git git://git.gitorious.org/smack-next/kernel.git
8768 S:      Maintained
8769 F:      Documentation/security/Smack.txt
8770 F:      security/smack/
8771
8772 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8773 M:      Kevin Hilman <khilman@kernel.org>
8774 M:      Nishanth Menon <nm@ti.com>
8775 S:      Maintained
8776 F:      drivers/power/avs/
8777 F:      include/linux/power/smartreflex.h
8778 L:      linux-pm@vger.kernel.org
8779
8780 SMC91x ETHERNET DRIVER
8781 M:      Nicolas Pitre <nico@fluxnic.net>
8782 S:      Odd Fixes
8783 F:      drivers/net/ethernet/smsc/smc91x.*
8784
8785 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8786 M:      Sakari Ailus <sakari.ailus@iki.fi>
8787 L:      linux-media@vger.kernel.org
8788 S:      Maintained
8789 F:      drivers/media/i2c/smiapp/
8790 F:      include/media/smiapp.h
8791 F:      drivers/media/i2c/smiapp-pll.c
8792 F:      drivers/media/i2c/smiapp-pll.h
8793
8794 SMM665 HARDWARE MONITOR DRIVER
8795 M:      Guenter Roeck <linux@roeck-us.net>
8796 L:      lm-sensors@lm-sensors.org
8797 S:      Maintained
8798 F:      Documentation/hwmon/smm665
8799 F:      drivers/hwmon/smm665.c
8800
8801 SMSC EMC2103 HARDWARE MONITOR DRIVER
8802 M:      Steve Glendinning <steve.glendinning@shawell.net>
8803 L:      lm-sensors@lm-sensors.org
8804 S:      Maintained
8805 F:      Documentation/hwmon/emc2103
8806 F:      drivers/hwmon/emc2103.c
8807
8808 SMSC SCH5627 HARDWARE MONITOR DRIVER
8809 M:      Hans de Goede <hdegoede@redhat.com>
8810 L:      lm-sensors@lm-sensors.org
8811 S:      Supported
8812 F:      Documentation/hwmon/sch5627
8813 F:      drivers/hwmon/sch5627.c
8814
8815 SMSC47B397 HARDWARE MONITOR DRIVER
8816 M:      Jean Delvare <jdelvare@suse.de>
8817 L:      lm-sensors@lm-sensors.org
8818 S:      Maintained
8819 F:      Documentation/hwmon/smsc47b397
8820 F:      drivers/hwmon/smsc47b397.c
8821
8822 SMSC911x ETHERNET DRIVER
8823 M:      Steve Glendinning <steve.glendinning@shawell.net>
8824 L:      netdev@vger.kernel.org
8825 S:      Maintained
8826 F:      include/linux/smsc911x.h
8827 F:      drivers/net/ethernet/smsc/smsc911x.*
8828
8829 SMSC9420 PCI ETHERNET DRIVER
8830 M:      Steve Glendinning <steve.glendinning@shawell.net>
8831 L:      netdev@vger.kernel.org
8832 S:      Maintained
8833 F:      drivers/net/ethernet/smsc/smsc9420.*
8834
8835 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8836 M:      Steve Glendinning <steve.glendinning@shawell.net>
8837 L:      linux-fbdev@vger.kernel.org
8838 S:      Maintained
8839 F:      drivers/video/fbdev/smscufx.c
8840
8841 SOC-CAMERA V4L2 SUBSYSTEM
8842 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8843 L:      linux-media@vger.kernel.org
8844 T:      git git://linuxtv.org/media_tree.git
8845 S:      Maintained
8846 F:      include/media/soc*
8847 F:      drivers/media/i2c/soc_camera/
8848 F:      drivers/media/platform/soc_camera/
8849
8850 SOEKRIS NET48XX LED SUPPORT
8851 M:      Chris Boot <bootc@bootc.net>
8852 S:      Maintained
8853 F:      drivers/leds/leds-net48xx.c
8854
8855 SOFTLOGIC 6x10 MPEG CODEC
8856 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
8857 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
8858 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
8859 L:      linux-media@vger.kernel.org
8860 S:      Supported
8861 F:      drivers/media/pci/solo6x10/
8862
8863 SOFTWARE RAID (Multiple Disks) SUPPORT
8864 M:      Neil Brown <neilb@suse.de>
8865 L:      linux-raid@vger.kernel.org
8866 S:      Supported
8867 F:      drivers/md/
8868 F:      include/linux/raid/
8869 F:      include/uapi/linux/raid/
8870
8871 SONIC NETWORK DRIVER
8872 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8873 L:      netdev@vger.kernel.org
8874 S:      Maintained
8875 F:      drivers/net/ethernet/natsemi/sonic.*
8876
8877 SONICS SILICON BACKPLANE DRIVER (SSB)
8878 M:      Michael Buesch <m@bues.ch>
8879 L:      netdev@vger.kernel.org
8880 S:      Maintained
8881 F:      drivers/ssb/
8882 F:      include/linux/ssb/
8883
8884 SONY VAIO CONTROL DEVICE DRIVER
8885 M:      Mattia Dongili <malattia@linux.it>
8886 L:      platform-driver-x86@vger.kernel.org
8887 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8888 S:      Maintained
8889 F:      Documentation/laptops/sony-laptop.txt
8890 F:      drivers/char/sonypi.c
8891 F:      drivers/platform/x86/sony-laptop.c
8892 F:      include/linux/sony-laptop.h
8893
8894 SONY MEMORYSTICK CARD SUPPORT
8895 M:      Alex Dubov <oakad@yahoo.com>
8896 W:      http://tifmxx.berlios.de/
8897 S:      Maintained
8898 F:      drivers/memstick/host/tifm_ms.c
8899
8900 SONY MEMORYSTICK STANDARD SUPPORT
8901 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8902 S:      Maintained
8903 F:      drivers/memstick/core/ms_block.*
8904
8905 SOUND
8906 M:      Jaroslav Kysela <perex@perex.cz>
8907 M:      Takashi Iwai <tiwai@suse.de>
8908 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8909 W:      http://www.alsa-project.org/
8910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8911 T:      git git://git.alsa-project.org/alsa-kernel.git
8912 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
8913 S:      Maintained
8914 F:      Documentation/sound/
8915 F:      include/sound/
8916 F:      include/uapi/sound/
8917 F:      sound/
8918
8919 SOUND - COMPRESSED AUDIO
8920 M:      Vinod Koul <vinod.koul@intel.com>
8921 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8922 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8923 S:      Supported
8924 F:      Documentation/sound/alsa/compress_offload.txt
8925 F:      include/sound/compress_driver.h
8926 F:      include/uapi/sound/compress_*
8927 F:      sound/core/compress_offload.c
8928 F:      sound/soc/soc-compress.c
8929
8930 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8931 M:      Liam Girdwood <lgirdwood@gmail.com>
8932 M:      Mark Brown <broonie@kernel.org>
8933 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8934 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8935 W:      http://alsa-project.org/main/index.php/ASoC
8936 S:      Supported
8937 F:      Documentation/sound/alsa/soc/
8938 F:      sound/soc/
8939 F:      include/sound/soc*
8940
8941 SOUND - DMAENGINE HELPERS
8942 M:      Lars-Peter Clausen <lars@metafoo.de>
8943 S:      Supported
8944 F:      include/sound/dmaengine_pcm.h
8945 F:      sound/core/pcm_dmaengine.c
8946 F:      sound/soc/soc-generic-dmaengine-pcm.c
8947
8948 SP2 MEDIA DRIVER
8949 M:      Olli Salonen <olli.salonen@iki.fi>
8950 L:      linux-media@vger.kernel.org
8951 W:      http://linuxtv.org/
8952 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8953 S:      Maintained
8954 F:      drivers/media/dvb-frontends/sp2*
8955
8956 SPARC + UltraSPARC (sparc/sparc64)
8957 M:      "David S. Miller" <davem@davemloft.net>
8958 L:      sparclinux@vger.kernel.org
8959 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
8960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8962 S:      Maintained
8963 F:      arch/sparc/
8964 F:      drivers/sbus/
8965
8966 SPARC SERIAL DRIVERS
8967 M:      "David S. Miller" <davem@davemloft.net>
8968 L:      sparclinux@vger.kernel.org
8969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8971 S:      Maintained
8972 F:      include/linux/sunserialcore.h
8973 F:      drivers/tty/serial/suncore.c
8974 F:      drivers/tty/serial/sunhv.c
8975 F:      drivers/tty/serial/sunsab.c
8976 F:      drivers/tty/serial/sunsab.h
8977 F:      drivers/tty/serial/sunsu.c
8978 F:      drivers/tty/serial/sunzilog.c
8979 F:      drivers/tty/serial/sunzilog.h
8980
8981 SPARSE CHECKER
8982 M:      "Christopher Li" <sparse@chrisli.org>
8983 L:      linux-sparse@vger.kernel.org
8984 W:      https://sparse.wiki.kernel.org/
8985 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
8986 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
8987 S:      Maintained
8988 F:      include/linux/compiler.h
8989
8990 SPEAR PLATFORM SUPPORT
8991 M:      Viresh Kumar <viresh.linux@gmail.com>
8992 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
8993 L:      spear-devel@list.st.com
8994 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8995 W:      http://www.st.com/spear
8996 S:      Maintained
8997 F:      arch/arm/mach-spear/
8998
8999 SPEAR CLOCK FRAMEWORK SUPPORT
9000 M:      Viresh Kumar <viresh.linux@gmail.com>
9001 L:      spear-devel@list.st.com
9002 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9003 W:      http://www.st.com/spear
9004 S:      Maintained
9005 F:      drivers/clk/spear/
9006
9007 SPI SUBSYSTEM
9008 M:      Mark Brown <broonie@kernel.org>
9009 L:      linux-spi@vger.kernel.org
9010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9011 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9012 S:      Maintained
9013 F:      Documentation/spi/
9014 F:      drivers/spi/
9015 F:      include/linux/spi/
9016 F:      include/uapi/linux/spi/
9017
9018 SPIDERNET NETWORK DRIVER for CELL
9019 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9020 M:      Jens Osterkamp <jens@de.ibm.com>
9021 L:      netdev@vger.kernel.org
9022 S:      Supported
9023 F:      Documentation/networking/spider_net.txt
9024 F:      drivers/net/ethernet/toshiba/spider_net*
9025
9026 SPU FILE SYSTEM
9027 M:      Jeremy Kerr <jk@ozlabs.org>
9028 L:      linuxppc-dev@lists.ozlabs.org
9029 L:      cbe-oss-dev@lists.ozlabs.org
9030 W:      http://www.ibm.com/developerworks/power/cell/
9031 S:      Supported
9032 F:      Documentation/filesystems/spufs.txt
9033 F:      arch/powerpc/platforms/cell/spufs/
9034
9035 SQUASHFS FILE SYSTEM
9036 M:      Phillip Lougher <phillip@squashfs.org.uk>
9037 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9038 W:      http://squashfs.org.uk
9039 S:      Maintained
9040 F:      Documentation/filesystems/squashfs.txt
9041 F:      fs/squashfs/
9042
9043 SRM (Alpha) environment access
9044 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9045 S:      Maintained
9046 F:      arch/alpha/kernel/srm_env.c
9047
9048 STABLE BRANCH
9049 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9050 L:      stable@vger.kernel.org
9051 S:      Supported
9052 F:      Documentation/stable_kernel_rules.txt
9053
9054 STAGING SUBSYSTEM
9055 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9057 L:      devel@driverdev.osuosl.org
9058 S:      Supported
9059 F:      drivers/staging/
9060
9061 STAGING - COMEDI
9062 M:      Ian Abbott <abbotti@mev.co.uk>
9063 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9064 S:      Odd Fixes
9065 F:      drivers/staging/comedi/
9066
9067 STAGING - FLARION FT1000 DRIVERS
9068 M:      Marek Belisko <marek.belisko@gmail.com>
9069 S:      Odd Fixes
9070 F:      drivers/staging/ft1000/
9071
9072 STAGING - INDUSTRIAL IO
9073 M:      Jonathan Cameron <jic23@kernel.org>
9074 L:      linux-iio@vger.kernel.org
9075 S:      Odd Fixes
9076 F:      drivers/staging/iio/
9077
9078 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9079 M:      Jarod Wilson <jarod@wilsonet.com>
9080 W:      http://www.lirc.org/
9081 S:      Odd Fixes
9082 F:      drivers/staging/media/lirc/
9083
9084 STAGING - LUSTRE PARALLEL FILESYSTEM
9085 M:      Oleg Drokin <oleg.drokin@intel.com>
9086 M:      Andreas Dilger <andreas.dilger@intel.com>
9087 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9088 W:      http://lustre.opensfs.org/
9089 S:      Maintained
9090 F:      drivers/staging/lustre
9091
9092 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9093 M:      Julian Andres Klode <jak@jak-linux.org>
9094 M:      Marc Dietrich <marvin24@gmx.de>
9095 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9096 L:      linux-tegra@vger.kernel.org
9097 S:      Maintained
9098 F:      drivers/staging/nvec/
9099
9100 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9101 M:      Jens Frederich <jfrederich@gmail.com>
9102 M:      Daniel Drake <dsd@laptop.org>
9103 M:      Jon Nettleton <jon.nettleton@gmail.com>
9104 W:      http://wiki.laptop.org/go/DCON
9105 S:      Maintained
9106 F:      drivers/staging/olpc_dcon/
9107
9108 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9109 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9110 S:      Maintained
9111 F:      drivers/staging/ozwpan/
9112
9113 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9114 M:      Willy Tarreau <willy@meta-x.org>
9115 S:      Odd Fixes
9116 F:      drivers/staging/panel/
9117
9118 STAGING - REALTEK RTL8712U DRIVERS
9119 M:      Larry Finger <Larry.Finger@lwfinger.net>
9120 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9121 S:      Odd Fixes
9122 F:      drivers/staging/rtl8712/
9123
9124 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9125 M:      Larry Finger <Larry.Finger@lwfinger.net>
9126 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9127 L:      linux-wireless@vger.kernel.org
9128 S:      Maintained
9129 F:      drivers/staging/rtl8723au/
9130
9131 STAGING - SLICOSS
9132 M:      Lior Dotan <liodot@gmail.com>
9133 M:      Christopher Harrer <charrer@alacritech.com>
9134 S:      Odd Fixes
9135 F:      drivers/staging/slicoss/
9136
9137 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9138 M:      William Hubbs <w.d.hubbs@gmail.com>
9139 M:      Chris Brannon <chris@the-brannons.com>
9140 M:      Kirk Reiser <kirk@reisers.ca>
9141 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9142 L:      speakup@linux-speakup.org
9143 W:      http://www.linux-speakup.org/
9144 S:      Odd Fixes
9145 F:      drivers/staging/speakup/
9146
9147 STAGING - VIA VT665X DRIVERS
9148 M:      Forest Bond <forest@alittletooquiet.net>
9149 S:      Odd Fixes
9150 F:      drivers/staging/vt665?/
9151
9152 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9153 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9154 S:      Odd Fixes
9155 F:      drivers/staging/xgifb/
9156
9157 STARFIRE/DURALAN NETWORK DRIVER
9158 M:      Ion Badulescu <ionut@badula.org>
9159 S:      Odd Fixes
9160 F:      drivers/net/ethernet/adaptec/starfire*
9161
9162 SUN3/3X
9163 M:      Sam Creasey <sammy@sammy.net>
9164 W:      http://sammy.net/sun3/
9165 S:      Maintained
9166 F:      arch/m68k/kernel/*sun3*
9167 F:      arch/m68k/sun3*/
9168 F:      arch/m68k/include/asm/sun3*
9169 F:      drivers/net/ethernet/i825xx/sun3*
9170
9171 SUNDANCE NETWORK DRIVER
9172 M:      Denis Kirjanov <kda@linux-powerpc.org>
9173 L:      netdev@vger.kernel.org
9174 S:      Maintained
9175 F:      drivers/net/ethernet/dlink/sundance.c
9176
9177 SUPERH
9178 L:      linux-sh@vger.kernel.org
9179 W:      http://www.linux-sh.org
9180 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9181 S:      Orphan
9182 F:      Documentation/sh/
9183 F:      arch/sh/
9184 F:      drivers/sh/
9185
9186 SUSPEND TO RAM
9187 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9188 M:      Len Brown <len.brown@intel.com>
9189 M:      Pavel Machek <pavel@ucw.cz>
9190 L:      linux-pm@vger.kernel.org
9191 S:      Supported
9192 F:      Documentation/power/
9193 F:      arch/x86/kernel/acpi/
9194 F:      drivers/base/power/
9195 F:      kernel/power/
9196 F:      include/linux/suspend.h
9197 F:      include/linux/freezer.h
9198 F:      include/linux/pm.h
9199
9200 SVGA HANDLING
9201 M:      Martin Mares <mj@ucw.cz>
9202 L:      linux-video@atrey.karlin.mff.cuni.cz
9203 S:      Maintained
9204 F:      Documentation/svga.txt
9205 F:      arch/x86/boot/video*
9206
9207 SWIOTLB SUBSYSTEM
9208 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9209 L:      linux-kernel@vger.kernel.org
9210 S:      Supported
9211 F:      lib/swiotlb.c
9212 F:      arch/*/kernel/pci-swiotlb.c
9213 F:      include/linux/swiotlb.h
9214
9215 SWITCHDEV
9216 M:      Jiri Pirko <jiri@resnulli.us>
9217 L:      netdev@vger.kernel.org
9218 S:      Supported
9219 F:      net/switchdev/
9220 F:      include/net/switchdev.h
9221
9222 SYNOPSYS ARC ARCHITECTURE
9223 M:      Vineet Gupta <vgupta@synopsys.com>
9224 S:      Supported
9225 F:      arch/arc/
9226 F:      Documentation/devicetree/bindings/arc/
9227 F:      drivers/tty/serial/arc_uart.c
9228
9229 SYSV FILESYSTEM
9230 M:      Christoph Hellwig <hch@infradead.org>
9231 S:      Maintained
9232 F:      Documentation/filesystems/sysv-fs.txt
9233 F:      fs/sysv/
9234 F:      include/linux/sysv_fs.h
9235
9236 TARGET SUBSYSTEM
9237 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9238 L:      linux-scsi@vger.kernel.org
9239 L:      target-devel@vger.kernel.org
9240 W:      http://www.linux-iscsi.org
9241 W:      http://groups.google.com/group/linux-iscsi-target-dev
9242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9243 S:      Supported
9244 F:      drivers/target/
9245 F:      include/target/
9246 F:      Documentation/target/
9247
9248 TASKSTATS STATISTICS INTERFACE
9249 M:      Balbir Singh <bsingharora@gmail.com>
9250 S:      Maintained
9251 F:      Documentation/accounting/taskstats*
9252 F:      include/linux/taskstats*
9253 F:      kernel/taskstats.c
9254
9255 TC CLASSIFIER
9256 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9257 L:      netdev@vger.kernel.org
9258 S:      Maintained
9259 F:      include/net/pkt_cls.h
9260 F:      include/uapi/linux/pkt_cls.h
9261 F:      net/sched/
9262
9263 TCP LOW PRIORITY MODULE
9264 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9265 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9266 W:      http://tcp-lp-mod.sourceforge.net/
9267 S:      Maintained
9268 F:      net/ipv4/tcp_lp.c
9269
9270 TDA10071 MEDIA DRIVER
9271 M:      Antti Palosaari <crope@iki.fi>
9272 L:      linux-media@vger.kernel.org
9273 W:      http://linuxtv.org/
9274 W:      http://palosaari.fi/linux/
9275 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9276 T:      git git://linuxtv.org/anttip/media_tree.git
9277 S:      Maintained
9278 F:      drivers/media/dvb-frontends/tda10071*
9279
9280 TDA18212 MEDIA DRIVER
9281 M:      Antti Palosaari <crope@iki.fi>
9282 L:      linux-media@vger.kernel.org
9283 W:      http://linuxtv.org/
9284 W:      http://palosaari.fi/linux/
9285 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9286 T:      git git://linuxtv.org/anttip/media_tree.git
9287 S:      Maintained
9288 F:      drivers/media/tuners/tda18212*
9289
9290 TDA18218 MEDIA DRIVER
9291 M:      Antti Palosaari <crope@iki.fi>
9292 L:      linux-media@vger.kernel.org
9293 W:      http://linuxtv.org/
9294 W:      http://palosaari.fi/linux/
9295 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9296 T:      git git://linuxtv.org/anttip/media_tree.git
9297 S:      Maintained
9298 F:      drivers/media/tuners/tda18218*
9299
9300 TDA18271 MEDIA DRIVER
9301 M:      Michael Krufky <mkrufky@linuxtv.org>
9302 L:      linux-media@vger.kernel.org
9303 W:      http://linuxtv.org/
9304 W:      http://github.com/mkrufky
9305 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9306 T:      git git://linuxtv.org/mkrufky/tuners.git
9307 S:      Maintained
9308 F:      drivers/media/tuners/tda18271*
9309
9310 TDA827x MEDIA DRIVER
9311 M:      Michael Krufky <mkrufky@linuxtv.org>
9312 L:      linux-media@vger.kernel.org
9313 W:      http://linuxtv.org/
9314 W:      http://github.com/mkrufky
9315 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9316 T:      git git://linuxtv.org/mkrufky/tuners.git
9317 S:      Maintained
9318 F:      drivers/media/tuners/tda8290.*
9319
9320 TDA8290 MEDIA DRIVER
9321 M:      Michael Krufky <mkrufky@linuxtv.org>
9322 L:      linux-media@vger.kernel.org
9323 W:      http://linuxtv.org/
9324 W:      http://github.com/mkrufky
9325 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9326 T:      git git://linuxtv.org/mkrufky/tuners.git
9327 S:      Maintained
9328 F:      drivers/media/tuners/tda8290.*
9329
9330 TDA9840 MEDIA DRIVER
9331 M:      Hans Verkuil <hverkuil@xs4all.nl>
9332 L:      linux-media@vger.kernel.org
9333 T:      git git://linuxtv.org/media_tree.git
9334 W:      http://linuxtv.org
9335 S:      Maintained
9336 F:      drivers/media/i2c/tda9840*
9337
9338 TEA5761 TUNER DRIVER
9339 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9340 L:      linux-media@vger.kernel.org
9341 W:      http://linuxtv.org
9342 T:      git git://linuxtv.org/media_tree.git
9343 S:      Odd fixes
9344 F:      drivers/media/tuners/tea5761.*
9345
9346 TEA5767 TUNER DRIVER
9347 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9348 L:      linux-media@vger.kernel.org
9349 W:      http://linuxtv.org
9350 T:      git git://linuxtv.org/media_tree.git
9351 S:      Maintained
9352 F:      drivers/media/tuners/tea5767.*
9353
9354 TEA6415C MEDIA DRIVER
9355 M:      Hans Verkuil <hverkuil@xs4all.nl>
9356 L:      linux-media@vger.kernel.org
9357 T:      git git://linuxtv.org/media_tree.git
9358 W:      http://linuxtv.org
9359 S:      Maintained
9360 F:      drivers/media/i2c/tea6415c*
9361
9362 TEA6420 MEDIA DRIVER
9363 M:      Hans Verkuil <hverkuil@xs4all.nl>
9364 L:      linux-media@vger.kernel.org
9365 T:      git git://linuxtv.org/media_tree.git
9366 W:      http://linuxtv.org
9367 S:      Maintained
9368 F:      drivers/media/i2c/tea6420*
9369
9370 TEAM DRIVER
9371 M:      Jiri Pirko <jiri@resnulli.us>
9372 L:      netdev@vger.kernel.org
9373 S:      Supported
9374 F:      drivers/net/team/
9375 F:      include/linux/if_team.h
9376 F:      include/uapi/linux/if_team.h
9377
9378 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9379 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9380 S:      Maintained
9381 F:      arch/x86/platform/ts5500/
9382
9383 TECHNOTREND USB IR RECEIVER
9384 M:      Sean Young <sean@mess.org>
9385 L:      linux-media@vger.kernel.org
9386 S:      Maintained
9387 F:      drivers/media/rc/ttusbir.c
9388
9389 TEGRA ARCHITECTURE SUPPORT
9390 M:      Stephen Warren <swarren@wwwdotorg.org>
9391 M:      Thierry Reding <thierry.reding@gmail.com>
9392 M:      Alexandre Courbot <gnurou@gmail.com>
9393 L:      linux-tegra@vger.kernel.org
9394 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9395 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9396 S:      Supported
9397 N:      [^a-z]tegra
9398
9399 TEGRA CLOCK DRIVER
9400 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9401 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9402 S:      Supported
9403 F:      drivers/clk/tegra/
9404
9405 TEGRA DMA DRIVER
9406 M:      Laxman Dewangan <ldewangan@nvidia.com>
9407 S:      Supported
9408 F:      drivers/dma/tegra20-apb-dma.c
9409
9410 TEGRA I2C DRIVER
9411 M:      Laxman Dewangan <ldewangan@nvidia.com>
9412 S:      Supported
9413 F:      drivers/i2c/busses/i2c-tegra.c
9414
9415 TEGRA IOMMU DRIVERS
9416 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9417 S:      Supported
9418 F:      drivers/iommu/tegra*
9419
9420 TEGRA KBC DRIVER
9421 M:      Rakesh Iyer <riyer@nvidia.com>
9422 M:      Laxman Dewangan <ldewangan@nvidia.com>
9423 S:      Supported
9424 F:      drivers/input/keyboard/tegra-kbc.c
9425
9426 TEGRA PWM DRIVER
9427 M:      Thierry Reding <thierry.reding@gmail.com>
9428 S:      Supported
9429 F:      drivers/pwm/pwm-tegra.c
9430
9431 TEGRA SERIAL DRIVER
9432 M:      Laxman Dewangan <ldewangan@nvidia.com>
9433 S:      Supported
9434 F:      drivers/tty/serial/serial-tegra.c
9435
9436 TEGRA SPI DRIVER
9437 M:      Laxman Dewangan <ldewangan@nvidia.com>
9438 S:      Supported
9439 F:      drivers/spi/spi-tegra*
9440
9441 TEHUTI ETHERNET DRIVER
9442 M:      Andy Gospodarek <andy@greyhouse.net>
9443 L:      netdev@vger.kernel.org
9444 S:      Supported
9445 F:      drivers/net/ethernet/tehuti/*
9446
9447 Telecom Clock Driver for MCPL0010
9448 M:      Mark Gross <mark.gross@intel.com>
9449 S:      Supported
9450 F:      drivers/char/tlclk.c
9451
9452 TENSILICA XTENSA PORT (xtensa)
9453 M:      Chris Zankel <chris@zankel.net>
9454 M:      Max Filippov <jcmvbkbc@gmail.com>
9455 L:      linux-xtensa@linux-xtensa.org
9456 S:      Maintained
9457 F:      arch/xtensa/
9458 F:      drivers/irqchip/irq-xtensa-*
9459
9460 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9461 M:      Hans Verkuil <hverkuil@xs4all.nl>
9462 L:      linux-media@vger.kernel.org
9463 T:      git git://linuxtv.org/media_tree.git
9464 W:      http://linuxtv.org
9465 S:      Maintained
9466 F:      drivers/media/radio/radio-raremono.c
9467
9468 THERMAL
9469 M:      Zhang Rui <rui.zhang@intel.com>
9470 M:      Eduardo Valentin <edubezval@gmail.com>
9471 L:      linux-pm@vger.kernel.org
9472 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9473 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9474 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9475 S:      Supported
9476 F:      drivers/thermal/
9477 F:      include/linux/thermal.h
9478 F:      include/linux/cpu_cooling.h
9479 F:      Documentation/devicetree/bindings/thermal/
9480
9481 THINGM BLINK(1) USB RGB LED DRIVER
9482 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9483 S:      Maintained
9484 F:      drivers/hid/hid-thingm.c
9485
9486 THINKPAD ACPI EXTRAS DRIVER
9487 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9488 L:      ibm-acpi-devel@lists.sourceforge.net
9489 L:      platform-driver-x86@vger.kernel.org
9490 W:      http://ibm-acpi.sourceforge.net
9491 W:      http://thinkwiki.org/wiki/Ibm-acpi
9492 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9493 S:      Maintained
9494 F:      drivers/platform/x86/thinkpad_acpi.c
9495
9496 TI BANDGAP AND THERMAL DRIVER
9497 M:      Eduardo Valentin <edubezval@gmail.com>
9498 L:      linux-pm@vger.kernel.org
9499 S:      Supported
9500 F:      drivers/thermal/ti-soc-thermal/
9501
9502 TI CLOCK DRIVER
9503 M:      Tero Kristo <t-kristo@ti.com>
9504 L:      linux-omap@vger.kernel.org
9505 S:      Maintained
9506 F:      drivers/clk/ti/
9507 F:      include/linux/clk/ti.h
9508
9509 TI FLASH MEDIA INTERFACE DRIVER
9510 M:      Alex Dubov <oakad@yahoo.com>
9511 S:      Maintained
9512 F:      drivers/misc/tifm*
9513 F:      drivers/mmc/host/tifm_sd.c
9514 F:      include/linux/tifm.h
9515
9516 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9517 M:      Santosh Shilimkar <ssantosh@kernel.org>
9518 L:      linux-kernel@vger.kernel.org
9519 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9520 S:      Maintained
9521 F:      drivers/soc/ti/*
9522 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9523
9524
9525 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9526 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9527 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9528 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9529 S:      Maintained
9530 F:      sound/soc/codecs/lm49453*
9531 F:      sound/soc/codecs/isabelle*
9532
9533 TI LP855x BACKLIGHT DRIVER
9534 M:      Milo Kim <milo.kim@ti.com>
9535 S:      Maintained
9536 F:      Documentation/backlight/lp855x-driver.txt
9537 F:      drivers/video/backlight/lp855x_bl.c
9538 F:      include/linux/platform_data/lp855x.h
9539
9540 TI LP8727 CHARGER DRIVER
9541 M:      Milo Kim <milo.kim@ti.com>
9542 S:      Maintained
9543 F:      drivers/power/lp8727_charger.c
9544 F:      include/linux/platform_data/lp8727.h
9545
9546 TI LP8788 MFD DRIVER
9547 M:      Milo Kim <milo.kim@ti.com>
9548 S:      Maintained
9549 F:      drivers/iio/adc/lp8788_adc.c
9550 F:      drivers/leds/leds-lp8788.c
9551 F:      drivers/mfd/lp8788*.c
9552 F:      drivers/power/lp8788-charger.c
9553 F:      drivers/regulator/lp8788-*.c
9554 F:      include/linux/mfd/lp8788*.h
9555
9556 TI TWL4030 SERIES SOC CODEC DRIVER
9557 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9558 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9559 S:      Maintained
9560 F:      sound/soc/codecs/twl4030*
9561
9562 TI WILINK WIRELESS DRIVERS
9563 L:      linux-wireless@vger.kernel.org
9564 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9565 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9567 S:      Orphan
9568 F:      drivers/net/wireless/ti/
9569 F:      include/linux/wl12xx.h
9570
9571 TIPC NETWORK LAYER
9572 M:      Jon Maloy <jon.maloy@ericsson.com>
9573 M:      Allan Stephens <allan.stephens@windriver.com>
9574 L:      netdev@vger.kernel.org (core kernel code)
9575 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9576 W:      http://tipc.sourceforge.net/
9577 S:      Maintained
9578 F:      include/uapi/linux/tipc*.h
9579 F:      net/tipc/
9580
9581 TILE ARCHITECTURE
9582 M:      Chris Metcalf <cmetcalf@tilera.com>
9583 W:      http://www.tilera.com/scm/
9584 S:      Supported
9585 F:      arch/tile/
9586 F:      drivers/char/tile-srom.c
9587 F:      drivers/edac/tile_edac.c
9588 F:      drivers/net/ethernet/tile/
9589 F:      drivers/rtc/rtc-tile.c
9590 F:      drivers/tty/hvc/hvc_tile.c
9591 F:      drivers/tty/serial/tilegx.c
9592 F:      drivers/usb/host/*-tilegx.c
9593 F:      include/linux/usb/tilegx.h
9594
9595 TLAN NETWORK DRIVER
9596 M:      Samuel Chessman <chessman@tux.org>
9597 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9598 W:      http://sourceforge.net/projects/tlan/
9599 S:      Maintained
9600 F:      Documentation/networking/tlan.txt
9601 F:      drivers/net/ethernet/ti/tlan.*
9602
9603 TOMOYO SECURITY MODULE
9604 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9605 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9606 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9607 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9608 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9609 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9610 W:      http://tomoyo.sourceforge.jp/
9611 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9612 S:      Maintained
9613 F:      security/tomoyo/
9614
9615 TOPSTAR LAPTOP EXTRAS DRIVER
9616 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9617 L:      platform-driver-x86@vger.kernel.org
9618 S:      Maintained
9619 F:      drivers/platform/x86/topstar-laptop.c
9620
9621 TOSHIBA ACPI EXTRAS DRIVER
9622 L:      platform-driver-x86@vger.kernel.org
9623 S:      Orphan
9624 F:      drivers/platform/x86/toshiba_acpi.c
9625
9626 TOSHIBA SMM DRIVER
9627 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9628 L:      tlinux-users@tce.toshiba-dme.co.jp
9629 W:      http://www.buzzard.org.uk/toshiba/
9630 S:      Maintained
9631 F:      drivers/char/toshiba.c
9632 F:      include/linux/toshiba.h
9633 F:      include/uapi/linux/toshiba.h
9634
9635 TMIO MMC DRIVER
9636 M:      Ian Molton <ian.molton@codethink.co.uk>
9637 L:      linux-mmc@vger.kernel.org
9638 S:      Maintained
9639 F:      drivers/mmc/host/tmio_mmc*
9640 F:      drivers/mmc/host/sh_mobile_sdhi.c
9641 F:      include/linux/mmc/tmio.h
9642 F:      include/linux/mmc/sh_mobile_sdhi.h
9643
9644 TMP401 HARDWARE MONITOR DRIVER
9645 M:      Guenter Roeck <linux@roeck-us.net>
9646 L:      lm-sensors@lm-sensors.org
9647 S:      Maintained
9648 F:      Documentation/hwmon/tmp401
9649 F:      drivers/hwmon/tmp401.c
9650
9651 TMPFS (SHMEM FILESYSTEM)
9652 M:      Hugh Dickins <hughd@google.com>
9653 L:      linux-mm@kvack.org
9654 S:      Maintained
9655 F:      include/linux/shmem_fs.h
9656 F:      mm/shmem.c
9657
9658 TM6000 VIDEO4LINUX DRIVER
9659 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9660 L:      linux-media@vger.kernel.org
9661 W:      http://linuxtv.org
9662 T:      git git://linuxtv.org/media_tree.git
9663 S:      Odd fixes
9664 F:      drivers/media/usb/tm6000/
9665
9666 TW68 VIDEO4LINUX DRIVER
9667 M:      Hans Verkuil <hverkuil@xs4all.nl>
9668 L:      linux-media@vger.kernel.org
9669 T:      git git://linuxtv.org/media_tree.git
9670 W:      http://linuxtv.org
9671 S:      Odd Fixes
9672 F:      drivers/media/pci/tw68/
9673
9674 TPM DEVICE DRIVER
9675 M:      Peter Huewe <peterhuewe@gmx.de>
9676 M:      Ashley Lai <ashley@ashleylai.com>
9677 M:      Marcel Selhorst <tpmdd@selhorst.net>
9678 W:      http://tpmdd.sourceforge.net
9679 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9680 S:      Maintained
9681 F:      drivers/char/tpm/
9682
9683 TRACING
9684 M:      Steven Rostedt <rostedt@goodmis.org>
9685 M:      Ingo Molnar <mingo@redhat.com>
9686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9687 S:      Maintained
9688 F:      Documentation/trace/ftrace.txt
9689 F:      arch/*/*/*/ftrace.h
9690 F:      arch/*/kernel/ftrace.c
9691 F:      include/*/ftrace.h
9692 F:      include/linux/trace*.h
9693 F:      include/trace/
9694 F:      kernel/trace/
9695 F:      tools/testing/selftests/ftrace/
9696
9697 TRIVIAL PATCHES
9698 M:      Jiri Kosina <trivial@kernel.org>
9699 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9700 S:      Maintained
9701 K:      ^Subject:.*(?i)trivial
9702
9703 TTY LAYER
9704 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9705 M:      Jiri Slaby <jslaby@suse.cz>
9706 S:      Supported
9707 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9708 F:      drivers/tty/
9709 F:      drivers/tty/serial/serial_core.c
9710 F:      include/linux/serial_core.h
9711 F:      include/linux/serial.h
9712 F:      include/linux/tty.h
9713 F:      include/uapi/linux/serial_core.h
9714 F:      include/uapi/linux/serial.h
9715 F:      include/uapi/linux/tty.h
9716
9717 TUA9001 MEDIA DRIVER
9718 M:      Antti Palosaari <crope@iki.fi>
9719 L:      linux-media@vger.kernel.org
9720 W:      http://linuxtv.org/
9721 W:      http://palosaari.fi/linux/
9722 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9723 T:      git git://linuxtv.org/anttip/media_tree.git
9724 S:      Maintained
9725 F:      drivers/media/tuners/tua9001*
9726
9727 TULIP NETWORK DRIVERS
9728 M:      Grant Grundler <grundler@parisc-linux.org>
9729 L:      netdev@vger.kernel.org
9730 S:      Maintained
9731 F:      drivers/net/ethernet/dec/tulip/
9732
9733 TUN/TAP driver
9734 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9735 W:      http://vtun.sourceforge.net/tun
9736 S:      Maintained
9737 F:      Documentation/networking/tuntap.txt
9738 F:      arch/um/os-Linux/drivers/
9739
9740 TURBOCHANNEL SUBSYSTEM
9741 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9742 M:      Ralf Baechle <ralf@linux-mips.org>
9743 L:      linux-mips@linux-mips.org
9744 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9745 S:      Maintained
9746 F:      drivers/tc/
9747 F:      include/linux/tc.h
9748
9749 U14-34F SCSI DRIVER
9750 M:      Dario Ballabio <ballabio_dario@emc.com>
9751 L:      linux-scsi@vger.kernel.org
9752 S:      Maintained
9753 F:      drivers/scsi/u14-34f.c
9754
9755 UBI FILE SYSTEM (UBIFS)
9756 M:      Artem Bityutskiy <dedekind1@gmail.com>
9757 M:      Adrian Hunter <adrian.hunter@intel.com>
9758 L:      linux-mtd@lists.infradead.org
9759 T:      git git://git.infradead.org/ubifs-2.6.git
9760 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9761 S:      Maintained
9762 F:      Documentation/filesystems/ubifs.txt
9763 F:      fs/ubifs/
9764
9765 UCLINUX (AND M68KNOMMU)
9766 M:      Greg Ungerer <gerg@uclinux.org>
9767 W:      http://www.uclinux.org/
9768 L:      uclinux-dev@uclinux.org  (subscribers-only)
9769 S:      Maintained
9770 F:      arch/m68k/*/*_no.*
9771 F:      arch/m68k/include/asm/*_no.*
9772
9773 UDF FILESYSTEM
9774 M:      Jan Kara <jack@suse.cz>
9775 S:      Maintained
9776 F:      Documentation/filesystems/udf.txt
9777 F:      fs/udf/
9778
9779 UFS FILESYSTEM
9780 M:      Evgeniy Dushistov <dushistov@mail.ru>
9781 S:      Maintained
9782 F:      Documentation/filesystems/ufs.txt
9783 F:      fs/ufs/
9784
9785 UHID USERSPACE HID IO DRIVER:
9786 M:      David Herrmann <dh.herrmann@googlemail.com>
9787 L:      linux-input@vger.kernel.org
9788 S:      Maintained
9789 F:      drivers/hid/uhid.c
9790 F:      include/uapi/linux/uhid.h
9791
9792 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9793 L:      linux-usb@vger.kernel.org
9794 S:      Orphan
9795 F:      drivers/uwb/
9796 F:      include/linux/uwb.h
9797 F:      include/linux/uwb/
9798
9799 UNICORE32 ARCHITECTURE:
9800 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9801 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9802 S:      Maintained
9803 T:      git git://github.com/gxt/linux.git
9804 F:      arch/unicore32/
9805
9806 UNIFDEF
9807 M:      Tony Finch <dot@dotat.at>
9808 W:      http://dotat.at/prog/unifdef
9809 S:      Maintained
9810 F:      scripts/unifdef.c
9811
9812 UNIFORM CDROM DRIVER
9813 M:      Jens Axboe <axboe@kernel.dk>
9814 W:      http://www.kernel.dk
9815 S:      Maintained
9816 F:      Documentation/cdrom/
9817 F:      drivers/cdrom/cdrom.c
9818 F:      include/linux/cdrom.h
9819 F:      include/uapi/linux/cdrom.h
9820
9821 UNISYS S-PAR DRIVERS
9822 M:     Benjamin Romer <benjamin.romer@unisys.com>
9823 M:     David Kershner <david.kershner@unisys.com>
9824 L:     sparmaintainer@unisys.com (Unisys internal)
9825 S:     Supported
9826 F:     drivers/staging/unisys/
9827
9828 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9829 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9830 L:      linux-scsi@vger.kernel.org
9831 S:      Supported
9832 F:      Documentation/scsi/ufs.txt
9833 F:      drivers/scsi/ufs/
9834
9835 UNSORTED BLOCK IMAGES (UBI)
9836 M:      Artem Bityutskiy <dedekind1@gmail.com>
9837 W:      http://www.linux-mtd.infradead.org/
9838 L:      linux-mtd@lists.infradead.org
9839 T:      git git://git.infradead.org/ubifs-2.6.git
9840 S:      Maintained
9841 F:      drivers/mtd/ubi/
9842 F:      include/linux/mtd/ubi.h
9843 F:      include/uapi/mtd/ubi-user.h
9844
9845 UNSORTED BLOCK IMAGES (UBI) Fastmap
9846 M:      Richard Weinberger <richard@nod.at>
9847 L:      linux-mtd@lists.infradead.org
9848 S:      Maintained
9849 F:      drivers/mtd/ubi/fastmap.c
9850
9851 USB ACM DRIVER
9852 M:      Oliver Neukum <oliver@neukum.org>
9853 L:      linux-usb@vger.kernel.org
9854 S:      Maintained
9855 F:      Documentation/usb/acm.txt
9856 F:      drivers/usb/class/cdc-acm.*
9857
9858 USB AR5523 WIRELESS DRIVER
9859 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9860 L:      linux-wireless@vger.kernel.org
9861 S:      Maintained
9862 F:      drivers/net/wireless/ath/ar5523/
9863
9864 USB ATTACHED SCSI
9865 M:      Hans de Goede <hdegoede@redhat.com>
9866 M:      Gerd Hoffmann <kraxel@redhat.com>
9867 L:      linux-usb@vger.kernel.org
9868 L:      linux-scsi@vger.kernel.org
9869 S:      Maintained
9870 F:      drivers/usb/storage/uas.c
9871
9872 USB CDC ETHERNET DRIVER
9873 M:      Oliver Neukum <oliver@neukum.org>
9874 L:      linux-usb@vger.kernel.org
9875 S:      Maintained
9876 F:      drivers/net/usb/cdc_*.c
9877 F:      include/uapi/linux/usb/cdc.h
9878
9879 USB CYPRESS C67X00 DRIVER
9880 M:      Peter Korsgaard <jacmet@sunsite.dk>
9881 L:      linux-usb@vger.kernel.org
9882 S:      Maintained
9883 F:      drivers/usb/c67x00/
9884
9885 USB DAVICOM DM9601 DRIVER
9886 M:      Peter Korsgaard <jacmet@sunsite.dk>
9887 L:      netdev@vger.kernel.org
9888 W:      http://www.linux-usb.org/usbnet
9889 S:      Maintained
9890 F:      drivers/net/usb/dm9601.c
9891
9892 USB DIAMOND RIO500 DRIVER
9893 M:      Cesar Miquel <miquel@df.uba.ar>
9894 L:      rio500-users@lists.sourceforge.net
9895 W:      http://rio500.sourceforge.net
9896 S:      Maintained
9897 F:      drivers/usb/misc/rio500*
9898
9899 USB EHCI DRIVER
9900 M:      Alan Stern <stern@rowland.harvard.edu>
9901 L:      linux-usb@vger.kernel.org
9902 S:      Maintained
9903 F:      Documentation/usb/ehci.txt
9904 F:      drivers/usb/host/ehci*
9905
9906 USB GADGET/PERIPHERAL SUBSYSTEM
9907 M:      Felipe Balbi <balbi@ti.com>
9908 L:      linux-usb@vger.kernel.org
9909 W:      http://www.linux-usb.org/gadget
9910 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9911 S:      Maintained
9912 F:      drivers/usb/gadget/
9913 F:      include/linux/usb/gadget*
9914
9915 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9916 M:      Jiri Kosina <jkosina@suse.cz>
9917 L:      linux-usb@vger.kernel.org
9918 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9919 S:      Maintained
9920 F:      Documentation/hid/hiddev.txt
9921 F:      drivers/hid/usbhid/
9922
9923 USB ISP116X DRIVER
9924 M:      Olav Kongas <ok@artecdesign.ee>
9925 L:      linux-usb@vger.kernel.org
9926 S:      Maintained
9927 F:      drivers/usb/host/isp116x*
9928 F:      include/linux/usb/isp116x.h
9929
9930 USB MASS STORAGE DRIVER
9931 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9932 L:      linux-usb@vger.kernel.org
9933 L:      usb-storage@lists.one-eyed-alien.net
9934 S:      Maintained
9935 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9936 F:      drivers/usb/storage/
9937
9938 USB MIDI DRIVER
9939 M:      Clemens Ladisch <clemens@ladisch.de>
9940 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9941 T:      git git://git.alsa-project.org/alsa-kernel.git
9942 S:      Maintained
9943 F:      sound/usb/midi.*
9944
9945 USB NETWORKING DRIVERS
9946 L:      linux-usb@vger.kernel.org
9947 S:      Odd Fixes
9948 F:      drivers/net/usb/
9949
9950 USB OHCI DRIVER
9951 M:      Alan Stern <stern@rowland.harvard.edu>
9952 L:      linux-usb@vger.kernel.org
9953 S:      Maintained
9954 F:      Documentation/usb/ohci.txt
9955 F:      drivers/usb/host/ohci*
9956
9957 USB OVER IP DRIVER
9958 M:      Valentina Manea <valentina.manea.m@gmail.com>
9959 M:      Shuah Khan <shuah.kh@samsung.com>
9960 L:      linux-usb@vger.kernel.org
9961 S:      Maintained
9962 F:      drivers/usb/usbip/
9963 F:      tools/usb/usbip/
9964
9965 USB PEGASUS DRIVER
9966 M:      Petko Manolov <petkan@nucleusys.com>
9967 L:      linux-usb@vger.kernel.org
9968 L:      netdev@vger.kernel.org
9969 T:      git git://github.com/petkan/pegasus.git
9970 W:      https://github.com/petkan/pegasus
9971 S:      Maintained
9972 F:      drivers/net/usb/pegasus.*
9973
9974 USB PHY LAYER
9975 M:      Felipe Balbi <balbi@ti.com>
9976 L:      linux-usb@vger.kernel.org
9977 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9978 S:      Maintained
9979 F:      drivers/usb/phy/
9980
9981 USB PRINTER DRIVER (usblp)
9982 M:      Pete Zaitcev <zaitcev@redhat.com>
9983 L:      linux-usb@vger.kernel.org
9984 S:      Supported
9985 F:      drivers/usb/class/usblp.c
9986
9987 USB RTL8150 DRIVER
9988 M:      Petko Manolov <petkan@nucleusys.com>
9989 L:      linux-usb@vger.kernel.org
9990 L:      netdev@vger.kernel.org
9991 T:      git git://github.com/petkan/rtl8150.git
9992 W:      https://github.com/petkan/rtl8150
9993 S:      Maintained
9994 F:      drivers/net/usb/rtl8150.c
9995
9996 USB SERIAL SUBSYSTEM
9997 M:      Johan Hovold <johan@kernel.org>
9998 L:      linux-usb@vger.kernel.org
9999 S:      Maintained
10000 F:      Documentation/usb/usb-serial.txt
10001 F:      drivers/usb/serial/
10002 F:      include/linux/usb/serial.h
10003
10004 USB SMSC75XX ETHERNET DRIVER
10005 M:      Steve Glendinning <steve.glendinning@shawell.net>
10006 L:      netdev@vger.kernel.org
10007 S:      Maintained
10008 F:      drivers/net/usb/smsc75xx.*
10009
10010 USB SMSC95XX ETHERNET DRIVER
10011 M:      Steve Glendinning <steve.glendinning@shawell.net>
10012 L:      netdev@vger.kernel.org
10013 S:      Maintained
10014 F:      drivers/net/usb/smsc95xx.*
10015
10016 USB SUBSYSTEM
10017 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10018 L:      linux-usb@vger.kernel.org
10019 W:      http://www.linux-usb.org
10020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10021 S:      Supported
10022 F:      Documentation/usb/
10023 F:      drivers/usb/
10024 F:      include/linux/usb.h
10025 F:      include/linux/usb/
10026
10027 USB UHCI DRIVER
10028 M:      Alan Stern <stern@rowland.harvard.edu>
10029 L:      linux-usb@vger.kernel.org
10030 S:      Maintained
10031 F:      drivers/usb/host/uhci*
10032
10033 USB "USBNET" DRIVER FRAMEWORK
10034 M:      Oliver Neukum <oneukum@suse.de>
10035 L:      netdev@vger.kernel.org
10036 W:      http://www.linux-usb.org/usbnet
10037 S:      Maintained
10038 F:      drivers/net/usb/usbnet.c
10039 F:      include/linux/usb/usbnet.h
10040
10041 USB VIDEO CLASS
10042 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10043 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10044 L:      linux-media@vger.kernel.org
10045 T:      git git://linuxtv.org/media_tree.git
10046 W:      http://www.ideasonboard.org/uvc/
10047 S:      Maintained
10048 F:      drivers/media/usb/uvc/
10049 F:      include/uapi/linux/uvcvideo.h
10050
10051 USB VISION DRIVER
10052 M:      Hans Verkuil <hverkuil@xs4all.nl>
10053 L:      linux-media@vger.kernel.org
10054 T:      git git://linuxtv.org/media_tree.git
10055 W:      http://linuxtv.org
10056 S:      Odd Fixes
10057 F:      drivers/media/usb/usbvision/
10058
10059 USB WEBCAM GADGET
10060 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10061 L:      linux-usb@vger.kernel.org
10062 S:      Maintained
10063 F:      drivers/usb/gadget/function/*uvc*
10064 F:      drivers/usb/gadget/legacy/webcam.c
10065
10066 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10067 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10068 L:      linux-wireless@vger.kernel.org
10069 S:      Maintained
10070 F:      drivers/net/wireless/rndis_wlan.c
10071
10072 USB XHCI DRIVER
10073 M:      Mathias Nyman <mathias.nyman@intel.com>
10074 L:      linux-usb@vger.kernel.org
10075 S:      Supported
10076 F:      drivers/usb/host/xhci*
10077 F:      drivers/usb/host/pci-quirks*
10078
10079 USB ZD1201 DRIVER
10080 L:      linux-wireless@vger.kernel.org
10081 W:      http://linux-lc100020.sourceforge.net
10082 S:      Orphan
10083 F:      drivers/net/wireless/zd1201.*
10084
10085 USB ZR364XX DRIVER
10086 M:      Antoine Jacquet <royale@zerezo.com>
10087 L:      linux-usb@vger.kernel.org
10088 L:      linux-media@vger.kernel.org
10089 T:      git git://linuxtv.org/media_tree.git
10090 W:      http://royale.zerezo.com/zr364xx/
10091 S:      Maintained
10092 F:      Documentation/video4linux/zr364xx.txt
10093 F:      drivers/media/usb/zr364xx/
10094
10095 USER-MODE LINUX (UML)
10096 M:      Jeff Dike <jdike@addtoit.com>
10097 M:      Richard Weinberger <richard@nod.at>
10098 L:      user-mode-linux-devel@lists.sourceforge.net
10099 L:      user-mode-linux-user@lists.sourceforge.net
10100 W:      http://user-mode-linux.sourceforge.net
10101 S:      Maintained
10102 F:      Documentation/virtual/uml/
10103 F:      arch/um/
10104 F:      arch/x86/um/
10105 F:      fs/hostfs/
10106 F:      fs/hppfs/
10107
10108 USERSPACE I/O (UIO)
10109 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10110 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10111 S:      Maintained
10112 F:      Documentation/DocBook/uio-howto.tmpl
10113 F:      drivers/uio/
10114 F:      include/linux/uio*.h
10115
10116 UTIL-LINUX PACKAGE
10117 M:      Karel Zak <kzak@redhat.com>
10118 L:      util-linux@vger.kernel.org
10119 W:      http://en.wikipedia.org/wiki/Util-linux
10120 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10121 S:      Maintained
10122
10123 UVESAFB DRIVER
10124 M:      Michal Januszewski <spock@gentoo.org>
10125 L:      linux-fbdev@vger.kernel.org
10126 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10127 S:      Maintained
10128 F:      Documentation/fb/uvesafb.txt
10129 F:      drivers/video/fbdev/uvesafb.*
10130
10131 VFAT/FAT/MSDOS FILESYSTEM
10132 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10133 S:      Maintained
10134 F:      Documentation/filesystems/vfat.txt
10135 F:      fs/fat/
10136
10137 VFIO DRIVER
10138 M:      Alex Williamson <alex.williamson@redhat.com>
10139 L:      kvm@vger.kernel.org
10140 S:      Maintained
10141 F:      Documentation/vfio.txt
10142 F:      drivers/vfio/
10143 F:      include/linux/vfio.h
10144 F:      include/uapi/linux/vfio.h
10145
10146 VIDEOBUF2 FRAMEWORK
10147 M:      Pawel Osciak <pawel@osciak.com>
10148 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10149 M:      Kyungmin Park <kyungmin.park@samsung.com>
10150 L:      linux-media@vger.kernel.org
10151 S:      Maintained
10152 F:      drivers/media/v4l2-core/videobuf2-*
10153 F:      include/media/videobuf2-*
10154
10155 VIRTIO CONSOLE DRIVER
10156 M:      Amit Shah <amit.shah@redhat.com>
10157 L:      virtualization@lists.linux-foundation.org
10158 S:      Maintained
10159 F:      drivers/char/virtio_console.c
10160 F:      include/linux/virtio_console.h
10161 F:      include/uapi/linux/virtio_console.h
10162
10163 VIRTIO CORE, NET AND BLOCK DRIVERS
10164 M:      Rusty Russell <rusty@rustcorp.com.au>
10165 M:      "Michael S. Tsirkin" <mst@redhat.com>
10166 L:      virtualization@lists.linux-foundation.org
10167 S:      Maintained
10168 F:      drivers/virtio/
10169 F:      tools/virtio/
10170 F:      drivers/net/virtio_net.c
10171 F:      drivers/block/virtio_blk.c
10172 F:      include/linux/virtio_*.h
10173 F:      include/uapi/linux/virtio_*.h
10174
10175 VIRTIO HOST (VHOST)
10176 M:      "Michael S. Tsirkin" <mst@redhat.com>
10177 L:      kvm@vger.kernel.org
10178 L:      virtualization@lists.linux-foundation.org
10179 L:      netdev@vger.kernel.org
10180 S:      Maintained
10181 F:      drivers/vhost/
10182 F:      include/uapi/linux/vhost.h
10183
10184 VIA RHINE NETWORK DRIVER
10185 M:      Roger Luethi <rl@hellgate.ch>
10186 S:      Maintained
10187 F:      drivers/net/ethernet/via/via-rhine.c
10188
10189 VIA SD/MMC CARD CONTROLLER DRIVER
10190 M:      Bruce Chang <brucechang@via.com.tw>
10191 M:      Harald Welte <HaraldWelte@viatech.com>
10192 S:      Maintained
10193 F:      drivers/mmc/host/via-sdmmc.c
10194
10195 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10196 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10197 L:      linux-fbdev@vger.kernel.org
10198 S:      Maintained
10199 F:      include/linux/via-core.h
10200 F:      include/linux/via-gpio.h
10201 F:      include/linux/via_i2c.h
10202 F:      drivers/video/fbdev/via/
10203
10204 VIA VELOCITY NETWORK DRIVER
10205 M:      Francois Romieu <romieu@fr.zoreil.com>
10206 L:      netdev@vger.kernel.org
10207 S:      Maintained
10208 F:      drivers/net/ethernet/via/via-velocity.*
10209
10210 VIVI VIRTUAL VIDEO DRIVER
10211 M:      Hans Verkuil <hverkuil@xs4all.nl>
10212 L:      linux-media@vger.kernel.org
10213 T:      git git://linuxtv.org/media_tree.git
10214 W:      http://linuxtv.org
10215 S:      Maintained
10216 F:      drivers/media/platform/vivi*
10217
10218 VLAN (802.1Q)
10219 M:      Patrick McHardy <kaber@trash.net>
10220 L:      netdev@vger.kernel.org
10221 S:      Maintained
10222 F:      drivers/net/macvlan.c
10223 F:      include/linux/if_*vlan.h
10224 F:      net/8021q/
10225
10226 VLYNQ BUS
10227 M:      Florian Fainelli <florian@openwrt.org>
10228 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10229 S:      Maintained
10230 F:      drivers/vlynq/vlynq.c
10231 F:      include/linux/vlynq.h
10232
10233 VME SUBSYSTEM
10234 M:      Martyn Welch <martyn.welch@ge.com>
10235 M:      Manohar Vanga <manohar.vanga@gmail.com>
10236 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10237 L:      devel@driverdev.osuosl.org
10238 S:      Maintained
10239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10240 F:      Documentation/vme_api.txt
10241 F:      drivers/staging/vme/
10242 F:      drivers/vme/
10243 F:      include/linux/vme*
10244
10245 VMWARE HYPERVISOR INTERFACE
10246 M:      Alok Kataria <akataria@vmware.com>
10247 L:      virtualization@lists.linux-foundation.org
10248 S:      Supported
10249 F:      arch/x86/kernel/cpu/vmware.c
10250
10251 VMWARE BALLOON DRIVER
10252 M:      Xavier Deguillard <xdeguillard@vmware.com>
10253 M:      Philip Moltmann <moltmann@vmware.com>
10254 M:      "VMware, Inc." <pv-drivers@vmware.com>
10255 L:      linux-kernel@vger.kernel.org
10256 S:      Maintained
10257 F:      drivers/misc/vmw_balloon.c
10258
10259 VMWARE VMXNET3 ETHERNET DRIVER
10260 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10261 M:      "VMware, Inc." <pv-drivers@vmware.com>
10262 L:      netdev@vger.kernel.org
10263 S:      Maintained
10264 F:      drivers/net/vmxnet3/
10265
10266 VMware PVSCSI driver
10267 M:      Arvind Kumar <arvindkumar@vmware.com>
10268 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10269 L:      linux-scsi@vger.kernel.org
10270 S:      Maintained
10271 F:      drivers/scsi/vmw_pvscsi.c
10272 F:      drivers/scsi/vmw_pvscsi.h
10273
10274 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10275 M:      Liam Girdwood <lgirdwood@gmail.com>
10276 M:      Mark Brown <broonie@kernel.org>
10277 L:      linux-kernel@vger.kernel.org
10278 W:      http://opensource.wolfsonmicro.com/node/15
10279 W:      http://www.slimlogic.co.uk/?p=48
10280 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10281 S:      Supported
10282 F:      drivers/regulator/
10283 F:      include/linux/regulator/
10284
10285 VT1211 HARDWARE MONITOR DRIVER
10286 M:      Juerg Haefliger <juergh@gmail.com>
10287 L:      lm-sensors@lm-sensors.org
10288 S:      Maintained
10289 F:      Documentation/hwmon/vt1211
10290 F:      drivers/hwmon/vt1211.c
10291
10292 VT8231 HARDWARE MONITOR DRIVER
10293 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10294 L:      lm-sensors@lm-sensors.org
10295 S:      Maintained
10296 F:      drivers/hwmon/vt8231.c
10297
10298 VUB300 USB to SDIO/SD/MMC bridge chip
10299 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10300 L:      linux-mmc@vger.kernel.org
10301 L:      linux-usb@vger.kernel.org
10302 S:      Supported
10303 F:      drivers/mmc/host/vub300.c
10304
10305 W1 DALLAS'S 1-WIRE BUS
10306 M:      Evgeniy Polyakov <zbr@ioremap.net>
10307 S:      Maintained
10308 F:      Documentation/w1/
10309 F:      drivers/w1/
10310
10311 W83791D HARDWARE MONITORING DRIVER
10312 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10313 L:      lm-sensors@lm-sensors.org
10314 S:      Maintained
10315 F:      Documentation/hwmon/w83791d
10316 F:      drivers/hwmon/w83791d.c
10317
10318 W83793 HARDWARE MONITORING DRIVER
10319 M:      Rudolf Marek <r.marek@assembler.cz>
10320 L:      lm-sensors@lm-sensors.org
10321 S:      Maintained
10322 F:      Documentation/hwmon/w83793
10323 F:      drivers/hwmon/w83793.c
10324
10325 W83795 HARDWARE MONITORING DRIVER
10326 M:      Jean Delvare <jdelvare@suse.de>
10327 L:      lm-sensors@lm-sensors.org
10328 S:      Maintained
10329 F:      drivers/hwmon/w83795.c
10330
10331 W83L51xD SD/MMC CARD INTERFACE DRIVER
10332 M:      Pierre Ossman <pierre@ossman.eu>
10333 S:      Maintained
10334 F:      drivers/mmc/host/wbsd.*
10335
10336 WACOM PROTOCOL 4 SERIAL TABLETS
10337 M:      Julian Squires <julian@cipht.net>
10338 M:      Hans de Goede <hdegoede@redhat.com>
10339 L:      linux-input@vger.kernel.org
10340 S:      Maintained
10341 F:      drivers/input/tablet/wacom_serial4.c
10342
10343 WATCHDOG DEVICE DRIVERS
10344 M:      Wim Van Sebroeck <wim@iguana.be>
10345 L:      linux-watchdog@vger.kernel.org
10346 W:      http://www.linux-watchdog.org/
10347 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10348 S:      Maintained
10349 F:      Documentation/watchdog/
10350 F:      drivers/watchdog/
10351 F:      include/linux/watchdog.h
10352 F:      include/uapi/linux/watchdog.h
10353
10354 WD7000 SCSI DRIVER
10355 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10356 L:      linux-scsi@vger.kernel.org
10357 S:      Maintained
10358 F:      drivers/scsi/wd7000.c
10359
10360 WIIMOTE HID DRIVER
10361 M:      David Herrmann <dh.herrmann@googlemail.com>
10362 L:      linux-input@vger.kernel.org
10363 S:      Maintained
10364 F:      drivers/hid/hid-wiimote*
10365
10366 WINBOND CIR DRIVER
10367 M:      David Härdeman <david@hardeman.nu>
10368 S:      Maintained
10369 F:      drivers/media/rc/winbond-cir.c
10370
10371 WIMAX STACK
10372 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10373 M:      linux-wimax@intel.com
10374 L:     wimax@linuxwimax.org (subscribers-only)
10375 S:      Supported
10376 W:      http://linuxwimax.org
10377 F:      Documentation/wimax/README.wimax
10378 F:      include/linux/wimax/debug.h
10379 F:      include/net/wimax.h
10380 F:      include/uapi/linux/wimax.h
10381 F:      net/wimax/
10382
10383 WISTRON LAPTOP BUTTON DRIVER
10384 M:      Miloslav Trmac <mitr@volny.cz>
10385 S:      Maintained
10386 F:      drivers/input/misc/wistron_btns.c
10387
10388 WL3501 WIRELESS PCMCIA CARD DRIVER
10389 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10390 L:      linux-wireless@vger.kernel.org
10391 W:      http://oops.ghostprotocols.net:81/blog
10392 S:      Maintained
10393 F:      drivers/net/wireless/wl3501*
10394
10395 WM97XX TOUCHSCREEN DRIVERS
10396 M:      Mark Brown <broonie@kernel.org>
10397 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10398 L:      linux-input@vger.kernel.org
10399 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10400 W:      http://opensource.wolfsonmicro.com/node/7
10401 S:      Supported
10402 F:      drivers/input/touchscreen/*wm97*
10403 F:      include/linux/wm97xx.h
10404
10405 WOLFSON MICROELECTRONICS DRIVERS
10406 L:      patches@opensource.wolfsonmicro.com
10407 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10408 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10409 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10410 S:      Supported
10411 F:      Documentation/hwmon/wm83??
10412 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10413 F:      drivers/clk/clk-wm83*.c
10414 F:      drivers/extcon/extcon-arizona.c
10415 F:      drivers/leds/leds-wm83*.c
10416 F:      drivers/gpio/gpio-*wm*.c
10417 F:      drivers/gpio/gpio-arizona.c
10418 F:      drivers/hwmon/wm83??-hwmon.c
10419 F:      drivers/input/misc/wm831x-on.c
10420 F:      drivers/input/touchscreen/wm831x-ts.c
10421 F:      drivers/input/touchscreen/wm97*.c
10422 F:      drivers/mfd/arizona*
10423 F:      drivers/mfd/wm*.c
10424 F:      drivers/power/wm83*.c
10425 F:      drivers/rtc/rtc-wm83*.c
10426 F:      drivers/regulator/wm8*.c
10427 F:      drivers/video/backlight/wm83*_bl.c
10428 F:      drivers/watchdog/wm83*_wdt.c
10429 F:      include/linux/mfd/arizona/
10430 F:      include/linux/mfd/wm831x/
10431 F:      include/linux/mfd/wm8350/
10432 F:      include/linux/mfd/wm8400*
10433 F:      include/linux/wm97xx.h
10434 F:      include/sound/wm????.h
10435 F:      sound/soc/codecs/arizona.?
10436 F:      sound/soc/codecs/wm*
10437
10438 WORKQUEUE
10439 M:      Tejun Heo <tj@kernel.org>
10440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10441 S:      Maintained
10442 F:      include/linux/workqueue.h
10443 F:      kernel/workqueue.c
10444 F:      Documentation/workqueue.txt
10445
10446 X.25 NETWORK LAYER
10447 M:      Andrew Hendry <andrew.hendry@gmail.com>
10448 L:      linux-x25@vger.kernel.org
10449 S:      Odd Fixes
10450 F:      Documentation/networking/x25*
10451 F:      include/net/x25*
10452 F:      net/x25/
10453
10454 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10455 M:      Thomas Gleixner <tglx@linutronix.de>
10456 M:      Ingo Molnar <mingo@redhat.com>
10457 M:      "H. Peter Anvin" <hpa@zytor.com>
10458 M:      x86@kernel.org
10459 L:      linux-kernel@vger.kernel.org
10460 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10461 S:      Maintained
10462 F:      Documentation/x86/
10463 F:      arch/x86/
10464
10465 X86 PLATFORM DRIVERS
10466 M:      Darren Hart <dvhart@infradead.org>
10467 L:      platform-driver-x86@vger.kernel.org
10468 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10469 S:      Maintained
10470 F:      drivers/platform/x86/
10471
10472 X86 MCE INFRASTRUCTURE
10473 M:      Tony Luck <tony.luck@intel.com>
10474 M:      Borislav Petkov <bp@alien8.de>
10475 L:      linux-edac@vger.kernel.org
10476 S:      Maintained
10477 F:      arch/x86/kernel/cpu/mcheck/*
10478
10479 XC2028/3028 TUNER DRIVER
10480 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10481 L:      linux-media@vger.kernel.org
10482 W:      http://linuxtv.org
10483 T:      git git://linuxtv.org/media_tree.git
10484 S:      Maintained
10485 F:      drivers/media/tuners/tuner-xc2028.*
10486
10487 XEN HYPERVISOR INTERFACE
10488 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10489 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10490 M:      David Vrabel <david.vrabel@citrix.com>
10491 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10492 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10493 S:      Supported
10494 F:      arch/x86/xen/
10495 F:      drivers/*/xen-*front.c
10496 F:      drivers/xen/
10497 F:      arch/x86/include/asm/xen/
10498 F:      include/xen/
10499 F:      include/uapi/xen/
10500
10501 XEN HYPERVISOR ARM
10502 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10503 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10504 S:      Supported
10505 F:      arch/arm/xen/
10506 F:      arch/arm/include/asm/xen/
10507
10508 XEN HYPERVISOR ARM64
10509 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10510 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10511 S:      Supported
10512 F:      arch/arm64/xen/
10513 F:      arch/arm64/include/asm/xen/
10514
10515 XEN NETWORK BACKEND DRIVER
10516 M:      Ian Campbell <ian.campbell@citrix.com>
10517 M:      Wei Liu <wei.liu2@citrix.com>
10518 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10519 L:      netdev@vger.kernel.org
10520 S:      Supported
10521 F:      drivers/net/xen-netback/*
10522
10523 XEN PCI SUBSYSTEM
10524 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10525 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10526 S:      Supported
10527 F:      arch/x86/pci/*xen*
10528 F:      drivers/pci/*xen*
10529
10530 XEN BLOCK SUBSYSTEM
10531 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10532 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10533 S:      Supported
10534 F:      drivers/block/xen-blkback/*
10535 F:      drivers/block/xen*
10536
10537 XEN PVSCSI DRIVERS
10538 M:      Juergen Gross <jgross@suse.com>
10539 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10540 L:      linux-scsi@vger.kernel.org
10541 S:      Supported
10542 F:      drivers/scsi/xen-scsifront.c
10543 F:      drivers/xen/xen-scsiback.c
10544 F:      include/xen/interface/io/vscsiif.h
10545
10546 XEN SWIOTLB SUBSYSTEM
10547 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10548 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10549 S:      Supported
10550 F:      arch/x86/xen/*swiotlb*
10551 F:      drivers/xen/*swiotlb*
10552
10553 XFS FILESYSTEM
10554 P:      Silicon Graphics Inc
10555 M:      Dave Chinner <david@fromorbit.com>
10556 M:      xfs@oss.sgi.com
10557 L:      xfs@oss.sgi.com
10558 W:      http://oss.sgi.com/projects/xfs
10559 T:      git git://oss.sgi.com/xfs/xfs.git
10560 S:      Supported
10561 F:      Documentation/filesystems/xfs.txt
10562 F:      fs/xfs/
10563
10564 XILINX AXI ETHERNET DRIVER
10565 M:      Anirudha Sarangi <anirudh@xilinx.com>
10566 M:      John Linn <John.Linn@xilinx.com>
10567 S:      Maintained
10568 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10569
10570 XILINX UARTLITE SERIAL DRIVER
10571 M:      Peter Korsgaard <jacmet@sunsite.dk>
10572 L:      linux-serial@vger.kernel.org
10573 S:      Maintained
10574 F:      drivers/tty/serial/uartlite.c
10575
10576 XILLYBUS DRIVER
10577 M:      Eli Billauer <eli.billauer@gmail.com>
10578 L:      linux-kernel@vger.kernel.org
10579 S:      Supported
10580 F:      drivers/char/xillybus/
10581
10582 XTENSA XTFPGA PLATFORM SUPPORT
10583 M:      Max Filippov <jcmvbkbc@gmail.com>
10584 L:      linux-xtensa@linux-xtensa.org
10585 S:      Maintained
10586 F:      drivers/spi/spi-xtensa-xtfpga.c
10587
10588 YAM DRIVER FOR AX.25
10589 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10590 L:      linux-hams@vger.kernel.org
10591 S:      Maintained
10592 F:      drivers/net/hamradio/yam*
10593 F:      include/linux/yam.h
10594
10595 YEALINK PHONE DRIVER
10596 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10597 L:      usbb2k-api-dev@nongnu.org
10598 S:      Maintained
10599 F:      Documentation/input/yealink.txt
10600 F:      drivers/input/misc/yealink.*
10601
10602 Z8530 DRIVER FOR AX.25
10603 M:      Joerg Reuter <jreuter@yaina.de>
10604 W:      http://yaina.de/jreuter/
10605 W:      http://www.qsl.net/dl1bke/
10606 L:      linux-hams@vger.kernel.org
10607 S:      Maintained
10608 F:      Documentation/networking/z8530drv.txt
10609 F:      drivers/net/hamradio/*scc.c
10610 F:      drivers/net/hamradio/z8530.h
10611
10612 ZBUD COMPRESSED PAGE ALLOCATOR
10613 M:      Seth Jennings <sjennings@variantweb.net>
10614 L:      linux-mm@kvack.org
10615 S:      Maintained
10616 F:      mm/zbud.c
10617 F:      include/linux/zbud.h
10618
10619 ZD1211RW WIRELESS DRIVER
10620 M:      Daniel Drake <dsd@gentoo.org>
10621 M:      Ulrich Kunitz <kune@deine-taler.de>
10622 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10623 L:      linux-wireless@vger.kernel.org
10624 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10625 S:      Maintained
10626 F:      drivers/net/wireless/zd1211rw/
10627
10628 ZR36067 VIDEO FOR LINUX DRIVER
10629 L:      mjpeg-users@lists.sourceforge.net
10630 L:      linux-media@vger.kernel.org
10631 W:      http://mjpeg.sourceforge.net/driver-zoran/
10632 T:      hg http://linuxtv.org/hg/v4l-dvb
10633 S:      Odd Fixes
10634 F:      drivers/media/pci/zoran/
10635
10636 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10637 M:      Minchan Kim <minchan@kernel.org>
10638 M:      Nitin Gupta <ngupta@vflare.org>
10639 L:      linux-kernel@vger.kernel.org
10640 S:      Maintained
10641 F:      drivers/block/zram/
10642 F:      Documentation/blockdev/zram.txt
10643
10644 ZS DECSTATION Z85C30 SERIAL DRIVER
10645 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10646 S:      Maintained
10647 F:      drivers/tty/serial/zs.*
10648
10649 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10650 M:      Minchan Kim <minchan@kernel.org>
10651 M:      Nitin Gupta <ngupta@vflare.org>
10652 L:      linux-mm@kvack.org
10653 S:      Maintained
10654 F:      mm/zsmalloc.c
10655 F:      include/linux/zsmalloc.h
10656
10657 ZSWAP COMPRESSED SWAP CACHING
10658 M:      Seth Jennings <sjennings@variantweb.net>
10659 L:      linux-mm@kvack.org
10660 S:      Maintained
10661 F:      mm/zswap.c
10662
10663 THE REST
10664 M:      Linus Torvalds <torvalds@linux-foundation.org>
10665 L:      linux-kernel@vger.kernel.org
10666 Q:      http://patchwork.kernel.org/project/LKML/list/
10667 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10668 S:      Buried alive in reporters
10669 F:      *
10670 F:      */