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