Age | Commit message (Expand) | Author |
2017-03-03 | KVM: move SIG_IPI handling to kvm-all.c | Paolo Bonzini |
2017-03-03 | KVM: do not use sigtimedwait to catch SIGBUS | Paolo Bonzini |
2017-03-03 | cpus: reorganize signal handling code | Paolo Bonzini |
2017-03-03 | cpus: remove ugly cast on sigbus_handler | Paolo Bonzini |
2017-02-24 | tcg: handle EXCP_ATOMIC exception for system emulation | Pranith Kumar |
2017-02-24 | tcg: enable thread-per-vCPU | Alex Bennée |
2017-02-24 | tcg: remove global exit_request | Alex Bennée |
2017-02-24 | tcg: drop global lock during TCG code execution | Jan Kiszka |
2017-02-24 | tcg: rename tcg_current_cpu to tcg_current_rr_cpu | Alex Bennée |
2017-02-24 | tcg: add kick timer for single-threaded vCPU emulation | Alex Bennée |
2017-02-24 | tcg: add options for enabling MTTCG | KONRAD Frederic |
2017-02-16 | move vm_start to cpus.c | Claudio Imbrenda |
2017-01-19 | Plumb the HAXM-based hardware acceleration support | Vincent Palatin |
2017-01-19 | kvm: move cpu synchronization code | Vincent Palatin |
2016-10-31 | *_run_on_cpu: introduce run_on_cpu_data type | Paolo Bonzini |
2016-10-31 | cpus: re-factor out handle_icount_deadline | Alex Bennée |
2016-10-31 | tcg: cpus rm tcg_exec_all() | Alex Bennée |
2016-10-31 | tcg: move tcg_exec_all and helpers above thread fn | Alex Bennée |
2016-10-31 | cpus: make all_vcpus_paused() return bool | Alex Bennée |
2016-10-26 | tcg: Add EXCP_ATOMIC | Richard Henderson |
2016-09-29 | qemu: use bdrv_flush_all for vm_stop et al | John Snow |
2016-09-27 | replay: allow replay stopping and restarting | Pavel Dovgalyuk |
2016-09-27 | cpus-common: move exclusive work infrastructure from linux-user | Paolo Bonzini |
2016-09-27 | cpus-common: move CPU work item management to common code | Sergey Fedorov |
2016-09-27 | cpus: Rename flush_queued_work() | Sergey Fedorov |
2016-09-27 | cpus: Move common code out of {async_, }run_on_cpu() | Sergey Fedorov |
2016-09-27 | cpus: pass CPUState to run_on_cpu helpers | Alex Bennée |
2016-09-15 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-09-13 | cpus: update comments | Cao jin |
2016-09-13 | cpus: rename local variable to meaningful one | Cao jin |
2016-09-13 | timer/cpus: fix some typos and update some comments | Cao jin |
2016-06-11 | seqlock: rename write_lock/unlock to write_begin/end | Emilio G. Cota |
2016-06-11 | seqlock: remove optional mutex | Emilio G. Cota |
2016-05-30 | cpu: Add a sync version of cpu_remove() | Bharata B Rao |
2016-05-30 | cpu: Reclaim vCPU objects | Gu Zheng |
2016-05-23 | cpus: call the core nmi injection function | Bandan Das |
2016-05-23 | cpus.c: Use pthread_sigmask() rather than sigprocmask() | Peter Maydell |
2016-05-19 | cpu: move exec-all.h inclusion out of cpu.h | Paolo Bonzini |
2016-05-19 | qemu-common: push cpu.h inclusion out of qemu-common.h | Paolo Bonzini |
2016-04-05 | cpus: don't use atomic_read for vm_clock_warp_start | Alex Bennée |
2016-03-22 | Replaced get_tick_per_sec() by NANOSECONDS_PER_SECOND | Rutuja Shah |
2016-03-17 | block: Use blk_{commit,flush}_all() consistently | Max Reitz |
2016-03-15 | icount: decouple warp calls | Pavel Dovgalyuk |
2016-03-15 | icount: remove obsolete warp call | Pavel Dovgalyuk |
2016-03-07 | icount: possible options for sleep are on or off | Pranith Kumar |
2016-02-19 | qapi: Don't box branches of flat unions | Eric Blake |
2016-02-08 | qapi: Fix compilation failure on MIPS and SPARC | Eric Blake |
2016-01-29 | exec: Clean up includes | Peter Maydell |
2016-01-26 | Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into staging | Peter Maydell |
2016-01-26 | cpus: use broadcast on qemu_pause_cond | Dr. David Alan Gilbert |