aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-04sched/idle: Merge kernel/sched/idle.c and kernel/sched/idle_task.cIngo Molnar3-120/+125
2018-03-04sched/headers: Simplify and clean up header usage in the schedulerIngo Molnar28-213/+94
2018-03-03sched: Clean up and harmonize the coding style of the scheduler code baseIngo Molnar28-710/+706
2018-03-03sched/deadline: Clean up various coding style detailsMario Leinweber1-1/+4
2018-02-21sched/nohz: Remove the 1 Hz tick codeFrederic Weisbecker3-40/+1
2018-02-21sched/isolation: Offload residual 1Hz scheduler tickFrederic Weisbecker8-1/+136
2018-02-21sched/isolation: Isolate workqueues when "nohz_full=" is setFrederic Weisbecker1-1/+2
2018-02-21sched/core: Rename init_rq_hrtick() to hrtick_rq_init()Frederic Weisbecker1-3/+3
2018-02-21sched/numa: Delay retrying placement for automatic NUMA balance after wake_affine()Mel Gorman1-1/+56
2018-02-21sched/fair: Consider SD_NUMA when selecting the most idle group to schedule onMel Gorman1-0/+12
2018-02-21sched/fair: Do not migrate due to a sync wakeup on exitPeter Zijlstra1-1/+1
2018-02-21sched/fair: Do not migrate on wake_affine_weight() if weights are equalMel Gorman1-1/+10
2018-02-21sched/fair: Defer calculation of 'prev_eff_load' in wake_affine_weight() until neededMel Gorman1-1/+1
2018-02-21sched/fair: Avoid an unnecessary lookup of current CPU ID during wake_affineMel Gorman1-3/+2
2018-02-21Merge tag 'v4.16-rc2' into sched/core, to pick up fixesIngo Molnar4-16/+22
2018-02-13sched/cpufreq: Remove unused SUGOV_KTHREAD_PRIORITY macroLeo Yan1-2/+0
2018-02-13sched/core: Fix DEBUG_SPINLOCK annotation for rq->lockPeter Zijlstra1-11/+16
2018-02-13sched/rt: Make update_curr_rt() more accurateWen Yang1-1/+2
2018-02-13sched/deadline: Make update_curr_dl() more accurateWen Yang1-2/+4
2018-02-13sched/fair: Remove stray space in #ifdefVincent Guittot1-2/+2
2018-02-12sched, cgroup: Don't reject lower cpu.max on ancestorsTejun Heo1-5/+10
2018-02-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2018-02-06cpumask: make cpumask_size() return "unsigned int"Alexey Dobriyan1-1/+1
2018-02-06Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar1-3/+2
2018-02-06sched/fair: Use a recently used CPU as an idle candidate and the basis for SISMel Gorman2-2/+21
2018-02-06sched/fair: Do not migrate if the prev_cpu is idleMel Gorman1-1/+7
2018-02-06sched/fair: Restructure wake_affine*() to return a CPU idMel Gorman1-18/+17
2018-02-06sched/fair: Remove unnecessary parameters from wake_affine_idle()Mel Gorman1-5/+3
2018-02-06sched/rt: Make update_curr_rt() more accurateWen Yang1-2/+3
2018-02-06sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)3-2/+22
2018-02-06sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)1-7/+8
2018-02-06sched/core: Optimize update_stats_*()Peter Zijlstra2-16/+20
2018-02-06sched/core: Optimize ttwu_stat()Peter Zijlstra2-8/+10
2018-02-05membarrier: Provide core serializing command, *_SYNC_COREMathieu Desnoyers2-17/+54
2018-02-05membarrier: Provide GLOBAL_EXPEDITED commandMathieu Desnoyers1-8/+112
2018-02-05membarrier: Document scheduler barrier requirementsMathieu Desnoyers1-11/+26
2018-02-05powerpc, membarrier: Skip memory barrier in switch_mm()Mathieu Desnoyers2-10/+8
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-3/+2
2018-01-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-151/+303
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+3
2018-01-24sched/core: Fix cpu.max vs. cpuhotplug deadlockPeter Zijlstra1-2/+2
2018-01-16delayacct: Account blkio completion on the correct taskJosh Snyder1-3/+3
2018-01-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2018-01-10sched/deadline: Make bandwidth enforcement scale-invariantJuri Lelli3-6/+24
2018-01-10sched/cpufreq: Move arch_scale_{freq,cpu}_capacity() outside of #ifdef CONFIG_SMPJuri Lelli1-3/+10
2018-01-10sched/cpufreq: Remove arch_scale_freq_capacity()'s 'sd' parameterJuri Lelli2-3/+3
2018-01-10sched/cpufreq: Always consider all CPUs when deciding next freqJuri Lelli1-6/+10
2018-01-10sched/cpufreq: Split utilization signalsJuri Lelli1-14/+16
2018-01-10sched/cpufreq: Change the worker kthread to SCHED_DEADLINEJuri Lelli4-36/+129
2018-01-10sched/deadline: Move CPU frequency selection triggering pointsJuri Lelli2-9/+10