aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
*-. Merge branches 'perf-urgent-for-linus' and 'perf-core-for-linus' of git://git...Linus Torvalds2013-09-041-4/+4
|\ \
| | * sched: Micro-optimize the smart wake-affine logicPeter Zijlstra2013-07-231-0/+1
| | * sched: Move h_load calculation to task_h_load()Vladimir Davydov2013-07-231-4/+3
| |/
* | cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-081-3/+3
|/
* sched/tg: Remove tg.load_weightAlex Shi2013-06-271-1/+0
* sched/cfs_rq: Change atomic64_t removed_load to atomic_long_tAlex Shi2013-06-271-1/+2
* sched/tg: Use 'unsigned long' for load variable in task groupAlex Shi2013-06-271-2/+2
* sched: Change cfs_rq load avg to unsigned longAlex Shi2013-06-271-1/+1
* sched: Set an initial value of runnable avg for new forked taskAlex Shi2013-06-271-0/+2
* sched: Move a few runnable tg variables into CONFIG_SMPAlex Shi2013-06-271-0/+2
* Revert "sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-track...Alex Shi2013-06-271-17/+2
* sched/rt: Simplify pull_rt_task() logic and remove .leaf_rt_rq_listKirill Tkhai2013-06-191-1/+0
* sched: Use an accessor to read the rq clockFrederic Weisbecker2013-05-281-0/+10
* sched: Remove redundant update_runtime notifierNeil Zhang2013-05-281-1/+0
* sched: Move update_load_*() methods from sched.h to fair.cPaul Gortmaker2013-05-071-18/+0
* sched: Factor out load calculation code from sched/core.c --> sched/proc.cPaul Gortmaker2013-05-071-0/+8
* sched: Keep at least 1 tick per second for active dynticks tasksFrederic Weisbecker2013-05-041-0/+10
* Merge commit '8700c95adb03' into timers/nohzFrederic Weisbecker2013-05-021-48/+13
|\
| * sched: Fix init NOHZ_IDLE flagVincent Guittot2013-04-261-1/+0
| * sched: Fix wrong rq's runnable_avg update with rt tasksVincent Guittot2013-04-211-0/+12
| * sched: Split cpuacct code out of sched.hLi Zefan2013-04-101-47/+1
* | sched: Kick full dynticks CPU that have more than one task enqueued.Frederic Weisbecker2013-04-221-0/+11
* | nohz: Rename CONFIG_NO_HZ to CONFIG_NO_HZ_COMMONFrederic Weisbecker2013-04-031-2/+2
|/
* sched: Fix update_group_power() prototype placement to fix build warning when...Li Zefan2013-03-111-1/+2
* sched: Remove double declaration of root_task_groupLi Zefan2013-03-061-5/+0
* sched: Move group scheduling functions out of include/linux/sched.hLi Zefan2013-03-061-0/+12
* sched: Move struct sched_class to kernel/sched/sched.hLi Zefan2013-03-061-0/+55
* sched: Move wake flags to kernel/sched/sched.hLi Zefan2013-03-061-0/+7
* sched: Move struct sched_group to kernel/sched/sched.hLi Zefan2013-03-061-0/+56
* sched: Move SCHED_LOAD_SHIFT macros to kernel/sched/sched.hLi Zefan2013-03-061-1/+25
* sched/rt: Move rt specific bits into new header fileClark Williams2013-02-071-0/+1
* sched: Move sched.h sysctl bits into separate headerClark Williams2013-02-071-0/+1
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-0/+12
|\
| * mm: sched: numa: Control enabling and disabling of NUMA balancing if !SCHED_D...Mel Gorman2012-12-111-1/+7
| * mm: numa: Add fault driven placement and migrationPeter Zijlstra2012-12-111-0/+6
* | sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner2012-10-241-1/+8
* | sched: Replace update_shares weight distribution with per-entity computationPaul Turner2012-10-241-24/+12
* | sched: Maintain runnable averages across throttled periodsPaul Turner2012-10-241-1/+2
* | sched: Normalize tg load contributions against runnable timePaul Turner2012-10-241-0/+2
* | sched: Aggregate total task_group loadPaul Turner2012-10-241-0/+4
* | sched: Account for blocked load waking back upPaul Turner2012-10-241-1/+1
* | sched: Maintain the load contribution of blocked entitiesPaul Turner2012-10-241-1/+3
* | sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner2012-10-241-1/+9
* | sched: Maintain per-rq runnable averagesBen Segall2012-10-241-0/+2
|/
* sched: Remove __ARCH_WANT_INTERRUPTS_ON_CTXSWPeter Zijlstra2012-09-131-6/+0
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-09-041-1/+0
|\
| * sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2012-09-041-1/+0
* | sched: Move cputime code to its own fileFrederic Weisbecker2012-08-201-0/+63
|/
* sched,cgroup: Fix up task_groups listMike Galbraith2012-08-131-1/+1
* sched, cgroup: Reduce rq->lock hold times for large cgroup hierarchiesPeter Zijlstra2012-08-131-1/+5