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