summaryrefslogtreecommitdiff
path: root/tools/testing/cxl/test
AgeCommit message (Expand)AuthorFilesLines
2023-01-06tools/testing/cxl: Prevent cxl_test from confusing production modulesDan Williams1-0/+8
2022-12-05Merge branch 'for-6.2/cxl-xor' into for-6.2/cxlDan Williams1-2/+114
2022-12-05Merge branch 'for-6.2/cxl-security' into for-6.2/cxlDan Williams1-7/+406
2022-12-05tools/testing/cxl: Add an RCH topologyDan Williams2-11/+176
2022-12-04tools/testing/cxl: Add XOR Math support to cxl_testAlison Schofield1-3/+115
2022-12-03cxl/acpi: Extract component registers of restricted hosts from RCRBRobert Richter3-0/+32
2022-12-03tools/testing/cxl: Make mock CEDT parsing more robustDan Williams1-4/+6
2022-12-03cxl/pmem: Refactor nvdimm device registration, delete the workqueueDan Williams1-3/+0
2022-12-01tools/testing/cxl: add mechanism to lock mem device for testingDave Jiang1-4/+44
2022-12-01tools/testing/cxl: Add "passphrase secure erase" opcode supportDave Jiang1-0/+102
2022-12-01tools/testing/cxl: Add "Unlock" security opcode supportDave Jiang1-0/+45
2022-12-01tools/testing/cxl: Add "Freeze Security State" security opcode supportDave Jiang1-0/+20
2022-12-01tools/testing/cxl: Add "Disable" security opcode supportDave Jiang1-0/+74
2022-12-01tools/testing/cxl: Add "Set Passphrase" opcode supportDave Jiang1-0/+88
2022-12-01tools/testing/cxl: Add "Get Security State" opcode supportDave Jiang1-7/+37
2022-11-14tools/testing/cxl: Add bridge mocking supportDan Williams1-2/+8
2022-11-14cxl: Unify debug messages when calling devm_cxl_add_dport()Robert Richter1-8/+1
2022-11-05tools/testing/cxl: Add a single-port host-bridge regression configDan Williams1-19/+278
2022-11-05tools/testing/cxl: Fix some error exitsDan Williams1-2/+2
2022-07-25cxl/hdm: Commit decoder state to hardwareDan Williams1-0/+46
2022-07-21cxl/core: Define a 'struct cxl_endpoint_decoder'Dan Williams1-3/+7
2022-07-21cxl/core: Define a 'struct cxl_switch_decoder'Dan Williams1-7/+16
2022-07-10tools/testing/cxl: Fix decoder default stateDan Williams1-1/+0
2022-07-10tools/testing/cxl: Add partition supportDan Williams2-63/+28
2022-07-10tools/testing/cxl: Expand CFMWS windowsDan Williams1-5/+5
2022-07-10tools/testing/cxl: Move cxl_test resources to the top of memoryDan Williams1-1/+2
2022-07-10cxl/mem: Convert partition-info to resourcesDan Williams1-1/+1
2022-07-10cxl/core: Rename ->decoder_range ->hpa_rangeDan Williams1-1/+1
2022-06-29tools/testing/cxl: Fix cxl_hdm_decode_init() calling conventionDan Williams1-3/+5
2022-05-19cxl/port: Reuse 'struct cxl_hdm' context for hdm initDan Williams1-2/+3
2022-05-19cxl/pci: Drop @info argument to cxl_hdm_decode_init()Dan Williams1-6/+3
2022-05-19cxl/mem: Merge cxl_dvsec_ranges() and cxl_hdm_decode_init()Dan Williams1-4/+4
2022-05-19cxl/mem: Consolidate CXL DVSEC Range enumeration in the coreDan Williams2-10/+16
2022-05-19cxl/pci: Move cxl_await_media_ready() to the coreDan Williams2-7/+15
2022-02-09tools/testing/cxl: Add a physical_node linkDan Williams1-2/+19
2022-02-09tools/testing/cxl: Enumerate mock decodersDan Williams1-20/+98
2022-02-09tools/testing/cxl: Mock one level of switchesDan Williams1-41/+97
2022-02-09tools/testing/cxl: Fix root port to host bridge assignmentDan Williams1-1/+1
2022-02-09tools/testing/cxl: Mock dvsec_ranges()Dan Williams1-0/+10
2022-02-09cxl/memdev: Add numa_node attributeDan Williams1-0/+1
2022-02-09cxl/pci: Emit device serial numberDan Williams1-0/+1
2022-02-09cxl/pci: Implement wait for media activeBen Widawsky1-0/+8
2022-02-09cxl/core/port: Remove @host argument for dport + decoder enumerationDan Williams3-30/+21
2022-02-09cxl/port: Add a driver for 'struct cxl_port' objectsBen Widawsky1-2/+0
2022-02-09cxl/core/hdm: Add CXL standard decoder enumeration to the coreDan Williams3-0/+82
2022-02-09cxl/core: Generalize dport enumeration in the coreDan Williams3-49/+69
2021-11-15cxl/test: Mock acpi_table_parse_cedt()Dan Williams3-46/+58
2021-11-15tools/testing/cxl: add mock output for the GET_HEALTH_INFO commandVishal Verma1-0/+49
2021-11-15cxl/memdev: Change cxl_mem to a more descriptive nameIra Weiny1-25/+25
2021-09-22tools/testing/cxl: Introduce a mock memory device + driverDan Williams3-1/+328