aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/tick-sched.c
AgeCommit message (Expand)Author
2013-03-25tick: Change log level of NOHZ: local_softirq_pending messageRado Vrbovsky
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-02-05Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker
2013-01-27cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker
2013-01-17tick: export nohz tick idle symbols for module useJacob Pan
2012-12-11Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2012-12-11Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git:...Linus Torvalds
2012-11-21Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux ...Thomas Gleixner
2012-11-18printk: Wake up klogd using irq_workFrederic Weisbecker
2012-11-17irq_work: Don't stop the tick with pending worksFrederic Weisbecker
2012-11-17nohz: Add API to check tick stateFrederic Weisbecker
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeYouquan Song
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz
2012-11-01tick: Correct the comments for tick_sched_timer()Chuansheng Liu
2012-10-24timers, sched: Correct the comments for tick_sched_timer()Chuansheng Liu
2012-10-15tick: Conditionally build nohz specific code in tick handlerFrederic Weisbecker
2012-10-15tick: Consolidate tick handling for high and low res handlersFrederic Weisbecker
2012-10-15tick: Consolidate timekeeping handling codeFrederic Weisbecker
2012-10-05nohz: Fix one jiffy count too far in idle cputimeFrederic Weisbecker
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-09-25Merge remote-tracking branch 'tip/core/rcu' into next.2012.09.25bPaul E. McKenney
2012-09-23time: RCU permitted to stop idle entry via softirqPaul E. McKenney
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Alex Shi
2012-09-04sched: Add missing call to calc_load_exit_idle()Charles Wang
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