index
:
hqemu
2.5.1_overlay
2.5_overlay
2.6_overlay
master
HQEMU
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
translate-all.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
translate-all: make less of tb_invalidate_phys_page_range depend on is_cpu_wr...
Paolo Bonzini
2015-06-05
1
-9
/
+6
*
cputlb: remove useless arguments to tlb_unprotect_code_phys, rename
Paolo Bonzini
2015-06-05
1
-1
/
+1
*
translate-all: remove unnecessary argument to tb_invalidate_phys_range
Paolo Bonzini
2015-06-05
1
-3
/
+2
*
exec: move rcu_read_lock/unlock to address_space_translate callers
Paolo Bonzini
2015-04-30
1
-0
/
+3
*
translate-all: use bitmap helpers for PageDesc's bitmap
Emilio G. Cota
2015-04-28
1
-33
/
+9
*
translate-all: use glib for all page descriptor allocations
Emilio G. Cota
2015-04-27
1
-16
/
+2
*
target-i386: remove superfluous TARGET_HAS_SMC macro
Emilio G. Cota
2015-04-04
1
-4
/
+0
*
translate-all: Use g_try_malloc() for dynamic translator buffer
Markus Armbruster
2015-02-10
1
-1
/
+1
*
exec.c: Drop TARGET_HAS_ICE define and checks
Peter Maydell
2015-01-20
1
-2
/
+2
*
translate-all: Mark map_exec() with the 'unused' attribute
SeokYeon Hwang
2015-01-15
1
-2
/
+2
*
translate: check cflags instead of use_icount global
Paolo Bonzini
2015-01-03
1
-1
/
+1
*
cpu-exec: add a new CF_USE_ICOUNT cflag
Paolo Bonzini
2014-12-23
1
-0
/
+3
*
Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into staging
Peter Maydell
2014-12-17
1
-0
/
+5
|
\
|
*
tcg: add separate monitor command to dump opcode counters
Max Filippov
2014-12-17
1
-0
/
+5
*
|
target-mips: Correct MIPS16/microMIPS branch size calculation
Maciej W. Rozycki
2014-12-16
1
-1
/
+1
|
/
*
cpu-exec: invalidate nocache translation if they are interrupted
Pavel Dovgalyuk
2014-12-15
1
-0
/
+6
*
translate-all.c: memory walker initial address miscalculation
Mikhail Ilyin
2014-10-06
1
-17
/
+16
*
trace: add some tcg tracing support
Alex Bennée
2014-08-12
1
-0
/
+3
*
Fix new typos (found by codespell)
Stefan Weil
2014-06-24
1
-1
/
+1
*
memory: move preallocation code out of exec.c
Paolo Bonzini
2014-06-19
1
-7
/
+0
*
tcg-mips: Constrain the code_gen_buffer to be within one 256mb segment
Richard Henderson
2014-05-24
1
-5
/
+85
*
tcg-mips: Layout executable and code_gen_buffer
Richard Henderson
2014-05-24
1
-0
/
+13
*
tcg: Define tcg_insn_unit for code pointers
Richard Henderson
2014-05-12
1
-7
/
+6
*
page_check_range: don't bail out early after unprotecting page
Andrei Warkentin
2014-04-04
1
-1
/
+0
*
exec: Change cpu_abort() argument to CPUState
Andreas Färber
2014-03-13
1
-8
/
+8
*
cputlb: Change tlb_unprotect_code_phys() argument to CPUState
Andreas Färber
2014-03-13
1
-3
/
+3
*
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
Andreas Färber
2014-03-13
1
-3
/
+3
*
translate-all: Change tb_flush_jmp_cache() argument to CPUState
Andreas Färber
2014-03-13
1
-2
/
+1
*
translate-all: Change tb_gen_code() argument to CPUState
Andreas Färber
2014-03-13
1
-4
/
+5
*
translate-all: Change cpu_io_recompile() argument to CPUState
Andreas Färber
2014-03-13
1
-2
/
+2
*
translate-all: Change tb_check_watchpoint() argument to CPUState
Andreas Färber
2014-03-13
1
-2
/
+2
*
translate-all: Change cpu_restore_state_from_tb() argument to CPUState
Andreas Färber
2014-03-13
1
-8
/
+7
*
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
2014-03-13
1
-1
/
+2
*
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-9
/
+6
*
cpu: Move icount_decr field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-7
/
+8
*
cpu: Move can_do_io field from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-2
/
+3
*
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
2014-03-13
1
-7
/
+8
*
exec: Make tb_invalidate_phys_addr input an AS
Edgar E. Iglesias
2014-02-11
1
-2
/
+2
*
kvm: initialize qemu_host_page_size
Alexey Kardashevskiy
2014-01-17
1
-6
/
+8
*
cputlb: Tidy memset() of arrays
Richard Henderson
2013-12-23
1
-3
/
+2
*
split definitions for exec.c and translate-all.c radix trees
Paolo Bonzini
2013-12-10
1
-14
/
+18
*
exec: Delete is_tcg_gen_code and GETRA_EXT
Richard Henderson
2013-10-10
1
-12
/
+0
*
translate-all: Fix formatting of dump output
Stefan Weil
2013-09-20
1
-2
/
+3
*
cpu: Use QTAILQ for CPU list
Andreas Färber
2013-09-03
1
-2
/
+2
*
linux-user: Unlock mmap_lock when resuming guest from page_unprotect
Alexander Graf
2013-07-23
1
-3
/
+7
*
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
2013-07-09
1
-4
/
+8
*
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
2013-07-09
1
-8
/
+12
*
exec: return MemoryRegion from address_space_translate
Paolo Bonzini
2013-06-20
1
-5
/
+5
*
tcg/aarch64: implement new TCG target for aarch64
Claudio Fontana
2013-06-12
1
-0
/
+2
*
memory: add address_space_translate
Paolo Bonzini
2013-05-29
1
-3
/
+3
[next]