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