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