index
:
focaccia-qemu
this commit
master
sr/plugin
ta/focaccia
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tcg
/
region.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tcg: Make the cleanup-on-error path unique
Samuel Tardieu
2024-01-23
1
-3
/
+3
*
tcg: Remove unreachable code
Samuel Tardieu
2024-01-23
1
-3
/
+1
*
tcg: Correct invalid mentions of 'softmmu' by 'system-mode'
Philippe Mathieu-Daudé
2023-10-07
1
-2
/
+2
*
tcg: Map code_gen_buffer with PROT_BTI
Richard Henderson
2023-09-16
1
-11
/
+30
*
tcg: Remove target-specific headers from tcg.[ch]
Richard Henderson
2023-06-05
1
-1
/
+1
*
tcg: Fix PAGE/PROT confusion
Richard Henderson
2023-06-05
1
-5
/
+13
*
tcg: use QTree instead of GTree
Emilio Cota
2023-03-28
1
-9
/
+10
*
tcg: Fix returned type in alloc_code_gen_buffer_splitwx_memfd()
Shaobo Song
2022-07-12
1
-1
/
+1
*
Replace qemu_real_host_page variables with inlined functions
Marc-André Lureau
2022-04-06
1
-4
/
+4
*
osdep: Move memalign-related functions to their own header
Peter Maydell
2022-03-07
1
-0
/
+1
*
include: Move qemu_[id]cache_* declarations to new qemu/cacheinfo.h
Peter Maydell
2022-02-21
1
-0
/
+1
*
include: Move qemu_mprotect_*() to new qemu/mprotect.h
Peter Maydell
2022-02-21
1
-0
/
+1
*
include: Move qemu_madvise() and related #defines to new qemu/madvise.h
Peter Maydell
2022-02-21
1
-0
/
+1
*
tcg/mips: Drop special alignment for code_gen_buffer
Richard Henderson
2021-09-21
1
-91
/
+0
*
tcg: Move tb_phys_invalidate_count to tb_ctx
Richard Henderson
2021-07-09
1
-14
/
+0
*
tcg: Bake tb_destroy() into tcg_region_tree
Liren Wei
2021-07-09
1
-11
/
+8
*
tcg: When allocating for !splitwx, begin with PROT_NONE
Richard Henderson
2021-06-13
1
-10
/
+9
*
tcg: Merge buffer protection and guard page protection
Richard Henderson
2021-06-13
1
-14
/
+31
*
tcg: Round the tb_size default from qemu_get_host_physmem
Richard Henderson
2021-06-13
1
-26
/
+21
*
tcg: Sink qemu_madvise call to common code
Richard Henderson
2021-06-13
1
-7
/
+7
*
tcg: Return the map protection from alloc_code_gen_buffer
Richard Henderson
2021-06-13
1
-30
/
+33
*
tcg: Allocate code_gen_buffer into struct tcg_region_state
Richard Henderson
2021-06-13
1
-37
/
+27
*
tcg: Move in_code_gen_buffer and tests to region.c
Richard Henderson
2021-06-11
1
-0
/
+34
*
tcg: Tidy split_cross_256mb
Richard Henderson
2021-06-11
1
-10
/
+9
*
tcg: Tidy tcg_n_regions
Richard Henderson
2021-06-11
1
-17
/
+12
*
tcg: Rename region.start to region.after_prologue
Richard Henderson
2021-06-11
1
-7
/
+8
*
tcg: Replace region.end with region.total_size
Richard Henderson
2021-06-11
1
-12
/
+18
*
tcg: Move MAX_CODE_GEN_BUFFER_SIZE to tcg-target.h
Richard Henderson
2021-06-11
1
-28
/
+5
*
tcg: Introduce tcg_max_ctxs
Richard Henderson
2021-06-11
1
-3
/
+3
*
accel/tcg: Pass down max_cpus to tcg_init
Richard Henderson
2021-06-11
1
-21
/
+11
*
accel/tcg: Move alloc_code_gen_buffer to tcg/region.c
Richard Henderson
2021-06-11
1
-5
/
+426
*
tcg: Split out region.c
Richard Henderson
2021-06-11
1
-0
/
+572