summaryrefslogtreecommitdiff
path: root/drivers/cxl/core/region.c
AgeCommit message (Expand)Author
2026-03-04cxl/region: Fix leakage in __construct_region()Davidlohr Bueso
2026-02-24cxl/region: Test CXL_DECODER_F_NORMALIZED_ADDRESSING as a bitmaskAlison Schofield
2026-02-24cxl: Test CXL_DECODER_F_LOCK as a bitmaskAlison Schofield
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds
2026-02-04Merge branch 'for-7.0/cxl-prm-translation' into cxl-for-nextDave Jiang
2026-02-04cxl: Disable HPA/SPA translation handlers for Normalized AddressingRobert Richter
2026-02-04cxl/region: Factor out code into cxl_region_setup_poison()Robert Richter
2026-02-03cxl: Introduce callback for HPA address ranges translationRobert Richter
2026-02-03cxl/region: Use region data to get the root decoderRobert Richter
2026-02-03cxl/region: Add @hpa_range argument to function cxl_calc_interleave_pos()Robert Richter
2026-02-03cxl/region: Separate region parameter setup and region constructionRobert Richter
2026-02-03cxl/region: Store HPA range in struct cxl_regionRobert Richter
2026-02-03cxl/region: Store root decoder in struct cxl_regionRobert Richter
2026-02-03cxl/region: Rename misleading variable name @hpa to @hpa_rangeRobert Richter
2026-01-22cxl/region: Use do_div() for 64-bit modulo operationAlison Schofield
2026-01-22cxl/region: Translate HPA to DPA and memdev in unaligned regionsAlison Schofield
2026-01-22cxl/region: Translate DPA->HPA in unaligned MOD3 regionsAlison Schofield
2026-01-13cxl: Check for invalid addresses returned from translation functions on errorsRobert Richter
2026-01-05cxl/region: fix format string for resource_size_tArnd Bergmann
2025-12-05Merge tag 'soc-drivers-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-12-04Merge tag 'cxl-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2025-11-27Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann
2025-11-17memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()Yicong Yang
2025-11-17memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memre...Jonathan Cameron
2025-11-14Merge branch 'for-6.19/cxl-prm' into cxl-for-nextDave Jiang
2025-11-14cxl/region: Remove local variable @inc in cxl_port_setup_targets()Robert Richter
2025-11-14cxl: Simplify cxl_rd_ops allocation and handlingRobert Richter
2025-11-13Merge branch 'for-6.19/cxl-elc' into cxl-for-nextDave Jiang
2025-11-13Merge branch 'for-6.19/cxl-addr-xlat' into cxl-for-nextDave Jiang
2025-11-12cxl: Clarify comment in spa_maps_hpa()Dave Jiang
2025-11-12cxl: Rename region_res_match_cxl_range() to spa_maps_hpa()Dave Jiang
2025-11-12cxl: Add handling of locked CXL decoderDave Jiang
2025-11-07cxl: Adjust offset calculation for poison injectionDave Jiang
2025-11-03cxl/region: Add support to indicate region has extended linear cacheDave Jiang
2025-11-03cxl/region: Refactor address translation funcs for testingAlison Schofield
2025-10-14cxl/region: Use %pa printk format to emit resource_size_tAlison Schofield
2025-10-14cxl: Fix match_region_by_range() to use region_res_match_cxl_range()Dave Jiang
2025-10-14cxl: Set range param for region_res_match_cxl_range() as constDave Jiang
2025-09-18Merge branch 'for-6.18/cxl-delay-dport' into cxl-for-nextDave Jiang
2025-09-17cxl: Add a cached copy of target_map to cxl_decoderDave Jiang
2025-09-10Merge branch 'for-6.18/cxl-update-access-coordinates' into cxl-for-nextDave Jiang
2025-09-02cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMATDave Jiang
2025-08-18cxl: Fix emit of type resource_size_t argument for validate_region_offset()Dave Jiang
2025-08-12Merge branch 'for-6.18/cxl-poison-inject' into cxl-for-nextDave Jiang
2025-08-12cxl/region: Add inject and clear poison by region offsetAlison Schofield
2025-08-12cxl/region: Introduce SPA to DPA address translationAlison Schofield
2025-08-12cxl: Move hpa_to_spa callback to a new root decoder ops structureAlison Schofield