summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorLines
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo-6/+30
2015-12-04sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra-0/+19
2015-12-04sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra-1/+7
2015-12-04sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang-4/+4
2015-12-04sched/core: Remove false-positive warning from wake_up_process()Sasha Levin-1/+0
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo-6/+6
2015-11-05Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-8/+0
2015-11-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-88/+115
2015-10-28Merge branch 'linus' into core/rcu, to fix up a semantic conflictIngo Molnar-4/+8
2015-10-23sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra-1/+8
2015-10-20sched: Don't scan all-offline ->cpus_allowed twice if !CONFIG_CPUSETSOleg Nesterov-5/+7
2015-10-20sched: Move cpu_active() tests from stop_two_cpus() into migrate_swap_stop()Peter Zijlstra-0/+4
2015-10-20sched: Start stopper earlyPeter Zijlstra-3/+9
2015-10-20Merge branch 'sched/urgent' into sched/core, to pick up fixes and resolve con...Ingo Molnar-3/+0
2015-10-20nohz: Revert "nohz: Set isolcpus when nohz_full is set"Frederic Weisbecker-3/+0
2015-10-19Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-0/+1
2015-10-15cgroup: keep zombies associated with their original cgroupsTejun Heo-16/+0
2015-10-06sched: Export sched_setscheduler_nocheckDavidlohr Bueso-0/+1
2015-10-06sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan-1/+1
2015-10-06sched/core: Drop unlikely behind BUG_ON()Geliang Tang-1/+1
2015-10-06sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra-19/+25
2015-10-06sched/core: Add preempt_count invariant checkPeter Zijlstra-0/+4
2015-10-06sched/core: More notrace annotationsPeter Zijlstra-3/+3
2015-10-06sched/core: Simplify preempt_count testsPeter Zijlstra-1/+1
2015-10-06sched/core: Robustify preemption leak checksPeter Zijlstra-1/+3
2015-10-06sched/core: Stop setting PREEMPT_ACTIVEPeter Zijlstra-13/+6
2015-10-06sched/core: Fix trace_sched_switch()Peter Zijlstra-1/+1
2015-10-06sched/core: Add preempt argument to __schedule()Peter Zijlstra-6/+6
2015-10-06sched/core: Create preempt_count invariantPeter Zijlstra-2/+21
2015-10-06sched/core: Rework TASK_DEAD preemption exceptionPeter Zijlstra-6/+13
2015-10-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar-12/+27
2015-10-06sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra-5/+5
2015-09-27Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-3/+11
2015-09-23sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross-1/+2
2015-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-4/+11
2015-09-18sched: access local runqueue directly in single_task_runningDominik Dingel-4/+11
2015-09-18sched/core: Make policy-testing consistentHenrik Austad-6/+3
2015-09-18sched: Fix crash trying to dequeue/enqueue the idle threadPeter Zijlstra-3/+11
2015-09-17Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-5/+31
2015-09-13sched/fair: Initialize task load and utilization before placing task on rqMorten Rasmussen-2/+2
2015-09-13sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju-3/+7
2015-09-13sched/numa: Remove the NUMA sched_featureSrikar Dronamraju-6/+0
2015-09-13sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju-9/+5
2015-09-13sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju-3/+3
2015-09-13sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callbackKirill Tkhai-8/+0
2015-09-13sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra-1/+1
2015-09-13Merge tag 'v4.3-rc1' into sched/core, to refresh the branchIngo Molnar-5/+3
2015-09-11sched: 'Annotate' migrate_tasks()Wanpeng Li-3/+26
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+2
2015-09-02Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-1/+1