aboutsummaryrefslogtreecommitdiff
path: root/accel/tcg/cputlb.c
AgeCommit message (Expand)Author
2024-03-05accel/tcg: Add TLB_CHECK_ALIGNEDRichard Henderson
2024-03-05accel/tcg: Add tlb_fill_flags to CPUTLBEntryFullRichard Henderson
2024-02-29tcg: Avoid double lock if page tables happen to be in mmio memory.Jonathan Cameron
2024-02-03include/exec: Change cpu_mmu_index argument to CPUStateRichard Henderson
2024-01-08Replace "iothread lock" with "BQL" in commentsStefan Hajnoczi
2024-01-08system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()Stefan Hajnoczi
2023-11-14accel/tcg: Forward probe size on to notdirty_writeJessica Clarke
2023-11-07accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'Philippe Mathieu-Daudé
2023-11-06accel/tcg: Fix condition for store_atom_insert_al16Richard Henderson
2023-11-06accel/tcg: Move HMP info jit and info opcount codeRichard Henderson
2023-10-04accel/tcg: Make cpu-exec-common.c a target agnostic unitPhilippe Mathieu-Daudé
2023-10-04accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'Philippe Mathieu-Daudé
2023-10-04accel/tcg: move ld/st helpers to ldst_common.c.incAnton Johansson
2023-10-04accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()Anton Johansson
2023-10-04accel/tcg: Use CPUState in atomicity helpersAnton Johansson
2023-10-04accel/tcg: Modify atomic_mmu_lookup() to use CPUStateAnton Johansson
2023-10-04accel/tcg: Modify memory access functions to use CPUStateAnton Johansson
2023-10-04accel/tcg: Modify probe_access_internal() to use CPUStateAnton Johansson
2023-10-04accel/tcg: Modify tlb_*() to use CPUStateAnton Johansson
2023-10-04accel/tcg: Replace CPUState.env_ptr with cpu_env()Richard Henderson
2023-10-03accel/tcg: Move can_do_io to CPUNegativeOffsetStateRichard Henderson
2023-09-16accel/tcg: Introduce do_st16_mmio_leNRichard Henderson
2023-09-16accel/tcg: Introduce do_ld16_mmio_beNRichard Henderson
2023-09-16accel/tcg: Merge io_writex into do_st_mmio_leNRichard Henderson
2023-09-16accel/tcg: Merge io_readx into do_ld_mmio_beNRichard Henderson
2023-09-16accel/tcg: Replace direct use of io_readx/io_writex in do_{ld,st}_1Richard Henderson
2023-09-16accel/tcg: Merge cpu_transaction_failed into io_failedRichard Henderson
2023-09-16plugin: Simplify struct qemu_plugin_hwaddrRichard Henderson
2023-09-16accel/tcg: Use CPUTLBEntryFull.phys_addr in io_failedRichard Henderson
2023-09-16accel/tcg: Split out io_prepare and io_failedRichard Henderson
2023-09-16accel/tcg: Simplify tlb_plugin_lookupRichard Henderson
2023-09-15accel/tcg: Fix the comment for CPUTLBEntryFullLIU Zhiwei
2023-08-24accel/tcg: Update run_on_cpu_data static assertAnton Johansson
2023-08-24accel/tcg: Widen address arg in tlb_compare_set()Anton Johansson
2023-08-24include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()Anton Johansson
2023-08-06accel/tcg: Call save_iotlb_data from io_readx as wellMikhail Tyutin
2023-08-05accel/tcg: Do not issue misaligned i/oRichard Henderson
2023-08-05accel/tcg: Issue wider aligned i/o in do_{ld,st}_mmio_*Richard Henderson
2023-08-05accel/tcg: Adjust parameters and locking with do_{ld,st}_mmio_*Richard Henderson
2023-07-24accel/tcg: Zero-pad vaddr in tlb_debug outputAnton Johansson
2023-07-15tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128Richard Henderson
2023-07-03plugins: force slow path when plugins instrument memory opsAlex Bennée
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-26tcg: Add host memory barriers to cpu_ldst.h interfacesRichard Henderson
2023-06-26accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()Anton Johansson
2023-06-26accel: Replace target_ulong with vaddr in probe_*()Anton Johansson
2023-06-26accel/tcg: Widen pc to vaddr in CPUJumpCacheAnton Johansson
2023-06-26accel/tcg/cputlb.c: Widen addr in MMULookupPageDataAnton Johansson
2023-06-26accel/tcg/cputlb.c: Widen CPUTLBEntry access functionsAnton Johansson