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