summaryrefslogtreecommitdiffstats
path: root/kernel/sched/sched.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-01-121-50/+18Star
|\
| * sched/fair: Move the cache-hot 'load_avg' variable into its own cachelineWaiman Long2015-12-041-1/+6
| * sched/core: Move the sched_to_prio[] arrays out of lineAndi Kleen2015-12-041-40/+2Star
| * sched/fair: Make it possible to account fair load avg consistentlyByungchul Park2015-12-041-1/+10
| * Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-12-041-0/+3
| |\
| * | sched/fair: Remove empty idle enter and exit functionsDietmar Eggemann2015-11-231-8/+0Star
* | | locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra2015-12-041-1/+1
| |/ |/|
* | sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra2015-12-041-0/+3
|/
* sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan2015-10-061-1/+1
* sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra2015-10-061-6/+8
* Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-10-061-2/+3
|\
| * sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra2015-10-061-2/+3
* | sched/deadline: Unify dl_time_before() usageJuri Lelli2015-09-231-5/+0Star
* | sched/core: Make policy-testing consistentHenrik Austad2015-09-181-0/+9
* | sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann2015-09-131-1/+1
* | sched/fair: Convert arch_scale_cpu_capacity() from weak function to #defineMorten Rasmussen2015-09-131-0/+11
* | sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju2015-09-131-5/+1Star
* | sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju2015-09-131-6/+0Star
* | sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju2015-09-131-3/+3
* | sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra2015-09-131-1/+1
|/
* sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra2015-08-121-0/+2
* sched: Remove finish_arch_switch()Peter Zijlstra2015-08-041-3/+0Star
* sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du2015-08-031-0/+2
* sched/fair: Init cfs_rq's sched_entity load averageYuyang Du2015-08-031-1/+1
* sched/fair: Rewrite runnable load and utilization average trackingYuyang Du2015-08-031-19/+9Star
* sched/fair: Remove rq's runnable avgYuyang Du2015-08-031-2/+0Star
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-07-041-0/+13
|\
| * sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju2015-07-041-1/+9
| * sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju2015-07-041-0/+5
* | Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2015-06-251-4/+25
|\ \ | |/ |/|
| * sched,lockdep: Employ lock pinningPeter Zijlstra2015-06-191-2/+8
| * sched: Replace post_schedule with a balance callback listPeter Zijlstra2015-06-191-2/+17
| * Merge branch 'timers/core' into sched/hrtimersThomas Gleixner2015-06-191-4/+3Star
| |\
* | \ Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-231-4/+3Star
|\ \ \ | | |/ | |/|
| * | sched,perf: Fix periodic timersPeter Zijlstra2015-05-181-3/+2Star
| * | sched: Cleanup bandwidth timersPeter Zijlstra2015-04-221-2/+2
* | | sched/deadline: Drop duplicate init_sched_dl_class() declarationWanpeng Li2015-06-191-1/+0Star
| |/ |/|
* | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-081-1/+1
* | sched: Move the loadavg code to a more obvious locationPeter Zijlstra2015-05-081-2/+6
|/
* sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa2015-04-021-2/+2
* sched: Optimize freq invariant accountingPeter Zijlstra2015-03-271-1/+8
* sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot2015-03-271-1/+1
* sched: Add struct rq::cpu_capacity_origVincent Guittot2015-03-271-0/+1
* sched: Make scale_rt invariant with frequencyVincent Guittot2015-03-271-1/+3
* sched: Add sched_avg::utilization_avg_contribVincent Guittot2015-03-271-1/+7
* sched/rt: Use IPI to trigger RT task push migration instead of pullingSteven Rostedt2015-03-231-0/+12
* sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra2015-02-181-0/+76
* sched/core: Rework rq->clock update skipsPeter Zijlstra2015-01-141-2/+13
* sched/core: Validate rq_clock*() serializationPeter Zijlstra2015-01-141-0/+7
* Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2014-11-161-0/+2
|\