Linux CXL
 help / color / mirror / Atom feed
 messages from 2024-05-19 14:28:13 to 2024-05-31 01:04:35 UTC [more...]

[PATCH v2 0/3] PCI: Revert / replace the cfg_access_lock lockdep mechanism
 2024-05-31  1:04 UTC  (4+ messages)
` [PATCH v2 1/3] PCI: Revert "
` [PATCH v2 2/3] PCI: Warn on missing cfg_access_lock during secondary bus reset
` [PATCH v2 3/3] PCI: Add missing bridge lock to pci_bus_lock()

[PATCH v2 0/4] XOR Math Fixups: translation & position
 2024-05-30 22:29 UTC  (6+ messages)
` [PATCH v2 1/4] cxl/core: Rename cxl_trace_hpa() to cxl_translate()
` [PATCH v2 2/4] cxl/acpi: Restore XOR'd position bits during address translation

[PATCH] PCI: Revert / replace the cfg_access_lock lockdep mechanism
 2024-05-30 21:26 UTC  (6+ messages)

[PATCH RFC 0/7] block: Introduce CBD (CXL Block Device)
 2024-05-30 13:38 UTC  (15+ messages)

[PATCH] PCI: Make PCI cfg_access_lock lockdep key a singleton
 2024-05-30 17:36 UTC  (5+ messages)

[RFC PATCH 0/8] arm64/memblock: Handling of CXL Fixed Memory Windows
 2024-05-30 12:14 UTC  (11+ messages)
` [RFC PATCH 1/8] arm64: numa: Introduce a memory_add_physaddr_to_nid()
` [RFC PATCH 2/8] arm64: memblock: Introduce a generic phys_addr_to_target_node()
` [RFC PATCH 3/8] mm: memblock: Add a means to add to memblock.reserved
` [RFC PATCH 4/8] arch_numa: Avoid onlining empty NUMA nodes
` [RFC PATCH 5/8] arch_numa: Make numa_add_memblk() set nid for memblock.reserved regions
` [RFC PATCH 6/8] arm64: mm: numa_fill_memblks() to add a memblock.reserved region if match
` [RFC PATCH 7/8] acpi: srat: cxl: Skip zero length CXL fixed memory windows
` [RFC PATCH 8/8] HACK: mm: memory_hotplug: Drop memblock_phys_free() call in try_remove_memory()

CXL volatile memory: How to restore the previous region/Interleave set
 2024-05-30 10:54 UTC  (9+ messages)

[regression] BUG: KASAN: use-after-free in lockdep_register_key+0x755/0x8f0
 2024-05-30  8:18 UTC  (5+ messages)

[PATCH] cxl/core/pci: Move reading of control register to immediately before usage
 2024-05-30  6:47 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH v3 0/2] cxl: Region bandwidth calculation for targets with shared upstream link
 2024-05-29 21:38 UTC  (3+ messages)
` [PATCH v3 1/2] cxl: Preserve the CDAT access_coordinate for an endpoint
` [PATCH v3 2/2] cxl: Calculate region bandwidth of targets with shared upstream link

[cxl:fixes] BUILD SUCCESS 49ba7b515c4c0719b866d16f068e62d16a8a3dd1
 2024-05-29 17:17 UTC 

[RFC PATCH 0/9] pci: portdrv: Add auxiliary bus and register CXL PMUs (and aer)
 2024-05-29 16:41 UTC  (10+ messages)
` [RFC PATCH 1/9] pci: pcie: Drop priv_data from struct pcie_device and use dev_get/set_drvdata() instead
` [RFC PATCH 2/9] pci: portdrv: Drop driver field for port type
` [RFC PATCH 3/9] pci: pcie: portdrv: Use managed device handling to simplify error and remove flows
` [RFC PATCH 4/9] auxiliary_bus: expose auxiliary_bus_type
` [RFC PATCH 5/9] pci: pcie: portdrv: Add a auxiliary_bus
` [RFC PATCH 6/9] cxl: Move CPMU register definitions to header
` [RFC PATCH 7/9] pci: pcie/cxl: Register an auxiliary device for each CPMU instance
` [RFC PATCH 8/9] perf: cxl: Make the cpmu driver also work with auxiliary_devices
` [RFC PATCH 9/9] pci: pcie: portdrv: aer: Switch to auxiliary_bus

[PATCH 1/1] cxl/pci: Convert PCIBIOS_* return codes to errnos
 2024-05-29 16:43 UTC  (5+ messages)

[PATCH] cxl/pci: the ctrl register should be read when it is being used
 2024-05-29 16:31 UTC  (3+ messages)

[PATCH v4 0/3] PCI/AER: Handle Advisory Non-Fatal error
 2024-05-29  5:32 UTC  (2+ messages)

[PATCH v2 2/3] PCI: Create new reset method to force SBR for CXL
 2024-05-29  4:10 UTC  (6+ messages)

[PATCH] cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.c
 2024-05-28 23:03 UTC  (3+ messages)

[PATCH] PCI: Fix missing lockdep annotation for pci_cfg_access_trylock()
 2024-05-28 22:18 UTC  (3+ messages)

[PATCH v7 00/12] Enabling DCD emulation support in Qemu
 2024-05-28 18:10 UTC  (15+ messages)
` [PATCH v7 09/12] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents

[PATCH v3 0/2] cxl: add poison creation event handler
 2024-05-28 10:13 UTC  (8+ messages)
` [PATCH v3 2/2] cxl/core: "

[RFC PATCH v8 01/10] ras: scrub: Add scrub subsystem
 2024-05-28  9:06 UTC  (20+ messages)

