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
2023-05-23
accel/tcg: Remove prot argument to atomic_mmu_lookup
Richard Henderson
2023-05-23
accel/tcg: Remove cpu_atomic_{ld,st}o_*_mmu
Richard Henderson
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-02-09
tracing: remove TCG memory access tracing
Alex Bennée
2021-10-05
trace: Split guest_mem_before
Richard Henderson
2021-10-05
accel/tcg: Pass MemOpIdx to atomic_trace_*_post
Richard Henderson
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
2021-07-30
accel/tcg: Remove double bswap for helper_atomic_sto_*_mmu
Richard Henderson
2021-07-21
accel/tcg: Push trace info building into atomic_common.c.inc
Richard Henderson
2021-07-21
accel/tcg: Expand ATOMIC_MMU_LOOKUP_*
Richard Henderson
2021-07-21
accel/tcg: Remove ATOMIC_MMU_DECLS
Richard Henderson
2021-07-21
accel/tcg: Fold EXTRA_ARGS into atomic_template.h
Richard Henderson
2021-07-21
qemu/atomic: Add aligned_{int64,uint64}_t types
Richard Henderson
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é