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
/
accel
/
tcg
/
user-exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-05
accel/tcg: Handle false negative lookup in page_check_range
Richard Henderson
1
-7
/
+34
2023-01-05
accel/tcg: Use g_free_rcu for user-exec interval trees
Richard Henderson
1
-8
/
+10
2022-12-20
accel/tcg: Use interval tree for user-only page tracking
Richard Henderson
1
-200
/
+413
2022-12-20
accel/tcg: Move page_{get,set}_flags to user-exec.c
Richard Henderson
1
-0
/
+346
2022-12-20
accel/tcg: Use interval tree for TARGET_PAGE_DATA_SIZE
Richard Henderson
1
-26
/
+75
2022-10-26
accel/tcg: Simplify page_get/alloc_target_data
Richard Henderson
1
-12
/
+4
2022-10-26
accel/tcg: Move TARGET_PAGE_DATA_SIZE impl to user-exec.c
Richard Henderson
1
-0
/
+50
2022-09-06
accel/tcg: Unlock mmap_lock after longjmp
Richard Henderson
1
-3
/
+0
2022-09-06
accel/tcg: Properly implement get_page_addr_code for user-only
Richard Henderson
1
-0
/
+14
2022-06-08
Fix 'writeable' typos
Peter Maydell
1
-3
/
+3
2022-04-20
accel/tcg: Remove ATOMIC_MMU_IDX
Richard Henderson
1
-1
/
+0
2022-02-09
tracing: remove TCG memory access tracing
Alex Bennée
1
-14
/
+0
2022-01-08
exec/memop: Adding signedness to quad definitions
Frédéric Pétrot
1
-4
/
+4
2021-11-02
tcg: Add helper_unaligned_{ld,st} for user-only sigbus
Richard Henderson
1
-0
/
+11
2021-11-02
accel/tcg: Report unaligned load/store for user-only
Richard Henderson
1
-1
/
+6
2021-11-02
accel/tcg: Report unaligned atomics for user-only
Richard Henderson
1
-1
/
+12
2021-11-02
linux-user: Add cpu_loop_exit_sigsegv
Richard Henderson
1
-15
/
+18
2021-11-02
linux-user/host/riscv: Populate host_signal.h
Richard Henderson
1
-134
/
+0
2021-11-02
linux-user/host/mips: Populate host_signal.h
Richard Henderson
1
-51
/
+1
2021-11-02
linux-user/host/s390: Populate host_signal.h
Richard Henderson
1
-87
/
+1
2021-11-02
linux-user/host/aarch64: Populate host_signal.h
Richard Henderson
1
-93
/
+1
2021-11-02
linux-user/host/arm: Populate host_signal.h
Richard Henderson
1
-44
/
+1
2021-11-02
linux-user/host/sparc: Populate host_signal.h
Richard Henderson
1
-61
/
+1
2021-11-02
linux-user/host/alpha: Populate host_signal.h
Richard Henderson
1
-30
/
+1
2021-11-02
linux-user/host/ppc: Populate host_signal.h
Richard Henderson
1
-78
/
+1
2021-11-02
linux-user/host/x86: Populate host_signal.h
Richard Henderson
1
-135
/
+1
2021-10-30
accel/tcg: Fold cpu_exit_tb_from_sighandler into caller
Richard Henderson
1
-12
/
+2
2021-10-30
accel/tcg: Split out handle_sigsegv_accerr_write
Richard Henderson
1
-41
/
+60
2021-10-30
accel/tcg: Move clear_helper_retaddr to cpu loop
Richard Henderson
1
-2
/
+0
2021-10-30
accel/tcg: Split out adjust_signal_pc
Richard Henderson
1
-16
/
+25
2021-10-13
accel/tcg: Add cpu_{ld,st}*_mmu interfaces
Richard Henderson
1
-209
/
+138
2021-10-05
trace: Split guest_mem_before
Richard Henderson
1
-29
/
+15
2021-10-05
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
1
-14
/
+14
2021-10-05
trace/mem: Pass MemOpIdx to trace_mem_get_info
Richard Henderson
1
-14
/
+28
2021-10-05
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
1
-1
/
+1
2021-10-05
accel/tcg: Drop signness in tracing in cputlb.c
Richard Henderson
1
-39
/
+6
2021-09-14
accel/tcg/user-exec: Fix read-modify-write of code on s390 hosts
Ilya Leoshkevich
1
-7
/
+41
2021-07-21
accel/tcg: Expand ATOMIC_MMU_LOOKUP_*
Richard Henderson
1
-5
/
+7
2021-07-21
accel/tcg: Remove ATOMIC_MMU_DECLS
Richard Henderson
1
-1
/
+0
2021-07-21
accel/tcg: Fold EXTRA_ARGS into atomic_template.h
Richard Henderson
1
-1
/
+0
2021-07-21
accel/tcg: Standardize atomic helpers on softmmu api
Richard Henderson
1
-26
/
+0
2021-07-21
tcg: Rename helper_atomic_*_mmu and provide for user-only
Richard Henderson
1
-17
/
+34
2021-06-29
tcg: Use correct trap number for page faults on *BSD systems
Warner Losh
1
-2
/
+18
2021-06-19
accel/tcg: Probe the proper permissions for atomic ops
Richard Henderson
1
-3
/
+5
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-02-16
exec: Rename guest_{addr,range}_valid to *_untagged
Richard Henderson
1
-1
/
+2
2021-02-16
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
1
-24
/
+24
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
1
-4
/
+5
2021-02-05
cpu: move debug_check_watchpoint to tcg_ops
Claudio Fontana
1
-1
/
+2
2021-02-05
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
1
-3
/
+3
[next]