Linux-CXL Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-10 10:01:36 to 2024-01-24 20:04:26 UTC [more...]

[PATCH v7 0/5] Add DAX ABI for memmap_on_memory
 2024-01-24 20:03 UTC  (6+ messages)
` [PATCH v7 1/5] dax/bus.c: replace driver-core lock usage by a local rwsem
` [PATCH v7 2/5] dax/bus.c: replace several sprintf() with sysfs_emit()
` [PATCH v7 3/5] Documentatiion/ABI: Add ABI documentation for sys-bus-dax
` [PATCH v7 4/5] mm/memory_hotplug: export mhp_supports_memmap_on_memory()
` [PATCH v7 5/5] dax: add a sysfs knob to control memmap_on_memory behavior

[PATCH] KEYS: encrypted: Add check for strsep
 2024-01-24 19:15 UTC  (2+ messages)

[PATCH 0/5 qemu] hw/cxl: Update CXL emulation to reflect and reference r3.1
 2024-01-24 18:57 UTC  (10+ messages)
` [PATCH 1/5] hw/cxl: Update HDM Decoder capability to version 3
` [PATCH 2/5] hw/cxl: Update link register definitions
` [PATCH 3/5] hw/cxl: Update RAS Capability Definitions for version 3
` [PATCH 4/5] hw/cxl: Update mailbox status registers
` [PATCH 5/5] hw/cxl: Standardize all references on CXL r3.1 and minor updates

[PATCH] cxl: Fix sysfs export of qos_class for memdev
 2024-01-24 18:48 UTC 

[PATCH v3 0/9] Enabling DCD emulation support in Qemu
 2024-01-24 16:58 UTC  (18+ messages)
` [PATCH v3 2/9] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [PATCH v3 3/9] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
` [PATCH v3 4/9] hw/mem/cxl_type3: Add support to create DC regions to "
` [PATCH v3 5/9] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v3 6/9] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
` [PATCH v3 7/9] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [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 00/12 qemu] CXL emulation fixes and minor cleanup
 2024-01-24 12:41 UTC  (13+ messages)
` [PATCH 01/12] cxl/cdat: Handle cdat table build errors
` [PATCH 02/12] hw/mem/cxl_type3: Drop handling of failure of g_malloc0()
` [PATCH 03/12] hw/pci-bridge/cxl_upstream: Drop g_malloc0() failure handling
` [PATCH 04/12] cxl/cdat: Fix header sum value in CDAT checksum
` [PATCH 05/12] hw/cxl/mbox: Remove dead code
` [PATCH 06/12] hw/cxl/device: read from register values in mdev_reg_read()
` [PATCH 07/12] hw/cxl: Pass CXLComponentState to cache_mem_ops
` [PATCH 08/12] hw/cxl: Pass NULL for a NULL MemoryRegionOps
` [PATCH 09/12] hw/mem/cxl_type3: Fix potential divide by zero reported by coverity
` [PATCH 10/12] tests/acpi: Allow update of DSDT.cxl
` [PATCH 11/12] hw/i386: Fix _STA return value for ACPI0017
` [PATCH 12/12] tests/acpi: Update DSDT.cxl to reflect change _STA return value

[PATCH] cxl/region:Fix overflow issue in alloc_hpa()
 2024-01-24  9:15 UTC 

[PATCH b4] am: Build patch series when additional patches appear in a thread
 2024-01-23 23:10 UTC  (2+ messages)

[PATCH 0/2] x86/numa: Fix NUMA node overlap & init failure
 2024-01-23  8:13 UTC  (8+ messages)
` [PATCH 1/2] x86/numa: Fix the address overlap check in numa_fill_memblks()
` [PATCH 2/2] x86/numa: Fix the sort compare func used "

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

[PATCH v2 0/4] A Followup for "QEMU: CXL mailbox rework and features (Part 1)"
 2024-01-22  2:50 UTC  (10+ messages)
