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