summaryrefslogtreecommitdiff
path: root/drivers/pci/hotplug
AgeCommit message (Expand)AuthorFilesLines
2025-06-18PCI: pciehp: Ignore belated Presence Detect Changed caused by DPCLukas Wunner1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar2-2/+2
2025-06-04Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-61/+122
2025-06-04Merge branch 'pci/hotplug'Bjorn Helgaas4-60/+121
2025-05-27Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-1/+1
2025-05-22s390/pci: Prevent self deletion in disable_slot()Niklas Schnelle1-1/+1
2025-05-15PCI/bwctrl: Replace lbms_count with PCI_LINK_LBMS_SEEN flagIlpo Järvinen1-1/+1
2025-05-07s390/pci: Fix duplicate pci_dev_put() in disable_slot() when PF has child VFsNiklas Schnelle1-1/+0
2025-04-17PCI: hotplug: Drop superfluous #include directivesLukas Wunner1-4/+0
2025-04-16PCI: pciehp: Ignore Link Down/Up caused by Secondary Bus ResetLukas Wunner2-23/+81
2025-04-15PCI: pciehp: Ignore Presence Detect Changed caused by DPCLukas Wunner3-36/+43
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner2-2/+2
2025-03-27Merge branch 'pci/misc'Bjorn Helgaas2-2/+2
2025-03-27Merge branch 'pci/hotplug'Bjorn Helgaas8-150/+53
2025-03-21PCI: pciehp: Don't enable HPIE when resuming in poll modeIlpo Järvinen1-1/+3
2025-03-14PCI: pciehp: Avoid unnecessary device replacement checkLukas Wunner1-1/+4
2025-03-09PCI: Fix typosBjorn Helgaas2-2/+2
2025-03-05PCI: hotplug: Inline pci_hp_{create,remove}_module_link()Lukas Wunner1-3/+11
2025-03-05PCI: hotplug: Avoid backpointer dereferencing in has_*_file()Lukas Wunner1-33/+23
2025-03-05PCI: hotplug: Drop superfluous NULL pointer checks in has_*_file()Lukas Wunner1-11/+6
2025-03-05PCI: hotplug: Drop superfluous try_module_get() callsLukas Wunner1-22/+1
2025-03-05PCI: hotplug: Drop superfluous pci_hotplug_slot_listLukas Wunner1-32/+0
2025-02-22PCI: cpcihp: Remove unused .get_power() and .set_power()Guilherme Giacomo Simoes2-17/+2
2025-02-22PCI: Track Flit Mode Status & print it with link statusIlpo Järvinen1-2/+3
2025-02-20PCI: shpchp: Remove 'shpchp_debug' module parameterIlpo Järvinen2-8/+1
2025-02-20PCI: shpchp: Remove unused logging wrappersIlpo Järvinen1-12/+0
2025-02-20PCI: shpchp: Change dbg() -> ctrl_dbg()Ilpo Järvinen1-1/+1
2025-02-20PCI: shpchp: Remove logging from module init/exit functionsIlpo Järvinen1-9/+1
2024-12-10PCI/ACPI: Constify 'struct bin_attribute'Thomas Weißschuh1-3/+3
2024-11-25Merge branch 'pci/misc'Bjorn Helgaas1-7/+1
2024-11-25Merge branch 'pci/hotplug-octeon'Bjorn Helgaas3-0/+438
2024-11-25Merge branch 'pci/hotplug'Bjorn Helgaas3-30/+19
2024-11-25Merge branch 'pci/driver-remove'Bjorn Helgaas1-1/+1
2024-11-16PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controllerIlpo Järvinen1-0/+5
2024-11-14PCI: hotplug: Add OCTEON PCI hotplug controller driverShijith Thotton3-0/+438
2024-11-11PCI: Refactor pcie_update_link_speed()Ilpo Järvinen1-1/+1
2024-10-22PCI: cpqphp: Simplify PCI_ScanBusForNonBridge()Ilpo Järvinen1-19/+15
2024-10-22PCI: cpqphp: Use define to read class/revision dwordIlpo Järvinen1-2/+2
2024-10-22PCI: cpqphp: Use pci_bus_read_dev_vendor_id() to detect presenceIlpo Järvinen1-16/+6
2024-10-22PCI: cpqphp: Fix PCIBIOS_* return value confusionIlpo Järvinen1-5/+10
2024-10-19PCI: cpqphp: Remove unused struct ctrl_dbg.ctrlChristophe JAILLET1-1/+0
2024-10-19PCI: cpcihp: Remove unused struct cpci_hp_controller_ops.hardware_testGuilherme Giacomo Simoes1-1/+0
2024-10-04PCI: acpiphp_ampere_altra: Switch back to struct platform_driver::remove()Sergio Paracuellos1-1/+1
2024-09-30PCI: hotplug: Remove "Returns" kerneldoc from void functionsIlpo Järvinen1-6/+0
2024-09-30PCI: hotplug: Reorganize kerneldoc parameter namesJulia Lawall1-1/+1
2024-09-23Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds8-122/+86
2024-09-19Merge branch 'pci/misc'Bjorn Helgaas2-2/+2
2024-09-19PCI: Fix typosBjorn Helgaas2-2/+2
2024-08-06PCI: cpqphp: Use PCI_POSSIBLE_ERROR() to check config readsweiyufeng1-2/+2
2024-08-02PCI: shpchp: Remove hpc_opsngn5-118/+82