aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/cxl
AgeCommit message (Expand)AuthorFilesLines
2023-02-14Merge branch 'for-6.3/cxl-rr-emu' into cxl/nextGravatar Dan Williams 4-12/+37
2023-02-14cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decodersGravatar Dave Jiang 3-5/+9
2023-02-14cxl/hdm: Emulate HDM decoder from DVSEC range registersGravatar Dave Jiang 3-5/+8
2023-02-14cxl/port: Export cxl_dvsec_rr_decode() to cxl_portGravatar Dave Jiang 2-2/+20
2023-02-10Merge branch 'for-6.3/cxl-ram-region' into cxl/nextGravatar Dan Williams 1-10/+137
2023-02-10tools/testing/cxl: Define a fixed volatile configuration to parseGravatar Dan Williams 1-10/+137
2023-02-07Merge branch 'for-6.3/cxl-events' into cxl/nextGravatar Dan Williams 2-1/+353
2023-01-26cxl/test: Simulate event log overflowGravatar Ira Weiny 1-1/+49
2023-01-26cxl/test: Add specific eventsGravatar Ira Weiny 1-0/+73
2023-01-26cxl/test: Add generic mock eventsGravatar Ira Weiny 2-1/+232
2023-01-26tools/testing/cxl: Remove cxl_test module math loading messageGravatar Alison Schofield 1-3/+1
2023-01-25tools/testing/cxl: require 64-bitGravatar Luis Chamberlain 1-0/+1
2023-01-05tools/testing/cxl: Prevent cxl_test from confusing production modulesGravatar Dan Williams 8-0/+69
2023-01-04cxl/pci: Move tracepoint definitions to drivers/cxl/core/Gravatar Dan Williams 1-0/+2
2022-12-05tools/testing/cxl: Require cache invalidation bypassGravatar Dan Williams 1-0/+2
2022-12-05Merge branch 'for-6.2/cxl-xor' into for-6.2/cxlGravatar Dan Williams 1-2/+114
2022-12-05Merge branch 'for-6.2/cxl-security' into for-6.2/cxlGravatar Dan Williams 2-7/+407
2022-12-05tools/testing/cxl: Add an RCH topologyGravatar Dan Williams 2-11/+176
2022-12-03tools/testing/cxl: Add XOR Math support to cxl_testGravatar Alison Schofield 1-3/+115
2022-12-03cxl/acpi: Extract component registers of restricted hosts from RCRBGravatar Robert Richter 4-0/+33
2022-12-02tools/testing/cxl: Make mock CEDT parsing more robustGravatar Dan Williams 1-4/+6
2022-12-02cxl/pmem: Refactor nvdimm device registration, delete the workqueueGravatar Dan Williams 1-3/+0
2022-12-01tools/testing/cxl: add mechanism to lock mem device for testingGravatar Dave Jiang 1-4/+44
2022-12-01tools/testing/cxl: Add "passphrase secure erase" opcode supportGravatar Dave Jiang 1-0/+102
2022-12-01tools/testing/cxl: Add "Unlock" security opcode supportGravatar Dave Jiang 1-0/+45
2022-12-01tools/testing/cxl: Add "Freeze Security State" security opcode supportGravatar Dave Jiang 1-0/+20
2022-12-01tools/testing/cxl: Add "Disable" security opcode supportGravatar Dave Jiang 1-0/+74
2022-12-01tools/testing/cxl: Add "Set Passphrase" opcode supportGravatar Dave Jiang 1-0/+88
2022-12-01tools/testing/cxl: Add "Get Security State" opcode supportGravatar Dave Jiang 1-7/+37
2022-11-30cxl/pmem: Introduce nvdimm_security_ops with ->get_flags() operationGravatar Dave Jiang 1-0/+1
2022-11-14tools/testing/cxl: Add bridge mocking supportGravatar Dan Williams 1-2/+8
2022-11-14cxl: Unify debug messages when calling devm_cxl_add_dport()Gravatar Robert Richter 1-8/+1
2022-11-04tools/testing/cxl: Add a single-port host-bridge regression configGravatar Dan Williams 1-19/+278
2022-11-04tools/testing/cxl: Fix some error exitsGravatar Dan Williams 1-2/+2
2022-07-25cxl/hdm: Commit decoder state to hardwareGravatar Dan Williams 1-0/+46
2022-07-21cxl/region: Add region creation supportGravatar Ben Widawsky 1-0/+1
2022-07-21cxl/core: Define a 'struct cxl_endpoint_decoder'Gravatar Dan Williams 1-3/+7
2022-07-21cxl/core: Define a 'struct cxl_switch_decoder'Gravatar Dan Williams 1-7/+16
2022-07-10tools/testing/cxl: Fix decoder default stateGravatar Dan Williams 1-1/+0
2022-07-10tools/testing/cxl: Add partition supportGravatar Dan Williams 2-63/+28
2022-07-10tools/testing/cxl: Expand CFMWS windowsGravatar Dan Williams 1-5/+5
2022-07-10tools/testing/cxl: Move cxl_test resources to the top of memoryGravatar Dan Williams 1-1/+2
2022-07-09cxl/mem: Convert partition-info to resourcesGravatar Dan Williams 1-1/+1
2022-07-09cxl/core: Rename ->decoder_range ->hpa_rangeGravatar Dan Williams 1-1/+1
2022-06-28tools/testing/cxl: Fix cxl_hdm_decode_init() calling conventionGravatar Dan Williams 1-3/+5
2022-05-19cxl/port: Reuse 'struct cxl_hdm' context for hdm initGravatar Dan Williams 1-2/+3
2022-05-19cxl/pci: Drop @info argument to cxl_hdm_decode_init()Gravatar Dan Williams 1-6/+3
2022-05-19cxl/mem: Merge cxl_dvsec_ranges() and cxl_hdm_decode_init()Gravatar Dan Williams 3-16/+5
2022-05-19cxl/mem: Consolidate CXL DVSEC Range enumeration in the coreGravatar Dan Williams 3-10/+17
2022-05-19cxl/pci: Move cxl_await_media_ready() to the coreGravatar Dan Williams 3-7/+16