summaryrefslogtreecommitdiff
path: root/tools/testing/cxl
AgeCommit message (Expand)AuthorFilesLines
2025-11-19Merge branch 'for-6.19/cxl-misc' into cxl-for-nextDave Jiang1-6/+5
2025-11-19cxl/test: Assign overflow_err_count from log->nr_overflowAlison Schofield1-2/+1
2025-11-19cxl/test: Remove ret_limit race condition in mock_get_event()Alison Schofield1-4/+4
2025-11-19Merge branch 'for-6.19/cxl-misc' into cxl-for-nextDave Jiang2-18/+0
2025-11-19cxl/test: remove unused mock function for cxl_rcd_component_reg_phys()Alejandro Lucero2-18/+0
2025-11-17Merge branch 'for-6.19/cxl-elc-test' into cxl-for-nextDave Jiang4-4/+74
2025-11-17cxl/test: Add support for acpi extended linear cacheDave Jiang4-0/+45
2025-11-17cxl/test: Add cxl_test CFMWS support for extended linear cacheDave Jiang1-0/+22
2025-11-17cxl/test: Standardize CXL auto region sizeDave Jiang1-4/+7
2025-11-13Merge branch 'for-6.19/cxl-addr-xlat' into cxl-for-nextDave Jiang2-0/+446
2025-11-03cxl/test: Add cxl_translate module for address translation testingAlison Schofield2-0/+446
2025-11-03cxl/port: Remove devm_cxl_port_enumerate_dports()Li Ming4-49/+0
2025-09-19Merge branch 'for-6.18/cxl-delay-dport' into cxl-for-nextDave Jiang6-90/+172
2025-09-18cxl/test: Setup target_map for cxl_test decoder initializationDave Jiang1-3/+9
2025-09-18cxl/test: Adjust the mock version of devm_cxl_switch_port_decoders_setup()Dave Jiang4-4/+20
2025-09-18cxl/test: Add mock version of devm_cxl_add_dport_by_dev()Dave Jiang6-2/+99
2025-09-18cxl/test: Refactor decoder setup to reduce cxl_test burdenDave Jiang4-81/+44
2025-09-17cxl: Add a cached copy of target_map to cxl_decoderDave Jiang1-4/+4
2025-09-10cxl/acpi: Rename CFMW coherency restrictionsDavidlohr Bueso1-9/+9
2025-08-02Merge tag 'cxl-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds3-2/+7
2025-07-15cxl: Remove core/acpi.c and cxl core dependency on ACPIRobert Richter1-1/+0
2025-07-04cxl/test: Simplify fw_buf_checksum_show()Eric Biggers1-19/+2
2025-07-01cxl_test: Limit location for fake CFMWS to mappable rangeJonathan Cameron2-1/+7
2025-05-23Merge branch 'for-6.16/cxl-features-ras' into cxl-for-nextDave Jiang1-0/+1
2025-05-23cxl/edac: Add CXL memory device patrol scrub control featureShiju Jose1-0/+1
2025-05-07cxl/test: Address missing MODULE_DESCRIPTION warnings for cxl_testDave Jiang3-0/+3
2025-04-18cxl: Fix devm host device for CXL fwctl initializationDave Jiang1-1/+1
2025-04-03Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds3-20/+47
2025-03-17cxl/test: Add Set Feature support to cxl_testDave Jiang1-0/+51
2025-03-17cxl/test: Add Get Feature support to cxl_testDave Jiang1-0/+56
2025-03-17cxl: Add FWCTL support to CXLDave Jiang1-0/+4
2025-03-17Merge branch 'for-6.15/features' into cxl-for-nextDave Jiang2-0/+75
2025-03-15cxl/test: Define a CFMWS capable of a 3 way HB interleaveAlison Schofield1-5/+5
2025-03-15Merge branch 'for-6.15/extended-linear-cache' into cxl-for-next2Dave Jiang1-0/+2
2025-03-15Merge branch 'for-6.15/dirty-shutdown' into cxl-for-next2Dave Jiang1-0/+23
2025-03-15tools/testing/cxl: Set Shutdown State supportDavidlohr Bueso1-0/+23
2025-03-15cxl/pmem: debug invalid serial number dataYuquan Wang1-1/+1
2025-03-15Merge branch 'for-6.15/fw-first-error-logging' into cxl-for-next2Dave Jiang1-0/+1
2025-03-15acpi/ghes, cxl/pci: Process CXL CPER Protocol ErrorsSmita Koralahalli1-0/+1
2025-02-27cxl: Add mce notifier to emit aliased address for extended linear cacheDave Jiang1-0/+1
2025-02-26acpi/hmat / cxl: Add extended linear cache support for CXLDave Jiang1-0/+1
2025-02-26cxl/test: Add Get Supported Features mailbox command supportDave Jiang1-0/+70
2025-02-26cxl: Add Get Supported Features command for kernel usageDave Jiang2-0/+5
2025-02-04cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'Dan Williams2-12/+10
2025-02-04cxl: Introduce to_{ram,pmem}_{res,perf}() helpersDan Williams1-11/+14
2025-01-29Merge tag 'cxl-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds2-6/+23
2025-01-13cxl/test: Update test code for event records to CXL spec rev 3.1Shiju Jose1-3/+20
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-1/+1
2025-01-02cxl/pci: Add CXL Type 1/2 support to cxl_dvsec_rr_decode()Alejandro Lucero1-3/+3
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra4-18/+18