summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-031-2/+0Star
* Merge tag 'pm-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2019-05-071-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/+0Star
* time: Add SPDX license identifiersThomas Gleixner2018-11-231-0/+1
* time: Remove useless filenames in top level commentsThomas Gleixner2018-11-231-2/+0Star
* 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/+0Star
* 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/+6Star
| * | 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/+8Star
|\ \
| * | sched/nohz: Clean up nohz enter/exitPeter Zijlstra2018-03-091-7/+0Star
| * | sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker2018-02-211-6/+0Star
| * | 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-161-20/+2Star
|/
* 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/+5Star
|\
| * sched/isolation: Handle the nohz_full= parameterFrederic Weisbecker2017-10-271-10/+3Star
| * sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker2017-10-271-18/+0Star
| * 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/+2Star
|/
* Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-07-031-23/+40
|\
| * nohz: Fix spurious warning when hrtimer and clockevent get out of syncFrederic Weisbecker2017-06-131-2/+4
| * nohz: Fix buggy tick delay on IRQ stormsFrederic Weisbecker2017-06-051-19/+2Star
| * nohz: Reset next_tick cache even when the timer has no regsFrederic Weisbecker2017-05-301-0/+2
| * nohz: Fix collision between tick and other hrtimers, againFrederic Weisbecker2017-05-171-6/+31
| * nohz: Add hrtimer sanity checkFrederic Weisbecker2017-05-171-2/+7
* | nohz: Move idle balancer registration to the idle pathFrederic Weisbecker2017-06-221-2/+3
* | sched/loadavg: Generalize "_idle" naming to "_nohz"Frederic Weisbecker2017-06-221-2/+2
* | sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()Peter Zijlstra2017-05-151-1/+1
|/
* cpufreq: schedutil: Avoid reducing frequency of busy CPUs prematurelyRafael J. Wysocki2017-03-231-0/+12
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1