summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin
2021-04-30s390/pci: rename zpci_configure_device()Niklas Schnelle
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-04-29PCI: mediatek-gen3: Add system PM supportJianjun Wang
2021-04-29PCI: mediatek-gen3: Add MSI supportJianjun Wang
2021-04-29PCI: mediatek-gen3: Add INTx supportJianjun Wang
2021-04-29PCI: mediatek-gen3: Add MediaTek Gen3 driver for MT8192Jianjun Wang
2021-04-29PCI: dwc: Move iATU detection earlierHou Zhiqiang
2021-04-29PCI: dwc/intel-gw: Remove unused functionJiapeng Chong
2021-04-29PCI: dwc: Move dw_pcie_msi_init() to dw_pcie_setup_rc()Jisheng Zhang
2021-04-29PCI/sysfs: Use sysfs_emit() and sysfs_emit_at() in "show" functionsKrzysztof Wilczyński
2021-04-29PCI/sysfs: Rearrange smbios_attr_group and acpi_attr_groupKrzysztof Wilczyński
2021-04-29PCI/sysfs: Tidy SMBIOS & ACPI label attributesKrzysztof Wilczyński
2021-04-29PCI/sysfs: Convert "index", "acpi_index", "label" to static attributesKrzysztof Wilczyński
2021-04-29PCI/sysfs: Define SMBIOS label attributes with DEVICE_ATTR*()Krzysztof Wilczyński
2021-04-29PCI/sysfs: Define ACPI label attributes with DEVICE_ATTR*()Krzysztof Wilczyński
2021-04-29PCI/sysfs: Rename device_has_dsm() to device_has_acpi_name()Krzysztof Wilczyński
2021-04-29PCI/sysfs: Convert "vpd" to static attributeKrzysztof Wilczyński
2021-04-29PCI/sysfs: Rename "vpd" attribute accessorsBjorn Helgaas
2021-04-27Merge tag 's390-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2021-04-27PCI/sysfs: Convert "reset" to static attributeKrzysztof Wilczyński
2021-04-27PCI/sysfs: Convert "rom" to static attributeKrzysztof Wilczyński
2021-04-27PCI/sysfs: Convert "config" to static attributeKrzysztof Wilczyński
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2021-04-26Merge tag 'pm-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-04-26Merge tag 'arm-soc-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds
2021-04-26Merge tag 'hyperv-next-signed-20210426' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2021-04-26Merge tag 'irq-core-2021-04-26' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-04-21drivers: hv: Create a consistent pattern for checking Hyper-V hypercall statusJoseph Salisbury
2021-04-20PCI: Refactor HT advertising of NO_MSI flagMarc Zyngier
2021-04-20PCI/MSI: Document the various ways of ending up with NO_MSIMarc Zyngier
2021-04-20PCI: mediatek: Advertise lack of built-in MSI handlingThomas Gleixner
2021-04-20PCI/MSI: Make pci_host_common_probe() declare its reliance on MSI domainsMarc Zyngier
2021-04-20PCI/MSI: Let PCI host bridges declare their reliance on MSI domainsMarc Zyngier
2021-04-20PCI/MSI: Kill default_teardown_msi_irqs()Marc Zyngier
2021-04-20PCI/MSI: Drop use of msi_controller from core codeMarc Zyngier
2021-04-20PCI: hv: Drop msi_controller structureMarc Zyngier
2021-04-20PCI: xilinx: Convert to MSI domainsMarc Zyngier
2021-04-20PCI: xilinx: Don't allocate extra memory for the MSI capture addressMarc Zyngier
2021-04-20PCI: rcar: Convert to MSI domainsMarc Zyngier
2021-04-20PCI: rcar: Don't allocate extra memory for the MSI capture addressMarc Zyngier
2021-04-20PCI: tegra: Convert to MSI domainsMarc Zyngier
2021-04-20PCI: Export pci_pio_to_address() for module useJianjun Wang
2021-04-16PCI: acpiphp: Fix whitespace issuechakravarthikulkarni
2021-04-16PCI: tegra: Add Tegra194 MCFG quirks for ECAM errataVidya Sagar
2021-04-16PCI: shpchp: Remove unused shpc_writeb()Jiapeng Chong
2021-04-14PCI: cpqphp: Use DEFINE_SPINLOCK() for int15_lockGuobin Huang
2021-04-14PCI: altera-msi: Remove redundant dev_err call in altera_msi_probe()Chen Hui
2021-04-13PCI: mediatek: Add missing MODULE_DEVICE_TABLEQiheng Lin
2021-04-13PCI: endpoint: Fix missing destroy_workqueue()Yang Yingliang