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