summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2014-06-24sched: defining relaxed version of idle_cpuSumit Singh
2014-05-14sched: add event for context switch endAlex Van Brunt
2014-03-24sched: Trying to reduce power usageSumit Singh
2014-03-13Merge branch 'linux-3.10.33' into dev-kernel-3.10Deepak Nibade
2014-03-03sched: Force sleep on consecutive sched_yieldsSai Gurrappadi
2014-01-15sched: Fix race on toggling cfs_bandwidth_usedBen Segall
2014-01-09sched: fix the theoretical signal_wake_up() vs schedule() raceOleg Nesterov
2013-10-25misc: tegra-profiler: kprobes is no longer usedIgor Nabirushkin
2013-09-14sched: remove redundant update_runtime notifierNeil Zhang
2013-09-14sched: reinitialize rq->next_balance when a CPU is hot-addedPaul Walmsley
2013-09-14cpuquiet: Update averaging of nr_runnablesSai Charan Gurrappadi
2013-09-14cpuquiet: Runnable threads governorSai Charan Gurrappadi
2013-09-14scheduler: Re-compute time-average nr_running on readVarun Wadekar
2013-07-01cgroup: Add generic cgroup subsystem permission checksColin Cross
2013-07-01sched: Enable might_sleep before initializing drivers.Arve Hjønnevåg
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