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