aboutsummaryrefslogtreecommitdiff
path: root/cpu-exec.c
AgeCommit message (Expand)Author
2017-02-16target-i386: correctly propagate retaddr into SVM helpersPaolo Bonzini
2017-02-16cpu-exec: remove outermost infinite loopPaolo Bonzini
2017-02-16cpu-exec: avoid repeated sigsetjmp on interruptsPaolo Bonzini
2017-02-16cpu-exec: avoid cpu_loop_exit in cpu_handle_interruptPaolo Bonzini
2017-02-16cpu-exec: tighten barrier on TCG_EXIT_REQUESTEDPaolo Bonzini
2017-02-16cpu-exec: fix icount out-of-bounds accessPaolo Bonzini
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange
2017-01-27replay: improve interrupt handlingPavel Dovgalyuk
2016-11-01log: Add locking to large logging blocksRichard Henderson
2016-10-31Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream-mttcg' into s...Peter Maydell
2016-10-31tcg: protect translation related stuff with tb_lock.KONRAD Frederic
2016-10-31cpu-exec: include cpu_index in CPU_LOG_EXEC messagesAlex Bennée
2016-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-atomic-20161026' into sta...Peter Maydell
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson
2016-10-25target-m68k: remove m68k_cpu_exec_enter() and m68k_cpu_exec_exit()Laurent Vivier
2016-10-04cpu: atomically modify cpu->exit_requestAlex Bennée
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov
2016-09-16cpu-exec: Check -dfilter for -d cpuRichard Henderson
2016-09-13tcg: rename tb_find_physical()Sergey Fedorov
2016-09-13tcg: Merge tb_find_slow() and tb_find_fast()Sergey Fedorov
2016-09-13tcg: Avoid bouncing tb_lock between tb_gen_code() and tb_add_jump()Sergey Fedorov
2016-09-13tcg: cpu-exec: remove tb_lock from the hot-pathAlex Bennée
2016-09-13tcg: Prepare TB invalidation for lockless TB lookupPaolo Bonzini
2016-09-13tcg: Prepare safe access to tb_flushed out of tb_lockSergey Fedorov
2016-09-13tcg: Prepare safe tb_jmp_cache lookup out of tb_lockSergey Fedorov
2016-09-13tcg: Pass last_tb by value to tb_find_fast()Sergey Fedorov
2016-07-17cpu-exec: Move down some declarations in cpu_exec()Sergey Fedorov
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota
2016-06-11tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota
2016-05-26cpu-exec: Fix direct jump to TB spanning pageSergey Fedorov
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini
2016-05-12cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt()Sergey Fedorov
2016-05-12cpu-exec: Remove unused 'x86_cpu' and 'env' from cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Move TB execution stuff out of cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Move interrupt handling out of cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Move exception handling out of cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Move halt handling out of cpu_exec()Sergey Fedorov
2016-05-12cpu-exec: Remove relic orphaned commentSergey Fedorov
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov
2016-05-12cpu-exec: Move TB chaining into tb_find_fast()Sergey Fedorov
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov
2016-05-12tcg: Clean up from 'next_tb'Sergey Fedorov
2016-05-12cpu-exec: elide more icount code if CONFIG_USER_ONLYPaolo Bonzini
2016-05-12tcg: reorganize tb_find_physical loopAlex Bennée
2016-05-12tcg: Clean up direct block chaining safety checksSergey Fedorov
2016-05-12tb: consistently use uint32_t for tb->flagsEmilio G. Cota
2016-03-22qemu-log: dfilter-ise exec, out_asm, op and opt_opAlex Bennée
2016-03-22qemu-log: Improve the "exec" TB execution loggingPeter Maydell
2016-02-03log: do not unnecessarily include qom/cpu.hPaolo Bonzini
2016-01-29exec: Clean up includesPeter Maydell