index
:
riscv-gnu-toolchain/qemu.git
block
master
stable-0.10
stable-0.11
stable-0.12
stable-0.13
stable-0.14
stable-0.15
stable-1.0
stable-1.1
stable-1.2
stable-1.3
stable-1.4
stable-1.5
stable-1.6
stable-1.7
stable-2.0
stable-2.1
stable-2.10
stable-2.11
stable-2.12
stable-2.2
stable-2.3
stable-2.4
stable-2.5
stable-2.6
stable-2.7
stable-2.8
stable-2.9
stable-3.0
stable-3.1
stable-4.0
stable-4.1
stable-4.2
stable-5.0
stable-6.0
stable-6.1
stable-7.2
stable-8.0
stable-8.1
stable-8.2
stable-9.0
stable-9.1
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
Unnamed repository; edit this file 'description' to name the repository.
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
exec
/
cpu-defs.h
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-05
exec/cpu-defs: Remove TCG backends dependency
Philippe Mathieu-Daudé
1
-3
/
+0
2020-11-15
overall/alpha tcg cpus|hppa: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-06-26
osdep: Make MIN/MAX evaluate arguments only once
Eric Blake
1
-1
/
+6
2019-10-28
tcg: let plugins instrument virtual memory accesses
Emilio G. Cota
1
-0
/
+1
2019-09-03
include/exec/cpu-defs.h: fix typo
Alex Bennée
1
-1
/
+1
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
1
-1
/
+1
2019-08-16
Include qemu/queue.h slightly less
Markus Armbruster
1
-1
/
+0
2019-06-10
cpu: Remove CPU_COMMON
Richard Henderson
1
-2
/
+0
2019-06-10
cpu: Move the softmmu tlb to CPUNegativeOffsetState
Richard Henderson
1
-7
/
+13
2019-06-10
cpu: Move icount_decr to CPUNegativeOffsetState
Richard Henderson
1
-1
/
+2
2019-06-10
cpu: Introduce CPUNegativeOffsetState
Richard Henderson
1
-0
/
+8
2019-06-10
tcg: Create struct CPUTLB
Richard Henderson
1
-25
/
+34
2019-06-10
tcg: Split out target/arch/cpu-param.h
Richard Henderson
1
-1
/
+21
2019-06-10
tcg: Fold CPUTLBWindow into CPUTLBDesc
Richard Henderson
1
-13
/
+4
2019-01-28
cputlb: Remove static tlb sizing
Richard Henderson
1
-46
/
+0
2019-01-28
tcg: introduce dynamic TLB sizing
Emilio G. Cota
1
-2
/
+55
2018-10-31
cputlb: Remove tlb_c.pending_flushes
Richard Henderson
1
-6
/
+0
2018-10-31
cputlb: Filter flushes on already clean tlbs
Richard Henderson
1
-1
/
+6
2018-10-31
cputlb: Count "partial" and "elided" tlb flushes
Richard Henderson
1
-2
/
+10
2018-10-31
cputlb: Move env->vtlb_index to env->tlb_d.vindex
Richard Henderson
1
-2
/
+3
2018-10-31
cputlb: Split large page tracking per mmu_idx
Richard Henderson
1
-2
/
+12
2018-10-31
cputlb: Move cpu->pending_tlb_flush to env->tlb_c.pending_flush
Richard Henderson
1
-1
/
+7
2018-10-31
cputlb: Move tlb_lock to CPUTLBCommon
Richard Henderson
1
-3
/
+14
2018-10-18
cputlb: serialize tlb updates with env->tlb_lock
Emilio G. Cota
1
-0
/
+3
2018-06-15
cpu-defs.h: Document CPUIOTLBEntry 'addr' field
Peter Maydell
1
-0
/
+9
2017-10-10
cputlb: bring back tlb_flush_count under !TLB_DEBUG
Emilio G. Cota
1
-0
/
+1
2017-07-05
tcg: add CONFIG_TCG guards in headers
Yang Zhong
1
-1
/
+3
2016-05-19
qemu-common: stop including qemu/host-utils.h from qemu-common.h
Paolo Bonzini
1
-0
/
+1
2016-02-23
include: Clean up includes
Peter Maydell
1
-3
/
+0
2015-08-06
cpu_defs: Simplify CPUTLB padding logic
Peter Crosthwaite
1
-11
/
+12
2015-06-26
cpu-defs: Move out TB_JMP defines
Peter Crosthwaite
1
-8
/
+0
2015-06-26
include/exec: Move standard exceptions to cpu-all.h
Peter Crosthwaite
1
-6
/
+0
2015-06-26
cpu-defs: Move CPU_TEMP_BUF_NLONGS to tcg
Peter Crosthwaite
1
-1
/
+0
2015-06-03
softmmu: support up to 12 MMU modes
Paolo Bonzini
1
-2
/
+33
2015-04-26
Add MemTxAttrs to the IOTLB
Peter Maydell
1
-0
/
+2
2015-04-26
Make CPU iotlb a structure rather than a plain hwaddr
Peter Maydell
1
-2
/
+11
2014-09-01
implementing victim TLB for QEMU system emulated TLB
Xin Tong
1
-2
/
+7
2014-03-13
cpu: Move breakpoints field from CPU_COMMON to CPUState
Andreas Färber
1
-10
/
+0
2014-03-13
cpu: Move watchpoint fields from CPU_COMMON to CPUState
Andreas Färber
1
-10
/
+0
2014-03-13
cpu: Move opaque field from CPU_COMMON to CPUState
Andreas Färber
1
-3
/
+0
2014-03-13
cpu: Move exception_index field from CPU_COMMON to CPUState
Andreas Färber
1
-3
/
+0
2014-03-13
cpu: Move jmp_env field from CPU_COMMON to CPUState
Andreas Färber
1
-2
/
+0
2014-03-13
cpu: Move tb_jmp_cache field from CPU_COMMON to CPUState
Andreas Färber
1
-4
/
+0
2014-03-13
cpu: Move icount_decr field from CPU_COMMON to CPUState
Andreas Färber
1
-20
/
+0
2014-03-13
cpu: Move icount_extra field from CPU_COMMON to CPUState
Andreas Färber
1
-1
/
+0
2014-03-13
cpu: Move can_do_io field from CPU_COMMON to CPUState
Andreas Färber
1
-1
/
+0
2014-03-13
cpu: Move mem_io_{pc,vaddr} fields from CPU_COMMON to CPUState
Andreas Färber
1
-7
/
+0
2014-03-10
target-arm: Implement WFE as a yield operation
Peter Maydell
1
-0
/
+1
2013-10-07
cpu: Drop cpu_model_str from CPU_COMMON
Andreas Färber
1
-2
/
+0
2013-07-26
Merge remote-tracking branch 'rth/tcg-next' into staging
Anthony Liguori
1
-2
/
+0
[next]