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