Linux CXL
 help / color / mirror / Atom feed
 messages from 2025-02-18 03:55:50 to 2025-02-20 15:37:48 UTC [more...]

[PATCH v6 00/14] cxl: Add CXL feature commands support via fwctl
 2025-02-20 15:37 UTC  (29+ messages)
` [PATCH v6 01/14] cxl: Enumerate feature commands
` [PATCH v6 02/14] cxl: Add Get Supported Features command for kernel usage
` [PATCH v6 03/14] cxl/test: Add Get Supported Features mailbox command support
` [PATCH v6 04/14] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v6 05/14] cxl/mbox: Add SET_FEATURE "
` [PATCH v6 06/14] cxl: Setup exclusive CXL features that are reserved for the kernel
` [PATCH v6 07/14] cxl: Add FWCTL support to CXL
` [PATCH v6 08/14] cxl: Move cxl feature command structs to user header
` [PATCH v6 09/14] cxl: Add support for fwctl RPC command to enable CXL feature commands
` [PATCH v6 10/14] cxl: Add support to handle user feature commands for get feature
` [PATCH v6 11/14] cxl: Add support to handle user feature commands for set feature
` [PATCH v6 12/14] cxl/test: Add Get Feature support to cxl_test
` [PATCH v6 13/14] cxl/test: Add Set "
` [PATCH v6 14/14] fwctl/cxl: Add documentation to FWCTL CXL

[PATCH v4 0/4] cxl: Dirty shutdown followups
 2025-02-20 15:34 UTC  (6+ messages)
` [PATCH 1/4] cxl/pci: Introduce cxl_gpf_get_dvsec()
` [PATCH 2/4] cxl/pmem: Rename cxl_dirty_shutdown_state()
` [PATCH 3/4] cxl/pmem: Export dirty shutdown count via sysfs
` [PATCH 4/4] tools/testing/cxl: Set Shutdown State support

[PATCH v3] hw/cxl/cxl-mailbox-utils: CXL CCI Get/Set alert config commands implmented as per CXL Specification 3.2 section 8.2.10.9.3
 2025-02-20 15:28 UTC  (2+ messages)

[PATCH v3 0/3] CXL CCI Media Operations
 2025-02-20 15:10 UTC  (6+ messages)
  ` [PATCH v3 1/3] hw/cxl/cxl-mailbox-utils: Add support for Media operations discovery commands cxl r3.2 (8.2.10.9.5.3)
  ` [PATCH v3 2/3] hw/cxl: factor out calculation of sanitize duration from cmd_santize_overwrite
  ` [PATCH v3 3/3] hw/cxl/cxl-mailbox-utils: Add support for Media operations Sanitize and Write Zeros commands cxl r3.2(8.2.10.9.5.3)

[PATCH] [ndctl PATCH v2] ndctl/list: display region caps for any of BTT, PFN, DAX
 2025-02-20 13:35 UTC  (2+ messages)

[PATCH v18 04/19] EDAC: Add memory repair control feature
 2025-02-20 12:19 UTC  (14+ messages)

[PATCH v8 00/20] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-02-20 11:51 UTC  (24+ messages)
` [PATCH v8 01/20] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v8 02/20] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v8 03/20] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v8 04/20] fs/dax: Refactor wait for dax idle page
` [PATCH v8 05/20] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v8 06/20] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v8 07/20] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v8 08/20] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v8 09/20] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v8 10/20] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v8 11/20] mm: Allow compound zone device pages
` [PATCH v8 12/20] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v8 13/20] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v8 14/20] mm/rmap: Add support for PUD sized mappings to rmap
` [PATCH v8 15/20] mm/huge_memory: Add vmf_insert_folio_pud()
` [PATCH v8 16/20] mm/huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v8 17/20] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v8 18/20] dcssblk: Mark DAX broken, remove FS_DAX_LIMITED support
` [PATCH v8 19/20] fs/dax: Properly refcount fs dax pages
` [PATCH v8 20/20] device/dax: Properly refcount device dax pages when mapping

[PATCH v5 00/12] driver core: Constify API device_find_child()
 2025-02-20 10:31 UTC  (3+ messages)
` [PATCH v5 04/12] driver core: Constify API device_find_child() and adapt for various usages

