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