summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-26sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort1-0/+3
2020-07-09sched/rt: Show the 'sched_rr_timeslice' SCHED_RR timeslice tuning knob in mil...Shile Zhang1-2/+3
2020-06-29sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli1-1/+2
2019-10-05sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli1-4/+0
2019-06-11sched/core: Handle overflow in cpu_shares_write_u64Konstantin Khlebnikov1-0/+2
2019-06-11sched/core: Check quota and period overflow at usec to nsec conversionKonstantin Khlebnikov1-1/+6
2019-05-16sched: Add sched_smt_active()Ben Hutchings1-0/+24
2018-12-01sched/core: Allow __sched_setscheduler() in interrupts when PI is not usedSteven Rostedt (VMware)1-2/+2
2018-11-10sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra1-3/+1
2018-03-22sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney1-1/+2
2018-02-16sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)1-0/+13
2018-01-31sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira1-0/+2
2017-12-25sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski1-1/+1
2017-12-25sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski1-3/+3
2017-11-30sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)1-0/+6
2017-11-30sched: Make resched_cpu() unconditionalPaul E. McKenney1-2/+1
2017-10-12sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra1-4/+3
2017-08-06sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li1-1/+0
2017-08-06sched/cgroup: Move sched_online_group() back into css_online() to fix crashKonstantin Khlebnikov1-2/+12
2017-07-21sched/topology: Optimize build_group_mask()Lauro Ramos Venancio1-2/+2
2017-07-21sched/topology: Fix overlapping sched_group_maskPeter Zijlstra1-1/+17
2016-09-24sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh1-0/+22
2016-09-07sched/nohz: Fix affine unpinned timers messWanpeng Li1-1/+4
2016-08-10kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin1-2/+4
2016-06-24sched: panic on corrupted stack endJann Horn1-1/+2
2016-05-04sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra1-21/+14
2016-04-12sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner1-0/+1
2016-02-17sched: Fix crash in sched_init_numa()Raghavendra K T1-1/+1
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo1-6/+30
2015-12-04sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra1-0/+19
2015-12-04sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra1-1/+7
2015-12-04sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang1-4/+4
2015-12-04sched/core: Remove false-positive warning from wake_up_process()Sasha Levin1-1/+0
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo1-6/+6
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-8/+0
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-88/+115
2015-10-28Merge branch 'linus' into core/rcu, to fix up a semantic conflictIngo Molnar1-4/+8
2015-10-23sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra1-1/+8
2015-10-20sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETSOleg Nesterov1-5/+7
2015-10-20sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Peter Zijlstra1-0/+4
2015-10-20sched: Start stopper earlyPeter Zijlstra1-3/+9
2015-10-20Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Ingo Molnar1-3/+0
2015-10-20nohz: Revert "nohz: Set isolcpus when nohz_full is set"Frederic Weisbecker1-3/+0
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-0/+1
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo1-16/+0
2015-10-06sched: Export sched_setscheduler_nocheckDavidlohr Bueso1-0/+1
2015-10-06sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan1-1/+1
2015-10-06sched/core: Drop unlikely behind BUG_ON()Geliang Tang1-1/+1
2015-10-06sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra1-19/+25
2015-10-06sched/core: Add preempt_count invariant checkPeter Zijlstra1-0/+4