[PATCH v2 0/2] cxl: Some ABI doc updates
 2025-02-20  5:31 UTC  (8+ messages)
` [PATCH 1/2] cxl: Plug typos in ABI doc
` [PATCH 2/2] cxl: Document missing sysfs files

[PATCH] ndctl: json: Region capabilities are not displayed if any of the BTT, PFN, or DAX are not present
 2025-02-20  5:07 UTC  (5+ messages)

[PATCH v2 0/7] Use guard() instead of rwsem locking
 2025-02-20  1:42 UTC  (32+ messages)
` [PATCH v2 1/7] cxl/core: Use guard() to replace open-coded down_read/write()
` [PATCH v2 2/7] cxl/core: cxl_mem_sanitize() cleanup
` [PATCH v2 3/7] cxl/memdev: cxl_memdev_ioctl() cleanup
` [PATCH v2 4/7] cxl/core: Use guard() to drop the goto pattern of cxl_dpa_free()
` [PATCH v2 5/7] cxl/core: Use guard() to drop goto pattern of cxl_dpa_alloc()
` [PATCH v2 6/7] cxl/region: Drop goto pattern in cxl_dax_region_alloc()
` [PATCH v2 7/7] cxl/region: Drop goto pattern of construct_region()

[PATCH v3 00/18] cxl: Address translation support, part 1: Cleanups and refactoring
 2025-02-20  1:03 UTC  (3+ messages)
` [PATCH v3 02/18] cxl/pci: Moving code in cxl_hdm_decode_init()

[PATCH v3 0/4] cxl: Dirty shutdown followups
 2025-02-20  1:01 UTC  (14+ messages)
` [PATCH 1/4] cxl/pci: Introduce cxl_gpf_get_dvsec()
` [PATCH 2/4] cxl/pmem: Rename cxl_dirty_shutdown_state()
` [PATCH 3/4] cxl/pmem: Export dirty shutdown count via sysfs
` [PATCH 4/4] tools/testing/cxl: Set Shutdown State support

[PATCH v2 00/15] cxl: Address translation support, part 2: Generic support and AMD Zen5 platform enablement
 2025-02-20  1:00 UTC  (18+ messages)
` [PATCH v2 01/15] cxl: Modify address translation callback for generic use
` [PATCH v2 02/15] cxl: Introduce callback to translate an HPA range from a port to its parent
` [PATCH v2 03/15] cxl/region: Factor out code for interleaving calculations
` [PATCH v2 04/15] cxl/region: Calculate endpoint's region position during init
` [PATCH v2 05/15] cxl/region: Calculate and store the SPA range of an endpoint
` [PATCH v2 06/15] cxl/region: Use endpoint's HPA range to find the port's decoder
` [PATCH v2 07/15] cxl/region: Use translated HPA ranges "
` [PATCH v2 08/15] cxl/region: Use the endpoint's SPA range to find a region
` [PATCH v2 09/15] cxl/region: Use the endpoint's SPA range to create "
` [PATCH v2 10/15] cxl/region: Use root decoders interleaving parameters "
` [PATCH v2 11/15] cxl/region: Use the endpoint's SPA range to check "
` [PATCH v2 12/15] cxl/region: Lock decoders that need address translation
` [PATCH v2 13/15] cxl/x86: Prepare for architectural platform setup
` [PATCH v2 14/15] cxl/amd: Enable Zen5 address translation using ACPI PRMT
` [PATCH v2 15/15] MAINTAINERS: CXL: Add entry for AMD platform support (CXL_AMD)

[PATCH v5 0/1] cxl/pmem: debug invalid serial number data
 2025-02-19 21:20 UTC  (4+ messages)
` [PATCH v5 1/1] "

[RFC ndctl PATCH] cxl: Add inject-error command
 2025-02-19 17:34 UTC  (3+ messages)

[LSF/MM] Linux management of volatile CXL memory devices - boot to bash
 2025-02-19 16:14 UTC  (15+ messages)
` [LSF/MM] CXL Boot to Bash - Section 1: BIOS, EFI, and Early Boot
` CXL Boot to Bash - Section 3: Memory (block) Hotplug

