messages from 2025-12-23 22:35:39 to 2025-12-29 17:27:06 UTC [more...]
[PATCH v3 0/7] PCI/pwrctrl: Major rework to integrate pwrctrl devices with controller drivers
2025-12-29 17:26 UTC (7+ messages)
` [PATCH v3 1/7] PCI/pwrctrl: tc9563: Use put_device() instead of i2c_put_adapter()
` [PATCH v3 2/7] PCI/pwrctrl: Add 'struct pci_pwrctrl::power_{on/off}' callbacks
` [PATCH v3 3/7] PCI/pwrctrl: Add APIs for explicitly creating and destroying pwrctrl devices
` [PATCH v3 4/7] PCI/pwrctrl: Add APIs to power on/off the "
` [PATCH v3 5/7] PCI/pwrctrl: Switch to the new pwrctrl APIs
` [PATCH v3 7/7] PCI: qcom: Rename PERST# assert/deassert helpers for uniformity
[PATCH] Documentation: PCI: Fix typos in msi-howto.rst
2025-12-29 17:24 UTC (5+ messages)
[PATCH] PCI: Avoid work_on_cpu() in async probe workers
2025-12-29 17:20 UTC (2+ messages)
[PATCH] PCI: shpchp: add WQ_PERCPU to alloc_workqueue users
2025-12-29 16:40 UTC (3+ messages)
[PATCH] PCI: pnv_php: add WQ_PERCPU to alloc_workqueue users
2025-12-29 16:38 UTC (3+ messages)
[PATCH 0/2] PCI/ASPM: Avoid L0s and L1 on Sophgo 2042/2044 PCIe Root Ports
2025-12-29 15:11 UTC (7+ messages)
` [PATCH 1/2] PCI/ASPM: Avoid L0s and L1 on Sophgo 2042 PCIe [1f1c:2042] "
` [PATCH 2/2] PCI/ASPM: Avoid L0s and L1 on Sophgo 2044 PCIe [1f1c:2044] "
[PATCH v4 0/3] Add test to verify probe of devices from discoverable buses
2025-12-29 14:14 UTC (4+ messages)
` [PATCH v4 1/3] kselftest: "
[PATCH v2] PCI: dwc: Use cfg0_base as iMSI-RX target address to support 32-bit MSI devices
2025-12-29 14:01 UTC (2+ messages)
[PATCH v6 0/2] PCI: Add support for PCIe WAKE# interrupt
2025-12-29 14:01 UTC (4+ messages)
` [PATCH v6 2/2] "
[PATCH v1 0/4] ACPI: scan: Handle generic system devices directly
2025-12-29 13:59 UTC (11+ messages)
` [PATCH v1 1/4] ACPI: PNP: Drop PNP0C01 and PNP0C02 from acpi_pnp_device_ids[]
` [PATCH v1 2/4] platform/x86/intel/hid: Stop creating a platform device
` [PATCH v1 3/4] platform/x86/intel/vbtn: "
[PATCH v4 3/3] kselftest: devices: Add sample board file for XPS 13 9300
2025-12-29 13:42 UTC (3+ messages)
[PATCH v9 0/2] Add driver support for Eswin EIC7700 SoC PCIe controller
2025-12-29 12:28 UTC (4+ messages)
` [PATCH v9 1/2] dt-bindings: PCI: eic7700: Add Eswin PCIe host controller
` [PATCH v9 2/2] PCI: eic7700: Add Eswin PCIe host controller driver
[PATCH v2] PCI: endpoint: Constify struct configfs_item_operations and configfs_group_operations
2025-12-29 11:13 UTC
[PATCH v2 0/3] PCI: dwc: Fix missing iATU setup when ECAM is enabled
2025-12-29 10:42 UTC (4+ messages)
` [PATCH v2 1/3] PCI: dwc: Fix skipped index 0 in outbound ATU setup
` [PATCH v2 2/3] PCI: dwc: Correct iATU index increment for MSG TLP region
` [PATCH v2 3/3] PCI: dwc: Fix missing iATU setup when ECAM is enabled
[PATCH v2 0/3] Miscellaneous fixes for pci subsystem
2025-12-29 9:36 UTC (5+ messages)
` [PATCH v2 1/3] PCI/sysfs: Fix null pointer dereference during hotplug
` [PATCH v2 2/3] PCI: Prevent overflow in proc_bus_pci_write()
` [PATCH v2 3/3] PCI/sysfs: Prohibit unaligned access to I/O port on non-x86
[PATCH 2/2] PCI: dwc: Fix missing iATU setup when ECAM is enabled
2025-12-29 6:20 UTC (3+ messages)
[PATCH 00/33 v5] cpuset/isolation: Honour kthreads preferred affinity
2025-12-29 3:53 UTC (56+ messages)
` [PATCH 01/33] PCI: Prepare to protect against concurrent isolated cpuset change
` [PATCH 02/33] cpu: Revert "cpu/hotplug: Prevent self deadlock on CPU hot-unplug"
` [PATCH 03/33] memcg: Prepare to protect against concurrent isolated cpuset change
` [PATCH 04/33] mm: vmstat: "
` [PATCH 05/33] sched/isolation: Save boot defined domain flags
` [PATCH 06/33] cpuset: Convert boot_hk_cpus to use HK_TYPE_DOMAIN_BOOT
` [PATCH 07/33] driver core: cpu: Convert /sys/devices/system/cpu/isolated "
` [PATCH 08/33] net: Keep ignoring isolated cpuset change
` [PATCH 09/33] block: Protect against concurrent "
` [PATCH 10/33] timers/migration: Prevent from lockdep false positive warning
` [PATCH 11/33] cpu: Provide lockdep check for CPU hotplug lock write-held
` [PATCH 12/33] cpuset: Provide lockdep check for cpuset lock held
` [PATCH 13/33] sched/isolation: Convert housekeeping cpumasks to rcu pointers
` [PATCH 14/33] cpuset: Update HK_TYPE_DOMAIN cpumask from cpuset
` [PATCH 15/33] sched/isolation: Flush memcg workqueues on cpuset isolated partition change
` [PATCH 16/33] sched/isolation: Flush vmstat "
` [PATCH 17/33] PCI: Flush PCI probe workqueue "
` [PATCH 18/33] cpuset: Propagate cpuset isolation update to workqueue through housekeeping
` [PATCH 19/33] cpuset: Propagate cpuset isolation update to timers "
` [PATCH 20/33] timers/migration: Remove superfluous cpuset isolation test
` [PATCH 21/33] cpuset: Remove cpuset_cpu_is_isolated()
` [PATCH 22/33] sched/isolation: Remove HK_TYPE_TICK test from cpu_is_isolated()
` [PATCH 23/33] PCI: Remove superfluous HK_TYPE_WQ check
` [PATCH 24/33] kthread: Refine naming of affinity related fields
` [PATCH 25/33] kthread: Include unbound kthreads in the managed affinity list
` [PATCH 26/33] kthread: Include kthreadd to "
` [PATCH 27/33] kthread: Rely on HK_TYPE_DOMAIN for preferred affinity management
` [PATCH 28/33] sched: Switch the fallback task allowed cpumask to HK_TYPE_DOMAIN
` [PATCH 29/33] sched/arm64: Move fallback task "
` [PATCH 30/33] kthread: Honour kthreads preferred affinity after cpuset changes
` [PATCH 31/33] kthread: Comment on the purpose and placement of kthread_affine_node() call
` [PATCH 32/33] kthread: Document kthread_affine_preferred()
` [PATCH 33/33] doc: Add housekeeping documentation
[PATCH pciutils] dump: Support `lspci -F -` for stdin
2025-12-28 20:34 UTC (2+ messages)
[PATCH v4 0/5] PCI: Add initial support for handling PCIe M.2 connectors in devicetree
2025-12-28 17:01 UTC (6+ messages)
` [PATCH v4 1/5] dt-bindings: ata: sata: Document the graph port
` [PATCH v4 2/5] dt-bindings: connector: Add PCIe M.2 Mechanical Key M connector
` [PATCH v4 3/5] PCI/pwrctrl: Add support for handling PCIe M.2 connectors
` [PATCH v4 4/5] PCI/pwrctrl: Create pwrctrl device if the graph port is found
` [PATCH v4 5/5] power: sequencing: Add the Power Sequencing driver for the PCIe M.2 connectors
[PATCH v3 0/4] PCI: Add initial support for handling PCIe M.2 connectors in devicetree
2025-12-28 15:12 UTC (4+ messages)
` [PATCH v3 1/4] dt-bindings: connector: Add PCIe M.2 Mechanical Key M connector
[PATCH 0/5] PCI: Remove unsupported or incomplete PCIe Capabilities
2025-12-28 7:49 UTC (7+ messages)
` [PATCH 2/5] PCI: dwc: Add new APIs to remove standard and extended Capability
[PATCH 3/5] PCI: dwc: Remove MSI/MSIX capability if iMSI-RX is used as MSI controller
2025-12-28 7:02 UTC (4+ messages)
[PATCH 00/21] vfio/pci: Base support to preserve a VFIO device file across Live Update
2025-12-28 4:03 UTC (3+ messages)
` [PATCH 19/21] vfio: selftests: Expose low-level helper routines for setting up struct vfio_pci_device
[RFC 2/2] Set steering-tag directly for PCIe P2P memory access
2025-12-27 19:22 UTC (2+ messages)
[pci:controller/dwc-meson] BUILD SUCCESS 113d9712f63b410e0567756ea41fc3f7cb878008
2025-12-27 14:34 UTC
[pci:controller/dwc-qcom] BUILD SUCCESS fcbe20b73fb4f723c160065dda2b31f86df215ba
2025-12-27 13:34 UTC
[pci:next] BUILD SUCCESS b5e65f4b1e1abbd85598924dfbcc13b850cb7806
2025-12-27 13:09 UTC
[pci:controller/cadence] BUILD SUCCESS 0297dce758a021ccf2c0f4e164d5403ef722961c
2025-12-27 8:08 UTC
[pci:controller/tegra] BUILD SUCCESS aac5ba6acc79b37b01dfc9dd23eb457c89cf06f6
2025-12-27 5:25 UTC
[PATCH 3/5] PCI: dwc: Remove MSI/MSIX capability if iMSI-RX is used as MSI controller
2025-12-27 4:58 UTC (3+ messages)
[PATCH v2 5/5] PCI/pwrctrl: Switch to the new pwrctrl APIs
2025-12-27 4:44 UTC (3+ messages)
[PATCH v2 1/5] PCI: qcom: Parse PERST# from all PCIe bridge nodes
2025-12-27 4:42 UTC (3+ messages)
[PATCH] PCI: qcom: Clear ASPM L0s CAP for MSM8996 SoC
2025-12-27 4:28 UTC (3+ messages)
[PATCH v2] PCI: rcar-host: Add OF Kconfig dependency to avoid objtool no-cfi warning
2025-12-26 23:46 UTC (2+ messages)
[PATCH v2 1/6] Revert "PCI: dw-rockchip: Don't wait for link since we can detect Link Up"
2025-12-26 22:31 UTC (2+ messages)
[PATCH] PCI: j721e: Add config guards for Cadence Host and Endpoint library APIs
2025-12-26 17:19 UTC (2+ messages)
[PATCH v1] ACPI: bus: Adjust acpi_osc_handshake() parameter list
2025-12-26 13:48 UTC
[PATCH v2] PCI: Provide pci_free_irq_vectors() for CONFIG_PCI=n
2025-12-26 11:39 UTC
[PATCH] PCI: Provide pci_free_irq_vectors() for CONFIG_PCI=n
2025-12-26 11:11 UTC (6+ messages)
Question about ARI + SR-VIO
2025-12-25 9:57 UTC
[PATCH] x86/PCI: add a check for alloc_pci_root_info()
2025-12-25 1:28 UTC
[pci:trace] BUILD SUCCESS d0eb853678a21bf9066d40ca8217f896619e9773
2025-12-24 22:49 UTC
[pci:resource] BUILD SUCCESS 11721c45a8266a9d0c9684153d20e37159465f96
2025-12-24 22:23 UTC
[pci:endpoint] BUILD SUCCESS 4a217a736da4614779adff3543a4112df6cc5a0c
2025-12-24 22:20 UTC
[PATCH v2 0/4] PCI: rockchip: 5.0 GT/s speed may be dangerous
2025-12-24 21:57 UTC (14+ messages)
` [PATCH v2 1/4] PCI: rockchip: limit RK3399 to 2.5 GT/s to prevent damage
[pci:controller/aspeed] BUILD SUCCESS e5c2061442dda716fb08cc4eff485220c94e6475
2025-12-24 15:43 UTC
[PATCH] PCI: endpoint: replace use of system_wq with system_percpu_wq
2025-12-24 15:02 UTC (2+ messages)
[pci:controller/cadence] BUILD SUCCESS a306722d67c2089617c6b20948b84bbd5c84dab8
2025-12-24 13:45 UTC
[pci:controller/dwc] BUILD SUCCESS 37781eb814e16c75abb78dec2f9412d2e4d88298
2025-12-24 13:03 UTC
[pci:controller/xilinx] BUILD SUCCESS f42b3c053b1554d66af6fe45bb1ef357464c0456
2025-12-24 12:43 UTC
[PATCH v2 0/4] PCI: tegra: A couple of cleanups
2025-12-24 12:41 UTC (4+ messages)
` [PATCH v2 1/4] dt-bindings: PCI: Convert nvidia,tegra-pcie to DT schema
[PATCH] PCI: dwc: Remove duplicate dw_pcie_ep_hide_ext_capability() function
2025-12-24 10:10 UTC
[pci:controller/dwc-imx6] BUILD SUCCESS d8574ce57d760a958623c8f6bc3c55b5187a7bd7
2025-12-24 10:06 UTC
[PATCH] PCI: dw-rockchip: Disable BAR 0 and BAR 1 for RC mode
2025-12-24 10:01 UTC
[PATCH 00/13] Enable compound page for p2pdma memory
2025-12-24 9:22 UTC (7+ messages)
` [PATCH 10/13] PCI/P2PDMA: support compound page in p2pmem_alloc_mmap()
[PATCH v5 0/2] PCI: Fix isolated function probing and enable ARI for s390
2025-12-24 9:12 UTC (14+ messages)
` [PATCH v5 1/2] PCI: Fix isolated PCI function probing with ARI and SR-IOV
[PATCH 0/5] Add calibration for Synopsys PCIe PHY and Controller
2025-12-24 7:10 UTC (6+ messages)
` [PATCH 1/5] PCI: dw-rockchip: Add phy_calibrate() to check PHY lock status
` [PATCH 2/5] phy: rockchip-snps-pcie3: Add phy_calibrate() support
` [PATCH 3/5] phy: rockchip-snps-pcie3: Increase sram init timeout
` [PATCH 4/5] phy: rockchip-snps-pcie3: Check more sram init status for RK3588
` [PATCH 5/5] phy: rockchip-snps-pcie3: Only check PHY1 status when using it
[PATCH v7 0/7] Add ASPEED PCIe Root Complex support
2025-12-24 5:32 UTC (4+ messages)
` [PATCH v7 4/7] PHY: aspeed: Add ASPEED PCIe PHY driver
[pci:controller/dwc-qcom] BUILD SUCCESS 91f2fb5fe4735c6c99c000857f2e0bd7ebbddb95
2025-12-24 4:52 UTC
[PATCH 0/5] PCI/MSI: Generalize no_64bit_msi into msi_addr_mask
2025-12-24 4:51 UTC (7+ messages)
` [PATCH 1/5] PCI/MSI: Conservatively generalize "
` [PATCH 2/5] PCI/MSI: Check msi_addr_mask in msi_verify_entries()
` [PATCH 3/5] drm/radeon: Raise msi_addr_mask to 40 bits for pre-Bonaire
` [PATCH 4/5] ALSA: hda/intel: Raise msi_addr_mask to dma_bits
` [PATCH RFC net-next 5/5] net: ionic: Set msi_addr_mask to IONIC_ADDR_LEN-bit everywhere
[RESEND PATCH] vfio/pci: Skip hot reset on Link-Down
2025-12-24 2:50 UTC (2+ messages)
[PATCH 0/5 v8] Make ELOG and GHES log and trace consistently
2025-12-24 2:20 UTC (5+ messages)
` [PATCH 1/5 v8] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/5 v8] ACPI: extlog: Trace CPER PCI Express Error Section
[PATCH 1/3] PCI/sysfs: fix null pointer dereference during PCI hotplug
2025-12-24 1:28 UTC (2+ messages)
[PATCH] PCI/IDE: Fix duplicate stream symlink names for TSM class devices
2025-12-24 1:00 UTC (3+ messages)
[PATCH] PCI: dwc: Use cfg0_base as iMSI-RX target address to support 32-bit MSI devices
2025-12-24 0:29 UTC (7+ messages)
[PATCH 3/5 v8] acpi/ghes: Add helper for CPER CXL protocol errors checks
2025-12-23 23:58 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox