Linux CXL
 help / color / mirror / Atom feed
 messages from 2025-04-21 01:34:23 to 2025-04-30 14:42:41 UTC [more...]

[RFC PATCH 00/19] famfs: port into fuse
 2025-04-30 14:42 UTC  (33+ messages)
` [RFC PATCH 09/19] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [RFC PATCH 10/19] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [RFC PATCH 11/19] famfs_fuse: Basic famfs mount opts
` [RFC PATCH 12/19] famfs_fuse: Plumb the GET_FMAP message/response
` [RFC PATCH 13/19] famfs_fuse: Create files with famfs fmaps
` [RFC PATCH 14/19] famfs_fuse: GET_DAXDEV message and daxdev_table
` [RFC PATCH 15/19] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [RFC PATCH 16/19] famfs_fuse: Add holder_operations for dax notify_failure()
` [RFC PATCH 17/19] famfs_fuse: Add famfs metadata documentation
` [RFC PATCH 18/19] famfs_fuse: Add documentation
` [RFC PATCH 19/19] famfs_fuse: (ignore) debug cruft

[RFC PATCH 00/17] CXL Boot to Bash Documentation
 2025-04-30 14:08 UTC  (20+ messages)
` [RFC PATCH 01/17] cxl: update documentation structure in prep for new docs
` [RFC PATCH 02/17] cxl: docs/devices - device reference and uefi placeholder
` [RFC PATCH 03/17] cxl: docs/platform/bios-and-efi documentation
` [RFC PATCH 04/17] cxl: docs/platform/acpi reference documentation
` [RFC PATCH 05/17] cxl: docs/platform/example-configs documentation
` [RFC PATCH 06/17] cxl: docs/linux - overview
` [RFC PATCH 07/17] cxl: docs/linux - early boot configuration
` [RFC PATCH 08/17] cxl: docs/linux - add cxl-driver theory of operation
` [RFC PATCH 09/17] cxl: docs/linux/cxl-driver - add example configurations
` [RFC PATCH 10/17] cxl: docs/linux/dax-driver documentation
` [RFC PATCH 11/17] cxl: docs/linux/memory-hotplug
` [RFC PATCH 12/17] cxl: docs/allocation/dax
` [RFC PATCH 13/17] cxl: docs/allocation/page-allocator
` [RFC PATCH 14/17] cxl: docs/allocation/reclaim
` [RFC PATCH 15/17] cxl: docs/allocation/hugepages
` [RFC PATCH 16/17] cxl: docs/allocation/tiering
` [RFC PATCH 17/17] cxl: docs/use-cases

[PATCH v2 0/3] Implement numa node notifier
 2025-04-30  9:02 UTC  (10+ messages)
` [PATCH v2 1/3] mm,slub: Do not special case N_NORMAL nodes for slab_nodes

[RFC PATCH] cxl: Allow reprogramming misconfigured hdm decoders
 2025-04-30  8:42 UTC  (4+ messages)

[ndctl PATCH 0/6] Add error injection support
 2025-04-30  0:53 UTC  (10+ messages)
` [PATCH 1/6] libcxl: Add debugfs path to CXL context
` [PATCH 2/6] libcxl: Add CXL protocol errors
` [PATCH 3/6] libcxl: Add poison injection functions
` [PATCH 4/6] cxl/list: Add debugfs option
` [PATCH 5/6] cxl/list: Add injectable-errors option
` [PATCH 6/6] cxl: Add inject-error command

[PATCH] cxl/test: Address missing MODULE_DESCRIPTION warnings for cxl_test
 2025-04-30  0:47 UTC  (2+ messages)

[PATCH 0/4] cxl: Delay HB port and switch dport probing until endpoint dev probe
 2025-04-29 19:52 UTC  (18+ messages)
` [PATCH 1/4] cxl: Saperate out CXL dport->id vs actual dport hardware id
` [PATCH 2/4] cxl: Defer hardware dport->port_id assignment and registers probing
` [PATCH 3/4] cxl: Add late host bridge uport mapping update
` [PATCH 4/4] cxl/test: Add workaround for cxl_test for cxl_core calling mocked functions

