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