summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into for-4.4-fixesTejun Heo2015-12-071-6/+30
|\
| * 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-041-1/+7
| * 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/+0Star
* | cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo2015-12-031-6/+6
|/
* Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-11-051-8/+0Star
|\
| * cgroup: keep zombies associated with their original cgroupsTejun Heo2015-10-151-16/+0Star
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-11-041-88/+115
|\ \
| * | 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-201-3/+0Star
| |\ \
| * | | sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan2015-10-061-1/+1
| * | | sched/core: Drop unlikely behind BUG_ON()Geliang Tang2015-10-061-1/+1
| * | | sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra2015-10-061-19/+25
| * | | sched/core: Add preempt_count invariant checkPeter Zijlstra2015-10-061-0/+4
| * | | sched/core: More notrace annotationsPeter Zijlstra2015-10-061-3/+3
| * | | sched/core: Simplify preempt_count testsPeter Zijlstra2015-10-061-1/+1
| * | | sched/core: Robustify preemption leak checksPeter Zijlstra2015-10-061-1/+3
| * | | sched/core: Stop setting PREEMPT_ACTIVEPeter Zijlstra2015-10-061-13/+6Star
| * | | sched/core: Fix trace_sched_switch()Peter Zijlstra2015-10-061-1/+1
| * | | sched/core: Add preempt argument to __schedule()Peter Zijlstra2015-10-061-6/+6
| * | | sched/core: Create preempt_count invariantPeter Zijlstra2015-10-061-2/+21
| * | | sched/core: Rework TASK_DEAD preemption exceptionPeter Zijlstra2015-10-061-6/+13
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-10-061-12/+27
| |\ \ \
| * | | | sched/core: Make 'sched_domain_topology' declaration staticJuergen Gross2015-09-231-1/+2
| * | | | sched/core: Make policy-testing consistentHenrik Austad2015-09-181-6/+3Star
| * | | | sched/fair: Initialize task load and utilization before placing task on rqMorten Rasmussen2015-09-131-2/+2
| * | | | sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju2015-09-131-3/+7
| * | | | sched/numa: Remove the NUMA sched_featureSrikar Dronamraju2015-09-131-6/+0Star
| * | | | sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju2015-09-131-9/+5Star
| * | | | sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju2015-09-131-3/+3
| * | | | sched/core: Delete PF_EXITING checks from cpu_cgroup_exit() callbackKirill Tkhai2015-09-131-8/+0Star
| * | | | sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra2015-09-131-1/+1
| * | | | Merge tag 'v4.3-rc1' into sched/core, to refresh the branchIngo Molnar2015-09-131-5/+3Star
| |\ \ \ \ | | | |_|/ | | |/| |
* | | | | Merge branch 'linus' into core/rcu, to fix up a semantic conflictIngo Molnar2015-10-281-4/+8
|\ \ \ \ \
| * | | | | sched/core: Add missing lockdep_unpin() annotationsPeter Zijlstra2015-10-231-1/+8
| | |_|_|/ | |/| | |
| * | | | nohz: Revert "nohz: Set isolcpus when nohz_full is set"Frederic Weisbecker2015-10-201-3/+0Star
| | |_|/ | |/| |
* | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-10-191-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | sched: Export sched_setscheduler_nocheckDavidlohr Bueso2015-10-061-0/+1
* | | | sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2015-10-061-5/+5
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-271-3/+11
|\ \ \ \ | |/ / / |/| | |
| * | | sched: Fix crash trying to dequeue/enqueue the idle threadPeter Zijlstra2015-09-181-3/+11
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-181-4/+11
|\ \ \ \ | |/ / / |/| | |
| * | | sched: access local runqueue directly in single_task_runningDominik Dingel2015-09-181-4/+11
| | |/ | |/|
* | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-171-5/+31
|\ \ \ | |/ / |/| / | |/
| * sched: 'Annotate' migrate_tasks()Wanpeng Li2015-09-111-3/+26
| * nohz: Affine unpinned timers to housekeepersVatika Harlalka2015-09-021-2/+5
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-09-041-4/+2Star
|\ \