summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-30Merge branch 'rcu/nohz' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar
2013-04-29nohz: Protect smp_processor_id() in tick_nohz_task_switch()Li Zhong
2013-04-27nohz_full: Add documentation.Paul E. McKenney
2013-04-27Merge branch 'timers/nohz-v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar
2013-04-26cputime_nsecs: use math64.h for nsec resolution conversion helpersKevin Hilman
2013-04-26nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks configFrederic Weisbecker
2013-04-26nohz: Reduce overhead under high-freq idling patternsIngo Molnar
2013-04-24nohz: Remove full dynticks' superfluous dependency on RCU treeFrederic Weisbecker
2013-04-24nohz: Fix unavailable tick_stop tracepoint in dynticks idleFrederic Weisbecker
2013-04-24Merge branch 'timers/nohz-help-testing' of git://git.kernel.org/pub/scm/linux...Ingo Molnar
2013-04-24Merge branch 'timers/nohz' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar
2013-04-22nohz: Add basic tracingFrederic Weisbecker
2013-04-22nohz: Select wide RCU nocb for full dynticksFrederic Weisbecker
2013-04-22nohz: Disable the tick when irq resume in full dynticks CPUFrederic Weisbecker
2013-04-22nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker
2013-04-22nohz: Prepare to stop the tick on irq exitFrederic Weisbecker
2013-04-22nohz: Implement full dynticks kickFrederic Weisbecker
2013-04-22nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker
2013-04-22sched: New helper to prevent from stopping the tick in full dynticksFrederic Weisbecker
2013-04-22sched: Kick full dynticks CPU that have more than one task enqueued.Frederic Weisbecker
2013-04-22perf: New helper to prevent full dynticks CPUs from stopping tickFrederic Weisbecker
2013-04-22perf: Kick full dynticks CPU if events rotation is neededFrederic Weisbecker
2013-04-22posix_timers: Fix pre-condition to stop the tick on full dynticksFrederic Weisbecker
2013-04-21Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...Ingo Molnar
2013-04-21Merge branch 'timers/nohz-reviewed' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar
2013-04-19posix_timers: New API to prevent from stopping the tick when timers are runningFrederic Weisbecker
2013-04-19posix_timers: Kick full dynticks CPUs when a posix cpu timer is armedFrederic Weisbecker
2013-04-19nohz: New option to default all CPUs in full dynticks rangeFrederic Weisbecker
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker
2013-04-19nohz: Force boot CPU outside full dynticks rangeFrederic Weisbecker
2013-04-18nohz: New APIs to re-evaluate the tick on full dynticks CPUsFrederic Weisbecker
2013-04-15rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periodsPaul E. McKenney
2013-04-15nohz: Improve a bit the full dynticks Kconfig documentationFrederic Weisbecker
2013-04-15nohz: Align periodic tick Kconfig with other choices' naming conventionFrederic Weisbecker
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker
2013-04-15nohz: Fix old dynticks idle Kconfig backward compatibilityFrederic Weisbecker
2013-04-03nohz: Print final full dynticks CPUs range on bootFrederic Weisbecker
2013-04-03nohz: Pack nohz Kconfig option in a menu of choicesFrederic Weisbecker
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker
2013-04-02nohz: Unhide full dynticks feature from its dependenciesFrederic Weisbecker
2013-03-21nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker
2013-03-21nohz: Assign timekeeping duty to a CPU outside the full dynticks rangeFrederic Weisbecker
2013-03-21nohz: Basic full dynticks interfaceFrederic Weisbecker
2013-03-18sched/tracing: Allow tracing the preemption decision on wakeupPeter Zijlstra
2013-03-18Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Ingo Molnar
2013-03-14sched: Fix variable name misnomer, add commentsAndrei Epure
2013-03-13sched: Lower chances of cputime scaling overflowFrederic Weisbecker
2013-03-13math64: New div64_u64_rem helperFrederic Weisbecker
2013-03-11sched: Spelling fixAndrei Epure
2013-03-11sched: Fix update_group_power() prototype placement to fix build warning when...Li Zefan