Show patches with: Submitter = Dario Faggioli       |    State = Action Required       |   375 patches
« 1 2 3 4 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[v2,1/2] xen: credit1: fix a race when picking initial pCPU for a vCPU - - - --- 2016-08-18 Dario Faggioli New
[24/24] xen: credit2: try to avoid tickling cpus subject to ratelimiting - - - --- 2016-08-17 Dario Faggioli New
[23/24] xen: credit2: optimize runq_tickle() a little bit - - - --- 2016-08-17 Dario Faggioli New
[22/24] xen: credit2: "relax" CSCHED2_MAX_TIMER - 1 - --- 2016-08-17 Dario Faggioli New
[21/24] xen: credit2: optimize runq_candidate() a little bit - - - --- 2016-08-17 Dario Faggioli New
[20/24] xen: credit2: kick away vcpus not running within their soft-affinity - - - --- 2016-08-17 Dario Faggioli New
[19/24] xen: credit2: soft-affinity awareness in load balancing - - - --- 2016-08-17 Dario Faggioli New
[18/24] xen: credit2: soft-affinity awareness fallback_cpu() and cpu_pick() - 1 - --- 2016-08-17 Dario Faggioli New
[17/24] xen: credit2: soft-affinity awareness in runq_tickle() - - - --- 2016-08-17 Dario Faggioli New
[16/24] xen: sched: factor affinity helpers out of sched_credit.c - 1 - --- 2016-08-17 Dario Faggioli New
[15/24] xl: allow to set the ratelimit value online for Credit2 - 1 - --- 2016-08-17 Dario Faggioli New
[14/24] libxl: allow to set the ratelimit value online for Credit2 - 1 - --- 2016-08-17 Dario Faggioli New
[13/24] libxc: improve error handling of xc Credit1 and Credit2 helpers 1 - - --- 2016-08-17 Dario Faggioli New
[12/24] xen: libxc: allow to set the ratelimit value online 1 1 - --- 2016-08-17 Dario Faggioli New
[11/24] tools: tracing: handle more scheduling related events. 1 - - --- 2016-08-17 Dario Faggioli New
[10/24] xen: tracing: improve Credit2's tickle_check and burn_credits records - - - --- 2016-08-17 Dario Faggioli New
[09/24] xen/tools: tracing: improve tracing of context switches. 1 - - --- 2016-08-17 Dario Faggioli New
[08/24] xen: tracing: add trace records for schedule and rate-limiting. - - - --- 2016-08-17 Dario Faggioli New
[07/24] xen: sched: don't rate limit context switches in case of yields - - - --- 2016-08-17 Dario Faggioli New
[06/24] xen: credit2: implement yield() - - - --- 2016-08-17 Dario Faggioli New
[05/24] xen: credit2: make tickling more deterministic - - - --- 2016-08-17 Dario Faggioli New
[04/24] xen: credit2: properly schedule migration of a running vcpu. 1 - - --- 2016-08-17 Dario Faggioli New
[03/24] xen: credit1: return the 'time remaining to the limit' as next timeslice. - - - --- 2016-08-17 Dario Faggioli New
[02/24] xen: credit1: fix mask to be used for tickling in Credit1 1 - - --- 2016-08-17 Dario Faggioli New
[01/24] xen: credit1: small optimization in Credit1's tickling logic. 1 - - --- 2016-08-17 Dario Faggioli New
xen: credit1: fix a race when picking initial pCPU for a vCPU 1 - - --- 2016-08-12 Dario Faggioli New
dependences for backporting to 4.6 [was: Re: [PATCH 2/3] xen: Have schedulers revise initial placem… - - - --- 2016-08-12 Dario Faggioli New
[2/3] xen: Have schedulers revise initial placement - - - --- 2016-08-11 Dario Faggioli New
tools: xenalyze: kill spurious sched_switch output in non dump mode. 1 - - --- 2016-08-04 Dario Faggioli New
[v3] xen: credit2: issues in csched2_cpu_pick(), when tracing is enabled. - 1 - --- 2016-07-27 Dario Faggioli New
xen: credit2: don't let b_avgload go negative. 1 - - --- 2016-07-22 Dario Faggioli New
[v2,2/2] xen: credit2: fix potential issues in csched2_cpu_pick with tracing enabled - - - --- 2016-07-19 Dario Faggioli New
[v2,1/2] xen: credit2: fix two s_time_t handling issues in load balancing - 1 - --- 2016-07-19 Dario Faggioli New
[2/2] xen: credit2: fix potential issues in csched2_cpu_pick with tracing enabled - - - --- 2016-07-19 Dario Faggioli New
[1/2] xen: credit2: fix two s_time_t handling issues in load balancing - - - --- 2016-07-19 Dario Faggioli New
[v2,11/11] xen: credit2: implement true SMT support - 1 - --- 2016-07-15 Dario Faggioli New
[v2,10/11] xen: credit2: the private scheduler lock can be an rwlock. - 1 - --- 2016-07-15 Dario Faggioli New
[v2,09/11] tools: tracing: deal with new Credit2 events 2 - - --- 2016-07-15 Dario Faggioli New
[v2,08/11] xen: credit2: only marshall trace point arguments if tracing enabled - 1 - --- 2016-07-15 Dario Faggioli New
[v2,07/11] xen: credit2: add yet some more tracing 1 - - --- 2016-07-15 Dario Faggioli New
[v2,06/11] xen: credit2: make the code less experimental - 1 - --- 2016-07-15 Dario Faggioli New
[v2,05/11] xen: credit2: use non-atomic cpumask and bit operations 1 - - --- 2016-07-15 Dario Faggioli New
[v2,04/11] xen/tools: improve tracing of Credit2 load tracking events 1 1 - --- 2016-07-15 Dario Faggioli New
[v2,03/11] xen: credit2: rework load tracking logic - 1 - --- 2016-07-15 Dario Faggioli New
[v2,02/11] xen: credit2: prevent load balancing to go mad if time goes backwards - 1 - --- 2016-07-15 Dario Faggioli New
[v2,01/11] xen: sched: leave CPUs doing tasklet work alone. - 1 - --- 2016-07-15 Dario Faggioli New
[v2,1/2] xen: fix a (latent) cpupool-related race during domain destroy 2 - - --- 2016-07-15 Dario Faggioli New
[v2,2/2] xen: cpupool: small optimization when moving between pools - 1 - --- 2016-07-14 Dario Faggioli New
[v2,1/2] xen: fix a (latent) cpupool-related race during domain destroy 1 - - --- 2016-07-14 Dario Faggioli New
[2/2] xen: cpupool: small optimization when moving between pools - - - --- 2016-07-14 Dario Faggioli New
[1/2] xen: fix a (latent) cpupool-related race during domain destroy - - - --- 2016-07-14 Dario Faggioli New
[19/19] xen: credit2: use cpumask_first instead of cpumask_any when choosing cpu - - - --- 2016-06-17 Dario Faggioli New
[18/19] xen: credit2: implement SMT support independent runq arrangement - 1 - --- 2016-06-17 Dario Faggioli New
[17/19] xen: credit2: the private scheduler lock can be an rwlock. - 1 - --- 2016-06-17 Dario Faggioli New
[16/19] tools: tracing: deal with new Credit2 events 1 - - --- 2016-06-17 Dario Faggioli New
[15/19] xen: credit2: only marshall trace point arguments if tracing enabled - - - --- 2016-06-17 Dario Faggioli New
[14/19] xen: credit2: add yet some more tracing 1 - - --- 2016-06-17 Dario Faggioli New
[13/19] xen: credit2: make the code less experimental - - - --- 2016-06-17 Dario Faggioli New
[12/19] xen: credit2: use non-atomic cpumask and bit operations 1 - - --- 2016-06-17 Dario Faggioli New
[11/19] tools: tracing: adapt Credit2 load tracking events to new format - - - --- 2016-06-17 Dario Faggioli New
[10/19] xen: credit2: rework load tracking logic - 1 - --- 2016-06-17 Dario Faggioli New
[09/19] xen: credit2: avoid calling __update_svc_load() multiple times on the same vcpu - 1 - --- 2016-06-17 Dario Faggioli New
[08/19] xen: credit2: when tickling, check idle cpus first - 1 - --- 2016-06-17 Dario Faggioli New
[07/19] xen: credit2: prevent load balancing to go mad if time goes backwards - 1 - --- 2016-06-17 Dario Faggioli New
[06/19] xen: credit2: read NOW() with the proper runq lock held - - - --- 2016-06-17 Dario Faggioli New
[05/19] xen: credit2: do not warn if calling burn_credits more than once - 1 - --- 2016-06-17 Dario Faggioli New
[04/19] xen: credit2: kill useless helper function choose_cpu - 1 - --- 2016-06-17 Dario Faggioli New
[03/19] xen: credit2: insert and tickle don't need a cpu parameter 1 1 - --- 2016-06-17 Dario Faggioli New
[02/19] xen: sched: make the 'tickled' perf counter clearer 1 1 - --- 2016-06-17 Dario Faggioli New
[01/19] xen: sched: leave CPUs doing tasklet work alone. - 1 - --- 2016-06-17 Dario Faggioli New
xen: sched: use default scheduler upon an invalid "sched=" 1 3 - --- 2016-06-17 Dario Faggioli New
xen: RTDS: fix another instance of the 'read NOW()' race 1 1 - --- 2016-05-24 Dario Faggioli New
xen: sched: avoid races on time values read from NOW() - 2 - --- 2016-05-19 Dario Faggioli New
xenalyze: fix a spurious newline 1 - - --- 2016-05-19 Dario Faggioli New
[for,4.7,1/4] xen: sched: avoid spuriously re-enabling IRQs in csched2_switch_sched() - 1 - --- 2016-05-06 Dario Faggioli New
[for,4.7,4/4] xen: adopt .deinit_pdata and improve timer handling 1 - - --- 2016-05-03 Dario Faggioli New
[for,4.7,3/4] xen: credit2: fix 2 (minor) issues in load tracking logic - 1 - --- 2016-05-03 Dario Faggioli New
[for,4.7,2/4] xen: sched: fix killing an uninitialized timer in free_pdata. - 1 - --- 2016-05-03 Dario Faggioli New
[for,4.7,1/4] xen: sched: avoid spuriously re-enabling IRQs in csched2_switch_sched() - 1 - --- 2016-05-03 Dario Faggioli New
xen/arm: Assertion 'timer->status >= TIMER_STATUS_inactive' failed at timer.c:279 - - 1 --- 2016-04-26 Dario Faggioli New
xen: sched: fix spinlock issue in schedule_cpu_switch(). 1 - - --- 2016-04-11 Dario Faggioli New
[v3,1/6] xl: improve return and exit codes of memory related functions 1 - - --- 2016-04-08 Dario Faggioli New
[v3,08/11] xen: sched: allow for choosing credit2 runqueues configuration at boot - 2 - --- 2016-04-08 Dario Faggioli New
[v3,6/6] xl: improve exit codes of domain creation related functions - - - --- 2016-04-08 Dario Faggioli New
[v3,5/6] xl: make return type of create_domain() more consistent. 1 - - --- 2016-04-08 Dario Faggioli New
[v3,4/6] xl : improve exit codes of debug related functions 1 - - --- 2016-04-08 Dario Faggioli New
[v3,3/6] xl: improve exit codes of some of the domain handling functions 1 - - --- 2016-04-08 Dario Faggioli New
[v3,2/6] xl: improve exit codes of save/restore and migration functions 1 - - --- 2016-04-08 Dario Faggioli New
[v3,1/6] xl: improve return and exit codes of memory related functions - - - --- 2016-04-08 Dario Faggioli New
[v3,11/11] xen: sched: implement vcpu hard affinity in Credit2 1 - - --- 2016-04-08 Dario Faggioli New
[v3,10/11] xen: sched: privde some scratch space for not putting cpumasks on stack - 1 - --- 2016-04-08 Dario Faggioli New
[v3,09/11] xen: sched: per-core runqueues as default in credit2 1 1 - --- 2016-04-08 Dario Faggioli New
[v3,08/11] xen: sched: allow for choosing credit2 runqueues configuration at boot - - - --- 2016-04-08 Dario Faggioli New
[v3,07/11] xen: sched: fix per-socket runqueue creation in credit2 - 1 - --- 2016-04-08 Dario Faggioli New
[v3,06/11] xen: sched: on Credit2, don't reprogram the timer if idle 1 - - --- 2016-04-08 Dario Faggioli New
[v3,05/11] xen: sched: improve credit2 bootparams' scope, placement and signedness 1 1 - --- 2016-04-08 Dario Faggioli New
[v3,04/11] xen: sched: close potential races when switching scheduler to CPUs 1 1 - --- 2016-04-08 Dario Faggioli New
[v3,03/11] xen: sched: move pCPU initialization in an helper - 1 - --- 2016-04-08 Dario Faggioli New
[v3,02/11] xen: sched: implement .init_pdata in Credit, Credit2 and RTDS - 2 - --- 2016-04-08 Dario Faggioli New
[v3,01/11] xen: sched: make implementing .alloc_pdata optional 2 2 - --- 2016-04-08 Dario Faggioli New
« 1 2 3 4 »