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