summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-12-03Merge branch 'pci/controller/sky1'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/sg2042'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/s32g'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/rzg3s-host'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/rcar-gen2'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/qcom'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/meson'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/mediatek'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/keystone'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/j721e'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/ixp4xx'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/dw-rockchip'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/dwc'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/brcmstb'Bjorn Helgaas
2025-12-03Merge branch 'pci/controller/host-common'Bjorn Helgaas
2025-12-03Merge branch 'pci/endpoint'Bjorn Helgaas
2025-12-03Merge branch 'pci/resource'Bjorn Helgaas
2025-12-03Merge branch 'pci/ptm'Bjorn Helgaas
2025-12-03Merge branch 'pci/err'Bjorn Helgaas
2025-12-02PCI: sky1: Add PCIe host support for CIX Sky1Hans Zhang
2025-12-02PCI: cadence: Add support for High Perf Architecture (HPA) controllerManikandan K Pillai
2025-12-02PCI: s32g: Add NXP S32G PCIe controller driver (RC)Vincent Guittot
2025-12-02PCI: dwc: Add register and bitfield definitionsVincent Guittot
2025-11-25PCI: Add Renesas RZ/G3S host controller driverClaudiu Beznea
2025-11-25PCI: host-generic: Move bridge allocation outside of pci_host_common_init()Marc Zyngier
2025-11-24PCI: Validate pci_rebar_size_supported() inputIlpo Järvinen
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner
2025-11-24PCI/ERR: Ensure error recoverability at all timesLukas Wunner
2025-11-24PCI/PM: Stop needlessly clearing state_saved on enumeration and thawLukas Wunner
2025-11-24PCI/PM: Reinstate clearing state_saved in legacy and !PM codepathsLukas Wunner
2025-11-24PCI: dw-rockchip: Configure L1SS supportShawn Lin
2025-11-24PCI: tegra194: Remove unnecessary L1SS disable codeBjorn Helgaas
2025-11-24PCI: dwc: Advertise L1 PM Substates only if driver requests itBjorn Helgaas
2025-11-24PCI: dwc: Fix wrong PORT_LOGIC_LTSSM_STATE_MASK definitionShawn Lin
2025-11-14PCI: Convert BAR sizes bitmasks to u64Ilpo Järvinen
2025-11-14drm/amdgpu: Use pci_rebar_get_max_size()Ilpo Järvinen
2025-11-14drm/xe/vram: Use pci_rebar_get_max_size()Ilpo Järvinen
2025-11-14PCI: Add pci_rebar_get_max_size()Ilpo Järvinen
2025-11-14drm/xe/vram: Use PCI rebar helpers in resize_vram_bar()Ilpo Järvinen
2025-11-14drm/i915/gt: Use pci_rebar_size_supported()Ilpo Järvinen
2025-11-14PCI: Add pci_rebar_size_supported() helperIlpo Järvinen
2025-11-14PCI: Improve Resizable BAR functions kernel docIlpo Järvinen
2025-11-14PCI: Move pci_rebar_size_to_bytes() and export itIlpo Järvinen
2025-11-14PCI: Move pci_rebar_bytes_to_size() and clean it upIlpo Järvinen
2025-11-14PCI: Move Resizable BAR code to rebar.cIlpo Järvinen
2025-11-14PCI: Prevent restoring assigned resourcesIlpo Järvinen
2025-11-14drm/amdgpu: Remove driver side BAR release before resizeIlpo Järvinen
2025-11-14drm/i915: Remove driver side BAR release before resizeIlpo Järvinen
2025-11-14drm/xe: Remove driver side BAR release before resizeIlpo Järvinen
2025-11-14PCI: Add kerneldoc for pci_resize_resource()Ilpo Järvinen