Merge tag 'tags/sunxi-support-for-3.8' of git://github.com/mripard/linux into next/soc
[linux-2.6.git] / MAINTAINERS
blob12bd27e452e532d97aceea8a2eb53941235557cd
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         X: Files and directories that are NOT maintained, same rules as F:
94            Files exclusions are tested before file matches.
95            Can be useful for excluding a specific subdirectory, for instance:
96            F:   net/
97            X:   net/ipv6/
98            matches all files in and below net excluding net/ipv6/
99         K: Keyword perl extended regex pattern to match content in a
100            patch or file.  For instance:
101            K: of_get_profile
102               matches patches or files that contain "of_get_profile"
103            K: \b(printk|pr_(info|err))\b
104               matches patches or files that contain one or more of the words
105               printk, pr_info or pr_err
106            One regex pattern per line.  Multiple K: lines acceptable.
108 Note: For the hard of thinking, this list is meant to remain in alphabetical
109 order. If you could add yourselves to it in alphabetical order that would be
110 so much easier [Ed]
112 Maintainers List (try to look for most precise areas first)
114                 -----------------------------------
116 3C505 NETWORK DRIVER
117 M:      Philip Blundell <philb@gnu.org>
118 L:      netdev@vger.kernel.org
119 S:      Maintained
120 F:      drivers/net/ethernet/i825xx/3c505*
122 3C59X NETWORK DRIVER
123 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
124 L:      netdev@vger.kernel.org
125 S:      Maintained
126 F:      Documentation/networking/vortex.txt
127 F:      drivers/net/ethernet/3com/3c59x.c
129 3CR990 NETWORK DRIVER
130 M:      David Dillow <dave@thedillows.org>
131 L:      netdev@vger.kernel.org
132 S:      Maintained
133 F:      drivers/net/ethernet/3com/typhoon*
135 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
136 M:      Adam Radford <linuxraid@lsi.com>
137 L:      linux-scsi@vger.kernel.org
138 W:      http://www.lsi.com
139 S:      Supported
140 F:      drivers/scsi/3w-*
142 53C700 AND 53C700-66 SCSI DRIVER
143 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
144 L:      linux-scsi@vger.kernel.org
145 S:      Maintained
146 F:      drivers/scsi/53c700*
148 6PACK NETWORK DRIVER FOR AX.25
149 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
150 L:      linux-hams@vger.kernel.org
151 S:      Maintained
152 F:      drivers/net/hamradio/6pack.c
154 8169 10/100/1000 GIGABIT ETHERNET DRIVER
155 M:      Realtek linux nic maintainers <nic_swsd@realtek.com>
156 M:      Francois Romieu <romieu@fr.zoreil.com>
157 L:      netdev@vger.kernel.org
158 S:      Maintained
159 F:      drivers/net/ethernet/realtek/r8169.c
161 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
162 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
163 L:      linux-serial@vger.kernel.org
164 W:      http://serial.sourceforge.net
165 S:      Maintained
166 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
167 F:      drivers/tty/serial/8250*
168 F:      include/linux/serial_8250.h
170 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
171 L:      netdev@vger.kernel.org
172 S:      Orphan / Obsolete
173 F:      drivers/net/ethernet/8390/
175 9P FILE SYSTEM
176 M:      Eric Van Hensbergen <ericvh@gmail.com>
177 M:      Ron Minnich <rminnich@sandia.gov>
178 M:      Latchesar Ionkov <lucho@ionkov.net>
179 L:      v9fs-developer@lists.sourceforge.net
180 W:      http://swik.net/v9fs
181 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
182 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
183 S:      Maintained
184 F:      Documentation/filesystems/9p.txt
185 F:      fs/9p/
187 A8293 MEDIA DRIVER
188 M:      Antti Palosaari <crope@iki.fi>
189 L:      linux-media@vger.kernel.org
190 W:      http://linuxtv.org/
191 W:      http://palosaari.fi/linux/
192 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
193 T:      git git://linuxtv.org/anttip/media_tree.git
194 S:      Maintained
195 F:      drivers/media/dvb-frontends/a8293*
197 AACRAID SCSI RAID DRIVER
198 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
199 L:      linux-scsi@vger.kernel.org
200 W:      http://www.adaptec.com/
201 S:      Supported
202 F:      Documentation/scsi/aacraid.txt
203 F:      drivers/scsi/aacraid/
205 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
206 M:      Hans de Goede <hdegoede@redhat.com>
207 L:      lm-sensors@lm-sensors.org
208 S:      Maintained
209 F:      drivers/hwmon/abituguru.c
211 ABIT UGURU 3 HARDWARE MONITOR DRIVER
212 M:      Alistair John Strachan <alistair@devzero.co.uk>
213 L:      lm-sensors@lm-sensors.org
214 S:      Maintained
215 F:      drivers/hwmon/abituguru3.c
217 ACENIC DRIVER
218 M:      Jes Sorensen <jes@trained-monkey.org>
219 L:      linux-acenic@sunsite.dk
220 S:      Maintained
221 F:      drivers/net/ethernet/alteon/acenic*
223 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
224 M:      Peter Feuerer <peter@piie.net>
225 L:      platform-driver-x86@vger.kernel.org
226 W:      http://piie.net/?section=acerhdf
227 S:      Maintained
228 F:      drivers/platform/x86/acerhdf.c
230 ACER WMI LAPTOP EXTRAS
231 M:      Joey Lee <jlee@novell.com>
232 L:      platform-driver-x86@vger.kernel.org
233 S:      Maintained
234 F:      drivers/platform/x86/acer-wmi.c
236 ACPI
237 M:      Len Brown <lenb@kernel.org>
238 M:      Rafael J. Wysocki <rjw@sisk.pl>
239 L:      linux-acpi@vger.kernel.org
240 W:      http://www.lesswatts.org/projects/acpi/
241 Q:      http://patchwork.kernel.org/project/linux-acpi/list/
242 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux
243 S:      Supported
244 F:      drivers/acpi/
245 F:      drivers/pnp/pnpacpi/
246 F:      include/linux/acpi.h
247 F:      include/acpi/
249 ACPI FAN DRIVER
250 M:      Zhang Rui <rui.zhang@intel.com>
251 L:      linux-acpi@vger.kernel.org
252 W:      http://www.lesswatts.org/projects/acpi/
253 S:      Supported
254 F:      drivers/acpi/fan.c
256 ACPI THERMAL DRIVER
257 M:      Zhang Rui <rui.zhang@intel.com>
258 L:      linux-acpi@vger.kernel.org
259 W:      http://www.lesswatts.org/projects/acpi/
260 S:      Supported
261 F:      drivers/acpi/*thermal*
263 ACPI VIDEO DRIVER
264 M:      Zhang Rui <rui.zhang@intel.com>
265 L:      linux-acpi@vger.kernel.org
266 W:      http://www.lesswatts.org/projects/acpi/
267 S:      Supported
268 F:      drivers/acpi/video.c
270 ACPI WMI DRIVER
271 L:      platform-driver-x86@vger.kernel.org
272 S:      Orphan
273 F:      drivers/platform/x86/wmi.c
275 AD1889 ALSA SOUND DRIVER
276 M:      Thibaut Varene <T-Bone@parisc-linux.org>
277 W:      http://wiki.parisc-linux.org/AD1889
278 L:      linux-parisc@vger.kernel.org
279 S:      Maintained
280 F:      sound/pci/ad1889.*
282 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
283 M:      Michael Hennerich <michael.hennerich@analog.com>
284 L:      device-drivers-devel@blackfin.uclinux.org
285 W:      http://wiki.analog.com/AD5254
286 S:      Supported
287 F:      drivers/misc/ad525x_dpot.c
289 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
290 M:      Michael Hennerich <michael.hennerich@analog.com>
291 L:      device-drivers-devel@blackfin.uclinux.org
292 W:      http://wiki.analog.com/AD5398
293 S:      Supported
294 F:      drivers/regulator/ad5398.c
296 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
297 M:      Michael Hennerich <michael.hennerich@analog.com>
298 L:      device-drivers-devel@blackfin.uclinux.org
299 W:      http://wiki.analog.com/AD7142
300 S:      Supported
301 F:      drivers/input/misc/ad714x.c
303 AD7877 TOUCHSCREEN DRIVER
304 M:      Michael Hennerich <michael.hennerich@analog.com>
305 L:      device-drivers-devel@blackfin.uclinux.org
306 W:      http://wiki.analog.com/AD7877
307 S:      Supported
308 F:      drivers/input/touchscreen/ad7877.c
310 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
311 M:      Michael Hennerich <michael.hennerich@analog.com>
312 L:      device-drivers-devel@blackfin.uclinux.org
313 W:      http://wiki.analog.com/AD7879
314 S:      Supported
315 F:      drivers/input/touchscreen/ad7879.c
317 ADDRESS SPACE LAYOUT RANDOMIZATION (ASLR)
318 M:      Jiri Kosina <jkosina@suse.cz>
319 S:      Maintained
321 ADM1025 HARDWARE MONITOR DRIVER
322 M:      Jean Delvare <khali@linux-fr.org>
323 L:      lm-sensors@lm-sensors.org
324 S:      Maintained
325 F:      Documentation/hwmon/adm1025
326 F:      drivers/hwmon/adm1025.c
328 ADM1029 HARDWARE MONITOR DRIVER
329 M:      Corentin Labbe <corentin.labbe@geomatys.fr>
330 L:      lm-sensors@lm-sensors.org
331 S:      Maintained
332 F:      drivers/hwmon/adm1029.c
334 ADM8211 WIRELESS DRIVER
335 L:      linux-wireless@vger.kernel.org
336 W:      http://wireless.kernel.org/
337 S:      Orphan
338 F:      drivers/net/wireless/adm8211.*
340 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
341 M:      Michael Hennerich <michael.hennerich@analog.com>
342 L:      device-drivers-devel@blackfin.uclinux.org
343 W:      http://wiki.analog.com/ADP5520
344 S:      Supported
345 F:      drivers/mfd/adp5520.c
346 F:      drivers/video/backlight/adp5520_bl.c
347 F:      drivers/leds/leds-adp5520.c
348 F:      drivers/gpio/gpio-adp5520.c
349 F:      drivers/input/keyboard/adp5520-keys.c
351 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
352 M:      Michael Hennerich <michael.hennerich@analog.com>
353 L:      device-drivers-devel@blackfin.uclinux.org
354 W:      http://wiki.analog.com/ADP5588
355 S:      Supported
356 F:      drivers/input/keyboard/adp5588-keys.c
357 F:      drivers/gpio/gpio-adp5588.c
359 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
360 M:      Michael Hennerich <michael.hennerich@analog.com>
361 L:      device-drivers-devel@blackfin.uclinux.org
362 W:      http://wiki.analog.com/ADP8860
363 S:      Supported
364 F:      drivers/video/backlight/adp8860_bl.c
366 ADS1015 HARDWARE MONITOR DRIVER
367 M:      Dirk Eibach <eibach@gdsys.de>
368 L:      lm-sensors@lm-sensors.org
369 S:      Maintained
370 F:      Documentation/hwmon/ads1015
371 F:      drivers/hwmon/ads1015.c
372 F:      include/linux/i2c/ads1015.h
374 ADT746X FAN DRIVER
375 M:      Colin Leroy <colin@colino.net>
376 S:      Maintained
377 F:      drivers/macintosh/therm_adt746x.c
379 ADT7475 HARDWARE MONITOR DRIVER
380 M:      Jean Delvare <khali@linux-fr.org>
381 L:      lm-sensors@lm-sensors.org
382 S:      Maintained
383 F:      Documentation/hwmon/adt7475
384 F:      drivers/hwmon/adt7475.c
386 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
387 M:      Michael Hennerich <michael.hennerich@analog.com>
388 L:      device-drivers-devel@blackfin.uclinux.org
389 W:      http://wiki.analog.com/ADXL345
390 S:      Supported
391 F:      drivers/input/misc/adxl34x.c
393 ADVANSYS SCSI DRIVER
394 M:      Matthew Wilcox <matthew@wil.cx>
395 L:      linux-scsi@vger.kernel.org
396 S:      Maintained
397 F:      Documentation/scsi/advansys.txt
398 F:      drivers/scsi/advansys.c
400 AEDSP16 DRIVER
401 M:      Riccardo Facchetti <fizban@tin.it>
402 S:      Maintained
403 F:      sound/oss/aedsp16.c
405 AF9013 MEDIA DRIVER
406 M:      Antti Palosaari <crope@iki.fi>
407 L:      linux-media@vger.kernel.org
408 W:      http://linuxtv.org/
409 W:      http://palosaari.fi/linux/
410 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
411 T:      git git://linuxtv.org/anttip/media_tree.git
412 S:      Maintained
413 F:      drivers/media/dvb-frontends/af9013*
415 AF9033 MEDIA DRIVER
416 M:      Antti Palosaari <crope@iki.fi>
417 L:      linux-media@vger.kernel.org
418 W:      http://linuxtv.org/
419 W:      http://palosaari.fi/linux/
420 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
421 T:      git git://linuxtv.org/anttip/media_tree.git
422 S:      Maintained
423 F:      drivers/media/dvb-frontends/af9033*
425 AFFS FILE SYSTEM
426 L:      linux-fsdevel@vger.kernel.org
427 S:      Orphan
428 F:      Documentation/filesystems/affs.txt
429 F:      fs/affs/
431 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
432 M:      David Howells <dhowells@redhat.com>
433 L:      linux-afs@lists.infradead.org
434 S:      Supported
435 F:      fs/afs/
436 F:      include/net/af_rxrpc.h
437 F:      net/rxrpc/af_rxrpc.c
439 AGPGART DRIVER
440 M:      David Airlie <airlied@linux.ie>
441 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
442 S:      Maintained
443 F:      drivers/char/agp/
444 F:      include/linux/agp*
446 AHA152X SCSI DRIVER
447 M:      "Juergen E. Fischer" <fischer@norbit.de>
448 L:      linux-scsi@vger.kernel.org
449 S:      Maintained
450 F:      drivers/scsi/aha152x*
451 F:      drivers/scsi/pcmcia/aha152x*
453 AIC7XXX / AIC79XX SCSI DRIVER
454 M:      Hannes Reinecke <hare@suse.de>
455 L:      linux-scsi@vger.kernel.org
456 S:      Maintained
457 F:      drivers/scsi/aic7xxx/
458 F:      drivers/scsi/aic7xxx_old/
461 M:      Benjamin LaHaise <bcrl@kvack.org>
462 L:      linux-aio@kvack.org
463 S:      Supported
464 F:      fs/aio.c
465 F:      include/linux/*aio*.h
467 ALCATEL SPEEDTOUCH USB DRIVER
468 M:      Duncan Sands <duncan.sands@free.fr>
469 L:      linux-usb@vger.kernel.org
470 W:      http://www.linux-usb.org/SpeedTouch/
471 S:      Maintained
472 F:      drivers/usb/atm/speedtch.c
473 F:      drivers/usb/atm/usbatm.c
475 ALCHEMY AU1XX0 MMC DRIVER
476 M:      Manuel Lauss <manuel.lauss@gmail.com>
477 S:      Maintained
478 F:      drivers/mmc/host/au1xmmc.c
480 ALI1563 I2C DRIVER
481 M:      Rudolf Marek <r.marek@assembler.cz>
482 L:      linux-i2c@vger.kernel.org
483 S:      Maintained
484 F:      Documentation/i2c/busses/i2c-ali1563
485 F:      drivers/i2c/busses/i2c-ali1563.c
487 ALPHA PORT
488 M:      Richard Henderson <rth@twiddle.net>
489 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
490 M:      Matt Turner <mattst88@gmail.com>
491 S:      Odd Fixes
492 L:      linux-alpha@vger.kernel.org
493 F:      arch/alpha/
495 ALTERA UART/JTAG UART SERIAL DRIVERS
496 M:      Tobias Klauser <tklauser@distanz.ch>
497 L:      linux-serial@vger.kernel.org
498 L:      nios2-dev@sopc.et.ntust.edu.tw (moderated for non-subscribers)
499 S:      Maintained
500 F:      drivers/tty/serial/altera_uart.c
501 F:      drivers/tty/serial/altera_jtaguart.c
502 F:      include/linux/altera_uart.h
503 F:      include/linux/altera_jtaguart.h
505 AMD FAM15H PROCESSOR POWER MONITORING DRIVER
506 M:      Andreas Herrmann <herrmann.der.user@googlemail.com>
507 L:      lm-sensors@lm-sensors.org
508 S:      Maintained
509 F:      Documentation/hwmon/fam15h_power
510 F:      drivers/hwmon/fam15h_power.c
512 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
513 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
514 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
515 S:      Supported
516 F:      drivers/usb/gadget/amd5536udc.*
518 AMD GEODE PROCESSOR/CHIPSET SUPPORT
519 P:      Andres Salomon <dilinger@queued.net>
520 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
521 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
522 S:      Supported
523 F:      drivers/char/hw_random/geode-rng.c
524 F:      drivers/crypto/geode*
525 F:      drivers/video/geode/
526 F:      arch/x86/include/asm/geode.h
528 AMD IOMMU (AMD-VI)
529 M:      Joerg Roedel <joerg.roedel@amd.com>
530 L:      iommu@lists.linux-foundation.org
531 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu.git
532 S:      Supported
533 F:      drivers/iommu/amd_iommu*.[ch]
534 F:      include/linux/amd-iommu.h
536 AMD MICROCODE UPDATE SUPPORT
537 M:      Andreas Herrmann <andreas.herrmann3@amd.com>
538 L:      amd64-microcode@amd64.org
539 S:      Supported
540 F:      arch/x86/kernel/microcode_amd.c
542 AMS (Apple Motion Sensor) DRIVER
543 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
544 S:      Supported
545 F:      drivers/macintosh/ams/
547 AMSO1100 RNIC DRIVER
548 M:      Tom Tucker <tom@opengridcomputing.com>
549 M:      Steve Wise <swise@opengridcomputing.com>
550 L:      linux-rdma@vger.kernel.org
551 S:      Maintained
552 F:      drivers/infiniband/hw/amso1100/
554 ANALOG DEVICES INC ASOC CODEC DRIVERS
555 M:      Lars-Peter Clausen <lars@metafoo.de>
556 L:      device-drivers-devel@blackfin.uclinux.org
557 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
558 W:      http://wiki.analog.com/
559 S:      Supported
560 F:      sound/soc/codecs/adau*
561 F:      sound/soc/codecs/adav*
562 F:      sound/soc/codecs/ad1*
563 F:      sound/soc/codecs/ssm*
564 F:      sound/soc/codecs/sigmadsp.*
566 ANALOG DEVICES INC ASOC DRIVERS
567 L:      uclinux-dist-devel@blackfin.uclinux.org
568 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
569 W:      http://blackfin.uclinux.org/
570 S:      Supported
571 F:      sound/soc/blackfin/*
573 AOA (Apple Onboard Audio) ALSA DRIVER
574 M:      Johannes Berg <johannes@sipsolutions.net>
575 L:      linuxppc-dev@lists.ozlabs.org
576 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
577 S:      Maintained
578 F:      sound/aoa/
580 APM DRIVER
581 M:      Jiri Kosina <jkosina@suse.cz>
582 S:      Odd fixes
583 F:      arch/x86/kernel/apm_32.c
584 F:      include/linux/apm_bios.h
585 F:      drivers/char/apm-emulation.c
587 APPLE BCM5974 MULTITOUCH DRIVER
588 M:      Henrik Rydberg <rydberg@euromail.se>
589 L:      linux-input@vger.kernel.org
590 S:      Maintained
591 F:      drivers/input/mouse/bcm5974.c
593 APPLE SMC DRIVER
594 M:      Henrik Rydberg <rydberg@euromail.se>
595 L:      lm-sensors@lm-sensors.org
596 S:      Maintained
597 F:      drivers/hwmon/applesmc.c
599 APPLETALK NETWORK LAYER
600 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
601 S:      Maintained
602 F:      drivers/net/appletalk/
603 F:      net/appletalk/
605 ARASAN COMPACT FLASH PATA CONTROLLER
606 M:      Viresh Kumar <viresh.linux@gmail.com>
607 L:      linux-ide@vger.kernel.org
608 S:      Maintained
609 F:      include/linux/pata_arasan_cf_data.h
610 F:      drivers/ata/pata_arasan_cf.c
612 ARC FRAMEBUFFER DRIVER
613 M:      Jaya Kumar <jayalk@intworks.biz>
614 S:      Maintained
615 F:      drivers/video/arcfb.c
616 F:      drivers/video/fb_defio.c
618 ARM MFM AND FLOPPY DRIVERS
619 M:      Ian Molton <spyro@f2s.com>
620 S:      Maintained
621 F:      arch/arm/lib/floppydma.S
622 F:      arch/arm/include/asm/floppy.h
624 ARM PMU PROFILING AND DEBUGGING
625 M:      Will Deacon <will.deacon@arm.com>
626 S:      Maintained
627 F:      arch/arm/kernel/perf_event*
628 F:      arch/arm/oprofile/common.c
629 F:      arch/arm/include/asm/pmu.h
630 F:      arch/arm/kernel/hw_breakpoint.c
631 F:      arch/arm/include/asm/hw_breakpoint.h
633 ARM PORT
634 M:      Russell King <linux@arm.linux.org.uk>
635 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
636 W:      http://www.arm.linux.org.uk/
637 S:      Maintained
638 F:      arch/arm/
640 ARM SUB-ARCHITECTURES
641 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
642 S:      MAINTAINED
643 F:      arch/arm/mach-*/
644 F:      arch/arm/plat-*/
645 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc.git
647 ARM PRIMECELL AACI PL041 DRIVER
648 M:      Russell King <linux@arm.linux.org.uk>
649 S:      Maintained
650 F:      sound/arm/aaci.*
652 ARM PRIMECELL CLCD PL110 DRIVER
653 M:      Russell King <linux@arm.linux.org.uk>
654 S:      Maintained
655 F:      drivers/video/amba-clcd.*
657 ARM PRIMECELL KMI PL050 DRIVER
658 M:      Russell King <linux@arm.linux.org.uk>
659 S:      Maintained
660 F:      drivers/input/serio/ambakmi.*
661 F:      include/linux/amba/kmi.h
663 ARM PRIMECELL MMCI PL180/1 DRIVER
664 S:      Orphan
665 F:      drivers/mmc/host/mmci.*
667 ARM PRIMECELL BUS SUPPORT
668 M:      Russell King <linux@arm.linux.org.uk>
669 S:      Maintained
670 F:      drivers/amba/
671 F:      include/linux/amba/bus.h
673 ARM/ADS SPHERE MACHINE SUPPORT
674 M:      Lennert Buytenhek <kernel@wantstofly.org>
675 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
676 S:      Maintained
678 ARM/AFEB9260 MACHINE SUPPORT
679 M:      Sergey Lapin <slapin@ossfans.org>
680 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
681 S:      Maintained
683 ARM/AJECO 1ARM MACHINE SUPPORT
684 M:      Lennert Buytenhek <kernel@wantstofly.org>
685 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
686 S:      Maintained
688 ARM/Allwinner A1X SoC support
689 M:      Maxime Ripard <maxime.ripard@free-electrons.com>
690 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
691 S:      Maintained
692 F:      arch/arm/mach-sunxi/
694 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
695 M:      Andrew Victor <linux@maxim.org.za>
696 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
697 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
698 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
699 W:      http://maxim.org.za/at91_26.html
700 W:      http://www.linux4sam.org
701 S:      Supported
702 F:      arch/arm/mach-at91/
704 ARM/CALXEDA HIGHBANK ARCHITECTURE
705 M:      Rob Herring <rob.herring@calxeda.com>
706 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
707 S:      Maintained
708 F:      arch/arm/mach-highbank/
710 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
711 M:      Anton Vorontsov <avorontsov@mvista.com>
712 S:      Maintained
713 F:      arch/arm/mach-cns3xxx/
714 T:      git git://git.infradead.org/users/cbou/linux-cns3xxx.git
716 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
717 M:      Hartley Sweeten <hsweeten@visionengravers.com>
718 M:      Ryan Mallon <rmallon@gmail.com>
719 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
720 S:      Maintained
721 F:      arch/arm/mach-ep93xx/
722 F:      arch/arm/mach-ep93xx/include/mach/
724 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
725 M:      Lennert Buytenhek <kernel@wantstofly.org>
726 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
727 S:      Maintained
729 ARM/CLKDEV SUPPORT
730 M:      Russell King <linux@arm.linux.org.uk>
731 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
732 S:      Maintained
733 F:      arch/arm/include/asm/clkdev.h
734 F:      drivers/clk/clkdev.c
736 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
737 M:      Mike Rapoport <mike@compulab.co.il>
738 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
739 S:      Maintained
741 ARM/CONTEC MICRO9 MACHINE SUPPORT
742 M:      Hubert Feurstein <hubert.feurstein@contec.at>
743 S:      Maintained
744 F:      arch/arm/mach-ep93xx/micro9.c
746 ARM/CORGI MACHINE SUPPORT
747 M:      Richard Purdie <rpurdie@rpsys.net>
748 S:      Maintained
750 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
751 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
752 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
753 T:      git git://git.berlios.de/gemini-board
754 S:      Maintained
755 F:      arch/arm/mach-gemini/
757 ARM/CSR SIRFPRIMA2 MACHINE SUPPORT
758 M:      Barry Song <baohua.song@csr.com>
759 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
760 S:      Maintained
761 F:      arch/arm/mach-prima2/
762 F:      drivers/dma/sirf-dma.c
763 F:      drivers/i2c/busses/i2c-sirf.c
764 F:      drivers/pinctrl/pinctrl-sirf.c
765 F:      drivers/spi/spi-sirf.c
767 ARM/EBSA110 MACHINE SUPPORT
768 M:      Russell King <linux@arm.linux.org.uk>
769 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
770 W:      http://www.arm.linux.org.uk/
771 S:      Maintained
772 F:      arch/arm/mach-ebsa110/
773 F:      drivers/net/ethernet/amd/am79c961a.*
775 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
776 M:      Daniel Ribeiro <drwyrm@gmail.com>
777 M:      Stefan Schmidt <stefan@openezx.org>
778 M:      Harald Welte <laforge@openezx.org>
779 L:      openezx-devel@lists.openezx.org (moderated for non-subscribers)
780 W:      http://www.openezx.org/
781 S:      Maintained
782 T:      topgit git://git.openezx.org/openezx.git
783 F:      arch/arm/mach-pxa/ezx.c
785 ARM/FARADAY FA526 PORT
786 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
787 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
788 S:      Maintained
789 T:      git git://git.berlios.de/gemini-board
790 F:      arch/arm/mm/*-fa*
792 ARM/FOOTBRIDGE ARCHITECTURE
793 M:      Russell King <linux@arm.linux.org.uk>
794 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
795 W:      http://www.arm.linux.org.uk/
796 S:      Maintained
797 F:      arch/arm/include/asm/hardware/dec21285.h
798 F:      arch/arm/mach-footbridge/
800 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
801 M:      Sascha Hauer <kernel@pengutronix.de>
802 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
803 S:      Maintained
804 T:      git git://git.pengutronix.de/git/imx/linux-2.6.git
805 F:      arch/arm/mach-imx/
806 F:      arch/arm/configs/imx*_defconfig
808 ARM/FREESCALE IMX6
809 M:      Shawn Guo <shawn.guo@linaro.org>
810 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
811 S:      Maintained
812 T:      git git://git.linaro.org/people/shawnguo/linux-2.6.git
813 F:      arch/arm/mach-imx/*imx6*
815 ARM/FREESCALE MXS ARM ARCHITECTURE
816 M:      Shawn Guo <shawn.guo@linaro.org>
817 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
818 S:      Maintained
819 T:      git git://git.linaro.org/people/shawnguo/linux-2.6.git
820 F:      arch/arm/mach-mxs/
822 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
823 M:      Lennert Buytenhek <kernel@wantstofly.org>
824 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
825 S:      Maintained
827 ARM/GUMSTIX MACHINE SUPPORT
828 M:      Steve Sakoman <sakoman@gmail.com>
829 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
830 S:      Maintained
832 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
833 M:      Philipp Zabel <philipp.zabel@gmail.com>
834 M:      Paul Parsons <lost.distance@yahoo.com>
835 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
836 S:      Maintained
837 F:      arch/arm/mach-pxa/hx4700.c
838 F:      arch/arm/mach-pxa/include/mach/hx4700.h
839 F:      sound/soc/pxa/hx4700.c
841 ARM/HP JORNADA 7XX MACHINE SUPPORT
842 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
843 W:      www.jlime.com
844 S:      Maintained
845 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
846 F:      arch/arm/mach-sa1100/jornada720.c
847 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
849 ARM/INCOME PXA270 SUPPORT
850 M:      Marek Vasut <marek.vasut@gmail.com>
851 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
852 S:      Maintained
853 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
855 ARM/INTEL IOP32X ARM ARCHITECTURE
856 M:      Lennert Buytenhek <kernel@wantstofly.org>
857 M:      Dan Williams <djbw@fb.com>
858 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
859 S:      Maintained
861 ARM/INTEL IOP33X ARM ARCHITECTURE
862 M:      Dan Williams <djbw@fb.com>
863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
864 S:      Maintained
866 ARM/INTEL IOP13XX ARM ARCHITECTURE
867 M:      Lennert Buytenhek <kernel@wantstofly.org>
868 M:      Dan Williams <djbw@fb.com>
869 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
870 S:      Maintained
872 ARM/INTEL IQ81342EX MACHINE SUPPORT
873 M:      Lennert Buytenhek <kernel@wantstofly.org>
874 M:      Dan Williams <djbw@fb.com>
875 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
876 S:      Maintained
878 ARM/INTEL IXDP2850 MACHINE SUPPORT
879 M:      Lennert Buytenhek <kernel@wantstofly.org>
880 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
881 S:      Maintained
883 ARM/INTEL IXP4XX ARM ARCHITECTURE
884 M:      Imre Kaloz <kaloz@openwrt.org>
885 M:      Krzysztof Halasa <khc@pm.waw.pl>
886 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
887 S:      Maintained
888 F:      arch/arm/mach-ixp4xx/
890 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
891 M:      Jonathan Cameron <jic23@cam.ac.uk>
892 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
893 S:      Maintained
894 F:      arch/arm/mach-pxa/stargate2.c
895 F:      drivers/pcmcia/pxa2xx_stargate2.c
897 ARM/INTEL XSC3 (MANZANO) ARM CORE
898 M:      Lennert Buytenhek <kernel@wantstofly.org>
899 M:      Dan Williams <djbw@fb.com>
900 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
901 S:      Maintained
903 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
904 M:      Lennert Buytenhek <kernel@wantstofly.org>
905 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
906 S:      Maintained
908 ARM/LOGICPD PXA270 MACHINE SUPPORT
909 M:      Lennert Buytenhek <kernel@wantstofly.org>
910 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
911 S:      Maintained
913 ARM/MAGICIAN MACHINE SUPPORT
914 M:      Philipp Zabel <philipp.zabel@gmail.com>
915 S:      Maintained
917 ARM/Marvell Armada 370 and Armada XP SOC support
918 M:      Jason Cooper <jason@lakedaemon.net>
919 M:      Andrew Lunn <andrew@lunn.ch>
920 M:      Gregory Clement <gregory.clement@free-electrons.com>
921 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
922 S:      Maintained
923 F:      arch/arm/mach-mvebu/
925 ARM/Marvell Dove/Kirkwood/MV78xx0/Orion SOC support
926 M:      Jason Cooper <jason@lakedaemon.net>
927 M:      Andrew Lunn <andrew@lunn.ch>
928 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
929 S:      Maintained
930 F:      arch/arm/mach-dove/
931 F:      arch/arm/mach-kirkwood/
932 F:      arch/arm/mach-mv78xx0/
933 F:      arch/arm/mach-orion5x/
934 F:      arch/arm/plat-orion/
936 ARM/Orion SoC/Technologic Systems TS-78xx platform support
937 M:      Alexander Clouter <alex@digriz.org.uk>
938 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
939 W:      http://www.digriz.org.uk/ts78xx/kernel
940 S:      Maintained
941 F:      arch/arm/mach-orion5x/ts78xx-*
943 ARM/MICREL KS8695 ARCHITECTURE
944 M:      Greg Ungerer <gerg@uclinux.org>
945 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
946 F:      arch/arm/mach-ks8695
947 S:      Odd Fixes
949 ARM/MIOA701 MACHINE SUPPORT
950 M:      Robert Jarzmik <robert.jarzmik@free.fr>
951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
952 F:      arch/arm/mach-pxa/mioa701.c
953 S:      Maintained
955 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
956 M:      Michael Petchkovsky <mkpetch@internode.on.net>
957 S:      Maintained
959 ARM/NOMADIK ARCHITECTURE
960 M:      Alessandro Rubini <rubini@unipv.it>
961 M:      Linus Walleij <linus.walleij@linaro.org>
962 M:      STEricsson <STEricsson_nomadik_linux@list.st.com>
963 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
964 S:      Maintained
965 F:      arch/arm/mach-nomadik/
966 F:      arch/arm/plat-nomadik/
967 F:      drivers/i2c/busses/i2c-nomadik.c
968 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git
970 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
971 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
972 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
973 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
974 S:      Supported
976 ARM/QUALCOMM MSM MACHINE SUPPORT
977 M:      David Brown <davidb@codeaurora.org>
978 M:      Daniel Walker <dwalker@fifo99.com>
979 M:      Bryan Huntsman <bryanh@codeaurora.org>
980 L:      linux-arm-msm@vger.kernel.org
981 F:      arch/arm/mach-msm/
982 F:      drivers/video/msm/
983 F:      drivers/mmc/host/msm_sdcc.c
984 F:      drivers/mmc/host/msm_sdcc.h
985 F:      drivers/tty/serial/msm_serial.h
986 F:      drivers/tty/serial/msm_serial.c
987 F:      drivers/platform/msm/
988 F:      drivers/*/pm8???-*
989 F:      include/linux/mfd/pm8xxx/
990 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davidb/linux-msm.git
991 S:      Maintained
993 ARM/TOSA MACHINE SUPPORT
994 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
995 M:      Dirk Opfer <dirk@opfer-online.de>
996 S:      Maintained
998 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
999 M:      Marek Vasut <marek.vasut@gmail.com>
1000 L:      linux-arm-kernel@lists.infradead.org
1001 W:      http://hackndev.com
1002 S:      Maintained
1003 F:      arch/arm/mach-pxa/include/mach/palmtx.h
1004 F:      arch/arm/mach-pxa/palmtx.c
1005 F:      arch/arm/mach-pxa/include/mach/palmt5.h
1006 F:      arch/arm/mach-pxa/palmt5.c
1007 F:      arch/arm/mach-pxa/include/mach/palmld.h
1008 F:      arch/arm/mach-pxa/palmld.c
1009 F:      arch/arm/mach-pxa/include/mach/palmte2.h
1010 F:      arch/arm/mach-pxa/palmte2.c
1011 F:      arch/arm/mach-pxa/include/mach/palmtc.h
1012 F:      arch/arm/mach-pxa/palmtc.c
1014 ARM/PALM TREO SUPPORT
1015 M:      Tomas Cech <sleep_walker@suse.cz>
1016 L:      linux-arm-kernel@lists.infradead.org
1017 W:      http://hackndev.com
1018 S:      Maintained
1019 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
1020 F:      arch/arm/mach-pxa/palmtreo.c
1022 ARM/PALMZ72 SUPPORT
1023 M:      Sergey Lapin <slapin@ossfans.org>
1024 L:      linux-arm-kernel@lists.infradead.org
1025 W:      http://hackndev.com
1026 S:      Maintained
1027 F:      arch/arm/mach-pxa/include/mach/palmz72.h
1028 F:      arch/arm/mach-pxa/palmz72.c
1030 ARM/PLEB SUPPORT
1031 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
1032 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
1033 S:      Maintained
1035 ARM/PT DIGITAL BOARD PORT
1036 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
1037 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1038 W:      http://www.arm.linux.org.uk/
1039 S:      Maintained
1041 ARM/RADISYS ENP2611 MACHINE SUPPORT
1042 M:      Lennert Buytenhek <kernel@wantstofly.org>
1043 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1044 S:      Maintained
1046 ARM/RISCPC ARCHITECTURE
1047 M:      Russell King <linux@arm.linux.org.uk>
1048 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1049 W:      http://www.arm.linux.org.uk/
1050 S:      Maintained
1051 F:      arch/arm/common/time-acorn.c
1052 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
1053 F:      arch/arm/include/asm/hardware/ioc.h
1054 F:      arch/arm/include/asm/hardware/iomd.h
1055 F:      arch/arm/include/asm/hardware/memc.h
1056 F:      arch/arm/mach-rpc/
1057 F:      drivers/net/ethernet/8390/etherh.c
1058 F:      drivers/net/ethernet/i825xx/ether1*
1059 F:      drivers/net/ethernet/seeq/ether3*
1060 F:      drivers/scsi/arm/
1062 ARM/SHARK MACHINE SUPPORT
1063 M:      Alexander Schulz <alex@shark-linux.de>
1064 W:      http://www.shark-linux.de/shark.html
1065 S:      Maintained
1067 ARM/SAMSUNG ARM ARCHITECTURES
1068 M:      Ben Dooks <ben-linux@fluff.org>
1069 M:      Kukjin Kim <kgene.kim@samsung.com>
1070 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1071 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1072 W:      http://www.fluff.org/ben/linux/
1073 S:      Maintained
1074 F:      arch/arm/plat-samsung/
1075 F:      arch/arm/plat-s3c24xx/
1076 F:      arch/arm/plat-s5p/
1077 F:      arch/arm/mach-s3c24*/
1078 F:      arch/arm/mach-s3c64xx/
1079 F:      drivers/*/*s3c2410*
1080 F:      drivers/*/*/*s3c2410*
1081 F:      drivers/spi/spi-s3c*
1082 F:      sound/soc/samsung/*
1084 ARM/S5P EXYNOS ARM ARCHITECTURES
1085 M:      Kukjin Kim <kgene.kim@samsung.com>
1086 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1087 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1088 S:      Maintained
1089 F:      arch/arm/mach-s5p*/
1090 F:      arch/arm/mach-exynos*/
1092 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1093 M:      Kyungmin Park <kyungmin.park@samsung.com>
1094 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1095 S:      Maintained
1096 F:      arch/arm/mach-s5pv210/mach-aquila.c
1097 F:      arch/arm/mach-s5pv210/mach-goni.c
1098 F:      arch/arm/mach-exynos/mach-universal_c210.c
1099 F:      arch/arm/mach-exynos/mach-nuri.c
1101 ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1102 M:      Kyungmin Park <kyungmin.park@samsung.com>
1103 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
1104 L:      linux-arm-kernel@lists.infradead.org
1105 L:      linux-media@vger.kernel.org
1106 S:      Maintained
1107 F:      arch/arm/plat-s5p/dev-fimc*
1108 F:      arch/arm/plat-samsung/include/plat/*fimc*
1109 F:      drivers/media/platform/s5p-fimc/
1111 ARM/SAMSUNG S5P SERIES Multi Format Codec (MFC) SUPPORT
1112 M:      Kyungmin Park <kyungmin.park@samsung.com>
1113 M:      Kamil Debski <k.debski@samsung.com>
1114 M:      Jeongtae Park <jtp.park@samsung.com>
1115 L:      linux-arm-kernel@lists.infradead.org
1116 L:      linux-media@vger.kernel.org
1117 S:      Maintained
1118 F:      arch/arm/plat-s5p/dev-mfc.c
1119 F:      drivers/media/platform/s5p-mfc/
1121 ARM/SAMSUNG S5P SERIES TV SUBSYSTEM SUPPORT
1122 M:      Kyungmin Park <kyungmin.park@samsung.com>
1123 M:      Tomasz Stanislawski <t.stanislaws@samsung.com>
1124 L:      linux-arm-kernel@lists.infradead.org
1125 L:      linux-media@vger.kernel.org
1126 S:      Maintained
1127 F:      drivers/media/platform/s5p-tv/
1129 ARM/SHMOBILE ARM ARCHITECTURE
1130 M:      Paul Mundt <lethal@linux-sh.org>
1131 M:      Magnus Damm <magnus.damm@gmail.com>
1132 L:      linux-sh@vger.kernel.org
1133 W:      http://oss.renesas.com
1134 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1135 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
1136 S:      Supported
1137 F:      arch/arm/mach-shmobile/
1138 F:      drivers/sh/
1140 ARM/SOCFPGA ARCHITECTURE
1141 M:      Dinh Nguyen <dinguyen@altera.com>
1142 S:      Maintained
1143 F:      arch/arm/mach-socfpga/
1145 ARM/SOCFPGA CLOCK FRAMEWORK SUPPORT
1146 M:      Dinh Nguyen <dinguyen@altera.com>
1147 S:      Maintained
1148 F:      drivers/clk/socfpga/
1150 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1151 M:      Lennert Buytenhek <kernel@wantstofly.org>
1152 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1153 S:      Maintained
1155 ARM/TETON BGA MACHINE SUPPORT
1156 M:      "Mark F. Brown" <mark.brown314@gmail.com>
1157 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1158 S:      Maintained
1160 ARM/THECUS N2100 MACHINE SUPPORT
1161 M:      Lennert Buytenhek <kernel@wantstofly.org>
1162 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1163 S:      Maintained
1165 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1166 M:      Wan ZongShun <mcuos.com@gmail.com>
1167 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1168 W:      http://www.mcuos.com
1169 S:      Maintained
1170 F:      arch/arm/mach-w90x900/
1171 F:      drivers/input/keyboard/w90p910_keypad.c
1172 F:      drivers/input/touchscreen/w90p910_ts.c
1173 F:      drivers/watchdog/nuc900_wdt.c
1174 F:      drivers/net/ethernet/nuvoton/w90p910_ether.c
1175 F:      drivers/mtd/nand/nuc900_nand.c
1176 F:      drivers/rtc/rtc-nuc900.c
1177 F:      drivers/spi/spi-nuc900.c
1178 F:      drivers/usb/host/ehci-w90x900.c
1179 F:      drivers/video/nuc900fb.c
1181 ARM/U300 MACHINE SUPPORT
1182 M:      Linus Walleij <linus.walleij@linaro.org>
1183 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1184 S:      Supported
1185 F:      arch/arm/mach-u300/
1186 F:      drivers/i2c/busses/i2c-stu300.c
1187 F:      drivers/rtc/rtc-coh901331.c
1188 F:      drivers/watchdog/coh901327_wdt.c
1189 F:      drivers/dma/coh901318*
1190 F:      drivers/mfd/ab3100*
1191 F:      drivers/rtc/rtc-ab3100.c
1192 F:      drivers/rtc/rtc-coh901331.c
1193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1195 ARM/Ux500 ARM ARCHITECTURE
1196 M:      Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1197 M:      Linus Walleij <linus.walleij@linaro.org>
1198 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1199 S:      Maintained
1200 F:      arch/arm/mach-ux500/
1201 F:      drivers/clocksource/clksrc-dbx500-prcmu.c
1202 F:      drivers/dma/ste_dma40*
1203 F:      drivers/hwspinlock/u8500_hsem.c
1204 F:      drivers/mfd/abx500*
1205 F:      drivers/mfd/ab8500*
1206 F:      drivers/mfd/dbx500*
1207 F:      drivers/mfd/db8500*
1208 F:      drivers/pinctrl/pinctrl-nomadik*
1209 F:      drivers/rtc/rtc-ab8500.c
1210 F:      drivers/rtc/rtc-pl031.c
1211 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1213 ARM/VFP SUPPORT
1214 M:      Russell King <linux@arm.linux.org.uk>
1215 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1216 W:      http://www.arm.linux.org.uk/
1217 S:      Maintained
1218 F:      arch/arm/vfp/
1220 ARM/VOIPAC PXA270 SUPPORT
1221 M:      Marek Vasut <marek.vasut@gmail.com>
1222 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1223 S:      Maintained
1224 F:      arch/arm/mach-pxa/vpac270.c
1225 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1227 ARM/VT8500 ARM ARCHITECTURE
1228 M:      Tony Prisk <linux@prisktech.co.nz>
1229 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1230 S:      Maintained
1231 F:      arch/arm/mach-vt8500/
1232 F:      drivers/video/vt8500lcdfb.*
1233 F:      drivers/video/wm8505fb*
1234 F:      drivers/video/wmt_ge_rops.*
1235 F:      drivers/tty/serial/vt8500_serial.c
1236 F:      drivers/rtc/rtc-vt8500-c
1238 ARM/ZIPIT Z2 SUPPORT
1239 M:      Marek Vasut <marek.vasut@gmail.com>
1240 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1241 S:      Maintained
1242 F:      arch/arm/mach-pxa/z2.c
1243 F:      arch/arm/mach-pxa/include/mach/z2.h
1245 ARM64 PORT (AARCH64 ARCHITECTURE)
1246 M:      Catalin Marinas <catalin.marinas@arm.com>
1247 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1248 S:      Maintained
1249 F:      arch/arm64/
1251 ASC7621 HARDWARE MONITOR DRIVER
1252 M:      George Joseph <george.joseph@fairview5.com>
1253 L:      lm-sensors@lm-sensors.org
1254 S:      Maintained
1255 F:      Documentation/hwmon/asc7621
1256 F:      drivers/hwmon/asc7621.c
1258 ASUS NOTEBOOKS AND EEEPC ACPI/WMI EXTRAS DRIVERS
1259 M:      Corentin Chary <corentincj@iksaif.net>
1260 L:      acpi4asus-user@lists.sourceforge.net
1261 L:      platform-driver-x86@vger.kernel.org
1262 W:      http://acpi4asus.sf.net
1263 S:      Maintained
1264 F:      drivers/platform/x86/asus*.c
1265 F:      drivers/platform/x86/eeepc*.c
1267 ASUS ASB100 HARDWARE MONITOR DRIVER
1268 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
1269 L:      lm-sensors@lm-sensors.org
1270 S:      Maintained
1271 F:      drivers/hwmon/asb100.c
1273 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1274 M:      Dan Williams <djbw@fb.com>
1275 W:      http://sourceforge.net/projects/xscaleiop
1276 S:      Maintained
1277 F:      Documentation/crypto/async-tx-api.txt
1278 F:      crypto/async_tx/
1279 F:      drivers/dma/
1280 F:      include/linux/dmaengine.h
1281 F:      include/linux/async_tx.h
1283 AT24 EEPROM DRIVER
1284 M:      Wolfram Sang <w.sang@pengutronix.de>
1285 L:      linux-i2c@vger.kernel.org
1286 S:      Maintained
1287 F:      drivers/misc/eeprom/at24.c
1288 F:      include/linux/i2c/at24.h
1290 ATA OVER ETHERNET (AOE) DRIVER
1291 M:      "Ed L. Cashin" <ecashin@coraid.com>
1292 W:      http://support.coraid.com/support/linux
1293 S:      Supported
1294 F:      Documentation/aoe/
1295 F:      drivers/block/aoe/
1297 ATHEROS ATH GENERIC UTILITIES
1298 M:      "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1299 L:      linux-wireless@vger.kernel.org
1300 S:      Supported
1301 F:      drivers/net/wireless/ath/*
1303 ATHEROS ATH5K WIRELESS DRIVER
1304 M:      Jiri Slaby <jirislaby@gmail.com>
1305 M:      Nick Kossifidis <mickflemm@gmail.com>
1306 M:      "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1307 L:      linux-wireless@vger.kernel.org
1308 L:      ath5k-devel@lists.ath5k.org
1309 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1310 S:      Maintained
1311 F:      drivers/net/wireless/ath/ath5k/
1313 ATHEROS ATH6KL WIRELESS DRIVER
1314 M:      Kalle Valo <kvalo@qca.qualcomm.com>
1315 L:      linux-wireless@vger.kernel.org
1316 W:      http://wireless.kernel.org/en/users/Drivers/ath6kl
1317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath6kl.git
1318 S:      Supported
1319 F:      drivers/net/wireless/ath/ath6kl/
1321 ATHEROS ATH9K WIRELESS DRIVER
1322 M:      "Luis R. Rodriguez" <mcgrof@qca.qualcomm.com>
1323 M:      Jouni Malinen <jouni@qca.qualcomm.com>
1324 M:      Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
1325 M:      Senthil Balasubramanian <senthilb@qca.qualcomm.com>
1326 L:      linux-wireless@vger.kernel.org
1327 L:      ath9k-devel@lists.ath9k.org
1328 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
1329 S:      Supported
1330 F:      drivers/net/wireless/ath/ath9k/
1332 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1333 M:      Christian Lamparter <chunkeey@googlemail.com>
1334 L:      linux-wireless@vger.kernel.org
1335 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1336 S:      Maintained
1337 F:      drivers/net/wireless/ath/carl9170/
1339 ATK0110 HWMON DRIVER
1340 M:      Luca Tettamanti <kronos.it@gmail.com>
1341 L:      lm-sensors@lm-sensors.org
1342 S:      Maintained
1343 F:      drivers/hwmon/asus_atk0110.c
1345 ATI_REMOTE2 DRIVER
1346 M:      Ville Syrjala <syrjala@sci.fi>
1347 S:      Maintained
1348 F:      drivers/input/misc/ati_remote2.c
1350 ATLX ETHERNET DRIVERS
1351 M:      Jay Cliburn <jcliburn@gmail.com>
1352 M:      Chris Snook <chris.snook@gmail.com>
1353 L:      netdev@vger.kernel.org
1354 W:      http://sourceforge.net/projects/atl1
1355 W:      http://atl1.sourceforge.net
1356 S:      Maintained
1357 F:      drivers/net/ethernet/atheros/
1360 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1361 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1362 L:      netdev@vger.kernel.org
1363 W:      http://linux-atm.sourceforge.net
1364 S:      Maintained
1365 F:      drivers/atm/
1366 F:      include/linux/atm*
1368 ATMEL AT91 MCI DRIVER
1369 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1370 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1371 W:      http://www.atmel.com/products/AT91/
1372 W:      http://www.at91.com/
1373 S:      Maintained
1374 F:      drivers/mmc/host/at91_mci.c
1376 ATMEL AT91 / AT32 MCI DRIVER
1377 M:      Ludovic Desroches <ludovic.desroches@atmel.com>
1378 S:      Maintained
1379 F:      drivers/mmc/host/atmel-mci.c
1380 F:      drivers/mmc/host/atmel-mci-regs.h
1382 ATMEL AT91 / AT32 SERIAL DRIVER
1383 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1384 S:      Supported
1385 F:      drivers/tty/serial/atmel_serial.c
1387 ATMEL DMA DRIVER
1388 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1389 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1390 S:      Supported
1391 F:      drivers/dma/at_hdmac.c
1392 F:      drivers/dma/at_hdmac_regs.h
1393 F:      arch/arm/mach-at91/include/mach/at_hdmac.h
1395 ATMEL ISI DRIVER
1396 M:      Josh Wu <josh.wu@atmel.com>
1397 L:      linux-media@vger.kernel.org
1398 S:      Supported
1399 F:      drivers/media/platform/atmel-isi.c
1400 F:      include/media/atmel-isi.h
1402 ATMEL LCDFB DRIVER
1403 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1404 L:      linux-fbdev@vger.kernel.org
1405 S:      Maintained
1406 F:      drivers/video/atmel_lcdfb.c
1407 F:      include/video/atmel_lcdc.h
1409 ATMEL MACB ETHERNET DRIVER
1410 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1411 S:      Supported
1412 F:      drivers/net/ethernet/cadence/
1414 ATMEL SPI DRIVER
1415 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1416 S:      Supported
1417 F:      drivers/spi/spi-atmel.*
1419 ATMEL Timer Counter (TC) AND CLOCKSOURCE DRIVERS
1420 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1421 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1422 S:      Supported
1423 F:      drivers/misc/atmel_tclib.c
1424 F:      drivers/clocksource/tcb_clksrc.c
1426 ATMEL TSADCC DRIVER
1427 M:      Josh Wu <josh.wu@atmel.com>
1428 L:      linux-input@vger.kernel.org
1429 S:      Supported
1430 F:      drivers/input/touchscreen/atmel_tsadcc.c
1432 ATMEL USBA UDC DRIVER
1433 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1434 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1435 S:      Supported
1436 F:      drivers/usb/gadget/atmel_usba_udc.*
1438 ATMEL WIRELESS DRIVER
1439 M:      Simon Kelley <simon@thekelleys.org.uk>
1440 L:      linux-wireless@vger.kernel.org
1441 W:      http://www.thekelleys.org.uk/atmel
1442 W:      http://atmelwlandriver.sourceforge.net/
1443 S:      Maintained
1444 F:      drivers/net/wireless/atmel*
1446 AUDIT SUBSYSTEM
1447 M:      Al Viro <viro@zeniv.linux.org.uk>
1448 M:      Eric Paris <eparis@redhat.com>
1449 L:      linux-audit@redhat.com (subscribers-only)
1450 W:      http://people.redhat.com/sgrubb/audit/
1451 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1452 S:      Maintained
1453 F:      include/linux/audit.h
1454 F:      kernel/audit*
1456 AUXILIARY DISPLAY DRIVERS
1457 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1458 W:      http://miguelojeda.es/auxdisplay.htm
1459 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1460 S:      Maintained
1461 F:      drivers/auxdisplay/
1462 F:      include/linux/cfag12864b.h
1464 AVR32 ARCHITECTURE
1465 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1466 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1467 W:      http://www.atmel.com/products/AVR32/
1468 W:      http://avr32linux.org/
1469 W:      http://avrfreaks.net/
1470 S:      Maintained
1471 F:      arch/avr32/
1473 AVR32/AT32AP MACHINE SUPPORT
1474 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
1475 M:      Hans-Christian Egtvedt <egtvedt@samfundet.no>
1476 S:      Maintained
1477 F:      arch/avr32/mach-at32ap/
1479 AX.25 NETWORK LAYER
1480 M:      Ralf Baechle <ralf@linux-mips.org>
1481 L:      linux-hams@vger.kernel.org
1482 W:      http://www.linux-ax25.org/
1483 S:      Maintained
1484 F:      include/linux/ax25.h
1485 F:      include/net/ax25.h
1486 F:      net/ax25/
1488 B43 WIRELESS DRIVER
1489 M:      Stefano Brivio <stefano.brivio@polimi.it>
1490 L:      linux-wireless@vger.kernel.org
1491 L:      b43-dev@lists.infradead.org
1492 W:      http://wireless.kernel.org/en/users/Drivers/b43
1493 S:      Maintained
1494 F:      drivers/net/wireless/b43/
1496 B43LEGACY WIRELESS DRIVER
1497 M:      Larry Finger <Larry.Finger@lwfinger.net>
1498 M:      Stefano Brivio <stefano.brivio@polimi.it>
1499 L:      linux-wireless@vger.kernel.org
1500 L:      b43-dev@lists.infradead.org
1501 W:      http://wireless.kernel.org/en/users/Drivers/b43
1502 S:      Maintained
1503 F:      drivers/net/wireless/b43legacy/
1505 BACKLIGHT CLASS/SUBSYSTEM
1506 M:      Richard Purdie <rpurdie@rpsys.net>
1507 S:      Maintained
1508 F:      drivers/video/backlight/
1509 F:      include/linux/backlight.h
1511 BATMAN ADVANCED
1512 M:      Marek Lindner <lindner_marek@yahoo.de>
1513 M:      Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1514 M:      Antonio Quartulli <ordex@autistici.org>
1515 L:      b.a.t.m.a.n@lists.open-mesh.org
1516 W:      http://www.open-mesh.org/
1517 S:      Maintained
1518 F:      net/batman-adv/
1520 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1521 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1522 L:      linux-hams@vger.kernel.org
1523 W:      http://www.baycom.org/~tom/ham/ham.html
1524 S:      Maintained
1525 F:      drivers/net/hamradio/baycom*
1527 BEFS FILE SYSTEM
1528 S:      Orphan
1529 F:      Documentation/filesystems/befs.txt
1530 F:      fs/befs/
1532 BFS FILE SYSTEM
1533 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1534 S:      Maintained
1535 F:      Documentation/filesystems/bfs.txt
1536 F:      fs/bfs/
1537 F:      include/linux/bfs_fs.h
1539 BLACKFIN ARCHITECTURE
1540 M:      Mike Frysinger <vapier@gentoo.org>
1541 L:      uclinux-dist-devel@blackfin.uclinux.org
1542 W:      http://blackfin.uclinux.org
1543 S:      Supported
1544 F:      arch/blackfin/
1546 BLACKFIN EMAC DRIVER
1547 L:      uclinux-dist-devel@blackfin.uclinux.org
1548 W:      http://blackfin.uclinux.org
1549 S:      Supported
1550 F:      drivers/net/ethernet/adi/
1552 BLACKFIN RTC DRIVER
1553 M:      Mike Frysinger <vapier.adi@gmail.com>
1554 L:      uclinux-dist-devel@blackfin.uclinux.org
1555 W:      http://blackfin.uclinux.org
1556 S:      Supported
1557 F:      drivers/rtc/rtc-bfin.c
1559 BLACKFIN SDH DRIVER
1560 M:      Sonic Zhang <sonic.zhang@analog.com>
1561 L:      uclinux-dist-devel@blackfin.uclinux.org
1562 W:      http://blackfin.uclinux.org
1563 S:      Supported
1564 F:      drivers/mmc/host/bfin_sdh.c
1566 BLACKFIN SERIAL DRIVER
1567 M:      Sonic Zhang <sonic.zhang@analog.com>
1568 L:      uclinux-dist-devel@blackfin.uclinux.org
1569 W:      http://blackfin.uclinux.org
1570 S:      Supported
1571 F:      drivers/tty/serial/bfin_uart.c
1573 BLACKFIN WATCHDOG DRIVER
1574 M:      Mike Frysinger <vapier.adi@gmail.com>
1575 L:      uclinux-dist-devel@blackfin.uclinux.org
1576 W:      http://blackfin.uclinux.org
1577 S:      Supported
1578 F:      drivers/watchdog/bfin_wdt.c
1580 BLACKFIN I2C TWI DRIVER
1581 M:      Sonic Zhang <sonic.zhang@analog.com>
1582 L:      uclinux-dist-devel@blackfin.uclinux.org
1583 W:      http://blackfin.uclinux.org/
1584 S:      Supported
1585 F:      drivers/i2c/busses/i2c-bfin-twi.c
1587 BLINKM RGB LED DRIVER
1588 M:      Jan-Simon Moeller <jansimon.moeller@gmx.de>
1589 S:      Maintained
1590 F:      drivers/leds/leds-blinkm.c
1592 BLOCK LAYER
1593 M:      Jens Axboe <axboe@kernel.dk>
1594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-block.git
1595 S:      Maintained
1596 F:      block/
1598 BLOCK2MTD DRIVER
1599 M:      Joern Engel <joern@lazybastard.org>
1600 L:      linux-mtd@lists.infradead.org
1601 S:      Maintained
1602 F:      drivers/mtd/devices/block2mtd.c
1604 BLUETOOTH DRIVERS
1605 M:      Marcel Holtmann <marcel@holtmann.org>
1606 M:      Gustavo Padovan <gustavo@padovan.org>
1607 M:      Johan Hedberg <johan.hedberg@gmail.com>
1608 L:      linux-bluetooth@vger.kernel.org
1609 W:      http://www.bluez.org/
1610 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1611 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1612 S:      Maintained
1613 F:      drivers/bluetooth/
1615 BLUETOOTH SUBSYSTEM
1616 M:      Marcel Holtmann <marcel@holtmann.org>
1617 M:      Gustavo Padovan <gustavo@padovan.org>
1618 M:      Johan Hedberg <johan.hedberg@gmail.com>
1619 L:      linux-bluetooth@vger.kernel.org
1620 W:      http://www.bluez.org/
1621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth.git
1622 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git
1623 S:      Maintained
1624 F:      net/bluetooth/
1625 F:      include/net/bluetooth/
1627 BONDING DRIVER
1628 M:      Jay Vosburgh <fubar@us.ibm.com>
1629 M:      Andy Gospodarek <andy@greyhouse.net>
1630 L:      netdev@vger.kernel.org
1631 W:      http://sourceforge.net/projects/bonding/
1632 S:      Supported
1633 F:      drivers/net/bonding/
1634 F:      include/linux/if_bonding.h
1636 BROADCOM B44 10/100 ETHERNET DRIVER
1637 M:      Gary Zambrano <zambrano@broadcom.com>
1638 L:      netdev@vger.kernel.org
1639 S:      Supported
1640 F:      drivers/net/ethernet/broadcom/b44.*
1642 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1643 M:      Michael Chan <mchan@broadcom.com>
1644 L:      netdev@vger.kernel.org
1645 S:      Supported
1646 F:      drivers/net/ethernet/broadcom/bnx2.*
1647 F:      drivers/net/ethernet/broadcom/bnx2_*
1649 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1650 M:      Eilon Greenstein <eilong@broadcom.com>
1651 L:      netdev@vger.kernel.org
1652 S:      Supported
1653 F:      drivers/net/ethernet/broadcom/bnx2x/
1655 BROADCOM BCM2835 ARM ARCHICTURE
1656 M:      Stephen Warren <swarren@wwwdotorg.org>
1657 L:      linux-rpi-kernel@lists.infradead.org (moderated for non-subscribers)
1658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-rpi.git
1659 S:      Maintained
1660 F:      arch/arm/mach-bcm2835/
1661 F:      arch/arm/boot/dts/bcm2835*
1662 F:      arch/arm/configs/bcm2835_defconfig
1663 F:      drivers/*/*bcm2835*
1665 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1666 M:      Matt Carlson <mcarlson@broadcom.com>
1667 M:      Michael Chan <mchan@broadcom.com>
1668 L:      netdev@vger.kernel.org
1669 S:      Supported
1670 F:      drivers/net/ethernet/broadcom/tg3.*
1672 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1673 M:      Brett Rudley <brudley@broadcom.com>
1674 M:      Roland Vossen <rvossen@broadcom.com>
1675 M:      Arend van Spriel <arend@broadcom.com>
1676 M:      Franky (Zhenhui) Lin <frankyl@broadcom.com>
1677 M:      Kan Yan <kanyan@broadcom.com>
1678 L:      linux-wireless@vger.kernel.org
1679 L:      brcm80211-dev-list@broadcom.com
1680 S:      Supported
1681 F:      drivers/net/wireless/brcm80211/
1683 BROADCOM BNX2FC 10 GIGABIT FCOE DRIVER
1684 M:      Bhanu Prakash Gollapudi <bprakash@broadcom.com>
1685 L:      linux-scsi@vger.kernel.org
1686 S:      Supported
1687 F:      drivers/scsi/bnx2fc/
1689 BROADCOM SPECIFIC AMBA DRIVER (BCMA)
1690 M:      RafaÅ‚ MiÅ‚ecki <zajec5@gmail.com>
1691 L:      linux-wireless@vger.kernel.org
1692 S:      Maintained
1693 F:      drivers/bcma/
1694 F:      include/linux/bcma/
1696 BROCADE BFA FC SCSI DRIVER
1697 M:      Krishna C Gudipati <kgudipat@brocade.com>
1698 L:      linux-scsi@vger.kernel.org
1699 S:      Supported
1700 F:      drivers/scsi/bfa/
1702 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1703 M:      Rasesh Mody <rmody@brocade.com>
1704 L:      netdev@vger.kernel.org
1705 S:      Supported
1706 F:      drivers/net/ethernet/brocade/bna/
1708 BSG (block layer generic sg v4 driver)
1709 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1710 L:      linux-scsi@vger.kernel.org
1711 S:      Supported
1712 F:      block/bsg.c
1713 F:      include/linux/bsg.h
1715 BT87X AUDIO DRIVER
1716 M:      Clemens Ladisch <clemens@ladisch.de>
1717 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1718 T:      git git://git.alsa-project.org/alsa-kernel.git
1719 S:      Maintained
1720 F:      Documentation/sound/alsa/Bt87x.txt
1721 F:      sound/pci/bt87x.c
1723 BT8XXGPIO DRIVER
1724 M:      Michael Buesch <m@bues.ch>
1725 W:      http://bu3sch.de/btgpio.php
1726 S:      Maintained
1727 F:      drivers/gpio/gpio-bt8xx.c
1729 BTRFS FILE SYSTEM
1730 M:      Chris Mason <chris.mason@fusionio.com>
1731 L:      linux-btrfs@vger.kernel.org
1732 W:      http://btrfs.wiki.kernel.org/
1733 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
1734 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git
1735 S:      Maintained
1736 F:      Documentation/filesystems/btrfs.txt
1737 F:      fs/btrfs/
1739 BTTV VIDEO4LINUX DRIVER
1740 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
1741 L:      linux-media@vger.kernel.org
1742 W:      http://linuxtv.org
1743 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1744 S:      Maintained
1745 F:      Documentation/video4linux/bttv/
1746 F:      drivers/media/pci/bt8xx/bttv*
1748 C-MEDIA CMI8788 DRIVER
1749 M:      Clemens Ladisch <clemens@ladisch.de>
1750 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1751 T:      git git://git.alsa-project.org/alsa-kernel.git
1752 S:      Maintained
1753 F:      sound/pci/oxygen/
1755 C6X ARCHITECTURE
1756 M:      Mark Salter <msalter@redhat.com>
1757 M:      Aurelien Jacquiot <a-jacquiot@ti.com>
1758 L:      linux-c6x-dev@linux-c6x.org
1759 W:      http://www.linux-c6x.org/wiki/index.php/Main_Page
1760 S:      Maintained
1761 F:      arch/c6x/
1763 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1764 M:      David Howells <dhowells@redhat.com>
1765 L:      linux-cachefs@redhat.com
1766 S:      Supported
1767 F:      Documentation/filesystems/caching/cachefiles.txt
1768 F:      fs/cachefiles/
1770 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1771 M:      Jonathan Corbet <corbet@lwn.net>
1772 L:      linux-media@vger.kernel.org
1773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
1774 S:      Maintained
1775 F:      Documentation/video4linux/cafe_ccic
1776 F:      drivers/media/platform/marvell-ccic/
1778 CAIF NETWORK LAYER
1779 M:      Sjur Braendeland <sjur.brandeland@stericsson.com>
1780 L:      netdev@vger.kernel.org
1781 S:      Supported
1782 F:      Documentation/networking/caif/
1783 F:      drivers/net/caif/
1784 F:      include/linux/caif/
1785 F:      include/net/caif/
1786 F:      net/caif/
1788 CALGARY x86-64 IOMMU
1789 M:      Muli Ben-Yehuda <muli@il.ibm.com>
1790 M:      "Jon D. Mason" <jdmason@kudzu.us>
1791 L:      discuss@x86-64.org
1792 S:      Maintained
1793 F:      arch/x86/kernel/pci-calgary_64.c
1794 F:      arch/x86/kernel/tce_64.c
1795 F:      arch/x86/include/asm/calgary.h
1796 F:      arch/x86/include/asm/tce.h
1798 CAN NETWORK LAYER
1799 M:      Oliver Hartkopp <socketcan@hartkopp.net>
1800 L:      linux-can@vger.kernel.org
1801 W:      http://gitorious.org/linux-can
1802 T:      git git://gitorious.org/linux-can/linux-can-next.git
1803 S:      Maintained
1804 F:      net/can/
1805 F:      include/linux/can.h
1806 F:      include/linux/can/core.h
1807 F:      include/linux/can/bcm.h
1808 F:      include/linux/can/raw.h
1809 F:      include/linux/can/gw.h
1811 CAN NETWORK DRIVERS
1812 M:      Wolfgang Grandegger <wg@grandegger.com>
1813 M:      Marc Kleine-Budde <mkl@pengutronix.de>
1814 L:      linux-can@vger.kernel.org
1815 W:      http://gitorious.org/linux-can
1816 T:      git git://gitorious.org/linux-can/linux-can-next.git
1817 S:      Maintained
1818 F:      drivers/net/can/
1819 F:      include/linux/can/dev.h
1820 F:      include/linux/can/error.h
1821 F:      include/linux/can/netlink.h
1822 F:      include/linux/can/platform/
1824 CAPABILITIES
1825 M:      Serge Hallyn <serge.hallyn@canonical.com>
1826 L:      linux-security-module@vger.kernel.org
1827 S:      Supported
1828 F:      include/linux/capability.h
1829 F:      security/capability.c
1830 F:      security/commoncap.c
1831 F:      kernel/capability.c
1833 CELL BROADBAND ENGINE ARCHITECTURE
1834 M:      Arnd Bergmann <arnd@arndb.de>
1835 L:      linuxppc-dev@lists.ozlabs.org
1836 L:      cbe-oss-dev@lists.ozlabs.org
1837 W:      http://www.ibm.com/developerworks/power/cell/
1838 S:      Supported
1839 F:      arch/powerpc/include/asm/cell*.h
1840 F:      arch/powerpc/include/asm/spu*.h
1841 F:      arch/powerpc/oprofile/*cell*
1842 F:      arch/powerpc/platforms/cell/
1844 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1845 M:      Sage Weil <sage@inktank.com>
1846 L:      ceph-devel@vger.kernel.org
1847 W:      http://ceph.com/
1848 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1849 S:      Supported
1850 F:      Documentation/filesystems/ceph.txt
1851 F:      fs/ceph
1852 F:      net/ceph
1853 F:      include/linux/ceph
1854 F:      include/linux/crush
1856 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1857 L:      linux-usb@vger.kernel.org
1858 S:      Orphan
1859 F:      Documentation/usb/WUSB-Design-overview.txt
1860 F:      Documentation/usb/wusb-cbaf
1861 F:      drivers/usb/host/hwa-hc.c
1862 F:      drivers/usb/host/whci/
1863 F:      drivers/usb/wusbcore/
1864 F:      include/linux/usb/wusb*
1866 CFAG12864B LCD DRIVER
1867 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1868 W:      http://miguelojeda.es/auxdisplay.htm
1869 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1870 S:      Maintained
1871 F:      drivers/auxdisplay/cfag12864b.c
1872 F:      include/linux/cfag12864b.h
1874 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1875 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1876 W:      http://miguelojeda.es/auxdisplay.htm
1877 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1878 S:      Maintained
1879 F:      drivers/auxdisplay/cfag12864bfb.c
1880 F:      include/linux/cfag12864b.h
1882 CFG80211 and NL80211
1883 M:      Johannes Berg <johannes@sipsolutions.net>
1884 L:      linux-wireless@vger.kernel.org
1885 W:      http://wireless.kernel.org/
1886 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
1887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
1888 S:      Maintained
1889 F:      include/linux/nl80211.h
1890 F:      include/net/cfg80211.h
1891 F:      net/wireless/*
1892 X:      net/wireless/wext*
1894 CHAR and MISC DRIVERS
1895 M:      Arnd Bergmann <arnd@arndb.de>
1896 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git
1898 S:      Supported
1899 F:      drivers/char/*
1900 F:      drivers/misc/*
1902 CHECKPATCH
1903 M:      Andy Whitcroft <apw@canonical.com>
1904 S:      Supported
1905 F:      scripts/checkpatch.pl
1907 CHINESE DOCUMENTATION
1908 M:      Harry Wei <harryxiyou@gmail.com>
1909 L:      xiyoulinuxkernelgroup@googlegroups.com
1910 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
1911 S:      Maintained
1912 F:      Documentation/zh_CN/
1914 CHIPIDEA USB HIGH SPEED DUAL ROLE CONTROLLER
1915 M:      Alexander Shishkin <alexander.shishkin@linux.intel.com>
1916 L:      linux-usb@vger.kernel.org
1917 S:      Maintained
1918 F:      drivers/usb/chipidea/
1920 CISCO VIC ETHERNET NIC DRIVER
1921 M:      Christian Benvenuti <benve@cisco.com>
1922 M:      Roopa Prabhu <roprabhu@cisco.com>
1923 M:      Neel Patel <neepatel@cisco.com>
1924 M:      Nishank Trivedi <nistrive@cisco.com>
1925 S:      Supported
1926 F:      drivers/net/ethernet/cisco/enic/
1928 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1929 M:      Hartley Sweeten <hsweeten@visionengravers.com>
1930 L:      netdev@vger.kernel.org
1931 S:      Maintained
1932 F:      drivers/net/ethernet/cirrus/ep93xx_eth.c
1934 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1935 M:      Lennert Buytenhek <kernel@wantstofly.org>
1936 L:      linux-usb@vger.kernel.org
1937 S:      Maintained
1938 F:      drivers/usb/host/ohci-ep93xx.c
1940 CIRRUS LOGIC CS4270 SOUND DRIVER
1941 M:      Timur Tabi <timur@freescale.com>
1942 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1943 S:      Supported
1944 F:      sound/soc/codecs/cs4270*
1946 CLEANCACHE API
1947 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
1948 L:      linux-kernel@vger.kernel.org
1949 S:      Maintained
1950 F:      mm/cleancache.c
1951 F:      include/linux/cleancache.h
1953 CLK API
1954 M:      Russell King <linux@arm.linux.org.uk>
1955 S:      Maintained
1956 F:      include/linux/clk.h
1958 CISCO FCOE HBA DRIVER
1959 M:      Abhijeet Joglekar <abjoglek@cisco.com>
1960 M:      Venkata Siva Vijayendra Bhamidipati <vbhamidi@cisco.com>
1961 M:      Brian Uchino <buchino@cisco.com>
1962 L:      linux-scsi@vger.kernel.org
1963 S:      Supported
1964 F:      drivers/scsi/fnic/
1966 CMPC ACPI DRIVER
1967 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1968 M:      Daniel Oliveira Nascimento <don@syst.com.br>
1969 L:      platform-driver-x86@vger.kernel.org
1970 S:      Supported
1971 F:      drivers/platform/x86/classmate-laptop.c
1973 COCCINELLE/Semantic Patches (SmPL)
1974 M:      Julia Lawall <Julia.Lawall@lip6.fr>
1975 M:      Gilles Muller <Gilles.Muller@lip6.fr>
1976 M:      Nicolas Palix <nicolas.palix@imag.fr>
1977 L:      cocci@systeme.lip6.fr (moderated for non-subscribers)
1978 W:      http://coccinelle.lip6.fr/
1979 S:      Supported
1980 F:      scripts/coccinelle/
1981 F:      scripts/coccicheck
1983 CODA FILE SYSTEM
1984 M:      Jan Harkes <jaharkes@cs.cmu.edu>
1985 M:      coda@cs.cmu.edu
1986 L:      codalist@coda.cs.cmu.edu
1987 W:      http://www.coda.cs.cmu.edu/
1988 S:      Maintained
1989 F:      Documentation/filesystems/coda.txt
1990 F:      fs/coda/
1991 F:      include/linux/coda*.h
1993 COMMON CLK FRAMEWORK
1994 M:      Mike Turquette <mturquette@ti.com>
1995 M:      Mike Turquette <mturquette@linaro.org>
1996 L:      linux-arm-kernel@lists.infradead.org (same as CLK API & CLKDEV)
1997 T:      git git://git.linaro.org/people/mturquette/linux.git
1998 S:      Maintained
1999 F:      drivers/clk/clk.c
2000 F:      drivers/clk/clk-*
2001 F:      include/linux/clk-pr*
2003 COMMON INTERNET FILE SYSTEM (CIFS)
2004 M:      Steve French <sfrench@samba.org>
2005 L:      linux-cifs@vger.kernel.org
2006 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
2007 W:      http://linux-cifs.samba.org/
2008 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
2009 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
2010 S:      Supported
2011 F:      Documentation/filesystems/cifs.txt
2012 F:      fs/cifs/
2014 COMPACTPCI HOTPLUG CORE
2015 M:      Scott Murray <scott@spiteful.org>
2016 L:      linux-pci@vger.kernel.org
2017 S:      Maintained
2018 F:      drivers/pci/hotplug/cpci_hotplug*
2020 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
2021 M:      Scott Murray <scott@spiteful.org>
2022 L:      linux-pci@vger.kernel.org
2023 S:      Maintained
2024 F:      drivers/pci/hotplug/cpcihp_zt5550.*
2026 COMPACTPCI HOTPLUG GENERIC DRIVER
2027 M:      Scott Murray <scott@spiteful.org>
2028 L:      linux-pci@vger.kernel.org
2029 S:      Maintained
2030 F:      drivers/pci/hotplug/cpcihp_generic.c
2032 COMPAL LAPTOP SUPPORT
2033 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
2034 L:      platform-driver-x86@vger.kernel.org
2035 S:      Maintained
2036 F:      drivers/platform/x86/compal-laptop.c
2038 CONEXANT ACCESSRUNNER USB DRIVER
2039 M:      Simon Arlott <cxacru@fire.lp0.eu>
2040 L:      accessrunner-general@lists.sourceforge.net
2041 W:      http://accessrunner.sourceforge.net/
2042 S:      Maintained
2043 F:      drivers/usb/atm/cxacru.c
2045 CONFIGFS
2046 M:      Joel Becker <jlbec@evilplan.org>
2047 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
2048 S:      Supported
2049 F:      fs/configfs/
2050 F:      include/linux/configfs.h
2052 CONNECTOR
2053 M:      Evgeniy Polyakov <zbr@ioremap.net>
2054 L:      netdev@vger.kernel.org
2055 S:      Maintained
2056 F:      drivers/connector/
2058 CONTROL GROUPS (CGROUPS)
2059 M:      Tejun Heo <tj@kernel.org>
2060 M:      Li Zefan <lizefan@huawei.com>
2061 L:      containers@lists.linux-foundation.org
2062 L:      cgroups@vger.kernel.org
2063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup.git
2064 S:      Maintained
2065 F:      include/linux/cgroup*
2066 F:      kernel/cgroup*
2067 F:      mm/*cgroup*
2069 CORETEMP HARDWARE MONITORING DRIVER
2070 M:      Fenghua Yu <fenghua.yu@intel.com>
2071 L:      lm-sensors@lm-sensors.org
2072 S:      Maintained
2073 F:      Documentation/hwmon/coretemp
2074 F:      drivers/hwmon/coretemp.c
2076 COSA/SRP SYNC SERIAL DRIVER
2077 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
2078 W:      http://www.fi.muni.cz/~kas/cosa/
2079 S:      Maintained
2080 F:      drivers/net/wan/cosa*
2082 CPMAC ETHERNET DRIVER
2083 M:      Florian Fainelli <florian@openwrt.org>
2084 L:      netdev@vger.kernel.org
2085 S:      Maintained
2086 F:      drivers/net/ethernet/ti/cpmac.c
2088 CPU FREQUENCY DRIVERS
2089 M:      Rafael J. Wysocki <rjw@sisk.pl>
2090 L:      cpufreq@vger.kernel.org
2091 L:      linux-pm@vger.kernel.org
2092 S:      Maintained
2093 F:      drivers/cpufreq/
2094 F:      include/linux/cpufreq.h
2096 CPUID/MSR DRIVER
2097 M:      "H. Peter Anvin" <hpa@zytor.com>
2098 S:      Maintained
2099 F:      arch/x86/kernel/cpuid.c
2100 F:      arch/x86/kernel/msr.c
2102 CPU POWER MONITORING SUBSYSTEM
2103 M:      Dominik Brodowski <linux@dominikbrodowski.net>
2104 M:      Thomas Renninger <trenn@suse.de>
2105 S:      Maintained
2106 F:      tools/power/cpupower
2108 CPUSETS
2109 M:      Paul Menage <paul@paulmenage.org>
2110 W:      http://www.bullopensource.org/cpuset/
2111 W:      http://oss.sgi.com/projects/cpusets/
2112 S:      Supported
2113 F:      Documentation/cgroups/cpusets.txt
2114 F:      include/linux/cpuset.h
2115 F:      kernel/cpuset.c
2117 CRAMFS FILESYSTEM
2118 W:      http://sourceforge.net/projects/cramfs/
2119 S:      Orphan
2120 F:      Documentation/filesystems/cramfs.txt
2121 F:      fs/cramfs/
2123 CRIS PORT
2124 M:      Mikael Starvik <starvik@axis.com>
2125 M:      Jesper Nilsson <jesper.nilsson@axis.com>
2126 L:      linux-cris-kernel@axis.com
2127 W:      http://developer.axis.com
2128 S:      Maintained
2129 F:      arch/cris/
2130 F:      drivers/tty/serial/crisv10.*
2132 CRYPTO API
2133 M:      Herbert Xu <herbert@gondor.apana.org.au>
2134 M:      "David S. Miller" <davem@davemloft.net>
2135 L:      linux-crypto@vger.kernel.org
2136 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
2137 S:      Maintained
2138 F:      Documentation/crypto/
2139 F:      arch/*/crypto/
2140 F:      crypto/
2141 F:      drivers/crypto/
2142 F:      include/crypto/
2144 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
2145 M:      Neil Horman <nhorman@tuxdriver.com>
2146 L:      linux-crypto@vger.kernel.org
2147 S:      Maintained
2148 F:      crypto/ansi_cprng.c
2149 F:      crypto/rng.c
2151 CS5535 Audio ALSA driver
2152 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
2153 S:      Maintained
2154 F:      sound/pci/cs5535audio/
2156 CX18 VIDEO4LINUX DRIVER
2157 M:      Andy Walls <awalls@md.metrocast.net>
2158 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
2159 L:      linux-media@vger.kernel.org
2160 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
2161 W:      http://linuxtv.org
2162 W:      http://www.ivtvdriver.org/index.php/Cx18
2163 S:      Maintained
2164 F:      Documentation/video4linux/cx18.txt
2165 F:      drivers/media/pci/cx18/
2167 CXD2820R MEDIA DRIVER
2168 M:      Antti Palosaari <crope@iki.fi>
2169 L:      linux-media@vger.kernel.org
2170 W:      http://linuxtv.org/
2171 W:      http://palosaari.fi/linux/
2172 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2173 T:      git git://linuxtv.org/anttip/media_tree.git
2174 S:      Maintained
2175 F:      drivers/media/dvb-frontends/cxd2820r*
2177 CXGB3 ETHERNET DRIVER (CXGB3)
2178 M:      Divy Le Ray <divy@chelsio.com>
2179 L:      netdev@vger.kernel.org
2180 W:      http://www.chelsio.com
2181 S:      Supported
2182 F:      drivers/net/ethernet/chelsio/cxgb3/
2184 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
2185 M:      Steve Wise <swise@chelsio.com>
2186 L:      linux-rdma@vger.kernel.org
2187 W:      http://www.openfabrics.org
2188 S:      Supported
2189 F:      drivers/infiniband/hw/cxgb3/
2191 CXGB4 ETHERNET DRIVER (CXGB4)
2192 M:      Dimitris Michailidis <dm@chelsio.com>
2193 L:      netdev@vger.kernel.org
2194 W:      http://www.chelsio.com
2195 S:      Supported
2196 F:      drivers/net/ethernet/chelsio/cxgb4/
2198 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
2199 M:      Steve Wise <swise@chelsio.com>
2200 L:      linux-rdma@vger.kernel.org
2201 W:      http://www.openfabrics.org
2202 S:      Supported
2203 F:      drivers/infiniband/hw/cxgb4/
2205 CXGB4VF ETHERNET DRIVER (CXGB4VF)
2206 M:      Casey Leedom <leedom@chelsio.com>
2207 L:      netdev@vger.kernel.org
2208 W:      http://www.chelsio.com
2209 S:      Supported
2210 F:      drivers/net/ethernet/chelsio/cxgb4vf/
2212 STMMAC ETHERNET DRIVER
2213 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
2214 L:      netdev@vger.kernel.org
2215 W:      http://www.stlinux.com
2216 S:      Supported
2217 F:      drivers/net/ethernet/stmicro/stmmac/
2219 CYBERPRO FB DRIVER
2220 M:      Russell King <linux@arm.linux.org.uk>
2221 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2222 W:      http://www.arm.linux.org.uk/
2223 S:      Maintained
2224 F:      drivers/video/cyber2000fb.*
2226 CYCLADES 2X SYNC CARD DRIVER
2227 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2228 W:      http://oops.ghostprotocols.net:81/blog
2229 S:      Maintained
2230 F:      drivers/net/wan/cycx*
2232 CYCLADES ASYNC MUX DRIVER
2233 W:      http://www.cyclades.com/
2234 S:      Orphan
2235 F:      drivers/tty/cyclades.c
2236 F:      include/linux/cyclades.h
2238 CYCLADES PC300 DRIVER
2239 W:      http://www.cyclades.com/
2240 S:      Orphan
2241 F:      drivers/net/wan/pc300*
2243 CYTTSP TOUCHSCREEN DRIVER
2244 M:      Javier Martinez Canillas <javier@dowhile0.org>
2245 L:      linux-input@vger.kernel.org
2246 S:      Maintained
2247 F:      drivers/input/touchscreen/cyttsp*
2248 F:      include/linux/input/cyttsp.h
2250 DAMA SLAVE for AX.25
2251 M:      Joerg Reuter <jreuter@yaina.de>
2252 W:      http://yaina.de/jreuter/
2253 W:      http://www.qsl.net/dl1bke/
2254 L:      linux-hams@vger.kernel.org
2255 S:      Maintained
2256 F:      net/ax25/af_ax25.c
2257 F:      net/ax25/ax25_dev.c
2258 F:      net/ax25/ax25_ds_*
2259 F:      net/ax25/ax25_in.c
2260 F:      net/ax25/ax25_out.c
2261 F:      net/ax25/ax25_timer.c
2262 F:      net/ax25/sysctl_net_ax25.c
2264 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2265 L:      netdev@vger.kernel.org
2266 S:      Orphan
2267 F:      Documentation/networking/dmfe.txt
2268 F:      drivers/net/ethernet/dec/tulip/dmfe.c
2270 DC390/AM53C974 SCSI driver
2271 M:      Kurt Garloff <garloff@suse.de>
2272 W:      http://www.garloff.de/kurt/linux/dc390/
2273 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2274 S:      Maintained
2275 F:      drivers/scsi/tmscsim.*
2277 DC395x SCSI driver
2278 M:      Oliver Neukum <oliver@neukum.org>
2279 M:      Ali Akcaagac <aliakc@web.de>
2280 M:      Jamie Lenehan <lenehan@twibble.org>
2281 W:      http://twibble.org/dist/dc395x/
2282 L:      dc395x@twibble.org
2283 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
2284 S:      Maintained
2285 F:      Documentation/scsi/dc395x.txt
2286 F:      drivers/scsi/dc395x.*
2288 DCCP PROTOCOL
2289 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2290 L:      dccp@vger.kernel.org
2291 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2292 S:      Maintained
2293 F:      include/linux/dccp.h
2294 F:      include/linux/tfrc.h
2295 F:      net/dccp/
2297 DECnet NETWORK LAYER
2298 W:      http://linux-decnet.sourceforge.net
2299 L:      linux-decnet-user@lists.sourceforge.net
2300 S:      Orphan
2301 F:      Documentation/networking/decnet.txt
2302 F:      net/decnet/
2304 DEFXX FDDI NETWORK DRIVER
2305 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2306 S:      Maintained
2307 F:      drivers/net/fddi/defxx.*
2309 DELL LAPTOP DRIVER
2310 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2311 L:      platform-driver-x86@vger.kernel.org
2312 S:      Maintained
2313 F:      drivers/platform/x86/dell-laptop.c
2315 DELL LAPTOP SMM DRIVER
2316 M:      Massimo Dal Zotto <dz@debian.org>
2317 W:      http://www.debian.org/~dz/i8k/
2318 S:      Maintained
2319 F:      drivers/char/i8k.c
2320 F:      include/linux/i8k.h
2322 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2323 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
2324 S:      Maintained
2325 F:      Documentation/dcdbas.txt
2326 F:      drivers/firmware/dcdbas.*
2328 DELL WMI EXTRAS DRIVER
2329 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2330 S:      Maintained
2331 F:      drivers/platform/x86/dell-wmi.c
2333 DESIGNWARE USB3 DRD IP DRIVER
2334 M:      Felipe Balbi <balbi@ti.com>
2335 L:      linux-usb@vger.kernel.org
2336 L:      linux-omap@vger.kernel.org
2337 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
2338 S:      Maintained
2339 F:      drivers/usb/dwc3/
2341 DEVICE FREQUENCY (DEVFREQ)
2342 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
2343 M:      Kyungmin Park <kyungmin.park@samsung.com>
2344 L:      linux-kernel@vger.kernel.org
2345 S:      Maintained
2346 F:      drivers/devfreq/
2348 DEVICE NUMBER REGISTRY
2349 M:      Torben Mathiasen <device@lanana.org>
2350 W:      http://lanana.org/docs/device-list/index.html
2351 S:      Maintained
2353 DEVICE-MAPPER  (LVM)
2354 M:      Alasdair Kergon <agk@redhat.com>
2355 M:      dm-devel@redhat.com
2356 L:      dm-devel@redhat.com
2357 W:      http://sources.redhat.com/dm
2358 Q:      http://patchwork.kernel.org/project/dm-devel/list/
2359 T:      quilt http://people.redhat.com/agk/patches/linux/editing/
2360 S:      Maintained
2361 F:      Documentation/device-mapper/
2362 F:      drivers/md/dm*
2363 F:      drivers/md/persistent-data/
2364 F:      include/linux/device-mapper.h
2365 F:      include/linux/dm-*.h
2367 DIOLAN U2C-12 I2C DRIVER
2368 M:      Guenter Roeck <linux@roeck-us.net>
2369 L:      linux-i2c@vger.kernel.org
2370 S:      Maintained
2371 F:      drivers/i2c/busses/i2c-diolan-u2c.c
2373 DIRECTORY NOTIFICATION (DNOTIFY)
2374 M:      Eric Paris <eparis@parisplace.org>
2375 S:      Maintained
2376 F:      Documentation/filesystems/dnotify.txt
2377 F:      fs/notify/dnotify/
2378 F:      include/linux/dnotify.h
2380 DISK GEOMETRY AND PARTITION HANDLING
2381 M:      Andries Brouwer <aeb@cwi.nl>
2382 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2383 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2384 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2385 S:      Maintained
2387 DISKQUOTA
2388 M:      Jan Kara <jack@suse.cz>
2389 S:      Maintained
2390 F:      Documentation/filesystems/quota.txt
2391 F:      fs/quota/
2392 F:      include/linux/quota*.h
2394 DISPLAYLINK USB 2.0 FRAMEBUFFER DRIVER (UDLFB)
2395 M:      Bernie Thompson <bernie@plugable.com>
2396 L:      linux-fbdev@vger.kernel.org
2397 S:      Maintained
2398 W:      http://plugable.com/category/projects/udlfb/
2399 F:      drivers/video/udlfb.c
2400 F:      include/video/udlfb.h
2401 F:      Documentation/fb/udlfb.txt
2403 DISTRIBUTED LOCK MANAGER (DLM)
2404 M:      Christine Caulfield <ccaulfie@redhat.com>
2405 M:      David Teigland <teigland@redhat.com>
2406 L:      cluster-devel@redhat.com
2407 W:      http://sources.redhat.com/cluster/
2408 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2409 S:      Supported
2410 F:      fs/dlm/
2412 DMA BUFFER SHARING FRAMEWORK
2413 M:      Sumit Semwal <sumit.semwal@linaro.org>
2414 S:      Maintained
2415 L:      linux-media@vger.kernel.org
2416 L:      dri-devel@lists.freedesktop.org
2417 L:      linaro-mm-sig@lists.linaro.org
2418 F:      drivers/base/dma-buf*
2419 F:      include/linux/dma-buf*
2420 F:      Documentation/dma-buf-sharing.txt
2421 T:      git git://git.linaro.org/people/sumitsemwal/linux-dma-buf.git
2423 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2424 M:      Vinod Koul <vinod.koul@intel.com>
2425 M:      Dan Williams <djbw@fb.com>
2426 S:      Supported
2427 F:      drivers/dma/
2428 F:      include/linux/dma*
2429 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx.git
2430 T:      git git://git.infradead.org/users/vkoul/slave-dma.git (slave-dma)
2432 DME1737 HARDWARE MONITOR DRIVER
2433 M:      Juerg Haefliger <juergh@gmail.com>
2434 L:      lm-sensors@lm-sensors.org
2435 S:      Maintained
2436 F:      Documentation/hwmon/dme1737
2437 F:      drivers/hwmon/dme1737.c
2439 DOCKING STATION DRIVER
2440 M:      Shaohua Li <shaohua.li@intel.com>
2441 L:      linux-acpi@vger.kernel.org
2442 S:      Supported
2443 F:      drivers/acpi/dock.c
2445 DOCUMENTATION
2446 M:      Rob Landley <rob@landley.net>
2447 L:      linux-doc@vger.kernel.org
2448 T:      TBD
2449 S:      Maintained
2450 F:      Documentation/
2452 DOUBLETALK DRIVER
2453 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
2454 L:      blinux-list@redhat.com
2455 S:      Maintained
2456 F:      drivers/char/dtlk.c
2457 F:      include/linux/dtlk.h
2459 DPT_I2O SCSI RAID DRIVER
2460 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2461 L:      linux-scsi@vger.kernel.org
2462 W:      http://www.adaptec.com/
2463 S:      Maintained
2464 F:      drivers/scsi/dpt*
2465 F:      drivers/scsi/dpt/
2467 DRBD DRIVER
2468 P:      Philipp Reisner
2469 P:      Lars Ellenberg
2470 M:      drbd-dev@lists.linbit.com
2471 L:      drbd-user@lists.linbit.com
2472 W:      http://www.drbd.org
2473 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
2474 T:      git git://git.drbd.org/drbd-8.3.git
2475 S:      Supported
2476 F:      drivers/block/drbd/
2477 F:      lib/lru_cache.c
2478 F:      Documentation/blockdev/drbd/
2480 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2481 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2482 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
2483 S:      Supported
2484 F:      Documentation/kobject.txt
2485 F:      drivers/base/
2486 F:      fs/sysfs/
2487 F:      fs/debugfs/
2488 F:      include/linux/kobj*
2489 F:      include/linux/debugfs.h
2490 F:      lib/kobj*
2492 DRM DRIVERS
2493 M:      David Airlie <airlied@linux.ie>
2494 L:      dri-devel@lists.freedesktop.org
2495 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2496 S:      Maintained
2497 F:      drivers/gpu/drm/
2498 F:      include/drm/
2500 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2501 M:      Daniel Vetter <daniel.vetter@ffwll.ch>
2502 L:      intel-gfx@lists.freedesktop.org (subscribers-only)
2503 L:      dri-devel@lists.freedesktop.org
2504 T:      git git://people.freedesktop.org/~danvet/drm-intel
2505 S:      Supported
2506 F:      drivers/gpu/drm/i915
2507 F:      include/drm/i915*
2509 DRM DRIVERS FOR EXYNOS
2510 M:      Inki Dae <inki.dae@samsung.com>
2511 M:      Joonyoung Shim <jy0922.shim@samsung.com>
2512 M:      Seung-Woo Kim <sw0312.kim@samsung.com>
2513 M:      Kyungmin Park <kyungmin.park@samsung.com>
2514 L:      dri-devel@lists.freedesktop.org
2515 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/daeinki/drm-exynos.git
2516 S:      Supported
2517 F:      drivers/gpu/drm/exynos
2518 F:      include/drm/exynos*
2520 DSCC4 DRIVER
2521 M:      Francois Romieu <romieu@fr.zoreil.com>
2522 L:      netdev@vger.kernel.org
2523 S:      Maintained
2524 F:      drivers/net/wan/dscc4.c
2526 DVB_USB_AF9015 MEDIA DRIVER
2527 M:      Antti Palosaari <crope@iki.fi>
2528 L:      linux-media@vger.kernel.org
2529 W:      http://linuxtv.org/
2530 W:      http://palosaari.fi/linux/
2531 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2532 T:      git git://linuxtv.org/anttip/media_tree.git
2533 S:      Maintained
2534 F:      drivers/media/usb/dvb-usb-v2/af9015*
2536 DVB_USB_AF9035 MEDIA DRIVER
2537 M:      Antti Palosaari <crope@iki.fi>
2538 L:      linux-media@vger.kernel.org
2539 W:      http://linuxtv.org/
2540 W:      http://palosaari.fi/linux/
2541 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2542 T:      git git://linuxtv.org/anttip/media_tree.git
2543 S:      Maintained
2544 F:      drivers/media/usb/dvb-usb-v2/af9035*
2546 DVB_USB_ANYSEE MEDIA DRIVER
2547 M:      Antti Palosaari <crope@iki.fi>
2548 L:      linux-media@vger.kernel.org
2549 W:      http://linuxtv.org/
2550 W:      http://palosaari.fi/linux/
2551 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2552 T:      git git://linuxtv.org/anttip/media_tree.git
2553 S:      Maintained
2554 F:      drivers/media/usb/dvb-usb-v2/anysee*
2556 DVB_USB_AU6610 MEDIA DRIVER
2557 M:      Antti Palosaari <crope@iki.fi>
2558 L:      linux-media@vger.kernel.org
2559 W:      http://linuxtv.org/
2560 W:      http://palosaari.fi/linux/
2561 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2562 T:      git git://linuxtv.org/anttip/media_tree.git
2563 S:      Maintained
2564 F:      drivers/media/usb/dvb-usb-v2/au6610*
2566 DVB_USB_CE6230 MEDIA DRIVER
2567 M:      Antti Palosaari <crope@iki.fi>
2568 L:      linux-media@vger.kernel.org
2569 W:      http://linuxtv.org/
2570 W:      http://palosaari.fi/linux/
2571 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2572 T:      git git://linuxtv.org/anttip/media_tree.git
2573 S:      Maintained
2574 F:      drivers/media/usb/dvb-usb-v2/ce6230*
2576 DVB_USB_CXUSB MEDIA DRIVER
2577 M:      Michael Krufky <mkrufky@linuxtv.org>
2578 L:      linux-media@vger.kernel.org
2579 W:      http://linuxtv.org/
2580 W:      http://github.com/mkrufky
2581 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2582 T:      git git://linuxtv.org/media_tree.git
2583 S:      Maintained
2584 F:      drivers/media/usb/dvb-usb-v2/cxusb*
2586 DVB_USB_CYPRESS_FIRMWARE MEDIA DRIVER
2587 M:      Antti Palosaari <crope@iki.fi>
2588 L:      linux-media@vger.kernel.org
2589 W:      http://linuxtv.org/
2590 W:      http://palosaari.fi/linux/
2591 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2592 T:      git git://linuxtv.org/anttip/media_tree.git
2593 S:      Maintained
2594 F:      drivers/media/usb/dvb-usb-v2/cypress_firmware*
2596 DVB_USB_EC168 MEDIA DRIVER
2597 M:      Antti Palosaari <crope@iki.fi>
2598 L:      linux-media@vger.kernel.org
2599 W:      http://linuxtv.org/
2600 W:      http://palosaari.fi/linux/
2601 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2602 T:      git git://linuxtv.org/anttip/media_tree.git
2603 S:      Maintained
2604 F:      drivers/media/usb/dvb-usb-v2/ec168*
2606 DVB_USB_MXL111SF MEDIA DRIVER
2607 M:      Michael Krufky <mkrufky@linuxtv.org>
2608 L:      linux-media@vger.kernel.org
2609 W:      http://linuxtv.org/
2610 W:      http://github.com/mkrufky
2611 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2612 T:      git git://linuxtv.org/mkrufky/mxl111sf.git
2613 S:      Maintained
2614 F:      drivers/media/usb/dvb-usb-v2/mxl111sf*
2616 DVB_USB_RTL28XXU MEDIA DRIVER
2617 M:      Antti Palosaari <crope@iki.fi>
2618 L:      linux-media@vger.kernel.org
2619 W:      http://linuxtv.org/
2620 W:      http://palosaari.fi/linux/
2621 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2622 T:      git git://linuxtv.org/anttip/media_tree.git
2623 S:      Maintained
2624 F:      drivers/media/usb/dvb-usb-v2/rtl28xxu*
2626 DVB_USB_V2 MEDIA DRIVER
2627 M:      Antti Palosaari <crope@iki.fi>
2628 L:      linux-media@vger.kernel.org
2629 W:      http://linuxtv.org/
2630 W:      http://palosaari.fi/linux/
2631 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2632 T:      git git://linuxtv.org/anttip/media_tree.git
2633 S:      Maintained
2634 F:      drivers/media/usb/dvb-usb-v2/dvb_usb*
2635 F:      drivers/media/usb/dvb-usb-v2/usb_urb.c
2637 DYNAMIC DEBUG
2638 M:      Jason Baron <jbaron@redhat.com>
2639 S:      Maintained
2640 F:      lib/dynamic_debug.c
2641 F:      include/linux/dynamic_debug.h
2643 DZ DECSTATION DZ11 SERIAL DRIVER
2644 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2645 S:      Maintained
2646 F:      drivers/tty/serial/dz.*
2648 E4000 MEDIA DRIVER
2649 M:      Antti Palosaari <crope@iki.fi>
2650 L:      linux-media@vger.kernel.org
2651 W:      http://linuxtv.org/
2652 W:      http://palosaari.fi/linux/
2653 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2654 T:      git git://linuxtv.org/anttip/media_tree.git
2655 S:      Maintained
2656 F:      drivers/media/tuners/e4000*
2658 EATA-DMA SCSI DRIVER
2659 M:      Michael Neuffer <mike@i-Connect.Net>
2660 L:      linux-eata@i-connect.net
2661 L:      linux-scsi@vger.kernel.org
2662 S:      Maintained
2663 F:      drivers/scsi/eata*
2665 EATA ISA/EISA/PCI SCSI DRIVER
2666 M:      Dario Ballabio <ballabio_dario@emc.com>
2667 L:      linux-scsi@vger.kernel.org
2668 S:      Maintained
2669 F:      drivers/scsi/eata.c
2671 EATA-PIO SCSI DRIVER
2672 M:      Michael Neuffer <mike@i-Connect.Net>
2673 L:      linux-eata@i-connect.net
2674 L:      linux-scsi@vger.kernel.org
2675 S:      Maintained
2676 F:      drivers/scsi/eata_pio.*
2678 EBTABLES
2679 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
2680 L:      netfilter-devel@vger.kernel.org
2681 W:      http://ebtables.sourceforge.net/
2682 S:      Maintained
2683 F:      include/linux/netfilter_bridge/ebt_*.h
2684 F:      net/bridge/netfilter/ebt*.c
2686 EC100 MEDIA DRIVER
2687 M:      Antti Palosaari <crope@iki.fi>
2688 L:      linux-media@vger.kernel.org
2689 W:      http://linuxtv.org/
2690 W:      http://palosaari.fi/linux/
2691 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2692 T:      git git://linuxtv.org/anttip/media_tree.git
2693 S:      Maintained
2694 F:      drivers/media/dvb-frontends/ec100*
2696 ECRYPT FILE SYSTEM
2697 M:      Tyler Hicks <tyhicks@canonical.com>
2698 M:      Dustin Kirkland <dustin.kirkland@gazzang.com>
2699 L:      ecryptfs@vger.kernel.org
2700 W:      https://launchpad.net/ecryptfs
2701 S:      Supported
2702 F:      Documentation/filesystems/ecryptfs.txt
2703 F:      fs/ecryptfs/
2705 EDAC-CORE
2706 M:      Doug Thompson <dougthompson@xmission.com>
2707 L:      linux-edac@vger.kernel.org
2708 W:      bluesmoke.sourceforge.net
2709 S:      Supported
2710 F:      Documentation/edac.txt
2711 F:      drivers/edac/
2712 F:      include/linux/edac.h
2714 EDAC-AMD64
2715 M:      Doug Thompson <dougthompson@xmission.com>
2716 M:      Borislav Petkov <borislav.petkov@amd.com>
2717 L:      linux-edac@vger.kernel.org
2718 W:      bluesmoke.sourceforge.net
2719 S:      Supported
2720 F:      drivers/edac/amd64_edac*
2722 EDAC-E752X
2723 M:      Mark Gross <mark.gross@intel.com>
2724 M:      Doug Thompson <dougthompson@xmission.com>
2725 L:      linux-edac@vger.kernel.org
2726 W:      bluesmoke.sourceforge.net
2727 S:      Maintained
2728 F:      drivers/edac/e752x_edac.c
2730 EDAC-E7XXX
2731 M:      Doug Thompson <dougthompson@xmission.com>
2732 L:      linux-edac@vger.kernel.org
2733 W:      bluesmoke.sourceforge.net
2734 S:      Maintained
2735 F:      drivers/edac/e7xxx_edac.c
2737 EDAC-I82443BXGX
2738 M:      Tim Small <tim@buttersideup.com>
2739 L:      linux-edac@vger.kernel.org
2740 W:      bluesmoke.sourceforge.net
2741 S:      Maintained
2742 F:      drivers/edac/i82443bxgx_edac.c
2744 EDAC-I3000
2745 M:      Jason Uhlenkott <juhlenko@akamai.com>
2746 L:      linux-edac@vger.kernel.org
2747 W:      bluesmoke.sourceforge.net
2748 S:      Maintained
2749 F:      drivers/edac/i3000_edac.c
2751 EDAC-I5000
2752 M:      Doug Thompson <dougthompson@xmission.com>
2753 L:      linux-edac@vger.kernel.org
2754 W:      bluesmoke.sourceforge.net
2755 S:      Maintained
2756 F:      drivers/edac/i5000_edac.c
2758 EDAC-I5400
2759 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2760 L:      linux-edac@vger.kernel.org
2761 W:      bluesmoke.sourceforge.net
2762 S:      Maintained
2763 F:      drivers/edac/i5400_edac.c
2765 EDAC-I7300
2766 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2767 L:      linux-edac@vger.kernel.org
2768 W:      bluesmoke.sourceforge.net
2769 S:      Maintained
2770 F:      drivers/edac/i7300_edac.c
2772 EDAC-I7CORE
2773 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2774 L:      linux-edac@vger.kernel.org
2775 W:      bluesmoke.sourceforge.net
2776 S:      Maintained
2777 F:      drivers/edac/i7core_edac.c
2779 EDAC-I82975X
2780 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
2781 M:      "Arvind R." <arvino55@gmail.com>
2782 L:      linux-edac@vger.kernel.org
2783 W:      bluesmoke.sourceforge.net
2784 S:      Maintained
2785 F:      drivers/edac/i82975x_edac.c
2787 EDAC-PASEMI
2788 M:      Egor Martovetsky <egor@pasemi.com>
2789 L:      linux-edac@vger.kernel.org
2790 W:      bluesmoke.sourceforge.net
2791 S:      Maintained
2792 F:      drivers/edac/pasemi_edac.c
2794 EDAC-R82600
2795 M:      Tim Small <tim@buttersideup.com>
2796 L:      linux-edac@vger.kernel.org
2797 W:      bluesmoke.sourceforge.net
2798 S:      Maintained
2799 F:      drivers/edac/r82600_edac.c
2801 EDAC-SBRIDGE
2802 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2803 L:      linux-edac@vger.kernel.org
2804 W:      bluesmoke.sourceforge.net
2805 S:      Maintained
2806 F:      drivers/edac/sb_edac.c
2808 EDIROL UA-101/UA-1000 DRIVER
2809 M:      Clemens Ladisch <clemens@ladisch.de>
2810 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2811 T:      git git://git.alsa-project.org/alsa-kernel.git
2812 S:      Maintained
2813 F:      sound/usb/misc/ua101.c
2815 EXTENSIBLE FIRMWARE INTERFACE (EFI)
2816 M:      Matt Fleming <matt.fleming@intel.com>
2817 L:      linux-efi@vger.kernel.org
2818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mfleming/efi.git
2819 S:      Maintained
2820 F:      Documentation/x86/efi-stub.txt
2821 F:      arch/ia64/kernel/efi.c
2822 F:      arch/x86/boot/compressed/eboot.[ch]
2823 F:      arch/x86/include/asm/efi.h
2824 F:      arch/x86/platform/efi/*
2825 F:      drivers/firmware/efivars.c
2826 F:      include/linux/efi*.h
2828 EFIFB FRAMEBUFFER DRIVER
2829 L:      linux-fbdev@vger.kernel.org
2830 M:      Peter Jones <pjones@redhat.com>
2831 S:      Maintained
2832 F:      drivers/video/efifb.c
2834 EFS FILESYSTEM
2835 W:      http://aeschi.ch.eu.org/efs/
2836 S:      Orphan
2837 F:      fs/efs/
2839 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2840 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2841 M:      Christoph Raisch <raisch@de.ibm.com>
2842 L:      linux-rdma@vger.kernel.org
2843 S:      Supported
2844 F:      drivers/infiniband/hw/ehca/
2846 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2847 M:      Thadeu Lima de Souza Cascardo <cascardo@linux.vnet.ibm.com>
2848 L:      netdev@vger.kernel.org
2849 S:      Maintained
2850 F:      drivers/net/ethernet/ibm/ehea/
2852 EMBEDDED LINUX
2853 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
2854 M:      Matt Mackall <mpm@selenic.com>
2855 M:      David Woodhouse <dwmw2@infradead.org>
2856 L:      linux-embedded@vger.kernel.org
2857 S:      Maintained
2859 EMULEX LPFC FC SCSI DRIVER
2860 M:      James Smart <james.smart@emulex.com>
2861 L:      linux-scsi@vger.kernel.org
2862 W:      http://sourceforge.net/projects/lpfcxxxx
2863 S:      Supported
2864 F:      drivers/scsi/lpfc/
2866 ENE CB710 FLASH CARD READER DRIVER
2867 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
2868 S:      Maintained
2869 F:      drivers/misc/cb710/
2870 F:      drivers/mmc/host/cb710-mmc.*
2871 F:      include/linux/cb710.h
2873 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2874 M:      Maxim Levitsky <maximlevitsky@gmail.com>
2875 S:      Maintained
2876 F:      drivers/media/rc/ene_ir.*
2878 EPSON 1355 FRAMEBUFFER DRIVER
2879 M:      Christopher Hoover <ch@murgatroid.com>
2880 M:      Christopher Hoover <ch@hpl.hp.com>
2881 S:      Maintained
2882 F:      drivers/video/epson1355fb.c
2884 EPSON S1D13XXX FRAMEBUFFER DRIVER
2885 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
2886 S:      Maintained
2887 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2888 F:      drivers/video/s1d13xxxfb.c
2889 F:      include/video/s1d13xxxfb.h
2891 ETHEREXPRESS-16 NETWORK DRIVER
2892 M:      Philip Blundell <philb@gnu.org>
2893 L:      netdev@vger.kernel.org
2894 S:      Maintained
2895 F:      drivers/net/ethernet/i825xx/eexpress.*
2897 ETHERNET BRIDGE
2898 M:      Stephen Hemminger <shemminger@vyatta.com>
2899 L:      bridge@lists.linux-foundation.org
2900 L:      netdev@vger.kernel.org
2901 W:      http://www.linuxfoundation.org/en/Net:Bridge
2902 S:      Maintained
2903 F:      include/linux/netfilter_bridge/
2904 F:      net/bridge/
2906 ETHERTEAM 16I DRIVER
2907 M:      Mika Kuoppala <miku@iki.fi>
2908 S:      Maintained
2909 F:      drivers/net/ethernet/fujitsu/eth16i.c
2911 EXT2 FILE SYSTEM
2912 M:      Jan Kara <jack@suse.cz>
2913 L:      linux-ext4@vger.kernel.org
2914 S:      Maintained
2915 F:      Documentation/filesystems/ext2.txt
2916 F:      fs/ext2/
2917 F:      include/linux/ext2*
2919 EXT3 FILE SYSTEM
2920 M:      Jan Kara <jack@suse.cz>
2921 M:      Andrew Morton <akpm@linux-foundation.org>
2922 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2923 L:      linux-ext4@vger.kernel.org
2924 S:      Maintained
2925 F:      Documentation/filesystems/ext3.txt
2926 F:      fs/ext3/
2927 F:      include/linux/ext3*
2929 EXT4 FILE SYSTEM
2930 M:      "Theodore Ts'o" <tytso@mit.edu>
2931 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2932 L:      linux-ext4@vger.kernel.org
2933 W:      http://ext4.wiki.kernel.org
2934 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
2935 S:      Maintained
2936 F:      Documentation/filesystems/ext4.txt
2937 F:      fs/ext4/
2939 Extended Verification Module (EVM)
2940 M:      Mimi Zohar <zohar@us.ibm.com>
2941 S:      Supported
2942 F:      security/integrity/evm/
2944 EXTERNAL CONNECTOR SUBSYSTEM (EXTCON)
2945 M:      MyungJoo Ham <myungjoo.ham@samsung.com>
2946 M:      Chanwoo Choi <cw00.choi@samsung.com>
2947 L:      linux-kernel@vger.kernel.org
2948 S:      Maintained
2949 F:      drivers/extcon/
2950 F:      Documentation/extcon/
2952 EXYNOS DP DRIVER
2953 M:      Jingoo Han <jg1.han@samsung.com>
2954 L:      linux-fbdev@vger.kernel.org
2955 S:      Maintained
2956 F:      drivers/video/exynos/exynos_dp*
2957 F:      include/video/exynos_dp*
2959 EXYNOS MIPI DISPLAY DRIVERS
2960 M:      Inki Dae <inki.dae@samsung.com>
2961 M:      Donghwa Lee <dh09.lee@samsung.com>
2962 M:      Kyungmin Park <kyungmin.park@samsung.com>
2963 L:      linux-fbdev@vger.kernel.org
2964 S:      Maintained
2965 F:      drivers/video/exynos/exynos_mipi*
2966 F:      include/video/exynos_mipi*
2968 F71805F HARDWARE MONITORING DRIVER
2969 M:      Jean Delvare <khali@linux-fr.org>
2970 L:      lm-sensors@lm-sensors.org
2971 S:      Maintained
2972 F:      Documentation/hwmon/f71805f
2973 F:      drivers/hwmon/f71805f.c
2975 FC0011 TUNER DRIVER
2976 M:      Michael Buesch <m@bues.ch>
2977 L:      linux-media@vger.kernel.org
2978 S:      Maintained
2979 F:      drivers/media/tuners/fc0011.h
2980 F:      drivers/media/tuners/fc0011.c
2982 FC2580 MEDIA DRIVER
2983 M:      Antti Palosaari <crope@iki.fi>
2984 L:      linux-media@vger.kernel.org
2985 W:      http://linuxtv.org/
2986 W:      http://palosaari.fi/linux/
2987 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
2988 T:      git git://linuxtv.org/anttip/media_tree.git
2989 S:      Maintained
2990 F:      drivers/media/tuners/fc2580*
2992 FANOTIFY
2993 M:      Eric Paris <eparis@redhat.com>
2994 S:      Maintained
2995 F:      fs/notify/fanotify/
2996 F:      include/linux/fanotify.h
2998 FARSYNC SYNCHRONOUS DRIVER
2999 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
3000 W:      http://www.farsite.co.uk/
3001 S:      Supported
3002 F:      drivers/net/wan/farsync.*
3004 FAULT INJECTION SUPPORT
3005 M:      Akinobu Mita <akinobu.mita@gmail.com>
3006 S:      Supported
3007 F:      Documentation/fault-injection/
3008 F:      lib/fault-inject.c
3010 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
3011 M:      Robert Love <robert.w.love@intel.com>
3012 L:      devel@open-fcoe.org
3013 W:      www.Open-FCoE.org
3014 S:      Supported
3015 F:      drivers/scsi/libfc/
3016 F:      drivers/scsi/fcoe/
3017 F:      include/scsi/fc/
3018 F:      include/scsi/libfc.h
3019 F:      include/scsi/libfcoe.h
3021 FILE LOCKING (flock() and fcntl()/lockf())
3022 M:      Matthew Wilcox <matthew@wil.cx>
3023 L:      linux-fsdevel@vger.kernel.org
3024 S:      Maintained
3025 F:      include/linux/fcntl.h
3026 F:      include/linux/fs.h
3027 F:      fs/fcntl.c
3028 F:      fs/locks.c
3030 FILESYSTEMS (VFS and infrastructure)
3031 M:      Alexander Viro <viro@zeniv.linux.org.uk>
3032 L:      linux-fsdevel@vger.kernel.org
3033 S:      Maintained
3034 F:      fs/*
3036 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3037 M:      Riku Voipio <riku.voipio@iki.fi>
3038 L:      lm-sensors@lm-sensors.org
3039 S:      Maintained
3040 F:      drivers/hwmon/f75375s.c
3041 F:      include/linux/f75375s.h
3043 FIREWIRE AUDIO DRIVERS
3044 M:      Clemens Ladisch <clemens@ladisch.de>
3045 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3046 T:      git git://git.alsa-project.org/alsa-kernel.git
3047 S:      Maintained
3048 F:      sound/firewire/
3050 FIREWIRE SBP-2 TARGET
3051 M:      Chris Boot <bootc@bootc.net>
3052 L:      linux-scsi@vger.kernel.org
3053 L:      target-devel@vger.kernel.org
3054 L:      linux1394-devel@lists.sourceforge.net
3055 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core-2.6.git master
3056 S:      Maintained
3057 F:      drivers/target/sbp/
3059 FIREWIRE SUBSYSTEM
3060 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3061 L:      linux1394-devel@lists.sourceforge.net
3062 W:      http://ieee1394.wiki.kernel.org/
3063 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394.git
3064 S:      Maintained
3065 F:      drivers/firewire/
3066 F:      include/linux/firewire*.h
3067 F:      tools/firewire/
3069 FIRMWARE LOADER (request_firmware)
3070 M:      Ming Lei <ming.lei@canonical.com>
3071 L:      linux-kernel@vger.kernel.org
3072 S:      Maintained
3073 F:      Documentation/firmware_class/
3074 F:      drivers/base/firmware*.c
3075 F:      include/linux/firmware.h
3077 FLOPPY DRIVER
3078 M:      Jiri Kosina <jkosina@suse.cz>
3079 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/floppy.git
3080 S:      Odd fixes
3081 F:      drivers/block/floppy.c
3083 FPU EMULATOR
3084 M:      Bill Metzenthen <billm@melbpc.org.au>
3085 W:      http://floatingpoint.sourceforge.net/emulator/index.html
3086 S:      Maintained
3087 F:      arch/x86/math-emu/
3089 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
3090 L:      netdev@vger.kernel.org
3091 S:      Orphan
3092 F:      drivers/net/wan/dlci.c
3093 F:      drivers/net/wan/sdla.c
3095 FRAMEBUFFER LAYER
3096 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
3097 L:      linux-fbdev@vger.kernel.org
3098 W:      http://linux-fbdev.sourceforge.net/
3099 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
3100 T:      git git://github.com/schandinat/linux-2.6.git fbdev-next
3101 S:      Maintained
3102 F:      Documentation/fb/
3103 F:      Documentation/devicetree/bindings/fb/
3104 F:      drivers/video/
3105 F:      include/video/
3106 F:      include/linux/fb.h
3108 FREESCALE DMA DRIVER
3109 M:      Li Yang <leoli@freescale.com>
3110 M:      Zhang Wei <zw@zh-kernel.org>
3111 L:      linuxppc-dev@lists.ozlabs.org
3112 S:      Maintained
3113 F:      drivers/dma/fsldma.*
3115 FREESCALE I2C CPM DRIVER
3116 M:      Jochen Friedrich <jochen@scram.de>
3117 L:      linuxppc-dev@lists.ozlabs.org
3118 L:      linux-i2c@vger.kernel.org
3119 S:      Maintained
3120 F:      drivers/i2c/busses/i2c-cpm.c
3122 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
3123 M:      Sascha Hauer <kernel@pengutronix.de>
3124 L:      linux-fbdev@vger.kernel.org
3125 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3126 S:      Maintained
3127 F:      arch/arm/plat-mxc/include/mach/imxfb.h
3128 F:      drivers/video/imxfb.c
3130 FREESCALE SOC FS_ENET DRIVER
3131 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
3132 M:      Vitaly Bordug <vbordug@ru.mvista.com>
3133 L:      linuxppc-dev@lists.ozlabs.org
3134 L:      netdev@vger.kernel.org
3135 S:      Maintained
3136 F:      drivers/net/ethernet/freescale/fs_enet/
3137 F:      include/linux/fs_enet_pd.h
3139 FREESCALE QUICC ENGINE LIBRARY
3140 M:      Timur Tabi <timur@freescale.com>
3141 L:      linuxppc-dev@lists.ozlabs.org
3142 S:      Supported
3143 F:      arch/powerpc/sysdev/qe_lib/
3144 F:      arch/powerpc/include/asm/*qe.h
3146 FREESCALE USB PERIPHERAL DRIVERS
3147 M:      Li Yang <leoli@freescale.com>
3148 L:      linux-usb@vger.kernel.org
3149 L:      linuxppc-dev@lists.ozlabs.org
3150 S:      Maintained
3151 F:      drivers/usb/gadget/fsl*
3153 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
3154 M:      Li Yang <leoli@freescale.com>
3155 L:      netdev@vger.kernel.org
3156 L:      linuxppc-dev@lists.ozlabs.org
3157 S:      Maintained
3158 F:      drivers/net/ethernet/freescale/ucc_geth*
3160 FREESCALE QUICC ENGINE UCC UART DRIVER
3161 M:      Timur Tabi <timur@freescale.com>
3162 L:      linuxppc-dev@lists.ozlabs.org
3163 S:      Supported
3164 F:      drivers/tty/serial/ucc_uart.c
3166 FREESCALE SOC SOUND DRIVERS
3167 M:      Timur Tabi <timur@freescale.com>
3168 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
3169 L:      linuxppc-dev@lists.ozlabs.org
3170 S:      Supported
3171 F:      sound/soc/fsl/fsl*
3172 F:      sound/soc/fsl/mpc8610_hpcd.c
3174 FREEVXFS FILESYSTEM
3175 M:      Christoph Hellwig <hch@infradead.org>
3176 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
3177 S:      Maintained
3178 F:      fs/freevxfs/
3180 FREEZER
3181 M:      Pavel Machek <pavel@ucw.cz>
3182 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
3183 L:      linux-pm@vger.kernel.org
3184 S:      Supported
3185 F:      Documentation/power/freezing-of-tasks.txt
3186 F:      include/linux/freezer.h
3187 F:      kernel/freezer.c
3189 FRONTSWAP API
3190 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
3191 L:      linux-kernel@vger.kernel.org
3192 S:      Maintained
3193 F:      mm/frontswap.c
3194 F:      include/linux/frontswap.h
3196 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
3197 M:      David Howells <dhowells@redhat.com>
3198 L:      linux-cachefs@redhat.com
3199 S:      Supported
3200 F:      Documentation/filesystems/caching/
3201 F:      fs/fscache/
3202 F:      include/linux/fscache*.h
3204 FUJITSU FR-V (FRV) PORT
3205 M:      David Howells <dhowells@redhat.com>
3206 S:      Maintained
3207 F:      arch/frv/
3209 FUJITSU LAPTOP EXTRAS
3210 M:      Jonathan Woithe <jwoithe@just42.net>
3211 L:      platform-driver-x86@vger.kernel.org
3212 S:      Maintained
3213 F:      drivers/platform/x86/fujitsu-laptop.c
3215 FUJITSU M-5MO LS CAMERA ISP DRIVER
3216 M:      Kyungmin Park <kyungmin.park@samsung.com>
3217 M:      Heungjun Kim <riverful.kim@samsung.com>
3218 L:      linux-media@vger.kernel.org
3219 S:      Maintained
3220 F:      drivers/media/i2c/m5mols/
3221 F:      include/media/m5mols.h
3223 FUJITSU TABLET EXTRAS
3224 M:      Robert Gerlach <khnz@gmx.de>
3225 L:      platform-driver-x86@vger.kernel.org
3226 S:      Maintained
3227 F:      drivers/platform/x86/fujitsu-tablet.c
3229 FUSE: FILESYSTEM IN USERSPACE
3230 M:      Miklos Szeredi <miklos@szeredi.hu>
3231 L:      fuse-devel@lists.sourceforge.net
3232 W:      http://fuse.sourceforge.net/
3233 S:      Maintained
3234 F:      fs/fuse/
3235 F:      include/linux/fuse.h
3237 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
3238 M:      Rik Faith <faith@cs.unc.edu>
3239 L:      linux-scsi@vger.kernel.org
3240 S:      Odd Fixes (e.g., new signatures)
3241 F:      drivers/scsi/fdomain.*
3243 GDT SCSI DISK ARRAY CONTROLLER DRIVER
3244 M:      Achim Leubner <achim_leubner@adaptec.com>
3245 L:      linux-scsi@vger.kernel.org
3246 W:      http://www.icp-vortex.com/
3247 S:      Supported
3248 F:      drivers/scsi/gdt*
3250 GENERIC GPIO I2C DRIVER
3251 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
3252 S:      Supported
3253 F:      drivers/i2c/busses/i2c-gpio.c
3254 F:      include/linux/i2c-gpio.h
3256 GENERIC GPIO I2C MULTIPLEXER DRIVER
3257 M:      Peter Korsgaard <peter.korsgaard@barco.com>
3258 L:      linux-i2c@vger.kernel.org
3259 S:      Supported
3260 F:      drivers/i2c/muxes/i2c-mux-gpio.c
3261 F:      include/linux/i2c-mux-gpio.h
3262 F:      Documentation/i2c/muxes/i2c-mux-gpio
3264 GENERIC HDLC (WAN) DRIVERS
3265 M:      Krzysztof Halasa <khc@pm.waw.pl>
3266 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
3267 S:      Maintained
3268 F:      drivers/net/wan/c101.c
3269 F:      drivers/net/wan/hd6457*
3270 F:      drivers/net/wan/hdlc*
3271 F:      drivers/net/wan/n2.c
3272 F:      drivers/net/wan/pc300too.c
3273 F:      drivers/net/wan/pci200syn.c
3274 F:      drivers/net/wan/wanxl*
3276 GENERIC INCLUDE/ASM HEADER FILES
3277 M:      Arnd Bergmann <arnd@arndb.de>
3278 L:      linux-arch@vger.kernel.org
3279 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
3280 S:      Maintained
3281 F:      include/asm-generic
3283 GENERIC UIO DRIVER FOR PCI DEVICES
3284 M:      "Michael S. Tsirkin" <mst@redhat.com>
3285 L:      kvm@vger.kernel.org
3286 S:      Supported
3287 F:      drivers/uio/uio_pci_generic.c
3289 GFS2 FILE SYSTEM
3290 M:      Steven Whitehouse <swhiteho@redhat.com>
3291 L:      cluster-devel@redhat.com
3292 W:      http://sources.redhat.com/cluster/
3293 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes.git
3294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw.git
3295 S:      Supported
3296 F:      Documentation/filesystems/gfs2*.txt
3297 F:      fs/gfs2/
3298 F:      include/linux/gfs2_ondisk.h
3300 GIGASET ISDN DRIVERS
3301 M:      Hansjoerg Lipp <hjlipp@web.de>
3302 M:      Tilman Schmidt <tilman@imap.cc>
3303 L:      gigaset307x-common@lists.sourceforge.net
3304 W:      http://gigaset307x.sourceforge.net/
3305 S:      Maintained
3306 F:      Documentation/isdn/README.gigaset
3307 F:      drivers/isdn/gigaset/
3308 F:      include/linux/gigaset_dev.h
3310 GPIO SUBSYSTEM
3311 M:      Grant Likely <grant.likely@secretlab.ca>
3312 M:      Linus Walleij <linus.walleij@linaro.org>
3313 S:      Maintained
3314 T:      git git://git.secretlab.ca/git/linux-2.6.git
3315 F:      Documentation/gpio.txt
3316 F:      drivers/gpio/
3317 F:      include/linux/gpio*
3318 F:      include/asm-generic/gpio.h
3320 GRE DEMULTIPLEXER DRIVER
3321 M:      Dmitry Kozlov <xeb@mail.ru>
3322 L:      netdev@vger.kernel.org
3323 S:      Maintained
3324 F:      net/ipv4/gre.c
3325 F:      include/net/gre.h
3327 GRETH 10/100/1G Ethernet MAC device driver
3328 M:      Kristoffer Glembo <kristoffer@gaisler.com>
3329 L:      netdev@vger.kernel.org
3330 S:      Maintained
3331 F:      drivers/net/ethernet/aeroflex/
3333 GSPCA FINEPIX SUBDRIVER
3334 M:      Frank Zago <frank@zago.net>
3335 L:      linux-media@vger.kernel.org
3336 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3337 S:      Maintained
3338 F:      drivers/media/usb/gspca/finepix.c
3340 GSPCA GL860 SUBDRIVER
3341 M:      Olivier Lorin <o.lorin@laposte.net>
3342 L:      linux-media@vger.kernel.org
3343 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3344 S:      Maintained
3345 F:      drivers/media/usb/gspca/gl860/
3347 GSPCA M5602 SUBDRIVER
3348 M:      Erik Andren <erik.andren@gmail.com>
3349 L:      linux-media@vger.kernel.org
3350 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3351 S:      Maintained
3352 F:      drivers/media/usb/gspca/m5602/
3354 GSPCA PAC207 SONIXB SUBDRIVER
3355 M:      Hans de Goede <hdegoede@redhat.com>
3356 L:      linux-media@vger.kernel.org
3357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3358 S:      Maintained
3359 F:      drivers/media/usb/gspca/pac207.c
3361 GSPCA SN9C20X SUBDRIVER
3362 M:      Brian Johnson <brijohn@gmail.com>
3363 L:      linux-media@vger.kernel.org
3364 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3365 S:      Maintained
3366 F:      drivers/media/usb/gspca/sn9c20x.c
3368 GSPCA T613 SUBDRIVER
3369 M:      Leandro Costantino <lcostantino@gmail.com>
3370 L:      linux-media@vger.kernel.org
3371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3372 S:      Maintained
3373 F:      drivers/media/usb/gspca/t613.c
3375 GSPCA USB WEBCAM DRIVER
3376 M:      Hans de Goede <hdegoede@redhat.com>
3377 L:      linux-media@vger.kernel.org
3378 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3379 S:      Maintained
3380 F:      drivers/media/usb/gspca/
3382 STK1160 USB VIDEO CAPTURE DRIVER
3383 M:      Ezequiel Garcia <elezegarcia@gmail.com>
3384 L:      linux-media@vger.kernel.org
3385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
3386 S:      Maintained
3387 F:      drivers/media/usb/stk1160/
3389 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
3390 M:      Frank Seidel <frank@f-seidel.de>
3391 L:      platform-driver-x86@vger.kernel.org
3392 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
3393 S:      Maintained
3394 F:      drivers/platform/x86/hdaps.c
3396 HWPOISON MEMORY FAILURE HANDLING
3397 M:      Andi Kleen <andi@firstfloor.org>
3398 L:      linux-mm@kvack.org
3399 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
3400 S:      Maintained
3401 F:      mm/memory-failure.c
3402 F:      mm/hwpoison-inject.c
3404 HYPERVISOR VIRTUAL CONSOLE DRIVER
3405 L:      linuxppc-dev@lists.ozlabs.org
3406 S:      Odd Fixes
3407 F:      drivers/tty/hvc/
3409 HARDWARE MONITORING
3410 M:      Jean Delvare <khali@linux-fr.org>
3411 M:      Guenter Roeck <linux@roeck-us.net>
3412 L:      lm-sensors@lm-sensors.org
3413 W:      http://www.lm-sensors.org/
3414 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
3415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
3416 S:      Maintained
3417 F:      Documentation/hwmon/
3418 F:      drivers/hwmon/
3419 F:      include/linux/hwmon*.h
3421 HARDWARE RANDOM NUMBER GENERATOR CORE
3422 M:      Matt Mackall <mpm@selenic.com>
3423 M:      Herbert Xu <herbert@gondor.apana.org.au>
3424 S:      Odd fixes
3425 F:      Documentation/hw_random.txt
3426 F:      drivers/char/hw_random/
3427 F:      include/linux/hw_random.h
3429 HARDWARE SPINLOCK CORE
3430 M:      Ohad Ben-Cohen <ohad@wizery.com>
3431 S:      Maintained
3432 F:      Documentation/hwspinlock.txt
3433 F:      drivers/hwspinlock/hwspinlock_*
3434 F:      include/linux/hwspinlock.h
3436 HARMONY SOUND DRIVER
3437 L:      linux-parisc@vger.kernel.org
3438 S:      Maintained
3439 F:      sound/parisc/harmony.*
3441 HD29L2 MEDIA DRIVER
3442 M:      Antti Palosaari <crope@iki.fi>
3443 L:      linux-media@vger.kernel.org
3444 W:      http://linuxtv.org/
3445 W:      http://palosaari.fi/linux/
3446 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
3447 T:      git git://linuxtv.org/anttip/media_tree.git
3448 S:      Maintained
3449 F:      drivers/media/dvb-frontends/hd29l2*
3451 HEWLETT-PACKARD SMART2 RAID DRIVER
3452 M:      Chirag Kantharia <chirag.kantharia@hp.com>
3453 L:      iss_storagedev@hp.com
3454 S:      Maintained
3455 F:      Documentation/blockdev/cpqarray.txt
3456 F:      drivers/block/cpqarray.*
3458 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
3459 M:      "Stephen M. Cameron" <scameron@beardog.cce.hp.com>
3460 L:      iss_storagedev@hp.com
3461 S:      Supported
3462 F:      Documentation/scsi/hpsa.txt
3463 F:      drivers/scsi/hpsa*.[ch]
3464 F:      include/linux/cciss*.h
3466 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
3467 M:      Mike Miller <mike.miller@hp.com>
3468 L:      iss_storagedev@hp.com
3469 S:      Supported
3470 F:      Documentation/blockdev/cciss.txt
3471 F:      drivers/block/cciss*
3472 F:      include/linux/cciss_ioctl.h
3474 HFS FILESYSTEM
3475 L:      linux-fsdevel@vger.kernel.org
3476 S:      Orphan
3477 F:      Documentation/filesystems/hfs.txt
3478 F:      fs/hfs/
3480 HGA FRAMEBUFFER DRIVER
3481 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
3482 L:      linux-nvidia@lists.surfsouth.com
3483 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
3484 S:      Maintained
3485 F:      drivers/video/hgafb.c
3487 HIBERNATION (aka Software Suspend, aka swsusp)
3488 M:      Pavel Machek <pavel@ucw.cz>
3489 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
3490 L:      linux-pm@vger.kernel.org
3491 S:      Supported
3492 F:      arch/x86/power/
3493 F:      drivers/base/power/
3494 F:      kernel/power/
3495 F:      include/linux/suspend.h
3496 F:      include/linux/freezer.h
3497 F:      include/linux/pm.h
3498 F:      arch/*/include/asm/suspend*.h
3500 HID CORE LAYER
3501 M:      Jiri Kosina <jkosina@suse.cz>
3502 L:      linux-input@vger.kernel.org
3503 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
3504 S:      Maintained
3505 F:      drivers/hid/
3506 F:      include/linux/hid*
3508 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
3509 M:      Thomas Gleixner <tglx@linutronix.de>
3510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
3511 S:      Maintained
3512 F:      Documentation/timers/
3513 F:      kernel/hrtimer.c
3514 F:      kernel/time/clockevents.c
3515 F:      kernel/time/tick*.*
3516 F:      kernel/time/timer_*.c
3517 F:      include/linux/clockchips.h
3518 F:      include/linux/hrtimer.h
3520 HIGH-SPEED SCC DRIVER FOR AX.25
3521 L:      linux-hams@vger.kernel.org
3522 S:      Orphan
3523 F:      drivers/net/hamradio/dmascc.c
3524 F:      drivers/net/hamradio/scc.c
3526 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
3527 M:      HighPoint Linux Team <linux@highpoint-tech.com>
3528 W:      http://www.highpoint-tech.com
3529 S:      Supported
3530 F:      Documentation/scsi/hptiop.txt
3531 F:      drivers/scsi/hptiop.c
3533 HIPPI
3534 M:      Jes Sorensen <jes@trained-monkey.org>
3535 L:      linux-hippi@sunsite.dk
3536 S:      Maintained
3537 F:      include/linux/hippidevice.h
3538 F:      include/linux/if_hippi.h
3539 F:      net/802/hippi.c
3540 F:      drivers/net/hippi/
3542 HOST AP DRIVER
3543 M:      Jouni Malinen <j@w1.fi>
3544 L:      hostap@shmoo.com (subscribers-only)
3545 L:      linux-wireless@vger.kernel.org
3546 W:      http://hostap.epitest.fi/
3547 S:      Maintained
3548 F:      drivers/net/wireless/hostap/
3550 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3551 L:      platform-driver-x86@vger.kernel.org
3552 S:      Orphan
3553 F:      drivers/platform/x86/tc1100-wmi.c
3555 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3556 M:      Jaroslav Kysela <perex@perex.cz>
3557 S:      Maintained
3558 F:      drivers/net/ethernet/hp/hp100.*
3560 HPET:   High Precision Event Timers driver
3561 M:      Clemens Ladisch <clemens@ladisch.de>
3562 S:      Maintained
3563 F:      Documentation/timers/hpet.txt
3564 F:      drivers/char/hpet.c
3565 F:      include/linux/hpet.h
3567 HPET:   x86
3568 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
3569 S:      Maintained
3570 F:      arch/x86/kernel/hpet.c
3571 F:      arch/x86/include/asm/hpet.h
3573 HPFS FILESYSTEM
3574 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3575 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3576 S:      Maintained
3577 F:      fs/hpfs/
3579 HSO 3G MODEM DRIVER
3580 M:      Jan Dumon <j.dumon@option.com>
3581 W:      http://www.pharscape.org
3582 S:      Maintained
3583 F:      drivers/net/usb/hso.c
3585 HTCPEN TOUCHSCREEN DRIVER
3586 M:      Pau Oliva Fora <pof@eslack.org>
3587 L:      linux-input@vger.kernel.org
3588 S:      Maintained
3589 F:      drivers/input/touchscreen/htcpen.c
3591 HUGETLB FILESYSTEM
3592 M:      William Irwin <wli@holomorphy.com>
3593 S:      Maintained
3594 F:      fs/hugetlbfs/
3596 Hyper-V CORE AND DRIVERS
3597 M:      K. Y. Srinivasan <kys@microsoft.com>
3598 M:      Haiyang Zhang <haiyangz@microsoft.com>
3599 L:      devel@linuxdriverproject.org
3600 S:      Maintained
3601 F:      drivers/hv/
3602 F:      drivers/hid/hid-hyperv.c
3603 F:      drivers/net/hyperv/
3604 F:      drivers/staging/hv/
3606 I2C/SMBUS STUB DRIVER
3607 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
3608 L:      linux-i2c@vger.kernel.org
3609 S:      Maintained
3610 F:      drivers/i2c/busses/i2c-stub.c
3612 I2C SUBSYSTEM
3613 M:      "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
3614 M:      "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3615 M:      "Wolfram Sang (embedded platforms)" <w.sang@pengutronix.de>
3616 L:      linux-i2c@vger.kernel.org
3617 W:      http://i2c.wiki.kernel.org/
3618 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3619 T:      git git://git.pengutronix.de/git/wsa/linux.git
3620 S:      Maintained
3621 F:      Documentation/i2c/
3622 F:      drivers/i2c/
3623 F:      include/linux/i2c.h
3624 F:      include/linux/i2c-*.h
3626 I2C-TINY-USB DRIVER
3627 M:      Till Harbaum <till@harbaum.org>
3628 L:      linux-i2c@vger.kernel.org
3629 W:      http://www.harbaum.org/till/i2c_tiny_usb
3630 S:      Maintained
3631 F:      drivers/i2c/busses/i2c-tiny-usb.c
3633 i386 BOOT CODE
3634 M:      "H. Peter Anvin" <hpa@zytor.com>
3635 S:      Maintained
3636 F:      arch/x86/boot/
3638 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3639 M:      "H. Peter Anvin" <hpa@zytor.com>
3640 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3641 S:      Maintained
3643 IA64 (Itanium) PLATFORM
3644 M:      Tony Luck <tony.luck@intel.com>
3645 M:      Fenghua Yu <fenghua.yu@intel.com>
3646 L:      linux-ia64@vger.kernel.org
3647 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux.git
3648 S:      Maintained
3649 F:      arch/ia64/
3651 IBM Power in-Nest Crypto Acceleration
3652 M:      Kent Yoder <key@linux.vnet.ibm.com>
3653 L:      linux-crypto@vger.kernel.org
3654 S:      Supported
3655 F:      drivers/crypto/nx/
3657 IBM Power 842 compression accelerator
3658 M:      Robert Jennings <rcj@linux.vnet.ibm.com>
3659 S:      Supported
3660 F:      drivers/crypto/nx/nx-842.c
3661 F:      include/linux/nx842.h
3663 IBM Power Linux RAID adapter
3664 M:      Brian King <brking@us.ibm.com>
3665 S:      Supported
3666 F:      drivers/scsi/ipr.*
3668 IBM Power Virtual Ethernet Device Driver
3669 M:      Santiago Leon <santil@linux.vnet.ibm.com>
3670 L:      netdev@vger.kernel.org
3671 S:      Supported
3672 F:      drivers/net/ethernet/ibm/ibmveth.*
3674 IBM Power Virtual SCSI/FC Device Drivers
3675 M:      Robert Jennings <rcj@linux.vnet.ibm.com>
3676 L:      linux-scsi@vger.kernel.org
3677 S:      Supported
3678 F:      drivers/scsi/ibmvscsi/
3679 X:      drivers/scsi/ibmvscsi/ibmvstgt.c
3681 IBM ServeRAID RAID DRIVER
3682 P:      Jack Hammer
3683 M:      Dave Jeffery <ipslinux@adaptec.com>
3684 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3685 S:      Supported
3686 F:      drivers/scsi/ips.*
3688 ICH LPC AND GPIO DRIVER
3689 M:      Peter Tyser <ptyser@xes-inc.com>
3690 S:      Maintained
3691 F:      drivers/mfd/lpc_ich.c
3692 F:      drivers/gpio/gpio-ich.c
3694 IDE SUBSYSTEM
3695 M:      "David S. Miller" <davem@davemloft.net>
3696 L:      linux-ide@vger.kernel.org
3697 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
3698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide.git
3699 S:      Maintained
3700 F:      Documentation/ide/
3701 F:      drivers/ide/
3702 F:      include/linux/ide.h
3704 IDEAPAD LAPTOP EXTRAS DRIVER
3705 M:      Ike Panhc <ike.pan@canonical.com>
3706 L:      platform-driver-x86@vger.kernel.org
3707 W:      http://launchpad.net/ideapad-laptop
3708 S:      Maintained
3709 F:      drivers/platform/x86/ideapad-laptop.c
3711 IDE/ATAPI DRIVERS
3712 M:      Borislav Petkov <petkovbb@gmail.com>
3713 L:      linux-ide@vger.kernel.org
3714 S:      Maintained
3715 F:      Documentation/cdrom/ide-cd
3716 F:      drivers/ide/ide-cd*
3718 IDLE-I7300
3719 M:      Andy Henroid <andrew.d.henroid@intel.com>
3720 L:      linux-pm@vger.kernel.org
3721 S:      Supported
3722 F:      drivers/idle/i7300_idle.c
3724 IEEE 802.15.4 SUBSYSTEM
3725 M:      Alexander Smirnov <alex.bluesman.smirnov@gmail.com>
3726 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3727 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3728 W:      http://apps.sourceforge.net/trac/linux-zigbee
3729 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3730 S:      Maintained
3731 F:      net/ieee802154/
3732 F:      net/mac802154/
3733 F:      drivers/ieee802154/
3735 IIO SUBSYSTEM AND DRIVERS
3736 M:      Jonathan Cameron <jic23@cam.ac.uk>
3737 L:      linux-iio@vger.kernel.org
3738 S:      Maintained
3739 F:      drivers/iio/
3740 F:      drivers/staging/iio/
3742 IKANOS/ADI EAGLE ADSL USB DRIVER
3743 M:      Matthieu Castet <castet.matthieu@free.fr>
3744 M:      Stanislaw Gruszka <stf_xl@wp.pl>
3745 S:      Maintained
3746 F:      drivers/usb/atm/ueagle-atm.c
3748 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3749 M:      Mimi Zohar <zohar@us.ibm.com>
3750 S:      Supported
3751 F:      security/integrity/ima/
3753 IMS TWINTURBO FRAMEBUFFER DRIVER
3754 L:      linux-fbdev@vger.kernel.org
3755 S:      Orphan
3756 F:      drivers/video/imsttfb.c
3758 INFINIBAND SUBSYSTEM
3759 M:      Roland Dreier <roland@kernel.org>
3760 M:      Sean Hefty <sean.hefty@intel.com>
3761 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
3762 L:      linux-rdma@vger.kernel.org
3763 W:      http://www.openfabrics.org/
3764 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
3765 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3766 S:      Supported
3767 F:      Documentation/infiniband/
3768 F:      drivers/infiniband/
3769 F:      include/linux/if_infiniband.h
3771 INOTIFY
3772 M:      John McCutchan <john@johnmccutchan.com>
3773 M:      Robert Love <rlove@rlove.org>
3774 M:      Eric Paris <eparis@parisplace.org>
3775 S:      Maintained
3776 F:      Documentation/filesystems/inotify.txt
3777 F:      fs/notify/inotify/
3778 F:      include/linux/inotify.h
3780 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3781 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
3782 M:      Dmitry Torokhov <dtor@mail.ru>
3783 L:      linux-input@vger.kernel.org
3784 Q:      http://patchwork.kernel.org/project/linux-input/list/
3785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3786 S:      Maintained
3787 F:      drivers/input/
3788 F:      include/linux/input.h
3789 F:      include/linux/input/
3791 INPUT MULTITOUCH (MT) PROTOCOL
3792 M:      Henrik Rydberg <rydberg@euromail.se>
3793 L:      linux-input@vger.kernel.org
3794 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3795 S:      Maintained
3796 F:      Documentation/input/multi-touch-protocol.txt
3797 F:      drivers/input/input-mt.c
3798 K:      \b(ABS|SYN)_MT_
3800 INTEL C600 SERIES SAS CONTROLLER DRIVER
3801 M:      Intel SCU Linux support <intel-linux-scu@intel.com>
3802 M:      Lukasz Dorau <lukasz.dorau@intel.com>
3803 M:      Maciej Patelczyk <maciej.patelczyk@intel.com>
3804 M:      Dave Jiang <dave.jiang@intel.com>
3805 L:      linux-scsi@vger.kernel.org
3806 T:      git git://git.code.sf.net/p/intel-sas/isci
3807 S:      Supported
3808 F:      drivers/scsi/isci/
3809 F:      firmware/isci/
3811 INTEL IDLE DRIVER
3812 M:      Len Brown <lenb@kernel.org>
3813 L:      linux-pm@vger.kernel.org
3814 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux.git
3815 S:      Supported
3816 F:      drivers/idle/intel_idle.c
3818 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3819 M:      Maik Broemme <mbroemme@plusserver.de>
3820 L:      linux-fbdev@vger.kernel.org
3821 S:      Maintained
3822 F:      Documentation/fb/intelfb.txt
3823 F:      drivers/video/intelfb/
3825 INTEL 810/815 FRAMEBUFFER DRIVER
3826 M:      Antonino Daplas <adaplas@gmail.com>
3827 L:      linux-fbdev@vger.kernel.org
3828 S:      Maintained
3829 F:      drivers/video/i810/
3831 INTEL MENLOW THERMAL DRIVER
3832 M:      Sujith Thomas <sujith.thomas@intel.com>
3833 L:      platform-driver-x86@vger.kernel.org
3834 W:      http://www.lesswatts.org/projects/acpi/
3835 S:      Supported
3836 F:      drivers/platform/x86/intel_menlow.c
3838 INTEL IA32 MICROCODE UPDATE SUPPORT
3839 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3840 S:      Maintained
3841 F:      arch/x86/kernel/microcode_core.c
3842 F:      arch/x86/kernel/microcode_intel.c
3844 INTEL I/OAT DMA DRIVER
3845 M:      Dan Williams <djbw@fb.com>
3846 S:      Maintained
3847 F:      drivers/dma/ioat*
3849 INTEL IOMMU (VT-d)
3850 M:      David Woodhouse <dwmw2@infradead.org>
3851 L:      iommu@lists.linux-foundation.org
3852 T:      git git://git.infradead.org/iommu-2.6.git
3853 S:      Supported
3854 F:      drivers/iommu/intel-iommu.c
3855 F:      include/linux/intel-iommu.h
3857 INTEL IOP-ADMA DMA DRIVER
3858 M:      Dan Williams <djbw@fb.com>
3859 S:      Odd fixes
3860 F:      drivers/dma/iop-adma.c
3862 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3863 M:      Krzysztof Halasa <khc@pm.waw.pl>
3864 S:      Maintained
3865 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
3866 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
3867 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3868 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
3869 F:      drivers/net/ethernet/xscale/ixp4xx_eth.c
3870 F:      drivers/net/wan/ixp4xx_hss.c
3872 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3873 M:      Deepak Saxena <dsaxena@plexity.net>
3874 S:      Maintained
3875 F:      drivers/char/hw_random/ixp4xx-rng.c
3877 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3878 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3879 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
3880 M:      Bruce Allan <bruce.w.allan@intel.com>
3881 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
3882 M:      Don Skidmore <donald.c.skidmore@intel.com>
3883 M:      Greg Rose <gregory.v.rose@intel.com>
3884 M:      Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
3885 M:      Alex Duyck <alexander.h.duyck@intel.com>
3886 M:      John Ronciak <john.ronciak@intel.com>
3887 L:      e1000-devel@lists.sourceforge.net
3888 W:      http://e1000.sourceforge.net/
3889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net.git
3890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next.git
3891 S:      Supported
3892 F:      Documentation/networking/e100.txt
3893 F:      Documentation/networking/e1000.txt
3894 F:      Documentation/networking/e1000e.txt
3895 F:      Documentation/networking/igb.txt
3896 F:      Documentation/networking/igbvf.txt
3897 F:      Documentation/networking/ixgb.txt
3898 F:      Documentation/networking/ixgbe.txt
3899 F:      Documentation/networking/ixgbevf.txt
3900 F:      drivers/net/ethernet/intel/
3902 INTEL MRST PMU DRIVER
3903 M:      Len Brown <len.brown@intel.com>
3904 L:      linux-pm@vger.kernel.org
3905 S:      Supported
3906 F:      arch/x86/platform/mrst/pmu.*
3908 INTEL PRO/WIRELESS 2100, 2200BG, 2915ABG NETWORK CONNECTION SUPPORT
3909 M:      Stanislav Yakovlev <stas.yakovlev@gmail.com>
3910 L:      linux-wireless@vger.kernel.org
3911 S:      Maintained
3912 F:      Documentation/networking/README.ipw2100
3913 F:      Documentation/networking/README.ipw2200
3914 F:      drivers/net/wireless/ipw2x00/
3916 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3917 M:      Richard L Maliszewski <richard.l.maliszewski@intel.com>
3918 M:      Gang Wei <gang.wei@intel.com>
3919 M:      Shane Wang <shane.wang@intel.com>
3920 L:      tboot-devel@lists.sourceforge.net
3921 W:      http://tboot.sourceforge.net
3922 T:      hg http://tboot.hg.sourceforge.net:8000/hgroot/tboot/tboot
3923 S:      Supported
3924 F:      Documentation/intel_txt.txt
3925 F:      include/linux/tboot.h
3926 F:      arch/x86/kernel/tboot.c
3928 INTEL WIRELESS WIMAX CONNECTION 2400
3929 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3930 M:      linux-wimax@intel.com
3931 L:      wimax@linuxwimax.org
3932 S:      Supported
3933 W:      http://linuxwimax.org
3934 F:      Documentation/wimax/README.i2400m
3935 F:      drivers/net/wimax/i2400m/
3936 F:      include/linux/wimax/i2400m.h
3938 INTEL WIRELESS 3945ABG/BG, 4965AGN (iwlegacy)
3939 M:      Stanislaw Gruszka <sgruszka@redhat.com>
3940 L:      linux-wireless@vger.kernel.org
3941 S:      Supported
3942 F:      drivers/net/wireless/iwlegacy/
3944 INTEL WIRELESS WIFI LINK (iwlwifi)
3945 M:      Johannes Berg <johannes.berg@intel.com>
3946 M:      Wey-Yi Guy <wey-yi.w.guy@intel.com>
3947 M:      Intel Linux Wireless <ilw@linux.intel.com>
3948 L:      linux-wireless@vger.kernel.org
3949 W:      http://intellinuxwireless.org
3950 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi.git
3951 S:      Supported
3952 F:      drivers/net/wireless/iwlwifi/
3954 INTEL MANAGEMENT ENGINE (mei)
3955 M:      Tomas Winkler <tomas.winkler@intel.com>
3956 L:      linux-kernel@vger.kernel.org
3957 S:      Supported
3958 F:      include/linux/mei.h
3959 F:      drivers/misc/mei/*
3960 F:      Documentation/mei/*
3962 IOC3 ETHERNET DRIVER
3963 M:      Ralf Baechle <ralf@linux-mips.org>
3964 L:      linux-mips@linux-mips.org
3965 S:      Maintained
3966 F:      drivers/net/ethernet/sgi/ioc3-eth.c
3968 IOC3 SERIAL DRIVER
3969 M:      Pat Gefre <pfg@sgi.com>
3970 L:      linux-serial@vger.kernel.org
3971 S:      Maintained
3972 F:      drivers/tty/serial/ioc3_serial.c
3974 IP MASQUERADING
3975 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3976 S:      Maintained
3977 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3979 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3980 M:      Francois Romieu <romieu@fr.zoreil.com>
3981 M:      Sorbica Shieh <sorbica@icplus.com.tw>
3982 L:      netdev@vger.kernel.org
3983 S:      Maintained
3984 F:      drivers/net/ethernet/icplus/ipg.*
3986 IPATH DRIVER
3987 M:      Mike Marciniszyn <infinipath@intel.com>
3988 L:      linux-rdma@vger.kernel.org
3989 S:      Maintained
3990 F:      drivers/infiniband/hw/ipath/
3992 IPMI SUBSYSTEM
3993 M:      Corey Minyard <minyard@acm.org>
3994 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3995 W:      http://openipmi.sourceforge.net/
3996 S:      Supported
3997 F:      Documentation/IPMI.txt
3998 F:      drivers/char/ipmi/
3999 F:      include/linux/ipmi*
4001 IPS SCSI RAID DRIVER
4002 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
4003 L:      linux-scsi@vger.kernel.org
4004 W:      http://www.adaptec.com/
4005 S:      Maintained
4006 F:      drivers/scsi/ips*
4008 IPVS
4009 M:      Wensong Zhang <wensong@linux-vs.org>
4010 M:      Simon Horman <horms@verge.net.au>
4011 M:      Julian Anastasov <ja@ssi.bg>
4012 L:      netdev@vger.kernel.org
4013 L:      lvs-devel@vger.kernel.org
4014 S:      Maintained
4015 F:      Documentation/networking/ipvs-sysctl.txt
4016 F:      include/net/ip_vs.h
4017 F:      include/linux/ip_vs.h
4018 F:      net/netfilter/ipvs/
4020 IPWIRELESS DRIVER
4021 M:      Jiri Kosina <jkosina@suse.cz>
4022 M:      David Sterba <dsterba@suse.cz>
4023 S:      Odd Fixes
4024 F:      drivers/tty/ipwireless/
4026 IPX NETWORK LAYER
4027 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4028 L:      netdev@vger.kernel.org
4029 S:      Maintained
4030 F:      include/linux/ipx.h
4031 F:      include/net/ipx.h
4032 F:      net/ipx/
4034 IRDA SUBSYSTEM
4035 M:      Samuel Ortiz <samuel@sortiz.org>
4036 L:      irda-users@lists.sourceforge.net (subscribers-only)
4037 L:      netdev@vger.kernel.org
4038 W:      http://irda.sourceforge.net/
4039 S:      Maintained
4040 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
4041 F:      Documentation/networking/irda.txt
4042 F:      drivers/net/irda/
4043 F:      include/net/irda/
4044 F:      net/irda/
4046 IRQ SUBSYSTEM
4047 M:      Thomas Gleixner <tglx@linutronix.de>
4048 S:      Maintained
4049 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq/core
4050 F:      kernel/irq/
4052 IRQ DOMAINS (IRQ NUMBER MAPPING LIBRARY)
4053 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4054 M:      Grant Likely <grant.likely@secretlab.ca>
4055 T:      git git://git.secretlab.ca/git/linux-2.6.git irqdomain/next
4056 S:      Maintained
4057 F:      Documentation/IRQ-domain.txt
4058 F:      include/linux/irqdomain.h
4059 F:      kernel/irq/irqdomain.c
4061 ISAPNP
4062 M:      Jaroslav Kysela <perex@perex.cz>
4063 S:      Maintained
4064 F:      Documentation/isapnp.txt
4065 F:      drivers/pnp/isapnp/
4066 F:      include/linux/isapnp.h
4068 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
4069 M:      Peter Jones <pjones@redhat.com>
4070 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
4071 S:      Maintained
4072 F:      drivers/firmware/iscsi_ibft*
4074 ISCSI
4075 M:      Mike Christie <michaelc@cs.wisc.edu>
4076 L:      open-iscsi@googlegroups.com
4077 W:      www.open-iscsi.org
4078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
4079 S:      Maintained
4080 F:      drivers/scsi/*iscsi*
4081 F:      include/scsi/*iscsi*
4083 ISDN SUBSYSTEM
4084 M:      Karsten Keil <isdn@linux-pingi.de>
4085 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4086 L:      netdev@vger.kernel.org
4087 W:      http://www.isdn4linux.de
4088 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
4089 S:      Maintained
4090 F:      Documentation/isdn/
4091 F:      drivers/isdn/
4092 F:      include/linux/isdn.h
4093 F:      include/linux/isdn/
4095 ISDN SUBSYSTEM (Eicon active card driver)
4096 M:      Armin Schindler <mac@melware.de>
4097 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
4098 W:      http://www.melware.de
4099 S:      Maintained
4100 F:      drivers/isdn/hardware/eicon/
4102 IT87 HARDWARE MONITORING DRIVER
4103 M:      Jean Delvare <khali@linux-fr.org>
4104 L:      lm-sensors@lm-sensors.org
4105 S:      Maintained
4106 F:      Documentation/hwmon/it87
4107 F:      drivers/hwmon/it87.c
4109 IVTV VIDEO4LINUX DRIVER
4110 M:      Andy Walls <awalls@md.metrocast.net>
4111 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
4112 L:      linux-media@vger.kernel.org
4113 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4114 W:      http://www.ivtvdriver.org
4115 S:      Maintained
4116 F:      Documentation/video4linux/*.ivtv
4117 F:      drivers/media/pci/ivtv/
4118 F:      include/linux/ivtv*
4120 JC42.4 TEMPERATURE SENSOR DRIVER
4121 M:      Guenter Roeck <linux@roeck-us.net>
4122 L:      lm-sensors@lm-sensors.org
4123 S:      Maintained
4124 F:      drivers/hwmon/jc42.c
4125 F:      Documentation/hwmon/jc42
4127 JFS FILESYSTEM
4128 M:      Dave Kleikamp <shaggy@kernel.org>
4129 L:      jfs-discussion@lists.sourceforge.net
4130 W:      http://jfs.sourceforge.net/
4131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
4132 S:      Maintained
4133 F:      Documentation/filesystems/jfs.txt
4134 F:      fs/jfs/
4136 JME NETWORK DRIVER
4137 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
4138 L:      netdev@vger.kernel.org
4139 S:      Maintained
4140 F:      drivers/net/ethernet/jme.*
4142 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
4143 M:      David Woodhouse <dwmw2@infradead.org>
4144 L:      linux-mtd@lists.infradead.org
4145 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
4146 S:      Maintained
4147 F:      fs/jffs2/
4148 F:      include/linux/jffs2.h
4150 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
4151 M:      Andrew Morton <akpm@linux-foundation.org>
4152 M:      Jan Kara <jack@suse.cz>
4153 L:      linux-ext4@vger.kernel.org
4154 S:      Maintained
4155 F:      fs/jbd/
4156 F:      include/linux/ext3_jbd.h
4157 F:      include/linux/jbd.h
4159 JOURNALLING LAYER FOR BLOCK DEVICES (JBD2)
4160 M:      "Theodore Ts'o" <tytso@mit.edu>
4161 L:      linux-ext4@vger.kernel.org
4162 S:      Maintained
4163 F:      fs/jbd2/
4164 F:      include/linux/jbd2.h
4166 JSM Neo PCI based serial card
4167 M:      Lucas Tavares <lucaskt@linux.vnet.ibm.com>
4168 L:      linux-serial@vger.kernel.org
4169 S:      Maintained
4170 F:      drivers/tty/serial/jsm/
4172 K10TEMP HARDWARE MONITORING DRIVER
4173 M:      Clemens Ladisch <clemens@ladisch.de>
4174 L:      lm-sensors@lm-sensors.org
4175 S:      Maintained
4176 F:      Documentation/hwmon/k10temp
4177 F:      drivers/hwmon/k10temp.c
4179 K8TEMP HARDWARE MONITORING DRIVER
4180 M:      Rudolf Marek <r.marek@assembler.cz>
4181 L:      lm-sensors@lm-sensors.org
4182 S:      Maintained
4183 F:      Documentation/hwmon/k8temp
4184 F:      drivers/hwmon/k8temp.c
4186 KCONFIG
4187 M:      Michal Marek <mmarek@suse.cz>
4188 L:      linux-kbuild@vger.kernel.org
4189 S:      Odd Fixes
4190 F:      Documentation/kbuild/kconfig-language.txt
4191 F:      scripts/kconfig/
4193 KDUMP
4194 M:      Vivek Goyal <vgoyal@redhat.com>
4195 M:      Haren Myneni <hbabu@us.ibm.com>
4196 L:      kexec@lists.infradead.org
4197 W:      http://lse.sourceforge.net/kdump/
4198 S:      Maintained
4199 F:      Documentation/kdump/
4201 KERNEL AUTOMOUNTER v4 (AUTOFS4)
4202 M:      Ian Kent <raven@themaw.net>
4203 L:      autofs@vger.kernel.org
4204 S:      Maintained
4205 F:      fs/autofs4/
4207 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
4208 M:      Michal Marek <mmarek@suse.cz>
4209 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git for-next
4210 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild.git rc-fixes
4211 L:      linux-kbuild@vger.kernel.org
4212 S:      Maintained
4213 F:      Documentation/kbuild/
4214 F:      Makefile
4215 F:      scripts/Makefile.*
4216 F:      scripts/basic/
4217 F:      scripts/mk*
4218 F:      scripts/package/
4220 KERNEL JANITORS
4221 L:      kernel-janitors@vger.kernel.org
4222 W:      http://kernelnewbies.org/KernelJanitors
4223 S:      Odd Fixes
4225 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
4226 M:      "J. Bruce Fields" <bfields@fieldses.org>
4227 L:      linux-nfs@vger.kernel.org
4228 W:      http://nfs.sourceforge.net/
4229 S:      Supported
4230 F:      fs/nfsd/
4231 F:      include/linux/nfsd/
4232 F:      fs/lockd/
4233 F:      fs/nfs_common/
4234 F:      net/sunrpc/
4235 F:      include/linux/lockd/
4236 F:      include/linux/sunrpc/
4238 KERNEL VIRTUAL MACHINE (KVM)
4239 M:      Avi Kivity <avi@redhat.com>
4240 M:      Marcelo Tosatti <mtosatti@redhat.com>
4241 L:      kvm@vger.kernel.org
4242 W:      http://kvm.qumranet.com
4243 S:      Supported
4244 F:      Documentation/*/kvm.txt
4245 F:      arch/*/kvm/
4246 F:      arch/*/include/asm/kvm*
4247 F:      include/linux/kvm*
4248 F:      virt/kvm/
4250 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
4251 M:      Joerg Roedel <joerg.roedel@amd.com>
4252 L:      kvm@vger.kernel.org
4253 W:      http://kvm.qumranet.com
4254 S:      Supported
4255 F:      arch/x86/include/asm/svm.h
4256 F:      arch/x86/kvm/svm.c
4258 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
4259 M:      Alexander Graf <agraf@suse.de>
4260 L:      kvm-ppc@vger.kernel.org
4261 W:      http://kvm.qumranet.com
4262 S:      Supported
4263 F:      arch/powerpc/include/asm/kvm*
4264 F:      arch/powerpc/kvm/
4266 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
4267 M:      Xiantao Zhang <xiantao.zhang@intel.com>
4268 L:      kvm-ia64@vger.kernel.org
4269 W:      http://kvm.qumranet.com
4270 S:      Supported
4271 F:      Documentation/ia64/kvm.txt
4272 F:      arch/ia64/include/asm/kvm*
4273 F:      arch/ia64/kvm/
4275 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
4276 M:      Christian Borntraeger <borntraeger@de.ibm.com>
4277 M:      Cornelia Huck <cornelia.huck@de.ibm.com>
4278 M:      linux390@de.ibm.com
4279 L:      linux-s390@vger.kernel.org
4280 W:      http://www.ibm.com/developerworks/linux/linux390/
4281 S:      Supported
4282 F:      Documentation/s390/kvm.txt
4283 F:      arch/s390/include/asm/kvm*
4284 F:      arch/s390/kvm/
4285 F:      drivers/s390/kvm/
4287 KEXEC
4288 M:      Eric Biederman <ebiederm@xmission.com>
4289 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
4290 L:      kexec@lists.infradead.org
4291 S:      Maintained
4292 F:      include/linux/kexec.h
4293 F:      kernel/kexec.c
4295 KEYS/KEYRINGS:
4296 M:      David Howells <dhowells@redhat.com>
4297 L:      keyrings@linux-nfs.org
4298 S:      Maintained
4299 F:      Documentation/security/keys.txt
4300 F:      include/linux/key.h
4301 F:      include/linux/key-type.h
4302 F:      include/keys/
4303 F:      security/keys/
4305 KEYS-TRUSTED
4306 M:      David Safford <safford@watson.ibm.com>
4307 M:      Mimi Zohar <zohar@us.ibm.com>
4308 L:      linux-security-module@vger.kernel.org
4309 L:      keyrings@linux-nfs.org
4310 S:      Supported
4311 F:      Documentation/security/keys-trusted-encrypted.txt
4312 F:      include/keys/trusted-type.h
4313 F:      security/keys/trusted.c
4314 F:      security/keys/trusted.h
4316 KEYS-ENCRYPTED
4317 M:      Mimi Zohar <zohar@us.ibm.com>
4318 M:      David Safford <safford@watson.ibm.com>
4319 L:      linux-security-module@vger.kernel.org
4320 L:      keyrings@linux-nfs.org
4321 S:      Supported
4322 F:      Documentation/security/keys-trusted-encrypted.txt
4323 F:      include/keys/encrypted-type.h
4324 F:      security/keys/encrypted-keys/
4326 KGDB / KDB /debug_core
4327 M:      Jason Wessel <jason.wessel@windriver.com>
4328 W:      http://kgdb.wiki.kernel.org/
4329 L:      kgdb-bugreport@lists.sourceforge.net
4330 S:      Maintained
4331 F:      Documentation/DocBook/kgdb.tmpl
4332 F:      drivers/misc/kgdbts.c
4333 F:      drivers/tty/serial/kgdboc.c
4334 F:      include/linux/kdb.h
4335 F:      include/linux/kgdb.h
4336 F:      kernel/debug/
4338 KMEMCHECK
4339 M:      Vegard Nossum <vegardno@ifi.uio.no>
4340 M:      Pekka Enberg <penberg@kernel.org>
4341 S:      Maintained
4342 F:      Documentation/kmemcheck.txt
4343 F:      arch/x86/include/asm/kmemcheck.h
4344 F:      arch/x86/mm/kmemcheck/
4345 F:      include/linux/kmemcheck.h
4346 F:      mm/kmemcheck.c
4348 KMEMLEAK
4349 M:      Catalin Marinas <catalin.marinas@arm.com>
4350 S:      Maintained
4351 F:      Documentation/kmemleak.txt
4352 F:      include/linux/kmemleak.h
4353 F:      mm/kmemleak.c
4354 F:      mm/kmemleak-test.c
4356 KPROBES
4357 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
4358 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
4359 M:      "David S. Miller" <davem@davemloft.net>
4360 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
4361 S:      Maintained
4362 F:      Documentation/kprobes.txt
4363 F:      include/linux/kprobes.h
4364 F:      kernel/kprobes.c
4366 KS0108 LCD CONTROLLER DRIVER
4367 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
4368 W:      http://miguelojeda.es/auxdisplay.htm
4369 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
4370 S:      Maintained
4371 F:      Documentation/auxdisplay/ks0108
4372 F:      drivers/auxdisplay/ks0108.c
4373 F:      include/linux/ks0108.h
4375 LAPB module
4376 L:      linux-x25@vger.kernel.org
4377 S:      Orphan
4378 F:      Documentation/networking/lapb-module.txt
4379 F:      include/*/lapb.h
4380 F:      net/lapb/
4382 LASI 53c700 driver for PARISC
4383 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4384 L:      linux-scsi@vger.kernel.org
4385 S:      Maintained
4386 F:      Documentation/scsi/53c700.txt
4387 F:      drivers/scsi/53c700*
4389 LED SUBSYSTEM
4390 M:      Bryan Wu <cooloney@gmail.com>
4391 M:      Richard Purdie <rpurdie@rpsys.net>
4392 L:      linux-leds@vger.kernel.org
4393 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/linux-leds.git
4394 S:      Maintained
4395 F:      drivers/leds/
4396 F:      include/linux/leds.h
4398 LEGACY EEPROM DRIVER
4399 M:      Jean Delvare <khali@linux-fr.org>
4400 S:      Maintained
4401 F:      Documentation/misc-devices/eeprom
4402 F:      drivers/misc/eeprom/eeprom.c
4404 LEGO USB Tower driver
4405 M:      Juergen Stuber <starblue@users.sourceforge.net>
4406 L:      legousb-devel@lists.sourceforge.net
4407 W:      http://legousb.sourceforge.net/
4408 S:      Maintained
4409 F:      drivers/usb/misc/legousbtower.c
4411 LG2160 MEDIA DRIVER
4412 M:      Michael Krufky <mkrufky@linuxtv.org>
4413 L:      linux-media@vger.kernel.org
4414 W:      http://linuxtv.org/
4415 W:      http://github.com/mkrufky
4416 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4417 T:      git git://linuxtv.org/mkrufky/tuners.git
4418 S:      Maintained
4419 F:      drivers/media/dvb-frontends/lg2160.*
4421 LGDT3305 MEDIA DRIVER
4422 M:      Michael Krufky <mkrufky@linuxtv.org>
4423 L:      linux-media@vger.kernel.org
4424 W:      http://linuxtv.org/
4425 W:      http://github.com/mkrufky
4426 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4427 T:      git git://linuxtv.org/mkrufky/tuners.git
4428 S:      Maintained
4429 F:      drivers/media/dvb-frontends/lgdt3305.*
4431 LGUEST
4432 M:      Rusty Russell <rusty@rustcorp.com.au>
4433 L:      lguest@lists.ozlabs.org
4434 W:      http://lguest.ozlabs.org/
4435 S:      Odd Fixes
4436 F:      arch/x86/include/asm/lguest*.h
4437 F:      arch/x86/lguest/
4438 F:      drivers/lguest/
4439 F:      include/linux/lguest*.h
4440 F:      tools/lguest/
4442 LINUX FOR IBM pSERIES (RS/6000)
4443 M:      Paul Mackerras <paulus@au.ibm.com>
4444 W:      http://www.ibm.com/linux/ltc/projects/ppc
4445 S:      Supported
4446 F:      arch/powerpc/boot/rs6000.h
4448 LINUX FOR POWERPC (32-BIT AND 64-BIT)
4449 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4450 M:      Paul Mackerras <paulus@samba.org>
4451 W:      http://www.penguinppc.org/
4452 L:      linuxppc-dev@lists.ozlabs.org
4453 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
4454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
4455 S:      Supported
4456 F:      Documentation/powerpc/
4457 F:      arch/powerpc/
4459 LINUX FOR POWER MACINTOSH
4460 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4461 W:      http://www.penguinppc.org/
4462 L:      linuxppc-dev@lists.ozlabs.org
4463 S:      Maintained
4464 F:      arch/powerpc/platforms/powermac/
4465 F:      drivers/macintosh/
4467 LINUX FOR POWERPC EMBEDDED MPC5XXX
4468 M:      Anatolij Gustschin <agust@denx.de>
4469 L:      linuxppc-dev@lists.ozlabs.org
4470 T:      git git://git.denx.de/linux-2.6-agust.git
4471 S:      Maintained
4472 F:      arch/powerpc/platforms/512x/
4473 F:      arch/powerpc/platforms/52xx/
4475 LINUX FOR POWERPC EMBEDDED PPC4XX
4476 M:      Josh Boyer <jwboyer@gmail.com>
4477 M:      Matt Porter <mporter@kernel.crashing.org>
4478 W:      http://www.penguinppc.org/
4479 L:      linuxppc-dev@lists.ozlabs.org
4480 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
4481 S:      Maintained
4482 F:      arch/powerpc/platforms/40x/
4483 F:      arch/powerpc/platforms/44x/
4485 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
4486 M:      Grant Likely <grant.likely@secretlab.ca>
4487 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
4488 L:      linuxppc-dev@lists.ozlabs.org
4489 T:      git git://git.secretlab.ca/git/linux-2.6.git
4490 S:      Maintained
4491 F:      arch/powerpc/*/*virtex*
4492 F:      arch/powerpc/*/*/*virtex*
4494 LINUX FOR POWERPC EMBEDDED PPC8XX
4495 M:      Vitaly Bordug <vitb@kernel.crashing.org>
4496 M:      Marcelo Tosatti <marcelo@kvack.org>
4497 W:      http://www.penguinppc.org/
4498 L:      linuxppc-dev@lists.ozlabs.org
4499 S:      Maintained
4500 F:      arch/powerpc/platforms/8xx/
4502 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
4503 M:      Kumar Gala <galak@kernel.crashing.org>
4504 W:      http://www.penguinppc.org/
4505 L:      linuxppc-dev@lists.ozlabs.org
4506 S:      Maintained
4507 F:      arch/powerpc/platforms/83xx/
4508 F:      arch/powerpc/platforms/85xx/
4510 LINUX FOR POWERPC PA SEMI PWRFICIENT
4511 M:      Olof Johansson <olof@lixom.net>
4512 L:      linuxppc-dev@lists.ozlabs.org
4513 S:      Maintained
4514 F:      arch/powerpc/platforms/pasemi/
4515 F:      drivers/*/*pasemi*
4516 F:      drivers/*/*/*pasemi*
4518 LINUX SECURITY MODULE (LSM) FRAMEWORK
4519 M:      Chris Wright <chrisw@sous-sol.org>
4520 L:      linux-security-module@vger.kernel.org
4521 S:      Supported
4523 LIS3LV02D ACCELEROMETER DRIVER
4524 M:      Eric Piel <eric.piel@tremplin-utc.net>
4525 S:      Maintained
4526 F:      Documentation/misc-devices/lis3lv02d
4527 F:      drivers/misc/lis3lv02d/
4528 F:      drivers/platform/x86/hp_accel.c
4530 LLC (802.2)
4531 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4532 S:      Maintained
4533 F:      include/linux/llc.h
4534 F:      include/net/llc*
4535 F:      net/llc/
4537 LM73 HARDWARE MONITOR DRIVER
4538 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
4539 L:      lm-sensors@lm-sensors.org
4540 S:      Maintained
4541 F:      drivers/hwmon/lm73.c
4543 LM78 HARDWARE MONITOR DRIVER
4544 M:      Jean Delvare <khali@linux-fr.org>
4545 L:      lm-sensors@lm-sensors.org
4546 S:      Maintained
4547 F:      Documentation/hwmon/lm78
4548 F:      drivers/hwmon/lm78.c
4550 LM83 HARDWARE MONITOR DRIVER
4551 M:      Jean Delvare <khali@linux-fr.org>
4552 L:      lm-sensors@lm-sensors.org
4553 S:      Maintained
4554 F:      Documentation/hwmon/lm83
4555 F:      drivers/hwmon/lm83.c
4557 LM90 HARDWARE MONITOR DRIVER
4558 M:      Jean Delvare <khali@linux-fr.org>
4559 L:      lm-sensors@lm-sensors.org
4560 S:      Maintained
4561 F:      Documentation/hwmon/lm90
4562 F:      drivers/hwmon/lm90.c
4564 LOCKDEP AND LOCKSTAT
4565 M:      Peter Zijlstra <peterz@infradead.org>
4566 M:      Ingo Molnar <mingo@redhat.com>
4567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git core/locking
4568 S:      Maintained
4569 F:      Documentation/lockdep*.txt
4570 F:      Documentation/lockstat.txt
4571 F:      include/linux/lockdep.h
4572 F:      kernel/lockdep*
4574 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
4575 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
4576 L:      linux-ntfs-dev@lists.sourceforge.net
4577 W:      http://www.linux-ntfs.org/content/view/19/37/
4578 S:      Maintained
4579 F:      Documentation/ldm.txt
4580 F:      block/partitions/ldm.*
4582 LogFS
4583 M:      Joern Engel <joern@logfs.org>
4584 M:      Prasad Joshi <prasadjoshi.linux@gmail.com>
4585 L:      logfs@logfs.org
4586 W:      logfs.org
4587 S:      Maintained
4588 F:      fs/logfs/
4590 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
4591 M:      Eric Moore <Eric.Moore@lsi.com>
4592 M:      support@lsi.com
4593 L:      DL-MPTFusionLinux@lsi.com
4594 L:      linux-scsi@vger.kernel.org
4595 W:      http://www.lsilogic.com/support
4596 S:      Supported
4597 F:      drivers/message/fusion/
4599 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
4600 M:      Matthew Wilcox <matthew@wil.cx>
4601 L:      linux-scsi@vger.kernel.org
4602 S:      Maintained
4603 F:      drivers/scsi/sym53c8xx_2/
4605 LTC4261 HARDWARE MONITOR DRIVER
4606 M:      Guenter Roeck <linux@roeck-us.net>
4607 L:      lm-sensors@lm-sensors.org
4608 S:      Maintained
4609 F:      Documentation/hwmon/ltc4261
4610 F:      drivers/hwmon/ltc4261.c
4612 LTP (Linux Test Project)
4613 M:      Shubham Goyal <shubham@linux.vnet.ibm.com>
4614 M:      Mike Frysinger <vapier@gentoo.org>
4615 M:      Cyril Hrubis <chrubis@suse.cz>
4616 M:      Caspar Zhang <caspar@casparzhang.com>
4617 M:      Wanlong Gao <gaowanlong@cn.fujitsu.com>
4618 L:      ltp-list@lists.sourceforge.net (subscribers-only)
4619 W:      http://ltp.sourceforge.net/
4620 T:      git git://github.com/linux-test-project/ltp.git
4621 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
4622 S:      Maintained
4624 M32R ARCHITECTURE
4625 M:      Hirokazu Takata <takata@linux-m32r.org>
4626 L:      linux-m32r@ml.linux-m32r.org (moderated for non-subscribers)
4627 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4628 W:      http://www.linux-m32r.org/
4629 S:      Maintained
4630 F:      arch/m32r/
4632 M68K ARCHITECTURE
4633 M:      Geert Uytterhoeven <geert@linux-m68k.org>
4634 L:      linux-m68k@lists.linux-m68k.org
4635 W:      http://www.linux-m68k.org/
4636 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4637 S:      Maintained
4638 F:      arch/m68k/
4639 F:      drivers/zorro/
4641 M68K ON APPLE MACINTOSH
4642 M:      Joshua Thompson <funaho@jurai.org>
4643 W:      http://www.mac.linux-m68k.org/
4644 L:      linux-m68k@lists.linux-m68k.org
4645 S:      Maintained
4646 F:      arch/m68k/mac/
4648 M68K ON HP9000/300
4649 M:      Philip Blundell <philb@gnu.org>
4650 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
4651 S:      Maintained
4652 F:      arch/m68k/hp300/
4654 MAC80211
4655 M:      Johannes Berg <johannes@sipsolutions.net>
4656 L:      linux-wireless@vger.kernel.org
4657 W:      http://wireless.kernel.org/
4658 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4659 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4660 S:      Maintained
4661 F:      Documentation/networking/mac80211-injection.txt
4662 F:      include/net/mac80211.h
4663 F:      net/mac80211/
4665 MAC80211 PID RATE CONTROL
4666 M:      Stefano Brivio <stefano.brivio@polimi.it>
4667 M:      Mattias Nissler <mattias.nissler@gmx.de>
4668 L:      linux-wireless@vger.kernel.org
4669 W:      http://wireless.kernel.org/en/developers/Documentation/mac80211/RateControl/PID
4670 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
4671 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
4672 S:      Maintained
4673 F:      net/mac80211/rc80211_pid*
4675 MACVLAN DRIVER
4676 M:      Patrick McHardy <kaber@trash.net>
4677 L:      netdev@vger.kernel.org
4678 S:      Maintained
4679 F:      drivers/net/macvlan.c
4680 F:      include/linux/if_macvlan.h
4682 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4683 M:      Michael Kerrisk <mtk.manpages@gmail.com>
4684 W:      http://www.kernel.org/doc/man-pages
4685 L:      linux-man@vger.kernel.org
4686 S:      Maintained
4688 MARVELL GIGABIT ETHERNET DRIVERS (skge/sky2)
4689 M:      Mirko Lindner <mlindner@marvell.com>
4690 M:      Stephen Hemminger <shemminger@vyatta.com>
4691 L:      netdev@vger.kernel.org
4692 S:      Maintained
4693 F:      drivers/net/ethernet/marvell/sk*
4695 MARVELL LIBERTAS WIRELESS DRIVER
4696 M:      Dan Williams <dcbw@redhat.com>
4697 L:      libertas-dev@lists.infradead.org
4698 S:      Maintained
4699 F:      drivers/net/wireless/libertas/
4701 MARVELL MV643XX ETHERNET DRIVER
4702 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4703 L:      netdev@vger.kernel.org
4704 S:      Maintained
4705 F:      drivers/net/ethernet/marvell/mv643xx_eth.*
4706 F:      include/linux/mv643xx.h
4708 MARVELL MWIFIEX WIRELESS DRIVER
4709 M:      Bing Zhao <bzhao@marvell.com>
4710 L:      linux-wireless@vger.kernel.org
4711 S:      Maintained
4712 F:      drivers/net/wireless/mwifiex/
4714 MARVELL MWL8K WIRELESS DRIVER
4715 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4716 L:      linux-wireless@vger.kernel.org
4717 S:      Odd Fixes
4718 F:      drivers/net/wireless/mwl8k.c
4720 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4721 M:      Nicolas Pitre <nico@fluxnic.net>
4722 S:      Odd Fixes
4723 F:      drivers/mmc/host/mvsdio.*
4725 MATROX FRAMEBUFFER DRIVER
4726 L:      linux-fbdev@vger.kernel.org
4727 S:      Orphan
4728 F:      drivers/video/matrox/matroxfb_*
4729 F:      include/linux/matroxfb.h
4731 MAX16065 HARDWARE MONITOR DRIVER
4732 M:      Guenter Roeck <linux@roeck-us.net>
4733 L:      lm-sensors@lm-sensors.org
4734 S:      Maintained
4735 F:      Documentation/hwmon/max16065
4736 F:      drivers/hwmon/max16065.c
4738 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4739 M:      "Hans J. Koch" <hjk@hansjkoch.de>
4740 L:      lm-sensors@lm-sensors.org
4741 S:      Maintained
4742 F:      Documentation/hwmon/max6650
4743 F:      drivers/hwmon/max6650.c
4745 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4746 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
4747 P:      LinuxTV.org Project
4748 L:      linux-media@vger.kernel.org
4749 W:      http://linuxtv.org
4750 Q:      http://patchwork.kernel.org/project/linux-media/list/
4751 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
4752 S:      Maintained
4753 F:      Documentation/dvb/
4754 F:      Documentation/video4linux/
4755 F:      Documentation/DocBook/media/
4756 F:      drivers/media/
4757 F:      drivers/staging/media/
4758 F:      include/media/
4759 F:      include/linux/dvb/
4760 F:      include/linux/videodev*.h
4762 MEGARAID SCSI DRIVERS
4763 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
4764 L:      linux-scsi@vger.kernel.org
4765 W:      http://megaraid.lsilogic.com
4766 S:      Maintained
4767 F:      Documentation/scsi/megaraid.txt
4768 F:      drivers/scsi/megaraid.*
4769 F:      drivers/scsi/megaraid/
4771 MEMORY MANAGEMENT
4772 L:      linux-mm@kvack.org
4773 W:      http://www.linux-mm.org
4774 S:      Maintained
4775 F:      include/linux/mm.h
4776 F:      mm/
4778 MEMORY RESOURCE CONTROLLER
4779 M:      Johannes Weiner <hannes@cmpxchg.org>
4780 M:      Michal Hocko <mhocko@suse.cz>
4781 M:      Balbir Singh <bsingharora@gmail.com>
4782 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4783 L:      cgroups@vger.kernel.org
4784 L:      linux-mm@kvack.org
4785 S:      Maintained
4786 F:      mm/memcontrol.c
4787 F:      mm/page_cgroup.c
4789 MEMORY TECHNOLOGY DEVICES (MTD)
4790 M:      David Woodhouse <dwmw2@infradead.org>
4791 L:      linux-mtd@lists.infradead.org
4792 W:      http://www.linux-mtd.infradead.org/
4793 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
4794 T:      git git://git.infradead.org/mtd-2.6.git
4795 S:      Maintained
4796 F:      drivers/mtd/
4797 F:      include/linux/mtd/
4798 F:      include/mtd/
4800 MICROBLAZE ARCHITECTURE
4801 M:      Michal Simek <monstr@monstr.eu>
4802 L:      microblaze-uclinux@itee.uq.edu.au (moderated for non-subscribers)
4803 W:      http://www.monstr.eu/fdt/
4804 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
4805 S:      Supported
4806 F:      arch/microblaze/
4808 MICROTEK X6 SCANNER
4809 M:      Oliver Neukum <oliver@neukum.org>
4810 S:      Maintained
4811 F:      drivers/usb/image/microtek.*
4813 MIPS
4814 M:      Ralf Baechle <ralf@linux-mips.org>
4815 L:      linux-mips@linux-mips.org
4816 W:      http://www.linux-mips.org/
4817 T:      git git://git.linux-mips.org/pub/scm/ralf/linux.git
4818 Q:      http://patchwork.linux-mips.org/project/linux-mips/list/
4819 S:      Supported
4820 F:      Documentation/mips/
4821 F:      arch/mips/
4823 MODULE SUPPORT
4824 M:      Rusty Russell <rusty@rustcorp.com.au>
4825 S:      Maintained
4826 F:      include/linux/module.h
4827 F:      kernel/module.c
4829 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4830 W:      http://popies.net/meye/
4831 S:      Orphan
4832 F:      Documentation/video4linux/meye.txt
4833 F:      drivers/media/pci/meye/
4834 F:      include/linux/meye.h
4836 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4837 M:      Pavel Pisa <ppisa@pikron.com>
4838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4839 S:      Maintained
4840 F:      drivers/mmc/host/imxmmc.*
4842 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4843 M:      Jiri Slaby <jirislaby@gmail.com>
4844 S:      Maintained
4845 F:      Documentation/serial/moxa-smartio
4846 F:      drivers/tty/mxser.*
4848 MSI LAPTOP SUPPORT
4849 M:      "Lee, Chun-Yi" <jlee@novell.com>
4850 L:      platform-driver-x86@vger.kernel.org
4851 S:      Maintained
4852 F:      drivers/platform/x86/msi-laptop.c
4854 MSI WMI SUPPORT
4855 M:      Anisse Astier <anisse@astier.eu>
4856 L:      platform-driver-x86@vger.kernel.org
4857 S:      Supported
4858 F:      drivers/platform/x86/msi-wmi.c
4860 MULTIFUNCTION DEVICES (MFD)
4861 M:      Samuel Ortiz <sameo@linux.intel.com>
4862 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4863 S:      Supported
4864 F:      drivers/mfd/
4866 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4867 M:      Chris Ball <cjb@laptop.org>
4868 L:      linux-mmc@vger.kernel.org
4869 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4870 S:      Maintained
4871 F:      drivers/mmc/
4872 F:      include/linux/mmc/
4874 MULTIMEDIA CARD (MMC) ETC. OVER SPI
4875 S:      Orphan
4876 F:      drivers/mmc/host/mmc_spi.c
4877 F:      include/linux/spi/mmc_spi.h
4879 MULTISOUND SOUND DRIVER
4880 M:      Andrew Veliath <andrewtv@usa.net>
4881 S:      Maintained
4882 F:      Documentation/sound/oss/MultiSound
4883 F:      sound/oss/msnd*
4885 MULTITECH MULTIPORT CARD (ISICOM)
4886 S:      Orphan
4887 F:      drivers/tty/isicom.c
4888 F:      include/linux/isicom.h
4890 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4891 M:      Felipe Balbi <balbi@ti.com>
4892 L:      linux-usb@vger.kernel.org
4893 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
4894 S:      Maintained
4895 F:      drivers/usb/musb/
4897 MXL5007T MEDIA DRIVER
4898 M:      Michael Krufky <mkrufky@linuxtv.org>
4899 L:      linux-media@vger.kernel.org
4900 W:      http://linuxtv.org/
4901 W:      http://github.com/mkrufky
4902 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
4903 T:      git git://linuxtv.org/mkrufky/tuners.git
4904 S:      Maintained
4905 F:      drivers/media/tuners/mxl5007t.*
4907 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4908 M:      Andrew Gallatin <gallatin@myri.com>
4909 L:      netdev@vger.kernel.org
4910 W:      http://www.myri.com/scs/download-Myri10GE.html
4911 S:      Supported
4912 F:      drivers/net/ethernet/myricom/myri10ge/
4914 NATSEMI ETHERNET DRIVER (DP8381x)
4915 S:      Orphan
4916 F:      drivers/net/ethernet/natsemi/natsemi.c
4918 NATIVE INSTRUMENTS USB SOUND INTERFACE DRIVER
4919 M:      Daniel Mack <zonque@gmail.com>
4920 S:      Maintained
4921 L:      alsa-devel@alsa-project.org
4922 W:      http://www.native-instruments.com
4923 F:      sound/usb/caiaq/
4925 NCP FILESYSTEM
4926 M:      Petr Vandrovec <petr@vandrovec.name>
4927 S:      Odd Fixes
4928 F:      fs/ncpfs/
4930 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4931 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4932 L:      linux-scsi@vger.kernel.org
4933 S:      Maintained
4934 F:      drivers/scsi/NCR_D700.*
4936 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4937 M:      Faisal Latif <faisal.latif@intel.com>
4938 L:      linux-rdma@vger.kernel.org
4939 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4940 S:      Supported
4941 F:      drivers/infiniband/hw/nes/
4943 NETEM NETWORK EMULATOR
4944 M:      Stephen Hemminger <shemminger@vyatta.com>
4945 L:      netem@lists.linux-foundation.org
4946 S:      Maintained
4947 F:      net/sched/sch_netem.c
4949 NETERION 10GbE DRIVERS (s2io/vxge)
4950 M:      Jon Mason <jdmason@kudzu.us>
4951 L:      netdev@vger.kernel.org
4952 S:      Supported
4953 F:      Documentation/networking/s2io.txt
4954 F:      Documentation/networking/vxge.txt
4955 F:      drivers/net/ethernet/neterion/
4957 NETFILTER/IPTABLES/IPCHAINS
4958 P:      Harald Welte
4959 P:      Jozsef Kadlecsik
4960 M:      Pablo Neira Ayuso <pablo@netfilter.org>
4961 M:      Patrick McHardy <kaber@trash.net>
4962 L:      netfilter-devel@vger.kernel.org
4963 L:      netfilter@vger.kernel.org
4964 L:      coreteam@netfilter.org
4965 W:      http://www.netfilter.org/
4966 W:      http://www.iptables.org/
4967 T:      git git://1984.lsi.us.es/nf
4968 T:      git git://1984.lsi.us.es/nf-next
4969 S:      Supported
4970 F:      include/linux/netfilter*
4971 F:      include/linux/netfilter/
4972 F:      include/net/netfilter/
4973 F:      net/*/netfilter.c
4974 F:      net/*/netfilter/
4975 F:      net/netfilter/
4977 NETLABEL
4978 M:      Paul Moore <paul@paul-moore.com>
4979 W:      http://netlabel.sf.net
4980 L:      netdev@vger.kernel.org
4981 S:      Maintained
4982 F:      Documentation/netlabel/
4983 F:      include/net/netlabel.h
4984 F:      net/netlabel/
4986 NETROM NETWORK LAYER
4987 M:      Ralf Baechle <ralf@linux-mips.org>
4988 L:      linux-hams@vger.kernel.org
4989 W:      http://www.linux-ax25.org/
4990 S:      Maintained
4991 F:      include/linux/netrom.h
4992 F:      include/net/netrom.h
4993 F:      net/netrom/
4995 NETWORK BLOCK DEVICE (NBD)
4996 M:      Paul Clements <Paul.Clements@steeleye.com>
4997 S:      Maintained
4998 F:      Documentation/blockdev/nbd.txt
4999 F:      drivers/block/nbd.c
5000 F:      include/linux/nbd.h
5002 NETWORK DROP MONITOR
5003 M:      Neil Horman <nhorman@tuxdriver.com>
5004 L:      netdev@vger.kernel.org
5005 S:      Maintained
5006 W:      https://fedorahosted.org/dropwatch/
5007 F:      net/core/drop_monitor.c
5009 NETWORKING [GENERAL]
5010 M:      "David S. Miller" <davem@davemloft.net>
5011 L:      netdev@vger.kernel.org
5012 W:      http://www.linuxfoundation.org/en/Net
5013 W:      http://patchwork.ozlabs.org/project/netdev/list/
5014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5015 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5016 S:      Maintained
5017 F:      net/
5018 F:      include/net/
5019 F:      include/linux/in.h
5020 F:      include/linux/net.h
5021 F:      include/linux/netdevice.h
5023 NETWORKING [IPv4/IPv6]
5024 M:      "David S. Miller" <davem@davemloft.net>
5025 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
5026 M:      James Morris <jmorris@namei.org>
5027 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
5028 M:      Patrick McHardy <kaber@trash.net>
5029 L:      netdev@vger.kernel.org
5030 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5031 S:      Maintained
5032 F:      net/ipv4/
5033 F:      net/ipv6/
5034 F:      include/net/ip*
5035 F:      arch/x86/net/*
5037 NETWORKING [IPSEC]
5038 M:      Steffen Klassert <steffen.klassert@secunet.com>
5039 M:      Herbert Xu <herbert@gondor.apana.org.au>
5040 M:      "David S. Miller" <davem@davemloft.net>
5041 L:      netdev@vger.kernel.org
5042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5043 S:      Maintained
5044 F:      net/xfrm/
5045 F:      net/key/
5046 F:      net/ipv4/xfrm*
5047 F:      net/ipv6/xfrm*
5048 F:      include/uapi/linux/xfrm.h
5049 F:      include/net/xfrm.h
5051 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
5052 M:      Paul Moore <paul@paul-moore.com>
5053 L:      netdev@vger.kernel.org
5054 S:      Maintained
5056 NETWORKING [WIRELESS]
5057 M:      "John W. Linville" <linville@tuxdriver.com>
5058 L:      linux-wireless@vger.kernel.org
5059 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
5060 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless.git
5061 S:      Maintained
5062 F:      net/mac80211/
5063 F:      net/rfkill/
5064 F:      net/wireless/
5065 F:      include/net/ieee80211*
5066 F:      include/linux/wireless.h
5067 F:      include/net/iw_handler.h
5068 F:      drivers/net/wireless/
5070 NETWORKING DRIVERS
5071 L:      netdev@vger.kernel.org
5072 W:      http://www.linuxfoundation.org/en/Net
5073 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net.git
5074 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next.git
5075 S:      Odd Fixes
5076 F:      drivers/net/
5077 F:      include/linux/if_*
5078 F:      include/linux/netdevice.h
5079 F:      include/linux/arcdevice.h
5080 F:      include/linux/etherdevice.h
5081 F:      include/linux/fcdevice.h
5082 F:      include/linux/fddidevice.h
5083 F:      include/linux/hippidevice.h
5084 F:      include/linux/inetdevice.h
5086 NETXEN (1/10) GbE SUPPORT
5087 M:      Sony Chacko <sony.chacko@qlogic.com>
5088 M:      Rajesh Borundia <rajesh.borundia@qlogic.com>
5089 L:      netdev@vger.kernel.org
5090 W:      http://www.qlogic.com
5091 S:      Supported
5092 F:      drivers/net/ethernet/qlogic/netxen/
5094 NFC SUBSYSTEM
5095 M:      Lauro Ramos Venancio <lauro.venancio@openbossa.org>
5096 M:      Aloisio Almeida Jr <aloisio.almeida@openbossa.org>
5097 M:      Samuel Ortiz <sameo@linux.intel.com>
5098 L:      linux-wireless@vger.kernel.org
5099 L:      linux-nfc@lists.01.org (moderated for non-subscribers)
5100 S:      Maintained
5101 F:      net/nfc/
5102 F:      include/linux/nfc.h
5103 F:      include/net/nfc/
5104 F:      drivers/nfc/
5106 NFS, SUNRPC, AND LOCKD CLIENTS
5107 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
5108 L:      linux-nfs@vger.kernel.org
5109 W:      http://client.linux-nfs.org
5110 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
5111 S:      Maintained
5112 F:      fs/lockd/
5113 F:      fs/nfs/
5114 F:      fs/nfs_common/
5115 F:      net/sunrpc/
5116 F:      include/linux/lockd/
5117 F:      include/linux/nfs*
5118 F:      include/linux/sunrpc/
5120 NI5010 NETWORK DRIVER
5121 M:      Jan-Pascal van Best <janpascal@vanbest.org>
5122 M:      Andreas Mohr <andi@lisas.de>
5123 L:      netdev@vger.kernel.org
5124 S:      Maintained
5125 F:      drivers/net/ethernet/racal/ni5010.*
5127 NILFS2 FILESYSTEM
5128 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
5129 L:      linux-nilfs@vger.kernel.org
5130 W:      http://www.nilfs.org/en/
5131 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
5132 S:      Supported
5133 F:      Documentation/filesystems/nilfs2.txt
5134 F:      fs/nilfs2/
5135 F:      include/linux/nilfs2_fs.h
5137 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
5138 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5139 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5140 S:      Maintained
5141 F:      Documentation/scsi/NinjaSCSI.txt
5142 F:      drivers/scsi/pcmcia/nsp_*
5144 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
5145 M:      GOTO Masanori <gotom@debian.or.jp>
5146 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
5147 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
5148 S:      Maintained
5149 F:      Documentation/scsi/NinjaSCSI.txt
5150 F:      drivers/scsi/nsp32*
5152 NTFS FILESYSTEM
5153 M:      Anton Altaparmakov <anton@tuxera.com>
5154 L:      linux-ntfs-dev@lists.sourceforge.net
5155 W:      http://www.tuxera.com/
5156 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs.git
5157 S:      Supported
5158 F:      Documentation/filesystems/ntfs.txt
5159 F:      fs/ntfs/
5161 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
5162 M:      Antonino Daplas <adaplas@gmail.com>
5163 L:      linux-fbdev@vger.kernel.org
5164 S:      Maintained
5165 F:      drivers/video/riva/
5166 F:      drivers/video/nvidia/
5168 OMAP SUPPORT
5169 M:      Tony Lindgren <tony@atomide.com>
5170 L:      linux-omap@vger.kernel.org
5171 W:      http://www.muru.com/linux/omap/
5172 W:      http://linux.omap.com/
5173 Q:      http://patchwork.kernel.org/project/linux-omap/list/
5174 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap.git
5175 S:      Maintained
5176 F:      arch/arm/*omap*/
5177 F:      drivers/i2c/busses/i2c-omap.c
5178 F:      include/linux/i2c-omap.h
5180 OMAP CLOCK FRAMEWORK SUPPORT
5181 M:      Paul Walmsley <paul@pwsan.com>
5182 L:      linux-omap@vger.kernel.org
5183 S:      Maintained
5184 F:      arch/arm/*omap*/*clock*
5186 OMAP POWER MANAGEMENT SUPPORT
5187 M:      Kevin Hilman <khilman@ti.com>
5188 L:      linux-omap@vger.kernel.org
5189 S:      Maintained
5190 F:      arch/arm/*omap*/*pm*
5191 F:      drivers/cpufreq/omap-cpufreq.c
5193 OMAP POWERDOMAIN/CLOCKDOMAIN SOC ADAPTATION LAYER SUPPORT
5194 M:      Rajendra Nayak <rnayak@ti.com>
5195 M:      Paul Walmsley <paul@pwsan.com>
5196 L:      linux-omap@vger.kernel.org
5197 S:      Maintained
5198 F:      arch/arm/mach-omap2/powerdomain2xxx_3xxx.c
5199 F:      arch/arm/mach-omap2/powerdomain44xx.c
5200 F:      arch/arm/mach-omap2/clockdomain2xxx_3xxx.c
5201 F:      arch/arm/mach-omap2/clockdomain44xx.c
5203 OMAP AUDIO SUPPORT
5204 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
5205 M:      Jarkko Nikula <jarkko.nikula@bitmer.com>
5206 L:      alsa-devel@alsa-project.org (subscribers-only)
5207 L:      linux-omap@vger.kernel.org
5208 S:      Maintained
5209 F:      sound/soc/omap/
5211 OMAP FRAMEBUFFER SUPPORT
5212 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5213 L:      linux-fbdev@vger.kernel.org
5214 L:      linux-omap@vger.kernel.org
5215 S:      Maintained
5216 F:      drivers/video/omap/
5218 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
5219 M:      Tomi Valkeinen <tomi.valkeinen@ti.com>
5220 L:      linux-omap@vger.kernel.org
5221 L:      linux-fbdev@vger.kernel.org
5222 S:      Maintained
5223 F:      drivers/video/omap2/
5224 F:      Documentation/arm/OMAP/DSS
5226 OMAP HARDWARE SPINLOCK SUPPORT
5227 M:      Ohad Ben-Cohen <ohad@wizery.com>
5228 L:      linux-omap@vger.kernel.org
5229 S:      Maintained
5230 F:      drivers/hwspinlock/omap_hwspinlock.c
5231 F:      arch/arm/mach-omap2/hwspinlock.c
5233 OMAP MMC SUPPORT
5234 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
5235 L:      linux-omap@vger.kernel.org
5236 S:      Maintained
5237 F:      drivers/mmc/host/omap.c
5239 OMAP HS MMC SUPPORT
5240 M:      Venkatraman S <svenkatr@ti.com>
5241 L:      linux-mmc@vger.kernel.org
5242 L:      linux-omap@vger.kernel.org
5243 S:      Maintained
5244 F:      drivers/mmc/host/omap_hsmmc.c
5246 OMAP RANDOM NUMBER GENERATOR SUPPORT
5247 M:      Deepak Saxena <dsaxena@plexity.net>
5248 S:      Maintained
5249 F:      drivers/char/hw_random/omap-rng.c
5251 OMAP HWMOD SUPPORT
5252 M:      Benoît Cousson <b-cousson@ti.com>
5253 M:      Paul Walmsley <paul@pwsan.com>
5254 L:      linux-omap@vger.kernel.org
5255 S:      Maintained
5256 F:      arch/arm/mach-omap2/omap_hwmod.c
5257 F:      arch/arm/plat-omap/include/plat/omap_hwmod.h
5259 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
5260 M:      Benoît Cousson <b-cousson@ti.com>
5261 L:      linux-omap@vger.kernel.org
5262 S:      Maintained
5263 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
5265 OMAP IMAGE SIGNAL PROCESSOR (ISP)
5266 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
5267 L:      linux-media@vger.kernel.org
5268 S:      Maintained
5269 F:      drivers/media/platform/omap3isp/
5271 OMAP USB SUPPORT
5272 M:      Felipe Balbi <balbi@ti.com>
5273 L:      linux-usb@vger.kernel.org
5274 L:      linux-omap@vger.kernel.org
5275 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
5276 S:      Maintained
5277 F:      drivers/usb/*/*omap*
5278 F:      arch/arm/*omap*/usb*
5280 OMAP GPIO DRIVER
5281 M:      Santosh Shilimkar <santosh.shilimkar@ti.com>
5282 M:      Kevin Hilman <khilman@ti.com>
5283 L:      linux-omap@vger.kernel.org
5284 S:      Maintained
5285 F:      drivers/gpio/gpio-omap.c
5287 OMFS FILESYSTEM
5288 M:      Bob Copeland <me@bobcopeland.com>
5289 L:      linux-karma-devel@lists.sourceforge.net
5290 S:      Maintained
5291 F:      Documentation/filesystems/omfs.txt
5292 F:      fs/omfs/
5294 OMNIKEY CARDMAN 4000 DRIVER
5295 M:      Harald Welte <laforge@gnumonks.org>
5296 S:      Maintained
5297 F:      drivers/char/pcmcia/cm4000_cs.c
5298 F:      include/linux/cm4000_cs.h
5300 OMNIKEY CARDMAN 4040 DRIVER
5301 M:      Harald Welte <laforge@gnumonks.org>
5302 S:      Maintained
5303 F:      drivers/char/pcmcia/cm4040_cs.*
5305 OMNIVISION OV7670 SENSOR DRIVER
5306 M:      Jonathan Corbet <corbet@lwn.net>
5307 L:      linux-media@vger.kernel.org
5308 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5309 S:      Maintained
5310 F:      drivers/media/i2c/ov7670.c
5312 ONENAND FLASH DRIVER
5313 M:      Kyungmin Park <kyungmin.park@samsung.com>
5314 L:      linux-mtd@lists.infradead.org
5315 S:      Maintained
5316 F:      drivers/mtd/onenand/
5317 F:      include/linux/mtd/onenand*.h
5319 ONSTREAM SCSI TAPE DRIVER
5320 M:      Willem Riede <osst@riede.org>
5321 L:      osst-users@lists.sourceforge.net
5322 L:      linux-scsi@vger.kernel.org
5323 S:      Maintained
5324 F:      drivers/scsi/osst*
5325 F:      drivers/scsi/st*
5327 OPENCORES I2C BUS DRIVER
5328 M:      Peter Korsgaard <jacmet@sunsite.dk>
5329 L:      linux-i2c@vger.kernel.org
5330 S:      Maintained
5331 F:      Documentation/i2c/busses/i2c-ocores
5332 F:      drivers/i2c/busses/i2c-ocores.c
5334 OPEN FIRMWARE AND FLATTENED DEVICE TREE
5335 M:      Grant Likely <grant.likely@secretlab.ca>
5336 M:      Rob Herring <rob.herring@calxeda.com>
5337 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
5338 W:      http://fdt.secretlab.ca
5339 T:      git git://git.secretlab.ca/git/linux-2.6.git
5340 S:      Maintained
5341 F:      Documentation/devicetree
5342 F:      drivers/of
5343 F:      include/linux/of*.h
5344 F:      scripts/dtc
5345 K:      of_get_property
5346 K:      of_match_table
5348 OPENRISC ARCHITECTURE
5349 M:      Jonas Bonn <jonas@southpole.se>
5350 W:      http://openrisc.net
5351 L:      linux@lists.openrisc.net (moderated for non-subscribers)
5352 S:      Maintained
5353 T:      git git://openrisc.net/~jonas/linux
5354 F:      arch/openrisc
5356 OPENVSWITCH
5357 M:      Jesse Gross <jesse@nicira.com>
5358 L:      dev@openvswitch.org
5359 W:      http://openvswitch.org
5360 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jesse/openvswitch.git
5361 S:      Maintained
5362 F:      net/openvswitch/
5364 OPL4 DRIVER
5365 M:      Clemens Ladisch <clemens@ladisch.de>
5366 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5367 T:      git git://git.alsa-project.org/alsa-kernel.git
5368 S:      Maintained
5369 F:      sound/drivers/opl4/
5371 OPROFILE
5372 M:      Robert Richter <robert.richter@amd.com>
5373 L:      oprofile-list@lists.sf.net
5374 S:      Maintained
5375 F:      arch/*/include/asm/oprofile*.h
5376 F:      arch/*/oprofile/
5377 F:      drivers/oprofile/
5378 F:      include/linux/oprofile.h
5380 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
5381 M:      Mark Fasheh <mfasheh@suse.com>
5382 M:      Joel Becker <jlbec@evilplan.org>
5383 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
5384 W:      http://oss.oracle.com/projects/ocfs2/
5385 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
5386 S:      Supported
5387 F:      Documentation/filesystems/ocfs2.txt
5388 F:      Documentation/filesystems/dlmfs.txt
5389 F:      fs/ocfs2/
5391 ORINOCO DRIVER
5392 L:      linux-wireless@vger.kernel.org
5393 W:      http://wireless.kernel.org/en/users/Drivers/orinoco
5394 W:      http://www.nongnu.org/orinoco/
5395 S:      Orphan
5396 F:      drivers/net/wireless/orinoco/
5398 OSD LIBRARY and FILESYSTEM
5399 M:      Boaz Harrosh <bharrosh@panasas.com>
5400 M:      Benny Halevy <bhalevy@tonian.com>
5401 L:      osd-dev@open-osd.org
5402 W:      http://open-osd.org
5403 T:      git git://git.open-osd.org/open-osd.git
5404 S:      Maintained
5405 F:      drivers/scsi/osd/
5406 F:      include/scsi/osd_*
5407 F:      fs/exofs/
5409 P54 WIRELESS DRIVER
5410 M:      Christian Lamparter <chunkeey@googlemail.com>
5411 L:      linux-wireless@vger.kernel.org
5412 W:      http://wireless.kernel.org/en/users/Drivers/p54
5413 S:      Maintained
5414 F:      drivers/net/wireless/p54/
5416 PA SEMI ETHERNET DRIVER
5417 M:      Olof Johansson <olof@lixom.net>
5418 L:      netdev@vger.kernel.org
5419 S:      Maintained
5420 F:      drivers/net/ethernet/pasemi/*
5422 PA SEMI SMBUS DRIVER
5423 M:      Olof Johansson <olof@lixom.net>
5424 L:      linux-i2c@vger.kernel.org
5425 S:      Maintained
5426 F:      drivers/i2c/busses/i2c-pasemi.c
5428 PADATA PARALLEL EXECUTION MECHANISM
5429 M:      Steffen Klassert <steffen.klassert@secunet.com>
5430 L:      linux-crypto@vger.kernel.org
5431 S:      Maintained
5432 F:      kernel/padata.c
5433 F:      include/linux/padata.h
5434 F:      Documentation/padata.txt
5436 PANASONIC LAPTOP ACPI EXTRAS DRIVER
5437 M:      Harald Welte <laforge@gnumonks.org>
5438 L:      platform-driver-x86@vger.kernel.org
5439 S:      Maintained
5440 F:      drivers/platform/x86/panasonic-laptop.c
5442 PANASONIC MN10300/AM33/AM34 PORT
5443 M:      David Howells <dhowells@redhat.com>
5444 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
5445 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
5446 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
5447 S:      Maintained
5448 F:      Documentation/mn10300/
5449 F:      arch/mn10300/
5451 PARALLEL PORT SUPPORT
5452 L:      linux-parport@lists.infradead.org (subscribers-only)
5453 S:      Orphan
5454 F:      drivers/parport/
5455 F:      include/linux/parport*.h
5456 F:      drivers/char/ppdev.c
5457 F:      include/linux/ppdev.h
5459 PARAVIRT_OPS INTERFACE
5460 M:      Jeremy Fitzhardinge <jeremy@goop.org>
5461 M:      Chris Wright <chrisw@sous-sol.org>
5462 M:      Alok Kataria <akataria@vmware.com>
5463 M:      Rusty Russell <rusty@rustcorp.com.au>
5464 L:      virtualization@lists.linux-foundation.org
5465 S:      Supported
5466 F:      Documentation/ia64/paravirt_ops.txt
5467 F:      arch/*/kernel/paravirt*
5468 F:      arch/*/include/asm/paravirt.h
5470 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
5471 M:      Tim Waugh <tim@cyberelk.net>
5472 L:      linux-parport@lists.infradead.org (subscribers-only)
5473 W:      http://www.torque.net/linux-pp.html
5474 S:      Maintained
5475 F:      Documentation/blockdev/paride.txt
5476 F:      drivers/block/paride/
5478 PARISC ARCHITECTURE
5479 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
5480 M:      Helge Deller <deller@gmx.de>
5481 L:      linux-parisc@vger.kernel.org
5482 W:      http://www.parisc-linux.org/
5483 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
5484 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/parisc-2.6.git
5485 S:      Maintained
5486 F:      arch/parisc/
5487 F:      drivers/parisc/
5489 PC87360 HARDWARE MONITORING DRIVER
5490 M:      Jim Cromie <jim.cromie@gmail.com>
5491 L:      lm-sensors@lm-sensors.org
5492 S:      Maintained
5493 F:      Documentation/hwmon/pc87360
5494 F:      drivers/hwmon/pc87360.c
5496 PC8736x GPIO DRIVER
5497 M:      Jim Cromie <jim.cromie@gmail.com>
5498 S:      Maintained
5499 F:      drivers/char/pc8736x_gpio.c
5501 PC87427 HARDWARE MONITORING DRIVER
5502 M:      Jean Delvare <khali@linux-fr.org>
5503 L:      lm-sensors@lm-sensors.org
5504 S:      Maintained
5505 F:      Documentation/hwmon/pc87427
5506 F:      drivers/hwmon/pc87427.c
5508 PCA9532 LED DRIVER
5509 M:      Riku Voipio <riku.voipio@iki.fi>
5510 S:      Maintained
5511 F:      drivers/leds/leds-pca9532.c
5512 F:      include/linux/leds-pca9532.h
5514 PCA9541 I2C BUS MASTER SELECTOR DRIVER
5515 M:      Guenter Roeck <linux@roeck-us.net>
5516 L:      linux-i2c@vger.kernel.org
5517 S:      Maintained
5518 F:      drivers/i2c/muxes/i2c-mux-pca9541.c
5520 PCA9564/PCA9665 I2C BUS DRIVER
5521 M:      Wolfram Sang <w.sang@pengutronix.de>
5522 L:      linux-i2c@vger.kernel.org
5523 S:      Maintained
5524 F:      drivers/i2c/algos/i2c-algo-pca.c
5525 F:      drivers/i2c/busses/i2c-pca-*
5526 F:      include/linux/i2c-algo-pca.h
5527 F:      include/linux/i2c-pca-platform.h
5529 PCDP - PRIMARY CONSOLE AND DEBUG PORT
5530 M:      Khalid Aziz <khalid@gonehiking.org>
5531 S:      Maintained
5532 F:      drivers/firmware/pcdp.*
5534 PCI ERROR RECOVERY
5535 M:      Linas Vepstas <linasvepstas@gmail.com>
5536 L:      linux-pci@vger.kernel.org
5537 S:      Supported
5538 F:      Documentation/PCI/pci-error-recovery.txt
5539 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
5541 PCI SUBSYSTEM
5542 M:      Bjorn Helgaas <bhelgaas@google.com>
5543 L:      linux-pci@vger.kernel.org
5544 Q:      http://patchwork.ozlabs.org/project/linux-pci/list/
5545 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci.git
5546 S:      Supported
5547 F:      Documentation/PCI/
5548 F:      drivers/pci/
5549 F:      include/linux/pci*
5551 PCMCIA SUBSYSTEM
5552 P:      Linux PCMCIA Team
5553 L:      linux-pcmcia@lists.infradead.org
5554 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
5555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
5556 S:      Maintained
5557 F:      Documentation/pcmcia/
5558 F:      drivers/pcmcia/
5559 F:      include/pcmcia/
5561 PCNET32 NETWORK DRIVER
5562 M:      Don Fry <pcnet32@frontier.com>
5563 L:      netdev@vger.kernel.org
5564 S:      Maintained
5565 F:      drivers/net/ethernet/amd/pcnet32.c
5567 PCRYPT PARALLEL CRYPTO ENGINE
5568 M:      Steffen Klassert <steffen.klassert@secunet.com>
5569 L:      linux-crypto@vger.kernel.org
5570 S:      Maintained
5571 F:      crypto/pcrypt.c
5572 F:      include/crypto/pcrypt.h
5574 PER-CPU MEMORY ALLOCATOR
5575 M:      Tejun Heo <tj@kernel.org>
5576 M:      Christoph Lameter <cl@linux-foundation.org>
5577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
5578 S:      Maintained
5579 F:      include/linux/percpu*.h
5580 F:      mm/percpu*.c
5581 F:      arch/*/include/asm/percpu.h
5583 PER-TASK DELAY ACCOUNTING
5584 M:      Balbir Singh <bsingharora@gmail.com>
5585 S:      Maintained
5586 F:      include/linux/delayacct.h
5587 F:      kernel/delayacct.c
5589 PERFORMANCE EVENTS SUBSYSTEM
5590 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
5591 M:      Paul Mackerras <paulus@samba.org>
5592 M:      Ingo Molnar <mingo@redhat.com>
5593 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5594 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
5595 S:      Supported
5596 F:      kernel/events/*
5597 F:      include/linux/perf_event.h
5598 F:      arch/*/kernel/perf_event*.c
5599 F:      arch/*/kernel/*/perf_event*.c
5600 F:      arch/*/kernel/*/*/perf_event*.c
5601 F:      arch/*/include/asm/perf_event.h
5602 F:      arch/*/lib/perf_event*.c
5603 F:      arch/*/kernel/perf_callchain.c
5604 F:      tools/perf/
5606 PERSONALITY HANDLING
5607 M:      Christoph Hellwig <hch@infradead.org>
5608 L:      linux-abi-devel@lists.sourceforge.net
5609 S:      Maintained
5610 F:      include/linux/personality.h
5612 PHONET PROTOCOL
5613 M:      Remi Denis-Courmont <courmisch@gmail.com>
5614 S:      Supported
5615 F:      Documentation/networking/phonet.txt
5616 F:      include/linux/phonet.h
5617 F:      include/net/phonet/
5618 F:      net/phonet/
5620 PHRAM MTD DRIVER
5621 M:      Joern Engel <joern@lazybastard.org>
5622 L:      linux-mtd@lists.infradead.org
5623 S:      Maintained
5624 F:      drivers/mtd/devices/phram.c
5626 PICOLCD HID DRIVER
5627 M:      Bruno Prémont <bonbons@linux-vserver.org>
5628 L:      linux-input@vger.kernel.org
5629 S:      Maintained
5630 F:      drivers/hid/hid-picolcd*
5632 PICOXCELL SUPPORT
5633 M:      Jamie Iles <jamie@jamieiles.com>
5634 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5635 T:      git git://github.com/jamieiles/linux-2.6-ji.git
5636 S:      Supported
5637 F:      arch/arm/mach-picoxcell
5638 F:      drivers/*/picoxcell*
5639 F:      drivers/*/*/picoxcell*
5641 PIN CONTROL SUBSYSTEM
5642 M:      Linus Walleij <linus.walleij@linaro.org>
5643 S:      Maintained
5644 F:      drivers/pinctrl/
5645 F:      include/linux/pinctrl/
5647 PIN CONTROLLER - ST SPEAR
5648 M:      Viresh Kumar <viresh.linux@gmail.com>
5649 L:      spear-devel@list.st.com
5650 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5651 W:      http://www.st.com/spear
5652 S:      Maintained
5653 F:      drivers/pinctrl/spear/
5655 PKTCDVD DRIVER
5656 M:      Jiri Kosina <jkosina@suse.cz>
5657 S:      Maintained
5658 F:      drivers/block/pktcdvd.c
5659 F:      include/linux/pktcdvd.h
5661 PKUNITY SOC DRIVERS
5662 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
5663 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
5664 S:      Maintained
5665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
5666 F:      drivers/input/serio/i8042-unicore32io.h
5667 F:      drivers/i2c/busses/i2c-puv3.c
5668 F:      drivers/video/fb-puv3.c
5669 F:      drivers/rtc/rtc-puv3.c
5671 PMBUS HARDWARE MONITORING DRIVERS
5672 M:      Guenter Roeck <linux@roeck-us.net>
5673 L:      lm-sensors@lm-sensors.org
5674 W:      http://www.lm-sensors.org/
5675 W:      http://www.roeck-us.net/linux/drivers/
5676 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
5677 S:      Maintained
5678 F:      Documentation/hwmon/pmbus
5679 F:      drivers/hwmon/pmbus/
5680 F:      include/linux/i2c/pmbus.h
5682 PMC SIERRA MaxRAID DRIVER
5683 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
5684 L:      linux-scsi@vger.kernel.org
5685 W:      http://www.pmc-sierra.com/
5686 S:      Supported
5687 F:      drivers/scsi/pmcraid.*
5689 PMC SIERRA PM8001 DRIVER
5690 M:      jack_wang@usish.com
5691 M:      lindar_liu@usish.com
5692 L:      linux-scsi@vger.kernel.org
5693 S:      Supported
5694 F:      drivers/scsi/pm8001/
5696 POSIX CLOCKS and TIMERS
5697 M:      Thomas Gleixner <tglx@linutronix.de>
5698 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
5699 S:      Supported
5700 F:      fs/timerfd.c
5701 F:      include/linux/timer*
5702 F:      kernel/*timer*
5704 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
5705 M:      Anton Vorontsov <cbou@mail.ru>
5706 M:      David Woodhouse <dwmw2@infradead.org>
5707 T:      git git://git.infradead.org/battery-2.6.git
5708 S:      Maintained
5709 F:      include/linux/power_supply.h
5710 F:      drivers/power/
5712 PNP SUPPORT
5713 M:      Adam Belay <abelay@mit.edu>
5714 M:      Bjorn Helgaas <bhelgaas@google.com>
5715 S:      Maintained
5716 F:      drivers/pnp/
5718 PNXxxxx I2C DRIVER
5719 M:      Vitaly Wool <vitalywool@gmail.com>
5720 L:      linux-i2c@vger.kernel.org
5721 S:      Maintained
5722 F:      drivers/i2c/busses/i2c-pnx.c
5724 PPP PROTOCOL DRIVERS AND COMPRESSORS
5725 M:      Paul Mackerras <paulus@samba.org>
5726 L:      linux-ppp@vger.kernel.org
5727 S:      Maintained
5728 F:      drivers/net/ppp/ppp_*
5730 PPP OVER ATM (RFC 2364)
5731 M:      Mitchell Blank Jr <mitch@sfgoth.com>
5732 S:      Maintained
5733 F:      net/atm/pppoatm.c
5734 F:      include/linux/atmppp.h
5736 PPP OVER ETHERNET
5737 M:      Michal Ostrowski <mostrows@earthlink.net>
5738 S:      Maintained
5739 F:      drivers/net/ppp/pppoe.c
5740 F:      drivers/net/ppp/pppox.c
5742 PPP OVER L2TP
5743 M:      James Chapman <jchapman@katalix.com>
5744 S:      Maintained
5745 F:      net/l2tp/l2tp_ppp.c
5746 F:      include/linux/if_pppol2tp.h
5748 PPS SUPPORT
5749 M:      Rodolfo Giometti <giometti@enneenne.com>
5750 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
5751 L:      linuxpps@ml.enneenne.com (subscribers-only)
5752 S:      Maintained
5753 F:      Documentation/pps/
5754 F:      drivers/pps/
5755 F:      include/linux/pps*.h
5757 PPTP DRIVER
5758 M:      Dmitry Kozlov <xeb@mail.ru>
5759 L:      netdev@vger.kernel.org
5760 S:      Maintained
5761 F:      drivers/net/ppp/pptp.c
5762 W:      http://sourceforge.net/projects/accel-pptp
5764 PREEMPTIBLE KERNEL
5765 M:      Robert Love <rml@tech9.net>
5766 L:      kpreempt-tech@lists.sourceforge.net
5767 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
5768 S:      Supported
5769 F:      Documentation/preempt-locking.txt
5770 F:      include/linux/preempt.h
5772 PRISM54 WIRELESS DRIVER
5773 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
5774 L:      linux-wireless@vger.kernel.org
5775 W:      http://wireless.kernel.org/en/users/Drivers/p54
5776 S:      Obsolete
5777 F:      drivers/net/wireless/prism54/
5779 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
5780 M:      Mikael Pettersson <mikpe@it.uu.se>
5781 L:      linux-ide@vger.kernel.org
5782 S:      Maintained
5783 F:      drivers/ata/sata_promise.*
5785 PS3 NETWORK SUPPORT
5786 M:      Geoff Levand <geoff@infradead.org>
5787 L:      netdev@vger.kernel.org
5788 L:      cbe-oss-dev@lists.ozlabs.org
5789 S:      Maintained
5790 F:      drivers/net/ethernet/toshiba/ps3_gelic_net.*
5792 PS3 PLATFORM SUPPORT
5793 M:      Geoff Levand <geoff@infradead.org>
5794 L:      linuxppc-dev@lists.ozlabs.org
5795 L:      cbe-oss-dev@lists.ozlabs.org
5796 S:      Maintained
5797 F:      arch/powerpc/boot/ps3*
5798 F:      arch/powerpc/include/asm/lv1call.h
5799 F:      arch/powerpc/include/asm/ps3*.h
5800 F:      arch/powerpc/platforms/ps3/
5801 F:      drivers/*/ps3*
5802 F:      drivers/ps3/
5803 F:      drivers/rtc/rtc-ps3.c
5804 F:      drivers/usb/host/*ps3.c
5805 F:      sound/ppc/snd_ps3*
5807 PS3VRAM DRIVER
5808 M:      Jim Paris <jim@jtan.com>
5809 L:      cbe-oss-dev@lists.ozlabs.org
5810 S:      Maintained
5811 F:      drivers/block/ps3vram.c
5813 PSTORE FILESYSTEM
5814 M:      Anton Vorontsov <cbouatmailru@gmail.com>
5815 M:      Colin Cross <ccross@android.com>
5816 M:      Kees Cook <keescook@chromium.org>
5817 M:      Tony Luck <tony.luck@intel.com>
5818 S:      Maintained
5819 T:      git git://git.infradead.org/users/cbou/linux-pstore.git
5820 F:      fs/pstore/
5821 F:      include/linux/pstore*
5822 F:      drivers/firmware/efivars.c
5823 F:      drivers/acpi/apei/erst.c
5825 PTP HARDWARE CLOCK SUPPORT
5826 M:      Richard Cochran <richardcochran@gmail.com>
5827 S:      Maintained
5828 W:      http://linuxptp.sourceforge.net/
5829 F:      Documentation/ABI/testing/sysfs-ptp
5830 F:      Documentation/ptp/*
5831 F:      drivers/net/ethernet/freescale/gianfar_ptp.c
5832 F:      drivers/net/phy/dp83640*
5833 F:      drivers/ptp/*
5834 F:      include/linux/ptp_cl*
5836 PTRACE SUPPORT
5837 M:      Roland McGrath <roland@redhat.com>
5838 M:      Oleg Nesterov <oleg@redhat.com>
5839 S:      Maintained
5840 F:      include/asm-generic/syscall.h
5841 F:      include/linux/ptrace.h
5842 F:      include/linux/regset.h
5843 F:      include/linux/tracehook.h
5844 F:      kernel/ptrace.c
5846 PVRUSB2 VIDEO4LINUX DRIVER
5847 M:      Mike Isely <isely@pobox.com>
5848 L:      pvrusb2@isely.net       (subscribers-only)
5849 L:      linux-media@vger.kernel.org
5850 W:      http://www.isely.net/pvrusb2/
5851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
5852 S:      Maintained
5853 F:      Documentation/video4linux/README.pvrusb2
5854 F:      drivers/media/usb/pvrusb2/
5856 PWM SUBSYSTEM
5857 M:      Thierry Reding <thierry.reding@avionic-design.de>
5858 L:      linux-kernel@vger.kernel.org
5859 S:      Maintained
5860 W:      http://gitorious.org/linux-pwm
5861 T:      git git://gitorious.org/linux-pwm/linux-pwm.git
5862 F:      Documentation/pwm.txt
5863 F:      Documentation/devicetree/bindings/pwm/
5864 F:      include/linux/pwm.h
5865 F:      include/linux/of_pwm.h
5866 F:      drivers/pwm/
5867 F:      drivers/video/backlight/pwm_bl.c
5868 F:      include/linux/pwm_backlight.h
5870 PXA2xx/PXA3xx SUPPORT
5871 M:      Eric Miao <eric.y.miao@gmail.com>
5872 M:      Russell King <linux@arm.linux.org.uk>
5873 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
5874 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5875 T:      git git://github.com/hzhuang1/linux.git
5876 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
5877 S:      Maintained
5878 F:      arch/arm/mach-pxa/
5879 F:      drivers/pcmcia/pxa2xx*
5880 F:      drivers/spi/spi-pxa2xx*
5881 F:      drivers/usb/gadget/pxa2*
5882 F:      include/sound/pxa2xx-lib.h
5883 F:      sound/arm/pxa*
5884 F:      sound/soc/pxa
5886 MMP SUPPORT
5887 M:      Eric Miao <eric.y.miao@gmail.com>
5888 M:      Haojian Zhuang <haojian.zhuang@gmail.com>
5889 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5890 T:      git git://github.com/hzhuang1/linux.git
5891 T:      git git://git.linaro.org/people/ycmiao/pxa-linux.git
5892 S:      Maintained
5893 F:      arch/arm/mach-mmp/
5895 PXA MMCI DRIVER
5896 S:      Orphan
5898 PXA RTC DRIVER
5899 M:      Robert Jarzmik <robert.jarzmik@free.fr>
5900 L:      rtc-linux@googlegroups.com
5901 S:      Maintained
5903 QIB DRIVER
5904 M:      Mike Marciniszyn <infinipath@intel.com>
5905 L:      linux-rdma@vger.kernel.org
5906 S:      Supported
5907 F:      drivers/infiniband/hw/qib/
5909 QLOGIC QLA1280 SCSI DRIVER
5910 M:      Michael Reed <mdr@sgi.com>
5911 L:      linux-scsi@vger.kernel.org
5912 S:      Maintained
5913 F:      drivers/scsi/qla1280.[ch]
5915 QLOGIC QLA2XXX FC-SCSI DRIVER
5916 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
5917 M:      linux-driver@qlogic.com
5918 L:      linux-scsi@vger.kernel.org
5919 S:      Supported
5920 F:      Documentation/scsi/LICENSE.qla2xxx
5921 F:      drivers/scsi/qla2xxx/
5923 QLOGIC QLA4XXX iSCSI DRIVER
5924 M:      Ravi Anand <ravi.anand@qlogic.com>
5925 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5926 M:      iscsi-driver@qlogic.com
5927 L:      linux-scsi@vger.kernel.org
5928 S:      Supported
5929 F:      drivers/scsi/qla4xxx/
5931 QLOGIC QLA3XXX NETWORK DRIVER
5932 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5933 M:      Ron Mercer <ron.mercer@qlogic.com>
5934 M:      linux-driver@qlogic.com
5935 L:      netdev@vger.kernel.org
5936 S:      Supported
5937 F:      Documentation/networking/LICENSE.qla3xxx
5938 F:      drivers/net/ethernet/qlogic/qla3xxx.*
5940 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5941 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5942 M:      Sony Chacko <sony.chacko@qlogic.com>
5943 M:      linux-driver@qlogic.com
5944 L:      netdev@vger.kernel.org
5945 S:      Supported
5946 F:      drivers/net/ethernet/qlogic/qlcnic/
5948 QLOGIC QLGE 10Gb ETHERNET DRIVER
5949 M:      Jitendra Kalsaria <jitendra.kalsaria@qlogic.com>
5950 M:      Ron Mercer <ron.mercer@qlogic.com>
5951 M:      linux-driver@qlogic.com
5952 L:      netdev@vger.kernel.org
5953 S:      Supported
5954 F:      drivers/net/ethernet/qlogic/qlge/
5956 QNX4 FILESYSTEM
5957 M:      Anders Larsen <al@alarsen.net>
5958 W:      http://www.alarsen.net/linux/qnx4fs/
5959 S:      Maintained
5960 F:      fs/qnx4/
5961 F:      include/linux/qnx4_fs.h
5962 F:      include/linux/qnxtypes.h
5964 QT1010 MEDIA DRIVER
5965 M:      Antti Palosaari <crope@iki.fi>
5966 L:      linux-media@vger.kernel.org
5967 W:      http://linuxtv.org/
5968 W:      http://palosaari.fi/linux/
5969 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
5970 T:      git git://linuxtv.org/anttip/media_tree.git
5971 S:      Maintained
5972 F:      drivers/media/tuners/qt1010*
5974 QUALCOMM HEXAGON ARCHITECTURE
5975 M:      Richard Kuo <rkuo@codeaurora.org>
5976 L:      linux-hexagon@vger.kernel.org
5977 S:      Supported
5978 F:      arch/hexagon/
5980 RADOS BLOCK DEVICE (RBD)
5981 M:      Yehuda Sadeh <yehuda@inktank.com>
5982 M:      Sage Weil <sage@inktank.com>
5983 M:      Alex Elder <elder@inktank.com>
5984 M:      ceph-devel@vger.kernel.org
5985 W:      http://ceph.com/
5986 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
5987 S:      Supported
5988 F:      drivers/block/rbd.c
5989 F:      drivers/block/rbd_types.h
5991 RADEON FRAMEBUFFER DISPLAY DRIVER
5992 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5993 L:      linux-fbdev@vger.kernel.org
5994 S:      Maintained
5995 F:      drivers/video/aty/radeon*
5996 F:      include/linux/radeonfb.h
5998 RAGE128 FRAMEBUFFER DISPLAY DRIVER
5999 M:      Paul Mackerras <paulus@samba.org>
6000 L:      linux-fbdev@vger.kernel.org
6001 S:      Maintained
6002 F:      drivers/video/aty/aty128fb.c
6004 RALINK RT2X00 WIRELESS LAN DRIVER
6005 P:      rt2x00 project
6006 M:      Ivo van Doorn <IvDoorn@gmail.com>
6007 M:      Gertjan van Wingerde <gwingerde@gmail.com>
6008 M:      Helmut Schaa <helmut.schaa@googlemail.com>
6009 L:      linux-wireless@vger.kernel.org
6010 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
6011 W:      http://rt2x00.serialmonkey.com/
6012 S:      Maintained
6013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
6014 F:      drivers/net/wireless/rt2x00/
6016 RAMDISK RAM BLOCK DEVICE DRIVER
6017 M:      Nick Piggin <npiggin@kernel.dk>
6018 S:      Maintained
6019 F:      Documentation/blockdev/ramdisk.txt
6020 F:      drivers/block/brd.c
6022 RANDOM NUMBER DRIVER
6023 M:      Theodore Ts'o" <tytso@mit.edu>
6024 S:      Maintained
6025 F:      drivers/char/random.c
6027 RAPIDIO SUBSYSTEM
6028 M:      Matt Porter <mporter@kernel.crashing.org>
6029 M:      Alexandre Bounine <alexandre.bounine@idt.com>
6030 S:      Maintained
6031 F:      drivers/rapidio/
6033 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
6034 L:      linux-wireless@vger.kernel.org
6035 S:      Orphan
6036 F:      drivers/net/wireless/ray*
6038 RCUTORTURE MODULE
6039 M:      Josh Triplett <josh@freedesktop.org>
6040 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6041 S:      Supported
6042 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6043 F:      Documentation/RCU/torture.txt
6044 F:      kernel/rcutorture.c
6046 RDC R-321X SoC
6047 M:      Florian Fainelli <florian@openwrt.org>
6048 S:      Maintained
6050 RDC R6040 FAST ETHERNET DRIVER
6051 M:      Florian Fainelli <florian@openwrt.org>
6052 L:      netdev@vger.kernel.org
6053 S:      Maintained
6054 F:      drivers/net/ethernet/rdc/r6040.c
6056 RDS - RELIABLE DATAGRAM SOCKETS
6057 M:      Venkat Venkatsubra <venkat.x.venkatsubra@oracle.com>
6058 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
6059 S:      Supported
6060 F:      net/rds/
6062 READ-COPY UPDATE (RCU)
6063 M:      Dipankar Sarma <dipankar@in.ibm.com>
6064 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6065 W:      http://www.rdrop.com/users/paulmck/RCU/
6066 S:      Supported
6067 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6068 F:      Documentation/RCU/
6069 X:      Documentation/RCU/torture.txt
6070 F:      include/linux/rcu*
6071 F:      kernel/rcu*
6072 X:      kernel/rcutorture.c
6074 REAL TIME CLOCK (RTC) SUBSYSTEM
6075 M:      Alessandro Zummo <a.zummo@towertech.it>
6076 L:      rtc-linux@googlegroups.com
6077 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
6078 S:      Maintained
6079 F:      Documentation/rtc.txt
6080 F:      drivers/rtc/
6081 F:      include/linux/rtc.h
6083 REISERFS FILE SYSTEM
6084 L:      reiserfs-devel@vger.kernel.org
6085 S:      Supported
6086 F:      fs/reiserfs/
6088 REGISTER MAP ABSTRACTION
6089 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6090 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap.git
6091 S:      Supported
6092 F:      drivers/base/regmap/
6093 F:      include/linux/regmap.h
6095 REMOTE PROCESSOR (REMOTEPROC) SUBSYSTEM
6096 M:      Ohad Ben-Cohen <ohad@wizery.com>
6097 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ohad/remoteproc.git
6098 S:      Maintained
6099 F:      drivers/remoteproc/
6100 F:      Documentation/remoteproc.txt
6101 F:      include/linux/remoteproc.h
6103 RFKILL
6104 M:      Johannes Berg <johannes@sipsolutions.net>
6105 L:      linux-wireless@vger.kernel.org
6106 W:      http://wireless.kernel.org/
6107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211.git
6108 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next.git
6109 S:      Maintained
6110 F:      Documentation/rfkill.txt
6111 F:      net/rfkill/
6113 RICOH SMARTMEDIA/XD DRIVER
6114 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6115 S:      Maintained
6116 F:      drivers/mtd/nand/r852.c
6117 F:      drivers/mtd/nand/r852.h
6119 RICOH R5C592 MEMORYSTICK DRIVER
6120 M:      Maxim Levitsky <maximlevitsky@gmail.com>
6121 S:      Maintained
6122 F:      drivers/memstick/host/r592.*
6124 ROCKETPORT DRIVER
6125 P:      Comtrol Corp.
6126 W:      http://www.comtrol.com
6127 S:      Maintained
6128 F:      Documentation/serial/rocket.txt
6129 F:      drivers/tty/rocket*
6131 ROSE NETWORK LAYER
6132 M:      Ralf Baechle <ralf@linux-mips.org>
6133 L:      linux-hams@vger.kernel.org
6134 W:      http://www.linux-ax25.org/
6135 S:      Maintained
6136 F:      include/linux/rose.h
6137 F:      include/net/rose.h
6138 F:      net/rose/
6140 RTL2830 MEDIA DRIVER
6141 M:      Antti Palosaari <crope@iki.fi>
6142 L:      linux-media@vger.kernel.org
6143 W:      http://linuxtv.org/
6144 W:      http://palosaari.fi/linux/
6145 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
6146 T:      git git://linuxtv.org/anttip/media_tree.git
6147 S:      Maintained
6148 F:      drivers/media/dvb-frontends/rtl2830*
6150 RTL8180 WIRELESS DRIVER
6151 M:      "John W. Linville" <linville@tuxdriver.com>
6152 L:      linux-wireless@vger.kernel.org
6153 W:      http://wireless.kernel.org/
6154 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6155 S:      Maintained
6156 F:      drivers/net/wireless/rtl818x/rtl8180/
6158 RTL8187 WIRELESS DRIVER
6159 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
6160 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
6161 M:      Larry Finger <Larry.Finger@lwfinger.net>
6162 L:      linux-wireless@vger.kernel.org
6163 W:      http://wireless.kernel.org/
6164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6165 S:      Maintained
6166 F:      drivers/net/wireless/rtl818x/rtl8187/
6168 RTL8192CE WIRELESS DRIVER
6169 M:      Larry Finger <Larry.Finger@lwfinger.net>
6170 M:      Chaoming Li <chaoming_li@realsil.com.cn>
6171 L:      linux-wireless@vger.kernel.org
6172 W:      http://wireless.kernel.org/
6173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6174 S:      Maintained
6175 F:      drivers/net/wireless/rtlwifi/
6176 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
6178 S3 SAVAGE FRAMEBUFFER DRIVER
6179 M:      Antonino Daplas <adaplas@gmail.com>
6180 L:      linux-fbdev@vger.kernel.org
6181 S:      Maintained
6182 F:      drivers/video/savage/
6184 S390
6185 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
6186 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
6187 M:      linux390@de.ibm.com
6188 L:      linux-s390@vger.kernel.org
6189 W:      http://www.ibm.com/developerworks/linux/linux390/
6190 S:      Supported
6191 F:      arch/s390/
6192 F:      drivers/s390/
6193 F:      block/partitions/ibm.c
6194 F:      Documentation/s390/
6195 F:      Documentation/DocBook/s390*
6197 S390 NETWORK DRIVERS
6198 M:      Ursula Braun <ursula.braun@de.ibm.com>
6199 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
6200 M:      linux390@de.ibm.com
6201 L:      linux-s390@vger.kernel.org
6202 W:      http://www.ibm.com/developerworks/linux/linux390/
6203 S:      Supported
6204 F:      drivers/s390/net/
6206 S390 ZCRYPT DRIVER
6207 M:      Holger Dengler <hd@linux.vnet.ibm.com>
6208 M:      linux390@de.ibm.com
6209 L:      linux-s390@vger.kernel.org
6210 W:      http://www.ibm.com/developerworks/linux/linux390/
6211 S:      Supported
6212 F:      drivers/s390/crypto/
6214 S390 ZFCP DRIVER
6215 M:      Steffen Maier <maier@linux.vnet.ibm.com>
6216 M:      linux390@de.ibm.com
6217 L:      linux-s390@vger.kernel.org
6218 W:      http://www.ibm.com/developerworks/linux/linux390/
6219 S:      Supported
6220 F:      drivers/s390/scsi/zfcp_*
6222 S390 IUCV NETWORK LAYER
6223 M:      Ursula Braun <ursula.braun@de.ibm.com>
6224 M:      linux390@de.ibm.com
6225 L:      linux-s390@vger.kernel.org
6226 W:      http://www.ibm.com/developerworks/linux/linux390/
6227 S:      Supported
6228 F:      drivers/s390/net/*iucv*
6229 F:      include/net/iucv/
6230 F:      net/iucv/
6232 S3C24XX SD/MMC Driver
6233 M:      Ben Dooks <ben-linux@fluff.org>
6234 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6235 S:      Supported
6236 F:      drivers/mmc/host/s3cmci.*
6238 SAA7146 VIDEO4LINUX-2 DRIVER
6239 M:      Michael Hunold <michael@mihu.de>
6240 L:      linux-media@vger.kernel.org
6241 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6242 W:      http://www.mihu.de/linux/saa7146
6243 S:      Maintained
6244 F:      drivers/media/common/saa7146/
6245 F:      drivers/media/pci/saa7146/
6246 F:      include/media/saa7146*
6248 SAMSUNG LAPTOP DRIVER
6249 M:      Corentin Chary <corentincj@iksaif.net>
6250 L:      platform-driver-x86@vger.kernel.org
6251 S:      Maintained
6252 F:      drivers/platform/x86/samsung-laptop.c
6254 SAMSUNG AUDIO (ASoC) DRIVERS
6255 M:      Sangbeom Kim <sbkim73@samsung.com>
6256 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6257 S:      Supported
6258 F:      sound/soc/samsung
6260 SAMSUNG FRAMEBUFFER DRIVER
6261 M:      Jingoo Han <jg1.han@samsung.com>
6262 L:      linux-fbdev@vger.kernel.org
6263 S:      Maintained
6264 F:      drivers/video/s3c-fb.c
6266 SAMSUNG MULTIFUNCTION DEVICE DRIVERS
6267 M:      Sangbeom Kim <sbkim73@samsung.com>
6268 L:      linux-kernel@vger.kernel.org
6269 S:      Supported
6270 F:      drivers/mfd/sec*.c
6271 F:      drivers/regulator/s2m*.c
6272 F:      drivers/regulator/s5m*.c
6273 F:      drivers/rtc/rtc-sec.c
6274 F:      include/linux/mfd/samsung/
6276 SERIAL DRIVERS
6277 M:      Alan Cox <alan@linux.intel.com>
6278 L:      linux-serial@vger.kernel.org
6279 S:      Maintained
6280 F:      drivers/tty/serial
6282 SYNOPSYS DESIGNWARE DMAC DRIVER
6283 M:      Viresh Kumar <viresh.linux@gmail.com>
6284 S:      Maintained
6285 F:      include/linux/dw_dmac.h
6286 F:      drivers/dma/dw_dmac_regs.h
6287 F:      drivers/dma/dw_dmac.c
6289 TIMEKEEPING, NTP
6290 M:      John Stultz <johnstul@us.ibm.com>
6291 M:      Thomas Gleixner <tglx@linutronix.de>
6292 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git timers/core
6293 S:      Supported
6294 F:      include/linux/clocksource.h
6295 F:      include/linux/time.h
6296 F:      include/linux/timex.h
6297 F:      kernel/time/clocksource.c
6298 F:      kernel/time/time*.c
6299 F:      kernel/time/ntp.c
6300 F:      drivers/clocksource
6302 TLG2300 VIDEO4LINUX-2 DRIVER
6303 M:      Huang Shijie <shijie8@gmail.com>
6304 M:      Kang Yong <kangyong@telegent.com>
6305 M:      Zhang Xiaobing <xbzhang@telegent.com>
6306 S:      Supported
6307 F:      drivers/media/usb/tlg2300
6309 SC1200 WDT DRIVER
6310 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
6311 S:      Maintained
6312 F:      drivers/watchdog/sc1200wdt.c
6314 SCHEDULER
6315 M:      Ingo Molnar <mingo@redhat.com>
6316 M:      Peter Zijlstra <peterz@infradead.org>
6317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git sched/core
6318 S:      Maintained
6319 F:      kernel/sched/
6320 F:      include/linux/sched.h
6322 SCORE ARCHITECTURE
6323 M:      Chen Liqin <liqin.chen@sunplusct.com>
6324 M:      Lennox Wu <lennox.wu@gmail.com>
6325 W:      http://www.sunplusct.com
6326 S:      Supported
6327 F:      arch/score/
6329 SCSI CDROM DRIVER
6330 M:      Jens Axboe <axboe@kernel.dk>
6331 L:      linux-scsi@vger.kernel.org
6332 W:      http://www.kernel.dk
6333 S:      Maintained
6334 F:      drivers/scsi/sr*
6336 SCSI RDMA PROTOCOL (SRP) INITIATOR
6337 M:      David Dillow <dillowda@ornl.gov>
6338 L:      linux-rdma@vger.kernel.org
6339 S:      Supported
6340 W:      http://www.openfabrics.org
6341 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
6342 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
6343 F:      drivers/infiniband/ulp/srp/
6344 F:      include/scsi/srp.h
6346 SCSI SG DRIVER
6347 M:      Doug Gilbert <dgilbert@interlog.com>
6348 L:      linux-scsi@vger.kernel.org
6349 W:      http://www.torque.net/sg
6350 S:      Maintained
6351 F:      drivers/scsi/sg.c
6352 F:      include/scsi/sg.h
6354 SCSI SUBSYSTEM
6355 M:      "James E.J. Bottomley" <JBottomley@parallels.com>
6356 L:      linux-scsi@vger.kernel.org
6357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
6358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
6359 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
6360 S:      Maintained
6361 F:      drivers/scsi/
6362 F:      include/scsi/
6364 SCSI TAPE DRIVER
6365 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
6366 L:      linux-scsi@vger.kernel.org
6367 S:      Maintained
6368 F:      Documentation/scsi/st.txt
6369 F:      drivers/scsi/st*
6371 SCTP PROTOCOL
6372 M:      Vlad Yasevich <vyasevich@gmail.com>
6373 M:      Sridhar Samudrala <sri@us.ibm.com>
6374 L:      linux-sctp@vger.kernel.org
6375 W:      http://lksctp.sourceforge.net
6376 S:      Maintained
6377 F:      Documentation/networking/sctp.txt
6378 F:      include/linux/sctp.h
6379 F:      include/net/sctp/
6380 F:      net/sctp/
6382 SCx200 CPU SUPPORT
6383 M:      Jim Cromie <jim.cromie@gmail.com>
6384 S:      Odd Fixes
6385 F:      Documentation/i2c/busses/scx200_acb
6386 F:      arch/x86/platform/scx200/
6387 F:      drivers/watchdog/scx200_wdt.c
6388 F:      drivers/i2c/busses/scx200*
6389 F:      drivers/mtd/maps/scx200_docflash.c
6390 F:      include/linux/scx200.h
6392 SCx200 GPIO DRIVER
6393 M:      Jim Cromie <jim.cromie@gmail.com>
6394 S:      Maintained
6395 F:      drivers/char/scx200_gpio.c
6396 F:      include/linux/scx200_gpio.h
6398 SCx200 HRT CLOCKSOURCE DRIVER
6399 M:      Jim Cromie <jim.cromie@gmail.com>
6400 S:      Maintained
6401 F:      drivers/clocksource/scx200_hrt.c
6403 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
6404 M:      Sascha Sommer <saschasommer@freenet.de>
6405 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
6406 S:      Maintained
6407 F:      drivers/mmc/host/sdricoh_cs.c
6409 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
6410 M:      Chris Ball <cjb@laptop.org>
6411 L:      linux-mmc@vger.kernel.org
6412 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
6413 S:      Maintained
6414 F:      drivers/mmc/host/sdhci.*
6415 F:      drivers/mmc/host/sdhci-pltfm.[ch]
6417 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
6418 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
6419 L:      linuxppc-dev@lists.ozlabs.org
6420 L:      linux-mmc@vger.kernel.org
6421 S:      Maintained
6422 F:      drivers/mmc/host/sdhci-pltfm.[ch]
6424 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
6425 M:      Ben Dooks <ben-linux@fluff.org>
6426 L:      linux-mmc@vger.kernel.org
6427 S:      Maintained
6428 F:      drivers/mmc/host/sdhci-s3c.c
6430 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
6431 M:      Viresh Kumar <viresh.linux@gmail.com>
6432 L:      spear-devel@list.st.com
6433 L:      linux-mmc@vger.kernel.org
6434 S:      Maintained
6435 F:      drivers/mmc/host/sdhci-spear.c
6437 SECURITY SUBSYSTEM
6438 M:      James Morris <james.l.morris@oracle.com>
6439 L:      linux-security-module@vger.kernel.org (suggested Cc:)
6440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git
6441 W:      http://kernsec.org/
6442 S:      Supported
6443 F:      security/
6445 SECURITY CONTACT
6446 M:      Security Officers <security@kernel.org>
6447 S:      Supported
6449 SELINUX SECURITY MODULE
6450 M:      Stephen Smalley <sds@tycho.nsa.gov>
6451 M:      James Morris <james.l.morris@oracle.com>
6452 M:      Eric Paris <eparis@parisplace.org>
6453 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
6454 W:      http://selinuxproject.org
6455 T:      git git://git.infradead.org/users/eparis/selinux.git
6456 S:      Supported
6457 F:      include/linux/selinux*
6458 F:      security/selinux/
6459 F:      scripts/selinux/
6461 APPARMOR SECURITY MODULE
6462 M:      John Johansen <john.johansen@canonical.com>
6463 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
6464 W:      apparmor.wiki.kernel.org
6465 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
6466 S:      Supported
6467 F:      security/apparmor/
6469 SENSABLE PHANTOM
6470 M:      Jiri Slaby <jirislaby@gmail.com>
6471 S:      Maintained
6472 F:      drivers/misc/phantom.c
6473 F:      include/linux/phantom.h
6475 SERIAL ATA (SATA) SUBSYSTEM
6476 M:      Jeff Garzik <jgarzik@pobox.com>
6477 L:      linux-ide@vger.kernel.org
6478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
6479 S:      Supported
6480 F:      drivers/ata/
6481 F:      include/linux/ata.h
6482 F:      include/linux/libata.h
6484 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
6485 M:      Jayamohan Kallickal <jayamohan.kallickal@emulex.com>
6486 L:      linux-scsi@vger.kernel.org
6487 W:      http://www.emulex.com
6488 S:      Supported
6489 F:      drivers/scsi/be2iscsi/
6491 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
6492 M:      Sathya Perla <sathya.perla@emulex.com>
6493 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
6494 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
6495 L:      netdev@vger.kernel.org
6496 W:      http://www.emulex.com
6497 S:      Supported
6498 F:      drivers/net/ethernet/emulex/benet/
6500 SFC NETWORK DRIVER
6501 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
6502 M:      Ben Hutchings <bhutchings@solarflare.com>
6503 L:      netdev@vger.kernel.org
6504 S:      Supported
6505 F:      drivers/net/ethernet/sfc/
6507 SGI GRU DRIVER
6508 M:      Jack Steiner <steiner@sgi.com>
6509 S:      Maintained
6510 F:      drivers/misc/sgi-gru/
6512 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
6513 M:      Pat Gefre <pfg@sgi.com>
6514 L:      linux-ia64@vger.kernel.org
6515 S:      Supported
6516 F:      Documentation/ia64/serial.txt
6517 F:      drivers/tty/serial/ioc?_serial.c
6518 F:      include/linux/ioc?.h
6520 SGI VISUAL WORKSTATION 320 AND 540
6521 M:      Andrey Panin <pazke@donpac.ru>
6522 L:      linux-visws-devel@lists.sf.net
6523 W:      http://linux-visws.sf.net
6524 S:      Maintained for 2.6.
6525 F:      Documentation/sgi-visws.txt
6527 SGI XP/XPC/XPNET DRIVER
6528 M:      Robin Holt <holt@sgi.com>
6529 S:      Maintained
6530 F:      drivers/misc/sgi-xp/
6532 SIMPLE FIRMWARE INTERFACE (SFI)
6533 M:      Len Brown <lenb@kernel.org>
6534 L:      sfi-devel@simplefirmware.org
6535 W:      http://simplefirmware.org/
6536 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
6537 S:      Supported
6538 F:      arch/x86/platform/sfi/
6539 F:      drivers/sfi/
6540 F:      include/linux/sfi*.h
6542 SIMTEC EB110ATX (Chalice CATS)
6543 P:      Ben Dooks
6544 P:      Vincent Sanders <vince@simtec.co.uk>
6545 M:      Simtec Linux Team <linux@simtec.co.uk>
6546 W:      http://www.simtec.co.uk/products/EB110ATX/
6547 S:      Supported
6549 SIMTEC EB2410ITX (BAST)
6550 P:      Ben Dooks
6551 P:      Vincent Sanders <vince@simtec.co.uk>
6552 M:      Simtec Linux Team <linux@simtec.co.uk>
6553 W:      http://www.simtec.co.uk/products/EB2410ITX/
6554 S:      Supported
6555 F:      arch/arm/mach-s3c2410/mach-bast.c
6556 F:      arch/arm/mach-s3c2410/bast-ide.c
6557 F:      arch/arm/mach-s3c2410/bast-irq.c
6559 TI DAVINCI MACHINE SUPPORT
6560 M:      Sekhar Nori <nsekhar@ti.com>
6561 M:      Kevin Hilman <khilman@ti.com>
6562 L:      davinci-linux-open-source@linux.davincidsp.com (moderated for non-subscribers)
6563 T:      git git://gitorious.org/linux-davinci/linux-davinci.git
6564 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
6565 S:      Supported
6566 F:      arch/arm/mach-davinci
6567 F:      drivers/i2c/busses/i2c-davinci.c
6569 SIS 190 ETHERNET DRIVER
6570 M:      Francois Romieu <romieu@fr.zoreil.com>
6571 L:      netdev@vger.kernel.org
6572 S:      Maintained
6573 F:      drivers/net/ethernet/sis/sis190.c
6575 SIS 900/7016 FAST ETHERNET DRIVER
6576 M:      Daniele Venzano <venza@brownhat.org>
6577 W:      http://www.brownhat.org/sis900.html
6578 L:      netdev@vger.kernel.org
6579 S:      Maintained
6580 F:      drivers/net/ethernet/sis/sis900.*
6582 SIS 96X I2C/SMBUS DRIVER
6583 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
6584 L:      linux-i2c@vger.kernel.org
6585 S:      Maintained
6586 F:      Documentation/i2c/busses/i2c-sis96x
6587 F:      drivers/i2c/busses/i2c-sis96x.c
6589 SIS FRAMEBUFFER DRIVER
6590 M:      Thomas Winischhofer <thomas@winischhofer.net>
6591 W:      http://www.winischhofer.net/linuxsisvga.shtml
6592 S:      Maintained
6593 F:      Documentation/fb/sisfb.txt
6594 F:      drivers/video/sis/
6595 F:      include/video/sisfb.h
6597 SIS USB2VGA DRIVER
6598 M:      Thomas Winischhofer <thomas@winischhofer.net>
6599 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
6600 S:      Maintained
6601 F:      drivers/usb/misc/sisusbvga/
6603 SLAB ALLOCATOR
6604 M:      Christoph Lameter <cl@linux-foundation.org>
6605 M:      Pekka Enberg <penberg@kernel.org>
6606 M:      Matt Mackall <mpm@selenic.com>
6607 L:      linux-mm@kvack.org
6608 S:      Maintained
6609 F:      include/linux/sl?b*.h
6610 F:      mm/sl?b.c
6612 SLEEPABLE READ-COPY UPDATE (SRCU)
6613 M:      Lai Jiangshan <laijs@cn.fujitsu.com>
6614 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
6615 W:      http://www.rdrop.com/users/paulmck/RCU/
6616 S:      Supported
6617 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git
6618 F:      include/linux/srcu*
6619 F:      kernel/srcu*
6621 SMACK SECURITY MODULE
6622 M:      Casey Schaufler <casey@schaufler-ca.com>
6623 L:      linux-security-module@vger.kernel.org
6624 W:      http://schaufler-ca.com
6625 T:      git git://git.gitorious.org/smack-next/kernel.git
6626 S:      Maintained
6627 F:      Documentation/security/Smack.txt
6628 F:      security/smack/
6630 SMC91x ETHERNET DRIVER
6631 M:      Nicolas Pitre <nico@fluxnic.net>
6632 S:      Odd Fixes
6633 F:      drivers/net/ethernet/smsc/smc91x.*
6635 SMM665 HARDWARE MONITOR DRIVER
6636 M:      Guenter Roeck <linux@roeck-us.net>
6637 L:      lm-sensors@lm-sensors.org
6638 S:      Maintained
6639 F:      Documentation/hwmon/smm665
6640 F:      drivers/hwmon/smm665.c
6642 SMSC EMC2103 HARDWARE MONITOR DRIVER
6643 M:      Steve Glendinning <steve.glendinning@shawell.net>
6644 L:      lm-sensors@lm-sensors.org
6645 S:      Maintained
6646 F:      Documentation/hwmon/emc2103
6647 F:      drivers/hwmon/emc2103.c
6649 SMSC SCH5627 HARDWARE MONITOR DRIVER
6650 M:      Hans de Goede <hdegoede@redhat.com>
6651 L:      lm-sensors@lm-sensors.org
6652 S:      Supported
6653 F:      Documentation/hwmon/sch5627
6654 F:      drivers/hwmon/sch5627.c
6656 SMSC47B397 HARDWARE MONITOR DRIVER
6657 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
6658 L:      lm-sensors@lm-sensors.org
6659 S:      Maintained
6660 F:      Documentation/hwmon/smsc47b397
6661 F:      drivers/hwmon/smsc47b397.c
6663 SMSC911x ETHERNET DRIVER
6664 M:      Steve Glendinning <steve.glendinning@shawell.net>
6665 L:      netdev@vger.kernel.org
6666 S:      Maintained
6667 F:      include/linux/smsc911x.h
6668 F:      drivers/net/ethernet/smsc/smsc911x.*
6670 SMSC9420 PCI ETHERNET DRIVER
6671 M:      Steve Glendinning <steve.glendinning@shawell.net>
6672 L:      netdev@vger.kernel.org
6673 S:      Maintained
6674 F:      drivers/net/ethernet/smsc/smsc9420.*
6676 SMSC UFX6000 and UFX7000 USB to VGA DRIVER
6677 M:      Steve Glendinning <steve.glendinning@shawell.net>
6678 L:      linux-fbdev@vger.kernel.org
6679 S:      Maintained
6680 F:      drivers/video/smscufx.c
6682 SN-IA64 (Itanium) SUB-PLATFORM
6683 M:      Jes Sorensen <jes@sgi.com>
6684 L:      linux-altix@sgi.com
6685 L:      linux-ia64@vger.kernel.org
6686 W:      http://www.sgi.com/altix
6687 S:      Maintained
6688 F:      arch/ia64/sn/
6690 SOC-CAMERA V4L2 SUBSYSTEM
6691 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
6692 L:      linux-media@vger.kernel.org
6693 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
6694 S:      Maintained
6695 F:      include/media/soc*
6696 F:      drivers/media/i2c/soc_camera/
6697 F:      drivers/media/platform/soc_camera/
6699 SOEKRIS NET48XX LED SUPPORT
6700 M:      Chris Boot <bootc@bootc.net>
6701 S:      Maintained
6702 F:      drivers/leds/leds-net48xx.c
6704 SOFTWARE RAID (Multiple Disks) SUPPORT
6705 M:      Neil Brown <neilb@suse.de>
6706 L:      linux-raid@vger.kernel.org
6707 S:      Supported
6708 F:      drivers/md/
6709 F:      include/linux/raid/
6711 SONIC NETWORK DRIVER
6712 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
6713 L:      netdev@vger.kernel.org
6714 S:      Maintained
6715 F:      drivers/net/ethernet/natsemi/sonic.*
6717 SONICS SILICON BACKPLANE DRIVER (SSB)
6718 M:      Michael Buesch <m@bues.ch>
6719 L:      netdev@vger.kernel.org
6720 S:      Maintained
6721 F:      drivers/ssb/
6722 F:      include/linux/ssb/
6724 SONY VAIO CONTROL DEVICE DRIVER
6725 M:      Mattia Dongili <malattia@linux.it>
6726 L:      platform-driver-x86@vger.kernel.org
6727 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
6728 S:      Maintained
6729 F:      Documentation/laptops/sony-laptop.txt
6730 F:      drivers/char/sonypi.c
6731 F:      drivers/platform/x86/sony-laptop.c
6732 F:      include/linux/sony-laptop.h
6734 SONY MEMORYSTICK CARD SUPPORT
6735 M:      Alex Dubov <oakad@yahoo.com>
6736 W:      http://tifmxx.berlios.de/
6737 S:      Maintained
6738 F:      drivers/memstick/host/tifm_ms.c
6740 SOUND
6741 M:      Jaroslav Kysela <perex@perex.cz>
6742 M:      Takashi Iwai <tiwai@suse.de>
6743 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6744 W:      http://www.alsa-project.org/
6745 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
6746 T:      git git://git.alsa-project.org/alsa-kernel.git
6747 S:      Maintained
6748 F:      Documentation/sound/
6749 F:      include/sound/
6750 F:      sound/
6752 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
6753 M:      Liam Girdwood <lrg@ti.com>
6754 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6755 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git
6756 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6757 W:      http://alsa-project.org/main/index.php/ASoC
6758 S:      Supported
6759 F:      sound/soc/
6760 F:      include/sound/soc*
6762 SPARC + UltraSPARC (sparc/sparc64)
6763 M:      "David S. Miller" <davem@davemloft.net>
6764 L:      sparclinux@vger.kernel.org
6765 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
6766 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6768 S:      Maintained
6769 F:      arch/sparc/
6770 F:      drivers/sbus/
6772 SPARC SERIAL DRIVERS
6773 M:      "David S. Miller" <davem@davemloft.net>
6774 L:      sparclinux@vger.kernel.org
6775 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc.git
6776 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next.git
6777 S:      Maintained
6778 F:      include/linux/sunserialcore.h
6779 F:      drivers/tty/serial/suncore.c
6780 F:      drivers/tty/serial/sunhv.c
6781 F:      drivers/tty/serial/sunsab.c
6782 F:      drivers/tty/serial/sunsab.h
6783 F:      drivers/tty/serial/sunsu.c
6784 F:      drivers/tty/serial/sunzilog.c
6785 F:      drivers/tty/serial/sunzilog.h
6787 SPARSE CHECKER
6788 M:      "Christopher Li" <sparse@chrisli.org>
6789 L:      linux-sparse@vger.kernel.org
6790 W:      https://sparse.wiki.kernel.org/
6791 T:      git git://git.kernel.org/pub/scm/devel/sparse/sparse.git
6792 T:      git git://git.kernel.org/pub/scm/devel/sparse/chrisl/sparse.git
6793 S:      Maintained
6794 F:      include/linux/compiler.h
6796 SPEAR PLATFORM SUPPORT
6797 M:      Viresh Kumar <viresh.linux@gmail.com>
6798 M:      Shiraz Hashim <shiraz.hashim@st.com>
6799 L:      spear-devel@list.st.com
6800 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6801 W:      http://www.st.com/spear
6802 S:      Maintained
6803 F:      arch/arm/plat-spear/
6805 SPEAR13XX MACHINE SUPPORT
6806 M:      Viresh Kumar <viresh.linux@gmail.com>
6807 M:      Shiraz Hashim <shiraz.hashim@st.com>
6808 L:      spear-devel@list.st.com
6809 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6810 W:      http://www.st.com/spear
6811 S:      Maintained
6812 F:      arch/arm/mach-spear13xx/
6814 SPEAR3XX MACHINE SUPPORT
6815 M:      Viresh Kumar <viresh.linux@gmail.com>
6816 M:      Shiraz Hashim <shiraz.hashim@st.com>
6817 L:      spear-devel@list.st.com
6818 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6819 W:      http://www.st.com/spear
6820 S:      Maintained
6821 F:      arch/arm/mach-spear3xx/
6823 SPEAR6XX MACHINE SUPPORT
6824 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
6825 M:      Shiraz Hashim <shiraz.hashim@st.com>
6826 M:      Viresh Kumar <viresh.linux@gmail.com>
6827 L:      spear-devel@list.st.com
6828 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6829 W:      http://www.st.com/spear
6830 S:      Maintained
6831 F:      arch/arm/mach-spear6xx/
6833 SPEAR CLOCK FRAMEWORK SUPPORT
6834 M:      Viresh Kumar <viresh.linux@gmail.com>
6835 L:      spear-devel@list.st.com
6836 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
6837 W:      http://www.st.com/spear
6838 S:      Maintained
6839 F:      drivers/clk/spear/
6841 SPI SUBSYSTEM
6842 M:      Grant Likely <grant.likely@secretlab.ca>
6843 L:      spi-devel-general@lists.sourceforge.net
6844 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
6845 T:      git git://git.secretlab.ca/git/linux-2.6.git
6846 S:      Maintained
6847 F:      Documentation/spi/
6848 F:      drivers/spi/
6849 F:      include/linux/spi/
6851 SPIDERNET NETWORK DRIVER for CELL
6852 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
6853 M:      Jens Osterkamp <jens@de.ibm.com>
6854 L:      netdev@vger.kernel.org
6855 S:      Supported
6856 F:      Documentation/networking/spider_net.txt
6857 F:      drivers/net/ethernet/toshiba/spider_net*
6859 SPU FILE SYSTEM
6860 M:      Jeremy Kerr <jk@ozlabs.org>
6861 L:      linuxppc-dev@lists.ozlabs.org
6862 L:      cbe-oss-dev@lists.ozlabs.org
6863 W:      http://www.ibm.com/developerworks/power/cell/
6864 S:      Supported
6865 F:      Documentation/filesystems/spufs.txt
6866 F:      arch/powerpc/platforms/cell/spufs/
6868 SQUASHFS FILE SYSTEM
6869 M:      Phillip Lougher <phillip@squashfs.org.uk>
6870 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
6871 W:      http://squashfs.org.uk
6872 S:      Maintained
6873 F:      Documentation/filesystems/squashfs.txt
6874 F:      fs/squashfs/
6876 SRM (Alpha) environment access
6877 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
6878 S:      Maintained
6879 F:      arch/alpha/kernel/srm_env.c
6881 STABLE BRANCH
6882 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6883 L:      stable@vger.kernel.org
6884 S:      Supported
6886 STAGING SUBSYSTEM
6887 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
6888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
6889 L:      devel@driverdev.osuosl.org
6890 S:      Supported
6891 F:      drivers/staging/
6893 STAGING - AGERE HERMES II and II.5 WIRELESS DRIVERS
6894 M:      Henk de Groot <pe1dnn@amsat.org>
6895 S:      Odd Fixes
6896 F:      drivers/staging/wlags49_h2/
6897 F:      drivers/staging/wlags49_h25/
6899 STAGING - ASUS OLED
6900 M:      Jakub Schmidtke <sjakub@gmail.com>
6901 S:      Odd Fixes
6902 F:      drivers/staging/asus_oled/
6904 STAGING - COMEDI
6905 M:      Ian Abbott <abbotti@mev.co.uk>
6906 M:      Mori Hess <fmhess@users.sourceforge.net>
6907 S:      Odd Fixes
6908 F:      drivers/staging/comedi/
6910 STAGING - CRYSTAL HD VIDEO DECODER
6911 M:      Naren Sankar <nsankar@broadcom.com>
6912 M:      Jarod Wilson <jarod@wilsonet.com>
6913 M:      Scott Davilla <davilla@4pi.com>
6914 M:      Manu Abraham <abraham.manu@gmail.com>
6915 S:      Odd Fixes
6916 F:      drivers/staging/crystalhd/
6918 STAGING - ECHO CANCELLER
6919 M:      Steve Underwood <steveu@coppice.org>
6920 M:      David Rowe <david@rowetel.com>
6921 S:      Odd Fixes
6922 F:      drivers/staging/echo/
6924 STAGING - ET131X NETWORK DRIVER
6925 M:      Mark Einon <mark.einon@gmail.com>
6926 S:      Odd Fixes
6927 F:      drivers/staging/et131x/
6929 STAGING - FLARION FT1000 DRIVERS
6930 M:      Marek Belisko <marek.belisko@gmail.com>
6931 S:      Odd Fixes
6932 F:      drivers/staging/ft1000/
6934 STAGING - FRONTIER TRANZPORT AND ALPHATRACK
6935 M:      David Täht <d@teklibre.com>
6936 S:      Odd Fixes
6937 F:      drivers/staging/frontier/
6939 STAGING - INDUSTRIAL IO
6940 M:      Jonathan Cameron <jic23@cam.ac.uk>
6941 L:      linux-iio@vger.kernel.org
6942 S:      Odd Fixes
6943 F:      drivers/staging/iio/
6945 STAGING - LIRC (LINUX INFRARED REMOTE CONTROL) DRIVERS
6946 M:      Jarod Wilson <jarod@wilsonet.com>
6947 W:      http://www.lirc.org/
6948 S:      Odd Fixes
6949 F:      drivers/staging/media/lirc/
6951 STAGING - NVIDIA COMPLIANT EMBEDDED CONTROLLER INTERFACE (nvec)
6952 M:      Julian Andres Klode <jak@jak-linux.org>
6953 M:      Marc Dietrich <marvin24@gmx.de>
6954 L:      ac100@lists.launchpad.net (moderated for non-subscribers)
6955 S:      Maintained
6956 F:      drivers/staging/nvec/
6958 STAGING - OLPC SECONDARY DISPLAY CONTROLLER (DCON)
6959 M:      Andres Salomon <dilinger@queued.net>
6960 M:      Chris Ball <cjb@laptop.org>
6961 M:      Jon Nettleton <jon.nettleton@gmail.com>
6962 W:      http://wiki.laptop.org/go/DCON
6963 S:      Odd Fixes
6964 F:      drivers/staging/olpc_dcon/
6966 STAGING - OZMO DEVICES USB OVER WIFI DRIVER
6967 M:      Rupesh Gujare <rgujare@ozmodevices.com>
6968 M:      Chris Kelly <ckelly@ozmodevices.com>
6969 S:      Maintained
6970 F:      drivers/staging/ozwpan/
6972 STAGING - PARALLEL LCD/KEYPAD PANEL DRIVER
6973 M:      Willy Tarreau <willy@meta-x.org>
6974 S:      Odd Fixes
6975 F:      drivers/staging/panel/
6977 STAGING - REALTEK RTL8712U DRIVERS
6978 M:      Larry Finger <Larry.Finger@lwfinger.net>
6979 M:      Florian Schilhabel <florian.c.schilhabel@googlemail.com>.
6980 S:      Odd Fixes
6981 F:      drivers/staging/rtl8712/
6983 STAGING - SILICON MOTION SM7XX FRAME BUFFER DRIVER
6984 M:      Teddy Wang <teddy.wang@siliconmotion.com.cn>
6985 S:      Odd Fixes
6986 F:      drivers/staging/sm7xx/
6988 STAGING - SOFTLOGIC 6x10 MPEG CODEC
6989 M:      Ben Collins <bcollins@bluecherry.net>
6990 S:      Odd Fixes
6991 F:      drivers/staging/media/solo6x10/
6993 STAGING - SPEAKUP CONSOLE SPEECH DRIVER
6994 M:      William Hubbs <w.d.hubbs@gmail.com>
6995 M:      Chris Brannon <chris@the-brannons.com>
6996 M:      Kirk Reiser <kirk@braille.uwo.ca>
6997 M:      Samuel Thibault <samuel.thibault@ens-lyon.org>
6998 L:      speakup@braille.uwo.ca
6999 W:      http://www.linux-speakup.org/
7000 S:      Odd Fixes
7001 F:      drivers/staging/speakup/
7003 STAGING - TI DSP BRIDGE DRIVERS
7004 M:      Omar Ramirez Luna <omar.ramirez@ti.com>
7005 S:      Odd Fixes
7006 F:      drivers/staging/tidspbridge/
7008 STAGING - USB ENE SM/MS CARD READER DRIVER
7009 M:      Al Cho <acho@novell.com>
7010 S:      Odd Fixes
7011 F:      drivers/staging/keucr/
7013 STAGING - VIA VT665X DRIVERS
7014 M:      Forest Bond <forest@alittletooquiet.net>
7015 S:      Odd Fixes
7016 F:      drivers/staging/vt665?/
7018 STAGING - WINBOND IS89C35 WLAN USB DRIVER
7019 M:      Pavel Machek <pavel@ucw.cz>
7020 S:      Odd Fixes
7021 F:      drivers/staging/winbond/
7023 STAGING - XGI Z7,Z9,Z11 PCI DISPLAY DRIVER
7024 M:      Arnaud Patard <arnaud.patard@rtp-net.org>
7025 S:      Odd Fixes
7026 F:      drivers/staging/xgifb/
7028 STARFIRE/DURALAN NETWORK DRIVER
7029 M:      Ion Badulescu <ionut@badula.org>
7030 S:      Odd Fixes
7031 F:      drivers/net/ethernet/adaptec/starfire*
7033 SUN3/3X
7034 M:      Sam Creasey <sammy@sammy.net>
7035 W:      http://sammy.net/sun3/
7036 S:      Maintained
7037 F:      arch/m68k/kernel/*sun3*
7038 F:      arch/m68k/sun3*/
7039 F:      arch/m68k/include/asm/sun3*
7040 F:      drivers/net/ethernet/i825xx/sun3*
7042 SUPERH
7043 M:      Paul Mundt <lethal@linux-sh.org>
7044 L:      linux-sh@vger.kernel.org
7045 W:      http://www.linux-sh.org
7046 Q:      http://patchwork.kernel.org/project/linux-sh/list/
7047 T:      git git://github.com/pmundt/linux-sh.git sh-latest
7048 S:      Supported
7049 F:      Documentation/sh/
7050 F:      arch/sh/
7051 F:      drivers/sh/
7053 SUSPEND TO RAM
7054 M:      Len Brown <len.brown@intel.com>
7055 M:      Pavel Machek <pavel@ucw.cz>
7056 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
7057 L:      linux-pm@vger.kernel.org
7058 S:      Supported
7059 F:      Documentation/power/
7060 F:      arch/x86/kernel/acpi/
7061 F:      drivers/base/power/
7062 F:      kernel/power/
7063 F:      include/linux/suspend.h
7064 F:      include/linux/freezer.h
7065 F:      include/linux/pm.h
7067 SVGA HANDLING
7068 M:      Martin Mares <mj@ucw.cz>
7069 L:      linux-video@atrey.karlin.mff.cuni.cz
7070 S:      Maintained
7071 F:      Documentation/svga.txt
7072 F:      arch/x86/boot/video*
7074 SWIOTLB SUBSYSTEM
7075 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
7076 L:      linux-kernel@vger.kernel.org
7077 S:      Supported
7078 F:      lib/swiotlb.c
7079 F:      arch/*/kernel/pci-swiotlb.c
7080 F:      include/linux/swiotlb.h
7082 SYSV FILESYSTEM
7083 M:      Christoph Hellwig <hch@infradead.org>
7084 S:      Maintained
7085 F:      Documentation/filesystems/sysv-fs.txt
7086 F:      fs/sysv/
7087 F:      include/linux/sysv_fs.h
7089 TARGET SUBSYSTEM
7090 M:      Nicholas A. Bellinger <nab@linux-iscsi.org>
7091 L:      linux-scsi@vger.kernel.org
7092 L:      target-devel@vger.kernel.org
7093 L:      http://groups.google.com/group/linux-iscsi-target-dev
7094 W:      http://www.linux-iscsi.org
7095 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/nab/lio-core.git master
7096 S:      Supported
7097 F:      drivers/target/
7098 F:      include/target/
7099 F:      Documentation/target/
7101 TASKSTATS STATISTICS INTERFACE
7102 M:      Balbir Singh <bsingharora@gmail.com>
7103 S:      Maintained
7104 F:      Documentation/accounting/taskstats*
7105 F:      include/linux/taskstats*
7106 F:      kernel/taskstats.c
7108 TC CLASSIFIER
7109 M:      Jamal Hadi Salim <jhs@mojatatu.com>
7110 L:      netdev@vger.kernel.org
7111 S:      Maintained
7112 F:      include/linux/pkt_cls.h
7113 F:      include/net/pkt_cls.h
7114 F:      net/sched/
7116 TCP LOW PRIORITY MODULE
7117 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
7118 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
7119 W:      http://tcp-lp-mod.sourceforge.net/
7120 S:      Maintained
7121 F:      net/ipv4/tcp_lp.c
7123 TDA10071 MEDIA DRIVER
7124 M:      Antti Palosaari <crope@iki.fi>
7125 L:      linux-media@vger.kernel.org
7126 W:      http://linuxtv.org/
7127 W:      http://palosaari.fi/linux/
7128 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7129 T:      git git://linuxtv.org/anttip/media_tree.git
7130 S:      Maintained
7131 F:      drivers/media/dvb-frontends/tda10071*
7133 TDA18212 MEDIA DRIVER
7134 M:      Antti Palosaari <crope@iki.fi>
7135 L:      linux-media@vger.kernel.org
7136 W:      http://linuxtv.org/
7137 W:      http://palosaari.fi/linux/
7138 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7139 T:      git git://linuxtv.org/anttip/media_tree.git
7140 S:      Maintained
7141 F:      drivers/media/tuners/tda18212*
7143 TDA18218 MEDIA DRIVER
7144 M:      Antti Palosaari <crope@iki.fi>
7145 L:      linux-media@vger.kernel.org
7146 W:      http://linuxtv.org/
7147 W:      http://palosaari.fi/linux/
7148 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7149 T:      git git://linuxtv.org/anttip/media_tree.git
7150 S:      Maintained
7151 F:      drivers/media/tuners/tda18218*
7153 TDA18271 MEDIA DRIVER
7154 M:      Michael Krufky <mkrufky@linuxtv.org>
7155 L:      linux-media@vger.kernel.org
7156 W:      http://linuxtv.org/
7157 W:      http://github.com/mkrufky
7158 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7159 T:      git git://linuxtv.org/mkrufky/tuners.git
7160 S:      Maintained
7161 F:      drivers/media/tuners/tda18271*
7163 TDA827x MEDIA DRIVER
7164 M:      Michael Krufky <mkrufky@linuxtv.org>
7165 L:      linux-media@vger.kernel.org
7166 W:      http://linuxtv.org/
7167 W:      http://github.com/mkrufky
7168 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7169 T:      git git://linuxtv.org/mkrufky/tuners.git
7170 S:      Maintained
7171 F:      drivers/media/tuners/tda8290.*
7173 TDA8290 MEDIA DRIVER
7174 M:      Michael Krufky <mkrufky@linuxtv.org>
7175 L:      linux-media@vger.kernel.org
7176 W:      http://linuxtv.org/
7177 W:      http://github.com/mkrufky
7178 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7179 T:      git git://linuxtv.org/mkrufky/tuners.git
7180 S:      Maintained
7181 F:      drivers/media/tuners/tda8290.*
7183 TEAM DRIVER
7184 M:      Jiri Pirko <jpirko@redhat.com>
7185 L:      netdev@vger.kernel.org
7186 S:      Supported
7187 F:      drivers/net/team/
7188 F:      include/linux/if_team.h
7190 TEGRA SUPPORT
7191 M:      Stephen Warren <swarren@wwwdotorg.org>
7192 L:      linux-tegra@vger.kernel.org
7193 Q:      http://patchwork.ozlabs.org/project/linux-tegra/list/
7194 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra.git
7195 S:      Supported
7196 F:      arch/arm/mach-tegra
7197 F:      arch/arm/boot/dts/tegra*
7198 F:      arch/arm/configs/tegra_defconfig
7200 TEHUTI ETHERNET DRIVER
7201 M:      Andy Gospodarek <andy@greyhouse.net>
7202 L:      netdev@vger.kernel.org
7203 S:      Supported
7204 F:      drivers/net/ethernet/tehuti/*
7206 Telecom Clock Driver for MCPL0010
7207 M:      Mark Gross <mark.gross@intel.com>
7208 S:      Supported
7209 F:      drivers/char/tlclk.c
7211 TENSILICA XTENSA PORT (xtensa)
7212 M:      Chris Zankel <chris@zankel.net>
7213 M:      Max Filippov <jcmvbkbc@gmail.com>
7214 L:      linux-xtensa@linux-xtensa.org
7215 S:      Maintained
7216 F:      arch/xtensa/
7218 THINKPAD ACPI EXTRAS DRIVER
7219 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
7220 L:      ibm-acpi-devel@lists.sourceforge.net
7221 L:      platform-driver-x86@vger.kernel.org
7222 W:      http://ibm-acpi.sourceforge.net
7223 W:      http://thinkwiki.org/wiki/Ibm-acpi
7224 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
7225 S:      Maintained
7226 F:      drivers/platform/x86/thinkpad_acpi.c
7228 TI FLASH MEDIA INTERFACE DRIVER
7229 M:      Alex Dubov <oakad@yahoo.com>
7230 S:      Maintained
7231 F:      drivers/misc/tifm*
7232 F:      drivers/mmc/host/tifm_sd.c
7233 F:      include/linux/tifm.h
7235 TI LM49xxx FAMILY ASoC CODEC DRIVERS
7236 M:      M R Swami Reddy <mr.swami.reddy@ti.com>
7237 M:      Vishwas A Deshpande <vishwas.a.deshpande@ti.com>
7238 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7239 S:      Maintained
7240 F:      sound/soc/codecs/lm49453*
7241 F:      sound/soc/codecs/isabelle*
7243 TI TWL4030 SERIES SOC CODEC DRIVER
7244 M:      Peter Ujfalusi <peter.ujfalusi@ti.com>
7245 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7246 S:      Maintained
7247 F:      sound/soc/codecs/twl4030*
7249 TI WILINK WIRELESS DRIVERS
7250 M:      Luciano Coelho <coelho@ti.com>
7251 L:      linux-wireless@vger.kernel.org
7252 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
7253 W:      http://wireless.kernel.org/en/users/Drivers/wl1251
7254 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
7255 S:      Maintained
7256 F:      drivers/net/wireless/ti/
7257 F:      include/linux/wl12xx.h
7259 TIPC NETWORK LAYER
7260 M:      Jon Maloy <jon.maloy@ericsson.com>
7261 M:      Allan Stephens <allan.stephens@windriver.com>
7262 L:      netdev@vger.kernel.org (core kernel code)
7263 L:      tipc-discussion@lists.sourceforge.net (user apps, general discussion)
7264 W:      http://tipc.sourceforge.net/
7265 S:      Maintained
7266 F:      include/linux/tipc*.h
7267 F:      net/tipc/
7269 TILE ARCHITECTURE
7270 M:      Chris Metcalf <cmetcalf@tilera.com>
7271 W:      http://www.tilera.com/scm/
7272 S:      Supported
7273 F:      arch/tile/
7274 F:      drivers/tty/hvc/hvc_tile.c
7275 F:      drivers/net/ethernet/tile/
7276 F:      drivers/edac/tile_edac.c
7278 TLAN NETWORK DRIVER
7279 M:      Samuel Chessman <chessman@tux.org>
7280 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
7281 W:      http://sourceforge.net/projects/tlan/
7282 S:      Maintained
7283 F:      Documentation/networking/tlan.txt
7284 F:      drivers/net/ethernet/ti/tlan.*
7286 TOMOYO SECURITY MODULE
7287 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
7288 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
7289 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
7290 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
7291 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
7292 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
7293 W:      http://tomoyo.sourceforge.jp/
7294 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.5.x/tomoyo-lsm/patches/
7295 S:      Maintained
7296 F:      security/tomoyo/
7298 TOPSTAR LAPTOP EXTRAS DRIVER
7299 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
7300 L:      platform-driver-x86@vger.kernel.org
7301 S:      Maintained
7302 F:      drivers/platform/x86/topstar-laptop.c
7304 TOSHIBA ACPI EXTRAS DRIVER
7305 L:      platform-driver-x86@vger.kernel.org
7306 S:      Orphan
7307 F:      drivers/platform/x86/toshiba_acpi.c
7309 TOSHIBA SMM DRIVER
7310 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
7311 L:      tlinux-users@tce.toshiba-dme.co.jp
7312 W:      http://www.buzzard.org.uk/toshiba/
7313 S:      Maintained
7314 F:      drivers/char/toshiba.c
7315 F:      include/linux/toshiba.h
7317 TMIO MMC DRIVER
7318 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
7319 M:      Ian Molton <ian@mnementh.co.uk>
7320 L:      linux-mmc@vger.kernel.org
7321 S:      Maintained
7322 F:      drivers/mmc/host/tmio_mmc*
7323 F:      drivers/mmc/host/sh_mobile_sdhi.c
7324 F:      include/linux/mmc/tmio.h
7325 F:      include/linux/mmc/sh_mobile_sdhi.h
7327 TMPFS (SHMEM FILESYSTEM)
7328 M:      Hugh Dickins <hughd@google.com>
7329 L:      linux-mm@kvack.org
7330 S:      Maintained
7331 F:      include/linux/shmem_fs.h
7332 F:      mm/shmem.c
7334 TPM DEVICE DRIVER
7335 M:      Kent Yoder <key@linux.vnet.ibm.com>
7336 M:      Rajiv Andrade <mail@srajiv.net>
7337 W:      http://tpmdd.sourceforge.net
7338 M:      Marcel Selhorst <tpmdd@selhorst.net>
7339 M:      Sirrix AG <tpmdd@sirrix.com>
7340 W:      http://www.sirrix.com
7341 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
7342 S:      Maintained
7343 F:      drivers/char/tpm/
7345 TRACING
7346 M:      Steven Rostedt <rostedt@goodmis.org>
7347 M:      Frederic Weisbecker <fweisbec@gmail.com>
7348 M:      Ingo Molnar <mingo@redhat.com>
7349 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git perf/core
7350 S:      Maintained
7351 F:      Documentation/trace/ftrace.txt
7352 F:      arch/*/*/*/ftrace.h
7353 F:      arch/*/kernel/ftrace.c
7354 F:      include/*/ftrace.h
7355 F:      include/linux/trace*.h
7356 F:      include/trace/
7357 F:      kernel/trace/
7359 TRIVIAL PATCHES
7360 M:      Jiri Kosina <trivial@kernel.org>
7361 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
7362 S:      Maintained
7363 K:      ^Subject:.*(?i)trivial
7365 TTY LAYER
7366 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7367 S:      Supported
7368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git
7369 F:      drivers/tty/
7370 F:      drivers/tty/serial/serial_core.c
7371 F:      include/linux/serial_core.h
7372 F:      include/linux/serial.h
7373 F:      include/linux/tty.h
7375 TUA9001 MEDIA DRIVER
7376 M:      Antti Palosaari <crope@iki.fi>
7377 L:      linux-media@vger.kernel.org
7378 W:      http://linuxtv.org/
7379 W:      http://palosaari.fi/linux/
7380 Q:      http://patchwork.linuxtv.org/project/linux-media/list/
7381 T:      git git://linuxtv.org/anttip/media_tree.git
7382 S:      Maintained
7383 F:      drivers/media/tuners/tua9001*
7385 TULIP NETWORK DRIVERS
7386 M:      Grant Grundler <grundler@parisc-linux.org>
7387 L:      netdev@vger.kernel.org
7388 S:      Maintained
7389 F:      drivers/net/ethernet/dec/tulip/
7391 TUN/TAP driver
7392 M:      Maxim Krasnyansky <maxk@qualcomm.com>
7393 L:      vtun@office.satix.net
7394 W:      http://vtun.sourceforge.net/tun
7395 S:      Maintained
7396 F:      Documentation/networking/tuntap.txt
7397 F:      arch/um/os-Linux/drivers/
7399 TURBOCHANNEL SUBSYSTEM
7400 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
7401 S:      Maintained
7402 F:      drivers/tc/
7403 F:      include/linux/tc.h
7405 U14-34F SCSI DRIVER
7406 M:      Dario Ballabio <ballabio_dario@emc.com>
7407 L:      linux-scsi@vger.kernel.org
7408 S:      Maintained
7409 F:      drivers/scsi/u14-34f.c
7411 UBI FILE SYSTEM (UBIFS)
7412 M:      Artem Bityutskiy <dedekind1@gmail.com>
7413 M:      Adrian Hunter <adrian.hunter@intel.com>
7414 L:      linux-mtd@lists.infradead.org
7415 T:      git git://git.infradead.org/ubifs-2.6.git
7416 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
7417 S:      Maintained
7418 F:      Documentation/filesystems/ubifs.txt
7419 F:      fs/ubifs/
7421 UCLINUX (AND M68KNOMMU)
7422 M:      Greg Ungerer <gerg@uclinux.org>
7423 W:      http://www.uclinux.org/
7424 L:      uclinux-dev@uclinux.org  (subscribers-only)
7425 S:      Maintained
7426 F:      arch/m68k/*/*_no.*
7427 F:      arch/m68k/include/asm/*_no.*
7429 UCLINUX FOR RENESAS H8/300 (H8300)
7430 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
7431 W:      http://uclinux-h8.sourceforge.jp/
7432 S:      Supported
7433 F:      arch/h8300/
7434 F:      drivers/ide/ide-h8300.c
7435 F:      drivers/net/ethernet/8390/ne-h8300.c
7437 UDF FILESYSTEM
7438 M:      Jan Kara <jack@suse.cz>
7439 S:      Maintained
7440 F:      Documentation/filesystems/udf.txt
7441 F:      fs/udf/
7443 UFS FILESYSTEM
7444 M:      Evgeniy Dushistov <dushistov@mail.ru>
7445 S:      Maintained
7446 F:      Documentation/filesystems/ufs.txt
7447 F:      fs/ufs/
7449 UHID USERSPACE HID IO DRIVER:
7450 M:      David Herrmann <dh.herrmann@googlemail.com>
7451 L:      linux-input@vger.kernel.org
7452 S:      Maintained
7453 F:      drivers/hid/uhid.c
7454 F:      include/linux/uhid.h
7456 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
7457 L:      linux-usb@vger.kernel.org
7458 S:      Orphan
7459 F:      drivers/uwb/
7460 F:      include/linux/uwb.h
7461 F:      include/linux/uwb/
7463 UNICORE32 ARCHITECTURE:
7464 M:      Guan Xuetao <gxt@mprc.pku.edu.cn>
7465 W:      http://mprc.pku.edu.cn/~guanxuetao/linux
7466 S:      Maintained
7467 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/epip/linux-2.6-unicore32.git
7468 F:      arch/unicore32/
7470 UNIFDEF
7471 M:      Tony Finch <dot@dotat.at>
7472 W:      http://dotat.at/prog/unifdef
7473 S:      Maintained
7474 F:      scripts/unifdef.c
7476 UNIFORM CDROM DRIVER
7477 M:      Jens Axboe <axboe@kernel.dk>
7478 W:      http://www.kernel.dk
7479 S:      Maintained
7480 F:      Documentation/cdrom/
7481 F:      drivers/cdrom/cdrom.c
7482 F:      include/linux/cdrom.h
7484 UNIVERSAL FLASH STORAGE HOST CONTROLLER DRIVER
7485 M:      Vinayak Holikatti <vinholikatti@gmail.com>
7486 M:      Santosh Y <santoshsy@gmail.com>
7487 L:      linux-scsi@vger.kernel.org
7488 S:      Supported
7489 F:      Documentation/scsi/ufs.txt
7490 F:      drivers/scsi/ufs/
7492 UNSORTED BLOCK IMAGES (UBI)
7493 M:      Artem Bityutskiy <dedekind1@gmail.com>
7494 W:      http://www.linux-mtd.infradead.org/
7495 L:      linux-mtd@lists.infradead.org
7496 T:      git git://git.infradead.org/ubi-2.6.git
7497 S:      Maintained
7498 F:      drivers/mtd/ubi/
7499 F:      include/linux/mtd/ubi.h
7500 F:      include/mtd/ubi-user.h
7502 UNSORTED BLOCK IMAGES (UBI) Fastmap
7503 M:      Richard Weinberger <richard@nod.at>
7504 L:      linux-mtd@lists.infradead.org
7505 S:      Maintained
7506 F:      drivers/mtd/ubi/fastmap.c
7508 USB ACM DRIVER
7509 M:      Oliver Neukum <oliver@neukum.org>
7510 L:      linux-usb@vger.kernel.org
7511 S:      Maintained
7512 F:      Documentation/usb/acm.txt
7513 F:      drivers/usb/class/cdc-acm.*
7515 USB ATTACHED SCSI
7516 M:      Matthew Wilcox <willy@linux.intel.com>
7517 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
7518 L:      linux-usb@vger.kernel.org
7519 L:      linux-scsi@vger.kernel.org
7520 S:      Supported
7521 F:      drivers/usb/storage/uas.c
7523 USB BLOCK DRIVER (UB ub)
7524 M:      Pete Zaitcev <zaitcev@redhat.com>
7525 L:      linux-usb@vger.kernel.org
7526 S:      Supported
7527 F:      drivers/block/ub.c
7529 USB CDC ETHERNET DRIVER
7530 M:      Oliver Neukum <oliver@neukum.org>
7531 L:      linux-usb@vger.kernel.org
7532 S:      Maintained
7533 F:      drivers/net/usb/cdc_*.c
7534 F:      include/linux/usb/cdc.h
7536 USB CYPRESS C67X00 DRIVER
7537 M:      Peter Korsgaard <jacmet@sunsite.dk>
7538 L:      linux-usb@vger.kernel.org
7539 S:      Maintained
7540 F:      drivers/usb/c67x00/
7542 USB DAVICOM DM9601 DRIVER
7543 M:      Peter Korsgaard <jacmet@sunsite.dk>
7544 L:      netdev@vger.kernel.org
7545 W:      http://www.linux-usb.org/usbnet
7546 S:      Maintained
7547 F:      drivers/net/usb/dm9601.c
7549 USB DIAMOND RIO500 DRIVER
7550 M:      Cesar Miquel <miquel@df.uba.ar>
7551 L:      rio500-users@lists.sourceforge.net
7552 W:      http://rio500.sourceforge.net
7553 S:      Maintained
7554 F:      drivers/usb/misc/rio500*
7556 USB EHCI DRIVER
7557 M:      Alan Stern <stern@rowland.harvard.edu>
7558 L:      linux-usb@vger.kernel.org
7559 S:      Maintained
7560 F:      Documentation/usb/ehci.txt
7561 F:      drivers/usb/host/ehci*
7563 USB GADGET/PERIPHERAL SUBSYSTEM
7564 M:      Felipe Balbi <balbi@ti.com>
7565 L:      linux-usb@vger.kernel.org
7566 W:      http://www.linux-usb.org/gadget
7567 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7568 S:      Maintained
7569 F:      drivers/usb/gadget/
7570 F:      include/linux/usb/gadget*
7572 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
7573 M:      Jiri Kosina <jkosina@suse.cz>
7574 L:      linux-usb@vger.kernel.org
7575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
7576 S:      Maintained
7577 F:      Documentation/hid/hiddev.txt
7578 F:      drivers/hid/usbhid/
7580 USB/IP DRIVERS
7581 M:      Matt Mooney <mfm@muteddisk.com>
7582 L:      linux-usb@vger.kernel.org
7583 S:      Maintained
7584 F:      drivers/staging/usbip/
7586 USB ISP116X DRIVER
7587 M:      Olav Kongas <ok@artecdesign.ee>
7588 L:      linux-usb@vger.kernel.org
7589 S:      Maintained
7590 F:      drivers/usb/host/isp116x*
7591 F:      include/linux/usb/isp116x.h
7593 USB KAWASAKI LSI DRIVER
7594 M:      Oliver Neukum <oliver@neukum.org>
7595 L:      linux-usb@vger.kernel.org
7596 S:      Maintained
7597 F:      drivers/usb/serial/kl5kusb105.*
7599 USB MASS STORAGE DRIVER
7600 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
7601 L:      linux-usb@vger.kernel.org
7602 L:      usb-storage@lists.one-eyed-alien.net
7603 S:      Maintained
7604 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
7605 F:      drivers/usb/storage/
7607 USB MIDI DRIVER
7608 M:      Clemens Ladisch <clemens@ladisch.de>
7609 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
7610 T:      git git://git.alsa-project.org/alsa-kernel.git
7611 S:      Maintained
7612 F:      sound/usb/midi.*
7614 USB OHCI DRIVER
7615 M:      Alan Stern <stern@rowland.harvard.edu>
7616 L:      linux-usb@vger.kernel.org
7617 S:      Maintained
7618 F:      Documentation/usb/ohci.txt
7619 F:      drivers/usb/host/ohci*
7621 USB OPTION-CARD DRIVER
7622 M:      Matthias Urlichs <smurf@smurf.noris.de>
7623 L:      linux-usb@vger.kernel.org
7624 S:      Maintained
7625 F:      drivers/usb/serial/option.c
7627 USB PEGASUS DRIVER
7628 M:      Petko Manolov <petkan@users.sourceforge.net>
7629 L:      linux-usb@vger.kernel.org
7630 L:      netdev@vger.kernel.org
7631 W:      http://pegasus2.sourceforge.net/
7632 S:      Maintained
7633 F:      drivers/net/usb/pegasus.*
7635 USB PHY LAYER
7636 M:      Felipe Balbi <balbi@ti.com>
7637 L:      linux-usb@vger.kernel.org
7638 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb.git
7639 S:      Maintained
7640 F:      drivers/usb/phy/
7641 F:      drivers/usb/otg/
7643 USB PRINTER DRIVER (usblp)
7644 M:      Pete Zaitcev <zaitcev@redhat.com>
7645 L:      linux-usb@vger.kernel.org
7646 S:      Supported
7647 F:      drivers/usb/class/usblp.c
7649 USB RTL8150 DRIVER
7650 M:      Petko Manolov <petkan@users.sourceforge.net>
7651 L:      linux-usb@vger.kernel.org
7652 L:      netdev@vger.kernel.org
7653 W:      http://pegasus2.sourceforge.net/
7654 S:      Maintained
7655 F:      drivers/net/usb/rtl8150.c
7657 USB SERIAL BELKIN F5U103 DRIVER
7658 M:      William Greathouse <wgreathouse@smva.com>
7659 L:      linux-usb@vger.kernel.org
7660 S:      Maintained
7661 F:      drivers/usb/serial/belkin_sa.*
7663 USB SERIAL CYPRESS M8 DRIVER
7664 M:      Lonnie Mendez <dignome@gmail.com>
7665 L:      linux-usb@vger.kernel.org
7666 S:      Maintained
7667 W:      http://geocities.com/i0xox0i
7668 W:      http://firstlight.net/cvs
7669 F:      drivers/usb/serial/cypress_m8.*
7671 USB SERIAL CYBERJACK DRIVER
7672 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
7673 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
7674 S:      Maintained
7675 F:      drivers/usb/serial/cyberjack.c
7677 USB SERIAL DIGI ACCELEPORT DRIVER
7678 M:      Peter Berger <pberger@brimson.com>
7679 M:      Al Borchers <alborchers@steinerpoint.com>
7680 L:      linux-usb@vger.kernel.org
7681 S:      Maintained
7682 F:      drivers/usb/serial/digi_acceleport.c
7684 USB SERIAL DRIVER
7685 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7686 L:      linux-usb@vger.kernel.org
7687 S:      Supported
7688 F:      Documentation/usb/usb-serial.txt
7689 F:      drivers/usb/serial/generic.c
7690 F:      drivers/usb/serial/usb-serial.c
7691 F:      include/linux/usb/serial.h
7693 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
7694 M:      Gary Brubaker <xavyer@ix.netcom.com>
7695 L:      linux-usb@vger.kernel.org
7696 S:      Maintained
7697 F:      drivers/usb/serial/empeg.c
7699 USB SERIAL KEYSPAN DRIVER
7700 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7701 L:      linux-usb@vger.kernel.org
7702 S:      Maintained
7703 F:      drivers/usb/serial/*keyspan*
7705 USB SERIAL WHITEHEAT DRIVER
7706 M:      Support Department <support@connecttech.com>
7707 L:      linux-usb@vger.kernel.org
7708 W:      http://www.connecttech.com
7709 S:      Supported
7710 F:      drivers/usb/serial/whiteheat*
7712 USB SMSC75XX ETHERNET DRIVER
7713 M:      Steve Glendinning <steve.glendinning@shawell.net>
7714 L:      netdev@vger.kernel.org
7715 S:      Maintained
7716 F:      drivers/net/usb/smsc75xx.*
7718 USB SMSC95XX ETHERNET DRIVER
7719 M:      Steve Glendinning <steve.glendinning@shawell.net>
7720 L:      netdev@vger.kernel.org
7721 S:      Maintained
7722 F:      drivers/net/usb/smsc95xx.*
7724 USB SN9C1xx DRIVER
7725 M:      Luca Risolia <luca.risolia@studio.unibo.it>
7726 L:      linux-usb@vger.kernel.org
7727 L:      linux-media@vger.kernel.org
7728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7729 W:      http://www.linux-projects.org
7730 S:      Maintained
7731 F:      Documentation/video4linux/sn9c102.txt
7732 F:      drivers/media/usb/sn9c102/
7734 USB SUBSYSTEM
7735 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7736 L:      linux-usb@vger.kernel.org
7737 W:      http://www.linux-usb.org
7738 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb.git
7739 S:      Supported
7740 F:      Documentation/usb/
7741 F:      drivers/net/usb/
7742 F:      drivers/usb/
7743 F:      include/linux/usb.h
7744 F:      include/linux/usb/
7746 USB UHCI DRIVER
7747 M:      Alan Stern <stern@rowland.harvard.edu>
7748 L:      linux-usb@vger.kernel.org
7749 S:      Maintained
7750 F:      drivers/usb/host/uhci*
7752 USB "USBNET" DRIVER FRAMEWORK
7753 M:      Oliver Neukum <oneukum@suse.de>
7754 L:      netdev@vger.kernel.org
7755 W:      http://www.linux-usb.org/usbnet
7756 S:      Maintained
7757 F:      drivers/net/usb/usbnet.c
7758 F:      include/linux/usb/usbnet.h
7760 USB VIDEO CLASS
7761 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7762 L:      linux-uvc-devel@lists.sourceforge.net (subscribers-only)
7763 L:      linux-media@vger.kernel.org
7764 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7765 W:      http://www.ideasonboard.org/uvc/
7766 S:      Maintained
7767 F:      drivers/media/usb/uvc/
7769 USB WEBCAM GADGET
7770 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
7771 L:      linux-usb@vger.kernel.org
7772 S:      Maintained
7773 F:      drivers/usb/gadget/*uvc*.c
7774 F:      drivers/usb/gadget/webcam.c
7776 USB WIRELESS RNDIS DRIVER (rndis_wlan)
7777 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
7778 L:      linux-wireless@vger.kernel.org
7779 S:      Maintained
7780 F:      drivers/net/wireless/rndis_wlan.c
7782 USB XHCI DRIVER
7783 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
7784 L:      linux-usb@vger.kernel.org
7785 S:      Supported
7786 F:      drivers/usb/host/xhci*
7787 F:      drivers/usb/host/pci-quirks*
7789 USB ZD1201 DRIVER
7790 L:      linux-wireless@vger.kernel.org
7791 W:      http://linux-lc100020.sourceforge.net
7792 S:      Orphan
7793 F:      drivers/net/wireless/zd1201.*
7795 USB ZR364XX DRIVER
7796 M:      Antoine Jacquet <royale@zerezo.com>
7797 L:      linux-usb@vger.kernel.org
7798 L:      linux-media@vger.kernel.org
7799 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media.git
7800 W:      http://royale.zerezo.com/zr364xx/
7801 S:      Maintained
7802 F:      Documentation/video4linux/zr364xx.txt
7803 F:      drivers/media/usb/zr364xx/
7805 USER-MODE LINUX (UML)
7806 M:      Jeff Dike <jdike@addtoit.com>
7807 M:      Richard Weinberger <richard@nod.at>
7808 L:      user-mode-linux-devel@lists.sourceforge.net
7809 L:      user-mode-linux-user@lists.sourceforge.net
7810 W:      http://user-mode-linux.sourceforge.net
7811 S:      Maintained
7812 F:      Documentation/virtual/uml/
7813 F:      arch/um/
7814 F:      arch/x86/um/
7815 F:      fs/hostfs/
7816 F:      fs/hppfs/
7818 USERSPACE I/O (UIO)
7819 M:      "Hans J. Koch" <hjk@hansjkoch.de>
7820 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7821 S:      Maintained
7822 F:      Documentation/DocBook/uio-howto.tmpl
7823 F:      drivers/uio/
7824 F:      include/linux/uio*.h
7826 UTIL-LINUX PACKAGE
7827 M:      Karel Zak <kzak@redhat.com>
7828 L:      util-linux@vger.kernel.org
7829 W:      http://en.wikipedia.org/wiki/Util-linux
7830 T:      git git://git.kernel.org/pub/scm/utils/util-linux/util-linux.git
7831 S:      Maintained
7833 UVESAFB DRIVER
7834 M:      Michal Januszewski <spock@gentoo.org>
7835 L:      linux-fbdev@vger.kernel.org
7836 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
7837 S:      Maintained
7838 F:      Documentation/fb/uvesafb.txt
7839 F:      drivers/video/uvesafb.*
7841 VFAT/FAT/MSDOS FILESYSTEM
7842 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
7843 S:      Maintained
7844 F:      Documentation/filesystems/vfat.txt
7845 F:      fs/fat/
7847 VFIO DRIVER
7848 M:      Alex Williamson <alex.williamson@redhat.com>
7849 L:      kvm@vger.kernel.org
7850 S:      Maintained
7851 F:      Documentation/vfio.txt
7852 F:      drivers/vfio/
7853 F:      include/linux/vfio.h
7855 VIDEOBUF2 FRAMEWORK
7856 M:      Pawel Osciak <pawel@osciak.com>
7857 M:      Marek Szyprowski <m.szyprowski@samsung.com>
7858 M:      Kyungmin Park <kyungmin.park@samsung.com>
7859 L:      linux-media@vger.kernel.org
7860 S:      Maintained
7861 F:      drivers/media/v4l2-core/videobuf2-*
7862 F:      include/media/videobuf2-*
7864 VIRTIO CONSOLE DRIVER
7865 M:      Amit Shah <amit.shah@redhat.com>
7866 L:      virtualization@lists.linux-foundation.org
7867 S:      Maintained
7868 F:      drivers/char/virtio_console.c
7869 F:      include/linux/virtio_console.h
7871 VIRTIO CORE, NET AND BLOCK DRIVERS
7872 M:      Rusty Russell <rusty@rustcorp.com.au>
7873 M:      "Michael S. Tsirkin" <mst@redhat.com>
7874 L:      virtualization@lists.linux-foundation.org
7875 S:      Maintained
7876 F:      drivers/virtio/
7877 F:      drivers/net/virtio_net.c
7878 F:      drivers/block/virtio_blk.c
7879 F:      include/linux/virtio_*.h
7881 VIRTIO HOST (VHOST)
7882 M:      "Michael S. Tsirkin" <mst@redhat.com>
7883 L:      kvm@vger.kernel.org
7884 L:      virtualization@lists.linux-foundation.org
7885 L:      netdev@vger.kernel.org
7886 S:      Maintained
7887 F:      drivers/vhost/
7888 F:      include/linux/vhost.h
7890 VIA RHINE NETWORK DRIVER
7891 M:      Roger Luethi <rl@hellgate.ch>
7892 S:      Maintained
7893 F:      drivers/net/ethernet/via/via-rhine.c
7895 VIAPRO SMBUS DRIVER
7896 M:      Jean Delvare <khali@linux-fr.org>
7897 L:      linux-i2c@vger.kernel.org
7898 S:      Maintained
7899 F:      Documentation/i2c/busses/i2c-viapro
7900 F:      drivers/i2c/busses/i2c-viapro.c
7902 VIA SD/MMC CARD CONTROLLER DRIVER
7903 M:      Bruce Chang <brucechang@via.com.tw>
7904 M:      Harald Welte <HaraldWelte@viatech.com>
7905 S:      Maintained
7906 F:      drivers/mmc/host/via-sdmmc.c
7908 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
7909 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
7910 L:      linux-fbdev@vger.kernel.org
7911 S:      Maintained
7912 F:      include/linux/via-core.h
7913 F:      include/linux/via-gpio.h
7914 F:      include/linux/via_i2c.h
7915 F:      drivers/video/via/
7917 VIA VELOCITY NETWORK DRIVER
7918 M:      Francois Romieu <romieu@fr.zoreil.com>
7919 L:      netdev@vger.kernel.org
7920 S:      Maintained
7921 F:      drivers/net/ethernet/via/via-velocity.*
7923 VLAN (802.1Q)
7924 M:      Patrick McHardy <kaber@trash.net>
7925 L:      netdev@vger.kernel.org
7926 S:      Maintained
7927 F:      drivers/net/macvlan.c
7928 F:      include/linux/if_*vlan.h
7929 F:      net/8021q/
7931 VLYNQ BUS
7932 M:      Florian Fainelli <florian@openwrt.org>
7933 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
7934 S:      Maintained
7935 F:      drivers/vlynq/vlynq.c
7936 F:      include/linux/vlynq.h
7938 VME SUBSYSTEM
7939 M:      Martyn Welch <martyn.welch@ge.com>
7940 M:      Manohar Vanga <manohar.vanga@gmail.com>
7941 M:      Greg Kroah-Hartman <gregkh@linuxfoundation.org>
7942 L:      devel@driverdev.osuosl.org
7943 S:      Maintained
7944 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git
7945 F:      Documentation/vme_api.txt
7946 F:      drivers/staging/vme/
7947 F:      drivers/vme/
7948 F:      include/linux/vme*
7950 VMWARE VMXNET3 ETHERNET DRIVER
7951 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
7952 M:      "VMware, Inc." <pv-drivers@vmware.com>
7953 L:      netdev@vger.kernel.org
7954 S:      Maintained
7955 F:      drivers/net/vmxnet3/
7957 VMware PVSCSI driver
7958 M:      Arvind Kumar <arvindkumar@vmware.com>
7959 M:      VMware PV-Drivers <pv-drivers@vmware.com>
7960 L:      linux-scsi@vger.kernel.org
7961 S:      Maintained
7962 F:      drivers/scsi/vmw_pvscsi.c
7963 F:      drivers/scsi/vmw_pvscsi.h
7965 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
7966 M:      Liam Girdwood <lrg@ti.com>
7967 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
7968 W:      http://opensource.wolfsonmicro.com/node/15
7969 W:      http://www.slimlogic.co.uk/?p=48
7970 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/regulator.git
7971 S:      Supported
7972 F:      drivers/regulator/
7973 F:      include/linux/regulator/
7975 VT1211 HARDWARE MONITOR DRIVER
7976 M:      Juerg Haefliger <juergh@gmail.com>
7977 L:      lm-sensors@lm-sensors.org
7978 S:      Maintained
7979 F:      Documentation/hwmon/vt1211
7980 F:      drivers/hwmon/vt1211.c
7982 VT8231 HARDWARE MONITOR DRIVER
7983 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
7984 L:      lm-sensors@lm-sensors.org
7985 S:      Maintained
7986 F:      drivers/hwmon/vt8231.c
7988 VUB300 USB to SDIO/SD/MMC bridge chip
7989 M:      Tony Olech <tony.olech@elandigitalsystems.com>
7990 L:      linux-mmc@vger.kernel.org
7991 L:      linux-usb@vger.kernel.org
7992 S:      Supported
7993 F:      drivers/mmc/host/vub300.c
7995 W1 DALLAS'S 1-WIRE BUS
7996 M:      Evgeniy Polyakov <zbr@ioremap.net>
7997 S:      Maintained
7998 F:      Documentation/w1/
7999 F:      drivers/w1/
8001 W83791D HARDWARE MONITORING DRIVER
8002 M:      Marc Hulsman <m.hulsman@tudelft.nl>
8003 L:      lm-sensors@lm-sensors.org
8004 S:      Maintained
8005 F:      Documentation/hwmon/w83791d
8006 F:      drivers/hwmon/w83791d.c
8008 W83793 HARDWARE MONITORING DRIVER
8009 M:      Rudolf Marek <r.marek@assembler.cz>
8010 L:      lm-sensors@lm-sensors.org
8011 S:      Maintained
8012 F:      Documentation/hwmon/w83793
8013 F:      drivers/hwmon/w83793.c
8015 W83795 HARDWARE MONITORING DRIVER
8016 M:      Jean Delvare <khali@linux-fr.org>
8017 L:      lm-sensors@lm-sensors.org
8018 S:      Maintained
8019 F:      drivers/hwmon/w83795.c
8021 W83L51xD SD/MMC CARD INTERFACE DRIVER
8022 M:      Pierre Ossman <pierre@ossman.eu>
8023 S:      Maintained
8024 F:      drivers/mmc/host/wbsd.*
8026 WATCHDOG DEVICE DRIVERS
8027 M:      Wim Van Sebroeck <wim@iguana.be>
8028 L:      linux-watchdog@vger.kernel.org
8029 W:      http://www.linux-watchdog.org/
8030 T:      git git://www.linux-watchdog.org/linux-watchdog.git
8031 S:      Maintained
8032 F:      Documentation/watchdog/
8033 F:      drivers/watchdog/
8034 F:      include/linux/watchdog.h
8036 WD7000 SCSI DRIVER
8037 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
8038 L:      linux-scsi@vger.kernel.org
8039 S:      Maintained
8040 F:      drivers/scsi/wd7000.c
8042 WIIMOTE HID DRIVER
8043 M:      David Herrmann <dh.herrmann@googlemail.com>
8044 L:      linux-input@vger.kernel.org
8045 S:      Maintained
8046 F:      drivers/hid/hid-wiimote*
8048 WINBOND CIR DRIVER
8049 M:      David Härdeman <david@hardeman.nu>
8050 S:      Maintained
8051 F:      drivers/media/rc/winbond-cir.c
8053 WIMAX STACK
8054 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
8055 M:      linux-wimax@intel.com
8056 L:      wimax@linuxwimax.org
8057 S:      Supported
8058 W:      http://linuxwimax.org
8059 F:      Documentation/wimax/README.wimax
8060 F:      include/linux/wimax.h
8061 F:      include/linux/wimax/debug.h
8062 F:      include/net/wimax.h
8063 F:      net/wimax/
8065 WISTRON LAPTOP BUTTON DRIVER
8066 M:      Miloslav Trmac <mitr@volny.cz>
8067 S:      Maintained
8068 F:      drivers/input/misc/wistron_btns.c
8070 WL3501 WIRELESS PCMCIA CARD DRIVER
8071 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
8072 L:      linux-wireless@vger.kernel.org
8073 W:      http://oops.ghostprotocols.net:81/blog
8074 S:      Maintained
8075 F:      drivers/net/wireless/wl3501*
8077 WM97XX TOUCHSCREEN DRIVERS
8078 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
8079 M:      Liam Girdwood <lrg@slimlogic.co.uk>
8080 L:      linux-input@vger.kernel.org
8081 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
8082 W:      http://opensource.wolfsonmicro.com/node/7
8083 S:      Supported
8084 F:      drivers/input/touchscreen/*wm97*
8085 F:      include/linux/wm97xx.h
8087 WOLFSON MICROELECTRONICS DRIVERS
8088 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
8089 L:      patches@opensource.wolfsonmicro.com
8090 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
8091 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
8092 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
8093 S:      Supported
8094 F:      Documentation/hwmon/wm83??
8095 F:      arch/arm/mach-s3c64xx/mach-crag6410*
8096 F:      drivers/clk/clk-wm83*.c
8097 F:      drivers/extcon/extcon-arizona.c
8098 F:      drivers/leds/leds-wm83*.c
8099 F:      drivers/gpio/gpio-*wm*.c
8100 F:      drivers/gpio/gpio-arizona.c
8101 F:      drivers/hwmon/wm83??-hwmon.c
8102 F:      drivers/input/misc/wm831x-on.c
8103 F:      drivers/input/touchscreen/wm831x-ts.c
8104 F:      drivers/input/touchscreen/wm97*.c
8105 F:      drivers/mfd/arizona*
8106 F:      drivers/mfd/wm*.c
8107 F:      drivers/power/wm83*.c
8108 F:      drivers/rtc/rtc-wm83*.c
8109 F:      drivers/regulator/wm8*.c
8110 F:      drivers/video/backlight/wm83*_bl.c
8111 F:      drivers/watchdog/wm83*_wdt.c
8112 F:      include/linux/mfd/arizona/
8113 F:      include/linux/mfd/wm831x/
8114 F:      include/linux/mfd/wm8350/
8115 F:      include/linux/mfd/wm8400*
8116 F:      include/linux/wm97xx.h
8117 F:      include/sound/wm????.h
8118 F:      sound/soc/codecs/arizona.?
8119 F:      sound/soc/codecs/wm*
8121 WORKQUEUE
8122 M:      Tejun Heo <tj@kernel.org>
8123 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
8124 S:      Maintained
8125 F:      include/linux/workqueue.h
8126 F:      kernel/workqueue.c
8127 F:      Documentation/workqueue.txt
8129 X.25 NETWORK LAYER
8130 M:      Andrew Hendry <andrew.hendry@gmail.com>
8131 L:      linux-x25@vger.kernel.org
8132 S:      Odd Fixes
8133 F:      Documentation/networking/x25*
8134 F:      include/net/x25*
8135 F:      net/x25/
8137 X86 ARCHITECTURE (32-BIT AND 64-BIT)
8138 M:      Thomas Gleixner <tglx@linutronix.de>
8139 M:      Ingo Molnar <mingo@redhat.com>
8140 M:      "H. Peter Anvin" <hpa@zytor.com>
8141 M:      x86@kernel.org
8142 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git x86/core
8143 S:      Maintained
8144 F:      Documentation/x86/
8145 F:      arch/x86/
8147 X86 PLATFORM DRIVERS
8148 M:      Matthew Garrett <mjg@redhat.com>
8149 L:      platform-driver-x86@vger.kernel.org
8150 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
8151 S:      Maintained
8152 F:      drivers/platform/x86
8154 X86 MCE INFRASTRUCTURE
8155 M:      Tony Luck <tony.luck@intel.com>
8156 M:      Borislav Petkov <bp@amd64.org>
8157 L:      linux-edac@vger.kernel.org
8158 S:      Maintained
8159 F:      arch/x86/kernel/cpu/mcheck/*
8161 XEN HYPERVISOR INTERFACE
8162 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8163 M:      Jeremy Fitzhardinge <jeremy@goop.org>
8164 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8165 L:      virtualization@lists.linux-foundation.org
8166 S:      Supported
8167 F:      arch/x86/xen/
8168 F:      drivers/*/xen-*front.c
8169 F:      drivers/xen/
8170 F:      arch/x86/include/asm/xen/
8171 F:      include/xen/
8173 XEN HYPERVISOR ARM
8174 M:      Stefano Stabellini <stefano.stabellini@eu.citrix.com>
8175 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8176 S:      Supported
8177 F:      arch/arm/xen/
8178 F:      arch/arm/include/asm/xen/
8180 XEN NETWORK BACKEND DRIVER
8181 M:      Ian Campbell <ian.campbell@citrix.com>
8182 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8183 L:      netdev@vger.kernel.org
8184 S:      Supported
8185 F:      drivers/net/xen-netback/*
8187 XEN PCI SUBSYSTEM
8188 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8189 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8190 S:      Supported
8191 F:      arch/x86/pci/*xen*
8192 F:      drivers/pci/*xen*
8194 XEN SWIOTLB SUBSYSTEM
8195 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
8196 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
8197 S:      Supported
8198 F:      arch/x86/xen/*swiotlb*
8199 F:      drivers/xen/*swiotlb*
8201 XFS FILESYSTEM
8202 P:      Silicon Graphics Inc
8203 M:      Ben Myers <bpm@sgi.com>
8204 M:      Alex Elder <elder@kernel.org>
8205 M:      xfs@oss.sgi.com
8206 L:      xfs@oss.sgi.com
8207 W:      http://oss.sgi.com/projects/xfs
8208 T:      git git://oss.sgi.com/xfs/xfs.git
8209 S:      Supported
8210 F:      Documentation/filesystems/xfs.txt
8211 F:      fs/xfs/
8213 XILINX AXI ETHERNET DRIVER
8214 M:      Anirudha Sarangi <anirudh@xilinx.com>
8215 M:      John Linn <John.Linn@xilinx.com>
8216 S:      Maintained
8217 F:      drivers/net/ethernet/xilinx/xilinx_axienet*
8219 XILINX SYSTEMACE DRIVER
8220 M:      Grant Likely <grant.likely@secretlab.ca>
8221 W:      http://www.secretlab.ca/
8222 S:      Maintained
8223 F:      drivers/block/xsysace.c
8225 XILINX UARTLITE SERIAL DRIVER
8226 M:      Peter Korsgaard <jacmet@sunsite.dk>
8227 L:      linux-serial@vger.kernel.org
8228 S:      Maintained
8229 F:      drivers/tty/serial/uartlite.c
8231 YAM DRIVER FOR AX.25
8232 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
8233 L:      linux-hams@vger.kernel.org
8234 S:      Maintained
8235 F:      drivers/net/hamradio/yam*
8236 F:      include/linux/yam.h
8238 YEALINK PHONE DRIVER
8239 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
8240 L:      usbb2k-api-dev@nongnu.org
8241 S:      Maintained
8242 F:      Documentation/input/yealink.txt
8243 F:      drivers/input/misc/yealink.*
8245 Z8530 DRIVER FOR AX.25
8246 M:      Joerg Reuter <jreuter@yaina.de>
8247 W:      http://yaina.de/jreuter/
8248 W:      http://www.qsl.net/dl1bke/
8249 L:      linux-hams@vger.kernel.org
8250 S:      Maintained
8251 F:      Documentation/networking/z8530drv.txt
8252 F:      drivers/net/hamradio/*scc.c
8253 F:      drivers/net/hamradio/z8530.h
8255 ZD1211RW WIRELESS DRIVER
8256 M:      Daniel Drake <dsd@gentoo.org>
8257 M:      Ulrich Kunitz <kune@deine-taler.de>
8258 W:      http://zd1211.ath.cx/wiki/DriverRewrite
8259 L:      linux-wireless@vger.kernel.org
8260 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
8261 S:      Maintained
8262 F:      drivers/net/wireless/zd1211rw/
8264 ZR36067 VIDEO FOR LINUX DRIVER
8265 L:      mjpeg-users@lists.sourceforge.net
8266 L:      linux-media@vger.kernel.org
8267 W:      http://mjpeg.sourceforge.net/driver-zoran/
8268 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
8269 S:      Odd Fixes
8270 F:      drivers/media/pci/zoran/
8272 ZS DECSTATION Z85C30 SERIAL DRIVER
8273 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
8274 S:      Maintained
8275 F:      drivers/tty/serial/zs.*
8277 THE REST
8278 M:      Linus Torvalds <torvalds@linux-foundation.org>
8279 L:      linux-kernel@vger.kernel.org
8280 Q:      http://patchwork.kernel.org/project/LKML/list/
8281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
8282 S:      Buried alive in reporters
8283 F:      *
8284 F:      */