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