aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/tick-sched.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-11Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-73/+58
2012-12-11Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...Gravatar Linus Torvalds 1-1/+1
2012-11-21Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Gravatar Thomas Gleixner 1-11/+11
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeGravatar Youquan Song 1-0/+4
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockGravatar John Stultz 1-11/+11
2012-11-01tick: Correct the comments for tick_sched_timer()Gravatar Chuansheng Liu 1-1/+1
2012-10-24timers, sched: Correct the comments for tick_sched_timer()Gravatar Chuansheng Liu 1-1/+1
2012-10-15tick: Conditionally build nohz specific code in tick handlerGravatar Frederic Weisbecker 1-0/+2
2012-10-15tick: Consolidate tick handling for high and low res handlersGravatar Frederic Weisbecker 1-33/+22
2012-10-15tick: Consolidate timekeeping handling codeGravatar Frederic Weisbecker 1-30/+24
2012-10-05nohz: Fix one jiffy count too far in idle cputimeGravatar Frederic Weisbecker 1-1/+1
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-2/+1
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bGravatar Paul E. McKenney 1-0/+1
2012-09-23time: RCU permitted to stop idle entry via softirqGravatar Paul E. McKenney 1-1/+2
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Gravatar Alex Shi 1-2/+1
2012-09-04sched: Add missing call to calc_load_exit_idle()Gravatar Charles Wang 1-0/+1
2012-07-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-84/+108
2012-07-22Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2012-07-15Merge branch 'timers/urgent' into timers/coreGravatar Thomas Gleixner 1-2/+7
2012-07-05sched/nohz: Rewrite and fix load-avg computation -- againGravatar Peter Zijlstra 1-0/+2
2012-07-02rcu: Make RCU_FAST_NO_HZ respect nohz= boot parameterGravatar Paul E. McKenney 1-1/+1
2012-06-11nohz: Move next idle expiry time record into idle logic areaGravatar Frederic Weisbecker 1-10/+14
2012-06-11nohz: Move ts->idle_calls incrementation into strict idle logicGravatar Frederic Weisbecker 1-39/+47
2012-06-11nohz: Rename ts->idle_tick to ts->last_tickGravatar Frederic Weisbecker 1-2/+2
2012-06-11nohz: Make nohz API agnostic against idle ticks cputime accountingGravatar Frederic Weisbecker 1-15/+22
2012-06-11nohz: Separate idle sleeping time accounting from nohz logicGravatar Frederic Weisbecker 1-35/+42
2012-06-11Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Gravatar Ingo Molnar 1-1/+6
2012-06-06rcu: Precompute RCU_FAST_NO_HZ timer offsetsGravatar Paul E. McKenney 1-1/+6
2012-06-05Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2012-05-30sched/nohz: Fix rq->cpu_load calculations some moreGravatar Peter Zijlstra 1-0/+1
2012-05-25tick: Move skew_tick option into the HIGH_RES_TIMER sectionGravatar Thomas Gleixner 1-8/+8
2012-05-25tick: Add tick skew boot optionGravatar Mike Galbraith 1-0/+18
2012-04-06nohz: Fix stale jiffies update in tick_nohz_restart()Gravatar Neal Cardwell 1-2/+2
2012-02-15nohz: Remove ts->Einidle checks before restarting the tickGravatar Frederic Weisbecker 1-5/+6
2012-02-15nohz: Remove update_ts_time_stat from tick_nohz_start_idleGravatar Michal Hocko 1-5/+1
2012-01-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-0/+8
2011-12-11nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()Gravatar Frederic Weisbecker 1-7/+8
2011-12-11nohz: Allow rcu extended quiescent state handling seperately from tick stopGravatar Frederic Weisbecker 1-12/+13
2011-12-11nohz: Separate out irq exit and idle loop dyntick logicGravatar Frederic Weisbecker 1-36/+57
2011-12-11rcu: Track idleness independent of idle tasksGravatar Paul E. McKenney 1-3/+3
2011-12-06sched, nohz: Track nr_busy_cpus in the sched_group_powerGravatar Suresh Siddha 1-0/+9
2011-10-26Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-15/+40
2011-09-28nohz: Remove nohz_cpu_maskGravatar Shi, Alex 1-6/+0
2011-09-08nohz: Remove "Switched to NOHz mode" debugging messagesGravatar Heiko Carstens 1-5/+1
2011-09-08nohz: Make idle/iowait counter update conditionalGravatar Michal Hocko 1-6/+35
2011-09-08nohz: Fix update_ts_time_stat idle accountingGravatar Michal Hocko 1-4/+4
2011-01-31time: Make do_timer() and xtime_lock local to kernel/time/Gravatar Torben Hohn 1-1/+0
2011-01-19hrtimers: Notify hrtimer users of switches to NOHZ modeGravatar Stephen Boyd 1-3/+4
2010-08-06Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-5/+0
2010-08-05Merge branch 'sched/urgent' into sched/coreGravatar Ingo Molnar 1-1/+1