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