summaryrefslogtreecommitdiff
path: root/drivers/pci
AgeCommit message (Expand)Author
2025-02-18PCI: Rename retval to retIlpo Järvinen
2025-02-18PCI: Use while loop and break instead of gotosIlpo Järvinen
2025-02-18PCI: Refactor pdev_sort_resources() & __dev_sort_resources()Ilpo Järvinen
2025-02-18PCI: Converge return paths in __assign_resources_sorted()Ilpo Järvinen
2025-02-18PCI: Add dev & res local variables to resource assignment funcsIlpo Järvinen
2025-02-18PCI: Add pci_resource_num() helperIlpo Järvinen
2025-02-18PCI: Check resource_size() separatelyIlpo Järvinen
2025-02-18PCI: Add pci_resource_is_iov() to identify IOV resourcesMichał Winiarski
2025-02-18PCI: Use resource_set_{range,size}() helpersIlpo Järvinen
2025-02-18PCI: Use SZ_* instead of literals in setup-bus.cIlpo Järvinen
2025-02-18PCI: Fix old_size lower bound in calculate_iosize() tooIlpo Järvinen
2025-02-18PCI: Allow relaxed bridge window tail sizing for optional resourcesIlpo Järvinen
2025-02-18PCI: Simplify size1 assignment logicIlpo Järvinen
2025-02-18PCI: Use min_align, not unrelated add_align, for size0Ilpo Järvinen
2025-02-18PCI: Remove add_align overwrite unrelated to size0Ilpo Järvinen
2025-02-18PCI: Use downstream bridges for distributing resourcesKai-Heng Feng
2025-02-14Merge tag 'pci-v6.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-02-14PCI: Cleanup dev->resource + resno to use pci_resource_n()Ilpo Järvinen
2025-02-13PCI: Avoid FLR for Mediatek MT7922 WiFiBjorn Helgaas
2025-02-12PCI: Fix BUILD_BUG_ON usage for old gccAlex Williamson
2025-02-06PCI/TPH: Restore TPH Requester Enable correctlyRobin Murphy
2025-02-06PCI/ASPM: Fix L1SS savingIlpo Järvinen
2025-01-27PCI: Restore original INTX_DISABLE bit by pcim_intx()Takashi Iwai
2025-01-25Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-23Merge branch 'pci/misc'Bjorn Helgaas
2025-01-23Merge branch 'pci/controller/xilinx-cpm'Bjorn Helgaas
2025-01-23Merge branch 'pci/controller/rockchip'Bjorn Helgaas
2025-01-23Merge branch 'pci/controller/rcar-ep'Bjorn Helgaas
2025-01-23Merge branch 'pci/controller/mvebu'Bjorn Helgaas
2025-01-23Merge branch 'pci/controller/microchip'Bjorn Helgaas
2025-01-23Merge branch 'pci/controller/mediatek'Bjorn Helgaas
2025-01-23Merge branch 'pci/controller/layerscape'Bjorn Helgaas
2025-01-23Merge branch 'pci/controller/imx6'Bjorn Helgaas
2025-01-23Merge branch 'pci/controller/dwc'Bjorn Helgaas
2025-01-23Merge branch 'pci/controller/dra7xx'Bjorn Helgaas
2025-01-23Merge branch 'pci/controller/iommu-map'Bjorn Helgaas
2025-01-23Merge branch 'pci/endpoint-test'Bjorn Helgaas
2025-01-23Merge branch 'pci/endpoint'Bjorn Helgaas
2025-01-23Merge branch 'pci/switchtec'Bjorn Helgaas
2025-01-23Merge branch 'pci/pci-sysfs'Bjorn Helgaas
2025-01-23Merge branch 'pci/of'Bjorn Helgaas
2025-01-23Merge branch 'pci/err'Bjorn Helgaas
2025-01-23Merge branch 'pci/enumeration'Bjorn Helgaas
2025-01-23Merge branch 'pci/dpc'Bjorn Helgaas
2025-01-23Merge branch 'pci/devres'Bjorn Helgaas
2025-01-23PCI: Batch BAR sizing operationsAlex Williamson
2025-01-22Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds
2025-01-21PCI: microchip: Set inbound address translation for coherent or non-coherent ...Daire McNamara
2025-01-21PCI: Don't include 'pm_wakeup.h' directlyWolfram Sang
2025-01-21Merge tag 'irq-core-2025-01-21' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds