Age | Commit message (Expand) | Author |
2016-05-17 | s390x: enable runtime instrumentation | Fan Zhang |
2016-05-17 | s390x: add compat machine for 2.7 | Cornelia Huck |
2016-05-17 | Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' int... | Peter Maydell |
2016-05-17 | Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into ... | Peter Maydell |
2016-05-17 | Merge remote-tracking branch 'remotes/thibault/tags/samuel-thibault' into sta... | Peter Maydell |
2016-05-16 | hw/intc/arm_gic: add tracepoints | Hollis Blanchard |
2016-05-16 | rfifolock: no need to get thread identifier when nesting | Changlong Xie |
2016-05-16 | slirp: Clean up osdep.h related header inclusions | Thomas Huth |
2016-05-16 | slirp: Remove some unused code from slirp.h | Thomas Huth |
2016-05-16 | slirp: Remove obsolete backward-compatibility cruft | Thomas Huth |
2016-05-16 | slirp: Clean up slirp_config.h | Thomas Huth |
2016-05-13 | Merge remote-tracking branch 'remotes/kraxel/tags/pull-ui-20160513-1' into st... | Peter Maydell |
2016-05-13 | Merge remote-tracking branch 'remotes/lalrae/tags/mips-20160513' into staging | Peter Maydell |
2016-05-13 | gtk: don't leak the GtkBorder with VTE 0.36 | Alberto Garcia |
2016-05-13 | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20160512' into staging | Peter Maydell |
2016-05-13 | hw/display: QOM'ify jazz_led.c | xiaoqiang.zhao |
2016-05-12 | cpu-exec: Clean up 'interrupt_request' reloading in cpu_handle_interrupt() | Sergey Fedorov |
2016-05-12 | cpu-exec: Remove unused 'x86_cpu' and 'env' from cpu_exec() | Sergey Fedorov |
2016-05-12 | cpu-exec: Move TB execution stuff out of cpu_exec() | Sergey Fedorov |
2016-05-12 | cpu-exec: Move interrupt handling out of cpu_exec() | Sergey Fedorov |
2016-05-12 | cpu-exec: Move exception handling out of cpu_exec() | Sergey Fedorov |
2016-05-12 | cpu-exec: Move halt handling out of cpu_exec() | Sergey Fedorov |
2016-05-12 | cpu-exec: Remove relic orphaned comment | Sergey Fedorov |
2016-05-12 | tcg: Remove needless CPUState::current_tb | Sergey Fedorov |
2016-05-12 | cpu-exec: Move TB chaining into tb_find_fast() | Sergey Fedorov |
2016-05-12 | tcg: Rework tb_invalidated_flag | Sergey Fedorov |
2016-05-12 | tcg: Clean up from 'next_tb' | Sergey Fedorov |
2016-05-12 | cpu-exec: elide more icount code if CONFIG_USER_ONLY | Paolo Bonzini |
2016-05-12 | tcg: reorganize tb_find_physical loop | Alex Bennée |
2016-05-12 | tcg: code_bitmap and code_write_count are not used by user-mode emulation | Paolo Bonzini |
2016-05-12 | tcg: Allow goto_tb to any target PC in user mode | Sergey Fedorov |
2016-05-12 | tcg: Clean up direct block chaining safety checks | Sergey Fedorov |
2016-05-12 | tcg: Clean up tb_jmp_unlink() | Sergey Fedorov |
2016-05-12 | tcg: Extract removing of jumps to TB from tb_phys_invalidate() | Sergey Fedorov |
2016-05-12 | tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list() | Sergey Fedorov |
2016-05-12 | tcg: Clarify thread safety check in tb_add_jump() | Sergey Fedorov |
2016-05-12 | tcg: Init TB's direct jumps before making it visible | Sergey Fedorov |
2016-05-12 | tcg: Rearrange tb_link_page() to avoid forward declaration | Sergey Fedorov |
2016-05-12 | tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB | Sergey Fedorov |
2016-05-12 | tcg: Clean up direct block chaining data fields | Sergey Fedorov |
2016-05-12 | translate-all: Adjust 256mb testing for mips64 | Richard Henderson |
2016-05-12 | translate-all: add missing munmap of the code_gen guard page for MIPS | Emilio G. Cota |
2016-05-12 | translate-all: remove redundant setting of tcg_ctx.code_gen_buffer_size | Emilio G. Cota |
2016-05-12 | tcg: Note requirement on atomic direct jump patching | Sergey Fedorov |
2016-05-12 | tcg/mips: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/sparc: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/aarch64: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/arm: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/s390: Make direct jump patching thread-safe | Sergey Fedorov |
2016-05-12 | tcg/i386: Make direct jump patching thread-safe | Sergey Fedorov |