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