aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core/cdat.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-08cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coordDave Jiang1-27/+47
2024-04-08cxl: Fix incorrect region perf data calculationDave Jiang1-54/+40
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-qos' into for-6.9/cxlDan Williams1-14/+120
2024-03-13lib/firmware_table: Provide buffer length argument to cdat_table_parse()Robert Richter1-3/+3
2024-03-12cxl: Fix the incorrect assignment of SSLBIS entry pointer initial locationDave Jiang1-15/+15
2024-03-12cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang1-0/+5
2024-03-12cxl/region: Add memory hotplug notifier for cxl regionDave Jiang1-0/+6
2024-03-12cxl/region: Calculate performance data for a regionDave Jiang1-0/+65
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 Jiang1-6/+22
2024-03-12cxl: Split out combine_coordinates() for common shared usageDave Jiang1-9/+23
2024-02-16cxl: Fix sysfs export of qos_class for memdevDave Jiang1-0/+1
2024-02-16cxl: Remove unnecessary type cast in cxl_qos_class_verify()Dave Jiang1-2/+1
2024-02-16cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_p...Dave Jiang1-58/+24
2024-01-05Merge branch 'for-6.7/cxl' into for-6.8/cxlDan Williams1-8/+6
2024-01-05cxl: Fix device reference leak in cxl_port_perf_data_calculate()Dave Jiang1-2/+5
2024-01-05cxl: Convert find_cxl_root() to return a 'struct cxl_root *'Dave Jiang1-7/+10
2023-12-22cxl: Check qos_class validity on memdev probeDave Jiang1-0/+103
2023-12-22cxl: Store QTG IDs and related info to the CXL memory device contextDave Jiang1-0/+69
2023-12-22cxl: Compute the entire CXL path latency and bandwidth dataDave Jiang1-1/+58
2023-12-22cxl: Add callback to parse the SSLBIS subtable from CDATDave Jiang1-0/+98
2023-12-22cxl: Add callback to parse the DSLBIS subtable from CDATDave Jiang1-2/+100
2023-12-22cxl: Add callback to parse the DSMAS subtables from CDATDave Jiang1-0/+92