messages from 2024-03-15 01:09:53 to 2024-03-26 23:37:25 UTC [more...]
[PATCH v3 0/2] Add log related mailbox commands
2024-03-26 23:37 UTC (2+ messages)
[PATCH 00/26] DCD: Add support for Dynamic Capacity Devices (DCD)
2024-03-26 23:27 UTC (53+ messages)
` [PATCH 01/26] cxl/mbox: Flag "
` [PATCH 02/26] cxl/core: Separate region mode from decoder mode
` [PATCH 03/26] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH 04/26] cxl/region: Add dynamic capacity decoder and region modes
` [PATCH 05/26] cxl/core: Simplify cxl_dpa_set_mode()
` [PATCH 06/26] cxl/port: Add Dynamic Capacity mode support to endpoint decoders
` [PATCH 07/26] cxl/port: Add dynamic capacity size "
` [PATCH 08/26] cxl/mem: Expose device dynamic capacity capabilities
` [PATCH 09/26] cxl/region: Add Dynamic Capacity CXL region support
` [PATCH 10/26] cxl/events: Factor out event msgnum configuration
` [PATCH 11/26] cxl/pci: Delay event buffer allocation
` [PATCH 12/26] cxl/pci: Factor out interrupt policy check
` [PATCH 13/26] cxl/mem: Configure dynamic capacity interrupts
` [PATCH 14/26] cxl/region: Read existing extents on region creation
` [PATCH 15/26] range: Add range_overlaps()
` [PATCH 16/26] cxl/extent: Realize extent devices
` [PATCH 17/26] dax/region: Create extent resources on DAX region driver load
` [PATCH 18/26] cxl/mem: Handle DCD add & release capacity events
` [PATCH 19/26] dax/bus: Factor out dev dax resize logic
` [PATCH 20/26] dax: Document dax dev range tuple
` [PATCH 21/26] dax/region: Prevent range mapping allocation on sparse regions
` [PATCH 22/26] dax/region: Support DAX device creation on sparse DAX regions
` [PATCH 23/26] cxl/mem: Trace Dynamic capacity Event Record
` [PATCH 24/26] tools/testing/cxl: Make event logs dynamic
` [PATCH 25/26] tools/testing/cxl: Add DC Regions to mock mem data
` [PATCH 26/26] tools/testing/cxl: Add Dynamic Capacity events
[PATCH v4 0/4] cxl: Fix memdev qos_class sysfs attributes
2024-03-26 22:07 UTC (4+ messages)
` [PATCH v4 1/4] cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_perf'
[PATCH v3 0/3] Display cxl1.1 device link status
2024-03-26 20:05 UTC (9+ messages)
` [PATCH v3 1/3] Add sysfs attribute for CXL 1.1 "
` [PATCH v3 2/3] Remove conditional branch that is not suitable for cxl1.1 devices
` [PATCH v3 3/3] Add function to display cxl1.1 device link status
[PATCH v4 02/14] mm: Switch mm->get_unmapped_area() to a flag
2024-03-26 11:57 UTC (3+ messages)
[PATCH v2] cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS window
2024-03-26 8:26 UTC (3+ messages)
` [Problem ?] cxl list show nothing after reboot "
[PATCH v4 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
2024-03-26 6:26 UTC (7+ messages)
` [PATCH v4 1/2] memory tier: dax/kmem: introduce an abstract layer for finding, allocating, and putting memory types
` [PATCH v4 2/2] memory tier: create CPUless memory tiers after obtaining HMAT info
` [External] "
[PATCH 0/3 v2] PCI: Add Secondary Bus Reset (SBR) support for CXL
2024-03-25 23:58 UTC (4+ messages)
` [PATCH v2 1/3] PCI: Add check for CXL Secondary Bus Reset
` [PATCH v2 2/3] PCI: Create new reset method to force SBR for CXL
` [PATCH v2 3/3] cxl: Add post reset warning if reset is detected as Secondary Bus Reset (SBR)
[PATCH v5 0/4] cxl: access_coordinate validity fixes for 6.9
2024-03-25 23:00 UTC (5+ messages)
` [PATCH v5 1/4] cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()
` [PATCH v5 2/4] cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coord
` [PATCH v5 3/4] cxl: Fix incorrect region perf data calculation
` [PATCH v5 4/4] cxl: Add checks to access_coordinate calculation to fail missing data
[RFC PATCH 0/6] Add support for root port RAS error handling
2024-03-25 20:15 UTC (18+ messages)
` [RFC PATCH 1/6] PCI/RCEC: Introduce pcie_walk_rcec_all()
` [RFC PATCH 3/6] PCI/AER: Enable RCEC to report internal error for CXL root port
` [RFC PATCH 4/6] PCI/AER: Extend RCH RAS error handling to support VH topology case
` [RFC PATCH 5/6] cxl: Use __free() for cxl_pci/mem_find_port() to drop put_device()
[PATCH v6 00/12] Enabling DCD emulation support in Qemu
2024-03-25 19:02 UTC (13+ messages)
` [PATCH v6 01/12] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
` [PATCH v6 02/12] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [PATCH v6 03/12] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
` [PATCH v6 04/12] hw/mem/cxl_type3: Add support to create DC regions to "
` [PATCH v6 05/12] hw/mem/cxl-type3: Refactor ct3_build_cdat_entries_for_mr to take mr size instead of mr as argument
` [PATCH v6 06/12] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v6 07/12] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
` [PATCH v6 08/12] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v6 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v6 10/12] hw/mem/cxl_type3: Add dpa range validation for accesses to DC regions
` [PATCH v6 11/12] hw/cxl/cxl-mailbox-utils: Add superset extent release mailbox support
` [PATCH v6 12/12] hw/mem/cxl_type3: Allow to release extent superset in QMP interface
[RFC PATCH 0/6] Implement initial CXL Timeout & Isolation support
2024-03-25 15:54 UTC (4+ messages)
[PATCH v2 0/3] Add support for RAS DES feature in PCIe DW controller
2024-03-22 14:41 UTC (2+ messages)
RFC: Restricting userspace interfaces for CXL fabric management
2024-03-22 13:24 UTC (4+ messages)
[PATCH v2 0/3] SRAT/CEDT fixes and updates
2024-03-22 2:12 UTC (14+ messages)
` [PATCH v2 1/3] x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
` [PATCH v2 2/3] ACPI/NUMA: Print CXL Early Discovery Table (CEDT)
` [PATCH v2 3/3] ACPI/NUMA: Remove architecture dependent remainings
[PATCH] cxl/core/regs: Fix usage of map->reg_type in cxl_decode_regblock() before assigned
2024-03-21 17:46 UTC (3+ messages)
[PATCH 0/3] ACPI/NUMA: SRAT/CEDT fixes and updates
2024-03-21 12:09 UTC (14+ messages)
` [PATCH 1/3] x86/numa: Fix SRAT lookup for CFMWS ranges with numa_fill_memblks()
` [PATCH] cxl: Fix use of phys_to_target_node() outside of init section
` [PATCH 1/3] x86/numa: Fix SRAT lookup of CFMWS ranges with numa_fill_memblks()
` [PATCH 2/3] ACPI/NUMA: Print CXL Early Discovery Table (CEDT)
` [PATCH 3/3] ACPI/NUMA: Remove architecture dependent remainings
[RFC PATCH v3 0/7] device backed vmemmap crash dump support
2024-03-21 6:57 UTC (4+ messages)
[PATCH v3 0/2] Improved Memory Tier Creation for CPUless NUMA Nodes
2024-03-20 23:27 UTC (5+ messages)
` [PATCH v3 1/2] memory tier: dax/kmem: create CPUless memory tiers after obtaining HMAT info
` [External] "
` [PATCH v3 2/2] memory tier: dax/kmem: abstract memory types put
[ndctl PATCH v11 0/7] Support poison list retrieval
2024-03-20 20:42 UTC (25+ messages)
` [ndctl PATCH v11 1/7] libcxl: add interfaces for GET_POISON_LIST mailbox commands
` [ndctl PATCH v11 4/7] cxl/event_trace: add helpers to retrieve tep fields by type
` [ndctl PATCH v11 5/7] cxl/list: collect and parse media_error records
` [ndctl PATCH v11 7/7] cxl/test: add cxl-poison.sh unit test
` [ndctl PATCH v11 6/7] cxl/list: add --media-errors option to cxl list
[PATCH 00/12] PCI device authentication
2024-03-20 8:33 UTC (5+ messages)
` [PATCH 07/12] spdm: Introduce library to authenticate devices
[PATCH v2 -qemu] hw/cxl: Support firmware updates
2024-03-19 20:48 UTC (4+ messages)
[PATCH v2 0/1] cxl/mem: Fix for the index of Clear Event Record Handle
2024-03-19 18:31 UTC (6+ messages)
` [PATCH v2 1/1] "
[PATCH v2 0/1] Improved Memory Tier Creation for CPUless NUMA Nodes
2024-03-18 20:12 UTC (6+ messages)
` [PATCH v2 1/1] memory tier: acpi/hmat: create CPUless memory tiers after obtaining HMAT info
` [External] "
[GIT PULL] Compute Express Link (CXL) for 6.9
2024-03-16 17:22 UTC (2+ messages)
[cxl:next] BUILD SUCCESS ed1ff2fba7afa7baca7ceb93824a4699130b8377
2024-03-16 7:28 UTC
[PATCH 0/1] cxl/mem: Fix for the index of Clear Event Record Handle
2024-03-15 17:53 UTC (3+ messages)
` [PATCH 1/1] "
[PATCH v2] cxl/trace: Properly initialize cxl_poison region name
2024-03-15 16:30 UTC (8+ messages)
Another CXL/MMIO tcg tlb corner case
2024-03-15 15:03 UTC (3+ messages)
[PATCH v9 0/7] QEMU CXL Provide mock CXL events and irq support
2024-03-15 10:24 UTC (3+ messages)
[RFC PATCH SET] cxl: add poison event handler
2024-03-15 2:29 UTC (4+ messages)
` [RFC PATCH 5/5] cxl/core: add poison injection "
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