| Commit message (Expand) | Author | Age | Files | Lines |
* | nohz: Fix stale jiffies update in tick_nohz_restart() | Neal Cardwell | 2012-04-06 | 1 | -2/+2 |
* | nohz: Remove ts->Einidle checks before restarting the tick | Frederic Weisbecker | 2012-02-15 | 1 | -5/+6 |
* | nohz: Remove update_ts_time_stat from tick_nohz_start_idle | Michal Hocko | 2012-02-15 | 1 | -5/+1 |
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2012-01-06 | 1 | -0/+8 |
|\ |
|
| * | sched, nohz: Track nr_busy_cpus in the sched_group_power | Suresh Siddha | 2011-12-06 | 1 | -0/+9 |
* | | nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu() | Frederic Weisbecker | 2011-12-11 | 1 | -7/+8 |
* | | nohz: Allow rcu extended quiescent state handling seperately from tick stop | Frederic Weisbecker | 2011-12-11 | 1 | -12/+13 |
* | | nohz: Separate out irq exit and idle loop dyntick logic | Frederic Weisbecker | 2011-12-11 | 1 | -36/+57 |
* | | rcu: Track idleness independent of idle tasks | Paul E. McKenney | 2011-12-11 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2011-10-26 | 1 | -15/+40 |
|\ |
|
| * | nohz: Remove "Switched to NOHz mode" debugging messages | Heiko Carstens | 2011-09-08 | 1 | -5/+1 |
| * | nohz: Make idle/iowait counter update conditional | Michal Hocko | 2011-09-08 | 1 | -6/+35 |
| * | nohz: Fix update_ts_time_stat idle accounting | Michal Hocko | 2011-09-08 | 1 | -4/+4 |
* | | nohz: Remove nohz_cpu_mask | Shi, Alex | 2011-09-28 | 1 | -6/+0 |
|/ |
|
* | time: Make do_timer() and xtime_lock local to kernel/time/ | Torben Hohn | 2011-01-31 | 1 | -1/+0 |
* | hrtimers: Notify hrtimer users of switches to NOHZ mode | Stephen Boyd | 2011-01-19 | 1 | -3/+4 |
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2010-08-06 | 1 | -5/+0 |
|\ |
|
| * | clockevents: Remove the per cpu tick skew | Arjan van de Ven | 2010-08-02 | 1 | -5/+0 |
* | | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 2010-08-05 | 1 | -1/+1 |
|\ \ |
|
| * | | sched: Revert nohz_ratelimit() for now | Peter Zijlstra | 2010-07-17 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'linus' into sched/core | Ingo Molnar | 2010-07-21 | 1 | -12/+9 |
|\ \
| |/ |
|
| * | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2010-07-02 | 1 | -8/+8 |
| |\ |
|
| | * | sched: Cure nr_iowait_cpu() users | Peter Zijlstra | 2010-07-01 | 1 | -8/+8 |
| * | | nohz: Fix nohz ratelimit | Peter Zijlstra | 2010-06-17 | 1 | -4/+1 |
| |/ |
|
* | | sched: Change nohz idle load balancing logic to push model | Venkatesh Pallipadi | 2010-06-09 | 1 | -7/+1 |
|/ |
|
* | sched: Intoduce get_cpu_iowait_time_us() | Arjan van de Ven | 2010-05-09 | 1 | -0/+28 |
* | sched: Eliminate the ts->idle_lastupdate field | Arjan van de Ven | 2010-05-09 | 1 | -4/+1 |
* | sched: Fold updating of the last_update_time_info into update_ts_time_stats() | Arjan van de Ven | 2010-05-09 | 1 | -11/+11 |
* | sched: Update the idle statistics in get_cpu_idle_time_us() | Arjan van de Ven | 2010-05-09 | 1 | -1/+6 |
* | sched: Introduce a function to update the idle statistics | Arjan van de Ven | 2010-05-09 | 1 | -10/+19 |
* | sched: Add a comment to get_cpu_idle_time_us() | Arjan van de Ven | 2010-05-09 | 1 | -0/+14 |
* | sched: Rate-limit nohz | Mike Galbraith | 2010-03-11 | 1 | -0/+3 |
* | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2009-12-08 | 1 | -53/+88 |
|\ |
|
| * | nohz: Track last do_timer() cpu | Thomas Gleixner | 2009-11-13 | 1 | -24/+28 |
| * | nohz: Prevent clocksource wrapping during idle | Jon Hunter | 2009-11-13 | 1 | -14/+38 |
| * | nohz: Type cast printk argument | Thomas Gleixner | 2009-11-13 | 1 | -1/+1 |
| * | nohz: Introduce arch_needs_cpu | Martin Schwidefsky | 2009-11-05 | 1 | -5/+8 |
| * | nohz: Reuse ktime in sub-functions of tick_check_idle. | Martin Schwidefsky | 2009-11-05 | 1 | -29/+33 |
* | | NOHZ: update idle state also when NOHZ is inactive | Eero Nurkkala | 2009-10-07 | 1 | -2/+7 |
|/ |
|
* | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-06-20 | 1 | -3/+9 |
|\ |
|
| * | NOHZ: Properly feed cpufreq ondemand governor | Eero Nurkkala | 2009-05-27 | 1 | -3/+9 |
* | | timers: Identifying the existing pinned timers | Arun R Bharadwaj | 2009-05-13 | 1 | -3/+4 |
|/ |
|
* | time-sched.c: tick_nohz_update_jiffies should be static | Jaswinder Singh Rajput | 2009-01-15 | 1 | -1/+1 |
* | Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2009-01-03 | 1 | -6/+6 |
|\ |
|
| * | [PATCH] idle cputime accounting | Martin Schwidefsky | 2008-12-31 | 1 | -7/+6 |
| * | [PATCH] fix scaled & unscaled cputime accounting | Martin Schwidefsky | 2008-12-31 | 1 | -2/+3 |
* | | Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-02 | 1 | -5/+5 |
|\ \
| |/
|/| |
|
| * | sched: convert nohz_cpu_mask to cpumask_var_t. | Rusty Russell | 2008-11-24 | 1 | -5/+5 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timer... | Ingo Molnar | 2008-12-25 | 1 | -19/+25 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| | * | | nohz: suppress needless timer reprogramming | Woodruff, Richard | 2008-12-12 | 1 | -17/+24 |