aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/user-exec.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-07tcg: Correct invalid mentions of 'softmmu' by 'system-mode'Philippe Mathieu-Daudé1-1/+1
2023-10-04accel/tcg: Make cpu-exec-common.c a target agnostic unitPhilippe Mathieu-Daudé1-0/+1
2023-10-04accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé1-1/+1
2023-10-04accel/tcg: move ld/st helpers to ldst_common.c.incAnton Johansson1-193/+0
2023-10-04accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()Anton Johansson1-77/+106
2023-10-04accel/tcg: Use CPUState in atomicity helpersAnton Johansson1-8/+8
2023-10-04accel/tcg: Modify atomic_mmu_lookup() to use CPUStateAnton Johansson1-4/+4
2023-07-24accel/tcg: Fix type of 'last' for pageflags_{find,next}Luca Bonissi1-2/+2
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson1-1/+1
2023-07-15accel/tcg: Return bool from page_check_rangeRichard Henderson1-11/+11
2023-07-15accel/tcg: Accept more page flags in page_check_rangeRichard Henderson1-2/+2
2023-07-15accel/tcg: Introduce page_find_range_emptyRichard Henderson1-0/+41
2023-07-15accel/tcg: Introduce page_check_range_emptyRichard Henderson1-0/+7
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée1-2/+6
2023-06-26tcg: Add host memory barriers to cpu_ldst.h interfacesRichard Henderson1-0/+10
2023-06-26accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()Anton Johansson1-3/+3
2023-06-26accel: Replace target_ulong with vaddr in probe_*()Anton Johansson1-4/+4
2023-05-23accel/tcg: Eliminate #if on HAVE_ATOMIC128 and HAVE_CMPXCHG128Richard Henderson1-1/+1
2023-05-23accel/tcg: Remove prot argument to atomic_mmu_lookupRichard Henderson1-6/+2
2023-05-23accel/tcg: Unify cpu_{ld,st}*_{be,le}_mmuRichard Henderson1-227/+75
2023-05-16tcg: Widen helper_{ld,st}_i128 addresses to uint64_tRichard Henderson1-3/+2
2023-05-16accel/tcg: Widen tcg-ldst.h addresses to uint64_tRichard Henderson1-13/+13
2023-05-16accel/tcg: Remove helper_unaligned_{ld,st}Richard Henderson1-10/+0
2023-05-16tcg: Add 128-bit guest memory primitivesRichard Henderson1-22/+70
2023-05-16accel/tcg: Implement helper_{ld,st}*_mmu for user-onlyRichard Henderson1-98/+253
2023-05-16accel/tcg: Honor atomicity of storesRichard Henderson1-6/+6
2023-05-16accel/tcg: Honor atomicity of loadsRichard Henderson1-12/+14
2023-05-02accel/tcg: Add cpu_ld*_code_mmuRichard Henderson1-0/+58
2023-03-28accel/tcg: Pass last not end to tb_invalidate_phys_rangeRichard Henderson1-1/+1
2023-03-28accel/tcg: Pass last not end to page_reset_target_dataRichard Henderson1-6/+5
2023-03-28accel/tcg: Pass last not end to page_set_flagsRichard Henderson1-9/+7
2023-02-28accel/tcg: Add 'size' param to probe_access_flags()Daniel Henrique Barboza1-2/+3
2023-02-04tcg: Add guest load/store primitives for TCGv_i128Richard Henderson1-0/+66
2023-01-05accel/tcg: Handle false negative lookup in page_check_rangeRichard Henderson1-7/+34
2023-01-05accel/tcg: Use g_free_rcu for user-exec interval treesRichard Henderson1-8/+10
2022-12-20accel/tcg: Use interval tree for user-only page trackingRichard Henderson1-200/+413
2022-12-20accel/tcg: Move page_{get,set}_flags to user-exec.cRichard Henderson1-0/+346
2022-12-20accel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZERichard Henderson1-26/+75
2022-10-26accel/tcg: Simplify page_get/alloc_target_dataRichard Henderson1-12/+4
2022-10-26accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.cRichard Henderson1-0/+50
2022-09-06accel/tcg: Unlock mmap_lock after longjmpRichard Henderson1-3/+0
2022-09-06accel/tcg: Properly implement get_page_addr_code for user-onlyRichard Henderson1-0/+14
2022-06-08Fix 'writeable' typosPeter Maydell1-3/+3
2022-04-20accel/tcg: Remove ATOMIC_MMU_IDXRichard Henderson1-1/+0
2022-02-09tracing: remove TCG memory access tracingAlex Bennée1-14/+0
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot1-4/+4
2021-11-02tcg: Add helper_unaligned_{ld,st} for user-only sigbusRichard Henderson1-0/+11
2021-11-02accel/tcg: Report unaligned load/store for user-onlyRichard Henderson1-1/+6
2021-11-02accel/tcg: Report unaligned atomics for user-onlyRichard Henderson1-1/+12
2021-11-02linux-user: Add cpu_loop_exit_sigsegvRichard Henderson1-15/+18