index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
atomic_template.h
Age
Commit message (
Expand
)
Author
2021-06-19
accel/tcg: Probe the proper permissions for atomic ops
Richard Henderson
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-01-15
trace: Remove trace_mem_build_info_no_se_[bl]e
Richard Henderson
2019-10-28
tcg: let plugins instrument virtual memory accesses
Emilio G. Cota
2019-10-28
atomic_template: add inline trace/plugin helpers
Emilio G. Cota
2019-10-28
trace: add mmu_index to mem_info
Alex Bennée
2019-09-13
atomic_template: fix indentation in GEN_ATOMIC_HELPER
Emilio G. Cota
2019-09-03
atomic_template: fix indentation in GEN_ATOMIC_HELPER
Emilio G. Cota
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-01-30
tcg: Fix LGPL version number
Thomas Huth
2018-10-18
tcg: Split CONFIG_ATOMIC128
Richard Henderson
2018-06-27
trace: enable tracing of TCG atomics
Emilio G. Cota
2018-05-10
tcg: Use GEN_ATOMIC_HELPER_FN for opposite endian atomic add
Richard Henderson
2018-05-10
tcg: Introduce atomic helpers for integer min/max
Richard Henderson
2017-11-21
accel/tcg: Handle atomic accesses to notdirty memory correctly
Peter Maydell
2017-11-15
tcg: Record code_gen_buffer address for user-only memory helpers
Richard Henderson
2017-09-17
accel/tcg: move atomic_template.h to accel/tcg/
Philippe Mathieu-Daudé