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