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