aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/sched.h
AgeCommit message (Expand)Author
2015-12-04sched/core: Better document the try_to_wake_up() barriersPeter Zijlstra
2015-10-06sched/core: Remove a parameter in the migrate_task_rq() functionxiaofeng.yan
2015-10-06sched/core: Fix task and run queue sched_info::run_delay inconsistenciesPeter Zijlstra
2015-10-06Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2015-10-06sched/core: Fix TASK_DEAD race in finish_task_switch()Peter Zijlstra
2015-09-23sched/deadline: Unify dl_time_before() usageJuri Lelli
2015-09-18sched/core: Make policy-testing consistentHenrik Austad
2015-09-13sched/fair: Make utilization tracking CPU scale-invariantDietmar Eggemann
2015-09-13sched/fair: Convert arch_scale_cpu_capacity() from weak function to #defineMorten Rasmussen
2015-09-13sched/numa: Convert sched_numa_balancing to a static_branchSrikar Dronamraju
2015-09-13sched/numa: Disable sched_numa_balancing on UMA systemsSrikar Dronamraju
2015-09-13sched/numa: Rename numabalancing_enabled to sched_numa_balancingSrikar Dronamraju
2015-09-13sched/core: Remove unused argument from sched_class::task_move_groupPeter Zijlstra
2015-08-12sched: Make sched_class::set_cpus_allowed() unconditionalPeter Zijlstra
2015-08-04sched: Remove finish_arch_switch()Peter Zijlstra
2015-08-03sched/fair: Provide runnable_load_avg back to cfs_rqYuyang Du
2015-08-03sched/fair: Init cfs_rq's sched_entity load averageYuyang Du
2015-08-03sched/fair: Rewrite runnable load and utilization average trackingYuyang Du
2015-08-03sched/fair: Remove rq's runnable avgYuyang Du
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-07-04sched/numa: Fix numa balancing stats in /proc/pid/schedSrikar Dronamraju
2015-07-04sched/debug: Move print_cfs_rq() declaration to kernel/sched/sched.hSrikar Dronamraju
2015-06-24Merge branch 'sched-hrtimers-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2015-06-22Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-06-19sched/deadline: Drop duplicate init_sched_dl_class() declarationWanpeng Li
2015-06-19sched,lockdep: Employ lock pinningPeter Zijlstra
2015-06-19sched: Replace post_schedule with a balance callback listPeter Zijlstra
2015-06-19Merge branch 'timers/core' into sched/hrtimersThomas Gleixner
2015-05-18sched,perf: Fix periodic timersPeter Zijlstra
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra
2015-04-22sched: Cleanup bandwidth timersPeter Zijlstra
2015-04-02sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa
2015-03-27sched: Optimize freq invariant accountingPeter Zijlstra
2015-03-27sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot
2015-03-27sched: Add struct rq::cpu_capacity_origVincent Guittot
2015-03-27sched: Make scale_rt invariant with frequencyVincent Guittot
2015-03-27sched: Add sched_avg::utilization_avg_contribVincent Guittot
2015-03-23sched/rt: Use IPI to trigger RT task push migration instead of pullingSteven Rostedt
2015-02-18sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra
2015-01-14sched/core: Rework rq->clock update skipsPeter Zijlstra
2015-01-14sched/core: Validate rq_clock*() serializationPeter Zijlstra
2014-11-16Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar
2014-11-16sched/cputime: Fix clock_nanosleep()/clock_gettime() inconsistencyStanislaw Gruszka
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda
2014-11-04sched/deadline: Add deadline rq status printWanpeng Li
2014-11-04sched/deadline: Implement cancel_dl_timer() to use in switched_from_dl()Kirill Tkhai
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclu...Juri Lelli
2014-10-28sched/numa: Classify the NUMA topology of a systemRik van Riel
2014-10-28sched/numa: Export info needed for NUMA balancing on complex topologiesRik van Riel