]> git.proxmox.com Git - mirror_qemu.git/history - tcg/region.c
tcg/optimize: Split out fold_mov
[mirror_qemu.git] / tcg / region.c
2021-09-24 Richard HendersonMerge remote-tracking branch 'remotes/rth/tags/pull...
2021-09-22 Richard Hendersontcg/mips: Drop special alignment for code_gen_buffer
2021-07-12 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/sdmmc...
2021-07-12 Peter MaydellMerge remote-tracking branch 'remotes/cohuck-gitlab...
2021-07-12 Peter MaydellMerge remote-tracking branch 'remotes/philmd/tags/mips...
2021-07-12 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-07-09 Richard Hendersontcg: Move tb_phys_invalidate_count to tb_ctx
2021-07-09 Liren Weitcg: Bake tb_destroy() into tcg_region_tree
2021-06-14 Peter MaydellMerge remote-tracking branch 'remotes/berrange-gitlab...
2021-06-14 Peter MaydellMerge remote-tracking branch 'remotes/rth-gitlab/tags...
2021-06-14 Richard Hendersontcg: When allocating for !splitwx, begin with PROT_NONE
2021-06-14 Richard Hendersontcg: Merge buffer protection and guard page protection
2021-06-14 Richard Hendersontcg: Round the tb_size default from qemu_get_host_physmem
2021-06-14 Richard Hendersontcg: Sink qemu_madvise call to common code
2021-06-14 Richard Hendersontcg: Return the map protection from alloc_code_gen_buffer
2021-06-14 Richard Hendersontcg: Allocate code_gen_buffer into struct tcg_region_state
2021-06-11 Richard Hendersontcg: Move in_code_gen_buffer and tests to region.c
2021-06-11 Richard Hendersontcg: Tidy split_cross_256mb
2021-06-11 Richard Hendersontcg: Tidy tcg_n_regions
2021-06-11 Richard Hendersontcg: Rename region.start to region.after_prologue
2021-06-11 Richard Hendersontcg: Replace region.end with region.total_size
2021-06-11 Richard Hendersontcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
2021-06-11 Richard Hendersontcg: Introduce tcg_max_ctxs
2021-06-11 Richard Hendersonaccel/tcg: Pass down max_cpus to tcg_init
2021-06-11 Richard Hendersonaccel/tcg: Move alloc_code_gen_buffer to tcg/region.c
2021-06-11 Richard Hendersontcg: Split out region.c