Linux CXL
 help / color / mirror / Atom feed
 messages from 2024-12-27 08:04:28 to 2025-01-07 14:11:05 UTC [more...]

[PATCH v1 00/29] cxl: Add address translation support and enable AMD Zen5 platforms
 2025-01-07 14:09 UTC  (5+ messages)
` [PATCH v1 01/29] cxl: Remove else after return
` [PATCH v1 02/29] cxl/pci: Moving code in cxl_hdm_decode_init()
` [PATCH v1 03/29] cxl/pci: cxl_hdm_decode_init: Move comment
` [PATCH v1 05/29] cxl/region: Move find_cxl_root() to cxl_add_to_region()

[PATCH v3 0/8] Introduce CBD (CXL Block Device)
 2025-01-07 12:21 UTC  (11+ messages)
` [PATCH v3 1/8] cbd: introduce cbd_transport
` [PATCH v3 2/8] cbd: introduce cbd_host
` [PATCH v3 3/8] cbd: introduce cbd_segment
` [PATCH v3 4/8] cbd: introduce cbd_channel
` [PATCH v3 5/8] cbd: introduce cbd_blkdev
` [PATCH v3 6/8] cbd: introduce cbd_backend
` [PATCH v3 7/8] cbd: introduce cbd_cache
` [PATCH v3 8/8] block: Init for CBD(CXL Block Device)

[PATCH v5 00/11] rust: bindings: Auto-generate inline static functions
 2025-01-07 11:47 UTC  (13+ messages)
  ` [PATCH v5 01/11] rust: bindings: Support some "
  ` [PATCH v5 02/11] rust: helpers: Remove blk helper
  ` [PATCH v5 03/11] rust: helpers: Remove err helper
  ` [PATCH v5 04/11] rust: helpers: Remove kunit helper
  ` [PATCH v5 05/11] rust: helpers: Remove some page helpers
  ` [PATCH v5 06/11] rust: helpers: Remove rbtree helper
  ` [PATCH v5 07/11] rust: helpers: Remove some refcount helpers
  ` [PATCH v5 08/11] rust: helpers: Remove signal helper
  ` [PATCH v5 09/11] rust: helpers: Remove some spinlock helpers
  ` [PATCH v5 10/11] rust: helpers: Remove some task helpers
  ` [PATCH v5 11/11] rust: helpers: Remove uaccess helpers

[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-07 11:36 UTC  (27+ messages)
` [PATCH v5 01/25] fuse: Fix dax truncate/punch_hole fault path
` [PATCH v5 02/25] fs/dax: Return unmapped busy pages from dax_layout_busy_page_range()
` [PATCH v5 03/25] fs/dax: Don't skip locked entries when scanning entries
` [PATCH v5 04/25] fs/dax: Refactor wait for dax idle page
` [PATCH v5 05/25] fs/dax: Create a common implementation to break DAX layouts
` [PATCH v5 06/25] fs/dax: Always remove DAX page-cache entries when breaking layouts
` [PATCH v5 07/25] fs/dax: Ensure all pages are idle prior to filesystem unmount
` [PATCH v5 08/25] fs/dax: Remove PAGE_MAPPING_DAX_SHARED mapping flag
` [PATCH v5 09/25] mm/gup: Remove redundant check for PCI P2PDMA page
` [PATCH v5 10/25] mm/mm_init: Move p2pdma page refcount initialisation to p2pdma
` [PATCH v5 11/25] mm: Allow compound zone device pages
` [PATCH v5 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v5 13/25] mm/memory: Add vmf_insert_page_mkwrite()
` [PATCH v5 14/25] rmap: Add support for PUD sized mappings to rmap
` [PATCH v5 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v5 16/25] huge_memory: Add vmf_insert_folio_pmd()
` [PATCH v5 17/25] memremap: Add is_devdax_page() and is_fsdax_page() helpers
` [PATCH v5 18/25] mm/gup: Don't allow FOLL_LONGTERM pinning of FS DAX pages
` [PATCH v5 19/25] proc/task_mmu: Mark devdax and fsdax pages as always unpinned
` [PATCH v5 20/25] mm/mlock: Skip ZONE_DEVICE PMDs during mlock
` [PATCH v5 21/25] fs/dax: Properly refcount fs dax pages
` [PATCH v5 22/25] device/dax: Properly refcount device dax pages when mapping
` [PATCH v5 23/25] mm: Remove pXX_devmap callers
` [PATCH v5 24/25] mm: Remove devmap related functions and page table bits
` [PATCH v5 25/25] Revert "riscv: mm: Add support for ZONE_DEVICE"

[PATCH v8 00/27] cxl: add type2 device basic support
 2025-01-07 11:34 UTC  (46+ messages)
