index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tcg
/
region.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-07
osdep: Move memalign-related functions to their own header
Peter Maydell
1
-0
/
+1
2022-02-21
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
1
-0
/
+1
2022-02-21
include: Move qemu_mprotect_*() to new qemu/mprotect.h
Peter Maydell
1
-0
/
+1
2022-02-21
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
1
-0
/
+1
2021-09-21
tcg/mips: Drop special alignment for code_gen_buffer
Richard Henderson
1
-91
/
+0
2021-07-09
tcg: Move tb_phys_invalidate_count to tb_ctx
Richard Henderson
1
-14
/
+0
2021-07-09
tcg: Bake tb_destroy() into tcg_region_tree
Liren Wei
1
-11
/
+8
2021-06-13
tcg: When allocating for !splitwx, begin with PROT_NONE
Richard Henderson
1
-10
/
+9
2021-06-13
tcg: Merge buffer protection and guard page protection
Richard Henderson
1
-14
/
+31
2021-06-13
tcg: Round the tb_size default from qemu_get_host_physmem
Richard Henderson
1
-26
/
+21
2021-06-13
tcg: Sink qemu_madvise call to common code
Richard Henderson
1
-7
/
+7
2021-06-13
tcg: Return the map protection from alloc_code_gen_buffer
Richard Henderson
1
-30
/
+33
2021-06-13
tcg: Allocate code_gen_buffer into struct tcg_region_state
Richard Henderson
1
-37
/
+27
2021-06-11
tcg: Move in_code_gen_buffer and tests to region.c
Richard Henderson
1
-0
/
+34
2021-06-11
tcg: Tidy split_cross_256mb
Richard Henderson
1
-10
/
+9
2021-06-11
tcg: Tidy tcg_n_regions
Richard Henderson
1
-17
/
+12
2021-06-11
tcg: Rename region.start to region.after_prologue
Richard Henderson
1
-7
/
+8
2021-06-11
tcg: Replace region.end with region.total_size
Richard Henderson
1
-12
/
+18
2021-06-11
tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
Richard Henderson
1
-28
/
+5
2021-06-11
tcg: Introduce tcg_max_ctxs
Richard Henderson
1
-3
/
+3
2021-06-11
accel/tcg: Pass down max_cpus to tcg_init
Richard Henderson
1
-21
/
+11
2021-06-11
accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
Richard Henderson
1
-5
/
+426
2021-06-11
tcg: Split out region.c
Richard Henderson
1
-0
/
+572