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