Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux-2.6/btrfs-unstable.git] / MAINTAINERS
blob2a2cddd2f88c0e1b1e9abe167c162a8550cacb8e
2         List of maintainers and how to submit kernel changes
4 Please try to follow the guidelines below.  This will make things
5 easier on the maintainers.  Not all of these guidelines matter for every
6 trivial patch so apply some common sense.
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
11 2.      Try to release a few ALPHA test versions to the net. Announce
12         them onto the kernel channel and await results. This is especially
13         important for device drivers, because often that's the only way
14         you will find things like the fact version 3 firmware needs
15         a magic fix you didn't know about, or some clown changed the
16         chips on a board and not its name.  (Don't laugh!  Look at the
17         SMC etherpower for that.)
19 3.      Make sure your changes compile correctly in multiple
20         configurations. In particular check that changes work both as a
21         module and built into the kernel.
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
26 5.      Make a patch available to the relevant maintainer in the list. Use
27         'diff -u' to make the patch easy to merge. Be prepared to get your
28         changes sent back with seemingly silly requests about formatting
29         and variable names.  These aren't as silly as they seem. One
30         job the maintainers (and especially Linus) do is to keep things
31         looking the same. Sometimes this means that the clever hack in
32         your driver to get around a problem actually needs to become a
33         generalized kernel feature ready for next time.
35         PLEASE check your patch with the automated style checker
36         (scripts/checkpatch.pl) to catch trival style violations.
37         See Documentation/CodingStyle for guidance here.
39         PLEASE CC: the maintainers and mailing lists that are generated
40         by scripts/get_maintainer.pl.  The results returned by the
41         script will be best if you have git installed and are making
42         your changes in a branch derived from Linus' latest git tree.
43         See Documentation/SubmittingPatches for details.
45         PLEASE try to include any credit lines you want added with the
46         patch. It avoids people being missed off by mistake and makes
47         it easier to know who wants adding and who doesn't.
49         PLEASE document known bugs. If it doesn't work for everything
50         or does something very odd once a month document it.
52         PLEASE remember that submissions must be made under the terms
53         of the OSDL certificate of contribution and should include a
54         Signed-off-by: line.  The current version of this "Developer's
55         Certificate of Origin" (DCO) is listed in the file
56         Documentation/SubmittingPatches.
58 6.      Make sure you have the right to send any changes you make. If you
59         do changes at work you may find your employer owns the patch
60         not you.
62 7.      When sending security related changes or reports to a maintainer
63         please Cc: security@kernel.org, especially if the maintainer
64         does not respond.
66 8.      Happy hacking.
68 Descriptions of section entries:
70         P: Person (obsolete)
71         M: Mail patches to: FullName <address@domain>
72         L: Mailing list that is relevant to this area
73         W: Web-page with status/info
74         Q: Patchwork web based patch tracking system site
75         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
76         S: Status, one of the following:
77            Supported:   Someone is actually paid to look after this.
78            Maintained:  Someone actually looks after it.
79            Odd Fixes:   It has a maintainer but they don't have time to do
80                         much other than throw the odd patch in. See below..
81            Orphan:      No current maintainer [but maybe you could take the
82                         role as you write your new code].
83            Obsolete:    Old code. Something tagged obsolete generally means
84                         it has been replaced by a better system and you
85                         should be using that.
86         F: Files and directories with wildcard patterns.
87            A trailing slash includes all files and subdirectory files.
88            F:   drivers/net/    all files in and below drivers/net
89            F:   drivers/net/*   all files in drivers/net, but not below
90            F:   */net/*         all files in "any top level directory"/net
91            One pattern per line.  Multiple F: lines acceptable.
92         X: Files and directories that are NOT maintained, same rules as F:
93            Files exclusions are tested before file matches.
94            Can be useful for excluding a specific subdirectory, for instance:
95            F:   net/
96            X:   net/ipv6/
97            matches all files in and below net excluding net/ipv6/
98         K: Keyword perl extended regex pattern to match content in a
99            patch or file.  For instance:
100            K: of_get_profile
101               matches patches or files that contain "of_get_profile"
102            K: \b(printk|pr_(info|err))\b
103               matches patches or files that contain one or more of the words
104               printk, pr_info or pr_err
105            One regex pattern per line.  Multiple K: lines acceptable.
107 Note: For the hard of thinking, this list is meant to remain in alphabetical
108 order. If you could add yourselves to it in alphabetical order that would be
109 so much easier [Ed]
111 Maintainers List (try to look for most precise areas first)
113                 -----------------------------------
115 3C505 NETWORK DRIVER
116 M:      Philip Blundell <philb@gnu.org>
117 L:      netdev@vger.kernel.org
118 S:      Maintained
119 F:      drivers/net/3c505*
121 3C59X NETWORK DRIVER
122 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
123 L:      netdev@vger.kernel.org
124 S:      Maintained
125 F:      Documentation/networking/vortex.txt
126 F:      drivers/net/3c59x.c
128 3CR990 NETWORK DRIVER
129 M:      David Dillow <dave@thedillows.org>
130 L:      netdev@vger.kernel.org
131 S:      Maintained
132 F:      drivers/net/typhoon*
134 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
135 M:      Adam Radford <linuxraid@lsi.com>
136 L:      linux-scsi@vger.kernel.org
137 W:      http://www.lsi.com
138 S:      Supported
139 F:      drivers/scsi/3w-*
141 53C700 AND 53C700-66 SCSI DRIVER
142 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
143 L:      linux-scsi@vger.kernel.org
144 S:      Maintained
145 F:      drivers/scsi/53c700*
147 6PACK NETWORK DRIVER FOR AX.25
148 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
149 L:      linux-hams@vger.kernel.org
150 S:      Maintained
151 F:      drivers/net/hamradio/6pack.c
153 8169 10/100/1000 GIGABIT ETHERNET DRIVER
154 M:      Francois Romieu <romieu@fr.zoreil.com>
155 L:      netdev@vger.kernel.org
156 S:      Maintained
157 F:      drivers/net/r8169.c
159 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
160 M:      Greg Kroah-Hartman <gregkh@suse.de>
161 L:      linux-serial@vger.kernel.org
162 W:      http://serial.sourceforge.net
163 S:      Maintained
164 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
165 F:      drivers/tty/serial/8250*
166 F:      include/linux/serial_8250.h
168 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
169 L:      netdev@vger.kernel.org
170 S:      Orphan / Obsolete
171 F:      drivers/net/*8390*
172 F:      drivers/net/ax88796.c
174 9P FILE SYSTEM
175 M:      Eric Van Hensbergen <ericvh@gmail.com>
176 M:      Ron Minnich <rminnich@sandia.gov>
177 M:      Latchesar Ionkov <lucho@ionkov.net>
178 L:      v9fs-developer@lists.sourceforge.net
179 W:      http://swik.net/v9fs
180 Q:      http://patchwork.kernel.org/project/v9fs-devel/list/
181 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
182 S:      Maintained
183 F:      Documentation/filesystems/9p.txt
184 F:      fs/9p/
186 A2232 SERIAL BOARD DRIVER
187 M:      Enver Haase <A2232@gmx.net>
188 L:      linux-m68k@lists.linux-m68k.org
189 S:      Maintained
190 F:      drivers/char/ser_a2232*
192 AACRAID SCSI RAID DRIVER
193 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
194 L:      linux-scsi@vger.kernel.org
195 W:      http://www.adaptec.com/
196 S:      Supported
197 F:      Documentation/scsi/aacraid.txt
198 F:      drivers/scsi/aacraid/
200 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
201 M:      Hans de Goede <j.w.r.degoede@hhs.nl>
202 L:      lm-sensors@lm-sensors.org
203 S:      Maintained
204 F:      drivers/hwmon/abituguru.c
206 ABIT UGURU 3 HARDWARE MONITOR DRIVER
207 M:      Alistair John Strachan <alistair@devzero.co.uk>
208 L:      lm-sensors@lm-sensors.org
209 S:      Maintained
210 F:      drivers/hwmon/abituguru3.c
212 ACENIC DRIVER
213 M:      Jes Sorensen <jes@trained-monkey.org>
214 L:      linux-acenic@sunsite.dk
215 S:      Maintained
216 F:      drivers/net/acenic*
218 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
219 M:      Peter Feuerer <peter@piie.net>
220 L:      platform-driver-x86@vger.kernel.org
221 W:      http://piie.net/?section=acerhdf
222 S:      Maintained
223 F:      drivers/platform/x86/acerhdf.c
225 ACER WMI LAPTOP EXTRAS
226 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
227 L:      aceracpi@googlegroups.com (subscribers-only)
228 L:      platform-driver-x86@vger.kernel.org
229 W:      http://code.google.com/p/aceracpi
230 S:      Maintained
231 F:      drivers/platform/x86/acer-wmi.c
233 ACPI
234 M:      Len Brown <lenb@kernel.org>
235 L:      linux-acpi@vger.kernel.org
236 W:      http://www.lesswatts.org/projects/acpi/
237 Q:      http://patchwork.kernel.org/project/linux-acpi/list/
238 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
239 S:      Supported
240 F:      drivers/acpi/
241 F:      drivers/pnp/pnpacpi/
242 F:      include/linux/acpi.h
243 F:      include/acpi/
245 ACPI FAN DRIVER
246 M:      Zhang Rui <rui.zhang@intel.com>
247 L:      linux-acpi@vger.kernel.org
248 W:      http://www.lesswatts.org/projects/acpi/
249 S:      Supported
250 F:      drivers/acpi/fan.c
252 ACPI PROCESSOR AGGREGATOR DRIVER
253 M:      Shaohua Li <shaohua.li@intel.com>
254 L:      linux-acpi@vger.kernel.org
255 W:      http://www.lesswatts.org/projects/acpi/
256 S:      Supported
257 F:      drivers/acpi/acpi_pad.c
259 ACPI THERMAL DRIVER
260 M:      Zhang Rui <rui.zhang@intel.com>
261 L:      linux-acpi@vger.kernel.org
262 W:      http://www.lesswatts.org/projects/acpi/
263 S:      Supported
264 F:      drivers/acpi/*thermal*
266 ACPI VIDEO DRIVER
267 M:      Zhang Rui <rui.zhang@intel.com>
268 L:      linux-acpi@vger.kernel.org
269 W:      http://www.lesswatts.org/projects/acpi/
270 S:      Supported
271 F:      drivers/acpi/video.c
273 ACPI WMI DRIVER
274 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
275 L:      platform-driver-x86@vger.kernel.org
276 W:      http://www.lesswatts.org/projects/acpi/
277 S:      Maintained
278 F:      drivers/platform/x86/wmi.c
280 AD1889 ALSA SOUND DRIVER
281 M:      Kyle McMartin <kyle@mcmartin.ca>
282 M:      Thibaut Varene <T-Bone@parisc-linux.org>
283 W:      http://wiki.parisc-linux.org/AD1889
284 L:      linux-parisc@vger.kernel.org
285 S:      Maintained
286 F:      sound/pci/ad1889.*
288 AD525X ANALOG DEVICES DIGITAL POTENTIOMETERS DRIVER
289 M:      Michael Hennerich <michael.hennerich@analog.com>
290 L:      device-driver-devel@blackfin.uclinux.org
291 W:      http://wiki-analog.com/AD5254
292 S:      Supported
293 F:      drivers/misc/ad525x_dpot.c
295 AD5398 CURRENT REGULATOR DRIVER (AD5398/AD5821)
296 M:      Michael Hennerich <michael.hennerich@analog.com>
297 L:      device-driver-devel@blackfin.uclinux.org
298 W:      http://wiki-analog.com/AD5398
299 S:      Supported
300 F:      drivers/regulator/ad5398.c
302 AD714X CAPACITANCE TOUCH SENSOR DRIVER (AD7142/3/7/8/7A)
303 M:      Michael Hennerich <michael.hennerich@analog.com>
304 L:      device-driver-devel@blackfin.uclinux.org
305 W:      http://wiki-analog.com/AD7142
306 S:      Supported
307 F:      drivers/input/misc/ad714x.c
309 AD7877 TOUCHSCREEN DRIVER
310 M:      Michael Hennerich <michael.hennerich@analog.com>
311 L:      device-driver-devel@blackfin.uclinux.org
312 W:      http://wiki-analog.com/AD7877
313 S:      Supported
314 F:      drivers/input/touchscreen/ad7877.c
316 AD7879 TOUCHSCREEN DRIVER (AD7879/AD7889)
317 M:      Michael Hennerich <michael.hennerich@analog.com>
318 L:      device-driver-devel@blackfin.uclinux.org
319 W:      http://wiki-analog.com/AD7879
320 S:      Supported
321 F:      drivers/input/touchscreen/ad7879.c
323 ADM1025 HARDWARE MONITOR DRIVER
324 M:      Jean Delvare <khali@linux-fr.org>
325 L:      lm-sensors@lm-sensors.org
326 S:      Maintained
327 F:      Documentation/hwmon/adm1025
328 F:      drivers/hwmon/adm1025.c
330 ADM1029 HARDWARE MONITOR DRIVER
331 M:      Corentin Labbe <corentin.labbe@geomatys.fr>
332 L:      lm-sensors@lm-sensors.org
333 S:      Maintained
334 F:      drivers/hwmon/adm1029.c
336 ADM8211 WIRELESS DRIVER
337 L:      linux-wireless@vger.kernel.org
338 W:      http://linuxwireless.org/
339 S:      Orphan
340 F:      drivers/net/wireless/adm8211.*
342 ADP5520 BACKLIGHT DRIVER WITH IO EXPANDER (ADP5520/ADP5501)
343 M:      Michael Hennerich <michael.hennerich@analog.com>
344 L:      device-driver-devel@blackfin.uclinux.org
345 W:      http://wiki-analog.com/ADP5520
346 S:      Supported
347 F:      drivers/mfd/adp5520.c
348 F:      drivers/video/backlight/adp5520_bl.c
349 F:      drivers/led/leds-adp5520.c
350 F:      drivers/gpio/adp5520-gpio.c
351 F:      drivers/input/keyboard/adp5520-keys.c
353 ADP5588 QWERTY KEYPAD AND IO EXPANDER DRIVER (ADP5588/ADP5587)
354 M:      Michael Hennerich <michael.hennerich@analog.com>
355 L:      device-driver-devel@blackfin.uclinux.org
356 W:      http://wiki-analog.com/ADP5588
357 S:      Supported
358 F:      drivers/input/keyboard/adp5588-keys.c
359 F:      drivers/gpio/adp5588-gpio.c
361 ADP8860 BACKLIGHT DRIVER (ADP8860/ADP8861/ADP8863)
362 M:      Michael Hennerich <michael.hennerich@analog.com>
363 L:      device-driver-devel@blackfin.uclinux.org
364 W:      http://wiki-analog.com/ADP8860
365 S:      Supported
366 F:      drivers/video/backlight/adp8860_bl.c
368 ADT746X FAN DRIVER
369 M:      Colin Leroy <colin@colino.net>
370 S:      Maintained
371 F:      drivers/macintosh/therm_adt746x.c
373 ADT7475 HARDWARE MONITOR DRIVER
374 M:      Jean Delvare <khali@linux-fr.org>
375 L:      lm-sensors@lm-sensors.org
376 S:      Maintained
377 F:      Documentation/hwmon/adt7475
378 F:      drivers/hwmon/adt7475.c
380 ADXL34X THREE-AXIS DIGITAL ACCELEROMETER DRIVER (ADXL345/ADXL346)
381 M:      Michael Hennerich <michael.hennerich@analog.com>
382 L:      device-driver-devel@blackfin.uclinux.org
383 W:      http://wiki-analog.com/ADXL345
384 S:      Supported
385 F:      drivers/input/misc/adxl34x.c
387 ADVANSYS SCSI DRIVER
388 M:      Matthew Wilcox <matthew@wil.cx>
389 L:      linux-scsi@vger.kernel.org
390 S:      Maintained
391 F:      Documentation/scsi/advansys.txt
392 F:      drivers/scsi/advansys.c
394 AEDSP16 DRIVER
395 M:      Riccardo Facchetti <fizban@tin.it>
396 S:      Maintained
397 F:      sound/oss/aedsp16.c
399 AFFS FILE SYSTEM
400 M:      Roman Zippel <zippel@linux-m68k.org>
401 S:      Maintained
402 F:      Documentation/filesystems/affs.txt
403 F:      fs/affs/
405 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
406 M:      David Howells <dhowells@redhat.com>
407 L:      linux-afs@lists.infradead.org
408 S:      Supported
409 F:      fs/afs/
410 F:      include/net/af_rxrpc.h
411 F:      net/rxrpc/af_rxrpc.c
413 AGPGART DRIVER
414 M:      David Airlie <airlied@linux.ie>
415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
416 S:      Maintained
417 F:      drivers/char/agp/
418 F:      include/linux/agp*
420 AHA152X SCSI DRIVER
421 M:      "Juergen E. Fischer" <fischer@norbit.de>
422 L:      linux-scsi@vger.kernel.org
423 S:      Maintained
424 F:      drivers/scsi/aha152x*
425 F:      drivers/scsi/pcmcia/aha152x*
427 AIC7XXX / AIC79XX SCSI DRIVER
428 M:      Hannes Reinecke <hare@suse.de>
429 L:      linux-scsi@vger.kernel.org
430 S:      Maintained
431 F:      drivers/scsi/aic7xxx/
432 F:      drivers/scsi/aic7xxx_old/
435 M:      Benjamin LaHaise <bcrl@kvack.org>
436 L:      linux-aio@kvack.org
437 S:      Supported
438 F:      fs/aio.c
439 F:      include/linux/*aio*.h
441 ALCATEL SPEEDTOUCH USB DRIVER
442 M:      Duncan Sands <duncan.sands@free.fr>
443 L:      linux-usb@vger.kernel.org
444 W:      http://www.linux-usb.org/SpeedTouch/
445 S:      Maintained
446 F:      drivers/usb/atm/speedtch.c
447 F:      drivers/usb/atm/usbatm.c
449 ALCHEMY AU1XX0 MMC DRIVER
450 M:      Manuel Lauss <manuel.lauss@gmail.com>
451 S:      Maintained
452 F:      drivers/mmc/host/au1xmmc.c
454 ALI1563 I2C DRIVER
455 M:      Rudolf Marek <r.marek@assembler.cz>
456 L:      linux-i2c@vger.kernel.org
457 S:      Maintained
458 F:      Documentation/i2c/busses/i2c-ali1563
459 F:      drivers/i2c/busses/i2c-ali1563.c
461 ALPHA PORT
462 M:      Richard Henderson <rth@twiddle.net>
463 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
464 M:      Matt Turner <mattst88@gmail.com>
465 L:      linux-alpha@vger.kernel.org
466 F:      arch/alpha/
468 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
469 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
470 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
471 S:      Supported
472 F:      drivers/usb/gadget/amd5536udc.*
474 AMD GEODE PROCESSOR/CHIPSET SUPPORT
475 P:      Andres Salomon <dilinger@queued.net>
476 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
477 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
478 S:      Supported
479 F:      drivers/char/hw_random/geode-rng.c
480 F:      drivers/crypto/geode*
481 F:      drivers/video/geode/
482 F:      arch/x86/include/asm/geode.h
484 AMD IOMMU (AMD-VI)
485 M:      Joerg Roedel <joerg.roedel@amd.com>
486 L:      iommu@lists.linux-foundation.org
487 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
488 S:      Supported
489 F:      arch/x86/kernel/amd_iommu*.c
490 F:      arch/x86/include/asm/amd_iommu*.h
492 AMD MICROCODE UPDATE SUPPORT
493 M:      Andreas Herrmann <andreas.herrmann3@amd.com>
494 L:      amd64-microcode@amd64.org
495 S:      Supported
496 F:      arch/x86/kernel/microcode_amd.c
498 AMS (Apple Motion Sensor) DRIVER
499 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
500 S:      Supported
501 F:      drivers/macintosh/ams/
503 AMSO1100 RNIC DRIVER
504 M:      Tom Tucker <tom@opengridcomputing.com>
505 M:      Steve Wise <swise@opengridcomputing.com>
506 L:      linux-rdma@vger.kernel.org
507 S:      Maintained
508 F:      drivers/infiniband/hw/amso1100/
510 ANALOG DEVICES INC ASOC CODEC DRIVERS
511 L:      device-driver-devel@blackfin.uclinux.org
512 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
513 W:      http://wiki-analog.com/
514 S:      Supported
515 F:      sound/soc/codecs/ad1*
516 F:      sound/soc/codecs/adau*
517 F:      sound/soc/codecs/adav*
518 F:      sound/soc/codecs/ssm*
520 ANALOG DEVICES INC ASOC DRIVERS
521 L:      uclinux-dist-devel@blackfin.uclinux.org
522 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
523 W:      http://blackfin.uclinux.org/
524 S:      Supported
525 F:      sound/soc/blackfin/*
527 AOA (Apple Onboard Audio) ALSA DRIVER
528 M:      Johannes Berg <johannes@sipsolutions.net>
529 L:      linuxppc-dev@lists.ozlabs.org
530 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
531 S:      Maintained
532 F:      sound/aoa/
534 APM DRIVER
535 M:      Stephen Rothwell <sfr@canb.auug.org.au>
536 L:      linux-laptop@vger.kernel.org
537 W:      http://www.canb.auug.org.au/~sfr/
538 S:      Supported
539 F:      arch/x86/kernel/apm_32.c
540 F:      include/linux/apm_bios.h
542 APPLE BCM5974 MULTITOUCH DRIVER
543 M:      Henrik Rydberg <rydberg@euromail.se>
544 L:      linux-input@vger.kernel.org
545 S:      Maintained
546 F:      drivers/input/mouse/bcm5974.c
548 APPLE SMC DRIVER
549 M:      Henrik Rydberg <rydberg@euromail.se>
550 L:      lm-sensors@lm-sensors.org
551 S:      Maintained
552 F:      drivers/hwmon/applesmc.c
554 APPLETALK NETWORK LAYER
555 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
556 S:      Maintained
557 F:      drivers/net/appletalk/
558 F:      net/appletalk/
560 ARASAN COMPACT FLASH PATA CONTROLLER
561 M:      Viresh Kumar <viresh.kumar@st.com>
562 L:      linux-ide@vger.kernel.org
563 S:      Maintained
564 F:      include/linux/pata_arasan_cf_data.h
565 F:      drivers/ata/pata_arasan_cf.c
567 ARC FRAMEBUFFER DRIVER
568 M:      Jaya Kumar <jayalk@intworks.biz>
569 S:      Maintained
570 F:      drivers/video/arcfb.c
571 F:      drivers/video/fb_defio.c
573 ARM MFM AND FLOPPY DRIVERS
574 M:      Ian Molton <spyro@f2s.com>
575 S:      Maintained
576 F:      arch/arm/lib/floppydma.S
577 F:      arch/arm/include/asm/floppy.h
579 ARM PORT
580 M:      Russell King <linux@arm.linux.org.uk>
581 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
582 W:      http://www.arm.linux.org.uk/
583 S:      Maintained
584 F:      arch/arm/
586 ARM PRIMECELL AACI PL041 DRIVER
587 M:      Russell King <linux@arm.linux.org.uk>
588 S:      Maintained
589 F:      sound/arm/aaci.*
591 ARM PRIMECELL CLCD PL110 DRIVER
592 M:      Russell King <linux@arm.linux.org.uk>
593 S:      Maintained
594 F:      drivers/video/amba-clcd.*
596 ARM PRIMECELL KMI PL050 DRIVER
597 M:      Russell King <linux@arm.linux.org.uk>
598 S:      Maintained
599 F:      drivers/input/serio/ambakmi.*
600 F:      include/linux/amba/kmi.h
602 ARM PRIMECELL MMCI PL180/1 DRIVER
603 S:      Orphan
604 F:      drivers/mmc/host/mmci.*
606 ARM PRIMECELL BUS SUPPORT
607 M:      Russell King <linux@arm.linux.org.uk>
608 S:      Maintained
609 F:      drivers/amba/
610 F:      include/linux/amba/bus.h
612 ARM/ADI ROADRUNNER MACHINE SUPPORT
613 M:      Lennert Buytenhek <kernel@wantstofly.org>
614 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
615 S:      Maintained
616 F:      arch/arm/mach-ixp23xx/
617 F:      arch/arm/mach-ixp23xx/include/mach/
619 ARM/ADS SPHERE MACHINE SUPPORT
620 M:      Lennert Buytenhek <kernel@wantstofly.org>
621 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
622 S:      Maintained
624 ARM/AFEB9260 MACHINE SUPPORT
625 M:      Sergey Lapin <slapin@ossfans.org>
626 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
627 S:      Maintained
629 ARM/AJECO 1ARM MACHINE SUPPORT
630 M:      Lennert Buytenhek <kernel@wantstofly.org>
631 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
632 S:      Maintained
634 ARM/ATMEL AT91RM9200 AND AT91SAM ARM ARCHITECTURES
635 M:      Andrew Victor <linux@maxim.org.za>
636 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
637 M:      Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
638 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
639 W:      http://maxim.org.za/at91_26.html
640 W:      http://www.linux4sam.org
641 S:      Supported
642 F:      arch/arm/mach-at91/
644 ARM/BCMRING ARM ARCHITECTURE
645 M:      Jiandong Zheng <jdzheng@broadcom.com>
646 M:      Scott Branden <sbranden@broadcom.com>
647 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
648 S:      Maintained
649 F:      arch/arm/mach-bcmring
651 ARM/BCMRING MTD NAND DRIVER
652 M:      Jiandong Zheng <jdzheng@broadcom.com>
653 M:      Scott Branden <sbranden@broadcom.com>
654 L:      linux-mtd@lists.infradead.org
655 S:      Maintained
656 F:      drivers/mtd/nand/bcm_umi_nand.c
657 F:      drivers/mtd/nand/bcm_umi_bch.c
658 F:      drivers/mtd/nand/nand_bcm_umi.h
660 ARM/CAVIUM NETWORKS CNS3XXX MACHINE SUPPORT
661 M:      Anton Vorontsov <avorontsov@mvista.com>
662 S:      Maintained
663 F:      arch/arm/mach-cns3xxx/
664 T:      git git://git.infradead.org/users/cbou/linux-cns3xxx.git
666 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
667 M:      Hartley Sweeten <hsweeten@visionengravers.com>
668 M:      Ryan Mallon <ryan@bluewatersys.com>
669 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
670 S:      Maintained
671 F:      arch/arm/mach-ep93xx/
672 F:      arch/arm/mach-ep93xx/include/mach/
674 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
675 M:      Lennert Buytenhek <kernel@wantstofly.org>
676 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
677 S:      Maintained
679 ARM/CLKDEV SUPPORT
680 M:      Russell King <linux@arm.linux.org.uk>
681 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
682 F:      arch/arm/common/clkdev.c
683 F:      arch/arm/include/asm/clkdev.h
685 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
686 M:      Mike Rapoport <mike@compulab.co.il>
687 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
688 S:      Maintained
690 ARM/CONTEC MICRO9 MACHINE SUPPORT
691 M:      Hubert Feurstein <hubert.feurstein@contec.at>
692 S:      Maintained
693 F:      arch/arm/mach-ep93xx/micro9.c
695 ARM/CORGI MACHINE SUPPORT
696 M:      Richard Purdie <rpurdie@rpsys.net>
697 S:      Maintained
699 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
700 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
701 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
702 T:      git git://git.berlios.de/gemini-board
703 S:      Maintained
704 F:      arch/arm/mach-gemini/
706 ARM/EBSA110 MACHINE SUPPORT
707 M:      Russell King <linux@arm.linux.org.uk>
708 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
709 W:      http://www.arm.linux.org.uk/
710 S:      Maintained
711 F:      arch/arm/mach-ebsa110/
712 F:      drivers/net/arm/am79c961a.*
714 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
715 M:      Daniel Ribeiro <drwyrm@gmail.com>
716 M:      Stefan Schmidt <stefan@openezx.org>
717 M:      Harald Welte <laforge@openezx.org>
718 L:      openezx-devel@lists.openezx.org (subscribers-only)
719 W:      http://www.openezx.org/
720 S:      Maintained
721 T:      topgit git://git.openezx.org/openezx.git
722 F:      arch/arm/mach-pxa/ezx.c
724 ARM/FARADAY FA526 PORT
725 M:      Hans Ulli Kroll <ulli.kroll@googlemail.com>
726 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
727 S:      Maintained
728 T:      git git://git.berlios.de/gemini-board
729 F:      arch/arm/mm/*-fa*
731 ARM/FOOTBRIDGE ARCHITECTURE
732 M:      Russell King <linux@arm.linux.org.uk>
733 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
734 W:      http://www.arm.linux.org.uk/
735 S:      Maintained
736 F:      arch/arm/include/asm/hardware/dec21285.h
737 F:      arch/arm/mach-footbridge/
739 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
740 M:      Sascha Hauer <kernel@pengutronix.de>
741 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
742 S:      Maintained
743 T:      git git://git.pengutronix.de/git/imx/linux-2.6.git
744 F:      arch/arm/mach-mx*/
745 F:      arch/arm/plat-mxc/
747 ARM/FREESCALE IMX51
748 M:      Amit Kucheria <amit.kucheria@canonical.com>
749 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
750 S:      Maintained
751 F:      arch/arm/mach-mx5/
753 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
754 M:      Lennert Buytenhek <kernel@wantstofly.org>
755 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
756 S:      Maintained
758 ARM/GUMSTIX MACHINE SUPPORT
759 M:      Steve Sakoman <sakoman@gmail.com>
760 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
761 S:      Maintained
763 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
764 M:      Philipp Zabel <philipp.zabel@gmail.com>
765 S:      Maintained
766 F:      arch/arm/mach-pxa/hx4700.c
767 F:      arch/arm/mach-pxa/include/mach/hx4700.h
769 ARM/HP JORNADA 7XX MACHINE SUPPORT
770 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
771 W:      www.jlime.com
772 S:      Maintained
773 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
774 F:      arch/arm/mach-sa1100/jornada720.c
775 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
777 ARM/INCOME PXA270 SUPPORT
778 M:      Marek Vasut <marek.vasut@gmail.com>
779 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
780 S:      Maintained
781 F:      arch/arm/mach-pxa/colibri-pxa270-income.c
783 ARM/INTEL IOP32X ARM ARCHITECTURE
784 M:      Lennert Buytenhek <kernel@wantstofly.org>
785 M:      Dan Williams <dan.j.williams@intel.com>
786 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
787 S:      Maintained
789 ARM/INTEL IOP33X ARM ARCHITECTURE
790 M:      Dan Williams <dan.j.williams@intel.com>
791 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
792 S:      Maintained
794 ARM/INTEL IOP13XX ARM ARCHITECTURE
795 M:      Lennert Buytenhek <kernel@wantstofly.org>
796 M:      Dan Williams <dan.j.williams@intel.com>
797 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
798 S:      Maintained
800 ARM/INTEL IQ81342EX MACHINE SUPPORT
801 M:      Lennert Buytenhek <kernel@wantstofly.org>
802 M:      Dan Williams <dan.j.williams@intel.com>
803 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
804 S:      Maintained
806 ARM/INTEL IXP2000 ARM ARCHITECTURE
807 M:      Lennert Buytenhek <kernel@wantstofly.org>
808 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
809 S:      Maintained
811 ARM/INTEL IXDP2850 MACHINE SUPPORT
812 M:      Lennert Buytenhek <kernel@wantstofly.org>
813 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
814 S:      Maintained
816 ARM/INTEL IXP23XX ARM ARCHITECTURE
817 M:      Lennert Buytenhek <kernel@wantstofly.org>
818 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
819 S:      Maintained
821 ARM/INTEL IXP4XX ARM ARCHITECTURE
822 M:      Imre Kaloz <kaloz@openwrt.org>
823 M:      Krzysztof Halasa <khc@pm.waw.pl>
824 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
825 S:      Maintained
826 F:      arch/arm/mach-ixp4xx/
828 ARM/INTEL RESEARCH IMOTE/STARGATE 2 MACHINE SUPPORT
829 M:      Jonathan Cameron <jic23@cam.ac.uk>
830 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
831 S:      Maintained
832 F:      arch/arm/mach-pxa/stargate2.c
833 F:      drivers/pcmcia/pxa2xx_stargate2.c
835 ARM/INTEL XSC3 (MANZANO) ARM CORE
836 M:      Lennert Buytenhek <kernel@wantstofly.org>
837 M:      Dan Williams <dan.j.williams@intel.com>
838 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
839 S:      Maintained
841 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
842 M:      Lennert Buytenhek <kernel@wantstofly.org>
843 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
844 S:      Maintained
846 ARM/LOGICPD PXA270 MACHINE SUPPORT
847 M:      Lennert Buytenhek <kernel@wantstofly.org>
848 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
849 S:      Maintained
851 ARM/MAGICIAN MACHINE SUPPORT
852 M:      Philipp Zabel <philipp.zabel@gmail.com>
853 S:      Maintained
855 ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
856 M:      Lennert Buytenhek <kernel@wantstofly.org>
857 M:      Nicolas Pitre <nico@fluxnic.net>
858 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
859 S:      Odd Fixes
860 F:      arch/arm/mach-loki/
861 F:      arch/arm/mach-kirkwood/
862 F:      arch/arm/mach-mv78xx0/
863 F:      arch/arm/mach-orion5x/
864 F:      arch/arm/plat-orion/
866 ARM/MIOA701 MACHINE SUPPORT
867 M:      Robert Jarzmik <robert.jarzmik@free.fr>
868 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
869 F:      arch/arm/mach-pxa/mioa701.c
870 S:      Maintained
872 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
873 M:      Michael Petchkovsky <mkpetch@internode.on.net>
874 S:      Maintained
876 ARM/NOMADIK ARCHITECTURE
877 M:      Alessandro Rubini <rubini@unipv.it>
878 M:      Linus Walleij <linus.walleij@stericsson.com>
879 M:      STEricsson <STEricsson_nomadik_linux@list.st.com>
880 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
881 S:      Maintained
882 F:      arch/arm/mach-nomadik/
883 F:      arch/arm/plat-nomadik/
884 F:      drivers/i2c/busses/i2c-nomadik.c
885 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
887 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
888 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
889 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
890 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
891 S:      Supported
893 ARM/QUALCOMM MSM MACHINE SUPPORT
894 M:      David Brown <davidb@codeaurora.org>
895 M:      Daniel Walker <dwalker@fifo99.com>
896 M:      Bryan Huntsman <bryanh@codeaurora.org>
897 L:      linux-arm-msm@vger.kernel.org
898 F:      arch/arm/mach-msm/
899 F:      drivers/video/msm/
900 F:      drivers/mmc/host/msm_sdcc.c
901 F:      drivers/mmc/host/msm_sdcc.h
902 F:      drivers/tty/serial/msm_serial.h
903 F:      drivers/tty/serial/msm_serial.c
904 T:      git git://codeaurora.org/quic/kernel/davidb/linux-msm.git
905 S:      Maintained
907 ARM/TOSA MACHINE SUPPORT
908 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
909 M:      Dirk Opfer <dirk@opfer-online.de>
910 S:      Maintained
912 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
913 M:      Marek Vasut <marek.vasut@gmail.com>
914 L:      linux-arm-kernel@lists.infradead.org
915 W:      http://hackndev.com
916 S:      Maintained
917 F:      arch/arm/mach-pxa/include/mach/palmtx.h
918 F:      arch/arm/mach-pxa/palmtx.c
919 F:      arch/arm/mach-pxa/include/mach/palmt5.h
920 F:      arch/arm/mach-pxa/palmt5.c
921 F:      arch/arm/mach-pxa/include/mach/palmld.h
922 F:      arch/arm/mach-pxa/palmld.c
923 F:      arch/arm/mach-pxa/include/mach/palmte2.h
924 F:      arch/arm/mach-pxa/palmte2.c
925 F:      arch/arm/mach-pxa/include/mach/palmtc.h
926 F:      arch/arm/mach-pxa/palmtc.c
928 ARM/PALM TREO SUPPORT
929 M:      Tomas Cech <sleep_walker@suse.cz>
930 L:      linux-arm-kernel@lists.infradead.org
931 W:      http://hackndev.com
932 S:      Maintained
933 F:      arch/arm/mach-pxa/include/mach/palmtreo.h
934 F:      arch/arm/mach-pxa/palmtreo.c
936 ARM/PALMZ72 SUPPORT
937 M:      Sergey Lapin <slapin@ossfans.org>
938 L:      linux-arm-kernel@lists.infradead.org
939 W:      http://hackndev.com
940 S:      Maintained
941 F:      arch/arm/mach-pxa/include/mach/palmz72.h
942 F:      arch/arm/mach-pxa/palmz72.c
944 ARM/PLEB SUPPORT
945 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
946 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
947 S:      Maintained
949 ARM/PT DIGITAL BOARD PORT
950 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
951 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
952 W:      http://www.arm.linux.org.uk/
953 S:      Maintained
955 ARM/RADISYS ENP2611 MACHINE SUPPORT
956 M:      Lennert Buytenhek <kernel@wantstofly.org>
957 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
958 S:      Maintained
960 ARM/RISCPC ARCHITECTURE
961 M:      Russell King <linux@arm.linux.org.uk>
962 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
963 W:      http://www.arm.linux.org.uk/
964 S:      Maintained
965 F:      arch/arm/common/time-acorn.c
966 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
967 F:      arch/arm/include/asm/hardware/ioc.h
968 F:      arch/arm/include/asm/hardware/iomd.h
969 F:      arch/arm/include/asm/hardware/memc.h
970 F:      arch/arm/mach-rpc/
971 F:      drivers/net/arm/ether*
972 F:      drivers/scsi/arm/
974 ARM/SHARK MACHINE SUPPORT
975 M:      Alexander Schulz <alex@shark-linux.de>
976 W:      http://www.shark-linux.de/shark.html
977 S:      Maintained
979 ARM/SAMSUNG ARM ARCHITECTURES
980 M:      Ben Dooks <ben-linux@fluff.org>
981 M:      Kukjin Kim <kgene.kim@samsung.com>
982 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
983 W:      http://www.fluff.org/ben/linux/
984 S:      Maintained
985 F:      arch/arm/plat-samsung/
986 F:      arch/arm/plat-s3c24xx/
987 F:      arch/arm/plat-s5p/
988 F:      drivers/*/*s3c2410*
989 F:      drivers/*/*/*s3c2410*
991 ARM/S3C2410 ARM ARCHITECTURE
992 M:      Ben Dooks <ben-linux@fluff.org>
993 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
994 W:      http://www.fluff.org/ben/linux/
995 S:      Maintained
996 F:      arch/arm/mach-s3c2410/
998 ARM/S3C244x ARM ARCHITECTURE
999 M:      Ben Dooks <ben-linux@fluff.org>
1000 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1001 W:      http://www.fluff.org/ben/linux/
1002 S:      Maintained
1003 F:      arch/arm/mach-s3c2440/
1004 F:      arch/arm/mach-s3c2443/
1006 ARM/S3C64xx ARM ARCHITECTURE
1007 M:      Ben Dooks <ben-linux@fluff.org>
1008 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1009 W:      http://www.fluff.org/ben/linux/
1010 S:      Maintained
1011 F:      arch/arm/mach-s3c64xx/
1013 ARM/S5P ARM ARCHITECTURES
1014 M:      Kukjin Kim <kgene.kim@samsung.com>
1015 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1016 L:      linux-samsung-soc@vger.kernel.org (moderated for non-subscribers)
1017 S:      Maintained
1018 F:      arch/arm/mach-s5p*/
1020 ARM/SAMSUNG MOBILE MACHINE SUPPORT
1021 M:      Kyungmin Park <kyungmin.park@samsung.com>
1022 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1023 S:      Maintained
1024 F:      arch/arm/mach-s5pv210/mach-aquila.c
1025 F:      arch/arm/mach-s5pv210/mach-goni.c
1026 F:      arch/arm/mach-exynos4/mach-universal_c210.c
1027 F:      arch/arm/mach-exynos4/mach-nuri.c
1029 ARM/SAMSUNG S5P SERIES FIMC SUPPORT
1030 M:      Kyungmin Park <kyungmin.park@samsung.com>
1031 M:      Sylwester Nawrocki <s.nawrocki@samsung.com>
1032 L:      linux-arm-kernel@lists.infradead.org
1033 L:      linux-media@vger.kernel.org
1034 S:      Maintained
1035 F:      arch/arm/plat-s5p/dev-fimc*
1036 F:      arch/arm/plat-samsung/include/plat/*fimc*
1037 F:      drivers/media/video/s5p-fimc/
1039 ARM/SHMOBILE ARM ARCHITECTURE
1040 M:      Paul Mundt <lethal@linux-sh.org>
1041 M:      Magnus Damm <magnus.damm@gmail.com>
1042 L:      linux-sh@vger.kernel.org
1043 W:      http://oss.renesas.com
1044 Q:      http://patchwork.kernel.org/project/linux-sh/list/
1045 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git rmobile-latest
1046 S:      Supported
1047 F:      arch/arm/mach-shmobile/
1048 F:      drivers/sh/
1050 ARM/TELECHIPS ARM ARCHITECTURE
1051 M:      "Hans J. Koch" <hjk@linutronix.de>
1052 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1053 S:      Maintained
1054 F:      arch/arm/plat-tcc/
1055 F:      arch/arm/mach-tcc8k/
1057 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
1058 M:      Lennert Buytenhek <kernel@wantstofly.org>
1059 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1060 S:      Maintained
1062 ARM/TETON BGA MACHINE SUPPORT
1063 M:      Mark F. Brown <mark.brown314@gmail.com>
1064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1065 S:      Maintained
1067 ARM/THECUS N2100 MACHINE SUPPORT
1068 M:      Lennert Buytenhek <kernel@wantstofly.org>
1069 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1070 S:      Maintained
1072 ARM/NUVOTON W90X900 ARM ARCHITECTURE
1073 M:      Wan ZongShun <mcuos.com@gmail.com>
1074 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1075 W:      http://www.mcuos.com
1076 S:      Maintained
1077 F:      arch/arm/mach-w90x900/
1078 F:      arch/arm/mach-nuc93x/
1079 F:      drivers/input/keyboard/w90p910_keypad.c
1080 F:      drivers/input/touchscreen/w90p910_ts.c
1081 F:      drivers/watchdog/nuc900_wdt.c
1082 F:      drivers/net/arm/w90p910_ether.c
1083 F:      drivers/mtd/nand/nuc900_nand.c
1084 F:      drivers/rtc/rtc-nuc900.c
1085 F:      drivers/spi/spi_nuc900.c
1086 F:      drivers/usb/host/ehci-w90x900.c
1087 F:      drivers/video/nuc900fb.c
1089 ARM/U300 MACHINE SUPPORT
1090 M:      Linus Walleij <linus.walleij@stericsson.com>
1091 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1092 S:      Supported
1093 F:      arch/arm/mach-u300/
1094 F:      drivers/i2c/busses/i2c-stu300.c
1095 F:      drivers/rtc/rtc-coh901331.c
1096 F:      drivers/watchdog/coh901327_wdt.c
1097 F:      drivers/dma/coh901318*
1098 F:      drivers/mfd/ab3100*
1099 F:      drivers/rtc/rtc-ab3100.c
1100 F:      drivers/rtc/rtc-coh901331.c
1101 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1103 ARM/Ux500 ARM ARCHITECTURE
1104 M:      Srinidhi Kasagar <srinidhi.kasagar@stericsson.com>
1105 M:      Linus Walleij <linus.walleij@stericsson.com>
1106 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1107 S:      Maintained
1108 F:      arch/arm/mach-ux500/
1109 F:      drivers/dma/ste_dma40*
1110 F:      drivers/mfd/ab3550*
1111 F:      drivers/mfd/abx500*
1112 F:      drivers/mfd/ab8500*
1113 F:      drivers/mfd/stmpe*
1114 F:      drivers/rtc/rtc-ab8500.c
1115 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-stericsson.git
1117 ARM/VFP SUPPORT
1118 M:      Russell King <linux@arm.linux.org.uk>
1119 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1120 W:      http://www.arm.linux.org.uk/
1121 S:      Maintained
1122 F:      arch/arm/vfp/
1124 ARM/VOIPAC PXA270 SUPPORT
1125 M:      Marek Vasut <marek.vasut@gmail.com>
1126 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1127 S:      Maintained
1128 F:      arch/arm/mach-pxa/vpac270.c
1129 F:      arch/arm/mach-pxa/include/mach/vpac270.h
1131 ARM/ZIPIT Z2 SUPPORT
1132 M:      Marek Vasut <marek.vasut@gmail.com>
1133 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1134 S:      Maintained
1135 F:      arch/arm/mach-pxa/z2.c
1136 F:      arch/arm/mach-pxa/include/mach/z2.h
1138 ASC7621 HARDWARE MONITOR DRIVER
1139 M:      George Joseph <george.joseph@fairview5.com>
1140 L:      lm-sensors@lm-sensors.org
1141 S:      Maintained
1142 F:      Documentation/hwmon/asc7621
1143 F:      drivers/hwmon/asc7621.c
1145 ASUS ACPI EXTRAS DRIVER
1146 M:      Corentin Chary <corentincj@iksaif.net>
1147 M:      Karol Kozimor <sziwan@users.sourceforge.net>
1148 L:      acpi4asus-user@lists.sourceforge.net
1149 L:      platform-driver-x86@vger.kernel.org
1150 W:      http://acpi4asus.sf.net
1151 S:      Maintained
1152 F:      drivers/platform/x86/asus_acpi.c
1154 ASUS ASB100 HARDWARE MONITOR DRIVER
1155 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
1156 L:      lm-sensors@lm-sensors.org
1157 S:      Maintained
1158 F:      drivers/hwmon/asb100.c
1160 ASUS LAPTOP EXTRAS DRIVER
1161 M:      Corentin Chary <corentincj@iksaif.net>
1162 L:      acpi4asus-user@lists.sourceforge.net
1163 L:      platform-driver-x86@vger.kernel.org
1164 W:      http://acpi4asus.sf.net
1165 S:      Maintained
1166 F:      drivers/platform/x86/asus-laptop.c
1168 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
1169 M:      Dan Williams <dan.j.williams@intel.com>
1170 W:      http://sourceforge.net/projects/xscaleiop
1171 S:      Supported
1172 F:      Documentation/crypto/async-tx-api.txt
1173 F:      crypto/async_tx/
1174 F:      drivers/dma/
1175 F:      include/linux/dmaengine.h
1176 F:      include/linux/async_tx.h
1178 AT24 EEPROM DRIVER
1179 M:      Wolfram Sang <w.sang@pengutronix.de>
1180 L:      linux-i2c@vger.kernel.org
1181 S:      Maintained
1182 F:      drivers/misc/eeprom/at24.c
1183 F:      include/linux/i2c/at24.h
1185 ATA OVER ETHERNET (AOE) DRIVER
1186 M:      "Ed L. Cashin" <ecashin@coraid.com>
1187 W:      http://www.coraid.com/support/linux
1188 S:      Supported
1189 F:      Documentation/aoe/
1190 F:      drivers/block/aoe/
1192 ATHEROS ATH GENERIC UTILITIES
1193 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1194 L:      linux-wireless@vger.kernel.org
1195 S:      Supported
1196 F:      drivers/net/wireless/ath/*
1198 ATHEROS ATH5K WIRELESS DRIVER
1199 M:      Jiri Slaby <jirislaby@gmail.com>
1200 M:      Nick Kossifidis <mickflemm@gmail.com>
1201 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1202 M:      Bob Copeland <me@bobcopeland.com>
1203 L:      linux-wireless@vger.kernel.org
1204 L:      ath5k-devel@lists.ath5k.org
1205 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
1206 S:      Maintained
1207 F:      drivers/net/wireless/ath/ath5k/
1209 ATHEROS ATH9K WIRELESS DRIVER
1210 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
1211 M:      Jouni Malinen <jmalinen@atheros.com>
1212 M:      Vasanthakumar Thiagarajan <vasanth@atheros.com>
1213 M:      Senthil Balasubramanian <senthilkumar@atheros.com>
1214 L:      linux-wireless@vger.kernel.org
1215 L:      ath9k-devel@lists.ath9k.org
1216 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
1217 S:      Supported
1218 F:      drivers/net/wireless/ath/ath9k/
1220 ATHEROS AR9170 WIRELESS DRIVER
1221 M:      Christian Lamparter <chunkeey@web.de>
1222 L:      linux-wireless@vger.kernel.org
1223 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
1224 S:      Maintained
1225 F:      drivers/net/wireless/ath/ar9170/
1227 CARL9170 LINUX COMMUNITY WIRELESS DRIVER
1228 M:      Christian Lamparter <chunkeey@googlemail.com>
1229 L:      linux-wireless@vger.kernel.org
1230 W:      http://wireless.kernel.org/en/users/Drivers/carl9170
1231 S:      Maintained
1232 F:      drivers/net/wireless/ath/carl9170/
1234 ATK0110 HWMON DRIVER
1235 M:      Luca Tettamanti <kronos.it@gmail.com>
1236 L:      lm-sensors@lm-sensors.org
1237 S:      Maintained
1238 F:      drivers/hwmon/asus_atk0110.c
1240 ATI_REMOTE2 DRIVER
1241 M:      Ville Syrjala <syrjala@sci.fi>
1242 S:      Maintained
1243 F:      drivers/input/misc/ati_remote2.c
1245 ATLX ETHERNET DRIVERS
1246 M:      Jay Cliburn <jcliburn@gmail.com>
1247 M:      Chris Snook <chris.snook@gmail.com>
1248 M:      Jie Yang <jie.yang@atheros.com>
1249 L:      netdev@vger.kernel.org
1250 W:      http://sourceforge.net/projects/atl1
1251 W:      http://atl1.sourceforge.net
1252 S:      Maintained
1253 F:      drivers/net/atlx/
1256 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1257 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1258 L:      netdev@vger.kernel.org
1259 W:      http://linux-atm.sourceforge.net
1260 S:      Maintained
1261 F:      drivers/atm/
1262 F:      include/linux/atm*
1264 ATMEL AT91 MCI DRIVER
1265 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1266 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1267 W:      http://www.atmel.com/products/AT91/
1268 W:      http://www.at91.com/
1269 S:      Maintained
1270 F:      drivers/mmc/host/at91_mci.c
1272 ATMEL AT91 / AT32 MCI DRIVER
1273 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1274 S:      Maintained
1275 F:      drivers/mmc/host/atmel-mci.c
1276 F:      drivers/mmc/host/atmel-mci-regs.h
1278 ATMEL AT91 / AT32 SERIAL DRIVER
1279 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1280 S:      Supported
1281 F:      drivers/tty/serial/atmel_serial.c
1283 ATMEL LCDFB DRIVER
1284 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1285 L:      linux-fbdev@vger.kernel.org
1286 S:      Maintained
1287 F:      drivers/video/atmel_lcdfb.c
1288 F:      include/video/atmel_lcdc.h
1290 ATMEL MACB ETHERNET DRIVER
1291 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1292 S:      Supported
1293 F:      drivers/net/macb.*
1295 ATMEL SPI DRIVER
1296 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1297 S:      Supported
1298 F:      drivers/spi/atmel_spi.*
1300 ATMEL USBA UDC DRIVER
1301 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1302 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1303 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1304 S:      Supported
1305 F:      drivers/usb/gadget/atmel_usba_udc.*
1307 ATMEL WIRELESS DRIVER
1308 M:      Simon Kelley <simon@thekelleys.org.uk>
1309 L:      linux-wireless@vger.kernel.org
1310 W:      http://www.thekelleys.org.uk/atmel
1311 W:      http://atmelwlandriver.sourceforge.net/
1312 S:      Maintained
1313 F:      drivers/net/wireless/atmel*
1315 AUDIT SUBSYSTEM
1316 M:      Al Viro <viro@zeniv.linux.org.uk>
1317 M:      Eric Paris <eparis@redhat.com>
1318 L:      linux-audit@redhat.com (subscribers-only)
1319 W:      http://people.redhat.com/sgrubb/audit/
1320 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1321 S:      Maintained
1322 F:      include/linux/audit.h
1323 F:      kernel/audit*
1325 AUXILIARY DISPLAY DRIVERS
1326 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1327 W:      http://miguelojeda.es/auxdisplay.htm
1328 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1329 S:      Maintained
1330 F:      drivers/auxdisplay/
1331 F:      include/linux/cfag12864b.h
1333 AVR32 ARCHITECTURE
1334 M:      Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
1335 W:      http://www.atmel.com/products/AVR32/
1336 W:      http://avr32linux.org/
1337 W:      http://avrfreaks.net/
1338 S:      Supported
1339 F:      arch/avr32/
1341 AVR32/AT32AP MACHINE SUPPORT
1342 M:      Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
1343 S:      Supported
1344 F:      arch/avr32/mach-at32ap/
1346 AX.25 NETWORK LAYER
1347 M:      Ralf Baechle <ralf@linux-mips.org>
1348 L:      linux-hams@vger.kernel.org
1349 W:      http://www.linux-ax25.org/
1350 S:      Maintained
1351 F:      include/linux/ax25.h
1352 F:      include/net/ax25.h
1353 F:      net/ax25/
1355 B43 WIRELESS DRIVER
1356 M:      Stefano Brivio <stefano.brivio@polimi.it>
1357 L:      linux-wireless@vger.kernel.org
1358 W:      http://linuxwireless.org/en/users/Drivers/b43
1359 S:      Maintained
1360 F:      drivers/net/wireless/b43/
1362 B43LEGACY WIRELESS DRIVER
1363 M:      Larry Finger <Larry.Finger@lwfinger.net>
1364 M:      Stefano Brivio <stefano.brivio@polimi.it>
1365 L:      linux-wireless@vger.kernel.org
1366 W:      http://linuxwireless.org/en/users/Drivers/b43
1367 S:      Maintained
1368 F:      drivers/net/wireless/b43legacy/
1370 BACKLIGHT CLASS/SUBSYSTEM
1371 M:      Richard Purdie <rpurdie@rpsys.net>
1372 S:      Maintained
1373 F:      drivers/video/backlight/
1374 F:      include/linux/backlight.h
1376 BATMAN ADVANCED
1377 M:      Marek Lindner <lindner_marek@yahoo.de>
1378 M:      Simon Wunderlich <siwu@hrz.tu-chemnitz.de>
1379 M:      Sven Eckelmann <sven@narfation.org>
1380 L:      b.a.t.m.a.n@lists.open-mesh.org
1381 W:      http://www.open-mesh.org/
1382 S:      Maintained
1383 F:      net/batman-adv/
1385 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1386 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1387 L:      linux-hams@vger.kernel.org
1388 W:      http://www.baycom.org/~tom/ham/ham.html
1389 S:      Maintained
1390 F:      drivers/net/hamradio/baycom*
1392 BEFS FILE SYSTEM
1393 S:      Orphan
1394 F:      Documentation/filesystems/befs.txt
1395 F:      fs/befs/
1397 BFS FILE SYSTEM
1398 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1399 S:      Maintained
1400 F:      Documentation/filesystems/bfs.txt
1401 F:      fs/bfs/
1402 F:      include/linux/bfs_fs.h
1404 BLACKFIN ARCHITECTURE
1405 M:      Mike Frysinger <vapier@gentoo.org>
1406 L:      uclinux-dist-devel@blackfin.uclinux.org
1407 W:      http://blackfin.uclinux.org
1408 S:      Supported
1409 F:      arch/blackfin/
1411 BLACKFIN EMAC DRIVER
1412 M:      Michael Hennerich <michael.hennerich@analog.com>
1413 L:      uclinux-dist-devel@blackfin.uclinux.org
1414 W:      http://blackfin.uclinux.org
1415 S:      Supported
1416 F:      drivers/net/bfin_mac.*
1418 BLACKFIN RTC DRIVER
1419 M:      Mike Frysinger <vapier.adi@gmail.com>
1420 L:      uclinux-dist-devel@blackfin.uclinux.org
1421 W:      http://blackfin.uclinux.org
1422 S:      Supported
1423 F:      drivers/rtc/rtc-bfin.c
1425 BLACKFIN SDH DRIVER
1426 M:      Cliff Cai <cliff.cai@analog.com>
1427 L:      uclinux-dist-devel@blackfin.uclinux.org
1428 W:      http://blackfin.uclinux.org
1429 S:      Supported
1430 F:      drivers/mmc/host/bfin_sdh.c
1432 BLACKFIN SERIAL DRIVER
1433 M:      Sonic Zhang <sonic.zhang@analog.com>
1434 L:      uclinux-dist-devel@blackfin.uclinux.org
1435 W:      http://blackfin.uclinux.org
1436 S:      Supported
1437 F:      drivers/tty/serial/bfin_5xx.c
1439 BLACKFIN WATCHDOG DRIVER
1440 M:      Mike Frysinger <vapier.adi@gmail.com>
1441 L:      uclinux-dist-devel@blackfin.uclinux.org
1442 W:      http://blackfin.uclinux.org
1443 S:      Supported
1444 F:      drivers/watchdog/bfin_wdt.c
1446 BLACKFIN I2C TWI DRIVER
1447 M:      Sonic Zhang <sonic.zhang@analog.com>
1448 L:      uclinux-dist-devel@blackfin.uclinux.org
1449 W:      http://blackfin.uclinux.org/
1450 S:      Supported
1451 F:      drivers/i2c/busses/i2c-bfin-twi.c
1453 BLOCK LAYER
1454 M:      Jens Axboe <axboe@kernel.dk>
1455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1456 S:      Maintained
1457 F:      block/
1459 BLOCK2MTD DRIVER
1460 M:      Joern Engel <joern@lazybastard.org>
1461 L:      linux-mtd@lists.infradead.org
1462 S:      Maintained
1463 F:      drivers/mtd/devices/block2mtd.c
1465 BLUETOOTH DRIVERS
1466 M:      Marcel Holtmann <marcel@holtmann.org>
1467 M:      Gustavo F. Padovan <padovan@profusion.mobi>
1468 L:      linux-bluetooth@vger.kernel.org
1469 W:      http://www.bluez.org/
1470 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1471 S:      Maintained
1472 F:      drivers/bluetooth/
1474 BLUETOOTH SUBSYSTEM
1475 M:      Marcel Holtmann <marcel@holtmann.org>
1476 M:      Gustavo F. Padovan <padovan@profusion.mobi>
1477 L:      linux-bluetooth@vger.kernel.org
1478 W:      http://www.bluez.org/
1479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6.git
1480 S:      Maintained
1481 F:      net/bluetooth/
1482 F:      include/net/bluetooth/
1484 BONDING DRIVER
1485 M:      Jay Vosburgh <fubar@us.ibm.com>
1486 M:      Andy Gospodarek <andy@greyhouse.net>
1487 L:      netdev@vger.kernel.org
1488 W:      http://sourceforge.net/projects/bonding/
1489 S:      Supported
1490 F:      drivers/net/bonding/
1491 F:      include/linux/if_bonding.h
1493 BROADCOM B44 10/100 ETHERNET DRIVER
1494 M:      Gary Zambrano <zambrano@broadcom.com>
1495 L:      netdev@vger.kernel.org
1496 S:      Supported
1497 F:      drivers/net/b44.*
1499 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1500 M:      Michael Chan <mchan@broadcom.com>
1501 L:      netdev@vger.kernel.org
1502 S:      Supported
1503 F:      drivers/net/bnx2.*
1504 F:      drivers/net/bnx2_*
1506 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1507 M:      Eilon Greenstein <eilong@broadcom.com>
1508 L:      netdev@vger.kernel.org
1509 S:      Supported
1510 F:      drivers/net/bnx2x/
1512 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1513 M:      Matt Carlson <mcarlson@broadcom.com>
1514 M:      Michael Chan <mchan@broadcom.com>
1515 L:      netdev@vger.kernel.org
1516 S:      Supported
1517 F:      drivers/net/tg3.*
1519 BROADCOM BRCM80211 IEEE802.11n WIRELESS DRIVER
1520 M:      Brett Rudley <brudley@broadcom.com>
1521 M:      Henry Ptasinski <henryp@broadcom.com>
1522 M:      Dowan Kim <dowan@broadcom.com>
1523 M:      Roland Vossen <rvossen@broadcom.com>
1524 M:      Arend van Spriel <arend@broadcom.com>
1525 L:      linux-wireless@vger.kernel.org
1526 S:      Supported
1527 F:      drivers/staging/brcm80211/
1529 BROCADE BFA FC SCSI DRIVER
1530 M:      Jing Huang <huangj@brocade.com>
1531 L:      linux-scsi@vger.kernel.org
1532 S:      Supported
1533 F:      drivers/scsi/bfa/
1535 BROCADE BNA 10 GIGABIT ETHERNET DRIVER
1536 M:      Rasesh Mody <rmody@brocade.com>
1537 M:      Debashis Dutt <ddutt@brocade.com>
1538 L:      netdev@vger.kernel.org
1539 S:      Supported
1540 F:      drivers/net/bna/
1542 BSG (block layer generic sg v4 driver)
1543 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1544 L:      linux-scsi@vger.kernel.org
1545 S:      Supported
1546 F:      block/bsg.c
1547 F:      include/linux/bsg.h
1549 BT87X AUDIO DRIVER
1550 M:      Clemens Ladisch <clemens@ladisch.de>
1551 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1552 T:      git git://git.alsa-project.org/alsa-kernel.git
1553 S:      Maintained
1554 F:      Documentation/sound/alsa/Bt87x.txt
1555 F:      sound/pci/bt87x.c
1557 BT8XXGPIO DRIVER
1558 M:      Michael Buesch <mb@bu3sch.de>
1559 W:      http://bu3sch.de/btgpio.php
1560 S:      Maintained
1561 F:      drivers/gpio/bt8xxgpio.c
1563 BTRFS FILE SYSTEM
1564 M:      Chris Mason <chris.mason@oracle.com>
1565 L:      linux-btrfs@vger.kernel.org
1566 W:      http://btrfs.wiki.kernel.org/
1567 Q:      http://patchwork.kernel.org/project/linux-btrfs/list/
1568 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1569 S:      Maintained
1570 F:      Documentation/filesystems/btrfs.txt
1571 F:      fs/btrfs/
1573 BTTV VIDEO4LINUX DRIVER
1574 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
1575 L:      linux-media@vger.kernel.org
1576 W:      http://linuxtv.org
1577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1578 S:      Maintained
1579 F:      Documentation/video4linux/bttv/
1580 F:      drivers/media/video/bt8xx/bttv*
1582 C-MEDIA CMI8788 DRIVER
1583 M:      Clemens Ladisch <clemens@ladisch.de>
1584 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1585 T:      git git://git.alsa-project.org/alsa-kernel.git
1586 S:      Maintained
1587 F:      sound/pci/oxygen/
1589 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1590 M:      David Howells <dhowells@redhat.com>
1591 L:      linux-cachefs@redhat.com
1592 S:      Supported
1593 F:      Documentation/filesystems/caching/cachefiles.txt
1594 F:      fs/cachefiles/
1596 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1597 M:      Jonathan Corbet <corbet@lwn.net>
1598 L:      linux-media@vger.kernel.org
1599 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1600 S:      Maintained
1601 F:      Documentation/video4linux/cafe_ccic
1602 F:      drivers/media/video/cafe_ccic*
1604 CAIF NETWORK LAYER
1605 M:      Sjur Braendeland <sjur.brandeland@stericsson.com>
1606 L:      netdev@vger.kernel.org
1607 S:      Supported
1608 F:      Documentation/networking/caif/
1609 F:      drivers/net/caif/
1610 F:      include/linux/caif/
1611 F:      include/net/caif/
1612 F:      net/caif/
1614 CALGARY x86-64 IOMMU
1615 M:      Muli Ben-Yehuda <muli@il.ibm.com>
1616 M:      "Jon D. Mason" <jdmason@kudzu.us>
1617 L:      discuss@x86-64.org
1618 S:      Maintained
1619 F:      arch/x86/kernel/pci-calgary_64.c
1620 F:      arch/x86/kernel/tce_64.c
1621 F:      arch/x86/include/asm/calgary.h
1622 F:      arch/x86/include/asm/tce.h
1624 CAN NETWORK LAYER
1625 M:      Oliver Hartkopp <socketcan@hartkopp.net>
1626 M:      Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1627 M:      Urs Thuermann <urs.thuermann@volkswagen.de>
1628 L:      socketcan-core@lists.berlios.de
1629 L:      netdev@vger.kernel.org
1630 W:      http://developer.berlios.de/projects/socketcan/
1631 S:      Maintained
1632 F:      net/can/
1633 F:      include/linux/can.h
1634 F:      include/linux/can/core.h
1635 F:      include/linux/can/bcm.h
1636 F:      include/linux/can/raw.h
1638 CAN NETWORK DRIVERS
1639 M:      Wolfgang Grandegger <wg@grandegger.com>
1640 L:      socketcan-core@lists.berlios.de
1641 L:      netdev@vger.kernel.org
1642 W:      http://developer.berlios.de/projects/socketcan/
1643 S:      Maintained
1644 F:      drivers/net/can/
1645 F:      include/linux/can/dev.h
1646 F:      include/linux/can/error.h
1647 F:      include/linux/can/netlink.h
1648 F:      include/linux/can/platform/
1650 CELL BROADBAND ENGINE ARCHITECTURE
1651 M:      Arnd Bergmann <arnd@arndb.de>
1652 L:      linuxppc-dev@lists.ozlabs.org
1653 L:      cbe-oss-dev@lists.ozlabs.org
1654 W:      http://www.ibm.com/developerworks/power/cell/
1655 S:      Supported
1656 F:      arch/powerpc/include/asm/cell*.h
1657 F:      arch/powerpc/include/asm/spu*.h
1658 F:      arch/powerpc/oprofile/*cell*
1659 F:      arch/powerpc/platforms/cell/
1661 CEPH DISTRIBUTED FILE SYSTEM CLIENT
1662 M:      Sage Weil <sage@newdream.net>
1663 L:      ceph-devel@vger.kernel.org
1664 W:      http://ceph.newdream.net/
1665 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client.git
1666 S:      Supported
1667 F:      Documentation/filesystems/ceph.txt
1668 F:      fs/ceph
1669 F:      net/ceph
1670 F:      include/linux/ceph
1672 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1673 L:      linux-usb@vger.kernel.org
1674 S:      Orphan
1675 F:      Documentation/usb/WUSB-Design-overview.txt
1676 F:      Documentation/usb/wusb-cbaf
1677 F:      drivers/usb/host/hwa-hc.c
1678 F:      drivers/usb/host/whci/
1679 F:      drivers/usb/wusbcore/
1680 F:      include/linux/usb/wusb*
1682 CFAG12864B LCD DRIVER
1683 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1684 W:      http://miguelojeda.es/auxdisplay.htm
1685 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1686 S:      Maintained
1687 F:      drivers/auxdisplay/cfag12864b.c
1688 F:      include/linux/cfag12864b.h
1690 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1691 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1692 W:      http://miguelojeda.es/auxdisplay.htm
1693 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1694 S:      Maintained
1695 F:      drivers/auxdisplay/cfag12864bfb.c
1696 F:      include/linux/cfag12864b.h
1698 CFG80211 and NL80211
1699 M:      Johannes Berg <johannes@sipsolutions.net>
1700 L:      linux-wireless@vger.kernel.org
1701 S:      Maintained
1702 F:      include/linux/nl80211.h
1703 F:      include/net/cfg80211.h
1704 F:      net/wireless/*
1705 X:      net/wireless/wext*
1707 CHECKPATCH
1708 M:      Andy Whitcroft <apw@canonical.com>
1709 S:      Supported
1710 F:      scripts/checkpatch.pl
1712 CHINESE DOCUMENTATION
1713 M:      Harry Wei <harryxiyou@gmail.com>
1714 L:      xiyoulinuxkernelgroup@googlegroups.com
1715 L:      linux-kernel@zh-kernel.org (moderated for non-subscribers)
1716 S:      Maintained
1717 F:      Documentation/zh_CN/
1719 CISCO VIC ETHERNET NIC DRIVER
1720 M:      Vasanthy Kolluri <vkolluri@cisco.com>
1721 M:      Roopa Prabhu <roprabhu@cisco.com>
1722 M:      David Wang <dwang2@cisco.com>
1723 S:      Supported
1724 F:      drivers/net/enic/
1726 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1727 M:      Lennert Buytenhek <kernel@wantstofly.org>
1728 L:      netdev@vger.kernel.org
1729 S:      Maintained
1730 F:      drivers/net/arm/ep93xx_eth.c
1732 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1733 M:      Lennert Buytenhek <kernel@wantstofly.org>
1734 L:      linux-usb@vger.kernel.org
1735 S:      Maintained
1736 F:      drivers/usb/host/ohci-ep93xx.c
1738 CIRRUS LOGIC CS4270 SOUND DRIVER
1739 M:      Timur Tabi <timur@freescale.com>
1740 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1741 S:      Supported
1742 F:      sound/soc/codecs/cs4270*
1744 CLK API
1745 M:      Russell King <linux@arm.linux.org.uk>
1746 F:      include/linux/clk.h
1748 CISCO FCOE HBA DRIVER
1749 M:      Abhijeet Joglekar <abjoglek@cisco.com>
1750 M:      Joe Eykholt <jeykholt@cisco.com>
1751 L:      linux-scsi@vger.kernel.org
1752 S:      Supported
1753 F:      drivers/scsi/fnic/
1755 CMPC ACPI DRIVER
1756 M:      Thadeu Lima de Souza Cascardo <cascardo@holoscopio.com>
1757 M:      Daniel Oliveira Nascimento <don@syst.com.br>
1758 L:      platform-driver-x86@vger.kernel.org
1759 S:      Supported
1760 F:      drivers/platform/x86/classmate-laptop.c
1762 COCCINELLE/Semantic Patches (SmPL)
1763 M:      Julia Lawall <julia@diku.dk>
1764 M:      Gilles Muller <Gilles.Muller@lip6.fr>
1765 M:      Nicolas Palix <npalix.work@gmail.com>
1766 L:      cocci@diku.dk (moderated for non-subscribers)
1767 W:      http://coccinelle.lip6.fr/
1768 S:      Supported
1769 F:      scripts/coccinelle/
1770 F:      scripts/coccicheck
1772 CODA FILE SYSTEM
1773 M:      Jan Harkes <jaharkes@cs.cmu.edu>
1774 M:      coda@cs.cmu.edu
1775 L:      codalist@coda.cs.cmu.edu
1776 W:      http://www.coda.cs.cmu.edu/
1777 S:      Maintained
1778 F:      Documentation/filesystems/coda.txt
1779 F:      fs/coda/
1780 F:      include/linux/coda*.h
1782 COMMON INTERNET FILE SYSTEM (CIFS)
1783 M:      Steve French <sfrench@samba.org>
1784 L:      linux-cifs@vger.kernel.org
1785 L:      samba-technical@lists.samba.org (moderated for non-subscribers)
1786 W:      http://linux-cifs.samba.org/
1787 Q:      http://patchwork.ozlabs.org/project/linux-cifs-client/list/
1788 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1789 S:      Supported
1790 F:      Documentation/filesystems/cifs.txt
1791 F:      fs/cifs/
1793 COMPACTPCI HOTPLUG CORE
1794 M:      Scott Murray <scott@spiteful.org>
1795 L:      linux-pci@vger.kernel.org
1796 S:      Maintained
1797 F:      drivers/pci/hotplug/cpci_hotplug*
1799 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1800 M:      Scott Murray <scott@spiteful.org>
1801 L:      linux-pci@vger.kernel.org
1802 S:      Maintained
1803 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1805 COMPACTPCI HOTPLUG GENERIC DRIVER
1806 M:      Scott Murray <scott@spiteful.org>
1807 L:      linux-pci@vger.kernel.org
1808 S:      Maintained
1809 F:      drivers/pci/hotplug/cpcihp_generic.c
1811 COMPAL LAPTOP SUPPORT
1812 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1813 L:      platform-driver-x86@vger.kernel.org
1814 S:      Maintained
1815 F:      drivers/platform/x86/compal-laptop.c
1817 COMPUTONE INTELLIPORT MULTIPORT CARD
1818 M:      "Michael H. Warfield" <mhw@wittsend.com>
1819 W:      http://www.wittsend.com/computone.html
1820 S:      Maintained
1821 F:      Documentation/serial/computone.txt
1822 F:      drivers/char/ip2/
1824 CONEXANT ACCESSRUNNER USB DRIVER
1825 M:      Simon Arlott <cxacru@fire.lp0.eu>
1826 L:      accessrunner-general@lists.sourceforge.net
1827 W:      http://accessrunner.sourceforge.net/
1828 S:      Maintained
1829 F:      drivers/usb/atm/cxacru.c
1831 CONFIGFS
1832 M:      Joel Becker <jlbec@evilplan.org>
1833 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/configfs.git
1834 S:      Supported
1835 F:      fs/configfs/
1836 F:      include/linux/configfs.h
1838 CONNECTOR
1839 M:      Evgeniy Polyakov <zbr@ioremap.net>
1840 L:      netdev@vger.kernel.org
1841 S:      Maintained
1842 F:      drivers/connector/
1844 CONTROL GROUPS (CGROUPS)
1845 M:      Paul Menage <menage@google.com>
1846 M:      Li Zefan <lizf@cn.fujitsu.com>
1847 L:      containers@lists.linux-foundation.org
1848 S:      Maintained
1849 F:      include/linux/cgroup*
1850 F:      kernel/cgroup*
1851 F:      mm/*cgroup*
1853 CORETEMP HARDWARE MONITORING DRIVER
1854 M:      Fenghua Yu <fenghua.yu@intel.com>
1855 L:      lm-sensors@lm-sensors.org
1856 S:      Maintained
1857 F:      Documentation/hwmon/coretemp
1858 F:      drivers/hwmon/coretemp.c
1860 COSA/SRP SYNC SERIAL DRIVER
1861 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1862 W:      http://www.fi.muni.cz/~kas/cosa/
1863 S:      Maintained
1864 F:      drivers/net/wan/cosa*
1866 CPMAC ETHERNET DRIVER
1867 M:      Florian Fainelli <florian@openwrt.org>
1868 L:      netdev@vger.kernel.org
1869 S:      Maintained
1870 F:      drivers/net/cpmac.c
1872 CPU FREQUENCY DRIVERS
1873 M:      Dave Jones <davej@redhat.com>
1874 L:      cpufreq@vger.kernel.org
1875 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1877 S:      Maintained
1878 F:      arch/x86/kernel/cpu/cpufreq/
1879 F:      drivers/cpufreq/
1880 F:      include/linux/cpufreq.h
1882 CPUID/MSR DRIVER
1883 M:      "H. Peter Anvin" <hpa@zytor.com>
1884 S:      Maintained
1885 F:      arch/x86/kernel/cpuid.c
1886 F:      arch/x86/kernel/msr.c
1888 CPUSETS
1889 M:      Paul Menage <menage@google.com>
1890 W:      http://www.bullopensource.org/cpuset/
1891 W:      http://oss.sgi.com/projects/cpusets/
1892 S:      Supported
1893 F:      Documentation/cgroups/cpusets.txt
1894 F:      include/linux/cpuset.h
1895 F:      kernel/cpuset.c
1897 CRAMFS FILESYSTEM
1898 W:      http://sourceforge.net/projects/cramfs/
1899 S:      Orphan
1900 F:      Documentation/filesystems/cramfs.txt
1901 F:      fs/cramfs/
1903 CRIS PORT
1904 M:      Mikael Starvik <starvik@axis.com>
1905 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1906 L:      linux-cris-kernel@axis.com
1907 W:      http://developer.axis.com
1908 S:      Maintained
1909 F:      arch/cris/
1910 F:      drivers/tty/serial/crisv10.*
1912 CRYPTO API
1913 M:      Herbert Xu <herbert@gondor.apana.org.au>
1914 M:      "David S. Miller" <davem@davemloft.net>
1915 L:      linux-crypto@vger.kernel.org
1916 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1917 S:      Maintained
1918 F:      Documentation/crypto/
1919 F:      arch/*/crypto/
1920 F:      crypto/
1921 F:      drivers/crypto/
1922 F:      include/crypto/
1924 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1925 M:      Neil Horman <nhorman@tuxdriver.com>
1926 L:      linux-crypto@vger.kernel.org
1927 S:      Maintained
1928 F:      crypto/ansi_cprng.c
1929 F:      crypto/rng.c
1931 CS5535 Audio ALSA driver
1932 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
1933 S:      Maintained
1934 F:      sound/pci/cs5535audio/
1936 CX18 VIDEO4LINUX DRIVER
1937 M:      Andy Walls <awalls@md.metrocast.net>
1938 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
1939 L:      linux-media@vger.kernel.org
1940 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1941 W:      http://linuxtv.org
1942 W:      http://www.ivtvdriver.org/index.php/Cx18
1943 S:      Maintained
1944 F:      Documentation/video4linux/cx18.txt
1945 F:      drivers/media/video/cx18/
1947 CXGB3 ETHERNET DRIVER (CXGB3)
1948 M:      Divy Le Ray <divy@chelsio.com>
1949 L:      netdev@vger.kernel.org
1950 W:      http://www.chelsio.com
1951 S:      Supported
1952 F:      drivers/net/cxgb3/
1954 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1955 M:      Steve Wise <swise@chelsio.com>
1956 L:      linux-rdma@vger.kernel.org
1957 W:      http://www.openfabrics.org
1958 S:      Supported
1959 F:      drivers/infiniband/hw/cxgb3/
1961 CXGB4 ETHERNET DRIVER (CXGB4)
1962 M:      Dimitris Michailidis <dm@chelsio.com>
1963 L:      netdev@vger.kernel.org
1964 W:      http://www.chelsio.com
1965 S:      Supported
1966 F:      drivers/net/cxgb4/
1968 CXGB4 IWARP RNIC DRIVER (IW_CXGB4)
1969 M:      Steve Wise <swise@chelsio.com>
1970 L:      linux-rdma@vger.kernel.org
1971 W:      http://www.openfabrics.org
1972 S:      Supported
1973 F:      drivers/infiniband/hw/cxgb4/
1975 CXGB4VF ETHERNET DRIVER (CXGB4VF)
1976 M:      Casey Leedom <leedom@chelsio.com>
1977 L:      netdev@vger.kernel.org
1978 W:      http://www.chelsio.com
1979 S:      Supported
1980 F:      drivers/net/cxgb4vf/
1982 STMMAC ETHERNET DRIVER
1983 M:      Giuseppe Cavallaro <peppe.cavallaro@st.com>
1984 L:      netdev@vger.kernel.org
1985 W:      http://www.stlinux.com
1986 S:      Supported
1987 F:      drivers/net/stmmac/
1989 CYBERPRO FB DRIVER
1990 M:      Russell King <linux@arm.linux.org.uk>
1991 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1992 W:      http://www.arm.linux.org.uk/
1993 S:      Maintained
1994 F:      drivers/video/cyber2000fb.*
1996 CYCLADES 2X SYNC CARD DRIVER
1997 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1998 W:      http://oops.ghostprotocols.net:81/blog
1999 S:      Maintained
2000 F:      drivers/net/wan/cycx*
2002 CYCLADES ASYNC MUX DRIVER
2003 W:      http://www.cyclades.com/
2004 S:      Orphan
2005 F:      drivers/char/cyclades.c
2006 F:      include/linux/cyclades.h
2008 CYCLADES PC300 DRIVER
2009 W:      http://www.cyclades.com/
2010 S:      Orphan
2011 F:      drivers/net/wan/pc300*
2013 DAMA SLAVE for AX.25
2014 M:      Joerg Reuter <jreuter@yaina.de>
2015 W:      http://yaina.de/jreuter/
2016 W:      http://www.qsl.net/dl1bke/
2017 L:      linux-hams@vger.kernel.org
2018 S:      Maintained
2019 F:      net/ax25/af_ax25.c
2020 F:      net/ax25/ax25_dev.c
2021 F:      net/ax25/ax25_ds_*
2022 F:      net/ax25/ax25_in.c
2023 F:      net/ax25/ax25_out.c
2024 F:      net/ax25/ax25_timer.c
2025 F:      net/ax25/sysctl_net_ax25.c
2027 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
2028 M:      Tobias Ringstrom <tori@unhappy.mine.nu>
2029 L:      netdev@vger.kernel.org
2030 S:      Maintained
2031 F:      Documentation/networking/dmfe.txt
2032 F:      drivers/net/tulip/dmfe.c
2034 DC390/AM53C974 SCSI driver
2035 M:      Kurt Garloff <garloff@suse.de>
2036 W:      http://www.garloff.de/kurt/linux/dc390/
2037 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
2038 S:      Maintained
2039 F:      drivers/scsi/tmscsim.*
2041 DC395x SCSI driver
2042 M:      Oliver Neukum <oliver@neukum.name>
2043 M:      Ali Akcaagac <aliakc@web.de>
2044 M:      Jamie Lenehan <lenehan@twibble.org>
2045 W:      http://twibble.org/dist/dc395x/
2046 L:      dc395x@twibble.org
2047 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
2048 S:      Maintained
2049 F:      Documentation/scsi/dc395x.txt
2050 F:      drivers/scsi/dc395x.*
2052 DCCP PROTOCOL
2053 M:      Gerrit Renker <gerrit@erg.abdn.ac.uk>
2054 L:      dccp@vger.kernel.org
2055 W:      http://www.linuxfoundation.org/collaborate/workgroups/networking/dccp
2056 S:      Maintained
2057 F:      include/linux/dccp.h
2058 F:      include/linux/tfrc.h
2059 F:      net/dccp/
2061 DECnet NETWORK LAYER
2062 W:      http://linux-decnet.sourceforge.net
2063 L:      linux-decnet-user@lists.sourceforge.net
2064 S:      Orphan
2065 F:      Documentation/networking/decnet.txt
2066 F:      net/decnet/
2068 DEFXX FDDI NETWORK DRIVER
2069 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2070 S:      Maintained
2071 F:      drivers/net/defxx.*
2073 DELL LAPTOP DRIVER
2074 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2075 L:      platform-driver-x86@vger.kernel.org
2076 S:      Maintained
2077 F:      drivers/platform/x86/dell-laptop.c
2079 DELL LAPTOP SMM DRIVER
2080 M:      Massimo Dal Zotto <dz@debian.org>
2081 W:      http://www.debian.org/~dz/i8k/
2082 S:      Maintained
2083 F:      drivers/char/i8k.c
2084 F:      include/linux/i8k.h
2086 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
2087 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
2088 S:      Maintained
2089 F:      Documentation/dcdbas.txt
2090 F:      drivers/firmware/dcdbas.*
2092 DELL WMI EXTRAS DRIVER
2093 M:      Matthew Garrett <mjg59@srcf.ucam.org>
2094 S:      Maintained
2095 F:      drivers/platform/x86/dell-wmi.c
2097 DEVICE NUMBER REGISTRY
2098 M:      Torben Mathiasen <device@lanana.org>
2099 W:      http://lanana.org/docs/device-list/index.html
2100 S:      Maintained
2102 DEVICE-MAPPER  (LVM)
2103 P:      Alasdair Kergon
2104 L:      dm-devel@redhat.com
2105 W:      http://sources.redhat.com/dm
2106 Q:      http://patchwork.kernel.org/project/dm-devel/list/
2107 S:      Maintained
2108 F:      Documentation/device-mapper/
2109 F:      drivers/md/dm*
2110 F:      include/linux/device-mapper.h
2111 F:      include/linux/dm-*.h
2113 DIGI INTL. EPCA DRIVER
2114 M:      "Digi International, Inc" <Eng.Linux@digi.com>
2115 L:      Eng.Linux@digi.com
2116 W:      http://www.digi.com
2117 S:      Orphan
2118 F:      Documentation/serial/digiepca.txt
2119 F:      drivers/char/epca*
2120 F:      drivers/char/digi*
2122 DIRECTORY NOTIFICATION (DNOTIFY)
2123 M:      Eric Paris <eparis@parisplace.org>
2124 S:      Maintained
2125 F:      Documentation/filesystems/dnotify.txt
2126 F:      fs/notify/dnotify/
2127 F:      include/linux/dnotify.h
2129 DISK GEOMETRY AND PARTITION HANDLING
2130 M:      Andries Brouwer <aeb@cwi.nl>
2131 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
2132 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
2133 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
2134 S:      Maintained
2136 DISKQUOTA
2137 M:      Jan Kara <jack@suse.cz>
2138 S:      Maintained
2139 F:      Documentation/filesystems/quota.txt
2140 F:      fs/quota/
2141 F:      include/linux/quota*.h
2143 DISTRIBUTED LOCK MANAGER (DLM)
2144 M:      Christine Caulfield <ccaulfie@redhat.com>
2145 M:      David Teigland <teigland@redhat.com>
2146 L:      cluster-devel@redhat.com
2147 W:      http://sources.redhat.com/cluster/
2148 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
2149 S:      Supported
2150 F:      fs/dlm/
2152 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
2153 M:      Vinod Koul <vinod.koul@intel.com>
2154 M:      Dan Williams <dan.j.williams@intel.com>
2155 S:      Supported
2156 F:      drivers/dma/
2157 F:      include/linux/dma*
2159 DME1737 HARDWARE MONITOR DRIVER
2160 M:      Juerg Haefliger <juergh@gmail.com>
2161 L:      lm-sensors@lm-sensors.org
2162 S:      Maintained
2163 F:      Documentation/hwmon/dme1737
2164 F:      drivers/hwmon/dme1737.c
2166 DOCBOOK FOR DOCUMENTATION
2167 M:      Randy Dunlap <rdunlap@xenotime.net>
2168 S:      Maintained
2169 F:      scripts/kernel-doc
2171 DOCKING STATION DRIVER
2172 M:      Shaohua Li <shaohua.li@intel.com>
2173 L:      linux-acpi@vger.kernel.org
2174 S:      Supported
2175 F:      drivers/acpi/dock.c
2177 DOCUMENTATION
2178 M:      Randy Dunlap <rdunlap@xenotime.net>
2179 L:      linux-doc@vger.kernel.org
2180 T:      quilt oss.oracle.com/~rdunlap/kernel-doc-patches/current/
2181 S:      Maintained
2182 F:      Documentation/
2184 DOUBLETALK DRIVER
2185 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
2186 L:      blinux-list@redhat.com
2187 S:      Maintained
2188 F:      drivers/char/dtlk.c
2189 F:      include/linux/dtlk.h
2191 DPT_I2O SCSI RAID DRIVER
2192 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2193 L:      linux-scsi@vger.kernel.org
2194 W:      http://www.adaptec.com/
2195 S:      Maintained
2196 F:      drivers/scsi/dpt*
2197 F:      drivers/scsi/dpt/
2199 DRBD DRIVER
2200 P:      Philipp Reisner
2201 P:      Lars Ellenberg
2202 M:      drbd-dev@lists.linbit.com
2203 L:      drbd-user@lists.linbit.com
2204 W:      http://www.drbd.org
2205 T:      git git://git.drbd.org/linux-2.6-drbd.git drbd
2206 T:      git git://git.drbd.org/drbd-8.3.git
2207 S:      Supported
2208 F:      drivers/block/drbd/
2209 F:      lib/lru_cache.c
2210 F:      Documentation/blockdev/drbd/
2212 DRIVER CORE, KOBJECTS, DEBUGFS AND SYSFS
2213 M:      Greg Kroah-Hartman <gregkh@suse.de>
2214 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6.git
2215 S:      Supported
2216 F:      Documentation/kobject.txt
2217 F:      drivers/base/
2218 F:      fs/sysfs/
2219 F:      fs/debugfs/
2220 F:      include/linux/kobj*
2221 F:      include/linux/debugfs.h
2222 F:      lib/kobj*
2224 DRM DRIVERS
2225 M:      David Airlie <airlied@linux.ie>
2226 L:      dri-devel@lists.freedesktop.org
2227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
2228 S:      Maintained
2229 F:      drivers/gpu/drm/
2230 F:      include/drm/
2232 INTEL DRM DRIVERS (excluding Poulsbo, Moorestown and derivative chipsets)
2233 M:      Chris Wilson <chris@chris-wilson.co.uk>
2234 L:      intel-gfx@lists.freedesktop.org (subscribers-only)
2235 L:      dri-devel@lists.freedesktop.org
2236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ickle/drm-intel.git
2237 S:      Supported
2238 F:      drivers/gpu/drm/i915
2239 F:      include/drm/i915*
2241 DSCC4 DRIVER
2242 M:      Francois Romieu <romieu@fr.zoreil.com>
2243 L:      netdev@vger.kernel.org
2244 S:      Maintained
2245 F:      drivers/net/wan/dscc4.c
2247 DZ DECSTATION DZ11 SERIAL DRIVER
2248 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
2249 S:      Maintained
2250 F:      drivers/tty/serial/dz.*
2252 EATA-DMA SCSI DRIVER
2253 M:      Michael Neuffer <mike@i-Connect.Net>
2254 L:      linux-eata@i-connect.net
2255 L:      linux-scsi@vger.kernel.org
2256 S:      Maintained
2257 F:      drivers/scsi/eata*
2259 EATA ISA/EISA/PCI SCSI DRIVER
2260 M:      Dario Ballabio <ballabio_dario@emc.com>
2261 L:      linux-scsi@vger.kernel.org
2262 S:      Maintained
2263 F:      drivers/scsi/eata.c
2265 EATA-PIO SCSI DRIVER
2266 M:      Michael Neuffer <mike@i-Connect.Net>
2267 L:      linux-eata@i-connect.net
2268 L:      linux-scsi@vger.kernel.org
2269 S:      Maintained
2270 F:      drivers/scsi/eata_pio.*
2272 EBTABLES
2273 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
2274 L:      ebtables-user@lists.sourceforge.net
2275 L:      ebtables-devel@lists.sourceforge.net
2276 W:      http://ebtables.sourceforge.net/
2277 S:      Maintained
2278 F:      include/linux/netfilter_bridge/ebt_*.h
2279 F:      net/bridge/netfilter/ebt*.c
2281 ECRYPT FILE SYSTEM
2282 M:      Tyler Hicks <tyhicks@linux.vnet.ibm.com>
2283 M:      Dustin Kirkland <kirkland@canonical.com>
2284 L:      ecryptfs-devel@lists.launchpad.net
2285 W:      https://launchpad.net/ecryptfs
2286 S:      Supported
2287 F:      Documentation/filesystems/ecryptfs.txt
2288 F:      fs/ecryptfs/
2290 EDAC-CORE
2291 M:      Doug Thompson <dougthompson@xmission.com>
2292 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2293 W:      bluesmoke.sourceforge.net
2294 S:      Supported
2295 F:      Documentation/edac.txt
2296 F:      drivers/edac/edac_*
2297 F:      include/linux/edac.h
2299 EDAC-AMD64
2300 M:      Doug Thompson <dougthompson@xmission.com>
2301 M:      Borislav Petkov <borislav.petkov@amd.com>
2302 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2303 W:      bluesmoke.sourceforge.net
2304 S:      Supported
2305 F:      drivers/edac/amd64_edac*
2307 EDAC-E752X
2308 M:      Mark Gross <mark.gross@intel.com>
2309 M:      Doug Thompson <dougthompson@xmission.com>
2310 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2311 W:      bluesmoke.sourceforge.net
2312 S:      Maintained
2313 F:      drivers/edac/e752x_edac.c
2315 EDAC-E7XXX
2316 M:      Doug Thompson <dougthompson@xmission.com>
2317 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2318 W:      bluesmoke.sourceforge.net
2319 S:      Maintained
2320 F:      drivers/edac/e7xxx_edac.c
2322 EDAC-I82443BXGX
2323 M:      Tim Small <tim@buttersideup.com>
2324 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2325 W:      bluesmoke.sourceforge.net
2326 S:      Maintained
2327 F:      drivers/edac/i82443bxgx_edac.c
2329 EDAC-I3000
2330 M:      Jason Uhlenkott <juhlenko@akamai.com>
2331 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2332 W:      bluesmoke.sourceforge.net
2333 S:      Maintained
2334 F:      drivers/edac/i3000_edac.c
2336 EDAC-I5000
2337 M:      Doug Thompson <dougthompson@xmission.com>
2338 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2339 W:      bluesmoke.sourceforge.net
2340 S:      Maintained
2341 F:      drivers/edac/i5000_edac.c
2343 EDAC-I5400
2344 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2345 L:      linux-edac@vger.kernel.org
2346 W:      bluesmoke.sourceforge.net
2347 S:      Maintained
2348 F:      drivers/edac/i5400_edac.c
2350 EDAC-I7300
2351 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2352 L:      linux-edac@vger.kernel.org
2353 W:      bluesmoke.sourceforge.net
2354 S:      Maintained
2355 F:      drivers/edac/i7300_edac.c
2357 EDAC-I7CORE
2358 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
2359 L:      linux-edac@vger.kernel.org
2360 W:      bluesmoke.sourceforge.net
2361 S:      Maintained
2362 F:      drivers/edac/i7core_edac.c
2363 F:      drivers/edac/edac_mce.c
2364 F:      include/linux/edac_mce.h
2366 EDAC-I82975X
2367 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
2368 M:      "Arvind R." <arvind@jetztechnologies.com>
2369 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2370 W:      bluesmoke.sourceforge.net
2371 S:      Maintained
2372 F:      drivers/edac/i82975x_edac.c
2374 EDAC-PASEMI
2375 M:      Egor Martovetsky <egor@pasemi.com>
2376 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2377 W:      bluesmoke.sourceforge.net
2378 S:      Maintained
2379 F:      drivers/edac/pasemi_edac.c
2381 EDAC-R82600
2382 M:      Tim Small <tim@buttersideup.com>
2383 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
2384 W:      bluesmoke.sourceforge.net
2385 S:      Maintained
2386 F:      drivers/edac/r82600_edac.c
2388 EDIROL UA-101/UA-1000 DRIVER
2389 M:      Clemens Ladisch <clemens@ladisch.de>
2390 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2391 T:      git git://git.alsa-project.org/alsa-kernel.git
2392 S:      Maintained
2393 F:      sound/usb/misc/ua101.c
2395 EEEPC LAPTOP EXTRAS DRIVER
2396 M:      Corentin Chary <corentincj@iksaif.net>
2397 L:      acpi4asus-user@lists.sourceforge.net
2398 L:      platform-driver-x86@vger.kernel.org
2399 W:      http://acpi4asus.sf.net
2400 S:      Maintained
2401 F:      drivers/platform/x86/eeepc-laptop.c
2403 EEEPC WMI EXTRAS DRIVER
2404 M:      Corentin Chary <corentincj@iksaif.net>
2405 L:      acpi4asus-user@lists.sourceforge.net
2406 L:      platform-driver-x86@vger.kernel.org
2407 W:      http://acpi4asus.sf.net
2408 S:      Maintained
2409 F:      drivers/platform/x86/eeepc-wmi.c
2411 EFIFB FRAMEBUFFER DRIVER
2412 L:      linux-fbdev@vger.kernel.org
2413 M:      Peter Jones <pjones@redhat.com>
2414 S:      Maintained
2415 F:      drivers/video/efifb.c
2417 EFS FILESYSTEM
2418 W:      http://aeschi.ch.eu.org/efs/
2419 S:      Orphan
2420 F:      fs/efs/
2422 EHCA (IBM GX bus InfiniBand adapter) DRIVER
2423 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
2424 M:      Christoph Raisch <raisch@de.ibm.com>
2425 L:      linux-rdma@vger.kernel.org
2426 S:      Supported
2427 F:      drivers/infiniband/hw/ehca/
2429 EHEA (IBM pSeries eHEA 10Gb ethernet adapter) DRIVER
2430 M:      Breno Leitao <leitao@linux.vnet.ibm.com>
2431 L:      netdev@vger.kernel.org
2432 S:      Maintained
2433 F:      drivers/net/ehea/
2435 EMBEDDED LINUX
2436 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
2437 M:      Matt Mackall <mpm@selenic.com>
2438 M:      David Woodhouse <dwmw2@infradead.org>
2439 L:      linux-embedded@vger.kernel.org
2440 S:      Maintained
2442 EMULEX LPFC FC SCSI DRIVER
2443 M:      James Smart <james.smart@emulex.com>
2444 L:      linux-scsi@vger.kernel.org
2445 W:      http://sourceforge.net/projects/lpfcxxxx
2446 S:      Supported
2447 F:      drivers/scsi/lpfc/
2449 ENE CB710 FLASH CARD READER DRIVER
2450 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
2451 S:      Maintained
2452 F:      drivers/misc/cb710/
2453 F:      drivers/mmc/host/cb710-mmc.*
2454 F:      include/linux/cb710.h
2456 ENE KB2426 (ENE0100/ENE020XX) INFRARED RECEIVER
2457 M:      Maxim Levitsky <maximlevitsky@gmail.com>
2458 S:      Maintained
2459 F:      drivers/media/IR/ene_ir.c
2460 F:      drivers/media/IR/ene_ir.h
2462 EPSON 1355 FRAMEBUFFER DRIVER
2463 M:      Christopher Hoover <ch@murgatroid.com>
2464 M:      Christopher Hoover <ch@hpl.hp.com>
2465 S:      Maintained
2466 F:      drivers/video/epson1355fb.c
2468 EPSON S1D13XXX FRAMEBUFFER DRIVER
2469 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
2470 S:      Maintained
2471 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2472 F:      drivers/video/s1d13xxxfb.c
2473 F:      include/video/s1d13xxxfb.h
2475 ETHEREXPRESS-16 NETWORK DRIVER
2476 M:      Philip Blundell <philb@gnu.org>
2477 L:      netdev@vger.kernel.org
2478 S:      Maintained
2479 F:      drivers/net/eexpress.*
2481 ETHERNET BRIDGE
2482 M:      Stephen Hemminger <shemminger@linux-foundation.org>
2483 L:      bridge@lists.linux-foundation.org
2484 L:      netdev@vger.kernel.org
2485 W:      http://www.linuxfoundation.org/en/Net:Bridge
2486 S:      Maintained
2487 F:      include/linux/netfilter_bridge/
2488 F:      net/bridge/
2490 ETHERTEAM 16I DRIVER
2491 M:      Mika Kuoppala <miku@iki.fi>
2492 S:      Maintained
2493 F:      drivers/net/eth16i.c
2495 EXT2 FILE SYSTEM
2496 M:      Jan Kara <jack@suse.cz>
2497 L:      linux-ext4@vger.kernel.org
2498 S:      Maintained
2499 F:      Documentation/filesystems/ext2.txt
2500 F:      fs/ext2/
2501 F:      include/linux/ext2*
2503 EXT3 FILE SYSTEM
2504 M:      Jan Kara <jack@suse.cz>
2505 M:      Andrew Morton <akpm@linux-foundation.org>
2506 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2507 L:      linux-ext4@vger.kernel.org
2508 S:      Maintained
2509 F:      Documentation/filesystems/ext3.txt
2510 F:      fs/ext3/
2511 F:      include/linux/ext3*
2513 EXT4 FILE SYSTEM
2514 M:      "Theodore Ts'o" <tytso@mit.edu>
2515 M:      Andreas Dilger <adilger.kernel@dilger.ca>
2516 L:      linux-ext4@vger.kernel.org
2517 W:      http://ext4.wiki.kernel.org
2518 Q:      http://patchwork.ozlabs.org/project/linux-ext4/list/
2519 S:      Maintained
2520 F:      Documentation/filesystems/ext4.txt
2521 F:      fs/ext4/
2523 F71805F HARDWARE MONITORING DRIVER
2524 M:      Jean Delvare <khali@linux-fr.org>
2525 L:      lm-sensors@lm-sensors.org
2526 S:      Maintained
2527 F:      Documentation/hwmon/f71805f
2528 F:      drivers/hwmon/f71805f.c
2530 FANOTIFY
2531 M:      Eric Paris <eparis@redhat.com>
2532 S:      Maintained
2533 F:      fs/notify/fanotify/
2534 F:      include/linux/fanotify.h
2536 FARSYNC SYNCHRONOUS DRIVER
2537 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
2538 W:      http://www.farsite.co.uk/
2539 S:      Supported
2540 F:      drivers/net/wan/farsync.*
2542 FAULT INJECTION SUPPORT
2543 M:      Akinobu Mita <akinobu.mita@gmail.com>
2544 S:      Supported
2545 F:      Documentation/fault-injection/
2546 F:      lib/fault-inject.c
2548 FCOE SUBSYSTEM (libfc, libfcoe, fcoe)
2549 M:      Robert Love <robert.w.love@intel.com>
2550 L:      devel@open-fcoe.org
2551 W:      www.Open-FCoE.org
2552 S:      Supported
2553 F:      drivers/scsi/libfc/
2554 F:      drivers/scsi/fcoe/
2555 F:      include/scsi/fc/
2556 F:      include/scsi/libfc.h
2557 F:      include/scsi/libfcoe.h
2559 FILE LOCKING (flock() and fcntl()/lockf())
2560 M:      Matthew Wilcox <matthew@wil.cx>
2561 L:      linux-fsdevel@vger.kernel.org
2562 S:      Maintained
2563 F:      include/linux/fcntl.h
2564 F:      include/linux/fs.h
2565 F:      fs/fcntl.c
2566 F:      fs/locks.c
2568 FILESYSTEMS (VFS and infrastructure)
2569 M:      Alexander Viro <viro@zeniv.linux.org.uk>
2570 L:      linux-fsdevel@vger.kernel.org
2571 S:      Maintained
2572 F:      fs/*
2574 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2575 M:      Riku Voipio <riku.voipio@iki.fi>
2576 L:      lm-sensors@lm-sensors.org
2577 S:      Maintained
2578 F:      drivers/hwmon/f75375s.c
2579 F:      include/linux/f75375s.h
2581 FIREWIRE SUBSYSTEM
2582 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2583 L:      linux1394-devel@lists.sourceforge.net
2584 W:      http://ieee1394.wiki.kernel.org/
2585 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2586 S:      Maintained
2587 F:      drivers/firewire/
2588 F:      include/linux/firewire*.h
2589 F:      tools/firewire/
2591 FIRMWARE LOADER (request_firmware)
2592 S:      Orphan
2593 F:      Documentation/firmware_class/
2594 F:      drivers/base/firmware*.c
2595 F:      include/linux/firmware.h
2597 FPU EMULATOR
2598 M:      Bill Metzenthen <billm@melbpc.org.au>
2599 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2600 S:      Maintained
2601 F:      arch/x86/math-emu/
2603 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2604 M:      Mike McLagan <mike.mclagan@linux.org>
2605 L:      netdev@vger.kernel.org
2606 S:      Maintained
2607 F:      drivers/net/wan/dlci.c
2608 F:      drivers/net/wan/sdla.c
2610 FRAMEBUFFER LAYER
2611 L:      linux-fbdev@vger.kernel.org
2612 W:      http://linux-fbdev.sourceforge.net/
2613 Q:      http://patchwork.kernel.org/project/linux-fbdev/list/
2614 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/fbdev-2.6.git
2615 S:      Orphan
2616 F:      Documentation/fb/
2617 F:      drivers/video/
2618 F:      include/video/
2619 F:      include/linux/fb.h
2621 FREESCALE DMA DRIVER
2622 M:      Li Yang <leoli@freescale.com>
2623 M:      Zhang Wei <zw@zh-kernel.org>
2624 L:      linuxppc-dev@lists.ozlabs.org
2625 S:      Maintained
2626 F:      drivers/dma/fsldma.*
2628 FREESCALE I2C CPM DRIVER
2629 M:      Jochen Friedrich <jochen@scram.de>
2630 L:      linuxppc-dev@lists.ozlabs.org
2631 L:      linux-i2c@vger.kernel.org
2632 S:      Maintained
2633 F:      drivers/i2c/busses/i2c-cpm.c
2635 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2636 M:      Sascha Hauer <kernel@pengutronix.de>
2637 L:      linux-fbdev@vger.kernel.org
2638 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2639 S:      Maintained
2640 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2641 F:      drivers/video/imxfb.c
2643 FREESCALE SOC FS_ENET DRIVER
2644 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
2645 M:      Vitaly Bordug <vbordug@ru.mvista.com>
2646 L:      linuxppc-dev@lists.ozlabs.org
2647 L:      netdev@vger.kernel.org
2648 S:      Maintained
2649 F:      drivers/net/fs_enet/
2650 F:      include/linux/fs_enet_pd.h
2652 FREESCALE QUICC ENGINE LIBRARY
2653 M:      Timur Tabi <timur@freescale.com>
2654 L:      linuxppc-dev@lists.ozlabs.org
2655 S:      Supported
2656 F:      arch/powerpc/sysdev/qe_lib/
2657 F:      arch/powerpc/include/asm/*qe.h
2659 FREESCALE USB PERIPHERAL DRIVERS
2660 M:      Li Yang <leoli@freescale.com>
2661 L:      linux-usb@vger.kernel.org
2662 L:      linuxppc-dev@lists.ozlabs.org
2663 S:      Maintained
2664 F:      drivers/usb/gadget/fsl*
2666 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2667 M:      Li Yang <leoli@freescale.com>
2668 L:      netdev@vger.kernel.org
2669 L:      linuxppc-dev@lists.ozlabs.org
2670 S:      Maintained
2671 F:      drivers/net/ucc_geth*
2673 FREESCALE QUICC ENGINE UCC UART DRIVER
2674 M:      Timur Tabi <timur@freescale.com>
2675 L:      linuxppc-dev@lists.ozlabs.org
2676 S:      Supported
2677 F:      drivers/tty/serial/ucc_uart.c
2679 FREESCALE SOC SOUND DRIVERS
2680 M:      Timur Tabi <timur@freescale.com>
2681 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2682 L:      linuxppc-dev@lists.ozlabs.org
2683 S:      Supported
2684 F:      sound/soc/fsl/fsl*
2685 F:      sound/soc/fsl/mpc8610_hpcd.c
2687 FREEVXFS FILESYSTEM
2688 M:      Christoph Hellwig <hch@infradead.org>
2689 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2690 S:      Maintained
2691 F:      fs/freevxfs/
2693 FREEZER
2694 M:      Pavel Machek <pavel@ucw.cz>
2695 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2696 L:      linux-pm@lists.linux-foundation.org
2697 S:      Supported
2698 F:      Documentation/power/freezing-of-tasks.txt
2699 F:      include/linux/freezer.h
2700 F:      kernel/freezer.c
2702 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2703 M:      David Howells <dhowells@redhat.com>
2704 L:      linux-cachefs@redhat.com
2705 S:      Supported
2706 F:      Documentation/filesystems/caching/
2707 F:      fs/fscache/
2708 F:      include/linux/fscache*.h
2710 FUJITSU FR-V (FRV) PORT
2711 M:      David Howells <dhowells@redhat.com>
2712 S:      Maintained
2713 F:      arch/frv/
2715 FUJITSU LAPTOP EXTRAS
2716 M:      Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2717 L:      platform-driver-x86@vger.kernel.org
2718 S:      Maintained
2719 F:      drivers/platform/x86/fujitsu-laptop.c
2721 FUSE: FILESYSTEM IN USERSPACE
2722 M:      Miklos Szeredi <miklos@szeredi.hu>
2723 L:      fuse-devel@lists.sourceforge.net
2724 W:      http://fuse.sourceforge.net/
2725 S:      Maintained
2726 F:      fs/fuse/
2727 F:      include/linux/fuse.h
2729 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2730 M:      Rik Faith <faith@cs.unc.edu>
2731 L:      linux-scsi@vger.kernel.org
2732 S:      Odd Fixes (e.g., new signatures)
2733 F:      drivers/scsi/fdomain.*
2735 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2736 M:      Achim Leubner <achim_leubner@adaptec.com>
2737 L:      linux-scsi@vger.kernel.org
2738 W:      http://www.icp-vortex.com/
2739 S:      Supported
2740 F:      drivers/scsi/gdt*
2742 GENERIC GPIO I2C DRIVER
2743 M:      Haavard Skinnemoen <hskinnemoen@gmail.com>
2744 S:      Supported
2745 F:      drivers/i2c/busses/i2c-gpio.c
2746 F:      include/linux/i2c-gpio.h
2748 GENERIC GPIO I2C MULTIPLEXER DRIVER
2749 M:      Peter Korsgaard <peter.korsgaard@barco.com>
2750 L:      linux-i2c@vger.kernel.org
2751 S:      Supported
2752 F:      drivers/i2c/muxes/gpio-i2cmux.c
2753 F:      include/linux/gpio-i2cmux.h
2754 F:      Documentation/i2c/muxes/gpio-i2cmux
2756 GENERIC HDLC (WAN) DRIVERS
2757 M:      Krzysztof Halasa <khc@pm.waw.pl>
2758 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2759 S:      Maintained
2760 F:      drivers/net/wan/c101.c
2761 F:      drivers/net/wan/hd6457*
2762 F:      drivers/net/wan/hdlc*
2763 F:      drivers/net/wan/n2.c
2764 F:      drivers/net/wan/pc300too.c
2765 F:      drivers/net/wan/pci200syn.c
2766 F:      drivers/net/wan/wanxl*
2768 GENERIC INCLUDE/ASM HEADER FILES
2769 M:      Arnd Bergmann <arnd@arndb.de>
2770 L:      linux-arch@vger.kernel.org
2771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2772 S:      Maintained
2773 F:      include/asm-generic
2775 GENERIC UIO DRIVER FOR PCI DEVICES
2776 M:      "Michael S. Tsirkin" <mst@redhat.com>
2777 L:      kvm@vger.kernel.org
2778 S:      Supported
2779 F:      drivers/uio/uio_pci_generic.c
2781 GFS2 FILE SYSTEM
2782 M:      Steven Whitehouse <swhiteho@redhat.com>
2783 L:      cluster-devel@redhat.com
2784 W:      http://sources.redhat.com/cluster/
2785 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2786 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2787 S:      Supported
2788 F:      Documentation/filesystems/gfs2*.txt
2789 F:      fs/gfs2/
2790 F:      include/linux/gfs2_ondisk.h
2792 GIGASET ISDN DRIVERS
2793 M:      Hansjoerg Lipp <hjlipp@web.de>
2794 M:      Tilman Schmidt <tilman@imap.cc>
2795 L:      gigaset307x-common@lists.sourceforge.net
2796 W:      http://gigaset307x.sourceforge.net/
2797 S:      Maintained
2798 F:      Documentation/isdn/README.gigaset
2799 F:      drivers/isdn/gigaset/
2800 F:      include/linux/gigaset_dev.h
2802 GPIO SUBSYSTEM
2803 M:      Grant Likely <grant.likely@secretlab.ca>
2804 L:      linux-kernel@vger.kernel.org
2805 S:      Maintained
2806 T:      git git://git.secretlab.ca/git/linux-2.6.git
2807 F:      Documentation/gpio/gpio.txt
2808 F:      drivers/gpio/
2809 F:      include/linux/gpio*
2811 GRETH 10/100/1G Ethernet MAC device driver
2812 M:      Kristoffer Glembo <kristoffer@gaisler.com>
2813 L:      netdev@vger.kernel.org
2814 S:      Maintained
2815 F:      drivers/net/greth*
2817 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2818 M:      Frank Seidel <frank@f-seidel.de>
2819 L:      platform-driver-x86@vger.kernel.org
2820 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2821 S:      Maintained
2822 F:      drivers/platform/x86/hdaps.c
2824 HWPOISON MEMORY FAILURE HANDLING
2825 M:      Andi Kleen <andi@firstfloor.org>
2826 L:      linux-mm@kvack.org
2827 L:      linux-kernel@vger.kernel.org
2828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6.git hwpoison
2829 S:      Maintained
2830 F:      mm/memory-failure.c
2831 F:      mm/hwpoison-inject.c
2833 HYPERVISOR VIRTUAL CONSOLE DRIVER
2834 L:      linuxppc-dev@lists.ozlabs.org
2835 S:      Odd Fixes
2836 F:      drivers/char/hvc_*
2838 iSCSI BOOT FIRMWARE TABLE (iBFT) DRIVER
2839 M:      Peter Jones <pjones@redhat.com>
2840 M:      Konrad Rzeszutek Wilk <konrad@kernel.org>
2841 S:      Maintained
2842 F:      drivers/firmware/iscsi_ibft*
2844 GSPCA FINEPIX SUBDRIVER
2845 M:      Frank Zago <frank@zago.net>
2846 L:      linux-media@vger.kernel.org
2847 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2848 S:      Maintained
2849 F:      drivers/media/video/gspca/finepix.c
2851 GSPCA GL860 SUBDRIVER
2852 M:      Olivier Lorin <o.lorin@laposte.net>
2853 L:      linux-media@vger.kernel.org
2854 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2855 S:      Maintained
2856 F:      drivers/media/video/gspca/gl860/
2858 GSPCA M5602 SUBDRIVER
2859 M:      Erik Andren <erik.andren@gmail.com>
2860 L:      linux-media@vger.kernel.org
2861 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2862 S:      Maintained
2863 F:      drivers/media/video/gspca/m5602/
2865 GSPCA PAC207 SONIXB SUBDRIVER
2866 M:      Hans de Goede <hdegoede@redhat.com>
2867 L:      linux-media@vger.kernel.org
2868 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2869 S:      Maintained
2870 F:      drivers/media/video/gspca/pac207.c
2872 GSPCA SN9C20X SUBDRIVER
2873 M:      Brian Johnson <brijohn@gmail.com>
2874 L:      linux-media@vger.kernel.org
2875 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2876 S:      Maintained
2877 F:      drivers/media/video/gspca/sn9c20x.c
2879 GSPCA T613 SUBDRIVER
2880 M:      Leandro Costantino <lcostantino@gmail.com>
2881 L:      linux-media@vger.kernel.org
2882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2883 S:      Maintained
2884 F:      drivers/media/video/gspca/t613.c
2886 GSPCA USB WEBCAM DRIVER
2887 M:      Jean-Francois Moine <moinejf@free.fr>
2888 W:      http://moinejf.free.fr
2889 L:      linux-media@vger.kernel.org
2890 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2891 S:      Maintained
2892 F:      drivers/media/video/gspca/
2894 HARDWARE MONITORING
2895 M:      Jean Delvare <khali@linux-fr.org>
2896 M:      Guenter Roeck <guenter.roeck@ericsson.com>
2897 L:      lm-sensors@lm-sensors.org
2898 W:      http://www.lm-sensors.org/
2899 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-hwmon/
2900 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-staging.git
2901 S:      Maintained
2902 F:      Documentation/hwmon/
2903 F:      drivers/hwmon/
2904 F:      include/linux/hwmon*.h
2906 HARDWARE RANDOM NUMBER GENERATOR CORE
2907 M:      Matt Mackall <mpm@selenic.com>
2908 M:      Herbert Xu <herbert@gondor.apana.org.au>
2909 S:      Odd fixes
2910 F:      Documentation/hw_random.txt
2911 F:      drivers/char/hw_random/
2912 F:      include/linux/hw_random.h
2914 HARMONY SOUND DRIVER
2915 M:      Kyle McMartin <kyle@mcmartin.ca>
2916 L:      linux-parisc@vger.kernel.org
2917 S:      Maintained
2918 F:      sound/parisc/harmony.*
2920 HEWLETT-PACKARD SMART2 RAID DRIVER
2921 M:      Chirag Kantharia <chirag.kantharia@hp.com>
2922 L:      iss_storagedev@hp.com
2923 S:      Maintained
2924 F:      Documentation/blockdev/cpqarray.txt
2925 F:      drivers/block/cpqarray.*
2927 HEWLETT-PACKARD SMART ARRAY RAID DRIVER (hpsa)
2928 M:      Stephen M. Cameron <scameron@beardog.cce.hp.com>
2929 L:      iss_storagedev@hp.com
2930 S:      Supported
2931 F:      Documentation/scsi/hpsa.txt
2932 F:      drivers/scsi/hpsa*.[ch]
2933 F:      include/linux/cciss*.h
2935 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2936 M:      Mike Miller <mike.miller@hp.com>
2937 L:      iss_storagedev@hp.com
2938 S:      Supported
2939 F:      Documentation/blockdev/cciss.txt
2940 F:      drivers/block/cciss*
2941 F:      include/linux/cciss_ioctl.h
2943 HFS FILESYSTEM
2944 M:      Roman Zippel <zippel@linux-m68k.org>
2945 S:      Maintained
2946 F:      Documentation/filesystems/hfs.txt
2947 F:      fs/hfs/
2949 HGA FRAMEBUFFER DRIVER
2950 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2951 L:      linux-nvidia@lists.surfsouth.com
2952 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2953 S:      Maintained
2954 F:      drivers/video/hgafb.c
2956 HIBERNATION (aka Software Suspend, aka swsusp)
2957 M:      Pavel Machek <pavel@ucw.cz>
2958 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2959 L:      linux-pm@lists.linux-foundation.org
2960 S:      Supported
2961 F:      arch/x86/power/
2962 F:      drivers/base/power/
2963 F:      kernel/power/
2964 F:      include/linux/suspend.h
2965 F:      include/linux/freezer.h
2966 F:      include/linux/pm.h
2967 F:      arch/*/include/asm/suspend*.h
2969 HID CORE LAYER
2970 M:      Jiri Kosina <jkosina@suse.cz>
2971 L:      linux-input@vger.kernel.org
2972 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2973 S:      Maintained
2974 F:      drivers/hid/
2975 F:      include/linux/hid*
2977 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2978 M:      Thomas Gleixner <tglx@linutronix.de>
2979 S:      Maintained
2980 F:      Documentation/timers/
2981 F:      kernel/hrtimer.c
2982 F:      kernel/time/clockevents.c
2983 F:      kernel/time/tick*.*
2984 F:      kernel/time/timer_*.c
2985 F       include/linux/clockevents.h
2986 F:      include/linux/hrtimer.h
2988 HIGH-SPEED SCC DRIVER FOR AX.25
2989 M:      Klaus Kudielka <klaus.kudielka@ieee.org>
2990 L:      linux-hams@vger.kernel.org
2991 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2992 S:      Maintained
2993 F:      drivers/net/hamradio/dmascc.c
2994 F:      drivers/net/hamradio/scc.c
2996 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2997 M:      HighPoint Linux Team <linux@highpoint-tech.com>
2998 W:      http://www.highpoint-tech.com
2999 S:      Supported
3000 F:      Documentation/scsi/hptiop.txt
3001 F:      drivers/scsi/hptiop.c
3003 HIPPI
3004 M:      Jes Sorensen <jes@trained-monkey.org>
3005 L:      linux-hippi@sunsite.dk
3006 S:      Maintained
3007 F:      include/linux/hippidevice.h
3008 F:      include/linux/if_hippi.h
3009 F:      net/802/hippi.c
3011 HOST AP DRIVER
3012 M:      Jouni Malinen <j@w1.fi>
3013 L:      hostap@shmoo.com (subscribers-only)
3014 L:      linux-wireless@vger.kernel.org
3015 W:      http://hostap.epitest.fi/
3016 S:      Maintained
3017 F:      drivers/net/wireless/hostap/
3019 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
3020 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
3021 L:      platform-driver-x86@vger.kernel.org
3022 S:      Odd Fixes
3023 F:      drivers/platform/x86/tc1100-wmi.c
3025 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
3026 M:      Jaroslav Kysela <perex@perex.cz>
3027 S:      Maintained
3028 F:      drivers/net/hp100.*
3030 HPET:   High Precision Event Timers driver
3031 M:      Clemens Ladisch <clemens@ladisch.de>
3032 S:      Maintained
3033 F:      Documentation/timers/hpet.txt
3034 F:      drivers/char/hpet.c
3035 F:      include/linux/hpet.h
3037 HPET:   x86
3038 M:      "Venkatesh Pallipadi (Venki)" <venki@google.com>
3039 S:      Maintained
3040 F:      arch/x86/kernel/hpet.c
3041 F:      arch/x86/include/asm/hpet.h
3043 HPFS FILESYSTEM
3044 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
3045 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
3046 S:      Maintained
3047 F:      fs/hpfs/
3049 HSO 3G MODEM DRIVER
3050 M:      Jan Dumon <j.dumon@option.com>
3051 W:      http://www.pharscape.org
3052 S:      Maintained
3053 F:      drivers/net/usb/hso.c
3055 HTCPEN TOUCHSCREEN DRIVER
3056 M:      Pau Oliva Fora <pof@eslack.org>
3057 L:      linux-input@vger.kernel.org
3058 S:      Maintained
3059 F:      drivers/input/touchscreen/htcpen.c
3061 HUGETLB FILESYSTEM
3062 M:      William Irwin <wli@holomorphy.com>
3063 S:      Maintained
3064 F:      fs/hugetlbfs/
3066 I2C/SMBUS STUB DRIVER
3067 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
3068 L:      linux-i2c@vger.kernel.org
3069 S:      Maintained
3070 F:      drivers/i2c/busses/i2c-stub.c
3072 I2C SUBSYSTEM
3073 M:      "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
3074 M:      "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
3075 L:      linux-i2c@vger.kernel.org
3076 W:      http://i2c.wiki.kernel.org/
3077 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
3078 T:      git git://git.fluff.org/bjdooks/linux.git
3079 S:      Maintained
3080 F:      Documentation/i2c/
3081 F:      drivers/i2c/
3082 F:      include/linux/i2c.h
3083 F:      include/linux/i2c-*.h
3085 I2C-TINY-USB DRIVER
3086 M:      Till Harbaum <till@harbaum.org>
3087 L:      linux-i2c@vger.kernel.org
3088 W:      http://www.harbaum.org/till/i2c_tiny_usb
3089 S:      Maintained
3090 F:      drivers/i2c/busses/i2c-tiny-usb.c
3092 i386 BOOT CODE
3093 M:      "H. Peter Anvin" <hpa@zytor.com>
3094 S:      Maintained
3095 F:      arch/x86/boot/
3097 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
3098 M:      "H. Peter Anvin" <hpa@zytor.com>
3099 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
3100 S:      Maintained
3102 IA64 (Itanium) PLATFORM
3103 M:      Tony Luck <tony.luck@intel.com>
3104 M:      Fenghua Yu <fenghua.yu@intel.com>
3105 L:      linux-ia64@vger.kernel.org
3106 W:      http://www.ia64-linux.org/
3107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
3108 S:      Maintained
3109 F:      arch/ia64/
3111 IBM MCA SCSI SUBSYSTEM DRIVER
3112 M:      Michael Lang <langa2@kph.uni-mainz.de>
3113 W:      http://www.uni-mainz.de/~langm000/linux.html
3114 S:      Maintained
3115 F:      drivers/scsi/ibmmca.c
3117 IBM Power Linux RAID adapter
3118 M:      Brian King <brking@us.ibm.com>
3119 S:      Supported
3120 F:      drivers/scsi/ipr.*
3122 IBM Power Virtual Ethernet Device Driver
3123 M:      Santiago Leon <santil@linux.vnet.ibm.com>
3124 L:      netdev@vger.kernel.org
3125 S:      Supported
3126 F:      drivers/net/ibmveth.*
3128 IBM ServeRAID RAID DRIVER
3129 P:      Jack Hammer
3130 M:      Dave Jeffery <ipslinux@adaptec.com>
3131 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
3132 S:      Supported
3133 F:      drivers/scsi/ips.*
3135 IDE SUBSYSTEM
3136 M:      "David S. Miller" <davem@davemloft.net>
3137 L:      linux-ide@vger.kernel.org
3138 Q:      http://patchwork.ozlabs.org/project/linux-ide/list/
3139 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
3140 S:      Maintained
3141 F:      Documentation/ide/
3142 F:      drivers/ide/
3143 F:      include/linux/ide.h
3145 IDE/ATAPI DRIVERS
3146 M:      Borislav Petkov <petkovbb@gmail.com>
3147 L:      linux-ide@vger.kernel.org
3148 S:      Maintained
3149 F:      Documentation/cdrom/ide-cd
3150 F:      drivers/ide/ide-cd*
3152 IDLE-I7300
3153 M:      Andy Henroid <andrew.d.henroid@intel.com>
3154 L:      linux-pm@lists.linux-foundation.org
3155 S:      Supported
3156 F:      drivers/idle/i7300_idle.c
3158 IEEE 1394 SUBSYSTEM
3159 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
3160 L:      linux1394-devel@lists.sourceforge.net
3161 W:      http://ieee1394.wiki.kernel.org/
3162 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
3163 S:      Obsolete
3164 F:      Documentation/debugging-via-ohci1394.txt
3165 F:      drivers/ieee1394/
3167 IEEE 802.15.4 SUBSYSTEM
3168 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
3169 M:      Sergey Lapin <slapin@ossfans.org>
3170 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
3171 W:      http://apps.sourceforge.net/trac/linux-zigbee
3172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
3173 S:      Maintained
3174 F:      net/ieee802154/
3175 F:      drivers/ieee802154/
3177 IKANOS/ADI EAGLE ADSL USB DRIVER
3178 M:      Matthieu Castet <castet.matthieu@free.fr>
3179 M:      Stanislaw Gruszka <stf_xl@wp.pl>
3180 S:      Maintained
3181 F:      drivers/usb/atm/ueagle-atm.c
3183 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
3184 M:      Mimi Zohar <zohar@us.ibm.com>
3185 S:      Supported
3186 F:      security/integrity/ima/
3188 IMS TWINTURBO FRAMEBUFFER DRIVER
3189 L:      linux-fbdev@vger.kernel.org
3190 S:      Orphan
3191 F:      drivers/video/imsttfb.c
3193 INFINIBAND SUBSYSTEM
3194 M:      Roland Dreier <roland@kernel.org>
3195 M:      Sean Hefty <sean.hefty@intel.com>
3196 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
3197 L:      linux-rdma@vger.kernel.org
3198 W:      http://www.openfabrics.org/
3199 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
3200 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
3201 S:      Supported
3202 F:      Documentation/infiniband/
3203 F:      drivers/infiniband/
3204 F:      include/linux/if_infiniband.h
3206 INOTIFY
3207 M:      John McCutchan <john@johnmccutchan.com>
3208 M:      Robert Love <rlove@rlove.org>
3209 M:      Eric Paris <eparis@parisplace.org>
3210 S:      Maintained
3211 F:      Documentation/filesystems/inotify.txt
3212 F:      fs/notify/inotify/
3213 F:      include/linux/inotify.h
3215 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
3216 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
3217 M:      Dmitry Torokhov <dtor@mail.ru>
3218 L:      linux-input@vger.kernel.org
3219 Q:      http://patchwork.kernel.org/project/linux-input/list/
3220 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
3221 S:      Maintained
3222 F:      drivers/input/
3224 INPUT MULTITOUCH (MT) PROTOCOL
3225 M:      Henrik Rydberg <rydberg@euromail.se>
3226 L:      linux-input@vger.kernel.org
3227 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/rydberg/input-mt.git
3228 S:      Maintained
3229 F:      Documentation/input/multi-touch-protocol.txt
3230 F:      drivers/input/input-mt.c
3231 K:      \b(ABS|SYN)_MT_
3233 INTEL IDLE DRIVER
3234 M:      Len Brown <lenb@kernel.org>
3235 L:      linux-pm@lists.linux-foundation.org
3236 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6.git
3237 S:      Supported
3238 F:      drivers/idle/intel_idle.c
3240 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
3241 M:      Maik Broemme <mbroemme@plusserver.de>
3242 L:      linux-fbdev@vger.kernel.org
3243 S:      Maintained
3244 F:      Documentation/fb/intelfb.txt
3245 F:      drivers/video/intelfb/
3247 INTEL 810/815 FRAMEBUFFER DRIVER
3248 M:      Antonino Daplas <adaplas@gmail.com>
3249 L:      linux-fbdev@vger.kernel.org
3250 S:      Maintained
3251 F:      drivers/video/i810/
3253 INTEL MENLOW THERMAL DRIVER
3254 M:      Sujith Thomas <sujith.thomas@intel.com>
3255 L:      platform-driver-x86@vger.kernel.org
3256 W:      http://www.lesswatts.org/projects/acpi/
3257 S:      Supported
3258 F:      drivers/platform/x86/intel_menlow.c
3260 INTEL IA32 MICROCODE UPDATE SUPPORT
3261 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
3262 S:      Maintained
3263 F:      arch/x86/kernel/microcode_core.c
3264 F:      arch/x86/kernel/microcode_intel.c
3266 INTEL I/OAT DMA DRIVER
3267 M:      Dan Williams <dan.j.williams@intel.com>
3268 S:      Supported
3269 F:      drivers/dma/ioat*
3271 INTEL IOMMU (VT-d)
3272 M:      David Woodhouse <dwmw2@infradead.org>
3273 L:      iommu@lists.linux-foundation.org
3274 T:      git git://git.infradead.org/iommu-2.6.git
3275 S:      Supported
3276 F:      drivers/pci/intel-iommu.c
3277 F:      include/linux/intel-iommu.h
3279 INTEL IOP-ADMA DMA DRIVER
3280 M:      Dan Williams <dan.j.williams@intel.com>
3281 S:      Maintained
3282 F:      drivers/dma/iop-adma.c
3284 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
3285 M:      Krzysztof Halasa <khc@pm.waw.pl>
3286 S:      Maintained
3287 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
3288 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
3289 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
3290 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
3291 F:      drivers/net/arm/ixp4xx_eth.c
3292 F:      drivers/net/wan/ixp4xx_hss.c
3294 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
3295 M:      Deepak Saxena <dsaxena@plexity.net>
3296 S:      Maintained
3297 F:      drivers/char/hw_random/ixp4xx-rng.c
3299 INTEL IXP2000 ETHERNET DRIVER
3300 M:      Lennert Buytenhek <kernel@wantstofly.org>
3301 L:      netdev@vger.kernel.org
3302 S:      Maintained
3303 F:      drivers/net/ixp2000/
3305 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/igbvf/ixgb/ixgbe/ixgbevf)
3306 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
3307 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
3308 M:      Bruce Allan <bruce.w.allan@intel.com>
3309 M:      Carolyn Wyborny <carolyn.wyborny@intel.com>
3310 M:      Don Skidmore <donald.c.skidmore@intel.com>
3311 M:      Greg Rose <gregory.v.rose@intel.com>
3312 M:      PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
3313 M:      Alex Duyck <alexander.h.duyck@intel.com>
3314 M:      John Ronciak <john.ronciak@intel.com>
3315 L:      e1000-devel@lists.sourceforge.net
3316 W:      http://e1000.sourceforge.net/
3317 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-2.6.git
3318 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-next-2.6.git
3319 S:      Supported
3320 F:      Documentation/networking/e100.txt
3321 F:      Documentation/networking/e1000.txt
3322 F:      Documentation/networking/e1000e.txt
3323 F:      Documentation/networking/igb.txt
3324 F:      Documentation/networking/igbvf.txt
3325 F:      Documentation/networking/ixgb.txt
3326 F:      Documentation/networking/ixgbe.txt
3327 F:      Documentation/networking/ixgbevf.txt
3328 F:      drivers/net/e100.c
3329 F:      drivers/net/e1000/
3330 F:      drivers/net/e1000e/
3331 F:      drivers/net/igb/
3332 F:      drivers/net/igbvf/
3333 F:      drivers/net/ixgb/
3334 F:      drivers/net/ixgbe/
3335 F:      drivers/net/ixgbevf/
3337 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
3338 L:      linux-wireless@vger.kernel.org
3339 S:      Orphan
3340 F:      Documentation/networking/README.ipw2100
3341 F:      drivers/net/wireless/ipw2x00/ipw2100.*
3343 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
3344 L:      linux-wireless@vger.kernel.org
3345 S:      Orphan
3346 F:      Documentation/networking/README.ipw2200
3347 F:      drivers/net/wireless/ipw2x00/ipw2200.*
3349 INTEL(R) TRUSTED EXECUTION TECHNOLOGY (TXT)
3350 M:      Joseph Cihula <joseph.cihula@intel.com>
3351 M:      Shane Wang <shane.wang@intel.com>
3352 L:      tboot-devel@lists.sourceforge.net
3353 W:      http://tboot.sourceforge.net
3354 T:      Mercurial http://www.bughost.org/repos.hg/tboot.hg
3355 S:      Supported
3356 F:      Documentation/intel_txt.txt
3357 F:      include/linux/tboot.h
3358 F:      arch/x86/kernel/tboot.c
3360 INTEL WIRELESS WIMAX CONNECTION 2400
3361 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
3362 M:      linux-wimax@intel.com
3363 L:      wimax@linuxwimax.org
3364 S:      Supported
3365 W:      http://linuxwimax.org
3366 F:      Documentation/wimax/README.i2400m
3367 F:      drivers/net/wimax/i2400m/
3368 F:      include/linux/wimax/i2400m.h
3370 INTEL WIRELESS WIFI LINK (iwlwifi)
3371 M:      Wey-Yi Guy <wey-yi.w.guy@intel.com>
3372 M:      Intel Linux Wireless <ilw@linux.intel.com>
3373 L:      linux-wireless@vger.kernel.org
3374 W:      http://intellinuxwireless.org
3375 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
3376 S:      Supported
3377 F:      drivers/net/wireless/iwlwifi/
3379 INTEL WIRELESS MULTICOMM 3200 WIFI (iwmc3200wifi)
3380 M:      Samuel Ortiz <samuel.ortiz@intel.com>
3381 M:      Intel Linux Wireless <ilw@linux.intel.com>
3382 L:      linux-wireless@vger.kernel.org
3383 S:      Supported
3384 W:      http://wireless.kernel.org/en/users/Drivers/iwmc3200wifi
3385 F:      drivers/net/wireless/iwmc3200wifi/
3387 IOC3 ETHERNET DRIVER
3388 M:      Ralf Baechle <ralf@linux-mips.org>
3389 L:      linux-mips@linux-mips.org
3390 S:      Maintained
3391 F:      drivers/net/ioc3-eth.c
3393 IOC3 SERIAL DRIVER
3394 M:      Pat Gefre <pfg@sgi.com>
3395 L:      linux-serial@vger.kernel.org
3396 S:      Maintained
3397 F:      drivers/tty/serial/ioc3_serial.c
3399 IP MASQUERADING
3400 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
3401 S:      Maintained
3402 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
3404 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
3405 M:      Francois Romieu <romieu@fr.zoreil.com>
3406 M:      Sorbica Shieh <sorbica@icplus.com.tw>
3407 L:      netdev@vger.kernel.org
3408 S:      Maintained
3409 F:      drivers/net/ipg.*
3411 IPATH DRIVER
3412 M:      Ralph Campbell <infinipath@qlogic.com>
3413 L:      linux-rdma@vger.kernel.org
3414 T:      git git://git.qlogic.com/ipath-linux-2.6
3415 S:      Supported
3416 F:      drivers/infiniband/hw/ipath/
3418 IPMI SUBSYSTEM
3419 M:      Corey Minyard <minyard@acm.org>
3420 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
3421 W:      http://openipmi.sourceforge.net/
3422 S:      Supported
3423 F:      Documentation/IPMI.txt
3424 F:      drivers/char/ipmi/
3425 F:      include/linux/ipmi*
3427 IPS SCSI RAID DRIVER
3428 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
3429 L:      linux-scsi@vger.kernel.org
3430 W:      http://www.adaptec.com/
3431 S:      Maintained
3432 F:      drivers/scsi/ips*
3434 IPVS
3435 M:      Wensong Zhang <wensong@linux-vs.org>
3436 M:      Simon Horman <horms@verge.net.au>
3437 M:      Julian Anastasov <ja@ssi.bg>
3438 L:      netdev@vger.kernel.org
3439 L:      lvs-devel@vger.kernel.org
3440 S:      Maintained
3441 F:      Documentation/networking/ipvs-sysctl.txt
3442 F:      include/net/ip_vs.h
3443 F:      include/linux/ip_vs.h
3444 F:      net/netfilter/ipvs/
3446 IPWIRELESS DRIVER
3447 M:      Jiri Kosina <jkosina@suse.cz>
3448 M:      David Sterba <dsterba@suse.cz>
3449 S:      Maintained
3450 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
3451 F:      drivers/char/pcmcia/ipwireless/
3453 IPX NETWORK LAYER
3454 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3455 L:      netdev@vger.kernel.org
3456 S:      Maintained
3457 F:      include/linux/ipx.h
3458 F:      include/net/ipx.h
3459 F:      net/ipx/
3461 IRDA SUBSYSTEM
3462 M:      Samuel Ortiz <samuel@sortiz.org>
3463 L:      irda-users@lists.sourceforge.net (subscribers-only)
3464 W:      http://irda.sourceforge.net/
3465 S:      Maintained
3466 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
3467 F:      Documentation/networking/irda.txt
3468 F:      drivers/net/irda/
3469 F:      include/net/irda/
3470 F:      net/irda/
3472 IRQ SUBSYSTEM
3473 M:      Thomas Gleixner <tglx@linutronix.de>
3474 S:      Maintained
3475 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git irq/core
3476 F:      kernel/irq/
3478 ISAPNP
3479 M:      Jaroslav Kysela <perex@perex.cz>
3480 S:      Maintained
3481 F:      Documentation/isapnp.txt
3482 F:      drivers/pnp/isapnp/
3483 F:      include/linux/isapnp.h
3485 ISCSI
3486 M:      Mike Christie <michaelc@cs.wisc.edu>
3487 L:      open-iscsi@googlegroups.com
3488 W:      www.open-iscsi.org
3489 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
3490 S:      Maintained
3491 F:      drivers/scsi/*iscsi*
3492 F:      include/scsi/*iscsi*
3494 ISDN SUBSYSTEM
3495 M:      Karsten Keil <isdn@linux-pingi.de>
3496 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3497 L:      netdev@vger.kernel.org
3498 W:      http://www.isdn4linux.de
3499 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
3500 S:      Maintained
3501 F:      Documentation/isdn/
3502 F:      drivers/isdn/
3503 F:      include/linux/isdn.h
3504 F:      include/linux/isdn/
3506 ISDN SUBSYSTEM (Eicon active card driver)
3507 M:      Armin Schindler <mac@melware.de>
3508 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
3509 W:      http://www.melware.de
3510 S:      Maintained
3511 F:      drivers/isdn/hardware/eicon/
3513 IT87 HARDWARE MONITORING DRIVER
3514 M:      Jean Delvare <khali@linux-fr.org>
3515 L:      lm-sensors@lm-sensors.org
3516 S:      Maintained
3517 F:      Documentation/hwmon/it87
3518 F:      drivers/hwmon/it87.c
3520 IVTV VIDEO4LINUX DRIVER
3521 M:      Andy Walls <awalls@md.metrocast.net>
3522 L:      ivtv-devel@ivtvdriver.org (moderated for non-subscribers)
3523 L:      linux-media@vger.kernel.org
3524 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3525 W:      http://www.ivtvdriver.org
3526 S:      Maintained
3527 F:      Documentation/video4linux/*.ivtv
3528 F:      drivers/media/video/ivtv/
3529 F:      include/linux/ivtv*
3531 JC42.4 TEMPERATURE SENSOR DRIVER
3532 M:      Guenter Roeck <linux@roeck-us.net>
3533 L:      lm-sensors@lm-sensors.org
3534 S:      Maintained
3535 F:      drivers/hwmon/jc42.c
3536 F:      Documentation/hwmon/jc42
3538 JFS FILESYSTEM
3539 M:      Dave Kleikamp <shaggy@kernel.org>
3540 L:      jfs-discussion@lists.sourceforge.net
3541 W:      http://jfs.sourceforge.net/
3542 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
3543 S:      Maintained
3544 F:      Documentation/filesystems/jfs.txt
3545 F:      fs/jfs/
3547 JME NETWORK DRIVER
3548 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
3549 L:      netdev@vger.kernel.org
3550 S:      Maintained
3551 F:      drivers/net/jme.*
3553 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
3554 M:      David Woodhouse <dwmw2@infradead.org>
3555 L:      linux-mtd@lists.infradead.org
3556 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
3557 S:      Maintained
3558 F:      fs/jffs2/
3559 F:      include/linux/jffs2.h
3561 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
3562 M:      Andrew Morton <akpm@linux-foundation.org>
3563 M:      Jan Kara <jack@suse.cz>
3564 L:      linux-ext4@vger.kernel.org
3565 S:      Maintained
3566 F:      fs/jbd*/
3567 F:      include/linux/ext*jbd*.h
3568 F:      include/linux/jbd*.h
3570 JSM Neo PCI based serial card
3571 M:      Breno Leitao <leitao@linux.vnet.ibm.com>
3572 L:      linux-serial@vger.kernel.org
3573 S:      Maintained
3574 F:      drivers/tty/serial/jsm/
3576 K10TEMP HARDWARE MONITORING DRIVER
3577 M:      Clemens Ladisch <clemens@ladisch.de>
3578 L:      lm-sensors@lm-sensors.org
3579 S:      Maintained
3580 F:      Documentation/hwmon/k10temp
3581 F:      drivers/hwmon/k10temp.c
3583 K8TEMP HARDWARE MONITORING DRIVER
3584 M:      Rudolf Marek <r.marek@assembler.cz>
3585 L:      lm-sensors@lm-sensors.org
3586 S:      Maintained
3587 F:      Documentation/hwmon/k8temp
3588 F:      drivers/hwmon/k8temp.c
3590 KCONFIG
3591 M:      Roman Zippel <zippel@linux-m68k.org>
3592 L:      linux-kbuild@vger.kernel.org
3593 Q:      http://patchwork.kernel.org/project/linux-kbuild/list/
3594 S:      Maintained
3595 F:      Documentation/kbuild/kconfig-language.txt
3596 F:      scripts/kconfig/
3598 KDUMP
3599 M:      Vivek Goyal <vgoyal@redhat.com>
3600 M:      Haren Myneni <hbabu@us.ibm.com>
3601 L:      kexec@lists.infradead.org
3602 W:      http://lse.sourceforge.net/kdump/
3603 S:      Maintained
3604 F:      Documentation/kdump/
3606 KERNEL AUTOMOUNTER (AUTOFS)
3607 M:      "H. Peter Anvin" <hpa@zytor.com>
3608 L:      autofs@linux.kernel.org
3609 S:      Obsolete
3610 F:      drivers/staging/autofs/
3612 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3613 M:      Ian Kent <raven@themaw.net>
3614 L:      autofs@linux.kernel.org
3615 S:      Maintained
3616 F:      fs/autofs4/
3618 KERNEL BUILD + files below scripts/ (unless maintained elsewhere)
3619 M:      Michal Marek <mmarek@suse.cz>
3620 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git for-next
3621 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6.git rc-fixes
3622 L:      linux-kbuild@vger.kernel.org
3623 S:      Maintained
3624 F:      Documentation/kbuild/
3625 F:      Makefile
3626 F:      scripts/Makefile.*
3627 F:      scripts/basic/
3628 F:      scripts/mk*
3629 F:      scripts/package/
3631 KERNEL JANITORS
3632 L:      kernel-janitors@vger.kernel.org
3633 W:      http://kernelnewbies.org/KernelJanitors
3634 S:      Odd Fixes
3636 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3637 M:      "J. Bruce Fields" <bfields@fieldses.org>
3638 M:      Neil Brown <neilb@suse.de>
3639 L:      linux-nfs@vger.kernel.org
3640 W:      http://nfs.sourceforge.net/
3641 S:      Supported
3642 F:      fs/nfsd/
3643 F:      include/linux/nfsd/
3644 F:      fs/lockd/
3645 F:      fs/nfs_common/
3646 F:      net/sunrpc/
3647 F:      include/linux/lockd/
3648 F:      include/linux/sunrpc/
3650 KERNEL VIRTUAL MACHINE (KVM)
3651 M:      Avi Kivity <avi@redhat.com>
3652 M:      Marcelo Tosatti <mtosatti@redhat.com>
3653 L:      kvm@vger.kernel.org
3654 W:      http://kvm.qumranet.com
3655 S:      Supported
3656 F:      Documentation/*/kvm.txt
3657 F:      arch/*/kvm/
3658 F:      arch/*/include/asm/kvm*
3659 F:      include/linux/kvm*
3660 F:      virt/kvm/
3662 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3663 M:      Joerg Roedel <joerg.roedel@amd.com>
3664 L:      kvm@vger.kernel.org
3665 W:      http://kvm.qumranet.com
3666 S:      Supported
3667 F:      arch/x86/include/asm/svm.h
3668 F:      arch/x86/kvm/svm.c
3670 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3671 M:      Alexander Graf <agraf@suse.de>
3672 L:      kvm-ppc@vger.kernel.org
3673 W:      http://kvm.qumranet.com
3674 S:      Supported
3675 F:      arch/powerpc/include/asm/kvm*
3676 F:      arch/powerpc/kvm/
3678 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3679 M:      Xiantao Zhang <xiantao.zhang@intel.com>
3680 L:      kvm-ia64@vger.kernel.org
3681 W:      http://kvm.qumranet.com
3682 S:      Supported
3683 F:      Documentation/ia64/kvm.txt
3684 F:      arch/ia64/include/asm/kvm*
3685 F:      arch/ia64/kvm/
3687 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3688 M:      Carsten Otte <cotte@de.ibm.com>
3689 M:      Christian Borntraeger <borntraeger@de.ibm.com>
3690 M:      linux390@de.ibm.com
3691 L:      linux-s390@vger.kernel.org
3692 W:      http://www.ibm.com/developerworks/linux/linux390/
3693 S:      Supported
3694 F:      Documentation/s390/kvm.txt
3695 F:      arch/s390/include/asm/kvm*
3696 F:      arch/s390/kvm/
3697 F:      drivers/s390/kvm/
3699 KEXEC
3700 M:      Eric Biederman <ebiederm@xmission.com>
3701 W:      http://kernel.org/pub/linux/utils/kernel/kexec/
3702 L:      kexec@lists.infradead.org
3703 S:      Maintained
3704 F:      include/linux/kexec.h
3705 F:      kernel/kexec.c
3707 KEYS/KEYRINGS:
3708 M:      David Howells <dhowells@redhat.com>
3709 L:      keyrings@linux-nfs.org
3710 S:      Maintained
3711 F:      Documentation/keys.txt
3712 F:      include/linux/key.h
3713 F:      include/linux/key-type.h
3714 F:      include/keys/
3715 F:      security/keys/
3717 KEYS-TRUSTED
3718 M:      David Safford <safford@watson.ibm.com>
3719 M:      Mimi Zohar <zohar@us.ibm.com>
3720 L:      linux-security-module@vger.kernel.org
3721 L:      keyrings@linux-nfs.org
3722 S:      Supported
3723 F:      Documentation/keys-trusted-encrypted.txt
3724 F:      include/keys/trusted-type.h
3725 F:      security/keys/trusted.c
3726 F:      security/keys/trusted.h
3728 KEYS-ENCRYPTED
3729 M:      Mimi Zohar <zohar@us.ibm.com>
3730 M:      David Safford <safford@watson.ibm.com>
3731 L:      linux-security-module@vger.kernel.org
3732 L:      keyrings@linux-nfs.org
3733 S:      Supported
3734 F:      Documentation/keys-trusted-encrypted.txt
3735 F:      include/keys/encrypted-type.h
3736 F:      security/keys/encrypted.c
3737 F:      security/keys/encrypted.h
3739 KGDB / KDB /debug_core
3740 M:      Jason Wessel <jason.wessel@windriver.com>
3741 W:      http://kgdb.wiki.kernel.org/
3742 L:      kgdb-bugreport@lists.sourceforge.net
3743 S:      Maintained
3744 F:      Documentation/DocBook/kgdb.tmpl
3745 F:      drivers/misc/kgdbts.c
3746 F:      drivers/tty/serial/kgdboc.c
3747 F:      include/linux/kdb.h
3748 F:      include/linux/kgdb.h
3749 F:      kernel/debug/
3751 KMEMCHECK
3752 M:      Vegard Nossum <vegardno@ifi.uio.no>
3753 M:      Pekka Enberg <penberg@kernel.org>
3754 S:      Maintained
3755 F:      Documentation/kmemcheck.txt
3756 F:      arch/x86/include/asm/kmemcheck.h
3757 F:      arch/x86/mm/kmemcheck/
3758 F:      include/linux/kmemcheck.h
3759 F:      mm/kmemcheck.c
3761 KMEMLEAK
3762 M:      Catalin Marinas <catalin.marinas@arm.com>
3763 S:      Maintained
3764 F:      Documentation/kmemleak.txt
3765 F:      include/linux/kmemleak.h
3766 F:      mm/kmemleak.c
3767 F:      mm/kmemleak-test.c
3769 KPROBES
3770 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3771 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3772 M:      "David S. Miller" <davem@davemloft.net>
3773 M:      Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
3774 S:      Maintained
3775 F:      Documentation/kprobes.txt
3776 F:      include/linux/kprobes.h
3777 F:      kernel/kprobes.c
3779 KS0108 LCD CONTROLLER DRIVER
3780 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3781 W:      http://miguelojeda.es/auxdisplay.htm
3782 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3783 S:      Maintained
3784 F:      Documentation/auxdisplay/ks0108
3785 F:      drivers/auxdisplay/ks0108.c
3786 F:      include/linux/ks0108.h
3788 LAPB module
3789 L:      linux-x25@vger.kernel.org
3790 S:      Orphan
3791 F:      Documentation/networking/lapb-module.txt
3792 F:      include/*/lapb.h
3793 F:      net/lapb/
3795 LASI 53c700 driver for PARISC
3796 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3797 L:      linux-scsi@vger.kernel.org
3798 S:      Maintained
3799 F:      Documentation/scsi/53c700.txt
3800 F:      drivers/scsi/53c700*
3802 LED SUBSYSTEM
3803 M:      Richard Purdie <rpurdie@rpsys.net>
3804 S:      Maintained
3805 F:      drivers/leds/
3806 F:      include/linux/leds.h
3808 LEGO USB Tower driver
3809 M:      Juergen Stuber <starblue@users.sourceforge.net>
3810 L:      legousb-devel@lists.sourceforge.net
3811 W:      http://legousb.sourceforge.net/
3812 S:      Maintained
3813 F:      drivers/usb/misc/legousbtower.c
3815 LGUEST
3816 M:      Rusty Russell <rusty@rustcorp.com.au>
3817 L:      lguest@lists.ozlabs.org
3818 W:      http://lguest.ozlabs.org/
3819 S:      Odd Fixes
3820 F:      Documentation/lguest/
3821 F:      arch/x86/lguest/
3822 F:      drivers/lguest/
3823 F:      include/linux/lguest*.h
3824 F:      arch/x86/include/asm/lguest*.h
3826 LINUX FOR IBM pSERIES (RS/6000)
3827 M:      Paul Mackerras <paulus@au.ibm.com>
3828 W:      http://www.ibm.com/linux/ltc/projects/ppc
3829 S:      Supported
3830 F:      arch/powerpc/boot/rs6000.h
3832 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3833 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3834 M:      Paul Mackerras <paulus@samba.org>
3835 W:      http://www.penguinppc.org/
3836 L:      linuxppc-dev@lists.ozlabs.org
3837 Q:      http://patchwork.ozlabs.org/project/linuxppc-dev/list/
3838 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3839 S:      Supported
3840 F:      Documentation/powerpc/
3841 F:      arch/powerpc/
3843 LINUX FOR POWER MACINTOSH
3844 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3845 W:      http://www.penguinppc.org/
3846 L:      linuxppc-dev@lists.ozlabs.org
3847 S:      Maintained
3848 F:      arch/powerpc/platforms/powermac/
3849 F:      drivers/macintosh/
3851 LINUX FOR POWERPC EMBEDDED MPC5XXX
3852 M:      Grant Likely <grant.likely@secretlab.ca>
3853 L:      linuxppc-dev@lists.ozlabs.org
3854 T:      git git://git.secretlab.ca/git/linux-2.6.git
3855 S:      Maintained
3856 F:      arch/powerpc/platforms/512x/
3857 F:      arch/powerpc/platforms/52xx/
3859 LINUX FOR POWERPC EMBEDDED PPC4XX
3860 M:      Josh Boyer <jwboyer@linux.vnet.ibm.com>
3861 M:      Matt Porter <mporter@kernel.crashing.org>
3862 W:      http://www.penguinppc.org/
3863 L:      linuxppc-dev@lists.ozlabs.org
3864 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3865 S:      Maintained
3866 F:      arch/powerpc/platforms/40x/
3867 F:      arch/powerpc/platforms/44x/
3869 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3870 M:      Grant Likely <grant.likely@secretlab.ca>
3871 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3872 L:      linuxppc-dev@lists.ozlabs.org
3873 T:      git git://git.secretlab.ca/git/linux-2.6.git
3874 S:      Maintained
3875 F:      arch/powerpc/*/*virtex*
3876 F:      arch/powerpc/*/*/*virtex*
3878 LINUX FOR POWERPC EMBEDDED PPC8XX
3879 M:      Vitaly Bordug <vitb@kernel.crashing.org>
3880 M:      Marcelo Tosatti <marcelo@kvack.org>
3881 W:      http://www.penguinppc.org/
3882 L:      linuxppc-dev@lists.ozlabs.org
3883 S:      Maintained
3884 F:      arch/powerpc/platforms/8xx/
3886 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3887 M:      Kumar Gala <galak@kernel.crashing.org>
3888 W:      http://www.penguinppc.org/
3889 L:      linuxppc-dev@lists.ozlabs.org
3890 S:      Maintained
3891 F:      arch/powerpc/platforms/83xx/
3893 LINUX FOR POWERPC PA SEMI PWRFICIENT
3894 M:      Olof Johansson <olof@lixom.net>
3895 L:      linuxppc-dev@lists.ozlabs.org
3896 S:      Maintained
3897 F:      arch/powerpc/platforms/pasemi/
3898 F:      drivers/*/*pasemi*
3899 F:      drivers/*/*/*pasemi*
3901 LINUX SECURITY MODULE (LSM) FRAMEWORK
3902 M:      Chris Wright <chrisw@sous-sol.org>
3903 L:      linux-security-module@vger.kernel.org
3904 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3905 S:      Supported
3907 LLC (802.2)
3908 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3909 S:      Maintained
3910 F:      include/linux/llc.h
3911 F:      include/net/llc*
3912 F:      net/llc/
3914 LIS3LV02D ACCELEROMETER DRIVER
3915 M:      Eric Piel <eric.piel@tremplin-utc.net>
3916 S:      Maintained
3917 F:      Documentation/hwmon/lis3lv02d
3918 F:      drivers/hwmon/lis3lv02d.*
3920 LM73 HARDWARE MONITOR DRIVER
3921 M:      Guillaume Ligneul <guillaume.ligneul@gmail.com>
3922 L:      lm-sensors@lm-sensors.org
3923 S:      Maintained
3924 F:      drivers/hwmon/lm73.c
3926 LM83 HARDWARE MONITOR DRIVER
3927 M:      Jean Delvare <khali@linux-fr.org>
3928 L:      lm-sensors@lm-sensors.org
3929 S:      Maintained
3930 F:      Documentation/hwmon/lm83
3931 F:      drivers/hwmon/lm83.c
3933 LM90 HARDWARE MONITOR DRIVER
3934 M:      Jean Delvare <khali@linux-fr.org>
3935 L:      lm-sensors@lm-sensors.org
3936 S:      Maintained
3937 F:      Documentation/hwmon/lm90
3938 F:      drivers/hwmon/lm90.c
3940 LOCKDEP AND LOCKSTAT
3941 M:      Peter Zijlstra <peterz@infradead.org>
3942 M:      Ingo Molnar <mingo@redhat.com>
3943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3944 S:      Maintained
3945 F:      Documentation/lockdep*.txt
3946 F:      Documentation/lockstat.txt
3947 F:      include/linux/lockdep.h
3948 F:      kernel/lockdep*
3950 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3951 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
3952 L:      linux-ntfs-dev@lists.sourceforge.net
3953 W:      http://www.linux-ntfs.org/content/view/19/37/
3954 S:      Maintained
3955 F:      Documentation/ldm.txt
3956 F:      fs/partitions/ldm.*
3958 LogFS
3959 M:      Joern Engel <joern@logfs.org>
3960 L:      logfs@logfs.org
3961 W:      logfs.org
3962 S:      Maintained
3963 F:      fs/logfs/
3965 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3966 M:      Eric Moore <Eric.Moore@lsi.com>
3967 M:      support@lsi.com
3968 L:      DL-MPTFusionLinux@lsi.com
3969 L:      linux-scsi@vger.kernel.org
3970 W:      http://www.lsilogic.com/support
3971 S:      Supported
3972 F:      drivers/message/fusion/
3974 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3975 M:      Matthew Wilcox <matthew@wil.cx>
3976 L:      linux-scsi@vger.kernel.org
3977 S:      Maintained
3978 F:      drivers/scsi/sym53c8xx_2/
3980 LTC4261 HARDWARE MONITOR DRIVER
3981 M:      Guenter Roeck <linux@roeck-us.net>
3982 L:      lm-sensors@lm-sensors.org
3983 S:      Maintained
3984 F:      Documentation/hwmon/ltc4261
3985 F:      drivers/hwmon/ltc4261.c
3987 LTP (Linux Test Project)
3988 M:      Rishikesh K Rajak <risrajak@linux.vnet.ibm.com>
3989 M:      Garrett Cooper <yanegomi@gmail.com>
3990 M:      Mike Frysinger <vapier@gentoo.org>
3991 M:      Subrata Modak <subrata@linux.vnet.ibm.com>
3992 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3993 W:      http://ltp.sourceforge.net/
3994 T:      git git://ltp.git.sourceforge.net/gitroot/ltp/ltp-dev
3995 S:      Maintained
3997 M32R ARCHITECTURE
3998 M:      Hirokazu Takata <takata@linux-m32r.org>
3999 L:      linux-m32r@ml.linux-m32r.org
4000 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
4001 W:      http://www.linux-m32r.org/
4002 S:      Maintained
4003 F:      arch/m32r/
4005 M68K ARCHITECTURE
4006 M:      Geert Uytterhoeven <geert@linux-m68k.org>
4007 M:      Roman Zippel <zippel@linux-m68k.org>
4008 L:      linux-m68k@lists.linux-m68k.org
4009 W:      http://www.linux-m68k.org/
4010 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
4011 S:      Maintained
4012 F:      arch/m68k/
4013 F:      drivers/zorro/
4015 M68K ON APPLE MACINTOSH
4016 M:      Joshua Thompson <funaho@jurai.org>
4017 W:      http://www.mac.linux-m68k.org/
4018 L:      linux-m68k@lists.linux-m68k.org
4019 S:      Maintained
4020 F:      arch/m68k/mac/
4022 M68K ON HP9000/300
4023 M:      Philip Blundell <philb@gnu.org>
4024 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
4025 S:      Maintained
4026 F:      arch/m68k/hp300/
4028 MAC80211
4029 M:      Johannes Berg <johannes@sipsolutions.net>
4030 L:      linux-wireless@vger.kernel.org
4031 W:      http://linuxwireless.org/
4032 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4033 S:      Maintained
4034 F:      Documentation/networking/mac80211-injection.txt
4035 F:      include/net/mac80211.h
4036 F:      net/mac80211/
4038 MAC80211 PID RATE CONTROL
4039 M:      Stefano Brivio <stefano.brivio@polimi.it>
4040 M:      Mattias Nissler <mattias.nissler@gmx.de>
4041 L:      linux-wireless@vger.kernel.org
4042 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
4043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4044 S:      Maintained
4045 F:      net/mac80211/rc80211_pid*
4047 MACVLAN DRIVER
4048 M:      Patrick McHardy <kaber@trash.net>
4049 L:      netdev@vger.kernel.org
4050 S:      Maintained
4051 F:      drivers/net/macvlan.c
4052 F:      include/linux/if_macvlan.h
4054 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
4055 M:      Michael Kerrisk <mtk.manpages@gmail.com>
4056 W:      http://www.kernel.org/doc/man-pages
4057 L:      linux-man@vger.kernel.org
4058 S:      Maintained
4060 MARVELL LIBERTAS WIRELESS DRIVER
4061 M:      Dan Williams <dcbw@redhat.com>
4062 L:      libertas-dev@lists.infradead.org
4063 S:      Maintained
4064 F:      drivers/net/wireless/libertas/
4066 MARVELL MV643XX ETHERNET DRIVER
4067 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4068 L:      netdev@vger.kernel.org
4069 S:      Maintained
4070 F:      drivers/net/mv643xx_eth.*
4071 F:      include/linux/mv643xx.h
4073 MARVELL MWL8K WIRELESS DRIVER
4074 M:      Lennert Buytenhek <buytenh@wantstofly.org>
4075 L:      linux-wireless@vger.kernel.org
4076 S:      Odd Fixes
4077 F:      drivers/net/wireless/mwl8k.c
4079 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
4080 M:      Nicolas Pitre <nico@fluxnic.net>
4081 S:      Odd Fixes
4082 F:      drivers/mmc/host/mvsdio.*
4084 MARVELL YUKON / SYSKONNECT DRIVER
4085 M:      Mirko Lindner <mlindner@syskonnect.de>
4086 M:      Ralph Roesler <rroesler@syskonnect.de>
4087 W:      http://www.syskonnect.com
4088 S:      Supported
4090 MATROX FRAMEBUFFER DRIVER
4091 L:      linux-fbdev@vger.kernel.org
4092 S:      Orphan
4093 F:      drivers/video/matrox/matroxfb_*
4094 F:      include/linux/matroxfb.h
4096 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
4097 M:      "Hans J. Koch" <hjk@linutronix.de>
4098 L:      lm-sensors@lm-sensors.org
4099 S:      Maintained
4100 F:      Documentation/hwmon/max6650
4101 F:      drivers/hwmon/max6650.c
4103 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
4104 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
4105 P:      LinuxTV.org Project
4106 L:      linux-media@vger.kernel.org
4107 W:      http://linuxtv.org
4108 Q:      http://patchwork.kernel.org/project/linux-media/list/
4109 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4110 S:      Maintained
4111 F:      Documentation/dvb/
4112 F:      Documentation/video4linux/
4113 F:      drivers/media/
4114 F:      include/media/
4115 F:      include/linux/dvb/
4116 F:      include/linux/videodev*.h
4118 MEGARAID SCSI DRIVERS
4119 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
4120 L:      linux-scsi@vger.kernel.org
4121 W:      http://megaraid.lsilogic.com
4122 S:      Maintained
4123 F:      Documentation/scsi/megaraid.txt
4124 F:      drivers/scsi/megaraid.*
4125 F:      drivers/scsi/megaraid/
4127 MEMORY MANAGEMENT
4128 L:      linux-mm@kvack.org
4129 W:      http://www.linux-mm.org
4130 S:      Maintained
4131 F:      include/linux/mm.h
4132 F:      mm/
4134 MEMORY RESOURCE CONTROLLER
4135 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
4136 M:      Daisuke Nishimura <nishimura@mxp.nes.nec.co.jp>
4137 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
4138 L:      linux-mm@kvack.org
4139 S:      Maintained
4140 F:      mm/memcontrol.c
4142 MEMORY TECHNOLOGY DEVICES (MTD)
4143 M:      David Woodhouse <dwmw2@infradead.org>
4144 L:      linux-mtd@lists.infradead.org
4145 W:      http://www.linux-mtd.infradead.org/
4146 Q:      http://patchwork.ozlabs.org/project/linux-mtd/list/
4147 T:      git git://git.infradead.org/mtd-2.6.git
4148 S:      Maintained
4149 F:      drivers/mtd/
4150 F:      include/linux/mtd/
4151 F:      include/mtd/
4153 MICROBLAZE ARCHITECTURE
4154 M:      Michal Simek <monstr@monstr.eu>
4155 L:      microblaze-uclinux@itee.uq.edu.au
4156 W:      http://www.monstr.eu/fdt/
4157 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
4158 S:      Supported
4159 F:      arch/microblaze/
4161 MICROTEK X6 SCANNER
4162 M:      Oliver Neukum <oliver@neukum.name>
4163 S:      Maintained
4164 F:      drivers/usb/image/microtek.*
4166 MIPS
4167 M:      Ralf Baechle <ralf@linux-mips.org>
4168 W:      http://www.linux-mips.org/
4169 L:      linux-mips@linux-mips.org
4170 T:      git git://git.linux-mips.org/pub/scm/linux.git
4171 S:      Supported
4172 F:      Documentation/mips/
4173 F:      arch/mips/
4175 MISCELLANEOUS MCA-SUPPORT
4176 M:      James Bottomley <James.Bottomley@HansenPartnership.com>
4177 S:      Maintained
4178 F:      Documentation/ia64/mca.txt
4179 F:      Documentation/mca.txt
4180 F:      drivers/mca/
4181 F:      include/linux/mca*
4183 MODULE SUPPORT
4184 M:      Rusty Russell <rusty@rustcorp.com.au>
4185 S:      Maintained
4186 F:      include/linux/module.h
4187 F:      kernel/module.c
4189 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
4190 W:      http://popies.net/meye/
4191 S:      Orphan
4192 F:      Documentation/video4linux/meye.txt
4193 F:      drivers/media/video/meye.*
4194 F:      include/linux/meye.h
4196 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
4197 M:      Pavel Pisa <ppisa@pikron.com>
4198 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4199 S:      Maintained
4200 F:      drivers/mmc/host/imxmmc.*
4202 MOUSE AND MISC DEVICES [GENERAL]
4203 M:      Alessandro Rubini <rubini@ipvvis.unipv.it>
4204 S:      Maintained
4205 F:      drivers/input/mouse/
4206 F:      include/linux/gpio_mouse.h
4208 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
4209 M:      Jiri Slaby <jirislaby@gmail.com>
4210 S:      Maintained
4211 F:      Documentation/serial/moxa-smartio
4212 F:      drivers/char/mxser.*
4214 MSI LAPTOP SUPPORT
4215 M:      Lee, Chun-Yi <jlee@novell.com>
4216 L:      platform-driver-x86@vger.kernel.org
4217 S:      Maintained
4218 F:      drivers/platform/x86/msi-laptop.c
4220 MSI WMI SUPPORT
4221 M:      Anisse Astier <anisse@astier.eu>
4222 L:      platform-driver-x86@vger.kernel.org
4223 S:      Supported
4224 F:      drivers/platform/x86/msi-wmi.c
4226 MULTIFUNCTION DEVICES (MFD)
4227 M:      Samuel Ortiz <sameo@linux.intel.com>
4228 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
4229 S:      Supported
4230 F:      drivers/mfd/
4232 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
4233 M:      Chris Ball <cjb@laptop.org>
4234 L:      linux-mmc@vger.kernel.org
4235 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
4236 S:      Maintained
4237 F:      drivers/mmc/
4238 F:      include/linux/mmc/
4240 MULTIMEDIA CARD (MMC) ETC. OVER SPI
4241 M:      David Brownell <dbrownell@users.sourceforge.net>
4242 S:      Odd Fixes
4243 F:      drivers/mmc/host/mmc_spi.c
4244 F:      include/linux/spi/mmc_spi.h
4246 MULTISOUND SOUND DRIVER
4247 M:      Andrew Veliath <andrewtv@usa.net>
4248 S:      Maintained
4249 F:      Documentation/sound/oss/MultiSound
4250 F:      sound/oss/msnd*
4252 MULTITECH MULTIPORT CARD (ISICOM)
4253 S:      Orphan
4254 F:      drivers/char/isicom.c
4255 F:      include/linux/isicom.h
4257 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
4258 M:      Felipe Balbi <balbi@ti.com>
4259 L:      linux-usb@vger.kernel.org
4260 T:      git git://gitorious.org/usb/usb.git
4261 S:      Maintained
4262 F:      drivers/usb/musb/
4264 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
4265 M:      Andrew Gallatin <gallatin@myri.com>
4266 M:      Brice Goglin <brice@myri.com>
4267 L:      netdev@vger.kernel.org
4268 W:      http://www.myri.com/scs/download-Myri10GE.html
4269 S:      Supported
4270 F:      drivers/net/myri10ge/
4272 NATSEMI ETHERNET DRIVER (DP8381x)
4273 M:      Tim Hockin <thockin@hockin.org>
4274 S:      Maintained
4275 F:      drivers/net/natsemi.c
4277 NCP FILESYSTEM
4278 M:      Petr Vandrovec <petr@vandrovec.name>
4279 S:      Odd Fixes
4280 F:      fs/ncpfs/
4282 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
4283 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
4284 L:      linux-scsi@vger.kernel.org
4285 S:      Maintained
4286 F:      drivers/scsi/NCR_D700.*
4288 NETEFFECT IWARP RNIC DRIVER (IW_NES)
4289 M:      Faisal Latif <faisal.latif@intel.com>
4290 L:      linux-rdma@vger.kernel.org
4291 W:      http://www.intel.com/Products/Server/Adapters/Server-Cluster/Server-Cluster-overview.htm
4292 S:      Supported
4293 F:      drivers/infiniband/hw/nes/
4295 NETEM NETWORK EMULATOR
4296 M:      Stephen Hemminger <shemminger@linux-foundation.org>
4297 L:      netem@lists.linux-foundation.org
4298 S:      Maintained
4299 F:      net/sched/sch_netem.c
4301 NETERION 10GbE DRIVERS (s2io/vxge)
4302 M:      Jon Mason <jdmason@kudzu.us>
4303 L:      netdev@vger.kernel.org
4304 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
4305 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
4306 S:      Supported
4307 F:      Documentation/networking/s2io.txt
4308 F:      drivers/net/s2io*
4309 F:      Documentation/networking/vxge.txt
4310 F:      drivers/net/vxge/
4312 NETFILTER/IPTABLES/IPCHAINS
4313 P:      Rusty Russell
4314 P:      Marc Boucher
4315 P:      James Morris
4316 P:      Harald Welte
4317 P:      Jozsef Kadlecsik
4318 M:      Patrick McHardy <kaber@trash.net>
4319 L:      netfilter-devel@vger.kernel.org
4320 L:      netfilter@vger.kernel.org
4321 L:      coreteam@netfilter.org
4322 W:      http://www.netfilter.org/
4323 W:      http://www.iptables.org/
4324 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
4325 S:      Supported
4326 F:      include/linux/netfilter*
4327 F:      include/linux/netfilter/
4328 F:      include/net/netfilter/
4329 F:      net/*/netfilter.c
4330 F:      net/*/netfilter/
4331 F:      net/netfilter/
4333 NETLABEL
4334 M:      Paul Moore <paul.moore@hp.com>
4335 W:      http://netlabel.sf.net
4336 L:      netdev@vger.kernel.org
4337 S:      Supported
4338 F:      Documentation/netlabel/
4339 F:      include/net/netlabel.h
4340 F:      net/netlabel/
4342 NETROM NETWORK LAYER
4343 M:      Ralf Baechle <ralf@linux-mips.org>
4344 L:      linux-hams@vger.kernel.org
4345 W:      http://www.linux-ax25.org/
4346 S:      Maintained
4347 F:      include/linux/netrom.h
4348 F:      include/net/netrom.h
4349 F:      net/netrom/
4351 NETWORK BLOCK DEVICE (NBD)
4352 M:      Paul Clements <Paul.Clements@steeleye.com>
4353 S:      Maintained
4354 F:      Documentation/blockdev/nbd.txt
4355 F:      drivers/block/nbd.c
4356 F:      include/linux/nbd.h
4358 NETWORK DROP MONITOR
4359 M:      Neil Horman <nhorman@tuxdriver.com>
4360 L:      netdev@vger.kernel.org
4361 S:      Maintained
4362 W:      https://fedorahosted.org/dropwatch/
4363 F:      net/core/drop_monitor.c
4365 NETWORKING [GENERAL]
4366 M:      "David S. Miller" <davem@davemloft.net>
4367 L:      netdev@vger.kernel.org
4368 W:      http://www.linuxfoundation.org/en/Net
4369 W:      http://patchwork.ozlabs.org/project/netdev/list/
4370 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4371 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4372 S:      Maintained
4373 F:      net/
4374 F:      include/net/
4375 F:      include/linux/in.h
4376 F:      include/linux/net.h
4377 F:      include/linux/netdevice.h
4379 NETWORKING [IPv4/IPv6]
4380 M:      "David S. Miller" <davem@davemloft.net>
4381 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
4382 M:      "Pekka Savola (ipv6)" <pekkas@netcore.fi>
4383 M:      James Morris <jmorris@namei.org>
4384 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
4385 M:      Patrick McHardy <kaber@trash.net>
4386 L:      netdev@vger.kernel.org
4387 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4388 S:      Maintained
4389 F:      net/ipv4/
4390 F:      net/ipv6/
4391 F:      include/net/ip*
4393 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
4394 M:      Paul Moore <paul.moore@hp.com>
4395 L:      netdev@vger.kernel.org
4396 S:      Maintained
4398 NETWORKING [WIRELESS]
4399 M:      "John W. Linville" <linville@tuxdriver.com>
4400 L:      linux-wireless@vger.kernel.org
4401 Q:      http://patchwork.kernel.org/project/linux-wireless/list/
4402 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
4403 S:      Maintained
4404 F:      net/mac80211/
4405 F:      net/rfkill/
4406 F:      net/wireless/
4407 F:      include/net/ieee80211*
4408 F:      include/linux/wireless.h
4409 F:      include/net/iw_handler.h
4410 F:      drivers/net/wireless/
4412 NETWORKING DRIVERS
4413 L:      netdev@vger.kernel.org
4414 W:      http://www.linuxfoundation.org/en/Net
4415 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
4416 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
4417 S:      Odd Fixes
4418 F:      drivers/net/
4419 F:      include/linux/if_*
4420 F:      include/linux/*device.h
4422 NETXEN (1/10) GbE SUPPORT
4423 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
4424 L:      netdev@vger.kernel.org
4425 W:      http://www.qlogic.com
4426 S:      Supported
4427 F:      drivers/net/netxen/
4429 NFS, SUNRPC, AND LOCKD CLIENTS
4430 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
4431 L:      linux-nfs@vger.kernel.org
4432 W:      http://client.linux-nfs.org
4433 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
4434 S:      Maintained
4435 F:      fs/lockd/
4436 F:      fs/nfs/
4437 F:      fs/nfs_common/
4438 F:      net/sunrpc/
4439 F:      include/linux/lockd/
4440 F:      include/linux/nfs*
4441 F:      include/linux/sunrpc/
4443 NI5010 NETWORK DRIVER
4444 M:      Jan-Pascal van Best <janpascal@vanbest.org>
4445 M:      Andreas Mohr <andi@lisas.de>
4446 L:      netdev@vger.kernel.org
4447 S:      Maintained
4448 F:      drivers/net/ni5010.*
4450 NILFS2 FILESYSTEM
4451 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
4452 L:      linux-nilfs@vger.kernel.org
4453 W:      http://www.nilfs.org/en/
4454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2.git
4455 S:      Supported
4456 F:      Documentation/filesystems/nilfs2.txt
4457 F:      fs/nilfs2/
4458 F:      include/linux/nilfs2_fs.h
4460 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
4461 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4462 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4463 S:      Maintained
4464 F:      Documentation/scsi/NinjaSCSI.txt
4465 F:      drivers/scsi/pcmcia/nsp_*
4467 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
4468 M:      GOTO Masanori <gotom@debian.or.jp>
4469 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
4470 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
4471 S:      Maintained
4472 F:      Documentation/scsi/NinjaSCSI.txt
4473 F:      drivers/scsi/nsp32*
4475 NTFS FILESYSTEM
4476 M:      Anton Altaparmakov <anton@tuxera.com>
4477 L:      linux-ntfs-dev@lists.sourceforge.net
4478 W:      http://www.tuxera.com/
4479 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
4480 S:      Supported
4481 F:      Documentation/filesystems/ntfs.txt
4482 F:      fs/ntfs/
4484 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
4485 M:      Antonino Daplas <adaplas@gmail.com>
4486 L:      linux-fbdev@vger.kernel.org
4487 S:      Maintained
4488 F:      drivers/video/riva/
4489 F:      drivers/video/nvidia/
4491 OMAP SUPPORT
4492 M:      Tony Lindgren <tony@atomide.com>
4493 L:      linux-omap@vger.kernel.org
4494 W:      http://www.muru.com/linux/omap/
4495 W:      http://linux.omap.com/
4496 Q:      http://patchwork.kernel.org/project/linux-omap/list/
4497 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
4498 S:      Maintained
4499 F:      arch/arm/*omap*/
4501 OMAP CLOCK FRAMEWORK SUPPORT
4502 M:      Paul Walmsley <paul@pwsan.com>
4503 L:      linux-omap@vger.kernel.org
4504 S:      Maintained
4505 F:      arch/arm/*omap*/*clock*
4507 OMAP POWER MANAGEMENT SUPPORT
4508 M:      Kevin Hilman <khilman@deeprootsystems.com>
4509 L:      linux-omap@vger.kernel.org
4510 S:      Maintained
4511 F:      arch/arm/*omap*/*pm*
4513 OMAP AUDIO SUPPORT
4514 M:      Jarkko Nikula <jhnikula@gmail.com>
4515 L:      alsa-devel@alsa-project.org (subscribers-only)
4516 L:      linux-omap@vger.kernel.org
4517 S:      Maintained
4518 F:      sound/soc/omap/
4520 OMAP FRAMEBUFFER SUPPORT
4521 M:      Tomi Valkeinen <tomi.valkeinen@nokia.com>
4522 L:      linux-fbdev@vger.kernel.org
4523 L:      linux-omap@vger.kernel.org
4524 S:      Maintained
4525 F:      drivers/video/omap/
4527 OMAP DISPLAY SUBSYSTEM and FRAMEBUFFER SUPPORT (DSS2)
4528 M:      Tomi Valkeinen <tomi.valkeinen@nokia.com>
4529 L:      linux-omap@vger.kernel.org
4530 L:      linux-fbdev@vger.kernel.org
4531 S:      Maintained
4532 F:      drivers/video/omap2/
4533 F:      Documentation/arm/OMAP/DSS
4535 OMAP MMC SUPPORT
4536 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
4537 L:      linux-omap@vger.kernel.org
4538 S:      Maintained
4539 F:      drivers/mmc/host/omap.c
4541 OMAP HS MMC SUPPORT
4542 M:      Madhusudhan Chikkature <madhu.cr@ti.com>
4543 L:      linux-omap@vger.kernel.org
4544 S:      Maintained
4545 F:      drivers/mmc/host/omap_hsmmc.c
4547 OMAP RANDOM NUMBER GENERATOR SUPPORT
4548 M:      Deepak Saxena <dsaxena@plexity.net>
4549 S:      Maintained
4550 F:      drivers/char/hw_random/omap-rng.c
4552 OMAP HWMOD SUPPORT
4553 M:      Benoît Cousson <b-cousson@ti.com>
4554 M:      Paul Walmsley <paul@pwsan.com>
4555 L:      linux-omap@vger.kernel.org
4556 S:      Maintained
4557 F:      arch/arm/mach-omap2/omap_hwmod.c
4558 F:      arch/arm/plat-omap/include/plat/omap_hwmod.h
4560 OMAP HWMOD DATA FOR OMAP4-BASED DEVICES
4561 M:      Benoît Cousson <b-cousson@ti.com>
4562 L:      linux-omap@vger.kernel.org
4563 S:      Maintained
4564 F:      arch/arm/mach-omap2/omap_hwmod_44xx_data.c
4566 OMAP USB SUPPORT
4567 M:      Felipe Balbi <balbi@ti.com>
4568 M:      David Brownell <dbrownell@users.sourceforge.net>
4569 L:      linux-usb@vger.kernel.org
4570 L:      linux-omap@vger.kernel.org
4571 S:      Maintained
4572 F:      drivers/usb/*/*omap*
4573 F:      arch/arm/*omap*/usb*
4575 OMFS FILESYSTEM
4576 M:      Bob Copeland <me@bobcopeland.com>
4577 L:      linux-karma-devel@lists.sourceforge.net
4578 S:      Maintained
4579 F:      Documentation/filesystems/omfs.txt
4580 F:      fs/omfs/
4582 OMNIKEY CARDMAN 4000 DRIVER
4583 M:      Harald Welte <laforge@gnumonks.org>
4584 S:      Maintained
4585 F:      drivers/char/pcmcia/cm4000_cs.c
4586 F:      include/linux/cm4000_cs.h
4588 OMNIKEY CARDMAN 4040 DRIVER
4589 M:      Harald Welte <laforge@gnumonks.org>
4590 S:      Maintained
4591 F:      drivers/char/pcmcia/cm4040_cs.*
4593 OMNIVISION OV7670 SENSOR DRIVER
4594 M:      Jonathan Corbet <corbet@lwn.net>
4595 L:      linux-media@vger.kernel.org
4596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4597 S:      Maintained
4598 F:      drivers/media/video/ov7670.c
4600 ONENAND FLASH DRIVER
4601 M:      Kyungmin Park <kyungmin.park@samsung.com>
4602 L:      linux-mtd@lists.infradead.org
4603 S:      Maintained
4604 F:      drivers/mtd/onenand/
4605 F:      include/linux/mtd/onenand*.h
4607 ONSTREAM SCSI TAPE DRIVER
4608 M:      Willem Riede <osst@riede.org>
4609 L:      osst-users@lists.sourceforge.net
4610 L:      linux-scsi@vger.kernel.org
4611 S:      Maintained
4612 F:      drivers/scsi/osst*
4613 F:      drivers/scsi/st*
4615 OPENCORES I2C BUS DRIVER
4616 M:      Peter Korsgaard <jacmet@sunsite.dk>
4617 L:      linux-i2c@vger.kernel.org
4618 S:      Maintained
4619 F:      Documentation/i2c/busses/i2c-ocores
4620 F:      drivers/i2c/busses/i2c-ocores.c
4622 OPEN FIRMWARE AND FLATTENED DEVICE TREE
4623 M:      Grant Likely <grant.likely@secretlab.ca>
4624 L:      devicetree-discuss@lists.ozlabs.org (moderated for non-subscribers)
4625 W:      http://fdt.secretlab.ca
4626 T:      git git://git.secretlab.ca/git/linux-2.6.git
4627 S:      Maintained
4628 F:      drivers/of
4629 F:      include/linux/of*.h
4630 K:      of_get_property
4632 OPL4 DRIVER
4633 M:      Clemens Ladisch <clemens@ladisch.de>
4634 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4635 T:      git git://git.alsa-project.org/alsa-kernel.git
4636 S:      Maintained
4637 F:      sound/drivers/opl4/
4639 OPROFILE
4640 M:      Robert Richter <robert.richter@amd.com>
4641 L:      oprofile-list@lists.sf.net
4642 S:      Maintained
4643 F:      arch/*/include/asm/oprofile*.h
4644 F:      arch/*/oprofile/
4645 F:      drivers/oprofile/
4646 F:      include/linux/oprofile.h
4648 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
4649 M:      Mark Fasheh <mfasheh@suse.com>
4650 M:      Joel Becker <jlbec@evilplan.org>
4651 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
4652 W:      http://oss.oracle.com/projects/ocfs2/
4653 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
4654 S:      Supported
4655 F:      Documentation/filesystems/ocfs2.txt
4656 F:      Documentation/filesystems/dlmfs.txt
4657 F:      fs/ocfs2/
4659 ORINOCO DRIVER
4660 L:      linux-wireless@vger.kernel.org
4661 L:      orinoco-users@lists.sourceforge.net
4662 L:      orinoco-devel@lists.sourceforge.net
4663 W:      http://linuxwireless.org/en/users/Drivers/orinoco
4664 W:      http://www.nongnu.org/orinoco/
4665 S:      Orphan
4666 F:      drivers/net/wireless/orinoco/
4668 OSD LIBRARY and FILESYSTEM
4669 M:      Boaz Harrosh <bharrosh@panasas.com>
4670 M:      Benny Halevy <bhalevy@panasas.com>
4671 L:      osd-dev@open-osd.org
4672 W:      http://open-osd.org
4673 T:      git git://git.open-osd.org/open-osd.git
4674 S:      Maintained
4675 F:      drivers/scsi/osd/
4676 F:      include/scsi/osd_*
4677 F:      fs/exofs/
4679 P54 WIRELESS DRIVER
4680 M:      Christian Lamparter <chunkeey@googlemail.com>
4681 L:      linux-wireless@vger.kernel.org
4682 W:      http://wireless.kernel.org/en/users/Drivers/p54
4683 S:      Maintained
4684 F:      drivers/net/wireless/p54/
4686 PA SEMI ETHERNET DRIVER
4687 M:      Olof Johansson <olof@lixom.net>
4688 L:      netdev@vger.kernel.org
4689 S:      Maintained
4690 F:      drivers/net/pasemi_mac.*
4692 PA SEMI SMBUS DRIVER
4693 M:      Olof Johansson <olof@lixom.net>
4694 L:      linux-i2c@vger.kernel.org
4695 S:      Maintained
4696 F:      drivers/i2c/busses/i2c-pasemi.c
4698 PADATA PARALLEL EXECUTION MECHANISM
4699 M:      Steffen Klassert <steffen.klassert@secunet.com>
4700 L:      linux-kernel@vger.kernel.org
4701 L:      linux-crypto@vger.kernel.org
4702 S:      Maintained
4703 F:      kernel/padata.c
4704 F:      include/linux/padata.h
4705 F:      Documentation/padata.txt
4707 PANASONIC LAPTOP ACPI EXTRAS DRIVER
4708 M:      Harald Welte <laforge@gnumonks.org>
4709 L:      platform-driver-x86@vger.kernel.org
4710 S:      Maintained
4711 F:      drivers/platform/x86/panasonic-laptop.c
4713 PANASONIC MN10300/AM33/AM34 PORT
4714 M:      David Howells <dhowells@redhat.com>
4715 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
4716 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
4717 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
4718 S:      Maintained
4719 F:      Documentation/mn10300/
4720 F:      arch/mn10300/
4722 PARALLEL PORT SUPPORT
4723 L:      linux-parport@lists.infradead.org (subscribers-only)
4724 S:      Orphan
4725 F:      drivers/parport/
4726 F:      include/linux/parport*.h
4727 F:      drivers/char/ppdev.c
4728 F:      include/linux/ppdev.h
4730 PARAVIRT_OPS INTERFACE
4731 M:      Jeremy Fitzhardinge <jeremy@xensource.com>
4732 M:      Chris Wright <chrisw@sous-sol.org>
4733 M:      Alok Kataria <akataria@vmware.com>
4734 M:      Rusty Russell <rusty@rustcorp.com.au>
4735 L:      virtualization@lists.linux-foundation.org
4736 S:      Supported
4737 F:      Documentation/ia64/paravirt_ops.txt
4738 F:      arch/*/kernel/paravirt*
4739 F:      arch/*/include/asm/paravirt.h
4741 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4742 M:      Tim Waugh <tim@cyberelk.net>
4743 L:      linux-parport@lists.infradead.org (subscribers-only)
4744 W:      http://www.torque.net/linux-pp.html
4745 S:      Maintained
4746 F:      Documentation/blockdev/paride.txt
4747 F:      drivers/block/paride/
4749 PARISC ARCHITECTURE
4750 M:      Kyle McMartin <kyle@mcmartin.ca>
4751 M:      Helge Deller <deller@gmx.de>
4752 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
4753 L:      linux-parisc@vger.kernel.org
4754 W:      http://www.parisc-linux.org/
4755 Q:      http://patchwork.kernel.org/project/linux-parisc/list/
4756 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4757 S:      Maintained
4758 F:      arch/parisc/
4759 F:      drivers/parisc/
4761 PC87360 HARDWARE MONITORING DRIVER
4762 M:      Jim Cromie <jim.cromie@gmail.com>
4763 L:      lm-sensors@lm-sensors.org
4764 S:      Maintained
4765 F:      Documentation/hwmon/pc87360
4766 F:      drivers/hwmon/pc87360.c
4768 PC8736x GPIO DRIVER
4769 M:      Jim Cromie <jim.cromie@gmail.com>
4770 S:      Maintained
4771 F:      drivers/char/pc8736x_gpio.c
4773 PC87427 HARDWARE MONITORING DRIVER
4774 M:      Jean Delvare <khali@linux-fr.org>
4775 L:      lm-sensors@lm-sensors.org
4776 S:      Maintained
4777 F:      Documentation/hwmon/pc87427
4778 F:      drivers/hwmon/pc87427.c
4780 PCA9532 LED DRIVER
4781 M:      Riku Voipio <riku.voipio@iki.fi>
4782 S:      Maintained
4783 F:      drivers/leds/leds-pca9532.c
4784 F:      include/linux/leds-pca9532.h
4786 PCA9541 I2C BUS MASTER SELECTOR DRIVER
4787 M:      Guenter Roeck <guenter.roeck@ericsson.com>
4788 L:      linux-i2c@vger.kernel.org
4789 S:      Maintained
4790 F:      drivers/i2c/muxes/pca9541.c
4792 PCA9564/PCA9665 I2C BUS DRIVER
4793 M:      Wolfram Sang <w.sang@pengutronix.de>
4794 L:      linux-i2c@vger.kernel.org
4795 S:      Maintained
4796 F:      drivers/i2c/algos/i2c-algo-pca.c
4797 F:      drivers/i2c/busses/i2c-pca-*
4798 F:      include/linux/i2c-algo-pca.h
4799 F:      include/linux/i2c-pca-platform.h
4801 PCI ERROR RECOVERY
4802 M:      Linas Vepstas <linas@austin.ibm.com>
4803 L:      linux-pci@vger.kernel.org
4804 S:      Supported
4805 F:      Documentation/PCI/pci-error-recovery.txt
4806 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4808 PCI SUBSYSTEM
4809 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4810 L:      linux-pci@vger.kernel.org
4811 Q:      http://patchwork.kernel.org/project/linux-pci/list/
4812 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4813 S:      Supported
4814 F:      Documentation/PCI/
4815 F:      drivers/pci/
4816 F:      include/linux/pci*
4818 PCI HOTPLUG
4819 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4820 L:      linux-pci@vger.kernel.org
4821 S:      Supported
4822 F:      drivers/pci/hotplug
4824 PCMCIA SUBSYSTEM
4825 P:      Linux PCMCIA Team
4826 L:      linux-pcmcia@lists.infradead.org
4827 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4828 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4829 S:      Maintained
4830 F:      Documentation/pcmcia/
4831 F:      drivers/pcmcia/
4832 F:      include/pcmcia/
4834 PCNET32 NETWORK DRIVER
4835 M:      Don Fry <pcnet32@frontier.com>
4836 L:      netdev@vger.kernel.org
4837 S:      Maintained
4838 F:      drivers/net/pcnet32.c
4840 PCRYPT PARALLEL CRYPTO ENGINE
4841 M:      Steffen Klassert <steffen.klassert@secunet.com>
4842 L:      linux-crypto@vger.kernel.org
4843 S:      Maintained
4844 F:      crypto/pcrypt.c
4845 F:      include/crypto/pcrypt.h
4847 PER-CPU MEMORY ALLOCATOR
4848 M:      Tejun Heo <tj@kernel.org>
4849 M:      Christoph Lameter <cl@linux-foundation.org>
4850 L:      linux-kernel@vger.kernel.org
4851 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
4852 S:      Maintained
4853 F:      include/linux/percpu*.h
4854 F:      mm/percpu*.c
4855 F:      arch/*/include/asm/percpu.h
4857 PER-TASK DELAY ACCOUNTING
4858 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
4859 S:      Maintained
4860 F:      include/linux/delayacct.h
4861 F:      kernel/delayacct.c
4863 PERFORMANCE EVENTS SUBSYSTEM
4864 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
4865 M:      Paul Mackerras <paulus@samba.org>
4866 M:      Ingo Molnar <mingo@elte.hu>
4867 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
4868 S:      Supported
4869 F:      kernel/perf_event*.c
4870 F:      include/linux/perf_event.h
4871 F:      arch/*/kernel/perf_event*.c
4872 F:      arch/*/kernel/*/perf_event*.c
4873 F:      arch/*/kernel/*/*/perf_event*.c
4874 F:      arch/*/include/asm/perf_event.h
4875 F:      arch/*/lib/perf_event*.c
4876 F:      arch/*/kernel/perf_callchain.c
4877 F:      tools/perf/
4879 PERSONALITY HANDLING
4880 M:      Christoph Hellwig <hch@infradead.org>
4881 L:      linux-abi-devel@lists.sourceforge.net
4882 S:      Maintained
4883 F:      include/linux/personality.h
4885 PHONET PROTOCOL
4886 M:      Remi Denis-Courmont <remi.denis-courmont@nokia.com>
4887 S:      Supported
4888 F:      Documentation/networking/phonet.txt
4889 F:      include/linux/phonet.h
4890 F:      include/net/phonet/
4891 F:      net/phonet/
4893 PHRAM MTD DRIVER
4894 M:      Joern Engel <joern@lazybastard.org>
4895 L:      linux-mtd@lists.infradead.org
4896 S:      Maintained
4897 F:      drivers/mtd/devices/phram.c
4899 PKTCDVD DRIVER
4900 M:      Peter Osterlund <petero2@telia.com>
4901 S:      Maintained
4902 F:      drivers/block/pktcdvd.c
4903 F:      include/linux/pktcdvd.h
4905 PMC SIERRA MaxRAID DRIVER
4906 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4907 L:      linux-scsi@vger.kernel.org
4908 W:      http://www.pmc-sierra.com/
4909 S:      Supported
4910 F:      drivers/scsi/pmcraid.*
4912 PMC SIERRA PM8001 DRIVER
4913 M:      jack_wang@usish.com
4914 M:      lindar_liu@usish.com
4915 L:      linux-scsi@vger.kernel.org
4916 S:      Supported
4917 F:      drivers/scsi/pm8001/
4919 POSIX CLOCKS and TIMERS
4920 M:      Thomas Gleixner <tglx@linutronix.de>
4921 S:      Supported
4922 F:      fs/timerfd.c
4923 F:      include/linux/timer*
4924 F:      kernel/*timer*
4926 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4927 M:      Anton Vorontsov <cbou@mail.ru>
4928 M:      David Woodhouse <dwmw2@infradead.org>
4929 T:      git git://git.infradead.org/battery-2.6.git
4930 S:      Maintained
4931 F:      include/linux/power_supply.h
4932 F:      drivers/power/power_supply*
4934 PNP SUPPORT
4935 M:      Adam Belay <abelay@mit.edu>
4936 M:      Bjorn Helgaas <bjorn.helgaas@hp.com>
4937 S:      Maintained
4938 F:      drivers/pnp/
4940 PNXxxxx I2C DRIVER
4941 M:      Vitaly Wool <vitalywool@gmail.com>
4942 L:      linux-i2c@vger.kernel.org
4943 S:      Maintained
4944 F:      drivers/i2c/busses/i2c-pnx.c
4946 PPP PROTOCOL DRIVERS AND COMPRESSORS
4947 M:      Paul Mackerras <paulus@samba.org>
4948 L:      linux-ppp@vger.kernel.org
4949 S:      Maintained
4950 F:      drivers/net/ppp_*
4952 PPP OVER ATM (RFC 2364)
4953 M:      Mitchell Blank Jr <mitch@sfgoth.com>
4954 S:      Maintained
4955 F:      net/atm/pppoatm.c
4956 F:      include/linux/atmppp.h
4958 PPP OVER ETHERNET
4959 M:      Michal Ostrowski <mostrows@earthlink.net>
4960 S:      Maintained
4961 F:      drivers/net/pppoe.c
4962 F:      drivers/net/pppox.c
4964 PPP OVER L2TP
4965 M:      James Chapman <jchapman@katalix.com>
4966 S:      Maintained
4967 F:      net/l2tp/l2tp_ppp.c
4968 F:      include/linux/if_pppol2tp.h
4970 PPS SUPPORT
4971 M:      Rodolfo Giometti <giometti@enneenne.com>
4972 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
4973 L:      linuxpps@ml.enneenne.com (subscribers-only)
4974 S:      Maintained
4975 F:      Documentation/pps/
4976 F:      drivers/pps/
4977 F:      include/linux/pps*.h
4979 PREEMPTIBLE KERNEL
4980 M:      Robert Love <rml@tech9.net>
4981 L:      kpreempt-tech@lists.sourceforge.net
4982 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4983 S:      Supported
4984 F:      Documentation/preempt-locking.txt
4985 F:      include/linux/preempt.h
4987 PRISM54 WIRELESS DRIVER
4988 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
4989 L:      linux-wireless@vger.kernel.org
4990 W:      http://wireless.kernel.org/en/users/Drivers/p54
4991 S:      Obsolete
4992 F:      drivers/net/wireless/prism54/
4994 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4995 M:      Mikael Pettersson <mikpe@it.uu.se>
4996 L:      linux-ide@vger.kernel.org
4997 S:      Maintained
4998 F:      drivers/ata/sata_promise.*
5000 PS3 NETWORK SUPPORT
5001 M:      Geoff Levand <geoff@infradead.org>
5002 L:      netdev@vger.kernel.org
5003 L:      cbe-oss-dev@lists.ozlabs.org
5004 S:      Maintained
5005 F:      drivers/net/ps3_gelic_net.*
5007 PS3 PLATFORM SUPPORT
5008 M:      Geoff Levand <geoff@infradead.org>
5009 L:      linuxppc-dev@lists.ozlabs.org
5010 L:      cbe-oss-dev@lists.ozlabs.org
5011 S:      Maintained
5012 F:      arch/powerpc/boot/ps3*
5013 F:      arch/powerpc/include/asm/lv1call.h
5014 F:      arch/powerpc/include/asm/ps3*.h
5015 F:      arch/powerpc/platforms/ps3/
5016 F:      drivers/*/ps3*
5017 F:      drivers/ps3/
5018 F:      drivers/rtc/rtc-ps3.c
5019 F:      drivers/usb/host/*ps3.c
5020 F:      sound/ppc/snd_ps3*
5022 PS3VRAM DRIVER
5023 M:      Jim Paris <jim@jtan.com>
5024 L:      cbe-oss-dev@lists.ozlabs.org
5025 S:      Maintained
5026 F:      drivers/block/ps3vram.c
5028 PTRACE SUPPORT
5029 M:      Roland McGrath <roland@redhat.com>
5030 M:      Oleg Nesterov <oleg@redhat.com>
5031 S:      Maintained
5032 F:      include/asm-generic/syscall.h
5033 F:      include/linux/ptrace.h
5034 F:      include/linux/regset.h
5035 F:      include/linux/tracehook.h
5036 F:      kernel/ptrace.c
5038 PVRUSB2 VIDEO4LINUX DRIVER
5039 M:      Mike Isely <isely@pobox.com>
5040 L:      pvrusb2@isely.net       (subscribers-only)
5041 L:      linux-media@vger.kernel.org
5042 W:      http://www.isely.net/pvrusb2/
5043 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5044 S:      Maintained
5045 F:      Documentation/video4linux/README.pvrusb2
5046 F:      drivers/media/video/pvrusb2/
5048 PXA2xx/PXA3xx SUPPORT
5049 M:      Eric Miao <eric.y.miao@gmail.com>
5050 M:      Russell King <linux@arm.linux.org.uk>
5051 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5052 S:      Maintained
5053 F:      arch/arm/mach-pxa/
5054 F:      drivers/pcmcia/pxa2xx*
5055 F:      drivers/spi/pxa2xx*
5056 F:      drivers/usb/gadget/pxa2*
5057 F:      include/sound/pxa2xx-lib.h
5058 F:      sound/arm/pxa*
5059 F:      sound/soc/pxa
5061 PXA168 SUPPORT
5062 M:      Eric Miao <eric.y.miao@gmail.com>
5063 M:      Jason Chagas <jason.chagas@marvell.com>
5064 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5065 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5066 S:      Maintained
5068 PXA910 SUPPORT
5069 M:      Eric Miao <eric.y.miao@gmail.com>
5070 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5071 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5072 S:      Maintained
5074 MMP2 SUPPORT (aka ARMADA610)
5075 M:      Haojian Zhuang <haojian.zhuang@marvell.com>
5076 M:      Eric Miao <eric.y.miao@gmail.com>
5077 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5078 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
5079 S:      Maintained
5081 PXA MMCI DRIVER
5082 S:      Orphan
5084 PXA RTC DRIVER
5085 M:      Robert Jarzmik <robert.jarzmik@free.fr>
5086 L:      rtc-linux@googlegroups.com
5087 S:      Maintained
5089 QLOGIC QLA1280 SCSI DRIVER
5090 M:      Michael Reed <mdr@sgi.com>
5091 L:      linux-scsi@vger.kernel.org
5092 S:      Maintained
5093 F:      drivers/scsi/qla1280.[ch]
5095 QLOGIC QLA2XXX FC-SCSI DRIVER
5096 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
5097 M:      linux-driver@qlogic.com
5098 L:      linux-scsi@vger.kernel.org
5099 S:      Supported
5100 F:      Documentation/scsi/LICENSE.qla2xxx
5101 F:      drivers/scsi/qla2xxx/
5103 QLOGIC QLA4XXX iSCSI DRIVER
5104 M:      Ravi Anand <ravi.anand@qlogic.com>
5105 M:      Vikas Chaudhary <vikas.chaudhary@qlogic.com>
5106 M:      iscsi-driver@qlogic.com
5107 L:      linux-scsi@vger.kernel.org
5108 S:      Supported
5109 F:      drivers/scsi/qla4xxx/
5111 QLOGIC QLA3XXX NETWORK DRIVER
5112 M:      Ron Mercer <ron.mercer@qlogic.com>
5113 M:      linux-driver@qlogic.com
5114 L:      netdev@vger.kernel.org
5115 S:      Supported
5116 F:      Documentation/networking/LICENSE.qla3xxx
5117 F:      drivers/net/qla3xxx.*
5119 QLOGIC QLCNIC (1/10)Gb ETHERNET DRIVER
5120 M:      Amit Kumar Salecha <amit.salecha@qlogic.com>
5121 M:      Anirban Chakraborty <anirban.chakraborty@qlogic.com>
5122 M:      linux-driver@qlogic.com
5123 L:      netdev@vger.kernel.org
5124 S:      Supported
5125 F:      drivers/net/qlcnic/
5127 QLOGIC QLGE 10Gb ETHERNET DRIVER
5128 M:      Ron Mercer <ron.mercer@qlogic.com>
5129 M:      linux-driver@qlogic.com
5130 L:      netdev@vger.kernel.org
5131 S:      Supported
5132 F:      drivers/net/qlge/
5134 QNX4 FILESYSTEM
5135 M:      Anders Larsen <al@alarsen.net>
5136 W:      http://www.alarsen.net/linux/qnx4fs/
5137 S:      Maintained
5138 F:      fs/qnx4/
5139 F:      include/linux/qnx4_fs.h
5140 F:      include/linux/qnxtypes.h
5142 RADOS BLOCK DEVICE (RBD)
5143 F:      include/linux/qnxtypes.h
5144 M:      Yehuda Sadeh <yehuda@hq.newdream.net>
5145 M:      Sage Weil <sage@newdream.net>
5146 M:      ceph-devel@vger.kernel.org
5147 S:      Supported
5148 F:      drivers/block/rbd.c
5149 F:      drivers/block/rbd_types.h
5151 RADEON FRAMEBUFFER DISPLAY DRIVER
5152 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
5153 L:      linux-fbdev@vger.kernel.org
5154 S:      Maintained
5155 F:      drivers/video/aty/radeon*
5156 F:      include/linux/radeonfb.h
5158 RAGE128 FRAMEBUFFER DISPLAY DRIVER
5159 M:      Paul Mackerras <paulus@samba.org>
5160 L:      linux-fbdev@vger.kernel.org
5161 S:      Maintained
5162 F:      drivers/video/aty/aty128fb.c
5164 RALINK RT2X00 WIRELESS LAN DRIVER
5165 P:      rt2x00 project
5166 M:      Ivo van Doorn <IvDoorn@gmail.com>
5167 M:      Gertjan van Wingerde <gwingerde@gmail.com>
5168 L:      linux-wireless@vger.kernel.org
5169 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
5170 W:      http://rt2x00.serialmonkey.com/
5171 S:      Maintained
5172 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
5173 F:      drivers/net/wireless/rt2x00/
5175 RAMDISK RAM BLOCK DEVICE DRIVER
5176 M:      Nick Piggin <npiggin@kernel.dk>
5177 S:      Maintained
5178 F:      Documentation/blockdev/ramdisk.txt
5179 F:      drivers/block/brd.c
5181 RANDOM NUMBER DRIVER
5182 M:      Matt Mackall <mpm@selenic.com>
5183 S:      Maintained
5184 F:      drivers/char/random.c
5186 RAPIDIO SUBSYSTEM
5187 M:      Matt Porter <mporter@kernel.crashing.org>
5188 M:      Alexandre Bounine <alexandre.bounine@idt.com>
5189 S:      Maintained
5190 F:      drivers/rapidio/
5192 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
5193 L:      linux-wireless@vger.kernel.org
5194 S:      Orphan
5195 F:      drivers/net/wireless/ray*
5197 RCUTORTURE MODULE
5198 M:      Josh Triplett <josh@freedesktop.org>
5199 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5200 S:      Supported
5201 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5202 F:      Documentation/RCU/torture.txt
5203 F:      kernel/rcutorture.c
5205 RDC R-321X SoC
5206 M:      Florian Fainelli <florian@openwrt.org>
5207 S:      Maintained
5209 RDC R6040 FAST ETHERNET DRIVER
5210 M:      Florian Fainelli <florian@openwrt.org>
5211 L:      netdev@vger.kernel.org
5212 S:      Maintained
5213 F:      drivers/net/r6040.c
5215 RDS - RELIABLE DATAGRAM SOCKETS
5216 M:      Andy Grover <andy.grover@oracle.com>
5217 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
5218 S:      Supported
5219 F:      net/rds/
5221 READ-COPY UPDATE (RCU)
5222 M:      Dipankar Sarma <dipankar@in.ibm.com>
5223 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
5224 W:      http://www.rdrop.com/users/paulmck/rclock/
5225 S:      Supported
5226 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-2.6-rcu.git
5227 F:      Documentation/RCU/
5228 F:      include/linux/rcu*
5229 F:      include/linux/srcu*
5230 F:      kernel/rcu*
5231 F:      kernel/srcu*
5232 X:      kernel/rcutorture.c
5234 REAL TIME CLOCK (RTC) SUBSYSTEM
5235 M:      Alessandro Zummo <a.zummo@towertech.it>
5236 L:      rtc-linux@googlegroups.com
5237 Q:      http://patchwork.ozlabs.org/project/rtc-linux/list/
5238 S:      Maintained
5239 F:      Documentation/rtc.txt
5240 F:      drivers/rtc/
5241 F:      include/linux/rtc.h
5243 REISERFS FILE SYSTEM
5244 L:      reiserfs-devel@vger.kernel.org
5245 S:      Supported
5246 F:      fs/reiserfs/
5248 RFKILL
5249 M:      Johannes Berg <johannes@sipsolutions.net>
5250 L:      linux-wireless@vger.kernel.org
5251 S:      Maintained
5252 F:      Documentation/rfkill.txt
5253 F:      net/rfkill/
5255 RICOH SMARTMEDIA/XD DRIVER
5256 M:      Maxim Levitsky <maximlevitsky@gmail.com>
5257 S:      Maintained
5258 F:      drivers/mtd/nand/r852.c
5259 F:      drivers/mtd/nand/r852.h
5261 RISCOM8 DRIVER
5262 S:      Orphan
5263 F:      Documentation/serial/riscom8.txt
5264 F:      drivers/char/riscom8*
5266 ROCKETPORT DRIVER
5267 P:      Comtrol Corp.
5268 W:      http://www.comtrol.com
5269 S:      Maintained
5270 F:      Documentation/serial/rocket.txt
5271 F:      drivers/char/rocket*
5273 ROSE NETWORK LAYER
5274 M:      Ralf Baechle <ralf@linux-mips.org>
5275 L:      linux-hams@vger.kernel.org
5276 W:      http://www.linux-ax25.org/
5277 S:      Maintained
5278 F:      include/linux/rose.h
5279 F:      include/net/rose.h
5280 F:      net/rose/
5282 RTL8180 WIRELESS DRIVER
5283 M:      "John W. Linville" <linville@tuxdriver.com>
5284 L:      linux-wireless@vger.kernel.org
5285 W:      http://linuxwireless.org/
5286 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5287 S:      Maintained
5288 F:      drivers/net/wireless/rtl818x/rtl8180/
5290 RTL8187 WIRELESS DRIVER
5291 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
5292 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
5293 M:      Larry Finger <Larry.Finger@lwfinger.net>
5294 L:      linux-wireless@vger.kernel.org
5295 W:      http://linuxwireless.org/
5296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5297 S:      Maintained
5298 F:      drivers/net/wireless/rtl818x/rtl8187/
5300 RTL8192CE WIRELESS DRIVER
5301 M:      Larry Finger <Larry.Finger@lwfinger.net>
5302 M:      Chaoming Li <chaoming_li@realsil.com.cn>
5303 L:      linux-wireless@vger.kernel.org
5304 W:      http://linuxwireless.org/
5305 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5306 S:      Maintained
5307 F:      drivers/net/wireless/rtlwifi/
5308 F:      drivers/net/wireless/rtlwifi/rtl8192ce/
5310 S3 SAVAGE FRAMEBUFFER DRIVER
5311 M:      Antonino Daplas <adaplas@gmail.com>
5312 L:      linux-fbdev@vger.kernel.org
5313 S:      Maintained
5314 F:      drivers/video/savage/
5316 S390
5317 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
5318 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
5319 M:      linux390@de.ibm.com
5320 L:      linux-s390@vger.kernel.org
5321 W:      http://www.ibm.com/developerworks/linux/linux390/
5322 S:      Supported
5323 F:      arch/s390/
5324 F:      drivers/s390/
5325 F:      fs/partitions/ibm.c
5326 F:      Documentation/s390/
5327 F:      Documentation/DocBook/s390*
5329 S390 NETWORK DRIVERS
5330 M:      Ursula Braun <ursula.braun@de.ibm.com>
5331 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
5332 M:      linux390@de.ibm.com
5333 L:      linux-s390@vger.kernel.org
5334 W:      http://www.ibm.com/developerworks/linux/linux390/
5335 S:      Supported
5336 F:      drivers/s390/net/
5338 S390 ZCRYPT DRIVER
5339 M:      Holger Dengler <hd@linux.vnet.ibm.com>
5340 M:      linux390@de.ibm.com
5341 L:      linux-s390@vger.kernel.org
5342 W:      http://www.ibm.com/developerworks/linux/linux390/
5343 S:      Supported
5344 F:      drivers/s390/crypto/
5346 S390 ZFCP DRIVER
5347 M:      Christof Schmitt <christof.schmitt@de.ibm.com>
5348 M:      Swen Schillig <swen@vnet.ibm.com>
5349 M:      linux390@de.ibm.com
5350 L:      linux-s390@vger.kernel.org
5351 W:      http://www.ibm.com/developerworks/linux/linux390/
5352 S:      Supported
5353 F:      drivers/s390/scsi/zfcp_*
5355 S390 IUCV NETWORK LAYER
5356 M:      Ursula Braun <ursula.braun@de.ibm.com>
5357 M:      linux390@de.ibm.com
5358 L:      linux-s390@vger.kernel.org
5359 W:      http://www.ibm.com/developerworks/linux/linux390/
5360 S:      Supported
5361 F:      drivers/s390/net/*iucv*
5362 F:      include/net/iucv/
5363 F:      net/iucv/
5365 S3C24XX SD/MMC Driver
5366 M:      Ben Dooks <ben-linux@fluff.org>
5367 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5368 S:      Supported
5369 F:      drivers/mmc/host/s3cmci.*
5371 SAA7146 VIDEO4LINUX-2 DRIVER
5372 M:      Michael Hunold <michael@mihu.de>
5373 L:      linux-media@vger.kernel.org
5374 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5375 W:      http://www.mihu.de/linux/saa7146
5376 S:      Maintained
5377 F:      drivers/media/common/saa7146*
5378 F:      drivers/media/video/*7146*
5379 F:      include/media/*7146*
5381 SAMSUNG AUDIO (ASoC) DRIVERS
5382 M:      Jassi Brar <jassi.brar@samsung.com>
5383 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5384 S:      Supported
5385 F:      sound/soc/samsung
5387 TIMEKEEPING, NTP
5388 M:      John Stultz <johnstul@us.ibm.com>
5389 M:      Thomas Gleixner <tglx@linutronix.de>
5390 S:      Supported
5391 F:      include/linux/clocksource.h
5392 F:      include/linux/time.h
5393 F:      include/linux/timex.h
5394 F:      include/linux/timekeeping.h
5395 F:      kernel/time/clocksource.c
5396 F:      kernel/time/time*.c
5397 F:      kernel/time/ntp.c
5399 TLG2300 VIDEO4LINUX-2 DRIVER
5400 M:      Huang Shijie <shijie8@gmail.com>
5401 M:      Kang Yong <kangyong@telegent.com>
5402 M:      Zhang Xiaobing <xbzhang@telegent.com>
5403 S:      Supported
5404 F:      drivers/media/video/tlg2300
5406 SC1200 WDT DRIVER
5407 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
5408 S:      Maintained
5409 F:      drivers/watchdog/sc1200wdt.c
5411 SCHEDULER
5412 M:      Ingo Molnar <mingo@elte.hu>
5413 M:      Peter Zijlstra <peterz@infradead.org>
5414 S:      Maintained
5415 F:      kernel/sched*
5416 F:      include/linux/sched.h
5418 SCORE ARCHITECTURE
5419 M:      Chen Liqin <liqin.chen@sunplusct.com>
5420 M:      Lennox Wu <lennox.wu@gmail.com>
5421 W:      http://www.sunplusct.com
5422 S:      Supported
5423 F:      arch/score/
5425 SCSI CDROM DRIVER
5426 M:      Jens Axboe <axboe@kernel.dk>
5427 L:      linux-scsi@vger.kernel.org
5428 W:      http://www.kernel.dk
5429 S:      Maintained
5430 F:      drivers/scsi/sr*
5432 SCSI RDMA PROTOCOL (SRP) INITIATOR
5433 M:      David Dillow <dillowda@ornl.gov>
5434 L:      linux-rdma@vger.kernel.org
5435 S:      Supported
5436 W:      http://www.openfabrics.org
5437 Q:      http://patchwork.kernel.org/project/linux-rdma/list/
5438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dad/srp-initiator.git
5439 F:      drivers/infiniband/ulp/srp/
5440 F:      include/scsi/srp.h
5442 SCSI SG DRIVER
5443 M:      Doug Gilbert <dgilbert@interlog.com>
5444 L:      linux-scsi@vger.kernel.org
5445 W:      http://www.torque.net/sg
5446 S:      Maintained
5447 F:      drivers/scsi/sg.c
5448 F:      include/scsi/sg.h
5450 SCSI SUBSYSTEM
5451 M:      "James E.J. Bottomley" <James.Bottomley@suse.de>
5452 L:      linux-scsi@vger.kernel.org
5453 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
5454 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
5455 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
5456 S:      Maintained
5457 F:      drivers/scsi/
5458 F:      include/scsi/
5460 SCSI TAPE DRIVER
5461 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
5462 L:      linux-scsi@vger.kernel.org
5463 S:      Maintained
5464 F:      Documentation/scsi/st.txt
5465 F:      drivers/scsi/st*
5467 SCTP PROTOCOL
5468 M:      Vlad Yasevich <vladislav.yasevich@hp.com>
5469 M:      Sridhar Samudrala <sri@us.ibm.com>
5470 L:      linux-sctp@vger.kernel.org
5471 W:      http://lksctp.sourceforge.net
5472 S:      Supported
5473 F:      Documentation/networking/sctp.txt
5474 F:      include/linux/sctp.h
5475 F:      include/net/sctp/
5476 F:      net/sctp/
5478 SCx200 CPU SUPPORT
5479 M:      Jim Cromie <jim.cromie@gmail.com>
5480 S:      Odd Fixes
5481 F:      Documentation/i2c/busses/scx200_acb
5482 F:      arch/x86/kernel/scx200_32.c
5483 F:      drivers/watchdog/scx200_wdt.c
5484 F:      drivers/i2c/busses/scx200*
5485 F:      drivers/mtd/maps/scx200_docflash.c
5486 F:      include/linux/scx200.h
5488 SCx200 GPIO DRIVER
5489 M:      Jim Cromie <jim.cromie@gmail.com>
5490 S:      Maintained
5491 F:      drivers/char/scx200_gpio.c
5492 F:      include/linux/scx200_gpio.h
5494 SCx200 HRT CLOCKSOURCE DRIVER
5495 M:      Jim Cromie <jim.cromie@gmail.com>
5496 S:      Maintained
5497 F:      drivers/clocksource/scx200_hrt.c
5499 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
5500 M:      Sascha Sommer <saschasommer@freenet.de>
5501 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
5502 S:      Maintained
5503 F:      drivers/mmc/host/sdricoh_cs.c
5505 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
5506 M:      Chris Ball <cjb@laptop.org>
5507 L:      linux-mmc@vger.kernel.org
5508 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc.git
5509 S:      Maintained
5510 F:      drivers/mmc/host/sdhci.*
5512 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
5513 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
5514 L:      linuxppc-dev@lists.ozlabs.org
5515 L:      linux-mmc@vger.kernel.org
5516 S:      Maintained
5517 F:      drivers/mmc/host/sdhci-of.*
5519 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
5520 M:      Ben Dooks <ben-linux@fluff.org>
5521 L:      linux-mmc@vger.kernel.org
5522 S:      Maintained
5523 F:      drivers/mmc/host/sdhci-s3c.c
5525 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) ST SPEAR DRIVER
5526 M:      Viresh Kumar <viresh.kumar@st.com>
5527 L:      linux-mmc@vger.kernel.org
5528 S:      Maintained
5529 F:      drivers/mmc/host/sdhci-spear.c
5531 SECURITY SUBSYSTEM
5532 M:      James Morris <jmorris@namei.org>
5533 L:      linux-security-module@vger.kernel.org (suggested Cc:)
5534 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5535 W:      http://security.wiki.kernel.org/
5536 S:      Supported
5537 F:      security/
5539 SECURITY CONTACT
5540 M:      Security Officers <security@kernel.org>
5541 S:      Supported
5543 SELINUX SECURITY MODULE
5544 M:      Stephen Smalley <sds@tycho.nsa.gov>
5545 M:      James Morris <jmorris@namei.org>
5546 M:      Eric Paris <eparis@parisplace.org>
5547 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
5548 W:      http://selinuxproject.org
5549 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
5550 S:      Supported
5551 F:      include/linux/selinux*
5552 F:      security/selinux/
5554 APPARMOR SECURITY MODULE
5555 M:      John Johansen <john.johansen@canonical.com>
5556 L:      apparmor@lists.ubuntu.com (subscribers-only, general discussion)
5557 W:      apparmor.wiki.kernel.org
5558 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jj/apparmor-dev.git
5559 S:      Supported
5560 F:      security/apparmor/
5562 SENSABLE PHANTOM
5563 M:      Jiri Slaby <jirislaby@gmail.com>
5564 S:      Maintained
5565 F:      drivers/misc/phantom.c
5566 F:      include/linux/phantom.h
5568 SERIAL ATA (SATA) SUBSYSTEM
5569 M:      Jeff Garzik <jgarzik@pobox.com>
5570 L:      linux-ide@vger.kernel.org
5571 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
5572 S:      Supported
5573 F:      drivers/ata/
5574 F:      include/linux/ata.h
5575 F:      include/linux/libata.h
5577 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
5578 M:      Jayamohan Kallickal <jayamohank@serverengines.com>
5579 L:      linux-scsi@vger.kernel.org
5580 W:      http://www.serverengines.com
5581 S:      Supported
5582 F:      drivers/scsi/be2iscsi/
5584 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
5585 M:      Sathya Perla <sathya.perla@emulex.com>
5586 M:      Subbu Seetharaman <subbu.seetharaman@emulex.com>
5587 M:      Ajit Khaparde <ajit.khaparde@emulex.com>
5588 L:      netdev@vger.kernel.org
5589 W:      http://www.emulex.com
5590 S:      Supported
5591 F:      drivers/net/benet/
5593 SFC NETWORK DRIVER
5594 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
5595 M:      Steve Hodgson <shodgson@solarflare.com>
5596 M:      Ben Hutchings <bhutchings@solarflare.com>
5597 L:      netdev@vger.kernel.org
5598 S:      Supported
5599 F:      drivers/net/sfc/
5601 SGI GRU DRIVER
5602 M:      Jack Steiner <steiner@sgi.com>
5603 S:      Maintained
5604 F:      drivers/misc/sgi-gru/
5606 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
5607 M:      Pat Gefre <pfg@sgi.com>
5608 L:      linux-ia64@vger.kernel.org
5609 S:      Supported
5610 F:      Documentation/ia64/serial.txt
5611 F:      drivers/tty/serial/ioc?_serial.c
5612 F:      include/linux/ioc?.h
5614 SGI VISUAL WORKSTATION 320 AND 540
5615 M:      Andrey Panin <pazke@donpac.ru>
5616 L:      linux-visws-devel@lists.sf.net
5617 W:      http://linux-visws.sf.net
5618 S:      Maintained for 2.6.
5619 F:      Documentation/sgi-visws.txt
5621 SGI XP/XPC/XPNET DRIVER
5622 M:      Robin Holt <holt@sgi.com>
5623 S:      Maintained
5624 F:      drivers/misc/sgi-xp/
5626 SHARP LH SUPPORT (LH7952X & LH7A40X)
5627 M:      Marc Singer <elf@buici.com>
5628 W:      http://projects.buici.com/arm
5629 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
5630 S:      Maintained
5631 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
5632 F:      arch/arm/mach-lh7a40x/
5633 F:      drivers/tty/serial/serial_lh7a40x.c
5634 F:      drivers/usb/gadget/lh7a40*
5635 F:      drivers/usb/host/ohci-lh7a40*
5637 SIMPLE FIRMWARE INTERFACE (SFI)
5638 M:      Len Brown <lenb@kernel.org>
5639 L:      sfi-devel@simplefirmware.org
5640 W:      http://simplefirmware.org/
5641 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
5642 S:      Supported
5643 F:      arch/x86/kernel/*sfi*
5644 F:      drivers/sfi/
5645 F:      include/linux/sfi*.h
5647 SIMTEC EB110ATX (Chalice CATS)
5648 P:      Ben Dooks
5649 P:      Vincent Sanders <vince@simtec.co.uk>
5650 M:      Simtec Linux Team <linux@simtec.co.uk>
5651 W:      http://www.simtec.co.uk/products/EB110ATX/
5652 S:      Supported
5654 SIMTEC EB2410ITX (BAST)
5655 P:      Ben Dooks
5656 P:      Vincent Sanders <vince@simtec.co.uk>
5657 M:      Simtec Linux Team <linux@simtec.co.uk>
5658 W:      http://www.simtec.co.uk/products/EB2410ITX/
5659 S:      Supported
5660 F:      arch/arm/mach-s3c2410/mach-bast.c
5661 F:      arch/arm/mach-s3c2410/bast-ide.c
5662 F:      arch/arm/mach-s3c2410/bast-irq.c
5664 TI DAVINCI MACHINE SUPPORT
5665 M:      Kevin Hilman <khilman@deeprootsystems.com>
5666 L:      davinci-linux-open-source@linux.davincidsp.com (subscribers-only)
5667 Q:      http://patchwork.kernel.org/project/linux-davinci/list/
5668 S:      Supported
5669 F:      arch/arm/mach-davinci
5671 SIS 190 ETHERNET DRIVER
5672 M:      Francois Romieu <romieu@fr.zoreil.com>
5673 L:      netdev@vger.kernel.org
5674 S:      Maintained
5675 F:      drivers/net/sis190.c
5677 SIS 900/7016 FAST ETHERNET DRIVER
5678 M:      Daniele Venzano <venza@brownhat.org>
5679 W:      http://www.brownhat.org/sis900.html
5680 L:      netdev@vger.kernel.org
5681 S:      Maintained
5682 F:      drivers/net/sis900.*
5684 SIS 96X I2C/SMBUS DRIVER
5685 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5686 L:      linux-i2c@vger.kernel.org
5687 S:      Maintained
5688 F:      Documentation/i2c/busses/i2c-sis96x
5689 F:      drivers/i2c/busses/i2c-sis96x.c
5691 SIS FRAMEBUFFER DRIVER
5692 M:      Thomas Winischhofer <thomas@winischhofer.net>
5693 W:      http://www.winischhofer.net/linuxsisvga.shtml
5694 S:      Maintained
5695 F:      Documentation/fb/sisfb.txt
5696 F:      drivers/video/sis/
5697 F:      include/video/sisfb.h
5699 SIS USB2VGA DRIVER
5700 M:      Thomas Winischhofer <thomas@winischhofer.net>
5701 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
5702 S:      Maintained
5703 F:      drivers/usb/misc/sisusbvga/
5705 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
5706 M:      Stephen Hemminger <shemminger@linux-foundation.org>
5707 L:      netdev@vger.kernel.org
5708 S:      Maintained
5709 F:      drivers/net/skge.*
5710 F:      drivers/net/sky2.*
5712 SLAB ALLOCATOR
5713 M:      Christoph Lameter <cl@linux-foundation.org>
5714 M:      Pekka Enberg <penberg@kernel.org>
5715 M:      Matt Mackall <mpm@selenic.com>
5716 L:      linux-mm@kvack.org
5717 S:      Maintained
5718 F:      include/linux/sl?b*.h
5719 F:      mm/sl?b.c
5721 SMC91x ETHERNET DRIVER
5722 M:      Nicolas Pitre <nico@fluxnic.net>
5723 S:      Odd Fixes
5724 F:      drivers/net/smc91x.*
5726 SMM665 HARDWARE MONITOR DRIVER
5727 M:      Guenter Roeck <linux@roeck-us.net>
5728 L:      lm-sensors@lm-sensors.org
5729 S:      Maintained
5730 F:      Documentation/hwmon/smm665
5731 F:      drivers/hwmon/smm665.c
5733 SMSC EMC2103 HARDWARE MONITOR DRIVER
5734 M:      Steve Glendinning <steve.glendinning@smsc.com>
5735 L:      lm-sensors@lm-sensors.org
5736 S:      Supported
5737 F:      Documentation/hwmon/emc2103
5738 F:      drivers/hwmon/emc2103.c
5740 SMSC47B397 HARDWARE MONITOR DRIVER
5741 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
5742 L:      lm-sensors@lm-sensors.org
5743 S:      Maintained
5744 F:      Documentation/hwmon/smsc47b397
5745 F:      drivers/hwmon/smsc47b397.c
5747 SMSC911x ETHERNET DRIVER
5748 M:      Steve Glendinning <steve.glendinning@smsc.com>
5749 L:      netdev@vger.kernel.org
5750 S:      Supported
5751 F:      include/linux/smsc911x.h
5752 F:      drivers/net/smsc911x.*
5754 SMSC9420 PCI ETHERNET DRIVER
5755 M:      Steve Glendinning <steve.glendinning@smsc.com>
5756 L:      netdev@vger.kernel.org
5757 S:      Supported
5758 F:      drivers/net/smsc9420.*
5760 SN-IA64 (Itanium) SUB-PLATFORM
5761 M:      Jes Sorensen <jes@sgi.com>
5762 L:      linux-altix@sgi.com
5763 L:      linux-ia64@vger.kernel.org
5764 W:      http://www.sgi.com/altix
5765 S:      Maintained
5766 F:      arch/ia64/sn/
5768 SOC-CAMERA V4L2 SUBSYSTEM
5769 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
5770 L:      linux-media@vger.kernel.org
5771 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5772 S:      Maintained
5773 F:      include/media/v4l2*
5774 F:      drivers/media/video/v4l2*
5776 SOEKRIS NET48XX LED SUPPORT
5777 M:      Chris Boot <bootc@bootc.net>
5778 S:      Maintained
5779 F:      drivers/leds/leds-net48xx.c
5781 SOFTWARE RAID (Multiple Disks) SUPPORT
5782 M:      Neil Brown <neilb@suse.de>
5783 L:      linux-raid@vger.kernel.org
5784 S:      Supported
5785 F:      drivers/md/
5786 F:      include/linux/raid/
5788 SONIC NETWORK DRIVER
5789 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
5790 L:      netdev@vger.kernel.org
5791 S:      Maintained
5792 F:      drivers/net/sonic.*
5794 SONICS SILICON BACKPLANE DRIVER (SSB)
5795 M:      Michael Buesch <mb@bu3sch.de>
5796 L:      netdev@vger.kernel.org
5797 S:      Maintained
5798 F:      drivers/ssb/
5799 F:      include/linux/ssb/
5801 SONY VAIO CONTROL DEVICE DRIVER
5802 M:      Mattia Dongili <malattia@linux.it>
5803 L:      platform-driver-x86@vger.kernel.org
5804 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
5805 S:      Maintained
5806 F:      Documentation/laptops/sony-laptop.txt
5807 F:      drivers/char/sonypi.c
5808 F:      drivers/platform/x86/sony-laptop.c
5809 F:      include/linux/sony-laptop.h
5811 SONY MEMORYSTICK CARD SUPPORT
5812 M:      Alex Dubov <oakad@yahoo.com>
5813 W:      http://tifmxx.berlios.de/
5814 S:      Maintained
5815 F:      drivers/memstick/host/tifm_ms.c
5817 SOUND
5818 M:      Jaroslav Kysela <perex@perex.cz>
5819 M:      Takashi Iwai <tiwai@suse.de>
5820 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5821 W:      http://www.alsa-project.org/
5822 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
5823 T:      git git://git.alsa-project.org/alsa-kernel.git
5824 S:      Maintained
5825 F:      Documentation/sound/
5826 F:      include/sound/
5827 F:      sound/
5829 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
5830 M:      Liam Girdwood <lrg@slimlogic.co.uk>
5831 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5832 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
5833 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5834 W:      http://alsa-project.org/main/index.php/ASoC
5835 S:      Supported
5836 F:      sound/soc/
5837 F:      include/sound/soc*
5839 SPARC + UltraSPARC (sparc/sparc64)
5840 M:      "David S. Miller" <davem@davemloft.net>
5841 L:      sparclinux@vger.kernel.org
5842 Q:      http://patchwork.ozlabs.org/project/sparclinux/list/
5843 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5844 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5845 S:      Maintained
5846 F:      arch/sparc/
5847 F:      drivers/sbus/
5849 SPARC SERIAL DRIVERS
5850 M:      "David S. Miller" <davem@davemloft.net>
5851 L:      sparclinux@vger.kernel.org
5852 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
5853 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
5854 S:      Maintained
5855 F:      drivers/tty/serial/suncore.c
5856 F:      drivers/tty/serial/suncore.h
5857 F:      drivers/tty/serial/sunhv.c
5858 F:      drivers/tty/serial/sunsab.c
5859 F:      drivers/tty/serial/sunsab.h
5860 F:      drivers/tty/serial/sunsu.c
5861 F:      drivers/tty/serial/sunzilog.c
5862 F:      drivers/tty/serial/sunzilog.h
5864 SPEAR PLATFORM SUPPORT
5865 M:      Viresh Kumar <viresh.kumar@st.com>
5866 W:      http://www.st.com/spear
5867 S:      Maintained
5868 F:      arch/arm/plat-spear/
5870 SPEAR3XX MACHINE SUPPORT
5871 M:      Viresh Kumar <viresh.kumar@st.com>
5872 W:      http://www.st.com/spear
5873 S:      Maintained
5874 F:      arch/arm/mach-spear3xx/
5876 SPEAR6XX MACHINE SUPPORT
5877 M:      Rajeev Kumar <rajeev-dlh.kumar@st.com>
5878 W:      http://www.st.com/spear
5879 S:      Maintained
5880 F:      arch/arm/mach-spear6xx/
5882 SPEAR CLOCK FRAMEWORK SUPPORT
5883 M:      Viresh Kumar <viresh.kumar@st.com>
5884 W:      http://www.st.com/spear
5885 S:      Maintained
5886 F:      arch/arm/mach-spear*/clock.c
5887 F:      arch/arm/mach-spear*/include/mach/clkdev.h
5888 F:      arch/arm/plat-spear/clock.c
5889 F:      arch/arm/plat-spear/include/plat/clkdev.h
5890 F:      arch/arm/plat-spear/include/plat/clock.h
5892 SPEAR PAD MULTIPLEXING SUPPORT
5893 M:      Viresh Kumar <viresh.kumar@st.com>
5894 W:      http://www.st.com/spear
5895 S:      Maintained
5896 F:      arch/arm/plat-spear/include/plat/padmux.h
5897 F:      arch/arm/plat-spear/padmux.c
5898 F:      arch/arm/mach-spear*/spear*xx.c
5899 F:      arch/arm/mach-spear*/include/mach/generic.h
5900 F:      arch/arm/mach-spear3xx/spear3*0.c
5901 F:      arch/arm/mach-spear3xx/spear3*0_evb.c
5902 F:      arch/arm/mach-spear6xx/spear600.c
5903 F:      arch/arm/mach-spear6xx/spear600_evb.c
5905 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
5906 M:      Roger Wolff <R.E.Wolff@BitWizard.nl>
5907 S:      Supported
5908 F:      Documentation/serial/specialix.txt
5909 F:      drivers/char/specialix*
5911 SPI SUBSYSTEM
5912 M:      David Brownell <dbrownell@users.sourceforge.net>
5913 M:      Grant Likely <grant.likely@secretlab.ca>
5914 L:      spi-devel-general@lists.sourceforge.net
5915 Q:      http://patchwork.kernel.org/project/spi-devel-general/list/
5916 T:      git git://git.secretlab.ca/git/linux-2.6.git
5917 S:      Maintained
5918 F:      Documentation/spi/
5919 F:      drivers/spi/
5920 F:      include/linux/spi/
5922 SPIDERNET NETWORK DRIVER for CELL
5923 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
5924 M:      Jens Osterkamp <jens@de.ibm.com>
5925 L:      netdev@vger.kernel.org
5926 S:      Supported
5927 F:      Documentation/networking/spider_net.txt
5928 F:      drivers/net/spider_net*
5930 SPU FILE SYSTEM
5931 M:      Jeremy Kerr <jk@ozlabs.org>
5932 L:      linuxppc-dev@lists.ozlabs.org
5933 L:      cbe-oss-dev@lists.ozlabs.org
5934 W:      http://www.ibm.com/developerworks/power/cell/
5935 S:      Supported
5936 F:      Documentation/filesystems/spufs.txt
5937 F:      arch/powerpc/platforms/cell/spufs/
5939 SQUASHFS FILE SYSTEM
5940 M:      Phillip Lougher <phillip@lougher.demon.co.uk>
5941 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
5942 W:      http://squashfs.org.uk
5943 S:      Maintained
5944 F:      Documentation/filesystems/squashfs.txt
5945 F:      fs/squashfs/
5947 SRM (Alpha) environment access
5948 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
5949 S:      Maintained
5950 F:      arch/alpha/kernel/srm_env.c
5952 STABLE BRANCH
5953 M:      Greg Kroah-Hartman <greg@kroah.com>
5954 M:      Chris Wright <chrisw@sous-sol.org>
5955 L:      stable@kernel.org
5956 S:      Maintained
5958 STAGING SUBSYSTEM
5959 M:      Greg Kroah-Hartman <gregkh@suse.de>
5960 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6.git
5961 L:      devel@driverdev.osuosl.org
5962 S:      Maintained
5963 F:      drivers/staging/
5965 STARFIRE/DURALAN NETWORK DRIVER
5966 M:      Ion Badulescu <ionut@badula.org>
5967 S:      Odd Fixes
5968 F:      drivers/net/starfire*
5970 SUN3/3X
5971 M:      Sam Creasey <sammy@sammy.net>
5972 W:      http://sammy.net/sun3/
5973 S:      Maintained
5974 F:      arch/m68k/kernel/*sun3*
5975 F:      arch/m68k/sun3*/
5976 F:      arch/m68k/include/asm/sun3*
5978 SUPERH
5979 M:      Paul Mundt <lethal@linux-sh.org>
5980 L:      linux-sh@vger.kernel.org
5981 W:      http://www.linux-sh.org
5982 Q:      http://patchwork.kernel.org/project/linux-sh/list/
5983 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git sh-latest
5984 S:      Supported
5985 F:      Documentation/sh/
5986 F:      arch/sh/
5987 F:      drivers/sh/
5989 SUSPEND TO RAM
5990 M:      Len Brown <len.brown@intel.com>
5991 M:      Pavel Machek <pavel@ucw.cz>
5992 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
5993 L:      linux-pm@lists.linux-foundation.org
5994 S:      Supported
5995 F:      Documentation/power/
5996 F:      arch/x86/kernel/acpi/
5997 F:      drivers/base/power/
5998 F:      kernel/power/
5999 F:      include/linux/suspend.h
6000 F:      include/linux/freezer.h
6001 F:      include/linux/pm.h
6003 SVGA HANDLING
6004 M:      Martin Mares <mj@ucw.cz>
6005 L:      linux-video@atrey.karlin.mff.cuni.cz
6006 S:      Maintained
6007 F:      Documentation/svga.txt
6008 F:      arch/x86/boot/video*
6010 SYSV FILESYSTEM
6011 M:      Christoph Hellwig <hch@infradead.org>
6012 S:      Maintained
6013 F:      Documentation/filesystems/sysv-fs.txt
6014 F:      fs/sysv/
6015 F:      include/linux/sysv_fs.h
6017 TASKSTATS STATISTICS INTERFACE
6018 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
6019 S:      Maintained
6020 F:      Documentation/accounting/taskstats*
6021 F:      include/linux/taskstats*
6022 F:      kernel/taskstats.c
6024 TC CLASSIFIER
6025 M:      Jamal Hadi Salim <hadi@cyberus.ca>
6026 L:      netdev@vger.kernel.org
6027 S:      Maintained
6028 F:      include/linux/pkt_cls.h
6029 F:      include/net/pkt_cls.h
6030 F:      net/sched/
6032 TCP LOW PRIORITY MODULE
6033 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
6034 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
6035 W:      http://tcp-lp-mod.sourceforge.net/
6036 S:      Maintained
6037 F:      net/ipv4/tcp_lp.c
6039 TEGRA SUPPORT
6040 M:      Colin Cross <ccross@android.com>
6041 M:      Erik Gilling <konkers@android.com>
6042 M:      Olof Johansson <olof@lixom.net>
6043 L:      linux-tegra@vger.kernel.org
6044 T:      git git://android.git.kernel.org/kernel/tegra.git
6045 S:      Supported
6046 F:      arch/arm/mach-tegra
6048 TEHUTI ETHERNET DRIVER
6049 M:      Alexander Indenbaum <baum@tehutinetworks.net>
6050 M:      Andy Gospodarek <andy@greyhouse.net>
6051 L:      netdev@vger.kernel.org
6052 S:      Supported
6053 F:      drivers/net/tehuti*
6055 Telecom Clock Driver for MCPL0010
6056 M:      Mark Gross <mark.gross@intel.com>
6057 S:      Supported
6058 F:      drivers/char/tlclk.c
6060 TENSILICA XTENSA PORT (xtensa)
6061 M:      Chris Zankel <chris@zankel.net>
6062 S:      Maintained
6063 F:      arch/xtensa/
6065 THINKPAD ACPI EXTRAS DRIVER
6066 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
6067 L:      ibm-acpi-devel@lists.sourceforge.net
6068 L:      platform-driver-x86@vger.kernel.org
6069 W:      http://ibm-acpi.sourceforge.net
6070 W:      http://thinkwiki.org/wiki/Ibm-acpi
6071 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
6072 S:      Maintained
6073 F:      drivers/platform/x86/thinkpad_acpi.c
6075 TI FLASH MEDIA INTERFACE DRIVER
6076 M:      Alex Dubov <oakad@yahoo.com>
6077 S:      Maintained
6078 F:      drivers/misc/tifm*
6079 F:      drivers/mmc/host/tifm_sd.c
6080 F:      include/linux/tifm.h
6082 TI TWL4030 SERIES SOC CODEC DRIVER
6083 M:      Peter Ujfalusi <peter.ujfalusi@nokia.com>
6084 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6085 S:      Maintained
6086 F:      sound/soc/codecs/twl4030*
6088 TIPC NETWORK LAYER
6089 M:      Jon Maloy <jon.maloy@ericsson.com>
6090 M:      Allan Stephens <allan.stephens@windriver.com>
6091 L:      tipc-discussion@lists.sourceforge.net
6092 W:      http://tipc.sourceforge.net/
6093 W:      http://tipc.cslab.ericsson.net/
6094 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
6095 S:      Maintained
6096 F:      include/linux/tipc*.h
6097 F:      include/net/tipc/
6098 F:      net/tipc/
6100 TILE ARCHITECTURE
6101 M:      Chris Metcalf <cmetcalf@tilera.com>
6102 W:      http://www.tilera.com/scm/
6103 S:      Supported
6104 F:      arch/tile/
6105 F:      drivers/char/hvc_tile.c
6106 F:      drivers/net/tile/
6108 TLAN NETWORK DRIVER
6109 M:      Samuel Chessman <chessman@tux.org>
6110 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
6111 W:      http://sourceforge.net/projects/tlan/
6112 S:      Maintained
6113 F:      Documentation/networking/tlan.txt
6114 F:      drivers/net/tlan.*
6116 TOMOYO SECURITY MODULE
6117 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
6118 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
6119 L:      tomoyo-dev-en@lists.sourceforge.jp (subscribers-only, for developers in English)
6120 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for users in English)
6121 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
6122 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
6123 W:      http://tomoyo.sourceforge.jp/
6124 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.3.x/tomoyo-lsm/patches/
6125 S:      Maintained
6126 F:      security/tomoyo/
6128 TOPSTAR LAPTOP EXTRAS DRIVER
6129 M:      Herton Ronaldo Krzesinski <herton@canonical.com>
6130 L:      platform-driver-x86@vger.kernel.org
6131 S:      Maintained
6132 F:      drivers/platform/x86/topstar-laptop.c
6134 TOSHIBA ACPI EXTRAS DRIVER
6135 L:      platform-driver-x86@vger.kernel.org
6136 S:      Orphan
6137 F:      drivers/platform/x86/toshiba_acpi.c
6139 TOSHIBA SMM DRIVER
6140 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
6141 L:      tlinux-users@tce.toshiba-dme.co.jp
6142 W:      http://www.buzzard.org.uk/toshiba/
6143 S:      Maintained
6144 F:      drivers/char/toshiba.c
6145 F:      include/linux/toshiba.h
6147 TMIO MMC DRIVER
6148 M:      Ian Molton <ian@mnementh.co.uk>
6149 S:      Maintained
6150 F:      drivers/mmc/host/tmio_mmc.*
6152 TMPFS (SHMEM FILESYSTEM)
6153 M:      Hugh Dickins <hughd@google.com>
6154 L:      linux-mm@kvack.org
6155 S:      Maintained
6156 F:      include/linux/shmem_fs.h
6157 F:      mm/shmem.c
6159 TPM DEVICE DRIVER
6160 M:      Debora Velarde <debora@linux.vnet.ibm.com>
6161 M:      Rajiv Andrade <srajiv@linux.vnet.ibm.com>
6162 W:      http://tpmdd.sourceforge.net
6163 M:      Marcel Selhorst <m.selhorst@sirrix.com>
6164 W:      http://www.sirrix.com
6165 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
6166 S:      Maintained
6167 F:      drivers/char/tpm/
6169 TRACING
6170 M:      Steven Rostedt <rostedt@goodmis.org>
6171 M:      Frederic Weisbecker <fweisbec@gmail.com>
6172 M:      Ingo Molnar <mingo@redhat.com>
6173 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git perf/core
6174 S:      Maintained
6175 F:      Documentation/trace/ftrace.txt
6176 F:      arch/*/*/*/ftrace.h
6177 F:      arch/*/kernel/ftrace.c
6178 F:      include/*/ftrace.h
6179 F:      include/linux/trace*.h
6180 F:      include/trace/
6181 F:      kernel/trace/
6183 TRIVIAL PATCHES
6184 M:      Jiri Kosina <trivial@kernel.org>
6185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
6186 S:      Maintained
6188 TTY LAYER
6189 M:      Greg Kroah-Hartman <gregkh@suse.de>
6190 S:      Maintained
6191 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6.git
6192 F:      drivers/tty/*
6193 F:      drivers/tty/serial/serial_core.c
6194 F:      include/linux/serial_core.h
6195 F:      include/linux/serial.h
6196 F:      include/linux/tty.h
6198 TULIP NETWORK DRIVERS
6199 M:      Grant Grundler <grundler@parisc-linux.org>
6200 L:      netdev@vger.kernel.org
6201 S:      Maintained
6202 F:      drivers/net/tulip/
6204 TUN/TAP driver
6205 M:      Maxim Krasnyansky <maxk@qualcomm.com>
6206 L:      vtun@office.satix.net
6207 W:      http://vtun.sourceforge.net/tun
6208 S:      Maintained
6209 F:      Documentation/networking/tuntap.txt
6210 F:      arch/um/os-Linux/drivers/
6212 TURBOCHANNEL SUBSYSTEM
6213 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
6214 S:      Maintained
6215 F:      drivers/tc/
6216 F:      include/linux/tc.h
6218 U14-34F SCSI DRIVER
6219 M:      Dario Ballabio <ballabio_dario@emc.com>
6220 L:      linux-scsi@vger.kernel.org
6221 S:      Maintained
6222 F:      drivers/scsi/u14-34f.c
6224 UBI FILE SYSTEM (UBIFS)
6225 M:      Artem Bityutskiy <dedekind1@gmail.com>
6226 M:      Adrian Hunter <adrian.hunter@nokia.com>
6227 L:      linux-mtd@lists.infradead.org
6228 T:      git git://git.infradead.org/ubifs-2.6.git
6229 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
6230 S:      Maintained
6231 F:      Documentation/filesystems/ubifs.txt
6232 F:      fs/ubifs/
6234 UCLINUX (AND M68KNOMMU)
6235 M:      Greg Ungerer <gerg@uclinux.org>
6236 W:      http://www.uclinux.org/
6237 L:      uclinux-dev@uclinux.org  (subscribers-only)
6238 S:      Maintained
6239 F:      arch/m68knommu/
6241 UCLINUX FOR RENESAS H8/300 (H8300)
6242 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
6243 W:      http://uclinux-h8.sourceforge.jp/
6244 S:      Supported
6245 F:      arch/h8300/
6246 F:      drivers/ide/ide-h8300.c
6247 F:      drivers/net/ne-h8300.c
6249 UDF FILESYSTEM
6250 M:      Jan Kara <jack@suse.cz>
6251 W:      http://linux-udf.sourceforge.net
6252 S:      Maintained
6253 F:      Documentation/filesystems/udf.txt
6254 F:      fs/udf/
6256 UFS FILESYSTEM
6257 M:      Evgeniy Dushistov <dushistov@mail.ru>
6258 S:      Maintained
6259 F:      Documentation/filesystems/ufs.txt
6260 F:      fs/ufs/
6262 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
6263 L:      linux-usb@vger.kernel.org
6264 S:      Orphan
6265 F:      drivers/uwb/
6266 F:      include/linux/uwb.h
6267 F:      include/linux/uwb/
6269 UNIFDEF
6270 M:      Tony Finch <dot@dotat.at>
6271 W:      http://dotat.at/prog/unifdef
6272 S:      Maintained
6273 F:      scripts/unifdef.c
6275 UNIFORM CDROM DRIVER
6276 M:      Jens Axboe <axboe@kernel.dk>
6277 W:      http://www.kernel.dk
6278 S:      Maintained
6279 F:      Documentation/cdrom/
6280 F:      drivers/cdrom/cdrom.c
6281 F:      include/linux/cdrom.h
6283 UNSORTED BLOCK IMAGES (UBI)
6284 M:      Artem Bityutskiy <dedekind1@gmail.com>
6285 W:      http://www.linux-mtd.infradead.org/
6286 L:      linux-mtd@lists.infradead.org
6287 T:      git git://git.infradead.org/ubi-2.6.git
6288 S:      Maintained
6289 F:      drivers/mtd/ubi/
6290 F:      include/linux/mtd/ubi.h
6291 F:      include/mtd/ubi-user.h
6293 USB ACM DRIVER
6294 M:      Oliver Neukum <oliver@neukum.name>
6295 L:      linux-usb@vger.kernel.org
6296 S:      Maintained
6297 F:      Documentation/usb/acm.txt
6298 F:      drivers/usb/class/cdc-acm.*
6300 USB ATTACHED SCSI
6301 M:      Matthew Wilcox <willy@linux.intel.com>
6302 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6303 L:      linux-usb@vger.kernel.org
6304 L:      linux-scsi@vger.kernel.org
6305 S:      Supported
6306 F:      drivers/usb/storage/uas.c
6308 USB BLOCK DRIVER (UB ub)
6309 M:      Pete Zaitcev <zaitcev@redhat.com>
6310 L:      linux-usb@vger.kernel.org
6311 S:      Supported
6312 F:      drivers/block/ub.c
6314 USB CDC ETHERNET DRIVER
6315 M:      Oliver Neukum <oliver@neukum.name>
6316 L:      linux-usb@vger.kernel.org
6317 S:      Maintained
6318 F:      drivers/net/usb/cdc_*.c
6319 F:      include/linux/usb/cdc.h
6321 USB CYPRESS C67X00 DRIVER
6322 M:      Peter Korsgaard <jacmet@sunsite.dk>
6323 L:      linux-usb@vger.kernel.org
6324 S:      Maintained
6325 F:      drivers/usb/c67x00/
6327 USB DAVICOM DM9601 DRIVER
6328 M:      Peter Korsgaard <jacmet@sunsite.dk>
6329 L:      netdev@vger.kernel.org
6330 W:      http://www.linux-usb.org/usbnet
6331 S:      Maintained
6332 F:      drivers/net/usb/dm9601.c
6334 USB DIAMOND RIO500 DRIVER
6335 M:      Cesar Miquel <miquel@df.uba.ar>
6336 L:      rio500-users@lists.sourceforge.net
6337 W:      http://rio500.sourceforge.net
6338 S:      Maintained
6339 F:      drivers/usb/misc/rio500*
6341 USB EHCI DRIVER
6342 M:      David Brownell <dbrownell@users.sourceforge.net>
6343 L:      linux-usb@vger.kernel.org
6344 S:      Odd Fixes
6345 F:      Documentation/usb/ehci.txt
6346 F:      drivers/usb/host/ehci*
6348 USB ET61X[12]51 DRIVER
6349 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6350 L:      linux-usb@vger.kernel.org
6351 L:      linux-media@vger.kernel.org
6352 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6353 W:      http://www.linux-projects.org
6354 S:      Maintained
6355 F:      drivers/media/video/et61x251/
6357 USB GADGET/PERIPHERAL SUBSYSTEM
6358 M:      David Brownell <dbrownell@users.sourceforge.net>
6359 L:      linux-usb@vger.kernel.org
6360 W:      http://www.linux-usb.org/gadget
6361 S:      Maintained
6362 F:      drivers/usb/gadget/
6363 F:      include/linux/usb/gadget*
6365 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
6366 M:      Jiri Kosina <jkosina@suse.cz>
6367 L:      linux-usb@vger.kernel.org
6368 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
6369 S:      Maintained
6370 F:      Documentation/usb/hiddev.txt
6371 F:      drivers/hid/usbhid/
6373 USB ISP116X DRIVER
6374 M:      Olav Kongas <ok@artecdesign.ee>
6375 L:      linux-usb@vger.kernel.org
6376 S:      Maintained
6377 F:      drivers/usb/host/isp116x*
6378 F:      include/linux/usb/isp116x.h
6380 USB KAWASAKI LSI DRIVER
6381 M:      Oliver Neukum <oliver@neukum.name>
6382 L:      linux-usb@vger.kernel.org
6383 S:      Maintained
6384 F:      drivers/usb/serial/kl5kusb105.*
6386 USB MASS STORAGE DRIVER
6387 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
6388 L:      linux-usb@vger.kernel.org
6389 L:      usb-storage@lists.one-eyed-alien.net
6390 S:      Maintained
6391 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
6392 F:      drivers/usb/storage/
6394 USB MIDI DRIVER
6395 M:      Clemens Ladisch <clemens@ladisch.de>
6396 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
6397 T:      git git://git.alsa-project.org/alsa-kernel.git
6398 S:      Maintained
6399 F:      sound/usb/midi.*
6401 USB OHCI DRIVER
6402 M:      David Brownell <dbrownell@users.sourceforge.net>
6403 L:      linux-usb@vger.kernel.org
6404 S:      Odd Fixes
6405 F:      Documentation/usb/ohci.txt
6406 F:      drivers/usb/host/ohci*
6408 USB OPTION-CARD DRIVER
6409 M:      Matthias Urlichs <smurf@smurf.noris.de>
6410 L:      linux-usb@vger.kernel.org
6411 S:      Maintained
6412 F:      drivers/usb/serial/option.c
6414 USB PEGASUS DRIVER
6415 M:      Petko Manolov <petkan@users.sourceforge.net>
6416 L:      linux-usb@vger.kernel.org
6417 L:      netdev@vger.kernel.org
6418 W:      http://pegasus2.sourceforge.net/
6419 S:      Maintained
6420 F:      drivers/net/usb/pegasus.*
6422 USB PRINTER DRIVER (usblp)
6423 M:      Pete Zaitcev <zaitcev@redhat.com>
6424 L:      linux-usb@vger.kernel.org
6425 S:      Supported
6426 F:      drivers/usb/class/usblp.c
6428 USB RTL8150 DRIVER
6429 M:      Petko Manolov <petkan@users.sourceforge.net>
6430 L:      linux-usb@vger.kernel.org
6431 L:      netdev@vger.kernel.org
6432 W:      http://pegasus2.sourceforge.net/
6433 S:      Maintained
6434 F:      drivers/net/usb/rtl8150.c
6436 USB SE401 DRIVER
6437 M:      Jeroen Vreeken <pe1rxq@amsat.org>
6438 L:      linux-usb@vger.kernel.org
6439 W:      http://www.chello.nl/~j.vreeken/se401/
6440 S:      Maintained
6441 F:      Documentation/video4linux/se401.txt
6442 F:      drivers/media/video/se401.*
6444 USB SERIAL BELKIN F5U103 DRIVER
6445 M:      William Greathouse <wgreathouse@smva.com>
6446 L:      linux-usb@vger.kernel.org
6447 S:      Maintained
6448 F:      drivers/usb/serial/belkin_sa.*
6450 USB SERIAL CYPRESS M8 DRIVER
6451 M:      Lonnie Mendez <dignome@gmail.com>
6452 L:      linux-usb@vger.kernel.org
6453 S:      Maintained
6454 W:      http://geocities.com/i0xox0i
6455 W:      http://firstlight.net/cvs
6456 F:      drivers/usb/serial/cypress_m8.*
6458 USB SERIAL CYBERJACK DRIVER
6459 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
6460 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
6461 S:      Maintained
6462 F:      drivers/usb/serial/cyberjack.c
6464 USB SERIAL DIGI ACCELEPORT DRIVER
6465 M:      Peter Berger <pberger@brimson.com>
6466 M:      Al Borchers <alborchers@steinerpoint.com>
6467 L:      linux-usb@vger.kernel.org
6468 S:      Maintained
6469 F:      drivers/usb/serial/digi_acceleport.c
6471 USB SERIAL DRIVER
6472 M:      Greg Kroah-Hartman <gregkh@suse.de>
6473 L:      linux-usb@vger.kernel.org
6474 S:      Supported
6475 F:      Documentation/usb/usb-serial.txt
6476 F:      drivers/usb/serial/generic.c
6477 F:      drivers/usb/serial/usb-serial.c
6478 F:      include/linux/usb/serial.h
6480 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
6481 M:      Gary Brubaker <xavyer@ix.netcom.com>
6482 L:      linux-usb@vger.kernel.org
6483 S:      Maintained
6484 F:      drivers/usb/serial/empeg.c
6486 USB SERIAL KEYSPAN DRIVER
6487 M:      Greg Kroah-Hartman <greg@kroah.com>
6488 L:      linux-usb@vger.kernel.org
6489 W:      http://www.kroah.com/linux/
6490 S:      Maintained
6491 F:      drivers/usb/serial/*keyspan*
6493 USB SERIAL WHITEHEAT DRIVER
6494 M:      Support Department <support@connecttech.com>
6495 L:      linux-usb@vger.kernel.org
6496 W:      http://www.connecttech.com
6497 S:      Supported
6498 F:      drivers/usb/serial/whiteheat*
6500 USB SMSC95XX ETHERNET DRIVER
6501 M:      Steve Glendinning <steve.glendinning@smsc.com>
6502 L:      netdev@vger.kernel.org
6503 S:      Supported
6504 F:      drivers/net/usb/smsc95xx.*
6506 USB SN9C1xx DRIVER
6507 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6508 L:      linux-usb@vger.kernel.org
6509 L:      linux-media@vger.kernel.org
6510 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6511 W:      http://www.linux-projects.org
6512 S:      Maintained
6513 F:      Documentation/video4linux/sn9c102.txt
6514 F:      drivers/media/video/sn9c102/
6516 USB SUBSYSTEM
6517 M:      Greg Kroah-Hartman <gregkh@suse.de>
6518 L:      linux-usb@vger.kernel.org
6519 W:      http://www.linux-usb.org
6520 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6.git
6521 S:      Supported
6522 F:      Documentation/usb/
6523 F:      drivers/net/usb/
6524 F:      drivers/usb/
6525 F:      include/linux/usb.h
6526 F:      include/linux/usb/
6528 USB UHCI DRIVER
6529 M:      Alan Stern <stern@rowland.harvard.edu>
6530 L:      linux-usb@vger.kernel.org
6531 S:      Maintained
6532 F:      drivers/usb/host/uhci*
6534 USB "USBNET" DRIVER FRAMEWORK
6535 M:      David Brownell <dbrownell@users.sourceforge.net>
6536 L:      netdev@vger.kernel.org
6537 W:      http://www.linux-usb.org/usbnet
6538 S:      Maintained
6539 F:      drivers/net/usb/usbnet.c
6540 F:      include/linux/usb/usbnet.h
6542 USB VIDEO CLASS
6543 M:      Laurent Pinchart <laurent.pinchart@ideasonboard.com>
6544 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
6545 L:      linux-media@vger.kernel.org
6546 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6547 W:      http://www.ideasonboard.org/uvc/
6548 S:      Maintained
6549 F:      drivers/media/video/uvc/
6551 USB W996[87]CF DRIVER
6552 M:      Luca Risolia <luca.risolia@studio.unibo.it>
6553 L:      linux-usb@vger.kernel.org
6554 L:      linux-media@vger.kernel.org
6555 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6556 W:      http://www.linux-projects.org
6557 S:      Maintained
6558 F:      Documentation/video4linux/w9968cf.txt
6559 F:      drivers/media/video/w996*
6561 USB WIRELESS RNDIS DRIVER (rndis_wlan)
6562 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
6563 L:      linux-wireless@vger.kernel.org
6564 S:      Maintained
6565 F:      drivers/net/wireless/rndis_wlan.c
6567 USB XHCI DRIVER
6568 M:      Sarah Sharp <sarah.a.sharp@linux.intel.com>
6569 L:      linux-usb@vger.kernel.org
6570 S:      Supported
6571 F:      drivers/usb/host/xhci*
6572 F:      drivers/usb/host/pci-quirks*
6574 USB ZD1201 DRIVER
6575 L:      linux-wireless@vger.kernel.org
6576 W:      http://linux-lc100020.sourceforge.net
6577 S:      Orphan
6578 F:      drivers/net/wireless/zd1201.*
6580 USB ZR364XX DRIVER
6581 M:      Antoine Jacquet <royale@zerezo.com>
6582 L:      linux-usb@vger.kernel.org
6583 L:      linux-media@vger.kernel.org
6584 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
6585 W:      http://royale.zerezo.com/zr364xx/
6586 S:      Maintained
6587 F:      Documentation/video4linux/zr364xx.txt
6588 F:      drivers/media/video/zr364xx.c
6590 USER-MODE LINUX (UML)
6591 M:      Jeff Dike <jdike@addtoit.com>
6592 L:      user-mode-linux-devel@lists.sourceforge.net
6593 L:      user-mode-linux-user@lists.sourceforge.net
6594 W:      http://user-mode-linux.sourceforge.net
6595 S:      Maintained
6596 F:      Documentation/uml/
6597 F:      arch/um/
6598 F:      fs/hostfs/
6599 F:      fs/hppfs/
6601 USERSPACE I/O (UIO)
6602 M:      "Hans J. Koch" <hjk@linutronix.de>
6603 M:      Greg Kroah-Hartman <gregkh@suse.de>
6604 S:      Maintained
6605 F:      Documentation/DocBook/uio-howto.tmpl
6606 F:      drivers/uio/
6607 F:      include/linux/uio*.h
6609 UTIL-LINUX-NG PACKAGE
6610 M:      Karel Zak <kzak@redhat.com>
6611 L:      util-linux-ng@vger.kernel.org
6612 W:      http://kernel.org/~kzak/util-linux-ng/
6613 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
6614 S:      Maintained
6616 UVESAFB DRIVER
6617 M:      Michal Januszewski <spock@gentoo.org>
6618 L:      linux-fbdev@vger.kernel.org
6619 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
6620 S:      Maintained
6621 F:      Documentation/fb/uvesafb.txt
6622 F:      drivers/video/uvesafb.*
6624 VFAT/FAT/MSDOS FILESYSTEM
6625 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
6626 S:      Maintained
6627 F:      Documentation/filesystems/vfat.txt
6628 F:      fs/fat/
6630 VIRTIO CONSOLE DRIVER
6631 M:      Amit Shah <amit.shah@redhat.com>
6632 L:      virtualization@lists.linux-foundation.org
6633 S:      Maintained
6634 F:      drivers/char/virtio_console.c
6635 F:      include/linux/virtio_console.h
6637 VIRTIO CORE, NET AND BLOCK DRIVERS
6638 M:      Rusty Russell <rusty@rustcorp.com.au>
6639 M:      "Michael S. Tsirkin" <mst@redhat.com>
6640 L:      virtualization@lists.linux-foundation.org
6641 S:      Maintained
6642 F:      drivers/virtio/
6643 F:      drivers/net/virtio_net.c
6644 F:      drivers/block/virtio_blk.c
6645 F:      include/linux/virtio_*.h
6647 VIRTIO HOST (VHOST)
6648 M:      "Michael S. Tsirkin" <mst@redhat.com>
6649 L:      kvm@vger.kernel.org
6650 L:      virtualization@lists.linux-foundation.org
6651 L:      netdev@vger.kernel.org
6652 S:      Maintained
6653 F:      drivers/vhost/
6654 F:      include/linux/vhost.h
6656 VIA RHINE NETWORK DRIVER
6657 M:      Roger Luethi <rl@hellgate.ch>
6658 S:      Maintained
6659 F:      drivers/net/via-rhine.c
6661 VIAPRO SMBUS DRIVER
6662 M:      Jean Delvare <khali@linux-fr.org>
6663 L:      linux-i2c@vger.kernel.org
6664 S:      Maintained
6665 F:      Documentation/i2c/busses/i2c-viapro
6666 F:      drivers/i2c/busses/i2c-viapro.c
6668 VIA SD/MMC CARD CONTROLLER DRIVER
6669 M:      Bruce Chang <brucechang@via.com.tw>
6670 M:      Harald Welte <HaraldWelte@viatech.com>
6671 S:      Maintained
6672 F:      drivers/mmc/host/via-sdmmc.c
6674 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
6675 M:      Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
6676 L:      linux-fbdev@vger.kernel.org
6677 S:      Maintained
6678 F:      include/linux/via-core.h
6679 F:      include/linux/via-gpio.h
6680 F:      include/linux/via_i2c.h
6681 F:      drivers/video/via/
6683 VIA VELOCITY NETWORK DRIVER
6684 M:      Francois Romieu <romieu@fr.zoreil.com>
6685 L:      netdev@vger.kernel.org
6686 S:      Maintained
6687 F:      drivers/net/via-velocity.*
6689 VLAN (802.1Q)
6690 M:      Patrick McHardy <kaber@trash.net>
6691 L:      netdev@vger.kernel.org
6692 S:      Maintained
6693 F:      drivers/net/macvlan.c
6694 F:      include/linux/if_*vlan.h
6695 F:      net/8021q/
6697 VLYNQ BUS
6698 M:      Florian Fainelli <florian@openwrt.org>
6699 L:      openwrt-devel@lists.openwrt.org (subscribers-only)
6700 S:      Maintained
6701 F:      drivers/vlynq/vlynq.c
6702 F:      include/linux/vlynq.h
6704 VMWARE VMXNET3 ETHERNET DRIVER
6705 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
6706 M:      "VMware, Inc." <pv-drivers@vmware.com>
6707 L:      netdev@vger.kernel.org
6708 S:      Maintained
6709 F:      drivers/net/vmxnet3/
6711 VMware PVSCSI driver
6712 M:      Alok Kataria <akataria@vmware.com>
6713 M:      VMware PV-Drivers <pv-drivers@vmware.com>
6714 L:      linux-scsi@vger.kernel.org
6715 S:      Maintained
6716 F:      drivers/scsi/vmw_pvscsi.c
6717 F:      drivers/scsi/vmw_pvscsi.h
6719 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
6720 M:      Liam Girdwood <lrg@slimlogic.co.uk>
6721 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6722 W:      http://opensource.wolfsonmicro.com/node/15
6723 W:      http://www.slimlogic.co.uk/?p=48
6724 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
6725 S:      Supported
6726 F:      drivers/regulator/
6727 F:      include/linux/regulator/
6729 VT1211 HARDWARE MONITOR DRIVER
6730 M:      Juerg Haefliger <juergh@gmail.com>
6731 L:      lm-sensors@lm-sensors.org
6732 S:      Maintained
6733 F:      Documentation/hwmon/vt1211
6734 F:      drivers/hwmon/vt1211.c
6736 VT8231 HARDWARE MONITOR DRIVER
6737 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
6738 L:      lm-sensors@lm-sensors.org
6739 S:      Maintained
6740 F:      drivers/hwmon/vt8231.c
6742 W1 DALLAS'S 1-WIRE BUS
6743 M:      Evgeniy Polyakov <johnpol@2ka.mipt.ru>
6744 S:      Maintained
6745 F:      Documentation/w1/
6746 F:      drivers/w1/
6748 W83791D HARDWARE MONITORING DRIVER
6749 M:      Marc Hulsman <m.hulsman@tudelft.nl>
6750 L:      lm-sensors@lm-sensors.org
6751 S:      Maintained
6752 F:      Documentation/hwmon/w83791d
6753 F:      drivers/hwmon/w83791d.c
6755 W83793 HARDWARE MONITORING DRIVER
6756 M:      Rudolf Marek <r.marek@assembler.cz>
6757 L:      lm-sensors@lm-sensors.org
6758 S:      Maintained
6759 F:      Documentation/hwmon/w83793
6760 F:      drivers/hwmon/w83793.c
6762 W83795 HARDWARE MONITORING DRIVER
6763 M:      Jean Delvare <khali@linux-fr.org>
6764 L:      lm-sensors@lm-sensors.org
6765 S:      Maintained
6766 F:      drivers/hwmon/w83795.c
6768 W83L51xD SD/MMC CARD INTERFACE DRIVER
6769 M:      Pierre Ossman <pierre@ossman.eu>
6770 S:      Maintained
6771 F:      drivers/mmc/host/wbsd.*
6773 WATCHDOG DEVICE DRIVERS
6774 M:      Wim Van Sebroeck <wim@iguana.be>
6775 L:      linux-watchdog@vger.kernel.org
6776 W:      http://www.linux-watchdog.org/
6777 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
6778 S:      Maintained
6779 F:      Documentation/watchdog/
6780 F:      drivers/watchdog/
6781 F:      include/linux/watchdog.h
6783 WD7000 SCSI DRIVER
6784 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
6785 L:      linux-scsi@vger.kernel.org
6786 S:      Maintained
6787 F:      drivers/scsi/wd7000.c
6789 WINBOND CIR DRIVER
6790 M:      David Härdeman <david@hardeman.nu>
6791 S:      Maintained
6792 F:      drivers/input/misc/winbond-cir.c
6794 WIMAX STACK
6795 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
6796 M:      linux-wimax@intel.com
6797 L:      wimax@linuxwimax.org
6798 S:      Supported
6799 W:      http://linuxwimax.org
6800 F:      Documentation/wimax/README.wimax
6801 F:      include/linux/wimax.h
6802 F:      include/linux/wimax/debug.h
6803 F:      include/net/wimax.h
6804 F:      net/wimax/
6806 WISTRON LAPTOP BUTTON DRIVER
6807 M:      Miloslav Trmac <mitr@volny.cz>
6808 S:      Maintained
6809 F:      drivers/input/misc/wistron_btns.c
6811 WL1251 WIRELESS DRIVER
6812 M:      Kalle Valo <kvalo@adurom.com>
6813 L:      linux-wireless@vger.kernel.org
6814 W:      http://wireless.kernel.org
6815 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
6816 S:      Maintained
6817 F:      drivers/net/wireless/wl1251/*
6819 WL1271 WIRELESS DRIVER
6820 M:      Luciano Coelho <coelho@ti.com>
6821 L:      linux-wireless@vger.kernel.org
6822 W:      http://wireless.kernel.org/en/users/Drivers/wl12xx
6823 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx.git
6824 S:      Maintained
6825 F:      drivers/net/wireless/wl12xx/
6826 F:      include/linux/wl12xx.h
6828 WL3501 WIRELESS PCMCIA CARD DRIVER
6829 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
6830 L:      linux-wireless@vger.kernel.org
6831 W:      http://oops.ghostprotocols.net:81/blog
6832 S:      Maintained
6833 F:      drivers/net/wireless/wl3501*
6835 WM97XX TOUCHSCREEN DRIVERS
6836 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6837 M:      Liam Girdwood <lrg@slimlogic.co.uk>
6838 L:      linux-input@vger.kernel.org
6839 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
6840 W:      http://opensource.wolfsonmicro.com/node/7
6841 S:      Supported
6842 F:      drivers/input/touchscreen/*wm97*
6843 F:      include/linux/wm97xx.h
6845 WOLFSON MICROELECTRONICS DRIVERS
6846 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
6847 M:      Ian Lartey <ian@opensource.wolfsonmicro.com>
6848 M:      Dimitris Papastamos <dp@opensource.wolfsonmicro.com>
6849 T:      git git://opensource.wolfsonmicro.com/linux-2.6-asoc
6850 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
6851 W:      http://opensource.wolfsonmicro.com/content/linux-drivers-wolfson-devices
6852 S:      Supported
6853 F:      Documentation/hwmon/wm83??
6854 F:      drivers/leds/leds-wm83*.c
6855 F:      drivers/mfd/wm8*.c
6856 F:      drivers/power/wm83*.c
6857 F:      drivers/rtc/rtc-wm83*.c
6858 F:      drivers/regulator/wm8*.c
6859 F:      drivers/video/backlight/wm83*_bl.c
6860 F:      drivers/watchdog/wm83*_wdt.c
6861 F:      include/linux/mfd/wm831x/
6862 F:      include/linux/mfd/wm8350/
6863 F:      include/linux/mfd/wm8400*
6864 F:      include/sound/wm????.h
6865 F:      sound/soc/codecs/wm*
6867 WORKQUEUE
6868 M:      Tejun Heo <tj@kernel.org>
6869 L:      linux-kernel@vger.kernel.org
6870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq.git
6871 S:      Maintained
6872 F:      include/linux/workqueue.h
6873 F:      kernel/workqueue.c
6874 F:      Documentation/workqueue.txt
6876 X.25 NETWORK LAYER
6877 M:      Andrew Hendry <andrew.hendry@gmail.com>
6878 L:      linux-x25@vger.kernel.org
6879 S:      Odd Fixes
6880 F:      Documentation/networking/x25*
6881 F:      include/net/x25*
6882 F:      net/x25/
6884 X86 ARCHITECTURE (32-BIT AND 64-BIT)
6885 M:      Thomas Gleixner <tglx@linutronix.de>
6886 M:      Ingo Molnar <mingo@redhat.com>
6887 M:      "H. Peter Anvin" <hpa@zytor.com>
6888 M:      x86@kernel.org
6889 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
6890 S:      Maintained
6891 F:      Documentation/x86/
6892 F:      arch/x86/
6894 X86 PLATFORM DRIVERS
6895 M:      Matthew Garrett <mjg@redhat.com>
6896 L:      platform-driver-x86@vger.kernel.org
6897 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mjg59/platform-drivers-x86.git
6898 S:      Maintained
6899 F:      drivers/platform/x86
6901 XEN PCI SUBSYSTEM
6902 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6903 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
6904 S:      Supported
6905 F:      arch/x86/pci/*xen*
6906 F:      drivers/pci/*xen*
6908 XEN SWIOTLB SUBSYSTEM
6909 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6910 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
6911 S:      Supported
6912 F:      arch/x86/xen/*swiotlb*
6913 F:      drivers/xen/*swiotlb*
6915 XEN HYPERVISOR INTERFACE
6916 M:      Jeremy Fitzhardinge <jeremy.fitzhardinge@citrix.com>
6917 M:      Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
6918 L:      xen-devel@lists.xensource.com (moderated for non-subscribers)
6919 L:      virtualization@lists.linux-foundation.org
6920 S:      Supported
6921 F:      arch/x86/xen/
6922 F:      drivers/*/xen-*front.c
6923 F:      drivers/xen/
6924 F:      arch/x86/include/asm/xen/
6925 F:      include/xen/
6927 XFS FILESYSTEM
6928 P:      Silicon Graphics Inc
6929 M:      Alex Elder <aelder@sgi.com>
6930 M:      xfs-masters@oss.sgi.com
6931 L:      xfs@oss.sgi.com
6932 W:      http://oss.sgi.com/projects/xfs
6933 T:      git git://oss.sgi.com/xfs/xfs.git
6934 S:      Supported
6935 F:      Documentation/filesystems/xfs.txt
6936 F:      fs/xfs/
6938 XILINX SYSTEMACE DRIVER
6939 M:      Grant Likely <grant.likely@secretlab.ca>
6940 W:      http://www.secretlab.ca/
6941 S:      Maintained
6942 F:      drivers/block/xsysace.c
6944 XILINX UARTLITE SERIAL DRIVER
6945 M:      Peter Korsgaard <jacmet@sunsite.dk>
6946 L:      linux-serial@vger.kernel.org
6947 S:      Maintained
6948 F:      drivers/tty/serial/uartlite.c
6950 YAM DRIVER FOR AX.25
6951 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
6952 L:      linux-hams@vger.kernel.org
6953 S:      Maintained
6954 F:      drivers/net/hamradio/yam*
6955 F:      include/linux/yam.h
6957 YEALINK PHONE DRIVER
6958 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
6959 L:      usbb2k-api-dev@nongnu.org
6960 S:      Maintained
6961 F:      Documentation/input/yealink.txt
6962 F:      drivers/input/misc/yealink.*
6964 Z8530 DRIVER FOR AX.25
6965 M:      Joerg Reuter <jreuter@yaina.de>
6966 W:      http://yaina.de/jreuter/
6967 W:      http://www.qsl.net/dl1bke/
6968 L:      linux-hams@vger.kernel.org
6969 S:      Maintained
6970 F:      Documentation/networking/z8530drv.txt
6971 F:      drivers/net/hamradio/*scc.c
6972 F:      drivers/net/hamradio/z8530.h
6974 ZD1211RW WIRELESS DRIVER
6975 M:      Daniel Drake <dsd@gentoo.org>
6976 M:      Ulrich Kunitz <kune@deine-taler.de>
6977 W:      http://zd1211.ath.cx/wiki/DriverRewrite
6978 L:      linux-wireless@vger.kernel.org
6979 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
6980 S:      Maintained
6981 F:      drivers/net/wireless/zd1211rw/
6983 ZR36067 VIDEO FOR LINUX DRIVER
6984 L:      mjpeg-users@lists.sourceforge.net
6985 L:      linux-media@vger.kernel.org
6986 W:      http://mjpeg.sourceforge.net/driver-zoran/
6987 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
6988 S:      Odd Fixes
6989 F:      drivers/media/video/zoran/
6991 ZS DECSTATION Z85C30 SERIAL DRIVER
6992 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
6993 S:      Maintained
6994 F:      drivers/tty/serial/zs.*
6996 GRE DEMULTIPLEXER DRIVER
6997 M:      Dmitry Kozlov <xeb@mail.ru>
6998 L:      netdev@vger.kernel.org
6999 S:      Maintained
7000 F:      net/ipv4/gre.c
7001 F:      include/net/gre.h
7003 PPTP DRIVER
7004 M:      Dmitry Kozlov <xeb@mail.ru>
7005 L:      netdev@vger.kernel.org
7006 S:      Maintained
7007 F:      drivers/net/pptp.c
7008 W:      http://sourceforge.net/projects/accel-pptp
7010 THE REST
7011 M:      Linus Torvalds <torvalds@linux-foundation.org>
7012 L:      linux-kernel@vger.kernel.org
7013 Q:      http://patchwork.kernel.org/project/LKML/list/
7014 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
7015 S:      Buried alive in reporters
7016 F:      *
7017 F:      */