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