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