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