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