debuggers.hg
log xen/common/tasklet.c
age | author | description |
---|---|---|
2011-01-07 | Keir Fraser | Update my email address to long-term stable address. |
2010-05-18 | Keir Fraser | cpu hotplug: tasklet and timer initialisation is high priority. |
2010-05-14 | Keir Fraser | Remove many uses of cpu_possible_map and iterators over NR_CPUS. |
2010-05-14 | Keir Fraser | Some cleanups to cpu offline handling. |
2010-05-14 | Keir Fraser | x86: Implement cpu hotplug notifiers. Use them. |
2010-05-11 | Keir Fraser | tasklet: Improve scheduler interaction. |
2010-04-20 | Keir Fraser | tasklet: Add lock-free exit path from do_tasklet() when no work to do. |
2010-04-19 | Keir Fraser | Synchronise lazy execstate before calling tasklet handlers. |
2010-04-19 | Keir Fraser | Implement tasklets as running in VCPU context (sepcifically, idle-VCPU context) |
2010-04-19 | Keir Fraser | Move tasklet implementation into its own source files. |
2010-07-16 | Mukesh Rathor | Refresh to unstable c/s 21811 |