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-291-1/+2
* sched/fair: Don't NUMA balance for kthreadsJens Axboe2020-06-201-1/+1
* sched/fair: Fix calc_cfs_shares() fixed point arithmetics width confusionPeter Zijlstra2020-05-101-16/+11
* sched/core: Allow putting thread_info into task_structAndy Lutomirski2019-12-211-0/+4
* 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 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 free p->numa_faults with concurrent readersJann Horn2019-08-041-4/+20
* sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov2019-06-111-0/+2
* sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov2019-06-111-1/+6
* sched: Add sched_smt_active()Ben Hutchings2019-05-162-0/+25
* sched/numa: Fix a possible divide-by-zeroXie XiuQi2019-05-161-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-271-3/+3
* vmstat: make vmstat_updater deferrable again and shut down on idleChristoph Lameter2019-04-031-0/+1
* sched/fair: Fix new task's load avg removed from source CPU in wake_up_new_ta...Yuyang Du2019-04-031-10/+28
* sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)2018-12-011-2/+2
* cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas2018-11-101-1/+1
* sched/fair: Fix throttle_list starvation with low CFS quotaPhil Auld2018-11-102-3/+21
* sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra2018-11-103-20/+23
* sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso2018-05-301-0/+2
* 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-163-2/+22
* sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)2018-02-161-7/+8
* sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira2018-01-312-12/+88
* sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang2018-01-231-0/+2
* sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski2017-12-251-1/+1
* sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski2017-12-251-3/+3
* 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/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt2017-12-201-1/+7
* 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/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov2017-10-271-11/+12
* sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-10-121-4/+3
* sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li2017-08-062-14/+0
* sched/cgroup: Move sched_online_group() back into css_online() to fix crashKonstantin Khlebnikov2017-08-061-2/+12
* sched/topology: Optimize build_group_mask()Lauro Ramos Venancio2017-07-211-2/+2
* sched/topology: Fix overlapping sched_group_maskPeter Zijlstra2017-07-211-1/+17
* sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming2017-07-051-2/+2
* sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov2017-05-252-1/+21
* sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov2017-05-251-5/+4
* sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior2017-03-312-4/+2
* sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-09-241-0/+22