Default Branch

7726853667 · Bump actions/stale from 10 to 11 (#643) · Updated 2026-07-28 12:21:23 -05:00

Branches

3903f46c04 · Fix save-to-USB fails after drive hotplug or replug · Updated 2026-07-27 16:41:02 -05:00

1
6

fac0e0b883 · Avoid unnecessary screen writes · Updated 2026-07-20 02:30:48 -05:00

4
3

378d80ef4d · Add beep sound upon pass or failure, based on PIT channel 2. · Updated 2026-07-20 02:30:34 -05:00

4
1

aadd2cbb26 · Attempt to enable SSE on K7 if the BIOS neglected to do so. · Updated 2026-05-22 13:13:42 -05:00

30
5

4a2a9780b0 · Add experimental mode with nontemporal stores (movnt[iq]) in own addr test, the only one where helps with performance across most processors I have access to, both single and multi-socket. Per #79, it saves several dozens of minutes on my 4S Opteron 62xx / 63xx servers equipped with 256 GB of RAM. · Updated 2026-05-22 13:13:34 -05:00

30
1

77708c792f · Add .osrel section to the EFI binaries so that boot loaders that support the "Boot Loader Spec" can better deal with memtest86+ automatically. Fixes #265. · Updated 2026-03-31 14:08:31 -05:00

41
1

7c78631580 · Added testlist to boot options (#570) · Updated 2025-12-21 06:53:16 -06:00

70
21

3eccb818c9 · Disable memory write protection after EFI setup. · Updated 2025-12-01 11:18:47 -06:00

52
2

fc8b66620d · Avoid unnecessary Frame Buffer updates · Updated 2025-09-07 13:51:35 -05:00

67
1

01d924b27a · Replace hard-coded USB vendor ID with macro definition. · Updated 2025-08-14 12:57:41 -05:00

70
2

aa45036037 · Add extra debug message and don't release XHCI slots for non-keyboard devices. · Updated 2025-08-03 07:22:04 -05:00

70
6

6f47112b8b · Special 486 build · Updated 2025-05-27 14:37:24 -05:00

73
1

5a5c6f3c8b · Ignore PS/2 mouse events (issue #456) · Updated 2025-01-27 13:43:54 -06:00

84
1

63e0ee1a3b · Update README to include the new error reporting modes. · Updated 2024-11-11 10:44:02 -06:00

96
7

4deea7f228 · x86_64: preserve r8-11 over call to interrupt handler. · Updated 2024-08-11 07:15:39 -05:00

102
1
lto

ce62772c3f · WIP BROKEN Attempt to build memtest_shared with LTO: works for the static build but not the dynamic build. · Updated 2024-07-31 14:34:52 -05:00

104
1

58b0c5c103 · De-pessimize i2c.c by commenting out LA64 code on x86/x86_64, and the other way round. · Updated 2024-07-24 16:56:40 -05:00

104
6

375e22a4d7 · Significantly optimize the bit fade and own addr tests for size, by folding near-identical switch case bodies together, and removing code duplication by merging pattern_fill() and pattern_check(). Also, add a rep stos[lq] path in the bit fade test. · Updated 2024-03-13 02:36:19 -05:00

113
1

4988b5be5e · Initial NUMA awareness (#12) support: parse the ACPI SRAT to build up new internal structures related to proximity domains and affinity; use these structures in setup_vm_map() and calculate_chunk() to skip the work on the processors which don't belong to the proximity domain currently being tested. · Updated 2024-03-04 09:38:41 -06:00

116
2

3608ed8455 · Fix typo in README. · Updated 2024-02-29 12:06:28 -06:00

117
8