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
stable-9.2
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
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-all.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-20
include/exec: Provide the tswap() functions for target independent code, too
Thomas Huth
1
-63
/
+1
2023-03-28
include/exec: Change reserved_va semantics to last byte
Richard Henderson
1
-1
/
+10
2023-03-28
accel/tcg: Pass last not end to page_reset_target_data
Richard Henderson
1
-1
/
+1
2023-03-28
accel/tcg: Pass last not end to page_set_flags
Richard Henderson
1
-1
/
+1
2023-03-20
replace TABs with spaces
Yeqi Fu
1
-1
/
+1
2022-10-26
accel/tcg: Simplify page_get/alloc_target_data
Richard Henderson
1
-15
/
+6
2022-10-26
accel/tcg: Make page_alloc_target_data allocation constant
Richard Henderson
1
-5
/
+4
2022-09-27
linux-user: Passthrough MADV_DONTNEED for certain file mappings
Ilya Leoshkevich
1
-0
/
+6
2022-08-11
linux-user/aarch64: Reset target data on MADV_DONTNEED
Vitaly Buka
1
-0
/
+1
2022-06-11
accel/tcg: Inline dump_opcount_info() and remove it
Bernhard Beschow
1
-1
/
+0
2022-06-11
accel/tcg/cpu-exec: Unexport dump_drift_info()
Bernhard Beschow
1
-2
/
+0
2022-04-06
Replace TARGET_WORDS_BIGENDIAN
Marc-André Lureau
1
-4
/
+3
2022-04-06
Replace config-time define HOST_WORDS_BIGENDIAN
Marc-André Lureau
1
-3
/
+4
2022-03-06
exec: Make cpu_memory_rw_debug() target agnostic
Philippe Mathieu-Daudé
1
-4
/
+0
2022-01-27
exec/cpu: Make host pages variables / macros 'target agnostic'
Philippe Mathieu-Daudé
1
-9
/
+0
2021-12-18
cpu: remove unnecessary #ifdef CONFIG_TCG
Paolo Bonzini
1
-2
/
+0
2021-11-02
qapi: introduce x-query-opcount QMP command
Daniel P. Berrangé
1
-1
/
+1
2021-11-02
qapi: introduce x-query-jit QMP command
Daniel P. Berrangé
1
-2
/
+2
2021-04-12
exec: Fix overlap of PAGE_ANON and PAGE_TARGET_1
Richard Henderson
1
-2
/
+2
2021-03-23
exec: Build page-vary-common.c with -fno-lto
Richard Henderson
1
-4
/
+0
2021-03-23
exec: Extract 'page-vary.h' header
Richard Henderson
1
-7
/
+4
2021-02-16
linux-user/aarch64: Implement PROT_MTE
Richard Henderson
1
-0
/
+1
2021-02-16
exec: Use uintptr_t for guest_base
Richard Henderson
1
-1
/
+1
2021-02-16
linux-user: Introduce PAGE_ANON
Richard Henderson
1
-0
/
+2
2021-02-16
tcg: Introduce target-specific page data for user-only
Richard Henderson
1
-6
/
+36
2021-02-15
bswap.h: Remove unused float-access functions
Peter Maydell
1
-8
/
+0
2021-02-05
accel/tcg: split TCG-only code from cpu_exec_realizefn
Claudio Fontana
1
-2
/
+9
2020-11-15
overall/alpha tcg cpus|hppa: Fix Lesser GPL version number
Chetan Pant
1
-1
/
+1
2020-10-27
linux-user: Set PAGE_TARGET_1 for TARGET_PROT_BTI
Richard Henderson
1
-0
/
+2
2020-10-05
cpu-timers, icount: new modules
Claudio Fontana
1
-0
/
+4
2020-08-21
meson: rename .inc.h files to .h.inc
Paolo Bonzini
1
-5
/
+5
2020-06-26
osdep: Make MIN/MAX evaluate arguments only once
Eric Blake
1
-5
/
+3
2020-06-10
exec: Propagate cpu_memory_rw_debug() error
Philippe Mathieu-Daudé
1
-0
/
+1
2020-05-15
accel/tcg: Relax va restrictions on 64-bit guests
Richard Henderson
1
-4
/
+19
2020-05-15
exec/cpu-all: Use bool for have_guest_base
Richard Henderson
1
-1
/
+1
2020-05-11
accel/tcg: Add probe_access_flags
Richard Henderson
1
-1
/
+12
2020-02-20
exec: Let cpu_[physical]_memory API use a boolean 'is_write' argument
Philippe Mathieu-Daudé
1
-1
/
+1
2020-02-20
exec: Let the cpu_[physical]_memory API use void pointer arguments
Philippe Mathieu-Daudé
1
-1
/
+1
2019-10-28
exec: Cache TARGET_PAGE_MASK for TARGET_PAGE_BITS_VARY
Richard Henderson
1
-2
/
+6
2019-10-28
exec: Promote TARGET_PAGE_MASK to target_long
Richard Henderson
1
-1
/
+1
2019-10-28
exec: Restrict TARGET_PAGE_BITS_VARY assert to CONFIG_DEBUG_TCG
Richard Henderson
1
-0
/
+4
2019-10-28
exec: Use const alias for TARGET_PAGE_BITS_VARY
Richard Henderson
1
-4
/
+10
2019-10-28
cpu: use ROUND_UP() to define xxx_PAGE_ALIGN
Wei Yang
1
-4
/
+3
2019-09-25
cputlb: Move ROM handling from I/O path to TLB path
Richard Henderson
1
-1
/
+4
2019-09-25
cputlb: Introduce TLB_BSWAP
Richard Henderson
1
-1
/
+3
2019-09-25
exec: Use TARGET_PAGE_BITS_MIN for TLB flags
Richard Henderson
1
-6
/
+10
2019-09-03
cputlb: Handle watchpoints via TLB_WATCHPOINT
Richard Henderson
1
-1
/
+4
2019-09-03
cputlb: Fold TLB_RECHECK into TLB_INVALID_MASK
Richard Henderson
1
-4
/
+1
2019-08-21
hw/core: Move cpu.c, cpu.h from qom/ to hw/core/
Markus Armbruster
1
-1
/
+1
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-1
/
+0
[next]