aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/tick-broadcast.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-08tick/broadcast: Make broadcast device replacement work correctlyGravatar Thomas Gleixner 1-32/+88
2023-01-13cpuidle: Fix ct_idle_*() usageGravatar Peter Zijlstra 1-1/+5
2021-05-31timer_list: Print name of per-cpu wakeup deviceGravatar Will Deacon 1-0/+7
2021-05-31tick/broadcast: Program wakeup timer when entering idle if requiredGravatar Will Deacon 1-1/+43
2021-05-31tick/broadcast: Prefer per-cpu oneshot wakeup timers to broadcastGravatar Will Deacon 1-1/+58
2021-05-31tick/broadcast: Split __tick_broadcast_oneshot_control() into a helperGravatar Will Deacon 1-13/+20
2021-05-31tick/broadcast: Drop unneeded CONFIG_GENERIC_CLOCKEVENTS_BROADCAST guardGravatar Will Deacon 1-2/+0
2021-04-16tick/broadcast: Allow late registered device to enter oneshot modeGravatar Jindong Yue 1-2/+14
2021-03-22timekeeping, clocksource: Fix various typos in commentsGravatar Ingo Molnar 1-2/+2
2020-11-19tick: Get rid of tick_periodGravatar Thomas Gleixner 1-1/+1
2020-11-19tick/broadcast: Serialize access to tick_next_periodGravatar Thomas Gleixner 1-3/+20
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 1-1/+1
2019-04-19tick: Fix typos in commentsGravatar Laurent Gauthier 1-2/+2
2019-03-29tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()Gravatar Borislav Petkov 1-0/+4
2019-03-23tick: Remove outgoing CPU from broadcast masksGravatar Thomas Gleixner 1-21/+19
2019-01-29timers: Mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesGravatar Thomas Gleixner 1-3/+0
2018-11-23time: Add SPDX license identifiersGravatar Thomas Gleixner 1-0/+1
2018-11-23time: Remove useless filenames in top level commentsGravatar Thomas Gleixner 1-2/+0
2018-09-28tick/broadcast: Remove redundant checkGravatar Peng Hao 1-2/+0
2018-05-15tick/broadcast: Use for_each_cpu() specially on UP kernelsGravatar Dexuan Cui 1-0/+8
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