aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/tasklet.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* tasklets: Allow tasklets to be created that run in softirq context.Keir Fraser2011-06-161-24/+69
* Update my email address to long-term stable address.Keir Fraser2011-01-071-1/+1
* cpu hotplug: tasklet and timer initialisation is high priority.Keir Fraser2010-05-181-1/+2
* Remove many uses of cpu_possible_map and iterators over NR_CPUS.Keir Fraser2010-05-141-4/+5
* Some cleanups to cpu offline handling.Keir Fraser2010-05-141-1/+1
* x86: Implement cpu hotplug notifiers. Use them.Keir Fraser2010-05-141-8/+31
* tasklet: Improve scheduler interaction.Keir Fraser2010-05-111-24/+28
* tasklet: Add lock-free exit path from do_tasklet() when no work to do.Keir Fraser2010-04-201-1/+4
* Synchronise lazy execstate before calling tasklet handlers.Keir Fraser2010-04-191-0/+1
* Implement tasklets as running in VCPU context (sepcifically, idle-VCPU context)Keir Fraser2010-04-191-14/+22
* Move tasklet implementation into its own source files.Keir Fraser2010-04-191-0/+170