| Commit message (Expand) | Author | Age | Files | Lines |
* | log: Add locking to large logging blocks | Richard Henderson | 2016-11-01 | 1 | -0/+2 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s... | Peter Maydell | 2016-10-31 | 1 | -2/+9 |
|\ |
|
| * | tcg: protect translation related stuff with tb_lock. | KONRAD Frederic | 2016-10-31 | 1 | -0/+6 |
| * | cpu-exec: include cpu_index in CPU_LOG_EXEC messages | Alex Bennée | 2016-10-31 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta... | Peter Maydell | 2016-10-27 | 1 | -0/+30 |
|\| |
|
| * | tcg: Add EXCP_ATOMIC | Richard Henderson | 2016-10-26 | 1 | -0/+30 |
* | | target-m68k: remove m68k_cpu_exec_enter() and m68k_cpu_exec_exit() | Laurent Vivier | 2016-10-25 | 1 | -6/+0 |
|/ |
|
* | cpu: atomically modify cpu->exit_request | Alex Bennée | 2016-10-04 | 1 | -4/+4 |
* | tcg: Make tb_flush() thread safe | Sergey Fedorov | 2016-09-27 | 1 | -10/+2 |
* | cpu-exec: Check -dfilter for -d cpu | Richard Henderson | 2016-09-16 | 1 | -1/+2 |
* | tcg: rename tb_find_physical() | Sergey Fedorov | 2016-09-13 | 1 | -3/+3 |
* | tcg: Merge tb_find_slow() and tb_find_fast() | Sergey Fedorov | 2016-09-13 | 1 | -42/+30 |
* | tcg: Avoid bouncing tb_lock between tb_gen_code() and tb_add_jump() | Sergey Fedorov | 2016-09-13 | 1 | -4/+11 |
* | tcg: cpu-exec: remove tb_lock from the hot-path | Alex Bennée | 2016-09-13 | 1 | -27/+21 |
* | tcg: Prepare TB invalidation for lockless TB lookup | Paolo Bonzini | 2016-09-13 | 1 | -2/+3 |
* | tcg: Prepare safe access to tb_flushed out of tb_lock | Sergey Fedorov | 2016-09-13 | 1 | -9/+7 |
* | tcg: Prepare safe tb_jmp_cache lookup out of tb_lock | Sergey Fedorov | 2016-09-13 | 1 | -2/+2 |
* | tcg: Pass last_tb by value to tb_find_fast() | Sergey Fedorov | 2016-09-13 | 1 | -8/+7 |
* | cpu-exec: Move down some declarations in cpu_exec() | Sergey Fedorov | 2016-07-17 | 1 | -4/+3 |
* | tb hash: track translated blocks with qht | Emilio G. Cota | 2016-06-12 | 1 | -43/+43 |
* | tb hash: hash phys_pc, pc, and flags with xxhash | Emilio G. Cota | 2016-06-12 | 1 | -2/+2 |
* | cpu-exec: Fix direct jump to TB spanning page | Sergey Fedorov | 2016-05-26 | 1 | -0/+9 |
* | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini | 2016-05-19 | 1 | -0/+1 |
* | cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt() | Sergey Fedorov | 2016-05-13 | 1 | -3/+4 |
* | cpu-exec: Remove unused 'x86_cpu' and 'env' from cpu_exec() | Sergey Fedorov | 2016-05-13 | 1 | -12/+0 |
* | cpu-exec: Move TB execution stuff out of cpu_exec() | Sergey Fedorov | 2016-05-13 | 1 | -55/+64 |
* | cpu-exec: Move interrupt handling out of cpu_exec() | Sergey Fedorov | 2016-05-13 | 1 | -62/+70 |
* | cpu-exec: Move exception handling out of cpu_exec() | Sergey Fedorov | 2016-05-13 | 1 | -41/+52 |
* | cpu-exec: Move halt handling out of cpu_exec() | Sergey Fedorov | 2016-05-13 | 1 | -14/+24 |
* | cpu-exec: Remove relic orphaned comment | Sergey Fedorov | 2016-05-13 | 1 | -2/+0 |
* | tcg: Remove needless CPUState::current_tb | Sergey Fedorov | 2016-05-13 | 1 | -4/+0 |
* | cpu-exec: Move TB chaining into tb_find_fast() | Sergey Fedorov | 2016-05-13 | 1 | -16/+19 |
* | tcg: Rework tb_invalidated_flag | Sergey Fedorov | 2016-05-13 | 1 | -10/+11 |
* | tcg: Clean up from 'next_tb' | Sergey Fedorov | 2016-05-13 | 1 | -27/+32 |
* | cpu-exec: elide more icount code if CONFIG_USER_ONLY | Paolo Bonzini | 2016-05-13 | 1 | -0/+8 |
* | tcg: reorganize tb_find_physical loop | Alex Bennée | 2016-05-13 | 1 | -20/+24 |
* | tcg: Clean up direct block chaining safety checks | Sergey Fedorov | 2016-05-13 | 1 | -5/+2 |
* | tb: consistently use uint32_t for tb->flags | Emilio G. Cota | 2016-05-13 | 1 | -3/+3 |
* | qemu-log: dfilter-ise exec, out_asm, op and opt_op | Alex Bennée | 2016-03-22 | 1 | -6/+7 |
* | qemu-log: Improve the "exec" TB execution logging | Peter Maydell | 2016-03-22 | 1 | -9/+11 |
* | log: do not unnecessarily include qom/cpu.h | Paolo Bonzini | 2016-02-03 | 1 | -0/+1 |
* | exec: Clean up includes | Peter Maydell | 2016-01-29 | 1 | -1/+1 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ... | Peter Maydell | 2015-11-06 | 1 | -13/+42 |
|\ |
|
| * | replay: interrupts and exceptions | Pavel Dovgalyuk | 2015-11-06 | 1 | -10/+38 |
| * | cpu-exec: allow temporary disabling icount | Pavel Dovgalyuk | 2015-11-05 | 1 | -3/+4 |
* | | cpu-exec: Fix compiler warning (-Werror=clobbered) | Stefan Weil | 2015-11-04 | 1 | -3/+15 |
|/ |
|
* | cpu-exec: Add "nochain" debug flag | Richard Henderson | 2015-10-19 | 1 | -1/+2 |
* | i386: partial revert of interrupt poll fix | Pavel Dovgalyuk | 2015-09-25 | 1 | -0/+9 |
* | cpu-exec: Migrate some generic fns to cpu-exec-common | Peter Crosthwaite | 2015-09-16 | 1 | -59/+0 |
* | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 2015-09-14 | 1 | -49/+70 |
|\ |
|