Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-12-12 | nce: adjust initialization for repeated calls | Liam | 1 | -8/+11 |
2023-12-11 | nce: implement instruction emulation for misaligned memory accesses | Liam | 7 | -41/+3842 |
2023-12-04 | core: refactor emulated cpu core activation | Liam | 5 | -249/+166 |
2023-12-02 | nce: fix pre-text patch for single modules | Liam | 1 | -0/+2 |
2023-11-29 | core: Rename patcher file | GPUCode | 3 | -2/+2 |
2023-11-25 | oaknut: Address warnings | GPUCode | 1 | -4/+0 |
2023-11-25 | Address more review comments | GPUCode | 2 | -5/+8 |
2023-11-25 | arm_nce: skip data aborts for crash handling parity | Liam | 1 | -3/+11 |
2023-11-25 | patch: check offsets from first code word | Liam | 1 | -3/+4 |
2023-11-25 | arm_nce: skip dc cvac on possibly write-protected areas | Liam | 1 | -3/+1 |
2023-11-25 | Address some review comments | GPUCode | 3 | -17/+9 |
2023-11-25 | arm: Implement native code execution backend | Liam | 8 | -0/+1530 |