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