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