aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-broadcast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2013-05-05tick: Use zalloc_cpumask_var for allocating offstack cpumasksThomas Gleixner1-5/+5
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker1-1/+2
2013-04-25clockevents: Set dummy handler on CPU_DEAD shutdownThomas Gleixner1-0/+4
2013-04-24Merge branch 'linus' into timers/coreThomas Gleixner1-1/+2
2013-04-17clockevents: Switch into oneshot mode even if broadcast registered lateStephen Boyd1-0/+10
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker1-1/+1
2013-03-21nohz: Assign timekeeping duty to a CPU outside the full dynticks rangeFrederic Weisbecker1-1/+2
2013-03-13tick: Provide a check for a forced broadcast pendingThomas Gleixner1-0/+12
2013-03-13tick: Handle broadcast wakeup of multiple cpusThomas Gleixner1-1/+58
2013-03-13tick: Avoid programming the local cpu timer if broadcast pendingThomas Gleixner1-2/+26
2013-03-07clockevents: Don't allow dummy broadcast timersMark Rutland1-1/+2
2013-03-07tick: Dynamically set broadcast irq affinityDaniel Lezcano1-8/+31
2013-03-07tick: Pass broadcast device to tick_broadcast_set_event()Daniel Lezcano1-6/+5
2013-03-07tick: Convert broadcast cpu bitmaps to cpumask_var_tThomas Gleixner1-43/+43
2013-02-12clockevents: Fix generic broadcast for FEAT_C3STOPMark Rutland1-8/+14
2013-01-31clockevents: Add generic timer broadcast functionMark Rutland1-0/+13
2013-01-31clockevents: Add generic timer broadcast receiverMark Rutland1-0/+17
2012-04-19tick: Fix the spurious broadcast timer ticks after resumeSuresh Siddha1-1/+2
2012-04-19tick: Ensure that the broadcast device is initializedThomas Gleixner1-0/+3
2012-04-18tick: Fix oneshot broadcast setup reallyThomas Gleixner1-6/+1
2012-04-10clockevents: tTack broadcast device mode change in tick_broadcast_switch_to_oneshot()Suresh Siddha1-1/+3
2012-02-15clockevents: Leave the broadcast device in shutdown mode when not neededSuresh Siddha1-0/+4
2011-12-02tick-broadcast: Stop active broadcast device when replacing itThomas Gleixner1-1/+1
2011-09-08clockevents: Make minimum delay adjustments configurableMartin Schwidefsky1-2/+2
2011-05-20Merge branch 'timers/urgent' into timers/coreThomas Gleixner1-1/+11
2011-05-16tick: Clear broadcast active bit when switching to oneshotThomas Gleixner1-1/+11
2011-05-05clockevents: Move C3 stop test outside lockAndi Kleen1-7/+9
2011-03-15Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+0
2011-02-26clockevents: Prevent oneshot mode when broadcast device is periodicThomas Gleixner1-0/+10
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn1-1/+0
2010-07-11fix comment/printk typos concerning "already"Uwe Kleine-König1-1/+1
2009-12-14clockevents: Convert to raw_spinlockThomas Gleixner1-21/+21
2009-08-19clockevent: Prevent dead lock on clockevents_lockSuresh Siddha1-4/+3
2009-05-02clockevents: tick_broadcast_device can become staticDmitri Vorobiev1-1/+1
2009-01-01cpumask: replace for_each_cpu_mask_nr with for_each_cpu in kernel/time/Rusty Russell1-1/+1
2009-01-01cpumask: convert kernel time functionsRusty Russell1-55/+58
2008-12-13cpumask: convert struct clock_event_device to cpumask pointers.Rusty Russell1-1/+1
2008-10-17NOHZ: restart tick device from irq_enter()Thomas Gleixner1-0/+13
2008-10-04clockevents: check broadcast tick device not the clock events deviceThomas Gleixner1-2/+4
2008-09-23clockevents: prevent mode mismatch on cpu onlineThomas Gleixner1-0/+8
2008-09-23clockevents: check broadcast device not tick deviceThomas Gleixner1-2/+2
2008-09-16clockevents: make device shutdown robustThomas Gleixner1-5/+4
2008-09-06clockevents: broadcast fixup possible waitersThomas Gleixner1-1/+36
2008-09-05clockevents: prevent endless loop lockupThomas Gleixner1-10/+2
2008-09-05clockevents: prevent multiple init/shutdownThomas Gleixner1-7/+13
2008-09-05clockevents: prevent endless loop in periodic broadcast handlerThomas Gleixner1-3/+8
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar1-3/+5
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-1/+1
2008-07-08x86, clockevents: add C1E aware idle functionThomas Gleixner1-2/+4