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