summaryrefslogtreecommitdiff
path: root/drivers/cxl
AgeCommit message (Expand)AuthorFilesLines
2025-08-04Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2025-08-02cxl: mce: fix typo "notifer"WangYuli1-1/+1
2025-08-02Merge tag 'cxl-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds15-421/+640
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-10/+10
2025-07-31Merge tag 'libnvdimm-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+1
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-07-19Merge branch 'for-6.17/cxl-events-updates' into cxl-for-nextDave Jiang3-6/+159
2025-07-19cxl/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 Gen...Shiju Jose2-1/+13
2025-07-18cxl/events: Update Common Event Record to CXL spec rev 3.2Shiju Jose1-4/+14
2025-07-18cxl: 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
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 Williams2-6/+5
2025-07-15cxl: Remove core/acpi.c and cxl core dependency on ACPIRobert Richter6-20/+62
2025-07-14drivers,cxl: use node-notifier instead of memory-notifierOscar Salvador2-10/+10
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: Include range.h in cxl.hNathan Chancellor1-0/+1
2025-07-01cxl: make cxl_bus_type constantGreg Kroah-Hartman2-2/+2
2025-07-01cxl/edac: Use correct format specifier for u32 valAlok Tiwari1-1/+1
2025-07-01cxl/pci: Replace mutex_lock_io() w mutex_lock() for mailbox accessAlison Schofield1-1/+1
2025-06-25cxl/edac: Fix using wrong repair type to check dram event recordLi Ming1-1/+1
2025-06-17sysfs: treewide: switch back to attribute_group::bin_attrsThomas Weißschuh1-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 Jiang11-13/+2248
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 Jose5-2/+357
2025-05-23cxl/edac: Add support for PERFORM_MAINTENANCE commandShiju Jose2-0/+50
2025-05-23cxl/edac: Add CXL memory device ECS control featureShiju Jose2-1/+375
2025-05-23cxl/edac: Add CXL memory device patrol scrub control featureShiju Jose7-0/+591
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-16Documentation: Update the CXL Maturity MapAlison Schofield1-0/+1
2025-05-14cxl: Sync up the driver-api/cxl documentationAlison Schofield2-3/+12
2025-05-10cxl/hdm: Clean up a debug printkDan Carpenter2-5/+5
2025-05-09Merge branch 'for-6.16/cxl-cleanups' into cxl-for-nextDave Jiang9-122/+173