index
:
sinitax/cachepc-qemu
master
Fork of AMDESE/qemu with changes for cachepc side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
user-exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
trace: Split guest_mem_before
Richard Henderson
2021-10-05
1
-29
/
+15
*
plugins: Reorg arguments to qemu_plugin_vcpu_mem_cb
Richard Henderson
2021-10-05
1
-14
/
+14
*
trace/mem: Pass MemOpIdx to trace_mem_get_info
Richard Henderson
2021-10-05
1
-14
/
+28
*
tcg: Rename TCGMemOpIdx to MemOpIdx
Richard Henderson
2021-10-05
1
-1
/
+1
*
accel/tcg: Drop signness in tracing in cputlb.c
Richard Henderson
2021-10-05
1
-39
/
+6
*
accel/tcg/user-exec: Fix read-modify-write of code on s390 hosts
Ilya Leoshkevich
2021-09-14
1
-7
/
+41
*
accel/tcg: Expand ATOMIC_MMU_LOOKUP_*
Richard Henderson
2021-07-21
1
-5
/
+7
*
accel/tcg: Remove ATOMIC_MMU_DECLS
Richard Henderson
2021-07-21
1
-1
/
+0
*
accel/tcg: Fold EXTRA_ARGS into atomic_template.h
Richard Henderson
2021-07-21
1
-1
/
+0
*
accel/tcg: Standardize atomic helpers on softmmu api
Richard Henderson
2021-07-21
1
-26
/
+0
*
tcg: Rename helper_atomic_*_mmu and provide for user-only
Richard Henderson
2021-07-21
1
-17
/
+34
*
tcg: Use correct trap number for page faults on *BSD systems
Warner Losh
2021-06-29
1
-2
/
+18
*
accel/tcg: Probe the proper permissions for atomic ops
Richard Henderson
2021-06-19
1
-3
/
+5
*
Do not include cpu.h if it's not really necessary
Thomas Huth
2021-05-02
1
-1
/
+0
*
exec: Rename guest_{addr,range}_valid to *_untagged
Richard Henderson
2021-02-16
1
-1
/
+2
*
exec: Use cpu_untagged_addr in g2h; split out g2h_untagged
Richard Henderson
2021-02-16
1
-24
/
+24
*
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
2021-02-05
1
-4
/
+5
*
cpu: move debug_check_watchpoint to tcg_ops
Claudio Fontana
2021-02-05
1
-1
/
+2
*
cpu: Move tlb_fill to tcg_ops
Eduardo Habkost
2021-02-05
1
-3
/
+3
*
remove TCG includes from common code
Paolo Bonzini
2021-01-02
1
-1
/
+1
*
accel/tcg/user-exec: silence the compiler warnings
Chen Qun
2020-12-18
1
-1
/
+2
*
accel/tcg: Fix computing of is_write for MIPS
Kele Huang
2020-10-08
1
-4
/
+39
*
qemu/: fix some comment spelling errors
zhaolichang
2020-09-17
1
-1
/
+1
*
meson: rename included C source files to .c.inc
Paolo Bonzini
2020-08-21
1
-1
/
+1
*
trace: switch position of headers to what Meson requires
Paolo Bonzini
2020-08-21
1
-1
/
+1
*
accel/tcg: Provide a NetBSD specific aarch64 cpu_signal_handler
Nick Hudson
2020-06-02
1
-0
/
+27
*
accel/tcg: Adjust cpu_signal_handler for NetBSD/arm
Nick Hudson
2020-06-02
1
-3
/
+13
*
accel/tcg: Add endian-specific cpu_{ld, st}* operations
Richard Henderson
2020-05-11
1
-38
/
+173
*
accel/tcg: Add probe_access_flags
Richard Henderson
2020-05-11
1
-9
/
+34
*
accel/tcg: Adjust probe_access call to page_check_range
Richard Henderson
2020-05-11
1
-1
/
+1
*
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2020-01-15
1
-1
/
+1
*
cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c
Richard Henderson
2020-01-15
1
-0
/
+236
*
atomic_template: add inline trace/plugin helpers
Emilio G. Cota
2019-10-28
1
-0
/
+2
*
trace: add mmu_index to mem_info
Alex Bennée
2019-10-28
1
-0
/
+1
*
tcg: Factor out probe_write() logic into probe_access()
David Hildenbrand
2019-09-03
1
-6
/
+20
*
tcg: Make probe_write() return a pointer to the host page
David Hildenbrand
2019-09-03
1
-2
/
+4
*
tcg: Enforce single page access in probe_write()
David Hildenbrand
2019-09-03
1
-0
/
+2
*
tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x code
David Hildenbrand
2019-09-03
1
-0
/
+14
*
tcg: Release mmap_lock on translation fault
Richard Henderson
2019-07-14
1
-19
/
+47
*
tcg: Introduce set/clear_helper_retaddr
Richard Henderson
2019-07-14
1
-5
/
+6
*
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-06-10
1
-1
/
+1
*
tcg: Remove CPUClass::handle_mmu_fault
Richard Henderson
2019-05-10
1
-10
/
+3
*
tcg: Add CPUClass::tlb_fill
Richard Henderson
2019-05-10
1
-25
/
+14
*
tcg: Fix LGPL version number
Thomas Huth
2019-01-30
1
-1
/
+1
*
accel/tcg/user-exec: Don't parse aarch64 insns to test for read vs write
Peter Maydell
2019-01-29
1
-14
/
+52
*
tcg: Add RISC-V cpu signal handler
Alistair Francis
2018-12-26
1
-0
/
+75
*
tcg: Split CONFIG_ATOMIC128
Richard Henderson
2018-10-18
1
-2
/
+3
*
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2018-04-11
1
-1
/
+1
*
Drop remaining bits of ia64 host support
Peter Maydell
2018-02-05
1
-33
/
+0
*
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-25
1
-1
/
+1
[next]