summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/fair: handle case of task_h_load() returning 0Vincent Guittot2020-07-221-1/+9
* sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang2020-07-092-2/+4
* sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli2020-06-301-1/+2
* sched/fair: Don't NUMA balance for kthreadsJens Axboe2020-06-201-1/+1
* sched: Avoid scale real weight down to zeroMichael Wang2020-04-241-1/+7
* sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang2019-12-211-14/+22
* sched/fair: Don't increase sd->balance_interval on newidle balanceValentin Schneider2019-11-281-2/+11
* sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi2019-10-171-2/+2
* sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli2019-10-051-4/+0
* sched/fair: Fix imbalance due to CPU affinityVincent Guittot2019-10-051-2/+3
* sched/fair: Don't assign runtime for throttled cfs_rqLiangyan2019-09-161-0/+5
* sched/fair: Don't free p->numa_faults with concurrent readersJann Horn2019-08-041-4/+20
* sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-05-311-0/+2
* sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-05-311-1/+6
* sched: Add sched_smt_active()Ben Hutchings2019-05-142-0/+20
* sched/numa: Fix a possible divide-by-zeroXie XiuQi2019-05-021-0/+4
* sched/fair: Limit sched_cfs_period_timer() loop to avoid hard lockupPhil Auld2019-04-271-0/+25
* sched/fair: Do not re-read ->h_load_next during hierarchical load calculationMel Gorman2019-04-171-3/+3
* sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)2018-12-011-2/+2
* sched/fair: Fix the min_vruntime update logic in dequeue_entity()Song Muchun2018-11-131-1/+1
* sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2018-11-102-3/+21
* sched/cputime: Fix ksoftirqd cputime accounting regressionFrederic Weisbecker2018-10-202-13/+23
* sched/cputime: Increment kcpustat directly on irqtime accountFrederic Weisbecker2018-10-202-36/+21
* sched/cputime: Convert kcpustat to nsecsFrederic Weisbecker2018-10-202-12/+12
* sched/fair: Fix vruntime_normalized() for remote non-migration wakeupSteve Muckle2018-09-291-1/+2
* sched/wait: Remove the lockless swait_active() check in swake_up*()Boqun Feng2018-08-061-6/+0
* sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso2018-05-301-0/+2
* sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2018-04-132-12/+88
* sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka2018-04-131-1/+2
* sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney2018-03-221-1/+2
* sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney2018-03-221-1/+1
* sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)2018-02-173-2/+22
* sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)2018-02-171-7/+8
* sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang2018-01-231-0/+2
* sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)2017-12-201-4/+4
* sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira2017-12-201-0/+45
* sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira2017-12-201-2/+7
* sched/deadline: Add missing update_rq_clock() in dl_task_timer()Wanpeng Li2017-12-201-0/+1
* sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt2017-12-201-1/+7
* sched/fair: Make select_idle_cpu() more aggressivePeter Zijlstra2017-12-142-1/+6
* sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)2017-11-303-127/+138
* sched: Make resched_cpu() unconditionalPaul E. McKenney2017-11-301-2/+1
* sched/core: Add missing update_rq_clock() call in sched_move_task()Peter Zijlstra2017-11-151-0/+1
* sched/fair: Update rq clock before changing a task's CPU affinityWanpeng Li2017-10-211-0/+1
* sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-10-121-4/+3
* sched/cgroup: Move sched_online_group() back into css_online() to fix crashKonstantin Khlebnikov2017-08-061-2/+12
* sched/topology: Fix overlapping sched_group_maskPeter Zijlstra2017-07-211-1/+17
* sched/topology: Optimize build_group_mask()Lauro Ramos Venancio2017-07-211-2/+2
* sched/topology: Fix building of overlapping sched-groupsPeter Zijlstra2017-07-211-1/+1
* sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra2017-07-211-41/+4