summaryrefslogtreecommitdiff
path: root/translate-all.c
AgeCommit message (Expand)AuthorFilesLines
2017-03-14qemu-timer: do not include sysemu/cpus.h from util/qemu-timer.hPaolo Bonzini1-0/+1
2017-03-09translate-all: exit cpu_restore_state early if translatingAlex Bennée1-0/+13
2017-03-03Merge branch 'icount-update' into HEADPaolo Bonzini1-1/+1
2017-02-24tcg: enable tb_lock() for SoftMMUAlex Bennée1-14/+1
2017-02-24tcg: drop global lock during TCG code executionJan Kiszka1-2/+7
2017-02-24mttcg: translate-all: Enable locking debug in a debug buildPranith Kumar1-36/+16
2017-02-22cpu-exec: unify icount_decr and tcg_exit_reqPaolo Bonzini1-1/+1
2017-01-31trace: switch to modular code generation for sub-directoriesDaniel P. Berrange1-1/+1
2017-01-27replay: exception replay fixPavel Dovgalyuk1-0/+2
2017-01-08translate-all: Avoid -Werror=switch-boolRichard Henderson1-1/+1
2016-11-01log: Add locking to large logging blocksRichard Henderson1-0/+2
2016-10-31tcg: move locking for tb_invalidate_phys_page_range upAlex Bennée1-8/+31
2016-10-31*_run_on_cpu: introduce run_on_cpu_data typePaolo Bonzini1-7/+6
2016-10-31tcg: protect translation related stuff with tb_lock.KONRAD Frederic1-6/+28
2016-10-31translate-all: Add assert_(memory|tb)_lock annotationsAlex Bennée1-1/+21
2016-10-31tcg: comment on which functions have to be called with tb_lock heldPaolo Bonzini1-5/+23
2016-10-31translate-all: add DEBUG_LOCKING assertsAlex Bennée1-0/+41
2016-10-31translate_all: DEBUG_FLUSH -> DEBUG_TB_FLUSHAlex Bennée1-4/+4
2016-10-26tcg: Add EXCP_ATOMICRichard Henderson1-0/+1
2016-10-24translate-all.c: Compute L1 page table properties at runtimeVijaya Kumar K1-25/+46
2016-09-27tcg: Make tb_flush() thread safeSergey Fedorov1-10/+28
2016-09-16tcg: Merge GETPC and GETRARichard Henderson1-0/+2
2016-09-13tcg: set up tb->page_addr before insertionAlex Bennée1-4/+4
2016-09-13tcg: Prepare TB invalidation for lockless TB lookupPaolo Bonzini1-0/+3
2016-09-13tcg: Prepare safe access to tb_flushed out of tb_lockSergey Fedorov1-2/+2
2016-09-13tcg: Prepare safe tb_jmp_cache lookup out of tb_lockSergey Fedorov1-3/+7
2016-08-30translate: early exit in tb_flush if there is no tcgChristian Borntraeger1-0/+3
2016-08-02qht: do not segfault when gathering stats from an uninitialized qhtEmilio G. Cota1-31/+39
2016-07-08translate-all: Fix user-mode self-modifying code in 2 page long TBStanislav Shmarov1-5/+5
2016-06-20exec: [tcg] Track which vCPU is performing translation and executionLluís Vilanova1-0/+2
2016-06-16os-posix: include sys/mman.hPaolo Bonzini1-2/+0
2016-06-11translate-all: add tb hash bucket info to 'info jit' dumpEmilio G. Cota1-0/+36
2016-06-11tb hash: track translated blocks with qhtEmilio G. Cota1-47/+38
2016-06-11tb hash: hash phys_pc, pc, and flags with xxhashEmilio G. Cota1-5/+5
2016-06-09cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()Peter Maydell1-2/+2
2016-06-09user-exec: Push resume-from-signal code out to handle_cpu_signal()Peter Maydell1-4/+8
2016-06-09translate-all.c: Don't pass puc, locked to tb_invalidate_phys_page()Peter Maydell1-11/+15
2016-05-23memory: remove unnecessary masking of MemoryRegion ram_addrPaolo Bonzini1-2/+1
2016-05-19cpu: move exec-all.h inclusion out of cpu.hPaolo Bonzini1-0/+1
2016-05-12tcg: Remove needless CPUState::current_tbSergey Fedorov1-18/+2
2016-05-12tcg: Rework tb_invalidated_flagSergey Fedorov1-4/+1
2016-05-12tcg: code_bitmap and code_write_count are not used by user-mode emulationPaolo Bonzini1-3/+8
2016-05-12tcg: Clean up tb_jmp_unlink()Sergey Fedorov1-12/+9
2016-05-12tcg: Extract removing of jumps to TB from tb_phys_invalidate()Sergey Fedorov1-18/+26
2016-05-12tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list()Sergey Fedorov1-3/+4
2016-05-12tcg: Init TB's direct jumps before making it visibleSergey Fedorov1-13/+19
2016-05-12tcg: Rearrange tb_link_page() to avoid forward declarationSergey Fedorov1-103/+101
2016-05-12tcg: Use uintptr_t type for jmp_list_{next|first} fields of TBSergey Fedorov1-18/+20
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov1-24/+27
2016-05-12translate-all: Adjust 256mb testing for mips64Richard Henderson1-2/+2