Linux-CXL Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-06 19:04:41 to 2024-02-14 06:59:43 UTC [more...]

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-14  6:59 UTC  (22+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
` [PATCH v5 2/8] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v5 3/8] dm: "
` [PATCH v5 4/8] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v5 6/8] dax: Check for data cache aliasing at runtime
` [PATCH v5 7/8] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v5 8/8] dax: Fix incorrect list of data cache aliasing architectures

[PATCH] perf: CXL: fix CPMU filter value mask length
 2024-02-14  4:52 UTC 

CPU data cache across reboot/kexec for pmem/dax devices
 2024-02-13 20:56 UTC  (3+ messages)

[PATCH] cxl/pci: Fix disabling CXL memory for zero-based addressing
 2024-02-13 19:45 UTC  (7+ messages)

[PATCH v3 0/9] Enabling DCD emulation support in Qemu
 2024-02-13 18:21 UTC  (16+ messages)
` [PATCH v3 5/9] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v3 8/9] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v3 9/9] hw/mem/cxl_type3: Add dpa range validation for accesses to dc regions

[PATCH v11 0/4] CXL, ACPI, APEI, EINJ: Update EINJ for CXL error types
 2024-02-13 18:08 UTC  (13+ messages)
` [PATCH v11 1/4] cxl, ACPI, APEI, EINJ: Add CXL_EINJ Kconfig option
` [PATCH v11 2/4] EINJ: Migrate to a platform driver
` [PATCH v11 3/4] cxl/core, EINJ: Add EINJ CXL debugfs files and EINJ helper functions
` [PATCH v11 4/4] EINJ, Documentation: Update EINJ kernel doc

[PATCH] cxl/port: make cxl_bus_type const
 2024-02-13 17:28 UTC  (4+ messages)

[RFC PATCH SET] cxl: add poison event handler
 2024-02-13 16:51 UTC  (17+ messages)
` [RFC PATCH 1/2] hw/cxl/type3: add missing flag bit for GMER
` [RFC PATCH 2/2] hw/cxl/type3: send a GMER while injecting poison
` [RFC PATCH 1/5] cxl/core: correct length of DPA field masks
` [RFC PATCH 2/5] cxl/core: introduce cxl_memdev_dpa_to_hpa()
` [RFC PATCH 3/5] cxl/core: introduce cxl_mem_report_poison()
` [RFC PATCH 4/5] cxl/core: add report option for cxl_mem_get_poison()
` [RFC PATCH 5/5] cxl/core: add poison injection event handler

[PATCH 0/2 v4] Add cond_guard() to conditional guards
 2024-02-13 16:51 UTC  (6+ messages)
` [PATCH 1/2 v4] cleanup: "
` [PATCH 2/2 v4] cxl/region: Use cond_guard() in show_targetN()

[PATCH] nvdimm/pmem: Fix leak on dax_add_host() failure
 2024-02-12 22:03 UTC  (3+ messages)

Bug: physmem: address_space_read_cached_slow() accesses wrong MemoryRegion on latter part of large reads
 2024-02-12 16:31 UTC 

[PATCH 00/12] PCI device authentication
 2024-02-12 11:47 UTC  (5+ messages)
` [PATCH 07/12] spdm: Introduce library to authenticate devices

[PATCH] cxl/mbox: Add Get Log Capabilities, Clear Log and Get Supported Logs Sub-List commands
 2024-02-12  5:53 UTC  (3+ messages)
  ` [EXT] "

[PATCH] KEYS: encrypted: Add check for strsep
 2024-02-12  5:11 UTC  (11+ messages)

[cxl:fixes] BUILD SUCCESS 2e82c63333c2e154287a9671ac331b4fe3eb1b30
 2024-02-10 10:06 UTC 

[NDCTL PATCH] ndctl: cxl: Remove dependency for attributes derived from IDENTIFY command
 2024-02-09 21:39 UTC 

[PATCH v3 0/3] CDAT updates and fixes
 2024-02-09 19:26 UTC  (4+ messages)
` [PATCH v3 1/3] cxl/pci: Rename DOE mailbox handle to doe_mb
` [PATCH v3 2/3] cxl/pci: Get rid of pointer arithmetic reading CDAT table
` [PATCH v3 3/3] lib/firmware_table: Provide buffer length argument to cdat_table_parse()

[PATCH v3] perf: CXL: fix mismatched cpmu event opcode
 2024-02-09 18:31 UTC  (3+ messages)

[PATCH v2 0/3] CDAT updates and fixes
 2024-02-09 11:23 UTC  (7+ messages)
` [PATCH v2 2/3] cxl/pci: Get rid of pointer arithmetic reading CDAT table
` [PATCH v2 3/3] lib/firmware_table: Provide buffer length argument to cdat_table_parse()

