summaryrefslogtreecommitdiff
path: root/kernel/time/tick-sched.c
AgeCommit message (Expand)Author
2016-01-21Merge branch 'pm-cpuidle'Rafael J. Wysocki
2016-01-15time: nohz: Expose tick_nohz_enabledJean Delvare
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2016-01-11Merge branches 'timers-core-for-linus' and 'timers-urgent-for-linus' of git:/...Linus Torvalds
2015-12-08watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo
2015-12-04sched/cputime: Rename vtime_accounting_enabled() to vtime_accounting_cpu_enab...Frederic Weisbecker
2015-11-25nohz: Clarify magic in tick_nohz_stop_sched_tick()Peter Zijlstra
2015-11-23sched/fair: Consider missed ticks in NOHZ_FULL in update_cpu_load_nohz()Byungchul Park
2015-09-02nohz: Assert existing housekeepers when nohz full enabledFrederic Weisbecker
2015-07-29nohz: Remove useless argument on tick_nohz_task_switch()Frederic Weisbecker
2015-07-29nohz: Move tick_nohz_restart_sched_tick() above its usersFrederic Weisbecker
2015-07-29nohz: Restart nohz full tick from irq exitFrederic Weisbecker
2015-07-29nohz: Remove idle task special caseFrederic Weisbecker
2015-06-19timer: Minimize nohz off overheadThomas Gleixner
2015-06-19timer: Reduce timer migration overhead if disabledThomas Gleixner
2015-05-07nohz: Fix !HIGH_RES_TIMERS hangThomas Gleixner
2015-04-22tick: Nohz: Rework next timer evaluationThomas Gleixner
2015-04-22tick: Sched: Restructure codeThomas Gleixner
2015-04-22tick: sched: Force tick interrupt and get rid of softirq magicThomas Gleixner
2015-04-22tick: sched: Remove hrtimer_active() checksThomas Gleixner
2015-04-01tick: Move core only declarations and functions to coreThomas Gleixner
2015-02-13time: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2014-12-19Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-12-19tick/powerclamp: Remove tick_nohz_idle abuseThomas Gleixner
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2014-11-03rcu: Remove "cpu" argument to rcu_needs_cpu()Paul E. McKenney
2014-10-29percpu: Convert remaining __get_cpu_var uses in 3.18-rcXChristoph Lameter
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2014-10-09Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-10-09s390/nohz: use a per-cpu flag for arch_needs_cpuMartin Schwidefsky
2014-09-13nohz: nohz full depends on irq work self IPI supportFrederic Weisbecker
2014-09-13nohz: Consolidate nohz full init codeFrederic Weisbecker
2014-09-04nohz: Restore NMI safe local irq work for local nohz kickFrederic Weisbecker
2014-08-26scheduler: Replace __get_cpu_var with this_cpu_ptrChristoph Lameter
2014-08-26time: Replace __get_cpu_var usesChristoph Lameter
2014-08-22nohz: Avoid tick's double reprogramming in highres modeViresh Kumar
2014-08-22nohz: Fix spurious periodic tick behaviour in low-res dynticks modeViresh Kumar
2014-08-04Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-07-09rcu: Bind grace-period kthreads to non-NO_HZ_FULL CPUsPaul E. McKenney
2014-06-16nohz: Support nohz full remote kickFrederic Weisbecker
2014-04-15tick-sched: Check tick_nohz_enabled in tick_nohz_switch_to_nohz()Viresh Kumar
2014-04-15tick-sched: Don't call update_wall_time() when delta is lesser than tick_periodViresh Kumar
2014-01-25Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2014-01-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-01-15nohz_full: fix code style issue of tick_nohz_full_stop_tickAlex Shi
2014-01-15nohz: Get timekeeping max deferment outside jiffies_lockFrederic Weisbecker
2014-01-15tick: Rename tick_check_idle() to tick_irq_enter()Frederic Weisbecker
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra
2014-01-12Merge branch 'fortglx/3.14/time' of git://git.linaro.org/people/john.stultz/l...Ingo Molnar