aboutsummaryrefslogtreecommitdiff
path: root/include/exec
AgeCommit message (Expand)Author
2023-08-09linux-user: Use ARRAY_SIZE with bitmask_transtblRichard Henderson
2023-08-07Fixed incorrect LLONG alignment for openrisc and crisLuca Bonissi
2023-08-01misc: Fix some typos in documentation and commentsStefan Weil
2023-07-23include/exec: Add WITH_MMAP_LOCK_GUARDRichard Henderson
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson
2023-07-15accel/tcg: Introduce page_find_range_emptyRichard Henderson
2023-07-15accel/tcg: Introduce page_check_range_emptyRichard Henderson
2023-07-15include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for nios2Richard Henderson
2023-07-15include/exec/user: Set ABI_LLONG_ALIGNMENT to 4 for microblazeRichard Henderson
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée
2023-06-28exec/memory: Add symbol for the min value of memory listener priorityIsaku Yamahata
2023-06-28exec/memory: Add symbol for memory listener priority for device backendIsaku Yamahata
2023-06-28exec/memory: Add symbolic value for memory listener priority for accelIsaku Yamahata
2023-06-26accel/tcg: Renumber TLB_DISCARD_WRITERichard Henderson
2023-06-26accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASKRichard Henderson
2023-06-26accel/tcg: Store some tlb flags in CPUTLBEntryFullRichard Henderson
2023-06-26cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()Anton Johansson
2023-06-26accel/tcg: Replace target_ulong with vaddr in translator_*()Anton Johansson
2023-06-26accel: Replace target_ulong with vaddr in probe_*()Anton Johansson
2023-06-26accel/tcg/cputlb.c: Widen CPUTLBEntry access functionsAnton Johansson
2023-06-26accel: Replace target_ulong in tlb_*()Anton Johansson
2023-06-26Merge tag 'for_upstream' of https://git.kernel.org/pub/scm/virt/kvm/mst/qemu ...Richard Henderson
2023-06-23include/exec/memattrs: Add two bits of space to MemTxAttrsRichard Henderson
2023-06-23softmmu: Introduce qemu_target_page_mask() helperPhilippe Mathieu-Daudé
2023-06-20exec/cpu-defs: Check for SOFTMMU instead of !USER_ONLYPhilippe Mathieu-Daudé
2023-06-13exec/memory: Introduce RAM_NAMED_FILE flagSteve Sistare
2023-06-13exec/ram_addr: Return number of dirty pages in cpu_physical_memory_set_dirty_...Joao Martins
2023-06-05exec/poison: Do not poison CONFIG_SOFTMMURichard Henderson
2023-06-05plugins: Drop unused headers from exec/plugin-gen.hRichard Henderson
2023-06-05plugins: Move plugin_insn_append to translator.cRichard Henderson
2023-06-05tcg: Move env defines out of NEED_CPU_H in helper-head.hRichard Henderson
2023-06-05accel/tcg: Tidy includes for translator.[ch]Richard Henderson
2023-06-05accel/tcg: Move translator_fake_ldb out of lineRichard Henderson
2023-06-05accel/tcg: Introduce translator_io_startRichard Henderson
2023-06-05accel/tcg: Move most of gen-icount.h into translator.cRichard Henderson
2023-06-05include/exec: Remove CODE_GEN_AVG_BLOCK_SIZERichard Henderson
2023-06-05tcg: Spit out exec/translation-block.hRichard Henderson
2023-06-05exec-all: Widen TranslationBlock pc and cs_base to 64-bitsRichard Henderson
2023-06-05exec-all: Widen tb_page_addr_t for user-onlyRichard Henderson
2023-06-05tcg: Move TLB_FLAGS_MASK check out of get_alignment_bitsRichard Henderson
2023-06-05tcg: Split helper-proto.hRichard Henderson
2023-06-05tcg: Split helper-gen.hRichard Henderson
2023-06-05tcg: Split tcg_gen_callNRichard Henderson
2023-06-05tcg: Pass TCGHelperInfo to tcg_gen_callNRichard Henderson
2023-06-05tcg: Remove outdated comments in helper-head.hRichard Henderson
2023-06-05tcg: Split out tcg/oversized-guest.hRichard Henderson
2023-06-05tcg: Add tlb_fast_offset to TCGContextRichard Henderson
2023-06-05tcg: Widen CPUTLBEntry comparators to 64-bitsRichard Henderson
2023-06-01tcg: remove the final vestiges of dstateAlex Bennée