summaryrefslogtreecommitdiffstats
path: root/drivers/cxl/core/cdat.c
Commit message (Expand)AuthorAgeFilesLines
* cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coordDave Jiang2024-04-081-27/+47
* cxl: Fix incorrect region perf data calculationDave Jiang2024-04-081-54/+40
* Merge branch 'for-6.9/cxl-fixes' into for-6.9/cxlDan Williams2024-03-131-15/+15
|\
| * cxl: Fix the incorrect assignment of SSLBIS entry pointer initial locationDave Jiang2024-03-121-15/+15
* | Merge branch 'for-6.9/cxl-qos' into for-6.9/cxlDan Williams2024-03-131-14/+120
|\ \
| * | cxl/region: Deal with numa nodes not enumerated by SRATDave Jiang2024-03-121-0/+5
| * | cxl/region: Add memory hotplug notifier for cxl regionDave Jiang2024-03-121-0/+6
| * | cxl/region: Calculate performance data for a regionDave Jiang2024-03-121-0/+65
| * | cxl: Move QoS class to be calculated from the nearest CPUDave Jiang2024-03-121-3/+3
| * | cxl: Split out host bridge access coordinatesDave Jiang2024-03-121-6/+22
| * | cxl: Split out combine_coordinates() for common shared usageDave Jiang2024-03-121-9/+23
| |/
* / lib/firmware_table: Provide buffer length argument to cdat_table_parse()Robert Richter2024-03-131-3/+3
|/
* cxl: Fix sysfs export of qos_class for memdevDave Jiang2024-02-161-0/+1
* cxl: Remove unnecessary type cast in cxl_qos_class_verify()Dave Jiang2024-02-161-2/+1
* cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_p...Dave Jiang2024-02-161-58/+24
* Merge branch 'for-6.7/cxl' into for-6.8/cxlDan Williams2024-01-051-8/+6
* cxl: Fix device reference leak in cxl_port_perf_data_calculate()Dave Jiang2024-01-051-2/+5
* cxl: Convert find_cxl_root() to return a 'struct cxl_root *'Dave Jiang2024-01-051-7/+10
* cxl: Check qos_class validity on memdev probeDave Jiang2023-12-221-0/+103
* cxl: Store QTG IDs and related info to the CXL memory device contextDave Jiang2023-12-221-0/+69
* cxl: Compute the entire CXL path latency and bandwidth dataDave Jiang2023-12-221-1/+58
* cxl: Add callback to parse the SSLBIS subtable from CDATDave Jiang2023-12-221-0/+98
* cxl: Add callback to parse the DSLBIS subtable from CDATDave Jiang2023-12-221-2/+100
* cxl: Add callback to parse the DSMAS subtables from CDATDave Jiang2023-12-221-0/+92