Show patches with: Series = xen: add core scheduling support       |    Archived = No       |   46 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v4,46/46] xen/sched: add scheduling granularity enum xen: add core scheduling support - - - --- 2019-09-27 Juergen Gross Superseded
[v4,45/46] xen/sched: disable scheduling when entering ACPI deep sleep states xen: add core scheduling support 1 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,44/46] xen/sched: support core scheduling for moving cpus to/from cpupools xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,43/46] xen/sched: support differing granularity in schedule_cpu_[add/rm]() xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,42/46] xen/sched: support multiple cpus per scheduling resource xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,41/46] xen/sched: protect scheduling resource via rcu xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,40/46] xen/sched: split schedule_cpu_switch() xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,39/46] xen/sched: prepare per-cpupool scheduling granularity xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,38/46] xen/sched: reject switching smt on/off with core scheduling active xen: add core scheduling support 2 - - --- 2019-09-27 Juergen Gross Superseded
[v4,37/46] xen/sched: move per-cpu variable cpupool to struct sched_resource xen: add core scheduling support - 2 - --- 2019-09-27 Juergen Gross Superseded
[v4,36/46] xen/sched: move per-cpu variable scheduler to struct sched_resource xen: add core scheduling support - 2 - --- 2019-09-27 Juergen Gross Superseded
[v4,35/46] xen/sched: make vcpu_wake() and vcpu_sleep() core scheduling aware xen: add core scheduling support - - - --- 2019-09-27 Juergen Gross Superseded
[v4,34/46] xen/sched: add fall back to idle vcpu when scheduling unit xen: add core scheduling support 1 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,33/46] xen/sched: add a percpu resource index xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,32/46] xen/sched: support allocating multiple vcpus into one sched unit xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,31/46] xen/sched: modify cpupool_domain_cpumask() to be an unit mask xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,30/46] xen/sched: add support for multiple vcpus per sched unit where missing xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,29/46] xen/sched: introduce unit_runnable_state() xen: add core scheduling support - - - --- 2019-09-27 Juergen Gross Superseded
[v4,28/46] xen/sched: add code to sync scheduling of all vcpus of a sched unit xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,27/46] xen/sched: move struct task_slice into struct sched_unit xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,26/46] xen/sched: Change vcpu_migrate_*() to operate on schedule unit xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,25/46] xen/sched: add runstate counters to struct sched_unit xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,24/46] xen: switch from for_each_vcpu() to for_each_sched_unit() xen: add core scheduling support 1 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,23/46] xen/sched: switch sched_move_irqs() to take sched_unit as parameter xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,22/46] xen/sched: switch schedule() from vcpus to sched_units xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,21/46] xen/sched: use sched_resource cpu instead smp_processor_id in schedulers xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,20/46] xen: let vcpu_create() select processor xen: add core scheduling support 1 2 - --- 2019-09-27 Juergen Gross Superseded
[v4,19/46] xen: add sched_unit_pause_nosync() and sched_unit_unpause() xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,18/46] xen/sched: make arinc653 scheduler vcpu agnostic. xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,17/46] xen/sched: make credit2 scheduler vcpu agnostic. xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,16/46] xen/sched: make credit scheduler vcpu agnostic. xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,15/46] xen/sched: make rt scheduler vcpu agnostic. xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,14/46] xen/sched: make null scheduler vcpu agnostic. xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,13/46] xen/sched: add is_running indicator to struct sched_unit xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,12/46] xen/sched: switch struct task_slice from vcpu to sched_unit xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,11/46] xen/sched: rename scheduler related perf counters xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,10/46] xen/sched: add scheduler helpers hiding vcpu xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,09/46] xen/sched: move some per-vcpu items to struct sched_unit xen: add core scheduling support 1 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,08/46] xen/sched: switch vcpu_schedule_lock to unit_schedule_lock xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,07/46] xen/sched: move per cpu scheduler private data into struct sched_resource xen: add core scheduling support - 2 - --- 2019-09-27 Juergen Gross Superseded
[v4,06/46] xen/sched: switch schedule_data.curr to point at sched_unit xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,05/46] xen/sched: let pick_cpu return a scheduler resource xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,04/46] xen/sched: introduce struct sched_resource xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,03/46] xen/sched: build a linked list of struct sched_unit xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,02/46] xen/sched: move per-vcpu scheduler private data pointer to sched_unit xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded
[v4,01/46] xen/sched: use new sched_unit instead of vcpu in scheduler interfaces xen: add core scheduling support - 1 - --- 2019-09-27 Juergen Gross Superseded