Linux CXL
 help / color / mirror / Atom feed
 messages from 2025-05-02 15:57:39 to 2025-05-11 02:31:25 UTC [more...]

[RFC PATCH v2 00/18] CXL Boot to Bash Documentation
 2025-05-11  2:31 UTC  (17+ messages)
` [RFC PATCH v2 02/18] cxl: docs/devices - device reference and uefi placeholder
` [RFC PATCH v2 04/18] cxl: docs/platform/acpi reference documentation
` [RFC PATCH v2 06/18] cxl: docs/linux - overview
` [RFC PATCH v2 07/18] cxl: docs/linux - early boot configuration
` [RFC PATCH v2 10/18] cxl: docs/linux/dax-driver documentation
` [RFC PATCH v2 11/18] cxl: docs/linux/memory-hotplug
` [RFC PATCH v2 13/18] cxl: docs/allocation/page-allocator
` [RFC PATCH v2 14/18] cxl: docs/allocation/reclaim

[cxl:next] BUILD SUCCESS a223ce195741ca4f1a0e1a44f3e75ce5662b6c06
 2025-05-10 10:10 UTC 

[ndctl PATCH] test: fail on unexpected kernel error & warning, not just "Call Trace"
 2025-05-10  1:20 UTC 

[PATCH 0/7] Introduce DEFINE_ACQUIRE(), a scoped_cond_guard() replacement
 2025-05-10  1:11 UTC  (16+ messages)
` [PATCH 1/7] cleanup: Introduce DEFINE_ACQUIRE() a CLASS() for conditional locking
` [PATCH 2/7] cxl/decoder: Move decoder register programming to a helper
` [PATCH 3/7] cxl/decoder: Drop pointless locking
` [PATCH 4/7] cxl/region: Split commit_store() into __commit() and queue_reset() helpers
` [PATCH 5/7] cxl/region: Move ready-to-probe state check to a helper
` [PATCH 6/7] cxl/region: Introduce CLASS(cxl_decoder_detach...) consolidate multiple paths
` [PATCH 7/7] cleanup: Create an rwsem conditional acquisition class

[PATCH] cxl/hdm: Clean up a debug printk
 2025-05-09 21:08 UTC  (4+ messages)

[PATCH 0/7] hw/cxl: Update CXL events to rev3.2 and add maintenance support for memory repair features
 2025-05-09 17:22 UTC  (8+ messages)
` [PATCH 1/7] hw/cxl/events: Update for rev3.2 common event record format
` [PATCH 2/7] hw/cxl/events: Updates for rev3.2 general media event record
` [PATCH 3/7] hw/cxl/events: Updates for rev3.2 DRAM "
` [PATCH 4/7] hw/cxl/events: Updates for rev3.2 memory module "
` [PATCH 5/7] hw/cxl/cxl-mailbox-utils: Move declaration of scrub and ECS feature attributes in cmd_features_set_feature()
` [PATCH 6/7] hw/cxl: Add Maintenance support
` [PATCH 7/7] hw/cxl: Add emulation for memory sparing control feature

[PATCH v6 00/14] cxl: Address translation support, part 1: Cleanups and refactoring
 2025-05-09 17:11 UTC  (20+ messages)
` [PATCH v6 01/14] cxl: Remove else after return
` [PATCH v6 02/14] cxl/pci: Moving code in cxl_hdm_decode_init()
` [PATCH v6 03/14] cxl/pci: Add comments to cxl_hdm_decode_init()
` [PATCH v6 04/14] cxl: Introduce parent_port_of() helper
` [PATCH v6 05/14] cxl/region: Rename function to cxl_port_pick_region_decoder()
` [PATCH v6 06/14] cxl/region: Avoid duplicate call of cxl_port_pick_region_decoder()
` [PATCH v6 07/14] cxl/region: Move find_cxl_root() to cxl_add_to_region()
` [PATCH v6 08/14] cxl/port: Replace put_cxl_root() by a cleanup helper
` [PATCH v6 09/14] cxl/region: Factor out code to find the root decoder
` [PATCH v6 10/14] cxl/region: Factor out code to find a root decoder's region
` [PATCH v6 11/14] cxl/region: Add function to find a port's switch decoder by range
` [PATCH v6 12/14] cxl/region: Add a dev_warn() on registration failure
` [PATCH v6 13/14] cxl/region: Add a dev_err() on missing target list entries
` [PATCH v6 14/14] cxl: Add a dev_dbg() when a decoder was added to a port

