[cxl:next] BUILD SUCCESS 02f6c6a3654911e286ae04e5dfd5deb0f39559b1
2025-09-03 12:38 UTC
[PATCH v3 0/4] cxl, acpi/hmat, node: Update CXL access coordinates to node directly
2025-09-02 23:16 UTC (7+ messages)
` [PATCH v3 1/4] mm/memory_hotplug: Update comment for hotplug memory callback priorities
` [PATCH v3 2/4] drivers/base/node: Add a helper function node_update_perf_attrs()
` [PATCH v3 3/4] cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMAT
` [PATCH v3 4/4] acpi/hmat: Remove now unused hmat_update_target_coordinates()
[PATCH v8 00/11] cxl: Delay HB port and switch dport probing until endpoint dev probe
2025-09-02 15:58 UTC (18+ messages)
` [PATCH v8 04/11] cxl: Move port register setup to first dport appear
` [PATCH v8 05/11] cxl: Defer dport allocation for switch ports
[PATCH v8 00/14] Enabling DCD emulation support in Qemu
2025-09-02 15:59 UTC (4+ messages)
` [PATCH v8 11/14] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
[PATCH v17 00/22] Type2 device basic support
2025-09-02 7:11 UTC (9+ messages)
` [PATCH v17 12/22] sfc: get endpoint decoder
` [PATCH v17 22/22] sfc: support pio mapping based on cxl
[PATCH v4] cxl: docs/driver-api/conventions resolve conflicts between CFMWS, LMH, Decoders
2025-09-01 15:23 UTC (7+ messages)
[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-09-01 6:21 UTC (14+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
` [PATCH 2/6] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH 3/6] dax/hmem, cxl: Tighten dependencies on DEV_DAX_CXL and dax_hmem
` [PATCH 4/6] dax/hmem: Defer Soft Reserved overlap handling until CXL region assembly completes
` [PATCH 5/6] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
` [RFC PATCH 6/6] cxl/region, dax/hmem: Guard CXL DAX region creation and tighten HMEM deps
[PATCH v5 0/7] Add managed SOFT RESERVE resource handling
2025-09-01 2:46 UTC (12+ messages)
` [PATCH v5 3/7] cxl/acpi: Add background worker to coordinate with cxl_mem probe completion
[PATCH] Documentation/driver-api: Fix typo error in cxl
2025-08-31 23:07 UTC (3+ messages)
[PATCH v11 00/23] Enable CXL PCIe Port Protocol Error handling and logging
2025-08-30 0:17 UTC (51+ messages)
` [PATCH v11 01/23] cxl: Remove ifdef blocks of CONFIG_PCIEAER_CXL from core/pci.c
` [PATCH v11 02/23] CXL/AER: Remove CONFIG_PCIEAER_CXL and replace with CONFIG_CXL_RAS
` [PATCH v11 03/23] cxl/pci: Remove unnecessary CXL Endpoint handling helper functions
` [PATCH v11 04/23] cxl/pci: Remove unnecessary CXL RCH "
` [PATCH v11 05/23] cxl: Move CXL driver RCH error handling into CONFIG_CXL_RCH_RAS conditional block
` [PATCH v11 06/23] CXL/AER: Introduce rch_aer.c into AER driver for handling CXL RCH errors
` [PATCH v11 07/23] CXL/PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
` [PATCH v11 08/23] PCI/CXL: Introduce pcie_is_cxl()
` [PATCH v11 09/23] PCI/AER: Report CXL or PCIe bus error type in trace logging
` [PATCH v11 10/23] CXL/AER: Update PCI class code check to use FIELD_GET()
` [PATCH v11 11/23] cxl/pci: Update RAS handler interfaces to also support CXL Ports
` [PATCH v11 12/23] cxl/pci: Log message if RAS registers are unmapped
` [PATCH v11 13/23] cxl/pci: Unify CXL trace logging for CXL Endpoints and CXL Ports
` [PATCH v11 14/23] cxl/pci: Update cxl_handle_cor_ras() to return early if no RAS errors
` [PATCH v11 15/23] cxl/pci: Map CXL Endpoint Port and CXL Switch Port RAS registers
` [PATCH v11 16/23] cxl/pci: Introduce CXL Endpoint protocol error handlers
` [PATCH v11 17/23] CXL/AER: Introduce cxl_aer.c into AER driver for forwarding CXL errors
` [PATCH v11 18/23] PCI/AER: Dequeue forwarded CXL error
` [PATCH v11 19/23] CXL/PCI: Introduce CXL Port protocol error handlers
` [PATCH v11 20/23] CXL/PCI: Export and rename merge_result() to pci_ers_merge_result()
` [PATCH v11 21/23] CXL/PCI: Introduce CXL uncorrectable protocol error recovery
` [PATCH v11 22/23] CXL/PCI: Enable CXL protocol errors during CXL Port probe
` [PATCH v11 23/23] CXL/PCI: Disable CXL protocol error interrupts during CXL Port cleanup
[PATCH v5 2/2] PCI/AER: Print UNCOR_STATUS bits that might be ANFE
2025-08-29 21:18 UTC (3+ messages)
[ndctl PATCH v2] cxl: Add cxl-translate.sh unit test
2025-08-29 20:40 UTC
[ndctl PATCH] cxl: Add cxl-translate.sh unit test
2025-08-29 20:32 UTC (5+ messages)
[PATCH v9 00/10] cxl: Delay HB port and switch dport probing until endpoint dev probe
2025-08-29 18:09 UTC (11+ messages)
` [PATCH v9 01/10] cxl: Add helper to detect top of CXL device topology
` [PATCH v9 02/10] cxl: Add helper to reap dport
` [PATCH v9 03/10] cxl: Add a cached copy of target_map to cxl_decoder
` [PATCH v9 04/10] cxl: Move port register setup to first dport appear
` [PATCH v9 05/10] cxl/test: Refactor decoder setup to reduce cxl_test burden
` [PATCH v9 06/10] cxl: Defer dport allocation for switch ports
` [PATCH v9 07/10] cxl/test: Add mock version of devm_cxl_add_dport_by_dev()
` [PATCH v9 08/10] cxl/test: Adjust the mock version of devm_cxl_switch_port_decoders_setup()
` [PATCH v9 09/10] cxl/test: Setup target_map for cxl_test decoder initialization
` [PATCH v9 10/10] cxl: Change sslbis handler to only handle single dport
[PATCH v2 0/4] cxl, acpi/hmat, node: Update CXL access coordinates to node directly
2025-08-29 15:15 UTC (6+ messages)
` [PATCH v2 1/4] mm/memory_hotplug: Update comment for hotplug memory callback priorities
` [PATCH v2 3/4] cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMAT
[PATCH v2 0/3] CXL: Add a loadable module for address translation
2025-08-29 7:21 UTC (4+ messages)
` [PATCH v2 1/3] cxl/region: Refactor address translation funcs for testing
` [PATCH v2 2/3] cxl/acpi: Make the XOR calculations available "
` [PATCH v2 3/3] cxl/test: Add cxl_translate module for address translation testing
[PATCH 0/3] CXL: Add a loadable module for address translation
2025-08-29 6:39 UTC (14+ messages)
` [PATCH 1/3] cxl/region: Refactor address translation funcs for testing
` [PATCH 2/3] cxl/acpi: Make the XOR calculations available "
` [PATCH 3/3] cxl/test: Add cxl_translate module for address translation testing
[PATCH v3 0/2] libnvdimm/e820: Add a new parameter to configure many regions per e820 entry
2025-08-29 2:40 UTC (6+ messages)
[PATCH v5 0/2] PCI/AER: Handle Advisory Non-Fatal error
2025-08-28 1:00 UTC (7+ messages)
[PATCH 00/19] perf: Rework event_init checks
2025-08-27 15:15 UTC (30+ messages)
` [PATCH 01/19] perf/arm-cmn: Fix event validation
` [PATCH 02/19] perf/hisilicon: Fix group validation
` [PATCH 12/19] perf: Ignore event state for "
` [PATCH 16/19] perf: Introduce positive capability for sampling
` [PATCH 17/19] perf: Retire PERF_PMU_CAP_NO_INTERRUPT
` [PATCH 18/19] perf: Introduce positive capability for raw events
[NDCTL PATCH v2] cxl: Add helper function to verify port is in memdev hierarchy
2025-08-27 1:06 UTC (2+ messages)
How to programmatically discover online and offline memory and its latency and bandwidth from user space?
2025-08-26 17:31 UTC (5+ messages)
[RFC PATCH 00/18] Initial CXL.cache device support
2025-08-26 10:44 UTC (49+ messages)
` [RFC PATCH 02/18] cxl: Move struct cxl_dev_state definition
` [RFC PATCH 03/18] cxl/core: Add CXL.cache device struct
` [RFC PATCH 06/18] cxl/port, mem: Make adding an endpoint device type agnostic
` [RFC PATCH 07/18] cxl/port: Split endpoint port probe on device type
` [RFC PATCH 08/18] cxl/port: Update switch_port_probe() for CXL cache devices
` [RFC PATCH 10/18] cxl/cache: Add cxl_cache driver
` [RFC PATCH 11/18] cxl/core: Add CXL snoop filter setup and checking
` [RFC PATCH 12/18] cxl/cache: Add CXL Cache ID Route Table mapping
` [RFC PATCH 13/18] cxl/cache: Implement Cache ID Route Table programming
` [RFC PATCH 14/18] cxl/cache: Add Cache ID Decoder capability mapping
` [RFC PATCH 15/18] cxl/cache: Implement Cache ID Decoder programming
` [RFC PATCH 16/18] cxl/cache: Add cache device counting for CXL ports
` [RFC PATCH 17/18] cxl/core: Add cache device attributes
` [RFC PATCH 18/18] cxl/core: Add cache device cache management attributes
[PATCH] cxl: Demote extended linear cache missing emissions
2025-08-25 19:31 UTC (2+ messages)
[ndctl PATCH] test/common: document magic number CXL_TEST_QOS_CLASS=42
2025-08-25 1:36 UTC (5+ messages)
[ndctl PATCH v3] test/cxl-poison.sh: test inject and clear poison by region offset
2025-08-23 2:59 UTC
[ndctl PATCH v2] test/cxl-poison.sh: test inject and clear poison by region offset
2025-08-23 2:46 UTC (3+ messages)
[PATCH 00/16] CXL.mem error isolation support
2025-08-22 19:19 UTC (3+ messages)
` [PATCH 14/16] ACPI: Add CXL isolation _OSC fields
[PATCH v5 1/2] PCI/AER: Clear UNCOR_STATUS bits that might be ANFE
2025-08-22 17:20 UTC (2+ messages)
[PATCH v2 2/2] cxl: add support for cxl reset
2025-08-22 15:33 UTC (4+ messages)
[cxl:next] BUILD SUCCESS 561c4e30bff93b3c33e694a459f8580f8a6b3c8c
2025-08-22 6:54 UTC
test/common: stop relying on bash $SECONDS in check_dmesg()
2025-08-22 0:21 UTC (2+ messages)
[ndctl PATCH 3/3] test/common: stop relying on bash $SECONDS in check_dmesg()
2025-08-22 0:10 UTC (2+ messages)
[PATCH v3] Documentation/driver-api: Fix typo error in cxl
2025-08-21 17:38 UTC (2+ messages)
page: next (older)
- 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).