[RFC PATCH fwctl 0/5] pds_fwctl: fwctl for AMD/Pensando core devices
 2025-02-19  8:25 UTC  (9+ messages)
` [RFC PATCH fwctl 2/5] pds_core: add new fwctl auxilary_device
` [RFC PATCH fwctl 3/5] pds_fwctl: initial driver framework

[PATCH v3 0/4] cxl: Dirty shutdown followups
 2025-02-19  3:05 UTC  (2+ messages)
` [PATCH 1/4] cxl/pci: Introduce cxl_gpf_get_dvsec()

[PATCH v4 0/1] cxl/pmem: debug invalid serial number data
 2025-02-19  3:11 UTC  (2+ messages)
` [PATCH v4 1/1] "

[PATCH v2 0/4] cxl: Dirty shutdown followups
 2025-02-19  2:34 UTC  (6+ messages)
` [PATCH 1/4] cxl/pci: Introduce cxl_gpf_get_dvsec()
` [PATCH 2/4] cxl/pmem: Rename cxl_dirty_shutdown_state()
` [PATCH 3/4] cxl/pmem: Export dirty shutdown count via sysfs
` [PATCH 4/4] tools/testing/cxl: Set Shutdown State support

[PATCH v10 00/26] cxl: add type2 device basic support
 2025-02-19  2:29 UTC  (14+ messages)
` [PATCH v10 01/26] cxl: make memdev creation type agnostic
` [PATCH v10 02/26] sfc: add basic cxl initialization
` [PATCH v10 16/26] cxl: define a driver interface for DPA allocation

[PATCH v4 00/10] Introduce fwctl subystem
 2025-02-18 23:31 UTC  (13+ messages)
` [PATCH v4 10/10] bnxt: Create an auxiliary device for fwctl_bnxt

[NDCTL PATCH v4 0/3] ndctl: Add support and test for CXL Features support
 2025-02-18 22:59 UTC  (4+ messages)
` [NDCTL PATCH v4 1/3] cxl: Add cxl_bus_get_by_provider()
` [NDCTL PATCH v4 2/3] cxl: Enumerate major/minor of FWCTL char device
` [NDCTL PATCH v4 3/3] cxl/test: Add test for cxl features device

[PATCH 0/2] cxl: Dirty shutdown followups
 2025-02-18 18:58 UTC  (5+ messages)
` [PATCH 1/2] cxl/pmem: Export dirty shutdown count via sysfs

[PATCH v7 00/17] Enable CXL PCIe port protocol error handling and logging
 2025-02-18 17:15 UTC  (10+ messages)
` [PATCH v7 06/17] PCI/AER: Add CXL PCIe Port uncorrectable error recovery in AER service driver
` [PATCH v7 12/17] cxl/pci: Add error handler for CXL PCIe Port RAS errors

[PATCH -ndctl] cxl/memdev: Introduce sanitize-memdev functionality
 2025-02-18 16:55 UTC  (6+ messages)

[PATCH v3 0/1] cxl/pmem: debug invalid serial number data
 2025-02-18 17:08 UTC  (5+ messages)
` [PATCH v3 1/1] "

[PATCH v2 0/3] CXL CCI Log Commands implementation
 2025-02-18  8:57 UTC  (4+ messages)
  ` [PATCH v2 1/3] hw/cxl/cxl-mailbox-utils.c: Added support for Get Log Capabilities (Opcode 0402h)
  ` [PATCH v2 2/3] hw/cxl/cxl-mailbox-utils.c: Added support for Clear Log (Opcode 0403h)
  ` [PATCH v2 3/3] hw/cxl/cxl-mailbox-utils.c: Added support for Populate Log (Opcode 0404h)

[PATCH v2 0/3] CXL CCI Media Operations
 2025-02-18  6:34 UTC  (7+ messages)
  ` [PATCH v2 1/3] hw/cxl/cxl-mailbox-utils: Add support for Media operations discovery commands (8.2.9.9.5.3)
  ` [PATCH v2 3/3] hw/cxl/cxl-mailbox-utils: Add support for Media operations Sanitize and Write Zeros "


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