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