summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra2016-03-211-21/+14
* Merge branch 'linus' into sched/urgent, to pick up dependenciesIngo Molnar2016-03-211-385/+122
|\
| * Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-151-10/+0
| |\
| | * cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner2016-03-011-10/+0
| * | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-03-141-29/+20
| |\ \
| | * | sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker2016-03-021-15/+20
| | * | atomic: Export fetch_or()Frederic Weisbecker2016-02-131-14/+0
| | |/
| * | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-141-349/+100
| |\ \
| | * | sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni2016-03-081-1/+0
| | * | sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior2016-02-291-12/+2
| | * | sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)2016-02-291-178/+0
| | * | sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)2016-02-291-133/+0
| | * | sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra2016-02-291-17/+22
| | * | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2016-02-291-3/+1
| | |\ \
| | * | | sched/core: Remove dead statement in __schedule()Byungchul Park2016-02-171-1/+0
| | * | | sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman2016-02-091-2/+68
| | * | | sched/isolcpus: Output warning when the 'isolcpus=' kernel parameter is invalidPrarit Bhargava2016-02-051-2/+7
| | | |/ | | |/|
| * | | sched/kasan: remove stale KASAN poison after hotplugMark Rutland2016-03-091-0/+3
| |/ /
* | | sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner2016-03-051-0/+1
| |/ |/|
* | sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra2016-02-291-3/+1
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-311-1/+1
|\
| * sched: Fix crash in sched_init_numa()Raghavendra K T2016-01-191-1/+1
* | wrappers for ->i_mutex accessAl Viro2016-01-221-2/+2
|/
* Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-01-121-1/+1
|\
| * cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov2015-12-031-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-111-8/+68
|\ \
| * \ Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar2016-01-061-6/+6
| |\ \
| * | | sched/fair: Move the cache-hot 'load_avg' variable into its own cachelineWaiman Long2015-12-041-3/+7
| * | | sched/core: Move the sched_to_prio[] arrays out of lineAndi Kleen2015-12-041-2/+43
| * | | sched/fair: Make it possible to account fair load avg consistentlyByungchul Park2015-12-041-0/+4
| * | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-12-041-6/+30
| |\ \ \
| * | | | sched/core: Use list_is_singular() in sched_can_stop_tick()Geliang Tang2015-11-231-1/+1
| * | | | sched/core: Fix incorrect wait time and wait count statisticsJoonwoo Park2015-11-231-2/+13
* | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-111-7/+92
|\ \ \ \ \
| * | | | | sched/core, locking: Document Program-Order guaranteesPeter Zijlstra2015-12-041-0/+91
| * | | | | locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra2015-12-041-7/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2016-01-061-2/+4
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney2015-12-041-2/+4
| | |/ / | |/| |
* | | | 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/+0
| |/
* | 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/+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-031-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
OpenPOWER on IntegriCloud