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