summaryrefslogtreecommitdiff
path: root/drivers/cxl/core/region.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-13cxl: Check for invalid addresses returned from translation functions on errorsRobert Richter1-8/+26
2026-01-06cxl/region: fix format string for resource_size_tArnd Bergmann1-1/+1
2025-12-06Merge tag 'soc-drivers-6.19-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+4
2025-12-05Merge tag 'cxl-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-96/+215
2025-11-28Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann1-1/+4
2025-11-18memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()Yicong Yang1-1/+4
2025-11-18memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memre...Jonathan Cameron1-1/+1
2025-11-14Merge branch 'for-6.19/cxl-prm' into cxl-for-nextDave Jiang1-18/+7
2025-11-14cxl/region: Remove local variable @inc in cxl_port_setup_targets()Robert Richter1-3/+2
2025-11-14cxl: Simplify cxl_rd_ops allocation and handlingRobert Richter1-15/+5
2025-11-13Merge branch 'for-6.19/cxl-elc' into cxl-for-nextDave Jiang1-15/+44
2025-11-13Merge branch 'for-6.19/cxl-addr-xlat' into cxl-for-nextDave Jiang1-60/+142
2025-11-13cxl: Clarify comment in spa_maps_hpa()Dave Jiang1-3/+3
2025-11-13cxl: Rename region_res_match_cxl_range() to spa_maps_hpa()Dave Jiang1-5/+5
2025-11-12cxl: Add handling of locked CXL decoderDave Jiang1-0/+19
2025-11-07cxl: Adjust offset calculation for poison injectionDave Jiang1-0/+2
2025-11-03cxl/region: Add support to indicate region has extended linear cacheDave Jiang1-15/+44
2025-11-03cxl/region: Refactor address translation funcs for testingAlison Schofield1-60/+142
2025-10-14cxl/region: Use %pa printk format to emit resource_size_tAlison Schofield1-2/+2
2025-10-14cxl: Fix match_region_by_range() to use region_res_match_cxl_range()Dave Jiang1-4/+1
2025-10-14cxl: Set range param for region_res_match_cxl_range() as constDave Jiang1-1/+1
2025-09-19Merge branch 'for-6.18/cxl-delay-dport' into cxl-for-nextDave Jiang1-1/+3
2025-09-17cxl: Add a cached copy of target_map to cxl_decoderDave Jiang1-1/+3
2025-09-10Merge branch 'for-6.18/cxl-update-access-coordinates' into cxl-for-nextDave Jiang1-8/+12
2025-09-03cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMATDave Jiang1-8/+12
2025-08-18cxl: Fix emit of type resource_size_t argument for validate_region_offset()Dave Jiang1-4/+4
2025-08-13Merge branch 'for-6.18/cxl-poison-inject' into cxl-for-nextDave Jiang1-3/+234
2025-08-13cxl/region: Add inject and clear poison by region offsetAlison Schofield1-3/+128
2025-08-13cxl/region: Introduce SPA to DPA address translationAlison Schofield1-0/+101
2025-08-13cxl: Move hpa_to_spa callback to a new root decoder ops structureAlison Schofield1-3/+8
2025-08-13cxl/region: use str_enabled_disabled() instead of ternary operatorNai-Chen Cheng1-3/+2
2025-08-02Merge tag 'cxl-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-235/+251
2025-07-19cxl/region: Fix an ERR_PTR() vs NULL bugDan Carpenter1-1/+1
2025-07-16Merge branch 'for-6.17/cxl-acquire' into cxl-for-nextDave Jiang1-226/+247
2025-07-16cxl: Convert to ACQUIRE() for conditional rwsem lockingDan Williams1-171/+124
2025-07-16cxl/region: Consolidate cxl_decoder_kill_region() and cxl_region_detach()Dan Williams1-44/+59
2025-07-16cxl/region: Move ready-to-probe state check to a helperDan Williams1-6/+18
2025-07-16cxl/region: Split commit_store() into __commit() and queue_reset() helpersDan Williams1-29/+70
2025-07-15cxl: Remove core/acpi.c and cxl core dependency on ACPIRobert Richter1-6/+1
2025-07-14drivers,cxl: use node-notifier instead of memory-notifierOscar Salvador1-8/+8
2025-07-11cxl/core: Using cxl_resource_contains_addr() to check address availabilityLi Ming1-3/+3
2025-05-23Merge branch 'for-6.16/cxl-features-ras' into cxl-for-nextDave Jiang1-0/+10
2025-05-23cxl/edac: Add CXL memory device patrol scrub control featureShiju Jose1-0/+10
2025-05-09Merge branch 'for-6.16/cxl-cleanups' into cxl-for-nextDave Jiang1-67/+110
2025-05-09cxl/region: Add a dev_err() on missing target list entriesRobert Richter1-0/+7
2025-05-09cxl/region: Add a dev_warn() on registration failureRobert Richter1-0/+6
2025-05-09cxl/region: Add function to find a port's switch decoder by rangeRobert Richter1-12/+18
2025-05-09cxl/region: Factor out code to find a root decoder's regionRobert Richter1-10/+16
2025-05-09cxl/region: Factor out code to find the root decoderRobert Richter1-19/+29
2025-05-09cxl/region: Move find_cxl_root() to cxl_add_to_region()Robert Richter1-2/+4