messages from 2026-06-04 18:02:03 to 2026-06-09 22:20:11 UTC [more...]
[cxl:for-7.3/cxl-type2-enabling] BUILD REGRESSION 9b1e70e8f9ec4b5c6ce7fa774a0023bb6894c686
2026-06-09 22:19 UTC
[PATCH v27 0/5] Type2 device basic support
2026-06-09 22:18 UTC (8+ messages)
` [PATCH v27 1/5] sfc: add cxl support
` [PATCH v27 2/5] cxl/sfc: Map cxl regs
` [PATCH v27 3/5] cxl/sfc: Initialize dpa without a mailbox
` [PATCH v27 4/5] sfc: obtain and map cxl range using devm_cxl_probe_mem
` [PATCH v27 5/5] sfc: support pio mapping based on cxl
[PATCH] cxl/ras: Fix match_memdev_by_parent() pointer type mismatch
2026-06-09 20:33 UTC (5+ messages)
[cxl:for-7.3/cxl-type2-enabling 5/5] mem.c:undefined reference to `cxl_memdev_attach_region'
2026-06-09 20:10 UTC
[cxl:for-7.3/cxl-type2-enabling 5/5] ld.lld: error: undefined symbol: cxl_memdev_attach_region
2026-06-09 18:44 UTC
[PATCH v4 0/9] dax/kmem: atomic whole-device hotplug via sysfs
2026-06-09 18:33 UTC (31+ messages)
` [PATCH v4 1/9] mm/memory: add memory_block_aligned_range() helper
` [PATCH v4 2/9] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH v4 3/9] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH v4 4/9] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH v4 5/9] mm/memory_hotplug: add multi-range hotunplug
` [PATCH v4 6/9] dax: plumb hotplug online_type through dax
` [PATCH v4 7/9] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH v4 8/9] dax/kmem: add sysfs interface for atomic hotplug
` [PATCH v4 9/9] selftests/dax: add dax/kmem hotplug sysfs regression test
[PATCH] cxl/test: reject wrapped GET_LOG offsets
2026-06-09 18:08 UTC (3+ messages)
[PATCH] cxl/region: Avoid variable shadowing in region attach paths
2026-06-09 18:01 UTC (4+ messages)
[PATCH v10 00/31] DCD: Add support for Dynamic Capacity Devices (DCD)
2026-06-09 17:36 UTC (12+ messages)
` [PATCH v10 10/31] cxl/mem: Configure dynamic capacity interrupts
` [PATCH v10 12/31] cxl/mem: Set up framework for handling DC Events
` [PATCH v10 13/31] cxl/mem: Add 20 second timeout for stalled DC_ADD_CAPACITY chains
[PATCH] cxl: Fix CXL_HEADERLOG_SIZE to match RAS Capability size
2026-06-09 17:33 UTC (6+ messages)
[PATCH v2] cxl/port: Fix missing port lock in cxl_dport_remove()
2026-06-09 16:03 UTC (7+ messages)
[PATCH v5 00/10] ACPI: APEI: share GHES CPER helpers and add DT FFH provider
2026-06-09 14:58 UTC (4+ messages)
` [PATCH v5 07/10] ACPI: APEI: introduce GHES helper
[PATCH 4/4] hw/cxl: Map committed HDM decoder ranges as RAM for direct DMA
2026-06-09 12:56 UTC (4+ messages)
` [PATCH 2/4] hw/riscv/virt-acpi-build: Add _DEP to ACPI0017 for CXL host bridge dependency
` [PATCH 3/4] hw/riscv/virt, gpex: Provide 32-bit MMIO window for CXL host bridges
[RFC 0/8] pci: cxl: Add enumeration support for Unordered I/O (UIO) feature
2026-06-09 10:58 UTC (9+ messages)
` [RFC 1/8] hw/pci: Refactor flitmode from PCIESlot to PCIEPort
` [RFC 2/8] hw/pci: Move 'x-256b-flit' property from cxl_root_port to pcie_root_port
` [RFC 3/8] hw/pci: Add SVC capability and UIO properties to PCIe ports
` [RFC 4/8] hw/cxl: Add Streamlined Virtual Channel (SVC) property to CXL ports
` [RFC 5/8] hw/cxl: Wire UIO capability into HDM decoder registers
` [RFC 6/8] hw/pci: Add PCIe Streamlined Virtual Channel (SVC) capability
` [RFC 7/8] hw/pci: hw/cxl: Wire SVC initialization into port realize functions
` [RFC 8/8] cxl: Add documentation for UIO-enabled CXL devices
[PATCH v6 0/7] ndctl: Dynamic Capacity additions for cxl-cli
2026-06-09 0:24 UTC (17+ messages)
` [PATCH v6 1/7] "
` [PATCH v6 2/7] libcxl: Add Dynamic RAM A partition mode support
` [PATCH v6 3/7] cxl/region: Add cxl-cli support for dynamic RAM A
` [PATCH v6 4/7] libcxl: Add extent functionality to DC regions
` [PATCH v6 5/7] cxl/region: Add extent output to region query
` [PATCH v6 6/7] daxctl: Add --uuid option to create-device for sparse regions
` [PATCH v6 7/7] cxl/test: Add Dynamic Capacity tests
[PATCH v4 0/5] cxl: Support Back-Invalidate
2026-06-08 22:54 UTC (28+ messages)
` [PATCH 1/5] cxl: Add BI register probing and port initialization
` [PATCH 2/5] cxl/pci: Add BI topology enable/disable
` [PATCH 3/5] cxl/hdm: Add BI coherency support for endpoint decoders
` [PATCH 4/5] cxl: Add HDM-DB region creation
` [PATCH 5/5] cxl/hdm: Rename decoder coherency flags
[PATCH V4 0/9] Fixes to the previously-merged drivers/dax/fsdev series
2026-06-08 21:39 UTC (23+ messages)
` [PATCH V4 1/9] dax: fix misleading comment about share/index union in dax_folio_reset_order()
` [PATCH V4 2/9] dax/fsdev: fix multi-range offset in memory_failure handler
` [PATCH V4 3/9] dax/fsdev: clear vmemmap_shift when binding static pgmap
` [PATCH V4 4/9] dax/fsdev: don't leave a dangling dev_dax->pgmap on probe failure
` [PATCH V4 5/9] dax/fsdev: use __va(phys) for kaddr in direct_access
` [PATCH V4 6/9] dax/fsdev: fail probe on invalid pgmap offset
` [PATCH V4 7/9] dax: fix holder_ops race in fs_put_dax()
` [PATCH V4 8/9] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
` [PATCH V4 9/9] dax: fsdev.c minor formatting cleanup
[PATCH 0/6] cxl: Support mixed-granularity region interleaves
2026-06-08 20:38 UTC (7+ messages)
` [PATCH 4/6] cxl/region: Validate mixed-granularity at sysfs and attach gates
` [PATCH 5/6] cxl/test: Add a topology to test mixed-granularity regions
[PATCH 0/5] cxl: Introduce devm_cxl_probe_mem() and fix region deletion
2026-06-08 19:30 UTC (6+ messages)
[PATCH 1/2] PCI/CXL: Allow PM Init to complete on cxl_bus reset if ACS SV enabled
2026-06-08 15:44 UTC (2+ messages)
[PATCH 0/2] cxl/region: Fix two decoder attach/detach issues for auto-assembly region
2026-06-08 4:38 UTC (5+ messages)
` [PATCH 1/2] cxl/region: Fix out-of-bounds access in cxl_cancel_auto_attach()
` [PATCH 2/2] cxl/region: Fill first free targets[] slot during auto-discovery
[PATCH V3 0/9] Fixes to the previously-merged drivers/dax/fsdev series
2026-06-07 15:37 UTC (4+ messages)
` [PATCH V3 7/9] dax: fix holder_ops race in fs_put_dax()
[PATCH v4 0/2] Support zero-sized HDM decoders
2026-06-07 8:30 UTC (4+ messages)
` [PATCH v4 1/2] cxl/hdm: Allow zero sized "
` [PATCH v4 2/2] tools/testing/cxl: Enable zero sized decoder under hb0
[PATCH v3 0/2] Support zero-sized HDM decoders
2026-06-07 8:16 UTC (5+ messages)
` [PATCH v3 1/2] cxl/hdm: Allow zero sized "
` [PATCH v3 2/2] tools/testing/cxl: Enable zero sized decoder under hb0
[PATCH 0/2] cxl: Convert remaining PCIBIOS errors to errno
2026-06-07 7:13 UTC (5+ messages)
` [PATCH 1/2] cxl: Convert PCIBIOS errors to errno on remaining DVSEC/PCIe accesses
` [PATCH 2/2] cxl/core/regs: Check return value of DVSEC register locator reads
[cxl:next] BUILD SUCCESS a1516711b95490ad6c9f05b61500e73d4f603d28
2026-06-06 23:35 UTC
[PATCH] cxl/port: Fix missing port lock in cxl_dport_remove()
2026-06-05 19:51 UTC (3+ messages)
[PATCH] cxl/test: Zero out LSA backing memory to avoid leaking to user
2026-06-05 18:57 UTC (2+ messages)
[PATCH v2] cxl/test: Verify cmd->size_in before accessing payload
2026-06-05 18:32 UTC (2+ messages)
[PATCH] cxl/pci: Fix out-of-bounds read of the RAS Header Log
2026-06-05 18:09 UTC (7+ messages)
[PATCH] cxl/test: Fix integer overflow in mock LSA bounds checks
2026-06-05 17:31 UTC (2+ messages)
[PATCH] cxl/test: Verify cmd->size_in before accessing payload
2026-06-05 17:29 UTC (2+ messages)
[PATCH] cxl: Align interleave decode/encode helpers with their callers
2026-06-05 16:21 UTC (3+ messages)
[PATCH v7 0/8] lan966x pci device: Add support for SFPs, PCI part
2026-06-05 6:37 UTC (2+ messages)
[PATCH -qemu 0/4] hw/cxl: Host-only default CFMW restrictions and per-window options
2026-06-05 0:37 UTC (5+ messages)
` [PATCH 4/4] hw/cxl: Add per-capability CXL Fixed Memory Window restriction flags
[PATCH v2 0/2] cxl/pci: Fix the incorrect check of pci_config_read/write*() returns
2026-06-04 23:10 UTC (4+ messages)
` [PATCH v2 2/2] cxl/pci: Convert PCIBIOS errors to errno on DVSEC config accesses
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