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