Age | Commit message (Expand) | Author | Files | Lines |
2012-05-19 | linux-user: Fix stale tbs after mmap | Alexander Graf | 1 | -0/+2 |
2012-05-01 | cputlb: move TLB handling to a separate file | Blue Swirl | 1 | -1/+11 |
2012-04-21 | tci: GETPC() macro must return an uintptr_t | Stefan Weil | 1 | -1/+1 |
2012-04-14 | exec: provide tb_invalidate_phys_addr function | Max Filippov | 1 | -0/+1 |
2012-04-14 | Use uintptr_t for various op related functions | Blue Swirl | 1 | -5/+5 |
2012-04-07 | Add QEMU_NORETURN to function cpu_io_recompile | Stefan Weil | 1 | -1/+1 |
2012-04-07 | Add QEMU_NORETURN to function cpu_resume_from_signal | Stefan Weil | 1 | -1/+1 |
2012-04-07 | w64: Fix data type of tb_next and other variables used for host addresses | Stefan Weil | 1 | -17/+16 |
2012-03-18 | softmmu templates: optionally pass CPUState to memory access functions | Blue Swirl | 1 | -0/+2 |
2012-03-14 | Rename CPUState -> CPUArchState | Andreas Färber | 1 | -19/+19 |
2012-03-08 | memory: get rid of cpu_register_io_memory() | Avi Kivity | 1 | -1/+0 |
2012-03-08 | memory: dispatch directly via MemoryRegion | Avi Kivity | 1 | -4/+5 |
2012-03-08 | memory: store section indices in iotlb instead of io indices | Avi Kivity | 1 | -0/+1 |
2012-01-04 | Direct dispatch through MemoryRegion | Avi Kivity | 1 | -3/+1 |
2012-01-04 | Uninline get_page_addr_code() | Avi Kivity | 1 | -25/+1 |
2012-01-04 | Avoid range comparisons on io index types | Avi Kivity | 1 | -1/+1 |
2012-01-04 | memory: move mmio access to functions | Avi Kivity | 1 | -2/+5 |
2011-10-31 | tcg: Add bytecode generator for tcg interpreter | Stefan Weil | 1 | -2/+20 |
2011-10-30 | exec-all: Fix void pointer arithmetic | Stefan Weil | 1 | -2/+1 |
2011-10-21 | qemu-timer: move icount to cpus.c | Paolo Bonzini | 1 | -0/+14 |
2011-10-01 | Move GETPC from dyngen-exec.h to exec-all.h | Blue Swirl | 1 | -0/+12 |
2011-10-01 | softmmu_header: pass CPUState to tlb_fill | Blue Swirl | 1 | -1/+1 |
2011-07-20 | Fix unassigned memory access handling | Blue Swirl | 1 | -1/+1 |
2011-07-12 | exec-all.h: Make MAX_OP_PER_INSTR large enough for target-arm's uses | Peter Maydell | 1 | -5/+1 |
2011-06-26 | Move cpu_has_work and cpu_pc_from_tb to cpu.h | Blue Swirl | 1 | -0/+1 |
2011-06-26 | cpu_loop_exit: avoid using AREG0 | Blue Swirl | 1 | -1/+1 |
2011-05-31 | target-alpha: Trap for unassigned and unaligned addresses. | Richard Henderson | 1 | -1/+1 |
2011-05-23 | Merge branch 's390-next' of git://repo.or.cz/qemu/agraf | Aurelien Jarno | 1 | -0/+4 |
2011-05-22 | Delete unused tb_invalidate_page_range | Blue Swirl | 1 | -1/+0 |
2011-05-20 | tcg: extend max tcg opcodes when using 64-on-32bit | Alexander Graf | 1 | -0/+4 |
2011-04-20 | Remove unused function parameter from cpu_restore_state | Stefan Weil | 1 | -2/+1 |
2011-04-20 | Remove unused function parameters from gen_pc_load and rename the function | Stefan Weil | 1 | -2/+2 |
2011-02-10 | Make tb_alloc static | Tristan Gingold | 1 | -1/+0 |
2011-01-23 | Delete useless 'extern' qualifiers for functions | Blue Swirl | 1 | -1/+1 |
2010-12-31 | TCG: Improve tb_phys_hash_func() | Aurelien Jarno | 1 | -1/+1 |
2010-12-21 | tcg-arm: fix __clear_cache() warning | Aurelien Jarno | 1 | -4/+2 |
2010-10-20 | Export qemu_ram_addr_from_host | Marcelo Tosatti | 1 | -1/+1 |
2010-07-24 | remove dead code | Jun Koi | 1 | -3/+0 |
2010-07-22 | Declare code_gen_ptr, code_gen_max_blocks 'static' | Stefan Weil | 1 | -2/+0 |
2010-06-09 | tcg: get rid of copy_size in TCGOpDef | Aurelien Jarno | 1 | -1/+0 |
2010-05-11 | make SIG_IPI to tcg vcpu thread reliable | Marcelo Tosatti | 1 | -0/+3 |
2010-05-01 | Clean up definition of MAX_OPC_PARAM | Stuart Brady | 1 | -2/+14 |
2010-04-08 | remove TARGET_* defines from translate-all.c | Paolo Bonzini | 1 | -4/+0 |
2010-04-08 | Shrink tb_jmp_offset to two entries, the other two are never used. | Filip Navara | 1 | -4/+1 |
2010-03-29 | Compile qemu-timer only once | Blue Swirl | 1 | -14/+0 |
2010-03-17 | Large page TLB flush | Paul Brook | 1 | -11/+3 |
2010-03-12 | Fix usermode virtual address type | Paul Brook | 1 | -1/+1 |
2010-03-12 | Disable phsyical memory handling in userspace emulation. | Paul Brook | 1 | -4/+4 |
2010-03-12 | Add tb_page_addr_t | Paul Brook | 1 | -8/+17 |
2010-03-01 | Avoid tlb_set_page in userspace emulation | Paul Brook | 1 | -0/+2 |