memtest86plus/app
martinwhitaker 0a543a41f2
x86_64: preserve r8-11 over call to interrupt handler. (#430)
The x86_64 SysV calling convention does not require r8-r11 to be
preserved by the callee. So we need to save and restore them in the
low-level interrupt handling code in case the C interrupt() function
uses them.
2024-09-28 22:19:27 +02:00
..
loongarch Add LoongArch support (#410) 2024-08-30 13:38:46 +02:00
badram.c Note that BadRAM patterns exclude errors found in tests 0 and 7. 2024-03-05 23:12:51 +00:00
badram.h Fix memory error addresses displayed by badram reporting mode (#308). 2023-07-28 09:39:54 +02:00
config.c Add initial NUMA awareness support (#378) 2024-03-13 01:43:26 +01:00
config.h Add initial NUMA awareness support (#378) 2024-03-13 01:43:26 +01:00
display.c Add LoongArch support (#410) 2024-08-30 13:38:46 +02:00
display.h Split SPD parsing and printing code from smbus.c to spd.c (#426) 2024-08-08 02:41:19 +02:00
error.c Preliminary ECC support for AMD Zen CPUs (#353) 2023-11-29 12:53:05 +01:00
error.h Preliminary ECC support for AMD Zen CPUs (#353) 2023-11-29 12:53:05 +01:00
interrupt.c x86_64: preserve r8-11 over call to interrupt handler. (#430) 2024-09-28 22:19:27 +02:00
interrupt.h Exclude copyright notices from Doxygen file descriptions. 2022-02-19 19:56:55 +00:00
main.c app/main: Adjust the inline ASM to i386 only 2024-07-07 20:32:58 +02:00
test.h Add the 64-bit and 32-bit CC flag 2024-07-22 22:50:15 +02:00
version.h Early Bump to v7.00 2023-08-06 20:33:30 +02:00