[PATCH 0/4 v2] Make ELOG log and trace consistently with GHES
 2025-04-29 18:20 UTC  (7+ messages)
` [PATCH 1/4 v2] ACPI: extlog: Trace CPER Non-standard Section Body
` [PATCH 2/4 v2] PCI/AER: Modify pci_print_aer() to take log level
` [PATCH 3/4 v2] ACPI: extlog: Trace CPER PCI Express Error Section
` [PATCH 4/4 v2] ACPI: extlog: Trace CPER CXL Protocol Errors

[PATCH 0/9] CXL: FMAPI DCD Management Commands 0x5600-0x5605
 2025-04-29 17:56 UTC  (25+ messages)
` [PATCH 1/9] cxl/type3: Add supported block sizes bitmask to CXLDCRegion struct
` [PATCH 2/9] cxl-mailbox-utils: 0x5600 - FMAPI Get DCD Info
` [PATCH 3/9] cxl/type3: Add dsmas_flags to CXLDCRegion struct
` [PATCH 4/9] cxl-mailbox-utils: 0x5601 - FMAPI Get Host Region Config
` [PATCH 5/9] cxl_events.h: move definition for dynamic_capacity_uuid and enum for DC event types
` [PATCH 6/9] cxl-mailbox-utils: 0x5602 - FMAPI Set DC Region Config
` [PATCH 7/9] cxl-mailbox-utils: 0x5603 - FMAPI Get DC Region Extent Lists
` [PATCH 8/9] cxl-mailbox-utils: 0x5604 - FMAPI Initiate DC Add
` [PATCH 9/9] cxl-mailbox-utils: 0x5605 - FMAPI Initiate DC Release

[RFC DOC] cxl driver draft doc
 2025-04-29 16:13 UTC  (3+ messages)

[PATCH v2] PCI/AER: Consolidate CXL, ACPI GHES and native AER reporting paths
 2025-04-29 15:54 UTC  (9+ messages)

[PATCH] hw/pci-bridge/pci_expander_bridge: Fix HDM passthrough condition
 2025-04-29 15:50 UTC  (5+ messages)

[PATCH v5 00/14] cxl: Address translation support, part 1: Cleanups and refactoring
 2025-04-29 15:38 UTC  (27+ messages)
` [PATCH v5 01/14] cxl: Remove else after return
` [PATCH v5 02/14] cxl/pci: Moving code in cxl_hdm_decode_init()
` [PATCH v5 03/14] cxl/pci: Add comments to cxl_hdm_decode_init()
` [PATCH v5 04/14] cxl: Introduce parent_port_of() helper
` [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 07/14] cxl/region: Move find_cxl_root() to cxl_add_to_region()
` [PATCH v5 08/14] cxl/port: Replace put_cxl_root() by a cleanup helper
` [PATCH v5 09/14] cxl/region: Factor out code to find the root decoder
` [PATCH v5 10/14] cxl/region: Factor out code to find a root decoder's region
` [PATCH v5 11/14] cxl/region: Add function to find a port's switch decoder by range
` [PATCH v5 12/14] cxl/region: Add a dev_warn() on registration failure
` [PATCH v5 13/14] cxl/region: Add a dev_err() on missing target list entries
` [PATCH v5 14/14] cxl: Add a dev_dbg() when a decoder was added to a port

[PATCH v4 00/14] cxl: Address translation support, part 1: Cleanups and refactoring
 2025-04-29 13:43 UTC  (16+ messages)
` [PATCH v4 04/14] cxl: Introduce parent_port_of() helper
` [PATCH v4 07/14] cxl/region: Move find_cxl_root() to cxl_add_to_region()
` [PATCH v4 08/14] cxl/region: Factor out code to find the root decoder
` [PATCH v4 09/14] cxl/region: Factor out code to find a root decoder's region
` [PATCH v4 11/14] cxl/region: Add a dev_warn() on registration failure
` [PATCH v4 12/14] cxl/region: Add a dev_err() on missing target list entries
` [PATCH v4 13/14] cxl: Add a dev_dbg() when a decoder was added to a port

