index
:
qemu
fix/guest_error_led_mask
QEMU is a generic and open source machine & userspace emulator and virtualizer.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
cputlb.c
Age
Commit message (
Expand
)
Author
2021-10-13
tcg: Move helper_*_mmu decls to tcg/tcg-ldst.h
Richard Henderson
2021-10-13
accel/tcg: Add cpu_{ld,st}*_mmu interfaces
Richard Henderson
2021-10-05
trace: Split guest_mem_before
Richard Henderson
2021-10-05
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
2021-10-05
trace/mem: Pass MemOpIdx to trace_mem_get_info
Richard Henderson
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
2021-10-05
accel/tcg: Drop signness in tracing in cputlb.c
Richard Henderson
2021-07-21
accel/tcg: Expand ATOMIC_MMU_LOOKUP_*
Richard Henderson
2021-07-21
accel/tcg: Remove ATOMIC_MMU_DECLS
Richard Henderson
2021-07-21
accel/tcg: Fold EXTRA_ARGS into atomic_template.h
Richard Henderson
2021-07-21
accel/tcg: Standardize atomic helpers on softmmu api
Richard Henderson
2021-07-21
tcg: Rename helper_atomic_*_mmu and provide for user-only
Richard Henderson
2021-07-14
plugins: fix-up handling of internal hostaddr for 32 bit
Alex Bennée
2021-06-19
accel/tcg: Probe the proper permissions for atomic ops
Richard Henderson
2021-05-26
accel/tcg: Keep TranslationBlock headers local to TCG
Philippe Mathieu-Daudé
2021-05-25
accel/tlb: Rename tlb_flush_[page_bits > range]_by_mmuidx_async_[2 > 1]
Richard Henderson
2021-05-25
accel/tcg: Rename tlb_flush_page_bits -> range]_by_mmuidx_async_0
Richard Henderson
2021-05-25
accel/tlb: Add tlb_flush_range_by_mmuidx_all_cpus_synced()
Richard Henderson
2021-05-25
accel/tcg: Add tlb_flush_range_by_mmuidx_all_cpus()
Richard Henderson
2021-05-25
accel/tcg: Add tlb_flush_range_by_mmuidx()
Richard Henderson
2021-05-25
accel/tcg: Remove {encode,decode}_pbm_to_runon
Richard Henderson
2021-05-25
accel/tlb: Rename TLBFlushPageBitsByMMUIdxData -> TLBFlushRangeData
Richard Henderson
2021-05-25
accel/tcg: Pass length argument to tlb_flush_range_locked()
Richard Henderson
2021-05-25
accel/tcg: Replace g_new() + memcpy() by g_memdup()
Richard Henderson
2021-05-02
Do not include exec/address-spaces.h if it's not really necessary
Thomas Huth
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-01-23
accel/tcg: Restrict cpu_io_recompile() from other accelerators
Philippe Mathieu-Daudé
2021-01-23
accel/tcg: Move tb_flush_jmp_cache() to cputlb.c
Richard Henderson
2021-01-02
remove TCG includes from common code
Paolo Bonzini
2020-10-20
accel/tcg: Add tlb_flush_page_bits_by_mmuidx*
Richard Henderson
2020-09-30
exec: Remove MemoryRegion::global_locking field
Philippe Mathieu-Daudé
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
2020-09-03
cputlb: Make store_helper less fragile to compiler optimizations
Richard Henderson
2020-08-21
meson: rename included C source files to .c.inc
Paolo Bonzini
2020-08-21
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-07-24
tcg: update comments for save_iotlb_data in cputlb
Alex Bennée
2020-07-15
cputlb: ensure we save the IOTLB data in case of reset
Alex Bennée
2020-06-16
cputlb: destroy CPUTLB with tlb_destroy
Emilio G. Cota
2020-05-11
accel/tcg: Add endian-specific cpu_{ld, st}* operations
Richard Henderson
2020-05-11
accel/tcg: Add probe_access_flags
Richard Henderson
2020-01-21
cputlb: Hoist timestamp outside of loops over tlbs
Richard Henderson
2020-01-21
cputlb: Initialize tlbs as flushed
Richard Henderson
2020-01-21
cputlb: Partially merge tlb_dyn_init into tlb_init
Richard Henderson
2020-01-21
cputlb: Split out tlb_mmu_flush_locked
Richard Henderson
2020-01-21
cputlb: Hoist tlb portions in tlb_flush_one_mmuidx_locked
Richard Henderson
2020-01-21
cputlb: Hoist tlb portions in tlb_mmu_resize_locked
Richard Henderson
2020-01-21
cputlb: Pass CPUTLBDescFast to tlb_n_entries and sizeof_tlb
Richard Henderson
2020-01-21
cputlb: Make tlb_n_entries private to cputlb.c
Richard Henderson
[next]