index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
testing
/
cxl
Age
Commit message (
Expand
)
Author
Lines
2023-06-25
tools/testing/cxl: add firmware update emulation to CXL memdevs
Vishal Verma
-0
/
+160
2023-06-25
tools/testing/cxl: Use named effects for the Command Effect Log
Vishal Verma
-9
/
+23
2023-06-25
tools/testing/cxl: Fix command effects for inject/clear poison
Vishal Verma
-2
/
+2
2023-06-25
cxl/test: Add Secure Erase opcode support
Davidlohr Bueso
-0
/
+27
2023-06-25
cxl/test: Add Sanitize opcode support
Davidlohr Bueso
-0
/
+25
2023-06-25
Revert "cxl/port: Enable the HDM decoder capability for switch ports"
Dan Williams
-16
/
+0
2023-06-25
cxl/port: Rename CXL_DECODER_{EXPANDER, ACCELERATOR} => {HOSTONLYMEM, DEVMEM}
Dan Williams
-3
/
+3
2023-06-25
cxl/mbox: Move mailbox related driver state to its own data structure
Dan Williams
-19
/
+24
2023-06-25
tools/testing/cxl: Remove unused @cxlds argument
Dan Williams
-47
/
+39
2023-06-25
cxl: Rename 'uport' to 'uport_dev'
Dan Williams
-15
/
+15
2023-06-25
cxl/rch: Prepare for caching the MMIO mapped PCIe AER capability
Dan Williams
-1
/
+3
2023-06-25
cxl/acpi: Probe RCRB later during RCH downstream port creation
Robert Richter
-21
/
+29
2023-05-30
cxl/pci: Find and register CXL PMU devices
Jonathan Cameron
-0
/
+1
2023-05-18
cxl: Move cxl_await_media_ready() to before capacity info retrieval
Dave Jiang
-0
/
+1
2023-05-18
cxl/port: Enable the HDM decoder capability for switch ports
Dan Williams
-0
/
+16
2023-05-13
tools/testing/cxl: Use DEFINE_STATIC_SRCU()
Dan Williams
-1
/
+1
2023-04-24
cxl/test: Add mock test for set_timestamp
Davidlohr Bueso
-0
/
+24
2023-04-23
tools/testing/cxl: Require CONFIG_DEBUG_FS
Alison Schofield
-0
/
+1
2023-04-23
tools/testing/cxl: Add a sysfs attr to test poison inject limits
Alison Schofield
-4
/
+48
2023-04-23
tools/testing/cxl: Use injected poison for get poison list
Alison Schofield
-19
/
+43
2023-04-23
tools/testing/cxl: Mock the Clear Poison mailbox command
Alison Schofield
-0
/
+36
2023-04-23
tools/testing/cxl: Mock the Inject Poison mailbox command
Alison Schofield
-0
/
+77
2023-04-23
tools/testing/cxl: Mock support for Get Poison List
Alison Schofield
-0
/
+42
2023-02-14
Merge branch 'for-6.3/cxl-rr-emu' into cxl/next
Dan Williams
-12
/
+37
2023-02-14
cxl/hdm: Create emulated cxl_hdm for devices that do not have HDM decoders
Dave Jiang
-5
/
+9
2023-02-14
cxl/hdm: Emulate HDM decoder from DVSEC range registers
Dave Jiang
-5
/
+8
2023-02-14
cxl/port: Export cxl_dvsec_rr_decode() to cxl_port
Dave Jiang
-2
/
+20
2023-02-10
Merge branch 'for-6.3/cxl-ram-region' into cxl/next
Dan Williams
-10
/
+137
2023-02-10
tools/testing/cxl: Define a fixed volatile configuration to parse
Dan Williams
-10
/
+137
2023-02-07
Merge branch 'for-6.3/cxl-events' into cxl/next
Dan Williams
-1
/
+353
2023-01-26
cxl/test: Simulate event log overflow
Ira Weiny
-1
/
+49
2023-01-26
cxl/test: Add specific events
Ira Weiny
-0
/
+73
2023-01-26
cxl/test: Add generic mock events
Ira Weiny
-1
/
+232
2023-01-26
tools/testing/cxl: Remove cxl_test module math loading message
Alison Schofield
-3
/
+1
2023-01-25
tools/testing/cxl: require 64-bit
Luis Chamberlain
-0
/
+1
2023-01-05
tools/testing/cxl: Prevent cxl_test from confusing production modules
Dan Williams
-0
/
+69
2023-01-04
cxl/pci: Move tracepoint definitions to drivers/cxl/core/
Dan Williams
-0
/
+2
2022-12-05
tools/testing/cxl: Require cache invalidation bypass
Dan Williams
-0
/
+2
2022-12-05
Merge branch 'for-6.2/cxl-xor' into for-6.2/cxl
Dan Williams
-2
/
+114
2022-12-05
Merge branch 'for-6.2/cxl-security' into for-6.2/cxl
Dan Williams
-7
/
+407
2022-12-05
tools/testing/cxl: Add an RCH topology
Dan Williams
-11
/
+176
2022-12-03
tools/testing/cxl: Add XOR Math support to cxl_test
Alison Schofield
-3
/
+115
2022-12-03
cxl/acpi: Extract component registers of restricted hosts from RCRB
Robert Richter
-0
/
+33
2022-12-02
tools/testing/cxl: Make mock CEDT parsing more robust
Dan Williams
-4
/
+6
2022-12-02
cxl/pmem: Refactor nvdimm device registration, delete the workqueue
Dan Williams
-3
/
+0
2022-12-01
tools/testing/cxl: add mechanism to lock mem device for testing
Dave Jiang
-4
/
+44
2022-12-01
tools/testing/cxl: Add "passphrase secure erase" opcode support
Dave Jiang
-0
/
+102
2022-12-01
tools/testing/cxl: Add "Unlock" security opcode support
Dave Jiang
-0
/
+45
2022-12-01
tools/testing/cxl: Add "Freeze Security State" security opcode support
Dave Jiang
-0
/
+20
2022-12-01
tools/testing/cxl: Add "Disable" security opcode support
Dave Jiang
-0
/
+74
[prev]
[next]