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