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