summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)Author
2025-11-07cxl: Adjust offset calculation for poison injectionDave Jiang
2025-10-14cxl/trace: Subtract to find an hpa_alias0 in cxl_poison eventsAlison 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-10-14cxl/acpi: Fix setup of memory resource in cxl_acpi_set_cache_size()Dave Jiang
2025-10-13cxl/features: Add check for no entries in cxl_feature_infoDave Jiang
2025-10-13cxl/port: Avoid missing port component registers setupLi Ming
2025-09-18Merge branch 'for-6.18/cxl-delay-dport' into cxl-for-nextDave Jiang
2025-09-18cxl: Move port register setup to when first dport appearDave Jiang
2025-09-18cxl: Change sslbis handler to only handle single dportDave Jiang
2025-09-18cxl/test: Adjust the mock version of devm_cxl_switch_port_decoders_setup()Dave Jiang
2025-09-18cxl/test: Add mock version of devm_cxl_add_dport_by_dev()Dave Jiang
2025-09-18cxl: Defer dport allocation for switch portsDave Jiang
2025-09-18cxl/test: Refactor decoder setup to reduce cxl_test burdenDave Jiang
2025-09-17cxl: Add a cached copy of target_map to cxl_decoderDave Jiang
2025-09-17cxl: Add helper to delete dportDave Jiang
2025-09-17cxl: Add helper to detect top of CXL device topologyDave Jiang
2025-09-10cxl/acpi: Rename CFMW coherency restrictionsDavidlohr Bueso
2025-09-10Merge branch 'for-6.18/cxl-update-access-coordinates' into cxl-for-nextDave Jiang
2025-09-02acpi/hmat: Remove now unused hmat_update_target_coordinates()Dave 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/core: Add locked variants of the poison inject and clear funcsAlison Schofield
2025-08-12cxl/region: Introduce SPA to DPA address translationAlison Schofield
2025-08-12cxl: Define a SPA->CXL HPA root decoder callback for XOR MathAlison Schofield
2025-08-12cxl: Move hpa_to_spa callback to a new root decoder ops structureAlison Schofield
2025-08-12cxl/region: use str_enabled_disabled() instead of ternary operatorNai-Chen Cheng
2025-08-12cxl/hdm: Use str_plural() to simplify the codeXichao Zhao
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-08-02cxl: mce: fix typo "notifer"WangYuli
2025-08-01Merge tag 'cxl-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-31Merge tag 'libnvdimm-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-07-18Merge branch 'for-6.17/cxl-events-updates' into cxl-for-nextDave Jiang
2025-07-18cxl/region: Fix an ERR_PTR() vs NULL bugDan Carpenter
2025-07-18cxl/events: Trace Memory Sparing Event RecordShiju Jose
2025-07-18cxl/events: Add extra validity checks for CVME count in DRAM Event RecordShiju Jose
2025-07-18cxl/events: Add extra validity checks for corrected memory error count in Gen...Shiju Jose
2025-07-18cxl/events: Update Common Event Record to CXL spec rev 3.2Shiju Jose
2025-07-17cxl: Fix -Werror=return-type in cxl_decoder_detach()Li Zhijian
2025-07-16Merge branch 'for-6.17/cxl-acquire' into cxl-for-nextDave Jiang
2025-07-16cxl: Convert to ACQUIRE() for conditional rwsem lockingDan Williams
2025-07-16cxl/region: Consolidate cxl_decoder_kill_region() and cxl_region_detach()Dan Williams
2025-07-16cxl/region: Move ready-to-probe state check to a helperDan Williams
2025-07-16cxl/region: Split commit_store() into __commit() and queue_reset() helpersDan Williams
2025-07-16cxl/decoder: Drop pointless lockingDan Williams