Age | Commit message (Expand) | Author | Files | Lines |
2016-04-08 | translate-all: add missing fold of tb_ctx into tcg_ctx | Emilio G. Cota | 1 | -1/+2 |
2016-03-22 | qemu-log: dfilter-ise exec, out_asm, op and opt_op | Alex Bennée | 1 | -1/+2 |
2016-03-22 | tcg: pass down TranslationBlock to tcg_code_gen | Alex Bennée | 1 | -1/+1 |
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 | -8/+1 |
2015-12-02 | translate-all: ensure host page mask is always extended with 1's | Paolo Bonzini | 1 | -3/+3 |
2015-11-05 | cpu-exec: allow temporary disabling icount | Pavel Dovgalyuk | 1 | -1/+1 |
2015-10-19 | tcg/ppc: Revise goto_tb implementation | Richard Henderson | 1 | -0/+2 |
2015-10-07 | tcg: Check for overflow via highwater mark | Richard Henderson | 1 | -5/+26 |
2015-10-07 | tcg: Allocate a guard page after code_gen_buffer | Richard Henderson | 1 | -91/+119 |
2015-10-07 | tcg: Emit prologue to the beginning of code_gen_buffer | Richard Henderson | 1 | -19/+9 |
2015-10-07 | tcg: Save insn data and use it in cpu_restore_state_from_tb | Richard Henderson | 1 | -40/+110 |
2015-10-07 | tcg: Pass data argument to restore_state_to_opc | Richard Henderson | 1 | -1/+1 |
2015-10-07 | tcg: Merge cpu_gen_code into tb_gen_code | Richard Henderson | 1 | -72/+59 |
2015-09-16 | translate: move real_host_page setting to -common | Peter Crosthwaite | 1 | -2/+0 |
2015-09-16 | translate-all: Move tcg_handle_interrupt() to -common | Peter Crosthwaite | 1 | -30/+0 |
2015-09-14 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell | 1 | -22/+63 |
2015-09-11 | maint: avoid useless "if (foo) free(foo)" pattern | Markus Armbruster | 1 | -4/+2 |
2015-09-09 | cpu-exec: fix lock hierarchy for user-mode emulation | Paolo Bonzini | 1 | -4/+2 |
2015-09-09 | exec: make mmap_lock/mmap_unlock globally available | Paolo Bonzini | 1 | -5/+0 |
2015-09-09 | tcg: comment on which functions have to be called with mmap_lock held | Paolo Bonzini | 1 | -7/+22 |
2015-09-09 | tcg: add memory barriers in page_find_alloc accesses | Paolo Bonzini | 1 | -4/+4 |
2015-09-09 | replace spinlock by QemuMutex. | KONRAD Frederic | 1 | -0/+34 |
2015-09-09 | translate-all: remove obsolete comment about l1_map | Emilio G. Cota | 1 | -2/+1 |
2015-08-24 | linux-user: remove --enable-guest-base/--disable-guest-base | Laurent Vivier | 1 | -1/+1 |
2015-08-14 | exec: drop cpu_can_do_io, just read cpu->can_do_io | Paolo Bonzini | 1 | -1/+2 |
2015-08-06 | cpu-exec: Do not invalidate original TB in cpu_exec_nocache() | Sergey Fedorov | 1 | -0/+8 |
2015-07-09 | translate-all: Change tb_flush() env argument to cpu | Peter Crosthwaite | 1 | -4/+2 |
2015-07-06 | cpu-all: complete "real" host page size API | Peter Crosthwaite | 1 | -0/+2 |
2015-06-26 | include/exec: Move tb hash functions out | Peter Crosthwaite | 1 | -0/+1 |
2015-06-17 | translate-all: fix watchpoints if retranslation not possible | Aurelien Jarno | 1 | -5/+15 |
2015-06-05 | translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_wr... | Paolo Bonzini | 1 | -9/+6 |
2015-06-05 | cputlb: remove useless arguments to tlb_unprotect_code_phys, rename | Paolo Bonzini | 1 | -1/+1 |
2015-06-05 | translate-all: remove unnecessary argument to tb_invalidate_phys_range | Paolo Bonzini | 1 | -3/+2 |
2015-04-30 | exec: move rcu_read_lock/unlock to address_space_translate callers | Paolo Bonzini | 1 | -0/+3 |
2015-04-28 | translate-all: use bitmap helpers for PageDesc's bitmap | Emilio G. Cota | 1 | -33/+9 |
2015-04-27 | translate-all: use glib for all page descriptor allocations | Emilio G. Cota | 1 | -16/+2 |
2015-04-04 | target-i386: remove superfluous TARGET_HAS_SMC macro | Emilio G. Cota | 1 | -4/+0 |
2015-02-10 | translate-all: Use g_try_malloc() for dynamic translator buffer | Markus Armbruster | 1 | -1/+1 |
2015-01-20 | exec.c: Drop TARGET_HAS_ICE define and checks | Peter Maydell | 1 | -2/+2 |
2015-01-15 | translate-all: Mark map_exec() with the 'unused' attribute | SeokYeon Hwang | 1 | -2/+2 |
2015-01-03 | translate: check cflags instead of use_icount global | Paolo Bonzini | 1 | -1/+1 |
2014-12-23 | cpu-exec: add a new CF_USE_ICOUNT cflag | Paolo Bonzini | 1 | -0/+3 |
2014-12-17 | Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into staging | Peter Maydell | 1 | -0/+5 |
2014-12-17 | tcg: add separate monitor command to dump opcode counters | Max Filippov | 1 | -0/+5 |
2014-12-16 | target-mips: Correct MIPS16/microMIPS branch size calculation | Maciej W. Rozycki | 1 | -1/+1 |
2014-12-15 | cpu-exec: invalidate nocache translation if they are interrupted | Pavel Dovgalyuk | 1 | -0/+6 |
2014-10-06 | translate-all.c: memory walker initial address miscalculation | Mikhail Ilyin | 1 | -17/+16 |
2014-08-12 | trace: add some tcg tracing support | Alex Bennée | 1 | -0/+3 |
2014-06-24 | Fix new typos (found by codespell) | Stefan Weil | 1 | -1/+1 |