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