index
:
pub/scm/linux/kernel/git/frowand/linux.git
master
Frank Rowand's fork of linux.git
Frank Rowand
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
testing
/
cxl
/
test
/
cxl.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-07-14
cxl/test: Rework cxl_type2_mem_init() to use cxl_mock_platform_device_add()
Li Ming
1
-13
/
+4
2026-06-30
cxl/test: Fixup hdm init for auto region to support type2
Dave Jiang
1
-69
/
+194
2026-06-30
cxl/test: Propagate -ENOMEM on platform_device_alloc() failures
Dave Jiang
1
-6
/
+18
2026-06-30
cxl/test: Add hierarchy enumeration support for type2 device
Dave Jiang
1
-43
/
+189
2026-06-30
cxl/test: Refactor platform device enumerations
Dave Jiang
1
-86
/
+202
2026-06-30
cxl/test: Add type2 support for mock CFMWS0
Dave Jiang
1
-1
/
+28
2026-06-30
cxl/test: Add test for module parameters
Dave Jiang
1
-0
/
+18
2026-06-12
tools/testing/cxl: Resolve auto-region decoder targets like real HW
Richard Cheng
1
-6
/
+12
2026-06-11
cxl/test: Add check after kzalloc() memory in alloc_mock_res()
Dave Jiang
1
-2
/
+6
2026-06-11
cxl/test: Unregister cxl_acpi in cxl_test_init() error path
Dave Jiang
1
-1
/
+1
2026-06-04
cxl/test: Enforce PMD alignment for volatile mock regions
Richard Cheng
1
-2
/
+11
2026-05-26
cxl/test: Update mock dev array before calling platform_device_add()
Li Ming
1
-62
/
+43
2026-04-03
Merge branch 'for-7.1/dax-hmem' into cxl-for-next
Dave Jiang
1
-0
/
+66
2026-04-03
tools/testing/cxl: Enable replay of user regions as auto regions
Alison Schofield
1
-10
/
+373
2026-04-01
tools/testing/cxl: Test dax_hmem takeover of CXL regions
Dan Williams
1
-0
/
+57
2026-04-01
tools/testing/cxl: Simulate auto-assembly failure
Dan Williams
1
-0
/
+9
2025-11-17
Merge branch 'for-6.19/cxl-elc-test' into cxl-for-next
Dave Jiang
1
-4
/
+50
2025-11-17
cxl/test: Add support for acpi extended linear cache
Dave Jiang
1
-0
/
+21
2025-11-17
cxl/test: Add cxl_test CFMWS support for extended linear cache
Dave Jiang
1
-0
/
+22
2025-11-17
cxl/test: Standardize CXL auto region size
Dave Jiang
1
-4
/
+7
2025-11-03
cxl/port: Remove devm_cxl_port_enumerate_dports()
Li Ming
1
-32
/
+0
2025-09-18
Merge branch 'for-6.18/cxl-delay-dport' into cxl-for-next
Dave Jiang
1
-19
/
+96
2025-09-18
cxl/test: Setup target_map for cxl_test decoder initialization
Dave Jiang
1
-3
/
+9
2025-09-18
cxl/test: Add mock version of devm_cxl_add_dport_by_dev()
Dave Jiang
1
-2
/
+51
2025-09-18
cxl/test: Refactor decoder setup to reduce cxl_test burden
Dave Jiang
1
-10
/
+32
2025-09-17
cxl: Add a cached copy of target_map to cxl_decoder
Dave Jiang
1
-4
/
+4
2025-09-10
cxl/acpi: Rename CFMW coherency restrictions
Davidlohr Bueso
1
-9
/
+9
2025-06-30
cxl_test: Limit location for fake CFMWS to mappable range
Jonathan Cameron
1
-1
/
+6
2025-05-06
cxl/test: Address missing MODULE_DESCRIPTION warnings for cxl_test
Dave Jiang
1
-0
/
+1
2025-03-14
cxl/test: Define a CFMWS capable of a 3 way HB interleave
Alison Schofield
1
-5
/
+5
2025-02-04
cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'
Dan Williams
1
-11
/
+4
2025-02-04
cxl: Introduce to_{ram,pmem}_{res,perf}() helpers
Dan Williams
1
-11
/
+14
2025-01-03
driver core: Constify API device_find_child() and adapt for various usages
Zijun Hu
1
-1
/
+1
2024-12-02
module: Convert symbol namespace to string literal
Peter Zijlstra
1
-2
/
+2
2024-10-25
cxl/test: Improve init-order fidelity relative to real-world systems
Dan Williams
1
-83
/
+103
2024-10-25
cxl/port: Fix use-after-free, permit out-of-order decoder shutdown
Dan Williams
1
-9
/
+5
2024-06-25
cxl/region: check interleave capability
Yao Xingtao
1
-0
/
+4
2024-04-29
cxl: Fix cxl_endpoint_get_perf_coordinate() support for RCH
Dave Jiang
1
-0
/
+7
2024-04-08
cxl: Consolidate dport access_coordinate ->hb_coord and ->sw_coord into ->coord
Dave Jiang
1
-4
/
+6
2024-02-16
cxl/test: Add support for qos_class checking
Dave Jiang
1
-9
/
+54
2023-12-22
tools/testing/cxl: Add hostbridge UID string for cxl_test mock hb devices
Dave Jiang
1
-0
/
+4
2023-12-04
cxl: Add cxl_num_decoders_committed() usage to cxl_test
Dave Jiang
1
-2
/
+3
2023-10-27
cxl/region: Fix x1 root-decoder granularity calculations
Jim Harris
1
-1
/
+1
2023-07-20
tools/testing/cxl: Remove unused SZ_512G macro
Xiao Yang
1
-4
/
+0
2023-06-25
Merge branch 'for-6.5/cxl-rch-eh' into for-6.5/cxl
Dan Williams
1
-20
/
+10
2023-06-25
cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTONLYMEM, DEVMEM}
Dan Williams
1
-3
/
+3
2023-06-25
cxl: Rename 'uport' to 'uport_dev'
Dan Williams
1
-10
/
+10
2023-06-25
cxl/acpi: Probe RCRB later during RCH downstream port creation
Robert Richter
1
-10
/
+0
2023-02-14
Merge branch 'for-6.3/cxl-rr-emu' into cxl/next
Dan Williams
1
-2
/
+4
2023-02-14
cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decoders
Dave Jiang
1
-1
/
+2
[next]