` [PATCH v2 1/4] hw/cxl: fix build error in cxl_type3_stubs.c
` [PATCH v2 2/4] hw/cxl/device: read from register values in mdev_reg_read()
` [PATCH v2 3/4] hw/cxl/mbox: replace sanitize_running() with cxl_dev_media_disabled()

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

[PATCH v2 0/3] CDAT updates and fixes
 2024-01-19 18:18 UTC  (6+ messages)
` [PATCH v2 1/3] cxl/pci: Rename DOE mailbox handle to doe_mb
` [PATCH v2 3/3] lib/firmware_table: Provide buffer length argument to cdat_table_parse()

[PATCH -qemu] hw/cxl: Add Maintenance support
 2024-01-19 17:50 UTC  (2+ messages)

[GIT PULL] Compute Express Link (CXL) for 6.8
 2024-01-19  0:42 UTC  (2+ messages)

[PATCH] cxl/pci: Kill a goto in read_cdat_data()
 2024-01-18 22:17 UTC  (6+ messages)

[PATCH v2] cxl/pci: Skip irq features if MSI/MSI-X are not supported
 2024-01-18 20:42 UTC  (3+ messages)

[RFC PATCH] cxl/region: Allow out of order assembly of autodiscovered regions
 2024-01-18 19:46 UTC  (2+ messages)

[RFC PATCH 0/3] lspci: Display cxl1.1 device link status
 2024-01-18  5:07 UTC  (9+ messages)

[PATCH v2] daxctl: Remove unused memory_zone and mem_zone
 2024-01-17 20:09 UTC  (5+ messages)

[PATCH v10 0/5] CXL, ACPI, APEI, EINJ: Update EINJ for CXL error types
 2024-01-17 20:05 UTC  (7+ messages)
` [PATCH v10 1/5] cxl, ACPI, APEI, EINJ: Add CXL_EINJ Kconfig option
` [PATCH v10 2/5] ACPI: Add CXL protocol error defines
` [PATCH v10 3/5] EINJ: Migrate to a platform driver
` [PATCH v10 4/5] cxl/core, EINJ: Add EINJ CXL debugfs files and EINJ helper functions
` [PATCH v10 5/5] EINJ, Documentation: Update EINJ kernel doc

[PATCH v9 0/5] CXL, ACPI, APEI, EINJ: Update EINJ for CXL error types
 2024-01-17 16:15 UTC  (14+ messages)
` [PATCH v9 1/5] cxl, ACPI, APEI, EINJ: Add CXL_EINJ Kconfig option
` [PATCH v9 2/5] ACPI: Add CXL protocol error defines
` [PATCH v9 3/5] EINJ: Migrate to a platform driver
` [PATCH v9 4/5] cxl/core, EINJ: Add EINJ CXL debugfs files and EINJ helper functions
` [PATCH v9 5/5] EINJ, Documentation: Update EINJ kernel doc

[PATCH] tools/testing/cxl: Disable "missing prototypes / declarations" warnings
 2024-01-17  5:24 UTC  (2+ messages)

[PATCH] tools/testing/nvdimm: Disable "missing prototypes / declarations" warnings
 2024-01-17  5:24 UTC  (2+ messages)

[NDCTL PATCH 1/2] daxctl: Don't check param.no_movable when param.no_online is set
 2024-01-17  0:25 UTC  (6+ messages)
` [NDCTL PATCH 2/2] daxctl: Force to offline memory by param.force

[RFC] Do we need dedicated LSF/MM/BPF 2024 session for CXL memory?
 2024-01-16 19:21 UTC  (4+ messages)

[RFC PATCH v2 0/2] Node migration between memory tiers
 2024-01-15  1:24 UTC  (18+ messages)
` [EXT] "
                    ` [External] "

[cxl:next] BUILD SUCCESS 73bf93edeeea866b0b6efbc8d2595bdaaba7f1a5
 2024-01-14  0:34 UTC 

[PATCH v2 qemu] hw/cxl/device: read from register values in mdev_reg_read()
 2024-01-13 22:16 UTC  (3+ messages)

[PATCH] cxl/pci: Skip irq features if MSI/MSI-X are not supported
 2024-01-12 23:16 UTC  (5+ messages)

