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