aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/tick-broadcast.c
AgeCommit message (Expand)Author
2019-04-19tick: Fix typos in commentsLaurent Gauthier
2019-03-29tick/broadcast: Fix warning about undefined tick_broadcast_oneshot_offline()Borislav Petkov
2019-03-23tick: Remove outgoing CPU from broadcast masksThomas Gleixner
2019-01-29timers: Mark expected switch fall-throughsGustavo A. R. Silva
2018-11-23hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner
2018-11-23time: Add SPDX license identifiersThomas Gleixner
2018-11-23time: Remove useless filenames in top level commentsThomas Gleixner
2018-09-28tick/broadcast: Remove redundant checkPeng Hao
2018-05-15tick/broadcast: Use for_each_cpu() specially on UP kernelsDexuan Cui
2017-06-12tick/broadcast: Make tick_broadcast_setup_oneshot() staticStephen Boyd
2017-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-02-13tick/broadcast: Prevent deadlock on tick_broadcast_lockMike Galbraith
2017-02-04tick/broadcast: Reduce lock cacheline contentionWaiman Long
2016-12-25ktime: Get rid of the unionThomas Gleixner
2016-12-15tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner
2015-07-14tick: Move the export of tick_broadcast_oneshot_control to the proper placeThomas Gleixner
2015-07-11tick/broadcast: Prevent NULL pointer dereferenceThomas Gleixner
2015-07-07tick/broadcast: Handle spurious interrupts gracefullyThomas Gleixner
2015-07-07tick/broadcast: Check for hrtimer broadcast active earlyThomas Gleixner
2015-07-07tick/broadcast: Return busy when IPI is pendingThomas Gleixner
2015-07-07tick/broadcast: Return busy if periodic mode and hrtimer broadcastThomas Gleixner
2015-07-07tick/broadcast: Move the check for periodic mode inside state handlingThomas Gleixner
2015-07-07tick/broadcast: Prevent deep idle if no broadcast device availableThomas Gleixner
2015-07-07tick/broadcast: Make idle check independent from mode and configThomas Gleixner
2015-07-07tick/broadcast: Sanity check the shutdown of the local clock_eventThomas Gleixner
2015-07-07tick/broadcast: Prevent hrtimer recursionThomas Gleixner
2015-06-02clockevents: Provide functions to set and get the stateThomas Gleixner
2015-06-02clockevents: Use helpers to check the state of a clockevent deviceViresh Kumar
2015-05-05tick: broadcast: Simplify oneshot logic and shorten lock regionThomas Gleixner
2015-05-05tick: broadcast: Prevent livelock from event handlerThomas Gleixner
2015-04-03clockevents: Cleanup dead cpu explicitelyThomas Gleixner
2015-04-03clockevents: Provide explicit broadcast oneshot control functionsThomas Gleixner
2015-04-03clockevents: Provide explicit broadcast control functionsThomas Gleixner
2015-04-02clockevents: Fix cpu_down() race for hrtimer based broadcastingPreeti U Murthy
2015-04-01tick/xen: Provide and use tick_suspend_local() and tick_resume_local()Thomas Gleixner
2015-04-01tick: Make tick_resume_broadcast_oneshot() staticThomas Gleixner
2015-03-27clockevents: Manage device's state separately for the coreViresh Kumar
2015-03-27clockevents: Handle tick device's resume separatelyViresh Kumar
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter
2014-04-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-02-13tick: Clear broadcast pending bit when switching to oneshotThomas Gleixner
2014-02-07tick: Introduce hrtimer based broadcastPreeti U Murthy
2014-02-07time: Change the return type of clockevents_notify() to integerPreeti U Murthy
2014-02-07clockevents: Serialize calls to clockevents_update_freq() in the coreThomas Gleixner
2013-12-02nohz: Convert a few places to use local per cpu accessesFrederic Weisbecker
2013-10-02tick: broadcast: Deny per-cpu clockevents from being broadcast sourcesSoren Brinkmann
2013-07-12tick: broadcast: Check broadcast mode on CPU hotplugStephen Boyd
2013-07-04Merge branch 'timers/posix-cpu-timers-for-tglx' ofThomas Gleixner
2013-07-02tick: Sanitize broadcast control logicThomas Gleixner
2013-07-02tick: Prevent uncontrolled switch to oneshot modeThomas Gleixner