index
:
rocket-tools/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
/
exec-all.h
Age
Commit message (
Expand
)
Author
Files
Lines
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é
1
-1
/
+0
2025-04-30
include/exec: Move tb_invalidate_phys_range to translation-block.h
Richard Henderson
1
-5
/
+0
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: Add CPUState arg to tb_invalidate_phys_range
Richard Henderson
1
-1
/
+2
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é
1
-1
/
+1
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
1
-49
/
+0
2025-04-23
exec/exec-all: remove dependency on cpu.h
Pierrick Bouvier
1
-1
/
+0
2025-03-08
accel/tcg: Split out getpc.h
Richard Henderson
1
-9
/
+1
2025-03-08
accel/tcg: Restrict GETPC_ADJ to 'tb-internal.h'
Philippe Mathieu-Daudé
1
-9
/
+0
2025-03-08
exec: Declare tlb_flush*() in 'exec/cputlb.h'
Philippe Mathieu-Daudé
1
-184
/
+0
2025-03-08
exec: Declare tlb_set_page() in 'exec/cputlb.h'
Philippe Mathieu-Daudé
1
-9
/
+0
2025-03-08
exec: Declare tlb_set_page_with_attrs() in 'exec/cputlb.h'
Philippe Mathieu-Daudé
1
-25
/
+0
2025-03-08
exec: Declare tlb_set_page_full() in 'exec/cputlb.h'
Philippe Mathieu-Daudé
1
-22
/
+0
2025-03-08
exec: Declare tlb_reset_dirty*() in 'exec/cputlb.h'
Philippe Mathieu-Daudé
1
-3
/
+0
2025-03-06
accel/tcg: Restrict tlb_init() / destroy() to TCG
Philippe Mathieu-Daudé
1
-16
/
+0
2024-12-20
accel/tcg: Declare cpu_loop_exit_requested() in 'exec/cpu-common.h'
Philippe Mathieu-Daudé
1
-17
/
+0
2024-12-20
user: Move various declarations out of 'exec/exec-all.h'
Philippe Mathieu-Daudé
1
-54
/
+1
2024-12-20
accel/tcg: Declare mmap_[un]lock() in 'exec/page-protection.h'
Philippe Mathieu-Daudé
1
-17
/
+0
2024-10-22
include/exec: Improve probe_access_full{, _mmu} documentation
Richard Henderson
1
-16
/
+15
2024-07-23
accel: Restrict probe_access*() functions to TCG
Philippe Mathieu-Daudé
1
-1
/
+6
2024-05-24
tcg/cputlb: Remove non-synced variants of global TLB flushes
Nicholas Piggin
1
-82
/
+15
2024-05-06
accel/tcg: Access tcg_cflags with getter / setter
Philippe Mathieu-Daudé
1
-3
/
+0
2024-04-26
exec: Declare MMUAccessType type in 'mmu-access-type.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-26
exec: Declare abi_ptr type in its own 'abi_ptr.h' header
Philippe Mathieu-Daudé
1
-0
/
+1
2024-04-26
exec: Reduce tlb_set_dirty() declaration scope
Philippe Mathieu-Daudé
1
-1
/
+0
2024-03-12
physmem: Expose tlb_reset_dirty_range_all()
Philippe Mathieu-Daudé
1
-0
/
+1
2024-01-29
tcg: Make tb_cflags() usable from target-agnostic code
Ilya Leoshkevich
1
-6
/
+0
2024-01-19
accel/tcg: Remove unused tb_invalidate_phys_addr()
Philippe Mathieu-Daudé
1
-5
/
+0
2023-10-04
exec: Move cpu_loop_foo() target agnostic functions to 'cpu-common.h'
Philippe Mathieu-Daudé
1
-30
/
+0
2023-10-03
accel/tcg: Remove cpu_neg()
Richard Henderson
1
-1
/
+1
2023-08-31
target/translate: Restrict 'exec/cpu_ldst.h' to user emulation
Philippe Mathieu-Daudé
1
-1
/
+1
2023-07-23
include/exec: Add WITH_MMAP_LOCK_GUARD
Richard Henderson
1
-0
/
+10
2023-07-03
plugins: force slow path when plugins instrument memory ops
Alex Bennée
1
-0
/
+23
2023-06-26
cpu: Replace target_ulong with hwaddr in tb_invalidate_phys_addr()
Anton Johansson
1
-1
/
+1
2023-06-26
accel: Replace target_ulong with vaddr in probe_*()
Anton Johansson
1
-7
/
+7
2023-06-26
accel: Replace target_ulong in tlb_*()
Anton Johansson
1
-40
/
+39
2023-06-05
include/exec: Remove CODE_GEN_AVG_BLOCK_SIZE
Richard Henderson
1
-10
/
+0
2023-06-05
tcg: Spit out exec/translation-block.h
Richard Henderson
1
-131
/
+1
2023-06-05
exec-all: Widen TranslationBlock pc and cs_base to 64-bits
Richard Henderson
1
-2
/
+2
2023-06-05
exec-all: Widen tb_page_addr_t for user-only
Richard Henderson
1
-2
/
+2
2023-06-01
tcg: remove the final vestiges of dstate
Alex Bennée
1
-3
/
+0
2023-05-23
tcg: Remove DEBUG_DISAS
Richard Henderson
1
-3
/
+0
2023-03-28
accel/tcg: Pass last not end to tb_invalidate_phys_range
Richard Henderson
1
-1
/
+1
2023-03-07
includes: move tb_flush into its own header
Alex Bennée
1
-1
/
+0
[next]