aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-07-24sched: Fix race in task_group()Peter Zijlstra1-13/+10
2012-07-05sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra1-2/+0
2012-06-06sched: Fix domain iterationPeter Zijlstra1-0/+2
2012-05-14sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra1-1/+1
2012-05-09sched: Change rq->nr_running to unsigned intPeter Zijlstra1-3/+3
2012-03-31Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2012-03-29Merge branch 'sched/arch' into sched/urgentIngo Molnar1-0/+3
2012-03-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-13/+2
2012-03-13sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callbackCatalin Marinas1-0/+3
2012-03-01sched: Ditch per cgroup task lists for load-balancingPeter Zijlstra1-8/+2
2012-02-24static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()Ingo Molnar1-7/+7
2012-02-22sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto1-4/+0
2012-01-27sched: Remove sched_switchRakib Mullick1-1/+0
2011-12-21sched: Only queue remote wakeups when crossing cache boundariesPeter Zijlstra1-6/+36
2011-12-06sched: Use jump_labels for sched_featPeter Zijlstra1-0/+27
2011-12-06sched/accounting: Re-use scheduler statistics for the root cgroupGlauber Costa1-4/+30