aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/tick-broadcast.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-12tick/broadcast: Make tick_broadcast_setup_oneshot() staticGravatar Stephen Boyd 1-1/+3
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-7/+8
2017-02-13tick/broadcast: Prevent deadlock on tick_broadcast_lockGravatar Mike Galbraith 1-8/+7
2017-02-04tick/broadcast: Reduce lock cacheline contentionGravatar Waiman Long 1-7/+8
2016-12-25ktime: Get rid of the unionGravatar Thomas Gleixner 1-12/+12
2016-12-15tick/broadcast: Prevent NULL pointer dereferenceGravatar Thomas Gleixner 1-0/+3
2015-07-14tick: Move the export of tick_broadcast_oneshot_control to the proper placeGravatar Thomas Gleixner 1-1/+0
2015-07-11tick/broadcast: Prevent NULL pointer dereferenceGravatar Thomas Gleixner 1-8/+10
2015-07-07tick/broadcast: Handle spurious interrupts gracefullyGravatar Thomas Gleixner 1-0/+7
2015-07-07tick/broadcast: Check for hrtimer broadcast active earlyGravatar Thomas Gleixner 1-10/+26
2015-07-07tick/broadcast: Return busy when IPI is pendingGravatar Thomas Gleixner 1-3/+7
2015-07-07tick/broadcast: Return busy if periodic mode and hrtimer broadcastGravatar Thomas Gleixner 1-1/+5
2015-07-07tick/broadcast: Move the check for periodic mode inside state handlingGravatar Thomas Gleixner 1-14/+8
2015-07-07tick/broadcast: Prevent deep idle if no broadcast device availableGravatar Thomas Gleixner 1-0/+7
2015-07-07tick/broadcast: Make idle check independent from mode and configGravatar Thomas Gleixner 1-15/+11
2015-07-07tick/broadcast: Sanity check the shutdown of the local clock_eventGravatar Thomas Gleixner 1-7/+16
2015-07-07tick/broadcast: Prevent hrtimer recursionGravatar Thomas Gleixner 1-1/+15
2015-06-02clockevents: Provide functions to set and get the stateGravatar Thomas Gleixner 1-6/+6
2015-06-02clockevents: Use helpers to check the state of a clockevent deviceGravatar Viresh Kumar 1-3/+3
2015-05-05tick: broadcast: Simplify oneshot logic and shorten lock regionGravatar Thomas Gleixner 1-25/+17
2015-05-05tick: broadcast: Prevent livelock from event handlerGravatar Thomas Gleixner 1-28/+25
2015-04-03clockevents: Cleanup dead cpu explicitelyGravatar Thomas Gleixner 1-19/+20
2015-04-03clockevents: Provide explicit broadcast oneshot control functionsGravatar Thomas Gleixner 1-11/+17
2015-04-03clockevents: Provide explicit broadcast control functionsGravatar Thomas Gleixner 1-35/+27
2015-04-02clockevents: Fix cpu_down() race for hrtimer based broadcastingGravatar Preeti U Murthy 1-8/+11
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Gravatar Thomas Gleixner 1-7/+17
2015-04-01tick: Make tick_resume_broadcast_oneshot() staticGravatar Thomas Gleixner 1-3/+4
2015-03-27clockevents: Manage device's state separately for the coreGravatar Viresh Kumar 1-10/+10
2015-03-27clockevents: Handle tick device's resume separatelyGravatar Viresh Kumar 1-1/+1
2014-08-26time: Replace __get_cpu_var usesGravatar Christoph Lameter 1-1/+1
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-11/+74
2014-02-13tick: Clear broadcast pending bit when switching to oneshotGravatar Thomas Gleixner 1-0/+1
2014-02-07tick: Introduce hrtimer based broadcastGravatar Preeti U Murthy 1-3/+51
2014-02-07time: Change the return type of clockevents_notify() to integerGravatar Preeti U Murthy 1-2/+4
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreGravatar Thomas Gleixner 1-6/+19
2013-12-02nohz: Convert a few places to use local per cpu accessesGravatar Frederic Weisbecker 1-3/+3
2013-10-02tick: broadcast: Deny per-cpu clockevents from being broadcast sourcesGravatar Soren Brinkmann 1-0/+1
2013-07-12tick: broadcast: Check broadcast mode on CPU hotplugGravatar Stephen Boyd 1-1/+4
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofGravatar Thomas Gleixner 1-7/+12
2013-07-02tick: Sanitize broadcast control logicGravatar Thomas Gleixner 1-11/+59
2013-07-02tick: Prevent uncontrolled switch to oneshot modeGravatar Thomas Gleixner 1-1/+9
2013-07-02tick: Make oneshot broadcast robust vs. CPU offliningGravatar Thomas Gleixner 1-2/+11
2013-06-21tick: Fix tick_broadcast_pending_mask not clearedGravatar Daniel Lezcano 1-2/+5
2013-05-31tick: Remove useless timekeeping duty attribution to broadcast sourceGravatar Jiri Bohac 1-4/+0
2013-05-28tick: Cure broadcast false positive pending bit warningGravatar Thomas Gleixner 1-1/+7
2013-05-16clockevents: Split out selection logicGravatar Thomas Gleixner 1-5/+20
2013-05-16clockevents: Add module refcountGravatar Thomas Gleixner 1-0/+3
2013-05-16clockevents: Get rid of the notifier chainGravatar Thomas Gleixner 1-3/+2
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-5/+5
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+2