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
/
cpu-exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-10
cpu-exec: update icount after each TB_EXIT
Alex Bennée
1
-7
/
+7
2017-03-14
qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.h
Paolo Bonzini
1
-0
/
+1
2017-03-03
Merge branch 'icount-update' into HEAD
Paolo Bonzini
1
-53
/
+40
2017-02-24
cpu-exec: remove unnecessary check of cpu->exit_request
Paolo Bonzini
1
-4
/
+0
2017-02-24
replay: check icount in cpu exec loop
Pavel Dovgalyuk
1
-8
/
+7
2017-02-24
tcg: handle EXCP_ATOMIC exception for system emulation
Pranith Kumar
1
-12
/
+31
2017-02-24
tcg: enable thread-per-vCPU
Alex Bennée
1
-4
/
+0
2017-02-24
tcg: remove global exit_request
Alex Bennée
1
-13
/
+7
2017-02-24
tcg: drop global lock during TCG code execution
Jan Kiszka
1
-2
/
+21
2017-02-24
tcg: rename tcg_current_cpu to tcg_current_rr_cpu
Alex Bennée
1
-3
/
+0
2017-02-24
mttcg: Add missing tb_lock/unlock() in cpu_exec_step()
Pranith Kumar
1
-0
/
+4
2017-02-22
cpu-exec: unify icount_decr and tcg_exit_req
Paolo Bonzini
1
-38
/
+32
2017-02-16
target-i386: correctly propagate retaddr into SVM helpers
Paolo Bonzini
1
-1
/
+1
2017-02-16
cpu-exec: remove outermost infinite loop
Paolo Bonzini
1
-31
/
+27
2017-02-16
cpu-exec: avoid repeated sigsetjmp on interrupts
Paolo Bonzini
1
-12
/
+12
2017-02-16
cpu-exec: avoid cpu_loop_exit in cpu_handle_interrupt
Paolo Bonzini
1
-11
/
+12
2017-02-16
cpu-exec: tighten barrier on TCG_EXIT_REQUESTED
Paolo Bonzini
1
-2
/
+2
2017-02-16
cpu-exec: fix icount out-of-bounds access
Paolo Bonzini
1
-3
/
+4
2017-01-31
trace: switch to modular code generation for sub-directories
Daniel P. Berrange
1
-1
/
+1
2017-01-27
replay: improve interrupt handling
Pavel Dovgalyuk
1
-1
/
+1
2016-11-01
log: Add locking to large logging blocks
Richard Henderson
1
-0
/
+2
2016-10-31
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...
Peter Maydell
1
-2
/
+9
2016-10-31
tcg: protect translation related stuff with tb_lock.
KONRAD Frederic
1
-0
/
+6
2016-10-31
cpu-exec: include cpu_index in CPU_LOG_EXEC messages
Alex Bennée
1
-2
/
+3
2016-10-27
Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta...
Peter Maydell
1
-0
/
+30
2016-10-26
tcg: Add EXCP_ATOMIC
Richard Henderson
1
-0
/
+30
2016-10-25
target-m68k: remove m68k_cpu_exec_enter() and m68k_cpu_exec_exit()
Laurent Vivier
1
-6
/
+0
2016-10-04
cpu: atomically modify cpu->exit_request
Alex Bennée
1
-4
/
+4
2016-09-27
tcg: Make tb_flush() thread safe
Sergey Fedorov
1
-10
/
+2
2016-09-16
cpu-exec: Check -dfilter for -d cpu
Richard Henderson
1
-1
/
+2
2016-09-13
tcg: rename tb_find_physical()
Sergey Fedorov
1
-3
/
+3
2016-09-13
tcg: Merge tb_find_slow() and tb_find_fast()
Sergey Fedorov
1
-42
/
+30
2016-09-13
tcg: Avoid bouncing tb_lock between tb_gen_code() and tb_add_jump()
Sergey Fedorov
1
-4
/
+11
2016-09-13
tcg: cpu-exec: remove tb_lock from the hot-path
Alex Bennée
1
-27
/
+21
2016-09-13
tcg: Prepare TB invalidation for lockless TB lookup
Paolo Bonzini
1
-2
/
+3
2016-09-13
tcg: Prepare safe access to tb_flushed out of tb_lock
Sergey Fedorov
1
-9
/
+7
2016-09-13
tcg: Prepare safe tb_jmp_cache lookup out of tb_lock
Sergey Fedorov
1
-2
/
+2
2016-09-13
tcg: Pass last_tb by value to tb_find_fast()
Sergey Fedorov
1
-8
/
+7
2016-07-17
cpu-exec: Move down some declarations in cpu_exec()
Sergey Fedorov
1
-4
/
+3
2016-06-11
tb hash: track translated blocks with qht
Emilio G. Cota
1
-43
/
+43
2016-06-11
tb hash: hash phys_pc, pc, and flags with xxhash
Emilio G. Cota
1
-2
/
+2
2016-05-26
cpu-exec: Fix direct jump to TB spanning page
Sergey Fedorov
1
-0
/
+9
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-0
/
+1
2016-05-12
cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt()
Sergey Fedorov
1
-3
/
+4
2016-05-12
cpu-exec: Remove unused 'x86_cpu' and 'env' from cpu_exec()
Sergey Fedorov
1
-12
/
+0
2016-05-12
cpu-exec: Move TB execution stuff out of cpu_exec()
Sergey Fedorov
1
-55
/
+64
2016-05-12
cpu-exec: Move interrupt handling out of cpu_exec()
Sergey Fedorov
1
-62
/
+70
2016-05-12
cpu-exec: Move exception handling out of cpu_exec()
Sergey Fedorov
1
-41
/
+52
2016-05-12
cpu-exec: Move halt handling out of cpu_exec()
Sergey Fedorov
1
-14
/
+24
2016-05-12
cpu-exec: Remove relic orphaned comment
Sergey Fedorov
1
-2
/
+0
[next]