| Commit message (Expand) | Author | Age | Files | Lines |
* | cpu: introduce cpu_in_exclusive_context() | Emilio G. Cota | 2019-10-28 | 1 | -0/+4 |
* | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in... | Peter Maydell | 2019-08-22 | 1 | -1/+1 |
|\ |
|
| * | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster | 2019-08-21 | 1 | -1/+1 |
* | | cpus-common: nuke finish_safe_work | Roman Kagan | 2019-08-20 | 1 | -8/+0 |
|/ |
|
* | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini | 2019-01-11 | 1 | -1/+1 |
* | qom: convert the CPU list to RCU | Emilio G. Cota | 2018-08-23 | 1 | -2/+2 |
* | *_run_on_cpu: introduce run_on_cpu_data type | Paolo Bonzini | 2016-10-31 | 1 | -4/+5 |
* | cpus-common: lock-free fast path for cpu_exec_start/end | Paolo Bonzini | 2016-09-27 | 1 | -15/+80 |
* | cpus-common: Introduce async_safe_run_on_cpu() | Paolo Bonzini | 2016-09-27 | 1 | -2/+31 |
* | cpus-common: simplify locking for start_exclusive/end_exclusive | Paolo Bonzini | 2016-09-27 | 1 | -3/+8 |
* | cpus-common: remove redundant call to exclusive_idle() | Paolo Bonzini | 2016-09-27 | 1 | -1/+0 |
* | cpus-common: always defer async_run_on_cpu work items | Paolo Bonzini | 2016-09-27 | 1 | -5/+0 |
* | cpus-common: move exclusive work infrastructure from linux-user | Paolo Bonzini | 2016-09-27 | 1 | -0/+82 |
* | cpus-common: fix uninitialized variable use in run_on_cpu | Paolo Bonzini | 2016-09-27 | 1 | -2/+2 |
* | cpus-common: move CPU work item management to common code | Sergey Fedorov | 2016-09-27 | 1 | -0/+94 |
* | cpus-common: move CPU list management to common code | Paolo Bonzini | 2016-09-27 | 1 | -0/+83 |