summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-broadcast.c
AgeCommit message (Expand)AuthorLines
2012-04-19tick: Fix the spurious broadcast timer ticks after resumeSuresh Siddha-1/+2
2012-04-19tick: Ensure that the broadcast device is initializedThomas Gleixner-0/+3
2012-04-18tick: Fix oneshot broadcast setup reallyThomas Gleixner-6/+1
2012-04-10clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_o...Suresh Siddha-1/+3
2012-02-15clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha-0/+4
2011-12-02tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner-1/+1
2011-09-08clockevents: Make minimum delay adjustments configurableMartin Schwidefsky-2/+2
2011-05-20Merge branch 'timers/urgent' into timers/coreThomas Gleixner-1/+11
2011-05-16tick: Clear broadcast active bit when switching to oneshotThomas Gleixner-1/+11
2011-05-05clockevents: Move C3 stop test outside lockAndi Kleen-7/+9
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+0
2011-02-26clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner-0/+10
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn-1/+0
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König-1/+1
2009-12-14clockevents: Convert to raw_spinlockThomas Gleixner-21/+21
2009-08-19clockevent: Prevent dead lock on clockevents_lockSuresh Siddha-4/+3
2009-05-02clockevents: tick_broadcast_device can become staticDmitri Vorobiev-1/+1
2009-01-01cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/Rusty Russell-1/+1
2009-01-01cpumask: convert kernel time functionsRusty Russell-55/+58
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell-1/+1
2008-10-17NOHZ: restart tick device from irq_enter()Thomas Gleixner-0/+13
2008-10-04clockevents: check broadcast tick device not the clock events deviceThomas Gleixner-2/+4
2008-09-23clockevents: prevent mode mismatch on cpu onlineThomas Gleixner-0/+8
2008-09-23clockevents: check broadcast device not tick deviceThomas Gleixner-2/+2
2008-09-16clockevents: make device shutdown robustThomas Gleixner-5/+4
2008-09-06clockevents: broadcast fixup possible waitersThomas Gleixner-1/+36
2008-09-05clockevents: prevent endless loop lockupThomas Gleixner-10/+2
2008-09-05clockevents: prevent multiple init/shutdownThomas Gleixner-7/+13
2008-09-05clockevents: prevent endless loop in periodic broadcast handlerThomas Gleixner-3/+8
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar-3/+5
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar-1/+1
2008-07-08x86, clockevents: add C1E aware idle functionThomas Gleixner-2/+4
2008-06-26smp_call_function: get rid of the unused nonatomic/retry argumentJens Axboe-1/+1
2008-05-23clocksource/events: use performance variant for_each_cpu_mask_nrMike Travis-2/+1
2008-04-21clockevents: fix typo in tick-broadcast.cGlauber Costa-1/+1
2008-04-17[S390] genirq/clockevents: move irq affinity prototypes/inlines to interrupt.hRussell King-1/+1
2008-01-30timer: clean up tick-broadcast.cThomas Gleixner-5/+2
2007-12-18clockevents: fix reprogramming decision in oneshot broadcastThomas Gleixner-35/+21
2007-11-05time: fix inconsistent function names in commentsLi Zefan-1/+1
2007-10-17x86: C1E late detection fix. Really switch off lapic timerThomas Gleixner-14/+4
2007-10-17time: simplify smp_call_function_single() call sequenceAvi Kivity-13/+4
2007-10-14clockevents: introduce force broadcast notifierThomas Gleixner-6/+23
2007-10-12clock events: allow replacement of broadcast timerVenki Pallipadi-7/+6
2007-10-12clockevents: fix periodic broadcast for oneshot devicesThomas Gleixner-2/+0
2007-09-22clockevents: remove the suspend/resume workaround^WthinkoThomas Gleixner-16/+1
2007-09-16clockevents: do not shutdown the oneshot broadcast deviceThomas Gleixner-7/+4
2007-09-16clockevents: Enforce oneshot broadcast when broadcast mask is set on resumeThomas Gleixner-1/+12
2007-07-21clockevents: fix device replacementThomas Gleixner-1/+28
2007-07-21clockevents: fix resume logicThomas Gleixner-2/+4
2007-05-23Ignore bogus ACPI info for offline CPUsThomas Gleixner-5/+12