aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/tick-sched.c
AgeCommit message (Expand)Author
2012-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-07-15Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2012-07-05sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra
2012-07-02rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameterPaul E. McKenney
2012-06-11nohz: Move next idle expiry time record into idle logic areaFrederic Weisbecker
2012-06-11nohz: Move ts->idle_calls incrementation into strict idle logicFrederic Weisbecker
2012-06-11nohz: Rename ts->idle_tick to ts->last_tickFrederic Weisbecker
2012-06-11nohz: Make nohz API agnostic against idle ticks cputime accountingFrederic Weisbecker
2012-06-11nohz: Separate idle sleeping time accounting from nohz logicFrederic Weisbecker
2012-06-11Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar
2012-06-06rcu: Precompute RCU_FAST_NO_HZ timer offsetsPaul E. McKenney
2012-06-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2012-05-30sched/nohz: Fix rq->cpu_load calculations some morePeter Zijlstra
2012-05-25tick: Move skew_tick option into the HIGH_RES_TIMER sectionThomas Gleixner
2012-05-25tick: Add tick skew boot optionMike Galbraith
2012-04-06nohz: Fix stale jiffies update in tick_nohz_restart()Neal Cardwell
2012-02-15nohz: Remove ts->Einidle checks before restarting the tickFrederic Weisbecker
2012-02-15nohz: Remove update_ts_time_stat from tick_nohz_start_idleMichal Hocko
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Frederic Weisbecker
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopFrederic Weisbecker
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicFrederic Weisbecker
2011-12-11rcu: Track idleness independent of idle tasksPaul E. McKenney
2011-12-06sched, nohz: Track nr_busy_cpus in the sched_group_powerSuresh Siddha
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-09-28nohz: Remove nohz_cpu_maskShi, Alex
2011-09-08nohz: Remove "Switched to NOHz mode" debugging messagesHeiko Carstens
2011-09-08nohz: Make idle/iowait counter update conditionalMichal Hocko
2011-09-08nohz: Fix update_ts_time_stat idle accountingMichal Hocko
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Torben Hohn
2011-01-19hrtimers: Notify hrtimer users of switches to NOHZ modeStephen Boyd
2010-08-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-08-05Merge branch 'sched/urgent' into sched/coreIngo Molnar
2010-08-02clockevents: Remove the per cpu tick skewArjan van de Ven
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar
2010-07-17sched: Revert nohz_ratelimit() for nowPeter Zijlstra
2010-07-02Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2010-07-01sched: Cure nr_iowait_cpu() usersPeter Zijlstra
2010-06-17nohz: Fix nohz ratelimitPeter Zijlstra
2010-06-09sched: Change nohz idle load balancing logic to push modelVenkatesh Pallipadi
2010-05-09sched: Intoduce get_cpu_iowait_time_us()Arjan van de Ven
2010-05-09sched: Eliminate the ts->idle_lastupdate fieldArjan van de Ven
2010-05-09sched: Fold updating of the last_update_time_info into update_ts_time_stats()Arjan van de Ven
2010-05-09sched: Update the idle statistics in get_cpu_idle_time_us()Arjan van de Ven
2010-05-09sched: Introduce a function to update the idle statisticsArjan van de Ven
2010-05-09sched: Add a comment to get_cpu_idle_time_us()Arjan van de Ven
2010-03-11sched: Rate-limit nohzMike Galbraith
2009-12-08Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2009-11-13nohz: Track last do_timer() cpuThomas Gleixner