aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/cpupool.c
Commit message (Expand)AuthorAgeFilesLines
* cpupools: update domU's node-affinity on the cpupool_unassign_cpu() pathDario Faggioli2013-09-301-0/+6
* cpupool: prevent a domain from moving itselfDaniel De Graaf2013-04-231-6/+2
* x86/S3: Fix cpu pool scheduling after suspend/resumeBen Guthro2013-04-191-11/+45
* xen, libxc: rename xenctl_cpumap to xenctl_bitmapDario Faggioli2013-04-171-2/+2
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* make domain_create() return a proper error codeJan Beulich2012-09-031-2/+6
* Introduce system_state variable.Keir Fraser2012-03-221-0/+5
* reflect cpupool in numa node affinityJuergen Gross2012-01-241-0/+9
* sched_sedf: Avoid panic when adjusting sedf parametersJuergen Gross2011-11-181-3/+3
* eliminate first_cpu() etcJan Beulich2011-11-081-1/+1
* eliminate cpu_clear()Jan Beulich2011-11-081-2/+2
* eliminate cpu_set()Jan Beulich2011-11-081-4/+4
* eliminate cpu_test_xyz()Jan Beulich2011-11-081-2/+2
* cpupools: allocate CPU masks dynamicallyJan Beulich2011-10-211-13/+20
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-1/+1
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-2/+2
* use xzalloc in common codeJan Beulich2011-10-041-2/+1
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-2/+0
* cpupool: Fix __cpupool_find_by_id(), clean up accessor functions.Keir Fraser2011-02-091-8/+18
* cpupool: Strict parameter checking for cpupool operationsKeir Fraser2011-02-091-2/+2
* cpupool: Correct cpupool diag printingKeir Fraser2011-02-071-4/+5
* cpupool: Check for memory allocation failure on switching schedulersKeir Fraser2011-02-061-2/+19
* cpupool: Simplify locking, use refcounts for cpupool liveness.Keir Fraser2010-11-261-34/+44
* Fix sched_adjust_global() and clean up surrounding code.Keir Fraser2010-06-171-22/+53
* cpupools: Quieten debug messages.Keir Fraser2010-05-191-27/+27
* cpupool: Fix CPU hotplug after recent changes.Keir Fraser2010-05-171-47/+7
* x86: Implement cpu hotplug notifiers. Use them.Keir Fraser2010-05-141-26/+50
* domctl: Fix cpumap/cpumask conversion functions to return an error code.Keir Fraser2010-05-121-6/+4
* cpupools: Fix cpupool sysctl locking.Keir Fraser2010-05-061-6/+5
* cpupool: Control interface should be a sysctl rather than a domctl.Keir Fraser2010-05-041-12/+12
* cpupools: optimise domain creation if pool movement is a no-opKeir Fraser2010-04-231-0/+6
* cpupools [1/6]: hypervisor changesKeir Fraser2010-04-211-0/+604