aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/cxl/core (follow)
AgeCommit message (Expand)AuthorFilesLines
11 dayscxl/region: Fix memregion leaks in devm_cxl_add_region()Li Zhijian1-9/+9
2024-05-22tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)1-16/+16
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pciLinus Torvalds2-4/+33
2024-05-15Merge tag 'cxl-for-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds7-184/+253
2024-05-08cxl: Add post-reset warning if reset results in loss of previously committed HDM decodersDave Jiang1-0/+29
2024-05-08PCI/CXL: Move CXL Vendor ID to pci_ids.hDave Jiang2-4/+4
2024-05-01cxl/region: Convert cxl_pmem_region_alloc to scope-based resource managementDan Williams1-26/+17
2024-04-30cxl/region: Fix cxlr_pmem leaksLi Zhijian1-0/+1
2024-04-30Merge remote-tracking branch 'cxl/for-6.10/dpa-to-hpa' into cxl-for-nextDave Jiang6-154/+216
2024-04-30cxl/core: Add region info to cxl_general_media and cxl_dram eventsAlison Schofield2-15/+65
2024-04-30cxl/region: Move cxl_trace_hpa() work to the region driverAlison Schofield4-93/+98
2024-04-30cxl/region: Move cxl_dpa_to_region() work to the region driverAlison Schofield3-44/+51
2024-04-30cxl/trace: Correct DPA field masks for general_media & dram eventsAlison Schofield1-2/+2
2024-04-30Merge remote-tracking branch 'cxl/for-6.10/add-log-mbox-cmds' into cxl-for-nextDave Jiang1-0/+12
2024-04-30cxl/hdm: Debug, use decoder name functionIra Weiny1-2/+1
2024-04-30cxl/hdm: dev_warn() on unsupported mixed mode decoderAlison Schofield1-2/+2
2024-04-30cxl/hdm: Add debug message for invalid interleave granularityHuang Ying1-1/+5
2024-04-30cxl/mbox: Add Clear Log mailbox commandSrinivasulu Thanneeru1-0/+10
2024-04-30cxl/mbox: Add Get Log Capabilities and Get Supported Logs Sub-List commandsSrinivasulu Thanneeru1-0/+2
2024-04-29cxl: Fix cxl_endpoint_get_perf_coordinate() support for RCHDave Jiang1-1/+14
2024-04-22cxl/core: Fix potential payload size confusion in cxl_mem_get_poison()Dan Williams1-21/+17
2024-04-08cxl: Add checks to access_coordinate calculation to fail missing dataDave Jiang1-1/+18
2024-04-08cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coordDave Jiang2-38/+84
2024-04-08cxl: Fix incorrect region perf data calculationDave Jiang2-86/+44
2024-04-08cxl: Fix retrieving of access_coordinates in PCIe pathDave Jiang1-13/+22
2024-04-05cxl: Remove checking of iter in cxl_endpoint_get_perf_coordinates()Dave Jiang1-1/+1
2024-04-03cxl/core: Fix initialization of mbox_cmd.size_out in get eventKwangjin Ko1-1/+2
2024-03-26cxl/core/regs: Fix usage of map->reg_type in cxl_decode_regblock() before assignedDave Jiang1-2/+3
2024-03-26cxl/mem: Fix for the index of Clear Event Record HandleYuquan Wang1-1/+1
2024-03-18Merge tag 'trace-v6.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-traceLinus Torvalds1-7/+7
2024-03-18cxl/trace: Properly initialize cxl_poison region nameAlison Schofield1-7/+7
2024-03-13Merge branch 'for-6.9/cxl-fixes' into for-6.9/cxlDan Williams1-15/+15
2024-03-13Merge branch 'for-6.9/cxl-einj' into for-6.9/cxlDan Williams1-0/+41
2024-03-13Merge branch 'for-6.9/cxl-qos' into for-6.9/cxlDan Williams4-29/+323
2024-03-13lib/firmware_table: Provide buffer length argument to cdat_table_parse()Robert Richter2-4/+10
2024-03-12cxl/pci: Get rid of pointer arithmetic reading CDAT tableRobert Richter1-36/+41
2024-03-12cxl/pci: Rename DOE mailbox handle to doe_mbRobert Richter1-10/+10
2024-03-12cxl: Fix the incorrect assignment of SSLBIS entry pointer initial locationDave Jiang1-15/+15
2024-03-12cxl/core: Add CXL EINJ debugfs filesBen Cheatham1-0/+41
2024-03-12cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang3-1/+12
2024-03-12cxl/region: Add memory hotplug notifier for cxl regionDave Jiang3-0/+77
2024-03-12cxl/region: Add sysfs attribute for locality attributes of CXL regionsDave Jiang1-0/+94
2024-03-12cxl/region: Calculate performance data for a regionDave Jiang2-0/+67
2024-03-12cxl: Set cxlmd->endpoint before adding port deviceDave Jiang1-1/+1
2024-03-12cxl: Move QoS class to be calculated from the nearest CPUDave Jiang1-3/+3
2024-03-12cxl: Split out host bridge access coordinatesDave Jiang2-9/+54
2024-03-12cxl: Split out combine_coordinates() for common shared usageDave Jiang2-25/+25
2024-03-12ACPI: HMAT / cxl: Add retrieval of generic port coordinates for both access classesDave Jiang1-1/+1
2024-02-20Merge branch 'for-6.8/cxl-cper' into for-6.8/cxlDan Williams1-3/+3
2024-02-16cxl/pci: Fix disabling memory if DVSEC CXL Range does not match a CFMWS windowRobert Richter1-3/+3