summaryrefslogtreecommitdiff
path: root/accel/tcg/cputlb.c
AgeCommit message (Expand)Author
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
2020-06-16cputlb: destroy CPUTLB with tlb_destroyEmilio G. Cota
2020-05-11accel/tcg: Add endian-specific cpu_{ld, st}* operationsRichard Henderson
2020-05-11accel/tcg: Add probe_access_flagsRichard Henderson
2020-01-21cputlb: Hoist timestamp outside of loops over tlbsRichard Henderson
2020-01-21cputlb: Initialize tlbs as flushedRichard Henderson
2020-01-21cputlb: Partially merge tlb_dyn_init into tlb_initRichard Henderson
2020-01-21cputlb: Split out tlb_mmu_flush_lockedRichard Henderson
2020-01-21cputlb: Hoist tlb portions in tlb_flush_one_mmuidx_lockedRichard Henderson
2020-01-21cputlb: Hoist tlb portions in tlb_mmu_resize_lockedRichard Henderson
2020-01-21cputlb: Pass CPUTLBDescFast to tlb_n_entries and sizeof_tlbRichard Henderson
2020-01-21cputlb: Make tlb_n_entries private to cputlb.cRichard Henderson