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