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