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