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