aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-06nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell1-2/+2
2012-02-15nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker1-5/+6
2012-02-15nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko1-5/+1
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+8
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker1-7/+8
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker1-12/+13
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker1-36/+57
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney1-3/+3
2011-12-06sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha1-0/+9
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-15/+40
2011-09-28nohz: Remove nohz_cpu_maskShi, Alex1-6/+0
2011-09-08nohz: Remove "Switched to NOHz mode" debugging messagesHeiko Carstens1-5/+1
2011-09-08nohz: Make idle/iowait counter update conditionalMichal Hocko1-6/+35
2011-09-08nohz: Fix update_ts_time_stat idle accountingMichal Hocko1-4/+4
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn1-1/+0
2011-01-19hrtimers: Notify hrtimer users of switches to NOHZ modeStephen Boyd1-3/+4
2010-08-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+0
2010-08-05Merge branch 'sched/urgent' into sched/coreIngo Molnar1-1/+1
2010-08-02clockevents: Remove the per cpu tick skewArjan van de Ven1-5/+0
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar1-12/+9
2010-07-17sched: Revert nohz_ratelimit() for nowPeter Zijlstra1-1/+1
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-8/+8
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra1-8/+8
2010-06-17nohz: Fix nohz ratelimitPeter Zijlstra1-4/+1
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi1-7/+1
2010-05-09sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven1-0/+28
2010-05-09sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven1-4/+1
2010-05-09sched: Fold updating of the last_update_time_info into update_ts_time_stats()Arjan van de Ven1-11/+11
2010-05-09sched: Update the idle statistics in get_cpu_idle_time_us()Arjan van de Ven1-1/+6
2010-05-09sched: Introduce a function to update the idle statisticsArjan van de Ven1-10/+19
2010-05-09sched: Add a comment to get_cpu_idle_time_us()Arjan van de Ven1-0/+14
2010-03-11sched: Rate-limit nohzMike Galbraith1-0/+3
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-53/+88
2009-11-13nohz: Track last do_timer() cpuThomas Gleixner1-24/+28
2009-11-13nohz: Prevent clocksource wrapping during idleJon Hunter1-14/+38
2009-11-13nohz: Type cast printk argumentThomas Gleixner1-1/+1
2009-11-05nohz: Introduce arch_needs_cpuMartin Schwidefsky1-5/+8
2009-11-05nohz: Reuse ktime in sub-functions of tick_check_idle.Martin Schwidefsky1-29/+33
2009-10-07NOHZ: update idle state also when NOHZ is inactiveEero Nurkkala1-2/+7
2009-06-20Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+9
2009-05-27NOHZ: Properly feed cpufreq ondemand governorEero Nurkkala1-3/+9
2009-05-13timers: Identifying the existing pinned timersArun R Bharadwaj1-3/+4
2009-01-15time-sched.c: tick_nohz_update_jiffies should be staticJaswinder Singh Rajput1-1/+1
2009-01-03Merge branch 'cputime' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds1-6/+6
2009-01-02Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+5
2008-12-31[PATCH] idle cputime accountingMartin Schwidefsky1-7/+6
2008-12-31[PATCH] fix scaled & unscaled cputime accountingMartin Schwidefsky1-2/+3
2008-12-25Merge branches 'timers/clocksource', 'timers/hpet', 'timers/hrtimers', 'timers/nohz', 'timers/ntp', 'timers/posixtimers' and 'timers/rtc' into timers/coreIngo Molnar1-19/+25
2008-12-12nohz: suppress needless timer reprogrammingWoodruff, Richard1-17/+24
2008-12-12nohz: no softirq pending warnings for offline cpusHeiko Carstens1-1/+1