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
2016-07-08
translate-all: Fix user-mode self-modifying code in 2 page long TB
Stanislav Shmarov
1
-5
/
+5
2016-06-20
exec: [tcg] Track which vCPU is performing translation and execution
Lluís Vilanova
1
-0
/
+2
2016-06-16
os-posix: include sys/mman.h
Paolo Bonzini
1
-2
/
+0
2016-06-11
translate-all: add tb hash bucket info to 'info jit' dump
Emilio G. Cota
1
-0
/
+36
2016-06-11
tb hash: track translated blocks with qht
Emilio G. Cota
1
-47
/
+38
2016-06-11
tb hash: hash phys_pc, pc, and flags with xxhash
Emilio G. Cota
1
-5
/
+5
2016-06-09
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
Peter Maydell
1
-2
/
+2
2016-06-09
user-exec: Push resume-from-signal code out to handle_cpu_signal()
Peter Maydell
1
-4
/
+8
2016-06-09
translate-all.c: Don't pass puc, locked to tb_invalidate_phys_page()
Peter Maydell
1
-11
/
+15
2016-05-23
memory: remove unnecessary masking of MemoryRegion ram_addr
Paolo Bonzini
1
-2
/
+1
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-0
/
+1
2016-05-12
tcg: Remove needless CPUState::current_tb
Sergey Fedorov
1
-18
/
+2
2016-05-12
tcg: Rework tb_invalidated_flag
Sergey Fedorov
1
-4
/
+1
2016-05-12
tcg: code_bitmap and code_write_count are not used by user-mode emulation
Paolo Bonzini
1
-3
/
+8
2016-05-12
tcg: Clean up tb_jmp_unlink()
Sergey Fedorov
1
-12
/
+9
2016-05-12
tcg: Extract removing of jumps to TB from tb_phys_invalidate()
Sergey Fedorov
1
-18
/
+26
2016-05-12
tcg: Rename tb_jmp_remove() to tb_remove_from_jmp_list()
Sergey Fedorov
1
-3
/
+4
2016-05-12
tcg: Init TB's direct jumps before making it visible
Sergey Fedorov
1
-13
/
+19
2016-05-12
tcg: Rearrange tb_link_page() to avoid forward declaration
Sergey Fedorov
1
-103
/
+101
2016-05-12
tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB
Sergey Fedorov
1
-18
/
+20
2016-05-12
tcg: Clean up direct block chaining data fields
Sergey Fedorov
1
-24
/
+27
2016-05-12
translate-all: Adjust 256mb testing for mips64
Richard Henderson
1
-2
/
+2
2016-05-12
translate-all: add missing munmap of the code_gen guard page for MIPS
Emilio G. Cota
1
-2
/
+2
2016-05-12
translate-all: remove redundant setting of tcg_ctx.code_gen_buffer_size
Emilio G. Cota
1
-1
/
+0
2016-05-12
tcg/ppc: Make direct jump patching thread-safe
Sergey Fedorov
1
-0
/
+2
2016-05-12
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
1
-5
/
+5
2016-04-08
translate-all: add missing fold of tb_ctx into tcg_ctx
Emilio G. Cota
1
-1
/
+2
2016-03-22
qemu-log: dfilter-ise exec, out_asm, op and opt_op
Alex Bennée
1
-1
/
+2
2016-03-22
tcg: pass down TranslationBlock to tcg_code_gen
Alex Bennée
1
-1
/
+1
2016-02-03
log: do not unnecessarily include qom/cpu.h
Paolo Bonzini
1
-0
/
+1
2016-01-29
exec: Clean up includes
Peter Maydell
1
-8
/
+1
2015-12-02
translate-all: ensure host page mask is always extended with 1's
Paolo Bonzini
1
-3
/
+3
2015-11-05
cpu-exec: allow temporary disabling icount
Pavel Dovgalyuk
1
-1
/
+1
2015-10-19
tcg/ppc: Revise goto_tb implementation
Richard Henderson
1
-0
/
+2
2015-10-07
tcg: Check for overflow via highwater mark
Richard Henderson
1
-5
/
+26
2015-10-07
tcg: Allocate a guard page after code_gen_buffer
Richard Henderson
1
-91
/
+119
2015-10-07
tcg: Emit prologue to the beginning of code_gen_buffer
Richard Henderson
1
-19
/
+9
2015-10-07
tcg: Save insn data and use it in cpu_restore_state_from_tb
Richard Henderson
1
-40
/
+110
2015-10-07
tcg: Pass data argument to restore_state_to_opc
Richard Henderson
1
-1
/
+1
2015-10-07
tcg: Merge cpu_gen_code into tb_gen_code
Richard Henderson
1
-72
/
+59
2015-09-16
translate: move real_host_page setting to -common
Peter Crosthwaite
1
-2
/
+0
2015-09-16
translate-all: Move tcg_handle_interrupt() to -common
Peter Crosthwaite
1
-30
/
+0
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-22
/
+63
2015-09-11
maint: avoid useless "if (foo) free(foo)" pattern
Markus Armbruster
1
-4
/
+2
2015-09-09
cpu-exec: fix lock hierarchy for user-mode emulation
Paolo Bonzini
1
-4
/
+2
2015-09-09
exec: make mmap_lock/mmap_unlock globally available
Paolo Bonzini
1
-5
/
+0
2015-09-09
tcg: comment on which functions have to be called with mmap_lock held
Paolo Bonzini
1
-7
/
+22
2015-09-09
tcg: add memory barriers in page_find_alloc accesses
Paolo Bonzini
1
-4
/
+4
2015-09-09
replace spinlock by QemuMutex.
KONRAD Frederic
1
-0
/
+34
2015-09-09
translate-all: remove obsolete comment about l1_map
Emilio G. Cota
1
-2
/
+1
[next]