summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-26nohz: Select VIRT_CPU_ACCOUNTING_GEN from full dynticks configFrederic Weisbecker2-4/+6
2013-04-24nohz: Remove full dynticks' superfluous dependency on RCU treeFrederic Weisbecker1-2/+0
2013-04-24nohz: Fix unavailable tick_stop tracepoint in dynticks idleFrederic Weisbecker1-1/+1
2013-04-24Merge branch 'timers/nohz-help-testing' of git://git.kernel.org/pub/scm/linux...Ingo Molnar3-4/+37
2013-04-24Merge branch 'timers/nohz' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar9-21/+167
2013-04-23nohz: Add basic tracingFrederic Weisbecker2-4/+36
2013-04-23nohz: Select wide RCU nocb for full dynticksFrederic Weisbecker1-0/+1
2013-04-22nohz: Disable the tick when irq resume in full dynticks CPUFrederic Weisbecker1-5/+14
2013-04-22nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker3-0/+24
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 Weisbecker3-2/+6
2013-04-22sched: New helper to prevent from stopping the tick in full dynticksFrederic Weisbecker2-0/+24
2013-04-22sched: Kick full dynticks CPU that have more than one task enqueued.Frederic Weisbecker1-0/+11
2013-04-22perf: New helper to prevent full dynticks CPUs from stopping tickFrederic Weisbecker2-0/+16
2013-04-22perf: Kick full dynticks CPU if events rotation is neededFrederic Weisbecker1-1/+6
2013-04-22posix_timers: Fix pre-condition to stop the tick on full dynticksFrederic Weisbecker1-3/+3
2013-04-21Merge branch 'timers/nohz-posix-timers-v2' of git://git.kernel.org/pub/scm/li...Ingo Molnar5-16/+118
2013-04-21Merge branch 'timers/nohz-reviewed' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar9-51/+72
2013-04-19posix_timers: New API to prevent from stopping the tick when timers are runningFrederic Weisbecker2-15/+28
2013-04-19posix_timers: Kick full dynticks CPUs when a posix cpu timer is armedFrederic Weisbecker1-1/+34
2013-04-19nohz: New option to default all CPUs in full dynticks rangeFrederic Weisbecker2-2/+31
2013-04-19nohz: Ensure full dynticks CPUs are RCU nocbsFrederic Weisbecker8-19/+35
2013-04-19nohz: Force boot CPU outside full dynticks rangeFrederic Weisbecker2-41/+17
2013-04-18nohz: New APIs to re-evaluate the tick on full dynticks CPUsFrederic Weisbecker3-0/+56
2013-04-15rcu: Kick adaptive-ticks CPUs that are holding up RCU grace periodsPaul E. McKenney3-0/+29
2013-04-15nohz: Improve a bit the full dynticks Kconfig documentationFrederic Weisbecker1-3/+5
2013-04-15nohz: Align periodic tick Kconfig with other choices' naming conventionFrederic Weisbecker1-1/+1
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker7-39/+39
2013-04-15nohz: Fix old dynticks idle Kconfig backward compatibilityFrederic Weisbecker1-4/+8
2013-04-03nohz: Print final full dynticks CPUs range on bootFrederic Weisbecker1-0/+10
2013-04-03nohz: Pack nohz Kconfig option in a menu of choicesFrederic Weisbecker1-5/+23
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker15-46/+51
2013-04-02nohz: Unhide full dynticks feature from its dependenciesFrederic Weisbecker1-5/+14
2013-03-21nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker3-9/+27
2013-03-21nohz: Assign timekeeping duty to a CPU outside the full dynticks rangeFrederic Weisbecker3-4/+51
2013-03-21nohz: Basic full dynticks interfaceFrederic Weisbecker4-0/+94
2013-03-18sched/tracing: Allow tracing the preemption decision on wakeupPeter Zijlstra1-1/+1
2013-03-18Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Ingo Molnar3-19/+65
2013-03-14sched: Fix variable name misnomer, add commentsAndrei Epure1-4/+5
2013-03-13sched: Lower chances of cputime scaling overflowFrederic Weisbecker1-12/+34
2013-03-13math64: New div64_u64_rem helperFrederic Weisbecker2-7/+31
2013-03-11sched: Spelling fixAndrei Epure1-1/+1
2013-03-11sched: Fix update_group_power() prototype placement to fix build warning when...Li Zefan1-1/+2
2013-03-08Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar10-133/+163
2013-03-07context_tracking: Enable probes by default for selftestingFrederic Weisbecker1-0/+1
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker3-77/+83
2013-03-07context_tracking: Restore preempted context state after preempt_schedule_irq()Frederic Weisbecker1-1/+5
2013-03-07context_tracking: Restore correct previous context state on exception exitFrederic Weisbecker4-35/+61
2013-03-07context_tracking: Move exception handling to generic codeFrederic Weisbecker5-26/+19