summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo2016-09-151-7/+23
* sched/nohz: Fix affine unpinned timers messWanpeng Li2016-09-071-1/+4
* sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra2016-09-071-5/+10
* sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra2016-08-101-6/+9
* kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin2016-08-101-2/+4
* sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra2016-07-271-8/+25
* sched: panic on corrupted stack endJann Horn2016-06-241-1/+2
* sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx2016-06-011-4/+7
* sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra2016-05-041-21/+14
* sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2016-04-122-0/+14
* sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen2016-04-121-7/+7
* sched: Fix crash in sched_init_numa()Raghavendra K T2016-02-171-1/+1
* sched/fair: Fix multiplication overflow on 32-bit systemsAndrey Ryabinin2016-01-061-1/+1
* sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-131-10/+10
* Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-081-6/+6
|\
| * Merge branch 'master' into for-4.4-fixesTejun Heo2015-12-075-15/+45
| |\
| * | cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-031-6/+6
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-12-082-2/+2
|\ \ \ | |_|/ |/| |
| * | treewide: Remove old email addressPeter Zijlstra2015-11-232-2/+2
| |/
* | sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra2015-12-041-0/+19