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-10.0
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-10.0
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
staging-9.2
tracing
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
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-15
qemu: Declare all load/store helper in 'qemu/bswap.h'
Philippe Mathieu-Daudé
1
-70
/
+0
2025-07-15
qemu: Convert target_words_bigendian() to TargetInfo API
Philippe Mathieu-Daudé
1
-12
/
+1
2025-07-15
pci: Add a memory attribute for pre-translated DMA operations
CLEMENT MATHIEU--DRIF
1
-0
/
+3
2025-07-03
physmem: qemu_ram_get_fd_offset
Steve Sistare
1
-0
/
+1
2025-07-02
gdbstub: Expose gdb_write_register function to consumers of gdbstub
Rowan Hart
1
-0
/
+14
2025-06-07
include/exec: fix assert in size_memop
Alex Bennée
1
-2
/
+2
2025-05-14
tcg: add vaddr type for helpers
Pierrick Bouvier
1
-0
/
+11
2025-05-09
include/exec/cpu-common.h: fix "the the" typo in comment
Michael Tokarev
1
-1
/
+1
2025-04-30
include: Remove 'exec/exec-all.h'
Philippe Mathieu-Daudé
1
-23
/
+0
2025-04-30
accel/tcg: Extract probe API out of 'exec/exec-all.h'
Philippe Mathieu-Daudé
1
-100
/
+0
2025-04-30
physmem: Restrict TCG IOTLB code to TCG accel
Philippe Mathieu-Daudé
1
-26
/
+0
2025-04-30
accel/tcg: Include 'accel/tcg/getpc.h' in 'exec/helper-proto'
Philippe Mathieu-Daudé
2
-1
/
+2
2025-04-30
include/exec: Move tb_invalidate_phys_range to translation-block.h
Richard Henderson
2
-5
/
+4
2025-04-30
include/exec: Include missing headers in exec-all.h
Philippe Mathieu-Daudé
1
-0
/
+3
2025-04-30
accel/tcg: Reduce scope of tb_phys_invalidate, tb_set_jmp_target
Richard Henderson
1
-2
/
+0
2025-04-30
accel/tcg: Convert TARGET_HAS_PRECISE_SMC to TCGCPUOps.precise_smc
Richard Henderson
1
-1
/
+0
2025-04-30
accel/tcg: Add CPUState arg to tb_invalidate_phys_range
Richard Henderson
1
-1
/
+2
2025-04-25
system/memory: Remove DEVICE_HOST_ENDIAN definition
Philippe Mathieu-Daudé
1
-6
/
+0
2025-04-25
exec: Rename target_words_bigendian() -> target_big_endian()
Philippe Mathieu-Daudé
1
-6
/
+6
2025-04-23
tcg: Convert TARGET_SUPPORTS_MTTCG to TCGCPUOps::mttcg_supported field
Philippe Mathieu-Daudé
1
-1
/
+0
2025-04-23
exec: Do not include 'accel/tcg/cpu-ldst.h' in 'exec-all.h'
Philippe Mathieu-Daudé
1
-3
/
+0
2025-04-23
exec: Restrict 'cpu_ldst.h' to accel/tcg/
Philippe Mathieu-Daudé
2
-564
/
+1
2025-04-23
exec: Restrict 'cpu-ldst-common.h' to accel/tcg/
Philippe Mathieu-Daudé
2
-123
/
+1
2025-04-23
exec/poison: KVM_HAVE_MCE_INJECTION can now be poisoned
Pierrick Bouvier
1
-0
/
+2
2025-04-23
exec/cpu-all: remove this header
Pierrick Bouvier
1
-25
/
+0
2025-04-23
exec/cpu-all: transfer exec/cpu-common include to cpu.h headers
Pierrick Bouvier
2
-1
/
+1
2025-04-23
exec/cpu-all: remove exec/target_page include
Pierrick Bouvier
1
-1
/
+0
2025-04-23
exec/cpu-all: remove cpu include
Pierrick Bouvier
1
-1
/
+0
2025-04-23
accel/tcg: fix missing includes for TARGET_HAS_PRECISE_SMC
Pierrick Bouvier
1
-0
/
+1
2025-04-23
accel/tcg: fix missing includes for TCG_GUEST_DEFAULT_MO
Pierrick Bouvier
1
-0
/
+1
2025-04-23
exec/cpu-all: remove exec/cpu-interrupt include
Pierrick Bouvier
1
-1
/
+0
2025-04-23
exec/cpu-all: remove tswap include
Pierrick Bouvier
1
-1
/
+0
2025-04-23
exec/cpu-all: remove exec/page-protection include
Pierrick Bouvier
1
-1
/
+0
2025-04-23
exec/cpu-all: remove system/memory include
Pierrick Bouvier
1
-5
/
+0
2025-04-23
include/exec/cpu-all: move compile time check for CPUArchState to cpu-target.c
Pierrick Bouvier
1
-4
/
+0
2025-04-23
exec/cpu-all: move cpu_copy to linux-user/qemu.h
Pierrick Bouvier
1
-2
/
+0
2025-04-23
page-vary: Restrict scope of TARGET_PAGE_BITS_MIN
Richard Henderson
2
-9
/
+2
2025-04-23
page-vary: Move and rename qemu_target_page_bits_min
Richard Henderson
2
-1
/
+9
2025-04-23
include/exec: Redefine tlb-flags with absolute values
Richard Henderson
1
-36
/
+32
2025-04-23
accel/tcg: Move get_page_addr_code* declarations
Richard Henderson
1
-34
/
+0
2025-04-23
include/exec: Move tb_{,set_}page_addr[01] to translation-block.h
Richard Henderson
2
-49
/
+50
2025-04-23
include/exec: Move TLB_MMIO, TLB_DISCARD_WRITE to slow flags
Richard Henderson
1
-8
/
+9
2025-04-23
accel/tcg: Fix argument types of tlb_reset_dirty
Richard Henderson
1
-1
/
+1
2025-04-23
exec/cpu-all: extract tlb flags defines to exec/tlb-flags.h
Pierrick Bouvier
2
-63
/
+89
2025-04-23
meson: Only allow CONFIG_USER_ONLY from certain source sets
Richard Henderson
1
-0
/
+5
2025-04-23
include/exec: Protect icount_enabled from poisoned symbols
Richard Henderson
1
-1
/
+9
2025-04-23
include/exec: Split out icount.h
Richard Henderson
1
-0
/
+68
2025-04-23
include/exec: Drop ifndef CONFIG_USER_ONLY from cpu-common.h
Richard Henderson
1
-6
/
+0
2025-04-23
include/exec: Split out watchpoint.h
Richard Henderson
1
-0
/
+41
2025-04-23
exec: Restrict memory-internal.h to system/
Philippe Mathieu-Daudé
1
-66
/
+0
[next]