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
staging
staging-7.2
staging-8.0
staging-8.1
staging-8.2
staging-9.0
staging-9.1
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
/
cpu-exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-02
Do not include cpu.h if it's not really necessary
Thomas Huth
1
-1
/
+0
2021-03-10
Merge remote-tracking branch 'remotes/thuth-gitlab/tags/pull-request-2021-03-...
Peter Maydell
1
-1
/
+0
2021-03-09
qtest: delete superfluous inclusions of qtest.h
Chen Qun
1
-1
/
+0
2021-03-06
accel/tcg: Precompute curr_cflags into cpu->tcg_cflags
Richard Henderson
1
-3
/
+0
2021-03-06
accel/tcg: drop the use of CF_HASH_MASK and rename params
Alex Bennée
1
-8
/
+8
2021-03-06
accel/tcg: move CF_CLUSTER calculation to curr_cflags
Alex Bennée
1
-5
/
+4
2021-03-06
accel/tcg: rename tb_lookup__cpu_state and hoist state extraction
Alex Bennée
1
-2
/
+8
2021-02-18
accel/tcg: cache single instruction TB on pending replay exception
Alex Bennée
1
-40
/
+4
2021-02-18
accel/tcg: actually cache our partial icount TB
Alex Bennée
1
-8
/
+9
2021-02-11
accel/tcg: Add URL of clang bug to comment about our workaround
Peter Maydell
1
-6
/
+19
2021-02-05
cpu: tcg_ops: move to tcg-cpu-ops.h, keep a pointer in CPUClass
Claudio Fontana
1
-13
/
+14
2021-02-05
cpu: move cc->do_interrupt to tcg_ops
Claudio Fontana
1
-2
/
+2
2021-02-05
cpu: Move debug_excp_handler to tcg_ops
Eduardo Habkost
1
-2
/
+2
2021-02-05
cpu: Move cpu_exec_* to tcg_ops
Eduardo Habkost
1
-6
/
+6
2021-02-05
cpu: Move synchronize_from_tb() to tcg_ops
Eduardo Habkost
1
-2
/
+2
2021-02-05
accel/tcg: split TCG-only code from cpu_exec_realizefn
Claudio Fontana
1
-0
/
+28
2021-01-23
tcg: Toggle page execution for Apple Silicon
Roman Bolshakov
1
-0
/
+2
2021-01-23
accel/tcg: Restrict tb_gen_code() from other accelerators
Philippe Mathieu-Daudé
1
-0
/
+1
2021-01-22
tcg: update the cpu running flag in cpu_exec_step_atomic
Douglas Crosher
1
-0
/
+4
2021-01-07
tcg: Return the TB pointer from the rx region from exit_tb
Richard Henderson
1
-14
/
+21
2021-01-07
tcg: Adjust tb_target_set_jmp_target for split-wx
Richard Henderson
1
-1
/
+3
2021-01-07
tcg: Introduce tcg_splitwx_to_{rx,rw}
Richard Henderson
1
-1
/
+1
2021-01-02
cfi: Initial support for cfi-icall in QEMU
Daniele Buono
1
-0
/
+11
2020-12-16
tcg: Make CPUClass.debug_excp_handler optional
Eduardo Habkost
1
-1
/
+3
2020-12-16
tcg: make CPUClass.cpu_exec_* optional
Eduardo Habkost
1
-3
/
+8
2020-12-16
tcg: cpu_exec_{enter,exit} helpers
Eduardo Habkost
1
-5
/
+18
2020-12-15
accel/tcg: Remove special case for GCC < 4.6
Philippe Mathieu-Daudé
1
-1
/
+1
2020-12-15
icount: improve exec nocache usage
Pavel Dovgalyuk
1
-1
/
+1
2020-10-06
replay: don't record interrupt poll
Pavel Dovgalyuk
1
-3
/
+18
2020-10-05
icount: rename functions to be consistent with the module name
Claudio Fontana
1
-3
/
+3
2020-10-05
cpu-timers, icount: new modules
Claudio Fontana
1
-5
/
+34
2020-09-23
qemu/atomic.h: rename atomic_ to qatomic_
Stefan Hajnoczi
1
-7
/
+8
2020-07-17
tcg/cpu-exec: precise single-stepping after an interrupt
Richard Henderson
1
-1
/
+7
2020-07-16
tcg/cpu-exec: precise single-stepping after an exception
Luc Michel
1
-0
/
+11
2020-02-28
accel/tcg: fix race in cpu_exec_step_atomic (bug 1863025)
Alex Bennée
1
-10
/
+11
2020-01-15
tcg: Search includes from the project root source directory
Philippe Mathieu-Daudé
1
-1
/
+1
2019-12-18
qemu_log_lock/unlock now preserves the qemu_logfile handle.
Robert Foley
1
-2
/
+2
2019-10-28
tcg: let plugins instrument virtual memory accesses
Emilio G. Cota
1
-0
/
+3
2019-10-28
cpu: introduce cpu_in_exclusive_context()
Emilio G. Cota
1
-4
/
+1
2019-08-20
icount: clean up cpu_can_io at the entry to the block
Pavel Dovgalyuk
1
-1
/
+0
2019-06-12
Include qemu-common.h exactly where needed
Markus Armbruster
1
-0
/
+2
2019-06-10
cpu: Move icount_decr to CPUNegativeOffsetState
Richard Henderson
1
-11
/
+12
2019-02-07
Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190206' into staging
Peter Maydell
1
-3
/
+0
2019-02-06
accel/tcg: Consider cluster index in tb_lookup__cpu_state()
Peter Maydell
1
-3
/
+0
2019-02-05
cpu-exec: reset BQL after longjmp in cpu_exec_step_atomic
Emilio G. Cota
1
-0
/
+3
2019-02-05
cpu-exec: add assert_no_pages_locked() after longjmp
Emilio G. Cota
1
-0
/
+1
2019-01-30
tcg: Fix LGPL version number
Thomas Huth
1
-1
/
+1
2019-01-29
accel/tcg: Add cluster number to TCG TB hash
Peter Maydell
1
-0
/
+3
2018-10-18
tcg: Implement CPU_LOG_TB_NOCHAIN during expansion
Richard Henderson
1
-1
/
+1
2018-08-14
accel/tcg: Handle get_page_addr_code() returning -1 in hashtable lookups
Peter Maydell
1
-0
/
+3
[next]