aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg
AgeCommit message (Expand)Author
2018-01-23page_unprotect(): handle calls to pages that are PAGE_WRITEPeter Maydell
2018-01-23linux-user: Propagate siginfo_t through to handle_cpu_signal()Peter Maydell
2017-12-29tcg: add cs_base and flags to -d exec outputPaolo Bonzini
2017-12-21cpu-exec: fix missed CPU kick during interrupt injectionDavid Hildenbrand
2017-12-18misc: remove duplicated includesPhilippe Mathieu-Daudé
2017-12-18accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.hPeter Maydell
2017-12-18translate-all: fix 'consisits' typo in commentEmilio G. Cota
2017-11-21accel/tcg: Handle atomic accesses to notdirty memory correctlyPeter Maydell
2017-11-20Revert "cpu-exec: don't overwrite exception_index"Peter Maydell
2017-11-16Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell
2017-11-15tcg: Record code_gen_buffer address for user-only memory helpersRichard Henderson
2017-11-14cpu-exec: avoid cpu_exec_nocache infinite loop with record/replayPavel Dovgalyuk
2017-11-14cpu-exec: don't overwrite exception_indexPavel Dovgalyuk
2017-11-13accel/tcg/translate-all: expand cpu_restore_state addr checkpull-target-arm-20171113Alex Bennée
2017-11-03cpu-exec: Exit exclusive region on longjmp from step_atomicPeter Maydell
2017-10-24translate-all: exit from tb_phys_invalidate if qht_remove failsEmilio G. Cota
2017-10-24tcg: enable multiple TCG contexts in softmmuEmilio G. Cota
2017-10-24tcg: introduce regions to split code_gen_bufferEmilio G. Cota
2017-10-24translate-all: use qemu_protect_rwx/none helpersEmilio G. Cota
2017-10-24tcg: distribute profiling counters across TCGContext'sEmilio G. Cota
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota
2017-10-24tcg: take tb_ctx out of TCGContextEmilio G. Cota
2017-10-24translate-all: report correct avg host TB sizeEmilio G. Cota
2017-10-24exec-all: rename tb_free to tb_removeEmilio G. Cota
2017-10-24translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota
2017-10-24tcg: Remove CF_IGNORE_ICOUNTRichard Henderson
2017-10-24cpu-exec: lookup/generate TB outside exclusive region during step_atomicEmilio G. Cota
2017-10-24tcg: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota
2017-10-24tcg: Add CPUState cflags_next_tbRichard Henderson
2017-10-24tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota
2017-10-20accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand
2017-10-16tcg: Fix off-by-one in assert in page_set_flagsRichard Henderson
2017-10-10exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota
2017-10-10translate-all: define and use DEBUG_TB_CHECK_GATEEmilio G. Cota
2017-10-10translate-all: define and use DEBUG_TB_INVALIDATE_GATEEmilio G. Cota
2017-10-10exec-all: introduce TB_PAGE_ADDR_FMTEmilio G. Cota
2017-10-10translate-all: define and use DEBUG_TB_FLUSH_GATEEmilio G. Cota
2017-10-10exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota
2017-10-10tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota
2017-10-10cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_findEmilio G. Cota
2017-10-10translate-all: make have_tb_lock staticEmilio G. Cota
2017-10-10tcg: fix corruption of code_time profiling counter upon tb_flushEmilio G. Cota
2017-10-10cputlb: bring back tlb_flush_count under !TLB_DEBUGEmilio G. Cota
2017-09-25accel/tcg/cputlb: avoid recursive BQL (fixes #1706296)Alex Bennée
2017-09-17accel/tcg: move USER code to user-exec.cPhilippe Mathieu-Daudé
2017-09-17accel/tcg: move atomic_template.h to accel/tcg/Philippe Mathieu-Daudé
2017-09-17accel/tcg: move tcg-runtime to accel/tcg/Philippe Mathieu-Daudé
2017-09-17accel/tcg: move user-exec to accel/tcg/Philippe Mathieu-Daudé