aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+4
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-3/+3
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra1-0/+1
2013-07-23sched: Move h_load calculation to task_h_load()Vladimir Davydov1-4/+3
2013-06-27sched/tg: Remove tg.load_weightAlex Shi1-1/+0
2013-06-27sched/cfs_rq: Change atomic64_t removed_load to atomic_long_tAlex Shi1-1/+2
2013-06-27sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi1-2/+2
2013-06-27sched: Change cfs_rq load avg to unsigned longAlex Shi1-1/+1
2013-06-27sched: Set an initial value of runnable avg for new forked taskAlex Shi1-0/+2
2013-06-27sched: Move a few runnable tg variables into CONFIG_SMPAlex Shi1-0/+2
2013-06-27Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-tracking"Alex Shi1-17/+2
2013-06-19sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_listKirill Tkhai1-1/+0
2013-05-28sched: Use an accessor to read the rq clockFrederic Weisbecker1-0/+10
2013-05-28sched: Remove redundant update_runtime notifierNeil Zhang1-1/+0
2013-05-07sched: Move update_load_*() methods from sched.h to fair.cPaul Gortmaker1-18/+0
2013-05-07sched: Factor out load calculation code from sched/core.c --> sched/proc.cPaul Gortmaker1-0/+8
2013-05-04sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker1-0/+10
2013-05-02Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker1-48/+13
2013-04-26sched: Fix init NOHZ_IDLE flagVincent Guittot1-1/+0
2013-04-22sched: Kick full dynticks CPU that have more than one task enqueued.Frederic Weisbecker1-0/+11
2013-04-21sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot1-0/+12
2013-04-10sched: Split cpuacct code out of sched.hLi Zefan1-47/+1
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker1-2/+2
2013-03-11sched: Fix update_group_power() prototype placement to fix build warning when !CONFIG_SMPLi Zefan1-1/+2
2013-03-06sched: Remove double declaration of root_task_groupLi Zefan1-5/+0
2013-03-06sched: Move group scheduling functions out of include/linux/sched.hLi Zefan1-0/+12
2013-03-06sched: Move struct sched_class to kernel/sched/sched.hLi Zefan1-0/+55
2013-03-06sched: Move wake flags to kernel/sched/sched.hLi Zefan1-0/+7
2013-03-06sched: Move struct sched_group to kernel/sched/sched.hLi Zefan1-0/+56
2013-03-06sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.hLi Zefan1-1/+25
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams1-0/+1
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams1-0/+1
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/mel/linux-balancenumaLinus Torvalds1-0/+12
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_DEBUGMel Gorman1-1/+7
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra1-0/+6
2012-10-24sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner1-1/+8
2012-10-24sched: Replace update_shares weight distribution with per-entity computationPaul Turner1-24/+12
2012-10-24sched: Maintain runnable averages across throttled periodsPaul Turner1-1/+2
2012-10-24sched: Normalize tg load contributions against runnable timePaul Turner1-0/+2
2012-10-24sched: Aggregate total task_group loadPaul Turner1-0/+4
2012-10-24sched: Account for blocked load waking back upPaul Turner1-1/+1
2012-10-24sched: Maintain the load contribution of blocked entitiesPaul Turner1-1/+3
2012-10-24sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner1-1/+9
2012-10-24sched: Maintain per-rq runnable averagesBen Segall1-0/+2
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra1-6/+0
2012-09-04Merge branch 'sched/urgent' into sched/coreIngo Molnar1-1/+0
2012-09-04sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel1-1/+0
2012-08-20sched: Move cputime code to its own fileFrederic Weisbecker1-0/+63
2012-08-13sched,cgroup: Fix up task_groups listMike Galbraith1-1/+1
2012-08-13sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra1-1/+5