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