summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+13Star
|\
| * sched: Fix init NOHZ_IDLE flagVincent Guittot2013-04-261-1/+0Star
| * 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/+1Star
* | 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/+0Star
* 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-171-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/+12Star
* | 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/+0Star
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2012-09-041-1/+0Star
|\
| * sched: Unthrottle rt runqueues in __disable_runtime()Peter Boonstoppel2012-09-041-1/+0Star
* | 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
* sched: Fix race in task_group()Peter Zijlstra2012-07-241-13/+10Star
* sched/nohz: Rewrite and fix load-avg computation -- againPeter Zijlstra2012-07-051-2/+0Star
* sched: Fix domain iterationPeter Zijlstra2012-06-061-0/+2
* sched/nohz: Fix rq->cpu_load[] calculationsPeter Zijlstra2012-05-141-1/+1
* sched: Change rq->nr_running to unsigned intPeter Zijlstra2012-05-091-3/+3
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2012-03-311-0/+3
|\
| * Merge branch 'sched/arch' into sched/urgentIngo Molnar2012-03-291-0/+3
| |\
| | * sched/arch: Introduce the finish_arch_post_lock_switch() scheduler callbackCatalin Marinas2012-03-131-0/+3
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2012-03-201-13/+2Star
|\| |
| * | sched: Ditch per cgroup task lists for load-balancingPeter Zijlstra2012-03-011-8/+2Star
| * | sched: Make initial SCHED_RR timeslace DEF_TIMESLICEHiroshi Shimamoto2012-02-221-4/+0Star
| * | sched: Remove sched_switchRakib Mullick2012-01-271-1/+0Star
| |/
* / static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-241-7/+7
|/
* sched: Only queue remote wakeups when crossing cache boundariesPeter Zijlstra2011-12-211-6/+36
* sched: Use jump_labels for sched_featPeter Zijlstra2011-12-061-0/+27
* sched/accounting: Re-use scheduler statistics for the root cgroupGlauber Costa2011-12-061-4/+30