aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cxl (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-11-07cxl: Adjust offset calculation for poison injectionDave Jiang1-0/+2
2025-10-14cxl/trace: Subtract to find an hpa_alias0 in cxl_poison eventsAlison Schofield1-1/+1
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-10-14cxl/acpi: Fix setup of memory resource in cxl_acpi_set_cache_size()Dave Jiang1-1/+1
2025-10-13cxl/features: Add check for no entries in cxl_feature_infoDave Jiang1-0/+3
2025-10-13cxl/port: Avoid missing port component registers setupLi Ming1-12/+14
2025-09-18Merge branch 'for-6.18/cxl-delay-dport' into cxl-for-nextDave Jiang10-175/+470
2025-09-18cxl: Move port register setup to when first dport appearDave Jiang2-3/+16
2025-09-18cxl: Change sslbis handler to only handle single dportDave Jiang3-15/+12
2025-09-18cxl/test: Adjust the mock version of devm_cxl_switch_port_decoders_setup()Dave Jiang2-3/+5
2025-09-18cxl/test: Add mock version of devm_cxl_add_dport_by_dev()Dave Jiang3-5/+24
2025-09-18cxl: Defer dport allocation for switch portsDave Jiang6-60/+247
2025-09-18cxl/test: Refactor decoder setup to reduce cxl_test burdenDave Jiang6-52/+125
2025-09-17cxl: Add a cached copy of target_map to cxl_decoderDave Jiang5-34/+27
2025-09-17cxl: Add helper to delete dportDave Jiang1-8/+14
2025-09-17cxl: Add helper to detect top of CXL device topologyDave Jiang1-6/+11
2025-09-10cxl/acpi: Rename CFMW coherency restrictionsDavidlohr Bueso1-2/+2
2025-09-10Merge branch 'for-6.18/cxl-update-access-coordinates' into cxl-for-nextDave Jiang3-22/+12
2025-09-02acpi/hmat: Remove now unused hmat_update_target_coordinates()Dave Jiang2-8/+0
2025-09-02cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMATDave Jiang3-14/+12
2025-08-18cxl: Fix emit of type resource_size_t argument for validate_region_offset()Dave Jiang1-4/+4
2025-08-12Merge branch 'for-6.18/cxl-poison-inject' into cxl-for-nextDave Jiang7-35/+318
2025-08-12cxl/region: Add inject and clear poison by region offsetAlison Schofield3-3/+140
2025-08-12cxl/core: Add locked variants of the poison inject and clear funcsAlison Schofield2-16/+38
2025-08-12cxl/region: Introduce SPA to DPA address translationAlison Schofield1-0/+101
2025-08-12cxl: Define a SPA->CXL HPA root decoder callback for XOR MathAlison Schofield2-11/+18
2025-08-12cxl: Move hpa_to_spa callback to a new root decoder ops structureAlison Schofield4-9/+25
2025-08-12cxl/region: use str_enabled_disabled() instead of ternary operatorNai-Chen Cheng1-3/+2
2025-08-12cxl/hdm: Use str_plural() to simplify the codeXichao Zhao1-1/+1
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-08-02cxl: mce: fix typo "notifer"WangYuli1-1/+1
2025-08-01Merge tag 'cxl-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds15-421/+640
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-10/+10
2025-07-31Merge tag 'libnvdimm-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+1
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-1/+1
2025-07-18Merge branch 'for-6.17/cxl-events-updates' into cxl-for-nextDave Jiang3-6/+159
2025-07-18cxl/region: Fix an ERR_PTR() vs NULL bugDan Carpenter1-1/+1
2025-07-18cxl/events: Trace Memory Sparing Event RecordShiju Jose3-0/+119
2025-07-18cxl/events: Add extra validity checks for CVME count in DRAM Event RecordShiju Jose2-1/+13
2025-07-18cxl/events: Add extra validity checks for corrected memory error count in General Media Event RecordShiju Jose2-1/+13
2025-07-18cxl/events: Update Common Event Record to CXL spec rev 3.2Shiju Jose1-4/+14
2025-07-17cxl: Fix -Werror=return-type in cxl_decoder_detach()Li Zhijian1-0/+1
2025-07-16Merge branch 'for-6.17/cxl-acquire' into cxl-for-nextDave Jiang10-384/+396
2025-07-16cxl: Convert to ACQUIRE() for conditional rwsem lockingDan Williams9-279/+211
2025-07-16cxl/region: Consolidate cxl_decoder_kill_region() and cxl_region_detach()Dan Williams3-52/+75
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-16cxl/decoder: Drop pointless lockingDan Williams1-2/+0