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