index
:
sdk/emulator/qemu
1.0_post
2.0alpha
features/brillcodec_2i
features/camera
features/cnp
features/dr
features/qt_dr
features/smp
features/virtio-9p
features/vmodem
glesv3
master
opensrc_p2.3
opensrc_p2.3.1
opensrc_p2.3.2
opensrc_p2.4
opensrc_p3.0
opensrc_p4.0
sandbox/byungchul.so/tizen
sandbox/elebideau/tizen
sandbox/mmajewski2/maru-virgl-rendering-wip
sandbox/mmajewski2/standalone-virgl-wip
sandbox/pcoval/tizen
spin
tizen
tizen_2.0
tizen_2.1
tizen_2.2
tizen_3.0.m14.4_ivi
tizen_p2.3
tizen_p2.3.1
tizen_qemu_1.6
tizen_qemu_1.7
tizen_qemu_2.0
tizen_qemu_5.0.1
tizen_studio_1.2_p2.3
tizen_studio_1.2_p2.3.1
tizen_studio_1.2_p2.3.2
tizen_studio_1.2_p2.4
tizen_studio_1.2_p3.0
tizen_studio_1.3_p2.3
tizen_studio_1.3_p2.3.1
tizen_studio_1.3_p2.3.2
tizen_studio_1.3_p2.4
tizen_studio_1.3_p3.0
tizen_studio_2.0_p2.3
tizen_studio_2.0_p2.3.1
tizen_studio_2.0_p2.3.2
tizen_studio_2.0_p2.4
tizen_studio_2.0_p3.0
tizen_studio_2.0_p4.0
tizen_studio_2.0_p5.0
tizen_studio_3.0_p2.3
tizen_studio_3.0_p2.3.1
tizen_studio_3.0_p2.3.2
tizen_studio_3.0_p2.4
tizen_studio_3.0_p3.0
tizen_studio_3.0_p4.0
tizen_studio_3.0_p5.0
tizen_studio_3.5_p2.3
tizen_studio_3.5_p2.3.1
tizen_studio_3.5_p2.3.2
tizen_studio_3.5_p2.4
tizen_studio_3.5_p3.0
tizen_studio_3.5_p4.0
tizen_studio_3.5_p5.0
tizen_studio_3.5_p5.5
tizen_studio_4.0_p2.3
tizen_studio_4.0_p2.3.1
tizen_studio_4.0_p2.3.2
tizen_studio_4.0_p2.4
tizen_studio_4.0_p3.0
tizen_studio_4.0_p4.0
tizen_studio_4.0_p5.0
tizen_studio_4.0_p5.5
tizen_studio_4.0_p6.0
tizen_studio_4.5_p6.5
tizen_studio_5.0_p7.0
tizen_studio_5.5_p7.5
tizen_studio_5.5_p8.0
tizen_studio_6.0_p9.0
tizen_studio_p2.3
tizen_studio_p2.3.1
tizen_studio_p2.3.2
tizen_studio_p2.4
tizen_studio_p3.0
tizen_studio_p4.0
works/arg_renewal
Domain: SDK / Emulator;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
translate-all.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-28
translate-all: use bitmap helpers for PageDesc's bitmap
Emilio G. Cota
1
-33
/
+9
2015-04-27
translate-all: use glib for all page descriptor allocations
Emilio G. Cota
1
-16
/
+2
2015-04-04
target-i386: remove superfluous TARGET_HAS_SMC macro
Emilio G. Cota
1
-4
/
+0
2015-02-10
translate-all: Use g_try_malloc() for dynamic translator buffer
Markus Armbruster
1
-1
/
+1
2015-01-20
exec.c: Drop TARGET_HAS_ICE define and checks
Peter Maydell
1
-2
/
+2
2015-01-15
translate-all: Mark map_exec() with the 'unused' attribute
SeokYeon Hwang
1
-2
/
+2
2015-01-03
translate: check cflags instead of use_icount global
Paolo Bonzini
1
-1
/
+1
2014-12-23
cpu-exec: add a new CF_USE_ICOUNT cflag
Paolo Bonzini
1
-0
/
+3
2014-12-17
Merge remote-tracking branch 'remotes/xtensa/tags/20141217-xtensa' into staging
Peter Maydell
1
-0
/
+5
2014-12-17
tcg: add separate monitor command to dump opcode counters
Max Filippov
1
-0
/
+5
2014-12-16
target-mips: Correct MIPS16/microMIPS branch size calculation
Maciej W. Rozycki
1
-1
/
+1
2014-12-15
cpu-exec: invalidate nocache translation if they are interrupted
Pavel Dovgalyuk
1
-0
/
+6
2014-10-06
translate-all.c: memory walker initial address miscalculation
Mikhail Ilyin
1
-17
/
+16
2014-08-12
trace: add some tcg tracing support
Alex Bennée
1
-0
/
+3
2014-06-24
Fix new typos (found by codespell)
Stefan Weil
1
-1
/
+1
2014-06-19
memory: move preallocation code out of exec.c
Paolo Bonzini
1
-7
/
+0
2014-05-24
tcg-mips: Constrain the code_gen_buffer to be within one 256mb segment
Richard Henderson
1
-5
/
+85
2014-05-24
tcg-mips: Layout executable and code_gen_buffer
Richard Henderson
1
-0
/
+13
2014-05-12
tcg: Define tcg_insn_unit for code pointers
Richard Henderson
1
-7
/
+6
2014-04-04
page_check_range: don't bail out early after unprotecting page
Andrei Warkentin
1
-1
/
+0
2014-03-13
exec: Change cpu_abort() argument to CPUState
Andreas Färber
1
-8
/
+8
2014-03-13
cputlb: Change tlb_unprotect_code_phys() argument to CPUState
Andreas Färber
1
-3
/
+3
2014-03-13
cpu-exec: Change cpu_resume_from_signal() argument to CPUState
Andreas Färber
1
-3
/
+3
2014-03-13
translate-all: Change tb_flush_jmp_cache() argument to CPUState
Andreas Färber
1
-2
/
+1
2014-03-13
translate-all: Change tb_gen_code() argument to CPUState
Andreas Färber
1
-4
/
+5
2014-03-13
translate-all: Change cpu_io_recompile() argument to CPUState
Andreas Färber
1
-2
/
+2
2014-03-13
translate-all: Change tb_check_watchpoint() argument to CPUState
Andreas Färber
1
-2
/
+2
2014-03-13
translate-all: Change cpu_restore_state_from_tb() argument to CPUState
Andreas Färber
1
-8
/
+7
2014-03-13
translate-all: Change cpu_restore_state() argument to CPUState
Andreas Färber
1
-1
/
+2
2014-03-13
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
Andreas Färber
1
-9
/
+6
2014-03-13
cpu: Move icount_decr field from CPU_COMMON to CPUState
Andreas Färber
1
-7
/
+8
2014-03-13
cpu: Move can_do_io field from CPU_COMMON to CPUState
Andreas Färber
1
-2
/
+3
2014-03-13
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
1
-7
/
+8
2014-02-11
exec: Make tb_invalidate_phys_addr input an AS
Edgar E. Iglesias
1
-2
/
+2
2014-01-17
kvm: initialize qemu_host_page_size
Alexey Kardashevskiy
1
-6
/
+8
2013-12-23
cputlb: Tidy memset() of arrays
Richard Henderson
1
-3
/
+2
2013-12-10
split definitions for exec.c and translate-all.c radix trees
Paolo Bonzini
1
-14
/
+18
2013-10-10
exec: Delete is_tcg_gen_code and GETRA_EXT
Richard Henderson
1
-12
/
+0
2013-09-20
translate-all: Fix formatting of dump output
Stefan Weil
1
-2
/
+3
2013-09-03
cpu: Use QTAILQ for CPU list
Andreas Färber
1
-2
/
+2
2013-07-23
linux-user: Unlock mmap_lock when resuming guest from page_unprotect
Alexander Graf
1
-3
/
+7
2013-07-09
cpu: Make first_cpu and next_cpu CPUState
Andreas Färber
1
-4
/
+8
2013-07-09
cpu: Replace cpu_single_env with CPUState current_cpu
Andreas Färber
1
-8
/
+12
2013-06-20
exec: return MemoryRegion from address_space_translate
Paolo Bonzini
1
-5
/
+5
2013-06-12
tcg/aarch64: implement new TCG target for aarch64
Claudio Fontana
1
-0
/
+2
2013-05-29
memory: add address_space_translate
Paolo Bonzini
1
-3
/
+3
2013-05-24
Merge remote-tracking branch 'bonzini/iommu-for-anthony' into staging
Anthony Liguori
1
-1
/
+1
2013-05-24
memory: Replace open-coded memory_region_is_romd
Jan Kiszka
1
-1
/
+1
2013-05-18
translate: remove redundantly included qemu/timer.h
liguang
1
-1
/
+0
2013-04-26
PPC: Fix compile with profiling enabled
Alexander Graf
1
-0
/
+1
[next]