Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-05-12 | tcg: Remove needless CPUState::current_tb | Sergey Fedorov | 1 | -4/+0 |
2016-05-12 | cpu-exec: Move TB chaining into tb_find_fast() | Sergey Fedorov | 1 | -16/+19 |
2016-05-12 | tcg: Rework tb_invalidated_flag | Sergey Fedorov | 1 | -10/+11 |
2016-05-12 | tcg: Clean up from 'next_tb' | Sergey Fedorov | 1 | -27/+32 |
2016-05-12 | cpu-exec: elide more icount code if CONFIG_USER_ONLY | Paolo Bonzini | 1 | -0/+8 |
2016-05-12 | tcg: reorganize tb_find_physical loop | Alex Bennée | 1 | -20/+24 |
2016-05-12 | tcg: Clean up direct block chaining safety checks | Sergey Fedorov | 1 | -5/+2 |
2016-05-12 | tb: consistently use uint32_t for tb->flags | Emilio G. Cota | 1 | -3/+3 |
2016-03-22 | qemu-log: dfilter-ise exec, out_asm, op and opt_op | Alex Bennée | 1 | -6/+7 |
2016-03-22 | qemu-log: Improve the "exec" TB execution logging | Peter Maydell | 1 | -9/+11 |
2016-02-03 | log: do not unnecessarily include qom/cpu.h | Paolo Bonzini | 1 | -0/+1 |
2016-01-29 | exec: Clean up includes | Peter Maydell | 1 | -1/+1 |
2015-11-06 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-replay' into ... | Peter Maydell | 1 | -13/+42 |
2015-11-06 | replay: interrupts and exceptions | Pavel Dovgalyuk | 1 | -10/+38 |
2015-11-05 | cpu-exec: allow temporary disabling icount | Pavel Dovgalyuk | 1 | -3/+4 |
2015-11-04 | cpu-exec: Fix compiler warning (-Werror=clobbered) | Stefan Weil | 1 | -3/+15 |
2015-10-19 | cpu-exec: Add "nochain" debug flag | Richard Henderson | 1 | -1/+2 |
2015-09-25 | i386: partial revert of interrupt poll fix | Pavel Dovgalyuk | 1 | -0/+9 |
2015-09-16 | cpu-exec: Migrate some generic fns to cpu-exec-common | Peter Crosthwaite | 1 | -59/+0 |
2015-09-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -49/+70 |
2015-09-11 | cpu-exec: introduce loop exit with restore function | Pavel Dovgalyuk | 1 | -0/+9 |
2015-09-09 | cpu-exec: fix lock hierarchy for user-mode emulation | Paolo Bonzini | 1 | -18/+53 |
2015-09-09 | replace spinlock by QemuMutex. | KONRAD Frederic | 1 | -11/+3 |
2015-09-09 | tcg: signal-free qemu_cpu_kick | Paolo Bonzini | 1 | -1/+1 |
2015-09-09 | tcg: synchronize exit_request and tcg_current_cpu accesses | Paolo Bonzini | 1 | -1/+1 |
2015-09-09 | tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accesses | Paolo Bonzini | 1 | -1/+5 |
2015-09-09 | tcg: assign cpu->current_tb in a simpler place | Paolo Bonzini | 1 | -8/+2 |
2015-09-09 | tcg: introduce tcg_current_cpu | Paolo Bonzini | 1 | -9/+5 |
2015-08-14 | exec: drop cpu_can_do_io, just read cpu->can_do_io | Paolo Bonzini | 1 | -1/+1 |
2015-08-06 | cpu-exec: Do not invalidate original TB in cpu_exec_nocache() | Sergey Fedorov | 1 | -6/+2 |
2015-07-09 | cpu-exec: Purge all uses of ENV_GET_CPU() | Peter Crosthwaite | 1 | -15/+13 |
2015-06-26 | include/exec: Move tb hash functions out | Peter Crosthwaite | 1 | -0/+1 |
2015-02-24 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -0/+33 |
2015-02-16 | exec: RCUify AddressSpaceDispatch | Paolo Bonzini | 1 | -1/+24 |
2015-02-16 | exec: make iotlb RCU-friendly | Paolo Bonzini | 1 | -1/+5 |
2015-02-16 | exec: introduce cpu_reload_memory_map | Paolo Bonzini | 1 | -0/+6 |
2015-02-10 | cpu-exec: simplify icount code | Paolo Bonzini | 1 | -8/+3 |
2015-02-10 | cpu-exec: drop dead assignment | Paolo Bonzini | 1 | -1/+0 |
2015-02-02 | cpu-exec: simplify init_delay_params | Paolo Bonzini | 1 | -4/+2 |