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