aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c
Commit message (Expand)AuthorAgeFilesLines
* nohz: Fix another inconsistency between CONFIG_NO_HZ=n and nohz=offThomas Gleixner2014-08-061-1/+3
* tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner2013-05-301-1/+1
* sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra2012-08-021-0/+1
* sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra2012-07-251-0/+2
* nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell2012-04-221-2/+2
* Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-10-261-15/+40
|\
| * nohz: Remove "Switched to NOHz mode" debugging messagesHeiko Carstens2011-09-081-5/+1
| * nohz: Make idle/iowait counter update conditionalMichal Hocko2011-09-081-6/+35
| * nohz: Fix update_ts_time_stat idle accountingMichal Hocko2011-09-081-4/+4
* | nohz: Remove nohz_cpu_maskShi, Alex2011-09-281-6/+0
|/
* time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn2011-01-311-1/+0
* hrtimers: Notify hrtimer users of switches to NOHZ modeStephen Boyd2011-01-191-3/+4
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-061-5/+0
|\
| * clockevents: Remove the per cpu tick skewArjan van de Ven2010-08-021-5/+0
* | Merge branch 'sched/urgent' into sched/coreIngo Molnar2010-08-051-1/+1
|\ \
| * | sched: Revert nohz_ratelimit() for nowPeter Zijlstra2010-07-171-1/+1
| |/
* | Merge branch 'linus' into sched/coreIngo Molnar2010-07-211-12/+9
|\ \ | |/
| * Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-07-021-8/+8
| |\
| | * sched: Cure nr_iowait_cpu() usersPeter Zijlstra2010-07-011-8/+8
| * | nohz: Fix nohz ratelimitPeter Zijlstra2010-06-171-4/+1
| |/
* | sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi2010-06-091-7/+1
|/
* sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven2010-05-091-0/+28
* sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven2010-05-091-4/+1
* sched: Fold updating of the last_update_time_info into update_ts_time_stats()Arjan van de Ven2010-05-091-11/+11
* sched: Update the idle statistics in get_cpu_idle_time_us()Arjan van de Ven2010-05-091-1/+6
* sched: Introduce a function to update the idle statisticsArjan van de Ven2010-05-091-10/+19
* sched: Add a comment to get_cpu_idle_time_us()Arjan van de Ven2010-05-091-0/+14
* sched: Rate-limit nohzMike Galbraith2010-03-111-0/+3
* Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-081-53/+88
|\
| * nohz: Track last do_timer() cpuThomas Gleixner2009-11-131-24/+28
| * nohz: Prevent clocksource wrapping during idleJon Hunter2009-11-131-14/+38
| * nohz: Type cast printk argumentThomas Gleixner2009-11-131-1/+1
| * nohz: Introduce arch_needs_cpuMartin Schwidefsky2009-11-051-5/+8
| * nohz: Reuse ktime in sub-functions of tick_check_idle.Martin Schwidefsky2009-11-051-29/+33
* | NOHZ: update idle state also when NOHZ is inactiveEero Nurkkala2009-10-071-2/+7
|/
* Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-06-201-3/+9
|\
| * NOHZ: Properly feed cpufreq ondemand governorEero Nurkkala2009-05-271-3/+9
* | timers: Identifying the existing pinned timersArun R Bharadwaj2009-05-131-3/+4
|/
* time-sched.c: tick_nohz_update_jiffies should be staticJaswinder Singh Rajput2009-01-151-1/+1
* Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2009-01-031-6/+6
|\
| * [PATCH] idle cputime accountingMartin Schwidefsky2008-12-311-7/+6
| * [PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky2008-12-311-2/+3
* | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-021-5/+5
|\ \ | |/ |/|
| * sched: convert nohz_cpu_mask to cpumask_var_t.Rusty Russell2008-11-241-5/+5
| |
| \
| \
| \
*---. \ Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer...Ingo Molnar2008-12-251-19/+25
|\ \ \ \ | |_|_|/ |/| | |
| | * | nohz: suppress needless timer reprogrammingWoodruff, Richard2008-12-121-17/+24
| | * | nohz: no softirq pending warnings for offline cpusHeiko Carstens2008-12-121-1/+1
| |/ / |/| |
| * | hrtimer: removing all ur callback modesPeter Zijlstra2008-11-251-1/+0
|/ /
* | nohz: disable tick_nohz_kick_tick() for nowThomas Gleixner2008-11-101-0/+4
|/
* Merge branch 'timers/range-hrtimers' into v28-range-hrtimers-for-linus-v2Thomas Gleixner2008-10-221-12/+13
|\