messages from 2025-07-10 10:59:48 to 2025-07-15 19:13:30 UTC [more...]
[PATCH v1 00/20] cxl: Address translation support, part 2: Region code rework
2025-07-15 19:11 UTC (21+ messages)
` [PATCH v1 01/20] cxl/region: Move helper functions closer to their users
` [PATCH v1 02/20] cxl/region: Store root decoder in struct cxl_region
` [PATCH v1 03/20] cxl/region: Remove region id handling from cxl_region_alloc()
` [PATCH v1 04/20] cxl/region: Add region registration code to new function register_region()
` [PATCH v1 05/20] cxl/region: Separate cxl_region_alloc() from devm_cxl_add_region()
` [PATCH v1 06/20] cxl/region: Remove dev_err() from cxl_find_root_decoder()
` [PATCH v1 07/20] cxl/region: Add new function cxl_endpoint_get_region() to simplify cxl_add_to_region()
` [PATCH v1 08/20] cxl/region: Rework memregion id allocation and move it to register_region()
` [PATCH v1 09/20] cxl/region: Change __construct_region() to use it as a tail function call
` [PATCH v1 10/20] cxl/region: Remove __construct_region()
` [PATCH v1 11/20] cxl/region: Separate auto-generated region cration code path
` [PATCH v1 12/20] cxl/region: Remove region creation code from construct_region()
` [PATCH v1 13/20] cxl/region: Move devm_cxl_add_region() out of create_region()
` [PATCH v1 14/20] cxl/region: Prepare removal of @cxlrd argument from create_region()
` [PATCH v1 15/20] cxl/region: Prepare removal of @cxled argument from construct_region()
` [PATCH v1 16/20] cxl/region: Introduce @hpa_range to struct cxl_region
` [PATCH v1 17/20] cxl/region: Remove create_region() call from construct_region()
` [PATCH v1 18/20] cxl/region: Determine root decoder in create_region()
` [PATCH v1 19/20] cxl/region: Add function to find a region's duplicate
` [PATCH v1 20/20] cxl/region: Early check region's interleaving configuration
[PATCH v4 0/7] Add managed SOFT RESERVE resource handling
2025-07-15 18:45 UTC (5+ messages)
` [PATCH v4 7/7] cxl/dax: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation
[NDCTL PATCH v2] cxl: Add helper function to verify port is in memdev hierarchy
2025-07-15 18:15 UTC (4+ messages)
[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
2025-07-15 18:04 UTC (8+ messages)
` [PATCH v5 1/7] cxl/acpi: Refactor cxl_acpi_probe() to always schedule fallback DAX registration
` [PATCH v5 2/7] cxl/core: Rename suspend.c to probe_state.c and remove CONFIG_CXL_SUSPEND
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion
` [PATCH v5 4/7] cxl/region: Introduce SOFT RESERVED resource removal on region teardown
` [PATCH v5 5/7] dax/hmem: Save the DAX HMEM platform device pointer
` [PATCH v5 6/7] dax/hmem, cxl: Defer DAX consumption of SOFT RESERVED resources until after CXL region creation
` [PATCH v5 7/7] dax/hmem: Preserve fallback SOFT RESERVED regions if DAX HMEM loads late
[PATCH v3 0/8] cleanup: Introduce ACQUIRE(), a guard() for conditional locks
2025-07-15 17:38 UTC (26+ messages)
` [PATCH v3 1/8] cleanup: Introduce ACQUIRE() and ACQUIRE_ERR() "
` [PATCH v3 2/8] cxl/mbox: Convert poison list mutex to ACQUIRE()
` [PATCH v3 3/8] cxl/decoder: Move decoder register programming to a helper
` [PATCH v3 4/8] cxl/decoder: Drop pointless locking
` [PATCH v3 5/8] cxl/region: Split commit_store() into __commit() and queue_reset() helpers
` [PATCH v3 6/8] cxl/region: Move ready-to-probe state check to a helper
` [PATCH v3 7/8] cxl/region: Consolidate cxl_decoder_kill_region() and cxl_region_detach()
` [PATCH v3 8/8] cxl: Convert to ACQUIRE() for conditional rwsem locking
[PATCH] cxl: Add hpa_to_spa to the root decoder callback operations
2025-07-15 15:23 UTC (4+ messages)
[PATCH v2 0/4] cxl: Support Poison Inject & Clear by Region Offset
2025-07-15 15:20 UTC (11+ messages)
` [PATCH v2 2/4] cxl/region: Introduce SPA to DPA address translation
` [PATCH v2 3/4] cxl/core: Add locked variants of the poison inject and clear funcs
` [PATCH v2 4/4] cxl/region: Add inject and clear poison by region offset
[PATCH v2 0/8] treewide: Fix typo "notifer"
2025-07-15 15:09 UTC (12+ messages)
` [PATCH v2 1/8] KVM: x86: "
` [PATCH v2 2/8] cxl: mce: "
` [PATCH v2 3/8] drm/xe: "
` [PATCH v2 4/8] net: mvneta: "
` [PATCH v2 5/8] wifi: brcmfmac: "
` [PATCH v2 6/8] serial: 8250_dw: "
` [PATCH v2 7/8] xen/xenbus: "
` [PATCH v2 8/8] scripts/spelling.txt: Add notifer||notifier to spelling.txt
[cxl:next] BUILD SUCCESS 8d41af0d378dc0832d64b71bb0f71098c23dd1c4
2025-07-15 12:46 UTC
[PATCH v2] cxl: Remove core/acpi.c and cxl core dependency on ACPI
2025-07-15 10:40 UTC
[PATCH] cxl: Remove core/acpi.c and cxl core dependency on ACPI
2025-07-15 10:14 UTC (7+ messages)
[PATCH] treewide: Fix typo "notifer"
2025-07-15 7:59 UTC (4+ messages)
[PATCH v3 00/28] lan966x pci device: Add support for SFPs
2025-07-15 7:52 UTC (7+ messages)
` [PATCH v3 05/28] bus: simple-pm-bus: Populate child nodes at probe
Question about Exact Match Requirement for Switch-to-Endpoint Decoder Mapping in CXL
2025-07-15 7:51 UTC
[PATCH v7 00/10] cxl: Delay HB port and switch dport probing until endpoint dev probe
2025-07-15 1:38 UTC (12+ messages)
` [PATCH v7 01/10] cxl/region: Add decoder check to check_commit_order()
` [PATCH v7 02/10] cxl: Add helper to detect top of CXL device topology
` [PATCH v7 03/10] cxl: Add helper to reap dport
` [PATCH v7 04/10] cxl: Defer dport allocation for switch ports
` [PATCH v7 05/10] cxl/test: Add cxl_test support for cxl_port_update_total_ports()
` [PATCH v7 06/10] cxl/test: Add mock version of devm_cxl_add_dport_by_dev()
` [PATCH v7 07/10] cxl: Change sslbis handler to only handle single dport
` [PATCH v7 08/10] cxl: Create an xarray to tie a host bridge to the cxl_root
` [PATCH v7 09/10] cxl: Move enumeration of hostbridge ports to the memdev probe path
` [PATCH v7 10/10] cxl: Remove devm_cxl_port_enumerate_dports() that is no longer used
[PATCH qemu v2 00/11] hw/cxl: DCD Fabric Management Command Set (for 10.1)
2025-07-14 17:45 UTC (12+ messages)
` [PATCH qemu v2 01/11] hw/cxl: fix DC extent capacity tracking
` [PATCH qemu v2 02/11] hw/cxl: mailbox-utils: 0x5600 - FMAPI Get DCD Info
` [PATCH qemu v2 03/11] hw/mem: cxl_type3: Add dsmas_flags to CXLDCRegion struct
` [PATCH qemu v2 04/11] hw/cxl: mailbox-utils: 0x5601 - FMAPI Get Host Region Config
` [PATCH qemu v2 05/11] hw/cxl: Move definition for dynamic_capacity_uuid and enum for DC event types to header
` [PATCH qemu v2 06/11] hw/mem: cxl_type3: Add DC Region bitmap lock
` [PATCH qemu v2 07/11] hw/cxl: mailbox-utils: 0x5602 - FMAPI Set DC Region Config
` [PATCH qemu v2 08/11] hw/cxl: mailbox-utils: 0x5603 - FMAPI Get DC Region Extent Lists
` [PATCH qemu v2 09/11] hw/cxl: Create helper function to create DC Event Records from extents
` [PATCH qemu v2 10/11] hw/cxl: mailbox-utils: 0x5604 - FMAPI Initiate DC Add
` [PATCH qemu v2 11/11] hw/cxl: mailbox-utils: 0x5605 - FMAPI Initiate DC Release
[PATCH qemu 00/11] hw/cxl: DCD Fabric Management Command Set (for 10.1)
2025-07-14 17:28 UTC (10+ messages)
` [PATCH qemu 07/11] hw/cxl: mailbox-utils: 0x5602 - FMAPI Set DC Region Config
[PATCH v2 00/11] dm-pcache – persistent-memory cache for block devices
2025-07-14 15:43 UTC (5+ messages)
[PATCH v2 0/3] perf/cxlpmu: Fix allocation argument order and minor formatting
2025-07-14 15:10 UTC (2+ messages)
[PATCH v2 0/2] FM-API Physical switch command set support
2025-07-10 14:43 UTC (3+ messages)
` [PATCH v2 1/2] hw/cxl: Refactored Identify Switch Device & Get Physical Port State
` [PATCH v2 2/2] hw/cxl: Add Physical Port Control (Opcode 5102h)
[PATCH] cxl/region: Balance device refcount when destroying devices
2025-07-14 9:29 UTC (2+ messages)
[PATCH v3 0/4] cxl: Support Poison Inject & Clear by Region Offset
2025-07-13 17:23 UTC (6+ messages)
` [PATCH v3 1/4] cxl: Define a SPA->CXL HPA root decoder callback for XOR Math
` [PATCH v3 2/4] cxl/region: Introduce SPA to DPA address translation
` [PATCH v3 3/4] cxl/core: Add locked variants of the poison inject and clear funcs
` [PATCH v3 4/4] cxl/region: Add inject and clear poison by region offset
[RFC V2 00/18] famfs: port into fuse
2025-07-12 5:54 UTC (19+ messages)
` [RFC V2 10/18] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [RFC V2 11/18] famfs_fuse: Basic famfs mount opts
` [RFC V2 12/18] famfs_fuse: Plumb the GET_FMAP message/response
[cxl:next] BUILD SUCCESS bdf2d9fd3a86538b8c7368989248b857b5f1bcf1
2025-07-12 5:22 UTC
[ndctl PATCH v3] test: fail on unexpected kernel error & warning, not just "Call Trace"
2025-07-12 0:32 UTC (5+ messages)
` [ndctl PATCH v3 1/2] test: move err() function at the top
` [ndctl PATCH v3 2/2] test: fail on unexpected kernel error & warning, not just "Call Trace"
[PATCH v6 0/3] Fix wrong dpa checking in PPR operation
2025-07-11 16:57 UTC (9+ messages)
` [PATCH v6 1/3] cxl/core: Introduce a new helper cxl_resource_contains_addr()
` [PATCH v6 2/3] cxl/edac: Fix wrong dpa checking for PPR operation
` [PATCH v6 3/3] cxl/core: Using cxl_resource_contains_addr() to check address availability
[PATCH v3] cxl: Remove core/acpi.c and cxl core dependency on ACPI
2025-07-11 15:17 UTC (5+ messages)
` [REWORK][PATCH] "
[PATCH v2 0/8] Cache coherency management subsystem
2025-07-11 11:54 UTC (23+ messages)
` [PATCH v2 1/8] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v2 2/8] generic: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
[RFC] CXL/ACPI: Remove overlapping Soft Reserved regions before adding CFMW resources
2025-07-11 5:34 UTC (5+ messages)
[PATCH v2 0/8] cleanup: Introduce ACQUIRE(), a guard() for conditional locks
2025-07-11 4:28 UTC (15+ messages)
` [PATCH v2 1/8] cleanup: Introduce ACQUIRE() and ACQUIRE_ERR() "
` [PATCH v2 2/8] cxl/mbox: Convert poison list mutex to ACQUIRE()
` [PATCH v2 7/8] cxl/region: Introduce CLASS(cxl_decoder_detach...) consolidate multiple paths
` [PATCH v2 8/8] cxl: Convert to ACQUIRE() for conditional rwsem locking
[PATCH v5 0/3] Fix wrong dpa checking in PPR operation
2025-07-11 3:19 UTC (5+ messages)
` [PATCH v5 1/3] cxl/core: Introduce a new helper cxl_resource_contains_addr()
` [PATCH v5 2/3] cxl/edac: Fix wrong dpa checking for PPR operation
` [PATCH v5 3/3] cxl/core: Using cxl_resource_contains_addr() to check address availability
[PATCH v6 00/10] cxl: Delay HB port and switch dport probing until endpoint dev probe
2025-07-11 2:46 UTC (16+ messages)
` [PATCH v6 03/10] cxl: Add helper to reap dport
` [PATCH v6 04/10] cxl: Defer dport allocation for switch ports
` [PATCH v6 05/10] cxl/test: Add cxl_test support for cxl_port_update_total_ports()
` [PATCH v6 06/10] cxl/test: Add mock version of devm_cxl_add_dport_by_dev()
` [PATCH v6 08/10] cxl: Create an xarray to tie a host bridge to the cxl_root
` [PATCH v6 09/10] cxl: Move enumeration of hostbridge ports to the memdev probe path
` [PATCH v6 10/10] cxl: Remove devm_cxl_port_enumerate_dports() that is no longer used
[PATCH v4 0/3] Fix wrong dpa checking in PPR operation
2025-07-10 23:29 UTC (5+ messages)
` [PATCH v4 1/3] cxl/core: Introduce a new helper cxl_resource_contains_addr()
` [PATCH v4 2/3] cxl/edac: Fix wrong dpa checking for PPR operation
[RFC PATCH 14/20] cxl/region: Add cxl pmem region creation routine for region persistency
2025-07-10 17:18 UTC (6+ messages)
` [RFC PATCH 15/20] cxl: Add a routine to find cxl root decoder on cxl bus
` [RFC PATCH 18/20] cxl/pmem: Add support of cxl lsa 2.1 support in cxl pmem
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;
as well as URLs for NNTP newsgroup(s).