summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2025-03-27Merge branch 'pci/devtree-create'Bjorn Helgaas
2025-03-27Merge branch 'pci/resource'Bjorn Helgaas
2025-03-27Merge branch 'pci/reset'Bjorn Helgaas
2025-03-27Merge branch 'pci/pwrctrl'Bjorn Helgaas
2025-03-27Merge branch 'pci/pm'Bjorn Helgaas
2025-03-27Merge branch 'pci/hotplug'Bjorn Helgaas
2025-03-27Merge branch 'pci/enumeration'Bjorn Helgaas
2025-03-27Merge branch 'pci/doe'Bjorn Helgaas
2025-03-27Merge branch 'pci/devres'Bjorn Helgaas
2025-03-27Merge branch 'pci/bwctrl'Bjorn Helgaas
2025-03-27Merge branch 'pci/aspm'Bjorn Helgaas
2025-03-27Merge branch 'pci/aer'Bjorn Helgaas
2025-03-23PCI/bwctrl: Fix NULL pointer dereference on bus number exhaustionLukas Wunner
2025-03-21PCI/DOE: Allow enabling DOE without CXLAlistair Francis
2025-03-21PCI/DOE: Expose DOE features via sysfsAlistair Francis
2025-03-21s390/pci: Support mmap() of PCI resources except for ISM devicesNiklas Schnelle
2025-03-21s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAPNiklas Schnelle
2025-03-21PCI: Fix NULL dereference in SR-IOV VF creation error pathShay Drory
2025-03-21PCI/bwctrl: Fix pcie_bwctrl_select_speed() return typeIlpo Järvinen
2025-03-21PCI: pciehp: Don't enable HPIE when resuming in poll modeIlpo Järvinen
2025-03-20PCI: Move cardbus IO size declarations into pci/pci.hIlpo Järvinen
2025-03-20PCI: Make pci_setup_bridge() staticIlpo Järvinen
2025-03-20PCI: Move resource reassignment func declarations into pci/pci.hIlpo Järvinen
2025-03-20PCI: Move pci_rescan_bus_bridge_resize() declaration to pci/pci.hIlpo Järvinen
2025-03-20PCI: Fix BAR resizing when VF BARs are assignedIlpo Järvinen
2025-03-20PCI: Allow PCI bridges to go to D3Hot on all non-x86Manivannan Sadhasivam
2025-03-14PCI: Check BAR index for validityPhilipp Stanner
2025-03-14PCI: pciehp: Avoid unnecessary device replacement checkLukas Wunner
2025-03-14PCI: Fix wrong length of devres arrayPhilipp Stanner
2025-03-10PCI: Remove stray put_device() in pci_register_host_bridge()Dan Carpenter
2025-03-10PCI: Fix reference leak in pci_alloc_child_bus()Ma Ke
2025-03-10PCI: Fix reference leak in pci_register_host_bridge()Ma Ke
2025-03-10PCI: Cache offset of Resizable BAR capabilityBjorn Helgaas
2025-03-10PCI: Enable Configuration RRS SV earlyBjorn Helgaas
2025-03-07PCI: Do not claim to release resource falselyIlpo Järvinen
2025-03-07PCI: Increase Resizable BAR support from 512 GB to 128 TBZhiyuan Dai
2025-03-06PCI/DOE: Rename Discovery Response Data Object Contents to typeAlistair Francis
2025-03-06PCI/DOE: Rename DOE protocol to featureAlistair Francis
2025-03-04PCI: Avoid reset when disabled via sysfsNishanth Aravamudan
2025-03-04PCI/portdrv: Only disable pciehp interrupts early when neededFeng Tang
2025-03-04PCI: hotplug: Inline pci_hp_{create,remove}_module_link()Lukas Wunner
2025-03-04PCI: hotplug: Avoid backpointer dereferencing in has_*_file()Lukas Wunner
2025-03-04PCI: hotplug: Drop superfluous NULL pointer checks in has_*_file()Lukas Wunner
2025-03-04PCI: hotplug: Drop superfluous try_module_get() callsLukas Wunner
2025-03-04PCI: hotplug: Drop superfluous pci_hotplug_slot_listLukas Wunner
2025-03-04PCI: Log debug messages about reset methodBjorn Helgaas
2025-02-28PCI: of: Create device tree PCI host bridge nodeHerve Codina
2025-02-28PCI: of_property: Constify parameter in of_pci_get_addr_flags()Herve Codina
2025-02-28PCI: of_property: Add support for NULL pdev in of_pci_set_address()Herve Codina
2025-02-28PCI: of: Use device_{add,remove}_of_node() to attach of_node to existing deviceHerve Codina