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