summaryrefslogtreecommitdiff
path: root/kernel/sched (follow)
Commit message (Expand)AuthorAge
* sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-09-24
* sched/numa: Fix use-after-free bug in the task_numa_compareGavin Guo2016-09-15
* sched/nohz: Fix affine unpinned timers messWanpeng Li2016-09-07
* sched/cputime: Fix NO_HZ_FULL getrusage() monotonicity regressionPeter Zijlstra2016-09-07
* sched/fair: Fix effective_load() to consistently use smoothed loadPeter Zijlstra2016-08-10
* kernel/sysrq, watchdog, sched/core: Reset watchdog on all CPUs while processi...Andrey Ryabinin2016-08-10
* sched/fair: Fix cfs_rq avg tracking underflowPeter Zijlstra2016-07-27
* sched: panic on corrupted stack endJann Horn2016-06-24
* sched/loadavg: Fix loadavg artifacts on fully idle and on fully loaded systemsVik Heyndrickx2016-06-01
* sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra2016-05-04
* sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2016-04-12
* sched/cputime: Fix steal_account_process_tick() to always return jiffiesChris Friesen2016-04-12
* sched: Fix crash in sched_init_numa()Raghavendra K T2016-02-17
* sched/fair: Fix multiplication overflow on 32-bit systemsAndrey Ryabinin2016-01-06
* sched/wait: Fix the signal handling fixPeter Zijlstra2015-12-13
* Merge branch 'for-4.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-12-08
|\
| * Merge branch 'master' into for-4.4-fixesTejun Heo2015-12-07
| |\
| * | cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-03
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-12-08
|\ \ \ | |_|/ |/| |
| * | treewide: Remove old email addressPeter Zijlstra2015-11-23
| |/
* | sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra2015-12-04
* | sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra2015-12-04
* | sched/cputime: Fix invalid gtime in procHiroshi Shimamoto2015-12-04
* | sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang2015-12-04
* | sched/core: Remove false-positive warning from wake_up_process()Sasha Levin2015-12-04
* | sched/wait: Fix signal handling in bit wait helpersPeter Zijlstra2015-12-04
* | sched/rt: Hide the push_irq_work_func() declarationArnd Bergmann2015-11-23
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-11-15
|\
| * sched/numa: Fix math underflow in task_tick_numa()Rik van Riel2015-11-09
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-11-05
|\ \
| * | kvm/x86: Hyper-V HV_X64_MSR_VP_RUNTIME supportAndrey Smetanin2015-10-01
* | | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-05
|\ \ \ | |_|/ |/| |
| * | cgroup: keep zombies associated with their original cgroupsTejun Heo2015-10-15
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-03
|\ \ \
| * | | sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETSOleg Nesterov2015-10-20
| * | | sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Peter Zijlstra2015-10-20
| * | | sched: Start stopper earlyPeter Zijlstra2015-10-20
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Ingo Molnar2015-10-20
| |\ \ \
| * | | | sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan2015-10-06
| * | | | sched/core: Drop unlikely behind BUG_ON()Geliang Tang2015-10-06
| * | | | sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra2015-10-06
| * | | | sched/numa: Fix task_tick_fair() from disabling numa_balancingSrikar Dronamraju2015-10-06
| * | | | sched/core: Add preempt_count invariant checkPeter Zijlstra2015-10-06
| * | | | sched/core: More notrace annotationsPeter Zijlstra2015-10-06
| * | | | sched/core: Simplify preempt_count testsPeter Zijlstra2015-10-06
| * | | | sched/core: Robustify preemption leak checksPeter Zijlstra2015-10-06
| * | | | sched/core: Stop setting PREEMPT_ACTIVEPeter Zijlstra2015-10-06
| * | | | sched/core: Fix trace_sched_switch()Peter Zijlstra2015-10-06
| * | | | sched/core: Add preempt argument to __schedule()Peter Zijlstra2015-10-06
| * | | | sched/core: Create preempt_count invariantPeter Zijlstra2015-10-06