aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-broadcast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-29timers: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner1-3/+0
2018-11-23time: Add SPDX license identifiersThomas Gleixner1-0/+1
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner1-2/+0
2018-09-28tick/broadcast: Remove redundant checkPeng Hao1-2/+0
2018-05-15tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui1-0/+8
2017-06-12tick/broadcast: Make tick_broadcast_setup_oneshot() staticStephen Boyd1-1/+3
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+8
2017-02-13tick/broadcast: Prevent deadlock on tick_broadcast_lockMike Galbraith1-8/+7
2017-02-04tick/broadcast: Reduce lock cacheline contentionWaiman Long1-7/+8
2016-12-25ktime: Get rid of the unionThomas Gleixner1-12/+12
2016-12-15tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner1-0/+3
2015-07-14tick: Move the export of tick_broadcast_oneshot_control to the proper placeThomas Gleixner1-1/+0
2015-07-11tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner1-8/+10
2015-07-07tick/broadcast: Handle spurious interrupts gracefullyThomas Gleixner1-0/+7
2015-07-07tick/broadcast: Check for hrtimer broadcast active earlyThomas Gleixner1-10/+26
2015-07-07tick/broadcast: Return busy when IPI is pendingThomas Gleixner1-3/+7
2015-07-07tick/broadcast: Return busy if periodic mode and hrtimer broadcastThomas Gleixner1-1/+5
2015-07-07tick/broadcast: Move the check for periodic mode inside state handlingThomas Gleixner1-14/+8
2015-07-07tick/broadcast: Prevent deep idle if no broadcast device availableThomas Gleixner1-0/+7
2015-07-07tick/broadcast: Make idle check independent from mode and configThomas Gleixner1-15/+11
2015-07-07tick/broadcast: Sanity check the shutdown of the local clock_eventThomas Gleixner1-7/+16
2015-07-07tick/broadcast: Prevent hrtimer recursionThomas Gleixner1-1/+15
2015-06-02clockevents: Provide functions to set and get the stateThomas Gleixner1-6/+6
2015-06-02clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar1-3/+3
2015-05-05tick: broadcast: Simplify oneshot logic and shorten lock regionThomas Gleixner1-25/+17
2015-05-05tick: broadcast: Prevent livelock from event handlerThomas Gleixner1-28/+25
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