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