[PATCH v3 0/8] cxl: support CXL memory RAS features
 2025-04-28 21:46 UTC  (11+ messages)
` [PATCH v3 1/8] EDAC: Update documentation for the CXL memory patrol scrub control feature
` [PATCH v3 2/8] cxl: Update prototype of function get_support_feature_info()
` [PATCH v3 4/8] cxl/edac: Add CXL memory device ECS control feature
` [PATCH v3 6/8] cxl/edac: Support for finding memory operation attributes from the current boot
` [PATCH v3 7/8] cxl/edac: Add CXL memory device memory sparing control feature

[PATCH v3] DAX: warn when kmem regions are truncated for memory block alignment
 2025-04-28 20:56 UTC  (2+ messages)

[PATCH v14 00/22] Type2 device basic support
 2025-04-28  8:00 UTC  (4+ messages)
` [PATCH v14 11/22] cxl: define a driver interface for HPA free space enumeration

[GIT PULL] Compute Express Link (CXL) Fixes for 6.15-rc4
 2025-04-25 23:35 UTC  (2+ messages)

[PATCH v8 00/16] Enable CXL PCIe port protocol error handling and logging
 2025-04-25 21:03 UTC  (34+ messages)
` [PATCH v8 03/16] CXL/AER: Introduce Kfifo for forwarding CXL errors
` [PATCH v8 04/16] cxl/aer: AER service driver forwards CXL error to CXL driver
` [PATCH v8 05/16] PCI/AER: CXL driver dequeues CXL error forwarded from AER service driver
` [PATCH v8 06/16] CXL/PCI: Introduce CXL uncorrectable protocol error 'recovery'
` [PATCH v8 07/16] cxl/pci: Move existing CXL RAS initialization to CXL's cxl_port driver
` [PATCH v8 10/16] cxl/pci: Add log message if RAS registers are not mapped
` [PATCH v8 11/16] cxl/pci: Unifi CXL trace logging for CXL Endpoints and CXL Ports
` [PATCH v8 12/16] cxl/pci: Assign CXL Port protocol error handlers
` [PATCH v8 13/16] cxl/pci: Assign CXL Endpoint "
` [PATCH v8 16/16] CXL/PCI: Disable CXL protocol errors during CXL Port cleanup

[PATCH v2 00/15] cxl: Address translation support, part 2: Generic support and AMD Zen5 platform enablement
 2025-04-24 23:46 UTC  (5+ messages)
` [PATCH v2 06/15] cxl/region: Use endpoint's HPA range to find the port's decoder

[PATCH] [PATCH] cxl: trace: Fix macro safety in CXL_EVT_TP_fast_assign
 2025-04-24 15:48 UTC  (5+ messages)

[PATCH v4 -ndctl] cxl/memdev: Introduce sanitize-memdev functionality
 2025-04-23 18:17 UTC  (2+ messages)

[NDCTL PATCH v5 0/3] ndctl: Add support and test for CXL Features support
 2025-04-23  5:37 UTC  (6+ messages)
` [NDCTL PATCH v5 2/3] cxl: Enumerate major/minor of FWCTL char device
` [NDCTL PATCH v5 3/3] cxl/test: Add test for cxl features device

[cxl:fixes] BUILD SUCCESS 078d3ee7c162cd66d76171579c02d7890bd77daf
 2025-04-22 15:56 UTC 

[PATCH v13 00/22] Type2 device basic support
 2025-04-22 15:51 UTC  (7+ messages)
` [PATCH v13 11/22] cxl: define a driver interface for HPA free space enumeration

[RFC PATCH 00/11] pcache: Persistent Memory Cache for Block Devices
 2025-04-22 13:23 UTC  (8+ messages)

[PATCH v2] zsmalloc: prefer the the original page's node for compressed data
 2025-04-22 11:47 UTC  (2+ messages)

[PATCH] cxl: core: Initialize eiw and eig to fix potential uninitialized use
 2025-04-21 17:39 UTC  (5+ messages)


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