1 2 List of maintainers and how to submit kernel changes 3 4Please try to follow the guidelines below. This will make things 5easier on the maintainers. Not all of these guidelines matter for every 6trivial patch so apply some common sense. 7 81. Always _test_ your changes, however small, on at least 4 or 9 5 people, preferably many more. 10 112. Try to release a few ALPHA test versions to the net. Announce 12 them onto the kernel channel and await results. This is especially 13 important for device drivers, because often that's the only way 14 you will find things like the fact version 3 firmware needs 15 a magic fix you didn't know about, or some clown changed the 16 chips on a board and not its name. (Don't laugh! Look at the 17 SMC etherpower for that.) 18 193. Make sure your changes compile correctly in multiple 20 configurations. In particular check that changes work both as a 21 module and built into the kernel. 22 234. When you are happy with a change make it generally available for 24 testing and await feedback. 25 265. Make a patch available to the relevant maintainer in the list. Use 27 'diff -u' to make the patch easy to merge. Be prepared to get your 28 changes sent back with seemingly silly requests about formatting 29 and variable names. These aren't as silly as they seem. One 30 job the maintainers (and especially Linus) do is to keep things 31 looking the same. Sometimes this means that the clever hack in 32 your driver to get around a problem actually needs to become a 33 generalized kernel feature ready for next time. 34 35 PLEASE check your patch with the automated style checker 36 (scripts/checkpatch.pl) to catch trival style violations. 37 See Documentation/CodingStyle for guidance here. 38 39 PLEASE 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. 42 43 PLEASE document known bugs. If it doesn't work for everything 44 or does something very odd once a month document it. 45 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. 51 526. 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. 55 567. When sending security related changes or reports to a maintainer 57 please Cc: security@kernel.org, especially if the maintainer 58 does not respond. 59 608. Happy hacking. 61 62 ----------------------------------- 63 64Maintainers List (try to look for most precise areas first) 65 66Note: For the hard of thinking, this list is meant to remain in alphabetical 67order. If you could add yourselves to it in alphabetical order that would be 68so much easier [Ed] 69 70P: Person 71M: Mail patches to 72L: Mailing list that is relevant to this area 73W: Web-page with status/info 74T: SCM tree type and location. Type is one of: git, hg, quilt. 75S: Status, one of the following: 76 77 Supported: Someone is actually paid to look after this. 78 Maintained: Someone actually looks after it. 79 Odd Fixes: It has a maintainer but they don't have time to do 80 much other than throw the odd patch in. See below.. 81 Orphan: No current maintainer [but maybe you could take the 82 role as you write your new code]. 83 Obsolete: Old code. Something tagged obsolete generally means 84 it has been replaced by a better system and you 85 should be using that. 86 873C505 NETWORK DRIVER 88P: Philip Blundell 89M: philb@gnu.org 90L: netdev@vger.kernel.org 91S: Maintained 92 933C59X NETWORK DRIVER 94P: Steffen Klassert 95M: klassert@mathematik.tu-chemnitz.de 96L: netdev@vger.kernel.org 97S: Maintained 98 993CR990 NETWORK DRIVER 100P: David Dillow 101M: dave@thedillows.org 102L: netdev@vger.kernel.org 103S: Maintained 104 1053W-XXXX ATA-RAID CONTROLLER DRIVER 106P: Adam Radford 107M: linuxraid@amcc.com 108L: linux-scsi@vger.kernel.org 109W: http://www.amcc.com 110S: Supported 111 1123W-9XXX SATA-RAID CONTROLLER DRIVER 113P: Adam Radford 114M: linuxraid@amcc.com 115L: linux-scsi@vger.kernel.org 116W: http://www.amcc.com 117S: Supported 118 11953C700 AND 53C700-66 SCSI DRIVER 120P: James E.J. Bottomley 121M: James.Bottomley@HansenPartnership.com 122L: linux-scsi@vger.kernel.org 123S: Maintained 124 1256PACK NETWORK DRIVER FOR AX.25 126P: Andreas Koensgen 127M: ajk@iehk.rwth-aachen.de 128L: linux-hams@vger.kernel.org 129S: Maintained 130 1318169 10/100/1000 GIGABIT ETHERNET DRIVER 132P: Francois Romieu 133M: romieu@fr.zoreil.com 134L: netdev@vger.kernel.org 135S: Maintained 136 1378250/16?50 (AND CLONE UARTS) SERIAL DRIVER 138L: linux-serial@vger.kernel.org 139W: http://serial.sourceforge.net 140S: Orphan 141 1428390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] 143P: Paul Gortmaker 144M: p_gortmaker@yahoo.com 145L: netdev@vger.kernel.org 146S: Maintained 147 1489P FILE SYSTEM 149P: Eric Van Hensbergen 150M: ericvh@gmail.com 151P: Ron Minnich 152M: rminnich@sandia.gov 153P: Latchesar Ionkov 154M: lucho@ionkov.net 155L: v9fs-developer@lists.sourceforge.net 156W: http://swik.net/v9fs 157T: git kernel.org:/pub/scm/linux/kernel/ericvh/v9fs.git 158S: Maintained 159 160A2232 SERIAL BOARD DRIVER 161P: Enver Haase 162M: A2232@gmx.net 163L: linux-m68k@lists.linux-m68k.org 164S: Maintained 165 166AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN 167P: David Howells 168M: dhowells@redhat.com 169L: linux-afs@lists.infradead.org 170S: Supported 171 172AIO 173P: Benjamin LaHaise 174M: bcrl@kvack.org 175L: linux-aio@kvack.org 176S: Supported 177 178ABIT UGURU HARDWARE MONITOR DRIVER 179P: Hans de Goede 180M: j.w.r.degoede@hhs.nl 181L: lm-sensors@lm-sensors.org 182S: Maintained 183 184ACENIC DRIVER 185P: Jes Sorensen 186M: jes@trained-monkey.org 187L: linux-acenic@sunsite.dk 188S: Maintained 189 190IPS SCSI RAID DRIVER 191P: Adaptec OEM Raid Solutions 192M: aacraid@adaptec.com 193L: linux-scsi@vger.kernel.org 194W: http://www.adaptec.com/ 195S: Maintained 196 197DPT_I2O SCSI RAID DRIVER 198P: Adaptec OEM Raid Solutions 199M: aacraid@adaptec.com 200L: linux-scsi@vger.kernel.org 201W: http://www.adaptec.com/ 202S: Maintained 203 204AACRAID SCSI RAID DRIVER 205P: Adaptec OEM Raid Solutions 206M: aacraid@adaptec.com 207L: linux-scsi@vger.kernel.org 208W: http://www.adaptec.com/ 209S: Supported 210 211ACER WMI LAPTOP EXTRAS 212P: Carlos Corbacho 213M: carlos@strangeworlds.co.uk 214L: aceracpi@googlegroups.com (subscribers-only) 215W: http://code.google.com/p/aceracpi 216S: Maintained 217 218ACPI 219P: Andi Kleen 220M: ak@linux.intel.com 221M: lenb@kernel.org 222L: linux-acpi@vger.kernel.org 223W: http://www.lesswatts.org/projects/acpi/ 224T: git kernel.org:/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git 225S: Supported 226 227ACPI BATTERY DRIVERS 228P: Alexey Starikovskiy 229M: astarikovskiy@suse.de 230L: linux-acpi@vger.kernel.org 231W: http://www.lesswatts.org/projects/acpi/ 232S: Supported 233 234ACPI EC DRIVER 235P: Alexey Starikovskiy 236M: astarikovskiy@suse.de 237L: linux-acpi@vger.kernel.org 238W: http://www.lesswatts.org/projects/acpi/ 239S: Supported 240 241ACPI FAN DRIVER 242P: Zhang Rui 243M: rui.zhang@intel.com 244L: linux-acpi@vger.kernel.org 245W: http://www.lesswatts.org/projects/acpi/ 246S: Supported 247 248ACPI PCI HOTPLUG DRIVER 249P: Kristen Carlson Accardi 250M: kristen.c.accardi@intel.com 251L: linux-pci@vger.kernel.org 252S: Supported 253 254ACPI THERMAL DRIVER 255P: Zhang Rui 256M: rui.zhang@intel.com 257L: linux-acpi@vger.kernel.org 258W: http://www.lesswatts.org/projects/acpi/ 259S: Supported 260 261ACPI VIDEO DRIVER 262P: Zhang Rui 263M: rui.zhang@intel.com 264L: linux-acpi@vger.kernel.org 265W: http://www.lesswatts.org/projects/acpi/ 266S: Supported 267 268ACPI WMI DRIVER 269P: Carlos Corbacho 270M: carlos@strangeworlds.co.uk 271L: linux-acpi@vger.kernel.org 272W: http://www.lesswatts.org/projects/acpi/ 273S: Maintained 274 275AD1889 ALSA SOUND DRIVER 276P: Kyle McMartin 277M: kyle@mcmartin.ca 278P: Thibaut Varene 279M: T-Bone@parisc-linux.org 280W: http://wiki.parisc-linux.org/AD1889 281L: linux-parisc@vger.kernel.org 282S: Maintained 283 284ADM1025 HARDWARE MONITOR DRIVER 285P: Jean Delvare 286M: khali@linux-fr.org 287L: lm-sensors@lm-sensors.org 288S: Maintained 289 290ADM1029 HARDWARE MONITOR DRIVER 291P: Corentin Labbe 292M: corentin.labbe@geomatys.fr 293L: lm-sensors@lm-sensors.org 294S: Maintained 295 296ADM8211 WIRELESS DRIVER 297P: Michael Wu 298M: flamingice@sourmilk.net 299L: linux-wireless@vger.kernel.org 300W: http://linuxwireless.org/ 301T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 302S: Maintained 303 304ADT746X FAN DRIVER 305P: Colin Leroy 306M: colin@colino.net 307S: Maintained 308 309ADVANSYS SCSI DRIVER 310P: Matthew Wilcox 311M: matthew@wil.cx 312L: linux-scsi@vger.kernel.org 313S: Maintained 314 315AEDSP16 DRIVER 316P: Riccardo Facchetti 317M: fizban@tin.it 318S: Maintained 319 320AFFS FILE SYSTEM 321P: Roman Zippel 322M: zippel@linux-m68k.org 323S: Maintained 324 325AGPGART DRIVER 326P: David Airlie 327M: airlied@linux.ie 328T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git 329S: Maintained 330 331AHA152X SCSI DRIVER 332P: Juergen E. Fischer 333M: Juergen Fischer <fischer@norbit.de> 334L: linux-scsi@vger.kernel.org 335S: Maintained 336 337AIC7XXX / AIC79XX SCSI DRIVER 338P: Hannes Reinecke 339M: hare@suse.de 340L: linux-scsi@vger.kernel.org 341S: Maintained 342 343ALCATEL SPEEDTOUCH USB DRIVER 344P: Duncan Sands 345M: duncan.sands@free.fr 346L: linux-usb@vger.kernel.org 347W: http://www.linux-usb.org/SpeedTouch/ 348S: Maintained 349 350ALCHEMY AU1XX0 MMC DRIVER 351P: Manuel Lauss 352M: manuel.lauss@gmail.com 353S: Maintained 354 355ALI1563 I2C DRIVER 356P: Rudolf Marek 357M: r.marek@assembler.cz 358L: i2c@lm-sensors.org 359S: Maintained 360 361ALPHA PORT 362P: Richard Henderson 363M: rth@twiddle.net 364S: Odd Fixes for 2.4; Maintained for 2.6. 365P: Ivan Kokshaysky 366M: ink@jurassic.park.msu.ru 367S: Maintained for 2.4; PCI support for 2.6. 368 369AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER 370P: Thomas Dahlmann 371M: thomas.dahlmann@amd.com 372L: linux-geode@lists.infradead.org (moderated for non-subscribers) 373S: Supported 374 375AMD GEODE PROCESSOR/CHIPSET SUPPORT 376P: Jordan Crouse 377L: linux-geode@lists.infradead.org (moderated for non-subscribers) 378W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html 379S: Supported 380 381AMD IOMMU (AMD-VI) 382P: Joerg Roedel 383M: joerg.roedel@amd.com 384L: iommu@lists.linux-foundation.org 385S: Supported 386 387AMS (Apple Motion Sensor) DRIVER 388P: Stelian Pop 389M: stelian@popies.net 390P: Michael Hanselmann 391M: linux-kernel@hansmi.ch 392S: Supported 393 394AMSO1100 RNIC DRIVER 395P: Tom Tucker 396M: tom@opengridcomputing.com 397P: Steve Wise 398M: swise@opengridcomputing.com 399L: general@lists.openfabrics.org 400S: Maintained 401 402AOA (Apple Onboard Audio) ALSA DRIVER 403P: Johannes Berg 404M: johannes@sipsolutions.net 405L: linuxppc-dev@ozlabs.org 406L: alsa-devel@alsa-project.org (subscribers-only) 407S: Maintained 408 409APM DRIVER 410P: Stephen Rothwell 411M: sfr@canb.auug.org.au 412L: linux-laptop@vger.kernel.org 413W: http://www.canb.auug.org.au/~sfr/ 414S: Supported 415 416APPLE SMC DRIVER 417P: Nicolas Boichat 418M: nicolas@boichat.ch 419L: mactel-linux-devel@lists.sourceforge.net 420S: Maintained 421 422APPLETALK NETWORK LAYER 423P: Arnaldo Carvalho de Melo 424M: acme@ghostprotocols.net 425S: Maintained 426 427APPLETOUCH TOUCHPAD DRIVER 428P: Johannes Berg 429M: johannes@sipsolutions.net 430L: linux-input@vger.kernel.org 431S: Maintained 432 433ARC FRAMEBUFFER DRIVER 434P: Jaya Kumar 435M: jayalk@intworks.biz 436S: Maintained 437 438ARM MFM AND FLOPPY DRIVERS 439P: Ian Molton 440M: spyro@f2s.com 441S: Maintained 442 443ARM PRIMECELL MMCI PL180/1 DRIVER 444S: Orphan 445 446ARM/ADI ROADRUNNER MACHINE SUPPORT 447P: Lennert Buytenhek 448M: kernel@wantstofly.org 449L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 450S: Maintained 451 452ARM/ADS SPHERE MACHINE SUPPORT 453P: Lennert Buytenhek 454M: kernel@wantstofly.org 455L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 456S: Maintained 457 458ARM/AJECO 1ARM MACHINE SUPPORT 459P: Lennert Buytenhek 460M: kernel@wantstofly.org 461L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 462S: Maintained 463 464ARM/ATMEL AT91RM9200 ARM ARCHITECTURE 465P: Andrew Victor 466M: linux@maxim.org.za 467L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 468W: http://maxim.org.za/at91_26.html 469S: Maintained 470 471ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE 472P: Lennert Buytenhek 473M: kernel@wantstofly.org 474L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 475S: Maintained 476 477ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT 478P: Lennert Buytenhek 479M: kernel@wantstofly.org 480L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 481S: Maintained 482 483ARM/COMPULAB CM-X270/EM-X270 MACHINE SUPPORT 484P: Mike Rapoport 485M: mike@compulab.co.il 486L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 487S: Maintained 488 489ARM/CORGI MACHINE SUPPORT 490P: Richard Purdie 491M: rpurdie@rpsys.net 492S: Maintained 493 494ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) 495P: Daniel Ribeiro 496M: drwyrm@gmail.com 497P: Stefan Schmidt 498M: stefan@openezx.org 499P: Harald Welte 500M: laforge@openezx.org 501L: openezx-devel@lists.openezx.org (subscribers-only) 502W: http://www.openezx.org/ 503S: Maintained 504 505ARM/GLOMATION GESBC9312SX MACHINE SUPPORT 506P: Lennert Buytenhek 507M: kernel@wantstofly.org 508L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 509S: Maintained 510 511ARM/GUMSTIX MACHINE SUPPORT 512P: Steve Sakoman 513M: sakoman@gmail.com 514L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 515S: Maintained 516 517ARM/HP JORNADA 7XX MACHINE SUPPORT 518P: Kristoffer Ericson 519M: kristoffer.ericson@gmail.com 520W: www.jlime.com 521S: Maintained 522 523ARM/INTEL IOP32X ARM ARCHITECTURE 524P: Lennert Buytenhek 525M: kernel@wantstofly.org 526P: Dan Williams 527M: dan.j.williams@intel.com 528L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 529S: Supported 530 531ARM/INTEL IOP33X ARM ARCHITECTURE 532P: Dan Williams 533M: dan.j.williams@intel.com 534L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 535S: Supported 536 537ARM/INTEL IOP13XX ARM ARCHITECTURE 538P: Lennert Buytenhek 539M: kernel@wantstofly.org 540P: Dan Williams 541M: dan.j.williams@intel.com 542L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 543S: Supported 544 545ARM/INTEL IQ81342EX MACHINE SUPPORT 546P: Lennert Buytenhek 547M: kernel@wantstofly.org 548P: Dan Williams 549M: dan.j.williams@intel.com 550L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 551S: Supported 552 553ARM/INTEL IXP2000 ARM ARCHITECTURE 554P: Lennert Buytenhek 555M: kernel@wantstofly.org 556L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 557S: Maintained 558 559ARM/INTEL IXDP2850 MACHINE SUPPORT 560P: Lennert Buytenhek 561M: kernel@wantstofly.org 562L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 563S: Maintained 564 565ARM/INTEL IXP23XX ARM ARCHITECTURE 566P: Lennert Buytenhek 567M: kernel@wantstofly.org 568L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 569S: Maintained 570 571ARM/INTEL XSC3 (MANZANO) ARM CORE 572P: Lennert Buytenhek 573M: kernel@wantstofly.org 574P: Dan Williams 575M: dan.j.williams@intel.com 576L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 577S: Supported 578 579ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT 580P: Lennert Buytenhek 581M: kernel@wantstofly.org 582L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 583S: Maintained 584 585ARM/LOGICPD PXA270 MACHINE SUPPORT 586P: Lennert Buytenhek 587M: kernel@wantstofly.org 588L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 589S: Maintained 590 591ARM/TOSA MACHINE SUPPORT 592P: Dmitry Baryshkov 593M: dbaryshkov@gmail.com 594P: Dirk Opfer 595M: dirk@opfer-online.de 596S: Maintained 597 598ARM/PALMTX SUPPORT 599P: Marek Vasut 600M: marek.vasut@gmail.com 601W: http://hackndev.com 602S: Maintained 603 604ARM/PLEB SUPPORT 605P: Peter Chubb 606M: pleb@gelato.unsw.edu.au 607W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB 608S: Maintained 609 610ARM/PT DIGITAL BOARD PORT 611P: Stefan Eletzhofer 612M: stefan.eletzhofer@eletztrick.de 613L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 614W: http://www.arm.linux.org.uk/ 615S: Maintained 616 617ARM/RADISYS ENP2611 MACHINE SUPPORT 618P: Lennert Buytenhek 619M: kernel@wantstofly.org 620L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 621S: Maintained 622 623ARM/SHARK MACHINE SUPPORT 624P: Alexander Schulz 625M: alex@shark-linux.de 626W: http://www.shark-linux.de/shark.html 627S: Maintained 628 629ARM/STRONGARM110 PORT 630P: Russell King 631M: rmk@arm.linux.org.uk 632L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 633W: http://www.arm.linux.org.uk/ 634S: Maintained 635 636ARM/S3C2410 ARM ARCHITECTURE 637P: Ben Dooks 638M: ben-linux@fluff.org 639L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 640W: http://www.fluff.org/ben/linux/ 641S: Maintained 642 643ARM/S3C2440 ARM ARCHITECTURE 644P: Ben Dooks 645M: ben-linux@fluff.org 646L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 647W: http://www.fluff.org/ben/linux/ 648S: Maintained 649 650ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT 651P: Lennert Buytenhek 652M: kernel@wantstofly.org 653L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 654S: Maintained 655 656ARM/THECUS N2100 MACHINE SUPPORT 657P: Lennert Buytenhek 658M: kernel@wantstofly.org 659L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 660S: Maintained 661 662ARPD SUPPORT 663P: Jonathan Layes 664L: netdev@vger.kernel.org 665S: Maintained 666 667ASUS ACPI EXTRAS DRIVER 668P: Corentin Chary 669M: corentincj@iksaif.net 670P: Karol Kozimor 671M: sziwan@users.sourceforge.net 672L: acpi4asus-user@lists.sourceforge.net 673W: http://sourceforge.net/projects/acpi4asus 674W: http://xf.iksaif.net/acpi4asus 675S: Maintained 676 677ASUS ASB100 HARDWARE MONITOR DRIVER 678P: Mark M. Hoffman 679M: mhoffman@lightlink.com 680L: lm-sensors@lm-sensors.org 681S: Maintained 682 683ASUS LAPTOP EXTRAS DRIVER 684P: Corentin Chary 685M: corentincj@iksaif.net 686L: acpi4asus-user@lists.sourceforge.net 687W: http://sourceforge.net/projects/acpi4asus 688W: http://xf.iksaif.net/acpi4asus 689S: Maintained 690 691ASYNCHRONOUS TRANSFERS/TRANSFORMS API 692P: Dan Williams 693M: dan.j.williams@intel.com 694P: Maciej Sosnowski 695M: maciej.sosnowski@intel.com 696L: linux-kernel@vger.kernel.org 697W: http://sourceforge.net/projects/xscaleiop 698S: Supported 699 700ATA OVER ETHERNET DRIVER 701P: Ed L. Cashin 702M: ecashin@coraid.com 703W: http://www.coraid.com/support/linux 704S: Supported 705 706ATHEROS ATH5K WIRELESS DRIVER 707P: Jiri Slaby 708M: jirislaby@gmail.com 709P: Nick Kossifidis 710M: mickflemm@gmail.com 711P: Luis R. Rodriguez 712M: mcgrof@gmail.com 713L: linux-wireless@vger.kernel.org 714L: ath5k-devel@lists.ath5k.org 715S: Maintained 716 717ATI_REMOTE2 DRIVER 718P: Ville Syrjala 719M: syrjala@sci.fi 720S: Maintained 721 722ATL1 ETHERNET DRIVER 723P: Jay Cliburn 724M: jcliburn@gmail.com 725P: Chris Snook 726M: csnook@redhat.com 727L: atl1-devel@lists.sourceforge.net 728W: http://sourceforge.net/projects/atl1 729W: http://atl1.sourceforge.net 730S: Maintained 731 732ATM 733P: Chas Williams 734M: chas@cmf.nrl.navy.mil 735L: linux-atm-general@lists.sourceforge.net (subscribers-only) 736W: http://linux-atm.sourceforge.net 737S: Maintained 738 739ATMEL AT91 MCI DRIVER 740P: Nicolas Ferre 741M: nicolas.ferre@atmel.com 742L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 743W: http://www.atmel.com/products/AT91/ 744W: http://www.at91.com/ 745S: Maintained 746 747ATMEL AT91 / AT32 SERIAL DRIVER 748P: Haavard Skinnemoen 749M: hskinnemoen@atmel.com 750L: linux-kernel@vger.kernel.org 751S: Supported 752 753ATMEL LCDFB DRIVER 754P: Nicolas Ferre 755M: nicolas.ferre@atmel.com 756L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 757S: Maintained 758 759ATMEL MACB ETHERNET DRIVER 760P: Haavard Skinnemoen 761M: hskinnemoen@atmel.com 762S: Supported 763 764ATMEL SPI DRIVER 765P: Haavard Skinnemoen 766M: hskinnemoen@atmel.com 767S: Supported 768 769ATMEL USBA UDC DRIVER 770P: Haavard Skinnemoen 771M: hskinnemoen@atmel.com 772L: kernel@avr32linux.org 773W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver 774S: Supported 775 776ATMEL WIRELESS DRIVER 777P: Simon Kelley 778M: simon@thekelleys.org.uk 779L: linux-wireless@vger.kernel.org 780W: http://www.thekelleys.org.uk/atmel 781W: http://atmelwlandriver.sourceforge.net/ 782S: Maintained 783 784AUDIT SUBSYSTEM 785P: Al Viro 786M: viro@zeniv.linux.org.uk 787P: Eric Paris 788M: eparis@redhat.com 789L: linux-audit@redhat.com (subscribers-only) 790W: http://people.redhat.com/sgrubb/audit/ 791T: git git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git 792S: Maintained 793 794AUXILIARY DISPLAY DRIVERS 795P: Miguel Ojeda Sandonis 796M: miguel.ojeda.sandonis@gmail.com 797L: linux-kernel@vger.kernel.org 798W: http://miguelojeda.es/auxdisplay.htm 799W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 800S: Maintained 801 802AVR32 ARCHITECTURE 803P: Haavard Skinnemoen 804M: hskinnemoen@atmel.com 805W: http://www.atmel.com/products/AVR32/ 806W: http://avr32linux.org/ 807W: http://avrfreaks.net/ 808S: Supported 809 810AVR32/AT32AP MACHINE SUPPORT 811P: Haavard Skinnemoen 812M: hskinnemoen@atmel.com 813S: Supported 814 815AX.25 NETWORK LAYER 816P: Ralf Baechle 817M: ralf@linux-mips.org 818L: linux-hams@vger.kernel.org 819W: http://www.linux-ax25.org/ 820S: Maintained 821 822BACKLIGHT CLASS/SUBSYSTEM 823P: Richard Purdie 824M: rpurdie@rpsys.net 825S: Maintained 826 827BLACKFIN ARCHITECTURE 828P: Bryan Wu 829M: cooloney@kernel.org 830L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) 831W: http://blackfin.uclinux.org 832S: Supported 833 834BLACKFIN EMAC DRIVER 835P: Bryan Wu 836M: cooloney@kernel.org 837L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) 838W: http://blackfin.uclinux.org 839S: Supported 840 841BLACKFIN RTC DRIVER 842P: Mike Frysinger 843M: vapier.adi@gmail.com 844L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) 845W: http://blackfin.uclinux.org 846S: Supported 847 848BLACKFIN SERIAL DRIVER 849P: Sonic Zhang 850M: sonic.zhang@analog.com 851L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) 852W: http://blackfin.uclinux.org 853S: Supported 854 855BLACKFIN WATCHDOG DRIVER 856P: Mike Frysinger 857M: vapier.adi@gmail.com 858L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) 859W: http://blackfin.uclinux.org 860S: Supported 861 862BAYCOM/HDLCDRV DRIVERS FOR AX.25 863P: Thomas Sailer 864M: t.sailer@alumni.ethz.ch 865L: linux-hams@vger.kernel.org 866W: http://www.baycom.org/~tom/ham/ham.html 867S: Maintained 868 869B43 WIRELESS DRIVER 870P: Michael Buesch 871M: mb@bu3sch.de 872P: Stefano Brivio 873M: stefano.brivio@polimi.it 874L: linux-wireless@vger.kernel.org 875W: http://linuxwireless.org/en/users/Drivers/b43 876S: Maintained 877 878B43LEGACY WIRELESS DRIVER 879P: Larry Finger 880M: Larry.Finger@lwfinger.net 881P: Stefano Brivio 882M: stefano.brivio@polimi.it 883L: linux-wireless@vger.kernel.org 884W: http://linuxwireless.org/en/users/Drivers/b43 885S: Maintained 886 887BEFS FILE SYSTEM 888P: Sergey S. Kostyliov 889M: rathamahata@php4.ru 890L: linux-kernel@vger.kernel.org 891S: Maintained 892 893BFS FILE SYSTEM 894P: Tigran A. Aivazian 895M: tigran@aivazian.fsnet.co.uk 896L: linux-kernel@vger.kernel.org 897S: Maintained 898 899BLACKFIN I2C TWI DRIVER 900P: Sonic Zhang 901M: sonic.zhang@analog.com 902L: uclinux-dist-devel@blackfin.uclinux.org (subscribers-only) 903W: http://blackfin.uclinux.org/ 904S: Supported 905 906BLOCK LAYER 907P: Jens Axboe 908M: axboe@kernel.dk 909L: linux-kernel@vger.kernel.org 910T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git 911S: Maintained 912 913BLOCK2MTD DRIVER 914P: Joern Engel 915M: joern@lazybastard.org 916L: linux-mtd@lists.infradead.org 917S: Maintained 918 919BLUETOOTH SUBSYSTEM 920P: Marcel Holtmann 921M: marcel@holtmann.org 922P: Maxim Krasnyansky 923M: maxk@qualcomm.com 924L: linux-bluetooth@vger.kernel.org 925W: http://bluez.sf.net 926W: http://www.bluez.org 927W: http://www.holtmann.org/linux/bluetooth/ 928T: git kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git 929S: Maintained 930 931BLUETOOTH RFCOMM LAYER 932P: Marcel Holtmann 933M: marcel@holtmann.org 934P: Maxim Krasnyansky 935M: maxk@qualcomm.com 936S: Maintained 937 938BLUETOOTH BNEP LAYER 939P: Marcel Holtmann 940M: marcel@holtmann.org 941P: Maxim Krasnyansky 942M: maxk@qualcomm.com 943S: Maintained 944 945BLUETOOTH CMTP LAYER 946P: Marcel Holtmann 947M: marcel@holtmann.org 948S: Maintained 949 950BLUETOOTH HIDP LAYER 951P: Marcel Holtmann 952M: marcel@holtmann.org 953S: Maintained 954 955BLUETOOTH HCI UART DRIVER 956P: Marcel Holtmann 957M: marcel@holtmann.org 958P: Maxim Krasnyansky 959M: maxk@qualcomm.com 960S: Maintained 961 962BLUETOOTH HCI USB DRIVER 963P: Marcel Holtmann 964M: marcel@holtmann.org 965P: Maxim Krasnyansky 966M: maxk@qualcomm.com 967S: Maintained 968 969BLUETOOTH HCI BCM203X DRIVER 970P: Marcel Holtmann 971M: marcel@holtmann.org 972S: Maintained 973 974BLUETOOTH HCI BPA10X DRIVER 975P: Marcel Holtmann 976M: marcel@holtmann.org 977S: Maintained 978 979BLUETOOTH HCI BFUSB DRIVER 980P: Marcel Holtmann 981M: marcel@holtmann.org 982S: Maintained 983 984BLUETOOTH HCI DTL1 DRIVER 985P: Marcel Holtmann 986M: marcel@holtmann.org 987S: Maintained 988 989BLUETOOTH HCI BLUECARD DRIVER 990P: Marcel Holtmann 991M: marcel@holtmann.org 992S: Maintained 993 994BLUETOOTH HCI BT3C DRIVER 995P: Marcel Holtmann 996M: marcel@holtmann.org 997S: Maintained 998 999BLUETOOTH HCI BTUART DRIVER 1000P: Marcel Holtmann 1001M: marcel@holtmann.org 1002S: Maintained 1003 1004BLUETOOTH HCI VHCI DRIVER 1005P: Maxim Krasnyansky 1006M: maxk@qualcomm.com 1007S: Maintained 1008 1009BONDING DRIVER 1010P: Jay Vosburgh 1011M: fubar@us.ibm.com 1012L: bonding-devel@lists.sourceforge.net 1013W: http://sourceforge.net/projects/bonding/ 1014S: Supported 1015 1016BROADCOM B44 10/100 ETHERNET DRIVER 1017P: Gary Zambrano 1018M: zambrano@broadcom.com 1019L: netdev@vger.kernel.org 1020S: Supported 1021 1022BROADCOM BNX2 GIGABIT ETHERNET DRIVER 1023P: Michael Chan 1024M: mchan@broadcom.com 1025L: netdev@vger.kernel.org 1026S: Supported 1027 1028BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER 1029P: Eilon Greenstein 1030M: eilong@broadcom.com 1031L: netdev@vger.kernel.org 1032S: Supported 1033 1034BROADCOM TG3 GIGABIT ETHERNET DRIVER 1035P: Michael Chan 1036M: mchan@broadcom.com 1037L: netdev@vger.kernel.org 1038S: Supported 1039 1040BSG (block layer generic sg v4 driver) 1041P: FUJITA Tomonori 1042M: fujita.tomonori@lab.ntt.co.jp 1043L: linux-scsi@vger.kernel.org 1044S: Supported 1045 1046BTTV VIDEO4LINUX DRIVER 1047P: Mauro Carvalho Chehab 1048M: mchehab@infradead.org 1049M: v4l-dvb-maintainer@linuxtv.org 1050L: video4linux-list@redhat.com 1051W: http://linuxtv.org 1052T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git 1053S: Maintained 1054 1055CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER 1056P: Jonathan Corbet 1057M: corbet@lwn.net 1058L: video4linux-list@redhat.com 1059S: Maintained 1060 1061CAN NETWORK LAYER 1062P: Urs Thuermann 1063M: urs.thuermann@volkswagen.de 1064P: Oliver Hartkopp 1065M: oliver.hartkopp@volkswagen.de 1066L: socketcan-core@lists.berlios.de (subscribers-only) 1067W: http://developer.berlios.de/projects/socketcan/ 1068S: Maintained 1069 1070CALGARY x86-64 IOMMU 1071P: Muli Ben-Yehuda 1072M: muli@il.ibm.com 1073P: Jon D. Mason 1074M: jdmason@kudzu.us 1075L: linux-kernel@vger.kernel.org 1076L: discuss@x86-64.org 1077S: Maintained 1078 1079CELL BROADBAND ENGINE ARCHITECTURE 1080P: Arnd Bergmann 1081M: arnd@arndb.de 1082L: linuxppc-dev@ozlabs.org 1083L: cbe-oss-dev@ozlabs.org 1084W: http://www.ibm.com/developerworks/power/cell/ 1085S: Supported 1086 1087CFAG12864B LCD DRIVER 1088P: Miguel Ojeda Sandonis 1089M: miguel.ojeda.sandonis@gmail.com 1090L: linux-kernel@vger.kernel.org 1091W: http://miguelojeda.es/auxdisplay.htm 1092W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1093S: Maintained 1094 1095CFAG12864BFB LCD FRAMEBUFFER DRIVER 1096P: Miguel Ojeda Sandonis 1097M: miguel.ojeda.sandonis@gmail.com 1098L: linux-kernel@vger.kernel.org 1099W: http://miguelojeda.es/auxdisplay.htm 1100W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1101S: Maintained 1102 1103CFG80211 and NL80211 1104P: Johannes Berg 1105M: johannes@sipsolutions.net 1106L: linux-wireless@vger.kernel.org 1107S: Maintained 1108 1109CHECKPATCH 1110P: Andy Whitcroft 1111M: apw@shadowen.org 1112P: Randy Dunlap 1113M: rdunlap@xenotime.net 1114P: Joel Schopp 1115M: jschopp@austin.ibm.com 1116S: Supported 1117 1118COMMON INTERNET FILE SYSTEM (CIFS) 1119P: Steve French 1120M: sfrench@samba.org 1121L: linux-cifs-client@lists.samba.org 1122L: samba-technical@lists.samba.org 1123W: http://linux-cifs.samba.org/ 1124T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git 1125S: Supported 1126 1127CONFIGFS 1128P: Joel Becker 1129M: joel.becker@oracle.com 1130L: linux-kernel@vger.kernel.org 1131S: Supported 1132 1133CIRRUS LOGIC EP93XX ETHERNET DRIVER 1134P: Lennert Buytenhek 1135M: kernel@wantstofly.org 1136L: netdev@vger.kernel.org 1137S: Maintained 1138 1139CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER 1140P: Lennert Buytenhek 1141M: kernel@wantstofly.org 1142L: linux-usb@vger.kernel.org 1143S: Maintained 1144 1145CIRRUS LOGIC CS4270 SOUND DRIVER 1146P: Timur Tabi 1147M: timur@freescale.com 1148L: alsa-devel@alsa-project.org 1149S: Supported 1150 1151CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER 1152P: Cirrus Logic Corporation (kernel 2.2 driver) 1153M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com> 1154P: Nils Faerber (port to kernel 2.4) 1155M: Nils Faerber <nils@kernelconcepts.de> 1156S: Maintained 1157 1158CODA FILE SYSTEM 1159P: Jan Harkes 1160M: jaharkes@cs.cmu.edu 1161M: coda@cs.cmu.edu 1162L: codalist@coda.cs.cmu.edu 1163W: http://www.coda.cs.cmu.edu/ 1164S: Maintained 1165 1166COMPACTPCI HOTPLUG CORE 1167P: Scott Murray 1168M: scottm@somanetworks.com 1169M: scott@spiteful.org 1170L: linux-pci@vger.kernel.org 1171S: Supported 1172 1173COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER 1174P: Scott Murray 1175M: scottm@somanetworks.com 1176M: scott@spiteful.org 1177L: linux-pci@vger.kernel.org 1178S: Supported 1179 1180COMPACTPCI HOTPLUG GENERIC DRIVER 1181P: Scott Murray 1182M: scottm@somanetworks.com 1183M: scott@spiteful.org 1184L: linux-pci@vger.kernel.org 1185S: Supported 1186 1187COMPAL LAPTOP SUPPORT 1188P: Cezary Jackiewicz 1189M: cezary.jackiewicz@gmail.com 1190S: Maintained 1191 1192COMPUTONE INTELLIPORT MULTIPORT CARD 1193P: Michael H. Warfield 1194M: mhw@wittsend.com 1195W: http://www.wittsend.com/computone.html 1196S: Maintained 1197 1198CONEXANT ACCESSRUNNER USB DRIVER 1199P: Simon Arlott 1200M: cxacru@fire.lp0.eu 1201L: accessrunner-general@lists.sourceforge.net 1202W: http://accessrunner.sourceforge.net/ 1203S: Maintained 1204 1205CONTROL GROUPS (CGROUPS) 1206P: Paul Menage 1207M: menage@google.com 1208L: containers@lists.linux-foundation.org 1209S: Maintained 1210 1211CORETEMP HARDWARE MONITORING DRIVER 1212P: Rudolf Marek 1213M: r.marek@assembler.cz 1214L: lm-sensors@lm-sensors.org 1215S: Maintained 1216 1217COSA/SRP SYNC SERIAL DRIVER 1218P: Jan "Yenya" Kasprzak 1219M: kas@fi.muni.cz 1220W: http://www.fi.muni.cz/~kas/cosa/ 1221S: Maintained 1222 1223CPU FREQUENCY DRIVERS 1224P: Dave Jones 1225M: davej@codemonkey.org.uk 1226L: cpufreq@lists.linux.org.uk 1227W: http://www.codemonkey.org.uk/projects/cpufreq/ 1228T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git 1229S: Maintained 1230 1231CPUID/MSR DRIVER 1232P: H. Peter Anvin 1233M: hpa@zytor.com 1234S: Maintained 1235 1236CPUSETS 1237P: Paul Jackson 1238P: Paul Menage 1239M: pj@sgi.com 1240M: menage@google.com 1241L: linux-kernel@vger.kernel.org 1242W: http://www.bullopensource.org/cpuset/ 1243W: http://oss.sgi.com/projects/cpusets/ 1244S: Supported 1245 1246CRAMFS FILESYSTEM 1247W: http://sourceforge.net/projects/cramfs/ 1248S: Orphan 1249 1250CRIS PORT 1251P: Mikael Starvik 1252M: starvik@axis.com 1253P: Jesper Nilsson 1254M: jesper.nilsson@axis.com 1255L: dev-etrax@axis.com 1256W: http://developer.axis.com 1257S: Maintained 1258 1259CRYPTO API 1260P: Herbert Xu 1261M: herbert@gondor.apana.org.au 1262P: David S. Miller 1263M: davem@davemloft.net 1264L: linux-crypto@vger.kernel.org 1265T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git 1266S: Maintained 1267 1268CS5535 Audio ALSA driver 1269P: Jaya Kumar 1270M: jayakumar.alsa@gmail.com 1271S: Maintained 1272 1273CX18 VIDEO4LINUX DRIVER 1274P: Hans Verkuil, Andy Walls 1275M: hverkuil@xs4all.nl, awalls@radix.net 1276L: ivtv-devel@ivtvdriver.org 1277L: ivtv-users@ivtvdriver.org 1278L: video4linux-list@redhat.com 1279W: http://linuxtv.org 1280S: Maintained 1281 1282CXGB3 ETHERNET DRIVER (CXGB3) 1283P: Divy Le Ray 1284M: divy@chelsio.com 1285L: netdev@vger.kernel.org 1286W: http://www.chelsio.com 1287S: Supported 1288 1289CXGB3 IWARP RNIC DRIVER (IW_CXGB3) 1290P: Steve Wise 1291M: swise@chelsio.com 1292L: general@lists.openfabrics.org 1293W: http://www.openfabrics.org 1294S: Supported 1295 1296CYBERPRO FB DRIVER 1297P: Russell King 1298M: rmk@arm.linux.org.uk 1299W: http://www.arm.linux.org.uk/ 1300S: Maintained 1301 1302CYBLAFB FRAMEBUFFER DRIVER 1303P: Knut Petersen 1304M: Knut_Petersen@t-online.de 1305L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 1306S: Maintained 1307 1308CYCLADES 2X SYNC CARD DRIVER 1309P: Arnaldo Carvalho de Melo 1310M: acme@ghostprotocols.net 1311W: http://oops.ghostprotocols.net:81/blog 1312S: Maintained 1313 1314CYCLADES ASYNC MUX DRIVER 1315W: http://www.cyclades.com/ 1316S: Orphan 1317 1318CYCLADES PC300 DRIVER 1319W: http://www.cyclades.com/ 1320S: Orphan 1321 1322DAMA SLAVE for AX.25 1323P: Joerg Reuter 1324M: jreuter@yaina.de 1325W: http://yaina.de/jreuter/ 1326W: http://www.qsl.net/dl1bke/ 1327L: linux-hams@vger.kernel.org 1328S: Maintained 1329 1330DC395x SCSI driver 1331P: Oliver Neukum 1332M: oliver@neukum.name 1333P: Ali Akcaagac 1334M: aliakc@web.de 1335P: Jamie Lenehan 1336M: lenehan@twibble.org 1337W: http://twibble.org/dist/dc395x/ 1338L: dc395x@twibble.org 1339L: http://lists.twibble.org/mailman/listinfo/dc395x/ 1340S: Maintained 1341 1342DC390/AM53C974 SCSI driver 1343P: Kurt Garloff 1344M: garloff@suse.de 1345W: http://www.garloff.de/kurt/linux/dc390/ 1346P: Guennadi Liakhovetski 1347M: g.liakhovetski@gmx.de 1348S: Maintained 1349 1350DCCP PROTOCOL 1351P: Arnaldo Carvalho de Melo 1352M: acme@ghostprotocols.net 1353L: dccp@vger.kernel.org 1354W: http://linux-net.osdl.org/index.php/DCCP 1355S: Maintained 1356 1357DECnet NETWORK LAYER 1358P: Christine Caulfield 1359M: christine.caulfield@googlemail.com 1360W: http://linux-decnet.sourceforge.net 1361L: linux-decnet-user@lists.sourceforge.net 1362S: Maintained 1363 1364DEFXX FDDI NETWORK DRIVER 1365P: Maciej W. Rozycki 1366M: macro@linux-mips.org 1367S: Maintained 1368 1369DELL LAPTOP SMM DRIVER 1370P: Massimo Dal Zotto 1371M: dz@debian.org 1372W: http://www.debian.org/~dz/i8k/ 1373S: Maintained 1374 1375DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) 1376P: Doug Warzecha 1377M: Douglas_Warzecha@dell.com 1378S: Maintained 1379 1380DEVICE-MAPPER (LVM) 1381P: Alasdair Kergon 1382L: dm-devel@redhat.com 1383W: http://sources.redhat.com/dm 1384S: Maintained 1385 1386DEVICE NUMBER REGISTRY 1387P: Torben Mathiasen 1388M: device@lanana.org 1389W: http://lanana.org/docs/device-list/index.html 1390L: linux-kernel@vger.kernel.org 1391S: Maintained 1392 1393DIGI INTL. EPCA DRIVER 1394P: Digi International, Inc 1395M: Eng.Linux@digi.com 1396L: Eng.Linux@digi.com 1397W: http://www.digi.com 1398S: Orphaned 1399 1400DIRECTORY NOTIFICATION 1401P: Stephen Rothwell 1402M: sfr@canb.auug.org.au 1403L: linux-kernel@vger.kernel.org 1404S: Supported 1405 1406DISK GEOMETRY AND PARTITION HANDLING 1407P: Andries Brouwer 1408M: aeb@cwi.nl 1409W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html 1410W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html 1411W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html 1412S: Maintained 1413 1414DISKQUOTA: 1415P: Jan Kara 1416M: jack@suse.cz 1417L: linux-kernel@vger.kernel.org 1418S: Maintained 1419 1420DISTRIBUTED LOCK MANAGER 1421P: Christine Caulfield 1422M: ccaulfie@redhat.com 1423P: David Teigland 1424M: teigland@redhat.com 1425L: cluster-devel@redhat.com 1426W: http://sources.redhat.com/cluster/ 1427T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git 1428S: Supported 1429 1430DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER 1431P: Tobias Ringstrom 1432M: tori@unhappy.mine.nu 1433L: netdev@vger.kernel.org 1434S: Maintained 1435 1436DMA GENERIC OFFLOAD ENGINE SUBSYSTEM 1437P: Maciej Sosnowski 1438M: maciej.sosnowski@intel.com 1439P: Dan Williams 1440M: dan.j.williams@intel.com 1441L: linux-kernel@vger.kernel.org 1442S: Supported 1443 1444DME1737 HARDWARE MONITOR DRIVER 1445P: Juerg Haefliger 1446M: juergh@gmail.com 1447L: lm-sensors@lm-sensors.org 1448S: Maintained 1449 1450DOCBOOK FOR DOCUMENTATION 1451P: Randy Dunlap 1452M: rdunlap@xenotime.net 1453S: Maintained 1454 1455DOCKING STATION DRIVER 1456P: Kristen Carlson Accardi 1457M: kristen.c.accardi@intel.com 1458L: linux-acpi@vger.kernel.org 1459S: Supported 1460 1461DOCUMENTATION (/Documentation directory) 1462P: Michael Kerrisk 1463M: mtk.manpages@gmail.com 1464P: Randy Dunlap 1465M: rdunlap@xenotime.net 1466L: linux-doc@vger.kernel.org 1467S: Maintained 1468 1469DOUBLETALK DRIVER 1470P: James R. Van Zandt 1471M: jrv@vanzandt.mv.com 1472L: blinux-list@redhat.com 1473S: Maintained 1474 1475DRIVER CORE, KOBJECTS, AND SYSFS 1476P: Greg Kroah-Hartman 1477M: gregkh@suse.de 1478L: linux-kernel@vger.kernel.org 1479T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 1480S: Supported 1481 1482DRM DRIVERS 1483P: David Airlie 1484M: airlied@linux.ie 1485L: dri-devel@lists.sourceforge.net 1486T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git 1487S: Maintained 1488 1489DSCC4 DRIVER 1490P: Francois Romieu 1491M: romieu@fr.zoreil.com 1492L: netdev@vger.kernel.org 1493S: Maintained 1494 1495DVB SUBSYSTEM AND DRIVERS 1496P: LinuxTV.org Project 1497M: v4l-dvb-maintainer@linuxtv.org 1498L: linux-dvb@linuxtv.org (subscription required) 1499W: http://linuxtv.org/ 1500T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git 1501S: Maintained 1502 1503DZ DECSTATION DZ11 SERIAL DRIVER 1504P: Maciej W. Rozycki 1505M: macro@linux-mips.org 1506S: Maintained 1507 1508EATA-DMA SCSI DRIVER 1509P: Michael Neuffer 1510L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org 1511S: Maintained 1512 1513EATA ISA/EISA/PCI SCSI DRIVER 1514P: Dario Ballabio 1515M: ballabio_dario@emc.com 1516L: linux-scsi@vger.kernel.org 1517S: Maintained 1518 1519EATA-PIO SCSI DRIVER 1520P: Michael Neuffer 1521M: mike@i-Connect.Net 1522L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org 1523S: Maintained 1524 1525EBTABLES 1526P: Bart De Schuymer 1527M: bart.de.schuymer@pandora.be 1528L: ebtables-user@lists.sourceforge.net 1529L: ebtables-devel@lists.sourceforge.net 1530W: http://ebtables.sourceforge.net/ 1531S: Maintained 1532 1533ECRYPT FILE SYSTEM 1534P: Mike Halcrow, Phillip Hellewell 1535M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net 1536L: ecryptfs-devel@lists.sourceforge.net 1537W: http://ecryptfs.sourceforge.net/ 1538S: Supported 1539 1540EDAC-CORE 1541P: Doug Thompson 1542M: dougthompson@xmission.com 1543L: bluesmoke-devel@lists.sourceforge.net 1544W: bluesmoke.sourceforge.net 1545S: Supported 1546 1547EDAC-E752X 1548P: Mark Gross 1549P: Doug Thompson 1550M: mark.gross@intel.com 1551M: dougthompson@xmission.com 1552L: bluesmoke-devel@lists.sourceforge.net 1553W: bluesmoke.sourceforge.net 1554S: Maintained 1555 1556EDAC-E7XXX 1557P: Doug Thompson 1558M: dougthompson@xmission.com 1559L: bluesmoke-devel@lists.sourceforge.net 1560W: bluesmoke.sourceforge.net 1561S: Maintained 1562 1563EDAC-I82443BXGX 1564P: Tim Small 1565M: tim@buttersideup.com 1566L: bluesmoke-devel@lists.sourceforge.net 1567W: bluesmoke.sourceforge.net 1568S: Maintained 1569 1570EDAC-I3000 1571P: Jason Uhlenkott 1572M: juhlenko@akamai.com 1573L: bluesmoke-devel@lists.sourceforge.net 1574W: bluesmoke.sourceforge.net 1575S: Maintained 1576 1577EDAC-I5000 1578P: Doug Thompson 1579M: dougthompson@xmission.com 1580L: bluesmoke-devel@lists.sourceforge.net 1581W: bluesmoke.sourceforge.net 1582S: Maintained 1583 1584EDAC-I82975X 1585P: Ranganathan Desikan 1586P: Arvind R. 1587M: rdesikan@jetzbroadband.com 1588M: arvind@acarlab.com 1589L: bluesmoke-devel@lists.sourceforge.net 1590W: bluesmoke.sourceforge.net 1591S: Maintained 1592 1593EDAC-PASEMI 1594P: Egor Martovetsky 1595M: egor@pasemi.com 1596L: bluesmoke-devel@lists.sourceforge.net 1597W: bluesmoke.sourceforge.net 1598S: Maintained 1599 1600EDAC-R82600 1601P: Tim Small 1602M: tim@buttersideup.com 1603L: bluesmoke-devel@lists.sourceforge.net 1604W: bluesmoke.sourceforge.net 1605S: Maintained 1606 1607EEEPC LAPTOP EXTRAS DRIVER 1608P: Corentin Chary 1609M: corentincj@iksaif.net 1610L: acpi4asus-user@lists.sourceforge.net 1611W: http://sourceforge.net/projects/acpi4asus 1612S: Maintained 1613 1614EEPRO100 NETWORK DRIVER 1615P: Andrey V. Savochkin 1616M: saw@saw.sw.com.sg 1617S: Maintained 1618 1619EFS FILESYSTEM 1620W: http://aeschi.ch.eu.org/efs/ 1621S: Orphan 1622 1623EHCA (IBM GX bus InfiniBand adapter) DRIVER: 1624P: Hoang-Nam Nguyen 1625M: hnguyen@de.ibm.com 1626P: Christoph Raisch 1627M: raisch@de.ibm.com 1628L: general@lists.openfabrics.org 1629S: Supported 1630 1631EMBEDDED LINUX 1632P: Paul Gortmaker 1633M: paul.gortmaker@windriver.com 1634P David Woodhouse 1635M: dwmw2@infradead.org 1636L: linux-embedded@vger.kernel.org 1637S: Maintained 1638 1639EMULEX LPFC FC SCSI DRIVER 1640P: James Smart 1641M: james.smart@emulex.com 1642L: linux-scsi@vger.kernel.org 1643W: http://sourceforge.net/projects/lpfcxxxx 1644S: Supported 1645 1646EPSON 1355 FRAMEBUFFER DRIVER 1647P: Christopher Hoover 1648M: ch@murgatroid.com, ch@hpl.hp.com 1649S: Maintained 1650 1651ETHEREXPRESS-16 NETWORK DRIVER 1652P: Philip Blundell 1653M: philb@gnu.org 1654L: netdev@vger.kernel.org 1655S: Maintained 1656 1657ETHERNET BRIDGE 1658P: Stephen Hemminger 1659M: shemminger@linux-foundation.org 1660L: bridge@lists.linux-foundation.org 1661W: http://www.linux-foundation.org/en/Net:Bridge 1662S: Maintained 1663 1664ETHERTEAM 16I DRIVER 1665P: Mika Kuoppala 1666M: miku@iki.fi 1667S: Maintained 1668 1669EXT2 FILE SYSTEM 1670L: linux-ext4@vger.kernel.org 1671S: Maintained 1672 1673EXT3 FILE SYSTEM 1674P: Stephen Tweedie, Andrew Morton 1675M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com 1676L: linux-ext4@vger.kernel.org 1677S: Maintained 1678 1679EXT4 FILE SYSTEM 1680P: Stephen Tweedie, Andrew Morton 1681M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com 1682L: linux-ext4@vger.kernel.org 1683S: Maintained 1684 1685F71805F HARDWARE MONITORING DRIVER 1686P: Jean Delvare 1687M: khali@linux-fr.org 1688L: lm-sensors@lm-sensors.org 1689S: Maintained 1690 1691FARSYNC SYNCHRONOUS DRIVER 1692P: Kevin Curtis 1693M: kevin.curtis@farsite.co.uk 1694W: http://www.farsite.co.uk/ 1695S: Supported 1696 1697FAULT INJECTION SUPPORT 1698P: Akinobu Mita 1699M: akinobu.mita@gmail.com 1700S: Supported 1701 1702FRAMEBUFFER LAYER 1703P: Antonino Daplas 1704M: adaplas@gmail.com 1705L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 1706W: http://linux-fbdev.sourceforge.net/ 1707S: Maintained 1708 1709FREESCALE DMA DRIVER 1710P: Li Yang 1711M: leoli@freescale.com 1712P: Zhang Wei 1713M: zw@zh-kernel.org 1714L: linuxppc-embedded@ozlabs.org 1715L: linux-kernel@vger.kernel.org 1716S: Maintained 1717 1718FREESCALE I2C CPM DRIVER 1719P: Jochen Friedrich 1720M: jochen@scram.de 1721L: linuxppc-dev@ozlabs.org 1722L: i2c@lm-sensors.org 1723S: Maintained 1724 1725FREESCALE SOC FS_ENET DRIVER 1726P: Pantelis Antoniou 1727M: pantelis.antoniou@gmail.com 1728P: Vitaly Bordug 1729M: vbordug@ru.mvista.com 1730L: linuxppc-dev@ozlabs.org 1731L: netdev@vger.kernel.org 1732S: Maintained 1733 1734FREESCALE QUICC ENGINE LIBRARY 1735P: Timur Tabi 1736M: timur@freescale.com 1737L: linuxppc-dev@ozlabs.org 1738S: Supported 1739 1740FREESCALE HIGHSPEED USB DEVICE DRIVER 1741P: Li Yang 1742M: leoli@freescale.com 1743L: linux-usb@vger.kernel.org 1744L: linuxppc-dev@ozlabs.org 1745S: Maintained 1746 1747FREESCALE QUICC ENGINE UCC ETHERNET DRIVER 1748P: Li Yang 1749M: leoli@freescale.com 1750L: netdev@vger.kernel.org 1751L: linuxppc-dev@ozlabs.org 1752S: Maintained 1753 1754FREESCALE QUICC ENGINE UCC UART DRIVER 1755P: Timur Tabi 1756M: timur@freescale.com 1757L: linuxppc-dev@ozlabs.org 1758S: Supported 1759 1760FREESCALE SOC SOUND DRIVERS 1761P: Timur Tabi 1762M: timur@freescale.com 1763L: alsa-devel@alsa-project.org 1764L: linuxppc-dev@ozlabs.org 1765S: Supported 1766 1767FILE LOCKING (flock() and fcntl()/lockf()) 1768P: Matthew Wilcox 1769M: matthew@wil.cx 1770L: linux-fsdevel@vger.kernel.org 1771S: Maintained 1772 1773FILESYSTEMS (VFS and infrastructure) 1774P: Alexander Viro 1775M: viro@zeniv.linux.org.uk 1776L: linux-fsdevel@vger.kernel.org 1777S: Maintained 1778 1779FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>) 1780P: Kristian Hoegsberg, Stefan Richter 1781M: krh@redhat.com, stefanr@s5r6.in-berlin.de 1782L: linux1394-devel@lists.sourceforge.net 1783W: http://www.linux1394.org/ 1784T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 1785S: Maintained 1786 1787FIRMWARE LOADER (request_firmware) 1788L: linux-kernel@vger.kernel.org 1789S: Orphan 1790 1791FPU EMULATOR 1792P: Bill Metzenthen 1793M: billm@suburbia.net 1794W: http://suburbia.net/~billm/floating-point/emulator/ 1795S: Maintained 1796 1797FRAME RELAY DLCI/FRAD (Sangoma drivers too) 1798P: Mike McLagan 1799M: mike.mclagan@linux.org 1800L: netdev@vger.kernel.org 1801S: Maintained 1802 1803FREEVXFS FILESYSTEM 1804P: Christoph Hellwig 1805M: hch@infradead.org 1806W: ftp://ftp.openlinux.org/pub/people/hch/vxfs 1807S: Maintained 1808 1809FTRACE 1810P: Steven Rostedt 1811M: srostedt@redhat.com 1812S: Maintained 1813 1814FUJITSU FR-V (FRV) PORT 1815P: David Howells 1816M: dhowells@redhat.com 1817S: Maintained 1818 1819FUJITSU LAPTOP EXTRAS 1820P: Jonathan Woithe 1821M: jwoithe@physics.adelaide.edu.au 1822L: linux-acpi@vger.kernel.org 1823S: Maintained 1824 1825FUSE: FILESYSTEM IN USERSPACE 1826P: Miklos Szeredi 1827M: miklos@szeredi.hu 1828L: fuse-devel@lists.sourceforge.net 1829W: http://fuse.sourceforge.net/ 1830S: Maintained 1831 1832FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) 1833P: Rik Faith 1834M: faith@cs.unc.edu 1835L: linux-scsi@vger.kernel.org 1836S: Odd fixes (e.g., new signatures) 1837 1838GDT SCSI DISK ARRAY CONTROLLER DRIVER 1839P: Achim Leubner 1840M: achim_leubner@adaptec.com 1841L: linux-scsi@vger.kernel.org 1842W: http://www.icp-vortex.com/ 1843S: Supported 1844 1845GENERIC GPIO I2C DRIVER 1846P: Haavard Skinnemoen 1847M: hskinnemoen@atmel.com 1848S: Supported 1849 1850GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS 1851P: Krzysztof Halasa 1852M: khc@pm.waw.pl 1853W: http://www.kernel.org/pub/linux/utils/net/hdlc/ 1854S: Maintained 1855 1856GFS2 FILE SYSTEM 1857P: Steven Whitehouse 1858M: swhiteho@redhat.com 1859L: cluster-devel@redhat.com 1860W: http://sources.redhat.com/cluster/ 1861T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git 1862T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git 1863S: Supported 1864 1865GIGASET ISDN DRIVERS 1866P: Hansjoerg Lipp 1867M: hjlipp@web.de 1868P: Tilman Schmidt 1869M: tilman@imap.cc 1870L: gigaset307x-common@lists.sourceforge.net 1871W: http://gigaset307x.sourceforge.net/ 1872S: Maintained 1873 1874HARDWARE MONITORING 1875P: Mark M. Hoffman 1876M: mhoffman@lightlink.com 1877L: lm-sensors@lm-sensors.org 1878W: http://www.lm-sensors.org/ 1879T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing 1880T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release 1881S: Maintained 1882 1883HARDWARE RANDOM NUMBER GENERATOR CORE 1884S: Orphaned 1885 1886HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER 1887P: Robert Love 1888M: rlove@rlove.org 1889M: linux-kernel@vger.kernel.org 1890W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/ 1891S: Maintained 1892 1893HARMONY SOUND DRIVER 1894P: Kyle McMartin 1895M: kyle@mcmartin.ca 1896L: linux-parisc@vger.kernel.org 1897S: Maintained 1898 1899HAYES ESP SERIAL DRIVER 1900P: Andrew J. Robinson 1901M: arobinso@nyx.net 1902L: linux-kernel@vger.kernel.org 1903W: http://www.nyx.net/~arobinso 1904S: Maintained 1905 1906HFS FILESYSTEM 1907P: Roman Zippel 1908M: zippel@linux-m68k.org 1909L: linux-kernel@vger.kernel.org 1910S: Maintained 1911 1912HGA FRAMEBUFFER DRIVER 1913P: Ferenc Bakonyi 1914M: fero@drama.obuda.kando.hu 1915L: linux-nvidia@lists.surfsouth.com 1916W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml 1917S: Maintained 1918 1919HID CORE LAYER 1920P: Jiri Kosina 1921M: jkosina@suse.cz 1922L: linux-input@vger.kernel.org 1923T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git 1924S: Maintained 1925 1926HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS 1927P: Thomas Gleixner 1928M: tglx@linutronix.de 1929L: linux-kernel@vger.kernel.org 1930S: Maintained 1931 1932HIGH-SPEED SCC DRIVER FOR AX.25 1933P: Klaus Kudielka 1934M: klaus.kudielka@ieee.org 1935L: linux-hams@vger.kernel.org 1936W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ 1937S: Maintained 1938 1939HIGHPOINT ROCKETRAID 3xxx RAID DRIVER 1940P: HighPoint Linux Team 1941M: linux@highpoint-tech.com 1942W: http://www.highpoint-tech.com 1943S: Supported 1944 1945HIPPI 1946P: Jes Sorensen 1947M: jes@trained-monkey.org 1948L: linux-hippi@sunsite.dk 1949S: Maintained 1950 1951HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA 1952P: Chirag Kantharia 1953M: chirag.kantharia@hp.com 1954L: iss_storagedev@hp.com 1955S: Maintained 1956 1957HEWLETT-PACKARD SMART2 RAID DRIVER 1958P: Chirag Kantharia 1959M: chirag.kantharia@hp.com 1960L: iss_storagedev@hp.com 1961S: Maintained 1962 1963HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) 1964P: Mike Miller 1965M: mike.miller@hp.com 1966L: iss_storagedev@hp.com 1967S: Supported 1968 1969HOST AP DRIVER 1970P: Jouni Malinen 1971M: j@w1.fi 1972L: hostap@shmoo.com (subscribers-only) 1973L: linux-wireless@vger.kernel.org 1974W: http://hostap.epitest.fi/ 1975S: Maintained 1976 1977HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series 1978P: Jaroslav Kysela 1979M: perex@perex.cz 1980S: Maintained 1981 1982HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER 1983P: Carlos Corbacho 1984M: carlos@strangeworlds.co.uk 1985S: Odd Fixes 1986 1987HPET: High Precision Event Timers driver (hpet.c) 1988P: Clemens Ladisch 1989M: clemens@ladisch.de 1990S: Maintained 1991 1992HPET: i386 1993P: Venkatesh Pallipadi (Venki) 1994M: venkatesh.pallipadi@intel.com 1995S: Maintained 1996 1997HPET: x86_64 1998P: Vojtech Pavlik 1999M: vojtech@suse.cz 2000S: Maintained 2001 2002HPET: ACPI hpet.c 2003P: Bob Picco 2004M: bob.picco@hp.com 2005S: Maintained 2006 2007HPFS FILESYSTEM 2008P: Mikulas Patocka 2009M: mikulas@artax.karlin.mff.cuni.cz 2010W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi 2011S: Maintained 2012 2013HTCPEN TOUCHSCREEN DRIVER 2014P: Pau Oliva Fora 2015M: pof@eslack.org 2016L: linux-input@vger.kernel.org 2017S: Maintained 2018 2019HUGETLB FILESYSTEM 2020P: William Irwin 2021M: wli@holomorphy.com 2022S: Maintained 2023 2024I2C/SMBUS STUB DRIVER 2025P: Mark M. Hoffman 2026M: mhoffman@lightlink.com 2027L: lm-sensors@lm-sensors.org 2028S: Maintained 2029 2030I2C SUBSYSTEM 2031P: Jean Delvare (PC drivers, core) 2032M: khali@linux-fr.org 2033P: Ben Dooks (embedded platforms) 2034M: ben-linux@fluff.org 2035L: i2c@lm-sensors.org 2036T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/ 2037S: Maintained 2038 2039I2C-TINY-USB DRIVER 2040P: Till Harbaum 2041M: till@harbaum.org 2042L: i2c@lm-sensors.org 2043T: http://www.harbaum.org/till/i2c_tiny_usb 2044S: Maintained 2045 2046i386 BOOT CODE 2047P: H. Peter Anvin 2048M: hpa@zytor.com 2049L: Linux-Kernel@vger.kernel.org 2050S: Maintained 2051 2052i386 SETUP CODE / CPU ERRATA WORKAROUNDS 2053P: H. Peter Anvin 2054M: hpa@zytor.com 2055T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git 2056S: Maintained 2057 2058IA64 (Itanium) PLATFORM 2059P: Tony Luck 2060M: tony.luck@intel.com 2061L: linux-ia64@vger.kernel.org 2062W: http://www.ia64-linux.org/ 2063T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git 2064S: Maintained 2065 2066SN-IA64 (Itanium) SUB-PLATFORM 2067P: Jes Sorensen 2068M: jes@sgi.com 2069L: linux-altix@sgi.com 2070L: linux-ia64@vger.kernel.org 2071W: http://www.sgi.com/altix 2072S: Maintained 2073 2074IBM MCA SCSI SUBSYSTEM DRIVER 2075P: Michael Lang 2076M: langa2@kph.uni-mainz.de 2077W: http://www.uni-mainz.de/~langm000/linux.html 2078S: Maintained 2079 2080IBM Power Linux RAID adapter 2081P: Brian King 2082M: brking@us.ibm.com 2083S: Supported 2084 2085IBM ServeRAID RAID DRIVER 2086P: Jack Hammer 2087P: Dave Jeffery 2088M: ipslinux@adaptec.com 2089W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html 2090S: Supported 2091 2092IDE SUBSYSTEM 2093P: Bartlomiej Zolnierkiewicz 2094M: bzolnier@gmail.com 2095L: linux-ide@vger.kernel.org 2096T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/ 2097S: Maintained 2098 2099IDE/ATAPI CDROM DRIVER 2100P: Borislav Petkov 2101M: petkovbb@gmail.com 2102L: linux-ide@vger.kernel.org 2103S: Maintained 2104 2105IDE/ATAPI FLOPPY DRIVERS 2106P: Paul Bristow 2107M: Paul Bristow <paul@paulbristow.net> 2108W: http://paulbristow.net/linux/idefloppy.html 2109L: linux-kernel@vger.kernel.org 2110S: Maintained 2111 2112IDE/ATAPI TAPE DRIVERS 2113P: Gadi Oxman 2114M: Gadi Oxman <gadio@netvision.net.il> 2115L: linux-kernel@vger.kernel.org 2116S: Maintained 2117 2118IDE-SCSI DRIVER 2119L: linux-ide@vger.kernel.org 2120L: linux-scsi@vger.kernel.org 2121S: Orphan 2122 2123IEEE 1394 SUBSYSTEM (drivers/ieee1394) 2124P: Ben Collins 2125M: ben.collins@ubuntu.com 2126P: Stefan Richter 2127M: stefanr@s5r6.in-berlin.de 2128L: linux1394-devel@lists.sourceforge.net 2129W: http://www.linux1394.org/ 2130T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 2131S: Maintained 2132 2133IEEE 1394 RAW I/O DRIVER (raw1394) 2134P: Dan Dennedy 2135M: dan@dennedy.org 2136P: Stefan Richter 2137M: stefanr@s5r6.in-berlin.de 2138L: linux1394-devel@lists.sourceforge.net 2139S: Maintained 2140 2141IMS TWINTURBO FRAMEBUFFER DRIVER 2142L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2143S: Orphan 2144 2145INFINIBAND SUBSYSTEM 2146P: Roland Dreier 2147M: rolandd@cisco.com 2148P: Sean Hefty 2149M: sean.hefty@intel.com 2150P: Hal Rosenstock 2151M: hal.rosenstock@gmail.com 2152L: general@lists.openfabrics.org 2153W: http://www.openib.org/ 2154T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git 2155S: Supported 2156 2157INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS 2158P: Dmitry Torokhov 2159M: dmitry.torokhov@gmail.com 2160M: dtor@mail.ru 2161L: linux-input@vger.kernel.org 2162T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git 2163S: Maintained 2164 2165INOTIFY 2166P: John McCutchan 2167M: ttb@tentacle.dhs.org 2168P: Robert Love 2169M: rml@novell.com 2170L: linux-kernel@vger.kernel.org 2171S: Maintained 2172 2173INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 2174P: Sylvain Meyer 2175M: sylvain.meyer@worldonline.fr 2176L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2177S: Maintained 2178 2179INTEL 810/815 FRAMEBUFFER DRIVER 2180P: Antonino Daplas 2181M: adaplas@gmail.com 2182L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2183S: Maintained 2184 2185INTEL IA32 MICROCODE UPDATE SUPPORT 2186P: Tigran Aivazian 2187M: tigran@aivazian.fsnet.co.uk 2188S: Maintained 2189 2190INTEL I/OAT DMA DRIVER 2191P: Maciej Sosnowski 2192M: maciej.sosnowski@intel.com 2193L: linux-kernel@vger.kernel.org 2194S: Supported 2195 2196INTEL IOP-ADMA DMA DRIVER 2197P: Dan Williams 2198M: dan.j.williams@intel.com 2199L: linux-kernel@vger.kernel.org 2200S: Supported 2201 2202INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT 2203P: Deepak Saxena 2204M: dsaxena@plexity.net 2205S: Maintained 2206 2207INTEL IXP2000 ETHERNET DRIVER 2208P: Lennert Buytenhek 2209M: kernel@wantstofly.org 2210L: netdev@vger.kernel.org 2211S: Maintained 2212 2213INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) 2214P: Jeff Kirsher 2215M: jeffrey.t.kirsher@intel.com 2216P: Jesse Brandeburg 2217M: jesse.brandeburg@intel.com 2218P: Bruce Allan 2219M: bruce.w.allan@intel.com 2220P: PJ Waskiewicz 2221M: peter.p.waskiewicz.jr@intel.com 2222P: John Ronciak 2223M: john.ronciak@intel.com 2224L: e1000-devel@lists.sourceforge.net 2225W: http://e1000.sourceforge.net/ 2226S: Supported 2227 2228INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT 2229P: Zhu Yi 2230M: yi.zhu@intel.com 2231P: James Ketrenos 2232M: jketreno@linux.intel.com 2233P: Reinette Chatre 2234M: reinette.chatre@intel.com 2235L: linux-wireless@vger.kernel.org 2236L: ipw2100-devel@lists.sourceforge.net 2237W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel 2238W: http://ipw2100.sourceforge.net 2239S: Supported 2240 2241INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT 2242P: Zhu Yi 2243M: yi.zhu@intel.com 2244P: James Ketrenos 2245M: jketreno@linux.intel.com 2246P: Reinette Chatre 2247M: reinette.chatre@intel.com 2248L: linux-wireless@vger.kernel.org 2249L: ipw2100-devel@lists.sourceforge.net 2250W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel 2251W: http://ipw2200.sourceforge.net 2252S: Supported 2253 2254INTEL WIRELESS WIFI LINK (iwlwifi) 2255P: Zhu Yi 2256M: yi.zhu@intel.com 2257P: Reinette Chatre 2258M: reinette.chatre@intel.com 2259L: linux-wireless@vger.kernel.org 2260L: ipw3945-devel@lists.sourceforge.net 2261W: http://intellinuxwireless.org 2262T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git 2263S: Supported 2264 2265IOC3 ETHERNET DRIVER 2266P: Ralf Baechle 2267M: ralf@linux-mips.org 2268L: linux-mips@linux-mips.org 2269S: Maintained 2270 2271IOC3 SERIAL DRIVER 2272P: Pat Gefre 2273M: pfg@sgi.com 2274L: linux-mips@linux-mips.org 2275S: Maintained 2276 2277IP MASQUERADING: 2278P: Juanjo Ciarlante 2279M: jjciarla@raiz.uncu.edu.ar 2280S: Maintained 2281 2282IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER 2283P: Francois Romieu 2284M: romieu@fr.zoreil.com 2285P: Sorbica Shieh 2286M: sorbica@icplus.com.tw 2287P: Jesse Huang 2288M: jesse@icplus.com.tw 2289L: netdev@vger.kernel.org 2290S: Maintained 2291 2292IPATH DRIVER: 2293P: Ralph Campbell 2294M: infinipath@qlogic.com 2295L: general@lists.openfabrics.org 2296T: git git://git.qlogic.com/ipath-linux-2.6 2297S: Supported 2298 2299IPMI SUBSYSTEM 2300P: Corey Minyard 2301M: minyard@acm.org 2302L: openipmi-developer@lists.sourceforge.net 2303W: http://openipmi.sourceforge.net/ 2304S: Supported 2305 2306IPX NETWORK LAYER 2307P: Arnaldo Carvalho de Melo 2308M: acme@ghostprotocols.net 2309L: netdev@vger.kernel.org 2310S: Maintained 2311 2312IPWIRELES DRIVER 2313P: Jiri Kosina 2314M: jkosina@suse.cz 2315P: David Sterba 2316M: dsterba@suse.cz 2317S: Maintained 2318T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git 2319 2320IRDA SUBSYSTEM 2321P: Samuel Ortiz 2322M: samuel@sortiz.org 2323L: irda-users@lists.sourceforge.net (subscribers-only) 2324W: http://irda.sourceforge.net/ 2325S: Maintained 2326 2327ISCSI 2328P: Mike Christie 2329M: michaelc@cs.wisc.edu 2330L: open-iscsi@googlegroups.com 2331W: www.open-iscsi.org 2332T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git 2333S: Maintained 2334 2335ISAPNP 2336P: Jaroslav Kysela 2337M: perex@perex.cz 2338S: Maintained 2339 2340ISDN SUBSYSTEM 2341P: Karsten Keil 2342M: kkeil@suse.de 2343L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 2344W: http://www.isdn4linux.de 2345T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git 2346S: Maintained 2347 2348ISDN SUBSYSTEM (Eicon active card driver) 2349P: Armin Schindler 2350M: mac@melware.de 2351L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 2352W: http://www.melware.de 2353S: Maintained 2354 2355IVTV VIDEO4LINUX DRIVER 2356P: Hans Verkuil 2357M: hverkuil@xs4all.nl 2358L: ivtv-devel@ivtvdriver.org 2359L: ivtv-users@ivtvdriver.org 2360L: video4linux-list@redhat.com 2361W: http://www.ivtvdriver.org 2362S: Maintained 2363 2364JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) 2365P: David Woodhouse 2366M: dwmw2@infradead.org 2367L: linux-mtd@lists.infradead.org 2368W: http://www.linux-mtd.infradead.org/doc/jffs2.html 2369S: Maintained 2370 2371UBI FILE SYSTEM (UBIFS) 2372P: Artem Bityutskiy 2373M: dedekind@infradead.org 2374P: Adrian Hunter 2375M: ext-adrian.hunter@nokia.com 2376L: linux-mtd@lists.infradead.org 2377T: git git://git.infradead.org/~dedekind/ubifs-2.6.git 2378W: http://www.linux-mtd.infradead.org/doc/ubifs.html 2379S: Maintained 2380 2381JFS FILESYSTEM 2382P: Dave Kleikamp 2383M: shaggy@austin.ibm.com 2384L: jfs-discussion@lists.sourceforge.net 2385W: http://jfs.sourceforge.net/ 2386T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git 2387S: Supported 2388 2389JOURNALLING LAYER FOR BLOCK DEVICES (JBD) 2390P: Stephen Tweedie, Andrew Morton 2391M: sct@redhat.com, akpm@linux-foundation.org 2392L: linux-ext4@vger.kernel.org 2393S: Maintained 2394 2395K8TEMP HARDWARE MONITORING DRIVER 2396P: Rudolf Marek 2397M: r.marek@assembler.cz 2398L: lm-sensors@lm-sensors.org 2399S: Maintained 2400 2401KCONFIG 2402P: Roman Zippel 2403M: zippel@linux-m68k.org 2404L: linux-kbuild@vger.kernel.org 2405S: Maintained 2406 2407KDUMP 2408P: Vivek Goyal 2409M: vgoyal@redhat.com 2410P: Haren Myneni 2411M: hbabu@us.ibm.com 2412L: kexec@lists.infradead.org 2413L: linux-kernel@vger.kernel.org 2414W: http://lse.sourceforge.net/kdump/ 2415S: Maintained 2416 2417KERNEL AUTOMOUNTER (AUTOFS) 2418P: H. Peter Anvin 2419M: hpa@zytor.com 2420L: autofs@linux.kernel.org 2421S: Odd Fixes 2422 2423KERNEL AUTOMOUNTER v4 (AUTOFS4) 2424P: Ian Kent 2425M: raven@themaw.net 2426L: autofs@linux.kernel.org 2427S: Maintained 2428 2429KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*) 2430P: Sam Ravnborg 2431M: sam@ravnborg.org 2432T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git 2433T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git 2434L: linux-kbuild@vger.kernel.org 2435S: Maintained 2436 2437KERNEL JANITORS 2438P: Several 2439L: kernel-janitors@vger.kernel.org 2440W: http://www.kerneljanitors.org/ 2441S: Maintained 2442 2443KERNEL NFSD 2444P: J. Bruce Fields 2445M: bfields@fieldses.org 2446P: Neil Brown 2447M: neilb@suse.de 2448L: linux-nfs@vger.kernel.org 2449W: http://nfs.sourceforge.net/ 2450S: Supported 2451 2452KERNEL VIRTUAL MACHINE (KVM) 2453P: Avi Kivity 2454M: avi@qumranet.com 2455L: kvm@vger.kernel.org 2456W: http://kvm.qumranet.com 2457S: Supported 2458 2459KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC 2460P: Hollis Blanchard 2461M: hollisb@us.ibm.com 2462L: kvm-ppc@vger.kernel.org 2463W: http://kvm.qumranet.com 2464S: Supported 2465 2466KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) 2467P: Anthony Xu 2468M: anthony.xu@intel.com 2469P: Xiantao Zhang 2470M: xiantao.zhang@intel.com 2471L: kvm-ia64@vger.kernel.org 2472W: http://kvm.qumranet.com 2473S: Supported 2474 2475KERNEL VIRTUAL MACHINE for s390 (KVM/s390) 2476P: Carsten Otte 2477M: cotte@de.ibm.com 2478P: Christian Borntraeger 2479M: borntraeger@de.ibm.com 2480M: linux390@de.ibm.com 2481L: linux-s390@vger.kernel.org 2482W: http://www.ibm.com/developerworks/linux/linux390/ 2483S: Supported 2484 2485KEXEC 2486P: Eric Biederman 2487M: ebiederm@xmission.com 2488W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ 2489L: linux-kernel@vger.kernel.org 2490L: kexec@lists.infradead.org 2491S: Maintained 2492 2493KGDB 2494P: Jason Wessel 2495M: jason.wessel@windriver.com 2496L: kgdb-bugreport@lists.sourceforge.net 2497S: Maintained 2498 2499KPROBES 2500P: Ananth N Mavinakayanahalli 2501M: ananth@in.ibm.com 2502P: Anil S Keshavamurthy 2503M: anil.s.keshavamurthy@intel.com 2504P: David S. Miller 2505M: davem@davemloft.net 2506P: Masami Hiramatsu 2507M: mhiramat@redhat.com 2508L: linux-kernel@vger.kernel.org 2509S: Maintained 2510 2511KS0108 LCD CONTROLLER DRIVER 2512P: Miguel Ojeda Sandonis 2513M: miguel.ojeda.sandonis@gmail.com 2514L: linux-kernel@vger.kernel.org 2515W: http://miguelojeda.es/auxdisplay.htm 2516W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 2517S: Maintained 2518 2519LAPB module 2520L: linux-x25@vger.kernel.org 2521S: Orphan 2522 2523LASI 53c700 driver for PARISC 2524P: James E.J. Bottomley 2525M: James.Bottomley@HansenPartnership.com 2526L: linux-scsi@vger.kernel.org 2527S: Maintained 2528 2529LED SUBSYSTEM 2530P: Richard Purdie 2531M: rpurdie@rpsys.net 2532S: Maintained 2533 2534LEGO USB Tower driver 2535P: Juergen Stuber 2536M: starblue@users.sourceforge.net 2537L: legousb-devel@lists.sourceforge.net 2538W: http://legousb.sourceforge.net/ 2539S: Maintained 2540 2541LGUEST 2542P: Rusty Russell 2543M: rusty@rustcorp.com.au 2544L: lguest@ozlabs.org 2545W: http://lguest.ozlabs.org/ 2546S: Maintained 2547 2548LINUX FOR IBM pSERIES (RS/6000) 2549P: Paul Mackerras 2550M: paulus@au.ibm.com 2551W: http://www.ibm.com/linux/ltc/projects/ppc 2552S: Supported 2553 2554LINUX FOR NCR VOYAGER 2555P: James Bottomley 2556M: James.Bottomley@HansenPartnership.com 2557W: http://www.hansenpartnership.com/voyager 2558S: Maintained 2559 2560LINUX FOR POWERPC (32-BIT AND 64-BIT) 2561P: Paul Mackerras 2562M: paulus@samba.org 2563P: Benjamin Herrenschmidt 2564M: benh@kernel.crashing.org 2565W: http://www.penguinppc.org/ 2566L: linuxppc-dev@ozlabs.org 2567T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git 2568S: Supported 2569 2570LINUX FOR POWER MACINTOSH 2571P: Benjamin Herrenschmidt 2572M: benh@kernel.crashing.org 2573W: http://www.penguinppc.org/ 2574L: linuxppc-dev@ozlabs.org 2575S: Maintained 2576 2577LINUX FOR POWERPC EMBEDDED MPC5XXX 2578P: Sylvain Munaut 2579M: tnt@246tNt.com 2580P: Grant Likely 2581M: grant.likely@secretlab.ca 2582L: linuxppc-dev@ozlabs.org 2583S: Maintained 2584 2585LINUX FOR POWERPC EMBEDDED PPC4XX 2586P: Josh Boyer 2587M: jwboyer@linux.vnet.ibm.com 2588P: Matt Porter 2589M: mporter@kernel.crashing.org 2590W: http://www.penguinppc.org/ 2591L: linuxppc-dev@ozlabs.org 2592T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git 2593S: Maintained 2594 2595LINUX FOR POWERPC EMBEDDED XILINX VIRTEX 2596P: Grant Likely 2597M: grant.likely@secretlab.ca 2598W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex 2599L: linuxppc-dev@ozlabs.org 2600S: Maintained 2601 2602LINUX FOR POWERPC EMBEDDED PPC8XX 2603P: Vitaly Bordug 2604M: vitb@kernel.crashing.org 2605P: Marcelo Tosatti 2606M: marcelo@kvack.org 2607W: http://www.penguinppc.org/ 2608L: linuxppc-dev@ozlabs.org 2609S: Maintained 2610 2611LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX 2612P: Kumar Gala 2613M: galak@kernel.crashing.org 2614W: http://www.penguinppc.org/ 2615L: linuxppc-dev@ozlabs.org 2616S: Maintained 2617 2618LINUX FOR POWERPC PA SEMI PWRFICIENT 2619P: Olof Johansson 2620M: olof@lixom.net 2621W: http://www.pasemi.com/ 2622L: linuxppc-dev@ozlabs.org 2623S: Supported 2624 2625LLC (802.2) 2626P: Arnaldo Carvalho de Melo 2627M: acme@ghostprotocols.net 2628S: Maintained 2629 2630LINUX SECURITY MODULE (LSM) FRAMEWORK 2631P: Chris Wright 2632M: chrisw@sous-sol.org 2633L: linux-security-module@vger.kernel.org 2634T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git 2635S: Supported 2636 2637LM83 HARDWARE MONITOR DRIVER 2638P: Jean Delvare 2639M: khali@linux-fr.org 2640L: lm-sensors@lm-sensors.org 2641S: Maintained 2642 2643LM90 HARDWARE MONITOR DRIVER 2644P: Jean Delvare 2645M: khali@linux-fr.org 2646L: lm-sensors@lm-sensors.org 2647S: Maintained 2648 2649LOCKDEP AND LOCKSTAT 2650P: Peter Zijlstra 2651M: peterz@infradead.org 2652P: Ingo Molnar 2653M: mingo@redhat.com 2654L: linux-kernel@vger.kernel.org 2655T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git 2656S: Maintained 2657 2658LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) 2659P: Richard Russon (FlatCap) 2660M: ldm@flatcap.org 2661L: linux-ntfs-dev@lists.sourceforge.net 2662W: http://www.linux-ntfs.org/content/view/19/37/ 2663S: Maintained 2664 2665LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) 2666P: Eric Moore 2667M: Eric.Moore@lsi.com 2668M: support@lsi.com 2669L: DL-MPTFusionLinux@lsi.com 2670L: linux-scsi@vger.kernel.org 2671W: http://www.lsilogic.com/support 2672S: Supported 2673 2674LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers 2675P: Matthew Wilcox 2676M: matthew@wil.cx 2677L: linux-scsi@vger.kernel.org 2678S: Maintained 2679 2680M32R ARCHITECTURE 2681P: Hirokazu Takata 2682M: takata@linux-m32r.org 2683L: linux-m32r@ml.linux-m32r.org 2684L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) 2685W: http://www.linux-m32r.org/ 2686S: Maintained 2687 2688M68K ARCHITECTURE 2689P: Geert Uytterhoeven 2690M: geert@linux-m68k.org 2691P: Roman Zippel 2692M: zippel@linux-m68k.org 2693L: linux-m68k@lists.linux-m68k.org 2694W: http://www.linux-m68k.org/ 2695W: http://linux-m68k-cvs.ubb.ca/ 2696S: Maintained 2697 2698M68K ON APPLE MACINTOSH 2699P: Joshua Thompson 2700M: funaho@jurai.org 2701W: http://www.mac.linux-m68k.org/ 2702L: linux-m68k@lists.linux-m68k.org 2703S: Maintained 2704 2705M68K ON HP9000/300 2706P: Philip Blundell 2707M: philb@gnu.org 2708W: http://www.tazenda.demon.co.uk/phil/linux-hp 2709S: Maintained 2710 2711MAC80211 2712P: Johannes Berg 2713M: johannes@sipsolutions.net 2714P: Michael Wu 2715M: flamingice@sourmilk.net 2716L: linux-wireless@vger.kernel.org 2717W: http://linuxwireless.org/ 2718T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git 2719S: Maintained 2720 2721MAC80211 PID RATE CONTROL 2722P: Stefano Brivio 2723M: stefano.brivio@polimi.it 2724P: Mattias Nissler 2725M: mattias.nissler@gmx.de 2726L: linux-wireless@vger.kernel.org 2727W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID 2728T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git 2729S: Maintained 2730 2731MACVLAN DRIVER 2732P: Patrick McHardy 2733M: kaber@trash.net 2734L: netdev@vger.kernel.org 2735S: Maintained 2736 2737MARVELL YUKON / SYSKONNECT DRIVER 2738P: Mirko Lindner 2739M: mlindner@syskonnect.de 2740P: Ralph Roesler 2741M: rroesler@syskonnect.de 2742W: http://www.syskonnect.com 2743S: Supported 2744 2745MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 2746P: Michael Kerrisk 2747M: mtk.manpages@gmail.com 2748W: http://www.kernel.org/doc/man-pages 2749S: Supported 2750 2751MARVELL LIBERTAS WIRELESS DRIVER 2752P: Dan Williams 2753M: dcbw@redhat.com 2754L: libertas-dev@lists.infradead.org 2755S: Maintained 2756 2757MARVELL MV643XX ETHERNET DRIVER 2758P: Lennert Buytenhek 2759M: buytenh@marvell.com 2760L: netdev@vger.kernel.org 2761S: Supported 2762 2763MATROX FRAMEBUFFER DRIVER 2764P: Petr Vandrovec 2765M: vandrove@vc.cvut.cz 2766L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2767S: Maintained 2768 2769MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER 2770P: Hans J. Koch 2771M: hjk@linutronix.de 2772L: lm-sensors@lm-sensors.org 2773S: Maintained 2774 2775MEGARAID SCSI DRIVERS 2776P: Neela Syam Kolli 2777M: megaraidlinux@lsi.com 2778S: linux-scsi@vger.kernel.org 2779W: http://megaraid.lsilogic.com 2780S: Maintained 2781 2782MEMORY MANAGEMENT 2783L: linux-mm@kvack.org 2784L: linux-kernel@vger.kernel.org 2785W: http://www.linux-mm.org 2786S: Maintained 2787 2788MEMORY RESOURCE CONTROLLER 2789P: Balbir Singh 2790M: balbir@linux.vnet.ibm.com 2791P: Pavel Emelyanov 2792M: xemul@openvz.org 2793P: KAMEZAWA Hiroyuki 2794M: kamezawa.hiroyu@jp.fujitsu.com 2795L: linux-mm@kvack.org 2796L: linux-kernel@vger.kernel.org 2797S: Maintained 2798 2799MEI MN10300/AM33 PORT 2800P: David Howells 2801M: dhowells@redhat.com 2802P: Koichi Yasutake 2803M: yasutake.koichi@jp.panasonic.com 2804L: linux-am33-list@redhat.com (moderated for non-subscribers) 2805W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ 2806S: Maintained 2807 2808MEMORY TECHNOLOGY DEVICES (MTD) 2809P: David Woodhouse 2810M: dwmw2@infradead.org 2811W: http://www.linux-mtd.infradead.org/ 2812L: linux-mtd@lists.infradead.org 2813T: git git://git.infradead.org/mtd-2.6.git 2814S: Maintained 2815 2816UNSORTED BLOCK IMAGES (UBI) 2817P: Artem Bityutskiy 2818M: dedekind@infradead.org 2819W: http://www.linux-mtd.infradead.org/ 2820L: linux-mtd@lists.infradead.org 2821T: git git://git.infradead.org/~dedekind/ubi-2.6.git 2822S: Maintained 2823 2824MICROTEK X6 SCANNER 2825P: Oliver Neukum 2826M: oliver@neukum.name 2827S: Maintained 2828 2829MIPS 2830P: Ralf Baechle 2831M: ralf@linux-mips.org 2832W: http://www.linux-mips.org/ 2833L: linux-mips@linux-mips.org 2834T: git www.linux-mips.org:/pub/scm/linux.git 2835S: Supported 2836 2837MISCELLANEOUS MCA-SUPPORT 2838P: James Bottomley 2839M: James.Bottomley@HansenPartnership.com 2840L: linux-kernel@vger.kernel.org 2841S: Maintained 2842 2843MODULE SUPPORT 2844P: Rusty Russell 2845M: rusty@rustcorp.com.au 2846L: linux-kernel@vger.kernel.org 2847S: Maintained 2848 2849MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER 2850P: Stelian Pop 2851M: stelian@popies.net 2852W: http://popies.net/meye/ 2853S: Maintained 2854 2855MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER 2856P: Pavel Pisa 2857M: ppisa@pikron.com 2858L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 2859S: Maintained 2860 2861MOUSE AND MISC DEVICES [GENERAL] 2862P: Alessandro Rubini 2863M: rubini@ipvvis.unipv.it 2864L: linux-kernel@vger.kernel.org 2865S: Maintained 2866 2867MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD 2868P: Jiri Slaby 2869M: jirislaby@gmail.com 2870L: linux-kernel@vger.kernel.org 2871S: Maintained 2872 2873MSI LAPTOP SUPPORT 2874P: Lennart Poettering 2875M: mzxreary@0pointer.de 2876W: https://tango.0pointer.de/mailman/listinfo/s270-linux 2877W: http://0pointer.de/lennart/tchibo.html 2878S: Maintained 2879 2880MULTIFUNCTION DEVICES (MFD) 2881P: Samuel Ortiz 2882M: sameo@openedhand.com 2883L: linux-kernel@vger.kernel.org 2884S: Supported 2885 2886MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM 2887P: Pierre Ossman 2888M: drzeus-mmc@drzeus.cx 2889L: linux-kernel@vger.kernel.org 2890S: Maintained 2891 2892MULTIMEDIA CARD (MMC) ETC. OVER SPI 2893P: David Brownell 2894M: dbrownell@users.sourceforge.net 2895L: linux-kernel@vger.kernel.org 2896S: Odd fixes 2897 2898MULTISOUND SOUND DRIVER 2899P: Andrew Veliath 2900M: andrewtv@usa.net 2901S: Maintained 2902 2903MULTITECH MULTIPORT CARD (ISICOM) 2904P: Jiri Slaby 2905M: jirislaby@gmail.com 2906L: linux-kernel@vger.kernel.org 2907S: Maintained 2908 2909MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) 2910P: Andrew Gallatin 2911M: gallatin@myri.com 2912P: Brice Goglin 2913M: brice@myri.com 2914L: netdev@vger.kernel.org 2915W: http://www.myri.com/scs/download-Myri10GE.html 2916S: Supported 2917 2918NATSEMI ETHERNET DRIVER (DP8381x) 2919P: Tim Hockin 2920M: thockin@hockin.org 2921S: Maintained 2922 2923NCP FILESYSTEM 2924P: Petr Vandrovec 2925M: vandrove@vc.cvut.cz 2926L: linware@sh.cvut.cz 2927S: Maintained 2928 2929NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) 2930P: James E.J. Bottomley 2931M: James.Bottomley@HansenPartnership.com 2932L: linux-scsi@vger.kernel.org 2933S: Maintained 2934 2935NETEFFECT IWARP RNIC DRIVER (IW_NES) 2936P: Faisal Latif 2937M: flatif@neteffect.com 2938P: Chien Tung 2939M: ctung@neteffect.com 2940P: Glenn Streiff 2941M: gstreiff@neteffect.com 2942L: general@lists.openfabrics.org 2943W: http://www.neteffect.com 2944S: Supported 2945F: drivers/infiniband/hw/nes/ 2946 2947NETEM NETWORK EMULATOR 2948P: Stephen Hemminger 2949M: shemminger@linux-foundation.org 2950L: netem@lists.linux-foundation.org 2951S: Maintained 2952 2953NETERION (S2IO) Xframe 10GbE DRIVER 2954P: Ramkrishna Vepa 2955M: ram.vepa@neterion.com 2956P: Rastapur Santosh 2957M: santosh.rastapur@neterion.com 2958P: Sivakumar Subramani 2959M: sivakumar.subramani@neterion.com 2960P: Sreenivasa Honnur 2961M: sreenivasa.honnur@neterion.com 2962L: netdev@vger.kernel.org 2963W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous 2964S: Supported 2965 2966NETFILTER/IPTABLES/IPCHAINS 2967P: Rusty Russell 2968P: Marc Boucher 2969P: James Morris 2970P: Harald Welte 2971P: Jozsef Kadlecsik 2972P: Patrick McHardy 2973M: kaber@trash.net 2974L: netfilter-devel@vger.kernel.org 2975L: netfilter@vger.kernel.org 2976L: coreteam@netfilter.org 2977W: http://www.netfilter.org/ 2978W: http://www.iptables.org/ 2979S: Supported 2980 2981NETLABEL 2982P: Paul Moore 2983M: paul.moore@hp.com 2984W: http://netlabel.sf.net 2985L: netdev@vger.kernel.org 2986S: Supported 2987 2988NETROM NETWORK LAYER 2989P: Ralf Baechle 2990M: ralf@linux-mips.org 2991L: linux-hams@vger.kernel.org 2992W: http://www.linux-ax25.org/ 2993S: Maintained 2994 2995NETWORK BLOCK DEVICE (NBD) 2996P: Paul Clements 2997M: Paul.Clements@steeleye.com 2998S: Maintained 2999 3000NETWORK DEVICE DRIVERS 3001P: Jeff Garzik 3002M: jgarzik@pobox.com 3003L: netdev@vger.kernel.org 3004T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git 3005S: Maintained 3006 3007NETWORKING [GENERAL] 3008P: Networking Team 3009M: netdev@vger.kernel.org 3010L: netdev@vger.kernel.org 3011W: http://linux-net.osdl.org/ 3012S: Maintained 3013 3014NETWORKING [IPv4/IPv6] 3015P: David S. Miller 3016M: davem@davemloft.net 3017P: Alexey Kuznetsov 3018M: kuznet@ms2.inr.ac.ru 3019P: Pekka Savola (ipv6) 3020M: pekkas@netcore.fi 3021P: James Morris 3022M: jmorris@namei.org 3023P: Hideaki YOSHIFUJI 3024M: yoshfuji@linux-ipv6.org 3025P: Patrick McHardy 3026M: kaber@trash.net 3027L: netdev@vger.kernel.org 3028T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git 3029S: Maintained 3030 3031NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) 3032P: Paul Moore 3033M: paul.moore@hp.com 3034L: netdev@vger.kernel.org 3035S: Maintained 3036 3037NETWORKING [WIRELESS] 3038P: John W. Linville 3039M: linville@tuxdriver.com 3040L: linux-wireless@vger.kernel.org 3041T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3042S: Maintained 3043 3044NETXEN (1/10) GbE SUPPORT 3045P: Dhananjay Phadke 3046M: dhananjay@netxen.com 3047L: netdev@vger.kernel.org 3048W: http://www.netxen.com 3049S: Supported 3050 3051IPVS 3052P: Wensong Zhang 3053M: wensong@linux-vs.org 3054P: Simon Horman 3055M: horms@verge.net.au 3056P: Julian Anastasov 3057M: ja@ssi.bg 3058L: netdev@vger.kernel.org 3059S: Maintained 3060 3061NFS CLIENT 3062P: Trond Myklebust 3063M: Trond.Myklebust@netapp.com 3064L: linux-nfs@vger.kernel.org 3065W: http://client.linux-nfs.org 3066T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git 3067S: Maintained 3068 3069NI5010 NETWORK DRIVER 3070P: Jan-Pascal van Best 3071M: janpascal@vanbest.org 3072P: Andreas Mohr 3073M: andi@lisas.de 3074L: netdev@vger.kernel.org 3075S: Maintained 3076 3077NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER 3078P: YOKOTA Hiroshi 3079M: yokota@netlab.is.tsukuba.ac.jp 3080W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 3081S: Maintained 3082 3083NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER 3084P: GOTO Masanori 3085M: gotom@debian.or.jp 3086P: YOKOTA Hiroshi 3087M: yokota@netlab.is.tsukuba.ac.jp 3088W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 3089S: Maintained 3090 3091NTFS FILESYSTEM 3092P: Anton Altaparmakov 3093M: aia21@cantab.net 3094L: linux-ntfs-dev@lists.sourceforge.net 3095L: linux-kernel@vger.kernel.org 3096W: http://linux-ntfs.sf.net/ 3097T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git 3098S: Maintained 3099 3100NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER 3101P: Antonino Daplas 3102M: adaplas@gmail.com 3103L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3104S: Maintained 3105 3106OPENCORES I2C BUS DRIVER 3107P: Peter Korsgaard 3108M: jacmet@sunsite.dk 3109L: i2c@lm-sensors.org 3110S: Maintained 3111 3112ORACLE CLUSTER FILESYSTEM 2 (OCFS2) 3113P: Mark Fasheh 3114M: mfasheh@suse.com 3115P: Joel Becker 3116M: joel.becker@oracle.com 3117L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) 3118W: http://oss.oracle.com/projects/ocfs2/ 3119T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git 3120S: Supported 3121 3122OMNIKEY CARDMAN 4000 DRIVER 3123P: Harald Welte 3124M: laforge@gnumonks.org 3125S: Maintained 3126 3127OMNIKEY CARDMAN 4040 DRIVER 3128P: Harald Welte 3129M: laforge@gnumonks.org 3130S: Maintained 3131 3132OMNIVISION OV7670 SENSOR DRIVER 3133P: Jonathan Corbet 3134M: corbet@lwn.net 3135L: video4linux-list@redhat.com 3136S: Maintained 3137 3138ONENAND FLASH DRIVER 3139P: Kyungmin Park 3140M: kyungmin.park@samsung.com 3141L: linux-mtd@lists.infradead.org 3142S: Maintained 3143 3144ONSTREAM SCSI TAPE DRIVER 3145P: Willem Riede 3146M: osst@riede.org 3147L: osst-users@lists.sourceforge.net 3148L: linux-scsi@vger.kernel.org 3149S: Maintained 3150 3151OPROFILE 3152P: Robert Richter 3153M: robert.richter@amd.com 3154L: oprofile-list@lists.sf.net 3155S: Maintained 3156 3157ORINOCO DRIVER 3158P: Pavel Roskin 3159M: proski@gnu.org 3160P: David Gibson 3161M: hermes@gibson.dropbear.id.au 3162L: linux-wireless@vger.kernel.org 3163L: orinoco-users@lists.sourceforge.net 3164L: orinoco-devel@lists.sourceforge.net 3165W: http://www.nongnu.org/orinoco/ 3166S: Maintained 3167 3168PA SEMI ETHERNET DRIVER 3169P: Olof Johansson 3170M: olof@lixom.net 3171L: netdev@vger.kernel.org 3172S: Maintained 3173 3174PA SEMI SMBUS DRIVER 3175P: Olof Johansson 3176M: olof@lixom.net 3177L: i2c@lm-sensors.org 3178S: Maintained 3179 3180PARALLEL PORT SUPPORT 3181L: linux-parport@lists.infradead.org (subscribers-only) 3182S: Orphan 3183 3184PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES 3185P: Tim Waugh 3186M: tim@cyberelk.net 3187L: linux-parport@lists.infradead.org (subscribers-only) 3188W: http://www.torque.net/linux-pp.html 3189S: Maintained 3190 3191PARISC ARCHITECTURE 3192P: Kyle McMartin 3193M: kyle@mcmartin.ca 3194P: Matthew Wilcox 3195M: matthew@wil.cx 3196P: Grant Grundler 3197M: grundler@parisc-linux.org 3198L: linux-parisc@vger.kernel.org 3199W: http://www.parisc-linux.org/ 3200T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git 3201S: Maintained 3202 3203PARAVIRT_OPS INTERFACE 3204P: Jeremy Fitzhardinge 3205M: jeremy@xensource.com 3206P: Chris Wright 3207M: chrisw@sous-sol.org 3208P: Zachary Amsden 3209M: zach@vmware.com 3210P: Rusty Russell 3211M: rusty@rustcorp.com.au 3212L: virtualization@lists.osdl.org 3213L: linux-kernel@vger.kernel.org 3214S: Supported 3215 3216PC87360 HARDWARE MONITORING DRIVER 3217P: Jim Cromie 3218M: jim.cromie@gmail.com 3219L: lm-sensors@lm-sensors.org 3220S: Maintained 3221 3222PC8736x GPIO DRIVER 3223P: Jim Cromie 3224M: jim.cromie@gmail.com 3225S: Maintained 3226 3227PCI ERROR RECOVERY 3228P: Linas Vepstas 3229M: linas@austin.ibm.com 3230L: linux-kernel@vger.kernel.org 3231L: linux-pci@vger.kernel.org 3232S: Supported 3233 3234PCI SUBSYSTEM 3235P: Jesse Barnes 3236M: jbarnes@virtuousgeek.org 3237L: linux-kernel@vger.kernel.org 3238L: linux-pci@vger.kernel.org 3239T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git 3240S: Supported 3241 3242PCI HOTPLUG CORE 3243P: Kristen Carlson Accardi 3244M: kristen.c.accardi@intel.com 3245S: Supported 3246 3247PCIE HOTPLUG DRIVER 3248P: Kristen Carlson Accardi 3249M: kristen.c.accardi@intel.com 3250L: linux-pci@vger.kernel.org 3251S: Supported 3252 3253PCMCIA SUBSYSTEM 3254P: Linux PCMCIA Team 3255L: linux-pcmcia@lists.infradead.org 3256W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia 3257T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git 3258S: Maintained 3259 3260PCNET32 NETWORK DRIVER 3261P: Don Fry 3262M: pcnet32@verizon.net 3263L: netdev@vger.kernel.org 3264S: Maintained 3265 3266PER-TASK DELAY ACCOUNTING 3267P: Balbir Singh 3268M: balbir@linux.vnet.ibm.com 3269L: linux-kernel@vger.kernel.org 3270S: Maintained 3271 3272PERSONALITY HANDLING 3273P: Christoph Hellwig 3274M: hch@infradead.org 3275L: linux-abi-devel@lists.sourceforge.net 3276S: Maintained 3277 3278PHRAM MTD DRIVER 3279P: Joern Engel 3280M: joern@lazybastard.org 3281L: linux-mtd@lists.infradead.org 3282S: Maintained 3283 3284PKTCDVD DRIVER 3285P: Peter Osterlund 3286M: petero2@telia.com 3287L: linux-kernel@vger.kernel.org 3288S: Maintained 3289 3290POSIX CLOCKS and TIMERS 3291P: Thomas Gleixner 3292M: tglx@linutronix.de 3293L: linux-kernel@vger.kernel.org 3294S: Supported 3295 3296POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS 3297P: Anton Vorontsov 3298M: cbou@mail.ru 3299P: David Woodhouse 3300M: dwmw2@infradead.org 3301L: linux-kernel@vger.kernel.org 3302T: git git.infradead.org/battery-2.6.git 3303S: Maintained 3304 3305PNP SUPPORT 3306P: Adam Belay 3307M: ambx1@neo.rr.com 3308S: Maintained 3309 3310PNXxxxx I2C DRIVER 3311P: Vitaly Wool 3312M: vitalywool@gmail.com 3313L: i2c@lm-sensors.org 3314S: Maintained 3315 3316PPP PROTOCOL DRIVERS AND COMPRESSORS 3317P: Paul Mackerras 3318M: paulus@samba.org 3319L: linux-ppp@vger.kernel.org 3320S: Maintained 3321 3322PPP OVER ATM (RFC 2364) 3323P: Mitchell Blank Jr 3324M: mitch@sfgoth.com 3325S: Maintained 3326 3327PPP OVER ETHERNET 3328P: Michal Ostrowski 3329M: mostrows@earthlink.net 3330S: Maintained 3331 3332PPP OVER L2TP 3333P: James Chapman 3334M: jchapman@katalix.com 3335S: Maintained 3336 3337PREEMPTIBLE KERNEL 3338P: Robert Love 3339M: rml@tech9.net 3340L: linux-kernel@vger.kernel.org 3341L: kpreempt-tech@lists.sourceforge.net 3342W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 3343S: Supported 3344 3345P54 WIRELESS DRIVER 3346P: Michael Wu 3347M: flamingice@sourmilk.net 3348L: linux-wireless@vger.kernel.org 3349W: http://prism54.org 3350T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 3351S: Maintained 3352 3353PRISM54 WIRELESS DRIVER 3354P: Luis R. Rodriguez 3355M: mcgrof@gmail.com 3356L: linux-wireless@vger.kernel.org 3357W: http://prism54.org 3358S: Maintained 3359 3360PROMISE DC4030 CACHING DISK CONTROLLER DRIVER 3361P: Peter Denison 3362M: promise@pnd-pc.demon.co.uk 3363W: http://www.pnd-pc.demon.co.uk/promise/ 3364S: Maintained 3365 3366PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER 3367P: Mikael Pettersson 3368M: mikpe@it.uu.se 3369L: linux-ide@vger.kernel.org 3370S: Maintained 3371 3372PS3 NETWORK SUPPORT 3373P: Masakazu Mokuno 3374M: mokuno@sm.sony.co.jp 3375L: netdev@vger.kernel.org 3376L: cbe-oss-dev@ozlabs.org 3377S: Supported 3378 3379PS3 PLATFORM SUPPORT 3380P: Geoff Levand 3381M: geoffrey.levand@am.sony.com 3382L: linuxppc-dev@ozlabs.org 3383L: cbe-oss-dev@ozlabs.org 3384S: Supported 3385 3386PVRUSB2 VIDEO4LINUX DRIVER 3387P: Mike Isely 3388M: isely@pobox.com 3389L: pvrusb2@isely.net (subscribers-only) 3390L: video4linux-list@redhat.com 3391W: http://www.isely.net/pvrusb2/ 3392S: Maintained 3393 3394PXA2xx/PXA3xx SUPPORT 3395P: Eric Miao 3396M: eric.miao@marvell.com 3397P: Russell King 3398M: linux@arm.linux.org.uk 3399L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 3400S: Maintained 3401 3402PXA MMCI DRIVER 3403S: Orphan 3404 3405QLOGIC QLA2XXX FC-SCSI DRIVER 3406P: Andrew Vasquez 3407M: linux-driver@qlogic.com 3408L: linux-scsi@vger.kernel.org 3409S: Supported 3410 3411QLOGIC QLA3XXX NETWORK DRIVER 3412P: Ron Mercer 3413M: linux-driver@qlogic.com 3414L: netdev@vger.kernel.org 3415S: Supported 3416 3417QNX4 FILESYSTEM 3418P: Anders Larsen 3419M: al@alarsen.net 3420L: linux-kernel@vger.kernel.org 3421W: http://www.alarsen.net/linux/qnx4fs/ 3422S: Maintained 3423 3424RADEON FRAMEBUFFER DISPLAY DRIVER 3425P: Benjamin Herrenschmidt 3426M: benh@kernel.crashing.org 3427L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3428S: Maintained 3429 3430RAGE128 FRAMEBUFFER DISPLAY DRIVER 3431P: Paul Mackerras 3432M: paulus@samba.org 3433L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3434S: Maintained 3435 3436RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER 3437P: Corey Thomas 3438M: coreythomas@charter.net 3439L: linux-wireless@vger.kernel.org 3440S: Maintained 3441 3442RALINK RT2X00 WLAN DRIVER 3443P: rt2x00 project 3444L: linux-wireless@vger.kernel.org 3445L: rt2400-devel@lists.sourceforge.net 3446W: http://rt2x00.serialmonkey.com/ 3447S: Maintained 3448T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git 3449F: drivers/net/wireless/rt2x00/ 3450 3451RAMDISK RAM BLOCK DEVICE DRIVER 3452P: Nick Piggin 3453M: npiggin@suse.de 3454S: Maintained 3455 3456RANDOM NUMBER DRIVER 3457P: Matt Mackall 3458M: mpm@selenic.com 3459S: Maintained 3460 3461RAPIDIO SUBSYSTEM 3462P: Matt Porter 3463M: mporter@kernel.crashing.org 3464L: linux-kernel@vger.kernel.org 3465S: Maintained 3466 3467RDC R-321X SoC 3468P: Florian Fainelli 3469M: florian.fainelli@telecomint.eu 3470L: linux-kernel@vger.kernel.org 3471S: Maintained 3472 3473RDC R6040 FAST ETHERNET DRIVER 3474P: Florian Fainelli 3475M: florian.fainelli@telecomint.eu 3476L: netdev@vger.kernel.org 3477S: Maintained 3478 3479READ-COPY UPDATE (RCU) 3480P: Dipankar Sarma 3481M: dipankar@in.ibm.com 3482W: http://www.rdrop.com/users/paulmck/rclock/ 3483L: linux-kernel@vger.kernel.org 3484S: Supported 3485 3486RCUTORTURE MODULE 3487P: Josh Triplett 3488M: josh@freedesktop.org 3489L: linux-kernel@vger.kernel.org 3490S: Maintained 3491 3492REAL TIME CLOCK DRIVER 3493P: Paul Gortmaker 3494M: p_gortmaker@yahoo.com 3495L: linux-kernel@vger.kernel.org 3496S: Maintained 3497 3498REAL TIME CLOCK (RTC) SUBSYSTEM 3499P: Alessandro Zummo 3500M: a.zummo@towertech.it 3501L: rtc-linux@googlegroups.com 3502S: Maintained 3503 3504REISERFS FILE SYSTEM 3505L: reiserfs-devel@vger.kernel.org 3506S: Supported 3507 3508RFKILL 3509P: Ivo van Doorn 3510M: IvDoorn@gmail.com 3511L: netdev@vger.kernel.org 3512S: Maintained 3513F: net/rfkill 3514 3515ROCKETPORT DRIVER 3516P: Comtrol Corp. 3517W: http://www.comtrol.com 3518S: Maintained 3519 3520ROSE NETWORK LAYER 3521P: Ralf Baechle 3522M: ralf@linux-mips.org 3523L: linux-hams@vger.kernel.org 3524W: http://www.linux-ax25.org/ 3525S: Maintained 3526 3527RISCOM8 DRIVER 3528S: Orphan 3529 3530RTL818X WIRELESS DRIVER 3531P: Michael Wu 3532M: flamingice@sourmilk.net 3533P: Andrea Merello 3534M: andreamrl@tiscali.it 3535L: linux-wireless@vger.kernel.org 3536W: http://linuxwireless.org/ 3537T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 3538S: Maintained 3539 3540S3 SAVAGE FRAMEBUFFER DRIVER 3541P: Antonino Daplas 3542M: adaplas@gmail.com 3543L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3544S: Maintained 3545 3546S390 3547P: Martin Schwidefsky 3548M: schwidefsky@de.ibm.com 3549P: Heiko Carstens 3550M: heiko.carstens@de.ibm.com 3551M: linux390@de.ibm.com 3552L: linux-s390@vger.kernel.org 3553W: http://www.ibm.com/developerworks/linux/linux390/ 3554S: Supported 3555 3556S390 NETWORK DRIVERS 3557P: Ursula Braun 3558M: ursula.braun@de.ibm.com 3559P: Frank Blaschka 3560M: blaschka@linux.vnet.ibm.com 3561M: linux390@de.ibm.com 3562L: linux-s390@vger.kernel.org 3563W: http://www.ibm.com/developerworks/linux/linux390/ 3564S: Supported 3565 3566S390 ZFCP DRIVER 3567P: Christof Schmitt 3568M: christof.schmitt@de.ibm.com 3569P: Martin Peschke 3570M: mp3@de.ibm.com 3571M: linux390@de.ibm.com 3572L: linux-s390@vger.kernel.org 3573W: http://www.ibm.com/developerworks/linux/linux390/ 3574S: Supported 3575 3576S390 IUCV NETWORK LAYER 3577P: Ursula Braun 3578M: ursula.braun@de.ibm.com 3579M: linux390@de.ibm.com 3580L: linux-s390@vger.kernel.org 3581W: http://www.ibm.com/developerworks/linux/linux390/ 3582S: Supported 3583 3584S3C24XX SD/MMC Driver 3585P: Ben Dooks 3586M: ben-linux@fluff.org 3587L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 3588L: linux-kernel@vger.kernel.org 3589S: Supported 3590 3591SAA7146 VIDEO4LINUX-2 DRIVER 3592P: Michael Hunold 3593M: michael@mihu.de 3594W: http://www.mihu.de/linux/saa7146 3595S: Maintained 3596 3597SC1200 WDT DRIVER 3598P: Zwane Mwaikambo 3599M: zwane@arm.linux.org.uk 3600S: Maintained 3601 3602SCHEDULER 3603P: Ingo Molnar 3604M: mingo@elte.hu 3605P: Robert Love [the preemptible kernel bits] 3606M: rml@tech9.net 3607L: linux-kernel@vger.kernel.org 3608S: Maintained 3609 3610SCSI CDROM DRIVER 3611P: Jens Axboe 3612M: axboe@kernel.dk 3613L: linux-scsi@vger.kernel.org 3614W: http://www.kernel.dk 3615S: Maintained 3616 3617SCSI SG DRIVER 3618P: Doug Gilbert 3619M: dgilbert@interlog.com 3620L: linux-scsi@vger.kernel.org 3621W: http://www.torque.net/sg 3622S: Maintained 3623 3624SCSI SUBSYSTEM 3625P: James E.J. Bottomley 3626M: James.Bottomley@HansenPartnership.com 3627L: linux-scsi@vger.kernel.org 3628T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git 3629T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git 3630T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git 3631S: Maintained 3632 3633SCSI TAPE DRIVER 3634P: Kai Mäkisara 3635M: Kai.Makisara@kolumbus.fi 3636L: linux-scsi@vger.kernel.org 3637S: Maintained 3638 3639SCTP PROTOCOL 3640P: Vlad Yasevich 3641M: vladislav.yasevich@hp.com 3642P: Sridhar Samudrala 3643M: sri@us.ibm.com 3644L: linux-sctp@vger.kernel.org 3645W: http://lksctp.sourceforge.net 3646S: Supported 3647 3648SCx200 CPU SUPPORT 3649P: Jim Cromie 3650M: jim.cromie@gmail.com 3651S: Odd Fixes 3652 3653SCx200 GPIO DRIVER 3654P: Jim Cromie 3655M: jim.cromie@gmail.com 3656S: Maintained 3657 3658SCx200 HRT CLOCKSOURCE DRIVER 3659P: Jim Cromie 3660M: jim.cromie@gmail.com 3661S: Maintained 3662 3663SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER 3664P: Sascha Sommer 3665M: saschasommer@freenet.de 3666L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) 3667S: Maintained 3668 3669SECURITY CONTACT 3670P: Security Officers 3671M: security@kernel.org 3672S: Supported 3673 3674SELINUX SECURITY MODULE 3675P: Stephen Smalley 3676M: sds@tycho.nsa.gov 3677P: James Morris 3678M: jmorris@namei.org 3679P: Eric Paris 3680M: eparis@parisplace.org 3681L: linux-kernel@vger.kernel.org (kernel issues) 3682L: selinux@tycho.nsa.gov (subscribers-only, general discussion) 3683W: http://www.nsa.gov/selinux 3684S: Supported 3685 3686SENSABLE PHANTOM 3687P: Jiri Slaby 3688M: jirislaby@gmail.com 3689S: Maintained 3690 3691SERIAL ATA (SATA) SUBSYSTEM: 3692P: Jeff Garzik 3693M: jgarzik@pobox.com 3694L: linux-ide@vger.kernel.org 3695T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git 3696S: Supported 3697 3698SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER 3699P: Pat Gefre 3700M: pfg@sgi.com 3701L: linux-ia64@vger.kernel.org 3702S: Supported 3703 3704SFC NETWORK DRIVER 3705P: Steve Hodgson 3706P: Ben Hutchings 3707P: Robert Stonehouse 3708M: linux-net-drivers@solarflare.com 3709S: Supported 3710 3711SGI VISUAL WORKSTATION 320 AND 540 3712P: Andrey Panin 3713M: pazke@donpac.ru 3714L: linux-visws-devel@lists.sf.net 3715W: http://linux-visws.sf.net 3716S: Maintained for 2.6. 3717 3718SIMTEC EB110ATX (Chalice CATS) 3719P: Ben Dooks 3720P: Vincent Sanders 3721M: support@simtec.co.uk 3722W: http://www.simtec.co.uk/products/EB110ATX/ 3723S: Supported 3724 3725SIMTEC EB2410ITX (BAST) 3726P: Ben Dooks 3727P: Vincent Sanders 3728M: support@simtec.co.uk 3729W: http://www.simtec.co.uk/products/EB2410ITX/ 3730S: Supported 3731 3732SIS 190 ETHERNET DRIVER 3733P: Francois Romieu 3734M: romieu@fr.zoreil.com 3735L: netdev@vger.kernel.org 3736S: Maintained 3737 3738SIS 900/7016 FAST ETHERNET DRIVER 3739P: Daniele Venzano 3740M: venza@brownhat.org 3741W: http://www.brownhat.org/sis900.html 3742L: netdev@vger.kernel.org 3743S: Maintained 3744 3745SIS 96X I2C/SMBUS DRIVER 3746P: Mark M. Hoffman 3747M: mhoffman@lightlink.com 3748L: lm-sensors@lm-sensors.org 3749S: Maintained 3750 3751SIS FRAMEBUFFER DRIVER 3752P: Thomas Winischhofer 3753M: thomas@winischhofer.net 3754W: http://www.winischhofer.net/linuxsisvga.shtml 3755S: Maintained 3756 3757SIS USB2VGA DRIVER 3758P: Thomas Winischhofer 3759M: thomas@winischhofer.net 3760W: http://www.winischhofer.at/linuxsisusbvga.shtml 3761S: Maintained 3762 3763SLAB ALLOCATOR 3764P: Christoph Lameter 3765M: cl@linux-foundation.org 3766P: Pekka Enberg 3767M: penberg@cs.helsinki.fi 3768P: Matt Mackall 3769M: mpm@selenic.com 3770L: linux-mm@kvack.org 3771S: Maintained 3772 3773SMC91x ETHERNET DRIVER 3774P: Nicolas Pitre 3775M: nico@cam.org 3776S: Maintained 3777 3778SMSC47B397 HARDWARE MONITOR DRIVER 3779P: Mark M. Hoffman 3780M: mhoffman@lightlink.com 3781L: lm-sensors@lm-sensors.org 3782S: Maintained 3783 3784SMX UIO Interface 3785P: Ben Nizette 3786M: bn@niasdigital.com 3787S: Maintained 3788 3789SOFTWARE RAID (Multiple Disks) SUPPORT 3790P: Ingo Molnar 3791M: mingo@redhat.com 3792P: Neil Brown 3793M: neilb@suse.de 3794L: linux-raid@vger.kernel.org 3795S: Supported 3796 3797HIBERNATION (aka Software Suspend, aka swsusp): 3798P: Pavel Machek 3799M: pavel@suse.cz 3800P: Rafael J. Wysocki 3801M: rjw@sisk.pl 3802L: linux-pm@lists.linux-foundation.org 3803S: Supported 3804 3805SUSPEND TO RAM: 3806P: Len Brown 3807M: len.brown@intel.com 3808P: Pavel Machek 3809M: pavel@suse.cz 3810P: Rafael J. Wysocki 3811M: rjw@sisk.pl 3812L: linux-pm@lists.linux-foundation.org 3813S: Supported 3814 3815SONIC NETWORK DRIVER 3816P: Thomas Bogendoerfer 3817M: tsbogend@alpha.franken.de 3818L: netdev@vger.kernel.org 3819S: Maintained 3820 3821SONICS SILICON BACKPLANE DRIVER (SSB) 3822P: Michael Buesch 3823M: mb@bu3sch.de 3824L: netdev@vger.kernel.org 3825S: Maintained 3826 3827SONY VAIO CONTROL DEVICE DRIVER 3828P: Mattia Dongili 3829M: malattia@linux.it 3830L: linux-acpi@vger.kernel.org 3831W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers 3832S: Maintained 3833 3834SONY MEMORYSTICK CARD SUPPORT 3835P: Alex Dubov 3836M: oakad@yahoo.com 3837L: linux-kernel@vger.kernel.org 3838W: http://tifmxx.berlios.de/ 3839S: Maintained 3840 3841SOUND 3842P: Jaroslav Kysela 3843M: perex@perex.cz 3844L: alsa-devel@alsa-project.org (subscribers-only) 3845S: Maintained 3846 3847SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT 3848P: Liam Girdwood 3849M: liam.girdwood@wolfsonmicro.com 3850P: Mark Brown 3851M: broonie@opensource.wolfsonmicro.com 3852T: git opensource.wolfsonmicro.com/linux-2.6-asoc 3853L: alsa-devel@alsa-project.org (subscribers-only) 3854S: Supported 3855 3856SPI SUBSYSTEM 3857P: David Brownell 3858M: dbrownell@users.sourceforge.net 3859L: spi-devel-general@lists.sourceforge.net 3860S: Maintained 3861 3862SPU FILE SYSTEM 3863P: Jeremy Kerr 3864M: jk@ozlabs.org 3865L: linuxppc-dev@ozlabs.org 3866L: cbe-oss-dev@ozlabs.org 3867W: http://www.ibm.com/developerworks/power/cell/ 3868S: Supported 3869 3870STABLE BRANCH: 3871P: Greg Kroah-Hartman 3872M: greg@kroah.com 3873P: Chris Wright 3874M: chrisw@sous-sol.org 3875L: stable@kernel.org 3876S: Maintained 3877 3878SHARP LH SUPPORT (LH7952X & LH7A40X) 3879P: Marc Singer 3880M: elf@buici.com 3881W: http://projects.buici.com/arm 3882L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 3883S: Maintained 3884 3885SHPC HOTPLUG DRIVER 3886P: Kristen Carlson Accardi 3887M: kristen.c.accardi@intel.com 3888L: linux-pci@vger.kernel.org 3889S: Supported 3890 3891SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER 3892P: Pierre Ossman 3893M: drzeus-sdhci@drzeus.cx 3894L: sdhci-devel@list.drzeus.cx 3895S: Maintained 3896 3897SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS 3898P: Stephen Hemminger 3899M: shemminger@linux-foundation.org 3900L: netdev@vger.kernel.org 3901S: Maintained 3902 3903SOEKRIS NET48XX LED SUPPORT 3904P: Chris Boot 3905M: bootc@bootc.net 3906S: Maintained 3907 3908SPARC (sparc32): 3909P: William L. Irwin 3910M: wli@holomorphy.com 3911L: sparclinux@vger.kernel.org 3912S: Maintained 3913 3914SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 3915P: Roger Wolff 3916M: R.E.Wolff@BitWizard.nl 3917L: linux-kernel@vger.kernel.org ? 3918S: Supported 3919 3920SPIDERNET NETWORK DRIVER for CELL 3921P: Ishizaki Kou 3922M: kou.ishizaki@toshiba.co.jp 3923P: Jens Osterkamp 3924M: jens@de.ibm.com 3925L: netdev@vger.kernel.org 3926S: Supported 3927 3928SRM (Alpha) environment access 3929P: Jan-Benedict Glaw 3930M: jbglaw@lug-owl.de 3931L: linux-kernel@vger.kernel.org 3932S: Maintained 3933 3934STARFIRE/DURALAN NETWORK DRIVER 3935P: Ion Badulescu 3936M: ionut@cs.columbia.edu 3937S: Maintained 3938 3939STARMODE RADIO IP (STRIP) PROTOCOL DRIVER 3940W: http://mosquitonet.Stanford.EDU/strip.html 3941S: Unsupported ? 3942 3943STRADIS MPEG-2 DECODER DRIVER 3944P: Nathan Laredo 3945M: laredo@gnu.org 3946W: http://www.stradis.com/ 3947S: Maintained 3948 3949SUPERH 3950P: Paul Mundt 3951M: lethal@linux-sh.org 3952L: linux-sh@vger.kernel.org 3953W: http://www.linux-sh.org 3954T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git 3955S: Maintained 3956 3957SUN3/3X 3958P: Sam Creasey 3959M: sammy@sammy.net 3960W: http://sammy.net/sun3/ 3961S: Maintained 3962 3963SVGA HANDLING 3964P: Martin Mares 3965M: mj@ucw.cz 3966L: linux-video@atrey.karlin.mff.cuni.cz 3967S: Maintained 3968 3969SYSV FILESYSTEM 3970P: Christoph Hellwig 3971M: hch@infradead.org 3972S: Maintained 3973 3974TASKSTATS STATISTICS INTERFACE 3975P: Balbir Singh 3976M: balbir@linux.vnet.ibm.com 3977L: linux-kernel@vger.kernel.org 3978S: Maintained 3979 3980TC CLASSIFIER 3981P: Jamal Hadi Salim 3982M: hadi@cyberus.ca 3983L: netdev@vger.kernel.org 3984S: Maintained 3985 3986TCP LOW PRIORITY MODULE 3987P: Wong Hoi Sing, Edison 3988M: hswong3i@gmail.com 3989P: Hung Hing Lun, Mike 3990M: hlhung3i@gmail.com 3991W: http://tcp-lp-mod.sourceforge.net/ 3992S: Maintained 3993 3994TEHUTI ETHERNET DRIVER 3995P: Alexander Indenbaum 3996M: baum@tehutinetworks.net 3997P: Andy Gospodarek 3998M: andy@greyhouse.net 3999L: netdev@vger.kernel.org 4000S: Supported 4001 4002Telecom Clock Driver for MCPL0010 4003P: Mark Gross 4004M: mark.gross@intel.com 4005S: Supported 4006 4007TENSILICA XTENSA PORT (xtensa): 4008P: Chris Zankel 4009M: chris@zankel.net 4010S: Maintained 4011 4012THINKPAD ACPI EXTRAS DRIVER 4013P: Henrique de Moraes Holschuh 4014M: ibm-acpi@hmh.eng.br 4015L: ibm-acpi-devel@lists.sourceforge.net 4016W: http://ibm-acpi.sourceforge.net 4017W: http://thinkwiki.org/wiki/Ibm-acpi 4018T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git 4019S: Maintained 4020 4021TI FLASH MEDIA INTERFACE DRIVER 4022P: Alex Dubov 4023M: oakad@yahoo.com 4024S: Maintained 4025 4026TI OMAP MMC INTERFACE DRIVER 4027P: Carlos Aguiar, Anderson Briglia and Syed Khasim 4028M: linux-omap-open-source@linux.omap.com (subscribers only) 4029W: http://linux.omap.com 4030W: http://www.muru.com/linux/omap/ 4031S: Maintained 4032 4033TI OMAP RANDOM NUMBER GENERATOR SUPPORT 4034P: Deepak Saxena 4035M: dsaxena@plexity.net 4036S: Maintained 4037 4038TIPC NETWORK LAYER 4039P: Per Liden 4040M: per.liden@ericsson.com 4041P: Jon Maloy 4042M: jon.maloy@ericsson.com 4043P: Allan Stephens 4044M: allan.stephens@windriver.com 4045L: tipc-discussion@lists.sourceforge.net 4046W: http://tipc.sourceforge.net/ 4047W: http://tipc.cslab.ericsson.net/ 4048T: git tipc.cslab.ericsson.net:/pub/git/tipc.git 4049S: Maintained 4050 4051TLAN NETWORK DRIVER 4052P: Samuel Chessman 4053M: chessman@tux.org 4054L: tlan-devel@lists.sourceforge.net (subscribers-only) 4055W: http://sourceforge.net/projects/tlan/ 4056S: Maintained 4057 4058TOSHIBA ACPI EXTRAS DRIVER 4059P: John Belmonte 4060M: toshiba_acpi@memebeam.org 4061W: http://memebeam.org/toys/ToshibaAcpiDriver 4062S: Maintained 4063 4064TOSHIBA SMM DRIVER 4065P: Jonathan Buzzard 4066M: jonathan@buzzard.org.uk 4067L: tlinux-users@tce.toshiba-dme.co.jp 4068W: http://www.buzzard.org.uk/toshiba/ 4069S: Maintained 4070 4071TPM DEVICE DRIVER 4072P: Debora Velarde 4073M: debora@linux.vnet.ibm.com 4074P: Rajiv Andrade 4075M: srajiv@linux.vnet.ibm.com 4076W: http://tpmdd.sourceforge.net 4077P: Marcel Selhorst 4078M: tpm@selhorst.net 4079W: http://www.prosec.rub.de/tpm/ 4080L: tpmdd-devel@lists.sourceforge.net 4081S: Maintained 4082 4083TRIDENT 4DWAVE/SIS 7018 PCI AUDIO CORE 4084P: Muli Ben-Yehuda 4085M: mulix@mulix.org 4086L: linux-kernel@vger.kernel.org 4087S: Maintained 4088 4089TRIVIAL PATCHES 4090P: Jesper Juhl 4091M: trivial@kernel.org 4092L: linux-kernel@vger.kernel.org 4093S: Maintained 4094 4095TTY LAYER 4096P: Alan Cox 4097M: alan@lxorguk.ukuu.org.uk 4098L: linux-kernel@vger.kernel.org 4099S: Maintained 4100 4101TULIP NETWORK DRIVERS 4102P: Grant Grundler 4103M: grundler@parisc-linux.org 4104P: Kyle McMartin 4105M: kyle@mcmartin.ca 4106L: netdev@vger.kernel.org 4107S: Maintained 4108 4109TUN/TAP driver 4110P: Maxim Krasnyansky 4111M: maxk@qualcomm.com 4112L: vtun@office.satix.net 4113W: http://vtun.sourceforge.net/tun 4114S: Maintained 4115 4116TURBOCHANNEL SUBSYSTEM 4117P: Maciej W. Rozycki 4118M: macro@linux-mips.org 4119S: Maintained 4120 4121U14-34F SCSI DRIVER 4122P: Dario Ballabio 4123M: ballabio_dario@emc.com 4124L: linux-scsi@vger.kernel.org 4125S: Maintained 4126 4127UCLINUX (AND M68KNOMMU) 4128P: Greg Ungerer 4129M: gerg@uclinux.org 4130W: http://www.uclinux.org/ 4131L: uclinux-dev@uclinux.org (subscribers-only) 4132S: Maintained 4133 4134UCLINUX FOR NEC V850 4135P: Miles Bader 4136 4137UCLINUX FOR RENESAS H8/300 4138P: Yoshinori Sato 4139M: ysato@users.sourceforge.jp 4140W: http://uclinux-h8.sourceforge.jp/ 4141S: Supported 4142 4143UDF FILESYSTEM 4144P: Jan Kara 4145M: jack@suse.cz 4146W: http://linux-udf.sourceforge.net 4147S: Maintained 4148 4149UFS FILESYSTEM 4150P: Evgeniy Dushistov 4151M: dushistov@mail.ru 4152L: linux-kernel@vger.kernel.org 4153S: Maintained 4154 4155UltraSPARC (sparc64): 4156P: David S. Miller 4157M: davem@davemloft.net 4158L: sparclinux@vger.kernel.org 4159T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git 4160S: Maintained 4161 4162UNIFORM CDROM DRIVER 4163P: Jens Axboe 4164M: axboe@kernel.dk 4165L: linux-kernel@vger.kernel.org 4166W: http://www.kernel.dk 4167S: Maintained 4168 4169USB ACM DRIVER 4170P: Oliver Neukum 4171M: oliver@neukum.name 4172L: linux-usb@vger.kernel.org 4173S: Maintained 4174 4175USB AUERSWALD DRIVER 4176P: Wolfgang Muees 4177M: wolfgang@iksw-muees.de 4178L: linux-usb@vger.kernel.org 4179S: Maintained 4180 4181USB BLOCK DRIVER (UB ub) 4182P: Pete Zaitcev 4183M: zaitcev@redhat.com 4184L: linux-kernel@vger.kernel.org 4185L: linux-usb@vger.kernel.org 4186S: Supported 4187 4188USB CDC ETHERNET DRIVER 4189P: Greg Kroah-Hartman 4190M: greg@kroah.com 4191L: linux-usb@vger.kernel.org 4192S: Maintained 4193W: http://www.kroah.com/linux-usb/ 4194 4195USB CYPRESS C67X00 DRIVER 4196P: Peter Korsgaard 4197M: jacmet@sunsite.dk 4198L: linux-usb@vger.kernel.org 4199S: Maintained 4200 4201USB DAVICOM DM9601 DRIVER 4202P: Peter Korsgaard 4203M: jacmet@sunsite.dk 4204L: netdev@vger.kernel.org 4205W: http://www.linux-usb.org/usbnet 4206S: Maintained 4207 4208USB DIAMOND RIO500 DRIVER 4209P: Cesar Miquel 4210M: miquel@df.uba.ar 4211L: rio500-users@lists.sourceforge.net 4212W: http://rio500.sourceforge.net 4213S: Maintained 4214 4215USB EHCI DRIVER 4216P: David Brownell 4217M: dbrownell@users.sourceforge.net 4218L: linux-usb@vger.kernel.org 4219S: Odd Fixes 4220 4221USB ET61X[12]51 DRIVER 4222P: Luca Risolia 4223M: luca.risolia@studio.unibo.it 4224L: linux-usb@vger.kernel.org 4225L: video4linux-list@redhat.com 4226W: http://www.linux-projects.org 4227S: Maintained 4228 4229USB GADGET/PERIPHERAL SUBSYSTEM 4230P: David Brownell 4231M: dbrownell@users.sourceforge.net 4232L: linux-usb@vger.kernel.org 4233W: http://www.linux-usb.org/gadget 4234S: Maintained 4235 4236USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) 4237P: Jiri Kosina 4238M: jkosina@suse.cz 4239L: linux-usb@vger.kernel.org 4240T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git 4241S: Maintained 4242 4243USB ISP116X DRIVER 4244P: Olav Kongas 4245M: ok@artecdesign.ee 4246L: linux-usb@vger.kernel.org 4247S: Maintained 4248 4249USB KAWASAKI LSI DRIVER 4250P: Oliver Neukum 4251M: oliver@neukum.name 4252L: linux-usb@vger.kernel.org 4253S: Maintained 4254 4255USB MASS STORAGE DRIVER 4256P: Matthew Dharm 4257M: mdharm-usb@one-eyed-alien.net 4258L: linux-usb@vger.kernel.org 4259L: usb-storage@lists.one-eyed-alien.net 4260S: Maintained 4261W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ 4262 4263USB OHCI DRIVER 4264P: David Brownell 4265M: dbrownell@users.sourceforge.net 4266L: linux-usb@vger.kernel.org 4267S: Odd Fixes 4268 4269USB OPTION-CARD DRIVER 4270P: Matthias Urlichs 4271M: smurf@smurf.noris.de 4272L: linux-usb@vger.kernel.org 4273S: Maintained 4274 4275USB OV511 DRIVER 4276P: Mark McClelland 4277M: mmcclell@bigfoot.com 4278L: linux-usb@vger.kernel.org 4279W: http://alpha.dyndns.org/ov511/ 4280S: Maintained 4281 4282USB PEGASUS DRIVER 4283P: Petko Manolov 4284M: petkan@users.sourceforge.net 4285L: linux-usb@vger.kernel.org 4286L: netdev@vger.kernel.org 4287W: http://pegasus2.sourceforge.net/ 4288S: Maintained 4289 4290USB PRINTER DRIVER (usblp) 4291P: Pete Zaitcev 4292M: zaitcev@redhat.com 4293L: linux-usb@vger.kernel.org 4294S: Supported 4295 4296USB RTL8150 DRIVER 4297P: Petko Manolov 4298M: petkan@users.sourceforge.net 4299L: linux-usb@vger.kernel.org 4300L: netdev@vger.kernel.org 4301W: http://pegasus2.sourceforge.net/ 4302S: Maintained 4303 4304USB SE401 DRIVER 4305P: Jeroen Vreeken 4306M: pe1rxq@amsat.org 4307L: linux-usb@vger.kernel.org 4308W: http://www.chello.nl/~j.vreeken/se401/ 4309S: Maintained 4310 4311USB SERIAL BELKIN F5U103 DRIVER 4312P: William Greathouse 4313M: wgreathouse@smva.com 4314L: linux-usb@vger.kernel.org 4315S: Maintained 4316 4317USB SERIAL CYPRESS M8 DRIVER 4318P: Lonnie Mendez 4319M: dignome@gmail.com 4320L: linux-usb@vger.kernel.org 4321S: Maintained 4322W: http://geocities.com/i0xox0i 4323W: http://firstlight.net/cvs 4324 4325USB SERIAL CYBERJACK DRIVER 4326P: Matthias Bruestle and Harald Welte 4327M: support@reiner-sct.com 4328W: http://www.reiner-sct.de/support/treiber_cyberjack.php 4329S: Maintained 4330 4331USB SERIAL DIGI ACCELEPORT DRIVER 4332P: Peter Berger and Al Borchers 4333M: pberger@brimson.com 4334M: alborchers@steinerpoint.com 4335L: linux-usb@vger.kernel.org 4336S: Maintained 4337 4338USB SERIAL DRIVER 4339P: Greg Kroah-Hartman 4340M: gregkh@suse.de 4341L: linux-usb@vger.kernel.org 4342S: Supported 4343 4344USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER 4345P: Gary Brubaker 4346M: xavyer@ix.netcom.com 4347L: linux-usb@vger.kernel.org 4348S: Maintained 4349 4350USB SERIAL KEYSPAN DRIVER 4351P: Greg Kroah-Hartman 4352M: greg@kroah.com 4353L: linux-usb@vger.kernel.org 4354W: http://www.kroah.com/linux/ 4355S: Maintained 4356 4357USB SERIAL WHITEHEAT DRIVER 4358P: Support Department 4359M: support@connecttech.com 4360L: linux-usb@vger.kernel.org 4361W: http://www.connecttech.com 4362S: Supported 4363 4364USB SN9C1xx DRIVER 4365P: Luca Risolia 4366M: luca.risolia@studio.unibo.it 4367L: linux-usb@vger.kernel.org 4368L: video4linux-list@redhat.com 4369W: http://www.linux-projects.org 4370S: Maintained 4371 4372USB SUBSYSTEM 4373P: Greg Kroah-Hartman 4374M: gregkh@suse.de 4375L: linux-usb@vger.kernel.org 4376W: http://www.linux-usb.org 4377T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 4378S: Supported 4379 4380USB UHCI DRIVER 4381P: Alan Stern 4382M: stern@rowland.harvard.edu 4383L: linux-usb@vger.kernel.org 4384S: Maintained 4385 4386USB "USBNET" DRIVER FRAMEWORK 4387P: David Brownell 4388M: dbrownell@users.sourceforge.net 4389L: netdev@vger.kernel.org 4390W: http://www.linux-usb.org/usbnet 4391S: Maintained 4392 4393USB VIDEO CLASS 4394P: Laurent Pinchart 4395M: laurent.pinchart@skynet.be 4396L: linx-uvc-devel@berlios.de 4397L: video4linux-list@redhat.com 4398W: http://linux-uvc.berlios.de 4399S: Maintained 4400 4401USB W996[87]CF DRIVER 4402P: Luca Risolia 4403M: luca.risolia@studio.unibo.it 4404L: linux-usb@vger.kernel.org 4405L: video4linux-list@redhat.com 4406W: http://www.linux-projects.org 4407S: Maintained 4408 4409USB WIRELESS RNDIS DRIVER (rndis_wlan) 4410P: Jussi Kivilinna 4411M: jussi.kivilinna@mbnet.fi 4412L: linux-wireless@vger.kernel.org 4413S: Maintained 4414 4415USB ZC0301 DRIVER 4416P: Luca Risolia 4417M: luca.risolia@studio.unibo.it 4418L: linux-usb@vger.kernel.org 4419L: video4linux-list@redhat.com 4420W: http://www.linux-projects.org 4421S: Maintained 4422 4423USB ZD1201 DRIVER 4424P: Jeroen Vreeken 4425M: pe1rxq@amsat.org 4426L: linux-usb@vger.kernel.org 4427W: http://linux-lc100020.sourceforge.net 4428S: Maintained 4429 4430USB ZR364XX DRIVER 4431P: Antoine Jacquet 4432M: royale@zerezo.com 4433L: linux-usb@vger.kernel.org 4434L: video4linux-list@redhat.com 4435W: http://royale.zerezo.com/zr364xx/ 4436S: Maintained 4437 4438USER-MODE LINUX 4439P: Jeff Dike 4440M: jdike@addtoit.com 4441L: user-mode-linux-devel@lists.sourceforge.net 4442L: user-mode-linux-user@lists.sourceforge.net 4443W: http://user-mode-linux.sourceforge.net 4444S: Maintained 4445 4446USERSPACE I/O (UIO) 4447P: Hans J. Koch 4448M: hjk@linutronix.de 4449P: Greg Kroah-Hartman 4450M: gregkh@suse.de 4451L: linux-kernel@vger.kernel.org 4452S: Maintained 4453 4454UTIL-LINUX-NG PACKAGE 4455P: Karel Zak 4456M: kzak@redhat.com 4457L: util-linux-ng@vger.kernel.org 4458W: http://kernel.org/~kzak/util-linux-ng/ 4459T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git 4460S: Maintained 4461 4462VFAT/FAT/MSDOS FILESYSTEM: 4463P: OGAWA Hirofumi 4464M: hirofumi@mail.parknet.co.jp 4465L: linux-kernel@vger.kernel.org 4466S: Maintained 4467 4468VIA RHINE NETWORK DRIVER 4469P: Roger Luethi 4470M: rl@hellgate.ch 4471S: Maintained 4472 4473VIAPRO SMBUS DRIVER 4474P: Jean Delvare 4475M: khali@linux-fr.org 4476L: i2c@lm-sensors.org 4477S: Maintained 4478 4479VIA VELOCITY NETWORK DRIVER 4480P: Francois Romieu 4481M: romieu@fr.zoreil.com 4482L: netdev@vger.kernel.org 4483S: Maintained 4484 4485VIDEO FOR LINUX 4486P: Mauro Carvalho Chehab 4487M: mchehab@infradead.org 4488M: v4l-dvb-maintainer@linuxtv.org 4489L: video4linux-list@redhat.com 4490W: http://linuxtv.org 4491T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git 4492S: Maintained 4493 4494VLAN (802.1Q) 4495P: Patrick McHardy 4496M: kaber@trash.net 4497L: netdev@vger.kernel.org 4498S: Maintained 4499 4500VT1211 HARDWARE MONITOR DRIVER 4501P: Juerg Haefliger 4502M: juergh@gmail.com 4503L: lm-sensors@lm-sensors.org 4504S: Maintained 4505 4506VT8231 HARDWARE MONITOR DRIVER 4507P: Roger Lucas 4508M: vt8231@hiddenengine.co.uk 4509L: lm-sensors@lm-sensors.org 4510S: Maintained 4511 4512W1 DALLAS'S 1-WIRE BUS 4513P: Evgeniy Polyakov 4514M: johnpol@2ka.mipt.ru 4515S: Maintained 4516 4517W83791D HARDWARE MONITORING DRIVER 4518P: Marc Hulsman 4519M: m.hulsman@tudelft.nl 4520L: lm-sensors@lm-sensors.org 4521S: Maintained 4522 4523W83793 HARDWARE MONITORING DRIVER 4524P: Rudolf Marek 4525M: r.marek@assembler.cz 4526L: lm-sensors@lm-sensors.org 4527S: Maintained 4528 4529W83L51xD SD/MMC CARD INTERFACE DRIVER 4530P: Pierre Ossman 4531M: drzeus-wbsd@drzeus.cx 4532L: linux-kernel@vger.kernel.org 4533S: Maintained 4534 4535WATCHDOG DEVICE DRIVERS 4536P: Wim Van Sebroeck 4537M: wim@iguana.be 4538T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git 4539S: Maintained 4540 4541WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS 4542P: Jean Tourrilhes 4543M: jt@hpl.hp.com 4544L: linux-wireless@vger.kernel.org 4545W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ 4546S: Maintained 4547 4548WD7000 SCSI DRIVER 4549P: Miroslav Zagorac 4550M: zaga@fly.cc.fer.hr 4551L: linux-scsi@vger.kernel.org 4552S: Maintained 4553 4554WISTRON LAPTOP BUTTON DRIVER 4555P: Miloslav Trmac 4556M: mitr@volny.cz 4557S: Maintained 4558 4559WL3501 WIRELESS PCMCIA CARD DRIVER 4560P: Arnaldo Carvalho de Melo 4561M: acme@ghostprotocols.net 4562L: linux-wireless@vger.kernel.org 4563W: http://oops.ghostprotocols.net:81/blog 4564S: Maintained 4565 4566WM97XX TOUCHSCREEN DRIVERS 4567P: Mark Brown 4568M: broonie@opensource.wolfsonmicro.com 4569P: Liam Girdwood 4570M: liam.girdwood@wolfsonmicro.com 4571L: linux-input@vger.kernel.org 4572T: git git://opensource.wolfsonmicro.com/linux-2.6-touch 4573W: http://opensource.wolfsonmicro.com/node/7 4574S: Supported 4575 4576X.25 NETWORK LAYER 4577P: Henner Eisen 4578M: eis@baty.hanse.de 4579L: linux-x25@vger.kernel.org 4580S: Maintained 4581 4582XEN HYPERVISOR INTERFACE 4583P: Jeremy Fitzhardinge 4584M: jeremy@xensource.com 4585P: Chris Wright 4586M: chrisw@sous-sol.org 4587L: virtualization@lists.osdl.org 4588L: xen-devel@lists.xensource.com 4589S: Supported 4590 4591XFS FILESYSTEM 4592P: Silicon Graphics Inc 4593P: Tim Shimmin 4594M: xfs-masters@oss.sgi.com 4595L: xfs@oss.sgi.com 4596W: http://oss.sgi.com/projects/xfs 4597T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git 4598S: Supported 4599 4600XILINX SYSTEMACE DRIVER 4601P: Grant Likely 4602M: grant.likely@secretlab.ca 4603W: http://www.secretlab.ca/ 4604L: linux-kernel@vger.kernel.org 4605S: Maintained 4606 4607XILINX UARTLITE SERIAL DRIVER 4608P: Peter Korsgaard 4609M: jacmet@sunsite.dk 4610L: linux-serial@vger.kernel.org 4611S: Maintained 4612 4613X86 ARCHITECTURE (32-BIT AND 64-BIT) 4614P: Thomas Gleixner 4615M: tglx@linutronix.de 4616P: Ingo Molnar 4617M: mingo@redhat.com 4618P: H. Peter Anvin 4619M: hpa@zytor.com 4620L: linux-kernel@vger.kernel.org 4621T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git 4622S: Maintained 4623 4624YAM DRIVER FOR AX.25 4625P: Jean-Paul Roubelat 4626M: jpr@f6fbb.org 4627L: linux-hams@vger.kernel.org 4628S: Maintained 4629 4630YEALINK PHONE DRIVER 4631P: Henk Vergonet 4632M: Henk.Vergonet@gmail.com 4633L: usbb2k-api-dev@nongnu.org 4634S: Maintained 4635 4636Z8530 DRIVER FOR AX.25 4637P: Joerg Reuter 4638M: jreuter@yaina.de 4639W: http://yaina.de/jreuter/ 4640W: http://www.qsl.net/dl1bke/ 4641L: linux-hams@vger.kernel.org 4642S: Maintained 4643 4644ZD1211RW WIRELESS DRIVER 4645P: Daniel Drake 4646M: dsd@gentoo.org 4647P: Ulrich Kunitz 4648M: kune@deine-taler.de 4649W: http://zd1211.ath.cx/wiki/DriverRewrite 4650L: linux-wireless@vger.kernel.org 4651L: zd1211-devs@lists.sourceforge.net (subscribers-only) 4652S: Maintained 4653 4654ZF MACHZ WATCHDOG 4655P: Fernando Fuganti 4656M: fuganti@netbank.com.br 4657W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/ 4658S: Maintained 4659 4660ZR36067 VIDEO FOR LINUX DRIVER 4661P: Ronald Bultje 4662M: rbultje@ronald.bitfreak.net 4663L: mjpeg-users@lists.sourceforge.net 4664W: http://mjpeg.sourceforge.net/driver-zoran/ 4665S: Maintained 4666 4667ZS DECSTATION Z85C30 SERIAL DRIVER 4668P: Maciej W. Rozycki 4669M: macro@linux-mips.org 4670S: Maintained 4671 4672THE REST 4673P: Linus Torvalds 4674S: Buried alive in reporters 4675