aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/sched.h
AgeCommit message (Expand)Author
2013-09-04Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo
2013-07-23sched: Micro-optimize the smart wake-affine logicPeter Zijlstra
2013-07-23sched: Move h_load calculation to task_h_load()Vladimir Davydov
2013-06-27sched/tg: Remove tg.load_weightAlex Shi
2013-06-27sched/cfs_rq: Change atomic64_t removed_load to atomic_long_tAlex Shi
2013-06-27sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi
2013-06-27sched: Change cfs_rq load avg to unsigned longAlex Shi
2013-06-27sched: Set an initial value of runnable avg for new forked taskAlex Shi
2013-06-27sched: Move a few runnable tg variables into CONFIG_SMPAlex Shi
2013-06-27Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...Alex Shi
2013-06-19sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_listKirill Tkhai
2013-05-28sched: Use an accessor to read the rq clockFrederic Weisbecker
2013-05-28sched: Remove redundant update_runtime notifierNeil Zhang
2013-05-07sched: Move update_load_*() methods from sched.h to fair.cPaul Gortmaker
2013-05-07sched: Factor out load calculation code from sched/core.c --> sched/proc.cPaul Gortmaker
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-26sched: Fix init NOHZ_IDLE flagVincent Guittot
2013-04-22sched: Kick full dynticks CPU that have more than one task enqueued.Frederic Weisbecker
2013-04-21sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot
2013-04-10sched: Split cpuacct code out of sched.hLi Zefan
2013-04-03nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker
2013-03-11sched: Fix update_group_power() prototype placement to fix build warning when...Li Zefan
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-03-06sched: Move struct sched_class to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move wake flags to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move struct sched_group to kernel/sched/sched.hLi Zefan
2013-03-06sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.hLi Zefan
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D...Mel Gorman
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra
2012-10-24sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner
2012-10-24sched: Replace update_shares weight distribution with per-entity computationPaul Turner
2012-10-24sched: Maintain runnable averages across throttled periodsPaul Turner
2012-10-24sched: Normalize tg load contributions against runnable timePaul Turner
2012-10-24sched: Aggregate total task_group loadPaul Turner
2012-10-24sched: Account for blocked load waking back upPaul Turner
2012-10-24sched: Maintain the load contribution of blocked entitiesPaul Turner
2012-10-24sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner
2012-10-24sched: Maintain per-rq runnable averagesBen Segall
2012-09-13sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra
2012-09-04Merge branch 'sched/urgent' into sched/coreIngo Molnar
2012-09-04sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel
2012-08-20sched: Move cputime code to its own fileFrederic Weisbecker
2012-08-13sched,cgroup: Fix up task_groups listMike Galbraith
2012-08-13sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra