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