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