Age | Commit message (Expand) | Author |
2023-02-27 | cpu: Move breakpoint helpers to common code | Philippe Mathieu-Daudé |
2023-02-21 | cpus: Make {start,end}_exclusive() recursive | Ilya Leoshkevich |
2022-07-20 | cpus: Introduce cpu_list_generation_id | Hyman Huang(黄勇) |
2022-03-21 | Use g_new() & friends where that makes obvious sense | Markus Armbruster |
2020-11-15 | overall/alpha tcg cpus|hppa: Fix Lesser GPL version number | Chetan Pant |
2020-09-23 | qemu/atomic.h: rename atomic_ to qatomic_ | Stefan Hajnoczi |
2020-07-10 | cpus: Move CPU code from exec.c to cpus-common.c | Philippe Mathieu-Daudé |
2020-06-16 | cpu: convert queued work to a QSIMPLEQ | Emilio G. Cota |
2020-05-27 | cpus-common: ensure auto-assigned cpu_indexes don't clash | Alex Bennée |
2020-05-04 | lockable: replaced locks with lock guard macros where appropriate | Daniel Brodsky |
2019-10-28 | cpu: introduce cpu_in_exclusive_context() | Emilio G. Cota |
2019-08-22 | Merge remote-tracking branch 'remotes/armbru/tags/pull-monitor-2019-08-21' in... | Peter Maydell |
2019-08-21 | hw/core: Move cpu.c, cpu.h from qom/ to hw/core/ | Markus Armbruster |
2019-08-20 | cpus-common: nuke finish_safe_work | Roman Kagan |
2019-01-11 | qemu/queue.h: simplify reverse access to QTAILQ | Paolo Bonzini |
2018-08-23 | qom: convert the CPU list to RCU | Emilio G. Cota |
2016-10-31 | *_run_on_cpu: introduce run_on_cpu_data type | Paolo Bonzini |
2016-09-27 | cpus-common: lock-free fast path for cpu_exec_start/end | Paolo Bonzini |
2016-09-27 | cpus-common: Introduce async_safe_run_on_cpu() | Paolo Bonzini |
2016-09-27 | cpus-common: simplify locking for start_exclusive/end_exclusive | Paolo Bonzini |
2016-09-27 | cpus-common: remove redundant call to exclusive_idle() | Paolo Bonzini |
2016-09-27 | cpus-common: always defer async_run_on_cpu work items | Paolo Bonzini |
2016-09-27 | cpus-common: move exclusive work infrastructure from linux-user | Paolo Bonzini |
2016-09-27 | cpus-common: fix uninitialized variable use in run_on_cpu | Paolo Bonzini |
2016-09-27 | cpus-common: move CPU work item management to common code | Sergey Fedorov |
2016-09-27 | cpus-common: move CPU list management to common code | Paolo Bonzini |