aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-13tick/nohz: Prevent stopping the tick on an offline CPUWanpeng Li1-2/+5
2016-09-02tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li1-1/+2
2016-07-19tick/nohz: Optimize nohz idle enterGaurav Jindal1-2/+1
2016-07-07Merge branch 'timers/fast-wheel' into timers/coreIngo Molnar1-32/+13
2016-07-07timers: Forward the wheel clock whenever possibleThomas Gleixner1-0/+12
2016-07-07timers/nohz: Remove pointless tick_nohz_kick_tick() functionThomas Gleixner1-32/+1
2016-07-01timers/nohz: Capitalize 'CPU' consistentlyIngo Molnar1-21/+21
2016-07-01timers/nohz: Fix several typosWei Jiangang1-5/+5
2016-05-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+5
2016-05-05locking/atomics: Flip atomic_fetch_or() argumentsPeter Zijlstra1-2/+2
2016-04-23sched/fair: Correctly handle nohz ticks CPU load accountingFrederic Weisbecker1-4/+5
2016-04-23sched/fair: Gather CPU load functions under a more conventional namespaceFrederic Weisbecker1-1/+1
2016-03-29timers/nohz: Convert tick dependency mask to atomic_tFrederic Weisbecker1-31/+30
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches1-4/+4
2016-03-17param: convert some "on"/"off" users to strtoboolKees Cook1-8/+2
2016-03-02sched-clock: Migrate to use new tick dependency mask modelFrederic Weisbecker1-19/+0
2016-03-02posix-cpu-timers: Migrate to use new tick dependency mask modelFrederic Weisbecker1-6/+1
2016-03-02sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker1-5/+0
2016-03-02perf: Migrate perf to use new tick dependency mask modelFrederic Weisbecker1-7/+1
2016-03-02nohz: Use enum code for tick stop failure tracing messageFrederic Weisbecker1-9/+9
2016-03-02nohz: New tick dependency maskFrederic Weisbecker1-7/+143
2016-02-13nohz: Implement wide kick on top of irq workFrederic Weisbecker1-8/+4
2016-01-31Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+9
2016-01-27tick/nohz: Set the correct expiry when switching to nohz/lowres modeWanpeng Li1-2/+2
2016-01-26tick/sched: Hide unused oneshot timer codeArnd Bergmann1-5/+7
2016-01-21Merge branch 'pm-cpuidle'Rafael J. Wysocki1-1/+1
2016-01-15time: nohz: Expose tick_nohz_enabledJean Delvare1-1/+1
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+3
2016-01-11Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+18
2015-12-08watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo1-3/+3
2015-12-04sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enabled()Frederic Weisbecker1-1/+1
2015-11-25nohz: Clarify magic in tick_nohz_stop_sched_tick()Peter Zijlstra1-2/+18
2015-11-23sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()Byungchul Park1-4/+4
2015-09-02nohz: Assert existing housekeepers when nohz full enabledFrederic Weisbecker1-4/+11
2015-07-29nohz: Remove useless argument on tick_nohz_task_switch()Frederic Weisbecker1-1/+1
2015-07-29nohz: Move tick_nohz_restart_sched_tick() above its usersFrederic Weisbecker1-18/+16
2015-07-29nohz: Restart nohz full tick from irq exitFrederic Weisbecker1-24/+10
2015-07-29nohz: Remove idle task special caseFrederic Weisbecker1-5/+3
2015-06-19timer: Minimize nohz off overheadThomas Gleixner1-1/+1
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner1-11/+14
2015-05-07nohz: Fix !HIGH_RES_TIMERS hangThomas Gleixner1-6/+3
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner1-60/+49
2015-04-22tick: Sched: Restructure codeThomas Gleixner1-90/+81
2015-04-22tick: sched: Force tick interrupt and get rid of softirq magicThomas Gleixner1-54/+29
2015-04-22tick: sched: Remove hrtimer_active() checksThomas Gleixner1-15/+4
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner1-1/+6
2015-02-13time: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-9/+2
2014-12-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+0
2014-12-19tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner1-2/+0
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1