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

