Show patches with: Series = xen: add core scheduling support       |    Archived = No       |   49 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[RFC,01/49] xen/sched: call cpu_disable_scheduler() via cpu notifier xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,02/49] xen: add helper for calling notifier_call_chain() to common/cpu.c xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,03/49] xen: add new cpu notifier action CPU_RESUME_FAILED xen: add core scheduling support - 2 - --- 2019-03-29 Juergen Gross Superseded
[RFC,04/49] xen: don't free percpu areas during suspend xen: add core scheduling support - 1 - --- 2019-03-29 Juergen Gross Superseded
[RFC,05/49] xen/cpupool: simplify suspend/resume handling xen: add core scheduling support - 2 - --- 2019-03-29 Juergen Gross Superseded
[RFC,06/49] xen/sched: don't disable scheduler on cpus during suspend xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,07/49] xen/sched: fix credit2 smt idle handling xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,08/49] xen/sched: use new sched_item instead of vcpu in scheduler interfaces xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,09/49] xen/sched: alloc struct sched_item for each vcpu xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,10/49] xen/sched: move per-vcpu scheduler private data pointer to sched_item xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,11/49] xen/sched: build a linked list of struct sched_item xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,12/49] xen/sched: introduce struct sched_resource xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,13/49] xen/sched: let pick_cpu return a scheduler resource xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,14/49] xen/sched: switch schedule_data.curr to point at sched_item xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,15/49] xen/sched: move per cpu scheduler private data into struct sched_resource xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,16/49] xen/sched: switch vcpu_schedule_lock to item_schedule_lock xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,17/49] xen/sched: move some per-vcpu items to struct sched_item xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,18/49] xen/sched: add scheduler helpers hiding vcpu xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,19/49] xen/sched: add domain pointer to struct sched_item xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,20/49] xen/sched: add id to struct sched_item xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,21/49] xen/sched: rename scheduler related perf counters xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,22/49] xen/sched: switch struct task_slice from vcpu to sched_item xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,23/49] xen/sched: move is_running indicator to struct sched_item xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,24/49] xen/sched: make null scheduler vcpu agnostic. xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,25/49] xen/sched: make rt scheduler vcpu agnostic. xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,26/49] xen/sched: make credit scheduler vcpu agnostic. xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,27/49] xen/sched: make credit2 scheduler vcpu agnostic. xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,28/49] xen/sched: make arinc653 scheduler vcpu agnostic. xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,29/49] xen: add sched_item_pause_nosync() and sched_item_unpause() xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,30/49] xen: let vcpu_create() select processor xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,31/49] xen/sched: use sched_resource cpu instead smp_processor_id in schedulers xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,32/49] xen/sched: switch schedule() from vcpus to sched_items xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,33/49] xen/sched: switch sched_move_irqs() to take sched_item as parameter xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,34/49] xen: switch from for_each_vcpu() to for_each_sched_item() xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,35/49] xen/sched: add runstate counters to struct sched_item xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,36/49] xen/sched: rework and rename vcpu_force_reschedule() xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,37/49] xen/sched: Change vcpu_migrate_*() to operate on schedule item xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,38/49] xen/sched: move struct task_slice into struct sched_item xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,39/49] xen/sched: add code to sync scheduling of all vcpus of a sched item xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,40/49] xen/sched: add support for multiple vcpus per sched item where missing xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,41/49] x86: make loading of GDT at context switch more modular xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,42/49] xen/sched: add support for guest vcpu idle xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,43/49] xen/sched: modify cpupool_domain_cpumask() to be an item mask xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,44/49] xen: round up max vcpus to scheduling granularity xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,45/49] xen/sched: support allocating multiple vcpus into one sched item xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,46/49] xen/sched: add a scheduler_percpu_init() function xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,47/49] xen/sched: support core scheduling in continue_running() xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,48/49] xen/sched: make vcpu_wake() core scheduling aware xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded
[RFC,49/49] xen/sched: add scheduling granularity enum xen: add core scheduling support - - - --- 2019-03-29 Juergen Gross Superseded