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