` [PATCH v8 03/27] cxl: add capabilities field to cxl_dev_state and cxl_port
` [PATCH v8 06/27] cxl: add function for type2 cxl regs setup
` [PATCH v8 07/27] sfc: use cxl api for regs setup and checking
` [PATCH v8 08/27] cxl: add functions for resource request/release by a driver
` [PATCH v8 11/27] cxl: add function for setting media ready "
` [PATCH v8 13/27] cxl: prepare memdev creation for type2
` [PATCH v8 15/27] cxl: define a driver interface for HPA free space enumeration
` [PATCH v8 17/27] cxl: define a driver interface for DPA allocation
` [PATCH v8 18/27] sfc: get endpoint decoder
` [PATCH v8 22/27] cxl: allow region creation by type2 drivers
` [PATCH v8 23/27] cxl: add region flag for precluding a device memory to be used for dax
` [PATCH v8 27/27] sfc: support pio mapping based on cxl

[PATCH v4 0/15] Enable CXL PCIe Port protocol error handling and logging
 2025-01-07 11:32 UTC  (5+ messages)
` [PATCH v4 14/15] cxl/pci: Add support to assign and clear pci_driver::cxl_err_handlers

[PATCH v4 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-07 11:29 UTC  (14+ messages)
` [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
` [PATCH v4 15/25] huge_memory: Add vmf_insert_folio_pud()
` [PATCH v4 19/25] proc/task_mmu: Ignore ZONE_DEVICE pages

[PATCH v18 00/19] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2025-01-07  9:23 UTC  (26+ messages)
` [PATCH v18 01/19] EDAC: Add support for EDAC device features control
` [PATCH v18 02/19] EDAC: Add scrub control feature
` [PATCH v18 03/19] EDAC: Add ECS "
` [PATCH v18 04/19] EDAC: Add memory repair "
` [PATCH v18 05/19] ACPI:RAS2: Add ACPI RAS2 driver
` [PATCH v18 06/19] ras: mem: Add memory "
` [PATCH v18 07/19] cxl: Refactor user ioctl command path from mds to mailbox
` [PATCH v18 08/19] cxl: Add skeletal features driver
` [PATCH v18 09/19] cxl: Enumerate feature commands
` [PATCH v18 10/19] cxl: Add Get Supported Features command for kernel usage
` [PATCH v18 11/19] cxl: Add features driver attribute to emit number of features supported
` [PATCH v18 12/19] cxl/mbox: Add GET_FEATURE mailbox command
` [PATCH v18 13/19] cxl/mbox: Add SET_FEATURE "
` [PATCH v18 14/19] cxl: Setup exclusive CXL features that are reserved for the kernel
` [PATCH v18 15/19] cxl/memfeature: Add CXL memory device patrol scrub control feature
` [PATCH v18 16/19] cxl/memfeature: Add CXL memory device ECS "
` [PATCH v18 17/19] cxl/mbox: Add support for PERFORM_MAINTENANCE mailbox command
` [PATCH v18 18/19] cxl/memfeature: Add CXL memory device soft PPR control feature
` [PATCH v18 19/19] cxl/memfeature: Add CXL memory device memory sparing "

[RFC PATCH 0/8] Delay to enumerate ports/dports component registers
 2025-01-07  3:57 UTC  (9+ messages)
` [RFC PATCH 1/8] cxl/port: Enumerate port component regs when endpoint attaching
` [RFC PATCH 2/8] cxl/port: Delay port HDM setup until port component regs setup done
` [RFC PATCH 3/8] cxl/region: Check if dev is a decoder in check_commit_order()
` [RFC PATCH 4/8] cxl/port: Remove port HDM during the last endpoint detaching
` [RFC PATCH 5/8] cxl/port: Remove component_reg_phys parameter from devm_cxl_add_port()
` [RFC PATCH 6/8] cxl/port: Enumerate dport component registers when endpoint attaching
` [RFC PATCH 7/8] cxl/port: Remove component_reg_phys parameter from devm_cxl_add_dport()
` [RFC PATCH 8/8] cxl/mem: Adjust cxl_dport_init_ras_reporting() invoked position

Assistance Needed with CXL Memory Region Creation
 2025-01-07  2:21 UTC 

[PATCH v8 00/21] DCD: Add support for Dynamic Capacity Devices (DCD)
 2025-01-07  1:10 UTC  (4+ messages)
` [PATCH v8 01/21] cxl/mbox: Flag "

[PATCH 1/2] dax: Remove access to page->index
 2025-01-07  0:43 UTC  (2+ messages)

[PATCH v6 0/8] driver core: class: Fix bug and code improvements for class APIs
 2025-01-05  8:34 UTC  (9+ messages)
` [PATCH v6 1/8] driver core: class: Fix wild pointer dereferences in API class_dev_iter_next()
` [PATCH v6 2/8] blk-cgroup: Fix class @block_class's subsystem refcount leakage
` [PATCH v6 3/8] driver core: Move true expression out of if condition in 3 device finding APIs
` [PATCH v6 4/8] driver core: Rename declaration parameter name for API device_find_child() cluster
` [PATCH v6 5/8] driver core: Correct parameter check for API device_for_each_child_reverse_from()
` [PATCH v6 6/8] driver core: Correct API device_for_each_child_reverse_from() prototype
` [PATCH v6 7/8] driver core: Introduce device_iter_t for device iterating APIs
` [PATCH v6 8/8] driver core: Move two simple APIs for finding child device to header

[PATCH v17 00/18] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2025-01-03 19:26 UTC  (7+ messages)

[PATCH v2] cxl: factor out cxl_await_range_active() and cxl_media_ready()
 2025-01-03 18:01 UTC  (4+ messages)

[RFC PATCH 0/4] CXL Hotness Monitoring Unit perf driver
 2025-01-03 12:07 UTC  (8+ messages)
  ` [RFC PATCH 1/4] cxl: Register devices for CXL Hotness Monitoring Units (CHMU)
  ` [RFC PATCH 4/4] hwtrace: Document CXL Hotness Monitoring Unit driver

[PATCH v9 00/27] cxl: add type2 device basic support
 2025-01-03 11:50 UTC  (51+ messages)
` [PATCH v9 01/27] "
` [PATCH v9 02/27] sfc: add cxl support using new CXL API
` [PATCH v9 03/27] cxl: add capabilities field to cxl_dev_state and cxl_port
` [PATCH v9 04/27] cxl/pci: add check for validating capabilities
` [PATCH v9 05/27] cxl: move pci generic code
` [PATCH v9 06/27] cxl: add function for type2 cxl regs setup
` [PATCH v9 07/27] sfc: use cxl api for regs setup and checking
` [PATCH v9 08/27] cxl: add functions for resource request/release by a driver
` [PATCH v9 09/27] sfc: request cxl ram resource
` [PATCH v9 10/27] resource: harden resource_contains
` [PATCH v9 11/27] cxl: add function for setting media ready by a driver
` [PATCH v9 12/27] sfc: set cxl media ready
` [PATCH v9 13/27] cxl: prepare memdev creation for type2
` [PATCH v9 14/27] sfc: create type2 cxl memdev
` [PATCH v9 15/27] cxl: define a driver interface for HPA free space enumeration
` [PATCH v9 16/27] sfc: obtain root decoder with enough HPA free space
` [PATCH v9 17/27] cxl: define a driver interface for DPA allocation
` [PATCH v9 18/27] sfc: get endpoint decoder
` [PATCH v9 19/27] cxl: make region type based on endpoint type
` [PATCH v9 20/27] cxl/region: factor out interleave ways setup
` [PATCH v9 21/27] cxl/region: factor out interleave granularity setup
` [PATCH v9 22/27] cxl: allow region creation by type2 drivers
` [PATCH v9 23/27] cxl: add region flag for precluding a device memory to be used for dax
` [PATCH v9 24/27] sfc: create cxl region
` [PATCH v9 25/27] cxl: add function for obtaining region range
` [PATCH v9 26/27] sfc: update MCDI protocol headers
` [PATCH v9 27/27] sfc: support pio mapping based on cxl

[cxl:next] BUILD SUCCESS 2f84d072bdcb7d6ec66cc4d0de9f37a3dc394cd2
 2025-01-03 10:11 UTC 

[PATCH v2] hw/cxl: Fix msix_notify: Assertion `vector < dev->msix_entries_nr`
 2025-01-03  6:36 UTC  (2+ messages)

[PATCH v4 00/11] driver core: Constify API device_find_child()
 2025-01-03  0:29 UTC  (6+ messages)
` [PATCH v4 01/11] libnvdimm: Replace namespace_match() with device_find_child_by_name()
` [PATCH v4 04/11] driver core: Constify API device_find_child() then adapt for various usages

[PATCH v4 0/5] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
 2025-01-02 19:56 UTC  (7+ messages)
` [PATCH v4 3/5] efi/cper, cxl: Remove cper_cxl.h
` [PATCH v4 5/5] acpi/ghes, cxl/pci: Process CXL CPER Protocol Errors

[PATCH v2] cxl/core/regs: Refactor out functions to count regblocks of given type
 2024-12-30 12:22 UTC 

[PATCH] [RFC] cxl/core/regs: Refactor out functions to count regblocks of given type
 2024-12-29  7:25 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