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
/
include
/
exec
/
exec-all.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
exec: introduce tlb_init
Emilio G. Cota
2018-10-18
1
-0
/
+8
*
accel/tcg: Check whether TLB entry is RAM consistently with how we set it up
Peter Maydell
2018-08-14
1
-2
/
+0
*
tcg: simplify !CONFIG_TCG handling of tb_invalidate_*
Paolo Bonzini
2018-07-02
1
-5
/
+3
*
tcg: Fix --disable-tcg build breakage
Philippe Mathieu-Daudé
2018-07-02
1
-4
/
+9
*
move public invalidate APIs out of translate-all.{c,h}, clean up
Paolo Bonzini
2018-06-28
1
-4
/
+4
*
tcg: remove tb_lock
Emilio G. Cota
2018-06-15
1
-4
/
+0
*
translate-all: protect TB jumps with a per-destination-TB lock
Emilio G. Cota
2018-06-15
1
-13
/
+22
*
translate-all: introduce assert_no_pages_locked
Emilio G. Cota
2018-06-15
1
-0
/
+8
*
translate-all: use per-page locking in !user-mode
Emilio G. Cota
2018-06-15
1
-1
/
+2
*
translate-all: iterate over TBs in a page with PAGE_FOR_EACH_TB
Emilio G. Cota
2018-06-15
1
-1
/
+1
*
tcg: track TBs with per-region BST's
Emilio G. Cota
2018-06-15
1
-1
/
+0
*
exec.c: Handle IOMMUs in address_space_translate_for_iotlb()
Peter Maydell
2018-06-15
1
-1
/
+2
*
cputlb: Pass cpu_transaction_failed() the correct physaddr
Peter Maydell
2018-06-15
1
-2
/
+11
*
Make tb_invalidate_phys_addr() take a MemTxAttrs argument
Peter Maydell
2018-05-31
1
-2
/
+3
*
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2018-04-11
1
-1
/
+4
*
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-25
1
-3
/
+3
*
cpu: refactor cpu_address_space_init()
Peter Xu
2017-12-21
1
-2
/
+4
*
accel/tcg/translate-all: expand cpu_restore_state addr check
Alex Bennée
2017-11-13
1
-0
/
+11
*
exec-all: rename tb_free to tb_remove
Emilio G. Cota
2017-10-24
1
-1
/
+1
*
translate-all: use a binary search tree to track TBs in TBContext
Emilio G. Cota
2017-10-24
1
-1
/
+5
*
tcg: Remove CF_IGNORE_ICOUNT
Richard Henderson
2017-10-24
1
-8
/
+9
*
tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK
Richard Henderson
2017-10-24
1
-1
/
+2
*
tcg: Include CF_COUNT_MASK in CF_HASH_MASK
Richard Henderson
2017-10-24
1
-1
/
+1
*
tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK
Emilio G. Cota
2017-10-24
1
-1
/
+19
*
exec-all: extract tb->tc_* into a separate struct tc_tb
Emilio G. Cota
2017-10-10
1
-2
/
+10
*
exec-all: introduce TB_PAGE_ADDR_FMT
Emilio G. Cota
2017-10-10
1
-0
/
+2
*
exec-all: bring tb->invalid into tb->cflags
Emilio G. Cota
2017-10-10
1
-2
/
+1
*
exec-all: fix typos in TranslationBlock's documentation
Emilio G. Cota
2017-10-10
1
-2
/
+2
*
tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
Richard Henderson
2017-09-07
1
-92
/
+3
*
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
2017-09-06
1
-30
/
+0
*
tcg: Add generic DISAS_NORETURN
Richard Henderson
2017-09-06
1
-0
/
+1
*
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
2017-07-19
1
-1
/
+1
*
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'...
Peter Maydell
2017-07-18
1
-3
/
+26
|
\
|
*
include/exec/exec-all: document common exit conditions
Alex Bennée
2017-07-17
1
-3
/
+26
*
|
exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state
Lluís Vilanova
2017-07-17
1
-0
/
+3
|
/
*
Revert "exec.c: Fix breakpoint invalidation race"
Pranith Kumar
2017-07-14
1
-0
/
+3
*
tcg: add CONFIG_TCG guards in headers
Yang Zhong
2017-07-05
1
-0
/
+3
*
tcg: move tb_lock out of translate-all.h
Paolo Bonzini
2017-07-04
1
-0
/
+4
*
tcg/arm: Use indirect branch for goto_tb
Richard Henderson
2017-06-19
1
-4
/
+1
*
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
Emilio G. Cota
2017-06-05
1
-0
/
+2
*
cputlb: introduce tlb_flush_*_all_cpus[_synced]
Alex Bennée
2017-02-24
1
-3
/
+113
*
cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
Alex Bennée
2017-02-24
1
-6
/
+7
*
cputlb: introduce tlb_flush_* async work.
KONRAD Frederic
2017-02-24
1
-0
/
+1
*
tcg: remove global exit_request
Alex Bennée
2017-02-24
1
-3
/
+0
*
tcg: rename tcg_current_cpu to tcg_current_rr_cpu
Alex Bennée
2017-02-24
1
-1
/
+0
*
cpu-exec: fix icount out-of-bounds access
Paolo Bonzini
2017-02-16
1
-0
/
+1
*
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
2017-01-13
1
-8
/
+6
*
tcg: comment on which functions have to be called with tb_lock held
Paolo Bonzini
2016-10-31
1
-0
/
+1
*
translate-all: add DEBUG_LOCKING asserts
Alex Bennée
2016-10-31
1
-0
/
+1
*
tcg: Add EXCP_ATOMIC
Richard Henderson
2016-10-26
1
-0
/
+1
[prev]
[next]