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