COMMITS
/ include/exec/cpu-defs.h February 23, 2023
R
accel/tcg: Store some tlb flags in CPUTLBEntryFull
Richard Henderson committed
June 21, 2023
A
accel: Replace target_ulong in tlb_*()
Anton Johansson committed
June 5, 2023
P
exec/cpu-defs: Check for SOFTMMU instead of !USER_ONLY
Philippe Mathieu-Daudé committed
March 27, 2023
R
tcg: Add tlb_fast_offset to TCGContext
Richard Henderson committed
March 24, 2023
R
tcg: Widen CPUTLBEntry comparators to 64-bits
Richard Henderson committed
May 5, 2023
R
accel/tcg: Introduce tlb_read_idx
Richard Henderson committed
March 6, 2023
A
include/exec: Remove guards around `NB_MMU_MODES`
Anton Johansson committed
A
include/exec: Set default `NB_MMU_MODES` to 16
Anton Johansson committed
March 3, 2023
A
include: split target_long definition from cpu-defs
Alex Bennée committed
February 27, 2023
A
include/exec: Remove `TARGET_TB_PCREL` define
Anton Johansson committed
February 17, 2023
F
cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
Fabiano Rosas committed
August 12, 2022
R
accel/tcg: Introduce TARGET_TB_PCREL
Richard Henderson committed
August 20, 2022
R
include/exec: Introduce TARGET_PAGE_ENTRY_EXTRA
Richard Henderson committed
August 19, 2022
R
accel/tcg: Introduce tlb_set_page_full
Richard Henderson committed
R
accel/tcg: Rename CPUIOTLBEntry to CPUTLBEntryFull
Richard Henderson committed
February 4, 2021
P
exec/cpu-defs: Remove TCG backends dependency
Philippe Mathieu-Daudé committed
October 23, 2020
C
overall/alpha tcg cpus|hppa: Fix Lesser GPL version number
Chetan Pant committed
June 25, 2020
E
osdep: Make MIN/MAX evaluate arguments only once
Eric Blake committed
October 21, 2018
E
tcg: let plugins instrument virtual memory accesses
Emilio G. Cota committed
August 28, 2019
A
include/exec/cpu-defs.h: fix typo
Alex Bennée committed
July 9, 2019
M
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster committed
August 12, 2019
M
Include qemu/queue.h slightly less
Markus Armbruster committed
March 23, 2019
R
cpu: Remove CPU_COMMON
Richard Henderson committed
R
cpu: Move the softmmu tlb to CPUNegativeOffsetState
Richard Henderson committed
R
cpu: Introduce CPUNegativeOffsetState
Richard Henderson committed
March 28, 2019
R
cpu: Move icount_decr to CPUNegativeOffsetState
Richard Henderson committed
March 22, 2019
R
tcg: Create struct CPUTLB
Richard Henderson committed
R
tcg: Split out target/arch/cpu-param.h
Richard Henderson committed
R
tcg: Fold CPUTLBWindow into CPUTLBDesc
Richard Henderson committed
January 23, 2019
R
cputlb: Remove static tlb sizing
Richard Henderson committed
January 16, 2019
E
tcg: introduce dynamic TLB sizing
Emilio G. Cota committed
October 23, 2018
R
cputlb: Remove tlb_c.pending_flushes
Richard Henderson committed
R
cputlb: Move tlb_lock to CPUTLBCommon
Richard Henderson committed
October 20, 2018
R
cputlb: Filter flushes on already clean tlbs
Richard Henderson committed
R
cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flush
Richard Henderson committed
October 19, 2018
R
cputlb: Count "partial" and "elided" tlb flushes
Richard Henderson committed
R
cputlb: Move env->vtlb_index to env->tlb_d.vindex
Richard Henderson committed
October 17, 2018
R
cputlb: Split large page tracking per mmu_idx
Richard Henderson committed
October 9, 2018
E
cputlb: serialize tlb updates with env->tlb_lock
Emilio G. Cota committed
June 15, 2018
P
cpu-defs.h: Document CPUIOTLBEntry 'addr' field
Peter Maydell committed
July 6, 2017
E
cputlb: bring back tlb_flush_count under !TLB_DEBUG
Emilio G. Cota committed
July 3, 2017
Y
tcg: add CONFIG_TCG guards in headers
Yang Zhong committed
March 15, 2016
P
qemu-common: stop including qemu/host-utils.h from qemu-common.h
Paolo Bonzini committed
February 23, 2016
P
include: Clean up includes
Peter Maydell committed
July 5, 2015
P
cpu_defs: Simplify CPUTLB padding logic
Peter Crosthwaite committed
May 31, 2015
P
cpu-defs: Move out TB_JMP defines
Peter Crosthwaite committed
P
include/exec: Move standard exceptions to cpu-all.h
Peter Crosthwaite committed
P
cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcg
Peter Crosthwaite committed
May 5, 2015
P
softmmu: support up to 12 MMU modes
Paolo Bonzini committed
April 26, 2015
P
Add MemTxAttrs to the IOTLB
Peter Maydell committed