messages from 2025-09-09 09:04:50 to 2025-09-16 14:14:04 UTC [more...]
[PATCH v3 00/13] expand mmap_prepare functionality, port more users
2025-09-16 14:11 UTC (7+ messages)
` [PATCH v3 01/13] mm/shmem: update shmem to use mmap_prepare
` [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 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 v6] cxl: docs/driver-api/conventions resolve conflicts between CFMWS, Low memory Holes, Decoders
2025-09-15 23:19 UTC (4+ messages)
[PATCH v3 00/11] cxl: ACPI PRM Address Translation Support and AMD Zen5 enablement
2025-09-15 20:22 UTC (35+ 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
[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 v11 00/23] Enable CXL PCIe Port Protocol Error handling and logging
2025-09-15 13:32 UTC (58+ 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 16/23] cxl/pci: Introduce CXL Endpoint protocol error handlers
` [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 v9 00/10] cxl: Delay HB port and switch dport probing until endpoint dev probe
2025-09-15 10:29 UTC (19+ 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 v9 04/10] cxl: Move port register setup to first dport appear
` [PATCH v9 05/10] cxl/test: Refactor decoder setup to reduce cxl_test burden
` [PATCH v9 06/10] cxl: Defer dport allocation for switch ports
` [PATCH v9 08/10] cxl/test: Adjust the mock version of devm_cxl_switch_port_decoders_setup()
` [PATCH v9 09/10] cxl/test: Setup target_map for cxl_test decoder initialization
[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 (7+ messages)
` [PATCH 1/6] dax/hmem, e820, resource: Defer Soft Reserved registration until hmem is ready
` [PATCH 5/6] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
[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 (27+ messages)
` [RFC PATCH 08/18] cxl/port: Update switch_port_probe() for CXL cache devices
` [RFC PATCH 09/18] cxl/core: Add function for getting CXL cache info
` [RFC PATCH 10/18] cxl/cache: Add cxl_cache driver
` [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
[PATCH v2] cxl/acpi: Limit XOR map application based on host bridge ways
2025-09-10 15:23 UTC (4+ messages)
[PATCH V2 00/20] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
2025-09-10 14:03 UTC (5+ messages)
` [PATCH V2 05/20] nvdimm/region_label: Add region label updation routine
[PATCH v2 0/3] CXL: Add a loadable module for address translation
2025-09-10 12:32 UTC (10+ messages)
` [PATCH v2 1/3] cxl/region: Refactor address translation funcs for testing
` [PATCH v2 2/3] cxl/acpi: Make the XOR calculations available "
[cxl:next] BUILD SUCCESS 58b3de3bf52315f3b30075fd2b077ec8d2c4f0ca
2025-09-10 4:29 UTC
[PATCH 00/16] expand mmap_prepare functionality, port more users
2025-09-09 17:36 UTC (17+ messages)
` [PATCH 01/16] mm/shmem: update shmem to use mmap_prepare
` [PATCH 05/16] mm/vma: rename mmap internal functions to avoid confusion
` [PATCH 06/16] mm: introduce the f_op->mmap_complete, mmap_abort hooks
[PATCH v2] cxl/acpi: Rename CFMW coherency restrictions
2025-09-09 15:20 UTC (3+ messages)
[PATCH v3 0/2] FM-API Physical Switch Command Set Support
2025-09-09 15:07 UTC (8+ messages)
` [PATCH v3 1/2] hw/cxl: Refactored Identify Switch Device & Get Physical Port State
[QEMU- PATCH 0/1] cxl_type3: segfault in cxl_destroy_dc_regions
2025-09-09 14:08 UTC (5+ messages)
` [QEMU- PATCH 1/1] cxl_type3: fix "
[PATCH 03/16] mm: add vma_desc_size(), vma_desc_pages() helpers
2025-09-09 9:21 UTC (11+ messages)
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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).