summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2020-10-141-0/+10
|\
| * PCI/ACPI: Whitelist hotplug ports for D3 if power managed by ACPILukas Wunner2020-10-061-0/+10
* | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-141-1/+4
|\ \
| * | PCI: hv: Document missing hv_pci_protocol_negotiation() parameterKrzysztof Wilczyński2020-09-281-1/+4
* | | mm/memremap_pages: support multiple ranges per invocationDan Williams2020-10-131-0/+1
* | | mm/memremap_pages: convert to 'struct range'Dan Williams2020-10-131-6/+5
* | | Merge tag 'x86-irq-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-125-19/+42
|\ \ \ | |_|/ |/| |
| * | PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectableThomas Gleixner2020-09-163-1/+8
| * | PCI/MSI: Provide pci_dev_has_special_msi_domain() helperThomas Gleixner2020-09-161-0/+22
| * | PCI_vmd_Mark_VMD_irqdomain_with_DOMAIN_BUS_VMD_MSIThomas Gleixner2020-09-161-0/+6
| * | x86/msi: Use generic MSI domain opsThomas Gleixner2020-09-162-13/+1
| * | x86/msi: Consolidate MSI allocationThomas Gleixner2020-09-161-1/+1
| * | PCI/MSI: Rework pci_msi_domain_calc_hwirq()Thomas Gleixner2020-09-161-5/+4
| * | PCI: vmd: Dont abuse vector irqomain as parentThomas Gleixner2020-09-161-1/+2
* | | Merge tag 'pci-v5.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-021-7/+4
|\ \ \ | |/ / |/| |
| * | PCI: rockchip: Fix bus checks in rockchip_pcie_valid_device()Lorenzo Pieralisi2020-09-081-7/+4
* | | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-2310-16/+16
* | | Merge tag 's390-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-221-7/+5
|\ \ \ | |/ / |/| |
| * | s390/pci: re-introduce zpci_remove_device()Niklas Schnelle2020-08-171-7/+5
| |/
* / PCI/P2PDMA: Fix build without DMA opsChristoph Hellwig2020-08-171-4/+6
|/
* Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-0796-1674/+2529
|\
| * Merge branch 'pci/irq-error'Bjorn Helgaas2020-08-0521-83/+29
| |\
| | * PCI: Remove dev_err() when handing an error from platform_get_irq()Krzysztof Wilczyński2020-08-0321-82/+29
| * | Merge branch 'pci/doc'Bjorn Helgaas2020-08-0514-11/+18
| |\ \
| | * | PCI: Fix kerneldoc warningsKrzysztof Kozlowski2020-08-0514-11/+18
| | |/
| * | Merge branch 'pci/host-probe-refactor'Bjorn Helgaas2020-08-0542-805/+240
| |\ \
| | * | PCI: Set bridge map_irq and swizzle_irq to default functionsRob Herring2020-08-0421-37/+5
| | * | PCI: Move DT resource setup into devm_pci_alloc_host_bridge()Rob Herring2020-08-0423-143/+36
| | * | PCI: rcar-gen2: Convert to use modern host bridge probe functionsRob Herring2020-08-041-126/+46
| | * | PCI: of: Reduce missing non-prefetchable memory region to a warningRob Herring2020-07-231-4/+3
| | * | PCI: rcar: Use struct pci_host_bridge.windows list directlyRob Herring2020-07-231-41/+4
| | * | PCI: rcar: Use devm_pci_alloc_host_bridge()Rob Herring2020-07-231-5/+2
| | * | PCI: cadence: Remove private bus number and range storageRob Herring2020-07-234-26/+24
| | * | PCI: cadence: Use bridge resources for outbound window setupRob Herring2020-07-231-21/+16
| | * | PCI: Move setting pci_host_bridge.busnr out of host driversRob Herring2020-07-238-18/+4
| | * | PCI: rcar: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-14/+5
| | * | PCI: rockchip: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-232-11/+7
| | * | PCI: xilinx: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-7/+4
| | * | PCI: xilinx-nwl: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-7/+3
| | * | PCI: mobiveil: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-232-8/+3
| | * | PCI: designware: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-234-15/+10
| | * | PCI: aardvark: Use pci_is_root_bus() to check if bus is root busRob Herring2020-07-231-7/+6
| | * | PCI: Drop unnecessary zeroing of bridge fieldsRob Herring2020-07-2310-13/+0
| | * | PCI: Set default bridge parent deviceRob Herring2020-07-2321-21/+2
| | * | PCI: versatile: Drop flag PCI_ENABLE_PROC_DOMAINSRob Herring2020-07-231-1/+0
| | * | PCI: controller: Remove duplicate error messageDejin Zheng2020-07-234-15/+4
| | * | PCI: controller: Convert to devm_platform_ioremap_resource()Dejin Zheng2020-07-105-16/+7
| | * | PCI: controller: Convert to devm_platform_ioremap_resource_byname()Dejin Zheng2020-07-108-25/+13
| | * | PCI: xilinx: Use pci_host_probe() to register hostRob Herring2020-07-101-12/+1
| | * | PCI: xilinx-nwl: Use pci_host_probe() to register hostRob Herring2020-07-101-13/+1