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