132 Commits (f6bb84d53110398f4899c19dab4e0fe9908ec060)

Author SHA1 Message Date
Emilio G. Cota eb5e2b9e3b exec-all: fix typos in TranslationBlock's documentation 9 years ago
Richard Henderson a858339336 tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h 9 years ago
Lluís Vilanova 77fc6f5e28 target: [tcg] Use a generic enum for DISAS_ values 9 years ago
Richard Henderson 5dc66895b0 tcg: Add generic DISAS_NORETURN 9 years ago
Lluís Vilanova 9c489ea6be tcg: Pass generic CPUState to gen_intermediate_code() 9 years ago
Alex Bennée df0311e634 include/exec/exec-all: document common exit conditions 9 years ago
Lluís Vilanova 61a67f71dd exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state 9 years ago
Pranith Kumar 406bc339b0 Revert "exec.c: Fix breakpoint invalidation race" 9 years ago
Yang Zhong b11ec7f2e4 tcg: add CONFIG_TCG guards in headers 9 years ago
Paolo Bonzini beeaef55e4 tcg: move tb_lock out of translate-all.h 9 years ago
Richard Henderson 3fb53fb4d1 tcg/arm: Use indirect branch for goto_tb 9 years ago
Emilio G. Cota cedbcb0152 tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr 9 years ago
Alex Bennée c3b9a07a33 cputlb: introduce tlb_flush_*_all_cpus[_synced] 9 years ago
Alex Bennée 0336cbf853 cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap 9 years ago
KONRAD Frederic e3b9ca8109 cputlb: introduce tlb_flush_* async work. 9 years ago
Alex Bennée e5143e30fb tcg: remove global exit_request 9 years ago
Alex Bennée 791158d93b tcg: rename tcg_current_cpu to tcg_current_rr_cpu 9 years ago
Paolo Bonzini 43d70ddf9f cpu-exec: fix icount out-of-bounds access 9 years ago
Alex Bennée d10eb08f5d cputlb: drop flush_global flag from tlb_flush 10 years ago
Paolo Bonzini 7d7500d998 tcg: comment on which functions have to be called with tb_lock held 10 years ago
Alex Bennée 301e40ed80 translate-all: add DEBUG_LOCKING asserts 10 years ago
Richard Henderson fdbc2b5722 tcg: Add EXCP_ATOMIC 10 years ago
Laurent Vivier ce5b1bbf62 exec: move cpu_exec_init() calls to realize functions 10 years ago
Paolo Bonzini 267f685b8b cpus-common: move CPU list management to common code 10 years ago
Richard Henderson 01ecaf438b tcg: Merge GETPC and GETRA 10 years ago
Paolo Bonzini 6d21e4208f tcg: Prepare TB invalidation for lockless TB lookup 10 years ago
Igor Mammedov 1bc7e522d9 exec: Reduce CONFIG_USER_ONLY ifdeffenery 10 years ago
Markus Armbruster 2a6a4076e1 Clean up ill-advised or unusual header guards 10 years ago
Sergey Sorokin b35399bb4e Fix confusing argument names in some common functions 10 years ago
Emilio G. Cota 909eaac9bb tb hash: track translated blocks with qht 10 years ago
Peter Maydell 6886b98036 cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc() 10 years ago
Paolo Bonzini 63c915526d cpu: move exec-all.h inclusion out of cpu.h 10 years ago
Paolo Bonzini 00f6da6a1a exec: extract exec/tb-context.h 10 years ago
Sergey Fedorov 6f789be56d tcg: Rework tb_invalidated_flag 10 years ago
Sergey Fedorov 9962c478b1 tcg: Clarify thread safety check in tb_add_jump() 10 years ago
Sergey Fedorov c37e6d7e35 tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB 10 years ago
Sergey Fedorov f309101c26 tcg: Clean up direct block chaining data fields 10 years ago
Sergey Fedorov 10b4f48555 tcg: Note requirement on atomic direct jump patching 10 years ago
Sergey Fedorov 7d14e0e2d6 tcg/arm: Make direct jump patching thread-safe 10 years ago
Sergey Fedorov ed3d51ecd7 tcg/s390: Make direct jump patching thread-safe 10 years ago
Sergey Fedorov 0d07abf05e tcg/i386: Make direct jump patching thread-safe 10 years ago
Sergey Fedorov 76442a939e tci: Make direct jump patching thread-safe 10 years ago
Emilio G. Cota 89fee74a0f tb: consistently use uint32_t for tb->flags 10 years ago
Alex Bennée d977e1c2db qemu-log: dfilter-ise exec, out_asm, op and opt_op 10 years ago
Peter Maydell 1a83063522 qemu-log: Improve the "exec" TB execution logging 10 years ago
Peter Maydell 651a5bc037 exec.c: Add cpu_get_address_space() 10 years ago
Peter Maydell a54c87b68a exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS 10 years ago
Peter Maydell d7898cda81 cputlb.c: Use correct address space when looking up MemoryRegionSection 10 years ago
Peter Maydell 1787cc8ee5 exec-all.h: Document tlb_set_page_with_attrs, tlb_set_page 10 years ago
Peter Maydell 12ebc9a76d exec.c: Allow target CPUs to define multiple AddressSpaces 10 years ago