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