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