MAINTAINERS: remove Dmitry Torokhov's alternate address
[firefly-linux-kernel-4.4.55.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 L:      linux-input@vger.kernel.org
4702 Q:      http://patchwork.kernel.org/project/linux-input/list/
4703 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4704 S:      Maintained
4705 F:      drivers/input/
4706 F:      include/linux/input.h
4707 F:      include/uapi/linux/input.h
4708 F:      include/linux/input/
4709
4710 INPUT MULTITOUCH (MT) PROTOCOL
4711 M:      Henrik Rydberg <rydberg@euromail.se>
4712 L:      linux-input@vger.kernel.org
4713 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4714 S:      Maintained
4715 F:      Documentation/input/multi-touch-protocol.txt
4716 F:      drivers/input/input-mt.c
4717 K:      \b(ABS|SYN)_MT_
4718
4719 INTEL C600 SERIES SAS CONTROLLER DRIVER
4720 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
4721 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
4722 M:      Dave Jiang <dave.jiang@intel.com>
4723 L:      linux-scsi@vger.kernel.org
4724 T:      git git://git.code.sf.net/p/intel-sas/isci
4725 S:      Supported
4726 F:      drivers/scsi/isci/
4727
4728 INTEL IDLE DRIVER
4729 M:      Len Brown <lenb@kernel.org>
4730 L:      linux-pm@vger.kernel.org
4731 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
4732 S:      Supported
4733 F:      drivers/idle/intel_idle.c
4734
4735 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
4736 M:      Maik Broemme <mbroemme@plusserver.de>
4737 L:      linux-fbdev@vger.kernel.org
4738 S:      Maintained
4739 F:      Documentation/fb/intelfb.txt
4740 F:      drivers/video/fbdev/intelfb/
4741
4742 INTEL 810/815 FRAMEBUFFER DRIVER
4743 M:      Antonino Daplas <adaplas@gmail.com>
4744 L:      linux-fbdev@vger.kernel.org
4745 S:      Maintained
4746 F:      drivers/video/fbdev/i810/
4747
4748 INTEL MENLOW THERMAL DRIVER
4749 M:      Sujith Thomas <sujith.thomas@intel.com>
4750 L:      platform-driver-x86@vger.kernel.org
4751 W:      https://01.org/linux-acpi
4752 S:      Supported
4753 F:      drivers/platform/x86/intel_menlow.c
4754
4755 INTEL IA32 MICROCODE UPDATE SUPPORT
4756 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
4757 S:      Maintained
4758 F:      arch/x86/kernel/cpu/microcode/core*
4759 F:      arch/x86/kernel/cpu/microcode/intel*
4760
4761 INTEL I/OAT DMA DRIVER
4762 M:      Dan Williams <dan.j.williams@intel.com>
4763 M:      Dave Jiang <dave.jiang@intel.com>
4764 L:      dmaengine@vger.kernel.org
4765 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
4766 S:      Supported
4767 F:      drivers/dma/ioat*
4768
4769 INTEL IOMMU (VT-d)
4770 M:      David Woodhouse <dwmw2@infradead.org>
4771 L:      iommu@lists.linux-foundation.org
4772 T:      git git://git.infradead.org/iommu-2.6.git
4773 S:      Supported
4774 F:      drivers/iommu/intel-iommu.c
4775 F:      include/linux/intel-iommu.h
4776
4777 INTEL IOP-ADMA DMA DRIVER
4778 M:      Dan Williams <dan.j.williams@intel.com>
4779 S:      Odd fixes
4780 F:      drivers/dma/iop-adma.c
4781
4782 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
4783 M:      Krzysztof Halasa <khc@pm.waw.pl>
4784 S:      Maintained
4785 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
4786 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
4787 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
4788 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
4789 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
4790 F:      drivers/net/wan/ixp4xx_hss.c
4791
4792 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
4793 M:      Deepak Saxena <dsaxena@plexity.net>
4794 S:      Maintained
4795 F:      drivers/char/hw_random/ixp4xx-rng.c
4796
4797 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
4798 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
4799 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
4800 M:      Bruce Allan <bruce.w.allan@intel.com>
4801 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
4802 M:      Don Skidmore <donald.c.skidmore@intel.com>
4803 M:      Greg Rose <gregory.v.rose@intel.com>
4804 M:      Alex Duyck <alexander.h.duyck@intel.com>
4805 M:      John Ronciak <john.ronciak@intel.com>
4806 M:      Mitch Williams <mitch.a.williams@intel.com>
4807 M:      Linux NICS <linux.nics@intel.com>
4808 L:      e1000-devel@lists.sourceforge.net
4809 W:      http://www.intel.com/support/feedback.htm
4810 W:      http://e1000.sourceforge.net/
4811 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
4812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
4813 S:      Supported
4814 F:      Documentation/networking/e100.txt
4815 F:      Documentation/networking/e1000.txt
4816 F:      Documentation/networking/e1000e.txt
4817 F:      Documentation/networking/igb.txt
4818 F:      Documentation/networking/igbvf.txt
4819 F:      Documentation/networking/ixgb.txt
4820 F:      Documentation/networking/ixgbe.txt
4821 F:      Documentation/networking/ixgbevf.txt
4822 F:      Documentation/networking/i40e.txt
4823 F:      Documentation/networking/i40evf.txt
4824 F:      drivers/net/ethernet/intel/
4825 F:      drivers/net/ethernet/intel/*/
4826
4827 INTEL-MID GPIO DRIVER
4828 M:      David Cohen <david.a.cohen@linux.intel.com>
4829 L:      linux-gpio@vger.kernel.org
4830 S:      Maintained
4831 F:      drivers/gpio/gpio-intel-mid.c
4832
4833 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
4834 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
4835 L:      linux-wireless@vger.kernel.org
4836 S:      Maintained
4837 F:      Documentation/networking/README.ipw2100
4838 F:      Documentation/networking/README.ipw2200
4839 F:      drivers/net/wireless/ipw2x00/
4840
4841 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
4842 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
4843 M:      Gang Wei <gang.wei@intel.com>
4844 M:      Shane Wang <shane.wang@intel.com>
4845 L:      tboot-devel@lists.sourceforge.net
4846 W:      http://tboot.sourceforge.net
4847 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
4848 S:      Supported
4849 F:      Documentation/intel_txt.txt
4850 F:      include/linux/tboot.h
4851 F:      arch/x86/kernel/tboot.c
4852
4853 INTEL WIRELESS WIMAX CONNECTION 2400
4854 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
4855 M:      linux-wimax@intel.com
4856 L:     wimax@linuxwimax.org (subscribers-only)
4857 S:      Supported
4858 W:      http://linuxwimax.org
4859 F:      Documentation/wimax/README.i2400m
4860 F:      drivers/net/wimax/i2400m/
4861 F:      include/uapi/linux/wimax/i2400m.h
4862
4863 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
4864 M:      Stanislaw Gruszka <sgruszka@redhat.com>
4865 L:      linux-wireless@vger.kernel.org
4866 S:      Supported
4867 F:      drivers/net/wireless/iwlegacy/
4868
4869 INTEL WIRELESS WIFI LINK (iwlwifi)
4870 M:      Johannes Berg <johannes.berg@intel.com>
4871 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
4872 M:      Intel Linux Wireless <ilw@linux.intel.com>
4873 L:      linux-wireless@vger.kernel.org
4874 W:      http://intellinuxwireless.org
4875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
4876 S:      Supported
4877 F:      drivers/net/wireless/iwlwifi/
4878
4879 INTEL MANAGEMENT ENGINE (mei)
4880 M:      Tomas Winkler <tomas.winkler@intel.com>
4881 L:      linux-kernel@vger.kernel.org
4882 S:      Supported
4883 F:      include/uapi/linux/mei.h
4884 F:      drivers/misc/mei/*
4885 F:      Documentation/misc-devices/mei/*
4886
4887 IOC3 ETHERNET DRIVER
4888 M:      Ralf Baechle <ralf@linux-mips.org>
4889 L:      linux-mips@linux-mips.org
4890 S:      Maintained
4891 F:      drivers/net/ethernet/sgi/ioc3-eth.c
4892
4893 IOC3 SERIAL DRIVER
4894 M:      Pat Gefre <pfg@sgi.com>
4895 L:      linux-serial@vger.kernel.org
4896 S:      Maintained
4897 F:      drivers/tty/serial/ioc3_serial.c
4898
4899 IOMMU DRIVERS
4900 M:      Joerg Roedel <joro@8bytes.org>
4901 L:      iommu@lists.linux-foundation.org
4902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
4903 S:      Maintained
4904 F:      drivers/iommu/
4905
4906 IP MASQUERADING
4907 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
4908 S:      Maintained
4909 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
4910
4911 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
4912 M:      Francois Romieu <romieu@fr.zoreil.com>
4913 M:      Sorbica Shieh <sorbica@icplus.com.tw>
4914 L:      netdev@vger.kernel.org
4915 S:      Maintained
4916 F:      drivers/net/ethernet/icplus/ipg.*
4917
4918 IPATH DRIVER
4919 M:      Mike Marciniszyn <infinipath@intel.com>
4920 L:      linux-rdma@vger.kernel.org
4921 S:      Maintained
4922 F:      drivers/infiniband/hw/ipath/
4923
4924 IPMI SUBSYSTEM
4925 M:      Corey Minyard <minyard@acm.org>
4926 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
4927 W:      http://openipmi.sourceforge.net/
4928 S:      Supported
4929 F:      Documentation/IPMI.txt
4930 F:      drivers/char/ipmi/
4931 F:      include/linux/ipmi*
4932 F:      include/uapi/linux/ipmi*
4933
4934 IPS SCSI RAID DRIVER
4935 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4936 L:      linux-scsi@vger.kernel.org
4937 W:      http://www.adaptec.com/
4938 S:      Maintained
4939 F:      drivers/scsi/ips*
4940
4941 IPVS
4942 M:      Wensong Zhang <wensong@linux-vs.org>
4943 M:      Simon Horman <horms@verge.net.au>
4944 M:      Julian Anastasov <ja@ssi.bg>
4945 L:      netdev@vger.kernel.org
4946 L:      lvs-devel@vger.kernel.org
4947 S:      Maintained
4948 F:      Documentation/networking/ipvs-sysctl.txt
4949 F:      include/net/ip_vs.h
4950 F:      include/uapi/linux/ip_vs.h
4951 F:      net/netfilter/ipvs/
4952
4953 IPWIRELESS DRIVER
4954 M:      Jiri Kosina <jkosina@suse.cz>
4955 M:      David Sterba <dsterba@suse.cz>
4956 S:      Odd Fixes
4957 F:      drivers/tty/ipwireless/
4958
4959 IPX NETWORK LAYER
4960 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4961 L:      netdev@vger.kernel.org
4962 S:      Maintained
4963 F:      include/net/ipx.h
4964 F:      include/uapi/linux/ipx.h
4965 F:      net/ipx/
4966
4967 IRDA SUBSYSTEM
4968 M:      Samuel Ortiz <samuel@sortiz.org>
4969 L:      irda-users@lists.sourceforge.net (subscribers-only)
4970 L:      netdev@vger.kernel.org
4971 W:      http://irda.sourceforge.net/
4972 S:      Maintained
4973 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4974 F:      Documentation/networking/irda.txt
4975 F:      drivers/net/irda/
4976 F:      include/net/irda/
4977 F:      net/irda/
4978
4979 IRQ SUBSYSTEM
4980 M:      Thomas Gleixner <tglx@linutronix.de>
4981 L:      linux-kernel@vger.kernel.org
4982 S:      Maintained
4983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4984 F:      kernel/irq/
4985
4986 IRQCHIP DRIVERS
4987 M:      Thomas Gleixner <tglx@linutronix.de>
4988 M:      Jason Cooper <jason@lakedaemon.net>
4989 L:      linux-kernel@vger.kernel.org
4990 S:      Maintained
4991 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4992 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
4993 F:      drivers/irqchip/
4994
4995 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4996 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4997 S:      Maintained
4998 F:      Documentation/IRQ-domain.txt
4999 F:      include/linux/irqdomain.h
5000 F:      kernel/irq/irqdomain.c
5001
5002 ISAPNP
5003 M:      Jaroslav Kysela <perex@perex.cz>
5004 S:      Maintained
5005 F:      Documentation/isapnp.txt
5006 F:      drivers/pnp/isapnp/
5007 F:      include/linux/isapnp.h
5008
5009 ISA RADIO MODULE
5010 M:      Hans Verkuil <hverkuil@xs4all.nl>
5011 L:      linux-media@vger.kernel.org
5012 T:      git git://linuxtv.org/media_tree.git
5013 W:      http://linuxtv.org
5014 S:      Maintained
5015 F:      drivers/media/radio/radio-isa*
5016
5017 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5018 M:      Peter Jones <pjones@redhat.com>
5019 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5020 S:      Maintained
5021 F:      drivers/firmware/iscsi_ibft*
5022
5023 ISCSI
5024 M:      Mike Christie <michaelc@cs.wisc.edu>
5025 L:      open-iscsi@googlegroups.com
5026 W:      www.open-iscsi.org
5027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5028 S:      Maintained
5029 F:      drivers/scsi/*iscsi*
5030 F:      include/scsi/*iscsi*
5031
5032 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5033 M:      Or Gerlitz <ogerlitz@mellanox.com>
5034 M:      Roi Dayan <roid@mellanox.com>
5035 L:      linux-rdma@vger.kernel.org
5036 S:      Supported
5037 W:      http://www.openfabrics.org
5038 W:      www.open-iscsi.org
5039 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5040 F:      drivers/infiniband/ulp/iser/
5041
5042 ISDN SUBSYSTEM
5043 M:      Karsten Keil <isdn@linux-pingi.de>
5044 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5045 L:      netdev@vger.kernel.org
5046 W:      http://www.isdn4linux.de
5047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5048 S:      Maintained
5049 F:      Documentation/isdn/
5050 F:      drivers/isdn/
5051 F:      include/linux/isdn.h
5052 F:      include/linux/isdn/
5053 F:      include/uapi/linux/isdn.h
5054 F:      include/uapi/linux/isdn/
5055
5056 ISDN SUBSYSTEM (Eicon active card driver)
5057 M:      Armin Schindler <mac@melware.de>
5058 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5059 W:      http://www.melware.de
5060 S:      Maintained
5061 F:      drivers/isdn/hardware/eicon/
5062
5063 IT87 HARDWARE MONITORING DRIVER
5064 M:      Jean Delvare <jdelvare@suse.de>
5065 L:      lm-sensors@lm-sensors.org
5066 S:      Maintained
5067 F:      Documentation/hwmon/it87
5068 F:      drivers/hwmon/it87.c
5069
5070 IT913X MEDIA DRIVER
5071 M:      Antti Palosaari <crope@iki.fi>
5072 L:      linux-media@vger.kernel.org
5073 W:      http://linuxtv.org/
5074 W:      http://palosaari.fi/linux/
5075 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5076 T:      git git://linuxtv.org/anttip/media_tree.git
5077 S:      Maintained
5078 F:      drivers/media/tuners/tuner_it913x*
5079
5080 IVTV VIDEO4LINUX DRIVER
5081 M:      Andy Walls <awalls@md.metrocast.net>
5082 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
5083 L:      linux-media@vger.kernel.org
5084 T:      git git://linuxtv.org/media_tree.git
5085 W:      http://www.ivtvdriver.org
5086 S:      Maintained
5087 F:      Documentation/video4linux/*.ivtv
5088 F:      drivers/media/pci/ivtv/
5089 F:      include/uapi/linux/ivtv*
5090
5091 IX2505V MEDIA DRIVER
5092 M:      Malcolm Priestley <tvboxspy@gmail.com>
5093 L:      linux-media@vger.kernel.org
5094 W:      http://linuxtv.org/
5095 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5096 S:      Maintained
5097 F:      drivers/media/dvb-frontends/ix2505v*
5098
5099 JC42.4 TEMPERATURE SENSOR DRIVER
5100 M:      Guenter Roeck <linux@roeck-us.net>
5101 L:      lm-sensors@lm-sensors.org
5102 S:      Maintained
5103 F:      drivers/hwmon/jc42.c
5104 F:      Documentation/hwmon/jc42
5105
5106 JFS FILESYSTEM
5107 M:      Dave Kleikamp <shaggy@kernel.org>
5108 L:      jfs-discussion@lists.sourceforge.net
5109 W:      http://jfs.sourceforge.net/
5110 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5111 S:      Maintained
5112 F:      Documentation/filesystems/jfs.txt
5113 F:      fs/jfs/
5114
5115 JME NETWORK DRIVER
5116 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5117 L:      netdev@vger.kernel.org
5118 S:      Maintained
5119 F:      drivers/net/ethernet/jme.*
5120
5121 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5122 M:      David Woodhouse <dwmw2@infradead.org>
5123 L:      linux-mtd@lists.infradead.org
5124 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5125 S:      Maintained
5126 F:      fs/jffs2/
5127 F:      include/uapi/linux/jffs2.h
5128
5129 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5130 M:      Andrew Morton <akpm@linux-foundation.org>
5131 M:      Jan Kara <jack@suse.cz>
5132 L:      linux-ext4@vger.kernel.org
5133 S:      Maintained
5134 F:      fs/jbd/
5135 F:      include/linux/jbd.h
5136
5137 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5138 M:      "Theodore Ts'o" <tytso@mit.edu>
5139 L:      linux-ext4@vger.kernel.org
5140 S:      Maintained
5141 F:      fs/jbd2/
5142 F:      include/linux/jbd2.h
5143
5144 JSM Neo PCI based serial card
5145 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5146 L:      linux-serial@vger.kernel.org
5147 S:      Maintained
5148 F:      drivers/tty/serial/jsm/
5149
5150 K10TEMP HARDWARE MONITORING DRIVER
5151 M:      Clemens Ladisch <clemens@ladisch.de>
5152 L:      lm-sensors@lm-sensors.org
5153 S:      Maintained
5154 F:      Documentation/hwmon/k10temp
5155 F:      drivers/hwmon/k10temp.c
5156
5157 K8TEMP HARDWARE MONITORING DRIVER
5158 M:      Rudolf Marek <r.marek@assembler.cz>
5159 L:      lm-sensors@lm-sensors.org
5160 S:      Maintained
5161 F:      Documentation/hwmon/k8temp
5162 F:      drivers/hwmon/k8temp.c
5163
5164 KCONFIG
5165 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5166 L:      linux-kbuild@vger.kernel.org
5167 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5168 S:      Maintained
5169 F:      Documentation/kbuild/kconfig-language.txt
5170 F:      scripts/kconfig/
5171
5172 KDUMP
5173 M:      Vivek Goyal <vgoyal@redhat.com>
5174 M:      Haren Myneni <hbabu@us.ibm.com>
5175 L:      kexec@lists.infradead.org
5176 W:      http://lse.sourceforge.net/kdump/
5177 S:      Maintained
5178 F:      Documentation/kdump/
5179
5180 KEENE FM RADIO TRANSMITTER DRIVER
5181 M:      Hans Verkuil <hverkuil@xs4all.nl>
5182 L:      linux-media@vger.kernel.org
5183 T:      git git://linuxtv.org/media_tree.git
5184 W:      http://linuxtv.org
5185 S:      Maintained
5186 F:      drivers/media/radio/radio-keene*
5187
5188 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5189 M:      Ian Kent <raven@themaw.net>
5190 L:      autofs@vger.kernel.org
5191 S:      Maintained
5192 F:      fs/autofs4/
5193
5194 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5195 M:      Michal Marek <mmarek@suse.cz>
5196 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5197 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5198 L:      linux-kbuild@vger.kernel.org
5199 S:      Maintained
5200 F:      Documentation/kbuild/
5201 F:      Makefile
5202 F:      scripts/Makefile.*
5203 F:      scripts/basic/
5204 F:      scripts/mk*
5205 F:      scripts/package/
5206
5207 KERNEL JANITORS
5208 L:      kernel-janitors@vger.kernel.org
5209 W:      http://kernelnewbies.org/KernelJanitors
5210 S:      Odd Fixes
5211
5212 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5213 M:      "J. Bruce Fields" <bfields@fieldses.org>
5214 L:      linux-nfs@vger.kernel.org
5215 W:      http://nfs.sourceforge.net/
5216 S:      Supported
5217 F:      fs/nfsd/
5218 F:      include/uapi/linux/nfsd/
5219 F:      fs/lockd/
5220 F:      fs/nfs_common/
5221 F:      net/sunrpc/
5222 F:      include/linux/lockd/
5223 F:      include/linux/sunrpc/
5224 F:      include/uapi/linux/sunrpc/
5225
5226 KERNEL VIRTUAL MACHINE (KVM)
5227 M:      Gleb Natapov <gleb@kernel.org>
5228 M:      Paolo Bonzini <pbonzini@redhat.com>
5229 L:      kvm@vger.kernel.org
5230 W:      http://www.linux-kvm.org
5231 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5232 S:      Supported
5233 F:      Documentation/*/kvm*.txt
5234 F:      Documentation/virtual/kvm/
5235 F:      arch/*/kvm/
5236 F:      arch/*/include/asm/kvm*
5237 F:      include/linux/kvm*
5238 F:      include/uapi/linux/kvm*
5239 F:      virt/kvm/
5240
5241 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5242 M:      Joerg Roedel <joro@8bytes.org>
5243 L:      kvm@vger.kernel.org
5244 W:      http://kvm.qumranet.com
5245 S:      Maintained
5246 F:      arch/x86/include/asm/svm.h
5247 F:      arch/x86/kvm/svm.c
5248
5249 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5250 M:      Alexander Graf <agraf@suse.de>
5251 L:      kvm-ppc@vger.kernel.org
5252 W:      http://kvm.qumranet.com
5253 T:      git git://github.com/agraf/linux-2.6.git
5254 S:      Supported
5255 F:      arch/powerpc/include/asm/kvm*
5256 F:      arch/powerpc/kvm/
5257
5258 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
5259 M:      Xiantao Zhang <xiantao.zhang@intel.com>
5260 L:      kvm-ia64@vger.kernel.org
5261 W:      http://kvm.qumranet.com
5262 S:      Supported
5263 F:      Documentation/ia64/kvm.txt
5264 F:      arch/ia64/include/asm/kvm*
5265 F:      arch/ia64/kvm/
5266
5267 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5268 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5269 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5270 M:      linux390@de.ibm.com
5271 L:      linux-s390@vger.kernel.org
5272 W:      http://www.ibm.com/developerworks/linux/linux390/
5273 S:      Supported
5274 F:      Documentation/s390/kvm.txt
5275 F:      arch/s390/include/asm/kvm*
5276 F:      arch/s390/kvm/
5277 F:      drivers/s390/kvm/
5278
5279 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5280 M:      Christoffer Dall <christoffer.dall@linaro.org>
5281 M:      Marc Zyngier <marc.zyngier@arm.com>
5282 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5283 L:      kvmarm@lists.cs.columbia.edu
5284 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5285 S:      Supported
5286 F:      arch/arm/include/uapi/asm/kvm*
5287 F:      arch/arm/include/asm/kvm*
5288 F:      arch/arm/kvm/
5289 F:      virt/kvm/arm/
5290 F:      include/kvm/arm_*
5291
5292 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5293 M:      Christoffer Dall <christoffer.dall@linaro.org>
5294 M:      Marc Zyngier <marc.zyngier@arm.com>
5295 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5296 L:      kvmarm@lists.cs.columbia.edu
5297 S:      Maintained
5298 F:      arch/arm64/include/uapi/asm/kvm*
5299 F:      arch/arm64/include/asm/kvm*
5300 F:      arch/arm64/kvm/
5301
5302 KEXEC
5303 M:      Eric Biederman <ebiederm@xmission.com>
5304 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5305 L:      kexec@lists.infradead.org
5306 S:      Maintained
5307 F:      include/linux/kexec.h
5308 F:      include/uapi/linux/kexec.h
5309 F:      kernel/kexec.c
5310
5311 KEYS/KEYRINGS:
5312 M:      David Howells <dhowells@redhat.com>
5313 L:      keyrings@linux-nfs.org
5314 S:      Maintained
5315 F:      Documentation/security/keys.txt
5316 F:      include/linux/key.h
5317 F:      include/linux/key-type.h
5318 F:      include/keys/
5319 F:      security/keys/
5320
5321 KEYS-TRUSTED
5322 M:      David Safford <safford@us.ibm.com>
5323 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5324 L:      linux-security-module@vger.kernel.org
5325 L:      keyrings@linux-nfs.org
5326 S:      Supported
5327 F:      Documentation/security/keys-trusted-encrypted.txt
5328 F:      include/keys/trusted-type.h
5329 F:      security/keys/trusted.c
5330 F:      security/keys/trusted.h
5331
5332 KEYS-ENCRYPTED
5333 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5334 M:      David Safford <safford@us.ibm.com>
5335 L:      linux-security-module@vger.kernel.org
5336 L:      keyrings@linux-nfs.org
5337 S:      Supported
5338 F:      Documentation/security/keys-trusted-encrypted.txt
5339 F:      include/keys/encrypted-type.h
5340 F:      security/keys/encrypted-keys/
5341
5342 KGDB / KDB /debug_core
5343 M:      Jason Wessel <jason.wessel@windriver.com>
5344 W:      http://kgdb.wiki.kernel.org/
5345 L:      kgdb-bugreport@lists.sourceforge.net
5346 S:      Maintained
5347 F:      Documentation/DocBook/kgdb.tmpl
5348 F:      drivers/misc/kgdbts.c
5349 F:      drivers/tty/serial/kgdboc.c
5350 F:      include/linux/kdb.h
5351 F:      include/linux/kgdb.h
5352 F:      kernel/debug/
5353
5354 KMEMCHECK
5355 M:      Vegard Nossum <vegardno@ifi.uio.no>
5356 M:      Pekka Enberg <penberg@kernel.org>
5357 S:      Maintained
5358 F:      Documentation/kmemcheck.txt
5359 F:      arch/x86/include/asm/kmemcheck.h
5360 F:      arch/x86/mm/kmemcheck/
5361 F:      include/linux/kmemcheck.h
5362 F:      mm/kmemcheck.c
5363
5364 KMEMLEAK
5365 M:      Catalin Marinas <catalin.marinas@arm.com>
5366 S:      Maintained
5367 F:      Documentation/kmemleak.txt
5368 F:      include/linux/kmemleak.h
5369 F:      mm/kmemleak.c
5370 F:      mm/kmemleak-test.c
5371
5372 KPROBES
5373 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5374 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5375 M:      "David S. Miller" <davem@davemloft.net>
5376 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5377 S:      Maintained
5378 F:      Documentation/kprobes.txt
5379 F:      include/linux/kprobes.h
5380 F:      kernel/kprobes.c
5381
5382 KS0108 LCD CONTROLLER DRIVER
5383 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5384 W:      http://miguelojeda.es/auxdisplay.htm
5385 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5386 S:      Maintained
5387 F:      Documentation/auxdisplay/ks0108
5388 F:      drivers/auxdisplay/ks0108.c
5389 F:      include/linux/ks0108.h
5390
5391 LAPB module
5392 L:      linux-x25@vger.kernel.org
5393 S:      Orphan
5394 F:      Documentation/networking/lapb-module.txt
5395 F:      include/*/lapb.h
5396 F:      net/lapb/
5397
5398 LASI 53c700 driver for PARISC
5399 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5400 L:      linux-scsi@vger.kernel.org
5401 S:      Maintained
5402 F:      Documentation/scsi/53c700.txt
5403 F:      drivers/scsi/53c700*
5404
5405 LED SUBSYSTEM
5406 M:      Bryan Wu <cooloney@gmail.com>
5407 M:      Richard Purdie <rpurdie@rpsys.net>
5408 L:      linux-leds@vger.kernel.org
5409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5410 S:      Maintained
5411 F:      drivers/leds/
5412 F:      include/linux/leds.h
5413
5414 LEGACY EEPROM DRIVER
5415 M:      Jean Delvare <jdelvare@suse.de>
5416 S:      Maintained
5417 F:      Documentation/misc-devices/eeprom
5418 F:      drivers/misc/eeprom/eeprom.c
5419
5420 LEGO USB Tower driver
5421 M:      Juergen Stuber <starblue@users.sourceforge.net>
5422 L:      legousb-devel@lists.sourceforge.net
5423 W:      http://legousb.sourceforge.net/
5424 S:      Maintained
5425 F:      drivers/usb/misc/legousbtower.c
5426
5427 LG2160 MEDIA DRIVER
5428 M:      Michael Krufky <mkrufky@linuxtv.org>
5429 L:      linux-media@vger.kernel.org
5430 W:      http://linuxtv.org/
5431 W:      http://github.com/mkrufky
5432 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5433 T:      git git://linuxtv.org/mkrufky/tuners.git
5434 S:      Maintained
5435 F:      drivers/media/dvb-frontends/lg2160.*
5436
5437 LGDT3305 MEDIA DRIVER
5438 M:      Michael Krufky <mkrufky@linuxtv.org>
5439 L:      linux-media@vger.kernel.org
5440 W:      http://linuxtv.org/
5441 W:      http://github.com/mkrufky
5442 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5443 T:      git git://linuxtv.org/mkrufky/tuners.git
5444 S:      Maintained
5445 F:      drivers/media/dvb-frontends/lgdt3305.*
5446
5447 LGUEST
5448 M:      Rusty Russell <rusty@rustcorp.com.au>
5449 L:      lguest@lists.ozlabs.org
5450 W:      http://lguest.ozlabs.org/
5451 S:      Odd Fixes
5452 F:      arch/x86/include/asm/lguest*.h
5453 F:      arch/x86/lguest/
5454 F:      drivers/lguest/
5455 F:      include/linux/lguest*.h
5456 F:      tools/lguest/
5457
5458 LIBLOCKDEP
5459 M:      Sasha Levin <sasha.levin@oracle.com>
5460 S:      Maintained
5461 F:      tools/lib/lockdep/
5462
5463 LINUX FOR IBM pSERIES (RS/6000)
5464 M:      Paul Mackerras <paulus@au.ibm.com>
5465 W:      http://www.ibm.com/linux/ltc/projects/ppc
5466 S:      Supported
5467 F:      arch/powerpc/boot/rs6000.h
5468
5469 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5470 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5471 M:      Paul Mackerras <paulus@samba.org>
5472 M:      Michael Ellerman <mpe@ellerman.id.au>
5473 W:      http://www.penguinppc.org/
5474 L:      linuxppc-dev@lists.ozlabs.org
5475 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5476 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5477 S:      Supported
5478 F:      Documentation/powerpc/
5479 F:      arch/powerpc/
5480
5481 LINUX FOR POWER MACINTOSH
5482 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5483 W:      http://www.penguinppc.org/
5484 L:      linuxppc-dev@lists.ozlabs.org
5485 S:      Maintained
5486 F:      arch/powerpc/platforms/powermac/
5487 F:      drivers/macintosh/
5488
5489 LINUX FOR POWERPC EMBEDDED MPC5XXX
5490 M:      Anatolij Gustschin <agust@denx.de>
5491 L:      linuxppc-dev@lists.ozlabs.org
5492 T:      git git://git.denx.de/linux-denx-agust.git
5493 S:      Maintained
5494 F:      arch/powerpc/platforms/512x/
5495 F:      arch/powerpc/platforms/52xx/
5496
5497 LINUX FOR POWERPC EMBEDDED PPC4XX
5498 M:  Alistair Popple <alistair@popple.id.au>
5499 M:      Matt Porter <mporter@kernel.crashing.org>
5500 W:      http://www.penguinppc.org/
5501 L:      linuxppc-dev@lists.ozlabs.org
5502 S:      Maintained
5503 F:      arch/powerpc/platforms/40x/
5504 F:      arch/powerpc/platforms/44x/
5505
5506 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5507 L:      linuxppc-dev@lists.ozlabs.org
5508 S:      Orphan
5509 F:      arch/powerpc/*/*virtex*
5510 F:      arch/powerpc/*/*/*virtex*
5511
5512 LINUX FOR POWERPC EMBEDDED PPC8XX
5513 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5514 W:      http://www.penguinppc.org/
5515 L:      linuxppc-dev@lists.ozlabs.org
5516 S:      Maintained
5517 F:      arch/powerpc/platforms/8xx/
5518
5519 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5520 M:      Scott Wood <scottwood@freescale.com>
5521 M:      Kumar Gala <galak@kernel.crashing.org>
5522 W:      http://www.penguinppc.org/
5523 L:      linuxppc-dev@lists.ozlabs.org
5524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5525 S:      Maintained
5526 F:      arch/powerpc/platforms/83xx/
5527 F:      arch/powerpc/platforms/85xx/
5528
5529 LINUX FOR POWERPC PA SEMI PWRFICIENT
5530 M:      Olof Johansson <olof@lixom.net>
5531 L:      linuxppc-dev@lists.ozlabs.org
5532 S:      Maintained
5533 F:      arch/powerpc/platforms/pasemi/
5534 F:      drivers/*/*pasemi*
5535 F:      drivers/*/*/*pasemi*
5536
5537 LINUX SECURITY MODULE (LSM) FRAMEWORK
5538 M:      Chris Wright <chrisw@sous-sol.org>
5539 L:      linux-security-module@vger.kernel.org
5540 S:      Supported
5541
5542 LIS3LV02D ACCELEROMETER DRIVER
5543 M:      Eric Piel <eric.piel@tremplin-utc.net>
5544 S:      Maintained
5545 F:      Documentation/misc-devices/lis3lv02d
5546 F:      drivers/misc/lis3lv02d/
5547 F:      drivers/platform/x86/hp_accel.c
5548
5549 LLC (802.2)
5550 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5551 S:      Maintained
5552 F:      include/linux/llc.h
5553 F:      include/uapi/linux/llc.h
5554 F:      include/net/llc*
5555 F:      net/llc/
5556
5557 LM73 HARDWARE MONITOR DRIVER
5558 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5559 L:      lm-sensors@lm-sensors.org
5560 S:      Maintained
5561 F:      drivers/hwmon/lm73.c
5562
5563 LM78 HARDWARE MONITOR DRIVER
5564 M:      Jean Delvare <jdelvare@suse.de>
5565 L:      lm-sensors@lm-sensors.org
5566 S:      Maintained
5567 F:      Documentation/hwmon/lm78
5568 F:      drivers/hwmon/lm78.c
5569
5570 LM83 HARDWARE MONITOR DRIVER
5571 M:      Jean Delvare <jdelvare@suse.de>
5572 L:      lm-sensors@lm-sensors.org
5573 S:      Maintained
5574 F:      Documentation/hwmon/lm83
5575 F:      drivers/hwmon/lm83.c
5576
5577 LM90 HARDWARE MONITOR DRIVER
5578 M:      Jean Delvare <jdelvare@suse.de>
5579 L:      lm-sensors@lm-sensors.org
5580 S:      Maintained
5581 F:      Documentation/hwmon/lm90
5582 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5583 F:      drivers/hwmon/lm90.c
5584
5585 LM95234 HARDWARE MONITOR DRIVER
5586 M:      Guenter Roeck <linux@roeck-us.net>
5587 L:      lm-sensors@lm-sensors.org
5588 S:      Maintained
5589 F:      Documentation/hwmon/lm95234
5590 F:      drivers/hwmon/lm95234.c
5591
5592 LME2510 MEDIA DRIVER
5593 M:      Malcolm Priestley <tvboxspy@gmail.com>
5594 L:      linux-media@vger.kernel.org
5595 W:      http://linuxtv.org/
5596 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5597 S:      Maintained
5598 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5599
5600 LOCKDEP AND LOCKSTAT
5601 M:      Peter Zijlstra <peterz@infradead.org>
5602 M:      Ingo Molnar <mingo@redhat.com>
5603 L:      linux-kernel@vger.kernel.org
5604 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5605 S:      Maintained
5606 F:      Documentation/lockdep*.txt
5607 F:      Documentation/lockstat.txt
5608 F:      include/linux/lockdep.h
5609 F:      kernel/locking/
5610
5611 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5612 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5613 L:      linux-ntfs-dev@lists.sourceforge.net
5614 W:      http://www.linux-ntfs.org/content/view/19/37/
5615 S:      Maintained
5616 F:      Documentation/ldm.txt
5617 F:      block/partitions/ldm.*
5618
5619 LogFS
5620 M:      Joern Engel <joern@logfs.org>
5621 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5622 L:      logfs@logfs.org
5623 W:      logfs.org
5624 S:      Maintained
5625 F:      fs/logfs/
5626
5627 LPC32XX MACHINE SUPPORT
5628 M:      Roland Stigge <stigge@antcom.de>
5629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5630 S:      Maintained
5631 F:      arch/arm/mach-lpc32xx/
5632
5633 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5634 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5635 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5636 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5637 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5638 L:      MPT-FusionLinux.pdl@avagotech.com
5639 L:      linux-scsi@vger.kernel.org
5640 W:      http://www.lsilogic.com/support
5641 S:      Supported
5642 F:      drivers/message/fusion/
5643 F:      drivers/scsi/mpt2sas/
5644 F:      drivers/scsi/mpt3sas/
5645
5646 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
5647 M:      Matthew Wilcox <matthew@wil.cx>
5648 L:      linux-scsi@vger.kernel.org
5649 S:      Maintained
5650 F:      drivers/scsi/sym53c8xx_2/
5651
5652 LTC4261 HARDWARE MONITOR DRIVER
5653 M:      Guenter Roeck <linux@roeck-us.net>
5654 L:      lm-sensors@lm-sensors.org
5655 S:      Maintained
5656 F:      Documentation/hwmon/ltc4261
5657 F:      drivers/hwmon/ltc4261.c
5658
5659 LTP (Linux Test Project)
5660 M:      Mike Frysinger <vapier@gentoo.org>
5661 M:      Cyril Hrubis <chrubis@suse.cz>
5662 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
5663 M:      Jan Stancek <jstancek@redhat.com>
5664 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
5665 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
5666 L:      ltp-list@lists.sourceforge.net (subscribers-only)
5667 W:      http://linux-test-project.github.io/
5668 T:      git git://github.com/linux-test-project/ltp.git
5669 S:      Maintained
5670
5671 M32R ARCHITECTURE
5672 M:      Hirokazu Takata <takata@linux-m32r.org>
5673 L:      linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
5674 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
5675 W:      http://www.linux-m32r.org/
5676 S:      Maintained
5677 F:      arch/m32r/
5678
5679 M68K ARCHITECTURE
5680 M:      Geert Uytterhoeven <geert@linux-m68k.org>
5681 L:      linux-m68k@lists.linux-m68k.org
5682 W:      http://www.linux-m68k.org/
5683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
5684 S:      Maintained
5685 F:      arch/m68k/
5686 F:      drivers/zorro/
5687
5688 M68K ON APPLE MACINTOSH
5689 M:      Joshua Thompson <funaho@jurai.org>
5690 W:      http://www.mac.linux-m68k.org/
5691 L:      linux-m68k@lists.linux-m68k.org
5692 S:      Maintained
5693 F:      arch/m68k/mac/
5694
5695 M68K ON HP9000/300
5696 M:      Philip Blundell <philb@gnu.org>
5697 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
5698 S:      Maintained
5699 F:      arch/m68k/hp300/
5700
5701 M88DS3103 MEDIA DRIVER
5702 M:      Antti Palosaari <crope@iki.fi>
5703 L:      linux-media@vger.kernel.org
5704 W:      http://linuxtv.org/
5705 W:      http://palosaari.fi/linux/
5706 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5707 T:      git git://linuxtv.org/anttip/media_tree.git
5708 S:      Maintained
5709 F:      drivers/media/dvb-frontends/m88ds3103*
5710
5711 M88RS2000 MEDIA DRIVER
5712 M:      Malcolm Priestley <tvboxspy@gmail.com>
5713 L:      linux-media@vger.kernel.org
5714 W:      http://linuxtv.org/
5715 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5716 S:      Maintained
5717 F:      drivers/media/dvb-frontends/m88rs2000*
5718
5719 M88TS2022 MEDIA DRIVER
5720 M:      Antti Palosaari <crope@iki.fi>
5721 L:      linux-media@vger.kernel.org
5722 W:      http://linuxtv.org/
5723 W:      http://palosaari.fi/linux/
5724 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5725 T:      git git://linuxtv.org/anttip/media_tree.git
5726 S:      Maintained
5727 F:      drivers/media/tuners/m88ts2022*
5728
5729 MA901 MASTERKIT USB FM RADIO DRIVER
5730 M:      Alexey Klimov <klimov.linux@gmail.com>
5731 L:      linux-media@vger.kernel.org
5732 T:      git git://linuxtv.org/media_tree.git
5733 S:      Maintained
5734 F:      drivers/media/radio/radio-ma901.c
5735
5736 MAC80211
5737 M:      Johannes Berg <johannes@sipsolutions.net>
5738 L:      linux-wireless@vger.kernel.org
5739 W:      http://wireless.kernel.org/
5740 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
5741 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
5742 S:      Maintained
5743 F:      Documentation/networking/mac80211-injection.txt
5744 F:      include/net/mac80211.h
5745 F:      net/mac80211/
5746
5747 MACVLAN DRIVER
5748 M:      Patrick McHardy <kaber@trash.net>
5749 L:      netdev@vger.kernel.org
5750 S:      Maintained
5751 F:      drivers/net/macvlan.c
5752 F:      include/linux/if_macvlan.h
5753
5754 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
5755 M:      Michael Kerrisk <mtk.manpages@gmail.com>
5756 W:      http://www.kernel.org/doc/man-pages
5757 L:      linux-man@vger.kernel.org
5758 S:      Maintained
5759
5760 MARVELL ARMADA DRM SUPPORT
5761 M:      Russell King <rmk+kernel@arm.linux.org.uk>
5762 S:      Maintained
5763 F:      drivers/gpu/drm/armada/
5764
5765 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
5766 M:      Mirko Lindner <mlindner@marvell.com>
5767 M:      Stephen Hemminger <stephen@networkplumber.org>
5768 L:      netdev@vger.kernel.org
5769 S:      Maintained
5770 F:      drivers/net/ethernet/marvell/sk*
5771
5772 MARVELL LIBERTAS WIRELESS DRIVER
5773 L:      libertas-dev@lists.infradead.org
5774 S:      Orphan
5775 F:      drivers/net/wireless/libertas/
5776
5777 MARVELL MV643XX ETHERNET DRIVER
5778 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
5779 L:      netdev@vger.kernel.org
5780 S:      Maintained
5781 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
5782 F:      include/linux/mv643xx.h
5783
5784 MARVELL MVNETA ETHERNET DRIVER
5785 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
5786 L:      netdev@vger.kernel.org
5787 S:      Maintained
5788 F:      drivers/net/ethernet/marvell/mvneta.*
5789
5790 MARVELL MWIFIEX WIRELESS DRIVER
5791 M:      Amitkumar Karwar <akarwar@marvell.com>
5792 M:      Avinash Patil <patila@marvell.com>
5793 L:      linux-wireless@vger.kernel.org
5794 S:      Maintained
5795 F:      drivers/net/wireless/mwifiex/
5796
5797 MARVELL MWL8K WIRELESS DRIVER
5798 M:      Lennert Buytenhek <buytenh@wantstofly.org>
5799 L:      linux-wireless@vger.kernel.org
5800 S:      Odd Fixes
5801 F:      drivers/net/wireless/mwl8k.c
5802
5803 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
5804 M:      Nicolas Pitre <nico@fluxnic.net>
5805 S:      Odd Fixes
5806 F:      drivers/mmc/host/mvsdio.*
5807
5808 MATROX FRAMEBUFFER DRIVER
5809 L:      linux-fbdev@vger.kernel.org
5810 S:      Orphan
5811 F:      drivers/video/fbdev/matrox/matroxfb_*
5812 F:      include/uapi/linux/matroxfb.h
5813
5814 MAX16065 HARDWARE MONITOR DRIVER
5815 M:      Guenter Roeck <linux@roeck-us.net>
5816 L:      lm-sensors@lm-sensors.org
5817 S:      Maintained
5818 F:      Documentation/hwmon/max16065
5819 F:      drivers/hwmon/max16065.c
5820
5821 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
5822 M:      "Hans J. Koch" <hjk@hansjkoch.de>
5823 L:      lm-sensors@lm-sensors.org
5824 S:      Maintained
5825 F:      Documentation/hwmon/max6650
5826 F:      drivers/hwmon/max6650.c
5827
5828 MAX6697 HARDWARE MONITOR DRIVER
5829 M:      Guenter Roeck <linux@roeck-us.net>
5830 L:      lm-sensors@lm-sensors.org
5831 S:      Maintained
5832 F:      Documentation/hwmon/max6697
5833 F:      Documentation/devicetree/bindings/i2c/max6697.txt
5834 F:      drivers/hwmon/max6697.c
5835 F:      include/linux/platform_data/max6697.h
5836
5837 MAXIRADIO FM RADIO RECEIVER DRIVER
5838 M:      Hans Verkuil <hverkuil@xs4all.nl>
5839 L:      linux-media@vger.kernel.org
5840 T:      git git://linuxtv.org/media_tree.git
5841 W:      http://linuxtv.org
5842 S:      Maintained
5843 F:      drivers/media/radio/radio-maxiradio*
5844
5845 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
5846 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
5847 P:      LinuxTV.org Project
5848 L:      linux-media@vger.kernel.org
5849 W:      http://linuxtv.org
5850 Q:      http://patchwork.kernel.org/project/linux-media/list/
5851 T:      git git://linuxtv.org/media_tree.git
5852 S:      Maintained
5853 F:      Documentation/dvb/
5854 F:      Documentation/video4linux/
5855 F:      Documentation/DocBook/media/
5856 F:      drivers/media/
5857 F:      drivers/staging/media/
5858 F:      include/media/
5859 F:      include/uapi/linux/dvb/
5860 F:      include/uapi/linux/videodev2.h
5861 F:      include/uapi/linux/media.h
5862 F:      include/uapi/linux/v4l2-*
5863 F:      include/uapi/linux/meye.h
5864 F:      include/uapi/linux/ivtv*
5865 F:      include/uapi/linux/uvcvideo.h
5866
5867 MEDIAVISION PRO MOVIE STUDIO DRIVER
5868 M:      Hans Verkuil <hverkuil@xs4all.nl>
5869 L:      linux-media@vger.kernel.org
5870 T:      git git://linuxtv.org/media_tree.git
5871 W:      http://linuxtv.org
5872 S:      Odd Fixes
5873 F:      drivers/media/parport/pms*
5874
5875 MEGARAID SCSI DRIVERS
5876 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
5877 L:      linux-scsi@vger.kernel.org
5878 W:      http://megaraid.lsilogic.com
5879 S:      Maintained
5880 F:      Documentation/scsi/megaraid.txt
5881 F:      drivers/scsi/megaraid.*
5882 F:      drivers/scsi/megaraid/
5883
5884 MELLANOX ETHERNET DRIVER (mlx4_en)
5885 M:      Amir Vadai <amirv@mellanox.com>
5886 L:      netdev@vger.kernel.org
5887 S:      Supported
5888 W:      http://www.mellanox.com
5889 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5890 F:      drivers/net/ethernet/mellanox/mlx4/en_*
5891
5892 MEMORY MANAGEMENT
5893 L:      linux-mm@kvack.org
5894 W:      http://www.linux-mm.org
5895 S:      Maintained
5896 F:      include/linux/mm.h
5897 F:      include/linux/gfp.h
5898 F:      include/linux/mmzone.h
5899 F:      include/linux/memory_hotplug.h
5900 F:      include/linux/vmalloc.h
5901 F:      mm/
5902
5903 MEMORY TECHNOLOGY DEVICES (MTD)
5904 M:      David Woodhouse <dwmw2@infradead.org>
5905 M:      Brian Norris <computersforpeace@gmail.com>
5906 L:      linux-mtd@lists.infradead.org
5907 W:      http://www.linux-mtd.infradead.org/
5908 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
5909 T:      git git://git.infradead.org/linux-mtd.git
5910 S:      Maintained
5911 F:      drivers/mtd/
5912 F:      include/linux/mtd/
5913 F:      include/uapi/mtd/
5914
5915 MEN A21 WATCHDOG DRIVER
5916 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
5917 L:      linux-watchdog@vger.kernel.org
5918 S:      Supported
5919 F:      drivers/watchdog/mena21_wdt.c
5920
5921 MEN CHAMELEON BUS (mcb)
5922 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
5923 S:      Supported
5924 F:      drivers/mcb/
5925 F:      include/linux/mcb.h
5926
5927 METAG ARCHITECTURE
5928 M:      James Hogan <james.hogan@imgtec.com>
5929 L:      linux-metag@vger.kernel.org
5930 S:      Supported
5931 F:      arch/metag/
5932 F:      Documentation/metag/
5933 F:      Documentation/devicetree/bindings/metag/
5934 F:      drivers/clocksource/metag_generic.c
5935 F:      drivers/irqchip/irq-metag.c
5936 F:      drivers/irqchip/irq-metag-ext.c
5937 F:      drivers/tty/metag_da.c
5938
5939 MICROBLAZE ARCHITECTURE
5940 M:      Michal Simek <monstr@monstr.eu>
5941 W:      http://www.monstr.eu/fdt/
5942 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
5943 S:      Supported
5944 F:      arch/microblaze/
5945
5946 MICROTEK X6 SCANNER
5947 M:      Oliver Neukum <oliver@neukum.org>
5948 S:      Maintained
5949 F:      drivers/usb/image/microtek.*
5950
5951 MIPS
5952 M:      Ralf Baechle <ralf@linux-mips.org>
5953 L:      linux-mips@linux-mips.org
5954 W:      http://www.linux-mips.org/
5955 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
5956 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
5957 S:      Supported
5958 F:      Documentation/mips/
5959 F:      arch/mips/
5960
5961 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
5962 M:      Hans Verkuil <hverkuil@xs4all.nl>
5963 L:      linux-media@vger.kernel.org
5964 T:      git git://linuxtv.org/media_tree.git
5965 W:      http://linuxtv.org
5966 S:      Odd Fixes
5967 F:      drivers/media/radio/radio-miropcm20*
5968
5969 Mellanox MLX5 core VPI driver
5970 M:      Eli Cohen <eli@mellanox.com>
5971 L:      netdev@vger.kernel.org
5972 L:      linux-rdma@vger.kernel.org
5973 W:      http://www.mellanox.com
5974 Q:      http://patchwork.ozlabs.org/project/netdev/list/
5975 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5976 T:      git git://openfabrics.org/~eli/connect-ib.git
5977 S:      Supported
5978 F:      drivers/net/ethernet/mellanox/mlx5/core/
5979 F:      include/linux/mlx5/
5980
5981 Mellanox MLX5 IB driver
5982 M:      Eli Cohen <eli@mellanox.com>
5983 L:      linux-rdma@vger.kernel.org
5984 W:      http://www.mellanox.com
5985 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5986 T:      git git://openfabrics.org/~eli/connect-ib.git
5987 S:      Supported
5988 F:      include/linux/mlx5/
5989 F:      drivers/infiniband/hw/mlx5/
5990
5991 MODULE SUPPORT
5992 M:      Rusty Russell <rusty@rustcorp.com.au>
5993 S:      Maintained
5994 F:      include/linux/module.h
5995 F:      kernel/module.c
5996
5997 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
5998 W:      http://popies.net/meye/
5999 S:      Orphan
6000 F:      Documentation/video4linux/meye.txt
6001 F:      drivers/media/pci/meye/
6002 F:      include/uapi/linux/meye.h
6003
6004 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6005 M:      Jiri Slaby <jirislaby@gmail.com>
6006 S:      Maintained
6007 F:      Documentation/serial/moxa-smartio
6008 F:      drivers/tty/mxser.*
6009
6010 MR800 AVERMEDIA USB FM RADIO DRIVER
6011 M:      Alexey Klimov <klimov.linux@gmail.com>
6012 L:      linux-media@vger.kernel.org
6013 T:      git git://linuxtv.org/media_tree.git
6014 S:      Maintained
6015 F:      drivers/media/radio/radio-mr800.c
6016
6017 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6018 M:      Alan Ott <alan@signal11.us>
6019 L:      linux-wpan@vger.kernel.org
6020 S:      Maintained
6021 F:      drivers/net/ieee802154/mrf24j40.c
6022
6023 MSI LAPTOP SUPPORT
6024 M:      "Lee, Chun-Yi" <jlee@suse.com>
6025 L:      platform-driver-x86@vger.kernel.org
6026 S:      Maintained
6027 F:      drivers/platform/x86/msi-laptop.c
6028
6029 MSI WMI SUPPORT
6030 M:      Anisse Astier <anisse@astier.eu>
6031 L:      platform-driver-x86@vger.kernel.org
6032 S:      Supported
6033 F:      drivers/platform/x86/msi-wmi.c
6034
6035 MSI001 MEDIA DRIVER
6036 M:      Antti Palosaari <crope@iki.fi>
6037 L:      linux-media@vger.kernel.org
6038 W:      http://linuxtv.org/
6039 W:      http://palosaari.fi/linux/
6040 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6041 T:      git git://linuxtv.org/anttip/media_tree.git
6042 S:      Maintained
6043 F:      drivers/media/tuners/msi001*
6044
6045 MSI2500 MEDIA DRIVER
6046 M:      Antti Palosaari <crope@iki.fi>
6047 L:      linux-media@vger.kernel.org
6048 W:      http://linuxtv.org/
6049 W:      http://palosaari.fi/linux/
6050 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6051 T:      git git://linuxtv.org/anttip/media_tree.git
6052 S:      Maintained
6053 F:      drivers/media/usb/msi2500/
6054
6055 MT9M032 APTINA SENSOR DRIVER
6056 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6057 L:      linux-media@vger.kernel.org
6058 T:      git git://linuxtv.org/media_tree.git
6059 S:      Maintained
6060 F:      drivers/media/i2c/mt9m032.c
6061 F:      include/media/mt9m032.h
6062
6063 MT9P031 APTINA CAMERA SENSOR
6064 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6065 L:      linux-media@vger.kernel.org
6066 T:      git git://linuxtv.org/media_tree.git
6067 S:      Maintained
6068 F:      drivers/media/i2c/mt9p031.c
6069 F:      include/media/mt9p031.h
6070
6071 MT9T001 APTINA CAMERA SENSOR
6072 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6073 L:      linux-media@vger.kernel.org
6074 T:      git git://linuxtv.org/media_tree.git
6075 S:      Maintained
6076 F:      drivers/media/i2c/mt9t001.c
6077 F:      include/media/mt9t001.h
6078
6079 MT9V032 APTINA CAMERA SENSOR
6080 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6081 L:      linux-media@vger.kernel.org
6082 T:      git git://linuxtv.org/media_tree.git
6083 S:      Maintained
6084 F:      drivers/media/i2c/mt9v032.c
6085 F:      include/media/mt9v032.h
6086
6087 MULTIFUNCTION DEVICES (MFD)
6088 M:      Samuel Ortiz <sameo@linux.intel.com>
6089 M:      Lee Jones <lee.jones@linaro.org>
6090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6091 S:      Supported
6092 F:      drivers/mfd/
6093 F:      include/linux/mfd/
6094
6095 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6096 M:      Chris Ball <chris@printf.net>
6097 M:      Ulf Hansson <ulf.hansson@linaro.org>
6098 L:      linux-mmc@vger.kernel.org
6099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6100 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6101 S:      Maintained
6102 F:      drivers/mmc/
6103 F:      include/linux/mmc/
6104 F:      include/uapi/linux/mmc/
6105
6106 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6107 S:      Orphan
6108 F:      drivers/mmc/host/mmc_spi.c
6109 F:      include/linux/spi/mmc_spi.h
6110
6111 MULTISOUND SOUND DRIVER
6112 M:      Andrew Veliath <andrewtv@usa.net>
6113 S:      Maintained
6114 F:      Documentation/sound/oss/MultiSound
6115 F:      sound/oss/msnd*
6116
6117 MULTITECH MULTIPORT CARD (ISICOM)
6118 S:      Orphan
6119 F:      drivers/tty/isicom.c
6120 F:      include/linux/isicom.h
6121
6122 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6123 M:      Felipe Balbi <balbi@ti.com>
6124 L:      linux-usb@vger.kernel.org
6125 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6126 S:      Maintained
6127 F:      drivers/usb/musb/
6128
6129 MXL5007T MEDIA DRIVER
6130 M:      Michael Krufky <mkrufky@linuxtv.org>
6131 L:      linux-media@vger.kernel.org
6132 W:      http://linuxtv.org/
6133 W:      http://github.com/mkrufky
6134 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6135 T:      git git://linuxtv.org/mkrufky/tuners.git
6136 S:      Maintained
6137 F:      drivers/media/tuners/mxl5007t.*
6138
6139 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6140 M:      Hyong-Youb Kim <hykim@myri.com>
6141 L:      netdev@vger.kernel.org
6142 W:      https://www.myricom.com/support/downloads/myri10ge.html
6143 S:      Supported
6144 F:      drivers/net/ethernet/myricom/myri10ge/
6145
6146 NATSEMI ETHERNET DRIVER (DP8381x)
6147 S:      Orphan
6148 F:      drivers/net/ethernet/natsemi/natsemi.c
6149
6150 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6151 M:      Daniel Mack <zonque@gmail.com>
6152 S:      Maintained
6153 L:      alsa-devel@alsa-project.org
6154 W:      http://www.native-instruments.com
6155 F:      sound/usb/caiaq/
6156
6157 NCP FILESYSTEM
6158 M:      Petr Vandrovec <petr@vandrovec.name>
6159 S:      Odd Fixes
6160 F:      fs/ncpfs/
6161
6162 NCR 5380 SCSI DRIVERS
6163 M:      Finn Thain <fthain@telegraphics.com.au>
6164 M:      Michael Schmitz <schmitzmic@gmail.com>
6165 L:      linux-scsi@vger.kernel.org
6166 S:      Maintained
6167 F:      Documentation/scsi/g_NCR5380.txt
6168 F:      drivers/scsi/NCR5380.*
6169 F:      drivers/scsi/arm/cumana_1.c
6170 F:      drivers/scsi/arm/oak.c
6171 F:      drivers/scsi/atari_NCR5380.c
6172 F:      drivers/scsi/atari_scsi.*
6173 F:      drivers/scsi/dmx3191d.c
6174 F:      drivers/scsi/dtc.*
6175 F:      drivers/scsi/g_NCR5380.*
6176 F:      drivers/scsi/g_NCR5380_mmio.c
6177 F:      drivers/scsi/mac_scsi.*
6178 F:      drivers/scsi/pas16.*
6179 F:      drivers/scsi/sun3_NCR5380.c
6180 F:      drivers/scsi/sun3_scsi.*
6181 F:      drivers/scsi/sun3_scsi_vme.c
6182 F:      drivers/scsi/t128.*
6183
6184 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6185 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6186 L:      linux-scsi@vger.kernel.org
6187 S:      Maintained
6188 F:      drivers/scsi/NCR_D700.*
6189
6190 NCT6775 HARDWARE MONITOR DRIVER
6191 M:      Guenter Roeck <linux@roeck-us.net>
6192 L:      lm-sensors@lm-sensors.org
6193 S:      Maintained
6194 F:      Documentation/hwmon/nct6775
6195 F:      drivers/hwmon/nct6775.c
6196
6197 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6198 M:      Faisal Latif <faisal.latif@intel.com>
6199 L:      linux-rdma@vger.kernel.org
6200 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6201 S:      Supported
6202 F:      drivers/infiniband/hw/nes/
6203
6204 NETEM NETWORK EMULATOR
6205 M:      Stephen Hemminger <stephen@networkplumber.org>
6206 L:      netem@lists.linux-foundation.org
6207 S:      Maintained
6208 F:      net/sched/sch_netem.c
6209
6210 NETERION 10GbE DRIVERS (s2io/vxge)
6211 M:      Jon Mason <jdmason@kudzu.us>
6212 L:      netdev@vger.kernel.org
6213 S:      Supported
6214 F:      Documentation/networking/s2io.txt
6215 F:      Documentation/networking/vxge.txt
6216 F:      drivers/net/ethernet/neterion/
6217
6218 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6219 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6220 M:      Patrick McHardy <kaber@trash.net>
6221 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6222 L:      netfilter-devel@vger.kernel.org
6223 L:      coreteam@netfilter.org
6224 W:      http://www.netfilter.org/
6225 W:      http://www.iptables.org/
6226 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6229 S:      Supported
6230 F:      include/linux/netfilter*
6231 F:      include/linux/netfilter/
6232 F:      include/net/netfilter/
6233 F:      include/uapi/linux/netfilter*
6234 F:      include/uapi/linux/netfilter/
6235 F:      net/*/netfilter.c
6236 F:      net/*/netfilter/
6237 F:      net/netfilter/
6238
6239 NETLABEL
6240 M:      Paul Moore <paul@paul-moore.com>
6241 W:      http://netlabel.sf.net
6242 L:      netdev@vger.kernel.org
6243 S:      Maintained
6244 F:      Documentation/netlabel/
6245 F:      include/net/netlabel.h
6246 F:      net/netlabel/
6247
6248 NETROM NETWORK LAYER
6249 M:      Ralf Baechle <ralf@linux-mips.org>
6250 L:      linux-hams@vger.kernel.org
6251 W:      http://www.linux-ax25.org/
6252 S:      Maintained
6253 F:      include/net/netrom.h
6254 F:      include/uapi/linux/netrom.h
6255 F:      net/netrom/
6256
6257 NETWORK BLOCK DEVICE (NBD)
6258 M:      Paul Clements <Paul.Clements@steeleye.com>
6259 S:      Maintained
6260 L:      nbd-general@lists.sourceforge.net
6261 F:      Documentation/blockdev/nbd.txt
6262 F:      drivers/block/nbd.c
6263 F:      include/linux/nbd.h
6264 F:      include/uapi/linux/nbd.h
6265
6266 NETWORK DROP MONITOR
6267 M:      Neil Horman <nhorman@tuxdriver.com>
6268 L:      netdev@vger.kernel.org
6269 S:      Maintained
6270 W:      https://fedorahosted.org/dropwatch/
6271 F:      net/core/drop_monitor.c
6272
6273 NETWORKING [GENERAL]
6274 M:      "David S. Miller" <davem@davemloft.net>
6275 L:      netdev@vger.kernel.org
6276 W:      http://www.linuxfoundation.org/en/Net
6277 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6280 S:      Maintained
6281 F:      net/
6282 F:      include/net/
6283 F:      include/linux/in.h
6284 F:      include/linux/net.h
6285 F:      include/linux/netdevice.h
6286 F:      include/uapi/linux/in.h
6287 F:      include/uapi/linux/net.h
6288 F:      include/uapi/linux/netdevice.h
6289 F:      tools/net/
6290 F:      tools/testing/selftests/net/
6291 F:      lib/random32.c
6292 F:      lib/test_bpf.c
6293
6294 NETWORKING [IPv4/IPv6]
6295 M:      "David S. Miller" <davem@davemloft.net>
6296 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6297 M:      James Morris <jmorris@namei.org>
6298 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6299 M:      Patrick McHardy <kaber@trash.net>
6300 L:      netdev@vger.kernel.org
6301 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6302 S:      Maintained
6303 F:      net/ipv4/
6304 F:      net/ipv6/
6305 F:      include/net/ip*
6306 F:      arch/x86/net/*
6307
6308 NETWORKING [IPSEC]
6309 M:      Steffen Klassert <steffen.klassert@secunet.com>
6310 M:      Herbert Xu <herbert@gondor.apana.org.au>
6311 M:      "David S. Miller" <davem@davemloft.net>
6312 L:      netdev@vger.kernel.org
6313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6315 S:      Maintained
6316 F:      net/core/flow.c
6317 F:      net/xfrm/
6318 F:      net/key/
6319 F:      net/ipv4/xfrm*
6320 F:      net/ipv4/esp4.c
6321 F:      net/ipv4/ah4.c
6322 F:      net/ipv4/ipcomp.c
6323 F:      net/ipv4/ip_vti.c
6324 F:      net/ipv6/xfrm*
6325 F:      net/ipv6/esp6.c
6326 F:      net/ipv6/ah6.c
6327 F:      net/ipv6/ipcomp6.c
6328 F:      net/ipv6/ip6_vti.c
6329 F:      include/uapi/linux/xfrm.h
6330 F:      include/net/xfrm.h
6331
6332 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6333 M:      Paul Moore <paul@paul-moore.com>
6334 L:      netdev@vger.kernel.org
6335 S:      Maintained
6336
6337 NETWORKING [WIRELESS]
6338 M:      "John W. Linville" <linville@tuxdriver.com>
6339 L:      linux-wireless@vger.kernel.org
6340 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
6342 S:      Maintained
6343 F:      net/mac80211/
6344 F:      net/rfkill/
6345 F:      net/wireless/
6346 F:      include/net/ieee80211*
6347 F:      include/linux/wireless.h
6348 F:      include/uapi/linux/wireless.h
6349 F:      include/net/iw_handler.h
6350 F:      drivers/net/wireless/
6351
6352 NETWORKING DRIVERS
6353 L:      netdev@vger.kernel.org
6354 W:      http://www.linuxfoundation.org/en/Net
6355 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6356 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6358 S:      Odd Fixes
6359 F:      drivers/net/
6360 F:      include/linux/if_*
6361 F:      include/linux/netdevice.h
6362 F:      include/linux/arcdevice.h
6363 F:      include/linux/etherdevice.h
6364 F:      include/linux/fcdevice.h
6365 F:      include/linux/fddidevice.h
6366 F:      include/linux/hippidevice.h
6367 F:      include/linux/inetdevice.h
6368 F:      include/uapi/linux/if_*
6369 F:      include/uapi/linux/netdevice.h
6370
6371 NETXEN (1/10) GbE SUPPORT
6372 M:      Manish Chopra <manish.chopra@qlogic.com>
6373 M:      Sony Chacko <sony.chacko@qlogic.com>
6374 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6375 L:      netdev@vger.kernel.org
6376 W:      http://www.qlogic.com
6377 S:      Supported
6378 F:      drivers/net/ethernet/qlogic/netxen/
6379
6380 NFC SUBSYSTEM
6381 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6382 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6383 M:      Samuel Ortiz <sameo@linux.intel.com>
6384 L:      linux-wireless@vger.kernel.org
6385 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
6386 S:      Supported
6387 F:      net/nfc/
6388 F:      include/net/nfc/
6389 F:      include/uapi/linux/nfc.h
6390 F:      drivers/nfc/
6391 F:      include/linux/platform_data/pn544.h
6392 F:      Documentation/devicetree/bindings/net/nfc/
6393
6394 NFS, SUNRPC, AND LOCKD CLIENTS
6395 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6396 L:      linux-nfs@vger.kernel.org
6397 W:      http://client.linux-nfs.org
6398 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6399 S:      Maintained
6400 F:      fs/lockd/
6401 F:      fs/nfs/
6402 F:      fs/nfs_common/
6403 F:      net/sunrpc/
6404 F:      include/linux/lockd/
6405 F:      include/linux/nfs*
6406 F:      include/linux/sunrpc/
6407 F:      include/uapi/linux/nfs*
6408 F:      include/uapi/linux/sunrpc/
6409
6410 NILFS2 FILESYSTEM
6411 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6412 L:      linux-nilfs@vger.kernel.org
6413 W:      http://nilfs.sourceforge.net/
6414 T:      git git://github.com/konis/nilfs2.git
6415 S:      Supported
6416 F:      Documentation/filesystems/nilfs2.txt
6417 F:      fs/nilfs2/
6418 F:      include/linux/nilfs2_fs.h
6419
6420 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6421 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6422 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6423 S:      Maintained
6424 F:      Documentation/scsi/NinjaSCSI.txt
6425 F:      drivers/scsi/pcmcia/nsp_*
6426
6427 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6428 M:      GOTO Masanori <gotom@debian.or.jp>
6429 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6430 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6431 S:      Maintained
6432 F:      Documentation/scsi/NinjaSCSI.txt
6433 F:      drivers/scsi/nsp32*
6434
6435 NTB DRIVER
6436 M:      Jon Mason <jdmason@kudzu.us>
6437 M:      Dave Jiang <dave.jiang@intel.com>
6438 S:      Supported
6439 W:      https://github.com/jonmason/ntb/wiki
6440 T:      git git://github.com/jonmason/ntb.git
6441 F:      drivers/ntb/
6442 F:      drivers/net/ntb_netdev.c
6443 F:      include/linux/ntb.h
6444
6445 NTFS FILESYSTEM
6446 M:      Anton Altaparmakov <anton@tuxera.com>
6447 L:      linux-ntfs-dev@lists.sourceforge.net
6448 W:      http://www.tuxera.com/
6449 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6450 S:      Supported
6451 F:      Documentation/filesystems/ntfs.txt
6452 F:      fs/ntfs/
6453
6454 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6455 M:      Antonino Daplas <adaplas@gmail.com>
6456 L:      linux-fbdev@vger.kernel.org
6457 S:      Maintained
6458 F:      drivers/video/fbdev/riva/
6459 F:      drivers/video/fbdev/nvidia/
6460
6461 NVM EXPRESS DRIVER
6462 M:      Matthew Wilcox <willy@linux.intel.com>
6463 L:      linux-nvme@lists.infradead.org
6464 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6465 S:      Supported
6466 F:      drivers/block/nvme*
6467 F:      include/linux/nvme.h
6468
6469 NXP TDA998X DRM DRIVER
6470 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6471 S:      Supported
6472 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6473 F:      include/drm/i2c/tda998x.h
6474
6475 OMAP SUPPORT
6476 M:      Tony Lindgren <tony@atomide.com>
6477 L:      linux-omap@vger.kernel.org
6478 W:      http://www.muru.com/linux/omap/
6479 W:      http://linux.omap.com/
6480 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6482 S:      Maintained
6483 F:      arch/arm/*omap*/
6484 F:      drivers/i2c/busses/i2c-omap.c
6485 F:      include/linux/i2c-omap.h
6486
6487 OMAP DEVICE TREE SUPPORT
6488 M:      Benoît Cousson <bcousson@baylibre.com>
6489 M:      Tony Lindgren <tony@atomide.com>
6490 L:      linux-omap@vger.kernel.org
6491 L:      devicetree@vger.kernel.org
6492 S:      Maintained
6493 F:      arch/arm/boot/dts/*omap*
6494 F:      arch/arm/boot/dts/*am3*
6495
6496 OMAP CLOCK FRAMEWORK SUPPORT
6497 M:      Paul Walmsley <paul@pwsan.com>
6498 L:      linux-omap@vger.kernel.org
6499 S:      Maintained
6500 F:      arch/arm/*omap*/*clock*
6501
6502 OMAP POWER MANAGEMENT SUPPORT
6503 M:      Kevin Hilman <khilman@deeprootsystems.com>
6504 L:      linux-omap@vger.kernel.org
6505 S:      Maintained
6506 F:      arch/arm/*omap*/*pm*
6507 F:      drivers/cpufreq/omap-cpufreq.c
6508
6509 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6510 M:      Rajendra Nayak <rnayak@ti.com>
6511 M:      Paul Walmsley <paul@pwsan.com>
6512 L:      linux-omap@vger.kernel.org
6513 S:      Maintained
6514 F:      arch/arm/mach-omap2/prm*
6515
6516 OMAP AUDIO SUPPORT
6517 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6518 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6519 L:      alsa-devel@alsa-project.org (subscribers-only)
6520 L:      linux-omap@vger.kernel.org
6521 S:      Maintained
6522 F:      sound/soc/omap/
6523
6524 OMAP FRAMEBUFFER SUPPORT
6525 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6526 L:      linux-fbdev@vger.kernel.org
6527 L:      linux-omap@vger.kernel.org
6528 S:      Maintained
6529 F:      drivers/video/fbdev/omap/
6530
6531 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6532 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6533 L:      linux-omap@vger.kernel.org
6534 L:      linux-fbdev@vger.kernel.org
6535 S:      Maintained
6536 F:      drivers/video/fbdev/omap2/
6537 F:      Documentation/arm/OMAP/DSS
6538
6539 OMAP HARDWARE SPINLOCK SUPPORT
6540 M:      Ohad Ben-Cohen <ohad@wizery.com>
6541 L:      linux-omap@vger.kernel.org
6542 S:      Maintained
6543 F:      drivers/hwspinlock/omap_hwspinlock.c
6544 F:      arch/arm/mach-omap2/hwspinlock.c
6545
6546 OMAP MMC SUPPORT
6547 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6548 L:      linux-omap@vger.kernel.org
6549 S:      Maintained
6550 F:      drivers/mmc/host/omap.c
6551
6552 OMAP HS MMC SUPPORT
6553 M:      Balaji T K <balajitk@ti.com>
6554 L:      linux-mmc@vger.kernel.org
6555 L:      linux-omap@vger.kernel.org
6556 S:      Maintained
6557 F:      drivers/mmc/host/omap_hsmmc.c
6558
6559 OMAP RANDOM NUMBER GENERATOR SUPPORT
6560 M:      Deepak Saxena <dsaxena@plexity.net>
6561 S:      Maintained
6562 F:      drivers/char/hw_random/omap-rng.c
6563
6564 OMAP HWMOD SUPPORT
6565 M:      Benoît Cousson <bcousson@baylibre.com>
6566 M:      Paul Walmsley <paul@pwsan.com>
6567 L:      linux-omap@vger.kernel.org
6568 S:      Maintained
6569 F:      arch/arm/mach-omap2/omap_hwmod.*
6570
6571 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
6572 M:      Benoît Cousson <bcousson@baylibre.com>
6573 L:      linux-omap@vger.kernel.org
6574 S:      Maintained
6575 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
6576
6577 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
6578 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6579 L:      linux-media@vger.kernel.org
6580 S:      Maintained
6581 F:      drivers/media/platform/omap3isp/
6582 F:      drivers/staging/media/omap4iss/
6583
6584 OMAP USB SUPPORT
6585 M:      Felipe Balbi <balbi@ti.com>
6586 L:      linux-usb@vger.kernel.org
6587 L:      linux-omap@vger.kernel.org
6588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6589 S:      Maintained
6590 F:      drivers/usb/*/*omap*
6591 F:      arch/arm/*omap*/usb*
6592
6593 OMAP GPIO DRIVER
6594 M:      Javier Martinez Canillas <javier@dowhile0.org>
6595 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
6596 M:      Kevin Hilman <khilman@deeprootsystems.com>
6597 L:      linux-omap@vger.kernel.org
6598 S:      Maintained
6599 F:      drivers/gpio/gpio-omap.c
6600
6601 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
6602 M:      Mark Jackson <mpfj@newflow.co.uk>
6603 L:      linux-omap@vger.kernel.org
6604 S:      Maintained
6605 F:      arch/arm/boot/dts/am335x-nano.dts
6606
6607 OMFS FILESYSTEM
6608 M:      Bob Copeland <me@bobcopeland.com>
6609 L:      linux-karma-devel@lists.sourceforge.net
6610 S:      Maintained
6611 F:      Documentation/filesystems/omfs.txt
6612 F:      fs/omfs/
6613
6614 OMNIKEY CARDMAN 4000 DRIVER
6615 M:      Harald Welte <laforge@gnumonks.org>
6616 S:      Maintained
6617 F:      drivers/char/pcmcia/cm4000_cs.c
6618 F:      include/linux/cm4000_cs.h
6619 F:      include/uapi/linux/cm4000_cs.h
6620
6621 OMNIKEY CARDMAN 4040 DRIVER
6622 M:      Harald Welte <laforge@gnumonks.org>
6623 S:      Maintained
6624 F:      drivers/char/pcmcia/cm4040_cs.*
6625
6626 OMNIVISION OV7670 SENSOR DRIVER
6627 M:      Jonathan Corbet <corbet@lwn.net>
6628 L:      linux-media@vger.kernel.org
6629 T:      git git://linuxtv.org/media_tree.git
6630 S:      Maintained
6631 F:      drivers/media/i2c/ov7670.c
6632
6633 ONENAND FLASH DRIVER
6634 M:      Kyungmin Park <kyungmin.park@samsung.com>
6635 L:      linux-mtd@lists.infradead.org
6636 S:      Maintained
6637 F:      drivers/mtd/onenand/
6638 F:      include/linux/mtd/onenand*.h
6639
6640 ONSTREAM SCSI TAPE DRIVER
6641 M:      Willem Riede <osst@riede.org>
6642 L:      osst-users@lists.sourceforge.net
6643 L:      linux-scsi@vger.kernel.org
6644 S:      Maintained
6645 F:      Documentation/scsi/osst.txt
6646 F:      drivers/scsi/osst.*
6647 F:      drivers/scsi/osst_*.h
6648 F:      drivers/scsi/st.h
6649
6650 OPENCORES I2C BUS DRIVER
6651 M:      Peter Korsgaard <jacmet@sunsite.dk>
6652 L:      linux-i2c@vger.kernel.org
6653 S:      Maintained
6654 F:      Documentation/i2c/busses/i2c-ocores
6655 F:      drivers/i2c/busses/i2c-ocores.c
6656
6657 OPEN FIRMWARE AND FLATTENED DEVICE TREE
6658 M:      Grant Likely <grant.likely@linaro.org>
6659 M:      Rob Herring <robh+dt@kernel.org>
6660 L:      devicetree@vger.kernel.org
6661 W:      http://fdt.secretlab.ca
6662 T:      git git://git.secretlab.ca/git/linux-2.6.git
6663 S:      Maintained
6664 F:      drivers/of/
6665 F:      include/linux/of*.h
6666 F:      scripts/dtc/
6667 K:      of_get_property
6668 K:      of_match_table
6669
6670 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
6671 M:      Rob Herring <robh+dt@kernel.org>
6672 M:      Pawel Moll <pawel.moll@arm.com>
6673 M:      Mark Rutland <mark.rutland@arm.com>
6674 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
6675 M:      Kumar Gala <galak@codeaurora.org>
6676 L:      devicetree@vger.kernel.org
6677 S:      Maintained
6678 F:      Documentation/devicetree/
6679 F:      arch/*/boot/dts/
6680 F:      include/dt-bindings/
6681
6682 OPENRISC ARCHITECTURE
6683 M:      Jonas Bonn <jonas@southpole.se>
6684 W:      http://openrisc.net
6685 L:      linux@lists.openrisc.net (moderated for non-subscribers)
6686 S:      Maintained
6687 T:      git git://openrisc.net/~jonas/linux
6688 F:      arch/openrisc/
6689
6690 OPENVSWITCH
6691 M:      Pravin Shelar <pshelar@nicira.com>
6692 L:      dev@openvswitch.org
6693 W:      http://openvswitch.org
6694 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pshelar/openvswitch.git
6695 S:      Maintained
6696 F:      net/openvswitch/
6697
6698 OPL4 DRIVER
6699 M:      Clemens Ladisch <clemens@ladisch.de>
6700 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6701 T:      git git://git.alsa-project.org/alsa-kernel.git
6702 S:      Maintained
6703 F:      sound/drivers/opl4/
6704
6705 OPROFILE
6706 M:      Robert Richter <rric@kernel.org>
6707 L:      oprofile-list@lists.sf.net
6708 S:      Maintained
6709 F:      arch/*/include/asm/oprofile*.h
6710 F:      arch/*/oprofile/
6711 F:      drivers/oprofile/
6712 F:      include/linux/oprofile.h
6713
6714 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
6715 M:      Mark Fasheh <mfasheh@suse.com>
6716 M:      Joel Becker <jlbec@evilplan.org>
6717 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
6718 W:      http://oss.oracle.com/projects/ocfs2/
6719 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
6720 S:      Supported
6721 F:      Documentation/filesystems/ocfs2.txt
6722 F:      Documentation/filesystems/dlmfs.txt
6723 F:      fs/ocfs2/
6724
6725 ORINOCO DRIVER
6726 L:      linux-wireless@vger.kernel.org
6727 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
6728 W:      http://www.nongnu.org/orinoco/
6729 S:      Orphan
6730 F:      drivers/net/wireless/orinoco/
6731
6732 OSD LIBRARY and FILESYSTEM
6733 M:      Boaz Harrosh <bharrosh@panasas.com>
6734 M:      Benny Halevy <bhalevy@primarydata.com>
6735 L:      osd-dev@open-osd.org
6736 W:      http://open-osd.org
6737 T:      git git://git.open-osd.org/open-osd.git
6738 S:      Maintained
6739 F:      drivers/scsi/osd/
6740 F:      include/scsi/osd_*
6741 F:      fs/exofs/
6742
6743 P54 WIRELESS DRIVER
6744 M:      Christian Lamparter <chunkeey@googlemail.com>
6745 L:      linux-wireless@vger.kernel.org
6746 W:      http://wireless.kernel.org/en/users/Drivers/p54
6747 S:      Maintained
6748 F:      drivers/net/wireless/p54/
6749
6750 PA SEMI ETHERNET DRIVER
6751 M:      Olof Johansson <olof@lixom.net>
6752 L:      netdev@vger.kernel.org
6753 S:      Maintained
6754 F:      drivers/net/ethernet/pasemi/*
6755
6756 PA SEMI SMBUS DRIVER
6757 M:      Olof Johansson <olof@lixom.net>
6758 L:      linux-i2c@vger.kernel.org
6759 S:      Maintained
6760 F:      drivers/i2c/busses/i2c-pasemi.c
6761
6762 PADATA PARALLEL EXECUTION MECHANISM
6763 M:      Steffen Klassert <steffen.klassert@secunet.com>
6764 L:      linux-crypto@vger.kernel.org
6765 S:      Maintained
6766 F:      kernel/padata.c
6767 F:      include/linux/padata.h
6768 F:      Documentation/padata.txt
6769
6770 PANASONIC LAPTOP ACPI EXTRAS DRIVER
6771 M:      Harald Welte <laforge@gnumonks.org>
6772 L:      platform-driver-x86@vger.kernel.org
6773 S:      Maintained
6774 F:      drivers/platform/x86/panasonic-laptop.c
6775
6776 PANASONIC MN10300/AM33/AM34 PORT
6777 M:      David Howells <dhowells@redhat.com>
6778 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
6779 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
6780 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
6781 S:      Maintained
6782 F:      Documentation/mn10300/
6783 F:      arch/mn10300/
6784
6785 PARALLEL PORT SUPPORT
6786 L:      linux-parport@lists.infradead.org (subscribers-only)
6787 S:      Orphan
6788 F:      drivers/parport/
6789 F:      include/linux/parport*.h
6790 F:      drivers/char/ppdev.c
6791 F:      include/uapi/linux/ppdev.h
6792
6793 PARAVIRT_OPS INTERFACE
6794 M:      Jeremy Fitzhardinge <jeremy@goop.org>
6795 M:      Chris Wright <chrisw@sous-sol.org>
6796 M:      Alok Kataria <akataria@vmware.com>
6797 M:      Rusty Russell <rusty@rustcorp.com.au>
6798 L:      virtualization@lists.linux-foundation.org
6799 S:      Supported
6800 F:      Documentation/ia64/paravirt_ops.txt
6801 F:      arch/*/kernel/paravirt*
6802 F:      arch/*/include/asm/paravirt.h
6803
6804 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
6805 M:      Tim Waugh <tim@cyberelk.net>
6806 L:      linux-parport@lists.infradead.org (subscribers-only)
6807 W:      http://www.torque.net/linux-pp.html
6808 S:      Maintained
6809 F:      Documentation/blockdev/paride.txt
6810 F:      drivers/block/paride/
6811
6812 PARISC ARCHITECTURE
6813 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
6814 M:      Helge Deller <deller@gmx.de>
6815 L:      linux-parisc@vger.kernel.org
6816 W:      http://www.parisc-linux.org/
6817 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
6818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
6819 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
6820 S:      Maintained
6821 F:      arch/parisc/
6822 F:      Documentation/parisc/
6823 F:      drivers/parisc/
6824 F:      drivers/char/agp/parisc-agp.c
6825 F:      drivers/input/serio/gscps2.c
6826 F:      drivers/parport/parport_gsc.*
6827 F:      drivers/tty/serial/8250/8250_gsc.c
6828 F:      drivers/video/fbdev/sti*
6829 F:      drivers/video/console/sti*
6830 F:      drivers/video/logo/logo_parisc*
6831
6832 PC87360 HARDWARE MONITORING DRIVER
6833 M:      Jim Cromie <jim.cromie@gmail.com>
6834 L:      lm-sensors@lm-sensors.org
6835 S:      Maintained
6836 F:      Documentation/hwmon/pc87360
6837 F:      drivers/hwmon/pc87360.c
6838
6839 PC8736x GPIO DRIVER
6840 M:      Jim Cromie <jim.cromie@gmail.com>
6841 S:      Maintained
6842 F:      drivers/char/pc8736x_gpio.c
6843
6844 PC87427 HARDWARE MONITORING DRIVER
6845 M:      Jean Delvare <jdelvare@suse.de>
6846 L:      lm-sensors@lm-sensors.org
6847 S:      Maintained
6848 F:      Documentation/hwmon/pc87427
6849 F:      drivers/hwmon/pc87427.c
6850
6851 PCA9532 LED DRIVER
6852 M:      Riku Voipio <riku.voipio@iki.fi>
6853 S:      Maintained
6854 F:      drivers/leds/leds-pca9532.c
6855 F:      include/linux/leds-pca9532.h
6856
6857 PCA9541 I2C BUS MASTER SELECTOR DRIVER
6858 M:      Guenter Roeck <linux@roeck-us.net>
6859 L:      linux-i2c@vger.kernel.org
6860 S:      Maintained
6861 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
6862
6863 PCDP - PRIMARY CONSOLE AND DEBUG PORT
6864 M:      Khalid Aziz <khalid@gonehiking.org>
6865 S:      Maintained
6866 F:      drivers/firmware/pcdp.*
6867
6868 PCI ERROR RECOVERY
6869 M:      Linas Vepstas <linasvepstas@gmail.com>
6870 L:      linux-pci@vger.kernel.org
6871 S:      Supported
6872 F:      Documentation/PCI/pci-error-recovery.txt
6873
6874 PCI SUBSYSTEM
6875 M:      Bjorn Helgaas <bhelgaas@google.com>
6876 L:      linux-pci@vger.kernel.org
6877 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
6878 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
6879 S:      Supported
6880 F:      Documentation/PCI/
6881 F:      drivers/pci/
6882 F:      include/linux/pci*
6883 F:      arch/x86/pci/
6884 F:      arch/x86/kernel/quirks.c
6885
6886 PCI DRIVER FOR IMX6
6887 M:      Richard Zhu <r65037@freescale.com>
6888 M:      Lucas Stach <l.stach@pengutronix.de>
6889 L:      linux-pci@vger.kernel.org
6890 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6891 S:      Maintained
6892 F:      drivers/pci/host/*imx6*
6893
6894 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
6895 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6896 M:      Jason Cooper <jason@lakedaemon.net>
6897 L:      linux-pci@vger.kernel.org
6898 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6899 S:      Maintained
6900 F:      drivers/pci/host/*mvebu*
6901
6902 PCI DRIVER FOR NVIDIA TEGRA
6903 M:      Thierry Reding <thierry.reding@gmail.com>
6904 L:      linux-tegra@vger.kernel.org
6905 L:      linux-pci@vger.kernel.org
6906 S:      Supported
6907 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
6908 F:      drivers/pci/host/pci-tegra.c
6909
6910 PCI DRIVER FOR TI DRA7XX
6911 M:      Kishon Vijay Abraham I <kishon@ti.com>
6912 L:      linux-omap@vger.kernel.org
6913 L:      linux-pci@vger.kernel.org
6914 S:      Supported
6915 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
6916 F:      drivers/pci/host/pci-dra7xx.c
6917
6918 PCI DRIVER FOR RENESAS R-CAR
6919 M:      Simon Horman <horms@verge.net.au>
6920 L:      linux-pci@vger.kernel.org
6921 L:      linux-sh@vger.kernel.org
6922 S:      Maintained
6923 F:      drivers/pci/host/*rcar*
6924
6925 PCI DRIVER FOR SAMSUNG EXYNOS
6926 M:      Jingoo Han <jg1.han@samsung.com>
6927 L:      linux-pci@vger.kernel.org
6928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6929 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
6930 S:      Maintained
6931 F:      drivers/pci/host/pci-exynos.c
6932
6933 PCI DRIVER FOR SYNOPSIS DESIGNWARE
6934 M:      Mohit Kumar <mohit.kumar@st.com>
6935 M:      Jingoo Han <jg1.han@samsung.com>
6936 L:      linux-pci@vger.kernel.org
6937 S:      Maintained
6938 F:      drivers/pci/host/*designware*
6939
6940 PCI DRIVER FOR GENERIC OF HOSTS
6941 M:      Will Deacon <will.deacon@arm.com>
6942 L:      linux-pci@vger.kernel.org
6943 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6944 S:      Maintained
6945 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
6946 F:      drivers/pci/host/pci-host-generic.c
6947
6948 PCIE DRIVER FOR ST SPEAR13XX
6949 M:      Mohit Kumar <mohit.kumar@st.com>
6950 L:      linux-pci@vger.kernel.org
6951 S:      Maintained
6952 F:      drivers/pci/host/*spear*
6953
6954 PCMCIA SUBSYSTEM
6955 P:      Linux PCMCIA Team
6956 L:      linux-pcmcia@lists.infradead.org
6957 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
6958 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
6959 S:      Maintained
6960 F:      Documentation/pcmcia/
6961 F:      drivers/pcmcia/
6962 F:      include/pcmcia/
6963
6964 PCNET32 NETWORK DRIVER
6965 M:      Don Fry <pcnet32@frontier.com>
6966 L:      netdev@vger.kernel.org
6967 S:      Maintained
6968 F:      drivers/net/ethernet/amd/pcnet32.c
6969
6970 PCRYPT PARALLEL CRYPTO ENGINE
6971 M:      Steffen Klassert <steffen.klassert@secunet.com>
6972 L:      linux-crypto@vger.kernel.org
6973 S:      Maintained
6974 F:      crypto/pcrypt.c
6975 F:      include/crypto/pcrypt.h
6976
6977 PER-CPU MEMORY ALLOCATOR
6978 M:      Tejun Heo <tj@kernel.org>
6979 M:      Christoph Lameter <cl@linux-foundation.org>
6980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
6981 S:      Maintained
6982 F:      include/linux/percpu*.h
6983 F:      mm/percpu*.c
6984 F:      arch/*/include/asm/percpu.h
6985
6986 PER-TASK DELAY ACCOUNTING
6987 M:      Balbir Singh <bsingharora@gmail.com>
6988 S:      Maintained
6989 F:      include/linux/delayacct.h
6990 F:      kernel/delayacct.c
6991
6992 PERFORMANCE EVENTS SUBSYSTEM
6993 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
6994 M:      Paul Mackerras <paulus@samba.org>
6995 M:      Ingo Molnar <mingo@redhat.com>
6996 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
6997 L:      linux-kernel@vger.kernel.org
6998 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
6999 S:      Supported
7000 F:      kernel/events/*
7001 F:      include/linux/perf_event.h
7002 F:      include/uapi/linux/perf_event.h
7003 F:      arch/*/kernel/perf_event*.c
7004 F:      arch/*/kernel/*/perf_event*.c
7005 F:      arch/*/kernel/*/*/perf_event*.c
7006 F:      arch/*/include/asm/perf_event.h
7007 F:      arch/*/kernel/perf_callchain.c
7008 F:      tools/perf/
7009
7010 PERSONALITY HANDLING
7011 M:      Christoph Hellwig <hch@infradead.org>
7012 L:      linux-abi-devel@lists.sourceforge.net
7013 S:      Maintained
7014 F:      include/linux/personality.h
7015 F:      include/uapi/linux/personality.h
7016
7017 PHONET PROTOCOL
7018 M:      Remi Denis-Courmont <courmisch@gmail.com>
7019 S:      Supported
7020 F:      Documentation/networking/phonet.txt
7021 F:      include/linux/phonet.h
7022 F:      include/net/phonet/
7023 F:      include/uapi/linux/phonet.h
7024 F:      net/phonet/
7025
7026 PHRAM MTD DRIVER
7027 M:      Joern Engel <joern@lazybastard.org>
7028 L:      linux-mtd@lists.infradead.org
7029 S:      Maintained
7030 F:      drivers/mtd/devices/phram.c
7031
7032 PICOLCD HID DRIVER
7033 M:      Bruno Prémont <bonbons@linux-vserver.org>
7034 L:      linux-input@vger.kernel.org
7035 S:      Maintained
7036 F:      drivers/hid/hid-picolcd*
7037
7038 PICOXCELL SUPPORT
7039 M:      Jamie Iles <jamie@jamieiles.com>
7040 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7041 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7042 S:      Supported
7043 F:      arch/arm/boot/dts/picoxcell*
7044 F:      arch/arm/mach-picoxcell/
7045 F:      drivers/crypto/picoxcell*
7046
7047 PIN CONTROL SUBSYSTEM
7048 M:      Linus Walleij <linus.walleij@linaro.org>
7049 S:      Maintained
7050 F:      drivers/pinctrl/
7051 F:      include/linux/pinctrl/
7052
7053 PIN CONTROLLER - ATMEL AT91
7054 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7055 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7056 S:      Maintained
7057 F:      drivers/pinctrl/pinctrl-at91.c
7058
7059 PIN CONTROLLER - RENESAS
7060 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7061 L:      linux-sh@vger.kernel.org
7062 S:      Maintained
7063 F:      drivers/pinctrl/sh-pfc/
7064
7065 PIN CONTROLLER - SAMSUNG
7066 M:      Tomasz Figa <tomasz.figa@gmail.com>
7067 M:      Thomas Abraham <thomas.abraham@linaro.org>
7068 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7069 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7070 S:      Maintained
7071 F:      drivers/pinctrl/samsung/
7072
7073 PIN CONTROLLER - ST SPEAR
7074 M:      Viresh Kumar <viresh.linux@gmail.com>
7075 L:      spear-devel@list.st.com
7076 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7077 W:      http://www.st.com/spear
7078 S:      Maintained
7079 F:      drivers/pinctrl/spear/
7080
7081 PKTCDVD DRIVER
7082 M:      Jiri Kosina <jkosina@suse.cz>
7083 S:      Maintained
7084 F:      drivers/block/pktcdvd.c
7085 F:      include/linux/pktcdvd.h
7086 F:      include/uapi/linux/pktcdvd.h
7087
7088 PKUNITY SOC DRIVERS
7089 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7090 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7091 S:      Maintained
7092 T:      git git://github.com/gxt/linux.git
7093 F:      drivers/input/serio/i8042-unicore32io.h
7094 F:      drivers/i2c/busses/i2c-puv3.c
7095 F:      drivers/video/fbdev/fb-puv3.c
7096 F:      drivers/rtc/rtc-puv3.c
7097
7098 PMBUS HARDWARE MONITORING DRIVERS
7099 M:      Guenter Roeck <linux@roeck-us.net>
7100 L:      lm-sensors@lm-sensors.org
7101 W:      http://www.lm-sensors.org/
7102 W:      http://www.roeck-us.net/linux/drivers/
7103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7104 S:      Maintained
7105 F:      Documentation/hwmon/pmbus
7106 F:      drivers/hwmon/pmbus/
7107 F:      include/linux/i2c/pmbus.h
7108
7109 PMC SIERRA MaxRAID DRIVER
7110 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7111 L:      linux-scsi@vger.kernel.org
7112 W:      http://www.pmc-sierra.com/
7113 S:      Supported
7114 F:      drivers/scsi/pmcraid.*
7115
7116 PMC SIERRA PM8001 DRIVER
7117 M:      xjtuwjp@gmail.com
7118 M:      lindar_liu@usish.com
7119 L:      pmchba@pmcs.com
7120 L:      linux-scsi@vger.kernel.org
7121 S:      Supported
7122 F:      drivers/scsi/pm8001/
7123
7124 POSIX CLOCKS and TIMERS
7125 M:      Thomas Gleixner <tglx@linutronix.de>
7126 L:      linux-kernel@vger.kernel.org
7127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7128 S:      Maintained
7129 F:      fs/timerfd.c
7130 F:      include/linux/timer*
7131 F:      kernel/time/*timer*
7132
7133 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7134 M:      Sebastian Reichel <sre@kernel.org>
7135 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7136 M:      David Woodhouse <dwmw2@infradead.org>
7137 L:      linux-pm@vger.kernel.org
7138 T:      git git://git.infradead.org/battery-2.6.git
7139 S:      Maintained
7140 F:      include/linux/power_supply.h
7141 F:      drivers/power/
7142
7143 PNP SUPPORT
7144 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7145 S:      Maintained
7146 F:      drivers/pnp/
7147
7148 PNXxxxx I2C DRIVER
7149 M:      Vitaly Wool <vitalywool@gmail.com>
7150 L:      linux-i2c@vger.kernel.org
7151 S:      Maintained
7152 F:      drivers/i2c/busses/i2c-pnx.c
7153
7154 PPP PROTOCOL DRIVERS AND COMPRESSORS
7155 M:      Paul Mackerras <paulus@samba.org>
7156 L:      linux-ppp@vger.kernel.org
7157 S:      Maintained
7158 F:      drivers/net/ppp/ppp_*
7159
7160 PPP OVER ATM (RFC 2364)
7161 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7162 S:      Maintained
7163 F:      net/atm/pppoatm.c
7164 F:      include/uapi/linux/atmppp.h
7165
7166 PPP OVER ETHERNET
7167 M:      Michal Ostrowski <mostrows@earthlink.net>
7168 S:      Maintained
7169 F:      drivers/net/ppp/pppoe.c
7170 F:      drivers/net/ppp/pppox.c
7171
7172 PPP OVER L2TP
7173 M:      James Chapman <jchapman@katalix.com>
7174 S:      Maintained
7175 F:      net/l2tp/l2tp_ppp.c
7176 F:      include/linux/if_pppol2tp.h
7177 F:      include/uapi/linux/if_pppol2tp.h
7178
7179 PPS SUPPORT
7180 M:      Rodolfo Giometti <giometti@enneenne.com>
7181 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7182 L:      linuxpps@ml.enneenne.com (subscribers-only)
7183 S:      Maintained
7184 F:      Documentation/pps/
7185 F:      drivers/pps/
7186 F:      include/linux/pps*.h
7187
7188 PPTP DRIVER
7189 M:      Dmitry Kozlov <xeb@mail.ru>
7190 L:      netdev@vger.kernel.org
7191 S:      Maintained
7192 F:      drivers/net/ppp/pptp.c
7193 W:      http://sourceforge.net/projects/accel-pptp
7194
7195 PREEMPTIBLE KERNEL
7196 M:      Robert Love <rml@tech9.net>
7197 L:      kpreempt-tech@lists.sourceforge.net
7198 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7199 S:      Supported
7200 F:      Documentation/preempt-locking.txt
7201 F:      include/linux/preempt.h
7202
7203 PRISM54 WIRELESS DRIVER
7204 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7205 L:      linux-wireless@vger.kernel.org
7206 W:      http://wireless.kernel.org/en/users/Drivers/p54
7207 S:      Obsolete
7208 F:      drivers/net/wireless/prism54/
7209
7210 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
7211 M:      Mikael Pettersson <mikpelinux@gmail.com>
7212 L:      linux-ide@vger.kernel.org
7213 S:      Maintained
7214 F:      drivers/ata/sata_promise.*
7215
7216 PS3 NETWORK SUPPORT
7217 M:      Geoff Levand <geoff@infradead.org>
7218 L:      netdev@vger.kernel.org
7219 L:      cbe-oss-dev@lists.ozlabs.org
7220 S:      Maintained
7221 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7222
7223 PS3 PLATFORM SUPPORT
7224 M:      Geoff Levand <geoff@infradead.org>
7225 L:      linuxppc-dev@lists.ozlabs.org
7226 L:      cbe-oss-dev@lists.ozlabs.org
7227 S:      Maintained
7228 F:      arch/powerpc/boot/ps3*
7229 F:      arch/powerpc/include/asm/lv1call.h
7230 F:      arch/powerpc/include/asm/ps3*.h
7231 F:      arch/powerpc/platforms/ps3/
7232 F:      drivers/*/ps3*
7233 F:      drivers/ps3/
7234 F:      drivers/rtc/rtc-ps3.c
7235 F:      drivers/usb/host/*ps3.c
7236 F:      sound/ppc/snd_ps3*
7237
7238 PS3VRAM DRIVER
7239 M:      Jim Paris <jim@jtan.com>
7240 L:      cbe-oss-dev@lists.ozlabs.org
7241 S:      Maintained
7242 F:      drivers/block/ps3vram.c
7243
7244 PSTORE FILESYSTEM
7245 M:      Anton Vorontsov <anton@enomsg.org>
7246 M:      Colin Cross <ccross@android.com>
7247 M:      Kees Cook <keescook@chromium.org>
7248 M:      Tony Luck <tony.luck@intel.com>
7249 S:      Maintained
7250 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7251 F:      fs/pstore/
7252 F:      include/linux/pstore*
7253 F:      drivers/firmware/efi/efi-pstore.c
7254 F:      drivers/acpi/apei/erst.c
7255
7256 PTP HARDWARE CLOCK SUPPORT
7257 M:      Richard Cochran <richardcochran@gmail.com>
7258 L:      netdev@vger.kernel.org
7259 S:      Maintained
7260 W:      http://linuxptp.sourceforge.net/
7261 F:      Documentation/ABI/testing/sysfs-ptp
7262 F:      Documentation/ptp/*
7263 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7264 F:      drivers/net/phy/dp83640*
7265 F:      drivers/ptp/*
7266 F:      include/linux/ptp_cl*
7267
7268 PTRACE SUPPORT
7269 M:      Roland McGrath <roland@hack.frob.com>
7270 M:      Oleg Nesterov <oleg@redhat.com>
7271 S:      Maintained
7272 F:      include/asm-generic/syscall.h
7273 F:      include/linux/ptrace.h
7274 F:      include/linux/regset.h
7275 F:      include/linux/tracehook.h
7276 F:      include/uapi/linux/ptrace.h
7277 F:      kernel/ptrace.c
7278
7279 PVRUSB2 VIDEO4LINUX DRIVER
7280 M:      Mike Isely <isely@pobox.com>
7281 L:      pvrusb2@isely.net       (subscribers-only)
7282 L:      linux-media@vger.kernel.org
7283 W:      http://www.isely.net/pvrusb2/
7284 T:      git git://linuxtv.org/media_tree.git
7285 S:      Maintained
7286 F:      Documentation/video4linux/README.pvrusb2
7287 F:      drivers/media/usb/pvrusb2/
7288
7289 PWC WEBCAM DRIVER
7290 M:      Hans de Goede <hdegoede@redhat.com>
7291 L:      linux-media@vger.kernel.org
7292 T:      git git://linuxtv.org/media_tree.git
7293 S:      Maintained
7294 F:      drivers/media/usb/pwc/*
7295
7296 PWM SUBSYSTEM
7297 M:      Thierry Reding <thierry.reding@gmail.com>
7298 L:      linux-pwm@vger.kernel.org
7299 S:      Maintained
7300 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7301 F:      Documentation/pwm.txt
7302 F:      Documentation/devicetree/bindings/pwm/
7303 F:      include/linux/pwm.h
7304 F:      drivers/pwm/
7305 F:      drivers/video/backlight/pwm_bl.c
7306 F:      include/linux/pwm_backlight.h
7307
7308 PXA2xx/PXA3xx SUPPORT
7309 M:      Eric Miao <eric.y.miao@gmail.com>
7310 M:      Russell King <linux@arm.linux.org.uk>
7311 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7312 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7313 T:      git git://github.com/hzhuang1/linux.git
7314 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7315 S:      Maintained
7316 F:      arch/arm/mach-pxa/
7317 F:      drivers/pcmcia/pxa2xx*
7318 F:      drivers/spi/spi-pxa2xx*
7319 F:      drivers/usb/gadget/udc/pxa2*
7320 F:      include/sound/pxa2xx-lib.h
7321 F:      sound/arm/pxa*
7322 F:      sound/soc/pxa/
7323
7324 PXA3xx NAND FLASH DRIVER
7325 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7326 L:      linux-mtd@lists.infradead.org
7327 S:      Maintained
7328 F:      drivers/mtd/nand/pxa3xx_nand.c
7329
7330 MMP SUPPORT
7331 M:      Eric Miao <eric.y.miao@gmail.com>
7332 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7333 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7334 T:      git git://github.com/hzhuang1/linux.git
7335 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7336 S:      Maintained
7337 F:      arch/arm/mach-mmp/
7338
7339 PXA MMCI DRIVER
7340 S:      Orphan
7341
7342 PXA RTC DRIVER
7343 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7344 L:      rtc-linux@googlegroups.com
7345 S:      Maintained
7346
7347 QAT DRIVER
7348 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7349 L:      qat-linux@intel.com
7350 S:      Supported
7351 F:      drivers/crypto/qat/
7352
7353 QIB DRIVER
7354 M:      Mike Marciniszyn <infinipath@intel.com>
7355 L:      linux-rdma@vger.kernel.org
7356 S:      Supported
7357 F:      drivers/infiniband/hw/qib/
7358
7359 QLOGIC QLA1280 SCSI DRIVER
7360 M:      Michael Reed <mdr@sgi.com>
7361 L:      linux-scsi@vger.kernel.org
7362 S:      Maintained
7363 F:      drivers/scsi/qla1280.[ch]
7364
7365 QLOGIC QLA2XXX FC-SCSI DRIVER
7366 M:      qla2xxx-upstream@qlogic.com
7367 L:      linux-scsi@vger.kernel.org
7368 S:      Supported
7369 F:      Documentation/scsi/LICENSE.qla2xxx
7370 F:      drivers/scsi/qla2xxx/
7371
7372 QLOGIC QLA4XXX iSCSI DRIVER
7373 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
7374 M:      iscsi-driver@qlogic.com
7375 L:      linux-scsi@vger.kernel.org
7376 S:      Supported
7377 F:      Documentation/scsi/LICENSE.qla4xxx
7378 F:      drivers/scsi/qla4xxx/
7379
7380 QLOGIC QLA3XXX NETWORK DRIVER
7381 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7382 M:      Ron Mercer <ron.mercer@qlogic.com>
7383 M:      linux-driver@qlogic.com
7384 L:      netdev@vger.kernel.org
7385 S:      Supported
7386 F:      Documentation/networking/LICENSE.qla3xxx
7387 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7388
7389 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7390 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7391 M:      Dept-HSGLinuxNICDev@qlogic.com
7392 L:      netdev@vger.kernel.org
7393 S:      Supported
7394 F:      drivers/net/ethernet/qlogic/qlcnic/
7395
7396 QLOGIC QLGE 10Gb ETHERNET DRIVER
7397 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7398 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7399 M:      Ron Mercer <ron.mercer@qlogic.com>
7400 M:      linux-driver@qlogic.com
7401 L:      netdev@vger.kernel.org
7402 S:      Supported
7403 F:      drivers/net/ethernet/qlogic/qlge/
7404
7405 QNX4 FILESYSTEM
7406 M:      Anders Larsen <al@alarsen.net>
7407 W:      http://www.alarsen.net/linux/qnx4fs/
7408 S:      Maintained
7409 F:      fs/qnx4/
7410 F:      include/uapi/linux/qnx4_fs.h
7411 F:      include/uapi/linux/qnxtypes.h
7412
7413 QT1010 MEDIA DRIVER
7414 M:      Antti Palosaari <crope@iki.fi>
7415 L:      linux-media@vger.kernel.org
7416 W:      http://linuxtv.org/
7417 W:      http://palosaari.fi/linux/
7418 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7419 T:      git git://linuxtv.org/anttip/media_tree.git
7420 S:      Maintained
7421 F:      drivers/media/tuners/qt1010*
7422
7423 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7424 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7425 L:      linux-wireless@vger.kernel.org
7426 L:      ath9k-devel@lists.ath9k.org
7427 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7428 S:      Supported
7429 F:      drivers/net/wireless/ath/ath9k/
7430
7431 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7432 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7433 L:      ath10k@lists.infradead.org
7434 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7435 T:      git git://github.com/kvalo/ath.git
7436 S:      Supported
7437 F:      drivers/net/wireless/ath/ath10k/
7438
7439 QUALCOMM HEXAGON ARCHITECTURE
7440 M:      Richard Kuo <rkuo@codeaurora.org>
7441 L:      linux-hexagon@vger.kernel.org
7442 S:      Supported
7443 F:      arch/hexagon/
7444
7445 QUALCOMM WCN36XX WIRELESS DRIVER
7446 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7447 L:      wcn36xx@lists.infradead.org
7448 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7449 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7450 S:      Supported
7451 F:      drivers/net/wireless/ath/wcn36xx/
7452
7453 QUICKCAM PARALLEL PORT WEBCAMS
7454 M:      Hans Verkuil <hverkuil@xs4all.nl>
7455 L:      linux-media@vger.kernel.org
7456 T:      git git://linuxtv.org/media_tree.git
7457 W:      http://linuxtv.org
7458 S:      Odd Fixes
7459 F:      drivers/media/parport/*-qcam*
7460
7461 RADOS BLOCK DEVICE (RBD)
7462 M:      Yehuda Sadeh <yehuda@inktank.com>
7463 M:      Sage Weil <sage@inktank.com>
7464 M:      Alex Elder <elder@kernel.org>
7465 M:      ceph-devel@vger.kernel.org
7466 W:      http://ceph.com/
7467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7468 S:      Supported
7469 F:      drivers/block/rbd.c
7470 F:      drivers/block/rbd_types.h
7471
7472 RADEON FRAMEBUFFER DISPLAY DRIVER
7473 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7474 L:      linux-fbdev@vger.kernel.org
7475 S:      Maintained
7476 F:      drivers/video/fbdev/aty/radeon*
7477 F:      include/uapi/linux/radeonfb.h
7478
7479 RADIOSHARK RADIO DRIVER
7480 M:      Hans de Goede <hdegoede@redhat.com>
7481 L:      linux-media@vger.kernel.org
7482 T:      git git://linuxtv.org/media_tree.git
7483 S:      Maintained
7484 F:      drivers/media/radio/radio-shark.c
7485
7486 RADIOSHARK2 RADIO DRIVER
7487 M:      Hans de Goede <hdegoede@redhat.com>
7488 L:      linux-media@vger.kernel.org
7489 T:      git git://linuxtv.org/media_tree.git
7490 S:      Maintained
7491 F:      drivers/media/radio/radio-shark2.c
7492 F:      drivers/media/radio/radio-tea5777.c
7493
7494 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7495 M:      Paul Mackerras <paulus@samba.org>
7496 L:      linux-fbdev@vger.kernel.org
7497 S:      Maintained
7498 F:      drivers/video/fbdev/aty/aty128fb.c
7499
7500 RALINK RT2X00 WIRELESS LAN DRIVER
7501 P:      rt2x00 project
7502 M:      Ivo van Doorn <IvDoorn@gmail.com>
7503 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7504 L:      linux-wireless@vger.kernel.org
7505 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7506 W:      http://rt2x00.serialmonkey.com/
7507 S:      Maintained
7508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
7509 F:      drivers/net/wireless/rt2x00/
7510
7511 RAMDISK RAM BLOCK DEVICE DRIVER
7512 M:      Nick Piggin <npiggin@kernel.dk>
7513 S:      Maintained
7514 F:      Documentation/blockdev/ramdisk.txt
7515 F:      drivers/block/brd.c
7516
7517 RANDOM NUMBER DRIVER
7518 M:      "Theodore Ts'o" <tytso@mit.edu>
7519 S:      Maintained
7520 F:      drivers/char/random.c
7521
7522 RAPIDIO SUBSYSTEM
7523 M:      Matt Porter <mporter@kernel.crashing.org>
7524 M:      Alexandre Bounine <alexandre.bounine@idt.com>
7525 S:      Maintained
7526 F:      drivers/rapidio/
7527
7528 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
7529 L:      linux-wireless@vger.kernel.org
7530 S:      Orphan
7531 F:      drivers/net/wireless/ray*
7532
7533 RCUTORTURE MODULE
7534 M:      Josh Triplett <josh@joshtriplett.org>
7535 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7536 L:      linux-kernel@vger.kernel.org
7537 S:      Supported
7538 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7539 F:      Documentation/RCU/torture.txt
7540 F:      kernel/rcu/rcutorture.c
7541
7542 RCUTORTURE TEST FRAMEWORK
7543 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7544 M:      Josh Triplett <josh@joshtriplett.org>
7545 R:      Steven Rostedt <rostedt@goodmis.org>
7546 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7547 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7548 L:      linux-kernel@vger.kernel.org
7549 S:      Supported
7550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7551 F:      tools/testing/selftests/rcutorture
7552
7553 RDC R-321X SoC
7554 M:      Florian Fainelli <florian@openwrt.org>
7555 S:      Maintained
7556
7557 RDC R6040 FAST ETHERNET DRIVER
7558 M:      Florian Fainelli <florian@openwrt.org>
7559 L:      netdev@vger.kernel.org
7560 S:      Maintained
7561 F:      drivers/net/ethernet/rdc/r6040.c
7562
7563 RDS - RELIABLE DATAGRAM SOCKETS
7564 M:      Chien Yen <chien.yen@oracle.com>
7565 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
7566 S:      Supported
7567 F:      net/rds/
7568
7569 READ-COPY UPDATE (RCU)
7570 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
7571 M:      Josh Triplett <josh@joshtriplett.org>
7572 R:      Steven Rostedt <rostedt@goodmis.org>
7573 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
7574 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
7575 L:      linux-kernel@vger.kernel.org
7576 W:      http://www.rdrop.com/users/paulmck/RCU/
7577 S:      Supported
7578 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
7579 F:      Documentation/RCU/
7580 X:      Documentation/RCU/torture.txt
7581 F:      include/linux/rcu*
7582 X:      include/linux/srcu.h
7583 F:      kernel/rcu/
7584 X:      kernel/torture.c
7585
7586 REAL TIME CLOCK (RTC) SUBSYSTEM
7587 M:      Alessandro Zummo <a.zummo@towertech.it>
7588 L:      rtc-linux@googlegroups.com
7589 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
7590 S:      Maintained
7591 F:      Documentation/rtc.txt
7592 F:      drivers/rtc/
7593 F:      include/linux/rtc.h
7594 F:      include/uapi/linux/rtc.h
7595
7596 REALTEK AUDIO CODECS
7597 M:      Bard Liao <bardliao@realtek.com>
7598 M:      Oder Chiou <oder_chiou@realtek.com>
7599 S:      Maintained
7600 F:      sound/soc/codecs/rt*
7601 F:      include/sound/rt*.h
7602
7603 REISERFS FILE SYSTEM
7604 L:      reiserfs-devel@vger.kernel.org
7605 S:      Supported
7606 F:      fs/reiserfs/
7607
7608 REGISTER MAP ABSTRACTION
7609 M:      Mark Brown <broonie@kernel.org>
7610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
7611 S:      Supported
7612 F:      drivers/base/regmap/
7613 F:      include/linux/regmap.h
7614
7615 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
7616 M:      Ohad Ben-Cohen <ohad@wizery.com>
7617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
7618 S:      Maintained
7619 F:      drivers/remoteproc/
7620 F:      Documentation/remoteproc.txt
7621 F:      include/linux/remoteproc.h
7622
7623 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
7624 M:      Ohad Ben-Cohen <ohad@wizery.com>
7625 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
7626 S:      Maintained
7627 F:      drivers/rpmsg/
7628 F:      Documentation/rpmsg.txt
7629 F:      include/linux/rpmsg.h
7630
7631 RESET CONTROLLER FRAMEWORK
7632 M:      Philipp Zabel <p.zabel@pengutronix.de>
7633 S:      Maintained
7634 F:      drivers/reset/
7635 F:      Documentation/devicetree/bindings/reset/
7636 F:      include/linux/reset.h
7637 F:      include/linux/reset-controller.h
7638
7639 RFKILL
7640 M:      Johannes Berg <johannes@sipsolutions.net>
7641 L:      linux-wireless@vger.kernel.org
7642 W:      http://wireless.kernel.org/
7643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
7644 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
7645 S:      Maintained
7646 F:      Documentation/rfkill.txt
7647 F:      net/rfkill/
7648
7649 RICOH SMARTMEDIA/XD DRIVER
7650 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7651 S:      Maintained
7652 F:      drivers/mtd/nand/r852.c
7653 F:      drivers/mtd/nand/r852.h
7654
7655 RICOH R5C592 MEMORYSTICK DRIVER
7656 M:      Maxim Levitsky <maximlevitsky@gmail.com>
7657 S:      Maintained
7658 F:      drivers/memstick/host/r592.*
7659
7660 ROCCAT DRIVERS
7661 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
7662 W:      http://sourceforge.net/projects/roccat/
7663 S:      Maintained
7664 F:      drivers/hid/hid-roccat*
7665 F:      include/linux/hid-roccat*
7666 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
7667
7668 ROCKETPORT DRIVER
7669 P:      Comtrol Corp.
7670 W:      http://www.comtrol.com
7671 S:      Maintained
7672 F:      Documentation/serial/rocket.txt
7673 F:      drivers/tty/rocket*
7674
7675 ROSE NETWORK LAYER
7676 M:      Ralf Baechle <ralf@linux-mips.org>
7677 L:      linux-hams@vger.kernel.org
7678 W:      http://www.linux-ax25.org/
7679 S:      Maintained
7680 F:      include/net/rose.h
7681 F:      include/uapi/linux/rose.h
7682 F:      net/rose/
7683
7684 RTL2830 MEDIA DRIVER
7685 M:      Antti Palosaari <crope@iki.fi>
7686 L:      linux-media@vger.kernel.org
7687 W:      http://linuxtv.org/
7688 W:      http://palosaari.fi/linux/
7689 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7690 T:      git git://linuxtv.org/anttip/media_tree.git
7691 S:      Maintained
7692 F:      drivers/media/dvb-frontends/rtl2830*
7693
7694 RTL2832 MEDIA DRIVER
7695 M:      Antti Palosaari <crope@iki.fi>
7696 L:      linux-media@vger.kernel.org
7697 W:      http://linuxtv.org/
7698 W:      http://palosaari.fi/linux/
7699 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7700 T:      git git://linuxtv.org/anttip/media_tree.git
7701 S:      Maintained
7702 F:      drivers/media/dvb-frontends/rtl2832*
7703
7704 RTL2832_SDR MEDIA DRIVER
7705 M:      Antti Palosaari <crope@iki.fi>
7706 L:      linux-media@vger.kernel.org
7707 W:      http://linuxtv.org/
7708 W:      http://palosaari.fi/linux/
7709 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7710 T:      git git://linuxtv.org/anttip/media_tree.git
7711 S:      Maintained
7712 F:      drivers/media/dvb-frontends/rtl2832_sdr*
7713
7714 RTL8180 WIRELESS DRIVER
7715 M:      "John W. Linville" <linville@tuxdriver.com>
7716 L:      linux-wireless@vger.kernel.org
7717 W:      http://wireless.kernel.org/
7718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7719 S:      Maintained
7720 F:      drivers/net/wireless/rtl818x/rtl8180/
7721
7722 RTL8187 WIRELESS DRIVER
7723 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
7724 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
7725 M:      Larry Finger <Larry.Finger@lwfinger.net>
7726 L:      linux-wireless@vger.kernel.org
7727 W:      http://wireless.kernel.org/
7728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7729 S:      Maintained
7730 F:      drivers/net/wireless/rtl818x/rtl8187/
7731
7732 RTL8192CE WIRELESS DRIVER
7733 M:      Larry Finger <Larry.Finger@lwfinger.net>
7734 M:      Chaoming Li <chaoming_li@realsil.com.cn>
7735 L:      linux-wireless@vger.kernel.org
7736 W:      http://wireless.kernel.org/
7737 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
7738 S:      Maintained
7739 F:      drivers/net/wireless/rtlwifi/
7740 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
7741
7742 S3 SAVAGE FRAMEBUFFER DRIVER
7743 M:      Antonino Daplas <adaplas@gmail.com>
7744 L:      linux-fbdev@vger.kernel.org
7745 S:      Maintained
7746 F:      drivers/video/fbdev/savage/
7747
7748 S390
7749 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
7750 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
7751 M:      linux390@de.ibm.com
7752 L:      linux-s390@vger.kernel.org
7753 W:      http://www.ibm.com/developerworks/linux/linux390/
7754 S:      Supported
7755 F:      arch/s390/
7756 F:      drivers/s390/
7757 F:      Documentation/s390/
7758 F:      Documentation/DocBook/s390*
7759
7760 S390 COMMON I/O LAYER
7761 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
7762 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
7763 L:      linux-s390@vger.kernel.org
7764 W:      http://www.ibm.com/developerworks/linux/linux390/
7765 S:      Supported
7766 F:      drivers/s390/cio/
7767
7768 S390 DASD DRIVER
7769 M:      Stefan Weinhuber <wein@de.ibm.com>
7770 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
7771 L:      linux-s390@vger.kernel.org
7772 W:      http://www.ibm.com/developerworks/linux/linux390/
7773 S:      Supported
7774 F:      drivers/s390/block/dasd*
7775 F:      block/partitions/ibm.c
7776
7777 S390 NETWORK DRIVERS
7778 M:      Ursula Braun <ursula.braun@de.ibm.com>
7779 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
7780 M:      linux390@de.ibm.com
7781 L:      linux-s390@vger.kernel.org
7782 W:      http://www.ibm.com/developerworks/linux/linux390/
7783 S:      Supported
7784 F:      drivers/s390/net/
7785
7786 S390 PCI SUBSYSTEM
7787 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
7788 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
7789 L:      linux-s390@vger.kernel.org
7790 W:      http://www.ibm.com/developerworks/linux/linux390/
7791 S:      Supported
7792 F:      arch/s390/pci/
7793 F:      drivers/pci/hotplug/s390_pci_hpc.c
7794
7795 S390 ZCRYPT DRIVER
7796 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
7797 M:      linux390@de.ibm.com
7798 L:      linux-s390@vger.kernel.org
7799 W:      http://www.ibm.com/developerworks/linux/linux390/
7800 S:      Supported
7801 F:      drivers/s390/crypto/
7802
7803 S390 ZFCP DRIVER
7804 M:      Steffen Maier <maier@linux.vnet.ibm.com>
7805 M:      linux390@de.ibm.com
7806 L:      linux-s390@vger.kernel.org
7807 W:      http://www.ibm.com/developerworks/linux/linux390/
7808 S:      Supported
7809 F:      drivers/s390/scsi/zfcp_*
7810
7811 S390 IUCV NETWORK LAYER
7812 M:      Ursula Braun <ursula.braun@de.ibm.com>
7813 M:      linux390@de.ibm.com
7814 L:      linux-s390@vger.kernel.org
7815 W:      http://www.ibm.com/developerworks/linux/linux390/
7816 S:      Supported
7817 F:      drivers/s390/net/*iucv*
7818 F:      include/net/iucv/
7819 F:      net/iucv/
7820
7821 S3C24XX SD/MMC Driver
7822 M:      Ben Dooks <ben-linux@fluff.org>
7823 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7824 S:      Supported
7825 F:      drivers/mmc/host/s3cmci.*
7826
7827 SAA6588 RDS RECEIVER DRIVER
7828 M:      Hans Verkuil <hverkuil@xs4all.nl>
7829 L:      linux-media@vger.kernel.org
7830 T:      git git://linuxtv.org/media_tree.git
7831 W:      http://linuxtv.org
7832 S:      Odd Fixes
7833 F:      drivers/media/i2c/saa6588*
7834
7835 SAA7134 VIDEO4LINUX DRIVER
7836 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
7837 L:      linux-media@vger.kernel.org
7838 W:      http://linuxtv.org
7839 T:      git git://linuxtv.org/media_tree.git
7840 S:      Odd fixes
7841 F:      Documentation/video4linux/*.saa7134
7842 F:      drivers/media/pci/saa7134/
7843
7844 SAA7146 VIDEO4LINUX-2 DRIVER
7845 M:      Hans Verkuil <hverkuil@xs4all.nl>
7846 L:      linux-media@vger.kernel.org
7847 T:      git git://linuxtv.org/media_tree.git
7848 S:      Maintained
7849 F:      drivers/media/common/saa7146/
7850 F:      drivers/media/pci/saa7146/
7851 F:      include/media/saa7146*
7852
7853 SAMSUNG LAPTOP DRIVER
7854 M:      Corentin Chary <corentin.chary@gmail.com>
7855 L:      platform-driver-x86@vger.kernel.org
7856 S:      Maintained
7857 F:      drivers/platform/x86/samsung-laptop.c
7858
7859 SAMSUNG AUDIO (ASoC) DRIVERS
7860 M:      Sangbeom Kim <sbkim73@samsung.com>
7861 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7862 S:      Supported
7863 F:      sound/soc/samsung/
7864
7865 SAMSUNG FRAMEBUFFER DRIVER
7866 M:      Jingoo Han <jg1.han@samsung.com>
7867 L:      linux-fbdev@vger.kernel.org
7868 S:      Maintained
7869 F:      drivers/video/fbdev/s3c-fb.c
7870
7871 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
7872 M:      Sangbeom Kim <sbkim73@samsung.com>
7873 L:      linux-kernel@vger.kernel.org
7874 S:      Supported
7875 F:      drivers/mfd/sec*.c
7876 F:      drivers/regulator/s2m*.c
7877 F:      drivers/regulator/s5m*.c
7878 F:      drivers/rtc/rtc-sec.c
7879 F:      include/linux/mfd/samsung/
7880
7881 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
7882 M:      Kyungmin Park <kyungmin.park@samsung.com>
7883 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
7884 L:      linux-media@vger.kernel.org
7885 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
7886 S:      Supported
7887 F:      drivers/media/platform/exynos4-is/
7888
7889 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
7890 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
7891 L:      linux-media@vger.kernel.org
7892 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7893 S:      Maintained
7894 F:      drivers/media/platform/s3c-camif/
7895 F:      include/media/s3c_camif.h
7896
7897 SAMSUNG S5C73M3 CAMERA DRIVER
7898 M:      Kyungmin Park <kyungmin.park@samsung.com>
7899 M:      Andrzej Hajda <a.hajda@samsung.com>
7900 L:      linux-media@vger.kernel.org
7901 S:      Supported
7902 F:      drivers/media/i2c/s5c73m3/*
7903
7904 SAMSUNG S5K5BAF CAMERA DRIVER
7905 M:      Kyungmin Park <kyungmin.park@samsung.com>
7906 M:      Andrzej Hajda <a.hajda@samsung.com>
7907 L:      linux-media@vger.kernel.org
7908 S:      Supported
7909 F:      drivers/media/i2c/s5k5baf.c
7910
7911 SAMSUNG SOC CLOCK DRIVERS
7912 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
7913 M:      Tomasz Figa <tomasz.figa@gmail.com>
7914 S:      Supported
7915 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7916 F:      drivers/clk/samsung/
7917
7918 SAMSUNG SXGBE DRIVERS
7919 M:      Byungho An <bh74.an@samsung.com>
7920 M:      Girish K S <ks.giri@samsung.com>
7921 M:      Vipul Pandya <vipul.pandya@samsung.com>
7922 S:      Supported
7923 L:      netdev@vger.kernel.org
7924 F:      drivers/net/ethernet/samsung/sxgbe/
7925
7926 SAMSUNG USB2 PHY DRIVER
7927 M:      Kamil Debski <k.debski@samsung.com>
7928 L:      linux-kernel@vger.kernel.org
7929 S:      Supported
7930 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
7931 F:      Documentation/phy/samsung-usb2.txt
7932 F:      drivers/phy/phy-exynos4210-usb2.c
7933 F:      drivers/phy/phy-exynos4x12-usb2.c
7934 F:      drivers/phy/phy-exynos5250-usb2.c
7935 F:      drivers/phy/phy-s5pv210-usb2.c
7936 F:      drivers/phy/phy-samsung-usb2.c
7937 F:      drivers/phy/phy-samsung-usb2.h
7938
7939 SERIAL DRIVERS
7940 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7941 L:      linux-serial@vger.kernel.org
7942 S:      Maintained
7943 F:      drivers/tty/serial/
7944
7945 SYNOPSYS DESIGNWARE DMAC DRIVER
7946 M:      Viresh Kumar <viresh.linux@gmail.com>
7947 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
7948 S:      Maintained
7949 F:      include/linux/dw_dmac.h
7950 F:      drivers/dma/dw/
7951
7952 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
7953 M:      Seungwon Jeon <tgih.jun@samsung.com>
7954 M:      Jaehoon Chung <jh80.chung@samsung.com>
7955 L:      linux-mmc@vger.kernel.org
7956 S:      Maintained
7957 F:      include/linux/mmc/dw_mmc.h
7958 F:      drivers/mmc/host/dw_mmc*
7959
7960 THUNDERBOLT DRIVER
7961 M:      Andreas Noever <andreas.noever@gmail.com>
7962 S:      Maintained
7963 F:      drivers/thunderbolt/
7964
7965 TIMEKEEPING, CLOCKSOURCE CORE, NTP
7966 M:      John Stultz <john.stultz@linaro.org>
7967 M:      Thomas Gleixner <tglx@linutronix.de>
7968 L:      linux-kernel@vger.kernel.org
7969 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7970 S:      Supported
7971 F:      include/linux/clocksource.h
7972 F:      include/linux/time.h
7973 F:      include/linux/timex.h
7974 F:      include/uapi/linux/time.h
7975 F:      include/uapi/linux/timex.h
7976 F:      kernel/time/clocksource.c
7977 F:      kernel/time/time*.c
7978 F:      kernel/time/ntp.c
7979
7980 TLG2300 VIDEO4LINUX-2 DRIVER
7981 M:      Huang Shijie <shijie8@gmail.com>
7982 M:      Hans Verkuil <hverkuil@xs4all.nl>
7983 S:      Odd Fixes
7984 F:      drivers/media/usb/tlg2300/
7985
7986 SC1200 WDT DRIVER
7987 M:      Zwane Mwaikambo <zwanem@gmail.com>
7988 S:      Maintained
7989 F:      drivers/watchdog/sc1200wdt.c
7990
7991 SCHEDULER
7992 M:      Ingo Molnar <mingo@redhat.com>
7993 M:      Peter Zijlstra <peterz@infradead.org>
7994 L:      linux-kernel@vger.kernel.org
7995 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
7996 S:      Maintained
7997 F:      kernel/sched/
7998 F:      include/linux/sched.h
7999 F:      include/uapi/linux/sched.h
8000 F:      include/linux/wait.h
8001
8002 SCORE ARCHITECTURE
8003 M:      Chen Liqin <liqin.linux@gmail.com>
8004 M:      Lennox Wu <lennox.wu@gmail.com>
8005 W:      http://www.sunplus.com
8006 S:      Supported
8007 F:      arch/score/
8008
8009 SCSI CDROM DRIVER
8010 M:      Jens Axboe <axboe@kernel.dk>
8011 L:      linux-scsi@vger.kernel.org
8012 W:      http://www.kernel.dk
8013 S:      Maintained
8014 F:      drivers/scsi/sr*
8015
8016 SCSI RDMA PROTOCOL (SRP) INITIATOR
8017 M:      Bart Van Assche <bvanassche@acm.org>
8018 L:      linux-rdma@vger.kernel.org
8019 S:      Supported
8020 W:      http://www.openfabrics.org
8021 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8022 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8023 F:      drivers/infiniband/ulp/srp/
8024 F:      include/scsi/srp.h
8025
8026 SCSI SG DRIVER
8027 M:      Doug Gilbert <dgilbert@interlog.com>
8028 L:      linux-scsi@vger.kernel.org
8029 W:      http://sg.danny.cz/sg
8030 S:      Maintained
8031 F:      Documentation/scsi/scsi-generic.txt
8032 F:      drivers/scsi/sg.c
8033 F:      include/scsi/sg.h
8034
8035 SCSI SUBSYSTEM
8036 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8037 L:      linux-scsi@vger.kernel.org
8038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8041 S:      Maintained
8042 F:      drivers/scsi/
8043 F:      include/scsi/
8044
8045 SCSI TAPE DRIVER
8046 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8047 L:      linux-scsi@vger.kernel.org
8048 S:      Maintained
8049 F:      Documentation/scsi/st.txt
8050 F:      drivers/scsi/st.*
8051 F:      drivers/scsi/st_*.h
8052
8053 SCTP PROTOCOL
8054 M:      Vlad Yasevich <vyasevich@gmail.com>
8055 M:      Neil Horman <nhorman@tuxdriver.com>
8056 L:      linux-sctp@vger.kernel.org
8057 W:      http://lksctp.sourceforge.net
8058 S:      Maintained
8059 F:      Documentation/networking/sctp.txt
8060 F:      include/linux/sctp.h
8061 F:      include/uapi/linux/sctp.h
8062 F:      include/net/sctp/
8063 F:      net/sctp/
8064
8065 SCx200 CPU SUPPORT
8066 M:      Jim Cromie <jim.cromie@gmail.com>
8067 S:      Odd Fixes
8068 F:      Documentation/i2c/busses/scx200_acb
8069 F:      arch/x86/platform/scx200/
8070 F:      drivers/watchdog/scx200_wdt.c
8071 F:      drivers/i2c/busses/scx200*
8072 F:      drivers/mtd/maps/scx200_docflash.c
8073 F:      include/linux/scx200.h
8074
8075 SCx200 GPIO DRIVER
8076 M:      Jim Cromie <jim.cromie@gmail.com>
8077 S:      Maintained
8078 F:      drivers/char/scx200_gpio.c
8079 F:      include/linux/scx200_gpio.h
8080
8081 SCx200 HRT CLOCKSOURCE DRIVER
8082 M:      Jim Cromie <jim.cromie@gmail.com>
8083 S:      Maintained
8084 F:      drivers/clocksource/scx200_hrt.c
8085
8086 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8087 M:      Sascha Sommer <saschasommer@freenet.de>
8088 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8089 S:      Maintained
8090 F:      drivers/mmc/host/sdricoh_cs.c
8091
8092 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8093 M:      Chris Ball <chris@printf.net>
8094 L:      linux-mmc@vger.kernel.org
8095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8096 S:      Maintained
8097 F:      drivers/mmc/host/sdhci.*
8098 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8099
8100 SECURE COMPUTING
8101 M:      Kees Cook <keescook@chromium.org>
8102 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8103 S:      Supported
8104 F:      kernel/seccomp.c
8105 F:      include/uapi/linux/seccomp.h
8106 F:      include/linux/seccomp.h
8107 K:      \bsecure_computing
8108 K:      \bTIF_SECCOMP\b
8109
8110 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8111 M:      Anton Vorontsov <anton@enomsg.org>
8112 L:      linuxppc-dev@lists.ozlabs.org
8113 L:      linux-mmc@vger.kernel.org
8114 S:      Maintained
8115 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8116
8117 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8118 M:      Ben Dooks <ben-linux@fluff.org>
8119 L:      linux-mmc@vger.kernel.org
8120 S:      Maintained
8121 F:      drivers/mmc/host/sdhci-s3c.c
8122
8123 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8124 M:      Viresh Kumar <viresh.linux@gmail.com>
8125 L:      spear-devel@list.st.com
8126 L:      linux-mmc@vger.kernel.org
8127 S:      Maintained
8128 F:      drivers/mmc/host/sdhci-spear.c
8129
8130 SECURITY SUBSYSTEM
8131 M:      James Morris <james.l.morris@oracle.com>
8132 M:      Serge E. Hallyn <serge@hallyn.com>
8133 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8134 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8135 W:      http://kernsec.org/
8136 S:      Supported
8137 F:      security/
8138
8139 SECURITY CONTACT
8140 M:      Security Officers <security@kernel.org>
8141 S:      Supported
8142
8143 SELINUX SECURITY MODULE
8144 M:      Paul Moore <paul@paul-moore.com>
8145 M:      Stephen Smalley <sds@tycho.nsa.gov>
8146 M:      Eric Paris <eparis@parisplace.org>
8147 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8148 W:      http://selinuxproject.org
8149 T:      git git://git.infradead.org/users/pcmoore/selinux
8150 S:      Supported
8151 F:      include/linux/selinux*
8152 F:      security/selinux/
8153 F:      scripts/selinux/
8154
8155 APPARMOR SECURITY MODULE
8156 M:      John Johansen <john.johansen@canonical.com>
8157 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8158 W:      apparmor.wiki.kernel.org
8159 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8160 S:      Supported
8161 F:      security/apparmor/
8162
8163 SENSABLE PHANTOM
8164 M:      Jiri Slaby <jirislaby@gmail.com>
8165 S:      Maintained
8166 F:      drivers/misc/phantom.c
8167 F:      include/uapi/linux/phantom.h
8168
8169 SERIAL ATA (SATA) SUBSYSTEM
8170 M:      Tejun Heo <tj@kernel.org>
8171 L:      linux-ide@vger.kernel.org
8172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8173 S:      Supported
8174 F:      drivers/ata/
8175 F:      include/linux/ata.h
8176 F:      include/linux/libata.h
8177
8178 SERIAL ATA AHCI PLATFORM devices support
8179 M:      Hans de Goede <hdegoede@redhat.com>
8180 M:      Tejun Heo <tj@kernel.org>
8181 L:      linux-ide@vger.kernel.org
8182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
8183 S:      Supported
8184 F:      drivers/ata/ahci_platform.c
8185 F:      drivers/ata/libahci_platform.c
8186 F:      include/linux/ahci_platform.h
8187
8188 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8189 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8190 L:      linux-scsi@vger.kernel.org
8191 W:      http://www.emulex.com
8192 S:      Supported
8193 F:      drivers/scsi/be2iscsi/
8194
8195 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8196 M:      Sathya Perla <sathya.perla@emulex.com>
8197 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8198 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8199 L:      netdev@vger.kernel.org
8200 W:      http://www.emulex.com
8201 S:      Supported
8202 F:      drivers/net/ethernet/emulex/benet/
8203
8204 SFC NETWORK DRIVER
8205 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8206 M:      Shradha Shah <sshah@solarflare.com>
8207 L:      netdev@vger.kernel.org
8208 S:      Supported
8209 F:      drivers/net/ethernet/sfc/
8210
8211 SGI GRU DRIVER
8212 M:      Dimitri Sivanich <sivanich@sgi.com>
8213 S:      Maintained
8214 F:      drivers/misc/sgi-gru/
8215
8216 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8217 M:      Pat Gefre <pfg@sgi.com>
8218 L:      linux-ia64@vger.kernel.org
8219 S:      Supported
8220 F:      Documentation/ia64/serial.txt
8221 F:      drivers/tty/serial/ioc?_serial.c
8222 F:      include/linux/ioc?.h
8223
8224 SGI XP/XPC/XPNET DRIVER
8225 M:      Cliff Whickman <cpw@sgi.com>
8226 M:      Robin Holt <robinmholt@gmail.com>
8227 S:      Maintained
8228 F:      drivers/misc/sgi-xp/
8229
8230 SI2157 MEDIA DRIVER
8231 M:      Antti Palosaari <crope@iki.fi>
8232 L:      linux-media@vger.kernel.org
8233 W:      http://linuxtv.org/
8234 W:      http://palosaari.fi/linux/
8235 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8236 T:      git git://linuxtv.org/anttip/media_tree.git
8237 S:      Maintained
8238 F:      drivers/media/tuners/si2157*
8239
8240 SI2168 MEDIA DRIVER
8241 M:      Antti Palosaari <crope@iki.fi>
8242 L:      linux-media@vger.kernel.org
8243 W:      http://linuxtv.org/
8244 W:      http://palosaari.fi/linux/
8245 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8246 T:      git git://linuxtv.org/anttip/media_tree.git
8247 S:      Maintained
8248 F:      drivers/media/dvb-frontends/si2168*
8249
8250 SI470X FM RADIO RECEIVER I2C DRIVER
8251 M:      Hans Verkuil <hverkuil@xs4all.nl>
8252 L:      linux-media@vger.kernel.org
8253 T:      git git://linuxtv.org/media_tree.git
8254 W:      http://linuxtv.org
8255 S:      Odd Fixes
8256 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8257
8258 SI470X FM RADIO RECEIVER USB DRIVER
8259 M:      Hans Verkuil <hverkuil@xs4all.nl>
8260 L:      linux-media@vger.kernel.org
8261 T:      git git://linuxtv.org/media_tree.git
8262 W:      http://linuxtv.org
8263 S:      Maintained
8264 F:      drivers/media/radio/si470x/radio-si470x-common.c
8265 F:      drivers/media/radio/si470x/radio-si470x.h
8266 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8267
8268 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8269 M:      Eduardo Valentin <edubezval@gmail.com>
8270 L:      linux-media@vger.kernel.org
8271 T:      git git://linuxtv.org/media_tree.git
8272 W:      http://linuxtv.org
8273 S:      Odd Fixes
8274 F:      drivers/media/radio/si4713/si4713.?
8275
8276 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8277 M:      Eduardo Valentin <edubezval@gmail.com>
8278 L:      linux-media@vger.kernel.org
8279 T:      git git://linuxtv.org/media_tree.git
8280 W:      http://linuxtv.org
8281 S:      Odd Fixes
8282 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8283
8284 SI4713 FM RADIO TRANSMITTER USB DRIVER
8285 M:      Hans Verkuil <hverkuil@xs4all.nl>
8286 L:      linux-media@vger.kernel.org
8287 T:      git git://linuxtv.org/media_tree.git
8288 W:      http://linuxtv.org
8289 S:      Maintained
8290 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8291
8292 SIANO DVB DRIVER
8293 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8294 L:      linux-media@vger.kernel.org
8295 W:      http://linuxtv.org
8296 T:      git git://linuxtv.org/media_tree.git
8297 S:      Odd fixes
8298 F:      drivers/media/common/siano/
8299 F:      drivers/media/usb/siano/
8300 F:      drivers/media/usb/siano/
8301 F:      drivers/media/mmc/siano/
8302
8303 SH_VEU V4L2 MEM2MEM DRIVER
8304 L:      linux-media@vger.kernel.org
8305 S:      Orphan
8306 F:      drivers/media/platform/sh_veu.c
8307
8308 SH_VOU V4L2 OUTPUT DRIVER
8309 L:      linux-media@vger.kernel.org
8310 S:      Orphan
8311 F:      drivers/media/platform/sh_vou.c
8312 F:      include/media/sh_vou.h
8313
8314 SIMPLE FIRMWARE INTERFACE (SFI)
8315 M:      Len Brown <lenb@kernel.org>
8316 L:      sfi-devel@simplefirmware.org
8317 W:      http://simplefirmware.org/
8318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8319 S:      Supported
8320 F:      arch/x86/platform/sfi/
8321 F:      drivers/sfi/
8322 F:      include/linux/sfi*.h
8323
8324 SIMTEC EB110ATX (Chalice CATS)
8325 P:      Ben Dooks
8326 P:      Vincent Sanders <vince@simtec.co.uk>
8327 M:      Simtec Linux Team <linux@simtec.co.uk>
8328 W:      http://www.simtec.co.uk/products/EB110ATX/
8329 S:      Supported
8330
8331 SIMTEC EB2410ITX (BAST)
8332 P:      Ben Dooks
8333 P:      Vincent Sanders <vince@simtec.co.uk>
8334 M:      Simtec Linux Team <linux@simtec.co.uk>
8335 W:      http://www.simtec.co.uk/products/EB2410ITX/
8336 S:      Supported
8337 F:      arch/arm/mach-s3c24xx/mach-bast.c
8338 F:      arch/arm/mach-s3c24xx/bast-ide.c
8339 F:      arch/arm/mach-s3c24xx/bast-irq.c
8340
8341 TI DAVINCI MACHINE SUPPORT
8342 M:      Sekhar Nori <nsekhar@ti.com>
8343 M:      Kevin Hilman <khilman@deeprootsystems.com>
8344 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
8345 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8346 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8347 S:      Supported
8348 F:      arch/arm/mach-davinci/
8349 F:      drivers/i2c/busses/i2c-davinci.c
8350
8351 TI DAVINCI SERIES MEDIA DRIVER
8352 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8353 L:      linux-media@vger.kernel.org
8354 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
8355 W:      http://linuxtv.org/
8356 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8357 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8358 S:      Maintained
8359 F:      drivers/media/platform/davinci/
8360 F:      include/media/davinci/
8361
8362 SIS 190 ETHERNET DRIVER
8363 M:      Francois Romieu <romieu@fr.zoreil.com>
8364 L:      netdev@vger.kernel.org
8365 S:      Maintained
8366 F:      drivers/net/ethernet/sis/sis190.c
8367
8368 SIS 900/7016 FAST ETHERNET DRIVER
8369 M:      Daniele Venzano <venza@brownhat.org>
8370 W:      http://www.brownhat.org/sis900.html
8371 L:      netdev@vger.kernel.org
8372 S:      Maintained
8373 F:      drivers/net/ethernet/sis/sis900.*
8374
8375 SIS FRAMEBUFFER DRIVER
8376 M:      Thomas Winischhofer <thomas@winischhofer.net>
8377 W:      http://www.winischhofer.net/linuxsisvga.shtml
8378 S:      Maintained
8379 F:      Documentation/fb/sisfb.txt
8380 F:      drivers/video/fbdev/sis/
8381 F:      include/video/sisfb.h
8382
8383 SIS USB2VGA DRIVER
8384 M:      Thomas Winischhofer <thomas@winischhofer.net>
8385 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8386 S:      Maintained
8387 F:      drivers/usb/misc/sisusbvga/
8388
8389 SLAB ALLOCATOR
8390 M:      Christoph Lameter <cl@linux.com>
8391 M:      Pekka Enberg <penberg@kernel.org>
8392 M:      David Rientjes <rientjes@google.com>
8393 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8394 M:      Andrew Morton <akpm@linux-foundation.org>
8395 L:      linux-mm@kvack.org
8396 S:      Maintained
8397 F:      include/linux/sl?b*.h
8398 F:      mm/sl?b*
8399
8400 SLEEPABLE READ-COPY UPDATE (SRCU)
8401 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8402 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8403 M:      Josh Triplett <josh@joshtriplett.org>
8404 R:      Steven Rostedt <rostedt@goodmis.org>
8405 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8406 L:      linux-kernel@vger.kernel.org
8407 W:      http://www.rdrop.com/users/paulmck/RCU/
8408 S:      Supported
8409 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8410 F:      include/linux/srcu.h
8411 F:      kernel/rcu/srcu.c
8412
8413 SMACK SECURITY MODULE
8414 M:      Casey Schaufler <casey@schaufler-ca.com>
8415 L:      linux-security-module@vger.kernel.org
8416 W:      http://schaufler-ca.com
8417 T:      git git://git.gitorious.org/smack-next/kernel.git
8418 S:      Maintained
8419 F:      Documentation/security/Smack.txt
8420 F:      security/smack/
8421
8422 SMARTREFLEX DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8423 M:      Kevin Hilman <khilman@kernel.org>
8424 M:      Nishanth Menon <nm@ti.com>
8425 S:      Maintained
8426 F:      drivers/power/avs/smartreflex.c
8427 F:      include/linux/power/smartreflex.h
8428 L:      linux-pm@vger.kernel.org
8429
8430 SMC91x ETHERNET DRIVER
8431 M:      Nicolas Pitre <nico@fluxnic.net>
8432 S:      Odd Fixes
8433 F:      drivers/net/ethernet/smsc/smc91x.*
8434
8435 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8436 M:      Sakari Ailus <sakari.ailus@iki.fi>
8437 L:      linux-media@vger.kernel.org
8438 S:      Maintained
8439 F:      drivers/media/i2c/smiapp/
8440 F:      include/media/smiapp.h
8441 F:      drivers/media/i2c/smiapp-pll.c
8442 F:      drivers/media/i2c/smiapp-pll.h
8443
8444 SMM665 HARDWARE MONITOR DRIVER
8445 M:      Guenter Roeck <linux@roeck-us.net>
8446 L:      lm-sensors@lm-sensors.org
8447 S:      Maintained
8448 F:      Documentation/hwmon/smm665
8449 F:      drivers/hwmon/smm665.c
8450
8451 SMSC EMC2103 HARDWARE MONITOR DRIVER
8452 M:      Steve Glendinning <steve.glendinning@shawell.net>
8453 L:      lm-sensors@lm-sensors.org
8454 S:      Maintained
8455 F:      Documentation/hwmon/emc2103
8456 F:      drivers/hwmon/emc2103.c
8457
8458 SMSC SCH5627 HARDWARE MONITOR DRIVER
8459 M:      Hans de Goede <hdegoede@redhat.com>
8460 L:      lm-sensors@lm-sensors.org
8461 S:      Supported
8462 F:      Documentation/hwmon/sch5627
8463 F:      drivers/hwmon/sch5627.c
8464
8465 SMSC47B397 HARDWARE MONITOR DRIVER
8466 M:      Jean Delvare <jdelvare@suse.de>
8467 L:      lm-sensors@lm-sensors.org
8468 S:      Maintained
8469 F:      Documentation/hwmon/smsc47b397
8470 F:      drivers/hwmon/smsc47b397.c
8471
8472 SMSC911x ETHERNET DRIVER
8473 M:      Steve Glendinning <steve.glendinning@shawell.net>
8474 L:      netdev@vger.kernel.org
8475 S:      Maintained
8476 F:      include/linux/smsc911x.h
8477 F:      drivers/net/ethernet/smsc/smsc911x.*
8478
8479 SMSC9420 PCI ETHERNET DRIVER
8480 M:      Steve Glendinning <steve.glendinning@shawell.net>
8481 L:      netdev@vger.kernel.org
8482 S:      Maintained
8483 F:      drivers/net/ethernet/smsc/smsc9420.*
8484
8485 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8486 M:      Steve Glendinning <steve.glendinning@shawell.net>
8487 L:      linux-fbdev@vger.kernel.org
8488 S:      Maintained
8489 F:      drivers/video/fbdev/smscufx.c
8490
8491 SOC-CAMERA V4L2 SUBSYSTEM
8492 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8493 L:      linux-media@vger.kernel.org
8494 T:      git git://linuxtv.org/media_tree.git
8495 S:      Maintained
8496 F:      include/media/soc*
8497 F:      drivers/media/i2c/soc_camera/
8498 F:      drivers/media/platform/soc_camera/
8499
8500 SOEKRIS NET48XX LED SUPPORT
8501 M:      Chris Boot <bootc@bootc.net>
8502 S:      Maintained
8503 F:      drivers/leds/leds-net48xx.c
8504
8505 SOFTLOGIC 6x10 MPEG CODEC
8506 M:      Ismael Luceno <ismael.luceno@corp.bluecherry.net>
8507 L:      linux-media@vger.kernel.org
8508 S:      Supported
8509 F:      drivers/media/pci/solo6x10/
8510
8511 SOFTWARE RAID (Multiple Disks) SUPPORT
8512 M:      Neil Brown <neilb@suse.de>
8513 L:      linux-raid@vger.kernel.org
8514 S:      Supported
8515 F:      drivers/md/
8516 F:      include/linux/raid/
8517 F:      include/uapi/linux/raid/
8518
8519 SONIC NETWORK DRIVER
8520 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
8521 L:      netdev@vger.kernel.org
8522 S:      Maintained
8523 F:      drivers/net/ethernet/natsemi/sonic.*
8524
8525 SONICS SILICON BACKPLANE DRIVER (SSB)
8526 M:      Michael Buesch <m@bues.ch>
8527 L:      netdev@vger.kernel.org
8528 S:      Maintained
8529 F:      drivers/ssb/
8530 F:      include/linux/ssb/
8531
8532 SONY VAIO CONTROL DEVICE DRIVER
8533 M:      Mattia Dongili <malattia@linux.it>
8534 L:      platform-driver-x86@vger.kernel.org
8535 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
8536 S:      Maintained
8537 F:      Documentation/laptops/sony-laptop.txt
8538 F:      drivers/char/sonypi.c
8539 F:      drivers/platform/x86/sony-laptop.c
8540 F:      include/linux/sony-laptop.h
8541
8542 SONY MEMORYSTICK CARD SUPPORT
8543 M:      Alex Dubov <oakad@yahoo.com>
8544 W:      http://tifmxx.berlios.de/
8545 S:      Maintained
8546 F:      drivers/memstick/host/tifm_ms.c
8547
8548 SONY MEMORYSTICK STANDARD SUPPORT
8549 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8550 S:      Maintained
8551 F:      drivers/memstick/core/ms_block.*
8552
8553 SOUND
8554 M:      Jaroslav Kysela <perex@perex.cz>
8555 M:      Takashi Iwai <tiwai@suse.de>
8556 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8557 W:      http://www.alsa-project.org/
8558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8559 T:      git git://git.alsa-project.org/alsa-kernel.git
8560 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
8561 S:      Maintained
8562 F:      Documentation/sound/
8563 F:      include/sound/
8564 F:      include/uapi/sound/
8565 F:      sound/
8566
8567 SOUND - COMPRESSED AUDIO
8568 M:      Vinod Koul <vinod.koul@intel.com>
8569 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8570 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
8571 S:      Supported
8572 F:      Documentation/sound/alsa/compress_offload.txt
8573 F:      include/sound/compress_driver.h
8574 F:      include/uapi/sound/compress_*
8575 F:      sound/core/compress_offload.c
8576 F:      sound/soc/soc-compress.c
8577
8578 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
8579 M:      Liam Girdwood <lgirdwood@gmail.com>
8580 M:      Mark Brown <broonie@kernel.org>
8581 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
8582 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8583 W:      http://alsa-project.org/main/index.php/ASoC
8584 S:      Supported
8585 F:      Documentation/sound/alsa/soc/
8586 F:      sound/soc/
8587 F:      include/sound/soc*
8588
8589 SOUND - DMAENGINE HELPERS
8590 M:      Lars-Peter Clausen <lars@metafoo.de>
8591 S:      Supported
8592 F:      include/sound/dmaengine_pcm.h
8593 F:      sound/core/pcm_dmaengine.c
8594 F:      sound/soc/soc-generic-dmaengine-pcm.c
8595
8596 SPARC + UltraSPARC (sparc/sparc64)
8597 M:      "David S. Miller" <davem@davemloft.net>
8598 L:      sparclinux@vger.kernel.org
8599 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
8600 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8601 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8602 S:      Maintained
8603 F:      arch/sparc/
8604 F:      drivers/sbus/
8605
8606 SPARC SERIAL DRIVERS
8607 M:      "David S. Miller" <davem@davemloft.net>
8608 L:      sparclinux@vger.kernel.org
8609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
8610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
8611 S:      Maintained
8612 F:      include/linux/sunserialcore.h
8613 F:      drivers/tty/serial/suncore.c
8614 F:      drivers/tty/serial/sunhv.c
8615 F:      drivers/tty/serial/sunsab.c
8616 F:      drivers/tty/serial/sunsab.h
8617 F:      drivers/tty/serial/sunsu.c
8618 F:      drivers/tty/serial/sunzilog.c
8619 F:      drivers/tty/serial/sunzilog.h
8620
8621 SPARSE CHECKER
8622 M:      "Christopher Li" <sparse@chrisli.org>
8623 L:      linux-sparse@vger.kernel.org
8624 W:      https://sparse.wiki.kernel.org/
8625 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
8626 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
8627 S:      Maintained
8628 F:      include/linux/compiler.h
8629
8630 SPEAR PLATFORM SUPPORT
8631 M:      Viresh Kumar <viresh.linux@gmail.com>
8632 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
8633 L:      spear-devel@list.st.com
8634 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8635 W:      http://www.st.com/spear
8636 S:      Maintained
8637 F:      arch/arm/mach-spear/
8638
8639 SPEAR CLOCK FRAMEWORK SUPPORT
8640 M:      Viresh Kumar <viresh.linux@gmail.com>
8641 L:      spear-devel@list.st.com
8642 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8643 W:      http://www.st.com/spear
8644 S:      Maintained
8645 F:      drivers/clk/spear/
8646
8647 SPI SUBSYSTEM
8648 M:      Mark Brown <broonie@kernel.org>
8649 L:      linux-spi@vger.kernel.org
8650 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
8651 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
8652 S:      Maintained
8653 F:      Documentation/spi/
8654 F:      drivers/spi/
8655 F:      include/linux/spi/
8656 F:      include/uapi/linux/spi/
8657
8658 SPIDERNET NETWORK DRIVER for CELL
8659 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
8660 M:      Jens Osterkamp <jens@de.ibm.com>
8661 L:      netdev@vger.kernel.org
8662 S:      Supported
8663 F:      Documentation/networking/spider_net.txt
8664 F:      drivers/net/ethernet/toshiba/spider_net*
8665
8666 SPU FILE SYSTEM
8667 M:      Jeremy Kerr <jk@ozlabs.org>
8668 L:      linuxppc-dev@lists.ozlabs.org
8669 L:      cbe-oss-dev@lists.ozlabs.org
8670 W:      http://www.ibm.com/developerworks/power/cell/
8671 S:      Supported
8672 F:      Documentation/filesystems/spufs.txt
8673 F:      arch/powerpc/platforms/cell/spufs/
8674
8675 SQUASHFS FILE SYSTEM
8676 M:      Phillip Lougher <phillip@squashfs.org.uk>
8677 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
8678 W:      http://squashfs.org.uk
8679 S:      Maintained
8680 F:      Documentation/filesystems/squashfs.txt
8681 F:      fs/squashfs/
8682
8683 SRM (Alpha) environment access
8684 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
8685 S:      Maintained
8686 F:      arch/alpha/kernel/srm_env.c
8687
8688 STABLE BRANCH
8689 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8690 L:      stable@vger.kernel.org
8691 S:      Supported
8692 F:      Documentation/stable_kernel_rules.txt
8693
8694 STAGING SUBSYSTEM
8695 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
8697 L:      devel@driverdev.osuosl.org
8698 S:      Supported
8699 F:      drivers/staging/
8700
8701 STAGING - COMEDI
8702 M:      Ian Abbott <abbotti@mev.co.uk>
8703 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
8704 S:      Odd Fixes
8705 F:      drivers/staging/comedi/
8706
8707 STAGING - ET131X NETWORK DRIVER
8708 M:      Mark Einon <mark.einon@gmail.com>
8709 S:      Odd Fixes
8710 F:      drivers/staging/et131x/
8711
8712 STAGING - FLARION FT1000 DRIVERS
8713 M:      Marek Belisko <marek.belisko@gmail.com>
8714 S:      Odd Fixes
8715 F:      drivers/staging/ft1000/
8716
8717 STAGING - INDUSTRIAL IO
8718 M:      Jonathan Cameron <jic23@kernel.org>
8719 L:      linux-iio@vger.kernel.org
8720 S:      Odd Fixes
8721 F:      drivers/staging/iio/
8722
8723 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
8724 M:      Jarod Wilson <jarod@wilsonet.com>
8725 W:      http://www.lirc.org/
8726 S:      Odd Fixes
8727 F:      drivers/staging/media/lirc/
8728
8729 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
8730 M:      Julian Andres Klode <jak@jak-linux.org>
8731 M:      Marc Dietrich <marvin24@gmx.de>
8732 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
8733 L:      linux-tegra@vger.kernel.org
8734 S:      Maintained
8735 F:      drivers/staging/nvec/
8736
8737 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
8738 M:      Jens Frederich <jfrederich@gmail.com>
8739 M:      Daniel Drake <dsd@laptop.org>
8740 M:      Jon Nettleton <jon.nettleton@gmail.com>
8741 W:      http://wiki.laptop.org/go/DCON
8742 S:      Maintained
8743 F:      drivers/staging/olpc_dcon/
8744
8745 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
8746 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
8747 S:      Maintained
8748 F:      drivers/staging/ozwpan/
8749
8750 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
8751 M:      Willy Tarreau <willy@meta-x.org>
8752 S:      Odd Fixes
8753 F:      drivers/staging/panel/
8754
8755 STAGING - REALTEK RTL8712U DRIVERS
8756 M:      Larry Finger <Larry.Finger@lwfinger.net>
8757 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
8758 S:      Odd Fixes
8759 F:      drivers/staging/rtl8712/
8760
8761 STAGING - REALTEK RTL8723U WIRELESS DRIVER
8762 M:      Larry Finger <Larry.Finger@lwfinger.net>
8763 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
8764 L:      linux-wireless@vger.kernel.org
8765 S:      Maintained
8766 F:      drivers/staging/rtl8723au/
8767
8768 STAGING - SLICOSS
8769 M:      Lior Dotan <liodot@gmail.com>
8770 M:      Christopher Harrer <charrer@alacritech.com>
8771 S:      Odd Fixes
8772 F:      drivers/staging/slicoss/
8773
8774 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
8775 M:      William Hubbs <w.d.hubbs@gmail.com>
8776 M:      Chris Brannon <chris@the-brannons.com>
8777 M:      Kirk Reiser <kirk@reisers.ca>
8778 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
8779 L:      speakup@linux-speakup.org
8780 W:      http://www.linux-speakup.org/
8781 S:      Odd Fixes
8782 F:      drivers/staging/speakup/
8783
8784 STAGING - VIA VT665X DRIVERS
8785 M:      Forest Bond <forest@alittletooquiet.net>
8786 S:      Odd Fixes
8787 F:      drivers/staging/vt665?/
8788
8789 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
8790 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
8791 S:      Odd Fixes
8792 F:      drivers/staging/xgifb/
8793
8794 STARFIRE/DURALAN NETWORK DRIVER
8795 M:      Ion Badulescu <ionut@badula.org>
8796 S:      Odd Fixes
8797 F:      drivers/net/ethernet/adaptec/starfire*
8798
8799 SUN3/3X
8800 M:      Sam Creasey <sammy@sammy.net>
8801 W:      http://sammy.net/sun3/
8802 S:      Maintained
8803 F:      arch/m68k/kernel/*sun3*
8804 F:      arch/m68k/sun3*/
8805 F:      arch/m68k/include/asm/sun3*
8806 F:      drivers/net/ethernet/i825xx/sun3*
8807
8808 SUNDANCE NETWORK DRIVER
8809 M:      Denis Kirjanov <kda@linux-powerpc.org>
8810 L:      netdev@vger.kernel.org
8811 S:      Maintained
8812 F:      drivers/net/ethernet/dlink/sundance.c
8813
8814 SUPERH
8815 L:      linux-sh@vger.kernel.org
8816 W:      http://www.linux-sh.org
8817 Q:      http://patchwork.kernel.org/project/linux-sh/list/
8818 S:      Orphan
8819 F:      Documentation/sh/
8820 F:      arch/sh/
8821 F:      drivers/sh/
8822
8823 SUSPEND TO RAM
8824 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
8825 M:      Len Brown <len.brown@intel.com>
8826 M:      Pavel Machek <pavel@ucw.cz>
8827 L:      linux-pm@vger.kernel.org
8828 S:      Supported
8829 F:      Documentation/power/
8830 F:      arch/x86/kernel/acpi/
8831 F:      drivers/base/power/
8832 F:      kernel/power/
8833 F:      include/linux/suspend.h
8834 F:      include/linux/freezer.h
8835 F:      include/linux/pm.h
8836
8837 SVGA HANDLING
8838 M:      Martin Mares <mj@ucw.cz>
8839 L:      linux-video@atrey.karlin.mff.cuni.cz
8840 S:      Maintained
8841 F:      Documentation/svga.txt
8842 F:      arch/x86/boot/video*
8843
8844 SWIOTLB SUBSYSTEM
8845 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8846 L:      linux-kernel@vger.kernel.org
8847 S:      Supported
8848 F:      lib/swiotlb.c
8849 F:      arch/*/kernel/pci-swiotlb.c
8850 F:      include/linux/swiotlb.h
8851
8852 SYNOPSYS ARC ARCHITECTURE
8853 M:      Vineet Gupta <vgupta@synopsys.com>
8854 S:      Supported
8855 F:      arch/arc/
8856 F:      Documentation/devicetree/bindings/arc/
8857 F:      drivers/tty/serial/arc_uart.c
8858
8859 SYSV FILESYSTEM
8860 M:      Christoph Hellwig <hch@infradead.org>
8861 S:      Maintained
8862 F:      Documentation/filesystems/sysv-fs.txt
8863 F:      fs/sysv/
8864 F:      include/linux/sysv_fs.h
8865
8866 TARGET SUBSYSTEM
8867 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
8868 L:      linux-scsi@vger.kernel.org
8869 L:      target-devel@vger.kernel.org
8870 W:      http://www.linux-iscsi.org
8871 W:      http://groups.google.com/group/linux-iscsi-target-dev
8872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
8873 S:      Supported
8874 F:      drivers/target/
8875 F:      include/target/
8876 F:      Documentation/target/
8877
8878 TASKSTATS STATISTICS INTERFACE
8879 M:      Balbir Singh <bsingharora@gmail.com>
8880 S:      Maintained
8881 F:      Documentation/accounting/taskstats*
8882 F:      include/linux/taskstats*
8883 F:      kernel/taskstats.c
8884
8885 TC CLASSIFIER
8886 M:      Jamal Hadi Salim <jhs@mojatatu.com>
8887 L:      netdev@vger.kernel.org
8888 S:      Maintained
8889 F:      include/net/pkt_cls.h
8890 F:      include/uapi/linux/pkt_cls.h
8891 F:      net/sched/
8892
8893 TCP LOW PRIORITY MODULE
8894 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
8895 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
8896 W:      http://tcp-lp-mod.sourceforge.net/
8897 S:      Maintained
8898 F:      net/ipv4/tcp_lp.c
8899
8900 TDA10071 MEDIA DRIVER
8901 M:      Antti Palosaari <crope@iki.fi>
8902 L:      linux-media@vger.kernel.org
8903 W:      http://linuxtv.org/
8904 W:      http://palosaari.fi/linux/
8905 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8906 T:      git git://linuxtv.org/anttip/media_tree.git
8907 S:      Maintained
8908 F:      drivers/media/dvb-frontends/tda10071*
8909
8910 TDA18212 MEDIA DRIVER
8911 M:      Antti Palosaari <crope@iki.fi>
8912 L:      linux-media@vger.kernel.org
8913 W:      http://linuxtv.org/
8914 W:      http://palosaari.fi/linux/
8915 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8916 T:      git git://linuxtv.org/anttip/media_tree.git
8917 S:      Maintained
8918 F:      drivers/media/tuners/tda18212*
8919
8920 TDA18218 MEDIA DRIVER
8921 M:      Antti Palosaari <crope@iki.fi>
8922 L:      linux-media@vger.kernel.org
8923 W:      http://linuxtv.org/
8924 W:      http://palosaari.fi/linux/
8925 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8926 T:      git git://linuxtv.org/anttip/media_tree.git
8927 S:      Maintained
8928 F:      drivers/media/tuners/tda18218*
8929
8930 TDA18271 MEDIA DRIVER
8931 M:      Michael Krufky <mkrufky@linuxtv.org>
8932 L:      linux-media@vger.kernel.org
8933 W:      http://linuxtv.org/
8934 W:      http://github.com/mkrufky
8935 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8936 T:      git git://linuxtv.org/mkrufky/tuners.git
8937 S:      Maintained
8938 F:      drivers/media/tuners/tda18271*
8939
8940 TDA827x MEDIA DRIVER
8941 M:      Michael Krufky <mkrufky@linuxtv.org>
8942 L:      linux-media@vger.kernel.org
8943 W:      http://linuxtv.org/
8944 W:      http://github.com/mkrufky
8945 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8946 T:      git git://linuxtv.org/mkrufky/tuners.git
8947 S:      Maintained
8948 F:      drivers/media/tuners/tda8290.*
8949
8950 TDA8290 MEDIA DRIVER
8951 M:      Michael Krufky <mkrufky@linuxtv.org>
8952 L:      linux-media@vger.kernel.org
8953 W:      http://linuxtv.org/
8954 W:      http://github.com/mkrufky
8955 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8956 T:      git git://linuxtv.org/mkrufky/tuners.git
8957 S:      Maintained
8958 F:      drivers/media/tuners/tda8290.*
8959
8960 TDA9840 MEDIA DRIVER
8961 M:      Hans Verkuil <hverkuil@xs4all.nl>
8962 L:      linux-media@vger.kernel.org
8963 T:      git git://linuxtv.org/media_tree.git
8964 W:      http://linuxtv.org
8965 S:      Maintained
8966 F:      drivers/media/i2c/tda9840*
8967
8968 TEA5761 TUNER DRIVER
8969 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8970 L:      linux-media@vger.kernel.org
8971 W:      http://linuxtv.org
8972 T:      git git://linuxtv.org/media_tree.git
8973 S:      Odd fixes
8974 F:      drivers/media/tuners/tea5761.*
8975
8976 TEA5767 TUNER DRIVER
8977 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
8978 L:      linux-media@vger.kernel.org
8979 W:      http://linuxtv.org
8980 T:      git git://linuxtv.org/media_tree.git
8981 S:      Maintained
8982 F:      drivers/media/tuners/tea5767.*
8983
8984 TEA6415C MEDIA DRIVER
8985 M:      Hans Verkuil <hverkuil@xs4all.nl>
8986 L:      linux-media@vger.kernel.org
8987 T:      git git://linuxtv.org/media_tree.git
8988 W:      http://linuxtv.org
8989 S:      Maintained
8990 F:      drivers/media/i2c/tea6415c*
8991
8992 TEA6420 MEDIA DRIVER
8993 M:      Hans Verkuil <hverkuil@xs4all.nl>
8994 L:      linux-media@vger.kernel.org
8995 T:      git git://linuxtv.org/media_tree.git
8996 W:      http://linuxtv.org
8997 S:      Maintained
8998 F:      drivers/media/i2c/tea6420*
8999
9000 TEAM DRIVER
9001 M:      Jiri Pirko <jiri@resnulli.us>
9002 L:      netdev@vger.kernel.org
9003 S:      Supported
9004 F:      drivers/net/team/
9005 F:      include/linux/if_team.h
9006 F:      include/uapi/linux/if_team.h
9007
9008 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9009 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9010 S:      Maintained
9011 F:      arch/x86/platform/ts5500/
9012
9013 TECHNOTREND USB IR RECEIVER
9014 M:      Sean Young <sean@mess.org>
9015 L:      linux-media@vger.kernel.org
9016 S:      Maintained
9017 F:      drivers/media/rc/ttusbir.c
9018
9019 TEGRA ARCHITECTURE SUPPORT
9020 M:      Stephen Warren <swarren@wwwdotorg.org>
9021 M:      Thierry Reding <thierry.reding@gmail.com>
9022 L:      linux-tegra@vger.kernel.org
9023 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9025 S:      Supported
9026 N:      [^a-z]tegra
9027
9028 TEGRA ASOC DRIVER
9029 M:      Stephen Warren <swarren@wwwdotorg.org>
9030 S:      Supported
9031 F:      sound/soc/tegra/
9032
9033 TEGRA CLOCK DRIVER
9034 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9035 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9036 S:      Supported
9037 F:      drivers/clk/tegra/
9038
9039 TEGRA DMA DRIVER
9040 M:      Laxman Dewangan <ldewangan@nvidia.com>
9041 S:      Supported
9042 F:      drivers/dma/tegra20-apb-dma.c
9043
9044 TEGRA GPIO DRIVER
9045 M:      Stephen Warren <swarren@wwwdotorg.org>
9046 S:      Supported
9047 F:      drivers/gpio/gpio-tegra.c
9048
9049 TEGRA I2C DRIVER
9050 M:      Laxman Dewangan <ldewangan@nvidia.com>
9051 S:      Supported
9052 F:      drivers/i2c/busses/i2c-tegra.c
9053
9054 TEGRA IOMMU DRIVERS
9055 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9056 S:      Supported
9057 F:      drivers/iommu/tegra*
9058
9059 TEGRA KBC DRIVER
9060 M:      Rakesh Iyer <riyer@nvidia.com>
9061 M:      Laxman Dewangan <ldewangan@nvidia.com>
9062 S:      Supported
9063 F:      drivers/input/keyboard/tegra-kbc.c
9064
9065 TEGRA PINCTRL DRIVER
9066 M:      Stephen Warren <swarren@wwwdotorg.org>
9067 S:      Supported
9068 F:      drivers/pinctrl/pinctrl-tegra*
9069
9070 TEGRA PWM DRIVER
9071 M:      Thierry Reding <thierry.reding@gmail.com>
9072 S:      Supported
9073 F:      drivers/pwm/pwm-tegra.c
9074
9075 TEGRA SERIAL DRIVER
9076 M:      Laxman Dewangan <ldewangan@nvidia.com>
9077 S:      Supported
9078 F:      drivers/tty/serial/serial-tegra.c
9079
9080 TEGRA SPI DRIVER
9081 M:      Laxman Dewangan <ldewangan@nvidia.com>
9082 S:      Supported
9083 F:      drivers/spi/spi-tegra*
9084
9085 TEHUTI ETHERNET DRIVER
9086 M:      Andy Gospodarek <andy@greyhouse.net>
9087 L:      netdev@vger.kernel.org
9088 S:      Supported
9089 F:      drivers/net/ethernet/tehuti/*
9090
9091 Telecom Clock Driver for MCPL0010
9092 M:      Mark Gross <mark.gross@intel.com>
9093 S:      Supported
9094 F:      drivers/char/tlclk.c
9095
9096 TENSILICA XTENSA PORT (xtensa)
9097 M:      Chris Zankel <chris@zankel.net>
9098 M:      Max Filippov <jcmvbkbc@gmail.com>
9099 L:      linux-xtensa@linux-xtensa.org
9100 S:      Maintained
9101 F:      arch/xtensa/
9102 F:      drivers/irqchip/irq-xtensa-*
9103
9104 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9105 M:      Hans Verkuil <hverkuil@xs4all.nl>
9106 L:      linux-media@vger.kernel.org
9107 T:      git git://linuxtv.org/media_tree.git
9108 W:      http://linuxtv.org
9109 S:      Maintained
9110 F:      drivers/media/radio/radio-raremono.c
9111
9112 THERMAL
9113 M:      Zhang Rui <rui.zhang@intel.com>
9114 M:      Eduardo Valentin <edubezval@gmail.com>
9115 L:      linux-pm@vger.kernel.org
9116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9117 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9118 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9119 S:      Supported
9120 F:      drivers/thermal/
9121 F:      include/linux/thermal.h
9122 F:      include/linux/cpu_cooling.h
9123 F:      Documentation/devicetree/bindings/thermal/
9124
9125 THINGM BLINK(1) USB RGB LED DRIVER
9126 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9127 S:      Maintained
9128 F:      drivers/hid/hid-thingm.c
9129
9130 THINKPAD ACPI EXTRAS DRIVER
9131 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9132 L:      ibm-acpi-devel@lists.sourceforge.net
9133 L:      platform-driver-x86@vger.kernel.org
9134 W:      http://ibm-acpi.sourceforge.net
9135 W:      http://thinkwiki.org/wiki/Ibm-acpi
9136 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9137 S:      Maintained
9138 F:      drivers/platform/x86/thinkpad_acpi.c
9139
9140 TI BANDGAP AND THERMAL DRIVER
9141 M:      Eduardo Valentin <edubezval@gmail.com>
9142 L:      linux-pm@vger.kernel.org
9143 S:      Supported
9144 F:      drivers/thermal/ti-soc-thermal/
9145
9146 TI CLOCK DRIVER
9147 M:      Tero Kristo <t-kristo@ti.com>
9148 L:      linux-omap@vger.kernel.org
9149 S:      Maintained
9150 F:      drivers/clk/ti/
9151 F:      include/linux/clk/ti.h
9152
9153 TI FLASH MEDIA INTERFACE DRIVER
9154 M:      Alex Dubov <oakad@yahoo.com>
9155 S:      Maintained
9156 F:      drivers/misc/tifm*
9157 F:      drivers/mmc/host/tifm_sd.c
9158 F:      include/linux/tifm.h
9159
9160 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9161 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9162 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9163 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9164 S:      Maintained
9165 F:      sound/soc/codecs/lm49453*
9166 F:      sound/soc/codecs/isabelle*
9167
9168 TI LP855x BACKLIGHT DRIVER
9169 M:      Milo Kim <milo.kim@ti.com>
9170 S:      Maintained
9171 F:      Documentation/backlight/lp855x-driver.txt
9172 F:      drivers/video/backlight/lp855x_bl.c
9173 F:      include/linux/platform_data/lp855x.h
9174
9175 TI LP8727 CHARGER DRIVER
9176 M:      Milo Kim <milo.kim@ti.com>
9177 S:      Maintained
9178 F:      drivers/power/lp8727_charger.c
9179 F:      include/linux/platform_data/lp8727.h
9180
9181 TI LP8788 MFD DRIVER
9182 M:      Milo Kim <milo.kim@ti.com>
9183 S:      Maintained
9184 F:      drivers/iio/adc/lp8788_adc.c
9185 F:      drivers/leds/leds-lp8788.c
9186 F:      drivers/mfd/lp8788*.c
9187 F:      drivers/power/lp8788-charger.c
9188 F:      drivers/regulator/lp8788-*.c
9189 F:      include/linux/mfd/lp8788*.h
9190
9191 TI TWL4030 SERIES SOC CODEC DRIVER
9192 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9193 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9194 S:      Maintained
9195 F:      sound/soc/codecs/twl4030*
9196
9197 TI WILINK WIRELESS DRIVERS
9198 L:      linux-wireless@vger.kernel.org
9199 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9200 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9202 S:      Orphan
9203 F:      drivers/net/wireless/ti/
9204 F:      include/linux/wl12xx.h
9205
9206 TIPC NETWORK LAYER
9207 M:      Jon Maloy <jon.maloy@ericsson.com>
9208 M:      Allan Stephens <allan.stephens@windriver.com>
9209 L:      netdev@vger.kernel.org (core kernel code)
9210 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9211 W:      http://tipc.sourceforge.net/
9212 S:      Maintained
9213 F:      include/uapi/linux/tipc*.h
9214 F:      net/tipc/
9215
9216 TILE ARCHITECTURE
9217 M:      Chris Metcalf <cmetcalf@tilera.com>
9218 W:      http://www.tilera.com/scm/
9219 S:      Supported
9220 F:      arch/tile/
9221 F:      drivers/char/tile-srom.c
9222 F:      drivers/edac/tile_edac.c
9223 F:      drivers/net/ethernet/tile/
9224 F:      drivers/rtc/rtc-tile.c
9225 F:      drivers/tty/hvc/hvc_tile.c
9226 F:      drivers/tty/serial/tilegx.c
9227 F:      drivers/usb/host/*-tilegx.c
9228 F:      include/linux/usb/tilegx.h
9229
9230 TLAN NETWORK DRIVER
9231 M:      Samuel Chessman <chessman@tux.org>
9232 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9233 W:      http://sourceforge.net/projects/tlan/
9234 S:      Maintained
9235 F:      Documentation/networking/tlan.txt
9236 F:      drivers/net/ethernet/ti/tlan.*
9237
9238 TOMOYO SECURITY MODULE
9239 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9240 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9241 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9242 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9243 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9244 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9245 W:      http://tomoyo.sourceforge.jp/
9246 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9247 S:      Maintained
9248 F:      security/tomoyo/
9249
9250 TOPSTAR LAPTOP EXTRAS DRIVER
9251 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9252 L:      platform-driver-x86@vger.kernel.org
9253 S:      Maintained
9254 F:      drivers/platform/x86/topstar-laptop.c
9255
9256 TOSHIBA ACPI EXTRAS DRIVER
9257 L:      platform-driver-x86@vger.kernel.org
9258 S:      Orphan
9259 F:      drivers/platform/x86/toshiba_acpi.c
9260
9261 TOSHIBA SMM DRIVER
9262 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9263 L:      tlinux-users@tce.toshiba-dme.co.jp
9264 W:      http://www.buzzard.org.uk/toshiba/
9265 S:      Maintained
9266 F:      drivers/char/toshiba.c
9267 F:      include/linux/toshiba.h
9268 F:      include/uapi/linux/toshiba.h
9269
9270 TMIO MMC DRIVER
9271 M:      Ian Molton <ian.molton@codethink.co.uk>
9272 L:      linux-mmc@vger.kernel.org
9273 S:      Maintained
9274 F:      drivers/mmc/host/tmio_mmc*
9275 F:      drivers/mmc/host/sh_mobile_sdhi.c
9276 F:      include/linux/mmc/tmio.h
9277 F:      include/linux/mmc/sh_mobile_sdhi.h
9278
9279 TMP401 HARDWARE MONITOR DRIVER
9280 M:      Guenter Roeck <linux@roeck-us.net>
9281 L:      lm-sensors@lm-sensors.org
9282 S:      Maintained
9283 F:      Documentation/hwmon/tmp401
9284 F:      drivers/hwmon/tmp401.c
9285
9286 TMPFS (SHMEM FILESYSTEM)
9287 M:      Hugh Dickins <hughd@google.com>
9288 L:      linux-mm@kvack.org
9289 S:      Maintained
9290 F:      include/linux/shmem_fs.h
9291 F:      mm/shmem.c
9292
9293 TM6000 VIDEO4LINUX DRIVER
9294 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
9295 L:      linux-media@vger.kernel.org
9296 W:      http://linuxtv.org
9297 T:      git git://linuxtv.org/media_tree.git
9298 S:      Odd fixes
9299 F:      drivers/media/usb/tm6000/
9300
9301 TPM DEVICE DRIVER
9302 M:      Peter Huewe <peterhuewe@gmx.de>
9303 M:      Ashley Lai <ashley@ashleylai.com>
9304 M:      Marcel Selhorst <tpmdd@selhorst.net>
9305 W:      http://tpmdd.sourceforge.net
9306 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9307 S:      Maintained
9308 F:      drivers/char/tpm/
9309
9310 TRACING
9311 M:      Steven Rostedt <rostedt@goodmis.org>
9312 M:      Ingo Molnar <mingo@redhat.com>
9313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9314 S:      Maintained
9315 F:      Documentation/trace/ftrace.txt
9316 F:      arch/*/*/*/ftrace.h
9317 F:      arch/*/kernel/ftrace.c
9318 F:      include/*/ftrace.h
9319 F:      include/linux/trace*.h
9320 F:      include/trace/
9321 F:      kernel/trace/
9322
9323 TRIVIAL PATCHES
9324 M:      Jiri Kosina <trivial@kernel.org>
9325 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9326 S:      Maintained
9327 K:      ^Subject:.*(?i)trivial
9328
9329 TTY LAYER
9330 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9331 M:      Jiri Slaby <jslaby@suse.cz>
9332 S:      Supported
9333 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9334 F:      drivers/tty/
9335 F:      drivers/tty/serial/serial_core.c
9336 F:      include/linux/serial_core.h
9337 F:      include/linux/serial.h
9338 F:      include/linux/tty.h
9339 F:      include/uapi/linux/serial_core.h
9340 F:      include/uapi/linux/serial.h
9341 F:      include/uapi/linux/tty.h
9342
9343 TUA9001 MEDIA DRIVER
9344 M:      Antti Palosaari <crope@iki.fi>
9345 L:      linux-media@vger.kernel.org
9346 W:      http://linuxtv.org/
9347 W:      http://palosaari.fi/linux/
9348 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9349 T:      git git://linuxtv.org/anttip/media_tree.git
9350 S:      Maintained
9351 F:      drivers/media/tuners/tua9001*
9352
9353 TULIP NETWORK DRIVERS
9354 M:      Grant Grundler <grundler@parisc-linux.org>
9355 L:      netdev@vger.kernel.org
9356 S:      Maintained
9357 F:      drivers/net/ethernet/dec/tulip/
9358
9359 TUN/TAP driver
9360 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9361 W:      http://vtun.sourceforge.net/tun
9362 S:      Maintained
9363 F:      Documentation/networking/tuntap.txt
9364 F:      arch/um/os-Linux/drivers/
9365
9366 TURBOCHANNEL SUBSYSTEM
9367 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9368 M:      Ralf Baechle <ralf@linux-mips.org>
9369 L:      linux-mips@linux-mips.org
9370 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9371 S:      Maintained
9372 F:      drivers/tc/
9373 F:      include/linux/tc.h
9374
9375 U14-34F SCSI DRIVER
9376 M:      Dario Ballabio <ballabio_dario@emc.com>
9377 L:      linux-scsi@vger.kernel.org
9378 S:      Maintained
9379 F:      drivers/scsi/u14-34f.c
9380
9381 UBI FILE SYSTEM (UBIFS)
9382 M:      Artem Bityutskiy <dedekind1@gmail.com>
9383 M:      Adrian Hunter <adrian.hunter@intel.com>
9384 L:      linux-mtd@lists.infradead.org
9385 T:      git git://git.infradead.org/ubifs-2.6.git
9386 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9387 S:      Maintained
9388 F:      Documentation/filesystems/ubifs.txt
9389 F:      fs/ubifs/
9390
9391 UCLINUX (AND M68KNOMMU)
9392 M:      Greg Ungerer <gerg@uclinux.org>
9393 W:      http://www.uclinux.org/
9394 L:      uclinux-dev@uclinux.org  (subscribers-only)
9395 S:      Maintained
9396 F:      arch/m68k/*/*_no.*
9397 F:      arch/m68k/include/asm/*_no.*
9398
9399 UDF FILESYSTEM
9400 M:      Jan Kara <jack@suse.cz>
9401 S:      Maintained
9402 F:      Documentation/filesystems/udf.txt
9403 F:      fs/udf/
9404
9405 UFS FILESYSTEM
9406 M:      Evgeniy Dushistov <dushistov@mail.ru>
9407 S:      Maintained
9408 F:      Documentation/filesystems/ufs.txt
9409 F:      fs/ufs/
9410
9411 UHID USERSPACE HID IO DRIVER:
9412 M:      David Herrmann <dh.herrmann@googlemail.com>
9413 L:      linux-input@vger.kernel.org
9414 S:      Maintained
9415 F:      drivers/hid/uhid.c
9416 F:      include/uapi/linux/uhid.h
9417
9418 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9419 L:      linux-usb@vger.kernel.org
9420 S:      Orphan
9421 F:      drivers/uwb/
9422 F:      include/linux/uwb.h
9423 F:      include/linux/uwb/
9424
9425 UNICORE32 ARCHITECTURE:
9426 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9427 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9428 S:      Maintained
9429 T:      git git://github.com/gxt/linux.git
9430 F:      arch/unicore32/
9431
9432 UNIFDEF
9433 M:      Tony Finch <dot@dotat.at>
9434 W:      http://dotat.at/prog/unifdef
9435 S:      Maintained
9436 F:      scripts/unifdef.c
9437
9438 UNIFORM CDROM DRIVER
9439 M:      Jens Axboe <axboe@kernel.dk>
9440 W:      http://www.kernel.dk
9441 S:      Maintained
9442 F:      Documentation/cdrom/
9443 F:      drivers/cdrom/cdrom.c
9444 F:      include/linux/cdrom.h
9445 F:      include/uapi/linux/cdrom.h
9446
9447 UNISYS S-PAR DRIVERS
9448 M:     Benjamin Romer <benjamin.romer@unisys.com>
9449 M:     David Kershner <david.kershner@unisys.com>
9450 L:     sparmaintainer@unisys.com (Unisys internal)
9451 S:     Supported
9452 F:     drivers/staging/unisys/
9453
9454 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
9455 M:      Vinayak Holikatti <vinholikatti@gmail.com>
9456 M:      Santosh Y <santoshsy@gmail.com>
9457 L:      linux-scsi@vger.kernel.org
9458 S:      Supported
9459 F:      Documentation/scsi/ufs.txt
9460 F:      drivers/scsi/ufs/
9461
9462 UNSORTED BLOCK IMAGES (UBI)
9463 M:      Artem Bityutskiy <dedekind1@gmail.com>
9464 W:      http://www.linux-mtd.infradead.org/
9465 L:      linux-mtd@lists.infradead.org
9466 T:      git git://git.infradead.org/ubifs-2.6.git
9467 S:      Maintained
9468 F:      drivers/mtd/ubi/
9469 F:      include/linux/mtd/ubi.h
9470 F:      include/uapi/mtd/ubi-user.h
9471
9472 UNSORTED BLOCK IMAGES (UBI) Fastmap
9473 M:      Richard Weinberger <richard@nod.at>
9474 L:      linux-mtd@lists.infradead.org
9475 S:      Maintained
9476 F:      drivers/mtd/ubi/fastmap.c
9477
9478 USB ACM DRIVER
9479 M:      Oliver Neukum <oliver@neukum.org>
9480 L:      linux-usb@vger.kernel.org
9481 S:      Maintained
9482 F:      Documentation/usb/acm.txt
9483 F:      drivers/usb/class/cdc-acm.*
9484
9485 USB AR5523 WIRELESS DRIVER
9486 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
9487 L:      linux-wireless@vger.kernel.org
9488 S:      Maintained
9489 F:      drivers/net/wireless/ath/ar5523/
9490
9491 USB ATTACHED SCSI
9492 M:      Hans de Goede <hdegoede@redhat.com>
9493 M:      Gerd Hoffmann <kraxel@redhat.com>
9494 L:      linux-usb@vger.kernel.org
9495 L:      linux-scsi@vger.kernel.org
9496 S:      Maintained
9497 F:      drivers/usb/storage/uas.c
9498
9499 USB CDC ETHERNET DRIVER
9500 M:      Oliver Neukum <oliver@neukum.org>
9501 L:      linux-usb@vger.kernel.org
9502 S:      Maintained
9503 F:      drivers/net/usb/cdc_*.c
9504 F:      include/uapi/linux/usb/cdc.h
9505
9506 USB CYPRESS C67X00 DRIVER
9507 M:      Peter Korsgaard <jacmet@sunsite.dk>
9508 L:      linux-usb@vger.kernel.org
9509 S:      Maintained
9510 F:      drivers/usb/c67x00/
9511
9512 USB DAVICOM DM9601 DRIVER
9513 M:      Peter Korsgaard <jacmet@sunsite.dk>
9514 L:      netdev@vger.kernel.org
9515 W:      http://www.linux-usb.org/usbnet
9516 S:      Maintained
9517 F:      drivers/net/usb/dm9601.c
9518
9519 USB DIAMOND RIO500 DRIVER
9520 M:      Cesar Miquel <miquel@df.uba.ar>
9521 L:      rio500-users@lists.sourceforge.net
9522 W:      http://rio500.sourceforge.net
9523 S:      Maintained
9524 F:      drivers/usb/misc/rio500*
9525
9526 USB EHCI DRIVER
9527 M:      Alan Stern <stern@rowland.harvard.edu>
9528 L:      linux-usb@vger.kernel.org
9529 S:      Maintained
9530 F:      Documentation/usb/ehci.txt
9531 F:      drivers/usb/host/ehci*
9532
9533 USB GADGET/PERIPHERAL SUBSYSTEM
9534 M:      Felipe Balbi <balbi@ti.com>
9535 L:      linux-usb@vger.kernel.org
9536 W:      http://www.linux-usb.org/gadget
9537 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9538 S:      Maintained
9539 F:      drivers/usb/gadget/
9540 F:      include/linux/usb/gadget*
9541
9542 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
9543 M:      Jiri Kosina <jkosina@suse.cz>
9544 L:      linux-usb@vger.kernel.org
9545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
9546 S:      Maintained
9547 F:      Documentation/hid/hiddev.txt
9548 F:      drivers/hid/usbhid/
9549
9550 USB/IP DRIVERS
9551 L:      linux-usb@vger.kernel.org
9552 S:      Orphan
9553 F:      drivers/staging/usbip/
9554
9555 USB ISP116X DRIVER
9556 M:      Olav Kongas <ok@artecdesign.ee>
9557 L:      linux-usb@vger.kernel.org
9558 S:      Maintained
9559 F:      drivers/usb/host/isp116x*
9560 F:      include/linux/usb/isp116x.h
9561
9562 USB MASS STORAGE DRIVER
9563 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
9564 L:      linux-usb@vger.kernel.org
9565 L:      usb-storage@lists.one-eyed-alien.net
9566 S:      Maintained
9567 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
9568 F:      drivers/usb/storage/
9569
9570 USB MIDI DRIVER
9571 M:      Clemens Ladisch <clemens@ladisch.de>
9572 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9573 T:      git git://git.alsa-project.org/alsa-kernel.git
9574 S:      Maintained
9575 F:      sound/usb/midi.*
9576
9577 USB NETWORKING DRIVERS
9578 L:      linux-usb@vger.kernel.org
9579 S:      Odd Fixes
9580 F:      drivers/net/usb/
9581
9582 USB OHCI DRIVER
9583 M:      Alan Stern <stern@rowland.harvard.edu>
9584 L:      linux-usb@vger.kernel.org
9585 S:      Maintained
9586 F:      Documentation/usb/ohci.txt
9587 F:      drivers/usb/host/ohci*
9588
9589 USB OVER IP DRIVER
9590 M:      Valentina Manea <valentina.manea.m@gmail.com>
9591 M:      Shuah Khan <shuah.kh@samsung.com>
9592 L:      linux-usb@vger.kernel.org
9593 S:      Maintained
9594 F:      drivers/usb/usbip/
9595 F:      tools/usb/usbip/
9596
9597 USB PEGASUS DRIVER
9598 M:      Petko Manolov <petkan@nucleusys.com>
9599 L:      linux-usb@vger.kernel.org
9600 L:      netdev@vger.kernel.org
9601 T:      git git://github.com/petkan/pegasus.git
9602 W:      https://github.com/petkan/pegasus
9603 S:      Maintained
9604 F:      drivers/net/usb/pegasus.*
9605
9606 USB PHY LAYER
9607 M:      Felipe Balbi <balbi@ti.com>
9608 L:      linux-usb@vger.kernel.org
9609 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
9610 S:      Maintained
9611 F:      drivers/usb/phy/
9612
9613 USB PRINTER DRIVER (usblp)
9614 M:      Pete Zaitcev <zaitcev@redhat.com>
9615 L:      linux-usb@vger.kernel.org
9616 S:      Supported
9617 F:      drivers/usb/class/usblp.c
9618
9619 USB RTL8150 DRIVER
9620 M:      Petko Manolov <petkan@nucleusys.com>
9621 L:      linux-usb@vger.kernel.org
9622 L:      netdev@vger.kernel.org
9623 T:      git git://github.com/petkan/rtl8150.git
9624 W:      https://github.com/petkan/rtl8150
9625 S:      Maintained
9626 F:      drivers/net/usb/rtl8150.c
9627
9628 USB SERIAL SUBSYSTEM
9629 M:      Johan Hovold <johan@kernel.org>
9630 L:      linux-usb@vger.kernel.org
9631 S:      Maintained
9632 F:      Documentation/usb/usb-serial.txt
9633 F:      drivers/usb/serial/
9634 F:      include/linux/usb/serial.h
9635
9636 USB SMSC75XX ETHERNET DRIVER
9637 M:      Steve Glendinning <steve.glendinning@shawell.net>
9638 L:      netdev@vger.kernel.org
9639 S:      Maintained
9640 F:      drivers/net/usb/smsc75xx.*
9641
9642 USB SMSC95XX ETHERNET DRIVER
9643 M:      Steve Glendinning <steve.glendinning@shawell.net>
9644 L:      netdev@vger.kernel.org
9645 S:      Maintained
9646 F:      drivers/net/usb/smsc95xx.*
9647
9648 USB SUBSYSTEM
9649 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9650 L:      linux-usb@vger.kernel.org
9651 W:      http://www.linux-usb.org
9652 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
9653 S:      Supported
9654 F:      Documentation/usb/
9655 F:      drivers/usb/
9656 F:      include/linux/usb.h
9657 F:      include/linux/usb/
9658
9659 USB UHCI DRIVER
9660 M:      Alan Stern <stern@rowland.harvard.edu>
9661 L:      linux-usb@vger.kernel.org
9662 S:      Maintained
9663 F:      drivers/usb/host/uhci*
9664
9665 USB "USBNET" DRIVER FRAMEWORK
9666 M:      Oliver Neukum <oneukum@suse.de>
9667 L:      netdev@vger.kernel.org
9668 W:      http://www.linux-usb.org/usbnet
9669 S:      Maintained
9670 F:      drivers/net/usb/usbnet.c
9671 F:      include/linux/usb/usbnet.h
9672
9673 USB VIDEO CLASS
9674 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9675 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
9676 L:      linux-media@vger.kernel.org
9677 T:      git git://linuxtv.org/media_tree.git
9678 W:      http://www.ideasonboard.org/uvc/
9679 S:      Maintained
9680 F:      drivers/media/usb/uvc/
9681 F:      include/uapi/linux/uvcvideo.h
9682
9683 USB VISION DRIVER
9684 M:      Hans Verkuil <hverkuil@xs4all.nl>
9685 L:      linux-media@vger.kernel.org
9686 T:      git git://linuxtv.org/media_tree.git
9687 W:      http://linuxtv.org
9688 S:      Odd Fixes
9689 F:      drivers/media/usb/usbvision/
9690
9691 USB WEBCAM GADGET
9692 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
9693 L:      linux-usb@vger.kernel.org
9694 S:      Maintained
9695 F:      drivers/usb/gadget/function/*uvc*.c
9696 F:      drivers/usb/gadget/legacy/webcam.c
9697
9698 USB WIRELESS RNDIS DRIVER (rndis_wlan)
9699 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
9700 L:      linux-wireless@vger.kernel.org
9701 S:      Maintained
9702 F:      drivers/net/wireless/rndis_wlan.c
9703
9704 USB XHCI DRIVER
9705 M:      Mathias Nyman <mathias.nyman@intel.com>
9706 L:      linux-usb@vger.kernel.org
9707 S:      Supported
9708 F:      drivers/usb/host/xhci*
9709 F:      drivers/usb/host/pci-quirks*
9710
9711 USB ZD1201 DRIVER
9712 L:      linux-wireless@vger.kernel.org
9713 W:      http://linux-lc100020.sourceforge.net
9714 S:      Orphan
9715 F:      drivers/net/wireless/zd1201.*
9716
9717 USB ZR364XX DRIVER
9718 M:      Antoine Jacquet <royale@zerezo.com>
9719 L:      linux-usb@vger.kernel.org
9720 L:      linux-media@vger.kernel.org
9721 T:      git git://linuxtv.org/media_tree.git
9722 W:      http://royale.zerezo.com/zr364xx/
9723 S:      Maintained
9724 F:      Documentation/video4linux/zr364xx.txt
9725 F:      drivers/media/usb/zr364xx/
9726
9727 USER-MODE LINUX (UML)
9728 M:      Jeff Dike <jdike@addtoit.com>
9729 M:      Richard Weinberger <richard@nod.at>
9730 L:      user-mode-linux-devel@lists.sourceforge.net
9731 L:      user-mode-linux-user@lists.sourceforge.net
9732 W:      http://user-mode-linux.sourceforge.net
9733 S:      Maintained
9734 F:      Documentation/virtual/uml/
9735 F:      arch/um/
9736 F:      arch/x86/um/
9737 F:      fs/hostfs/
9738 F:      fs/hppfs/
9739
9740 USERSPACE I/O (UIO)
9741 M:      "Hans J. Koch" <hjk@hansjkoch.de>
9742 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9743 S:      Maintained
9744 F:      Documentation/DocBook/uio-howto.tmpl
9745 F:      drivers/uio/
9746 F:      include/linux/uio*.h
9747
9748 UTIL-LINUX PACKAGE
9749 M:      Karel Zak <kzak@redhat.com>
9750 L:      util-linux@vger.kernel.org
9751 W:      http://en.wikipedia.org/wiki/Util-linux
9752 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
9753 S:      Maintained
9754
9755 UVESAFB DRIVER
9756 M:      Michal Januszewski <spock@gentoo.org>
9757 L:      linux-fbdev@vger.kernel.org
9758 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
9759 S:      Maintained
9760 F:      Documentation/fb/uvesafb.txt
9761 F:      drivers/video/fbdev/uvesafb.*
9762
9763 VFAT/FAT/MSDOS FILESYSTEM
9764 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
9765 S:      Maintained
9766 F:      Documentation/filesystems/vfat.txt
9767 F:      fs/fat/
9768
9769 VFIO DRIVER
9770 M:      Alex Williamson <alex.williamson@redhat.com>
9771 L:      kvm@vger.kernel.org
9772 S:      Maintained
9773 F:      Documentation/vfio.txt
9774 F:      drivers/vfio/
9775 F:      include/linux/vfio.h
9776 F:      include/uapi/linux/vfio.h
9777
9778 VIDEOBUF2 FRAMEWORK
9779 M:      Pawel Osciak <pawel@osciak.com>
9780 M:      Marek Szyprowski <m.szyprowski@samsung.com>
9781 M:      Kyungmin Park <kyungmin.park@samsung.com>
9782 L:      linux-media@vger.kernel.org
9783 S:      Maintained
9784 F:      drivers/media/v4l2-core/videobuf2-*
9785 F:      include/media/videobuf2-*
9786
9787 VIRTIO CONSOLE DRIVER
9788 M:      Amit Shah <amit.shah@redhat.com>
9789 L:      virtualization@lists.linux-foundation.org
9790 S:      Maintained
9791 F:      drivers/char/virtio_console.c
9792 F:      include/linux/virtio_console.h
9793 F:      include/uapi/linux/virtio_console.h
9794
9795 VIRTIO CORE, NET AND BLOCK DRIVERS
9796 M:      Rusty Russell <rusty@rustcorp.com.au>
9797 M:      "Michael S. Tsirkin" <mst@redhat.com>
9798 L:      virtualization@lists.linux-foundation.org
9799 S:      Maintained
9800 F:      drivers/virtio/
9801 F:      tools/virtio/
9802 F:      drivers/net/virtio_net.c
9803 F:      drivers/block/virtio_blk.c
9804 F:      include/linux/virtio_*.h
9805 F:      include/uapi/linux/virtio_*.h
9806
9807 VIRTIO HOST (VHOST)
9808 M:      "Michael S. Tsirkin" <mst@redhat.com>
9809 L:      kvm@vger.kernel.org
9810 L:      virtualization@lists.linux-foundation.org
9811 L:      netdev@vger.kernel.org
9812 S:      Maintained
9813 F:      drivers/vhost/
9814 F:      include/uapi/linux/vhost.h
9815
9816 VIA RHINE NETWORK DRIVER
9817 M:      Roger Luethi <rl@hellgate.ch>
9818 S:      Maintained
9819 F:      drivers/net/ethernet/via/via-rhine.c
9820
9821 VIA SD/MMC CARD CONTROLLER DRIVER
9822 M:      Bruce Chang <brucechang@via.com.tw>
9823 M:      Harald Welte <HaraldWelte@viatech.com>
9824 S:      Maintained
9825 F:      drivers/mmc/host/via-sdmmc.c
9826
9827 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
9828 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
9829 L:      linux-fbdev@vger.kernel.org
9830 S:      Maintained
9831 F:      include/linux/via-core.h
9832 F:      include/linux/via-gpio.h
9833 F:      include/linux/via_i2c.h
9834 F:      drivers/video/fbdev/via/
9835
9836 VIA VELOCITY NETWORK DRIVER
9837 M:      Francois Romieu <romieu@fr.zoreil.com>
9838 L:      netdev@vger.kernel.org
9839 S:      Maintained
9840 F:      drivers/net/ethernet/via/via-velocity.*
9841
9842 VIVI VIRTUAL VIDEO DRIVER
9843 M:      Hans Verkuil <hverkuil@xs4all.nl>
9844 L:      linux-media@vger.kernel.org
9845 T:      git git://linuxtv.org/media_tree.git
9846 W:      http://linuxtv.org
9847 S:      Maintained
9848 F:      drivers/media/platform/vivi*
9849
9850 VLAN (802.1Q)
9851 M:      Patrick McHardy <kaber@trash.net>
9852 L:      netdev@vger.kernel.org
9853 S:      Maintained
9854 F:      drivers/net/macvlan.c
9855 F:      include/linux/if_*vlan.h
9856 F:      net/8021q/
9857
9858 VLYNQ BUS
9859 M:      Florian Fainelli <florian@openwrt.org>
9860 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
9861 S:      Maintained
9862 F:      drivers/vlynq/vlynq.c
9863 F:      include/linux/vlynq.h
9864
9865 VME SUBSYSTEM
9866 M:      Martyn Welch <martyn.welch@ge.com>
9867 M:      Manohar Vanga <manohar.vanga@gmail.com>
9868 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9869 L:      devel@driverdev.osuosl.org
9870 S:      Maintained
9871 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
9872 F:      Documentation/vme_api.txt
9873 F:      drivers/staging/vme/
9874 F:      drivers/vme/
9875 F:      include/linux/vme*
9876
9877 VMWARE HYPERVISOR INTERFACE
9878 M:      Alok Kataria <akataria@vmware.com>
9879 L:      virtualization@lists.linux-foundation.org
9880 S:      Supported
9881 F:      arch/x86/kernel/cpu/vmware.c
9882
9883 VMWARE BALLOON DRIVER
9884 M:      Xavier Deguillard <xdeguillard@vmware.com>
9885 M:      Philip Moltmann <moltmann@vmware.com>
9886 M:      "VMware, Inc." <pv-drivers@vmware.com>
9887 L:      linux-kernel@vger.kernel.org
9888 S:      Maintained
9889 F:      drivers/misc/vmw_balloon.c
9890
9891 VMWARE VMXNET3 ETHERNET DRIVER
9892 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
9893 M:      "VMware, Inc." <pv-drivers@vmware.com>
9894 L:      netdev@vger.kernel.org
9895 S:      Maintained
9896 F:      drivers/net/vmxnet3/
9897
9898 VMware PVSCSI driver
9899 M:      Arvind Kumar <arvindkumar@vmware.com>
9900 M:      VMware PV-Drivers <pv-drivers@vmware.com>
9901 L:      linux-scsi@vger.kernel.org
9902 S:      Maintained
9903 F:      drivers/scsi/vmw_pvscsi.c
9904 F:      drivers/scsi/vmw_pvscsi.h
9905
9906 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
9907 M:      Liam Girdwood <lgirdwood@gmail.com>
9908 M:      Mark Brown <broonie@kernel.org>
9909 W:      http://opensource.wolfsonmicro.com/node/15
9910 W:      http://www.slimlogic.co.uk/?p=48
9911 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
9912 S:      Supported
9913 F:      drivers/regulator/
9914 F:      include/linux/regulator/
9915
9916 VT1211 HARDWARE MONITOR DRIVER
9917 M:      Juerg Haefliger <juergh@gmail.com>
9918 L:      lm-sensors@lm-sensors.org
9919 S:      Maintained
9920 F:      Documentation/hwmon/vt1211
9921 F:      drivers/hwmon/vt1211.c
9922
9923 VT8231 HARDWARE MONITOR DRIVER
9924 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
9925 L:      lm-sensors@lm-sensors.org
9926 S:      Maintained
9927 F:      drivers/hwmon/vt8231.c
9928
9929 VUB300 USB to SDIO/SD/MMC bridge chip
9930 M:      Tony Olech <tony.olech@elandigitalsystems.com>
9931 L:      linux-mmc@vger.kernel.org
9932 L:      linux-usb@vger.kernel.org
9933 S:      Supported
9934 F:      drivers/mmc/host/vub300.c
9935
9936 W1 DALLAS'S 1-WIRE BUS
9937 M:      Evgeniy Polyakov <zbr@ioremap.net>
9938 S:      Maintained
9939 F:      Documentation/w1/
9940 F:      drivers/w1/
9941
9942 W83791D HARDWARE MONITORING DRIVER
9943 M:      Marc Hulsman <m.hulsman@tudelft.nl>
9944 L:      lm-sensors@lm-sensors.org
9945 S:      Maintained
9946 F:      Documentation/hwmon/w83791d
9947 F:      drivers/hwmon/w83791d.c
9948
9949 W83793 HARDWARE MONITORING DRIVER
9950 M:      Rudolf Marek <r.marek@assembler.cz>
9951 L:      lm-sensors@lm-sensors.org
9952 S:      Maintained
9953 F:      Documentation/hwmon/w83793
9954 F:      drivers/hwmon/w83793.c
9955
9956 W83795 HARDWARE MONITORING DRIVER
9957 M:      Jean Delvare <jdelvare@suse.de>
9958 L:      lm-sensors@lm-sensors.org
9959 S:      Maintained
9960 F:      drivers/hwmon/w83795.c
9961
9962 W83L51xD SD/MMC CARD INTERFACE DRIVER
9963 M:      Pierre Ossman <pierre@ossman.eu>
9964 S:      Maintained
9965 F:      drivers/mmc/host/wbsd.*
9966
9967 WACOM PROTOCOL 4 SERIAL TABLETS
9968 M:      Julian Squires <julian@cipht.net>
9969 M:      Hans de Goede <hdegoede@redhat.com>
9970 L:      linux-input@vger.kernel.org
9971 S:      Maintained
9972 F:      drivers/input/tablet/wacom_serial4.c
9973
9974 WATCHDOG DEVICE DRIVERS
9975 M:      Wim Van Sebroeck <wim@iguana.be>
9976 L:      linux-watchdog@vger.kernel.org
9977 W:      http://www.linux-watchdog.org/
9978 T:      git git://www.linux-watchdog.org/linux-watchdog.git
9979 S:      Maintained
9980 F:      Documentation/watchdog/
9981 F:      drivers/watchdog/
9982 F:      include/linux/watchdog.h
9983 F:      include/uapi/linux/watchdog.h
9984
9985 WD7000 SCSI DRIVER
9986 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
9987 L:      linux-scsi@vger.kernel.org
9988 S:      Maintained
9989 F:      drivers/scsi/wd7000.c
9990
9991 WIIMOTE HID DRIVER
9992 M:      David Herrmann <dh.herrmann@googlemail.com>
9993 L:      linux-input@vger.kernel.org
9994 S:      Maintained
9995 F:      drivers/hid/hid-wiimote*
9996
9997 WINBOND CIR DRIVER
9998 M:      David Härdeman <david@hardeman.nu>
9999 S:      Maintained
10000 F:      drivers/media/rc/winbond-cir.c
10001
10002 WIMAX STACK
10003 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10004 M:      linux-wimax@intel.com
10005 L:     wimax@linuxwimax.org (subscribers-only)
10006 S:      Supported
10007 W:      http://linuxwimax.org
10008 F:      Documentation/wimax/README.wimax
10009 F:      include/linux/wimax/debug.h
10010 F:      include/net/wimax.h
10011 F:      include/uapi/linux/wimax.h
10012 F:      net/wimax/
10013
10014 WISTRON LAPTOP BUTTON DRIVER
10015 M:      Miloslav Trmac <mitr@volny.cz>
10016 S:      Maintained
10017 F:      drivers/input/misc/wistron_btns.c
10018
10019 WL3501 WIRELESS PCMCIA CARD DRIVER
10020 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10021 L:      linux-wireless@vger.kernel.org
10022 W:      http://oops.ghostprotocols.net:81/blog
10023 S:      Maintained
10024 F:      drivers/net/wireless/wl3501*
10025
10026 WM97XX TOUCHSCREEN DRIVERS
10027 M:      Mark Brown <broonie@kernel.org>
10028 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10029 L:      linux-input@vger.kernel.org
10030 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10031 W:      http://opensource.wolfsonmicro.com/node/7
10032 S:      Supported
10033 F:      drivers/input/touchscreen/*wm97*
10034 F:      include/linux/wm97xx.h
10035
10036 WOLFSON MICROELECTRONICS DRIVERS
10037 L:      patches@opensource.wolfsonmicro.com
10038 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10039 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10040 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10041 S:      Supported
10042 F:      Documentation/hwmon/wm83??
10043 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10044 F:      drivers/clk/clk-wm83*.c
10045 F:      drivers/extcon/extcon-arizona.c
10046 F:      drivers/leds/leds-wm83*.c
10047 F:      drivers/gpio/gpio-*wm*.c
10048 F:      drivers/gpio/gpio-arizona.c
10049 F:      drivers/hwmon/wm83??-hwmon.c
10050 F:      drivers/input/misc/wm831x-on.c
10051 F:      drivers/input/touchscreen/wm831x-ts.c
10052 F:      drivers/input/touchscreen/wm97*.c
10053 F:      drivers/mfd/arizona*
10054 F:      drivers/mfd/wm*.c
10055 F:      drivers/power/wm83*.c
10056 F:      drivers/rtc/rtc-wm83*.c
10057 F:      drivers/regulator/wm8*.c
10058 F:      drivers/video/backlight/wm83*_bl.c
10059 F:      drivers/watchdog/wm83*_wdt.c
10060 F:      include/linux/mfd/arizona/
10061 F:      include/linux/mfd/wm831x/
10062 F:      include/linux/mfd/wm8350/
10063 F:      include/linux/mfd/wm8400*
10064 F:      include/linux/wm97xx.h
10065 F:      include/sound/wm????.h
10066 F:      sound/soc/codecs/arizona.?
10067 F:      sound/soc/codecs/wm*
10068
10069 WORKQUEUE
10070 M:      Tejun Heo <tj@kernel.org>
10071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10072 S:      Maintained
10073 F:      include/linux/workqueue.h
10074 F:      kernel/workqueue.c
10075 F:      Documentation/workqueue.txt
10076
10077 X.25 NETWORK LAYER
10078 M:      Andrew Hendry <andrew.hendry@gmail.com>
10079 L:      linux-x25@vger.kernel.org
10080 S:      Odd Fixes
10081 F:      Documentation/networking/x25*
10082 F:      include/net/x25*
10083 F:      net/x25/
10084
10085 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10086 M:      Thomas Gleixner <tglx@linutronix.de>
10087 M:      Ingo Molnar <mingo@redhat.com>
10088 M:      "H. Peter Anvin" <hpa@zytor.com>
10089 M:      x86@kernel.org
10090 L:      linux-kernel@vger.kernel.org
10091 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10092 S:      Maintained
10093 F:      Documentation/x86/
10094 F:      arch/x86/
10095
10096 X86 PLATFORM DRIVERS
10097 M:      Darren Hart <dvhart@infradead.org>
10098 L:      platform-driver-x86@vger.kernel.org
10099 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10100 S:      Maintained
10101 F:      drivers/platform/x86/
10102
10103 X86 MCE INFRASTRUCTURE
10104 M:      Tony Luck <tony.luck@intel.com>
10105 M:      Borislav Petkov <bp@alien8.de>
10106 L:      linux-edac@vger.kernel.org
10107 S:      Maintained
10108 F:      arch/x86/kernel/cpu/mcheck/*
10109
10110 XC2028/3028 TUNER DRIVER
10111 M:      Mauro Carvalho Chehab <m.chehab@samsung.com>
10112 L:      linux-media@vger.kernel.org
10113 W:      http://linuxtv.org
10114 T:      git git://linuxtv.org/media_tree.git
10115 S:      Maintained
10116 F:      drivers/media/tuners/tuner-xc2028.*
10117
10118 XEN HYPERVISOR INTERFACE
10119 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10120 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10121 M:      David Vrabel <david.vrabel@citrix.com>
10122 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10124 S:      Supported
10125 F:      arch/x86/xen/
10126 F:      drivers/*/xen-*front.c
10127 F:      drivers/xen/
10128 F:      arch/x86/include/asm/xen/
10129 F:      include/xen/
10130 F:      include/uapi/xen/
10131
10132 XEN HYPERVISOR ARM
10133 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10134 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10135 S:      Supported
10136 F:      arch/arm/xen/
10137 F:      arch/arm/include/asm/xen/
10138
10139 XEN HYPERVISOR ARM64
10140 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10141 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10142 S:      Supported
10143 F:      arch/arm64/xen/
10144 F:      arch/arm64/include/asm/xen/
10145
10146 XEN NETWORK BACKEND DRIVER
10147 M:      Ian Campbell <ian.campbell@citrix.com>
10148 M:      Wei Liu <wei.liu2@citrix.com>
10149 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10150 L:      netdev@vger.kernel.org
10151 S:      Supported
10152 F:      drivers/net/xen-netback/*
10153
10154 XEN PCI SUBSYSTEM
10155 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10156 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10157 S:      Supported
10158 F:      arch/x86/pci/*xen*
10159 F:      drivers/pci/*xen*
10160
10161 XEN BLOCK SUBSYSTEM
10162 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10163 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10164 S:      Supported
10165 F:      drivers/block/xen-blkback/*
10166 F:      drivers/block/xen*
10167
10168 XEN SWIOTLB SUBSYSTEM
10169 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10170 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10171 S:      Supported
10172 F:      arch/x86/xen/*swiotlb*
10173 F:      drivers/xen/*swiotlb*
10174
10175 XFS FILESYSTEM
10176 P:      Silicon Graphics Inc
10177 M:      Dave Chinner <david@fromorbit.com>
10178 M:      xfs@oss.sgi.com
10179 L:      xfs@oss.sgi.com
10180 W:      http://oss.sgi.com/projects/xfs
10181 T:      git git://oss.sgi.com/xfs/xfs.git
10182 S:      Supported
10183 F:      Documentation/filesystems/xfs.txt
10184 F:      fs/xfs/
10185
10186 XILINX AXI ETHERNET DRIVER
10187 M:      Anirudha Sarangi <anirudh@xilinx.com>
10188 M:      John Linn <John.Linn@xilinx.com>
10189 S:      Maintained
10190 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10191
10192 XILINX SYSTEMACE DRIVER
10193 S:      Orphan
10194 F:      drivers/block/xsysace.c
10195
10196 XILINX UARTLITE SERIAL DRIVER
10197 M:      Peter Korsgaard <jacmet@sunsite.dk>
10198 L:      linux-serial@vger.kernel.org
10199 S:      Maintained
10200 F:      drivers/tty/serial/uartlite.c
10201
10202 XTENSA XTFPGA PLATFORM SUPPORT
10203 M:      Max Filippov <jcmvbkbc@gmail.com>
10204 L:      linux-xtensa@linux-xtensa.org
10205 S:      Maintained
10206 F:      drivers/spi/spi-xtensa-xtfpga.c
10207
10208 YAM DRIVER FOR AX.25
10209 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10210 L:      linux-hams@vger.kernel.org
10211 S:      Maintained
10212 F:      drivers/net/hamradio/yam*
10213 F:      include/linux/yam.h
10214
10215 YEALINK PHONE DRIVER
10216 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10217 L:      usbb2k-api-dev@nongnu.org
10218 S:      Maintained
10219 F:      Documentation/input/yealink.txt
10220 F:      drivers/input/misc/yealink.*
10221
10222 Z8530 DRIVER FOR AX.25
10223 M:      Joerg Reuter <jreuter@yaina.de>
10224 W:      http://yaina.de/jreuter/
10225 W:      http://www.qsl.net/dl1bke/
10226 L:      linux-hams@vger.kernel.org
10227 S:      Maintained
10228 F:      Documentation/networking/z8530drv.txt
10229 F:      drivers/net/hamradio/*scc.c
10230 F:      drivers/net/hamradio/z8530.h
10231
10232 ZBUD COMPRESSED PAGE ALLOCATOR
10233 M:      Seth Jennings <sjennings@variantweb.net>
10234 L:      linux-mm@kvack.org
10235 S:      Maintained
10236 F:      mm/zbud.c
10237 F:      include/linux/zbud.h
10238
10239 ZD1211RW WIRELESS DRIVER
10240 M:      Daniel Drake <dsd@gentoo.org>
10241 M:      Ulrich Kunitz <kune@deine-taler.de>
10242 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10243 L:      linux-wireless@vger.kernel.org
10244 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10245 S:      Maintained
10246 F:      drivers/net/wireless/zd1211rw/
10247
10248 ZR36067 VIDEO FOR LINUX DRIVER
10249 L:      mjpeg-users@lists.sourceforge.net
10250 L:      linux-media@vger.kernel.org
10251 W:      http://mjpeg.sourceforge.net/driver-zoran/
10252 T:      hg http://linuxtv.org/hg/v4l-dvb
10253 S:      Odd Fixes
10254 F:      drivers/media/pci/zoran/
10255
10256 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10257 M:      Minchan Kim <minchan@kernel.org>
10258 M:      Nitin Gupta <ngupta@vflare.org>
10259 L:      linux-kernel@vger.kernel.org
10260 S:      Maintained
10261 F:      drivers/block/zram/
10262 F:      Documentation/blockdev/zram.txt
10263
10264 ZS DECSTATION Z85C30 SERIAL DRIVER
10265 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10266 S:      Maintained
10267 F:      drivers/tty/serial/zs.*
10268
10269 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10270 M:      Minchan Kim <minchan@kernel.org>
10271 M:      Nitin Gupta <ngupta@vflare.org>
10272 L:      linux-mm@kvack.org
10273 S:      Maintained
10274 F:      mm/zsmalloc.c
10275 F:      include/linux/zsmalloc.h
10276
10277 ZSWAP COMPRESSED SWAP CACHING
10278 M:      Seth Jennings <sjennings@variantweb.net>
10279 L:      linux-mm@kvack.org
10280 S:      Maintained
10281 F:      mm/zswap.c
10282
10283 THE REST
10284 M:      Linus Torvalds <torvalds@linux-foundation.org>
10285 L:      linux-kernel@vger.kernel.org
10286 Q:      http://patchwork.kernel.org/project/LKML/list/
10287 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10288 S:      Buried alive in reporters
10289 F:      *
10290 F:      */