aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci
AgeCommit message (Expand)AuthorFilesLines
2017-06-28PM / core: Drop run_wake flag from struct dev_pm_infoRafael J. Wysocki3-8/+5
2017-06-28PCI / PM: Simplify device wakeup settings codeRafael J. Wysocki5-44/+16
2017-06-28PCI / PM: Drop pme_interrupt flag from struct pci_devRafael J. Wysocki2-61/+21
2017-06-28ACPI / PM: Consolidate device wakeup settings codeRafael J. Wysocki1-6/+6
2017-06-28ACPI / PM: Drop run_wake from struct acpi_device_wakeup_flagsRafael J. Wysocki1-2/+1
2017-06-27switchtec: Add device IDs for additional Switchtec productsLogan Gunthorpe1-0/+18
2017-06-27switchtec: Add "running" status flag to fw partition info ioctlLogan Gunthorpe1-2/+20
2017-06-22irqchip/MSI: Use irq_domain_update_bus_token instead of an open coded accessMarc Zyngier1-1/+1
2017-06-22PCI/vmd: Create named irq domainThomas Gleixner1-1/+7
2017-06-22Merge branch 'uuid-types'Rafael J. Wysocki2-9/+8
2017-06-19PCI: Add sysfs max_link_speed/width, current_link_speed/width, etcWong Vee Khee1-4/+195
2017-06-16PCI/portdrv: Allocate MSI/MSI-X vector for Downstream Port ContainmentGabriele Paoloni1-0/+27
2017-06-16PCI/portdrv: Support multiple interrupts for MSI as well as MSI-XGabriele Paoloni2-35/+49
2017-06-16PCI: Test INTx masking during enumeration, not at run-timePiotr Gregor2-41/+31
2017-06-14PCI: Protect pci_error_handlers->reset_notify() usage with device_lock()Christoph Hellwig1-8/+18
2017-06-15PCI / PM: Restore PME Enable if skipping wakeup setupRafael J. Wysocki1-2/+24
2017-06-15ACPI / PM: Run wakeup notify handlers synchronouslyRafael J. Wysocki1-10/+7
2017-06-14PCI: Protect pci_driver->sriov_configure() usage with device_lock()Jakub Kicinski3-8/+2
2017-06-13PCI: Add domain number check to find_smbios_instance_string()Sujith Pandel1-2/+5
2017-06-13PCI: Correct PCI_STD_RESOURCE_END usageBjorn Helgaas1-1/+1
2017-06-12PCI: Mark Intel XXV710 NIC INTx masking as brokenAlex Williamson1-0/+4
2017-06-12PCI: endpoint: Select CRC32 to fix test build errorRandy Dunlap1-0/+1
2017-06-12PCI: pci-driver: convert to use DRIVER_ATTR_WOGreg Kroah-Hartman1-4/+4
2017-06-07ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()Andy Shevchenko2-9/+8
2017-05-30PCI: Restore PRI and PASID state after Function-Level ResetCQ Tang2-16/+51
2017-05-30PCI: Cache PRI and PASID bits in pci_devJean-Philippe Brucker1-0/+23
2017-05-26PCI: Make error code types consistent in pci_{read,write}_config_*Brian Norris1-6/+6
2017-05-26PCI: Replace the racy recursion preventionThomas Gleixner1-22/+25
2017-05-26PCI: Use cpu_hotplug_disable() instead of get_online_cpus()Thomas Gleixner1-2/+2
2017-05-23PCI/PM: Add needs_resume flag to avoid suspend complete optimizationImre Deak1-1/+2
2017-05-22PCI/DPC: Fix control register settingKeith Busch1-1/+1
2017-05-22PCI/DPC: Skip DPC event if device is not presentKeith Busch1-1/+1
2017-05-22PCI: imx6: Fix config read timeout handlingLucas Stach1-3/+30
2017-05-22switchtec: Fix minor bug with partition ID registerLogan Gunthorpe1-1/+4
2017-05-22switchtec: Use new cdev_device_add() helper functionLogan Gunthorpe1-9/+2
2017-05-22PCI: endpoint: Make PCI_ENDPOINT depend on HAS_DMAGeert Uytterhoeven1-0/+1
2017-05-22PCI/MSI: Ignore affinity if pre/post vector count is more than min_vecsMichael Hernandez1-12/+2
2017-05-17PCI: Do not disregard parent resources starting at 0x0Ard Biesheuvel1-1/+1
2017-05-10Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds1-1/+1
2017-05-09Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-28/+0
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds65-496/+6354
2017-05-04Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm/smmu', 'arm/core', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel9-53/+98
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-0/+23
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-21/+0
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2017-04-28PCI: Don't allow unbinding host controllers that aren't preparedBrian Norris13-0/+14
2017-04-28Merge branch 'pci/virtualization' into nextBjorn Helgaas6-39/+93
2017-04-28Merge branch 'pci/resource-mmap' into nextBjorn Helgaas5-60/+162
2017-04-28Merge branch 'pci/resource' into nextBjorn Helgaas4-30/+86
2017-04-28Merge branch 'pci/pm' into nextBjorn Helgaas1-6/+9