summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
Commit message (Expand)AuthorAgeFilesLines
*-. 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
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Revert "nohz: Fix collision between tick and other hrtimers"Linus Torvalds2017-02-161-12/+2Star
* tick/nohz: Fix possible missing clock reprog after tick soft restartFrederic Weisbecker2017-02-101-0/+5
* nohz: Fix collision between tick and other hrtimersFrederic Weisbecker2017-01-111-2/+7
* ktime: Get rid of the unionThomas Gleixner2016-12-251-11/+11
* sched/nohz: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-19/+14Star
* tick/nohz: Prevent stopping the tick on an offline CPUWanpeng Li2016-09-131-2/+5
* tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li2016-09-021-1/+2
* tick/nohz: Optimize nohz idle enterGaurav Jindal2016-07-191-2/+1Star
* Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar2016-07-071-32/+13Star
|\