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