aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/time/tick-sched.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-16nohz: Include local CPU in full dynticks global kickFrederic Weisbecker1-0/+1
2013-08-14Merge branch 'timers/nohz-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohzIngo Molnar1-32/+27
2013-08-14nohz: Optimize full dynticks's sched hooks with static keysFrederic Weisbecker1-4/+4
2013-08-14nohz: Optimize full dynticks state checks with static keysFrederic Weisbecker1-12/+2
2013-08-14nohz: Rename a few state variablesFrederic Weisbecker1-22/+22
2013-08-13nohz: Only enable context tracking on full dynticks CPUsFrederic Weisbecker1-0/+6
2013-07-29Revert "cpuidle: Quickly notice prediction failure for repeat mode"Rafael J. Wysocki1-7/+2
2013-07-24nohz: fix compile warning in tick_nohz_init()Li Zhong1-2/+0
2013-07-24nohz: Do not warn about unstable tsc unless user uses nohz_fullSteven Rostedt1-1/+2
2013-07-14kernel: delete __cpuinit usage from all core kernel filesPaul Gortmaker1-1/+1
2013-07-10Merge branch 'timers/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/urgentIngo Molnar1-10/+5
2013-06-20nohz: Remove obsolete check for full dynticks CPUs to be RCU nocbsFrederic Weisbecker1-10/+0
2013-06-20nohz: Warn if the machine can not perform nohz_fullSteven Rostedt1-0/+5
2013-05-31nohz: Fix notifier return val that enforce timekeepingLi Zhong1-1/+1
2013-05-15Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+2
2013-05-14tick: Don't invoke tick_nohz_stop_sched_tick() if the cpu is offlineThomas Gleixner1-0/+1
2013-05-12tick: Cleanup NOHZ per cpu data on cpu downThomas Gleixner1-1/+1
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-16/+280
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker1-0/+7
2013-04-29nohz: Protect smp_processor_id() in tick_nohz_task_switch()Li Zhong1-3/+4
2013-04-26nohz: Reduce overhead under high-freq idling patternsIngo Molnar1-3/+4
2013-04-22nohz: Add basic tracingFrederic Weisbecker1-4/+15
2013-04-22nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker1-0/+20
2013-04-22nohz: Prepare to stop the tick on irq exitFrederic Weisbecker1-6/+25
2013-04-22nohz: Implement full dynticks kickFrederic Weisbecker1-4/+38
2013-04-22nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker1-1/+1
2013-04-21Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into timers/nohzIngo Molnar1-0/+51
2013-04-19nohz: New option to default all CPUs in full dynticks rangeFrederic Weisbecker1-2/+21
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker1-6/+16
2013-04-19nohz: Force boot CPU outside full dynticks rangeFrederic Weisbecker1-39/+15
2013-04-18nohz: New APIs to re-evaluate the tick on full dynticks CPUsFrederic Weisbecker1-0/+51
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker1-27/+27
2013-04-03nohz: Print final full dynticks CPUs range on bootFrederic Weisbecker1-0/+10
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker1-6/+6
2013-03-25tick: Change log level of NOHZ: local_softirq_pending messageRado Vrbovsky1-2/+2
2013-03-21nohz: Assign timekeeping duty to a CPU outside the full dynticks rangeFrederic Weisbecker1-2/+45
2013-03-21nohz: Basic full dynticks interfaceFrederic Weisbecker1-0/+62
2013-02-28Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds1-0/+2
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+4
2013-02-05Merge branch 'nohz/printk-v8' into irq/coreFrederic Weisbecker1-3/+4
2013-01-27cputime: Allow dynamic switch between tick/virtual based cputime accountingFrederic Weisbecker1-1/+4
2013-01-17tick: export nohz tick idle symbols for module useJacob Pan1-0/+2
2012-12-11Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-73/+58
2012-12-11Merge branches 'core-locking-for-linus' and 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-11-21Merge branch 'fortglx/3.8/time' of git://git.linaro.org/people/jstultz/linux into timers/coreThomas Gleixner1-11/+11
2012-11-18printk: Wake up klogd using irq_workFrederic Weisbecker1-1/+1
2012-11-17irq_work: Don't stop the tick with pending worksFrederic Weisbecker1-1/+2
2012-11-17nohz: Add API to check tick stateFrederic Weisbecker1-1/+1
2012-11-15cpuidle: Quickly notice prediction failure for repeat modeYouquan Song1-0/+4
2012-11-13time: Kill xtime_lock, replacing it with jiffies_lockJohn Stultz1-11/+11