aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2014-01-22HMP: Fix rt task allowed cpu mask restriction code on 1x1 systemDietmar Eggemann
2013-09-05HMP: Check the system has little cpus before forcing rt tasks onto themJon Medhurst (Tixy)
2013-07-17HMP: experimental: Force all rt tasks to start on little domain.Dietmar Eggemann
2013-07-17HMP: Force new non-kernel tasks onto big CPUs until load stabilisesChris Redpath
2013-07-17sched: SCHED_HMP multi-domain task migration controlMorten Rasmussen
2013-06-20Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-06-19sched: Fix clear NOHZ_BALANCE_KICKVincent Guittot
2013-05-31vtime: Use consistent clocks among nohz accountingFrederic Weisbecker
2013-05-05Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker
2013-04-30workqueue: include workqueue info when printing debug dump of a worker taskTejun Heo
2013-04-30Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2013-04-30Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2013-04-29Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2013-04-29Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-24sched: Rename load_balance_tmpmask to load_balance_maskJoonsoo Kim
2013-04-22nohz: Re-evaluate the tick for the new task after a context switchFrederic Weisbecker
2013-04-22nohz: Re-evaluate the tick from the scheduler IPIFrederic Weisbecker
2013-04-22sched: New helper to prevent from stopping the tick in full dynticksFrederic Weisbecker
2013-04-19mutex: Move mutex spinning code from sched/core.c back to mutex.cWaiman Long
2013-04-15nohz: Switch from "extended nohz" to "full nohz" based namingFrederic Weisbecker
2013-04-14Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-04-10sched/cpuacct: Initialize root cpuacct earlierLi Zefan
2013-04-10sched/cpuacct: Add cpuacct_init()Li Zefan
2013-04-10sched: Split cpuacct code out of core.cLi Zefan
2013-04-08arch: Consolidate tsk_is_polling()Thomas Gleixner
2013-04-08sched: Fix typo inside commentViresh Kumar
2013-04-08sched/debug: Fix sd->*_idx limit range avoiding overflowlibin
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker
2013-03-21nohz: Wake up full dynticks CPUs when a timer gets enqueuedFrederic Weisbecker
2013-03-21sched: Convert BUG_ON()s in try_to_wake_up_local() to WARN_ON_ONCE()sTejun Heo
2013-03-19sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo
2013-03-18sched/tracing: Allow tracing the preemption decision on wakeupPeter Zijlstra
2013-03-08Merge branch 'sched/cputime' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2013-03-07context_tracking: Restore preempted context state after preempt_schedule_irq()Frederic Weisbecker
2013-03-06sched: Remove double declaration of root_task_groupLi Zefan
2013-03-06sched: Move group scheduling functions out of include/linux/sched.hLi Zefan
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-26Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-24Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2013-02-23sched: do not use cpu_to_node() to find an offlined cpu's node.Tang Chen
2013-02-20Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2013-02-20sched/core: Remove the obsolete and unused nr_uninterruptible() functionSha Zhengju
2013-02-19Merge branch 'for-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2013-02-15sched: add wait_for_completion_io[_timeout]Vladimir Davydov
2013-02-07sched/rt: Add a tuning knob to allow changing SCHED_RR timesliceClark Williams
2013-02-05Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/l...Ingo Molnar