[NDCTL PATCH v6 0/4] ndctl: Add support and test for CXL Features support
 2025-05-09 16:39 UTC  (5+ messages)
` [NDCTL PATCH v6 1/4] cxl: Add cxl_bus_get_by_provider()
` [NDCTL PATCH v6 2/4] cxl: Enumerate major/minor of FWCTL char device
` [NDCTL PATCH v6 3/4] ndctl: Add features.h from kernel UAPI
` [NDCTL PATCH v6 4/4] cxl/test: Add test for cxl features device

[RFC] Add per-socket weight support for multi-socket systems in weighted interleave
 2025-05-09 16:29 UTC  (8+ messages)

[PATCH] cxl/test: Address missing MODULE_DESCRIPTION warnings for cxl_test
 2025-05-09 15:38 UTC  (2+ messages)

[PATCH v2 00/10] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-05-09  9:20 UTC  (20+ messages)
` [PATCH v2 01/10] cxl/region: Add decoder check to check_commit_order()
` [PATCH v2 02/10] cxl: Saperate out CXL dport->id vs actual dport hardware id
` [PATCH v2 03/10] cxl: Rename find_dport() to provide better function intent
` [PATCH v2 04/10] cxl: Remove adding of port_num via devm_cxl_add_dport()
` [PATCH v2 05/10] cxl: Defer hardware dport->port_id assignment and registers probing
` [PATCH v2 06/10] cxl/test: Add workaround for cxl_test for cxl_core calling mocked functions
` [PATCH v2 07/10] cxl: Change sslbis handler to only handle single dport
` [PATCH v2 08/10] cxl: Add helper to detect top of CXL device topology
` [PATCH v2 09/10] cxl: Create an xarray to tie a host bridge to the cxl_root
` [PATCH v2 10/10] cxl: Move enumeration of hostbridge ports to the memdev probe path

[PATCH v14 00/22] Type2 device basic support
 2025-05-09  8:16 UTC  (47+ messages)
` [PATCH v14 01/22] cxl: add type2 "
` [PATCH v14 02/22] sfc: add cxl support
` [PATCH v14 03/22] cxl: move pci generic code
` [PATCH v14 04/22] cxl: move register/capability check to driver
` [PATCH v14 05/22] cxl: add function for type2 cxl regs setup
` [PATCH v14 08/22] sfc: initialize dpa
` [PATCH v14 09/22] cxl: prepare memdev creation for type2
` [PATCH v14 11/22] cxl: define a driver interface for HPA free space enumeration
` [PATCH v14 13/22] cxl: define a driver interface for DPA allocation
` [PATCH v14 16/22] cxl/region: factor out interleave ways setup
` [PATCH v14 19/22] cxl: add region flag for precluding a device memory to be used for dax
` [PATCH v14 21/22] cxl: add function for obtaining region range

[PATCH v3 1/1] mm: numa_memblks: introduce numa_add_reserved_memblk
 2025-05-09  0:42 UTC  (4+ messages)

[NDCTL PATCH v2] cxl: Change cxl-topology.sh assumption on host bridge validation
 2025-05-08 20:44 UTC 

Request for help on CXL kernel panic with recent QEMU/Linux
 2025-05-08 19:05 UTC  (5+ messages)

[NDCTL PATCH] cxl: Change cxl-topology.sh assumption on host bridge validation
 2025-05-08 19:03 UTC  (3+ messages)

[ndctl PATCH v2] test: set the $CXL environment variable in meson.build
 2025-05-08 18:31 UTC 

[PATCH v9 00/19] DCD: Add support for Dynamic Capacity Devices (DCD)
 2025-05-08 18:17 UTC  (14+ messages)
` [PATCH v9 01/19] cxl/mbox: Flag "
` [PATCH v9 02/19] cxl/mem: Read dynamic capacity configuration from the device
` [PATCH v9 06/19] cxl/port: Add 'dynamic_ram_a' to endpoint decoder mode
` [PATCH v9 07/19] cxl/region: Add sparse DAX region support

