summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2020-07-22sched/fair: handle case of task_h_load() returning 0Vincent Guittot1-1/+9
2020-07-09sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang2-2/+4
2020-06-30sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli1-1/+2
2020-06-20sched/fair: Don't NUMA balance for kthreadsJens Axboe1-1/+1
2020-04-24sched: Avoid scale real weight down to zeroMichael Wang1-1/+7
2019-12-21sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang1-14/+22
2019-11-28sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider1-2/+11
2019-10-17sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi1-2/+2
2019-10-05sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli1-4/+0
2019-10-05sched/fair: Fix imbalance due to CPU affinityVincent Guittot1-2/+3
2019-09-16sched/fair: Don't assign runtime for throttled cfs_rqLiangyan1-0/+5
2019-08-04sched/fair: Don't free p->numa_faults with concurrent readersJann Horn1-4/+20
2019-05-31sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov1-0/+2
2019-05-31sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov1-1/+6
2019-05-14sched: Add sched_smt_active()Ben Hutchings2-0/+20
2019-05-02sched/numa: Fix a possible divide-by-zeroXie XiuQi1-0/+4
2019-04-27sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld1-0/+25
2019-04-17sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman1-3/+3
2018-12-01sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)1-2/+2
2018-11-13sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun1-1/+1
2018-11-10sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2-3/+21
2018-10-20sched/cputime: Fix ksoftirqd cputime accounting regressionFrederic Weisbecker2-13/+23
2018-10-20sched/cputime: Increment kcpustat directly on irqtime accountFrederic Weisbecker2-36/+21
2018-10-20sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker2-12/+12
2018-09-29sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle1-1/+2
2018-08-06sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng1-6/+0
2018-05-30sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso1-0/+2
2018-04-13sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2-12/+88
2018-04-13sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka1-1/+2
2018-03-22sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney1-1/+2
2018-03-22sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney1-1/+1
2018-02-17sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)3-2/+22
2018-02-17sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)1-7/+8
2018-01-23sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang1-0/+2
2017-12-20sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)1-4/+4
2017-12-20sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira1-0/+45
2017-12-20sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira1-2/+7
2017-12-20sched/deadline: Add missing update_rq_clock() in dl_task_timer()Wanpeng Li1-0/+1
2017-12-20sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt1-1/+7
2017-12-14sched/fair: Make select_idle_cpu() more aggressivePeter Zijlstra2-1/+6
2017-11-30sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)3-127/+138
2017-11-30sched: Make resched_cpu() unconditionalPaul E. McKenney1-2/+1
2017-11-15sched/core: Add missing update_rq_clock() call in sched_move_task()Peter Zijlstra1-0/+1
2017-10-21sched/fair: Update rq clock before changing a task's CPU affinityWanpeng Li1-0/+1
2017-10-12sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra1-4/+3
2017-08-06sched/cgroup: Move sched_online_group() back into css_online() to fix crashKonstantin Khlebnikov1-2/+12
2017-07-21sched/topology: Fix overlapping sched_group_maskPeter Zijlstra1-1/+17
2017-07-21sched/topology: Optimize build_group_mask()Lauro Ramos Venancio1-2/+2
2017-07-21sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra1-1/+1
2017-07-21sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra1-41/+4