summaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * timers: Forward the wheel clock whenever possibleThomas Gleixner2016-07-071-0/+12
| * timers/nohz: Remove pointless tick_nohz_kick_tick() functionThomas Gleixner2016-07-071-32/+1Star
* | timers/nohz: Capitalize 'CPU' consistentlyIngo Molnar2016-07-011-21/+21
* | timers/nohz: Fix several typosWei Jiangang2016-07-011-5/+5
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-05-161-4/+5
|\
| * sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker2016-04-231-4/+5
| * sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker2016-04-231-1/+1
* | locking/atomics: Flip atomic_fetch_or() argumentsPeter Zijlstra2016-05-051-2/+2
|/
* timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker2016-03-291-31/+30Star
* kernel/...: convert pr_warning to pr_warnJoe Perches2016-03-221-4/+4
* param: convert some "on"/"off" users to strtoboolKees Cook2016-03-171-8/+2Star
* sched-clock: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-021-19/+0Star
* posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker2016-03-021-6/+1Star
* sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker2016-03-021-5/+0Star
* perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker2016-03-021-7/+1Star
* nohz: Use enum code for tick stop failure tracing messageFrederic Weisbecker2016-03-021-9/+9
* nohz: New tick dependency maskFrederic Weisbecker2016-03-021-7/+143
* nohz: Implement wide kick on top of irq workFrederic Weisbecker2016-02-131-8/+4Star
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-02-011-7/+9
|\
| * tick/nohz: Set the correct expiry when switching to nohz/lowres modeWanpeng Li2016-01-271-2/+2
| * tick/sched: Hide unused oneshot timer codeArnd Bergmann2016-01-261-5/+7