messages from 2026-08-21 19:41:08 to 2026-08-24 21:08:19 UTC [more...]
[PATCH v4 00/18] PCI/P2PDMA: Fix ACS egress control handling
2026-08-24 21:08 UTC (44+ messages)
` [PATCH v4 01/18] PCI/P2PDMA: Do not tear down the allocate attribute on registration failure
` [PATCH v4 02/18] PCI/P2PDMA: Wait for RCU readers before freeing state
` [PATCH v4 03/18] PCI/P2PDMA: Restrict the p2pmem search to pool backed providers
` [PATCH v4 04/18] PCI/P2PDMA: Safely terminate ACS redirect lists
` [PATCH v4 05/18] PCI/P2PDMA: Document the pdev->p2pdma lifetime and RCU rules
` I
` [PATCH v4 06/18] PCI/P2PDMA: Gate the host bridge whitelist warning on verbose
` [PATCH v4 07/18] PCI/P2PDMA: Document the Address Type assumption
` [PATCH v4 08/18] PCI: Account for Direct Translated P2P in ACS isolation checks
` [PATCH v4 09/18] PCI: Add ACS egress control vector accessor
` [PATCH v4 10/18] PCI: Account for ACS egress control in isolation checks
` [PATCH v4 11/18] PCI/P2PDMA: Derive peer-to-peer routing from ACS control bits
` [PATCH v4 12/18] PCI/P2PDMA: Honor ACS egress control vectors
` [PATCH v4 13/18] PCI/P2PDMA: Document ACS egress control handling
` [PATCH v4 14/18] PCI/P2PDMA: Extract pure ACS routing decision helpers
` [PATCH v4 15/18] PCI/P2PDMA: Add KUnit tests for ACS routing decisions
` [PATCH v4 16/18] PCI/P2PDMA: Add KUnit coverage for the ACS P2P routing walk
` [PATCH v4 17/18] PCI: Add KUnit coverage for ACS isolation checks
` [PATCH v4 18/18] PCI/P2PDMA: Log detailed ACS routing diagnostics
[pciutils PATCH v2] lspci: Determine bridge window address size from bridge_flags
2026-08-24 20:58 UTC (8+ messages)
[PATCH RFC 0/7] PCI/HMAT: Describe P2PDMA reachability and performance
2026-08-24 20:24 UTC (3+ messages)
[PATCH v8 00/12] PCI: liveupdate: PCI core support for Live Update
2026-08-24 20:14 UTC (17+ messages)
` [PATCH v8 02/12] PCI: liveupdate: Track outgoing preserved PCI devices
` [PATCH v8 03/12] PCI: liveupdate: Track incoming "
` [PATCH v8 06/12] PCI: liveupdate: Auto-preserve upstream bridges across Live Update
` [PATCH v8 08/12] PCI: liveupdate: Adopt ACS controls in incoming preserved devices
` [PATCH v8 09/12] PCI: liveupdate: Adopt ARI Forwarding Enable on preserved bridges
` [PATCH v8 10/12] PCI: liveupdate: Freeze preservation status during shutdown
` [PATCH v8 11/12] PCI: liveupdate: Do not disable bus mastering on preserved devices during kexec
` [PATCH v8 12/12] Documentation: PCI: Add documentation for Live Update
[PATCH v3 0/5] iommu/amd: Refactors for ATS robustness
2026-08-24 18:13 UTC (12+ messages)
` [PATCH v3 1/5] iommu/amd: Refactor device probe and capability initialization
` [PATCH v3 2/5] iommu/amd: Fix DTE clearing and rename iommu_ignore_device()
` [PATCH v3 3/5] iommu/amd: Split probe error paths to preserve IRQ remapping
` [PATCH v3 4/5] iommu/amd: Fail probe on ATS configuration failure
` [PATCH v3 5/5] PCI/ATS: Mandate checking pci_ats_supported() before pci_prepare_ats()
[PATCH 0/2] Add PCI quirk for Tenstorrent Blackhole to work on systems without enough host bridge aperture space
2026-08-24 17:04 UTC (5+ messages)
` [PATCH 1/2] PCI: Add Tenstorrent vendor ID to linux/pci_ids.h
` [PATCH 2/2] PCI: quirks: Drop unassignable 32 GiB BAR 4 on Tenstorrent Blackhole
[PATCH 0/3] x86/irq: Fix lost interrupts on CPU hot-unplug for Hyper-V PCI/MSI
2026-08-24 16:59 UTC (13+ messages)
` [PATCH 1/3] PCI: hv: Set irq_retrigger callback for the Hyper-V PCI MSI irqchip
` [PATCH 2/3] x86/irq: Use irq_chip_retrigger_hierarchy() in fixup_irqs()
` [PATCH 3/3] x86/irq, iommu/amd, PCI: Drop redundant irq_retrigger inits
[PATCH v8 0/1] Rust PCI capability infrastructure and SR-IOV support
2026-08-24 16:25 UTC (10+ messages)
` [PATCH v8 1/1] rust: pci: add extended capability "
[PATCH v4] PCI: imx6: fix resource leaks in probe error paths
2026-08-24 15:28 UTC (2+ messages)
[PATCH v5 0/2] PCI: mediatek-gen3: Add 2-lanes mode support + clock
2026-08-24 14:52 UTC (6+ messages)
` [PATCH v5 2/2] PCI: mediatek-gen3: Add 2-lanes mode support for Airoha AN7581
[PATCH] PCI: imx6: fix power domain leak on probe failure
2026-08-24 14:42 UTC (8+ messages)
` [PATCH v2] PCI: imx6: fix resource leaks in probe error paths
` [PATCH v3] "
[PATCH v3] PCI: Skip Target Speed quirk on clamped ports with no link
2026-08-24 14:26 UTC (6+ messages)
[PATCH v2] iommu/amd: Force identity mode for selected GPUs only
2026-08-24 13:24 UTC (4+ messages)
[REGRESSION] PCIe/qcom: on-board WCN7850 link stuck in Polling on X1E80100 (Surface Pro 11)
2026-08-24 12:46 UTC (3+ messages)
[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
2026-08-24 12:26 UTC (19+ messages)
` [PATCH v20 1/8] rust: alloc: add `KBox::into_non_null`
` [PATCH v20 2/8] rust: types: Add Ownable/Owned types
` [PATCH v20 3/8] rust: implement `ForeignOwnable` for `Owned`
` [PATCH v20 4/8] rust: page: convert to `Ownable`
` [PATCH v20 5/8] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v20 6/8] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v20 7/8] rust: Add `OwnableRefCounted`
` [PATCH v20 8/8] rust: page: add `from_raw()`
[PATCH v2 0/5] iommu/amd: Refactors for ATS robustness
2026-08-24 10:37 UTC (15+ messages)
` [PATCH v2 1/5] iommu/amd: Refactor device probe and capability initialization
` [PATCH v2 2/5] iommu/amd: Fix DTE clearing and rename iommu_ignore_device()
` [PATCH v2 3/5] iommu/amd: Split probe error paths to preserve IRQ remapping
` [PATCH v2 4/5] iommu/amd: Fail probe on ATS configuration failure
` [PATCH v2 5/5] PCI/ATS: Mandate checking pci_ats_supported() before pci_prepare_ats()
[PATCH v1 1/2] vsprintf: Add %pR human-readable size
2026-08-24 8:31 UTC (4+ messages)
[PATCH v1 0/2] PCI: Include human-readable BAR and window sizes
2026-08-24 8:18 UTC (5+ messages)
` [PATCH v1 2/2] PCI: Include human-readable sizes in resource assignment messages
[PATCH v10 00/12] PCI/CXL: Add CXL reset support for Type 2 devices
2026-08-24 7:53 UTC (11+ messages)
` [PATCH v10 01/12] cxl: Move HDM decoder programming helpers
` [PATCH v10 02/12] cxl: Pass decoder settings to HDM commit helpers
` [PATCH v10 04/12] cxl: Cache decoder settings on PCI devices
` [PATCH v10 05/12] cxl: Cache endpoint decoder settings during PCI enumeration
[PATCH] PCI: qcom: Add register dump support for PCIe Link Down events
2026-08-24 7:17 UTC (3+ messages)
[PATCH v3 0/2] PCI: qcom: Implement shutdown() to avoid SMMU/NoC errors on reboot
2026-08-24 6:42 UTC (6+ messages)
` [PATCH v3 1/2] PCI: dwc: Force L2 link entry on shutdown/reboot without D3cold check
` [PATCH v3 2/2] PCI: qcom: Implement shutdown() callback
[pci:next] BUILD SUCCESS 9324becc398a1f9e67c91a3d652a7c56e5afc7f4
2026-08-24 5:10 UTC
[PATCH v7 00/10] PCI: endpoint: Add PCI DMA endpoint function
2026-08-24 2:12 UTC (9+ messages)
[PATCH v2 0/3] x86/irq: Fix lost interrupts on CPU hot-unplug for Hyper-V PCI/MSI
2026-08-24 0:22 UTC (3+ messages)
` [PATCH v2 1/3] PCI: hv: Set irq_retrigger callback for the Hyper-V PCI MSI irqchip
[PATCH RFC 0/2] Support Hyper-V vPCI controller reset method
2026-08-23 23:57 UTC (4+ messages)
` [PATCH RFC 2/2] PCI: hv: Add vPCI device reset support
` [EXTERNAL] "
[GIT PULL] PCI changes for v7.3
2026-08-23 20:50 UTC (2+ messages)
[PATCH RFC 0/3] pci_hp: fix surprise removal hang during safe removal
2026-08-23 18:44 UTC (7+ messages)
` [PATCH RFC 1/3] misc: add edu_srpoc surprise removal POC driver
` [PATCH RFC 2/3] pciehp: add disconnect_work work_struct
` [PATCH RFC 3/3] pciehp_hpc: workaround to not wait in pciehp_isr on surprise removal
[PATCH v7 0/2] pci: AMD: Add Versal2 CPM6 PCIe host controller support
2026-08-23 4:21 UTC (5+ messages)
` [PATCH v7 1/2] dt-bindings: PCI: amd-mdb: Add CPM6 support
` [PATCH v7 2/2] PCI: amd-mdb: Add CPM6 host controller support
[REGRESSION] PCI: Dynamic OF node creation hangs on invalid bridge configuration
2026-08-23 2:14 UTC
[PATCH 0/3] PCI: dra7xx: fix resource leaks in probe error paths
2026-08-22 15:20 UTC (7+ messages)
` [PATCH 1/3] PCI: dra7xx: Fix clock enable leak on probe failure
` [PATCH 2/3] PCI: dra7xx: Fix device link leak when devm_phy_get() fails
` [PATCH 3/3] PCI: dra7xx: Fix device links leak when dra7xx_pcie_enable_phy() fails
[RFC] cxl: Device protocol AER injection
2026-08-22 8:23 UTC (2+ messages)
[PATCH v2 0/2] PCI: qcom: Implement shutdown() to avoid SMMU/NoC errors on reboot
2026-08-22 5:49 UTC (5+ messages)
` [PATCH v2 1/2] PCI: dwc: Force L2 link entry on shutdown/reboot without D3cold check
` [PATCH v2 2/2] PCI: qcom: Implement shutdown() callback
[PATCH] PCI: imx6: fix pwrctrl device leak on PM runtime setup failure
2026-08-22 1:36 UTC (2+ messages)
linux-acpi@vger.kernel.org rafael@kernel.org bhelgaas@google.com mario.limonciello@amd.com benh@debian.org linux-pm@vger.kernel.org alison@she-devel.com b@bfa.lk
2026-08-22 1:36 UTC
[PATCH v4 00/27] vfio/pci: Add CXL Type-2 device passthrough support
2026-08-22 1:22 UTC (4+ messages)
` [PATCH v4 01/27] cxl: Fix resource.c include path and export cxl_restore_hdm_after_pci_reset
[PATCH 2/3] PCI: hv: unmap MSI interrupt on the nested root partition teardown path
2026-08-22 0:52 UTC (4+ messages)
` [PATCH 3/3] PCI: hv: fix interrupt affinity change on the nested root partition
[PATCH 0/2] PCI: introduce TC9564 misc driver
2026-08-21 22:07 UTC (6+ messages)
` [PATCH 1/2] dt-bindings: misc: introduce pci1179,0220.yaml
[PATCH v2] pci: Add broken-GPE quirk for Lenovo Legion 16APH8 and 16AHP9 Nvidia GPUs
2026-08-21 20:14 UTC (2+ messages)
[RFC PATCH 0/1] vfio: circular locking dependency in pci_dev_reset_iommu_prepare()
2026-08-21 19:46 UTC (3+ messages)
` [RFC PATCH 1/1] selftests: vfio: Add mmap fault and device reset test
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