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