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