Age | Commit message (Expand) | Author |
2018-01-25 | accel/tcg: add size paremeter in tlb_fill() | Laurent Vivier |
2018-01-19 | hostmem-file: add "align" option | Haozhong Zhang |
2018-01-16 | cpu_physical_memory_sync_dirty_bitmap: Another alignment fix | Dr. David Alan Gilbert |
2017-12-29 | tcg: Allow 6 arguments to TCG helpers | Richard Henderson |
2017-12-29 | tcg: Dynamically allocate TCGOps | Richard Henderson |
2017-12-21 | cpu: refactor cpu_address_space_init() | Peter Xu |
2017-12-18 | memory: remove unused memory_region_set_global_locking() | Marc-André Lureau |
2017-11-21 | exec.c: Factor out before/after actions for notdirty memory writes | Peter Maydell |
2017-11-15 | tcg: Record code_gen_buffer address for user-only memory helpers | Richard Henderson |
2017-11-13 | accel/tcg/translate-all: expand cpu_restore_state addr check | Alex Bennée |
2017-10-27 | Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into staging | Peter Maydell |
2017-10-25 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20171025' into staging | Peter Maydell |
2017-10-25 | disas: Remove unused flags arguments | Richard Henderson |
2017-10-24 | tcg: Initialize cpu_env generically | Richard Henderson |
2017-10-24 | gen-icount: fold exitreq_label into TCGContext | Emilio G. Cota |
2017-10-24 | tcg: define tcg_init_ctx and make tcg_ctx a pointer | Emilio G. Cota |
2017-10-24 | tcg: take tb_ctx out of TCGContext | Emilio G. Cota |
2017-10-24 | exec-all: rename tb_free to tb_remove | Emilio G. Cota |
2017-10-24 | translate-all: use a binary search tree to track TBs in TBContext | Emilio G. Cota |
2017-10-24 | tcg: Remove CF_IGNORE_ICOUNT | Richard Henderson |
2017-10-24 | tcg: Add CF_LAST_IO + CF_USE_ICOUNT to CF_HASH_MASK | Richard Henderson |
2017-10-24 | tcg: convert tb->cflags reads to tb_cflags(tb) | Emilio G. Cota |
2017-10-24 | tcg: Include CF_COUNT_MASK in CF_HASH_MASK | Richard Henderson |
2017-10-24 | tcg: define CF_PARALLEL and use it for TB hashing along with CF_COUNT_MASK | Emilio G. Cota |
2017-10-24 | tcg: Remove GET_TCGV_* and MAKE_TCGV_* | Richard Henderson |
2017-10-24 | tcg: Introduce tcgv_{i32,i64,ptr}_{arg,temp} | Richard Henderson |
2017-10-24 | tcg: Push tcg_ctx into tcg_gen_callN | Richard Henderson |
2017-10-23 | migration: add bitmap for received page | Alexey Perevalov |
2017-10-20 | accel/tcg: allow to invalidate a write TLB entry immediately | David Hildenbrand |
2017-10-10 | util: move qemu_real_host_page_size/mask to osdep.h | Emilio G. Cota |
2017-10-10 | exec-all: extract tb->tc_* into a separate struct tc_tb | Emilio G. Cota |
2017-10-10 | exec-all: introduce TB_PAGE_ADDR_FMT | Emilio G. Cota |
2017-10-10 | exec-all: bring tb->invalid into tb->cflags | Emilio G. Cota |
2017-10-10 | tcg: consolidate TB lookups in tb_lookup__cpu_state | Emilio G. Cota |
2017-10-10 | exec-all: fix typos in TranslationBlock's documentation | Emilio G. Cota |
2017-10-10 | cputlb: bring back tlb_flush_count under !TLB_DEBUG | Emilio G. Cota |
2017-09-22 | memory: trace FlatView creation and destruction | Paolo Bonzini |
2017-09-22 | memory: Get rid of address_space_init_shareable | Alexey Kardashevskiy |
2017-09-21 | memory: Rework "info mtree" to print flat views and dispatch trees | Alexey Kardashevskiy |
2017-09-21 | memory: Rename mem_begin/mem_commit/mem_add helpers | Alexey Kardashevskiy |
2017-09-21 | memory: Switch memory from using AddressSpace to FlatView | Alexey Kardashevskiy |
2017-09-21 | memory: Move AddressSpaceDispatch from AddressSpace to FlatView | Alexey Kardashevskiy |
2017-09-21 | memory: Open code FlatView rendering | Alexey Kardashevskiy |
2017-09-07 | tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h | Richard Henderson |
2017-09-06 | tcg: Add generic translation framework | Lluís Vilanova |
2017-09-06 | target: [tcg] Use a generic enum for DISAS_ values | Lluís Vilanova |
2017-09-06 | tcg: Add generic DISAS_NORETURN | Richard Henderson |
2017-09-04 | memory.h: Move MemTxResult type to memattrs.h | Peter Maydell |
2017-08-01 | cpu_physical_memory_sync_dirty_bitmap: Fix alignment check | Dr. David Alan Gilbert |
2017-07-19 | tcg: Pass generic CPUState to gen_intermediate_code() | Lluís Vilanova |