| Commit message (Expand) | Author | Age | Files | Lines |
* | overall/alpha tcg cpus|hppa: Fix Lesser GPL version number | Chetan Pant | 2020-11-15 | 1 | -1/+1 |
* | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi | 2020-09-23 | 1 | -13/+13 |
* | cpus: Move CPU code from exec.c to cpus-common.c | Philippe Mathieu-Daudé | 2020-07-11 | 1 | -0/+18 |
* | cpu: convert queued work to a QSIMPLEQ | Emilio G. Cota | 2020-06-16 | 1 | -17/+8 |
* | cpus-common: ensure auto-assigned cpu_indexes don't clash | Alex Bennée | 2020-05-27 | 1 | -5/+5 |
* | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky | 2020-05-04 | 1 | -9/+5 |
* | 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 |