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