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