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