Question on deferring dax registration to cxl module for CXL_REGION
 2024-01-12 22:38 UTC  (3+ messages)

[PATCH] cxl/core: use sysfs_emit() for attr's _show()
 2024-01-12 19:47 UTC  (4+ messages)

Question about CXL region initialization
 2024-01-12 16:24 UTC  (2+ messages)

[PATCH v3 0/3] cxl: Add support to report region access coordinates to numa nodes
 2024-01-12 15:57 UTC  (11+ messages)
` [PATCH v3 3/3] cxl: Add memory hotplug notifier for cxl region

[QEMU-devel][RFC PATCH 0/1] Introduce HostMemType for 'memory-backend-*'
 2024-01-12 15:32 UTC  (15+ messages)
` [QEMU-devel][RFC PATCH 1/1] backends/hostmem: qapi/qom: Add an ObjectOption for memory-backend-* called HostMemType and its arg 'cxlram'
    ` [External] "

[PATCH -next] cxl: Remove duplicated include in cdat.c
 2024-01-12  0:45 UTC  (3+ messages)

[PATCH ndctl v2] test/daxctl-create.sh: remove region and dax device assumptions
 2024-01-12  0:15 UTC  (2+ messages)

[PATCH ndctl] test/daxctl-create.sh: remove region and dax device assumptions
 2024-01-11 22:54 UTC  (3+ messages)

[RFC PATCH v5 00/12] cxl: Add support for CXL feature commands, CXL device patrol scrub control and DDR5 ECS control features
 2024-01-11 13:17 UTC  (13+ messages)
` [RFC PATCH v5 01/12] cxl/mbox: Add GET_SUPPORTED_FEATURES mailbox command
` [RFC PATCH v5 02/12] cxl/mbox: Add GET_FEATURE "
` [RFC PATCH v5 03/12] cxl/mbox: Add SET_FEATURE "
` [RFC PATCH v5 04/12] cxl/memscrub: Add CXL device patrol scrub control feature
` [RFC PATCH v5 05/12] cxl/memscrub: Add CXL device ECS "
` [RFC PATCH v5 06/12] memory: scrub: Add scrub subsystem driver supports configuring memory scrubs in the system
` [RFC PATCH v5 07/12] cxl/memscrub: Register CXL device patrol scrub with scrub configure driver
` [RFC PATCH v5 08/12] cxl/memscrub: Register CXL device ECS "
` [RFC PATCH v5 09/12] ACPI:RASF: Add common library for RASF and RAS2 PCC interfaces
` [RFC PATCH v5 10/12] ACPICA: ACPI 6.5: Add support for RAS2 table
` [RFC PATCH v5 11/12] ACPI:RAS2: Add driver for ACPI RAS2 feature table (RAS2)
` [RFC PATCH v5 12/12] memory: RAS2: Add memory RAS2 driver

[cxl:next] BUILD SUCCESS 3601311593eb44d34f142b993cb6f38f9a7863b3
 2024-01-11  7:23 UTC 

[PATCH v8 0/5] CXL, ACPI, APEI, EINJ: Update EINJ for CXL error types
 2024-01-10 22:17 UTC  (9+ messages)
` [PATCH v8 1/5] cxl, ACPI, APEI, EINJ: Add CXL_EINJ Kconfig option
` [PATCH v8 4/5] cxl/core, EINJ: Add CXL debugfs files and EINJ functions

[PATCH RFC] cxl/pci: Skip irq features if irq's are not supported
 2024-01-10 17:13 UTC  (5+ messages)

[PATCH -qemu 0/2] hw/cxl: Firmware Update support
 2024-01-10 16:43 UTC  (4+ messages)
` [PATCH 1/2] hw/cxl: Add Transfer FW support

[PATCH v5 0/9] efi/cxl-cper: Report CPER CXL component events through trace events
 2024-01-10 14:24 UTC  (15+ messages)
` [PATCH v5 4/9] cxl/events: Remove passing a UUID to known event traces


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).