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 CC: the maintainers and mailing lists that are generated 40 by scripts/get_maintainer.pl. The results returned by the 41 script will be best if you have git installed and are making 42 your changes in a branch derived from Linus' latest git tree. 43 See Documentation/SubmittingPatches for details. 44 45 PLEASE try to include any credit lines you want added with the 46 patch. It avoids people being missed off by mistake and makes 47 it easier to know who wants adding and who doesn't. 48 49 PLEASE document known bugs. If it doesn't work for everything 50 or does something very odd once a month document it. 51 52 PLEASE remember that submissions must be made under the terms 53 of the OSDL certificate of contribution and should include a 54 Signed-off-by: line. The current version of this "Developer's 55 Certificate of Origin" (DCO) is listed in the file 56 Documentation/SubmittingPatches. 57 586. Make sure you have the right to send any changes you make. If you 59 do changes at work you may find your employer owns the patch 60 not you. 61 627. When sending security related changes or reports to a maintainer 63 please Cc: security@kernel.org, especially if the maintainer 64 does not respond. 65 668. Happy hacking. 67 68 ----------------------------------- 69 70Maintainers List (try to look for most precise areas first) 71 72Note: For the hard of thinking, this list is meant to remain in alphabetical 73order. If you could add yourselves to it in alphabetical order that would be 74so much easier [Ed] 75 76P: Person 77M: Mail patches to 78L: Mailing list that is relevant to this area 79W: Web-page with status/info 80T: SCM tree type and location. Type is one of: git, hg, quilt, stgit. 81S: Status, one of the following: 82 83 Supported: Someone is actually paid to look after this. 84 Maintained: Someone actually looks after it. 85 Odd Fixes: It has a maintainer but they don't have time to do 86 much other than throw the odd patch in. See below.. 87 Orphan: No current maintainer [but maybe you could take the 88 role as you write your new code]. 89 Obsolete: Old code. Something tagged obsolete generally means 90 it has been replaced by a better system and you 91 should be using that. 92 93F: Files and directories with wildcard patterns. 94 A trailing slash includes all files and subdirectory files. 95 F: drivers/net/ all files in and below drivers/net 96 F: drivers/net/* all files in drivers/net, but not below 97 F: */net/* all files in "any top level directory"/net 98 One pattern per line. Multiple F: lines acceptable. 99X: Files and directories that are NOT maintained, same rules as F: 100 Files exclusions are tested before file matches. 101 Can be useful for excluding a specific subdirectory, for instance: 102 F: net/ 103 X: net/ipv6/ 104 matches all files in and below net excluding net/ipv6/ 105 1063C505 NETWORK DRIVER 107P: Philip Blundell 108M: philb@gnu.org 109L: netdev@vger.kernel.org 110S: Maintained 111F: drivers/net/3c505* 112 1133C59X NETWORK DRIVER 114P: Steffen Klassert 115M: klassert@mathematik.tu-chemnitz.de 116L: netdev@vger.kernel.org 117S: Maintained 118F: Documentation/networking/vortex.txt 119F: drivers/net/3c59x.c 120 1213CR990 NETWORK DRIVER 122P: David Dillow 123M: dave@thedillows.org 124L: netdev@vger.kernel.org 125S: Maintained 126F: drivers/net/typhoon* 127 1283W-9XXX SATA-RAID CONTROLLER DRIVER 129P: Adam Radford 130M: linuxraid@amcc.com 131L: linux-scsi@vger.kernel.org 132W: http://www.amcc.com 133S: Supported 134F: drivers/scsi/3w-9xxx* 135 1363W-XXXX ATA-RAID CONTROLLER DRIVER 137P: Adam Radford 138M: linuxraid@amcc.com 139L: linux-scsi@vger.kernel.org 140W: http://www.amcc.com 141S: Supported 142F: drivers/scsi/3w-xxxx* 143 14453C700 AND 53C700-66 SCSI DRIVER 145P: James E.J. Bottomley 146M: James.Bottomley@HansenPartnership.com 147L: linux-scsi@vger.kernel.org 148S: Maintained 149F: drivers/scsi/53c700* 150 1516PACK NETWORK DRIVER FOR AX.25 152P: Andreas Koensgen 153M: ajk@iehk.rwth-aachen.de 154L: linux-hams@vger.kernel.org 155S: Maintained 156F: drivers/net/hamradio/6pack.c 157 1588169 10/100/1000 GIGABIT ETHERNET DRIVER 159P: Francois Romieu 160M: romieu@fr.zoreil.com 161L: netdev@vger.kernel.org 162S: Maintained 163F: drivers/net/r8169.c 164 1658250/16?50 (AND CLONE UARTS) SERIAL DRIVER 166P: Alan Cox 167M: alan@lxorguk.ukuu.org.uk 168L: linux-serial@vger.kernel.org 169W: http://serial.sourceforge.net 170S: Odd Fixes 171F: drivers/serial/8250* 172F: include/linux/serial_8250.h 173 1748390 NETWORK DRIVERS [WD80x3/SMC-ELITE, SMC-ULTRA, NE2000, 3C503, etc.] 175P: Paul Gortmaker 176M: p_gortmaker@yahoo.com 177L: netdev@vger.kernel.org 178S: Maintained 179F: drivers/net/*8390* 180F: drivers/net/ax88796.c 181 1829P FILE SYSTEM 183P: Eric Van Hensbergen 184M: ericvh@gmail.com 185P: Ron Minnich 186M: rminnich@sandia.gov 187P: Latchesar Ionkov 188M: lucho@ionkov.net 189L: v9fs-developer@lists.sourceforge.net 190W: http://swik.net/v9fs 191T: git git://git.kernel.org/pub/scm/linux/kernel/ericvh/v9fs.git 192S: Maintained 193F: Documentation/filesystems/9p.txt 194F: fs/9p/ 195 196A2232 SERIAL BOARD DRIVER 197P: Enver Haase 198M: A2232@gmx.net 199L: linux-m68k@lists.linux-m68k.org 200S: Maintained 201F: drivers/char/ser_a2232* 202 203AACRAID SCSI RAID DRIVER 204P: Adaptec OEM Raid Solutions 205M: aacraid@adaptec.com 206L: linux-scsi@vger.kernel.org 207W: http://www.adaptec.com/ 208S: Supported 209F: Documentation/scsi/aacraid.txt 210F: drivers/scsi/aacraid/ 211 212ABIT UGURU 1,2 HARDWARE MONITOR DRIVER 213P: Hans de Goede 214M: j.w.r.degoede@hhs.nl 215L: lm-sensors@lm-sensors.org 216S: Maintained 217F: drivers/hwmon/abituguru.c 218 219ABIT UGURU 3 HARDWARE MONITOR DRIVER 220P: Alistair John Strachan 221M: alistair@devzero.co.uk 222L: lm-sensors@lm-sensors.org 223S: Maintained 224F: drivers/hwmon/abituguru3.c 225 226ACENIC DRIVER 227P: Jes Sorensen 228M: jes@trained-monkey.org 229L: linux-acenic@sunsite.dk 230S: Maintained 231F: drivers/net/acenic* 232 233ACER WMI LAPTOP EXTRAS 234P: Carlos Corbacho 235M: carlos@strangeworlds.co.uk 236L: aceracpi@googlegroups.com (subscribers-only) 237W: http://code.google.com/p/aceracpi 238S: Maintained 239F: drivers/platform/x86/acer-wmi.c 240 241ACPI 242P: Len Brown 243M: lenb@kernel.org 244L: linux-acpi@vger.kernel.org 245W: http://www.lesswatts.org/projects/acpi/ 246T: git git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6.git 247S: Supported 248F: drivers/acpi/ 249F: drivers/pnp/pnpacpi/ 250F: include/linux/acpi.h 251 252ACPI BATTERY DRIVERS 253P: Alexey Starikovskiy 254M: astarikovskiy@suse.de 255L: linux-acpi@vger.kernel.org 256W: http://www.lesswatts.org/projects/acpi/ 257S: Supported 258F: drivers/acpi/battery.c 259F: drivers/acpi/*sbs* 260 261ACPI EC DRIVER 262P: Alexey Starikovskiy 263M: astarikovskiy@suse.de 264L: linux-acpi@vger.kernel.org 265W: http://www.lesswatts.org/projects/acpi/ 266S: Supported 267F: drivers/acpi/ec.c 268 269ACPI FAN DRIVER 270P: Zhang Rui 271M: rui.zhang@intel.com 272L: linux-acpi@vger.kernel.org 273W: http://www.lesswatts.org/projects/acpi/ 274S: Supported 275F: drivers/acpi/fan.c 276 277ACPI PCI HOTPLUG DRIVER 278P: Kristen Carlson Accardi 279M: kristen.c.accardi@intel.com 280L: linux-pci@vger.kernel.org 281S: Supported 282F: drivers/pci/hotplug/acpi* 283 284ACPI THERMAL DRIVER 285P: Zhang Rui 286M: rui.zhang@intel.com 287L: linux-acpi@vger.kernel.org 288W: http://www.lesswatts.org/projects/acpi/ 289S: Supported 290F: drivers/acpi/*thermal* 291 292ACPI VIDEO DRIVER 293P: Zhang Rui 294M: rui.zhang@intel.com 295L: linux-acpi@vger.kernel.org 296W: http://www.lesswatts.org/projects/acpi/ 297S: Supported 298F: drivers/acpi/video.c 299 300ACPI WMI DRIVER 301P: Carlos Corbacho 302M: carlos@strangeworlds.co.uk 303L: linux-acpi@vger.kernel.org 304W: http://www.lesswatts.org/projects/acpi/ 305S: Maintained 306F: drivers/platform/x86/wmi.c 307 308AD1889 ALSA SOUND DRIVER 309P: Kyle McMartin 310M: kyle@mcmartin.ca 311P: Thibaut Varene 312M: T-Bone@parisc-linux.org 313W: http://wiki.parisc-linux.org/AD1889 314L: linux-parisc@vger.kernel.org 315S: Maintained 316F: sound/pci/ad1889.* 317 318ADM1025 HARDWARE MONITOR DRIVER 319P: Jean Delvare 320M: khali@linux-fr.org 321L: lm-sensors@lm-sensors.org 322S: Maintained 323F: Documentation/hwmon/adm1025 324F: drivers/hwmon/adm1025.c 325 326ADM1029 HARDWARE MONITOR DRIVER 327P: Corentin Labbe 328M: corentin.labbe@geomatys.fr 329L: lm-sensors@lm-sensors.org 330S: Maintained 331F: drivers/hwmon/adm1029.c 332 333ADM8211 WIRELESS DRIVER 334P: Michael Wu 335M: flamingice@sourmilk.net 336L: linux-wireless@vger.kernel.org 337W: http://linuxwireless.org/ 338T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 339S: Maintained 340F: drivers/net/wireless/adm8211.* 341 342ADT746X FAN DRIVER 343P: Colin Leroy 344M: colin@colino.net 345S: Maintained 346F: drivers/macintosh/therm_adt746x.c 347 348ADVANSYS SCSI DRIVER 349P: Matthew Wilcox 350M: matthew@wil.cx 351L: linux-scsi@vger.kernel.org 352S: Maintained 353F: Documentation/scsi/advansys.txt 354F: drivers/scsi/advansys.c 355 356AEDSP16 DRIVER 357P: Riccardo Facchetti 358M: fizban@tin.it 359S: Maintained 360F: sound/oss/aedsp16.c 361 362AFFS FILE SYSTEM 363P: Roman Zippel 364M: zippel@linux-m68k.org 365S: Maintained 366F: Documentation/filesystems/affs.txt 367F: fs/affs/ 368 369AFS FILESYSTEM & AF_RXRPC SOCKET DOMAIN 370P: David Howells 371M: dhowells@redhat.com 372L: linux-afs@lists.infradead.org 373S: Supported 374F: fs/afs/ 375F: include/net/af_rxrpc.h 376F: net/rxrpc/af_rxrpc.c 377 378AGPGART DRIVER 379P: David Airlie 380M: airlied@linux.ie 381T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git 382S: Maintained 383F: drivers/char/agp/ 384F: include/linux/agp* 385 386AHA152X SCSI DRIVER 387P: Juergen E. Fischer 388M: fischer@norbit.de 389L: linux-scsi@vger.kernel.org 390S: Maintained 391F: drivers/scsi/aha152x* 392F: drivers/scsi/pcmcia/aha152x* 393 394AIC7XXX / AIC79XX SCSI DRIVER 395P: Hannes Reinecke 396M: hare@suse.de 397L: linux-scsi@vger.kernel.org 398S: Maintained 399F: drivers/scsi/aic7xxx/ 400F: drivers/scsi/aic7xxx_old/ 401 402AIO 403P: Benjamin LaHaise 404M: bcrl@kvack.org 405L: linux-aio@kvack.org 406S: Supported 407F: fs/aio.c 408F: include/linux/*aio*.h 409 410ALCATEL SPEEDTOUCH USB DRIVER 411P: Duncan Sands 412M: duncan.sands@free.fr 413L: linux-usb@vger.kernel.org 414W: http://www.linux-usb.org/SpeedTouch/ 415S: Maintained 416F: drivers/usb/atm/speedtch.c 417F: drivers/usb/atm/usbatm.c 418 419ALCHEMY AU1XX0 MMC DRIVER 420P: Manuel Lauss 421M: manuel.lauss@gmail.com 422S: Maintained 423F: drivers/mmc/host/au1xmmc.c 424 425ALI1563 I2C DRIVER 426P: Rudolf Marek 427M: r.marek@assembler.cz 428L: linux-i2c@vger.kernel.org 429S: Maintained 430F: Documentation/i2c/busses/i2c-ali1563 431F: drivers/i2c/busses/i2c-ali1563.c 432 433ALPHA PORT 434P: Richard Henderson 435M: rth@twiddle.net 436S: Odd Fixes for 2.4; Maintained for 2.6. 437P: Ivan Kokshaysky 438M: ink@jurassic.park.msu.ru 439S: Maintained for 2.4; PCI support for 2.6. 440L: linux-alpha@vger.kernel.org 441F: arch/alpha/ 442 443AMD GEODE CS5536 USB DEVICE CONTROLLER DRIVER 444P: Thomas Dahlmann 445M: dahlmann.thomas@arcor.de 446L: linux-geode@lists.infradead.org (moderated for non-subscribers) 447S: Supported 448F: drivers/usb/gadget/amd5536udc.* 449 450AMD GEODE PROCESSOR/CHIPSET SUPPORT 451P: Jordan Crouse 452L: linux-geode@lists.infradead.org (moderated for non-subscribers) 453W: http://www.amd.com/us-en/ConnectivitySolutions/TechnicalResources/0,,50_2334_2452_11363,00.html 454S: Supported 455F: arch/x86/kernel/geode_32.c 456F: drivers/char/hw_random/geode-rng.c 457F: drivers/crypto/geode* 458F: drivers/video/geode/ 459F: arch/x86/include/asm/geode.h 460 461AMD IOMMU (AMD-VI) 462P: Joerg Roedel 463M: joerg.roedel@amd.com 464L: iommu@lists.linux-foundation.org 465T: git git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu.git 466S: Supported 467F: arch/x86/kernel/amd_iommu*.c 468F: arch/x86/include/asm/amd_iommu*.h 469 470AMD MICROCODE UPDATE SUPPORT 471P: Andreas Herrmann 472M: andreas.herrmann3@amd.com 473L: amd64-microcode@amd64.org 474S: Supported 475F: arch/x86/kernel/microcode_amd.c 476 477AMS (Apple Motion Sensor) DRIVER 478P: Stelian Pop 479M: stelian@popies.net 480P: Michael Hanselmann 481M: linux-kernel@hansmi.ch 482S: Supported 483F: drivers/hwmon/ams/ 484 485AMSO1100 RNIC DRIVER 486P: Tom Tucker 487M: tom@opengridcomputing.com 488P: Steve Wise 489M: swise@opengridcomputing.com 490L: general@lists.openfabrics.org 491S: Maintained 492F: drivers/infiniband/hw/amso1100/ 493 494AOA (Apple Onboard Audio) ALSA DRIVER 495P: Johannes Berg 496M: johannes@sipsolutions.net 497L: linuxppc-dev@ozlabs.org 498L: alsa-devel@alsa-project.org (moderated for non-subscribers) 499S: Maintained 500F: sound/aoa/ 501 502APM DRIVER 503P: Stephen Rothwell 504M: sfr@canb.auug.org.au 505L: linux-laptop@vger.kernel.org 506W: http://www.canb.auug.org.au/~sfr/ 507S: Supported 508F: arch/x86/kernel/apm_32.c 509F: include/linux/apm_bios.h 510 511APPLE BCM5974 MULTITOUCH DRIVER 512P: Henrik Rydberg 513M: rydberg@euromail.se 514L: linux-input@vger.kernel.org 515S: Maintained 516F: drivers/input/mouse/bcm5974.c 517 518APPLE SMC DRIVER 519P: Nicolas Boichat 520M: nicolas@boichat.ch 521L: mactel-linux-devel@lists.sourceforge.net 522S: Maintained 523F: drivers/hwmon/applesmc.c 524 525APPLETALK NETWORK LAYER 526P: Arnaldo Carvalho de Melo 527M: acme@ghostprotocols.net 528S: Maintained 529F: drivers/net/appletalk/ 530F: net/appletalk/ 531 532APPLETOUCH TOUCHPAD DRIVER 533P: Johannes Berg 534M: johannes@sipsolutions.net 535L: linux-input@vger.kernel.org 536S: Maintained 537F: Documentation/input/appletouch.txt 538F: drivers/input/mouse/appletouch.c 539 540ARC FRAMEBUFFER DRIVER 541P: Jaya Kumar 542M: jayalk@intworks.biz 543S: Maintained 544F: drivers/video/arcfb.c 545F: drivers/video/fb_defio.c 546 547ARM MFM AND FLOPPY DRIVERS 548P: Ian Molton 549M: spyro@f2s.com 550S: Maintained 551F: arch/arm/lib/floppydma.S 552F: arch/arm/include/asm/floppy.h 553 554ARM PORT 555P: Russell King 556M: linux@arm.linux.org.uk 557L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 558W: http://www.arm.linux.org.uk/ 559S: Maintained 560F: arch/arm/ 561 562ARM PRIMECELL MMCI PL180/1 DRIVER 563S: Orphan 564F: drivers/mmc/host/mmci.* 565 566ARM/ADI ROADRUNNER MACHINE SUPPORT 567P: Lennert Buytenhek 568M: kernel@wantstofly.org 569L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 570S: Maintained 571F: arch/arm/mach-ixp23xx/ 572F: arch/arm/mach-ixp23xx/include/mach/ 573 574ARM/ADS SPHERE MACHINE SUPPORT 575P: Lennert Buytenhek 576M: kernel@wantstofly.org 577L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 578S: Maintained 579 580ARM/AFEB9260 MACHINE SUPPORT 581P: Sergey Lapin 582M: slapin@ossfans.org 583L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 584S: Maintained 585 586ARM/AJECO 1ARM MACHINE SUPPORT 587P: Lennert Buytenhek 588M: kernel@wantstofly.org 589L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 590S: Maintained 591 592ARM/ATMEL AT91RM9200 ARM ARCHITECTURE 593P: Andrew Victor 594M: linux@maxim.org.za 595L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 596W: http://maxim.org.za/at91_26.html 597S: Maintained 598 599ARM/CIRRUS LOGIC EP93XX ARM ARCHITECTURE 600P: Lennert Buytenhek 601M: kernel@wantstofly.org 602L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 603S: Maintained 604 605ARM/CIRRUS LOGIC EDB9315A MACHINE SUPPORT 606P: Lennert Buytenhek 607M: kernel@wantstofly.org 608L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 609S: Maintained 610 611ARM/CLKDEV SUPPORT 612P: Russell King 613M: linux@arm.linux.org.uk 614L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 615F: arch/arm/common/clkdev.c 616F: arch/arm/include/asm/clkdev.h 617 618ARM/COMPULAB CM-X270/EM-X270 and CM-X300 MACHINE SUPPORT 619P: Mike Rapoport 620M: mike@compulab.co.il 621L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 622S: Maintained 623 624ARM/CORGI MACHINE SUPPORT 625P: Richard Purdie 626M: rpurdie@rpsys.net 627S: Maintained 628 629ARM/CORTINA SYSTEMS GEMINI ARM ARCHITECTURE 630P: Paulius Zaleckas 631M: paulius.zaleckas@teltonika.lt 632L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 633T: git git://gitorious.org/linux-gemini/mainline.git 634S: Maintained 635F: arch/arm/mach-gemini/ 636 637ARM/EBSA110 MACHINE SUPPORT 638P: Russell King 639M: linux@arm.linux.org.uk 640L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 641W: http://www.arm.linux.org.uk/ 642S: Maintained 643F: arch/arm/mach-ebsa110/ 644F: drivers/net/arm/am79c961a.* 645 646ARM/EZX SMARTPHONES (A780, A910, A1200, E680, ROKR E2 and ROKR E6) 647P: Daniel Ribeiro 648M: drwyrm@gmail.com 649P: Stefan Schmidt 650M: stefan@openezx.org 651P: Harald Welte 652M: laforge@openezx.org 653L: openezx-devel@lists.openezx.org (subscribers-only) 654W: http://www.openezx.org/ 655S: Maintained 656 657ARM/FARADAY FA526 PORT 658P: Paulius Zaleckas 659M: paulius.zaleckas@teltonika.lt 660L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 661S: Maintained 662F: arch/arm/mm/*-fa* 663 664ARM/FOOTBRIDGE ARCHITECTURE 665P: Russell King 666M: linux@arm.linux.org.uk 667L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 668W: http://www.arm.linux.org.uk/ 669S: Maintained 670F: arch/arm/include/asm/hardware/dec21285.h 671F: arch/arm/mach-footbridge/ 672 673ARM/FREESCALE IMX / MXC ARM ARCHITECTURE 674P: Sascha Hauer 675M: kernel@pengutronix.de 676L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 677S: Maintained 678 679ARM/GLOMATION GESBC9312SX MACHINE SUPPORT 680P: Lennert Buytenhek 681M: kernel@wantstofly.org 682L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 683S: Maintained 684 685ARM/GUMSTIX MACHINE SUPPORT 686P: Steve Sakoman 687M: sakoman@gmail.com 688L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 689S: Maintained 690 691ARM/H4700 (HP IPAQ HX4700) MACHINE SUPPORT 692P: Philipp Zabel 693M: philipp.zabel@gmail.com 694S: Maintained 695F: arch/arm/mach-pxa/hx4700.c 696F: arch/arm/mach-pxa/include/mach/hx4700.h 697 698ARM/HP JORNADA 7XX MACHINE SUPPORT 699P: Kristoffer Ericson 700M: kristoffer.ericson@gmail.com 701W: www.jlime.com 702S: Maintained 703 704ARM/INTEL IOP32X ARM ARCHITECTURE 705P: Lennert Buytenhek 706M: kernel@wantstofly.org 707P: Dan Williams 708M: dan.j.williams@intel.com 709L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 710S: Supported 711 712ARM/INTEL IOP33X ARM ARCHITECTURE 713P: Dan Williams 714M: dan.j.williams@intel.com 715L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 716S: Supported 717 718ARM/INTEL IOP13XX ARM ARCHITECTURE 719P: Lennert Buytenhek 720M: kernel@wantstofly.org 721P: Dan Williams 722M: dan.j.williams@intel.com 723L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 724S: Supported 725 726ARM/INTEL IQ81342EX MACHINE SUPPORT 727P: Lennert Buytenhek 728M: kernel@wantstofly.org 729P: Dan Williams 730M: dan.j.williams@intel.com 731L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 732S: Supported 733 734ARM/INTEL IXP2000 ARM ARCHITECTURE 735P: Lennert Buytenhek 736M: kernel@wantstofly.org 737L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 738S: Maintained 739 740ARM/INTEL IXDP2850 MACHINE SUPPORT 741P: Lennert Buytenhek 742M: kernel@wantstofly.org 743L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 744S: Maintained 745 746ARM/INTEL IXP23XX ARM ARCHITECTURE 747P: Lennert Buytenhek 748M: kernel@wantstofly.org 749L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 750S: Maintained 751 752ARM/INTEL XSC3 (MANZANO) ARM CORE 753P: Lennert Buytenhek 754M: kernel@wantstofly.org 755P: Dan Williams 756M: dan.j.williams@intel.com 757L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 758S: Supported 759 760ARM/IP FABRICS DOUBLE ESPRESSO MACHINE SUPPORT 761P: Lennert Buytenhek 762M: kernel@wantstofly.org 763L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 764S: Maintained 765 766ARM/LOGICPD PXA270 MACHINE SUPPORT 767P: Lennert Buytenhek 768M: kernel@wantstofly.org 769L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 770S: Maintained 771 772ARM/MAGICIAN MACHINE SUPPORT 773P: Philipp Zabel 774M: philipp.zabel@gmail.com 775S: Maintained 776 777ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT 778P: Michael Petchkovsky 779M: mkpetch@internode.on.net 780S: Maintained 781 782ARM/TOSA MACHINE SUPPORT 783P: Dmitry Eremin-Solenikov 784M: dbaryshkov@gmail.com 785P: Dirk Opfer 786M: dirk@opfer-online.de 787S: Maintained 788 789ARM/PALMTX,PALMT5,PALMLD,PALMTE2 SUPPORT 790P: Marek Vasut 791M: marek.vasut@gmail.com 792W: http://hackndev.com 793S: Maintained 794 795ARM/PALMZ72 SUPPORT 796P: Sergey Lapin 797M: slapin@ossfans.org 798W: http://hackndev.com 799S: Maintained 800 801ARM/PLEB SUPPORT 802P: Peter Chubb 803M: pleb@gelato.unsw.edu.au 804W: http://www.disy.cse.unsw.edu.au/Hardware/PLEB 805S: Maintained 806 807ARM/PT DIGITAL BOARD PORT 808P: Stefan Eletzhofer 809M: stefan.eletzhofer@eletztrick.de 810L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 811W: http://www.arm.linux.org.uk/ 812S: Maintained 813 814ARM/RADISYS ENP2611 MACHINE SUPPORT 815P: Lennert Buytenhek 816M: kernel@wantstofly.org 817L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 818S: Maintained 819 820ARM/RISCPC ARCHITECTURE 821P: Russell King 822M: linux@arm.linux.org.uk 823L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 824W: http://www.arm.linux.org.uk/ 825S: Maintained 826F: arch/arm/common/time-acorn.c 827F: arch/arm/include/asm/hardware/entry-macro-iomd.S 828F: arch/arm/include/asm/hardware/ioc.h 829F: arch/arm/include/asm/hardware/iomd.h 830F: arch/arm/include/asm/hardware/memc.h 831F: arch/arm/mach-rpc/ 832F: drivers/net/arm/ether* 833F: drivers/scsi/arm/ 834 835ARM/SHARK MACHINE SUPPORT 836P: Alexander Schulz 837M: alex@shark-linux.de 838W: http://www.shark-linux.de/shark.html 839S: Maintained 840 841ARM/S3C2410 ARM ARCHITECTURE 842P: Ben Dooks 843M: ben-linux@fluff.org 844L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 845W: http://www.fluff.org/ben/linux/ 846S: Maintained 847 848ARM/S3C2440 ARM ARCHITECTURE 849P: Ben Dooks 850M: ben-linux@fluff.org 851L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 852W: http://www.fluff.org/ben/linux/ 853S: Maintained 854 855ARM/TECHNOLOGIC SYSTEMS TS7250 MACHINE SUPPORT 856P: Lennert Buytenhek 857M: kernel@wantstofly.org 858L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 859S: Maintained 860 861ARM/THECUS N2100 MACHINE SUPPORT 862P: Lennert Buytenhek 863M: kernel@wantstofly.org 864L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 865S: Maintained 866 867ARM/NUVOTON W90X900 ARM ARCHITECTURE 868P: Wan ZongShun 869M: mcuos.com@gmail.com 870L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 871W: http://www.mcuos.com 872S: Maintained 873 874ARM/VFP SUPPORT 875P: Russell King 876M: linux@arm.linux.org.uk 877L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 878W: http://www.arm.linux.org.uk/ 879S: Maintained 880F: arch/arm/vfp/ 881 882ARPD SUPPORT 883P: Jonathan Layes 884L: netdev@vger.kernel.org 885S: Maintained 886F: net/ipv4/arp.c 887 888ASUS ACPI EXTRAS DRIVER 889P: Corentin Chary 890M: corentincj@iksaif.net 891P: Karol Kozimor 892M: sziwan@users.sourceforge.net 893L: acpi4asus-user@lists.sourceforge.net 894W: http://sourceforge.net/projects/acpi4asus 895W: http://xf.iksaif.net/acpi4asus 896S: Maintained 897F: arch/x86/kernel/acpi/boot.c 898F: drivers/platform/x86/asus_acpi.c 899 900ASUS ASB100 HARDWARE MONITOR DRIVER 901P: Mark M. Hoffman 902M: mhoffman@lightlink.com 903L: lm-sensors@lm-sensors.org 904S: Maintained 905F: drivers/hwmon/asb100.c 906 907ASUS LAPTOP EXTRAS DRIVER 908P: Corentin Chary 909M: corentincj@iksaif.net 910L: acpi4asus-user@lists.sourceforge.net 911W: http://sourceforge.net/projects/acpi4asus 912W: http://xf.iksaif.net/acpi4asus 913S: Maintained 914F: drivers/platform/x86/asus-laptop.c 915 916ASYNCHRONOUS TRANSFERS/TRANSFORMS (IOAT) API 917P: Dan Williams 918M: dan.j.williams@intel.com 919P: Maciej Sosnowski 920M: maciej.sosnowski@intel.com 921W: http://sourceforge.net/projects/xscaleiop 922S: Supported 923F: Documentation/crypto/async-tx-api.txt 924F: crypto/async_tx/ 925F: drivers/dma/ 926F: include/linux/dmaengine.h 927F: include/linux/async_tx.h 928 929ATA OVER ETHERNET (AOE) DRIVER 930P: Ed L. Cashin 931M: ecashin@coraid.com 932W: http://www.coraid.com/support/linux 933S: Supported 934F: Documentation/aoe/ 935F: drivers/block/aoe/ 936 937ATHEROS ATH5K WIRELESS DRIVER 938P: Jiri Slaby 939M: jirislaby@gmail.com 940P: Nick Kossifidis 941M: mickflemm@gmail.com 942P: Luis R. Rodriguez 943M: lrodriguez@atheros.com 944P: Bob Copeland 945M: me@bobcopeland.com 946L: linux-wireless@vger.kernel.org 947L: ath5k-devel@lists.ath5k.org 948S: Maintained 949F: drivers/net/wireless/ath5k/ 950 951ATHEROS ATH9K WIRELESS DRIVER 952P: Luis R. Rodriguez 953M: lrodriguez@atheros.com 954P: Jouni Malinen 955M: jmalinen@atheros.com 956P: Sujith Manoharan 957M: Sujith.Manoharan@atheros.com 958P: Vasanthakumar Thiagarajan 959M: vasanth@atheros.com 960P: Senthil Balasubramanian 961M: senthilkumar@atheros.com 962L: linux-wireless@vger.kernel.org 963L: ath9k-devel@lists.ath9k.org 964S: Supported 965F: drivers/net/wireless/ath9k/ 966 967ATHEROS AR9170 WIRELESS DRIVER 968P: Christian Lamparter 969M: chunkeey@web.de 970L: linux-wireless@vger.kernel.org 971W: http://wireless.kernel.org/en/users/Drivers/ar9170 972S: Maintained 973F: drivers/net/wireless/ar9170/ 974 975ATI_REMOTE2 DRIVER 976P: Ville Syrjala 977M: syrjala@sci.fi 978S: Maintained 979F: drivers/input/misc/ati_remote2.c 980 981ATLX ETHERNET DRIVERS 982P: Jay Cliburn 983M: jcliburn@gmail.com 984P: Chris Snook 985M: csnook@redhat.com 986P: Jie Yang 987M: jie.yang@atheros.com 988L: atl1-devel@lists.sourceforge.net 989W: http://sourceforge.net/projects/atl1 990W: http://atl1.sourceforge.net 991S: Maintained 992F: drivers/net/atlx/ 993 994ATM 995P: Chas Williams 996M: chas@cmf.nrl.navy.mil 997L: linux-atm-general@lists.sourceforge.net (subscribers-only) 998L: netdev@vger.kernel.org 999W: http://linux-atm.sourceforge.net 1000S: Maintained 1001F: drivers/atm/ 1002F: include/linux/atm* 1003 1004ATMEL AT91 MCI DRIVER 1005P: Nicolas Ferre 1006M: nicolas.ferre@atmel.com 1007L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 1008W: http://www.atmel.com/products/AT91/ 1009W: http://www.at91.com/ 1010S: Maintained 1011F: drivers/mmc/host/at91_mci.c 1012 1013ATMEL AT91 / AT32 SERIAL DRIVER 1014P: Haavard Skinnemoen 1015M: hskinnemoen@atmel.com 1016S: Supported 1017F: drivers/serial/atmel_serial.c 1018 1019ATMEL LCDFB DRIVER 1020P: Nicolas Ferre 1021M: nicolas.ferre@atmel.com 1022L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 1023S: Maintained 1024F: drivers/video/atmel_lcdfb.c 1025F: include/video/atmel_lcdc.h 1026 1027ATMEL MACB ETHERNET DRIVER 1028P: Haavard Skinnemoen 1029M: hskinnemoen@atmel.com 1030S: Supported 1031F: drivers/net/macb.* 1032 1033ATMEL SPI DRIVER 1034P: Haavard Skinnemoen 1035M: hskinnemoen@atmel.com 1036S: Supported 1037F: drivers/spi/atmel_spi.* 1038 1039ATMEL USBA UDC DRIVER 1040P: Haavard Skinnemoen 1041M: hskinnemoen@atmel.com 1042L: kernel@avr32linux.org 1043W: http://avr32linux.org/twiki/bin/view/Main/AtmelUsbDeviceDriver 1044S: Supported 1045F: drivers/usb/gadget/atmel_usba_udc.* 1046 1047ATMEL WIRELESS DRIVER 1048P: Simon Kelley 1049M: simon@thekelleys.org.uk 1050L: linux-wireless@vger.kernel.org 1051W: http://www.thekelleys.org.uk/atmel 1052W: http://atmelwlandriver.sourceforge.net/ 1053S: Maintained 1054F: drivers/net/wireless/atmel* 1055 1056AUDIT SUBSYSTEM 1057P: Al Viro 1058M: viro@zeniv.linux.org.uk 1059P: Eric Paris 1060M: eparis@redhat.com 1061L: linux-audit@redhat.com (subscribers-only) 1062W: http://people.redhat.com/sgrubb/audit/ 1063T: git git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current.git 1064S: Maintained 1065F: include/linux/audit.h 1066F: kernel/audit* 1067 1068AUXILIARY DISPLAY DRIVERS 1069P: Miguel Ojeda Sandonis 1070M: miguel.ojeda.sandonis@gmail.com 1071W: http://miguelojeda.es/auxdisplay.htm 1072W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1073S: Maintained 1074F: drivers/auxdisplay/ 1075F: include/linux/cfag12864b.h 1076 1077AVR32 ARCHITECTURE 1078P: Haavard Skinnemoen 1079M: hskinnemoen@atmel.com 1080W: http://www.atmel.com/products/AVR32/ 1081W: http://avr32linux.org/ 1082W: http://avrfreaks.net/ 1083S: Supported 1084F: arch/avr32/ 1085 1086AVR32/AT32AP MACHINE SUPPORT 1087P: Haavard Skinnemoen 1088M: hskinnemoen@atmel.com 1089S: Supported 1090F: arch/avr32/mach-at32ap/ 1091 1092AX.25 NETWORK LAYER 1093P: Ralf Baechle 1094M: ralf@linux-mips.org 1095L: linux-hams@vger.kernel.org 1096W: http://www.linux-ax25.org/ 1097S: Maintained 1098F: include/linux/ax25.h 1099F: include/net/ax25.h 1100F: net/ax25/ 1101 1102B43 WIRELESS DRIVER 1103P: Michael Buesch 1104M: mb@bu3sch.de 1105P: Stefano Brivio 1106M: stefano.brivio@polimi.it 1107L: linux-wireless@vger.kernel.org 1108W: http://linuxwireless.org/en/users/Drivers/b43 1109S: Maintained 1110F: drivers/net/wireless/b43/ 1111 1112B43LEGACY WIRELESS DRIVER 1113P: Larry Finger 1114M: Larry.Finger@lwfinger.net 1115P: Stefano Brivio 1116M: stefano.brivio@polimi.it 1117L: linux-wireless@vger.kernel.org 1118W: http://linuxwireless.org/en/users/Drivers/b43 1119S: Maintained 1120F: drivers/net/wireless/b43legacy/ 1121 1122BACKLIGHT CLASS/SUBSYSTEM 1123P: Richard Purdie 1124M: rpurdie@rpsys.net 1125S: Maintained 1126F: drivers/video/backlight/ 1127F: include/linux/backlight.h 1128 1129BAYCOM/HDLCDRV DRIVERS FOR AX.25 1130P: Thomas Sailer 1131M: t.sailer@alumni.ethz.ch 1132L: linux-hams@vger.kernel.org 1133W: http://www.baycom.org/~tom/ham/ham.html 1134S: Maintained 1135F: drivers/net/hamradio/baycom* 1136 1137BEFS FILE SYSTEM 1138P: Sergey S. Kostyliov 1139M: rathamahata@php4.ru 1140S: Maintained 1141F: Documentation/filesystems/befs.txt 1142F: fs/befs/ 1143 1144BFS FILE SYSTEM 1145P: Tigran A. Aivazian 1146M: tigran@aivazian.fsnet.co.uk 1147S: Maintained 1148F: Documentation/filesystems/bfs.txt 1149F: fs/bfs/ 1150F: include/linux/bfs_fs.h 1151 1152BLACKFIN ARCHITECTURE 1153P: Mike Frysinger 1154M: vapier@gentoo.org 1155L: uclinux-dist-devel@blackfin.uclinux.org 1156W: http://blackfin.uclinux.org 1157S: Supported 1158F: arch/blackfin/ 1159 1160BLACKFIN EMAC DRIVER 1161P: Michael Hennerich 1162M: michael.hennerich@analog.com 1163L: uclinux-dist-devel@blackfin.uclinux.org 1164W: http://blackfin.uclinux.org 1165S: Supported 1166F: drivers/net/bfin_mac.* 1167 1168BLACKFIN RTC DRIVER 1169P: Mike Frysinger 1170M: vapier.adi@gmail.com 1171L: uclinux-dist-devel@blackfin.uclinux.org 1172W: http://blackfin.uclinux.org 1173S: Supported 1174F: drivers/rtc/rtc-bfin.c 1175 1176BLACKFIN SERIAL DRIVER 1177P: Sonic Zhang 1178M: sonic.zhang@analog.com 1179L: uclinux-dist-devel@blackfin.uclinux.org 1180W: http://blackfin.uclinux.org 1181S: Supported 1182F: drivers/serial/bfin_5xx.c 1183 1184BLACKFIN WATCHDOG DRIVER 1185P: Mike Frysinger 1186M: vapier.adi@gmail.com 1187L: uclinux-dist-devel@blackfin.uclinux.org 1188W: http://blackfin.uclinux.org 1189S: Supported 1190F: drivers/watchdog/bfin_wdt.c 1191 1192BLACKFIN I2C TWI DRIVER 1193P: Sonic Zhang 1194M: sonic.zhang@analog.com 1195L: uclinux-dist-devel@blackfin.uclinux.org 1196W: http://blackfin.uclinux.org/ 1197S: Supported 1198F: drivers/i2c/busses/i2c-bfin-twi.c 1199 1200BLOCK LAYER 1201P: Jens Axboe 1202M: axboe@kernel.dk 1203T: git git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git 1204S: Maintained 1205F: block/ 1206 1207BLOCK2MTD DRIVER 1208P: Joern Engel 1209M: joern@lazybastard.org 1210L: linux-mtd@lists.infradead.org 1211S: Maintained 1212F: drivers/mtd/devices/block2mtd.c 1213 1214BLUETOOTH DRIVERS 1215P: Marcel Holtmann 1216M: marcel@holtmann.org 1217L: linux-bluetooth@vger.kernel.org 1218W: http://www.bluez.org/ 1219S: Maintained 1220F: drivers/bluetooth/ 1221 1222BLUETOOTH SUBSYSTEM 1223P: Marcel Holtmann 1224M: marcel@holtmann.org 1225L: linux-bluetooth@vger.kernel.org 1226W: http://www.bluez.org/ 1227T: git git://git.kernel.org/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6.git 1228S: Maintained 1229F: net/bluetooth/ 1230F: include/net/bluetooth/ 1231 1232BONDING DRIVER 1233P: Jay Vosburgh 1234M: fubar@us.ibm.com 1235L: bonding-devel@lists.sourceforge.net 1236W: http://sourceforge.net/projects/bonding/ 1237S: Supported 1238F: drivers/net/bonding/ 1239F: include/linux/if_bonding.h 1240 1241BROADCOM B44 10/100 ETHERNET DRIVER 1242P: Gary Zambrano 1243M: zambrano@broadcom.com 1244L: netdev@vger.kernel.org 1245S: Supported 1246F: drivers/net/b44.* 1247 1248BROADCOM BNX2 GIGABIT ETHERNET DRIVER 1249P: Michael Chan 1250M: mchan@broadcom.com 1251L: netdev@vger.kernel.org 1252S: Supported 1253F: drivers/net/bnx2.* 1254F: drivers/net/bnx2_* 1255 1256BROADCOM BNX2X 10 GIGABIT ETHERNET DRIVER 1257P: Eilon Greenstein 1258M: eilong@broadcom.com 1259L: netdev@vger.kernel.org 1260S: Supported 1261F: drivers/net/bnx2x* 1262 1263BROADCOM TG3 GIGABIT ETHERNET DRIVER 1264P: Matt Carlson 1265M: mcarlson@broadcom.com 1266P: Michael Chan 1267M: mchan@broadcom.com 1268L: netdev@vger.kernel.org 1269S: Supported 1270F: drivers/net/tg3.* 1271 1272BSG (block layer generic sg v4 driver) 1273P: FUJITA Tomonori 1274M: fujita.tomonori@lab.ntt.co.jp 1275L: linux-scsi@vger.kernel.org 1276S: Supported 1277F: block/bsg.c 1278F: include/linux/bsg.h 1279 1280BT8XXGPIO DRIVER 1281P: Michael Buesch 1282M: mb@bu3sch.de 1283W: http://bu3sch.de/btgpio.php 1284S: Maintained 1285F: drivers/gpio/bt8xxgpio.c 1286 1287BTRFS FILE SYSTEM 1288P: Chris Mason 1289M: chris.mason@oracle.com 1290L: linux-btrfs@vger.kernel.org 1291W: http://btrfs.wiki.kernel.org/ 1292T: git git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git 1293S: Maintained 1294F: Documentation/filesystems/btrfs.txt 1295F: fs/btrfs/ 1296 1297BTTV VIDEO4LINUX DRIVER 1298P: Mauro Carvalho Chehab 1299M: mchehab@infradead.org 1300L: linux-media@vger.kernel.org 1301W: http://linuxtv.org 1302T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 1303S: Maintained 1304F: Documentation/video4linux/bttv/ 1305F: drivers/media/video/bt8xx/bttv* 1306 1307CACHEFILES: FS-CACHE BACKEND FOR CACHING ON MOUNTED FILESYSTEMS 1308P: David Howells 1309M: dhowells@redhat.com 1310L: linux-cachefs@redhat.com 1311S: Supported 1312F: Documentation/filesystems/caching/cachefiles.txt 1313F: fs/cachefiles/ 1314 1315CAFE CMOS INTEGRATED CAMERA CONTROLLER DRIVER 1316P: Jonathan Corbet 1317M: corbet@lwn.net 1318L: linux-media@vger.kernel.org 1319T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 1320S: Maintained 1321F: Documentation/video4linux/cafe_ccic 1322F: drivers/media/video/cafe_ccic* 1323 1324CALGARY x86-64 IOMMU 1325P: Muli Ben-Yehuda 1326M: muli@il.ibm.com 1327P: Jon D. Mason 1328M: jdmason@kudzu.us 1329L: discuss@x86-64.org 1330S: Maintained 1331F: arch/x86/kernel/pci-calgary_64.c 1332F: arch/x86/kernel/tce_64.c 1333F: arch/x86/include/asm/calgary.h 1334F: arch/x86/include/asm/tce.h 1335 1336CAN NETWORK LAYER 1337P: Urs Thuermann 1338M: urs.thuermann@volkswagen.de 1339P: Oliver Hartkopp 1340M: oliver.hartkopp@volkswagen.de 1341L: socketcan-core@lists.berlios.de (subscribers-only) 1342W: http://developer.berlios.de/projects/socketcan/ 1343S: Maintained 1344F: drivers/net/can/ 1345F: include/linux/can/ 1346F: include/linux/can.h 1347 1348CAN NETWORK DRIVERS 1349P: Wolfgang Grandegger 1350M: wg@grandegger.com 1351L: socketcan-core@lists.berlios.de (subscribers-only) 1352W: http://developer.berlios.de/projects/socketcan/ 1353S: Maintained 1354 1355CELL BROADBAND ENGINE ARCHITECTURE 1356P: Arnd Bergmann 1357M: arnd@arndb.de 1358L: linuxppc-dev@ozlabs.org 1359L: cbe-oss-dev@ozlabs.org 1360W: http://www.ibm.com/developerworks/power/cell/ 1361S: Supported 1362F: arch/powerpc/include/asm/cell*.h 1363F: arch/powerpc/include/asm/spu*.h 1364F: arch/powerpc/oprofile/*cell* 1365F: arch/powerpc/platforms/cell/ 1366 1367CERTIFIED WIRELESS USB (WUSB) SUBSYSTEM: 1368P: David Vrabel 1369M: david.vrabel@csr.com 1370L: linux-usb@vger.kernel.org 1371S: Supported 1372F: Documentation/usb/WUSB-Design-overview.txt 1373F: Documentation/usb/wusb-cbaf 1374F: drivers/usb/wusbcore/ 1375F: include/linux/usb/wusb* 1376 1377CFAG12864B LCD DRIVER 1378P: Miguel Ojeda Sandonis 1379M: miguel.ojeda.sandonis@gmail.com 1380W: http://miguelojeda.es/auxdisplay.htm 1381W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1382S: Maintained 1383F: drivers/auxdisplay/cfag12864b.c 1384F: include/linux/cfag12864b.h 1385 1386CFAG12864BFB LCD FRAMEBUFFER DRIVER 1387P: Miguel Ojeda Sandonis 1388M: miguel.ojeda.sandonis@gmail.com 1389W: http://miguelojeda.es/auxdisplay.htm 1390W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 1391S: Maintained 1392F: drivers/auxdisplay/cfag12864bfb.c 1393F: include/linux/cfag12864b.h 1394 1395CFG80211 and NL80211 1396P: Johannes Berg 1397M: johannes@sipsolutions.net 1398L: linux-wireless@vger.kernel.org 1399S: Maintained 1400F: include/linux/nl80211.h 1401F: include/net/cfg80211.h 1402F: net/wireless/* 1403X: net/wireless/wext* 1404 1405CHECKPATCH 1406P: Andy Whitcroft 1407M: apw@canonical.com 1408S: Supported 1409F: scripts/checkpatch.pl 1410 1411CISCO 10G ETHERNET DRIVER 1412P: Scott Feldman 1413M: scofeldm@cisco.com 1414P: Joe Eykholt 1415M: jeykholt@cisco.com 1416S: Supported 1417F: drivers/net/enic/ 1418 1419CIRRUS LOGIC EP93XX ETHERNET DRIVER 1420P: Lennert Buytenhek 1421M: kernel@wantstofly.org 1422L: netdev@vger.kernel.org 1423S: Maintained 1424F: drivers/net/arm/ep93xx_eth.c 1425 1426CIRRUS LOGIC EP93XX OHCI USB HOST DRIVER 1427P: Lennert Buytenhek 1428M: kernel@wantstofly.org 1429L: linux-usb@vger.kernel.org 1430S: Maintained 1431F: drivers/usb/host/ohci-ep93xx.c 1432 1433CIRRUS LOGIC CS4270 SOUND DRIVER 1434P: Timur Tabi 1435M: timur@freescale.com 1436L: alsa-devel@alsa-project.org (moderated for non-subscribers) 1437S: Supported 1438F: sound/soc/codecs/cs4270* 1439 1440CIRRUS LOGIC CS4280/CS461x SOUNDDRIVER 1441P: Cirrus Logic Corporation (kernel 2.2 driver) 1442M: Cirrus Logic Corporation, Thomas Woller <twoller@crystal.cirrus.com> 1443P: Nils Faerber (port to kernel 2.4) 1444M: Nils Faerber <nils@kernelconcepts.de> 1445S: Maintained 1446F: Documentation/input/cs461x.txt 1447F: sound/pci/cs46xx/ 1448 1449CLK API 1450P: Russell King 1451M: linux@arm.linux.org.uk 1452F: include/linux/clk.h 1453 1454CISCO FCOE HBA DRIVER 1455P: Abhijeet Joglekar 1456M: abjoglek@cisco.com 1457P: Joe Eykholt 1458M: jeykholt@cisco.com 1459L: linux-scsi@vger.kernel.org 1460S: Supported 1461F: drivers/scsi/fnic/ 1462 1463CODA FILE SYSTEM 1464P: Jan Harkes 1465M: jaharkes@cs.cmu.edu 1466M: coda@cs.cmu.edu 1467L: codalist@coda.cs.cmu.edu 1468W: http://www.coda.cs.cmu.edu/ 1469S: Maintained 1470F: Documentation/filesystems/coda.txt 1471F: fs/coda/ 1472F: include/linux/coda*.h 1473 1474COMMON INTERNET FILE SYSTEM (CIFS) 1475P: Steve French 1476M: sfrench@samba.org 1477L: linux-cifs-client@lists.samba.org 1478L: samba-technical@lists.samba.org 1479W: http://linux-cifs.samba.org/ 1480T: git git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6.git 1481S: Supported 1482F: Documentation/filesystems/cifs.txt 1483F: fs/cifs/ 1484 1485COMPACTPCI HOTPLUG CORE 1486P: Scott Murray 1487M: scottm@somanetworks.com 1488M: scott@spiteful.org 1489L: linux-pci@vger.kernel.org 1490S: Supported 1491F: drivers/pci/hotplug/cpci_hotplug* 1492 1493COMPACTPCI HOTPLUG ZIATECH ZT5550 DRIVER 1494P: Scott Murray 1495M: scottm@somanetworks.com 1496M: scott@spiteful.org 1497L: linux-pci@vger.kernel.org 1498S: Supported 1499F: drivers/pci/hotplug/cpcihp_zt5550.* 1500 1501COMPACTPCI HOTPLUG GENERIC DRIVER 1502P: Scott Murray 1503M: scottm@somanetworks.com 1504M: scott@spiteful.org 1505L: linux-pci@vger.kernel.org 1506S: Supported 1507F: drivers/pci/hotplug/cpcihp_generic.c 1508 1509COMPAL LAPTOP SUPPORT 1510P: Cezary Jackiewicz 1511M: cezary.jackiewicz@gmail.com 1512S: Maintained 1513F: drivers/platform/x86/compal-laptop.c 1514 1515COMPUTONE INTELLIPORT MULTIPORT CARD 1516P: Michael H. Warfield 1517M: mhw@wittsend.com 1518W: http://www.wittsend.com/computone.html 1519S: Maintained 1520F: Documentation/serial/computone.txt 1521F: drivers/char/ip2/ 1522 1523CONEXANT ACCESSRUNNER USB DRIVER 1524P: Simon Arlott 1525M: cxacru@fire.lp0.eu 1526L: accessrunner-general@lists.sourceforge.net 1527W: http://accessrunner.sourceforge.net/ 1528S: Maintained 1529F: drivers/usb/atm/cxacru.c 1530 1531CONFIGFS 1532P: Joel Becker 1533M: joel.becker@oracle.com 1534S: Supported 1535F: fs/configfs/ 1536F: include/linux/configfs.h 1537 1538CONTROL GROUPS (CGROUPS) 1539P: Paul Menage 1540M: menage@google.com 1541P: Li Zefan 1542M: lizf@cn.fujitsu.com 1543L: containers@lists.linux-foundation.org 1544S: Maintained 1545F: include/linux/cgroup* 1546F: kernel/cgroup* 1547F: mm/*cgroup* 1548 1549CORETEMP HARDWARE MONITORING DRIVER 1550P: Rudolf Marek 1551M: r.marek@assembler.cz 1552L: lm-sensors@lm-sensors.org 1553S: Maintained 1554F: Documentation/hwmon/coretemp 1555F: drivers/hwmon/coretemp.c 1556 1557COSA/SRP SYNC SERIAL DRIVER 1558P: Jan "Yenya" Kasprzak 1559M: kas@fi.muni.cz 1560W: http://www.fi.muni.cz/~kas/cosa/ 1561S: Maintained 1562F: drivers/net/wan/cosa* 1563 1564CPMAC ETHERNET DRIVER 1565P: Florian Fainelli 1566M: florian@openwrt.org 1567L: netdev@vger.kernel.org 1568S: Maintained 1569F: drivers/net/cpmac.c 1570 1571CPU FREQUENCY DRIVERS 1572P: Dave Jones 1573M: davej@redhat.com 1574L: cpufreq@vger.kernel.org 1575W: http://www.codemonkey.org.uk/projects/cpufreq/ 1576T: git git://git.kernel.org/pub/scm/linux/kernel/git/davej/cpufreq.git 1577S: Maintained 1578F: arch/x86/kernel/cpu/cpufreq/ 1579F: drivers/cpufreq/ 1580F: include/linux/cpufreq.h 1581 1582CPUID/MSR DRIVER 1583P: H. Peter Anvin 1584M: hpa@zytor.com 1585S: Maintained 1586F: arch/x86/kernel/cpuid.c 1587F: arch/x86/kernel/msr.c 1588 1589CPUSETS 1590P: Paul Menage 1591M: menage@google.com 1592W: http://www.bullopensource.org/cpuset/ 1593W: http://oss.sgi.com/projects/cpusets/ 1594S: Supported 1595F: Documentation/cgroups/cpusets.txt 1596F: include/linux/cpuset.h 1597F: kernel/cpuset.c 1598 1599CRAMFS FILESYSTEM 1600W: http://sourceforge.net/projects/cramfs/ 1601S: Orphan 1602F: Documentation/filesystems/cramfs.txt 1603F: fs/cramfs/ 1604 1605CRIS PORT 1606P: Mikael Starvik 1607M: starvik@axis.com 1608P: Jesper Nilsson 1609M: jesper.nilsson@axis.com 1610L: dev-etrax@axis.com 1611W: http://developer.axis.com 1612S: Maintained 1613F: arch/cris/ 1614 1615CRYPTO API 1616P: Herbert Xu 1617M: herbert@gondor.apana.org.au 1618P: David S. Miller 1619M: davem@davemloft.net 1620L: linux-crypto@vger.kernel.org 1621T: git git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6.git 1622S: Maintained 1623F: Documentation/crypto/ 1624F: arch/*/crypto/ 1625F: crypto/ 1626F: drivers/crypto/ 1627F: include/crypto/ 1628 1629CRYPTOGRAPHIC RANDOM NUMBER GENERATOR 1630P: Neil Horman 1631M: nhorman@tuxdriver.com 1632L: linux-crypto@vger.kernel.org 1633S: Maintained 1634 1635CS5535 Audio ALSA driver 1636P: Jaya Kumar 1637M: jayakumar.alsa@gmail.com 1638S: Maintained 1639F: sound/pci/cs5535audio/ 1640 1641CX18 VIDEO4LINUX DRIVER 1642P: Hans Verkuil 1643M: hverkuil@xs4all.nl 1644P: Andy Walls 1645M: awalls@radix.net 1646L: ivtv-devel@ivtvdriver.org 1647L: ivtv-users@ivtvdriver.org 1648L: linux-media@vger.kernel.org 1649T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 1650W: http://linuxtv.org 1651S: Maintained 1652F: Documentation/video4linux/cx18.txt 1653F: drivers/media/video/cx18/ 1654 1655CXGB3 ETHERNET DRIVER (CXGB3) 1656P: Divy Le Ray 1657M: divy@chelsio.com 1658L: netdev@vger.kernel.org 1659W: http://www.chelsio.com 1660S: Supported 1661F: drivers/net/cxgb3/ 1662 1663CXGB3 IWARP RNIC DRIVER (IW_CXGB3) 1664P: Steve Wise 1665M: swise@chelsio.com 1666L: general@lists.openfabrics.org 1667W: http://www.openfabrics.org 1668S: Supported 1669F: drivers/infiniband/hw/cxgb3/ 1670 1671CYBERPRO FB DRIVER 1672P: Russell King 1673M: linux@arm.linux.org.uk 1674L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 1675W: http://www.arm.linux.org.uk/ 1676S: Maintained 1677F: drivers/video/cyber2000fb.* 1678 1679CYCLADES 2X SYNC CARD DRIVER 1680P: Arnaldo Carvalho de Melo 1681M: acme@ghostprotocols.net 1682W: http://oops.ghostprotocols.net:81/blog 1683S: Maintained 1684F: drivers/net/wan/cycx* 1685 1686CYCLADES ASYNC MUX DRIVER 1687W: http://www.cyclades.com/ 1688S: Orphan 1689F: drivers/char/cyclades.c 1690F: include/linux/cyclades.h 1691 1692CYCLADES PC300 DRIVER 1693W: http://www.cyclades.com/ 1694S: Orphan 1695F: drivers/net/wan/pc300* 1696 1697DAMA SLAVE for AX.25 1698P: Joerg Reuter 1699M: jreuter@yaina.de 1700W: http://yaina.de/jreuter/ 1701W: http://www.qsl.net/dl1bke/ 1702L: linux-hams@vger.kernel.org 1703S: Maintained 1704F: net/ax25/af_ax25.c 1705F: net/ax25/ax25_dev.c 1706F: net/ax25/ax25_ds_* 1707F: net/ax25/ax25_in.c 1708F: net/ax25/ax25_out.c 1709F: net/ax25/ax25_timer.c 1710F: net/ax25/sysctl_net_ax25.c 1711 1712DAVICOM FAST ETHERNET (DMFE) NETWORK DRIVER 1713P: Tobias Ringstrom 1714M: tori@unhappy.mine.nu 1715L: netdev@vger.kernel.org 1716S: Maintained 1717F: Documentation/networking/dmfe.txt 1718F: drivers/net/tulip/dmfe.c 1719 1720DC390/AM53C974 SCSI driver 1721P: Kurt Garloff 1722M: garloff@suse.de 1723W: http://www.garloff.de/kurt/linux/dc390/ 1724P: Guennadi Liakhovetski 1725M: g.liakhovetski@gmx.de 1726S: Maintained 1727F: drivers/scsi/tmscsim.* 1728 1729DC395x SCSI driver 1730P: Oliver Neukum 1731M: oliver@neukum.name 1732P: Ali Akcaagac 1733M: aliakc@web.de 1734P: Jamie Lenehan 1735M: lenehan@twibble.org 1736W: http://twibble.org/dist/dc395x/ 1737L: dc395x@twibble.org 1738L: http://lists.twibble.org/mailman/listinfo/dc395x/ 1739S: Maintained 1740F: Documentation/scsi/dc395x.txt 1741F: drivers/scsi/dc395x.* 1742 1743DCCP PROTOCOL 1744P: Arnaldo Carvalho de Melo 1745M: acme@ghostprotocols.net 1746L: dccp@vger.kernel.org 1747W: http://linux-net.osdl.org/index.php/DCCP 1748S: Maintained 1749F: include/linux/dccp.h 1750F: include/linux/tfrc.h 1751F: net/dccp/ 1752 1753DECnet NETWORK LAYER 1754P: Christine Caulfield 1755M: christine.caulfield@googlemail.com 1756W: http://linux-decnet.sourceforge.net 1757L: linux-decnet-user@lists.sourceforge.net 1758S: Maintained 1759F: Documentation/networking/decnet.txt 1760F: net/decnet/ 1761 1762DEFXX FDDI NETWORK DRIVER 1763P: Maciej W. Rozycki 1764M: macro@linux-mips.org 1765S: Maintained 1766F: drivers/net/defxx.* 1767 1768DELL LAPTOP DRIVER 1769P: Matthew Garrett 1770M: mjg59@srcf.ucam.org 1771S: Maintained 1772F: drivers/platform/x86/dell-laptop.c 1773 1774DELL LAPTOP SMM DRIVER 1775P: Massimo Dal Zotto 1776M: dz@debian.org 1777W: http://www.debian.org/~dz/i8k/ 1778S: Maintained 1779F: drivers/char/i8k.c 1780F: include/linux/i8k.h 1781 1782DELL SYSTEMS MANAGEMENT BASE DRIVER (dcdbas) 1783P: Doug Warzecha 1784M: Douglas_Warzecha@dell.com 1785S: Maintained 1786F: Documentation/dcdbas.txt 1787F: drivers/firmware/dcdbas.* 1788 1789DELL WMI EXTRAS DRIVER 1790P: Matthew Garrett 1791M: mjg59@srcf.ucam.org 1792S: Maintained 1793 1794DEVICE NUMBER REGISTRY 1795P: Torben Mathiasen 1796M: device@lanana.org 1797W: http://lanana.org/docs/device-list/index.html 1798S: Maintained 1799 1800DEVICE-MAPPER (LVM) 1801P: Alasdair Kergon 1802L: dm-devel@redhat.com 1803W: http://sources.redhat.com/dm 1804S: Maintained 1805F: Documentation/device-mapper/ 1806F: drivers/md/dm* 1807F: include/linux/device-mapper.h 1808F: include/linux/dm-*.h 1809 1810DIGI INTL. EPCA DRIVER 1811P: Digi International, Inc 1812M: Eng.Linux@digi.com 1813L: Eng.Linux@digi.com 1814W: http://www.digi.com 1815S: Orphan 1816F: Documentation/serial/digiepca.txt 1817F: drivers/char/epca* 1818F: drivers/char/digi* 1819 1820DIRECTORY NOTIFICATION (DNOTIFY) 1821P: Eric Paris 1822M: eparis@parisplace.org 1823S: Maintained 1824F: Documentation/filesystems/dnotify.txt 1825F: fs/notify/dnotify/ 1826F: include/linux/dnotify.h 1827 1828DISK GEOMETRY AND PARTITION HANDLING 1829P: Andries Brouwer 1830M: aeb@cwi.nl 1831W: http://www.win.tue.nl/~aeb/linux/Large-Disk.html 1832W: http://www.win.tue.nl/~aeb/linux/zip/zip-1.html 1833W: http://www.win.tue.nl/~aeb/partitions/partition_types-1.html 1834S: Maintained 1835 1836DISKQUOTA 1837P: Jan Kara 1838M: jack@suse.cz 1839S: Maintained 1840F: Documentation/filesystems/quota.txt 1841F: fs/quota/ 1842F: include/linux/quota*.h 1843 1844DISTRIBUTED LOCK MANAGER (DLM) 1845P: Christine Caulfield 1846M: ccaulfie@redhat.com 1847P: David Teigland 1848M: teigland@redhat.com 1849L: cluster-devel@redhat.com 1850W: http://sources.redhat.com/cluster/ 1851T: git git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm.git 1852S: Supported 1853F: fs/dlm/ 1854 1855DMA GENERIC OFFLOAD ENGINE SUBSYSTEM 1856P: Maciej Sosnowski 1857M: maciej.sosnowski@intel.com 1858P: Dan Williams 1859M: dan.j.williams@intel.com 1860S: Supported 1861F: drivers/dma/ 1862F: include/linux/dma* 1863 1864DME1737 HARDWARE MONITOR DRIVER 1865P: Juerg Haefliger 1866M: juergh@gmail.com 1867L: lm-sensors@lm-sensors.org 1868S: Maintained 1869F: Documentation/hwmon/dme1737 1870F: drivers/hwmon/dme1737.c 1871 1872DOCBOOK FOR DOCUMENTATION 1873P: Randy Dunlap 1874M: rdunlap@xenotime.net 1875S: Maintained 1876 1877DOCKING STATION DRIVER 1878P: Shaohua Li 1879M: shaohua.li@intel.com 1880L: linux-acpi@vger.kernel.org 1881S: Supported 1882F: drivers/acpi/dock.c 1883 1884DOCUMENTATION 1885P: Randy Dunlap 1886M: rdunlap@xenotime.net 1887L: linux-doc@vger.kernel.org 1888S: Maintained 1889F: Documentation/ 1890 1891DOUBLETALK DRIVER 1892P: James R. Van Zandt 1893M: jrv@vanzandt.mv.com 1894L: blinux-list@redhat.com 1895S: Maintained 1896F: drivers/char/dtlk.c 1897F: include/linux/dtlk.h 1898 1899DPT_I2O SCSI RAID DRIVER 1900P: Adaptec OEM Raid Solutions 1901M: aacraid@adaptec.com 1902L: linux-scsi@vger.kernel.org 1903W: http://www.adaptec.com/ 1904S: Maintained 1905F: drivers/scsi/dpt* 1906F: drivers/scsi/dpt/ 1907 1908DRIVER CORE, KOBJECTS, AND SYSFS 1909P: Greg Kroah-Hartman 1910M: gregkh@suse.de 1911T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 1912S: Supported 1913F: Documentation/kobject.txt 1914F: drivers/base/ 1915F: fs/sysfs/ 1916F: include/linux/kobj* 1917F: lib/kobj* 1918 1919DRM DRIVERS 1920P: David Airlie 1921M: airlied@linux.ie 1922L: dri-devel@lists.sourceforge.net 1923T: git git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git 1924S: Maintained 1925F: drivers/gpu/drm/ 1926 1927DSCC4 DRIVER 1928P: Francois Romieu 1929M: romieu@fr.zoreil.com 1930L: netdev@vger.kernel.org 1931S: Maintained 1932F: drivers/net/wan/dscc4.c 1933 1934DZ DECSTATION DZ11 SERIAL DRIVER 1935P: Maciej W. Rozycki 1936M: macro@linux-mips.org 1937S: Maintained 1938F: drivers/serial/dz.* 1939 1940EATA-DMA SCSI DRIVER 1941P: Michael Neuffer 1942M: mike@i-Connect.Net 1943L: linux-eata@i-connect.net 1944L: linux-scsi@vger.kernel.org 1945S: Maintained 1946F: drivers/scsi/eata* 1947 1948EATA ISA/EISA/PCI SCSI DRIVER 1949P: Dario Ballabio 1950M: ballabio_dario@emc.com 1951L: linux-scsi@vger.kernel.org 1952S: Maintained 1953F: drivers/scsi/eata.c 1954 1955EATA-PIO SCSI DRIVER 1956P: Michael Neuffer 1957M: mike@i-Connect.Net 1958L: linux-eata@i-connect.net 1959L: linux-scsi@vger.kernel.org 1960S: Maintained 1961F: drivers/scsi/eata_pio.* 1962 1963EBTABLES 1964P: Bart De Schuymer 1965M: bart.de.schuymer@pandora.be 1966L: ebtables-user@lists.sourceforge.net 1967L: ebtables-devel@lists.sourceforge.net 1968W: http://ebtables.sourceforge.net/ 1969S: Maintained 1970F: include/linux/netfilter_bridge/ebt_*.h 1971F: net/bridge/netfilter/ebt*.c 1972 1973ECRYPT FILE SYSTEM 1974P: Tyler Hicks 1975M: tyhicks@linux.vnet.ibm.com 1976P: Dustin Kirkland 1977M: kirkland@canonical.com 1978L: ecryptfs-devel@lists.launchpad.net 1979W: https://launchpad.net/ecryptfs 1980S: Supported 1981F: Documentation/filesystems/ecryptfs.txt 1982F: fs/ecryptfs/ 1983 1984EDAC-CORE 1985P: Doug Thompson 1986M: dougthompson@xmission.com 1987L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 1988W: bluesmoke.sourceforge.net 1989S: Supported 1990F: Documentation/edac.txt 1991F: drivers/edac/edac_* 1992F: include/linux/edac.h 1993 1994EDAC-AMD64 1995P: Doug Thompson 1996M: dougthompson@xmission.com 1997P: Borislav Petkov 1998M: borislav.petkov@amd.com 1999L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 2000W: bluesmoke.sourceforge.net 2001S: Supported 2002F: drivers/edac/amd64_edac* 2003 2004EDAC-E752X 2005P: Mark Gross 2006M: mark.gross@intel.com 2007P: Doug Thompson 2008M: dougthompson@xmission.com 2009L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 2010W: bluesmoke.sourceforge.net 2011S: Maintained 2012F: drivers/edac/e752x_edac.c 2013 2014EDAC-E7XXX 2015P: Doug Thompson 2016M: dougthompson@xmission.com 2017L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 2018W: bluesmoke.sourceforge.net 2019S: Maintained 2020F: drivers/edac/e7xxx_edac.c 2021 2022EDAC-I82443BXGX 2023P: Tim Small 2024M: tim@buttersideup.com 2025L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 2026W: bluesmoke.sourceforge.net 2027S: Maintained 2028F: drivers/edac/i82443bxgx_edac.c 2029 2030EDAC-I3000 2031P: Jason Uhlenkott 2032M: juhlenko@akamai.com 2033L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 2034W: bluesmoke.sourceforge.net 2035S: Maintained 2036F: drivers/edac/i3000_edac.c 2037 2038EDAC-I5000 2039P: Doug Thompson 2040M: dougthompson@xmission.com 2041L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 2042W: bluesmoke.sourceforge.net 2043S: Maintained 2044F: drivers/edac/i5000_edac.c 2045 2046EDAC-I5400 2047P: Mauro Carvalho Chehab 2048M: mchehab@redhat.com 2049L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 2050W: bluesmoke.sourceforge.net 2051S: Maintained 2052F: drivers/edac/i5400_edac.c 2053 2054EDAC-I82975X 2055P: Ranganathan Desikan 2056P: Arvind R. 2057M: rdesikan@jetzbroadband.com 2058M: arvind@acarlab.com 2059L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 2060W: bluesmoke.sourceforge.net 2061S: Maintained 2062F: drivers/edac/i82975x_edac.c 2063 2064EDAC-PASEMI 2065P: Egor Martovetsky 2066M: egor@pasemi.com 2067L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 2068W: bluesmoke.sourceforge.net 2069S: Maintained 2070F: drivers/edac/pasemi_edac.c 2071 2072EDAC-R82600 2073P: Tim Small 2074M: tim@buttersideup.com 2075L: bluesmoke-devel@lists.sourceforge.net (moderated for non-subscribers) 2076W: bluesmoke.sourceforge.net 2077S: Maintained 2078F: drivers/edac/r82600_edac.c 2079 2080EEEPC LAPTOP EXTRAS DRIVER 2081P: Corentin Chary 2082M: corentincj@iksaif.net 2083L: acpi4asus-user@lists.sourceforge.net 2084W: http://sourceforge.net/projects/acpi4asus 2085S: Maintained 2086F: drivers/platform/x86/eeepc-laptop.c 2087 2088EFS FILESYSTEM 2089W: http://aeschi.ch.eu.org/efs/ 2090S: Orphan 2091F: fs/efs/ 2092 2093EHCA (IBM GX bus InfiniBand adapter) DRIVER 2094P: Hoang-Nam Nguyen 2095M: hnguyen@de.ibm.com 2096P: Christoph Raisch 2097M: raisch@de.ibm.com 2098L: general@lists.openfabrics.org 2099S: Supported 2100F: drivers/infiniband/hw/ehca/ 2101 2102EMBEDDED LINUX 2103P: Paul Gortmaker 2104M: paul.gortmaker@windriver.com 2105P: Matt Mackall 2106M: mpm@selenic.com 2107P: David Woodhouse 2108M: dwmw2@infradead.org 2109L: linux-embedded@vger.kernel.org 2110S: Maintained 2111 2112EMULEX LPFC FC SCSI DRIVER 2113P: James Smart 2114M: james.smart@emulex.com 2115L: linux-scsi@vger.kernel.org 2116W: http://sourceforge.net/projects/lpfcxxxx 2117S: Supported 2118F: drivers/scsi/lpfc/ 2119 2120ENE CB710 FLASH CARD READER DRIVER 2121P: Michał Mirosław 2122M: mirq-linux@rere.qmqm.pl 2123L: linux-kernel@vger.kernel.org 2124S: Maintained 2125F: drivers/misc/cb710/ 2126F: drivers/mmc/host/cb710-mmc.* 2127F: include/linux/cb710.h 2128 2129EPSON 1355 FRAMEBUFFER DRIVER 2130P: Christopher Hoover 2131M: ch@murgatroid.com 2132P: Christopher Hoover 2133M: ch@hpl.hp.com 2134S: Maintained 2135F: drivers/video/epson1355fb.c 2136 2137EPSON S1D13XXX FRAMEBUFFER DRIVER 2138P: Kristoffer Ericson 2139M: kristoffer.ericson@gmail.com 2140S: Maintained 2141F: drivers/video/s1d13xxxfb.c 2142F: include/video/s1d13xxxfb.h 2143 2144ETHEREXPRESS-16 NETWORK DRIVER 2145P: Philip Blundell 2146M: philb@gnu.org 2147L: netdev@vger.kernel.org 2148S: Maintained 2149F: drivers/net/eexpress.* 2150 2151ETHERNET BRIDGE 2152P: Stephen Hemminger 2153M: shemminger@linux-foundation.org 2154L: bridge@lists.linux-foundation.org 2155W: http://www.linux-foundation.org/en/Net:Bridge 2156S: Maintained 2157F: include/linux/netfilter_bridge/ 2158F: net/bridge/ 2159 2160ETHERTEAM 16I DRIVER 2161P: Mika Kuoppala 2162M: miku@iki.fi 2163S: Maintained 2164F: drivers/net/eth16i.c 2165 2166EXT2 FILE SYSTEM 2167L: linux-ext4@vger.kernel.org 2168S: Maintained 2169F: Documentation/filesystems/ext2.txt 2170F: fs/ext2/ 2171F: include/linux/ext2* 2172 2173EXT3 FILE SYSTEM 2174P: Stephen Tweedie 2175M: sct@redhat.com 2176P: Andrew Morton 2177M: akpm@linux-foundation.org 2178P: Andreas Dilger 2179M: adilger@sun.com 2180L: linux-ext4@vger.kernel.org 2181S: Maintained 2182F: Documentation/filesystems/ext3.txt 2183F: fs/ext3/ 2184F: include/linux/ext3* 2185 2186EXT4 FILE SYSTEM 2187P: Theodore Ts'o 2188M: tytso@mit.edu 2189P: Andreas Dilger 2190M: adilger@sun.com 2191L: linux-ext4@vger.kernel.org 2192W: http://ext4.wiki.kernel.org 2193S: Maintained 2194F: Documentation/filesystems/ext4.txt 2195F: fs/ext4/ 2196 2197F71805F HARDWARE MONITORING DRIVER 2198P: Jean Delvare 2199M: khali@linux-fr.org 2200L: lm-sensors@lm-sensors.org 2201S: Maintained 2202F: Documentation/hwmon/f71805f 2203F: drivers/hwmon/f71805f.c 2204 2205FARSYNC SYNCHRONOUS DRIVER 2206P: Kevin Curtis 2207M: kevin.curtis@farsite.co.uk 2208W: http://www.farsite.co.uk/ 2209S: Supported 2210F: drivers/net/wan/farsync.* 2211 2212FAULT INJECTION SUPPORT 2213P: Akinobu Mita 2214M: akinobu.mita@gmail.com 2215S: Supported 2216F: Documentation/fault-injection/ 2217F: lib/fault-inject.c 2218 2219FILE LOCKING (flock() and fcntl()/lockf()) 2220P: Matthew Wilcox 2221M: matthew@wil.cx 2222L: linux-fsdevel@vger.kernel.org 2223S: Maintained 2224F: include/linux/fcntl.h 2225F: include/linux/fs.h 2226F: fs/fcntl.c 2227F: fs/locks.c 2228 2229FILESYSTEMS (VFS and infrastructure) 2230P: Alexander Viro 2231M: viro@zeniv.linux.org.uk 2232L: linux-fsdevel@vger.kernel.org 2233S: Maintained 2234F: fs/* 2235 2236FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER 2237P: Riku Voipio 2238M: riku.vipio@iki.fi 2239L: lm-sensors@lm-sensors.org 2240S: Maintained 2241F: drivers/hwmon/f75375s.c 2242F: include/linux/f75375s.h 2243 2244FIREWIRE SUBSYSTEM 2245P: Kristian Hoegsberg 2246M: krh@redhat.com 2247P: Stefan Richter 2248M: stefanr@s5r6.in-berlin.de 2249L: linux1394-devel@lists.sourceforge.net 2250W: http://www.linux1394.org/ 2251T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 2252S: Maintained 2253F: drivers/firewire/ 2254F: include/linux/firewire*.h 2255 2256FIRMWARE LOADER (request_firmware) 2257S: Orphan 2258F: Documentation/firmware_class/ 2259F: drivers/base/firmware*.c 2260F: include/linux/firmware.h 2261 2262FPU EMULATOR 2263P: Bill Metzenthen 2264M: billm@melbpc.org.au 2265W: http://floatingpoint.sourceforge.net/emulator/index.html 2266S: Maintained 2267F: arch/x86/math-emu/ 2268 2269FRAME RELAY DLCI/FRAD (Sangoma drivers too) 2270P: Mike McLagan 2271M: mike.mclagan@linux.org 2272L: netdev@vger.kernel.org 2273S: Maintained 2274F: drivers/net/wan/dlci.c 2275F: drivers/net/wan/sdla.c 2276 2277FRAMEBUFFER LAYER 2278L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2279W: http://linux-fbdev.sourceforge.net/ 2280S: Orphan 2281F: Documentation/fb/ 2282F: drivers/video/fb* 2283F: include/linux/fb.h 2284 2285FREESCALE DMA DRIVER 2286P: Li Yang 2287M: leoli@freescale.com 2288P: Zhang Wei 2289M: zw@zh-kernel.org 2290L: linuxppc-dev@ozlabs.org 2291S: Maintained 2292F: drivers/dma/fsldma.* 2293 2294FREESCALE I2C CPM DRIVER 2295P: Jochen Friedrich 2296M: jochen@scram.de 2297L: linuxppc-dev@ozlabs.org 2298L: linux-i2c@vger.kernel.org 2299S: Maintained 2300F: drivers/i2c/busses/i2c-cpm.c 2301 2302FREESCALE IMX / MXC FRAMEBUFFER DRIVER 2303P: Sascha Hauer 2304M: kernel@pengutronix.de 2305L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2306L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 2307S: Maintained 2308F: arch/arm/plat-mxc/include/mach/imxfb.h 2309F: drivers/video/imxfb.c 2310 2311FREESCALE SOC FS_ENET DRIVER 2312P: Pantelis Antoniou 2313M: pantelis.antoniou@gmail.com 2314P: Vitaly Bordug 2315M: vbordug@ru.mvista.com 2316L: linuxppc-dev@ozlabs.org 2317L: netdev@vger.kernel.org 2318S: Maintained 2319F: drivers/net/fs_enet/ 2320F: include/linux/fs_enet_pd.h 2321 2322FREESCALE QUICC ENGINE LIBRARY 2323P: Timur Tabi 2324M: timur@freescale.com 2325L: linuxppc-dev@ozlabs.org 2326S: Supported 2327F: arch/powerpc/sysdev/qe_lib/ 2328F: arch/powerpc/include/asm/*qe.h 2329 2330FREESCALE HIGHSPEED USB DEVICE DRIVER 2331P: Li Yang 2332M: leoli@freescale.com 2333L: linux-usb@vger.kernel.org 2334L: linuxppc-dev@ozlabs.org 2335S: Maintained 2336F: drivers/usb/gadget/fsl_usb2_udc.c 2337 2338FREESCALE QUICC ENGINE UCC ETHERNET DRIVER 2339P: Li Yang 2340M: leoli@freescale.com 2341L: netdev@vger.kernel.org 2342L: linuxppc-dev@ozlabs.org 2343S: Maintained 2344F: drivers/net/ucc_geth* 2345 2346FREESCALE QUICC ENGINE UCC UART DRIVER 2347P: Timur Tabi 2348M: timur@freescale.com 2349L: linuxppc-dev@ozlabs.org 2350S: Supported 2351F: drivers/serial/ucc_uart.c 2352 2353FREESCALE SOC SOUND DRIVERS 2354P: Timur Tabi 2355M: timur@freescale.com 2356L: alsa-devel@alsa-project.org (moderated for non-subscribers) 2357L: linuxppc-dev@ozlabs.org 2358S: Supported 2359F: sound/soc/fsl/fsl* 2360F: sound/soc/fsl/mpc8610_hpcd.c 2361 2362FREEVXFS FILESYSTEM 2363P: Christoph Hellwig 2364M: hch@infradead.org 2365W: ftp://ftp.openlinux.org/pub/people/hch/vxfs 2366S: Maintained 2367F: fs/freevxfs/ 2368 2369FREEZER 2370P: Pavel Machek 2371M: pavel@ucw.cz 2372P: Rafael J. Wysocki 2373M: rjw@sisk.pl 2374L: linux-pm@lists.linux-foundation.org 2375S: Supported 2376F: Documentation/power/freezing-of-tasks.txt 2377F: include/linux/freezer.h 2378F: kernel/freezer.c 2379 2380FS-CACHE: LOCAL CACHING FOR NETWORK FILESYSTEMS 2381P: David Howells 2382M: dhowells@redhat.com 2383L: linux-cachefs@redhat.com 2384S: Supported 2385F: Documentation/filesystems/caching/ 2386F: fs/fscache/ 2387F: include/linux/fscache*.h 2388 2389FTRACE 2390P: Steven Rostedt 2391M: rostedt@goodmis.org 2392S: Maintained 2393F: Documentation/ftrace.txt 2394F: arch/*/*/*/ftrace.h 2395F: arch/*/kernel/ftrace.c 2396F: include/*/ftrace.h 2397F: kernel/trace/ 2398 2399FUJITSU FR-V (FRV) PORT 2400P: David Howells 2401M: dhowells@redhat.com 2402S: Maintained 2403F: arch/frv/ 2404 2405FUJITSU LAPTOP EXTRAS 2406P: Jonathan Woithe 2407M: jwoithe@physics.adelaide.edu.au 2408L: linux-acpi@vger.kernel.org 2409S: Maintained 2410F: drivers/platform/x86/fujitsu-laptop.c 2411 2412FUSE: FILESYSTEM IN USERSPACE 2413P: Miklos Szeredi 2414M: miklos@szeredi.hu 2415L: fuse-devel@lists.sourceforge.net 2416W: http://fuse.sourceforge.net/ 2417S: Maintained 2418F: fs/fuse/ 2419F: include/linux/fuse.h 2420 2421FUTURE DOMAIN TMC-16x0 SCSI DRIVER (16-bit) 2422P: Rik Faith 2423M: faith@cs.unc.edu 2424L: linux-scsi@vger.kernel.org 2425S: Odd Fixes (e.g., new signatures) 2426F: drivers/scsi/fdomain.* 2427 2428GDT SCSI DISK ARRAY CONTROLLER DRIVER 2429P: Achim Leubner 2430M: achim_leubner@adaptec.com 2431L: linux-scsi@vger.kernel.org 2432W: http://www.icp-vortex.com/ 2433S: Supported 2434F: drivers/scsi/gdt* 2435 2436GENERIC GPIO I2C DRIVER 2437P: Haavard Skinnemoen 2438M: hskinnemoen@atmel.com 2439S: Supported 2440F: drivers/i2c/busses/i2c-gpio.c 2441F: include/linux/i2c-gpio.h 2442 2443GENERIC HDLC (WAN) DRIVERS 2444P: Krzysztof Halasa 2445M: khc@pm.waw.pl 2446W: http://www.kernel.org/pub/linux/utils/net/hdlc/ 2447S: Maintained 2448F: drivers/net/wan/c101.c 2449F: drivers/net/wan/hd6457* 2450F: drivers/net/wan/hdlc* 2451F: drivers/net/wan/n2.c 2452F: drivers/net/wan/pc300too.c 2453F: drivers/net/wan/pci200syn.c 2454F: drivers/net/wan/wanxl* 2455 2456GFS2 FILE SYSTEM 2457P: Steven Whitehouse 2458M: swhiteho@redhat.com 2459L: cluster-devel@redhat.com 2460W: http://sources.redhat.com/cluster/ 2461T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes.git 2462T: git git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw.git 2463S: Supported 2464F: Documentation/filesystems/gfs2*.txt 2465F: fs/gfs2/ 2466F: include/linux/gfs2_ondisk.h 2467 2468GIGASET ISDN DRIVERS 2469P: Hansjoerg Lipp 2470M: hjlipp@web.de 2471P: Tilman Schmidt 2472M: tilman@imap.cc 2473L: gigaset307x-common@lists.sourceforge.net 2474W: http://gigaset307x.sourceforge.net/ 2475S: Maintained 2476F: Documentation/isdn/README.gigaset 2477F: drivers/isdn/gigaset/ 2478F: include/linux/gigaset_dev.h 2479 2480HARD DRIVE ACTIVE PROTECTION SYSTEM (HDAPS) DRIVER 2481P: Frank Seidel 2482M: frank@f-seidel.de 2483L: lm-sensors@lm-sensors.org 2484W: http://www.kernel.org/pub/linux/kernel/people/fseidel/hdaps/ 2485S: Maintained 2486F: drivers/hwmon/hdaps.c 2487 2488HYPERVISOR VIRTUAL CONSOLE DRIVER 2489L: linuxppc-dev@ozlabs.org 2490S: Odd Fixes 2491F: drivers/char/hvc_* 2492 2493GSPCA FINEPIX SUBDRIVER 2494P: Frank Zago 2495M: frank@zago.net 2496L: linux-media@vger.kernel.org 2497T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2498S: Maintained 2499F: drivers/media/video/gspca/finepix.c 2500 2501GSPCA M5602 SUBDRIVER 2502P: Erik Andren 2503M: erik.andren@gmail.com 2504L: linux-media@vger.kernel.org 2505T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2506S: Maintained 2507F: drivers/media/video/gspca/m5602/ 2508 2509GSPCA PAC207 SONIXB SUBDRIVER 2510P: Hans de Goede 2511M: hdegoede@redhat.com 2512L: linux-media@vger.kernel.org 2513T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2514S: Maintained 2515F: drivers/media/video/gspca/pac207.c 2516 2517GSPCA T613 SUBDRIVER 2518P: Leandro Costantino 2519M: lcostantino@gmail.com 2520L: linux-media@vger.kernel.org 2521T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2522S: Maintained 2523F: drivers/media/video/gspca/t613.c 2524 2525GSPCA USB WEBCAM DRIVER 2526P: Jean-Francois Moine 2527M: moinejf@free.fr 2528W: http://moinejf.free.fr 2529L: linux-media@vger.kernel.org 2530T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 2531S: Maintained 2532F: drivers/media/video/gspca/ 2533 2534HARDWARE MONITORING 2535L: lm-sensors@lm-sensors.org 2536W: http://www.lm-sensors.org/ 2537S: Orphan 2538F: drivers/hwmon/ 2539 2540HARDWARE RANDOM NUMBER GENERATOR CORE 2541S: Orphan 2542F: Documentation/hw_random.txt 2543F: drivers/char/hw_random/ 2544F: include/linux/hw_random.h 2545 2546HARMONY SOUND DRIVER 2547P: Kyle McMartin 2548M: kyle@mcmartin.ca 2549L: linux-parisc@vger.kernel.org 2550S: Maintained 2551F: sound/parisc/harmony.* 2552 2553HAYES ESP SERIAL DRIVER 2554P: Andrew J. Robinson 2555M: arobinso@nyx.net 2556W: http://www.nyx.net/~arobinso 2557S: Maintained 2558F: Documentation/serial/hayes-esp.txt 2559F: drivers/char/esp.c 2560 2561HEWLETT-PACKARD SMART2 RAID DRIVER 2562P: Chirag Kantharia 2563M: chirag.kantharia@hp.com 2564L: iss_storagedev@hp.com 2565S: Maintained 2566F: Documentation/blockdev/cpqarray.txt 2567F: drivers/block/cpqarray.* 2568 2569HEWLETT-PACKARD SMART CISS RAID DRIVER (cciss) 2570P: Mike Miller 2571M: mike.miller@hp.com 2572L: iss_storagedev@hp.com 2573S: Supported 2574F: Documentation/blockdev/cciss.txt 2575F: drivers/block/cciss* 2576F: include/linux/cciss_ioctl.h 2577 2578HFS FILESYSTEM 2579P: Roman Zippel 2580M: zippel@linux-m68k.org 2581S: Maintained 2582F: Documentation/filesystems/hfs.txt 2583F: fs/hfs/ 2584 2585HGA FRAMEBUFFER DRIVER 2586P: Ferenc Bakonyi 2587M: fero@drama.obuda.kando.hu 2588L: linux-nvidia@lists.surfsouth.com 2589W: http://drama.obuda.kando.hu/~fero/cgi-bin/hgafb.shtml 2590S: Maintained 2591F: drivers/video/hgafb.c 2592 2593HIBERNATION (aka Software Suspend, aka swsusp) 2594P: Pavel Machek 2595M: pavel@ucw.cz 2596P: Rafael J. Wysocki 2597M: rjw@sisk.pl 2598L: linux-pm@lists.linux-foundation.org 2599S: Supported 2600F: arch/x86/power/ 2601F: drivers/base/power/ 2602F: kernel/power/ 2603F: include/linux/suspend.h 2604F: include/linux/freezer.h 2605F: include/linux/pm.h 2606F: arch/*/include/asm/suspend*.h 2607 2608HID CORE LAYER 2609P: Jiri Kosina 2610M: jkosina@suse.cz 2611L: linux-input@vger.kernel.org 2612T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 2613S: Maintained 2614F: drivers/hid/ 2615F: include/linux/hid* 2616 2617HIGH-RESOLUTION TIMERS, CLOCKEVENTS, DYNTICKS 2618P: Thomas Gleixner 2619M: tglx@linutronix.de 2620S: Maintained 2621F: Documentation/timers/ 2622F: kernel/hrtimer.c 2623F: include/linux/hrtimer.h 2624 2625HIGH-SPEED SCC DRIVER FOR AX.25 2626P: Klaus Kudielka 2627M: klaus.kudielka@ieee.org 2628L: linux-hams@vger.kernel.org 2629W: http://www.nt.tuwien.ac.at/~kkudielk/Linux/ 2630S: Maintained 2631F: drivers/net/hamradio/dmascc.c 2632F: drivers/net/hamradio/scc.c 2633 2634HIGHPOINT ROCKETRAID 3xxx RAID DRIVER 2635P: HighPoint Linux Team 2636M: linux@highpoint-tech.com 2637W: http://www.highpoint-tech.com 2638S: Supported 2639F: Documentation/scsi/hptiop.txt 2640F: drivers/scsi/hptiop.c 2641 2642HIPPI 2643P: Jes Sorensen 2644M: jes@trained-monkey.org 2645L: linux-hippi@sunsite.dk 2646S: Maintained 2647F: include/linux/hippidevice.h 2648F: include/linux/if_hippi.h 2649F: net/802/hippi.c 2650 2651HOST AP DRIVER 2652P: Jouni Malinen 2653M: j@w1.fi 2654L: hostap@shmoo.com (subscribers-only) 2655L: linux-wireless@vger.kernel.org 2656W: http://hostap.epitest.fi/ 2657S: Maintained 2658F: drivers/net/wireless/hostap/ 2659 2660HP COMPAQ TC1100 TABLET WMI EXTRAS DRIVER 2661P: Carlos Corbacho 2662M: carlos@strangeworlds.co.uk 2663S: Odd Fixes 2664F: drivers/platform/x86/tc1100-wmi.c 2665 2666HP100: Driver for HP 10/100 Mbit/s Voice Grade Network Adapter Series 2667P: Jaroslav Kysela 2668M: perex@perex.cz 2669S: Maintained 2670F: drivers/net/hp100.* 2671 2672HPET: High Precision Event Timers driver 2673P: Clemens Ladisch 2674M: clemens@ladisch.de 2675S: Maintained 2676F: Documentation/timers/hpet.txt 2677F: drivers/char/hpet.c 2678F: include/linux/hpet.h 2679 2680HPET: i386 2681P: Venkatesh Pallipadi (Venki) 2682M: venkatesh.pallipadi@intel.com 2683S: Maintained 2684F: arch/x86/kernel/hpet.c 2685F: arch/x86/include/asm/hpet.h 2686 2687HPET: x86_64 2688P: Vojtech Pavlik 2689M: vojtech@suse.cz 2690S: Maintained 2691 2692HPET: ACPI 2693P: Bob Picco 2694M: bob.picco@hp.com 2695S: Maintained 2696F: drivers/char/hpet.c 2697 2698HPFS FILESYSTEM 2699P: Mikulas Patocka 2700M: mikulas@artax.karlin.mff.cuni.cz 2701W: http://artax.karlin.mff.cuni.cz/~mikulas/vyplody/hpfs/index-e.cgi 2702S: Maintained 2703F: fs/hpfs/ 2704 2705HSO 3G MODEM DRIVER 2706P: Jan Dumon 2707M: j.dumon@option.com 2708W: http://www.pharscape.org 2709S: Maintained 2710F: drivers/net/usb/hso.c 2711 2712HTCPEN TOUCHSCREEN DRIVER 2713P: Pau Oliva Fora 2714M: pof@eslack.org 2715L: linux-input@vger.kernel.org 2716S: Maintained 2717F: drivers/input/touchscreen/htcpen.c 2718 2719HUGETLB FILESYSTEM 2720P: William Irwin 2721M: wli@holomorphy.com 2722S: Maintained 2723F: fs/hugetlbfs/ 2724 2725I2C/SMBUS STUB DRIVER 2726P: Mark M. Hoffman 2727M: mhoffman@lightlink.com 2728L: linux-i2c@vger.kernel.org 2729S: Maintained 2730F: drivers/i2c/busses/i2c-stub.c 2731 2732I2C SUBSYSTEM 2733P: Jean Delvare (PC drivers, core) 2734M: khali@linux-fr.org 2735P: Ben Dooks (embedded platforms) 2736M: ben-linux@fluff.org 2737L: linux-i2c@vger.kernel.org 2738W: http://i2c.wiki.kernel.org/ 2739T: quilt kernel.org/pub/linux/kernel/people/jdelvare/linux-2.6/jdelvare-i2c/ 2740S: Maintained 2741F: Documentation/i2c/ 2742F: drivers/i2c/ 2743F: include/linux/i2c.h 2744F: include/linux/i2c-dev.h 2745F: include/linux/i2c-id.h 2746 2747I2C-TINY-USB DRIVER 2748P: Till Harbaum 2749M: till@harbaum.org 2750L: linux-i2c@vger.kernel.org 2751W: http://www.harbaum.org/till/i2c_tiny_usb 2752S: Maintained 2753F: drivers/i2c/busses/i2c-tiny-usb.c 2754 2755i386 BOOT CODE 2756P: H. Peter Anvin 2757M: hpa@zytor.com 2758S: Maintained 2759F: arch/x86/boot/ 2760 2761i386 SETUP CODE / CPU ERRATA WORKAROUNDS 2762P: H. Peter Anvin 2763M: hpa@zytor.com 2764T: git git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-x86setup.git 2765S: Maintained 2766 2767IA64 (Itanium) PLATFORM 2768P: Tony Luck 2769M: tony.luck@intel.com 2770L: linux-ia64@vger.kernel.org 2771W: http://www.ia64-linux.org/ 2772T: git git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6.git 2773S: Maintained 2774F: arch/ia64/ 2775 2776IBM MCA SCSI SUBSYSTEM DRIVER 2777P: Michael Lang 2778M: langa2@kph.uni-mainz.de 2779W: http://www.uni-mainz.de/~langm000/linux.html 2780S: Maintained 2781F: drivers/scsi/ibmmca.c 2782 2783IBM Power Linux RAID adapter 2784P: Brian King 2785M: brking@us.ibm.com 2786S: Supported 2787F: drivers/scsi/ipr.* 2788 2789IBM ServeRAID RAID DRIVER 2790P: Jack Hammer 2791P: Dave Jeffery 2792M: ipslinux@adaptec.com 2793W: http://www.developer.ibm.com/welcome/netfinity/serveraid.html 2794S: Supported 2795F: drivers/scsi/ips.* 2796 2797IDE SUBSYSTEM 2798P: Bartlomiej Zolnierkiewicz 2799M: bzolnier@gmail.com 2800L: linux-ide@vger.kernel.org 2801T: git git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6.git 2802S: Maintained 2803F: Documentation/ide/ 2804F: drivers/ide/ 2805F: include/linux/ide.h 2806 2807IDE/ATAPI DRIVERS 2808P: Borislav Petkov 2809M: petkovbb@gmail.com 2810L: linux-ide@vger.kernel.org 2811S: Maintained 2812F: Documentation/cdrom/ide-cd 2813F: drivers/ide/ide-cd* 2814 2815IDLE-I7300 2816P: Andy Henroid 2817M: andrew.d.henroid@intel.com 2818L: linux-pm@lists.linux-foundation.org 2819S: Supported 2820F: drivers/idle/i7300_idle.c 2821 2822IEEE 1394 SUBSYSTEM 2823P: Ben Collins 2824M: ben.collins@ubuntu.com 2825P: Stefan Richter 2826M: stefanr@s5r6.in-berlin.de 2827L: linux1394-devel@lists.sourceforge.net 2828W: http://www.linux1394.org/ 2829T: git git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6.git 2830S: Maintained 2831F: drivers/ieee1394/ 2832 2833IEEE 1394 RAW I/O DRIVER 2834P: Dan Dennedy 2835M: dan@dennedy.org 2836P: Stefan Richter 2837M: stefanr@s5r6.in-berlin.de 2838L: linux1394-devel@lists.sourceforge.net 2839S: Maintained 2840F: drivers/ieee1394/raw1394* 2841 2842IEEE 802.15.4 SUBSYSTEM 2843P: Dmitry Eremin-Solenikov 2844M: dbaryshkov@gmail.com 2845P: Sergey Lapin 2846M: slapin@ossfans.org 2847L: linux-zigbee-devel@lists.sourceforge.net 2848W: http://apps.sourceforge.net/trac/linux-zigbee 2849T: git git://git.kernel.org/pub/scm/linux/kernel/git/lumag/lowpan.git 2850S: Maintained 2851F: net/ieee802154/ 2852F: drivers/ieee801254/ 2853 2854INTEGRITY MEASUREMENT ARCHITECTURE (IMA) 2855P: Mimi Zohar 2856M: zohar@us.ibm.com 2857S: Supported 2858F: security/integrity/ima/ 2859 2860IMS TWINTURBO FRAMEBUFFER DRIVER 2861L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2862S: Orphan 2863F: drivers/video/imsttfb.c 2864 2865INFINIBAND SUBSYSTEM 2866P: Roland Dreier 2867M: rolandd@cisco.com 2868P: Sean Hefty 2869M: sean.hefty@intel.com 2870P: Hal Rosenstock 2871M: hal.rosenstock@gmail.com 2872L: general@lists.openfabrics.org (moderated for non-subscribers) 2873W: http://www.openib.org/ 2874T: git git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband.git 2875S: Supported 2876F: Documentation/infiniband/ 2877F: drivers/infiniband/ 2878F: include/linux/if_infiniband.h 2879 2880INOTIFY 2881P: John McCutchan 2882M: john@johnmccutchan.com 2883P: Robert Love 2884M: rlove@rlove.org 2885P: Eric Paris 2886M: eparis@parisplace.org 2887S: Maintained 2888F: Documentation/filesystems/inotify.txt 2889F: fs/notify/inotify/ 2890F: include/linux/inotify.h 2891 2892INPUT (KEYBOARD, MOUSE, JOYSTICK, TOUCHSCREEN) DRIVERS 2893P: Dmitry Torokhov 2894M: dmitry.torokhov@gmail.com 2895M: dtor@mail.ru 2896L: linux-input@vger.kernel.org 2897T: git git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git 2898S: Maintained 2899F: drivers/input/ 2900 2901INTEL FRAMEBUFFER DRIVER (excluding 810 and 815) 2902P: Sylvain Meyer 2903M: sylvain.meyer@worldonline.fr 2904L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2905S: Maintained 2906F: Documentation/fb/intelfb.txt 2907F: drivers/video/intelfb/ 2908 2909INTEL 810/815 FRAMEBUFFER DRIVER 2910P: Antonino Daplas 2911M: adaplas@gmail.com 2912L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 2913S: Maintained 2914F: drivers/video/i810/ 2915 2916INTEL MENLOW THERMAL DRIVER 2917P: Sujith Thomas 2918M: sujith.thomas@intel.com 2919L: linux-acpi@vger.kernel.org 2920W: http://www.lesswatts.org/projects/acpi/ 2921S: Supported 2922F: drivers/platform/x86/intel_menlow.c 2923 2924INTEL IA32 MICROCODE UPDATE SUPPORT 2925P: Tigran Aivazian 2926M: tigran@aivazian.fsnet.co.uk 2927S: Maintained 2928F: arch/x86/kernel/microcode_core.c 2929F: arch/x86/kernel/microcode_intel.c 2930 2931INTEL I/OAT DMA DRIVER 2932P: Maciej Sosnowski 2933M: maciej.sosnowski@intel.com 2934S: Supported 2935F: drivers/dma/ioat* 2936 2937INTEL IOMMU (VT-d) 2938P: David Woodhouse 2939M: dwmw2@infradead.org 2940L: iommu@lists.linux-foundation.org 2941T: git git://git.infradead.org/iommu-2.6.git 2942S: Supported 2943F: drivers/pci/intel-iommu.c 2944F: include/linux/intel-iommu.h 2945 2946INTEL IOP-ADMA DMA DRIVER 2947P: Dan Williams 2948M: dan.j.williams@intel.com 2949S: Supported 2950F: drivers/dma/iop-adma.c 2951 2952INTEL IXP4XX QMGR, NPE, ETHERNET and HSS SUPPORT 2953P: Krzysztof Halasa 2954M: khc@pm.waw.pl 2955S: Maintained 2956F: arch/arm/mach-ixp4xx/include/mach/qmgr.h 2957F: arch/arm/mach-ixp4xx/include/mach/npe.h 2958F: arch/arm/mach-ixp4xx/ixp4xx_qmgr.c 2959F: arch/arm/mach-ixp4xx/ixp4xx_npe.c 2960F: drivers/net/arm/ixp4xx_eth.c 2961F: drivers/net/wan/ixp4xx_hss.c 2962 2963INTEL IXP4XX RANDOM NUMBER GENERATOR SUPPORT 2964P: Deepak Saxena 2965M: dsaxena@plexity.net 2966S: Maintained 2967F: drivers/char/hw_random/ixp4xx-rng.c 2968 2969INTEL IXP2000 ETHERNET DRIVER 2970P: Lennert Buytenhek 2971M: kernel@wantstofly.org 2972L: netdev@vger.kernel.org 2973S: Maintained 2974F: drivers/net/ixp2000/ 2975 2976INTEL ETHERNET DRIVERS (e100/e1000/e1000e/igb/ixgb/ixgbe) 2977P: Jeff Kirsher 2978M: jeffrey.t.kirsher@intel.com 2979P: Jesse Brandeburg 2980M: jesse.brandeburg@intel.com 2981P: Bruce Allan 2982M: bruce.w.allan@intel.com 2983P: PJ Waskiewicz 2984M: peter.p.waskiewicz.jr@intel.com 2985P: John Ronciak 2986M: john.ronciak@intel.com 2987L: e1000-devel@lists.sourceforge.net 2988W: http://e1000.sourceforge.net/ 2989S: Supported 2990F: drivers/net/e100.c 2991F: drivers/net/e1000/ 2992F: drivers/net/e1000e/ 2993F: drivers/net/igb/ 2994F: drivers/net/ixgb/ 2995F: drivers/net/ixgbe/ 2996 2997INTEL PRO/WIRELESS 2100 NETWORK CONNECTION SUPPORT 2998P: Zhu Yi 2999M: yi.zhu@intel.com 3000P: James Ketrenos 3001M: jketreno@linux.intel.com 3002P: Reinette Chatre 3003M: reinette.chatre@intel.com 3004L: linux-wireless@vger.kernel.org 3005L: ipw2100-devel@lists.sourceforge.net 3006W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel 3007W: http://ipw2100.sourceforge.net 3008S: Supported 3009F: Documentation/networking/README.ipw2100 3010F: drivers/net/wireless/ipw2x00/ipw2100.* 3011 3012INTEL PRO/WIRELESS 2915ABG NETWORK CONNECTION SUPPORT 3013P: Zhu Yi 3014M: yi.zhu@intel.com 3015P: James Ketrenos 3016M: jketreno@linux.intel.com 3017P: Reinette Chatre 3018M: reinette.chatre@intel.com 3019L: linux-wireless@vger.kernel.org 3020L: ipw2100-devel@lists.sourceforge.net 3021W: http://lists.sourceforge.net/mailman/listinfo/ipw2100-devel 3022W: http://ipw2200.sourceforge.net 3023S: Supported 3024F: Documentation/networking/README.ipw2200 3025F: drivers/net/wireless/ipw2x00/ipw2200.* 3026 3027INTEL WIRELESS WIMAX CONNECTION 2400 3028P: Inaky Perez-Gonzalez 3029M: inaky.perez-gonzalez@intel.com 3030M: linux-wimax@intel.com 3031L: wimax@linuxwimax.org 3032S: Supported 3033W: http://linuxwimax.org 3034F: Documentation/wimax/README.i2400m 3035F: drivers/net/wimax/i2400m/ 3036F: include/linux/wimax/i2400m.h 3037 3038INTEL WIRELESS WIFI LINK (iwlwifi) 3039P: Zhu Yi 3040M: yi.zhu@intel.com 3041P: Reinette Chatre 3042M: reinette.chatre@intel.com 3043L: linux-wireless@vger.kernel.org 3044L: ipw3945-devel@lists.sourceforge.net 3045W: http://intellinuxwireless.org 3046T: git git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6.git 3047S: Supported 3048F: drivers/net/wireless/iwlwifi/ 3049 3050IOC3 ETHERNET DRIVER 3051P: Ralf Baechle 3052M: ralf@linux-mips.org 3053L: linux-mips@linux-mips.org 3054S: Maintained 3055F: drivers/net/ioc3-eth.c 3056 3057IOC3 SERIAL DRIVER 3058P: Pat Gefre 3059M: pfg@sgi.com 3060L: linux-mips@linux-mips.org 3061S: Maintained 3062F: drivers/serial/ioc3_serial.c 3063 3064IP MASQUERADING 3065P: Juanjo Ciarlante 3066M: jjciarla@raiz.uncu.edu.ar 3067S: Maintained 3068F: net/ipv4/netfilter/ipt_MASQUERADE.c 3069 3070IP1000A 10/100/1000 GIGABIT ETHERNET DRIVER 3071P: Francois Romieu 3072M: romieu@fr.zoreil.com 3073P: Sorbica Shieh 3074M: sorbica@icplus.com.tw 3075P: Jesse Huang 3076M: jesse@icplus.com.tw 3077L: netdev@vger.kernel.org 3078S: Maintained 3079F: drivers/net/ipg.c 3080 3081IPATH DRIVER 3082P: Ralph Campbell 3083M: infinipath@qlogic.com 3084L: general@lists.openfabrics.org 3085T: git git://git.qlogic.com/ipath-linux-2.6 3086S: Supported 3087F: drivers/infiniband/hw/ipath/ 3088 3089IPMI SUBSYSTEM 3090P: Corey Minyard 3091M: minyard@acm.org 3092L: openipmi-developer@lists.sourceforge.net 3093W: http://openipmi.sourceforge.net/ 3094S: Supported 3095F: Documentation/IPMI.txt 3096F: drivers/char/ipmi/ 3097F: include/linux/ipmi* 3098 3099IPS SCSI RAID DRIVER 3100P: Adaptec OEM Raid Solutions 3101M: aacraid@adaptec.com 3102L: linux-scsi@vger.kernel.org 3103W: http://www.adaptec.com/ 3104S: Maintained 3105F: drivers/scsi/ips* 3106 3107IPVS 3108P: Wensong Zhang 3109M: wensong@linux-vs.org 3110P: Simon Horman 3111M: horms@verge.net.au 3112P: Julian Anastasov 3113M: ja@ssi.bg 3114L: netdev@vger.kernel.org 3115L: lvs-devel@vger.kernel.org 3116S: Maintained 3117F: Documentation/networking/ipvs-sysctl.txt 3118F: net/netfilter/ipvs/ 3119 3120IPWIRELESS DRIVER 3121P: Jiri Kosina 3122M: jkosina@suse.cz 3123P: David Sterba 3124M: dsterba@suse.cz 3125S: Maintained 3126T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/ipwireless_cs.git 3127F: drivers/char/pcmcia/ipwireless/ 3128 3129IPX NETWORK LAYER 3130P: Arnaldo Carvalho de Melo 3131M: acme@ghostprotocols.net 3132L: netdev@vger.kernel.org 3133S: Maintained 3134F: include/linux/ipx.h 3135F: include/net/ipx.h 3136F: net/ipx/ 3137 3138IRDA SUBSYSTEM 3139P: Samuel Ortiz 3140M: samuel@sortiz.org 3141L: irda-users@lists.sourceforge.net (subscribers-only) 3142W: http://irda.sourceforge.net/ 3143S: Maintained 3144T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/irda-2.6.git 3145F: Documentation/networking/irda.txt 3146F: drivers/net/irda/ 3147F: include/net/irda/ 3148F: net/irda/ 3149 3150ISAPNP 3151P: Jaroslav Kysela 3152M: perex@perex.cz 3153S: Maintained 3154F: Documentation/isapnp.txt 3155F: drivers/pnp/isapnp/ 3156F: include/linux/isapnp.h 3157 3158ISCSI 3159P: Mike Christie 3160M: michaelc@cs.wisc.edu 3161L: open-iscsi@googlegroups.com 3162W: www.open-iscsi.org 3163T: git git://git.kernel.org/pub/scm/linux/kernel/git/mnc/linux-2.6-iscsi.git 3164S: Maintained 3165F: drivers/scsi/*iscsi* 3166F: include/scsi/*iscsi* 3167 3168ISDN SUBSYSTEM 3169P: Karsten Keil 3170M: isdn@linux-pingi.de 3171L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 3172W: http://www.isdn4linux.de 3173T: git git://git.kernel.org/pub/scm/linux/kernel/git/kkeil/isdn-2.6.git 3174S: Maintained 3175F: Documentation/isdn/ 3176F: drivers/isdn/ 3177F: include/linux/isdn.h 3178F: include/linux/isdn/ 3179 3180ISDN SUBSYSTEM (Eicon active card driver) 3181P: Armin Schindler 3182M: mac@melware.de 3183L: isdn4linux@listserv.isdn4linux.de (subscribers-only) 3184W: http://www.melware.de 3185S: Maintained 3186F: drivers/isdn/hardware/eicon/ 3187 3188IVTV VIDEO4LINUX DRIVER 3189P: Hans Verkuil 3190M: hverkuil@xs4all.nl 3191L: ivtv-devel@ivtvdriver.org 3192L: ivtv-users@ivtvdriver.org 3193L: linux-media@vger.kernel.org 3194T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 3195W: http://www.ivtvdriver.org 3196S: Maintained 3197F: Documentation/video4linux/*.ivtv 3198F: drivers/media/video/ivtv/ 3199F: include/linux/ivtv* 3200 3201JFS FILESYSTEM 3202P: Dave Kleikamp 3203M: shaggy@austin.ibm.com 3204L: jfs-discussion@lists.sourceforge.net 3205W: http://jfs.sourceforge.net/ 3206T: git git://git.kernel.org/pub/scm/linux/kernel/git/shaggy/jfs-2.6.git 3207S: Supported 3208F: Documentation/filesystems/jfs.txt 3209F: fs/jfs/ 3210 3211JME NETWORK DRIVER 3212P: Guo-Fu Tseng 3213M: cooldavid@cooldavid.org 3214L: netdev@vger.kernel.org 3215S: Maintained 3216F: drivers/net/jme.* 3217 3218JOURNALLING FLASH FILE SYSTEM V2 (JFFS2) 3219P: David Woodhouse 3220M: dwmw2@infradead.org 3221L: linux-mtd@lists.infradead.org 3222W: http://www.linux-mtd.infradead.org/doc/jffs2.html 3223S: Maintained 3224F: fs/jffs2/ 3225F: include/linux/jffs2.h 3226F: include/mtd/jffs2-user.h 3227 3228JOURNALLING LAYER FOR BLOCK DEVICES (JBD) 3229P: Stephen Tweedie 3230M: sct@redhat.com 3231P: Andrew Morton 3232M: akpm@linux-foundation.org 3233L: linux-ext4@vger.kernel.org 3234S: Maintained 3235F: fs/jbd*/ 3236F: include/linux/ext*jbd*.h 3237F: include/linux/jbd*.h 3238 3239K8TEMP HARDWARE MONITORING DRIVER 3240P: Rudolf Marek 3241M: r.marek@assembler.cz 3242L: lm-sensors@lm-sensors.org 3243S: Maintained 3244F: Documentation/hwmon/k8temp 3245F: drivers/hwmon/k8temp.c 3246 3247KCONFIG 3248P: Roman Zippel 3249M: zippel@linux-m68k.org 3250L: linux-kbuild@vger.kernel.org 3251S: Maintained 3252F: Documentation/kbuild/kconfig-language.txt 3253F: scripts/kconfig/ 3254 3255KDUMP 3256P: Vivek Goyal 3257M: vgoyal@redhat.com 3258P: Haren Myneni 3259M: hbabu@us.ibm.com 3260L: kexec@lists.infradead.org 3261W: http://lse.sourceforge.net/kdump/ 3262S: Maintained 3263F: Documentation/kdump/ 3264 3265KERNEL AUTOMOUNTER (AUTOFS) 3266P: H. Peter Anvin 3267M: hpa@zytor.com 3268L: autofs@linux.kernel.org 3269S: Odd Fixes 3270F: fs/autofs/ 3271 3272KERNEL AUTOMOUNTER v4 (AUTOFS4) 3273P: Ian Kent 3274M: raven@themaw.net 3275L: autofs@linux.kernel.org 3276S: Maintained 3277F: fs/autofs4/ 3278 3279KERNEL BUILD 3280P: Sam Ravnborg 3281M: sam@ravnborg.org 3282T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-next.git 3283T: git git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git 3284L: linux-kbuild@vger.kernel.org 3285S: Maintained 3286F: Documentation/kbuild/ 3287F: Makefile 3288F: scripts/Makefile.* 3289 3290KERNEL JANITORS 3291P: Several 3292L: kernel-janitors@vger.kernel.org 3293W: http://www.kerneljanitors.org/ 3294S: Maintained 3295 3296KERNEL NFSD, SUNRPC, AND LOCKD SERVERS 3297P: J. Bruce Fields 3298M: bfields@fieldses.org 3299P: Neil Brown 3300M: neilb@suse.de 3301L: linux-nfs@vger.kernel.org 3302W: http://nfs.sourceforge.net/ 3303S: Supported 3304F: fs/nfsd/ 3305F: include/linux/nfsd/ 3306F: fs/lockd/ 3307F: fs/nfs_common/ 3308F: net/sunrpc/ 3309F: include/linux/lockd/ 3310F: include/linux/sunrpc/ 3311 3312KERNEL VIRTUAL MACHINE (KVM) 3313P: Avi Kivity 3314M: avi@redhat.com 3315L: kvm@vger.kernel.org 3316W: http://kvm.qumranet.com 3317S: Supported 3318F: Documentation/*/kvm.txt 3319F: arch/*/kvm/ 3320F: arch/*/include/asm/kvm* 3321F: include/linux/kvm* 3322F: virt/kvm/ 3323 3324KERNEL VIRTUAL MACHINE (KVM) FOR AMD-V 3325P: Joerg Roedel 3326M: joerg.roedel@amd.com 3327L: kvm@vger.kernel.org 3328W: http://kvm.qumranet.com 3329S: Supported 3330F: arch/x86/include/asm/svm.h 3331F: arch/x86/kvm/kvm_svm.h 3332F: arch/x86/kvm/svm.c 3333 3334KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC 3335P: Hollis Blanchard 3336M: hollisb@us.ibm.com 3337L: kvm-ppc@vger.kernel.org 3338W: http://kvm.qumranet.com 3339S: Supported 3340F: arch/powerpc/include/asm/kvm* 3341F: arch/powerpc/kvm/ 3342 3343KERNEL VIRTUAL MACHINE For Itanium (KVM/IA64) 3344P: Xiantao Zhang 3345M: xiantao.zhang@intel.com 3346L: kvm-ia64@vger.kernel.org 3347W: http://kvm.qumranet.com 3348S: Supported 3349F: Documentation/ia64/kvm.txt 3350F: arch/ia64/include/asm/kvm* 3351F: arch/ia64/kvm/ 3352 3353KERNEL VIRTUAL MACHINE for s390 (KVM/s390) 3354P: Carsten Otte 3355M: cotte@de.ibm.com 3356P: Christian Borntraeger 3357M: borntraeger@de.ibm.com 3358M: linux390@de.ibm.com 3359L: linux-s390@vger.kernel.org 3360W: http://www.ibm.com/developerworks/linux/linux390/ 3361S: Supported 3362F: Documentation/s390/kvm.txt 3363F: arch/s390/include/asm/kvm* 3364F: arch/s390/kvm/ 3365 3366KEXEC 3367P: Eric Biederman 3368M: ebiederm@xmission.com 3369W: http://ftp.kernel.org/pub/linux/kernel/people/horms/kexec-tools/ 3370L: kexec@lists.infradead.org 3371S: Maintained 3372F: include/linux/kexec.h 3373F: kernel/kexec.c 3374 3375KGDB 3376P: Jason Wessel 3377M: jason.wessel@windriver.com 3378L: kgdb-bugreport@lists.sourceforge.net 3379S: Maintained 3380F: Documentation/DocBook/kgdb.tmpl 3381F: drivers/misc/kgdbts.c 3382F: drivers/serial/kgdboc.c 3383F: include/linux/kgdb.h 3384F: kernel/kgdb.c 3385 3386KMEMCHECK 3387P: Vegard Nossum 3388M: vegardno@ifi.uio.no 3389P Pekka Enberg 3390M: penberg@cs.helsinki.fi 3391L: linux-kernel@vger.kernel.org 3392S: Maintained 3393 3394KMEMLEAK 3395P: Catalin Marinas 3396M: catalin.marinas@arm.com 3397L: linux-kernel@vger.kernel.org 3398S: Maintained 3399F: Documentation/kmemleak.txt 3400F: include/linux/kmemleak.h 3401F: mm/kmemleak.c 3402F: mm/kmemleak-test.c 3403 3404KMEMTRACE 3405P: Eduard - Gabriel Munteanu 3406M: eduard.munteanu@linux360.ro 3407S: Maintained 3408F: Documentation/trace/kmemtrace.txt 3409F: include/trace/kmemtrace.h 3410F: kernel/trace/kmemtrace.c 3411 3412KPROBES 3413P: Ananth N Mavinakayanahalli 3414M: ananth@in.ibm.com 3415P: Anil S Keshavamurthy 3416M: anil.s.keshavamurthy@intel.com 3417P: David S. Miller 3418M: davem@davemloft.net 3419P: Masami Hiramatsu 3420M: mhiramat@redhat.com 3421S: Maintained 3422F: Documentation/kprobes.txt 3423F: include/linux/kprobes.h 3424F: kernel/kprobes.c 3425 3426KS0108 LCD CONTROLLER DRIVER 3427P: Miguel Ojeda Sandonis 3428M: miguel.ojeda.sandonis@gmail.com 3429W: http://miguelojeda.es/auxdisplay.htm 3430W: http://jair.lab.fi.uva.es/~migojed/auxdisplay.htm 3431S: Maintained 3432F: Documentation/auxdisplay/ks0108 3433F: drivers/auxdisplay/ks0108.c 3434F: include/linux/ks0108.h 3435 3436LAPB module 3437L: linux-x25@vger.kernel.org 3438S: Orphan 3439F: Documentation/networking/lapb-module.txt 3440F: include/*/lapb.h 3441F: net/lapb/ 3442 3443LASI 53c700 driver for PARISC 3444P: James E.J. Bottomley 3445M: James.Bottomley@HansenPartnership.com 3446L: linux-scsi@vger.kernel.org 3447S: Maintained 3448F: Documentation/scsi/53c700.txt 3449F: drivers/scsi/53c700* 3450 3451LED SUBSYSTEM 3452P: Richard Purdie 3453M: rpurdie@rpsys.net 3454S: Maintained 3455F: drivers/leds/ 3456F: include/linux/leds.h 3457 3458LEGO USB Tower driver 3459P: Juergen Stuber 3460M: starblue@users.sourceforge.net 3461L: legousb-devel@lists.sourceforge.net 3462W: http://legousb.sourceforge.net/ 3463S: Maintained 3464F: drivers/usb/misc/legousbtower.c 3465 3466LGUEST 3467P: Rusty Russell 3468M: rusty@rustcorp.com.au 3469L: lguest@ozlabs.org 3470W: http://lguest.ozlabs.org/ 3471S: Maintained 3472F: Documentation/lguest/ 3473F: arch/x86/lguest/ 3474F: drivers/lguest/ 3475F: include/linux/lguest*.h 3476F: arch/x86/include/asm/lguest*.h 3477 3478LINUX FOR IBM pSERIES (RS/6000) 3479P: Paul Mackerras 3480M: paulus@au.ibm.com 3481W: http://www.ibm.com/linux/ltc/projects/ppc 3482S: Supported 3483 3484LINUX FOR POWERPC (32-BIT AND 64-BIT) 3485P: Benjamin Herrenschmidt 3486M: benh@kernel.crashing.org 3487P: Paul Mackerras 3488M: paulus@samba.org 3489W: http://www.penguinppc.org/ 3490L: linuxppc-dev@ozlabs.org 3491T: git git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc.git 3492S: Supported 3493 3494LINUX FOR POWER MACINTOSH 3495P: Benjamin Herrenschmidt 3496M: benh@kernel.crashing.org 3497W: http://www.penguinppc.org/ 3498L: linuxppc-dev@ozlabs.org 3499S: Maintained 3500 3501LINUX FOR POWERPC EMBEDDED MPC5XXX 3502P: Grant Likely 3503M: grant.likely@secretlab.ca 3504L: linuxppc-dev@ozlabs.org 3505T: git git://git.secretlab.ca/git/linux-2.6.git 3506S: Maintained 3507 3508LINUX FOR POWERPC EMBEDDED PPC4XX 3509P: Josh Boyer 3510M: jwboyer@linux.vnet.ibm.com 3511P: Matt Porter 3512M: mporter@kernel.crashing.org 3513W: http://www.penguinppc.org/ 3514L: linuxppc-dev@ozlabs.org 3515T: git git://git.kernel.org/pub/scm/linux/kernel/git/jwboyer/powerpc-4xx.git 3516S: Maintained 3517 3518LINUX FOR POWERPC EMBEDDED XILINX VIRTEX 3519P: Grant Likely 3520M: grant.likely@secretlab.ca 3521W: http://wiki.secretlab.ca/index.php/Linux_on_Xilinx_Virtex 3522L: linuxppc-dev@ozlabs.org 3523T: git git://git.secretlab.ca/git/linux-2.6.git 3524S: Maintained 3525 3526LINUX FOR POWERPC EMBEDDED PPC8XX 3527P: Vitaly Bordug 3528M: vitb@kernel.crashing.org 3529P: Marcelo Tosatti 3530M: marcelo@kvack.org 3531W: http://www.penguinppc.org/ 3532L: linuxppc-dev@ozlabs.org 3533S: Maintained 3534 3535LINUX FOR POWERPC EMBEDDED PPC83XX AND PPC85XX 3536P: Kumar Gala 3537M: galak@kernel.crashing.org 3538W: http://www.penguinppc.org/ 3539L: linuxppc-dev@ozlabs.org 3540S: Maintained 3541 3542LINUX FOR POWERPC PA SEMI PWRFICIENT 3543P: Olof Johansson 3544M: olof@lixom.net 3545W: http://www.pasemi.com/ 3546L: linuxppc-dev@ozlabs.org 3547S: Supported 3548 3549LINUX SECURITY MODULE (LSM) FRAMEWORK 3550P: Chris Wright 3551M: chrisw@sous-sol.org 3552L: linux-security-module@vger.kernel.org 3553T: git git://git.kernel.org/pub/scm/linux/kernel/git/chrisw/lsm-2.6.git 3554S: Supported 3555 3556LLC (802.2) 3557P: Arnaldo Carvalho de Melo 3558M: acme@ghostprotocols.net 3559S: Maintained 3560F: include/linux/llc.h 3561F: include/net/llc* 3562F: net/llc/ 3563 3564LIS3LV02D ACCELEROMETER DRIVER 3565P: Eric Piel 3566M: eric.piel@tremplin-utc.net 3567S: Maintained 3568F: Documentation/hwmon/lis3lv02d 3569F: drivers/hwmon/lis3lv02d.* 3570 3571LM83 HARDWARE MONITOR DRIVER 3572P: Jean Delvare 3573M: khali@linux-fr.org 3574L: lm-sensors@lm-sensors.org 3575S: Maintained 3576F: Documentation/hwmon/lm83 3577F: drivers/hwmon/lm83.c 3578 3579LM90 HARDWARE MONITOR DRIVER 3580P: Jean Delvare 3581M: khali@linux-fr.org 3582L: lm-sensors@lm-sensors.org 3583S: Maintained 3584F: Documentation/hwmon/lm90 3585F: drivers/hwmon/lm90.c 3586 3587LOCKDEP AND LOCKSTAT 3588P: Peter Zijlstra 3589M: peterz@infradead.org 3590P: Ingo Molnar 3591M: mingo@redhat.com 3592T: git git://git.kernel.org/pub/scm/linux/kernel/git/peterz/linux-2.6-lockdep.git 3593S: Maintained 3594F: Documentation/lockdep*.txt 3595F: Documentation/lockstat.txt 3596F: include/linux/lockdep.h 3597F: kernel/lockdep* 3598 3599LOGICAL DISK MANAGER SUPPORT (LDM, Windows 2000/XP/Vista Dynamic Disks) 3600P: Richard Russon (FlatCap) 3601M: ldm@flatcap.org 3602L: linux-ntfs-dev@lists.sourceforge.net 3603W: http://www.linux-ntfs.org/content/view/19/37/ 3604S: Maintained 3605F: Documentation/ldm.txt 3606F: fs/partitions/ldm.* 3607 3608LSILOGIC MPT FUSION DRIVERS (FC/SAS/SPI) 3609P: Eric Moore 3610M: Eric.Moore@lsi.com 3611M: support@lsi.com 3612L: DL-MPTFusionLinux@lsi.com 3613L: linux-scsi@vger.kernel.org 3614W: http://www.lsilogic.com/support 3615S: Supported 3616F: drivers/message/fusion/ 3617 3618LSILOGIC/SYMBIOS/NCR 53C8XX and 53C1010 PCI-SCSI drivers 3619P: Matthew Wilcox 3620M: matthew@wil.cx 3621L: linux-scsi@vger.kernel.org 3622S: Maintained 3623F: drivers/scsi/sym53c8xx_2/ 3624 3625LTP (Linux Test Project) 3626P: Subrata Modak 3627M: subrata@linux.vnet.ibm.com 3628P: Mike Frysinger 3629M: vapier@gentoo.org 3630L: ltp-list@lists.sourceforge.net (subscribers-only) 3631W: http://ltp.sourceforge.net/ 3632T: git git://git.kernel.org/pub/scm/linux/kernel/git/galak/ltp.git 3633S: Maintained 3634 3635M32R ARCHITECTURE 3636P: Hirokazu Takata 3637M: takata@linux-m32r.org 3638L: linux-m32r@ml.linux-m32r.org 3639L: linux-m32r-ja@ml.linux-m32r.org (in Japanese) 3640W: http://www.linux-m32r.org/ 3641S: Maintained 3642F: arch/m32r/ 3643 3644M68K ARCHITECTURE 3645P: Geert Uytterhoeven 3646M: geert@linux-m68k.org 3647P: Roman Zippel 3648M: zippel@linux-m68k.org 3649L: linux-m68k@lists.linux-m68k.org 3650W: http://www.linux-m68k.org/ 3651T: git git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git 3652S: Maintained 3653F: arch/m68k/ 3654F: drivers/zorro/ 3655 3656M68K ON APPLE MACINTOSH 3657P: Joshua Thompson 3658M: funaho@jurai.org 3659W: http://www.mac.linux-m68k.org/ 3660L: linux-m68k@lists.linux-m68k.org 3661S: Maintained 3662F: arch/m68k/mac/ 3663 3664M68K ON HP9000/300 3665P: Philip Blundell 3666M: philb@gnu.org 3667W: http://www.tazenda.demon.co.uk/phil/linux-hp 3668S: Maintained 3669F: arch/m68k/hp300/ 3670 3671MAC80211 3672P: Johannes Berg 3673M: johannes@sipsolutions.net 3674L: linux-wireless@vger.kernel.org 3675W: http://linuxwireless.org/ 3676T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3677S: Maintained 3678F: Documentation/networking/mac80211-injection.txt 3679F: include/net/mac80211.h 3680F: net/mac80211/ 3681 3682MAC80211 PID RATE CONTROL 3683P: Stefano Brivio 3684M: stefano.brivio@polimi.it 3685P: Mattias Nissler 3686M: mattias.nissler@gmx.de 3687L: linux-wireless@vger.kernel.org 3688W: http://linuxwireless.org/en/developers/Documentation/mac80211/RateControl/PID 3689T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 3690S: Maintained 3691F: net/mac80211/rc80211_pid* 3692 3693MACVLAN DRIVER 3694P: Patrick McHardy 3695M: kaber@trash.net 3696L: netdev@vger.kernel.org 3697S: Maintained 3698F: drivers/net/macvlan.c 3699F: include/linux/if_macvlan.h 3700 3701MAN-PAGES: MANUAL PAGES FOR LINUX -- Sections 2, 3, 4, 5, and 7 3702P: Michael Kerrisk 3703M: mtk.manpages@gmail.com 3704W: http://www.kernel.org/doc/man-pages 3705L: linux-man@vger.kernel.org 3706S: Maintained 3707 3708MARVELL LIBERTAS WIRELESS DRIVER 3709P: Dan Williams 3710M: dcbw@redhat.com 3711L: libertas-dev@lists.infradead.org 3712S: Maintained 3713F: drivers/net/wireless/libertas/ 3714 3715MARVELL MV643XX ETHERNET DRIVER 3716P: Lennert Buytenhek 3717M: buytenh@marvell.com 3718L: netdev@vger.kernel.org 3719S: Supported 3720F: drivers/net/mv643xx_eth.* 3721F: include/linux/mv643xx.h 3722 3723MARVELL SOC MMC/SD/SDIO CONTROLLER DRIVER 3724P: Nicolas Pitre 3725M: nico@cam.org 3726S: Maintained 3727 3728MARVELL YUKON / SYSKONNECT DRIVER 3729P: Mirko Lindner 3730M: mlindner@syskonnect.de 3731P: Ralph Roesler 3732M: rroesler@syskonnect.de 3733W: http://www.syskonnect.com 3734S: Supported 3735 3736MATROX FRAMEBUFFER DRIVER 3737P: Petr Vandrovec 3738M: vandrove@vc.cvut.cz 3739L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 3740S: Maintained 3741F: drivers/video/matrox/matroxfb_* 3742F: include/linux/matroxfb.h 3743 3744MAX6650 HARDWARE MONITOR AND FAN CONTROLLER DRIVER 3745P: Hans J. Koch 3746M: hjk@linutronix.de 3747L: lm-sensors@lm-sensors.org 3748S: Maintained 3749F: Documentation/hwmon/max6650 3750F: drivers/hwmon/max6650.c 3751 3752MEDIA INPUT INFRASTRUCTURE (V4L/DVB) 3753P: Mauro Carvalho Chehab 3754M: mchehab@infradead.org 3755P: LinuxTV.org Project 3756L: linux-media@vger.kernel.org 3757W: http://linuxtv.org 3758T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 3759S: Maintained 3760F: Documentation/dvb/ 3761F: Documentation/video4linux/ 3762F: drivers/media/ 3763F: include/media/ 3764F: include/linux/dvb/ 3765F: include/linux/videodev*.h 3766 3767MEGARAID SCSI DRIVERS 3768P: Neela Syam Kolli 3769M: megaraidlinux@lsi.com 3770L: linux-scsi@vger.kernel.org 3771W: http://megaraid.lsilogic.com 3772S: Maintained 3773F: Documentation/scsi/megaraid.txt 3774F: drivers/scsi/megaraid.* 3775F: drivers/scsi/megaraid/ 3776 3777MEMORY MANAGEMENT 3778L: linux-mm@kvack.org 3779W: http://www.linux-mm.org 3780S: Maintained 3781F: include/linux/mm.h 3782F: mm/ 3783 3784MEMORY RESOURCE CONTROLLER 3785P: Balbir Singh 3786M: balbir@linux.vnet.ibm.com 3787P: Pavel Emelyanov 3788M: xemul@openvz.org 3789P: KAMEZAWA Hiroyuki 3790M: kamezawa.hiroyu@jp.fujitsu.com 3791L: linux-mm@kvack.org 3792S: Maintained 3793F: mm/memcontrol.c 3794 3795MEMORY TECHNOLOGY DEVICES (MTD) 3796P: David Woodhouse 3797M: dwmw2@infradead.org 3798W: http://www.linux-mtd.infradead.org/ 3799L: linux-mtd@lists.infradead.org 3800T: git git://git.infradead.org/mtd-2.6.git 3801S: Maintained 3802F: drivers/mtd/ 3803F: include/linux/mtd/ 3804F: include/mtd/ 3805 3806MICROBLAZE ARCHITECTURE 3807P: Michal Simek 3808M: monstr@monstr.eu 3809L: microblaze-uclinux@itee.uq.edu.au 3810W: http://www.monstr.eu/fdt/ 3811T: git git://git.monstr.eu/linux-2.6-microblaze.git 3812S: Supported 3813F: arch/microblaze/ 3814 3815MICROTEK X6 SCANNER 3816P: Oliver Neukum 3817M: oliver@neukum.name 3818S: Maintained 3819F: drivers/usb/image/microtek.* 3820 3821MIPS 3822P: Ralf Baechle 3823M: ralf@linux-mips.org 3824W: http://www.linux-mips.org/ 3825L: linux-mips@linux-mips.org 3826T: git git://git.linux-mips.org/pub/scm/linux.git 3827S: Supported 3828F: Documentation/mips/ 3829F: arch/mips/ 3830 3831MISCELLANEOUS MCA-SUPPORT 3832P: James Bottomley 3833M: James.Bottomley@HansenPartnership.com 3834S: Maintained 3835F: Documentation/ia64/mca.txt 3836F: Documentation/mca.txt 3837F: drivers/mca/ 3838F: include/linux/mca* 3839 3840MODULE SUPPORT 3841P: Rusty Russell 3842M: rusty@rustcorp.com.au 3843S: Maintained 3844F: include/linux/module.h 3845F: kernel/module.c 3846 3847MOTION EYE VAIO PICTUREBOOK CAMERA DRIVER 3848P: Stelian Pop 3849M: stelian@popies.net 3850W: http://popies.net/meye/ 3851S: Maintained 3852F: Documentation/video4linux/meye.txt 3853F: drivers/media/video/meye.* 3854F: include/linux/meye.h 3855 3856MOTOROLA IMX MMC/SD HOST CONTROLLER INTERFACE DRIVER 3857P: Pavel Pisa 3858M: ppisa@pikron.com 3859L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 3860S: Maintained 3861F: drivers/mmc/host/imxmmc.* 3862 3863MOUSE AND MISC DEVICES [GENERAL] 3864P: Alessandro Rubini 3865M: rubini@ipvvis.unipv.it 3866S: Maintained 3867F: drivers/input/mouse/ 3868F: include/linux/gpio_mouse.h 3869 3870MOXA SMARTIO/INDUSTIO/INTELLIO SERIAL CARD 3871P: Jiri Slaby 3872M: jirislaby@gmail.com 3873S: Maintained 3874F: Documentation/serial/moxa-smartio 3875F: drivers/char/mxser.* 3876 3877MSI LAPTOP SUPPORT 3878P: Lennart Poettering 3879M: mzxreary@0pointer.de 3880W: https://tango.0pointer.de/mailman/listinfo/s270-linux 3881W: http://0pointer.de/lennart/tchibo.html 3882S: Maintained 3883F: drivers/platform/x86/msi-laptop.c 3884 3885MULTIFUNCTION DEVICES (MFD) 3886P: Samuel Ortiz 3887M: sameo@linux.intel.com 3888T: git git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6.git 3889S: Supported 3890F: drivers/mfd/ 3891 3892MULTIMEDIA CARD (MMC), SECURE DIGITAL (SD) AND SDIO SUBSYSTEM 3893P: Pierre Ossman 3894M: pierre@ossman.eu 3895S: Maintained 3896F: drivers/mmc/ 3897F: include/linux/mmc/ 3898 3899MULTIMEDIA CARD (MMC) ETC. OVER SPI 3900P: David Brownell 3901M: dbrownell@users.sourceforge.net 3902S: Odd Fixes 3903F: drivers/mmc/host/mmc_spi.c 3904F: include/linux/spi/mmc_spi.h 3905 3906MULTISOUND SOUND DRIVER 3907P: Andrew Veliath 3908M: andrewtv@usa.net 3909S: Maintained 3910F: Documentation/sound/oss/MultiSound 3911F: sound/oss/msnd* 3912 3913MULTITECH MULTIPORT CARD (ISICOM) 3914P: Jiri Slaby 3915M: jirislaby@gmail.com 3916S: Maintained 3917F: drivers/char/isicom.c 3918F: include/linux/isicom.h 3919 3920MUSB MULTIPOINT HIGH SPEED DUAL-ROLE CONTROLLER 3921P: Felipe Balbi 3922M: felipe.balbi@nokia.com 3923L: linux-usb@vger.kernel.org 3924T: git git://gitorious.org/musb/mainline.git 3925S: Maintained 3926F: drivers/usb/musb/ 3927 3928MYRICOM MYRI-10G 10GbE DRIVER (MYRI10GE) 3929P: Andrew Gallatin 3930M: gallatin@myri.com 3931P: Brice Goglin 3932M: brice@myri.com 3933L: netdev@vger.kernel.org 3934W: http://www.myri.com/scs/download-Myri10GE.html 3935S: Supported 3936F: drivers/net/myri10ge/ 3937 3938NATSEMI ETHERNET DRIVER (DP8381x) 3939P: Tim Hockin 3940M: thockin@hockin.org 3941S: Maintained 3942F: drivers/net/natsemi.c 3943 3944NCP FILESYSTEM 3945P: Petr Vandrovec 3946M: vandrove@vc.cvut.cz 3947L: linware@sh.cvut.cz 3948S: Maintained 3949F: fs/ncpfs/ 3950 3951NCR DUAL 700 SCSI DRIVER (MICROCHANNEL) 3952P: James E.J. Bottomley 3953M: James.Bottomley@HansenPartnership.com 3954L: linux-scsi@vger.kernel.org 3955S: Maintained 3956F: drivers/scsi/NCR_D700.* 3957 3958NETEFFECT IWARP RNIC DRIVER (IW_NES) 3959P: Faisal Latif 3960M: faisal.latif@intel.com 3961P: Chien Tung 3962M: chien.tin.tung@intel.com 3963L: general@lists.openfabrics.org 3964W: http://www.neteffect.com 3965S: Supported 3966F: drivers/infiniband/hw/nes/ 3967 3968NETEM NETWORK EMULATOR 3969P: Stephen Hemminger 3970M: shemminger@linux-foundation.org 3971L: netem@lists.linux-foundation.org 3972S: Maintained 3973F: net/sched/sch_netem.c 3974 3975NETERION (S2IO) 10GbE DRIVER (xframe/vxge) 3976P: Ramkrishna Vepa 3977M: ram.vepa@neterion.com 3978P: Rastapur Santosh 3979M: santosh.rastapur@neterion.com 3980P: Sivakumar Subramani 3981M: sivakumar.subramani@neterion.com 3982P: Sreenivasa Honnur 3983M: sreenivasa.honnur@neterion.com 3984P: Anil Murthy 3985M: anil.murthy@neterion.com 3986L: netdev@vger.kernel.org 3987W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/Linux?Anonymous 3988W: http://trac.neterion.com/cgi-bin/trac.cgi/wiki/X3100Linux?Anonymous 3989S: Supported 3990F: Documentation/networking/s2io.txt 3991F: drivers/net/s2io* 3992 3993NETFILTER/IPTABLES/IPCHAINS 3994P: Rusty Russell 3995P: Marc Boucher 3996P: James Morris 3997P: Harald Welte 3998P: Jozsef Kadlecsik 3999P: Patrick McHardy 4000M: kaber@trash.net 4001L: netfilter-devel@vger.kernel.org 4002L: netfilter@vger.kernel.org 4003L: coreteam@netfilter.org 4004W: http://www.netfilter.org/ 4005W: http://www.iptables.org/ 4006S: Supported 4007F: include/linux/netfilter* 4008F: include/linux/netfilter/ 4009F: include/net/netfilter/ 4010F: net/*/netfilter.c 4011F: net/*/netfilter/ 4012F: net/netfilter/ 4013 4014NETLABEL 4015P: Paul Moore 4016M: paul.moore@hp.com 4017W: http://netlabel.sf.net 4018L: netdev@vger.kernel.org 4019S: Supported 4020F: Documentation/netlabel/ 4021F: include/net/netlabel.h 4022F: net/netlabel/ 4023 4024NETROM NETWORK LAYER 4025P: Ralf Baechle 4026M: ralf@linux-mips.org 4027L: linux-hams@vger.kernel.org 4028W: http://www.linux-ax25.org/ 4029S: Maintained 4030F: include/linux/netrom.h 4031F: include/net/netrom.h 4032F: net/netrom/ 4033 4034NETWORK BLOCK DEVICE (NBD) 4035P: Paul Clements 4036M: Paul.Clements@steeleye.com 4037S: Maintained 4038F: Documentation/blockdev/nbd.txt 4039F: drivers/block/nbd.c 4040F: include/linux/nbd.h 4041 4042NETWORKING [GENERAL] 4043P: David S. Miller 4044M: davem@davemloft.net 4045L: netdev@vger.kernel.org 4046W: http://www.linuxfoundation.org/en/Net 4047T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 4048S: Maintained 4049F: net/ 4050F: include/net/ 4051 4052NETWORKING [IPv4/IPv6] 4053P: David S. Miller 4054M: davem@davemloft.net 4055P: Alexey Kuznetsov 4056M: kuznet@ms2.inr.ac.ru 4057P: Pekka Savola (ipv6) 4058M: pekkas@netcore.fi 4059P: James Morris 4060M: jmorris@namei.org 4061P: Hideaki YOSHIFUJI 4062M: yoshfuji@linux-ipv6.org 4063P: Patrick McHardy 4064M: kaber@trash.net 4065L: netdev@vger.kernel.org 4066T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 4067S: Maintained 4068F: net/ipv4/ 4069F: net/ipv6/ 4070F: include/net/ip* 4071 4072NETWORKING [LABELED] (NetLabel, CIPSO, Labeled IPsec, SECMARK) 4073P: Paul Moore 4074M: paul.moore@hp.com 4075L: netdev@vger.kernel.org 4076S: Maintained 4077 4078NETWORKING [WIRELESS] 4079P: John W. Linville 4080M: linville@tuxdriver.com 4081L: linux-wireless@vger.kernel.org 4082T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6.git 4083S: Maintained 4084F: net/wireless/ 4085F: include/net/ieee80211* 4086F: include/net/wireless.h 4087 4088NETWORKING DRIVERS 4089L: netdev@vger.kernel.org 4090W: http://www.linuxfoundation.org/en/Net 4091T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.git 4092S: Odd Fixes 4093F: drivers/net/ 4094 4095NETXEN (1/10) GbE SUPPORT 4096P: Dhananjay Phadke 4097M: dhananjay@netxen.com 4098L: netdev@vger.kernel.org 4099W: http://www.netxen.com 4100S: Supported 4101F: drivers/net/netxen/ 4102 4103NFS, SUNRPC, AND LOCKD CLIENTS 4104P: Trond Myklebust 4105M: Trond.Myklebust@netapp.com 4106L: linux-nfs@vger.kernel.org 4107W: http://client.linux-nfs.org 4108T: git git://git.linux-nfs.org/pub/linux/nfs-2.6.git 4109S: Maintained 4110F: fs/lockd/ 4111F: fs/nfs/ 4112F: fs/nfs_common/ 4113F: net/sunrpc/ 4114F: include/linux/lockd/ 4115F: include/linux/nfs* 4116F: include/linux/sunrpc/ 4117 4118NI5010 NETWORK DRIVER 4119P: Jan-Pascal van Best 4120M: janpascal@vanbest.org 4121P: Andreas Mohr 4122M: andi@lisas.de 4123L: netdev@vger.kernel.org 4124S: Maintained 4125F: drivers/net/ni5010.* 4126 4127NILFS2 FILESYSTEM 4128P: KONISHI Ryusuke 4129M: konishi.ryusuke@lab.ntt.co.jp 4130L: users@nilfs.org 4131W: http://www.nilfs.org/en/ 4132S: Supported 4133F: Documentation/filesystems/nilfs2.txt 4134F: fs/nilfs2/ 4135F: include/linux/nilfs2_fs.h 4136 4137NINJA SCSI-3 / NINJA SCSI-32Bi (16bit/CardBus) PCMCIA SCSI HOST ADAPTER DRIVER 4138P: YOKOTA Hiroshi 4139M: yokota@netlab.is.tsukuba.ac.jp 4140W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 4141S: Maintained 4142F: Documentation/scsi/NinjaSCSI.txt 4143F: drivers/scsi/pcmcia/nsp_* 4144 4145NINJA SCSI-32Bi/UDE PCI/CARDBUS SCSI HOST ADAPTER DRIVER 4146P: GOTO Masanori 4147M: gotom@debian.or.jp 4148P: YOKOTA Hiroshi 4149M: yokota@netlab.is.tsukuba.ac.jp 4150W: http://www.netlab.is.tsukuba.ac.jp/~yokota/izumi/ninja/ 4151S: Maintained 4152F: Documentation/scsi/NinjaSCSI.txt 4153F: drivers/scsi/nsp32* 4154 4155NTFS FILESYSTEM 4156P: Anton Altaparmakov 4157M: aia21@cantab.net 4158L: linux-ntfs-dev@lists.sourceforge.net 4159W: http://www.linux-ntfs.org/ 4160T: git git://git.kernel.org/pub/scm/linux/kernel/git/aia21/ntfs-2.6.git 4161S: Maintained 4162F: Documentation/filesystems/ntfs.txt 4163F: fs/ntfs/ 4164 4165NVIDIA (rivafb and nvidiafb) FRAMEBUFFER DRIVER 4166P: Antonino Daplas 4167M: adaplas@gmail.com 4168L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4169S: Maintained 4170F: drivers/video/riva/ 4171F: drivers/video/nvidia/ 4172 4173OMAP SUPPORT 4174P: Tony Lindgren <tony@atomide.com> 4175M: tony@atomide.com 4176L: linux-omap@vger.kernel.org 4177W: http://www.muru.com/linux/omap/ 4178W: http://linux.omap.com/ 4179T: git git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git 4180S: Maintained 4181F: arch/arm/*omap* 4182 4183OMAP CLOCK FRAMEWORK SUPPORT 4184P: Paul Walmsley 4185M: paul@pwsan.com 4186L: linux-omap@vger.kernel.org 4187S: Maintained 4188F: arch/arm/*omap*/*clock* 4189 4190OMAP POWER MANAGEMENT SUPPORT 4191P: Kevin Hilman 4192M: khilman@deeprootsystems.com 4193L: linux-omap@vger.kernel.org 4194S: Maintained 4195F: arch/arm/*omap*/*pm* 4196 4197OMAP AUDIO SUPPORT 4198P: Jarkko Nikula 4199M: jhnikula@gmail.com 4200L: alsa-devel@alsa-project.org (subscribers-only) 4201L: linux-omap@vger.kernel.org 4202S: Maintained 4203F: sound/soc/omap/ 4204 4205OMAP FRAMEBUFFER SUPPORT 4206P: Imre Deak 4207M: imre.deak@nokia.com 4208L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4209L: linux-omap@vger.kernel.org 4210S: Maintained 4211F: drivers/video/omap/ 4212 4213OMAP MMC SUPPORT 4214P: Jarkko Lavinen 4215M: jarkko.lavinen@nokia.com 4216L: linux-kernel@vger.kernel.org 4217L: linux-omap@vger.kernel.org 4218S: Maintained 4219F: drivers/mmc/host/*omap* 4220 4221OMAP RANDOM NUMBER GENERATOR SUPPORT 4222P: Deepak Saxena 4223M: dsaxena@plexity.net 4224S: Maintained 4225F: drivers/char/hw_random/omap-rng.c 4226 4227OMAP USB SUPPORT 4228P: Felipe Balbi 4229M: felipe.balbi@nokia.com 4230P: David Brownell 4231M: dbrownell@users.sourceforge.net 4232L: linux-usb@vger.kernel.org 4233L: linux-omap@vger.kernel.org 4234S: Maintained 4235 4236OMFS FILESYSTEM 4237P: Bob Copeland 4238M: me@bobcopeland.com 4239L: linux-karma-devel@lists.sourceforge.net 4240S: Maintained 4241F: Documentation/filesystems/omfs.txt 4242F: fs/omfs/ 4243 4244OMNIKEY CARDMAN 4000 DRIVER 4245P: Harald Welte 4246M: laforge@gnumonks.org 4247S: Maintained 4248F: drivers/char/pcmcia/cm4000_cs.c 4249F: include/linux/cm4000_cs.h 4250 4251OMNIKEY CARDMAN 4040 DRIVER 4252P: Harald Welte 4253M: laforge@gnumonks.org 4254S: Maintained 4255F: drivers/char/pcmcia/cm4040_cs.* 4256 4257OMNIVISION OV7670 SENSOR DRIVER 4258P: Jonathan Corbet 4259M: corbet@lwn.net 4260L: linux-media@vger.kernel.org 4261T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4262S: Maintained 4263F: drivers/media/video/ov7670.c 4264 4265ONENAND FLASH DRIVER 4266P: Kyungmin Park 4267M: kyungmin.park@samsung.com 4268L: linux-mtd@lists.infradead.org 4269S: Maintained 4270F: drivers/mtd/onenand/ 4271F: include/linux/mtd/onenand*.h 4272 4273ONSTREAM SCSI TAPE DRIVER 4274P: Willem Riede 4275M: osst@riede.org 4276L: osst-users@lists.sourceforge.net 4277L: linux-scsi@vger.kernel.org 4278S: Maintained 4279F: drivers/scsi/osst* 4280F: drivers/scsi/st* 4281 4282OPENCORES I2C BUS DRIVER 4283P: Peter Korsgaard 4284M: jacmet@sunsite.dk 4285L: linux-i2c@vger.kernel.org 4286S: Maintained 4287F: Documentation/i2c/busses/i2c-ocores 4288F: drivers/i2c/busses/i2c-ocores.c 4289 4290OPROFILE 4291P: Robert Richter 4292M: robert.richter@amd.com 4293L: oprofile-list@lists.sf.net 4294S: Maintained 4295F: arch/*/oprofile/ 4296F: drivers/oprofile/ 4297F: include/linux/oprofile.h 4298 4299ORACLE CLUSTER FILESYSTEM 2 (OCFS2) 4300P: Mark Fasheh 4301M: mfasheh@suse.com 4302P: Joel Becker 4303M: joel.becker@oracle.com 4304L: ocfs2-devel@oss.oracle.com (moderated for non-subscribers) 4305W: http://oss.oracle.com/projects/ocfs2/ 4306T: git git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2.git 4307S: Supported 4308F: Documentation/filesystems/ocfs2.txt 4309F: Documentation/filesystems/dlmfs.txt 4310F: fs/ocfs2/ 4311 4312ORINOCO DRIVER 4313P: Pavel Roskin 4314M: proski@gnu.org 4315P: David Gibson 4316M: hermes@gibson.dropbear.id.au 4317L: linux-wireless@vger.kernel.org 4318L: orinoco-users@lists.sourceforge.net 4319L: orinoco-devel@lists.sourceforge.net 4320W: http://www.nongnu.org/orinoco/ 4321S: Maintained 4322F: drivers/net/wireless/orinoco/ 4323 4324OSD LIBRARY 4325P: Boaz Harrosh 4326M: bharrosh@panasas.com 4327P: Benny Halevy 4328M: bhalevy@panasas.com 4329L: osd-dev@open-osd.org 4330W: http://open-osd.org 4331T: git git://git.open-osd.org/open-osd.git 4332S: Maintained 4333 4334P54 WIRELESS DRIVER 4335P: Michael Wu 4336M: flamingice@sourmilk.net 4337L: linux-wireless@vger.kernel.org 4338W: http://prism54.org 4339T: git git://git.kernel.org/pub/scm/linux/kernel/git/mwu/mac80211-drivers.git 4340S: Maintained 4341F: drivers/net/wireless/p54/ 4342 4343PA SEMI ETHERNET DRIVER 4344P: Olof Johansson 4345M: olof@lixom.net 4346L: netdev@vger.kernel.org 4347S: Maintained 4348F: drivers/net/pasemi_mac.* 4349 4350PA SEMI SMBUS DRIVER 4351P: Olof Johansson 4352M: olof@lixom.net 4353L: linux-i2c@vger.kernel.org 4354S: Maintained 4355F: drivers/i2c/busses/i2c-pasemi.c 4356 4357PANASONIC LAPTOP ACPI EXTRAS DRIVER 4358P: Harald Welte 4359M: laforge@gnumonks.org 4360S: Maintained 4361F: drivers/platform/x86/panasonic-laptop.c 4362 4363PANASONIC MN10300/AM33 PORT 4364P: David Howells 4365M: dhowells@redhat.com 4366P: Koichi Yasutake 4367M: yasutake.koichi@jp.panasonic.com 4368L: linux-am33-list@redhat.com (moderated for non-subscribers) 4369W: ftp://ftp.redhat.com/pub/redhat/gnupro/AM33/ 4370S: Maintained 4371F: Documentation/mn10300/ 4372F: arch/mn10300/ 4373 4374PARALLEL PORT SUPPORT 4375L: linux-parport@lists.infradead.org (subscribers-only) 4376S: Orphan 4377F: drivers/parport/ 4378F: include/linux/parport*.h 4379F: drivers/char/ppdev.c 4380F: include/linux/ppdev.h 4381 4382PARAVIRT_OPS INTERFACE 4383P: Jeremy Fitzhardinge 4384M: jeremy@xensource.com 4385P: Chris Wright 4386M: chrisw@sous-sol.org 4387P: Alok Kataria 4388M: akataria@vmware.com 4389P: Rusty Russell 4390M: rusty@rustcorp.com.au 4391L: virtualization@lists.osdl.org 4392S: Supported 4393F: Documentation/ia64/paravirt_ops.txt 4394F: arch/*/kernel/paravirt* 4395F: arch/*/include/asm/paravirt.h 4396 4397PARIDE DRIVERS FOR PARALLEL PORT IDE DEVICES 4398P: Tim Waugh 4399M: tim@cyberelk.net 4400L: linux-parport@lists.infradead.org (subscribers-only) 4401W: http://www.torque.net/linux-pp.html 4402S: Maintained 4403F: Documentation/blockdev/paride.txt 4404F: drivers/block/paride/ 4405 4406PARISC ARCHITECTURE 4407P: Kyle McMartin 4408M: kyle@mcmartin.ca 4409P: Helge Deller 4410M: deller@gmx.de 4411L: linux-parisc@vger.kernel.org 4412W: http://www.parisc-linux.org/ 4413T: git git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6.git 4414S: Maintained 4415F: arch/parisc/ 4416F: drivers/parisc/ 4417 4418PC87360 HARDWARE MONITORING DRIVER 4419P: Jim Cromie 4420M: jim.cromie@gmail.com 4421L: lm-sensors@lm-sensors.org 4422S: Maintained 4423F: Documentation/hwmon/pc87360 4424F: drivers/hwmon/pc87360.c 4425 4426PC8736x GPIO DRIVER 4427P: Jim Cromie 4428M: jim.cromie@gmail.com 4429S: Maintained 4430F: drivers/char/pc8736x_gpio.c 4431 4432PCA9532 LED DRIVER 4433P: Riku Voipio 4434M: riku.voipio@iki.fi 4435S: Maintained 4436F: drivers/leds/leds-pca9532.c 4437F: include/linux/leds-pca9532.h 4438 4439PCI ERROR RECOVERY 4440P: Linas Vepstas 4441M: linas@austin.ibm.com 4442L: linux-pci@vger.kernel.org 4443S: Supported 4444F: Documentation/PCI/pci-error-recovery.txt 4445F: Documentation/powerpc/eeh-pci-error-recovery.txt 4446 4447PCI SUBSYSTEM 4448P: Jesse Barnes 4449M: jbarnes@virtuousgeek.org 4450L: linux-pci@vger.kernel.org 4451T: git git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6.git 4452S: Supported 4453F: Documentation/PCI/ 4454F: drivers/pci/ 4455F: include/linux/pci* 4456 4457PCIE HOTPLUG DRIVER 4458P: Kristen Carlson Accardi 4459M: kristen.c.accardi@intel.com 4460L: linux-pci@vger.kernel.org 4461S: Supported 4462F: drivers/pci/pcie/ 4463 4464PCMCIA SUBSYSTEM 4465P: Linux PCMCIA Team 4466L: linux-pcmcia@lists.infradead.org 4467W: http://lists.infradead.org/mailman/listinfo/linux-pcmcia 4468T: git git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6.git 4469S: Maintained 4470F: Documentation/pcmcia/ 4471F: drivers/pcmcia/ 4472F: include/pcmcia/ 4473 4474PCNET32 NETWORK DRIVER 4475P: Don Fry 4476M: pcnet32@verizon.net 4477L: netdev@vger.kernel.org 4478S: Maintained 4479F: drivers/net/pcnet32.c 4480 4481PER-TASK DELAY ACCOUNTING 4482P: Balbir Singh 4483M: balbir@linux.vnet.ibm.com 4484S: Maintained 4485F: include/linux/delayacct.h 4486F: kernel/delayacct.c 4487 4488PERFORMANCE COUNTER SUBSYSTEM 4489P: Peter Zijlstra 4490M: a.p.zijlstra@chello.nl 4491P: Paul Mackerras 4492M: paulus@samba.org 4493P: Ingo Molnar 4494M: mingo@elte.hu 4495L: linux-kernel@vger.kernel.org 4496S: Supported 4497 4498PERSONALITY HANDLING 4499P: Christoph Hellwig 4500M: hch@infradead.org 4501L: linux-abi-devel@lists.sourceforge.net 4502S: Maintained 4503F: include/linux/personality.h 4504 4505PHRAM MTD DRIVER 4506P: Joern Engel 4507M: joern@lazybastard.org 4508L: linux-mtd@lists.infradead.org 4509S: Maintained 4510F: drivers/mtd/devices/phram.c 4511 4512PKTCDVD DRIVER 4513P: Peter Osterlund 4514M: petero2@telia.com 4515S: Maintained 4516F: drivers/block/pktcdvd.c 4517F: include/linux/pktcdvd.h 4518 4519POSIX CLOCKS and TIMERS 4520P: Thomas Gleixner 4521M: tglx@linutronix.de 4522S: Supported 4523F: fs/timerfd.c 4524F: include/linux/timer* 4525F: kernel/*timer* 4526 4527POWER SUPPLY CLASS/SUBSYSTEM and DRIVERS 4528P: Anton Vorontsov 4529M: cbou@mail.ru 4530P: David Woodhouse 4531M: dwmw2@infradead.org 4532T: git git://git.infradead.org/battery-2.6.git 4533S: Maintained 4534F: include/linux/power_supply.h 4535F: drivers/power/power_supply* 4536 4537PNP SUPPORT 4538P: Adam Belay 4539M: abelay@mit.edu 4540P: Bjorn Helgaas 4541M: bjorn.helgaas@hp.com 4542S: Maintained 4543F: drivers/pnp/ 4544 4545PNXxxxx I2C DRIVER 4546P: Vitaly Wool 4547M: vitalywool@gmail.com 4548L: linux-i2c@vger.kernel.org 4549S: Maintained 4550F: drivers/i2c/busses/i2c-pnx.c 4551 4552PPP PROTOCOL DRIVERS AND COMPRESSORS 4553P: Paul Mackerras 4554M: paulus@samba.org 4555L: linux-ppp@vger.kernel.org 4556S: Maintained 4557F: drivers/net/ppp_* 4558 4559PPP OVER ATM (RFC 2364) 4560P: Mitchell Blank Jr 4561M: mitch@sfgoth.com 4562S: Maintained 4563F: net/atm/pppoatm.c 4564F: include/linux/atmppp.h 4565 4566PPP OVER ETHERNET 4567P: Michal Ostrowski 4568M: mostrows@earthlink.net 4569S: Maintained 4570F: drivers/net/pppoe.c 4571F: drivers/net/pppox.c 4572 4573PPP OVER L2TP 4574P: James Chapman 4575M: jchapman@katalix.com 4576S: Maintained 4577F: drivers/net/pppol2tp.c 4578F: include/linux/if_pppol2tp.h 4579 4580PPS SUPPORT 4581P: Rodolfo Giometti 4582M: giometti@enneenne.com 4583W: http://wiki.enneenne.com/index.php/LinuxPPS_support 4584L: linuxpps@ml.enneenne.com (subscribers-only) 4585S: Maintained 4586 4587PREEMPTIBLE KERNEL 4588P: Robert Love 4589M: rml@tech9.net 4590L: kpreempt-tech@lists.sourceforge.net 4591W: ftp://ftp.kernel.org/pub/linux/kernel/people/rml/preempt-kernel 4592S: Supported 4593F: Documentation/preempt-locking.txt 4594F: include/linux/preempt.h 4595 4596PRISM54 WIRELESS DRIVER 4597P: Luis R. Rodriguez 4598M: mcgrof@gmail.com 4599L: linux-wireless@vger.kernel.org 4600W: http://prism54.org 4601S: Maintained 4602F: drivers/net/wireless/prism54/ 4603 4604PROMISE DC4030 CACHING DISK CONTROLLER DRIVER 4605P: Peter Denison 4606M: promise@pnd-pc.demon.co.uk 4607W: http://www.pnd-pc.demon.co.uk/promise/ 4608S: Maintained 4609 4610PROMISE SATA TX2/TX4 CONTROLLER LIBATA DRIVER 4611P: Mikael Pettersson 4612M: mikpe@it.uu.se 4613L: linux-ide@vger.kernel.org 4614S: Maintained 4615F: drivers/ata/sata_promise.* 4616 4617PS3 NETWORK SUPPORT 4618P: Geoff Levand 4619M: geoffrey.levand@am.sony.com 4620L: netdev@vger.kernel.org 4621L: cbe-oss-dev@ozlabs.org 4622S: Supported 4623F: drivers/net/ps3_gelic_net.* 4624 4625PS3 PLATFORM SUPPORT 4626P: Geoff Levand 4627M: geoffrey.levand@am.sony.com 4628L: linuxppc-dev@ozlabs.org 4629L: cbe-oss-dev@ozlabs.org 4630S: Supported 4631F: arch/powerpc/boot/ps3* 4632F: arch/powerpc/include/asm/lv1call.h 4633F: arch/powerpc/include/asm/ps3*.h 4634F: arch/powerpc/platforms/ps3/ 4635F: drivers/*/ps3* 4636F: drivers/ps3/ 4637F: drivers/rtc/rtc-ps3.c 4638F: drivers/usb/host/*ps3.c 4639F: sound/ppc/snd_ps3* 4640 4641PS3VRAM DRIVER 4642P: Jim Paris 4643M: jim@jtan.com 4644L: cbe-oss-dev@ozlabs.org 4645S: Maintained 4646 4647PTRACE SUPPORT 4648P: Roland McGrath 4649M: roland@redhat.com 4650P: Oleg Nesterov 4651M: oleg@redhat.com 4652S: Maintained 4653F: include/asm-generic/syscall.h 4654F: include/linux/ptrace.h 4655F: include/linux/regset.h 4656F: include/linux/tracehook.h 4657F: kernel/ptrace.c 4658 4659PVRUSB2 VIDEO4LINUX DRIVER 4660P: Mike Isely 4661M: isely@pobox.com 4662L: pvrusb2@isely.net (subscribers-only) 4663L: linux-media@vger.kernel.org 4664W: http://www.isely.net/pvrusb2/ 4665T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4666S: Maintained 4667F: Documentation/video4linux/README.pvrusb2 4668F: drivers/media/video/pvrusb2/ 4669 4670PXA2xx/PXA3xx SUPPORT 4671P: Eric Miao 4672M: eric.y.miao@gmail.com 4673P: Russell King 4674M: linux@arm.linux.org.uk 4675L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4676S: Maintained 4677F: arch/arm/mach-pxa/ 4678F: drivers/pcmcia/pxa2xx* 4679F: drivers/spi/pxa2xx* 4680F: drivers/usb/gadget/pxa2* 4681F: include/sound/pxa2xx-lib.h 4682F: sound/arm/pxa* 4683F: sound/soc/pxa 4684 4685PXA168 SUPPORT 4686P: Eric Miao 4687M: eric.y.miao@gmail.com 4688P: Jason Chagas 4689M: jason.chagas@marvell.com 4690L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4691T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git 4692S: Maintained 4693 4694PXA910 SUPPORT 4695P: Eric Miao 4696M: eric.y.miao@gmail.com 4697L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4698T: git git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/pxa-linux-2.6.git 4699S: Maintained 4700 4701PXA MMCI DRIVER 4702S: Orphan 4703 4704PXA RTC DRIVER 4705P: Robert Jarzmik 4706M: robert.jarzmik@free.fr 4707L: rtc-linux@googlegroups.com 4708S: Maintained 4709 4710QLOGIC QLA2XXX FC-SCSI DRIVER 4711P: Andrew Vasquez 4712M: linux-driver@qlogic.com 4713L: linux-scsi@vger.kernel.org 4714S: Supported 4715F: Documentation/scsi/LICENSE.qla2xxx 4716F: drivers/scsi/qla2xxx/ 4717 4718QLOGIC QLA3XXX NETWORK DRIVER 4719P: Ron Mercer 4720M: linux-driver@qlogic.com 4721L: netdev@vger.kernel.org 4722S: Supported 4723F: Documentation/networking/LICENSE.qla3xxx 4724F: drivers/net/qla3xxx.* 4725 4726QLOGIC QLGE 10Gb ETHERNET DRIVER 4727P: Ron Mercer 4728M: linux-driver@qlogic.com 4729M: ron.mercer@qlogic.com 4730L: netdev@vger.kernel.org 4731S: Supported 4732F: drivers/net/qlge/ 4733 4734QNX4 FILESYSTEM 4735P: Anders Larsen 4736M: al@alarsen.net 4737W: http://www.alarsen.net/linux/qnx4fs/ 4738S: Maintained 4739F: fs/qnx4/ 4740F: include/linux/qnx4_fs.h 4741F: include/linux/qnxtypes.h 4742 4743RADEON FRAMEBUFFER DISPLAY DRIVER 4744P: Benjamin Herrenschmidt 4745M: benh@kernel.crashing.org 4746L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4747S: Maintained 4748F: drivers/video/aty/radeon* 4749F: include/linux/radeonfb.h 4750 4751RAGE128 FRAMEBUFFER DISPLAY DRIVER 4752P: Paul Mackerras 4753M: paulus@samba.org 4754L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4755S: Maintained 4756F: drivers/video/aty/aty128fb.c 4757 4758RALINK RT2X00 WIRELESS LAN DRIVER 4759P: rt2x00 project 4760L: linux-wireless@vger.kernel.org 4761L: users@rt2x00.serialmonkey.com 4762W: http://rt2x00.serialmonkey.com/ 4763S: Maintained 4764T: git git://git.kernel.org/pub/scm/linux/kernel/git/ivd/rt2x00.git 4765F: drivers/net/wireless/rt2x00/ 4766 4767RAMDISK RAM BLOCK DEVICE DRIVER 4768P: Nick Piggin 4769M: npiggin@suse.de 4770S: Maintained 4771F: Documentation/blockdev/ramdisk.txt 4772F: drivers/block/brd.c 4773 4774RANDOM NUMBER DRIVER 4775P: Matt Mackall 4776M: mpm@selenic.com 4777S: Maintained 4778F: drivers/char/random.c 4779 4780RAPIDIO SUBSYSTEM 4781P: Matt Porter 4782M: mporter@kernel.crashing.org 4783S: Maintained 4784F: drivers/rapidio/ 4785 4786RAYLINK/WEBGEAR 802.11 WIRELESS LAN DRIVER 4787P: Corey Thomas 4788M: coreythomas@charter.net 4789L: linux-wireless@vger.kernel.org 4790S: Maintained 4791F: drivers/net/wireless/ray* 4792 4793RCUTORTURE MODULE 4794P: Josh Triplett 4795M: josh@freedesktop.org 4796P: Paul E. McKenney 4797M: paulmck@linux.vnet.ibm.com 4798S: Maintained 4799F: Documentation/RCU/torture.txt 4800F: kernel/rcutorture.c 4801 4802RDC R-321X SoC 4803P: Florian Fainelli 4804M: florian@openwrt.org 4805S: Maintained 4806 4807RDC R6040 FAST ETHERNET DRIVER 4808P: Florian Fainelli 4809M: florian@openwrt.org 4810L: netdev@vger.kernel.org 4811S: Maintained 4812F: drivers/net/r6040.c 4813 4814RDS - RELIABLE DATAGRAM SOCKETS 4815P: Andy Grover 4816M: andy.grover@oracle.com 4817L: rds-devel@oss.oracle.com (moderated for non-subscribers) 4818S: Supported 4819F: net/rds/ 4820 4821READ-COPY UPDATE (RCU) 4822P: Dipankar Sarma 4823M: dipankar@in.ibm.com 4824P: Paul E. McKenney 4825M: paulmck@linux.vnet.ibm.com 4826W: http://www.rdrop.com/users/paulmck/rclock/ 4827S: Supported 4828F: Documentation/RCU/rcu.txt 4829F: Documentation/RCU/rcuref.txt 4830F: include/linux/rcupdate.h 4831F: include/linux/srcu.h 4832F: kernel/rcupdate.c 4833 4834REAL TIME CLOCK DRIVER 4835P: Paul Gortmaker 4836M: p_gortmaker@yahoo.com 4837S: Maintained 4838F: Documentation/rtc.txt 4839F: drivers/rtc/ 4840F: include/linux/rtc.h 4841 4842REAL TIME CLOCK (RTC) SUBSYSTEM 4843P: Alessandro Zummo 4844M: a.zummo@towertech.it 4845L: rtc-linux@googlegroups.com 4846S: Maintained 4847F: Documentation/rtc.txt 4848F: drivers/rtc/ 4849F: include/linux/rtc.h 4850 4851REISERFS FILE SYSTEM 4852L: reiserfs-devel@vger.kernel.org 4853S: Supported 4854F: fs/reiserfs/ 4855 4856RFKILL 4857P: Johannes Berg 4858M: johannes@sipsolutions.net 4859L: linux-wireless@vger.kernel.org 4860S: Maintained 4861F Documentation/rfkill.txt 4862F: net/rfkill/ 4863 4864RISCOM8 DRIVER 4865S: Orphan 4866F: Documentation/serial/riscom8.txt 4867F: drivers/char/riscom8* 4868 4869ROCKETPORT DRIVER 4870P: Comtrol Corp. 4871W: http://www.comtrol.com 4872S: Maintained 4873F: Documentation/serial/rocket.txt 4874F: drivers/char/rocket* 4875 4876ROSE NETWORK LAYER 4877P: Ralf Baechle 4878M: ralf@linux-mips.org 4879L: linux-hams@vger.kernel.org 4880W: http://www.linux-ax25.org/ 4881S: Maintained 4882F: include/linux/rose.h 4883F: include/net/rose.h 4884F: net/rose/ 4885 4886RTL8180 WIRELESS DRIVER 4887P: John W. Linville 4888M: linville@tuxdriver.com 4889L: linux-wireless@vger.kernel.org 4890W: http://linuxwireless.org/ 4891T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 4892S: Maintained 4893F: drivers/net/wireless/rtl818* 4894 4895RTL8187 WIRELESS DRIVER 4896P: Herton Ronaldo Krzesinski 4897M: herton@mandriva.com.br 4898P: Hin-Tak Leung 4899M: htl10@users.sourceforge.net 4900P: Larry Finger 4901M: Larry.Finger@lwfinger.net 4902L: linux-wireless@vger.kernel.org 4903W: http://linuxwireless.org/ 4904T: git git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-testing.git 4905S: Maintained 4906F: drivers/net/wireless/rtl818x/rtl8187* 4907 4908S3 SAVAGE FRAMEBUFFER DRIVER 4909P: Antonino Daplas 4910M: adaplas@gmail.com 4911L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 4912S: Maintained 4913F: drivers/video/savage/ 4914 4915S390 4916P: Martin Schwidefsky 4917M: schwidefsky@de.ibm.com 4918P: Heiko Carstens 4919M: heiko.carstens@de.ibm.com 4920M: linux390@de.ibm.com 4921L: linux-s390@vger.kernel.org 4922W: http://www.ibm.com/developerworks/linux/linux390/ 4923S: Supported 4924F: arch/s390/ 4925 4926S390 NETWORK DRIVERS 4927P: Ursula Braun 4928M: ursula.braun@de.ibm.com 4929P: Frank Blaschka 4930M: blaschka@linux.vnet.ibm.com 4931M: linux390@de.ibm.com 4932L: linux-s390@vger.kernel.org 4933W: http://www.ibm.com/developerworks/linux/linux390/ 4934S: Supported 4935F: drivers/s390/net/ 4936 4937S390 ZCRYPT DRIVER 4938P: Felix Beck 4939M: felix.beck@de.ibm.com 4940P: Ralph Wuerthner 4941M: ralph.wuerthner@de.ibm.com 4942M: linux390@de.ibm.com 4943L: linux-s390@vger.kernel.org 4944S: Supported 4945F: drivers/s390/crypto/ 4946 4947S390 ZFCP DRIVER 4948P: Christof Schmitt 4949M: christof.schmitt@de.ibm.com 4950P: Martin Peschke 4951M: mp3@de.ibm.com 4952M: linux390@de.ibm.com 4953L: linux-s390@vger.kernel.org 4954W: http://www.ibm.com/developerworks/linux/linux390/ 4955S: Supported 4956F: Documentation/s390/zfcpdump.txt 4957F: drivers/s390/scsi/zfcp_* 4958 4959S390 IUCV NETWORK LAYER 4960P: Ursula Braun 4961M: ursula.braun@de.ibm.com 4962M: linux390@de.ibm.com 4963L: linux-s390@vger.kernel.org 4964W: http://www.ibm.com/developerworks/linux/linux390/ 4965S: Supported 4966F: drivers/s390/net/*iucv* 4967F: include/net/iucv/ 4968F: net/iucv/ 4969 4970S3C24XX SD/MMC Driver 4971P: Ben Dooks 4972M: ben-linux@fluff.org 4973L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 4974S: Supported 4975F: drivers/mmc/host/s3cmci.* 4976 4977SAA7146 VIDEO4LINUX-2 DRIVER 4978P: Michael Hunold 4979M: michael@mihu.de 4980L: linux-media@vger.kernel.org 4981T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 4982W: http://www.mihu.de/linux/saa7146 4983S: Maintained 4984F: drivers/media/common/saa7146* 4985F: drivers/media/video/*7146* 4986F: include/media/*7146* 4987 4988SC1200 WDT DRIVER 4989P: Zwane Mwaikambo 4990M: zwane@arm.linux.org.uk 4991S: Maintained 4992F: drivers/watchdog/sc1200wdt.c 4993 4994SCHEDULER 4995P: Ingo Molnar 4996M: mingo@elte.hu 4997P: Peter Zijlstra 4998M: peterz@infradead.org 4999S: Maintained 5000F: kernel/sched* 5001F: include/linux/sched.h 5002 5003SCSI CDROM DRIVER 5004P: Jens Axboe 5005M: axboe@kernel.dk 5006L: linux-scsi@vger.kernel.org 5007W: http://www.kernel.dk 5008S: Maintained 5009F: drivers/scsi/sr* 5010 5011SCSI SG DRIVER 5012P: Doug Gilbert 5013M: dgilbert@interlog.com 5014L: linux-scsi@vger.kernel.org 5015W: http://www.torque.net/sg 5016S: Maintained 5017F: drivers/scsi/sg.c 5018F: include/scsi/sg.h 5019 5020SCSI SUBSYSTEM 5021P: James E.J. Bottomley 5022M: James.Bottomley@HansenPartnership.com 5023L: linux-scsi@vger.kernel.org 5024T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6.git 5025T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git 5026T: git git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-pending-2.6.git 5027S: Maintained 5028F: drivers/scsi/ 5029F: include/scsi/ 5030 5031SCSI TAPE DRIVER 5032P: Kai Mäkisara 5033M: Kai.Makisara@kolumbus.fi 5034L: linux-scsi@vger.kernel.org 5035S: Maintained 5036F: Documentation/scsi/st.txt 5037F: drivers/scsi/st* 5038 5039SCTP PROTOCOL 5040P: Vlad Yasevich 5041M: vladislav.yasevich@hp.com 5042P: Sridhar Samudrala 5043M: sri@us.ibm.com 5044L: linux-sctp@vger.kernel.org 5045W: http://lksctp.sourceforge.net 5046S: Supported 5047F: Documentation/networking/sctp.txt 5048F: include/linux/sctp.h 5049F: include/net/sctp/ 5050F: net/sctp/ 5051 5052SCx200 CPU SUPPORT 5053P: Jim Cromie 5054M: jim.cromie@gmail.com 5055S: Odd Fixes 5056F: Documentation/i2c/busses/scx200_acb 5057F: arch/x86/kernel/scx200_32.c 5058F: drivers/watchdog/scx200_wdt.c 5059F: drivers/i2c/busses/scx200* 5060F: drivers/mtd/maps/scx200_docflash.c 5061F: include/linux/scx200.h 5062 5063SCx200 GPIO DRIVER 5064P: Jim Cromie 5065M: jim.cromie@gmail.com 5066S: Maintained 5067F: drivers/char/scx200_gpio.c 5068F: include/linux/scx200_gpio.h 5069 5070SCx200 HRT CLOCKSOURCE DRIVER 5071P: Jim Cromie 5072M: jim.cromie@gmail.com 5073S: Maintained 5074F: drivers/clocksource/scx200_hrt.c 5075 5076SDRICOH_CS MMC/SD HOST CONTROLLER INTERFACE DRIVER 5077P: Sascha Sommer 5078M: saschasommer@freenet.de 5079L: sdricohcs-devel@lists.sourceforge.net (subscribers-only) 5080S: Maintained 5081F: drivers/mmc/host/sdricoh_cs.c 5082 5083SECURE DIGITAL HOST CONTROLLER INTERFACE (SDHCI) DRIVER 5084P: Pierre Ossman 5085M: pierre@ossman.eu 5086L: sdhci-devel@lists.ossman.eu 5087S: Maintained 5088 5089SECURE DIGITAL HOST CONTROLLER INTERFACE, OPEN FIRMWARE BINDINGS (SDHCI-OF) 5090P: Anton Vorontsov 5091M: avorontsov@ru.mvista.com 5092L: linuxppc-dev@ozlabs.org 5093L: sdhci-devel@lists.ossman.eu 5094S: Maintained 5095F: drivers/mmc/host/sdhci.* 5096 5097SECURITY SUBSYSTEM 5098P: James Morris 5099M: jmorris@namei.org 5100L: linux-security-module@vger.kernel.org (suggested Cc:) 5101T: git git://www.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git 5102W: http://security.wiki.kernel.org/ 5103S: Supported 5104F: security/ 5105 5106SECURITY CONTACT 5107P: Security Officers 5108M: security@kernel.org 5109S: Supported 5110 5111SELINUX SECURITY MODULE 5112P: Stephen Smalley 5113M: sds@tycho.nsa.gov 5114P: James Morris 5115M: jmorris@namei.org 5116P: Eric Paris 5117M: eparis@parisplace.org 5118L: selinux@tycho.nsa.gov (subscribers-only, general discussion) 5119W: http://selinuxproject.org 5120T: git git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6.git 5121S: Supported 5122F: include/linux/selinux* 5123F: security/selinux/ 5124 5125SENSABLE PHANTOM 5126P: Jiri Slaby 5127M: jirislaby@gmail.com 5128S: Maintained 5129F: drivers/misc/phantom.c 5130F: include/linux/phantom.h 5131 5132SERIAL ATA (SATA) SUBSYSTEM 5133P: Jeff Garzik 5134M: jgarzik@pobox.com 5135L: linux-ide@vger.kernel.org 5136T: git git://git.kernel.org/pub/scm/linux/kernel/git/jgarzik/libata-dev.git 5137S: Supported 5138F: drivers/ata/ 5139F: include/linux/ata.h 5140F: include/linux/libata.h 5141 5142SERVER ENGINES 10Gbps NIC - BladeEngine 2 DRIVER 5143P: Sathya Perla 5144M: sathyap@serverengines.com 5145P: Subbu Seetharaman 5146M: subbus@serverengines.com 5147L: netdev@vger.kernel.org 5148W: http://www.serverengines.com 5149S: Supported 5150F: drivers/net/benet/ 5151 5152SFC NETWORK DRIVER 5153P: Steve Hodgson 5154P: Ben Hutchings 5155P: Robert Stonehouse 5156M: linux-net-drivers@solarflare.com 5157S: Supported 5158F: drivers/net/sfc/ 5159 5160SGI GRU DRIVER 5161P: Jack Steiner 5162M: steiner@sgi.com 5163S: Maintained 5164F: drivers/misc/sgi-gru/ 5165 5166SGI SN-IA64 (Altix) SERIAL CONSOLE DRIVER 5167P: Pat Gefre 5168M: pfg@sgi.com 5169L: linux-ia64@vger.kernel.org 5170S: Supported 5171F: Documentation/ia64/serial.txt 5172F: drivers/serial/ioc?_serial.c 5173F: include/linux/ioc?.h 5174 5175SGI VISUAL WORKSTATION 320 AND 540 5176P: Andrey Panin 5177M: pazke@donpac.ru 5178L: linux-visws-devel@lists.sf.net 5179W: http://linux-visws.sf.net 5180S: Maintained for 2.6. 5181F: Documentation/sgi-visws.txt 5182 5183SGI XP/XPC/XPNET DRIVER 5184P: Robin Holt 5185M: holt@sgi.com 5186S: Maintained 5187F: drivers/misc/sgi-xp/ 5188 5189SHARP LH SUPPORT (LH7952X & LH7A40X) 5190P: Marc Singer 5191M: elf@buici.com 5192W: http://projects.buici.com/arm 5193L: linux-arm-kernel@lists.arm.linux.org.uk (subscribers-only) 5194S: Maintained 5195F: Documentation/arm/Sharp-LH/ADC-LH7-Touchscreen 5196F: arch/arm/mach-lh7a40x/ 5197F: drivers/serial/serial_lh7a40x.c 5198F: drivers/usb/gadget/lh7a40* 5199F: drivers/usb/host/ohci-lh7a40* 5200 5201SHPC HOTPLUG DRIVER 5202P: Kristen Carlson Accardi 5203M: kristen.c.accardi@intel.com 5204L: linux-pci@vger.kernel.org 5205S: Supported 5206F: drivers/pci/hotplug/shpchp* 5207 5208SIMTEC EB110ATX (Chalice CATS) 5209P: Ben Dooks 5210P: Vincent Sanders 5211M: support@simtec.co.uk 5212W: http://www.simtec.co.uk/products/EB110ATX/ 5213S: Supported 5214 5215SIMTEC EB2410ITX (BAST) 5216P: Ben Dooks 5217P: Vincent Sanders 5218M: support@simtec.co.uk 5219W: http://www.simtec.co.uk/products/EB2410ITX/ 5220S: Supported 5221F: arch/arm/mach-s3c2410/ 5222F: drivers/*/*s3c2410* 5223F: drivers/*/*/*s3c2410* 5224 5225SIS 190 ETHERNET DRIVER 5226P: Francois Romieu 5227M: romieu@fr.zoreil.com 5228L: netdev@vger.kernel.org 5229S: Maintained 5230F: drivers/net/sis190.c 5231 5232SIS 900/7016 FAST ETHERNET DRIVER 5233P: Daniele Venzano 5234M: venza@brownhat.org 5235W: http://www.brownhat.org/sis900.html 5236L: netdev@vger.kernel.org 5237S: Maintained 5238F: drivers/net/sis900.* 5239 5240SIS 96X I2C/SMBUS DRIVER 5241P: Mark M. Hoffman 5242M: mhoffman@lightlink.com 5243L: linux-i2c@vger.kernel.org 5244S: Maintained 5245F: Documentation/i2c/busses/i2c-sis96x 5246F: drivers/i2c/busses/i2c-sis96x.c 5247 5248SIS FRAMEBUFFER DRIVER 5249P: Thomas Winischhofer 5250M: thomas@winischhofer.net 5251W: http://www.winischhofer.net/linuxsisvga.shtml 5252S: Maintained 5253F: Documentation/fb/sisfb.txt 5254F: drivers/video/sis/ 5255F: include/video/sisfb.h 5256 5257SIS USB2VGA DRIVER 5258P: Thomas Winischhofer 5259M: thomas@winischhofer.net 5260W: http://www.winischhofer.at/linuxsisusbvga.shtml 5261S: Maintained 5262F: drivers/usb/misc/sisusbvga/ 5263 5264SKGE, SKY2 10/100/1000 GIGABIT ETHERNET DRIVERS 5265P: Stephen Hemminger 5266M: shemminger@linux-foundation.org 5267L: netdev@vger.kernel.org 5268S: Maintained 5269F: drivers/net/skge.* 5270F: drivers/net/sky2.* 5271 5272SLAB ALLOCATOR 5273P: Christoph Lameter 5274M: cl@linux-foundation.org 5275P: Pekka Enberg 5276M: penberg@cs.helsinki.fi 5277P: Matt Mackall 5278M: mpm@selenic.com 5279L: linux-mm@kvack.org 5280S: Maintained 5281F: include/linux/sl?b*.h 5282F: mm/sl?b.c 5283 5284SMC91x ETHERNET DRIVER 5285P: Nicolas Pitre 5286M: nico@cam.org 5287S: Maintained 5288F: drivers/net/smc91x.* 5289 5290SMSC47B397 HARDWARE MONITOR DRIVER 5291P: Mark M. Hoffman 5292M: mhoffman@lightlink.com 5293L: lm-sensors@lm-sensors.org 5294S: Maintained 5295F: Documentation/hwmon/smsc47b397 5296F: drivers/hwmon/smsc47b397.c 5297 5298SMSC911x ETHERNET DRIVER 5299P: Steve Glendinning 5300M: steve.glendinning@smsc.com 5301L: netdev@vger.kernel.org 5302S: Supported 5303F: include/linux/smsc911x.h 5304F: drivers/net/smsc911x.* 5305 5306SMSC9420 PCI ETHERNET DRIVER 5307P: Steve Glendinning 5308M: steve.glendinning@smsc.com 5309L: netdev@vger.kernel.org 5310S: Supported 5311F: drivers/net/smsc9420.* 5312 5313SMX UIO Interface 5314P: Ben Nizette 5315M: bn@niasdigital.com 5316S: Maintained 5317F: drivers/uio/uio_smx.c 5318 5319SN-IA64 (Itanium) SUB-PLATFORM 5320P: Jes Sorensen 5321M: jes@sgi.com 5322L: linux-altix@sgi.com 5323L: linux-ia64@vger.kernel.org 5324W: http://www.sgi.com/altix 5325S: Maintained 5326F: arch/ia64/sn/ 5327 5328SOC-CAMERA V4L2 SUBSYSTEM 5329P: Guennadi Liakhovetski 5330M: g.liakhovetski@gmx.de 5331L: linux-media@vger.kernel.org 5332T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5333S: Maintained 5334F: include/media/v4l2* 5335F: drivers/media/video/v4l2* 5336 5337SOEKRIS NET48XX LED SUPPORT 5338P: Chris Boot 5339M: bootc@bootc.net 5340S: Maintained 5341F: drivers/leds/leds-net48xx.c 5342 5343SOFTWARE RAID (Multiple Disks) SUPPORT 5344P: Neil Brown 5345M: neilb@suse.de 5346L: linux-raid@vger.kernel.org 5347S: Supported 5348F: drivers/md/ 5349F: include/linux/raid/ 5350 5351SONIC NETWORK DRIVER 5352P: Thomas Bogendoerfer 5353M: tsbogend@alpha.franken.de 5354L: netdev@vger.kernel.org 5355S: Maintained 5356F: drivers/net/sonic.* 5357 5358SONICS SILICON BACKPLANE DRIVER (SSB) 5359P: Michael Buesch 5360M: mb@bu3sch.de 5361L: netdev@vger.kernel.org 5362S: Maintained 5363F: drivers/ssb/ 5364F: include/linux/ssb/ 5365 5366SONY VAIO CONTROL DEVICE DRIVER 5367P: Mattia Dongili 5368M: malattia@linux.it 5369L: linux-acpi@vger.kernel.org 5370W: http://www.linux.it/~malattia/wiki/index.php/Sony_drivers 5371S: Maintained 5372F: Documentation/laptops/sony-laptop.txt 5373F: drivers/char/sonypi.c 5374F: drivers/platform/x86/sony-laptop.c 5375F: include/linux/sony-laptop.h 5376 5377SONY MEMORYSTICK CARD SUPPORT 5378P: Alex Dubov 5379M: oakad@yahoo.com 5380W: http://tifmxx.berlios.de/ 5381S: Maintained 5382F: drivers/memstick/host/tifm_ms.c 5383 5384SOUND 5385P: Jaroslav Kysela 5386M: perex@perex.cz 5387P: Takashi Iwai 5388M: tiwai@suse.de 5389L: alsa-devel@alsa-project.org (moderated for non-subscribers) 5390W: http://www.alsa-project.org/ 5391T: git git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6.git 5392T: git git://git.alsa-project.org/alsa-kernel.git 5393S: Maintained 5394F: Documentation/sound/ 5395F: include/sound/ 5396F: sound/ 5397 5398SOUND - SOC LAYER / DYNAMIC AUDIO POWER MANAGEMENT (ASoC) 5399P: Liam Girdwood 5400M: lrg@slimlogic.co.uk 5401P: Mark Brown 5402M: broonie@opensource.wolfsonmicro.com 5403T: git git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound-2.6.git 5404L: alsa-devel@alsa-project.org (moderated for non-subscribers) 5405W: http://alsa-project.org/main/index.php/ASoC 5406S: Supported 5407F: sound/soc/ 5408F: include/sound/soc* 5409 5410SPARC + UltraSPARC (sparc/sparc64) 5411P: David S. Miller 5412M: davem@davemloft.net 5413L: sparclinux@vger.kernel.org 5414T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6.git 5415T: git git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6.git 5416S: Maintained 5417F: arch/sparc/ 5418 5419SPECIALIX IO8+ MULTIPORT SERIAL CARD DRIVER 5420P: Roger Wolff 5421M: R.E.Wolff@BitWizard.nl 5422S: Supported 5423F: Documentation/serial/specialix.txt 5424F: drivers/char/specialix* 5425 5426SPI SUBSYSTEM 5427P: David Brownell 5428M: dbrownell@users.sourceforge.net 5429L: spi-devel-general@lists.sourceforge.net 5430S: Maintained 5431F: Documentation/spi/ 5432F: drivers/spi/ 5433F: include/linux/spi/ 5434 5435SPIDERNET NETWORK DRIVER for CELL 5436P: Ishizaki Kou 5437M: kou.ishizaki@toshiba.co.jp 5438P: Jens Osterkamp 5439M: jens@de.ibm.com 5440L: netdev@vger.kernel.org 5441S: Supported 5442F: Documentation/networking/spider_net.txt 5443F: drivers/net/spider_net* 5444 5445SPU FILE SYSTEM 5446P: Jeremy Kerr 5447M: jk@ozlabs.org 5448L: linuxppc-dev@ozlabs.org 5449L: cbe-oss-dev@ozlabs.org 5450W: http://www.ibm.com/developerworks/power/cell/ 5451S: Supported 5452F: Documentation/filesystems/spufs.txt 5453F: arch/powerpc/platforms/cell/spufs/ 5454 5455SQUASHFS FILE SYSTEM 5456P: Phillip Lougher 5457M: phillip@lougher.demon.co.uk 5458L: squashfs-devel@lists.sourceforge.net (subscribers-only) 5459W: http://squashfs.org.uk 5460S: Maintained 5461F: Documentation/filesystems/squashfs.txt 5462F: fs/squashfs/ 5463 5464SRM (Alpha) environment access 5465P: Jan-Benedict Glaw 5466M: jbglaw@lug-owl.de 5467S: Maintained 5468F: arch/alpha/kernel/srm_env.c 5469 5470STABLE BRANCH 5471P: Greg Kroah-Hartman 5472M: greg@kroah.com 5473P: Chris Wright 5474M: chrisw@sous-sol.org 5475L: stable@kernel.org 5476S: Maintained 5477 5478STAGING SUBSYSTEM 5479P: Greg Kroah-Hartman 5480M: gregkh@suse.de 5481T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 5482S: Maintained 5483F: drivers/staging/ 5484 5485STARFIRE/DURALAN NETWORK DRIVER 5486P: Ion Badulescu 5487M: ionut@cs.columbia.edu 5488S: Maintained 5489F: drivers/net/starfire* 5490 5491STARMODE RADIO IP (STRIP) PROTOCOL DRIVER 5492W: http://mosquitonet.Stanford.EDU/strip.html 5493S: Orphan 5494F: drivers/net/wireless/strip.c 5495F: include/linux/if_strip.h 5496 5497STRADIS MPEG-2 DECODER DRIVER 5498P: Nathan Laredo 5499M: laredo@gnu.org 5500W: http://www.stradis.com/ 5501S: Maintained 5502F: drivers/media/video/stradis.c 5503 5504SUN3/3X 5505P: Sam Creasey 5506M: sammy@sammy.net 5507W: http://sammy.net/sun3/ 5508S: Maintained 5509F: arch/m68k/kernel/*sun3* 5510F: arch/m68k/sun3*/ 5511F: arch/m68k/include/asm/sun3* 5512 5513SUPERH 5514P: Paul Mundt 5515M: lethal@linux-sh.org 5516L: linux-sh@vger.kernel.org 5517W: http://www.linux-sh.org 5518T: git git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6.git 5519S: Supported 5520F: Documentation/sh/ 5521F: arch/sh/ 5522F: drivers/sh/ 5523 5524SUSPEND TO RAM 5525P: Len Brown 5526M: len.brown@intel.com 5527P: Pavel Machek 5528M: pavel@ucw.cz 5529P: Rafael J. Wysocki 5530M: rjw@sisk.pl 5531L: linux-pm@lists.linux-foundation.org 5532S: Supported 5533F: Documentation/power/ 5534F: arch/x86/kernel/acpi/ 5535F: drivers/base/power/ 5536F: kernel/power/ 5537F: include/linux/suspend.h 5538F: include/linux/freezer.h 5539F: include/linux/pm.h 5540 5541SVGA HANDLING 5542P: Martin Mares 5543M: mj@ucw.cz 5544L: linux-video@atrey.karlin.mff.cuni.cz 5545S: Maintained 5546F: Documentation/svga.txt 5547F: arch/x86/boot/video* 5548 5549SYSV FILESYSTEM 5550P: Christoph Hellwig 5551M: hch@infradead.org 5552S: Maintained 5553F: Documentation/filesystems/sysv-fs.txt 5554F: fs/sysv/ 5555F: include/linux/sysv_fs.h 5556 5557TASKSTATS STATISTICS INTERFACE 5558P: Balbir Singh 5559M: balbir@linux.vnet.ibm.com 5560S: Maintained 5561F: Documentation/accounting/taskstats* 5562F: include/linux/taskstats* 5563F: kernel/taskstats.c 5564 5565TC CLASSIFIER 5566P: Jamal Hadi Salim 5567M: hadi@cyberus.ca 5568L: netdev@vger.kernel.org 5569S: Maintained 5570F: include/linux/pkt_cls.h 5571F: include/net/pkt_cls.h 5572F: net/sched/ 5573 5574TCP LOW PRIORITY MODULE 5575P: Wong Hoi Sing, Edison 5576M: hswong3i@gmail.com 5577P: Hung Hing Lun, Mike 5578M: hlhung3i@gmail.com 5579W: http://tcp-lp-mod.sourceforge.net/ 5580S: Maintained 5581F: net/ipv4/tcp_lp.c 5582 5583TEHUTI ETHERNET DRIVER 5584P: Alexander Indenbaum 5585M: baum@tehutinetworks.net 5586P: Andy Gospodarek 5587M: andy@greyhouse.net 5588L: netdev@vger.kernel.org 5589S: Supported 5590F: drivers/net/tehuti* 5591 5592Telecom Clock Driver for MCPL0010 5593P: Mark Gross 5594M: mark.gross@intel.com 5595S: Supported 5596F: drivers/char/tlclk.c 5597 5598TENSILICA XTENSA PORT (xtensa) 5599P: Chris Zankel 5600M: chris@zankel.net 5601S: Maintained 5602F: arch/xtensa/ 5603 5604THINKPAD ACPI EXTRAS DRIVER 5605P: Henrique de Moraes Holschuh 5606M: ibm-acpi@hmh.eng.br 5607L: ibm-acpi-devel@lists.sourceforge.net 5608W: http://ibm-acpi.sourceforge.net 5609W: http://thinkwiki.org/wiki/Ibm-acpi 5610T: git git://repo.or.cz/linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git 5611S: Maintained 5612F: drivers/platform/x86/thinkpad_acpi.c 5613 5614TI FLASH MEDIA INTERFACE DRIVER 5615P: Alex Dubov 5616M: oakad@yahoo.com 5617S: Maintained 5618F: drivers/misc/tifm* 5619F: drivers/mmc/host/tifm_sd.c 5620F: include/linux/tifm.h 5621 5622TIPC NETWORK LAYER 5623P: Per Liden 5624M: per.liden@ericsson.com 5625P: Jon Maloy 5626M: jon.maloy@ericsson.com 5627P: Allan Stephens 5628M: allan.stephens@windriver.com 5629L: tipc-discussion@lists.sourceforge.net 5630W: http://tipc.sourceforge.net/ 5631W: http://tipc.cslab.ericsson.net/ 5632T: git git://tipc.cslab.ericsson.net/pub/git/tipc.git 5633S: Maintained 5634F: include/linux/tipc*.h 5635F: include/net/tipc/ 5636F: net/tipc/ 5637 5638TLAN NETWORK DRIVER 5639P: Samuel Chessman 5640M: chessman@tux.org 5641L: tlan-devel@lists.sourceforge.net (subscribers-only) 5642W: http://sourceforge.net/projects/tlan/ 5643S: Maintained 5644F: Documentation/networking/tlan.txt 5645F: drivers/net/tlan.* 5646 5647TOMOYO SECURITY MODULE 5648P: Kentaro Takeda 5649M: takedakn@nttdata.co.jp 5650P: Tetsuo Handa 5651M: penguin-kernel@I-love.SAKURA.ne.jp 5652L: tomoyo-users-en@lists.sourceforge.jp (subscribers-only, for developers and users in English) 5653L: tomoyo-dev@lists.sourceforge.jp (subscribers-only, for developers in Japanese) 5654L: tomoyo-users@lists.sourceforge.jp (subscribers-only, for users in Japanese) 5655W: http://tomoyo.sourceforge.jp/ 5656T: quilt http://svn.sourceforge.jp/svnroot/tomoyo/trunk/2.2.x/tomoyo-lsm/patches/ 5657S: Maintained 5658F: security/tomoyo/ 5659 5660TOSHIBA ACPI EXTRAS DRIVER 5661S: Orphan 5662F: drivers/platform/x86/toshiba_acpi.c 5663 5664TOSHIBA SMM DRIVER 5665P: Jonathan Buzzard 5666M: jonathan@buzzard.org.uk 5667L: tlinux-users@tce.toshiba-dme.co.jp 5668W: http://www.buzzard.org.uk/toshiba/ 5669S: Maintained 5670F: drivers/char/toshiba.c 5671F: include/linux/toshiba.h 5672 5673TMIO MMC DRIVER 5674P: Ian Molton 5675M: ian@mnementh.co.uk 5676S: Maintained 5677F: drivers/mmc/host/tmio_mmc.* 5678 5679TMPFS (SHMEM FILESYSTEM) 5680P: Hugh Dickins 5681M: hugh.dickins@tiscali.co.uk 5682L: linux-mm@kvack.org 5683S: Maintained 5684F: include/linux/shmem_fs.h 5685F: mm/shmem.c 5686 5687TPM DEVICE DRIVER 5688P: Debora Velarde 5689M: debora@linux.vnet.ibm.com 5690P: Rajiv Andrade 5691M: srajiv@linux.vnet.ibm.com 5692W: http://tpmdd.sourceforge.net 5693P: Marcel Selhorst 5694M: m.selhorst@sirrix.com 5695W: http://www.sirrix.com 5696L: tpmdd-devel@lists.sourceforge.net (moderated for non-subscribers) 5697S: Maintained 5698F: drivers/char/tpm/ 5699 5700TRIVIAL PATCHES 5701P: Jiri Kosina 5702M: trivial@kernel.org 5703T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial.git 5704S: Maintained 5705F: drivers/char/tty_* 5706F: drivers/serial/serial_core.c 5707F: include/linux/serial_core.h 5708F: include/linux/serial.h 5709F: include/linux/tty.h 5710 5711TTY LAYER 5712P: Alan Cox 5713M: alan@lxorguk.ukuu.org.uk 5714S: Maintained 5715T: stgit http://zeniv.linux.org.uk/~alan/ttydev/ 5716 5717TULIP NETWORK DRIVERS 5718P: Grant Grundler 5719M: grundler@parisc-linux.org 5720P: Kyle McMartin 5721M: kyle@mcmartin.ca 5722L: netdev@vger.kernel.org 5723S: Maintained 5724F: drivers/net/tulip/ 5725 5726TUN/TAP driver 5727P: Maxim Krasnyansky 5728M: maxk@qualcomm.com 5729L: vtun@office.satix.net 5730W: http://vtun.sourceforge.net/tun 5731S: Maintained 5732F: Documentation/networking/tuntap.txt 5733F: arch/um/os-Linux/drivers/ 5734 5735TURBOCHANNEL SUBSYSTEM 5736P: Maciej W. Rozycki 5737M: macro@linux-mips.org 5738S: Maintained 5739F: drivers/tc/ 5740F: include/linux/tc.h 5741 5742U14-34F SCSI DRIVER 5743P: Dario Ballabio 5744M: ballabio_dario@emc.com 5745L: linux-scsi@vger.kernel.org 5746S: Maintained 5747F: drivers/scsi/u14-34f.c 5748 5749UBI FILE SYSTEM (UBIFS) 5750P: Artem Bityutskiy 5751M: dedekind@infradead.org 5752P: Adrian Hunter 5753M: ext-adrian.hunter@nokia.com 5754L: linux-mtd@lists.infradead.org 5755T: git git://git.infradead.org/ubifs-2.6.git 5756W: http://www.linux-mtd.infradead.org/doc/ubifs.html 5757S: Maintained 5758F: Documentation/filesystems/ubifs.txt 5759F: fs/ubifs/ 5760 5761UCLINUX (AND M68KNOMMU) 5762P: Greg Ungerer 5763M: gerg@uclinux.org 5764W: http://www.uclinux.org/ 5765L: uclinux-dev@uclinux.org (subscribers-only) 5766S: Maintained 5767F: arch/m68knommu/ 5768 5769UCLINUX FOR RENESAS H8/300 (H8300) 5770P: Yoshinori Sato 5771M: ysato@users.sourceforge.jp 5772W: http://uclinux-h8.sourceforge.jp/ 5773S: Supported 5774 5775UDF FILESYSTEM 5776P: Jan Kara 5777M: jack@suse.cz 5778W: http://linux-udf.sourceforge.net 5779S: Maintained 5780F: Documentation/filesystems/udf.txt 5781F: fs/udf/ 5782 5783UFS FILESYSTEM 5784P: Evgeniy Dushistov 5785M: dushistov@mail.ru 5786S: Maintained 5787F: Documentation/filesystems/ufs.txt 5788F: fs/ufs/ 5789 5790ULTRA-WIDEBAND (UWB) SUBSYSTEM: 5791P: David Vrabel 5792M: david.vrabel@csr.com 5793L: linux-usb@vger.kernel.org 5794S: Supported 5795F: drivers/uwb/* 5796F: include/linux/uwb.h 5797F: include/linux/uwb/ 5798 5799UNIFORM CDROM DRIVER 5800P: Jens Axboe 5801M: axboe@kernel.dk 5802W: http://www.kernel.dk 5803S: Maintained 5804F: Documentation/cdrom/ 5805F: drivers/cdrom/cdrom.c 5806F: include/linux/cdrom.h 5807 5808UNSORTED BLOCK IMAGES (UBI) 5809P: Artem Bityutskiy 5810M: dedekind@infradead.org 5811W: http://www.linux-mtd.infradead.org/ 5812L: linux-mtd@lists.infradead.org 5813T: git git://git.infradead.org/ubi-2.6.git 5814S: Maintained 5815F: drivers/mtd/ubi/ 5816F: include/linux/mtd/ubi.h 5817F: include/mtd/ubi-user.h 5818 5819USB ACM DRIVER 5820P: Oliver Neukum 5821M: oliver@neukum.name 5822L: linux-usb@vger.kernel.org 5823S: Maintained 5824F: Documentation/usb/acm.txt 5825F: drivers/usb/class/cdc-acm.* 5826 5827USB BLOCK DRIVER (UB ub) 5828P: Pete Zaitcev 5829M: zaitcev@redhat.com 5830L: linux-usb@vger.kernel.org 5831S: Supported 5832F: drivers/block/ub.c 5833 5834USB CDC ETHERNET DRIVER 5835P: Greg Kroah-Hartman 5836M: greg@kroah.com 5837L: linux-usb@vger.kernel.org 5838S: Maintained 5839W: http://www.kroah.com/linux-usb/ 5840F: drivers/net/usb/cdc_*.c 5841F: include/linux/usb/cdc.h 5842 5843USB CYPRESS C67X00 DRIVER 5844P: Peter Korsgaard 5845M: jacmet@sunsite.dk 5846L: linux-usb@vger.kernel.org 5847S: Maintained 5848F: drivers/usb/c67x00/ 5849 5850USB DAVICOM DM9601 DRIVER 5851P: Peter Korsgaard 5852M: jacmet@sunsite.dk 5853L: netdev@vger.kernel.org 5854W: http://www.linux-usb.org/usbnet 5855S: Maintained 5856F: drivers/net/usb/dm9601.c 5857 5858USB DIAMOND RIO500 DRIVER 5859P: Cesar Miquel 5860M: miquel@df.uba.ar 5861L: rio500-users@lists.sourceforge.net 5862W: http://rio500.sourceforge.net 5863S: Maintained 5864F: drivers/usb/misc/rio500* 5865 5866USB EHCI DRIVER 5867P: David Brownell 5868M: dbrownell@users.sourceforge.net 5869L: linux-usb@vger.kernel.org 5870S: Odd Fixes 5871F: Documentation/usb/ehci.txt 5872F: drivers/usb/host/ehci* 5873 5874USB ET61X[12]51 DRIVER 5875P: Luca Risolia 5876M: luca.risolia@studio.unibo.it 5877L: linux-usb@vger.kernel.org 5878L: linux-media@vger.kernel.org 5879T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 5880W: http://www.linux-projects.org 5881S: Maintained 5882F: drivers/media/video/et61x251/ 5883 5884USB GADGET/PERIPHERAL SUBSYSTEM 5885P: David Brownell 5886M: dbrownell@users.sourceforge.net 5887L: linux-usb@vger.kernel.org 5888W: http://www.linux-usb.org/gadget 5889S: Maintained 5890F: drivers/usb/gadget/ 5891F: include/linux/usb/gadget* 5892 5893USB HID/HIDBP DRIVERS (USB KEYBOARDS, MICE, REMOTE CONTROLS, ...) 5894P: Jiri Kosina 5895M: jkosina@suse.cz 5896L: linux-usb@vger.kernel.org 5897T: git git://git.kernel.org/pub/scm/linux/kernel/git/jikos/hid.git 5898S: Maintained 5899F: Documentation/usb/hiddev.txt 5900F: drivers/hid/usbhid/ 5901 5902USB ISP116X DRIVER 5903P: Olav Kongas 5904M: ok@artecdesign.ee 5905L: linux-usb@vger.kernel.org 5906S: Maintained 5907F: drivers/usb/host/isp116x* 5908F: include/linux/usb/isp116x.h 5909 5910USB KAWASAKI LSI DRIVER 5911P: Oliver Neukum 5912M: oliver@neukum.name 5913L: linux-usb@vger.kernel.org 5914S: Maintained 5915F: drivers/usb/serial/kl5kusb105.* 5916 5917USB MASS STORAGE DRIVER 5918P: Matthew Dharm 5919M: mdharm-usb@one-eyed-alien.net 5920L: linux-usb@vger.kernel.org 5921L: usb-storage@lists.one-eyed-alien.net 5922S: Maintained 5923W: http://www.one-eyed-alien.net/~mdharm/linux-usb/ 5924F: drivers/usb/storage/ 5925 5926USB OHCI DRIVER 5927P: David Brownell 5928M: dbrownell@users.sourceforge.net 5929L: linux-usb@vger.kernel.org 5930S: Odd Fixes 5931F: Documentation/usb/ohci.txt 5932F: drivers/usb/host/ohci* 5933 5934USB OPTION-CARD DRIVER 5935P: Matthias Urlichs 5936M: smurf@smurf.noris.de 5937L: linux-usb@vger.kernel.org 5938S: Maintained 5939F: drivers/usb/serial/option.c 5940 5941USB OV511 DRIVER 5942P: Mark McClelland 5943M: mmcclell@bigfoot.com 5944L: linux-usb@vger.kernel.org 5945W: http://alpha.dyndns.org/ov511/ 5946S: Maintained 5947F: drivers/media/video/ov511.* 5948 5949USB PEGASUS DRIVER 5950P: Petko Manolov 5951M: petkan@users.sourceforge.net 5952L: linux-usb@vger.kernel.org 5953L: netdev@vger.kernel.org 5954W: http://pegasus2.sourceforge.net/ 5955S: Maintained 5956F: drivers/net/usb/pegasus.* 5957 5958USB PRINTER DRIVER (usblp) 5959P: Pete Zaitcev 5960M: zaitcev@redhat.com 5961L: linux-usb@vger.kernel.org 5962S: Supported 5963F: drivers/usb/class/usblp.c 5964 5965USB RTL8150 DRIVER 5966P: Petko Manolov 5967M: petkan@users.sourceforge.net 5968L: linux-usb@vger.kernel.org 5969L: netdev@vger.kernel.org 5970W: http://pegasus2.sourceforge.net/ 5971S: Maintained 5972F: drivers/net/usb/rtl8150.c 5973 5974USB SE401 DRIVER 5975P: Jeroen Vreeken 5976M: pe1rxq@amsat.org 5977L: linux-usb@vger.kernel.org 5978W: http://www.chello.nl/~j.vreeken/se401/ 5979S: Maintained 5980F: Documentation/video4linux/se401.txt 5981F: drivers/media/video/se401.* 5982 5983USB SERIAL BELKIN F5U103 DRIVER 5984P: William Greathouse 5985M: wgreathouse@smva.com 5986L: linux-usb@vger.kernel.org 5987S: Maintained 5988F: drivers/usb/serial/belkin_sa.* 5989 5990USB SERIAL CYPRESS M8 DRIVER 5991P: Lonnie Mendez 5992M: dignome@gmail.com 5993L: linux-usb@vger.kernel.org 5994S: Maintained 5995W: http://geocities.com/i0xox0i 5996W: http://firstlight.net/cvs 5997F: drivers/usb/serial/cypress_m8.* 5998 5999USB SERIAL CYBERJACK DRIVER 6000P: Matthias Bruestle and Harald Welte 6001M: support@reiner-sct.com 6002W: http://www.reiner-sct.de/support/treiber_cyberjack.php 6003S: Maintained 6004F: drivers/usb/serial/cyberjack.c 6005 6006USB SERIAL DIGI ACCELEPORT DRIVER 6007P: Peter Berger and Al Borchers 6008M: pberger@brimson.com 6009M: alborchers@steinerpoint.com 6010L: linux-usb@vger.kernel.org 6011S: Maintained 6012F: drivers/usb/serial/digi_acceleport.c 6013 6014USB SERIAL DRIVER 6015P: Greg Kroah-Hartman 6016M: gregkh@suse.de 6017L: linux-usb@vger.kernel.org 6018S: Supported 6019F: Documentation/usb/usb-serial.txt 6020F: drivers/usb/serial/generic.c 6021F: drivers/usb/serial/usb-serial.c 6022F: include/linux/usb/serial.h 6023 6024USB SERIAL EMPEG EMPEG-CAR MARK I/II DRIVER 6025P: Gary Brubaker 6026M: xavyer@ix.netcom.com 6027L: linux-usb@vger.kernel.org 6028S: Maintained 6029F: drivers/usb/serial/empeg.c 6030 6031USB SERIAL KEYSPAN DRIVER 6032P: Greg Kroah-Hartman 6033M: greg@kroah.com 6034L: linux-usb@vger.kernel.org 6035W: http://www.kroah.com/linux/ 6036S: Maintained 6037F: drivers/usb/serial/*keyspan* 6038 6039USB SERIAL WHITEHEAT DRIVER 6040P: Support Department 6041M: support@connecttech.com 6042L: linux-usb@vger.kernel.org 6043W: http://www.connecttech.com 6044S: Supported 6045F: drivers/usb/serial/whiteheat* 6046 6047USB SMSC95XX ETHERNET DRIVER 6048P: Steve Glendinning 6049M: steve.glendinning@smsc.com 6050L: netdev@vger.kernel.org 6051S: Supported 6052F: drivers/net/usb/smsc95xx.* 6053 6054USB SN9C1xx DRIVER 6055P: Luca Risolia 6056M: luca.risolia@studio.unibo.it 6057L: linux-usb@vger.kernel.org 6058L: linux-media@vger.kernel.org 6059T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 6060W: http://www.linux-projects.org 6061S: Maintained 6062F: Documentation/video4linux/sn9c102.txt 6063F: drivers/media/video/sn9c102/ 6064 6065USB SUBSYSTEM 6066P: Greg Kroah-Hartman 6067M: gregkh@suse.de 6068L: linux-usb@vger.kernel.org 6069W: http://www.linux-usb.org 6070T: quilt kernel.org/pub/linux/kernel/people/gregkh/gregkh-2.6/ 6071S: Supported 6072F: Documentation/usb/ 6073F: drivers/net/usb/ 6074F: drivers/usb/ 6075F: include/linux/usb.h 6076F: include/linux/usb/ 6077 6078USB UHCI DRIVER 6079P: Alan Stern 6080M: stern@rowland.harvard.edu 6081L: linux-usb@vger.kernel.org 6082S: Maintained 6083F: drivers/usb/host/uhci* 6084 6085USB "USBNET" DRIVER FRAMEWORK 6086P: David Brownell 6087M: dbrownell@users.sourceforge.net 6088L: netdev@vger.kernel.org 6089W: http://www.linux-usb.org/usbnet 6090S: Maintained 6091F: drivers/net/usb/usbnet.c 6092F: include/linux/usb/usbnet.h 6093 6094USB VIDEO CLASS 6095P: Laurent Pinchart 6096M: laurent.pinchart@skynet.be 6097L: linux-uvc-devel@lists.berlios.de (subscribers-only) 6098L: linux-media@vger.kernel.org 6099T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 6100W: http://linux-uvc.berlios.de 6101S: Maintained 6102F: drivers/media/video/uvc/ 6103 6104USB W996[87]CF DRIVER 6105P: Luca Risolia 6106M: luca.risolia@studio.unibo.it 6107L: linux-usb@vger.kernel.org 6108L: linux-media@vger.kernel.org 6109T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 6110W: http://www.linux-projects.org 6111S: Maintained 6112F: Documentation/video4linux/w9968cf.txt 6113F: drivers/media/video/w996* 6114 6115USB WIRELESS RNDIS DRIVER (rndis_wlan) 6116P: Jussi Kivilinna 6117M: jussi.kivilinna@mbnet.fi 6118L: linux-wireless@vger.kernel.org 6119S: Maintained 6120F: drivers/net/wireless/rndis_wlan.c 6121 6122USB XHCI DRIVER 6123P: Sarah Sharp 6124M: sarah.a.sharp@intel.com 6125L: linux-usb@vger.kernel.org 6126S: Supported 6127 6128USB ZC0301 DRIVER 6129P: Luca Risolia 6130M: luca.risolia@studio.unibo.it 6131L: linux-usb@vger.kernel.org 6132L: linux-media@vger.kernel.org 6133T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 6134W: http://www.linux-projects.org 6135S: Maintained 6136F: Documentation/video4linux/zc0301.txt 6137F: drivers/media/video/zc0301/ 6138 6139USB ZD1201 DRIVER 6140P: Jeroen Vreeken 6141M: pe1rxq@amsat.org 6142L: linux-usb@vger.kernel.org 6143W: http://linux-lc100020.sourceforge.net 6144S: Maintained 6145F: drivers/net/wireless/zd1201.* 6146 6147USB ZR364XX DRIVER 6148P: Antoine Jacquet 6149M: royale@zerezo.com 6150L: linux-usb@vger.kernel.org 6151L: linux-media@vger.kernel.org 6152T: git git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6.git 6153W: http://royale.zerezo.com/zr364xx/ 6154S: Maintained 6155F: Documentation/video4linux/zr364xx.txt 6156F: drivers/media/video/zr364xx.c 6157 6158USER-MODE LINUX (UML) 6159P: Jeff Dike 6160M: jdike@addtoit.com 6161L: user-mode-linux-devel@lists.sourceforge.net 6162L: user-mode-linux-user@lists.sourceforge.net 6163W: http://user-mode-linux.sourceforge.net 6164S: Maintained 6165F: Documentation/uml/ 6166F: arch/um/ 6167F: fs/hostfs/ 6168F: fs/hppfs/ 6169 6170USERSPACE I/O (UIO) 6171P: Hans J. Koch 6172M: hjk@linutronix.de 6173P: Greg Kroah-Hartman 6174M: gregkh@suse.de 6175S: Maintained 6176F: Documentation/DocBook/uio-howto.tmpl 6177F: drivers/uio/ 6178F: include/linux/uio*.h 6179 6180UTIL-LINUX-NG PACKAGE 6181P: Karel Zak 6182M: kzak@redhat.com 6183L: util-linux-ng@vger.kernel.org 6184W: http://kernel.org/~kzak/util-linux-ng/ 6185T: git git://git.kernel.org/pub/scm/utils/util-linux-ng/util-linux-ng.git 6186S: Maintained 6187 6188UVESAFB DRIVER 6189P: Michal Januszewski 6190M: spock@gentoo.org 6191L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 6192W: http://dev.gentoo.org/~spock/projects/uvesafb/ 6193S: Maintained 6194F: Documentation/fb/uvesafb.txt 6195F: drivers/video/uvesafb.* 6196 6197VFAT/FAT/MSDOS FILESYSTEM 6198P: OGAWA Hirofumi 6199M: hirofumi@mail.parknet.co.jp 6200S: Maintained 6201F: Documentation/filesystems/vfat.txt 6202F: fs/fat/ 6203 6204VIA RHINE NETWORK DRIVER 6205P: Roger Luethi 6206M: rl@hellgate.ch 6207S: Maintained 6208F: drivers/net/via-rhine.c 6209 6210VIAPRO SMBUS DRIVER 6211P: Jean Delvare 6212M: khali@linux-fr.org 6213L: linux-i2c@vger.kernel.org 6214S: Maintained 6215F: Documentation/i2c/busses/i2c-viapro 6216F: drivers/i2c/busses/i2c-viapro.c 6217 6218VIA UNICHROME(PRO)/CHROME9 FRAMEBUFFER DRIVER 6219P: Joseph Chan 6220M: JosephChan@via.com.tw 6221P: Scott Fang 6222M: ScottFang@viatech.com.cn 6223L: linux-fbdev-devel@lists.sourceforge.net (moderated for non-subscribers) 6224S: Maintained 6225F: drivers/video/via/ 6226 6227VIA VELOCITY NETWORK DRIVER 6228P: Francois Romieu 6229M: romieu@fr.zoreil.com 6230L: netdev@vger.kernel.org 6231S: Maintained 6232F: drivers/net/via-velocity.* 6233 6234VLAN (802.1Q) 6235P: Patrick McHardy 6236M: kaber@trash.net 6237L: netdev@vger.kernel.org 6238S: Maintained 6239F: drivers/net/macvlan.c 6240F: include/linux/if_*vlan.h 6241F: net/8021q/ 6242 6243VLYNQ BUS 6244P: Florian Fainelli 6245M: florian@openwrt.org 6246L: openwrt-devel@lists.openwrt.org 6247S: Maintained 6248F: drivers/vlynq/vlynq.c 6249F: include/linux/vlynq.h 6250 6251VOLTAGE AND CURRENT REGULATOR FRAMEWORK 6252P: Liam Girdwood 6253M: lrg@slimlogic.co.uk 6254P: Mark Brown 6255M: broonie@opensource.wolfsonmicro.com 6256W: http://opensource.wolfsonmicro.com/node/15 6257W: http://www.slimlogic.co.uk/?p=48 6258T: git git://git.kernel.org/pub/scm/linux/kernel/git/lrg/voltage-2.6.git 6259S: Supported 6260F: drivers/regulator/ 6261F: include/linux/regulator/ 6262 6263VT1211 HARDWARE MONITOR DRIVER 6264P: Juerg Haefliger 6265M: juergh@gmail.com 6266L: lm-sensors@lm-sensors.org 6267S: Maintained 6268F: Documentation/hwmon/vt1211 6269F: drivers/hwmon/vt1211.c 6270 6271VT8231 HARDWARE MONITOR DRIVER 6272P: Roger Lucas 6273M: vt8231@hiddenengine.co.uk 6274L: lm-sensors@lm-sensors.org 6275S: Maintained 6276F: drivers/hwmon/vt8231.c 6277 6278W1 DALLAS'S 1-WIRE BUS 6279P: Evgeniy Polyakov 6280M: johnpol@2ka.mipt.ru 6281S: Maintained 6282F: Documentation/w1/ 6283F: drivers/w1/ 6284 6285W83791D HARDWARE MONITORING DRIVER 6286P: Marc Hulsman 6287M: m.hulsman@tudelft.nl 6288L: lm-sensors@lm-sensors.org 6289S: Maintained 6290F: Documentation/hwmon/w83791d 6291F: drivers/hwmon/w83791d.c 6292 6293W83793 HARDWARE MONITORING DRIVER 6294P: Rudolf Marek 6295M: r.marek@assembler.cz 6296L: lm-sensors@lm-sensors.org 6297S: Maintained 6298F: Documentation/hwmon/w83793 6299F: drivers/hwmon/w83793.c 6300 6301W83L51xD SD/MMC CARD INTERFACE DRIVER 6302P: Pierre Ossman 6303M: pierre@ossman.eu 6304S: Maintained 6305F: drivers/mmc/host/wbsd.* 6306 6307WATCHDOG DEVICE DRIVERS 6308P: Wim Van Sebroeck 6309M: wim@iguana.be 6310T: git git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog.git 6311S: Maintained 6312F: Documentation/watchdog/ 6313F: drivers/watchdog/ 6314F: include/linux/watchdog.h 6315 6316WAVELAN NETWORK DRIVER & WIRELESS EXTENSIONS 6317P: Jean Tourrilhes 6318M: jt@hpl.hp.com 6319L: linux-wireless@vger.kernel.org 6320W: http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/ 6321S: Maintained 6322F: Documentation/networking/wavelan.txt 6323F: drivers/net/wireless/wavelan* 6324 6325WD7000 SCSI DRIVER 6326P: Miroslav Zagorac 6327M: zaga@fly.cc.fer.hr 6328L: linux-scsi@vger.kernel.org 6329S: Maintained 6330F: drivers/scsi/wd7000.c 6331 6332WIMAX STACK 6333P: Inaky Perez-Gonzalez 6334M: inaky.perez-gonzalez@intel.com 6335M: linux-wimax@intel.com 6336L: wimax@linuxwimax.org 6337S: Supported 6338W: http://linuxwimax.org 6339 6340WIMEDIA LLC PROTOCOL (WLP) SUBSYSTEM 6341P: David Vrabel 6342M: david.vrabel@csr.com 6343S: Maintained 6344F: include/linux/wlp.h 6345F: drivers/uwb/wlp/ 6346 6347WISTRON LAPTOP BUTTON DRIVER 6348P: Miloslav Trmac 6349M: mitr@volny.cz 6350S: Maintained 6351F: drivers/input/misc/wistron_btns.c 6352 6353WL3501 WIRELESS PCMCIA CARD DRIVER 6354P: Arnaldo Carvalho de Melo 6355M: acme@ghostprotocols.net 6356L: linux-wireless@vger.kernel.org 6357W: http://oops.ghostprotocols.net:81/blog 6358S: Maintained 6359F: drivers/net/wireless/wl3501* 6360 6361WM97XX TOUCHSCREEN DRIVERS 6362P: Mark Brown 6363M: broonie@opensource.wolfsonmicro.com 6364P: Liam Girdwood 6365M: lrg@slimlogic.co.uk 6366L: linux-input@vger.kernel.org 6367T: git git://opensource.wolfsonmicro.com/linux-2.6-touch 6368W: http://opensource.wolfsonmicro.com/node/7 6369S: Supported 6370F: drivers/input/touchscreen/*wm97* 6371F: include/linux/wm97xx.h 6372 6373X.25 NETWORK LAYER 6374P: Henner Eisen 6375M: eis@baty.hanse.de 6376L: linux-x25@vger.kernel.org 6377S: Maintained 6378F: Documentation/networking/x25* 6379F: include/net/x25* 6380F: net/x25/ 6381 6382X86 ARCHITECTURE (32-BIT AND 64-BIT) 6383P: Thomas Gleixner 6384M: tglx@linutronix.de 6385P: Ingo Molnar 6386M: mingo@redhat.com 6387P: H. Peter Anvin 6388M: hpa@zytor.com 6389M: x86@kernel.org 6390T: git git://git.kernel.org/pub/scm/linux/kernel/git/x86/linux-2.6-x86.git 6391S: Maintained 6392F: Documentation/x86/ 6393F: arch/x86/ 6394 6395XEN HYPERVISOR INTERFACE 6396P: Jeremy Fitzhardinge 6397M: jeremy@xensource.com 6398P: Chris Wright 6399M: chrisw@sous-sol.org 6400L: virtualization@lists.osdl.org 6401L: xen-devel@lists.xensource.com 6402S: Supported 6403F: arch/x86/xen/ 6404F: drivers/*/xen-*front.c 6405F: drivers/xen/ 6406F: arch/x86/include/asm/xen/ 6407F: include/xen/ 6408 6409XFS FILESYSTEM 6410P: Silicon Graphics Inc 6411P: Felix Blyakher 6412M: felixb@sgi.com 6413M: xfs-masters@oss.sgi.com 6414L: xfs@oss.sgi.com 6415W: http://oss.sgi.com/projects/xfs 6416T: git git://oss.sgi.com/xfs/xfs.git 6417S: Supported 6418F: Documentation/filesystems/xfs.txt 6419F: fs/xfs/ 6420 6421XILINX SYSTEMACE DRIVER 6422P: Grant Likely 6423M: grant.likely@secretlab.ca 6424W: http://www.secretlab.ca/ 6425S: Maintained 6426F: drivers/block/xsysace.c 6427 6428XILINX UARTLITE SERIAL DRIVER 6429P: Peter Korsgaard 6430M: jacmet@sunsite.dk 6431L: linux-serial@vger.kernel.org 6432S: Maintained 6433F: drivers/serial/uartlite.c 6434 6435YAM DRIVER FOR AX.25 6436P: Jean-Paul Roubelat 6437M: jpr@f6fbb.org 6438L: linux-hams@vger.kernel.org 6439S: Maintained 6440F: drivers/net/hamradio/yam* 6441F: include/linux/yam.h 6442 6443YEALINK PHONE DRIVER 6444P: Henk Vergonet 6445M: Henk.Vergonet@gmail.com 6446L: usbb2k-api-dev@nongnu.org 6447S: Maintained 6448F: Documentation/input/yealink.txt 6449F: drivers/input/misc/yealink.* 6450 6451Z8530 DRIVER FOR AX.25 6452P: Joerg Reuter 6453M: jreuter@yaina.de 6454W: http://yaina.de/jreuter/ 6455W: http://www.qsl.net/dl1bke/ 6456L: linux-hams@vger.kernel.org 6457S: Maintained 6458F: Documentation/networking/z8530drv.txt 6459F: drivers/net/hamradio/*scc.c 6460F: drivers/net/hamradio/z8530.h 6461 6462ZD1211RW WIRELESS DRIVER 6463P: Daniel Drake 6464M: dsd@gentoo.org 6465P: Ulrich Kunitz 6466M: kune@deine-taler.de 6467W: http://zd1211.ath.cx/wiki/DriverRewrite 6468L: linux-wireless@vger.kernel.org 6469L: zd1211-devs@lists.sourceforge.net (subscribers-only) 6470S: Maintained 6471F: drivers/net/wireless/zd1211rw/ 6472 6473ZR36067 VIDEO FOR LINUX DRIVER 6474L: mjpeg-users@lists.sourceforge.net 6475L: linux-media@vger.kernel.org 6476W: http://mjpeg.sourceforge.net/driver-zoran/ 6477T: Mercurial http://linuxtv.org/hg/v4l-dvb 6478S: Odd Fixes 6479F: drivers/media/video/zoran/ 6480 6481ZS DECSTATION Z85C30 SERIAL DRIVER 6482P: Maciej W. Rozycki 6483M: macro@linux-mips.org 6484S: Maintained 6485F: drivers/serial/zs.* 6486 6487THE REST 6488P: Linus Torvalds 6489M: torvalds@linux-foundation.org 6490L: linux-kernel@vger.kernel.org 6491T: git git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git 6492S: Buried alive in reporters 6493F: * 6494F: */ 6495