messages from 2025-01-07 03:44:29 to 2025-01-10 07:07:11 UTC [more...]
[PATCH v6 00/26] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-10 7:05 UTC (28+ 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 00/25] fs/dax: Fix ZONE_DEVICE page reference counts
2025-01-10 6:56 UTC (26+ 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
` [PATCH v5 14/25] rmap: Add support for PUD sized mappings to rmap
` [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 v18 00/19] EDAC: Scrub: introduce generic EDAC RAS control feature driver + CXL/ACPI-RAS2 drivers
2025-01-09 23:51 UTC (17+ messages)
` [PATCH v18 02/19] EDAC: Add scrub control feature
` [PATCH v18 04/19] EDAC: Add memory repair "
[PATCH v1 00/29] cxl: Add address translation support and enable AMD Zen5 platforms
2025-01-09 22:25 UTC (66+ 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 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 07/29] cxl/region: Factor out code to find a root decoder's region
` [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 10/29] cxl/region: Add function to find a port's switch decoder by range
` [PATCH v1 11/29] cxl/region: Unfold cxl_find_root_decoder() into cxl_endpoint_initialize()
` [PATCH v1 12/29] cxl: Modify address translation callback for generic use
` [PATCH v1 13/29] cxl: Introduce callback to translate an HPA range from a port to its parent
` [PATCH v1 14/29] cxl: Introduce parent_port_of() helper
` [PATCH v1 15/29] cxl/region: Use an endpoint's SPA range to find a region
` [PATCH v1 16/29] cxl/region: Use translated HPA ranges to calculate the endpoint position
` [PATCH v1 17/29] cxl/region: Rename function to cxl_find_decoder_early()
` [PATCH v1 18/29] cxl/region: Avoid duplicate call of cxl_find_decoder_early()
` [PATCH v1 19/29] cxl/region: Use endpoint's HPA range to find the port's decoder
` [PATCH v1 20/29] cxl/region: Use translated HPA ranges "
` [PATCH v1 21/29] cxl/region: Lock decoders that need address translation
` [PATCH v1 22/29] cxl/region: Use translated HPA ranges to create a region
` [PATCH v1 23/29] cxl/region: Use root decoders interleaving parameters "
` [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 26/29] MAINTAINERS: CXL: Add entry for AMD platform support (CXL_AMD)
` [PATCH v1 27/29] cxl/region: Show message on registration failure
` [PATCH v1 28/29] cxl/region: Show message on broken target list
` [PATCH v1 29/29] cxl: Show message when a decoder was added to a port
[PATCH v4 0/5] acpi/ghes, cper, cxl: Process CXL CPER Protocol errors
2025-01-09 21:10 UTC (5+ messages)
` [PATCH v4 4/5] acpi/ghes, cper: Recognize and cache CXL "
` [PATCH v4 5/5] acpi/ghes, cxl/pci: Process CXL CPER Protocol Errors
[ndctl PATCH 1/1] daxctl: Output more information if memblock is unremovable
2025-01-09 15:06 UTC (5+ messages)
[PATCH 0/3] cxl/core: Enable Region creation on x86 with Low Mem Hole
2025-01-09 10:58 UTC (5+ messages)
` [PATCH 2/3] cxl/core: Enable Region creation on x86 with Low Memory Hole
[RFC ndctl PATCH] cxl: Add inject-error command
2025-01-08 21:57 UTC
How to programmatically discover online and offline memory and its latency and bandwidth from user space?
2025-01-08 17:55 UTC
[PATCH v8 00/27] cxl: add type2 device basic support
2025-01-08 14:53 UTC (17+ 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 v8 18/27] sfc: get endpoint decoder
[PATCH 1/2] dax: Remove access to page->index
2025-01-07 23:24 UTC (3+ messages)
[PATCH 0/4] acpi/hmat / cxl: Add exclusive caching enumeration and RAS support
2025-01-07 19:41 UTC (7+ messages)
` [PATCH 2/4] acpi/hmat / cxl: Add extended linear cache support for CXL
` [PATCH 3/4] cxl: Add extended linear cache address alias emission for cxl events
[PATCH v5 0/16] Enable CXL PCIe port protocol error handling and logging
2025-01-07 14:38 UTC (17+ 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 v5 05/16] PCI/AER: Add CXL PCIe Port correctable error support in AER service driver
` [PATCH v5 06/16] PCI/AER: Change AER driver to read UCE fatal status for all CXL PCIe Port devices
` [PATCH v5 07/16] PCI/AER: Add CXL PCIe Port uncorrectable error recovery in AER service driver
` [PATCH v5 08/16] cxl/pci: Map CXL PCIe Root Port and Downstream Switch Port RAS registers
` [PATCH v5 09/16] cxl/pci: Map CXL PCIe Upstream "
` [PATCH v5 10/16] cxl/pci: Update RAS handler interfaces to also support CXL PCIe Ports
` [PATCH v5 11/16] cxl/pci: Add log message for umnapped registers in existing RAS handlers
` [PATCH v5 12/16] cxl/pci: Change find_cxl_port() to non-static
` [PATCH v5 13/16] cxl/pci: Add error handler for CXL PCIe Port RAS errors
` [PATCH v5 14/16] cxl/pci: Add trace logging "
` [PATCH v5 15/16] cxl/pci: Add support to assign and clear pci_driver::cxl_err_handlers
` [PATCH v5 16/16] PCI/AER: Enable internal errors for CXL Upstream and Downstream Switch Ports
[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 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 (6+ messages)
` [PATCH v4 12/25] mm/memory: Enhance insert_page_into_pte_locked() to create writable mappings
[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
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