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