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