Linux CXL
 help / color / mirror / Atom feed
 messages from 2025-01-07 23:15:49 to 2025-01-14 01:08:39 UTC [more...]

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

[PATCH v5 0/16] Enable CXL PCIe port protocol error handling and logging
 2025-01-13 23:51 UTC  (9+ messages)
` [PATCH v5 01/16] PCI/AER: Introduce 'struct cxl_err_handlers' and add to 'struct pci_driver'
` [PATCH v5 02/16] PCI/AER: Rename AER driver's interfaces to also indicate CXL PCIe Port support
` [PATCH v5 03/16] CXL/PCI: Introduce PCIe helper functions pcie_is_cxl() and pcie_is_cxl_port()
` [PATCH v5 04/16] PCI/AER: Modify AER driver logging to report CXL or PCIe bus error type

[PATCH v1 00/29] cxl: Add address translation support and enable AMD Zen5 platforms
 2025-01-13 18:41 UTC  (34+ messages)
` [PATCH v1 01/29] cxl: Remove else after return
` [PATCH v1 04/29] cxl/pci: Add comments to cxl_hdm_decode_init()
` [PATCH v1 05/29] cxl/region: Move find_cxl_root() to cxl_add_to_region()
` [PATCH v1 06/29] cxl/region: Factor out code to find the root decoder
` [PATCH v1 08/29] cxl/region: Split region registration into an initialization and adding part
` [PATCH v1 09/29] cxl/region: Use iterator to find the root port in cxl_find_root_decoder()
` [PATCH v1 14/29] cxl: Introduce parent_port_of() helper
` [PATCH v1 23/29] cxl/region: Use root decoders interleaving parameters to create a region
` [PATCH v1 24/29] cxl/region: Use endpoint's SPA range to check "
` [PATCH v1 25/29] cxl/amd: Enable Zen5 address translation using ACPI PRMT
` [PATCH v1 29/29] cxl: Show message when a decoder was added to a port

[PATCH v18 00/19] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
 2025-01-13 18:15 UTC  (29+ 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 v2 0/4] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
 2025-01-13 17:54 UTC  (14+ messages)
` [PATCH v2 1/4] acpi: numa: Add support to enumerate and store extended linear address mode
` [PATCH v2 2/4] acpi/hmat / cxl: Add extended linear cache support for CXL
` [PATCH v2 3/4] cxl: Add extended linear cache address alias emission for cxl events
` [PATCH v2 4/4] cxl: Add mce notifier to emit aliased address for extended linear cache

[PATCH 0/2] cxl: Some ABI doc updates
 2025-01-13 16:49 UTC  (6+ messages)
` [PATCH 1/2] cxl: Plug typos in ABI doc
` [PATCH 2/2] cxl: Document missing sysfs files

[PATCH v6 0/6] Update Event Records to CXL spec rev 3.1
 2025-01-13 16:55 UTC  (9+ messages)
` [PATCH v6 1/6] cxl/events: Update Common Event Record "
` [PATCH v6 2/6] cxl/events: Add Component Identifier formatting for "
` [PATCH v6 3/6] cxl/events: Update General Media Event Record to "
` [PATCH v6 4/6] cxl/events: Update DRAM "
` [PATCH v6 5/6] cxl/events: Update Memory Module "
` [PATCH v6 6/6] cxl/test: Update test code for event records "

[PATCH v3] cxl/core/regs: Refactor out functions to count regblocks of given type
 2025-01-13 16:31 UTC  (2+ messages)

[PATCH v5 0/6] Update Event Records to CXL spec rev 3.1
 2025-01-11  9:22 UTC  (19+ messages)
` [PATCH v5 1/6] cxl/events: Update Common Event Record "
` [PATCH v5 2/6] cxl/events: Add Component Identifier formatting for "
` [PATCH v5 3/6] cxl/events: Update General Media Event Record to "
` [PATCH v5 4/6] cxl/events: Update DRAM "
` [PATCH v5 5/6] cxl/events: Update Memory Module "
` [PATCH v5 6/6] cxl/test: Update test code for event records "

[PATCH v2] cxl/core/regs: Refactor out functions to count regblocks of given type
 2025-01-11  3:09 UTC  (3+ messages)

How to programmatically discover online and offline memory and its latency and bandwidth from user space?
 2025-01-10 17:01 UTC  (2+ messages)

[PATCH v4 0/5] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
 2025-01-10 16:24 UTC  (12+ messages)
` [PATCH v4 1/5] efi/cper, cxl: Prefix protocol error struct and function names with cxl_
` [PATCH v4 2/5] efi/cper, cxl: Make definitions and structures global
` [PATCH v4 3/5] efi/cper, cxl: Remove cper_cxl.h
` [PATCH v4 4/5] acpi/ghes, cper: Recognize and cache CXL Protocol errors
` [PATCH v4 5/5] acpi/ghes, cxl/pci: Process CXL CPER Protocol Errors

[PATCH v2 00/14] rasdaemon: cxl: Update CXL event logging and recording to CXL spec rev 3.1
 2025-01-10 16:11 UTC  (17+ messages)
` [PATCH v2 01/14] rasdaemon: Fix for parsing error when trace event's format file is larger than PAGE_SIZE
` [PATCH v2 02/14] rasdaemon: cxl: Fix logging of memory event type of DRAM trace event
` [PATCH v2 03/14] rasdaemon: cxl: Fix mismatch in region field's name with kernel "
` [PATCH v2 04/14] rasdaemon: cxl: Add automatic indexing for storing CXL fields in SQLite database
` [PATCH v2 05/14] rasdaemon: cxl: Update common event to CXL spec rev 3.1
` [PATCH v2 06/14] rasdaemon: cxl: Add Component Identifier formatting for "
` [PATCH v2 07/14] rasdaemon: cxl: Update CXL general media event to "
` [PATCH v2 08/14] rasdaemon: cxl: Update CXL DRAM "
` [PATCH v2 09/14] rasdaemon: cxl: Update memory module "
` [PATCH v2 10/14] rasdaemon: ras-mc-ctl: Fix logging of memory event type in CXL DRAM error table
` [PATCH v2 11/14] rasdaemon: ras-mc-ctl: Update logging of common event data to align with CXL spec rev 3.1
` [PATCH v2 12/14] rasdaemon: ras-mc-ctl: Update logging of CXL general media "
` [PATCH v2 13/14] rasdaemon: ras-mc-ctl: Update logging of CXL DRAM "
` [PATCH v2 14/14] rasdaemon: ras-mc-ctl: Update logging of CXL memory module "

[PATCH 0/3] cxl/core: Enable Region creation on x86 with Low Mem Hole
 2025-01-10 16:06 UTC  (6+ messages)
` [PATCH 2/3] cxl/core: Enable Region creation on x86 with Low Memory Hole

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

[PATCH 0/4] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
 2025-01-10 14:59 UTC  (5+ messages)
` [PATCH 3/4] cxl: Add extended linear cache address alias emission for cxl events

[PATCH v5 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
 2025-01-10  6:56 UTC  (17+ 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 05/25] fs/dax: Create a common implementation to break DAX layouts

[ndctl PATCH 1/1] daxctl: Output more information if memblock is unremovable
 2025-01-09 15:06 UTC  (5+ messages)

[RFC ndctl PATCH] cxl: Add inject-error command
 2025-01-08 21:57 UTC 

[PATCH v8 00/27] cxl: add type2 device basic support
 2025-01-08 14:53 UTC  (12+ messages)
` [PATCH v8 01/27] "
` [PATCH v8 02/27] sfc: add cxl support using new CXL API
` [PATCH v8 05/27] cxl: move pci generic code

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


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