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