Age | Commit message (Expand) | Author | Files | Lines |
2023-06-26 | accel/tcg: Widen pc to vaddr in CPUJumpCache | Anton Johansson | 1 | -1/+1 |
2023-03-01 | accel/tcg: Move jmp-cache `CF_PCREL` checks to caller | Anton Johansson | 1 | -36/+0 |
2023-03-01 | accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL` | Anton Johansson | 1 | -25/+23 |
2023-02-02 | cpu: free cpu->tb_jmp_cache with RCU | Emilio Cota | 1 | -0/+1 |
2022-10-04 | accel/tcg: Introduce TARGET_TB_PCREL | Richard Henderson | 1 | -0/+41 |
2022-10-04 | include/hw/core: Create struct CPUJumpCache | Richard Henderson | 1 | -0/+24 |