[PATCH] ACPI: APEI: EINJ: Fix einj_dev release leak
 2024-05-27 10:36 UTC  (3+ messages)

[ndctl PATCH 1/2] daxctl: Fix create-device parameters parsing
 2024-05-27  8:34 UTC  (3+ messages)
` [ndctl PATCH 2/2] daxctl: Fix create-device manual

[PATCH v8 00/14] Enabling DCD emulation support in Qemu
 2024-05-27  7:42 UTC  (16+ messages)
` [PATCH v8 01/14] hw/cxl/mailbox: change CCI cmd set structure to be a member, not a reference
` [PATCH v8 02/14] hw/cxl/mailbox: interface to add CCI commands to an existing CCI
` [PATCH v8 03/14] hw/cxl/cxl-mailbox-utils: Add dc_event_log_size field to output payload of identify memory device command
` [PATCH v8 04/14] hw/cxl/cxl-mailbox-utils: Add dynamic capacity region representative and mailbox command support
` [PATCH v8 05/14] include/hw/cxl/cxl_device: Rename mem_size as static_mem_size for type3 memory devices
` [PATCH v8 06/14] hw/mem/cxl_type3: Add support to create DC regions to "
` [PATCH v8 07/14] hw/mem/cxl-type3: Refactor ct3_build_cdat_entries_for_mr to take mr size instead of mr as argument
` [PATCH v8 08/14] hw/mem/cxl_type3: Add host backend and address space handling for DC regions
` [PATCH v8 09/14] hw/mem/cxl_type3: Add DC extent list representative and get DC extent list mailbox support
` [PATCH v8 10/14] hw/cxl/cxl-mailbox-utils: Add mailbox commands to support add/release dynamic capacity response
` [PATCH v8 11/14] hw/cxl/events: Add qmp interfaces to add/release dynamic capacity extents
` [PATCH v8 12/14] hw/mem/cxl_type3: Add DPA range validation for accesses to DC regions
` [PATCH v8 13/14] hw/cxl/cxl-mailbox-utils: Add superset extent release mailbox support
` [PATCH v8 14/14] hw/mem/cxl_type3: Allow to release extent superset in QMP interface

[PATCH v7 0/2] cxl: Export cxl1.1 device link status to sysfs
 2024-05-27  4:57 UTC  (2+ messages)

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-05-25 22:54 UTC  (14+ messages)

[PATCH] Documentation: CXL Maturity Map
 2024-05-25  0:53 UTC 

[ACPI Code First ECN] "Extended-linear" addressing for direct-mapped memory-side caches
 2024-05-24 19:05 UTC 

[ACPI Code First ECN] Enumerate "Inclusive Linear Address Mode" memory-side caches
 2024-05-24 17:49 UTC  (9+ messages)

[PATCH v2 qemu 0/6] acpi: NUMA nodes for CXL HB as GP + complex NUMA test
 2024-05-24 10:05 UTC  (7+ messages)
` [PATCH v2 1/6] hw/acpi/GI: Fix trivial parameter alignment issue
` [PATCH v2 2/6] hw/acpi: Insert an acpi-generic-node base under acpi-generic-initiator
` [PATCH v2 3/6] hw/acpi: Generic Port Affinity Structure support
` [PATCH v2 4/6] bios-tables-test: Allow for new acpihmat-generic-x test data
` [PATCH v2 5/6] bios-tables-test: Add complex SRAT / HMAT test for GI GP
` [PATCH v2 6/6] bios-tables-test: Add data for complex numa test (GI, GP etc)

[PATCH v5] cxl/region: check interleave capability
 2024-05-24  9:27 UTC 

[PATCH v4 0/2] cxl/region: add interleave capability check
 2024-05-24  9:15 UTC  (8+ messages)
` [PATCH v4 2/2] cxl/region: check interleave capability

[PATCH 0/4] acpi/ghes, cper, cxl: Trace FW-First CXL Protocol Errors
 2024-05-23 22:51 UTC  (20+ messages)
` [PATCH 1/4] efi/cper, cxl: Make definitions and structures global
` [PATCH 2/4] acpi/ghes, efi/cper: Recognize and process CXL Protocol Errors
` [PATCH 3/4] acpi/ghes, cxl/pci: Trace FW-First "
` [PATCH 4/4] cxl/pci: Define a common function get_cxl_dev()

[PATCH v6 0/5] PCI: Add Secondary Bus Reset (SBR) support for CXL
 2024-05-23 21:38 UTC  (5+ messages)
` [PATCH v6 2/5] PCI: Add locking of upstream bridge for pci_reset_function()

[RFC PATCH 00/13] RFC: add Type2 device support
 2024-05-22 16:38 UTC  (14+ messages)
` [RFC PATCH 02/13] cxl: add type2 device basic support
` [RFC PATCH 04/13] cxl: allow devices without mailbox capability
` [RFC PATCH 05/13] cxl: fix check about pmem resource

[PATCH v4] cxl/events: Use a common struct for DRAM and General Media events
 2024-05-22 15:08 UTC  (4+ messages)

[PATCH] cxl/region: Add module license declaration to cxl region module source code
 2024-05-21 16:35 UTC  (3+ messages)

[PATCH v2] cxl/region: Fix memregion leaks in devm_cxl_add_region()
 2024-05-21 16:19 UTC  (3+ messages)

CFP: Linux Plumbers Conference 2024: CXL microconference
 2024-05-21  8:39 UTC 

[PATCH v3] cxl/events: Use a common struct for DRAM and General Media events
 2024-05-20 23:13 UTC  (6+ messages)

Follow-up: CXL benchmarking
 2024-05-19 14:28 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox