aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-23cxl: Fix match_region_by_range() to use region_res_match_cxl_range()Dave Jiang1-5/+2
2025-10-23cxl/trace: Subtract to find an hpa_alias0 in cxl_poison eventsAlison Schofield1-1/+1
2025-10-23cxl/features: Add check for no entries in cxl_feature_infoDave Jiang1-0/+3
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 Torvalds11-405/+566
2025-07-18Merge branch 'for-6.17/cxl-events-updates' into cxl-for-nextDave Jiang2-6/+151
2025-07-18cxl/region: Fix an ERR_PTR() vs NULL bugDan Carpenter1-1/+1
2025-07-18cxl/events: Trace Memory Sparing Event RecordShiju Jose2-0/+111
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 Jiang8-370/+393
2025-07-16cxl: Convert to ACQUIRE() for conditional rwsem lockingDan Williams8-267/+210
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
2025-07-16cxl/decoder: Move decoder register programming to a helperDan Williams1-35/+42
2025-07-16cxl/mbox: Convert poison list mutex to ACQUIRE()Dan Williams1-4/+3
2025-07-15cxl: Remove core/acpi.c and cxl core dependency on ACPIRobert Richter4-20/+1
2025-07-13drivers,cxl: use node-notifier instead of memory-notifierOscar Salvador1-8/+8
2025-07-11cxl/core: Using cxl_resource_contains_addr() to check address availabilityLi Ming3-6/+6
2025-07-11cxl/edac: Fix wrong dpa checking for PPR operationLi Ming1-1/+4
2025-07-11cxl/core: Introduce a new helper cxl_resource_contains_addr()Li Ming2-0/+8
2025-07-01cxl: make cxl_bus_type constantGreg Kroah-Hartman1-1/+1
2025-06-30cxl/edac: Use correct format specifier for u32 valAlok Tiwari1-1/+1
2025-06-25cxl/edac: Fix using wrong repair type to check dram event recordLi Ming1-1/+1
2025-06-13cxl/ras: Fix CPER handler device confusionDan Williams1-20/+27
2025-06-13cxl/edac: Fix potential memory leak issuesLi Ming1-2/+6
2025-06-10cxl/edac: Fix the min_scrub_cycle of a region miscalculationLi Ming1-2/+6
2025-06-09cxl: fix return value in cxlctl_validate_set_features()Dan Carpenter1-1/+1
2025-05-23Merge branch 'for-6.16/cxl-features-ras' into cxl-for-nextDave Jiang7-13/+2133
2025-05-23cxl/edac: Add CXL memory device soft PPR control featureShiju Jose1-1/+327
2025-05-23cxl/edac: Add CXL memory device memory sparing control featureShiju Jose1-1/+541
2025-05-23cxl/edac: Support for finding memory operation attributes from the current bootShiju Jose3-2/+321
2025-05-23cxl/edac: Add support for PERFORM_MAINTENANCE commandShiju Jose1-0/+49
2025-05-23cxl/edac: Add CXL memory device ECS control featureShiju Jose1-1/+358
2025-05-23cxl/edac: Add CXL memory device patrol scrub control featureShiju Jose3-0/+530
2025-05-23cxl: Update prototype of function get_support_feature_info()Shiju Jose2-10/+9
2025-05-22cxl/features: Remove the inline specifier from to_cxlfs()Alison Schofield1-1/+1
2025-05-19cxl/feature: Remove redundant code of get supported featuresLi Ming1-8/+0
2025-05-15Documentation: Update the CXL Maturity MapAlison Schofield1-0/+1
2025-05-13cxl: Sync up the driver-api/cxl documentationAlison Schofield1-0/+9
2025-05-09cxl/hdm: Clean up a debug printkDan Carpenter2-5/+5
2025-05-09Merge branch 'for-6.16/cxl-cleanups' into cxl-for-nextDave Jiang6-103/+154
2025-05-09cxl: Add a dev_dbg() when a decoder was added to a portRobert Richter1-1/+2
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