aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2014-08-14Merge remote-tracking branch 'lsk/v3.10/topic/big.LITTLE' into linux-linaro-lskMark Brown
2014-08-12HMP: Do not fork-boost tasks coming from PIDs <= 2Chris Redpath
2014-08-08Merge tag 'v3.10.52' into linux-linaro-lskAlex Shi
2014-08-07printk: rename printk_sched to printk_deferredJohn Stultz
2014-06-12Merge tag v3.10.43 into linux-linaro-lskAlex Shi
2014-06-11sched: Fix hotplug vs. set_cpus_allowed_ptr()Lai Jiangshan
2014-05-15Merge remote-tracking branch 'lsk/v3.10/topic/big.LITTLE' into linux-linaro-lskMark Brown
2014-05-09hmp: Use idle pull to perform forced up-migrationsChris Redpath
2014-04-08Merge branch 'v3.10/topic/big.LITTLE' of git://git.linaro.org/kernel/linux-li...Mark Brown
2014-04-08Revert "hmp: Use idle pull to perform forced up-migrations"Jon Medhurst
2014-03-31Merge branch 'for-lsk' of git://git.linaro.org/arm/big.LITTLE/mp into linux-l...Mark Brown
2014-03-24hmp: Use idle pull to perform forced up-migrationsChris Redpath
2014-01-22Merge remote-tracking branch 'lsk/v3.10/topic/big.LITTLE' into linux-linaro-lskMark Brown
2014-01-22HMP: Fix rt task allowed cpu mask restriction code on 1x1 systemDietmar Eggemann
2014-01-16Merge remote-tracking branch 'stable/linux-3.10.y' 3.10.27 into linux-linaro-lskAlex Shi
2014-01-15sched: Fix race on toggling cfs_bandwidth_usedBen Segall
2014-01-10Merge remote-tracking branch 'stable/linux-3.10.y' into linux-linaro-lskAlex Shi
2014-01-09sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov
2013-09-05HMP: Check the system has little cpus before forcing rt tasks onto themJon Medhurst (Tixy)
2013-08-04HMP: 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