summaryrefslogtreecommitdiffstats
path: root/accel/tcg
Commit message (Expand)AuthorAgeFilesLines
* accel/tcg/cpu-exec-common.c: Remove unnecessary include of memory-internal.hPeter Maydell2017-12-181-1/+0Star
* translate-all: fix 'consisits' typo in commentEmilio G. Cota2017-12-181-1/+1
* accel/tcg: Handle atomic accesses to notdirty memory correctlyPeter Maydell2017-11-213-13/+38
* Revert "cpu-exec: don't overwrite exception_index"Peter Maydell2017-11-201-3/+1Star
* Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell2017-11-161-42/+57
|\
| * cpu-exec: avoid cpu_exec_nocache infinite loop with record/replayPavel Dovgalyuk2017-11-141-41/+54
| * cpu-exec: don't overwrite exception_indexPavel Dovgalyuk2017-11-141-1/+3
* | tcg: Record code_gen_buffer address for user-only memory helpersRichard Henderson2017-11-153-18/+73
* | accel/tcg/translate-all: expand cpu_restore_state addr checkAlex Bennée2017-11-131-23/+29
|/
* cpu-exec: Exit exclusive region on longjmp from step_atomicPeter Maydell2017-11-031-3/+12
* translate-all: exit from tb_phys_invalidate if qht_remove failsEmilio G. Cota2017-10-241-1/+3
* tcg: enable multiple TCG contexts in softmmuEmilio G. Cota2017-10-241-1/+1
* tcg: introduce regions to split code_gen_bufferEmilio G. Cota2017-10-241-43/+20Star
* translate-all: use qemu_protect_rwx/none helpersEmilio G. Cota2017-10-241-48/+13Star
* tcg: distribute profiling counters across TCGContext'sEmilio G. Cota2017-10-241-10/+13
* tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota2017-10-242-55/+56
* tcg: take tb_ctx out of TCGContextEmilio G. Cota2017-10-242-30/+29Star
* translate-all: report correct avg host TB sizeEmilio G. Cota2017-10-241-9/+23
* exec-all: rename tb_free to tb_removeEmilio G. Cota2017-10-242-4/+4
* translate-all: use a binary search tree to track TBs in TBContextEmilio G. Cota2017-10-241-108/+113
* tcg: Remove CF_IGNORE_ICOUNTRichard Henderson2017-10-242-10/+9Star
* cpu-exec: lookup/generate TB outside exclusive region during step_atomicEmilio G. Cota2017-10-241-16/+14Star
* tcg: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota2017-10-241-0/+1
* tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota2017-10-241-2/+2
* tcg: Add CPUState cflags_next_tbRichard Henderson2017-10-242-30/+27Star
* tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASKEmilio G. Cota2017-10-243-27/+33
* accel/tcg: allow to invalidate a write TLB entry immediatelyDavid Hildenbrand2017-10-202-3/+6
* tcg: Fix off-by-one in assert in page_set_flagsRichard Henderson2017-10-161-1/+1
* exec-all: extract tb->tc_* into a separate struct tc_tbEmilio G. Cota2017-10-103-21/+21
* translate-all: define and use DEBUG_TB_CHECK_GATEEmilio G. Cota2017-10-101-6/+22
* translate-all: define and use DEBUG_TB_INVALIDATE_GATEEmilio G. Cota2017-10-101-3/+9
* exec-all: introduce TB_PAGE_ADDR_FMTEmilio G. Cota2017-10-101-2/+1Star
* translate-all: define and use DEBUG_TB_FLUSH_GATEEmilio G. Cota2017-10-101-7/+13
* exec-all: bring tb->invalid into tb->cflagsEmilio G. Cota2017-10-102-4/+3Star
* tcg: consolidate TB lookups in tb_lookup__cpu_stateEmilio G. Cota2017-10-102-47/+24Star
* tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota2017-10-102-11/+11
* cpu-exec: rename have_tb_lock to acquired_tb_lock in tb_findEmilio G. Cota2017-10-101-5/+5
* translate-all: make have_tb_lock staticEmilio G. Cota2017-10-101-1/+1
* tcg: fix corruption of code_time profiling counter upon tb_flushEmilio G. Cota2017-10-101-2/+2
* cputlb: bring back tlb_flush_count under !TLB_DEBUGEmilio G. Cota2017-10-102-4/+15
* accel/tcg/cputlb: avoid recursive BQL (fixes #1706296)Alex Bennée2017-09-251-2/+2
* accel/tcg: move USER code to user-exec.cPhilippe Mathieu-Daudé2017-09-172-54/+52Star
* accel/tcg: move atomic_template.h to accel/tcg/Philippe Mathieu-Daudé2017-09-171-0/+215
* accel/tcg: move tcg-runtime to accel/tcg/Philippe Mathieu-Daudé2017-09-173-0/+371
* accel/tcg: move user-exec to accel/tcg/Philippe Mathieu-Daudé2017-09-173-0/+612
* accel/tcg: move softmmu_template.h to accel/tcg/Thomas Huth2017-09-171-0/+433
* tcg: Infrastructure for managing constant poolsRichard Henderson2017-09-071-1/+21
* tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson2017-09-072-7/+42
* tcg: Add generic translation frameworkLluís Vilanova2017-09-062-0/+139
* cputlb: Support generating CPU exceptions on memory transaction failuresPeter Maydell2017-09-041-2/+30