- 3eda69c kernel/fork.c: detect early free of a live mm by Mark Rutland · 7 years ago
- 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 7 years ago
- ce6eba3 Merge branch 'sched-wait-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 46e0d28 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 7d4dd4f sched: add do_sched_yield() helper; remove in-kernel call to sched_yield() by Dominik Brodowski · 7 years ago
- b720342 sched/core: Update preempt_notifier_key to modern API by Davidlohr Bueso · 7 years ago
- bf45bae Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- e97a90f sched/cpufreq: Rate limits for SCHED_DEADLINE by Claudio Scordino · 7 years ago
- e9ca267 sched/debug: Adjust newlines for better alignment by Joe Lawrence · 7 years ago
- a8c024c sched/debug: Fix per-task line continuation for console output by Joe Lawrence · 7 years ago
- b3fc5c9 sched/wait: Improve __var_waitqueue() code generation by Peter Zijlstra · 7 years ago
- 9b8cce5 sched/wait: Remove the wait_on_atomic_t() API by Peter Zijlstra · 7 years ago
- 6b2bb72 sched/wait: Introduce wait_var_event() by Peter Zijlstra · 7 years ago
- d519329 sched/fair: Update util_est only on util_avg updates by Patrick Bellasi · 7 years ago
- a07630b sched/cpufreq/schedutil: Use util_est for OPP selection by Patrick Bellasi · 7 years ago
- f9be3e5 sched/fair: Use util_est in LB and WU paths by Patrick Bellasi · 7 years ago
- 7f65ea4 sched/fair: Add util_est on top of PELT by Patrick Bellasi · 7 years ago
- 10c18c4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
- 1b5f3ba4 Merge branch 'for-4.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 7 years ago
- d17067e sched/completions: Use bool in try_wait_for_completion() by gaurav jindal · 7 years ago
- 31e77c9 sched/fair: Update blocked load when newly idle by Vincent Guittot · 7 years ago
- 47ea541 sched/fair: Move idle_balance() by Peter Zijlstra · 7 years ago
- dd70724 sched/nohz: Merge CONFIG_NO_HZ_COMMON blocks by Peter Zijlstra · 7 years ago
- af3fe03 sched/fair: Move rebalance_domains() by Peter Zijlstra · 7 years ago
- 6392838 sched/nohz: Optimize nohz_idle_balance() by Peter Zijlstra · 7 years ago
- 1936c53 sched/fair: Reduce the periodic update duration by Vincent Guittot · 7 years ago
- f643ea2 sched/nohz: Stop NOHZ stats when decayed by Vincent Guittot · 7 years ago
- ea14b57e sched/cpufreq: Provide migration hint by Peter Zijlstra · 7 years ago
- 00357f5 sched/nohz: Clean up nohz enter/exit by Peter Zijlstra · 7 years ago
- e022e0d sched/fair: Update blocked load from NEWIDLE by Peter Zijlstra · 7 years ago
- a4064fb sched/fair: Add NOHZ stats balancing by Peter Zijlstra · 7 years ago
- 4550487 sched/fair: Restructure nohz_balance_kick() by Peter Zijlstra · 7 years ago
- b7031a0 sched/fair: Add NOHZ_STATS_KICK by Peter Zijlstra · 7 years ago
- a22e47a sched/core: Convert nohz_flags to atomic_t by Peter Zijlstra · 7 years ago
- 8f111bc cpufreq/schedutil: Rewrite CPUFREQ_RT support by Peter Zijlstra · 7 years ago
- 4042d003 cpufreq/schedutil: Remove unused CPUFREQ_DL by Peter Zijlstra · 7 years ago
- 13a453c sched/fair: Add ';' after label attributes by Norbert Manthey · 7 years ago
- 14a7405 sched/core: Undefine tracepoint creation at the end of core.c by Ingo Molnar · 7 years ago
- 02d8ec9 sched/deadline, rt: Rename queue_push_tasks/queue_pull_task to create separate namespace by Ingo Molnar · 7 years ago
- a92057e sched/idle: Merge kernel/sched/idle.c and kernel/sched/idle_task.c by Ingo Molnar · 7 years ago
- 325ea10 sched/headers: Simplify and clean up header usage in the scheduler by Ingo Molnar · 7 years ago
- 97fb7a0 sched: Clean up and harmonize the coding style of the scheduler code base by Ingo Molnar · 7 years ago
- c2e5138 sched/deadline: Clean up various coding style details by Mario Leinweber · 7 years ago
- dcdedb2 sched/nohz: Remove the 1 Hz tick code by Frederic Weisbecker · 7 years ago
- d84b313 sched/isolation: Offload residual 1Hz scheduler tick by Frederic Weisbecker · 7 years ago
- 1bda3f8 sched/isolation: Isolate workqueues when "nohz_full=" is set by Frederic Weisbecker · 7 years ago
- 77a021b sched/core: Rename init_rq_hrtick() to hrtick_rq_init() by Frederic Weisbecker · 7 years ago
- 7347fc8 sched/numa: Delay retrying placement for automatic NUMA balance after wake_affine() by Mel Gorman · 7 years ago
- 2c83362 sched/fair: Consider SD_NUMA when selecting the most idle group to schedule on by Mel Gorman · 7 years ago
- 24d0c1d sched/fair: Do not migrate due to a sync wakeup on exit by Peter Zijlstra · 7 years ago
- 082f764 sched/fair: Do not migrate on wake_affine_weight() if weights are equal by Mel Gorman · 7 years ago
- eeb6039 sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() until needed by Mel Gorman · 7 years ago
- 7ebb66a sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affine by Mel Gorman · 7 years ago
- ed02934 Merge tag 'v4.16-rc2' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
- 43d1b29 sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macro by Leo Yan · 7 years ago
- 269d599 sched/core: Fix DEBUG_SPINLOCK annotation for rq->lock by Peter Zijlstra · 7 years ago
- a771160 sched/rt: Make update_curr_rt() more accurate by Wen Yang · 7 years ago
- 6fe0ce1 sched/deadline: Make update_curr_dl() more accurate by Wen Yang · 7 years ago
- 387f77c sched/fair: Remove stray space in #ifdef by Vincent Guittot · 7 years ago
- c53593e sched, cgroup: Don't reject lower cpu.max on ancestors by Tejun Heo · 7 years ago
- a2e5790 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
- 4de373a cpumask: make cpumask_size() return "unsigned int" by Alexey Dobriyan · 7 years ago
- 8284507 Merge branch 'linus' into sched/urgent, to resolve conflicts by Ingo Molnar · 7 years ago
- 32e839d sched/fair: Use a recently used CPU as an idle candidate and the basis for SIS by Mel Gorman · 7 years ago
- 806486c sched/fair: Do not migrate if the prev_cpu is idle by Mel Gorman · 7 years ago
- 3b76c4a sched/fair: Restructure wake_affine*() to return a CPU id by Mel Gorman · 7 years ago
- 89a55f5 sched/fair: Remove unnecessary parameters from wake_affine_idle() by Mel Gorman · 7 years ago
- e7ad203 sched/rt: Make update_curr_rt() more accurate by Wen Yang · 7 years ago
- 364f566 sched/rt: Up the root domain ref count when passing it around via IPIs by Steven Rostedt (VMware) · 7 years ago
- ad0f1d9 sched/rt: Use container_of() to get root domain in rto_push_irq_work_func() by Steven Rostedt (VMware) · 7 years ago
- 2ed41a5 sched/core: Optimize update_stats_*() by Peter Zijlstra · 7 years ago
- b85c8b7 sched/core: Optimize ttwu_stat() by Peter Zijlstra · 7 years ago
- 70216e1 membarrier: Provide core serializing command, *_SYNC_CORE by Mathieu Desnoyers · 7 years ago
- c5f58bd membarrier: Provide GLOBAL_EXPEDITED command by Mathieu Desnoyers · 7 years ago
- 306e060 membarrier: Document scheduler barrier requirements by Mathieu Desnoyers · 7 years ago
- 3ccfebe powerpc, membarrier: Skip memory barrier in switch_mm() by Mathieu Desnoyers · 7 years ago
- ab486bc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
- af8c5e2 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- d772794 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- ce48c146 sched/core: Fix cpu.max vs. cpuhotplug deadlock by Peter Zijlstra · 7 years ago
- c96f547 delayacct: Account blkio completion on the correct task by Josh Snyder · 7 years ago
- 67549d4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 0788116 sched/deadline: Make bandwidth enforcement scale-invariant by Juri Lelli · 7 years ago
- 7e1a920 sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG_SMP by Juri Lelli · 7 years ago
- 7673c8a sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameter by Juri Lelli · 7 years ago
- 0fa7d18 sched/cpufreq: Always consider all CPUs when deciding next freq by Juri Lelli · 7 years ago
- d18be45 sched/cpufreq: Split utilization signals by Juri Lelli · 7 years ago
- 794a56e sched/cpufreq: Change the worker kthread to SCHED_DEADLINE by Juri Lelli · 7 years ago
- e0367b1 sched/deadline: Move CPU frequency selection triggering points by Juri Lelli · 7 years ago
- d4edd66 sched/cpufreq: Use the DEADLINE utilization signal by Juri Lelli · 7 years ago
- 34be393 sched/deadline: Implement "runtime overrun signal" support by Juri Lelli · 7 years ago
- 7332dec sched/fair: Only immediately migrate tasks due to interrupts if prev and target CPUs share cache by Mel Gorman · 7 years ago
- 9783be2 sched/fair: Correct obsolete comment about cpufreq_update_util() by Joel Fernandes · 7 years ago
- 18cec7e sched/fair: Remove impossible condition from find_idlest_group_cpu() by Joel Fernandes · 7 years ago
- 5083452 sched/cpufreq: Don't pass flags to sugov_set_iowait_boost() by Viresh Kumar · 7 years ago
- 6257e70 sched/cpufreq: Initialize sg_cpu->flags to 0 by Viresh Kumar · 7 years ago
- f453ae2 sched/fair: Consider RT/IRQ pressure in capacity_spare_wake() by Joel Fernandes · 7 years ago
- f01415f sched/fair: Use 'unsigned long' for utilization, consistently by Patrick Bellasi · 7 years ago
- 31cb1bc sched/core: Rework and clarify prepare_lock_switch() by rodrigosiqueira · 7 years ago
- cb1f34d Merge branch 'sched/urgent' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago