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