aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cputlb.c
AgeCommit message (Expand)Author
2022-09-06accel/tcg: Use probe_access_internal for softmmu get_page_addr_code_hostpRichard Henderson
2022-09-06accel/tcg: Move qemu_ram_addr_from_host_nofail to physmem.cRichard Henderson
2022-09-06accel/tcg: Properly implement get_page_addr_code for user-onlyRichard Henderson
2022-07-12accel/tcg: Fix unaligned stores to s390x low-address-protected lowcoreIlya Leoshkevich
2022-04-26accel/tcg: Assert mmu_idx in range before use in cputlbRichard Henderson
2022-04-20accel/tcg: Remove ATOMIC_MMU_IDXRichard Henderson
2022-03-16accel/tcg: Fix cpu_ldq_be_mmu typoRichard Henderson
2022-02-14Merge remote-tracking branch 'remotes/rth-gitlab/tags/pull-tcg-20220211' into...Peter Maydell
2022-02-09tracing: remove TCG memory access tracingAlex Bennée
2022-02-09accel/tcg: Optimize jump cache flush during tlb range flushIdan Horowitz
2022-01-08exec/memop: Adding signedness to quad definitionsFrédéric Pétrot
2021-10-13tcg: Move helper_*_mmu decls to tcg/tcg-ldst.hRichard Henderson
2021-10-13accel/tcg: Add cpu_{ld,st}*_mmu interfacesRichard Henderson
2021-10-05trace: Split guest_mem_beforeRichard Henderson
2021-10-05plugins: Reorg arguments to qemu_plugin_vcpu_mem_cbRichard Henderson
2021-10-05trace/mem: Pass MemOpIdx to trace_mem_get_infoRichard Henderson
2021-10-05tcg: Rename TCGMemOpIdx to MemOpIdxRichard Henderson
2021-10-05accel/tcg: Drop signness in tracing in cputlb.cRichard Henderson
2021-07-21accel/tcg: Expand ATOMIC_MMU_LOOKUP_*Richard Henderson
2021-07-21accel/tcg: Remove ATOMIC_MMU_DECLSRichard Henderson
2021-07-21accel/tcg: Fold EXTRA_ARGS into atomic_template.hRichard Henderson
2021-07-21accel/tcg: Standardize atomic helpers on softmmu apiRichard Henderson
2021-07-21tcg: Rename helper_atomic_*_mmu and provide for user-onlyRichard Henderson
2021-07-14plugins: fix-up handling of internal hostaddr for 32 bitAlex Bennée
2021-06-19accel/tcg: Probe the proper permissions for atomic opsRichard Henderson
2021-05-26accel/tcg: Keep TranslationBlock headers local to TCGPhilippe Mathieu-Daudé
2021-05-25accel/tlb: Rename tlb_flush_[page_bits > range]_by_mmuidx_async_[2 > 1]Richard Henderson
2021-05-25accel/tcg: Rename tlb_flush_page_bits -> range]_by_mmuidx_async_0Richard Henderson
2021-05-25accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()Richard Henderson
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()Richard Henderson
2021-05-25accel/tcg: Add tlb_flush_range_by_mmuidx()Richard Henderson
2021-05-25accel/tcg: Remove {encode,decode}_pbm_to_runonRichard Henderson
2021-05-25accel/tlb: Rename TLBFlushPageBitsByMMUIdxData -> TLBFlushRangeDataRichard Henderson
2021-05-25accel/tcg: Pass length argument to tlb_flush_range_locked()Richard Henderson
2021-05-25accel/tcg: Replace g_new() + memcpy() by g_memdup()Richard Henderson
2021-05-02Do not include exec/address-spaces.h if it's not really necessaryThomas Huth
2021-05-02Do not include cpu.h if it's not really necessaryThomas Huth
2021-02-05cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClassClaudio Fontana
2021-02-05cpu: Move tlb_fill to tcg_opsEduardo Habkost
2021-01-23accel/tcg: Restrict cpu_io_recompile() from other acceleratorsPhilippe Mathieu-Daudé
2021-01-23accel/tcg: Move tb_flush_jmp_cache() to cputlb.cRichard Henderson
2021-01-02remove TCG includes from common codePaolo Bonzini
2020-10-20accel/tcg: Add tlb_flush_page_bits_by_mmuidx*Richard Henderson
2020-09-30exec: Remove MemoryRegion::global_locking fieldPhilippe Mathieu-Daudé
2020-09-23qemu/atomic.h: rename atomic_ to qatomic_Stefan Hajnoczi
2020-09-03cputlb: Make store_helper less fragile to compiler optimizationsRichard Henderson
2020-08-21meson: rename included C source files to .c.incPaolo Bonzini
2020-08-21trace: switch position of headers to what Meson requiresPaolo Bonzini
2020-07-24tcg: update comments for save_iotlb_data in cputlbAlex Bennée
2020-07-15cputlb: ensure we save the IOTLB data in case of resetAlex Bennée