summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
AgeCommit message (Expand)Author
2020-12-27Merge tag 'timers-urgent-2020-12-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-12-16tick/sched: Remove bogus boot "safety" checkThomas Gleixner
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-11tick/sched: Make jiffies update quick check more robustThomas Gleixner
2020-11-24irq_work: CleanupPeter Zijlstra
2020-11-19tick: Get rid of tick_periodThomas Gleixner
2020-11-19tick/sched: Release seqcount before invoking calc_load_global()Yunfeng Ye
2020-11-19tick/sched: Optimize tick_do_update_jiffies64() furtherThomas Gleixner
2020-11-19tick/sched: Reduce seqcount held scope in tick_do_update_jiffies64()Yunfeng Ye
2020-11-19tick/sched: Use tick_next_period for lockless quick checkThomas Gleixner
2020-11-19tick: Document protections for tick related dataThomas Gleixner
2020-08-24tick-sched: Clarify "NOHZ: local_softirq_pending" warningPaul E. McKenney
2020-06-29tick/nohz: Narrow down noise while setting current task's tick dependencyFrederic Weisbecker
2020-03-21lockdep: Annotate irq_workSebastian Andrzej Siewior
2020-03-21timekeeping: Split jiffies seqlockThomas Gleixner
2020-01-15tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet
2019-11-26Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-10-29sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable...Frederic Weisbecker
2019-10-05time: Export tick start/stop functions for rcutorturePaul E. McKenney
2019-10-05nohz: Add TICK_DEP_BIT_RCUFrederic Weisbecker
2019-08-28tick: Mark sched_timer to expire in hard interrupt contextSebastian Andrzej Siewior
2019-08-01tick: Mark tick related hrtimers to expiry in hard interrupt contextSebastian Andrzej Siewior
2019-06-03sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann
2019-05-06Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-05-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-05-03nohz_full: Allow the boot CPU to be nohz_fullNicholas Piggin
2019-04-10cpuidle: Export the next timer expiration for CPUsUlf Hansson
2019-03-23timekeeping: Consistently use unsigned int for seqcount snapshotRasmus Villemoes
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-10-10tick/sched : Remove redundant cpu_online() checkPeng Hao
2018-07-31nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner
2018-04-26tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner
2018-04-11Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki
2018-04-10tick-sched: avoid a maybe-uninitialized warningArnd Bergmann
2018-04-09nohz: Avoid duplication of code related to got_idle_tickRafael J. Wysocki
2018-04-09nohz: Gather tick_sched booleans under a common flag fieldFrederic Weisbecker
2018-04-09cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki
2018-04-09sched: idle: Select idle state before stopping the tickRafael J. Wysocki
2018-04-07time: tick-sched: Split tick_nohz_stop_sched_tick()Rafael J. Wysocki
2018-04-06cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki
2018-04-05sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki
2018-04-05time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki
2018-04-04Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2018-04-02Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2018-03-13timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner
2018-03-09sched/nohz: Clean up nohz enter/exitPeter Zijlstra
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker