index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
cxl
/
core
/
cdat.c
Age
Commit message (
Expand
)
Author
2025-11-03
cxl: fix typos in cdat.c comments
Alok Tiwari
2025-09-18
Merge branch 'for-6.18/cxl-delay-dport' into cxl-for-next
Dave Jiang
2025-09-18
cxl: Change sslbis handler to only handle single dport
Dave Jiang
2025-09-18
cxl: Defer dport allocation for switch ports
Dave Jiang
2025-09-02
acpi/hmat: Remove now unused hmat_update_target_coordinates()
Dave Jiang
2025-09-02
cxl, acpi/hmat: Update CXL access coordinates directly instead of through HMAT
Dave Jiang
2025-07-16
cxl: Convert to ACQUIRE() for conditional rwsem locking
Dan Williams
2025-05-09
cxl: Remove else after return
Robert Richter
2025-03-14
cxl/cdat: Remove redundant gp_port initialization
Li Ming
2025-02-04
cxl: Cleanup partition size and perf helpers
Dan Williams
2025-02-04
cxl: Kill enum cxl_decoder_mode
Dan Williams
2025-02-04
cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'
Dan Williams
2025-02-04
cxl: Introduce to_{ram,pmem}_{res,perf}() helpers
Dan Williams
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
2024-11-22
Merge tag 'cxl-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...
Linus Torvalds
2024-10-28
cxl/cdat: Use %pra for dpa range outputs
Ira Weiny
2024-10-24
cxl/core: Return error when cxl_endpoint_gather_bandwidth() handles a non-PCI...
Li Zhijian
2024-09-22
cxl: Calculate region bandwidth of targets with shared upstream link
Dave Jiang
2024-09-22
cxl: Preserve the CDAT access_coordinate for an endpoint
Dave Jiang
2024-09-03
cxl: Remove duplicate included header file core.h
Hongbo Li
2024-04-08
cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coord
Dave Jiang
2024-04-08
cxl: Fix incorrect region perf data calculation
Dave Jiang
2024-03-13
Merge branch 'for-6.9/cxl-fixes' into for-6.9/cxl
Dan Williams
2024-03-13
Merge branch 'for-6.9/cxl-qos' into for-6.9/cxl
Dan Williams
2024-03-13
lib/firmware_table: Provide buffer length argument to cdat_table_parse()
Robert Richter
2024-03-12
cxl: Fix the incorrect assignment of SSLBIS entry pointer initial location
Dave Jiang
2024-03-12
cxl/region: Deal with numa nodes not enumerated by SRAT
Dave Jiang
2024-03-12
cxl/region: Add memory hotplug notifier for cxl region
Dave Jiang
2024-03-12
cxl/region: Calculate performance data for a region
Dave Jiang
2024-03-12
cxl: Move QoS class to be calculated from the nearest CPU
Dave Jiang
2024-03-12
cxl: Split out host bridge access coordinates
Dave Jiang
2024-03-12
cxl: Split out combine_coordinates() for common shared usage
Dave Jiang
2024-02-16
cxl: Fix sysfs export of qos_class for memdev
Dave Jiang
2024-02-16
cxl: Remove unnecessary type cast in cxl_qos_class_verify()
Dave Jiang
2024-02-16
cxl: Change 'struct cxl_memdev_state' *_perf_list to single 'struct cxl_dpa_p...
Dave Jiang
2024-01-05
Merge branch 'for-6.7/cxl' into for-6.8/cxl
Dan Williams
2024-01-05
cxl: Fix device reference leak in cxl_port_perf_data_calculate()
Dave Jiang
2024-01-05
cxl: Convert find_cxl_root() to return a 'struct cxl_root *'
Dave Jiang
2023-12-22
cxl: Check qos_class validity on memdev probe
Dave Jiang
2023-12-22
cxl: Store QTG IDs and related info to the CXL memory device context
Dave Jiang
2023-12-22
cxl: Compute the entire CXL path latency and bandwidth data
Dave Jiang
2023-12-22
cxl: Add callback to parse the SSLBIS subtable from CDAT
Dave Jiang
2023-12-22
cxl: Add callback to parse the DSLBIS subtable from CDAT
Dave Jiang
2023-12-22
cxl: Add callback to parse the DSMAS subtables from CDAT
Dave Jiang