aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/stop_machine.c
Commit message (Expand)AuthorAgeFilesLines
* eliminate first_cpu() etcJan Beulich2011-11-081-1/+1
* eliminate direct assignments of CPU masksJan Beulich2011-10-211-3/+3
* stop_machine: Allow specified function to run on all CPUs.Keir Fraser2011-01-141-3/+12
* Remove many uses of cpu_possible_map and iterators over NR_CPUS.Keir Fraser2010-05-141-3/+22
* stop_machine: Pass cpu number to tasklet handler.Keir Fraser2010-05-141-1/+1
* Move cpu hotplug routines into common cpu.c file.Keir Fraser2010-05-141-7/+13
* Synchronise lazy execstate before calling tasklet handlers.Keir Fraser2010-04-191-2/+0
* stopmachine: Implement using tasklets rather than a softirq.Keir Fraser2010-04-191-8/+11
* xen: Small cleanups towards allowing stricter compile warnings.Keir Fraser2008-07-151-0/+1
* xen: Clean up SMP/hotplug headers and implementation a bit.Keir Fraser2008-02-131-15/+5
* Rendezvous selected cpus in softirq (stop_machine).Keir Fraser2008-02-111-0/+168