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 1046BT8XXGPIO DRIVER 1047P: Michael Buesch 1048M: mb@bu3sch.de 1049W: http://bu3sch.de/btgpio.php 1050S: Maintained 1051 1052BTTV VIDEO4LINUX DRIVER 1053P: Mauro Carvalho Chehab 1054M: mchehab@infradead.org 1055M: v4l-dvb-maintainer@linuxtv.org 1056L: video4linux-list@redhat.com 1057W: http://linuxtv.org 1058T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git 1059S: Maintained 1060 1061CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER 1062P: Jonathan Corbet 1063M: corbet@lwn.net 1064L: video4linux-list@redhat.com 1065S: Maintained 1066 1067CAN NETWORK LAYER 1068P: Urs Thuermann 1069M: urs.thuermann@volkswagen.de 1070P: Oliver Hartkopp 1071M: oliver.hartkopp@volkswagen.de 1072L: socketcan-core@lists.berlios.de (subscribers-only) 1073W: http://developer.berlios.de/projects/socketcan/ 1074S: Maintained 1075 1076CALGARY x86-64 IOMMU 1077P: Muli Ben-Yehuda 1078M: muli@il.ibm.com 1079P: Jon D. Mason 1080M: jdmason@kudzu.us 1081L: linux-kernel@vger.kernel.org 1082L: discuss@x86-64.org 1083S: Maintained 1084 1085CELL BROADBAND ENGINE ARCHITECTURE 1086P: Arnd Bergmann 1087M: arnd@arndb.de 1088L: linuxppc-dev@ozlabs.org 1089L: cbe-oss-dev@ozlabs.org 1090W: http://www.ibm.com/developerworks/power/cell/ 1091S: Supported 1092 1093CFAG12864B LCD DRIVER 1094P: Miguel Ojeda Sandonis 1095M: miguel.ojeda.sandonis@gmail.com 1096L: linux-kernel@vger.kernel.org 1097W: http://miguelojeda.es/auxdisplay.htm 1098W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1099S: Maintained 1100 1101CFAG12864BFB LCD FRAMEBUFFER DRIVER 1102P: Miguel Ojeda Sandonis 1103M: miguel.ojeda.sandonis@gmail.com 1104L: linux-kernel@vger.kernel.org 1105W: http://miguelojeda.es/auxdisplay.htm 1106W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1107S: Maintained 1108 1109CFG80211 and NL80211 1110P: Johannes Berg 1111M: johannes@sipsolutions.net 1112L: linux-wireless@vger.kernel.org 1113S: Maintained 1114 1115CHECKPATCH 1116P: Andy Whitcroft 1117M: apw@shadowen.org 1118P: Randy Dunlap 1119M: rdunlap@xenotime.net 1120P: Joel Schopp 1121M: jschopp@austin.ibm.com 1122S: Supported 1123 1124COMMON INTERNET FILE SYSTEM (CIFS) 1125P: Steve French 1126M: sfrench@samba.org 1127L: linux-cifs-client@lists.samba.org 1128L: samba-technical@lists.samba.org 1129W: http://linux-cifs.samba.org/ 1130T: git kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git 1131S: Supported 1132 1133CONFIGFS 1134P: Joel Becker 1135M: joel.becker@oracle.com 1136L: linux-kernel@vger.kernel.org 1137S: Supported 1138 1139CIRRUS LOGIC EP93XX ETHERNET DRIVER 1140P: Lennert Buytenhek 1141M: kernel@wantstofly.org 1142L: netdev@vger.kernel.org 1143S: Maintained 1144 1145CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER 1146P: Lennert Buytenhek 1147M: kernel@wantstofly.org 1148L: linux-usb@vger.kernel.org 1149S: Maintained 1150 1151CIRRUS LOGIC CS4270 SOUND DRIVER 1152P: Timur Tabi 1153M: timur@freescale.com 1154L: alsa-devel@alsa-project.org 1155S: Supported 1156 1157CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER 1158P: Cirrus Logic Corporation (kernel 2.2 driver) 1159M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com> 1160P: Nils Faerber (port to kernel 2.4) 1161M: Nils Faerber <nils@kernelconcepts.de> 1162S: Maintained 1163 1164CODA FILE SYSTEM 1165P: Jan Harkes 1166M: jaharkes@cs.cmu.edu 1167M: coda@cs.cmu.edu 1168L: codalist@coda.cs.cmu.edu 1169W: http://www.coda.cs.cmu.edu/ 1170S: Maintained 1171 1172COMPACTPCI HOTPLUG CORE 1173P: Scott Murray 1174M: scottm@somanetworks.com 1175M: scott@spiteful.org 1176L: linux-pci@vger.kernel.org 1177S: Supported 1178 1179COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER 1180P: Scott Murray 1181M: scottm@somanetworks.com 1182M: scott@spiteful.org 1183L: linux-pci@vger.kernel.org 1184S: Supported 1185 1186COMPACTPCI HOTPLUG GENERIC DRIVER 1187P: Scott Murray 1188M: scottm@somanetworks.com 1189M: scott@spiteful.org 1190L: linux-pci@vger.kernel.org 1191S: Supported 1192 1193COMPAL LAPTOP SUPPORT 1194P: Cezary Jackiewicz 1195M: cezary.jackiewicz@gmail.com 1196S: Maintained 1197 1198COMPUTONE INTELLIPORT MULTIPORT CARD 1199P: Michael H. Warfield 1200M: mhw@wittsend.com 1201W: http://www.wittsend.com/computone.html 1202S: Maintained 1203 1204CONEXANT ACCESSRUNNER USB DRIVER 1205P: Simon Arlott 1206M: cxacru@fire.lp0.eu 1207L: accessrunner-general@lists.sourceforge.net 1208W: http://accessrunner.sourceforge.net/ 1209S: Maintained 1210 1211CONTROL GROUPS (CGROUPS) 1212P: Paul Menage 1213M: menage@google.com 1214L: containers@lists.linux-foundation.org 1215S: Maintained 1216 1217CORETEMP HARDWARE MONITORING DRIVER 1218P: Rudolf Marek 1219M: r.marek@assembler.cz 1220L: lm-sensors@lm-sensors.org 1221S: Maintained 1222 1223COSA/SRP SYNC SERIAL DRIVER 1224P: Jan "Yenya" Kasprzak 1225M: kas@fi.muni.cz 1226W: http://www.fi.muni.cz/~kas/cosa/ 1227S: Maintained 1228 1229CPU FREQUENCY DRIVERS 1230P: Dave Jones 1231M: davej@codemonkey.org.uk 1232L: cpufreq@lists.linux.org.uk 1233W: http://www.codemonkey.org.uk/projects/cpufreq/ 1234T: git kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git 1235S: Maintained 1236 1237CPUID/MSR DRIVER 1238P: H. Peter Anvin 1239M: hpa@zytor.com 1240S: Maintained 1241 1242CPUSETS 1243P: Paul Jackson 1244P: Paul Menage 1245M: pj@sgi.com 1246M: menage@google.com 1247L: linux-kernel@vger.kernel.org 1248W: http://www.bullopensource.org/cpuset/ 1249W: http://oss.sgi.com/projects/cpusets/ 1250S: Supported 1251 1252CRAMFS FILESYSTEM 1253W: http://sourceforge.net/projects/cramfs/ 1254S: Orphan 1255 1256CRIS PORT 1257P: Mikael Starvik 1258M: starvik@axis.com 1259P: Jesper Nilsson 1260M: jesper.nilsson@axis.com 1261L: dev-etrax@axis.com 1262W: http://developer.axis.com 1263S: Maintained 1264 1265CRYPTO API 1266P: Herbert Xu 1267M: herbert@gondor.apana.org.au 1268P: David S. Miller 1269M: davem@davemloft.net 1270L: linux-crypto@vger.kernel.org 1271T: git kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6.git 1272S: Maintained 1273 1274CS5535 Audio ALSA driver 1275P: Jaya Kumar 1276M: jayakumar.alsa@gmail.com 1277S: Maintained 1278 1279CX18 VIDEO4LINUX DRIVER 1280P: Hans Verkuil, Andy Walls 1281M: hverkuil@xs4all.nl, awalls@radix.net 1282L: ivtv-devel@ivtvdriver.org 1283L: ivtv-users@ivtvdriver.org 1284L: video4linux-list@redhat.com 1285W: http://linuxtv.org 1286S: Maintained 1287 1288CXGB3 ETHERNET DRIVER (CXGB3) 1289P: Divy Le Ray 1290M: divy@chelsio.com 1291L: netdev@vger.kernel.org 1292W: http://www.chelsio.com 1293S: Supported 1294 1295CXGB3 IWARP RNIC DRIVER (IW_CXGB3) 1296P: Steve Wise 1297M: swise@chelsio.com 1298L: general@lists.openfabrics.org 1299W: http://www.openfabrics.org 1300S: Supported 1301 1302CYBERPRO FB DRIVER 1303P: Russell King 1304M: rmk@arm.linux.org.uk 1305W: http://www.arm.linux.org.uk/ 1306S: Maintained 1307 1308CYBLAFB FRAMEBUFFER DRIVER 1309P: Knut Petersen 1310M: Knut_Petersen@t-online.de 1311L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 1312S: Maintained 1313 1314CYCLADES 2X SYNC CARD DRIVER 1315P: Arnaldo Carvalho de Melo 1316M: acme@ghostprotocols.net 1317W: http://oops.ghostprotocols.net:81/blog 1318S: Maintained 1319 1320CYCLADES ASYNC MUX DRIVER 1321W: http://www.cyclades.com/ 1322S: Orphan 1323 1324CYCLADES PC300 DRIVER 1325W: http://www.cyclades.com/ 1326S: Orphan 1327 1328DAMA SLAVE for AX.25 1329P: Joerg Reuter 1330M: jreuter@yaina.de 1331W: http://yaina.de/jreuter/ 1332W: http://www.qsl.net/dl1bke/ 1333L: linux-hams@vger.kernel.org 1334S: Maintained 1335 1336DC395x SCSI driver 1337P: Oliver Neukum 1338M: oliver@neukum.name 1339P: Ali Akcaagac 1340M: aliakc@web.de 1341P: Jamie Lenehan 1342M: lenehan@twibble.org 1343W: http://twibble.org/dist/dc395x/ 1344L: dc395x@twibble.org 1345L: http://lists.twibble.org/mailman/listinfo/dc395x/ 1346S: Maintained 1347 1348DC390/AM53C974 SCSI driver 1349P: Kurt Garloff 1350M: garloff@suse.de 1351W: http://www.garloff.de/kurt/linux/dc390/ 1352P: Guennadi Liakhovetski 1353M: g.liakhovetski@gmx.de 1354S: Maintained 1355 1356DCCP PROTOCOL 1357P: Arnaldo Carvalho de Melo 1358M: acme@ghostprotocols.net 1359L: dccp@vger.kernel.org 1360W: http://linux-net.osdl.org/index.php/DCCP 1361S: Maintained 1362 1363DECnet NETWORK LAYER 1364P: Christine Caulfield 1365M: christine.caulfield@googlemail.com 1366W: http://linux-decnet.sourceforge.net 1367L: linux-decnet-user@lists.sourceforge.net 1368S: Maintained 1369 1370DEFXX FDDI NETWORK DRIVER 1371P: Maciej W. Rozycki 1372M: macro@linux-mips.org 1373S: Maintained 1374 1375DELL LAPTOP SMM DRIVER 1376P: Massimo Dal Zotto 1377M: dz@debian.org 1378W: http://www.debian.org/~dz/i8k/ 1379S: Maintained 1380 1381DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) 1382P: Doug Warzecha 1383M: Douglas_Warzecha@dell.com 1384S: Maintained 1385 1386DEVICE-MAPPER (LVM) 1387P: Alasdair Kergon 1388L: dm-devel@redhat.com 1389W: http://sources.redhat.com/dm 1390S: Maintained 1391 1392DEVICE NUMBER REGISTRY 1393P: Torben Mathiasen 1394M: device@lanana.org 1395W: http://lanana.org/docs/device-list/index.html 1396L: linux-kernel@vger.kernel.org 1397S: Maintained 1398 1399DIGI INTL. EPCA DRIVER 1400P: Digi International, Inc 1401M: Eng.Linux@digi.com 1402L: Eng.Linux@digi.com 1403W: http://www.digi.com 1404S: Orphaned 1405 1406DIRECTORY NOTIFICATION 1407P: Stephen Rothwell 1408M: sfr@canb.auug.org.au 1409L: linux-kernel@vger.kernel.org 1410S: Supported 1411 1412DISK GEOMETRY AND PARTITION HANDLING 1413P: Andries Brouwer 1414M: aeb@cwi.nl 1415W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html 1416W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html 1417W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html 1418S: Maintained 1419 1420DISKQUOTA: 1421P: Jan Kara 1422M: jack@suse.cz 1423L: linux-kernel@vger.kernel.org 1424S: Maintained 1425 1426DISTRIBUTED LOCK MANAGER 1427P: Christine Caulfield 1428M: ccaulfie@redhat.com 1429P: David Teigland 1430M: teigland@redhat.com 1431L: cluster-devel@redhat.com 1432W: http://sources.redhat.com/cluster/ 1433T: git kernel.org:/pub/scm/linux/kernel/git/teigland/dlm.git 1434S: Supported 1435 1436DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER 1437P: Tobias Ringstrom 1438M: tori@unhappy.mine.nu 1439L: netdev@vger.kernel.org 1440S: Maintained 1441 1442DMA GENERIC OFFLOAD ENGINE SUBSYSTEM 1443P: Maciej Sosnowski 1444M: maciej.sosnowski@intel.com 1445P: Dan Williams 1446M: dan.j.williams@intel.com 1447L: linux-kernel@vger.kernel.org 1448S: Supported 1449 1450DME1737 HARDWARE MONITOR DRIVER 1451P: Juerg Haefliger 1452M: juergh@gmail.com 1453L: lm-sensors@lm-sensors.org 1454S: Maintained 1455 1456DOCBOOK FOR DOCUMENTATION 1457P: Randy Dunlap 1458M: rdunlap@xenotime.net 1459S: Maintained 1460 1461DOCKING STATION DRIVER 1462P: Kristen Carlson Accardi 1463M: kristen.c.accardi@intel.com 1464L: linux-acpi@vger.kernel.org 1465S: Supported 1466 1467DOCUMENTATION (/Documentation directory) 1468P: Michael Kerrisk 1469M: mtk.manpages@gmail.com 1470P: Randy Dunlap 1471M: rdunlap@xenotime.net 1472L: linux-doc@vger.kernel.org 1473S: Maintained 1474 1475DOUBLETALK DRIVER 1476P: James R. Van Zandt 1477M: jrv@vanzandt.mv.com 1478L: blinux-list@redhat.com 1479S: Maintained 1480 1481DRIVER CORE, KOBJECTS, AND SYSFS 1482P: Greg Kroah-Hartman 1483M: gregkh@suse.de 1484L: linux-kernel@vger.kernel.org 1485T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 1486S: Supported 1487 1488DRM DRIVERS 1489P: David Airlie 1490M: airlied@linux.ie 1491L: dri-devel@lists.sourceforge.net 1492T: git kernel.org:/pub/scm/linux/kernel/git/airlied/drm-2.6.git 1493S: Maintained 1494 1495DSCC4 DRIVER 1496P: Francois Romieu 1497M: romieu@fr.zoreil.com 1498L: netdev@vger.kernel.org 1499S: Maintained 1500 1501DVB SUBSYSTEM AND DRIVERS 1502P: LinuxTV.org Project 1503M: v4l-dvb-maintainer@linuxtv.org 1504L: linux-dvb@linuxtv.org (subscription required) 1505W: http://linuxtv.org/ 1506T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git 1507S: Maintained 1508 1509DZ DECSTATION DZ11 SERIAL DRIVER 1510P: Maciej W. Rozycki 1511M: macro@linux-mips.org 1512S: Maintained 1513 1514EATA-DMA SCSI DRIVER 1515P: Michael Neuffer 1516L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org 1517S: Maintained 1518 1519EATA ISA/EISA/PCI SCSI DRIVER 1520P: Dario Ballabio 1521M: ballabio_dario@emc.com 1522L: linux-scsi@vger.kernel.org 1523S: Maintained 1524 1525EATA-PIO SCSI DRIVER 1526P: Michael Neuffer 1527M: mike@i-Connect.Net 1528L: linux-eata@i-connect.net, linux-scsi@vger.kernel.org 1529S: Maintained 1530 1531EBTABLES 1532P: Bart De Schuymer 1533M: bart.de.schuymer@pandora.be 1534L: ebtables-user@lists.sourceforge.net 1535L: ebtables-devel@lists.sourceforge.net 1536W: http://ebtables.sourceforge.net/ 1537S: Maintained 1538 1539ECRYPT FILE SYSTEM 1540P: Mike Halcrow, Phillip Hellewell 1541M: mhalcrow@us.ibm.com, phillip@hellewell.homeip.net 1542L: ecryptfs-devel@lists.sourceforge.net 1543W: http://ecryptfs.sourceforge.net/ 1544S: Supported 1545 1546EDAC-CORE 1547P: Doug Thompson 1548M: dougthompson@xmission.com 1549L: bluesmoke-devel@lists.sourceforge.net 1550W: bluesmoke.sourceforge.net 1551S: Supported 1552 1553EDAC-E752X 1554P: Mark Gross 1555P: Doug Thompson 1556M: mark.gross@intel.com 1557M: dougthompson@xmission.com 1558L: bluesmoke-devel@lists.sourceforge.net 1559W: bluesmoke.sourceforge.net 1560S: Maintained 1561 1562EDAC-E7XXX 1563P: Doug Thompson 1564M: dougthompson@xmission.com 1565L: bluesmoke-devel@lists.sourceforge.net 1566W: bluesmoke.sourceforge.net 1567S: Maintained 1568 1569EDAC-I82443BXGX 1570P: Tim Small 1571M: tim@buttersideup.com 1572L: bluesmoke-devel@lists.sourceforge.net 1573W: bluesmoke.sourceforge.net 1574S: Maintained 1575 1576EDAC-I3000 1577P: Jason Uhlenkott 1578M: juhlenko@akamai.com 1579L: bluesmoke-devel@lists.sourceforge.net 1580W: bluesmoke.sourceforge.net 1581S: Maintained 1582 1583EDAC-I5000 1584P: Doug Thompson 1585M: dougthompson@xmission.com 1586L: bluesmoke-devel@lists.sourceforge.net 1587W: bluesmoke.sourceforge.net 1588S: Maintained 1589 1590EDAC-I82975X 1591P: Ranganathan Desikan 1592P: Arvind R. 1593M: rdesikan@jetzbroadband.com 1594M: arvind@acarlab.com 1595L: bluesmoke-devel@lists.sourceforge.net 1596W: bluesmoke.sourceforge.net 1597S: Maintained 1598 1599EDAC-PASEMI 1600P: Egor Martovetsky 1601M: egor@pasemi.com 1602L: bluesmoke-devel@lists.sourceforge.net 1603W: bluesmoke.sourceforge.net 1604S: Maintained 1605 1606EDAC-R82600 1607P: Tim Small 1608M: tim@buttersideup.com 1609L: bluesmoke-devel@lists.sourceforge.net 1610W: bluesmoke.sourceforge.net 1611S: Maintained 1612 1613EEEPC LAPTOP EXTRAS DRIVER 1614P: Corentin Chary 1615M: corentincj@iksaif.net 1616L: acpi4asus-user@lists.sourceforge.net 1617W: http://sourceforge.net/projects/acpi4asus 1618S: Maintained 1619 1620EEPRO100 NETWORK DRIVER 1621P: Andrey V. Savochkin 1622M: saw@saw.sw.com.sg 1623S: Maintained 1624 1625EFS FILESYSTEM 1626W: http://aeschi.ch.eu.org/efs/ 1627S: Orphan 1628 1629EHCA (IBM GX bus InfiniBand adapter) DRIVER: 1630P: Hoang-Nam Nguyen 1631M: hnguyen@de.ibm.com 1632P: Christoph Raisch 1633M: raisch@de.ibm.com 1634L: general@lists.openfabrics.org 1635S: Supported 1636 1637EMBEDDED LINUX 1638P: Paul Gortmaker 1639M: paul.gortmaker@windriver.com 1640P David Woodhouse 1641M: dwmw2@infradead.org 1642L: linux-embedded@vger.kernel.org 1643S: Maintained 1644 1645EMULEX LPFC FC SCSI DRIVER 1646P: James Smart 1647M: james.smart@emulex.com 1648L: linux-scsi@vger.kernel.org 1649W: http://sourceforge.net/projects/lpfcxxxx 1650S: Supported 1651 1652EPSON 1355 FRAMEBUFFER DRIVER 1653P: Christopher Hoover 1654M: ch@murgatroid.com, ch@hpl.hp.com 1655S: Maintained 1656 1657ETHEREXPRESS-16 NETWORK DRIVER 1658P: Philip Blundell 1659M: philb@gnu.org 1660L: netdev@vger.kernel.org 1661S: Maintained 1662 1663ETHERNET BRIDGE 1664P: Stephen Hemminger 1665M: shemminger@linux-foundation.org 1666L: bridge@lists.linux-foundation.org 1667W: http://www.linux-foundation.org/en/Net:Bridge 1668S: Maintained 1669 1670ETHERTEAM 16I DRIVER 1671P: Mika Kuoppala 1672M: miku@iki.fi 1673S: Maintained 1674 1675EXT2 FILE SYSTEM 1676L: linux-ext4@vger.kernel.org 1677S: Maintained 1678 1679EXT3 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 1685EXT4 FILE SYSTEM 1686P: Stephen Tweedie, Andrew Morton 1687M: sct@redhat.com, akpm@linux-foundation.org, adilger@sun.com 1688L: linux-ext4@vger.kernel.org 1689S: Maintained 1690 1691F71805F HARDWARE MONITORING DRIVER 1692P: Jean Delvare 1693M: khali@linux-fr.org 1694L: lm-sensors@lm-sensors.org 1695S: Maintained 1696 1697FARSYNC SYNCHRONOUS DRIVER 1698P: Kevin Curtis 1699M: kevin.curtis@farsite.co.uk 1700W: http://www.farsite.co.uk/ 1701S: Supported 1702 1703FAULT INJECTION SUPPORT 1704P: Akinobu Mita 1705M: akinobu.mita@gmail.com 1706S: Supported 1707 1708FRAMEBUFFER LAYER 1709P: Antonino Daplas 1710M: adaplas@gmail.com 1711L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 1712W: http://linux-fbdev.sourceforge.net/ 1713S: Maintained 1714 1715FREESCALE DMA DRIVER 1716P: Li Yang 1717M: leoli@freescale.com 1718P: Zhang Wei 1719M: zw@zh-kernel.org 1720L: linuxppc-embedded@ozlabs.org 1721L: linux-kernel@vger.kernel.org 1722S: Maintained 1723 1724FREESCALE I2C CPM DRIVER 1725P: Jochen Friedrich 1726M: jochen@scram.de 1727L: linuxppc-dev@ozlabs.org 1728L: i2c@lm-sensors.org 1729S: Maintained 1730 1731FREESCALE SOC FS_ENET DRIVER 1732P: Pantelis Antoniou 1733M: pantelis.antoniou@gmail.com 1734P: Vitaly Bordug 1735M: vbordug@ru.mvista.com 1736L: linuxppc-dev@ozlabs.org 1737L: netdev@vger.kernel.org 1738S: Maintained 1739 1740FREESCALE QUICC ENGINE LIBRARY 1741P: Timur Tabi 1742M: timur@freescale.com 1743L: linuxppc-dev@ozlabs.org 1744S: Supported 1745 1746FREESCALE HIGHSPEED USB DEVICE DRIVER 1747P: Li Yang 1748M: leoli@freescale.com 1749L: linux-usb@vger.kernel.org 1750L: linuxppc-dev@ozlabs.org 1751S: Maintained 1752 1753FREESCALE QUICC ENGINE UCC ETHERNET DRIVER 1754P: Li Yang 1755M: leoli@freescale.com 1756L: netdev@vger.kernel.org 1757L: linuxppc-dev@ozlabs.org 1758S: Maintained 1759 1760FREESCALE QUICC ENGINE UCC UART DRIVER 1761P: Timur Tabi 1762M: timur@freescale.com 1763L: linuxppc-dev@ozlabs.org 1764S: Supported 1765 1766FREESCALE SOC SOUND DRIVERS 1767P: Timur Tabi 1768M: timur@freescale.com 1769L: alsa-devel@alsa-project.org 1770L: linuxppc-dev@ozlabs.org 1771S: Supported 1772 1773FILE LOCKING (flock() and fcntl()/lockf()) 1774P: Matthew Wilcox 1775M: matthew@wil.cx 1776L: linux-fsdevel@vger.kernel.org 1777S: Maintained 1778 1779FILESYSTEMS (VFS and infrastructure) 1780P: Alexander Viro 1781M: viro@zeniv.linux.org.uk 1782L: linux-fsdevel@vger.kernel.org 1783S: Maintained 1784 1785FIREWIRE SUBSYSTEM (drivers/firewire, <linux/firewire*.h>) 1786P: Kristian Hoegsberg, Stefan Richter 1787M: krh@redhat.com, stefanr@s5r6.in-berlin.de 1788L: linux1394-devel@lists.sourceforge.net 1789W: http://www.linux1394.org/ 1790T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 1791S: Maintained 1792 1793FIRMWARE LOADER (request_firmware) 1794L: linux-kernel@vger.kernel.org 1795S: Orphan 1796 1797FPU EMULATOR 1798P: Bill Metzenthen 1799M: billm@suburbia.net 1800W: http://suburbia.net/~billm/floating-point/emulator/ 1801S: Maintained 1802 1803FRAME RELAY DLCI/FRAD (Sangoma drivers too) 1804P: Mike McLagan 1805M: mike.mclagan@linux.org 1806L: netdev@vger.kernel.org 1807S: Maintained 1808 1809FREEVXFS FILESYSTEM 1810P: Christoph Hellwig 1811M: hch@infradead.org 1812W: ftp://ftp.openlinux.org/pub/people/hch/vxfs 1813S: Maintained 1814 1815FTRACE 1816P: Steven Rostedt 1817M: srostedt@redhat.com 1818S: Maintained 1819 1820FUJITSU FR-V (FRV) PORT 1821P: David Howells 1822M: dhowells@redhat.com 1823S: Maintained 1824 1825FUJITSU LAPTOP EXTRAS 1826P: Jonathan Woithe 1827M: jwoithe@physics.adelaide.edu.au 1828L: linux-acpi@vger.kernel.org 1829S: Maintained 1830 1831FUSE: FILESYSTEM IN USERSPACE 1832P: Miklos Szeredi 1833M: miklos@szeredi.hu 1834L: fuse-devel@lists.sourceforge.net 1835W: http://fuse.sourceforge.net/ 1836S: Maintained 1837 1838FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) 1839P: Rik Faith 1840M: faith@cs.unc.edu 1841L: linux-scsi@vger.kernel.org 1842S: Odd fixes (e.g., new signatures) 1843 1844GDT SCSI DISK ARRAY CONTROLLER DRIVER 1845P: Achim Leubner 1846M: achim_leubner@adaptec.com 1847L: linux-scsi@vger.kernel.org 1848W: http://www.icp-vortex.com/ 1849S: Supported 1850 1851GENERIC GPIO I2C DRIVER 1852P: Haavard Skinnemoen 1853M: hskinnemoen@atmel.com 1854S: Supported 1855 1856GENERIC HDLC DRIVER, N2, C101, PCI200SYN and WANXL DRIVERS 1857P: Krzysztof Halasa 1858M: khc@pm.waw.pl 1859W: http://www.kernel.org/pub/linux/utils/net/hdlc/ 1860S: Maintained 1861 1862GFS2 FILE SYSTEM 1863P: Steven Whitehouse 1864M: swhiteho@redhat.com 1865L: cluster-devel@redhat.com 1866W: http://sources.redhat.com/cluster/ 1867T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git 1868T: git kernel.org:/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git 1869S: Supported 1870 1871GIGASET ISDN DRIVERS 1872P: Hansjoerg Lipp 1873M: hjlipp@web.de 1874P: Tilman Schmidt 1875M: tilman@imap.cc 1876L: gigaset307x-common@lists.sourceforge.net 1877W: http://gigaset307x.sourceforge.net/ 1878S: Maintained 1879 1880HARDWARE MONITORING 1881P: Mark M. Hoffman 1882M: mhoffman@lightlink.com 1883L: lm-sensors@lm-sensors.org 1884W: http://www.lm-sensors.org/ 1885T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git testing 1886T: git lm-sensors.org:/kernel/mhoffman/hwmon-2.6.git release 1887S: Maintained 1888 1889HARDWARE RANDOM NUMBER GENERATOR CORE 1890S: Orphaned 1891 1892HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER 1893P: Robert Love 1894M: rlove@rlove.org 1895M: linux-kernel@vger.kernel.org 1896W: http://www.kernel.org/pub/linux/kernel/people/rml/hdaps/ 1897S: Maintained 1898 1899HARMONY SOUND DRIVER 1900P: Kyle McMartin 1901M: kyle@mcmartin.ca 1902L: linux-parisc@vger.kernel.org 1903S: Maintained 1904 1905HAYES ESP SERIAL DRIVER 1906P: Andrew J. Robinson 1907M: arobinso@nyx.net 1908L: linux-kernel@vger.kernel.org 1909W: http://www.nyx.net/~arobinso 1910S: Maintained 1911 1912HFS FILESYSTEM 1913P: Roman Zippel 1914M: zippel@linux-m68k.org 1915L: linux-kernel@vger.kernel.org 1916S: Maintained 1917 1918HGA FRAMEBUFFER DRIVER 1919P: Ferenc Bakonyi 1920M: fero@drama.obuda.kando.hu 1921L: linux-nvidia@lists.surfsouth.com 1922W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml 1923S: Maintained 1924 1925HID CORE LAYER 1926P: Jiri Kosina 1927M: jkosina@suse.cz 1928L: linux-input@vger.kernel.org 1929T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git 1930S: Maintained 1931 1932HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS 1933P: Thomas Gleixner 1934M: tglx@linutronix.de 1935L: linux-kernel@vger.kernel.org 1936S: Maintained 1937 1938HIGH-SPEED SCC DRIVER FOR AX.25 1939P: Klaus Kudielka 1940M: klaus.kudielka@ieee.org 1941L: linux-hams@vger.kernel.org 1942W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ 1943S: Maintained 1944 1945HIGHPOINT ROCKETRAID 3xxx RAID DRIVER 1946P: HighPoint Linux Team 1947M: linux@highpoint-tech.com 1948W: http://www.highpoint-tech.com 1949S: Supported 1950 1951HIPPI 1952P: Jes Sorensen 1953M: jes@trained-monkey.org 1954L: linux-hippi@sunsite.dk 1955S: Maintained 1956 1957HEWLETT-PACKARD FIBRE CHANNEL 64-bit/66MHz PCI non-intelligent HBA 1958P: Chirag Kantharia 1959M: chirag.kantharia@hp.com 1960L: iss_storagedev@hp.com 1961S: Maintained 1962 1963HEWLETT-PACKARD SMART2 RAID DRIVER 1964P: Chirag Kantharia 1965M: chirag.kantharia@hp.com 1966L: iss_storagedev@hp.com 1967S: Maintained 1968 1969HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) 1970P: Mike Miller 1971M: mike.miller@hp.com 1972L: iss_storagedev@hp.com 1973S: Supported 1974 1975HOST AP DRIVER 1976P: Jouni Malinen 1977M: j@w1.fi 1978L: hostap@shmoo.com (subscribers-only) 1979L: linux-wireless@vger.kernel.org 1980W: http://hostap.epitest.fi/ 1981S: Maintained 1982 1983HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series 1984P: Jaroslav Kysela 1985M: perex@perex.cz 1986S: Maintained 1987 1988HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER 1989P: Carlos Corbacho 1990M: carlos@strangeworlds.co.uk 1991S: Odd Fixes 1992 1993HPET: High Precision Event Timers driver (drivers/char/hpet.c) 1994P: Clemens Ladisch 1995M: clemens@ladisch.de 1996S: Maintained 1997 1998HPET: i386 1999P: Venkatesh Pallipadi (Venki) 2000M: venkatesh.pallipadi@intel.com 2001S: Maintained 2002 2003HPET: x86_64 2004P: Vojtech Pavlik 2005M: vojtech@suse.cz 2006S: Maintained 2007 2008HPET: ACPI hpet.c 2009P: Bob Picco 2010M: bob.picco@hp.com 2011S: Maintained 2012 2013HPFS FILESYSTEM 2014P: Mikulas Patocka 2015M: mikulas@artax.karlin.mff.cuni.cz 2016W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi 2017S: Maintained 2018 2019HTCPEN TOUCHSCREEN DRIVER 2020P: Pau Oliva Fora 2021M: pof@eslack.org 2022L: linux-input@vger.kernel.org 2023S: Maintained 2024 2025HUGETLB FILESYSTEM 2026P: William Irwin 2027M: wli@holomorphy.com 2028S: Maintained 2029 2030I2C/SMBUS STUB DRIVER 2031P: Mark M. Hoffman 2032M: mhoffman@lightlink.com 2033L: lm-sensors@lm-sensors.org 2034S: Maintained 2035 2036I2C SUBSYSTEM 2037P: Jean Delvare (PC drivers, core) 2038M: khali@linux-fr.org 2039P: Ben Dooks (embedded platforms) 2040M: ben-linux@fluff.org 2041L: i2c@lm-sensors.org 2042T: quilt http://khali.linux-fr.org/devel/linux-2.6/jdelvare-i2c/ 2043S: Maintained 2044 2045I2C-TINY-USB DRIVER 2046P: Till Harbaum 2047M: till@harbaum.org 2048L: i2c@lm-sensors.org 2049T: http://www.harbaum.org/till/i2c_tiny_usb 2050S: Maintained 2051 2052i386 BOOT CODE 2053P: H. Peter Anvin 2054M: hpa@zytor.com 2055L: Linux-Kernel@vger.kernel.org 2056S: Maintained 2057 2058i386 SETUP CODE / CPU ERRATA WORKAROUNDS 2059P: H. Peter Anvin 2060M: hpa@zytor.com 2061T: git.kernel.org:/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git 2062S: Maintained 2063 2064IA64 (Itanium) PLATFORM 2065P: Tony Luck 2066M: tony.luck@intel.com 2067L: linux-ia64@vger.kernel.org 2068W: http://www.ia64-linux.org/ 2069T: git kernel.org:/pub/scm/linux/kernel/git/aegl/linux-2.6.git 2070S: Maintained 2071 2072SN-IA64 (Itanium) SUB-PLATFORM 2073P: Jes Sorensen 2074M: jes@sgi.com 2075L: linux-altix@sgi.com 2076L: linux-ia64@vger.kernel.org 2077W: http://www.sgi.com/altix 2078S: Maintained 2079 2080IBM MCA SCSI SUBSYSTEM DRIVER 2081P: Michael Lang 2082M: langa2@kph.uni-mainz.de 2083W: http://www.uni-mainz.de/~langm000/linux.html 2084S: Maintained 2085 2086IBM Power Linux RAID adapter 2087P: Brian King 2088M: brking@us.ibm.com 2089S: Supported 2090 2091IBM ServeRAID RAID DRIVER 2092P: Jack Hammer 2093P: Dave Jeffery 2094M: ipslinux@adaptec.com 2095W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html 2096S: Supported 2097 2098IDE SUBSYSTEM 2099P: Bartlomiej Zolnierkiewicz 2100M: bzolnier@gmail.com 2101L: linux-ide@vger.kernel.org 2102T: quilt kernel.org/pub/linux/kernel/people/bart/pata-2.6/ 2103S: Maintained 2104 2105IDE/ATAPI CDROM DRIVER 2106P: Borislav Petkov 2107M: petkovbb@gmail.com 2108L: linux-ide@vger.kernel.org 2109S: Maintained 2110 2111IDE/ATAPI FLOPPY DRIVERS 2112P: Paul Bristow 2113M: Paul Bristow <paul@paulbristow.net> 2114W: http://paulbristow.net/linux/idefloppy.html 2115L: linux-kernel@vger.kernel.org 2116S: Maintained 2117 2118IDE/ATAPI TAPE DRIVERS 2119P: Gadi Oxman 2120M: Gadi Oxman <gadio@netvision.net.il> 2121L: linux-kernel@vger.kernel.org 2122S: Maintained 2123 2124IDE-SCSI DRIVER 2125L: linux-ide@vger.kernel.org 2126L: linux-scsi@vger.kernel.org 2127S: Orphan 2128 2129IEEE 1394 SUBSYSTEM (drivers/ieee1394) 2130P: Ben Collins 2131M: ben.collins@ubuntu.com 2132P: Stefan Richter 2133M: stefanr@s5r6.in-berlin.de 2134L: linux1394-devel@lists.sourceforge.net 2135W: http://www.linux1394.org/ 2136T: git kernel.org:/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 2137S: Maintained 2138 2139IEEE 1394 RAW I/O DRIVER (raw1394) 2140P: Dan Dennedy 2141M: dan@dennedy.org 2142P: Stefan Richter 2143M: stefanr@s5r6.in-berlin.de 2144L: linux1394-devel@lists.sourceforge.net 2145S: Maintained 2146 2147IMS TWINTURBO FRAMEBUFFER DRIVER 2148L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2149S: Orphan 2150 2151INFINIBAND SUBSYSTEM 2152P: Roland Dreier 2153M: rolandd@cisco.com 2154P: Sean Hefty 2155M: sean.hefty@intel.com 2156P: Hal Rosenstock 2157M: hal.rosenstock@gmail.com 2158L: general@lists.openfabrics.org 2159W: http://www.openib.org/ 2160T: git kernel.org:/pub/scm/linux/kernel/git/roland/infiniband.git 2161S: Supported 2162 2163INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS 2164P: Dmitry Torokhov 2165M: dmitry.torokhov@gmail.com 2166M: dtor@mail.ru 2167L: linux-input@vger.kernel.org 2168T: git kernel.org:/pub/scm/linux/kernel/git/dtor/input.git 2169S: Maintained 2170 2171INOTIFY 2172P: John McCutchan 2173M: ttb@tentacle.dhs.org 2174P: Robert Love 2175M: rml@novell.com 2176L: linux-kernel@vger.kernel.org 2177S: Maintained 2178 2179INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 2180P: Sylvain Meyer 2181M: sylvain.meyer@worldonline.fr 2182L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2183S: Maintained 2184 2185INTEL 810/815 FRAMEBUFFER DRIVER 2186P: Antonino Daplas 2187M: adaplas@gmail.com 2188L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2189S: Maintained 2190 2191INTEL IA32 MICROCODE UPDATE SUPPORT 2192P: Tigran Aivazian 2193M: tigran@aivazian.fsnet.co.uk 2194S: Maintained 2195 2196INTEL I/OAT DMA DRIVER 2197P: Maciej Sosnowski 2198M: maciej.sosnowski@intel.com 2199L: linux-kernel@vger.kernel.org 2200S: Supported 2201 2202INTEL IOP-ADMA DMA DRIVER 2203P: Dan Williams 2204M: dan.j.williams@intel.com 2205L: linux-kernel@vger.kernel.org 2206S: Supported 2207 2208INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT 2209P: Deepak Saxena 2210M: dsaxena@plexity.net 2211S: Maintained 2212 2213INTEL IXP2000 ETHERNET DRIVER 2214P: Lennert Buytenhek 2215M: kernel@wantstofly.org 2216L: netdev@vger.kernel.org 2217S: Maintained 2218 2219INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) 2220P: Jeff Kirsher 2221M: jeffrey.t.kirsher@intel.com 2222P: Jesse Brandeburg 2223M: jesse.brandeburg@intel.com 2224P: Bruce Allan 2225M: bruce.w.allan@intel.com 2226P: PJ Waskiewicz 2227M: peter.p.waskiewicz.jr@intel.com 2228P: John Ronciak 2229M: john.ronciak@intel.com 2230L: e1000-devel@lists.sourceforge.net 2231W: http://e1000.sourceforge.net/ 2232S: Supported 2233 2234INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT 2235P: Zhu Yi 2236M: yi.zhu@intel.com 2237P: James Ketrenos 2238M: jketreno@linux.intel.com 2239P: Reinette Chatre 2240M: reinette.chatre@intel.com 2241L: linux-wireless@vger.kernel.org 2242L: ipw2100-devel@lists.sourceforge.net 2243W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel 2244W: http://ipw2100.sourceforge.net 2245S: Supported 2246 2247INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT 2248P: Zhu Yi 2249M: yi.zhu@intel.com 2250P: James Ketrenos 2251M: jketreno@linux.intel.com 2252P: Reinette Chatre 2253M: reinette.chatre@intel.com 2254L: linux-wireless@vger.kernel.org 2255L: ipw2100-devel@lists.sourceforge.net 2256W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel 2257W: http://ipw2200.sourceforge.net 2258S: Supported 2259 2260INTEL WIRELESS WIFI LINK (iwlwifi) 2261P: Zhu Yi 2262M: yi.zhu@intel.com 2263P: Reinette Chatre 2264M: reinette.chatre@intel.com 2265L: linux-wireless@vger.kernel.org 2266L: ipw3945-devel@lists.sourceforge.net 2267W: http://intellinuxwireless.org 2268T: git kernel.org:/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git 2269S: Supported 2270 2271IOC3 ETHERNET DRIVER 2272P: Ralf Baechle 2273M: ralf@linux-mips.org 2274L: linux-mips@linux-mips.org 2275S: Maintained 2276 2277IOC3 SERIAL DRIVER 2278P: Pat Gefre 2279M: pfg@sgi.com 2280L: linux-mips@linux-mips.org 2281S: Maintained 2282 2283IP MASQUERADING: 2284P: Juanjo Ciarlante 2285M: jjciarla@raiz.uncu.edu.ar 2286S: Maintained 2287 2288IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER 2289P: Francois Romieu 2290M: romieu@fr.zoreil.com 2291P: Sorbica Shieh 2292M: sorbica@icplus.com.tw 2293P: Jesse Huang 2294M: jesse@icplus.com.tw 2295L: netdev@vger.kernel.org 2296S: Maintained 2297 2298IPATH DRIVER: 2299P: Ralph Campbell 2300M: infinipath@qlogic.com 2301L: general@lists.openfabrics.org 2302T: git git://git.qlogic.com/ipath-linux-2.6 2303S: Supported 2304 2305IPMI SUBSYSTEM 2306P: Corey Minyard 2307M: minyard@acm.org 2308L: openipmi-developer@lists.sourceforge.net 2309W: http://openipmi.sourceforge.net/ 2310S: Supported 2311 2312IPX NETWORK LAYER 2313P: Arnaldo Carvalho de Melo 2314M: acme@ghostprotocols.net 2315L: netdev@vger.kernel.org 2316S: Maintained 2317 2318IPWIRELES DRIVER 2319P: Jiri Kosina 2320M: jkosina@suse.cz 2321P: David Sterba 2322M: dsterba@suse.cz 2323S: Maintained 2324T: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git 2325 2326IRDA SUBSYSTEM 2327P: Samuel Ortiz 2328M: samuel@sortiz.org 2329L: irda-users@lists.sourceforge.net (subscribers-only) 2330W: http://irda.sourceforge.net/ 2331S: Maintained 2332 2333ISCSI 2334P: Mike Christie 2335M: michaelc@cs.wisc.edu 2336L: open-iscsi@googlegroups.com 2337W: www.open-iscsi.org 2338T: git kernel.org:/pub/scm/linux/kernel/mnc/linux-2.6-iscsi.git 2339S: Maintained 2340 2341ISAPNP 2342P: Jaroslav Kysela 2343M: perex@perex.cz 2344S: Maintained 2345 2346ISDN SUBSYSTEM 2347P: Karsten Keil 2348M: kkeil@suse.de 2349L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 2350W: http://www.isdn4linux.de 2351T: git kernel.org:/pub/scm/linux/kernel/kkeil/isdn-2.6.git 2352S: Maintained 2353 2354ISDN SUBSYSTEM (Eicon active card driver) 2355P: Armin Schindler 2356M: mac@melware.de 2357L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 2358W: http://www.melware.de 2359S: Maintained 2360 2361IVTV VIDEO4LINUX DRIVER 2362P: Hans Verkuil 2363M: hverkuil@xs4all.nl 2364L: ivtv-devel@ivtvdriver.org 2365L: ivtv-users@ivtvdriver.org 2366L: video4linux-list@redhat.com 2367W: http://www.ivtvdriver.org 2368S: Maintained 2369 2370JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) 2371P: David Woodhouse 2372M: dwmw2@infradead.org 2373L: linux-mtd@lists.infradead.org 2374W: http://www.linux-mtd.infradead.org/doc/jffs2.html 2375S: Maintained 2376 2377UBI FILE SYSTEM (UBIFS) 2378P: Artem Bityutskiy 2379M: dedekind@infradead.org 2380P: Adrian Hunter 2381M: ext-adrian.hunter@nokia.com 2382L: linux-mtd@lists.infradead.org 2383T: git git://git.infradead.org/~dedekind/ubifs-2.6.git 2384W: http://www.linux-mtd.infradead.org/doc/ubifs.html 2385S: Maintained 2386 2387JFS FILESYSTEM 2388P: Dave Kleikamp 2389M: shaggy@austin.ibm.com 2390L: jfs-discussion@lists.sourceforge.net 2391W: http://jfs.sourceforge.net/ 2392T: git kernel.org:/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git 2393S: Supported 2394 2395JOURNALLING LAYER FOR BLOCK DEVICES (JBD) 2396P: Stephen Tweedie, Andrew Morton 2397M: sct@redhat.com, akpm@linux-foundation.org 2398L: linux-ext4@vger.kernel.org 2399S: Maintained 2400 2401K8TEMP HARDWARE MONITORING DRIVER 2402P: Rudolf Marek 2403M: r.marek@assembler.cz 2404L: lm-sensors@lm-sensors.org 2405S: Maintained 2406 2407KCONFIG 2408P: Roman Zippel 2409M: zippel@linux-m68k.org 2410L: linux-kbuild@vger.kernel.org 2411S: Maintained 2412 2413KDUMP 2414P: Vivek Goyal 2415M: vgoyal@redhat.com 2416P: Haren Myneni 2417M: hbabu@us.ibm.com 2418L: kexec@lists.infradead.org 2419L: linux-kernel@vger.kernel.org 2420W: http://lse.sourceforge.net/kdump/ 2421S: Maintained 2422 2423KERNEL AUTOMOUNTER (AUTOFS) 2424P: H. Peter Anvin 2425M: hpa@zytor.com 2426L: autofs@linux.kernel.org 2427S: Odd Fixes 2428 2429KERNEL AUTOMOUNTER v4 (AUTOFS4) 2430P: Ian Kent 2431M: raven@themaw.net 2432L: autofs@linux.kernel.org 2433S: Maintained 2434 2435KERNEL BUILD (kbuild: Makefile, scripts/Makefile.*) 2436P: Sam Ravnborg 2437M: sam@ravnborg.org 2438T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-next.git 2439T: git kernel.org:/pub/scm/linux/kernel/git/sam/kbuild-fixes.git 2440L: linux-kbuild@vger.kernel.org 2441S: Maintained 2442 2443KERNEL JANITORS 2444P: Several 2445L: kernel-janitors@vger.kernel.org 2446W: http://www.kerneljanitors.org/ 2447S: Maintained 2448 2449KERNEL NFSD 2450P: J. Bruce Fields 2451M: bfields@fieldses.org 2452P: Neil Brown 2453M: neilb@suse.de 2454L: linux-nfs@vger.kernel.org 2455W: http://nfs.sourceforge.net/ 2456S: Supported 2457 2458KERNEL VIRTUAL MACHINE (KVM) 2459P: Avi Kivity 2460M: avi@qumranet.com 2461L: kvm@vger.kernel.org 2462W: http://kvm.qumranet.com 2463S: Supported 2464 2465KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC 2466P: Hollis Blanchard 2467M: hollisb@us.ibm.com 2468L: kvm-ppc@vger.kernel.org 2469W: http://kvm.qumranet.com 2470S: Supported 2471 2472KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) 2473P: Anthony Xu 2474M: anthony.xu@intel.com 2475P: Xiantao Zhang 2476M: xiantao.zhang@intel.com 2477L: kvm-ia64@vger.kernel.org 2478W: http://kvm.qumranet.com 2479S: Supported 2480 2481KERNEL VIRTUAL MACHINE for s390 (KVM/s390) 2482P: Carsten Otte 2483M: cotte@de.ibm.com 2484P: Christian Borntraeger 2485M: borntraeger@de.ibm.com 2486M: linux390@de.ibm.com 2487L: linux-s390@vger.kernel.org 2488W: http://www.ibm.com/developerworks/linux/linux390/ 2489S: Supported 2490 2491KEXEC 2492P: Eric Biederman 2493M: ebiederm@xmission.com 2494W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ 2495L: linux-kernel@vger.kernel.org 2496L: kexec@lists.infradead.org 2497S: Maintained 2498 2499KGDB 2500P: Jason Wessel 2501M: jason.wessel@windriver.com 2502L: kgdb-bugreport@lists.sourceforge.net 2503S: Maintained 2504 2505KPROBES 2506P: Ananth N Mavinakayanahalli 2507M: ananth@in.ibm.com 2508P: Anil S Keshavamurthy 2509M: anil.s.keshavamurthy@intel.com 2510P: David S. Miller 2511M: davem@davemloft.net 2512P: Masami Hiramatsu 2513M: mhiramat@redhat.com 2514L: linux-kernel@vger.kernel.org 2515S: Maintained 2516 2517KS0108 LCD CONTROLLER DRIVER 2518P: Miguel Ojeda Sandonis 2519M: miguel.ojeda.sandonis@gmail.com 2520L: linux-kernel@vger.kernel.org 2521W: http://miguelojeda.es/auxdisplay.htm 2522W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 2523S: Maintained 2524 2525LAPB module 2526L: linux-x25@vger.kernel.org 2527S: Orphan 2528 2529LASI 53c700 driver for PARISC 2530P: James E.J. Bottomley 2531M: James.Bottomley@HansenPartnership.com 2532L: linux-scsi@vger.kernel.org 2533S: Maintained 2534 2535LED SUBSYSTEM 2536P: Richard Purdie 2537M: rpurdie@rpsys.net 2538S: Maintained 2539 2540LEGO USB Tower driver 2541P: Juergen Stuber 2542M: starblue@users.sourceforge.net 2543L: legousb-devel@lists.sourceforge.net 2544W: http://legousb.sourceforge.net/ 2545S: Maintained 2546 2547LGUEST 2548P: Rusty Russell 2549M: rusty@rustcorp.com.au 2550L: lguest@ozlabs.org 2551W: http://lguest.ozlabs.org/ 2552S: Maintained 2553 2554LINUX FOR IBM pSERIES (RS/6000) 2555P: Paul Mackerras 2556M: paulus@au.ibm.com 2557W: http://www.ibm.com/linux/ltc/projects/ppc 2558S: Supported 2559 2560LINUX FOR NCR VOYAGER 2561P: James Bottomley 2562M: James.Bottomley@HansenPartnership.com 2563W: http://www.hansenpartnership.com/voyager 2564S: Maintained 2565 2566LINUX FOR POWERPC (32-BIT AND 64-BIT) 2567P: Paul Mackerras 2568M: paulus@samba.org 2569P: Benjamin Herrenschmidt 2570M: benh@kernel.crashing.org 2571W: http://www.penguinppc.org/ 2572L: linuxppc-dev@ozlabs.org 2573T: git kernel.org:/pub/scm/linux/kernel/git/paulus/powerpc.git 2574S: Supported 2575 2576LINUX FOR POWER MACINTOSH 2577P: Benjamin Herrenschmidt 2578M: benh@kernel.crashing.org 2579W: http://www.penguinppc.org/ 2580L: linuxppc-dev@ozlabs.org 2581S: Maintained 2582 2583LINUX FOR POWERPC EMBEDDED MPC5XXX 2584P: Sylvain Munaut 2585M: tnt@246tNt.com 2586P: Grant Likely 2587M: grant.likely@secretlab.ca 2588L: linuxppc-dev@ozlabs.org 2589S: Maintained 2590 2591LINUX FOR POWERPC EMBEDDED PPC4XX 2592P: Josh Boyer 2593M: jwboyer@linux.vnet.ibm.com 2594P: Matt Porter 2595M: mporter@kernel.crashing.org 2596W: http://www.penguinppc.org/ 2597L: linuxppc-dev@ozlabs.org 2598T: git kernel.org:/pub/scm/linux/kernel/git/jwboyer/powerpc.git 2599S: Maintained 2600 2601LINUX FOR POWERPC EMBEDDED XILINX VIRTEX 2602P: Grant Likely 2603M: grant.likely@secretlab.ca 2604W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex 2605L: linuxppc-dev@ozlabs.org 2606S: Maintained 2607 2608LINUX FOR POWERPC EMBEDDED PPC8XX 2609P: Vitaly Bordug 2610M: vitb@kernel.crashing.org 2611P: Marcelo Tosatti 2612M: marcelo@kvack.org 2613W: http://www.penguinppc.org/ 2614L: linuxppc-dev@ozlabs.org 2615S: Maintained 2616 2617LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX 2618P: Kumar Gala 2619M: galak@kernel.crashing.org 2620W: http://www.penguinppc.org/ 2621L: linuxppc-dev@ozlabs.org 2622S: Maintained 2623 2624LINUX FOR POWERPC PA SEMI PWRFICIENT 2625P: Olof Johansson 2626M: olof@lixom.net 2627W: http://www.pasemi.com/ 2628L: linuxppc-dev@ozlabs.org 2629S: Supported 2630 2631LLC (802.2) 2632P: Arnaldo Carvalho de Melo 2633M: acme@ghostprotocols.net 2634S: Maintained 2635 2636LINUX SECURITY MODULE (LSM) FRAMEWORK 2637P: Chris Wright 2638M: chrisw@sous-sol.org 2639L: linux-security-module@vger.kernel.org 2640T: git kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git 2641S: Supported 2642 2643LM83 HARDWARE MONITOR DRIVER 2644P: Jean Delvare 2645M: khali@linux-fr.org 2646L: lm-sensors@lm-sensors.org 2647S: Maintained 2648 2649LM90 HARDWARE MONITOR DRIVER 2650P: Jean Delvare 2651M: khali@linux-fr.org 2652L: lm-sensors@lm-sensors.org 2653S: Maintained 2654 2655LOCKDEP AND LOCKSTAT 2656P: Peter Zijlstra 2657M: peterz@infradead.org 2658P: Ingo Molnar 2659M: mingo@redhat.com 2660L: linux-kernel@vger.kernel.org 2661T: git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git 2662S: Maintained 2663 2664LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) 2665P: Richard Russon (FlatCap) 2666M: ldm@flatcap.org 2667L: linux-ntfs-dev@lists.sourceforge.net 2668W: http://www.linux-ntfs.org/content/view/19/37/ 2669S: Maintained 2670 2671LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) 2672P: Eric Moore 2673M: Eric.Moore@lsi.com 2674M: support@lsi.com 2675L: DL-MPTFusionLinux@lsi.com 2676L: linux-scsi@vger.kernel.org 2677W: http://www.lsilogic.com/support 2678S: Supported 2679 2680LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers 2681P: Matthew Wilcox 2682M: matthew@wil.cx 2683L: linux-scsi@vger.kernel.org 2684S: Maintained 2685 2686M32R ARCHITECTURE 2687P: Hirokazu Takata 2688M: takata@linux-m32r.org 2689L: linux-m32r@ml.linux-m32r.org 2690L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) 2691W: http://www.linux-m32r.org/ 2692S: Maintained 2693 2694M68K ARCHITECTURE 2695P: Geert Uytterhoeven 2696M: geert@linux-m68k.org 2697P: Roman Zippel 2698M: zippel@linux-m68k.org 2699L: linux-m68k@lists.linux-m68k.org 2700W: http://www.linux-m68k.org/ 2701W: http://linux-m68k-cvs.ubb.ca/ 2702S: Maintained 2703 2704M68K ON APPLE MACINTOSH 2705P: Joshua Thompson 2706M: funaho@jurai.org 2707W: http://www.mac.linux-m68k.org/ 2708L: linux-m68k@lists.linux-m68k.org 2709S: Maintained 2710 2711M68K ON HP9000/300 2712P: Philip Blundell 2713M: philb@gnu.org 2714W: http://www.tazenda.demon.co.uk/phil/linux-hp 2715S: Maintained 2716 2717MAC80211 2718P: Johannes Berg 2719M: johannes@sipsolutions.net 2720P: Michael Wu 2721M: flamingice@sourmilk.net 2722L: linux-wireless@vger.kernel.org 2723W: http://linuxwireless.org/ 2724T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git 2725S: Maintained 2726 2727MAC80211 PID RATE CONTROL 2728P: Stefano Brivio 2729M: stefano.brivio@polimi.it 2730P: Mattias Nissler 2731M: mattias.nissler@gmx.de 2732L: linux-wireless@vger.kernel.org 2733W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID 2734T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git 2735S: Maintained 2736 2737MACVLAN DRIVER 2738P: Patrick McHardy 2739M: kaber@trash.net 2740L: netdev@vger.kernel.org 2741S: Maintained 2742 2743MARVELL YUKON / SYSKONNECT DRIVER 2744P: Mirko Lindner 2745M: mlindner@syskonnect.de 2746P: Ralph Roesler 2747M: rroesler@syskonnect.de 2748W: http://www.syskonnect.com 2749S: Supported 2750 2751MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 2752P: Michael Kerrisk 2753M: mtk.manpages@gmail.com 2754W: http://www.kernel.org/doc/man-pages 2755S: Supported 2756 2757MARVELL LIBERTAS WIRELESS DRIVER 2758P: Dan Williams 2759M: dcbw@redhat.com 2760L: libertas-dev@lists.infradead.org 2761S: Maintained 2762 2763MARVELL MV643XX ETHERNET DRIVER 2764P: Lennert Buytenhek 2765M: buytenh@marvell.com 2766L: netdev@vger.kernel.org 2767S: Supported 2768 2769MATROX FRAMEBUFFER DRIVER 2770P: Petr Vandrovec 2771M: vandrove@vc.cvut.cz 2772L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2773S: Maintained 2774 2775MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER 2776P: Hans J. Koch 2777M: hjk@linutronix.de 2778L: lm-sensors@lm-sensors.org 2779S: Maintained 2780 2781MEGARAID SCSI DRIVERS 2782P: Neela Syam Kolli 2783M: megaraidlinux@lsi.com 2784S: linux-scsi@vger.kernel.org 2785W: http://megaraid.lsilogic.com 2786S: Maintained 2787 2788MEMORY MANAGEMENT 2789L: linux-mm@kvack.org 2790L: linux-kernel@vger.kernel.org 2791W: http://www.linux-mm.org 2792S: Maintained 2793 2794MEMORY RESOURCE CONTROLLER 2795P: Balbir Singh 2796M: balbir@linux.vnet.ibm.com 2797P: Pavel Emelyanov 2798M: xemul@openvz.org 2799P: KAMEZAWA Hiroyuki 2800M: kamezawa.hiroyu@jp.fujitsu.com 2801L: linux-mm@kvack.org 2802L: linux-kernel@vger.kernel.org 2803S: Maintained 2804 2805MEI MN10300/AM33 PORT 2806P: David Howells 2807M: dhowells@redhat.com 2808P: Koichi Yasutake 2809M: yasutake.koichi@jp.panasonic.com 2810L: linux-am33-list@redhat.com (moderated for non-subscribers) 2811W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ 2812S: Maintained 2813 2814MEMORY TECHNOLOGY DEVICES (MTD) 2815P: David Woodhouse 2816M: dwmw2@infradead.org 2817W: http://www.linux-mtd.infradead.org/ 2818L: linux-mtd@lists.infradead.org 2819T: git git://git.infradead.org/mtd-2.6.git 2820S: Maintained 2821 2822UNSORTED BLOCK IMAGES (UBI) 2823P: Artem Bityutskiy 2824M: dedekind@infradead.org 2825W: http://www.linux-mtd.infradead.org/ 2826L: linux-mtd@lists.infradead.org 2827T: git git://git.infradead.org/~dedekind/ubi-2.6.git 2828S: Maintained 2829 2830MICROTEK X6 SCANNER 2831P: Oliver Neukum 2832M: oliver@neukum.name 2833S: Maintained 2834 2835MIPS 2836P: Ralf Baechle 2837M: ralf@linux-mips.org 2838W: http://www.linux-mips.org/ 2839L: linux-mips@linux-mips.org 2840T: git www.linux-mips.org:/pub/scm/linux.git 2841S: Supported 2842 2843MISCELLANEOUS MCA-SUPPORT 2844P: James Bottomley 2845M: James.Bottomley@HansenPartnership.com 2846L: linux-kernel@vger.kernel.org 2847S: Maintained 2848 2849MODULE SUPPORT 2850P: Rusty Russell 2851M: rusty@rustcorp.com.au 2852L: linux-kernel@vger.kernel.org 2853S: Maintained 2854 2855MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER 2856P: Stelian Pop 2857M: stelian@popies.net 2858W: http://popies.net/meye/ 2859S: Maintained 2860 2861MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER 2862P: Pavel Pisa 2863M: ppisa@pikron.com 2864L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 2865S: Maintained 2866 2867MOUSE AND MISC DEVICES [GENERAL] 2868P: Alessandro Rubini 2869M: rubini@ipvvis.unipv.it 2870L: linux-kernel@vger.kernel.org 2871S: Maintained 2872 2873MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD 2874P: Jiri Slaby 2875M: jirislaby@gmail.com 2876L: linux-kernel@vger.kernel.org 2877S: Maintained 2878 2879MSI LAPTOP SUPPORT 2880P: Lennart Poettering 2881M: mzxreary@0pointer.de 2882W: https://tango.0pointer.de/mailman/listinfo/s270-linux 2883W: http://0pointer.de/lennart/tchibo.html 2884S: Maintained 2885 2886MULTIFUNCTION DEVICES (MFD) 2887P: Samuel Ortiz 2888M: sameo@openedhand.com 2889L: linux-kernel@vger.kernel.org 2890S: Supported 2891 2892MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM 2893P: Pierre Ossman 2894M: drzeus-mmc@drzeus.cx 2895L: linux-kernel@vger.kernel.org 2896S: Maintained 2897 2898MULTIMEDIA CARD (MMC) ETC. OVER SPI 2899P: David Brownell 2900M: dbrownell@users.sourceforge.net 2901L: linux-kernel@vger.kernel.org 2902S: Odd fixes 2903 2904MULTISOUND SOUND DRIVER 2905P: Andrew Veliath 2906M: andrewtv@usa.net 2907S: Maintained 2908 2909MULTITECH MULTIPORT CARD (ISICOM) 2910P: Jiri Slaby 2911M: jirislaby@gmail.com 2912L: linux-kernel@vger.kernel.org 2913S: Maintained 2914 2915MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) 2916P: Andrew Gallatin 2917M: gallatin@myri.com 2918P: Brice Goglin 2919M: brice@myri.com 2920L: netdev@vger.kernel.org 2921W: http://www.myri.com/scs/download-Myri10GE.html 2922S: Supported 2923 2924NATSEMI ETHERNET DRIVER (DP8381x) 2925P: Tim Hockin 2926M: thockin@hockin.org 2927S: Maintained 2928 2929NCP FILESYSTEM 2930P: Petr Vandrovec 2931M: vandrove@vc.cvut.cz 2932L: linware@sh.cvut.cz 2933S: Maintained 2934 2935NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) 2936P: James E.J. Bottomley 2937M: James.Bottomley@HansenPartnership.com 2938L: linux-scsi@vger.kernel.org 2939S: Maintained 2940 2941NETEFFECT IWARP RNIC DRIVER (IW_NES) 2942P: Faisal Latif 2943M: flatif@neteffect.com 2944P: Chien Tung 2945M: ctung@neteffect.com 2946L: general@lists.openfabrics.org 2947W: http://www.neteffect.com 2948S: Supported 2949F: drivers/infiniband/hw/nes/ 2950 2951NETEM NETWORK EMULATOR 2952P: Stephen Hemminger 2953M: shemminger@linux-foundation.org 2954L: netem@lists.linux-foundation.org 2955S: Maintained 2956 2957NETERION (S2IO) Xframe 10GbE DRIVER 2958P: Ramkrishna Vepa 2959M: ram.vepa@neterion.com 2960P: Rastapur Santosh 2961M: santosh.rastapur@neterion.com 2962P: Sivakumar Subramani 2963M: sivakumar.subramani@neterion.com 2964P: Sreenivasa Honnur 2965M: sreenivasa.honnur@neterion.com 2966L: netdev@vger.kernel.org 2967W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/TitleIndex?anonymous 2968S: Supported 2969 2970NETFILTER/IPTABLES/IPCHAINS 2971P: Rusty Russell 2972P: Marc Boucher 2973P: James Morris 2974P: Harald Welte 2975P: Jozsef Kadlecsik 2976P: Patrick McHardy 2977M: kaber@trash.net 2978L: netfilter-devel@vger.kernel.org 2979L: netfilter@vger.kernel.org 2980L: coreteam@netfilter.org 2981W: http://www.netfilter.org/ 2982W: http://www.iptables.org/ 2983S: Supported 2984 2985NETLABEL 2986P: Paul Moore 2987M: paul.moore@hp.com 2988W: http://netlabel.sf.net 2989L: netdev@vger.kernel.org 2990S: Supported 2991 2992NETROM NETWORK LAYER 2993P: Ralf Baechle 2994M: ralf@linux-mips.org 2995L: linux-hams@vger.kernel.org 2996W: http://www.linux-ax25.org/ 2997S: Maintained 2998 2999NETWORK BLOCK DEVICE (NBD) 3000P: Paul Clements 3001M: Paul.Clements@steeleye.com 3002S: Maintained 3003 3004NETWORK DEVICE DRIVERS 3005P: Jeff Garzik 3006M: jgarzik@pobox.com 3007L: netdev@vger.kernel.org 3008T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6.git 3009S: Maintained 3010 3011NETWORKING [GENERAL] 3012P: Networking Team 3013M: netdev@vger.kernel.org 3014L: netdev@vger.kernel.org 3015W: http://linux-net.osdl.org/ 3016S: Maintained 3017 3018NETWORKING [IPv4/IPv6] 3019P: David S. Miller 3020M: davem@davemloft.net 3021P: Alexey Kuznetsov 3022M: kuznet@ms2.inr.ac.ru 3023P: Pekka Savola (ipv6) 3024M: pekkas@netcore.fi 3025P: James Morris 3026M: jmorris@namei.org 3027P: Hideaki YOSHIFUJI 3028M: yoshfuji@linux-ipv6.org 3029P: Patrick McHardy 3030M: kaber@trash.net 3031L: netdev@vger.kernel.org 3032T: git kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6.git 3033S: Maintained 3034 3035NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) 3036P: Paul Moore 3037M: paul.moore@hp.com 3038L: netdev@vger.kernel.org 3039S: Maintained 3040 3041NETWORKING [WIRELESS] 3042P: John W. Linville 3043M: linville@tuxdriver.com 3044L: linux-wireless@vger.kernel.org 3045T: git kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3046S: Maintained 3047 3048NETXEN (1/10) GbE SUPPORT 3049P: Dhananjay Phadke 3050M: dhananjay@netxen.com 3051L: netdev@vger.kernel.org 3052W: http://www.netxen.com 3053S: Supported 3054 3055IPVS 3056P: Wensong Zhang 3057M: wensong@linux-vs.org 3058P: Simon Horman 3059M: horms@verge.net.au 3060P: Julian Anastasov 3061M: ja@ssi.bg 3062L: netdev@vger.kernel.org 3063S: Maintained 3064 3065NFS CLIENT 3066P: Trond Myklebust 3067M: Trond.Myklebust@netapp.com 3068L: linux-nfs@vger.kernel.org 3069W: http://client.linux-nfs.org 3070T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git 3071S: Maintained 3072 3073NI5010 NETWORK DRIVER 3074P: Jan-Pascal van Best 3075M: janpascal@vanbest.org 3076P: Andreas Mohr 3077M: andi@lisas.de 3078L: netdev@vger.kernel.org 3079S: Maintained 3080 3081NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER 3082P: YOKOTA Hiroshi 3083M: yokota@netlab.is.tsukuba.ac.jp 3084W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 3085S: Maintained 3086 3087NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER 3088P: GOTO Masanori 3089M: gotom@debian.or.jp 3090P: YOKOTA Hiroshi 3091M: yokota@netlab.is.tsukuba.ac.jp 3092W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 3093S: Maintained 3094 3095NTFS FILESYSTEM 3096P: Anton Altaparmakov 3097M: aia21@cantab.net 3098L: linux-ntfs-dev@lists.sourceforge.net 3099L: linux-kernel@vger.kernel.org 3100W: http://linux-ntfs.sf.net/ 3101T: git kernel.org:/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git 3102S: Maintained 3103 3104NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER 3105P: Antonino Daplas 3106M: adaplas@gmail.com 3107L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3108S: Maintained 3109 3110OPENCORES I2C BUS DRIVER 3111P: Peter Korsgaard 3112M: jacmet@sunsite.dk 3113L: i2c@lm-sensors.org 3114S: Maintained 3115 3116ORACLE CLUSTER FILESYSTEM 2 (OCFS2) 3117P: Mark Fasheh 3118M: mfasheh@suse.com 3119P: Joel Becker 3120M: joel.becker@oracle.com 3121L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) 3122W: http://oss.oracle.com/projects/ocfs2/ 3123T: git git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2.git 3124S: Supported 3125 3126OMFS FILESYSTEM 3127P: Bob Copeland 3128M: me@bobcopeland.com 3129L: linux-karma-devel@lists.sourceforge.net 3130S: Maintained 3131 3132OMNIKEY CARDMAN 4000 DRIVER 3133P: Harald Welte 3134M: laforge@gnumonks.org 3135S: Maintained 3136 3137OMNIKEY CARDMAN 4040 DRIVER 3138P: Harald Welte 3139M: laforge@gnumonks.org 3140S: Maintained 3141 3142OMNIVISION OV7670 SENSOR DRIVER 3143P: Jonathan Corbet 3144M: corbet@lwn.net 3145L: video4linux-list@redhat.com 3146S: Maintained 3147 3148ONENAND FLASH DRIVER 3149P: Kyungmin Park 3150M: kyungmin.park@samsung.com 3151L: linux-mtd@lists.infradead.org 3152S: Maintained 3153 3154ONSTREAM SCSI TAPE DRIVER 3155P: Willem Riede 3156M: osst@riede.org 3157L: osst-users@lists.sourceforge.net 3158L: linux-scsi@vger.kernel.org 3159S: Maintained 3160 3161OPROFILE 3162P: Robert Richter 3163M: robert.richter@amd.com 3164L: oprofile-list@lists.sf.net 3165S: Maintained 3166 3167ORINOCO DRIVER 3168P: Pavel Roskin 3169M: proski@gnu.org 3170P: David Gibson 3171M: hermes@gibson.dropbear.id.au 3172L: linux-wireless@vger.kernel.org 3173L: orinoco-users@lists.sourceforge.net 3174L: orinoco-devel@lists.sourceforge.net 3175W: http://www.nongnu.org/orinoco/ 3176S: Maintained 3177 3178PA SEMI ETHERNET DRIVER 3179P: Olof Johansson 3180M: olof@lixom.net 3181L: netdev@vger.kernel.org 3182S: Maintained 3183 3184PA SEMI SMBUS DRIVER 3185P: Olof Johansson 3186M: olof@lixom.net 3187L: i2c@lm-sensors.org 3188S: Maintained 3189 3190PARALLEL PORT SUPPORT 3191L: linux-parport@lists.infradead.org (subscribers-only) 3192S: Orphan 3193 3194PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES 3195P: Tim Waugh 3196M: tim@cyberelk.net 3197L: linux-parport@lists.infradead.org (subscribers-only) 3198W: http://www.torque.net/linux-pp.html 3199S: Maintained 3200 3201PARISC ARCHITECTURE 3202P: Kyle McMartin 3203M: kyle@mcmartin.ca 3204P: Matthew Wilcox 3205M: matthew@wil.cx 3206P: Grant Grundler 3207M: grundler@parisc-linux.org 3208L: linux-parisc@vger.kernel.org 3209W: http://www.parisc-linux.org/ 3210T: git kernel.org:/pub/scm/linux/kernel/git/kyle/parisc-2.6.git 3211S: Maintained 3212 3213PARAVIRT_OPS INTERFACE 3214P: Jeremy Fitzhardinge 3215M: jeremy@xensource.com 3216P: Chris Wright 3217M: chrisw@sous-sol.org 3218P: Zachary Amsden 3219M: zach@vmware.com 3220P: Rusty Russell 3221M: rusty@rustcorp.com.au 3222L: virtualization@lists.osdl.org 3223L: linux-kernel@vger.kernel.org 3224S: Supported 3225 3226PC87360 HARDWARE MONITORING DRIVER 3227P: Jim Cromie 3228M: jim.cromie@gmail.com 3229L: lm-sensors@lm-sensors.org 3230S: Maintained 3231 3232PC8736x GPIO DRIVER 3233P: Jim Cromie 3234M: jim.cromie@gmail.com 3235S: Maintained 3236 3237PCI ERROR RECOVERY 3238P: Linas Vepstas 3239M: linas@austin.ibm.com 3240L: linux-kernel@vger.kernel.org 3241L: linux-pci@vger.kernel.org 3242S: Supported 3243 3244PCI SUBSYSTEM 3245P: Jesse Barnes 3246M: jbarnes@virtuousgeek.org 3247L: linux-kernel@vger.kernel.org 3248L: linux-pci@vger.kernel.org 3249T: git kernel.org:/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git 3250S: Supported 3251 3252PCI HOTPLUG CORE 3253P: Kristen Carlson Accardi 3254M: kristen.c.accardi@intel.com 3255S: Supported 3256 3257PCIE HOTPLUG DRIVER 3258P: Kristen Carlson Accardi 3259M: kristen.c.accardi@intel.com 3260L: linux-pci@vger.kernel.org 3261S: Supported 3262 3263PCMCIA SUBSYSTEM 3264P: Linux PCMCIA Team 3265L: linux-pcmcia@lists.infradead.org 3266W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia 3267T: git kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git 3268S: Maintained 3269 3270PCNET32 NETWORK DRIVER 3271P: Don Fry 3272M: pcnet32@verizon.net 3273L: netdev@vger.kernel.org 3274S: Maintained 3275 3276PER-TASK DELAY ACCOUNTING 3277P: Balbir Singh 3278M: balbir@linux.vnet.ibm.com 3279L: linux-kernel@vger.kernel.org 3280S: Maintained 3281 3282PERSONALITY HANDLING 3283P: Christoph Hellwig 3284M: hch@infradead.org 3285L: linux-abi-devel@lists.sourceforge.net 3286S: Maintained 3287 3288PHRAM MTD DRIVER 3289P: Joern Engel 3290M: joern@lazybastard.org 3291L: linux-mtd@lists.infradead.org 3292S: Maintained 3293 3294PKTCDVD DRIVER 3295P: Peter Osterlund 3296M: petero2@telia.com 3297L: linux-kernel@vger.kernel.org 3298S: Maintained 3299 3300POSIX CLOCKS and TIMERS 3301P: Thomas Gleixner 3302M: tglx@linutronix.de 3303L: linux-kernel@vger.kernel.org 3304S: Supported 3305 3306POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS 3307P: Anton Vorontsov 3308M: cbou@mail.ru 3309P: David Woodhouse 3310M: dwmw2@infradead.org 3311L: linux-kernel@vger.kernel.org 3312T: git git.infradead.org/battery-2.6.git 3313S: Maintained 3314 3315PNP SUPPORT 3316P: Adam Belay 3317M: ambx1@neo.rr.com 3318S: Maintained 3319 3320PNXxxxx I2C DRIVER 3321P: Vitaly Wool 3322M: vitalywool@gmail.com 3323L: i2c@lm-sensors.org 3324S: Maintained 3325 3326PPP PROTOCOL DRIVERS AND COMPRESSORS 3327P: Paul Mackerras 3328M: paulus@samba.org 3329L: linux-ppp@vger.kernel.org 3330S: Maintained 3331 3332PPP OVER ATM (RFC 2364) 3333P: Mitchell Blank Jr 3334M: mitch@sfgoth.com 3335S: Maintained 3336 3337PPP OVER ETHERNET 3338P: Michal Ostrowski 3339M: mostrows@earthlink.net 3340S: Maintained 3341 3342PPP OVER L2TP 3343P: James Chapman 3344M: jchapman@katalix.com 3345S: Maintained 3346 3347PREEMPTIBLE KERNEL 3348P: Robert Love 3349M: rml@tech9.net 3350L: linux-kernel@vger.kernel.org 3351L: kpreempt-tech@lists.sourceforge.net 3352W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 3353S: Supported 3354 3355P54 WIRELESS DRIVER 3356P: Michael Wu 3357M: flamingice@sourmilk.net 3358L: linux-wireless@vger.kernel.org 3359W: http://prism54.org 3360T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 3361S: Maintained 3362 3363PRISM54 WIRELESS DRIVER 3364P: Luis R. Rodriguez 3365M: mcgrof@gmail.com 3366L: linux-wireless@vger.kernel.org 3367W: http://prism54.org 3368S: Maintained 3369 3370PROMISE DC4030 CACHING DISK CONTROLLER DRIVER 3371P: Peter Denison 3372M: promise@pnd-pc.demon.co.uk 3373W: http://www.pnd-pc.demon.co.uk/promise/ 3374S: Maintained 3375 3376PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER 3377P: Mikael Pettersson 3378M: mikpe@it.uu.se 3379L: linux-ide@vger.kernel.org 3380S: Maintained 3381 3382PS3 NETWORK SUPPORT 3383P: Masakazu Mokuno 3384M: mokuno@sm.sony.co.jp 3385L: netdev@vger.kernel.org 3386L: cbe-oss-dev@ozlabs.org 3387S: Supported 3388 3389PS3 PLATFORM SUPPORT 3390P: Geoff Levand 3391M: geoffrey.levand@am.sony.com 3392L: linuxppc-dev@ozlabs.org 3393L: cbe-oss-dev@ozlabs.org 3394S: Supported 3395 3396PVRUSB2 VIDEO4LINUX DRIVER 3397P: Mike Isely 3398M: isely@pobox.com 3399L: pvrusb2@isely.net (subscribers-only) 3400L: video4linux-list@redhat.com 3401W: http://www.isely.net/pvrusb2/ 3402S: Maintained 3403 3404PXA2xx/PXA3xx SUPPORT 3405P: Eric Miao 3406M: eric.miao@marvell.com 3407P: Russell King 3408M: linux@arm.linux.org.uk 3409L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 3410S: Maintained 3411 3412PXA MMCI DRIVER 3413S: Orphan 3414 3415QLOGIC QLA2XXX FC-SCSI DRIVER 3416P: Andrew Vasquez 3417M: linux-driver@qlogic.com 3418L: linux-scsi@vger.kernel.org 3419S: Supported 3420 3421QLOGIC QLA3XXX NETWORK DRIVER 3422P: Ron Mercer 3423M: linux-driver@qlogic.com 3424L: netdev@vger.kernel.org 3425S: Supported 3426 3427QNX4 FILESYSTEM 3428P: Anders Larsen 3429M: al@alarsen.net 3430L: linux-kernel@vger.kernel.org 3431W: http://www.alarsen.net/linux/qnx4fs/ 3432S: Maintained 3433 3434RADEON FRAMEBUFFER DISPLAY DRIVER 3435P: Benjamin Herrenschmidt 3436M: benh@kernel.crashing.org 3437L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3438S: Maintained 3439 3440RAGE128 FRAMEBUFFER DISPLAY DRIVER 3441P: Paul Mackerras 3442M: paulus@samba.org 3443L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3444S: Maintained 3445 3446RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER 3447P: Corey Thomas 3448M: coreythomas@charter.net 3449L: linux-wireless@vger.kernel.org 3450S: Maintained 3451 3452RALINK RT2X00 WLAN DRIVER 3453P: rt2x00 project 3454L: linux-wireless@vger.kernel.org 3455L: rt2400-devel@lists.sourceforge.net 3456W: http://rt2x00.serialmonkey.com/ 3457S: Maintained 3458T: git kernel.org:/pub/scm/linux/kernel/git/ivd/rt2x00.git 3459F: drivers/net/wireless/rt2x00/ 3460 3461RAMDISK RAM BLOCK DEVICE DRIVER 3462P: Nick Piggin 3463M: npiggin@suse.de 3464S: Maintained 3465 3466RANDOM NUMBER DRIVER 3467P: Matt Mackall 3468M: mpm@selenic.com 3469S: Maintained 3470 3471RAPIDIO SUBSYSTEM 3472P: Matt Porter 3473M: mporter@kernel.crashing.org 3474L: linux-kernel@vger.kernel.org 3475S: Maintained 3476 3477RDC R-321X SoC 3478P: Florian Fainelli 3479M: florian.fainelli@telecomint.eu 3480L: linux-kernel@vger.kernel.org 3481S: Maintained 3482 3483RDC R6040 FAST ETHERNET DRIVER 3484P: Florian Fainelli 3485M: florian.fainelli@telecomint.eu 3486L: netdev@vger.kernel.org 3487S: Maintained 3488 3489READ-COPY UPDATE (RCU) 3490P: Dipankar Sarma 3491M: dipankar@in.ibm.com 3492W: http://www.rdrop.com/users/paulmck/rclock/ 3493L: linux-kernel@vger.kernel.org 3494S: Supported 3495 3496RCUTORTURE MODULE 3497P: Josh Triplett 3498M: josh@freedesktop.org 3499L: linux-kernel@vger.kernel.org 3500S: Maintained 3501 3502REAL TIME CLOCK DRIVER 3503P: Paul Gortmaker 3504M: p_gortmaker@yahoo.com 3505L: linux-kernel@vger.kernel.org 3506S: Maintained 3507 3508REAL TIME CLOCK (RTC) SUBSYSTEM 3509P: Alessandro Zummo 3510M: a.zummo@towertech.it 3511L: rtc-linux@googlegroups.com 3512S: Maintained 3513 3514REISERFS FILE SYSTEM 3515L: reiserfs-devel@vger.kernel.org 3516S: Supported 3517 3518RFKILL 3519P: Ivo van Doorn 3520M: IvDoorn@gmail.com 3521L: netdev@vger.kernel.org 3522S: Maintained 3523F: net/rfkill 3524 3525ROCKETPORT DRIVER 3526P: Comtrol Corp. 3527W: http://www.comtrol.com 3528S: Maintained 3529 3530ROSE NETWORK LAYER 3531P: Ralf Baechle 3532M: ralf@linux-mips.org 3533L: linux-hams@vger.kernel.org 3534W: http://www.linux-ax25.org/ 3535S: Maintained 3536 3537RISCOM8 DRIVER 3538S: Orphan 3539 3540RTL818X WIRELESS DRIVER 3541P: Michael Wu 3542M: flamingice@sourmilk.net 3543P: Andrea Merello 3544M: andreamrl@tiscali.it 3545L: linux-wireless@vger.kernel.org 3546W: http://linuxwireless.org/ 3547T: git kernel.org:/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 3548S: Maintained 3549 3550S3 SAVAGE FRAMEBUFFER DRIVER 3551P: Antonino Daplas 3552M: adaplas@gmail.com 3553L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3554S: Maintained 3555 3556S390 3557P: Martin Schwidefsky 3558M: schwidefsky@de.ibm.com 3559P: Heiko Carstens 3560M: heiko.carstens@de.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 NETWORK DRIVERS 3567P: Ursula Braun 3568M: ursula.braun@de.ibm.com 3569P: Frank Blaschka 3570M: blaschka@linux.vnet.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 ZFCP DRIVER 3577P: Christof Schmitt 3578M: christof.schmitt@de.ibm.com 3579P: Martin Peschke 3580M: mp3@de.ibm.com 3581M: linux390@de.ibm.com 3582L: linux-s390@vger.kernel.org 3583W: http://www.ibm.com/developerworks/linux/linux390/ 3584S: Supported 3585 3586S390 IUCV NETWORK LAYER 3587P: Ursula Braun 3588M: ursula.braun@de.ibm.com 3589M: linux390@de.ibm.com 3590L: linux-s390@vger.kernel.org 3591W: http://www.ibm.com/developerworks/linux/linux390/ 3592S: Supported 3593 3594S3C24XX SD/MMC Driver 3595P: Ben Dooks 3596M: ben-linux@fluff.org 3597L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 3598L: linux-kernel@vger.kernel.org 3599S: Supported 3600 3601SAA7146 VIDEO4LINUX-2 DRIVER 3602P: Michael Hunold 3603M: michael@mihu.de 3604W: http://www.mihu.de/linux/saa7146 3605S: Maintained 3606 3607SC1200 WDT DRIVER 3608P: Zwane Mwaikambo 3609M: zwane@arm.linux.org.uk 3610S: Maintained 3611 3612SCHEDULER 3613P: Ingo Molnar 3614M: mingo@elte.hu 3615P: Robert Love [the preemptible kernel bits] 3616M: rml@tech9.net 3617L: linux-kernel@vger.kernel.org 3618S: Maintained 3619 3620SCSI CDROM DRIVER 3621P: Jens Axboe 3622M: axboe@kernel.dk 3623L: linux-scsi@vger.kernel.org 3624W: http://www.kernel.dk 3625S: Maintained 3626 3627SCSI SG DRIVER 3628P: Doug Gilbert 3629M: dgilbert@interlog.com 3630L: linux-scsi@vger.kernel.org 3631W: http://www.torque.net/sg 3632S: Maintained 3633 3634SCSI SUBSYSTEM 3635P: James E.J. Bottomley 3636M: James.Bottomley@HansenPartnership.com 3637L: linux-scsi@vger.kernel.org 3638T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git 3639T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git 3640T: git kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git 3641S: Maintained 3642 3643SCSI TAPE DRIVER 3644P: Kai Mäkisara 3645M: Kai.Makisara@kolumbus.fi 3646L: linux-scsi@vger.kernel.org 3647S: Maintained 3648 3649SCTP PROTOCOL 3650P: Vlad Yasevich 3651M: vladislav.yasevich@hp.com 3652P: Sridhar Samudrala 3653M: sri@us.ibm.com 3654L: linux-sctp@vger.kernel.org 3655W: http://lksctp.sourceforge.net 3656S: Supported 3657 3658SCx200 CPU SUPPORT 3659P: Jim Cromie 3660M: jim.cromie@gmail.com 3661S: Odd Fixes 3662 3663SCx200 GPIO DRIVER 3664P: Jim Cromie 3665M: jim.cromie@gmail.com 3666S: Maintained 3667 3668SCx200 HRT CLOCKSOURCE DRIVER 3669P: Jim Cromie 3670M: jim.cromie@gmail.com 3671S: Maintained 3672 3673SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER 3674P: Sascha Sommer 3675M: saschasommer@freenet.de 3676L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) 3677S: Maintained 3678 3679SECURITY CONTACT 3680P: Security Officers 3681M: security@kernel.org 3682S: Supported 3683 3684SELINUX SECURITY MODULE 3685P: Stephen Smalley 3686M: sds@tycho.nsa.gov 3687P: James Morris 3688M: jmorris@namei.org 3689P: Eric Paris 3690M: eparis@parisplace.org 3691L: linux-kernel@vger.kernel.org (kernel issues) 3692L: selinux@tycho.nsa.gov (subscribers-only, general discussion) 3693W: http://www.nsa.gov/selinux 3694S: Supported 3695 3696SENSABLE PHANTOM 3697P: Jiri Slaby 3698M: jirislaby@gmail.com 3699S: Maintained 3700 3701SERIAL ATA (SATA) SUBSYSTEM: 3702P: Jeff Garzik 3703M: jgarzik@pobox.com 3704L: linux-ide@vger.kernel.org 3705T: git kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev.git 3706S: Supported 3707 3708SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER 3709P: Pat Gefre 3710M: pfg@sgi.com 3711L: linux-ia64@vger.kernel.org 3712S: Supported 3713 3714SFC NETWORK DRIVER 3715P: Steve Hodgson 3716P: Ben Hutchings 3717P: Robert Stonehouse 3718M: linux-net-drivers@solarflare.com 3719S: Supported 3720 3721SGI VISUAL WORKSTATION 320 AND 540 3722P: Andrey Panin 3723M: pazke@donpac.ru 3724L: linux-visws-devel@lists.sf.net 3725W: http://linux-visws.sf.net 3726S: Maintained for 2.6. 3727 3728SIMTEC EB110ATX (Chalice CATS) 3729P: Ben Dooks 3730P: Vincent Sanders 3731M: support@simtec.co.uk 3732W: http://www.simtec.co.uk/products/EB110ATX/ 3733S: Supported 3734 3735SIMTEC EB2410ITX (BAST) 3736P: Ben Dooks 3737P: Vincent Sanders 3738M: support@simtec.co.uk 3739W: http://www.simtec.co.uk/products/EB2410ITX/ 3740S: Supported 3741 3742SIS 190 ETHERNET DRIVER 3743P: Francois Romieu 3744M: romieu@fr.zoreil.com 3745L: netdev@vger.kernel.org 3746S: Maintained 3747 3748SIS 900/7016 FAST ETHERNET DRIVER 3749P: Daniele Venzano 3750M: venza@brownhat.org 3751W: http://www.brownhat.org/sis900.html 3752L: netdev@vger.kernel.org 3753S: Maintained 3754 3755SIS 96X I2C/SMBUS DRIVER 3756P: Mark M. Hoffman 3757M: mhoffman@lightlink.com 3758L: lm-sensors@lm-sensors.org 3759S: Maintained 3760 3761SIS FRAMEBUFFER DRIVER 3762P: Thomas Winischhofer 3763M: thomas@winischhofer.net 3764W: http://www.winischhofer.net/linuxsisvga.shtml 3765S: Maintained 3766 3767SIS USB2VGA DRIVER 3768P: Thomas Winischhofer 3769M: thomas@winischhofer.net 3770W: http://www.winischhofer.at/linuxsisusbvga.shtml 3771S: Maintained 3772 3773SLAB ALLOCATOR 3774P: Christoph Lameter 3775M: cl@linux-foundation.org 3776P: Pekka Enberg 3777M: penberg@cs.helsinki.fi 3778P: Matt Mackall 3779M: mpm@selenic.com 3780L: linux-mm@kvack.org 3781S: Maintained 3782 3783SMC91x ETHERNET DRIVER 3784P: Nicolas Pitre 3785M: nico@cam.org 3786S: Maintained 3787 3788SMSC47B397 HARDWARE MONITOR DRIVER 3789P: Mark M. Hoffman 3790M: mhoffman@lightlink.com 3791L: lm-sensors@lm-sensors.org 3792S: Maintained 3793 3794SMX UIO Interface 3795P: Ben Nizette 3796M: bn@niasdigital.com 3797S: Maintained 3798 3799SOC-CAMERA V4L2 SUBSYSTEM 3800P: Guennadi Liakhovetski 3801M: g.liakhovetski@gmx.de 3802L: video4linux-list@redhat.com 3803S: Maintained 3804 3805SOFTWARE RAID (Multiple Disks) SUPPORT 3806P: Ingo Molnar 3807M: mingo@redhat.com 3808P: Neil Brown 3809M: neilb@suse.de 3810L: linux-raid@vger.kernel.org 3811S: Supported 3812 3813HIBERNATION (aka Software Suspend, aka swsusp): 3814P: Pavel Machek 3815M: pavel@suse.cz 3816P: Rafael J. Wysocki 3817M: rjw@sisk.pl 3818L: linux-pm@lists.linux-foundation.org 3819S: Supported 3820 3821SUSPEND TO RAM: 3822P: Len Brown 3823M: len.brown@intel.com 3824P: Pavel Machek 3825M: pavel@suse.cz 3826P: Rafael J. Wysocki 3827M: rjw@sisk.pl 3828L: linux-pm@lists.linux-foundation.org 3829S: Supported 3830 3831SONIC NETWORK DRIVER 3832P: Thomas Bogendoerfer 3833M: tsbogend@alpha.franken.de 3834L: netdev@vger.kernel.org 3835S: Maintained 3836 3837SONICS SILICON BACKPLANE DRIVER (SSB) 3838P: Michael Buesch 3839M: mb@bu3sch.de 3840L: netdev@vger.kernel.org 3841S: Maintained 3842 3843SONY VAIO CONTROL DEVICE DRIVER 3844P: Mattia Dongili 3845M: malattia@linux.it 3846L: linux-acpi@vger.kernel.org 3847W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers 3848S: Maintained 3849 3850SONY MEMORYSTICK CARD SUPPORT 3851P: Alex Dubov 3852M: oakad@yahoo.com 3853L: linux-kernel@vger.kernel.org 3854W: http://tifmxx.berlios.de/ 3855S: Maintained 3856 3857SOUND 3858P: Jaroslav Kysela 3859M: perex@perex.cz 3860L: alsa-devel@alsa-project.org (subscribers-only) 3861S: Maintained 3862 3863SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT 3864P: Liam Girdwood 3865M: liam.girdwood@wolfsonmicro.com 3866P: Mark Brown 3867M: broonie@opensource.wolfsonmicro.com 3868T: git opensource.wolfsonmicro.com/linux-2.6-asoc 3869L: alsa-devel@alsa-project.org (subscribers-only) 3870S: Supported 3871 3872SPI SUBSYSTEM 3873P: David Brownell 3874M: dbrownell@users.sourceforge.net 3875L: spi-devel-general@lists.sourceforge.net 3876S: Maintained 3877 3878SPU FILE SYSTEM 3879P: Jeremy Kerr 3880M: jk@ozlabs.org 3881L: linuxppc-dev@ozlabs.org 3882L: cbe-oss-dev@ozlabs.org 3883W: http://www.ibm.com/developerworks/power/cell/ 3884S: Supported 3885 3886STABLE BRANCH: 3887P: Greg Kroah-Hartman 3888M: greg@kroah.com 3889P: Chris Wright 3890M: chrisw@sous-sol.org 3891L: stable@kernel.org 3892S: Maintained 3893 3894SHARP LH SUPPORT (LH7952X & LH7A40X) 3895P: Marc Singer 3896M: elf@buici.com 3897W: http://projects.buici.com/arm 3898L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 3899S: Maintained 3900 3901SHPC HOTPLUG DRIVER 3902P: Kristen Carlson Accardi 3903M: kristen.c.accardi@intel.com 3904L: linux-pci@vger.kernel.org 3905S: Supported 3906 3907SECURE DIGITAL HOST CONTROLLER INTERFACE DRIVER 3908P: Pierre Ossman 3909M: drzeus-sdhci@drzeus.cx 3910L: sdhci-devel@list.drzeus.cx 3911S: Maintained 3912 3913SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS 3914P: Stephen Hemminger 3915M: shemminger@linux-foundation.org 3916L: netdev@vger.kernel.org 3917S: Maintained 3918 3919SOEKRIS NET48XX LED SUPPORT 3920P: Chris Boot 3921M: bootc@bootc.net 3922S: Maintained 3923 3924SPARC (sparc32): 3925P: William L. Irwin 3926M: wli@holomorphy.com 3927L: sparclinux@vger.kernel.org 3928S: Maintained 3929 3930SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 3931P: Roger Wolff 3932M: R.E.Wolff@BitWizard.nl 3933L: linux-kernel@vger.kernel.org ? 3934S: Supported 3935 3936SPIDERNET NETWORK DRIVER for CELL 3937P: Ishizaki Kou 3938M: kou.ishizaki@toshiba.co.jp 3939P: Jens Osterkamp 3940M: jens@de.ibm.com 3941L: netdev@vger.kernel.org 3942S: Supported 3943 3944SRM (Alpha) environment access 3945P: Jan-Benedict Glaw 3946M: jbglaw@lug-owl.de 3947L: linux-kernel@vger.kernel.org 3948S: Maintained 3949 3950STARFIRE/DURALAN NETWORK DRIVER 3951P: Ion Badulescu 3952M: ionut@cs.columbia.edu 3953S: Maintained 3954 3955STARMODE RADIO IP (STRIP) PROTOCOL DRIVER 3956W: http://mosquitonet.Stanford.EDU/strip.html 3957S: Unsupported ? 3958 3959STRADIS MPEG-2 DECODER DRIVER 3960P: Nathan Laredo 3961M: laredo@gnu.org 3962W: http://www.stradis.com/ 3963S: Maintained 3964 3965SUPERH 3966P: Paul Mundt 3967M: lethal@linux-sh.org 3968L: linux-sh@vger.kernel.org 3969W: http://www.linux-sh.org 3970T: git kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6.git 3971S: Supported 3972 3973SUN3/3X 3974P: Sam Creasey 3975M: sammy@sammy.net 3976W: http://sammy.net/sun3/ 3977S: Maintained 3978 3979SVGA HANDLING 3980P: Martin Mares 3981M: mj@ucw.cz 3982L: linux-video@atrey.karlin.mff.cuni.cz 3983S: Maintained 3984 3985SYSV FILESYSTEM 3986P: Christoph Hellwig 3987M: hch@infradead.org 3988S: Maintained 3989 3990TASKSTATS STATISTICS INTERFACE 3991P: Balbir Singh 3992M: balbir@linux.vnet.ibm.com 3993L: linux-kernel@vger.kernel.org 3994S: Maintained 3995 3996TC CLASSIFIER 3997P: Jamal Hadi Salim 3998M: hadi@cyberus.ca 3999L: netdev@vger.kernel.org 4000S: Maintained 4001 4002TCP LOW PRIORITY MODULE 4003P: Wong Hoi Sing, Edison 4004M: hswong3i@gmail.com 4005P: Hung Hing Lun, Mike 4006M: hlhung3i@gmail.com 4007W: http://tcp-lp-mod.sourceforge.net/ 4008S: Maintained 4009 4010TEHUTI ETHERNET DRIVER 4011P: Alexander Indenbaum 4012M: baum@tehutinetworks.net 4013P: Andy Gospodarek 4014M: andy@greyhouse.net 4015L: netdev@vger.kernel.org 4016S: Supported 4017 4018Telecom Clock Driver for MCPL0010 4019P: Mark Gross 4020M: mark.gross@intel.com 4021S: Supported 4022 4023TENSILICA XTENSA PORT (xtensa): 4024P: Chris Zankel 4025M: chris@zankel.net 4026S: Maintained 4027 4028THINKPAD ACPI EXTRAS DRIVER 4029P: Henrique de Moraes Holschuh 4030M: ibm-acpi@hmh.eng.br 4031L: ibm-acpi-devel@lists.sourceforge.net 4032W: http://ibm-acpi.sourceforge.net 4033W: http://thinkwiki.org/wiki/Ibm-acpi 4034T: git repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git 4035S: Maintained 4036 4037TI FLASH MEDIA INTERFACE DRIVER 4038P: Alex Dubov 4039M: oakad@yahoo.com 4040S: Maintained 4041 4042TI OMAP MMC INTERFACE DRIVER 4043P: Carlos Aguiar, Anderson Briglia and Syed Khasim 4044M: linux-omap-open-source@linux.omap.com (subscribers only) 4045W: http://linux.omap.com 4046W: http://www.muru.com/linux/omap/ 4047S: Maintained 4048 4049TI OMAP RANDOM NUMBER GENERATOR SUPPORT 4050P: Deepak Saxena 4051M: dsaxena@plexity.net 4052S: Maintained 4053 4054TIPC NETWORK LAYER 4055P: Per Liden 4056M: per.liden@ericsson.com 4057P: Jon Maloy 4058M: jon.maloy@ericsson.com 4059P: Allan Stephens 4060M: allan.stephens@windriver.com 4061L: tipc-discussion@lists.sourceforge.net 4062W: http://tipc.sourceforge.net/ 4063W: http://tipc.cslab.ericsson.net/ 4064T: git tipc.cslab.ericsson.net:/pub/git/tipc.git 4065S: Maintained 4066 4067TLAN NETWORK DRIVER 4068P: Samuel Chessman 4069M: chessman@tux.org 4070L: tlan-devel@lists.sourceforge.net (subscribers-only) 4071W: http://sourceforge.net/projects/tlan/ 4072S: Maintained 4073 4074TOSHIBA ACPI EXTRAS DRIVER 4075P: John Belmonte 4076M: toshiba_acpi@memebeam.org 4077W: http://memebeam.org/toys/ToshibaAcpiDriver 4078S: Maintained 4079 4080TOSHIBA SMM DRIVER 4081P: Jonathan Buzzard 4082M: jonathan@buzzard.org.uk 4083L: tlinux-users@tce.toshiba-dme.co.jp 4084W: http://www.buzzard.org.uk/toshiba/ 4085S: Maintained 4086 4087TPM DEVICE DRIVER 4088P: Debora Velarde 4089M: debora@linux.vnet.ibm.com 4090P: Rajiv Andrade 4091M: srajiv@linux.vnet.ibm.com 4092W: http://tpmdd.sourceforge.net 4093P: Marcel Selhorst 4094M: tpm@selhorst.net 4095W: http://www.prosec.rub.de/tpm/ 4096L: tpmdd-devel@lists.sourceforge.net 4097S: Maintained 4098 4099TRIVIAL PATCHES 4100P: Jesper Juhl 4101M: trivial@kernel.org 4102L: linux-kernel@vger.kernel.org 4103S: Maintained 4104 4105TTY LAYER 4106P: Alan Cox 4107M: alan@lxorguk.ukuu.org.uk 4108L: linux-kernel@vger.kernel.org 4109S: Maintained 4110 4111TULIP NETWORK DRIVERS 4112P: Grant Grundler 4113M: grundler@parisc-linux.org 4114P: Kyle McMartin 4115M: kyle@mcmartin.ca 4116L: netdev@vger.kernel.org 4117S: Maintained 4118 4119TUN/TAP driver 4120P: Maxim Krasnyansky 4121M: maxk@qualcomm.com 4122L: vtun@office.satix.net 4123W: http://vtun.sourceforge.net/tun 4124S: Maintained 4125 4126TURBOCHANNEL SUBSYSTEM 4127P: Maciej W. Rozycki 4128M: macro@linux-mips.org 4129S: Maintained 4130 4131U14-34F SCSI DRIVER 4132P: Dario Ballabio 4133M: ballabio_dario@emc.com 4134L: linux-scsi@vger.kernel.org 4135S: Maintained 4136 4137UCLINUX (AND M68KNOMMU) 4138P: Greg Ungerer 4139M: gerg@uclinux.org 4140W: http://www.uclinux.org/ 4141L: uclinux-dev@uclinux.org (subscribers-only) 4142S: Maintained 4143 4144UCLINUX FOR RENESAS H8/300 4145P: Yoshinori Sato 4146M: ysato@users.sourceforge.jp 4147W: http://uclinux-h8.sourceforge.jp/ 4148S: Supported 4149 4150UDF FILESYSTEM 4151P: Jan Kara 4152M: jack@suse.cz 4153W: http://linux-udf.sourceforge.net 4154S: Maintained 4155 4156UFS FILESYSTEM 4157P: Evgeniy Dushistov 4158M: dushistov@mail.ru 4159L: linux-kernel@vger.kernel.org 4160S: Maintained 4161 4162UltraSPARC (sparc64): 4163P: David S. Miller 4164M: davem@davemloft.net 4165L: sparclinux@vger.kernel.org 4166T: git kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6.git 4167S: Maintained 4168 4169UNIFORM CDROM DRIVER 4170P: Jens Axboe 4171M: axboe@kernel.dk 4172L: linux-kernel@vger.kernel.org 4173W: http://www.kernel.dk 4174S: Maintained 4175 4176USB ACM DRIVER 4177P: Oliver Neukum 4178M: oliver@neukum.name 4179L: linux-usb@vger.kernel.org 4180S: Maintained 4181 4182USB AUERSWALD DRIVER 4183P: Wolfgang Muees 4184M: wolfgang@iksw-muees.de 4185L: linux-usb@vger.kernel.org 4186S: Maintained 4187 4188USB BLOCK DRIVER (UB ub) 4189P: Pete Zaitcev 4190M: zaitcev@redhat.com 4191L: linux-kernel@vger.kernel.org 4192L: linux-usb@vger.kernel.org 4193S: Supported 4194 4195USB CDC ETHERNET DRIVER 4196P: Greg Kroah-Hartman 4197M: greg@kroah.com 4198L: linux-usb@vger.kernel.org 4199S: Maintained 4200W: http://www.kroah.com/linux-usb/ 4201 4202USB CYPRESS C67X00 DRIVER 4203P: Peter Korsgaard 4204M: jacmet@sunsite.dk 4205L: linux-usb@vger.kernel.org 4206S: Maintained 4207 4208USB DAVICOM DM9601 DRIVER 4209P: Peter Korsgaard 4210M: jacmet@sunsite.dk 4211L: netdev@vger.kernel.org 4212W: http://www.linux-usb.org/usbnet 4213S: Maintained 4214 4215USB DIAMOND RIO500 DRIVER 4216P: Cesar Miquel 4217M: miquel@df.uba.ar 4218L: rio500-users@lists.sourceforge.net 4219W: http://rio500.sourceforge.net 4220S: Maintained 4221 4222USB EHCI DRIVER 4223P: David Brownell 4224M: dbrownell@users.sourceforge.net 4225L: linux-usb@vger.kernel.org 4226S: Odd Fixes 4227 4228USB ET61X[12]51 DRIVER 4229P: Luca Risolia 4230M: luca.risolia@studio.unibo.it 4231L: linux-usb@vger.kernel.org 4232L: video4linux-list@redhat.com 4233W: http://www.linux-projects.org 4234S: Maintained 4235 4236USB GADGET/PERIPHERAL SUBSYSTEM 4237P: David Brownell 4238M: dbrownell@users.sourceforge.net 4239L: linux-usb@vger.kernel.org 4240W: http://www.linux-usb.org/gadget 4241S: Maintained 4242 4243USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) 4244P: Jiri Kosina 4245M: jkosina@suse.cz 4246L: linux-usb@vger.kernel.org 4247T: git kernel.org:/pub/scm/linux/kernel/git/jikos/hid.git 4248S: Maintained 4249 4250USB ISP116X DRIVER 4251P: Olav Kongas 4252M: ok@artecdesign.ee 4253L: linux-usb@vger.kernel.org 4254S: Maintained 4255 4256USB KAWASAKI LSI DRIVER 4257P: Oliver Neukum 4258M: oliver@neukum.name 4259L: linux-usb@vger.kernel.org 4260S: Maintained 4261 4262USB MASS STORAGE DRIVER 4263P: Matthew Dharm 4264M: mdharm-usb@one-eyed-alien.net 4265L: linux-usb@vger.kernel.org 4266L: usb-storage@lists.one-eyed-alien.net 4267S: Maintained 4268W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ 4269 4270USB OHCI DRIVER 4271P: David Brownell 4272M: dbrownell@users.sourceforge.net 4273L: linux-usb@vger.kernel.org 4274S: Odd Fixes 4275 4276USB OPTION-CARD DRIVER 4277P: Matthias Urlichs 4278M: smurf@smurf.noris.de 4279L: linux-usb@vger.kernel.org 4280S: Maintained 4281 4282USB OV511 DRIVER 4283P: Mark McClelland 4284M: mmcclell@bigfoot.com 4285L: linux-usb@vger.kernel.org 4286W: http://alpha.dyndns.org/ov511/ 4287S: Maintained 4288 4289USB PEGASUS DRIVER 4290P: Petko Manolov 4291M: petkan@users.sourceforge.net 4292L: linux-usb@vger.kernel.org 4293L: netdev@vger.kernel.org 4294W: http://pegasus2.sourceforge.net/ 4295S: Maintained 4296 4297USB PRINTER DRIVER (usblp) 4298P: Pete Zaitcev 4299M: zaitcev@redhat.com 4300L: linux-usb@vger.kernel.org 4301S: Supported 4302 4303USB RTL8150 DRIVER 4304P: Petko Manolov 4305M: petkan@users.sourceforge.net 4306L: linux-usb@vger.kernel.org 4307L: netdev@vger.kernel.org 4308W: http://pegasus2.sourceforge.net/ 4309S: Maintained 4310 4311USB SE401 DRIVER 4312P: Jeroen Vreeken 4313M: pe1rxq@amsat.org 4314L: linux-usb@vger.kernel.org 4315W: http://www.chello.nl/~j.vreeken/se401/ 4316S: Maintained 4317 4318USB SERIAL BELKIN F5U103 DRIVER 4319P: William Greathouse 4320M: wgreathouse@smva.com 4321L: linux-usb@vger.kernel.org 4322S: Maintained 4323 4324USB SERIAL CYPRESS M8 DRIVER 4325P: Lonnie Mendez 4326M: dignome@gmail.com 4327L: linux-usb@vger.kernel.org 4328S: Maintained 4329W: http://geocities.com/i0xox0i 4330W: http://firstlight.net/cvs 4331 4332USB SERIAL CYBERJACK DRIVER 4333P: Matthias Bruestle and Harald Welte 4334M: support@reiner-sct.com 4335W: http://www.reiner-sct.de/support/treiber_cyberjack.php 4336S: Maintained 4337 4338USB SERIAL DIGI ACCELEPORT DRIVER 4339P: Peter Berger and Al Borchers 4340M: pberger@brimson.com 4341M: alborchers@steinerpoint.com 4342L: linux-usb@vger.kernel.org 4343S: Maintained 4344 4345USB SERIAL DRIVER 4346P: Greg Kroah-Hartman 4347M: gregkh@suse.de 4348L: linux-usb@vger.kernel.org 4349S: Supported 4350 4351USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER 4352P: Gary Brubaker 4353M: xavyer@ix.netcom.com 4354L: linux-usb@vger.kernel.org 4355S: Maintained 4356 4357USB SERIAL KEYSPAN DRIVER 4358P: Greg Kroah-Hartman 4359M: greg@kroah.com 4360L: linux-usb@vger.kernel.org 4361W: http://www.kroah.com/linux/ 4362S: Maintained 4363 4364USB SERIAL WHITEHEAT DRIVER 4365P: Support Department 4366M: support@connecttech.com 4367L: linux-usb@vger.kernel.org 4368W: http://www.connecttech.com 4369S: Supported 4370 4371USB SN9C1xx DRIVER 4372P: Luca Risolia 4373M: luca.risolia@studio.unibo.it 4374L: linux-usb@vger.kernel.org 4375L: video4linux-list@redhat.com 4376W: http://www.linux-projects.org 4377S: Maintained 4378 4379USB SUBSYSTEM 4380P: Greg Kroah-Hartman 4381M: gregkh@suse.de 4382L: linux-usb@vger.kernel.org 4383W: http://www.linux-usb.org 4384T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 4385S: Supported 4386 4387USB UHCI DRIVER 4388P: Alan Stern 4389M: stern@rowland.harvard.edu 4390L: linux-usb@vger.kernel.org 4391S: Maintained 4392 4393USB "USBNET" DRIVER FRAMEWORK 4394P: David Brownell 4395M: dbrownell@users.sourceforge.net 4396L: netdev@vger.kernel.org 4397W: http://www.linux-usb.org/usbnet 4398S: Maintained 4399 4400USB VIDEO CLASS 4401P: Laurent Pinchart 4402M: laurent.pinchart@skynet.be 4403L: linx-uvc-devel@berlios.de 4404L: video4linux-list@redhat.com 4405W: http://linux-uvc.berlios.de 4406S: Maintained 4407 4408USB W996[87]CF DRIVER 4409P: Luca Risolia 4410M: luca.risolia@studio.unibo.it 4411L: linux-usb@vger.kernel.org 4412L: video4linux-list@redhat.com 4413W: http://www.linux-projects.org 4414S: Maintained 4415 4416USB WIRELESS RNDIS DRIVER (rndis_wlan) 4417P: Jussi Kivilinna 4418M: jussi.kivilinna@mbnet.fi 4419L: linux-wireless@vger.kernel.org 4420S: Maintained 4421 4422USB ZC0301 DRIVER 4423P: Luca Risolia 4424M: luca.risolia@studio.unibo.it 4425L: linux-usb@vger.kernel.org 4426L: video4linux-list@redhat.com 4427W: http://www.linux-projects.org 4428S: Maintained 4429 4430USB ZD1201 DRIVER 4431P: Jeroen Vreeken 4432M: pe1rxq@amsat.org 4433L: linux-usb@vger.kernel.org 4434W: http://linux-lc100020.sourceforge.net 4435S: Maintained 4436 4437USB ZR364XX DRIVER 4438P: Antoine Jacquet 4439M: royale@zerezo.com 4440L: linux-usb@vger.kernel.org 4441L: video4linux-list@redhat.com 4442W: http://royale.zerezo.com/zr364xx/ 4443S: Maintained 4444 4445USER-MODE LINUX 4446P: Jeff Dike 4447M: jdike@addtoit.com 4448L: user-mode-linux-devel@lists.sourceforge.net 4449L: user-mode-linux-user@lists.sourceforge.net 4450W: http://user-mode-linux.sourceforge.net 4451S: Maintained 4452 4453USERSPACE I/O (UIO) 4454P: Hans J. Koch 4455M: hjk@linutronix.de 4456P: Greg Kroah-Hartman 4457M: gregkh@suse.de 4458L: linux-kernel@vger.kernel.org 4459S: Maintained 4460 4461UTIL-LINUX-NG PACKAGE 4462P: Karel Zak 4463M: kzak@redhat.com 4464L: util-linux-ng@vger.kernel.org 4465W: http://kernel.org/~kzak/util-linux-ng/ 4466T: git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git 4467S: Maintained 4468 4469VFAT/FAT/MSDOS FILESYSTEM: 4470P: OGAWA Hirofumi 4471M: hirofumi@mail.parknet.co.jp 4472L: linux-kernel@vger.kernel.org 4473S: Maintained 4474 4475VIA RHINE NETWORK DRIVER 4476P: Roger Luethi 4477M: rl@hellgate.ch 4478S: Maintained 4479 4480VIAPRO SMBUS DRIVER 4481P: Jean Delvare 4482M: khali@linux-fr.org 4483L: i2c@lm-sensors.org 4484S: Maintained 4485 4486VIA VELOCITY NETWORK DRIVER 4487P: Francois Romieu 4488M: romieu@fr.zoreil.com 4489L: netdev@vger.kernel.org 4490S: Maintained 4491 4492VIDEO FOR LINUX 4493P: Mauro Carvalho Chehab 4494M: mchehab@infradead.org 4495M: v4l-dvb-maintainer@linuxtv.org 4496L: video4linux-list@redhat.com 4497W: http://linuxtv.org 4498T: git kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb.git 4499S: Maintained 4500 4501VLAN (802.1Q) 4502P: Patrick McHardy 4503M: kaber@trash.net 4504L: netdev@vger.kernel.org 4505S: Maintained 4506 4507VT1211 HARDWARE MONITOR DRIVER 4508P: Juerg Haefliger 4509M: juergh@gmail.com 4510L: lm-sensors@lm-sensors.org 4511S: Maintained 4512 4513VT8231 HARDWARE MONITOR DRIVER 4514P: Roger Lucas 4515M: vt8231@hiddenengine.co.uk 4516L: lm-sensors@lm-sensors.org 4517S: Maintained 4518 4519W1 DALLAS'S 1-WIRE BUS 4520P: Evgeniy Polyakov 4521M: johnpol@2ka.mipt.ru 4522S: Maintained 4523 4524W83791D HARDWARE MONITORING DRIVER 4525P: Marc Hulsman 4526M: m.hulsman@tudelft.nl 4527L: lm-sensors@lm-sensors.org 4528S: Maintained 4529 4530W83793 HARDWARE MONITORING DRIVER 4531P: Rudolf Marek 4532M: r.marek@assembler.cz 4533L: lm-sensors@lm-sensors.org 4534S: Maintained 4535 4536W83L51xD SD/MMC CARD INTERFACE DRIVER 4537P: Pierre Ossman 4538M: drzeus-wbsd@drzeus.cx 4539L: linux-kernel@vger.kernel.org 4540S: Maintained 4541 4542WATCHDOG DEVICE DRIVERS 4543P: Wim Van Sebroeck 4544M: wim@iguana.be 4545T: git kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git 4546S: Maintained 4547 4548WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS 4549P: Jean Tourrilhes 4550M: jt@hpl.hp.com 4551L: linux-wireless@vger.kernel.org 4552W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ 4553S: Maintained 4554 4555WD7000 SCSI DRIVER 4556P: Miroslav Zagorac 4557M: zaga@fly.cc.fer.hr 4558L: linux-scsi@vger.kernel.org 4559S: Maintained 4560 4561WISTRON LAPTOP BUTTON DRIVER 4562P: Miloslav Trmac 4563M: mitr@volny.cz 4564S: Maintained 4565 4566WL3501 WIRELESS PCMCIA CARD DRIVER 4567P: Arnaldo Carvalho de Melo 4568M: acme@ghostprotocols.net 4569L: linux-wireless@vger.kernel.org 4570W: http://oops.ghostprotocols.net:81/blog 4571S: Maintained 4572 4573WM97XX TOUCHSCREEN DRIVERS 4574P: Mark Brown 4575M: broonie@opensource.wolfsonmicro.com 4576P: Liam Girdwood 4577M: liam.girdwood@wolfsonmicro.com 4578L: linux-input@vger.kernel.org 4579T: git git://opensource.wolfsonmicro.com/linux-2.6-touch 4580W: http://opensource.wolfsonmicro.com/node/7 4581S: Supported 4582 4583X.25 NETWORK LAYER 4584P: Henner Eisen 4585M: eis@baty.hanse.de 4586L: linux-x25@vger.kernel.org 4587S: Maintained 4588 4589XEN HYPERVISOR INTERFACE 4590P: Jeremy Fitzhardinge 4591M: jeremy@xensource.com 4592P: Chris Wright 4593M: chrisw@sous-sol.org 4594L: virtualization@lists.osdl.org 4595L: xen-devel@lists.xensource.com 4596S: Supported 4597 4598XFS FILESYSTEM 4599P: Silicon Graphics Inc 4600P: Tim Shimmin 4601M: xfs-masters@oss.sgi.com 4602L: xfs@oss.sgi.com 4603W: http://oss.sgi.com/projects/xfs 4604T: git git://oss.sgi.com:8090/xfs/xfs-2.6.git 4605S: Supported 4606 4607XILINX SYSTEMACE DRIVER 4608P: Grant Likely 4609M: grant.likely@secretlab.ca 4610W: http://www.secretlab.ca/ 4611L: linux-kernel@vger.kernel.org 4612S: Maintained 4613 4614XILINX UARTLITE SERIAL DRIVER 4615P: Peter Korsgaard 4616M: jacmet@sunsite.dk 4617L: linux-serial@vger.kernel.org 4618S: Maintained 4619 4620X86 ARCHITECTURE (32-BIT AND 64-BIT) 4621P: Thomas Gleixner 4622M: tglx@linutronix.de 4623P: Ingo Molnar 4624M: mingo@redhat.com 4625P: H. Peter Anvin 4626M: hpa@zytor.com 4627L: linux-kernel@vger.kernel.org 4628T: git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git 4629S: Maintained 4630 4631YAM DRIVER FOR AX.25 4632P: Jean-Paul Roubelat 4633M: jpr@f6fbb.org 4634L: linux-hams@vger.kernel.org 4635S: Maintained 4636 4637YEALINK PHONE DRIVER 4638P: Henk Vergonet 4639M: Henk.Vergonet@gmail.com 4640L: usbb2k-api-dev@nongnu.org 4641S: Maintained 4642 4643Z8530 DRIVER FOR AX.25 4644P: Joerg Reuter 4645M: jreuter@yaina.de 4646W: http://yaina.de/jreuter/ 4647W: http://www.qsl.net/dl1bke/ 4648L: linux-hams@vger.kernel.org 4649S: Maintained 4650 4651ZD1211RW WIRELESS DRIVER 4652P: Daniel Drake 4653M: dsd@gentoo.org 4654P: Ulrich Kunitz 4655M: kune@deine-taler.de 4656W: http://zd1211.ath.cx/wiki/DriverRewrite 4657L: linux-wireless@vger.kernel.org 4658L: zd1211-devs@lists.sourceforge.net (subscribers-only) 4659S: Maintained 4660 4661ZF MACHZ WATCHDOG 4662P: Fernando Fuganti 4663M: fuganti@netbank.com.br 4664W: http://cvs.conectiva.com.br/drivers/ZFL-watchdog/ 4665S: Maintained 4666 4667ZR36067 VIDEO FOR LINUX DRIVER 4668P: Ronald Bultje 4669M: rbultje@ronald.bitfreak.net 4670L: mjpeg-users@lists.sourceforge.net 4671W: http://mjpeg.sourceforge.net/driver-zoran/ 4672S: Maintained 4673 4674ZS DECSTATION Z85C30 SERIAL DRIVER 4675P: Maciej W. Rozycki 4676M: macro@linux-mips.org 4677S: Maintained 4678 4679THE REST 4680P: Linus Torvalds 4681S: Buried alive in reporters 4682