index
:
slackcoder/qemu
master
QEMU is a generic and open source machine & userspace emulator and virtualizer
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
accel
/
tcg
/
user-exec.c
Age
Commit message (
Expand
)
Author
2020-06-02
accel/tcg: Provide a NetBSD specific aarch64 cpu_signal_handler
Nick Hudson
2020-06-02
accel/tcg: Adjust cpu_signal_handler for NetBSD/arm
Nick Hudson
2020-05-11
accel/tcg: Add endian-specific cpu_{ld, st}* operations
Richard Henderson
2020-05-11
accel/tcg: Add probe_access_flags
Richard Henderson
2020-05-11
accel/tcg: Adjust probe_access call to page_check_range
Richard Henderson
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
2020-01-15
cputlb: Expand cpu_ldst_useronly_template.h in user-exec.c
Richard Henderson
2019-10-28
atomic_template: add inline trace/plugin helpers
Emilio G. Cota
2019-10-28
trace: add mmu_index to mem_info
Alex Bennée
2019-09-03
tcg: Factor out probe_write() logic into probe_access()
David Hildenbrand
2019-09-03
tcg: Make probe_write() return a pointer to the host page
David Hildenbrand
2019-09-03
tcg: Enforce single page access in probe_write()
David Hildenbrand
2019-09-03
tcg: Factor out CONFIG_USER_ONLY probe_write() from s390x code
David Hildenbrand
2019-07-14
tcg: Release mmap_lock on translation fault
Richard Henderson
2019-07-14
tcg: Introduce set/clear_helper_retaddr
Richard Henderson
2019-06-10
cpu: Replace ENV_GET_CPU with env_cpu
Richard Henderson
2019-05-10
tcg: Remove CPUClass::handle_mmu_fault
Richard Henderson
2019-05-10
tcg: Add CPUClass::tlb_fill
Richard Henderson
2019-01-30
tcg: Fix LGPL version number
Thomas Huth
2019-01-29
accel/tcg/user-exec: Don't parse aarch64 insns to test for read vs write
Peter Maydell
2018-12-26
tcg: Add RISC-V cpu signal handler
Alistair Francis
2018-10-18
tcg: Split CONFIG_ATOMIC128
Richard Henderson
2018-04-11
icount: fix cpu_restore_state_from_tb for non-tb-exit cases
Pavel Dovgalyuk
2018-02-05
Drop remaining bits of ia64 host support
Peter Maydell
2018-01-25
accel/tcg: add size paremeter in tlb_fill()
Laurent Vivier
2018-01-23
page_unprotect(): handle calls to pages that are PAGE_WRITE
Peter Maydell
2018-01-23
linux-user: Propagate siginfo_t through to handle_cpu_signal()
Peter Maydell
2017-11-21
accel/tcg: Handle atomic accesses to notdirty memory correctly
Peter Maydell
2017-11-15
tcg: Record code_gen_buffer address for user-only memory helpers
Richard Henderson
2017-09-17
accel/tcg: move USER code to user-exec.c
Philippe Mathieu-Daudé
2017-09-17
accel/tcg: move user-exec to accel/tcg/
Philippe Mathieu-Daudé