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
/
cpu-exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-25
i386: partial revert of interrupt poll fix
Pavel Dovgalyuk
1
-0
/
+9
2015-09-16
cpu-exec: Migrate some generic fns to cpu-exec-common
Peter Crosthwaite
1
-59
/
+0
2015-09-14
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-49
/
+70
2015-09-11
cpu-exec: introduce loop exit with restore function
Pavel Dovgalyuk
1
-0
/
+9
2015-09-09
cpu-exec: fix lock hierarchy for user-mode emulation
Paolo Bonzini
1
-18
/
+53
2015-09-09
replace spinlock by QemuMutex.
KONRAD Frederic
1
-11
/
+3
2015-09-09
tcg: signal-free qemu_cpu_kick
Paolo Bonzini
1
-1
/
+1
2015-09-09
tcg: synchronize exit_request and tcg_current_cpu accesses
Paolo Bonzini
1
-1
/
+1
2015-09-09
tcg: synchronize cpu->exit_request and cpu->tcg_exit_req accesses
Paolo Bonzini
1
-1
/
+5
2015-09-09
tcg: assign cpu->current_tb in a simpler place
Paolo Bonzini
1
-8
/
+2
2015-09-09
tcg: introduce tcg_current_cpu
Paolo Bonzini
1
-9
/
+5
2015-08-14
exec: drop cpu_can_do_io, just read cpu->can_do_io
Paolo Bonzini
1
-1
/
+1
2015-08-06
cpu-exec: Do not invalidate original TB in cpu_exec_nocache()
Sergey Fedorov
1
-6
/
+2
2015-07-09
cpu-exec: Purge all uses of ENV_GET_CPU()
Peter Crosthwaite
1
-15
/
+13
2015-06-26
include/exec: Move tb hash functions out
Peter Crosthwaite
1
-0
/
+1
2015-02-24
Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging
Peter Maydell
1
-0
/
+33
2015-02-16
exec: RCUify AddressSpaceDispatch
Paolo Bonzini
1
-1
/
+24
2015-02-16
exec: make iotlb RCU-friendly
Paolo Bonzini
1
-1
/
+5
2015-02-16
exec: introduce cpu_reload_memory_map
Paolo Bonzini
1
-0
/
+6
2015-02-10
cpu-exec: simplify icount code
Paolo Bonzini
1
-8
/
+3
2015-02-10
cpu-exec: drop dead assignment
Paolo Bonzini
1
-1
/
+0
2015-02-02
cpu-exec: simplify init_delay_params
Paolo Bonzini
1
-4
/
+2
2015-02-02
cpu-exec: simplify align_clocks
Paolo Bonzini
1
-2
/
+1
2014-12-15
cpu-exec: invalidate nocache translation if they are interrupted
Pavel Dovgalyuk
1
-1
/
+1
2014-12-15
icount: set can_do_io outside TB execution
Pavel Dovgalyuk
1
-0
/
+3
2014-12-15
cpu-exec: reset exception_index correctly
Pavel Dovgalyuk
1
-1
/
+2
2014-12-15
cpu-exec: fix cpu_exec_nocache
Pavel Dovgalyuk
1
-1
/
+6
2014-09-25
cpu-exec: Do CPU_INTERRUPT_HALT unconditionally
Richard Henderson
1
-5
/
+0
2014-09-25
target-i386: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-64
/
+0
2014-09-25
target-ppc: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-8
/
+0
2014-09-25
target-lm32: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-7
/
+0
2014-09-25
target-microblaze: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-9
/
+0
2014-09-25
target-mips: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-9
/
+0
2014-09-25
target-tricore: Remove the dummy interrupt boilerplate
Richard Henderson
1
-5
/
+0
2014-09-25
target-openrisc: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-18
/
+0
2014-09-25
target-sparc: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-16
/
+0
2014-09-25
target-arm: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-23
/
+0
2014-09-25
target-unicore32: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-7
/
+0
2014-09-25
target-sh4: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-5
/
+0
2014-09-25
target-alpha: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-32
/
+0
2014-09-25
target-cris: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-21
/
+0
2014-09-25
target-m68k: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-13
/
+0
2014-09-25
target-s390x: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-6
/
+0
2014-09-25
target-xtensa: Use cpu_exec_interrupt qom hook
Richard Henderson
1
-6
/
+0
2014-09-25
qom: Add cpu_exec_interrupt hook
Richard Henderson
1
-5
/
+9
2014-09-25
target-ppc: Use cpu_exec_enter qom hook
Richard Henderson
1
-3
/
+0
2014-09-25
target-m68k: Use cpu_exec_enter/exit qom hooks
Richard Henderson
1
-12
/
+1
2014-09-25
target-i386: Use cpu_exec_enter/exit qom hooks
Richard Henderson
1
-12
/
+2
2014-09-25
cpu-exec: Remove do-nothing ifdef chains
Richard Henderson
1
-32
/
+0
2014-09-25
qom: Add cpu_exec_enter and cpu_exec_exit hooks
Richard Henderson
1
-7
/
+2
[next]