aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-broadcast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner1-19/+20
2015-04-03clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner1-11/+17
2015-04-03clockevents: Provide explicit broadcast control functionsThomas Gleixner1-35/+27
2015-04-02clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy1-8/+11
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner1-7/+17
2015-04-01tick: Make tick_resume_broadcast_oneshot() staticThomas Gleixner1-3/+4
2015-03-27clockevents: Manage device's state separately for the coreViresh Kumar1-10/+10
2015-03-27clockevents: Handle tick device's resume separatelyViresh Kumar1-1/+1
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter1-1/+1
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+74
2014-02-13tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner1-0/+1
2014-02-07tick: Introduce hrtimer based broadcastPreeti U Murthy1-3/+51
2014-02-07time: Change the return type of clockevents_notify() to integerPreeti U Murthy1-2/+4
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner1-6/+19
2013-12-02nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker1-3/+3
2013-10-02tick: broadcast: Deny per-cpu clockevents from being broadcast sourcesSoren Brinkmann1-0/+1
2013-07-12tick: broadcast: Check broadcast mode on CPU hotplugStephen Boyd1-1/+4
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner1-7/+12
2013-07-02tick: Sanitize broadcast control logicThomas Gleixner1-11/+59
2013-07-02tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner1-1/+9
2013-07-02tick: Make oneshot broadcast robust vs. CPU offliningThomas Gleixner1-2/+11
2013-06-21tick: Fix tick_broadcast_pending_mask not clearedDaniel Lezcano1-2/+5
2013-05-31tick: Remove useless timekeeping duty attribution to broadcast sourceJiri Bohac1-4/+0
2013-05-28tick: Cure broadcast false positive pending bit warningThomas Gleixner1-1/+7
2013-05-16clockevents: Split out selection logicThomas Gleixner1-5/+20
2013-05-16clockevents: Add module refcountThomas Gleixner1-0/+3
2013-05-16clockevents: Get rid of the notifier chainThomas Gleixner1-3/+2
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
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