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