| Age | Commit message (Expand) | Author | Files | Lines |
| 3 days | Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/pci/pc... | Mark Brown | 1 | -42/+73 |
| 9 days | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -2/+1 |
| 9 days | Merge branch 'pci/reset' | Bjorn Helgaas | 1 | -27/+37 |
| 9 days | Merge branch 'pci/pm' | Bjorn Helgaas | 1 | -0/+35 |
| 9 days | Merge branch 'pci/enumeration' | Bjorn Helgaas | 1 | -10/+0 |
| 9 days | PCI: Indicate context lost if L1SS exit is broken during resume from system s... | Manivannan Sadhasivam | 1 | -0/+12 |
| 9 days | PCI: Add pci_suspend_retains_context() to check if device state is preserved ... | Manivannan Sadhasivam | 1 | -0/+23 |
| 13 days | PCI: Drop unnecessary retries when restoring BARs | Lukas Wunner | 1 | -23/+13 |
| 13 days | PCI: Wait for device readiness after D3hot -> D0uninitialized transition | Bjorn Helgaas | 1 | -2/+22 |
| 13 days | PCI: Log device readiness timeouts as errors | Bjorn Helgaas | 1 | -2/+2 |
| 2026-05-07 | PCI/ASPM: Don't reconfigure ASPM entering low-power state | Carlos Bilbao | 1 | -3/+0 |
| 2026-05-05 | PCI: Use FIELD_MODIFY() instead of open-coding it | Hans Zhang | 1 | -2/+1 |
| 2026-04-27 | PCI: Don't fallback to bus reset after failed slot reset | Keith Busch | 1 | -5/+4 |
| 2026-04-27 | PCI: Remove MPS/MRRS Kconfig settings (CONFIG_PCIE_BUS_*) | Bjorn Helgaas | 1 | -10/+0 |
| 2026-04-13 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -1/+1 |
| 2026-04-13 | Merge branch 'pci/vga' | Bjorn Helgaas | 1 | -0/+12 |
| 2026-04-13 | Merge branch 'pci/reset' | Bjorn Helgaas | 1 | -105/+113 |
| 2026-04-13 | Merge branch 'pci/atomics' | Bjorn Helgaas | 1 | -26/+24 |
| 2026-04-03 | PCI: Update PCIe spec references for AtomicOps | Gerd Bayer | 1 | -2/+2 |
| 2026-04-03 | PCI: Enable AtomicOps only if Root Port supports them | Gerd Bayer | 1 | -21/+20 |
| 2026-04-03 | PCI: Do not enable AtomicOps by RCiEPs | Gerd Bayer | 1 | -3/+2 |
| 2026-03-30 | PCI/VGA: Fail pci_set_vga_state() if VGA decoding not supported | Simon Richter | 1 | -0/+12 |
| 2026-03-17 | PCI/CXL: Hide SBR from reset_methods if masked by CXL | Vidya Sagar | 1 | -5/+1 |
| 2026-03-12 | PCI: Use pr_warn_once() for ACS parameter parse failure | Richard Cheng | 1 | -1/+1 |
| 2026-03-09 | PCI: Consolidate pci_bus/slot_lock/unlock/trylock() | Ilpo Järvinen | 1 | -66/+49 |
| 2026-03-09 | PCI: Make reset_subordinate hotplug safe | Keith Busch | 1 | -31/+60 |
| 2026-03-09 | PCI: Rename __pci_bus_reset() and __pci_slot_reset() | Keith Busch | 1 | -5/+5 |
| 2026-02-23 | PCI/AER: Clear only error bits in PCIe Device Status | Shuai Xue | 1 | -4/+3 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -1/+1 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -3/+2 |
| 2026-02-11 | Merge tag 'pci-v7.0-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -49/+67 |
| 2026-02-06 | Merge branch 'pci/controller/dwc' | Bjorn Helgaas | 1 | -4/+4 |
| 2026-02-06 | Merge branch 'pci/virtualization' | Bjorn Helgaas | 1 | -30/+47 |
| 2026-02-06 | Merge branch 'pci/trace' | Bjorn Helgaas | 1 | -1/+1 |
| 2026-02-06 | Merge branch 'pci/resource' | Bjorn Helgaas | 1 | -11/+3 |
| 2026-02-06 | Merge branch 'pci/pm' | Bjorn Helgaas | 1 | -1/+10 |
| 2026-02-06 | PCI: Disable ACS SV for IDT 0x80b5 switch | Manivannan Sadhasivam | 1 | -0/+1 |
| 2026-02-06 | PCI: Cache ACS Capabilities register | Manivannan Sadhasivam | 1 | -10/+14 |
| 2026-02-06 | PCI: Enable ACS after configuring IOMMU for OF platforms | Manivannan Sadhasivam | 1 | -9/+1 |
| 2026-02-06 | PCI: Use device_lock_assert() to verify device lock is held | Ilpo Järvinen | 1 | -2/+10 |
| 2026-02-06 | PCI: Use lockdep_assert_held(pci_bus_sem) to verify lock is held | Ilpo Järvinen | 1 | -1/+4 |
| 2026-02-06 | PCI: Fix pci_slot_lock () device locking | Keith Busch | 1 | -6/+17 |
| 2026-02-06 | PCI: Fix pci_slot_trylock() error handling | Jinhui Guo | 1 | -3/+1 |
| 2026-02-06 | PCI/PME: Replace RMW of Root Status register with direct write | Lukas Wunner | 1 | -1/+1 |
| 2026-01-29 | PCI: Check parent for NULL in of_pci_bus_release_domain_nr() | Sergey Shtylyov | 1 | -1/+1 |
| 2026-01-27 | PCI: Handle CardBus-specific params in setup-cardbus.c | Ilpo Järvinen | 1 | -11/+3 |
| 2026-01-22 | PCI/PM: Prevent runtime suspend until devices are fully initialized | Brian Norris | 1 | -1/+7 |
| 2026-01-10 | PCI: Suspend iommu function prior to resetting a device | Nicolin Chen | 1 | -7/+58 |
| 2026-01-05 | PCI/PM: Avoid redundant delays on D3hot->D3cold | Brian Norris | 1 | -0/+3 |
| 2025-12-23 | PCI: trace: Add RAS tracepoint to monitor link speed changes | Shuai Xue | 1 | -1/+1 |
| 2025-12-18 | PCI: Add preceding capability position support in PCI_FIND_NEXT_*_CAP macros | Qiang Yu | 1 | -4/+4 |
| 2025-12-03 | Merge branch 'pci/resource' | Bjorn Helgaas | 1 | -145/+0 |
| 2025-12-03 | Merge branch 'pci/err' | Bjorn Helgaas | 1 | -3/+0 |
| 2025-11-24 | PCI/ERR: Ensure error recoverability at all times | Lukas Wunner | 1 | -3/+0 |
| 2025-11-14 | PCI: Move Resizable BAR code to rebar.c | Ilpo Järvinen | 1 | -149/+0 |
| 2025-11-14 | PCI/IOV: Adjust ->barsz[] when changing BAR size | Ilpo Järvinen | 1 | -0/+4 |
| 2025-10-28 | PCI: Enable host bridge emulation for PCI_DOMAINS_GENERIC platforms | Dan Williams | 1 | -1/+23 |
| 2025-10-06 | Merge tag 'pci-v6.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -66/+15 |
| 2025-10-03 | Merge branch 'pci/capability-search' | Bjorn Helgaas | 1 | -66/+10 |
| 2025-09-22 | PCI/PM: Skip resuming to D0 if device is disconnected | Mario Limonciello | 1 | -0/+5 |
| 2025-09-08 | PCI: Test for bit underflow in pcie_set_readrq() | Kees Cook | 1 | -1/+5 |
| 2025-08-14 | PCI: Refactor extended capability search into PCI_FIND_NEXT_EXT_CAP() | Hans Zhang | 1 | -33/+2 |
| 2025-08-14 | PCI: Refactor capability search into PCI_FIND_NEXT_CAP() | Hans Zhang | 1 | -34/+8 |
| 2025-08-14 | PCI: Clean up __pci_find_next_cap_ttl() readability | Hans Zhang | 1 | -4/+5 |
| 2025-08-01 | Merge tag 'pci-v6.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -10/+20 |
| 2025-07-31 | Merge branch 'pci/resources' | Bjorn Helgaas | 1 | -1/+7 |
| 2025-07-31 | Merge branch 'pci/hotplug' | Bjorn Helgaas | 1 | -5/+13 |
| 2025-07-29 | PCI: Move is_pciehp check out of pciehp_is_native() | Lukas Wunner | 1 | -4/+8 |
| 2025-07-29 | PCI/ACPI: Fix runtime PM ref imbalance on Hot-Plug Capable ports | Lukas Wunner | 1 | -1/+5 |
| 2025-07-22 | PCI: Support Immediate Readiness on devices without PM capabilities | Sean Christopherson | 1 | -4/+0 |
| 2025-07-14 | PCI/IOV: Allow IOV resources to be resized in pci_resize_resource() | Michał Winiarski | 1 | -1/+7 |
| 2025-06-13 | PCI/PM: Set up runtime PM even for devices without PCI PM | Mario Limonciello | 1 | -2/+3 |
| 2025-06-04 | Merge tag 'pci-v6.16-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -55/+33 |
| 2025-06-04 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -2/+2 |
| 2025-06-04 | Merge branch 'pci/reset' | Bjorn Helgaas | 1 | -1/+2 |
| 2025-06-04 | Merge branch 'pci/pm' | Bjorn Helgaas | 1 | -3/+10 |
| 2025-06-04 | Merge branch 'pci/enumeration' | Bjorn Helgaas | 1 | -6/+1 |
| 2025-06-04 | Merge branch 'pci/devres' | Bjorn Helgaas | 1 | -42/+0 |
| 2025-05-19 | PCI: Remove hybrid devres nature from request functions | Philipp Stanner | 1 | -42/+0 |
| 2025-05-15 | PCI: Update Link Speed after retraining | Ilpo Järvinen | 1 | -0/+17 |
| 2025-05-15 | PCI/bwctrl: Replace lbms_count with PCI_LINK_LBMS_SEEN flag | Ilpo Järvinen | 1 | -1/+1 |
| 2025-05-05 | PCI: Explicitly put devices into D0 when initializing | Mario Limonciello | 1 | -3/+10 |
| 2025-05-05 | PCI: Fix lock symmetry in pci_slot_unlock() | Ilpo Järvinen | 1 | -1/+2 |
| 2025-04-23 | PCI: Add CONFIG_MMU dependency | Arnd Bergmann | 1 | -2/+2 |
| 2025-04-17 | PCI: Print the actual delay time in pci_bridge_wait_for_secondary_bus() | Wilfred Mallawa | 1 | -1/+1 |
| 2025-04-15 | Revert "PCI: Avoid reset when disabled via sysfs" | Alex Williamson | 1 | -4/+0 |
| 2025-04-10 | PCI: Remove pci_fixup_cardbus() | Heiner Kallweit | 1 | -5/+0 |
| 2025-03-27 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -1/+1 |
| 2025-03-27 | Merge branch 'pci/resource' | Bjorn Helgaas | 1 | -3/+3 |
| 2025-03-27 | Merge branch 'pci/reset' | Bjorn Helgaas | 1 | -1/+10 |
| 2025-03-27 | Merge branch 'pci/pm' | Bjorn Helgaas | 1 | -4/+4 |
| 2025-03-27 | Merge branch 'pci/enumeration' | Bjorn Helgaas | 1 | -2/+7 |
| 2025-03-27 | Merge branch 'pci/devres' | Bjorn Helgaas | 1 | -0/+6 |
| 2025-03-27 | Merge branch 'pci/aer' | Bjorn Helgaas | 1 | -4/+8 |
| 2025-03-20 | PCI: Allow PCI bridges to go to D3Hot on all non-x86 | Manivannan Sadhasivam | 1 | -4/+4 |
| 2025-03-14 | PCI: Check BAR index for validity | Philipp Stanner | 1 | -0/+6 |
| 2025-03-10 | PCI: Cache offset of Resizable BAR capability | Bjorn Helgaas | 1 | -2/+7 |
| 2025-03-08 | PCI: Fix typos | Bjorn Helgaas | 1 | -1/+1 |
| 2025-03-07 | PCI: Increase Resizable BAR support from 512 GB to 128 TB | Zhiyuan Dai | 1 | -2/+2 |
| 2025-03-04 | PCI: Avoid reset when disabled via sysfs | Nishanth Aravamudan | 1 | -0/+4 |
| 2025-03-04 | PCI: Log debug messages about reset method | Bjorn Helgaas | 1 | -1/+6 |
| 2025-02-21 | PCI: Track Flit Mode Status & print it with link status | Ilpo Järvinen | 1 | -4/+8 |
| 2025-02-21 | PCI/ACS: Fix 'pci=config_acs=' parameter | Tushar Dave | 1 | -5/+13 |
| 2025-02-14 | PCI: Cleanup dev->resource + resno to use pci_resource_n() | Ilpo Järvinen | 1 | -1/+1 |
| 2025-01-25 | Merge tag 'pci-v6.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -203/+72 |
| 2025-01-23 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -1/+0 |
| 2025-01-23 | Merge branch 'pci/controller/iommu-map' | Bjorn Helgaas | 1 | -1/+35 |
| 2025-01-23 | Merge branch 'pci/pci-sysfs' | Bjorn Helgaas | 1 | -124/+1 |
| 2025-01-23 | Merge branch 'pci/err' | Bjorn Helgaas | 1 | -28/+0 |
| 2025-01-21 | PCI: Don't include 'pm_wakeup.h' directly | Wolfram Sang | 1 | -1/+0 |
| 2025-01-18 | PCI: Remove devres from pci_intx() | Philipp Stanner | 1 | -41/+2 |
| 2025-01-18 | PCI: Export pci_intx_unmanaged() and pcim_intx() | Philipp Stanner | 1 | -0/+29 |
| 2025-01-15 | PCI: Add enable_device() and disable_device() callbacks for bridges | Frank Li | 1 | -1/+35 |
| 2025-01-15 | PCI/sysfs: Move reset related sysfs code to correct file | Ilpo Järvinen | 1 | -124/+1 |
| 2025-01-14 | PCI: Move TLP Log handling to its own file | Ilpo Järvinen | 1 | -27/+0 |
| 2025-01-14 | PCI: Don't expose pcie_read_tlp_log() outside PCI subsystem | Ilpo Järvinen | 1 | -1/+0 |
| 2024-12-19 | PCI: Honor Max Link Speed when determining supported speeds | Lukas Wunner | 1 | -2/+4 |
| 2024-12-05 | PCI: Encourage resource request API users to supply driver name | Philipp Stanner | 1 | -36/+33 |
| 2024-11-26 | Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -22/+56 |
| 2024-11-25 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -2/+3 |
| 2024-11-25 | Merge branch 'pci/tph' | Bjorn Helgaas | 1 | -0/+4 |
| 2024-11-25 | Merge branch 'pci/resource' | Bjorn Helgaas | 1 | -2/+1 |
| 2024-11-25 | Merge branch 'pci/reset' | Bjorn Helgaas | 1 | -1/+5 |
| 2024-11-20 | Merge tag 'devicetree-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
| 2024-11-16 | PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controller | Ilpo Järvinen | 1 | -1/+1 |
| 2024-11-13 | PCI: Warn if a running device is unaware of reset | Keith Busch | 1 | -0/+4 |
| 2024-11-13 | PCI: Add 'reset_subordinate' to reset hierarchy below bridge | Keith Busch | 1 | -1/+1 |
| 2024-11-11 | PCI: Store all PCIe Supported Link Speeds | Ilpo Järvinen | 1 | -16/+42 |
| 2024-10-29 | PCI: Fix pci_enable_acs() support for the ACS quirks | Jason Gunthorpe | 1 | -5/+9 |
| 2024-10-15 | PCI: Constify pci_register_io_range() fwnode_handle | Rob Herring (Arm) | 1 | -1/+1 |
| 2024-10-10 | PCI: Use resource_set_{range,size}() helpers | Ilpo Järvinen | 1 | -2/+1 |
| 2024-10-02 | PCI: Fix reset_method_store() memory leak | Todd Kjos | 1 | -2/+3 |
| 2024-10-02 | PCI: Add TLP Processing Hints (TPH) support | Wei Huang | 1 | -0/+4 |
| 2024-09-23 | Merge tag 'pci-v6.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -24/+51 |
| 2024-09-19 | Merge branch 'pci/controller/qcom' | Bjorn Helgaas | 1 | -7/+7 |
| 2024-09-19 | Merge branch 'pci/reset' | Bjorn Helgaas | 1 | -2/+6 |
| 2024-09-19 | Merge branch 'pci/enumeration' | Bjorn Helgaas | 1 | -2/+10 |
| 2024-09-13 | PCI: Pass domain number to pci_bus_release_domain_nr() explicitly | Manivannan Sadhasivam | 1 | -7/+7 |
| 2024-09-10 | PCI: Rename CRS Completion Status to RRS | Bjorn Helgaas | 1 | -2/+2 |
| 2024-09-10 | PCI: Wait for device readiness with Configuration RRS | Bjorn Helgaas | 1 | -13/+28 |
| 2024-09-09 | PCI: Use an error code with PCIe failed link retraining | Maciej W. Rozycki | 1 | -1/+1 |
| 2024-09-09 | PCI: Clear the LBMS bit after a link retrain | Maciej W. Rozycki | 1 | -1/+9 |
| 2024-08-09 | PCI: Wait for Link before restoring Downstream Buses | Ilpo Järvinen | 1 | -2/+6 |
| 2024-08-01 | PCI: Fix devres regression in pci_intx() | Philipp Stanner | 1 | -7/+8 |
| 2024-07-19 | Merge tag 'pci-v6.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -120/+186 |
| 2024-07-19 | Merge branch 'pci/controller/qcom' | Bjorn Helgaas | 1 | -18/+1 |
| 2024-07-19 | Merge branch 'pci/reset' | Bjorn Helgaas | 1 | -14/+24 |
| 2024-07-19 | Merge branch 'pci/dpc' | Bjorn Helgaas | 1 | -3/+3 |
| 2024-07-19 | Merge branch 'pci/devres' | Bjorn Helgaas | 1 | -27/+68 |
| 2024-07-12 | PCI: Extend ACS configurability | Vidya Sagar | 1 | -58/+90 |
| 2024-07-12 | PCI: Add missing bridge lock to pci_bus_lock() | Dan Williams | 1 | -14/+21 |
| 2024-07-11 | PCI: Add managed pcim_intx() | Philipp Stanner | 1 | -11/+8 |
| 2024-07-10 | PCI: Remove struct pci_devres.enabled status bit | Philipp Stanner | 1 | -6/+0 |
| 2024-07-10 | PCI: Document hybrid devres hazards | Philipp Stanner | 1 | -1/+46 |
| 2024-07-10 | PCI: Add managed pcim_request_region() | Philipp Stanner | 1 | -32/+15 |
| 2024-07-10 | PCI: Add managed partial-BAR request and map infrastructure | Philipp Stanner | 1 | -0/+22 |
| 2024-07-09 | PCI: Bring the PCIe speed to MBps logic to new pcie_dev_speed_mbps() | Krishna chaitanya chundru | 1 | -18/+1 |
| 2024-07-01 | PCI/DPC: Fix use-after-free on concurrent DPC and hot-removal | Lukas Wunner | 1 | -3/+3 |
| 2024-06-04 | PCI: Warn on missing cfg_access_lock during secondary bus reset | Dan Williams | 1 | -0/+3 |
| 2024-06-04 | PCI: Revert the cfg_access_lock lockdep mechanism | Dan Williams | 1 | -1/+0 |
| 2024-05-16 | Merge branch 'pci/misc' | Bjorn Helgaas | 1 | -4/+5 |
| 2024-05-16 | Merge branch 'pci/pm' | Bjorn Helgaas | 1 | -0/+12 |
| 2024-05-16 | Merge branch 'pci/enumeration' | Bjorn Helgaas | 1 | -18/+10 |
| 2024-05-16 | PCI: Do not wait for disconnected devices when resuming | Ilpo Järvinen | 1 | -0/+5 |
| 2024-05-16 | PCI: Remove unused pci_enable_device_io() | Heiner Kallweit | 1 | -14/+0 |
| 2024-05-08 | PCI: Make pcie_bandwidth_capable() static | Ilpo Järvinen | 1 | -2/+3 |
| 2024-05-08 | PCI/CXL: Add 'cxl_bus' reset method for devices below CXL Ports | Dave Jiang | 1 | -0/+39 |
| 2024-05-08 | PCI/CXL: Fail bus reset if upstream CXL Port has SBR masked | Dave Jiang | 1 | -0/+42 |
| 2024-05-08 | PCI: Lock upstream bridge for pci_reset_function() | Dave Jiang | 1 | -0/+13 |
| 2024-04-25 | PCI: Clarify intent of LT wait | Ilpo Järvinen | 1 | -3/+4 |
| 2024-04-25 | PCI: Wait for Link Training==0 before starting Link retrain | Ilpo Järvinen | 1 | -1/+1 |
| 2024-04-18 | PCI: Annotate pci_cache_line_size variables as __ro_after_init | Heiner Kallweit | 1 | -2/+2 |
| 2024-04-10 | PCI/PM: Avoid D3cold for HP Pavilion 17 PC/1972 PCIe Ports | Mario Limonciello | 1 | -0/+12 |
| 2024-03-14 | Merge tag 'pci-v6.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -458/+38 |
| 2024-03-13 | Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds | 1 | -1/+1 |
| 2024-03-12 | Merge branch 'pci/enumeration' | Bjorn Helgaas | 1 | -144/+0 |
| 2024-03-12 | Merge branch 'pci/devres' | Bjorn Helgaas | 1 | -249/+0 |
| 2024-03-12 | Merge branch 'pci/aspm' | Bjorn Helgaas | 1 | -65/+10 |
| 2024-03-12 | PCI/ASPM: Disable L1 before configuring L1 Substates | Bjorn Helgaas | 1 | -13/+3 |
| 2024-03-12 | PCI/ASPM: Call pci_save_ltr_state() from pci_save_pcie_state() | David E. Box | 1 | -7/+7 |
| 2024-03-12 | PCI/ASPM: Save L1 PM Substates Capability for suspend/resume | David E. Box | 1 | -2/+15 |
| 2024-03-11 | mm: Introduce vmap_page_range() to map pages in PCI address space | Alexei Starovoitov | 1 | -2/+2 |
| 2024-03-11 | Merge branch 'pm-runtime' | Rafael J. Wysocki | 1 | -1/+1 |
| 2024-03-08 | PCI/AER: Generalize TLP Header Log reading | Ilpo Järvinen | 1 | -0/+28 |
| 2024-03-07 | PCI/ASPM: Move pci_save_ltr_state() to aspm.c | David E. Box | 1 | -40/+0 |
| 2024-03-07 | PCI/ASPM: Move pci_configure_ltr() to aspm.c | David E. Box | 1 | -18/+0 |
| 2024-02-17 | Merge tag 'pci-v6.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -15/+22 |
| 2024-02-12 | PCI: Move devres code from pci.c to devres.c | Philipp Stanner | 1 | -249/+0 |
| 2024-02-12 | PM: runtime: Simplify pm_runtime_get_if_active() usage | Sakari Ailus | 1 | -1/+1 |
| 2024-02-09 | PCI: Fix active state requirement in PME polling | Alex Williamson | 1 | -15/+22 |
| 2024-01-31 | PCI/ASPM: Fix deadlock when enabling ASPM | Johan Hovold | 1 | -26/+52 |
| 2024-01-29 | PCI: Place interrupt related code into irq.c | Ilpo Järvinen | 1 | -144/+0 |
| 2024-01-18 | Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxl | Linus Torvalds | 1 | -2/+36 |
| 2024-01-17 | Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -11/+74 |
| 2024-01-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+6 |
| 2024-01-02 | Revert "PCI/ASPM: Remove pcie_aspm_pm_state_change()" | Bjorn Helgaas | 1 | -0/+6 |
| 2023-12-22 | cxl: Calculate and store PCI link latency for the downstream ports | Dave Jiang | 1 | -2/+36 |
| 2023-12-15 | PCI: Use resource names in PCI log messages | Puranjay Mohan | 1 | -11/+14 |
| 2023-12-15 | PCI: Update BAR # and window messages | Puranjay Mohan | 1 | -0/+60 |
| 2023-11-18 | PCI: Add debug print for device ready delay | Ido Schimmel | 1 | -0/+3 |