Age | Commit message (Expand) | Author |
2021-09-21 | tcg/mips: Drop special alignment for code_gen_buffer | Richard Henderson |
2021-07-09 | tcg: Move tb_phys_invalidate_count to tb_ctx | Richard Henderson |
2021-07-09 | tcg: Bake tb_destroy() into tcg_region_tree | Liren Wei |
2021-06-13 | tcg: When allocating for !splitwx, begin with PROT_NONE | Richard Henderson |
2021-06-13 | tcg: Merge buffer protection and guard page protection | Richard Henderson |
2021-06-13 | tcg: Round the tb_size default from qemu_get_host_physmem | Richard Henderson |
2021-06-13 | tcg: Sink qemu_madvise call to common code | Richard Henderson |
2021-06-13 | tcg: Return the map protection from alloc_code_gen_buffer | Richard Henderson |
2021-06-13 | tcg: Allocate code_gen_buffer into struct tcg_region_state | Richard Henderson |
2021-06-11 | tcg: Move in_code_gen_buffer and tests to region.c | Richard Henderson |
2021-06-11 | tcg: Tidy split_cross_256mb | Richard Henderson |
2021-06-11 | tcg: Tidy tcg_n_regions | Richard Henderson |
2021-06-11 | tcg: Rename region.start to region.after_prologue | Richard Henderson |
2021-06-11 | tcg: Replace region.end with region.total_size | Richard Henderson |
2021-06-11 | tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h | Richard Henderson |
2021-06-11 | tcg: Introduce tcg_max_ctxs | Richard Henderson |
2021-06-11 | accel/tcg: Pass down max_cpus to tcg_init | Richard Henderson |
2021-06-11 | accel/tcg: Move alloc_code_gen_buffer to tcg/region.c | Richard Henderson |
2021-06-11 | tcg: Split out region.c | Richard Henderson |