index
:
~jjongsma/qemu
vsock
qemu patches for jjongsma
jjongsma
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
/
exec-all.h
Age
Commit message (
Expand
)
Author
Files
Lines
2017-09-07
tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.h
Richard Henderson
1
-92
/
+3
2017-09-06
target: [tcg] Use a generic enum for DISAS_ values
Lluís Vilanova
1
-30
/
+0
2017-09-06
tcg: Add generic DISAS_NORETURN
Richard Henderson
1
-0
/
+1
2017-07-19
tcg: Pass generic CPUState to gen_intermediate_code()
Lluís Vilanova
1
-1
/
+1
2017-07-18
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20170717'...
Peter Maydell
1
-3
/
+26
2017-07-17
include/exec/exec-all: document common exit conditions
Alex Bennée
1
-3
/
+26
2017-07-17
exec: [tcg] Use different TBs according to the vCPU's dynamic tracing state
Lluís Vilanova
1
-0
/
+3
2017-07-14
Revert "exec.c: Fix breakpoint invalidation race"
Pranith Kumar
1
-0
/
+3
2017-07-05
tcg: add CONFIG_TCG guards in headers
Yang Zhong
1
-0
/
+3
2017-07-04
tcg: move tb_lock out of translate-all.h
Paolo Bonzini
1
-0
/
+4
2017-06-19
tcg/arm: Use indirect branch for goto_tb
Richard Henderson
1
-4
/
+1
2017-06-05
tcg: Introduce goto_ptr opcode and tcg_gen_lookup_and_goto_ptr
Emilio G. Cota
1
-0
/
+2
2017-02-24
cputlb: introduce tlb_flush_*_all_cpus[_synced]
Alex Bennée
1
-3
/
+113
2017-02-24
cputlb and arm/sparc targets: convert mmuidx flushes from varg to bitmap
Alex Bennée
1
-6
/
+7
2017-02-24
cputlb: introduce tlb_flush_* async work.
KONRAD Frederic
1
-0
/
+1
2017-02-24
tcg: remove global exit_request
Alex Bennée
1
-3
/
+0
2017-02-24
tcg: rename tcg_current_cpu to tcg_current_rr_cpu
Alex Bennée
1
-1
/
+0
2017-02-16
cpu-exec: fix icount out-of-bounds access
Paolo Bonzini
1
-0
/
+1
2017-01-13
cputlb: drop flush_global flag from tlb_flush
Alex Bennée
1
-8
/
+6
2016-10-31
tcg: comment on which functions have to be called with tb_lock held
Paolo Bonzini
1
-0
/
+1
2016-10-31
translate-all: add DEBUG_LOCKING asserts
Alex Bennée
1
-0
/
+1
2016-10-26
tcg: Add EXCP_ATOMIC
Richard Henderson
1
-0
/
+1
2016-10-24
exec: move cpu_exec_init() calls to realize functions
Laurent Vivier
1
-1
/
+0
2016-09-27
cpus-common: move CPU list management to common code
Paolo Bonzini
1
-11
/
+0
2016-09-16
tcg: Merge GETPC and GETRA
Richard Henderson
1
-6
/
+3
2016-09-13
tcg: Prepare TB invalidation for lockless TB lookup
Paolo Bonzini
1
-0
/
+2
2016-07-26
exec: Reduce CONFIG_USER_ONLY ifdeffenery
Igor Mammedov
1
-0
/
+12
2016-07-12
Clean up ill-advised or unusual header guards
Markus Armbruster
1
-2
/
+2
2016-07-12
Fix confusing argument names in some common functions
Sergey Sorokin
1
-2
/
+2
2016-06-11
tb hash: track translated blocks with qht
Emilio G. Cota
1
-2
/
+0
2016-06-09
cpu-exec: Rename cpu_resume_from_signal() to cpu_loop_exit_noexc()
Peter Maydell
1
-1
/
+1
2016-05-19
cpu: move exec-all.h inclusion out of cpu.h
Paolo Bonzini
1
-9
/
+0
2016-05-19
exec: extract exec/tb-context.h
Paolo Bonzini
1
-44
/
+1
2016-05-12
tcg: Rework tb_invalidated_flag
Sergey Fedorov
1
-2
/
+0
2016-05-12
tcg: Clarify thread safety check in tb_add_jump()
Sergey Fedorov
1
-13
/
+16
2016-05-12
tcg: Use uintptr_t type for jmp_list_{next|first} fields of TB
Sergey Fedorov
1
-5
/
+7
2016-05-12
tcg: Clean up direct block chaining data fields
Sergey Fedorov
1
-16
/
+28
2016-05-12
tcg: Note requirement on atomic direct jump patching
Sergey Fedorov
1
-0
/
+1
2016-05-12
tcg/arm: Make direct jump patching thread-safe
Sergey Fedorov
1
-23
/
+2
2016-05-12
tcg/s390: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+1
2016-05-12
tcg/i386: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+1
2016-05-12
tci: Make direct jump patching thread-safe
Sergey Fedorov
1
-1
/
+1
2016-05-12
tb: consistently use uint32_t for tb->flags
Emilio G. Cota
1
-2
/
+3
2016-03-22
qemu-log: dfilter-ise exec, out_asm, op and opt_op
Alex Bennée
1
-3
/
+5
2016-03-22
qemu-log: Improve the "exec" TB execution logging
Peter Maydell
1
-0
/
+3
2016-01-21
exec.c: Add cpu_get_address_space()
Peter Maydell
1
-0
/
+9
2016-01-21
exec.c: Pass MemTxAttrs to iotlb_to_region so it uses the right AS
Peter Maydell
1
-1
/
+1
2016-01-21
cputlb.c: Use correct address space when looking up MemoryRegionSection
Peter Maydell
1
-2
/
+2
2016-01-21
exec-all.h: Document tlb_set_page_with_attrs, tlb_set_page
Peter Maydell
1
-3
/
+31
2016-01-21
exec.c: Allow target CPUs to define multiple AddressSpaces
Peter Maydell
1
-0
/
+4
[next]