summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2018-05-30sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warningDavidlohr Bueso
2018-04-13sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka
2018-03-22sched: Stop resched_cpu() from sending IPIs to offline CPUsPaul E. McKenney
2018-03-22sched: Stop switched_to_rt() from sending IPIs to offline CPUsPaul E. McKenney
2018-02-16sched/rt: Up the root domain ref count when passing it around via IPIsSteven Rostedt (VMware)
2018-02-16sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()Steven Rostedt (VMware)
2018-01-31sched/deadline: Use the revised wakeup rule for suspending constrained dl tasksDaniel Bristot de Oliveira
2018-01-23sched/deadline: Zero out positive runtime after throttling constrained tasksXunlei Pang
2017-12-25sched/core: Idle_task_exit() shouldn't use switch_mm_irqs_off()Andy Lutomirski
2017-12-25sched/core: Add switch_mm_irqs_off() and use it in the schedulerAndy Lutomirski
2017-12-20sched/deadline: Use deadline instead of period when calculating overflowSteven Rostedt (VMware)
2017-12-20sched/deadline: Throttle a constrained deadline task activated after the dead...Daniel Bristot de Oliveira
2017-12-20sched/deadline: Make sure the replenishment timer fires in the next periodDaniel Bristot de Oliveira
2017-12-20sched/rt: Do not pull from current CPU if only one CPU to pullSteven Rostedt
2017-11-30sched/rt: Simplify the IPI based RT balancing logicSteven Rostedt (Red Hat)
2017-11-30sched: Make resched_cpu() unconditionalPaul E. McKenney
2017-10-27sched/autogroup: Fix autogroup_move_group() to never skip sched_move_task()Oleg Nesterov
2017-10-12sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra
2017-08-06sched/cputime: Fix prev steal time accouting during CPU hotplugWanpeng Li
2017-08-06sched/cgroup: Move sched_online_group() back into css_online() to fix crashKonstantin Khlebnikov
2017-07-21sched/topology: Optimize build_group_mask()Lauro Ramos Venancio
2017-07-21sched/topology: Fix overlapping sched_group_maskPeter Zijlstra
2017-07-05sched/loadavg: Avoid loadavg spikes caused by delayed NO_HZ accountingMatt Fleming
2017-05-25sched/fair: Initialize throttle_count for new task-groups lazilyKonstantin Khlebnikov
2017-05-25sched/fair: Do not announce throttled next buddy in dequeue_task_fair()Konstantin Khlebnikov
2017-03-31sched/rt: Add a missing rescheduling pointSebastian Andrzej Siewior
2016-09-24sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh
2016-09-15sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo
2016-09-07sched/nohz: Fix affine unpinned timers messWanpeng Li
2016-09-07sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra
2016-08-10sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra
2016-08-10kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin
2016-07-27sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra
2016-06-24sched: panic on corrupted stack endJann Horn
2016-06-01sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx
2016-05-04sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra
2016-04-12sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner
2016-04-12sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen
2016-02-17sched: Fix crash in sched_init_numa()Raghavendra K T
2016-01-06sched/fair: Fix multiplication overflow on 32-bit systemsAndrey Ryabinin
2015-12-13sched/wait: Fix the signal handling fixPeter Zijlstra
2015-12-08Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-08Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo
2015-12-04sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra
2015-12-04sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra
2015-12-04sched/cputime: Fix invalid gtime in procHiroshi Shimamoto
2015-12-04sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang
2015-12-04sched/core: Remove false-positive warning from wake_up_process()Sasha Levin
2015-12-04sched/wait: Fix signal handling in bit wait helpersPeter Zijlstra