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