[RFC PATCH v5 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-02-09 11:17 UTC  (4+ messages)
` [RFC PATCH v5 01/12] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command

[RFC PATCH] cxl/region: Allow out of order assembly of autodiscovered regions
 2024-02-09  5:25 UTC  (6+ messages)

[PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-09  1:01 UTC  (35+ messages)
` [PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
` [PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 03/12] dm: "
` [PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 06/12] dax: Check for data cache aliasing at runtime
` [PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures
` [PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
` [PATCH v4 10/12] dm: "
` [PATCH v4 11/12] dcssblk: "
` [PATCH v4 12/12] virtio: "

[NDCTL PATCH v7 4/4] ndctl: Add support of qos_class for CXL CLI
 2024-02-08 20:11 UTC  (5+ messages)
` [NDCTL PATCH v7 1/4] ndctl: cxl: Add QoS class retrieval for the root decoder
` [NDCTL PATCH v7 2/4] ndctl: cxl: Add QoS class support for the memory device
` [NDCTL PATCH v7 3/4] ndctl: cxl: add QoS class check for CXL region creation
` [NDCTL PATCH v7 4/4] ndctl: add test for qos_class in CXL test suite

[ndctl PATCH v7 0/7] Support poison list retrieval
 2024-02-08 18:18 UTC  (11+ messages)
` [ndctl PATCH v7 1/7] libcxl: add interfaces for GET_POISON_LIST mailbox commands
` [ndctl PATCH v7 2/7] cxl: add an optional pid check to event parsing
` [ndctl PATCH v7 3/7] cxl/event_trace: add a private context for private parsers
` [ndctl PATCH v7 4/7] cxl/event_trace: add helpers get_field_[string|data]()
` [ndctl PATCH v7 5/7] cxl/list: collect and parse media_error records
` [ndctl PATCH v7 6/7] cxl/list: add --media-errors option to cxl list
` [ndctl PATCH v7 7/7] cxl/test: add cxl-poison.sh unit test

[PATCH v10 0/5] CXL, ACPI, APEI, EINJ: Update EINJ for CXL error types
 2024-02-08 17:43 UTC  (4+ messages)
` [PATCH v10 2/5] ACPI: Add CXL protocol error defines

[PATCH v2 1/4] PCI/AER: Store more information in aer_err_info
 2024-02-08 16:16 UTC  (3+ messages)

Crash with CXL + TCG on 8.2: Was Re: qemu cxl memory expander shows numa_node -1
 2024-02-08 14:50 UTC  (14+ messages)

[NDCTL PATCH v6 0/4] ndctl: Add support of qos_class for CXL CLI
 2024-02-07 23:32 UTC  (12+ messages)
` [NDCTL PATCH v6 1/4] ndctl: cxl: Add QoS class retrieval for the root decoder
` [NDCTL PATCH v6 2/4] ndctl: cxl: Add QoS class support for the memory device
` [NDCTL PATCH v6 3/4] ndctl: cxl: add QoS class check for CXL region creation
` [NDCTL PATCH v6 4/4] ndctl: add test for qos_class in CXL test suite

[ndctl PATCH v6 0/7] Support poison list retrieval
 2024-02-07 22:54 UTC  (5+ messages)

[PATCH 2/2 v3] cxl/region: Use cond_guard() in show_targetN()
 2024-02-07 15:45 UTC  (4+ messages)

[PATCH v2] perf: CXL: fix mismatched cpmu event opcode
 2024-02-07 12:27 UTC  (2+ messages)

[RFC PATCH] cxl/pci: Set default timeout for background operations
 2024-02-07 10:53 UTC 

(2) cxl: question about cxl qos_class verification
 2024-02-07  0:19 UTC  (5+ messages)
`  "
    `  "
        ` RE:(2) (2) "

[PATCH v5 0/12] cxl: Add support to report region access coordinates to numa nodes
 2024-02-06 22:28 UTC  (13+ messages)
` [PATCH v5 01/12] ACPI: HMAT: Remove register of memory node for generic target
` [PATCH v5 02/12] base/node / ACPI: Enumerate node access class for 'struct access_coordinate'
` [PATCH v5 03/12] ACPI: HMAT: Introduce 2 levels of generic port access class
` [PATCH v5 04/12] ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access classes
` [PATCH v5 05/12] cxl: Split out combine_coordinates() for common shared usage
` [PATCH v5 06/12] cxl: Split out host bridge access coordinates
` [PATCH v5 07/12] cxl: Move QoS class to be calculated from the nearest CPU
` [PATCH v5 08/12] cxl: Set cxlmd->endpoint before adding port device
` [PATCH v5 09/12] cxl/region: Calculate performance data for a region
` [PATCH v5 10/12] cxl/region: Add sysfs attribute for locality attributes of CXL regions
` [PATCH v5 11/12] cxl/region: Add memory hotplug notifier for cxl region
` [PATCH v5 12/12] cxl/region: Deal with numa nodes not enumarated by SRAT

[PATCH v2] acpi/ghes: Prevent sleeping with spinlock held
 2024-02-06 22:15 UTC 

[NDCTL PATCH v5 3/4] ndctl: cxl: add QoS class check for CXL region creation
 2024-02-06 21:05 UTC  (4+ messages)
` ndctl: Add support of qos_class for CXL CLI

[PATCH v5 0/4] cxl: Fix memdev qos_class sysfs attributes
 2024-02-06 19:03 UTC  (2+ messages)
` [PATCH v5 4/4] cxl/test: Add support for qos_class checking


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 read-only IMAP folder(s) and NNTP newsgroup(s).