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
/
include
/
exec
/
cpu-all.h
Age
Commit message (
Expand
)
Author
2023-07-15
accel/tcg: Return bool from page_check_range
Richard Henderson
2023-07-15
accel/tcg: Introduce page_find_range_empty
Richard Henderson
2023-07-15
accel/tcg: Introduce page_check_range_empty
Richard Henderson
2023-07-03
plugins: force slow path when plugins instrument memory ops
Alex Bennée
2023-06-26
accel/tcg: Renumber TLB_DISCARD_WRITE
Richard Henderson
2023-06-26
accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASK
Richard Henderson
2023-06-26
accel/tcg: Store some tlb flags in CPUTLBEntryFull
Richard Henderson
2023-06-05
tcg: Move TLB_FLAGS_MASK check out of get_alignment_bits
Richard Henderson
2023-05-16
tcg: Split out exec/user/guest-base.h
Richard Henderson
2023-04-20
include/exec: Provide the tswap() functions for target independent code, too
Thomas Huth
2023-03-28
include/exec: Change reserved_va semantics to last byte
Richard Henderson
2023-03-28
accel/tcg: Pass last not end to page_reset_target_data
Richard Henderson
2023-03-28
accel/tcg: Pass last not end to page_set_flags
Richard Henderson
2023-03-20
replace TABs with spaces
Yeqi Fu
2022-10-26
accel/tcg: Simplify page_get/alloc_target_data
Richard Henderson
2022-10-26
accel/tcg: Make page_alloc_target_data allocation constant
Richard Henderson
2022-09-27
linux-user: Passthrough MADV_DONTNEED for certain file mappings
Ilya Leoshkevich
2022-08-11
linux-user/aarch64: Reset target data on MADV_DONTNEED
Vitaly Buka
2022-06-11
accel/tcg: Inline dump_opcount_info() and remove it
Bernhard Beschow
2022-06-11
accel/tcg/cpu-exec: Unexport dump_drift_info()
Bernhard Beschow
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
2022-03-06
exec: Make cpu_memory_rw_debug() target agnostic
Philippe Mathieu-Daudé
2022-01-27
exec/cpu: Make host pages variables / macros 'target agnostic'
Philippe Mathieu-Daudé
2021-12-18
cpu: remove unnecessary #ifdef CONFIG_TCG
Paolo Bonzini
2021-11-02
qapi: introduce x-query-opcount QMP command
Daniel P. Berrangé
2021-11-02
qapi: introduce x-query-jit QMP command
Daniel P. Berrangé
2021-04-12
exec: Fix overlap of PAGE_ANON and PAGE_TARGET_1
Richard Henderson
2021-03-23
exec: Build page-vary-common.c with -fno-lto
Richard Henderson
2021-03-23
exec: Extract 'page-vary.h' header
Richard Henderson
2021-02-16
linux-user/aarch64: Implement PROT_MTE
Richard Henderson
2021-02-16
exec: Use uintptr_t for guest_base
Richard Henderson
2021-02-16
linux-user: Introduce PAGE_ANON
Richard Henderson
2021-02-16
tcg: Introduce target-specific page data for user-only
Richard Henderson
2021-02-15
bswap.h: Remove unused float-access functions
Peter Maydell
2021-02-05
accel/tcg: split TCG-only code from cpu_exec_realizefn
Claudio Fontana
2020-11-15
overall/alpha tcg cpus|hppa: Fix Lesser GPL version number
Chetan Pant
2020-10-27
linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI
Richard Henderson
2020-10-05
cpu-timers, icount: new modules
Claudio Fontana
2020-08-21
meson: rename .inc.h files to .h.inc
Paolo Bonzini
2020-06-26
osdep: Make MIN/MAX evaluate arguments only once
Eric Blake
2020-06-10
exec: Propagate cpu_memory_rw_debug() error
Philippe Mathieu-Daudé
2020-05-15
accel/tcg: Relax va restrictions on 64-bit guests
Richard Henderson
2020-05-15
exec/cpu-all: Use bool for have_guest_base
Richard Henderson
2020-05-11
accel/tcg: Add probe_access_flags
Richard Henderson
2020-02-20
exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument
Philippe Mathieu-Daudé
2020-02-20
exec: Let the cpu_[physical]_memory API use void pointer arguments
Philippe Mathieu-Daudé
2019-10-28
exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARY
Richard Henderson
2019-10-28
exec: Promote TARGET_PAGE_MASK to target_long
Richard Henderson
2019-10-28
exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCG
Richard Henderson
[next]