aboutsummaryrefslogtreecommitdiff
path: root/kernel/time/tick-sched.c
AgeCommit message (Expand)AuthorFilesLines
2013-07-14kernel: delete __cpuinit usage from all core kernel filesGravatar Paul Gortmaker 1-1/+1
2013-07-10Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Gravatar Ingo Molnar 1-10/+5
2013-06-20nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbsGravatar Frederic Weisbecker 1-10/+0
2013-06-20nohz: Warn if the machine can not perform nohz_fullGravatar Steven Rostedt 1-0/+5
2013-05-31nohz: Fix notifier return val that enforce timekeepingGravatar Li Zhong 1-1/+1
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+2
2013-05-14tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineGravatar Thomas Gleixner 1-0/+1
2013-05-12tick: Cleanup NOHZ per cpu data on cpu downGravatar Thomas Gleixner 1-1/+1
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-16/+280
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksGravatar Frederic Weisbecker 1-0/+7
2013-04-29nohz: Protect smp_processor_id() in tick_nohz_task_switch()Gravatar Li Zhong 1-3/+4
2013-04-26nohz: Reduce overhead under high-freq idling patternsGravatar Ingo Molnar 1-3/+4
2013-04-22nohz: Add basic tracingGravatar Frederic Weisbecker 1-4/+15
2013-04-22nohz: Re-evaluate the tick for the new task after a context switchGravatar Frederic Weisbecker 1-0/+20
2013-04-22nohz: Prepare to stop the tick on irq exitGravatar Frederic Weisbecker 1-6/+25
2013-04-22nohz: Implement full dynticks kickGravatar Frederic Weisbecker 1-4/+38
2013-04-22nohz: Re-evaluate the tick from the scheduler IPIGravatar Frederic Weisbecker 1-1/+1
2013-04-21Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...Gravatar Ingo Molnar 1-0/+51
2013-04-19nohz: New option to default all CPUs in full dynticks rangeGravatar Frederic Weisbecker 1-2/+21
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsGravatar Frederic Weisbecker 1-6/+16
2013-04-19nohz: Force boot CPU outside full dynticks rangeGravatar Frederic Weisbecker 1-39/+15
2013-04-18nohz: New APIs to re-evaluate the tick on full dynticks CPUsGravatar Frederic Weisbecker 1-0/+51
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingGravatar Frederic Weisbecker 1-27/+27
2013-04-03nohz: Print final full dynticks CPUs range on bootGravatar Frederic Weisbecker 1-0/+10
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONGravatar Frederic Weisbecker 1-6/+6
2013-03-25tick: Change log level of NOHZ: local_softirq_pending messageGravatar Rado Vrbovsky 1-2/+2
2013-03-21nohz: Assign timekeeping duty to a CPU outside the full dynticks rangeGravatar Frederic Weisbecker 1-2/+45
2013-03-21nohz: Basic full dynticks interfaceGravatar Frederic Weisbecker 1-0/+62
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Gravatar Linus Torvalds 1-0/+2
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+4
2013-02-05Merge branch 'nohz/printk-v8' into irq/coreGravatar Frederic Weisbecker 1-3/+4
2013-01-27cputime: Allow dynamic switch between tick/virtual based cputime accountingGravatar Frederic Weisbecker 1-1/+4
2013-01-17tick: export nohz tick idle symbols for module useGravatar Jacob Pan 1-0/+2
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-18printk: Wake up klogd using irq_workGravatar Frederic Weisbecker 1-1/+1
2012-11-17irq_work: Don't stop the tick with pending worksGravatar Frederic Weisbecker 1-1/+2
2012-11-17nohz: Add API to check tick stateGravatar Frederic Weisbecker 1-1/+1
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