summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-05-06Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-05-02PCI/LINK: Add Kconfig option (default off)Keith Busch
2019-05-01PCI/portdrv: Use shared MSI/MSI-X vector for Bandwidth ManagementAlex Williamson
2019-04-24x86/pci: Clean up usage of X86_DEV_DMA_OPSChristoph Hellwig
2019-04-12PCI: Fix issue with "pci=disable_acs_redir" parameter being ignoredLogan Gunthorpe
2019-04-10PCI: pciehp: Ignore Link State Changes after powering off a slotSergey Miroshnichenko
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-05PCI: Add function 1 DMA alias quirk for Marvell 9170 SATA controllerAndre Przywara
2019-03-25PCI/LINK: Deduplicate bandwidth reports for multi-function devicesLukas Wunner
2019-03-25PCI/LINK: Clear bandwidth notification interrupt before enabling itLukas Wunner
2019-03-25PCI/LINK: Supply IRQ handler so level-triggered IRQs are ackedAlexandru Gagniuc
2019-03-10Merge tag 'iommu-updates-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2019-03-09Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-03-06Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-03-06Merge branch 'remotes/lorenzo/pci/vmd'Bjorn Helgaas
2019-03-06Merge branch 'remotes/lorenzo/pci/misc'Bjorn Helgaas
2019-03-06Merge branch 'remotes/lorenzo/pci/mediatek'Bjorn Helgaas
2019-03-06Merge branch 'remotes/lorenzo/pci/hv'Bjorn Helgaas
2019-03-06Merge branch 'remotes/lorenzo/pci/endpoint'Bjorn Helgaas
2019-03-06Merge branch 'remotes/lorenzo/pci/dwc'Bjorn Helgaas
2019-03-06Merge branch 'remotes/lorenzo/pci/altera'Bjorn Helgaas
2019-03-06Merge branch 'pci/pm'Bjorn Helgaas
2019-03-06Merge branch 'pci/portdrv'Bjorn Helgaas
2019-03-06Merge branch 'pci/misc'Bjorn Helgaas
2019-03-06Merge branch 'pci/hotplug'Bjorn Helgaas
2019-03-06Merge branch 'pci/enumeration'Bjorn Helgaas
2019-03-06Merge branch 'pci/dpc'Bjorn Helgaas
2019-03-06Merge branch 'pci/aspm'Bjorn Helgaas
2019-03-06PCI: Update PCIEPORTBUS Kconfig help textHou Zhiqiang
2019-03-05PCI: Fix "try" semantics of bus and slot resetAlex Williamson
2019-03-05PCI/LINK: Report degraded links via link bandwidth notificationAlexandru Gagniuc
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-03-04PCI: altera: Enable driver on ARM64Ley Foon Tan
2019-03-04PCI: altera: Add Stratix 10 PCIe supportLey Foon Tan
2019-03-01PCI/PME: Fix possible use-after-free on removeSven Van Asbroeck
2019-03-01PCI: aardvark: Make symbol 'advk_pci_bridge_emul_ops' staticWei Yongjun
2019-03-01PCI: dwc: skip MSI init if MSIs have been explicitly disabledLucas Stach
2019-03-01PCI: hv: Refactor hv_irq_unmask() to use cpumask_to_vpset()Maya Nakamura
2019-03-01PCI: hv: Replace hv_vp_set with hv_vpsetMaya Nakamura
2019-03-01PCI: hv: Add __aligned(8) to struct retarget_msi_interruptMaya Nakamura
2019-03-01PCI: mediatek: Enlarge PCIe2AHB window size to support 4GB DRAMHonghui Zhang
2019-03-01PCI: mediatek: Fix memory mapped IO range size computationHonghui Zhang
2019-03-01PCI: dwc: Remove superfluous shifting in definitionsAndrey Smirnov
2019-03-01PCI: dwc: Make use of GENMASK/FIELD_PREPAndrey Smirnov
2019-03-01PCI: dwc: Make use of BIT() in constant definitionsAndrey Smirnov
2019-03-01PCI: dwc: Share code for dw_pcie_rd/wr_other_conf()Andrey Smirnov
2019-03-01PCI: dwc: Make use of IS_ALIGNED()Andrey Smirnov