summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
* | sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra2015-12-042-1/+10
* | sched/cputime: Fix invalid gtime in procHiroshi Shimamoto2015-12-041-0/+3
* | sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang2015-12-041-4/+4
* | sched/core: Remove false-positive warning from wake_up_process()Sasha Levin2015-12-041-1/+0
* | sched/wait: Fix signal handling in bit wait helpersPeter Zijlstra2015-12-041-8/+8
* | sched/rt: Hide the push_irq_work_func() declarationArnd Bergmann2015-11-231-1/+1
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-151-1/+1
|\
| * sched/numa: Fix math underflow in task_tick_numa()Rik van Riel2015-11-091-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-051-0/+2
|\ \
| * | kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin2015-10-011-0/+2
* | | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-051-8/+0
|\ \ \ | |_|/ |/| |
| * | cgroup: keep zombies associated with their original cgroupsTejun Heo2015-10-151-16/+0
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-037-344/+382
|\ \ \
| * | | sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETSOleg Nesterov2015-10-201-5/+7
| * | | sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Peter Zijlstra2015-10-201-0/+4
| * | | sched: Start stopper earlyPeter Zijlstra2015-10-201-3/+9
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Ingo Molnar2015-10-204-10/+12
| |\ \ \