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