]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - MAINTAINERS
Merge tag 'arc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[karo-tx-linux.git] / MAINTAINERS
1
2
3         List of maintainers and how to submit kernel changes
4
5 Please try to follow the guidelines below.  This will make things
6 easier on the maintainers.  Not all of these guidelines matter for every
7 trivial patch so apply some common sense.
8
9 1.      Always _test_ your changes, however small, on at least 4 or
10         5 people, preferably many more.
11
12 2.      Try to release a few ALPHA test versions to the net. Announce
13         them onto the kernel channel and await results. This is especially
14         important for device drivers, because often that's the only way
15         you will find things like the fact version 3 firmware needs
16         a magic fix you didn't know about, or some clown changed the
17         chips on a board and not its name.  (Don't laugh!  Look at the
18         SMC etherpower for that.)
19
20 3.      Make sure your changes compile correctly in multiple
21         configurations. In particular check that changes work both as a
22         module and built into the kernel.
23
24 4.      When you are happy with a change make it generally available for
25         testing and await feedback.
26
27 5.      Make a patch available to the relevant maintainer in the list. Use
28         'diff -u' to make the patch easy to merge. Be prepared to get your
29         changes sent back with seemingly silly requests about formatting
30         and variable names.  These aren't as silly as they seem. One
31         job the maintainers (and especially Linus) do is to keep things
32         looking the same. Sometimes this means that the clever hack in
33         your driver to get around a problem actually needs to become a
34         generalized kernel feature ready for next time.
35
36         PLEASE check your patch with the automated style checker
37         (scripts/checkpatch.pl) to catch trival style violations.
38         See Documentation/CodingStyle for guidance here.
39
40         PLEASE CC: the maintainers and mailing lists that are generated
41         by scripts/get_maintainer.pl.  The results returned by the
42         script will be best if you have git installed and are making
43         your changes in a branch derived from Linus' latest git tree.
44         See Documentation/SubmittingPatches for details.
45
46         PLEASE try to include any credit lines you want added with the
47         patch. It avoids people being missed off by mistake and makes
48         it easier to know who wants adding and who doesn't.
49
50         PLEASE document known bugs. If it doesn't work for everything
51         or does something very odd once a month document it.
52
53         PLEASE remember that submissions must be made under the terms
54         of the OSDL certificate of contribution and should include a
55         Signed-off-by: line.  The current version of this "Developer's
56         Certificate of Origin" (DCO) is listed in the file
57         Documentation/SubmittingPatches.
58
59 6.      Make sure you have the right to send any changes you make. If you
60         do changes at work you may find your employer owns the patch
61         not you.
62
63 7.      When sending security related changes or reports to a maintainer
64         please Cc: security@kernel.org, especially if the maintainer
65         does not respond.
66
67 8.      Happy hacking.
68
69 Descriptions of section entries:
70
71         P: Person (obsolete)
72         M: Mail patches to: FullName <address@domain>
73         R: Designated reviewer: FullName <address@domain>
74            These reviewers should be CCed on patches.
75         L: Mailing list that is relevant to this area
76         W: Web-page with status/info
77         Q: Patchwork web based patch tracking system site
78         T: SCM tree type and location.
79            Type is one of: git, hg, quilt, stgit, topgit
80         S: Status, one of the following:
81            Supported:   Someone is actually paid to look after this.
82            Maintained:  Someone actually looks after it.
83            Odd Fixes:   It has a maintainer but they don't have time to do
84                         much other than throw the odd patch in. See below..
85            Orphan:      No current maintainer [but maybe you could take the
86                         role as you write your new code].
87            Obsolete:    Old code. Something tagged obsolete generally means
88                         it has been replaced by a better system and you
89                         should be using that.
90         F: Files and directories with wildcard patterns.
91            A trailing slash includes all files and subdirectory files.
92            F:   drivers/net/    all files in and below drivers/net
93            F:   drivers/net/*   all files in drivers/net, but not below
94            F:   */net/*         all files in "any top level directory"/net
95            One pattern per line.  Multiple F: lines acceptable.
96         N: Files and directories with regex patterns.
97            N:   [^a-z]tegra     all files whose path contains the word tegra
98            One pattern per line.  Multiple N: lines acceptable.
99            scripts/get_maintainer.pl has different behavior for files that
100            match F: pattern and matches of N: patterns.  By default,
101            get_maintainer will not look at git log history when an F: pattern
102            match occurs.  When an N: match occurs, git log history is used
103            to also notify the people that have git commit signatures.
104         X: Files and directories that are NOT maintained, same rules as F:
105            Files exclusions are tested before file matches.
106            Can be useful for excluding a specific subdirectory, for instance:
107            F:   net/
108            X:   net/ipv6/
109            matches all files in and below net excluding net/ipv6/
110         K: Keyword perl extended regex pattern to match content in a
111            patch or file.  For instance:
112            K: of_get_profile
113               matches patches or files that contain "of_get_profile"
114            K: \b(printk|pr_(info|err))\b
115               matches patches or files that contain one or more of the words
116               printk, pr_info or pr_err
117            One regex pattern per line.  Multiple K: lines acceptable.
118
119 Note: For the hard of thinking, this list is meant to remain in alphabetical
120 order. If you could add yourselves to it in alphabetical order that would be
121 so much easier [Ed]
122
123 Maintainers List (try to look for most precise areas first)
124
125                 -----------------------------------
126
127 3C59X NETWORK DRIVER
128 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      Documentation/networking/vortex.txt
132 F:      drivers/net/ethernet/3com/3c59x.c
133
134 3CR990 NETWORK DRIVER
135 M:      David Dillow <dave@thedillows.org>
136 L:      netdev@vger.kernel.org
137 S:      Maintained
138 F:      drivers/net/ethernet/3com/typhoon*
139
140 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
141 M:      Adam Radford <linuxraid@lsi.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.lsi.com
144 S:      Supported
145 F:      drivers/scsi/3w-*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6LOWPAN GENERIC (BTLE/IEEE 802.15.4)
154 M:      Alexander Aring <alex.aring@gmail.com>
155 M:      Jukka Rissanen <jukka.rissanen@linux.intel.com>
156 L:      linux-bluetooth@vger.kernel.org
157 L:      linux-wpan@vger.kernel.org
158 S:      Maintained
159 F:      net/6lowpan/
160 F:      include/net/6lowpan.h
161
162 6PACK NETWORK DRIVER FOR AX.25
163 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
164 L:      linux-hams@vger.kernel.org
165 S:      Maintained
166 F:      drivers/net/hamradio/6pack.c
167
168 8169 10/100/1000 GIGABIT ETHERNET DRIVER
169 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
170 L:      netdev@vger.kernel.org
171 S:      Maintained
172 F:      drivers/net/ethernet/realtek/r8169.c
173
174 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
175 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
176 L:      linux-serial@vger.kernel.org
177 W:      http://serial.sourceforge.net
178 S:      Maintained
179 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
180 F:      drivers/tty/serial/8250*
181 F:      include/linux/serial_8250.h
182
183 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
184 L:      netdev@vger.kernel.org
185 S:      Orphan / Obsolete
186 F:      drivers/net/ethernet/8390/
187
188 9P FILE SYSTEM
189 M:      Eric Van Hensbergen <ericvh@gmail.com>
190 M:      Ron Minnich <rminnich@sandia.gov>
191 M:      Latchesar Ionkov <lucho@ionkov.net>
192 L:      v9fs-developer@lists.sourceforge.net
193 W:      http://swik.net/v9fs
194 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
195 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
196 S:      Maintained
197 F:      Documentation/filesystems/9p.txt
198 F:      fs/9p/
199 F:      net/9p/
200 F:      include/net/9p/
201 F:      include/uapi/linux/virtio_9p.h
202 F:      include/trace/events/9p.h
203
204
205 A8293 MEDIA DRIVER
206 M:      Antti Palosaari <crope@iki.fi>
207 L:      linux-media@vger.kernel.org
208 W:      http://linuxtv.org/
209 W:      http://palosaari.fi/linux/
210 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
211 T:      git git://linuxtv.org/anttip/media_tree.git
212 S:      Maintained
213 F:      drivers/media/dvb-frontends/a8293*
214
215 AACRAID SCSI RAID DRIVER
216 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
217 L:      linux-scsi@vger.kernel.org
218 W:      http://www.adaptec.com/
219 S:      Supported
220 F:      Documentation/scsi/aacraid.txt
221 F:      drivers/scsi/aacraid/
222
223 ABI/API
224 L:      linux-api@vger.kernel.org
225 F:      Documentation/ABI/
226 F:      include/linux/syscalls.h
227 F:      include/uapi/
228 F:      kernel/sys_ni.c
229
230 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
231 M:      Hans de Goede <hdegoede@redhat.com>
232 L:      lm-sensors@lm-sensors.org
233 S:      Maintained
234 F:      drivers/hwmon/abituguru.c
235
236 ABIT UGURU 3 HARDWARE MONITOR DRIVER
237 M:      Alistair John Strachan <alistair@devzero.co.uk>
238 L:      lm-sensors@lm-sensors.org
239 S:      Maintained
240 F:      drivers/hwmon/abituguru3.c
241
242 ACENIC DRIVER
243 M:      Jes Sorensen <jes@trained-monkey.org>
244 L:      linux-acenic@sunsite.dk
245 S:      Maintained
246 F:      drivers/net/ethernet/alteon/acenic*
247
248 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
249 M:      Peter Feuerer <peter@piie.net>
250 L:      platform-driver-x86@vger.kernel.org
251 W:      http://piie.net/?section=acerhdf
252 S:      Maintained
253 F:      drivers/platform/x86/acerhdf.c
254
255 ACER WMI LAPTOP EXTRAS
256 M:      "Lee, Chun-Yi" <jlee@suse.com>
257 L:      platform-driver-x86@vger.kernel.org
258 S:      Maintained
259 F:      drivers/platform/x86/acer-wmi.c
260
261 ACPI
262 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
263 M:      Len Brown <lenb@kernel.org>
264 L:      linux-acpi@vger.kernel.org
265 W:      https://01.org/linux-acpi
266 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
268 S:      Supported
269 F:      drivers/acpi/
270 F:      drivers/pnp/pnpacpi/
271 F:      include/linux/acpi.h
272 F:      include/acpi/
273 F:      Documentation/acpi/
274 F:      Documentation/ABI/testing/sysfs-bus-acpi
275 F:      drivers/pci/*acpi*
276 F:      drivers/pci/*/*acpi*
277 F:      drivers/pci/*/*/*acpi*
278 F:      tools/power/acpi/
279
280 ACPI COMPONENT ARCHITECTURE (ACPICA)
281 M:      Robert Moore <robert.moore@intel.com>
282 M:      Lv Zheng <lv.zheng@intel.com>
283 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 L:      devel@acpica.org
286 W:      https://acpica.org/
287 W:      https://github.com/acpica/acpica/
288 Q:      https://patchwork.kernel.org/project/linux-acpi/list/
289 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
290 S:      Supported
291 F:      drivers/acpi/acpica/
292 F:      include/acpi/
293 F:      tools/power/acpi/
294
295 ACPI FAN DRIVER
296 M:      Zhang Rui <rui.zhang@intel.com>
297 L:      linux-acpi@vger.kernel.org
298 W:      https://01.org/linux-acpi
299 S:      Supported
300 F:      drivers/acpi/fan.c
301
302 ACPI THERMAL DRIVER
303 M:      Zhang Rui <rui.zhang@intel.com>
304 L:      linux-acpi@vger.kernel.org
305 W:      https://01.org/linux-acpi
306 S:      Supported
307 F:      drivers/acpi/*thermal*
308
309 ACPI VIDEO DRIVER
310 M:      Zhang Rui <rui.zhang@intel.com>
311 L:      linux-acpi@vger.kernel.org
312 W:      https://01.org/linux-acpi
313 S:      Supported
314 F:      drivers/acpi/video.c
315
316 ACPI WMI DRIVER
317 L:      platform-driver-x86@vger.kernel.org
318 S:      Orphan
319 F:      drivers/platform/x86/wmi.c
320
321 AD1889 ALSA SOUND DRIVER
322 M:      Thibaut Varene <T-Bone@parisc-linux.org>
323 W:      http://wiki.parisc-linux.org/AD1889
324 L:      linux-parisc@vger.kernel.org
325 S:      Maintained
326 F:      sound/pci/ad1889.*
327
328 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
329 M:      Michael Hennerich <michael.hennerich@analog.com>
330 W:      http://wiki.analog.com/AD5254
331 W:      http://ez.analog.com/community/linux-device-drivers
332 S:      Supported
333 F:      drivers/misc/ad525x_dpot.c
334
335 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
336 M:      Michael Hennerich <michael.hennerich@analog.com>
337 W:      http://wiki.analog.com/AD5398
338 W:      http://ez.analog.com/community/linux-device-drivers
339 S:      Supported
340 F:      drivers/regulator/ad5398.c
341
342 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 W:      http://wiki.analog.com/AD7142
345 W:      http://ez.analog.com/community/linux-device-drivers
346 S:      Supported
347 F:      drivers/input/misc/ad714x.c
348
349 AD7877 TOUCHSCREEN DRIVER
350 M:      Michael Hennerich <michael.hennerich@analog.com>
351 W:      http://wiki.analog.com/AD7877
352 W:      http://ez.analog.com/community/linux-device-drivers
353 S:      Supported
354 F:      drivers/input/touchscreen/ad7877.c
355
356 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
357 M:      Michael Hennerich <michael.hennerich@analog.com>
358 W:      http://wiki.analog.com/AD7879
359 W:      http://ez.analog.com/community/linux-device-drivers
360 S:      Supported
361 F:      drivers/input/touchscreen/ad7879.c
362
363 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
364 M:      Jiri Kosina <jkosina@suse.cz>
365 S:      Maintained
366
367 ADM1025 HARDWARE MONITOR DRIVER
368 M:      Jean Delvare <jdelvare@suse.de>
369 L:      lm-sensors@lm-sensors.org
370 S:      Maintained
371 F:      Documentation/hwmon/adm1025
372 F:      drivers/hwmon/adm1025.c
373
374 ADM1029 HARDWARE MONITOR DRIVER
375 M:      Corentin Labbe <clabbe.montjoie@gmail.com>
376 L:      lm-sensors@lm-sensors.org
377 S:      Maintained
378 F:      drivers/hwmon/adm1029.c
379
380 ADM8211 WIRELESS DRIVER
381 L:      linux-wireless@vger.kernel.org
382 W:      http://wireless.kernel.org/
383 S:      Orphan
384 F:      drivers/net/wireless/adm8211.*
385
386 ADP1653 FLASH CONTROLLER DRIVER
387 M:      Sakari Ailus <sakari.ailus@iki.fi>
388 L:      linux-media@vger.kernel.org
389 S:      Maintained
390 F:      drivers/media/i2c/adp1653.c
391 F:      include/media/adp1653.h
392
393 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
394 M:      Michael Hennerich <michael.hennerich@analog.com>
395 W:      http://wiki.analog.com/ADP5520
396 W:      http://ez.analog.com/community/linux-device-drivers
397 S:      Supported
398 F:      drivers/mfd/adp5520.c
399 F:      drivers/video/backlight/adp5520_bl.c
400 F:      drivers/leds/leds-adp5520.c
401 F:      drivers/gpio/gpio-adp5520.c
402 F:      drivers/input/keyboard/adp5520-keys.c
403
404 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
405 M:      Michael Hennerich <michael.hennerich@analog.com>
406 W:      http://wiki.analog.com/ADP5588
407 W:      http://ez.analog.com/community/linux-device-drivers
408 S:      Supported
409 F:      drivers/input/keyboard/adp5588-keys.c
410 F:      drivers/gpio/gpio-adp5588.c
411
412 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
413 M:      Michael Hennerich <michael.hennerich@analog.com>
414 W:      http://wiki.analog.com/ADP8860
415 W:      http://ez.analog.com/community/linux-device-drivers
416 S:      Supported
417 F:      drivers/video/backlight/adp8860_bl.c
418
419 ADS1015 HARDWARE MONITOR DRIVER
420 M:      Dirk Eibach <eibach@gdsys.de>
421 L:      lm-sensors@lm-sensors.org
422 S:      Maintained
423 F:      Documentation/hwmon/ads1015
424 F:      drivers/hwmon/ads1015.c
425 F:      include/linux/i2c/ads1015.h
426
427 ADT746X FAN DRIVER
428 M:      Colin Leroy <colin@colino.net>
429 S:      Maintained
430 F:      drivers/macintosh/therm_adt746x.c
431
432 ADT7475 HARDWARE MONITOR DRIVER
433 M:      Jean Delvare <jdelvare@suse.de>
434 L:      lm-sensors@lm-sensors.org
435 S:      Maintained
436 F:      Documentation/hwmon/adt7475
437 F:      drivers/hwmon/adt7475.c
438
439 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
440 M:      Michael Hennerich <michael.hennerich@analog.com>
441 W:      http://wiki.analog.com/ADXL345
442 W:      http://ez.analog.com/community/linux-device-drivers
443 S:      Supported
444 F:      drivers/input/misc/adxl34x.c
445
446 ADVANSYS SCSI DRIVER
447 M:      Matthew Wilcox <matthew@wil.cx>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      Documentation/scsi/advansys.txt
451 F:      drivers/scsi/advansys.c
452
453 AEDSP16 DRIVER
454 M:      Riccardo Facchetti <fizban@tin.it>
455 S:      Maintained
456 F:      sound/oss/aedsp16.c
457
458 AF9013 MEDIA DRIVER
459 M:      Antti Palosaari <crope@iki.fi>
460 L:      linux-media@vger.kernel.org
461 W:      http://linuxtv.org/
462 W:      http://palosaari.fi/linux/
463 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
464 T:      git git://linuxtv.org/anttip/media_tree.git
465 S:      Maintained
466 F:      drivers/media/dvb-frontends/af9013*
467
468 AF9033 MEDIA DRIVER
469 M:      Antti Palosaari <crope@iki.fi>
470 L:      linux-media@vger.kernel.org
471 W:      http://linuxtv.org/
472 W:      http://palosaari.fi/linux/
473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
474 T:      git git://linuxtv.org/anttip/media_tree.git
475 S:      Maintained
476 F:      drivers/media/dvb-frontends/af9033*
477
478 AFFS FILE SYSTEM
479 L:      linux-fsdevel@vger.kernel.org
480 S:      Orphan
481 F:      Documentation/filesystems/affs.txt
482 F:      fs/affs/
483
484 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
485 M:      David Howells <dhowells@redhat.com>
486 L:      linux-afs@lists.infradead.org
487 S:      Supported
488 F:      fs/afs/
489 F:      include/net/af_rxrpc.h
490 F:      net/rxrpc/af_rxrpc.c
491
492 AGPGART DRIVER
493 M:      David Airlie <airlied@linux.ie>
494 T:      git git://people.freedesktop.org/~airlied/linux (part of drm maint)
495 S:      Maintained
496 F:      drivers/char/agp/
497 F:      include/linux/agp*
498 F:      include/uapi/linux/agp*
499
500 AHA152X SCSI DRIVER
501 M:      "Juergen E. Fischer" <fischer@norbit.de>
502 L:      linux-scsi@vger.kernel.org
503 S:      Maintained
504 F:      drivers/scsi/aha152x*
505 F:      drivers/scsi/pcmcia/aha152x*
506
507 AIC7XXX / AIC79XX SCSI DRIVER
508 M:      Hannes Reinecke <hare@suse.de>
509 L:      linux-scsi@vger.kernel.org
510 S:      Maintained
511 F:      drivers/scsi/aic7xxx/
512
513 AIMSLAB FM RADIO RECEIVER DRIVER
514 M:      Hans Verkuil <hverkuil@xs4all.nl>
515 L:      linux-media@vger.kernel.org
516 T:      git git://linuxtv.org/media_tree.git
517 W:      http://linuxtv.org
518 S:      Maintained
519 F:      drivers/media/radio/radio-aimslab*
520
521 AIO
522 M:      Benjamin LaHaise <bcrl@kvack.org>
523 L:      linux-aio@kvack.org
524 S:      Supported
525 F:      fs/aio.c
526 F:      include/linux/*aio*.h
527
528 AIRSPY MEDIA DRIVER
529 M:      Antti Palosaari <crope@iki.fi>
530 L:      linux-media@vger.kernel.org
531 W:      http://linuxtv.org/
532 W:      http://palosaari.fi/linux/
533 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
534 T:      git git://linuxtv.org/anttip/media_tree.git
535 S:      Maintained
536 F:      drivers/media/usb/airspy/
537
538 ALCATEL SPEEDTOUCH USB DRIVER
539 M:      Duncan Sands <duncan.sands@free.fr>
540 L:      linux-usb@vger.kernel.org
541 W:      http://www.linux-usb.org/SpeedTouch/
542 S:      Maintained
543 F:      drivers/usb/atm/speedtch.c
544 F:      drivers/usb/atm/usbatm.c
545
546 ALCHEMY AU1XX0 MMC DRIVER
547 M:      Manuel Lauss <manuel.lauss@gmail.com>
548 S:      Maintained
549 F:      drivers/mmc/host/au1xmmc.c
550
551 ALI1563 I2C DRIVER
552 M:      Rudolf Marek <r.marek@assembler.cz>
553 L:      linux-i2c@vger.kernel.org
554 S:      Maintained
555 F:      Documentation/i2c/busses/i2c-ali1563
556 F:      drivers/i2c/busses/i2c-ali1563.c
557
558 ALPHA PORT
559 M:      Richard Henderson <rth@twiddle.net>
560 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
561 M:      Matt Turner <mattst88@gmail.com>
562 S:      Odd Fixes
563 L:      linux-alpha@vger.kernel.org
564 F:      arch/alpha/
565
566 ALTERA MAILBOX DRIVER
567 M:      Ley Foon Tan <lftan@altera.com>
568 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
569 S:      Maintained
570 F:      drivers/mailbox/mailbox-altera.c
571
572 ALTERA TRIPLE SPEED ETHERNET DRIVER
573 M:      Vince Bridgers <vbridger@opensource.altera.com>
574 L:      netdev@vger.kernel.org
575 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
576 S:      Maintained
577 F:      drivers/net/ethernet/altera/
578
579 ALTERA UART/JTAG UART SERIAL DRIVERS
580 M:      Tobias Klauser <tklauser@distanz.ch>
581 L:      linux-serial@vger.kernel.org
582 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
583 S:      Maintained
584 F:      drivers/tty/serial/altera_uart.c
585 F:      drivers/tty/serial/altera_jtaguart.c
586 F:      include/linux/altera_uart.h
587 F:      include/linux/altera_jtaguart.h
588
589 AMD CRYPTOGRAPHIC COPROCESSOR (CCP) DRIVER
590 M:      Tom Lendacky <thomas.lendacky@amd.com>
591 L:      linux-crypto@vger.kernel.org
592 S:      Supported
593 F:      drivers/crypto/ccp/
594 F:      include/linux/ccp.h
595
596 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
597 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
598 L:      lm-sensors@lm-sensors.org
599 S:      Maintained
600 F:      Documentation/hwmon/fam15h_power
601 F:      drivers/hwmon/fam15h_power.c
602
603 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
604 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
605 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
606 S:      Supported
607 F:      drivers/usb/gadget/udc/amd5536udc.*
608
609 AMD GEODE PROCESSOR/CHIPSET SUPPORT
610 P:      Andres Salomon <dilinger@queued.net>
611 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
612 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
613 S:      Supported
614 F:      drivers/char/hw_random/geode-rng.c
615 F:      drivers/crypto/geode*
616 F:      drivers/video/fbdev/geode/
617 F:      arch/x86/include/asm/geode.h
618
619 AMD IOMMU (AMD-VI)
620 M:      Joerg Roedel <joro@8bytes.org>
621 L:      iommu@lists.linux-foundation.org
622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
623 S:      Maintained
624 F:      drivers/iommu/amd_iommu*.[ch]
625 F:      include/linux/amd-iommu.h
626
627 AMD KFD
628 M:      Oded Gabbay <oded.gabbay@amd.com>
629 L:      dri-devel@lists.freedesktop.org
630 T:      git git://people.freedesktop.org/~gabbayo/linux.git
631 S:      Supported
632 F:      drivers/gpu/drm/amd/amdkfd/
633 F:      drivers/gpu/drm/radeon/radeon_kfd.c
634 F:      drivers/gpu/drm/radeon/radeon_kfd.h
635 F:      include/uapi/linux/kfd_ioctl.h
636
637 AMD MICROCODE UPDATE SUPPORT
638 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
639 L:      amd64-microcode@amd64.org
640 S:      Maintained
641 F:      arch/x86/kernel/cpu/microcode/amd*
642
643 AMD XGBE DRIVER
644 M:      Tom Lendacky <thomas.lendacky@amd.com>
645 L:      netdev@vger.kernel.org
646 S:      Supported
647 F:      drivers/net/ethernet/amd/xgbe/
648 F:      drivers/net/phy/amd-xgbe-phy.c
649
650 AMS (Apple Motion Sensor) DRIVER
651 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
652 S:      Supported
653 F:      drivers/macintosh/ams/
654
655 AMSO1100 RNIC DRIVER
656 M:      Tom Tucker <tom@opengridcomputing.com>
657 M:      Steve Wise <swise@opengridcomputing.com>
658 L:      linux-rdma@vger.kernel.org
659 S:      Maintained
660 F:      drivers/infiniband/hw/amso1100/
661
662 ANALOG DEVICES INC AD9389B DRIVER
663 M:      Hans Verkuil <hans.verkuil@cisco.com>
664 L:      linux-media@vger.kernel.org
665 S:      Maintained
666 F:      drivers/media/i2c/ad9389b*
667
668 ANALOG DEVICES INC ADV7180 DRIVER
669 M:      Lars-Peter Clausen <lars@metafoo.de>
670 L:      linux-media@vger.kernel.org
671 W:      http://ez.analog.com/community/linux-device-drivers
672 S:      Supported
673 F:      drivers/media/i2c/adv7180.c
674
675 ANALOG DEVICES INC ADV7511 DRIVER
676 M:      Hans Verkuil <hans.verkuil@cisco.com>
677 L:      linux-media@vger.kernel.org
678 S:      Maintained
679 F:      drivers/media/i2c/adv7511*
680
681 ANALOG DEVICES INC ADV7604 DRIVER
682 M:      Hans Verkuil <hans.verkuil@cisco.com>
683 L:      linux-media@vger.kernel.org
684 S:      Maintained
685 F:      drivers/media/i2c/adv7604*
686
687 ANALOG DEVICES INC ADV7842 DRIVER
688 M:      Hans Verkuil <hans.verkuil@cisco.com>
689 L:      linux-media@vger.kernel.org
690 S:      Maintained
691 F:      drivers/media/i2c/adv7842*
692
693 ANALOG DEVICES INC ASOC CODEC DRIVERS
694 M:      Lars-Peter Clausen <lars@metafoo.de>
695 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
696 W:      http://wiki.analog.com/
697 W:      http://ez.analog.com/community/linux-device-drivers
698 S:      Supported
699 F:      sound/soc/codecs/adau*
700 F:      sound/soc/codecs/adav*
701 F:      sound/soc/codecs/ad1*
702 F:      sound/soc/codecs/ad7*
703 F:      sound/soc/codecs/ssm*
704 F:      sound/soc/codecs/sigmadsp.*
705
706 ANALOG DEVICES INC ASOC DRIVERS
707 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
708 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
709 W:      http://blackfin.uclinux.org/
710 S:      Supported
711 F:      sound/soc/blackfin/*
712
713 ANALOG DEVICES INC IIO DRIVERS
714 M:      Lars-Peter Clausen <lars@metafoo.de>
715 M:      Michael Hennerich <Michael.Hennerich@analog.com>
716 W:      http://wiki.analog.com/
717 W:      http://ez.analog.com/community/linux-device-drivers
718 S:      Supported
719 F:      drivers/iio/*/ad*
720 X:      drivers/iio/*/adjd*
721 F:      drivers/staging/iio/*/ad*
722 F:      staging/iio/trigger/iio-trig-bfin-timer.c
723
724 ANDROID DRIVERS
725 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
726 M:      Arve HjønnevĂ¥g <arve@android.com>
727 M:      Riley Andrews <riandrews@android.com>
728 T:      git git://git.kernel.org/pub/scm/linux/kernel/gregkh/staging.git
729 L:      devel@driverdev.osuosl.org
730 S:      Supported
731 F:      drivers/android/
732 F:      drivers/staging/android/
733
734 AOA (Apple Onboard Audio) ALSA DRIVER
735 M:      Johannes Berg <johannes@sipsolutions.net>
736 L:      linuxppc-dev@lists.ozlabs.org
737 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
738 S:      Maintained
739 F:      sound/aoa/
740
741 APM DRIVER
742 M:      Jiri Kosina <jkosina@suse.cz>
743 S:      Odd fixes
744 F:      arch/x86/kernel/apm_32.c
745 F:      include/linux/apm_bios.h
746 F:      include/uapi/linux/apm_bios.h
747 F:      drivers/char/apm-emulation.c
748
749 APPLE BCM5974 MULTITOUCH DRIVER
750 M:      Henrik Rydberg <rydberg@bitmath.org>
751 L:      linux-input@vger.kernel.org
752 S:      Odd fixes
753 F:      drivers/input/mouse/bcm5974.c
754
755 APPLE SMC DRIVER
756 M:      Henrik Rydberg <rydberg@bitmath.org>
757 L:      lm-sensors@lm-sensors.org
758 S:      Odd fixes
759 F:      drivers/hwmon/applesmc.c
760
761 APPLETALK NETWORK LAYER
762 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
763 S:      Maintained
764 F:      drivers/net/appletalk/
765 F:      net/appletalk/
766
767 APPLIED MICRO (APM) X-GENE SOC ETHERNET DRIVER
768 M:      Iyappan Subramanian <isubramanian@apm.com>
769 M:      Keyur Chudgar <kchudgar@apm.com>
770 S:      Supported
771 F:      drivers/net/ethernet/apm/xgene/
772 F:      Documentation/devicetree/bindings/net/apm-xgene-enet.txt
773
774 APTINA CAMERA SENSOR PLL
775 M:      Laurent Pinchart <Laurent.pinchart@ideasonboard.com>
776 L:      linux-media@vger.kernel.org
777 S:      Maintained
778 F:      drivers/media/i2c/aptina-pll.*
779
780 ARC FRAMEBUFFER DRIVER
781 M:      Jaya Kumar <jayalk@intworks.biz>
782 S:      Maintained
783 F:      drivers/video/fbdev/arcfb.c
784 F:      drivers/video/fbdev/core/fb_defio.c
785
786 ARM MFM AND FLOPPY DRIVERS
787 M:      Ian Molton <spyro@f2s.com>
788 S:      Maintained
789 F:      arch/arm/lib/floppydma.S
790 F:      arch/arm/include/asm/floppy.h
791
792 ARM PMU PROFILING AND DEBUGGING
793 M:      Will Deacon <will.deacon@arm.com>
794 S:      Maintained
795 F:      arch/arm/kernel/perf_event*
796 F:      arch/arm/oprofile/common.c
797 F:      arch/arm/include/asm/pmu.h
798 F:      arch/arm/kernel/hw_breakpoint.c
799 F:      arch/arm/include/asm/hw_breakpoint.h
800
801 ARM PORT
802 M:      Russell King <linux@arm.linux.org.uk>
803 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
804 W:      http://www.arm.linux.org.uk/
805 S:      Maintained
806 F:      arch/arm/
807
808 ARM SUB-ARCHITECTURES
809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
810 S:      Maintained
811 F:      arch/arm/mach-*/
812 F:      arch/arm/plat-*/
813 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
814
815 ARM PRIMECELL AACI PL041 DRIVER
816 M:      Russell King <linux@arm.linux.org.uk>
817 S:      Maintained
818 F:      sound/arm/aaci.*
819
820 ARM PRIMECELL CLCD PL110 DRIVER
821 M:      Russell King <linux@arm.linux.org.uk>
822 S:      Maintained
823 F:      drivers/video/fbdev/amba-clcd.*
824
825 ARM PRIMECELL KMI PL050 DRIVER
826 M:      Russell King <linux@arm.linux.org.uk>
827 S:      Maintained
828 F:      drivers/input/serio/ambakmi.*
829 F:      include/linux/amba/kmi.h
830
831 ARM PRIMECELL MMCI PL180/1 DRIVER
832 M:      Russell King <linux@arm.linux.org.uk>
833 S:      Maintained
834 F:      drivers/mmc/host/mmci.*
835 F:      include/linux/amba/mmci.h
836
837 ARM PRIMECELL UART PL010 AND PL011 DRIVERS
838 M:      Russell King <linux@arm.linux.org.uk>
839 S:      Maintained
840 F:      drivers/tty/serial/amba-pl01*.c
841 F:      include/linux/amba/serial.h
842
843 ARM PRIMECELL BUS SUPPORT
844 M:      Russell King <linux@arm.linux.org.uk>
845 S:      Maintained
846 F:      drivers/amba/
847 F:      include/linux/amba/bus.h
848
849 ARM/ADS SPHERE MACHINE SUPPORT
850 M:      Lennert Buytenhek <kernel@wantstofly.org>
851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
852 S:      Maintained
853
854 ARM/AFEB9260 MACHINE SUPPORT
855 M:      Sergey Lapin <slapin@ossfans.org>
856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
857 S:      Maintained
858
859 ARM/AJECO 1ARM MACHINE SUPPORT
860 M:      Lennert Buytenhek <kernel@wantstofly.org>
861 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
862 S:      Maintained
863
864 ARM/Allwinner A1X SoC support
865 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
866 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
867 S:      Maintained
868 N:      sun[x4567]i
869
870 ARM/Allwinner SoC Clock Support
871 M:      Emilio LĂ³pez <emilio@elopez.com.ar>
872 S:      Maintained
873 F:      drivers/clk/sunxi/
874
875 ARM/Amlogic MesonX SoC support
876 M:      Carlo Caione <carlo@caione.org>
877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878 S:      Maintained
879 F:      drivers/media/rc/meson-ir.c
880 N:      meson[x68]
881
882 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
883 M:      Andrew Victor <linux@maxim.org.za>
884 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
885 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
887 W:      http://maxim.org.za/at91_26.html
888 W:      http://www.linux4sam.org
889 S:      Supported
890 F:      arch/arm/mach-at91/
891 F:      include/soc/at91/
892 F:      arch/arm/boot/dts/at91*.dts
893 F:      arch/arm/boot/dts/at91*.dtsi
894 F:      arch/arm/boot/dts/sama*.dts
895 F:      arch/arm/boot/dts/sama*.dtsi
896
897 ARM/ATMEL AT91 Clock Support
898 M:      Boris Brezillon <boris.brezillon@free-electrons.com>
899 S:      Maintained
900 F:      drivers/clk/at91
901
902 ARM/CALXEDA HIGHBANK ARCHITECTURE
903 M:      Rob Herring <robh@kernel.org>
904 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
905 S:      Maintained
906 F:      arch/arm/mach-highbank/
907
908 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
909 M:      Krzysztof Halasa <khalasa@piap.pl>
910 S:      Maintained
911 F:      arch/arm/mach-cns3xxx/
912
913 ARM/CIRRUS LOGIC CLPS711X ARM ARCHITECTURE
914 M:      Alexander Shiyan <shc_work@mail.ru>
915 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
916 S:      Odd Fixes
917 N:      clps711x
918
919 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
920 M:      Hartley Sweeten <hsweeten@visionengravers.com>
921 M:      Ryan Mallon <rmallon@gmail.com>
922 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
923 S:      Maintained
924 F:      arch/arm/mach-ep93xx/
925 F:      arch/arm/mach-ep93xx/include/mach/
926
927 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
928 M:      Lennert Buytenhek <kernel@wantstofly.org>
929 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
930 S:      Maintained
931
932 ARM/CLKDEV SUPPORT
933 M:      Russell King <linux@arm.linux.org.uk>
934 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
935 S:      Maintained
936 F:      arch/arm/include/asm/clkdev.h
937 F:      drivers/clk/clkdev.c
938
939 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
940 M:      Mike Rapoport <mike@compulab.co.il>
941 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
942 S:      Maintained
943
944 ARM/CONTEC MICRO9 MACHINE SUPPORT
945 M:      Hubert Feurstein <hubert.feurstein@contec.at>
946 S:      Maintained
947 F:      arch/arm/mach-ep93xx/micro9.c
948
949 ARM/CORESIGHT FRAMEWORK AND DRIVERS
950 M:      Mathieu Poirier <mathieu.poirier@linaro.org>
951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
952 S:      Maintained
953 F:      drivers/coresight/*
954 F:      Documentation/trace/coresight.txt
955 F:      Documentation/devicetree/bindings/arm/coresight.txt
956 F:      Documentation/ABI/testing/sysfs-bus-coresight-devices-*
957
958 ARM/CORGI MACHINE SUPPORT
959 M:      Richard Purdie <rpurdie@rpsys.net>
960 S:      Maintained
961
962 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
963 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
964 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
965 T:      git git://git.berlios.de/gemini-board
966 S:      Maintained
967 F:      arch/arm/mach-gemini/
968
969 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
970 M:      Barry Song <baohua@kernel.org>
971 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/baohua/linux.git
973 S:      Maintained
974 F:      arch/arm/mach-prima2/
975 F:      drivers/clk/sirf/
976 F:      drivers/clocksource/timer-prima2.c
977 F:      drivers/clocksource/timer-marco.c
978 N:      [^a-z]sirf
979
980 ARM/EBSA110 MACHINE SUPPORT
981 M:      Russell King <linux@arm.linux.org.uk>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 W:      http://www.arm.linux.org.uk/
984 S:      Maintained
985 F:      arch/arm/mach-ebsa110/
986 F:      drivers/net/ethernet/amd/am79c961a.*
987
988 ARM/ENERGY MICRO (SILICON LABS) EFM32 SUPPORT
989 M:      Uwe Kleine-König <kernel@pengutronix.de>
990 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
991 S:      Maintained
992 N:      efm32
993
994 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
995 M:      Daniel Ribeiro <drwyrm@gmail.com>
996 M:      Stefan Schmidt <stefan@openezx.org>
997 M:      Harald Welte <laforge@openezx.org>
998 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
999 W:      http://www.openezx.org/
1000 S:      Maintained
1001 T:      topgit git://git.openezx.org/openezx.git
1002 F:      arch/arm/mach-pxa/ezx.c
1003
1004 ARM/FARADAY FA526 PORT
1005 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
1006 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1007 S:      Maintained
1008 T:      git git://git.berlios.de/gemini-board
1009 F:      arch/arm/mm/*-fa*
1010
1011 ARM/FOOTBRIDGE ARCHITECTURE
1012 M:      Russell King <linux@arm.linux.org.uk>
1013 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1014 W:      http://www.arm.linux.org.uk/
1015 S:      Maintained
1016 F:      arch/arm/include/asm/hardware/dec21285.h
1017 F:      arch/arm/mach-footbridge/
1018
1019 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
1020 M:      Shawn Guo <shawn.guo@linaro.org>
1021 M:      Sascha Hauer <kernel@pengutronix.de>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 S:      Maintained
1024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git
1025 F:      arch/arm/mach-imx/
1026 F:      arch/arm/mach-mxs/
1027 F:      arch/arm/boot/dts/imx*
1028 F:      arch/arm/configs/imx*_defconfig
1029
1030 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
1031 M:      Lennert Buytenhek <kernel@wantstofly.org>
1032 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1033 S:      Maintained
1034
1035 ARM/GUMSTIX MACHINE SUPPORT
1036 M:      Steve Sakoman <sakoman@gmail.com>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 S:      Maintained
1039
1040 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
1041 M:      Philipp Zabel <philipp.zabel@gmail.com>
1042 M:      Paul Parsons <lost.distance@yahoo.com>
1043 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1044 S:      Maintained
1045 F:      arch/arm/mach-pxa/hx4700.c
1046 F:      arch/arm/mach-pxa/include/mach/hx4700.h
1047 F:      sound/soc/pxa/hx4700.c
1048
1049 ARM/HISILICON SOC SUPPORT
1050 M:      Wei Xu <xuwei5@hisilicon.com>
1051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1052 W:      http://www.hisilicon.com
1053 S:      Supported
1054 T:      git git://github.com/hisilicon/linux-hisi.git
1055 F:      arch/arm/mach-hisi/
1056
1057 ARM/HP JORNADA 7XX MACHINE SUPPORT
1058 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
1059 W:      www.jlime.com
1060 S:      Maintained
1061 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
1062 F:      arch/arm/mach-sa1100/jornada720.c
1063 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
1064
1065 ARM/IGEP MACHINE SUPPORT
1066 M:      Enric Balletbo i Serra <eballetbo@gmail.com>
1067 M:      Javier Martinez Canillas <javier@dowhile0.org>
1068 L:      linux-omap@vger.kernel.org
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1071 F:      arch/arm/boot/dts/omap3-igep*
1072
1073 ARM/INCOME PXA270 SUPPORT
1074 M:      Marek Vasut <marek.vasut@gmail.com>
1075 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1076 S:      Maintained
1077 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
1078
1079 ARM/INTEL IOP32X ARM ARCHITECTURE
1080 M:      Lennert Buytenhek <kernel@wantstofly.org>
1081 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1082 S:      Maintained
1083
1084 ARM/INTEL IOP33X ARM ARCHITECTURE
1085 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1086 S:      Orphan
1087
1088 ARM/INTEL IOP13XX ARM ARCHITECTURE
1089 M:      Lennert Buytenhek <kernel@wantstofly.org>
1090 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1091 S:      Maintained
1092
1093 ARM/INTEL IQ81342EX MACHINE SUPPORT
1094 M:      Lennert Buytenhek <kernel@wantstofly.org>
1095 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1096 S:      Maintained
1097
1098 ARM/INTEL IXDP2850 MACHINE SUPPORT
1099 M:      Lennert Buytenhek <kernel@wantstofly.org>
1100 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1101 S:      Maintained
1102
1103 ARM/INTEL IXP4XX ARM ARCHITECTURE
1104 M:      Imre Kaloz <kaloz@openwrt.org>
1105 M:      Krzysztof Halasa <khalasa@piap.pl>
1106 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1107 S:      Maintained
1108 F:      arch/arm/mach-ixp4xx/
1109
1110 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
1111 M:      Jonathan Cameron <jic23@cam.ac.uk>
1112 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1113 S:      Maintained
1114 F:      arch/arm/mach-pxa/stargate2.c
1115 F:      drivers/pcmcia/pxa2xx_stargate2.c
1116
1117 ARM/INTEL XSC3 (MANZANO) ARM CORE
1118 M:      Lennert Buytenhek <kernel@wantstofly.org>
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 S:      Maintained
1121
1122 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
1123 M:      Lennert Buytenhek <kernel@wantstofly.org>
1124 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1125 S:      Maintained
1126
1127 ARM/TEXAS INSTRUMENT KEYSTONE ARCHITECTURE
1128 M:      Santosh Shilimkar <ssantosh@kernel.org>
1129 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1130 S:      Maintained
1131 F:      arch/arm/mach-keystone/
1132 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
1133
1134 ARM/TEXAS INSTRUMENT KEYSTONE CLOCK FRAMEWORK
1135 M:      Santosh Shilimkar <ssantosh@kernel.org>
1136 L:      linux-kernel@vger.kernel.org
1137 S:      Maintained
1138 F:      drivers/clk/keystone/
1139
1140 ARM/TEXAS INSTRUMENT KEYSTONE ClOCKSOURCE
1141 M:      Santosh Shilimkar <ssantosh@kernel.org>
1142 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1143 L:      linux-kernel@vger.kernel.org
1144 S:      Maintained
1145 F:      drivers/clocksource/timer-keystone.c
1146
1147 ARM/TEXAS INSTRUMENT KEYSTONE RESET DRIVER
1148 M:      Santosh Shilimkar <ssantosh@kernel.org>
1149 L:      linux-kernel@vger.kernel.org
1150 S:      Maintained
1151 F:      drivers/power/reset/keystone-reset.c
1152
1153 ARM/TEXAS INSTRUMENT AEMIF/EMIF DRIVERS
1154 M:      Santosh Shilimkar <ssantosh@kernel.org>
1155 L:      linux-kernel@vger.kernel.org
1156 S:      Maintained
1157 F:      drivers/memory/*emif*
1158
1159 ARM/LOGICPD PXA270 MACHINE SUPPORT
1160 M:      Lennert Buytenhek <kernel@wantstofly.org>
1161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1162 S:      Maintained
1163
1164 ARM/MAGICIAN MACHINE SUPPORT
1165 M:      Philipp Zabel <philipp.zabel@gmail.com>
1166 S:      Maintained
1167
1168 ARM/Marvell Armada 370 and Armada XP SOC support
1169 M:      Jason Cooper <jason@lakedaemon.net>
1170 M:      Andrew Lunn <andrew@lunn.ch>
1171 M:      Gregory Clement <gregory.clement@free-electrons.com>
1172 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1173 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1174 S:      Maintained
1175 F:      arch/arm/mach-mvebu/
1176 F:      drivers/rtc/armada38x-rtc
1177
1178 ARM/Marvell Berlin SoC support
1179 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1180 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1181 S:      Maintained
1182 F:      arch/arm/mach-berlin/
1183
1184 ARM/Marvell Dove/MV78xx0/Orion SOC support
1185 M:      Jason Cooper <jason@lakedaemon.net>
1186 M:      Andrew Lunn <andrew@lunn.ch>
1187 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
1188 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1189 S:      Maintained
1190 F:      arch/arm/mach-dove/
1191 F:      arch/arm/mach-mv78xx0/
1192 F:      arch/arm/mach-orion5x/
1193 F:      arch/arm/plat-orion/
1194
1195 ARM/Orion SoC/Technologic Systems TS-78xx platform support
1196 M:      Alexander Clouter <alex@digriz.org.uk>
1197 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1198 W:      http://www.digriz.org.uk/ts78xx/kernel
1199 S:      Maintained
1200 F:      arch/arm/mach-orion5x/ts78xx-*
1201
1202 ARM/Mediatek SoC support
1203 M:      Matthias Brugger <matthias.bgg@gmail.com>
1204 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1205 S:      Maintained
1206 F:      arch/arm/boot/dts/mt6*
1207 F:      arch/arm/boot/dts/mt8*
1208 F:      arch/arm/mach-mediatek/
1209 N:      mtk
1210 K:      mediatek
1211
1212 ARM/MICREL KS8695 ARCHITECTURE
1213 M:      Greg Ungerer <gerg@uclinux.org>
1214 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1215 F:      arch/arm/mach-ks8695/
1216 S:      Odd Fixes
1217
1218 ARM/MIOA701 MACHINE SUPPORT
1219 M:      Robert Jarzmik <robert.jarzmik@free.fr>
1220 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1221 F:      arch/arm/mach-pxa/mioa701.c
1222 S:      Maintained
1223
1224 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
1225 M:      Michael Petchkovsky <mkpetch@internode.on.net>
1226 S:      Maintained
1227
1228 ARM/NOMADIK ARCHITECTURE
1229 M:      Alessandro Rubini <rubini@unipv.it>
1230 M:      Linus Walleij <linus.walleij@linaro.org>
1231 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1232 S:      Maintained
1233 F:      arch/arm/mach-nomadik/
1234 F:      drivers/pinctrl/nomadik/
1235 F:      drivers/i2c/busses/i2c-nomadik.c
1236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
1237
1238 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
1239 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
1240 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
1241 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
1242 S:      Supported
1243
1244 ARM/QUALCOMM MSM MACHINE SUPPORT
1245 M:      David Brown <davidb@codeaurora.org>
1246 M:      Daniel Walker <dwalker@fifo99.com>
1247 M:      Bryan Huntsman <bryanh@codeaurora.org>
1248 L:      linux-arm-msm@vger.kernel.org
1249 F:      arch/arm/mach-msm/
1250 F:      drivers/video/fbdev/msm/
1251 F:      drivers/mmc/host/msm_sdcc.c
1252 F:      drivers/mmc/host/msm_sdcc.h
1253 F:      drivers/tty/serial/msm_serial.h
1254 F:      drivers/tty/serial/msm_serial.c
1255 F:      drivers/*/pm8???-*
1256 F:      drivers/mfd/ssbi.c
1257 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
1258 S:      Maintained
1259
1260 ARM/TOSA MACHINE SUPPORT
1261 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
1262 M:      Dirk Opfer <dirk@opfer-online.de>
1263 S:      Maintained
1264
1265 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
1266 M:      Marek Vasut <marek.vasut@gmail.com>
1267 L:      linux-arm-kernel@lists.infradead.org
1268 W:      http://hackndev.com
1269 S:      Maintained
1270 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1271 F:      arch/arm/mach-pxa/palmtx.c
1272 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1273 F:      arch/arm/mach-pxa/palmt5.c
1274 F:      arch/arm/mach-pxa/include/mach/palmld.h
1275 F:      arch/arm/mach-pxa/palmld.c
1276 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1277 F:      arch/arm/mach-pxa/palmte2.c
1278 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1279 F:      arch/arm/mach-pxa/palmtc.c
1280
1281 ARM/PALM TREO SUPPORT
1282 M:      Tomas Cech <sleep_walker@suse.cz>
1283 L:      linux-arm-kernel@lists.infradead.org
1284 W:      http://hackndev.com
1285 S:      Maintained
1286 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1287 F:      arch/arm/mach-pxa/palmtreo.c
1288
1289 ARM/PALMZ72 SUPPORT
1290 M:      Sergey Lapin <slapin@ossfans.org>
1291 L:      linux-arm-kernel@lists.infradead.org
1292 W:      http://hackndev.com
1293 S:      Maintained
1294 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1295 F:      arch/arm/mach-pxa/palmz72.c
1296
1297 ARM/PLEB SUPPORT
1298 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1299 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1300 S:      Maintained
1301
1302 ARM/PT DIGITAL BOARD PORT
1303 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1304 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1305 W:      http://www.arm.linux.org.uk/
1306 S:      Maintained
1307
1308 ARM/QUALCOMM SUPPORT
1309 M:      Kumar Gala <galak@codeaurora.org>
1310 M:      David Brown <davidb@codeaurora.org>
1311 L:      linux-arm-msm@vger.kernel.org
1312 S:      Maintained
1313 F:      arch/arm/mach-qcom/
1314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/linux-qcom.git
1315
1316 ARM/RADISYS ENP2611 MACHINE SUPPORT
1317 M:      Lennert Buytenhek <kernel@wantstofly.org>
1318 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1319 S:      Maintained
1320
1321 ARM/RISCPC ARCHITECTURE
1322 M:      Russell King <linux@arm.linux.org.uk>
1323 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1324 W:      http://www.arm.linux.org.uk/
1325 S:      Maintained
1326 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1327 F:      arch/arm/include/asm/hardware/ioc.h
1328 F:      arch/arm/include/asm/hardware/iomd.h
1329 F:      arch/arm/include/asm/hardware/memc.h
1330 F:      arch/arm/mach-rpc/
1331 F:      drivers/net/ethernet/8390/etherh.c
1332 F:      drivers/net/ethernet/i825xx/ether1*
1333 F:      drivers/net/ethernet/seeq/ether3*
1334 F:      drivers/scsi/arm/
1335
1336 ARM/Rockchip SoC support
1337 M:      Heiko Stuebner <heiko@sntech.de>
1338 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1339 L:      linux-rockchip@lists.infradead.org
1340 S:      Maintained
1341 F:      arch/arm/boot/dts/rk3*
1342 F:      arch/arm/mach-rockchip/
1343 F:      drivers/clk/rockchip/
1344 F:      drivers/i2c/busses/i2c-rk3x.c
1345 F:      drivers/*/*rockchip*
1346 F:      drivers/*/*/*rockchip*
1347 F:      sound/soc/rockchip/
1348
1349 ARM/SAMSUNG EXYNOS ARM ARCHITECTURES
1350 M:      Kukjin Kim <kgene@kernel.org>
1351 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1352 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1353 S:      Maintained
1354 F:      arch/arm/boot/dts/s3c*
1355 F:      arch/arm/boot/dts/exynos*
1356 F:      arch/arm/plat-samsung/
1357 F:      arch/arm/mach-s3c24*/
1358 F:      arch/arm/mach-s3c64xx/
1359 F:      arch/arm/mach-s5p*/
1360 F:      arch/arm/mach-exynos*/
1361 F:      drivers/*/*s3c2410*
1362 F:      drivers/*/*/*s3c2410*
1363 F:      drivers/spi/spi-s3c*
1364 F:      sound/soc/samsung/*
1365 N:      exynos
1366
1367 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1368 M:      Kyungmin Park <kyungmin.park@samsung.com>
1369 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1370 S:      Maintained
1371 F:      arch/arm/mach-s5pv210/
1372
1373 ARM/SAMSUNG S5P SERIES 2D GRAPHICS ACCELERATION (G2D) SUPPORT
1374 M:      Kyungmin Park <kyungmin.park@samsung.com>
1375 M:      Kamil Debski <k.debski@samsung.com>
1376 L:      linux-arm-kernel@lists.infradead.org
1377 L:      linux-media@vger.kernel.org
1378 S:      Maintained
1379 F:      drivers/media/platform/s5p-g2d/
1380
1381 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1382 M:      Kyungmin Park <kyungmin.park@samsung.com>
1383 M:      Kamil Debski <k.debski@samsung.com>
1384 M:      Jeongtae Park <jtp.park@samsung.com>
1385 L:      linux-arm-kernel@lists.infradead.org
1386 L:      linux-media@vger.kernel.org
1387 S:      Maintained
1388 F:      arch/arm/plat-samsung/s5p-dev-mfc.c
1389 F:      drivers/media/platform/s5p-mfc/
1390
1391 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1392 M:      Kyungmin Park <kyungmin.park@samsung.com>
1393 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1394 L:      linux-arm-kernel@lists.infradead.org
1395 L:      linux-media@vger.kernel.org
1396 S:      Maintained
1397 F:      drivers/media/platform/s5p-tv/
1398
1399 ARM/SHMOBILE ARM ARCHITECTURE
1400 M:      Simon Horman <horms@verge.net.au>
1401 M:      Magnus Damm <magnus.damm@gmail.com>
1402 L:      linux-sh@vger.kernel.org
1403 W:      http://oss.renesas.com
1404 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1405 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas.git next
1406 S:      Supported
1407 F:      arch/arm/boot/dts/emev2*
1408 F:      arch/arm/boot/dts/r7s*
1409 F:      arch/arm/boot/dts/r8a*
1410 F:      arch/arm/boot/dts/sh*
1411 F:      arch/arm/configs/ape6evm_defconfig
1412 F:      arch/arm/configs/armadillo800eva_defconfig
1413 F:      arch/arm/configs/bockw_defconfig
1414 F:      arch/arm/configs/kzm9g_defconfig
1415 F:      arch/arm/configs/lager_defconfig
1416 F:      arch/arm/configs/mackerel_defconfig
1417 F:      arch/arm/configs/marzen_defconfig
1418 F:      arch/arm/configs/shmobile_defconfig
1419 F:      arch/arm/include/debug/renesas-scif.S
1420 F:      arch/arm/mach-shmobile/
1421 F:      drivers/sh/
1422
1423 ARM/SOCFPGA ARCHITECTURE
1424 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1425 S:      Maintained
1426 F:      arch/arm/mach-socfpga/
1427 W:      http://www.rocketboards.org
1428 T:      git://git.rocketboards.org/linux-socfpga.git
1429 T:      git://git.rocketboards.org/linux-socfpga-next.git
1430
1431 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1432 M:      Dinh Nguyen <dinguyen@opensource.altera.com>
1433 S:      Maintained
1434 F:      drivers/clk/socfpga/
1435
1436 ARM/SOCFPGA EDAC SUPPORT
1437 M:      Thor Thayer <tthayer@opensource.altera.com>
1438 S:      Maintained
1439 F:      drivers/edac/altera_edac.
1440
1441 ARM/STI ARCHITECTURE
1442 M:      Srinivas Kandagatla <srinivas.kandagatla@gmail.com>
1443 M:      Maxime Coquelin <maxime.coquelin@st.com>
1444 M:      Patrice Chotard <patrice.chotard@st.com>
1445 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1446 L:      kernel@stlinux.com
1447 W:      http://www.stlinux.com
1448 S:      Maintained
1449 F:      arch/arm/mach-sti/
1450 F:      arch/arm/boot/dts/sti*
1451 F:      drivers/clocksource/arm_global_timer.c
1452 F:      drivers/i2c/busses/i2c-st.c
1453 F:      drivers/media/rc/st_rc.c
1454 F:      drivers/mmc/host/sdhci-st.c
1455 F:      drivers/phy/phy-stih407-usb.c
1456 F:      drivers/phy/phy-stih41x-usb.c
1457 F:      drivers/pinctrl/pinctrl-st.c
1458 F:      drivers/reset/sti/
1459 F:      drivers/tty/serial/st-asc.c
1460 F:      drivers/usb/dwc3/dwc3-st.c
1461 F:      drivers/usb/host/ehci-st.c
1462 F:      drivers/usb/host/ohci-st.c
1463 F:      drivers/ata/ahci_st.c
1464
1465 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1466 M:      Lennert Buytenhek <kernel@wantstofly.org>
1467 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1468 S:      Maintained
1469
1470 ARM/TETON BGA MACHINE SUPPORT
1471 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1472 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1473 S:      Maintained
1474
1475 ARM/THECUS N2100 MACHINE SUPPORT
1476 M:      Lennert Buytenhek <kernel@wantstofly.org>
1477 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1478 S:      Maintained
1479
1480 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1481 M:      Wan ZongShun <mcuos.com@gmail.com>
1482 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1483 W:      http://www.mcuos.com
1484 S:      Maintained
1485 F:      arch/arm/mach-w90x900/
1486 F:      drivers/input/keyboard/w90p910_keypad.c
1487 F:      drivers/input/touchscreen/w90p910_ts.c
1488 F:      drivers/watchdog/nuc900_wdt.c
1489 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1490 F:      drivers/mtd/nand/nuc900_nand.c
1491 F:      drivers/rtc/rtc-nuc900.c
1492 F:      drivers/spi/spi-nuc900.c
1493 F:      drivers/usb/host/ehci-w90x900.c
1494 F:      drivers/video/fbdev/nuc900fb.c
1495
1496 ARM/U300 MACHINE SUPPORT
1497 M:      Linus Walleij <linus.walleij@linaro.org>
1498 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1499 S:      Supported
1500 F:      arch/arm/mach-u300/
1501 F:      drivers/clocksource/timer-u300.c
1502 F:      drivers/i2c/busses/i2c-stu300.c
1503 F:      drivers/rtc/rtc-coh901331.c
1504 F:      drivers/watchdog/coh901327_wdt.c
1505 F:      drivers/dma/coh901318*
1506 F:      drivers/mfd/ab3100*
1507 F:      drivers/rtc/rtc-ab3100.c
1508 F:      drivers/rtc/rtc-coh901331.c
1509 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1510
1511 ARM/Ux500 ARM ARCHITECTURE
1512 M:      Linus Walleij <linus.walleij@linaro.org>
1513 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1514 S:      Maintained
1515 F:      arch/arm/mach-ux500/
1516 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1517 F:      drivers/dma/ste_dma40*
1518 F:      drivers/hwspinlock/u8500_hsem.c
1519 F:      drivers/mfd/abx500*
1520 F:      drivers/mfd/ab8500*
1521 F:      drivers/mfd/dbx500*
1522 F:      drivers/mfd/db8500*
1523 F:      drivers/pinctrl/nomadik/pinctrl-ab*
1524 F:      drivers/pinctrl/nomadik/pinctrl-nomadik*
1525 F:      drivers/rtc/rtc-ab8500.c
1526 F:      drivers/rtc/rtc-pl031.c
1527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1528
1529 ARM/Ux500 CLOCK FRAMEWORK SUPPORT
1530 M:      Ulf Hansson <ulf.hansson@linaro.org>
1531 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1532 T:      git git://git.linaro.org/people/ulfh/clk.git
1533 S:      Maintained
1534 F:      drivers/clk/ux500/
1535 F:      include/linux/platform_data/clk-ux500.h
1536
1537 ARM/VERSATILE EXPRESS PLATFORM
1538 M:      Liviu Dudau <liviu.dudau@arm.com>
1539 M:      Sudeep Holla <sudeep.holla@arm.com>
1540 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
1541 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1542 S:      Maintained
1543 F:      arch/arm/boot/dts/vexpress*
1544 F:      arch/arm/mach-vexpress/
1545 F:      */*/vexpress*
1546 F:      */*/*/vexpress*
1547 F:      drivers/clk/versatile/clk-vexpress-osc.c
1548 F:      drivers/clocksource/versatile.c
1549
1550 ARM/VFP SUPPORT
1551 M:      Russell King <linux@arm.linux.org.uk>
1552 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1553 W:      http://www.arm.linux.org.uk/
1554 S:      Maintained
1555 F:      arch/arm/vfp/
1556
1557 ARM/VOIPAC PXA270 SUPPORT
1558 M:      Marek Vasut <marek.vasut@gmail.com>
1559 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1560 S:      Maintained
1561 F:      arch/arm/mach-pxa/vpac270.c
1562 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1563
1564 ARM/VT8500 ARM ARCHITECTURE
1565 M:      Tony Prisk <linux@prisktech.co.nz>
1566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1567 S:      Maintained
1568 F:      arch/arm/mach-vt8500/
1569 F:      drivers/clocksource/vt8500_timer.c
1570 F:      drivers/i2c/busses/i2c-wmt.c
1571 F:      drivers/mmc/host/wmt-sdmmc.c
1572 F:      drivers/pwm/pwm-vt8500.c
1573 F:      drivers/rtc/rtc-vt8500.c
1574 F:      drivers/tty/serial/vt8500_serial.c
1575 F:      drivers/usb/host/ehci-platform.c
1576 F:      drivers/usb/host/uhci-platform.c
1577 F:      drivers/video/fbdev/vt8500lcdfb.*
1578 F:      drivers/video/fbdev/wm8505fb*
1579 F:      drivers/video/fbdev/wmt_ge_rops.*
1580
1581 ARM/ZIPIT Z2 SUPPORT
1582 M:      Marek Vasut <marek.vasut@gmail.com>
1583 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1584 S:      Maintained
1585 F:      arch/arm/mach-pxa/z2.c
1586 F:      arch/arm/mach-pxa/include/mach/z2.h
1587
1588 ARM/ZYNQ ARCHITECTURE
1589 M:      Michal Simek <michal.simek@xilinx.com>
1590 R:      Sören Brinkmann <soren.brinkmann@xilinx.com>
1591 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1592 W:      http://wiki.xilinx.com
1593 T:      git git://git.xilinx.com/linux-xlnx.git
1594 S:      Supported
1595 F:      arch/arm/mach-zynq/
1596 F:      drivers/cpuidle/cpuidle-zynq.c
1597 F:      drivers/block/xsysace.c
1598 N:      zynq
1599 N:      xilinx
1600 F:      drivers/clocksource/cadence_ttc_timer.c
1601 F:      drivers/i2c/busses/i2c-cadence.c
1602 F:      drivers/mmc/host/sdhci-of-arasan.c
1603 F:      drivers/edac/synopsys_edac.c
1604
1605 ARM SMMU DRIVER
1606 M:      Will Deacon <will.deacon@arm.com>
1607 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1608 S:      Maintained
1609 F:      drivers/iommu/arm-smmu.c
1610 F:      drivers/iommu/io-pgtable-arm.c
1611
1612 ARM64 PORT (AARCH64 ARCHITECTURE)
1613 M:      Catalin Marinas <catalin.marinas@arm.com>
1614 M:      Will Deacon <will.deacon@arm.com>
1615 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1616 S:      Maintained
1617 F:      arch/arm64/
1618 F:      Documentation/arm64/
1619
1620 AS3645A LED FLASH CONTROLLER DRIVER
1621 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
1622 L:      linux-media@vger.kernel.org
1623 T:      git git://linuxtv.org/media_tree.git
1624 S:      Maintained
1625 F:      drivers/media/i2c/as3645a.c
1626 F:      include/media/as3645a.h
1627
1628 ASC7621 HARDWARE MONITOR DRIVER
1629 M:      George Joseph <george.joseph@fairview5.com>
1630 L:      lm-sensors@lm-sensors.org
1631 S:      Maintained
1632 F:      Documentation/hwmon/asc7621
1633 F:      drivers/hwmon/asc7621.c
1634
1635 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1636 M:      Corentin Chary <corentin.chary@gmail.com>
1637 L:      acpi4asus-user@lists.sourceforge.net
1638 L:      platform-driver-x86@vger.kernel.org
1639 W:      http://acpi4asus.sf.net
1640 S:      Maintained
1641 F:      drivers/platform/x86/asus*.c
1642 F:      drivers/platform/x86/eeepc*.c
1643
1644 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1645 R:      Dan Williams <dan.j.williams@intel.com>
1646 W:      http://sourceforge.net/projects/xscaleiop
1647 S:      Odd fixes
1648 F:      Documentation/crypto/async-tx-api.txt
1649 F:      crypto/async_tx/
1650 F:      drivers/dma/
1651 F:      include/linux/dmaengine.h
1652 F:      include/linux/async_tx.h
1653
1654 AT24 EEPROM DRIVER
1655 M:      Wolfram Sang <wsa@the-dreams.de>
1656 L:      linux-i2c@vger.kernel.org
1657 S:      Maintained
1658 F:      drivers/misc/eeprom/at24.c
1659 F:      include/linux/platform_data/at24.h
1660
1661 ATA OVER ETHERNET (AOE) DRIVER
1662 M:      "Ed L. Cashin" <ecashin@coraid.com>
1663 W:      http://support.coraid.com/support/linux
1664 S:      Supported
1665 F:      Documentation/aoe/
1666 F:      drivers/block/aoe/
1667
1668 ATHEROS ATH GENERIC UTILITIES
1669 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1670 L:      linux-wireless@vger.kernel.org
1671 S:      Supported
1672 F:      drivers/net/wireless/ath/*
1673
1674 ATHEROS ATH5K WIRELESS DRIVER
1675 M:      Jiri Slaby <jirislaby@gmail.com>
1676 M:      Nick Kossifidis <mickflemm@gmail.com>
1677 M:      "Luis R. Rodriguez" <mcgrof@do-not-panic.com>
1678 L:      linux-wireless@vger.kernel.org
1679 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1680 S:      Maintained
1681 F:      drivers/net/wireless/ath/ath5k/
1682
1683 ATHEROS ATH6KL WIRELESS DRIVER
1684 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1685 L:      linux-wireless@vger.kernel.org
1686 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1687 T:      git git://github.com/kvalo/ath.git
1688 S:      Supported
1689 F:      drivers/net/wireless/ath/ath6kl/
1690
1691 WILOCITY WIL6210 WIRELESS DRIVER
1692 M:      Vladimir Kondratiev <qca_vkondrat@qca.qualcomm.com>
1693 L:      linux-wireless@vger.kernel.org
1694 L:      wil6210@qca.qualcomm.com
1695 S:      Supported
1696 W:      http://wireless.kernel.org/en/users/Drivers/wil6210
1697 F:      drivers/net/wireless/ath/wil6210/
1698 F:      include/uapi/linux/wil6210_uapi.h
1699
1700 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1701 M:      Christian Lamparter <chunkeey@googlemail.com>
1702 L:      linux-wireless@vger.kernel.org
1703 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1704 S:      Maintained
1705 F:      drivers/net/wireless/ath/carl9170/
1706
1707 ATK0110 HWMON DRIVER
1708 M:      Luca Tettamanti <kronos.it@gmail.com>
1709 L:      lm-sensors@lm-sensors.org
1710 S:      Maintained
1711 F:      drivers/hwmon/asus_atk0110.c
1712
1713 ATI_REMOTE2 DRIVER
1714 M:      Ville Syrjala <syrjala@sci.fi>
1715 S:      Maintained
1716 F:      drivers/input/misc/ati_remote2.c
1717
1718 ATLX ETHERNET DRIVERS
1719 M:      Jay Cliburn <jcliburn@gmail.com>
1720 M:      Chris Snook <chris.snook@gmail.com>
1721 L:      netdev@vger.kernel.org
1722 W:      http://sourceforge.net/projects/atl1
1723 W:      http://atl1.sourceforge.net
1724 S:      Maintained
1725 F:      drivers/net/ethernet/atheros/
1726
1727 ATM
1728 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1729 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1730 L:      netdev@vger.kernel.org
1731 W:      http://linux-atm.sourceforge.net
1732 S:      Maintained
1733 F:      drivers/atm/
1734 F:      include/linux/atm*
1735 F:      include/uapi/linux/atm*
1736
1737 ATMEL AT91 / AT32 MCI DRIVER
1738 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1739 S:      Maintained
1740 F:      drivers/mmc/host/atmel-mci.c
1741 F:      drivers/mmc/host/atmel-mci-regs.h
1742
1743 ATMEL AT91 / AT32 SERIAL DRIVER
1744 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1745 S:      Supported
1746 F:      drivers/tty/serial/atmel_serial.c
1747
1748 ATMEL Audio ALSA driver
1749 M:      Bo Shen <voice.shen@atmel.com>
1750 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1751 S:      Supported
1752 F:      sound/soc/atmel
1753
1754 ATMEL DMA DRIVER
1755 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1756 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1757 S:      Supported
1758 F:      drivers/dma/at_hdmac.c
1759 F:      drivers/dma/at_hdmac_regs.h
1760 F:      include/linux/platform_data/dma-atmel.h
1761
1762 ATMEL XDMA DRIVER
1763 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1764 L:      linux-arm-kernel@lists.infradead.org
1765 L:      dmaengine@vger.kernel.org
1766 S:      Supported
1767 F:      drivers/dma/at_xdmac.c
1768
1769 ATMEL I2C DRIVER
1770 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1771 L:      linux-i2c@vger.kernel.org
1772 S:      Supported
1773 F:      drivers/i2c/busses/i2c-at91.c
1774
1775 ATMEL ISI DRIVER
1776 M:      Josh Wu <josh.wu@atmel.com>
1777 L:      linux-media@vger.kernel.org
1778 S:      Supported
1779 F:      drivers/media/platform/soc_camera/atmel-isi.c
1780 F:      include/media/atmel-isi.h
1781
1782 ATMEL LCDFB DRIVER
1783 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1784 L:      linux-fbdev@vger.kernel.org
1785 S:      Maintained
1786 F:      drivers/video/fbdev/atmel_lcdfb.c
1787 F:      include/video/atmel_lcdc.h
1788
1789 ATMEL MACB ETHERNET DRIVER
1790 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1791 S:      Supported
1792 F:      drivers/net/ethernet/cadence/
1793
1794 ATMEL NAND DRIVER
1795 M:      Josh Wu <josh.wu@atmel.com>
1796 L:      linux-mtd@lists.infradead.org
1797 S:      Supported
1798 F:      drivers/mtd/nand/atmel_nand*
1799
1800 ATMEL SPI DRIVER
1801 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1802 S:      Supported
1803 F:      drivers/spi/spi-atmel.*
1804
1805 ATMEL SSC DRIVER
1806 M:      Bo Shen <voice.shen@atmel.com>
1807 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1808 S:      Supported
1809 F:      drivers/misc/atmel-ssc.c
1810 F:      include/linux/atmel-ssc.h
1811
1812 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1813 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1814 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1815 S:      Supported
1816 F:      drivers/misc/atmel_tclib.c
1817 F:      drivers/clocksource/tcb_clksrc.c
1818
1819 ATMEL USBA UDC DRIVER
1820 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1821 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1822 S:      Supported
1823 F:      drivers/usb/gadget/udc/atmel_usba_udc.*
1824
1825 ATMEL WIRELESS DRIVER
1826 M:      Simon Kelley <simon@thekelleys.org.uk>
1827 L:      linux-wireless@vger.kernel.org
1828 W:      http://www.thekelleys.org.uk/atmel
1829 W:      http://atmelwlandriver.sourceforge.net/
1830 S:      Maintained
1831 F:      drivers/net/wireless/atmel*
1832
1833 ATTO EXPRESSSAS SAS/SATA RAID SCSI DRIVER
1834 M:      Bradley Grove <linuxdrivers@attotech.com>
1835 L:      linux-scsi@vger.kernel.org
1836 W:      http://www.attotech.com
1837 S:      Supported
1838 F:      drivers/scsi/esas2r
1839
1840 AUDIT SUBSYSTEM
1841 M:      Paul Moore <paul@paul-moore.com>
1842 M:      Eric Paris <eparis@redhat.com>
1843 L:      linux-audit@redhat.com (moderated for non-subscribers)
1844 W:      http://people.redhat.com/sgrubb/audit/
1845 T:      git git://git.infradead.org/users/pcmoore/audit
1846 S:      Maintained
1847 F:      include/linux/audit.h
1848 F:      include/uapi/linux/audit.h
1849 F:      kernel/audit*
1850
1851 AUXILIARY DISPLAY DRIVERS
1852 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1853 W:      http://miguelojeda.es/auxdisplay.htm
1854 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1855 S:      Maintained
1856 F:      drivers/auxdisplay/
1857 F:      include/linux/cfag12864b.h
1858
1859 AVR32 ARCHITECTURE
1860 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1861 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1862 W:      http://www.atmel.com/products/AVR32/
1863 W:      http://mirror.egtvedt.no/avr32linux.org/
1864 W:      http://avrfreaks.net/
1865 S:      Maintained
1866 F:      arch/avr32/
1867
1868 AVR32/AT32AP MACHINE SUPPORT
1869 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1870 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1871 S:      Maintained
1872 F:      arch/avr32/mach-at32ap/
1873
1874 AX.25 NETWORK LAYER
1875 M:      Ralf Baechle <ralf@linux-mips.org>
1876 L:      linux-hams@vger.kernel.org
1877 W:      http://www.linux-ax25.org/
1878 S:      Maintained
1879 F:      include/uapi/linux/ax25.h
1880 F:      include/net/ax25.h
1881 F:      net/ax25/
1882
1883 AZ6007 DVB DRIVER
1884 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
1885 L:      linux-media@vger.kernel.org
1886 W:      http://linuxtv.org
1887 T:      git git://linuxtv.org/media_tree.git
1888 S:      Maintained
1889 F:      drivers/media/usb/dvb-usb-v2/az6007.c
1890
1891 AZTECH FM RADIO RECEIVER DRIVER
1892 M:      Hans Verkuil <hverkuil@xs4all.nl>
1893 L:      linux-media@vger.kernel.org
1894 T:      git git://linuxtv.org/media_tree.git
1895 W:      http://linuxtv.org
1896 S:      Maintained
1897 F:      drivers/media/radio/radio-aztech*
1898
1899 B43 WIRELESS DRIVER
1900 M:      Stefano Brivio <stefano.brivio@polimi.it>
1901 L:      linux-wireless@vger.kernel.org
1902 L:      b43-dev@lists.infradead.org
1903 W:      http://wireless.kernel.org/en/users/Drivers/b43
1904 S:      Maintained
1905 F:      drivers/net/wireless/b43/
1906
1907 B43LEGACY WIRELESS DRIVER
1908 M:      Larry Finger <Larry.Finger@lwfinger.net>
1909 M:      Stefano Brivio <stefano.brivio@polimi.it>
1910 L:      linux-wireless@vger.kernel.org
1911 L:      b43-dev@lists.infradead.org
1912 W:      http://wireless.kernel.org/en/users/Drivers/b43
1913 S:      Maintained
1914 F:      drivers/net/wireless/b43legacy/
1915
1916 BACKLIGHT CLASS/SUBSYSTEM
1917 M:      Jingoo Han <jg1.han@samsung.com>
1918 M:      Lee Jones <lee.jones@linaro.org>
1919 S:      Maintained
1920 F:      drivers/video/backlight/
1921 F:      include/linux/backlight.h
1922
1923 BATMAN ADVANCED
1924 M:      Marek Lindner <mareklindner@neomailbox.ch>
1925 M:      Simon Wunderlich <sw@simonwunderlich.de>
1926 M:      Antonio Quartulli <antonio@meshcoding.com>
1927 L:      b.a.t.m.a.n@lists.open-mesh.org
1928 W:      http://www.open-mesh.org/
1929 S:      Maintained
1930 F:      net/batman-adv/
1931
1932 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1933 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1934 L:      linux-hams@vger.kernel.org
1935 W:      http://www.baycom.org/~tom/ham/ham.html
1936 S:      Maintained
1937 F:      drivers/net/hamradio/baycom*
1938
1939 BCACHE (BLOCK LAYER CACHE)
1940 M:      Kent Overstreet <kmo@daterainc.com>
1941 L:      linux-bcache@vger.kernel.org
1942 W:      http://bcache.evilpiepirate.org
1943 S:      Maintained:
1944 F:      drivers/md/bcache/
1945
1946 BEFS FILE SYSTEM
1947 S:      Orphan
1948 F:      Documentation/filesystems/befs.txt
1949 F:      fs/befs/
1950
1951 BECKHOFF CX5020 ETHERCAT MASTER DRIVER
1952 M: Dariusz Marcinkiewicz <reksio@newterm.pl>
1953 L: netdev@vger.kernel.org
1954 S: Maintained
1955 F: drivers/net/ethernet/ec_bhf.c
1956
1957 BFS FILE SYSTEM
1958 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1959 S:      Maintained
1960 F:      Documentation/filesystems/bfs.txt
1961 F:      fs/bfs/
1962 F:      include/uapi/linux/bfs_fs.h
1963
1964 BLACKFIN ARCHITECTURE
1965 M:      Steven Miao <realmz6@gmail.com>
1966 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1967 T:      git git://git.code.sf.net/p/adi-linux/code
1968 W:      http://blackfin.uclinux.org
1969 S:      Supported
1970 F:      arch/blackfin/
1971
1972 BLACKFIN EMAC DRIVER
1973 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1974 W:      http://blackfin.uclinux.org
1975 S:      Supported
1976 F:      drivers/net/ethernet/adi/
1977
1978 BLACKFIN RTC DRIVER
1979 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1980 W:      http://blackfin.uclinux.org
1981 S:      Supported
1982 F:      drivers/rtc/rtc-bfin.c
1983
1984 BLACKFIN SDH DRIVER
1985 M:      Sonic Zhang <sonic.zhang@analog.com>
1986 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1987 W:      http://blackfin.uclinux.org
1988 S:      Supported
1989 F:      drivers/mmc/host/bfin_sdh.c
1990
1991 BLACKFIN SERIAL DRIVER
1992 M:      Sonic Zhang <sonic.zhang@analog.com>
1993 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
1994 W:      http://blackfin.uclinux.org
1995 S:      Supported
1996 F:      drivers/tty/serial/bfin_uart.c
1997
1998 BLACKFIN WATCHDOG DRIVER
1999 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2000 W:      http://blackfin.uclinux.org
2001 S:      Supported
2002 F:      drivers/watchdog/bfin_wdt.c
2003
2004 BLACKFIN I2C TWI DRIVER
2005 M:      Sonic Zhang <sonic.zhang@analog.com>
2006 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2007 W:      http://blackfin.uclinux.org/
2008 S:      Supported
2009 F:      drivers/i2c/busses/i2c-bfin-twi.c
2010
2011 BLACKFIN MEDIA DRIVER
2012 M:      Scott Jiang <scott.jiang.linux@gmail.com>
2013 L:      adi-buildroot-devel@lists.sourceforge.net (moderated for non-subscribers)
2014 W:      http://blackfin.uclinux.org/
2015 S:      Supported
2016 F:      drivers/media/platform/blackfin/
2017 F:      drivers/media/i2c/adv7183*
2018 F:      drivers/media/i2c/vs6624*
2019
2020 BLINKM RGB LED DRIVER
2021 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
2022 S:      Maintained
2023 F:      drivers/leds/leds-blinkm.c
2024
2025 BLOCK LAYER
2026 M:      Jens Axboe <axboe@kernel.dk>
2027 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
2028 S:      Maintained
2029 F:      block/
2030
2031 BLOCK2MTD DRIVER
2032 M:      Joern Engel <joern@lazybastard.org>
2033 L:      linux-mtd@lists.infradead.org
2034 S:      Maintained
2035 F:      drivers/mtd/devices/block2mtd.c
2036
2037 BLUETOOTH DRIVERS
2038 M:      Marcel Holtmann <marcel@holtmann.org>
2039 M:      Gustavo Padovan <gustavo@padovan.org>
2040 M:      Johan Hedberg <johan.hedberg@gmail.com>
2041 L:      linux-bluetooth@vger.kernel.org
2042 W:      http://www.bluez.org/
2043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2044 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2045 S:      Maintained
2046 F:      drivers/bluetooth/
2047
2048 BLUETOOTH SUBSYSTEM
2049 M:      Marcel Holtmann <marcel@holtmann.org>
2050 M:      Gustavo Padovan <gustavo@padovan.org>
2051 M:      Johan Hedberg <johan.hedberg@gmail.com>
2052 L:      linux-bluetooth@vger.kernel.org
2053 W:      http://www.bluez.org/
2054 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
2055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
2056 S:      Maintained
2057 F:      net/bluetooth/
2058 F:      include/net/bluetooth/
2059
2060 BONDING DRIVER
2061 M:      Jay Vosburgh <j.vosburgh@gmail.com>
2062 M:      Veaceslav Falico <vfalico@gmail.com>
2063 M:      Andy Gospodarek <andy@greyhouse.net>
2064 L:      netdev@vger.kernel.org
2065 W:      http://sourceforge.net/projects/bonding/
2066 S:      Supported
2067 F:      drivers/net/bonding/
2068 F:      include/uapi/linux/if_bonding.h
2069
2070 BPF (Safe dynamic programs and tools)
2071 M:      Alexei Starovoitov <ast@kernel.org>
2072 L:      netdev@vger.kernel.org
2073 L:      linux-kernel@vger.kernel.org
2074 S:      Supported
2075 F:      kernel/bpf/
2076
2077 BROADCOM B44 10/100 ETHERNET DRIVER
2078 M:      Gary Zambrano <zambrano@broadcom.com>
2079 L:      netdev@vger.kernel.org
2080 S:      Supported
2081 F:      drivers/net/ethernet/broadcom/b44.*
2082
2083 BROADCOM GENET ETHERNET DRIVER
2084 M:      Florian Fainelli <f.fainelli@gmail.com>
2085 L:      netdev@vger.kernel.org
2086 S:      Supported
2087 F:      drivers/net/ethernet/broadcom/genet/
2088
2089 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
2090 M:      Sony Chacko <sony.chacko@qlogic.com>
2091 M:      Dept-HSGLinuxNICDev@qlogic.com
2092 L:      netdev@vger.kernel.org
2093 S:      Supported
2094 F:      drivers/net/ethernet/broadcom/bnx2.*
2095 F:      drivers/net/ethernet/broadcom/bnx2_*
2096
2097 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
2098 M:      Ariel Elior <ariel.elior@qlogic.com>
2099 L:      netdev@vger.kernel.org
2100 S:      Supported
2101 F:      drivers/net/ethernet/broadcom/bnx2x/
2102
2103 BROADCOM BCM281XX/BCM11XXX/BCM216XX ARM ARCHITECTURE
2104 M:      Christian Daudt <bcm@fixthebug.org>
2105 M:      Matt Porter <mporter@linaro.org>
2106 M:      Florian Fainelli <f.fainelli@gmail.com>
2107 L:      bcm-kernel-feedback-list@broadcom.com
2108 T:      git git://github.com/broadcom/mach-bcm
2109 S:      Maintained
2110 F:      arch/arm/mach-bcm/
2111 F:      arch/arm/boot/dts/bcm113*
2112 F:      arch/arm/boot/dts/bcm216*
2113 F:      arch/arm/boot/dts/bcm281*
2114 F:      arch/arm/configs/bcm_defconfig
2115 F:      drivers/mmc/host/sdhci-bcm-kona.c
2116 F:      drivers/clocksource/bcm_kona_timer.c
2117
2118 BROADCOM BCM2835 ARM ARCHITECTURE
2119 M:      Stephen Warren <swarren@wwwdotorg.org>
2120 M:      Lee Jones <lee@kernel.org>
2121 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
2122 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rpi/linux-rpi.git
2123 S:      Maintained
2124 N:      bcm2835
2125
2126 BROADCOM BCM33XX MIPS ARCHITECTURE
2127 M:      Kevin Cernekee <cernekee@gmail.com>
2128 L:      linux-mips@linux-mips.org
2129 S:      Maintained
2130 F:      arch/mips/bcm3384/*
2131 F:      arch/mips/include/asm/mach-bcm3384/*
2132 F:      arch/mips/kernel/*bmips*
2133
2134 BROADCOM BCM5301X ARM ARCHITECTURE
2135 M:      Hauke Mehrtens <hauke@hauke-m.de>
2136 L:      linux-arm-kernel@lists.infradead.org
2137 S:      Maintained
2138 F:      arch/arm/mach-bcm/bcm_5301x.c
2139 F:      arch/arm/boot/dts/bcm5301x.dtsi
2140 F:      arch/arm/boot/dts/bcm470*
2141
2142 BROADCOM BCM63XX ARM ARCHITECTURE
2143 M:      Florian Fainelli <f.fainelli@gmail.com>
2144 L:      linux-arm-kernel@lists.infradead.org
2145 T:      git git://git.github.com/brcm/linux.git
2146 S:      Maintained
2147 F:      arch/arm/mach-bcm/bcm63xx.c
2148 F:      arch/arm/include/debug/bcm63xx.S
2149
2150 BROADCOM BCM63XX/BCM33XX UDC DRIVER
2151 M:      Kevin Cernekee <cernekee@gmail.com>
2152 L:      linux-usb@vger.kernel.org
2153 S:      Maintained
2154 F:      drivers/usb/gadget/udc/bcm63xx_udc.*
2155
2156 BROADCOM BCM7XXX ARM ARCHITECTURE
2157 M:      Marc Carino <marc.ceeeee@gmail.com>
2158 M:      Brian Norris <computersforpeace@gmail.com>
2159 M:      Gregory Fong <gregory.0xf0@gmail.com>
2160 M:      Florian Fainelli <f.fainelli@gmail.com>
2161 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2162 S:      Maintained
2163 F:      arch/arm/mach-bcm/*brcmstb*
2164 F:      arch/arm/boot/dts/bcm7*.dts*
2165 F:      drivers/bus/brcmstb_gisb.c
2166
2167 BROADCOM BMIPS MIPS ARCHITECTURE
2168 M:      Kevin Cernekee <cernekee@gmail.com>
2169 M:      Florian Fainelli <f.fainelli@gmail.com>
2170 L:      linux-mips@linux-mips.org
2171 S:      Maintained
2172 F:      arch/mips/bmips/*
2173 F:      arch/mips/include/asm/mach-bmips/*
2174 F:      arch/mips/kernel/*bmips*
2175 F:      arch/mips/boot/dts/bcm*.dts*
2176 F:      drivers/irqchip/irq-bcm7*
2177 F:      drivers/irqchip/irq-brcmstb*
2178
2179 BROADCOM TG3 GIGABIT ETHERNET DRIVER
2180 M:      Prashant Sreedharan <prashant@broadcom.com>
2181 M:      Michael Chan <mchan@broadcom.com>
2182 L:      netdev@vger.kernel.org
2183 S:      Supported
2184 F:      drivers/net/ethernet/broadcom/tg3.*
2185
2186 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
2187 M:      Brett Rudley <brudley@broadcom.com>
2188 M:      Arend van Spriel <arend@broadcom.com>
2189 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
2190 M:      Hante Meuleman <meuleman@broadcom.com>
2191 L:      linux-wireless@vger.kernel.org
2192 L:      brcm80211-dev-list@broadcom.com
2193 S:      Supported
2194 F:      drivers/net/wireless/brcm80211/
2195
2196 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
2197 M:      QLogic-Storage-Upstream@qlogic.com
2198 L:      linux-scsi@vger.kernel.org
2199 S:      Supported
2200 F:      drivers/scsi/bnx2fc/
2201
2202 BROADCOM BNX2I 1/10 GIGABIT iSCSI DRIVER
2203 M:      QLogic-Storage-Upstream@qlogic.com
2204 L:      linux-scsi@vger.kernel.org
2205 S:      Supported
2206 F:      drivers/scsi/bnx2i/
2207
2208 BROADCOM CYGNUS/IPROC ARM ARCHITECTURE
2209 M:      Ray Jui <rjui@broadcom.com>
2210 M:      Scott Branden <sbranden@broadcom.com>
2211 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2212 L:      bcm-kernel-feedback-list@broadcom.com
2213 T:      git git://git.github.com/brcm/linux.git
2214 S:      Maintained
2215 N:      iproc
2216 N:      cygnus
2217 N:      bcm9113*
2218 N:      bcm9583*
2219 N:      bcm583*
2220 N:      bcm113*
2221
2222 BROADCOM KONA GPIO DRIVER
2223 M:      Ray Jui <rjui@broadcom.com>
2224 L:      bcm-kernel-feedback-list@broadcom.com
2225 S:      Supported
2226 F:      drivers/gpio/gpio-bcm-kona.c
2227 F:      Documentation/devicetree/bindings/gpio/gpio-bcm-kona.txt
2228
2229 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
2230 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
2231 L:      linux-wireless@vger.kernel.org
2232 S:      Maintained
2233 F:      drivers/bcma/
2234 F:      include/linux/bcma/
2235
2236 BROADCOM SYSTEMPORT ETHERNET DRIVER
2237 M:      Florian Fainelli <f.fainelli@gmail.com>
2238 L:      netdev@vger.kernel.org
2239 S:      Supported
2240 F:      drivers/net/ethernet/broadcom/bcmsysport.*
2241
2242 BROCADE BFA FC SCSI DRIVER
2243 M:      Anil Gurumurthy <anil.gurumurthy@qlogic.com>
2244 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
2245 L:      linux-scsi@vger.kernel.org
2246 S:      Supported
2247 F:      drivers/scsi/bfa/
2248
2249 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
2250 M:      Rasesh Mody <rasesh.mody@qlogic.com>
2251 L:      netdev@vger.kernel.org
2252 S:      Supported
2253 F:      drivers/net/ethernet/brocade/bna/
2254
2255 BSG (block layer generic sg v4 driver)
2256 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
2257 L:      linux-scsi@vger.kernel.org
2258 S:      Supported
2259 F:      block/bsg.c
2260 F:      include/linux/bsg.h
2261 F:      include/uapi/linux/bsg.h
2262
2263 BT87X AUDIO DRIVER
2264 M:      Clemens Ladisch <clemens@ladisch.de>
2265 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2266 T:      git git://git.alsa-project.org/alsa-kernel.git
2267 S:      Maintained
2268 F:      Documentation/sound/alsa/Bt87x.txt
2269 F:      sound/pci/bt87x.c
2270
2271 BT8XXGPIO DRIVER
2272 M:      Michael Buesch <m@bues.ch>
2273 W:      http://bu3sch.de/btgpio.php
2274 S:      Maintained
2275 F:      drivers/gpio/gpio-bt8xx.c
2276
2277 BTRFS FILE SYSTEM
2278 M:      Chris Mason <clm@fb.com>
2279 M:      Josef Bacik <jbacik@fb.com>
2280 M:      David Sterba <dsterba@suse.cz>
2281 L:      linux-btrfs@vger.kernel.org
2282 W:      http://btrfs.wiki.kernel.org/
2283 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
2284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
2285 S:      Maintained
2286 F:      Documentation/filesystems/btrfs.txt
2287 F:      fs/btrfs/
2288
2289 BTTV VIDEO4LINUX DRIVER
2290 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2291 L:      linux-media@vger.kernel.org
2292 W:      http://linuxtv.org
2293 T:      git git://linuxtv.org/media_tree.git
2294 S:      Odd fixes
2295 F:      Documentation/video4linux/bttv/
2296 F:      drivers/media/pci/bt8xx/bttv*
2297
2298 BUSLOGIC SCSI DRIVER
2299 M:      Khalid Aziz <khalid@gonehiking.org>
2300 L:      linux-scsi@vger.kernel.org
2301 S:      Maintained
2302 F:      drivers/scsi/BusLogic.*
2303 F:      drivers/scsi/FlashPoint.*
2304
2305 C-MEDIA CMI8788 DRIVER
2306 M:      Clemens Ladisch <clemens@ladisch.de>
2307 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2308 T:      git git://git.alsa-project.org/alsa-kernel.git
2309 S:      Maintained
2310 F:      sound/pci/oxygen/
2311
2312 C6X ARCHITECTURE
2313 M:      Mark Salter <msalter@redhat.com>
2314 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
2315 L:      linux-c6x-dev@linux-c6x.org
2316 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
2317 S:      Maintained
2318 F:      arch/c6x/
2319
2320 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
2321 M:      David Howells <dhowells@redhat.com>
2322 L:      linux-cachefs@redhat.com
2323 S:      Supported
2324 F:      Documentation/filesystems/caching/cachefiles.txt
2325 F:      fs/cachefiles/
2326
2327 CADET FM/AM RADIO RECEIVER DRIVER
2328 M:      Hans Verkuil <hverkuil@xs4all.nl>
2329 L:      linux-media@vger.kernel.org
2330 T:      git git://linuxtv.org/media_tree.git
2331 W:      http://linuxtv.org
2332 S:      Maintained
2333 F:      drivers/media/radio/radio-cadet*
2334
2335 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
2336 M:      Jonathan Corbet <corbet@lwn.net>
2337 L:      linux-media@vger.kernel.org
2338 T:      git git://linuxtv.org/media_tree.git
2339 S:      Maintained
2340 F:      Documentation/video4linux/cafe_ccic
2341 F:      drivers/media/platform/marvell-ccic/
2342
2343 CAIF NETWORK LAYER
2344 M:      Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>
2345 L:      netdev@vger.kernel.org
2346 S:      Supported
2347 F:      Documentation/networking/caif/
2348 F:      drivers/net/caif/
2349 F:      include/uapi/linux/caif/
2350 F:      include/net/caif/
2351 F:      net/caif/
2352
2353 CALGARY x86-64 IOMMU
2354 M:      Muli Ben-Yehuda <muli@il.ibm.com>
2355 M:      "Jon D. Mason" <jdmason@kudzu.us>
2356 L:      discuss@x86-64.org
2357 S:      Maintained
2358 F:      arch/x86/kernel/pci-calgary_64.c
2359 F:      arch/x86/kernel/tce_64.c
2360 F:      arch/x86/include/asm/calgary.h
2361 F:      arch/x86/include/asm/tce.h
2362
2363 CAN NETWORK LAYER
2364 M:      Oliver Hartkopp <socketcan@hartkopp.net>
2365 L:      linux-can@vger.kernel.org
2366 W:      http://gitorious.org/linux-can
2367 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2369 S:      Maintained
2370 F:      Documentation/networking/can.txt
2371 F:      net/can/
2372 F:      include/linux/can/core.h
2373 F:      include/uapi/linux/can.h
2374 F:      include/uapi/linux/can/bcm.h
2375 F:      include/uapi/linux/can/raw.h
2376 F:      include/uapi/linux/can/gw.h
2377
2378 CAN NETWORK DRIVERS
2379 M:      Wolfgang Grandegger <wg@grandegger.com>
2380 M:      Marc Kleine-Budde <mkl@pengutronix.de>
2381 L:      linux-can@vger.kernel.org
2382 W:      http://gitorious.org/linux-can
2383 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can.git
2384 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next.git
2385 S:      Maintained
2386 F:      drivers/net/can/
2387 F:      include/linux/can/dev.h
2388 F:      include/linux/can/platform/
2389 F:      include/uapi/linux/can/error.h
2390 F:      include/uapi/linux/can/netlink.h
2391
2392 CAPABILITIES
2393 M:      Serge Hallyn <serge.hallyn@canonical.com>
2394 L:      linux-security-module@vger.kernel.org
2395 S:      Supported
2396 F:      include/linux/capability.h
2397 F:      include/uapi/linux/capability.h
2398 F:      security/capability.c
2399 F:      security/commoncap.c
2400 F:      kernel/capability.c
2401
2402 CAPELLA MICROSYSTEMS LIGHT SENSOR DRIVER
2403 M:      Kevin Tsai <ktsai@capellamicro.com>
2404 S:      Maintained
2405 F:      drivers/iio/light/cm*
2406 F:      Documentation/devicetree/bindings/i2c/trivial-devices.txt
2407
2408 CC2520 IEEE-802.15.4 RADIO DRIVER
2409 M:      Varka Bhadram <varkabhadram@gmail.com>
2410 L:      linux-wpan@vger.kernel.org
2411 S:      Maintained
2412 F:      drivers/net/ieee802154/cc2520.c
2413 F:      include/linux/spi/cc2520.h
2414 F:      Documentation/devicetree/bindings/net/ieee802154/cc2520.txt
2415
2416 CELL BROADBAND ENGINE ARCHITECTURE
2417 M:      Arnd Bergmann <arnd@arndb.de>
2418 L:      linuxppc-dev@lists.ozlabs.org
2419 L:      cbe-oss-dev@lists.ozlabs.org
2420 W:      http://www.ibm.com/developerworks/power/cell/
2421 S:      Supported
2422 F:      arch/powerpc/include/asm/cell*.h
2423 F:      arch/powerpc/include/asm/spu*.h
2424 F:      arch/powerpc/include/uapi/asm/spu*.h
2425 F:      arch/powerpc/oprofile/*cell*
2426 F:      arch/powerpc/platforms/cell/
2427
2428 CEPH DISTRIBUTED FILE SYSTEM CLIENT
2429 M:      Sage Weil <sage@inktank.com>
2430 L:      ceph-devel@vger.kernel.org
2431 W:      http://ceph.com/
2432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
2433 S:      Supported
2434 F:      Documentation/filesystems/ceph.txt
2435 F:      fs/ceph/
2436 F:      net/ceph/
2437 F:      include/linux/ceph/
2438 F:      include/linux/crush/
2439
2440 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
2441 L:      linux-usb@vger.kernel.org
2442 S:      Orphan
2443 F:      Documentation/usb/WUSB-Design-overview.txt
2444 F:      Documentation/usb/wusb-cbaf
2445 F:      drivers/usb/host/hwa-hc.c
2446 F:      drivers/usb/host/whci/
2447 F:      drivers/usb/wusbcore/
2448 F:      include/linux/usb/wusb*
2449
2450 CFAG12864B LCD DRIVER
2451 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2452 W:      http://miguelojeda.es/auxdisplay.htm
2453 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2454 S:      Maintained
2455 F:      drivers/auxdisplay/cfag12864b.c
2456 F:      include/linux/cfag12864b.h
2457
2458 CFAG12864BFB LCD FRAMEBUFFER DRIVER
2459 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
2460 W:      http://miguelojeda.es/auxdisplay.htm
2461 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
2462 S:      Maintained
2463 F:      drivers/auxdisplay/cfag12864bfb.c
2464 F:      include/linux/cfag12864b.h
2465
2466 CFG80211 and NL80211
2467 M:      Johannes Berg <johannes@sipsolutions.net>
2468 L:      linux-wireless@vger.kernel.org
2469 W:      http://wireless.kernel.org/
2470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
2471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
2472 S:      Maintained
2473 F:      include/uapi/linux/nl80211.h
2474 F:      include/net/cfg80211.h
2475 F:      net/wireless/*
2476 X:      net/wireless/wext*
2477
2478 CHAR and MISC DRIVERS
2479 M:      Arnd Bergmann <arnd@arndb.de>
2480 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2481 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
2482 S:      Supported
2483 F:      drivers/char/*
2484 F:      drivers/misc/*
2485 F:      include/linux/miscdevice.h
2486
2487 CHECKPATCH
2488 M:      Andy Whitcroft <apw@canonical.com>
2489 M:      Joe Perches <joe@perches.com>
2490 S:      Maintained
2491 F:      scripts/checkpatch.pl
2492
2493 CHINESE DOCUMENTATION
2494 M:      Harry Wei <harryxiyou@gmail.com>
2495 L:      xiyoulinuxkernelgroup@googlegroups.com (subscribers-only)
2496 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
2497 S:      Maintained
2498 F:      Documentation/zh_CN/
2499
2500 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
2501 M:      Peter Chen <Peter.Chen@freescale.com>
2502 T:      git git://github.com/hzpeterchen/linux-usb.git
2503 L:      linux-usb@vger.kernel.org
2504 S:      Maintained
2505 F:      drivers/usb/chipidea/
2506
2507 CHROME HARDWARE PLATFORM SUPPORT
2508 M:      Olof Johansson <olof@lixom.net>
2509 S:      Maintained
2510 F:      drivers/platform/chrome/
2511
2512 CISCO VIC ETHERNET NIC DRIVER
2513 M:      Christian Benvenuti <benve@cisco.com>
2514 M:      Sujith Sankar <ssujith@cisco.com>
2515 M:      Govindarajulu Varadarajan <_govind@gmx.com>
2516 M:      Neel Patel <neepatel@cisco.com>
2517 S:      Supported
2518 F:      drivers/net/ethernet/cisco/enic/
2519
2520 CISCO VIC LOW LATENCY NIC DRIVER
2521 M:      Upinder Malhi <umalhi@cisco.com>
2522 S:      Supported
2523 F:      drivers/infiniband/hw/usnic
2524
2525 CIRRUS LOGIC EP93XX ETHERNET DRIVER
2526 M:      Hartley Sweeten <hsweeten@visionengravers.com>
2527 L:      netdev@vger.kernel.org
2528 S:      Maintained
2529 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
2530
2531 CIRRUS LOGIC AUDIO CODEC DRIVERS
2532 M:      Brian Austin <brian.austin@cirrus.com>
2533 M:      Paul Handrigan <Paul.Handrigan@cirrus.com>
2534 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2535 S:      Maintained
2536 F:      sound/soc/codecs/cs*
2537
2538 CLEANCACHE API
2539 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
2540 L:      linux-kernel@vger.kernel.org
2541 S:      Maintained
2542 F:      mm/cleancache.c
2543 F:      include/linux/cleancache.h
2544
2545 CLK API
2546 M:      Russell King <linux@arm.linux.org.uk>
2547 S:      Maintained
2548 F:      include/linux/clk.h
2549
2550 CLOCKSOURCE, CLOCKEVENT DRIVERS
2551 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2552 M:      Thomas Gleixner <tglx@linutronix.de>
2553 L:      linux-kernel@vger.kernel.org
2554 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
2555 S:      Supported
2556 F:      drivers/clocksource
2557
2558 CISCO FCOE HBA DRIVER
2559 M:      Hiral Patel <hiralpat@cisco.com>
2560 M:      Suma Ramars <sramars@cisco.com>
2561 M:      Brian Uchino <buchino@cisco.com>
2562 L:      linux-scsi@vger.kernel.org
2563 S:      Supported
2564 F:      drivers/scsi/fnic/
2565
2566 CMPC ACPI DRIVER
2567 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
2568 M:      Daniel Oliveira Nascimento <don@syst.com.br>
2569 L:      platform-driver-x86@vger.kernel.org
2570 S:      Supported
2571 F:      drivers/platform/x86/classmate-laptop.c
2572
2573 COCCINELLE/Semantic Patches (SmPL)
2574 M:      Julia Lawall <Julia.Lawall@lip6.fr>
2575 M:      Gilles Muller <Gilles.Muller@lip6.fr>
2576 M:      Nicolas Palix <nicolas.palix@imag.fr>
2577 M:      Michal Marek <mmarek@suse.cz>
2578 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
2579 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git misc
2580 W:      http://coccinelle.lip6.fr/
2581 S:      Supported
2582 F:      Documentation/coccinelle.txt
2583 F:      scripts/coccinelle/
2584 F:      scripts/coccicheck
2585
2586 CODA FILE SYSTEM
2587 M:      Jan Harkes <jaharkes@cs.cmu.edu>
2588 M:      coda@cs.cmu.edu
2589 L:      codalist@coda.cs.cmu.edu
2590 W:      http://www.coda.cs.cmu.edu/
2591 S:      Maintained
2592 F:      Documentation/filesystems/coda.txt
2593 F:      fs/coda/
2594 F:      include/linux/coda*.h
2595 F:      include/uapi/linux/coda*.h
2596
2597 CODA V4L2 MEM2MEM DRIVER
2598 M:      Philipp Zabel <p.zabel@pengutronix.de>
2599 L:      linux-media@vger.kernel.org
2600 S:      Maintained
2601 F:      Documentation/devicetree/bindings/media/coda.txt
2602 F:      drivers/media/platform/coda/
2603
2604 COMMON CLK FRAMEWORK
2605 M:      Mike Turquette <mturquette@linaro.org>
2606 M:      Stephen Boyd <sboyd@codeaurora.org>
2607 L:      linux-kernel@vger.kernel.org
2608 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux.git
2609 S:      Maintained
2610 F:      drivers/clk/
2611 X:      drivers/clk/clkdev.c
2612 F:      include/linux/clk-pr*
2613 F:      include/linux/clk/
2614
2615 COMMON INTERNET FILE SYSTEM (CIFS)
2616 M:      Steve French <sfrench@samba.org>
2617 L:      linux-cifs@vger.kernel.org
2618 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2619 W:      http://linux-cifs.samba.org/
2620 T:      git git://git.samba.org/sfrench/cifs-2.6.git
2621 S:      Supported
2622 F:      Documentation/filesystems/cifs/
2623 F:      fs/cifs/
2624
2625 COMPACTPCI HOTPLUG CORE
2626 M:      Scott Murray <scott@spiteful.org>
2627 L:      linux-pci@vger.kernel.org
2628 S:      Maintained
2629 F:      drivers/pci/hotplug/cpci_hotplug*
2630
2631 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2632 M:      Scott Murray <scott@spiteful.org>
2633 L:      linux-pci@vger.kernel.org
2634 S:      Maintained
2635 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2636
2637 COMPACTPCI HOTPLUG GENERIC DRIVER
2638 M:      Scott Murray <scott@spiteful.org>
2639 L:      linux-pci@vger.kernel.org
2640 S:      Maintained
2641 F:      drivers/pci/hotplug/cpcihp_generic.c
2642
2643 COMPAL LAPTOP SUPPORT
2644 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2645 L:      platform-driver-x86@vger.kernel.org
2646 S:      Maintained
2647 F:      drivers/platform/x86/compal-laptop.c
2648
2649 CONEXANT ACCESSRUNNER USB DRIVER
2650 M:      Simon Arlott <cxacru@fire.lp0.eu>
2651 L:      accessrunner-general@lists.sourceforge.net
2652 W:      http://accessrunner.sourceforge.net/
2653 S:      Maintained
2654 F:      drivers/usb/atm/cxacru.c
2655
2656 CONFIGFS
2657 M:      Joel Becker <jlbec@evilplan.org>
2658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2659 S:      Supported
2660 F:      fs/configfs/
2661 F:      include/linux/configfs.h
2662
2663 CONNECTOR
2664 M:      Evgeniy Polyakov <zbr@ioremap.net>
2665 L:      netdev@vger.kernel.org
2666 S:      Maintained
2667 F:      drivers/connector/
2668
2669 CONTROL GROUP (CGROUP)
2670 M:      Tejun Heo <tj@kernel.org>
2671 M:      Li Zefan <lizefan@huawei.com>
2672 L:      cgroups@vger.kernel.org
2673 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2674 S:      Maintained
2675 F:      Documentation/cgroups/
2676 F:      include/linux/cgroup*
2677 F:      kernel/cgroup*
2678
2679 CONTROL GROUP - CPUSET
2680 M:      Li Zefan <lizefan@huawei.com>
2681 L:      cgroups@vger.kernel.org
2682 W:      http://www.bullopensource.org/cpuset/
2683 W:      http://oss.sgi.com/projects/cpusets/
2684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2685 S:      Maintained
2686 F:      Documentation/cgroups/cpusets.txt
2687 F:      include/linux/cpuset.h
2688 F:      kernel/cpuset.c
2689
2690 CONTROL GROUP - MEMORY RESOURCE CONTROLLER (MEMCG)
2691 M:      Johannes Weiner <hannes@cmpxchg.org>
2692 M:      Michal Hocko <mhocko@suse.cz>
2693 L:      cgroups@vger.kernel.org
2694 L:      linux-mm@kvack.org
2695 S:      Maintained
2696 F:      mm/memcontrol.c
2697 F:      mm/swap_cgroup.c
2698
2699 CORETEMP HARDWARE MONITORING DRIVER
2700 M:      Fenghua Yu <fenghua.yu@intel.com>
2701 L:      lm-sensors@lm-sensors.org
2702 S:      Maintained
2703 F:      Documentation/hwmon/coretemp
2704 F:      drivers/hwmon/coretemp.c
2705
2706 COSA/SRP SYNC SERIAL DRIVER
2707 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2708 W:      http://www.fi.muni.cz/~kas/cosa/
2709 S:      Maintained
2710 F:      drivers/net/wan/cosa*
2711
2712 CPMAC ETHERNET DRIVER
2713 M:      Florian Fainelli <florian@openwrt.org>
2714 L:      netdev@vger.kernel.org
2715 S:      Maintained
2716 F:      drivers/net/ethernet/ti/cpmac.c
2717
2718 CPU FREQUENCY DRIVERS
2719 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2720 M:      Viresh Kumar <viresh.kumar@linaro.org>
2721 L:      linux-pm@vger.kernel.org
2722 S:      Maintained
2723 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2724 T:      git git://git.linaro.org/people/vireshk/linux.git (For ARM Updates)
2725 F:      drivers/cpufreq/
2726 F:      include/linux/cpufreq.h
2727
2728 CPU FREQUENCY DRIVERS - ARM BIG LITTLE
2729 M:      Viresh Kumar <viresh.kumar@linaro.org>
2730 M:      Sudeep Holla <sudeep.holla@arm.com>
2731 L:      linux-pm@vger.kernel.org
2732 W:      http://www.arm.com/products/processors/technologies/biglittleprocessing.php
2733 S:      Maintained
2734 F:      drivers/cpufreq/arm_big_little.h
2735 F:      drivers/cpufreq/arm_big_little.c
2736 F:      drivers/cpufreq/arm_big_little_dt.c
2737
2738 CPUIDLE DRIVER - ARM BIG LITTLE
2739 M:      Lorenzo Pieralisi <lorenzo.pieralisi@arm.com>
2740 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2741 L:      linux-pm@vger.kernel.org
2742 L:      linux-arm-kernel@lists.infradead.org
2743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2744 S:      Maintained
2745 F:      drivers/cpuidle/cpuidle-big_little.c
2746
2747 CPUIDLE DRIVER - ARM EXYNOS
2748 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
2749 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2750 M:      Kukjin Kim <kgene@kernel.org>
2751 L:      linux-pm@vger.kernel.org
2752 L:      linux-samsung-soc@vger.kernel.org
2753 S:      Supported
2754 F:      drivers/cpuidle/cpuidle-exynos.c
2755 F:      arch/arm/mach-exynos/pm.c
2756
2757 CPUIDLE DRIVERS
2758 M:      Rafael J. Wysocki <rjw@rjwysocki.net>
2759 M:      Daniel Lezcano <daniel.lezcano@linaro.org>
2760 L:      linux-pm@vger.kernel.org
2761 S:      Maintained
2762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git
2763 F:      drivers/cpuidle/*
2764 F:      include/linux/cpuidle.h
2765
2766 CPUID/MSR DRIVER
2767 M:      "H. Peter Anvin" <hpa@zytor.com>
2768 S:      Maintained
2769 F:      arch/x86/kernel/cpuid.c
2770 F:      arch/x86/kernel/msr.c
2771
2772 CPU POWER MONITORING SUBSYSTEM
2773 M:      Thomas Renninger <trenn@suse.de>
2774 L:      linux-pm@vger.kernel.org
2775 S:      Maintained
2776 F:      tools/power/cpupower/
2777
2778 CRAMFS FILESYSTEM
2779 W:      http://sourceforge.net/projects/cramfs/
2780 S:      Orphan / Obsolete
2781 F:      Documentation/filesystems/cramfs.txt
2782 F:      fs/cramfs/
2783
2784 CRIS PORT
2785 M:      Mikael Starvik <starvik@axis.com>
2786 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2787 L:      linux-cris-kernel@axis.com
2788 W:      http://developer.axis.com
2789 S:      Maintained
2790 F:      arch/cris/
2791 F:      drivers/tty/serial/crisv10.*
2792
2793 CRYPTO API
2794 M:      Herbert Xu <herbert@gondor.apana.org.au>
2795 M:      "David S. Miller" <davem@davemloft.net>
2796 L:      linux-crypto@vger.kernel.org
2797 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2798 S:      Maintained
2799 F:      Documentation/crypto/
2800 F:      arch/*/crypto/
2801 F:      crypto/
2802 F:      drivers/crypto/
2803 F:      include/crypto/
2804
2805 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2806 M:      Neil Horman <nhorman@tuxdriver.com>
2807 L:      linux-crypto@vger.kernel.org
2808 S:      Maintained
2809 F:      crypto/ansi_cprng.c
2810 F:      crypto/rng.c
2811
2812 CS5535 Audio ALSA driver
2813 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2814 S:      Maintained
2815 F:      sound/pci/cs5535audio/
2816
2817 CW1200 WLAN driver
2818 M:      Solomon Peachy <pizza@shaftnet.org>
2819 S:      Maintained
2820 F:      drivers/net/wireless/cw1200/
2821
2822 CX18 VIDEO4LINUX DRIVER
2823 M:      Andy Walls <awalls@md.metrocast.net>
2824 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
2825 L:      linux-media@vger.kernel.org
2826 T:      git git://linuxtv.org/media_tree.git
2827 W:      http://linuxtv.org
2828 W:      http://www.ivtvdriver.org/index.php/Cx18
2829 S:      Maintained
2830 F:      Documentation/video4linux/cx18.txt
2831 F:      drivers/media/pci/cx18/
2832 F:      include/uapi/linux/ivtv*
2833
2834 CX2341X MPEG ENCODER HELPER MODULE
2835 M:      Hans Verkuil <hverkuil@xs4all.nl>
2836 L:      linux-media@vger.kernel.org
2837 T:      git git://linuxtv.org/media_tree.git
2838 W:      http://linuxtv.org
2839 S:      Maintained
2840 F:      drivers/media/common/cx2341x*
2841 F:      include/media/cx2341x*
2842
2843 CX88 VIDEO4LINUX DRIVER
2844 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
2845 L:      linux-media@vger.kernel.org
2846 W:      http://linuxtv.org
2847 T:      git git://linuxtv.org/media_tree.git
2848 S:      Odd fixes
2849 F:      Documentation/video4linux/cx88/
2850 F:      drivers/media/pci/cx88/
2851
2852 CXD2820R MEDIA DRIVER
2853 M:      Antti Palosaari <crope@iki.fi>
2854 L:      linux-media@vger.kernel.org
2855 W:      http://linuxtv.org/
2856 W:      http://palosaari.fi/linux/
2857 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2858 T:      git git://linuxtv.org/anttip/media_tree.git
2859 S:      Maintained
2860 F:      drivers/media/dvb-frontends/cxd2820r*
2861
2862 CXGB3 ETHERNET DRIVER (CXGB3)
2863 M:      Santosh Raspatur <santosh@chelsio.com>
2864 L:      netdev@vger.kernel.org
2865 W:      http://www.chelsio.com
2866 S:      Supported
2867 F:      drivers/net/ethernet/chelsio/cxgb3/
2868
2869 CXGB3 ISCSI DRIVER (CXGB3I)
2870 M:      Karen Xie <kxie@chelsio.com>
2871 L:      linux-scsi@vger.kernel.org
2872 W:      http://www.chelsio.com
2873 S:      Supported
2874 F:      drivers/scsi/cxgbi/cxgb3i
2875
2876 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2877 M:      Steve Wise <swise@chelsio.com>
2878 L:      linux-rdma@vger.kernel.org
2879 W:      http://www.openfabrics.org
2880 S:      Supported
2881 F:      drivers/infiniband/hw/cxgb3/
2882
2883 CXGB4 ETHERNET DRIVER (CXGB4)
2884 M:      Hariprasad S <hariprasad@chelsio.com>
2885 L:      netdev@vger.kernel.org
2886 W:      http://www.chelsio.com
2887 S:      Supported
2888 F:      drivers/net/ethernet/chelsio/cxgb4/
2889
2890 CXGB4 ISCSI DRIVER (CXGB4I)
2891 M:      Karen Xie <kxie@chelsio.com>
2892 L:      linux-scsi@vger.kernel.org
2893 W:      http://www.chelsio.com
2894 S:      Supported
2895 F:      drivers/scsi/cxgbi/cxgb4i
2896
2897 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2898 M:      Steve Wise <swise@chelsio.com>
2899 L:      linux-rdma@vger.kernel.org
2900 W:      http://www.openfabrics.org
2901 S:      Supported
2902 F:      drivers/infiniband/hw/cxgb4/
2903
2904 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2905 M:      Casey Leedom <leedom@chelsio.com>
2906 L:      netdev@vger.kernel.org
2907 W:      http://www.chelsio.com
2908 S:      Supported
2909 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2910
2911 CXL (IBM Coherent Accelerator Processor Interface CAPI) DRIVER
2912 M:      Ian Munsie <imunsie@au1.ibm.com>
2913 M:      Michael Neuling <mikey@neuling.org>
2914 L:      linuxppc-dev@lists.ozlabs.org
2915 S:      Supported
2916 F:      drivers/misc/cxl/
2917 F:      include/misc/cxl.h
2918 F:      include/uapi/misc/cxl.h
2919 F:      Documentation/powerpc/cxl.txt
2920 F:      Documentation/powerpc/cxl.txt
2921 F:      Documentation/ABI/testing/sysfs-class-cxl
2922
2923 STMMAC ETHERNET DRIVER
2924 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2925 L:      netdev@vger.kernel.org
2926 W:      http://www.stlinux.com
2927 S:      Supported
2928 F:      drivers/net/ethernet/stmicro/stmmac/
2929
2930 CYBERPRO FB DRIVER
2931 M:      Russell King <linux@arm.linux.org.uk>
2932 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2933 W:      http://www.arm.linux.org.uk/
2934 S:      Maintained
2935 F:      drivers/video/fbdev/cyber2000fb.*
2936
2937 CYCLADES ASYNC MUX DRIVER
2938 W:      http://www.cyclades.com/
2939 S:      Orphan
2940 F:      drivers/tty/cyclades.c
2941 F:      include/linux/cyclades.h
2942 F:      include/uapi/linux/cyclades.h
2943
2944 CYCLADES PC300 DRIVER
2945 W:      http://www.cyclades.com/
2946 S:      Orphan
2947 F:      drivers/net/wan/pc300*
2948
2949 CYPRESS_FIRMWARE MEDIA DRIVER
2950 M:      Antti Palosaari <crope@iki.fi>
2951 L:      linux-media@vger.kernel.org
2952 W:      http://linuxtv.org/
2953 W:      http://palosaari.fi/linux/
2954 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2955 T:      git git://linuxtv.org/anttip/media_tree.git
2956 S:      Maintained
2957 F:      drivers/media/common/cypress_firmware*
2958
2959 CYTTSP TOUCHSCREEN DRIVER
2960 M:      Ferruh Yigit <fery@cypress.com>
2961 L:      linux-input@vger.kernel.org
2962 S:      Supported
2963 F:      drivers/input/touchscreen/cyttsp*
2964 F:      include/linux/input/cyttsp.h
2965
2966 DAMA SLAVE for AX.25
2967 M:      Joerg Reuter <jreuter@yaina.de>
2968 W:      http://yaina.de/jreuter/
2969 W:      http://www.qsl.net/dl1bke/
2970 L:      linux-hams@vger.kernel.org
2971 S:      Maintained
2972 F:      net/ax25/af_ax25.c
2973 F:      net/ax25/ax25_dev.c
2974 F:      net/ax25/ax25_ds_*
2975 F:      net/ax25/ax25_in.c
2976 F:      net/ax25/ax25_out.c
2977 F:      net/ax25/ax25_timer.c
2978 F:      net/ax25/sysctl_net_ax25.c
2979
2980 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2981 L:      netdev@vger.kernel.org
2982 S:      Orphan
2983 F:      Documentation/networking/dmfe.txt
2984 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2985
2986 DC390/AM53C974 SCSI driver
2987 M:      Hannes Reinecke <hare@suse.de>
2988 L:      linux-scsi@vger.kernel.org
2989 S:      Maintained
2990 F:      drivers/scsi/am53c974.c
2991
2992 DC395x SCSI driver
2993 M:      Oliver Neukum <oliver@neukum.org>
2994 M:      Ali Akcaagac <aliakc@web.de>
2995 M:      Jamie Lenehan <lenehan@twibble.org>
2996 L:      dc395x@twibble.org
2997 W:      http://twibble.org/dist/dc395x/
2998 W:      http://lists.twibble.org/mailman/listinfo/dc395x/
2999 S:      Maintained
3000 F:      Documentation/scsi/dc395x.txt
3001 F:      drivers/scsi/dc395x.*
3002
3003 DCCP PROTOCOL
3004 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
3005 L:      dccp@vger.kernel.org
3006 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
3007 S:      Maintained
3008 F:      include/linux/dccp.h
3009 F:      include/uapi/linux/dccp.h
3010 F:      include/linux/tfrc.h
3011 F:      net/dccp/
3012
3013 DECnet NETWORK LAYER
3014 W:      http://linux-decnet.sourceforge.net
3015 L:      linux-decnet-user@lists.sourceforge.net
3016 S:      Orphan
3017 F:      Documentation/networking/decnet.txt
3018 F:      net/decnet/
3019
3020 DECSTATION PLATFORM SUPPORT
3021 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3022 L:      linux-mips@linux-mips.org
3023 W:      http://www.linux-mips.org/wiki/DECstation
3024 S:      Maintained
3025 F:      arch/mips/dec/
3026 F:      arch/mips/include/asm/dec/
3027 F:      arch/mips/include/asm/mach-dec/
3028
3029 DEFXX FDDI NETWORK DRIVER
3030 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3031 S:      Maintained
3032 F:      drivers/net/fddi/defxx.*
3033
3034 DELL LAPTOP DRIVER
3035 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3036 L:      platform-driver-x86@vger.kernel.org
3037 S:      Maintained
3038 F:      drivers/platform/x86/dell-laptop.c
3039
3040 DELL LAPTOP SMM DRIVER
3041 M:      Guenter Roeck <linux@roeck-us.net>
3042 S:      Maintained
3043 F:      drivers/char/i8k.c
3044 F:      include/uapi/linux/i8k.h
3045
3046 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
3047 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
3048 S:      Maintained
3049 F:      Documentation/dcdbas.txt
3050 F:      drivers/firmware/dcdbas.*
3051
3052 DELL WMI EXTRAS DRIVER
3053 M:      Matthew Garrett <mjg59@srcf.ucam.org>
3054 S:      Maintained
3055 F:      drivers/platform/x86/dell-wmi.c
3056
3057 DESIGNWARE USB2 DRD IP DRIVER
3058 M:      John Youn <johnyoun@synopsys.com>
3059 L:      linux-usb@vger.kernel.org
3060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3061 S:      Maintained
3062 F:      drivers/usb/dwc2/
3063
3064 DESIGNWARE USB3 DRD IP DRIVER
3065 M:      Felipe Balbi <balbi@ti.com>
3066 L:      linux-usb@vger.kernel.org
3067 L:      linux-omap@vger.kernel.org
3068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
3069 S:      Maintained
3070 F:      drivers/usb/dwc3/
3071
3072 DEVICE COREDUMP (DEV_COREDUMP)
3073 M:      Johannes Berg <johannes@sipsolutions.net>
3074 L:      linux-kernel@vger.kernel.org
3075 S:      Maintained
3076 F:      drivers/base/devcoredump.c
3077 F:      include/linux/devcoredump.h
3078
3079 DEVICE FREQUENCY (DEVFREQ)
3080 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3081 M:      Kyungmin Park <kyungmin.park@samsung.com>
3082 L:      linux-pm@vger.kernel.org
3083 S:      Maintained
3084 F:      drivers/devfreq/
3085
3086 DEVICE NUMBER REGISTRY
3087 M:      Torben Mathiasen <device@lanana.org>
3088 W:      http://lanana.org/docs/device-list/index.html
3089 S:      Maintained
3090
3091 DEVICE-MAPPER  (LVM)
3092 M:      Alasdair Kergon <agk@redhat.com>
3093 M:      Mike Snitzer <snitzer@redhat.com>
3094 M:      dm-devel@redhat.com
3095 L:      dm-devel@redhat.com
3096 W:      http://sources.redhat.com/dm
3097 Q:      http://patchwork.kernel.org/project/dm-devel/list/
3098 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm.git
3099 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
3100 S:      Maintained
3101 F:      Documentation/device-mapper/
3102 F:      drivers/md/dm*
3103 F:      drivers/md/persistent-data/
3104 F:      include/linux/device-mapper.h
3105 F:      include/linux/dm-*.h
3106 F:      include/uapi/linux/dm-*.h
3107
3108 DIALOG SEMICONDUCTOR DRIVERS
3109 M:      Support Opensource <support.opensource@diasemi.com>
3110 W:      http://www.dialog-semiconductor.com/products
3111 S:      Supported
3112 F:      Documentation/hwmon/da90??
3113 F:      drivers/gpio/gpio-da90??.c
3114 F:      drivers/hwmon/da90??-hwmon.c
3115 F:      drivers/input/misc/da90??_onkey.c
3116 F:      drivers/input/touchscreen/da9052_tsi.c
3117 F:      drivers/leds/leds-da90??.c
3118 F:      drivers/mfd/da903x.c
3119 F:      drivers/mfd/da90??-*.c
3120 F:      drivers/power/da9052-battery.c
3121 F:      drivers/regulator/da903x.c
3122 F:      drivers/regulator/da9???-regulator.[ch]
3123 F:      drivers/rtc/rtc-da90??.c
3124 F:      drivers/video/backlight/da90??_bl.c
3125 F:      drivers/watchdog/da90??_wdt.c
3126 F:      include/linux/mfd/da903x.h
3127 F:      include/linux/mfd/da9052/
3128 F:      include/linux/mfd/da9055/
3129 F:      include/linux/mfd/da9063/
3130 F:      include/sound/da[79]*.h
3131 F:      sound/soc/codecs/da[79]*.[ch]
3132
3133 DIGI NEO AND CLASSIC PCI PRODUCTS
3134 M:      Lidza Louina <lidza.louina@gmail.com>
3135 M:      Mark Hounschell <markh@compro.net>
3136 L:      driverdev-devel@linuxdriverproject.org
3137 S:      Maintained
3138 F:      drivers/staging/dgnc/
3139
3140 DIGI EPCA PCI PRODUCTS
3141 M:      Lidza Louina <lidza.louina@gmail.com>
3142 M:      Mark Hounschell <markh@compro.net>
3143 M:      Daeseok Youn <daeseok.youn@gmail.com>
3144 L:      driverdev-devel@linuxdriverproject.org
3145 S:      Maintained
3146 F:      drivers/staging/dgap/
3147
3148 DIOLAN U2C-12 I2C DRIVER
3149 M:      Guenter Roeck <linux@roeck-us.net>
3150 L:      linux-i2c@vger.kernel.org
3151 S:      Maintained
3152 F:      drivers/i2c/busses/i2c-diolan-u2c.c
3153
3154 DIRECTORY NOTIFICATION (DNOTIFY)
3155 M:      Eric Paris <eparis@parisplace.org>
3156 S:      Maintained
3157 F:      Documentation/filesystems/dnotify.txt
3158 F:      fs/notify/dnotify/
3159 F:      include/linux/dnotify.h
3160
3161 DISK GEOMETRY AND PARTITION HANDLING
3162 M:      Andries Brouwer <aeb@cwi.nl>
3163 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
3164 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
3165 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
3166 S:      Maintained
3167
3168 DISKQUOTA
3169 M:      Jan Kara <jack@suse.cz>
3170 S:      Maintained
3171 F:      Documentation/filesystems/quota.txt
3172 F:      fs/quota/
3173 F:      include/linux/quota*.h
3174 F:      include/uapi/linux/quota*.h
3175
3176 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
3177 M:      Bernie Thompson <bernie@plugable.com>
3178 L:      linux-fbdev@vger.kernel.org
3179 S:      Maintained
3180 W:      http://plugable.com/category/projects/udlfb/
3181 F:      drivers/video/fbdev/udlfb.c
3182 F:      include/video/udlfb.h
3183 F:      Documentation/fb/udlfb.txt
3184
3185 DISTRIBUTED LOCK MANAGER (DLM)
3186 M:      Christine Caulfield <ccaulfie@redhat.com>
3187 M:      David Teigland <teigland@redhat.com>
3188 L:      cluster-devel@redhat.com
3189 W:      http://sources.redhat.com/cluster/
3190 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
3191 S:      Supported
3192 F:      fs/dlm/
3193
3194 DMA BUFFER SHARING FRAMEWORK
3195 M:      Sumit Semwal <sumit.semwal@linaro.org>
3196 S:      Maintained
3197 L:      linux-media@vger.kernel.org
3198 L:      dri-devel@lists.freedesktop.org
3199 L:      linaro-mm-sig@lists.linaro.org (moderated for non-subscribers)
3200 F:      drivers/dma-buf/
3201 F:      include/linux/dma-buf*
3202 F:      include/linux/reservation.h
3203 F:      include/linux/*fence.h
3204 F:      Documentation/dma-buf-sharing.txt
3205 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
3206
3207 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
3208 M:      Vinod Koul <vinod.koul@intel.com>
3209 L:      dmaengine@vger.kernel.org
3210 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
3211 S:      Maintained
3212 F:      drivers/dma/
3213 F:      include/linux/dmaengine.h
3214 F:      Documentation/dmaengine/
3215 T:      git git://git.infradead.org/users/vkoul/slave-dma.git
3216
3217 DME1737 HARDWARE MONITOR DRIVER
3218 M:      Juerg Haefliger <juergh@gmail.com>
3219 L:      lm-sensors@lm-sensors.org
3220 S:      Maintained
3221 F:      Documentation/hwmon/dme1737
3222 F:      drivers/hwmon/dme1737.c
3223
3224 DOCKING STATION DRIVER
3225 M:      Shaohua Li <shaohua.li@intel.com>
3226 L:      linux-acpi@vger.kernel.org
3227 S:      Supported
3228 F:      drivers/acpi/dock.c
3229
3230 DOCUMENTATION
3231 M:      Jonathan Corbet <corbet@lwn.net>
3232 L:      linux-doc@vger.kernel.org
3233 S:      Maintained
3234 F:      Documentation/
3235 X:      Documentation/ABI/
3236 X:      Documentation/devicetree/
3237 X:      Documentation/[a-z][a-z]_[A-Z][A-Z]/
3238 T:      git git://git.lwn.net/linux-2.6.git docs-next
3239
3240 DOUBLETALK DRIVER
3241 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
3242 L:      blinux-list@redhat.com
3243 S:      Maintained
3244 F:      drivers/char/dtlk.c
3245 F:      include/linux/dtlk.h
3246
3247 DPT_I2O SCSI RAID DRIVER
3248 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3249 L:      linux-scsi@vger.kernel.org
3250 W:      http://www.adaptec.com/
3251 S:      Maintained
3252 F:      drivers/scsi/dpt*
3253 F:      drivers/scsi/dpt/
3254
3255 DRBD DRIVER
3256 P:      Philipp Reisner
3257 P:      Lars Ellenberg
3258 M:      drbd-dev@lists.linbit.com
3259 L:      drbd-user@lists.linbit.com
3260 W:      http://www.drbd.org
3261 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
3262 T:      git git://git.drbd.org/drbd-8.3.git
3263 S:      Supported
3264 F:      drivers/block/drbd/
3265 F:      lib/lru_cache.c
3266 F:      Documentation/blockdev/drbd/
3267
3268 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
3269 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3270 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
3271 S:      Supported
3272 F:      Documentation/kobject.txt
3273 F:      drivers/base/
3274 F:      fs/sysfs/
3275 F:      fs/debugfs/
3276 F:      include/linux/kobj*
3277 F:      include/linux/debugfs.h
3278 F:      lib/kobj*
3279
3280 DRM DRIVERS
3281 M:      David Airlie <airlied@linux.ie>
3282 L:      dri-devel@lists.freedesktop.org
3283 T:      git git://people.freedesktop.org/~airlied/linux
3284 S:      Maintained
3285 F:      drivers/gpu/drm/
3286 F:      drivers/gpu/vga/
3287 F:      include/drm/
3288 F:      include/uapi/drm/
3289
3290 RADEON DRM DRIVERS
3291 M:      Alex Deucher <alexander.deucher@amd.com>
3292 M:      Christian König <christian.koenig@amd.com>
3293 L:      dri-devel@lists.freedesktop.org
3294 T:      git git://people.freedesktop.org/~agd5f/linux
3295 S:      Supported
3296 F:      drivers/gpu/drm/radeon/
3297 F:      include/uapi/drm/radeon*
3298
3299 DRM PANEL DRIVERS
3300 M:      Thierry Reding <thierry.reding@gmail.com>
3301 L:      dri-devel@lists.freedesktop.org
3302 T:      git git://anongit.freedesktop.org/tegra/linux.git
3303 S:      Maintained
3304 F:      drivers/gpu/drm/drm_panel.c
3305 F:      drivers/gpu/drm/panel/
3306 F:      include/drm/drm_panel.h
3307 F:      Documentation/devicetree/bindings/panel/
3308
3309 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
3310 M:      Daniel Vetter <daniel.vetter@intel.com>
3311 M:      Jani Nikula <jani.nikula@linux.intel.com>
3312 L:      intel-gfx@lists.freedesktop.org
3313 L:      dri-devel@lists.freedesktop.org
3314 Q:      http://patchwork.freedesktop.org/project/intel-gfx/
3315 T:      git git://anongit.freedesktop.org/drm-intel
3316 S:      Supported
3317 F:      drivers/gpu/drm/i915/
3318 F:      include/drm/i915*
3319 F:      include/uapi/drm/i915*
3320
3321 DRM DRIVERS FOR EXYNOS
3322 M:      Inki Dae <inki.dae@samsung.com>
3323 M:      Joonyoung Shim <jy0922.shim@samsung.com>
3324 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
3325 M:      Kyungmin Park <kyungmin.park@samsung.com>
3326 L:      dri-devel@lists.freedesktop.org
3327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
3328 S:      Supported
3329 F:      drivers/gpu/drm/exynos/
3330 F:      include/drm/exynos*
3331 F:      include/uapi/drm/exynos*
3332
3333 DRM DRIVERS FOR FREESCALE IMX
3334 M:      Philipp Zabel <p.zabel@pengutronix.de>
3335 L:      dri-devel@lists.freedesktop.org
3336 S:      Maintained
3337 F:      drivers/gpu/drm/imx/
3338 F:      Documentation/devicetree/bindings/drm/imx/
3339
3340 DRM DRIVERS FOR NVIDIA TEGRA
3341 M:      Thierry Reding <thierry.reding@gmail.com>
3342 M:      Terje Bergström <tbergstrom@nvidia.com>
3343 L:      dri-devel@lists.freedesktop.org
3344 L:      linux-tegra@vger.kernel.org
3345 T:      git git://anongit.freedesktop.org/tegra/linux.git
3346 S:      Supported
3347 F:      drivers/gpu/drm/tegra/
3348 F:      drivers/gpu/host1x/
3349 F:      include/linux/host1x.h
3350 F:      include/uapi/drm/tegra_drm.h
3351 F:      Documentation/devicetree/bindings/gpu/nvidia,tegra20-host1x.txt
3352
3353 DRM DRIVERS FOR RENESAS
3354 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
3355 L:      dri-devel@lists.freedesktop.org
3356 L:      linux-sh@vger.kernel.org
3357 T:      git git://people.freedesktop.org/~airlied/linux
3358 S:      Supported
3359 F:      drivers/gpu/drm/rcar-du/
3360 F:      drivers/gpu/drm/shmobile/
3361 F:      include/linux/platform_data/rcar-du.h
3362 F:      include/linux/platform_data/shmob_drm.h
3363
3364 DSBR100 USB FM RADIO DRIVER
3365 M:      Alexey Klimov <klimov.linux@gmail.com>
3366 L:      linux-media@vger.kernel.org
3367 T:      git git://linuxtv.org/media_tree.git
3368 S:      Maintained
3369 F:      drivers/media/radio/dsbr100.c
3370
3371 DSCC4 DRIVER
3372 M:      Francois Romieu <romieu@fr.zoreil.com>
3373 L:      netdev@vger.kernel.org
3374 S:      Maintained
3375 F:      drivers/net/wan/dscc4.c
3376
3377 DVB_USB_AF9015 MEDIA DRIVER
3378 M:      Antti Palosaari <crope@iki.fi>
3379 L:      linux-media@vger.kernel.org
3380 W:      http://linuxtv.org/
3381 W:      http://palosaari.fi/linux/
3382 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3383 T:      git git://linuxtv.org/anttip/media_tree.git
3384 S:      Maintained
3385 F:      drivers/media/usb/dvb-usb-v2/af9015*
3386
3387 DVB_USB_AF9035 MEDIA DRIVER
3388 M:      Antti Palosaari <crope@iki.fi>
3389 L:      linux-media@vger.kernel.org
3390 W:      http://linuxtv.org/
3391 W:      http://palosaari.fi/linux/
3392 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3393 T:      git git://linuxtv.org/anttip/media_tree.git
3394 S:      Maintained
3395 F:      drivers/media/usb/dvb-usb-v2/af9035*
3396
3397 DVB_USB_ANYSEE MEDIA DRIVER
3398 M:      Antti Palosaari <crope@iki.fi>
3399 L:      linux-media@vger.kernel.org
3400 W:      http://linuxtv.org/
3401 W:      http://palosaari.fi/linux/
3402 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3403 T:      git git://linuxtv.org/anttip/media_tree.git
3404 S:      Maintained
3405 F:      drivers/media/usb/dvb-usb-v2/anysee*
3406
3407 DVB_USB_AU6610 MEDIA DRIVER
3408 M:      Antti Palosaari <crope@iki.fi>
3409 L:      linux-media@vger.kernel.org
3410 W:      http://linuxtv.org/
3411 W:      http://palosaari.fi/linux/
3412 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3413 T:      git git://linuxtv.org/anttip/media_tree.git
3414 S:      Maintained
3415 F:      drivers/media/usb/dvb-usb-v2/au6610*
3416
3417 DVB_USB_CE6230 MEDIA DRIVER
3418 M:      Antti Palosaari <crope@iki.fi>
3419 L:      linux-media@vger.kernel.org
3420 W:      http://linuxtv.org/
3421 W:      http://palosaari.fi/linux/
3422 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3423 T:      git git://linuxtv.org/anttip/media_tree.git
3424 S:      Maintained
3425 F:      drivers/media/usb/dvb-usb-v2/ce6230*
3426
3427 DVB_USB_CXUSB MEDIA DRIVER
3428 M:      Michael Krufky <mkrufky@linuxtv.org>
3429 L:      linux-media@vger.kernel.org
3430 W:      http://linuxtv.org/
3431 W:      http://github.com/mkrufky
3432 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3433 T:      git git://linuxtv.org/media_tree.git
3434 S:      Maintained
3435 F:      drivers/media/usb/dvb-usb/cxusb*
3436
3437 DVB_USB_EC168 MEDIA DRIVER
3438 M:      Antti Palosaari <crope@iki.fi>
3439 L:      linux-media@vger.kernel.org
3440 W:      http://linuxtv.org/
3441 W:      http://palosaari.fi/linux/
3442 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3443 T:      git git://linuxtv.org/anttip/media_tree.git
3444 S:      Maintained
3445 F:      drivers/media/usb/dvb-usb-v2/ec168*
3446
3447 DVB_USB_GL861 MEDIA DRIVER
3448 M:      Antti Palosaari <crope@iki.fi>
3449 L:      linux-media@vger.kernel.org
3450 W:      http://linuxtv.org/
3451 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3452 T:      git git://linuxtv.org/anttip/media_tree.git
3453 S:      Maintained
3454 F:      drivers/media/usb/dvb-usb-v2/gl861*
3455
3456 DVB_USB_MXL111SF MEDIA DRIVER
3457 M:      Michael Krufky <mkrufky@linuxtv.org>
3458 L:      linux-media@vger.kernel.org
3459 W:      http://linuxtv.org/
3460 W:      http://github.com/mkrufky
3461 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3462 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
3463 S:      Maintained
3464 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
3465
3466 DVB_USB_RTL28XXU MEDIA DRIVER
3467 M:      Antti Palosaari <crope@iki.fi>
3468 L:      linux-media@vger.kernel.org
3469 W:      http://linuxtv.org/
3470 W:      http://palosaari.fi/linux/
3471 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3472 T:      git git://linuxtv.org/anttip/media_tree.git
3473 S:      Maintained
3474 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
3475
3476 DVB_USB_V2 MEDIA DRIVER
3477 M:      Antti Palosaari <crope@iki.fi>
3478 L:      linux-media@vger.kernel.org
3479 W:      http://linuxtv.org/
3480 W:      http://palosaari.fi/linux/
3481 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3482 T:      git git://linuxtv.org/anttip/media_tree.git
3483 S:      Maintained
3484 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
3485 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
3486
3487 DYNAMIC DEBUG
3488 M:      Jason Baron <jbaron@akamai.com>
3489 S:      Maintained
3490 F:      lib/dynamic_debug.c
3491 F:      include/linux/dynamic_debug.h
3492
3493 DZ DECSTATION DZ11 SERIAL DRIVER
3494 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
3495 S:      Maintained
3496 F:      drivers/tty/serial/dz.*
3497
3498 E3X0 POWER BUTTON DRIVER
3499 M:      Moritz Fischer <moritz.fischer@ettus.com>
3500 L:      usrp-users@lists.ettus.com
3501 W:      http://www.ettus.com
3502 S:      Supported
3503 F:      drivers/input/misc/e3x0-button.c
3504 F:      Documentation/devicetree/bindings/input/e3x0-button.txt
3505
3506 E4000 MEDIA DRIVER
3507 M:      Antti Palosaari <crope@iki.fi>
3508 L:      linux-media@vger.kernel.org
3509 W:      http://linuxtv.org/
3510 W:      http://palosaari.fi/linux/
3511 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3512 T:      git git://linuxtv.org/anttip/media_tree.git
3513 S:      Maintained
3514 F:      drivers/media/tuners/e4000*
3515
3516 EATA ISA/EISA/PCI SCSI DRIVER
3517 M:      Dario Ballabio <ballabio_dario@emc.com>
3518 L:      linux-scsi@vger.kernel.org
3519 S:      Maintained
3520 F:      drivers/scsi/eata.c
3521
3522 EC100 MEDIA DRIVER
3523 M:      Antti Palosaari <crope@iki.fi>
3524 L:      linux-media@vger.kernel.org
3525 W:      http://linuxtv.org/
3526 W:      http://palosaari.fi/linux/
3527 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3528 T:      git git://linuxtv.org/anttip/media_tree.git
3529 S:      Maintained
3530 F:      drivers/media/dvb-frontends/ec100*
3531
3532 ECRYPT FILE SYSTEM
3533 M:      Tyler Hicks <tyhicks@canonical.com>
3534 L:      ecryptfs@vger.kernel.org
3535 W:      http://ecryptfs.org
3536 W:      https://launchpad.net/ecryptfs
3537 S:      Supported
3538 F:      Documentation/filesystems/ecryptfs.txt
3539 F:      fs/ecryptfs/
3540
3541 EDAC-CORE
3542 M:      Doug Thompson <dougthompson@xmission.com>
3543 M:      Borislav Petkov <bp@alien8.de>
3544 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3545 L:      linux-edac@vger.kernel.org
3546 W:      bluesmoke.sourceforge.net
3547 T:      git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp.git#for-next
3548 T:      git://git.kernel.org/pub/linux/kernel/git/mchehab/linux-edac.git#linux_next
3549 S:      Supported
3550 F:      Documentation/edac.txt
3551 F:      drivers/edac/
3552 F:      include/linux/edac.h
3553
3554 EDAC-AMD64
3555 M:      Doug Thompson <dougthompson@xmission.com>
3556 M:      Borislav Petkov <bp@alien8.de>
3557 L:      linux-edac@vger.kernel.org
3558 W:      bluesmoke.sourceforge.net
3559 S:      Maintained
3560 F:      drivers/edac/amd64_edac*
3561
3562 EDAC-CALXEDA
3563 M:      Doug Thompson <dougthompson@xmission.com>
3564 M:      Robert Richter <rric@kernel.org>
3565 L:      linux-edac@vger.kernel.org
3566 W:      bluesmoke.sourceforge.net
3567 S:      Maintained
3568 F:      drivers/edac/highbank*
3569
3570 EDAC-CAVIUM
3571 M:      Ralf Baechle <ralf@linux-mips.org>
3572 M:      David Daney <david.daney@cavium.com>
3573 L:      linux-edac@vger.kernel.org
3574 L:      linux-mips@linux-mips.org
3575 W:      bluesmoke.sourceforge.net
3576 S:      Supported
3577 F:      drivers/edac/octeon_edac*
3578
3579 EDAC-E752X
3580 M:      Mark Gross <mark.gross@intel.com>
3581 M:      Doug Thompson <dougthompson@xmission.com>
3582 L:      linux-edac@vger.kernel.org
3583 W:      bluesmoke.sourceforge.net
3584 S:      Maintained
3585 F:      drivers/edac/e752x_edac.c
3586
3587 EDAC-E7XXX
3588 M:      Doug Thompson <dougthompson@xmission.com>
3589 L:      linux-edac@vger.kernel.org
3590 W:      bluesmoke.sourceforge.net
3591 S:      Maintained
3592 F:      drivers/edac/e7xxx_edac.c
3593
3594 EDAC-GHES
3595 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3596 L:      linux-edac@vger.kernel.org
3597 W:      bluesmoke.sourceforge.net
3598 S:      Maintained
3599 F:      drivers/edac/ghes_edac.c
3600
3601 EDAC-I82443BXGX
3602 M:      Tim Small <tim@buttersideup.com>
3603 L:      linux-edac@vger.kernel.org
3604 W:      bluesmoke.sourceforge.net
3605 S:      Maintained
3606 F:      drivers/edac/i82443bxgx_edac.c
3607
3608 EDAC-I3000
3609 M:      Jason Uhlenkott <juhlenko@akamai.com>
3610 L:      linux-edac@vger.kernel.org
3611 W:      bluesmoke.sourceforge.net
3612 S:      Maintained
3613 F:      drivers/edac/i3000_edac.c
3614
3615 EDAC-I5000
3616 M:      Doug Thompson <dougthompson@xmission.com>
3617 L:      linux-edac@vger.kernel.org
3618 W:      bluesmoke.sourceforge.net
3619 S:      Maintained
3620 F:      drivers/edac/i5000_edac.c
3621
3622 EDAC-I5400
3623 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3624 L:      linux-edac@vger.kernel.org
3625 W:      bluesmoke.sourceforge.net
3626 S:      Maintained
3627 F:      drivers/edac/i5400_edac.c
3628
3629 EDAC-I7300
3630 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3631 L:      linux-edac@vger.kernel.org
3632 W:      bluesmoke.sourceforge.net
3633 S:      Maintained
3634 F:      drivers/edac/i7300_edac.c
3635
3636 EDAC-I7CORE
3637 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3638 L:      linux-edac@vger.kernel.org
3639 W:      bluesmoke.sourceforge.net
3640 S:      Maintained
3641 F:      drivers/edac/i7core_edac.c
3642
3643 EDAC-I82975X
3644 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
3645 M:      "Arvind R." <arvino55@gmail.com>
3646 L:      linux-edac@vger.kernel.org
3647 W:      bluesmoke.sourceforge.net
3648 S:      Maintained
3649 F:      drivers/edac/i82975x_edac.c
3650
3651 EDAC-IE31200
3652 M:      Jason Baron <jbaron@akamai.com>
3653 L:      linux-edac@vger.kernel.org
3654 W:      bluesmoke.sourceforge.net
3655 S:      Maintained
3656 F:      drivers/edac/ie31200_edac.c
3657
3658 EDAC-MPC85XX
3659 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
3660 L:      linux-edac@vger.kernel.org
3661 W:      bluesmoke.sourceforge.net
3662 S:      Maintained
3663 F:      drivers/edac/mpc85xx_edac.[ch]
3664
3665 EDAC-PASEMI
3666 M:      Egor Martovetsky <egor@pasemi.com>
3667 L:      linux-edac@vger.kernel.org
3668 W:      bluesmoke.sourceforge.net
3669 S:      Maintained
3670 F:      drivers/edac/pasemi_edac.c
3671
3672 EDAC-R82600
3673 M:      Tim Small <tim@buttersideup.com>
3674 L:      linux-edac@vger.kernel.org
3675 W:      bluesmoke.sourceforge.net
3676 S:      Maintained
3677 F:      drivers/edac/r82600_edac.c
3678
3679 EDAC-SBRIDGE
3680 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3681 L:      linux-edac@vger.kernel.org
3682 W:      bluesmoke.sourceforge.net
3683 S:      Maintained
3684 F:      drivers/edac/sb_edac.c
3685
3686 EDIROL UA-101/UA-1000 DRIVER
3687 M:      Clemens Ladisch <clemens@ladisch.de>
3688 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3689 T:      git git://git.alsa-project.org/alsa-kernel.git
3690 S:      Maintained
3691 F:      sound/usb/misc/ua101.c
3692
3693 EXTENSIBLE FIRMWARE INTERFACE (EFI)
3694 M:      Matt Fleming <matt.fleming@intel.com>
3695 L:      linux-efi@vger.kernel.org
3696 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3697 S:      Maintained
3698 F:      Documentation/efi-stub.txt
3699 F:      arch/ia64/kernel/efi.c
3700 F:      arch/x86/boot/compressed/eboot.[ch]
3701 F:      arch/x86/include/asm/efi.h
3702 F:      arch/x86/platform/efi/*
3703 F:      drivers/firmware/efi/*
3704 F:      include/linux/efi*.h
3705
3706 EFI VARIABLE FILESYSTEM
3707 M:      Matthew Garrett <matthew.garrett@nebula.com>
3708 M:      Jeremy Kerr <jk@ozlabs.org>
3709 M:      Matt Fleming <matt.fleming@intel.com>
3710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
3711 L:      linux-efi@vger.kernel.org
3712 S:      Maintained
3713 F:      fs/efivarfs/
3714
3715 EFIFB FRAMEBUFFER DRIVER
3716 L:      linux-fbdev@vger.kernel.org
3717 M:      Peter Jones <pjones@redhat.com>
3718 S:      Maintained
3719 F:      drivers/video/fbdev/efifb.c
3720
3721 EFS FILESYSTEM
3722 W:      http://aeschi.ch.eu.org/efs/
3723 S:      Orphan
3724 F:      fs/efs/
3725
3726 EHCA (IBM GX bus InfiniBand adapter) DRIVER
3727 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
3728 M:      Christoph Raisch <raisch@de.ibm.com>
3729 L:      linux-rdma@vger.kernel.org
3730 S:      Supported
3731 F:      drivers/infiniband/hw/ehca/
3732
3733 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
3734 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
3735 L:      netdev@vger.kernel.org
3736 S:      Maintained
3737 F:      drivers/net/ethernet/ibm/ehea/
3738
3739 EM28XX VIDEO4LINUX DRIVER
3740 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
3741 L:      linux-media@vger.kernel.org
3742 W:      http://linuxtv.org
3743 T:      git git://linuxtv.org/media_tree.git
3744 S:      Maintained
3745 F:      drivers/media/usb/em28xx/
3746
3747 EMBEDDED LINUX
3748 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
3749 M:      Matt Mackall <mpm@selenic.com>
3750 M:      David Woodhouse <dwmw2@infradead.org>
3751 L:      linux-embedded@vger.kernel.org
3752 S:      Maintained
3753
3754 EMULEX LPFC FC SCSI DRIVER
3755 M:      James Smart <james.smart@emulex.com>
3756 L:      linux-scsi@vger.kernel.org
3757 W:      http://sourceforge.net/projects/lpfcxxxx
3758 S:      Supported
3759 F:      drivers/scsi/lpfc/
3760
3761 ENE CB710 FLASH CARD READER DRIVER
3762 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
3763 S:      Maintained
3764 F:      drivers/misc/cb710/
3765 F:      drivers/mmc/host/cb710-mmc.*
3766 F:      include/linux/cb710.h
3767
3768 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
3769 M:      Maxim Levitsky <maximlevitsky@gmail.com>
3770 S:      Maintained
3771 F:      drivers/media/rc/ene_ir.*
3772
3773 ENHANCED ERROR HANDLING (EEH)
3774 M:      Gavin Shan <shangw@linux.vnet.ibm.com>
3775 L:      linuxppc-dev@lists.ozlabs.org
3776 S:      Supported
3777 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
3778 F:      arch/powerpc/kernel/eeh*.c
3779
3780 EPSON S1D13XXX FRAMEBUFFER DRIVER
3781 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
3782 S:      Maintained
3783 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
3784 F:      drivers/video/fbdev/s1d13xxxfb.c
3785 F:      include/video/s1d13xxxfb.h
3786
3787 ET131X NETWORK DRIVER
3788 M:      Mark Einon <mark.einon@gmail.com>
3789 S:      Odd Fixes
3790 F:      drivers/net/ethernet/agere/
3791
3792 ETHERNET BRIDGE
3793 M:      Stephen Hemminger <stephen@networkplumber.org>
3794 L:      bridge@lists.linux-foundation.org
3795 L:      netdev@vger.kernel.org
3796 W:      http://www.linuxfoundation.org/en/Net:Bridge
3797 S:      Maintained
3798 F:      include/linux/netfilter_bridge/
3799 F:      net/bridge/
3800
3801 ETHERNET PHY LIBRARY
3802 M:      Florian Fainelli <f.fainelli@gmail.com>
3803 L:      netdev@vger.kernel.org
3804 S:      Maintained
3805 F:      include/linux/phy.h
3806 F:      include/linux/phy_fixed.h
3807 F:      drivers/net/phy/
3808 F:      Documentation/networking/phy.txt
3809 F:      drivers/of/of_mdio.c
3810 F:      drivers/of/of_net.c
3811
3812 EXT2 FILE SYSTEM
3813 M:      Jan Kara <jack@suse.cz>
3814 L:      linux-ext4@vger.kernel.org
3815 S:      Maintained
3816 F:      Documentation/filesystems/ext2.txt
3817 F:      fs/ext2/
3818 F:      include/linux/ext2*
3819
3820 EXT3 FILE SYSTEM
3821 M:      Jan Kara <jack@suse.cz>
3822 M:      Andrew Morton <akpm@linux-foundation.org>
3823 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3824 L:      linux-ext4@vger.kernel.org
3825 S:      Maintained
3826 F:      Documentation/filesystems/ext3.txt
3827 F:      fs/ext3/
3828
3829 EXT4 FILE SYSTEM
3830 M:      "Theodore Ts'o" <tytso@mit.edu>
3831 M:      Andreas Dilger <adilger.kernel@dilger.ca>
3832 L:      linux-ext4@vger.kernel.org
3833 W:      http://ext4.wiki.kernel.org
3834 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
3835 S:      Maintained
3836 F:      Documentation/filesystems/ext4.txt
3837 F:      fs/ext4/
3838
3839 Extended Verification Module (EVM)
3840 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
3841 L:      linux-ima-devel@lists.sourceforge.net
3842 L:      linux-security-module@vger.kernel.org
3843 S:      Supported
3844 F:      security/integrity/evm/
3845
3846 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
3847 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
3848 M:      Chanwoo Choi <cw00.choi@samsung.com>
3849 L:      linux-kernel@vger.kernel.org
3850 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chanwoo/extcon.git
3851 S:      Maintained
3852 F:      drivers/extcon/
3853 F:      Documentation/extcon/
3854
3855 EXYNOS DP DRIVER
3856 M:      Jingoo Han <jg1.han@samsung.com>
3857 L:      dri-devel@lists.freedesktop.org
3858 S:      Maintained
3859 F:      drivers/gpu/drm/exynos/exynos_dp*
3860
3861 EXYNOS MIPI DISPLAY DRIVERS
3862 M:      Inki Dae <inki.dae@samsung.com>
3863 M:      Donghwa Lee <dh09.lee@samsung.com>
3864 M:      Kyungmin Park <kyungmin.park@samsung.com>
3865 L:      linux-fbdev@vger.kernel.org
3866 S:      Maintained
3867 F:      drivers/video/fbdev/exynos/exynos_mipi*
3868 F:      include/video/exynos_mipi*
3869
3870 F71805F HARDWARE MONITORING DRIVER
3871 M:      Jean Delvare <jdelvare@suse.de>
3872 L:      lm-sensors@lm-sensors.org
3873 S:      Maintained
3874 F:      Documentation/hwmon/f71805f
3875 F:      drivers/hwmon/f71805f.c
3876
3877 FC0011 TUNER DRIVER
3878 M:      Michael Buesch <m@bues.ch>
3879 L:      linux-media@vger.kernel.org
3880 S:      Maintained
3881 F:      drivers/media/tuners/fc0011.h
3882 F:      drivers/media/tuners/fc0011.c
3883
3884 FC2580 MEDIA DRIVER
3885 M:      Antti Palosaari <crope@iki.fi>
3886 L:      linux-media@vger.kernel.org
3887 W:      http://linuxtv.org/
3888 W:      http://palosaari.fi/linux/
3889 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3890 T:      git git://linuxtv.org/anttip/media_tree.git
3891 S:      Maintained
3892 F:      drivers/media/tuners/fc2580*
3893
3894 FANOTIFY
3895 M:      Eric Paris <eparis@redhat.com>
3896 S:      Maintained
3897 F:      fs/notify/fanotify/
3898 F:      include/linux/fanotify.h
3899 F:      include/uapi/linux/fanotify.h
3900
3901 FARSYNC SYNCHRONOUS DRIVER
3902 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3903 W:      http://www.farsite.co.uk/
3904 S:      Supported
3905 F:      drivers/net/wan/farsync.*
3906
3907 FAULT INJECTION SUPPORT
3908 M:      Akinobu Mita <akinobu.mita@gmail.com>
3909 S:      Supported
3910 F:      Documentation/fault-injection/
3911 F:      lib/fault-inject.c
3912
3913 FBTFT Framebuffer drivers
3914 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
3915 M:      Noralf Trønnes <noralf@tronnes.org>
3916 S:      Maintained
3917 F:      drivers/staging/fbtft/
3918
3919 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3920 M:      Robert Love <robert.w.love@intel.com>
3921 L:      fcoe-devel@open-fcoe.org
3922 W:      www.Open-FCoE.org
3923 S:      Supported
3924 F:      drivers/scsi/libfc/
3925 F:      drivers/scsi/fcoe/
3926 F:      include/scsi/fc/
3927 F:      include/scsi/libfc.h
3928 F:      include/scsi/libfcoe.h
3929 F:      include/uapi/scsi/fc/
3930
3931 FILE LOCKING (flock() and fcntl()/lockf())
3932 M:      Jeff Layton <jlayton@poochiereds.net>
3933 M:      J. Bruce Fields <bfields@fieldses.org>
3934 L:      linux-fsdevel@vger.kernel.org
3935 S:      Maintained
3936 F:      include/linux/fcntl.h
3937 F:      include/linux/fs.h
3938 F:      include/uapi/linux/fcntl.h
3939 F:      include/uapi/linux/fs.h
3940 F:      fs/fcntl.c
3941 F:      fs/locks.c
3942
3943 FILESYSTEMS (VFS and infrastructure)
3944 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3945 L:      linux-fsdevel@vger.kernel.org
3946 S:      Maintained
3947 F:      fs/*
3948
3949 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3950 M:      Riku Voipio <riku.voipio@iki.fi>
3951 L:      lm-sensors@lm-sensors.org
3952 S:      Maintained
3953 F:      drivers/hwmon/f75375s.c
3954 F:      include/linux/f75375s.h
3955
3956 FIREWIRE AUDIO DRIVERS
3957 M:      Clemens Ladisch <clemens@ladisch.de>
3958 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3959 T:      git git://git.alsa-project.org/alsa-kernel.git
3960 S:      Maintained
3961 F:      sound/firewire/
3962
3963 FIREWIRE MEDIA DRIVERS (firedtv)
3964 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3965 L:      linux-media@vger.kernel.org
3966 L:      linux1394-devel@lists.sourceforge.net
3967 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3968 S:      Maintained
3969 F:      drivers/media/firewire/
3970
3971 FIREWIRE SBP-2 TARGET
3972 M:      Chris Boot <bootc@bootc.net>
3973 L:      linux-scsi@vger.kernel.org
3974 L:      target-devel@vger.kernel.org
3975 L:      linux1394-devel@lists.sourceforge.net
3976 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3977 S:      Maintained
3978 F:      drivers/target/sbp/
3979
3980 FIREWIRE SUBSYSTEM
3981 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3982 L:      linux1394-devel@lists.sourceforge.net
3983 W:      http://ieee1394.wiki.kernel.org/
3984 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3985 S:      Maintained
3986 F:      drivers/firewire/
3987 F:      include/linux/firewire.h
3988 F:      include/uapi/linux/firewire*.h
3989 F:      tools/firewire/
3990
3991 FIRMWARE LOADER (request_firmware)
3992 M:      Ming Lei <ming.lei@canonical.com>
3993 L:      linux-kernel@vger.kernel.org
3994 S:      Maintained
3995 F:      Documentation/firmware_class/
3996 F:      drivers/base/firmware*.c
3997 F:      include/linux/firmware.h
3998
3999 FLASH ADAPTER DRIVER (IBM Flash Adapter 900GB Full Height PCI Flash Card)
4000 M:      Joshua Morris <josh.h.morris@us.ibm.com>
4001 M:      Philip Kelleher <pjk1939@linux.vnet.ibm.com>
4002 S:      Maintained
4003 F:      drivers/block/rsxx/
4004
4005 FLOPPY DRIVER
4006 M:      Jiri Kosina <jkosina@suse.cz>
4007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
4008 S:      Odd fixes
4009 F:      drivers/block/floppy.c
4010
4011 FMC SUBSYSTEM
4012 M:      Alessandro Rubini <rubini@gnudd.com>
4013 W:      http://www.ohwr.org/projects/fmc-bus
4014 S:      Supported
4015 F:      drivers/fmc/
4016 F:      include/linux/fmc*.h
4017 F:      include/linux/ipmi-fru.h
4018 K:      fmc_d.*register
4019
4020 FPU EMULATOR
4021 M:      Bill Metzenthen <billm@melbpc.org.au>
4022 W:      http://floatingpoint.sourceforge.net/emulator/index.html
4023 S:      Maintained
4024 F:      arch/x86/math-emu/
4025
4026 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
4027 L:      netdev@vger.kernel.org
4028 S:      Orphan
4029 F:      drivers/net/wan/dlci.c
4030 F:      drivers/net/wan/sdla.c
4031
4032 FRAMEBUFFER LAYER
4033 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
4034 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
4035 L:      linux-fbdev@vger.kernel.org
4036 W:      http://linux-fbdev.sourceforge.net/
4037 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
4038 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/plagnioj/linux-fbdev.git
4039 S:      Maintained
4040 F:      Documentation/fb/
4041 F:      Documentation/devicetree/bindings/fb/
4042 F:      drivers/video/
4043 F:      include/video/
4044 F:      include/linux/fb.h
4045 F:      include/uapi/video/
4046 F:      include/uapi/linux/fb.h
4047
4048 FREESCALE DIU FRAMEBUFFER DRIVER
4049 M:      Timur Tabi <timur@tabi.org>
4050 L:      linux-fbdev@vger.kernel.org
4051 S:      Maintained
4052 F:      drivers/video/fbdev/fsl-diu-fb.*
4053
4054 FREESCALE DMA DRIVER
4055 M:      Li Yang <leoli@freescale.com>
4056 M:      Zhang Wei <zw@zh-kernel.org>
4057 L:      linuxppc-dev@lists.ozlabs.org
4058 S:      Maintained
4059 F:      drivers/dma/fsldma.*
4060
4061 FREESCALE I2C CPM DRIVER
4062 M:      Jochen Friedrich <jochen@scram.de>
4063 L:      linuxppc-dev@lists.ozlabs.org
4064 L:      linux-i2c@vger.kernel.org
4065 S:      Maintained
4066 F:      drivers/i2c/busses/i2c-cpm.c
4067
4068 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
4069 M:      Sascha Hauer <kernel@pengutronix.de>
4070 L:      linux-fbdev@vger.kernel.org
4071 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4072 S:      Maintained
4073 F:      include/linux/platform_data/video-imxfb.h
4074 F:      drivers/video/fbdev/imxfb.c
4075
4076 FREESCALE SOC FS_ENET DRIVER
4077 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
4078 M:      Vitaly Bordug <vbordug@ru.mvista.com>
4079 L:      linuxppc-dev@lists.ozlabs.org
4080 L:      netdev@vger.kernel.org
4081 S:      Maintained
4082 F:      drivers/net/ethernet/freescale/fs_enet/
4083 F:      include/linux/fs_enet_pd.h
4084
4085 FREESCALE QUICC ENGINE LIBRARY
4086 L:      linuxppc-dev@lists.ozlabs.org
4087 S:      Orphan
4088 F:      arch/powerpc/sysdev/qe_lib/
4089 F:      arch/powerpc/include/asm/*qe.h
4090
4091 FREESCALE USB PERIPHERAL DRIVERS
4092 M:      Li Yang <leoli@freescale.com>
4093 L:      linux-usb@vger.kernel.org
4094 L:      linuxppc-dev@lists.ozlabs.org
4095 S:      Maintained
4096 F:      drivers/usb/gadget/udc/fsl*
4097
4098 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
4099 M:      Li Yang <leoli@freescale.com>
4100 L:      netdev@vger.kernel.org
4101 L:      linuxppc-dev@lists.ozlabs.org
4102 S:      Maintained
4103 F:      drivers/net/ethernet/freescale/ucc_geth*
4104
4105 FREESCALE QUICC ENGINE UCC UART DRIVER
4106 M:      Timur Tabi <timur@tabi.org>
4107 L:      linuxppc-dev@lists.ozlabs.org
4108 S:      Maintained
4109 F:      drivers/tty/serial/ucc_uart.c
4110
4111 FREESCALE SOC SOUND DRIVERS
4112 M:      Timur Tabi <timur@tabi.org>
4113 M:      Nicolin Chen <nicoleotsuka@gmail.com>
4114 M:      Xiubo Li <Xiubo.Lee@gmail.com>
4115 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4116 L:      linuxppc-dev@lists.ozlabs.org
4117 S:      Maintained
4118 F:      sound/soc/fsl/fsl*
4119 F:      sound/soc/fsl/imx*
4120 F:      sound/soc/fsl/mpc8610_hpcd.c
4121
4122 FREEVXFS FILESYSTEM
4123 M:      Christoph Hellwig <hch@infradead.org>
4124 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
4125 S:      Maintained
4126 F:      fs/freevxfs/
4127
4128 FREEZER
4129 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4130 M:      Pavel Machek <pavel@ucw.cz>
4131 L:      linux-pm@vger.kernel.org
4132 S:      Supported
4133 F:      Documentation/power/freezing-of-tasks.txt
4134 F:      include/linux/freezer.h
4135 F:      kernel/freezer.c
4136
4137 FRONTSWAP API
4138 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
4139 L:      linux-kernel@vger.kernel.org
4140 S:      Maintained
4141 F:      mm/frontswap.c
4142 F:      include/linux/frontswap.h
4143
4144 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
4145 M:      David Howells <dhowells@redhat.com>
4146 L:      linux-cachefs@redhat.com
4147 S:      Supported
4148 F:      Documentation/filesystems/caching/
4149 F:      fs/fscache/
4150 F:      include/linux/fscache*.h
4151
4152 F2FS FILE SYSTEM
4153 M:      Jaegeuk Kim <jaegeuk@kernel.org>
4154 M:      Changman Lee <cm224.lee@samsung.com>
4155 L:      linux-f2fs-devel@lists.sourceforge.net
4156 W:      http://en.wikipedia.org/wiki/F2FS
4157 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
4158 S:      Maintained
4159 F:      Documentation/filesystems/f2fs.txt
4160 F:      Documentation/ABI/testing/sysfs-fs-f2fs
4161 F:      fs/f2fs/
4162 F:      include/linux/f2fs_fs.h
4163
4164 FUJITSU FR-V (FRV) PORT
4165 M:      David Howells <dhowells@redhat.com>
4166 S:      Maintained
4167 F:      arch/frv/
4168
4169 FUJITSU LAPTOP EXTRAS
4170 M:      Jonathan Woithe <jwoithe@just42.net>
4171 L:      platform-driver-x86@vger.kernel.org
4172 S:      Maintained
4173 F:      drivers/platform/x86/fujitsu-laptop.c
4174
4175 FUJITSU M-5MO LS CAMERA ISP DRIVER
4176 M:      Kyungmin Park <kyungmin.park@samsung.com>
4177 M:      Heungjun Kim <riverful.kim@samsung.com>
4178 L:      linux-media@vger.kernel.org
4179 S:      Maintained
4180 F:      drivers/media/i2c/m5mols/
4181 F:      include/media/m5mols.h
4182
4183 FUJITSU TABLET EXTRAS
4184 M:      Robert Gerlach <khnz@gmx.de>
4185 L:      platform-driver-x86@vger.kernel.org
4186 S:      Maintained
4187 F:      drivers/platform/x86/fujitsu-tablet.c
4188
4189 FUSE: FILESYSTEM IN USERSPACE
4190 M:      Miklos Szeredi <miklos@szeredi.hu>
4191 L:      fuse-devel@lists.sourceforge.net
4192 W:      http://fuse.sourceforge.net/
4193 S:      Maintained
4194 F:      fs/fuse/
4195 F:      include/uapi/linux/fuse.h
4196
4197 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
4198 M:      Rik Faith <faith@cs.unc.edu>
4199 L:      linux-scsi@vger.kernel.org
4200 S:      Odd Fixes (e.g., new signatures)
4201 F:      drivers/scsi/fdomain.*
4202
4203 GCOV BASED KERNEL PROFILING
4204 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
4205 S:      Maintained
4206 F:      kernel/gcov/
4207 F:      Documentation/gcov.txt
4208
4209 GDT SCSI DISK ARRAY CONTROLLER DRIVER
4210 M:      Achim Leubner <achim_leubner@adaptec.com>
4211 L:      linux-scsi@vger.kernel.org
4212 W:      http://www.icp-vortex.com/
4213 S:      Supported
4214 F:      drivers/scsi/gdt*
4215
4216 GEMTEK FM RADIO RECEIVER DRIVER
4217 M:      Hans Verkuil <hverkuil@xs4all.nl>
4218 L:      linux-media@vger.kernel.org
4219 T:      git git://linuxtv.org/media_tree.git
4220 W:      http://linuxtv.org
4221 S:      Maintained
4222 F:      drivers/media/radio/radio-gemtek*
4223
4224 GENERIC GPIO I2C DRIVER
4225 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
4226 S:      Supported
4227 F:      drivers/i2c/busses/i2c-gpio.c
4228 F:      include/linux/i2c-gpio.h
4229
4230 GENERIC GPIO I2C MULTIPLEXER DRIVER
4231 M:      Peter Korsgaard <peter.korsgaard@barco.com>
4232 L:      linux-i2c@vger.kernel.org
4233 S:      Supported
4234 F:      drivers/i2c/muxes/i2c-mux-gpio.c
4235 F:      include/linux/i2c-mux-gpio.h
4236 F:      Documentation/i2c/muxes/i2c-mux-gpio
4237
4238 GENERIC HDLC (WAN) DRIVERS
4239 M:      Krzysztof Halasa <khc@pm.waw.pl>
4240 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
4241 S:      Maintained
4242 F:      drivers/net/wan/c101.c
4243 F:      drivers/net/wan/hd6457*
4244 F:      drivers/net/wan/hdlc*
4245 F:      drivers/net/wan/n2.c
4246 F:      drivers/net/wan/pc300too.c
4247 F:      drivers/net/wan/pci200syn.c
4248 F:      drivers/net/wan/wanxl*
4249
4250 GENERIC INCLUDE/ASM HEADER FILES
4251 M:      Arnd Bergmann <arnd@arndb.de>
4252 L:      linux-arch@vger.kernel.org
4253 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
4254 S:      Maintained
4255 F:      include/asm-generic/
4256 F:      include/uapi/asm-generic/
4257
4258 GENERIC PHY FRAMEWORK
4259 M:      Kishon Vijay Abraham I <kishon@ti.com>
4260 L:      linux-kernel@vger.kernel.org
4261 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git
4262 S:      Supported
4263 F:      drivers/phy/
4264 F:      include/linux/phy/
4265
4266 GENERIC UIO DRIVER FOR PCI DEVICES
4267 M:      "Michael S. Tsirkin" <mst@redhat.com>
4268 L:      kvm@vger.kernel.org
4269 S:      Supported
4270 F:      drivers/uio/uio_pci_generic.c
4271
4272 GET_MAINTAINER SCRIPT
4273 M:      Joe Perches <joe@perches.com>
4274 S:      Maintained
4275 F:      scripts/get_maintainer.pl
4276
4277 GFS2 FILE SYSTEM
4278 M:      Steven Whitehouse <swhiteho@redhat.com>
4279 L:      cluster-devel@redhat.com
4280 W:      http://sources.redhat.com/cluster/
4281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
4282 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
4283 S:      Supported
4284 F:      Documentation/filesystems/gfs2*.txt
4285 F:      fs/gfs2/
4286 F:      include/uapi/linux/gfs2_ondisk.h
4287
4288 GIGASET ISDN DRIVERS
4289 M:      Hansjoerg Lipp <hjlipp@web.de>
4290 M:      Tilman Schmidt <tilman@imap.cc>
4291 L:      gigaset307x-common@lists.sourceforge.net
4292 W:      http://gigaset307x.sourceforge.net/
4293 S:      Maintained
4294 F:      Documentation/isdn/README.gigaset
4295 F:      drivers/isdn/gigaset/
4296 F:      include/uapi/linux/gigaset_dev.h
4297
4298 GO7007 MPEG CODEC
4299 M:      Hans Verkuil <hans.verkuil@cisco.com>
4300 L:      linux-media@vger.kernel.org
4301 S:      Maintained
4302 F:      drivers/media/usb/go7007/
4303
4304 GOODIX TOUCHSCREEN
4305 M:      Bastien Nocera <hadess@hadess.net>
4306 L:      linux-input@vger.kernel.org
4307 S:      Maintained
4308 F:      drivers/input/touchscreen/goodix.c
4309
4310 GPIO SUBSYSTEM
4311 M:      Linus Walleij <linus.walleij@linaro.org>
4312 M:      Alexandre Courbot <gnurou@gmail.com>
4313 L:      linux-gpio@vger.kernel.org
4314 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git
4315 S:      Maintained
4316 F:      Documentation/gpio/
4317 F:      drivers/gpio/
4318 F:      include/linux/gpio/
4319 F:      include/linux/gpio.h
4320 F:      include/asm-generic/gpio.h
4321
4322 GRE DEMULTIPLEXER DRIVER
4323 M:      Dmitry Kozlov <xeb@mail.ru>
4324 L:      netdev@vger.kernel.org
4325 S:      Maintained
4326 F:      net/ipv4/gre_demux.c
4327 F:      net/ipv4/gre_offload.c
4328 F:      include/net/gre.h
4329
4330 GRETH 10/100/1G Ethernet MAC device driver
4331 M:      Kristoffer Glembo <kristoffer@gaisler.com>
4332 L:      netdev@vger.kernel.org
4333 S:      Maintained
4334 F:      drivers/net/ethernet/aeroflex/
4335
4336 GSPCA FINEPIX SUBDRIVER
4337 M:      Frank Zago <frank@zago.net>
4338 L:      linux-media@vger.kernel.org
4339 T:      git git://linuxtv.org/media_tree.git
4340 S:      Maintained
4341 F:      drivers/media/usb/gspca/finepix.c
4342
4343 GSPCA GL860 SUBDRIVER
4344 M:      Olivier Lorin <o.lorin@laposte.net>
4345 L:      linux-media@vger.kernel.org
4346 T:      git git://linuxtv.org/media_tree.git
4347 S:      Maintained
4348 F:      drivers/media/usb/gspca/gl860/
4349
4350 GSPCA M5602 SUBDRIVER
4351 M:      Erik Andren <erik.andren@gmail.com>
4352 L:      linux-media@vger.kernel.org
4353 T:      git git://linuxtv.org/media_tree.git
4354 S:      Maintained
4355 F:      drivers/media/usb/gspca/m5602/
4356
4357 GSPCA PAC207 SONIXB SUBDRIVER
4358 M:      Hans de Goede <hdegoede@redhat.com>
4359 L:      linux-media@vger.kernel.org
4360 T:      git git://linuxtv.org/media_tree.git
4361 S:      Maintained
4362 F:      drivers/media/usb/gspca/pac207.c
4363
4364 GSPCA SN9C20X SUBDRIVER
4365 M:      Brian Johnson <brijohn@gmail.com>
4366 L:      linux-media@vger.kernel.org
4367 T:      git git://linuxtv.org/media_tree.git
4368 S:      Maintained
4369 F:      drivers/media/usb/gspca/sn9c20x.c
4370
4371 GSPCA T613 SUBDRIVER
4372 M:      Leandro Costantino <lcostantino@gmail.com>
4373 L:      linux-media@vger.kernel.org
4374 T:      git git://linuxtv.org/media_tree.git
4375 S:      Maintained
4376 F:      drivers/media/usb/gspca/t613.c
4377
4378 GSPCA USB WEBCAM DRIVER
4379 M:      Hans de Goede <hdegoede@redhat.com>
4380 L:      linux-media@vger.kernel.org
4381 T:      git git://linuxtv.org/media_tree.git
4382 S:      Maintained
4383 F:      drivers/media/usb/gspca/
4384
4385 GUID PARTITION TABLE (GPT)
4386 M:      Davidlohr Bueso <davidlohr@hp.com>
4387 L:      linux-efi@vger.kernel.org
4388 S:      Maintained
4389 F:      block/partitions/efi.*
4390
4391 STK1160 USB VIDEO CAPTURE DRIVER
4392 M:      Ezequiel Garcia <elezegarcia@gmail.com>
4393 L:      linux-media@vger.kernel.org
4394 T:      git git://linuxtv.org/media_tree.git
4395 S:      Maintained
4396 F:      drivers/media/usb/stk1160/
4397
4398 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
4399 M:      Frank Seidel <frank@f-seidel.de>
4400 L:      platform-driver-x86@vger.kernel.org
4401 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
4402 S:      Maintained
4403 F:      drivers/platform/x86/hdaps.c
4404
4405 HDPVR USB VIDEO ENCODER DRIVER
4406 M:      Hans Verkuil <hverkuil@xs4all.nl>
4407 L:      linux-media@vger.kernel.org
4408 T:      git git://linuxtv.org/media_tree.git
4409 W:      http://linuxtv.org
4410 S:      Odd Fixes
4411 F:      drivers/media/usb/hdpvr/
4412
4413 HWPOISON MEMORY FAILURE HANDLING
4414 M:      Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
4415 L:      linux-mm@kvack.org
4416 S:      Maintained
4417 F:      mm/memory-failure.c
4418 F:      mm/hwpoison-inject.c
4419
4420 HYPERVISOR VIRTUAL CONSOLE DRIVER
4421 L:      linuxppc-dev@lists.ozlabs.org
4422 S:      Odd Fixes
4423 F:      drivers/tty/hvc/
4424
4425 HACKRF MEDIA DRIVER
4426 M:      Antti Palosaari <crope@iki.fi>
4427 L:      linux-media@vger.kernel.org
4428 W:      http://linuxtv.org/
4429 W:      http://palosaari.fi/linux/
4430 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4431 T:      git git://linuxtv.org/anttip/media_tree.git
4432 S:      Maintained
4433 F:      drivers/media/usb/hackrf/
4434
4435 HARDWARE MONITORING
4436 M:      Jean Delvare <jdelvare@suse.de>
4437 M:      Guenter Roeck <linux@roeck-us.net>
4438 L:      lm-sensors@lm-sensors.org
4439 W:      http://www.lm-sensors.org/
4440 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
4441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
4442 S:      Maintained
4443 F:      Documentation/hwmon/
4444 F:      drivers/hwmon/
4445 F:      include/linux/hwmon*.h
4446
4447 HARDWARE RANDOM NUMBER GENERATOR CORE
4448 M:      Matt Mackall <mpm@selenic.com>
4449 M:      Herbert Xu <herbert@gondor.apana.org.au>
4450 L:      linux-crypto@vger.kernel.org
4451 S:      Odd fixes
4452 F:      Documentation/hw_random.txt
4453 F:      drivers/char/hw_random/
4454 F:      include/linux/hw_random.h
4455
4456 HARDWARE SPINLOCK CORE
4457 M:      Ohad Ben-Cohen <ohad@wizery.com>
4458 S:      Maintained
4459 F:      Documentation/hwspinlock.txt
4460 F:      drivers/hwspinlock/hwspinlock_*
4461 F:      include/linux/hwspinlock.h
4462
4463 HARMONY SOUND DRIVER
4464 L:      linux-parisc@vger.kernel.org
4465 S:      Maintained
4466 F:      sound/parisc/harmony.*
4467
4468 HD29L2 MEDIA DRIVER
4469 M:      Antti Palosaari <crope@iki.fi>
4470 L:      linux-media@vger.kernel.org
4471 W:      http://linuxtv.org/
4472 W:      http://palosaari.fi/linux/
4473 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4474 T:      git git://linuxtv.org/anttip/media_tree.git
4475 S:      Maintained
4476 F:      drivers/media/dvb-frontends/hd29l2*
4477
4478 HEWLETT-PACKARD SMART2 RAID DRIVER
4479 L:      iss_storagedev@hp.com
4480 S:      Orphan
4481 F:      Documentation/blockdev/cpqarray.txt
4482 F:      drivers/block/cpqarray.*
4483
4484 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
4485 M:      Don Brace <don.brace@pmcs.com>
4486 L:      iss_storagedev@hp.com
4487 L:      storagedev@pmcs.com
4488 L:      linux-scsi@vger.kernel.org
4489 S:      Supported
4490 F:      Documentation/scsi/hpsa.txt
4491 F:      drivers/scsi/hpsa*.[ch]
4492 F:      include/linux/cciss*.h
4493 F:      include/uapi/linux/cciss*.h
4494
4495 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
4496 M:      Don Brace <don.brace@pmcs.com>
4497 L:      iss_storagedev@hp.com
4498 L:      storagedev@pmcs.com
4499 L:      linux-scsi@vger.kernel.org
4500 S:      Supported
4501 F:      Documentation/blockdev/cciss.txt
4502 F:      drivers/block/cciss*
4503 F:      include/linux/cciss_ioctl.h
4504 F:      include/uapi/linux/cciss_ioctl.h
4505
4506 HFS FILESYSTEM
4507 L:      linux-fsdevel@vger.kernel.org
4508 S:      Orphan
4509 F:      Documentation/filesystems/hfs.txt
4510 F:      fs/hfs/
4511
4512 HFSPLUS FILESYSTEM
4513 L:      linux-fsdevel@vger.kernel.org
4514 S:      Orphan
4515 F:      Documentation/filesystems/hfsplus.txt
4516 F:      fs/hfsplus/
4517
4518 HGA FRAMEBUFFER DRIVER
4519 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
4520 L:      linux-nvidia@lists.surfsouth.com
4521 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
4522 S:      Maintained
4523 F:      drivers/video/fbdev/hgafb.c
4524
4525 HIBERNATION (aka Software Suspend, aka swsusp)
4526 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
4527 M:      Pavel Machek <pavel@ucw.cz>
4528 L:      linux-pm@vger.kernel.org
4529 S:      Supported
4530 F:      arch/x86/power/
4531 F:      drivers/base/power/
4532 F:      kernel/power/
4533 F:      include/linux/suspend.h
4534 F:      include/linux/freezer.h
4535 F:      include/linux/pm.h
4536 F:      arch/*/include/asm/suspend*.h
4537
4538 HID CORE LAYER
4539 M:      Jiri Kosina <jkosina@suse.cz>
4540 L:      linux-input@vger.kernel.org
4541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
4542 S:      Maintained
4543 F:      drivers/hid/
4544 F:      include/linux/hid*
4545 F:      include/uapi/linux/hid*
4546
4547 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
4548 M:      Thomas Gleixner <tglx@linutronix.de>
4549 L:      linux-kernel@vger.kernel.org
4550 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
4551 S:      Maintained
4552 F:      Documentation/timers/
4553 F:      kernel/time/hrtimer.c
4554 F:      kernel/time/clockevents.c
4555 F:      kernel/time/tick*.*
4556 F:      kernel/time/timer_*.c
4557 F:      include/linux/clockchips.h
4558 F:      include/linux/hrtimer.h
4559
4560 HIGH-SPEED SCC DRIVER FOR AX.25
4561 L:      linux-hams@vger.kernel.org
4562 S:      Orphan
4563 F:      drivers/net/hamradio/dmascc.c
4564 F:      drivers/net/hamradio/scc.c
4565
4566 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
4567 M:      HighPoint Linux Team <linux@highpoint-tech.com>
4568 W:      http://www.highpoint-tech.com
4569 S:      Supported
4570 F:      Documentation/scsi/hptiop.txt
4571 F:      drivers/scsi/hptiop.c
4572
4573 HIPPI
4574 M:      Jes Sorensen <jes@trained-monkey.org>
4575 L:      linux-hippi@sunsite.dk
4576 S:      Maintained
4577 F:      include/linux/hippidevice.h
4578 F:      include/uapi/linux/if_hippi.h
4579 F:      net/802/hippi.c
4580 F:      drivers/net/hippi/
4581
4582 HOST AP DRIVER
4583 M:      Jouni Malinen <j@w1.fi>
4584 L:      hostap@shmoo.com (subscribers-only)
4585 L:      linux-wireless@vger.kernel.org
4586 W:      http://hostap.epitest.fi/
4587 S:      Maintained
4588 F:      drivers/net/wireless/hostap/
4589
4590 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
4591 L:      platform-driver-x86@vger.kernel.org
4592 S:      Orphan
4593 F:      drivers/platform/x86/tc1100-wmi.c
4594
4595 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
4596 M:      Jaroslav Kysela <perex@perex.cz>
4597 S:      Maintained
4598 F:      drivers/net/ethernet/hp/hp100.*
4599
4600 HPET:   High Precision Event Timers driver
4601 M:      Clemens Ladisch <clemens@ladisch.de>
4602 S:      Maintained
4603 F:      Documentation/timers/hpet.txt
4604 F:      drivers/char/hpet.c
4605 F:      include/linux/hpet.h
4606 F:      include/uapi/linux/hpet.h
4607
4608 HPET:   x86
4609 S:      Orphan
4610 F:      arch/x86/kernel/hpet.c
4611 F:      arch/x86/include/asm/hpet.h
4612
4613 HPFS FILESYSTEM
4614 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
4615 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
4616 S:      Maintained
4617 F:      fs/hpfs/
4618
4619 HSI SUBSYSTEM
4620 M:      Sebastian Reichel <sre@kernel.org>
4621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sre/linux-hsi.git
4622 S:      Maintained
4623 F:      Documentation/ABI/testing/sysfs-bus-hsi
4624 F:      Documentation/hsi.txt
4625 F:      drivers/hsi/
4626 F:      include/linux/hsi/
4627 F:      include/uapi/linux/hsi/
4628
4629 HSO 3G MODEM DRIVER
4630 M:      Jan Dumon <j.dumon@option.com>
4631 W:      http://www.pharscape.org
4632 S:      Maintained
4633 F:      drivers/net/usb/hso.c
4634
4635 HSR NETWORK PROTOCOL
4636 M:      Arvid Brodin <arvid.brodin@alten.se>
4637 L:      netdev@vger.kernel.org
4638 S:      Maintained
4639 F:      net/hsr/
4640
4641 HTCPEN TOUCHSCREEN DRIVER
4642 M:      Pau Oliva Fora <pof@eslack.org>
4643 L:      linux-input@vger.kernel.org
4644 S:      Maintained
4645 F:      drivers/input/touchscreen/htcpen.c
4646
4647 HUGETLB FILESYSTEM
4648 M:      Nadia Yvette Chambers <nyc@holomorphy.com>
4649 S:      Maintained
4650 F:      fs/hugetlbfs/
4651
4652 Hyper-V CORE AND DRIVERS
4653 M:      K. Y. Srinivasan <kys@microsoft.com>
4654 M:      Haiyang Zhang <haiyangz@microsoft.com>
4655 L:      devel@linuxdriverproject.org
4656 S:      Maintained
4657 F:      arch/x86/include/asm/mshyperv.h
4658 F:      arch/x86/include/uapi/asm/hyperv.h
4659 F:      arch/x86/kernel/cpu/mshyperv.c
4660 F:      drivers/hid/hid-hyperv.c
4661 F:      drivers/hv/
4662 F:      drivers/input/serio/hyperv-keyboard.c
4663 F:      drivers/net/hyperv/
4664 F:      drivers/scsi/storvsc_drv.c
4665 F:      drivers/video/fbdev/hyperv_fb.c
4666 F:      include/linux/hyperv.h
4667 F:      tools/hv/
4668
4669 I2C OVER PARALLEL PORT
4670 M:      Jean Delvare <jdelvare@suse.de>
4671 L:      linux-i2c@vger.kernel.org
4672 S:      Maintained
4673 F:      Documentation/i2c/busses/i2c-parport
4674 F:      Documentation/i2c/busses/i2c-parport-light
4675 F:      drivers/i2c/busses/i2c-parport.c
4676 F:      drivers/i2c/busses/i2c-parport-light.c
4677
4678 I2C/SMBUS CONTROLLER DRIVERS FOR PC
4679 M:      Jean Delvare <jdelvare@suse.de>
4680 L:      linux-i2c@vger.kernel.org
4681 S:      Maintained
4682 F:      Documentation/i2c/busses/i2c-ali1535
4683 F:      Documentation/i2c/busses/i2c-ali1563
4684 F:      Documentation/i2c/busses/i2c-ali15x3
4685 F:      Documentation/i2c/busses/i2c-amd756
4686 F:      Documentation/i2c/busses/i2c-amd8111
4687 F:      Documentation/i2c/busses/i2c-i801
4688 F:      Documentation/i2c/busses/i2c-nforce2
4689 F:      Documentation/i2c/busses/i2c-piix4
4690 F:      Documentation/i2c/busses/i2c-sis5595
4691 F:      Documentation/i2c/busses/i2c-sis630
4692 F:      Documentation/i2c/busses/i2c-sis96x
4693 F:      Documentation/i2c/busses/i2c-via
4694 F:      Documentation/i2c/busses/i2c-viapro
4695 F:      drivers/i2c/busses/i2c-ali1535.c
4696 F:      drivers/i2c/busses/i2c-ali1563.c
4697 F:      drivers/i2c/busses/i2c-ali15x3.c
4698 F:      drivers/i2c/busses/i2c-amd756.c
4699 F:      drivers/i2c/busses/i2c-amd756-s4882.c
4700 F:      drivers/i2c/busses/i2c-amd8111.c
4701 F:      drivers/i2c/busses/i2c-i801.c
4702 F:      drivers/i2c/busses/i2c-isch.c
4703 F:      drivers/i2c/busses/i2c-nforce2.c
4704 F:      drivers/i2c/busses/i2c-nforce2-s4985.c
4705 F:      drivers/i2c/busses/i2c-piix4.c
4706 F:      drivers/i2c/busses/i2c-sis5595.c
4707 F:      drivers/i2c/busses/i2c-sis630.c
4708 F:      drivers/i2c/busses/i2c-sis96x.c
4709 F:      drivers/i2c/busses/i2c-via.c
4710 F:      drivers/i2c/busses/i2c-viapro.c
4711
4712 I2C/SMBUS ISMT DRIVER
4713 M:      Seth Heasley <seth.heasley@intel.com>
4714 M:      Neil Horman <nhorman@tuxdriver.com>
4715 L:      linux-i2c@vger.kernel.org
4716 F:      drivers/i2c/busses/i2c-ismt.c
4717 F:      Documentation/i2c/busses/i2c-ismt
4718
4719 I2C/SMBUS STUB DRIVER
4720 M:      Jean Delvare <jdelvare@suse.de>
4721 L:      linux-i2c@vger.kernel.org
4722 S:      Maintained
4723 F:      drivers/i2c/i2c-stub.c
4724
4725 I2C SUBSYSTEM
4726 M:      Wolfram Sang <wsa@the-dreams.de>
4727 L:      linux-i2c@vger.kernel.org
4728 W:      https://i2c.wiki.kernel.org/
4729 Q:      https://patchwork.ozlabs.org/project/linux-i2c/list/
4730 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git
4731 S:      Maintained
4732 F:      Documentation/devicetree/bindings/i2c/
4733 F:      Documentation/i2c/
4734 F:      drivers/i2c/
4735 F:      include/linux/i2c.h
4736 F:      include/linux/i2c-*.h
4737 F:      include/uapi/linux/i2c.h
4738 F:      include/uapi/linux/i2c-*.h
4739
4740 I2C ACPI SUPPORT
4741 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
4742 L:      linux-i2c@vger.kernel.org
4743 L:      linux-acpi@vger.kernel.org
4744 S:      Maintained
4745
4746 I2C-TAOS-EVM DRIVER
4747 M:      Jean Delvare <jdelvare@suse.de>
4748 L:      linux-i2c@vger.kernel.org
4749 S:      Maintained
4750 F:      Documentation/i2c/busses/i2c-taos-evm
4751 F:      drivers/i2c/busses/i2c-taos-evm.c
4752
4753 I2C-TINY-USB DRIVER
4754 M:      Till Harbaum <till@harbaum.org>
4755 L:      linux-i2c@vger.kernel.org
4756 W:      http://www.harbaum.org/till/i2c_tiny_usb
4757 S:      Maintained
4758 F:      drivers/i2c/busses/i2c-tiny-usb.c
4759
4760 i386 BOOT CODE
4761 M:      "H. Peter Anvin" <hpa@zytor.com>
4762 S:      Maintained
4763 F:      arch/x86/boot/
4764
4765 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
4766 M:      "H. Peter Anvin" <hpa@zytor.com>
4767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
4768 S:      Maintained
4769
4770 IA64 (Itanium) PLATFORM
4771 M:      Tony Luck <tony.luck@intel.com>
4772 M:      Fenghua Yu <fenghua.yu@intel.com>
4773 L:      linux-ia64@vger.kernel.org
4774 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
4775 S:      Maintained
4776 F:      arch/ia64/
4777
4778 IBM Power in-Nest Crypto Acceleration
4779 M:      Marcelo Henrique Cerri <mhcerri@linux.vnet.ibm.com>
4780 M:      Fionnuala Gunter <fin@linux.vnet.ibm.com>
4781 L:      linux-crypto@vger.kernel.org
4782 S:      Supported
4783 F:      drivers/crypto/nx/
4784
4785 IBM Power 842 compression accelerator
4786 M:      Dan Streetman <ddstreet@us.ibm.com>
4787 S:      Supported
4788 F:      drivers/crypto/nx/nx-842.c
4789 F:      include/linux/nx842.h
4790
4791 IBM Power Linux RAID adapter
4792 M:      Brian King <brking@us.ibm.com>
4793 S:      Supported
4794 F:      drivers/scsi/ipr.*
4795
4796 IBM Power Virtual Ethernet Device Driver
4797 M:      Thomas Falcon <tlfalcon@linux.vnet.ibm.com>
4798 L:      netdev@vger.kernel.org
4799 S:      Supported
4800 F:      drivers/net/ethernet/ibm/ibmveth.*
4801
4802 IBM Power Virtual SCSI Device Drivers
4803 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4804 L:      linux-scsi@vger.kernel.org
4805 S:      Supported
4806 F:      drivers/scsi/ibmvscsi/ibmvscsi*
4807 F:      drivers/scsi/ibmvscsi/viosrp.h
4808
4809 IBM Power Virtual FC Device Drivers
4810 M:      Tyrel Datwyler <tyreld@linux.vnet.ibm.com>
4811 L:      linux-scsi@vger.kernel.org
4812 S:      Supported
4813 F:      drivers/scsi/ibmvscsi/ibmvfc*
4814
4815 IBM ServeRAID RAID DRIVER
4816 S:      Orphan
4817 F:      drivers/scsi/ips.*
4818
4819 ICH LPC AND GPIO DRIVER
4820 M:      Peter Tyser <ptyser@xes-inc.com>
4821 S:      Maintained
4822 F:      drivers/mfd/lpc_ich.c
4823 F:      drivers/gpio/gpio-ich.c
4824
4825 IDE SUBSYSTEM
4826 M:      "David S. Miller" <davem@davemloft.net>
4827 L:      linux-ide@vger.kernel.org
4828 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
4829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
4830 S:      Maintained
4831 F:      Documentation/ide/
4832 F:      drivers/ide/
4833 F:      include/linux/ide.h
4834
4835 IDEAPAD LAPTOP EXTRAS DRIVER
4836 M:      Ike Panhc <ike.pan@canonical.com>
4837 L:      platform-driver-x86@vger.kernel.org
4838 W:      http://launchpad.net/ideapad-laptop
4839 S:      Maintained
4840 F:      drivers/platform/x86/ideapad-laptop.c
4841
4842 IDEAPAD LAPTOP SLIDEBAR DRIVER
4843 M:      Andrey Moiseev <o2g.org.ru@gmail.com>
4844 L:      linux-input@vger.kernel.org
4845 W:      https://github.com/o2genum/ideapad-slidebar
4846 S:      Maintained
4847 F:      drivers/input/misc/ideapad_slidebar.c
4848
4849 IDE/ATAPI DRIVERS
4850 M:      Borislav Petkov <bp@alien8.de>
4851 L:      linux-ide@vger.kernel.org
4852 S:      Maintained
4853 F:      Documentation/cdrom/ide-cd
4854 F:      drivers/ide/ide-cd*
4855
4856 IDLE-I7300
4857 M:      Andy Henroid <andrew.d.henroid@intel.com>
4858 L:      linux-pm@vger.kernel.org
4859 S:      Supported
4860 F:      drivers/idle/i7300_idle.c
4861
4862 IEEE 802.15.4 SUBSYSTEM
4863 M:      Alexander Aring <alex.aring@gmail.com>
4864 L:      linux-wpan@vger.kernel.org
4865 W:      https://github.com/linux-wpan
4866 T:      git git://github.com/linux-wpan/linux-wpan-next.git
4867 S:      Maintained
4868 F:      net/ieee802154/
4869 F:      net/mac802154/
4870 F:      drivers/net/ieee802154/
4871 F:      include/linux/nl802154.h
4872 F:      include/linux/ieee802154.h
4873 F:      include/net/nl802154.h
4874 F:      include/net/mac802154.h
4875 F:      include/net/af_ieee802154.h
4876 F:      include/net/cfg802154.h
4877 F:      include/net/ieee802154_netdev.h
4878 F:      Documentation/networking/ieee802154.txt
4879
4880 IGORPLUG-USB IR RECEIVER
4881 M:      Sean Young <sean@mess.org>
4882 L:      linux-media@vger.kernel.org
4883 S:      Maintained
4884 F:      drivers/media/rc/igorplugusb.c
4885
4886 IGUANAWORKS USB IR TRANSCEIVER
4887 M:      Sean Young <sean@mess.org>
4888 L:      linux-media@vger.kernel.org
4889 S:      Maintained
4890 F:      drivers/media/rc/iguanair.c
4891
4892 IIO SUBSYSTEM AND DRIVERS
4893 M:      Jonathan Cameron <jic23@kernel.org>
4894 R:      Hartmut Knaack <knaack.h@gmx.de>
4895 R:      Lars-Peter Clausen <lars@metafoo.de>
4896 R:      Peter Meerwald <pmeerw@pmeerw.net>
4897 L:      linux-iio@vger.kernel.org
4898 S:      Maintained
4899 F:      drivers/iio/
4900 F:      drivers/staging/iio/
4901 F:      include/linux/iio/
4902
4903 IKANOS/ADI EAGLE ADSL USB DRIVER
4904 M:      Matthieu Castet <castet.matthieu@free.fr>
4905 M:      Stanislaw Gruszka <stf_xl@wp.pl>
4906 S:      Maintained
4907 F:      drivers/usb/atm/ueagle-atm.c
4908
4909 INA209 HARDWARE MONITOR DRIVER
4910 M:      Guenter Roeck <linux@roeck-us.net>
4911 L:      lm-sensors@lm-sensors.org
4912 S:      Maintained
4913 F:      Documentation/hwmon/ina209
4914 F:      Documentation/devicetree/bindings/i2c/ina209.txt
4915 F:      drivers/hwmon/ina209.c
4916
4917 INA2XX HARDWARE MONITOR DRIVER
4918 M:      Guenter Roeck <linux@roeck-us.net>
4919 L:      lm-sensors@lm-sensors.org
4920 S:      Maintained
4921 F:      Documentation/hwmon/ina2xx
4922 F:      drivers/hwmon/ina2xx.c
4923 F:      include/linux/platform_data/ina2xx.h
4924
4925 INDUSTRY PACK SUBSYSTEM (IPACK)
4926 M:      Samuel Iglesias Gonsalvez <siglesias@igalia.com>
4927 M:      Jens Taprogge <jens.taprogge@taprogge.org>
4928 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
4929 L:      industrypack-devel@lists.sourceforge.net
4930 W:      http://industrypack.sourceforge.net
4931 S:      Maintained
4932 F:      drivers/ipack/
4933
4934 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
4935 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
4936 M:      Dmitry Kasatkin <dmitry.kasatkin@gmail.com>
4937 L:      linux-ima-devel@lists.sourceforge.net
4938 L:      linux-ima-user@lists.sourceforge.net
4939 L:      linux-security-module@vger.kernel.org
4940 S:      Supported
4941 F:      security/integrity/ima/
4942
4943 IMGTEC IR DECODER DRIVER
4944 M:      James Hogan <james.hogan@imgtec.com>
4945 S:      Maintained
4946 F:      drivers/media/rc/img-ir/
4947
4948 IMS TWINTURBO FRAMEBUFFER DRIVER
4949 L:      linux-fbdev@vger.kernel.org
4950 S:      Orphan
4951 F:      drivers/video/fbdev/imsttfb.c
4952
4953 INFINIBAND SUBSYSTEM
4954 M:      Roland Dreier <roland@kernel.org>
4955 M:      Sean Hefty <sean.hefty@intel.com>
4956 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
4957 L:      linux-rdma@vger.kernel.org
4958 W:      http://www.openfabrics.org/
4959 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
4960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
4961 S:      Supported
4962 F:      Documentation/infiniband/
4963 F:      drivers/infiniband/
4964 F:      include/uapi/linux/if_infiniband.h
4965
4966 INOTIFY
4967 M:      John McCutchan <john@johnmccutchan.com>
4968 M:      Robert Love <rlove@rlove.org>
4969 M:      Eric Paris <eparis@parisplace.org>
4970 S:      Maintained
4971 F:      Documentation/filesystems/inotify.txt
4972 F:      fs/notify/inotify/
4973 F:      include/linux/inotify.h
4974 F:      include/uapi/linux/inotify.h
4975
4976 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
4977 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
4978 L:      linux-input@vger.kernel.org
4979 Q:      http://patchwork.kernel.org/project/linux-input/list/
4980 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
4981 S:      Maintained
4982 F:      drivers/input/
4983 F:      include/linux/input.h
4984 F:      include/uapi/linux/input.h
4985 F:      include/linux/input/
4986
4987 INPUT MULTITOUCH (MT) PROTOCOL
4988 M:      Henrik Rydberg <rydberg@bitmath.org>
4989 L:      linux-input@vger.kernel.org
4990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
4991 S:      Odd fixes
4992 F:      Documentation/input/multi-touch-protocol.txt
4993 F:      drivers/input/input-mt.c
4994 K:      \b(ABS|SYN)_MT_
4995
4996 INTEL ASoC BDW/HSW DRIVERS
4997 M:      Jie Yang <yang.jie@linux.intel.com>
4998 L:      alsa-devel@alsa-project.org
4999 S:      Supported
5000 F:      sound/soc/intel/sst-haswell*
5001 F:      sound/soc/intel/sst-dsp*
5002 F:      sound/soc/intel/sst-firmware.c
5003 F:      sound/soc/intel/broadwell.c
5004 F:      sound/soc/intel/haswell.c
5005
5006 INTEL C600 SERIES SAS CONTROLLER DRIVER
5007 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
5008 M:      Artur Paszkiewicz <artur.paszkiewicz@intel.com>
5009 L:      linux-scsi@vger.kernel.org
5010 T:      git git://git.code.sf.net/p/intel-sas/isci
5011 S:      Supported
5012 F:      drivers/scsi/isci/
5013
5014 INTEL IDLE DRIVER
5015 M:      Len Brown <lenb@kernel.org>
5016 L:      linux-pm@vger.kernel.org
5017 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
5018 S:      Supported
5019 F:      drivers/idle/intel_idle.c
5020
5021 INTEL PSTATE DRIVER
5022 M:      Kristen Carlson Accardi <kristen@linux.intel.com>
5023 L:      linux-pm@vger.kernel.org
5024 S:      Supported
5025 F:      drivers/cpufreq/intel_pstate.c
5026
5027 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
5028 M:      Maik Broemme <mbroemme@plusserver.de>
5029 L:      linux-fbdev@vger.kernel.org
5030 S:      Maintained
5031 F:      Documentation/fb/intelfb.txt
5032 F:      drivers/video/fbdev/intelfb/
5033
5034 INTEL 810/815 FRAMEBUFFER DRIVER
5035 M:      Antonino Daplas <adaplas@gmail.com>
5036 L:      linux-fbdev@vger.kernel.org
5037 S:      Maintained
5038 F:      drivers/video/fbdev/i810/
5039
5040 INTEL MENLOW THERMAL DRIVER
5041 M:      Sujith Thomas <sujith.thomas@intel.com>
5042 L:      platform-driver-x86@vger.kernel.org
5043 W:      https://01.org/linux-acpi
5044 S:      Supported
5045 F:      drivers/platform/x86/intel_menlow.c
5046
5047 INTEL IA32 MICROCODE UPDATE SUPPORT
5048 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
5049 S:      Maintained
5050 F:      arch/x86/kernel/cpu/microcode/core*
5051 F:      arch/x86/kernel/cpu/microcode/intel*
5052
5053 INTEL I/OAT DMA DRIVER
5054 M:      Dave Jiang <dave.jiang@intel.com>
5055 R:      Dan Williams <dan.j.williams@intel.com>
5056 L:      dmaengine@vger.kernel.org
5057 Q:      https://patchwork.kernel.org/project/linux-dmaengine/list/
5058 S:      Supported
5059 F:      drivers/dma/ioat*
5060
5061 INTEL IOMMU (VT-d)
5062 M:      David Woodhouse <dwmw2@infradead.org>
5063 L:      iommu@lists.linux-foundation.org
5064 T:      git git://git.infradead.org/iommu-2.6.git
5065 S:      Supported
5066 F:      drivers/iommu/intel-iommu.c
5067 F:      include/linux/intel-iommu.h
5068
5069 INTEL IOP-ADMA DMA DRIVER
5070 R:      Dan Williams <dan.j.williams@intel.com>
5071 S:      Odd fixes
5072 F:      drivers/dma/iop-adma.c
5073
5074 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
5075 M:      Krzysztof Halasa <khalasa@piap.pl>
5076 S:      Maintained
5077 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
5078 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
5079 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
5080 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
5081 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
5082 F:      drivers/net/wan/ixp4xx_hss.c
5083
5084 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
5085 M:      Deepak Saxena <dsaxena@plexity.net>
5086 S:      Maintained
5087 F:      drivers/char/hw_random/ixp4xx-rng.c
5088
5089 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/fm10k/igb/igbvf/ixgb/ixgbe/ixgbevf/i40e/i40evf)
5090 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
5091 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
5092 M:      Bruce Allan <bruce.w.allan@intel.com>
5093 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
5094 M:      Don Skidmore <donald.c.skidmore@intel.com>
5095 M:      Greg Rose <gregory.v.rose@intel.com>
5096 M:      Matthew Vick <matthew.vick@intel.com>
5097 M:      John Ronciak <john.ronciak@intel.com>
5098 M:      Mitch Williams <mitch.a.williams@intel.com>
5099 M:      Linux NICS <linux.nics@intel.com>
5100 L:      e1000-devel@lists.sourceforge.net
5101 W:      http://www.intel.com/support/feedback.htm
5102 W:      http://e1000.sourceforge.net/
5103 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
5104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
5105 S:      Supported
5106 F:      Documentation/networking/e100.txt
5107 F:      Documentation/networking/e1000.txt
5108 F:      Documentation/networking/e1000e.txt
5109 F:      Documentation/networking/igb.txt
5110 F:      Documentation/networking/igbvf.txt
5111 F:      Documentation/networking/ixgb.txt
5112 F:      Documentation/networking/ixgbe.txt
5113 F:      Documentation/networking/ixgbevf.txt
5114 F:      Documentation/networking/i40e.txt
5115 F:      Documentation/networking/i40evf.txt
5116 F:      drivers/net/ethernet/intel/
5117 F:      drivers/net/ethernet/intel/*/
5118
5119 INTEL-MID GPIO DRIVER
5120 M:      David Cohen <david.a.cohen@linux.intel.com>
5121 L:      linux-gpio@vger.kernel.org
5122 S:      Maintained
5123 F:      drivers/gpio/gpio-intel-mid.c
5124
5125 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
5126 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
5127 L:      linux-wireless@vger.kernel.org
5128 S:      Maintained
5129 F:      Documentation/networking/README.ipw2100
5130 F:      Documentation/networking/README.ipw2200
5131 F:      drivers/net/wireless/ipw2x00/
5132
5133 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
5134 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
5135 M:      Gang Wei <gang.wei@intel.com>
5136 M:      Shane Wang <shane.wang@intel.com>
5137 L:      tboot-devel@lists.sourceforge.net
5138 W:      http://tboot.sourceforge.net
5139 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
5140 S:      Supported
5141 F:      Documentation/intel_txt.txt
5142 F:      include/linux/tboot.h
5143 F:      arch/x86/kernel/tboot.c
5144
5145 INTEL WIRELESS WIMAX CONNECTION 2400
5146 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5147 M:      linux-wimax@intel.com
5148 L:     wimax@linuxwimax.org (subscribers-only)
5149 S:      Supported
5150 W:      http://linuxwimax.org
5151 F:      Documentation/wimax/README.i2400m
5152 F:      drivers/net/wimax/i2400m/
5153 F:      include/uapi/linux/wimax/i2400m.h
5154
5155 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
5156 M:      Stanislaw Gruszka <sgruszka@redhat.com>
5157 L:      linux-wireless@vger.kernel.org
5158 S:      Supported
5159 F:      drivers/net/wireless/iwlegacy/
5160
5161 INTEL WIRELESS WIFI LINK (iwlwifi)
5162 M:      Johannes Berg <johannes.berg@intel.com>
5163 M:      Emmanuel Grumbach <emmanuel.grumbach@intel.com>
5164 M:      Intel Linux Wireless <ilw@linux.intel.com>
5165 L:      linux-wireless@vger.kernel.org
5166 W:      http://intellinuxwireless.org
5167 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
5168 S:      Supported
5169 F:      drivers/net/wireless/iwlwifi/
5170
5171 INTEL MANAGEMENT ENGINE (mei)
5172 M:      Tomas Winkler <tomas.winkler@intel.com>
5173 L:      linux-kernel@vger.kernel.org
5174 S:      Supported
5175 F:      include/uapi/linux/mei.h
5176 F:      drivers/misc/mei/*
5177 F:      Documentation/misc-devices/mei/*
5178
5179 IOC3 ETHERNET DRIVER
5180 M:      Ralf Baechle <ralf@linux-mips.org>
5181 L:      linux-mips@linux-mips.org
5182 S:      Maintained
5183 F:      drivers/net/ethernet/sgi/ioc3-eth.c
5184
5185 IOC3 SERIAL DRIVER
5186 M:      Pat Gefre <pfg@sgi.com>
5187 L:      linux-serial@vger.kernel.org
5188 S:      Maintained
5189 F:      drivers/tty/serial/ioc3_serial.c
5190
5191 IOMMU DRIVERS
5192 M:      Joerg Roedel <joro@8bytes.org>
5193 L:      iommu@lists.linux-foundation.org
5194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
5195 S:      Maintained
5196 F:      drivers/iommu/
5197
5198 IP MASQUERADING
5199 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
5200 S:      Maintained
5201 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
5202
5203 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
5204 M:      Francois Romieu <romieu@fr.zoreil.com>
5205 M:      Sorbica Shieh <sorbica@icplus.com.tw>
5206 L:      netdev@vger.kernel.org
5207 S:      Maintained
5208 F:      drivers/net/ethernet/icplus/ipg.*
5209
5210 IPATH DRIVER
5211 M:      Mike Marciniszyn <infinipath@intel.com>
5212 L:      linux-rdma@vger.kernel.org
5213 S:      Maintained
5214 F:      drivers/infiniband/hw/ipath/
5215
5216 IPMI SUBSYSTEM
5217 M:      Corey Minyard <minyard@acm.org>
5218 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
5219 W:      http://openipmi.sourceforge.net/
5220 S:      Supported
5221 F:      Documentation/IPMI.txt
5222 F:      drivers/char/ipmi/
5223 F:      include/linux/ipmi*
5224 F:      include/uapi/linux/ipmi*
5225
5226 IPS SCSI RAID DRIVER
5227 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
5228 L:      linux-scsi@vger.kernel.org
5229 W:      http://www.adaptec.com/
5230 S:      Maintained
5231 F:      drivers/scsi/ips*
5232
5233 IPVS
5234 M:      Wensong Zhang <wensong@linux-vs.org>
5235 M:      Simon Horman <horms@verge.net.au>
5236 M:      Julian Anastasov <ja@ssi.bg>
5237 L:      netdev@vger.kernel.org
5238 L:      lvs-devel@vger.kernel.org
5239 S:      Maintained
5240 F:      Documentation/networking/ipvs-sysctl.txt
5241 F:      include/net/ip_vs.h
5242 F:      include/uapi/linux/ip_vs.h
5243 F:      net/netfilter/ipvs/
5244
5245 IPWIRELESS DRIVER
5246 M:      Jiri Kosina <jkosina@suse.cz>
5247 M:      David Sterba <dsterba@suse.cz>
5248 S:      Odd Fixes
5249 F:      drivers/tty/ipwireless/
5250
5251 IPX NETWORK LAYER
5252 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5253 L:      netdev@vger.kernel.org
5254 S:      Maintained
5255 F:      include/net/ipx.h
5256 F:      include/uapi/linux/ipx.h
5257 F:      net/ipx/
5258
5259 IRDA SUBSYSTEM
5260 M:      Samuel Ortiz <samuel@sortiz.org>
5261 L:      irda-users@lists.sourceforge.net (subscribers-only)
5262 L:      netdev@vger.kernel.org
5263 W:      http://irda.sourceforge.net/
5264 S:      Maintained
5265 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
5266 F:      Documentation/networking/irda.txt
5267 F:      drivers/net/irda/
5268 F:      include/net/irda/
5269 F:      net/irda/
5270
5271 IRQ SUBSYSTEM
5272 M:      Thomas Gleixner <tglx@linutronix.de>
5273 L:      linux-kernel@vger.kernel.org
5274 S:      Maintained
5275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5276 F:      kernel/irq/
5277
5278 IRQCHIP DRIVERS
5279 M:      Thomas Gleixner <tglx@linutronix.de>
5280 M:      Jason Cooper <jason@lakedaemon.net>
5281 L:      linux-kernel@vger.kernel.org
5282 S:      Maintained
5283 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
5284 T:      git git://git.infradead.org/users/jcooper/linux.git irqchip/core
5285 F:      Documentation/devicetree/bindings/interrupt-controller/
5286 F:      drivers/irqchip/
5287
5288 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
5289 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5290 S:      Maintained
5291 F:      Documentation/IRQ-domain.txt
5292 F:      include/linux/irqdomain.h
5293 F:      kernel/irq/irqdomain.c
5294
5295 ISAPNP
5296 M:      Jaroslav Kysela <perex@perex.cz>
5297 S:      Maintained
5298 F:      Documentation/isapnp.txt
5299 F:      drivers/pnp/isapnp/
5300 F:      include/linux/isapnp.h
5301
5302 ISA RADIO MODULE
5303 M:      Hans Verkuil <hverkuil@xs4all.nl>
5304 L:      linux-media@vger.kernel.org
5305 T:      git git://linuxtv.org/media_tree.git
5306 W:      http://linuxtv.org
5307 S:      Maintained
5308 F:      drivers/media/radio/radio-isa*
5309
5310 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
5311 M:      Peter Jones <pjones@redhat.com>
5312 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
5313 S:      Maintained
5314 F:      drivers/firmware/iscsi_ibft*
5315
5316 ISCSI
5317 M:      Mike Christie <michaelc@cs.wisc.edu>
5318 L:      open-iscsi@googlegroups.com
5319 W:      www.open-iscsi.org
5320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
5321 S:      Maintained
5322 F:      drivers/scsi/*iscsi*
5323 F:      include/scsi/*iscsi*
5324
5325 ISCSI EXTENSIONS FOR RDMA (ISER) INITIATOR
5326 M:      Or Gerlitz <ogerlitz@mellanox.com>
5327 M:      Sagi Grimberg <sagig@mellanox.com>
5328 M:      Roi Dayan <roid@mellanox.com>
5329 L:      linux-rdma@vger.kernel.org
5330 S:      Supported
5331 W:      http://www.openfabrics.org
5332 W:      www.open-iscsi.org
5333 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5334 F:      drivers/infiniband/ulp/iser/
5335
5336 ISCSI EXTENSIONS FOR RDMA (ISER) TARGET
5337 M:      Sagi Grimberg <sagig@mellanox.com>
5338 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
5339 L:      linux-rdma@vger.kernel.org
5340 L:      target-devel@vger.kernel.org
5341 S:      Supported
5342 W:      http://www.linux-iscsi.org
5343 F:      drivers/infiniband/ulp/isert
5344
5345 ISDN SUBSYSTEM
5346 M:      Karsten Keil <isdn@linux-pingi.de>
5347 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5348 L:      netdev@vger.kernel.org
5349 W:      http://www.isdn4linux.de
5350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
5351 S:      Maintained
5352 F:      Documentation/isdn/
5353 F:      drivers/isdn/
5354 F:      include/linux/isdn.h
5355 F:      include/linux/isdn/
5356 F:      include/uapi/linux/isdn.h
5357 F:      include/uapi/linux/isdn/
5358
5359 ISDN SUBSYSTEM (Eicon active card driver)
5360 M:      Armin Schindler <mac@melware.de>
5361 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
5362 W:      http://www.melware.de
5363 S:      Maintained
5364 F:      drivers/isdn/hardware/eicon/
5365
5366 IT87 HARDWARE MONITORING DRIVER
5367 M:      Jean Delvare <jdelvare@suse.de>
5368 L:      lm-sensors@lm-sensors.org
5369 S:      Maintained
5370 F:      Documentation/hwmon/it87
5371 F:      drivers/hwmon/it87.c
5372
5373 IT913X MEDIA DRIVER
5374 M:      Antti Palosaari <crope@iki.fi>
5375 L:      linux-media@vger.kernel.org
5376 W:      http://linuxtv.org/
5377 W:      http://palosaari.fi/linux/
5378 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5379 T:      git git://linuxtv.org/anttip/media_tree.git
5380 S:      Maintained
5381 F:      drivers/media/tuners/it913x*
5382
5383 IVTV VIDEO4LINUX DRIVER
5384 M:      Andy Walls <awalls@md.metrocast.net>
5385 L:      ivtv-devel@ivtvdriver.org (subscribers-only)
5386 L:      linux-media@vger.kernel.org
5387 T:      git git://linuxtv.org/media_tree.git
5388 W:      http://www.ivtvdriver.org
5389 S:      Maintained
5390 F:      Documentation/video4linux/*.ivtv
5391 F:      drivers/media/pci/ivtv/
5392 F:      include/uapi/linux/ivtv*
5393
5394 IX2505V MEDIA DRIVER
5395 M:      Malcolm Priestley <tvboxspy@gmail.com>
5396 L:      linux-media@vger.kernel.org
5397 W:      http://linuxtv.org/
5398 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5399 S:      Maintained
5400 F:      drivers/media/dvb-frontends/ix2505v*
5401
5402 JC42.4 TEMPERATURE SENSOR DRIVER
5403 M:      Guenter Roeck <linux@roeck-us.net>
5404 L:      lm-sensors@lm-sensors.org
5405 S:      Maintained
5406 F:      drivers/hwmon/jc42.c
5407 F:      Documentation/hwmon/jc42
5408
5409 JFS FILESYSTEM
5410 M:      Dave Kleikamp <shaggy@kernel.org>
5411 L:      jfs-discussion@lists.sourceforge.net
5412 W:      http://jfs.sourceforge.net/
5413 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
5414 S:      Maintained
5415 F:      Documentation/filesystems/jfs.txt
5416 F:      fs/jfs/
5417
5418 JME NETWORK DRIVER
5419 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
5420 L:      netdev@vger.kernel.org
5421 S:      Maintained
5422 F:      drivers/net/ethernet/jme.*
5423
5424 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
5425 M:      David Woodhouse <dwmw2@infradead.org>
5426 L:      linux-mtd@lists.infradead.org
5427 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
5428 S:      Maintained
5429 F:      fs/jffs2/
5430 F:      include/uapi/linux/jffs2.h
5431
5432 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
5433 M:      Andrew Morton <akpm@linux-foundation.org>
5434 M:      Jan Kara <jack@suse.cz>
5435 L:      linux-ext4@vger.kernel.org
5436 S:      Maintained
5437 F:      fs/jbd/
5438 F:      include/linux/jbd.h
5439
5440 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
5441 M:      "Theodore Ts'o" <tytso@mit.edu>
5442 L:      linux-ext4@vger.kernel.org
5443 S:      Maintained
5444 F:      fs/jbd2/
5445 F:      include/linux/jbd2.h
5446
5447 JSM Neo PCI based serial card
5448 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
5449 L:      linux-serial@vger.kernel.org
5450 S:      Maintained
5451 F:      drivers/tty/serial/jsm/
5452
5453 K10TEMP HARDWARE MONITORING DRIVER
5454 M:      Clemens Ladisch <clemens@ladisch.de>
5455 L:      lm-sensors@lm-sensors.org
5456 S:      Maintained
5457 F:      Documentation/hwmon/k10temp
5458 F:      drivers/hwmon/k10temp.c
5459
5460 K8TEMP HARDWARE MONITORING DRIVER
5461 M:      Rudolf Marek <r.marek@assembler.cz>
5462 L:      lm-sensors@lm-sensors.org
5463 S:      Maintained
5464 F:      Documentation/hwmon/k8temp
5465 F:      drivers/hwmon/k8temp.c
5466
5467 KCONFIG
5468 M:      "Yann E. MORIN" <yann.morin.1998@free.fr>
5469 L:      linux-kbuild@vger.kernel.org
5470 T:      git git://gitorious.org/linux-kconfig/linux-kconfig
5471 S:      Maintained
5472 F:      Documentation/kbuild/kconfig-language.txt
5473 F:      scripts/kconfig/
5474
5475 KDUMP
5476 M:      Vivek Goyal <vgoyal@redhat.com>
5477 M:      Haren Myneni <hbabu@us.ibm.com>
5478 L:      kexec@lists.infradead.org
5479 W:      http://lse.sourceforge.net/kdump/
5480 S:      Maintained
5481 F:      Documentation/kdump/
5482
5483 KEENE FM RADIO TRANSMITTER DRIVER
5484 M:      Hans Verkuil <hverkuil@xs4all.nl>
5485 L:      linux-media@vger.kernel.org
5486 T:      git git://linuxtv.org/media_tree.git
5487 W:      http://linuxtv.org
5488 S:      Maintained
5489 F:      drivers/media/radio/radio-keene*
5490
5491 KERNEL AUTOMOUNTER v4 (AUTOFS4)
5492 M:      Ian Kent <raven@themaw.net>
5493 L:      autofs@vger.kernel.org
5494 S:      Maintained
5495 F:      fs/autofs4/
5496
5497 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
5498 M:      Michal Marek <mmarek@suse.cz>
5499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
5500 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
5501 L:      linux-kbuild@vger.kernel.org
5502 S:      Maintained
5503 F:      Documentation/kbuild/
5504 F:      Makefile
5505 F:      scripts/Makefile.*
5506 F:      scripts/basic/
5507 F:      scripts/mk*
5508 F:      scripts/package/
5509
5510 KERNEL JANITORS
5511 L:      kernel-janitors@vger.kernel.org
5512 W:      http://kernelnewbies.org/KernelJanitors
5513 S:      Odd Fixes
5514
5515 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
5516 M:      "J. Bruce Fields" <bfields@fieldses.org>
5517 L:      linux-nfs@vger.kernel.org
5518 W:      http://nfs.sourceforge.net/
5519 S:      Supported
5520 F:      fs/nfsd/
5521 F:      include/uapi/linux/nfsd/
5522 F:      fs/lockd/
5523 F:      fs/nfs_common/
5524 F:      net/sunrpc/
5525 F:      include/linux/lockd/
5526 F:      include/linux/sunrpc/
5527 F:      include/uapi/linux/sunrpc/
5528
5529 KERNEL SELFTEST FRAMEWORK
5530 M:      Shuah Khan <shuahkh@osg.samsung.com>
5531 L:      linux-api@vger.kernel.org
5532 T:      git git://git.kernel.org/pub/scm/shuah/linux-kselftest
5533 S:      Maintained
5534 F:      tools/testing/selftests
5535
5536 KERNEL VIRTUAL MACHINE (KVM)
5537 M:      Gleb Natapov <gleb@kernel.org>
5538 M:      Paolo Bonzini <pbonzini@redhat.com>
5539 L:      kvm@vger.kernel.org
5540 W:      http://www.linux-kvm.org
5541 T:      git git://git.kernel.org/pub/scm/virt/kvm/kvm.git
5542 S:      Supported
5543 F:      Documentation/*/kvm*.txt
5544 F:      Documentation/virtual/kvm/
5545 F:      arch/*/kvm/
5546 F:      arch/*/include/asm/kvm*
5547 F:      include/linux/kvm*
5548 F:      include/uapi/linux/kvm*
5549 F:      virt/kvm/
5550
5551 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
5552 M:      Joerg Roedel <joro@8bytes.org>
5553 L:      kvm@vger.kernel.org
5554 W:      http://kvm.qumranet.com
5555 S:      Maintained
5556 F:      arch/x86/include/asm/svm.h
5557 F:      arch/x86/kvm/svm.c
5558
5559 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
5560 M:      Alexander Graf <agraf@suse.de>
5561 L:      kvm-ppc@vger.kernel.org
5562 W:      http://kvm.qumranet.com
5563 T:      git git://github.com/agraf/linux-2.6.git
5564 S:      Supported
5565 F:      arch/powerpc/include/asm/kvm*
5566 F:      arch/powerpc/kvm/
5567
5568 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
5569 M:      Christian Borntraeger <borntraeger@de.ibm.com>
5570 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
5571 M:      linux390@de.ibm.com
5572 L:      linux-s390@vger.kernel.org
5573 W:      http://www.ibm.com/developerworks/linux/linux390/
5574 S:      Supported
5575 F:      Documentation/s390/kvm.txt
5576 F:      arch/s390/include/asm/kvm*
5577 F:      arch/s390/kvm/
5578 F:      drivers/s390/kvm/
5579
5580 KERNEL VIRTUAL MACHINE (KVM) FOR ARM
5581 M:      Christoffer Dall <christoffer.dall@linaro.org>
5582 M:      Marc Zyngier <marc.zyngier@arm.com>
5583 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5584 L:      kvmarm@lists.cs.columbia.edu
5585 W:      http://systems.cs.columbia.edu/projects/kvm-arm
5586 S:      Supported
5587 F:      arch/arm/include/uapi/asm/kvm*
5588 F:      arch/arm/include/asm/kvm*
5589 F:      arch/arm/kvm/
5590 F:      virt/kvm/arm/
5591 F:      include/kvm/arm_*
5592
5593 KERNEL VIRTUAL MACHINE FOR ARM64 (KVM/arm64)
5594 M:      Christoffer Dall <christoffer.dall@linaro.org>
5595 M:      Marc Zyngier <marc.zyngier@arm.com>
5596 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5597 L:      kvmarm@lists.cs.columbia.edu
5598 S:      Maintained
5599 F:      arch/arm64/include/uapi/asm/kvm*
5600 F:      arch/arm64/include/asm/kvm*
5601 F:      arch/arm64/kvm/
5602
5603 KEXEC
5604 M:      Eric Biederman <ebiederm@xmission.com>
5605 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
5606 L:      kexec@lists.infradead.org
5607 S:      Maintained
5608 F:      include/linux/kexec.h
5609 F:      include/uapi/linux/kexec.h
5610 F:      kernel/kexec.c
5611
5612 KEYS/KEYRINGS:
5613 M:      David Howells <dhowells@redhat.com>
5614 L:      keyrings@linux-nfs.org
5615 S:      Maintained
5616 F:      Documentation/security/keys.txt
5617 F:      include/linux/key.h
5618 F:      include/linux/key-type.h
5619 F:      include/keys/
5620 F:      security/keys/
5621
5622 KEYS-TRUSTED
5623 M:      David Safford <safford@us.ibm.com>
5624 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5625 L:      linux-security-module@vger.kernel.org
5626 L:      keyrings@linux-nfs.org
5627 S:      Supported
5628 F:      Documentation/security/keys-trusted-encrypted.txt
5629 F:      include/keys/trusted-type.h
5630 F:      security/keys/trusted.c
5631 F:      security/keys/trusted.h
5632
5633 KEYS-ENCRYPTED
5634 M:      Mimi Zohar <zohar@linux.vnet.ibm.com>
5635 M:      David Safford <safford@us.ibm.com>
5636 L:      linux-security-module@vger.kernel.org
5637 L:      keyrings@linux-nfs.org
5638 S:      Supported
5639 F:      Documentation/security/keys-trusted-encrypted.txt
5640 F:      include/keys/encrypted-type.h
5641 F:      security/keys/encrypted-keys/
5642
5643 KGDB / KDB /debug_core
5644 M:      Jason Wessel <jason.wessel@windriver.com>
5645 W:      http://kgdb.wiki.kernel.org/
5646 L:      kgdb-bugreport@lists.sourceforge.net
5647 S:      Maintained
5648 F:      Documentation/DocBook/kgdb.tmpl
5649 F:      drivers/misc/kgdbts.c
5650 F:      drivers/tty/serial/kgdboc.c
5651 F:      include/linux/kdb.h
5652 F:      include/linux/kgdb.h
5653 F:      kernel/debug/
5654
5655 KMEMCHECK
5656 M:      Vegard Nossum <vegardno@ifi.uio.no>
5657 M:      Pekka Enberg <penberg@kernel.org>
5658 S:      Maintained
5659 F:      Documentation/kmemcheck.txt
5660 F:      arch/x86/include/asm/kmemcheck.h
5661 F:      arch/x86/mm/kmemcheck/
5662 F:      include/linux/kmemcheck.h
5663 F:      mm/kmemcheck.c
5664
5665 KMEMLEAK
5666 M:      Catalin Marinas <catalin.marinas@arm.com>
5667 S:      Maintained
5668 F:      Documentation/kmemleak.txt
5669 F:      include/linux/kmemleak.h
5670 F:      mm/kmemleak.c
5671 F:      mm/kmemleak-test.c
5672
5673 KPROBES
5674 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
5675 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
5676 M:      "David S. Miller" <davem@davemloft.net>
5677 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
5678 S:      Maintained
5679 F:      Documentation/kprobes.txt
5680 F:      include/linux/kprobes.h
5681 F:      kernel/kprobes.c
5682
5683 KS0108 LCD CONTROLLER DRIVER
5684 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
5685 W:      http://miguelojeda.es/auxdisplay.htm
5686 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
5687 S:      Maintained
5688 F:      Documentation/auxdisplay/ks0108
5689 F:      drivers/auxdisplay/ks0108.c
5690 F:      include/linux/ks0108.h
5691
5692 LAPB module
5693 L:      linux-x25@vger.kernel.org
5694 S:      Orphan
5695 F:      Documentation/networking/lapb-module.txt
5696 F:      include/*/lapb.h
5697 F:      net/lapb/
5698
5699 LASI 53c700 driver for PARISC
5700 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
5701 L:      linux-scsi@vger.kernel.org
5702 S:      Maintained
5703 F:      Documentation/scsi/53c700.txt
5704 F:      drivers/scsi/53c700*
5705
5706 LED SUBSYSTEM
5707 M:      Bryan Wu <cooloney@gmail.com>
5708 M:      Richard Purdie <rpurdie@rpsys.net>
5709 L:      linux-leds@vger.kernel.org
5710 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
5711 S:      Maintained
5712 F:      drivers/leds/
5713 F:      include/linux/leds.h
5714
5715 LEGACY EEPROM DRIVER
5716 M:      Jean Delvare <jdelvare@suse.de>
5717 S:      Maintained
5718 F:      Documentation/misc-devices/eeprom
5719 F:      drivers/misc/eeprom/eeprom.c
5720
5721 LEGO USB Tower driver
5722 M:      Juergen Stuber <starblue@users.sourceforge.net>
5723 L:      legousb-devel@lists.sourceforge.net
5724 W:      http://legousb.sourceforge.net/
5725 S:      Maintained
5726 F:      drivers/usb/misc/legousbtower.c
5727
5728 LG2160 MEDIA DRIVER
5729 M:      Michael Krufky <mkrufky@linuxtv.org>
5730 L:      linux-media@vger.kernel.org
5731 W:      http://linuxtv.org/
5732 W:      http://github.com/mkrufky
5733 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5734 T:      git git://linuxtv.org/mkrufky/tuners.git
5735 S:      Maintained
5736 F:      drivers/media/dvb-frontends/lg2160.*
5737
5738 LGDT3305 MEDIA DRIVER
5739 M:      Michael Krufky <mkrufky@linuxtv.org>
5740 L:      linux-media@vger.kernel.org
5741 W:      http://linuxtv.org/
5742 W:      http://github.com/mkrufky
5743 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5744 T:      git git://linuxtv.org/mkrufky/tuners.git
5745 S:      Maintained
5746 F:      drivers/media/dvb-frontends/lgdt3305.*
5747
5748 LGUEST
5749 M:      Rusty Russell <rusty@rustcorp.com.au>
5750 L:      lguest@lists.ozlabs.org
5751 W:      http://lguest.ozlabs.org/
5752 S:      Odd Fixes
5753 F:      arch/x86/include/asm/lguest*.h
5754 F:      arch/x86/lguest/
5755 F:      drivers/lguest/
5756 F:      include/linux/lguest*.h
5757 F:      tools/lguest/
5758
5759 LIBATA SUBSYSTEM (Serial and Parallel ATA drivers)
5760 M:      Tejun Heo <tj@kernel.org>
5761 L:      linux-ide@vger.kernel.org
5762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5763 S:      Maintained
5764 F:      drivers/ata/
5765 F:      include/linux/ata.h
5766 F:      include/linux/libata.h
5767
5768 LIBATA PATA ARASAN COMPACT FLASH CONTROLLER
5769 M:      Viresh Kumar <viresh.linux@gmail.com>
5770 L:      linux-ide@vger.kernel.org
5771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5772 S:      Maintained
5773 F:      include/linux/pata_arasan_cf_data.h
5774 F:      drivers/ata/pata_arasan_cf.c
5775
5776 LIBATA PATA DRIVERS
5777 M:      Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
5778 M:      Tejun Heo <tj@kernel.org>
5779 L:      linux-ide@vger.kernel.org
5780 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5781 S:      Maintained
5782 F:      drivers/ata/pata_*.c
5783 F:      drivers/ata/ata_generic.c
5784
5785 LIBATA SATA AHCI PLATFORM devices support
5786 M:      Hans de Goede <hdegoede@redhat.com>
5787 M:      Tejun Heo <tj@kernel.org>
5788 L:      linux-ide@vger.kernel.org
5789 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5790 S:      Maintained
5791 F:      drivers/ata/ahci_platform.c
5792 F:      drivers/ata/libahci_platform.c
5793 F:      include/linux/ahci_platform.h
5794
5795 LIBATA SATA PROMISE TX2/TX4 CONTROLLER DRIVER
5796 M:      Mikael Pettersson <mikpelinux@gmail.com>
5797 L:      linux-ide@vger.kernel.org
5798 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata.git
5799 S:      Maintained
5800 F:      drivers/ata/sata_promise.*
5801
5802 LIBLOCKDEP
5803 M:      Sasha Levin <sasha.levin@oracle.com>
5804 S:      Maintained
5805 F:      tools/lib/lockdep/
5806
5807 LINUX FOR IBM pSERIES (RS/6000)
5808 M:      Paul Mackerras <paulus@au.ibm.com>
5809 W:      http://www.ibm.com/linux/ltc/projects/ppc
5810 S:      Supported
5811 F:      arch/powerpc/boot/rs6000.h
5812
5813 LINUX FOR POWERPC (32-BIT AND 64-BIT)
5814 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5815 M:      Paul Mackerras <paulus@samba.org>
5816 M:      Michael Ellerman <mpe@ellerman.id.au>
5817 W:      http://www.penguinppc.org/
5818 L:      linuxppc-dev@lists.ozlabs.org
5819 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
5820 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
5821 S:      Supported
5822 F:      Documentation/powerpc/
5823 F:      arch/powerpc/
5824
5825 LINUX FOR POWER MACINTOSH
5826 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5827 W:      http://www.penguinppc.org/
5828 L:      linuxppc-dev@lists.ozlabs.org
5829 S:      Maintained
5830 F:      arch/powerpc/platforms/powermac/
5831 F:      drivers/macintosh/
5832
5833 LINUX FOR POWERPC EMBEDDED MPC5XXX
5834 M:      Anatolij Gustschin <agust@denx.de>
5835 L:      linuxppc-dev@lists.ozlabs.org
5836 T:      git git://git.denx.de/linux-denx-agust.git
5837 S:      Maintained
5838 F:      arch/powerpc/platforms/512x/
5839 F:      arch/powerpc/platforms/52xx/
5840
5841 LINUX FOR POWERPC EMBEDDED PPC4XX
5842 M:  Alistair Popple <alistair@popple.id.au>
5843 M:      Matt Porter <mporter@kernel.crashing.org>
5844 W:      http://www.penguinppc.org/
5845 L:      linuxppc-dev@lists.ozlabs.org
5846 S:      Maintained
5847 F:      arch/powerpc/platforms/40x/
5848 F:      arch/powerpc/platforms/44x/
5849
5850 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
5851 L:      linuxppc-dev@lists.ozlabs.org
5852 S:      Orphan
5853 F:      arch/powerpc/*/*virtex*
5854 F:      arch/powerpc/*/*/*virtex*
5855
5856 LINUX FOR POWERPC EMBEDDED PPC8XX
5857 M:      Vitaly Bordug <vitb@kernel.crashing.org>
5858 W:      http://www.penguinppc.org/
5859 L:      linuxppc-dev@lists.ozlabs.org
5860 S:      Maintained
5861 F:      arch/powerpc/platforms/8xx/
5862
5863 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
5864 M:      Scott Wood <scottwood@freescale.com>
5865 M:      Kumar Gala <galak@kernel.crashing.org>
5866 W:      http://www.penguinppc.org/
5867 L:      linuxppc-dev@lists.ozlabs.org
5868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux.git
5869 S:      Maintained
5870 F:      arch/powerpc/platforms/83xx/
5871 F:      arch/powerpc/platforms/85xx/
5872
5873 LINUX FOR POWERPC PA SEMI PWRFICIENT
5874 M:      Olof Johansson <olof@lixom.net>
5875 L:      linuxppc-dev@lists.ozlabs.org
5876 S:      Maintained
5877 F:      arch/powerpc/platforms/pasemi/
5878 F:      drivers/*/*pasemi*
5879 F:      drivers/*/*/*pasemi*
5880
5881 LINUX SECURITY MODULE (LSM) FRAMEWORK
5882 M:      Chris Wright <chrisw@sous-sol.org>
5883 L:      linux-security-module@vger.kernel.org
5884 S:      Supported
5885
5886 LIS3LV02D ACCELEROMETER DRIVER
5887 M:      Eric Piel <eric.piel@tremplin-utc.net>
5888 S:      Maintained
5889 F:      Documentation/misc-devices/lis3lv02d
5890 F:      drivers/misc/lis3lv02d/
5891 F:      drivers/platform/x86/hp_accel.c
5892
5893 LIVE PATCHING
5894 M:      Josh Poimboeuf <jpoimboe@redhat.com>
5895 M:      Seth Jennings <sjenning@redhat.com>
5896 M:      Jiri Kosina <jkosina@suse.cz>
5897 M:      Vojtech Pavlik <vojtech@suse.cz>
5898 S:      Maintained
5899 F:      kernel/livepatch/
5900 F:      include/linux/livepatch.h
5901 F:      arch/x86/include/asm/livepatch.h
5902 F:      arch/x86/kernel/livepatch.c
5903 F:      Documentation/ABI/testing/sysfs-kernel-livepatch
5904 F:      samples/livepatch/
5905 L:      live-patching@vger.kernel.org
5906 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching.git
5907
5908 LLC (802.2)
5909 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5910 S:      Maintained
5911 F:      include/linux/llc.h
5912 F:      include/uapi/linux/llc.h
5913 F:      include/net/llc*
5914 F:      net/llc/
5915
5916 LM73 HARDWARE MONITOR DRIVER
5917 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
5918 L:      lm-sensors@lm-sensors.org
5919 S:      Maintained
5920 F:      drivers/hwmon/lm73.c
5921
5922 LM78 HARDWARE MONITOR DRIVER
5923 M:      Jean Delvare <jdelvare@suse.de>
5924 L:      lm-sensors@lm-sensors.org
5925 S:      Maintained
5926 F:      Documentation/hwmon/lm78
5927 F:      drivers/hwmon/lm78.c
5928
5929 LM83 HARDWARE MONITOR DRIVER
5930 M:      Jean Delvare <jdelvare@suse.de>
5931 L:      lm-sensors@lm-sensors.org
5932 S:      Maintained
5933 F:      Documentation/hwmon/lm83
5934 F:      drivers/hwmon/lm83.c
5935
5936 LM90 HARDWARE MONITOR DRIVER
5937 M:      Jean Delvare <jdelvare@suse.de>
5938 L:      lm-sensors@lm-sensors.org
5939 S:      Maintained
5940 F:      Documentation/hwmon/lm90
5941 F:      Documentation/devicetree/bindings/hwmon/lm90.txt
5942 F:      drivers/hwmon/lm90.c
5943
5944 LM95234 HARDWARE MONITOR DRIVER
5945 M:      Guenter Roeck <linux@roeck-us.net>
5946 L:      lm-sensors@lm-sensors.org
5947 S:      Maintained
5948 F:      Documentation/hwmon/lm95234
5949 F:      drivers/hwmon/lm95234.c
5950
5951 LME2510 MEDIA DRIVER
5952 M:      Malcolm Priestley <tvboxspy@gmail.com>
5953 L:      linux-media@vger.kernel.org
5954 W:      http://linuxtv.org/
5955 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5956 S:      Maintained
5957 F:      drivers/media/usb/dvb-usb-v2/lmedm04*
5958
5959 LOCKDEP AND LOCKSTAT
5960 M:      Peter Zijlstra <peterz@infradead.org>
5961 M:      Ingo Molnar <mingo@redhat.com>
5962 L:      linux-kernel@vger.kernel.org
5963 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
5964 S:      Maintained
5965 F:      Documentation/locking/lockdep*.txt
5966 F:      Documentation/locking/lockstat.txt
5967 F:      include/linux/lockdep.h
5968 F:      kernel/locking/
5969
5970 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
5971 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
5972 L:      linux-ntfs-dev@lists.sourceforge.net
5973 W:      http://www.linux-ntfs.org/content/view/19/37/
5974 S:      Maintained
5975 F:      Documentation/ldm.txt
5976 F:      block/partitions/ldm.*
5977
5978 LogFS
5979 M:      Joern Engel <joern@logfs.org>
5980 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
5981 L:      logfs@logfs.org
5982 W:      logfs.org
5983 S:      Maintained
5984 F:      fs/logfs/
5985
5986 LPC32XX MACHINE SUPPORT
5987 M:      Roland Stigge <stigge@antcom.de>
5988 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5989 S:      Maintained
5990 F:      arch/arm/mach-lpc32xx/
5991
5992 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
5993 M:      Nagalakshmi Nandigama <nagalakshmi.nandigama@avagotech.com>
5994 M:      Praveen Krishnamoorthy <praveen.krishnamoorthy@avagotech.com>
5995 M:      Sreekanth Reddy <sreekanth.reddy@avagotech.com>
5996 M:      Abhijit Mahajan <abhijit.mahajan@avagotech.com>
5997 L:      MPT-FusionLinux.pdl@avagotech.com
5998 L:      linux-scsi@vger.kernel.org
5999 W:      http://www.lsilogic.com/support
6000 S:      Supported
6001 F:      drivers/message/fusion/
6002 F:      drivers/scsi/mpt2sas/
6003 F:      drivers/scsi/mpt3sas/
6004
6005 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
6006 M:      Matthew Wilcox <matthew@wil.cx>
6007 L:      linux-scsi@vger.kernel.org
6008 S:      Maintained
6009 F:      drivers/scsi/sym53c8xx_2/
6010
6011 LTC4261 HARDWARE MONITOR DRIVER
6012 M:      Guenter Roeck <linux@roeck-us.net>
6013 L:      lm-sensors@lm-sensors.org
6014 S:      Maintained
6015 F:      Documentation/hwmon/ltc4261
6016 F:      drivers/hwmon/ltc4261.c
6017
6018 LTP (Linux Test Project)
6019 M:      Mike Frysinger <vapier@gentoo.org>
6020 M:      Cyril Hrubis <chrubis@suse.cz>
6021 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
6022 M:      Jan Stancek <jstancek@redhat.com>
6023 M:      Stanislav Kholmanskikh <stanislav.kholmanskikh@oracle.com>
6024 M:      Alexey Kodanev <alexey.kodanev@oracle.com>
6025 L:      ltp-list@lists.sourceforge.net (subscribers-only)
6026 W:      http://linux-test-project.github.io/
6027 T:      git git://github.com/linux-test-project/ltp.git
6028 S:      Maintained
6029
6030 M32R ARCHITECTURE
6031 W:      http://www.linux-m32r.org/
6032 S:      Orphan
6033 F:      arch/m32r/
6034
6035 M68K ARCHITECTURE
6036 M:      Geert Uytterhoeven <geert@linux-m68k.org>
6037 L:      linux-m68k@lists.linux-m68k.org
6038 W:      http://www.linux-m68k.org/
6039 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
6040 S:      Maintained
6041 F:      arch/m68k/
6042 F:      drivers/zorro/
6043
6044 M68K ON APPLE MACINTOSH
6045 M:      Joshua Thompson <funaho@jurai.org>
6046 W:      http://www.mac.linux-m68k.org/
6047 L:      linux-m68k@lists.linux-m68k.org
6048 S:      Maintained
6049 F:      arch/m68k/mac/
6050
6051 M68K ON HP9000/300
6052 M:      Philip Blundell <philb@gnu.org>
6053 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
6054 S:      Maintained
6055 F:      arch/m68k/hp300/
6056
6057 M88DS3103 MEDIA DRIVER
6058 M:      Antti Palosaari <crope@iki.fi>
6059 L:      linux-media@vger.kernel.org
6060 W:      http://linuxtv.org/
6061 W:      http://palosaari.fi/linux/
6062 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6063 T:      git git://linuxtv.org/anttip/media_tree.git
6064 S:      Maintained
6065 F:      drivers/media/dvb-frontends/m88ds3103*
6066
6067 M88RS2000 MEDIA DRIVER
6068 M:      Malcolm Priestley <tvboxspy@gmail.com>
6069 L:      linux-media@vger.kernel.org
6070 W:      http://linuxtv.org/
6071 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6072 S:      Maintained
6073 F:      drivers/media/dvb-frontends/m88rs2000*
6074
6075 M88TS2022 MEDIA DRIVER
6076 M:      Antti Palosaari <crope@iki.fi>
6077 L:      linux-media@vger.kernel.org
6078 W:      http://linuxtv.org/
6079 W:      http://palosaari.fi/linux/
6080 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6081 T:      git git://linuxtv.org/anttip/media_tree.git
6082 S:      Maintained
6083 F:      drivers/media/tuners/m88ts2022*
6084
6085 MA901 MASTERKIT USB FM RADIO DRIVER
6086 M:      Alexey Klimov <klimov.linux@gmail.com>
6087 L:      linux-media@vger.kernel.org
6088 T:      git git://linuxtv.org/media_tree.git
6089 S:      Maintained
6090 F:      drivers/media/radio/radio-ma901.c
6091
6092 MAC80211
6093 M:      Johannes Berg <johannes@sipsolutions.net>
6094 L:      linux-wireless@vger.kernel.org
6095 W:      http://wireless.kernel.org/
6096 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6098 S:      Maintained
6099 F:      Documentation/networking/mac80211-injection.txt
6100 F:      include/net/mac80211.h
6101 F:      net/mac80211/
6102
6103 MACVLAN DRIVER
6104 M:      Patrick McHardy <kaber@trash.net>
6105 L:      netdev@vger.kernel.org
6106 S:      Maintained
6107 F:      drivers/net/macvlan.c
6108 F:      include/linux/if_macvlan.h
6109
6110 MAILBOX API
6111 M:      Jassi Brar <jassisinghbrar@gmail.com>
6112 L:      linux-kernel@vger.kernel.org
6113 S:      Maintained
6114 F:      drivers/mailbox/
6115 F:      include/linux/mailbox_client.h
6116 F:      include/linux/mailbox_controller.h
6117
6118 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
6119 M:      Michael Kerrisk <mtk.manpages@gmail.com>
6120 W:      http://www.kernel.org/doc/man-pages
6121 L:      linux-man@vger.kernel.org
6122 S:      Maintained
6123
6124 MARVELL ARMADA DRM SUPPORT
6125 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6126 S:      Maintained
6127 F:      drivers/gpu/drm/armada/
6128
6129 MARVELL 88E6352 DSA support
6130 M:      Guenter Roeck <linux@roeck-us.net>
6131 S:      Maintained
6132 F:      drivers/net/dsa/mv88e6352.c
6133
6134 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
6135 M:      Mirko Lindner <mlindner@marvell.com>
6136 M:      Stephen Hemminger <stephen@networkplumber.org>
6137 L:      netdev@vger.kernel.org
6138 S:      Maintained
6139 F:      drivers/net/ethernet/marvell/sk*
6140
6141 MARVELL LIBERTAS WIRELESS DRIVER
6142 L:      libertas-dev@lists.infradead.org
6143 S:      Orphan
6144 F:      drivers/net/wireless/libertas/
6145
6146 MARVELL MV643XX ETHERNET DRIVER
6147 M:      Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
6148 L:      netdev@vger.kernel.org
6149 S:      Maintained
6150 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
6151 F:      include/linux/mv643xx.h
6152
6153 MARVELL MVNETA ETHERNET DRIVER
6154 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
6155 L:      netdev@vger.kernel.org
6156 S:      Maintained
6157 F:      drivers/net/ethernet/marvell/mvneta.*
6158
6159 MARVELL MWIFIEX WIRELESS DRIVER
6160 M:      Amitkumar Karwar <akarwar@marvell.com>
6161 M:      Avinash Patil <patila@marvell.com>
6162 L:      linux-wireless@vger.kernel.org
6163 S:      Maintained
6164 F:      drivers/net/wireless/mwifiex/
6165
6166 MARVELL MWL8K WIRELESS DRIVER
6167 M:      Lennert Buytenhek <buytenh@wantstofly.org>
6168 L:      linux-wireless@vger.kernel.org
6169 S:      Odd Fixes
6170 F:      drivers/net/wireless/mwl8k.c
6171
6172 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
6173 M:      Nicolas Pitre <nico@fluxnic.net>
6174 S:      Odd Fixes
6175 F:      drivers/mmc/host/mvsdio.*
6176
6177 MATROX FRAMEBUFFER DRIVER
6178 L:      linux-fbdev@vger.kernel.org
6179 S:      Orphan
6180 F:      drivers/video/fbdev/matrox/matroxfb_*
6181 F:      include/uapi/linux/matroxfb.h
6182
6183 MAX16065 HARDWARE MONITOR DRIVER
6184 M:      Guenter Roeck <linux@roeck-us.net>
6185 L:      lm-sensors@lm-sensors.org
6186 S:      Maintained
6187 F:      Documentation/hwmon/max16065
6188 F:      drivers/hwmon/max16065.c
6189
6190 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
6191 M:      "Hans J. Koch" <hjk@hansjkoch.de>
6192 L:      lm-sensors@lm-sensors.org
6193 S:      Maintained
6194 F:      Documentation/hwmon/max6650
6195 F:      drivers/hwmon/max6650.c
6196
6197 MAX6697 HARDWARE MONITOR DRIVER
6198 M:      Guenter Roeck <linux@roeck-us.net>
6199 L:      lm-sensors@lm-sensors.org
6200 S:      Maintained
6201 F:      Documentation/hwmon/max6697
6202 F:      Documentation/devicetree/bindings/i2c/max6697.txt
6203 F:      drivers/hwmon/max6697.c
6204 F:      include/linux/platform_data/max6697.h
6205
6206 MAXIM MUIC CHARGER DRIVERS FOR EXYNOS BASED BOARDS
6207 M:      Krzysztof Kozlowski <k.kozlowski@samsung.com>
6208 L:      linux-pm@vger.kernel.org
6209 S:      Supported
6210 F:      drivers/power/max14577_charger.c
6211 F:      drivers/power/max77693_charger.c
6212
6213 MAXIRADIO FM RADIO RECEIVER DRIVER
6214 M:      Hans Verkuil <hverkuil@xs4all.nl>
6215 L:      linux-media@vger.kernel.org
6216 T:      git git://linuxtv.org/media_tree.git
6217 W:      http://linuxtv.org
6218 S:      Maintained
6219 F:      drivers/media/radio/radio-maxiradio*
6220
6221 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
6222 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
6223 P:      LinuxTV.org Project
6224 L:      linux-media@vger.kernel.org
6225 W:      http://linuxtv.org
6226 Q:      http://patchwork.kernel.org/project/linux-media/list/
6227 T:      git git://linuxtv.org/media_tree.git
6228 S:      Maintained
6229 F:      Documentation/dvb/
6230 F:      Documentation/video4linux/
6231 F:      Documentation/DocBook/media/
6232 F:      drivers/media/
6233 F:      drivers/staging/media/
6234 F:      include/media/
6235 F:      include/uapi/linux/dvb/
6236 F:      include/uapi/linux/videodev2.h
6237 F:      include/uapi/linux/media.h
6238 F:      include/uapi/linux/v4l2-*
6239 F:      include/uapi/linux/meye.h
6240 F:      include/uapi/linux/ivtv*
6241 F:      include/uapi/linux/uvcvideo.h
6242
6243 MEGARAID SCSI/SAS DRIVERS
6244 M:      Kashyap Desai <kashyap.desai@avagotech.com>
6245 M:      Sumit Saxena <sumit.saxena@avagotech.com>
6246 M:      Uday Lingala <uday.lingala@avagotech.com>
6247 L:      megaraidlinux.pdl@avagotech.com
6248 L:      linux-scsi@vger.kernel.org
6249 W:      http://www.lsi.com
6250 S:      Maintained
6251 F:      Documentation/scsi/megaraid.txt
6252 F:      drivers/scsi/megaraid.*
6253 F:      drivers/scsi/megaraid/
6254
6255 MELLANOX ETHERNET DRIVER (mlx4_en)
6256 M:      Amir Vadai <amirv@mellanox.com>
6257 L:      netdev@vger.kernel.org
6258 S:      Supported
6259 W:      http://www.mellanox.com
6260 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6261 F:      drivers/net/ethernet/mellanox/mlx4/en_*
6262
6263 MEMORY MANAGEMENT
6264 L:      linux-mm@kvack.org
6265 W:      http://www.linux-mm.org
6266 S:      Maintained
6267 F:      include/linux/mm.h
6268 F:      include/linux/gfp.h
6269 F:      include/linux/mmzone.h
6270 F:      include/linux/memory_hotplug.h
6271 F:      include/linux/vmalloc.h
6272 F:      mm/
6273
6274 MEMORY TECHNOLOGY DEVICES (MTD)
6275 M:      David Woodhouse <dwmw2@infradead.org>
6276 M:      Brian Norris <computersforpeace@gmail.com>
6277 L:      linux-mtd@lists.infradead.org
6278 W:      http://www.linux-mtd.infradead.org/
6279 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
6280 T:      git git://git.infradead.org/linux-mtd.git
6281 T:      git git://git.infradead.org/l2-mtd.git
6282 S:      Maintained
6283 F:      drivers/mtd/
6284 F:      include/linux/mtd/
6285 F:      include/uapi/mtd/
6286
6287 MEN A21 WATCHDOG DRIVER
6288 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6289 L:      linux-watchdog@vger.kernel.org
6290 S:      Supported
6291 F:      drivers/watchdog/mena21_wdt.c
6292
6293 MEN CHAMELEON BUS (mcb)
6294 M:      Johannes Thumshirn <johannes.thumshirn@men.de>
6295 S:      Supported
6296 F:      drivers/mcb/
6297 F:      include/linux/mcb.h
6298
6299 MEN F21BMC (Board Management Controller)
6300 M:      Andreas Werner <andreas.werner@men.de>
6301 S:      Supported
6302 F:      drivers/mfd/menf21bmc.c
6303 F:      drivers/watchdog/menf21bmc_wdt.c
6304 F:      drivers/leds/leds-menf21bmc.c
6305 F:      drivers/hwmon/menf21bmc_hwmon.c
6306 F:      Documentation/hwmon/menf21bmc
6307
6308 METAG ARCHITECTURE
6309 M:      James Hogan <james.hogan@imgtec.com>
6310 L:      linux-metag@vger.kernel.org
6311 S:      Supported
6312 F:      arch/metag/
6313 F:      Documentation/metag/
6314 F:      Documentation/devicetree/bindings/metag/
6315 F:      drivers/clocksource/metag_generic.c
6316 F:      drivers/irqchip/irq-metag.c
6317 F:      drivers/irqchip/irq-metag-ext.c
6318 F:      drivers/tty/metag_da.c
6319
6320 MICROBLAZE ARCHITECTURE
6321 M:      Michal Simek <monstr@monstr.eu>
6322 W:      http://www.monstr.eu/fdt/
6323 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
6324 S:      Supported
6325 F:      arch/microblaze/
6326
6327 MICROTEK X6 SCANNER
6328 M:      Oliver Neukum <oliver@neukum.org>
6329 S:      Maintained
6330 F:      drivers/usb/image/microtek.*
6331
6332 MIPS
6333 M:      Ralf Baechle <ralf@linux-mips.org>
6334 L:      linux-mips@linux-mips.org
6335 W:      http://www.linux-mips.org/
6336 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
6337 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
6338 S:      Supported
6339 F:      Documentation/mips/
6340 F:      arch/mips/
6341
6342 MIROSOUND PCM20 FM RADIO RECEIVER DRIVER
6343 M:      Hans Verkuil <hverkuil@xs4all.nl>
6344 L:      linux-media@vger.kernel.org
6345 T:      git git://linuxtv.org/media_tree.git
6346 W:      http://linuxtv.org
6347 S:      Odd Fixes
6348 F:      drivers/media/radio/radio-miropcm20*
6349
6350 Mellanox MLX5 core VPI driver
6351 M:      Eli Cohen <eli@mellanox.com>
6352 L:      netdev@vger.kernel.org
6353 L:      linux-rdma@vger.kernel.org
6354 W:      http://www.mellanox.com
6355 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6356 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6357 T:      git git://openfabrics.org/~eli/connect-ib.git
6358 S:      Supported
6359 F:      drivers/net/ethernet/mellanox/mlx5/core/
6360 F:      include/linux/mlx5/
6361
6362 Mellanox MLX5 IB driver
6363 M:      Eli Cohen <eli@mellanox.com>
6364 L:      linux-rdma@vger.kernel.org
6365 W:      http://www.mellanox.com
6366 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6367 T:      git git://openfabrics.org/~eli/connect-ib.git
6368 S:      Supported
6369 F:      include/linux/mlx5/
6370 F:      drivers/infiniband/hw/mlx5/
6371
6372 MN88472 MEDIA DRIVER
6373 M:      Antti Palosaari <crope@iki.fi>
6374 L:      linux-media@vger.kernel.org
6375 W:      http://linuxtv.org/
6376 W:      http://palosaari.fi/linux/
6377 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6378 T:      git git://linuxtv.org/anttip/media_tree.git
6379 S:      Maintained
6380 F:      drivers/staging/media/mn88472/
6381 F:      drivers/media/dvb-frontends/mn88472.h
6382
6383 MN88473 MEDIA DRIVER
6384 M:      Antti Palosaari <crope@iki.fi>
6385 L:      linux-media@vger.kernel.org
6386 W:      http://linuxtv.org/
6387 W:      http://palosaari.fi/linux/
6388 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6389 T:      git git://linuxtv.org/anttip/media_tree.git
6390 S:      Maintained
6391 F:      drivers/staging/media/mn88473/
6392 F:      drivers/media/dvb-frontends/mn88473.h
6393
6394 MODULE SUPPORT
6395 M:      Rusty Russell <rusty@rustcorp.com.au>
6396 S:      Maintained
6397 F:      include/linux/module.h
6398 F:      kernel/module.c
6399
6400 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
6401 W:      http://popies.net/meye/
6402 S:      Orphan
6403 F:      Documentation/video4linux/meye.txt
6404 F:      drivers/media/pci/meye/
6405 F:      include/uapi/linux/meye.h
6406
6407 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
6408 M:      Jiri Slaby <jirislaby@gmail.com>
6409 S:      Maintained
6410 F:      Documentation/serial/moxa-smartio
6411 F:      drivers/tty/mxser.*
6412
6413 MR800 AVERMEDIA USB FM RADIO DRIVER
6414 M:      Alexey Klimov <klimov.linux@gmail.com>
6415 L:      linux-media@vger.kernel.org
6416 T:      git git://linuxtv.org/media_tree.git
6417 S:      Maintained
6418 F:      drivers/media/radio/radio-mr800.c
6419
6420 MRF24J40 IEEE 802.15.4 RADIO DRIVER
6421 M:      Alan Ott <alan@signal11.us>
6422 L:      linux-wpan@vger.kernel.org
6423 S:      Maintained
6424 F:      drivers/net/ieee802154/mrf24j40.c
6425
6426 MSI LAPTOP SUPPORT
6427 M:      "Lee, Chun-Yi" <jlee@suse.com>
6428 L:      platform-driver-x86@vger.kernel.org
6429 S:      Maintained
6430 F:      drivers/platform/x86/msi-laptop.c
6431
6432 MSI WMI SUPPORT
6433 M:      Anisse Astier <anisse@astier.eu>
6434 L:      platform-driver-x86@vger.kernel.org
6435 S:      Supported
6436 F:      drivers/platform/x86/msi-wmi.c
6437
6438 MSI001 MEDIA DRIVER
6439 M:      Antti Palosaari <crope@iki.fi>
6440 L:      linux-media@vger.kernel.org
6441 W:      http://linuxtv.org/
6442 W:      http://palosaari.fi/linux/
6443 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6444 T:      git git://linuxtv.org/anttip/media_tree.git
6445 S:      Maintained
6446 F:      drivers/media/tuners/msi001*
6447
6448 MSI2500 MEDIA DRIVER
6449 M:      Antti Palosaari <crope@iki.fi>
6450 L:      linux-media@vger.kernel.org
6451 W:      http://linuxtv.org/
6452 W:      http://palosaari.fi/linux/
6453 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6454 T:      git git://linuxtv.org/anttip/media_tree.git
6455 S:      Maintained
6456 F:      drivers/media/usb/msi2500/
6457
6458 MT9M032 APTINA SENSOR DRIVER
6459 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6460 L:      linux-media@vger.kernel.org
6461 T:      git git://linuxtv.org/media_tree.git
6462 S:      Maintained
6463 F:      drivers/media/i2c/mt9m032.c
6464 F:      include/media/mt9m032.h
6465
6466 MT9P031 APTINA CAMERA SENSOR
6467 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6468 L:      linux-media@vger.kernel.org
6469 T:      git git://linuxtv.org/media_tree.git
6470 S:      Maintained
6471 F:      drivers/media/i2c/mt9p031.c
6472 F:      include/media/mt9p031.h
6473
6474 MT9T001 APTINA CAMERA SENSOR
6475 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6476 L:      linux-media@vger.kernel.org
6477 T:      git git://linuxtv.org/media_tree.git
6478 S:      Maintained
6479 F:      drivers/media/i2c/mt9t001.c
6480 F:      include/media/mt9t001.h
6481
6482 MT9V032 APTINA CAMERA SENSOR
6483 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6484 L:      linux-media@vger.kernel.org
6485 T:      git git://linuxtv.org/media_tree.git
6486 S:      Maintained
6487 F:      drivers/media/i2c/mt9v032.c
6488 F:      include/media/mt9v032.h
6489
6490 MULTIFUNCTION DEVICES (MFD)
6491 M:      Samuel Ortiz <sameo@linux.intel.com>
6492 M:      Lee Jones <lee.jones@linaro.org>
6493 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
6494 S:      Supported
6495 F:      drivers/mfd/
6496 F:      include/linux/mfd/
6497
6498 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
6499 M:      Chris Ball <chris@printf.net>
6500 M:      Ulf Hansson <ulf.hansson@linaro.org>
6501 L:      linux-mmc@vger.kernel.org
6502 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6503 T:      git git://git.linaro.org/people/ulf.hansson/mmc.git
6504 S:      Maintained
6505 F:      drivers/mmc/
6506 F:      include/linux/mmc/
6507 F:      include/uapi/linux/mmc/
6508
6509 MULTIMEDIA CARD (MMC) ETC. OVER SPI
6510 S:      Orphan
6511 F:      drivers/mmc/host/mmc_spi.c
6512 F:      include/linux/spi/mmc_spi.h
6513
6514 MULTISOUND SOUND DRIVER
6515 M:      Andrew Veliath <andrewtv@usa.net>
6516 S:      Maintained
6517 F:      Documentation/sound/oss/MultiSound
6518 F:      sound/oss/msnd*
6519
6520 MULTITECH MULTIPORT CARD (ISICOM)
6521 S:      Orphan
6522 F:      drivers/tty/isicom.c
6523 F:      include/linux/isicom.h
6524
6525 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
6526 M:      Felipe Balbi <balbi@ti.com>
6527 L:      linux-usb@vger.kernel.org
6528 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
6529 S:      Maintained
6530 F:      drivers/usb/musb/
6531
6532 MXL5007T MEDIA DRIVER
6533 M:      Michael Krufky <mkrufky@linuxtv.org>
6534 L:      linux-media@vger.kernel.org
6535 W:      http://linuxtv.org/
6536 W:      http://github.com/mkrufky
6537 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6538 T:      git git://linuxtv.org/mkrufky/tuners.git
6539 S:      Maintained
6540 F:      drivers/media/tuners/mxl5007t.*
6541
6542 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
6543 M:      Hyong-Youb Kim <hykim@myri.com>
6544 L:      netdev@vger.kernel.org
6545 W:      https://www.myricom.com/support/downloads/myri10ge.html
6546 S:      Supported
6547 F:      drivers/net/ethernet/myricom/myri10ge/
6548
6549 NATSEMI ETHERNET DRIVER (DP8381x)
6550 S:      Orphan
6551 F:      drivers/net/ethernet/natsemi/natsemi.c
6552
6553 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
6554 M:      Daniel Mack <zonque@gmail.com>
6555 S:      Maintained
6556 L:      alsa-devel@alsa-project.org
6557 W:      http://www.native-instruments.com
6558 F:      sound/usb/caiaq/
6559
6560 NCP FILESYSTEM
6561 M:      Petr Vandrovec <petr@vandrovec.name>
6562 S:      Odd Fixes
6563 F:      fs/ncpfs/
6564
6565 NCR 5380 SCSI DRIVERS
6566 M:      Finn Thain <fthain@telegraphics.com.au>
6567 M:      Michael Schmitz <schmitzmic@gmail.com>
6568 L:      linux-scsi@vger.kernel.org
6569 S:      Maintained
6570 F:      Documentation/scsi/g_NCR5380.txt
6571 F:      drivers/scsi/NCR5380.*
6572 F:      drivers/scsi/arm/cumana_1.c
6573 F:      drivers/scsi/arm/oak.c
6574 F:      drivers/scsi/atari_NCR5380.c
6575 F:      drivers/scsi/atari_scsi.*
6576 F:      drivers/scsi/dmx3191d.c
6577 F:      drivers/scsi/dtc.*
6578 F:      drivers/scsi/g_NCR5380.*
6579 F:      drivers/scsi/g_NCR5380_mmio.c
6580 F:      drivers/scsi/mac_scsi.*
6581 F:      drivers/scsi/pas16.*
6582 F:      drivers/scsi/sun3_scsi.*
6583 F:      drivers/scsi/sun3_scsi_vme.c
6584 F:      drivers/scsi/t128.*
6585
6586 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
6587 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
6588 L:      linux-scsi@vger.kernel.org
6589 S:      Maintained
6590 F:      drivers/scsi/NCR_D700.*
6591
6592 NCT6775 HARDWARE MONITOR DRIVER
6593 M:      Guenter Roeck <linux@roeck-us.net>
6594 L:      lm-sensors@lm-sensors.org
6595 S:      Maintained
6596 F:      Documentation/hwmon/nct6775
6597 F:      drivers/hwmon/nct6775.c
6598
6599 NETEFFECT IWARP RNIC DRIVER (IW_NES)
6600 M:      Faisal Latif <faisal.latif@intel.com>
6601 L:      linux-rdma@vger.kernel.org
6602 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
6603 S:      Supported
6604 F:      drivers/infiniband/hw/nes/
6605
6606 NETEM NETWORK EMULATOR
6607 M:      Stephen Hemminger <stephen@networkplumber.org>
6608 L:      netem@lists.linux-foundation.org
6609 S:      Maintained
6610 F:      net/sched/sch_netem.c
6611
6612 NETERION 10GbE DRIVERS (s2io/vxge)
6613 M:      Jon Mason <jdmason@kudzu.us>
6614 L:      netdev@vger.kernel.org
6615 S:      Supported
6616 F:      Documentation/networking/s2io.txt
6617 F:      Documentation/networking/vxge.txt
6618 F:      drivers/net/ethernet/neterion/
6619
6620 NETFILTER ({IP,IP6,ARP,EB,NF}TABLES)
6621 M:      Pablo Neira Ayuso <pablo@netfilter.org>
6622 M:      Patrick McHardy <kaber@trash.net>
6623 M:      Jozsef Kadlecsik <kadlec@blackhole.kfki.hu>
6624 L:      netfilter-devel@vger.kernel.org
6625 L:      coreteam@netfilter.org
6626 W:      http://www.netfilter.org/
6627 W:      http://www.iptables.org/
6628 Q:      http://patchwork.ozlabs.org/project/netfilter-devel/list/
6629 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf.git
6630 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next.git
6631 S:      Supported
6632 F:      include/linux/netfilter*
6633 F:      include/linux/netfilter/
6634 F:      include/net/netfilter/
6635 F:      include/uapi/linux/netfilter*
6636 F:      include/uapi/linux/netfilter/
6637 F:      net/*/netfilter.c
6638 F:      net/*/netfilter/
6639 F:      net/netfilter/
6640
6641 NETLABEL
6642 M:      Paul Moore <paul@paul-moore.com>
6643 W:      http://netlabel.sf.net
6644 L:      netdev@vger.kernel.org
6645 S:      Maintained
6646 F:      Documentation/netlabel/
6647 F:      include/net/netlabel.h
6648 F:      net/netlabel/
6649
6650 NETROM NETWORK LAYER
6651 M:      Ralf Baechle <ralf@linux-mips.org>
6652 L:      linux-hams@vger.kernel.org
6653 W:      http://www.linux-ax25.org/
6654 S:      Maintained
6655 F:      include/net/netrom.h
6656 F:      include/uapi/linux/netrom.h
6657 F:      net/netrom/
6658
6659 NETWORK BLOCK DEVICE (NBD)
6660 M:      Markus Pargmann <mpa@pengutronix.de>
6661 S:      Maintained
6662 L:      nbd-general@lists.sourceforge.net
6663 T:      git git://git.pengutronix.de/git/mpa/linux-nbd.git
6664 F:      Documentation/blockdev/nbd.txt
6665 F:      drivers/block/nbd.c
6666 F:      include/linux/nbd.h
6667 F:      include/uapi/linux/nbd.h
6668
6669 NETWORK DROP MONITOR
6670 M:      Neil Horman <nhorman@tuxdriver.com>
6671 L:      netdev@vger.kernel.org
6672 S:      Maintained
6673 W:      https://fedorahosted.org/dropwatch/
6674 F:      net/core/drop_monitor.c
6675
6676 NETWORKING [GENERAL]
6677 M:      "David S. Miller" <davem@davemloft.net>
6678 L:      netdev@vger.kernel.org
6679 W:      http://www.linuxfoundation.org/en/Net
6680 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6681 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6682 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6683 S:      Maintained
6684 F:      net/
6685 F:      include/net/
6686 F:      include/linux/in.h
6687 F:      include/linux/net.h
6688 F:      include/linux/netdevice.h
6689 F:      include/uapi/linux/in.h
6690 F:      include/uapi/linux/net.h
6691 F:      include/uapi/linux/netdevice.h
6692 F:      include/uapi/linux/net_namespace.h
6693 F:      tools/net/
6694 F:      tools/testing/selftests/net/
6695 F:      lib/random32.c
6696 F:      lib/test_bpf.c
6697
6698 NETWORKING [IPv4/IPv6]
6699 M:      "David S. Miller" <davem@davemloft.net>
6700 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
6701 M:      James Morris <jmorris@namei.org>
6702 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
6703 M:      Patrick McHardy <kaber@trash.net>
6704 L:      netdev@vger.kernel.org
6705 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6706 S:      Maintained
6707 F:      net/ipv4/
6708 F:      net/ipv6/
6709 F:      include/net/ip*
6710 F:      arch/x86/net/*
6711
6712 NETWORKING [IPSEC]
6713 M:      Steffen Klassert <steffen.klassert@secunet.com>
6714 M:      Herbert Xu <herbert@gondor.apana.org.au>
6715 M:      "David S. Miller" <davem@davemloft.net>
6716 L:      netdev@vger.kernel.org
6717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec.git
6718 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next.git
6719 S:      Maintained
6720 F:      net/core/flow.c
6721 F:      net/xfrm/
6722 F:      net/key/
6723 F:      net/ipv4/xfrm*
6724 F:      net/ipv4/esp4.c
6725 F:      net/ipv4/ah4.c
6726 F:      net/ipv4/ipcomp.c
6727 F:      net/ipv4/ip_vti.c
6728 F:      net/ipv6/xfrm*
6729 F:      net/ipv6/esp6.c
6730 F:      net/ipv6/ah6.c
6731 F:      net/ipv6/ipcomp6.c
6732 F:      net/ipv6/ip6_vti.c
6733 F:      include/uapi/linux/xfrm.h
6734 F:      include/net/xfrm.h
6735
6736 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
6737 M:      Paul Moore <paul@paul-moore.com>
6738 L:      netdev@vger.kernel.org
6739 S:      Maintained
6740
6741 NETWORKING [WIRELESS]
6742 L:      linux-wireless@vger.kernel.org
6743 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6744
6745 NETWORKING DRIVERS
6746 L:      netdev@vger.kernel.org
6747 W:      http://www.linuxfoundation.org/en/Net
6748 Q:      http://patchwork.ozlabs.org/project/netdev/list/
6749 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
6750 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
6751 S:      Odd Fixes
6752 F:      drivers/net/
6753 F:      include/linux/if_*
6754 F:      include/linux/netdevice.h
6755 F:      include/linux/arcdevice.h
6756 F:      include/linux/etherdevice.h
6757 F:      include/linux/fcdevice.h
6758 F:      include/linux/fddidevice.h
6759 F:      include/linux/hippidevice.h
6760 F:      include/linux/inetdevice.h
6761 F:      include/uapi/linux/if_*
6762 F:      include/uapi/linux/netdevice.h
6763
6764 NETWORKING DRIVERS (WIRELESS)
6765 M:      Kalle Valo <kvalo@codeaurora.org>
6766 L:      linux-wireless@vger.kernel.org
6767 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
6768 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/
6769 S:      Maintained
6770 F:      drivers/net/wireless/
6771
6772 NETXEN (1/10) GbE SUPPORT
6773 M:      Manish Chopra <manish.chopra@qlogic.com>
6774 M:      Sony Chacko <sony.chacko@qlogic.com>
6775 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
6776 L:      netdev@vger.kernel.org
6777 W:      http://www.qlogic.com
6778 S:      Supported
6779 F:      drivers/net/ethernet/qlogic/netxen/
6780
6781 NFC SUBSYSTEM
6782 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
6783 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
6784 M:      Samuel Ortiz <sameo@linux.intel.com>
6785 L:      linux-wireless@vger.kernel.org
6786 L:      linux-nfc@lists.01.org (subscribers-only)
6787 S:      Supported
6788 F:      net/nfc/
6789 F:      include/net/nfc/
6790 F:      include/uapi/linux/nfc.h
6791 F:      drivers/nfc/
6792 F:      include/linux/platform_data/pn544.h
6793 F:      Documentation/devicetree/bindings/net/nfc/
6794
6795 NFS, SUNRPC, AND LOCKD CLIENTS
6796 M:      Trond Myklebust <trond.myklebust@primarydata.com>
6797 M:      Anna Schumaker <anna.schumaker@netapp.com>
6798 L:      linux-nfs@vger.kernel.org
6799 W:      http://client.linux-nfs.org
6800 T:      git git://git.linux-nfs.org/projects/trondmy/linux-nfs.git
6801 S:      Maintained
6802 F:      fs/lockd/
6803 F:      fs/nfs/
6804 F:      fs/nfs_common/
6805 F:      net/sunrpc/
6806 F:      include/linux/lockd/
6807 F:      include/linux/nfs*
6808 F:      include/linux/sunrpc/
6809 F:      include/uapi/linux/nfs*
6810 F:      include/uapi/linux/sunrpc/
6811
6812 NILFS2 FILESYSTEM
6813 M:      Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
6814 L:      linux-nilfs@vger.kernel.org
6815 W:      http://nilfs.sourceforge.net/
6816 T:      git git://github.com/konis/nilfs2.git
6817 S:      Supported
6818 F:      Documentation/filesystems/nilfs2.txt
6819 F:      fs/nilfs2/
6820 F:      include/linux/nilfs2_fs.h
6821
6822 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
6823 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6824 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6825 S:      Maintained
6826 F:      Documentation/scsi/NinjaSCSI.txt
6827 F:      drivers/scsi/pcmcia/nsp_*
6828
6829 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
6830 M:      GOTO Masanori <gotom@debian.or.jp>
6831 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
6832 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
6833 S:      Maintained
6834 F:      Documentation/scsi/NinjaSCSI.txt
6835 F:      drivers/scsi/nsp32*
6836
6837 NIOS2 ARCHITECTURE
6838 M:      Ley Foon Tan <lftan@altera.com>
6839 L:      nios2-dev@lists.rocketboards.org (moderated for non-subscribers)
6840 T:      git git://git.rocketboards.org/linux-socfpga.git
6841 S:      Maintained
6842 F:      arch/nios2/
6843
6844 NTB DRIVER
6845 M:      Jon Mason <jdmason@kudzu.us>
6846 M:      Dave Jiang <dave.jiang@intel.com>
6847 S:      Supported
6848 W:      https://github.com/jonmason/ntb/wiki
6849 T:      git git://github.com/jonmason/ntb.git
6850 F:      drivers/ntb/
6851 F:      drivers/net/ntb_netdev.c
6852 F:      include/linux/ntb.h
6853
6854 NTFS FILESYSTEM
6855 M:      Anton Altaparmakov <anton@tuxera.com>
6856 L:      linux-ntfs-dev@lists.sourceforge.net
6857 W:      http://www.tuxera.com/
6858 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
6859 S:      Supported
6860 F:      Documentation/filesystems/ntfs.txt
6861 F:      fs/ntfs/
6862
6863 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
6864 M:      Antonino Daplas <adaplas@gmail.com>
6865 L:      linux-fbdev@vger.kernel.org
6866 S:      Maintained
6867 F:      drivers/video/fbdev/riva/
6868 F:      drivers/video/fbdev/nvidia/
6869
6870 NVM EXPRESS DRIVER
6871 M:      Matthew Wilcox <willy@linux.intel.com>
6872 L:      linux-nvme@lists.infradead.org
6873 T:      git git://git.infradead.org/users/willy/linux-nvme.git
6874 S:      Supported
6875 F:      drivers/block/nvme*
6876 F:      include/linux/nvme.h
6877
6878 NXP TDA998X DRM DRIVER
6879 M:      Russell King <rmk+kernel@arm.linux.org.uk>
6880 S:      Supported
6881 F:      drivers/gpu/drm/i2c/tda998x_drv.c
6882 F:      include/drm/i2c/tda998x.h
6883
6884 NXP TFA9879 DRIVER
6885 M:      Peter Rosin <peda@axentia.se>
6886 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6887 S:      Maintained
6888 F:      sound/soc/codecs/tfa9879*
6889
6890 OMAP SUPPORT
6891 M:      Tony Lindgren <tony@atomide.com>
6892 L:      linux-omap@vger.kernel.org
6893 W:      http://www.muru.com/linux/omap/
6894 W:      http://linux.omap.com/
6895 Q:      http://patchwork.kernel.org/project/linux-omap/list/
6896 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
6897 S:      Maintained
6898 F:      arch/arm/*omap*/
6899 F:      drivers/i2c/busses/i2c-omap.c
6900 F:      drivers/irqchip/irq-omap-intc.c
6901 F:      drivers/mfd/*omap*.c
6902 F:      drivers/mfd/menelaus.c
6903 F:      drivers/mfd/palmas.c
6904 F:      drivers/mfd/tps65217.c
6905 F:      drivers/mfd/tps65218.c
6906 F:      drivers/mfd/tps65910.c
6907 F:      drivers/mfd/twl-core.[ch]
6908 F:      drivers/mfd/twl4030*.c
6909 F:      drivers/mfd/twl6030*.c
6910 F:      drivers/mfd/twl6040*.c
6911 F:      drivers/regulator/palmas-regulator*.c
6912 F:      drivers/regulator/pbias-regulator.c
6913 F:      drivers/regulator/tps65217-regulator.c
6914 F:      drivers/regulator/tps65218-regulator.c
6915 F:      drivers/regulator/tps65910-regulator.c
6916 F:      drivers/regulator/twl-regulator.c
6917 F:      include/linux/i2c-omap.h
6918
6919 OMAP DEVICE TREE SUPPORT
6920 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
6921 M:      Tony Lindgren <tony@atomide.com>
6922 L:      linux-omap@vger.kernel.org
6923 L:      devicetree@vger.kernel.org
6924 S:      Maintained
6925 F:      arch/arm/boot/dts/*omap*
6926 F:      arch/arm/boot/dts/*am3*
6927 F:      arch/arm/boot/dts/*am4*
6928 F:      arch/arm/boot/dts/*am5*
6929 F:      arch/arm/boot/dts/*dra7*
6930
6931 OMAP CLOCK FRAMEWORK SUPPORT
6932 M:      Paul Walmsley <paul@pwsan.com>
6933 L:      linux-omap@vger.kernel.org
6934 S:      Maintained
6935 F:      arch/arm/*omap*/*clock*
6936
6937 OMAP POWER MANAGEMENT SUPPORT
6938 M:      Kevin Hilman <khilman@deeprootsystems.com>
6939 L:      linux-omap@vger.kernel.org
6940 S:      Maintained
6941 F:      arch/arm/*omap*/*pm*
6942 F:      drivers/cpufreq/omap-cpufreq.c
6943
6944 OMAP POWERDOMAIN SOC ADAPTATION LAYER SUPPORT
6945 M:      Rajendra Nayak <rnayak@ti.com>
6946 M:      Paul Walmsley <paul@pwsan.com>
6947 L:      linux-omap@vger.kernel.org
6948 S:      Maintained
6949 F:      arch/arm/mach-omap2/prm*
6950
6951 OMAP AUDIO SUPPORT
6952 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
6953 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
6954 L:      alsa-devel@alsa-project.org (subscribers-only)
6955 L:      linux-omap@vger.kernel.org
6956 S:      Maintained
6957 F:      sound/soc/omap/
6958
6959 OMAP GENERAL PURPOSE MEMORY CONTROLLER SUPPORT
6960 M:      Roger Quadros <rogerq@ti.com>
6961 M:      Tony Lindgren <tony@atomide.com>
6962 L:      linux-omap@vger.kernel.org
6963 S:      Maintained
6964 F:      drivers/memory/omap-gpmc.c
6965 F:      arch/arm/mach-omap2/*gpmc*
6966
6967 OMAP FRAMEBUFFER SUPPORT
6968 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6969 L:      linux-fbdev@vger.kernel.org
6970 L:      linux-omap@vger.kernel.org
6971 S:      Maintained
6972 F:      drivers/video/fbdev/omap/
6973
6974 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
6975 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
6976 L:      linux-omap@vger.kernel.org
6977 L:      linux-fbdev@vger.kernel.org
6978 S:      Maintained
6979 F:      drivers/video/fbdev/omap2/
6980 F:      Documentation/arm/OMAP/DSS
6981
6982 OMAP HARDWARE SPINLOCK SUPPORT
6983 M:      Ohad Ben-Cohen <ohad@wizery.com>
6984 L:      linux-omap@vger.kernel.org
6985 S:      Maintained
6986 F:      drivers/hwspinlock/omap_hwspinlock.c
6987 F:      arch/arm/mach-omap2/hwspinlock.c
6988
6989 OMAP MMC SUPPORT
6990 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
6991 L:      linux-omap@vger.kernel.org
6992 S:      Maintained
6993 F:      drivers/mmc/host/omap.c
6994
6995 OMAP HS MMC SUPPORT
6996 L:      linux-mmc@vger.kernel.org
6997 L:      linux-omap@vger.kernel.org
6998 S:      Orphan
6999 F:      drivers/mmc/host/omap_hsmmc.c
7000
7001 OMAP RANDOM NUMBER GENERATOR SUPPORT
7002 M:      Deepak Saxena <dsaxena@plexity.net>
7003 S:      Maintained
7004 F:      drivers/char/hw_random/omap-rng.c
7005
7006 OMAP HWMOD SUPPORT
7007 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7008 M:      Paul Walmsley <paul@pwsan.com>
7009 L:      linux-omap@vger.kernel.org
7010 S:      Maintained
7011 F:      arch/arm/mach-omap2/omap_hwmod.*
7012
7013 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
7014 M:      BenoĂ®t Cousson <bcousson@baylibre.com>
7015 L:      linux-omap@vger.kernel.org
7016 S:      Maintained
7017 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
7018
7019 OMAP IMAGING SUBSYSTEM (OMAP3 ISP and OMAP4 ISS)
7020 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7021 L:      linux-media@vger.kernel.org
7022 S:      Maintained
7023 F:      drivers/media/platform/omap3isp/
7024 F:      drivers/staging/media/omap4iss/
7025
7026 OMAP USB SUPPORT
7027 M:      Felipe Balbi <balbi@ti.com>
7028 L:      linux-usb@vger.kernel.org
7029 L:      linux-omap@vger.kernel.org
7030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7031 S:      Maintained
7032 F:      drivers/usb/*/*omap*
7033 F:      arch/arm/*omap*/usb*
7034
7035 OMAP GPIO DRIVER
7036 M:      Javier Martinez Canillas <javier@dowhile0.org>
7037 M:      Santosh Shilimkar <ssantosh@kernel.org>
7038 M:      Kevin Hilman <khilman@deeprootsystems.com>
7039 L:      linux-omap@vger.kernel.org
7040 S:      Maintained
7041 F:      drivers/gpio/gpio-omap.c
7042
7043 OMAP/NEWFLOW NANOBONE MACHINE SUPPORT
7044 M:      Mark Jackson <mpfj@newflow.co.uk>
7045 L:      linux-omap@vger.kernel.org
7046 S:      Maintained
7047 F:      arch/arm/boot/dts/am335x-nano.dts
7048
7049 OMFS FILESYSTEM
7050 M:      Bob Copeland <me@bobcopeland.com>
7051 L:      linux-karma-devel@lists.sourceforge.net
7052 S:      Maintained
7053 F:      Documentation/filesystems/omfs.txt
7054 F:      fs/omfs/
7055
7056 OMNIKEY CARDMAN 4000 DRIVER
7057 M:      Harald Welte <laforge@gnumonks.org>
7058 S:      Maintained
7059 F:      drivers/char/pcmcia/cm4000_cs.c
7060 F:      include/linux/cm4000_cs.h
7061 F:      include/uapi/linux/cm4000_cs.h
7062
7063 OMNIKEY CARDMAN 4040 DRIVER
7064 M:      Harald Welte <laforge@gnumonks.org>
7065 S:      Maintained
7066 F:      drivers/char/pcmcia/cm4040_cs.*
7067
7068 OMNIVISION OV7670 SENSOR DRIVER
7069 M:      Jonathan Corbet <corbet@lwn.net>
7070 L:      linux-media@vger.kernel.org
7071 T:      git git://linuxtv.org/media_tree.git
7072 S:      Maintained
7073 F:      drivers/media/i2c/ov7670.c
7074
7075 ONENAND FLASH DRIVER
7076 M:      Kyungmin Park <kyungmin.park@samsung.com>
7077 L:      linux-mtd@lists.infradead.org
7078 S:      Maintained
7079 F:      drivers/mtd/onenand/
7080 F:      include/linux/mtd/onenand*.h
7081
7082 ONSTREAM SCSI TAPE DRIVER
7083 M:      Willem Riede <osst@riede.org>
7084 L:      osst-users@lists.sourceforge.net
7085 L:      linux-scsi@vger.kernel.org
7086 S:      Maintained
7087 F:      Documentation/scsi/osst.txt
7088 F:      drivers/scsi/osst.*
7089 F:      drivers/scsi/osst_*.h
7090 F:      drivers/scsi/st.h
7091
7092 OPENCORES I2C BUS DRIVER
7093 M:      Peter Korsgaard <jacmet@sunsite.dk>
7094 L:      linux-i2c@vger.kernel.org
7095 S:      Maintained
7096 F:      Documentation/i2c/busses/i2c-ocores
7097 F:      drivers/i2c/busses/i2c-ocores.c
7098
7099 OPEN FIRMWARE AND FLATTENED DEVICE TREE
7100 M:      Grant Likely <grant.likely@linaro.org>
7101 M:      Rob Herring <robh+dt@kernel.org>
7102 L:      devicetree@vger.kernel.org
7103 W:      http://www.devicetree.org/
7104 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linux.git
7105 S:      Maintained
7106 F:      drivers/of/
7107 F:      include/linux/of*.h
7108 F:      scripts/dtc/
7109
7110 OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS
7111 M:      Rob Herring <robh+dt@kernel.org>
7112 M:      Pawel Moll <pawel.moll@arm.com>
7113 M:      Mark Rutland <mark.rutland@arm.com>
7114 M:      Ian Campbell <ijc+devicetree@hellion.org.uk>
7115 M:      Kumar Gala <galak@codeaurora.org>
7116 L:      devicetree@vger.kernel.org
7117 S:      Maintained
7118 F:      Documentation/devicetree/
7119 F:      arch/*/boot/dts/
7120 F:      include/dt-bindings/
7121
7122 OPENRISC ARCHITECTURE
7123 M:      Jonas Bonn <jonas@southpole.se>
7124 W:      http://openrisc.net
7125 L:      linux@lists.openrisc.net (moderated for non-subscribers)
7126 S:      Maintained
7127 T:      git git://openrisc.net/~jonas/linux
7128 F:      arch/openrisc/
7129
7130 OPENVSWITCH
7131 M:      Pravin Shelar <pshelar@nicira.com>
7132 L:      netdev@vger.kernel.org
7133 L:      dev@openvswitch.org
7134 W:      http://openvswitch.org
7135 S:      Maintained
7136 F:      net/openvswitch/
7137 F:      include/uapi/linux/openvswitch.h
7138
7139 OPL4 DRIVER
7140 M:      Clemens Ladisch <clemens@ladisch.de>
7141 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7142 T:      git git://git.alsa-project.org/alsa-kernel.git
7143 S:      Maintained
7144 F:      sound/drivers/opl4/
7145
7146 OPROFILE
7147 M:      Robert Richter <rric@kernel.org>
7148 L:      oprofile-list@lists.sf.net
7149 S:      Maintained
7150 F:      arch/*/include/asm/oprofile*.h
7151 F:      arch/*/oprofile/
7152 F:      drivers/oprofile/
7153 F:      include/linux/oprofile.h
7154
7155 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
7156 M:      Mark Fasheh <mfasheh@suse.com>
7157 M:      Joel Becker <jlbec@evilplan.org>
7158 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
7159 W:      http://oss.oracle.com/projects/ocfs2/
7160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
7161 S:      Supported
7162 F:      Documentation/filesystems/ocfs2.txt
7163 F:      Documentation/filesystems/dlmfs.txt
7164 F:      fs/ocfs2/
7165
7166 ORINOCO DRIVER
7167 L:      linux-wireless@vger.kernel.org
7168 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
7169 W:      http://www.nongnu.org/orinoco/
7170 S:      Orphan
7171 F:      drivers/net/wireless/orinoco/
7172
7173 OSD LIBRARY and FILESYSTEM
7174 M:      Boaz Harrosh <ooo@electrozaur.com>
7175 M:      Benny Halevy <bhalevy@primarydata.com>
7176 L:      osd-dev@open-osd.org
7177 W:      http://open-osd.org
7178 T:      git git://git.open-osd.org/open-osd.git
7179 S:      Maintained
7180 F:      drivers/scsi/osd/
7181 F:      include/scsi/osd_*
7182 F:      fs/exofs/
7183
7184 OVERLAY FILESYSTEM
7185 M:      Miklos Szeredi <miklos@szeredi.hu>
7186 L:      linux-unionfs@vger.kernel.org
7187 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs.git
7188 S:      Supported
7189 F:      fs/overlayfs/
7190 F:      Documentation/filesystems/overlayfs.txt
7191
7192 P54 WIRELESS DRIVER
7193 M:      Christian Lamparter <chunkeey@googlemail.com>
7194 L:      linux-wireless@vger.kernel.org
7195 W:      http://wireless.kernel.org/en/users/Drivers/p54
7196 S:      Maintained
7197 F:      drivers/net/wireless/p54/
7198
7199 PA SEMI ETHERNET DRIVER
7200 M:      Olof Johansson <olof@lixom.net>
7201 L:      netdev@vger.kernel.org
7202 S:      Maintained
7203 F:      drivers/net/ethernet/pasemi/*
7204
7205 PA SEMI SMBUS DRIVER
7206 M:      Olof Johansson <olof@lixom.net>
7207 L:      linux-i2c@vger.kernel.org
7208 S:      Maintained
7209 F:      drivers/i2c/busses/i2c-pasemi.c
7210
7211 PADATA PARALLEL EXECUTION MECHANISM
7212 M:      Steffen Klassert <steffen.klassert@secunet.com>
7213 L:      linux-crypto@vger.kernel.org
7214 S:      Maintained
7215 F:      kernel/padata.c
7216 F:      include/linux/padata.h
7217 F:      Documentation/padata.txt
7218
7219 PANASONIC LAPTOP ACPI EXTRAS DRIVER
7220 M:      Harald Welte <laforge@gnumonks.org>
7221 L:      platform-driver-x86@vger.kernel.org
7222 S:      Maintained
7223 F:      drivers/platform/x86/panasonic-laptop.c
7224
7225 PANASONIC MN10300/AM33/AM34 PORT
7226 M:      David Howells <dhowells@redhat.com>
7227 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
7228 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
7229 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
7230 S:      Maintained
7231 F:      Documentation/mn10300/
7232 F:      arch/mn10300/
7233
7234 PARALLEL PORT SUPPORT
7235 L:      linux-parport@lists.infradead.org (subscribers-only)
7236 S:      Orphan
7237 F:      drivers/parport/
7238 F:      include/linux/parport*.h
7239 F:      drivers/char/ppdev.c
7240 F:      include/uapi/linux/ppdev.h
7241
7242 PARAVIRT_OPS INTERFACE
7243 M:      Jeremy Fitzhardinge <jeremy@goop.org>
7244 M:      Chris Wright <chrisw@sous-sol.org>
7245 M:      Alok Kataria <akataria@vmware.com>
7246 M:      Rusty Russell <rusty@rustcorp.com.au>
7247 L:      virtualization@lists.linux-foundation.org
7248 S:      Supported
7249 F:      Documentation/ia64/paravirt_ops.txt
7250 F:      arch/*/kernel/paravirt*
7251 F:      arch/*/include/asm/paravirt.h
7252
7253 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
7254 M:      Tim Waugh <tim@cyberelk.net>
7255 L:      linux-parport@lists.infradead.org (subscribers-only)
7256 W:      http://www.torque.net/linux-pp.html
7257 S:      Maintained
7258 F:      Documentation/blockdev/paride.txt
7259 F:      drivers/block/paride/
7260
7261 PARISC ARCHITECTURE
7262 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
7263 M:      Helge Deller <deller@gmx.de>
7264 L:      linux-parisc@vger.kernel.org
7265 W:      http://www.parisc-linux.org/
7266 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
7267 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
7268 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git
7269 S:      Maintained
7270 F:      arch/parisc/
7271 F:      Documentation/parisc/
7272 F:      drivers/parisc/
7273 F:      drivers/char/agp/parisc-agp.c
7274 F:      drivers/input/serio/gscps2.c
7275 F:      drivers/parport/parport_gsc.*
7276 F:      drivers/tty/serial/8250/8250_gsc.c
7277 F:      drivers/video/fbdev/sti*
7278 F:      drivers/video/console/sti*
7279 F:      drivers/video/logo/logo_parisc*
7280
7281 PC87360 HARDWARE MONITORING DRIVER
7282 M:      Jim Cromie <jim.cromie@gmail.com>
7283 L:      lm-sensors@lm-sensors.org
7284 S:      Maintained
7285 F:      Documentation/hwmon/pc87360
7286 F:      drivers/hwmon/pc87360.c
7287
7288 PC8736x GPIO DRIVER
7289 M:      Jim Cromie <jim.cromie@gmail.com>
7290 S:      Maintained
7291 F:      drivers/char/pc8736x_gpio.c
7292
7293 PC87427 HARDWARE MONITORING DRIVER
7294 M:      Jean Delvare <jdelvare@suse.de>
7295 L:      lm-sensors@lm-sensors.org
7296 S:      Maintained
7297 F:      Documentation/hwmon/pc87427
7298 F:      drivers/hwmon/pc87427.c
7299
7300 PCA9532 LED DRIVER
7301 M:      Riku Voipio <riku.voipio@iki.fi>
7302 S:      Maintained
7303 F:      drivers/leds/leds-pca9532.c
7304 F:      include/linux/leds-pca9532.h
7305
7306 PCA9541 I2C BUS MASTER SELECTOR DRIVER
7307 M:      Guenter Roeck <linux@roeck-us.net>
7308 L:      linux-i2c@vger.kernel.org
7309 S:      Maintained
7310 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
7311
7312 PCDP - PRIMARY CONSOLE AND DEBUG PORT
7313 M:      Khalid Aziz <khalid@gonehiking.org>
7314 S:      Maintained
7315 F:      drivers/firmware/pcdp.*
7316
7317 PCI ERROR RECOVERY
7318 M:      Linas Vepstas <linasvepstas@gmail.com>
7319 L:      linux-pci@vger.kernel.org
7320 S:      Supported
7321 F:      Documentation/PCI/pci-error-recovery.txt
7322
7323 PCI SUBSYSTEM
7324 M:      Bjorn Helgaas <bhelgaas@google.com>
7325 L:      linux-pci@vger.kernel.org
7326 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
7327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
7328 S:      Supported
7329 F:      Documentation/PCI/
7330 F:      drivers/pci/
7331 F:      include/linux/pci*
7332 F:      arch/x86/pci/
7333 F:      arch/x86/kernel/quirks.c
7334
7335 PCI DRIVER FOR ARM VERSATILE PLATFORM
7336 M:      Rob Herring <robh@kernel.org>
7337 L:      linux-pci@vger.kernel.org
7338 L:      linux-arm-kernel@lists.infradead.org
7339 S:      Maintained
7340 F:      Documentation/devicetree/bindings/pci/versatile.txt
7341 F:      drivers/pci/host/pci-versatile.c
7342
7343 PCI DRIVER FOR APPLIEDMICRO XGENE
7344 M:      Tanmay Inamdar <tinamdar@apm.com>
7345 L:      linux-pci@vger.kernel.org
7346 L:      linux-arm-kernel@lists.infradead.org
7347 S:      Maintained
7348 F:      Documentation/devicetree/bindings/pci/xgene-pci.txt
7349 F:      drivers/pci/host/pci-xgene.c
7350
7351 PCI DRIVER FOR FREESCALE LAYERSCAPE
7352 M:      Minghuan Lian <minghuan.Lian@freescale.com>
7353 M:      Mingkai Hu <mingkai.hu@freescale.com>
7354 M:      Roy Zang <tie-fei.zang@freescale.com>
7355 L:      linuxppc-dev@lists.ozlabs.org
7356 L:      linux-pci@vger.kernel.org
7357 L:      linux-arm-kernel@lists.infradead.org
7358 S:      Maintained
7359 F:      drivers/pci/host/*layerscape*
7360
7361 PCI DRIVER FOR IMX6
7362 M:      Richard Zhu <Richard.Zhu@freescale.com>
7363 M:      Lucas Stach <l.stach@pengutronix.de>
7364 L:      linux-pci@vger.kernel.org
7365 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7366 S:      Maintained
7367 F:      drivers/pci/host/*imx6*
7368
7369 PCI DRIVER FOR TI KEYSTONE
7370 M:      Murali Karicheri <m-karicheri2@ti.com>
7371 L:      linux-pci@vger.kernel.org
7372 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7373 S:      Maintained
7374 F:      drivers/pci/host/*keystone*
7375
7376 PCI DRIVER FOR MVEBU (Marvell Armada 370 and Armada XP SOC support)
7377 M:      Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
7378 M:      Jason Cooper <jason@lakedaemon.net>
7379 L:      linux-pci@vger.kernel.org
7380 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7381 S:      Maintained
7382 F:      drivers/pci/host/*mvebu*
7383
7384 PCI DRIVER FOR NVIDIA TEGRA
7385 M:      Thierry Reding <thierry.reding@gmail.com>
7386 L:      linux-tegra@vger.kernel.org
7387 L:      linux-pci@vger.kernel.org
7388 S:      Supported
7389 F:      Documentation/devicetree/bindings/pci/nvidia,tegra20-pcie.txt
7390 F:      drivers/pci/host/pci-tegra.c
7391
7392 PCI DRIVER FOR TI DRA7XX
7393 M:      Kishon Vijay Abraham I <kishon@ti.com>
7394 L:      linux-omap@vger.kernel.org
7395 L:      linux-pci@vger.kernel.org
7396 S:      Supported
7397 F:      Documentation/devicetree/bindings/pci/ti-pci.txt
7398 F:      drivers/pci/host/pci-dra7xx.c
7399
7400 PCI DRIVER FOR RENESAS R-CAR
7401 M:      Simon Horman <horms@verge.net.au>
7402 L:      linux-pci@vger.kernel.org
7403 L:      linux-sh@vger.kernel.org
7404 S:      Maintained
7405 F:      drivers/pci/host/*rcar*
7406
7407 PCI DRIVER FOR SAMSUNG EXYNOS
7408 M:      Jingoo Han <jg1.han@samsung.com>
7409 L:      linux-pci@vger.kernel.org
7410 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7411 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7412 S:      Maintained
7413 F:      drivers/pci/host/pci-exynos.c
7414
7415 PCI DRIVER FOR SYNOPSIS DESIGNWARE
7416 M:      Mohit Kumar <mohit.kumar@st.com>
7417 M:      Jingoo Han <jg1.han@samsung.com>
7418 L:      linux-pci@vger.kernel.org
7419 S:      Maintained
7420 F:      drivers/pci/host/*designware*
7421
7422 PCI DRIVER FOR GENERIC OF HOSTS
7423 M:      Will Deacon <will.deacon@arm.com>
7424 L:      linux-pci@vger.kernel.org
7425 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7426 S:      Maintained
7427 F:      Documentation/devicetree/bindings/pci/host-generic-pci.txt
7428 F:      drivers/pci/host/pci-host-generic.c
7429
7430 PCIE DRIVER FOR ST SPEAR13XX
7431 M:      Mohit Kumar <mohit.kumar@st.com>
7432 L:      linux-pci@vger.kernel.org
7433 S:      Maintained
7434 F:      drivers/pci/host/*spear*
7435
7436 PCMCIA SUBSYSTEM
7437 P:      Linux PCMCIA Team
7438 L:      linux-pcmcia@lists.infradead.org
7439 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
7440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
7441 S:      Maintained
7442 F:      Documentation/pcmcia/
7443 F:      drivers/pcmcia/
7444 F:      include/pcmcia/
7445
7446 PCNET32 NETWORK DRIVER
7447 M:      Don Fry <pcnet32@frontier.com>
7448 L:      netdev@vger.kernel.org
7449 S:      Maintained
7450 F:      drivers/net/ethernet/amd/pcnet32.c
7451
7452 PCRYPT PARALLEL CRYPTO ENGINE
7453 M:      Steffen Klassert <steffen.klassert@secunet.com>
7454 L:      linux-crypto@vger.kernel.org
7455 S:      Maintained
7456 F:      crypto/pcrypt.c
7457 F:      include/crypto/pcrypt.h
7458
7459 PER-CPU MEMORY ALLOCATOR
7460 M:      Tejun Heo <tj@kernel.org>
7461 M:      Christoph Lameter <cl@linux-foundation.org>
7462 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
7463 S:      Maintained
7464 F:      include/linux/percpu*.h
7465 F:      mm/percpu*.c
7466 F:      arch/*/include/asm/percpu.h
7467
7468 PER-TASK DELAY ACCOUNTING
7469 M:      Balbir Singh <bsingharora@gmail.com>
7470 S:      Maintained
7471 F:      include/linux/delayacct.h
7472 F:      kernel/delayacct.c
7473
7474 PERFORMANCE EVENTS SUBSYSTEM
7475 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
7476 M:      Paul Mackerras <paulus@samba.org>
7477 M:      Ingo Molnar <mingo@redhat.com>
7478 M:      Arnaldo Carvalho de Melo <acme@kernel.org>
7479 L:      linux-kernel@vger.kernel.org
7480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7481 S:      Supported
7482 F:      kernel/events/*
7483 F:      include/linux/perf_event.h
7484 F:      include/uapi/linux/perf_event.h
7485 F:      arch/*/kernel/perf_event*.c
7486 F:      arch/*/kernel/*/perf_event*.c
7487 F:      arch/*/kernel/*/*/perf_event*.c
7488 F:      arch/*/include/asm/perf_event.h
7489 F:      arch/*/kernel/perf_callchain.c
7490 F:      tools/perf/
7491
7492 PERSONALITY HANDLING
7493 M:      Christoph Hellwig <hch@infradead.org>
7494 L:      linux-abi-devel@lists.sourceforge.net
7495 S:      Maintained
7496 F:      include/linux/personality.h
7497 F:      include/uapi/linux/personality.h
7498
7499 PHONET PROTOCOL
7500 M:      Remi Denis-Courmont <courmisch@gmail.com>
7501 S:      Supported
7502 F:      Documentation/networking/phonet.txt
7503 F:      include/linux/phonet.h
7504 F:      include/net/phonet/
7505 F:      include/uapi/linux/phonet.h
7506 F:      net/phonet/
7507
7508 PHRAM MTD DRIVER
7509 M:      Joern Engel <joern@lazybastard.org>
7510 L:      linux-mtd@lists.infradead.org
7511 S:      Maintained
7512 F:      drivers/mtd/devices/phram.c
7513
7514 PICOLCD HID DRIVER
7515 M:      Bruno PrĂ©mont <bonbons@linux-vserver.org>
7516 L:      linux-input@vger.kernel.org
7517 S:      Maintained
7518 F:      drivers/hid/hid-picolcd*
7519
7520 PICOXCELL SUPPORT
7521 M:      Jamie Iles <jamie@jamieiles.com>
7522 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7523 T:      git git://github.com/jamieiles/linux-2.6-ji.git
7524 S:      Supported
7525 F:      arch/arm/boot/dts/picoxcell*
7526 F:      arch/arm/mach-picoxcell/
7527 F:      drivers/crypto/picoxcell*
7528
7529 PIN CONTROL SUBSYSTEM
7530 M:      Linus Walleij <linus.walleij@linaro.org>
7531 L:      linux-gpio@vger.kernel.org
7532 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
7533 S:      Maintained
7534 F:      drivers/pinctrl/
7535 F:      include/linux/pinctrl/
7536
7537 PIN CONTROLLER - ATMEL AT91
7538 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
7539 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7540 S:      Maintained
7541 F:      drivers/pinctrl/pinctrl-at91.*
7542
7543 PIN CONTROLLER - INTEL
7544 M:      Mika Westerberg <mika.westerberg@linux.intel.com>
7545 M:      Heikki Krogerus <heikki.krogerus@linux.intel.com>
7546 S:      Maintained
7547 F:      drivers/pinctrl/intel/
7548
7549 PIN CONTROLLER - RENESAS
7550 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7551 L:      linux-sh@vger.kernel.org
7552 S:      Maintained
7553 F:      drivers/pinctrl/sh-pfc/
7554
7555 PIN CONTROLLER - SAMSUNG
7556 M:      Tomasz Figa <tomasz.figa@gmail.com>
7557 M:      Thomas Abraham <thomas.abraham@linaro.org>
7558 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7559 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
7560 S:      Maintained
7561 F:      drivers/pinctrl/samsung/
7562
7563 PIN CONTROLLER - ST SPEAR
7564 M:      Viresh Kumar <viresh.linux@gmail.com>
7565 L:      spear-devel@list.st.com
7566 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7567 W:      http://www.st.com/spear
7568 S:      Maintained
7569 F:      drivers/pinctrl/spear/
7570
7571 PKTCDVD DRIVER
7572 M:      Jiri Kosina <jkosina@suse.cz>
7573 S:      Maintained
7574 F:      drivers/block/pktcdvd.c
7575 F:      include/linux/pktcdvd.h
7576 F:      include/uapi/linux/pktcdvd.h
7577
7578 PKUNITY SOC DRIVERS
7579 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7580 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7581 S:      Maintained
7582 T:      git git://github.com/gxt/linux.git
7583 F:      drivers/input/serio/i8042-unicore32io.h
7584 F:      drivers/i2c/busses/i2c-puv3.c
7585 F:      drivers/video/fbdev/fb-puv3.c
7586 F:      drivers/rtc/rtc-puv3.c
7587
7588 PMBUS HARDWARE MONITORING DRIVERS
7589 M:      Guenter Roeck <linux@roeck-us.net>
7590 L:      lm-sensors@lm-sensors.org
7591 W:      http://www.lm-sensors.org/
7592 W:      http://www.roeck-us.net/linux/drivers/
7593 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
7594 S:      Maintained
7595 F:      Documentation/hwmon/pmbus
7596 F:      drivers/hwmon/pmbus/
7597 F:      include/linux/i2c/pmbus.h
7598
7599 PMC SIERRA MaxRAID DRIVER
7600 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
7601 L:      linux-scsi@vger.kernel.org
7602 W:      http://www.pmc-sierra.com/
7603 S:      Supported
7604 F:      drivers/scsi/pmcraid.*
7605
7606 PMC SIERRA PM8001 DRIVER
7607 M:      xjtuwjp@gmail.com
7608 M:      lindar_liu@usish.com
7609 L:      pmchba@pmcs.com
7610 L:      linux-scsi@vger.kernel.org
7611 S:      Supported
7612 F:      drivers/scsi/pm8001/
7613
7614 POSIX CLOCKS and TIMERS
7615 M:      Thomas Gleixner <tglx@linutronix.de>
7616 L:      linux-kernel@vger.kernel.org
7617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
7618 S:      Maintained
7619 F:      fs/timerfd.c
7620 F:      include/linux/timer*
7621 F:      kernel/time/*timer*
7622
7623 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
7624 M:      Sebastian Reichel <sre@kernel.org>
7625 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
7626 M:      David Woodhouse <dwmw2@infradead.org>
7627 L:      linux-pm@vger.kernel.org
7628 T:      git git://git.infradead.org/battery-2.6.git
7629 S:      Maintained
7630 F:      include/linux/power_supply.h
7631 F:      drivers/power/
7632
7633 PNP SUPPORT
7634 M:      Rafael J. Wysocki <rafael.j.wysocki@intel.com>
7635 S:      Maintained
7636 F:      drivers/pnp/
7637
7638 PNXxxxx I2C DRIVER
7639 M:      Vitaly Wool <vitalywool@gmail.com>
7640 L:      linux-i2c@vger.kernel.org
7641 S:      Maintained
7642 F:      drivers/i2c/busses/i2c-pnx.c
7643
7644 PPP PROTOCOL DRIVERS AND COMPRESSORS
7645 M:      Paul Mackerras <paulus@samba.org>
7646 L:      linux-ppp@vger.kernel.org
7647 S:      Maintained
7648 F:      drivers/net/ppp/ppp_*
7649
7650 PPP OVER ATM (RFC 2364)
7651 M:      Mitchell Blank Jr <mitch@sfgoth.com>
7652 S:      Maintained
7653 F:      net/atm/pppoatm.c
7654 F:      include/uapi/linux/atmppp.h
7655
7656 PPP OVER ETHERNET
7657 M:      Michal Ostrowski <mostrows@earthlink.net>
7658 S:      Maintained
7659 F:      drivers/net/ppp/pppoe.c
7660 F:      drivers/net/ppp/pppox.c
7661
7662 PPP OVER L2TP
7663 M:      James Chapman <jchapman@katalix.com>
7664 S:      Maintained
7665 F:      net/l2tp/l2tp_ppp.c
7666 F:      include/linux/if_pppol2tp.h
7667 F:      include/uapi/linux/if_pppol2tp.h
7668
7669 PPS SUPPORT
7670 M:      Rodolfo Giometti <giometti@enneenne.com>
7671 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
7672 L:      linuxpps@ml.enneenne.com (subscribers-only)
7673 S:      Maintained
7674 F:      Documentation/pps/
7675 F:      drivers/pps/
7676 F:      include/linux/pps*.h
7677
7678 PPTP DRIVER
7679 M:      Dmitry Kozlov <xeb@mail.ru>
7680 L:      netdev@vger.kernel.org
7681 S:      Maintained
7682 F:      drivers/net/ppp/pptp.c
7683 W:      http://sourceforge.net/projects/accel-pptp
7684
7685 PREEMPTIBLE KERNEL
7686 M:      Robert Love <rml@tech9.net>
7687 L:      kpreempt-tech@lists.sourceforge.net
7688 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
7689 S:      Supported
7690 F:      Documentation/preempt-locking.txt
7691 F:      include/linux/preempt.h
7692
7693 PRISM54 WIRELESS DRIVER
7694 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
7695 L:      linux-wireless@vger.kernel.org
7696 W:      http://wireless.kernel.org/en/users/Drivers/p54
7697 S:      Obsolete
7698 F:      drivers/net/wireless/prism54/
7699
7700 PS3 NETWORK SUPPORT
7701 M:      Geoff Levand <geoff@infradead.org>
7702 L:      netdev@vger.kernel.org
7703 L:      cbe-oss-dev@lists.ozlabs.org
7704 S:      Maintained
7705 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
7706
7707 PS3 PLATFORM SUPPORT
7708 M:      Geoff Levand <geoff@infradead.org>
7709 L:      linuxppc-dev@lists.ozlabs.org
7710 L:      cbe-oss-dev@lists.ozlabs.org
7711 S:      Maintained
7712 F:      arch/powerpc/boot/ps3*
7713 F:      arch/powerpc/include/asm/lv1call.h
7714 F:      arch/powerpc/include/asm/ps3*.h
7715 F:      arch/powerpc/platforms/ps3/
7716 F:      drivers/*/ps3*
7717 F:      drivers/ps3/
7718 F:      drivers/rtc/rtc-ps3.c
7719 F:      drivers/usb/host/*ps3.c
7720 F:      sound/ppc/snd_ps3*
7721
7722 PS3VRAM DRIVER
7723 M:      Jim Paris <jim@jtan.com>
7724 L:      cbe-oss-dev@lists.ozlabs.org
7725 S:      Maintained
7726 F:      drivers/block/ps3vram.c
7727
7728 PSTORE FILESYSTEM
7729 M:      Anton Vorontsov <anton@enomsg.org>
7730 M:      Colin Cross <ccross@android.com>
7731 M:      Kees Cook <keescook@chromium.org>
7732 M:      Tony Luck <tony.luck@intel.com>
7733 S:      Maintained
7734 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
7735 F:      fs/pstore/
7736 F:      include/linux/pstore*
7737 F:      drivers/firmware/efi/efi-pstore.c
7738 F:      drivers/acpi/apei/erst.c
7739
7740 PTP HARDWARE CLOCK SUPPORT
7741 M:      Richard Cochran <richardcochran@gmail.com>
7742 L:      netdev@vger.kernel.org
7743 S:      Maintained
7744 W:      http://linuxptp.sourceforge.net/
7745 F:      Documentation/ABI/testing/sysfs-ptp
7746 F:      Documentation/ptp/*
7747 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
7748 F:      drivers/net/phy/dp83640*
7749 F:      drivers/ptp/*
7750 F:      include/linux/ptp_cl*
7751
7752 PTRACE SUPPORT
7753 M:      Roland McGrath <roland@hack.frob.com>
7754 M:      Oleg Nesterov <oleg@redhat.com>
7755 S:      Maintained
7756 F:      include/asm-generic/syscall.h
7757 F:      include/linux/ptrace.h
7758 F:      include/linux/regset.h
7759 F:      include/linux/tracehook.h
7760 F:      include/uapi/linux/ptrace.h
7761 F:      kernel/ptrace.c
7762
7763 PVRUSB2 VIDEO4LINUX DRIVER
7764 M:      Mike Isely <isely@pobox.com>
7765 L:      pvrusb2@isely.net       (subscribers-only)
7766 L:      linux-media@vger.kernel.org
7767 W:      http://www.isely.net/pvrusb2/
7768 T:      git git://linuxtv.org/media_tree.git
7769 S:      Maintained
7770 F:      Documentation/video4linux/README.pvrusb2
7771 F:      drivers/media/usb/pvrusb2/
7772
7773 PWC WEBCAM DRIVER
7774 M:      Hans de Goede <hdegoede@redhat.com>
7775 L:      linux-media@vger.kernel.org
7776 T:      git git://linuxtv.org/media_tree.git
7777 S:      Maintained
7778 F:      drivers/media/usb/pwc/*
7779
7780 PWM FAN DRIVER
7781 M:      Kamil Debski <k.debski@samsung.com>
7782 L:      lm-sensors@lm-sensors.org
7783 S:      Supported
7784 F:      Documentation/devicetree/bindings/hwmon/pwm-fan.txt
7785 F:      Documentation/hwmon/pwm-fan
7786 F:      drivers/hwmon/pwm-fan.c
7787
7788 PWM SUBSYSTEM
7789 M:      Thierry Reding <thierry.reding@gmail.com>
7790 L:      linux-pwm@vger.kernel.org
7791 S:      Maintained
7792 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm.git
7793 F:      Documentation/pwm.txt
7794 F:      Documentation/devicetree/bindings/pwm/
7795 F:      include/linux/pwm.h
7796 F:      drivers/pwm/
7797 F:      drivers/video/backlight/pwm_bl.c
7798 F:      include/linux/pwm_backlight.h
7799
7800 PXA2xx/PXA3xx SUPPORT
7801 M:      Daniel Mack <daniel@zonque.org>
7802 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7803 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7804 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7805 T:      git git://github.com/hzhuang1/linux.git
7806 T:      git git://github.com/rjarzmik/linux.git
7807 S:      Maintained
7808 F:      arch/arm/mach-pxa/
7809 F:      drivers/pcmcia/pxa2xx*
7810 F:      drivers/spi/spi-pxa2xx*
7811 F:      drivers/usb/gadget/udc/pxa2*
7812 F:      include/sound/pxa2xx-lib.h
7813 F:      sound/arm/pxa*
7814 F:      sound/soc/pxa/
7815
7816 PXA3xx NAND FLASH DRIVER
7817 M:      Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
7818 L:      linux-mtd@lists.infradead.org
7819 S:      Maintained
7820 F:      drivers/mtd/nand/pxa3xx_nand.c
7821
7822 MMP SUPPORT
7823 M:      Eric Miao <eric.y.miao@gmail.com>
7824 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
7825 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
7826 T:      git git://github.com/hzhuang1/linux.git
7827 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
7828 S:      Maintained
7829 F:      arch/arm/mach-mmp/
7830
7831 PXA MMCI DRIVER
7832 S:      Orphan
7833
7834 PXA RTC DRIVER
7835 M:      Robert Jarzmik <robert.jarzmik@free.fr>
7836 L:      rtc-linux@googlegroups.com
7837 S:      Maintained
7838
7839 QAT DRIVER
7840 M:      Tadeusz Struk <tadeusz.struk@intel.com>
7841 L:      qat-linux@intel.com
7842 S:      Supported
7843 F:      drivers/crypto/qat/
7844
7845 QIB DRIVER
7846 M:      Mike Marciniszyn <infinipath@intel.com>
7847 L:      linux-rdma@vger.kernel.org
7848 S:      Supported
7849 F:      drivers/infiniband/hw/qib/
7850
7851 QLOGIC QLA1280 SCSI DRIVER
7852 M:      Michael Reed <mdr@sgi.com>
7853 L:      linux-scsi@vger.kernel.org
7854 S:      Maintained
7855 F:      drivers/scsi/qla1280.[ch]
7856
7857 QLOGIC QLA2XXX FC-SCSI DRIVER
7858 M:      qla2xxx-upstream@qlogic.com
7859 L:      linux-scsi@vger.kernel.org
7860 S:      Supported
7861 F:      Documentation/scsi/LICENSE.qla2xxx
7862 F:      drivers/scsi/qla2xxx/
7863
7864 QLOGIC QLA4XXX iSCSI DRIVER
7865 M:      QLogic-Storage-Upstream@qlogic.com
7866 L:      linux-scsi@vger.kernel.org
7867 S:      Supported
7868 F:      Documentation/scsi/LICENSE.qla4xxx
7869 F:      drivers/scsi/qla4xxx/
7870
7871 QLOGIC QLA3XXX NETWORK DRIVER
7872 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
7873 M:      Ron Mercer <ron.mercer@qlogic.com>
7874 M:      linux-driver@qlogic.com
7875 L:      netdev@vger.kernel.org
7876 S:      Supported
7877 F:      Documentation/networking/LICENSE.qla3xxx
7878 F:      drivers/net/ethernet/qlogic/qla3xxx.*
7879
7880 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
7881 M:      Shahed Shaikh <shahed.shaikh@qlogic.com>
7882 M:      Dept-GELinuxNICDev@qlogic.com
7883 L:      netdev@vger.kernel.org
7884 S:      Supported
7885 F:      drivers/net/ethernet/qlogic/qlcnic/
7886
7887 QLOGIC QLGE 10Gb ETHERNET DRIVER
7888 M:      Harish Patil <harish.patil@qlogic.com>
7889 M:      Sudarsana Kalluru <sudarsana.kalluru@qlogic.com>
7890 M:      Dept-GELinuxNICDev@qlogic.com
7891 M:      linux-driver@qlogic.com
7892 L:      netdev@vger.kernel.org
7893 S:      Supported
7894 F:      drivers/net/ethernet/qlogic/qlge/
7895
7896 QNX4 FILESYSTEM
7897 M:      Anders Larsen <al@alarsen.net>
7898 W:      http://www.alarsen.net/linux/qnx4fs/
7899 S:      Maintained
7900 F:      fs/qnx4/
7901 F:      include/uapi/linux/qnx4_fs.h
7902 F:      include/uapi/linux/qnxtypes.h
7903
7904 QT1010 MEDIA DRIVER
7905 M:      Antti Palosaari <crope@iki.fi>
7906 L:      linux-media@vger.kernel.org
7907 W:      http://linuxtv.org/
7908 W:      http://palosaari.fi/linux/
7909 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7910 T:      git git://linuxtv.org/anttip/media_tree.git
7911 S:      Maintained
7912 F:      drivers/media/tuners/qt1010*
7913
7914 QUALCOMM ATHEROS ATH9K WIRELESS DRIVER
7915 M:      QCA ath9k Development <ath9k-devel@qca.qualcomm.com>
7916 L:      linux-wireless@vger.kernel.org
7917 L:      ath9k-devel@lists.ath9k.org
7918 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
7919 S:      Supported
7920 F:      drivers/net/wireless/ath/ath9k/
7921
7922 QUALCOMM ATHEROS ATH10K WIRELESS DRIVER
7923 M:      Kalle Valo <kvalo@qca.qualcomm.com>
7924 L:      ath10k@lists.infradead.org
7925 W:      http://wireless.kernel.org/en/users/Drivers/ath10k
7926 T:      git git://github.com/kvalo/ath.git
7927 S:      Supported
7928 F:      drivers/net/wireless/ath/ath10k/
7929
7930 QUALCOMM HEXAGON ARCHITECTURE
7931 M:      Richard Kuo <rkuo@codeaurora.org>
7932 L:      linux-hexagon@vger.kernel.org
7933 S:      Supported
7934 F:      arch/hexagon/
7935
7936 QUALCOMM WCN36XX WIRELESS DRIVER
7937 M:      Eugene Krasnikov <k.eugene.e@gmail.com>
7938 L:      wcn36xx@lists.infradead.org
7939 W:      http://wireless.kernel.org/en/users/Drivers/wcn36xx
7940 T:      git git://github.com/KrasnikovEugene/wcn36xx.git
7941 S:      Supported
7942 F:      drivers/net/wireless/ath/wcn36xx/
7943
7944 RADOS BLOCK DEVICE (RBD)
7945 M:      Yehuda Sadeh <yehuda@inktank.com>
7946 M:      Sage Weil <sage@inktank.com>
7947 M:      Alex Elder <elder@kernel.org>
7948 M:      ceph-devel@vger.kernel.org
7949 W:      http://ceph.com/
7950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
7951 S:      Supported
7952 F:      drivers/block/rbd.c
7953 F:      drivers/block/rbd_types.h
7954
7955 RADEON FRAMEBUFFER DISPLAY DRIVER
7956 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
7957 L:      linux-fbdev@vger.kernel.org
7958 S:      Maintained
7959 F:      drivers/video/fbdev/aty/radeon*
7960 F:      include/uapi/linux/radeonfb.h
7961
7962 RADIOSHARK RADIO DRIVER
7963 M:      Hans de Goede <hdegoede@redhat.com>
7964 L:      linux-media@vger.kernel.org
7965 T:      git git://linuxtv.org/media_tree.git
7966 S:      Maintained
7967 F:      drivers/media/radio/radio-shark.c
7968
7969 RADIOSHARK2 RADIO DRIVER
7970 M:      Hans de Goede <hdegoede@redhat.com>
7971 L:      linux-media@vger.kernel.org
7972 T:      git git://linuxtv.org/media_tree.git
7973 S:      Maintained
7974 F:      drivers/media/radio/radio-shark2.c
7975 F:      drivers/media/radio/radio-tea5777.c
7976
7977 RAGE128 FRAMEBUFFER DISPLAY DRIVER
7978 M:      Paul Mackerras <paulus@samba.org>
7979 L:      linux-fbdev@vger.kernel.org
7980 S:      Maintained
7981 F:      drivers/video/fbdev/aty/aty128fb.c
7982
7983 RALINK RT2X00 WIRELESS LAN DRIVER
7984 P:      rt2x00 project
7985 M:      Stanislaw Gruszka <sgruszka@redhat.com>
7986 M:      Helmut Schaa <helmut.schaa@googlemail.com>
7987 L:      linux-wireless@vger.kernel.org
7988 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
7989 W:      http://rt2x00.serialmonkey.com/
7990 S:      Maintained
7991 F:      drivers/net/wireless/rt2x00/
7992
7993 RAMDISK RAM BLOCK DEVICE DRIVER
7994 M:      Nick Piggin <npiggin@kernel.dk>
7995 S:      Maintained
7996 F:      Documentation/blockdev/ramdisk.txt
7997 F:      drivers/block/brd.c
7998
7999 RANDOM NUMBER DRIVER
8000 M:      "Theodore Ts'o" <tytso@mit.edu>
8001 S:      Maintained
8002 F:      drivers/char/random.c
8003
8004 RAPIDIO SUBSYSTEM
8005 M:      Matt Porter <mporter@kernel.crashing.org>
8006 M:      Alexandre Bounine <alexandre.bounine@idt.com>
8007 S:      Maintained
8008 F:      drivers/rapidio/
8009
8010 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
8011 L:      linux-wireless@vger.kernel.org
8012 S:      Orphan
8013 F:      drivers/net/wireless/ray*
8014
8015 RCUTORTURE MODULE
8016 M:      Josh Triplett <josh@joshtriplett.org>
8017 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8018 L:      linux-kernel@vger.kernel.org
8019 S:      Supported
8020 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8021 F:      Documentation/RCU/torture.txt
8022 F:      kernel/rcu/rcutorture.c
8023
8024 RCUTORTURE TEST FRAMEWORK
8025 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8026 M:      Josh Triplett <josh@joshtriplett.org>
8027 R:      Steven Rostedt <rostedt@goodmis.org>
8028 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8029 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8030 L:      linux-kernel@vger.kernel.org
8031 S:      Supported
8032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8033 F:      tools/testing/selftests/rcutorture
8034
8035 RDC R-321X SoC
8036 M:      Florian Fainelli <florian@openwrt.org>
8037 S:      Maintained
8038
8039 RDC R6040 FAST ETHERNET DRIVER
8040 M:      Florian Fainelli <florian@openwrt.org>
8041 L:      netdev@vger.kernel.org
8042 S:      Maintained
8043 F:      drivers/net/ethernet/rdc/r6040.c
8044
8045 RDS - RELIABLE DATAGRAM SOCKETS
8046 M:      Chien Yen <chien.yen@oracle.com>
8047 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
8048 S:      Supported
8049 F:      net/rds/
8050
8051 READ-COPY UPDATE (RCU)
8052 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8053 M:      Josh Triplett <josh@joshtriplett.org>
8054 R:      Steven Rostedt <rostedt@goodmis.org>
8055 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8056 R:      Lai Jiangshan <laijs@cn.fujitsu.com>
8057 L:      linux-kernel@vger.kernel.org
8058 W:      http://www.rdrop.com/users/paulmck/RCU/
8059 S:      Supported
8060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8061 F:      Documentation/RCU/
8062 X:      Documentation/RCU/torture.txt
8063 F:      include/linux/rcu*
8064 X:      include/linux/srcu.h
8065 F:      kernel/rcu/
8066 X:      kernel/torture.c
8067
8068 REAL TIME CLOCK (RTC) SUBSYSTEM
8069 M:      Alessandro Zummo <a.zummo@towertech.it>
8070 L:      rtc-linux@googlegroups.com
8071 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
8072 S:      Maintained
8073 F:      Documentation/rtc.txt
8074 F:      drivers/rtc/
8075 F:      include/linux/rtc.h
8076 F:      include/uapi/linux/rtc.h
8077
8078 REALTEK AUDIO CODECS
8079 M:      Bard Liao <bardliao@realtek.com>
8080 M:      Oder Chiou <oder_chiou@realtek.com>
8081 S:      Maintained
8082 F:      sound/soc/codecs/rt*
8083 F:      include/sound/rt*.h
8084
8085 REISERFS FILE SYSTEM
8086 L:      reiserfs-devel@vger.kernel.org
8087 S:      Supported
8088 F:      fs/reiserfs/
8089
8090 REGISTER MAP ABSTRACTION
8091 M:      Mark Brown <broonie@kernel.org>
8092 L:      linux-kernel@vger.kernel.org
8093 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
8094 S:      Supported
8095 F:      drivers/base/regmap/
8096 F:      include/linux/regmap.h
8097
8098 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
8099 M:      Ohad Ben-Cohen <ohad@wizery.com>
8100 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
8101 S:      Maintained
8102 F:      drivers/remoteproc/
8103 F:      Documentation/remoteproc.txt
8104 F:      include/linux/remoteproc.h
8105
8106 REMOTE PROCESSOR MESSAGING (RPMSG) SUBSYSTEM
8107 M:      Ohad Ben-Cohen <ohad@wizery.com>
8108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/rpmsg.git
8109 S:      Maintained
8110 F:      drivers/rpmsg/
8111 F:      Documentation/rpmsg.txt
8112 F:      include/linux/rpmsg.h
8113
8114 RESET CONTROLLER FRAMEWORK
8115 M:      Philipp Zabel <p.zabel@pengutronix.de>
8116 S:      Maintained
8117 F:      drivers/reset/
8118 F:      Documentation/devicetree/bindings/reset/
8119 F:      include/linux/reset.h
8120 F:      include/linux/reset-controller.h
8121
8122 RFKILL
8123 M:      Johannes Berg <johannes@sipsolutions.net>
8124 L:      linux-wireless@vger.kernel.org
8125 W:      http://wireless.kernel.org/
8126 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
8127 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
8128 S:      Maintained
8129 F:      Documentation/rfkill.txt
8130 F:      net/rfkill/
8131
8132 RHASHTABLE
8133 M:      Thomas Graf <tgraf@suug.ch>
8134 L:      netdev@vger.kernel.org
8135 S:      Maintained
8136 F:      lib/rhashtable.c
8137 F:      include/linux/rhashtable.h
8138
8139 RICOH SMARTMEDIA/XD DRIVER
8140 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8141 S:      Maintained
8142 F:      drivers/mtd/nand/r852.c
8143 F:      drivers/mtd/nand/r852.h
8144
8145 RICOH R5C592 MEMORYSTICK DRIVER
8146 M:      Maxim Levitsky <maximlevitsky@gmail.com>
8147 S:      Maintained
8148 F:      drivers/memstick/host/r592.*
8149
8150 ROCCAT DRIVERS
8151 M:      Stefan Achatz <erazor_de@users.sourceforge.net>
8152 W:      http://sourceforge.net/projects/roccat/
8153 S:      Maintained
8154 F:      drivers/hid/hid-roccat*
8155 F:      include/linux/hid-roccat*
8156 F:      Documentation/ABI/*/sysfs-driver-hid-roccat*
8157
8158 ROCKER DRIVER
8159 M:      Jiri Pirko <jiri@resnulli.us>
8160 M:      Scott Feldman <sfeldma@gmail.com>
8161 L:      netdev@vger.kernel.org
8162 S:      Supported
8163 F:      drivers/net/ethernet/rocker/
8164
8165 ROCKETPORT DRIVER
8166 P:      Comtrol Corp.
8167 W:      http://www.comtrol.com
8168 S:      Maintained
8169 F:      Documentation/serial/rocket.txt
8170 F:      drivers/tty/rocket*
8171
8172 ROCKETPORT EXPRESS/INFINITY DRIVER
8173 M:      Kevin Cernekee <cernekee@gmail.com>
8174 L:      linux-serial@vger.kernel.org
8175 S:      Odd Fixes
8176 F:      drivers/tty/serial/rp2.*
8177
8178 ROSE NETWORK LAYER
8179 M:      Ralf Baechle <ralf@linux-mips.org>
8180 L:      linux-hams@vger.kernel.org
8181 W:      http://www.linux-ax25.org/
8182 S:      Maintained
8183 F:      include/net/rose.h
8184 F:      include/uapi/linux/rose.h
8185 F:      net/rose/
8186
8187 RTL2830 MEDIA DRIVER
8188 M:      Antti Palosaari <crope@iki.fi>
8189 L:      linux-media@vger.kernel.org
8190 W:      http://linuxtv.org/
8191 W:      http://palosaari.fi/linux/
8192 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8193 T:      git git://linuxtv.org/anttip/media_tree.git
8194 S:      Maintained
8195 F:      drivers/media/dvb-frontends/rtl2830*
8196
8197 RTL2832 MEDIA DRIVER
8198 M:      Antti Palosaari <crope@iki.fi>
8199 L:      linux-media@vger.kernel.org
8200 W:      http://linuxtv.org/
8201 W:      http://palosaari.fi/linux/
8202 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8203 T:      git git://linuxtv.org/anttip/media_tree.git
8204 S:      Maintained
8205 F:      drivers/media/dvb-frontends/rtl2832*
8206
8207 RTL2832_SDR MEDIA DRIVER
8208 M:      Antti Palosaari <crope@iki.fi>
8209 L:      linux-media@vger.kernel.org
8210 W:      http://linuxtv.org/
8211 W:      http://palosaari.fi/linux/
8212 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8213 T:      git git://linuxtv.org/anttip/media_tree.git
8214 S:      Maintained
8215 F:      drivers/media/dvb-frontends/rtl2832_sdr*
8216
8217 RTL8180 WIRELESS DRIVER
8218 L:      linux-wireless@vger.kernel.org
8219 W:      http://wireless.kernel.org/
8220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8221 S:      Orphan
8222 F:      drivers/net/wireless/rtl818x/rtl8180/
8223
8224 RTL8187 WIRELESS DRIVER
8225 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
8226 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
8227 M:      Larry Finger <Larry.Finger@lwfinger.net>
8228 L:      linux-wireless@vger.kernel.org
8229 W:      http://wireless.kernel.org/
8230 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8231 S:      Maintained
8232 F:      drivers/net/wireless/rtl818x/rtl8187/
8233
8234 RTL8192CE WIRELESS DRIVER
8235 M:      Larry Finger <Larry.Finger@lwfinger.net>
8236 M:      Chaoming Li <chaoming_li@realsil.com.cn>
8237 L:      linux-wireless@vger.kernel.org
8238 W:      http://wireless.kernel.org/
8239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
8240 S:      Maintained
8241 F:      drivers/net/wireless/rtlwifi/
8242 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
8243
8244 S3 SAVAGE FRAMEBUFFER DRIVER
8245 M:      Antonino Daplas <adaplas@gmail.com>
8246 L:      linux-fbdev@vger.kernel.org
8247 S:      Maintained
8248 F:      drivers/video/fbdev/savage/
8249
8250 S390
8251 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
8252 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
8253 M:      linux390@de.ibm.com
8254 L:      linux-s390@vger.kernel.org
8255 W:      http://www.ibm.com/developerworks/linux/linux390/
8256 S:      Supported
8257 F:      arch/s390/
8258 F:      drivers/s390/
8259 F:      Documentation/s390/
8260 F:      Documentation/DocBook/s390*
8261
8262 S390 COMMON I/O LAYER
8263 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8264 M:      Peter Oberparleiter <oberpar@linux.vnet.ibm.com>
8265 L:      linux-s390@vger.kernel.org
8266 W:      http://www.ibm.com/developerworks/linux/linux390/
8267 S:      Supported
8268 F:      drivers/s390/cio/
8269
8270 S390 DASD DRIVER
8271 M:      Stefan Weinhuber <wein@de.ibm.com>
8272 M:      Stefan Haberland <stefan.haberland@de.ibm.com>
8273 L:      linux-s390@vger.kernel.org
8274 W:      http://www.ibm.com/developerworks/linux/linux390/
8275 S:      Supported
8276 F:      drivers/s390/block/dasd*
8277 F:      block/partitions/ibm.c
8278
8279 S390 NETWORK DRIVERS
8280 M:      Ursula Braun <ursula.braun@de.ibm.com>
8281 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
8282 M:      linux390@de.ibm.com
8283 L:      linux-s390@vger.kernel.org
8284 W:      http://www.ibm.com/developerworks/linux/linux390/
8285 S:      Supported
8286 F:      drivers/s390/net/
8287
8288 S390 PCI SUBSYSTEM
8289 M:      Sebastian Ott <sebott@linux.vnet.ibm.com>
8290 M:      Gerald Schaefer <gerald.schaefer@de.ibm.com>
8291 L:      linux-s390@vger.kernel.org
8292 W:      http://www.ibm.com/developerworks/linux/linux390/
8293 S:      Supported
8294 F:      arch/s390/pci/
8295 F:      drivers/pci/hotplug/s390_pci_hpc.c
8296
8297 S390 ZCRYPT DRIVER
8298 M:      Ingo Tuchscherer <ingo.tuchscherer@de.ibm.com>
8299 M:      linux390@de.ibm.com
8300 L:      linux-s390@vger.kernel.org
8301 W:      http://www.ibm.com/developerworks/linux/linux390/
8302 S:      Supported
8303 F:      drivers/s390/crypto/
8304
8305 S390 ZFCP DRIVER
8306 M:      Steffen Maier <maier@linux.vnet.ibm.com>
8307 M:      linux390@de.ibm.com
8308 L:      linux-s390@vger.kernel.org
8309 W:      http://www.ibm.com/developerworks/linux/linux390/
8310 S:      Supported
8311 F:      drivers/s390/scsi/zfcp_*
8312
8313 S390 IUCV NETWORK LAYER
8314 M:      Ursula Braun <ursula.braun@de.ibm.com>
8315 M:      linux390@de.ibm.com
8316 L:      linux-s390@vger.kernel.org
8317 W:      http://www.ibm.com/developerworks/linux/linux390/
8318 S:      Supported
8319 F:      drivers/s390/net/*iucv*
8320 F:      include/net/iucv/
8321 F:      net/iucv/
8322
8323 S3C24XX SD/MMC Driver
8324 M:      Ben Dooks <ben-linux@fluff.org>
8325 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
8326 S:      Supported
8327 F:      drivers/mmc/host/s3cmci.*
8328
8329 SAA6588 RDS RECEIVER DRIVER
8330 M:      Hans Verkuil <hverkuil@xs4all.nl>
8331 L:      linux-media@vger.kernel.org
8332 T:      git git://linuxtv.org/media_tree.git
8333 W:      http://linuxtv.org
8334 S:      Odd Fixes
8335 F:      drivers/media/i2c/saa6588*
8336
8337 SAA7134 VIDEO4LINUX DRIVER
8338 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8339 L:      linux-media@vger.kernel.org
8340 W:      http://linuxtv.org
8341 T:      git git://linuxtv.org/media_tree.git
8342 S:      Odd fixes
8343 F:      Documentation/video4linux/*.saa7134
8344 F:      drivers/media/pci/saa7134/
8345
8346 SAA7146 VIDEO4LINUX-2 DRIVER
8347 M:      Hans Verkuil <hverkuil@xs4all.nl>
8348 L:      linux-media@vger.kernel.org
8349 T:      git git://linuxtv.org/media_tree.git
8350 S:      Maintained
8351 F:      drivers/media/common/saa7146/
8352 F:      drivers/media/pci/saa7146/
8353 F:      include/media/saa7146*
8354
8355 SAMSUNG LAPTOP DRIVER
8356 M:      Corentin Chary <corentin.chary@gmail.com>
8357 L:      platform-driver-x86@vger.kernel.org
8358 S:      Maintained
8359 F:      drivers/platform/x86/samsung-laptop.c
8360
8361 SAMSUNG AUDIO (ASoC) DRIVERS
8362 M:      Sangbeom Kim <sbkim73@samsung.com>
8363 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
8364 S:      Supported
8365 F:      sound/soc/samsung/
8366
8367 SAMSUNG FRAMEBUFFER DRIVER
8368 M:      Jingoo Han <jg1.han@samsung.com>
8369 L:      linux-fbdev@vger.kernel.org
8370 S:      Maintained
8371 F:      drivers/video/fbdev/s3c-fb.c
8372
8373 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
8374 M:      Sangbeom Kim <sbkim73@samsung.com>
8375 L:      linux-kernel@vger.kernel.org
8376 S:      Supported
8377 F:      drivers/mfd/sec*.c
8378 F:      drivers/regulator/s2m*.c
8379 F:      drivers/regulator/s5m*.c
8380 F:      include/linux/mfd/samsung/
8381
8382 SAMSUNG S5P/EXYNOS4 SOC SERIES CAMERA SUBSYSTEM DRIVERS
8383 M:      Kyungmin Park <kyungmin.park@samsung.com>
8384 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8385 L:      linux-media@vger.kernel.org
8386 Q:      https://patchwork.linuxtv.org/project/linux-media/list/
8387 S:      Supported
8388 F:      drivers/media/platform/exynos4-is/
8389
8390 SAMSUNG S3C24XX/S3C64XX SOC SERIES CAMIF DRIVER
8391 M:      Sylwester Nawrocki <sylvester.nawrocki@gmail.com>
8392 L:      linux-media@vger.kernel.org
8393 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8394 S:      Maintained
8395 F:      drivers/media/platform/s3c-camif/
8396 F:      include/media/s3c_camif.h
8397
8398 SAMSUNG S5C73M3 CAMERA DRIVER
8399 M:      Kyungmin Park <kyungmin.park@samsung.com>
8400 M:      Andrzej Hajda <a.hajda@samsung.com>
8401 L:      linux-media@vger.kernel.org
8402 S:      Supported
8403 F:      drivers/media/i2c/s5c73m3/*
8404
8405 SAMSUNG S5K5BAF CAMERA DRIVER
8406 M:      Kyungmin Park <kyungmin.park@samsung.com>
8407 M:      Andrzej Hajda <a.hajda@samsung.com>
8408 L:      linux-media@vger.kernel.org
8409 S:      Supported
8410 F:      drivers/media/i2c/s5k5baf.c
8411
8412 SAMSUNG SOC CLOCK DRIVERS
8413 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
8414 M:      Tomasz Figa <tomasz.figa@gmail.com>
8415 S:      Supported
8416 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
8417 F:      drivers/clk/samsung/
8418
8419 SAMSUNG SXGBE DRIVERS
8420 M:      Byungho An <bh74.an@samsung.com>
8421 M:      Girish K S <ks.giri@samsung.com>
8422 M:      Vipul Pandya <vipul.pandya@samsung.com>
8423 S:      Supported
8424 L:      netdev@vger.kernel.org
8425 F:      drivers/net/ethernet/samsung/sxgbe/
8426
8427 SAMSUNG USB2 PHY DRIVER
8428 M:      Kamil Debski <k.debski@samsung.com>
8429 L:      linux-kernel@vger.kernel.org
8430 S:      Supported
8431 F:      Documentation/devicetree/bindings/phy/samsung-phy.txt
8432 F:      Documentation/phy/samsung-usb2.txt
8433 F:      drivers/phy/phy-exynos4210-usb2.c
8434 F:      drivers/phy/phy-exynos4x12-usb2.c
8435 F:      drivers/phy/phy-exynos5250-usb2.c
8436 F:      drivers/phy/phy-s5pv210-usb2.c
8437 F:      drivers/phy/phy-samsung-usb2.c
8438 F:      drivers/phy/phy-samsung-usb2.h
8439
8440 SERIAL DRIVERS
8441 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
8442 L:      linux-serial@vger.kernel.org
8443 S:      Maintained
8444 F:      drivers/tty/serial/
8445
8446 SYNOPSYS DESIGNWARE DMAC DRIVER
8447 M:      Viresh Kumar <viresh.linux@gmail.com>
8448 M:      Andy Shevchenko <andriy.shevchenko@linux.intel.com>
8449 S:      Maintained
8450 F:      include/linux/platform_data/dma-dw.h
8451 F:      drivers/dma/dw/
8452
8453 SYNOPSYS DESIGNWARE MMC/SD/SDIO DRIVER
8454 M:      Seungwon Jeon <tgih.jun@samsung.com>
8455 M:      Jaehoon Chung <jh80.chung@samsung.com>
8456 L:      linux-mmc@vger.kernel.org
8457 S:      Maintained
8458 F:      include/linux/mmc/dw_mmc.h
8459 F:      drivers/mmc/host/dw_mmc*
8460
8461 THUNDERBOLT DRIVER
8462 M:      Andreas Noever <andreas.noever@gmail.com>
8463 S:      Maintained
8464 F:      drivers/thunderbolt/
8465
8466 TIMEKEEPING, CLOCKSOURCE CORE, NTP
8467 M:      John Stultz <john.stultz@linaro.org>
8468 M:      Thomas Gleixner <tglx@linutronix.de>
8469 L:      linux-kernel@vger.kernel.org
8470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
8471 S:      Supported
8472 F:      include/linux/clocksource.h
8473 F:      include/linux/time.h
8474 F:      include/linux/timex.h
8475 F:      include/uapi/linux/time.h
8476 F:      include/uapi/linux/timex.h
8477 F:      kernel/time/clocksource.c
8478 F:      kernel/time/time*.c
8479 F:      kernel/time/ntp.c
8480
8481 SC1200 WDT DRIVER
8482 M:      Zwane Mwaikambo <zwanem@gmail.com>
8483 S:      Maintained
8484 F:      drivers/watchdog/sc1200wdt.c
8485
8486 SCHEDULER
8487 M:      Ingo Molnar <mingo@redhat.com>
8488 M:      Peter Zijlstra <peterz@infradead.org>
8489 L:      linux-kernel@vger.kernel.org
8490 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
8491 S:      Maintained
8492 F:      kernel/sched/
8493 F:      include/linux/sched.h
8494 F:      include/uapi/linux/sched.h
8495 F:      include/linux/wait.h
8496
8497 SCORE ARCHITECTURE
8498 M:      Chen Liqin <liqin.linux@gmail.com>
8499 M:      Lennox Wu <lennox.wu@gmail.com>
8500 W:      http://www.sunplus.com
8501 S:      Supported
8502 F:      arch/score/
8503
8504 SCSI CDROM DRIVER
8505 M:      Jens Axboe <axboe@kernel.dk>
8506 L:      linux-scsi@vger.kernel.org
8507 W:      http://www.kernel.dk
8508 S:      Maintained
8509 F:      drivers/scsi/sr*
8510
8511 SCSI RDMA PROTOCOL (SRP) INITIATOR
8512 M:      Bart Van Assche <bvanassche@acm.org>
8513 L:      linux-rdma@vger.kernel.org
8514 S:      Supported
8515 W:      http://www.openfabrics.org
8516 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
8517 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
8518 F:      drivers/infiniband/ulp/srp/
8519 F:      include/scsi/srp.h
8520
8521 SCSI SG DRIVER
8522 M:      Doug Gilbert <dgilbert@interlog.com>
8523 L:      linux-scsi@vger.kernel.org
8524 W:      http://sg.danny.cz/sg
8525 S:      Maintained
8526 F:      Documentation/scsi/scsi-generic.txt
8527 F:      drivers/scsi/sg.c
8528 F:      include/scsi/sg.h
8529
8530 SCSI SUBSYSTEM
8531 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
8532 L:      linux-scsi@vger.kernel.org
8533 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
8534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
8535 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
8536 S:      Maintained
8537 F:      drivers/scsi/
8538 F:      include/scsi/
8539
8540 SCSI TAPE DRIVER
8541 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
8542 L:      linux-scsi@vger.kernel.org
8543 S:      Maintained
8544 F:      Documentation/scsi/st.txt
8545 F:      drivers/scsi/st.*
8546 F:      drivers/scsi/st_*.h
8547
8548 SCTP PROTOCOL
8549 M:      Vlad Yasevich <vyasevich@gmail.com>
8550 M:      Neil Horman <nhorman@tuxdriver.com>
8551 L:      linux-sctp@vger.kernel.org
8552 W:      http://lksctp.sourceforge.net
8553 S:      Maintained
8554 F:      Documentation/networking/sctp.txt
8555 F:      include/linux/sctp.h
8556 F:      include/uapi/linux/sctp.h
8557 F:      include/net/sctp/
8558 F:      net/sctp/
8559
8560 SCx200 CPU SUPPORT
8561 M:      Jim Cromie <jim.cromie@gmail.com>
8562 S:      Odd Fixes
8563 F:      Documentation/i2c/busses/scx200_acb
8564 F:      arch/x86/platform/scx200/
8565 F:      drivers/watchdog/scx200_wdt.c
8566 F:      drivers/i2c/busses/scx200*
8567 F:      drivers/mtd/maps/scx200_docflash.c
8568 F:      include/linux/scx200.h
8569
8570 SCx200 GPIO DRIVER
8571 M:      Jim Cromie <jim.cromie@gmail.com>
8572 S:      Maintained
8573 F:      drivers/char/scx200_gpio.c
8574 F:      include/linux/scx200_gpio.h
8575
8576 SCx200 HRT CLOCKSOURCE DRIVER
8577 M:      Jim Cromie <jim.cromie@gmail.com>
8578 S:      Maintained
8579 F:      drivers/clocksource/scx200_hrt.c
8580
8581 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
8582 M:      Sascha Sommer <saschasommer@freenet.de>
8583 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
8584 S:      Maintained
8585 F:      drivers/mmc/host/sdricoh_cs.c
8586
8587 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
8588 M:      Chris Ball <chris@printf.net>
8589 L:      linux-mmc@vger.kernel.org
8590 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
8591 S:      Maintained
8592 F:      drivers/mmc/host/sdhci.*
8593 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8594
8595 SECURE COMPUTING
8596 M:      Kees Cook <keescook@chromium.org>
8597 R:      Andy Lutomirski <luto@amacapital.net>
8598 R:      Will Drewry <wad@chromium.org>
8599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux.git seccomp
8600 S:      Supported
8601 F:      kernel/seccomp.c
8602 F:      include/uapi/linux/seccomp.h
8603 F:      include/linux/seccomp.h
8604 K:      \bsecure_computing
8605 K:      \bTIF_SECCOMP\b
8606
8607 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
8608 M:      Anton Vorontsov <anton@enomsg.org>
8609 L:      linuxppc-dev@lists.ozlabs.org
8610 L:      linux-mmc@vger.kernel.org
8611 S:      Maintained
8612 F:      drivers/mmc/host/sdhci-pltfm.[ch]
8613
8614 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
8615 M:      Ben Dooks <ben-linux@fluff.org>
8616 L:      linux-mmc@vger.kernel.org
8617 S:      Maintained
8618 F:      drivers/mmc/host/sdhci-s3c.c
8619
8620 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
8621 M:      Viresh Kumar <viresh.linux@gmail.com>
8622 L:      spear-devel@list.st.com
8623 L:      linux-mmc@vger.kernel.org
8624 S:      Maintained
8625 F:      drivers/mmc/host/sdhci-spear.c
8626
8627 SECURITY SUBSYSTEM
8628 M:      James Morris <james.l.morris@oracle.com>
8629 M:      Serge E. Hallyn <serge@hallyn.com>
8630 L:      linux-security-module@vger.kernel.org (suggested Cc:)
8631 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
8632 W:      http://kernsec.org/
8633 S:      Supported
8634 F:      security/
8635
8636 SECURITY CONTACT
8637 M:      Security Officers <security@kernel.org>
8638 S:      Supported
8639
8640 SELINUX SECURITY MODULE
8641 M:      Paul Moore <paul@paul-moore.com>
8642 M:      Stephen Smalley <sds@tycho.nsa.gov>
8643 M:      Eric Paris <eparis@parisplace.org>
8644 L:      selinux@tycho.nsa.gov (moderated for non-subscribers)
8645 W:      http://selinuxproject.org
8646 T:      git git://git.infradead.org/users/pcmoore/selinux
8647 S:      Supported
8648 F:      include/linux/selinux*
8649 F:      security/selinux/
8650 F:      scripts/selinux/
8651
8652 APPARMOR SECURITY MODULE
8653 M:      John Johansen <john.johansen@canonical.com>
8654 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
8655 W:      apparmor.wiki.kernel.org
8656 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
8657 S:      Supported
8658 F:      security/apparmor/
8659
8660 SENSABLE PHANTOM
8661 M:      Jiri Slaby <jirislaby@gmail.com>
8662 S:      Maintained
8663 F:      drivers/misc/phantom.c
8664 F:      include/uapi/linux/phantom.h
8665
8666 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
8667 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
8668 L:      linux-scsi@vger.kernel.org
8669 W:      http://www.emulex.com
8670 S:      Supported
8671 F:      drivers/scsi/be2iscsi/
8672
8673 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
8674 M:      Sathya Perla <sathya.perla@emulex.com>
8675 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
8676 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
8677 L:      netdev@vger.kernel.org
8678 W:      http://www.emulex.com
8679 S:      Supported
8680 F:      drivers/net/ethernet/emulex/benet/
8681
8682 SFC NETWORK DRIVER
8683 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
8684 M:      Shradha Shah <sshah@solarflare.com>
8685 L:      netdev@vger.kernel.org
8686 S:      Supported
8687 F:      drivers/net/ethernet/sfc/
8688
8689 SGI GRU DRIVER
8690 M:      Dimitri Sivanich <sivanich@sgi.com>
8691 S:      Maintained
8692 F:      drivers/misc/sgi-gru/
8693
8694 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
8695 M:      Pat Gefre <pfg@sgi.com>
8696 L:      linux-ia64@vger.kernel.org
8697 S:      Supported
8698 F:      Documentation/ia64/serial.txt
8699 F:      drivers/tty/serial/ioc?_serial.c
8700 F:      include/linux/ioc?.h
8701
8702 SGI XP/XPC/XPNET DRIVER
8703 M:      Cliff Whickman <cpw@sgi.com>
8704 M:      Robin Holt <robinmholt@gmail.com>
8705 S:      Maintained
8706 F:      drivers/misc/sgi-xp/
8707
8708 SI2157 MEDIA DRIVER
8709 M:      Antti Palosaari <crope@iki.fi>
8710 L:      linux-media@vger.kernel.org
8711 W:      http://linuxtv.org/
8712 W:      http://palosaari.fi/linux/
8713 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8714 T:      git git://linuxtv.org/anttip/media_tree.git
8715 S:      Maintained
8716 F:      drivers/media/tuners/si2157*
8717
8718 SI2168 MEDIA DRIVER
8719 M:      Antti Palosaari <crope@iki.fi>
8720 L:      linux-media@vger.kernel.org
8721 W:      http://linuxtv.org/
8722 W:      http://palosaari.fi/linux/
8723 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8724 T:      git git://linuxtv.org/anttip/media_tree.git
8725 S:      Maintained
8726 F:      drivers/media/dvb-frontends/si2168*
8727
8728 SI470X FM RADIO RECEIVER I2C DRIVER
8729 M:      Hans Verkuil <hverkuil@xs4all.nl>
8730 L:      linux-media@vger.kernel.org
8731 T:      git git://linuxtv.org/media_tree.git
8732 W:      http://linuxtv.org
8733 S:      Odd Fixes
8734 F:      drivers/media/radio/si470x/radio-si470x-i2c.c
8735
8736 SI470X FM RADIO RECEIVER USB DRIVER
8737 M:      Hans Verkuil <hverkuil@xs4all.nl>
8738 L:      linux-media@vger.kernel.org
8739 T:      git git://linuxtv.org/media_tree.git
8740 W:      http://linuxtv.org
8741 S:      Maintained
8742 F:      drivers/media/radio/si470x/radio-si470x-common.c
8743 F:      drivers/media/radio/si470x/radio-si470x.h
8744 F:      drivers/media/radio/si470x/radio-si470x-usb.c
8745
8746 SI4713 FM RADIO TRANSMITTER I2C DRIVER
8747 M:      Eduardo Valentin <edubezval@gmail.com>
8748 L:      linux-media@vger.kernel.org
8749 T:      git git://linuxtv.org/media_tree.git
8750 W:      http://linuxtv.org
8751 S:      Odd Fixes
8752 F:      drivers/media/radio/si4713/si4713.?
8753
8754 SI4713 FM RADIO TRANSMITTER PLATFORM DRIVER
8755 M:      Eduardo Valentin <edubezval@gmail.com>
8756 L:      linux-media@vger.kernel.org
8757 T:      git git://linuxtv.org/media_tree.git
8758 W:      http://linuxtv.org
8759 S:      Odd Fixes
8760 F:      drivers/media/radio/si4713/radio-platform-si4713.c
8761
8762 SI4713 FM RADIO TRANSMITTER USB DRIVER
8763 M:      Hans Verkuil <hverkuil@xs4all.nl>
8764 L:      linux-media@vger.kernel.org
8765 T:      git git://linuxtv.org/media_tree.git
8766 W:      http://linuxtv.org
8767 S:      Maintained
8768 F:      drivers/media/radio/si4713/radio-usb-si4713.c
8769
8770 SIANO DVB DRIVER
8771 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
8772 L:      linux-media@vger.kernel.org
8773 W:      http://linuxtv.org
8774 T:      git git://linuxtv.org/media_tree.git
8775 S:      Odd fixes
8776 F:      drivers/media/common/siano/
8777 F:      drivers/media/usb/siano/
8778 F:      drivers/media/usb/siano/
8779 F:      drivers/media/mmc/siano/
8780
8781 SIMPLEFB FB DRIVER
8782 M:      Hans de Goede <hdegoede@redhat.com>
8783 L:      linux-fbdev@vger.kernel.org
8784 S:      Maintained
8785 F:      Documentation/devicetree/bindings/video/simple-framebuffer.txt
8786 F:      drivers/video/fbdev/simplefb.c
8787 F:      include/linux/platform_data/simplefb.h
8788
8789 SH_VEU V4L2 MEM2MEM DRIVER
8790 L:      linux-media@vger.kernel.org
8791 S:      Orphan
8792 F:      drivers/media/platform/sh_veu.c
8793
8794 SH_VOU V4L2 OUTPUT DRIVER
8795 L:      linux-media@vger.kernel.org
8796 S:      Orphan
8797 F:      drivers/media/platform/sh_vou.c
8798 F:      include/media/sh_vou.h
8799
8800 SIMPLE FIRMWARE INTERFACE (SFI)
8801 M:      Len Brown <lenb@kernel.org>
8802 L:      sfi-devel@simplefirmware.org
8803 W:      http://simplefirmware.org/
8804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
8805 S:      Supported
8806 F:      arch/x86/platform/sfi/
8807 F:      drivers/sfi/
8808 F:      include/linux/sfi*.h
8809
8810 SIMTEC EB110ATX (Chalice CATS)
8811 P:      Ben Dooks
8812 P:      Vincent Sanders <vince@simtec.co.uk>
8813 M:      Simtec Linux Team <linux@simtec.co.uk>
8814 W:      http://www.simtec.co.uk/products/EB110ATX/
8815 S:      Supported
8816
8817 SIMTEC EB2410ITX (BAST)
8818 P:      Ben Dooks
8819 P:      Vincent Sanders <vince@simtec.co.uk>
8820 M:      Simtec Linux Team <linux@simtec.co.uk>
8821 W:      http://www.simtec.co.uk/products/EB2410ITX/
8822 S:      Supported
8823 F:      arch/arm/mach-s3c24xx/mach-bast.c
8824 F:      arch/arm/mach-s3c24xx/bast-ide.c
8825 F:      arch/arm/mach-s3c24xx/bast-irq.c
8826
8827 TI DAVINCI MACHINE SUPPORT
8828 M:      Sekhar Nori <nsekhar@ti.com>
8829 M:      Kevin Hilman <khilman@deeprootsystems.com>
8830 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
8831 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
8832 S:      Supported
8833 F:      arch/arm/mach-davinci/
8834 F:      drivers/i2c/busses/i2c-davinci.c
8835
8836 TI DAVINCI SERIES MEDIA DRIVER
8837 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8838 L:      linux-media@vger.kernel.org
8839 W:      http://linuxtv.org/
8840 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8841 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8842 S:      Maintained
8843 F:      drivers/media/platform/davinci/
8844 F:      include/media/davinci/
8845
8846 TI AM437X VPFE DRIVER
8847 M:      Lad, Prabhakar <prabhakar.csengg@gmail.com>
8848 L:      linux-media@vger.kernel.org
8849 W:      http://linuxtv.org/
8850 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
8851 T:      git git://linuxtv.org/mhadli/v4l-dvb-davinci_devices.git
8852 S:      Maintained
8853 F:      drivers/media/platform/am437x/
8854
8855 SIS 190 ETHERNET DRIVER
8856 M:      Francois Romieu <romieu@fr.zoreil.com>
8857 L:      netdev@vger.kernel.org
8858 S:      Maintained
8859 F:      drivers/net/ethernet/sis/sis190.c
8860
8861 SIS 900/7016 FAST ETHERNET DRIVER
8862 M:      Daniele Venzano <venza@brownhat.org>
8863 W:      http://www.brownhat.org/sis900.html
8864 L:      netdev@vger.kernel.org
8865 S:      Maintained
8866 F:      drivers/net/ethernet/sis/sis900.*
8867
8868 SIS FRAMEBUFFER DRIVER
8869 M:      Thomas Winischhofer <thomas@winischhofer.net>
8870 W:      http://www.winischhofer.net/linuxsisvga.shtml
8871 S:      Maintained
8872 F:      Documentation/fb/sisfb.txt
8873 F:      drivers/video/fbdev/sis/
8874 F:      include/video/sisfb.h
8875
8876 SIS USB2VGA DRIVER
8877 M:      Thomas Winischhofer <thomas@winischhofer.net>
8878 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
8879 S:      Maintained
8880 F:      drivers/usb/misc/sisusbvga/
8881
8882 SLAB ALLOCATOR
8883 M:      Christoph Lameter <cl@linux.com>
8884 M:      Pekka Enberg <penberg@kernel.org>
8885 M:      David Rientjes <rientjes@google.com>
8886 M:      Joonsoo Kim <iamjoonsoo.kim@lge.com>
8887 M:      Andrew Morton <akpm@linux-foundation.org>
8888 L:      linux-mm@kvack.org
8889 S:      Maintained
8890 F:      include/linux/sl?b*.h
8891 F:      mm/sl?b*
8892
8893 SLEEPABLE READ-COPY UPDATE (SRCU)
8894 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
8895 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
8896 M:      Josh Triplett <josh@joshtriplett.org>
8897 R:      Steven Rostedt <rostedt@goodmis.org>
8898 R:      Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
8899 L:      linux-kernel@vger.kernel.org
8900 W:      http://www.rdrop.com/users/paulmck/RCU/
8901 S:      Supported
8902 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
8903 F:      include/linux/srcu.h
8904 F:      kernel/rcu/srcu.c
8905
8906 SMACK SECURITY MODULE
8907 M:      Casey Schaufler <casey@schaufler-ca.com>
8908 L:      linux-security-module@vger.kernel.org
8909 W:      http://schaufler-ca.com
8910 T:      git git://git.gitorious.org/smack-next/kernel.git
8911 S:      Maintained
8912 F:      Documentation/security/Smack.txt
8913 F:      security/smack/
8914
8915 DRIVERS FOR ADAPTIVE VOLTAGE SCALING (AVS)
8916 M:      Kevin Hilman <khilman@kernel.org>
8917 M:      Nishanth Menon <nm@ti.com>
8918 S:      Maintained
8919 F:      drivers/power/avs/
8920 F:      include/linux/power/smartreflex.h
8921 L:      linux-pm@vger.kernel.org
8922
8923 SMC91x ETHERNET DRIVER
8924 M:      Nicolas Pitre <nico@fluxnic.net>
8925 S:      Odd Fixes
8926 F:      drivers/net/ethernet/smsc/smc91x.*
8927
8928 SMIA AND SMIA++ IMAGE SENSOR DRIVER
8929 M:      Sakari Ailus <sakari.ailus@iki.fi>
8930 L:      linux-media@vger.kernel.org
8931 S:      Maintained
8932 F:      drivers/media/i2c/smiapp/
8933 F:      include/media/smiapp.h
8934 F:      drivers/media/i2c/smiapp-pll.c
8935 F:      drivers/media/i2c/smiapp-pll.h
8936 F:      include/uapi/linux/smiapp.h
8937 F:      Documentation/devicetree/bindings/media/i2c/nokia,smia.txt
8938
8939 SMM665 HARDWARE MONITOR DRIVER
8940 M:      Guenter Roeck <linux@roeck-us.net>
8941 L:      lm-sensors@lm-sensors.org
8942 S:      Maintained
8943 F:      Documentation/hwmon/smm665
8944 F:      drivers/hwmon/smm665.c
8945
8946 SMSC EMC2103 HARDWARE MONITOR DRIVER
8947 M:      Steve Glendinning <steve.glendinning@shawell.net>
8948 L:      lm-sensors@lm-sensors.org
8949 S:      Maintained
8950 F:      Documentation/hwmon/emc2103
8951 F:      drivers/hwmon/emc2103.c
8952
8953 SMSC SCH5627 HARDWARE MONITOR DRIVER
8954 M:      Hans de Goede <hdegoede@redhat.com>
8955 L:      lm-sensors@lm-sensors.org
8956 S:      Supported
8957 F:      Documentation/hwmon/sch5627
8958 F:      drivers/hwmon/sch5627.c
8959
8960 SMSC47B397 HARDWARE MONITOR DRIVER
8961 M:      Jean Delvare <jdelvare@suse.de>
8962 L:      lm-sensors@lm-sensors.org
8963 S:      Maintained
8964 F:      Documentation/hwmon/smsc47b397
8965 F:      drivers/hwmon/smsc47b397.c
8966
8967 SMSC911x ETHERNET DRIVER
8968 M:      Steve Glendinning <steve.glendinning@shawell.net>
8969 L:      netdev@vger.kernel.org
8970 S:      Maintained
8971 F:      include/linux/smsc911x.h
8972 F:      drivers/net/ethernet/smsc/smsc911x.*
8973
8974 SMSC9420 PCI ETHERNET DRIVER
8975 M:      Steve Glendinning <steve.glendinning@shawell.net>
8976 L:      netdev@vger.kernel.org
8977 S:      Maintained
8978 F:      drivers/net/ethernet/smsc/smsc9420.*
8979
8980 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
8981 M:      Steve Glendinning <steve.glendinning@shawell.net>
8982 L:      linux-fbdev@vger.kernel.org
8983 S:      Maintained
8984 F:      drivers/video/fbdev/smscufx.c
8985
8986 SOC-CAMERA V4L2 SUBSYSTEM
8987 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
8988 L:      linux-media@vger.kernel.org
8989 T:      git git://linuxtv.org/media_tree.git
8990 S:      Maintained
8991 F:      include/media/soc*
8992 F:      drivers/media/i2c/soc_camera/
8993 F:      drivers/media/platform/soc_camera/
8994
8995 SOEKRIS NET48XX LED SUPPORT
8996 M:      Chris Boot <bootc@bootc.net>
8997 S:      Maintained
8998 F:      drivers/leds/leds-net48xx.c
8999
9000 SOFTLOGIC 6x10 MPEG CODEC
9001 M:      Bluecherry Maintainers <maintainers@bluecherrydvr.com>
9002 M:      Andrey Utkin <andrey.utkin@corp.bluecherry.net>
9003 M:      Andrey Utkin <andrey.krieger.utkin@gmail.com>
9004 M:      Ismael Luceno <ismael@iodev.co.uk>
9005 L:      linux-media@vger.kernel.org
9006 S:      Supported
9007 F:      drivers/media/pci/solo6x10/
9008
9009 SOFTWARE RAID (Multiple Disks) SUPPORT
9010 M:      Neil Brown <neilb@suse.de>
9011 L:      linux-raid@vger.kernel.org
9012 S:      Supported
9013 F:      drivers/md/
9014 F:      include/linux/raid/
9015 F:      include/uapi/linux/raid/
9016
9017 SONIC NETWORK DRIVER
9018 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
9019 L:      netdev@vger.kernel.org
9020 S:      Maintained
9021 F:      drivers/net/ethernet/natsemi/sonic.*
9022
9023 SONICS SILICON BACKPLANE DRIVER (SSB)
9024 M:      Michael Buesch <m@bues.ch>
9025 L:      netdev@vger.kernel.org
9026 S:      Maintained
9027 F:      drivers/ssb/
9028 F:      include/linux/ssb/
9029
9030 SONY VAIO CONTROL DEVICE DRIVER
9031 M:      Mattia Dongili <malattia@linux.it>
9032 L:      platform-driver-x86@vger.kernel.org
9033 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
9034 S:      Maintained
9035 F:      Documentation/laptops/sony-laptop.txt
9036 F:      drivers/char/sonypi.c
9037 F:      drivers/platform/x86/sony-laptop.c
9038 F:      include/linux/sony-laptop.h
9039
9040 SONY MEMORYSTICK CARD SUPPORT
9041 M:      Alex Dubov <oakad@yahoo.com>
9042 W:      http://tifmxx.berlios.de/
9043 S:      Maintained
9044 F:      drivers/memstick/host/tifm_ms.c
9045
9046 SONY MEMORYSTICK STANDARD SUPPORT
9047 M:      Maxim Levitsky <maximlevitsky@gmail.com>
9048 S:      Maintained
9049 F:      drivers/memstick/core/ms_block.*
9050
9051 SOUND
9052 M:      Jaroslav Kysela <perex@perex.cz>
9053 M:      Takashi Iwai <tiwai@suse.de>
9054 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9055 W:      http://www.alsa-project.org/
9056 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9057 T:      git git://git.alsa-project.org/alsa-kernel.git
9058 Q:      http://patchwork.kernel.org/project/alsa-devel/list/
9059 S:      Maintained
9060 F:      Documentation/sound/
9061 F:      include/sound/
9062 F:      include/uapi/sound/
9063 F:      sound/
9064
9065 SOUND - COMPRESSED AUDIO
9066 M:      Vinod Koul <vinod.koul@intel.com>
9067 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9068 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
9069 S:      Supported
9070 F:      Documentation/sound/alsa/compress_offload.txt
9071 F:      include/sound/compress_driver.h
9072 F:      include/uapi/sound/compress_*
9073 F:      sound/core/compress_offload.c
9074 F:      sound/soc/soc-compress.c
9075
9076 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
9077 M:      Liam Girdwood <lgirdwood@gmail.com>
9078 M:      Mark Brown <broonie@kernel.org>
9079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
9080 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9081 W:      http://alsa-project.org/main/index.php/ASoC
9082 S:      Supported
9083 F:      Documentation/sound/alsa/soc/
9084 F:      sound/soc/
9085 F:      include/sound/soc*
9086
9087 SOUND - DMAENGINE HELPERS
9088 M:      Lars-Peter Clausen <lars@metafoo.de>
9089 S:      Supported
9090 F:      include/sound/dmaengine_pcm.h
9091 F:      sound/core/pcm_dmaengine.c
9092 F:      sound/soc/soc-generic-dmaengine-pcm.c
9093
9094 SP2 MEDIA DRIVER
9095 M:      Olli Salonen <olli.salonen@iki.fi>
9096 L:      linux-media@vger.kernel.org
9097 W:      http://linuxtv.org/
9098 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9099 S:      Maintained
9100 F:      drivers/media/dvb-frontends/sp2*
9101
9102 SPARC + UltraSPARC (sparc/sparc64)
9103 M:      "David S. Miller" <davem@davemloft.net>
9104 L:      sparclinux@vger.kernel.org
9105 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
9106 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9108 S:      Maintained
9109 F:      arch/sparc/
9110 F:      drivers/sbus/
9111
9112 SPARC SERIAL DRIVERS
9113 M:      "David S. Miller" <davem@davemloft.net>
9114 L:      sparclinux@vger.kernel.org
9115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
9116 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
9117 S:      Maintained
9118 F:      include/linux/sunserialcore.h
9119 F:      drivers/tty/serial/suncore.c
9120 F:      drivers/tty/serial/sunhv.c
9121 F:      drivers/tty/serial/sunsab.c
9122 F:      drivers/tty/serial/sunsab.h
9123 F:      drivers/tty/serial/sunsu.c
9124 F:      drivers/tty/serial/sunzilog.c
9125 F:      drivers/tty/serial/sunzilog.h
9126
9127 SPARSE CHECKER
9128 M:      "Christopher Li" <sparse@chrisli.org>
9129 L:      linux-sparse@vger.kernel.org
9130 W:      https://sparse.wiki.kernel.org/
9131 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
9132 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
9133 S:      Maintained
9134 F:      include/linux/compiler.h
9135
9136 SPEAR PLATFORM SUPPORT
9137 M:      Viresh Kumar <viresh.linux@gmail.com>
9138 M:      Shiraz Hashim <shiraz.linux.kernel@gmail.com>
9139 L:      spear-devel@list.st.com
9140 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9141 W:      http://www.st.com/spear
9142 S:      Maintained
9143 F:      arch/arm/mach-spear/
9144
9145 SPEAR CLOCK FRAMEWORK SUPPORT
9146 M:      Viresh Kumar <viresh.linux@gmail.com>
9147 L:      spear-devel@list.st.com
9148 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9149 W:      http://www.st.com/spear
9150 S:      Maintained
9151 F:      drivers/clk/spear/
9152
9153 SPI SUBSYSTEM
9154 M:      Mark Brown <broonie@kernel.org>
9155 L:      linux-spi@vger.kernel.org
9156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git
9157 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
9158 S:      Maintained
9159 F:      Documentation/spi/
9160 F:      drivers/spi/
9161 F:      include/linux/spi/
9162 F:      include/uapi/linux/spi/
9163
9164 SPIDERNET NETWORK DRIVER for CELL
9165 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
9166 M:      Jens Osterkamp <jens@de.ibm.com>
9167 L:      netdev@vger.kernel.org
9168 S:      Supported
9169 F:      Documentation/networking/spider_net.txt
9170 F:      drivers/net/ethernet/toshiba/spider_net*
9171
9172 SPU FILE SYSTEM
9173 M:      Jeremy Kerr <jk@ozlabs.org>
9174 L:      linuxppc-dev@lists.ozlabs.org
9175 L:      cbe-oss-dev@lists.ozlabs.org
9176 W:      http://www.ibm.com/developerworks/power/cell/
9177 S:      Supported
9178 F:      Documentation/filesystems/spufs.txt
9179 F:      arch/powerpc/platforms/cell/spufs/
9180
9181 SQUASHFS FILE SYSTEM
9182 M:      Phillip Lougher <phillip@squashfs.org.uk>
9183 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
9184 W:      http://squashfs.org.uk
9185 S:      Maintained
9186 F:      Documentation/filesystems/squashfs.txt
9187 F:      fs/squashfs/
9188
9189 SRM (Alpha) environment access
9190 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
9191 S:      Maintained
9192 F:      arch/alpha/kernel/srm_env.c
9193
9194 STABLE BRANCH
9195 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9196 L:      stable@vger.kernel.org
9197 S:      Supported
9198 F:      Documentation/stable_kernel_rules.txt
9199
9200 STAGING SUBSYSTEM
9201 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
9203 L:      devel@driverdev.osuosl.org
9204 S:      Supported
9205 F:      drivers/staging/
9206
9207 STAGING - COMEDI
9208 M:      Ian Abbott <abbotti@mev.co.uk>
9209 M:      H Hartley Sweeten <hsweeten@visionengravers.com>
9210 S:      Odd Fixes
9211 F:      drivers/staging/comedi/
9212
9213 STAGING - FLARION FT1000 DRIVERS
9214 M:      Marek Belisko <marek.belisko@gmail.com>
9215 S:      Odd Fixes
9216 F:      drivers/staging/ft1000/
9217
9218 STAGING - INDUSTRIAL IO
9219 M:      Jonathan Cameron <jic23@kernel.org>
9220 L:      linux-iio@vger.kernel.org
9221 S:      Odd Fixes
9222 F:      drivers/staging/iio/
9223
9224 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
9225 M:      Jarod Wilson <jarod@wilsonet.com>
9226 W:      http://www.lirc.org/
9227 S:      Odd Fixes
9228 F:      drivers/staging/media/lirc/
9229
9230 STAGING - LUSTRE PARALLEL FILESYSTEM
9231 M:      Oleg Drokin <oleg.drokin@intel.com>
9232 M:      Andreas Dilger <andreas.dilger@intel.com>
9233 L:      HPDD-discuss@lists.01.org (moderated for non-subscribers)
9234 W:      http://lustre.opensfs.org/
9235 S:      Maintained
9236 F:      drivers/staging/lustre
9237
9238 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
9239 M:      Julian Andres Klode <jak@jak-linux.org>
9240 M:      Marc Dietrich <marvin24@gmx.de>
9241 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
9242 L:      linux-tegra@vger.kernel.org
9243 S:      Maintained
9244 F:      drivers/staging/nvec/
9245
9246 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
9247 M:      Jens Frederich <jfrederich@gmail.com>
9248 M:      Daniel Drake <dsd@laptop.org>
9249 M:      Jon Nettleton <jon.nettleton@gmail.com>
9250 W:      http://wiki.laptop.org/go/DCON
9251 S:      Maintained
9252 F:      drivers/staging/olpc_dcon/
9253
9254 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
9255 M:      Shigekatsu Tateno <shigekatsu.tateno@atmel.com>
9256 S:      Maintained
9257 F:      drivers/staging/ozwpan/
9258
9259 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
9260 M:      Willy Tarreau <willy@meta-x.org>
9261 S:      Odd Fixes
9262 F:      drivers/staging/panel/
9263
9264 STAGING - REALTEK RTL8712U DRIVERS
9265 M:      Larry Finger <Larry.Finger@lwfinger.net>
9266 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
9267 S:      Odd Fixes
9268 F:      drivers/staging/rtl8712/
9269
9270 STAGING - REALTEK RTL8723U WIRELESS DRIVER
9271 M:      Larry Finger <Larry.Finger@lwfinger.net>
9272 M:      Jes Sorensen <Jes.Sorensen@redhat.com>
9273 L:      linux-wireless@vger.kernel.org
9274 S:      Maintained
9275 F:      drivers/staging/rtl8723au/
9276
9277 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
9278 M:      Sudip Mukherjee <sudipm.mukherjee@gmail.com>
9279 M:      Teddy Wang <teddy.wang@siliconmotion.com>
9280 M:      Sudip Mukherjee <sudip@vectorindia.org>
9281 L:      linux-fbdev@vger.kernel.org
9282 S:      Maintained
9283 F:      drivers/staging/sm7xxfb/
9284
9285 STAGING - SLICOSS
9286 M:      Lior Dotan <liodot@gmail.com>
9287 M:      Christopher Harrer <charrer@alacritech.com>
9288 S:      Odd Fixes
9289 F:      drivers/staging/slicoss/
9290
9291 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
9292 M:      William Hubbs <w.d.hubbs@gmail.com>
9293 M:      Chris Brannon <chris@the-brannons.com>
9294 M:      Kirk Reiser <kirk@reisers.ca>
9295 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
9296 L:      speakup@linux-speakup.org
9297 W:      http://www.linux-speakup.org/
9298 S:      Odd Fixes
9299 F:      drivers/staging/speakup/
9300
9301 STAGING - VIA VT665X DRIVERS
9302 M:      Forest Bond <forest@alittletooquiet.net>
9303 S:      Odd Fixes
9304 F:      drivers/staging/vt665?/
9305
9306 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
9307 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
9308 S:      Odd Fixes
9309 F:      drivers/staging/xgifb/
9310
9311 STARFIRE/DURALAN NETWORK DRIVER
9312 M:      Ion Badulescu <ionut@badula.org>
9313 S:      Odd Fixes
9314 F:      drivers/net/ethernet/adaptec/starfire*
9315
9316 SUN3/3X
9317 M:      Sam Creasey <sammy@sammy.net>
9318 W:      http://sammy.net/sun3/
9319 S:      Maintained
9320 F:      arch/m68k/kernel/*sun3*
9321 F:      arch/m68k/sun3*/
9322 F:      arch/m68k/include/asm/sun3*
9323 F:      drivers/net/ethernet/i825xx/sun3*
9324
9325 SUN4I LOW RES ADC ATTACHED TABLET KEYS DRIVER
9326 M:      Hans de Goede <hdegoede@redhat.com>
9327 L:      linux-input@vger.kernel.org
9328 S:      Maintained
9329 F:      Documentation/devicetree/bindings/input/sun4i-lradc-keys.txt
9330 F:      drivers/input/keyboard/sun4i-lradc-keys.c
9331
9332 SUNDANCE NETWORK DRIVER
9333 M:      Denis Kirjanov <kda@linux-powerpc.org>
9334 L:      netdev@vger.kernel.org
9335 S:      Maintained
9336 F:      drivers/net/ethernet/dlink/sundance.c
9337
9338 SUPERH
9339 L:      linux-sh@vger.kernel.org
9340 Q:      http://patchwork.kernel.org/project/linux-sh/list/
9341 S:      Orphan
9342 F:      Documentation/sh/
9343 F:      arch/sh/
9344 F:      drivers/sh/
9345
9346 SUSPEND TO RAM
9347 M:      "Rafael J. Wysocki" <rjw@rjwysocki.net>
9348 M:      Len Brown <len.brown@intel.com>
9349 M:      Pavel Machek <pavel@ucw.cz>
9350 L:      linux-pm@vger.kernel.org
9351 S:      Supported
9352 F:      Documentation/power/
9353 F:      arch/x86/kernel/acpi/
9354 F:      drivers/base/power/
9355 F:      kernel/power/
9356 F:      include/linux/suspend.h
9357 F:      include/linux/freezer.h
9358 F:      include/linux/pm.h
9359
9360 SVGA HANDLING
9361 M:      Martin Mares <mj@ucw.cz>
9362 L:      linux-video@atrey.karlin.mff.cuni.cz
9363 S:      Maintained
9364 F:      Documentation/svga.txt
9365 F:      arch/x86/boot/video*
9366
9367 SWIOTLB SUBSYSTEM
9368 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
9369 L:      linux-kernel@vger.kernel.org
9370 S:      Supported
9371 F:      lib/swiotlb.c
9372 F:      arch/*/kernel/pci-swiotlb.c
9373 F:      include/linux/swiotlb.h
9374
9375 SWITCHDEV
9376 M:      Jiri Pirko <jiri@resnulli.us>
9377 L:      netdev@vger.kernel.org
9378 S:      Supported
9379 F:      net/switchdev/
9380 F:      include/net/switchdev.h
9381
9382 SYNOPSYS ARC ARCHITECTURE
9383 M:      Vineet Gupta <vgupta@synopsys.com>
9384 S:      Supported
9385 F:      arch/arc/
9386 F:      Documentation/devicetree/bindings/arc/
9387 F:      drivers/tty/serial/arc_uart.c
9388
9389 SYSV FILESYSTEM
9390 M:      Christoph Hellwig <hch@infradead.org>
9391 S:      Maintained
9392 F:      Documentation/filesystems/sysv-fs.txt
9393 F:      fs/sysv/
9394 F:      include/linux/sysv_fs.h
9395
9396 TARGET SUBSYSTEM
9397 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
9398 L:      linux-scsi@vger.kernel.org
9399 L:      target-devel@vger.kernel.org
9400 W:      http://www.linux-iscsi.org
9401 W:      http://groups.google.com/group/linux-iscsi-target-dev
9402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending.git master
9403 S:      Supported
9404 F:      drivers/target/
9405 F:      include/target/
9406 F:      Documentation/target/
9407
9408 TASKSTATS STATISTICS INTERFACE
9409 M:      Balbir Singh <bsingharora@gmail.com>
9410 S:      Maintained
9411 F:      Documentation/accounting/taskstats*
9412 F:      include/linux/taskstats*
9413 F:      kernel/taskstats.c
9414
9415 TC CLASSIFIER
9416 M:      Jamal Hadi Salim <jhs@mojatatu.com>
9417 L:      netdev@vger.kernel.org
9418 S:      Maintained
9419 F:      include/net/pkt_cls.h
9420 F:      include/uapi/linux/pkt_cls.h
9421 F:      net/sched/
9422
9423 TCP LOW PRIORITY MODULE
9424 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
9425 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
9426 W:      http://tcp-lp-mod.sourceforge.net/
9427 S:      Maintained
9428 F:      net/ipv4/tcp_lp.c
9429
9430 TDA10071 MEDIA DRIVER
9431 M:      Antti Palosaari <crope@iki.fi>
9432 L:      linux-media@vger.kernel.org
9433 W:      http://linuxtv.org/
9434 W:      http://palosaari.fi/linux/
9435 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9436 T:      git git://linuxtv.org/anttip/media_tree.git
9437 S:      Maintained
9438 F:      drivers/media/dvb-frontends/tda10071*
9439
9440 TDA18212 MEDIA DRIVER
9441 M:      Antti Palosaari <crope@iki.fi>
9442 L:      linux-media@vger.kernel.org
9443 W:      http://linuxtv.org/
9444 W:      http://palosaari.fi/linux/
9445 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9446 T:      git git://linuxtv.org/anttip/media_tree.git
9447 S:      Maintained
9448 F:      drivers/media/tuners/tda18212*
9449
9450 TDA18218 MEDIA DRIVER
9451 M:      Antti Palosaari <crope@iki.fi>
9452 L:      linux-media@vger.kernel.org
9453 W:      http://linuxtv.org/
9454 W:      http://palosaari.fi/linux/
9455 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9456 T:      git git://linuxtv.org/anttip/media_tree.git
9457 S:      Maintained
9458 F:      drivers/media/tuners/tda18218*
9459
9460 TDA18271 MEDIA DRIVER
9461 M:      Michael Krufky <mkrufky@linuxtv.org>
9462 L:      linux-media@vger.kernel.org
9463 W:      http://linuxtv.org/
9464 W:      http://github.com/mkrufky
9465 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9466 T:      git git://linuxtv.org/mkrufky/tuners.git
9467 S:      Maintained
9468 F:      drivers/media/tuners/tda18271*
9469
9470 TDA827x MEDIA DRIVER
9471 M:      Michael Krufky <mkrufky@linuxtv.org>
9472 L:      linux-media@vger.kernel.org
9473 W:      http://linuxtv.org/
9474 W:      http://github.com/mkrufky
9475 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9476 T:      git git://linuxtv.org/mkrufky/tuners.git
9477 S:      Maintained
9478 F:      drivers/media/tuners/tda8290.*
9479
9480 TDA8290 MEDIA DRIVER
9481 M:      Michael Krufky <mkrufky@linuxtv.org>
9482 L:      linux-media@vger.kernel.org
9483 W:      http://linuxtv.org/
9484 W:      http://github.com/mkrufky
9485 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9486 T:      git git://linuxtv.org/mkrufky/tuners.git
9487 S:      Maintained
9488 F:      drivers/media/tuners/tda8290.*
9489
9490 TDA9840 MEDIA DRIVER
9491 M:      Hans Verkuil <hverkuil@xs4all.nl>
9492 L:      linux-media@vger.kernel.org
9493 T:      git git://linuxtv.org/media_tree.git
9494 W:      http://linuxtv.org
9495 S:      Maintained
9496 F:      drivers/media/i2c/tda9840*
9497
9498 TEA5761 TUNER DRIVER
9499 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9500 L:      linux-media@vger.kernel.org
9501 W:      http://linuxtv.org
9502 T:      git git://linuxtv.org/media_tree.git
9503 S:      Odd fixes
9504 F:      drivers/media/tuners/tea5761.*
9505
9506 TEA5767 TUNER DRIVER
9507 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9508 L:      linux-media@vger.kernel.org
9509 W:      http://linuxtv.org
9510 T:      git git://linuxtv.org/media_tree.git
9511 S:      Maintained
9512 F:      drivers/media/tuners/tea5767.*
9513
9514 TEA6415C MEDIA DRIVER
9515 M:      Hans Verkuil <hverkuil@xs4all.nl>
9516 L:      linux-media@vger.kernel.org
9517 T:      git git://linuxtv.org/media_tree.git
9518 W:      http://linuxtv.org
9519 S:      Maintained
9520 F:      drivers/media/i2c/tea6415c*
9521
9522 TEA6420 MEDIA DRIVER
9523 M:      Hans Verkuil <hverkuil@xs4all.nl>
9524 L:      linux-media@vger.kernel.org
9525 T:      git git://linuxtv.org/media_tree.git
9526 W:      http://linuxtv.org
9527 S:      Maintained
9528 F:      drivers/media/i2c/tea6420*
9529
9530 TEAM DRIVER
9531 M:      Jiri Pirko <jiri@resnulli.us>
9532 L:      netdev@vger.kernel.org
9533 S:      Supported
9534 F:      drivers/net/team/
9535 F:      include/linux/if_team.h
9536 F:      include/uapi/linux/if_team.h
9537
9538 TECHNOLOGIC SYSTEMS TS-5500 PLATFORM SUPPORT
9539 M:      Savoir-faire Linux Inc. <kernel@savoirfairelinux.com>
9540 S:      Maintained
9541 F:      arch/x86/platform/ts5500/
9542
9543 TECHNOTREND USB IR RECEIVER
9544 M:      Sean Young <sean@mess.org>
9545 L:      linux-media@vger.kernel.org
9546 S:      Maintained
9547 F:      drivers/media/rc/ttusbir.c
9548
9549 TEGRA ARCHITECTURE SUPPORT
9550 M:      Stephen Warren <swarren@wwwdotorg.org>
9551 M:      Thierry Reding <thierry.reding@gmail.com>
9552 M:      Alexandre Courbot <gnurou@gmail.com>
9553 L:      linux-tegra@vger.kernel.org
9554 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
9555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tegra/linux.git
9556 S:      Supported
9557 N:      [^a-z]tegra
9558
9559 TEGRA CLOCK DRIVER
9560 M:      Peter De Schrijver <pdeschrijver@nvidia.com>
9561 M:      Prashant Gaikwad <pgaikwad@nvidia.com>
9562 S:      Supported
9563 F:      drivers/clk/tegra/
9564
9565 TEGRA DMA DRIVER
9566 M:      Laxman Dewangan <ldewangan@nvidia.com>
9567 S:      Supported
9568 F:      drivers/dma/tegra20-apb-dma.c
9569
9570 TEGRA I2C DRIVER
9571 M:      Laxman Dewangan <ldewangan@nvidia.com>
9572 S:      Supported
9573 F:      drivers/i2c/busses/i2c-tegra.c
9574
9575 TEGRA IOMMU DRIVERS
9576 M:      Hiroshi Doyu <hdoyu@nvidia.com>
9577 S:      Supported
9578 F:      drivers/iommu/tegra*
9579
9580 TEGRA KBC DRIVER
9581 M:      Rakesh Iyer <riyer@nvidia.com>
9582 M:      Laxman Dewangan <ldewangan@nvidia.com>
9583 S:      Supported
9584 F:      drivers/input/keyboard/tegra-kbc.c
9585
9586 TEGRA PWM DRIVER
9587 M:      Thierry Reding <thierry.reding@gmail.com>
9588 S:      Supported
9589 F:      drivers/pwm/pwm-tegra.c
9590
9591 TEGRA SERIAL DRIVER
9592 M:      Laxman Dewangan <ldewangan@nvidia.com>
9593 S:      Supported
9594 F:      drivers/tty/serial/serial-tegra.c
9595
9596 TEGRA SPI DRIVER
9597 M:      Laxman Dewangan <ldewangan@nvidia.com>
9598 S:      Supported
9599 F:      drivers/spi/spi-tegra*
9600
9601 TEHUTI ETHERNET DRIVER
9602 M:      Andy Gospodarek <andy@greyhouse.net>
9603 L:      netdev@vger.kernel.org
9604 S:      Supported
9605 F:      drivers/net/ethernet/tehuti/*
9606
9607 Telecom Clock Driver for MCPL0010
9608 M:      Mark Gross <mark.gross@intel.com>
9609 S:      Supported
9610 F:      drivers/char/tlclk.c
9611
9612 TENSILICA XTENSA PORT (xtensa)
9613 M:      Chris Zankel <chris@zankel.net>
9614 M:      Max Filippov <jcmvbkbc@gmail.com>
9615 L:      linux-xtensa@linux-xtensa.org
9616 S:      Maintained
9617 F:      arch/xtensa/
9618 F:      drivers/irqchip/irq-xtensa-*
9619
9620 THANKO'S RAREMONO AM/FM/SW RADIO RECEIVER USB DRIVER
9621 M:      Hans Verkuil <hverkuil@xs4all.nl>
9622 L:      linux-media@vger.kernel.org
9623 T:      git git://linuxtv.org/media_tree.git
9624 W:      http://linuxtv.org
9625 S:      Maintained
9626 F:      drivers/media/radio/radio-raremono.c
9627
9628 THERMAL
9629 M:      Zhang Rui <rui.zhang@intel.com>
9630 M:      Eduardo Valentin <edubezval@gmail.com>
9631 L:      linux-pm@vger.kernel.org
9632 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git
9633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal.git
9634 Q:      https://patchwork.kernel.org/project/linux-pm/list/
9635 S:      Supported
9636 F:      drivers/thermal/
9637 F:      include/linux/thermal.h
9638 F:      include/uapi/linux/thermal.h
9639 F:      include/linux/cpu_cooling.h
9640 F:      Documentation/devicetree/bindings/thermal/
9641
9642 THINGM BLINK(1) USB RGB LED DRIVER
9643 M:      Vivien Didelot <vivien.didelot@savoirfairelinux.com>
9644 S:      Maintained
9645 F:      drivers/hid/hid-thingm.c
9646
9647 THINKPAD ACPI EXTRAS DRIVER
9648 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
9649 L:      ibm-acpi-devel@lists.sourceforge.net
9650 L:      platform-driver-x86@vger.kernel.org
9651 W:      http://ibm-acpi.sourceforge.net
9652 W:      http://thinkwiki.org/wiki/Ibm-acpi
9653 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
9654 S:      Maintained
9655 F:      drivers/platform/x86/thinkpad_acpi.c
9656
9657 TI BANDGAP AND THERMAL DRIVER
9658 M:      Eduardo Valentin <edubezval@gmail.com>
9659 L:      linux-pm@vger.kernel.org
9660 L:      linux-omap@vger.kernel.org
9661 S:      Maintained
9662 F:      drivers/thermal/ti-soc-thermal/
9663
9664 TI CLOCK DRIVER
9665 M:      Tero Kristo <t-kristo@ti.com>
9666 L:      linux-omap@vger.kernel.org
9667 S:      Maintained
9668 F:      drivers/clk/ti/
9669 F:      include/linux/clk/ti.h
9670
9671 TI FLASH MEDIA INTERFACE DRIVER
9672 M:      Alex Dubov <oakad@yahoo.com>
9673 S:      Maintained
9674 F:      drivers/misc/tifm*
9675 F:      drivers/mmc/host/tifm_sd.c
9676 F:      include/linux/tifm.h
9677
9678 TI KEYSTONE MULTICORE NAVIGATOR DRIVERS
9679 M:      Santosh Shilimkar <ssantosh@kernel.org>
9680 L:      linux-kernel@vger.kernel.org
9681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
9682 S:      Maintained
9683 F:      drivers/soc/ti/*
9684 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone.git
9685
9686
9687 TI LM49xxx FAMILY ASoC CODEC DRIVERS
9688 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
9689 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
9690 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9691 S:      Maintained
9692 F:      sound/soc/codecs/lm49453*
9693 F:      sound/soc/codecs/isabelle*
9694
9695 TI LP855x BACKLIGHT DRIVER
9696 M:      Milo Kim <milo.kim@ti.com>
9697 S:      Maintained
9698 F:      Documentation/backlight/lp855x-driver.txt
9699 F:      drivers/video/backlight/lp855x_bl.c
9700 F:      include/linux/platform_data/lp855x.h
9701
9702 TI LP8727 CHARGER DRIVER
9703 M:      Milo Kim <milo.kim@ti.com>
9704 S:      Maintained
9705 F:      drivers/power/lp8727_charger.c
9706 F:      include/linux/platform_data/lp8727.h
9707
9708 TI LP8788 MFD DRIVER
9709 M:      Milo Kim <milo.kim@ti.com>
9710 S:      Maintained
9711 F:      drivers/iio/adc/lp8788_adc.c
9712 F:      drivers/leds/leds-lp8788.c
9713 F:      drivers/mfd/lp8788*.c
9714 F:      drivers/power/lp8788-charger.c
9715 F:      drivers/regulator/lp8788-*.c
9716 F:      include/linux/mfd/lp8788*.h
9717
9718 TI NETCP ETHERNET DRIVER
9719 M:      Wingman Kwok <w-kwok2@ti.com>
9720 M:      Murali Karicheri <m-karicheri2@ti.com>
9721 L:      netdev@vger.kernel.org
9722 S:      Maintained
9723 F:      drivers/net/ethernet/ti/netcp*
9724
9725 TI TWL4030 SERIES SOC CODEC DRIVER
9726 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
9727 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
9728 S:      Maintained
9729 F:      sound/soc/codecs/twl4030*
9730
9731 TI WILINK WIRELESS DRIVERS
9732 L:      linux-wireless@vger.kernel.org
9733 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
9734 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
9735 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
9736 S:      Orphan
9737 F:      drivers/net/wireless/ti/
9738 F:      include/linux/wl12xx.h
9739
9740 TIPC NETWORK LAYER
9741 M:      Jon Maloy <jon.maloy@ericsson.com>
9742 M:      Allan Stephens <allan.stephens@windriver.com>
9743 L:      netdev@vger.kernel.org (core kernel code)
9744 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
9745 W:      http://tipc.sourceforge.net/
9746 S:      Maintained
9747 F:      include/uapi/linux/tipc*.h
9748 F:      net/tipc/
9749
9750 TILE ARCHITECTURE
9751 M:      Chris Metcalf <cmetcalf@ezchip.com>
9752 W:      http://www.ezchip.com/scm/
9753 S:      Supported
9754 F:      arch/tile/
9755 F:      drivers/char/tile-srom.c
9756 F:      drivers/edac/tile_edac.c
9757 F:      drivers/net/ethernet/tile/
9758 F:      drivers/rtc/rtc-tile.c
9759 F:      drivers/tty/hvc/hvc_tile.c
9760 F:      drivers/tty/serial/tilegx.c
9761 F:      drivers/usb/host/*-tilegx.c
9762 F:      include/linux/usb/tilegx.h
9763
9764 TLAN NETWORK DRIVER
9765 M:      Samuel Chessman <chessman@tux.org>
9766 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
9767 W:      http://sourceforge.net/projects/tlan/
9768 S:      Maintained
9769 F:      Documentation/networking/tlan.txt
9770 F:      drivers/net/ethernet/ti/tlan.*
9771
9772 TOMOYO SECURITY MODULE
9773 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
9774 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
9775 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
9776 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
9777 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
9778 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
9779 W:      http://tomoyo.sourceforge.jp/
9780 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
9781 S:      Maintained
9782 F:      security/tomoyo/
9783
9784 TOPSTAR LAPTOP EXTRAS DRIVER
9785 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
9786 L:      platform-driver-x86@vger.kernel.org
9787 S:      Maintained
9788 F:      drivers/platform/x86/topstar-laptop.c
9789
9790 TOSHIBA ACPI EXTRAS DRIVER
9791 L:      platform-driver-x86@vger.kernel.org
9792 S:      Orphan
9793 F:      drivers/platform/x86/toshiba_acpi.c
9794
9795 TOSHIBA SMM DRIVER
9796 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
9797 L:      tlinux-users@tce.toshiba-dme.co.jp
9798 W:      http://www.buzzard.org.uk/toshiba/
9799 S:      Maintained
9800 F:      drivers/char/toshiba.c
9801 F:      include/linux/toshiba.h
9802 F:      include/uapi/linux/toshiba.h
9803
9804 TMIO MMC DRIVER
9805 M:      Ian Molton <ian.molton@codethink.co.uk>
9806 L:      linux-mmc@vger.kernel.org
9807 S:      Maintained
9808 F:      drivers/mmc/host/tmio_mmc*
9809 F:      drivers/mmc/host/sh_mobile_sdhi.c
9810 F:      include/linux/mmc/tmio.h
9811 F:      include/linux/mmc/sh_mobile_sdhi.h
9812
9813 TMP401 HARDWARE MONITOR DRIVER
9814 M:      Guenter Roeck <linux@roeck-us.net>
9815 L:      lm-sensors@lm-sensors.org
9816 S:      Maintained
9817 F:      Documentation/hwmon/tmp401
9818 F:      drivers/hwmon/tmp401.c
9819
9820 TMPFS (SHMEM FILESYSTEM)
9821 M:      Hugh Dickins <hughd@google.com>
9822 L:      linux-mm@kvack.org
9823 S:      Maintained
9824 F:      include/linux/shmem_fs.h
9825 F:      mm/shmem.c
9826
9827 TM6000 VIDEO4LINUX DRIVER
9828 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
9829 L:      linux-media@vger.kernel.org
9830 W:      http://linuxtv.org
9831 T:      git git://linuxtv.org/media_tree.git
9832 S:      Odd fixes
9833 F:      drivers/media/usb/tm6000/
9834
9835 TW68 VIDEO4LINUX DRIVER
9836 M:      Hans Verkuil <hverkuil@xs4all.nl>
9837 L:      linux-media@vger.kernel.org
9838 T:      git git://linuxtv.org/media_tree.git
9839 W:      http://linuxtv.org
9840 S:      Odd Fixes
9841 F:      drivers/media/pci/tw68/
9842
9843 TPM DEVICE DRIVER
9844 M:      Peter Huewe <peterhuewe@gmx.de>
9845 M:      Marcel Selhorst <tpmdd@selhorst.net>
9846 W:      http://tpmdd.sourceforge.net
9847 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9848 Q:      git git://github.com/PeterHuewe/linux-tpmdd.git
9849 T:      https://github.com/PeterHuewe/linux-tpmdd
9850 S:      Maintained
9851 F:      drivers/char/tpm/
9852
9853 TPM IBM_VTPM DEVICE DRIVER
9854 M:      Ashley Lai <ashleydlai@gmail.com>
9855 W:      http://tpmdd.sourceforge.net
9856 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
9857 S:      Maintained
9858 F:      drivers/char/tpm/tpm_ibmvtpm*
9859
9860 TRACING
9861 M:      Steven Rostedt <rostedt@goodmis.org>
9862 M:      Ingo Molnar <mingo@redhat.com>
9863 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
9864 S:      Maintained
9865 F:      Documentation/trace/ftrace.txt
9866 F:      arch/*/*/*/ftrace.h
9867 F:      arch/*/kernel/ftrace.c
9868 F:      include/*/ftrace.h
9869 F:      include/linux/trace*.h
9870 F:      include/trace/
9871 F:      kernel/trace/
9872 F:      tools/testing/selftests/ftrace/
9873
9874 TRIVIAL PATCHES
9875 M:      Jiri Kosina <trivial@kernel.org>
9876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
9877 S:      Maintained
9878 K:      ^Subject:.*(?i)trivial
9879
9880 TTY LAYER
9881 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
9882 M:      Jiri Slaby <jslaby@suse.cz>
9883 S:      Supported
9884 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
9885 F:      drivers/tty/
9886 F:      drivers/tty/serial/serial_core.c
9887 F:      include/linux/serial_core.h
9888 F:      include/linux/serial.h
9889 F:      include/linux/tty.h
9890 F:      include/uapi/linux/serial_core.h
9891 F:      include/uapi/linux/serial.h
9892 F:      include/uapi/linux/tty.h
9893
9894 TUA9001 MEDIA DRIVER
9895 M:      Antti Palosaari <crope@iki.fi>
9896 L:      linux-media@vger.kernel.org
9897 W:      http://linuxtv.org/
9898 W:      http://palosaari.fi/linux/
9899 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
9900 T:      git git://linuxtv.org/anttip/media_tree.git
9901 S:      Maintained
9902 F:      drivers/media/tuners/tua9001*
9903
9904 TULIP NETWORK DRIVERS
9905 M:      Grant Grundler <grundler@parisc-linux.org>
9906 L:      netdev@vger.kernel.org
9907 S:      Maintained
9908 F:      drivers/net/ethernet/dec/tulip/
9909
9910 TUN/TAP driver
9911 M:      Maxim Krasnyansky <maxk@qti.qualcomm.com>
9912 W:      http://vtun.sourceforge.net/tun
9913 S:      Maintained
9914 F:      Documentation/networking/tuntap.txt
9915 F:      arch/um/os-Linux/drivers/
9916
9917 TURBOCHANNEL SUBSYSTEM
9918 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
9919 M:      Ralf Baechle <ralf@linux-mips.org>
9920 L:      linux-mips@linux-mips.org
9921 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
9922 S:      Maintained
9923 F:      drivers/tc/
9924 F:      include/linux/tc.h
9925
9926 U14-34F SCSI DRIVER
9927 M:      Dario Ballabio <ballabio_dario@emc.com>
9928 L:      linux-scsi@vger.kernel.org
9929 S:      Maintained
9930 F:      drivers/scsi/u14-34f.c
9931
9932 UBI FILE SYSTEM (UBIFS)
9933 M:      Artem Bityutskiy <dedekind1@gmail.com>
9934 M:      Adrian Hunter <adrian.hunter@intel.com>
9935 L:      linux-mtd@lists.infradead.org
9936 T:      git git://git.infradead.org/ubifs-2.6.git
9937 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
9938 S:      Maintained
9939 F:      Documentation/filesystems/ubifs.txt
9940 F:      fs/ubifs/
9941
9942 UCLINUX (AND M68KNOMMU)
9943 M:      Greg Ungerer <gerg@uclinux.org>
9944 W:      http://www.uclinux.org/
9945 L:      uclinux-dev@uclinux.org  (subscribers-only)
9946 S:      Maintained
9947 F:      arch/m68k/*/*_no.*
9948 F:      arch/m68k/include/asm/*_no.*
9949
9950 UDF FILESYSTEM
9951 M:      Jan Kara <jack@suse.cz>
9952 S:      Maintained
9953 F:      Documentation/filesystems/udf.txt
9954 F:      fs/udf/
9955
9956 UFS FILESYSTEM
9957 M:      Evgeniy Dushistov <dushistov@mail.ru>
9958 S:      Maintained
9959 F:      Documentation/filesystems/ufs.txt
9960 F:      fs/ufs/
9961
9962 UHID USERSPACE HID IO DRIVER:
9963 M:      David Herrmann <dh.herrmann@googlemail.com>
9964 L:      linux-input@vger.kernel.org
9965 S:      Maintained
9966 F:      drivers/hid/uhid.c
9967 F:      include/uapi/linux/uhid.h
9968
9969 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
9970 L:      linux-usb@vger.kernel.org
9971 S:      Orphan
9972 F:      drivers/uwb/
9973 F:      include/linux/uwb.h
9974 F:      include/linux/uwb/
9975
9976 UNICORE32 ARCHITECTURE:
9977 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
9978 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
9979 S:      Maintained
9980 T:      git git://github.com/gxt/linux.git
9981 F:      arch/unicore32/
9982
9983 UNIFDEF
9984 M:      Tony Finch <dot@dotat.at>
9985 W:      http://dotat.at/prog/unifdef
9986 S:      Maintained
9987 F:      scripts/unifdef.c
9988
9989 UNIFORM CDROM DRIVER
9990 M:      Jens Axboe <axboe@kernel.dk>
9991 W:      http://www.kernel.dk
9992 S:      Maintained
9993 F:      Documentation/cdrom/
9994 F:      drivers/cdrom/cdrom.c
9995 F:      include/linux/cdrom.h
9996 F:      include/uapi/linux/cdrom.h
9997
9998 UNISYS S-PAR DRIVERS
9999 M:     Benjamin Romer <benjamin.romer@unisys.com>
10000 M:     David Kershner <david.kershner@unisys.com>
10001 L:     sparmaintainer@unisys.com (Unisys internal)
10002 S:     Supported
10003 F:     drivers/staging/unisys/
10004
10005 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
10006 M:      Vinayak Holikatti <vinholikatti@gmail.com>
10007 L:      linux-scsi@vger.kernel.org
10008 S:      Supported
10009 F:      Documentation/scsi/ufs.txt
10010 F:      drivers/scsi/ufs/
10011
10012 UNSORTED BLOCK IMAGES (UBI)
10013 M:      Artem Bityutskiy <dedekind1@gmail.com>
10014 M:      Richard Weinberger <richard@nod.at>
10015 W:      http://www.linux-mtd.infradead.org/
10016 L:      linux-mtd@lists.infradead.org
10017 T:      git git://git.infradead.org/ubifs-2.6.git
10018 S:      Supported
10019 F:      drivers/mtd/ubi/
10020 F:      include/linux/mtd/ubi.h
10021 F:      include/uapi/mtd/ubi-user.h
10022
10023 USB ACM DRIVER
10024 M:      Oliver Neukum <oliver@neukum.org>
10025 L:      linux-usb@vger.kernel.org
10026 S:      Maintained
10027 F:      Documentation/usb/acm.txt
10028 F:      drivers/usb/class/cdc-acm.*
10029
10030 USB AR5523 WIRELESS DRIVER
10031 M:      Pontus Fuchs <pontus.fuchs@gmail.com>
10032 L:      linux-wireless@vger.kernel.org
10033 S:      Maintained
10034 F:      drivers/net/wireless/ath/ar5523/
10035
10036 USB ATTACHED SCSI
10037 M:      Hans de Goede <hdegoede@redhat.com>
10038 M:      Gerd Hoffmann <kraxel@redhat.com>
10039 L:      linux-usb@vger.kernel.org
10040 L:      linux-scsi@vger.kernel.org
10041 S:      Maintained
10042 F:      drivers/usb/storage/uas.c
10043
10044 USB CDC ETHERNET DRIVER
10045 M:      Oliver Neukum <oliver@neukum.org>
10046 L:      linux-usb@vger.kernel.org
10047 S:      Maintained
10048 F:      drivers/net/usb/cdc_*.c
10049 F:      include/uapi/linux/usb/cdc.h
10050
10051 USB CYPRESS C67X00 DRIVER
10052 M:      Peter Korsgaard <jacmet@sunsite.dk>
10053 L:      linux-usb@vger.kernel.org
10054 S:      Maintained
10055 F:      drivers/usb/c67x00/
10056
10057 USB DAVICOM DM9601 DRIVER
10058 M:      Peter Korsgaard <jacmet@sunsite.dk>
10059 L:      netdev@vger.kernel.org
10060 W:      http://www.linux-usb.org/usbnet
10061 S:      Maintained
10062 F:      drivers/net/usb/dm9601.c
10063
10064 USB DIAMOND RIO500 DRIVER
10065 M:      Cesar Miquel <miquel@df.uba.ar>
10066 L:      rio500-users@lists.sourceforge.net
10067 W:      http://rio500.sourceforge.net
10068 S:      Maintained
10069 F:      drivers/usb/misc/rio500*
10070
10071 USB EHCI DRIVER
10072 M:      Alan Stern <stern@rowland.harvard.edu>
10073 L:      linux-usb@vger.kernel.org
10074 S:      Maintained
10075 F:      Documentation/usb/ehci.txt
10076 F:      drivers/usb/host/ehci*
10077
10078 USB GADGET/PERIPHERAL SUBSYSTEM
10079 M:      Felipe Balbi <balbi@ti.com>
10080 L:      linux-usb@vger.kernel.org
10081 W:      http://www.linux-usb.org/gadget
10082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10083 S:      Maintained
10084 F:      drivers/usb/gadget/
10085 F:      include/linux/usb/gadget*
10086
10087 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
10088 M:      Jiri Kosina <jkosina@suse.cz>
10089 L:      linux-usb@vger.kernel.org
10090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
10091 S:      Maintained
10092 F:      Documentation/hid/hiddev.txt
10093 F:      drivers/hid/usbhid/
10094
10095 USB ISP116X DRIVER
10096 M:      Olav Kongas <ok@artecdesign.ee>
10097 L:      linux-usb@vger.kernel.org
10098 S:      Maintained
10099 F:      drivers/usb/host/isp116x*
10100 F:      include/linux/usb/isp116x.h
10101
10102 USB MASS STORAGE DRIVER
10103 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
10104 L:      linux-usb@vger.kernel.org
10105 L:      usb-storage@lists.one-eyed-alien.net
10106 S:      Maintained
10107 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
10108 F:      drivers/usb/storage/
10109
10110 USB MIDI DRIVER
10111 M:      Clemens Ladisch <clemens@ladisch.de>
10112 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
10113 T:      git git://git.alsa-project.org/alsa-kernel.git
10114 S:      Maintained
10115 F:      sound/usb/midi.*
10116
10117 USB NETWORKING DRIVERS
10118 L:      linux-usb@vger.kernel.org
10119 S:      Odd Fixes
10120 F:      drivers/net/usb/
10121
10122 USB OHCI DRIVER
10123 M:      Alan Stern <stern@rowland.harvard.edu>
10124 L:      linux-usb@vger.kernel.org
10125 S:      Maintained
10126 F:      Documentation/usb/ohci.txt
10127 F:      drivers/usb/host/ohci*
10128
10129 USB OVER IP DRIVER
10130 M:      Valentina Manea <valentina.manea.m@gmail.com>
10131 M:      Shuah Khan <shuah.kh@samsung.com>
10132 L:      linux-usb@vger.kernel.org
10133 S:      Maintained
10134 F:      drivers/usb/usbip/
10135 F:      tools/usb/usbip/
10136
10137 USB PEGASUS DRIVER
10138 M:      Petko Manolov <petkan@nucleusys.com>
10139 L:      linux-usb@vger.kernel.org
10140 L:      netdev@vger.kernel.org
10141 T:      git git://github.com/petkan/pegasus.git
10142 W:      https://github.com/petkan/pegasus
10143 S:      Maintained
10144 F:      drivers/net/usb/pegasus.*
10145
10146 USB PHY LAYER
10147 M:      Felipe Balbi <balbi@ti.com>
10148 L:      linux-usb@vger.kernel.org
10149 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
10150 S:      Maintained
10151 F:      drivers/usb/phy/
10152
10153 USB PRINTER DRIVER (usblp)
10154 M:      Pete Zaitcev <zaitcev@redhat.com>
10155 L:      linux-usb@vger.kernel.org
10156 S:      Supported
10157 F:      drivers/usb/class/usblp.c
10158
10159 USB RTL8150 DRIVER
10160 M:      Petko Manolov <petkan@nucleusys.com>
10161 L:      linux-usb@vger.kernel.org
10162 L:      netdev@vger.kernel.org
10163 T:      git git://github.com/petkan/rtl8150.git
10164 W:      https://github.com/petkan/rtl8150
10165 S:      Maintained
10166 F:      drivers/net/usb/rtl8150.c
10167
10168 USB SERIAL SUBSYSTEM
10169 M:      Johan Hovold <johan@kernel.org>
10170 L:      linux-usb@vger.kernel.org
10171 S:      Maintained
10172 F:      Documentation/usb/usb-serial.txt
10173 F:      drivers/usb/serial/
10174 F:      include/linux/usb/serial.h
10175
10176 USB SMSC75XX ETHERNET DRIVER
10177 M:      Steve Glendinning <steve.glendinning@shawell.net>
10178 L:      netdev@vger.kernel.org
10179 S:      Maintained
10180 F:      drivers/net/usb/smsc75xx.*
10181
10182 USB SMSC95XX ETHERNET DRIVER
10183 M:      Steve Glendinning <steve.glendinning@shawell.net>
10184 L:      netdev@vger.kernel.org
10185 S:      Maintained
10186 F:      drivers/net/usb/smsc95xx.*
10187
10188 USB SUBSYSTEM
10189 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10190 L:      linux-usb@vger.kernel.org
10191 W:      http://www.linux-usb.org
10192 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
10193 S:      Supported
10194 F:      Documentation/usb/
10195 F:      drivers/usb/
10196 F:      include/linux/usb.h
10197 F:      include/linux/usb/
10198
10199 USB UHCI DRIVER
10200 M:      Alan Stern <stern@rowland.harvard.edu>
10201 L:      linux-usb@vger.kernel.org
10202 S:      Maintained
10203 F:      drivers/usb/host/uhci*
10204
10205 USB "USBNET" DRIVER FRAMEWORK
10206 M:      Oliver Neukum <oneukum@suse.de>
10207 L:      netdev@vger.kernel.org
10208 W:      http://www.linux-usb.org/usbnet
10209 S:      Maintained
10210 F:      drivers/net/usb/usbnet.c
10211 F:      include/linux/usb/usbnet.h
10212
10213 USB VIDEO CLASS
10214 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10215 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
10216 L:      linux-media@vger.kernel.org
10217 T:      git git://linuxtv.org/media_tree.git
10218 W:      http://www.ideasonboard.org/uvc/
10219 S:      Maintained
10220 F:      drivers/media/usb/uvc/
10221 F:      include/uapi/linux/uvcvideo.h
10222
10223 USB VISION DRIVER
10224 M:      Hans Verkuil <hverkuil@xs4all.nl>
10225 L:      linux-media@vger.kernel.org
10226 T:      git git://linuxtv.org/media_tree.git
10227 W:      http://linuxtv.org
10228 S:      Odd Fixes
10229 F:      drivers/media/usb/usbvision/
10230
10231 USB WEBCAM GADGET
10232 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
10233 L:      linux-usb@vger.kernel.org
10234 S:      Maintained
10235 F:      drivers/usb/gadget/function/*uvc*
10236 F:      drivers/usb/gadget/legacy/webcam.c
10237
10238 USB WIRELESS RNDIS DRIVER (rndis_wlan)
10239 M:      Jussi Kivilinna <jussi.kivilinna@iki.fi>
10240 L:      linux-wireless@vger.kernel.org
10241 S:      Maintained
10242 F:      drivers/net/wireless/rndis_wlan.c
10243
10244 USB XHCI DRIVER
10245 M:      Mathias Nyman <mathias.nyman@intel.com>
10246 L:      linux-usb@vger.kernel.org
10247 S:      Supported
10248 F:      drivers/usb/host/xhci*
10249 F:      drivers/usb/host/pci-quirks*
10250
10251 USB ZD1201 DRIVER
10252 L:      linux-wireless@vger.kernel.org
10253 W:      http://linux-lc100020.sourceforge.net
10254 S:      Orphan
10255 F:      drivers/net/wireless/zd1201.*
10256
10257 USB ZR364XX DRIVER
10258 M:      Antoine Jacquet <royale@zerezo.com>
10259 L:      linux-usb@vger.kernel.org
10260 L:      linux-media@vger.kernel.org
10261 T:      git git://linuxtv.org/media_tree.git
10262 W:      http://royale.zerezo.com/zr364xx/
10263 S:      Maintained
10264 F:      Documentation/video4linux/zr364xx.txt
10265 F:      drivers/media/usb/zr364xx/
10266
10267 USER-MODE LINUX (UML)
10268 M:      Jeff Dike <jdike@addtoit.com>
10269 M:      Richard Weinberger <richard@nod.at>
10270 L:      user-mode-linux-devel@lists.sourceforge.net
10271 L:      user-mode-linux-user@lists.sourceforge.net
10272 W:      http://user-mode-linux.sourceforge.net
10273 S:      Maintained
10274 F:      Documentation/virtual/uml/
10275 F:      arch/um/
10276 F:      arch/x86/um/
10277 F:      fs/hostfs/
10278 F:      fs/hppfs/
10279
10280 USERSPACE I/O (UIO)
10281 M:      "Hans J. Koch" <hjk@hansjkoch.de>
10282 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10283 S:      Maintained
10284 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
10285 F:      Documentation/DocBook/uio-howto.tmpl
10286 F:      drivers/uio/
10287 F:      include/linux/uio*.h
10288
10289 UTIL-LINUX PACKAGE
10290 M:      Karel Zak <kzak@redhat.com>
10291 L:      util-linux@vger.kernel.org
10292 W:      http://en.wikipedia.org/wiki/Util-linux
10293 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
10294 S:      Maintained
10295
10296 UVESAFB DRIVER
10297 M:      Michal Januszewski <spock@gentoo.org>
10298 L:      linux-fbdev@vger.kernel.org
10299 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
10300 S:      Maintained
10301 F:      Documentation/fb/uvesafb.txt
10302 F:      drivers/video/fbdev/uvesafb.*
10303
10304 VFAT/FAT/MSDOS FILESYSTEM
10305 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
10306 S:      Maintained
10307 F:      Documentation/filesystems/vfat.txt
10308 F:      fs/fat/
10309
10310 VFIO DRIVER
10311 M:      Alex Williamson <alex.williamson@redhat.com>
10312 L:      kvm@vger.kernel.org
10313 S:      Maintained
10314 F:      Documentation/vfio.txt
10315 F:      drivers/vfio/
10316 F:      include/linux/vfio.h
10317 F:      include/uapi/linux/vfio.h
10318
10319 VIDEOBUF2 FRAMEWORK
10320 M:      Pawel Osciak <pawel@osciak.com>
10321 M:      Marek Szyprowski <m.szyprowski@samsung.com>
10322 M:      Kyungmin Park <kyungmin.park@samsung.com>
10323 L:      linux-media@vger.kernel.org
10324 S:      Maintained
10325 F:      drivers/media/v4l2-core/videobuf2-*
10326 F:      include/media/videobuf2-*
10327
10328 VIRTIO CONSOLE DRIVER
10329 M:      Amit Shah <amit.shah@redhat.com>
10330 L:      virtualization@lists.linux-foundation.org
10331 S:      Maintained
10332 F:      drivers/char/virtio_console.c
10333 F:      include/linux/virtio_console.h
10334 F:      include/uapi/linux/virtio_console.h
10335
10336 VIRTIO CORE, NET AND BLOCK DRIVERS
10337 M:      Rusty Russell <rusty@rustcorp.com.au>
10338 M:      "Michael S. Tsirkin" <mst@redhat.com>
10339 L:      virtualization@lists.linux-foundation.org
10340 S:      Maintained
10341 F:      drivers/virtio/
10342 F:      tools/virtio/
10343 F:      drivers/net/virtio_net.c
10344 F:      drivers/block/virtio_blk.c
10345 F:      include/linux/virtio_*.h
10346 F:      include/uapi/linux/virtio_*.h
10347
10348 VIRTIO HOST (VHOST)
10349 M:      "Michael S. Tsirkin" <mst@redhat.com>
10350 L:      kvm@vger.kernel.org
10351 L:      virtualization@lists.linux-foundation.org
10352 L:      netdev@vger.kernel.org
10353 S:      Maintained
10354 F:      drivers/vhost/
10355 F:      include/uapi/linux/vhost.h
10356
10357 VIA RHINE NETWORK DRIVER
10358 M:      Roger Luethi <rl@hellgate.ch>
10359 S:      Maintained
10360 F:      drivers/net/ethernet/via/via-rhine.c
10361
10362 VIA SD/MMC CARD CONTROLLER DRIVER
10363 M:      Bruce Chang <brucechang@via.com.tw>
10364 M:      Harald Welte <HaraldWelte@viatech.com>
10365 S:      Maintained
10366 F:      drivers/mmc/host/via-sdmmc.c
10367
10368 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
10369 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
10370 L:      linux-fbdev@vger.kernel.org
10371 S:      Maintained
10372 F:      include/linux/via-core.h
10373 F:      include/linux/via-gpio.h
10374 F:      include/linux/via_i2c.h
10375 F:      drivers/video/fbdev/via/
10376
10377 VIA VELOCITY NETWORK DRIVER
10378 M:      Francois Romieu <romieu@fr.zoreil.com>
10379 L:      netdev@vger.kernel.org
10380 S:      Maintained
10381 F:      drivers/net/ethernet/via/via-velocity.*
10382
10383 VIVID VIRTUAL VIDEO DRIVER
10384 M:      Hans Verkuil <hverkuil@xs4all.nl>
10385 L:      linux-media@vger.kernel.org
10386 T:      git git://linuxtv.org/media_tree.git
10387 W:      http://linuxtv.org
10388 S:      Maintained
10389 F:      drivers/media/platform/vivid/*
10390
10391 VLAN (802.1Q)
10392 M:      Patrick McHardy <kaber@trash.net>
10393 L:      netdev@vger.kernel.org
10394 S:      Maintained
10395 F:      drivers/net/macvlan.c
10396 F:      include/linux/if_*vlan.h
10397 F:      net/8021q/
10398
10399 VLYNQ BUS
10400 M:      Florian Fainelli <florian@openwrt.org>
10401 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
10402 S:      Maintained
10403 F:      drivers/vlynq/vlynq.c
10404 F:      include/linux/vlynq.h
10405
10406 VME SUBSYSTEM
10407 M:      Martyn Welch <martyn.welch@ge.com>
10408 M:      Manohar Vanga <manohar.vanga@gmail.com>
10409 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
10410 L:      devel@driverdev.osuosl.org
10411 S:      Maintained
10412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
10413 F:      Documentation/vme_api.txt
10414 F:      drivers/staging/vme/
10415 F:      drivers/vme/
10416 F:      include/linux/vme*
10417
10418 VMWARE HYPERVISOR INTERFACE
10419 M:      Alok Kataria <akataria@vmware.com>
10420 L:      virtualization@lists.linux-foundation.org
10421 S:      Supported
10422 F:      arch/x86/kernel/cpu/vmware.c
10423
10424 VMWARE BALLOON DRIVER
10425 M:      Xavier Deguillard <xdeguillard@vmware.com>
10426 M:      Philip Moltmann <moltmann@vmware.com>
10427 M:      "VMware, Inc." <pv-drivers@vmware.com>
10428 L:      linux-kernel@vger.kernel.org
10429 S:      Maintained
10430 F:      drivers/misc/vmw_balloon.c
10431
10432 VMWARE VMXNET3 ETHERNET DRIVER
10433 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
10434 M:      "VMware, Inc." <pv-drivers@vmware.com>
10435 L:      netdev@vger.kernel.org
10436 S:      Maintained
10437 F:      drivers/net/vmxnet3/
10438
10439 VMware PVSCSI driver
10440 M:      Arvind Kumar <arvindkumar@vmware.com>
10441 M:      VMware PV-Drivers <pv-drivers@vmware.com>
10442 L:      linux-scsi@vger.kernel.org
10443 S:      Maintained
10444 F:      drivers/scsi/vmw_pvscsi.c
10445 F:      drivers/scsi/vmw_pvscsi.h
10446
10447 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
10448 M:      Liam Girdwood <lgirdwood@gmail.com>
10449 M:      Mark Brown <broonie@kernel.org>
10450 L:      linux-kernel@vger.kernel.org
10451 W:      http://opensource.wolfsonmicro.com/node/15
10452 W:      http://www.slimlogic.co.uk/?p=48
10453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator.git
10454 S:      Supported
10455 F:      drivers/regulator/
10456 F:      include/linux/regulator/
10457
10458 VT1211 HARDWARE MONITOR DRIVER
10459 M:      Juerg Haefliger <juergh@gmail.com>
10460 L:      lm-sensors@lm-sensors.org
10461 S:      Maintained
10462 F:      Documentation/hwmon/vt1211
10463 F:      drivers/hwmon/vt1211.c
10464
10465 VT8231 HARDWARE MONITOR DRIVER
10466 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
10467 L:      lm-sensors@lm-sensors.org
10468 S:      Maintained
10469 F:      drivers/hwmon/vt8231.c
10470
10471 VUB300 USB to SDIO/SD/MMC bridge chip
10472 M:      Tony Olech <tony.olech@elandigitalsystems.com>
10473 L:      linux-mmc@vger.kernel.org
10474 L:      linux-usb@vger.kernel.org
10475 S:      Supported
10476 F:      drivers/mmc/host/vub300.c
10477
10478 W1 DALLAS'S 1-WIRE BUS
10479 M:      Evgeniy Polyakov <zbr@ioremap.net>
10480 S:      Maintained
10481 F:      Documentation/w1/
10482 F:      drivers/w1/
10483
10484 W83791D HARDWARE MONITORING DRIVER
10485 M:      Marc Hulsman <m.hulsman@tudelft.nl>
10486 L:      lm-sensors@lm-sensors.org
10487 S:      Maintained
10488 F:      Documentation/hwmon/w83791d
10489 F:      drivers/hwmon/w83791d.c
10490
10491 W83793 HARDWARE MONITORING DRIVER
10492 M:      Rudolf Marek <r.marek@assembler.cz>
10493 L:      lm-sensors@lm-sensors.org
10494 S:      Maintained
10495 F:      Documentation/hwmon/w83793
10496 F:      drivers/hwmon/w83793.c
10497
10498 W83795 HARDWARE MONITORING DRIVER
10499 M:      Jean Delvare <jdelvare@suse.de>
10500 L:      lm-sensors@lm-sensors.org
10501 S:      Maintained
10502 F:      drivers/hwmon/w83795.c
10503
10504 W83L51xD SD/MMC CARD INTERFACE DRIVER
10505 M:      Pierre Ossman <pierre@ossman.eu>
10506 S:      Maintained
10507 F:      drivers/mmc/host/wbsd.*
10508
10509 WACOM PROTOCOL 4 SERIAL TABLETS
10510 M:      Julian Squires <julian@cipht.net>
10511 M:      Hans de Goede <hdegoede@redhat.com>
10512 L:      linux-input@vger.kernel.org
10513 S:      Maintained
10514 F:      drivers/input/tablet/wacom_serial4.c
10515
10516 WATCHDOG DEVICE DRIVERS
10517 M:      Wim Van Sebroeck <wim@iguana.be>
10518 L:      linux-watchdog@vger.kernel.org
10519 W:      http://www.linux-watchdog.org/
10520 T:      git git://www.linux-watchdog.org/linux-watchdog.git
10521 S:      Maintained
10522 F:      Documentation/watchdog/
10523 F:      drivers/watchdog/
10524 F:      include/linux/watchdog.h
10525 F:      include/uapi/linux/watchdog.h
10526
10527 WD7000 SCSI DRIVER
10528 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
10529 L:      linux-scsi@vger.kernel.org
10530 S:      Maintained
10531 F:      drivers/scsi/wd7000.c
10532
10533 WIIMOTE HID DRIVER
10534 M:      David Herrmann <dh.herrmann@googlemail.com>
10535 L:      linux-input@vger.kernel.org
10536 S:      Maintained
10537 F:      drivers/hid/hid-wiimote*
10538
10539 WINBOND CIR DRIVER
10540 M:      David Härdeman <david@hardeman.nu>
10541 S:      Maintained
10542 F:      drivers/media/rc/winbond-cir.c
10543
10544 WIMAX STACK
10545 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
10546 M:      linux-wimax@intel.com
10547 L:     wimax@linuxwimax.org (subscribers-only)
10548 S:      Supported
10549 W:      http://linuxwimax.org
10550 F:      Documentation/wimax/README.wimax
10551 F:      include/linux/wimax/debug.h
10552 F:      include/net/wimax.h
10553 F:      include/uapi/linux/wimax.h
10554 F:      net/wimax/
10555
10556 WISTRON LAPTOP BUTTON DRIVER
10557 M:      Miloslav Trmac <mitr@volny.cz>
10558 S:      Maintained
10559 F:      drivers/input/misc/wistron_btns.c
10560
10561 WL3501 WIRELESS PCMCIA CARD DRIVER
10562 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
10563 L:      linux-wireless@vger.kernel.org
10564 W:      http://oops.ghostprotocols.net:81/blog
10565 S:      Maintained
10566 F:      drivers/net/wireless/wl3501*
10567
10568 WM97XX TOUCHSCREEN DRIVERS
10569 M:      Mark Brown <broonie@kernel.org>
10570 M:      Liam Girdwood <lrg@slimlogic.co.uk>
10571 L:      linux-input@vger.kernel.org
10572 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
10573 W:      http://opensource.wolfsonmicro.com/node/7
10574 S:      Supported
10575 F:      drivers/input/touchscreen/*wm97*
10576 F:      include/linux/wm97xx.h
10577
10578 WOLFSON MICROELECTRONICS DRIVERS
10579 L:      patches@opensource.wolfsonmicro.com
10580 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
10581 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
10582 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
10583 S:      Supported
10584 F:      Documentation/hwmon/wm83??
10585 F:      arch/arm/mach-s3c64xx/mach-crag6410*
10586 F:      drivers/clk/clk-wm83*.c
10587 F:      drivers/extcon/extcon-arizona.c
10588 F:      drivers/leds/leds-wm83*.c
10589 F:      drivers/gpio/gpio-*wm*.c
10590 F:      drivers/gpio/gpio-arizona.c
10591 F:      drivers/hwmon/wm83??-hwmon.c
10592 F:      drivers/input/misc/wm831x-on.c
10593 F:      drivers/input/touchscreen/wm831x-ts.c
10594 F:      drivers/input/touchscreen/wm97*.c
10595 F:      drivers/mfd/arizona*
10596 F:      drivers/mfd/wm*.c
10597 F:      drivers/power/wm83*.c
10598 F:      drivers/rtc/rtc-wm83*.c
10599 F:      drivers/regulator/wm8*.c
10600 F:      drivers/video/backlight/wm83*_bl.c
10601 F:      drivers/watchdog/wm83*_wdt.c
10602 F:      include/linux/mfd/arizona/
10603 F:      include/linux/mfd/wm831x/
10604 F:      include/linux/mfd/wm8350/
10605 F:      include/linux/mfd/wm8400*
10606 F:      include/linux/wm97xx.h
10607 F:      include/sound/wm????.h
10608 F:      sound/soc/codecs/arizona.?
10609 F:      sound/soc/codecs/wm*
10610
10611 WORKQUEUE
10612 M:      Tejun Heo <tj@kernel.org>
10613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
10614 S:      Maintained
10615 F:      include/linux/workqueue.h
10616 F:      kernel/workqueue.c
10617 F:      Documentation/workqueue.txt
10618
10619 X.25 NETWORK LAYER
10620 M:      Andrew Hendry <andrew.hendry@gmail.com>
10621 L:      linux-x25@vger.kernel.org
10622 S:      Odd Fixes
10623 F:      Documentation/networking/x25*
10624 F:      include/net/x25*
10625 F:      net/x25/
10626
10627 X86 ARCHITECTURE (32-BIT AND 64-BIT)
10628 M:      Thomas Gleixner <tglx@linutronix.de>
10629 M:      Ingo Molnar <mingo@redhat.com>
10630 M:      "H. Peter Anvin" <hpa@zytor.com>
10631 M:      x86@kernel.org
10632 L:      linux-kernel@vger.kernel.org
10633 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
10634 S:      Maintained
10635 F:      Documentation/x86/
10636 F:      arch/x86/
10637
10638 X86 PLATFORM DRIVERS
10639 M:      Darren Hart <dvhart@infradead.org>
10640 L:      platform-driver-x86@vger.kernel.org
10641 T:      git git://git.infradead.org/users/dvhart/linux-platform-drivers-x86.git
10642 S:      Maintained
10643 F:      drivers/platform/x86/
10644
10645 X86 MCE INFRASTRUCTURE
10646 M:      Tony Luck <tony.luck@intel.com>
10647 M:      Borislav Petkov <bp@alien8.de>
10648 L:      linux-edac@vger.kernel.org
10649 S:      Maintained
10650 F:      arch/x86/kernel/cpu/mcheck/*
10651
10652 X86 VDSO
10653 M:      Andy Lutomirski <luto@amacapital.net>
10654 L:      linux-kernel@vger.kernel.org
10655 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/vdso
10656 S:      Maintained
10657 F:      arch/x86/vdso/
10658
10659 XC2028/3028 TUNER DRIVER
10660 M:      Mauro Carvalho Chehab <mchehab@osg.samsung.com>
10661 L:      linux-media@vger.kernel.org
10662 W:      http://linuxtv.org
10663 T:      git git://linuxtv.org/media_tree.git
10664 S:      Maintained
10665 F:      drivers/media/tuners/tuner-xc2028.*
10666
10667 XEN HYPERVISOR INTERFACE
10668 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10669 M:      Boris Ostrovsky <boris.ostrovsky@oracle.com>
10670 M:      David Vrabel <david.vrabel@citrix.com>
10671 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10672 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip.git
10673 S:      Supported
10674 F:      arch/x86/xen/
10675 F:      drivers/*/xen-*front.c
10676 F:      drivers/xen/
10677 F:      arch/x86/include/asm/xen/
10678 F:      include/xen/
10679 F:      include/uapi/xen/
10680
10681 XEN HYPERVISOR ARM
10682 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10683 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10684 S:      Supported
10685 F:      arch/arm/xen/
10686 F:      arch/arm/include/asm/xen/
10687
10688 XEN HYPERVISOR ARM64
10689 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
10690 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10691 S:      Supported
10692 F:      arch/arm64/xen/
10693 F:      arch/arm64/include/asm/xen/
10694
10695 XEN NETWORK BACKEND DRIVER
10696 M:      Ian Campbell <ian.campbell@citrix.com>
10697 M:      Wei Liu <wei.liu2@citrix.com>
10698 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10699 L:      netdev@vger.kernel.org
10700 S:      Supported
10701 F:      drivers/net/xen-netback/*
10702
10703 XEN PCI SUBSYSTEM
10704 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10705 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10706 S:      Supported
10707 F:      arch/x86/pci/*xen*
10708 F:      drivers/pci/*xen*
10709
10710 XEN BLOCK SUBSYSTEM
10711 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10712 M:      Roger Pau MonnĂ© <roger.pau@citrix.com>
10713 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10714 S:      Supported
10715 F:      drivers/block/xen-blkback/*
10716 F:      drivers/block/xen*
10717
10718 XEN PVSCSI DRIVERS
10719 M:      Juergen Gross <jgross@suse.com>
10720 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10721 L:      linux-scsi@vger.kernel.org
10722 S:      Supported
10723 F:      drivers/scsi/xen-scsifront.c
10724 F:      drivers/xen/xen-scsiback.c
10725 F:      include/xen/interface/io/vscsiif.h
10726
10727 XEN SWIOTLB SUBSYSTEM
10728 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
10729 L:      xen-devel@lists.xenproject.org (moderated for non-subscribers)
10730 S:      Supported
10731 F:      arch/x86/xen/*swiotlb*
10732 F:      drivers/xen/*swiotlb*
10733
10734 XFS FILESYSTEM
10735 P:      Silicon Graphics Inc
10736 M:      Dave Chinner <david@fromorbit.com>
10737 M:      xfs@oss.sgi.com
10738 L:      xfs@oss.sgi.com
10739 W:      http://oss.sgi.com/projects/xfs
10740 T:      git git://oss.sgi.com/xfs/xfs.git
10741 S:      Supported
10742 F:      Documentation/filesystems/xfs.txt
10743 F:      fs/xfs/
10744
10745 XILINX AXI ETHERNET DRIVER
10746 M:      Anirudha Sarangi <anirudh@xilinx.com>
10747 M:      John Linn <John.Linn@xilinx.com>
10748 S:      Maintained
10749 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
10750
10751 XILINX UARTLITE SERIAL DRIVER
10752 M:      Peter Korsgaard <jacmet@sunsite.dk>
10753 L:      linux-serial@vger.kernel.org
10754 S:      Maintained
10755 F:      drivers/tty/serial/uartlite.c
10756
10757 XILLYBUS DRIVER
10758 M:      Eli Billauer <eli.billauer@gmail.com>
10759 L:      linux-kernel@vger.kernel.org
10760 S:      Supported
10761 F:      drivers/char/xillybus/
10762
10763 XTENSA XTFPGA PLATFORM SUPPORT
10764 M:      Max Filippov <jcmvbkbc@gmail.com>
10765 L:      linux-xtensa@linux-xtensa.org
10766 S:      Maintained
10767 F:      drivers/spi/spi-xtensa-xtfpga.c
10768 F:      sound/soc/xtensa/xtfpga-i2s.c
10769
10770 YAM DRIVER FOR AX.25
10771 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
10772 L:      linux-hams@vger.kernel.org
10773 S:      Maintained
10774 F:      drivers/net/hamradio/yam*
10775 F:      include/linux/yam.h
10776
10777 YEALINK PHONE DRIVER
10778 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
10779 L:      usbb2k-api-dev@nongnu.org
10780 S:      Maintained
10781 F:      Documentation/input/yealink.txt
10782 F:      drivers/input/misc/yealink.*
10783
10784 Z8530 DRIVER FOR AX.25
10785 M:      Joerg Reuter <jreuter@yaina.de>
10786 W:      http://yaina.de/jreuter/
10787 W:      http://www.qsl.net/dl1bke/
10788 L:      linux-hams@vger.kernel.org
10789 S:      Maintained
10790 F:      Documentation/networking/z8530drv.txt
10791 F:      drivers/net/hamradio/*scc.c
10792 F:      drivers/net/hamradio/z8530.h
10793
10794 ZBUD COMPRESSED PAGE ALLOCATOR
10795 M:      Seth Jennings <sjennings@variantweb.net>
10796 L:      linux-mm@kvack.org
10797 S:      Maintained
10798 F:      mm/zbud.c
10799 F:      include/linux/zbud.h
10800
10801 ZD1211RW WIRELESS DRIVER
10802 M:      Daniel Drake <dsd@gentoo.org>
10803 M:      Ulrich Kunitz <kune@deine-taler.de>
10804 W:      http://zd1211.ath.cx/wiki/DriverRewrite
10805 L:      linux-wireless@vger.kernel.org
10806 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
10807 S:      Maintained
10808 F:      drivers/net/wireless/zd1211rw/
10809
10810 ZR36067 VIDEO FOR LINUX DRIVER
10811 L:      mjpeg-users@lists.sourceforge.net
10812 L:      linux-media@vger.kernel.org
10813 W:      http://mjpeg.sourceforge.net/driver-zoran/
10814 T:      hg http://linuxtv.org/hg/v4l-dvb
10815 S:      Odd Fixes
10816 F:      drivers/media/pci/zoran/
10817
10818 ZRAM COMPRESSED RAM BLOCK DEVICE DRVIER
10819 M:      Minchan Kim <minchan@kernel.org>
10820 M:      Nitin Gupta <ngupta@vflare.org>
10821 L:      linux-kernel@vger.kernel.org
10822 S:      Maintained
10823 F:      drivers/block/zram/
10824 F:      Documentation/blockdev/zram.txt
10825
10826 ZS DECSTATION Z85C30 SERIAL DRIVER
10827 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
10828 S:      Maintained
10829 F:      drivers/tty/serial/zs.*
10830
10831 ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR
10832 M:      Minchan Kim <minchan@kernel.org>
10833 M:      Nitin Gupta <ngupta@vflare.org>
10834 L:      linux-mm@kvack.org
10835 S:      Maintained
10836 F:      mm/zsmalloc.c
10837 F:      include/linux/zsmalloc.h
10838
10839 ZSWAP COMPRESSED SWAP CACHING
10840 M:      Seth Jennings <sjennings@variantweb.net>
10841 L:      linux-mm@kvack.org
10842 S:      Maintained
10843 F:      mm/zswap.c
10844
10845 THE REST
10846 M:      Linus Torvalds <torvalds@linux-foundation.org>
10847 L:      linux-kernel@vger.kernel.org
10848 Q:      http://patchwork.kernel.org/project/LKML/list/
10849 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
10850 S:      Buried alive in reporters
10851 F:      *
10852 F:      */