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