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