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