messages from 2025-09-10 18:34:34 to 2025-09-17 13:30:45 UTC [more...]
[PATCH V3 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
2025-09-17 13:29 UTC (8+ messages)
` [PATCH V3 01/20] nvdimm/label: Introduce NDD_REGION_LABELING flag to set region label
` [PATCH V3 03/20] nvdimm/label: Modify nd_label_base() signature
` [PATCH V3 04/20] nvdimm/label: Update mutex_lock() with guard(mutex)()
` [PATCH V3 05/20] nvdimm/namespace_label: Add namespace label changes as per CXL LSA v2.1
` [PATCH V3 06/20] nvdimm/region_label: Add region label update support
` [PATCH V3 07/20] nvdimm/region_label: Add region label delete support
` [PATCH V3 08/20] nvdimm/label: Include region label in slot validation
[PATCH v3 00/13] expand mmap_prepare functionality, port more users
2025-09-17 13:24 UTC (47+ messages)
` [PATCH v3 01/13] mm/shmem: update shmem to use mmap_prepare
` [PATCH v3 02/13] device/dax: update devdax "
` [PATCH v3 03/13] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v3 04/13] relay: update relay to use mmap_prepare
` [PATCH v3 05/13] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v3 06/13] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v3 07/13] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v3 08/13] mm: add ability to take further action in vm_area_desc
` [PATCH v3 09/13] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v3 10/13] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v3 11/13] mm: update mem char driver "
` [PATCH v3 12/13] mm: update resctl "
` [PATCH v3 13/13] iommufd: update "
[PATCH v3 00/11] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
2025-09-17 9:43 UTC (40+ messages)
` [PATCH v3 01/11] cxl/region: Store root decoder in struct cxl_region
` [PATCH v3 02/11] cxl/region: Store HPA range "
` [PATCH v3 03/11] cxl/region: Rename misleading variable name @hpa to @range
` [PATCH v3 04/11] cxl/region: Add @range argument to function cxl_find_root_decoder()
` [PATCH v3 05/11] cxl/region: Add @range argument to function cxl_calc_interleave_pos()
` [PATCH v3 06/11] cxl/region: Separate region parameter setup and region construction
` [PATCH v3 07/11] cxl: Introduce callback to translate a decoder's HPA to the next parent port
` [PATCH v3 08/11] cxl/region: Implement endpoint decoder address translation
` [PATCH v3 09/11] cxl/region: Lock decoders that need "
` [PATCH v3 10/11] cxl/acpi: Prepare use of EFI runtime services
` [PATCH v3 11/11] cxl: Enable AMD Zen5 address translation using ACPI PRMT
[cxl:next] BUILD SUCCESS c5dca38633daa1e240144bac453cf9065604a413
2025-09-17 5:11 UTC
[PATCH v6] cxl: docs/driver-api/conventions resolve conflicts between CFMWS, Low memory Holes, Decoders
2025-09-16 16:50 UTC (5+ messages)
[PATCH v11 00/23] Enable CXL PCIe Port Protocol Error handling and logging
2025-09-16 15:18 UTC (46+ messages)
` [PATCH v11 05/23] cxl: Move CXL driver RCH error handling into CONFIG_CXL_RCH_RAS conditional block
` [PATCH v11 06/23] CXL/AER: Introduce rch_aer.c into AER driver for handling CXL RCH errors
` [PATCH v11 07/23] CXL/PCI: Move CXL DVSEC definitions into uapi/linux/pci_regs.h
` [PATCH v11 08/23] PCI/CXL: Introduce pcie_is_cxl()
` [PATCH v11 09/23] PCI/AER: Report CXL or PCIe bus error type in trace logging
` [PATCH v11 10/23] CXL/AER: Update PCI class code check to use FIELD_GET()
` [PATCH v11 15/23] cxl/pci: Map CXL Endpoint Port and CXL Switch Port RAS registers
` [PATCH v11 18/23] PCI/AER: Dequeue forwarded CXL error
` [PATCH v11 20/23] CXL/PCI: Export and rename merge_result() to pci_ers_merge_result()
` [PATCH v11 21/23] CXL/PCI: Introduce CXL uncorrectable protocol error recovery
` [PATCH v11 23/23] CXL/PCI: Disable CXL protocol error interrupts during CXL Port cleanup
[PATCH v4 0/2] FM-API Physical Switch Command Set Support
2025-09-16 8:07 UTC (3+ messages)
` [PATCH v4 1/2] hw/cxl: Refactored Identify Switch Device & Get Physical Port State
` [PATCH v4 2/2] hw/cxl: Add Physical Port Control (Opcode 5102h)
[PATCH v2 00/16] expand mmap_prepare functionality, port more users
2025-09-15 15:04 UTC (51+ messages)
` [PATCH v2 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH v2 02/16] device/dax: update devdax "
` [PATCH v2 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
` [PATCH v2 04/16] relay: update relay to use mmap_prepare
` [PATCH v2 05/16] mm/vma: rename __mmap_prepare() function to avoid confusion
` [PATCH v2 06/16] mm: add remap_pfn_range_prepare(), remap_pfn_range_complete()
` [PATCH v2 07/16] mm: introduce io_remap_pfn_range_[prepare, complete]()
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
` [PATCH v2 09/16] doc: update porting, vfs documentation for mmap_prepare actions
` [PATCH v2 10/16] mm/hugetlbfs: update hugetlbfs to use mmap_prepare
` [PATCH v2 11/16] mm: update mem char driver "
` [PATCH v2 12/16] mm: update resctl "
` [PATCH v2 13/16] mm: update cramfs "
` [PATCH v2 14/16] fs/proc: add the proc_mmap_prepare hook for procfs
` [PATCH v2 15/16] fs/proc: update vmcore to use .proc_mmap_prepare
` [PATCH v2 16/16] kcov: update kcov to use mmap_prepare
[PATCH v9 00/10] cxl: Delay HB port and switch dport probing until endpoint dev probe
2025-09-15 10:29 UTC (5+ messages)
` [PATCH v9 02/10] cxl: Add helper to reap dport
` [PATCH v9 03/10] cxl: Add a cached copy of target_map to cxl_decoder
[PATCH 00/16] CXL.mem error isolation support
2025-09-12 15:55 UTC (15+ messages)
` [PATCH 01/16] cxl/regs: Add cxl_unmap_component_regs()
` [PATCH 02/16] cxl/regs: Add CXL Isolation capability mapping
` [PATCH 03/16] PCI: PCIe portdrv: Add CXL Isolation service driver
` [PATCH 06/16] cxl/core: Enable CXL.mem isolation
` [PATCH 07/16] cxl/core: Set up isolation interrupts
` [PATCH 12/16] PCI: PCIe portdrv: Add cxl_isolation sysfs attributes
` [PATCH 13/16] cxl/core, PCI: PCIe portdrv: Add CXL timeout range programming
[PATCH] PCI/AER: Fix NULL pointer access by aer_info
2025-09-11 23:41 UTC (2+ messages)
[PATCH] cxl: Move port register setup to when first dport appear
2025-09-11 20:44 UTC
[PATCH 0/6] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL
2025-09-11 19:39 UTC (4+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
[ndctl PATCH v3] test/cxl-poison.sh: test inject and clear poison by region offset
2025-09-11 16:53 UTC (3+ messages)
[ndctl PATCH] test/dm.sh: fix incorrect script name in cleanup error message
2025-09-11 16:50 UTC (3+ messages)
[RFC PATCH 00/18] Initial CXL.cache device support
2025-09-10 23:12 UTC (18+ messages)
` [RFC PATCH 11/18] cxl/core: Add CXL snoop filter setup and checking
` [RFC PATCH 12/18] cxl/cache: Add CXL Cache ID Route Table mapping
` [RFC PATCH 13/18] cxl/cache: Implement Cache ID Route Table programming
` [RFC PATCH 14/18] cxl/cache: Add Cache ID Decoder capability mapping
` [RFC PATCH 15/18] cxl/cache: Implement Cache ID Decoder programming
` [RFC PATCH 16/18] cxl/cache: Add cache device counting for CXL ports
` [RFC PATCH 18/18] cxl/core: Add cache device cache management attributes
[PATCH v2 -qemu 0/4] hw/cxl: Support Back-Invalidate
2025-09-10 18:34 UTC (6+ messages)
` [PATCH 1/4] hw/pcie: Support enabling flit mode
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox