index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
Unnamed repository; edit this file 'description' to name the repository.
root
about
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
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
2016-01-21
exec.c: Don't set cpu->as until cpu_address_space_init
Peter Maydell
1
-1
/
+15
2015-11-10
Move page_size_init earlier
Dr. David Alan Gilbert
1
-1
/
+0
2015-11-05
cpu-exec: allow temporary disabling icount
Pavel Dovgalyuk
1
-0
/
+1
2015-10-12
exec: remove non-TCG stuff from exec-all.h header.
Paolo Bonzini
1
-6
/
+0
2015-10-12
exec.c: Collect AddressSpace related fields into a CPUAddressSpace struct
Peter Maydell
1
-1
/
+1
2015-10-07
tcg: Adjust CODE_GEN_AVG_BLOCK_SIZE
Richard Henderson
1
-5
/
+6
2015-10-07
tcg: Check for overflow via highwater mark
Richard Henderson
1
-6
/
+0
2015-10-07
tcg: Remove gen_intermediate_code_pc
Richard Henderson
1
-1
/
+0
2015-10-07
tcg: Save insn data and use it in cpu_restore_state_from_tb
Richard Henderson
1
-0
/
+1
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
-2
/
+0
2015-09-16
include/exec: Move cputlb exec.c defs out
Peter Crosthwaite
1
-0
/
+18
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-4
/
+11
2015-09-11
cpu-exec: introduce loop exit with restore function
Pavel Dovgalyuk
1
-0
/
+1
2015-09-09
exec: make mmap_lock/mmap_unlock globally available
Paolo Bonzini
1
-0
/
+6
2015-09-09
replace spinlock by QemuMutex.
KONRAD Frederic
1
-2
/
+2
2015-09-09
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
1
-2
/
+2
2015-09-09
tcg: introduce tcg_current_cpu
Paolo Bonzini
1
-0
/
+1
2015-08-26
exec-all: Translate TCI return addresses backwards too
Peter Crosthwaite
1
-5
/
+1
[next]