summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
Commit message (Expand)AuthorAgeFilesLines
* tick/nohz: Narrow down noise while setting current task's tick dependencyFrederic Weisbecker2020-06-291-7/+15
* lockdep: Annotate irq_workSebastian Andrzej Siewior2020-03-211-0/+1
* timekeeping: Split jiffies seqlockThomas Gleixner2020-03-211-7/+12
* tick/sched: Annotate lockless access to last_jiffies_updateEric Dumazet2020-01-151-5/+9
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-11-261-0/+11
|\
| * time: Export tick start/stop functions for rcutorturePaul E. McKenney2019-10-051-0/+4
| * nohz: Add TICK_DEP_BIT_RCUFrederic Weisbecker2019-10-051-0/+7
* | sched/vtime: Rename vtime_accounting_cpu_enabled() to vtime_accounting_enable...Frederic Weisbecker2019-10-291-1/+1
|/
* tick: Mark sched_timer to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-281-1/+1
* tick: Mark tick related hrtimers to expiry in hard interrupt contextSebastian Andrzej Siewior2019-08-011-6/+9
* sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-031-2/+0
* Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-061-0/+12
|\
| * cpuidle: Export the next timer expiration for CPUsUlf Hansson2019-04-101-0/+12
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-05-061-1/+2
|\ \
| * | timekeeping: Consistently use unsigned int for seqcount snapshotRasmus Villemoes2019-03-231-1/+2
| |/
* / nohz_full: Allow the boot CPU to be nohz_fullNicholas Piggin2019-05-031-10/+24
|/
* hrtimers/tick/clockevents: Remove sloppy license referencesThomas Gleixner2018-11-231-2/+0
* time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-2/+0
* tick/sched : Remove redundant cpu_online() checkPeng Hao2018-10-101-1/+1
* nohz: Fix local_timer_softirq_pending()Anna-Maria Gleixner2018-07-311-1/+1
* Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-261-9/+0
* tick/sched: Do not mess with an enqueued hrtimerThomas Gleixner2018-04-261-5/+5
*-. Merge branches 'pm-cpuidle' and 'pm-qos'Rafael J. Wysocki2018-04-111-73/+177
|\ \
| * | tick-sched: avoid a maybe-uninitialized warningArnd Bergmann2018-04-101-3/+6
| * | nohz: Avoid duplication of code related to got_idle_tickRafael J. Wysocki2018-04-091-10/+6
| * | nohz: Gather tick_sched booleans under a common flag fieldFrederic Weisbecker2018-04-091-5/+7
| * | cpuidle: menu: Refine idle state selection for running tickRafael J. Wysocki2018-04-091-6/+6
| * | sched: idle: Select idle state before stopping the tickRafael J. Wysocki2018-04-091-12/+49
| * | time: tick-sched: Split tick_nohz_stop_sched_tick()Rafael J. Wysocki2018-04-071-46/+78
| * | cpuidle: Return nohz hint from cpuidle_select()Rafael J. Wysocki2018-04-061-0/+20
| * | sched: idle: Do not stop the tick upfront in the idle loopRafael J. Wysocki2018-04-051-8/+18
| * | time: tick-sched: Reorganize idle tick management codeRafael J. Wysocki2018-04-051-21/+25
| |/
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-04-041-0/+9
|\ \ | |/ |/|
| * timekeeping: Make the MONOTONIC clock behave like the BOOTTIME clockThomas Gleixner2018-03-131-0/+9
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-04-021-14/+8
|\ \
| * | sched/nohz: Clean up nohz enter/exitPeter Zijlstra2018-03-091-7/+0
| * | sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker2018-02-211-6/+0
| * | nohz: Allow to check if remote CPU tick is stoppedFrederic Weisbecker2018-02-211-0/+7
| * | nohz: Convert tick_nohz_tick_stopped() to boolFrederic Weisbecker2018-02-211-1/+1
| |/
* / sched/isolation: Eliminate NO_HZ_FULL_ALLPaul E. McKenney2018-02-151-20/+2
|/
* hrtimer: Optimize the hrtimer code by using static keys for migration_enable/...Thomas Gleixner2018-01-161-1/+1
* nohz: Prevent a timer interrupt storm in tick_nohz_stop_sched_tick()Thomas Gleixner2017-12-291-2/+17
* cpufreq: schedutil: Use idle_calls counter of the remote CPUJoel Fernandes2017-12-281-0/+13
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-131-28/+5
|\
| * sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker2017-10-271-10/+3
| * sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-271-18/+0
| * sched/idle: Move quiet_vmstate() into the NOHZ codePeter Zijlstra2017-10-101-0/+2
* | timers/nohz: Use lockdep to assert IRQs are disabled/enabledFrederic Weisbecker2017-11-081-3/+2
|/
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-031-23/+40
|\