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

