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