summaryrefslogtreecommitdiffstats
path: root/drivers/pci/pcie
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-9/+9
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-9/+9
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds-123/+138
2026-02-11Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-34/+62
2026-02-06Merge branch 'pci/trace'Bjorn Helgaas-2/+2
2026-02-06Merge branch 'pci/ptm'Bjorn Helgaas-1/+4
2026-02-06Merge branch 'pci/portdrv'Bjorn Helgaas-27/+28
2026-02-06Merge branch 'pci/enumeration'Bjorn Helgaas-3/+0
2026-02-06Merge branch 'pci/bwctrl'Bjorn Helgaas-0/+3
2026-02-06PCI/bwctrl: Disable BW controller on Intel P45 using a quirkIlpo Järvinen-0/+3
2026-02-06PCI/AER: Clear stale errors on reporting agents upon probeLukas Wunner-1/+25
2026-01-30PCI/ACPI: Restrict program_hpx_type2() to AER bitsHåkon Bugge-3/+0
2026-01-22PCI/AER: Report CXL or PCIe bus type in AER trace loggingTerry Bowman-7/+13
2026-01-22PCI/AER: Use guard() in cxl_rch_handle_error_iter()Terry Bowman-4/+2
2026-01-22PCI/AER: Move CXL RCH error handling to aer_cxl_rch.cTerry Bowman-101/+114
2026-01-22PCI/AER: Update is_internal_error() to be non-static is_aer_internal_error()Terry Bowman-2/+11
2026-01-22PCI/AER: Export pci_aer_unmask_internal_errors()Terry Bowman-3/+8
2026-01-22PCI/AER: Replace PCIEAER_CXL symbol with CXL_RASDan Williams-9/+0
2026-01-22PCI: Replace cxl_error_is_native() with pcie_aer_is_native()Terry Bowman-9/+2
2026-01-14PCI/PTM: Fix pcie_ptm_create_debugfs() memory leakAadityarangan Shridhar Iyengar-1/+4
2026-01-14ACPI: extlog: Trace CPER PCI Express Error SectionFabio M. De Francesco-1/+1
2026-01-13PCI/portdrv: Use bus-type functionsUwe Kleine-König-7/+6
2026-01-13PCI/portdrv: Don't check for valid device and driver in bus callbacksUwe Kleine-König-6/+0
2026-01-13PCI/portdrv: Move pcie_port_bus_type to pcie source fileUwe Kleine-König-0/+20
2026-01-13PCI/portdrv: Drop empty shutdown callbackUwe Kleine-König-12/+0
2026-01-13PCI/portdrv: Fix potential resource leakUwe Kleine-König-3/+3
2025-12-23PCI: trace: Add RAS tracepoint to monitor link speed changesShuai Xue-2/+2
2025-12-06Merge tag 'mm-nonmm-stable-2025-12-06-11-14' of git://git.kernel.org/pub/scm/...Linus Torvalds-0/+2
2025-12-04Merge tag 'pci-v6.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+23
2025-12-03Merge branch 'pci/ptm'Bjorn Helgaas-0/+23
2025-11-27vmcoreinfo: track and log recoverable hardware errorsBreno Leitao-0/+2
2025-11-24treewide: Drop pci_save_state() after pci_restore_state()Lukas Wunner-1/+0
2025-11-14Merge tag 'pci-v6.18-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+17
2025-11-12PCI/ASPM: Add pcie_aspm_remove_cap() to override advertised link statesBjorn Helgaas-0/+13
2025-11-12PCI/ASPM: Cache L0s/L1 Supported so advertised link states can be overriddenBjorn Helgaas-8/+4
2025-11-12PCI/PTM: Enable only if device advertises relevant roleMika Westerberg-0/+23
2025-10-23PCI/ASPM: Enable only L0s and L1 for devicetree platformsBjorn Helgaas-25/+9
2025-10-03Merge branch 'pci/aspm'Bjorn Helgaas-2/+43
2025-10-02PCI/AER: Avoid NULL pointer dereference in aer_ratelimit()Breno Leitao-0/+3
2025-09-23PCI/ASPM: Enable all ClockPM and ASPM states for devicetree platformsManivannan Sadhasivam-2/+43
2025-09-11PCI/AER: Fix NULL pointer access by aer_infoVernon Yang-0/+4
2025-09-04PCI/AER: Print TLP Log for errors introduced since PCIe r1.1Lukas Wunner-3/+27
2025-08-27PCI/AER: Support errors introduced by PCIe r6.0Lukas Wunner-6/+6
2025-08-13PCI/ERR: Update device error_state already after resetLukas Wunner-1/+2
2025-08-13PCI/ERR: Notify drivers on failure to recoverLukas Wunner-0/+12
2025-08-13PCI/ERR: Fix uevent on failure to recoverLukas Wunner-1/+7
2025-08-13PCI/AER: Allow drivers to opt in to Bus Reset on Non-Fatal ErrorsLukas Wunner-7/+10
2025-08-01Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-11/+11
2025-07-31Merge branch 'pci/misc'Bjorn Helgaas-1/+1
2025-07-31Merge branch 'pci/hotplug'Bjorn Helgaas-1/+1