summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorLines
2016-04-28nohz/full, sched/rt: Fix missed tick-reenabling bug in sched_can_stop_tick()Peter Zijlstra-13/+16
2016-03-29locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker-0/+18
2016-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-21/+15
2016-03-21sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra-21/+14
2016-03-21Merge branch 'linus' into sched/urgent, to pick up dependenciesIngo Molnar-385/+122
2016-03-20Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+3
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-1/+1
2016-03-18Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+1
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-10/+0
2016-03-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-29/+20
2016-03-14Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-349/+100
2016-03-09sched/kasan: remove stale KASAN poison after hotplugMark Rutland-0/+3
2016-03-08sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni-1/+0
2016-03-05sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner-0/+1
2016-03-02sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker-15/+20
2016-03-02sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev-1/+1
2016-03-01cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner-10/+0
2016-02-29sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior-12/+2
2016-02-29sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)-178/+0
2016-02-29sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)-133/+0
2016-02-29sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra-17/+22
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar-3/+1
2016-02-29sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra-3/+1
2016-02-29sched: Always inline context_switch()Josh Poimboeuf-1/+1
2016-02-29sched: Mark __schedule() stack frame as non-standardJosh Poimboeuf-0/+2
2016-02-23cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo-1/+1
2016-02-17sched/core: Remove dead statement in __schedule()Byungchul Park-1/+0
2016-02-13atomic: Export fetch_or()Frederic Weisbecker-14/+0
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman-2/+68
2016-02-05sched/isolcpus: Output warning when the 'isolcpus=' kernel parameter is invalidPrarit Bhargava-2/+7
2016-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2016-01-22wrappers for ->i_mutex accessAl Viro-2/+2
2016-01-19sched: Fix crash in sched_init_numa()Raghavendra K T-1/+1
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-1/+1
2016-01-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+68
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-7/+92
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-2/+4
2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar-6/+6
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo-6/+30
2015-12-04rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney-2/+4
2015-12-04sched/fair: Move the cache-hot 'load_avg' variable into its own cachelineWaiman Long-3/+7
2015-12-04sched/core: Move the sched_to_prio[] arrays out of lineAndi Kleen-2/+43
2015-12-04sched/fair: Make it possible to account fair load avg consistentlyByungchul Park-0/+4
2015-12-04sched/core, locking: Document Program-Order guaranteesPeter Zijlstra-0/+91
2015-12-04locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra-7/+1
2015-12-04Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar-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