summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2016-03-29locking/atomic, sched: Unexport fetch_or()Frederic Weisbecker
2016-03-24Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-21sched/cgroup: Fix/cleanup cgroup teardown/initPeter Zijlstra
2016-03-21Merge branch 'linus' into sched/urgent, to pick up dependenciesIngo Molnar
2016-03-21Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-03-19Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-03-19Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2016-03-15Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-15Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-03-15Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-03-09sched/kasan: remove stale KASAN poison after hotplugMark Rutland
2016-03-08sched/deadline: Remove dl_new from struct sched_dl_entityLuca Abeni
2016-03-05sched/cputime: Fix steal time accounting vs. CPU hotplugThomas Gleixner
2016-03-02sched: Migrate sched to use new tick dependency mask modelFrederic Weisbecker
2016-03-02sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev
2016-03-01cpu/hotplug: Move scheduler cpu_online notifier to hotplug coreThomas Gleixner
2016-02-29sched/debug: Fix preempt_disable_ip recording for preempt_disable()Sebastian Andrzej Siewior
2016-02-29sched/debug: Move sched_domain_sysctl to debug.cSteven Rostedt (Red Hat)
2016-02-29sched/debug: Move the /sys/kernel/debug/sched_features file setup into debug.cSteven Rostedt (Red Hat)
2016-02-29sched/rt: Fix PI handling vs. sched_setscheduler()Peter Zijlstra
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2016-02-29sched/cgroup: Fix cgroup entity load tracking tear-downPeter Zijlstra
2016-02-29sched: Always inline context_switch()Josh Poimboeuf
2016-02-29sched: Mark __schedule() stack frame as non-standardJosh Poimboeuf
2016-02-23cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo
2016-02-17sched/core: Remove dead statement in __schedule()Byungchul Park
2016-02-13atomic: Export fetch_or()Frederic Weisbecker
2016-02-09sched/debug: Make schedstats a runtime tunable that is disabled by defaultMel Gorman
2016-02-05sched/isolcpus: Output warning when the 'isolcpus=' kernel parameter is invalidPrarit Bhargava
2016-01-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-19sched: Fix crash in sched_init_numa()Raghavendra K T
2016-01-13Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-01-11Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2016-01-11Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2016-01-06Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2016-01-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before merging ...Ingo Molnar
2015-12-07Merge branch 'master' into for-4.4-fixesTejun Heo
2015-12-04rcu: Stop disabling interrupts in scheduler fastpathsPaul E. McKenney
2015-12-04sched/fair: Move the cache-hot 'load_avg' variable into its own cachelineWaiman Long
2015-12-04sched/core: Move the sched_to_prio[] arrays out of lineAndi Kleen
2015-12-04sched/fair: Make it possible to account fair load avg consistentlyByungchul Park
2015-12-04sched/core, locking: Document Program-Order guaranteesPeter Zijlstra
2015-12-04locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra
2015-12-04Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2015-12-04sched/core: Fix an SMP ordering race in try_to_wake_up() vs. schedule()Peter Zijlstra
2015-12-04sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra
2015-12-04sched/core: Clear the root_domain cpumasks in init_rootdomain()Xunlei Pang
2015-12-04sched/core: Remove false-positive warning from wake_up_process()Sasha Levin
2015-12-03cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov