index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
cputlb.c
Age
Commit message (
Expand
)
Author
2024-03-05
accel/tcg: Add TLB_CHECK_ALIGNED
Richard Henderson
2024-03-05
accel/tcg: Add tlb_fill_flags to CPUTLBEntryFull
Richard Henderson
2024-02-29
tcg: Avoid double lock if page tables happen to be in mmio memory.
Jonathan Cameron
2024-02-03
include/exec: Change cpu_mmu_index argument to CPUState
Richard Henderson
2024-01-08
Replace "iothread lock" with "BQL" in comments
Stefan Hajnoczi
2024-01-08
system/cpus: rename qemu_mutex_lock_iothread() to bql_lock()
Stefan Hajnoczi
2023-11-14
accel/tcg: Forward probe size on to notdirty_write
Jessica Clarke
2023-11-07
accel/tcg: Declare tcg_flush_jmp_cache() in 'exec/tb-flush.h'
Philippe Mathieu-Daudé
2023-11-06
accel/tcg: Fix condition for store_atom_insert_al16
Richard Henderson
2023-11-06
accel/tcg: Move HMP info jit and info opcount code
Richard Henderson
2023-10-04
accel/tcg: Make cpu-exec-common.c a target agnostic unit
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: Rename target-specific 'internal.h' -> 'internal-target.h'
Philippe Mathieu-Daudé
2023-10-04
accel/tcg: move ld/st helpers to ldst_common.c.inc
Anton Johansson
2023-10-04
accel/tcg: Unify user and softmmu do_[st|ld]*_mmu()
Anton Johansson
2023-10-04
accel/tcg: Use CPUState in atomicity helpers
Anton Johansson
2023-10-04
accel/tcg: Modify atomic_mmu_lookup() to use CPUState
Anton Johansson
2023-10-04
accel/tcg: Modify memory access functions to use CPUState
Anton Johansson
2023-10-04
accel/tcg: Modify probe_access_internal() to use CPUState
Anton Johansson
2023-10-04
accel/tcg: Modify tlb_*() to use CPUState
Anton Johansson
2023-10-04
accel/tcg: Replace CPUState.env_ptr with cpu_env()
Richard Henderson
2023-10-03
accel/tcg: Move can_do_io to CPUNegativeOffsetState
Richard Henderson
2023-09-16
accel/tcg: Introduce do_st16_mmio_leN
Richard Henderson
2023-09-16
accel/tcg: Introduce do_ld16_mmio_beN
Richard Henderson
2023-09-16
accel/tcg: Merge io_writex into do_st_mmio_leN
Richard Henderson
2023-09-16
accel/tcg: Merge io_readx into do_ld_mmio_beN
Richard Henderson
2023-09-16
accel/tcg: Replace direct use of io_readx/io_writex in do_{ld,st}_1
Richard Henderson
2023-09-16
accel/tcg: Merge cpu_transaction_failed into io_failed
Richard Henderson
2023-09-16
plugin: Simplify struct qemu_plugin_hwaddr
Richard Henderson
2023-09-16
accel/tcg: Use CPUTLBEntryFull.phys_addr in io_failed
Richard Henderson
2023-09-16
accel/tcg: Split out io_prepare and io_failed
Richard Henderson
2023-09-16
accel/tcg: Simplify tlb_plugin_lookup
Richard Henderson
2023-09-15
accel/tcg: Fix the comment for CPUTLBEntryFull
LIU Zhiwei
2023-08-24
accel/tcg: Update run_on_cpu_data static assert
Anton Johansson
2023-08-24
accel/tcg: Widen address arg in tlb_compare_set()
Anton Johansson
2023-08-24
include/exec: Replace target_ulong with abi_ptr in cpu_[st|ld]*()
Anton Johansson
2023-08-06
accel/tcg: Call save_iotlb_data from io_readx as well
Mikhail Tyutin
2023-08-05
accel/tcg: Do not issue misaligned i/o
Richard Henderson
2023-08-05
accel/tcg: Issue wider aligned i/o in do_{ld,st}_mmio_*
Richard Henderson
2023-08-05
accel/tcg: Adjust parameters and locking with do_{ld,st}_mmio_*
Richard Henderson
2023-07-24
accel/tcg: Zero-pad vaddr in tlb_debug output
Anton Johansson
2023-07-15
tcg: Use HAVE_CMPXCHG128 instead of CONFIG_CMPXCHG128
Richard Henderson
2023-07-03
plugins: force slow path when plugins instrument memory ops
Alex Bennée
2023-06-26
accel/tcg: Move TLB_WATCHPOINT to TLB_SLOW_FLAGS_MASK
Richard Henderson
2023-06-26
accel/tcg: Store some tlb flags in CPUTLBEntryFull
Richard Henderson
2023-06-26
tcg: Add host memory barriers to cpu_ldst.h interfaces
Richard Henderson
2023-06-26
accel/tcg: Replace target_ulong with vaddr in *_mmu_lookup()
Anton Johansson
2023-06-26
accel: Replace target_ulong with vaddr in probe_*()
Anton Johansson
2023-06-26
accel/tcg: Widen pc to vaddr in CPUJumpCache
Anton Johansson
2023-06-26
accel/tcg/cputlb.c: Widen addr in MMULookupPageData
Anton Johansson
2023-06-26
accel/tcg/cputlb.c: Widen CPUTLBEntry access functions
Anton Johansson
[next]