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