[RFC PATCH 00/19] famfs: port into fuse
 2025-05-08 15:56 UTC  (11+ messages)
` [RFC PATCH 12/19] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC PATCH 13/19] famfs_fuse: Create files with famfs fmaps

[PATCH 066/147] include/exec: Move TLB_MMIO, TLB_DISCARD_WRITE to slow flags
 2025-05-08 13:29 UTC 

[PATCH v2 09/26] cxl/test: Use device_set_node()
 2025-05-08 11:47 UTC 

[PATCH v4 0/8] cxl: support CXL memory RAS features
 2025-05-08  9:52 UTC  (6+ messages)
` [PATCH v4 1/8] EDAC: Update documentation for the CXL memory patrol scrub control feature
` [PATCH v4 7/8] cxl/edac: Add CXL memory device memory sparing "

[cxl:next] BUILD SUCCESS 8e62ba590160f91abba6490d9c17aa13bada4752
 2025-05-08  3:37 UTC 

[PATCH] test/meson.build: add missing 'CXL=@0@'.format(cxl_tool.full_path()),
 2025-05-08  2:14 UTC  (4+ messages)

[PATCH v2] mm: numa_memblks: introduce numa_add_reserved_memblk
 2025-05-08  1:54 UTC  (7+ messages)

[PATCH v2 00/10] CXL: FMAPI DCD Management Commands 0x5600-0x5605
 2025-05-08  0:01 UTC  (11+ messages)
` [PATCH v2 01/10] cxl-mailbox-utils: Move opcodes enum to new header file
` [PATCH v2 02/10] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info
` [PATCH v2 03/10] cxl/type3: Add dsmas_flags to CXLDCRegion struct
` [PATCH v2 04/10] cxl-mailbox-utils: 0x5601 - FMAPI Get Host Region Config
` [PATCH v2 05/10] cxl_events.h: Move definition for dynamic_capacity_uuid and enum for DC event types
` [PATCH v2 06/10] hw/cxl_type3: Add DC Region bitmap lock
` [PATCH v2 07/10] cxl-mailbox-utils: 0x5602 - FMAPI Set DC Region Config
` [PATCH v2 08/10] cxl-mailbox-utils: 0x5603 - FMAPI Get DC Region Extent Lists
` [PATCH v2 09/10] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add
` [PATCH v2 10/10] cxl-mailbox-utils: 0x5605 - FMAPI Initiate DC Release

[PATCH v8 00/16] Enable CXL PCIe port protocol error handling and logging
 2025-05-07 18:30 UTC  (7+ messages)
` [PATCH v8 11/16] cxl/pci: Unifi CXL trace logging for CXL Endpoints and CXL Ports

[PATCH v5 00/14] cxl: Address translation support, part 1: Cleanups and refactoring
 2025-05-07 15:15 UTC  (11+ messages)
` [PATCH v5 05/14] cxl/region: Rename function to cxl_port_pick_region_decoder()
` [PATCH v5 06/14] cxl/region: Avoid duplicate call of cxl_port_pick_region_decoder()
` [PATCH v5 08/14] cxl/port: Replace put_cxl_root() by a cleanup helper
` [PATCH v5 11/14] cxl/region: Add function to find a port's switch decoder by range

[RFC PATCH] cxl: Allow reprogramming misconfigured hdm decoders
 2025-05-07 11:10 UTC  (6+ messages)

[PATCH v2] PCI/AER: Consolidate CXL, ACPI GHES and native AER reporting paths
 2025-05-06 17:03 UTC  (8+ messages)

[PATCH 0/9] CXL: FMAPI DCD Management Commands 0x5600-0x5605
 2025-05-06 16:55 UTC  (11+ messages)
` [PATCH 3/9] cxl/type3: Add dsmas_flags to CXLDCRegion struct
` [PATCH 8/9] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add

[RFC PATCH] cleanup: Introduce "acquire"/"drop" cleanup helpers for interruptible locks
 2025-05-03  3:10 UTC  (4+ messages)


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