Age | Commit message (Expand) | Author |
2012-11-06 | tcg/ppc32: Use trampolines to trim the code size for mmu slow path accessors | malc |
2012-11-03 | tcg/ppc: ld/st optimization | malc |
2012-11-03 | Merge branch 'trivial-patches' of git://github.com/stefanha/qemu | Blue Swirl |
2012-11-03 | tcg: Add extended GETPC mechanism for MMU helpers with ldst optimization | Yeongkyoon Lee |
2012-11-01 | exec: make some functions static | Blue Swirl |
2012-10-23 | Rename target_phys_addr_t to hwaddr | Avi Kivity |
2012-10-20 | exec: Make MIN_CODE_GEN_BUFFER_SIZE private to exec.c | Richard Henderson |
2012-10-19 | tci: fix build breakage for target-sparc | Michael Roth |
2012-09-21 | tcg-sparc: Fix and enable direct TB chaining. | Richard Henderson |
2012-09-15 | Remove unused CONFIG_TCG_PASS_AREG0 and dead code | Blue Swirl |
2012-09-15 | tcg: Fix MAX_OPC_PARAM_IARGS | Stefan Weil |
2012-06-25 | cleanup cpu_set_debug_excp_handler | Igor Mammedov |
2012-05-19 | linux-user: Fix stale tbs after mmap | Alexander Graf |
2012-05-01 | cputlb: move TLB handling to a separate file | Blue Swirl |
2012-04-21 | tci: GETPC() macro must return an uintptr_t | Stefan Weil |
2012-04-14 | exec: provide tb_invalidate_phys_addr function | Max Filippov |
2012-04-14 | Use uintptr_t for various op related functions | Blue Swirl |
2012-04-07 | Add QEMU_NORETURN to function cpu_io_recompile | Stefan Weil |
2012-04-07 | Add QEMU_NORETURN to function cpu_resume_from_signal | Stefan Weil |
2012-04-07 | w64: Fix data type of tb_next and other variables used for host addresses | Stefan Weil |
2012-03-18 | softmmu templates: optionally pass CPUState to memory access functions | Blue Swirl |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber |
2012-03-08 | memory: get rid of cpu_register_io_memory() | Avi Kivity |
2012-03-08 | memory: dispatch directly via MemoryRegion | Avi Kivity |
2012-03-08 | memory: store section indices in iotlb instead of io indices | Avi Kivity |
2012-01-04 | Direct dispatch through MemoryRegion | Avi Kivity |
2012-01-04 | Uninline get_page_addr_code() | Avi Kivity |
2012-01-04 | Avoid range comparisons on io index types | Avi Kivity |
2012-01-04 | memory: move mmio access to functions | Avi Kivity |
2011-10-31 | tcg: Add bytecode generator for tcg interpreter | Stefan Weil |
2011-10-30 | exec-all: Fix void pointer arithmetic | Stefan Weil |
2011-10-21 | qemu-timer: move icount to cpus.c | Paolo Bonzini |
2011-10-01 | Move GETPC from dyngen-exec.h to exec-all.h | Blue Swirl |
2011-10-01 | softmmu_header: pass CPUState to tlb_fill | Blue Swirl |
2011-07-20 | Fix unassigned memory access handling | Blue Swirl |
2011-07-12 | exec-all.h: Make MAX_OP_PER_INSTR large enough for target-arm's uses | Peter Maydell |
2011-06-26 | Move cpu_has_work and cpu_pc_from_tb to cpu.h | Blue Swirl |
2011-06-26 | cpu_loop_exit: avoid using AREG0 | Blue Swirl |
2011-05-31 | target-alpha: Trap for unassigned and unaligned addresses. | Richard Henderson |
2011-05-23 | Merge branch 's390-next' of git://repo.or.cz/qemu/agraf | Aurelien Jarno |
2011-05-22 | Delete unused tb_invalidate_page_range | Blue Swirl |
2011-05-20 | tcg: extend max tcg opcodes when using 64-on-32bit | Alexander Graf |
2011-04-20 | Remove unused function parameter from cpu_restore_state | Stefan Weil |
2011-04-20 | Remove unused function parameters from gen_pc_load and rename the function | Stefan Weil |
2011-02-10 | Make tb_alloc static | Tristan Gingold |
2011-01-23 | Delete useless 'extern' qualifiers for functions | Blue Swirl |
2010-12-31 | TCG: Improve tb_phys_hash_func() | Aurelien Jarno |
2010-12-21 | tcg-arm: fix __clear_cache() warning | Aurelien Jarno |
2010-10-20 | Export qemu_ram_addr_from_host | Marcelo Tosatti |
2010-07-24 | remove dead code | Jun Koi |