aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-281-2/+2
* eliminate first_cpu() etcJan Beulich2011-11-081-1/+1
* eliminate cpumask accessors referencing NR_CPUSJan Beulich2011-10-211-3/+3
* introduce and use nr_cpu_ids and nr_cpumask_bitsJan Beulich2011-10-211-2/+8
* move register_cpu_notifier() into .init.textJan Beulich2011-04-021-1/+2
* cpu hotplug: Core functions are quiet on failure.Keir Fraser2011-01-141-2/+0
* Add CPU_STARTING notifier during CPU bringup.Keir Fraser2010-12-091-0/+8
* x86: Pull dynamic memory allocation out of do_boot_cpu().Keir Fraser2010-05-181-1/+1
* Clean up notifier-chain interface and use new interface in CPU hotplug.Keir Fraser2010-05-181-36/+27
* Some cleanups to cpu offline handling.Keir Fraser2010-05-141-1/+2
* cpu: Quieten normal CPU hotplug operations.Keir Fraser2010-05-141-10/+0
* Move cpu hotplug routines into common cpu.c file.Keir Fraser2010-05-141-13/+176
* x86: Implement cpu hotplug notifiers. Use them.Keir Fraser2010-05-141-0/+34
* Pass cpumasks by reference always.Keir Fraser2009-05-271-0/+26