aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-11-06sched: Remove unnecessary iteration over sched domains to update nr_busy_cpusPreeti U Murthy1-0/+2
2013-10-29sched: Fix race on toggling cfs_bandwidth_usedBen Segall1-1/+2
2013-10-16sched: Fix race in migrate_swap_stop()Peter Zijlstra1-0/+18
2013-10-09sched/numa: Avoid migrating tasks that are placed on their preferred nodePeter Zijlstra1-0/+5
2013-10-09sched/numa: Call task_numa_free() from do_execve()Rik van Riel1-5/+0
2013-10-09sched/numa: Use {cpu, pid} to create task groups for shared faultsPeter Zijlstra1-4/+1
2013-10-09sched/numa: Use a system-wide search to find swap/migration candidatesMel Gorman1-0/+13
2013-10-09sched/numa: Introduce migrate_swap()Peter Zijlstra1-1/+3
2013-10-09sched/numa: Reschedule task on preferred NUMA node once selectedMel Gorman1-0/+1
2013-10-09sched/numa: Track NUMA hinting faults on per-node basisMel Gorman1-0/+12
2013-09-20sched/balancing: Consider max cost of idle balance per sched domainJason Low1-0/+3
2013-09-12sched/fair: Rewrite group_imb triggerPeter Zijlstra1-0/+1
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