aboutsummaryrefslogtreecommitdiffstats
path: root/xen/common/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* timer: remove stray local_irq_enable()David Vrabel2012-09-061-1/+0
* atomic: Define {read,write}_atomic() for reading/writing memory atomically.Keir Fraser2011-11-251-7/+7
* eliminate first_cpu() etcJan Beulich2011-11-081-1/+1
* timer: Don't hardcode cpu0 in migrate_timers_from_cpu().Keir Fraser2011-01-081-15/+27
* timer: Ensure that CPU field of a timer is read safely when lock-free.Keir Fraser2011-01-081-15/+16
* timer: Fix up timer-state teardown on CPU offline / online-failure.Keir Fraser2011-01-081-22/+20
* timers: Fix printk format specifierKeir Fraser2010-08-191-1/+1
* timers: Simplify implementation logic.Keir Fraser2010-08-181-50/+13
* timers: Improve debug-key printing.Keir Fraser2010-08-181-13/+12
* timer: Do not acquire a lock on a killed timer.Keir Fraser2010-06-041-18/+31
* timer: Migrate timers from dying CPU on CPU_DYING notification.Keir Fraser2010-06-031-6/+27
* timers: Track inactive timers and migrate them on cpu offline.Keir Fraser2010-06-021-34/+83
* timers: Migrate timers away from an offlined CPU.Keir Fraser2010-05-191-2/+24
* cpu hotplug: tasklet and timer initialisation is high priority.Keir Fraser2010-05-181-4/+15
* Remove many uses of cpu_possible_map and iterators over NR_CPUS.Keir Fraser2010-05-141-7/+24
* Replace process_pending_timers() with process_pending_softirqs().Keir Fraser2009-12-221-9/+0
* x86: Allow HPET to set timers more sloppily by seeing each CPU'sKeir Fraser2009-12-111-6/+9
* Add a single trigger for all diagnostic keyhandlersKeir Fraser2009-08-021-1/+6
* Rename for_each_cpu() to for_each_possible_cpu()Keir Fraser2009-07-151-1/+1
* hvm: Align periodic vpts.Keir Fraser2009-02-131-0/+7
* Fix one timer range issueKeir Fraser2008-12-041-2/+2
* timer: Print timer fn when dump timer queueKeir Fraser2008-11-261-4/+6
* Change timer implementation to allow variable 'slop' in how lateKeir Fraser2008-10-311-43/+70
* timer: No dynamic memory allocation with IRQs disabled.Keir Fraser2008-10-211-26/+28
* Fall back to a timer linked list when the timer heap overflows.Keir Fraser2008-08-271-30/+137
* x86: Fix lapic timer stop issue in deep C stateKeir Fraser2008-05-211-2/+4
* hvm: Add locking to platform timers.Keir Fraser2007-06-151-1/+1
* [XEN] Clean up some x86 bootstrap code. Replace some CPU iteratorskfraser@localhost.localdomain2006-08-221-1/+1
* Whitespace clean-ups. shand@kneesaa.uk.xensource.com2006-08-161-2/+2
* [XEN][IA64] IA64 build fixes after recent PER_CPU changes.kaf24@firebug.cl.cam.ac.uk2006-08-091-0/+1
* [XEN] Place per-cpu timer info in PER_CPU space.kaf24@firebug.cl.cam.ac.uk2006-08-081-39/+44
* [XEN] Various softirq cleanups. Main one is to alwayskfraser@dhcp93.uk.xensource.com2006-06-301-0/+9
* Avoid spurious timer activations in migrate_timer().kaf24@firebug.cl.cam.ac.uk2006-04-221-4/+7
* Fix Xen timer interface to allow migration of timerskaf24@firebug.cl.cam.ac.uk2006-02-081-10/+86
* Add a new timer operation kill_timer(). Effectively thekaf24@firebug.cl.cam.ac.uk2006-01-131-9/+29
* Add missing renamed files. Oops.kaf24@firebug.cl.cam.ac.uk2006-01-131-0/+288
* bitkeeper revision 1.970 (40d07ec6txkdBLgbvygm7O1rxKCY1A)kaf24@scramble.cl.cam.ac.uk2004-06-161-338/+0
* bitkeeper revision 1.821 (406007d6uu0vZYDxa9P1ZfNO9kF_Cg)kaf24@scramble.cl.cam.ac.uk2004-03-231-10/+10
* bitkeeper revision 1.775 (404f3d312IPf2eSF1VGO0WBwqhqeaA)kaf24@scramble.cl.cam.ac.uk2004-03-101-8/+8
* bitkeeper revision 1.530 (3f9d4b50eBCuXVk_ImRaxIb9MV1j3g)kaf24@scramble.cl.cam.ac.uk2003-10-271-397/+173
* bitkeeper revision 1.496 (3f841becdre1gQrbAv8C5pF-O_M1fg)kaf24@scramble.cl.cam.ac.uk2003-10-081-35/+0
* bitkeeper revision 1.396 (3f4d2199UsCzVuRmn-0-L6lh9VGYZg)kaf24@scramble.cl.cam.ac.uk2003-08-271-7/+1
* bitkeeper revision 1.94 (3e5a4f5fzVaxemjfCt0N0OH8PYPiuw)iap10@labyrinth.cl.cam.ac.uk2003-02-241-0/+603