aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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-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-11sched: Spelling fixAndrei Epure
2013-03-11sched: Fix update_group_power() prototype placement to fix build warning when...Li Zefan
2013-03-08Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2013-03-07cputime: Dynamically scale cputime for full dynticks accountingFrederic Weisbecker
2013-03-07context_tracking: Restore preempted context state after preempt_schedule_irq()Frederic Weisbecker
2013-03-06sched: Remove double declaration of root_task_groupLi Zefan
2013-03-06sched: Move group scheduling functions out of include/linux/sched.hLi Zefan
2013-03-06sched: Make default_scale_freq_power() staticLi Zefan
2013-03-06sched: Move struct sched_class to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move wake flags to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move struct sched_group to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.hLi Zefan
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-03-02fix compat_sys_rt_sigprocmask()Al Viro
2013-03-02trace/ring_buffer: handle 64bit aligned structsJames Hogan
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds
2013-03-02Merge tag 'arc-v3.9-rc1-late' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-03-02kdb: Remove unhandled ssb commandVincent
2013-03-02kdb: Prevent kernel oops with kdb_defcmdJason Wessel
2013-03-02kdb: Remove the ll commandJason Wessel