Merge branch 'for-rmk' of git://git.pengutronix.de/git/imx/linux-2.6 into devel-stable
[safe/jmp/linux-2.6] / MAINTAINERS
1
2         List of maintainers and how to submit kernel changes
3
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.
7
8 1.      Always _test_ your changes, however small, on at least 4 or
9         5 people, preferably many more.
10
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.)
18
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.
22
23 4.      When you are happy with a change make it generally available for
24         testing and await feedback.
25
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.
34
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.
38
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.
44
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.
48
49         PLEASE document known bugs. If it doesn't work for everything
50         or does something very odd once a month document it.
51
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.
57
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.
61
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.
65
66 8.      Happy hacking.
67
68 Descriptions of section entries:
69
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         T: SCM tree type and location.  Type is one of: git, hg, quilt, stgit.
75         S: Status, one of the following:
76            Supported:   Someone is actually paid to look after this.
77            Maintained:  Someone actually looks after it.
78            Odd Fixes:   It has a maintainer but they don't have time to do
79                         much other than throw the odd patch in. See below..
80            Orphan:      No current maintainer [but maybe you could take the
81                         role as you write your new code].
82            Obsolete:    Old code. Something tagged obsolete generally means
83                         it has been replaced by a better system and you
84                         should be using that.
85         F: Files and directories with wildcard patterns.
86            A trailing slash includes all files and subdirectory files.
87            F:   drivers/net/    all files in and below drivers/net
88            F:   drivers/net/*   all files in drivers/net, but not below
89            F:   */net/*         all files in "any top level directory"/net
90            One pattern per line.  Multiple F: lines acceptable.
91         X: Files and directories that are NOT maintained, same rules as F:
92            Files exclusions are tested before file matches.
93            Can be useful for excluding a specific subdirectory, for instance:
94            F:   net/
95            X:   net/ipv6/
96            matches all files in and below net excluding net/ipv6/
97         K: Keyword perl extended regex pattern to match content in a
98            patch or file.  For instance:
99            K: of_get_profile
100               matches patches or files that contain "of_get_profile"
101            K: \b(printk|pr_(info|err))\b
102               matches patches or files that contain one or more of the words
103               printk, pr_info or pr_err
104            One regex pattern per line.  Multiple K: lines acceptable.
105
106 Note: For the hard of thinking, this list is meant to remain in alphabetical
107 order. If you could add yourselves to it in alphabetical order that would be
108 so much easier [Ed]
109
110 Maintainers List (try to look for most precise areas first)
111
112                 -----------------------------------
113
114 3C505 NETWORK DRIVER
115 M:      Philip Blundell <philb@gnu.org>
116 L:      netdev@vger.kernel.org
117 S:      Maintained
118 F:      drivers/net/3c505*
119
120 3C59X NETWORK DRIVER
121 M:      Steffen Klassert <klassert@mathematik.tu-chemnitz.de>
122 L:      netdev@vger.kernel.org
123 S:      Maintained
124 F:      Documentation/networking/vortex.txt
125 F:      drivers/net/3c59x.c
126
127 3CR990 NETWORK DRIVER
128 M:      David Dillow <dave@thedillows.org>
129 L:      netdev@vger.kernel.org
130 S:      Maintained
131 F:      drivers/net/typhoon*
132
133 3W-9XXX SATA-RAID CONTROLLER DRIVER
134 M:      Adam Radford <linuxraid@amcc.com>
135 L:      linux-scsi@vger.kernel.org
136 W:      http://www.amcc.com
137 S:      Supported
138 F:      drivers/scsi/3w-9xxx*
139
140 3W-XXXX ATA-RAID CONTROLLER DRIVER
141 M:      Adam Radford <linuxraid@amcc.com>
142 L:      linux-scsi@vger.kernel.org
143 W:      http://www.amcc.com
144 S:      Supported
145 F:      drivers/scsi/3w-xxxx*
146
147 53C700 AND 53C700-66 SCSI DRIVER
148 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
149 L:      linux-scsi@vger.kernel.org
150 S:      Maintained
151 F:      drivers/scsi/53c700*
152
153 6PACK NETWORK DRIVER FOR AX.25
154 M:      Andreas Koensgen <ajk@comnets.uni-bremen.de>
155 L:      linux-hams@vger.kernel.org
156 S:      Maintained
157 F:      drivers/net/hamradio/6pack.c
158
159 8169 10/100/1000 GIGABIT ETHERNET DRIVER
160 M:      Francois Romieu <romieu@fr.zoreil.com>
161 L:      netdev@vger.kernel.org
162 S:      Maintained
163 F:      drivers/net/r8169.c
164
165 8250/16?50 (AND CLONE UARTS) SERIAL DRIVER
166 L:      linux-serial@vger.kernel.org
167 W:      http://serial.sourceforge.net
168 S:      Orphan
169 F:      drivers/serial/8250*
170 F:      include/linux/serial_8250.h
171
172 8390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.]
173 M:      Paul Gortmaker <p_gortmaker@yahoo.com>
174 L:      netdev@vger.kernel.org
175 S:      Maintained
176 F:      drivers/net/*8390*
177 F:      drivers/net/ax88796.c
178
179 9P FILE SYSTEM
180 M:      Eric Van Hensbergen <ericvh@gmail.com>
181 M:      Ron Minnich <rminnich@sandia.gov>
182 M:      Latchesar Ionkov <lucho@ionkov.net>
183 L:      v9fs-developer@lists.sourceforge.net
184 W:      http://swik.net/v9fs
185 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs.git
186 S:      Maintained
187 F:      Documentation/filesystems/9p.txt
188 F:      fs/9p/
189
190 A2232 SERIAL BOARD DRIVER
191 M:      Enver Haase <A2232@gmx.net>
192 L:      linux-m68k@lists.linux-m68k.org
193 S:      Maintained
194 F:      drivers/char/ser_a2232*
195
196 AACRAID SCSI RAID DRIVER
197 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
198 L:      linux-scsi@vger.kernel.org
199 W:      http://www.adaptec.com/
200 S:      Supported
201 F:      Documentation/scsi/aacraid.txt
202 F:      drivers/scsi/aacraid/
203
204 ABIT UGURU 1,2 HARDWARE MONITOR DRIVER
205 M:      Hans de Goede <j.w.r.degoede@hhs.nl>
206 L:      lm-sensors@lm-sensors.org
207 S:      Maintained
208 F:      drivers/hwmon/abituguru.c
209
210 ABIT UGURU 3 HARDWARE MONITOR DRIVER
211 M:      Alistair John Strachan <alistair@devzero.co.uk>
212 L:      lm-sensors@lm-sensors.org
213 S:      Maintained
214 F:      drivers/hwmon/abituguru3.c
215
216 ACENIC DRIVER
217 M:      Jes Sorensen <jes@trained-monkey.org>
218 L:      linux-acenic@sunsite.dk
219 S:      Maintained
220 F:      drivers/net/acenic*
221
222 ACER ASPIRE ONE TEMPERATURE AND FAN DRIVER
223 M:      Peter Feuerer <peter@piie.net>
224 W:      http://piie.net/?section=acerhdf
225 S:      Maintained
226 F:      drivers/platform/x86/acerhdf.c
227
228 ACER WMI LAPTOP EXTRAS
229 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
230 L:      aceracpi@googlegroups.com (subscribers-only)
231 W:      http://code.google.com/p/aceracpi
232 S:      Maintained
233 F:      drivers/platform/x86/acer-wmi.c
234
235 ACPI
236 M:      Len Brown <lenb@kernel.org>
237 L:      linux-acpi@vger.kernel.org
238 W:      http://www.lesswatts.org/projects/acpi/
239 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git
240 S:      Supported
241 F:      drivers/acpi/
242 F:      drivers/pnp/pnpacpi/
243 F:      include/linux/acpi.h
244 F:      include/acpi/
245
246 ACPI BATTERY DRIVERS
247 M:      Alexey Starikovskiy <astarikovskiy@suse.de>
248 L:      linux-acpi@vger.kernel.org
249 W:      http://www.lesswatts.org/projects/acpi/
250 S:      Supported
251 F:      drivers/acpi/battery.c
252 F:      drivers/acpi/*sbs*
253
254 ACPI EC DRIVER
255 M:      Alexey Starikovskiy <astarikovskiy@suse.de>
256 L:      linux-acpi@vger.kernel.org
257 W:      http://www.lesswatts.org/projects/acpi/
258 S:      Supported
259 F:      drivers/acpi/ec.c
260
261 ACPI FAN DRIVER
262 M:      Zhang Rui <rui.zhang@intel.com>
263 L:      linux-acpi@vger.kernel.org
264 W:      http://www.lesswatts.org/projects/acpi/
265 S:      Supported
266 F:      drivers/acpi/fan.c
267
268 ACPI PROCESSOR AGGREGATOR DRIVER
269 M:      Shaohua Li <shaohua.li@intel.com>
270 L:      linux-acpi@vger.kernel.org
271 W:      http://www.lesswatts.org/projects/acpi/
272 S:      Supported
273 F:      drivers/acpi/acpi_pad.c
274
275 ACPI THERMAL DRIVER
276 M:      Zhang Rui <rui.zhang@intel.com>
277 L:      linux-acpi@vger.kernel.org
278 W:      http://www.lesswatts.org/projects/acpi/
279 S:      Supported
280 F:      drivers/acpi/*thermal*
281
282 ACPI VIDEO DRIVER
283 M:      Zhang Rui <rui.zhang@intel.com>
284 L:      linux-acpi@vger.kernel.org
285 W:      http://www.lesswatts.org/projects/acpi/
286 S:      Supported
287 F:      drivers/acpi/video.c
288
289 ACPI WMI DRIVER
290 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
291 L:      linux-acpi@vger.kernel.org
292 W:      http://www.lesswatts.org/projects/acpi/
293 S:      Maintained
294 F:      drivers/platform/x86/wmi.c
295
296 AD1889 ALSA SOUND DRIVER
297 M:      Kyle McMartin <kyle@mcmartin.ca>
298 M:      Thibaut Varene <T-Bone@parisc-linux.org>
299 W:      http://wiki.parisc-linux.org/AD1889
300 L:      linux-parisc@vger.kernel.org
301 S:      Maintained
302 F:      sound/pci/ad1889.*
303
304 ADM1025 HARDWARE MONITOR DRIVER
305 M:      Jean Delvare <khali@linux-fr.org>
306 L:      lm-sensors@lm-sensors.org
307 S:      Maintained
308 F:      Documentation/hwmon/adm1025
309 F:      drivers/hwmon/adm1025.c
310
311 ADM1029 HARDWARE MONITOR DRIVER
312 M:      Corentin Labbe <corentin.labbe@geomatys.fr>
313 L:      lm-sensors@lm-sensors.org
314 S:      Maintained
315 F:      drivers/hwmon/adm1029.c
316
317 ADM8211 WIRELESS DRIVER
318 M:      Michael Wu <flamingice@sourmilk.net>
319 L:      linux-wireless@vger.kernel.org
320 W:      http://linuxwireless.org/
321 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
322 S:      Maintained
323 F:      drivers/net/wireless/adm8211.*
324
325 ADT746X FAN DRIVER
326 M:      Colin Leroy <colin@colino.net>
327 S:      Maintained
328 F:      drivers/macintosh/therm_adt746x.c
329
330 ADVANSYS SCSI DRIVER
331 M:      Matthew Wilcox <matthew@wil.cx>
332 L:      linux-scsi@vger.kernel.org
333 S:      Maintained
334 F:      Documentation/scsi/advansys.txt
335 F:      drivers/scsi/advansys.c
336
337 AEDSP16 DRIVER
338 M:      Riccardo Facchetti <fizban@tin.it>
339 S:      Maintained
340 F:      sound/oss/aedsp16.c
341
342 AFFS FILE SYSTEM
343 M:      Roman Zippel <zippel@linux-m68k.org>
344 S:      Maintained
345 F:      Documentation/filesystems/affs.txt
346 F:      fs/affs/
347
348 AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN
349 M:      David Howells <dhowells@redhat.com>
350 L:      linux-afs@lists.infradead.org
351 S:      Supported
352 F:      fs/afs/
353 F:      include/net/af_rxrpc.h
354 F:      net/rxrpc/af_rxrpc.c
355
356 AGPGART DRIVER
357 M:      David Airlie <airlied@linux.ie>
358 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
359 S:      Maintained
360 F:      drivers/char/agp/
361 F:      include/linux/agp*
362
363 AHA152X SCSI DRIVER
364 M:      "Juergen E. Fischer" <fischer@norbit.de>
365 L:      linux-scsi@vger.kernel.org
366 S:      Maintained
367 F:      drivers/scsi/aha152x*
368 F:      drivers/scsi/pcmcia/aha152x*
369
370 AIC7XXX / AIC79XX SCSI DRIVER
371 M:      Hannes Reinecke <hare@suse.de>
372 L:      linux-scsi@vger.kernel.org
373 S:      Maintained
374 F:      drivers/scsi/aic7xxx/
375 F:      drivers/scsi/aic7xxx_old/
376
377 AIO
378 M:      Benjamin LaHaise <bcrl@kvack.org>
379 L:      linux-aio@kvack.org
380 S:      Supported
381 F:      fs/aio.c
382 F:      include/linux/*aio*.h
383
384 ALCATEL SPEEDTOUCH USB DRIVER
385 M:      Duncan Sands <duncan.sands@free.fr>
386 L:      linux-usb@vger.kernel.org
387 W:      http://www.linux-usb.org/SpeedTouch/
388 S:      Maintained
389 F:      drivers/usb/atm/speedtch.c
390 F:      drivers/usb/atm/usbatm.c
391
392 ALCHEMY AU1XX0 MMC DRIVER
393 M:      Manuel Lauss <manuel.lauss@gmail.com>
394 S:      Maintained
395 F:      drivers/mmc/host/au1xmmc.c
396
397 ALI1563 I2C DRIVER
398 M:      Rudolf Marek <r.marek@assembler.cz>
399 L:      linux-i2c@vger.kernel.org
400 S:      Maintained
401 F:      Documentation/i2c/busses/i2c-ali1563
402 F:      drivers/i2c/busses/i2c-ali1563.c
403
404 ALPHA PORT
405 M:      Richard Henderson <rth@twiddle.net>
406 S:      Odd Fixes for 2.4; Maintained for 2.6.
407 M:      Ivan Kokshaysky <ink@jurassic.park.msu.ru>
408 S:      Maintained for 2.4; PCI support for 2.6.
409 L:      linux-alpha@vger.kernel.org
410 F:      arch/alpha/
411
412 AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER
413 M:      Thomas Dahlmann <dahlmann.thomas@arcor.de>
414 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
415 S:      Supported
416 F:      drivers/usb/gadget/amd5536udc.*
417
418 AMD GEODE PROCESSOR/CHIPSET SUPPORT
419 P:      Jordan Crouse
420 L:      linux-geode@lists.infradead.org (moderated for non-subscribers)
421 W:      http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html
422 S:      Supported
423 F:      arch/x86/kernel/geode_32.c
424 F:      drivers/char/hw_random/geode-rng.c
425 F:      drivers/crypto/geode*
426 F:      drivers/video/geode/
427 F:      arch/x86/include/asm/geode.h
428
429 AMD IOMMU (AMD-VI)
430 M:      Joerg Roedel <joerg.roedel@amd.com>
431 L:      iommu@lists.linux-foundation.org
432 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git
433 S:      Supported
434 F:      arch/x86/kernel/amd_iommu*.c
435 F:      arch/x86/include/asm/amd_iommu*.h
436
437 AMD MICROCODE UPDATE SUPPORT
438 M:      Andreas Herrmann <andreas.herrmann3@amd.com>
439 L:      amd64-microcode@amd64.org
440 S:      Supported
441 F:      arch/x86/kernel/microcode_amd.c
442
443 AMS (Apple Motion Sensor) DRIVER
444 M:      Stelian Pop <stelian@popies.net>
445 M:      Michael Hanselmann <linux-kernel@hansmi.ch>
446 S:      Supported
447 F:      drivers/hwmon/ams/
448
449 AMSO1100 RNIC DRIVER
450 M:      Tom Tucker <tom@opengridcomputing.com>
451 M:      Steve Wise <swise@opengridcomputing.com>
452 L:      linux-rdma@vger.kernel.org
453 S:      Maintained
454 F:      drivers/infiniband/hw/amso1100/
455
456 AOA (Apple Onboard Audio) ALSA DRIVER
457 M:      Johannes Berg <johannes@sipsolutions.net>
458 L:      linuxppc-dev@ozlabs.org
459 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
460 S:      Maintained
461 F:      sound/aoa/
462
463 APM DRIVER
464 M:      Stephen Rothwell <sfr@canb.auug.org.au>
465 L:      linux-laptop@vger.kernel.org
466 W:      http://www.canb.auug.org.au/~sfr/
467 S:      Supported
468 F:      arch/x86/kernel/apm_32.c
469 F:      include/linux/apm_bios.h
470
471 APPLE BCM5974 MULTITOUCH DRIVER
472 M:      Henrik Rydberg <rydberg@euromail.se>
473 L:      linux-input@vger.kernel.org
474 S:      Maintained
475 F:      drivers/input/mouse/bcm5974.c
476
477 APPLE SMC DRIVER
478 M:      Nicolas Boichat <nicolas@boichat.ch>
479 L:      mactel-linux-devel@lists.sourceforge.net
480 S:      Maintained
481 F:      drivers/hwmon/applesmc.c
482
483 APPLETALK NETWORK LAYER
484 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
485 S:      Maintained
486 F:      drivers/net/appletalk/
487 F:      net/appletalk/
488
489 APPLETOUCH TOUCHPAD DRIVER
490 M:      Johannes Berg <johannes@sipsolutions.net>
491 L:      linux-input@vger.kernel.org
492 S:      Maintained
493 F:      Documentation/input/appletouch.txt
494 F:      drivers/input/mouse/appletouch.c
495
496 ARC FRAMEBUFFER DRIVER
497 M:      Jaya Kumar <jayalk@intworks.biz>
498 S:      Maintained
499 F:      drivers/video/arcfb.c
500 F:      drivers/video/fb_defio.c
501
502 ARM MFM AND FLOPPY DRIVERS
503 M:      Ian Molton <spyro@f2s.com>
504 S:      Maintained
505 F:      arch/arm/lib/floppydma.S
506 F:      arch/arm/include/asm/floppy.h
507
508 ARM PORT
509 M:      Russell King <linux@arm.linux.org.uk>
510 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
511 W:      http://www.arm.linux.org.uk/
512 S:      Maintained
513 F:      arch/arm/
514
515 ARM PRIMECELL MMCI PL180/1 DRIVER
516 S:      Orphan
517 F:      drivers/mmc/host/mmci.*
518
519 ARM/ADI ROADRUNNER MACHINE SUPPORT
520 M:      Lennert Buytenhek <kernel@wantstofly.org>
521 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
522 S:      Maintained
523 F:      arch/arm/mach-ixp23xx/
524 F:      arch/arm/mach-ixp23xx/include/mach/
525
526 ARM/ADS SPHERE MACHINE SUPPORT
527 M:      Lennert Buytenhek <kernel@wantstofly.org>
528 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
529 S:      Maintained
530
531 ARM/AFEB9260 MACHINE SUPPORT
532 M:      Sergey Lapin <slapin@ossfans.org>
533 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
534 S:      Maintained
535
536 ARM/AJECO 1ARM MACHINE SUPPORT
537 M:      Lennert Buytenhek <kernel@wantstofly.org>
538 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
539 S:      Maintained
540
541 ARM/ATMEL AT91RM9200 ARM ARCHITECTURE
542 M:      Andrew Victor <linux@maxim.org.za>
543 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
544 W:      http://maxim.org.za/at91_26.html
545 S:      Maintained
546
547 ARM/BCMRING ARM ARCHITECTURE
548 M:      Leo Chen <leochen@broadcom.com>
549 M:      Scott Branden <sbranden@broadcom.com>
550 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
551 S:      Maintained
552 F:      arch/arm/mach-bcmring
553
554 ARM/BCMRING MTD NAND DRIVER
555 M:      Leo Chen <leochen@broadcom.com>
556 M:      Scott Branden <sbranden@broadcom.com>
557 L:      linux-mtd@lists.infradead.org
558 S:      Maintained
559 F:      drivers/mtd/nand/bcm_umi_nand.c
560 F:      drivers/mtd/nand/bcm_umi_bch.c
561 F:      drivers/mtd/nand/bcm_umi_hamming.c
562 F:      drivers/mtd/nand/nand_bcm_umi.h
563
564 ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE
565 M:      Hartley Sweeten <hsweeten@visionengravers.com>
566 M:      Ryan Mallon <ryan@bluewatersys.com>
567 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
568 S:      Maintained
569 F:      arch/arm/mach-ep93xx/
570 F:      arch/arm/mach-ep93xx/include/mach/
571
572 ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT
573 M:      Lennert Buytenhek <kernel@wantstofly.org>
574 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
575 S:      Maintained
576
577 ARM/CLKDEV SUPPORT
578 M:      Russell King <linux@arm.linux.org.uk>
579 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
580 F:      arch/arm/common/clkdev.c
581 F:      arch/arm/include/asm/clkdev.h
582
583 ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT
584 M:      Mike Rapoport <mike@compulab.co.il>
585 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
586 S:      Maintained
587
588 ARM/CONTEC MICRO9 MACHINE SUPPORT
589 M:      Hubert Feurstein <hubert.feurstein@contec.at>
590 S:      Maintained
591 F:      arch/arm/mach-ep93xx/micro9.c
592
593 ARM/CORGI MACHINE SUPPORT
594 M:      Richard Purdie <rpurdie@rpsys.net>
595 S:      Maintained
596
597 ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE
598 M:      Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
599 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
600 T:      git git://gitorious.org/linux-gemini/mainline.git
601 S:      Maintained
602 F:      arch/arm/mach-gemini/
603
604 ARM/EBSA110 MACHINE SUPPORT
605 M:      Russell King <linux@arm.linux.org.uk>
606 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
607 W:      http://www.arm.linux.org.uk/
608 S:      Maintained
609 F:      arch/arm/mach-ebsa110/
610 F:      drivers/net/arm/am79c961a.*
611
612 ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6)
613 M:      Daniel Ribeiro <drwyrm@gmail.com>
614 M:      Stefan Schmidt <stefan@openezx.org>
615 M:      Harald Welte <laforge@openezx.org>
616 L:      openezx-devel@lists.openezx.org (subscribers-only)
617 W:      http://www.openezx.org/
618 S:      Maintained
619 T:      topgit git://git.openezx.org/openezx.git
620 F:      arch/arm/mach-pxa/ezx.c
621
622 ARM/FARADAY FA526 PORT
623 M:      Paulius Zaleckas <paulius.zaleckas@teltonika.lt>
624 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
625 S:      Maintained
626 F:      arch/arm/mm/*-fa*
627
628 ARM/FOOTBRIDGE ARCHITECTURE
629 M:      Russell King <linux@arm.linux.org.uk>
630 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
631 W:      http://www.arm.linux.org.uk/
632 S:      Maintained
633 F:      arch/arm/include/asm/hardware/dec21285.h
634 F:      arch/arm/mach-footbridge/
635
636 ARM/FREESCALE IMX / MXC ARM ARCHITECTURE
637 M:      Sascha Hauer <kernel@pengutronix.de>
638 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
639 S:      Maintained
640 T:      git://git.pengutronix.de/git/imx/linux-2.6.git
641 F:      arch/arm/mach-mx*/
642 F:      arch/arm/plat-mxc/
643
644 ARM/GLOMATION GESBC9312SX MACHINE SUPPORT
645 M:      Lennert Buytenhek <kernel@wantstofly.org>
646 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
647 S:      Maintained
648
649 ARM/GUMSTIX MACHINE SUPPORT
650 M:      Steve Sakoman <sakoman@gmail.com>
651 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
652 S:      Maintained
653
654 ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT
655 M:      Philipp Zabel <philipp.zabel@gmail.com>
656 S:      Maintained
657 F:      arch/arm/mach-pxa/hx4700.c
658 F:      arch/arm/mach-pxa/include/mach/hx4700.h
659
660 ARM/HP JORNADA 7XX MACHINE SUPPORT
661 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
662 W:      www.jlime.com
663 S:      Maintained
664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
665 F:      arch/arm/mach-sa1100/jornada720.c
666 F:      arch/arm/mach-sa1100/include/mach/jornada720.h
667
668 ARM/INTEL IOP32X ARM ARCHITECTURE
669 M:      Lennert Buytenhek <kernel@wantstofly.org>
670 M:      Dan Williams <dan.j.williams@intel.com>
671 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
672 S:      Maintained
673
674 ARM/INTEL IOP33X ARM ARCHITECTURE
675 M:      Dan Williams <dan.j.williams@intel.com>
676 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
677 S:      Maintained
678
679 ARM/INTEL IOP13XX ARM ARCHITECTURE
680 M:      Lennert Buytenhek <kernel@wantstofly.org>
681 M:      Dan Williams <dan.j.williams@intel.com>
682 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
683 S:      Maintained
684
685 ARM/INTEL IQ81342EX MACHINE SUPPORT
686 M:      Lennert Buytenhek <kernel@wantstofly.org>
687 M:      Dan Williams <dan.j.williams@intel.com>
688 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
689 S:      Maintained
690
691 ARM/INTEL IXP2000 ARM ARCHITECTURE
692 M:      Lennert Buytenhek <kernel@wantstofly.org>
693 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
694 S:      Maintained
695
696 ARM/INTEL IXDP2850 MACHINE SUPPORT
697 M:      Lennert Buytenhek <kernel@wantstofly.org>
698 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
699 S:      Maintained
700
701 ARM/INTEL IXP23XX ARM ARCHITECTURE
702 M:      Lennert Buytenhek <kernel@wantstofly.org>
703 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
704 S:      Maintained
705
706 ARM/INTEL IXP4XX ARM ARCHITECTURE
707 M:      Imre Kaloz <kaloz@openwrt.org>
708 M:      Krzysztof Halasa <khc@pm.waw.pl>
709 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
710 S:      Maintained
711 F:      arch/arm/mach-ixp4xx/
712
713 ARM/INTEL RESEARCH IMOTE 2 MACHINE SUPPORT
714 M:      Jonathan Cameron <jic23@cam.ac.uk>
715 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
716 S:      Maintained
717 F:      arch/arm/mach-pxa/imote2.c
718
719 ARM/INTEL RESEARCH STARGATE 2 MACHINE SUPPORT
720 M:      Jonathan Cameron <jic23@cam.ac.uk>
721 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
722 S:      Maintained
723 F:      arch/arm/mach-pxa/stargate2.c
724 F:      drivers/pcmcia/pxa2xx_stargate2.c
725
726 ARM/INTEL XSC3 (MANZANO) ARM CORE
727 M:      Lennert Buytenhek <kernel@wantstofly.org>
728 M:      Dan Williams <dan.j.williams@intel.com>
729 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
730 S:      Maintained
731
732 ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT
733 M:      Lennert Buytenhek <kernel@wantstofly.org>
734 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
735 S:      Maintained
736
737 ARM/LOGICPD PXA270 MACHINE SUPPORT
738 M:      Lennert Buytenhek <kernel@wantstofly.org>
739 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
740 S:      Maintained
741
742 ARM/MAGICIAN MACHINE SUPPORT
743 M:      Philipp Zabel <philipp.zabel@gmail.com>
744 S:      Maintained
745
746 ARM/Marvell Loki/Kirkwood/MV78xx0/Orion SOC support
747 M:      Lennert Buytenhek <buytenh@marvell.com>
748 M:      Nicolas Pitre <nico@marvell.com>
749 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
750 T:      git git://git.marvell.com/orion
751 S:      Maintained
752 F:      arch/arm/mach-loki/
753 F:      arch/arm/mach-kirkwood/
754 F:      arch/arm/mach-mv78xx0/
755 F:      arch/arm/mach-orion5x/
756 F:      arch/arm/plat-orion/
757
758 ARM/MIOA701 MACHINE SUPPORT
759 M:      Robert Jarzmik <robert.jarzmik@free.fr>
760 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
761 F:      arch/arm/mach-pxa/mioa701.c
762 S:      Maintained
763
764 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT
765 M:      Michael Petchkovsky <mkpetch@internode.on.net>
766 S:      Maintained
767
768 ARM/OPENMOKO NEO FREERUNNER (GTA02) MACHINE SUPPORT
769 M:      Nelson Castillo <arhuaco@freaks-unidos.net>
770 L:      openmoko-kernel@lists.openmoko.org (subscribers-only)
771 W:      http://wiki.openmoko.org/wiki/Neo_FreeRunner
772 S:      Supported
773
774 ARM/TOSA MACHINE SUPPORT
775 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
776 M:      Dirk Opfer <dirk@opfer-online.de>
777 S:      Maintained
778
779 ARM/PALMTX,PALMT5,PALMLD,PALMTE2,PALMTC SUPPORT
780 M:      Marek Vasut <marek.vasut@gmail.com>
781 L:      linux-arm-kernel@lists.infradead.org
782 W:      http://hackndev.com
783 S:      Maintained
784 F:      arch/arm/mach-pxa/include/mach/palmtx.h
785 F:      arch/arm/mach-pxa/palmtx.c
786 F:      arch/arm/mach-pxa/include/mach/palmt5.h
787 F:      arch/arm/mach-pxa/palmt5.c
788 F:      arch/arm/mach-pxa/include/mach/palmld.h
789 F:      arch/arm/mach-pxa/palmld.c
790 F:      arch/arm/mach-pxa/include/mach/palmte2.h
791 F:      arch/arm/mach-pxa/palmte2.c
792 F:      arch/arm/mach-pxa/include/mach/palmtc.h
793 F:      arch/arm/mach-pxa/palmtc.c
794
795 ARM/PALM TREO 680 SUPPORT
796 M:      Tomas Cech <sleep_walker@suse.cz>
797 L:      linux-arm-kernel@lists.infradead.org
798 W:      http://hackndev.com
799 S:      Maintained
800 F:      arch/arm/mach-pxa/include/mach/treo680.h
801 F:      arch/arm/mach-pxa/treo680.c
802
803 ARM/PALMZ72 SUPPORT
804 M:      Sergey Lapin <slapin@ossfans.org>
805 L:      linux-arm-kernel@lists.infradead.org
806 W:      http://hackndev.com
807 S:      Maintained
808 F:      arch/arm/mach-pxa/include/mach/palmz72.h
809 F:      arch/arm/mach-pxa/palmz72.c
810
811 ARM/PLEB SUPPORT
812 M:      Peter Chubb <pleb@gelato.unsw.edu.au>
813 W:      http://www.disy.cse.unsw.edu.au/Hardware/PLEB
814 S:      Maintained
815
816 ARM/PT DIGITAL BOARD PORT
817 M:      Stefan Eletzhofer <stefan.eletzhofer@eletztrick.de>
818 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
819 W:      http://www.arm.linux.org.uk/
820 S:      Maintained
821
822 ARM/RADISYS ENP2611 MACHINE SUPPORT
823 M:      Lennert Buytenhek <kernel@wantstofly.org>
824 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
825 S:      Maintained
826
827 ARM/RISCPC ARCHITECTURE
828 M:      Russell King <linux@arm.linux.org.uk>
829 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
830 W:      http://www.arm.linux.org.uk/
831 S:      Maintained
832 F:      arch/arm/common/time-acorn.c
833 F:      arch/arm/include/asm/hardware/entry-macro-iomd.S
834 F:      arch/arm/include/asm/hardware/ioc.h
835 F:      arch/arm/include/asm/hardware/iomd.h
836 F:      arch/arm/include/asm/hardware/memc.h
837 F:      arch/arm/mach-rpc/
838 F:      drivers/net/arm/ether*
839 F:      drivers/scsi/arm/
840
841 ARM/SHARK MACHINE SUPPORT
842 M:      Alexander Schulz <alex@shark-linux.de>
843 W:      http://www.shark-linux.de/shark.html
844 S:      Maintained
845
846 ARM/SAMSUNG ARM ARCHITECTURES
847 M:      Ben Dooks <ben-linux@fluff.org>
848 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
849 W:      http://www.fluff.org/ben/linux/
850 S:      Maintained
851 F:      arch/arm/plat-s3c/
852 F:      arch/arm/plat-s3c24xx/
853
854 ARM/S3C2410 ARM ARCHITECTURE
855 M:      Ben Dooks <ben-linux@fluff.org>
856 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
857 W:      http://www.fluff.org/ben/linux/
858 S:      Maintained
859 F:      arch/arm/mach-s3c2410/
860
861 ARM/S3C2440 ARM ARCHITECTURE
862 M:      Ben Dooks <ben-linux@fluff.org>
863 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
864 W:      http://www.fluff.org/ben/linux/
865 S:      Maintained
866 F:      arch/arm/mach-s3c2440/
867
868 ARM/S3C2442 ARM ARCHITECTURE
869 M:      Ben Dooks <ben-linux@fluff.org>
870 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
871 W:      http://www.fluff.org/ben/linux/
872 S:      Maintained
873 F:      arch/arm/mach-s3c2442/
874
875 ARM/S3C2443 ARM ARCHITECTURE
876 M:      Ben Dooks <ben-linux@fluff.org>
877 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
878 W:      http://www.fluff.org/ben/linux/
879 S:      Maintained
880 F:      arch/arm/mach-s3c2443/
881
882 ARM/S3C6400 ARM ARCHITECTURE
883 M:      Ben Dooks <ben-linux@fluff.org>
884 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
885 W:      http://www.fluff.org/ben/linux/
886 S:      Maintained
887 F:      arch/arm/mach-s3c6400/
888
889 ARM/S3C6410 ARM ARCHITECTURE
890 M:      Ben Dooks <ben-linux@fluff.org>
891 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
892 W:      http://www.fluff.org/ben/linux/
893 S:      Maintained
894 F:      arch/arm/mach-s3c6410/
895
896 ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT
897 M:      Lennert Buytenhek <kernel@wantstofly.org>
898 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
899 S:      Maintained
900
901 ARM/THECUS N2100 MACHINE SUPPORT
902 M:      Lennert Buytenhek <kernel@wantstofly.org>
903 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
904 S:      Maintained
905
906 ARM/NUVOTON W90X900 ARM ARCHITECTURE
907 M:      Wan ZongShun <mcuos.com@gmail.com>
908 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
909 W:      http://www.mcuos.com
910 S:      Maintained
911
912 ARM/VFP SUPPORT
913 M:      Russell King <linux@arm.linux.org.uk>
914 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
915 W:      http://www.arm.linux.org.uk/
916 S:      Maintained
917 F:      arch/arm/vfp/
918
919 ASUS ACPI EXTRAS DRIVER
920 M:      Corentin Chary <corentincj@iksaif.net>
921 M:      Karol Kozimor <sziwan@users.sourceforge.net>
922 L:      acpi4asus-user@lists.sourceforge.net
923 W:      http://acpi4asus.sf.net
924 S:      Maintained
925 F:      drivers/platform/x86/asus_acpi.c
926
927 ASUS ASB100 HARDWARE MONITOR DRIVER
928 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
929 L:      lm-sensors@lm-sensors.org
930 S:      Maintained
931 F:      drivers/hwmon/asb100.c
932
933 ASUS LAPTOP EXTRAS DRIVER
934 M:      Corentin Chary <corentincj@iksaif.net>
935 L:      acpi4asus-user@lists.sourceforge.net
936 W:      http://acpi4asus.sf.net
937 S:      Maintained
938 F:      drivers/platform/x86/asus-laptop.c
939
940 ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API
941 M:      Dan Williams <dan.j.williams@intel.com>
942 M:      Maciej Sosnowski <maciej.sosnowski@intel.com>
943 W:      http://sourceforge.net/projects/xscaleiop
944 S:      Supported
945 F:      Documentation/crypto/async-tx-api.txt
946 F:      crypto/async_tx/
947 F:      drivers/dma/
948 F:      include/linux/dmaengine.h
949 F:      include/linux/async_tx.h
950
951 AT24 EEPROM DRIVER
952 M:      Wolfram Sang <w.sang@pengutronix.de>
953 L:      linux-i2c@vger.kernel.org
954 S:      Maintained
955 F:      drivers/misc/eeprom/at24.c
956 F:      include/linux/i2c/at24.h
957
958 ATA OVER ETHERNET (AOE) DRIVER
959 M:      "Ed L. Cashin" <ecashin@coraid.com>
960 W:      http://www.coraid.com/support/linux
961 S:      Supported
962 F:      Documentation/aoe/
963 F:      drivers/block/aoe/
964
965 ATHEROS ATH5K WIRELESS DRIVER
966 M:      Jiri Slaby <jirislaby@gmail.com>
967 M:      Nick Kossifidis <mickflemm@gmail.com>
968 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
969 M:      Bob Copeland <me@bobcopeland.com>
970 L:      linux-wireless@vger.kernel.org
971 L:      ath5k-devel@lists.ath5k.org
972 W:      http://wireless.kernel.org/en/users/Drivers/ath5k
973 S:      Maintained
974 F:      drivers/net/wireless/ath/ath5k/
975
976 ATHEROS ATH9K WIRELESS DRIVER
977 M:      "Luis R. Rodriguez" <lrodriguez@atheros.com>
978 M:      Jouni Malinen <jmalinen@atheros.com>
979 M:      Sujith Manoharan <Sujith.Manoharan@atheros.com>
980 M:      Vasanthakumar Thiagarajan <vasanth@atheros.com>
981 M:      Senthil Balasubramanian <senthilkumar@atheros.com>
982 L:      linux-wireless@vger.kernel.org
983 L:      ath9k-devel@lists.ath9k.org
984 W:      http://wireless.kernel.org/en/users/Drivers/ath9k
985 S:      Supported
986 F:      drivers/net/wireless/ath/ath9k/
987
988 ATHEROS AR9170 WIRELESS DRIVER
989 M:      Christian Lamparter <chunkeey@web.de>
990 L:      linux-wireless@vger.kernel.org
991 W:      http://wireless.kernel.org/en/users/Drivers/ar9170
992 S:      Maintained
993 F:      drivers/net/wireless/ath/ar9170/
994
995 ATK0110 HWMON DRIVER
996 M:      Luca Tettamanti <kronos.it@gmail.com>
997 L:      lm-sensors@lm-sensors.org
998 S:      Maintained
999 F:      drivers/hwmon/asus_atk0110.c
1000
1001 ATI_REMOTE2 DRIVER
1002 M:      Ville Syrjala <syrjala@sci.fi>
1003 S:      Maintained
1004 F:      drivers/input/misc/ati_remote2.c
1005
1006 ATLX ETHERNET DRIVERS
1007 M:      Jay Cliburn <jcliburn@gmail.com>
1008 M:      Chris Snook <chris.snook@gmail.com>
1009 M:      Jie Yang <jie.yang@atheros.com>
1010 L:      atl1-devel@lists.sourceforge.net
1011 W:      http://sourceforge.net/projects/atl1
1012 W:      http://atl1.sourceforge.net
1013 S:      Maintained
1014 F:      drivers/net/atlx/
1015
1016 ATM
1017 M:      Chas Williams <chas@cmf.nrl.navy.mil>
1018 L:      linux-atm-general@lists.sourceforge.net (moderated for non-subscribers)
1019 L:      netdev@vger.kernel.org
1020 W:      http://linux-atm.sourceforge.net
1021 S:      Maintained
1022 F:      drivers/atm/
1023 F:      include/linux/atm*
1024
1025 ATMEL AT91 MCI DRIVER
1026 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1027 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1028 W:      http://www.atmel.com/products/AT91/
1029 W:      http://www.at91.com/
1030 S:      Maintained
1031 F:      drivers/mmc/host/at91_mci.c
1032
1033 ATMEL AT91 / AT32 MCI DRIVER
1034 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1035 S:      Maintained
1036 F:      drivers/mmc/host/atmel-mci.c
1037 F:      drivers/mmc/host/atmel-mci-regs.h
1038
1039 ATMEL AT91 / AT32 SERIAL DRIVER
1040 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1041 S:      Supported
1042 F:      drivers/serial/atmel_serial.c
1043
1044 ATMEL LCDFB DRIVER
1045 M:      Nicolas Ferre <nicolas.ferre@atmel.com>
1046 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
1047 S:      Maintained
1048 F:      drivers/video/atmel_lcdfb.c
1049 F:      include/video/atmel_lcdc.h
1050
1051 ATMEL MACB ETHERNET DRIVER
1052 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1053 S:      Supported
1054 F:      drivers/net/macb.*
1055
1056 ATMEL SPI DRIVER
1057 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1058 S:      Supported
1059 F:      drivers/spi/atmel_spi.*
1060
1061 ATMEL USBA UDC DRIVER
1062 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1063 L:      kernel@avr32linux.org
1064 W:      http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver
1065 S:      Supported
1066 F:      drivers/usb/gadget/atmel_usba_udc.*
1067
1068 ATMEL WIRELESS DRIVER
1069 M:      Simon Kelley <simon@thekelleys.org.uk>
1070 L:      linux-wireless@vger.kernel.org
1071 W:      http://www.thekelleys.org.uk/atmel
1072 W:      http://atmelwlandriver.sourceforge.net/
1073 S:      Maintained
1074 F:      drivers/net/wireless/atmel*
1075
1076 AUDIT SUBSYSTEM
1077 M:      Al Viro <viro@zeniv.linux.org.uk>
1078 M:      Eric Paris <eparis@redhat.com>
1079 L:      linux-audit@redhat.com (subscribers-only)
1080 W:      http://people.redhat.com/sgrubb/audit/
1081 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git
1082 S:      Maintained
1083 F:      include/linux/audit.h
1084 F:      kernel/audit*
1085
1086 AUXILIARY DISPLAY DRIVERS
1087 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1088 W:      http://miguelojeda.es/auxdisplay.htm
1089 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1090 S:      Maintained
1091 F:      drivers/auxdisplay/
1092 F:      include/linux/cfag12864b.h
1093
1094 AVR32 ARCHITECTURE
1095 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1096 W:      http://www.atmel.com/products/AVR32/
1097 W:      http://avr32linux.org/
1098 W:      http://avrfreaks.net/
1099 S:      Supported
1100 F:      arch/avr32/
1101
1102 AVR32/AT32AP MACHINE SUPPORT
1103 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
1104 S:      Supported
1105 F:      arch/avr32/mach-at32ap/
1106
1107 AX.25 NETWORK LAYER
1108 M:      Ralf Baechle <ralf@linux-mips.org>
1109 L:      linux-hams@vger.kernel.org
1110 W:      http://www.linux-ax25.org/
1111 S:      Maintained
1112 F:      include/linux/ax25.h
1113 F:      include/net/ax25.h
1114 F:      net/ax25/
1115
1116 B43 WIRELESS DRIVER
1117 M:      Michael Buesch <mb@bu3sch.de>
1118 M:      Stefano Brivio <stefano.brivio@polimi.it>
1119 L:      linux-wireless@vger.kernel.org
1120 W:      http://linuxwireless.org/en/users/Drivers/b43
1121 S:      Maintained
1122 F:      drivers/net/wireless/b43/
1123
1124 B43LEGACY WIRELESS DRIVER
1125 M:      Larry Finger <Larry.Finger@lwfinger.net>
1126 M:      Stefano Brivio <stefano.brivio@polimi.it>
1127 L:      linux-wireless@vger.kernel.org
1128 W:      http://linuxwireless.org/en/users/Drivers/b43
1129 S:      Maintained
1130 F:      drivers/net/wireless/b43legacy/
1131
1132 BACKLIGHT CLASS/SUBSYSTEM
1133 M:      Richard Purdie <rpurdie@rpsys.net>
1134 S:      Maintained
1135 F:      drivers/video/backlight/
1136 F:      include/linux/backlight.h
1137
1138 BAYCOM/HDLCDRV DRIVERS FOR AX.25
1139 M:      Thomas Sailer <t.sailer@alumni.ethz.ch>
1140 L:      linux-hams@vger.kernel.org
1141 W:      http://www.baycom.org/~tom/ham/ham.html
1142 S:      Maintained
1143 F:      drivers/net/hamradio/baycom*
1144
1145 BEFS FILE SYSTEM
1146 M:      "Sergey S. Kostyliov" <rathamahata@php4.ru>
1147 S:      Maintained
1148 F:      Documentation/filesystems/befs.txt
1149 F:      fs/befs/
1150
1151 BFS FILE SYSTEM
1152 M:      "Tigran A. Aivazian" <tigran@aivazian.fsnet.co.uk>
1153 S:      Maintained
1154 F:      Documentation/filesystems/bfs.txt
1155 F:      fs/bfs/
1156 F:      include/linux/bfs_fs.h
1157
1158 BLACKFIN ARCHITECTURE
1159 M:      Mike Frysinger <vapier@gentoo.org>
1160 L:      uclinux-dist-devel@blackfin.uclinux.org
1161 W:      http://blackfin.uclinux.org
1162 S:      Supported
1163 F:      arch/blackfin/
1164
1165 BLACKFIN EMAC DRIVER
1166 M:      Michael Hennerich <michael.hennerich@analog.com>
1167 L:      uclinux-dist-devel@blackfin.uclinux.org
1168 W:      http://blackfin.uclinux.org
1169 S:      Supported
1170 F:      drivers/net/bfin_mac.*
1171
1172 BLACKFIN RTC DRIVER
1173 M:      Mike Frysinger <vapier.adi@gmail.com>
1174 L:      uclinux-dist-devel@blackfin.uclinux.org
1175 W:      http://blackfin.uclinux.org
1176 S:      Supported
1177 F:      drivers/rtc/rtc-bfin.c
1178
1179 BLACKFIN SERIAL DRIVER
1180 M:      Sonic Zhang <sonic.zhang@analog.com>
1181 L:      uclinux-dist-devel@blackfin.uclinux.org
1182 W:      http://blackfin.uclinux.org
1183 S:      Supported
1184 F:      drivers/serial/bfin_5xx.c
1185
1186 BLACKFIN WATCHDOG DRIVER
1187 M:      Mike Frysinger <vapier.adi@gmail.com>
1188 L:      uclinux-dist-devel@blackfin.uclinux.org
1189 W:      http://blackfin.uclinux.org
1190 S:      Supported
1191 F:      drivers/watchdog/bfin_wdt.c
1192
1193 BLACKFIN I2C TWI DRIVER
1194 M:      Sonic Zhang <sonic.zhang@analog.com>
1195 L:      uclinux-dist-devel@blackfin.uclinux.org
1196 W:      http://blackfin.uclinux.org/
1197 S:      Supported
1198 F:      drivers/i2c/busses/i2c-bfin-twi.c
1199
1200 BLOCK LAYER
1201 M:      Jens Axboe <axboe@kernel.dk>
1202 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
1203 S:      Maintained
1204 F:      block/
1205
1206 BLOCK2MTD DRIVER
1207 M:      Joern Engel <joern@lazybastard.org>
1208 L:      linux-mtd@lists.infradead.org
1209 S:      Maintained
1210 F:      drivers/mtd/devices/block2mtd.c
1211
1212 BLUETOOTH DRIVERS
1213 M:      Marcel Holtmann <marcel@holtmann.org>
1214 L:      linux-bluetooth@vger.kernel.org
1215 W:      http://www.bluez.org/
1216 S:      Maintained
1217 F:      drivers/bluetooth/
1218
1219 BLUETOOTH SUBSYSTEM
1220 M:      Marcel Holtmann <marcel@holtmann.org>
1221 L:      linux-bluetooth@vger.kernel.org
1222 W:      http://www.bluez.org/
1223 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git
1224 S:      Maintained
1225 F:      net/bluetooth/
1226 F:      include/net/bluetooth/
1227
1228 BONDING DRIVER
1229 M:      Jay Vosburgh <fubar@us.ibm.com>
1230 L:      bonding-devel@lists.sourceforge.net
1231 W:      http://sourceforge.net/projects/bonding/
1232 S:      Supported
1233 F:      drivers/net/bonding/
1234 F:      include/linux/if_bonding.h
1235
1236 BROADCOM B44 10/100 ETHERNET DRIVER
1237 M:      Gary Zambrano <zambrano@broadcom.com>
1238 L:      netdev@vger.kernel.org
1239 S:      Supported
1240 F:      drivers/net/b44.*
1241
1242 BROADCOM BNX2 GIGABIT ETHERNET DRIVER
1243 M:      Michael Chan <mchan@broadcom.com>
1244 L:      netdev@vger.kernel.org
1245 S:      Supported
1246 F:      drivers/net/bnx2.*
1247 F:      drivers/net/bnx2_*
1248
1249 BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER
1250 M:      Eilon Greenstein <eilong@broadcom.com>
1251 L:      netdev@vger.kernel.org
1252 S:      Supported
1253 F:      drivers/net/bnx2x*
1254
1255 BROADCOM TG3 GIGABIT ETHERNET DRIVER
1256 M:      Matt Carlson <mcarlson@broadcom.com>
1257 M:      Michael Chan <mchan@broadcom.com>
1258 L:      netdev@vger.kernel.org
1259 S:      Supported
1260 F:      drivers/net/tg3.*
1261
1262 BROCADE BFA FC SCSI DRIVER
1263 M:      Jing Huang <huangj@brocade.com>
1264 L:      linux-scsi@vger.kernel.org
1265 S:      Supported
1266 F:      drivers/scsi/bfa/
1267
1268 BSG (block layer generic sg v4 driver)
1269 M:      FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
1270 L:      linux-scsi@vger.kernel.org
1271 S:      Supported
1272 F:      block/bsg.c
1273 F:      include/linux/bsg.h
1274
1275 BT8XXGPIO DRIVER
1276 M:      Michael Buesch <mb@bu3sch.de>
1277 W:      http://bu3sch.de/btgpio.php
1278 S:      Maintained
1279 F:      drivers/gpio/bt8xxgpio.c
1280
1281 BTRFS FILE SYSTEM
1282 M:      Chris Mason <chris.mason@oracle.com>
1283 L:      linux-btrfs@vger.kernel.org
1284 W:      http://btrfs.wiki.kernel.org/
1285 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git
1286 S:      Maintained
1287 F:      Documentation/filesystems/btrfs.txt
1288 F:      fs/btrfs/
1289
1290 BTTV VIDEO4LINUX DRIVER
1291 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
1292 L:      linux-media@vger.kernel.org
1293 W:      http://linuxtv.org
1294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1295 S:      Maintained
1296 F:      Documentation/video4linux/bttv/
1297 F:      drivers/media/video/bt8xx/bttv*
1298
1299 CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS
1300 M:      David Howells <dhowells@redhat.com>
1301 L:      linux-cachefs@redhat.com
1302 S:      Supported
1303 F:      Documentation/filesystems/caching/cachefiles.txt
1304 F:      fs/cachefiles/
1305
1306 CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER
1307 M:      Jonathan Corbet <corbet@lwn.net>
1308 L:      linux-media@vger.kernel.org
1309 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1310 S:      Maintained
1311 F:      Documentation/video4linux/cafe_ccic
1312 F:      drivers/media/video/cafe_ccic*
1313
1314 CALGARY x86-64 IOMMU
1315 M:      Muli Ben-Yehuda <muli@il.ibm.com>
1316 M:      "Jon D. Mason" <jdmason@kudzu.us>
1317 L:      discuss@x86-64.org
1318 S:      Maintained
1319 F:      arch/x86/kernel/pci-calgary_64.c
1320 F:      arch/x86/kernel/tce_64.c
1321 F:      arch/x86/include/asm/calgary.h
1322 F:      arch/x86/include/asm/tce.h
1323
1324 CAN NETWORK LAYER
1325 M:      Urs Thuermann <urs.thuermann@volkswagen.de>
1326 M:      Oliver Hartkopp <oliver.hartkopp@volkswagen.de>
1327 L:      socketcan-core@lists.berlios.de (subscribers-only)
1328 W:      http://developer.berlios.de/projects/socketcan/
1329 S:      Maintained
1330 F:      drivers/net/can/
1331 F:      include/linux/can/
1332 F:      include/linux/can.h
1333
1334 CAN NETWORK DRIVERS
1335 M:      Wolfgang Grandegger <wg@grandegger.com>
1336 L:      socketcan-core@lists.berlios.de (subscribers-only)
1337 W:      http://developer.berlios.de/projects/socketcan/
1338 S:      Maintained
1339
1340 CELL BROADBAND ENGINE ARCHITECTURE
1341 M:      Arnd Bergmann <arnd@arndb.de>
1342 L:      linuxppc-dev@ozlabs.org
1343 L:      cbe-oss-dev@ozlabs.org
1344 W:      http://www.ibm.com/developerworks/power/cell/
1345 S:      Supported
1346 F:      arch/powerpc/include/asm/cell*.h
1347 F:      arch/powerpc/include/asm/spu*.h
1348 F:      arch/powerpc/oprofile/*cell*
1349 F:      arch/powerpc/platforms/cell/
1350
1351 CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM:
1352 M:      David Vrabel <david.vrabel@csr.com>
1353 L:      linux-usb@vger.kernel.org
1354 S:      Supported
1355 F:      Documentation/usb/WUSB-Design-overview.txt
1356 F:      Documentation/usb/wusb-cbaf
1357 F:      drivers/usb/wusbcore/
1358 F:      include/linux/usb/wusb*
1359
1360 CFAG12864B LCD DRIVER
1361 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1362 W:      http://miguelojeda.es/auxdisplay.htm
1363 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1364 S:      Maintained
1365 F:      drivers/auxdisplay/cfag12864b.c
1366 F:      include/linux/cfag12864b.h
1367
1368 CFAG12864BFB LCD FRAMEBUFFER DRIVER
1369 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
1370 W:      http://miguelojeda.es/auxdisplay.htm
1371 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
1372 S:      Maintained
1373 F:      drivers/auxdisplay/cfag12864bfb.c
1374 F:      include/linux/cfag12864b.h
1375
1376 CFG80211 and NL80211
1377 M:      Johannes Berg <johannes@sipsolutions.net>
1378 L:      linux-wireless@vger.kernel.org
1379 S:      Maintained
1380 F:      include/linux/nl80211.h
1381 F:      include/net/cfg80211.h
1382 F:      net/wireless/*
1383 X:      net/wireless/wext*
1384
1385 CHECKPATCH
1386 M:      Andy Whitcroft <apw@canonical.com>
1387 S:      Supported
1388 F:      scripts/checkpatch.pl
1389
1390 CISCO 10G ETHERNET DRIVER
1391 M:      Scott Feldman <scofeldm@cisco.com>
1392 M:      Joe Eykholt <jeykholt@cisco.com>
1393 S:      Supported
1394 F:      drivers/net/enic/
1395
1396 CIRRUS LOGIC EP93XX ETHERNET DRIVER
1397 M:      Lennert Buytenhek <kernel@wantstofly.org>
1398 L:      netdev@vger.kernel.org
1399 S:      Maintained
1400 F:      drivers/net/arm/ep93xx_eth.c
1401
1402 CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER
1403 M:      Lennert Buytenhek <kernel@wantstofly.org>
1404 L:      linux-usb@vger.kernel.org
1405 S:      Maintained
1406 F:      drivers/usb/host/ohci-ep93xx.c
1407
1408 CIRRUS LOGIC CS4270 SOUND DRIVER
1409 M:      Timur Tabi <timur@freescale.com>
1410 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
1411 S:      Supported
1412 F:      sound/soc/codecs/cs4270*
1413
1414 CLK API
1415 M:      Russell King <linux@arm.linux.org.uk>
1416 F:      include/linux/clk.h
1417
1418 CISCO FCOE HBA DRIVER
1419 M:      Abhijeet Joglekar <abjoglek@cisco.com>
1420 M:      Joe Eykholt <jeykholt@cisco.com>
1421 L:      linux-scsi@vger.kernel.org
1422 S:      Supported
1423 F:      drivers/scsi/fnic/
1424
1425 CODA FILE SYSTEM
1426 M:      Jan Harkes <jaharkes@cs.cmu.edu>
1427 M:      coda@cs.cmu.edu
1428 L:      codalist@coda.cs.cmu.edu
1429 W:      http://www.coda.cs.cmu.edu/
1430 S:      Maintained
1431 F:      Documentation/filesystems/coda.txt
1432 F:      fs/coda/
1433 F:      include/linux/coda*.h
1434
1435 COMMON INTERNET FILE SYSTEM (CIFS)
1436 M:      Steve French <sfrench@samba.org>
1437 L:      linux-cifs-client@lists.samba.org
1438 L:      samba-technical@lists.samba.org
1439 W:      http://linux-cifs.samba.org/
1440 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git
1441 S:      Supported
1442 F:      Documentation/filesystems/cifs.txt
1443 F:      fs/cifs/
1444
1445 COMPACTPCI HOTPLUG CORE
1446 M:      Scott Murray <scott@spiteful.org>
1447 L:      linux-pci@vger.kernel.org
1448 S:      Maintained
1449 F:      drivers/pci/hotplug/cpci_hotplug*
1450
1451 COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER
1452 M:      Scott Murray <scott@spiteful.org>
1453 L:      linux-pci@vger.kernel.org
1454 S:      Maintained
1455 F:      drivers/pci/hotplug/cpcihp_zt5550.*
1456
1457 COMPACTPCI HOTPLUG GENERIC DRIVER
1458 M:      Scott Murray <scott@spiteful.org>
1459 L:      linux-pci@vger.kernel.org
1460 S:      Maintained
1461 F:      drivers/pci/hotplug/cpcihp_generic.c
1462
1463 COMPAL LAPTOP SUPPORT
1464 M:      Cezary Jackiewicz <cezary.jackiewicz@gmail.com>
1465 S:      Maintained
1466 F:      drivers/platform/x86/compal-laptop.c
1467
1468 COMPUTONE INTELLIPORT MULTIPORT CARD
1469 M:      "Michael H. Warfield" <mhw@wittsend.com>
1470 W:      http://www.wittsend.com/computone.html
1471 S:      Maintained
1472 F:      Documentation/serial/computone.txt
1473 F:      drivers/char/ip2/
1474
1475 CONEXANT ACCESSRUNNER USB DRIVER
1476 M:      Simon Arlott <cxacru@fire.lp0.eu>
1477 L:      accessrunner-general@lists.sourceforge.net
1478 W:      http://accessrunner.sourceforge.net/
1479 S:      Maintained
1480 F:      drivers/usb/atm/cxacru.c
1481
1482 CONFIGFS
1483 M:      Joel Becker <joel.becker@oracle.com>
1484 S:      Supported
1485 F:      fs/configfs/
1486 F:      include/linux/configfs.h
1487
1488 CONNECTOR
1489 M:      Evgeniy Polyakov <zbr@ioremap.net>
1490 L:      netdev@vger.kernel.org
1491 S:      Maintained
1492 F:      drivers/connector/
1493
1494 CONTROL GROUPS (CGROUPS)
1495 M:      Paul Menage <menage@google.com>
1496 M:      Li Zefan <lizf@cn.fujitsu.com>
1497 L:      containers@lists.linux-foundation.org
1498 S:      Maintained
1499 F:      include/linux/cgroup*
1500 F:      kernel/cgroup*
1501 F:      mm/*cgroup*
1502
1503 CORETEMP HARDWARE MONITORING DRIVER
1504 M:      Rudolf Marek <r.marek@assembler.cz>
1505 M:      Huaxu Wan <huaxu.wan@intel.com>
1506 L:      lm-sensors@lm-sensors.org
1507 S:      Maintained
1508 F:      Documentation/hwmon/coretemp
1509 F:      drivers/hwmon/coretemp.c
1510
1511 COSA/SRP SYNC SERIAL DRIVER
1512 M:      Jan "Yenya" Kasprzak <kas@fi.muni.cz>
1513 W:      http://www.fi.muni.cz/~kas/cosa/
1514 S:      Maintained
1515 F:      drivers/net/wan/cosa*
1516
1517 CPMAC ETHERNET DRIVER
1518 M:      Florian Fainelli <florian@openwrt.org>
1519 L:      netdev@vger.kernel.org
1520 S:      Maintained
1521 F:      drivers/net/cpmac.c
1522
1523 CPU FREQUENCY DRIVERS
1524 M:      Dave Jones <davej@redhat.com>
1525 L:      cpufreq@vger.kernel.org
1526 W:      http://www.codemonkey.org.uk/projects/cpufreq/
1527 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git
1528 S:      Maintained
1529 F:      arch/x86/kernel/cpu/cpufreq/
1530 F:      drivers/cpufreq/
1531 F:      include/linux/cpufreq.h
1532
1533 CPUID/MSR DRIVER
1534 M:      "H. Peter Anvin" <hpa@zytor.com>
1535 S:      Maintained
1536 F:      arch/x86/kernel/cpuid.c
1537 F:      arch/x86/kernel/msr.c
1538
1539 CPUSETS
1540 M:      Paul Menage <menage@google.com>
1541 W:      http://www.bullopensource.org/cpuset/
1542 W:      http://oss.sgi.com/projects/cpusets/
1543 S:      Supported
1544 F:      Documentation/cgroups/cpusets.txt
1545 F:      include/linux/cpuset.h
1546 F:      kernel/cpuset.c
1547
1548 CRAMFS FILESYSTEM
1549 W:      http://sourceforge.net/projects/cramfs/
1550 S:      Orphan
1551 F:      Documentation/filesystems/cramfs.txt
1552 F:      fs/cramfs/
1553
1554 CRIS PORT
1555 M:      Mikael Starvik <starvik@axis.com>
1556 M:      Jesper Nilsson <jesper.nilsson@axis.com>
1557 L:      linux-cris-kernel@axis.com
1558 W:      http://developer.axis.com
1559 S:      Maintained
1560 F:      arch/cris/
1561
1562 CRYPTO API
1563 M:      Herbert Xu <herbert@gondor.apana.org.au>
1564 M:      "David S. Miller" <davem@davemloft.net>
1565 L:      linux-crypto@vger.kernel.org
1566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git
1567 S:      Maintained
1568 F:      Documentation/crypto/
1569 F:      arch/*/crypto/
1570 F:      crypto/
1571 F:      drivers/crypto/
1572 F:      include/crypto/
1573
1574 CRYPTOGRAPHIC RANDOM NUMBER GENERATOR
1575 M:      Neil Horman <nhorman@tuxdriver.com>
1576 L:      linux-crypto@vger.kernel.org
1577 S:      Maintained
1578
1579 CS5535 Audio ALSA driver
1580 M:      Jaya Kumar <jayakumar.alsa@gmail.com>
1581 S:      Maintained
1582 F:      sound/pci/cs5535audio/
1583
1584 CX18 VIDEO4LINUX DRIVER
1585 M:      Hans Verkuil <hverkuil@xs4all.nl>
1586 M:      Andy Walls <awalls@radix.net>
1587 L:      ivtv-devel@ivtvdriver.org
1588 L:      linux-media@vger.kernel.org
1589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
1590 W:      http://linuxtv.org
1591 W:      http://www.ivtvdriver.org/index.php/Cx18
1592 S:      Maintained
1593 F:      Documentation/video4linux/cx18.txt
1594 F:      drivers/media/video/cx18/
1595
1596 CXGB3 ETHERNET DRIVER (CXGB3)
1597 M:      Divy Le Ray <divy@chelsio.com>
1598 L:      netdev@vger.kernel.org
1599 W:      http://www.chelsio.com
1600 S:      Supported
1601 F:      drivers/net/cxgb3/
1602
1603 CXGB3 IWARP RNIC DRIVER (IW_CXGB3)
1604 M:      Steve Wise <swise@chelsio.com>
1605 L:      linux-rdma@vger.kernel.org
1606 W:      http://www.openfabrics.org
1607 S:      Supported
1608 F:      drivers/infiniband/hw/cxgb3/
1609
1610 CYBERPRO FB DRIVER
1611 M:      Russell King <linux@arm.linux.org.uk>
1612 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
1613 W:      http://www.arm.linux.org.uk/
1614 S:      Maintained
1615 F:      drivers/video/cyber2000fb.*
1616
1617 CYCLADES 2X SYNC CARD DRIVER
1618 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1619 W:      http://oops.ghostprotocols.net:81/blog
1620 S:      Maintained
1621 F:      drivers/net/wan/cycx*
1622
1623 CYCLADES ASYNC MUX DRIVER
1624 W:      http://www.cyclades.com/
1625 S:      Orphan
1626 F:      drivers/char/cyclades.c
1627 F:      include/linux/cyclades.h
1628
1629 CYCLADES PC300 DRIVER
1630 W:      http://www.cyclades.com/
1631 S:      Orphan
1632 F:      drivers/net/wan/pc300*
1633
1634 DAMA SLAVE for AX.25
1635 M:      Joerg Reuter <jreuter@yaina.de>
1636 W:      http://yaina.de/jreuter/
1637 W:      http://www.qsl.net/dl1bke/
1638 L:      linux-hams@vger.kernel.org
1639 S:      Maintained
1640 F:      net/ax25/af_ax25.c
1641 F:      net/ax25/ax25_dev.c
1642 F:      net/ax25/ax25_ds_*
1643 F:      net/ax25/ax25_in.c
1644 F:      net/ax25/ax25_out.c
1645 F:      net/ax25/ax25_timer.c
1646 F:      net/ax25/sysctl_net_ax25.c
1647
1648 DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER
1649 M:      Tobias Ringstrom <tori@unhappy.mine.nu>
1650 L:      netdev@vger.kernel.org
1651 S:      Maintained
1652 F:      Documentation/networking/dmfe.txt
1653 F:      drivers/net/tulip/dmfe.c
1654
1655 DC390/AM53C974 SCSI driver
1656 M:      Kurt Garloff <garloff@suse.de>
1657 W:      http://www.garloff.de/kurt/linux/dc390/
1658 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
1659 S:      Maintained
1660 F:      drivers/scsi/tmscsim.*
1661
1662 DC395x SCSI driver
1663 M:      Oliver Neukum <oliver@neukum.name>
1664 M:      Ali Akcaagac <aliakc@web.de>
1665 M:      Jamie Lenehan <lenehan@twibble.org>
1666 W:      http://twibble.org/dist/dc395x/
1667 L:      dc395x@twibble.org
1668 L:      http://lists.twibble.org/mailman/listinfo/dc395x/
1669 S:      Maintained
1670 F:      Documentation/scsi/dc395x.txt
1671 F:      drivers/scsi/dc395x.*
1672
1673 DCCP PROTOCOL
1674 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
1675 L:      dccp@vger.kernel.org
1676 W:      http://linux-net.osdl.org/index.php/DCCP
1677 S:      Maintained
1678 F:      include/linux/dccp.h
1679 F:      include/linux/tfrc.h
1680 F:      net/dccp/
1681
1682 DECnet NETWORK LAYER
1683 M:      Christine Caulfield <christine.caulfield@googlemail.com>
1684 W:      http://linux-decnet.sourceforge.net
1685 L:      linux-decnet-user@lists.sourceforge.net
1686 S:      Maintained
1687 F:      Documentation/networking/decnet.txt
1688 F:      net/decnet/
1689
1690 DEFXX FDDI NETWORK DRIVER
1691 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
1692 S:      Maintained
1693 F:      drivers/net/defxx.*
1694
1695 DELL LAPTOP DRIVER
1696 M:      Matthew Garrett <mjg59@srcf.ucam.org>
1697 S:      Maintained
1698 F:      drivers/platform/x86/dell-laptop.c
1699
1700 DELL LAPTOP SMM DRIVER
1701 M:      Massimo Dal Zotto <dz@debian.org>
1702 W:      http://www.debian.org/~dz/i8k/
1703 S:      Maintained
1704 F:      drivers/char/i8k.c
1705 F:      include/linux/i8k.h
1706
1707 DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas)
1708 M:      Doug Warzecha <Douglas_Warzecha@dell.com>
1709 S:      Maintained
1710 F:      Documentation/dcdbas.txt
1711 F:      drivers/firmware/dcdbas.*
1712
1713 DELL WMI EXTRAS DRIVER
1714 M:      Matthew Garrett <mjg59@srcf.ucam.org>
1715 S:      Maintained
1716
1717 DEVICE NUMBER REGISTRY
1718 M:      Torben Mathiasen <device@lanana.org>
1719 W:      http://lanana.org/docs/device-list/index.html
1720 S:      Maintained
1721
1722 DEVICE-MAPPER  (LVM)
1723 P:      Alasdair Kergon
1724 L:      dm-devel@redhat.com
1725 W:      http://sources.redhat.com/dm
1726 S:      Maintained
1727 F:      Documentation/device-mapper/
1728 F:      drivers/md/dm*
1729 F:      include/linux/device-mapper.h
1730 F:      include/linux/dm-*.h
1731
1732 DIGI INTL. EPCA DRIVER
1733 M:      "Digi International, Inc" <Eng.Linux@digi.com>
1734 L:      Eng.Linux@digi.com
1735 W:      http://www.digi.com
1736 S:      Orphan
1737 F:      Documentation/serial/digiepca.txt
1738 F:      drivers/char/epca*
1739 F:      drivers/char/digi*
1740
1741 DIRECTORY NOTIFICATION (DNOTIFY)
1742 M:      Eric Paris <eparis@parisplace.org>
1743 S:      Maintained
1744 F:      Documentation/filesystems/dnotify.txt
1745 F:      fs/notify/dnotify/
1746 F:      include/linux/dnotify.h
1747
1748 DISK GEOMETRY AND PARTITION HANDLING
1749 M:      Andries Brouwer <aeb@cwi.nl>
1750 W:      http://www.win.tue.nl/~aeb/linux/Large-Disk.html
1751 W:      http://www.win.tue.nl/~aeb/linux/zip/zip-1.html
1752 W:      http://www.win.tue.nl/~aeb/partitions/partition_types-1.html
1753 S:      Maintained
1754
1755 DISKQUOTA
1756 M:      Jan Kara <jack@suse.cz>
1757 S:      Maintained
1758 F:      Documentation/filesystems/quota.txt
1759 F:      fs/quota/
1760 F:      include/linux/quota*.h
1761
1762 DISTRIBUTED LOCK MANAGER (DLM)
1763 M:      Christine Caulfield <ccaulfie@redhat.com>
1764 M:      David Teigland <teigland@redhat.com>
1765 L:      cluster-devel@redhat.com
1766 W:      http://sources.redhat.com/cluster/
1767 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git
1768 S:      Supported
1769 F:      fs/dlm/
1770
1771 DMA GENERIC OFFLOAD ENGINE SUBSYSTEM
1772 M:      Maciej Sosnowski <maciej.sosnowski@intel.com>
1773 M:      Dan Williams <dan.j.williams@intel.com>
1774 S:      Supported
1775 F:      drivers/dma/
1776 F:      include/linux/dma*
1777
1778 DME1737 HARDWARE MONITOR DRIVER
1779 M:      Juerg Haefliger <juergh@gmail.com>
1780 L:      lm-sensors@lm-sensors.org
1781 S:      Maintained
1782 F:      Documentation/hwmon/dme1737
1783 F:      drivers/hwmon/dme1737.c
1784
1785 DOCBOOK FOR DOCUMENTATION
1786 M:      Randy Dunlap <rdunlap@xenotime.net>
1787 S:      Maintained
1788
1789 DOCKING STATION DRIVER
1790 M:      Shaohua Li <shaohua.li@intel.com>
1791 L:      linux-acpi@vger.kernel.org
1792 S:      Supported
1793 F:      drivers/acpi/dock.c
1794
1795 DOCUMENTATION
1796 M:      Randy Dunlap <rdunlap@xenotime.net>
1797 L:      linux-doc@vger.kernel.org
1798 S:      Maintained
1799 F:      Documentation/
1800
1801 DOUBLETALK DRIVER
1802 M:      "James R. Van Zandt" <jrv@vanzandt.mv.com>
1803 L:      blinux-list@redhat.com
1804 S:      Maintained
1805 F:      drivers/char/dtlk.c
1806 F:      include/linux/dtlk.h
1807
1808 DPT_I2O SCSI RAID DRIVER
1809 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
1810 L:      linux-scsi@vger.kernel.org
1811 W:      http://www.adaptec.com/
1812 S:      Maintained
1813 F:      drivers/scsi/dpt*
1814 F:      drivers/scsi/dpt/
1815
1816 DRIVER CORE, KOBJECTS, AND SYSFS
1817 M:      Greg Kroah-Hartman <gregkh@suse.de>
1818 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
1819 S:      Supported
1820 F:      Documentation/kobject.txt
1821 F:      drivers/base/
1822 F:      fs/sysfs/
1823 F:      include/linux/kobj*
1824 F:      lib/kobj*
1825
1826 DRM DRIVERS
1827 M:      David Airlie <airlied@linux.ie>
1828 L:      dri-devel@lists.sourceforge.net
1829 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git
1830 S:      Maintained
1831 F:      drivers/gpu/drm/
1832
1833 DSCC4 DRIVER
1834 M:      Francois Romieu <romieu@fr.zoreil.com>
1835 L:      netdev@vger.kernel.org
1836 S:      Maintained
1837 F:      drivers/net/wan/dscc4.c
1838
1839 DZ DECSTATION DZ11 SERIAL DRIVER
1840 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
1841 S:      Maintained
1842 F:      drivers/serial/dz.*
1843
1844 EATA-DMA SCSI DRIVER
1845 M:      Michael Neuffer <mike@i-Connect.Net>
1846 L:      linux-eata@i-connect.net
1847 L:      linux-scsi@vger.kernel.org
1848 S:      Maintained
1849 F:      drivers/scsi/eata*
1850
1851 EATA ISA/EISA/PCI SCSI DRIVER
1852 M:      Dario Ballabio <ballabio_dario@emc.com>
1853 L:      linux-scsi@vger.kernel.org
1854 S:      Maintained
1855 F:      drivers/scsi/eata.c
1856
1857 EATA-PIO SCSI DRIVER
1858 M:      Michael Neuffer <mike@i-Connect.Net>
1859 L:      linux-eata@i-connect.net
1860 L:      linux-scsi@vger.kernel.org
1861 S:      Maintained
1862 F:      drivers/scsi/eata_pio.*
1863
1864 EBTABLES
1865 M:      Bart De Schuymer <bart.de.schuymer@pandora.be>
1866 L:      ebtables-user@lists.sourceforge.net
1867 L:      ebtables-devel@lists.sourceforge.net
1868 W:      http://ebtables.sourceforge.net/
1869 S:      Maintained
1870 F:      include/linux/netfilter_bridge/ebt_*.h
1871 F:      net/bridge/netfilter/ebt*.c
1872
1873 ECRYPT FILE SYSTEM
1874 M:      Tyler Hicks <tyhicks@linux.vnet.ibm.com>
1875 M:      Dustin Kirkland <kirkland@canonical.com>
1876 L:      ecryptfs-devel@lists.launchpad.net
1877 W:      https://launchpad.net/ecryptfs
1878 S:      Supported
1879 F:      Documentation/filesystems/ecryptfs.txt
1880 F:      fs/ecryptfs/
1881
1882 EDAC-CORE
1883 M:      Doug Thompson <dougthompson@xmission.com>
1884 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1885 W:      bluesmoke.sourceforge.net
1886 S:      Supported
1887 F:      Documentation/edac.txt
1888 F:      drivers/edac/edac_*
1889 F:      include/linux/edac.h
1890
1891 EDAC-AMD64
1892 M:      Doug Thompson <dougthompson@xmission.com>
1893 M:      Borislav Petkov <borislav.petkov@amd.com>
1894 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1895 W:      bluesmoke.sourceforge.net
1896 S:      Supported
1897 F:      drivers/edac/amd64_edac*
1898
1899 EDAC-E752X
1900 M:      Mark Gross <mark.gross@intel.com>
1901 M:      Doug Thompson <dougthompson@xmission.com>
1902 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1903 W:      bluesmoke.sourceforge.net
1904 S:      Maintained
1905 F:      drivers/edac/e752x_edac.c
1906
1907 EDAC-E7XXX
1908 M:      Doug Thompson <dougthompson@xmission.com>
1909 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1910 W:      bluesmoke.sourceforge.net
1911 S:      Maintained
1912 F:      drivers/edac/e7xxx_edac.c
1913
1914 EDAC-I82443BXGX
1915 M:      Tim Small <tim@buttersideup.com>
1916 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1917 W:      bluesmoke.sourceforge.net
1918 S:      Maintained
1919 F:      drivers/edac/i82443bxgx_edac.c
1920
1921 EDAC-I3000
1922 M:      Jason Uhlenkott <juhlenko@akamai.com>
1923 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1924 W:      bluesmoke.sourceforge.net
1925 S:      Maintained
1926 F:      drivers/edac/i3000_edac.c
1927
1928 EDAC-I5000
1929 M:      Doug Thompson <dougthompson@xmission.com>
1930 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1931 W:      bluesmoke.sourceforge.net
1932 S:      Maintained
1933 F:      drivers/edac/i5000_edac.c
1934
1935 EDAC-I5400
1936 M:      Mauro Carvalho Chehab <mchehab@redhat.com>
1937 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1938 W:      bluesmoke.sourceforge.net
1939 S:      Maintained
1940 F:      drivers/edac/i5400_edac.c
1941
1942 EDAC-I82975X
1943 M:      Ranganathan Desikan <ravi@jetztechnologies.com>
1944 M:      "Arvind R." <arvind@jetztechnologies.com>
1945 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1946 W:      bluesmoke.sourceforge.net
1947 S:      Maintained
1948 F:      drivers/edac/i82975x_edac.c
1949
1950 EDAC-PASEMI
1951 M:      Egor Martovetsky <egor@pasemi.com>
1952 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1953 W:      bluesmoke.sourceforge.net
1954 S:      Maintained
1955 F:      drivers/edac/pasemi_edac.c
1956
1957 EDAC-R82600
1958 M:      Tim Small <tim@buttersideup.com>
1959 L:      bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers)
1960 W:      bluesmoke.sourceforge.net
1961 S:      Maintained
1962 F:      drivers/edac/r82600_edac.c
1963
1964 EEEPC LAPTOP EXTRAS DRIVER
1965 M:      Corentin Chary <corentincj@iksaif.net>
1966 L:      acpi4asus-user@lists.sourceforge.net
1967 W:      http://acpi4asus.sf.net
1968 S:      Maintained
1969 F:      drivers/platform/x86/eeepc-laptop.c
1970
1971 EFS FILESYSTEM
1972 W:      http://aeschi.ch.eu.org/efs/
1973 S:      Orphan
1974 F:      fs/efs/
1975
1976 EHCA (IBM GX bus InfiniBand adapter) DRIVER
1977 M:      Hoang-Nam Nguyen <hnguyen@de.ibm.com>
1978 M:      Christoph Raisch <raisch@de.ibm.com>
1979 L:      linux-rdma@vger.kernel.org
1980 S:      Supported
1981 F:      drivers/infiniband/hw/ehca/
1982
1983 EMBEDDED LINUX
1984 M:      Paul Gortmaker <paul.gortmaker@windriver.com>
1985 M:      Matt Mackall <mpm@selenic.com>
1986 M:      David Woodhouse <dwmw2@infradead.org>
1987 L:      linux-embedded@vger.kernel.org
1988 S:      Maintained
1989
1990 EMULEX LPFC FC SCSI DRIVER
1991 M:      James Smart <james.smart@emulex.com>
1992 L:      linux-scsi@vger.kernel.org
1993 W:      http://sourceforge.net/projects/lpfcxxxx
1994 S:      Supported
1995 F:      drivers/scsi/lpfc/
1996
1997 ENE CB710 FLASH CARD READER DRIVER
1998 M:      MichaÅ‚ MirosÅ‚aw <mirq-linux@rere.qmqm.pl>
1999 S:      Maintained
2000 F:      drivers/misc/cb710/
2001 F:      drivers/mmc/host/cb710-mmc.*
2002 F:      include/linux/cb710.h
2003
2004 EPSON 1355 FRAMEBUFFER DRIVER
2005 M:      Christopher Hoover <ch@murgatroid.com>
2006 M:      Christopher Hoover <ch@hpl.hp.com>
2007 S:      Maintained
2008 F:      drivers/video/epson1355fb.c
2009
2010 EPSON S1D13XXX FRAMEBUFFER DRIVER
2011 M:      Kristoffer Ericson <kristoffer.ericson@gmail.com>
2012 S:      Maintained
2013 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kristoffer/linux-hpc.git
2014 F:      drivers/video/s1d13xxxfb.c
2015 F:      include/video/s1d13xxxfb.h
2016
2017 ETHEREXPRESS-16 NETWORK DRIVER
2018 M:      Philip Blundell <philb@gnu.org>
2019 L:      netdev@vger.kernel.org
2020 S:      Maintained
2021 F:      drivers/net/eexpress.*
2022
2023 ETHERNET BRIDGE
2024 M:      Stephen Hemminger <shemminger@linux-foundation.org>
2025 L:      bridge@lists.linux-foundation.org
2026 W:      http://www.linux-foundation.org/en/Net:Bridge
2027 S:      Maintained
2028 F:      include/linux/netfilter_bridge/
2029 F:      net/bridge/
2030
2031 ETHERTEAM 16I DRIVER
2032 M:      Mika Kuoppala <miku@iki.fi>
2033 S:      Maintained
2034 F:      drivers/net/eth16i.c
2035
2036 EXT2 FILE SYSTEM
2037 L:      linux-ext4@vger.kernel.org
2038 S:      Maintained
2039 F:      Documentation/filesystems/ext2.txt
2040 F:      fs/ext2/
2041 F:      include/linux/ext2*
2042
2043 EXT3 FILE SYSTEM
2044 M:      Andrew Morton <akpm@linux-foundation.org>
2045 M:      Andreas Dilger <adilger@sun.com>
2046 L:      linux-ext4@vger.kernel.org
2047 S:      Maintained
2048 F:      Documentation/filesystems/ext3.txt
2049 F:      fs/ext3/
2050 F:      include/linux/ext3*
2051
2052 EXT4 FILE SYSTEM
2053 M:      "Theodore Ts'o" <tytso@mit.edu>
2054 M:      Andreas Dilger <adilger@sun.com>
2055 L:      linux-ext4@vger.kernel.org
2056 W:      http://ext4.wiki.kernel.org
2057 S:      Maintained
2058 F:      Documentation/filesystems/ext4.txt
2059 F:      fs/ext4/
2060
2061 F71805F HARDWARE MONITORING DRIVER
2062 M:      Jean Delvare <khali@linux-fr.org>
2063 L:      lm-sensors@lm-sensors.org
2064 S:      Maintained
2065 F:      Documentation/hwmon/f71805f
2066 F:      drivers/hwmon/f71805f.c
2067
2068 FARSYNC SYNCHRONOUS DRIVER
2069 M:      Kevin Curtis <kevin.curtis@farsite.co.uk>
2070 W:      http://www.farsite.co.uk/
2071 S:      Supported
2072 F:      drivers/net/wan/farsync.*
2073
2074 FAULT INJECTION SUPPORT
2075 M:      Akinobu Mita <akinobu.mita@gmail.com>
2076 S:      Supported
2077 F:      Documentation/fault-injection/
2078 F:      lib/fault-inject.c
2079
2080 FILE LOCKING (flock() and fcntl()/lockf())
2081 M:      Matthew Wilcox <matthew@wil.cx>
2082 L:      linux-fsdevel@vger.kernel.org
2083 S:      Maintained
2084 F:      include/linux/fcntl.h
2085 F:      include/linux/fs.h
2086 F:      fs/fcntl.c
2087 F:      fs/locks.c
2088
2089 FILESYSTEMS (VFS and infrastructure)
2090 M:      Alexander Viro <viro@zeniv.linux.org.uk>
2091 L:      linux-fsdevel@vger.kernel.org
2092 S:      Maintained
2093 F:      fs/*
2094
2095 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
2096 M:      Riku Voipio <riku.voipio@iki.fi>
2097 L:      lm-sensors@lm-sensors.org
2098 S:      Maintained
2099 F:      drivers/hwmon/f75375s.c
2100 F:      include/linux/f75375s.h
2101
2102 FIREWIRE SUBSYSTEM
2103 M:      Kristian Hoegsberg <krh@redhat.com>
2104 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2105 L:      linux1394-devel@lists.sourceforge.net
2106 W:      http://www.linux1394.org/
2107 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2108 S:      Maintained
2109 F:      drivers/firewire/
2110 F:      include/linux/firewire*.h
2111
2112 FIRMWARE LOADER (request_firmware)
2113 S:      Orphan
2114 F:      Documentation/firmware_class/
2115 F:      drivers/base/firmware*.c
2116 F:      include/linux/firmware.h
2117
2118 FPU EMULATOR
2119 M:      Bill Metzenthen <billm@melbpc.org.au>
2120 W:      http://floatingpoint.sourceforge.net/emulator/index.html
2121 S:      Maintained
2122 F:      arch/x86/math-emu/
2123
2124 FRAME RELAY DLCI/FRAD (Sangoma drivers too)
2125 M:      Mike McLagan <mike.mclagan@linux.org>
2126 L:      netdev@vger.kernel.org
2127 S:      Maintained
2128 F:      drivers/net/wan/dlci.c
2129 F:      drivers/net/wan/sdla.c
2130
2131 FRAMEBUFFER LAYER
2132 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2133 W:      http://linux-fbdev.sourceforge.net/
2134 S:      Orphan
2135 F:      Documentation/fb/
2136 F:      drivers/video/fb*
2137 F:      include/linux/fb.h
2138
2139 FREESCALE DMA DRIVER
2140 M:      Li Yang <leoli@freescale.com>
2141 M:      Zhang Wei <zw@zh-kernel.org>
2142 L:      linuxppc-dev@ozlabs.org
2143 S:      Maintained
2144 F:      drivers/dma/fsldma.*
2145
2146 FREESCALE I2C CPM DRIVER
2147 M:      Jochen Friedrich <jochen@scram.de>
2148 L:      linuxppc-dev@ozlabs.org
2149 L:      linux-i2c@vger.kernel.org
2150 S:      Maintained
2151 F:      drivers/i2c/busses/i2c-cpm.c
2152
2153 FREESCALE IMX / MXC FRAMEBUFFER DRIVER
2154 M:      Sascha Hauer <kernel@pengutronix.de>
2155 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2156 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
2157 S:      Maintained
2158 F:      arch/arm/plat-mxc/include/mach/imxfb.h
2159 F:      drivers/video/imxfb.c
2160
2161 FREESCALE SOC FS_ENET DRIVER
2162 M:      Pantelis Antoniou <pantelis.antoniou@gmail.com>
2163 M:      Vitaly Bordug <vbordug@ru.mvista.com>
2164 L:      linuxppc-dev@ozlabs.org
2165 L:      netdev@vger.kernel.org
2166 S:      Maintained
2167 F:      drivers/net/fs_enet/
2168 F:      include/linux/fs_enet_pd.h
2169
2170 FREESCALE QUICC ENGINE LIBRARY
2171 M:      Timur Tabi <timur@freescale.com>
2172 L:      linuxppc-dev@ozlabs.org
2173 S:      Supported
2174 F:      arch/powerpc/sysdev/qe_lib/
2175 F:      arch/powerpc/include/asm/*qe.h
2176
2177 FREESCALE USB PERIPHERAL DRIVERS
2178 M:      Li Yang <leoli@freescale.com>
2179 L:      linux-usb@vger.kernel.org
2180 L:      linuxppc-dev@ozlabs.org
2181 S:      Maintained
2182 F:      drivers/usb/gadget/fsl*
2183
2184 FREESCALE QUICC ENGINE UCC ETHERNET DRIVER
2185 M:      Li Yang <leoli@freescale.com>
2186 L:      netdev@vger.kernel.org
2187 L:      linuxppc-dev@ozlabs.org
2188 S:      Maintained
2189 F:      drivers/net/ucc_geth*
2190
2191 FREESCALE QUICC ENGINE UCC UART DRIVER
2192 M:      Timur Tabi <timur@freescale.com>
2193 L:      linuxppc-dev@ozlabs.org
2194 S:      Supported
2195 F:      drivers/serial/ucc_uart.c
2196
2197 FREESCALE SOC SOUND DRIVERS
2198 M:      Timur Tabi <timur@freescale.com>
2199 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
2200 L:      linuxppc-dev@ozlabs.org
2201 S:      Supported
2202 F:      sound/soc/fsl/fsl*
2203 F:      sound/soc/fsl/mpc8610_hpcd.c
2204
2205 FREEVXFS FILESYSTEM
2206 M:      Christoph Hellwig <hch@infradead.org>
2207 W:      ftp://ftp.openlinux.org/pub/people/hch/vxfs
2208 S:      Maintained
2209 F:      fs/freevxfs/
2210
2211 FREEZER
2212 M:      Pavel Machek <pavel@ucw.cz>
2213 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2214 L:      linux-pm@lists.linux-foundation.org
2215 S:      Supported
2216 F:      Documentation/power/freezing-of-tasks.txt
2217 F:      include/linux/freezer.h
2218 F:      kernel/freezer.c
2219
2220 FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS
2221 M:      David Howells <dhowells@redhat.com>
2222 L:      linux-cachefs@redhat.com
2223 S:      Supported
2224 F:      Documentation/filesystems/caching/
2225 F:      fs/fscache/
2226 F:      include/linux/fscache*.h
2227
2228 FUJITSU FR-V (FRV) PORT
2229 M:      David Howells <dhowells@redhat.com>
2230 S:      Maintained
2231 F:      arch/frv/
2232
2233 FUJITSU LAPTOP EXTRAS
2234 M:      Jonathan Woithe <jwoithe@physics.adelaide.edu.au>
2235 L:      linux-acpi@vger.kernel.org
2236 S:      Maintained
2237 F:      drivers/platform/x86/fujitsu-laptop.c
2238
2239 FUSE: FILESYSTEM IN USERSPACE
2240 M:      Miklos Szeredi <miklos@szeredi.hu>
2241 L:      fuse-devel@lists.sourceforge.net
2242 W:      http://fuse.sourceforge.net/
2243 S:      Maintained
2244 F:      fs/fuse/
2245 F:      include/linux/fuse.h
2246
2247 FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit)
2248 M:      Rik Faith <faith@cs.unc.edu>
2249 L:      linux-scsi@vger.kernel.org
2250 S:      Odd Fixes (e.g., new signatures)
2251 F:      drivers/scsi/fdomain.*
2252
2253 GDT SCSI DISK ARRAY CONTROLLER DRIVER
2254 M:      Achim Leubner <achim_leubner@adaptec.com>
2255 L:      linux-scsi@vger.kernel.org
2256 W:      http://www.icp-vortex.com/
2257 S:      Supported
2258 F:      drivers/scsi/gdt*
2259
2260 GENERIC GPIO I2C DRIVER
2261 M:      Haavard Skinnemoen <hskinnemoen@atmel.com>
2262 S:      Supported
2263 F:      drivers/i2c/busses/i2c-gpio.c
2264 F:      include/linux/i2c-gpio.h
2265
2266 GENERIC HDLC (WAN) DRIVERS
2267 M:      Krzysztof Halasa <khc@pm.waw.pl>
2268 W:      http://www.kernel.org/pub/linux/utils/net/hdlc/
2269 S:      Maintained
2270 F:      drivers/net/wan/c101.c
2271 F:      drivers/net/wan/hd6457*
2272 F:      drivers/net/wan/hdlc*
2273 F:      drivers/net/wan/n2.c
2274 F:      drivers/net/wan/pc300too.c
2275 F:      drivers/net/wan/pci200syn.c
2276 F:      drivers/net/wan/wanxl*
2277
2278 GENERIC INCLUDE/ASM HEADER FILES
2279 M:      Arnd Bergmann <arnd@arndb.de>
2280 L:      linux-arch@vger.kernel.org
2281 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic.git
2282 S:      Maintained
2283 F:      include/asm-generic
2284
2285 GENERIC UIO DRIVER FOR PCI DEVICES
2286 M:      "Michael S. Tsirkin" <mst@redhat.com>
2287 L:      kvm@vger.kernel.org
2288 S:      Supported
2289 F:      drivers/uio/uio_pci_generic.c
2290
2291 GFS2 FILE SYSTEM
2292 M:      Steven Whitehouse <swhiteho@redhat.com>
2293 L:      cluster-devel@redhat.com
2294 W:      http://sources.redhat.com/cluster/
2295 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git
2296 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git
2297 S:      Supported
2298 F:      Documentation/filesystems/gfs2*.txt
2299 F:      fs/gfs2/
2300 F:      include/linux/gfs2_ondisk.h
2301
2302 GIGASET ISDN DRIVERS
2303 M:      Hansjoerg Lipp <hjlipp@web.de>
2304 M:      Tilman Schmidt <tilman@imap.cc>
2305 L:      gigaset307x-common@lists.sourceforge.net
2306 W:      http://gigaset307x.sourceforge.net/
2307 S:      Maintained
2308 F:      Documentation/isdn/README.gigaset
2309 F:      drivers/isdn/gigaset/
2310 F:      include/linux/gigaset_dev.h
2311
2312 HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER
2313 M:      Frank Seidel <frank@f-seidel.de>
2314 L:      lm-sensors@lm-sensors.org
2315 W:      http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/
2316 S:      Maintained
2317 F:      drivers/hwmon/hdaps.c
2318
2319 HYPERVISOR VIRTUAL CONSOLE DRIVER
2320 L:      linuxppc-dev@ozlabs.org
2321 S:      Odd Fixes
2322 F:      drivers/char/hvc_*
2323
2324 GSPCA FINEPIX SUBDRIVER
2325 M:      Frank Zago <frank@zago.net>
2326 L:      linux-media@vger.kernel.org
2327 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2328 S:      Maintained
2329 F:      drivers/media/video/gspca/finepix.c
2330
2331 GSPCA M5602 SUBDRIVER
2332 M:      Erik Andren <erik.andren@gmail.com>
2333 L:      linux-media@vger.kernel.org
2334 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2335 S:      Maintained
2336 F:      drivers/media/video/gspca/m5602/
2337
2338 GSPCA PAC207 SONIXB SUBDRIVER
2339 M:      Hans de Goede <hdegoede@redhat.com>
2340 L:      linux-media@vger.kernel.org
2341 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2342 S:      Maintained
2343 F:      drivers/media/video/gspca/pac207.c
2344
2345 GSPCA SN9C20X SUBDRIVER
2346 M:      Brian Johnson <brijohn@gmail.com>
2347 L:      linux-media@vger.kernel.org
2348 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2349 S:      Maintained
2350 F:      drivers/media/video/gspca/sn9c20x.c
2351
2352 GSPCA T613 SUBDRIVER
2353 M:      Leandro Costantino <lcostantino@gmail.com>
2354 L:      linux-media@vger.kernel.org
2355 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2356 S:      Maintained
2357 F:      drivers/media/video/gspca/t613.c
2358
2359 GSPCA USB WEBCAM DRIVER
2360 M:      Jean-Francois Moine <moinejf@free.fr>
2361 W:      http://moinejf.free.fr
2362 L:      linux-media@vger.kernel.org
2363 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2364 S:      Maintained
2365 F:      drivers/media/video/gspca/
2366
2367 HARDWARE MONITORING
2368 L:      lm-sensors@lm-sensors.org
2369 W:      http://www.lm-sensors.org/
2370 S:      Orphan
2371 F:      drivers/hwmon/
2372
2373 HARDWARE RANDOM NUMBER GENERATOR CORE
2374 M:      Matt Mackall <mpm@selenic.com>
2375 M:      Herbert Xu <herbert@gondor.apana.org.au>
2376 S:      Odd fixes
2377 F:      Documentation/hw_random.txt
2378 F:      drivers/char/hw_random/
2379 F:      include/linux/hw_random.h
2380
2381 HARMONY SOUND DRIVER
2382 M:      Kyle McMartin <kyle@mcmartin.ca>
2383 L:      linux-parisc@vger.kernel.org
2384 S:      Maintained
2385 F:      sound/parisc/harmony.*
2386
2387 HAYES ESP SERIAL DRIVER
2388 M:      "Andrew J. Robinson" <arobinso@nyx.net>
2389 W:      http://www.nyx.net/~arobinso
2390 S:      Maintained
2391 F:      Documentation/serial/hayes-esp.txt
2392 F:      drivers/char/esp.c
2393
2394 HEWLETT-PACKARD SMART2 RAID DRIVER
2395 M:      Chirag Kantharia <chirag.kantharia@hp.com>
2396 L:      iss_storagedev@hp.com
2397 S:      Maintained
2398 F:      Documentation/blockdev/cpqarray.txt
2399 F:      drivers/block/cpqarray.*
2400
2401 HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss)
2402 M:      Mike Miller <mike.miller@hp.com>
2403 L:      iss_storagedev@hp.com
2404 S:      Supported
2405 F:      Documentation/blockdev/cciss.txt
2406 F:      drivers/block/cciss*
2407 F:      include/linux/cciss_ioctl.h
2408
2409 HFS FILESYSTEM
2410 M:      Roman Zippel <zippel@linux-m68k.org>
2411 S:      Maintained
2412 F:      Documentation/filesystems/hfs.txt
2413 F:      fs/hfs/
2414
2415 HGA FRAMEBUFFER DRIVER
2416 M:      Ferenc Bakonyi <fero@drama.obuda.kando.hu>
2417 L:      linux-nvidia@lists.surfsouth.com
2418 W:      http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml
2419 S:      Maintained
2420 F:      drivers/video/hgafb.c
2421
2422 HIBERNATION (aka Software Suspend, aka swsusp)
2423 M:      Pavel Machek <pavel@ucw.cz>
2424 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
2425 L:      linux-pm@lists.linux-foundation.org
2426 S:      Supported
2427 F:      arch/x86/power/
2428 F:      drivers/base/power/
2429 F:      kernel/power/
2430 F:      include/linux/suspend.h
2431 F:      include/linux/freezer.h
2432 F:      include/linux/pm.h
2433 F:      arch/*/include/asm/suspend*.h
2434
2435 HID CORE LAYER
2436 M:      Jiri Kosina <jkosina@suse.cz>
2437 L:      linux-input@vger.kernel.org
2438 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
2439 S:      Maintained
2440 F:      drivers/hid/
2441 F:      include/linux/hid*
2442
2443 HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS
2444 M:      Thomas Gleixner <tglx@linutronix.de>
2445 S:      Maintained
2446 F:      Documentation/timers/
2447 F:      kernel/hrtimer.c
2448 F:      include/linux/hrtimer.h
2449
2450 HIGH-SPEED SCC DRIVER FOR AX.25
2451 M:      Klaus Kudielka <klaus.kudielka@ieee.org>
2452 L:      linux-hams@vger.kernel.org
2453 W:      http://www.nt.tuwien.ac.at/~kkudielk/Linux/
2454 S:      Maintained
2455 F:      drivers/net/hamradio/dmascc.c
2456 F:      drivers/net/hamradio/scc.c
2457
2458 HIGHPOINT ROCKETRAID 3xxx RAID DRIVER
2459 M:      HighPoint Linux Team <linux@highpoint-tech.com>
2460 W:      http://www.highpoint-tech.com
2461 S:      Supported
2462 F:      Documentation/scsi/hptiop.txt
2463 F:      drivers/scsi/hptiop.c
2464
2465 HIPPI
2466 M:      Jes Sorensen <jes@trained-monkey.org>
2467 L:      linux-hippi@sunsite.dk
2468 S:      Maintained
2469 F:      include/linux/hippidevice.h
2470 F:      include/linux/if_hippi.h
2471 F:      net/802/hippi.c
2472
2473 HOST AP DRIVER
2474 M:      Jouni Malinen <j@w1.fi>
2475 L:      hostap@shmoo.com (subscribers-only)
2476 L:      linux-wireless@vger.kernel.org
2477 W:      http://hostap.epitest.fi/
2478 S:      Maintained
2479 F:      drivers/net/wireless/hostap/
2480
2481 HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER
2482 M:      Carlos Corbacho <carlos@strangeworlds.co.uk>
2483 S:      Odd Fixes
2484 F:      drivers/platform/x86/tc1100-wmi.c
2485
2486 HP100:  Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series
2487 M:      Jaroslav Kysela <perex@perex.cz>
2488 S:      Maintained
2489 F:      drivers/net/hp100.*
2490
2491 HPET:   High Precision Event Timers driver
2492 M:      Clemens Ladisch <clemens@ladisch.de>
2493 S:      Maintained
2494 F:      Documentation/timers/hpet.txt
2495 F:      drivers/char/hpet.c
2496 F:      include/linux/hpet.h
2497
2498 HPET:   i386
2499 M:      "Venkatesh Pallipadi (Venki)" <venkatesh.pallipadi@intel.com>
2500 S:      Maintained
2501 F:      arch/x86/kernel/hpet.c
2502 F:      arch/x86/include/asm/hpet.h
2503
2504 HPET:   x86_64
2505 M:      Vojtech Pavlik <vojtech@suse.cz>
2506 S:      Maintained
2507
2508 HPET:   ACPI
2509 M:      Bob Picco <bob.picco@hp.com>
2510 S:      Maintained
2511 F:      drivers/char/hpet.c
2512
2513 HPFS FILESYSTEM
2514 M:      Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
2515 W:      http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi
2516 S:      Maintained
2517 F:      fs/hpfs/
2518
2519 HSO 3G MODEM DRIVER
2520 M:      Jan Dumon <j.dumon@option.com>
2521 W:      http://www.pharscape.org
2522 S:      Maintained
2523 F:      drivers/net/usb/hso.c
2524
2525 HTCPEN TOUCHSCREEN DRIVER
2526 M:      Pau Oliva Fora <pof@eslack.org>
2527 L:      linux-input@vger.kernel.org
2528 S:      Maintained
2529 F:      drivers/input/touchscreen/htcpen.c
2530
2531 HUGETLB FILESYSTEM
2532 M:      William Irwin <wli@holomorphy.com>
2533 S:      Maintained
2534 F:      fs/hugetlbfs/
2535
2536 I2C/SMBUS STUB DRIVER
2537 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
2538 L:      linux-i2c@vger.kernel.org
2539 S:      Maintained
2540 F:      drivers/i2c/busses/i2c-stub.c
2541
2542 I2C SUBSYSTEM
2543 M:      "Jean Delvare (PC drivers, core)" <khali@linux-fr.org>
2544 M:      "Ben Dooks (embedded platforms)" <ben-linux@fluff.org>
2545 L:      linux-i2c@vger.kernel.org
2546 W:      http://i2c.wiki.kernel.org/
2547 T:      quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/
2548 S:      Maintained
2549 F:      Documentation/i2c/
2550 F:      drivers/i2c/
2551 F:      include/linux/i2c.h
2552 F:      include/linux/i2c-dev.h
2553 F:      include/linux/i2c-id.h
2554
2555 I2C-TINY-USB DRIVER
2556 M:      Till Harbaum <till@harbaum.org>
2557 L:      linux-i2c@vger.kernel.org
2558 W:      http://www.harbaum.org/till/i2c_tiny_usb
2559 S:      Maintained
2560 F:      drivers/i2c/busses/i2c-tiny-usb.c
2561
2562 i386 BOOT CODE
2563 M:      "H. Peter Anvin" <hpa@zytor.com>
2564 S:      Maintained
2565 F:      arch/x86/boot/
2566
2567 i386 SETUP CODE / CPU ERRATA WORKAROUNDS
2568 M:      "H. Peter Anvin" <hpa@zytor.com>
2569 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git
2570 S:      Maintained
2571
2572 IA64 (Itanium) PLATFORM
2573 M:      Tony Luck <tony.luck@intel.com>
2574 M:      Fenghua Yu <fenghua.yu@intel.com>
2575 L:      linux-ia64@vger.kernel.org
2576 W:      http://www.ia64-linux.org/
2577 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git
2578 S:      Maintained
2579 F:      arch/ia64/
2580
2581 IBM MCA SCSI SUBSYSTEM DRIVER
2582 M:      Michael Lang <langa2@kph.uni-mainz.de>
2583 W:      http://www.uni-mainz.de/~langm000/linux.html
2584 S:      Maintained
2585 F:      drivers/scsi/ibmmca.c
2586
2587 IBM Power Linux RAID adapter
2588 M:      Brian King <brking@us.ibm.com>
2589 S:      Supported
2590 F:      drivers/scsi/ipr.*
2591
2592 IBM ServeRAID RAID DRIVER
2593 P:      Jack Hammer
2594 M:      Dave Jeffery <ipslinux@adaptec.com>
2595 W:      http://www.developer.ibm.com/welcome/netfinity/serveraid.html
2596 S:      Supported
2597 F:      drivers/scsi/ips.*
2598
2599 IDE SUBSYSTEM
2600 M:      "David S. Miller" <davem@davemloft.net>
2601 L:      linux-ide@vger.kernel.org
2602 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6.git
2603 S:      Maintained
2604 F:      Documentation/ide/
2605 F:      drivers/ide/
2606 F:      include/linux/ide.h
2607
2608 IDE/ATAPI DRIVERS
2609 M:      Borislav Petkov <petkovbb@gmail.com>
2610 L:      linux-ide@vger.kernel.org
2611 S:      Maintained
2612 F:      Documentation/cdrom/ide-cd
2613 F:      drivers/ide/ide-cd*
2614
2615 IDLE-I7300
2616 M:      Andy Henroid <andrew.d.henroid@intel.com>
2617 L:      linux-pm@lists.linux-foundation.org
2618 S:      Supported
2619 F:      drivers/idle/i7300_idle.c
2620
2621 IEEE 1394 SUBSYSTEM
2622 M:      Ben Collins <ben.collins@ubuntu.com>
2623 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2624 L:      linux1394-devel@lists.sourceforge.net
2625 W:      http://www.linux1394.org/
2626 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git
2627 S:      Maintained
2628 F:      Documentation/debugging-via-ohci1394.txt
2629 F:      drivers/ieee1394/
2630
2631 IEEE 1394 RAW I/O DRIVER
2632 M:      Dan Dennedy <dan@dennedy.org>
2633 M:      Stefan Richter <stefanr@s5r6.in-berlin.de>
2634 L:      linux1394-devel@lists.sourceforge.net
2635 S:      Maintained
2636 F:      drivers/ieee1394/raw1394*
2637
2638 IEEE 802.15.4 SUBSYSTEM
2639 M:      Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2640 M:      Sergey Lapin <slapin@ossfans.org>
2641 L:      linux-zigbee-devel@lists.sourceforge.net (moderated for non-subscribers)
2642 W:      http://apps.sourceforge.net/trac/linux-zigbee
2643 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lowpan/lowpan.git
2644 S:      Maintained
2645 F:      net/ieee802154/
2646 F:      drivers/ieee802154/
2647
2648 INTEGRITY MEASUREMENT ARCHITECTURE (IMA)
2649 M:      Mimi Zohar <zohar@us.ibm.com>
2650 S:      Supported
2651 F:      security/integrity/ima/
2652
2653 IMS TWINTURBO FRAMEBUFFER DRIVER
2654 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2655 S:      Orphan
2656 F:      drivers/video/imsttfb.c
2657
2658 INFINIBAND SUBSYSTEM
2659 M:      Roland Dreier <rolandd@cisco.com>
2660 M:      Sean Hefty <sean.hefty@intel.com>
2661 M:      Hal Rosenstock <hal.rosenstock@gmail.com>
2662 L:      linux-rdma@vger.kernel.org
2663 W:      http://www.openib.org/
2664 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git
2665 S:      Supported
2666 F:      Documentation/infiniband/
2667 F:      drivers/infiniband/
2668 F:      include/linux/if_infiniband.h
2669
2670 INOTIFY
2671 M:      John McCutchan <john@johnmccutchan.com>
2672 M:      Robert Love <rlove@rlove.org>
2673 M:      Eric Paris <eparis@parisplace.org>
2674 S:      Maintained
2675 F:      Documentation/filesystems/inotify.txt
2676 F:      fs/notify/inotify/
2677 F:      include/linux/inotify.h
2678
2679 INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS
2680 M:      Dmitry Torokhov <dmitry.torokhov@gmail.com>
2681 M:      Dmitry Torokhov <dtor@mail.ru>
2682 L:      linux-input@vger.kernel.org
2683 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git
2684 S:      Maintained
2685 F:      drivers/input/
2686
2687 INTEL FRAMEBUFFER DRIVER (excluding 810 and 815)
2688 M:      Sylvain Meyer <sylvain.meyer@worldonline.fr>
2689 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2690 S:      Maintained
2691 F:      Documentation/fb/intelfb.txt
2692 F:      drivers/video/intelfb/
2693
2694 INTEL 810/815 FRAMEBUFFER DRIVER
2695 M:      Antonino Daplas <adaplas@gmail.com>
2696 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
2697 S:      Maintained
2698 F:      drivers/video/i810/
2699
2700 INTEL MENLOW THERMAL DRIVER
2701 M:      Sujith Thomas <sujith.thomas@intel.com>
2702 L:      linux-acpi@vger.kernel.org
2703 W:      http://www.lesswatts.org/projects/acpi/
2704 S:      Supported
2705 F:      drivers/platform/x86/intel_menlow.c
2706
2707 INTEL IA32 MICROCODE UPDATE SUPPORT
2708 M:      Tigran Aivazian <tigran@aivazian.fsnet.co.uk>
2709 S:      Maintained
2710 F:      arch/x86/kernel/microcode_core.c
2711 F:      arch/x86/kernel/microcode_intel.c
2712
2713 INTEL I/OAT DMA DRIVER
2714 M:      Maciej Sosnowski <maciej.sosnowski@intel.com>
2715 S:      Supported
2716 F:      drivers/dma/ioat*
2717
2718 INTEL IOMMU (VT-d)
2719 M:      David Woodhouse <dwmw2@infradead.org>
2720 L:      iommu@lists.linux-foundation.org
2721 T:      git git://git.infradead.org/iommu-2.6.git
2722 S:      Supported
2723 F:      drivers/pci/intel-iommu.c
2724 F:      include/linux/intel-iommu.h
2725
2726 INTEL IOP-ADMA DMA DRIVER
2727 M:      Dan Williams <dan.j.williams@intel.com>
2728 S:      Maintained
2729 F:      drivers/dma/iop-adma.c
2730
2731 INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT
2732 M:      Krzysztof Halasa <khc@pm.waw.pl>
2733 S:      Maintained
2734 F:      arch/arm/mach-ixp4xx/include/mach/qmgr.h
2735 F:      arch/arm/mach-ixp4xx/include/mach/npe.h
2736 F:      arch/arm/mach-ixp4xx/ixp4xx_qmgr.c
2737 F:      arch/arm/mach-ixp4xx/ixp4xx_npe.c
2738 F:      drivers/net/arm/ixp4xx_eth.c
2739 F:      drivers/net/wan/ixp4xx_hss.c
2740
2741 INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT
2742 M:      Deepak Saxena <dsaxena@plexity.net>
2743 S:      Maintained
2744 F:      drivers/char/hw_random/ixp4xx-rng.c
2745
2746 INTEL IXP2000 ETHERNET DRIVER
2747 M:      Lennert Buytenhek <kernel@wantstofly.org>
2748 L:      netdev@vger.kernel.org
2749 S:      Maintained
2750 F:      drivers/net/ixp2000/
2751
2752 INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe)
2753 M:      Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2754 M:      Jesse Brandeburg <jesse.brandeburg@intel.com>
2755 M:      Bruce Allan <bruce.w.allan@intel.com>
2756 M:      PJ Waskiewicz <peter.p.waskiewicz.jr@intel.com>
2757 M:      John Ronciak <john.ronciak@intel.com>
2758 L:      e1000-devel@lists.sourceforge.net
2759 W:      http://e1000.sourceforge.net/
2760 S:      Supported
2761 F:      drivers/net/e100.c
2762 F:      drivers/net/e1000/
2763 F:      drivers/net/e1000e/
2764 F:      drivers/net/igb/
2765 F:      drivers/net/ixgb/
2766 F:      drivers/net/ixgbe/
2767
2768 INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT
2769 M:      Zhu Yi <yi.zhu@intel.com>
2770 M:      Reinette Chatre <reinette.chatre@intel.com>
2771 M:      Intel Linux Wireless <ilw@linux.intel.com>
2772 L:      linux-wireless@vger.kernel.org
2773 W:      http://ipw2100.sourceforge.net
2774 S:      Odd Fixes
2775 F:      Documentation/networking/README.ipw2100
2776 F:      drivers/net/wireless/ipw2x00/ipw2100.*
2777
2778 INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT
2779 M:      Zhu Yi <yi.zhu@intel.com>
2780 M:      Reinette Chatre <reinette.chatre@intel.com>
2781 M:      Intel Linux Wireless <ilw@linux.intel.com>
2782 L:      linux-wireless@vger.kernel.org
2783 W:      http://ipw2200.sourceforge.net
2784 S:      Odd Fixes
2785 F:      Documentation/networking/README.ipw2200
2786 F:      drivers/net/wireless/ipw2x00/ipw2200.*
2787
2788 INTEL WIRELESS WIMAX CONNECTION 2400
2789 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2790 M:      linux-wimax@intel.com
2791 L:      wimax@linuxwimax.org
2792 S:      Supported
2793 W:      http://linuxwimax.org
2794 F:      Documentation/wimax/README.i2400m
2795 F:      drivers/net/wimax/i2400m/
2796 F:      include/linux/wimax/i2400m.h
2797
2798 INTEL WIRELESS WIFI LINK (iwlwifi)
2799 M:      Zhu Yi <yi.zhu@intel.com>
2800 M:      Reinette Chatre <reinette.chatre@intel.com>
2801 M:      Intel Linux Wireless <ilw@linux.intel.com>
2802 L:      linux-wireless@vger.kernel.org
2803 W:      http://intellinuxwireless.org
2804 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git
2805 S:      Supported
2806 F:      drivers/net/wireless/iwlwifi/
2807
2808 IOC3 ETHERNET DRIVER
2809 M:      Ralf Baechle <ralf@linux-mips.org>
2810 L:      linux-mips@linux-mips.org
2811 S:      Maintained
2812 F:      drivers/net/ioc3-eth.c
2813
2814 IOC3 SERIAL DRIVER
2815 M:      Pat Gefre <pfg@sgi.com>
2816 L:      linux-mips@linux-mips.org
2817 S:      Maintained
2818 F:      drivers/serial/ioc3_serial.c
2819
2820 IP MASQUERADING
2821 M:      Juanjo Ciarlante <jjciarla@raiz.uncu.edu.ar>
2822 S:      Maintained
2823 F:      net/ipv4/netfilter/ipt_MASQUERADE.c
2824
2825 IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER
2826 M:      Francois Romieu <romieu@fr.zoreil.com>
2827 M:      Sorbica Shieh <sorbica@icplus.com.tw>
2828 M:      Jesse Huang <jesse@icplus.com.tw>
2829 L:      netdev@vger.kernel.org
2830 S:      Maintained
2831 F:      drivers/net/ipg.c
2832
2833 IPATH DRIVER
2834 M:      Ralph Campbell <infinipath@qlogic.com>
2835 L:      linux-rdma@vger.kernel.org
2836 T:      git git://git.qlogic.com/ipath-linux-2.6
2837 S:      Supported
2838 F:      drivers/infiniband/hw/ipath/
2839
2840 IPMI SUBSYSTEM
2841 M:      Corey Minyard <minyard@acm.org>
2842 L:      openipmi-developer@lists.sourceforge.net (moderated for non-subscribers)
2843 W:      http://openipmi.sourceforge.net/
2844 S:      Supported
2845 F:      Documentation/IPMI.txt
2846 F:      drivers/char/ipmi/
2847 F:      include/linux/ipmi*
2848
2849 IPS SCSI RAID DRIVER
2850 M:      Adaptec OEM Raid Solutions <aacraid@adaptec.com>
2851 L:      linux-scsi@vger.kernel.org
2852 W:      http://www.adaptec.com/
2853 S:      Maintained
2854 F:      drivers/scsi/ips*
2855
2856 IPVS
2857 M:      Wensong Zhang <wensong@linux-vs.org>
2858 M:      Simon Horman <horms@verge.net.au>
2859 M:      Julian Anastasov <ja@ssi.bg>
2860 L:      netdev@vger.kernel.org
2861 L:      lvs-devel@vger.kernel.org
2862 S:      Maintained
2863 F:      Documentation/networking/ipvs-sysctl.txt
2864 F:      include/net/ip_vs.h
2865 F:      include/linux/ip_vs.h
2866 F:      net/netfilter/ipvs/
2867
2868 IPWIRELESS DRIVER
2869 M:      Jiri Kosina <jkosina@suse.cz>
2870 M:      David Sterba <dsterba@suse.cz>
2871 S:      Maintained
2872 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git
2873 F:      drivers/char/pcmcia/ipwireless/
2874
2875 IPX NETWORK LAYER
2876 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
2877 L:      netdev@vger.kernel.org
2878 S:      Maintained
2879 F:      include/linux/ipx.h
2880 F:      include/net/ipx.h
2881 F:      net/ipx/
2882
2883 IRDA SUBSYSTEM
2884 M:      Samuel Ortiz <samuel@sortiz.org>
2885 L:      irda-users@lists.sourceforge.net (subscribers-only)
2886 W:      http://irda.sourceforge.net/
2887 S:      Maintained
2888 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git
2889 F:      Documentation/networking/irda.txt
2890 F:      drivers/net/irda/
2891 F:      include/net/irda/
2892 F:      net/irda/
2893
2894 ISAPNP
2895 M:      Jaroslav Kysela <perex@perex.cz>
2896 S:      Maintained
2897 F:      Documentation/isapnp.txt
2898 F:      drivers/pnp/isapnp/
2899 F:      include/linux/isapnp.h
2900
2901 ISCSI
2902 M:      Mike Christie <michaelc@cs.wisc.edu>
2903 L:      open-iscsi@googlegroups.com
2904 W:      www.open-iscsi.org
2905 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git
2906 S:      Maintained
2907 F:      drivers/scsi/*iscsi*
2908 F:      include/scsi/*iscsi*
2909
2910 ISDN SUBSYSTEM
2911 M:      Karsten Keil <isdn@linux-pingi.de>
2912 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
2913 W:      http://www.isdn4linux.de
2914 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git
2915 S:      Maintained
2916 F:      Documentation/isdn/
2917 F:      drivers/isdn/
2918 F:      include/linux/isdn.h
2919 F:      include/linux/isdn/
2920
2921 ISDN SUBSYSTEM (Eicon active card driver)
2922 M:      Armin Schindler <mac@melware.de>
2923 L:      isdn4linux@listserv.isdn4linux.de (subscribers-only)
2924 W:      http://www.melware.de
2925 S:      Maintained
2926 F:      drivers/isdn/hardware/eicon/
2927
2928 IVTV VIDEO4LINUX DRIVER
2929 M:      Hans Verkuil <hverkuil@xs4all.nl>
2930 L:      ivtv-devel@ivtvdriver.org
2931 L:      linux-media@vger.kernel.org
2932 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
2933 W:      http://www.ivtvdriver.org
2934 S:      Maintained
2935 F:      Documentation/video4linux/*.ivtv
2936 F:      drivers/media/video/ivtv/
2937 F:      include/linux/ivtv*
2938
2939 JFS FILESYSTEM
2940 M:      Dave Kleikamp <shaggy@linux.vnet.ibm.com>
2941 L:      jfs-discussion@lists.sourceforge.net
2942 W:      http://jfs.sourceforge.net/
2943 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git
2944 S:      Maintained
2945 F:      Documentation/filesystems/jfs.txt
2946 F:      fs/jfs/
2947
2948 JME NETWORK DRIVER
2949 M:      Guo-Fu Tseng <cooldavid@cooldavid.org>
2950 L:      netdev@vger.kernel.org
2951 S:      Maintained
2952 F:      drivers/net/jme.*
2953
2954 JOURNALLING FLASH FILE SYSTEM V2 (JFFS2)
2955 M:      David Woodhouse <dwmw2@infradead.org>
2956 L:      linux-mtd@lists.infradead.org
2957 W:      http://www.linux-mtd.infradead.org/doc/jffs2.html
2958 S:      Maintained
2959 F:      fs/jffs2/
2960 F:      include/linux/jffs2.h
2961
2962 JOURNALLING LAYER FOR BLOCK DEVICES (JBD)
2963 M:      Andrew Morton <akpm@linux-foundation.org>
2964 M:      Jan Kara <jack@suse.cz>
2965 L:      linux-ext4@vger.kernel.org
2966 S:      Maintained
2967 F:      fs/jbd*/
2968 F:      include/linux/ext*jbd*.h
2969 F:      include/linux/jbd*.h
2970
2971 K8TEMP HARDWARE MONITORING DRIVER
2972 M:      Rudolf Marek <r.marek@assembler.cz>
2973 L:      lm-sensors@lm-sensors.org
2974 S:      Maintained
2975 F:      Documentation/hwmon/k8temp
2976 F:      drivers/hwmon/k8temp.c
2977
2978 KCONFIG
2979 M:      Roman Zippel <zippel@linux-m68k.org>
2980 L:      linux-kbuild@vger.kernel.org
2981 S:      Maintained
2982 F:      Documentation/kbuild/kconfig-language.txt
2983 F:      scripts/kconfig/
2984
2985 KDUMP
2986 M:      Vivek Goyal <vgoyal@redhat.com>
2987 M:      Haren Myneni <hbabu@us.ibm.com>
2988 L:      kexec@lists.infradead.org
2989 W:      http://lse.sourceforge.net/kdump/
2990 S:      Maintained
2991 F:      Documentation/kdump/
2992
2993 KERNEL AUTOMOUNTER (AUTOFS)
2994 M:      "H. Peter Anvin" <hpa@zytor.com>
2995 L:      autofs@linux.kernel.org
2996 S:      Odd Fixes
2997 F:      fs/autofs/
2998
2999 KERNEL AUTOMOUNTER v4 (AUTOFS4)
3000 M:      Ian Kent <raven@themaw.net>
3001 L:      autofs@linux.kernel.org
3002 S:      Maintained
3003 F:      fs/autofs4/
3004
3005 KERNEL BUILD
3006 M:      Sam Ravnborg <sam@ravnborg.org>
3007 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git
3008 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git
3009 L:      linux-kbuild@vger.kernel.org
3010 S:      Maintained
3011 F:      Documentation/kbuild/
3012 F:      Makefile
3013 F:      scripts/Makefile.*
3014
3015 KERNEL JANITORS
3016 L:      kernel-janitors@vger.kernel.org
3017 W:      http://janitor.kernelnewbies.org/
3018 S:      Odd Fixes
3019
3020 KERNEL NFSD, SUNRPC, AND LOCKD SERVERS
3021 M:      "J. Bruce Fields" <bfields@fieldses.org>
3022 M:      Neil Brown <neilb@suse.de>
3023 L:      linux-nfs@vger.kernel.org
3024 W:      http://nfs.sourceforge.net/
3025 S:      Supported
3026 F:      fs/nfsd/
3027 F:      include/linux/nfsd/
3028 F:      fs/lockd/
3029 F:      fs/nfs_common/
3030 F:      net/sunrpc/
3031 F:      include/linux/lockd/
3032 F:      include/linux/sunrpc/
3033
3034 KERNEL VIRTUAL MACHINE (KVM)
3035 M:      Avi Kivity <avi@redhat.com>
3036 M:      Marcelo Tosatti <mtosatti@redhat.com>
3037 L:      kvm@vger.kernel.org
3038 W:      http://kvm.qumranet.com
3039 S:      Supported
3040 F:      Documentation/*/kvm.txt
3041 F:      arch/*/kvm/
3042 F:      arch/*/include/asm/kvm*
3043 F:      include/linux/kvm*
3044 F:      virt/kvm/
3045
3046 KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V
3047 M:      Joerg Roedel <joerg.roedel@amd.com>
3048 L:      kvm@vger.kernel.org
3049 W:      http://kvm.qumranet.com
3050 S:      Supported
3051 F:      arch/x86/include/asm/svm.h
3052 F:      arch/x86/kvm/kvm_svm.h
3053 F:      arch/x86/kvm/svm.c
3054
3055 KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
3056 M:      Hollis Blanchard <hollisb@us.ibm.com>
3057 L:      kvm-ppc@vger.kernel.org
3058 W:      http://kvm.qumranet.com
3059 S:      Supported
3060 F:      arch/powerpc/include/asm/kvm*
3061 F:      arch/powerpc/kvm/
3062
3063 KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64)
3064 M:      Xiantao Zhang <xiantao.zhang@intel.com>
3065 L:      kvm-ia64@vger.kernel.org
3066 W:      http://kvm.qumranet.com
3067 S:      Supported
3068 F:      Documentation/ia64/kvm.txt
3069 F:      arch/ia64/include/asm/kvm*
3070 F:      arch/ia64/kvm/
3071
3072 KERNEL VIRTUAL MACHINE for s390 (KVM/s390)
3073 M:      Carsten Otte <cotte@de.ibm.com>
3074 M:      Christian Borntraeger <borntraeger@de.ibm.com>
3075 M:      linux390@de.ibm.com
3076 L:      linux-s390@vger.kernel.org
3077 W:      http://www.ibm.com/developerworks/linux/linux390/
3078 S:      Supported
3079 F:      Documentation/s390/kvm.txt
3080 F:      arch/s390/include/asm/kvm*
3081 F:      arch/s390/kvm/
3082
3083 KEXEC
3084 M:      Eric Biederman <ebiederm@xmission.com>
3085 W:      http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/
3086 L:      kexec@lists.infradead.org
3087 S:      Maintained
3088 F:      include/linux/kexec.h
3089 F:      kernel/kexec.c
3090
3091 KGDB
3092 M:      Jason Wessel <jason.wessel@windriver.com>
3093 L:      kgdb-bugreport@lists.sourceforge.net
3094 S:      Maintained
3095 F:      Documentation/DocBook/kgdb.tmpl
3096 F:      drivers/misc/kgdbts.c
3097 F:      drivers/serial/kgdboc.c
3098 F:      include/linux/kgdb.h
3099 F:      kernel/kgdb.c
3100
3101 KMEMCHECK
3102 M:      Vegard Nossum <vegardno@ifi.uio.no>
3103 M:      Pekka Enberg <penberg@cs.helsinki.fi>
3104 S:      Maintained
3105 F:      Documentation/kmemcheck.txt
3106 F:      arch/x86/include/asm/kmemcheck.h
3107 F:      arch/x86/mm/kmemcheck/
3108 F:      include/linux/kmemcheck.h
3109 F:      mm/kmemcheck.c
3110
3111 KMEMLEAK
3112 M:      Catalin Marinas <catalin.marinas@arm.com>
3113 S:      Maintained
3114 F:      Documentation/kmemleak.txt
3115 F:      include/linux/kmemleak.h
3116 F:      mm/kmemleak.c
3117 F:      mm/kmemleak-test.c
3118
3119 KMEMTRACE
3120 M:      Eduard - Gabriel Munteanu <eduard.munteanu@linux360.ro>
3121 S:      Maintained
3122 F:      Documentation/trace/kmemtrace.txt
3123 F:      include/linux/kmemtrace.h
3124 F:      kernel/trace/kmemtrace.c
3125
3126 KPROBES
3127 M:      Ananth N Mavinakayanahalli <ananth@in.ibm.com>
3128 M:      Anil S Keshavamurthy <anil.s.keshavamurthy@intel.com>
3129 M:      "David S. Miller" <davem@davemloft.net>
3130 M:      Masami Hiramatsu <mhiramat@redhat.com>
3131 S:      Maintained
3132 F:      Documentation/kprobes.txt
3133 F:      include/linux/kprobes.h
3134 F:      kernel/kprobes.c
3135
3136 KS0108 LCD CONTROLLER DRIVER
3137 M:      Miguel Ojeda Sandonis <miguel.ojeda.sandonis@gmail.com>
3138 W:      http://miguelojeda.es/auxdisplay.htm
3139 W:      http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm
3140 S:      Maintained
3141 F:      Documentation/auxdisplay/ks0108
3142 F:      drivers/auxdisplay/ks0108.c
3143 F:      include/linux/ks0108.h
3144
3145 LAPB module
3146 L:      linux-x25@vger.kernel.org
3147 S:      Orphan
3148 F:      Documentation/networking/lapb-module.txt
3149 F:      include/*/lapb.h
3150 F:      net/lapb/
3151
3152 LASI 53c700 driver for PARISC
3153 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3154 L:      linux-scsi@vger.kernel.org
3155 S:      Maintained
3156 F:      Documentation/scsi/53c700.txt
3157 F:      drivers/scsi/53c700*
3158
3159 LED SUBSYSTEM
3160 M:      Richard Purdie <rpurdie@rpsys.net>
3161 S:      Maintained
3162 F:      drivers/leds/
3163 F:      include/linux/leds.h
3164
3165 LEGO USB Tower driver
3166 M:      Juergen Stuber <starblue@users.sourceforge.net>
3167 L:      legousb-devel@lists.sourceforge.net
3168 W:      http://legousb.sourceforge.net/
3169 S:      Maintained
3170 F:      drivers/usb/misc/legousbtower.c
3171
3172 LGUEST
3173 M:      Rusty Russell <rusty@rustcorp.com.au>
3174 L:      lguest@ozlabs.org
3175 W:      http://lguest.ozlabs.org/
3176 S:      Maintained
3177 F:      Documentation/lguest/
3178 F:      arch/x86/lguest/
3179 F:      drivers/lguest/
3180 F:      include/linux/lguest*.h
3181 F:      arch/x86/include/asm/lguest*.h
3182
3183 LINUX FOR IBM pSERIES (RS/6000)
3184 M:      Paul Mackerras <paulus@au.ibm.com>
3185 W:      http://www.ibm.com/linux/ltc/projects/ppc
3186 S:      Supported
3187
3188 LINUX FOR POWERPC (32-BIT AND 64-BIT)
3189 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3190 M:      Paul Mackerras <paulus@samba.org>
3191 W:      http://www.penguinppc.org/
3192 L:      linuxppc-dev@ozlabs.org
3193 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git
3194 S:      Supported
3195
3196 LINUX FOR POWER MACINTOSH
3197 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
3198 W:      http://www.penguinppc.org/
3199 L:      linuxppc-dev@ozlabs.org
3200 S:      Maintained
3201
3202 LINUX FOR POWERPC EMBEDDED MPC5XXX
3203 M:      Grant Likely <grant.likely@secretlab.ca>
3204 L:      linuxppc-dev@ozlabs.org
3205 T:      git git://git.secretlab.ca/git/linux-2.6.git
3206 S:      Maintained
3207
3208 LINUX FOR POWERPC EMBEDDED PPC4XX
3209 M:      Josh Boyer <jwboyer@linux.vnet.ibm.com>
3210 M:      Matt Porter <mporter@kernel.crashing.org>
3211 W:      http://www.penguinppc.org/
3212 L:      linuxppc-dev@ozlabs.org
3213 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git
3214 S:      Maintained
3215
3216 LINUX FOR POWERPC EMBEDDED XILINX VIRTEX
3217 M:      Grant Likely <grant.likely@secretlab.ca>
3218 W:      http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex
3219 L:      linuxppc-dev@ozlabs.org
3220 T:      git git://git.secretlab.ca/git/linux-2.6.git
3221 S:      Maintained
3222
3223 LINUX FOR POWERPC EMBEDDED PPC8XX
3224 M:      Vitaly Bordug <vitb@kernel.crashing.org>
3225 M:      Marcelo Tosatti <marcelo@kvack.org>
3226 W:      http://www.penguinppc.org/
3227 L:      linuxppc-dev@ozlabs.org
3228 S:      Maintained
3229
3230 LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX
3231 M:      Kumar Gala <galak@kernel.crashing.org>
3232 W:      http://www.penguinppc.org/
3233 L:      linuxppc-dev@ozlabs.org
3234 S:      Maintained
3235
3236 LINUX FOR POWERPC PA SEMI PWRFICIENT
3237 M:      Olof Johansson <olof@lixom.net>
3238 W:      http://www.pasemi.com/
3239 L:      linuxppc-dev@ozlabs.org
3240 S:      Supported
3241
3242 LINUX SECURITY MODULE (LSM) FRAMEWORK
3243 M:      Chris Wright <chrisw@sous-sol.org>
3244 L:      linux-security-module@vger.kernel.org
3245 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git
3246 S:      Supported
3247
3248 LLC (802.2)
3249 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
3250 S:      Maintained
3251 F:      include/linux/llc.h
3252 F:      include/net/llc*
3253 F:      net/llc/
3254
3255 LIS3LV02D ACCELEROMETER DRIVER
3256 M:      Eric Piel <eric.piel@tremplin-utc.net>
3257 S:      Maintained
3258 F:      Documentation/hwmon/lis3lv02d
3259 F:      drivers/hwmon/lis3lv02d.*
3260
3261 LM83 HARDWARE MONITOR DRIVER
3262 M:      Jean Delvare <khali@linux-fr.org>
3263 L:      lm-sensors@lm-sensors.org
3264 S:      Maintained
3265 F:      Documentation/hwmon/lm83
3266 F:      drivers/hwmon/lm83.c
3267
3268 LM90 HARDWARE MONITOR DRIVER
3269 M:      Jean Delvare <khali@linux-fr.org>
3270 L:      lm-sensors@lm-sensors.org
3271 S:      Maintained
3272 F:      Documentation/hwmon/lm90
3273 F:      drivers/hwmon/lm90.c
3274
3275 LOCKDEP AND LOCKSTAT
3276 M:      Peter Zijlstra <peterz@infradead.org>
3277 M:      Ingo Molnar <mingo@redhat.com>
3278 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git
3279 S:      Maintained
3280 F:      Documentation/lockdep*.txt
3281 F:      Documentation/lockstat.txt
3282 F:      include/linux/lockdep.h
3283 F:      kernel/lockdep*
3284
3285 LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks)
3286 M:      "Richard Russon (FlatCap)" <ldm@flatcap.org>
3287 L:      linux-ntfs-dev@lists.sourceforge.net
3288 W:      http://www.linux-ntfs.org/content/view/19/37/
3289 S:      Maintained
3290 F:      Documentation/ldm.txt
3291 F:      fs/partitions/ldm.*
3292
3293 LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI)
3294 M:      Eric Moore <Eric.Moore@lsi.com>
3295 M:      support@lsi.com
3296 L:      DL-MPTFusionLinux@lsi.com
3297 L:      linux-scsi@vger.kernel.org
3298 W:      http://www.lsilogic.com/support
3299 S:      Supported
3300 F:      drivers/message/fusion/
3301
3302 LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers
3303 M:      Matthew Wilcox <matthew@wil.cx>
3304 L:      linux-scsi@vger.kernel.org
3305 S:      Maintained
3306 F:      drivers/scsi/sym53c8xx_2/
3307
3308 LTP (Linux Test Project)
3309 M:      Subrata Modak <subrata@linux.vnet.ibm.com>
3310 M:      Mike Frysinger <vapier@gentoo.org>
3311 L:      ltp-list@lists.sourceforge.net (subscribers-only)
3312 W:      http://ltp.sourceforge.net/
3313 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git
3314 S:      Maintained
3315
3316 M32R ARCHITECTURE
3317 M:      Hirokazu Takata <takata@linux-m32r.org>
3318 L:      linux-m32r@ml.linux-m32r.org
3319 L:      linux-m32r-ja@ml.linux-m32r.org (in Japanese)
3320 W:      http://www.linux-m32r.org/
3321 S:      Maintained
3322 F:      arch/m32r/
3323
3324 M68K ARCHITECTURE
3325 M:      Geert Uytterhoeven <geert@linux-m68k.org>
3326 M:      Roman Zippel <zippel@linux-m68k.org>
3327 L:      linux-m68k@lists.linux-m68k.org
3328 W:      http://www.linux-m68k.org/
3329 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git
3330 S:      Maintained
3331 F:      arch/m68k/
3332 F:      drivers/zorro/
3333
3334 M68K ON APPLE MACINTOSH
3335 M:      Joshua Thompson <funaho@jurai.org>
3336 W:      http://www.mac.linux-m68k.org/
3337 L:      linux-m68k@lists.linux-m68k.org
3338 S:      Maintained
3339 F:      arch/m68k/mac/
3340
3341 M68K ON HP9000/300
3342 M:      Philip Blundell <philb@gnu.org>
3343 W:      http://www.tazenda.demon.co.uk/phil/linux-hp
3344 S:      Maintained
3345 F:      arch/m68k/hp300/
3346
3347 MAC80211
3348 M:      Johannes Berg <johannes@sipsolutions.net>
3349 L:      linux-wireless@vger.kernel.org
3350 W:      http://linuxwireless.org/
3351 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3352 S:      Maintained
3353 F:      Documentation/networking/mac80211-injection.txt
3354 F:      include/net/mac80211.h
3355 F:      net/mac80211/
3356
3357 MAC80211 PID RATE CONTROL
3358 M:      Stefano Brivio <stefano.brivio@polimi.it>
3359 M:      Mattias Nissler <mattias.nissler@gmx.de>
3360 L:      linux-wireless@vger.kernel.org
3361 W:      http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID
3362 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3363 S:      Maintained
3364 F:      net/mac80211/rc80211_pid*
3365
3366 MACVLAN DRIVER
3367 M:      Patrick McHardy <kaber@trash.net>
3368 L:      netdev@vger.kernel.org
3369 S:      Maintained
3370 F:      drivers/net/macvlan.c
3371 F:      include/linux/if_macvlan.h
3372
3373 MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7
3374 M:      Michael Kerrisk <mtk.manpages@gmail.com>
3375 W:      http://www.kernel.org/doc/man-pages
3376 L:      linux-man@vger.kernel.org
3377 S:      Maintained
3378
3379 MARVELL LIBERTAS WIRELESS DRIVER
3380 M:      Dan Williams <dcbw@redhat.com>
3381 L:      libertas-dev@lists.infradead.org
3382 S:      Maintained
3383 F:      drivers/net/wireless/libertas/
3384
3385 MARVELL MV643XX ETHERNET DRIVER
3386 M:      Lennert Buytenhek <buytenh@marvell.com>
3387 L:      netdev@vger.kernel.org
3388 S:      Supported
3389 F:      drivers/net/mv643xx_eth.*
3390 F:      include/linux/mv643xx.h
3391
3392 MARVELL MWL8K WIRELESS DRIVER
3393 M:      Lennert Buytenhek <buytenh@marvell.com>
3394 L:      linux-wireless@vger.kernel.org
3395 S:      Supported
3396 F:      drivers/net/wireless/mwl8k.c
3397
3398 MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER
3399 M:      Nicolas Pitre <nico@fluxnic.net>
3400 S:      Maintained
3401
3402 MARVELL YUKON / SYSKONNECT DRIVER
3403 M:      Mirko Lindner <mlindner@syskonnect.de>
3404 M:      Ralph Roesler <rroesler@syskonnect.de>
3405 W:      http://www.syskonnect.com
3406 S:      Supported
3407
3408 MATROX FRAMEBUFFER DRIVER
3409 M:      Petr Vandrovec <vandrove@vc.cvut.cz>
3410 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3411 S:      Maintained
3412 F:      drivers/video/matrox/matroxfb_*
3413 F:      include/linux/matroxfb.h
3414
3415 MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER
3416 M:      "Hans J. Koch" <hjk@linutronix.de>
3417 L:      lm-sensors@lm-sensors.org
3418 S:      Maintained
3419 F:      Documentation/hwmon/max6650
3420 F:      drivers/hwmon/max6650.c
3421
3422 MEDIA INPUT INFRASTRUCTURE (V4L/DVB)
3423 M:      Mauro Carvalho Chehab <mchehab@infradead.org>
3424 P:      LinuxTV.org Project
3425 L:      linux-media@vger.kernel.org
3426 W:      http://linuxtv.org
3427 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3428 S:      Maintained
3429 F:      Documentation/dvb/
3430 F:      Documentation/video4linux/
3431 F:      drivers/media/
3432 F:      include/media/
3433 F:      include/linux/dvb/
3434 F:      include/linux/videodev*.h
3435
3436 MEGARAID SCSI DRIVERS
3437 M:      Neela Syam Kolli <megaraidlinux@lsi.com>
3438 L:      linux-scsi@vger.kernel.org
3439 W:      http://megaraid.lsilogic.com
3440 S:      Maintained
3441 F:      Documentation/scsi/megaraid.txt
3442 F:      drivers/scsi/megaraid.*
3443 F:      drivers/scsi/megaraid/
3444
3445 MEMORY MANAGEMENT
3446 L:      linux-mm@kvack.org
3447 W:      http://www.linux-mm.org
3448 S:      Maintained
3449 F:      include/linux/mm.h
3450 F:      mm/
3451
3452 MEMORY RESOURCE CONTROLLER
3453 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
3454 M:      Pavel Emelyanov <xemul@openvz.org>
3455 M:      KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
3456 L:      linux-mm@kvack.org
3457 S:      Maintained
3458 F:      mm/memcontrol.c
3459
3460 MEMORY TECHNOLOGY DEVICES (MTD)
3461 M:      David Woodhouse <dwmw2@infradead.org>
3462 W:      http://www.linux-mtd.infradead.org/
3463 L:      linux-mtd@lists.infradead.org
3464 T:      git git://git.infradead.org/mtd-2.6.git
3465 S:      Maintained
3466 F:      drivers/mtd/
3467 F:      include/linux/mtd/
3468 F:      include/mtd/
3469
3470 MICROBLAZE ARCHITECTURE
3471 M:      Michal Simek <monstr@monstr.eu>
3472 L:      microblaze-uclinux@itee.uq.edu.au
3473 W:      http://www.monstr.eu/fdt/
3474 T:      git git://git.monstr.eu/linux-2.6-microblaze.git
3475 S:      Supported
3476 F:      arch/microblaze/
3477
3478 MICROTEK X6 SCANNER
3479 M:      Oliver Neukum <oliver@neukum.name>
3480 S:      Maintained
3481 F:      drivers/usb/image/microtek.*
3482
3483 MIPS
3484 M:      Ralf Baechle <ralf@linux-mips.org>
3485 W:      http://www.linux-mips.org/
3486 L:      linux-mips@linux-mips.org
3487 T:      git git://git.linux-mips.org/pub/scm/linux.git
3488 S:      Supported
3489 F:      Documentation/mips/
3490 F:      arch/mips/
3491
3492 MISCELLANEOUS MCA-SUPPORT
3493 M:      James Bottomley <James.Bottomley@HansenPartnership.com>
3494 S:      Maintained
3495 F:      Documentation/ia64/mca.txt
3496 F:      Documentation/mca.txt
3497 F:      drivers/mca/
3498 F:      include/linux/mca*
3499
3500 MODULE SUPPORT
3501 M:      Rusty Russell <rusty@rustcorp.com.au>
3502 S:      Maintained
3503 F:      include/linux/module.h
3504 F:      kernel/module.c
3505
3506 MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER
3507 M:      Stelian Pop <stelian@popies.net>
3508 W:      http://popies.net/meye/
3509 S:      Maintained
3510 F:      Documentation/video4linux/meye.txt
3511 F:      drivers/media/video/meye.*
3512 F:      include/linux/meye.h
3513
3514 MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER
3515 M:      Pavel Pisa <ppisa@pikron.com>
3516 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
3517 S:      Maintained
3518 F:      drivers/mmc/host/imxmmc.*
3519
3520 MOUSE AND MISC DEVICES [GENERAL]
3521 M:      Alessandro Rubini <rubini@ipvvis.unipv.it>
3522 S:      Maintained
3523 F:      drivers/input/mouse/
3524 F:      include/linux/gpio_mouse.h
3525
3526 MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD
3527 M:      Jiri Slaby <jirislaby@gmail.com>
3528 S:      Maintained
3529 F:      Documentation/serial/moxa-smartio
3530 F:      drivers/char/mxser.*
3531
3532 MSI LAPTOP SUPPORT
3533 M:      Lennart Poettering <mzxreary@0pointer.de>
3534 W:      https://tango.0pointer.de/mailman/listinfo/s270-linux
3535 W:      http://0pointer.de/lennart/tchibo.html
3536 S:      Maintained
3537 F:      drivers/platform/x86/msi-laptop.c
3538
3539 MULTIFUNCTION DEVICES (MFD)
3540 M:      Samuel Ortiz <sameo@linux.intel.com>
3541 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git
3542 S:      Supported
3543 F:      drivers/mfd/
3544
3545 MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM
3546 S:      Orphan
3547 L:      linux-mmc@vger.kernel.org
3548 F:      drivers/mmc/
3549 F:      include/linux/mmc/
3550
3551 MULTIMEDIA CARD (MMC) ETC. OVER SPI
3552 M:      David Brownell <dbrownell@users.sourceforge.net>
3553 S:      Odd Fixes
3554 F:      drivers/mmc/host/mmc_spi.c
3555 F:      include/linux/spi/mmc_spi.h
3556
3557 MULTISOUND SOUND DRIVER
3558 M:      Andrew Veliath <andrewtv@usa.net>
3559 S:      Maintained
3560 F:      Documentation/sound/oss/MultiSound
3561 F:      sound/oss/msnd*
3562
3563 MULTITECH MULTIPORT CARD (ISICOM)
3564 M:      Jiri Slaby <jirislaby@gmail.com>
3565 S:      Maintained
3566 F:      drivers/char/isicom.c
3567 F:      include/linux/isicom.h
3568
3569 MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER
3570 M:      Felipe Balbi <felipe.balbi@nokia.com>
3571 L:      linux-usb@vger.kernel.org
3572 T:      git git://gitorious.org/musb/mainline.git
3573 S:      Maintained
3574 F:      drivers/usb/musb/
3575
3576 MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE)
3577 M:      Andrew Gallatin <gallatin@myri.com>
3578 M:      Brice Goglin <brice@myri.com>
3579 L:      netdev@vger.kernel.org
3580 W:      http://www.myri.com/scs/download-Myri10GE.html
3581 S:      Supported
3582 F:      drivers/net/myri10ge/
3583
3584 NATSEMI ETHERNET DRIVER (DP8381x)
3585 M:      Tim Hockin <thockin@hockin.org>
3586 S:      Maintained
3587 F:      drivers/net/natsemi.c
3588
3589 NCP FILESYSTEM
3590 M:      Petr Vandrovec <vandrove@vc.cvut.cz>
3591 S:      Maintained
3592 F:      fs/ncpfs/
3593
3594 NCR DUAL 700 SCSI DRIVER (MICROCHANNEL)
3595 M:      "James E.J. Bottomley" <James.Bottomley@HansenPartnership.com>
3596 L:      linux-scsi@vger.kernel.org
3597 S:      Maintained
3598 F:      drivers/scsi/NCR_D700.*
3599
3600 NETEFFECT IWARP RNIC DRIVER (IW_NES)
3601 M:      Faisal Latif <faisal.latif@intel.com>
3602 M:      Chien Tung <chien.tin.tung@intel.com>
3603 L:      linux-rdma@vger.kernel.org
3604 W:      http://www.neteffect.com
3605 S:      Supported
3606 F:      drivers/infiniband/hw/nes/
3607
3608 NETEM NETWORK EMULATOR
3609 M:      Stephen Hemminger <shemminger@linux-foundation.org>
3610 L:      netem@lists.linux-foundation.org
3611 S:      Maintained
3612 F:      net/sched/sch_netem.c
3613
3614 NETERION (S2IO) 10GbE DRIVER (xframe/vxge)
3615 M:      Ramkrishna Vepa <ram.vepa@neterion.com>
3616 M:      Rastapur Santosh <santosh.rastapur@neterion.com>
3617 M:      Sivakumar Subramani <sivakumar.subramani@neterion.com>
3618 M:      Sreenivasa Honnur <sreenivasa.honnur@neterion.com>
3619 M:      Anil Murthy <anil.murthy@neterion.com>
3620 L:      netdev@vger.kernel.org
3621 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous
3622 W:      http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous
3623 S:      Supported
3624 F:      Documentation/networking/s2io.txt
3625 F:      drivers/net/s2io*
3626
3627 NETFILTER/IPTABLES/IPCHAINS
3628 P:      Rusty Russell
3629 P:      Marc Boucher
3630 P:      James Morris
3631 P:      Harald Welte
3632 P:      Jozsef Kadlecsik
3633 M:      Patrick McHardy <kaber@trash.net>
3634 L:      netfilter-devel@vger.kernel.org
3635 L:      netfilter@vger.kernel.org
3636 L:      coreteam@netfilter.org
3637 W:      http://www.netfilter.org/
3638 W:      http://www.iptables.org/
3639 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git
3640 S:      Supported
3641 F:      include/linux/netfilter*
3642 F:      include/linux/netfilter/
3643 F:      include/net/netfilter/
3644 F:      net/*/netfilter.c
3645 F:      net/*/netfilter/
3646 F:      net/netfilter/
3647
3648 NETLABEL
3649 M:      Paul Moore <paul.moore@hp.com>
3650 W:      http://netlabel.sf.net
3651 L:      netdev@vger.kernel.org
3652 S:      Supported
3653 F:      Documentation/netlabel/
3654 F:      include/net/netlabel.h
3655 F:      net/netlabel/
3656
3657 NETROM NETWORK LAYER
3658 M:      Ralf Baechle <ralf@linux-mips.org>
3659 L:      linux-hams@vger.kernel.org
3660 W:      http://www.linux-ax25.org/
3661 S:      Maintained
3662 F:      include/linux/netrom.h
3663 F:      include/net/netrom.h
3664 F:      net/netrom/
3665
3666 NETWORK BLOCK DEVICE (NBD)
3667 M:      Paul Clements <Paul.Clements@steeleye.com>
3668 S:      Maintained
3669 F:      Documentation/blockdev/nbd.txt
3670 F:      drivers/block/nbd.c
3671 F:      include/linux/nbd.h
3672
3673 NETWORK DROP MONITOR
3674 M:      Neil Horman <nhorman@tuxdriver.com>
3675 L:      netdev@vger.kernel.org
3676 S:      Maintained
3677 W:      https://fedorahosted.org/dropwatch/
3678 F:      net/core/drop_monitor.c
3679
3680 NETWORKING [GENERAL]
3681 M:      "David S. Miller" <davem@davemloft.net>
3682 L:      netdev@vger.kernel.org
3683 W:      http://www.linuxfoundation.org/en/Net
3684 W:      http://patchwork.ozlabs.org/project/netdev/list/
3685 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3686 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6.git
3687 S:      Maintained
3688 F:      net/
3689 F:      include/net/
3690 F:      include/linux/in.h
3691 F:      include/linux/net.h
3692 F:      include/linux/netdevice.h
3693
3694 NETWORKING [IPv4/IPv6]
3695 M:      "David S. Miller" <davem@davemloft.net>
3696 M:      Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
3697 M:      "Pekka Savola (ipv6)" <pekkas@netcore.fi>
3698 M:      James Morris <jmorris@namei.org>
3699 M:      Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
3700 M:      Patrick McHardy <kaber@trash.net>
3701 L:      netdev@vger.kernel.org
3702 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3703 S:      Maintained
3704 F:      net/ipv4/
3705 F:      net/ipv6/
3706 F:      include/net/ip*
3707
3708 NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK)
3709 M:      Paul Moore <paul.moore@hp.com>
3710 L:      netdev@vger.kernel.org
3711 S:      Maintained
3712
3713 NETWORKING [WIRELESS]
3714 M:      "John W. Linville" <linville@tuxdriver.com>
3715 L:      linux-wireless@vger.kernel.org
3716 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git
3717 S:      Maintained
3718 F:      net/mac80211/
3719 F:      net/rfkill/
3720 F:      net/wireless/
3721 F:      include/net/ieee80211*
3722 F:      include/linux/wireless.h
3723 F:      drivers/net/wireless/
3724
3725 NETWORKING DRIVERS
3726 L:      netdev@vger.kernel.org
3727 W:      http://www.linuxfoundation.org/en/Net
3728 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git
3729 S:      Odd Fixes
3730 F:      drivers/net/
3731 F:      include/linux/if_*
3732 F:      include/linux/*device.h
3733
3734 NETXEN (1/10) GbE SUPPORT
3735 M:      Dhananjay Phadke <dhananjay@netxen.com>
3736 L:      netdev@vger.kernel.org
3737 W:      http://www.netxen.com
3738 S:      Supported
3739 F:      drivers/net/netxen/
3740
3741 NFS, SUNRPC, AND LOCKD CLIENTS
3742 M:      Trond Myklebust <Trond.Myklebust@netapp.com>
3743 L:      linux-nfs@vger.kernel.org
3744 W:      http://client.linux-nfs.org
3745 T:      git git://git.linux-nfs.org/pub/linux/nfs-2.6.git
3746 S:      Maintained
3747 F:      fs/lockd/
3748 F:      fs/nfs/
3749 F:      fs/nfs_common/
3750 F:      net/sunrpc/
3751 F:      include/linux/lockd/
3752 F:      include/linux/nfs*
3753 F:      include/linux/sunrpc/
3754
3755 NI5010 NETWORK DRIVER
3756 M:      Jan-Pascal van Best <janpascal@vanbest.org>
3757 M:      Andreas Mohr <andi@lisas.de>
3758 L:      netdev@vger.kernel.org
3759 S:      Maintained
3760 F:      drivers/net/ni5010.*
3761
3762 NILFS2 FILESYSTEM
3763 M:      KONISHI Ryusuke <konishi.ryusuke@lab.ntt.co.jp>
3764 L:      users@nilfs.org
3765 W:      http://www.nilfs.org/en/
3766 S:      Supported
3767 F:      Documentation/filesystems/nilfs2.txt
3768 F:      fs/nilfs2/
3769 F:      include/linux/nilfs2_fs.h
3770
3771 NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER
3772 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
3773 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3774 S:      Maintained
3775 F:      Documentation/scsi/NinjaSCSI.txt
3776 F:      drivers/scsi/pcmcia/nsp_*
3777
3778 NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER
3779 M:      GOTO Masanori <gotom@debian.or.jp>
3780 M:      YOKOTA Hiroshi <yokota@netlab.is.tsukuba.ac.jp>
3781 W:      http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/
3782 S:      Maintained
3783 F:      Documentation/scsi/NinjaSCSI.txt
3784 F:      drivers/scsi/nsp32*
3785
3786 NTFS FILESYSTEM
3787 M:      Anton Altaparmakov <aia21@cantab.net>
3788 L:      linux-ntfs-dev@lists.sourceforge.net
3789 W:      http://www.linux-ntfs.org/
3790 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git
3791 S:      Maintained
3792 F:      Documentation/filesystems/ntfs.txt
3793 F:      fs/ntfs/
3794
3795 NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER
3796 M:      Antonino Daplas <adaplas@gmail.com>
3797 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3798 S:      Maintained
3799 F:      drivers/video/riva/
3800 F:      drivers/video/nvidia/
3801
3802 OMAP SUPPORT
3803 M:      Tony Lindgren <tony@atomide.com>
3804 L:      linux-omap@vger.kernel.org
3805 W:      http://www.muru.com/linux/omap/
3806 W:      http://linux.omap.com/
3807 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git
3808 S:      Maintained
3809 F:      arch/arm/*omap*/
3810
3811 OMAP CLOCK FRAMEWORK SUPPORT
3812 M:      Paul Walmsley <paul@pwsan.com>
3813 L:      linux-omap@vger.kernel.org
3814 S:      Maintained
3815 F:      arch/arm/*omap*/*clock*
3816
3817 OMAP POWER MANAGEMENT SUPPORT
3818 M:      Kevin Hilman <khilman@deeprootsystems.com>
3819 L:      linux-omap@vger.kernel.org
3820 S:      Maintained
3821 F:      arch/arm/*omap*/*pm*
3822
3823 OMAP AUDIO SUPPORT
3824 M:      Jarkko Nikula <jhnikula@gmail.com>
3825 L:      alsa-devel@alsa-project.org (subscribers-only)
3826 L:      linux-omap@vger.kernel.org
3827 S:      Maintained
3828 F:      sound/soc/omap/
3829
3830 OMAP FRAMEBUFFER SUPPORT
3831 M:      Imre Deak <imre.deak@nokia.com>
3832 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
3833 L:      linux-omap@vger.kernel.org
3834 S:      Maintained
3835 F:      drivers/video/omap/
3836
3837 OMAP MMC SUPPORT
3838 M:      Jarkko Lavinen <jarkko.lavinen@nokia.com>
3839 L:      linux-omap@vger.kernel.org
3840 S:      Maintained
3841 F:      drivers/mmc/host/omap.c
3842
3843 OMAP HS MMC SUPPORT
3844 M:      Madhusudhan Chikkature <madhu.cr@ti.com>
3845 L:      linux-omap@vger.kernel.org
3846 S:      Maintained
3847 F:      drivers/mmc/host/omap_hsmmc.c
3848
3849 OMAP RANDOM NUMBER GENERATOR SUPPORT
3850 M:      Deepak Saxena <dsaxena@plexity.net>
3851 S:      Maintained
3852 F:      drivers/char/hw_random/omap-rng.c
3853
3854 OMAP USB SUPPORT
3855 M:      Felipe Balbi <felipe.balbi@nokia.com>
3856 M:      David Brownell <dbrownell@users.sourceforge.net>
3857 L:      linux-usb@vger.kernel.org
3858 L:      linux-omap@vger.kernel.org
3859 S:      Maintained
3860
3861 OMFS FILESYSTEM
3862 M:      Bob Copeland <me@bobcopeland.com>
3863 L:      linux-karma-devel@lists.sourceforge.net
3864 S:      Maintained
3865 F:      Documentation/filesystems/omfs.txt
3866 F:      fs/omfs/
3867
3868 OMNIKEY CARDMAN 4000 DRIVER
3869 M:      Harald Welte <laforge@gnumonks.org>
3870 S:      Maintained
3871 F:      drivers/char/pcmcia/cm4000_cs.c
3872 F:      include/linux/cm4000_cs.h
3873
3874 OMNIKEY CARDMAN 4040 DRIVER
3875 M:      Harald Welte <laforge@gnumonks.org>
3876 S:      Maintained
3877 F:      drivers/char/pcmcia/cm4040_cs.*
3878
3879 OMNIVISION OV7670 SENSOR DRIVER
3880 M:      Jonathan Corbet <corbet@lwn.net>
3881 L:      linux-media@vger.kernel.org
3882 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
3883 S:      Maintained
3884 F:      drivers/media/video/ov7670.c
3885
3886 ONENAND FLASH DRIVER
3887 M:      Kyungmin Park <kyungmin.park@samsung.com>
3888 L:      linux-mtd@lists.infradead.org
3889 S:      Maintained
3890 F:      drivers/mtd/onenand/
3891 F:      include/linux/mtd/onenand*.h
3892
3893 ONSTREAM SCSI TAPE DRIVER
3894 M:      Willem Riede <osst@riede.org>
3895 L:      osst-users@lists.sourceforge.net
3896 L:      linux-scsi@vger.kernel.org
3897 S:      Maintained
3898 F:      drivers/scsi/osst*
3899 F:      drivers/scsi/st*
3900
3901 OPENCORES I2C BUS DRIVER
3902 M:      Peter Korsgaard <jacmet@sunsite.dk>
3903 L:      linux-i2c@vger.kernel.org
3904 S:      Maintained
3905 F:      Documentation/i2c/busses/i2c-ocores
3906 F:      drivers/i2c/busses/i2c-ocores.c
3907
3908 OPEN FIRMWARE AND FLATTENED DEVICE TREE
3909 M:      Grant Likely <grant.likely@secretlab.ca>
3910 L:      devicetree-discuss@lists.ozlabs.org
3911 W:      http://fdt.secretlab.ca
3912 S:      Maintained
3913 F:      drivers/of
3914 F:      include/linux/of*.h
3915 K:      of_get_property
3916
3917 OPROFILE
3918 M:      Robert Richter <robert.richter@amd.com>
3919 L:      oprofile-list@lists.sf.net
3920 S:      Maintained
3921 F:      arch/*/oprofile/
3922 F:      drivers/oprofile/
3923 F:      include/linux/oprofile.h
3924
3925 ORACLE CLUSTER FILESYSTEM 2 (OCFS2)
3926 M:      Mark Fasheh <mfasheh@suse.com>
3927 M:      Joel Becker <joel.becker@oracle.com>
3928 L:      ocfs2-devel@oss.oracle.com (moderated for non-subscribers)
3929 W:      http://oss.oracle.com/projects/ocfs2/
3930 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git
3931 S:      Supported
3932 F:      Documentation/filesystems/ocfs2.txt
3933 F:      Documentation/filesystems/dlmfs.txt
3934 F:      fs/ocfs2/
3935
3936 ORINOCO DRIVER
3937 M:      Pavel Roskin <proski@gnu.org>
3938 M:      David Gibson <hermes@gibson.dropbear.id.au>
3939 L:      linux-wireless@vger.kernel.org
3940 L:      orinoco-users@lists.sourceforge.net
3941 L:      orinoco-devel@lists.sourceforge.net
3942 W:      http://www.nongnu.org/orinoco/
3943 S:      Maintained
3944 F:      drivers/net/wireless/orinoco/
3945
3946 OSD LIBRARY and FILESYSTEM
3947 M:      Boaz Harrosh <bharrosh@panasas.com>
3948 M:      Benny Halevy <bhalevy@panasas.com>
3949 L:      osd-dev@open-osd.org
3950 W:      http://open-osd.org
3951 T:      git git://git.open-osd.org/open-osd.git
3952 S:      Maintained
3953 F:      drivers/scsi/osd/
3954 F:      include/scsi/osd_*
3955 F:      fs/exofs/
3956
3957 P54 WIRELESS DRIVER
3958 M:      Michael Wu <flamingice@sourmilk.net>
3959 L:      linux-wireless@vger.kernel.org
3960 W:      http://prism54.org
3961 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git
3962 S:      Maintained
3963 F:      drivers/net/wireless/p54/
3964
3965 PA SEMI ETHERNET DRIVER
3966 M:      Olof Johansson <olof@lixom.net>
3967 L:      netdev@vger.kernel.org
3968 S:      Maintained
3969 F:      drivers/net/pasemi_mac.*
3970
3971 PA SEMI SMBUS DRIVER
3972 M:      Olof Johansson <olof@lixom.net>
3973 L:      linux-i2c@vger.kernel.org
3974 S:      Maintained
3975 F:      drivers/i2c/busses/i2c-pasemi.c
3976
3977 PANASONIC LAPTOP ACPI EXTRAS DRIVER
3978 M:      Harald Welte <laforge@gnumonks.org>
3979 S:      Maintained
3980 F:      drivers/platform/x86/panasonic-laptop.c
3981
3982 PANASONIC MN10300/AM33 PORT
3983 M:      David Howells <dhowells@redhat.com>
3984 M:      Koichi Yasutake <yasutake.koichi@jp.panasonic.com>
3985 L:      linux-am33-list@redhat.com (moderated for non-subscribers)
3986 W:      ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/
3987 S:      Maintained
3988 F:      Documentation/mn10300/
3989 F:      arch/mn10300/
3990
3991 PARALLEL PORT SUPPORT
3992 L:      linux-parport@lists.infradead.org (subscribers-only)
3993 S:      Orphan
3994 F:      drivers/parport/
3995 F:      include/linux/parport*.h
3996 F:      drivers/char/ppdev.c
3997 F:      include/linux/ppdev.h
3998
3999 PARAVIRT_OPS INTERFACE
4000 M:      Jeremy Fitzhardinge <jeremy@xensource.com>
4001 M:      Chris Wright <chrisw@sous-sol.org>
4002 M:      Alok Kataria <akataria@vmware.com>
4003 M:      Rusty Russell <rusty@rustcorp.com.au>
4004 L:      virtualization@lists.osdl.org
4005 S:      Supported
4006 F:      Documentation/ia64/paravirt_ops.txt
4007 F:      arch/*/kernel/paravirt*
4008 F:      arch/*/include/asm/paravirt.h
4009
4010 PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES
4011 M:      Tim Waugh <tim@cyberelk.net>
4012 L:      linux-parport@lists.infradead.org (subscribers-only)
4013 W:      http://www.torque.net/linux-pp.html
4014 S:      Maintained
4015 F:      Documentation/blockdev/paride.txt
4016 F:      drivers/block/paride/
4017
4018 PARISC ARCHITECTURE
4019 M:      Kyle McMartin <kyle@mcmartin.ca>
4020 M:      Helge Deller <deller@gmx.de>
4021 M:      "James E.J. Bottomley" <jejb@parisc-linux.org>
4022 L:      linux-parisc@vger.kernel.org
4023 W:      http://www.parisc-linux.org/
4024 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git
4025 S:      Maintained
4026 F:      arch/parisc/
4027 F:      drivers/parisc/
4028
4029 PC87360 HARDWARE MONITORING DRIVER
4030 M:      Jim Cromie <jim.cromie@gmail.com>
4031 L:      lm-sensors@lm-sensors.org
4032 S:      Maintained
4033 F:      Documentation/hwmon/pc87360
4034 F:      drivers/hwmon/pc87360.c
4035
4036 PC8736x GPIO DRIVER
4037 M:      Jim Cromie <jim.cromie@gmail.com>
4038 S:      Maintained
4039 F:      drivers/char/pc8736x_gpio.c
4040
4041 PCA9532 LED DRIVER
4042 M:      Riku Voipio <riku.voipio@iki.fi>
4043 S:      Maintained
4044 F:      drivers/leds/leds-pca9532.c
4045 F:      include/linux/leds-pca9532.h
4046
4047 PCA9564/PCA9665 I2C BUS DRIVER
4048 M:      Wolfram Sang <w.sang@pengutronix.de>
4049 L:      linux-i2c@vger.kernel.org
4050 S:      Maintained
4051 F:      drivers/i2c/algos/i2c-algo-pca.c
4052 F:      drivers/i2c/busses/i2c-pca-*
4053 F:      include/linux/i2c-algo-pca.h
4054 F:      include/linux/i2c-pca-platform.h
4055
4056 PCI ERROR RECOVERY
4057 M:      Linas Vepstas <linas@austin.ibm.com>
4058 L:      linux-pci@vger.kernel.org
4059 S:      Supported
4060 F:      Documentation/PCI/pci-error-recovery.txt
4061 F:      Documentation/powerpc/eeh-pci-error-recovery.txt
4062
4063 PCI SUBSYSTEM
4064 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4065 L:      linux-pci@vger.kernel.org
4066 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git
4067 S:      Supported
4068 F:      Documentation/PCI/
4069 F:      drivers/pci/
4070 F:      include/linux/pci*
4071
4072 PCI HOTPLUG
4073 M:      Jesse Barnes <jbarnes@virtuousgeek.org>
4074 L:      linux-pci@vger.kernel.org
4075 S:      Supported
4076 F:      drivers/pci/hotplug
4077
4078 PCMCIA SUBSYSTEM
4079 P:      Linux PCMCIA Team
4080 L:      linux-pcmcia@lists.infradead.org
4081 W:      http://lists.infradead.org/mailman/listinfo/linux-pcmcia
4082 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git
4083 S:      Maintained
4084 F:      Documentation/pcmcia/
4085 F:      drivers/pcmcia/
4086 F:      include/pcmcia/
4087
4088 PCNET32 NETWORK DRIVER
4089 M:      Don Fry <pcnet32@verizon.net>
4090 L:      netdev@vger.kernel.org
4091 S:      Maintained
4092 F:      drivers/net/pcnet32.c
4093
4094 PER-TASK DELAY ACCOUNTING
4095 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
4096 S:      Maintained
4097 F:      include/linux/delayacct.h
4098 F:      kernel/delayacct.c
4099
4100 PERFORMANCE EVENTS SUBSYSTEM
4101 M:      Peter Zijlstra <a.p.zijlstra@chello.nl>
4102 M:      Paul Mackerras <paulus@samba.org>
4103 M:      Ingo Molnar <mingo@elte.hu>
4104 S:      Supported
4105 F:      kernel/perf_event.c
4106 F:      include/linux/perf_event.h
4107 F:      arch/*/*/kernel/perf_event.c
4108 F:      arch/*/include/asm/perf_event.h
4109 F:      arch/*/lib/perf_event.c
4110 F:      arch/*/kernel/perf_callchain.c
4111 F:      tools/perf/
4112
4113 PERSONALITY HANDLING
4114 M:      Christoph Hellwig <hch@infradead.org>
4115 L:      linux-abi-devel@lists.sourceforge.net
4116 S:      Maintained
4117 F:      include/linux/personality.h
4118
4119 PHRAM MTD DRIVER
4120 M:      Joern Engel <joern@lazybastard.org>
4121 L:      linux-mtd@lists.infradead.org
4122 S:      Maintained
4123 F:      drivers/mtd/devices/phram.c
4124
4125 PKTCDVD DRIVER
4126 M:      Peter Osterlund <petero2@telia.com>
4127 S:      Maintained
4128 F:      drivers/block/pktcdvd.c
4129 F:      include/linux/pktcdvd.h
4130
4131 PMC SIERRA MaxRAID DRIVER
4132 M:      Anil Ravindranath <anil_ravindranath@pmc-sierra.com>
4133 L:      linux-scsi@vger.kernel.org
4134 W:      http://www.pmc-sierra.com/
4135 S:      Supported
4136 F:      drivers/scsi/pmcraid.*
4137
4138 POSIX CLOCKS and TIMERS
4139 M:      Thomas Gleixner <tglx@linutronix.de>
4140 S:      Supported
4141 F:      fs/timerfd.c
4142 F:      include/linux/timer*
4143 F:      kernel/*timer*
4144
4145 POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS
4146 M:      Anton Vorontsov <cbou@mail.ru>
4147 M:      David Woodhouse <dwmw2@infradead.org>
4148 T:      git git://git.infradead.org/battery-2.6.git
4149 S:      Maintained
4150 F:      include/linux/power_supply.h
4151 F:      drivers/power/power_supply*
4152
4153 PNP SUPPORT
4154 M:      Adam Belay <abelay@mit.edu>
4155 M:      Bjorn Helgaas <bjorn.helgaas@hp.com>
4156 S:      Maintained
4157 F:      drivers/pnp/
4158
4159 PNXxxxx I2C DRIVER
4160 M:      Vitaly Wool <vitalywool@gmail.com>
4161 L:      linux-i2c@vger.kernel.org
4162 S:      Maintained
4163 F:      drivers/i2c/busses/i2c-pnx.c
4164
4165 PPP PROTOCOL DRIVERS AND COMPRESSORS
4166 M:      Paul Mackerras <paulus@samba.org>
4167 L:      linux-ppp@vger.kernel.org
4168 S:      Maintained
4169 F:      drivers/net/ppp_*
4170
4171 PPP OVER ATM (RFC 2364)
4172 M:      Mitchell Blank Jr <mitch@sfgoth.com>
4173 S:      Maintained
4174 F:      net/atm/pppoatm.c
4175 F:      include/linux/atmppp.h
4176
4177 PPP OVER ETHERNET
4178 M:      Michal Ostrowski <mostrows@earthlink.net>
4179 S:      Maintained
4180 F:      drivers/net/pppoe.c
4181 F:      drivers/net/pppox.c
4182
4183 PPP OVER L2TP
4184 M:      James Chapman <jchapman@katalix.com>
4185 S:      Maintained
4186 F:      drivers/net/pppol2tp.c
4187 F:      include/linux/if_pppol2tp.h
4188
4189 PPS SUPPORT
4190 M:      Rodolfo Giometti <giometti@enneenne.com>
4191 W:      http://wiki.enneenne.com/index.php/LinuxPPS_support
4192 L:      linuxpps@ml.enneenne.com (subscribers-only)
4193 S:      Maintained
4194 F:      Documentation/pps/
4195 F:      drivers/pps/
4196 F:      include/linux/pps*.h
4197
4198 PREEMPTIBLE KERNEL
4199 M:      Robert Love <rml@tech9.net>
4200 L:      kpreempt-tech@lists.sourceforge.net
4201 W:      ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel
4202 S:      Supported
4203 F:      Documentation/preempt-locking.txt
4204 F:      include/linux/preempt.h
4205
4206 PRISM54 WIRELESS DRIVER
4207 M:      "Luis R. Rodriguez" <mcgrof@gmail.com>
4208 L:      linux-wireless@vger.kernel.org
4209 W:      http://prism54.org
4210 S:      Maintained
4211 F:      drivers/net/wireless/prism54/
4212
4213 PROMISE DC4030 CACHING DISK CONTROLLER DRIVER
4214 M:      Peter Denison <promise@pnd-pc.demon.co.uk>
4215 W:      http://www.pnd-pc.demon.co.uk/promise/
4216 S:      Maintained
4217
4218 PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER
4219 M:      Mikael Pettersson <mikpe@it.uu.se>
4220 L:      linux-ide@vger.kernel.org
4221 S:      Maintained
4222 F:      drivers/ata/sata_promise.*
4223
4224 PS3 NETWORK SUPPORT
4225 M:      Geoff Levand <geoffrey.levand@am.sony.com>
4226 L:      netdev@vger.kernel.org
4227 L:      cbe-oss-dev@ozlabs.org
4228 S:      Supported
4229 F:      drivers/net/ps3_gelic_net.*
4230
4231 PS3 PLATFORM SUPPORT
4232 M:      Geoff Levand <geoffrey.levand@am.sony.com>
4233 L:      linuxppc-dev@ozlabs.org
4234 L:      cbe-oss-dev@ozlabs.org
4235 S:      Supported
4236 F:      arch/powerpc/boot/ps3*
4237 F:      arch/powerpc/include/asm/lv1call.h
4238 F:      arch/powerpc/include/asm/ps3*.h
4239 F:      arch/powerpc/platforms/ps3/
4240 F:      drivers/*/ps3*
4241 F:      drivers/ps3/
4242 F:      drivers/rtc/rtc-ps3.c
4243 F:      drivers/usb/host/*ps3.c
4244 F:      sound/ppc/snd_ps3*
4245
4246 PS3VRAM DRIVER
4247 M:      Jim Paris <jim@jtan.com>
4248 L:      cbe-oss-dev@ozlabs.org
4249 S:      Maintained
4250
4251 PTRACE SUPPORT
4252 M:      Roland McGrath <roland@redhat.com>
4253 M:      Oleg Nesterov <oleg@redhat.com>
4254 S:      Maintained
4255 F:      include/asm-generic/syscall.h
4256 F:      include/linux/ptrace.h
4257 F:      include/linux/regset.h
4258 F:      include/linux/tracehook.h
4259 F:      kernel/ptrace.c
4260
4261 PVRUSB2 VIDEO4LINUX DRIVER
4262 M:      Mike Isely <isely@pobox.com>
4263 L:      pvrusb2@isely.net       (subscribers-only)
4264 L:      linux-media@vger.kernel.org
4265 W:      http://www.isely.net/pvrusb2/
4266 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4267 S:      Maintained
4268 F:      Documentation/video4linux/README.pvrusb2
4269 F:      drivers/media/video/pvrusb2/
4270
4271 PXA2xx/PXA3xx SUPPORT
4272 M:      Eric Miao <eric.y.miao@gmail.com>
4273 M:      Russell King <linux@arm.linux.org.uk>
4274 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4275 S:      Maintained
4276 F:      arch/arm/mach-pxa/
4277 F:      drivers/pcmcia/pxa2xx*
4278 F:      drivers/spi/pxa2xx*
4279 F:      drivers/usb/gadget/pxa2*
4280 F:      include/sound/pxa2xx-lib.h
4281 F:      sound/arm/pxa*
4282 F:      sound/soc/pxa
4283
4284 PXA168 SUPPORT
4285 M:      Eric Miao <eric.y.miao@gmail.com>
4286 M:      Jason Chagas <jason.chagas@marvell.com>
4287 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4288 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4289 S:      Maintained
4290
4291 PXA910 SUPPORT
4292 M:      Eric Miao <eric.y.miao@gmail.com>
4293 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4294 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git
4295 S:      Maintained
4296
4297 PXA MMCI DRIVER
4298 S:      Orphan
4299
4300 PXA RTC DRIVER
4301 M:      Robert Jarzmik <robert.jarzmik@free.fr>
4302 L:      rtc-linux@googlegroups.com
4303 S:      Maintained
4304
4305 QLOGIC QLA2XXX FC-SCSI DRIVER
4306 M:      Andrew Vasquez <andrew.vasquez@qlogic.com>
4307 M:      linux-driver@qlogic.com
4308 L:      linux-scsi@vger.kernel.org
4309 S:      Supported
4310 F:      Documentation/scsi/LICENSE.qla2xxx
4311 F:      drivers/scsi/qla2xxx/
4312
4313 QLOGIC QLA3XXX NETWORK DRIVER
4314 M:      Ron Mercer <ron.mercer@qlogic.com>
4315 M:      linux-driver@qlogic.com
4316 L:      netdev@vger.kernel.org
4317 S:      Supported
4318 F:      Documentation/networking/LICENSE.qla3xxx
4319 F:      drivers/net/qla3xxx.*
4320
4321 QLOGIC QLGE 10Gb ETHERNET DRIVER
4322 M:      Ron Mercer <ron.mercer@qlogic.com>
4323 M:      linux-driver@qlogic.com
4324 L:      netdev@vger.kernel.org
4325 S:      Supported
4326 F:      drivers/net/qlge/
4327
4328 QNX4 FILESYSTEM
4329 M:      Anders Larsen <al@alarsen.net>
4330 W:      http://www.alarsen.net/linux/qnx4fs/
4331 S:      Maintained
4332 F:      fs/qnx4/
4333 F:      include/linux/qnx4_fs.h
4334 F:      include/linux/qnxtypes.h
4335
4336 RADEON FRAMEBUFFER DISPLAY DRIVER
4337 M:      Benjamin Herrenschmidt <benh@kernel.crashing.org>
4338 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4339 S:      Maintained
4340 F:      drivers/video/aty/radeon*
4341 F:      include/linux/radeonfb.h
4342
4343 RAGE128 FRAMEBUFFER DISPLAY DRIVER
4344 M:      Paul Mackerras <paulus@samba.org>
4345 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4346 S:      Maintained
4347 F:      drivers/video/aty/aty128fb.c
4348
4349 RALINK RT2X00 WIRELESS LAN DRIVER
4350 P:      rt2x00 project
4351 M:      Ivo van Doorn <IvDoorn@gmail.com>
4352 M:      Gertjan van Wingerde <gwingerde@gmail.com>
4353 L:      linux-wireless@vger.kernel.org
4354 L:      users@rt2x00.serialmonkey.com (moderated for non-subscribers)
4355 W:      http://rt2x00.serialmonkey.com/
4356 S:      Maintained
4357 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git
4358 F:      drivers/net/wireless/rt2x00/
4359
4360 RAMDISK RAM BLOCK DEVICE DRIVER
4361 M:      Nick Piggin <npiggin@suse.de>
4362 S:      Maintained
4363 F:      Documentation/blockdev/ramdisk.txt
4364 F:      drivers/block/brd.c
4365
4366 RANDOM NUMBER DRIVER
4367 M:      Matt Mackall <mpm@selenic.com>
4368 S:      Maintained
4369 F:      drivers/char/random.c
4370
4371 RAPIDIO SUBSYSTEM
4372 M:      Matt Porter <mporter@kernel.crashing.org>
4373 S:      Maintained
4374 F:      drivers/rapidio/
4375
4376 RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER
4377 M:      Corey Thomas <coreythomas@charter.net>
4378 L:      linux-wireless@vger.kernel.org
4379 S:      Maintained
4380 F:      drivers/net/wireless/ray*
4381
4382 RCUTORTURE MODULE
4383 M:      Josh Triplett <josh@freedesktop.org>
4384 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4385 S:      Maintained
4386 F:      Documentation/RCU/torture.txt
4387 F:      kernel/rcutorture.c
4388
4389 RDC R-321X SoC
4390 M:      Florian Fainelli <florian@openwrt.org>
4391 S:      Maintained
4392
4393 RDC R6040 FAST ETHERNET DRIVER
4394 M:      Florian Fainelli <florian@openwrt.org>
4395 L:      netdev@vger.kernel.org
4396 S:      Maintained
4397 F:      drivers/net/r6040.c
4398
4399 RDS - RELIABLE DATAGRAM SOCKETS
4400 M:      Andy Grover <andy.grover@oracle.com>
4401 L:      rds-devel@oss.oracle.com (moderated for non-subscribers)
4402 S:      Supported
4403 F:      net/rds/
4404
4405 READ-COPY UPDATE (RCU)
4406 M:      Dipankar Sarma <dipankar@in.ibm.com>
4407 M:      "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
4408 W:      http://www.rdrop.com/users/paulmck/rclock/
4409 S:      Supported
4410 F:      Documentation/RCU/rcu.txt
4411 F:      Documentation/RCU/rcuref.txt
4412 F:      include/linux/rcupdate.h
4413 F:      include/linux/srcu.h
4414 F:      kernel/rcupdate.c
4415
4416 REAL TIME CLOCK DRIVER
4417 M:      Paul Gortmaker <p_gortmaker@yahoo.com>
4418 S:      Maintained
4419 F:      Documentation/rtc.txt
4420 F:      drivers/rtc/
4421 F:      include/linux/rtc.h
4422
4423 REAL TIME CLOCK (RTC) SUBSYSTEM
4424 M:      Alessandro Zummo <a.zummo@towertech.it>
4425 L:      rtc-linux@googlegroups.com
4426 S:      Maintained
4427 F:      Documentation/rtc.txt
4428 F:      drivers/rtc/
4429 F:      include/linux/rtc.h
4430
4431 REISERFS FILE SYSTEM
4432 L:      reiserfs-devel@vger.kernel.org
4433 S:      Supported
4434 F:      fs/reiserfs/
4435
4436 RFKILL
4437 M:      Johannes Berg <johannes@sipsolutions.net>
4438 L:      linux-wireless@vger.kernel.org
4439 S:      Maintained
4440 F:      Documentation/rfkill.txt
4441 F:      net/rfkill/
4442
4443 RISCOM8 DRIVER
4444 S:      Orphan
4445 F:      Documentation/serial/riscom8.txt
4446 F:      drivers/char/riscom8*
4447
4448 ROCKETPORT DRIVER
4449 P:      Comtrol Corp.
4450 W:      http://www.comtrol.com
4451 S:      Maintained
4452 F:      Documentation/serial/rocket.txt
4453 F:      drivers/char/rocket*
4454
4455 ROSE NETWORK LAYER
4456 M:      Ralf Baechle <ralf@linux-mips.org>
4457 L:      linux-hams@vger.kernel.org
4458 W:      http://www.linux-ax25.org/
4459 S:      Maintained
4460 F:      include/linux/rose.h
4461 F:      include/net/rose.h
4462 F:      net/rose/
4463
4464 RTL8180 WIRELESS DRIVER
4465 M:      "John W. Linville" <linville@tuxdriver.com>
4466 L:      linux-wireless@vger.kernel.org
4467 W:      http://linuxwireless.org/
4468 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4469 S:      Maintained
4470 F:      drivers/net/wireless/rtl818x/rtl8180*
4471
4472 RTL8187 WIRELESS DRIVER
4473 M:      Herton Ronaldo Krzesinski <herton@mandriva.com.br>
4474 M:      Hin-Tak Leung <htl10@users.sourceforge.net>
4475 M:      Larry Finger <Larry.Finger@lwfinger.net>
4476 L:      linux-wireless@vger.kernel.org
4477 W:      http://linuxwireless.org/
4478 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
4479 S:      Maintained
4480 F:      drivers/net/wireless/rtl818x/rtl8187*
4481
4482 S3 SAVAGE FRAMEBUFFER DRIVER
4483 M:      Antonino Daplas <adaplas@gmail.com>
4484 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
4485 S:      Maintained
4486 F:      drivers/video/savage/
4487
4488 S390
4489 M:      Martin Schwidefsky <schwidefsky@de.ibm.com>
4490 M:      Heiko Carstens <heiko.carstens@de.ibm.com>
4491 M:      linux390@de.ibm.com
4492 L:      linux-s390@vger.kernel.org
4493 W:      http://www.ibm.com/developerworks/linux/linux390/
4494 S:      Supported
4495 F:      arch/s390/
4496
4497 S390 NETWORK DRIVERS
4498 M:      Ursula Braun <ursula.braun@de.ibm.com>
4499 M:      Frank Blaschka <blaschka@linux.vnet.ibm.com>
4500 M:      linux390@de.ibm.com
4501 L:      linux-s390@vger.kernel.org
4502 W:      http://www.ibm.com/developerworks/linux/linux390/
4503 S:      Supported
4504 F:      drivers/s390/net/
4505
4506 S390 ZCRYPT DRIVER
4507 M:      Felix Beck <felix.beck@de.ibm.com>
4508 M:      Ralph Wuerthner <ralph.wuerthner@de.ibm.com>
4509 M:      linux390@de.ibm.com
4510 L:      linux-s390@vger.kernel.org
4511 S:      Supported
4512 F:      drivers/s390/crypto/
4513
4514 S390 ZFCP DRIVER
4515 M:      Christof Schmitt <christof.schmitt@de.ibm.com>
4516 M:      Martin Peschke <mp3@de.ibm.com>
4517 M:      linux390@de.ibm.com
4518 L:      linux-s390@vger.kernel.org
4519 W:      http://www.ibm.com/developerworks/linux/linux390/
4520 S:      Supported
4521 F:      Documentation/s390/zfcpdump.txt
4522 F:      drivers/s390/scsi/zfcp_*
4523
4524 S390 IUCV NETWORK LAYER
4525 M:      Ursula Braun <ursula.braun@de.ibm.com>
4526 M:      linux390@de.ibm.com
4527 L:      linux-s390@vger.kernel.org
4528 W:      http://www.ibm.com/developerworks/linux/linux390/
4529 S:      Supported
4530 F:      drivers/s390/net/*iucv*
4531 F:      include/net/iucv/
4532 F:      net/iucv/
4533
4534 S3C24XX SD/MMC Driver
4535 M:      Ben Dooks <ben-linux@fluff.org>
4536 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4537 S:      Supported
4538 F:      drivers/mmc/host/s3cmci.*
4539
4540 SAA7146 VIDEO4LINUX-2 DRIVER
4541 M:      Michael Hunold <michael@mihu.de>
4542 L:      linux-media@vger.kernel.org
4543 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4544 W:      http://www.mihu.de/linux/saa7146
4545 S:      Maintained
4546 F:      drivers/media/common/saa7146*
4547 F:      drivers/media/video/*7146*
4548 F:      include/media/*7146*
4549
4550 SC1200 WDT DRIVER
4551 M:      Zwane Mwaikambo <zwane@arm.linux.org.uk>
4552 S:      Maintained
4553 F:      drivers/watchdog/sc1200wdt.c
4554
4555 SCHEDULER
4556 M:      Ingo Molnar <mingo@elte.hu>
4557 M:      Peter Zijlstra <peterz@infradead.org>
4558 S:      Maintained
4559 F:      kernel/sched*
4560 F:      include/linux/sched.h
4561
4562 SCORE ARCHITECTURE
4563 M:      Chen Liqin <liqin.chen@sunplusct.com>
4564 M:      Lennox Wu <lennox.wu@gmail.com>
4565 W:      http://www.sunplusct.com
4566 S:      Supported
4567 F:      arch/score/
4568
4569 SCSI CDROM DRIVER
4570 M:      Jens Axboe <axboe@kernel.dk>
4571 L:      linux-scsi@vger.kernel.org
4572 W:      http://www.kernel.dk
4573 S:      Maintained
4574 F:      drivers/scsi/sr*
4575
4576 SCSI SG DRIVER
4577 M:      Doug Gilbert <dgilbert@interlog.com>
4578 L:      linux-scsi@vger.kernel.org
4579 W:      http://www.torque.net/sg
4580 S:      Maintained
4581 F:      drivers/scsi/sg.c
4582 F:      include/scsi/sg.h
4583
4584 SCSI SUBSYSTEM
4585 M:      "James E.J. Bottomley" <James.Bottomley@suse.de>
4586 L:      linux-scsi@vger.kernel.org
4587 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git
4588 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
4589 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git
4590 S:      Maintained
4591 F:      drivers/scsi/
4592 F:      include/scsi/
4593
4594 SCSI TAPE DRIVER
4595 M:      Kai Mäkisara <Kai.Makisara@kolumbus.fi>
4596 L:      linux-scsi@vger.kernel.org
4597 S:      Maintained
4598 F:      Documentation/scsi/st.txt
4599 F:      drivers/scsi/st*
4600
4601 SCTP PROTOCOL
4602 M:      Vlad Yasevich <vladislav.yasevich@hp.com>
4603 M:      Sridhar Samudrala <sri@us.ibm.com>
4604 L:      linux-sctp@vger.kernel.org
4605 W:      http://lksctp.sourceforge.net
4606 S:      Supported
4607 F:      Documentation/networking/sctp.txt
4608 F:      include/linux/sctp.h
4609 F:      include/net/sctp/
4610 F:      net/sctp/
4611
4612 SCx200 CPU SUPPORT
4613 M:      Jim Cromie <jim.cromie@gmail.com>
4614 S:      Odd Fixes
4615 F:      Documentation/i2c/busses/scx200_acb
4616 F:      arch/x86/kernel/scx200_32.c
4617 F:      drivers/watchdog/scx200_wdt.c
4618 F:      drivers/i2c/busses/scx200*
4619 F:      drivers/mtd/maps/scx200_docflash.c
4620 F:      include/linux/scx200.h
4621
4622 SCx200 GPIO DRIVER
4623 M:      Jim Cromie <jim.cromie@gmail.com>
4624 S:      Maintained
4625 F:      drivers/char/scx200_gpio.c
4626 F:      include/linux/scx200_gpio.h
4627
4628 SCx200 HRT CLOCKSOURCE DRIVER
4629 M:      Jim Cromie <jim.cromie@gmail.com>
4630 S:      Maintained
4631 F:      drivers/clocksource/scx200_hrt.c
4632
4633 SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER
4634 M:      Sascha Sommer <saschasommer@freenet.de>
4635 L:      sdricohcs-devel@lists.sourceforge.net (subscribers-only)
4636 S:      Maintained
4637 F:      drivers/mmc/host/sdricoh_cs.c
4638
4639 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER
4640 S:      Orphan
4641 L:      linux-mmc@vger.kernel.org
4642 F:      drivers/mmc/host/sdhci.*
4643
4644 SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF)
4645 M:      Anton Vorontsov <avorontsov@ru.mvista.com>
4646 L:      linuxppc-dev@ozlabs.org
4647 L:      linux-mmc@vger.kernel.org
4648 S:      Maintained
4649 F:      drivers/mmc/host/sdhci-of.*
4650
4651 SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) SAMSUNG DRIVER
4652 M:      Ben Dooks <ben-linux@fluff.org>
4653 L:      linux-mmc@vger.kernel.org
4654 S:      Maintained
4655 F:      drivers/mmc/host/sdhci-s3c.c
4656
4657 SECURITY SUBSYSTEM
4658 M:      James Morris <jmorris@namei.org>
4659 L:      linux-security-module@vger.kernel.org (suggested Cc:)
4660 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4661 W:      http://security.wiki.kernel.org/
4662 S:      Supported
4663 F:      security/
4664
4665 SECURITY CONTACT
4666 M:      Security Officers <security@kernel.org>
4667 S:      Supported
4668
4669 SELINUX SECURITY MODULE
4670 M:      Stephen Smalley <sds@tycho.nsa.gov>
4671 M:      James Morris <jmorris@namei.org>
4672 M:      Eric Paris <eparis@parisplace.org>
4673 L:      selinux@tycho.nsa.gov (subscribers-only, general discussion)
4674 W:      http://selinuxproject.org
4675 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git
4676 S:      Supported
4677 F:      include/linux/selinux*
4678 F:      security/selinux/
4679
4680 SENSABLE PHANTOM
4681 M:      Jiri Slaby <jirislaby@gmail.com>
4682 S:      Maintained
4683 F:      drivers/misc/phantom.c
4684 F:      include/linux/phantom.h
4685
4686 SERIAL ATA (SATA) SUBSYSTEM
4687 M:      Jeff Garzik <jgarzik@pobox.com>
4688 L:      linux-ide@vger.kernel.org
4689 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git
4690 S:      Supported
4691 F:      drivers/ata/
4692 F:      include/linux/ata.h
4693 F:      include/linux/libata.h
4694
4695 SERVER ENGINES 10Gbps iSCSI - BladeEngine 2 DRIVER
4696 M:      Jayamohan Kallickal <jayamohank@serverengines.com>
4697 L:      linux-scsi@vger.kernel.org
4698 W:      http://www.serverengines.com
4699 S:      Supported
4700 F:      drivers/scsi/be2iscsi/
4701
4702 SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER
4703 M:      Sathya Perla <sathyap@serverengines.com>
4704 M:      Subbu Seetharaman <subbus@serverengines.com>
4705 L:      netdev@vger.kernel.org
4706 W:      http://www.serverengines.com
4707 S:      Supported
4708 F:      drivers/net/benet/
4709
4710 SFC NETWORK DRIVER
4711 M:      Solarflare linux maintainers <linux-net-drivers@solarflare.com>
4712 M:      Steve Hodgson <shodgson@solarflare.com>
4713 M:      Ben Hutchings <bhutchings@solarflare.com>
4714 L:      netdev@vger.kernel.org
4715 S:      Supported
4716 F:      drivers/net/sfc/
4717
4718 SGI GRU DRIVER
4719 M:      Jack Steiner <steiner@sgi.com>
4720 S:      Maintained
4721 F:      drivers/misc/sgi-gru/
4722
4723 SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER
4724 M:      Pat Gefre <pfg@sgi.com>
4725 L:      linux-ia64@vger.kernel.org
4726 S:      Supported
4727 F:      Documentation/ia64/serial.txt
4728 F:      drivers/serial/ioc?_serial.c
4729 F:      include/linux/ioc?.h
4730
4731 SGI VISUAL WORKSTATION 320 AND 540
4732 M:      Andrey Panin <pazke@donpac.ru>
4733 L:      linux-visws-devel@lists.sf.net
4734 W:      http://linux-visws.sf.net
4735 S:      Maintained for 2.6.
4736 F:      Documentation/sgi-visws.txt
4737
4738 SGI XP/XPC/XPNET DRIVER
4739 M:      Robin Holt <holt@sgi.com>
4740 S:      Maintained
4741 F:      drivers/misc/sgi-xp/
4742
4743 SHARP LH SUPPORT (LH7952X & LH7A40X)
4744 M:      Marc Singer <elf@buici.com>
4745 W:      http://projects.buici.com/arm
4746 L:      linux-arm-kernel@lists.infradead.org (moderated for non-subscribers)
4747 S:      Maintained
4748 F:      Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen
4749 F:      arch/arm/mach-lh7a40x/
4750 F:      drivers/serial/serial_lh7a40x.c
4751 F:      drivers/usb/gadget/lh7a40*
4752 F:      drivers/usb/host/ohci-lh7a40*
4753
4754 SIMPLE FIRMWARE INTERFACE (SFI)
4755 M:      Len Brown <lenb@kernel.org>
4756 L:      sfi-devel@simplefirmware.org
4757 W:      http://simplefirmware.org/
4758 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-sfi-2.6.git
4759 S:      Supported
4760 F:      arch/x86/kernel/*sfi*
4761 F:      drivers/sfi/
4762 F:      include/linux/sfi*.h
4763
4764 SIMTEC EB110ATX (Chalice CATS)
4765 P:      Ben Dooks
4766 M:      Vincent Sanders <support@simtec.co.uk>
4767 W:      http://www.simtec.co.uk/products/EB110ATX/
4768 S:      Supported
4769
4770 SIMTEC EB2410ITX (BAST)
4771 P:      Ben Dooks
4772 M:      Vincent Sanders <support@simtec.co.uk>
4773 W:      http://www.simtec.co.uk/products/EB2410ITX/
4774 S:      Supported
4775 F:      arch/arm/mach-s3c2410/
4776 F:      drivers/*/*s3c2410*
4777 F:      drivers/*/*/*s3c2410*
4778
4779 TI DAVINCI MACHINE SUPPORT
4780 P:      Kevin Hilman
4781 M:      davinci-linux-open-source@linux.davincidsp.com
4782 S:      Supported
4783 F:      arch/arm/mach-davinci
4784
4785 SIS 190 ETHERNET DRIVER
4786 M:      Francois Romieu <romieu@fr.zoreil.com>
4787 L:      netdev@vger.kernel.org
4788 S:      Maintained
4789 F:      drivers/net/sis190.c
4790
4791 SIS 900/7016 FAST ETHERNET DRIVER
4792 M:      Daniele Venzano <venza@brownhat.org>
4793 W:      http://www.brownhat.org/sis900.html
4794 L:      netdev@vger.kernel.org
4795 S:      Maintained
4796 F:      drivers/net/sis900.*
4797
4798 SIS 96X I2C/SMBUS DRIVER
4799 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
4800 L:      linux-i2c@vger.kernel.org
4801 S:      Maintained
4802 F:      Documentation/i2c/busses/i2c-sis96x
4803 F:      drivers/i2c/busses/i2c-sis96x.c
4804
4805 SIS FRAMEBUFFER DRIVER
4806 M:      Thomas Winischhofer <thomas@winischhofer.net>
4807 W:      http://www.winischhofer.net/linuxsisvga.shtml
4808 S:      Maintained
4809 F:      Documentation/fb/sisfb.txt
4810 F:      drivers/video/sis/
4811 F:      include/video/sisfb.h
4812
4813 SIS USB2VGA DRIVER
4814 M:      Thomas Winischhofer <thomas@winischhofer.net>
4815 W:      http://www.winischhofer.at/linuxsisusbvga.shtml
4816 S:      Maintained
4817 F:      drivers/usb/misc/sisusbvga/
4818
4819 SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS
4820 M:      Stephen Hemminger <shemminger@linux-foundation.org>
4821 L:      netdev@vger.kernel.org
4822 S:      Maintained
4823 F:      drivers/net/skge.*
4824 F:      drivers/net/sky2.*
4825
4826 SLAB ALLOCATOR
4827 M:      Christoph Lameter <cl@linux-foundation.org>
4828 M:      Pekka Enberg <penberg@cs.helsinki.fi>
4829 M:      Matt Mackall <mpm@selenic.com>
4830 L:      linux-mm@kvack.org
4831 S:      Maintained
4832 F:      include/linux/sl?b*.h
4833 F:      mm/sl?b.c
4834
4835 SMC91x ETHERNET DRIVER
4836 M:      Nicolas Pitre <nico@fluxnic.net>
4837 S:      Maintained
4838 F:      drivers/net/smc91x.*
4839
4840 SMSC47B397 HARDWARE MONITOR DRIVER
4841 M:      "Mark M. Hoffman" <mhoffman@lightlink.com>
4842 L:      lm-sensors@lm-sensors.org
4843 S:      Maintained
4844 F:      Documentation/hwmon/smsc47b397
4845 F:      drivers/hwmon/smsc47b397.c
4846
4847 SMSC911x ETHERNET DRIVER
4848 M:      Steve Glendinning <steve.glendinning@smsc.com>
4849 L:      netdev@vger.kernel.org
4850 S:      Supported
4851 F:      include/linux/smsc911x.h
4852 F:      drivers/net/smsc911x.*
4853
4854 SMSC9420 PCI ETHERNET DRIVER
4855 M:      Steve Glendinning <steve.glendinning@smsc.com>
4856 L:      netdev@vger.kernel.org
4857 S:      Supported
4858 F:      drivers/net/smsc9420.*
4859
4860 SMX UIO Interface
4861 M:      Ben Nizette <bn@niasdigital.com>
4862 S:      Maintained
4863 F:      drivers/uio/uio_smx.c
4864
4865 SN-IA64 (Itanium) SUB-PLATFORM
4866 M:      Jes Sorensen <jes@sgi.com>
4867 L:      linux-altix@sgi.com
4868 L:      linux-ia64@vger.kernel.org
4869 W:      http://www.sgi.com/altix
4870 S:      Maintained
4871 F:      arch/ia64/sn/
4872
4873 SOC-CAMERA V4L2 SUBSYSTEM
4874 M:      Guennadi Liakhovetski <g.liakhovetski@gmx.de>
4875 L:      linux-media@vger.kernel.org
4876 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
4877 S:      Maintained
4878 F:      include/media/v4l2*
4879 F:      drivers/media/video/v4l2*
4880
4881 SOEKRIS NET48XX LED SUPPORT
4882 M:      Chris Boot <bootc@bootc.net>
4883 S:      Maintained
4884 F:      drivers/leds/leds-net48xx.c
4885
4886 SOFTWARE RAID (Multiple Disks) SUPPORT
4887 M:      Neil Brown <neilb@suse.de>
4888 L:      linux-raid@vger.kernel.org
4889 S:      Supported
4890 F:      drivers/md/
4891 F:      include/linux/raid/
4892
4893 SONIC NETWORK DRIVER
4894 M:      Thomas Bogendoerfer <tsbogend@alpha.franken.de>
4895 L:      netdev@vger.kernel.org
4896 S:      Maintained
4897 F:      drivers/net/sonic.*
4898
4899 SONICS SILICON BACKPLANE DRIVER (SSB)
4900 M:      Michael Buesch <mb@bu3sch.de>
4901 L:      netdev@vger.kernel.org
4902 S:      Maintained
4903 F:      drivers/ssb/
4904 F:      include/linux/ssb/
4905
4906 SONY VAIO CONTROL DEVICE DRIVER
4907 M:      Mattia Dongili <malattia@linux.it>
4908 L:      linux-acpi@vger.kernel.org
4909 W:      http://www.linux.it/~malattia/wiki/index.php/Sony_drivers
4910 S:      Maintained
4911 F:      Documentation/laptops/sony-laptop.txt
4912 F:      drivers/char/sonypi.c
4913 F:      drivers/platform/x86/sony-laptop.c
4914 F:      include/linux/sony-laptop.h
4915
4916 SONY MEMORYSTICK CARD SUPPORT
4917 M:      Alex Dubov <oakad@yahoo.com>
4918 W:      http://tifmxx.berlios.de/
4919 S:      Maintained
4920 F:      drivers/memstick/host/tifm_ms.c
4921
4922 SOUND
4923 M:      Jaroslav Kysela <perex@perex.cz>
4924 M:      Takashi Iwai <tiwai@suse.de>
4925 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4926 W:      http://www.alsa-project.org/
4927 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git
4928 T:      git git://git.alsa-project.org/alsa-kernel.git
4929 S:      Maintained
4930 F:      Documentation/sound/
4931 F:      include/sound/
4932 F:      sound/
4933
4934 SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC)
4935 M:      Liam Girdwood <lrg@slimlogic.co.uk>
4936 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
4937 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git
4938 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
4939 W:      http://alsa-project.org/main/index.php/ASoC
4940 S:      Supported
4941 F:      sound/soc/
4942 F:      include/sound/soc*
4943
4944 SPARC + UltraSPARC (sparc/sparc64)
4945 M:      "David S. Miller" <davem@davemloft.net>
4946 L:      sparclinux@vger.kernel.org
4947 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git
4948 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git
4949 S:      Maintained
4950 F:      arch/sparc/
4951
4952 SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER
4953 M:      Roger Wolff <R.E.Wolff@BitWizard.nl>
4954 S:      Supported
4955 F:      Documentation/serial/specialix.txt
4956 F:      drivers/char/specialix*
4957
4958 SPI SUBSYSTEM
4959 M:      David Brownell <dbrownell@users.sourceforge.net>
4960 L:      spi-devel-general@lists.sourceforge.net
4961 S:      Maintained
4962 F:      Documentation/spi/
4963 F:      drivers/spi/
4964 F:      include/linux/spi/
4965
4966 SPIDERNET NETWORK DRIVER for CELL
4967 M:      Ishizaki Kou <kou.ishizaki@toshiba.co.jp>
4968 M:      Jens Osterkamp <jens@de.ibm.com>
4969 L:      netdev@vger.kernel.org
4970 S:      Supported
4971 F:      Documentation/networking/spider_net.txt
4972 F:      drivers/net/spider_net*
4973
4974 SPU FILE SYSTEM
4975 M:      Jeremy Kerr <jk@ozlabs.org>
4976 L:      linuxppc-dev@ozlabs.org
4977 L:      cbe-oss-dev@ozlabs.org
4978 W:      http://www.ibm.com/developerworks/power/cell/
4979 S:      Supported
4980 F:      Documentation/filesystems/spufs.txt
4981 F:      arch/powerpc/platforms/cell/spufs/
4982
4983 SQUASHFS FILE SYSTEM
4984 M:      Phillip Lougher <phillip@lougher.demon.co.uk>
4985 L:      squashfs-devel@lists.sourceforge.net (subscribers-only)
4986 W:      http://squashfs.org.uk
4987 S:      Maintained
4988 F:      Documentation/filesystems/squashfs.txt
4989 F:      fs/squashfs/
4990
4991 SRM (Alpha) environment access
4992 M:      Jan-Benedict Glaw <jbglaw@lug-owl.de>
4993 S:      Maintained
4994 F:      arch/alpha/kernel/srm_env.c
4995
4996 STABLE BRANCH
4997 M:      Greg Kroah-Hartman <greg@kroah.com>
4998 M:      Chris Wright <chrisw@sous-sol.org>
4999 L:      stable@kernel.org
5000 S:      Maintained
5001
5002 STAGING SUBSYSTEM
5003 M:      Greg Kroah-Hartman <gregkh@suse.de>
5004 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5005 L:      devel@driverdev.osuosl.org
5006 S:      Maintained
5007 F:      drivers/staging/
5008
5009 STARFIRE/DURALAN NETWORK DRIVER
5010 M:      Ion Badulescu <ionut@badula.org>
5011 S:      Odd Fixes
5012 F:      drivers/net/starfire*
5013
5014 STARMODE RADIO IP (STRIP) PROTOCOL DRIVER
5015 S:      Orphan
5016 F:      drivers/net/wireless/strip.c
5017 F:      include/linux/if_strip.h
5018
5019 STRADIS MPEG-2 DECODER DRIVER
5020 M:      Nathan Laredo <laredo@gnu.org>
5021 W:      http://www.stradis.com/
5022 S:      Maintained
5023 F:      drivers/media/video/stradis.c
5024
5025 SUN3/3X
5026 M:      Sam Creasey <sammy@sammy.net>
5027 W:      http://sammy.net/sun3/
5028 S:      Maintained
5029 F:      arch/m68k/kernel/*sun3*
5030 F:      arch/m68k/sun3*/
5031 F:      arch/m68k/include/asm/sun3*
5032
5033 SUPERH
5034 M:      Paul Mundt <lethal@linux-sh.org>
5035 L:      linux-sh@vger.kernel.org
5036 W:      http://www.linux-sh.org
5037 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git
5038 S:      Supported
5039 F:      Documentation/sh/
5040 F:      arch/sh/
5041 F:      drivers/sh/
5042
5043 SUSPEND TO RAM
5044 M:      Len Brown <len.brown@intel.com>
5045 M:      Pavel Machek <pavel@ucw.cz>
5046 M:      "Rafael J. Wysocki" <rjw@sisk.pl>
5047 L:      linux-pm@lists.linux-foundation.org
5048 S:      Supported
5049 F:      Documentation/power/
5050 F:      arch/x86/kernel/acpi/
5051 F:      drivers/base/power/
5052 F:      kernel/power/
5053 F:      include/linux/suspend.h
5054 F:      include/linux/freezer.h
5055 F:      include/linux/pm.h
5056
5057 SVGA HANDLING
5058 M:      Martin Mares <mj@ucw.cz>
5059 L:      linux-video@atrey.karlin.mff.cuni.cz
5060 S:      Maintained
5061 F:      Documentation/svga.txt
5062 F:      arch/x86/boot/video*
5063
5064 SYSV FILESYSTEM
5065 M:      Christoph Hellwig <hch@infradead.org>
5066 S:      Maintained
5067 F:      Documentation/filesystems/sysv-fs.txt
5068 F:      fs/sysv/
5069 F:      include/linux/sysv_fs.h
5070
5071 TASKSTATS STATISTICS INTERFACE
5072 M:      Balbir Singh <balbir@linux.vnet.ibm.com>
5073 S:      Maintained
5074 F:      Documentation/accounting/taskstats*
5075 F:      include/linux/taskstats*
5076 F:      kernel/taskstats.c
5077
5078 TC CLASSIFIER
5079 M:      Jamal Hadi Salim <hadi@cyberus.ca>
5080 L:      netdev@vger.kernel.org
5081 S:      Maintained
5082 F:      include/linux/pkt_cls.h
5083 F:      include/net/pkt_cls.h
5084 F:      net/sched/
5085
5086 TCP LOW PRIORITY MODULE
5087 M:      "Wong Hoi Sing, Edison" <hswong3i@gmail.com>
5088 M:      "Hung Hing Lun, Mike" <hlhung3i@gmail.com>
5089 W:      http://tcp-lp-mod.sourceforge.net/
5090 S:      Maintained
5091 F:      net/ipv4/tcp_lp.c
5092
5093 TEHUTI ETHERNET DRIVER
5094 M:      Alexander Indenbaum <baum@tehutinetworks.net>
5095 M:      Andy Gospodarek <andy@greyhouse.net>
5096 L:      netdev@vger.kernel.org
5097 S:      Supported
5098 F:      drivers/net/tehuti*
5099
5100 Telecom Clock Driver for MCPL0010
5101 M:      Mark Gross <mark.gross@intel.com>
5102 S:      Supported
5103 F:      drivers/char/tlclk.c
5104
5105 TENSILICA XTENSA PORT (xtensa)
5106 M:      Chris Zankel <chris@zankel.net>
5107 S:      Maintained
5108 F:      arch/xtensa/
5109
5110 THINKPAD ACPI EXTRAS DRIVER
5111 M:      Henrique de Moraes Holschuh <ibm-acpi@hmh.eng.br>
5112 L:      ibm-acpi-devel@lists.sourceforge.net
5113 W:      http://ibm-acpi.sourceforge.net
5114 W:      http://thinkwiki.org/wiki/Ibm-acpi
5115 T:      git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git
5116 S:      Maintained
5117 F:      drivers/platform/x86/thinkpad_acpi.c
5118
5119 TI FLASH MEDIA INTERFACE DRIVER
5120 M:      Alex Dubov <oakad@yahoo.com>
5121 S:      Maintained
5122 F:      drivers/misc/tifm*
5123 F:      drivers/mmc/host/tifm_sd.c
5124 F:      include/linux/tifm.h
5125
5126 TI TWL4030 SERIES SOC CODEC DRIVER
5127 M:      Peter Ujfalusi <peter.ujfalusi@nokia.com>
5128 L:      alsa-devel@alsa-project.org (moderated for non-subscribers)
5129 S:      Maintained
5130 F:      sound/soc/codecs/twl4030*
5131
5132 TIPC NETWORK LAYER
5133 M:      Per Liden <per.liden@ericsson.com>
5134 M:      Jon Maloy <jon.maloy@ericsson.com>
5135 M:      Allan Stephens <allan.stephens@windriver.com>
5136 L:      tipc-discussion@lists.sourceforge.net
5137 W:      http://tipc.sourceforge.net/
5138 W:      http://tipc.cslab.ericsson.net/
5139 T:      git git://tipc.cslab.ericsson.net/pub/git/tipc.git
5140 S:      Maintained
5141 F:      include/linux/tipc*.h
5142 F:      include/net/tipc/
5143 F:      net/tipc/
5144
5145 TLAN NETWORK DRIVER
5146 M:      Samuel Chessman <chessman@tux.org>
5147 L:      tlan-devel@lists.sourceforge.net (subscribers-only)
5148 W:      http://sourceforge.net/projects/tlan/
5149 S:      Maintained
5150 F:      Documentation/networking/tlan.txt
5151 F:      drivers/net/tlan.*
5152
5153 TOMOYO SECURITY MODULE
5154 M:      Kentaro Takeda <takedakn@nttdata.co.jp>
5155 M:      Tetsuo Handa <penguin-kernel@I-love.SAKURA.ne.jp>
5156 L:      tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English)
5157 L:      tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese)
5158 L:      tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese)
5159 W:      http://tomoyo.sourceforge.jp/
5160 T:      quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/
5161 S:      Maintained
5162 F:      security/tomoyo/
5163
5164 TOPSTAR LAPTOP EXTRAS DRIVER
5165 M:      Herton Ronaldo Krzesinski <herton@mandriva.com.br>
5166 S:      Maintained
5167 F:      drivers/platform/x86/topstar-laptop.c
5168
5169 TOSHIBA ACPI EXTRAS DRIVER
5170 S:      Orphan
5171 F:      drivers/platform/x86/toshiba_acpi.c
5172
5173 TOSHIBA SMM DRIVER
5174 M:      Jonathan Buzzard <jonathan@buzzard.org.uk>
5175 L:      tlinux-users@tce.toshiba-dme.co.jp
5176 W:      http://www.buzzard.org.uk/toshiba/
5177 S:      Maintained
5178 F:      drivers/char/toshiba.c
5179 F:      include/linux/toshiba.h
5180
5181 TMIO MMC DRIVER
5182 M:      Ian Molton <ian@mnementh.co.uk>
5183 S:      Maintained
5184 F:      drivers/mmc/host/tmio_mmc.*
5185
5186 TMPFS (SHMEM FILESYSTEM)
5187 M:      Hugh Dickins <hugh.dickins@tiscali.co.uk>
5188 L:      linux-mm@kvack.org
5189 S:      Maintained
5190 F:      include/linux/shmem_fs.h
5191 F:      mm/shmem.c
5192
5193 TPM DEVICE DRIVER
5194 M:      Debora Velarde <debora@linux.vnet.ibm.com>
5195 M:      Rajiv Andrade <srajiv@linux.vnet.ibm.com>
5196 W:      http://tpmdd.sourceforge.net
5197 M:      Marcel Selhorst <m.selhorst@sirrix.com>
5198 W:      http://www.sirrix.com
5199 L:      tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers)
5200 S:      Maintained
5201 F:      drivers/char/tpm/
5202
5203 TRACING
5204 M:      Steven Rostedt <rostedt@goodmis.org>
5205 M:      Frederic Weisbecker <fweisbec@gmail.com>
5206 M:      Ingo Molnar <mingo@redhat.com>
5207 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip.git tracing/core
5208 S:      Maintained
5209 F:      Documentation/trace/ftrace.txt
5210 F:      arch/*/*/*/ftrace.h
5211 F:      arch/*/kernel/ftrace.c
5212 F:      include/*/ftrace.h
5213 F:      include/linux/trace*.h
5214 F:      include/trace/
5215 F:      kernel/trace/
5216
5217 TRIVIAL PATCHES
5218 M:      Jiri Kosina <trivial@kernel.org>
5219 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git
5220 S:      Maintained
5221
5222 TTY LAYER
5223 M:      Greg Kroah-Hartman <gregkh@suse.de>
5224 S:      Maintained
5225 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5226 F:      drivers/char/tty_*
5227 F:      drivers/serial/serial_core.c
5228 F:      include/linux/serial_core.h
5229 F:      include/linux/serial.h
5230 F:      include/linux/tty.h
5231
5232 TULIP NETWORK DRIVERS
5233 M:      Grant Grundler <grundler@parisc-linux.org>
5234 M:      Kyle McMartin <kyle@mcmartin.ca>
5235 L:      netdev@vger.kernel.org
5236 S:      Maintained
5237 F:      drivers/net/tulip/
5238
5239 TUN/TAP driver
5240 M:      Maxim Krasnyansky <maxk@qualcomm.com>
5241 L:      vtun@office.satix.net
5242 W:      http://vtun.sourceforge.net/tun
5243 S:      Maintained
5244 F:      Documentation/networking/tuntap.txt
5245 F:      arch/um/os-Linux/drivers/
5246
5247 TURBOCHANNEL SUBSYSTEM
5248 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
5249 S:      Maintained
5250 F:      drivers/tc/
5251 F:      include/linux/tc.h
5252
5253 U14-34F SCSI DRIVER
5254 M:      Dario Ballabio <ballabio_dario@emc.com>
5255 L:      linux-scsi@vger.kernel.org
5256 S:      Maintained
5257 F:      drivers/scsi/u14-34f.c
5258
5259 UBI FILE SYSTEM (UBIFS)
5260 M:      Artem Bityutskiy <dedekind@infradead.org>
5261 M:      Adrian Hunter <adrian.hunter@nokia.com>
5262 L:      linux-mtd@lists.infradead.org
5263 T:      git git://git.infradead.org/ubifs-2.6.git
5264 W:      http://www.linux-mtd.infradead.org/doc/ubifs.html
5265 S:      Maintained
5266 F:      Documentation/filesystems/ubifs.txt
5267 F:      fs/ubifs/
5268
5269 UCLINUX (AND M68KNOMMU)
5270 M:      Greg Ungerer <gerg@uclinux.org>
5271 W:      http://www.uclinux.org/
5272 L:      uclinux-dev@uclinux.org  (subscribers-only)
5273 S:      Maintained
5274 F:      arch/m68knommu/
5275
5276 UCLINUX FOR RENESAS H8/300 (H8300)
5277 M:      Yoshinori Sato <ysato@users.sourceforge.jp>
5278 W:      http://uclinux-h8.sourceforge.jp/
5279 S:      Supported
5280
5281 UDF FILESYSTEM
5282 M:      Jan Kara <jack@suse.cz>
5283 W:      http://linux-udf.sourceforge.net
5284 S:      Maintained
5285 F:      Documentation/filesystems/udf.txt
5286 F:      fs/udf/
5287
5288 UFS FILESYSTEM
5289 M:      Evgeniy Dushistov <dushistov@mail.ru>
5290 S:      Maintained
5291 F:      Documentation/filesystems/ufs.txt
5292 F:      fs/ufs/
5293
5294 ULTRA-WIDEBAND (UWB) SUBSYSTEM:
5295 M:      David Vrabel <david.vrabel@csr.com>
5296 L:      linux-usb@vger.kernel.org
5297 S:      Supported
5298 F:      drivers/uwb/*
5299 F:      include/linux/uwb.h
5300 F:      include/linux/uwb/
5301
5302 UNIFORM CDROM DRIVER
5303 M:      Jens Axboe <axboe@kernel.dk>
5304 W:      http://www.kernel.dk
5305 S:      Maintained
5306 F:      Documentation/cdrom/
5307 F:      drivers/cdrom/cdrom.c
5308 F:      include/linux/cdrom.h
5309
5310 UNSORTED BLOCK IMAGES (UBI)
5311 M:      Artem Bityutskiy <dedekind@infradead.org>
5312 W:      http://www.linux-mtd.infradead.org/
5313 L:      linux-mtd@lists.infradead.org
5314 T:      git git://git.infradead.org/ubi-2.6.git
5315 S:      Maintained
5316 F:      drivers/mtd/ubi/
5317 F:      include/linux/mtd/ubi.h
5318 F:      include/mtd/ubi-user.h
5319
5320 USB ACM DRIVER
5321 M:      Oliver Neukum <oliver@neukum.name>
5322 L:      linux-usb@vger.kernel.org
5323 S:      Maintained
5324 F:      Documentation/usb/acm.txt
5325 F:      drivers/usb/class/cdc-acm.*
5326
5327 USB BLOCK DRIVER (UB ub)
5328 M:      Pete Zaitcev <zaitcev@redhat.com>
5329 L:      linux-usb@vger.kernel.org
5330 S:      Supported
5331 F:      drivers/block/ub.c
5332
5333 USB CDC ETHERNET DRIVER
5334 M:      Greg Kroah-Hartman <greg@kroah.com>
5335 L:      linux-usb@vger.kernel.org
5336 S:      Maintained
5337 W:      http://www.kroah.com/linux-usb/
5338 F:      drivers/net/usb/cdc_*.c
5339 F:      include/linux/usb/cdc.h
5340
5341 USB CYPRESS C67X00 DRIVER
5342 M:      Peter Korsgaard <jacmet@sunsite.dk>
5343 L:      linux-usb@vger.kernel.org
5344 S:      Maintained
5345 F:      drivers/usb/c67x00/
5346
5347 USB DAVICOM DM9601 DRIVER
5348 M:      Peter Korsgaard <jacmet@sunsite.dk>
5349 L:      netdev@vger.kernel.org
5350 W:      http://www.linux-usb.org/usbnet
5351 S:      Maintained
5352 F:      drivers/net/usb/dm9601.c
5353
5354 USB DIAMOND RIO500 DRIVER
5355 M:      Cesar Miquel <miquel@df.uba.ar>
5356 L:      rio500-users@lists.sourceforge.net
5357 W:      http://rio500.sourceforge.net
5358 S:      Maintained
5359 F:      drivers/usb/misc/rio500*
5360
5361 USB EHCI DRIVER
5362 M:      David Brownell <dbrownell@users.sourceforge.net>
5363 L:      linux-usb@vger.kernel.org
5364 S:      Odd Fixes
5365 F:      Documentation/usb/ehci.txt
5366 F:      drivers/usb/host/ehci*
5367
5368 USB ET61X[12]51 DRIVER
5369 M:      Luca Risolia <luca.risolia@studio.unibo.it>
5370 L:      linux-usb@vger.kernel.org
5371 L:      linux-media@vger.kernel.org
5372 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5373 W:      http://www.linux-projects.org
5374 S:      Maintained
5375 F:      drivers/media/video/et61x251/
5376
5377 USB GADGET/PERIPHERAL SUBSYSTEM
5378 M:      David Brownell <dbrownell@users.sourceforge.net>
5379 L:      linux-usb@vger.kernel.org
5380 W:      http://www.linux-usb.org/gadget
5381 S:      Maintained
5382 F:      drivers/usb/gadget/
5383 F:      include/linux/usb/gadget*
5384
5385 USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...)
5386 M:      Jiri Kosina <jkosina@suse.cz>
5387 L:      linux-usb@vger.kernel.org
5388 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git
5389 S:      Maintained
5390 F:      Documentation/usb/hiddev.txt
5391 F:      drivers/hid/usbhid/
5392
5393 USB ISP116X DRIVER
5394 M:      Olav Kongas <ok@artecdesign.ee>
5395 L:      linux-usb@vger.kernel.org
5396 S:      Maintained
5397 F:      drivers/usb/host/isp116x*
5398 F:      include/linux/usb/isp116x.h
5399
5400 USB KAWASAKI LSI DRIVER
5401 M:      Oliver Neukum <oliver@neukum.name>
5402 L:      linux-usb@vger.kernel.org
5403 S:      Maintained
5404 F:      drivers/usb/serial/kl5kusb105.*
5405
5406 USB MASS STORAGE DRIVER
5407 M:      Matthew Dharm <mdharm-usb@one-eyed-alien.net>
5408 L:      linux-usb@vger.kernel.org
5409 L:      usb-storage@lists.one-eyed-alien.net
5410 S:      Maintained
5411 W:      http://www.one-eyed-alien.net/~mdharm/linux-usb/
5412 F:      drivers/usb/storage/
5413
5414 USB OHCI DRIVER
5415 M:      David Brownell <dbrownell@users.sourceforge.net>
5416 L:      linux-usb@vger.kernel.org
5417 S:      Odd Fixes
5418 F:      Documentation/usb/ohci.txt
5419 F:      drivers/usb/host/ohci*
5420
5421 USB OPTION-CARD DRIVER
5422 M:      Matthias Urlichs <smurf@smurf.noris.de>
5423 L:      linux-usb@vger.kernel.org
5424 S:      Maintained
5425 F:      drivers/usb/serial/option.c
5426
5427 USB OV511 DRIVER
5428 M:      Mark McClelland <mmcclell@bigfoot.com>
5429 L:      linux-usb@vger.kernel.org
5430 W:      http://alpha.dyndns.org/ov511/
5431 S:      Maintained
5432 F:      drivers/media/video/ov511.*
5433
5434 USB PEGASUS DRIVER
5435 M:      Petko Manolov <petkan@users.sourceforge.net>
5436 L:      linux-usb@vger.kernel.org
5437 L:      netdev@vger.kernel.org
5438 W:      http://pegasus2.sourceforge.net/
5439 S:      Maintained
5440 F:      drivers/net/usb/pegasus.*
5441
5442 USB PRINTER DRIVER (usblp)
5443 M:      Pete Zaitcev <zaitcev@redhat.com>
5444 L:      linux-usb@vger.kernel.org
5445 S:      Supported
5446 F:      drivers/usb/class/usblp.c
5447
5448 USB RTL8150 DRIVER
5449 M:      Petko Manolov <petkan@users.sourceforge.net>
5450 L:      linux-usb@vger.kernel.org
5451 L:      netdev@vger.kernel.org
5452 W:      http://pegasus2.sourceforge.net/
5453 S:      Maintained
5454 F:      drivers/net/usb/rtl8150.c
5455
5456 USB SE401 DRIVER
5457 M:      Jeroen Vreeken <pe1rxq@amsat.org>
5458 L:      linux-usb@vger.kernel.org
5459 W:      http://www.chello.nl/~j.vreeken/se401/
5460 S:      Maintained
5461 F:      Documentation/video4linux/se401.txt
5462 F:      drivers/media/video/se401.*
5463
5464 USB SERIAL BELKIN F5U103 DRIVER
5465 M:      William Greathouse <wgreathouse@smva.com>
5466 L:      linux-usb@vger.kernel.org
5467 S:      Maintained
5468 F:      drivers/usb/serial/belkin_sa.*
5469
5470 USB SERIAL CYPRESS M8 DRIVER
5471 M:      Lonnie Mendez <dignome@gmail.com>
5472 L:      linux-usb@vger.kernel.org
5473 S:      Maintained
5474 W:      http://geocities.com/i0xox0i
5475 W:      http://firstlight.net/cvs
5476 F:      drivers/usb/serial/cypress_m8.*
5477
5478 USB SERIAL CYBERJACK DRIVER
5479 M:      Matthias Bruestle and Harald Welte <support@reiner-sct.com>
5480 W:      http://www.reiner-sct.de/support/treiber_cyberjack.php
5481 S:      Maintained
5482 F:      drivers/usb/serial/cyberjack.c
5483
5484 USB SERIAL DIGI ACCELEPORT DRIVER
5485 M:      Peter Berger <pberger@brimson.com>
5486 M:      Al Borchers <alborchers@steinerpoint.com>
5487 L:      linux-usb@vger.kernel.org
5488 S:      Maintained
5489 F:      drivers/usb/serial/digi_acceleport.c
5490
5491 USB SERIAL DRIVER
5492 M:      Greg Kroah-Hartman <gregkh@suse.de>
5493 L:      linux-usb@vger.kernel.org
5494 S:      Supported
5495 F:      Documentation/usb/usb-serial.txt
5496 F:      drivers/usb/serial/generic.c
5497 F:      drivers/usb/serial/usb-serial.c
5498 F:      include/linux/usb/serial.h
5499
5500 USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER
5501 M:      Gary Brubaker <xavyer@ix.netcom.com>
5502 L:      linux-usb@vger.kernel.org
5503 S:      Maintained
5504 F:      drivers/usb/serial/empeg.c
5505
5506 USB SERIAL KEYSPAN DRIVER
5507 M:      Greg Kroah-Hartman <greg@kroah.com>
5508 L:      linux-usb@vger.kernel.org
5509 W:      http://www.kroah.com/linux/
5510 S:      Maintained
5511 F:      drivers/usb/serial/*keyspan*
5512
5513 USB SERIAL WHITEHEAT DRIVER
5514 M:      Support Department <support@connecttech.com>
5515 L:      linux-usb@vger.kernel.org
5516 W:      http://www.connecttech.com
5517 S:      Supported
5518 F:      drivers/usb/serial/whiteheat*
5519
5520 USB SMSC95XX ETHERNET DRIVER
5521 M:      Steve Glendinning <steve.glendinning@smsc.com>
5522 L:      netdev@vger.kernel.org
5523 S:      Supported
5524 F:      drivers/net/usb/smsc95xx.*
5525
5526 USB SN9C1xx DRIVER
5527 M:      Luca Risolia <luca.risolia@studio.unibo.it>
5528 L:      linux-usb@vger.kernel.org
5529 L:      linux-media@vger.kernel.org
5530 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5531 W:      http://www.linux-projects.org
5532 S:      Maintained
5533 F:      Documentation/video4linux/sn9c102.txt
5534 F:      drivers/media/video/sn9c102/
5535
5536 USB SUBSYSTEM
5537 M:      Greg Kroah-Hartman <gregkh@suse.de>
5538 L:      linux-usb@vger.kernel.org
5539 W:      http://www.linux-usb.org
5540 T:      quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/
5541 S:      Supported
5542 F:      Documentation/usb/
5543 F:      drivers/net/usb/
5544 F:      drivers/usb/
5545 F:      include/linux/usb.h
5546 F:      include/linux/usb/
5547
5548 USB UHCI DRIVER
5549 M:      Alan Stern <stern@rowland.harvard.edu>
5550 L:      linux-usb@vger.kernel.org
5551 S:      Maintained
5552 F:      drivers/usb/host/uhci*
5553
5554 USB "USBNET" DRIVER FRAMEWORK
5555 M:      David Brownell <dbrownell@users.sourceforge.net>
5556 L:      netdev@vger.kernel.org
5557 W:      http://www.linux-usb.org/usbnet
5558 S:      Maintained
5559 F:      drivers/net/usb/usbnet.c
5560 F:      include/linux/usb/usbnet.h
5561
5562 USB VIDEO CLASS
5563 M:      Laurent Pinchart <laurent.pinchart@skynet.be>
5564 L:      linux-uvc-devel@lists.berlios.de (subscribers-only)
5565 L:      linux-media@vger.kernel.org
5566 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5567 W:      http://linux-uvc.berlios.de
5568 S:      Maintained
5569 F:      drivers/media/video/uvc/
5570
5571 USB W996[87]CF DRIVER
5572 M:      Luca Risolia <luca.risolia@studio.unibo.it>
5573 L:      linux-usb@vger.kernel.org
5574 L:      linux-media@vger.kernel.org
5575 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5576 W:      http://www.linux-projects.org
5577 S:      Maintained
5578 F:      Documentation/video4linux/w9968cf.txt
5579 F:      drivers/media/video/w996*
5580
5581 USB WIRELESS RNDIS DRIVER (rndis_wlan)
5582 M:      Jussi Kivilinna <jussi.kivilinna@mbnet.fi>
5583 L:      linux-wireless@vger.kernel.org
5584 S:      Maintained
5585 F:      drivers/net/wireless/rndis_wlan.c
5586
5587 USB XHCI DRIVER
5588 M:      Sarah Sharp <sarah.a.sharp@intel.com>
5589 L:      linux-usb@vger.kernel.org
5590 S:      Supported
5591
5592 USB ZC0301 DRIVER
5593 M:      Luca Risolia <luca.risolia@studio.unibo.it>
5594 L:      linux-usb@vger.kernel.org
5595 L:      linux-media@vger.kernel.org
5596 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5597 W:      http://www.linux-projects.org
5598 S:      Maintained
5599 F:      Documentation/video4linux/zc0301.txt
5600 F:      drivers/media/video/zc0301/
5601
5602 USB ZD1201 DRIVER
5603 M:      Jeroen Vreeken <pe1rxq@amsat.org>
5604 L:      linux-usb@vger.kernel.org
5605 W:      http://linux-lc100020.sourceforge.net
5606 S:      Maintained
5607 F:      drivers/net/wireless/zd1201.*
5608
5609 USB ZR364XX DRIVER
5610 M:      Antoine Jacquet <royale@zerezo.com>
5611 L:      linux-usb@vger.kernel.org
5612 L:      linux-media@vger.kernel.org
5613 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git
5614 W:      http://royale.zerezo.com/zr364xx/
5615 S:      Maintained
5616 F:      Documentation/video4linux/zr364xx.txt
5617 F:      drivers/media/video/zr364xx.c
5618
5619 USER-MODE LINUX (UML)
5620 M:      Jeff Dike <jdike@addtoit.com>
5621 L:      user-mode-linux-devel@lists.sourceforge.net
5622 L:      user-mode-linux-user@lists.sourceforge.net
5623 W:      http://user-mode-linux.sourceforge.net
5624 S:      Maintained
5625 F:      Documentation/uml/
5626 F:      arch/um/
5627 F:      fs/hostfs/
5628 F:      fs/hppfs/
5629
5630 USERSPACE I/O (UIO)
5631 M:      "Hans J. Koch" <hjk@linutronix.de>
5632 M:      Greg Kroah-Hartman <gregkh@suse.de>
5633 S:      Maintained
5634 F:      Documentation/DocBook/uio-howto.tmpl
5635 F:      drivers/uio/
5636 F:      include/linux/uio*.h
5637
5638 UTIL-LINUX-NG PACKAGE
5639 M:      Karel Zak <kzak@redhat.com>
5640 L:      util-linux-ng@vger.kernel.org
5641 W:      http://kernel.org/~kzak/util-linux-ng/
5642 T:      git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git
5643 S:      Maintained
5644
5645 UVESAFB DRIVER
5646 M:      Michal Januszewski <spock@gentoo.org>
5647 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5648 W:      http://dev.gentoo.org/~spock/projects/uvesafb/
5649 S:      Maintained
5650 F:      Documentation/fb/uvesafb.txt
5651 F:      drivers/video/uvesafb.*
5652
5653 VFAT/FAT/MSDOS FILESYSTEM
5654 M:      OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
5655 S:      Maintained
5656 F:      Documentation/filesystems/vfat.txt
5657 F:      fs/fat/
5658
5659 VIA RHINE NETWORK DRIVER
5660 M:      Roger Luethi <rl@hellgate.ch>
5661 S:      Maintained
5662 F:      drivers/net/via-rhine.c
5663
5664 VIAPRO SMBUS DRIVER
5665 M:      Jean Delvare <khali@linux-fr.org>
5666 L:      linux-i2c@vger.kernel.org
5667 S:      Maintained
5668 F:      Documentation/i2c/busses/i2c-viapro
5669 F:      drivers/i2c/busses/i2c-viapro.c
5670
5671 VIA SD/MMC CARD CONTROLLER DRIVER
5672 M:      Joseph Chan <JosephChan@via.com.tw>
5673 M:      Harald Welte <HaraldWelte@viatech.com>
5674 S:      Maintained
5675 F:      drivers/mmc/host/via-sdmmc.c
5676
5677 VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER
5678 M:      Joseph Chan <JosephChan@via.com.tw>
5679 M:      Scott Fang <ScottFang@viatech.com.cn>
5680 L:      linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers)
5681 S:      Maintained
5682 F:      drivers/video/via/
5683
5684 VIA VELOCITY NETWORK DRIVER
5685 M:      Francois Romieu <romieu@fr.zoreil.com>
5686 L:      netdev@vger.kernel.org
5687 S:      Maintained
5688 F:      drivers/net/via-velocity.*
5689
5690 VLAN (802.1Q)
5691 M:      Patrick McHardy <kaber@trash.net>
5692 L:      netdev@vger.kernel.org
5693 S:      Maintained
5694 F:      drivers/net/macvlan.c
5695 F:      include/linux/if_*vlan.h
5696 F:      net/8021q/
5697
5698 VLYNQ BUS
5699 M:      Florian Fainelli <florian@openwrt.org>
5700 L:      openwrt-devel@lists.openwrt.org
5701 S:      Maintained
5702 F:      drivers/vlynq/vlynq.c
5703 F:      include/linux/vlynq.h
5704
5705 VMWARE VMXNET3 ETHERNET DRIVER
5706 M:      Shreyas Bhatewara <sbhatewara@vmware.com>
5707 M:      "VMware, Inc." <pv-drivers@vmware.com>
5708 L:      netdev@vger.kernel.org
5709 S:      Maintained
5710 F:      drivers/net/vmxnet3/
5711
5712 VOLTAGE AND CURRENT REGULATOR FRAMEWORK
5713 M:      Liam Girdwood <lrg@slimlogic.co.uk>
5714 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5715 W:      http://opensource.wolfsonmicro.com/node/15
5716 W:      http://www.slimlogic.co.uk/?p=48
5717 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git
5718 S:      Supported
5719 F:      drivers/regulator/
5720 F:      include/linux/regulator/
5721
5722 VT1211 HARDWARE MONITOR DRIVER
5723 M:      Juerg Haefliger <juergh@gmail.com>
5724 L:      lm-sensors@lm-sensors.org
5725 S:      Maintained
5726 F:      Documentation/hwmon/vt1211
5727 F:      drivers/hwmon/vt1211.c
5728
5729 VT8231 HARDWARE MONITOR DRIVER
5730 M:      Roger Lucas <vt8231@hiddenengine.co.uk>
5731 L:      lm-sensors@lm-sensors.org
5732 S:      Maintained
5733 F:      drivers/hwmon/vt8231.c
5734
5735 W1 DALLAS'S 1-WIRE BUS
5736 M:      Evgeniy Polyakov <johnpol@2ka.mipt.ru>
5737 S:      Maintained
5738 F:      Documentation/w1/
5739 F:      drivers/w1/
5740
5741 W83791D HARDWARE MONITORING DRIVER
5742 M:      Marc Hulsman <m.hulsman@tudelft.nl>
5743 L:      lm-sensors@lm-sensors.org
5744 S:      Maintained
5745 F:      Documentation/hwmon/w83791d
5746 F:      drivers/hwmon/w83791d.c
5747
5748 W83793 HARDWARE MONITORING DRIVER
5749 M:      Rudolf Marek <r.marek@assembler.cz>
5750 L:      lm-sensors@lm-sensors.org
5751 S:      Maintained
5752 F:      Documentation/hwmon/w83793
5753 F:      drivers/hwmon/w83793.c
5754
5755 W83L51xD SD/MMC CARD INTERFACE DRIVER
5756 M:      Pierre Ossman <pierre@ossman.eu>
5757 S:      Maintained
5758 F:      drivers/mmc/host/wbsd.*
5759
5760 WATCHDOG DEVICE DRIVERS
5761 M:      Wim Van Sebroeck <wim@iguana.be>
5762 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git
5763 S:      Maintained
5764 F:      Documentation/watchdog/
5765 F:      drivers/watchdog/
5766 F:      include/linux/watchdog.h
5767
5768 WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS
5769 M:      Jean Tourrilhes <jt@hpl.hp.com>
5770 L:      linux-wireless@vger.kernel.org
5771 W:      http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/
5772 S:      Maintained
5773 F:      Documentation/networking/wavelan.txt
5774 F:      drivers/net/wireless/wavelan*
5775
5776 WD7000 SCSI DRIVER
5777 M:      Miroslav Zagorac <zaga@fly.cc.fer.hr>
5778 L:      linux-scsi@vger.kernel.org
5779 S:      Maintained
5780 F:      drivers/scsi/wd7000.c
5781
5782 WINBOND CIR DRIVER
5783 M:      David Härdeman <david@hardeman.nu>
5784 S:      Maintained
5785 F:      drivers/input/misc/winbond-cir.c
5786
5787 WIMAX STACK
5788 M:      Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
5789 M:      linux-wimax@intel.com
5790 L:      wimax@linuxwimax.org
5791 S:      Supported
5792 W:      http://linuxwimax.org
5793
5794 WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM
5795 M:      David Vrabel <david.vrabel@csr.com>
5796 S:      Maintained
5797 F:      include/linux/wlp.h
5798 F:      drivers/uwb/wlp/
5799
5800 WISTRON LAPTOP BUTTON DRIVER
5801 M:      Miloslav Trmac <mitr@volny.cz>
5802 S:      Maintained
5803 F:      drivers/input/misc/wistron_btns.c
5804
5805 WL1251 WIRELESS DRIVER
5806 M:      Kalle Valo <kalle.valo@nokia.com>
5807 L:      linux-wireless@vger.kernel.org
5808 W:      http://wireless.kernel.org
5809 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5810 S:      Maintained
5811 F:      drivers/net/wireless/wl12xx/*
5812 X:      drivers/net/wireless/wl12xx/wl1271*
5813
5814 WL1271 WIRELESS DRIVER
5815 M:      Luciano Coelho <luciano.coelho@nokia.com>
5816 L:      linux-wireless@vger.kernel.org
5817 W:      http://wireless.kernel.org
5818 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git
5819 S:      Maintained
5820 F:      drivers/net/wireless/wl12xx/wl1271*
5821
5822 WL3501 WIRELESS PCMCIA CARD DRIVER
5823 M:      Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
5824 L:      linux-wireless@vger.kernel.org
5825 W:      http://oops.ghostprotocols.net:81/blog
5826 S:      Maintained
5827 F:      drivers/net/wireless/wl3501*
5828
5829 WM97XX TOUCHSCREEN DRIVERS
5830 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5831 M:      Liam Girdwood <lrg@slimlogic.co.uk>
5832 L:      linux-input@vger.kernel.org
5833 T:      git git://opensource.wolfsonmicro.com/linux-2.6-touch
5834 W:      http://opensource.wolfsonmicro.com/node/7
5835 S:      Supported
5836 F:      drivers/input/touchscreen/*wm97*
5837 F:      include/linux/wm97xx.h
5838
5839 WOLFSON MICROELECTRONICS PMIC DRIVERS
5840 M:      Mark Brown <broonie@opensource.wolfsonmicro.com>
5841 T:      git git://opensource.wolfsonmicro.com/linux-2.6-audioplus
5842 W:      http://opensource.wolfsonmicro.com/node/8
5843 S:      Supported
5844 F:      drivers/leds/leds-wm83*.c
5845 F:      drivers/mfd/wm8*.c
5846 F:      drivers/power/wm83*.c
5847 F:      drivers/rtc/rtc-wm83*.c
5848 F:      drivers/regulator/wm8*.c
5849 F:      drivers/video/backlight/wm83*_bl.c
5850 F:      drivers/watchdog/wm83*_wdt.c
5851 F:      include/linux/mfd/wm831x/
5852 F:      include/linux/mfd/wm8350/
5853 F:      include/linux/mfd/wm8400/
5854 F:      sound/soc/codecs/wm8350.c
5855 F:      sound/soc/codecs/wm8400.c
5856
5857 X.25 NETWORK LAYER
5858 M:      Henner Eisen <eis@baty.hanse.de>
5859 L:      linux-x25@vger.kernel.org
5860 S:      Maintained
5861 F:      Documentation/networking/x25*
5862 F:      include/net/x25*
5863 F:      net/x25/
5864
5865 X86 ARCHITECTURE (32-BIT AND 64-BIT)
5866 M:      Thomas Gleixner <tglx@linutronix.de>
5867 M:      Ingo Molnar <mingo@redhat.com>
5868 M:      "H. Peter Anvin" <hpa@zytor.com>
5869 M:      x86@kernel.org
5870 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git
5871 S:      Maintained
5872 F:      Documentation/x86/
5873 F:      arch/x86/
5874
5875 XEN HYPERVISOR INTERFACE
5876 M:      Jeremy Fitzhardinge <jeremy@xensource.com>
5877 M:      Chris Wright <chrisw@sous-sol.org>
5878 L:      virtualization@lists.osdl.org
5879 L:      xen-devel@lists.xensource.com
5880 S:      Supported
5881 F:      arch/x86/xen/
5882 F:      drivers/*/xen-*front.c
5883 F:      drivers/xen/
5884 F:      arch/x86/include/asm/xen/
5885 F:      include/xen/
5886
5887 XFS FILESYSTEM
5888 P:      Silicon Graphics Inc
5889 M:      Alex Elder <aelder@sgi.com>
5890 M:      xfs-masters@oss.sgi.com
5891 L:      xfs@oss.sgi.com
5892 W:      http://oss.sgi.com/projects/xfs
5893 T:      git git://oss.sgi.com/xfs/xfs.git
5894 S:      Supported
5895 F:      Documentation/filesystems/xfs.txt
5896 F:      fs/xfs/
5897
5898 XILINX SYSTEMACE DRIVER
5899 M:      Grant Likely <grant.likely@secretlab.ca>
5900 W:      http://www.secretlab.ca/
5901 S:      Maintained
5902 F:      drivers/block/xsysace.c
5903
5904 XILINX UARTLITE SERIAL DRIVER
5905 M:      Peter Korsgaard <jacmet@sunsite.dk>
5906 L:      linux-serial@vger.kernel.org
5907 S:      Maintained
5908 F:      drivers/serial/uartlite.c
5909
5910 YAM DRIVER FOR AX.25
5911 M:      Jean-Paul Roubelat <jpr@f6fbb.org>
5912 L:      linux-hams@vger.kernel.org
5913 S:      Maintained
5914 F:      drivers/net/hamradio/yam*
5915 F:      include/linux/yam.h
5916
5917 YEALINK PHONE DRIVER
5918 M:      Henk Vergonet <Henk.Vergonet@gmail.com>
5919 L:      usbb2k-api-dev@nongnu.org
5920 S:      Maintained
5921 F:      Documentation/input/yealink.txt
5922 F:      drivers/input/misc/yealink.*
5923
5924 Z8530 DRIVER FOR AX.25
5925 M:      Joerg Reuter <jreuter@yaina.de>
5926 W:      http://yaina.de/jreuter/
5927 W:      http://www.qsl.net/dl1bke/
5928 L:      linux-hams@vger.kernel.org
5929 S:      Maintained
5930 F:      Documentation/networking/z8530drv.txt
5931 F:      drivers/net/hamradio/*scc.c
5932 F:      drivers/net/hamradio/z8530.h
5933
5934 ZD1211RW WIRELESS DRIVER
5935 M:      Daniel Drake <dsd@gentoo.org>
5936 M:      Ulrich Kunitz <kune@deine-taler.de>
5937 W:      http://zd1211.ath.cx/wiki/DriverRewrite
5938 L:      linux-wireless@vger.kernel.org
5939 L:      zd1211-devs@lists.sourceforge.net (subscribers-only)
5940 S:      Maintained
5941 F:      drivers/net/wireless/zd1211rw/
5942
5943 ZR36067 VIDEO FOR LINUX DRIVER
5944 L:      mjpeg-users@lists.sourceforge.net
5945 L:      linux-media@vger.kernel.org
5946 W:      http://mjpeg.sourceforge.net/driver-zoran/
5947 T:      Mercurial http://linuxtv.org/hg/v4l-dvb
5948 S:      Odd Fixes
5949 F:      drivers/media/video/zoran/
5950
5951 ZS DECSTATION Z85C30 SERIAL DRIVER
5952 M:      "Maciej W. Rozycki" <macro@linux-mips.org>
5953 S:      Maintained
5954 F:      drivers/serial/zs.*
5955
5956 THE REST
5957 M:      Linus Torvalds <torvalds@linux-foundation.org>
5958 L:      linux-kernel@vger.kernel.org
5959 T:      git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
5960 S:      Buried alive in reporters
5961 F:      *
5962 F:      */