aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/testing/cxl/test/mem.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-06cxl/test: Address missing MODULE_DESCRIPTION warnings for cxl_testDave Jiang1-0/+1
2025-04-18cxl: Fix devm host device for CXL fwctl initializationDave Jiang1-1/+1
2025-04-02Merge tag 'cxl-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-2/+30
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 Jiang1-0/+74
2025-03-14Merge branch 'for-6.15/dirty-shutdown' into cxl-for-next2Dave Jiang1-0/+23
2025-03-14tools/testing/cxl: Set Shutdown State supportDavidlohr Bueso1-0/+23
2025-03-14cxl/pmem: debug invalid serial number dataYuquan Wang1-1/+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 Jiang1-0/+4
2025-02-04cxl: Introduce 'struct cxl_dpa_partition' and 'struct cxl_range_info'Dan Williams1-1/+6
2025-01-13cxl/test: Update test code for event records to CXL spec rev 3.1Shiju Jose1-3/+20
2024-12-02module: Convert symbol namespace to string literalPeter Zijlstra1-1/+1
2024-10-25cxl/test: Improve init-order fidelity relative to real-world systemsDan Williams1-0/+1
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-12cxl: Move mailbox related bits to the same contextDave Jiang1-11/+33
2024-07-10cxl/test: Replace ENXIO with EBUSY for inject poison limit reachedAlison Schofield1-8/+7
2024-07-02cxl/events: Use a common struct for DRAM and General Media eventsFabio M. De Francesco1-25/+29
2024-05-28cxl/test: Add missing vmalloc.h for tools/testing/cxl/test/mem.cDave Jiang1-0/+1
2024-04-30cxl/test: Enhance event testingIra Weiny1-4/+15
2024-01-09cxl/events: Create a CXL event unionIra Weiny1-13/+18
2024-01-09cxl/events: Separate UUID from event structuresIra Weiny1-54/+75
2024-01-09cxl/events: Create common event UUID definesIra Weiny1-6/+3
2023-10-31Merge branch 'for-6.7/cxl-rch-eh' into cxl/nextDan Williams1-3/+1
2023-10-27cxl/pci: Remove Component Register base address from struct cxl_dev_stateRobert Richter1-3/+1
2023-10-27tools/testing/cxl: Slow down the mock firmware transferVishal Verma1-0/+1
2023-10-09tools/testing/cxl: Add 'sanitize notifier' supportDan Williams1-1/+67
2023-10-09tools/testing/cxl: Make cxl_memdev_state available to other command emulationDan Williams1-3/+3
2023-10-06cxl/pci: Clarify devm host for memdev relative setupDan Williams1-2/+2
2023-06-25Merge branch 'for-6.5/cxl-type-2' into for-6.5/cxlDan Williams1-85/+76
2023-06-25Merge branch 'for-6.5/cxl-fwupd' into for-6.5/cxlDan Williams1-9/+183
2023-06-25tools/testing/cxl: add firmware update emulation to CXL memdevsVishal Verma1-0/+160
2023-06-25tools/testing/cxl: Use named effects for the Command Effect LogVishal Verma1-9/+23
2023-06-25tools/testing/cxl: Fix command effects for inject/clear poisonVishal Verma1-2/+2
2023-06-25cxl/test: Add Secure Erase opcode supportDavidlohr Bueso1-0/+27
2023-06-25cxl/test: Add Sanitize opcode supportDavidlohr Bueso1-0/+25
2023-06-25cxl/mbox: Move mailbox related driver state to its own data structureDan Williams1-19/+24
2023-06-25tools/testing/cxl: Remove unused @cxlds argumentDan Williams1-47/+39
2023-05-18cxl: Move cxl_await_media_ready() to before capacity info retrievalDave Jiang1-0/+1
2023-04-24cxl/test: Add mock test for set_timestampDavidlohr Bueso1-0/+24
2023-04-23tools/testing/cxl: Add a sysfs attr to test poison inject limitsAlison Schofield1-4/+48
2023-04-23tools/testing/cxl: Use injected poison for get poison listAlison Schofield1-19/+43
2023-04-23tools/testing/cxl: Mock the Clear Poison mailbox commandAlison Schofield1-0/+36
2023-04-23tools/testing/cxl: Mock the Inject Poison mailbox commandAlison Schofield1-0/+77
2023-04-23tools/testing/cxl: Mock support for Get Poison ListAlison Schofield1-0/+42
2023-01-26cxl/test: Simulate event log overflowIra Weiny1-1/+49
2023-01-26cxl/test: Add specific eventsIra Weiny1-0/+73
2023-01-26cxl/test: Add generic mock eventsIra Weiny1-0/+231